@charset "UTF-8";


/* -------------------- frontpage --------------------- */

.frontpage{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url(../img/bg_01.jpg) no-repeat bottom center,url(../img/bg_02.jpg) repeat-y top center #f9f9f9;
	background-size: 100%,100%;
	position:relative;
	z-index: 10000;
}

.entry-block{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	background: #FFF;
}

.closed-bnr{
	width: 800px;
	display: block;
	margin: 0px auto 45px;
}

.closed-bnr img{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.halfbox{
	width: 47%;
	margin: 40px auto 0;
}
.halfbox.play-rule{}

.halfbox .createroom{
	width: 100%;
	border: none;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px 0;
	box-sizing: border-box;
	display: block;
	justify-content: space-between;
	font-size: 22px;
	margin: 0 auto;
	color: #07629f;
}
.halfbox .createroom h3{
	color: #07629f;
	display: block;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 25px;
}


.halfbox .createroom-num{
	width: 70%;
	display: block;
	margin: 0 auto 30px;
}

.halfbox .createroom-btn{
	width: 70%;
	display: block;
	margin: 0 auto 30px;
}

.halfbox .createroom .form-text{
	margin-right: 10px;
	width: 90%;
	color: #07629f;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.2em;
	font-weight: 500;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 2px solid #ccd1ea;
}
.halfbox .btn {
	background: #07629f;
	min-width: auto;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0px 20px;
	font-size: 18px;
	letter-spacing: 0.2em;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #07629f;
	cursor: pointer;
	transition:0.2s;
	color:#FFF;
}
.halfbox .btn:hover{opacity: 0.7;}

.halfbox .catch{
	box-sizing: border-box;
	padding: 0 10px 0 30px;
}
.halfbox .catch ul li{
	line-height: 2em;
	font-size: 14px;
	color: #555;
	border-bottom: 1px solid #07629f1a;
	padding: 0;
	margin-bottom: 12px;
}
.halfbox .catch ul li.caution{
	margin-bottom: 0;
	border-bottom:none;
}
.halfbox .catch ul li:nth-child(6){margin-bottom: 25px;}
.halfbox .catch ul li span{
	display: inline-block;
	padding-right: 15px;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	color: #07629f;
	vertical-align: text-bottom;
	position: relative;
	top: 2px;
}
.halfbox .catch ul li small{
	font-size: 12px;
	display: block;
	line-height: 1.5em;
	color: #555;
}
.halfbox .catch ul li small + small{
	margin-top: 0;
}

.halfbox .catch h3{
	font-weight: 800;
	font-size: 22px;
	letter-spacing: 0.2em;
	color: #0060a1;
	margin-bottom: 25px;
	text-align: center;
}
.halfbox .catch img.image-icon{
	width: 150px;
	display: block;
	margin: 50px auto;
}

.read-block{
	width: 70%;
	display: block;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	padding: 80px 0 80px;
}
.read-block h2{
	display: block;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 50px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 20px;
}
.read-block p{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.4em;
	letter-spacing: 0.2em;
}
.read-block .parts-bold{margin:25px 0;}
.read-block strong{
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 2.4em;
	letter-spacing: 0.2em;
}
.read-block p span img{
	width: 170px;
	padding: 25px 15px 0px;
}
.read-block p span{
	display: block;
	margin-bottom: 25px;
}

.main-read{
	margin-bottom: 20px;
	border-bottom:1px solid #FFF;
}
.main-read h1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}
.main-read img{
	width: 300px;
	display: block;
	margin: 0 auto 50px;
}

.read-block-login{
	position:absolute;
	right: 10px;
	top: 10px;
}

.read-block-login .btn#head-btn-login,
.read-block-login .btn#head-btn-signup {
    width: 100px;
    display: inline-block;
    margin: 0 5px;
    border: 2px solid #e4b118;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 8px;
    color: #000;
    background: #fff;
    transition: 0.3s;
    cursor: pointer;
}

.read-block-login .btn#head-btn-login:hover,
.read-block-login .btn#head-btn-signup:hover {
	opacity: 0.7;
}


/* -------------------- price --------------------- */

.index-price{
	background: #F6F8F9;
	width: 100%;
	padding: 50px 0;
	margin-bottom: 0;
}

.index-price h3{
	color: #07629f;
	display: block;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	font-size: 34px;
}

.index-price-inner {
    width: 96%;
    display: block;
    margin: 0 auto 50px;
}

.index-price-title{
	font-size:24px;
	font-weight:bold;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 1.4;
	text-shadow:2px 2px rgba(0,0,0,0.1);
	text-align:center;
}

.index-price-title small{
	display: block;
	font-size:13px;
}

.index-price table.price tr td{padding:10px;}

.index-price table.price tr td span.number{font-size: 30px; padding-right: 5px;}
.index-price table.price tr td:nth-child(2){background: #eee;}
.index-price table.price tr td:nth-child(3){background: #84b2d0; color: #FFF;}
.index-price table.price tr td:nth-child(4){background: #4097d2; color: #FFF;}
.index-price table.price tr td:nth-child(5){background: #0c74bb; color: #FFF;}


.index-price table.price tr{font-size: 14px;}
.index-price table.price th{
	width: 14%;
	font-size: 15px;
	text-align: center;
	background: #FFF;
	border: none;
	border-top: 1px solid #ccc;
	font-weight: bold;
}
.index-price table.price th small{font-size: 10px;color: #a91a1a;}
.index-price table.price tr:nth-child(1) th{border-top: none;}
.index-price table.price tr:nth-child(6) th{border-top: none;}

.index-price table.price td{width: 21.25%;border: 2px solid #fff;font-size: 15px;}
.index-price table.price tr:nth-child(5) td{border-bottom: none; font-size: 13px;}
.index-price table.price tr:nth-child(6) td span{
	display: block;
	text-align: right;
	padding-top: 5px;
}
.index-price table.price tr.room-add-select td input{display: none;}
.index-price table.price tr.room-add-select td label{
	display: block;
	width: 100%;
	display: block;
	margin: 0 auto;
	border: 2px solid #FFF;
	text-align: center;
	padding: 10px 0;
	border-radius: 10px;
	position: relative;
	font-size: 15px;
	cursor:pointer;
	transition:0.3s;
}
.index-price table.price tr.room-add-select td label:hover{
	background: #FFF;
	color: #333;
}
.index-price table.price tr.room-add-select td input:checked + label{
	background: #FFF;
	color: #009900;
}
.index-price table.price tr.room-add-select td input:checked + label::after{
	content: ' ';
	background: url(../img/icon_check_plan.png) no-repeat top left;
	background-size: 20px;
	position: absolute;
	top: 11px;
	left: 15px;
	width: 20px;
	height: 20px;
}

.index-price table.price tr:nth-child(6) td{border-top: none;padding-top: 15px;}
.index-price table.price tr:nth-child(1) td{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.index-price table.price tr:nth-child(1) td img{
	width: 50px;
	display: block;
	margin: 12px auto 0;
}

.index-price table.price{
	width: 100%;
}


/* -------------------- flatplan --------------------- */

.flatplan{}

.flatplan-list{
	display:flex;
	justify-content:space-between;
}

.flatplan-list > li{
	border: 2px solid #DCB342;
	border-radius:4px;
	padding: 15px 0;
	text-align:center;
	width: 23%;
}

.flatplan-list-title{
	font-size:24px;
	font-weight:bold;
	margin-bottom: 10px;
	color: #3472B6;
}

.flatplan-list-price{
	line-height: 1.4;
	margin-bottom: 10px;
}

.flatplan-list-price span{}
.flatplan-list-price b{
	font-size:24px;
	margin-left: 5px;
}
.flatplan-list-price small{
	display: block;
	font-weight:normal;
	font-size:16px;
}

.flatplan-list-detail{
	border-top:1px solid #aaa;
	padding: 10px 10px 0;
}

.flatplan-list-detail-text{
	background:#aaa;
	display: inline-block;
	padding: 5px 20px;
	line-height: 1.1;
	color: #fff;
	border-radius:20px;
	font-size:14px;
	margin-bottom: 15px;
}

.flatplan-list-detail-available-or{
	font-size:14px;
	padding: 3px 0 5px;
}

.flatplan-notice{
	text-align:right;
	padding: 20px 0 0;
}

.flatplan-notice a{
	display: inline-block;
	padding: 5px 10px;
	background: #DCB342;
	color:#fff;
	font-size:14px;
	margin: 0 5px;
	text-decoration:none;
	border-radius:5px;
}


/* -------------------- icon --------------------- */

.icon-room{
	display: inline-block;
	font-size:10px;
	line-height: 1.3;
	padding: 3px;
	border-radius:3px;
	background: #aaa;
	color: #fff;
	min-width: 70px;
	text-align: center;
	margin-bottom: 3px;
}

.icon-room.is-free{background: #999;}
.icon-room.is-standard{background: #4191CC;}
.icon-room.is-delux{background: #1E4B6D;}
.icon-room.is-premium{background: #E16C65;}


/* createroom ---------------------------------------*/

.createroom{
	border-radius: 10px;
	padding: 20px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	font-size:34px;
	margin:20px auto;
}

.createroom-num{width: 50%;}
.createroom-btn{width: 48%;}

.createroom .form-text{
	margin-right: 10px;
	width: calc(100% - 100px);
}

.fullbox h3{
	color: #07629f;
	display: block;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	font-size: 34px;
}
.fullbox .createroom-btn{}
.fullbox .createroom-btn button{
	width: 86%;
	display: block;
	margin: 0 auto;
	border: 2px solid #e4b118;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 10px;
	color: #FFF;
	background: #e4b118;
	transition:0.3s;
	cursor:pointer;
}
.fullbox .createroom-btn button:hover{
	color: #e4b118;
	background: #ffff;
}
.fullbox .createroom-btn p{
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
}


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


	.frontpage{
		background: none;
	}

	.main-read{margin-bottom: 30px;}
	.main-read h1 {
		font-size: 15px;
		margin-bottom: 10%;
	}
	.read-block {
		background: url(../img/bg_front_sp.jpg) repeat-y bottom left #f9f9f9;
		background-size: 100%;
		width: 100%;
		padding: 60px 5%;
	}
	.main-read img {
		width: 75%;
		display: block;
		margin: 0 auto 10%;
	}
	.read-block p {
		font-size: 14px;
		line-height: 1.8em;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}
	.read-block .parts-bold {margin: 5% 0;}
	.read-block strong {
		font-size: 18px;
		line-height: 1.8em;
		letter-spacing: 0.2em;
	}
	.entry-block {
		width: 100%;
		display: block;
		margin: 0 auto;
		background: #FFF;
	}
	.halfbox .catch p{line-height: 1.5em;}
	.halfbox {
		width: 100%;
		margin: 5% auto;
	}
	.halfbox .catch{padding: 0 0; margin-bottom: 10%;}
	.halfbox .catch ul li {
		text-indent: -15px;
		padding-left: 30px;
		padding-bottom: 5px;
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 8px;
		line-height: 1.8em;
	}
	.halfbox .catch ul li.caution{
		text-indent: -1em;
		padding-left: 1em;
	}
	.halfbox .createroom{padding: 0;}
	.halfbox .createroom h3{margin-bottom: 8%;}
	.halfbox .createroom-num{width: 70%;}
	.halfbox .createroom .form-text{width: 70%;}
	.halfbox .createroom .form-text{width: 85%;}

	.flatplan-list{
		display: block
	}

	.flatplan-list > li{
		margin-bottom: 10px;
		width: 100%;
	}

	/* price */

	.index-price{
		width: 94%;
		display: block;
		margin: 0 auto 12%;
	}
	.index-price h3{font-size: 24px;}
	.index-price .scroll table{
		width: 870px;
	}
	.index-price .scroll{
		overflow: auto;　　　　/*tableをスクロールさせる*/
		white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	}
	.index-price .scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
		height: 5px;
	}
	.index-price .scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
		background: #F1F1F1;
	}
	.index-price .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
		background: #BCBCBC;
	}

	.index-price table.price th{
		width: 135px;
		font-size: 13px;
		display: table-cell;
		text-align: center;
		background: #FFF;
		border: none;
		border-top: 1px solid #ccc;
		font-weight: bold;
		padding: 10px 5px;
	}
	.index-price table.price td{font-size: 13px; width: 22%;}
	.index-price table.price tr:nth-child(1) td img{width: 40px;}
	.index-price table.price tr:nth-child(1) td{font-size: 16px;}
	.index-price table.price tr td span.number{font-size: 21px;}
	.index-price table.price td{padding: 10px 10px 10px;}
	.index-price table.price tr:nth-child(5) td{font-size: 11px;}


	/* createroom */
	.createroom{display: block;}
	.fullbox h3{font-size: 24px;}
	.fullbox .createroom-btn{
		width: 100%;
		margin-bottom: 10%;
	}

}