@import url("global.css");

#reserve .mainarea {
	margin-top: 50px;
	background: url(../reserve/img/bg.jpg) no-repeat center center;
	background-size: cover;
	height: 540px;
}
#reserve .mainarea .wrapper {
	position: relative;
	height: 540px;
}
#reserve .mainarea .wrapper .txt_wrap {
	width: 600px;
	background-color: rgba(57,26,13,0.7);
	padding: 30px;
	box-sizing: border-box;
	color: #fff;
	position: absolute;
	bottom: 40px;
	border-radius: 4px;
}
#reserve .mainarea h2 {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
#reserve .mainarea .txt p {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
}
#reserve .mainarea .fr {
	margin-left: 40px;
}




/* ------------------------------------------------------------------------------------------------------------------------

/* 1099px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){

#reserve .mainarea .wrapper .txt_wrap {
	width: 500px;
	padding: 20px 30px;
}
#reserve .mainarea h2 {
	font-size: 28px;
	letter-spacing: 3px;
}


}




/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){


#reserve .mainarea {
	margin-top: 50px;
	background: url(../reserve/img/bg.jpg) no-repeat top center;
	background-size: auto 240px;
	height: auto;
}
#reserve .mainarea .wrapper {
	height: auto;
	padding: 0;
	margin: 0;
}
#reserve .mainarea .wrapper .txt_wrap {
	width: 100%;
	height: auto;
	background-color: inherit;
	padding: 0;
	color: #333;
	position: relative;
	top: 0;
	border-radius: inherit;
	padding-top: 155px;
}
#reserve .mainarea h2 {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	background-color: rgba(57,26,13,0.7);
	padding: 10px 0;
}
#reserve .mainarea .txt {
	margin: 0 10px;
}
#reserve .mainarea .txt p {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}



}









