.maincontainer {
  position: relative;
  overflow: hidden;
  max-width: 990px;
  margin: 0 auto !important;
  padding: 20px 20px 50px !important;
}
.maincontainer img {
  max-width: 100%;
  width: 100%;
}

/* languageChange */
.maincontainer .languageChange {
  display: none;
}

.box-block .languageChange {
  position: absolute;
  margin-top: -160px;
}

.languageChange {
  width: 950px;
  margin: 0 auto;
  z-index: 4 !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0px;
}
.languageChange a,
.languageChange span {
  border: 2px solid #fff;
  display: flex;
  background: #fff;
  justify-content: center;
  gap: 5px;
  padding: 5px 20px;
  transition: 0.2s;
  color: #0280cc;
}
.languageChange a:hover {
  text-decoration: none;
  color: #0280cc;
  background: #c7e8fa;
}
.languageChange span {
  background: #0280cc;
  color: #fff;
}
.languageChange a:before,
.languageChange span:before {
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  display: block;
  background: url(../img/icon_language_on.png) no-repeat center/contain;
}
.languageChange span:before {
  background: url(../img/icon_language_off.png) no-repeat center/contain;
}

/* contents
-----------------------------------------------------*/
h2 {
  font-size: 28px;
  text-align: center;
  color: #0280cc;
  font-weight: bold;
  margin-bottom: 50px;
}

.lead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lead .text {
  width: 50%;
}
.lead .photoimage {
  width: 45%;
}

h3 {
  font-size: 20px;
  text-align: center;
  background: #0280cc;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
  padding: 10px 20px;
  border-radius: 50vh;
}

.flowbox {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.flowbox > li {
  border: 1px solid #ccc;
  border-radius: 15px;
  margin-bottom: 40px;
  position: relative;
}
.flowbox > li:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 50px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 30px solid #555555;
  border-bottom: 0;
}
.flowbox > li:last-child:after {
  display: none;
}
.flowbox > li > dl {
  display: flex;
}
.flowbox > li > dl > dt {
  font-size: 18px;
  font-weight: bold;
  background: #888;
  color: #fff;
  width: 30%;
  padding: 15px 20px;
  border-radius: 15px 0 0 15px;
}
.flowbox > li > dl > dd {
  width: 70%;
  padding: 15px 30px;
  margin: 0;
}
.flowbox > li > dl > dd ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.flowbox > li > dl > dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}
.flowbox > li > dl > dd .personalItem {
  border: 1px solid #ccc;
}
.flowbox > li > dl > dd .personalItem dt {
  background: #ccc;
  padding: 10px 20px;
  margin-bottom: 0;
}
.flowbox > li > dl > dd .personalItem dd {
  padding: 20px 10px 1px 10px;
  margin: 0;
}

.faqlist dt {
  padding: 5px 10px;
  border-bottom: 1px dashed #333;
  margin-bottom: 10px;
}
.faqlist dd {
  padding: 0 10px;
  margin: 0 0 20px 0;
}

.formLinkBtn {
  margin-bottom: 50px;
}
.formLinkBtn a {
  display: block;
  background: #ea6172;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  padding: 30px 2rem;
  text-align: center;
  font-size: 30px;
  box-shadow: 5px 5px 3px #ccc;
  line-height: 1.3;
  position: relative;
  transition: 0.2s;
}
.formLinkBtn a:before {
  content: "";
  width: 35px;
  aspect-ratio: 1/1;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  display: block;
  position: absolute;
  top: calc(50% - 18px);
  right: 20px;
  transform: rotate(45deg);
}
.formLinkBtn a span {
  font-size: 20px;
}
.formLinkBtn a:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translate(3px, 3px);
}
.formLinkBtn.en a {
  line-height: 1;
}

#Reservationfaq {
  background: #EAF6FD !important;
}
#Reservationfaq h3 {
  border-radius: 0;
}
#Reservationfaq .faqlist {
  padding: 0 30px 30px 30px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}
#Reservationfaq .faqlist dt {
  padding: 5px 10px;
  border-bottom: 1px dashed #333;
  border-bottom: none;
  margin-bottom: 0px;
  width: 50%;
  background: #0280cc;
  color: #FFF;
  border-radius: 50vh;
  font-weight: bold;
}
#Reservationfaq .faqlist dd {
  width: calc(50% - 20px);
  padding: 5px 10px;
  margin: 0;
}

/* form contents
-----------------------------------------------------*/
.formLead {
  margin-bottom: 5em;
}
.formLead p {
  text-align: center;
}
.formLead p strong {
  color: #c00;
  background: linear-gradient(transparent 50%, #ffeced 50%);
}
.formLead p br.sp {
  display: none;
}
.formLead .call span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 48px;
  color: #666;
}
.formLead .call span:before {
  content: "";
  width: 48px;
  aspect-ratio: 1/1;
  display: block;
  background: url("../img/icon_call.png") no-repeat center/contain;
}

dl.mailform {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 0;
}
dl.mailform ul {
  padding: 0;
  list-style: none;
}
dl.mailform > dt {
  width: 35%;
  margin: 0;
  padding: 10px 10px 10px 10px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
dl.mailform > dt span {
  display: block;
  font-size: 12px;
}
dl.mailform > dt span.must {
  background: #c00;
  color: #fff;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 3px 5px;
  border-radius: 5px;
}
dl.mailform > dd {
  width: 65%;
  margin: 0;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
dl.mailform > dd p {
  margin-bottom: 0;
}
dl.mailform > dd.address li {
  margin-bottom: 10px;
}
dl.mailform .time {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
dl.mailform .time dt {
  width: 5em;
  padding-top: 0.3em;
}
dl.mailform .time.en dt {
  width: 8em;
}
dl.mailform .time dd {
  width: calc(100% - 5em - 10px);
  margin: 0;
}
dl.mailform .time dd ul {
  margin: 0;
}
dl.mailform .time dd ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
dl.mailform .time dd ul li.text {
  padding-top: 0.3em;
}
dl.mailform .time dd ul li select {
  min-width: 70px;
  border: 1px solid #ddd;
}
dl.mailform .time dd ul li input.year {
  width: 70px;
  font-size: 16px;
}
dl.mailform .time dd ul li input[type=text]:not(.year) {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: none;
}
dl.mailform .time dd ul li p.error {
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 0;
}
dl.mailform input[type=text] {
  width: 80%;
  padding: 0.5em;
}
dl.mailform input[type=text].zipcode {
  width: 8em;
  ime-mode: disabled;
}
dl.mailform input[type=text].age {
  width: 4em;
  ime-mode: disabled;
}
dl.mailform input[type=text]:focus {
  width: 80%;
}
dl.mailform input[type=text]:focus.zipcode {
  width: 8em;
}
dl.mailform input[type=text]:focus.age {
  width: 4em;
}
dl.mailform input[type=email] {
  width: 80%;
  padding: 0.5em;
}
dl.mailform input[type=date] {
  padding: 0.5em;
  border: solid 1px #ddd;
}
dl.mailform textarea {
  width: 80%;
  padding: 0.5em;
}
dl.mailform select {
  font-size: 16px;
  padding: 0.5em;
  border: solid 1px #ddd;
}
dl.mailform p.error {
  color: #ff0000;
  font-size: 12px;
}
dl.mailform input[type=text].error,
dl.mailform textarea.error,
dl.mailform select.error {
  background: #fbeef4;
}
dl.mailform .radio label {
  margin-right: 0.7em;
}

/* formsubmitBtn */
.formsubmitBtn {
  margin-bottom: 50px;
  display: flex;
  gap: 20px;
}
.formsubmitBtn button,
.formsubmitBtn a {
  display: block;
  background: #ea6172;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  padding: 30px 2rem;
  text-align: center;
  font-size: 30px;
  box-shadow: 5px 5px 3px #ccc;
  line-height: 1.3;
  position: relative;
  transition: 0.2s;
  width: 100%;
}
.formsubmitBtn button:before,
.formsubmitBtn a:before {
  content: "";
  width: 35px;
  aspect-ratio: 1/1;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  display: block;
  position: absolute;
  top: calc(50% - 18px);
  right: 20px;
  transform: rotate(45deg);
}
.formsubmitBtn button span,
.formsubmitBtn a span {
  font-size: 20px;
}
.formsubmitBtn button:hover,
.formsubmitBtn a:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translate(3px, 3px);
}
.formsubmitBtn a {
  background: #bbb;
}
.formsubmitBtn a:before {
  content: "";
  width: 35px;
  aspect-ratio: 1/1;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  display: block;
  position: absolute;
  top: calc(50% - 18px);
  left: 20px;
  right: auto;
  transform: rotate(-135deg);
}