@charset "UTF-8";
/*------------------------------

Spa Info

------------------------------*/
/*----parts----*/
.flex-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.item{
	margin-top: 20px;
}

.sec-lead{
    margin: 80px auto 100px;
}

.room-slide {
    margin-top: 40px;
}

.mb10{
    margin-bottom: 10px;
}


/*----営業時間変更のお知らせ----*/
.spa-box{
	padding: 20px;
	border: solid 1px #df9964;
    border-radius: 4px;
	margin: 50px 0;
}
.spa-box-ttl{
	font-size: 18px;
    font-weight: bold;
    color: #df9964;
}
.spa-box .tgl-btn:after {
    content: "＋";
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 15%;
}
.spa-box .box-tgl {
    display: none;
    text-align: left;
    border-top: none;
}
.spa-detail{
	margin-top: 20px;
}
.spa-detail dt{
	width: 15%;
	float: left;
}
.spa-detail dd{
	margin-left: 15%;
	margin-bottom: 10px;
}

/*----営業時間ほか----*/
.detail dt {
    width: 25%;
}
.detail dd {
    margin-left: 25%;
}
.notetxt{
	font-weight: bold;
	color: #df9964;
}
.intro{
    padding: 30px 0;
}
.list-indent{
	text-indent: -1em;
    padding-left: 2em;
	padding-bottom: 10px;
}
.sub-indent{
    padding-left: 1em;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.spa-box {
		margin: 30px auto;
    	width: 85%;
	}
	.spa-detail dt{
		width: 100%;
	}
	.spa-detail dd{
		margin-left: 0;
	}
	.detail dt {
		width: 100%;
	}
	.detail dd {
		margin-left: 0;
	}
}

/*----情報開示----*/
table{
    width: 100%;
    margin: 0 0 20px;
}
table th, table td{
    padding: 7px 10px;
    border: solid 1px #A5A5A5;
}
table th{
    white-space: nowrap;
}
table thead{
    background: #bcd4d6;
}
table .ttl{
    background: #eee;
}