/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-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;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 2.6666666667vw;
}

body {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  color: #1e1e1e;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.u-font-zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

.u-font-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.u-color-red {
  color: #aa1c23;
}

.u-text-semibold {
  font-weight: 600;
}

.l-footer {
  position: relative;
}
.l-footer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background: url(../img/footer_bg_sp.png) repeat-x center bottom/auto 100%;
}

.l-footer-inner {
  max-width: 984px;
  margin: auto;
  padding-top: 3.4rem;
  padding-right: 1.5rem;
  padding-bottom: 7.6rem;
  padding-left: 1.5rem;
  background-color: #FFFFFF;
}

.l-footer-button {
  position: relative;
  display: block;
  width: 20.5rem;
  margin: 0 auto 3rem;
  padding: 1rem 2.4rem;
  border-radius: 9999px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  color: #FFFFFF;
  background-color: #d5c44f;
}

.l-footer-button-arrow {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 2.2rem;
  height: 2.2rem;
  margin: auto;
}

.l-footer-logo {
  width: 8.4rem;
  margin: auto;
}

.l-wrapper {
  background-color: #fff26a;
  overflow: hidden;
}

.l-section {
  position: relative;
  z-index: 1;
}

.l-section-inner {
  position: relative;
  max-width: 984px;
  margin: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
  transition: opacity 0.3s ease-out, display 0.3s allow-discrete;
}
.modal.is-shown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
@starting-style {
  .modal.is-shown {
    opacity: 0;
  }
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.modal-content {
  position: relative;
  width: 92%;
  z-index: 2;
}

.modal-close {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid #FFFFFF;
}
.modal-close::before, .modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0.1rem;
  margin: auto;
  background-color: #FFFFFF;
}
.modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-detail {
  display: none;
  width: 100%;
  max-height: 80svh;
  padding: 1.3rem;
  background-color: #FFFFFF;
  overflow: auto;
  -webkit-transition: display 0.3s allow-discrete;
  transition: display 0.3s allow-discrete;
}
.modal-detail.is-active {
  display: block;
}

.modal-detail-inner {
  position: relative;
}

.modal-detail-txt-area {
  margin-top: 1.2rem;
  margin-bottom: 2.4rem;
}

.modal-detail-menu {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.4;
}

.modal-detail-menu-bg {
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  width: 12.3rem;
  z-index: 1;
}

.modal-detail-menu-list {
  position: relative;
  z-index: 2;
}
.modal-detail-menu-list li {
  position: relative;
  padding-left: 1em;
}
.modal-detail-menu-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 9999px;
  margin-right: 0.5em;
  background-color: #a5a5a5;
  vertical-align: middle;
  line-height: 1;
}

.modal-detail-description {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #1e1e1e;
  font-size: 1.3rem;
  line-height: 1.62;
}

.modal-detail-room {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.3rem 0.8rem;
  border-radius: 9999px;
  background-color: #aa1c23;
  font-size: 1.1rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.4;
}

.modal-detail-attention {
  position: relative;
  font-size: 1rem;
  line-height: 1.55;
  z-index: 2;
}

.modal-detail-bg {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 31.4rem;
  z-index: 1;
}

.mv {
  padding-bottom: 2.5rem;
  background: url(../img/mv_bg_sp.png) no-repeat center bottom/100% auto;
  z-index: 2;
}

.mv-head {
  width: 30rem;
  margin: -2.5rem auto 0;
  padding-right: 1.3rem;
}
.mv-head img {
  width: 100%;
}

.plan {
  margin-top: -1rem;
}

.plan-inner {
  background-color: #FFFFFF;
  padding: 0;
  overflow: hidden;
}

.plan-block {
  position: relative;
  padding-top: 5.2rem;
  padding-bottom: 2.6rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.plan-bg {
  position: absolute;
  z-index: 1;
}
.plan-bg.--bg01 {
  top: 2rem;
  left: -0.1rem;
  width: 21.7%;
}
.plan-bg.--bg02 {
  top: 4.3rem;
  right: 0;
  width: 19.5%;
}
.plan-bg.--bg03 {
  bottom: 9.5rem;
  right: -0.1rem;
  width: 50.5%;
}
.plan-bg.--bg04 {
  top: -0.2rem;
  left: 0.5rem;
  width: 19.7%;
}
.plan-bg.--bg05 {
  top: -11.2rem;
  right: 0.1rem;
  width: 34.7%;
}
.plan-bg.--bg06 {
  bottom: 19.5rem;
  right: 0.8rem;
  width: 49.8%;
}

.plan-bg-txt {
  display: block;
  position: absolute;
  font-size: 9.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff26a;
}
.plan-bg-txt.--bg-txt01 {
  top: 47.2rem;
  left: -1rem;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.plan-bg-txt.--bg-txt02 {
  top: 87rem;
  right: -1rem;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.plan-head {
  position: relative;
  padding-bottom: 0.5rem;
  font-size: 1.9rem;
  line-height: 1;
  text-align: center;
  background: url(../img/plan_head_ribbon_pink_sp.png) no-repeat center bottom/auto 1.4rem;
  z-index: 2;
}
.plan-head.--yellow {
  background-image: url(../img/plan_head_ribbon_yellow_sp.png);
}

.plan-sub-head {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 3.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  z-index: 2;
}

.plan-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.5rem 0;
  z-index: 2;
}

.plan-list-item {
  width: 48.5%;
}

.plan-list-item-img {
  position: relative;
}
.plan-list-item-img::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  width: 2.7rem;
  height: 2.7rem;
  background: url(../img/icon_more.png) no-repeat center/100% auto;
}

.plan-list-item-head {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.plan-list-item-place {
  margin-top: 0.8rem;
  padding-left: 0.5rem;
  border-left: 1px solid #1e1e1e;
  font-size: 1.1rem;
  line-height: 1.5;
}

.plan-list-item-link {
  position: relative;
  display: inline-block;
  margin-top: 0.8rem;
  padding: 0.4rem 1.7rem 0.4rem 0.4rem;
  background-color: #fff26a;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.plan-list-item-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.9rem;
  bottom: 0;
  width: 0.7rem;
  height: 0.7rem;
  margin: auto;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.plan-attention {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid #1e1e1e;
  font-size: 1.1rem;
  line-height: 1.68;
  text-align: justify;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.6rem;
  }
  .u-sp {
    display: none !important;
  }
  .l-footer::after {
    height: 7.7rem;
    background-image: url(../img/footer_bg_pc.png);
  }
  .l-footer-inner {
    padding-top: 2.5rem;
    padding-bottom: 14rem;
  }
  .l-footer-button {
    width: 35.5rem;
    margin-bottom: 6.8rem;
    padding: 1.9rem 2.4rem;
    font-size: 1.8rem;
  }
  .l-footer-button-arrow {
    right: 1.8rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .l-footer-logo {
    width: 21rem;
  }
  .modal-content {
    max-width: 824px;
  }
  .modal-close {
    top: -6rem;
    width: 4.5rem;
    height: 4.5rem;
  }
  .modal-detail {
    padding: 3rem;
  }
  .modal-detail-txt-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .modal-detail-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.3rem;
  }
  .modal-detail-menu-bg {
    top: -3rem;
    right: -3rem;
    width: 12rem;
    height: 12rem;
  }
  .modal-detail-menu-list li::before {
    top: 0.4rem;
    width: 1rem;
    height: 1rem;
  }
  .modal-detail-description {
    position: relative;
    width: 61.3%;
    margin-top: 0;
    margin-right: 2.3rem;
    padding-top: 0;
    padding-right: 2.3rem;
    border-top: none;
    border-right: 1px solid #1e1e1e;
    font-size: 1.7rem;
    letter-spacing: 0.03em;
    text-align: justify;
    z-index: 2;
  }
  .modal-detail-description.--plan12 {
    width: 44.2%;
  }
  .modal-detail-room {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  .modal-detail-attention {
    font-size: 1.3rem;
  }
  .mv {
    padding-bottom: 6.5rem;
    background-image: url(../img/mv_bg_pc.png);
  }
  .mv-head {
    width: 85%;
    margin-top: -6rem;
    padding-right: 2.5%;
  }
  .plan {
    margin-top: -3vw;
  }
  .plan-block {
    padding-top: 14rem;
    padding-bottom: 7rem;
  }
  .plan-bg.--bg01 {
    top: 4rem;
    width: 22.7rem;
  }
  .plan-bg.--bg02 {
    top: 8.3rem;
    right: 1rem;
    width: 20.6rem;
  }
  .plan-bg.--bg03 {
    bottom: -6rem;
    right: -1rem;
    width: 61rem;
  }
  .plan-bg.--bg04 {
    top: 1.3rem;
    left: 0;
    width: 24rem;
  }
  .plan-bg.--bg05 {
    right: 0rem;
    top: 0rem;
    width: 22.3rem;
  }
  .plan-bg.--bg06 {
    bottom: 27.4rem;
    width: 50.6rem;
    right: -3rem;
  }
  .plan-head {
    background-image: url(../img/plan_head_ribbon_pink_pc.png);
    background-size: auto 2rem;
    font-size: 3.3rem;
  }
  .plan-head.--yellow {
    background-image: url(../img/plan_head_ribbon_yellow_pc.png);
  }
  .plan-sub-head {
    margin-top: 1.2rem;
    margin-bottom: 6.6rem;
    font-size: 2.2rem;
  }
  .plan-list {
    gap: 7.5rem 0;
    max-width: 764px;
    margin: auto;
  }
  .plan-list-item {
    width: 47.5%;
  }
  .plan-list-item-img::after {
    right: 1rem;
    bottom: 1rem;
    width: 5rem;
    height: 5rem;
  }
  .plan-list-item-head {
    margin-top: 2.1rem;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .plan-list-item-place {
    margin-top: 2.3rem;
    padding-left: 1.2rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .plan-list-item-link {
    margin-top: 1rem;
    padding: 0.5rem 2.5rem 0.5rem 0.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .plan-list-item-link::after {
    right: 1.2rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .plan-attention {
    max-width: 764px;
    margin: 8.9rem auto 0;
    padding-top: 2.7rem;
    font-size: 1.2rem;
    line-height: 1.83;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media (hover: hover) {
  .l-footer-button {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .l-footer-button:hover {
    opacity: 0.7;
  }
  .plan-list-item > a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .plan-list-item > a:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */