@charset "utf-8";
/************************************************************************************************************************************
	#wrapper	-CommonSetting-
************************************************************************************************************************************/
#wrapper {
	position: relative;
	width: 100%;
}
#wrapper:not(.is_index) {
}



/************************************************************************************************************************************
	header	-CommonSetting-
************************************************************************************************************************************/
#header {
	position: relative;
	width: 100%;
}
#header .header_bg {
	background-color: #FFF;
}
#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;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

#header .catch {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fafafa;
}
#header .catch p {
	font-size: 12px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 4px 0;
}


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

	#header #header_content .ttl {
		width: 328px;
		padding: 31px 0 8px;
	}


	#header #header_content .sub_nav {
		position: absolute;
		z-index: 20;
		right: 0;
		top: 0;
	}

	#header #header_content .sub_nav .search {
		display: none;
	}

	#header #header_content .sub_nav .nav_link {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
		width: 410px;
		padding: 14px 12px 9px 16px;
		border-radius: 0 0 7px 7px;
		background-color: #ffd6e6;
	}

	#header #header_content .sub_nav .nav_link .tel {
		float: left;
		display: inline-block;
	}
	#header #header_content .sub_nav .nav_link .tel .text {
		position: relative;
		display: block;
		color: #412d0f;
		text-align: center;
		width: 100%;
		padding: 0 2px;
		background-color: #ffd6e6;
	}
	#header #header_content .sub_nav .nav_link .tel .text span {
		position: relative;
		z-index: 2;
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
		font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		text-align: center;
		padding: 0 14px;
		background-color: #ffd6e6;
	}
	#header #header_content .sub_nav .nav_link .tel .text::after {
		content: ' ';
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 2px;
		padding: 0;
		margin: auto;
		background-color: #412d0f;
	}
	#header #header_content .sub_nav .nav_link .tel a {
		display: block;
		color: #412d0f;
		font-size: 30px;
		font-weight: 600;
		font-family: 'Lato', sans-serif;
		line-height: 1;
		padding: 0 0 0 41px;
		background-image: url('../img/common/pc/header-tel.png');
		background-size: 30px 30px;
		background-position: left center;
		background-repeat: no-repeat;
	}

	#header #header_content .sub_nav .nav_link .contact {
		float: right;
		width: 133px;
	}
	#header #header_content .sub_nav .nav_link .contact a {
		display: block;
		width: 100%;
		background-color: #122a88;
		border-radius: 5px;
		border-bottom: solid 5px #00135b;
	}
	#header #header_content .sub_nav .nav_link .contact a .sp_text {
		display: none;
	}
	#header #header_content .sub_nav .nav_link .contact a .pc_text {
		display: block;
		width: 92px;
		height: 50px;
		margin: 0 auto;
		background-image: url('../img/common/pc/header-contact.png');
		background-size: 92px 31px;
		background-position: center center;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 767px) {
	#header {
		position: static;
	}
	#header #header_content {
		padding: 0 10px;
	}

	#header .catch p {
		padding: 2px 10px;
	}

	#header #header_content .ttl {
		width: 71.25%;	/* 285/400*100 */
		max-width: 285px;
		padding: 31px 0 6px;
	}

	#header #header_content .sub_nav {
		display: none;
	}
}






/************************************************************************************************************************************
	nav_wrapper
************************************************************************************************************************************/
/**	#nav_wrapper	*****************************************************************/
@media print, screen and (min-width: 768px) {
	#nav_wrapper #nav {
		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;
		width: 1000px;
		margin: 0 auto;
	}

	#nav_wrapper #nav .main_nav > ul {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	}


	#nav_wrapper #nav .main_nav > ul > li {
		float: left;
		display: block;
		width: 187px;
		height: 41px;
		margin-right: 10px;
	}
	#nav_wrapper #nav .main_nav > ul > li:nth-child(4) {
		width: 210px;
	}
	#nav_wrapper #nav .main_nav > ul > li.sp-append {
		display: none;
	}

	#nav_wrapper #nav .main_nav > ul > li > a {
		cursor: default;
		display: block;
		width: 100%;
		height: 100%;
		background-position: left top;
		background-repeat: no-repeat;
	}
	#nav_wrapper #nav .main_nav > ul > li > a span {
		display: none;
	}
	#nav_wrapper #nav .main_nav > ul > li:nth-child(1) > a { background-image: url('../img/common/pc/navi_01_ov.png'); background-image: url('../img/common/pc/navi_01.png'); background-size: 187px 41px; }
	#nav_wrapper #nav .main_nav > ul > li:nth-child(2) > a { background-image: url('../img/common/pc/navi_02_ov.png'); background-image: url('../img/common/pc/navi_02.png'); background-size: 187px 41px; }
	#nav_wrapper #nav .main_nav > ul > li:nth-child(3) > a { background-image: url('../img/common/pc/navi_03_ov.png'); background-image: url('../img/common/pc/navi_03.png'); background-size: 187px 41px; }
	#nav_wrapper #nav .main_nav > ul > li:nth-child(4) > a { background-image: url('../img/common/pc/navi_04_ov.png'); background-image: url('../img/common/pc/navi_04.png'); background-size: 210px 41px; }


	#nav_wrapper #nav .main_nav > ul > li > .child {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
		position: absolute;
		z-index: 100000000000;
		top: 100%;
		left: 0;
		letter-spacing: calc(15px - 0.4em);
		padding: 0 20px 21px;
		background-color: rgba(34, 34, 34, 0.95);
	}
	#nav_wrapper #nav .main_nav > ul > li:nth-child(4) > .child {
		min-width: 801px;
	}
	#nav_wrapper #nav .main_nav > ul > li > .child li {
		display: inline-block;
		padding: 17px 0 0;
	}
	#nav_wrapper #nav .main_nav > ul > li > .child li a {
		color: #111111;
		font-size: 14px;
		font-weight: bold;
		font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		line-height: 1;
		letter-spacing: 1px;
		padding-left: 19px;
		background-image: url('../img/common/pc/navi_icon_arrow_01.png');
		background-size: 12px 12px;
		background-position: left center;
		background-repeat: no-repeat;
	}
	#nav_wrapper #nav .main_nav > ul > li:nth-child(1) > .child { background-color: #ffe65e; }
	#nav_wrapper #nav .main_nav > ul > li:nth-child(2) > .child { background-color: #93d756; }
	#nav_wrapper #nav .main_nav > ul > li:nth-child(3) > .child { background-color: #56d7d2; }
	#nav_wrapper #nav .main_nav > ul > li:nth-child(4) > .child { background-color: #f1b3cd; }
}


#nav_wrapper #navi_open ,
#nav_wrapper #navi_close, 
#nav_wrapper #glay_layer {
	display: none;
}


@media screen and (max-width: 767px) {
	#nav_wrapper #nav {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
		position: fixed;
		z-index: 10000000000;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		background-color: #122a88;
	}
	#nav_wrapper #nav .main_nav > ul {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
		width: 100%;
		padding: 69px 0 90px 0;
	}
	#nav_wrapper #nav .main_nav > ul > li:not(.sp-append) {
		border-bottom: solid 3px ;
	}
	#nav_wrapper #nav .main_nav > ul > li:not(.sp-append):nth-child(1){ border-bottom: solid 3px #ffe65e; }
	#nav_wrapper #nav .main_nav > ul > li:not(.sp-append):nth-child(2){ border-bottom: solid 3px #93d756; }
	#nav_wrapper #nav .main_nav > ul > li:not(.sp-append):nth-child(3){ border-bottom: solid 3px #56d7d2; }
	#nav_wrapper #nav .main_nav > ul > li:not(.sp-append):nth-child(4){ border-bottom: solid 3px #f1b3cd; }
	#nav_wrapper #nav .main_nav > ul > li:not(.sp-append) > a {
		position: relative;
		display: inline-block;
		color: #FFF;
		font-size: 18px;
		font-weight: 600;
		padding: 19px 35px 14px 35px;
		margin-left: 20px;
		background-repeat: no-repeat;
	}
	#nav_wrapper #nav .main_nav > ul > li:not(.sp-append) > a::after {
		content: ' ';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		width: 7px;
		height: 8px;
		padding: 4px 0px 0px 0px;
		margin: auto 0px;
		background-image: url('../img/common/sp/navi_icon_arrow_02.svg');
		background-size: 7px 8px;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	#nav_wrapper #nav .main_nav > ul > li:not(.sp-append):nth-child(1) > a { background-image: url('../img/common/sp/navi_01.png'); background-size: 28px auto; background-position: left 2px center; }
	#nav_wrapper #nav .main_nav > ul > li:not(.sp-append):nth-child(2) > a { background-image: url('../img/common/sp/navi_02.png'); background-size: 24px auto; background-position: left 2px center; }
	#nav_wrapper #nav .main_nav > ul > li:not(.sp-append):nth-child(3) > a { background-image: url('../img/common/sp/navi_03.png'); background-size: 28px auto; background-position: left 0px center; }
	#nav_wrapper #nav .main_nav > ul > li:not(.sp-append):nth-child(4) > a { background-image: url('../img/common/sp/navi_04.png'); background-size: 26px auto; background-position: left 1px center; }


	#nav_wrapper #nav .main_nav > ul > li> .child {
		padding: 18px 0 18px 22px;
		padding-left: 22px;
	}
	#nav_wrapper #nav .main_nav > ul > li:nth-child(1) > .child { background-color: #ffe65e; }
	#nav_wrapper #nav .main_nav > ul > li:nth-child(2) > .child { background-color: #93d756; }
	#nav_wrapper #nav .main_nav > ul > li:nth-child(3) > .child { background-color: #56d7d2; }
	#nav_wrapper #nav .main_nav > ul > li:nth-child(4) > .child { background-color: #f1b3cd; }

	#nav_wrapper #nav .main_nav > ul > li> .child > li {
		margin-bottom: 18px;
	}
	#nav_wrapper #nav .main_nav > ul > li> .child > li:last-child {
		margin-bottom: 0;
	}


	#nav_wrapper #nav .main_nav > ul > li> .child > li a {
		color: #111;
		font-size: 14px;
		font-weight: 600;
		font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		letter-spacing: 1px;
		padding-left: 24px;
		background-image: url('../img/common/sp/navi_icon_arrow_01.png');
		background-size: 12px 12px;
		background-position: left 3px center;
		background-repeat: no-repeat;
	}




	#nav_wrapper .sp-append .sub_nav {
	}

	#nav_wrapper .sp-append .sub_nav .search {
		padding: 19px 20px 27px;
	}
	#nav_wrapper .sp-append .sub_nav .search .text {
		text-align: left;
		-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: 16px;
		font-weight: 600;
		font-family: "Rounded Mplus 1c";	/* font-weight: 200/300/400/500/600/700/900; */
		transform: rotate(0.05deg);
		line-height: 1;
		padding-left: 17px;
		margin-bottom: 8px;
		background-image: url('../img/common/sp/navi_icon_arrow_02.svg');
		background-size: 7px 8px;
		background-position: left 3px center;
		background-repeat: no-repeat;
	}

	#nav_wrapper .sp-append .sub_nav {
		text-align: center;
	}
	#nav_wrapper .sp-append .sub_nav .nav_link {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
		padding: 17px 20px 20px;
		background-color: #ffd6e6;
	}

	#nav_wrapper .sp-append .sub_nav .nav_link .tel {
		display: inline-block;
		margin-bottom: 10px;
	}
	#nav_wrapper .sp-append .sub_nav .nav_link .tel .text {
		position: relative;
		display: block;
		color: #412d0f;
		width: 100%;
		padding: 0 2px;
		background-color: #ffd6e6;
	}
	#nav_wrapper .sp-append .sub_nav .nav_link .tel .text span {
		position: relative;
		z-index: 2;
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
		font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		text-align: center;
		padding: 0 14px;
		background-color: #ffd6e6;
	}
	#nav_wrapper .sp-append .sub_nav .nav_link .tel .text::after {
		content: ' ';
		display: inline-block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 2px;
		padding: 0;
		margin: auto;
		background-color: #412d0f;
	}
	#nav_wrapper .sp-append .sub_nav .nav_link .tel a {
		display: inline-block;
		color: #412d0f;
		font-size: 30px;
		font-weight: 600;
		font-family: 'Lato', sans-serif;
		line-height: 1;
		padding: 0 0 0 41px;
		background-image: url('../img/common/sp/header-tel.png');
		background-size: 30px 30px;
		background-position: left center;
		background-repeat: no-repeat;
	}

	#nav_wrapper .sp-append .sub_nav .nav_link .contact {
		height: 48px !important;
		text-align: center;
	}
	#nav_wrapper .sp-append .sub_nav .nav_link .contact a {
		display: block;
		width: 100%;
		background-color: #122a88;
		border-radius: 5px;
		border-bottom: solid 5px #00135b;
	}
	#nav_wrapper .sp-append .sub_nav .nav_link .contact a .sp_text {
		display: inline-block;
		color: #FFF;
		font-size: 16px;
		font-weight: 600;
		font-family: "Rounded Mplus 1c";	/* font-weight: 200/300/400/500/600/700/900; */
		transform: rotate(0.05deg);
		line-height: 45px;
		height: 45px;
		padding-left: 34px;
		margin: 0 auto;
		background-image: url('../img/common/sp/icon-contact.png');
		background-size: 24px 18px;
		background-position: left center;
		background-repeat: no-repeat;
	}
	#nav_wrapper .sp-append .sub_nav .nav_link .contact a .pc_text {
		display: none;
	}
}
@media screen and (max-width: 767px) {
#nav_wrapper #navi_open {
	display: block;
	position: absolute;
	z-index: 11111111111111111111111;
	top: 27px;
	right: 12px;
	opacity: 1.0;
}
#nav_wrapper #navi_open a {
	display: block;
	width: 24px;
	height: 21px;
	padding: 9px 8px 10px 8px;
	background-color: #122a88;
	border-radius: 5px;
}
#nav_wrapper #navi_open a img {
	width: 100%;
	height: auto;
}

#nav_wrapper #navi_close {
	display: block;
	position: absolute;
	z-index: 11111111111111111111111;
	top: 27px;
	right: 12px;
}
#nav_wrapper #navi_close a {
	display: block;
	width: 24px;
	height: 24px;
	padding: 8px;
	background-color: #FFF;
	border-radius: 5px;
}
#nav_wrapper #navi_close a img {
	width: 100%;
	height: auto;
}

#nav_wrapper #glay_layer {
	width: 0;
	height: 0;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.58);
}
}






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


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






/************************************************************************************************************************************
	footer	-CommonSetting-
************************************************************************************************************************************/
#footer {
	width: 100%;
	padding-top: 55px;
}
#footer .bg_01 {
	padding-top: 25px;
	background-image: url('../img/common/pc/footer_bg.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#footer .footer_content_inner {
	position: relative;
	line-height: 0;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}


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




/**	footer	.fbanner	*****************************************************************/
#footer .fbanner {
}


@media print, screen and (min-width: 768px) {
	#footer .fbanner ul {
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: solid 2px #c4a679;
	}
	#footer .fbanner ul li {
		/*width: 320px;*/
		max-width: 320px;/*200330追記*/
	}
}
@media screen and (max-width: 767px) {
	#footer .fbanner ul {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: solid 2px #c4a679;
	}
	#footer .fbanner ul li {
		max-width: 380px;
		width: 100%;
		margin: 0 auto 10px;
	}
	#footer .fbanner ul li:last-child {
		margin-bottom: 0;
	}
}




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


@media print, screen and (min-width: 768px) {
	#footer .fsitemap {
		margin: 0 auto 5px;
	}

	#footer .fsitemap ul li a {
		color: #412d0f;
		line-height: 1;
	}


	#footer .fsitemap > ul {
	}
	#footer .fsitemap > ul > li {
		line-height: 1;
	}
	#footer .fsitemap > ul > li > a {
		font-size: 16px;
		font-weight: 600;
		font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	}

	#footer .fsitemap > ul > li > ul {
	}

	#footer .fsitemap > ul > li > ul > li {
		margin-top: 10px;
	}
	#footer .fsitemap > ul > li > ul > li:first-child {
		margin-top: 13px;
	}
	#footer .fsitemap > ul > li > ul > li > a {
		font-size: 13px;
		padding-left: 18px;
		background-image: url('../img/common/pc/footer-arrow_01.png');
		background-size: 6px 7px;
		background-position: left center;
		background-repeat: no-repeat;
	}
}


@media screen and (max-width: 767px) {
	#footer .fsitemap {
		width: 84.210526315789473684210526315789%;	/* 320/380*100 */
		min-width: 300px;
		margin: 0 auto 5px;
	}


	#footer .fsitemap .nav_link {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
		text-align: center;
	}

	#footer .fsitemap .nav_link .tel {
		display: inline-block;
		margin-bottom: 10px;
	}
	#footer .fsitemap .nav_link .tel .text {
		position: relative;
		display: block;
		color: #412d0f;
		width: 100%;
		padding: 0 2px;
	}
	#footer .fsitemap .nav_link .tel .text span {
		position: relative;
		z-index: 2;
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
		font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		text-align: center;
		padding: 0 14px;
	}
	#footer .fsitemap .nav_link .tel .text::before {
		content: ' ';
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: 0;
		width: 31px;
		height: 2px;
		padding: 0;
		margin: auto;
		background-color: #412d0f;
	}
	#footer .fsitemap .nav_link .tel .text::after {
		content: ' ';
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 0;
		width: 31px;
		height: 2px;
		padding: 0;
		margin: auto;
		background-color: #412d0f;
	}
	#footer .fsitemap .nav_link .tel a {
		display: inline-block;
		color: #412d0f;
		font-size: 30px;
		font-weight: 600;
		font-family: 'Lato', sans-serif;
		line-height: 1;
		padding: 0 0 0 41px;
		background-image: url('../img/common/sp/footer-tel.png');
		background-size: 30px 30px;
		background-position: left center;
		background-repeat: no-repeat;
	}

	#footer .fsitemap .nav_link .contact {
		text-align: center;
	}
	#footer .fsitemap .nav_link .contact a {
		display: block;
		width: 100%;
		background-color: #122a88;
		border-radius: 5px;
		border-bottom: solid 5px #00135b;
	}
	#footer .fsitemap .nav_link .contact a .sp_text {
		display: inline-block;
		color: #FFF;
		font-size: 16px;
		font-weight: 600;
		font-family: "Rounded Mplus 1c";	/* font-weight: 200/300/400/500/600/700/900; */
		transform: rotate(0.05deg);
		line-height: 45px;
		height: 45px;
		padding-left: 34px;
		margin: 0 auto;
		background-image: url('../img/common/sp/icon-contact.png');
		background-size: 24px 18px;
		background-position: left center;
		background-repeat: no-repeat;
	}
	#footer .fsitemap .nav_link .contact a .pc_text {
		display: none;
	}




	#footer .fsitemap ul li a {
		color: #412d0f;
		line-height: 1;
	}
	#footer .fsitemap > ul {
	}
	#footer .fsitemap > ul > li {
		line-height: 1;
		margin-top: 25px;
	}
	#footer .fsitemap > ul > li:first-child {
		margin-top: 30px;
	}
	#footer .fsitemap > ul > li > a {
		font-size: 16px;
		font-weight: 600;
		font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	}

	#footer .fsitemap > ul > li > ul {
	}

	#footer .fsitemap > ul > li > ul > li {
		margin-top: 10px;
	}
	#footer .fsitemap > ul > li > ul > li:first-child {
		margin-top: 13px;
	}
	#footer .fsitemap > ul > li > ul > li > a {
		font-size: 13px;
		padding-left: 18px;
		background-image: url('../img/common/pc/footer-arrow_01.png');
		background-size: 6px 7px;
		background-position: left center;
		background-repeat: no-repeat;
	}
}






/**	footer .fdescription	*****************************************************************/
#footer .fdescription {
}


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

	#footer .fdescription .logo {
		position: relative;
		float: right;
		line-height: 1;
		width: 298px;
		padding-top: 6px;
	}
	#footer .fdescription .logo .pc {
		display: block;
	}
	#footer .fdescription .logo .sp {
		display: none;
	}
	#footer .fdescription .logo span {
		position: absolute;
		left: 83px;
		top: 0;
		color: #231815;
		font-size: 12px;
	}


	#footer .fdescription .nav_link {
		float: left;
		display: inline-block;
		padding-top: 25px;
	}

	#footer .fdescription .nav_link .tel {
		float: left;
		display: inline-block;
		margin-right: 20px;
	}
	#footer .fdescription .nav_link .tel .text {
		position: relative;
		display: block;
		color: #412d0f;
		text-align: center;
		width: 100%;
		padding: 0 2px;
	}
	#footer .fdescription .nav_link .tel .text span {
		position: relative;
		z-index: 2;
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
		font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		text-align: center;
		padding: 0 14px;
	}
	#footer .fdescription .nav_link .tel .text::before {
		content: ' ';
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: 0;
		width: 31px;
		height: 2px;
		padding: 0;
		margin: auto;
		background-color: #412d0f;
	}
	#footer .fdescription .nav_link .tel .text::after {
		content: ' ';
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 0;
		width: 31px;
		height: 2px;
		padding: 0;
		margin: auto;
		background-color: #412d0f;
	}
	#footer .fdescription .nav_link .tel a {
		display: block;
		color: #412d0f;
		font-size: 30px;
		font-weight: 600;
		font-family: 'Lato', sans-serif;
		line-height: 1;
		padding: 0 0 0 41px;
		background-image: url('../img/common/pc/footer-tel.png');
		background-size: 30px 30px;
		background-position: left center;
		background-repeat: no-repeat;
	}

	#footer .fdescription .nav_link .contact {
		float: left;
		width: 290px;
	}
	#footer .fdescription .nav_link .contact a {
		display: block;
		width: 100%;
		background-color: #122a88;
		border-radius: 5px;
		border-bottom: solid 5px #00135b;
	}
	#footer .fdescription .nav_link .contact a .sp_text {
		display: none;
	}
	#footer .fdescription .nav_link .contact a .pc_text {
		display: block;
		width: 215px;
		height: 45px;
		margin: 0 auto;
		background-image: url('../img/common/pc/footer-contact.png');
		background-size: 215px 18px;
		background-position: center center;
		background-repeat: no-repeat;
	}

	#footer .fdescription .fsitemap_2 {
		clear: both;
		float: right;
		letter-spacing: calc(17px - 0.4em);
		text-align: center;
		width: 298px;
		padding: 10px 0 6px;
		margin-bottom: -5px;
		background-color: #c4a679;
		border-radius: 7px 7px 0 0;
	}
	#footer .fdescription .fsitemap_2 li {
		display: inline-block;
		letter-spacing: normal;
	}
	#footer .fdescription .fsitemap_2 li a {
		color: #FFF;
		font-size: 12px;
		line-height: 1;
		padding-left: 14px;
		background-image: url('../img/common/pc/footer-arrow_02.png');
		background-size: 6px 7px;
		background-position: left center;
		background-repeat: no-repeat;
	}
}


@media screen and (max-width: 767px) {
	#footer .fdescription .logo {
		position: relative;
		line-height: 1;
		width: 78.421052631578947368421052631579%;	/* 298/380*100 */
		max-width: 298px;
		padding-top: 6px;
		margin: 30px auto 25px;
	}
	#footer .fdescription .logo span {
		position: absolute;
		left: 27.852348993288590604026845637584%;	/* 83/298*100 */
		top: 0;
		color: #231815;
		font-size: 12px;
	}
	#footer .fdescription .logo .pc {
		display: none;
	}
	#footer .fdescription .logo .sp {
		display: block;
	}


	#footer .fdescription .nav_link {
		display: none;
	}


	#footer .fdescription .fsitemap_2 {
		clear: both;
		letter-spacing: calc(13px - 0.4em);
		text-align: center;
		width: 78.421052631578947368421052631579%;	/* 298/380*100 */
		max-width: 298px;
		min-width: 270px;
		padding: 10px 0 6px;
		margin: 0 auto -5px;
		background-color: #c4a679;
		border-radius: 7px 7px 0 0;
	}
	#footer .fdescription .fsitemap_2 li {
		display: inline-block;
		letter-spacing: normal;
	}
	#footer .fdescription .fsitemap_2 li a {
		color: #FFF;
		font-size: 12px;
		line-height: 1;
		padding-left: 14px;
		background-image: url('../img/common/pc/footer-arrow_02.png');
		background-size: 6px 7px;
		background-position: left center;
		background-repeat: no-repeat;
	}
}






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

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






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


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




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


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