@charset "UTF-8";




/* メインビジュアル */

#mv {
	background: url(../../img/price/main_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 10% 0;
	}

#mv h1 {
	display: block;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	letter-spacing: 10px;
	text-shadow: 0 2px 5px rgba(0,0,0,.5);
	}
@media screen and (max-width: 767px) {
#mv h1 {
	font-size: 24px;
	line-height: 1.5em;
	letter-spacing: 5px;
	}
}

#mv h1 span {
	display: block;
	font-size: 25px;
	}
@media screen and (max-width: 767px) {
#mv h1 span {
	font-size: 18px;
	}
}




/* intro */

#intro p {
	margin: 30px 0 0 0;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 2px;
	text-align: center;
	}
@media screen and (max-width: 767px) {
#intro p {
	text-align: left;
	}
#intro p br {
	display: none;
	}
}




/* index */

#index h2 {
	margin-top: 30px;
	line-height: 1em;
	letter-spacing: 4px;
	padding: 30px 0 20px 0;
	}
@media screen and (max-width: 767px) {
#index h2 {
	margin-top: 0;
	}
}

#index h2 span {
	display: block;
	font-size: 20px;
	letter-spacing: 2px;
	}
@media screen and (max-width: 767px) {
#index h2 span {
	font-size: 14px;
	}
}

#index h2#check { background: url(../../img/price/check_bg.jpg) no-repeat center center/cover;}
#index h2#rule { background: url(../../img/price/rule_bg.jpg) no-repeat center center/cover;}
#index h2#charge { background: url(../../img/price/charge_bg.jpg) no-repeat center center/cover;}
#index h2#payment { background: url(../../img/price/payment_bg.jpg) no-repeat center center/cover;}
#index #cancellation h2 { background: url(../../img/price/cancel_bg.jpg) no-repeat center center/cover;}


#index h3 {
	margin-top: 30px;
	padding: 30px 0 20px 0;
	font-size: 25px;
	line-height: 1em;
	letter-spacing: 2px;
	text-align: center;
	}

#index h3 span {
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
	}

#index table.charge {
	width: 900px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing:border-box;
	}
@media screen and (max-width: 767px) {
#index table.charge {
	width: 100%;
	}
}

#index table.charge th {
	padding: 10px;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#index table.charge th span {
	display: block;
	font-size: 14px;
	}

#index table.charge td {
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
@media screen and (max-width: 767px) {
#index table.charge th {
	font-size: 15px;
	line-height:1.2;
	}
#index table.charge td {
	font-size: 20px;
	line-height:1.2;
	}
}

#index table.charge td span {
	font-size: 16px;
	font-weight: normal;
	}

#index p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 2px;
	}

#index p big {
	font-size: 24px;
	font-weight: bold;
	}

#index #time {
	font-size: 26px;
	letter-spacing: 3px;
	}

#index ul li {
	margin-bottom: 20px;
	padding-left: 1em;
	font-size: 16px;
	line-height: 1.5em;
	text-indent: -1em;
	letter-spacing: 2px;
	}

.tcenter {
	text-align: center;
	}

.book_bt {
	width: 900px;
	margin: 40px auto 0 auto;
	}
@media screen and (max-width: 767px) {
.book_bt {
	width: 100%;
	}
}

.book img {
	max-width: 100%;
	}





/* 部屋一覧表 */
table.room {
	max-width: 960px;
	width: 100%;
	margin: 20px 0 0 0;
	border: 1px solid #000;
	}

table.room th {
	padding: 5px 0;
	font-size: 22px;
	text-align: center;
	background-color: #fffff3;
	border: 1px solid #000;
	}
@media screen and (max-width: 767px) {
table.room th {
	font-size: 16px;
	}
}

table.room td {
	padding: 5px 0;
	font-size: 22px;
	text-align: center;
	border: 1px solid #000;
	}
@media screen and (max-width: 767px) {
table.room td {
	font-size: 16px;
	}
}

table.room br {
	display: none;
	}
@media screen and (max-width: 767px) {
table.room br {
	display: block;
	}
}

table.room span {
	display: block;
	}
@media screen and (max-width: 767px) {
table.room span {
	font-size: 10px;
	white-space: nowrap;
	}
}

#index,
#houserules,
#chargesystem,
#pay,
#cancellation {
	margin-top: -90px;
	padding-top: 90px;
	}
