@charset "utf-8";


/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}

html{
	font-size: 62.5%;
}

body{
	background: #fff;
	font-size: 16px;
	line-height: 1;
	font-family: "Zen Old Mincho", system-ui;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: #000;
  text-align: center;
}

.elmSP{ display: none; }
@media screen and (max-width: 640px) {
  .elmSP{ display: block; }
}

@media all and (min-width: 581px)  {
	img {
		width:auto;
	}
}

select,
input{
  transition: .3s ease;
}
select:disabled,
input:disabled{
  opacity: .3;
}

#Wrap {
	padding: 40px 80px;
}
@media screen and (max-width: 640px) {
  #Wrap {
    padding: 20px;
  }
}

#FormWrap {
	display:inline-block;
}

#frmplanseek{
  text-align: left;
}

.title{
  margin: 0 0 40px 0;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .title{
    margin: 0 0 20px 0;
    font-size: 20px;
  }
}

.formlyWrapper-Dark h2{
  margin: 0 0 24px 0;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  h2{
    margin-bottom: 8px;
    font-size: 14px;
  }
}

.row{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 48px 40px;
}
@media screen and (max-width: 640px) {
  .row{
    gap: 40px;
  }
}
.col {
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 640px) {
  .col {
    font-size: 16px;
  }
  .undecided{
    width: 100%;
    margin-top: -20px;
  }
}

#FormWrap hr.clear {
width:100%;
height:35px;
overflow:hidden;
display:block;
clear: both; line-height:0; font-size:1px;
border:0;
}

#Wrap .other {
	margin-top: 25px;
}
.buttons{
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 25px;
}
.buttons a {
  width: 33.33%;
  padding: 16px;
  background: #D9D9D9;
	border: none;
	color: #000;
	cursor:pointer;
  font-size: 20px;
  line-height: 1;
  transition: .4s ease;
}
.buttons a:hover {
  opacity: .6;
}
@media screen and (max-width: 640px) {
  .buttons{
    display: block;
  }
  .buttons a {
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .buttons a + a{
    margin-top: 16px;
  }
}

.link{
  margin: 45px 0 0 0;
  padding: 30px 13% 20px;
  border: 5px solid #CECECE;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .link{
    margin-top: 16px;
    padding: 30px 20px 20px;
    font-size: 14px;
  }
}
.link b{
  font-weight: normal;
}
.link p{
  margin: 20px 0 0 0;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .link p{
    font-size: 16px;
  }
}
.link small{
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .link small{
    font-size: 11px;
  }
}
.link a {
  display: block;
  margin: 20px 0 10px;
  padding: 16px;
  background: #D9D9D9;
	border: none;
	color: #000;
	cursor:pointer;
  font-size: 20px;
  line-height: 1;
  transition: .4s ease;
}
@media screen and (max-width: 640px) {
  .link a{
    font-size: 16px;
  }
}
.link a:nth-of-type(2) {
  background: #000;
	color: #fff;
}
.link a:hover {
  opacity: .6;
}

#calid {
}

#__calid_btn_close {
	text-align:right;
	background-color:#000;
	padding:10px;
}
#__calid_btn_close a {
	display:inline-block;
	padding:10px;
	background-color:#000;
	color:#FFF;
	border:3px solid #CCC;
}
#__calid_btn_close a:hover {
	background-color:#555;
}

.personWrap {
	display:inline-block;
}

/* // frmplanseek
----------------------------------------------- */

#frmplanseek.formlyWrapper-Dark {
}
.formlyWrapper-Dark input[type="text"],
.formlyWrapper-Dark input[type="password"],
.formlyWrapper-Dark input[type="checkbox"],
.formlyWrapper-Dark select,
.formlyWrapper-Dark textarea{
  display: inline-block;
	color:#000;
	border:1px solid #DADADA;
	padding:0 35px 0 10px;
	margin:0;
	background:#fff url(../images/common/tri.svg) right 8px center no-repeat;
  font-size: 20px;
  line-height: 30px;
  vertical-align: baseline;
}

#frmplanseek select {
	-moz-appearance: none;
	outline: medium none;
	z-index: 1;
  vertical-align: baseline;
}

#frmplanseek {
}


#frmplanseek input[type=radio], 
#frmplanseek input[type=checkbox] {
}
#frmplanseek input[type=radio] + label,
#frmplanseek input[type=checkbox] + label,
#search_489ban .date_489ban dd label {
	position: relative;
	display: inline-block;
  margin-left: 30px;
	line-height: 32px;
  font-size: 18px;
	cursor: pointer;
}
@media screen and (max-width: 640px) {
  #search_489ban .date_489ban dd label {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  #frmplanseek input[type=radio] + label,
  #frmplanseek input[type=checkbox] + label,
  #search_489ban .date_489ban dd label {
    font-size: 16px;
  }
  label[for="selectplan"],
  label[for="selectroom"],
  label[for="selectcald"]{
    margin-bottom: 12px;
  }
}
#frmplanseek input[type=radio],
#frmplanseek input[type=checkbox],
#search_489ban .date_489ban dd input[type=checkbox] {
	display: none;
	margin: 0;
}
#frmplanseek input[type=radio] + label,
#frmplanseek input[type=checkbox] + label,
#search_489ban .date_489ban dd input[type=hidden] + label {
	padding: 0 0 0 38px;
}
#frmplanseek input[type=radio] + label::before,
#frmplanseek input[type=checkbox] + label::before,
#search_489ban .date_489ban dd input[type=hidden] + label::before {
	content: "";
	position: absolute;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 0;
  background: #fff;
}
#frmplanseek input[type=radio] + label::before {
  border:1px solid #DADADA;
  width:32px;
  height:32px;
  border-radius: 32px;
}
#frmplanseek input[type=checkbox] + label::before,
#search_489ban .date_489ban dd input[type=hidden] + label::before {
	border:1px solid #DADADA;
}
#frmplanseek input[type=radio]:checked + label::after,
#frmplanseek input[type=checkbox]:checked + label::after,
#search_489ban .date_489ban dd input[type=hidden]:disabled + label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 25px;
  height: 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  mask: url(../images/common/reserve_check_01.svg) center center no-repeat;
  background: transparent;
}
#frmplanseek input[type=radio]:checked + label::after,
#frmplanseek input[type=checkbox]:checked + label::after,
#search_489ban .date_489ban dd input[type=hidden]:disabled + label::after {
  background: #000;
}


select {
	vertical-align:middle;
}
select::-ms-expand {
	display: none;
}

select {
	border-radius: 0;
	cursor:pointer;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	z-index:1;
	display:inline-block;
	margin:0;
	background:transparent;
	border:0;
}
select option {
	outline: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button{
  padding: 16px 40px;
  background: #000;
	border: none;
	color: #fff;
	cursor:pointer;
  font-size: 20px;
  line-height: 1;
  transition: .4s ease;
}
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
button:hover,
button:active{
  opacity: .6;
}
button{
  margin: 50px 0 0 0;
}
@media screen and (max-width: 640px) {
	#FormWrap input,
  #FormWrap select {
    padding: 0 8px;
    font-size: 16px;
    line-height: 30px;
    border:1px solid #DADADA;
    vertical-align: baseline;
  }
  #FormWrap input[type="submit"],
  #FormWrap input[type="reset"],
  #FormWrap input[type="button"],
  button{
    padding: 16px 40px;
    background: #000;
    border: none;
    color: #fff;
    cursor:pointer;
    font-size: 20px;
    line-height: 1;
    transition: .4s ease;
  }
}

.send{
  margin: 48px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .send{
    margin: 30px 0 0 0;
  }
}


#search_489ban dl{
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 640px) {
  #search_489ban dl{
    display: block;
    text-align: left;
  }
}
#search_489ban dt{
  width: 4em;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #search_489ban dt{
    margin-bottom: 15px;
    width: auto;
    font-size: 14px;
    text-align: left;
  }
}
#search_489ban input[type="text"],
#search_489ban input[type="password"],
#search_489ban input[type="checkbox"],
#search_489ban select,
#search_489ban textarea{
  display: inline-block;
	color:#000;
	border:1px solid #DADADA;
	padding:0 35px 0 10px;
	margin:0;
	background:#fff url(../images/common/tri.svg) right 8px center no-repeat;
  font-size: 20px;
  line-height: 30px;
  vertical-align: baseline;
}

.inbox_489ban{
  display: flex;
  gap: 25px;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .inbox_489ban{
    margin-top: 30px;
  }
}

.price_489ban{
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .price_489ban{
    margin-top: 30px;
  }
}

.price_489ban dd{
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .price_489ban dd{
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.price_489ban dd span:last-of-type{
  margin-left: -10px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .price_489ban dd span:last-of-type{
    width: 100%;
    margin-left: 0;
  }
}