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

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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 効能　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kounou {
	margin-top: 50px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}
#kounou th {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 100px;
	border-top-style: 1;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-weight: 300;
}
#kounou td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-weight: 300;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メイン画像　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#main_pic {
	height: 100vh;
	background-image: url(../images/spa_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お風呂リスト　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bath_list {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
}
.view_box li img {
	width: 100%;
	height: auto;
}

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

/* h4 風呂名 */
.list_data h4 {
	height: 100px;
	background-color: #000000;
	font-size: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.2em;
	width: 400px;
}
.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 {
	width: 330px;
	float: right;
	margin-right: 310px;
}

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

.thumb_box li {
	width: 100px;
	font-size: 14px;
	display: inline-block;
	background-color: #000000;
	margin-right: 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 {
	float: left;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #FFFFFF;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 300;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ご利用案内　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#riyou {
	margin-top: 150px;
	padding-bottom: 60px;
}
#riyou .lead {
	padding-bottom: 20px;
}
#riyou .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #B6B6B6;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#riyou ul {
	margin-left: 1.5em;
	list-style-type: disc;
}














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


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 効能　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kounou {
	margin-top: 50px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#kounou th {
	width: 80px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お風呂リスト　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bath_list {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

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

/* h4 風呂名 */
.list_data h4 {
	height: auto;
	background-color: #000000;
	width: 100%;
	font-size: 20px;
	float: none;
	margin-bottom: 10px;
}

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

.thumb_box ul {
	text-align: center;
}

.thumb_box li {
	width: 60px;
	margin-left: 2px;
	margin-right: 2px;
}

/* 説明文 */
.text_box {
	float: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ご利用案内　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#riyou {
	margin-top: 80px;
	padding-bottom: 40px;
}
#riyou .lead {
	padding-bottom: 0px;
	margin-left: -20px;
	margin-right: -20px;
}
#riyou .inner {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

}
