﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */

/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion {
	margin: 0 auto;
	width: 1050px;
	height: 410px;
	font-size: 12px;
	border: #999 1px solid;
	position: relative;
	background-image: url(../img/chalk-line.png), url(../img/black-bord.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center 120px, center center;
	color: #dbdcd3;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
#tabAccordion dl {
	top: 30px;
	left: 150px;
	width: 800px;
	position: absolute;
}
#tabAccordion dl dt {
	top: 0;
	left: 0;
	width: 150px;
	font-weight: normal;
	position: absolute;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Alice", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
}
#tabAccordion dl dt a span{
	font-size: 13px;
}
#tabAccordion dl:nth-child(2) dt {
	left: 150px;
}
#tabAccordion dl:nth-child(3) dt {
	left: 300px;
}
#tabAccordion dl:nth-child(4) dt {
	left: 450px;
}
#tabAccordion dl:nth-child(5) dt {
	left: 600px;
	border-right: none;
}
#tabAccordion dl dt a {
	padding: 15px 0;
	display: block;
	text-align: center;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #dbdcd3;
}
#tabAccordion dl dt.btnAcv {
	border-bottom: none;
	background: url(../img/chalk.png) center 54px no-repeat;
}
#tabAccordion dl dd{
	overflow: hidden;
	margin-top: 20px;
}
.price-list{
	width: 300px;
	float: left;
	margin: 0 30px;
}
.price-list p{
	margin: 0 0 10px 0;
	padding: 0;
	padding-bottom: 0;
	line-height: normal;
}
.price-list span{
	font-size: 11px;
	letter-spacing: normal;
}
.price-list table{
	font-size: 14px;
	margin: 0;
	width: 290px;
}
.price-list table tr td{
	padding: 5px 0;
}
.price-list table tr td:first-child{
	padding-left: 12px;
	font-size: 15px;
	letter-spacing: normal;
}
.price-list table tr td:last-child{
	font-family: "Alice", sans-serif;
	font-size: 15px;
	text-align: left;
	width: 100px;
}
#headspa{
	background: url(../img/head-spa-2.png) top right no-repeat;
}

#tabAccordion dl dd {
	top: 100px;
	left: -20px;
	padding: 0;
	width: 800px;
	height: 220px;
	text-align: left;
	overflow-y: auto;
	display: none;
	position: absolute;
	box-sizing: border-box;
}

table.hana tr td{
	padding: 2px 0;
}
.atn{
	text-align: center;
	font-size: 12px;
}
.price-list table tr td:first-child{
	width: 60%;
}
.price-list table tr td:nth-of-type(2){
	width: 20%;
	text-align: right;
	font-family: "alice", serif;
}
.price-list table tr td:last-child{
	width: 19%;
	padding-left: 1%;
	font-size: 13px;
}
#price h2{
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	#tabAccordion dl dt:hover > a {
		
	}
}


/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
	#tabAccordion {
		width: 100%;
		box-sizing: border-box;
	}

	#tabAccordion dl {
		width: 100%;
		box-sizing: border-box;
	}

	#tabAccordion dl dt {
		width: 25%;
	}

	#tabAccordion dl:nth-child(2) dt {
		left: 25%;
	}

	#tabAccordion dl:nth-child(3) dt {
		left: 50%;
	}

	#tabAccordion dl:nth-child(4) dt {
		left: 75%;
	}
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
	#tabAccordion {
		width: 100%;
		height: auto;
		border: none;
		background: url(../img/black-bord-sp.jpg) top left no-repeat;
		background-size: 100% 100%;
	}
	#tabAccordion dl {
		top: auto;
		left: auto;
		width: 100%;
		position: relative;
	}
	#tabAccordion dl dt {
		top: auto;
		left: auto;
		width: 100%;
		position: relative;
		border-top: rgba(255,255,255,.1) 1px solid;
		border-right: none;
		font-size: 16px;
	}
	#tabAccordion dl:first-child dt {
		border-top: #999 1px solid;
	}
	#tabAccordion dl:nth-child(2) dt,
	#tabAccordion dl:nth-child(3) dt,
	#tabAccordion dl:nth-child(4) dt,
	#tabAccordion dl:nth-child(5) dt {
		left: auto;
	}
	#tabAccordion dl dt a {
		padding: 20px 0 0 0;
		height: auto;
		line-height: 1em;
		text-align: center;
	}
	#tabAccordion dl:nth-child(5) dt {
		left: auto;
		padding-bottom: 20px;
	}
	/*arrow*/
	#tabAccordion dl dt a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #ddd;
		border-right: 2px solid #ddd;
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#tabAccordion dl dt.btnAcv {
		border-bottom: rgba(255,255,255,.1) 1px solid;
		background: none;
		box-shadow: 0 5px 5px rgba(0,0,0,.5);
	}

	#tabAccordion dl dt.btnAcv a:after {
		content: none;
	}

	#tabAccordion dl dd {
		top: auto;
		left: auto;
		padding: 20px 0;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0;
	}
	.price-list{
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.price-list p{
		margin: 20px 0 10px 0;
		padding: 0;
		padding-bottom: 0;
		line-height: normal;
	}
	.price-list table{
		margin: 0 auto;
		width: 90%;
	}
	.price-list table tr td:first-child{
		padding-left: 0;
		font-size: 13px;
		width: 57%;
	}
	.price-list table tr td:nth-of-type(2){
		width: 25%;
		text-align: right;
	}
	.price-list table tr td:last-child{
		width: 23%;
		font-size: 12px;
		text-align: left;
	}
	#tabAccordion dl dt a span{
		font-size: 11px;
	}
	#headspa{
		background: url(../img/head-spa-2.png) bottom center no-repeat;
		background-size: auto 150px;
	}
	dd#headspa .price-list{
		padding-bottom: 150px;
	}
	dd#headspa .price-list img{
		text-align: center;
		width: 100%;
		max-width: 300px;
		height: auto;
	}



}
