@charset "utf-8";
/* CSS Document */

.mainviual img{
	display:block;
	margin-top:85px;
	width:100%;
}
.content_01{
	width:94%;
	margin:30px auto;
}

.text{
	padding-bottom:0 !important;
	font-weight:bold;
	letter-spacing:1px;
}


#content p{
	padding:1em;
	color:#535353;
	line-height:1.8;
	font-size:93%;
}

#content p span{
	color:#c00;
}

input, select {
  vertical-align:middle;
}

#form_box{
	width:100%;
	border-top:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
}

#form_box dl{
	color:#494949;
}

#form_box dl dt{
	display:block;
	width:100%;
	padding:0.5em 1em;
	margin-bottom:0.5em;
	font-weight:700;
	background:#FFF0F0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	line-height:1.8;
}

#form_box dl dt span{
	color:#c00;
}

#form_box dl dt a{
	color:#C00;
	font-weight:bold;
	text-decoration:underline;
}

#form_box dl dd{
	width:100%;
	display:block;
	padding:0 1em 1em;
	border-bottom:#CCC 1px solid;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#form_box dl dd span{
	font-size:100%;
	line-height:1.8;
}

span.bold{
	/*font-weight:bold;*/
}

span.blue{
	font-weight:bold;
	color:#69F;
}

span.red{
	font-weight:bold;
	color:#e33;
	padding-top:10px;
}

span.red_02{
	display:block;
	font-weight:bold;
	color:#c00;
	padding:10px 0 5px;
}

span.red_03{
	display:block;
	font-weight:bold;
	color:#e33;
	padding:10px 0 5px;
	font-size:100%;
}

#ji,#fun{
	display:inline-block;
	max-width:20%;
	min-width:15%;
	height:50px;
	font-size:116%;
	-webkit-border-radius:10px;
	border-radius:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#age{
	width:70%;
}

#form_box dl dd textarea{
	width:100%;
	height:50px;
	font-size:131%;
	border-radius:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	letter-spacing:1px;
	padding:10px;
	margin-bottom:5px;
}

.placeholder{
	width:100%;
	height:50px;
	font-size:100%;
	border-radius:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	letter-spacing:1px;
	margin-bottom:5px;
}

#form_box .date{
	max-width:50%;
	min-width:45%;
	height:50px;
	font-size:116%;
	border-radius:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:5px;
}

#form_box .time{
	width:45%;
	height:50px;
	font-size:100%;
	border-radius:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:5px;
}

#form_box dl dd textarea{
	height:150px;
}

input.check{
	height:40px;
}

input[type=checkbox] {
	transform: scale(2);
	margin: 0 6px 0 0;
}
/*送信ボタン*/
#btn01{
	width:100%;
	margin:20px 0 50px 0;
	text-align:center;
}

#btn01 input{
	width:45%;
	height:50px;
	font-size:123.1%;
	font-weight:600;
	color:#FFF;
	background: #cb9899; 
	border-radius: 10px;
    border: 2px solid #a4a4a4;
}

.big{
	display: block;
    font-size: 108%;
    padding-top: 10px;
}

/*注意事項*/
.chuui{
	width:94%;
	background:#cb9899;
	color:#fff !important;
	padding:5px 1px !important;
	font-weight:bold;
	margin:10px auto 0;
	text-align:center;
}

/*注意事項のテキスト*/
.contact_text_00{
	color:#535353;
	border:1px solid #666;
	background:#fff;
	width:94%;
	margin:0 auto;
	padding:10px;
}

.contact_text li{
	padding:5px;
	letter-spacing:1px;
	line-height:1.8;
	font-size:100%;
}

/*注意事項の赤字*/
.red03{
	color:#C00;
}


/*当店からのお電話での確認が終わりますと、ご予約完了となります。*/
.contact_text02{
	color:#C00;
	font-weight:bold;
	font-size:100%;
	letter-spacing:2px;
	line-height:1.8;
}

#form_box .date_01{
	max-width:70%;
	min-width:60%;
	height:50px;
	font-size:100%;
	border-radius:10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color: #fff;
	margin-bottom:5px;
}

.hide_box{
	height: 0;
	opacity: 0;
	margin: 0 !important;
	padding: 0 !important;
	transition: 0.3s;
	position: relative;
	z-index: -10;
}
.hide_box.active{
	opacity: 1;
	z-index: 1;
}
.ymarker {
	background: linear-gradient(transparent 70%, #ffff7d 0%);
}
.contact_text02 {
	color: #F00;
	font-weight: bold;
	font-size: 4.7vw;
}