@charset "utf-8";
/*////////////// benefits/IndexCSS Document //////////////*/

/* ===============================================
 couponArea（トピックス部分）　
=============================================== */

#couponArea {
	margin-bottom: 8%;
}



/* ===============================================
 topicsArea（トピックス部分）　
=============================================== */

#topicsArea {
	margin: 20px 3%;
}
#topicsArea a {
	color: #D01F1F;
	text-decoration: underline;
}
#topicsArea .topicsBox {
}
#topicsArea .topicsBox .topicsIcon {
	margin: 0 0 5px;
	padding: 3px 7px 2px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	background: #D01F1F;
	display: inline-block;
	border-radius: 5px;
}
#topicsArea .topicsBox .topicsText {
}



/* ===============================================
 detailList（アコーディオン部分/全共通）　
=============================================== */

.detailList {
	border-bottom: 1px solid #CCC;
}
.detailList > dt {
	padding: 10px 25px 10px 5px;
	font-size: 1.3rem;
	font-weight: bold;
	border-top: 1px solid #CCC;
	background-image: url("/cmn/img/arrow_down.png");
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 13px 9px;
	clear: both;
	overflow: hidden;
}
.detailList > dt .phArea {
	width: 35px;
	padding: 0 5px 0 0;
	display: table-cell;
	vertical-align: middle;
}
.detailList > dt .phArea img {
	width: 100%;
}
.detailList > dt .textArea {
	display: table-cell;
	vertical-align: middle;
}
.detailList > dd {
	padding: 10px 3% 0;
	border-top: 1px solid #CCC;
	display: none;
}

/* detailList > dt.open（アコーディオン展開）------------------*/
.detailList > dt.open {
	background-image: url("/cmn/img/arrow_up.png");
}



/* ===============================================
 detailList.textPhArea（コンテンツ内容/写真+文章）　
=============================================== */

.detailList .textPhArea {
}

/* textPhBox（イメージ写真部分）------------------*/
.detailList .textPhBox {
	clear: both;
	overflow: hidden;
}
.detailList .textPhBox .phArea {
	width: 40%;
	padding: 0 0 0 3%;
	float: right;
}
.detailList .textPhBox .phArea .captionText {
	font-size: 11px;
	text-align: right;
}

/* textPhBox（テキスト部分）------------------*/
.detailList .textBox {
}
.detailList .textBox >p {
	font-weight: bold;
}
.detailList .textBox >.guam {
	margin: 2% 0 3% 0;
}
.detailList .textBox .detailText{
	font-weight: inherit;
}
.detailList .textBox .explanation {
	margin-top: 3%;
}



/* ===============================================
 detailList.textArea（コンテンツ内容/文章のみ）　
=============================================== */

.detailList .textArea {
}



/* ===============================================
 detailList.attenArea（コンテンツ内容/注意事項）　
=============================================== */

.detailList .attenArea {
}
.detailList .attenArea .attenList {
	border: 1px solid #CCC;
}
.detailList .attenArea .attenList > li+li {
	border-top: 1px solid #CCC;
}
.detailList .attenArea .attenList dl {
	width: 100%;
	display: table;
}
.detailList .attenArea .attenList dl dt {
	width: 100px;
	padding: 5px;
	font-weight: bold;
	border-right: 1px solid #CCC;
	background: #F0F4F4;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.detailList .attenArea .attenList dl dd {
	padding: 5px;
	display: table-cell;
}
.detailList .attenArea .attenList dl dd span {
	font-weight: bold;
	color: #D01F1F;
}

/* bookingList（予約方法部分）------------------*/
.detailList .attenArea .bookingList {
	text-indent: initial;
}
.detailList .attenArea .bookingList .bookingBox {
	width: auto;
	display: block;
}
.detailList .attenArea .bookingList .bookingBox dt {
	width: auto;
	padding: 5px 0 1px;
	border: none;
	background: initial;
	display: block;
	text-align: inherit;
}
.detailList .attenArea .bookingList .bookingBox dd {
	padding: 0;
	display: block;
}



/* ===============================================
 tabArea（タブ切り替え部分/全共通）　
=============================================== */

#tabArea {
	text-align: center;
	border-bottom: 1px solid #AAA;
	z-index: 1;
}
#tabArea a {
	font-size: 13px;
	color: #333;
}
#tabArea a span {
	padding: 10px 0;
}

/* a.multiline（タブテキスト2行）------------------*/
#tabArea a .multiline {
	padding: 0;
	font-size: 11px;
	line-height: normal;
}

/* tabrow（タブデザイン）------------------*/
.tabrow {
	width: 96%;
	margin: 20px 0 -1px;
	padding: 0 2%;
	text-align: center;
	list-style: none;
	position: relative;
	display: table;
}
.tabrow:before {
	z-index: 1;
}
.tabrow li {
	padding: 5px 0;
	border: 1px solid #AAA;
	background: #ECECEC;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.tabrow li.activeTab {
	background: #FFF;
	color: #000;
	z-index: 2;
	border-bottom-color: #FFF;
}
.tabrow li.activeTab:before {
	box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.activeTab:after {
	box-shadow: -2px 2px 0 #FFF;
}
.tabrow li {
	width: 25%;
	background:      -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background:     -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background:    -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;*/
	text-shadow: 0 1px #FFF;
}



/* ===============================================
 contentBox（コンテンツ切り替え部分/全共通）　
=============================================== */

.contentBox {
	display: none;
}
.contentBox.active {
	display: block;
}