@charset "utf-8";
/* facilities.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/faci_kv.jpg);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* パーテーション　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#pttn_01 {
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	background-image: url(../images/faci_pttn_01.jpg);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h4　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h4_box {
	text-align: center;
	margin-bottom: 80px;
	margin-top: 200px;
	position: relative;
}
.h4_box h4 {
	text-align: center;
	font-size: 32px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	display: inline-block;
	border: 1px solid #ADADAD;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	margin-left: auto;
	margin-right: auto;
	min-width: 600px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.h4_box h4 span {
	display: block;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	color: #A1A1A1;
	line-height: 1.2em;
	margin-top: 10px;
}
.big_ctg {
	font-size: 240px;
	color: rgba(255,255,255,0.10);
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 施設リスト　大　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faci_list {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 50px;
}
.view_box li {
	position: relative;
}

.view_box li img {
	width: 100%;
	height: auto;
}

/* スライド内注釈 */
.slide_text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(255,255,255,0.70);
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #222222;
}

/* -- データエリア ----------------------------------------------- */
.list_data {
	margin-top: 10px;
}

/* h5 施設名 */
.list_data h5 {
	font-size: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.2em;
	padding-top: 10px;
	padding-left: 10px;
}
.roman_text {
	font-size: 10px;
	display: block;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.45);
}
.name_sub {
	font-size: 18px;
}

/* サムネイル */
.thumb_box {
	float: right;
	padding-right: 10px;
}

.thumb_box ul {
	font-size: 0px;
}

.thumb_box li {
	width: 150px;
	font-size: 14px;
	display: inline-block;
	background-color: #000000;
	margin-left: 5px;
}
.thumb_box li img {
	width: 100%;
	height: auto;
}
.thumb_box li a img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}  
.thumb_box li a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* 説明文 */
.text_box {
	font-size: 14px;
	float: left;
	clear: both;
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #FFFFFF;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
}
.text_data {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #585858;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
}
.text_data a {
	color: #569DF3;
}

.text_note {
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-weight: 300;
}
.text_note th {
	vertical-align: top;
	width: 100px;
	text-align: left;
}
.sub_tt {
	background-color: #D7D7D7;
	color: #222222;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 50px;
	font-size: 13px;
	padding-bottom: 2px;
}
.text_bikou {
	font-size: 13px;
	line-height: 1.4em !important;
	color: #A9A9A9;
	font-weight: 300;
}
#kamin_sonota h5 {
	letter-spacing: normal;
}


/* -- マッサージ ----------------------------------------------- */
#massage .inner {
	display: flex;
	justify-content: space-between;
}
#msg_pic {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
	background-image: url(../images/faci_list_03-1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#msg_pic img {
	width: 100%;
	height: auto;
	display: none;
}
#msg_text {
	width: 50%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	padding-bottom: 5px;
}
#msg_text h5 {
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.2em;
	padding-bottom: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
#msg_data {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #585858;
	margin-bottom: 20px;
	font-weight: 300;
}
#msg_text .text_note {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
}

/* 料金ボタン */
.bt_charge {
	margin-top: 30px;
}
.bt_charge a {
	text-align: center;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	color: #222222;
	background-color: #FFFFFF;
	text-decoration: none;
	line-height: 50px;
	height: 50px;
	font-weight: 700;
	position: relative;
	webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.bt_charge a:hover {
	background-color: #C6C6C6;
}
.bt_charge a img {
	position: absolute;
	right: 20px;
	top: 19px;
	width: 10px;
	height: auto;
}
#batting_note ul {
	margin-top: 15px;
}
#batting_note ul li {
	font-weight: 300;
}



/* -- その他ボックス ----------------------------------------------- */
.area_other {
	display: flex; 
    justify-content:space-between;
	flex-wrap: wrap;
}
.other_list {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 60px;
	font-size: 14px;

}
.other_list:nth-child(odd) {
	padding-right: 40px;
}
.other_list:nth-child(even) {
	padding-left: 40px;
}
.other_list:nth-child(3) {
	margin-bottom: 0px;
}

.other_thumb {
}
.other_thumb img {
	width: 100%;
	height: auto;
}
.other_list h5 {
	font-size: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.2em;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 20px;
}
.other_list h5 span {
	font-size: 10px;
	display: block;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.45);
}
.other_text {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #585858;
	margin-bottom: 10px;
}
.other_list .text_note {
	padding-left: 10px;
	width: 100%;
	padding-bottom: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 館内図　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#map {
	margin-top: 150px;
}
#map .lead {
	padding-bottom: 30px;
}
#map ul {
	display: none;
}


















/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* パーテーション　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#pttn_01 {
	height: 400px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h4　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h4_box {
	margin-bottom: 50px;
	margin-top: 80px;
}
.h4_box h4 {
	font-size: 26px;
	display: inherit;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	min-width: 0px;
}
.big_ctg {
	font-size: 200px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 施設リスト　大　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faci_list {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	
/* スライド内注釈 */
.slide_text {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* -- データエリア ----------------------------------------------- */
.list_data {
	margin-top: 10px;
}

/* h5 施設名 */
.list_data h5 {
	height: auto;
	width: 100%;
	font-size: 20px;
	float: none;
	margin-bottom: 10px;
	border-top: 1px solid #FFFFFF;
	margin-top: 10px;
}

/* サムネイル */
.thumb_box {
	width: 100%;
	float: none;
}

.thumb_box ul {
	text-align: center;
}

.thumb_box li {
	width: calc(100% / 3);
	margin-left: 0px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 説明文 */
.text_box {
	float: none;
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #FFFFFF;
	width: 100%;
	display: inherit;
	padding-left: 10px;
	padding-right: 10px;
}
.text_data {
	width: 100%;
	border-right-style: none;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #585858;
}
.text_note {
	padding-left: 0px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.text_note table {
	width: 100%;
}
.text_note th {
	width: 100%;
	display: block;
	padding-bottom: 8px;
}
.text_note td {
	width: 100%;
	display: block;
}
.sub_tt {
	font-size: 12px;
}
.text_bikou {
	font-size: 12px;
}

/* -- マッサージ ----------------------------------------------- */
#massage .inner {
	display: inherit;
}
#msg_pic {
	width: 100%;
	padding-right: 0px;
	background-image: url(transparent);
}
#msg_pic img {
	display: inherit;
}
#msg_text {
	width: 100%;
	padding-left: 0px;
}
#msg_text h5 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #FFFFFF;
	padding-top: 10px;
}
#msg_data {
}
#msg_text .text_note {
	padding-right: 10px;
}

/* -- その他ボックス ----------------------------------------------- */
.area_other {
	display: inherit;
}
.other_list {
	width: 100%;
}
.other_list:nth-child(odd) {
	padding-right: 0px;
}
.other_list:nth-child(even) {
	padding-left: 0px;
}
.other_list:nth-child(3) {
	margin-bottom: 0px;
}
.other_list h5 {
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-top: 1px solid #FFFFFF;
	margin-top: 10px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 館内図　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#map {
	margin-top: 80px;
}
#map p {
	display: none;
}
#map ul {
	text-align: center;
	display: inherit;
}
#map ul li {
	margin-bottom: 50px;
}
#map ul li img {
	width: 100%;
	height: auto;
	max-width: 618px;
}
}
