/* ****************************************************************************
 *
 * 1. common_new
 *
 * ***************************************************************************/
/* ======================================================
 * 1-1. Reset
 * =================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,address,del,em,font,img,small,strike,strong,sub,sup,b,u,i,center,
dl,dt,dd,ul,li,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body,table,input,textarea,select,option{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}
ol,ul,dl,li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
blockquote,q{
	quotes: none;
}
ins{
	text-decoration: none;
}
del{
	text-decoration: line-through;
}
img{
	max-width: 100% !important;
	height: auto;
	vertical-align: text-bottom;
}
*{
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,strong{
	font-weight: bold;
}
body{
	font-size: 14px;
	*font-size: small; /* for IE */
	*font: x-small; /* for IE in quirks mode */
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}


/* ======================================================
 * 1-2. Style
 * =================================================== */
body{
	width: 100%;
	margin: 0;
	padding: 0;
	color: #484848;
	text-align: left;
}

.aligncenter{
	display: block;
	clear: both;
	margin: 0.25em auto 1.5em;
}
.alignleft{
	float: left;
	clear: both;
	margin: 0.25em 1.5em 0.25em 0;
}
.alignright{
	float: right;
	clear: both;
	margin: 0.25em 0 0.25em 1.5em;
}
.alignnone{
	float: none;
	clear: both;
	margin: 0;
}
.large{
	font-size: 1.2em;
	line-height: 180%;
}
.small{
	font-size: .9em;
}
.red{
	color: red;
}
.clear{
	clear: both !important;
}

a:link		{ color: #b58d4b; text-decoration: none;}
a:visited	{ color: #b58d4b; text-decoration: none;}
a:hover		{ color: #351f14; text-decoration: none;}
a:active	{ color: #351f14; text-decoration: none;}
a{  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a img{
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover img{
	opacity: .7;
}

/* ======================================================
 * 1-3. Header
 * =================================================== */
#header{
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	z-index: 100;
}
#header h1{
	padding: 5px;
}
#header h1 a{
	display: block;
	width: 300px;
	height: 37px;
	background: url(../../../../images/common_new/logo.png) no-repeat;
	background-size: contain;
	text-indent: -9999em;
	z-index: 2;
}

@media screen and (max-width: 1024px) {
#header h1 a{
	display: block;
	width: 200px;
	height: 25px;
	background: url(../../../../images/common_new/logo.png) no-repeat;
	background-size: contain;
	text-indent: -9999em;
	z-index: 2;
}
}

@media screen and (max-width: 768px) {
#header h1 a{
	display: block;
	width: 150px;
	height: 19px;
	background: url(../../../../images/common_new/logo.png) no-repeat;
	background-size: contain;
	text-indent: -9999em;
	z-index: 2;
}
}

#header h2{
	display: none;
	position: absolute;
	top: 0;
	left: .5em;
	font-size: 0.6vw;
	font-weight: normal;
}


/* ======================================================
 * 1-4. Nav
 * =================================================== */
#nav{
	position: relative;
}
#nav ul{
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	justify-content:  flex-end;
	align-items: center;
	padding-top: 1em;
}
#nav li a{
	display: block;
	padding: 1em 0 1em 2em;
	color: #351f14;
/*	font: normal 16px/110% 'Cinzel', serif !important; */
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all  .5s ease;
}
#nav li a:hover,
#nav li a.active{
	color: #b58d4b !important;
	text-decoration: underline;
}


@media screen and (max-width: 896px) {
#nav{
	position: relative;
}
#nav ul{
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	justify-content:  flex-end;
	align-items: center;
	padding-top: .5em;
}
#nav li a{
	display: block;
	padding: 1em 0 1em 1em;
	color: #351f14;
/*	font: normal 16px/110% 'Cinzel', serif !important; */
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all  .5s ease;
}
#nav li a:hover,
#nav li a.active{
	color: #b58d4b !important;
	text-decoration: underline;
}
}

#sp_btn,
#sp_nav,
#rsvSp,
#footer #sp_group,
.sp_only{
	display: none;
}


/* ======================================================
 * 1-6. footer
 * =================================================== */
/*----------------------
  rsv
------------------------*/
div#rsv{
	width: 100%;
	padding: 3em 0;
	background: #fdf0ea;
	text-align: center;
}
div#rsv div{
	display: inline-block;
}
div#rsv p{
	font: 500 180%/150% 'Sawarabi Mincho', serif !important;
}
div#rsv select{
	display: block;
	padding: .5em;
	margin-top: 1em;
	font-size: 150%;
	text-align: center;
}

/*----------------------
  ページトップ
------------------------*/
div#pagetop{
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10000;
}
div#pagetop ul li.topBtn a{
	display: block;
	width: 50px;
	height: 50px;
	background: url(../../../../images/common_new/ico_nav.png) no-repeat;
	background-size: 500px 50px;
	text-indent: -9999em;
	opacity: 1;
}
div#pagetop ul li.topBtn a:hover{
	opacity: 0.8;
}

/*----------------------
  footer
------------------------*/
#footer{
	background: #b58d4b;
}
#footer #f_nav{
	display: flex;
	flex-wrap: nowrap;
	padding: 1em;
	font-size: .9em;
}
#footer a{
	color: #fff !important;
}
#f_nav div strong{
	display: block;
	width: 99%;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: dotted 1px #fff;
	color: #fff;
	font: bold 16px/120% 'Cinzel', sans-serif;
}
#f_nav div#sitemap{
	width: 33.33%;
}
#f_nav div#group{
	width: 66.66%;
}
#f_nav div#sitemap ul li{
	width: 50%;
}
#f_nav div#group ul li{
	width: 33.333%;
}
#f_nav div ul{
	display: flex;
	flex: auto;
	flex-wrap: wrap;
}
#f_nav li{
	padding: .3em 0;
}

#footer ul#rhh{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding-top: 1em;
	font-size: .9em;
	background: #000;
}
/* コピーライト */
div#copy{
	clear: both;
	padding: 1em 0;
	background: #000;
	color: #fff;
	font-size: 80%;
/*	font: 14px/120% 'Cinzel', sans-serif; */
	text-align: center;
}


/* ****************************************************************************
 *
 * 2. Contents
 *
 * ***************************************************************************/
/* ======================================================
 * 2-1. main
 * =================================================== */
#main{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 1200px){
	#header,#main{
		width: 90%;
	}
}


/* ======================================================
 * 2-2. トップページ
 * =================================================== */
/*----------------------
  トップ動画
------------------------*/
div#flexslider{
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
div#slider{
	position: relative;
	width: 100%;
	height: auto;
}
ul.slides img{
	width: 100%;
	height: auto;
}
.flex-direction-nav a{ display: block; width: 35px; height: 60px; margin-top: -30px !important; position: absolute; top: 50% !important; z-index: 1000; overflow: hidden; opacity: 1; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; text-decoration: none; }
.flex-direction-nav .flex-prev{ left: 0 !important; background: url(../../../../images/common/bg_slide.png) 0 0 no-repeat !important; }
.flex-direction-nav .flex-next{ right: 0 !important; background: url(../../../../images/common/bg_slide.png) -35px 0 no-repeat !important; }


/*----------------------
  greeting
------------------------*/
div#greeting{
	width: 100%;
	padding: 2em;
	margin-bottom: 120px;
	border: solid 1px #3f1016;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
div#greeting strong{
	display: block;
	margin-bottom: 1em;
}
div#greeting p{
	padding: .5em 0;
	line-height: 1.8;
}
div#greeting strong,
div#greeting p{
	text-align: center;
}
div#greeting span.br:after {
	content: "\A　";
	white-space: pre;
}


/*----------------------
  Common
------------------------*/
#top_rsv{
}
ul#rsv_nav{
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
}
ul#rsv_nav li a{
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	width: 240px;
	height: 50px;
	padding: 0 .5em;
	margin-right: 5px;
	background: #351f14;
	color: #fff;
	opacity: 0.5 !important;
}
ul#rsv_nav li img{
	width: auto;
	height: 40px;
}
ul#rsv_nav li p{
	color: #fff;
	text-align: center;
}
ul#rsv_nav li a:hover,
ul#rsv_nav li.active a{
	opacity: 1 !important;
}

#rsv_conts{
	width: 100%;
	padding: 2em;
	background: #351f14;
	color: #fff;
}
#rsv_conts select{
	display: block;
	padding: .5em;
	margin-bottom: 1em;
	font-size: 150%;
	text-align: center;
}
#rsv_conts p{
	font: normal 160%/150% 'Sawarabi Mincho', serif !important;
}

#rsv_conts form{
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#rsv_conts form input{
	min-width: 8em;
	padding: .5em;
	border: none;
	background: #b58d4b;;
	color: #fff;
	font-size: 120%;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#rsv_conts form input:hover{
	cursor: pointer;
	opacity: .7;
}


/*----------------------
  Common
------------------------*/
.top section{
	position: relative;
	width: 100%;
	margin-bottom: 120px;
}
.top_conts h3{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: solid 1px #b58d4b;
	font-size: 130%;
	text-align: center;
}
.top_conts .ttlen{
	display: block;
	color: #b58d4b;
	font: normal 36px/120% 'Cinzel', serif;
	text-align: center;
}

/* more */
.top_conts p.more{
	margin: 2em 0;
	text-align: center;
}
.top_conts p.more a{
	display: inline-block;
	padding: .5em 1em;
	border: solid 1px #b58d4b;
}
.top_conts p.more a:hover{
	border: solid 1px #351f14;
}

/* News（グループ新着） */
table#news_list{
	width: 100%;
	margin: 0;
}
table#news_list td{
	padding: 1em;
	border-bottom: dotted 1px #ccc;
	vertical-align: top;
}
table#news_list tr:hover td{
	cursor: pointer;
	background: #ede3d3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
table#news_list td.date{
	width: 10em;
}

/* GroupNews（施設新着） */
ul#news{
	display: flex;
	flex: auto;
	flex-wrap: wrap;
	width: 100%;
}
ul#news li{
	position: relative;
	width: 25%;
	padding: 0 .5em 4em .5em;
}
ul#news li:hover{
	cursor: pointer;
	opacity: .8;
}
ul#news li p.thum,
ul#select li p.thum{
	position: relative;
/*	border: solid 1px #E8DCC8; */
}
ul#news li p.thum:before,
ul#select li p.thum:before{
	content: "";
	display: block;
	padding-top: 70%;
}
ul#news li p.thum img,
ul#select li p.thum img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	border: solid 1px #fff;
	object-fit: cover;
	object-position: 0 0;
	font-family: 'object-fit: cover;'; /* IE */
}
ul#news strong,
ul#select strong{
	display: block;
	padding: .5em 0;
}
ul#news p.date{
	position: absolute;
	bottom: 3em;
	font-size: 90%;
	font-weight: bold;
}

/* 新規オープン */
ul#select{
	display: flex;
	flex: auto;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
ul#select li{
	position: relative;
	width: 33.33%;
	padding: 0 .5em;
}
ul#select strong,
ul#select p{
	text-align: center;
}
ul#select a{
	color: #351f14;
}


/* PickUp */
#pickup{
	width: 100%;
}
#pickup ul{
	display: flex;
	flex: auto;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
#pickup ul li{
	position: relative;
	width: 33.33%;
	padding: 0 .5em;
}
#pickup ul strong{
	display: block;
	padding: 1em 0 .5em;
}
section.col2_pick{
	width: 48% !important;
	margin: 0 1% 20px 1%;
	padding: 1em; 
	background-color: #f5f5f5;
}
section.col2_pick h4{
	padding-bottom: .5em;
	margin-bottom: 0;
	border: none;
	color: #000;
	font: bold 18px/120% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: left;
}
section.col2_pick p{
	padding: .5em;
}
ul.waku{
	width: 50%;
	margin: 1em auto;
	background-color: #fff;
}
ul.waku li{
	display: inline-block;
	display: block;
	min-width: 8em;
	padding: .3em .5em;
	border: solid 1px #351f14;
	color: #351f14;
	text-align: center;
}
ul.service {
	display: flex;
	flex: auto;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
ul.service li{
	position: relative;
	width: 50%;
	padding: 0 .5em;
}

/* ======================================================
 * 2-3. Common
 * =================================================== */
/*----------------------
  Title
------------------------*/
#ttl{
	position: relative;
	width: 100%;
	margin: 0 auto 60px auto;
}
.information #ttl h3{
	display: none;
}
#ttl img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
}
#ttl h3{
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	padding: 20px 0;
	background-color: rgba(255,255,255,0.7);
	color: #b58d4b;
	font: 50px/100% 'Cinzel', serif;
	text-align: center;
	z-index: 2;
}
#ttl h3 p.ja{
	color: #000;
	font: 500 18px/150% 'Sawarabi Mincho', serif !important;
	text-align: center;
}


/*----------------------
  Others
------------------------*/
.section{
	position: relative;
	width: 100%;
	margin-bottom: 100px;
	line-height: 150%;
	overflow: hidden;
}
section.ttlonly{
	margin-bottom: 0 !important;
}
.section p{
	padding: .2em 0;
	line-height: 1.6;
}
.section h4{
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: solid 1px #b58d4b;
	color: #351f14;
	font: 24px/150% 'Sawarabi Mincho', serif;
	text-align: center;
	z-index: -1;
}
.section h4 .en{
	display: block;
	color: #b58d4b;
	font: 36px/120% 'Cinzel', serif;
	text-align: center;
}
.section h4 .sub{
	display: block;
	color: #000 !important;
	font: 500 16px/120% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: center;
}
.section h5{
	padding: 1em 0;
	font-size: 130%;
	line-height: 1.6;
}
.section h5.ttl,
.section .scroll h5{
	padding: 0 0 .5em 0;
	color: #b58d4b;
	font: 130%/150% 'Sawarabi Mincho', serif;
	display: flex;
	align-items: center;
}
.section h5.ttl:after,
.section .scroll h5:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-left: .4em;
	background: #b58d4b;
	display: block;
}
.section h6,
.section .scroll h6{
	padding-bottom: .5em;
	color: #b58d4b;
	font: 110%/150% 'Sawarabi Mincho', serif;
}
.ttl_left h4{
	text-align: left;
}
.center,
.center h5,
.center p{
	text-align: center;
}

/* Thumbnail */
.section div.thum{
	position: relative;
	display: inline-block;
	float: right;
	width: 40%;
	padding-left: 2em;
	background: #fff;
	z-index: 2;
}
.section div.thum_left{
	float: left !important;
	padding: 0 0 0 2em !important;
}
.section div.thum img{
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}

/* 詳細リンク */
section.more{
	padding-bottom: 4em;
}
section.more p.more{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
.section p.more a{
	display: inline-block;
	min-width: 8em;
	padding: .3em .5em;
	border: solid 1px #351f14;
	color: #351f14;
	text-align: center;
}
.section p.more a:hover{
	background: #b58d4b;
	color: #fff;
}

/* 背景付btn */
p.btn a{
	display: inline-block;
	min-width: 8em;
	padding: .3em .5em;
	background: #b58d4b;
	color: #fff;
	text-align: center;
}
p.btn a:hover{
	background: #351f14;
}

/* 背景色 */
section.gray{
	padding: 2em;
	background: #ececec;
}

/* 分割 */
.w100{
	width: 100% !important;
}
section.col2{
	width: 48% !important;
	margin: 0 1% 80px 1%;
}
section.col2 h4{
	padding-bottom: .5em;
	margin-bottom: 0;
	border: none;
	color: #000;
	font: bold 18px/120% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: left;
}
section.col2 div.thum{
	float: none;
	width: 100%;
	padding: 0 !important;
}

/* 新規オープン */
ul.col2,
ul.col3{
	display: flex;
	flex: auto;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
ul.col2 li{
	position: relative;
	width: 50%;
	padding: 0 .5em;
}
ul.col3 li{
	position: relative;
	width: 33.33%;
	padding: 0 .5em;
}
ul.col3 li strong{
	display: block;
	padding: .5em 0;
}

/* 矢印マーク付きリンク */
a.yazi{
	padding: .5em 0 .5em 10px;
	margin: 0 3px;
	background: url(../../../../images/common_new/yazi_lnk.png) no-repeat center left;
}


/* ======================================================
 * 3-1. Hotel List
 * =================================================== */
/* TabNav */
ul.tab_nav{
	display: flex;
	flex: auto;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 3em;
}
ul.tab_nav li{
	min-width: 30%;
	padding: 0 1em 1em 1em;
}
ul.tab_nav li a{
	display: block;
	padding: 1em;
	background: #000;
	color: #fff;
	font: 130%/100% 'Cinzel', serif;
	text-align: center;
	opacity: 0.5 !important;
}
ul.tab_nav li a:hover,
ul.tab_nav li.active a{
	opacity: 1 !important;
}
ul li a.all{
	background: #c54B64;
}
ul li a.rh{
	background: #b58d4b;
}
ul li a.rs{
	background: #000;
}
ul li a.rp{
	background: #351f14;
}
ul li a.bw{
	background: #003c7e;
}

div.tab_conts{
	width: 100%;
}
div.tab_conts > div{
	display: flex;
	flex: auto;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
div.tab_conts > div .section,
section.hotellist{
	padding-bottom: 4em;
}
div.tab_conts .thum,
section.hotellist .thum{
	position: relative;
}
div.tab_conts .thum img,
section.hotellist .thum img{
	position: relative;
	z-index: 1;
}
div.tab_conts .thum span,
section.hotellist .thum span{
	position: absolute;
	bottom: 1em;
	left: 0;
	display: inline-block;
	min-width: 50%;
	padding: .5em;
	color: #fff;
	font: 130%/150% 'Cinzel', serif;
	text-align: center;
	opacity: .7;
	z-index: 2;
}
span.rembrandt-hotel{
	background: #b58d4b;
}
span.rembrandt-style{
	background: #000;
}
span.rembrandt-premium{
	background: #351f14;
}
span.bestwestern{
	background: #003c7e;
}

/* Lnk */
ul.lnk{
	position: absolute;
	bottom: 1em;
	right: 0;
	text-align: right;
}
ul.lnk li{
	display: inline-block;
	margin-left: 1em;
}
ul.lnk a{
	display: block;
	min-width: 8em;
	padding: .3em .5em;
	border: solid 1px #351f14;
	color: #351f14;
	text-align: center;
}
ul.lnk a:hover{
	background: #b58d4b;
	color: #fff;
}


/* ======================================================
 * 3-2. rembrandt Club
 * =================================================== */
.scroll {
  width: 100%;
  height: 400px;
  padding: 20px;
  background-color: #f2f2f2f2;
  overflow: scroll;
}


/* ======================================================
 * 3-3. News
 * =================================================== */
.news .section h4{
	text-align: left;
}
.group-news .section h4{
	margin-bottom: 0;
	border: none;
	text-align: left;
}
.group-news p.cate{
	padding-bottom: .5em;
	color: #b58d4b;
	font: 130%/150% 'Sawarabi Mincho', serif;
	display: flex;
	align-items: center;
}
.group-news p.cate:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-left: .4em;
	background: #b58d4b;
	display: block;
}
.group-news .section strong.date,
.news .section strong.date{
	display: block;
	text-align: right;
}
.group-news .section p.more,
.news .section p.more{
	text-align: right;
}


/* ======================================================
 * 3-4. Faq
 * =================================================== */
ul.faq_nav{
	display: flex;
	flex: auto;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 3em;
}
ul.faq_nav li{
	min-width: 33.33%;
	padding: 0 1em 1em 1em;
}
ul.faq_nav li a{
	display: block;
	padding: 1em;
	color: #fff;
	font: 110%/100% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: center;
	opacity: 0.7 !important;
}
ul.faq_nav li a:hover,
ul.faq_nav li.active a{
	opacity: 1 !important;
}

.faq ul.tab_nav li{
	min-width: 25%;
	padding: 0 1em 1em 1em;
}
.faq ul.tab_nav li a{
	font: 110%/100% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.tab_content dl{
	border-bottom: solid 1px #e3d5bb;
}
.tab_content dt{
	border-top: solid 1px #e3d5bb;
	color: #6f3700;
	font-weight: bold;
}
.tab_content dl dt,
.tab_content dl dd{
	padding: 1em;
	text-indent: -3em;
	margin-left: 3em;
}
.tab_content dt:before{
	content: 'Ｑ．';
	font: 150%/140% 'EB Garamond', serif, arial, helvetica, sans-serif;
}
.tab_content dd:before{
	content: 'Ａ．';
	font: 150%/140% 'EB Garamond', serif, arial, helvetica, sans-serif;
}
.tab_content dd table{
	min-width: 50%;
	text-indent: 0;
	padding-left: .5em;
}