@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */

html {
	font-size: 62.5%;
}
body {
	background-color: #efefef;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #4c4c4c;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Verdana,Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.6;
}
a {
	color: #9a794b;
	text-decoration: underline;
	-webkit-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	-o-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
}
a:hover {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}

label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 680px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	iframe {
		max-width: 100%;
		height: 200px;
	}
}



.sp {
	display: none !important;
}
@media screen and (max-width: 680px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
}

@media screen and (max-width: 680px) {
	.sp_min {
		font-family: 'Hiragino Mincho ProN', serif;
		font-weight: 700;
		font-size: 120%;
		color: #fff;
	}
}



/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a.hv_wh:hover:after,
button.hv_wh:hover:after,
a:hover .hv_wh:after,
.hv_wh a:hover:after {
	background-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 680px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}

/* data-label
============================================================================================================ */
@media screen and (max-width: 680px) {
	*[data-label]:after {
		content: attr(data-label);
	}
	*[data-label] img {
		display: none;
	}
}



/* ヘッダー
============================================================================================================ */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
	height: 120px;
	background: #fff url(../images/head/head_bg.jpg) 50%;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 100;
}
@media screen and (max-width: 680px) {
	#header {
		position: fixed;
		min-width: 0;
		height: auto;
		background: #fff;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
		box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	}
}

/* head
------------------------------------------------------------- */
#header .head {
	position: relative;
	width: 960px;
	height: 120px;
	margin: 0 auto;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}
#header .head_txt {
	padding: 20px 0 14px;
	color: #666;
}
#header .head div {
	font-weight: 700;
	font-size: 108%;
	color: #fff;
	font-family: 'Hiragino Mincho ProN', serif;	
}

@media screen and (max-width: 680px) {
	#header .head {
		position: relative;
		width: auto;
		height: auto;
		padding: 10px;
	}
	#header .head_txt {
		display: none;
	}
	#header div  {
		width: 200px;
	}
}

/* nav_btn
------------------------------------------------------------- */
@media screen and (max-width: 680px) {
	#header .nav_btn {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}
	#header .nav_btn a {
		position: relative;
		display: block;
		width: 50px;
		height: 55px;
		z-index: 2;
	}
	#header .nav_btn:before,
	#header .nav_btn a:before,
	#header .nav_btn a:after {
		content: "";
		position: absolute;
		left: 12px;
		right: 12px;
		top: 50%;
		height: 2px;
		margin-top: -1px;
		background-color: #372417;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header .nav_btn a:before {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	#header .nav_btn a:after {
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		-o-transform: translateY(6px);
		transform: translateY(6px);
	}

	/* open */
	#header.open .nav_btn:before {
		opacity: 0;
	}
	#header.open .nav_btn a:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header.open .nav_btn a:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

/* nav
------------------------------------------------------------- */
#header nav {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	background: #3e2718;
	background: -moz-linear-gradient(top,  #3e2718 0%, #2f1f16 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e2718), color-stop(100%,#2f1f16));
	background: -webkit-linear-gradient(top,  #3e2718 0%,#2f1f16 100%);
	background: -o-linear-gradient(top,  #3e2718 0%,#2f1f16 100%);
	background: -ms-linear-gradient(top,  #3e2718 0%,#2f1f16 100%);
	background: linear-gradient(to bottom,  #3e2718 0%,#2f1f16 100%);
	
}
#header nav.fixed {
	position: fixed;
	top: 0;
}
#header nav ul {
	display: table;
	width: 100%;
	max-width: 990px;
	min-width: 960px;
	margin: 0 auto;
	background-image: -moz-radial-gradient(50% 0, ellipse farthest-side, rgba(93,58,36,1), rgba(93,58,36,0) 100%);
	background-image: -webkit-radial-gradient(50% 0, ellipse farthest-side, rgba(93,58,36,1), rgba(93,58,36,0) 100%);
	background-image: -o-radial-gradient(50% 0%, ellipse farthest-side, rgba(93,58,36,1), rgba(93,58,36,0) 100%);
	background-image: -ms-radial-gradient(50% 0%, ellipse farthest-side, rgba(93,58,36,1), rgba(93,58,36,0) 100%);
	background-image: radial-gradient(50% 0%, ellipse farthest-side, rgba(93,58,36,1), rgba(93,58,36,0) 100%);
}

#header nav ul > li {
	display: table-cell;
	vertical-align: middle;
}
#header nav ul a {
	position: relative;
	display: block;
	padding: 15px 0;
	text-align: center;
}

#header nav .hover,
#header nav .current a:before {
	position: absolute;
	bottom: 2px;
	height: 2px;
	background-color: #fff;
}
#header nav .current a:before {
	content: "";
	left: 5px;
	right: 5px;
}
#header nav .hover {
	-webkit-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
	height: 0;
}
#header nav .hover.mov {
	-webkit-transition: all 0.3s ease, height 0.15s ease;
	-o-transition: all 0.3s ease, height 0.15s ease;
	transition: all 0.3s ease, height 0.15s ease;
	height: 2px;
}

@media screen and (max-width: 680px) {
	#header nav {
		position: absolute !important;
		background: none;
		top: auto !important;
	}
	#header nav .hover,
	#header nav .current a:before {
		display: none;
	}
	#header nav ul {
		display: block;
		min-width: 0;
		background: none;
	}
	#header nav ul > li {
		position: relative;
		display: block;
		background-color: #372417;
		border-top: 1px solid rgba(255,255,255,0.3);
	}
	#header nav ul > li:after {
		content: "";
		position: absolute;
		right: 15px;
		top: 50%;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-right: 2px solid rgba(255,255,255,0.6);
		border-top: 2px solid rgba(255,255,255,0.6);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header nav ul a {
		position: relative;
		padding: 20px 15px;
		text-align: left;
		font-size: 1.3rem;
		color: #fff;
		text-decoration: none;
		z-index: 3;
		line-height: 1.6;
	}

	/* mov */
	#header nav {
		overflow: hidden;
		height: 0;
	}
	#header nav ul > li {
		-webkit-transition: all 0.2s !important;
		-o-transition: all 0.2s !important;
		transition: all 0.2s !important;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		transform: scale(1, 0);
		opacity: 0;
	}

	/* open */
	#header.showed nav {
		overflow: visible;
	}
	#header.open nav {
		height: auto;
	}
	#header.open nav ul > li {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
	}
}



/* フッター
============================================================================================================ */
#footer {
	position: relative;
	background-color: #f7f7f7;
}
#footer .bnrmykomon55{
	width: 960px;
	margin: 0 auto 10px auto;
	text-align: right;
}
#footer .foot {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 25px;
}
#footer .foot:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}

#footer .foot dl {
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.7;
	color: #333333;
}
#footer .foot dl dt {
	float: left;
}
#footer .foot dl dd {
	margin-left: 220px;
}

@media screen and (max-width: 680px) {
	#footer {
		background-color: #fff;
	}
	#footer .foot{
		width: auto;
		padding: 15px;
	}
	#footer .bnrmykomon55{
		width: auto;
		text-align: center;
		padding: 15px;
	}
	#footer .foot dl {
		float: none;
		text-align: center;
	}
	#footer .foot dl dt {
		float: none;
	}
	#footer .foot dl dt a {
		display: block;
		height: 32px;
		background: url(../images/head/logo.png) no-repeat 50%;
		-webkit-background-size: auto 32px;
		background-size: auto 32px;
	}
	#footer .foot dl dt a img {
		display: none;
	}
	#footer .foot dl dd {
		margin-left: 0;
	}
}


/* copyright
------------------------------------------------------------- */
#footer .copyright {
	padding: 25px 0;
	border-top: 1px solid #ddd;
	text-align: center;
}
#footer .copyright small {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0;
	color: #808080;
}

@media screen and (max-width: 680px) {
	#footer .copyright {
		padding: 10px;
		line-height: 1.4;
	}
	#footer .copyright small {
		font-size: 1rem;
	}
}



/* ヘッダー・フッター共通
============================================================================================================ */
#header .contact,
#footer .contact {
	float: right;
}
#header .contact li,
#footer .contact li {
	float: left;
	padding-left: 15px;
}

#header .contact .tel,
#footer .contact .tel {
	position: relative;
	overflow: hidden;
	width: 250px;
	height: 0;
	padding-left: 0;
	padding-top: 46px;
	background: url(../images/head/tel.png);
}
#header .contact .tel a,
#footer .contact .tel a {
	display: none;
}
#header .contact {
	position: absolute;
	right: 0;
	bottom: 25px;
}

#header .box_link,
#footer .box_link {
	width: 134px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	text-decoration: none;
}

#header .link,
#footer .link {
	font-size: 13px;
	font-size: 1.3rem;
}
#header .link li,
#footer .link li {
	float: left;
}
#header .link li a,
#footer .link li a {
	position: relative;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#header .link li a:before,
#footer .link li a:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 6px;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #939393;
}
#header .link li a:hover,
#footer .link li a:hover {
	text-decoration: underline;
}
#header .link li a:hover:before,
#footer .link li a:hover:before {
	left: 6px;
}

#header .link {
	position: absolute;
	right: 410px;
	bottom: 22px;
}
#footer .link {
	clear: right;
	float: right;
	padding-top: 20px;
}

@media screen and (max-width: 680px) {
	#header .contact,
	#header .link {
		display: none;
	}

	#footer .contact {
		float: none;
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #dddddd;
	}
	#footer .contact li {
		float: none;
		padding: 0;
	}
	#footer .contact .tel {
		width: auto;
		height: auto;
		margin-bottom: 10px;
		padding-top: 0;
		background: none;
		text-align: center;
	}
	#footer .contact .tel a {
		display: block;
		text-decoration: none;
		color: #000;
	}
	#footer .contact .tel a strong {
		display: block;
		font-size: 2.5rem;
		line-height: 1.3;
	}
	#footer .box_link {
		width: auto;
	}
	#footer .link {
		float: none;
		text-align: center;
	}
	#footer .link li {
		float: none;
		display: inline-block;
	}
	#footer .link li a {
		padding-right: 0;
	}

}



/* pagetop
============================================================================================================ */
#pagetop {
	position: fixed;
	right: 0;
	bottom: 60px;
	width: 0;
	height: 64px;
	background-color: #fff;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	z-index: 50;
}
#pagetop.show {
	width: 64px;
}
#pagetop:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 23px;
	width: 18px;
	height: 18px;
	border-left: 2px solid #9a794b;
	border-top: 2px solid #9a794b;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top 0.1s;
	-o-transition: top 0.1s;
	transition: top 0.1s;
}
#pagetop:hover:after {
	top: 28px;
}

@media screen and (max-width: 680px) {
	#pagetop {
		display: block;
		position: relative;
		bottom: auto !important;
		width: auto !important;
		height: 40px;
		background-color: #2e1f16;
	}
	#pagetop:after {
		top: 16px !important;
		left: 50%;
		margin-left: -10px;
		border-color: #fff;
	}
}



/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */
#container {
	position: relative;
	min-width: 980px;
	padding-top: 190px;
	font-size: 15px;
	font-size: 1.5rem;
}
@media screen and (max-width: 680px) {
	#container {
		min-width: 0;
		padding-top: 53px;
		font-size: 1.3rem;
	}
}


#contentsWrap {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 90px;
	letter-spacing: 1px;
}
#contentsWrap:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#contents {
	float: left;
	width: 680px;
}
@media screen and (max-width: 680px) {
	#contentsWrap {
		width: auto;
		padding: 0;
		letter-spacing: 0;
	}
	#contents {
		float: none;
		width: auto;
		padding: 20px 15px 40px;
	}
}


/* side
============================================================================================================ */
#side {
	float: right;
	width: 240px;
}
@media screen and (max-width: 680px) {
	#side {
		float: none;
		width: auto;
		padding: 0 15px 40px;
	}
}


/* local_nav
------------------------------------------------------------- */
#side .local_nav {
	position: relative;
	overflow: hidden;
	background-color: #f3f3f3;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#side .local_nav dt {
	padding: 8px;
	background: url(../images/side/nav_title_bg.png) 50% 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#side .local_nav dd {
	padding: 5px 18px;
	border: 1px solid #fff;
	border-top-width: 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
}
#side .local_nav li + li {
	border-top: 1px solid #dcdcdc;
}
#side .local_nav dd a {
	position: relative;
	display: block;
	padding: 10px 0 10px 12px;
	text-decoration: none;
}
#side .local_nav dd a:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 18px;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #9a794b;
}
#side .local_nav dd a:hover {
	text-decoration: underline;
}
#side .local_nav dd a:hover:before {
	left: 2px;
}

@media screen and (max-width: 680px) {
	#side .local_nav {
	}
	#side .local_nav dt {
		background: #4b3222;
		background: -moz-linear-gradient(top,  #4b3222 0%, #3d291c 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b3222), color-stop(100%,#3d291c));
		background: -webkit-linear-gradient(top,  #4b3222 0%,#3d291c 100%);
		background: -o-linear-gradient(top,  #4b3222 0%,#3d291c 100%);
		background: -ms-linear-gradient(top,  #4b3222 0%,#3d291c 100%);
		background: linear-gradient(to bottom,  #4b3222 0%,#3d291c 100%);
	}
}



/* pageHead
============================================================================================================ */
#pageHead {
	position: relative;
	background-color: #f7f7f7;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 5;
}
#pageHead div {
	padding: 50px 0;
	border-bottom: 1px solid #fff;
	background: url(../images/parts/head_bg.jpg) 50%;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	font-size: 180%;
	color: #fff;
	font-weight: 700;
	font-family: 'Hiragino Mincho ProN', serif;
	letter-spacing: 0.2em;
}
#pageHead p {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 13px;
	font-size: 1.3rem;
	color: #353535;
}
#pageHead p a {
	color: #353535;
	text-decoration: none;
}
#pageHead p a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 680px) {
	#pageHead {
	}
	#pageHead div {
		padding: 20px 0;
		text-align: center;
		color: #fff;
		font-size: 2rem;
		line-height: 1.5;
	}
	#pageHead div img {
		width: auto;
		max-height: 30px;
	}
	#pageHead p {
		width: auto;
		padding: 5px;
		font-size: 1.1rem;
	}
}

/* contact_box
============================================================================================================ */
.contact_box {
	margin: 50px 0;
	padding-top: 35px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	text-align: center;
	letter-spacing: 0;
}
.contact_box:last-child {
	margin-bottom: 0;
}
.contact_box p {
	margin-bottom: 10px;
}
.contact_box ul {
	margin-top: 35px;
	padding: 30px 102px 28px;
	background-color: #f7f7f7;
	border: 1px solid #fff;
}
.contact_box ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.contact_box ul li {
	float: left;
}
.contact_box ul li + li {
	float: right;
	width: 158px;
	letter-spacing: 1px;
}
.contact_box ul .tel {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 0;
	padding-top: 58px;
	background: url(../images/parts/contact_tel.png);
}
.contact_box ul .tel a {
	display: none;
}

@media screen and (max-width: 680px) {
	.contact_box {
		margin: 30px 0;
		padding-top: 15px;
	}
	.contact_box div {
		margin-bottom: 5px;
		color: #9a794b;
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.contact_box p {
		padding: 0 15px;
	}
	.contact_box div + p {
		font-size: 1.6rem;
	}
	.contact_box p + p {
		text-align: left;
	}
	.contact_box ul {
		margin-top: 15px;
		padding: 15px;
	}
	.contact_box ul li {
		float: none !important;
	}
	.contact_box ul li + li {
		width: auto;
		letter-spacing: 0;
	}
	.contact_box ul .tel {
		width: auto;
		height: auto;
		margin-bottom: 10px;
		padding-top: 0;
		background: none;
		text-align: center;
	}
	.contact_box ul .tel a {
		display: block;
		text-decoration: none;
		color: #000;
	}
	.contact_box ul .tel a strong {
		display: block;
		font-size: 2.5rem;
		line-height: 1.3;
	}
}




/* ===================================================================================================================

	共通モジュール

=================================================================================================================== */

/* section
============================================================================================================ */
* + .section {
	margin-top: 60px;
}
@media screen and (max-width: 680px) {
	* + .section {
		margin-top: 50px;
	}
}

/* title
============================================================================================================ */
.title_l {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 12px;
	border-bottom: 1px solid #c4b49d;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.5;
	color: #452e1f;
	font-weight: normal;
}
.title_l:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 40px;
	border-bottom: 2px solid #9a794b;
}
@media screen and (max-width: 680px) {
	.title_l {
		margin-bottom: 15px;
		padding-bottom: 8px;
		font-size: 2rem;
		line-height: 1.3;
	}
}

.title_m {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #9a794b;
}

@media screen and (max-width: 680px) {
	.title_m {
		margin-bottom: 15px;
		font-size: 1.7rem;
	}
}


/* mt_contents
============================================================================================================ */
.mt_contents > * + * {
	margin-top: 1.8em;
}

/* border_box
============================================================================================================ */
.border_box {
	border: 1px solid #d9d9d9;
	padding: 20px;
}
.border_box:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}

@media screen and (max-width: 680px) {
	.border_box {
		padding: 15px;
	}
}


/* box_link
============================================================================================================ */
a.box_link {
	position: relative;
	display: block;
	padding: 14px 0;
	background-color: #9a794b;
	color: #fff;
	text-align: center;
}
a.box_link.l {
	padding: 20px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
}
a.box_link.has_arrow:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -3px;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #fff;
}
a.box_link.has_arrow:hover:before {
	left: 16px;
}

.box_link_wrap {
	margin: 30px;
}

@media screen and (max-width: 680px) {
	a.box_link.l {
		padding: 15px;
		font-size: 1.6rem;
	}
	.box_link_wrap {
		margin: 15px 0;
	}
}

/* bnr_link
============================================================================================================ */
a.bnr_link {
	display: table;
	text-decoration: none;
}
a.bnr_link > * {
	display: table-cell;
}
a.bnr_link .img {
	padding-right: 16px;
}
a.bnr_link .img img {
	border: 1px solid #d9d9d9;
}
a.bnr_link:hover .txt {
	text-decoration: underline;
}

@media screen and (max-width: 680px) {
	a.bnr_link {
		display: block;
	}
	a.bnr_link > * {
		display: block;
		text-align: center;
	}
	a.bnr_link .img {
		padding: 0 0 5px;
	}
}




/* table
============================================================================================================ */
table.basic {
	width: 100%;
}
table.basic.fixed {
	table-layout: fixed;
}
table.basic th,
table.basic td {
	padding: 25px 15px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	vertical-align: top;
}
table.basic tbody th {
	background-color: #ebebeb;
	font-weight: bold;
}
table.basic.th_nw tbody th {
	white-space: nowrap;
}
table.basic tbody td {
	padding-left: 30px;
}
table.basic.td_cetner td {
	text-align: center;
}
table.basic.td_right td {
	text-align: right;
}

table .w10 {width: 10%;}
table .w15 {width: 15%;}
table .w20 {width: 20%;}
table .w25 {width: 25%;}
table .w30 {width: 30%;}
table .w35 {width: 35%;}
table .w40 {width: 40%;}
table .w45 {width: 45%;}
table .w50 {width: 50%;}

@media screen and (max-width: 680px) {
	table.basic {
	}
	table.basic th,
	table.basic td {
		padding: 15px 10px;
	}
	table.basic tbody td {
		padding-left: 10px;
	}
}


/* li
============================================================================================================ */

/* square
------------------------------------------------------------- */
ul.square li {
	position: relative;
	padding-left: 1em;
}
ul.square li:before {
	content: "■";
	position: absolute;
	left: 0;
}

/* disc
------------------------------------------------------------- */
ul.disc li {
	position: relative;
	padding-left: 1em;
}
ul.disc li:before {
	content: "・";
	position: absolute;
	left: 0;
}

/* notes
------------------------------------------------------------- */
ul.notes li {
	position: relative;
	padding-left: 1em;
}
ul.notes li:before {
	content: "※";
	position: absolute;
	left: 0;
}

/* decimal
------------------------------------------------------------- */
ol.decimal {
	list-style-type: decimal;
}
ol.decimal li {
	margin-left: 2em;
}

/* parentheses
------------------------------------------------------------- */
ol.parentheses li {
	position: relative;
	padding-left: 2em;
}
ol.parentheses li .num {
	position: absolute;
	left: 0;
}


/* img caption
============================================================================================================ */
img + .caption {
	display: block;
	margin-top: 10px;
}

/* img.radius
============================================================================================================ */
img.radius {
	border-radius: 1000px;
}

/* box_txt_red
============================================================================================================ */
.box_txt_red {
	padding: 12px;
	background-color: #e2d7d7;
	text-align: center;
	font-weight: bold;
	color: #a40000;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

@media screen and (max-width: 680px) {
	.box_txt_red {
		font-size: 1.6rem;
	}
}



/* letter-spacing
============================================================================================================ */
.ls1 {
	display: inline-block;
	letter-spacing: 1em;
	margin-right: -1em;
}



/* qa_contents
============================================================================================================ */
.qa_contents {
	margin-top: 25px;
}
.qa_contents > section + section {
	margin-top: 40px;
}
.qa_contents header {
	min-height: 180px;
	margin-bottom: 26px;
	padding-bottom: 26px;
	background: url(../images/parts/qa_q_silhouette.png) no-repeat;
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.qa_contents header div {
	position: relative;
	width: 536px;
	min-height: 120px;
	margin-left: auto;
	padding: 26px 26px 28px 46px;
	background: url(../images/parts/qa_q_box_t.png) no-repeat;
	font-weight: normal;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.qa_contents header div:after {
	content: "";
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/parts/qa_q_box_b.png) no-repeat 0 100%;
}
.qa_contents header div span {
	position: relative;
	display: block;
	padding-left: 2em;
	z-index: 3;
}
.qa_contents header div span:before {
	content: "Q.";
	position: absolute;
	top: -0.2em;
	left: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #9a794b;
}

.qa_contents .a {
	padding-bottom: 26px;
	background: url(../images/parts/qa_a_silhouette.png) no-repeat 100% 0;
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.qa_contents .a > div {
	position: relative;
	width: 536px;
	padding: 26px 40px 28px 30px;
	background: url(../images/parts/qa_a_box_t.png) no-repeat;
	font-weight: normal;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.qa_contents .a > div:after {
	content: "";
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/parts/qa_a_box_b.png) no-repeat 0 100%;
}
.qa_contents .a > div > * {
	position: relative;
	z-index: 3;
}
.qa_contents .a .lead {
	position: relative;
	margin-bottom: 0.7em;
	padding-left: 1.5em;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	color: #432d1e;
}
.qa_contents .a .lead:before {
	content: "A.";
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 680px) {
	.qa_contents > section + section {
		margin-top: 20px;
	}
	.qa_contents header {
		position: relative;
		min-height: 0;
		margin-bottom: 5px;
		padding-bottom: 0;
		background: none;
		border-bottom: 0;
		z-index: 5;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
		box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	}
	.qa_contents header div {
		width: auto;
		min-height: 0;
		padding: 10px 15px;
		background: #f3f3f3;
		border: 2px solid #9a794b;
	}
	.qa_contents header div:after {
		content: none;
	}
	.qa_contents header div:before {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -8px;
		width: 12px;
		height: 12px;
		margin-left: -6px;
		background: #f3f3f3;
		border-right: 2px solid #9a794b;
		border-bottom: 2px solid #9a794b;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.qa_contents header div span:before {
		font-size: 1.5rem;
	}

	.qa_contents .a {
		padding-bottom: 10px;
		background: none;
	}
	.qa_contents .a > div {
		width: auto;
		padding: 10px 15px;
		background: rgba(255,255,255,0.5);
		border: 2px solid #fff;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
		box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	}
	.qa_contents .a > div:after {
		content: none;
	}
	.qa_contents .a .lead {
		margin-bottom: 0.5em;
		font-size: 1.5rem;
	}
}



/* voice_contents
============================================================================================================ */
.voice_contents {
	margin-top: 25px;
}
.voice_contents > section + section {
	margin-top: 40px;
}
.voice_contents header {
	min-height: 180px;
	margin-bottom: 26px;
	padding-bottom: 26px;
	background: url(../images/parts/voice_q_silhouette.png) no-repeat;
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.voice_contents header.voice02 {
	min-height: 180px;
	margin-bottom: 26px;
	padding-bottom: 26px;
	background: url(../images/parts/voice_q_silhouette02.png) no-repeat;
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.voice_contents header.voice03 {
	min-height: 180px;
	margin-bottom: 26px;
	padding-bottom: 26px;
	background: url(../images/parts/voice_q_silhouette03.png) no-repeat;
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.voice_contents header.voice04 {
	min-height: 180px;
	margin-bottom: 26px;
	padding-bottom: 26px;
	background: url(../images/parts/voice_q_silhouette04.png) no-repeat;
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.voice_contents header.voice05 {
	min-height: 180px;
	margin-bottom: 26px;
	padding-bottom: 26px;
	background: url(../images/parts/voice_q_silhouette05.png) no-repeat;
	border-bottom: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.voice_contents header div {
	position: relative;
	width: 536px;
	min-height: 120px;
	margin-left: auto;
	padding: 26px 26px 28px 46px;
	background: url(../images/parts/qa_q_box_t.png) no-repeat;
	font-weight: normal;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.voice_contents header div:after {
	content: "";
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/parts/qa_q_box_b.png) no-repeat 0 100%;
}
.voice_contents header div span {
	position: relative;
	display: block;
	z-index: 3;
}
.voice_contents header div span:before {
	position: absolute;
	top: -0.2em;
	left: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #9a794b;
}



@media screen and (max-width: 680px) {
	.voice_contents > section + section {
		margin-top: 20px;
	}
	.voice_contents header {
		position: relative;
		min-height: 0;
		margin-bottom: 5px;
		padding-bottom: 0;
		background: none;
		border-bottom: 0;
		z-index: 5;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
		box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	}
	.voice_contents header div {
		width: auto;
		min-height: 0;
		padding: 10px 15px;
		background: #f3f3f3;
		border: 2px solid #9a794b;
	}
	.voice_contents header div:after {
		content: none;
	}
	.voice_contents header div:before {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -8px;
		width: 12px;
		height: 12px;
		margin-left: -6px;
		background: #f3f3f3;
		border-right: 2px solid #9a794b;
		border-bottom: 2px solid #9a794b;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.voice_contents header div span:before {
		font-size: 1.5rem;
	}

	.voice_contents .a {
		padding-bottom: 10px;
		background: none;
	}
	.voice_contents .a > div {
		width: auto;
		padding: 10px 15px;
		background: rgba(255,255,255,0.5);
		border: 2px solid #fff;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
		box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	}
	.voice_contents .a > div:after {
		content: none;
	}
	.voice_contents .a .lead {
		margin-bottom: 0.5em;
		font-size: 1.5rem;
	}
}
















.bnr_link_allbox{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
	border-top: 3px double #ccc;
}
.bnr_link_allbox .link_bnr_ss a{
	display: block;
	float: left;
	width: 330px;
	margin: 10px 10px;
}


@media screen and (max-width: 680px) {
		.bnr_link_allbox{
			width: auto;
			padding: 20px 0;
		}
		.bnr_link_allbox .link_bnr_ss a{
			width: 40%;
			margin: 10px 5%;
		}


}

.contactcopy{
	font-size: 2.0rem;
	font-weight: 700;
}







