@charset "utf-8";

/*===================================================

.h1 - 6
.text
.list
.link
.btn
.table
.input
.uniqueBox

===================================================*/

.pcNone{
	display:none !important;
}

/* h1 - 6
===================================================*/

h1{
	font-size: 200%;
	color: #856832;
	border-top: 3px solid #a1834c;
	border-bottom: 1px solid #d0c1a5;
	padding: 26px 20px;
	margin-bottom: 60px;
}

h2{
	font-size: 160%;
	border-bottom: 2px solid #d5d5d5;
	background: url(../images/h2_bg01.gif) repeat 0 0;
	margin-bottom: 25px;
	display: table;
	width: 100%;
}
.h2_01 span{
	display: table-cell;
	vertical-align: middle;
	padding: 11px 20px 10px;
	border-left: 3px solid #b0986c;
}
.h2_02 a{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 11px 10px 10px 20px;
	border-left: 14px solid #b0986c;
}
.h2_02 a::before{
	content: "";
	position: absolute;
	left: -8px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
}

h3{
	font-size: 150%;
	border-bottom: 1px solid #2b2b2b;
	border-left: 3px solid #2b2b2b;
	margin-bottom: 25px;
	padding: 6px 20px 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h3 a{
	position: relative;
}
h3 a::before{
	content: "";
	position: absolute;
	left: -10px;
	top: 9px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a1834c;
}

h4{
	font-size: 140%;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 25px;
}
h4 span{
	display: block;
	position: relative;
	padding: 0 20px 8px;
}
h4 span::before{
	content: "";
	position: absolute;
	background-color: #2b2b2b;
	left: 0;
	top: 8px;
	width: 11px;
	height: 4px;
}
h4 a{
	display: block;
	position: relative;
	padding: 0 20px 8px;
}
h4 a::before{
	content: "";
	position: absolute;
	left: 5px;
	top: 6px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a1834c;
}

h5{
	font-size: 130%;
	margin-bottom: 25px;
}
h5 a{
	display: block;
	position: relative;
	padding: 0 15px;
}
h5 a::before{
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a1834c;
}

h6{
	font-size: 128.5%;
	color: #856832;
	margin-bottom: 25px;
}
h6 a{
	display: block;
	color: #856832;
	position: relative;
	padding: 0 15px;
}
h6 a::before{
	content: "";
	position: absolute;
	left: 5px;
	top: 4px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a1834c;
}

/* text
===================================================*/
.catchCopy{
	font-size: 157%;
	line-height: 1.18;
	margin-bottom: 20px;
	font-weight: bold;
}
.catchCopy02{
	font-size: 143%;
	line-height: 1.18;
	margin-bottom: 15px;
	font-weight: bold;
  color: #a18147;
}
.read01{
	font-size: 114%;
	line-height: 1.37;
	margin-bottom: 20px;
}
ul.read01{
	margin-bottom: 0;
}
ul.read01 li{
	line-height: 1.37;
}
.read01 .notes01{
	font-size: 87.5%;
}
.notes01{
	color: #555;
	line-height: 1.57;
	margin-bottom: 20px;
}
.cap01{
	display: block;
	font-size: 85.7%;
	margin-top: 15px;
}

/* list
===================================================*/
.list01{
	font-size: 114%;
}
.list01 li{
	position: relative;
	padding-left: 15px;
	line-height: 1.37;
	margin-bottom: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.list01 li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 7px;
	height: 7px;
	background-color: #b0986c;
}
.list01 li li{
	margin-bottom: 0;
	padding: 3px 0 3px 15px;
}
.list01 li ul li{
	padding: 3px 0 3px 15px;
}
.list01 li ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background-color: #8e8e8e;
}
.list01 li li li{
	padding-left: 10px;
}
.list01 li li ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 2px;
	width: 4px;
	height: 4px;
	background-color: #333;
}
ol{
	counter-reset: count;
}
ol.list01 li{
	padding-left: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ol.list01 li:before{
	counter-increment: count;
	content: counter(count);
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	color: #b0986c;
	font-weight: bold;
}
ol.list01 li:after{
	content: "";
	position: absolute;
	left: 10px;
	top: 14px;
	width: 2px;
	height: 2px;
	background-color: #b0986c;
	font-weight: bold;
}
ol.list01 ol.abc{
	counter-reset : abc;
}
ol.list01 ol.abc li:before{
	content: counter(abc,lower-alpha);
	counter-increment: abc;
}
ol.list01 li ol li:before{
	left: 7px;
	top: 3px;
}
ol.list01 li li:after{
	width: 0;
	height: 0;
	background: none;
}
ol.list01 li ol li ul li:before{
	left: 0;
	top: 12px;
}
ol.list01 li ol li ol li{
	padding-left: 23px;
}
ol.list01 li ol li ol li:before{
	content: counter(count);
	width: 0;
	height: 0;
}
ol.list01 li ol span.brackets{
	display: block;
	position: relative;
	padding: 3px 0 3px 10px;
}
ol.list01 li ol span.brackets:before{
	content: "[";
	position: absolute;
	left: -18px;
	top: 3px;
	width: 0;
	height: 0;
	background: none;
	color: #b0986c;
	font-weight: bold;
}
ol.list01 li ol span.brackets:after{
	content: "]";
	position: absolute;
	left: -1px;
	top: 3px;
	width: 0;
	height: 0;
	background: none;
	color: #b0986c;
	font-weight: bold;
}
ol.list01 li ol li ol li span.brackets{
	padding-left: 15px;
}
ol.list01 li ol li ol li:before{
	left: 17px;
	color: #777;
}
ol.list01 li ol li ol li span.brackets:after{
	left: 4px;
	color: #777;
}
ol.list01 li ol li ol li span.brackets:before{
	left: -13px;
	color: #777;
}
ol.list01 li li.subelement{
	padding-left: 5px;
}
ol.list01 li li.subelement:before{
	content: counters(count, ".");
	counter-increment: count;
	position: inherit;
	left: -5px;
	top: 0;
	width: 0;
	height: 0;
	background: none;
	font-weight: bold;
	color: #777;
}

.list02{
	font-size: 114%;
}
.list02 li{
	position: relative;
	padding-left: 15px;
	line-height: 1.37;
	margin-bottom: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.abc{
	counter-reset : abc;
}
.num{
	counter-reset : num;
}
.abc li,
.num li{
	position: relative;
}
.abc li:before{
	content: counter(abc, lower-alpha);
	position: absolute;
	top: -2px;
	left: 6px;
	counter-increment: abc;
	color: #777;
	font-weight: bold;
}
.num li:before{
	content: counter(num);
	position: absolute;
	top: -2px;
	left: 6px;
	counter-increment: num;
	color: #777;
	font-weight: bold;
}
.list02 span.brackets{
	display: block;
	position: relative;
	padding-left: 15px;
}
.list02 span.brackets:before{
	content: "[";
	position: absolute;
	left: -16px;
	top: 0;
	width: 0;
	height: 0;
	background: none;
	color: #777;
	font-weight: bold;
}
.list02 span.brackets:after{
	content: "]";
	position: absolute;
	left: 1px;
	top: 0;
	width: 0;
	height: 0;
	background: none;
	color: #777;
	font-weight: bold;
}
.list02 ul{
	margin-top: 10px;
}
.list02 ul li{
	padding-left: 35px;
	margin-bottom: 10px;
}
.list02 ul li:before{
	content: "";
	position: absolute;
	top: 8px;
	left: 22px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #333;
}

/* link
===================================================*/
.ancLinkArea{
	background-color: #eee;
	padding: 20px 20px 6px;
	margin-bottom: 25px;
}
.ancLinkArea li{
	margin-right: 30px;
	padding-bottom: 14px;
	float: left;
}
.ancLinkArea li a{
	position: relative;
	padding-left: 20px;
	color: #333;
}
.ancLinkArea li a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #a1834c;
}
.ancLinkArea li a:after{
	content: "";
	position: absolute;
	top: 5px;
	left: 3px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
}
.col-linkWrapper {
	margin-left: 20px;
}
.col-linkWrapper > li:first-child {
	border-left: 1px solid #393939;
}
.col-linkWrapper > li {
	border-right: 1px solid #393939;
	float: left;
	margin-bottom: 10px;
	padding: 0 15px 0 30px;

}
.col-linkWrapper > li a {
	font-size: 90%;
	display: block;
}
.newsList + .newsList {
	margin-top: 25px;
}
.newsList .newstitle {
	margin-bottom: 0;
}
.newsList .newstitle + * {
	margin-top: 5px;
}
.image_ancLinkArea{
	background-color: #eee;
	padding: 20px 20px 6px;
	margin-bottom: 25px;
}
.image_ancLinkArea li {
	width: 225px;
	margin: 0 20px 15px 0;
	background: #fff;
	float: left;
}
.image_ancLinkArea li:nth-child(4n){
	margin-right: 0px;
}
.image_ancLinkArea li a {
	display: table;
	width: 225px;
	position: relative;
	color: #333;
	vertical-align: middle;
	transition: none;
}
.image_ancLinkArea li a:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 11px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background-color: #a1834c;
}
.image_ancLinkArea li a:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
}
.image_ancLinkArea li a:hover {
	background: #f1ece4;
	border: 1px solid #a1834c;
	text-decoration: none;
	color: #333 !important;
	margin: -1px;
}
/* for firte fox */
.image_ancLinkArea li a:hover:before,  x:-moz-any-link {left: 12px;}
.image_ancLinkArea li a:hover:after,  x:-moz-any-link {left: 15px;}
/* for IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.image_ancLinkArea li a:hover:before {left: 12px;}
.image_ancLinkArea li a:hover:after {left: 15px;}
}

.image_ancLinkArea li a .anc_text {
	width: 60%;
	padding: 0 0 0 35px;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	word-break: keep-all;
}
.image_ancLinkArea li a .anc_thumb {
	float: right;
}
.image_ancLinkArea li a .anc_thumb img {
	width: auto;
}
.link01{
	position: relative;
	padding: 0 5px 0 5px;
	text-decoration: underline;
}
#contents .link02.col2itemL,
#contents .link02.col2itemR,
#contents .link02.col3itemL,
#contents .link02.col3itemR{
	margin-bottom: 20px;
}
.link02,
.linkPdf{
	position: relative;
	padding: 0 5px 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.link02 a,
.linkPdf a{
	position: relative;
}
/* .link01:after{
	content: "";
	position: absolute;
	top: 5px;
	left: 7px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a1834c;
} */
.link02 a:before,
.linkPdf a:before{
	content: "";
	position: absolute;
	top: 4px;
	left: -13px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a1834c;
}
.link01[target="_blank"] span{
	background: url(../images/link_ic01.gif) no-repeat center right;
	width: 11px;
	height: 10px;
	padding-right: 15px;
}
.link02 a[target="_blank"] span{
	background: url(../images/link_ic01.gif) no-repeat center right;
	width: 11px;
	height: 10px;
	padding-right: 15px;
}
.linkPdf a[target="_blank"] span{
	background: url(../images/pdf_ic01.gif) no-repeat center right;
	width: 26px;
	height: 14px;
	padding-right: 30px;
}

.relationBox{
	border-top: 4px solid #a1834c;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #f7f4f0;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.relationBox p{
	color: #856832;
	font-size: 142.8%;
	margin-bottom: 10px;
}
.relationBox .read01{
	margin-bottom: 10px;
}
.relationBox li{
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.relationBox li:last-child{
	width: 33.4%;
}
.easyLink:hover img {
	opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
}

/* btn
===================================================*/
.btn01{
	display: inline-block;
	position:relative;
	width: 310px;
	padding: 15px;
	text-align: center;
	font-size: 111%;
	border: 1px solid #555;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #333!important;
	margin-bottom: 25px;
}
.btn01:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a1834c;
}
.btn01:hover{
	background-color: #f1ece4;
	border-color: #a1834c;
	color: #333!important;
	text-decoration: none!important;
}

.btn02{
	display: inline-block;
	position:relative;
	width: 310px;
	padding: 20px;
	text-align: center;
	font-size: 111%;
	background-color: #a1834c;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff!important;
	margin-bottom: 25px;
}
.btn02:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
}
.btn02:hover{
	background-color: #8d6826;
	color: #fff!important;
	text-decoration: none!important;
}

.btn03{
	display: block;
	position: relative;
	width: 190px;
	padding: 10px;
	text-align: center;
	font-size: 111%;
	border: 1px solid #a1834c;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #856832!important;
	margin-bottom: 25px;
}
.btn03:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #a1834c;
}
.btn03:hover{
	background-color: #f1ece4;
	color: #856832!important;
	text-decoration: none!important;
}
.btn01[target="_blank"] span,
.btn03[target="_blank"] span{
	background: url(../images/link_ic01.gif) no-repeat center right;
	width: 11px;
	height: 10px;
	margin-left: 15px;
	padding-right: 15px;
}
.btn02[target="_blank"] span{
	background: url(../images/link_ic02.gif) no-repeat center right;
	width: 11px;
	height: 10px;
	margin-left: 15px;
	padding-right: 15px;
}

/* table
===================================================*/
.tableStyle01 table{
	width: 100%;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	margin-bottom: 60px;
}
.tableStyle02 table{
	width: 482px;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	margin-bottom: 60px;
}
.tableStyle01 thead th,
.tableStyle02 thead th{
	font-size: 128.5%;
	color: #fff;
	background-color: #c7b594;
	text-align: center:;
	padding: 10px;
	line-height: 1.25;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.tableStyle01 tbody td,
.tableStyle02 tbody td{
	font-size: 110%;
	padding: 10px 20px;
	line-height: 1.25;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	vertical-align: middle;
}
table .lv2{
	background-color: #f1ece4;
}
table .lv3{
	background-color: #f0f0f0;
}
.tableStyle03 table{
	width: 482px;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	margin-bottom: 60px;
}
.tableStyle03 th{
	font-size: 107%;
	font-weight: bold;
	color: #fff;
	background-color: #c7b594;
	text-align: left;
	padding: 11px 11px 11px 18px;
	line-height: 1.25;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.tableStyle03 tbody td{
	font-size: 107%;
	padding: 10px 20px;
	line-height: 1.25;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	vertical-align: middle;
}

/* input
===================================================*/
input{
	box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2) inset;
	background-color: #fff;
	font-size: 107%;
	padding: 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input.date{
	background: url(../images/date_ic01.png) no-repeat 130px 3px #fff;
	width: 160px;
}
.selBox{
	width: 78px;

}
.selBox .selectBox{
	box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2) inset;
	background-color: #fff;
	font-size: 107%;
	padding: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 60px;
	height: 30px;
	position: relative;
}
.selBox .selectBox select{
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.selBox .selectBox p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 0;
}
.selBox .selectBox p::after{
	content: "";
	position: absolute;
	top: 12px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #a1834c;
}
button{
	background-color: #a1834c;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 142.8%;
	cursor: pointer;
}
button:hover{
	background-color: #8d6826;
}
button span{
	position: relative;
	padding-left: 15px;
}
button span:before{
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
}

/* uniqueBox
===================================================*/
.bgBox01{
	border: 1px solid #dde1a1;
	margin-bottom: 25px;
}
.bgBox02{
	width: 482px;
	border: 1px solid #dde1a1;
	margin-bottom: 25px;
}
.bgBox03{
	width: 100%;
	border: 1px solid #cdcdcd;
	margin-bottom: 25px;
}
.bgBox03 h3{
	background-color: #f0f0f0;
	padding: 18px 28px;
	font-size: 114%;
	color: #333;
	border: none;
	margin: 0;
}
.bgBox03 ul li{
	background: url(../../rooms/images/rooms_ic01.png)left 10px no-repeat;
	padding-left: 10px;
	line-height: 1.7;
}
.bgBox01Inner,
.bgBox02Inner{
	position: relative;
	border: 5px solid #f3f4d7;
	background-color: #feffea;
	padding: 15px 15px 0;
}
.bgBox03Inner{
	position: relative;
	background-color: #fff;
	padding: 15px 30px;
}
.bgBox03Inner .box01,
.bgBox03Inner .box02{
	width: 50%
}
.bgBox03Inner .box01{
	float: left;
}
.bgBox03Inner .box02{
	float: right;
}
.bgBox03Inner .bnr01{
	width: 223px;
	height: 70px;
	margin-top: 20px;
}
.bgBox01Inner .read01,
.bgBox02Inner .read01{
	margin-bottom: 15px;
}
.bgBox01Inner div,
.bgBox02Inner div{
	margin: 0 15px 15px 0;
}

.infoBox{
	border: 4px solid #a1834c;
	padding: 15px;
	margin-bottom: 30px;
	width: 482px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.infoBox dd.mb{
	margin-bottom: 20px;
}
.infoBox dt{
	font-size: 142.8%;
	color: #856832;
	font-weight: bold;
	line-height: 1.1;
}
.infoBox dd{
	font-size: 114%;
	line-height: 1.375;
}

.reserveBox{
	width: 482px;
	border: 4px solid #a1834c;
	background-color: #f1ede4;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.reserveBox .itemBox{
	display: table;
	margin-bottom: 15px;
}
.reserveBox .itemBox input{
	display: table-cell;
	vertical-align: middle;
}
.reserveBox .reserveTit01{
	display: table-cell;
	vertical-align: middle;
	font-size: 107%;
	width: 85px;
}

.qa01 dt{
	font-size: 128.5%;
	font-weight: bold;
	padding-left: 25px;
	line-height: 1.33;
	margin-bottom: 10px;
	position: relative;
}
.qa01 dt:before{
	content: "Q";
	position: absolute;
	width: 0;
	height: 0;
	top: -2px;
	left: 0;
	font-size: 111%;
	font-weight: bold;
	color: #856832;
}
.qa01 dt:after{
	content: ".";
	position: absolute;
	width: 0;
	height: 0;
	top: -2px;
	left: 16px;
	font-size: 111%;
	font-weight: bold;
	color: #856832;
}
.qa01 dd{
	font-size: 114%;
	line-height: 1.5;
	padding: 0 0 15px 25px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px dashed #9c9c9c;
}
.qa01 dd:before{
	content: "A";
	position: absolute;
	width: 0;
	height: 0;
	top: -2px;
	left: 1px;
	font-size: 111%;
	font-weight: bold;
	color: #856832;
}
.qa01 dd:after{
	content: ".";
	position: absolute;
	width: 0;
	height: 0;
	top: -2px;
	left: 16px;
	font-size: 111%;
	font-weight: bold;
	color: #856832;
}
.qa01 dd.last{
	border: none;
}
.qa01 dd .tableStyle01 thead th,
.qa01 dd .tableStyle02 thead th{
	font-size: 112.5%;
}
.qa01 dd .tableStyle01 tbody td,
.qa01 dd .tableStyle02 tbody td,
#contents .qa01 dd p,
.qa01 dd .btn01,
.qa01 dd .btn02{
	font-size: 100%;
}
.linkBox{
	position: relative;
	margin-bottom: 30px;
}
.linkBox a:hover{
	text-decoration: none;
	background-color: #f4ebe4;
}
.linkBox::after{
	content: "";
	background: url(../images/shadow_bg01.gif) no-repeat 0 0;
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 235px;
	height: 10px;
}
.linkBox p{
	background: url(../images/link_box_bg01.gif) repeat 0 0;
	font-size: 114%;
	font-weight: bold;
	color: #333;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.linkBox a:hover p{
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#11000000,EndColorStr=#11000000);
}
.linkBox a:hover p:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.05);
	z-index: 1;
}
.linkBox.linkPdf,
.linkBox.link02{
	padding: 0;
}
.linkBox.linkPdf:before,
.linkBox.link02:before{
	display: none;
}
.linkBox.linkPdf p,
.linkBox.link02 p{
	padding: 15px 0 15px 15px;
}
.linkBox a span{
	font-weight: bold;
}
.linkBox a:hover span{
	color: #333;
}

.ocherBox{
	background-color: #a1834c;
	padding: 20px 30px;
	margin-bottom: 25px;
}
.ocherBox .read01{
	color: #fff;
}

/* img
===================================================*/
.rest_name01{
	text-align: center;
}
.rest_name01 img{
	width: 380px;
}


/* 両替可能通貨 20150619
===================================================*/

 .box {
	float: left;
	width:200px;
	margin-right:20px;
}

.boxContainer {
	overflow: hidden;
	font-size: 114%;
	line-height: 1.37;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}

.boxContainer:after {
    clear: both;
}



/* メニューPDF用  201512
===================================================*/
.menu {
    border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;

}

/* YouTubeレスポンシブ　20160202
===================================================*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtubeWrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtubeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* ボタン2つ並べ　20160323
===================================================*/

.btnLinkRoom {
	margin-top: 40px;
	padding: 0 50px;
	text-align: center;
}
.btnLinkRoom li {
	display: inline-block;
	width: 310px;
	margin: 0 10px;
}
.btnLinkRoom li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
}

/* feature100 バナー設置　20190201
===================================================*/

.feature100Bt img {
	width: 300px;
}

/* banquet配下 改修　20200310
===================================================*/
.banquet-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
a.banquet-list__elm {
  width: 31%;
  margin-left: 3.5%;
  text-decoration: none;
  box-sizing: border-box;
}
a.banquet-list__elm:nth-child(n+4) {
  margin-top: 50px;
}
a.banquet-list__elm:nth-child(3n+1) {
  margin-left: 0;
}
a.banquet-list__elm:hover {
  color: #333333 !important;
}
a.banquet-list__elm:hover .banquet-list__title {
  background-color: #f4ebe4;
}
.banquet-list__title {
  border-top: 1px solid #a1834c;
  margin-bottom: 15px;
  padding: 25px 10px;
  text-align: center;
  color: #856832;
  font-size: 172%;
  transition: ease background-color 0.3s;
}
.banquet-list__detail {
  box-shadow: 0 4px 12px #cccccc;
}
.banquet-list__contents {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.banquet-list__desc {
  width: calc(50% - 5px);
  text-align: center;
}
.banquet-list__desc dt {
  padding: 5px;
  color: #fff;
  background-color: #a2834c;
}
.banquet-list__desc dd {
  margin-top: 13px;
}
.banquet-slider-wrap {
  margin: 0 0 30px;
}
.banquet-slider-wrap *,
.banquet-slider-wrap *:before,
.banquet-slider-wrap *:after {
  box-sizing: border-box;
}
.banquet-slider-wrap {
  position: relative;
}
.banquet-slider-wrap button.banquet-arrow {
  background: url(../../banquet/images/common_ic01.png) 0 0 no-repeat;
  width: 28px;
  height: 53px;
}
.banquet-slider-wrap button.slick-prev {
  position: absolute;
  z-index: 2;
  top: calc(50% - 27px);
  left: -84px;
}
.banquet-slider-wrap button.slick-next {
  position: absolute;
  z-index: 2;
  top: calc(50% - 27px);
  right: -84px;
  transform: rotate(180deg);
}
.banquet-slider__elm {
  position: relative;
}
.banquet-slider__caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  padding: 15px 18px;
}
.banquet-slider--pager {
  position: relative;
  margin: 20px 0 0;
  padding: 0 84px;
}
.js-banquet-slider--pager {
  opacity: 0;
}
.js-banquet-slider--pager.slick-initialized {
  transition: ease opacity 0.8s 0.5s;
  opacity: 1;
}
.banquet-slider__pager {
  position: relative;
  margin: 0 11px;
  cursor: pointer;
}
.banquet-slider__pager.slick-current:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #a1834c;
}
.banquet-slider__pager.slick-current:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid #fff;
}
.banquet-figure {
  text-align: center;
}
.banquet-figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
