@charset "utf-8";
/************************************************************************************************************************************
	#wrapper	-CommonSetting-
************************************************************************************************************************************/
#wrapper {
}
#wrapper:not(.is_index) {
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}




/************************************************************************************************************************************
	header	-CommonSetting-
************************************************************************************************************************************/
/*#header {
	width: 100%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.8);
}
#header .header_bg {
	background-color: transparent;
}
#header #header_content {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	max-width: 961px;
	margin-left: auto;
	margin-right: auto;
}
#header #header_content .ttl {
	padding: 18px 0px 0px 21px;
}


@media print, screen and (min-width: 768px) {
	#header #header_content {
		position: relative;
	}

	#header #header_content .ttl {
		float: left;
		width: 517px;
	}

	#header #header_content .info {
		float: right;
		text-align: center;
	}
	#header #header_content .info .mail {
		width: 318px;
		margin: 0 auto;
	}
	#header #header_content .info .tel {
		width: 321px;
		margin: 3px auto 9px;
	}
	#header #header_content .info .text {
		font-size: 10px;
		letter-spacing: 0px;
		padding: 0 0 13px;
	}
}
@media screen and (max-width: 767px) {
	#header {
		position: fixed;
		z-index: 999999999999999999;
		background-color: #FFF;
		box-shadow: 0px 0px 5px 0px rgba(118, 90, 42, 0.6);
	}

	#header #header_content {
	}

	#header #header_content .ttl {
		width: 259px;
		width: 258.5px;
		padding: 6px 0 2px;
		margin: 0 auto;
	}

	#header #header_content .info {
		text-align: center;
	}
	#header #header_content .info .mail {
		display: none;
	}
	#header #header_content .info .tel {
		width: 144px;
		width: 143.5px;
		margin: 0px auto 3px;
	}
	#header #header_content .info .text {
		font-size: 10px;
		letter-spacing: 0px;
		padding: 0 0 6px;
	}
}
*/





/************************************************************************************************************************************
	main	-CommonSetting-
************************************************************************************************************************************/
#main {
	width: 100%;
	padding: 0;
	margin: 0;
}

#main.lower {
}

@media print, screen and (min-width: 768px) {
}






/************************************************************************************************************************************
	footer	-CommonSetting-
************************************************************************************************************************************/
#footer {
	position: relative;
	width: 100%;
}

#footer .bg_01 {
}
#footer .footer_content_inner {
	position: relative;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	line-height: 0;
	width: 100%;
	max-width: 961px;
	padding: 50px 0 0;
	margin: 0 auto;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#footer .footer_content_inner {
		padding: 50px 10px 0;
	}
}




/**	footer	.fsitemap	*****************************************************************/
#footer .fsitemap {
}

#footer .fsitemap ul {
	letter-spacing: 10px;
}
#footer .fsitemap ul li {
	display: inline-block;
	line-height: 1;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
#footer .fsitemap ul li a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding-left: 16px;
	background-image: url('../img/footer-arrow.png');
	background-size: 6px 7px;
	background-repeat: no-repeat;
	background-position: left center;
}


@media print, screen and (min-width: 768px) {
}


@media screen and (max-width: 767px) {
}






/**	footer	#go_top_btn	*****************************************************************/
#footer #go_top_btn {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	display: block;
	width: 145px;
	height: 40px;
	margin-left: auto;
}
#footer #go_top_btn a {
	display: block;
	width: 145px;
	height: 40px;
}
#footer #go_top_btn a img {
	width: 100%;
	height: auto;
}

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#footer #go_top_btn {
	}
}






/**	footer	copy	*****************************************************************/
#footer p.copy {
	line-height: 1;
	text-align: center;
	padding: 8px 0 11px;
	background-color: #bd362f;
}
#footer p.copy small {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	vertical-align: middle;
}


@media screen and (max-width: 767px) {
	#footer p.copy {
		padding: 20px 0 11px;
	}
	#footer p.copy small {
		font-size: 12px;
		letter-spacing: 0.5px;
	}
}




/************************************************************************************************************************************
	#contents	-CommonSetting-
************************************************************************************************************************************/
#contents {
	width: 100%;
}


@media screen and (max-width: 767px) {
}
