@import url("slidebars.css");

/* ****************************************************************************
 *
 * 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;
}
.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{
	position: fixed;
	width: 100%;
	height: 60px;
	min-width: 100%;
	background: #fff;
	border-bottom: solid 1px #e3d5bb;
	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;
}


/* ======================================================
 * 1-4. Nav
 * =================================================== */
/*----------------------
	スマホ用ナビ
------------------------*/
[canvas=container]{
	position: relative;
}
#sp_btn{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 101;
}
#sp_btn p#btn_menu,
#sp_nav p#btn_hide{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 !important;
	border: none !important;
	background: url(../../../../images/common_new/ico_nav.png) no-repeat;
	background-size: 450px 50px;
	text-indent: -9999em;
	cursor: pointer;
}
#sp_btn p#btn_menu{
	position: fixed;
	background-position: -50px 0;
}
#sp_nav p#btn_hide{
	background-position: -100px 0;
}

/* スライドNav */
#sp_nav{
	top: 0;
	background: #f2f2f2;
}
#sp_nav ul.nav li{
	height: 50px;
	border-bottom: dotted 1px #ccc;
	overflow: hidden;
}
#sp_nav ul.nav li a{
	position: relative;
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 1em;
	margin: 0 !important;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
#sp_nav ul.nav li.top{
	background: #b58d4b;
}
#sp_nav ul.nav li.sub a{
	background: #fff;
}
#sp_nav ul.nav li.lang{
	background: #000;
}
#sp_nav ul.nav li.lang a{
	color: #fff !important;
}
#sp_nav ul.nav li.top a{
	display: inline-block;
	width: calc(100% - 50px);
	color: #fff;
}
#sp_nav li.top{
	border-bottom: dotted 1px #6f3700 !important;
	background: #ded5c6;
}
#sp_nav li.corp{
	background: #e2e2e2;
}

#sp_nav p{
	height: 50px;
	line-height: 50px;
	text-align: center;
}
/* OpenCloseボタンクリック時にClass付与：slidebars_check.js */
.shadow{
	opacity: 0.2
}


#header h2,
#header #nav,
#footer #f_nav,
#footer #rhh{
	display: none;
}


/* ======================================================
 * 1-6. footer
 * =================================================== */
/*----------------------
  ページトップ
------------------------*/
div#pagetop{
	display: none;
	position: fixed;
	bottom: .5em;
	right: .5em;
	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{
	padding-top: 1em;
	background: #b58d4b;
}
#footer a{
	color: #fff !important;
}
#footer select{
	display: block;
	width: 80%;
	margin: 0 auto 1em auto;
	font-size: 16px;
}
#footer select option{
	padding: 1em 0 !important;
}

/* コピーライト */
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: 98%;
	margin: 0 auto;
	padding-top: 50px;
	overflow: hidden;
}


/* ======================================================
 * 2-2. トップページ
 * =================================================== */
/*----------------------
  トップ動画
------------------------*/
div#flexslider{
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 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; }


/*----------------------
  Common
------------------------*/
ul#rsv_nav{
	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: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
ul#rsv_nav li{
	width: 50%;
}
ul#rsv_nav li a{
	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: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	width: 99%;
	height: 40px;
	padding: 0;
	margin-right: 1%;
	background: #351f14;
	color: #fff;
	opacity: 0.5 !important;
}
ul#rsv_nav li img{
	width: auto;
	height: 30px;
}
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: 1em .5em;
	background: #351f14;
	color: #fff;
}
#rsv_conts select{
	display: block;
	max-width: 100%;
	padding: .5em .2em;
	margin-bottom: .5em;
	text-align: center;
}
#rsv_conts p{
	font: normal 120%/150% 'Sawarabi Mincho', serif !important;
}

#rsv_conts form{
	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: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#rsv_conts form input{
	min-width: 8em;
	padding: .5em;
	border: none;
	background: #b58d4b;;
	color: #fff;
	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 select{
	font-size: 16px;
}
#rsv_conts form input:hover{
	cursor: pointer;
	opacity: .7;
}


/*----------------------
  greeting
------------------------*/
div#greeting{
	padding: 1em;
	margin-bottom: 60px;
	border: solid 1px #3f1016;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
div#greeting strong{
	display: block;
	margin-bottom: 1em;
	text-align: center;
}
div#greeting p{
	padding: .5em 0;
	font-size: 90%;
}


/*----------------------
  Common
------------------------*/
.top section{
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}
.top_conts h3{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: solid 1px #b58d4b;
	font-size: 120%;
	text-align: center;
}
.top_conts .ttlen{
	display: block;
	color: #b58d4b;
	font: normal 24px/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: .5em;
	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: 6em;
}

/* News（施設新着） */
ul#news{
	width: 100%;
}
ul#news li{
	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: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	width: 100%;
	padding: .5em;
	border-bottom: dotted 1px #ccc;
}
ul#news li:hover{
	cursor: pointer;
	opacity: .8;
}
ul#news li p.thum,
ul#select li p.thum{
	position: relative;
	width: 30%;
/*	border: solid 1px #E8DCC8; */
}
ul#news li > div{
	width: 70%;
	padding-left: 1em;
}
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{
	padding-top: .5em;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}

/* 新規オープン */
ul#select{
	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;
	justify-content: center;
	width: 100%;
}
ul#select li{
	position: relative;
	width: 50%;
	padding: 0 .5em;
}
ul#select li p.thum{
	width: 100%;
}
ul#select strong,
ul#select p{
	text-align: center;
}
ul#select a{
	color: #351f14;
}


/* PickUp */
#pickup ul{
	display: block !important;
}
#pickup ul li{
	clear: both;
	padding: .5em 0 2.5em;
	overflow: hidden;
}
#pickup ul p.thum{
	display: inline-block;
	float: left;
	width: 100%;
	padding-bottom: 1em;
}
#pickup ul p.txt {
	margin-top: 1em;
}
section.col2_pick{
	padding: .5em 0;
	margin: .5em 0 2em;
	background-color: #f5f5f5;
}
section.col2_pick h4{
	padding: .5em;
	margin-bottom: 0;
	border: none;
	color: #000;
	font: bold 110%/120% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: left;
}
section.col2_pick p{
	padding: .5em;
}
ul.waku{
	width: 80%;
	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 li{
    position: relative;
    width: 100%;
    padding: 0 .5em 2em;
}

/* ======================================================
 * 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: 20%;
	width: 100%;
	padding: 10px 0;
	background-color: rgba(255,255,255,0.7);
	color: #b58d4b;
	font: 20px/100% 'Cinzel', serif;
	text-align: center;
	z-index: 2;
}
#ttl h3 p.ja{
	color: #000;
	font: 500 16px/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;
}
.section h4{
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: solid 1px #b58d4b;
	color: #351f14;
	font: 20px/150% 'Sawarabi Mincho', serif;
	text-align: center;
	z-index: -1;
}
.section h4 .en{
	display: block;
	color: #b58d4b;
	font: 24px/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: 0 0 2em;
	font-size: 110%;
	line-height: 1.4;
}
.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;
	width: 100%;
	background: #fff;
	z-index: 2;
}
.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: .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 div.thum{
	float: none;
	width: 100%;
	padding: 0 !important;
} */
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;
}

/* 新規オープン */
ul.col2,
ul.col3{
	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;
	justify-content: center;
	width: 100%;
}
ul.col2 li,
ul.col3 li{
	position: relative;
	width: 50%;
	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: -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;
	justify-content: center;
	width: 100%;
	margin-bottom: 3em;
}
ul.tab_nav li{
	min-width: 50%;
	padding: 0 1px 1px 1px;
}
ul.tab_nav li a{
	display: block;
	padding: 1em;
	background: #000;
	color: #fff;
	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{
	margin-top: 2em;
	text-align: center;
}


/* ======================================================
 * 3-4. Faq
 * =================================================== */
ul.faq_nav{
	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;
	justify-content: center;
	width: 100%;
	margin-bottom: 3em;
}
ul.faq_nav li{
	width: 50%;
	padding: 0 1px 1px 1px;
}
ul.faq_nav li a{
	display: block;
	height: 100%;
	padding: 1em .2em;
	color: #fff;
	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: 50%;
	padding: 0 1px 1px 1px;
}

.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;
	padding-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;
}