@charset "utf-8";

/*===============================================
料金・予約割引受付
===============================================*/

/*メイン・共通--------------------------------------*/
body {
	background-image: url(../img/reserve/main.jpg);
}
#reserveTop {
	margin-bottom: 50px;
	padding-bottom: 30px;
	background: url(../img/common/arrow.png) center bottom no-repeat;
	text-align: center;
}
#pageCatch {
	font-size: 2.4rem;
}
#reserve1,#reserve2,#reserve3 {
	margin-bottom: 60px;
}

/* SP */
@media screen and (max-width:670px){
	#reserveTop {
		margin-bottom: 20px;
	}
	#pageCatch {
		font-size: 2.0rem;
	}
	#reserve1,#reserve2,#reserve3 {
		margin-bottom: 20px;
	}
}


/*料金--------------------------------------*/
#reserve1 h2 {
	margin-bottom: 50px;
	text-align: center;
}
#reserve1 div.f_right {
	width: 520px;
}
#reserve1 p {
	margin-bottom: 25px;
}
#lifeJacket {
	padding-left: 160px;
	background: url(../img/reserve/reserve1_img2.jpg) no-repeat;
}

/* SP */
@media screen and (max-width:670px){
	#reserve1 h2 {
		margin-bottom: 20px;
	}
	#reserve1 div.f_right {
		margin-top: 15px;
		width: auto;
	}
	#lifeJacket {
		padding: 160px 0 0;
		background: url(../img/reserve/reserve1_img2.jpg) center top no-repeat;
	}
}


/*予約--------------------------------------*/
#reserve2 {
	padding:60px 70px 20px;
	background: url(../img/common/bg_sand.jpg);
}
#reserve2 dt p {
	margin-bottom: 0;
	font-size: 1.6rem;
	text-align: center;
}
#reserve2 #reserveTel dt p { color: #517EB6; }
#reserve2 #reserveNet dt p { color: #DC7002; }
#reserve2 #reserveRakuten dt p { color: #D80000; }

#reserve2 dt h2 {
	margin-bottom: 15px;
	background: url(../img/reserve/bg_title_tel.png) center center no-repeat;
}
#reserve2 #reserveNet dt h2 { background-image: url(../img/reserve/bg_title_reserve.png);}
#reserve2 #reserveRakuten dt h2 { background-image: url(../img/reserve/bg_title_rakuten.png);}

#reserveTel #contactArea {
	margin: 0 auto;
	padding: 10px 0 0;
	width: 720px;
}
#reserveTel .tel {
	border-bottom: none;
}
#reserveNet {
	width: 402px;
	float: left;
}
#reserveRakuten {
	width: 402px;
	float: right;
}
#reserveNet dd p,
#reserveRakuten dd p {
	margin-top: 8px;
}

#reserveInfo {
	padding: 20px 0;
}
#reserveInfo p {
	text-align: center;
}

/* SP */
@media screen and (max-width:670px){
	#reserve2 {
		padding:20px;
	}
	#reserve2 dt h2 {
		margin-bottom: 10px;
		background-size:100% auto;
		text-align: center;
	}
	#reserveTel #contactArea {
		width: auto;
	}
	#reserveNet {
		width: auto;
		float: none;
	}
	#reserveRakuten {
		width: auto;
		float: none;
	}
	#reserveInfo p {
        text-align: left;
    }
	#reserveInfo br {
		display: inline;
    }
}


/*フォーム--------------------------------------*/
#formText {
	margin-bottom: 20px;
	padding-top: 20px;
	background: url(../img/reserve/reserve_midashi.jpg) center top no-repeat;
	height: 80px;
	font-size: 2.6rem;
	color: #FFF;
	text-align: center;
}
#formTableWrap {
	margin: 0 auto;
	width: 880px;
}
#reserveNumber li {
	margin: 0 0 5px;
	padding: 0;
	width: 42%;
	float: left;
}
#reserveNumber dt{
	padding: 8px 0 0 0;
	width: 190px;
	float: left;
}
#reserveNumber dt span {
	font-size: 1.6rem;
}
#reserveNumber dd{
     padding: 0 0 0 200px;
}

/* SP */
@media screen and (max-width:670px){
	#formText {
		padding: 20px 20px 0;
		font-size: 1.6rem;
		text-align: left;
	}
	#formTableWrap {
		width: auto;
	}
	#reserveNumber li {
		width: auto;
		float: none;
	}
	#reserveNumber dl {
		display: flex;
		justify-content: space-between;
	}
	#reserveNumber dt{
		width: auto;
		float: none;
	}
	#reserveNumber dd{
		padding: 0;
	}
}


/*サンクスページ--------------------------------------*/
#thanksTop {
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.6rem;
}
#thanksImg {
	padding-left: 450px;
	background: url(../img/reserve/thanks.jpg) left top no-repeat;
	text-align: left;
}

/* SP */
@media screen and (max-width:670px){
	#thanksTop {
		margin-bottom: 50px;
		text-align: center;
		font-size: 1.6rem;
	}
	#thanksImg {
		padding: 75% 0 0;
		background: url(../img/reserve/thanks.jpg) center top no-repeat;
		background-size:60% auto;
		text-align: center;
	}
}