

#subpage_head3{
	position: relative;
	width: 100%;
	text-align: center;
}
#subpage_head3.request{
	background-image: url(../img/contact/headimg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#subpage_head3.reservation{
	background-image: url(../img/contact/headimg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#subpage_head3.event-reservation,#subpage_head3.event-reservation2{
	background-image: url(../img/contact/headimg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#subpage_head3.contact{
	background-image: none;
}
#subpage_head3 .page_title_eng{
	padding-top: 160px;
	font-weight: bold;
}
#subpage_head3 .page_title{
	padding-bottom: 125px;
}
#subpage_head3.contact .page_title_eng{
	color: #222;
}
#subpage_head3.contact .page_title{
	color: #222;
	padding-bottom: 0;
}



#contact_head{
/* 	margin: 100px 0; */
	margin: 100px 0 80px 0;
}
#contact_head .contact_desc{
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 30px;
}
#contact_head .contact_send{
	font-size: 26px;
	line-height: 150%;
	margin-bottom: 30px;
}
#contact_head p{
	margin-bottom: 30px;
}
#contact_head a{
	color: #5f88ee;
}

#link_line{
	width: min(86%, 400px);
	margin: 0 auto;
	background-color: #09bf53;
}
#link_line a{
	display: block;
	width: 100%;
	height: 100%;
}
#link_line .box{
	width: fit-content;
	padding: 26px 0 26px 60px;
	margin: auto;
	box-sizing: border-box;
}
#link_line .box p{
	position: relative;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}
#link_line .box p:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -54px;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	background-image: url('../img/contact/line.png');
	background-size: contain;
	background-repeat: no-repeat;
}
#link_line .box span{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	padding: 0 6px;
	vertical-align: middle;
}



#contact_form{
	width: 100%;
	margin: 120px 0 160px 0; 
}

.form_title{
	background-color: #222;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 100%;
	margin: 80px 0 50px 0;
	padding: 6px 0;
}

.form_line{
	width: 100%;
	padding: 30px 0;
	border-top: solid 1px #7f7f7f;
}
.line_last{
	border-bottom: solid 1px #7f7f7f;
	margin-bottom: 80px;
}
.item-name{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
.item-name span{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background-color: #ec5050;
	padding: 3px 2px 1px 2px;
	margin-left: 4px;
	line-height: 120%;
}


input[type='text'],input[type='email']{
  width: 96%;
  padding: 20px 2%;
  border-radius: 8px;
  border: 1px solid #f3f4f6;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f3f4f6;
  font-size: 16px;
}
.postcode input[type='text']{
	width: 40%;
}

textarea{
  width: 96%;
  padding: 20px 2%;
  height: 300px;
  border-radius: 8px;
  border: 1px solid #f3f4f6;
  background-color: #f3f4f6;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
}

.radio-wrap label{
  margin-right: 30px;
  display: inline-block;
  font-size: 16px;
}
.radio-wrap input{

}
.radio-wrap input + span{
  padding-left: 0px;
  position:relative;

}

.radio-wrap input:checked + span{
  color: #487cff;
  font-weight: bold;
}


.form_flex{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  
  float: left;
  min-width: 200px;
  margin: 0px 5% 0 2%;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

/*--iphone 送信ボタンリセット --*/
input[type="submit"]{
-webkit-appearance: none;
}



@media screen and (max-width:640px) {
	
#subpage_head3 .page_title_eng{
	font-size: 28px;
	padding-top: 70px;
	margin-bottom: 4px;
}

#subpage_head3 .page_title{
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-bottom: 50px;
}	
#subpage_head3.contact .page_title{
	padding-bottom: 40px;
}	

#contact_form{
	margin: 40px 0 90px 0; 
}
#contact_head .contact_desc{
	font-size: 16px;
	margin-bottom: 20px;
	letter-spacing: 0.01em;
}
#contact_head .contact_send{
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.01em;
}
#contact_head{
	margin: 0 0 50px 0;
}
#link_line{
	width: min(100%, 300px);
}
#link_line .box{
	padding: 20px 0 20px 43px;
}
#link_line .box p{
	font-size: 13px;
  letter-spacing: .05em;
}
#link_line .box p:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -37px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
#link_line .box span{
	font-size: 20px;
	padding: 0 3px;
}
textarea{
  height: 150px;
}
.radio-wrap label{
  margin-right: 30px;
  display: inline-block;
  font-size: 18px;
  line-height:200%;
}
.selectdiv {
  width: 20%;
  min-width: 100px;
}

}

.radio-wrap input:disabled + span{
    text-decoration: line-through;
    cursor:not-allowed; /* 禁止カーソル */
}
