@charset "utf-8";
.contact-page{
	max-width: 780px !important;
}
.contact-ttl{
	margin-top: 60px;
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: normal;
	text-align: center;
}
.contact .form-bg{
	background: #f8f5ee;
	margin-top: 40px;
	padding: 40px 0;
}
.contact-catch {
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
}
.contact.confirm .form-bg{
	border: none;
}
.contact form{
	background: #f8f5ee;
	padding: 40px 0;
	width: 80%;
	margin: 0 auto;
}
.confirm-table{
	width: 100%;
	max-width: 600px;
}
.confirm-table th,
.confirm-table td{
	display: block;
	text-align: left;
}
.confirm-table th{
	font-size: 18px;
}
.confirm-table td{
	padding-bottom: 30px;
}
.contact form div:not(:last-child){
	margin-bottom: 30px;
}
.contact-pp{
	border: 1px solid #adadad;
	background: #fff;
	height: 300px;
	overflow-y: auto;
	padding-top: 20px;
}
.contact-pp .freepmaintitle{
	font-size: 18px;
	margin-bottom: 10px;
}
.contact-pp .tokusyo,
.contact-pp .t-company{
	font-size: 13px;
}
.contact-pp .pp-list > li::before{
	width: 10px;
	height: 10px;
	top: 4px;
}
.contact-pp .pp-list > li{
	padding-left: 24px;
}
.contact .bold{
	margin-top: 20px;
	font-size: 18px;
	font-weight: 900;
}
.contact .must{
	color: #f00;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
}
.contact .bold.first{
	margin-top: 30px;
}
.contact input,
.contact select{
	margin-top: 5px;
	display: block;
	width: 100%;
	height: 35px;
	padding: 0 7px 0 !important;
  border: 1px solid #adadad !important;
	border-radius: 0;
	background: #fff;	
	font-size: 14px !important;
}
.contact textarea{
	margin-top: 5px;
	display: block;
	width: 100%;
	height: 120px;
	border: 1px solid #adadad;
	border-radius: 0;
	padding: 7px;
	font-size: 14px;
}
.contact div.post input{
	display: inline-block;
	width: 30%;
	min-width: 100px;
}
.contact .sendbutton{
	margin-top: 50px;
	text-align: center;
}
.contact input[type="submit"]{
	margin: 0 auto;
	width: 300px;
	height: 100%;
	display: block;
	color: #fff;
	background: #84620c;
	border: none !important;
	transition: .3s;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 15px 0 !important;
	font-size: 16px !important;
}
.contact input[type="submit"]:hover{
	opacity: 0.7;
	transition: .3s;	
}
/* contact-confirm */
.contact.confirm .form-bg{
	margin-top: 30px;
}
table.confirmtable {
    width: 100%;
    margin: 30px auto 50px;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    border-top: 1px solid #dbd6c8;
}
.confirmtable th {
	font-size: 15px;
	font-weight:normal;
    text-align: left;
    padding:15px 0 10px 20px;
    width:200px;
    background: #f2efe7;
     border-bottom: 1px solid #dbd6c8;
}
.confirmtable td {
    font-size: 15px;
    padding:15px 10px 10px 15px;
    border-bottom: 1px solid #dbd6c8;
}
.confilmbtn{
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.confilmbtn .bac{
	margin-right: 7px;	
}
.confilmbtn .bac a{
	margin: 0 auto;
	color: #fff;
  display: block;
  background: #848484;
  width: 250px;
  padding: 15px 0;
  transition: .3s;
  text-align: center;
  text-decoration: none;
}
.confilmbtn .bac a:hover{
	color: #fff;
	background: #beb3aa;
	transition: .3s;
}
.confilmbtn .button{
	margin-left: 7px;
}
.contact .button input[type="submit"]{
	width: 250px;
}
/* contact-complete */
.contact.complete .complete_p{
  margin-top: 30px;	
  text-align: center;
  font-size: 18px;
}
.contact.complete .bac2{
	margin-top: 50px;
}
.contact.complete .bac2 a{
	margin: 0 auto;
  color: #fff;
  background: #e8a57d;
  display: block;
  width: 260px;
  padding: 10px 0;
  transition: .3s;
  text-align: center;
}
.contact.complete .bac2 a:hover{
	background: #707070;
	transition: .3s;
}
/* reserve-index */
#desired_time{
	margin-top: 10px;
	display: block;
	width: 100%;
	height: 35px;
}
.selectWrap{
  width: 100%;
  position: relative;
  display: inline-block;
}
.selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #424242;
  border-right: solid 2px #424242;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  z-index:9;
}
#desired_time {
	margin-top: 10px;
	display: block;
	width: 100%;
	height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
}
#desired_time::-ms-expand {
    display: none;
}
.wish-contact{
	margin-top: 22px;
}
.wish-contact label{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.wish-contact label input{
	margin: 0 10px 0 0;
	width: inherit;
	height: inherit;
}
.mail-maga{
	margin-top: 22px;
	margin-bottom:25px;
}
.mail-maga label input{
	margin: 0 10px 0 0;
	width: inherit;
	height: inherit;
}
.wish-flex{
	margin-top: 5px;
	display: flex;
	align-items: center;
}
.wish-flex input[type="checkbox"]{
	display: none;
}
.wish-flex label{
	margin-right: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.wish-flex label:before{
	margin-right: 8px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #957a1c;
	background: #fff;
}
.wish-flex label:after{
	content: "";
	background: url(https://www.your-emerald.com/images/reserve/check-br.svg) no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
  top: 50%;
  transform: translate(0,-50%);
  opacity: 0;
}
input[type=checkbox]:checked + label:after{
	opacity: 1;
}
.contact.reserve div.infoarea__maparea{	
	margin: 40px auto;
	width: 90%;
	max-width: 700px;
	justify-content: space-between;
}
.contact.reserve div.infoarea__maparea__contents{
	margin-right: 0;
	text-align: center;
	width: 50%;
}
.infoarea__maparea__contents .infoarea__note{
	text-align: center;
}
.contact div.infoarea__maparea__contents h3{
	margin-bottom: 5px;
	font-size: 16px;
}
.contact div.infoarea__maparea__contents h3 span{
	display: block;
}
.calnote{
	margin-top: 8px;
	text-align: right;
}
.whitebox{
	width:14px;
	height	:14px;
	vertical-align: middle;
	display: inline-block;
	background: #fff;
	border:1px solid #9c9c9c;
}
.graybox{
	width:14px;
	height	:14px;
	vertical-align: middle;
	display: inline-block;
	background: #d4d4d4;
	border:1px solid #9c9c9c;
	margin-left:13px;
}
.saturdayfont{
	color:#2459bd;
	padding-left:13px;
}
.sundayfont{
	color:#b91a1a;
	padding-left:13px;
}


.mailcheckbox {
	width: 200px;
	font-size: 12px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding-left: 23px;
	cursor: pointer;
	user-select: none;
}
.mailcheckbox input {
	display: none;
}
.checkmark{
	position: absolute;
	top: 3px;
	left: 0;
	height: 15px;
	width: 15px;
	border: solid 1px #adadad;
	border-radius: 0;
	box-sizing: border-box;
	background: #fff;
}
.checkmark:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 0px;
	width: 6px;
	height: 8px;
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.mailcheckbox input:checked + .checkmark {
	background: #2e80ff;
	border-color: #2e80ff;
}
.mailcheckbox input:checked + .checkmark:after {
  opacity: 1;
}
