@charset "utf-8";
/************************************************************************************************************************************
	#wrapper	-CommonSetting-
************************************************************************************************************************************/
#wrapper {
	background-image: url('../img/bg.png');
	background-size: 128px 128px;
	background-repeat: repeat;
	background-position: left center;
}
#wrapper:not(.is_index) {
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}




/************************************************************************************************************************************
	header	-CommonSetting-
************************************************************************************************************************************/
/*#header {
	position: relative;
	z-index: 10000;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.8);
	background-color: #FFF;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}
#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: 981px;
	margin-left: auto;
	margin-right: auto;
}
#header #header_content .ttl {
	padding: 4px 0px 0px 27px;
}

#header .read_text {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	background-color: #363636;
}
#header .read_text p {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	font-family: "Meiryo UI" , "メイリオ" , Meiryo , '小塚ゴシック Pr6N' , 'Kozuka Gothic Pr6N' , '小塚ゴシック Pr 6N' , 'Kozuka Gothic Pr 6N' , '小塚ゴシック Pr6 N' , 'Kozuka Gothic Pr6 N' , '小塚ゴシック Pr 6 N' , 'Kozuka Gothic Pr 6 N' , '小塚ゴシック Pro L' , 'Kozuka Gothic Pro Light' , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	max-width: 961px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 0 3px;
}

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

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

	#header #header_content .info {
		float: right;
		text-align: center;
	}
	#header #header_content .info .mail {
		width: 323px;
		margin: 0 auto;
	}
	#header #header_content .info .tel {
		width: 297px;
		margin: 3px auto 9px;
	}
	#header #header_content .info .text {
		font-size: 10px;
		text-indent: 0.8em;
		letter-spacing: -0.2px;
		padding: 0 0 13px;
	}
}
@media screen and (max-width: 767px) {
	#header {
		position: fixed;
		z-index: 999999999999999999;
		background-color: #FFF;
	}

	#header #header_content {
	}

	#header #header_content .ttl {
		width: 219px;
		width: 218.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;
	}

	#header .read_text p {
		text-align: center;
		padding: 3px 0 3px;
	}
}
*/





/************************************************************************************************************************************
	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: 7px 8px;
	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;
	bottom: 0;
	display: block;
	width: 140px;
	height: 25px;
	margin-left: auto;
}
#footer #go_top_btn a {
	display: block;
	width: 140px;
	height: 25px;
}
#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: #6a593c;
}
#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) {
}
