@charset "UTF-8";
/* CSS Document */

/* mainVisual -------------------- */
#mainVisual {
	width: 100%;
	box-shadow:			0px 0px 9px 3px rgba(0,0,0,0.16);
	-moz-box-shadow:	0px 0px 9px 3px rgba(0,0,0,0.16);
	-webkit-box-shadow:	0px 0px 9px 3px rgba(0,0,0,0.16);
	}

/* ------------------------------------- */
/*	パンくず
/* ------------------------------------- */
.pan {
	font-size:		0.8em;
	color:			#777;
	padding:		0;
	margin:			0 auto 25px auto;
	}
.pan a {	
	color:			#AD061C;
	text-decoration:underline;
	}
.pan a:hover {
	color:			#AD061C;
	text-decoration:none;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		.pan {
			font-size:		0.65em;
			padding:		0;
			width:			auto;
			margin:			0 30px 20px 0;
			}
		}

/* ------------------------------------- */
/*	ページタイトル
/* ------------------------------------- */
#pageheader{
	width:			100%;
	background:		url(../img/pagetitle_bg.jpg) repeat-x;
	min-height:		120px;
	display:		block;
	margin:			0 0 20px 0;
	}
#pageheader h2{
	color:#fff;
	width:			1100px;
	min-height:		120px;
	background:		url(../img/pagetitle_ttl.jpg) no-repeat right center;
	margin:			0 auto;
	font-size:		1.7em;
	font-weight:	200;
	padding:		50px 0 0 0;
	}
	@media only screen and (max-width: 1100px) {
		#pageheader h2{
			margin:		0 0 0 0;
			padding:	45px 0 0 30px;
			width:			100%;
			background-size:cover;
			}
		}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		#pageheader{
			min-height:		90px;
			}
		#pageheader h2{
			background-position:right center;
			padding:	35px 0 0 10px;
			font-size:	1.2em;
			min-height:		90px;
			}
		}
#main h3{
	color:#6a3906;
	font-size:1.35em;
	font-weight:400;
	float: none;
	clear: both;
	margin:0 0 11px 0;
	padding:15px 20px;
	width:100%;
	background: url(../img/bg1.jpg) repeat;
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	-ms-border-radius:		5px;
	-o-border-radius:		5px;
	border-radius:			5px;
	}
#main h3 img{
	margin:0 10px 0 0;
	}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		#main h3{
			font-size:1.3em;
			margin:0 0 12px 0;
			padding:10px 15px;
			width:100%;
		}
	}
#main h4{
	color: #AD061C;
	font-size: 1.2em;
	line-height: 170%;
	margin: 5px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		h4{
			line-height: 150%;
			}
		}
#main h5{
	color: #6a3906;
	font-size: 1em;
	line-height: 170%;
	margin: 5px 0px;
	padding: 0px 0px 0px 0px;
	}

/* table  -------------------- */
table{
	width:100%;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0 0 30px 0;
	}
table th{
	color:#777;
	font-weight:normal;
	background-color:#f3f2ee;
	text-align:center;
	padding:5px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
table td{
	padding:10px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		table.mobile-block td,
		table.mobile-block th{
			display:block;
			}
		}

/* sidebar  -------------------- */
#sidebar h2 a,
#sidebar ul.menu > li > a{
	color:#759e65;
	border:dashed 1px #759e65;
	padding:20px;
	text-decoration:none;
	font-size:0.8em;
	font-weight:100;
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	-ms-border-radius:		5px;
	-o-border-radius:		5px;
	border-radius:			5px;
	display:	-webkit-flex;
	display:	flex;
	-webkit-align-items:		center; /* 縦方向中央揃え（Safari用） */
	align-items:				center; /* 縦方向中央揃え */
	-webkit-justify-content:	center; /* 横方向中央揃え（Safari用） */
	justify-content:			center; /* 横方向中央揃え */
	}
#sidebar ul.menu > li > a{
	font-size:1.2em;
	}
#sidebar h2 a:hover,
#sidebar ul.menu > li > a:hover{
	color:#fff;
	border:solid 1px #759e65;
	background-color:#759e65;
	}
#sNav,
#sidebar ul.sub-menu{
	margin:3px 0 40px 0;
	font-size:0.9em;
	line-height:180%;
	}
#sNav dd{
	margin:0 0 0 15px;
	}
#sNav dt a,
#sNav dd a,
#sidebar ul.sub-menu > li > a,
li.widget{
	color:#759e65;
	border-bottom:dotted 1px #759e65;
	text-decoration:none;
	font-size: 0.95em;
	padding:10px;
	display:block;
	}
li.widget h2{
	font-size:1em;
	font-weight:normal;
	}
#sNav dt a:hover,
#sNav dd a:hover,
#sidebar ul.sub-menu > li > a:hover{
	text-decoration:underline;
	}

li.widget ul li a{
	font-size:0.8em;
	color:#759e65;
	margin:0 0 0 1em;
	text-decoration:none;
	}
li.widget ul li a:hover{
	text-decoration:underline;
	}
li.widget ul li a:before{
	content:"・";
	}

#side_bnr{
	margin:40px 0;
	}
#side_bnr a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	}
#side_bnr img{
	margin:0 0 20px 0;
	}
#ad{
	text-align:center;
	line-height:135%;
	}
#ad .ad_ttl{
	font-size:1em;
	margin:5px 0 0 0;
	}
#ad p{
	font-size:0.7em;
	margin:0;
	}
#ad a {	
	color:			#AD061C;
	text-decoration:none;
	}
#ad a:hover {
	color:			#AD061C;
	text-decoration:underline;
	}

.btn_red{
	padding: 0;
	}
.btn_red a{
	background-color:#AD061C;
	display:block;
	width:90%;
	height:48px;
	margin:15px auto;
	display:	-webkit-flex;
	display:	flex;
	-webkit-align-items:		center; /* 縦方向中央揃え（Safari用） */
	align-items:				center; /* 縦方向中央揃え */
	-webkit-justify-content:	center;/*--- safari（PC）用 ---*/
    justify-content:			center;
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	-ms-border-radius:		5px;
	-o-border-radius:		5px;
	border-radius:			5px;
	}
.btn_red a span{
	color:			#fff;
	font-size:1em;
	}
.btn_red a:hover{
	filter:			alpha(opacity=75);
    -moz-opacity:	0.75;
    opacity:		0.75;
	}



/*	tex
/* ------------------------------------- */
.tex {
	width: 100%;
	font-size:0.85em;
	line-height: 1.65em;
	margin: 0 0 20px 0;
	text-align:justify;
	text-justify:inter-ideograph;
	}
.tex a {
	color:			#AD061C;
	text-decoration:none;
	}
.tex a:hover {
	color:			#AD061C;
	text-decoration:underline;
	}
.tex img {
	border: 0;
	max-width: 100%;
	height: auto;
	}
.tex img a {
	border: 0;
}

.tex a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}

.text a:hover img {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
	font-weight:thin;
	}

/*	arvhive
/* ------------------------------------- */
.info_box1{
	margin: 20px 0px 0px 0px;
}
.info_box {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
.info_box2 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.i_box{
	float:left;
	width: 75%;
}
.i_date{
	color: #777;
	margin: 0px 10px 0px 0px;
}
.i_text{
	margin: 0px 0px 0px 0px;
}

.i_m{
	color: #777;
	margin: 0px 10px 0px 0px;
	clear:both;
}
.i_text a {
	color: #AD061C;
	text-decoration: underline;
}

.i_text a:hover {
	color: #AD061C;
	text-decoration: underline;
}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		.i_text_box img {
			max-width: 100% !important;
			width:100%;
			height: auto !important;
			}
		}

.i_date2{
	color: #777;
	font-size:0.8em;
}
.i_title{
	color: #AD061C;
	font-size: 1.4em;
	font-weight:	400;
	line-height: 150%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #AD061C;
}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		.i_title{
			font-size: 1.2em;
			padding: 0px 0px 5px 0px;
			}
		}
.i_title2{
	color: #999;
	font-size: 1.05em;
	font-weight:bold;
	line-height: 170%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.i_m2{
	color: #777;
	font-size: 110%;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	border-bottom: #777 dotted 1px;
}
.i_text_box{
	border-bottom: 1px dashed #AD061C;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 10px 0px;
}
.i_text_box2{
	border-bottom: 1px dashed #AD061C;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
		.tex p &nbsp;:empty {
			display:none;
			}
		}
.text_box_red{
	display:inline-block;
	border:#AD061C dashed 1px;
	padding:10px 20px;
	margin:10px 0;
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	-ms-border-radius:		5px;
	-o-border-radius:		5px;
	border-radius:			5px;
	}
.text_red{
	color:			#AD061C;
	}
.text_green{
	color:			#759e65;
	}
.btn_box_red a{
	display:inline-block;
	border:#AD061C solid 1px;
	background-color:#AD061C;
	color: #fff;
	padding:7px 14px;
	margin:7px 0;
	-webkit-border-radius:	20px;
	-moz-border-radius:		20px;
	-ms-border-radius:		20px;
	-o-border-radius:		20px;
	border-radius:			20px;
	}
.btn_box_red a:hover{
	border:#AD061C solid 1px;
	background-color:#fff;
	color: #AD061C;
	text-decoration: none;
	}
/*	form
/* ------------------------------------- */
.formbtn input {
	background: #fff;
	border: solid 1px #AD061C;
	color: #AD061C;
	font-size: 1.3em;
	font-weight: normal;
	border-radius: 50px;
	margin: 20px auto;
	padding: 8px 20px;
	width: 100%;
	}
.formbtn input:hover {
	background: #AD061C;
	color: #fff;
	border: solid 1px #AD061C;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
.formbtn input:active {
	background: #AD061C;
	color: #fff;
	}
.red {
	color: #FF3300;
}

/*	gallery
/* ------------------------------------- */
.gallery-item{
	margin:0 0 20px 0;
	}
.gallery-caption{
	color: #777;
	font-size:0.7em;
	line-height:120%;
	margin:5px 0 0 0;
	}
.mainImg{
	width:100%;
	text-align:center;
	margin:10px 0 0 0;
	}
.mainImg img{
	max-width:676px;
	max-height:676px;
	height:auto;
	border:solid 2px #ddd;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		.mainImg img{
			max-width:100%;
			width:100%;
			}
		}
	
/* service -------------------- */
.srv {
	display: inline-block;
	border-top:1px solid #E0D4AA;
	padding:15px 0px 0px 0px;
	margin: 0;
	width:100%;
	}
	@media only screen and (max-width: 800px) {/* タブレット幅 */
		.srv {
			text-align: center;
			padding:15px 0px ;
			}
		}
.srv:last-child{
	border-bottom:1px solid #E0D4AA;
	}

.srv a:hover{
	filter:			alpha(opacity=75);
    -moz-opacity:	0.75;
    opacity:		0.75;
	}
.srv img{
	max-width:30%;
	height:auto;
	}

.srv a{
	color:#6a3906;
	font-weight:bold;
	text-decoration:none;
	}

.srv a:hover{
	color:#AD061C;
	text-decoration:none;
	}

.srv p{
	font-size: 1em;
	font-weight: normal;
	color:#6a3906;
	margin:5px 0 0 0;
	}



/* faq -------------------- */

/* 余白の調整 */
.faq-pretty ul{
margin-left: 3%;
}
/* Question部分の画像置換え＆枠線色変更 */
.faq-pretty .faq-question {
background: #FFF url(../img/icon_027148_256.png) no-repeat left center;
border-color:#AD061C;
border-style:dashed;
color: #AD061C;
}
/* Answer部分の画像置換え＆枠線色変更 */
.faq-pretty .faq-item.highlight .faq-question {
background: #fff url(../img/icon_027158_256.png) no-repeat left center;
border-color: #759e65;
border-style:dashed;
border-bottom: 0;
color: #759e65;
}
.faq-pretty .faq-answer {
margin-left: 0px;
border-color:#759e65;
border-style:dashed;
border-top: 0px;
}
.faq-pretty .faq-answer p{
margin: 0 1.5em 1em 2em !important;
}



/* shop -------------------- */

.t_s_dl{
	margin:10px auto 10px auto;
	}
.dl_omote,
.dl_ura{
	float:left;
	width:50%;
	}
	@media only screen and (max-width: 650px) {/* スマホ幅 */
	.dl_omote,
	.dl_ura{
		float:none;
		width:100%;
		}
	.dl_omote{
		margin:0 0 20px 0;
		}
	}
.dl_omote a{
	margin:0 50px 0 0;
	}
.t_s_dl_omote a{
	background:url(../img/t_c_4.png) no-repeat center center;
	}
.t_s_dl_ura a{
	background:url(../img/t_c_6.png) no-repeat center center;
	}
.t_s_dl_omote a,
.t_s_dl_ura a{
	margin:5px auto 0 auto;
	border:solid 1px #AD061C;
	padding:8px 5px 7px 5px;
	display:block;
	max-width:140px;
	width:80%;
	text-indent:200%;
	white-space:nowrap;
	overflow:hidden;
	-webkit-border-radius:	24px;
	-moz-border-radius:		24px;
	-ms-border-radius:		24px;
	-o-border-radius:		24px;
	border-radius:			24px;
	}
.t_s_dl_omote a:hover{
	background:url(../img/t_c_5.png) no-repeat center center;
	background-color:#AD061C;
	}
.t_s_dl_ura a:hover{
	background:url(../img/t_c_7.png) no-repeat center center;
	background-color:#AD061C;
	}


/* --------------------

　トクバイ リンクバナー（2025年4月追記）

-------------------- */

.tokubai{
	margin: 2rem 0;
	}

.tokubai___wrap{}
.tokubai a{}
.tokubai img{}

