@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500;700&display=swap");
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol, ul {
  list-style: none;
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/*SVGスプライト用*/
.all_svg {
  display: none;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .contents-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .contents-pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .contents-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .contents-sp {
    display: none !important;
  }
}

/*	wow.jsのバグ対応 */
.fadeInUp,
.fadeInRight {
  opacity: 0;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
}
@media (max-width: 767px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
}

#container {
  width: 100%;
  overflow: hidden;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes top_fv01_decorate {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes top_fv01_wing_l {
  0% {
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes top_fv01_wing_r {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes top_fv01_title {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft100_op {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft100_op {
  animation-name: fadeInLeft100_op;
}

@keyframes fadeInRight100_op {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight100_op {
  animation-name: fadeInRight100_op;
}

@keyframes hanamaki_mv01_title01 {
  0% {
    opacity: 0;
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hanamaki_mv01_title02 {
  0% {
    opacity: 0;
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hanamaki_mv01_logo {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hanamaki_mv02_title_sp {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hanamaki_mv02_title_pc {
  0% {
    opacity: 0;
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hanamaki_mv03_title01 {
  0% {
    opacity: 0;
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hanamaki_mv03_title02 {
  0% {
    opacity: 0;
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.common-header {
  width: 100%;
  height: 10rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 6.1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 0.5rem #777;
}
@media (max-width: 767px) {
  .common-header {
    height: 56px;
    padding: 0 3.8rem;
  }
}
.common-header__logo {
  display: block;
  height: 2.8rem;
}
.common-header__logo .logo-image {
  height: 100%;
}
.common-header__logo .logo-image img {
  height: 100%;
  width: auto;
}
.common-header__hamburger .hamburger-btn {
  width: 37.5px;
  height: 24.4px;
  position: relative;
}
.common-header__hamburger .hamburger-btn span {
  display: inline-block;
  width: 100%;
  height: 1.7px;
  background: #231815;
  position: absolute;
  left: 0;
  transition: all 0.4s ease;
}
.common-header__hamburger .hamburger-btn span:nth-of-type(1) {
  top: 0;
}
.common-header__hamburger .hamburger-btn span:nth-of-type(2) {
  top: 11px;
}
.common-header__hamburger .hamburger-btn span:nth-of-type(3) {
  top: 23px;
}
.common-header__hamburger .hamburger-btn.active span:nth-of-type(1) {
  top: 11px;
  transform: rotate(45deg);
}
.common-header__hamburger .hamburger-btn.active span:nth-of-type(2) {
  display: none;
}
.common-header__hamburger .hamburger-btn.active span:nth-of-type(3) {
  top: 11px;
  transform: rotate(-45deg);
}
.common-header__nav {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 5rem;
}
@media (max-width: 767px) {
  .common-header__nav {
    width: 100vw;
    height: calc(100vh - 56px);
    background: #fff;
    position: fixed;
    top: 56px;
    left: 0;
    transform: translateX(-120%);
    transition: all 1s ease;
    display: block;
    padding: 6rem 3rem;
    overflow-y: auto;
  }
}
.common-header__nav.active {
  transform: translate(0);
}
.common-header__main-nav {
  display: flex;
  column-gap: 5rem;
}
@media (max-width: 767px) {
  .common-header__main-nav {
    display: block;
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .common-header__main-nav li:not(:first-of-type) {
    margin-top: 3rem;
  }
}
.common-header__main-nav a {
  display: block;
  text-align: center;
  color: #3e3a39;
  transition: 0.3s;
}
.common-header__main-nav a:hover {
  color: rgba(0, 0, 0, 0.3);
}
.common-header__main-nav a span {
  display: block;
}
.common-header__main-nav a .en {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .common-header__main-nav a .en {
    font-size: 3rem;
  }
}
.common-header__link-nav {
  width: 15.3rem;
  height: 100%;
}
@media (max-width: 767px) {
  .common-header__link-nav {
    width: 30rem;
    height: 15rem;
    margin: 0 auto;
  }
}
.common-header__link-nav .link_button {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #231815;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.common-header__link-nav .link_button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  display: block;
  transition: 0.3s;
}
@media (min-width: 1400px) {
  .common-header__link-nav .link_button:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (max-width: 767px) {
  .common-header__link-nav .link_button {
    font-size: 3.2rem;
  }
  .common-header__link-nav .link_button:nth-of-type(2) {
    margin-top: 2rem;
  }
}
.common-header__link-nav .link_button .reserve-link-btn {
  background: #e2c600;
}
.common-header__link-nav .reserve-link-btn {
  background: #23adc7;
}
@media (max-width: 767px) {
  .common-header__link-nav .reserve-link-btn {
    margin-top: 2rem;
  }
}

.common-header-reserve {
  width: 49rem;
  height: calc(100vh - 20rem);
  position: fixed;
  top: 15rem;
  right: 3.5rem;
  background: rgba(232, 235, 229, 0.95);
  z-index: 100;
  overflow: auto;
  padding: 1.5rem;
  color: #6A6451;
  font-family: "Yu Mincho", "YuMincho", serif;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .common-header-reserve {
    width: 74rem;
    padding: 3rem;
    right: 3rem;
  }
}
.common-header-reserve .reserve-close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-close {
    top: 3rem;
    right: 3rem;
  }
}
.common-header-reserve .reserve-close span {
  display: block;
  width: 4rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 1.9rem;
  left: 0;
  pointer-events: none;
  transition: 0.3s;
}
.common-header-reserve .reserve-close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.common-header-reserve .reserve-close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .common-header-reserve .reserve-close:hover span {
    background: #317C83;
  }
}
.common-header-reserve__title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .common-header-reserve__title {
    font-size: 2.8rem;
  }
}
.common-header-reserve .reserve-izu .reserve-izu-block {
  padding: 4rem 2rem 2rem;
  border-color: #6A6451;
}
.common-header-reserve .reserve-izu .reserve-izu-block__icon {
  display: none;
}
.common-header-reserve .reserve-izu .reserve-izu-block__title {
  height: auto;
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-block__title {
    background: none;
    width: auto;
  }
}
.common-header-reserve .reserve-izu .reserve-izu-block__title h3 {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-block__title h3 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
.common-header-reserve .reserve-izu .reserve-izu-block__items {
  display: block;
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-block__items dl {
    margin-bottom: 2rem;
    column-gap: 2rem;
  }
}
.common-header-reserve .reserve-izu .reserve-izu-block__item {
  width: 100%;
}
.common-header-reserve .reserve-izu .reserve-izu-block__item:not(:first-of-type) {
  margin-top: 1rem;
}
.common-header-reserve .reserve-izu .reserve-izu-block__item dt {
  width: 14rem;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-block__item dt {
    width: 23rem;
    font-size: 2.4rem;
  }
}
.common-header-reserve .reserve-izu .reserve-izu-block__item dt .required {
  font-size: 1.3rem;
  color: #317C83;
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-block__item dt .required {
    font-size: 2.4rem;
  }
}
.common-header-reserve .reserve-izu .reserve-izu-block__item dd {
  flex: 1;
  font-size: 1.4rem;
  color: #6A6451;
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-block__item dd {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-block__item dd .form-textarea {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-block__item dd::before {
    width: 1.8rem;
    height: 2.2rem;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-block__item dd input {
    height: auto;
    padding: 1rem 1.5rem;
  }
}
.common-header-reserve .reserve-izu .reserve-izu-block__item dd .error {
  font-size: 1.2rem;
}
.common-header-reserve .reserve-izu .reserve-izu-block__item.separate {
  width: 100%;
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-block__item.separate {
    column-gap: 2rem;
  }
}
.common-header-reserve .reserve-izu .reserve-izu-bottom-block {
  width: 100%;
  padding: 2rem;
}
.common-header-reserve .reserve-izu .reserve-izu-bottom-block .error {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-bottom-block__privacy-check {
    font-size: 2.4rem;
  }
}
.common-header-reserve .reserve-izu .reserve-izu-bottom-block__anno-wrap p {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-bottom-block__anno-wrap p {
    font-size: 2.3rem;
  }
}
.common-header-reserve .reserve-izu .reserve-izu-bottom-block__anno-wrap p .privacy-btn {
  color: #317C83;
}
.common-header-reserve .reserve-izu .reserve-izu-bottom-block__privacy-box .privacy-text-box {
  width: 100%;
  border-color: #fff;
  background-color: #fff;
  color: #6A6451;
}
.common-header-reserve .reserve-izu .reserve-izu-bottom-block__privacy-box .privacy-text-box .privacy-text-contents {
  font-size: 1.2rem;
  color: #6A6451;
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-bottom-block__privacy-box .privacy-text-box .privacy-text-contents {
    font-size: 2rem;
  }
}
.common-header-reserve .reserve-izu .reserve-izu-bottom-block__submit .submit-button {
  color: #317C83;
  border-color: #317C83;
  width: 10rem;
  height: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .common-header-reserve .reserve-izu .reserve-izu-bottom-block__submit .submit-button {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .common-header-reserve .reserve-izu .reserve-izu-bottom-block__submit .submit-button {
    width: 8rem;
    height: 8rem;
  }
}
.common-header-reserve .reserve-izu .reserve-izu-bottom-block__submit .submit-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  border: 0.1rem solid rgba(49, 124, 131, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
  content: "";
  display: block;
  transition: 0.3s;
}
@media (min-width: 1400px) {
  .common-header-reserve .reserve-izu .reserve-izu-bottom-block__submit .submit-button:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.common-header-reserve .reserve-izu .reserve-izu-block__item .form-select02 {
  font-size: 2.4rem;
  color: #6A6451;
}
@media (min-width: 768px) {
  .common-header-reserve .reserve-izu .reserve-izu-block__item .form-select02 {
    font-size: 1.4rem;
  }
}
.common-header-reserve .reserve-izu .reserve-stage dt {
  width: 10rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .common-header-reserve .reserve-izu .reserve-stage dt {
    width: 6rem;
  }
}
.common-header-reserve .reserve-izu .error {
  padding-top: 0.5rem;
}
.common-header-reserve .ECM_CheckboxInput {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.common-header-reserve .ECM_CheckboxInput:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.common-header-reserve .ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.common-header-reserve .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #333333;
}
.common-header-reserve .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 0.4rem;
  border-radius: 0.2rem;
  transform: translate(-0.6rem, 0px) rotateZ(-135deg);
  transform-origin: 0.2rem 0.2rem;
  background: #FFFFFF;
}
.common-header-reserve .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 0.2rem;
  border-radius: 0.1rem;
  transform: translate(-0.3rem, 0.1rem) rotateZ(-45deg);
  transform-origin: 0.1rem 0.1rem;
  background: #FFFFFF;
}
.common-header-reserve .ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  border: solid 0.1rem transparent;
  background: #fff;
  border-radius: 0.4rem;
}
@media (max-width: 767px) {
  .common-header-reserve .ECM_CheckboxInput-DummyInput {
    width: 3rem;
    height: 3rem;
  }
}
.common-header-reserve .ECM_CheckboxInput-LabelText {
  margin-left: 1rem;
  display: block;
  font-size: 1.7rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .common-header-reserve .ECM_CheckboxInput-LabelText {
    font-size: 2.4rem;
    width: calc(100% - 4rem);
  }
}
@media (min-width: 768px) {
  .common-header-reserve .ECM_CheckboxInput-LabelText {
    width: calc(100% - 3rem);
  }
}

.common-header-reserve.active {
  opacity: 1;
  visibility: visible;
}

.common-footer {
  padding-top: 10rem;
  padding: 10rem 0 3.5rem;
  position: relative;
  background-color: #D9D9D9;
}
@media (max-width: 767px) {
  .common-footer {
    padding-top: 0;
    background-color: #fff;
  }
}
.common-footer .top-back-btn {
  position: absolute;
  top: -5.2rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #231815;
  border: 1px solid #231815;
}
.common-footer .top-back-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  border: 0.1rem solid rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  display: block;
  transition: 0.3s;
  border-radius: 50%;
}
@media (min-width: 1400px) {
  .common-footer .top-back-btn:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.common-footer__sp-link {
  width: 100%;
  background: #c7c7c7;
}
.common-footer__sp-link .top-back-common {
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-footer__main-contents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  position: relative;
}
@media (max-width: 767px) {
  .common-footer__main-contents {
    height: auto;
    justify-content: center;
    padding: 5.8rem 0 3.3rem;
    margin-top: 10px;
  }
}
.common-footer .common-footer-main-contents__logo {
  display: block;
  width: 29.2rem;
}
@media (max-width: 767px) {
  .common-footer .common-footer-main-contents__logo {
    width: 13.6rem;
  }
}
.common-footer .common-footer-main-contents__logo img {
  width: 100%;
}
.common-footer .common-footer-main-contents__nav {
  width: calc(50% - 14.6rem);
}
.common-footer .common-footer-main-contents__main-nav {
  padding: 0 2rem 0 6rem;
}
.common-footer .common-footer-main-contents__main-nav li:not(:last-of-type) {
  margin-bottom: 2rem;
}
.common-footer .common-footer-main-contents__main-nav a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  color: #3e3a39;
  transition: 0.3s;
  gap: 0 0.5rem;
  line-height: 1;
}
@media (min-width: 1400px) {
  .common-footer .common-footer-main-contents__main-nav a:hover {
    color: rgba(0, 0, 0, 0.3);
  }
}
.common-footer .common-footer-main-contents__main-nav a span {
  display: block;
}
.common-footer .common-footer-main-contents__main-nav a .en {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.common-footer .common-footer-main-contents__link-nav {
  width: calc(50% - 14.6rem);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  justify-content: flex-end;
  align-items: center;
}
.common-footer .common-footer-main-contents__link-nav .link_button {
  width: 15rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #231815;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.common-footer .common-footer-main-contents__link-nav .link_button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  display: block;
  transition: 0.3s;
}
@media (min-width: 1400px) {
  .common-footer .common-footer-main-contents__link-nav .link_button:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.common-footer .common-footer-main-contents__link-nav .link_button:nth-of-type(2) {
  background: #e2c600;
}
.common-footer .common-footer-main-contents__link-nav .reserve-link-btn {
  background: #23adc7;
}
@media (max-width: 767px) {
  .common-footer .common-footer-main-contents__link-nav .reserve-link-btn {
    margin-top: 2rem;
  }
}
.common-footer .common-footer-main-contents__link-nav .common-footer-main-contents-link-nav-wrap {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  align-items: center;
  justify-content: flex-end;
}
.common-footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .common-footer__copyright {
    height: 24px;
    margin-top: 0;
    margin-bottom: 10.4rem;
  }
}
.common-footer__feather {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.common-footer .feather-l {
  left: -7.2rem;
  bottom: -2rem;
  width: 30.5rem;
}
.common-footer .feather-r {
  right: 0;
  bottom: -5.2rem;
  width: 40.5rem;
}
.common-footer .sp-link-buttons {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  padding: 1.2rem 0;
  background-color: #C8C8C9;
}
.common-footer .sp-link-buttons .sp-link-button {
  width: 25.3rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.6rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .common-footer .sp-link-buttons .sp-link-button {
    font-size: 1.8rem;
  }
}
.common-footer .sp-link-buttons .sp-link-button img {
  width: 14rem;
}
.common-footer .sp-link-buttons .sp-link-button.document-link-btn {
  background: #231815;
}
.common-footer .sp-link-buttons .sp-link-button.reserve-link-btn {
  background: #23adc7;
}
.common-footer .sp-link-buttons .reserve-link-btn {
  background: #e2c600;
}

.reserve-izu .reserve-izu-block {
  border: 0.1rem solid #fff;
  padding: 2.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block {
    border: 0.1rem solid #3e3a39;
  }
}
.reserve-izu .reserve-izu-block:not(:first-of-type) {
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block:not(:first-of-type) {
    margin-top: 9rem;
  }
}
.reserve-izu .reserve-izu-block__icon {
  width: 20rem;
  background: #94a1a7;
  position: absolute;
  top: -2.3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block__icon {
    position: relative;
    margin: 0 auto;
    margin-top: -9.4rem;
    margin-bottom: 0.5rem;
    width: 40rem;
    background: #fff;
    top: initial;
    left: initial;
    transform: none;
  }
}
.reserve-izu .reserve-izu-block__icon .icon {
  width: 5.3rem;
  margin: 0 auto;
}
.reserve-izu .reserve-izu-block__icon .icon img {
  width: 100%;
}
.reserve-izu .reserve-izu-block__title {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block__title {
    width: 40rem;
    height: 6rem;
    margin: 0 auto 4rem;
    background: #fff;
  }
}
.reserve-izu .reserve-izu-block__title h3 {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block__title h3 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
.reserve-izu .reserve-izu-block__title.title-second {
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: initial;
}
.reserve-izu .reserve-izu-block__items {
  display: flex;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block__items {
    display: block;
  }
}
.reserve-izu .reserve-izu-block__items:not(:first-of-type) {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block__items:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.reserve-izu .reserve-izu-block__item {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block__item:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.reserve-izu .reserve-izu-block__item dt {
  font-size: 2rem;
  line-height: 1.2;
  width: 16.4rem;
  text-align: right;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block__item dt {
    width: 20rem;
    font-size: 2.4rem;
  }
}
.reserve-izu .reserve-izu-block__item dt span {
  font-size: 1.5rem;
  color: #e2c600;
}
.reserve-izu .reserve-izu-block__item dd {
  flex: 1;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block__item dd {
    font-size: 2.4rem;
  }
}
.reserve-izu .reserve-izu-block__item dd .form-control {
  width: 100%;
  height: 3.6rem;
  background: #fff;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block__item dd .form-control {
    height: 5.8rem;
    border: 0.1rem solid #3e3a39;
  }
}
.reserve-izu .reserve-izu-block__item dd .form-textarea {
  height: 12.6rem;
}
.reserve-izu .reserve-izu-block__item .form-select02 {
  width: 100%;
  height: 3.6rem;
  background: #fff;
  padding: 0.5rem 1.5rem;
  margin: 0 auto;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block__item .form-select02 {
    border: 0.1rem solid #3e3a39;
    height: 5.8rem;
    font-size: 2.4rem;
  }
}
.reserve-izu .reserve-izu-block__item .form-calendar {
  position: relative;
}
.reserve-izu .reserve-izu-block__item .form-calendar::before {
  content: "";
  width: 2.2rem;
  height: 2.6rem;
  background-image: url(../../img/izumigaoka/sec12/calendar-icon.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  top: 0.5rem;
  right: 10px;
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block__item .form-calendar::before {
    top: 1.3rem;
  }
}
.reserve-izu .reserve-izu-block__item.separate {
  width: 50%;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block__item.separate {
    width: 100%;
  }
}
.reserve-izu .reserve-izu-block .form-select {
  position: relative;
  display: block;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block .form-select {
    font-size: 2.4rem;
  }
}
.reserve-izu .reserve-izu-block .form-select::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: #3e3a39;
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block .form-select::before {
    right: 2.6rem;
    top: 1.5rem;
    top: 2.2rem;
  }
}
.reserve-izu .reserve-izu-block__item.form-select {
  width: 22rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-block__item.form-select {
    width: 30rem;
  }
}
.reserve-izu ::placeholder {
  color: #ddd;
}
.reserve-izu .reserve-izu-bottom-block {
  width: 50%;
  margin-left: auto;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-bottom-block {
    width: 100%;
  }
}
.reserve-izu .reserve-izu-bottom-block__anno {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-bottom-block__anno {
    justify-content: center;
  }
}
.reserve-izu .reserve-izu-bottom-block__anno-wrap p {
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-bottom-block__anno-wrap p {
    font-size: 2.4rem;
  }
}
.reserve-izu .reserve-izu-bottom-block__anno-wrap p .privacy-btn {
  color: #e2c600;
  cursor: pointer;
}
.reserve-izu .reserve-izu-bottom-block__privacy-box {
  width: 100%;
  height: 20rem;
  position: relative;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-bottom-block__privacy-box {
    height: 30rem;
  }
}
.reserve-izu .reserve-izu-bottom-block__privacy-check {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-bottom-block__privacy-check {
    font-size: 2.4rem;
  }
}
.reserve-izu .reserve-izu-bottom-block__privacy-check label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.reserve-izu .reserve-izu-bottom-block__privacy-check .form-checkbox {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-bottom-block__privacy-check .form-checkbox {
    width: 2rem;
    height: 2rem;
    margin-top: 0.5rem;
  }
}
.reserve-izu .reserve-izu-bottom-block__submit {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}
.reserve-izu .reserve-izu-bottom-block__submit .submit-button {
  width: 10.4rem;
  height: 10.4rem;
  border: 0.1rem solid #e2c600;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #e2c600;
  font-weight: 500;
}
@media (max-width: 767px) {
  .reserve-izu .reserve-izu-bottom-block__submit .submit-button {
    width: 13rem;
    height: 13rem;
  }
}
.reserve-izu .error {
  color: #d80c18;
}
.reserve-izu #checkbox_privacy-error {
  position: absolute;
  top: 2.2rem;
  left: 30%;
}

.mw_wp_form_confirm .reserve-izu .reserve-izu-block__item .form-calendar::before {
  display: none;
}
.mw_wp_form_confirm .reserve-izu .reserve-izu-block .form-select::before {
  display: none;
}
.mw_wp_form_confirm .reserve-izu .reserve-izu-bottom-block__anno-wrap {
  display: none;
}

#izumigaoka .izumigaoka-sec12.thanks {
  padding-bottom: 20rem;
  padding-top: 20rem;
}
@media (max-width: 767px) {
  #izumigaoka .izumigaoka-sec12.thanks {
    padding: 5.4rem 2rem 0;
  }
}
#izumigaoka .izumigaoka-sec12.thanks .izumigaoka-sec12__inner-bg {
  display: none;
}
@media (max-width: 767px) {
  #izumigaoka .izumigaoka-sec12.thanks .izumigaoka-sec12__title {
    margin-bottom: 5rem;
  }
}
#izumigaoka .izumigaoka-sec12.thanks .izumigaoka-sec12__contents {
  display: flex;
  justify-content: center;
}
#izumigaoka .izumigaoka-sec12.thanks .izumigaoka-sec12__contents .thanks-item__text {
  text-align: center;
}
#izumigaoka .izumigaoka-sec12.thanks .izumigaoka-sec12__contents .thanks-item__text p {
  font-size: 2rem;
}
#izumigaoka .izumigaoka-sec12.thanks .izumigaoka-sec12__contents .thanks-item__image {
  margin-top: 5rem;
  width: 100%;
}
#izumigaoka .izumigaoka-sec12.thanks .izumigaoka-sec12__contents .thanks-item__image img {
  width: 100%;
}

#ui-datepicker-div {
  z-index: 999 !important;
  position: absolute !important;
}

#izumigaoka.asahi .reserve-izu .reserve-izu-block {
  border-color: #3e3a39;
}
#izumigaoka.asahi .reserve-izu .reserve-izu-block__icon {
  background: #fff;
}
#izumigaoka.asahi .reserve-izu .reserve-izu-block__item dt .required {
  color: #307c80;
}
#izumigaoka.asahi .reserve-izu .reserve-izu-block__item dd .form-control {
  border: 0.1rem solid #3e3a39;
}
#izumigaoka.asahi .reserve-izu .reserve-izu-block__item .form-select02 {
  border: 0.1rem solid #3e3a39;
}
#izumigaoka.asahi .reserve-izu .reserve-izu-bottom-block__anno p .privacy-btn {
  color: #307c80;
  font-weight: bold;
}
@media (max-width: 767px) {
  #izumigaoka.asahi .reserve-izu .reserve-izu-bottom-block__privacy-box .privacy-text-box {
    border-color: #307c80;
  }
}
#izumigaoka.asahi .reserve-izu .reserve-izu-bottom-block__submit .submit-button {
  background: #231815;
  color: #fff;
  border: none;
}

.area-header {
  width: 100%;
  height: 10rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 6.1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 0.5rem #777;
}
@media (max-width: 767px) {
  .area-header {
    height: 56px;
    padding: 0 3.8rem;
  }
}
.area-header__logo {
  display: block;
  height: 95%;
}
.area-header__logo .logo-image {
  height: 100%;
}
.area-header__logo .logo-image img {
  height: 100%;
  width: auto;
}
.area-header__hamburger .hamburger-btn {
  width: 37.5px;
  height: 24.4px;
  position: relative;
}
.area-header__hamburger .hamburger-btn span {
  display: inline-block;
  width: 100%;
  height: 1.7px;
  background: #231815;
  position: absolute;
  left: 0;
  transition: all 0.4s ease;
}
.area-header__hamburger .hamburger-btn span:nth-of-type(1) {
  top: 0;
}
.area-header__hamburger .hamburger-btn span:nth-of-type(2) {
  top: 11px;
}
.area-header__hamburger .hamburger-btn span:nth-of-type(3) {
  top: 23px;
}
.area-header__hamburger .hamburger-btn.active span:nth-of-type(1) {
  top: 11px;
  transform: rotate(45deg);
}
.area-header__hamburger .hamburger-btn.active span:nth-of-type(2) {
  display: none;
}
.area-header__hamburger .hamburger-btn.active span:nth-of-type(3) {
  top: 11px;
  transform: rotate(-45deg);
}
.area-header__nav {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 5rem;
}
@media (max-width: 767px) {
  .area-header__nav {
    width: 100vw;
    height: calc(100vh - 56px);
    background: #fff;
    position: fixed;
    top: 56px;
    left: 0;
    transform: translateX(-120%);
    transition: all 1s ease;
    display: block;
    padding: 6rem 3rem;
    overflow-y: auto;
  }
}
.area-header__nav.active {
  transform: translate(0);
}
.area-header__main-nav {
  display: flex;
  column-gap: 5rem;
}
@media (max-width: 767px) {
  .area-header__main-nav {
    display: block;
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .area-header__main-nav li:not(:first-of-type) {
    margin-top: 3rem;
  }
}
.area-header__main-nav a {
  display: block;
  text-align: center;
  color: #3e3a39;
}
.area-header__main-nav a span {
  display: block;
}
.area-header__main-nav a .en {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .area-header__main-nav a .en {
    font-size: 3rem;
  }
}
.area-header__main-nav a .ja {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.area-header__link-nav {
  width: 15.3rem;
  height: 100%;
}
@media (max-width: 767px) {
  .area-header__link-nav {
    width: 30rem;
    height: 15rem;
    margin: 0 auto;
  }
}
.area-header__link-nav .link_button {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #231815;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 767px) {
  .area-header__link-nav .link_button {
    font-size: 3.2rem;
  }
  .area-header__link-nav .link_button:nth-of-type(2) {
    margin-top: 2rem;
  }
}
.area-header__link-nav .link_button .reserve-link-btn {
  background: #e2c600;
}
.area-header__link-nav .reserve-link-btn {
  background: #e2c600;
}
@media (max-width: 767px) {
  .area-header__link-nav .reserve-link-btn {
    margin-top: 2rem;
  }
}

.area-header-reserve {
  width: 49rem;
  height: calc(100vh - 20rem);
  position: fixed;
  top: 15rem;
  right: 3.5rem;
  background: rgba(35, 24, 21, 0.9);
  z-index: 100;
  overflow: auto;
  padding: 1.5rem;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .area-header-reserve {
    width: 74rem;
    padding: 3rem;
    right: 3rem;
  }
}
.area-header-reserve .reserve-close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .area-header-reserve .reserve-close {
    top: 3rem;
    right: 3rem;
  }
}
.area-header-reserve .reserve-close span {
  display: block;
  width: 4rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 1.9rem;
  left: 0;
  pointer-events: none;
}
.area-header-reserve .reserve-close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.area-header-reserve .reserve-close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.area-header-reserve__title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.area-header-reserve .reserve-izu .reserve-izu-block {
  padding: 2rem;
}
@media (max-width: 767px) {
  .area-header-reserve .reserve-izu .reserve-izu-block {
    border: 0.1rem solid #fff;
  }
}
.area-header-reserve .reserve-izu .reserve-izu-block__icon {
  display: none;
}
@media (max-width: 767px) {
  .area-header-reserve .reserve-izu .reserve-izu-block__title {
    background: none;
  }
}
.area-header-reserve .reserve-izu .reserve-izu-block__title h3 {
  font-size: 1.7rem;
}
.area-header-reserve .reserve-izu .reserve-izu-block__items {
  display: block;
}
.area-header-reserve .reserve-izu .reserve-izu-block__item {
  width: 100%;
}
.area-header-reserve .reserve-izu .reserve-izu-block__item:not(:first-of-type) {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .area-header-reserve .reserve-izu .reserve-izu-block__item:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.area-header-reserve .reserve-izu .reserve-izu-block__item dt {
  width: 14rem;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .area-header-reserve .reserve-izu .reserve-izu-block__item dt {
    width: 20rem;
  }
}
.area-header-reserve .reserve-izu .reserve-izu-block__item dt .required {
  font-size: 1.3rem;
}
.area-header-reserve .reserve-izu .reserve-izu-block__item dd {
  flex: 1;
}
.area-header-reserve .reserve-izu .reserve-izu-block__item.separate {
  width: 100%;
}
.area-header-reserve .reserve-izu .reserve-izu-bottom-block {
  width: 100%;
  padding: 2rem;
}
.area-header-reserve .reserve-izu .reserve-izu-bottom-block__anno-wrap p {
  font-size: 1.4rem;
}
.area-header-reserve .reserve-izu .reserve-izu-bottom-block__privacy-box .privacy-text-box {
  width: 100%;
}

.area-header-reserve.active {
  opacity: 1;
  visibility: visible;
}

.area-header.asahi-header .area-header__link-nav .reserve-link-btn {
  background: #82adce;
}
.area-header.asahi-header .area-header-reserve .reserve-izu .reserve-izu-block__item .required {
  color: #82adce;
}
.area-header.asahi-header .area-header-reserve .reserve-izu .reserve-izu-bottom-block__anno-wrap .privacy-btn {
  color: #82adce;
}
.area-header.asahi-header .area-header-reserve .reserve-izu .reserve-izu-bottom-block__submit .submit-button {
  border-color: #82adce;
  color: #82adce;
}

.area-header.hanamaki-header .area-header__link-nav .link_button {
  background: #514D55;
}
.area-header.hanamaki-header .area-header__link-nav .link_button.reserve-link-btn {
  background: #DAB84B;
}
.area-header.hanamaki-header .area-header-reserve .link_button {
  background: #DAB84B;
}
.area-header.hanamaki-header .area-header-reserve .reserve-izu .reserve-izu-block__item .required {
  color: #82adce;
}
.area-header.hanamaki-header .area-header-reserve .reserve-izu .reserve-izu-bottom-block__anno-wrap .privacy-btn {
  color: #82adce;
}
.area-header.hanamaki-header .area-header-reserve .reserve-izu .reserve-izu-bottom-block__submit .submit-button {
  border-color: #82adce;
  color: #82adce;
}

.area-footer {
  padding-top: 6rem;
  position: relative;
}
@media (max-width: 767px) {
  .area-footer {
    padding-top: 0;
  }
}
.area-footer .top-back-btn {
  position: absolute;
  top: -5.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.area-footer__sp-link {
  width: 100%;
  background: #c7c7c7;
}
.area-footer__sp-link .top-back-area {
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area-footer__main-contents {
  width: 100%;
  height: 8rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 6.1rem;
  z-index: 99;
}
@media (max-width: 767px) {
  .area-footer__main-contents {
    height: 12rem;
    height: 56px;
    justify-content: center;
    padding: 0 3.8rem;
    margin-top: 10px;
  }
}
.area-footer .area-footer-main-contents__logo {
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .area-footer .area-footer-main-contents__logo {
    height: 100%;
  }
}
.area-footer .area-footer-main-contents__logo img {
  width: auto;
  height: 100%;
}
.area-footer .area-footer-main-contents__nav {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 5rem;
}
.area-footer .area-footer-main-contents__main-nav {
  display: flex;
  column-gap: 5rem;
}
.area-footer .area-footer-main-contents__main-nav a {
  display: block;
  text-align: center;
  color: #3e3a39;
}
.area-footer .area-footer-main-contents__main-nav a span {
  display: block;
}
.area-footer .area-footer-main-contents__main-nav a .en {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.area-footer .area-footer-main-contents__main-nav a .ja {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.area-footer .area-footer-main-contents__link-nav {
  width: 15.3rem;
  height: 100%;
}
.area-footer .area-footer-main-contents__link-nav .link_button {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #231815;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
}
.area-footer .area-footer-main-contents__link-nav .link_button:nth-of-type(2) {
  background: #e2c600;
}
.area-footer .area-footer-main-contents__link-nav .reserve-link-btn {
  background: #e2c600;
}
@media (max-width: 767px) {
  .area-footer .area-footer-main-contents__link-nav .reserve-link-btn {
    margin-top: 2rem;
  }
}
.area-footer__copyright {
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .area-footer__copyright {
    height: 24px;
    margin-top: 0;
  }
}

.area-footer.asahi-footer .area-footer-main-contents__link-nav .reserve-link-btn {
  background: #82adce;
}

.area-footer.hanamaki-footer .area-footer-main-contents__link-nav .link_button {
  background: #514D55;
}
.area-footer.hanamaki-footer .area-footer-main-contents__link-nav .link_button.reserve-link-btn {
  background: #DAB84B;
}

.sp-link-buttons {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  padding: 1rem 0;
}
.sp-link-buttons .sp-link-button {
  width: 25.3rem;
  height: 10rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}
.sp-link-buttons .sp-link-button img {
  width: 14rem;
}
.sp-link-buttons .sp-link-button:nth-of-type(2) {
  background: #231815;
}
.sp-link-buttons .sp-link-button:nth-of-type(3) {
  background: #e2c600;
}
.sp-link-buttons .reserve-link-btn {
  background: #e2c600;
}

#izumigaoka.asahi .sp-link-buttons {
  background: #c8c8c9;
}
#izumigaoka.asahi .sp-link-buttons .sp-link-button:nth-of-type(3) {
  background: #82adce;
}
#izumigaoka.asahi .sp-link-buttons .reserve-link-btn {
  background: #82adce;
}

.asahi-footer .sp-link-buttons .reserve-link-btn {
  background: #82adce;
}

.top-back-btn {
  width: 10.4rem;
  height: 10.4rem;
  background: #231815;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .top-back-btn {
    width: 13rem;
    height: 13rem;
    font-size: 1.8rem;
  }
}

.sp-link-buttons-common {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  padding: 1.2rem 0;
  background-color: #C8C8C9;
}
.sp-link-buttons-common .sp-link-button-common {
  width: 30rem;
  height: 10rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.6rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sp-link-buttons-common .sp-link-button-common {
    font-size: 1.8rem;
  }
}
.sp-link-buttons-common .sp-link-button-common img {
  width: 14rem;
}
.sp-link-buttons-common .document-link-btn-common {
  background: #231815;
  position: relative;
}
.sp-link-buttons-common .document-link-btn-common::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  display: block;
  transition: 0.3s;
}
@media (min-width: 1400px) {
  .sp-link-buttons-common .document-link-btn-common:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}
.sp-link-buttons-common .reserve-link-btn-common {
  background: #23adc7;
  position: relative;
}
.sp-link-buttons-common .reserve-link-btn-common::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  display: block;
  transition: 0.3s;
}
@media (min-width: 1400px) {
  .sp-link-buttons-common .reserve-link-btn-common:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
}

.privacy-text-box {
  width: 80rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: auto;
  background: rgba(32, 33, 24, 0.75);
  padding: 3rem;
}
@media (max-width: 767px) {
  .privacy-text-box {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 0.2rem solid #e2c600;
  }
}
.privacy-text-box .privacy-text-contents {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .privacy-text-box .privacy-text-contents {
    font-size: 1.6rem;
    color: #3e3a39;
  }
}

.privacy-text-box.active {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */