@charset "utf-8";

/* ------------------------------
    reserve
------------------------------ */
#reserve .contents{
	background: url('../img/about-con-bg.jpg') no-repeat;
	background-size:cover;
	z-index: 0;
	padding-bottom:9.5vw;
	margin-top:calc(100vw - 94.2857vw);
}
@media only screen and (max-width: 768px) {
	#reserve .contents{
	margin-top: 12.5vw;
}
}
.title {
    display: flex;
    justify-content: center;
    align-items: center;
}
#reserve .title h2 {
    height: 20vw;  
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    font-size: 1.785vw;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #000;
    margin-top: 5vw;
	display: table;
	table-cell: fixed;

}
*::-ms-backdrop, #about .title h2 {
	transform: translateX(-50%);
}
.title table.h2 {
    border: none;
}
.title table.h2 tbody tr {
    height: 3.124vw;
}
.title table.h2 tbody tr td.border {
    border-right: 1px solid #000;
}
@media only screen and (max-width: 768px) {
#reserve .top-title {
	margin-top: 8.437vw;
}
#reserve .title h2 {
    height: 55vw;  
    font-size: 4.5vw;
    margin-top: 0;
	font-weight: bold;
}
.title table.h2 tbody tr {
    height: 4.6875vw;
}
}
#reserve .block{
	margin:5vw 7.1428vw 0;
}

#reserve .block .content-box{
	width:35.7142vw;
	padding:3vw 3.4vw 4.2857vw;
	z-index: 2;
	background: #fff;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	position: relative;
}
@media only screen and (max-width: 768px) {
#reserve .block{
	background-size:100vw 68.75vw;
	padding:1vw 0 0 0;
	margin:1vw 1vw 0;
}
#reserve .block .content-box{
	width:78.125vw;
	margin:0 10.9375vw;
	padding:7.5vw 7.5vw 10.625vw;
	background:#fff;
	position: relative;
}
}
.reserve_box {
	margin-bottom: 4vw;
}
.reserve_box p{
	font-size: 1vw;
	font-weight:normal;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	margin-top:8vw;
}
.reserve_box dl {
	font-size: 1vw;
	font-weight:normal;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	border-top: 1px solid #999;
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	text-align: left;
	padding: 1em;
}
.reserve_box dt {
	width: 25%;
	line-height: 2em;
}
.reserve_box dd {
	width: 70%;
}
.reserve_box input {	
	width:95%;
	line-height: 1.5em;
	box-shadow:2px 2px 3px rgba(215,215,215,0.8) inset;
}
.reserve_box select {
	height: 25px;
	box-shadow:2px 2px 3px rgba(215,215,215,0.8) inset;
}
.reserve_box #name,#name2,#tel,#mail,#day {
	width: 50%;
}
.reserve_box #day {
	width: 50%;
}
.reserve_box #age,#gender,#adult,#child {
	width: 15%;
}
.reserve_box textarea {
	width: 95%;
	height: 10vw;
	box-shadow:2px 2px 3px rgba(215,215,215,0.8) inset;
	line-height: 1.5em;
}
.reserve_box input:focus,textarea:focus {
	background-color: #e9e9e9;
}
.reserve_box h2 {
	font-size: 1.4285vw;
	font-weight:bold;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	margin-top:1vw;
    margin-top: 8.5714vw;
    margin-bottom: 2.4285vw;
}

@media only screen and (max-width: 768px) {
.top-title .snd-title h2 {
    font-size: 4.0625vw;
	line-height: 1.076em;
    margin-top: 12.5vw;
    margin-bottom: 5.45vw;
}
.reserve_box p{
	font-size: 4vw;
	margin:0 3vw;
}
.reserve_box{
	margin-top:8.437vw;
}
.reserve_box dl {
	font-size: 14px;
	font-weight:normal;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	border-top: 1px solid #999;
	text-align: left;
	padding: 1em 0;
	display: block;
	margin: 0 1em;
}
.reserve_box dt {
	width: 100%;
	line-height: 2.5em;
}
.reserve_box dd {
	width: 100%;
}
.reserve_box input {	
	width:100%;
	line-height: 1.5em;
	box-shadow:2px 2px 3px rgba(215,215,215,0.8) inset;
	font-size: 16px;
	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    height: 30px;
}
.reserve_box #day {
	width: 100%;
}
.reserve_box input[type="datetime-local"] {
	width: 100%;
   	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;	
}
.reserve_box select {
	width: 100%;
	line-height: 1.5em;
	font-size: 16px;
	box-shadow:2px 2px 3px rgba(215,215,215,0.8) inset;	
   	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	height: 30px;
}
.reserve_box #name,#name2,#tel,#mail {
	width: 100%;
   	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}
.reserve_box #age,#gender,#day {
	width: 100%;
   	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}
.reserve_box #adult,#child {
	width: 30%;
}
.reserve_box textarea {
	width: 100%;
	height: 30vw;
	box-shadow:2px 2px 3px rgba(215,215,215,0.8) inset;
	line-height: 1.5em;
	font-size: 16px;
	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
	
}
.reserve_box input:focus,textarea:focus {
	background-color: #e9e9e9;
}
.reserve_box h2 {
	font-size: 4vw;
	font-weight:bold;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	margin-top:1vw;
    margin-top: 8.5714vw;
    margin-bottom: 2.4285vw;
}
.reservation input { 
		width: 100%;
	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    height: 30px;
}
}
.more{
	margin-top:8vw;
	display: flex;
	justify-content: space-between;
	padding:0 14.2857vw;
}
.reserve-more{
	width:34.2857vw;
}
.reserve-more h3{
	font-size: 1.4285vw;
	font-weight:bold;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	margin-top:1vw;
}
.reserve-more p{
	font-size: 1vw;
	font-weight:normal;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	margin-top:1vw;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media only screen and (max-width: 768px) {
.more{
	margin-top:0;
	padding:0 10.9375vw;
	display: block;
}
.reserve-more{
	margin-top:12.5vw;
	width:78.125vw;
}
.reserve-more h3{
	font-size: 3.125vw;
	margin-top:2vw;
}
.reserve-more p{
	font-size: 2.1875vw;
	margin-top:2vw;

}
}