@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@0;1&family=EB+Garamond:ital@0;1&family=Libre+Caslon+Display&family=Playfair+Display:ital@0;1&family=Shippori+Mincho+B1:wght@400;500;600;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit]:focus, input[type=password]:focus, input[type=button]:focus {
  outline: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1450px) {
  html {
    font-size: 0.6896551724vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }
}
* {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 11rem 0 0;
}

@media screen and (max-width: 750px) {
  main {
    width: 100%;
    padding: 0;
  }
}
section {
  position: relative;
  overflow: hidden;
}

img,
svg,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Shippori Mincho B1", "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.f-shippori {
  font-family: "Shippori Mincho B1", serif;
}

.f-zen {
  font-family: "Zen Old Mincho", serif;
}

.f-play {
  font-family: "Playfair Display", serif;
}

.f-libre {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
}

.f-c-gara {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.f-eb-gara {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

header {
  width: 100%;
  background: #0d142a;
  padding: 3rem 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
header .com-content {
  width: 140rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header .h-h1 {
  font-size: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
header .h-logo {
  width: 18.5rem;
}
header .h-logo h1 {
  font-size: 1rem;
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
}
header .h-logo a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-logo a:hover {
  opacity: 0.7;
}
header .h-links {
  position: fixed;
  right: 0;
  top: 10rem;
  width: 8rem;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
header .h-links_btn {
  position: relative;
  display: block;
  text-align: center;
  padding: 3vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-links_btn:hover {
  opacity: 0.7;
}
header .h-links_btn img {
  display: block;
  margin-inline: auto;
}
header .h-links_btn .center {
  margin: auto;
}
header .h-links_btn .text {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: 0;
  margin: 1rem auto 0;
}
header .h-links_btn.reserve {
  background: -webkit-gradient(linear, left top, right top, from(#830009), to(#410009));
  background: linear-gradient(to right, #830009 0%, #410009 100%);
}
header .h-links_btn.reserve img {
  width: 4rem;
}
header .h-links_btn.online {
  background: -webkit-gradient(linear, left top, right top, from(#3651ab), to(#002240));
  background: linear-gradient(to right, #3651ab 0%, #002240 100%);
}
header .h-links_btn.online img {
  width: 3.9rem;
}
header .h-links_btn.tel {
  background: -webkit-gradient(linear, left top, right top, from(#00e717), to(#008717));
  background: linear-gradient(to right, #00e717 0%, #008717 100%);
}
header .h-links_btn.tel img {
  width: 3.6rem;
}
header .h-links_btn.chat {
  background: -webkit-gradient(linear, left top, right top, from(#ff9873), to(#ae633f));
  background: linear-gradient(to right, #ff9873 0%, #ae633f 100%);
}
header .h-links_btn.chat img {
  width: 4.3rem;
}

body.is-scrolling .h-links {
  -webkit-transform: translateX(15rem);
          transform: translateX(15rem);
}
@media screen and (max-width: 750px) {
  body.is-scrolling .h-links {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 750px) {
  header {
    padding: 0 0 7px 0;
  }
  header .com-content {
    padding: 0;
    width: 100%;
  }
  header .h-h1 {
    display: none;
  }
  header .h-logo {
    -webkit-transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
    transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
    width: 120px;
    display: block;
    padding: 8px;
    margin: 10px 0 0 10px;
    z-index: 10;
  }
  header .h-logo h1 {
    display: none;
  }
  header .h-logo a {
    display: block;
  }
  header .h-logo.active {
    background: #fff;
  }
  header .h-links {
    top: initial;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  header .h-links_btn {
    width: 25%;
    padding: 15px 0;
  }
  header .h-links_btn .text {
    font-size: 2.4rem;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-align: center;
    display: inline-block;
    margin-top: 1.5rem;
  }
  header .h-links_btn.reserve img {
    width: 5rem;
  }
  header .h-links_btn.online img {
    width: 4.9rem;
  }
  header .h-links_btn.tel img {
    width: 4.6rem;
  }
  header .h-links_btn.chat img {
    width: 5.3rem;
  }
}
.f_nav,
nav {
  background: #fff;
  padding: 0 0 0.6rem;
  position: fixed;
  top: 7rem;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.f_nav ul,
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3.6rem;
}
.f_nav ul li,
nav ul li {
  position: relative;
}
.f_nav ul li.new a,
nav ul li.new a {
  position: relative;
}
.f_nav ul li.new a::before,
nav ul li.new a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 1.7rem;
  content: "NEW";
  color: #fff;
  font-weight: 800;
  background: #95201c;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .f_nav ul li.new a::before,
  nav ul li.new a::before {
    width: 7rem;
    height: 2.7rem;
    padding-top: 0.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 2rem;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
  }
}
.f_nav ul li p,
.f_nav ul li a,
nav ul li p,
nav ul li a {
  padding: 1rem;
  text-align: center;
  position: relative;
  display: block;
}
.f_nav ul li p span,
.f_nav ul li a span,
nav ul li p span,
nav ul li a span {
  color: #1A1311;
  letter-spacing: 0;
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .f_nav ul li p span,
  .f_nav ul li a span,
  nav ul li p span,
  nav ul li a span {
    font-size: 10px;
  }
}
.f_nav ul li a::after,
nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0d142a;
  height: 2px;
  width: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.f_nav ul li a:hover::after,
nav ul li a:hover::after {
  width: 80%;
  opacity: 1;
}
.f_nav ul li.dis,
nav ul li.dis {
  pointer-events: none;
}
.f_nav ul li.dis span,
nav ul li.dis span {
  color: #b2b3b3;
}

.f_nav {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto 4rem;
}

#pageBrand nav ul li.brand a::after,
#pageModelroom nav ul li.modelroom a::after,
#pageQuality nav ul li.quality a::after,
#pagePlan nav ul li.plan a::after,
#pageMerit nav ul li.merit a::after,
#pageResidence nav ul li.residence a::after,
#pageFuture nav ul li.future a::after,
#pageAccess nav ul li.access a::after,
#pagePosition nav ul li.position a::after,
#pageTop nav ul li.top a::after {
  width: 60%;
  opacity: 1;
}

.c-nav_btn {
  display: none;
}

@media screen and (max-width: 750px) {
  .f_nav {
    margin: 9rem auto 0;
  }
  .f_nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff;
  }
  .f_nav ul li {
    width: 50%;
    border-bottom: 1px solid #ebebeb;
  }
  .f_nav ul li:nth-of-type(odd) {
    border-right: 1px solid #ebebeb;
  }
  .f_nav ul li:nth-of-type(1), .f_nav ul li:nth-of-type(2) {
    border-top: 1px solid #ebebeb;
  }
  .f_nav ul li.new::before {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 0;
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    font-size: 2rem;
  }
  .f_nav ul li a {
    padding: 3rem 0;
  }
  .f_nav ul li a::after {
    bottom: 0px;
  }
  nav {
    display: block;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    padding-top: 17rem;
    -webkit-transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
    transition: all 1000ms cubic-bezier(0.545, 0.08, 0.52, 0.975);
    pointer-events: none;
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  nav .list-area {
    background: #fff;
    position: relative;
  }
  nav .list-area ul {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
  }
  nav .list-area ul li {
    width: 100% !important;
    position: relative;
  }
  nav .list-area ul li.new::before {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    font-size: 2rem;
  }
  nav .list-area ul li a {
    padding: 1rem 0 2rem;
    margin-bottom: 2rem;
  }
  nav .list-area ul li a span {
    font-size: 2.6rem;
  }
  nav.active {
    pointer-events: auto;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  .c-nav_btn {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    background: #000;
  }
  .c-nav_btn span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background-color: #fff;
  }
  .c-nav_btn p {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 10px;
    text-align: center;
  }
  .c-nav_btn.active span {
    background-color: #fff;
  }
  .c-nav_btn,
  .c-nav_btn span {
    display: inline-block;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-nav_btn span:nth-of-type(1) {
    top: 12px;
  }
  .c-nav_btn span:nth-of-type(2) {
    top: 20px;
  }
  .c-nav_btn span:nth-of-type(3) {
    bottom: 20px;
  }
  .c-nav_btn span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 0.75s forwards;
            animation: btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .c-nav_btn span:nth-of-type(2) {
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  .c-nav_btn span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 0.75s forwards;
            animation: btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .c-nav_btn.active span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 0.75s forwards;
            animation: active-btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
  }
  .c-nav_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-nav_btn.active span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 0.75s forwards;
            animation: active-btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
  }
}
footer.footer {
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  footer.footer {
    padding: 0 0 14rem 0;
  }
}
footer.footer .f-info_map {
  text-align: center;
}
footer.footer .f-info_map_ttl {
  font-size: 2.2rem;
}
footer.footer .f-info_map iframe {
  width: 100%;
  height: 60rem;
  margin: 5rem 0;
}
footer.footer .f-info_map .address {
  border: 1px solid rgba(60, 60, 60, 0.5);
  padding: 1rem 0;
  font-size: 2.6rem;
}
footer.footer .f-info_map .address span {
  font-size: 1.5rem;
}
footer.footer .f-info_rec {
  padding: 10rem 0;
}
footer.footer .f-info_rec_ttl {
  font-size: 5.2rem;
  line-height: 1.3;
  text-align: center;
}
footer.footer .f-info_rec_ttl span {
  font-size: 1.8rem;
  display: inline-block;
  line-height: 2;
}
footer.footer .f-info_rec a {
  width: 76rem;
  margin: 5rem auto 0;
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#9a8565), color-stop(50%, #ddd2a6), to(#9a8565));
  background: linear-gradient(to right, #9a8565 0%, #ddd2a6 50%, #9a8565 100%);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  padding: 3rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer.footer .f-info_rec a:hover {
  opacity: 0.7;
}
footer.footer .f-info_rec a p {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
footer.footer .f-info_rec a span {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}
footer.footer .bnr_wrap .bnr {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer.footer .bnr_wrap .bnr:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  footer.footer .f-info_map_ttl {
    font-size: 3.2rem;
  }
  footer.footer .f-info_map iframe {
    height: 40rem;
  }
  footer.footer .f-info_map .address {
    padding: 2rem 0;
    font-size: 2.8rem;
  }
  footer.footer .f-info_map .address span {
    font-size: 2rem;
  }
  footer.footer .f-info_rec_ttl span {
    font-size: 2rem;
    padding-top: 2rem;
  }
  footer.footer .f-info_rec a {
    width: 66rem;
    padding: 4rem 0;
  }
  footer.footer .f-info_rec a p {
    font-size: 3.4rem;
  }
  footer.footer .f-info_rec a span {
    width: 4rem;
    height: 4rem;
  }
}
footer.footer .f-note {
  padding: 3rem 0;
}
footer.footer .f-note p {
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  footer.footer .f-note {
    padding: 8rem 0;
  }
}
footer.footer .f-contact_logo {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 20rem 0 5rem;
}
footer.footer .f-contact_logo .f_logo {
  width: 38%;
}
footer.footer .f-contact_logo .f_logo a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer.footer .f-contact_logo .f_logo a:hover {
  opacity: 0.6;
}
footer.footer .f-contact_logo .f_logo_txt {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 2rem;
}
footer.footer .f-contact_logo .sns {
  width: 52%;
}
footer.footer .f-contact_logo .sns_ttl {
  margin-bottom: 1rem;
}
footer.footer .f-contact_logo .sns_lists {
  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: 2rem;
}
footer.footer .f-contact_logo .sns_lists li {
  width: calc((100% - 12rem) / 7);
}
footer.footer .f-contact_logo .sns_lists li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer.footer .f-contact_logo .sns_lists li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_logo .sns {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  footer.footer .f-contact_logo {
    gap: 5rem;
  }
  footer.footer .f-contact_logo .f_logo {
    width: 70%;
    margin: auto;
  }
  footer.footer .f-contact_logo .f_logo_txt {
    font-size: 1.8rem;
  }
  footer.footer .f-contact_logo .sns {
    width: 90%;
    margin: auto;
  }
  footer.footer .f-contact_logo .sns_ttl {
    text-align: center;
    font-size: 1.8rem;
  }
  footer.footer .f-contact_logo .sns_lists {
    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: 2rem;
  }
  footer.footer .f-contact_logo .sns_lists li {
    width: calc((100% - 12rem) / 7);
  }
}

.f_copyright {
  text-align: center;
  padding: 3rem 0;
  border-top: 1px solid #3c3c3c;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .f_copyright {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

figure {
  position: relative;
}

.ref {
  position: relative;
  overflow: hidden;
}
.ref::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-animation: shine 5s infinite;
  animation: shine 5s infinite;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  25% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  25% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.com-note.right {
  text-align: right;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 2rem;
  }
}
.com-cap {
  font-size: 1rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.com-cap.left {
  right: auto;
  left: 0.5rem;
}

.com-cap.clr-w {
  color: #fff;
  text-shadow: none;
}

.com-cap.clr-b {
  color: #000;
  text-shadow: none;
}

.com-cap.w100 {
  right: 2.5rem;
}

.com-cap.left.w100 {
  left: 2.5rem;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 2rem;
    bottom: 1rem;
    right: 1rem;
  }
  .com-cap.left {
    left: 1rem;
  }
  .com-cap.w100 {
    right: 1rem;
  }
  .com-cap.left.w100 {
    left: 1rem;
  }
}
.com-ttl {
  font-size: 2.6rem;
  letter-spacing: 0;
}
.com-ttl.clr-p {
  color: #883e57;
}

.com-lead {
  font-size: 2.3rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.com-txt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 3rem;
}

.com-sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

@media screen and (max-width: 750px) {
  .com-sup {
    font-size: 2rem;
  }
}
.com-content {
  width: 104rem;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 75rem;
    padding: 0 4rem;
  }
}
.com_main_wrap {
  padding-bottom: 15rem;
}
.com_main_wrap .main_box {
  width: 100%;
  height: 45rem;
  position: relative;
}
.com_main_wrap .main_box .ibox {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  width: 100%;
  height: 100%;
}
.com_main_wrap .main_box .ibox figure {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}
.com_main_wrap .main_box .ibox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
}
.com_main_wrap .main_box .bg,
.com_main_wrap .main_box .tbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 23rem;
  -webkit-transform: translate(-50%, 60%);
          transform: translate(-50%, 60%);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.com_main_wrap .main_box .bg {
  background: #883e57;
  mix-blend-mode: multiply;
  opacity: 0;
}
.com_main_wrap .main_box .tbox {
  opacity: 0;
  padding: 5rem 0;
  text-align: center;
}
.com_main_wrap .main_box .tbox_t1 {
  width: 10.8rem;
  margin: 0 auto;
}
.com_main_wrap .main_box .tbox_t2 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  color: #fff;
  line-height: 1.5;
  position: relative;
  margin-top: 2rem;
  padding-top: 2rem;
}
.com_main_wrap .main_box .tbox_t2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.com_main_wrap .main_box .com-cap {
  right: 2.5rem;
}

.com_main_wrap.act .main_box .ibox figure {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}
.com_main_wrap.act .main_box .bg,
.com_main_wrap.act .main_box .tbox {
  top: 50%;
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#pageOutline .com_main_wrap,
#pageAccessmap .com_main_wrap {
  margin: 0;
}
#pageOutline .com_main_wrap .main_box,
#pageAccessmap .com_main_wrap .main_box {
  height: 24rem;
}
#pageOutline .com_main_wrap .main_box .txt,
#pageAccessmap .com_main_wrap .main_box .txt {
  color: #b6933a;
  top: auto;
  bottom: 7rem;
  left: -4%;
  -webkit-transform: unset;
          transform: unset;
}

#pageOutline .com_main_wrap.act .main_box .txt,
#pageMap .com_main_wrap.act .main_box .txt {
  left: 0;
}

@media screen and (max-width: 750px) {
  .com_main_wrap {
    margin: 0 0 4rem;
  }
  .com_main_wrap.OutlineMap {
    padding-bottom: 8rem;
  }
  .com_main_wrap.OutlineMap .main_box {
    height: 44rem !important;
  }
  .com_main_wrap.OutlineMap .main_box .bg,
  .com_main_wrap.OutlineMap .main_box .tbox {
    height: 30rem;
    top: 16rem !important;
  }
  .com_main_wrap.OutlineMap .main_box .tbox {
    padding: 8.5rem 0;
  }
  .com_main_wrap.OutlineMap .main_box .tbox_t1 {
    height: 2.5rem !important;
  }
  .com_main_wrap .main_box {
    height: 70rem;
  }
  .com_main_wrap .main_box .bg,
  .com_main_wrap .main_box .tbox {
    width: 35rem;
  }
  .com_main_wrap .main_box .tbox_t1 {
    width: 20.8rem;
  }
  .com_main_wrap .main_box .tbox_t2 {
    font-size: 3rem;
    line-height: 1.4;
  }
  .com_main_wrap .main_box .com-cap {
    right: 1rem;
  }
  .com_main_wrap.act .main_box .txt {
    left: 5%;
  }
  #pageOutline .com_main_wrap .main_box,
  #pageMap .com_main_wrap .main_box {
    height: 31rem;
  }
  #pageOutline .com_main_wrap .main_box .txt,
  #pageMap .com_main_wrap .main_box .txt {
    left: -5%;
  }
  #pageOutline .com_main_wrap.act .main_box .txt,
  #pageMap .com_main_wrap.act .main_box .txt {
    left: 0;
  }
}
.com-loadwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background: #fff;
  opacity: 1;
}
.com-loadwrap.no_active {
  -webkit-animation-name: loadAnime;
          animation-name: loadAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes loadAnime {
  0% {
    z-index: 99999;
    opacity: 1;
  }
  90% {
    z-index: 99999;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}

.com-tbox {
  padding: 6rem 0;
}
.com-tbox .com-ttlEn {
  color: #883e57;
  font-size: 2.2rem;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 3rem;
}
.com-tbox .com-lead1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.com-tbox .com-txt {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .com-tbox .com-ttlEn {
    font-size: 3rem;
  }
  .com-tbox .com-lead1 {
    font-size: 3.4rem;
  }
  .com-tbox .com-txt {
    font-size: 2.4rem;
  }
}

.btn_reserve {
  background: -webkit-gradient(linear, left top, right top, from(#830009), to(#410009));
  background: linear-gradient(to right, #830009 0%, #410009 100%);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 3rem 0;
  position: relative;
  display: block;
  margin: 8rem auto;
  width: 76rem;
  font-size: 2.8rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn_reserve:hover {
  opacity: 0.7;
}
.btn_reserve span {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}
.btn_reserve span.ls {
  position: initial;
  -webkit-transform: initial;
          transform: initial;
  letter-spacing: -0.1em;
}

.shine {
  position: relative;
  overflow: hidden;
  /* 光の動き */
}
.shine::before {
  content: "";
  -webkit-animation: shine 5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
          animation: shine 5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #afbec5;
  width: 140%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  top: 0;
  left: -160%;
  opacity: 0.5;
}
@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  90% {
    left: -20%;
    opacity: 0;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}

@media screen and (max-width: 750px) {
  .btn_reserve {
    width: 66rem;
    font-size: 3.4rem;
    padding: 4rem 0;
  }
  .btn_reserve span {
    width: 4rem;
    height: 4rem;
  }
}
/*動き*/
.m_left {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.m_left_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.m_right {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.m_right_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.m_op {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.m_op_on {
  opacity: 1;
}

.m_down {
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.m_down_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.m_up {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}
.m_up_on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .m_op_d1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .m_op_d2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .m_op_d3 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .m_op_d4 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .m_op_d5 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .m_op_d6 {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .m_op_d7 {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .m_op_d8 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .m_op_d9 {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
}
figure.m_scale {
  overflow: hidden;
}
figure.m_scale img {
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 10s;
  transition: 10s;
}
figure.m_scale.m_scale_on img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.action {
  background: #0b142b;
  padding: 8rem 0 1rem;
  text-align: center;
}
.action_txt {
  color: #fff;
  font-size: 5.8rem;
  margin-bottom: 3rem;
}
.action_note {
  color: #fff;
  font-size: 1.8rem;
}
#pageTop {
  position: relative;
  -webkit-transform: none !important;
          transform: none !important;
  color: #3c3c3c;
}
#pageTop .ls-005 {
  letter-spacing: -0.05em !important;
}
#pageTop .main .mv_wrap {
  position: relative;
  aspect-ratio: 1800/800;
}
#pageTop .main .mv_wrap .mv {
  position: absolute;
}
#pageTop .main .mv_wrap .mv_1 {
  left: 0;
  top: 0;
  width: 100%;
}
#pageTop .main .mv_wrap .mv_2 {
  left: 0;
  bottom: 0;
  width: 33.3333333333%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#pageTop .main .mv_wrap .mv_3 {
  left: 33.3333333333%;
  bottom: 0;
  width: 33.3333333333%;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#pageTop .main .mv_wrap .mv_4 {
  right: 0;
  bottom: 0;
  width: 33.3333333333%;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#pageTop .main .mv_wrap .mv_txt {
  text-align: center;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#pageTop .main .mv_wrap .mv_txt span {
  display: inline-block;
  color: #fff;
  letter-spacing: 0;
}
#pageTop .main .mv_wrap .mv_txt span.l {
  font-size: 4.2rem;
  margin-bottom: 2.4rem;
}
#pageTop .main .mv_wrap .mv_txt span.s {
  font-size: 2.3rem;
}
#pageTop .main .mv_wrap .mv_txt._pc {
  position: absolute;
  right: 12rem;
  top: 12rem;
}
@media screen and (max-width: 750px) {
  #pageTop .main {
    margin-top: 64.18px;
    opacity: 0;
  }
  #pageTop .main .mv_wrap {
    aspect-ratio: 752/1096;
  }
  #pageTop .main .mv_wrap .mv {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #pageTop .main .mv_wrap .mv_txt {
    padding: 49rem 0;
    width: 100%;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #pageTop .main .mv_wrap .mv_txt span {
    color: #3c3c3c;
  }
  #pageTop .main .mv_wrap .mv_txt span.l {
    font-size: 5.4rem;
    margin-bottom: 3.4rem;
    padding-left: 2.8rem;
  }
  #pageTop .main .mv_wrap .mv_txt span.s {
    font-size: 3rem;
    padding-left: 0.8rem;
  }
  #pageTop .main .mv_wrap .mv_txt._sp {
    position: absolute;
    left: 0;
    top: 0;
  }
  #pageTop .sp_M_op {
    opacity: 0;
    will-change: opacity, transform;
    visibility: hidden;
    -webkit-transition: opacity 2.5s ease, -webkit-transform 2.5s ease;
    transition: opacity 2.5s ease, -webkit-transform 2.5s ease;
    transition: opacity 2.5s ease, transform 2.5s ease;
    transition: opacity 2.5s ease, transform 2.5s ease, -webkit-transform 2.5s ease;
  }
  #pageTop .sp_M_op_on {
    opacity: 1;
    visibility: visible;
  }
}
#pageTop .concept {
  padding: 10rem 0;
}
#pageTop .concept_txt1 {
  max-width: 1063px;
  width: 80%;
  margin: 0 auto 5rem;
}
#pageTop .concept_txt2 {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  #pageTop .concept_txt1 {
    width: 100%;
  }
}
#pageTop .section + .section {
  margin-top: 10rem;
}
#pageTop .section .accordion_btn {
  display: block;
  background: #00768f;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  width: 38rem;
  padding: 2rem 0;
  margin: 0 auto 5rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#pageTop .section .accordion_btn:hover {
  opacity: 0.7;
}
#pageTop .section .accordion_btn .text {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: sans-serif;
  text-align: center;
}
#pageTop .section .accordion_btn .arrow {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pageTop .section .accordion_btn.is_open span {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 750px) {
  #pageTop .section .accordion_btn {
    width: 50rem;
    padding: 4rem 0;
    margin: 0 auto 7rem;
  }
  #pageTop .section .accordion_btn .text {
    font-size: 2.8rem;
  }
  #pageTop .section .accordion_btn .arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
#pageTop .section .close_btn {
  display: block;
  background: #e6e6e6;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  width: 38rem;
  padding: 2rem 0;
  margin: 8rem auto 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#pageTop .section .close_btn:hover {
  opacity: 0.7;
}
#pageTop .section .close_btn .text {
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: sans-serif;
  text-align: center;
}
#pageTop .section .close_btn .arrow {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pageTop .section .close_btn.is_open span {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 750px) {
  #pageTop .section .close_btn {
    width: 50rem;
    padding: 4rem 0;
    margin: 8rem auto 0;
  }
  #pageTop .section .close_btn .text {
    font-size: 2.6rem;
  }
  #pageTop .section .close_btn .arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
#pageTop .section .com-content.w120 {
  width: 120rem;
}
#pageTop .section .lead_box {
  text-align: center;
  padding-bottom: 5rem;
}
#pageTop .section .lead_box .lead1 {
  background: -webkit-gradient(linear, left top, right top, from(#00768f), to(#a27a51));
  background: linear-gradient(to right, #00768f 0%, #a27a51 100%);
  color: #fff;
  font-size: 2.4rem;
  padding: 2rem 0;
}
#pageTop .section .lead_box .lead2 {
  font-size: 2.4rem;
  line-height: 1.5;
  padding-top: 5rem;
}
#pageTop .section .border {
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
#pageTop .section .com_name {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  text-align: center;
}
#pageTop .section .com_distance {
  font-size: 2.6rem;
  text-align: center;
  margin: 0.5rem 0;
}
#pageTop .section .com_distance .red {
  color: #b7282c;
  font-size: 5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .section .com-content.w120 {
    width: 75rem;
  }
  #pageTop .section .lead_box .lead1 {
    font-size: 3.4rem;
    padding: 3rem 0;
  }
  #pageTop .section .lead_box .lead2 {
    font-size: 3rem;
    letter-spacing: 0;
  }
  #pageTop .section .border {
    padding: 3rem 0;
    font-size: 2.4rem;
  }
  #pageTop .section .com_name {
    font-size: 2.2rem;
  }
  #pageTop .section .com_distance {
    font-size: 2.5rem;
    letter-spacing: -0.05em;
  }
  #pageTop .section .com_distance .red {
    font-size: 4.6rem;
  }
}
#pageTop .section .accordion_content {
  display: none;
  background: #fff;
  padding: 8rem 0;
}
#pageTop .section .accordion_content.open {
  display: block;
}
#pageTop .section_head {
  padding: 5rem 0;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#pageTop .section_head.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#pageTop .section_head.rev .section_txt .ttl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#pageTop .section_head.rev .section_txt .txt_wrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#pageTop .section_head.rev .section_txt .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 750px) {
  #pageTop .section .section_head {
    padding: 8rem 0 7rem;
  }
  #pageTop .section .section_head.rev .section_txt .ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #pageTop .section .section_head.rev .section_txt .txt_wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #pageTop .section .section_head.rev .section_txt .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#pageTop .section_txt {
  width: 46%;
  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;
  position: relative;
}
#pageTop .section_txt .illust figure {
  position: absolute;
  top: -1rem;
  right: 5rem;
  width: 6rem;
}
#pageTop .section_txt .shake-up {
  -webkit-animation: shake-up 3s infinite ease-in-out;
          animation: shake-up 3s infinite ease-in-out;
}
@-webkit-keyframes shake-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(15deg);
            transform: translateY(15px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes shake-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(15deg);
            transform: translateY(15px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#pageTop .section_txt .shake-up-r {
  -webkit-animation: shake-up-r 3s infinite ease-in-out;
          animation: shake-up-r 3s infinite ease-in-out;
}
@-webkit-keyframes shake-up-r {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(-15deg);
            transform: translateY(-15px) rotate(-15deg);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes shake-up-r {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(-15deg);
            transform: translateY(-15px) rotate(-15deg);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#pageTop .section_txt .ttl {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #3c3c3c;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#pageTop .section_txt .ttl .l {
  font-size: 6.1rem;
}
#pageTop .section_txt .ttl .s {
  font-size: 1.6rem;
  letter-spacing: 0;
  display: inline-block;
  padding-bottom: 0.5rem;
}
#pageTop .section_txt .ttl .s.p_ab {
  position: absolute;
  left: 0;
  top: 0;
}
#pageTop .section_txt .ttl .num {
  font-size: 10rem;
}
#pageTop .section_txt .txt_wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pageTop .section_txt .txt_wrap .txt1 {
  font-size: 1.7rem;
  line-height: 1.8;
}
#pageTop .section_txt .txt_wrap .txt2 {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-top: auto;
}
#pageTop .section_txt .txt_wrap .txt2 span {
  font-size: 6.4rem;
}
#pageTop .section_txt .img {
  width: 48%;
}
@media screen and (max-width: 750px) {
  #pageTop .section .section_txt {
    width: 85%;
  }
  #pageTop .section .section_txt .illust figure {
    width: 8rem;
    top: -3rem;
    right: 6rem;
  }
  #pageTop .section .section_txt .ttl .l {
    font-size: 7.1rem;
  }
  #pageTop .section .section_txt .ttl .s {
    font-size: 2.6rem;
  }
  #pageTop .section .section_txt .ttl .s.p_ab {
    letter-spacing: -0.15em;
    left: -3rem;
  }
  #pageTop .section .section_txt .ttl .num {
    font-size: 11rem;
  }
  #pageTop .section .section_txt .txt_wrap .txt1 {
    font-size: 2.3rem;
    letter-spacing: -0.08em;
  }
  #pageTop .section .section_txt .txt_wrap .txt2 {
    font-size: 2.6rem;
    line-height: 1.1;
    margin-top: auto;
  }
  #pageTop .section .section_txt .txt_wrap .txt2 span {
    font-size: 7rem;
  }
}
#pageTop .section_img {
  width: 44%;
}
@media screen and (max-width: 750px) {
  #pageTop .section .section_img {
    width: 100%;
    margin-top: 5rem;
  }
}
#pageTop .section_name {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#pageTop .section_name p {
  width: 4.8rem;
}
#pageTop .section.access {
  background: #e3d7bc;
}
#pageTop .section.access .section_txt .ttl {
  line-height: 0.7;
}
#pageTop .section.access .stations {
  padding: 7rem 0 10rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
#pageTop .section.access .stations .staition_distance {
  text-align: center;
  padding-top: 1.2rem;
  font-size: 2.6rem;
}
#pageTop .section.access .stations .staition_distance .small {
  font-size: 1.3rem;
  display: inline-block;
  padding-bottom: 1rem;
}
#pageTop .section.access .stations .staition_distance .red {
  font-size: 6rem;
  color: #b7282c;
}
#pageTop .section.access .bus_access {
  padding: 5rem 0 0;
}
#pageTop .section.access .access_txt {
  padding: 10rem 0;
}
#pageTop .section.access .highway {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  padding: 8rem 0;
}
#pageTop .section.access .highway li {
  border: 1px solid #076baf;
  border-radius: 25px;
  padding: 3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pageTop .section.access .highway li .from {
  width: 100%;
  background: #076baf;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
#pageTop .section.access .highway li .to {
  font-size: 2rem;
  line-height: 1.3;
}
#pageTop .section.access .highway li .to span {
  font-size: 1.4rem;
}
#pageTop .section.access .highway li .min {
  font-size: 2rem;
}
#pageTop .section.access .highway li .min .red {
  color: #b7282c;
  font-size: 6rem;
}
#pageTop .section.access .highway li:last-child .to {
  letter-spacing: -0.15em;
}
#pageTop .section.access .highway li:last-child .to span {
  letter-spacing: initial;
}
@media screen and (max-width: 750px) {
  #pageTop .section.access {
    background: #e3d7bc;
  }
  #pageTop .section.access .stations .staition_distance {
    font-size: 3.4rem;
  }
  #pageTop .section.access .stations .staition_distance .small {
    font-size: 2rem;
  }
  #pageTop .section.access .stations .staition_distance .red {
    font-size: 7rem;
  }
  #pageTop .section.access .highway {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding: 8rem 0;
  }
  #pageTop .section.access .highway li {
    border-radius: 15px;
  }
  #pageTop .section.access .highway li .from {
    font-size: 2.8rem;
    padding: 1rem 0;
  }
  #pageTop .section.access .highway li .to {
    font-size: 2.9rem;
  }
  #pageTop .section.access .highway li .to span {
    font-size: 2.2rem;
  }
  #pageTop .section.access .highway li .min {
    font-size: 2.9rem;
    letter-spacing: 0;
  }
  #pageTop .section.access .highway li .min .red {
    font-size: 7rem;
  }
  #pageTop .section.access .highway li .min .com-note {
    letter-spacing: -0.05em;
  }
  #pageTop .section.access .highway li:last-child .to {
    letter-spacing: -0.15em;
  }
  #pageTop .section.access .highway li:last-child .to span {
    letter-spacing: initial;
  }
}
#pageTop .section.promenade {
  background: #caead5;
}
#pageTop .section.promenade .section_txt .illust figure:first-child {
  top: -4rem;
  width: 3.6rem;
}
#pageTop .section.promenade .section_txt .illust figure:last-child {
  top: 2rem;
  width: 4.8rem;
  right: -1rem;
}
#pageTop .section.promenade .section_txt .txt_wrap .txt2 {
  background: #fff;
  padding: 2rem 2.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}
#pageTop .section.promenade .prom_map {
  padding: 8rem 0;
}
#pageTop .section.promenade .layout_map p {
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 2rem;
}
#pageTop .section.promenade .prom_box {
  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;
  background: #e6ebeb;
  padding: 3.5rem;
  margin-top: 7rem;
}
#pageTop .section.promenade .prom_box_lead {
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
#pageTop .section.promenade .prom_box figure {
  width: 47%;
}
#pageTop .section.promenade .prom_box .com-note {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .section.promenade .section_txt .illust figure:first-child {
    top: -4rem;
    right: 6.4rem;
    width: 4.6rem;
  }
  #pageTop .section.promenade .section_txt .illust figure:last-child {
    top: 2rem;
    width: 5.8rem;
    right: -1rem;
  }
  #pageTop .section.promenade .section_txt .txt_wrap .txt1 {
    letter-spacing: -0.12em;
  }
  #pageTop .section.promenade .section_txt .txt_wrap .txt2 {
    padding: 2rem 1rem;
    font-size: 2rem;
    letter-spacing: -0.12em;
  }
  #pageTop .section.promenade .layout_map {
    padding-bottom: 5rem;
  }
  #pageTop .section.promenade .layout_map p {
    font-size: 2.9rem;
  }
  #pageTop .section.promenade .layout_map figure {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  #pageTop .section.promenade .prom_box {
    padding: 3.5rem;
  }
  #pageTop .section.promenade .prom_box_lead {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
#pageTop .section.shopping {
  background: #d2dff8;
}
#pageTop .section.shopping .section_txt {
  width: 90%;
}
#pageTop .section.shopping .section_txt .ttl {
  border-bottom: none;
}
#pageTop .section.shopping .section_txt .illust figure {
  right: 0;
}
#pageTop .section.shopping .section_txt .shops {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
#pageTop .section.shopping .section_txt .shops .shop_name {
  text-align: center;
}
#pageTop .section.shopping .section_txt .shops .shop_name .name {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 1rem 0;
}
#pageTop .section.shopping .section_txt .shops .shop_name .distance {
  font-size: 1.6rem;
  letter-spacing: 0;
}
#pageTop .section.shopping .section_txt .shops .shop_name .distance .num {
  font-size: 2.5rem;
}
#pageTop .section.shopping .section_txt .shops .shop_name .distance .com-note {
  letter-spacing: -0.05em;
}
#pageTop .section.shopping .area_map .com-cap {
  left: 10rem;
  bottom: 4rem;
}
@media screen and (max-width: 750px) {
  #pageTop .section.shopping .section_txt .illust figure {
    right: 27rem;
    top: 10rem;
  }
  #pageTop .section.shopping .section_txt .shops {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  #pageTop .section.shopping .section_txt .shops .shop_name {
    text-align: center;
  }
  #pageTop .section.shopping .section_txt .shops .shop_name .name {
    font-size: 1.9rem;
    letter-spacing: 0;
    padding: 1rem 0;
  }
  #pageTop .section.shopping .section_txt .shops .shop_name .distance {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  #pageTop .section.shopping .section_txt .shops .shop_name .distance .num {
    font-size: 3rem;
  }
}
#pageTop .section.education {
  background: #e6e6e6;
}
#pageTop .section.education .section_txt .illust figure:first-child {
  right: 13rem;
  width: 4rem;
}
#pageTop .section.education .section_txt .illust figure:last-child {
  top: 2rem;
}
#pageTop .section.education .section_txt .txt_wrap {
  width: 100%;
}
#pageTop .section.education .edu_lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding-bottom: 8rem;
}
#pageTop .section.education .edu_lists li {
  text-align: center;
}
#pageTop .section.education .ict {
  background: #f7f4f1;
  border: 1px solid #e38d00;
  margin-top: 8rem;
}
#pageTop .section.education .ict_ttl {
  background: #e38d00;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  padding: 1.5rem 0;
}
#pageTop .section.education .ict_cnt {
  padding: 4rem;
}
#pageTop .section.education .ict_t1 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
#pageTop .section.education .ict_t2 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  padding: 1.5rem 0;
}
#pageTop .section.education .ict .green {
  color: #0c8c43;
  font-size: 2.6rem;
  text-align: center;
  padding-top: 6rem;
}
#pageTop .section.education .ict_flex {
  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;
}
#pageTop .section.education .ict_flex figure {
  width: 58%;
}
#pageTop .section.education .ict_flex .ict_t1 {
  width: 38%;
}
#pageTop .section.education .ict_lists_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
  margin-top: 3rem;
}
#pageTop .section.education .ict_lists_1 li {
  background: #87bd42;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pageTop .section.education .ict_lists_1 li p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  margin: auto;
}
#pageTop .section.education .ict_lists_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
  margin-top: 1.5rem;
  padding-bottom: 3rem;
}
#pageTop .section.education .ict_lists_2 li {
  border: 1px solid #87bd42;
  background: #fff;
  text-align: center;
  padding: 1.5rem 0;
}
#pageTop .section.education .ict_lists_2 li p {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #87bd42;
}
@media screen and (max-width: 750px) {
  #pageTop .section.education .section_txt .illust figure:first-child {
    right: 14rem;
    width: 6rem;
  }
  #pageTop .section.education .section_txt .illust figure:last-child {
    top: 1rem;
    right: 4rem;
  }
  #pageTop .section.education .section_txt .txt_wrap {
    width: 100%;
  }
  #pageTop .section.education .edu_lists {
    gap: 2rem;
  }
  #pageTop .section.education .ict_ttl {
    font-size: 2.9rem;
    letter-spacing: -0.05em;
  }
  #pageTop .section.education .ict_cnt {
    padding: 2rem;
  }
  #pageTop .section.education .ict_t1 {
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  #pageTop .section.education .ict_t2 {
    font-size: 2.6rem;
  }
  #pageTop .section.education .ict .green {
    font-size: 2.9rem;
    letter-spacing: -0.08em;
  }
  #pageTop .section.education .ict_flex {
    gap: 2rem;
  }
  #pageTop .section.education .ict_flex figure {
    width: 100%;
  }
  #pageTop .section.education .ict_flex .ict_t1 {
    width: 100%;
  }
  #pageTop .section.education .ict_lists_1 {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
  }
  #pageTop .section.education .ict_lists_1 li {
    padding: 1rem 0;
    min-height: 42.83px;
  }
  #pageTop .section.education .ict_lists_1 li p {
    font-size: 2.4rem;
    letter-spacing: -0.05em;
  }
  #pageTop .section.education .ict_lists_2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  #pageTop .section.education .ict_lists_2 li p {
    font-size: 2rem;
  }
}
#pageTop .section.park {
  background: #cadac1;
}
#pageTop .section.park .section_txt .illust figure {
  top: 0rem;
  right: 7rem;
  width: 7rem;
}
#pageTop .section.park .section_txt .txt_wrap {
  width: 100%;
}
#pageTop .section.park .park_lists li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 3rem;
}
#pageTop .section.park .park_lists li + li {
  margin-top: 7rem;
}
#pageTop .section.park .park_lists li .com_distance {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  text-align: center;
}
#pageTop .section.park .park_txt {
  padding-top: 7rem;
}
@media screen and (max-width: 750px) {
  #pageTop .section.park .section_txt .illust figure {
    top: -2rem;
    right: 8rem;
    width: 10rem;
  }
}
#pageTop .section.medical {
  background: #cbe5e8;
}
#pageTop .section.medical .section_txt .illust figure {
  top: 1rem;
  width: 8rem;
}
#pageTop .section.medical .section_txt .txt_wrap {
  width: 100%;
}
#pageTop .section.medical .medical_lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
#pageTop .section.medical .medical_lists li .com-note {
  text-align: center;
}
#pageTop .section.medical .medical_txt {
  padding-top: 8rem;
}
@media screen and (max-width: 750px) {
  #pageTop .section.medical .section_txt .illust figure {
    top: -2rem;
    width: 12rem;
  }
}
#pageTop .plan_ttl {
  text-align: center;
  padding: 10rem 0 8rem;
}
#pageTop .plan_ttl .t1 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
#pageTop .plan_ttl .t2 {
  font-size: 6.4rem;
  padding: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#pageTop .plan_map {
  padding-bottom: 15rem;
}
#pageTop .plan_map figure {
  max-width: 1400px;
  margin: auto;
}
#pageTop .plan_map .com-note {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageTop .plan_ttl .t1 {
    font-size: 2.8rem;
  }
  #pageTop .plan_ttl .t2 {
    font-size: 5rem;
    letter-spacing: 0;
    padding: 2rem 0;
  }
  #pageTop .plan_map .com-note {
    text-align: left;
    padding-left: 20rem;
    letter-spacing: -0.1em;
    margin-top: -4rem;
    font-size: 1.6rem;
    position: relative;
  }
}
#pageTop .bg_marble {
  padding: 7rem 0;
  background-image: url("../img/top/bg_marble.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#pageTop .bg_marble .com-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageTop .bg_marble .plan_concept {
  width: 100%;
  font-size: 2.6rem;
  text-align: center;
  padding-bottom: 5rem;
}
#pageTop .bg_marble .no {
  width: 18rem;
  height: 18rem;
  background: #752a4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pageTop .bg_marble .no p {
  color: #fff;
  font-size: 4.2rem;
  text-align: center;
  margin: auto;
}
#pageTop .bg_marble .spec {
  width: 58%;
}
#pageTop .bg_marble .spec .ldk {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(60, 60, 60, 0.5);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
#pageTop .bg_marble .spec .ldk .s {
  font-size: 2.2rem;
}
#pageTop .bg_marble .spec .ldk .com-note {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 1.5rem;
}
#pageTop .bg_marble .spec .area {
  font-size: 1.6rem;
}
#pageTop .bg_marble .spec .area span {
  font-size: 3.6rem;
  vertical-align: sub;
}
#pageTop .bg_marble .spec .area + .area {
  margin-top: 1rem;
}
#pageTop .bg_marble .spec .area.mt {
  margin-top: 2.4rem;
}
@media screen and (max-width: 750px) {
  #pageTop .bg_marble {
    padding: 7rem 0;
  }
  #pageTop .bg_marble .com-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #pageTop .bg_marble .plan_concept {
    font-size: 3rem;
  }
  #pageTop .bg_marble .no {
    width: 16rem;
    height: 16rem;
  }
  #pageTop .bg_marble .no p {
    font-size: 4.2rem;
  }
  #pageTop .bg_marble .spec {
    width: 70%;
  }
  #pageTop .bg_marble .spec .ldk {
    font-size: 3.8rem;
    letter-spacing: 0;
  }
  #pageTop .bg_marble .spec .ldk .s {
    font-size: 2.4rem;
  }
  #pageTop .bg_marble .spec .ldk .com-note {
    font-size: 1.6rem;
    letter-spacing: -0.1em;
  }
  #pageTop .bg_marble .spec .area {
    font-size: 2.2rem;
  }
  #pageTop .bg_marble .spec .area.mt {
    margin-top: 2rem;
  }
}
#pageTop .price {
  background: rgba(117, 42, 78, 0.5);
  padding: 3rem 0;
}
#pageTop .price p {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
}
#pageTop .price p span {
  font-size: 7rem;
  letter-spacing: 0.1em;
}
#pageTop .bg_beige {
  background: #f0ebe4;
  padding: 8rem 0 15rem;
}
#pageTop .bg_beige .com-content {
  width: 120rem;
}
#pageTop .bg_beige .merits {
  width: 100rem;
  margin: auto;
  border-top: 1px solid rgba(60, 60, 60, 0.5);
}
#pageTop .bg_beige .merits li {
  border-bottom: 1px solid rgba(60, 60, 60, 0.5);
  padding: 1.5rem 0;
  text-align: center;
  font-size: 2rem;
}
#pageTop .bg_beige .layout {
  padding: 8rem 0;
}
#pageTop .bg_beige .photos {
  background: #fff;
  padding: 8rem;
  margin-bottom: 13rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
#pageTop .bg_beige .photos li {
  position: relative;
}
#pageTop .bg_beige .photos li:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#pageTop .bg_beige .photos li figcaption {
  color: #fff;
  font-size: 2.4rem;
  text-shadow: 1px 1px 3px rgba(60, 60, 60, 0.5), -1px 1px 3px rgba(60, 60, 60, 0.5), 1px -1px 3px rgba(60, 60, 60, 0.5), -1px -1px 3px rgba(60, 60, 60, 0.5);
  position: absolute;
  left: 1rem;
  top: 1rem;
}
#pageTop .bg_beige .photos li figcaption.clr_g {
  color: #3c3c3c;
  text-shadow: none;
}
@media screen and (max-width: 750px) {
  #pageTop .bg_beige .com-content {
    width: 75rem;
  }
  #pageTop .bg_beige .merits {
    width: 100%;
  }
  #pageTop .bg_beige .merits li {
    padding: 2rem 0;
    letter-spacing: -0.1em;
    font-size: 2.2rem;
  }
  #pageTop .bg_beige .photos {
    padding: 5rem;
    gap: 2rem;
  }
  #pageTop .bg_beige .photos li figcaption {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}
#pageTop .guideline {
  background: rgba(117, 42, 78, 0.5);
  padding: 10rem 0;
}
#pageTop .guideline_ttl, #pageTop .guideline_lead, #pageTop .guideline_txt {
  text-align: center;
}
#pageTop .guideline_ttl {
  background: #fff;
  padding: 1.5rem 0;
  font-size: 2.6rem;
}
#pageTop .guideline_lead {
  font-size: 2.6rem;
  padding: 8rem 0 3rem;
  color: #fff;
}
#pageTop .guideline_txt {
  font-size: 1.8rem;
  line-height: 3.5;
  padding: 2rem 0 4rem;
  border-top: 1px solid #fff;
  color: #fff;
}
#pageTop .guideline .img_area {
  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;
}
#pageTop .guideline .img_area_1 {
  width: 49.5%;
}
#pageTop .guideline .img_area_2 {
  width: 49.5%;
  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;
  row-gap: 1rem;
}
#pageTop .guideline .img_area_2-1 {
  width: 100%;
}
#pageTop .guideline .img_area_2-2 {
  width: 39%;
}
#pageTop .guideline .img_area_2-3 {
  width: 59%;
}
#pageTop .guideline .img_area_2-4 {
  width: 47%;
}
#pageTop .guideline .img_area_2-5 {
  width: 51%;
}
#pageTop .guideline .img_area_2-6 {
  width: 32%;
}
#pageTop .guideline .img_area_2-6 .plant_name {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  padding-top: 0.5rem;
}
#pageTop .guideline .img_area .com-note {
  width: 100%;
  color: #fff;
  text-align: right;
  margin-top: 0.5rem;
}
#pageTop .guideline_box {
  background: #fff;
  padding: 2rem;
  text-align: center;
  margin-top: 8rem;
}
#pageTop .guideline_box .t1 {
  font-size: 2.6rem;
  line-height: 1.5;
  display: inline-block;
  border-bottom: 1px solid rgba(117, 42, 78, 0.5);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#pageTop .guideline_box .t2 {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #pageTop .guideline_ttl {
    font-size: 3.1rem;
  }
  #pageTop .guideline_lead {
    font-size: 3.1rem;
    line-height: 1.5;
  }
  #pageTop .guideline_txt {
    font-size: 2.35rem;
    letter-spacing: -0.08em;
    line-height: 2;
  }
  #pageTop .guideline .img_area_2-6 .com-cap {
    font-size: 1.4rem;
  }
  #pageTop .guideline .img_area_2-6 .plant_name {
    font-size: 1.6rem;
    padding-top: 0.2rem;
    letter-spacing: -0.08em;
  }
  #pageTop .guideline_box {
    padding: 4rem 2rem;
  }
  #pageTop .guideline_box .t1 {
    font-size: 2.4rem;
    letter-spacing: -0.05em;
  }
  #pageTop .guideline_box .t2 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#pageTop #dify-chatbot-bubble-window {
  position: fixed !important;
  width: 36rem !important;
  height: 60rem !important;
  right: 99px !important;
}
@media screen and (max-width: 750px) {
  #pageTop #dify-chatbot-bubble-window {
    width: calc(100% - 40px) !important;
    height: 115rem !important;
    max-width: 400px !important;
    right: 19px !important;
    bottom: 80px !important;
  }
}
#pageTop .video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 12rem auto 0;
  width: 50rem;
}
@media screen and (max-width: 750px) {
  #pageTop .video {
    width: 58rem;
  }
}
#pageTop .navy {
  background: #0b142b;
  padding: 4rem 0;
}