@charset "UTF-8";

/* reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;vertical-align:bottom;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hoaver,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}

/* base */

html {
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'游ゴシック',YuGothic,sans-serif;
	font-size: 62.5%; /* 10px */
}
body {
	position:relative;
	width:100%;
	height:100%;
	font-size:1.6rem;
	line-height:1;
	color: #5c3325;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	min-width:1200px;
}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/
	body {
		padding-top:6px;
/*		padding-bottom: 42px;*/
		font-size:1.4rem;
		min-width:375px;
	}
}
@media screen and (max-width: 479px) { /** SP専用 **/
	body {
		padding-top:50px;
	}
}

/* 明朝体 */
.serif{
	font-family: '游明朝',YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ＭＳ Ｐ明朝',serif;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	letter-spacing: 0;
}
/* ゴシック体+ 欧文 */
.en{
	font-family: 'Libre Franklin','Noto Sans JP','游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
	font-weight: 600;
}



p,li,dd,td {
  text-align: justify;
  text-justify: inter-ideograph;
}
h1,h2,h3,h4,h5{
	font-weight: 500;
}
* {
    box-sizing: border-box;
}

a { /* duration */
	transition: color 0.3s;
}
a:link,
a:visited,
a:hover,
a:active{
	color : #5c3325;
	text-decoration: none;
	overflow-wrap: break-word;
}

a.textlink:link,
a.textlink:visited{
	color : #5c3325;
	text-decoration: underline;
	text-decoration-color: #5c3325;
}
a.textlink:hover,
a.textlink:active{
	color: #999;
}

a.alpha:link,
a.alpha:visited,
a.trans:link,
a.trans:visited {
	transition: opacity 0.3s ease-out;
	opacity: 1;
}
a.alpha:hover,
a.alpha:active {
	opacity: 0.6;
}
a.trans:hover,
a.trans:active {
	opacity: 0;
}

a.btn_shadow{
	filter: drop-shadow(0 3px 4px rgba(0,0,0,0));
	transition: all 0.2s;
}
a.btn_shadow:hover{
	filter: drop-shadow(0 3px 4px rgba(0,0,0,0.3));
}

a.btn_shadow2{
	filter: drop-shadow(0 3px 3px rgba(0,0,0,0.3));
	transition: all 0.2s;
}
a.btn_shadow2:hover{
	filter: drop-shadow(0 3px 6px rgba(0,0,0,0.5));
}

img {
	max-width:100%;
	height:auto;
}


.br_sp,
.text_sp,
.block_sp{
	display:none;
}
.br_pc,
.text_pc{
	display:inline;
}
.block_pc{
	display:block;
}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/
	.br_sp,
	.text_sp{
		display:inline;
	}
	.block_sp{
		display:block;
	}
	.br_pc,
	.text_pc,
	.block_pc{
		display:none;
	}
}




/****************************************************************************
body
****************************************************************************/

#header{}
#header_visual{}
	.pagetitle{}

#content{}
	.content_header{}
	.content_wrap{}
		.content{}

#footer{}









/****************************************************************************
header
****************************************************************************/

#header{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	min-width:1200px;
	z-index:500;
	transition: all 0.3s ease-out;
}

#header_inner{
}

/*.header_logo{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0%;
	line-height: 0%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../../img/common/logo.svg") 50% 50% no-repeat;
	background-size: contain;
	transition: background 0.3s ease-out;
}*/


@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

/*
	#header{
		height: 380px;
		background: url("../../img/common/bg_header.svg") 50% 100% no-repeat;
		background-size: auto;
	}
	#b-home #header{
		height: 430px;
	}
	#header.header_narrow{
		height: 120px;
		background-position: 50% -430px;
	}
*/
	#header_inner{
		height: 128px;
		background-color: #7F1F24;
		position: relative;
		transition: all 0.3s ease-out;
	}
	#b-home #header_inner{
		height: 184px;
	}
	#header.header_narrow #header_inner{
		height: 100px;
	}
	#b-home #header.header_narrow #header_inner{
		height: 140px;
	}

	#header_title{
		position: absolute;
		top: 22px;
		left: 0;
		right: 0;
		margin: auto;
		width:210px;
		height:165px;
		text-align: center;
		transition: all 0.3s ease-out;
	}
	#header.header_narrow #header_title{
		top: 6px;
/*		width:198px;
		height:149px;*/
		transform: scale(0.80) translate(0, -12%);
	}
	#b-home #header_title{
		top: 24px;
		width:280px;
		height:220px;
	}
	#b-home #header.header_narrow #header_title{
		top: 6px;
/*		width:198px;
		height:149px;*/
		transform: scale(0.60) translate(0, -32%);
	}


	#header_nav{
		transition: all 0.3s ease-out;
	}
	.global_nav{
		padding-top: 18px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		transition: all 0.3s ease-out;
	}
	#b-home .global_nav{
		padding-top: 72px;
	}
	#header.header_narrow .global_nav{
		padding-top: 4px;
	}
	#b-home #header.header_narrow .global_nav{
		padding-top: 40px;
	}

	.gnav_li{
		width: 220px;
		padding: 0 20px;
	}
	*::-ms-backdrop, .gnav_li {/* IE11 */
		width: 240px;
		padding: 0 10px;
	}
	.gnav_li:nth-child(2){
		margin-right: 300px;
	}
	.gnav_a{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-top: 18px;
		background: url("../../img/common/bg_label_withoutline_wht.svg") 50% 30px no-repeat;
		background-size: 0 0; 
		transition: all 0.3s ease-out;
	}
	.gnav_a:hover{
		background: url("../../img/common/bg_label_withoutline_wht.svg") 50% 0 no-repeat;
		background-size: 86px 28px; 
	}

	.gnav_label{
		display: block;
		width: 100%;
		font-size: 1.9rem;
		line-height: 2.6;
		color: #fff;
		text-align: center;
		background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 10px);
		background-size: 12px 3px;
		background-position: bottom;
		background-repeat: repeat-x;
		transition: all 0.3s ease-out;
	}
	.gnav_label_en{
		font-size: 2.1rem;
		line-height: 1.6;
		color: #fcc91c;
		transition: all 0.3s ease-out;
	}
	#header.header_narrow .gnav_label{
		line-height: 2.2;
	}
	#header.header_narrow .gnav_label_en{
		line-height: 1.4;
	}

	#btn_menu{
		display:none;
	}

	#header_contact_pc{
		position: absolute;
		top: 10px;
		right: 14px;
		width: 357px;
		height: 49px;
		transition: all 0.3s ease-out;
	}
	#header.header_narrow #header_contact_pc{
		top: 5px;
	}
	.contact_tel_pc{
		width: 100%;
		height: 100%;
		font-size: 0%;
		line-height: 0%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../../img/common/contact_tel_pc.svg) 50% 50% no-repeat;
		background-size:contain;
	}

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	#header{
		min-width:375px;
/*		background: url("../../img/common/bg_header_sp.svg") 50% 100% no-repeat;
		background-size: cover;*/
	}

	#header.header_narrow{
	}
	#header_inner{
		height: 55px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		background-color: #7F1F24;
	}
	#header.header_narrow #header_inner{
		height: 55px;
	}

	#header_title{
		margin-top: 5px;
		margin-left: 3vw;
		width:124px;
		height:98px;
		transition: all 0.3s ease-out;
	}
	#header.header_narrow #header_title{
		transform: scale(0.8) translate(0, -10%);
	}

	.b-shop{
		padding-top: 100px;
	}
	.b-shop #header{
		background: #7f1f24;
	}
	.b-shop #header_inner{
		height: 100px;
		position: relative;
		transition: all 0.3s ease-out;
	}
	.b-shop #header.header_narrow #header_inner{
		height: 80px;
	}

/*	.b-shop #header_title{
		width:110px;
		height:85px;
	}*/
	.pagetitle_shop_sp{
		position: absolute;
		right: 5vw;
		bottom: 10px;
		color: #fff;
	}
	.b-shop #header_title{
		width:110px;
		height:85px;
	}
	.b-shop .pagetitle{
		border-top: solid 4px #f0b929;
	}
	.b-shop .pagetitle .pagetitle_label,
	.b-shop .pagetitle .pagetitle_label_en{
		display: none;
	}

	
	#header_nav{
		position:fixed;
		top: 0;
		right:-200px;
		width: 180px;
		height: auto;
		padding: 60px 12px 30px;
		background-color:#7F1F24;
		box-shadow: -2px 0 3px 0 rgba(0,0,0,.08);
		overflow: hidden;
		z-index: 550;
		transition: all 0.3s;
	}
	#header_nav.active{
		right:0;
	}

	.global_nav{
	}
	.gnav_li{
	}
	.gnav_a{
		display: block;
		width: 100%;
	}

	.gnav_label{
		display: block;
		width: 100%;
		padding: 0.8em 0;
		text-align: right;
		background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 5px);
		background-size: 7px 2px;
		background-position: bottom;
		background-repeat: repeat-x;
	}
	.gnav_label_en{
		display: none;
	}

	.gnav_a:link,
	.gnav_a:visited,
	.gnav_a:hover,
	.gnav_a:active{
		color: #fff;
	}
	.b-about .gnav_li_about .gnav_a,
	.b-news .gnav_li_news .gnav_a
	{
		color: #fcc91c;
	}

	#btn_menu{
		position:fixed;
		top:5px;
		right:10px;
		z-index:600;
	}

	#btn_menu a{
		display:block;
		width: 45px;
		height: 45px;
		font-size: 0%;
		line-height: 0%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../../img/common/icn_menu.svg) 50% 50% no-repeat;
		background-size:36px 28px;
	}
	#btn_menu.active a{
		background-image:url(../../img/common/icn_close.svg);
	}
	
	#header_contact_sp{
		background: url(../../img/common/bg_beige-80.jpg) 0 0 repeat;
	}
	.contact_tel_sp a{
		display: block;
		width: 100vw;
		height: 10vw;
		font-size: 0%;
		line-height: 0%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../../img/common/contact_tel_sp.svg) 50% 40% no-repeat;
		background-size:94% auto;
	}

}





/****************************************************************************
#header_visual .pagetitle
****************************************************************************/

@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	/* #header_visual */
	#header_visual{
		padding-top:148px;
		position: relative;
		background-color: #7F1F24;
		border-bottom: solid 7px #f0b929;
	}
	#b-home #header_visual{
		padding-top:180px;
		border-bottom: solid 11px #f0b929;
	}
	
	#header_visual::after{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 400px;
		background: url("../../img/common/bg_header.svg") 50% 100% no-repeat;
		background-size: auto;
	}
	#b-home #header_visual::after{
		height: 430px;
	}

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/


	#header_visual{
		position: relative;
		background-color: #7F1F24;
	}
	#header_visual::after{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 60px;
		background: url("../../img/common/bg_header_sp.svg") 50% 100% no-repeat;
		background-size: cover;
	}

	.b-shop #header_visual{
		display: none;
	}

}


/* slider */
#wideslider {
	height:auto;
	width:100%;
	max-width: 1960px;
	max-height: 544px;
	margin: 0 auto;
	overflow:hidden;
}
.mainimage_top{
	position:relative;
	width:100%;
	height: auto;
	max-height: 544px;
	min-height: 240px !important;
	background: 50% 50% no-repeat;
	background-size: cover;
}
.mainimage_top:before {
    content: "";
    display: block;
    padding-top: 39.82%;
    /* 1366:544 */ 
}
#mainimage_top01{
	background-image: url("../../img/home/slide_image01_2.jpg");
}
#mainimage_top02{
	background-image: url("../../img/home/slide_image02_2.jpg");
}
#mainimage_top03{
	background-image: url("../../img/home/slide_image03.jpg");
}
#mainimage_top04{
	background-image: url("../../img/home/slide_image04_2.jpg");
}
#mainimage_top05{
	background-image: url("../../img/home/slide_image01-80.jpg");
}

.mainimage{
	position:relative;
	width:100%;
	max-width: 1960px;
	margin: 0 auto;
	height: auto;
	max-height: 310px;
	min-height: 200px !important;
	background: 50% 25% no-repeat;
	background-size: cover;
	background-image: url("../../img/home/slide_image03-80.jpg");
}
.mainimage:before {
    content: "";
    display: block;
    padding-top: 22.69%;
    /* 1366:310 */ 
}
#mainimage_news{
	background-image: url("../../img/home/slide_image02-80.jpg");
	background-position: 50% 80%;
}



.pagetitle{
	padding: 0.4em 5vw;
	line-height: 1.2;
	background: url("../../img/common/bg_beige-80.jpg") 0 0 repeat;
	color: #fff;
}
.pagetitle_label{
	display: inline-block;
	padding-right: 0.8em;
	padding-top: 6px;
	font-size: 2.0rem;
	vertical-align: middle;
}
.pagetitle_label_en{
	font-size: 4.1rem;
	vertical-align: middle;
}

.pagetitle_shop_cat{
	display: inline-block;
	margin: 0 1em 0 1.5em;
	padding: 0.2em 0.8em;
	border: dashed 1px #fff;
	font-size: 1.8rem;
	line-height: 1;
	vertical-align: middle;
}
.pagetitle_shop_company{
	display: inline-block;
	margin-right: 0.5em;
	font-size: 1.8rem;
	vertical-align: middle;
}
.pagetitle_shop_name{
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 700;
	vertical-align: middle;
}



@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.pagetitle_label{
		font-size: 1.2rem;
	}
	.pagetitle_label_en{
		font-size: 2.2rem;
	}

	.pagetitle_shop_cat{
		margin: 0 0.5em 0 0;
		font-size: 1.0rem;
	}
	.pagetitle_shop_company{
		font-size: 1.0rem;
	}
	.pagetitle_shop_name{
		font-size: 1.4rem;
	}

}







/****************************************************************************
#content
****************************************************************************/

#content{
	line-height: 1.75;
}




/****************************************************************************
.content_header
****************************************************************************/



/****************************************************************************
.content_wrap
.content
****************************************************************************/

.content_wrap{}

.content_wrap.content_wrap_beige{
	background: url("../../img/common/bg_beige_light-80.jpg") 0 0 repeat;
}

.content{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 80px;
}
.content.content_narrow{
	max-width: 1000px;
}
.content.content100{
	width: 100%;
	max-width: initial;
}

.content + .content{
	padding-top: 0;
}

@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.content{
		width: 92%;
		padding: 40px 0;
	}
	.content.content100,
	.content.content100_sp{
		width: 100%;
	}

	#service .content{
		padding-top: 25px;
	}

}


.content.content_2clm{ /* .content の中が余白なしの2段組み */
	width: 100%;
	max-width: none;
	display: flex;
	align-items: stretch;
}
.content_2clm_item{
	width: 50%;
}



/****************************************************************************
.section
****************************************************************************/


/* section.section ********************/


@media screen and (min-width: 768px) { /**** tablet以上 ****/

	.section + .section{
		margin-top:80px;
	}

	.section_body + .section_body{
		padding-top:40px;
	}
	.sbody_narrow{
		padding-left:2em;
		padding-right:2em;
	}


}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.section + .section{
		margin-top:30px;
	}

	.section_body + .section_body{
		padding-top:20px;
	}

}

/* .content_label ********************/

.content_label{
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.content_label_icn img{
	width: 62px;
	height: 46px;
}
.content_label_en{
	padding: 0.6em 0 0.8em;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.2em;
	position: relative;
	color: #717071;
}
.content_label_jp{
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #5C2715;
}
/*.content_label_en::after{
	position: absolute;
	top: 1em;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 1.5em;
	height: 4px;
	content: "";
	border-top: dotted 1px #907e74;
}*/

@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.content_label{
		padding-bottom: 30px;
	}
	.content_label_icn img{
		width: 44px;
		height: 33px;
	}
	.content_label_jp{
		font-size: 1.9rem;
	}
	.content_label_en{
		font-size: 1.1rem;
	}

}



/* .section_body の中 ********************/

.sbody_title,
.sbody_title_center{
	padding: 20px 0 ;
	font-size: 3.4rem;
	line-height: 1.5;
}
.sbody_title_center{
	text-align: center;
}

.sbody_text{
}
.sbody_text p + p{
	padding-top: 1em;
}


@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.sbody_title,
	.sbody_title_center{
		padding: 5px 0 10px;
		font-size: 1.8rem;
	}

	.sbody_text{
	}
	.sbody_text p + p{
		padding-top: 0.5em;
	}

}


/* .section_body.sbody_2clm ********************/


.sbody_2clm,
.sbody_3clm{
	display: flex;
	justify-content:space-between;
	align-items: stretch;
}
.sbody_2clm.sbody_sp_floatr{/* SPで画像 float:right; のとき */
	flex-direction: row-reverse;
}
.sbody_2clm .sbody_img,
.sbody_2clm .sbody_text{
	width: 47%;
}
.sbody_3clm .sbody_img,
.sbody_3clm .sbody_text{
	width: 32%;
}




@media screen and (max-width: 767px) { /**** tablet未満 ****/

	.sbody_sp_1clm{
		display: flex;
		flex-direction:column;
		justify-content:center;
		align-items: stretch;
	}
	.sbody_sp_1clm .sbody_img,
	.sbody_sp_1clm .sbody_text{
		width: 100%;
		padding-bottom: 10px;
	}

	.sbody_sp_floatr:before,
	.sbody_sp_floatr:after,
	.sbody_sp_floatl:before,
	.sbody_sp_floatl:after{
		content:"\0020";
		display:block;
		height:0;
		overflow:hidden;
	}
	.sbody_sp_floatr:after,
	.sbody_sp_floatl:after{
		clear:both;
	}
	.sbody_sp_floatr,
	.sbody_sp_floatl{
		zoom:1;
		display: block;/* .sbody_2clm の flex 上書き */
	}
	.sbody_sp_floatr .sbody_img{
		width: 58%;
		float: right;
		padding-left: 5%;
		padding-bottom: 10px;
	}
	.sbody_sp_floatr .sbody_text{
		display: inline;
	}
	.sbody_sp_floatl .sbody_img{
		width: 58%;
		float: left;
		padding-right: 5%;
		padding-bottom: 10px;
	}
	.sbody_sp_floatl .sbody_text{
		display: inline;
	}


}



/* 　見出し類　 */


.label_icn_sikaku{
	padding-left: 14px;
	padding-bottom: 2px;
}

.label_icn_sikaku:before{
	display: inline-block;
	content: '\0025a0';
	font-size: 1.4rem;
	text-indent: -14px;
	vertical-align:top;
	color: #E60012;
}
@media screen and (max-width: 969px) { /****** tablet以下 ******/
	.label_icn_sikaku:before{
		font-size: 1.2rem;
	}
}




/* 　本文中の画像　 */

.fig_center,
.img_center{
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
.fig_center.fig_center_narrow,
.img_center.img_center_narrow{
	width: 100%;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.fig_center.fig_center_narrow2,
.img_center.img_center_narrow2{
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.fig_center.fig_center_small,
.img_center.img_center_small{
	width: 70%;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}

.fig_right,
.img_right{
	display:inline-block;
	max-width:45%;
	margin-left:5%;
	margin-bottom:20px;
	float:right;
}
.fig_left,
.img_left{
	display:inline-block;
	max-width:45%;
	margin-right:5%;
	margin-bottom:20px;
	float:left;
}

.fig_right,
.fig_left{
	width:60%;
}

.fig_right.img_tate,
.img_right.img_tate,
.fig_left.img_tate,
.img_left.img_tate{
	width:37%;
}

.fig_bg_wht{
	padding: 10px 20px;
	background-color: #fff;
}

@media screen and (max-width: 969px) { /****** tablet以下 ******/


	.fig_center,
	.img_center{
		margin-top:15px;
		margin-bottom:15px;
	}
	.fig_right,
	.fig_left,
	.fig_right.img_tate,
	.fig_left.img_tate{
	width: 100%;
	box-sizing: border-box;
	float: none;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	}

	.fig_bg_wht{
		padding: 10px 5vw;
	}

}
@media screen and (max-width: 479px) { /* sp */
	.img_right,
	.img_left{
		max-width: none;
		width:45%;
	}
	.img_right.img_tate,
	.img_left.img_tate{
		width:40%;
	}
}

.fig_center img + img,
.img_center img + img,
.fig_right img + img,
.img_right img + img,
.fig_left img + img,
.img_left img + img,
.fig_right br + img,
.img_right br + img,
.fig_left br + img,
.img_left br + img{
	margin-top:5px;
}

.fig_center a + a,
.img_center a + a,
.fig_right a + a,
.img_right a + a,
.fig_left a + a,
.img_left a + a{
	display:inline-block;
	margin-top:5px;
}


.img_caption{
	padding-top:10px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.img_right .img_caption{
	text-align:right;
}
.img_left .img_caption{
	text-align:left;
}
@media screen and (max-width: 767px) { /**** tablet未満 ****/
	.img_caption{
		padding-top:8px;
		font-size: 1.0rem;
		line-height: 1.6;
	}
}

@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.sbody_sp_1clm .sbody_img.img_sp_w100{ /* .content のときに写真を100vwにする */
		margin-left: -4.5%;
		margin-right: -4.5%;
		width: 109%;
	}

}



.ta-right{
	text-align:right;
}
.ta-left{
	text-align:left;
}
.ta-center{
	text-align:center;
}



/* 　コンテンツボックス　 */

.bg_gray{
	background-color: #eeeeee;
}
.box_line{
	margin: 10px 0;
	padding: 30px;
	border: solid 1px rgba(154,121,81,0.2);
}
.box_doubleline{
	margin: 10px 0;
	padding: 30px;
	border: double 4px #A4C467;
	background-color: rgba(231,238,177,0.50);
}
.box_gray{
	margin: 10px 0;
	padding: 30px;
	background-color: #eeeeee;
}
.section_body .box_gray:first-child{
	margin-top: 0;
}
.box_lightgreen{
	margin: 10px 0;
	padding: 30px;
	background-color: #E7EEB1;
}
.box_dotline{
	margin: 10px 0;
	padding: 20px;
	border: dotted 4px #689733;
	border-radius: 12px;
}
@media screen and (max-width: 479px) { /* sp */
	.box_line,
	.box_doubleline,
	.box_gray,
	.box_lightgreen,
	.box_dotline{
		padding: 20px 5vw;
	}
}



/* 　ボタン類　 */

.btn_center{
	padding-top:30px;
	padding-bottom:30px;
	display: flex;
	justify-content: center;
}
.btn_left{
	padding-top:30px;
	padding-bottom:30px;
	display: flex;
	justify-content: flex-start;
}
.btn_right{
	padding-top:30px;
	padding-bottom:30px;
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/
	.btn_center,
	.btn_left,
	.btn_right{
		padding-top:15px;
		padding-bottom:15px;
	}
}




/* 枠線あり四角ボタン */
.btn_l_line a + a{
	margin-left: 20px;
}

.btn_l_line{
}
.btn_l_line a{
  display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	box-sizing: border-box;
	padding: 1em 2em;
	font-weight: bold;
	line-height: 1;
	color: #5C2715;
	border: solid 1px #5C2715;
	background-color: #fff;
	transition: all 0.5s ease-out;
}
.btn_l_line a .btn_text{
	position: relative;
	display: inline-block;
	color: #5C2715;
	padding-left: 30px;
}
.btn_l_line a .btn_text::before,
.btn_l_line a .btn_text::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn_l_line a .btn_text::before{
	width: 20px;
	height: 20px;
	background: #fff;
}
.btn_l_line a .btn_text::after{
	left: 4px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #5C2715;
	border-right: 3px solid #5C2715;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_l_line a .btn_icn{
	width: 21px;
	height: 20px;
	margin-left: 10px;
	fill: #5C2715;
}

.btn_l_line a:hover{
	color: #fff;
	background-color: #5C2715;
}
.btn_l_line a:hover .btn_text{
	color: #fff;
}
.btn_l_line a:hover .btn_icn{
	fill: #fff;
}



@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/


}




/* dt dd リスト */
dl.clear{
}

dl.clear dt{
	width:6em;
	float:left;
	clear:left;
}
dl.clear dd{
	margin-left:7em;
	padding-bottom:12px;
}

dl.clear.underline{
	padding-bottom:0;
	margin-bottom:10px;
	border-bottom:solid 1px rgba(188,167,144,0.40);
}
dl.clear.underline dt,
dl.clear.underline dd{
	padding-top:4px;
	padding-bottom:4px;
	border-top:solid 1px rgba(188,167,144,0.40);
}
dl.clear.underline dt{
}
dl.clear.underline dd{
}
dl.clear.underline dt.firstChild,
dl.clear.underline dd.firstChild{
	border-top:none;
}


dl.clear.dot dt{
	width:12em;
	font-weight: normal;
	letter-spacing: 0.15em;
	color:#057BC1;
	padding-left: 20px;
	position: relative;
}
dl.clear.dot dt::before{
	position: absolute;
    top: 0;
    left: 0;
    content: "\0025cf";
    font-size: 1.0rem;
}
dl.clear.dot dd{
	margin-left:13em;
	padding-bottom:20px;
}
dl.clear.dot dd:last-child{
	padding-bottom:0;
}
@media screen and (min-width: 768px) { /**** tablet以上 ****/

	dl.clear.dot dt{
		font-size: 1.8rem;
	}
	dl.clear.dot dt::before{
	    top: 2px;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	dl.clear.dot dd{
		margin-left:13em;
		padding-bottom:40px;
		font-size: 1.7rem;
	}
	dl.clear.dot dd:last-child{
		padding-bottom:0;
	}

}
@media screen and (max-width: 767px) { /**** tablet未満 ****/
	
	dl.clear.dot dt{
		float: none;
		padding-bottom: 10px;
	}
	dl.clear.dot dd{
		margin-left:20px;
	}
	
}



.section_body dl p + p{
	margin-top:10px;
}


.list_ind1,
.list_ind2,
.list_ind25{
	padding:15px 0;
}
.ind1,
.list_ind1 li{
	padding-left:1em;
	text-indent:-1em;
}
.ind2,
.list_ind2 li{
	padding-left:2em;
	text-indent:-2em;
}
.ind25,
.list_ind25 li{
	padding-left:2.5em;
	text-indent:-2.5em;
}


/* もみ海苔text */
.text_after_line{
	display: inline-block;
	position: relative;
	padding-left: 0.5em;
	padding-right: 4.5em;
}
.text_after_line::after{
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 4em;
	height: 1px;
	content: "";
	background-color: #000;
}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.text_after_line{
		padding-right: 3.5em;
	}
	.text_after_line::after{
		width: 3em;
	}

}


/* table 表 */


table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table_line tr {
    box-sizing: border-box;
    border-bottom: 1px solid #999;
}
table.table_line th{
    z-index: -1;
    width: 10em;
    padding: 0.8em 2em;
/*    background-color: #F0F0F0;*/
    text-align: left;
    vertical-align: top;
	font-weight: 700;
	color: #007C7C;
}
table.table_line td {
    padding: 0.8em 2em;
    vertical-align: top;
/*    border-left: 1px solid #001B4A;*/
}
table.table_line td p + p {
	padding-top: 1em;
}

@media screen and (max-width: 767px) { /**** tablet未満 ****/

	table.table_line tr {
		border-bottom: 1px solid #adacac;
	}
	table.table_line th{
		display: block;
		width: 100%;
		padding: 0.8em 0.5em 0;
	}
	table.table_line td {
		display: block;
		width: 100%;
		padding: 0 0.5em 0.8em 1.5em;
		border-left: none;
	}

	
}


/****************************************************************************
■ HOME #b-home  トップページ　コンテンツエリア■
****************************************************************************/


@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	.content#home_shop_news_content{
		max-width: 1270px;
		padding-bottom: 140px;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	#sec_home_shop{
		width: 68%;
	}
	#sec_home_news{
		margin-top: 0 !important;
		width: 28%;
	}

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.content#home_shop_news_content{
		padding-bottom: 70px;
	}

}

.sec_home_label{
	text-align: center;
	padding-bottom: 50px;
}
.sec_home_label_line{
	position: relative;
}
.sec_home_label_line::before,
.sec_home_label_line::after{
	position: absolute;
	top: 70px;
	margin: auto;
	display: block;
	width: calc(50% - 160px);
	height: 1px;
	background-color: #86242e;
	content: "";
}
.sec_home_label_line::before{
	left: 0;
}
.sec_home_label_line::after{
	right: 0;
}

@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.sec_home_label{
		padding-bottom: 25px;
	}
	.sec_home_label_line::before,
	.sec_home_label_line::after{
		top: 38px;
		width: calc(50% - 70px);
	}
	.sec_home_label_img{
		display: inline-block;
		width: 124px;
		height: auto;
	}

}



/* shop ********/

#sec_home_shop .sec_home_label{
	padding-bottom: 20px;
}

.shoplist{
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.shoplist_item{
	width: calc(25% - 21px);/* IE11のために割り算しない */
	margin: 20px 10px 52px;
}
#sec_home_shop .shoplist_item{
	width: calc(33.33% - 21px);
}
.shoplist_item_link{
	width: 100%;
	height: 100%;
	padding: 10px 8px;
	background: url("../../img/common/bg_beige-80.jpg") 0 0 repeat;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.shoplist_item_link::before{
	position: absolute;
	top: -4px;
	left: -4px;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 10;
	border: solid 4px transparent;
	transition: all 0.3s ease-out;
}
.shoplist_item_link:hover::before{
	border: solid 4px #fdd671;
}
.shoplist_num{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #dda116;
	color: #fff;
	font-size: 4.7rem;
	line-height: 1;
	padding-top: 4px;
	overflow: hidden;
}
.shoplist_more{
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1;
	display: block;
	width: 98px;
	height: 52px;
	font-size: 0%;
	line-height: 0%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../../img/common/btn_more.svg") 0 0 no-repeat;
	background-size: contain;
	transition: all 0.3s ease-out;
}
.shoplist_item_link:hover .shoplist_more{
	background-image: url("../../img/common/btn_more_on.svg");
}

.shoplist_info{
	width: 100%; /* IE11 */
}
.shoplist_label{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.shoplist_label{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.shoplist_logo{
	display: block; /* IE11 */
	width: 100%; /* IE11 */
}
*::-ms-backdrop, .shoplist_logo {
	height: 82px; /* IE11 */
}
.shoplist_logo img{
	width: 100%;
	height: auto;
}

.shoplist_cat{
	font-size: 2.2rem;
	color: #fff;
	letter-spacing: 0.1em;
}

.shoplist_name{
	padding: 14px 2px 8px;
	font-size: 1.3rem;
	line-height: 1.4;
	color: #fff;
}
.shoplist_shopname{
	font-size: 1.7rem;
	font-weight: 700;
}

.clear.dl_shoplist{
	padding-top: 5px;
}
.clear.dl_shoplist dt{
	padding: 2px;
	width: 5em;
	background-color: #7F1F24;
	border-radius: 6px;
	font-size: 1.2rem;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.clear.dl_shoplist dd{
	margin-left: 5em;
	padding-bottom: 4px;
	font-size: 1.4rem;
	text-align: left;
}

.section_body_shoplist2 .clear.dl_shoplist dt{
	float: none;
}
.section_body_shoplist2 .clear.dl_shoplist dd{
	margin-left: 0;
}

.shoplist_text{
	width: 100%; /* IE11 */
	border-top: solid 1px #fff;
	padding: 12px 2px 0;
	color: #351305;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}

@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/


	.shoplist{
		margin: 0 -5px;
	}
	.shoplist_item,
	#sec_home_shop .shoplist_item{
		width: calc(50% - 10px);/* IE11のために割り算しない */
		margin: 5px 5px 30px;
	}
	.shoplist_num{
		width: 31px;
		height: 31px;
		font-size: 2.9rem;
		padding-top: 2px;
	}
	.shoplist_more{
		width: 57px;
		height: 30px;
	}

	.shoplist_cat{
		font-size: 1.4rem;
	}
	.shoplist_name{
		padding: 10px 0 8px;
		font-size: 1.0rem;
		line-height: 1.4;
	}
	.shoplist_shopname{
		font-size: 1.1rem;
	}
	.clear.dl_shoplist{
		padding-top: 3px;
	}
	.clear.dl_shoplist dt{
		font-size: 0.8rem;
		width: 6em;
	}
	.clear.dl_shoplist dd{
		font-size: 1.2rem;
		margin-left: 4.5em;
	}
	.shoplist_text{
		padding: 10px 2px 0;
		font-size: 1.2rem;
	}


}


/* news ********/

#sec_home_news{
	position: relative;
	padding-top: 70px;
}
#sec_home_label_news{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.sec_home_label_line#sec_home_label_news::before,
.sec_home_label_line#sec_home_label_news::after{
	width: calc(50% - 140px);
}
#sbody_home_news{
	padding-top: 80px;
	background-color: rgba(255,255,255,0.85);
	border: solid 1px #86242e;
	border-top: none;
}

.newslist{
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.newslist_item{
	width: calc(33.33% - 20px);/* IE11のために割り算しない */
	margin: 6px 10px;
}
#sec_home_news .newslist_item{
	width: calc(100% - 20px);
}
.newslist_item a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px;
	transition: all 0.3s ease-out;
}
.newslist_item a:hover{
	background-color: #fff;
	box-shadow: 1px 3px 4px 0 rgba(0,0,0,.2);
}

.newslist_ph{
}
.newslist_ph img{
	width: 100%;
	height: 194px;
	object-fit: cover;
}

.newslist_ph2{
	position: relative;
}
.newslist_ph2:before {
    content: "";
    display: block;
    padding-top: 70.71%;/* 297:210 */
}
.newslist_ph2 img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.newslist_label{
	padding-top: 12px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	color: #6d0b0e;
}
.newslist_text{
	padding-top: 8px;
	line-height: 1.3;
}
.newslist_date{
	padding-top: 6px;
	font-size: 1.4rem;
	color: #615f5f;
}

.btn_news_backnumber_link{
	display: block;
	padding: 3px 36px;
	font-size: 2.1rem;
	line-height: 1;
	color: #fff;
	text-align: right;
	background: #dda116 url("../../img/common/arrow_r_wht.svg") 98% 50% no-repeat;
	transition: all 0.3s ease-out;
}
.btn_news_backnumber_link:link,
.btn_news_backnumber_link:visited,
.btn_news_backnumber_link:hover{
	color: #fff;
}
.btn_news_backnumber_link:hover{
	background-color: rgba(221,161,22,0.5);
}


@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	#sec_home_news{
		padding-top: 38px;
	}
	.sec_home_label_line#sec_home_label_news::before,
	.sec_home_label_line#sec_home_label_news::after{
		width: calc(50% - 70px);
	}

	#sbody_home_news{
		padding-top: 40px;
	}

	.newslist{
		padding-bottom: 10px;
		margin-left: -4px;
		margin-right: -4px;
	}
	.newslist_item,
	#sec_home_news .newslist_item{
		width: calc(50% - 8px);/* IE11のために割り算しない */
		margin: 6px 4px;
	}
	.newslist_item a{
		padding: 8px;
	}

	.newslist_ph img{
		height: 100px;
	}
	.newslist_label{
		padding-top: 8px;
		font-size: 1.2rem;
	}
	.newslist_text{
		padding-top: 6px;
		font-size: 1.0rem;
	}
	.newslist_date{
		padding-top: 4px;
		font-size: 0.8rem;
	}

	.btn_news_backnumber_link{
		padding: 3px 24px;
		font-size: 1.2rem;
		background-size: 11px 8px;
	}

}


/* floormap ********/

#sec_home_floormap .sec_home_label{
	margin-top: -110px;
}

@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	#sec_home_floormap .sec_home_label{
		margin-top: -65px;
	}

}



/* access ********/

.sbody_accessmap,
.sbody_address{
    width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.map_googlemap iframe {
    width: 100%;
    height: 400px;
    border: solid 1px #ccc;
}
.clear.dl_address dt{
	margin-top: 4px;
	width: 6.5em;
	padding: 3px 0.5em 1px;
	background-color: #7F1F24;
	border-radius: 8px;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.clear.dl_address dd{
	margin-left: 7em;
	font-size: 1.8rem;
	text-align: left;
}
.shopinfo_web_label{
	color: #FFD568;
}
 
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.map_googlemap {
		width: 100%;
	}
	.map_googlemap iframe {
		height: 320px;
	}
	.map_accessmap {
		width: 100%;
	}
	.sbody_address .list_ind1 {
		font-size: 1.2rem;
	}
	.sbody_address p{
		padding: 0.4em 0 1em;
		text-align: center;
	}

	.clear.dl_address dt{
		margin-top: 2px;
		font-size: 1.2rem;
	}
	.clear.dl_address dd{
		font-size: 1.2rem;
	}

}

/* link, Facebook ********/

@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	#content_fb_link{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#content_fb_link .section{
		width: 45%;
	}
	#content_fb_link .section_body{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.section + #sec_home_link{
		margin-top: 0;
	}

}

#sec_home_fb .fb-page{
	border: solid 1px #DDA116;
}

.linklist{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	.linklist_item{
		width: calc(50% - 50px);
		margin: 10px 25px;
	}
	#content_fb_link .linklist_item{
		width: 100%;
		margin: 0 0 10px;
	}

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.linklist_item{
		width: calc(100% - 10px);
		margin: 5px;
	}

}



/* contact ********/

#contact{
	width: 90%;
	max-width: 1220px;
	margin: 60px auto 80px;
	background: url("../../img/common/bg_hanabatake@2x.png") 0 0 no-repeat;
	background-size: cover;
	padding: 2em 5%;
}
.sbody_contact_item01{
	width: 43%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sbody_contact_logo{
	width: 380px;
	height: 89px;
}
@media print, screen and (min-width: 768px) { /****** tablet以上 ******/
	.sbody_contact_logo{
		margin-top: -10px;
	}
}

.sbody_contact_item02{
	width: 55%;
}
.sbody_contact_tel{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1.8em 0.5em 1.5em;
	border: solid 6px #F5BCAB;
	border-radius: 4px;
	background-color: #EF8160;
	color: #fff;
	font-weight: 700;
}

.sbody_contact_label{
	font-size: 1.8rem;
	line-height: 1.3;
}
.sbody_contact_telnum{
	padding: 16px 0 4px;
	font-size: 3.4rem;
	line-height: 1.2;
}
.sbody_contact_icn{
	height: 36px;
	width: 36px;
	fill:#fff;
	vertical-align: middle;
}
a.a_tel.sbody_contact_tel{
	color: #fff;
}
a.a_tel:hover{
	cursor: default;
}


@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.sbody_contact_item01{
		width: 100%;
		padding-bottom: 2em;
	}
	.sbody_contact_logo{
		width: 220px;
		height: 52px;
	}
	.sbody_contact_item02{
		width: 100%;
	}
	.sbody_contact_label,
	.sbody_contact_info{
		font-size: 1.2rem;
	}
	.sbody_contact_telnum{
		padding: 16px 0 7px;
		font-size: 2.2rem;
	}
	.sbody_contact_icn{
		height: 26px;
		width: 26px;
	}

}

/* ページごとの指定 ************************************
********************************************************/

/* ■ ブログコンテンツ　一覧ページ ■ ********************/
/* news */

#content_news{
	padding-top: 100px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}


@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	.section_news{
		width: calc(100% - 240px);
	}
	.content_nav_news{
		width: 140px;
	}

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	#content_news{
		padding-top: 30px;
		flex-direction: column;
	}
	.content_nav_news{
		padding-top: 40px;
	}

}

.cnav_li_news + .cnav_li_news{
	padding-top: 60px;
}
.news_list_label{
	padding-bottom: 2rem;
	text-align: center;
}

.newsArchive_list{
	width: 100%;
	height: 9em;
	overflow-y: auto;
}
.newsTag_list_item{
	padding: 0 0.5em;
}
.newsArchive_list_item a,
.newsTag_list_item a{
    display: block;
	width: 100%;
	padding: 0.4em;
	text-align: center;
	line-height: 1;
	background-color: transparent;
	transition: all 0.2s ease-out;
}
.newsArchive_list_item a:hover,
.newsTag_list_item a:hover{
    background-color: rgba(255,255,255,0.70);
}


.newsindex_label{
	font-size: 2.0rem;
	font-weight: 700;
	padding: 0 0.5em 1em;
}

@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/


	.cnav_li_news + .cnav_li_news{
		padding-top: 30px;
	}
	.news_list_label{
		padding-bottom: 1rem;
		text-align: left;
	}
	.news_list_label img{
		width: 90px;
		height: auto;
	}
	.news_list{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.newsArchive_list{
		height: auto;
	}
	.newsTag_list_item{
		padding: 0 0.2em;
	}

	.newsindex_label{
		font-size: 1.6rem;
	}

}



/* ■ ブログコンテンツ　記事個別ページ ■ ********************/
/* news_entry */

.news_entry{
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}

.entry_img{
	position: relative;
}
.entry_img img{
	width: 100%;
	max-height: 460px;
	object-fit: cover;
}
.entry_img .news_cats{
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:flex-start;
	align-items: flex-end;
}
.entry_img .news_cats .news_cat{
	margin: 0 2px;
}
@media print, screen and (min-width: 768px) { /****** tablet以上 ******/
	.entry_img .news_cats .news_cat{
		margin: 0 3px;
		font-size: 1.8rem;
		border: solid 2px #fff;
		border-radius: 6px;
	}
}

.entry_text{
	color: #615f5f;
}
.entry_title{
	padding: 22px 0 8px;
	font-size: 2.6rem;
	line-height: 1.35;
	font-weight: 800;
	color: #6d0b0e;
}
.entry_body{
	padding: 60px 2.5%;
	line-height: 1.82;
}
.entry_body p + p{
	padding-top: 1em;
}
.entry_body p img{
	display: block;
	width: 100%;
/*	max-width: 600px;
	margin: 0 auto;*/
}
.entry_body a{
	text-decoration: underline;
}
.entry_body a:hover{
	color: #7F1F24;
}

.entry_body_imgbox{
}
.entry .entry_body .mt-image-center,
.entry .entry_body .entry_body_img{
	display: block;
	margin: 30px auto 15px !important;
	width: 100%;
/*	max-width: 740px;*/
	text-align: center;
}
.entry .entry_body blockquote,
.entry .entry_body .entry_body_img_caption{
	margin: 0 auto 15px;
	padding-top: 0;
	width: 100%;
/*	max-width: 740px;*/
	font-size: 1.4rem;
	line-height: 1.4;
	color: #6d0b0e;
}


.entry_eventinfo{
	position: relative;
	padding-top: 0px;
}
.entry_eventinfo .sec_home_label{
	text-align: left;
	padding-left: 40px;
	padding-bottom: 0;
	margin-bottom: -5px;
}
.entry_eventinfo .sec_home_label_line::before{
	top:60px;
	width: 30px;
}
.entry_eventinfo .sec_home_label_line::after{
	top:60px;
	width: calc(100% - 240px);
}

.entry_eventinfo_inner{
	margin-bottom: 40px;
	padding: 2.5em 3em 2em;
	background-color: rgba(255,255,255,0.85);
	border: solid 1px #86242e;
	border-top: none;
}
.eventinfo_eventname{
	padding-bottom: 16px;
	font-size: 2.2rem;
	font-weight: bold;
}
dl.clear.dl_eventinfo{
}
dl.clear.dl_eventinfo dt{
	width:8em;
	font-weight: bold;
}
dl.clear.dl_eventinfo dd{
	margin-left:9em;
	padding-bottom:10px;
}


.entry_tags{
}
.entry_tag{
	display: inline-block;
	margin: 0.3em;
	padding: 0.4em 0.7em;
	line-height: 1;
	background-color: rgba(255,255,255,0.85);
	border: solid 1px #86242e;
}
a.entry_tag{
	transition: all 0.2s ease-out;
}
a.entry_tag:hover{
    background: rgba(255,255,255,1);
}


.section_footer_nav{
	display:flex;
	justify-content: center;
	align-items: center;
	margin: 60px auto 0;
}
.section_footer_nav .btn_more{
	padding: 0 0.3em;
}
.btn_more a{
    display: inline-block;
	padding: 0.4em 0.7em;
	font-weight: 800;
	color: #7F1F24;
	line-height: 1;
	border: dashed 1px rgba(161,137,62,1);
	transition: all 0.2s ease-out;
}
.btn_more a:hover{
    background-color: rgba(255,255,255,0.70);
}
.btn_prev a{
	padding-left: 1.75em;
	position: relative;
}
.btn_next a{
	padding-right: 1.75em;
	position: relative;
}
.btn_prev a::before,
.btn_next a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0.5em;
	margin: auto;
	content: "";
	vertical-align: middle;
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 10px solid #7F1F24;
	border-bottom: 6px solid transparent;
}
.btn_next a::before{
	left: auto;
	right: 0.5em;
	border-right: none;
	border-left: 10px solid #7F1F24;
}


@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.entry_title{
		padding: 16px 0 6px;
		font-size: 1.8rem;
	}
	.entry_body{
		padding: 30px 2.5%;
	}
	.entry .entry_body .mt-image-center,
	.entry .entry_body .entry_body_img{
		margin: 16px auto 8px !important;
	}
	.entry .entry_body blockquote,
	.entry .entry_body .entry_body_img_caption{
		margin: 0 auto 8px;
		font-size: 1.2rem;
	}

	.entry_eventinfo{
		padding: 0 0 30px;
	}
	.label_eventinfo{
		padding-bottom: 6px;
		font-size: 1.6rem;
	}

	.entry_eventinfo .sec_home_label_line::before{
		top:38px;
	}
	.entry_eventinfo .sec_home_label_line::after{
		top:38px;
		width: calc(100% - 180px);
	}

	.entry_eventinfo_inner{
		margin-bottom: 20px;
		padding: 1.8em 1em 1em;
	}
	.eventinfo_eventname{
		padding-bottom: 12px;
		font-size: 1.6rem;
	}
	dl.clear.dl_eventinfo dt{
		width:5em;
	}
	dl.clear.dl_eventinfo dd{
		margin-left:6em;
		padding-bottom:8px;
	}

	.section_footer_nav{
		margin-top: 30px;
	}
	.btn_more a{
		padding-top: 1em;
		padding-bottom: 1em;
		font-size: 1.2rem;
	}

}

/* wp-pagenavi */

.wp-pagenavi{
	margin-top:40px;
	text-align:center;
}

.wp-pagenavi span{
	display:inline-block;
}

.wp-pagenavi span.wp-pagenavi_prev{
	min-width:6em;
/*	float:left;*/
}
.wp-pagenavi span.wp-pagenavi_arch{
}
.wp-pagenavi span.wp-pagenavi_next{
	min-width:6em;
/*	float:right;*/

}

.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
	margin: 0;
}
.wp-pagenavi a,
.wp-pagenavi .current{
	display:inline-block;
	padding:8px 10px 7px;
	margin:0 1px;
	color: #5C2715;
	border:solid 1px #5C2715;
	transition: all 0.2s ease-out;
}
.wp-pagenavi span.wp-pagenavi_prev a,
.wp-pagenavi span.wp-pagenavi_arch a,
.wp-pagenavi span.wp-pagenavi_next a{
	padding:8px 20px 7px;
}

.wp-pagenavi .current{
	color: #fff;
	background-color:#5C2715;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color:#5C2715;
}

.wp-pagenavi .pages{
	display:none;
}

@media screen and (max-width: 479px) { /* sp */

	.wp-pagenavi span.wp-pagenavi_prev a,
	.wp-pagenavi span.wp-pagenavi_arch a,
	.wp-pagenavi span.wp-pagenavi_next a{
		margin:0;
		padding-left:2vw;
		padding-right:2vw;
		font-size: 1.2rem;
	}

}

/* お店紹介（個別ぺージ） ********************/
/* shop */

/* shopinfo */

#content_shopinfo{
	padding: 0.7em 5vw 0.5em;
	background-color: #7F1F24;
}

.dl_shopinfo{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.dl_shopinfo dt{
	margin-top: 3px;
	width: 6.5em;
	padding: 4px 0.5em 2px;
	border-radius: 8px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #9B4742;
}
.dl_shopinfo dd{
	margin-left: 1em;
	color: #fff;
}
.dl_shopinfo dd a{
	color: #fff;
}

.label_shopinfo{
	margin-top: 2px;
	margin-bottom: 5px;
	display: inline-block;
	width: auto;
	padding: 5px 1em 2px;
	border-radius: 8px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #C17E1F;
}

@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	#content_wrap_shopinfo_sp{
		display: none;
	}

	#content_shopinfo{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.dl_shopinfo{
		padding: 0 1em;
	}
	.dl_shopinfo dd{
		font-size: 1.8rem;
	}

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	#content_wrap_shopinfo_pc{
		display: none;
	}

	.dl_shopinfo dd{
		width: calc(100% - 7.5em);
	}

	.sbody_sp_1clm .sbody_img.shoptop_img{
		padding-bottom: 0;
	}

}

/* content_shoppict */

@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	#content_wrap_shop{
		position: relative;
		padding-top: 60px;
	}
	#content_shoppict{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 90%;
		max-width: 1200px;
		height: auto;
		padding: 1.2em 0 0;
		text-align: right;
	}

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	#content_shoppict{
		width: 100%;
		padding: 1em 4vw;
		text-align: right;
	}
	#content_shoppict img{
		width: 40px;
		height: auto;
	}

}

/* content_shop_pict_guide */

#sec_shop_pict_guide{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 1em 1.5em;
	border: solid 1px #C5C6C6;
}
.pict_guide{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.pict_guide_item{
	width: 25%;
	padding: 0.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pict_guide_item.pict_guide_item06{
	width: 50%;
}
.pict_guide_item_text{
	width: calc(100% - 60px);
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	#sec_shop_pict_guide{
		padding: 1em 0.5em;
	}
	.pict_guide_item{
		width: 50%;
	}
	.pict_guide_item img{
		width: 40px;
		height: auto;
	}
	.pict_guide_item_text{
		width: calc(100% - 45px);
		font-size: 1.2rem;
	}
	.pict_guide_item.pict_guide_item06{
		order: 7;
		width: 100%;
	}
	.pict_guide_item.pict_guide_item07{
		order: 6;
	}

}




#content_shop02{
	margin-bottom: 100px;
	padding: 40px 70px 60px;
	background: url("../../img/common/bg_beige-80.jpg") 0 0 repeat;
}

.shoprecinfo{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.shoprecinfo_item{
	margin: 10px 0;
	background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 9px);
	background-size: 11px 3px;
	background-position: bottom;
	background-repeat: repeat-x;
}
@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	.shoprecinfo{
		margin: 0 -50px;
	}
	.shoprecinfo_item{
		width: calc(50% - 100px);
		margin: 20px 50px;
	}

}

.shoprecinfo_label{
	position: relative;
	margin-bottom: 1.5em;
}
.shoprecinfo_label::after{
	position: absolute;
	bottom: 8px;
	right: 0;
	display: block;
	width: calc(100% - 168px);
	height: 3px;
	background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 9px);
	background-size: 11px 3px;
	background-position: bottom;
	background-repeat: repeat-x;
	content: "";
}
.shoprecinfo_label_text{
	display: block;
	width: 157px;
	height: 55px;
	padding-top: 22px;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	color: #fff;
	background: url("../../img/common/bg_label_withoutline_wht.svg") 0 0 no-repeat;
	background-size: contain;
}

.shoprecinfo_img{
	margin-bottom: 1.2em;
	background: url(../../img/common/bg_beige_light-80.jpg) 0 0 repeat;
	/*background-color: #f4f4f1;*/
	height: 235px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shoprecinfo_img img{
	max-height: 235px;
}
.shoprecinfo_text{
	padding: 1.2em 0.1em 1em;
	color: #fff;
	font-weight: 700;
	background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 9px);
	background-size: 11px 3px;
	background-position: top;
	background-repeat: repeat-x;
}

.shopmessage_label{
	margin-bottom: -10px;
}
.sbody_shopmessage{
	padding: 1.5em;
	background-color: #f4f4f1;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.shopmessage_text{
	width: 100%;
	padding: 1.5em;
}
.shopmessage_text.shopmessage_text_withimg{
	width: calc(100% - 200px);
}
.shopmessage_img{
	width: 184px;
}
.shopmessage_img img{
	width: 184px;
	height: 178px;
	border-radius: 12px;
	object-fit: cover;
}

.sbody_shopinfo{
	padding: 50px 0 20px;
	background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 9px);
	background-size: 11px 3px;
	background-position: top;
	background-repeat: repeat-x;
	color: #fff;
}
.sbody_shopinfo a:link,
.sbody_shopinfo a:visited{
	color: #fff;
}
.sbody_shopinfo a:hover{
	color: #7F1F24;
	text-decoration: underline;
}

.sbody_shopinfo2 .clear.dl_address dt{
	float: none;
}
.sbody_shopinfo2 .clear.dl_address dd{
	margin-left: 0;
	padding-top: 8px;
}


@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	#content_shop01{
		padding-top: 0;
	}

	.shoptop_img img{
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.shoptop_text{
		padding: 20px 5vw 0;
	}

	#content_shop02{
		margin-bottom: 50px;
		padding: 20px 5vw 30px;
	}

	.shoprecinfo_item{
		margin: 15px;
		background-size: 7px 2px;
	}

	.shoprecinfo_label::after{
		bottom: 4px;
		width: calc(100% - 110px);
		height: 2px;
		background-size: 7px 2px;
	}
	.shoprecinfo_label_text{
		width: 100px;
		height: 36px;
		padding-top: 15px;
		font-size: 1.3rem;
	}

	.shoprecinfo_img{
		margin-bottom: 1.0em;
		height: 150px;
	}
	.shoprecinfo_text{
		padding: 1em 0.1em 0.8em;
		font-size: 1.2rem;
		background-size: 7px 2px;
	}

	.shopmessage_label{
		margin-bottom: -6px;
	}
	.shopmessage_label img{
		width: 120px;
		height: auto;
	}
	.sbody_shopmessage{
		padding: 1.8em 1em;
		border-radius: 8px;
		flex-direction: row-reverse;
	}
	.shopmessage_text{
		padding: 0;
		font-size: 1.2rem;
	}
	.shopmessage_text.shopmessage_text_withimg{
		width: calc(100% - 104px);
	}
	.shopmessage_img{
		width: 90px;
	}
	.shopmessage_img img{
		width: 90px;
		height: 82px;
		border-radius: 8px;
	}

	.sbody_shopinfo{
		padding: 30px 0 0;
		background-size: 7px 2px;
	}

}






/* ここなら笑店街とは？ ********************/
/* about */

.sec_label_about{
	position: relative;
	margin-bottom: 2.5em;
}
.sec_label_about::after{
	position: absolute;
	bottom: 4px;
	right: 0;
	display: block;
	width: calc(100% - 210px);
	height: 1px;
	background-color: #7b1c21;
	content: "";
}
.sec_label_about_text{
	display: block;
	width: 182px;
	height: 67px;
	padding-top: 26px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	color: #7F1F24;
	background: url("../../img/common/bg_label_underdotline03.svg") 50% 50% no-repeat;
	background-size: contain;
}

#content_about .section_body p{
	font-weight: 400;
}
#content_about .section_body p + p{
	padding-top: 1.5em;
}

.sbody_summary{
	padding-left: 60px;
}
.label_about_summary{
	position: relative;
	padding: 0.2em 1.5em;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	background-color: #7F1F24;
	margin-bottom: 1.5em;
}
.label_about_summary_num{
	position: absolute;
	top: -5px;
	left: -50px;
	display: block;
	width: 50px;
	height: auto;
	font-size: 5rem;
	font-weight: 400;
	line-height: 1;
	text-shadow:1px 1px 0 #DDA116, -1px 1px 0 #DDA116, -1px -1px 0 #DDA116, 1px -1px 0 #DDA116, 1px 0 0 #DDA116, -1px 0 0 #DDA116, 0 -1px 0 #DDA116, 0 1px 0 #DDA116;
}

@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	.sbody_summary .sbody_2clm{
		padding: 0 24px;
	}
	.sbody_summary .sbody_2clm .sbody_img{
		width: 32.4%;
	}
	.sbody_summary .sbody_2clm .sbody_text{
		width: 65%;
	}

}
.sbody_summary .sbody_2clm .sbody_img img{
	border-radius: 12px;
}

.label_nemotosan{
	text-align: center;
}
.label_nemotosan img{
	max-width: 256px;
	height: auto;
}
.sbody_nemotosan_text{
	padding: 3em;
	background-color: #7F1F24;
	border-radius: 12px;
	color: #fff;
}

/* 一番下「ぜひホームページで情報を・・・」のために残す */
.sbody_history{
	position: relative;
	margin-top: 70px;
	padding: 4.5em 3.5em 2.5em !important;
	background-color: #fff;
	border: solid 2px #f7d381;
}
.label_history{
	position: absolute;
	top:-30px;
	left: 0;
	width: 100%;
	padding-top: 50px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #7F1F24;
	background: url("../../img/common/bg_label_withoutline.svg") 50% 0 no-repeat;
}
.sbody_history:last-child{
	max-width: 600px;
	margin: 100px auto 0;
	padding: 4.5em 1.5em 3.5em !important;
}
.sbody_history:last-child .label_history{
	padding-top: 60px;
}
/* 一番下「ぜひホームページで情報を・・・」のために残す ここまで */


@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.sec_label_about::after{
		bottom: 2px;
		width: calc(100% - 180px);
	}
	.sec_label_about_text{
		width: 162px;
		height: 60px;
		padding-top: 24px;
		font-size: 1.8rem;
	}

	.sbody_summary{
		padding-left: 30px;
	}
	.label_about_summary{
		font-size: 1.4rem;
	}
	.label_about_summary_num{
		top: -1px;
		left: -30px;
		width: 30px;
		font-size: 3.4rem;
	}

	.label_history_month{
		top: -28px;
		left: 4px;
		font-size: 1.8rem;
	}

	.label_nemotosan img{
		max-width: 200px;
	}
	.sbody_nemotosan_text{
		padding: 2em 1em;
	}

	/* 一番下「ぜひホームページで情報を・・・」のために残す */
	.sbody_history{
		margin-top: 35px;
		padding: 4em 1.5em 1.5em !important;
	}
	.label_history{
		top:-20px;
		padding-top: 36px;
		font-size: 1.6rem;
		background-size: 70px auto;
	}
	.sbody_history:last-child{
		margin: 40px auto 0;
		padding: 4em 1.5em 2.5em !important;
	}
	.sbody_history:last-child .label_history{
		padding: 30px 1em 0;
		font-size: 1.4rem;
	}
	/* 一番下「ぜひホームページで情報を・・・」のために残す ここまで */

}

/* イベント */

.label_event_month{
	display: block;
	width: 145px;
	height: 60px;
	padding-top: 26px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #7c1d21;
	background: url("../../img/common/bg_label_underdotline04.svg") 50% 50% no-repeat;
	background-size: contain;
}
.event_img img{
	border: solid 6px #f7d381;
	border-radius: 14px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event_text{
	padding: 1.5em 3em 2em;
	background-color: #fff;
	border: solid 2px #f7d381;
}
.label_event{
	padding-bottom: 0.5em;
	font-size: 2rem;
	font-weight: 700;
	color: #7F1F24;
}

@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	.sbody_event{
		position: relative;
		margin-top: 40px;
		padding: 0 24px 0 225px !important; 
	}
	.label_event_month{
		margin-left: 40px;
	}
	.event_img{
		position: absolute;
		top: 48px;
		left: 20px;
		width: 257px;
		height: 187px;
	}
	.event_text{
		padding-left: 76px;
	}

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.label_event_month{
		margin: 0 auto 8px;
		display: block;
		width: 104px;
		height: 43px;
		padding-top: 18px;
		text-align: center;
		font-size: 2.0rem;
	}
	.event_img{
		width: 70vw;
		height: 37vw;
		margin: 0 auto -10px;
	}
	.event_text{
		padding: 1.5em;
	}
	.label_event{
		font-size: 1.6rem;
		text-align: center;
	}

}




/* お問い合わせ ********************/
/* contact */

.sbody_contact_form{
	padding: 3em 6em;
	background-color: #fff;
	color: #000;
	font-weight: 500;
}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.sbody_contact_form{
		padding: 1em;
	}
}





/* form ***************************/


/* フォーム */

.table_wht{
	width: 100%;
	margin-bottom: 10px;
}
.table_wht th{
	width:13em;
	padding:15px 5px 5px;
	line-height:1.6;
	color: #009EA7;
	text-align: left;
	vertical-align: top;
}
.table_wht td{
	padding:10px;
	line-height:1.6;
}

.form_contact_confirm .table_wht th {
	padding:10px;
}

#contact_form .mw_wp_form_input th label{
	display: block;
	padding-top: 10px;
}
.must{
	display:inline-block;
	margin-left: 12px;
	padding: 1px 4px;
	font-size: 1.1rem;
	font-weight: bold;
	background-color: #cb3684;
	color:#fff;
	border-radius: 3px;
}

#contact_form input[type="text"],
#contact_form textarea{
	width: 100%;
	box-sizing: border-box;
	padding:7px;
	background-color:#fff;
	border:solid 1px #dbccbf;
	border-radius:0;
	-webkit-appearance: none;
}
#contact_form input[type="text"].text_half{
	width: 25%;
}
.label_name{
	display: inline-block;
	min-width: 3.5em;
}
#contact_form select {
	padding:7px;
	background-color:#fff;
	border:solid 1px #dbccbf;
	border-radius:0;
/*	-webkit-appearance: none;*/
}
#contact_form input[type="file"]{
	width: 100%;
}
#contact_form input[type="checkbox"]{
	vertical-align: middle;
}

#contact_form input[type="text"]#zip1{
	width: 4em;
}
#contact_form input[type="text"]#zip2{
	width: 5em;
}
/*#contact_form input[type="text"]#address2{
	width: 60%;
}*/
#mail2,
#spref,
#address,
#address1,
#address2,
#strt{
	margin-top: 5px;
}
#contact_form input[type="text"].tel{
	width: 5em;
}

.form_zip{
	display: inline-block;
}
.form_notice{
	display: inline-block;
	margin-top: 5px;
	color: #cb3684;
}
.form_mail2{
	display: block;
}

.form_terms{
	padding: 25px 0;
}
.form_terms_label{
	padding: 0 5px;
	color: #009EA7;
	font-weight: 700;
}
.form_terms_iframe{
  display: inline-block;
	width: 100%;
	height: 300px;
	margin: 10px 0 20px;
	background-color: #fff;
	border:solid 1px #dbccbf;
  overflow:auto; /* scrollからautoに変更 */
  -webkit-overflow-scrolling:touch;
}
.form_terms_iframe iframe{
  width:100%;
  height:100%;
  border:none;
  display:block;
}

/* iframe の中 #b-terms ***************/
#b-terms{
	padding-top: 0;
}
#b-terms #header,
#b-terms #footer{
	display: none;
}

#terms{
	padding: 2em;
	font-size: 1.2rem;
	line-height: 1.7;
	word-wrap: break-word;
}
@media screen and (max-width: 479px) { /* sp */
	#b-terms{
			min-width: 300px;
			width: 300px; /* for iPhone7 */
			margin: 0 auto;
	}
	#terms{
		padding-left: 3%;
		padding-right: 3%;
	}
}

/*#terms h2{
	padding: 0 0 20px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}*/
#terms h3{
	padding: 20px 0;
	font-size: 1.4rem;
	font-weight: bold;
}
#terms p + p{
	padding-top: 1em;
}
#terms a:hover{
	text-decoration: underline;
}
/* iframe の中 #b-terms ここまで *******/

.form_terms_check{
	text-align: center;
}
.form_terms_check input[type="checkbox"]{
}


.confirm_message{
	padding-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/
	.confirm_message{
		text-align: left;
	}
}

.submitbtn{
	text-align: center;
	padding-bottom: 20px;
}
.form_contact_confirm .submitbtn{
	padding-top: 30px;
}

.submitbtn input[type="submit"],
.submitbtn input[type="button"] {
	-webkit-appearance: none;
	display:inline-block;
	width:auto;
	height:auto;
	padding:0.8em 2.5em;
	margin-left:0.2em;
	margin-right:0.2em;
	cursor:pointer;
	text-align:center;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	color:#fff;
	border:solid 2px #AACC03;
	background-color:#AACC03;
/*	box-shadow: 0 3px 4px 0 rgba(0,0,0,.2);*/
	transition: all 0.5s ease-out;
	position: relative;
}
.submitbtn input[type="submit"]:hover,
.submitbtn input[type="button"]:hover{
	background-color:#fff;
	color: #AACC03;
}
.submitbtn input[type="submit"].btn_aqua,
.submitbtn input[type="button"].btn_aqua {
	border:solid 2px #009EA7;
	background-color:#009EA7;
}
.submitbtn input[type="submit"].btn_aqua:hover,
.submitbtn input[type="button"].btn_aqua:hover{
	background-color:#fff;
	color: #009EA7;
}

.thx_body .submitbtn input[type="button"] {
	-webkit-appearance: none;
	font-size: 1.4rem;
}



/* エラーメッセージ */
.errmsg,
.mw_wp_form .error{
	display:inline-block !important;
	margin-top:3px;
	margin-left: 5px;
	padding:4px;
	background-color:#FA3025;
	border-radius:0;
	font-size:1.2rem;
	line-height: 1;
	font-weight:bold;
	color:#fff !important;
}

/* 確認画面 */
.mw_wp_form_confirm #sec_contact01,
.mw_wp_form_confirm .form_notice,
.mw_wp_form_confirm .form_mail2,
.mw_wp_form_confirm .addbtn{
	display:none;
}
.mw_wp_form_confirm #contact_form{
	padding-top: 120px;
}
.form_contact_confirm .confirm_text{
	display: block;
	padding:8px 10px;
	min-height: 2.75em;
	background-color: rgba(219,204,191,0.30);
}


/* 完了画面 */
#thx .section_body,
.mw_wp_form_complete .section_body{
	margin:30px 0 10px;
	padding:30px 40px;
	background-color:rgba(0,163,217,0.15);
	line-height: 2;
}
/*#thx .section_body h4,
.mw_wp_form_complete .section_body h4{
	padding:20px 0 30px;
	font-size:1.8rem;
	line-height: 1.6;
	text-align: center;
	color:rgba(255,131,0,1.00);
}*/
.thx_body p + ul,
.thx_body p + p,
.thx_body li + li,
.mw_wp_form_complete p + p{
	padding-top:20px;
}
.thx_message{
	padding-bottom: 20px;
	text-align: center;
	color: #524741;
	font-weight: 700;
}
.thx_body .submitbtn{
	padding-top: 30px;
}



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

	#contact_form th,
	#contact_form td{
		display: block;
		padding:7px 0;
		width: 100%;
	}
	#contact_form th{
		padding:5px 0 0;
	}

	.form_terms{
		padding: 15px 0;
	}

	.submitbtn input[type="submit"],
	.submitbtn input[type="button"] {
		padding-left:0.5em;
		padding-right:0.5em;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		width: 46%;
	}

	/* 完了画面 */
	#thx .section_body,
	.mw_wp_form_complete .section_body{
		padding:20px 5vw;
	}
	.thx_message{
		text-align: left;
	}

}



/****************************************************************************
#page-top
****************************************************************************/

#page-top {
	position: fixed;
	bottom: 0;
	right: 20px;
	width: 117px;
	height: 38px;
	z-index:600;
	transition: all 0.2s ease-out;
}
#page-top.move {
	bottom: 89px;
}
#page-top a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	text-align: center;
	font-size: 2.3rem;
	color: #fff;
	background: url("../../img/common/bg_btn_pagetop.svg") 0 100% no-repeat;
	background-size: contain;
	transition: all 0.4s ease-out;
}


@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	#page-top a:hover{
		color: #812026;
		background-image: url("../../img/common/bg_btn_pagetop_on.svg");
	}

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	#page-top {
		right: 10px;
		width: 80px;
		height: 30px;
	}
	#page-top.move {
		bottom: 29px;
	}
	#page-top a {
		padding-top: 10px;
		font-size: 1.4rem;
	}

}


/****************************************************************************
footer
****************************************************************************/

#footer{
	width: 100%;
	background-color: #7b1c21;
	color: #fff;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
.footer_inner{
	width: 100%;
	height: 90px;
	padding: 50px 20px 10px;
}
.footer_copy{
	text-align: right;
}

@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.footer_inner{
		height: 30px;
		padding: 8px 10px;
	}
	.footer_copy{
		text-align: left;
	}

}


/****************************************************************************
汎用クラス
****************************************************************************/

.hidden{
  height: 0px;
  font-size: 0%;
  line-height: 0%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.center{
	text-align:center;
}

.small{
	font-size:1.4rem;
}
.x-small{
	font-size:1.2rem;
}
.xx-small{
	font-size:1.0rem;
}


.large{
	font-size:2.2rem;
}
.x-large{
	font-size:2.4rem;
}
.xx-large{
	font-size:3.8rem;
}
@media screen and (max-width: 767px) { /**** tablet未満 ****/
	
	.small{
		font-size:1.2rem;
	}
	.x-small{
		font-size:1.0rem;
	}
	.xx-small{
		font-size:0.8rem;
	}

	.large{
		font-size:1.6rem;
	}
	.x-large{
		font-size:1.8rem;
	}
	.xx-large{
		font-size:2.2rem;
	}
	
}

.blue{
	color:#0789b5;
}
.red{
	color:#D6000F;
}
.white{
	color:#fff;
}
.gray{
	color:#ccc;
}
.green{
	color: #52651D;
}

.notice{
	color:#cb3684;
}

strong{
	font-weight:bold;
	font-style:normal;
	color:#e60012;
}
em{
	font-weight:bold;
	font-style:normal;
}


@media print {

	#header,
	.fix_nav,
	#footer_nav{
		display:none;
	}

}

