@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&family=Noto+Serif+JP:wght@400;500;700&family=Shippori+Mincho:wght@400;600&family=Cormorant+Garamond:wght@500;600&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: 1000px) {
  html {
    font-size: 1vw;
  }
}
@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;
}

body {
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-top: 130px;
}

@media screen and (max-width: 750px) {
  main {
    width: 100%;
    margin-top: 10rem;
  }
}
section {
  position: relative;
  overflow: hidden;
}

figure {
  position: relative;
}

img,
svg,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Noto Serif JP", "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.f-shippori {
  font-family: "Shippori Mincho", serif;
}

.Serif {
  font-family: "Noto Sans JP", sans-serif;
}

.Garamond {
  font-family: "Garamond", serif;
}

.f-c-gara {
  font-family: "Cormorant Garamond", serif;
}

body.noactive {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.7);
}
.header::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  mix-blend-mode: multiply;
  z-index: 9989;
}
.header .header_main {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9990;
}
.header .header_main .nav_main {
  display: none;
}
.header .header_content {
  position: relative;
  max-width: 1300px;
  width: 100%;
  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;
}
.header .logo {
  width: 50%;
  max-width: 175px;
  margin-left: 2rem;
}

.link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 2%;
  margin-right: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 220px);
  max-width: 800px;
  z-index: 9999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.link-box a.link {
  margin: 0;
  color: #000;
  font-size: 12px;
  padding: 10px 0;
  -webkit-transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  position: relative;
}
.link-box a.link .icon {
  display: none;
  width: 1.5rem;
  font-size: 0;
  margin: 0 auto 10px;
}
.link-box a.link .icon img {
  width: 100%;
  height: auto;
}
.link-box a.link ._pc {
  text-align: center;
  font-size: 12px;
}
.link-box a.link-reserve {
  padding: 13px 30px;
  background: rgba(173, 54, 53, 0.9);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
}
.link-box a.link-reserve, .link-box a.link-request, .link-box a.link-limited {
  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: 14.8rem;
  height: 5.6rem;
}
.link-box a.link-request {
  background: linear-gradient(94.36deg, #9B8970 10.58%, #E0D8B6 96.41%);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
}
.link-box a.link-reserve {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
}
.link-box a.link-limited {
  background: rgba(57, 57, 57, 0.9);
  color: #E0D8B6;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-size: 13px;
  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;
  text-align: center;
}
.link-box a.link:hover {
  opacity: 0.6;
}
.link-box a.link.new::after {
  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;
  content: "NEW";
  width: 5rem;
  height: 1.6rem;
  background: #c1272d;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav {
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 0;
  z-index: 9990;
  width: 100%;
}
.nav .nav_fixed {
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.nav .nav_fixed::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}
.nav .nav_logo {
  display: none;
}
.nav .nav_link-box {
  display: none;
}

.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;
  margin: 1rem auto 0;
  max-width: 1000px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-ul li {
  width: 11.1111111111%;
  position: relative;
  border-left: 1px solid #EFEFEF;
}
.nav-ul li:first-child {
  border-left: none;
}
.nav-ul li p,
.nav-ul li a {
  padding: 12px 5px 9px;
  display: block;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}
.nav-ul li p span,
.nav-ul li a span {
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-size: 1.5rem;
}
.nav-ul li p::after,
.nav-ul li a::after {
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  height: 1px;
  width: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-ul li p {
  opacity: 0.4;
}
.nav-ul li a:hover::after {
  opacity: 1;
  width: 70%;
}
.nav-ul li.new::after {
  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;
  content: "NEW";
  width: 5rem;
  height: 1.6rem;
  font-size: 1rem;
  color: #c1272d;
  position: absolute;
  top: -0.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.nav-ul li.modelroom p {
  padding: 3px 5px;
}

#pageValue .nav-ul li.value a::after,
#pageZeh .nav-ul li.zeh a::after,
#pageAboutus .nav-ul li.aboutus a::after,
#pageModelroom .nav-ul li.modelroom a::after,
#pageLandplan .nav-ul li.landplan a::after,
#pageSafety .nav-ul li.safety a::after,
#pageAccess .nav-ul li.access a::after,
#pageQuality .nav-ul li.quality a::after,
#pageType .nav-ul li.plan a::after,
#pagePlan .nav-ul li.plan a::after,
#pageDesign .nav-ul li.design a::after,
#pageLifestyle .nav-ul li.lifestyle a::after,
#pageLocation .nav-ul li.location a::after,
#pageConcept .nav-ul li.concept a::after,
#pageTop .nav-ul li.top a::after {
  opacity: 1;
  width: 70%;
}

.header.none {
  height: 7rem;
  overflow: hidden;
}
.header.none .nav {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .header {
    width: 100%;
    position: fixed;
    padding-bottom: 0;
    top: 0;
    left: 0;
    z-index: 9990;
    background: #fff;
  }
  .header .logo {
    width: 25rem;
    top: 14px;
    left: 10px;
    margin-left: 1rem;
    min-width: 145px;
    max-width: 200px;
  }
  .header .logo.active::after {
    opacity: 1;
  }
  .header.none {
    height: 12rem;
    overflow: visible;
  }
  header.active::after {
    background: transparent;
  }
  header.active .header_main {
    border-bottom: none;
  }
  .link-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;
    gap: 0;
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .link-box a.link {
    width: 20%;
    height: 10rem;
    border-right: 1px solid #fff;
    background: #000002;
    color: #fff;
    font-size: 2vw;
    text-align: center;
    padding: 5px 0;
    letter-spacing: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .link-box a.link:last-of-type {
    border-right: none;
  }
  .link-box a.link .icon {
    width: 2.8rem;
    display: block;
    margin: 0 auto 10px;
  }
  .link-box a.link ._sp {
    text-align: center;
    font-size: 2vw;
    color: #fff;
  }
  .link-box a.link-request {
    background-color: #BDB036;
  }
  .link-box a.link-reserve {
    background-color: #AD3635;
  }
  .link-box a.link-limited {
    background-color: #744F24;
    display: block;
  }
  .nav {
    opacity: 1;
    position: fixed;
    -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);
    width: 100vw;
    height: 100vh;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 8000;
  }
  .nav::before {
    content: "";
    background: #fff;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav .nav-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;
    margin: 100px auto 0;
    width: 95%;
    opacity: 0;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow-y: auto;
    max-height: calc(100vh - 150px);
    padding-bottom: 50px;
  }
  .nav .nav-ul li {
    width: 48%;
    position: relative;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .nav .nav-ul li::before {
    display: none;
  }
  .nav .nav-ul li p,
  .nav .nav-ul li a {
    padding: 5px 0 2em;
    display: block;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: none;
    text-align: center;
    position: relative;
  }
  .nav .nav-ul li p:hover,
  .nav .nav-ul li a:hover {
    background-color: transparent;
    color: #fff;
    border: none;
  }
  .nav .nav-ul li p span,
  .nav .nav-ul li a span {
    color: #1c1c1c;
    font-size: clamp(10px, 3.53vw, 24px);
    margin: 0 0 10px;
  }
  .nav .nav-ul li.new::after {
    top: 0;
    font-size: 2rem;
  }
  .nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .nav.active::before {
    width: 200vh;
    height: 200vh;
    border-radius: 0;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .nav.active::before {
    width: 200vw;
    height: 200vw;
  }
}
@media screen and (max-width: 750px) {
  .nav.active .nav-ul {
    opacity: 1;
  }
}
.footer .f_btn {
  padding: 40px 0;
}
.footer .f_bgBox {
  background: linear-gradient(94.94deg, #9B8970 10.34%, #E0D8B6 97.3%);
  padding: 5.7rem 0;
}
.footer .f_note {
  padding: 20px 0;
  color: #fff;
}
.footer .f_note p {
  margin-bottom: 5px;
}
.footer .f_nav {
  padding-bottom: 5px;
}
.footer .f_nav .com-content {
  max-width: 1000px;
}
.footer .f_nav .com-content li {
  border-color: #fff;
}
.footer .f_nav .com-content li a {
  color: #fff;
}
.footer .f_nav .com-content li a::after {
  content: none;
}
.footer .f_contact {
  padding: 60px 0;
  text-align: center;
}
.footer .f_contact a,
.footer .f_contact p {
  color: #595959;
  display: block;
}
.footer .f_contact a.t1,
.footer .f_contact p.t1 {
  margin-bottom: 5px;
  line-height: 1.6;
}
.footer .f_contact a.t2,
.footer .f_contact p.t2 {
  font-size: 6.6rem;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  font-weight: 500;
  pointer-events: none;
}
.footer .f_contact a.close,
.footer .f_contact p.close {
  border: 1px solid #fff;
  text-align: center;
  font-size: 1.4rem;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 0;
  line-height: 1.6;
}
.footer .f_contact .closed_box {
  width: 58rem;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #9A2929;
  padding: 1rem 0;
  margin: 2rem auto 0;
}
@media screen and (max-width: 750px) {
  .footer .f_contact .closed_box {
    width: 100%;
    padding: 2rem 2rem;
  }
}
.footer .f_contact .closed_box .ttl {
  font-size: 1.3rem;
  color: #9A2929;
}
@media screen and (max-width: 750px) {
  .footer .f_contact .closed_box .ttl {
    font-size: 2.4rem;
  }
}
.footer .f_contact .closed_box .txt {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #9A2929;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .footer .f_contact .closed_box .txt {
    font-size: 2.2rem;
    letter-spacing: 0;
    text-align: center;
    margin: 2.4rem 0 0;
  }
}
.footer .f_logo {
  padding: 17px 0 10px;
}
.footer .f_logo .logo1 {
  width: 97rem;
  margin: 0 auto 1rem;
}
.footer .f_logo .logo1 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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .f_logo .logo1 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .f_logo .logo1 ul li a span {
  white-space: nowrap;
  color: #000;
  font-size: 10px;
  margin-bottom: 5px;
  display: block;
}
.footer .f_logo .logo1 ul li a figure {
  margin: 0 0 0 2rem;
}
.footer .f_logo .logo1 ul li:nth-child(1) figure {
  width: 15.9rem;
}
.footer .f_logo .logo1 ul li:nth-child(2) figure {
  width: 20.5rem;
}
.footer .f_logo .logo1 ul li:nth-child(3) figure {
  width: 28.3rem;
}
.footer .copy {
  text-align: center;
  font-size: 10px;
  padding: 10px 0;
  margin: 0 auto;
  line-height: 3rem;
  color: #000;
}

#pageTop .footer .f_btn {
  display: none;
}

@media screen and (max-width: 750px) {
  .footer .f_btn {
    padding: 40px 0;
  }
  .footer .f_btn .btn_wrap {
    width: 80%;
  }
  .footer .f_nav .nav-ul {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .f_nav .nav-ul li {
    width: 50%;
  }
  .footer .f_nav .nav-ul li p span,
  .footer .f_nav .nav-ul li a span {
    font-size: 2.4rem;
  }
  .footer .f_nav .nav-ul li a {
    padding: 10px 0;
  }
  .footer .f_nav .nav-ul li a::after {
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .footer .f_contact {
    padding: 6rem 0;
  }
  .footer .f_contact a.t1,
  .footer .f_contact p.t1 {
    font-size: 2.4rem;
  }
  .footer .f_contact a.t2,
  .footer .f_contact p.t2 {
    font-size: 6.2rem;
    pointer-events: initial;
    display: inline-block;
  }
  .footer .f_contact a.t2 span,
  .footer .f_contact p.t2 span {
    width: 7.5rem;
  }
  .footer .f_contact a.close,
  .footer .f_contact p.close {
    font-size: 2.4rem;
  }
  .footer .f_logo {
    padding: 0 0 12rem;
  }
  .footer .f_logo .logo1 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .footer .f_logo .logo1 ul li {
    width: 90% !important;
    margin: 0 auto 15px;
  }
  .footer .f_logo .logo1 ul li a {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .f_logo .logo1 ul li a figure {
    margin: 0;
  }
  .footer .f_logo .logo1 ul li span {
    margin-bottom: 0 !important;
    margin-right: 10px;
    text-align: center;
    width: 110px;
  }
  .footer .f_logo .logo1 ul li:first-child a figure {
    width: calc(74% - 120px);
  }
  .footer .f_logo .logo1 ul li:nth-child(2) a figure {
    width: calc(90% - 120px);
  }
  .footer .f_logo .logo1 ul li:nth-child(3) a figure {
    width: calc(100% - 120px);
  }
  .footer .f_logo .logo1 ul li:nth-child(3) span {
    margin-bottom: 15px;
  }
}
.nav.act {
  display: none;
}

.nav-h {
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.nav-h.act {
  right: 0;
}

.black-bg {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.black-bg.act {
  opacity: 0.7;
  visibility: visible;
}

button.nav-btn {
  width: 61px;
  height: 31px;
  position: relative;
  z-index: 1;
  display: none;
  z-index: 9999;
}

button.nav-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1c1c1c;
}

button.nav-btn.clr-wht span {
  background-color: #fff;
}

button.nav-btn.clr-blk span {
  background-color: #1c1c1c;
}

button.nav-btn.clr-blk p {
  color: #1c1c1c;
}

button.nav-btn span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button.nav-btn p {
  bottom: -3rem;
  position: absolute;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

button.nav-btn span:nth-of-type(1) {
  top: 0;
}

button.nav-btn span:nth-of-type(2) {
  top: 14.5px;
}

button.nav-btn span:nth-of-type(3) {
  bottom: 0;
}

button.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(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
            transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
            transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
button.nav-btn span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

button.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(-15px) rotate(-45deg);
            transform: translateY(-15px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0);
            transform: translateY(-15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
            transform: translateY(-15px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0);
            transform: translateY(-15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
button.nav-btn.act span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 0.75s forwards;
          animation: active-btn07-bar01 0.75s forwards;
  background-color: #fff;
}

@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
            transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg);
  }
}

@keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
            transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(15px) rotate(45deg);
            transform: translateY(15px) rotate(45deg);
  }
}
button.nav-btn.act span:nth-of-type(2) {
  opacity: 0;
  background-color: #fff;
}

button.nav-btn.act span:nth-of-type(3) {
  -webkit-animation: active-btn07-bar03 0.75s forwards;
          animation: active-btn07-bar03 0.75s forwards;
  background-color: #fff;
}

button.nav-btn.act p {
  color: #fff;
}

@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
            transform: translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
  }
}

@keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
            transform: translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
  }
}
@media screen and (max-width: 750px) {
  button.nav-btn {
    width: 6rem;
    max-width: 50px;
    min-width: 36px;
    height: 21px;
    display: block;
    position: fixed;
    top: 14px;
    right: 10px;
    z-index: 9999;
  }
  button.nav-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  button.nav-btn,
  button.nav-btn span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  button.nav-btn span:nth-of-type(1) {
    top: 0;
  }
  button.nav-btn span:nth-of-type(2) {
    top: 9.5px;
  }
  button.nav-btn span:nth-of-type(3) {
    bottom: 0;
  }
  button.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(10px) rotate(45deg);
              transform: translateY(10px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(0);
              transform: translateY(10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(10px) rotate(45deg);
              transform: translateY(10px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(0);
              transform: translateY(10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  button.nav-btn span:nth-of-type(2) {
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  button.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(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-10px) rotate(0);
              transform: translateY(-10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-10px) rotate(0);
              transform: translateY(-10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  button.nav-btn.active span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 0.75s forwards;
            animation: active-btn07-bar01 0.75s forwards;
    background: #1c1c1c;
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(0);
              transform: translateY(10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(10px) rotate(45deg);
              transform: translateY(10px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(0);
              transform: translateY(10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(10px) rotate(45deg);
              transform: translateY(10px) rotate(45deg);
    }
  }
  button.nav-btn.active span:nth-of-type(2) {
    opacity: 0;
    background: #1c1c1c;
  }
  button.nav-btn.active span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 0.75s forwards;
            animation: active-btn07-bar03 0.75s forwards;
    background: #1c1c1c;
  }
  button.nav-btn p {
    font-size: clamp(10px, 2vw, 14px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  button.nav-btn.active p {
    color: #1c1c1c;
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-10px) rotate(0);
              transform: translateY(-10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
              transform: translateY(-10px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-10px) rotate(0);
              transform: translateY(-10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-10px) rotate(-45deg);
              transform: translateY(-10px) rotate(-45deg);
    }
  }
}
.com-note {
  font-size: 1rem;
  line-height: 1.4;
}
.com-note.right {
  text-align: right;
}

.com-sec-note {
  background: #dddddd;
  padding: 12rem 0 6.6rem;
  position: relative;
  z-index: 3;
}

.com-sec-note.empty {
  padding: 0 0 6.6rem;
}

@media screen and (max-width: 750px) {
  .com-note {
    font-size: 1.5rem;
  }
  .com-sec-note {
    padding: 12rem 0 9.6rem;
  }
  .com-sec-note.empty {
    padding: 0 0 9.6rem;
  }
}
.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: #333333;
  text-shadow: none;
}

@media screen and (max-width: 750px) {
  .com-cap {
    font-size: 1.5rem;
    bottom: 1rem;
    right: 1rem;
  }
  .com-cap.left {
    left: 1rem;
  }
}
.com-ttl-box .com-ttl {
  font-size: 3rem;
  text-align: center;
  position: relative;
  color: #6b6b6b;
  margin-top: 100px;
}
.com-ttl-box .com-sub-ttl {
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  margin: 2rem 0 0 1rem;
}

.com-lead {
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
}
.com-lead.center {
  text-align: center;
}

.com-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.com-txt.center {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .com-ttl-box {
    margin: 0 0 0 4rem;
  }
  .com-ttl-box .com-ttl {
    font-size: 4rem;
  }
  .com-ttl-box .com-ttl::before {
    width: 4rem;
    left: -4.2rem;
    bottom: 1rem;
  }
  .com-ttl-box .com-sub-ttl {
    font-size: 2.4rem;
  }
  .com-lead {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
  .com-txt {
    font-size: 2.6rem;
  }
}
.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 {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .com-content {
    width: 68rem;
  }
}
.com-loadwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  opacity: 1;
}
.com-loadwrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.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-loadwrap.no_active::before {
  height: 0;
}

.com-sec-main_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vw;
  padding-top: 30vw;
  background-attachment: fixed;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .com-sec-main_bg {
    height: 45vw;
    padding-top: 45vw;
  }
}
.com-sec-main {
  width: 100%;
  padding: 10rem 0;
}
.com-sec-main .main-wrap {
  width: 60%;
  max-width: 350px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}
.com-sec-main .main-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
          transform: translate(-50%, -50%) scale(0.3);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 1;
  opacity: 0;
}
.com-sec-main .main-wrap .main_title {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.com-sec-main .main-wrap .main_title span {
  display: block;
  position: absolute;
}
.com-sec-main.active .main-wrap::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.com-sec-main.active .main-wrap .main_title {
  opacity: 1;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.btn_wrap {
  max-width: 820px;
  margin: auto;
  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;
}
.btn_wrap .btn {
  display: block;
  width: 48.5%;
  margin-bottom: 3%;
  background: #796a56;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_wrap .btn::before {
  content: "";
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 99%;
  height: 100%;
  position: absolute;
  left: 0.5%;
  top: 0;
  pointer-events: none;
}
.btn_wrap .btn p {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 2.5rem 0.5rem;
  position: relative;
}
.btn_wrap .btn p::after {
  content: ">";
  color: #fff;
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: scale(0.6, 1) translateY(-50%);
          transform: scale(0.6, 1) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_wrap .btn:hover {
  opacity: 0.8;
}
.btn_wrap .btn:hover p::after {
  right: 2rem;
}
.btn_wrap .btn.reserve {
  background: #AD3635;
}
.btn_wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3rem;
}
.btn_wrap.center .btn {
  width: 80%;
}

@media screen and (max-width: 750px) {
  .btn_wrap .btn {
    width: 100%;
    margin-bottom: 3rem;
  }
  .btn_wrap .btn p {
    font-size: 3rem;
    padding: 4rem 0.5rem;
  }
  .btn_wrap .btn p::after {
    font-size: 4rem;
  }
}
.com-merit {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 10rem 0 0;
}
.com-merit .merit_1 {
  width: 17.57%;
}
.com-merit .merit_2 {
  width: 21.21%;
}
.com-merit .merit_3 {
  width: 16.59%;
}
.com-merit .merit_4 {
  width: 17.57%;
}
.com-merit .icon {
  width: 2.03%;
  margin: 0 1.4%;
}
.com-merit ._footer {
  display: none;
}

#footer .request-wrap .merit-box {
  margin: 10rem 0 0;
}
#footer .request-wrap .merit-box ._top {
  display: none;
}
#footer .request-wrap .merit-box ._footer {
  display: block;
}

#pageTop .sec-cntnt-0 .merit-wrap {
  width: 46rem;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#pageTop .sec-cntnt-0 .merit-wrap .merit-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem 0 0;
}
#pageTop .sec-cntnt-0 .merit-wrap .merit-box ._top {
  display: none;
}
#pageTop .sec-cntnt-0 .merit-wrap .merit-box ._footer {
  display: block;
}
#pageTop .sec-cntnt-0 .merit-wrap .merit-box .icon2 {
  display: none;
}
#pageTop .sec-cntnt-0 .merit-wrap .merit-box .merit {
  margin: 0 0 2rem;
}
#pageTop .sec-cntnt-0 .merit-wrap .merit-box .merit_1 {
  width: 40.16%;
}
#pageTop .sec-cntnt-0 .merit-wrap .merit-box .merit_2 {
  width: 48.48%;
}
#pageTop .sec-cntnt-0 .merit-wrap .merit-box .merit_3 {
  width: 37.92%;
}
#pageTop .sec-cntnt-0 .merit-wrap .merit-box .merit_4 {
  width: 40.16%;
}
#pageTop .sec-cntnt-0 .merit-wrap .merit-box .icon {
  width: 4.64%;
  margin: 0;
}
#pageTop .sec-cntnt-0 .merit-wrap.act {
  opacity: 1;
}

#pageMap .merit-wrap .merit-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;
}
#pageMap .merit-wrap .merit-box ._top {
  display: none;
}
#pageMap .merit-wrap .merit-box ._footer {
  display: block;
}
#pageMap .merit-wrap .note-wrap {
  margin: 3rem 0 0;
}
#pageMap #footer .merit-box {
  display: none;
}

@media screen and (max-width: 750px) {
  .com-merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5rem 0 0;
  }
  .com-merit .merit_1 {
    width: 40.16rem;
  }
  .com-merit .merit_2 {
    width: 48.48rem;
  }
  .com-merit .merit_3 {
    width: 37.92rem;
  }
  .com-merit .merit_4 {
    width: 40.16rem;
  }
  .com-merit .icon {
    width: 4.64rem;
    margin: 2.5rem 0;
  }
  #pageTop .sec-cntnt-0 .merit-wrap {
    width: 46rem;
  }
  #pageTop .sec-cntnt-0 .merit-wrap .com-merit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 2rem 0 0;
  }
  #pageTop .sec-cntnt-0 .merit-wrap .com-merit .merit {
    margin: 0 0 2rem;
  }
  #pageTop .sec-cntnt-0 .merit-wrap .com-merit .merit_1 {
    width: 40.16%;
  }
  #pageTop .sec-cntnt-0 .merit-wrap .com-merit .merit_2 {
    width: 48.48%;
  }
  #pageTop .sec-cntnt-0 .merit-wrap .com-merit .merit_3 {
    width: 37.92%;
  }
  #pageTop .sec-cntnt-0 .merit-wrap .com-merit .merit_4 {
    width: 40.16%;
  }
  #pageMap .merit-wrap {
    margin: 7rem 0 5rem;
  }
  #pageMap .merit-wrap .note-wrap {
    margin: 4rem 0 0;
  }
  #pageMap #footer .merit-box {
    display: none;
  }
}
.com-pageHead {
  padding-top: 5rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.com-pageHead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  height: 3px;
  max-width: 450px;
  background: rgb(254, 255, 254);
  background: -webkit-gradient(linear, right top, left top, from(rgb(254, 255, 254)), color-stop(10%, rgb(3, 87, 177)), color-stop(90%, rgb(3, 87, 177)), to(rgb(250, 249, 249)));
  background: linear-gradient(270deg, rgb(254, 255, 254) 0%, rgb(3, 87, 177) 10%, rgb(3, 87, 177) 90%, rgb(250, 249, 249) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fefffe", endColorstr="#faf9f9", GradientType=1);
}
.com-pageHead .com-content {
  max-width: 1300px;
}
.com-pageHead figure {
  margin-left: 5.5%;
  width: 60%;
  max-width: 402px;
  margin: auto;
  position: relative;
}

.com-secHead_ttl {
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  line-height: 1.47;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .com-secHead_ttl {
    font-size: 3.4rem;
  }
}

.com-secHead_sub {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .com-secHead_sub {
    font-size: 2rem;
  }
}

#pageTop .nav .top .ttl,
#pageTop .nav-h .top .ttl,
#pageConcept .nav .concept .ttl,
#pageConcept .nav-h .concept .ttl,
#pageAccess .nav .access .ttl,
#pageAccess .nav-h .access .ttl,
#pageLocation .nav .location .ttl,
#pageLocation .nav-h .location .ttl,
#pageDesign .nav .design .ttl,
#pageDesign .nav-h .design .ttl,
#pagePlan .nav .plan .ttl,
#pagePlan .nav-h .plan .ttl,
#pageType .nav .plan .ttl,
#pageType .nav-h .plan .ttl,
#pageDevelopment .nav .development .ttl,
#pageDevelopment .nav-h .development .ttl,
#pageBrand .nav .brand .ttl,
#pageBrand .nav-h .brand .ttl {
  color: #bc9360;
}

.com-sec-notice {
  margin: 0 0 6rem;
}
.com-sec-notice .notice-wrap .notice-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.com-sec-notice .notice-wrap .notice-box .left {
  width: 10rem;
  padding: 2rem 0;
  border: solid 1px #ccc;
}
.com-sec-notice .notice-wrap .notice-box .left p {
  font-size: 15px;
  text-align: center;
}
.com-sec-notice .notice-wrap .notice-box .right {
  width: calc(100% - 12rem);
}
.com-sec-notice .notice-wrap .notice-box .right p {
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .com-sec-notice {
    margin: 0 0 9rem;
  }
  .com-sec-notice .notice-wrap .notice-box {
    display: block;
  }
  .com-sec-notice .notice-wrap .notice-box .left {
    width: 100%;
    padding: 1.2rem 0;
    margin: 0 0 2rem;
  }
  .com-sec-notice .notice-wrap .notice-box .right {
    width: 100%;
  }
  .com-sec-notice .notice-wrap .notice-box .right p {
    line-height: 1.6;
  }
}
/*動き*/
.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;
  }
}
.u-up {
  z-index: 9990;
}

.m_op {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.m_op_on {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.com-content.w1000 {
  max-width: 1000px;
}

.com-cap.left {
  right: initial;
  left: 5px;
}

@media screen and (max-width: 750px) {
  .com-cap.sp_right {
    text-align: right;
  }
}

.com-cap.c-333 {
  color: #333;
  text-shadow: none;
}

.bgrouned {
  background: linear-gradient(94.94deg, rgba(155, 137, 112, 0.9) 11.45%, rgba(224, 216, 182, 0.9) 98.4%), linear-gradient(270.4deg, #FFFFFF 13.71%, #FCFAF1 99.79%);
  padding-bottom: 12.2rem;
}

.mainWrap {
  padding: 6.9rem 0 4.5rem;
  position: relative;
}
.mainWrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/access/bg_polygon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.mainWrap .main_content {
  position: relative;
}
.mainWrap .slide_txt {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.mainWrap .slide_txt figure {
  min-width: 1450px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-animation-name: slide;
          animation-name: slide;
  animation-direction: reverse;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}
@media screen and (max-width: 750px) {
  .mainWrap .slide_txt figure {
    min-width: 900px;
  }
}
.mainWrap .com-content {
  max-width: 1300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .mainWrap .com-content {
    padding: 2rem 1.5% 10rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.mainWrap .com-content p {
  width: 35.8%;
  padding-bottom: 4.2rem;
}
@media screen and (max-width: 750px) {
  .mainWrap .com-content p {
    width: 100%;
    text-align: center;
  }
}
.mainWrap .com-content .main_img {
  width: 28.4%;
}
@media screen and (max-width: 750px) {
  .mainWrap .com-content .main_img {
    width: 52%;
  }
}
.mainWrap .com-content .p1 {
  color: #202020;
  font-size: 3.5rem;
  line-height: 1.8;
  letter-spacing: 0.057em;
}
@media screen and (max-width: 750px) {
  .mainWrap .com-content .p1 {
    letter-spacing: 0;
    margin-top: 2rem;
  }
}
.mainWrap .com-content .p2 {
  text-align: right;
  color: #9B8970;
  font-size: 4.145rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 750px) {
  .mainWrap .com-content .p2 {
    text-align: center;
  }
}

.p_txt-box {
  text-align: center;
  padding: 2.6rem 0;
}
.p_txt-box .p_ttl {
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.0666666667em;
  color: #202020;
}
@media screen and (max-width: 750px) {
  .p_txt-box .p_ttl {
    font-size: 3.6rem;
  }
}
.p_txt-box .p_sub {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.0625em;
  color: #202020;
  margin-top: 2.2em;
}
@media screen and (max-width: 750px) {
  .p_txt-box .p_sub {
    font-size: 2.4rem;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
.plan_list {
  max-width: 865px;
  margin: 10.5rem auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.4rem;
}
@media screen and (max-width: 750px) {
  .plan_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.plan_list .plan_item {
  background: -webkit-gradient(linear, left top, left bottom, from(#9B8970), to(#463010));
  background: linear-gradient(180deg, #9B8970 0%, #463010 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  padding: 4.7rem 3.5rem 3.2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.plan_list .plan_item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .plan_list .plan_item {
    padding: 8rem 5rem 6rem;
  }
}
.plan_list .plan_item p {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-weight: 300;
}
.plan_list .plan_item span {
  display: inline-block;
}
.plan_list .plan_item.limited {
  background: -webkit-gradient(linear, left top, left bottom, from(#6B6B6B), to(#393939));
  background: linear-gradient(180deg, #6B6B6B 0%, #393939 100%);
}
.plan_list .plan_item.limited .plan_madoriWrap {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 4.4rem;
  background: #FFFAF0;
}
@media screen and (max-width: 750px) {
  .plan_list .plan_item.limited .plan_madoriWrap {
    padding: 6rem 5rem;
    min-height: 68rem;
  }
}
.plan_list .plan_item.limited .plan_madoriWrap .p1 {
  color: #3f3f3f;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .plan_list .plan_item.limited .plan_madoriWrap .p1 {
    font-size: 3.2rem;
  }
}
.plan_list .plan_item.limited .plan_madoriWrap .btn {
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 500;
  background: linear-gradient(94.36deg, #9B8970 10.58%, #E0D8B6 96.41%);
  width: 100%;
  padding: 1.6em 0.5em;
  margin-top: 1.7em;
}
@media screen and (max-width: 750px) {
  .plan_list .plan_item.limited .plan_madoriWrap .btn {
    font-size: 2.5rem;
  }
}
.plan_list .plan_name {
  font-size: 3.2rem;
}
@media screen and (max-width: 750px) {
  .plan_list .plan_name {
    font-size: 4.5rem;
  }
}
.plan_list .plan_name span {
  font-size: 6.4rem;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
@media screen and (max-width: 750px) {
  .plan_list .plan_name span {
    font-size: 9rem;
  }
}
.plan_list .plan_spec {
  font-size: 3.2rem;
  margin-top: 0.8em;
}
@media screen and (max-width: 750px) {
  .plan_list .plan_spec {
    font-size: 4.2rem;
  }
}
.plan_list .plan_params {
  font-size: 1rem;
  margin-top: 1.6em;
}
@media screen and (max-width: 750px) {
  .plan_list .plan_params {
    font-size: 2rem;
  }
}
.plan_list .plan_params .s1 {
  font-size: 1.3rem;
  -webkit-transform: translateY(-0.6em);
          transform: translateY(-0.6em);
}
@media screen and (max-width: 750px) {
  .plan_list .plan_params .s1 {
    font-size: 2.3rem;
    -webkit-transform: translateY(-0.4em);
            transform: translateY(-0.4em);
  }
}
.plan_list .plan_params .s2 {
  font-size: 4.3rem;
}
@media screen and (max-width: 750px) {
  .plan_list .plan_params .s2 {
    font-size: 5.5rem;
  }
}
.plan_list .plan_params .s3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  .plan_list .plan_params .s3 {
    font-size: 3.4rem;
  }
}
.plan_list .plan_note {
  font-size: 1.3rem;
  margin-top: 1.3em;
}
@media screen and (max-width: 750px) {
  .plan_list .plan_note {
    font-size: 2.5rem;
  }
}
.plan_list .plan_madoriWrap {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 3rem;
  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;
  padding: 3rem 3rem 5px;
  aspect-ratio: 334/362;
}
@media screen and (max-width: 750px) {
  .plan_list .plan_madoriWrap {
    margin-top: 6rem;
    aspect-ratio: 298/347;
  }
}
.plan_list .plan_madori.type_b {
  max-width: 166px;
}
.plan_list .plan_madori.type_e {
  max-width: 216px;
}
.plan_list .plan_madori.type_d {
  max-width: 260px;
}
.plan_list .plan_madori.type_f {
  max-width: 203px;
}
.plan_list .plan_madori.type_c {
  max-width: 159px;
}

.propsnear_wrap {
  padding: 5.6rem 0 6rem;
  background: radial-gradient(109.54% 109.54% at 46.38% 50%, #FFFFFF 0%, #E2E2E2 100%);
}
.propsnear_wrap .propsnear_ttl {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.125em;
  color: #202020;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .propsnear_wrap .propsnear_ttl {
    font-size: 3.6rem;
  }
}
.propsnear_wrap .propsnear_link {
  display: block;
  max-width: 800px;
  margin: 3.1rem auto 0;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 750px) {
  .propsnear_wrap .propsnear_link {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
.propsnear_wrap .propsnear_link:hover {
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
}
.propsnear_wrap .conceptmovie_link {
  display: block;
  width: 70%;
  margin: 5rem auto 7rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .propsnear_wrap .conceptmovie_link {
    width: 100%;
  }
}
.propsnear_wrap .conceptmovie_link:hover {
  opacity: 0.6;
}

.p_lead2 {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.7rem;
  line-height: 1.750067769;
  color: #231F20;
}

#conceptvideo-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#conceptvideo-wrap.act {
  opacity: 1;
  pointer-events: auto;
}
#conceptvideo-wrap .pop_bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15001;
}
#conceptvideo-wrap .pop_video {
  position: fixed;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 15002;
}
#conceptvideo-wrap .pop_close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  font-size: 2.6rem;
  pointer-events: none;
  color: #fff;
}

@media screen and (max-width: 750px) {
  #conceptvideo-wrap .pop_video {
    top: 48%;
  }
  #conceptvideo-wrap .pop_close {
    font-size: 6rem;
    top: -6rem;
    right: 4rem;
  }
}
#pageTop {
  overflow: hidden;
  width: 100%;
}
#pageTop .com-loadwrap {
  opacity: 0;
}
#pageTop main {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  #pageTop main {
    margin-top: 0;
  }
}
#pageTop .ani_fade {
  opacity: 0;
  scale: 1.1;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
#pageTop .ani_fade.ani_fade_on {
  opacity: 1;
  scale: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#pageTop .ani_right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
#pageTop .ani_right.ani_right_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#pageTop .ani_left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
#pageTop .ani_left.ani_left_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#pageTop .ani_down {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
#pageTop .ani_down.ani_down_on {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}
#pageTop #mainWrap {
  overflow: visible;
}
#pageTop .main {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
#pageTop .main .main-box {
  position: relative;
}
#pageTop .main .main-box .fix .fix_img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.8s ease;
  transition: all 1.8s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
#pageTop .main .main-box .fix .fix_img 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;
}
#pageTop .main .main-box .fix .facade {
  width: 38.3vw;
  opacity: 0;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  position: absolute;
  bottom: 0;
  left: -8rem;
}
@media screen and (max-width: 750px) {
  #pageTop .main .main-box .fix .facade {
    width: 36.4rem;
    left: 0;
  }
}
#pageTop .main .main-box .fix .facade .cap {
  left: 10rem;
}
@media screen and (max-width: 750px) {
  #pageTop .main .main-box .fix .facade .cap {
    left: 1rem;
  }
}
#pageTop .main .main-box .fix .main_txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 44.5%;
  opacity: 0;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 750px) {
  #pageTop .main .main-box .fix .main_txt {
    width: 54.5%;
  }
}
#pageTop .main .main-box .fix .merit_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 1.6rem;
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  position: absolute;
  bottom: 4rem;
  right: 5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .main .main-box .fix .merit_outer {
    width: 31rem;
    gap: 1.8rem 0;
    right: 3rem;
    bottom: 5rem;
    transform: translateY(0px);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
}
#pageTop .main .main-box .fix .merit {
  width: 19.5vw;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #B3892D;
}
@media screen and (max-width: 750px) {
  #pageTop .main .main-box .fix .merit {
    width: 100%;
    padding: 0 0 1.8rem;
  }
}
#pageTop .main .main-box .fix .main_cap {
  bottom: 14rem;
  right: 5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .main .main-box .fix .main_cap {
    bottom: 1rem;
    right: 2rem;
  }
}
#pageTop .main .main-box .fix.act .fix_img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#pageTop .main .main-box .fix.act .facade {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#pageTop .main .main-box .fix.act .main_txt {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#pageTop .main .main-box .fix.act .merit_outer {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #pageTop .main .main-box .fix.act .merit_outer {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#pageTop .main_copy_wrap {
  background: #70739B;
  padding: 1.6rem 0 1rem;
}
@media screen and (max-width: 750px) {
  #pageTop .main_copy_wrap {
    padding: 2.5rem 0 2.2rem;
  }
}
#pageTop .main_copy_wrap .copy_box .main_txt {
  width: 98rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #pageTop .main_copy_wrap .copy_box .main_txt {
    width: 100%;
  }
}
#pageTop .merit_wrap {
  padding: 4.3rem 0 6.5rem;
  background-image: url(../img/top/merit_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .merit_top figure {
    margin: 0 auto;
  }
  #pageTop .merit_wrap .merit_top .merit_1 {
    max-width: 257px;
  }
  #pageTop .merit_wrap .merit_top .merit_2 {
    max-width: 298px;
    border-top: 1px solid #908989;
    border-bottom: 1px solid #908989;
  }
  #pageTop .merit_wrap .merit_top .merit_3 {
    max-width: 267px;
  }
}
#pageTop .merit_wrap .merit_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .merit_bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 2rem;
  }
}
#pageTop .merit_wrap .merit_bottom .merit_item {
  background-color: #fff;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 103px;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .merit_bottom .merit_item {
    width: 100%;
    max-width: 300px;
  }
}
#pageTop .merit_wrap .merit_bottom .merit_item p {
  color: #202020;
  letter-spacing: 0;
}
#pageTop .merit_wrap .merit_bottom .merit_item .sup {
  font-size: 1.4rem;
  top: 0.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .merit_bottom .merit_item .sup {
    font-size: 2.4rem;
  }
}
#pageTop .merit_wrap .merit_bottom .merit_item .p1 {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .merit_bottom .merit_item .p1 {
    font-size: 2.4rem;
  }
}
#pageTop .merit_wrap .merit_bottom .merit_item .p2 {
  font-size: 2.3rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .merit_bottom .merit_item .p2 {
    font-size: 3.3rem;
  }
}
#pageTop .merit_wrap .merit_bottom .merit_item .p3 {
  font-size: 3rem;
  line-height: 0.9;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .merit_bottom .merit_item .p3 {
    font-size: 4rem;
  }
}
#pageTop .merit_wrap .merit_bottom .merit_item .p4 {
  font-size: 2.2rem;
  line-height: 1.12;
  margin-bottom: 0.4em;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .merit_bottom .merit_item .p4 {
    font-size: 3.2rem;
  }
}
#pageTop .merit_wrap .merit_bottom .merit_item .p5 {
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .merit_bottom .merit_item .p5 {
    font-size: 2.2rem;
  }
}
#pageTop .merit_wrap .merit_bottom .merit_item_3 .p4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageTop .merit_wrap .merit_bottom .merit_item_3 .p5 {
  padding: 0 0.5rem;
}
@media screen and (max-width: 750px) {
  #pageTop .merit_wrap .merit_bottom .merit_item_3 .p5 {
    padding: 0 1rem;
  }
}
#pageTop .bg_linear {
  background: linear-gradient(124.02deg, #FFFFFF 16.53%, #FCFAF1 76.28%);
  padding: 0 0 8rem;
}
#pageTop .info_wrap {
  max-width: 1172px;
  background: #fff;
  padding: 4.5rem 2rem 10rem 0;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6.9rem;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4.5rem 0 10rem;
  }
}
#pageTop .info_wrap .info_tag {
  background-color: #f1f1f1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4.4rem 6.1rem 4.1rem 0.4rem;
  position: relative;
}
#pageTop .info_wrap .info_tag::before {
  position: absolute;
  width: 50vw;
  height: 100%;
  content: "";
  background-color: #f1f1f1;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#pageTop .info_wrap .info_tag p {
  background: linear-gradient(94.94deg, #9B8970 10.34%, #C2B062 97.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.8rem;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .info_tag p {
    font-size: 2.8rem;
  }
}
#pageTop .info_wrap .info {
  max-width: 730px;
  margin-left: 6.2%;
  margin-top: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .info {
    width: 100%;
    margin: 5.2rem 3rem 0;
    max-width: unset;
  }
}
#pageTop .info_wrap .info_lead {
  color: #202020;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.12;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .info_lead {
    font-size: 4rem;
    text-align: center;
  }
}
#pageTop .info_wrap .info_txt {
  color: #202020;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 1.8rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .info_txt {
    font-size: 2.6rem;
    text-align: center;
    margin: 2.8rem 0 0;
  }
}
#pageTop .info_wrap .info_list {
  max-width: 700px;
  margin-top: 5rem;
}
#pageTop .info_wrap .info_item .close {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 1.8rem 0;
  font-size: 1.6rem;
  color: #770606;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .info_item .close {
    font-size: 2.6rem;
  }
}
#pageTop .info_wrap .info_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#pageTop .info_wrap .info_item a {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
#pageTop .info_wrap .info_item p {
  font-size: 1.6rem;
  color: #4e4e4e;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .info_item p {
    font-size: 2.6rem;
  }
}
#pageTop .info_wrap .info_date {
  width: 20%;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .info_date {
    width: 25%;
  }
}
#pageTop .info_wrap .info_ttl {
  width: 76.7%;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .info_ttl {
    width: 70%;
  }
}
#pageTop .info_wrap .info_entry {
  color: #fff;
  background-color: #9B8970;
  margin: 3rem 0;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7em 2.8em;
  font-size: 17px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  #pageTop .info_wrap .info_entry {
    margin: 0 auto;
    margin-top: 3rem;
  }
}
#pageTop .concept_wrap {
  max-width: 1600px;
  margin: 10.4rem auto 0;
}
#pageTop .concept {
  max-width: 1118px;
  margin-right: 0;
}
#pageTop .concept_lead {
  max-width: 933px;
  margin-left: auto;
  margin-right: 3rem;
}
#pageTop .concept_lead svg {
  opacity: 0;
}
#pageTop .concept_lead svg.ani_svg_on {
  opacity: 1;
}
#pageTop .concept_lead svg.ani_svg_on path {
  fill: #E0D8B6;
  stroke: #E0D8B6;
  stroke-width: 1px;
  -webkit-animation: stroke 3s ease-in both;
          animation: stroke 3s ease-in both;
}
@-webkit-keyframes stroke {
  0% {
    fill: transparent;
    stroke-dasharray: 2000px;
    stroke-dashoffset: 2000px;
  }
  60% {
    fill: transparent;
  }
  90% {
    stroke-dashoffset: 0;
  }
  95% {
    fill: #E0D8B6;
  }
}
@keyframes stroke {
  0% {
    fill: transparent;
    stroke-dasharray: 2000px;
    stroke-dashoffset: 2000px;
  }
  60% {
    fill: transparent;
  }
  90% {
    stroke-dashoffset: 0;
  }
  95% {
    fill: #E0D8B6;
  }
}
#pageTop .concept_content {
  margin-top: -5.7rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .concept_content {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#pageTop .concept_txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#pageTop .concept_ttl {
  font-size: 3rem;
  letter-spacing: 0.0666666667em;
  line-height: 1.8;
  color: #202020;
}
@media screen and (max-width: 750px) {
  #pageTop .concept_ttl {
    font-size: 4rem;
  }
}
#pageTop .concept_desc {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.0625em;
  color: #202020;
  margin-top: 2.8em;
}
@media screen and (max-width: 750px) {
  #pageTop .concept_desc {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }
}
#pageTop .concept_img {
  width: 46.9%;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #pageTop .concept_img {
    width: 100%;
  }
}
#pageTop .concept_img .img_1 {
  width: 35%;
  margin-top: 29.2%;
}
#pageTop .concept_img .img_2 {
  width: 59%;
}
#pageTop .cbtn {
  overflow: visible;
}
#pageTop .cbtn_ttl {
  width: 12.3rem;
}
#pageTop .cbtn_desc {
  font-size: 2.4rem;
  line-height: 2.0291666667;
  letter-spacing: 0.0633333333em;
  color: #000000;
}
#pageTop .cbtn_link {
  width: 16.5rem;
}
#pageTop .cbtn_link path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#pageTop .cbtn_link:hover path {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
#pageTop .cbtn_vertical .cbtn_img {
  margin-top: -7.8rem;
}
#pageTop .cbtn_vertical .cbtn_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -9.5rem auto 0;
}
#pageTop .cbtn_vertical .cbtn_ttl img {
  width: auto;
  height: 12.6rem;
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_vertical .cbtn_ttl img {
    height: 9.5rem;
  }
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_vertical .cbtn_ttl {
    margin-top: -4.5rem;
  }
}
#pageTop .cbtn_vertical .cbtn_txt {
  margin-top: 5.4rem;
  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 .cbtn_vertical .cbtn_desc {
  color: #fff;
}
#pageTop .cbtn_vertical .cbtn_link {
  margin-top: -1rem;
}
#pageTop .cbtn_hor {
  position: relative;
}
#pageTop .cbtn_hor .cbtn_box {
  max-width: 1600px;
  padding-left: 3rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_hor .cbtn_box {
    padding-left: 0;
  }
}
#pageTop .cbtn_hor .com-content {
  max-width: 1118px;
  margin-right: 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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_hor .com-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pageTop .cbtn_hor .cbtn_ttl {
  position: absolute;
  left: 0;
  top: 8rem;
  z-index: 1;
}
#pageTop .cbtn_hor .cbtn_desc {
  text-align: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_hor .cbtn_desc {
    margin-bottom: 0;
  }
}
#pageTop .cbtn_hor .cbtn_img {
  width: 69.4%;
  margin-left: 0.6%;
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_hor .cbtn_img {
    width: 100%;
    margin-left: 0;
  }
}
#pageTop .cbtn_hor .cbtn_txt {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_hor .cbtn_txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3rem;
    padding: 0 1rem;
  }
}
#pageTop .cbtn_hor.rev .cbtn_box {
  padding-left: 0;
  padding-right: 3rem;
}
#pageTop .cbtn_hor.rev .cbtn_ttl {
  left: initial;
  right: 0;
  top: 11rem;
}
#pageTop .cbtn_hor.rev .com-content {
  margin-left: 0;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#pageTop .cbtn_hor.rev .cbtn_img {
  margin-left: 0;
  margin-right: 0.6%;
}
#pageTop .cbtn_access {
  background: linear-gradient(94.94deg, #9B8970 10.34%, #E0D8B6 97.3%);
  padding-bottom: 8.2rem;
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_access .cbtn_img .cap {
    bottom: auto;
    top: 1rem;
  }
}
#pageTop .cbtn_location {
  overflow: hidden;
  padding: 12.2rem 0 19rem;
  background: url(../img/top/location_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #pageTop .cbtn_location {
    padding-bottom: 14rem;
  }
}
#pageTop .cbtn_location .cbtn_ttl {
  width: unset;
  top: initial;
  left: initial;
  right: 1.2rem;
  bottom: 1rem;
  max-width: 1048px;
}
#pageTop .cbtn_plan {
  padding: 9.1rem 0 13.1rem;
  background: linear-gradient(112.04deg, #FFFFFF 5.87%, #FCFAF1 69.77%);
}
#pageAccess .com-cap.f-c-gara {
  font-style: italic;
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .p_lead2 {
    font-size: 4.6rem;
  }
  #pageAccess .com-cap.f-c-gara {
    font-size: 2.4rem;
  }
}
#pageAccess .intro_wrap {
  padding-top: 5rem;
}
#pageAccess .intro_wrap .intro_bg {
  margin-top: -6.475rem;
}
#pageAccess .intro_wrap .com-content {
  max-width: 1140px;
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#pageAccess .intro_wrap .com-content .intro_txtBox {
  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;
}
#pageAccess .intro_wrap .com-content .intro_txtBox .intro_ttl {
  font-size: clamp(10px, 2.9vw, 3.2rem);
  line-height: 1.875;
  letter-spacing: -0.05em;
  color: #231F20;
}
#pageAccess .intro_wrap .com-content .intro_txtBox .intro_sub {
  font-size: clamp(10px, 1.85vw, 2.1rem);
  letter-spacing: -0.05em;
  line-height: 2.2857142857;
  text-align: justify;
}
#pageAccess .intro_wrap.position .p_lead2 {
  position: relative;
  z-index: 1;
}
#pageAccess .intro_wrap.position .intro_bg {
  margin-top: 2rem;
}
#pageAccess .intro_wrap.position .intro_bg .cap {
  bottom: 4.5rem;
}
#pageAccess .intro_wrap.position .com-content .intro_txtBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#pageAccess .intro_wrap.position .com-content .intro_txtBox .intro_lead {
  width: 26%;
  margin: -1rem 0 0;
}
#pageAccess .intro_wrap.position .com-content .intro_txtBox .intro_sub {
  margin: 1rem 0 0;
}
#pageAccess .intro_wrap.position .note {
  width: 90%;
  margin: 5rem auto 0;
}
#pageAccess .intro_wrap.direct .com-content .intro_txtBox .intro_lead {
  width: 20%;
  margin-top: 5rem;
}
#pageAccess .intro_wrap.direct .com-content .intro_txtBox > div {
  width: 75%;
}
#pageAccess .intro_wrap.direct .com-content .intro_caption {
  width: clamp(3rem, 49vw, 55.8rem);
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  #pageAccess .intro_wrap .intro_bg {
    margin: 37rem 0 0;
  }
  #pageAccess .intro_wrap .com-content .intro_txtBox .intro_ttl {
    font-size: 3.8rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    margin: 1rem 0 0;
  }
  #pageAccess .intro_wrap .com-content .intro_txtBox .intro_sub {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.6;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8), -1px 1px 3px rgba(255, 255, 255, 0.8), 1px -1px 3px rgba(255, 255, 255, 0.8), -1px -1px 3px rgba(255, 255, 255, 0.8);
    margin: 3rem 0 0;
  }
  #pageAccess .intro_wrap.position .intro_bg {
    margin-top: 40rem;
  }
  #pageAccess .intro_wrap.position .intro_bg .cap {
    bottom: 0;
  }
  #pageAccess .intro_wrap.position .com-content .intro_txtBox .intro_ttl {
    width: 100%;
  }
  #pageAccess .intro_wrap.position .com-content .intro_txtBox .intro_lead {
    width: 32%;
  }
  #pageAccess .intro_wrap.position .com-content .intro_txtBox .intro_sub {
    margin: 3rem 0 0;
  }
  #pageAccess .intro_wrap.position .note {
    width: 93%;
  }
  #pageAccess .intro_wrap.direct .com-content .intro_txtBox .intro_lead {
    width: 27%;
    margin-top: 1rem;
  }
  #pageAccess .intro_wrap.direct .com-content .intro_txtBox > div {
    width: 100%;
  }
  #pageAccess .intro_wrap.direct .com-content .intro_caption {
    width: 32rem;
    margin-top: 3rem;
  }
}
#pageAccess .access_wrap .com-content {
  max-width: 1140px;
}
#pageAccess .access_wrap .access_map {
  margin: 3rem 0 7rem;
  padding-right: 9%;
  position: relative;
}
#pageAccess .access_wrap .access_map .access_decor {
  position: absolute;
  width: 28.3333333333%;
  right: 0;
  bottom: 3%;
}
#pageAccess .access_wrap .access_list {
  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;
}
#pageAccess .access_wrap .access_list .left_box {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#pageAccess .access_wrap .access_list .left_box .lead {
  font-size: clamp(10px, 1.85vw, 2.7rem);
  font-weight: 500;
  letter-spacing: 0;
  color: #1d3b68;
}
#pageAccess .access_wrap .access_list .left_box .txt {
  font-size: clamp(10px, 1.85vw, 2.1rem);
  letter-spacing: -0.05em;
  line-height: 1.4;
  margin: 1.4rem 0 0;
}
#pageAccess .access_wrap .access_list .left_box .flex_inner {
  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: 1.3rem 0;
}
#pageAccess .access_wrap .access_list .right_box {
  width: 45%;
}
#pageAccess .access_wrap .access_list .right_box .map {
  position: relative;
}
#pageAccess .access_wrap .access_list .right_box .note {
  letter-spacing: 0;
  margin: 1rem 0 0;
}
#pageAccess .access_wrap .access_item {
  width: 48.7%;
  position: relative;
}
#pageAccess .access_wrap .access_item .access_inner {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.2rem;
}
#pageAccess .access_wrap .access_item-name {
  font-size: clamp(10px, 3.6vw, 1.8rem);
  font-weight: 600;
}
#pageAccess .access_wrap .access_item-time {
  letter-spacing: -0.05em;
}
#pageAccess .access_wrap .access_item-time .s1 {
  font-size: clamp(10px, 4.7vw, 4rem);
  line-height: 1.1;
}
#pageAccess .access_wrap .access_item-time .s2 {
  font-size: clamp(10px, 2.8vw, 1rem);
}
#pageAccess .access_wrap .access_item-time .s3 {
  font-size: clamp(10px, 1.7vw, 1rem);
  display: block;
}
#pageAccess .access_wrap .access_item-time .s4 {
  font-size: clamp(10px, 2.4vw, 2rem);
}
#pageAccess .access_wrap .airport {
  border: 1px solid #241A16;
  margin-top: 4rem;
  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;
}
#pageAccess .access_wrap .airport_img {
  width: 23.6%;
}
#pageAccess .access_wrap .airport_txt {
  width: 74%;
}
#pageAccess .access_wrap .airport_txt p {
  color: #231F20;
}
#pageAccess .access_wrap .airport_name {
  font-size: clamp(10px, 2.4vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0;
}
#pageAccess .access_wrap .airport_sub {
  font-size: clamp(10px, 2.1vw, 2.4rem);
  line-height: 1.5;
  letter-spacing: -0.05em;
  margin-top: 0.5em;
}
#pageAccess .access_wrap .airport_method {
  font-size: clamp(10px, 3vw, 3.5rem);
  letter-spacing: -0.05em;
  margin: -1rem 0 0 -2rem;
}
#pageAccess .access_wrap .airport_method .s1 {
  font-size: clamp(10px, 2.3vw, 2.6rem);
}
#pageAccess .access_wrap .airport_method .s1 span {
  font-size: clamp(10px, 1.6vw, 1.9rem);
}
#pageAccess .access_wrap .airport_method .s2 {
  color: #B12930;
  font-size: clamp(10px, 4.7vw, 5.5rem);
}
#pageAccess .access_wrap .airport_method .s3 {
  font-size: clamp(10px, 2.8vw, 3.2rem);
}
#pageAccess .access_wrap .airport_note {
  line-height: 1.2142857143;
  font-size: clamp(10px, 1.2vw, 1.4rem);
  margin: 1em 0 5rem;
}
@media screen and (max-width: 750px) {
  #pageAccess .access_wrap .access_map {
    margin: 5rem 0 10rem;
    padding-right: 5%;
  }
  #pageAccess .access_wrap .access_map .access_decor {
    width: 20rem;
    right: -2rem;
    bottom: 7%;
  }
  #pageAccess .access_wrap .access_list .left_box {
    width: 100%;
  }
  #pageAccess .access_wrap .access_list .left_box .lead {
    font-size: 3.6rem;
    line-height: 1.6;
    text-align: center;
  }
  #pageAccess .access_wrap .access_list .left_box .txt {
    font-size: 3rem;
    letter-spacing: 0;
    margin: 2rem 0 0;
  }
  #pageAccess .access_wrap .access_list .left_box .flex_inner {
    gap: 0.6rem 0;
    margin: 4rem 0 0;
  }
  #pageAccess .access_wrap .access_list .right_box {
    width: 100%;
    margin: 4rem auto 0;
  }
  #pageAccess .access_wrap .access_item {
    width: 33.6rem;
  }
  #pageAccess .access_wrap .access_item-name {
    font-size: 2.8rem;
    font-weight: 600;
  }
  #pageAccess .access_wrap .access_item-time .s1 {
    font-size: 4rem;
    line-height: 1.1;
  }
  #pageAccess .access_wrap .access_item-time .s2 {
    font-size: 2rem;
  }
  #pageAccess .access_wrap .access_item-time .s3 {
    font-size: 2rem;
  }
  #pageAccess .access_wrap .access_item-time .s4 {
    font-size: 3rem;
  }
  #pageAccess .access_wrap .airport {
    padding: 4rem 3rem 5rem;
    margin-top: 7rem;
  }
  #pageAccess .access_wrap .airport_img {
    width: 40rem;
    margin: 0 auto;
  }
  #pageAccess .access_wrap .airport_txt {
    width: 100%;
  }
  #pageAccess .access_wrap .airport_name {
    font-size: 2.8rem;
    text-align: center;
    margin: 3rem 0 0;
  }
  #pageAccess .access_wrap .airport_sub {
    font-size: 2.4rem;
    margin-top: 1em;
  }
  #pageAccess .access_wrap .airport_method {
    font-size: 3rem;
    margin: 0rem 0 0 -2rem;
  }
  #pageAccess .access_wrap .airport_method .s1 {
    font-size: 2.6rem;
  }
  #pageAccess .access_wrap .airport_method .s1 span {
    font-size: 2rem;
  }
  #pageAccess .access_wrap .airport_method .s2 {
    font-size: 4.5rem;
    letter-spacing: -0.06em;
  }
  #pageAccess .access_wrap .airport_method .s3 {
    font-size: 3.2rem;
  }
  #pageAccess .access_wrap .airport_note {
    font-size: 2rem;
    margin: 1em 0 9rem;
  }
}

#pageLocation .location_wrap .public_item-ttl, #pageLocation .location_wrap .shopping_item-ttl {
  font-size: 1.8rem;
  margin: 0.7em 0 0.5em;
  line-height: 1.2;
  letter-spacing: 0;
}
#pageLocation .location_wrap .public_item-ttl span, #pageLocation .location_wrap .shopping_item-ttl span {
  font-size: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #pageLocation .location_wrap .public_item-ttl, #pageLocation .location_wrap .shopping_item-ttl {
    font-size: 2.8rem;
    margin: 1em 0 0.8em;
  }
  #pageLocation .location_wrap .public_item-ttl span, #pageLocation .location_wrap .shopping_item-ttl span {
    font-size: 2.6rem;
  }
  #pageLocation .p_lead2 {
    font-size: 4.6rem;
  }
}
#pageLocation .position_wrap {
  padding: 5rem 0 11.5rem;
}
#pageLocation .position_wrap > figure {
  mix-blend-mode: multiply;
}
#pageLocation .position_wrap .com-content {
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  margin-top: -17rem;
  background: transparent;
}
#pageLocation .position_wrap .com-content .iBox {
  width: 69%;
  mix-blend-mode: multiply;
}
#pageLocation .position_wrap .com-content .tBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#pageLocation .position_wrap .com-content .tBox p {
  color: #231F20;
  letter-spacing: -0.1em;
}
#pageLocation .position_wrap .com-content .tBox .ttl {
  font-size: clamp(1rem, 4.9vw, 5.8rem);
  line-height: 1.4047050801;
}
#pageLocation .position_wrap .com-content .tBox .desc {
  font-size: clamp(1rem, 1.75vw, 2.1rem);
  line-height: 2.8941285252;
  margin-top: 1em;
}
#pageLocation .position_wrap .decor {
  position: absolute;
}
#pageLocation .position_wrap .decor-0 {
  width: 58.9%;
  right: 0;
  bottom: 0;
}
#pageLocation .position_wrap .decor-1 {
  width: 13.7%;
  left: 3%;
  top: 0%;
}
#pageLocation .position_wrap .decor-2 {
  width: 10.7%;
  left: 3%;
  top: 33%;
}
#pageLocation .position_wrap .decor-3 {
  width: 13.1186440678%;
  left: 12%;
  bottom: 9%;
}
#pageLocation .position_wrap .decor-4 {
  width: 6.7118644068%;
  top: 29%;
  left: 60%;
}
#pageLocation .position_wrap .decor-5 {
  width: 9.4576271186%;
  left: 57%;
  bottom: 19%;
}
@media screen and (max-width: 750px) {
  #pageLocation .position_wrap {
    padding: 6rem 0 0;
  }
  #pageLocation .position_wrap .com-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: none;
    width: 100%;
    margin-top: -4rem;
  }
  #pageLocation .position_wrap .com-content .iBox {
    width: 100%;
  }
  #pageLocation .position_wrap .com-content .tBox {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  #pageLocation .position_wrap .com-content .tBox .ttl {
    font-size: 4.8rem;
  }
  #pageLocation .position_wrap .com-content .tBox .desc {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.8;
    margin-top: 1em;
  }
  #pageLocation .position_wrap .decor-1 {
    width: 18%;
    top: auto;
    bottom: 45%;
  }
  #pageLocation .position_wrap .decor-2 {
    width: 15%;
    left: 8%;
    top: auto;
    bottom: 22%;
  }
  #pageLocation .position_wrap .decor-3 {
    width: 19%;
    left: 22%;
    bottom: 5%;
  }
  #pageLocation .position_wrap .decor-4 {
    width: 11%;
    top: auto;
    left: auto;
    right: 0;
    bottom: 33%;
  }
  #pageLocation .position_wrap .decor-5 {
    width: 12%;
    left: auto;
    right: 2%;
    bottom: 6%;
  }
}
#pageLocation .location_wrap {
  margin-top: -6rem;
}
#pageLocation .location_wrap .location_bg {
  background: #EFEBE5;
  padding: 5rem 0;
}
#pageLocation .location_wrap .location_ttl {
  font-size: clamp(1rem, 2.6vw, 3.1rem);
  line-height: 1.875;
  letter-spacing: -0.05em;
}
#pageLocation .location_wrap .location_desc {
  font-size: clamp(1rem, 1.7vw, 2rem);
  line-height: 1.619047619;
  letter-spacing: -0.1em;
  margin-top: 0.5em;
}
#pageLocation .location_wrap .bellroad {
  max-width: 1200px;
  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;
}
#pageLocation .location_wrap .bellroad_txt {
  width: 70%;
}
#pageLocation .location_wrap .bellroad_txt p {
  color: #603913;
}
#pageLocation .location_wrap .bellroad_lead {
  width: 28%;
}
#pageLocation .location_wrap .bellroad_map {
  margin-top: 3.5rem;
  width: 100%;
  padding: 0 3%;
}
#pageLocation .location_wrap .bellroad .decor {
  position: absolute;
}
#pageLocation .location_wrap .bellroad .decor-1 {
  width: 15%;
  left: 3%;
  top: 24%;
}
#pageLocation .location_wrap .bellroad .decor-2 {
  width: 11%;
  right: 13%;
  top: 25%;
}
#pageLocation .location_wrap .bellroad .decor-3 {
  width: 15.2542372881%;
  left: 2%;
  bottom: -2%;
}
#pageLocation .location_wrap .store {
  padding: 8rem 0 0;
  max-width: 1300px;
  margin: 5rem auto 0;
  position: relative;
}
#pageLocation .location_wrap .store .com-content {
  max-width: 1180px;
  position: relative;
}
#pageLocation .location_wrap .store_bg {
  position: absolute;
  width: 90.9rem;
  right: 0;
  top: 0;
}
#pageLocation .location_wrap .store_item-3, #pageLocation .location_wrap .store_item-4, #pageLocation .location_wrap .store_caption {
  position: absolute;
}
#pageLocation .location_wrap .store_caption {
  width: 26.8rem;
  right: 0;
  top: 27%;
}
#pageLocation .location_wrap .store_item-3 {
  width: 20.7rem;
  bottom: 7rem;
  right: 33%;
}
#pageLocation .location_wrap .store_item-4 {
  width: 26.5rem;
  bottom: -3rem;
  right: 7%;
}
#pageLocation .location_wrap .store_main {
  width: 47%;
  position: relative;
  z-index: 2;
}
#pageLocation .location_wrap .store_item {
  margin-bottom: 2rem;
}
#pageLocation .location_wrap .store_item-ttl {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: -0.05em;
  color: #754C29;
  margin: 0.7em 0 0.5em;
}
#pageLocation .location_wrap .store_item-ttl span {
  color: #231F20;
  font-size: 1.2rem;
  line-height: 1.1111111111;
}
#pageLocation .location_wrap .store_item-desc {
  font-size: 1.7rem;
  line-height: 1.6470588235;
  letter-spacing: -0.05em;
  text-align: justify;
  color: #231F20;
}
#pageLocation .location_wrap .store_illustration {
  width: 90%;
}
#pageLocation .location_wrap .shopping {
  max-width: 1200px;
  margin-top: 10rem;
}
#pageLocation .location_wrap .shopping_head {
  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;
}
#pageLocation .location_wrap .shopping_lead {
  width: 26%;
}
#pageLocation .location_wrap .shopping_txt {
  width: 72%;
}
#pageLocation .location_wrap .shopping_txt p {
  color: #1C75BC;
}
#pageLocation .location_wrap .shopping_box1 {
  padding: 0 5rem;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pageLocation .location_wrap .shopping_box1 .shopping_item {
  position: relative;
  width: 57.3%;
}
#pageLocation .location_wrap .shopping_box1 .shopping_item-img {
  padding-right: 4%;
}
#pageLocation .location_wrap .shopping_box1 .shopping_item-txt {
  padding-left: 17%;
}
#pageLocation .location_wrap .shopping_box1 .shopping_item-ttl {
  padding-left: 10%;
}
#pageLocation .location_wrap .shopping_box1 .shopping_item .shopping_caption {
  position: absolute;
  width: 34.75%;
  right: 4%;
  top: 10%;
}
#pageLocation .location_wrap .shopping_box1 .shopping_item .shopping_decor {
  position: absolute;
  width: 23.6%;
  left: -5rem;
  bottom: 0;
  z-index: 2;
}
#pageLocation .location_wrap .shopping_box1 .shopping_boxtxt {
  width: 42.3%;
}
#pageLocation .location_wrap .shopping_box1 .shopping_list {
  margin-top: 2.5rem;
  padding-left: 8%;
}
#pageLocation .location_wrap .shopping_box2 {
  padding: 0 5rem;
  margin-top: 5rem;
  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;
}
#pageLocation .location_wrap .shopping_box2 > .shopping_item {
  width: 59%;
  position: relative;
}
#pageLocation .location_wrap .shopping_box2 > .shopping_item .shopping_item-img {
  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;
}
#pageLocation .location_wrap .shopping_box2 > .shopping_item .shopping_item-img figure:first-child {
  width: 51%;
}
#pageLocation .location_wrap .shopping_box2 > .shopping_item .shopping_item-img figure:nth-child(2) {
  width: 47.8%;
}
#pageLocation .location_wrap .shopping_box2 > .shopping_item .shopping_decor {
  position: absolute;
  width: 23.9%;
  left: -5rem;
  bottom: 0;
  z-index: 2;
}
#pageLocation .location_wrap .shopping_box2 > .shopping_item .shopping_item-txt {
  padding-left: 23%;
}
#pageLocation .location_wrap .shopping_box2 .shopping_listitem {
  width: 38.8%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem 1.4rem;
}
#pageLocation .location_wrap .shopping_box2 .shopping_listitem .shopping_item-ttl {
  font-size: 1.5rem;
}
#pageLocation .location_wrap .shopping_box2 .shopping_listitem .shopping_item-ttl span {
  font-size: 1.1rem;
}
#pageLocation .location_wrap .shopping_item-ttl {
  color: #1C75BC;
}
#pageLocation .location_wrap .shopping_item-ttl span {
  color: #231F20;
}
#pageLocation .location_wrap .shopping_item-desc {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: -0.05em;
  text-align: justify;
}
#pageLocation .location_wrap .public {
  margin-top: 10rem;
  padding-bottom: 2rem;
  background-image: url(../img/location/public_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 81%;
  position: relative;
}
#pageLocation .location_wrap .public .com-content {
  max-width: 1200px;
}
#pageLocation .location_wrap .public_float {
  position: absolute;
  width: 16.8rem;
  bottom: 44%;
  right: 41rem;
}
#pageLocation .location_wrap .public_head {
  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;
}
#pageLocation .location_wrap .public_lead {
  width: 19.75%;
}
#pageLocation .location_wrap .public_txt {
  width: 79%;
}
#pageLocation .location_wrap .public_txt p {
  color: #2BB673;
}
#pageLocation .location_wrap .public_txt .location_ttl {
  letter-spacing: -0.1em;
}
#pageLocation .location_wrap .public_main {
  margin-top: 6rem;
  position: relative;
}
#pageLocation .location_wrap .public_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pageLocation .location_wrap .public_item + .public_item {
  margin-top: 2rem;
}
#pageLocation .location_wrap .public_item-img {
  width: 28.45%;
}
#pageLocation .location_wrap .public_item-ttl {
  margin-left: 2rem;
  color: #2BB673;
  margin-bottom: 0;
}
#pageLocation .location_wrap .public_item-ttl span {
  color: #231F20;
}
#pageLocation .location_wrap .candp {
  position: relative;
  margin-bottom: 18rem;
}
#pageLocation .location_wrap .candp .candp_leaves {
  position: absolute;
  width: 68.1538461538%;
  left: 0;
  top: 0;
}
#pageLocation .location_wrap .candp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 9.5rem;
  background: #91CFA7;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
#pageLocation .location_wrap .candp .com-content {
  max-width: 1160px;
  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;
  padding: 6.5rem 0 2rem;
}
#pageLocation .location_wrap .candp .clinic,
#pageLocation .location_wrap .candp .park {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#pageLocation .location_wrap .candp .clinic_decor, #pageLocation .location_wrap .candp .clinic_lead,
#pageLocation .location_wrap .candp .park_decor,
#pageLocation .location_wrap .candp .park_lead {
  position: absolute;
  z-index: 2;
}
#pageLocation .location_wrap .candp .clinic_lead,
#pageLocation .location_wrap .candp .park_lead {
  top: 30%;
}
#pageLocation .location_wrap .candp .clinic_item,
#pageLocation .location_wrap .candp .park_item {
  margin-left: 2rem;
  width: clamp(15rem, 23.3333333333vw, 26.6rem);
}
#pageLocation .location_wrap .candp .clinic {
  width: 59%;
}
#pageLocation .location_wrap .candp .clinic_lead {
  width: 17.3rem;
  left: -4rem;
}
#pageLocation .location_wrap .candp .clinic_decor {
  width: 11.98%;
  right: 5%;
  top: -57%;
}
#pageLocation .location_wrap .candp .park {
  width: 40%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#pageLocation .location_wrap .candp .park_decor {
  width: 54.525862069%;
  left: 4%;
  bottom: 18%;
}
#pageLocation .location_wrap .candp .park_lead {
  width: 13.8rem;
  left: 12%;
  top: 1%;
}
#pageLocation .location_wrap .candp .park_item {
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  #pageLocation .location_wrap {
    margin-top: 0;
  }
  #pageLocation .location_wrap .p_lead2 {
    background: #EFEBE5;
    padding: 4rem 0 0;
  }
  #pageLocation .location_wrap .location_bg {
    padding: 3rem 0 8rem;
  }
  #pageLocation .location_wrap .location_ttl {
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  #pageLocation .location_wrap .location_desc {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  #pageLocation .location_wrap .bellroad_txt {
    width: 70%;
    position: relative;
    z-index: 1;
  }
  #pageLocation .location_wrap .bellroad_txt .location_desc {
    text-shadow: 1px 1px 3px rgba(239, 235, 229, 0.8), -1px 1px 3px rgba(239, 235, 229, 0.8), 1px -1px 3px rgba(239, 235, 229, 0.8), -1px -1px 3px rgba(239, 235, 229, 0.8);
  }
  #pageLocation .location_wrap .bellroad_lead {
    width: 58%;
    margin: 0 0 0 5rem;
  }
  #pageLocation .location_wrap .bellroad_map {
    margin-top: 4rem;
    padding: 0;
  }
  #pageLocation .location_wrap .bellroad .decor-1 {
    left: 0%;
    top: auto;
    bottom: 25%;
  }
  #pageLocation .location_wrap .bellroad .decor-2 {
    width: 12%;
    right: 12%;
    top: auto;
    bottom: 35%;
  }
  #pageLocation .location_wrap .store {
    padding: 0;
  }
  #pageLocation .location_wrap .store_bg {
    width: 61%;
    right: -5rem;
    top: 15rem;
  }
  #pageLocation .location_wrap .store_caption {
    width: 22rem;
    right: auto;
    left: 4rem;
    top: 133rem;
  }
  #pageLocation .location_wrap .store_item-accent {
    width: 30rem;
    position: relative;
    z-index: 1;
  }
  #pageLocation .location_wrap .store_item-accent img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
  #pageLocation .location_wrap .store_item-accent::before {
    content: "";
    width: 17rem;
    height: 17rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -1rem;
    left: 94%;
    z-index: -1;
  }
  #pageLocation .location_wrap .store_item-copy {
    width: 35rem;
    position: relative;
    z-index: 1;
  }
  #pageLocation .location_wrap .store_item-copy .p1 {
    font-size: 2.4rem;
    line-height: 1.4;
    color: #7f4f21;
  }
  #pageLocation .location_wrap .store_item-copy .p1-2 {
    font-size: 2rem;
    letter-spacing: 0;
    color: #231815;
  }
  #pageLocation .location_wrap .store_item-copy .p2 {
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 1rem 0 0;
  }
  #pageLocation .location_wrap .store_item-3, #pageLocation .location_wrap .store_item-4 {
    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: static;
  }
  #pageLocation .location_wrap .store_item-3 {
    width: 100%;
  }
  #pageLocation .location_wrap .store_item-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    margin: 5rem 0 0;
  }
  #pageLocation .location_wrap .store_item-4 .p1 {
    text-align: right;
  }
  #pageLocation .location_wrap .store_item-4 .store_item-accent::before {
    left: auto;
    right: 94%;
  }
  #pageLocation .location_wrap .store_main {
    width: 100%;
    margin: 8rem 0 0;
  }
  #pageLocation .location_wrap .store_item {
    margin-bottom: 7rem;
  }
  #pageLocation .location_wrap .store_item-2 {
    margin-bottom: 21rem;
  }
  #pageLocation .location_wrap .store_item-img {
    width: 100%;
  }
  #pageLocation .location_wrap .store_item-ttl {
    font-size: 2.8rem;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0.7em 0 0.5em;
  }
  #pageLocation .location_wrap .store_item-ttl span {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  #pageLocation .location_wrap .store_item-desc {
    font-size: 2.8rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  #pageLocation .location_wrap .store_illustration {
    width: 29rem;
    position: absolute;
    right: 2rem;
    top: 134rem;
  }
  #pageLocation .location_wrap .store_illustration_2 {
    width: 10rem;
    top: auto;
    bottom: 20rem;
    right: auto;
    left: -2rem;
  }
  #pageLocation .location_wrap .shopping {
    margin-top: 6rem;
  }
  #pageLocation .location_wrap .shopping_lead {
    width: 30%;
    margin: 0 auto;
  }
  #pageLocation .location_wrap .shopping_txt {
    width: 100%;
  }
  #pageLocation .location_wrap .shopping .location_ttl {
    text-align: center;
    margin: 3rem 0 0;
  }
  #pageLocation .location_wrap .shopping .location_desc {
    color: #231815;
  }
  #pageLocation .location_wrap .shopping_box1 {
    padding: 0;
  }
  #pageLocation .location_wrap .shopping_box1 .shopping_item {
    width: 100%;
  }
  #pageLocation .location_wrap .shopping_box1 .shopping_item-img {
    padding-right: 0;
    width: 50rem;
  }
  #pageLocation .location_wrap .shopping_box1 .shopping_item-txt {
    padding-left: 0;
  }
  #pageLocation .location_wrap .shopping_box1 .shopping_item-ttl {
    padding-left: 0;
  }
  #pageLocation .location_wrap .shopping_box1 .shopping_item .shopping_caption {
    width: 26rem;
    right: 2rem;
    top: -1rem;
  }
  #pageLocation .location_wrap .shopping_box1 .shopping_boxtxt {
    width: 100%;
  }
  #pageLocation .location_wrap .shopping_box1 .shopping_map {
    width: 59rem;
    margin: 5rem auto 0;
  }
  #pageLocation .location_wrap .shopping_box1 .shopping_list {
    margin-top: 4rem;
    padding-left: 0;
  }
  #pageLocation .location_wrap .shopping_box2 {
    padding: 0;
    padding-top: 5rem;
    margin-top: 5rem;
    border-top: 1px solid #c9caca;
  }
  #pageLocation .location_wrap .shopping_box2 > .shopping_item {
    width: 100%;
  }
  #pageLocation .location_wrap .shopping_box2 > .shopping_item .shopping_item-img {
    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;
  }
  #pageLocation .location_wrap .shopping_box2 > .shopping_item .shopping_item-img figure:first-child {
    width: 26rem;
  }
  #pageLocation .location_wrap .shopping_box2 > .shopping_item .shopping_item-img figure:first-child img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
  }
  #pageLocation .location_wrap .shopping_box2 > .shopping_item .shopping_item-img figure:nth-child(2) {
    width: 40rem;
  }
  #pageLocation .location_wrap .shopping_box2 > .shopping_item .shopping_decor {
    width: 17rem;
    left: auto;
    right: 0;
    bottom: 9rem;
  }
  #pageLocation .location_wrap .shopping_box2 > .shopping_item .shopping_item-txt {
    padding-left: 0;
  }
  #pageLocation .location_wrap .shopping_box2 .shopping_listitem {
    width: 100%;
    margin: 5rem 0 0;
  }
  #pageLocation .location_wrap .shopping_box2 .shopping_listitem .shopping_item-ttl {
    font-size: 2.6rem;
  }
  #pageLocation .location_wrap .shopping_box2 .shopping_listitem .shopping_item-ttl span {
    font-size: 2.2rem;
  }
  #pageLocation .location_wrap .shopping_item-desc {
    font-size: 2.6rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  #pageLocation .location_wrap .public {
    padding-bottom: 43rem;
    background-size: auto 37%;
  }
  #pageLocation .location_wrap .public_float {
    width: 17rem;
    bottom: 20rem;
    right: 39rem;
  }
  #pageLocation .location_wrap .public_head {
    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;
  }
  #pageLocation .location_wrap .public .clinic_decor {
    width: 8rem;
    position: absolute;
    right: 10rem;
    top: -2rem;
  }
  #pageLocation .location_wrap .public_lead {
    width: 29%;
  }
  #pageLocation .location_wrap .public_txt {
    width: 100%;
  }
  #pageLocation .location_wrap .public_txt .location_ttl {
    margin: 2rem 0 0;
  }
  #pageLocation .location_wrap .public_txt .location_desc {
    color: #231815;
  }
  #pageLocation .location_wrap .public_main {
    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;
    margin-top: 5rem;
  }
  #pageLocation .location_wrap .public_item {
    width: 33rem;
    display: block;
  }
  #pageLocation .location_wrap .public_item + .public_item {
    margin-top: 0;
  }
  #pageLocation .location_wrap .public_item-img {
    width: 100%;
  }
  #pageLocation .location_wrap .public_item-ttl {
    margin-left: 0;
  }
  #pageLocation .location_wrap .candp {
    margin-bottom: 0;
  }
  #pageLocation .location_wrap .candp::before {
    height: 48rem;
  }
  #pageLocation .location_wrap .candp .com-content {
    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;
    padding: 10rem 0 4rem;
  }
  #pageLocation .location_wrap .candp .clinic_lead,
  #pageLocation .location_wrap .candp .park_lead {
    top: 30%;
  }
  #pageLocation .location_wrap .candp .clinic_item,
  #pageLocation .location_wrap .candp .park_item {
    width: 25rem;
  }
  #pageLocation .location_wrap .candp .clinic {
    width: 100%;
  }
  #pageLocation .location_wrap .candp .clinic_lead {
    width: 18rem;
    left: 0;
  }
  #pageLocation .location_wrap .candp .park {
    width: 100%;
    margin: 3rem 0 0;
  }
  #pageLocation .location_wrap .candp .park_decor {
    width: 26rem;
    left: 15rem;
    bottom: 6rem;
  }
  #pageLocation .location_wrap .candp .park_lead {
    left: 2rem;
    top: 8rem;
  }
}
#pageLocation .enjoy_wrap {
  padding: 0 0 20rem;
}
#pageLocation .enjoy_wrap .com-content {
  max-width: 1200px;
}
#pageLocation .enjoy_wrap .head_area .head_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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageLocation .enjoy_wrap .head_area .head_box .ttl {
  width: 19%;
}
#pageLocation .enjoy_wrap .head_area .head_box .copy {
  width: 78%;
  color: #13ae67;
}
#pageLocation .enjoy_wrap .head_area .head_box .lead {
  font-size: 3.1rem;
  letter-spacing: 0;
  line-height: 1.6;
}
#pageLocation .enjoy_wrap .head_area .head_box .txt {
  font-size: 2rem;
  line-height: 1.6;
  margin: 2rem 0 0;
}
#pageLocation .enjoy_wrap .enjoy_area {
  margin: 8rem 0 0;
}
#pageLocation .enjoy_wrap .enjoy_area .lead_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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pageLocation .enjoy_wrap .enjoy_area .lead_box .copy {
  width: 81%;
}
#pageLocation .enjoy_wrap .enjoy_area .lead_box .lead {
  font-size: 2.7rem;
  line-height: 1.6;
  color: #fff;
  background: #13ae67;
  padding: 0 2.6rem;
}
#pageLocation .enjoy_wrap .enjoy_area .lead_box .txt {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #13ae67;
  margin: 1rem 0 0;
}
#pageLocation .enjoy_wrap .enjoy_area.train .lead_box .deco {
  width: 16%;
}
#pageLocation .enjoy_wrap .enjoy_area.train .flex_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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#pageLocation .enjoy_wrap .enjoy_area.train .flex_box .time {
  color: #13ae67;
}
#pageLocation .enjoy_wrap .enjoy_area.train .flex_box .time .s1 {
  font-size: 7.2rem;
}
#pageLocation .enjoy_wrap .enjoy_area.train .flex_box .time .s2 {
  font-size: 7.6rem;
}
#pageLocation .enjoy_wrap .enjoy_area.train .flex_box .time .s3 {
  font-size: 3.8rem;
}
#pageLocation .enjoy_wrap .enjoy_area.train .flex_box .time .s4 {
  font-size: 3.4rem;
}
#pageLocation .enjoy_wrap .enjoy_area.train .flex_box .txt {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0.5rem 0 2rem;
}
#pageLocation .enjoy_wrap .enjoy_area.train .flex_box .img_txt {
  font-size: 1.6rem;
  color: #13ae67;
  margin: 1.4rem 0 0;
}
#pageLocation .enjoy_wrap .enjoy_area.train .flex_box .flex_inner {
  width: 34%;
}
#pageLocation .enjoy_wrap .enjoy_area.train .flex_box .flex_cnt_1 {
  width: 64%;
}
#pageLocation .enjoy_wrap .enjoy_area.train .flex_box .flex_cnt_3 {
  margin: 1.4rem 0 0;
}
#pageLocation .enjoy_wrap .enjoy_area.train .flex_box_1 {
  margin: 1rem 0 0;
}
#pageLocation .enjoy_wrap .enjoy_area.train .flex_box_2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-top: 1px solid rgba(19, 174, 103, 0.6);
  padding: 3rem 0 0;
  margin: 4rem 0 0;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle {
  margin: 10rem 0 0;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle .lead_box .deco {
  width: 18%;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_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;
  gap: 2.4rem 0;
  margin: 3rem 0 0;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .copy {
  margin: 3rem 0 0;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .copy_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 3.5rem;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .p1 {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #13ae67;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .p2 {
  font-size: 1.2rem;
  line-height: 2;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .p3 {
  font-size: 1.8rem;
  line-height: 1.6;
  border-top: 1px solid #13ae67;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_1 {
  width: 100%;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_1 .copy {
  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;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_1 .copy_inner {
  width: 30%;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_1 .p3 {
  width: 70%;
  border-top: none;
  border-left: 1px solid #13ae67;
  padding: 0.5rem 0 0.5rem 3rem;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_2,
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_3 {
  width: 48.8%;
}
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_2 .p3,
#pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_3 .p3 {
  padding: 1rem 0 0;
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageLocation .enjoy_wrap {
    padding: 7rem 0 11rem;
  }
  #pageLocation .enjoy_wrap .com-content {
    max-width: none;
  }
  #pageLocation .enjoy_wrap .head_area .head_box .ttl {
    width: 25%;
  }
  #pageLocation .enjoy_wrap .head_area .head_box .copy {
    width: 100%;
    margin: 3rem 0 0;
  }
  #pageLocation .enjoy_wrap .head_area .head_box .lead {
    font-size: 3rem;
  }
  #pageLocation .enjoy_wrap .head_area .head_box .txt {
    font-size: 2.6rem;
  }
  #pageLocation .enjoy_wrap .enjoy_area .lead_box {
    position: relative;
  }
  #pageLocation .enjoy_wrap .enjoy_area .lead_box .deco {
    position: absolute;
    margin: 0;
  }
  #pageLocation .enjoy_wrap .enjoy_area .lead_box .copy {
    width: 100%;
  }
  #pageLocation .enjoy_wrap .enjoy_area .lead_box .lead {
    font-size: 2.8rem;
    text-align: center;
    padding: 1rem 2.6rem;
    margin: 3rem 0 0;
  }
  #pageLocation .enjoy_wrap .enjoy_area .lead_box .txt {
    font-size: 2.6rem;
    margin: 1.8rem 0 0;
  }
  #pageLocation .enjoy_wrap .enjoy_area.train .lead_box .deco {
    width: 19%;
    top: 32rem;
    right: 5rem;
  }
  #pageLocation .enjoy_wrap .enjoy_area.train .flex_box {
    padding: 0 2rem;
  }
  #pageLocation .enjoy_wrap .enjoy_area.train .flex_box .txt {
    font-size: 2.8rem;
    margin: 2rem 0 3rem;
  }
  #pageLocation .enjoy_wrap .enjoy_area.train .flex_box .img_txt {
    font-size: 2.6rem;
  }
  #pageLocation .enjoy_wrap .enjoy_area.train .flex_box .flex_inner {
    width: 100%;
  }
  #pageLocation .enjoy_wrap .enjoy_area.train .flex_box .flex_cnt_1 {
    width: 100%;
  }
  #pageLocation .enjoy_wrap .enjoy_area.train .flex_box .flex_cnt_3 {
    margin: 4rem 0 0;
  }
  #pageLocation .enjoy_wrap .enjoy_area.train .flex_box_1 {
    gap: 4rem 0;
    margin: 4rem 0 0;
  }
  #pageLocation .enjoy_wrap .enjoy_area.train .flex_box_2 {
    gap: 4rem 0;
    padding: 4rem 2rem 0;
    margin: 6rem 0 0;
  }
  #pageLocation .enjoy_wrap .enjoy_area.bicycle {
    margin: 7rem 0 0;
  }
  #pageLocation .enjoy_wrap .enjoy_area.bicycle .lead_box .deco {
    width: 21%;
    top: 19rem;
    right: 8rem;
  }
  #pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box {
    padding: 0 2rem;
    gap: 4rem 0;
    margin: 4rem 0 0;
  }
  #pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .copy {
    margin: 2rem 0 0;
  }
  #pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .copy_inner {
    gap: 0 3.5rem;
  }
  #pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .p1 {
    font-size: 2.6rem;
  }
  #pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .p2 {
    font-size: 2.2rem;
  }
  #pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .p3 {
    font-size: 2.8rem;
  }
  #pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_1 .copy_inner {
    width: 100%;
  }
  #pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_1 .p3 {
    width: 100%;
    border-left: none;
    border-top: 1px solid #13ae67;
    padding: 1rem 0 0;
    margin: 1rem 0 0;
  }
  #pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_2,
  #pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_3 {
    width: 100%;
  }
  #pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_2 .p3,
  #pageLocation .enjoy_wrap .enjoy_area.bicycle .flex_box .flex_cnt_3 .p3 {
    padding: 1rem 0 0;
    margin: 1rem 0 0;
  }
}

#lifeinfo * {
  -webkit-transition: 0s;
  transition: 0s;
}
#lifeinfo .com_txt_box .ttl {
  color: #8d9e9a;
}
#lifeinfo .lifeinfo_wrap {
  margin: 3.8rem auto 0;
}
#lifeinfo .lifeinfo_wrap .tab_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#lifeinfo .lifeinfo_wrap .tab_area label {
  width: 16.5%;
  margin: 0;
  padding: 13px 0;
  color: #fff;
  background: #666;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#lifeinfo .lifeinfo_wrap .tab_area label:hover {
  opacity: 1;
  color: #fff;
  background: #003F78;
}
#lifeinfo .lifeinfo_wrap .tab_area label.active {
  pointer-events: none;
  color: #fff;
  background: #003F78;
}
#lifeinfo .lifeinfo_wrap .panel_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #727171;
  margin: 0 0 50px;
}
#lifeinfo .lifeinfo_wrap .panel_wrap .tab_panel {
  display: none;
}
#lifeinfo .lifeinfo_wrap .panel_wrap .tab_panel.active {
  display: block;
}
#lifeinfo .lifeinfo_wrap .panel_wrap .mapbox {
  width: calc(100% - 227px);
  height: 543px;
  border-right: solid 1px #727171;
}
#lifeinfo .lifeinfo_wrap .panel_area .databox {
  width: 227px;
  max-height: 543px;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}
#lifeinfo .lifeinfo_wrap .panel_area .databox::-webkit-scrollbar {
  width: 10px;
}
#lifeinfo .lifeinfo_wrap .panel_area .databox::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
#lifeinfo .lifeinfo_wrap .panel_area .databox::-webkit-scrollbar-thumb {
  background: #8d9e9a;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
#lifeinfo .lifeinfo_wrap .panel_area .data {
  padding: 16px 8px;
  border-top: solid 1px #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#lifeinfo .lifeinfo_wrap .panel_area .data p {
  letter-spacing: 0;
  line-height: 1.2;
}
#lifeinfo .lifeinfo_wrap .panel_area .data_img {
  width: 19px;
  margin: 0 5px 0 0;
}
#lifeinfo .lifeinfo_wrap .panel_area .data:first-of-type {
  border-top: none;
}
#lifeinfo .lifeinfo_wrap .panel_area .data_txt {
  width: calc(100% - 25px);
}
#lifeinfo .lifeinfo_wrap .panel_area .data_txt1 {
  font-size: 12px;
  text-align: left;
}
#lifeinfo .lifeinfo_wrap .panel_area .data_txt2 {
  font-size: 11px;
  text-align: right;
  margin: 8px 0 0;
}
@media screen and (max-width: 750px) {
  #lifeinfo .lifeinfo_wrap {
    margin: 4rem 0 0;
  }
  #lifeinfo .lifeinfo_wrap .tab_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: solid 1px #fff;
  }
  #lifeinfo .lifeinfo_wrap .tab_area label {
    width: 33.3333333333%;
    max-width: none;
    margin: 0 0 0px;
    border: none;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    font-size: 11px;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #lifeinfo .lifeinfo_wrap .tab_area label:nth-of-type(n+5) {
    width: 33.3333333333%;
    padding: 10px 0;
  }
  #lifeinfo .lifeinfo_wrap .tab_area label:nth-of-type(7) {
    border-right: none;
  }
  #lifeinfo .lifeinfo_wrap .panel_wrap {
    display: block;
  }
  #lifeinfo .lifeinfo_wrap .panel_wrap .mapbox {
    width: 100%;
    height: 50vh;
    border-right: solid 1px #b1b37c;
  }
  #lifeinfo .lifeinfo_wrap .panel_area .databox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-height: none;
    max-height: 50vh;
  }
  #lifeinfo .lifeinfo_wrap .panel_area .data {
    width: 50%;
    padding: 8px 8px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #lifeinfo .lifeinfo_wrap .panel_area .data:nth-of-type(1),
  #lifeinfo .lifeinfo_wrap .panel_area .data:nth-of-type(2) {
    border-top: solid 1px #b1b37c;
  }
  #lifeinfo .lifeinfo_wrap .panel_area .data:last-of-type::before,
  #lifeinfo .lifeinfo_wrap .panel_area .data:nth-last-of-type(2)::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #b1b37c;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #lifeinfo .lifeinfo_wrap .panel_area .data_txt1 {
    font-size: 10px;
  }
  #lifeinfo .lifeinfo_wrap .panel_area .data_txt1 img {
    width: 10px;
  }
  #lifeinfo .lifeinfo_wrap .panel_area .data_txt2 {
    font-size: 10px;
    margin: 5px 0 0;
  }
}

#pageMap {
  background: linear-gradient(276deg, #EEE 9.52%, #FFF 31.76%, #FFFDFD 76.69%, #FEFEFE 96.66%);
}
#pageMap #mainWrap {
  background: transparent;
}
#pageMap .map_wrap {
  padding-top: 5rem;
}
#pageMap .map_btn {
  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;
  max-width: 495px;
  margin: 5rem auto 0;
}
#pageMap .map_btn .btn {
  width: 47%;
  background: rgba(57, 57, 57, 0.9);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 21px 1%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pageMap .map_btn .btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 750px) {
  #pageMap .map_btn .btn {
    font-size: 2.4rem;
  }
  #pageMap .map_btn .btn::after {
    font-size: 2.4rem;
    right: 5%;
  }
}
#pageMap .gallery_box {
  margin: 12rem 0 0;
}
#pageMap .gallery_box .gallery_ttl {
  font-size: 2.4rem;
  text-align: center;
}
#pageMap .gallery_box .map {
  margin: 6rem 0 0;
}
#pageMap .gallery_box .copy {
  text-align: center;
}
#pageMap .gallery_box .p1 {
  font-size: 1.8rem;
  color: #fff;
  background: #000;
  padding: 1rem 0;
}
#pageMap .gallery_box .p2 {
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top: none;
  padding: 1rem 0;
}
@media screen and (max-width: 750px) {
  #pageMap .gallery_box {
    margin: 12rem 0 0;
  }
  #pageMap .gallery_box .gallery_ttl {
    font-size: 3.4rem;
  }
  #pageMap .gallery_box .map {
    margin: 6rem 0 0;
  }
  #pageMap .gallery_box .p1 {
    font-size: 2.8rem;
    line-height: 1.4;
    padding: 1.6rem 0;
  }
  #pageMap .gallery_box .p2 {
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 1.6rem 0;
  }
}
@media print {
  #pageMap header,
  #pageMap nav,
  #pageMap footer,
  #pageMap .map_btn,
  #pageMap .mainWrap {
    display: none !important;
  }
  #pageMap main {
    padding-top: 0;
  }
}
#pageOutline .main_wrap {
  padding-top: 100px;
}
#pageOutline .main_wrap p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
}
#pageOutline .outline_wrap {
  padding: 5rem 0;
}
#pageOutline .outline_wrap .com-content {
  padding: 5rem 5rem;
  background: #fff;
}
#pageOutline .outline_wrap .outline_tit {
  margin-bottom: 3rem;
  font-size: 2.4rem;
}
#pageOutline .outline_wrap dl {
  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;
  margin: 0 auto 3rem;
}
#pageOutline .outline_wrap dl dt {
  width: 220px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1.4rem;
}
#pageOutline .outline_wrap dl dd {
  width: calc(100% - 250px);
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  font-size: 1.4rem;
}
#pageOutline .outline_wrap .advertising_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;
  margin-top: 30px;
}
#pageOutline .outline_wrap .advertising_box .t1 {
  border: 1px solid #000;
  width: 120px;
  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;
  text-align: center;
  font-size: 1.4rem;
}
#pageOutline .outline_wrap .advertising_box .t2 {
  width: calc(100% - 140px);
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #pageOutline .main_wrap {
    padding-top: 70px;
  }
  #pageOutline .main_wrap p {
    text-align: center;
  }
  #pageOutline .main_wrap p:nth-of-type(1) {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  #pageOutline .main_wrap p:nth-of-type(2) {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    line-height: 1.5;
  }
  #pageOutline .outline_wrap .outline_tit {
    margin-bottom: 3rem;
    font-size: 3.4rem;
  }
  #pageOutline .outline_wrap dl {
    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;
    margin: 0 auto 3rem;
  }
  #pageOutline .outline_wrap dl dt {
    width: 100%;
    padding: 10px 0 0;
    border-bottom: none;
    font-size: 2.4rem;
  }
  #pageOutline .outline_wrap dl dd {
    width: 100%;
    font-size: 2.4rem;
  }
  #pageOutline .outline_wrap .advertising_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;
    margin-top: 30px;
  }
  #pageOutline .outline_wrap .advertising_box .t1 {
    width: 100%;
    font-size: 2rem;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  #pageOutline .outline_wrap .advertising_box .t2 {
    width: 100%;
    font-size: 1.5rem;
  }
}
#pageAboutus .f_note {
  display: none;
}
#pageAboutus .about_com_copy .copy_box {
  text-align: center;
}
#pageAboutus .about_com_copy .copy_box .ttl {
  font-size: 3.4rem;
  font-weight: 600;
  color: #036eb4;
}
@media screen and (max-width: 750px) {
  #pageAboutus .about_com_copy .copy_box .ttl {
    font-size: 4.4rem;
  }
}
#pageAboutus .about_com_copy .copy_box .sub_ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAboutus .about_com_copy .copy_box .sub_ttl {
    font-size: 2.8rem;
    margin: 1.8rem 0 0;
  }
}
#pageAboutus .about_com_copy .copy_box .txt {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 1.4rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAboutus .about_com_copy .copy_box .txt {
    font-size: 2.8rem;
    margin: 3rem 0 0;
  }
}
#pageAboutus .main_view {
  padding-top: 10rem;
  height: 71rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #pageAboutus .main_view {
    padding: 6rem 0 0;
    height: 94rem;
  }
}
#pageAboutus .main_view .com-pageHead figure {
  max-width: 441px;
}
@media screen and (max-width: 750px) {
  #pageAboutus .main_view .com-pageHead figure {
    max-width: 280px;
    width: 83%;
  }
}
#pageAboutus .main_view .com-secHead_ttl {
  margin: 1rem 0 0;
}
#pageAboutus .main_view .com-secHead_sub {
  font-size: 1.8rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAboutus .main_view .com-secHead_sub {
    font-size: 2.8rem;
  }
}
#pageAboutus .main_view .main_view-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: 6rem 0 0;
}
#pageAboutus .main_view .main_view-img 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 bottom;
     object-position: center bottom;
}
#pageAboutus .history_wrap {
  margin: 8rem 0 0;
}
#pageAboutus .history_wrap .history_area {
  background: #00497a;
  padding: 2rem;
}
#pageAboutus .history_wrap .history_area .flex_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;
}
@media screen and (max-width: 750px) {
  #pageAboutus .history_wrap .history_area .flex_box {
    padding: 3rem 2rem 4rem;
  }
}
#pageAboutus .history_wrap .history_area .flex_box .img {
  width: 45%;
  height: 30rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #pageAboutus .history_wrap .history_area .flex_box .img {
    width: 100%;
  }
}
#pageAboutus .history_wrap .history_area .flex_box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
#pageAboutus .history_wrap .history_area .flex_box .copy {
  width: 51%;
  color: #fff;
  position: relative;
  margin: 3rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAboutus .history_wrap .history_area .flex_box .copy {
    width: 100%;
  }
}
#pageAboutus .history_wrap .history_area .flex_box .ttl {
  font-size: 3.9rem;
}
#pageAboutus .history_wrap .history_area .flex_box .lead {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAboutus .history_wrap .history_area .flex_box .lead {
    font-size: 3rem;
  }
}
#pageAboutus .history_wrap .history_area .flex_box .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAboutus .history_wrap .history_area .flex_box .txt {
    font-size: 2.6rem;
  }
}
#pageAboutus .history_wrap .history_area .flex_box .num {
  font-size: 10rem;
  color: #003056;
  position: absolute;
  top: -4rem;
  right: -2rem;
}
@media screen and (max-width: 750px) {
  #pageAboutus .history_wrap .history_area .flex_box .num {
    font-size: 12rem;
    top: -3.4rem;
  }
}
#pageAboutus .history_wrap .history_area.revers {
  background: #8bbddb;
}
#pageAboutus .history_wrap .history_area.revers .flex_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#pageAboutus .history_wrap .history_area.revers .flex_box .num {
  color: #7ca5bf;
}
#pageAboutus .history_wrap .history_area.first {
  margin: 3rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAboutus .history_wrap .history_area.first {
    margin: 5rem 0 0;
  }
}
#pageAboutus .history_wrap .history_area_5 .flex_box .num {
  right: -4rem;
}
@media screen and (max-width: 750px) {
  #pageAboutus .history_wrap .history_area_5 .flex_box .num {
    right: -2rem;
  }
}
#pageAboutus .series_wrap {
  margin: 5rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAboutus .series_wrap {
    margin: 8rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  #pageAboutus .series_wrap .about_com_copy {
    letter-spacing: 0;
  }
}
#pageAboutus .series_wrap .series_area {
  margin: 3rem 0 0;
}
#pageAboutus .series_wrap .series_area .ttl_box {
  background: #075f9b;
  padding: 0.8rem 0;
}
@media screen and (max-width: 750px) {
  #pageAboutus .series_wrap .series_area .ttl_box {
    padding: 1.2rem 0;
  }
}
#pageAboutus .series_wrap .series_area .ttl_box .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageAboutus .series_wrap .series_area .ttl_box .ttl {
    font-size: 2.8rem;
  }
}
#pageAboutus .series_wrap .series_area .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.4rem 0;
  margin: 1rem 0 0;
}
#pageAboutus .series_wrap .series_area .flex_box .cntnt {
  width: 24%;
  padding: 0.5rem 0 0;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  #pageAboutus .series_wrap .series_area .flex_box .cntnt {
    width: 100%;
    padding: 1rem 0 0;
    margin-right: 0;
  }
}
#pageAboutus .series_wrap .series_area .flex_box .cntnt:nth-child(odd) {
  background: #d7e1e7;
}
#pageAboutus .series_wrap .series_area .flex_box .cntnt:nth-child(even) {
  background: #b7ccd7;
}
#pageAboutus .series_wrap .series_area .flex_box .copy {
  padding: 0 1rem 2rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAboutus .series_wrap .series_area .flex_box .copy {
    letter-spacing: 0;
    padding: 0 2rem 4rem;
    margin: 3rem 0 0;
  }
}
#pageAboutus .series_wrap .series_area .flex_box .ttl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #075f9b;
}
@media screen and (max-width: 750px) {
  #pageAboutus .series_wrap .series_area .flex_box .ttl {
    font-size: 2.6rem;
  }
}
#pageAboutus .series_wrap .series_area .flex_box ul {
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAboutus .series_wrap .series_area .flex_box ul {
    margin: 2rem 0 0;
  }
}
#pageAboutus .series_wrap .series_area .flex_box li {
  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;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0.6rem 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  #pageAboutus .series_wrap .series_area .flex_box li {
    font-size: 2.4rem;
    padding: 1.4rem 0;
  }
}
#pageAboutus .series_wrap .series_area .flex_box li:last-child {
  border-bottom: 1px solid #fff;
}
#pageAboutus .series_wrap .series_area .flex_box .li_1 {
  width: 9rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageAboutus .series_wrap .series_area .flex_box .li_1 {
    width: 10rem;
  }
}
#pageAboutus .series_wrap .series_area .flex_box .li_2 {
  width: calc(100% - 11rem);
}
@media screen and (max-width: 750px) {
  #pageAboutus .series_wrap .series_area .flex_box .li_2 {
    width: calc(100% - 12rem);
  }
}
#pageAboutus .list_wrap {
  margin: 2rem 0 10rem;
}
@media screen and (max-width: 750px) {
  #pageAboutus .list_wrap {
    margin: 6rem 0 0;
  }
}
#pageAboutus .list_wrap .list_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;
  border: 2px solid #075f9b;
  padding: 0 0 3rem;
}
#pageAboutus .list_wrap .list_area .ttl_box {
  width: 23%;
  height: 18rem;
  padding: 1.4rem;
  background: #075f9b;
  margin: 4rem 0 0;
}
#pageAboutus .list_wrap .list_area .ttl_box .inner {
  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: 100%;
  height: 100%;
  border: 1px solid #fff;
}
#pageAboutus .list_wrap .list_area .ttl_box .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
#pageAboutus .list_wrap .list_area .img_box .txt {
  font-size: 1.6rem;
  color: #075f9b;
  margin: 1rem 0 0;
}
#pageAboutus .list_wrap .list_area .img_box .txt_2 {
  font-size: 1.4rem;
}
#pageAboutus .list_wrap .list_area .img_box_1 {
  width: 37%;
}
#pageAboutus .list_wrap .list_area .img_box_1 .txt {
  margin-left: 2.6rem;
}
#pageAboutus .list_wrap .list_area .img_box_2 {
  width: 36%;
  margin: 4rem 0 0;
  position: relative;
  z-index: 1;
}
#pageAboutus .list_wrap .list_area .img_box_2 .txt {
  text-align: center;
}
#pageAboutus .list_wrap .list_area .img_box_3 {
  width: 28%;
  margin: 2rem 0 0 1.6rem;
}
#pageAboutus .list_wrap .list_area .list_inner {
  width: 36%;
  margin: -6rem 0 0;
}
#pageAboutus .list_wrap .list_area .img_box_5 {
  margin: 1.6rem 0 0;
}
#pageAboutus .list_wrap .list_area .img_box_6 {
  width: 29%;
  margin: 2rem 1.6rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageAboutus .list_wrap .list_area {
    padding: 0 0 5rem;
  }
  #pageAboutus .list_wrap .list_area .ttl_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 57%;
    height: 10rem;
    padding: 1rem;
    margin: 4rem auto;
  }
  #pageAboutus .list_wrap .list_area .ttl_box .ttl {
    font-size: 2.8rem;
  }
  #pageAboutus .list_wrap .list_area .img_box .txt {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
  #pageAboutus .list_wrap .list_area .img_box .txt_2 {
    font-size: 2rem;
  }
  #pageAboutus .list_wrap .list_area .img_box_1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  #pageAboutus .list_wrap .list_area .img_box_2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 46%;
  }
  #pageAboutus .list_wrap .list_area .img_box_3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 41%;
    margin: 3rem 0 0 3.6rem;
  }
  #pageAboutus .list_wrap .list_area .list_inner {
    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-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    width: 100%;
    padding: 0 0 0 2rem;
    margin: 2rem 0 0;
  }
  #pageAboutus .list_wrap .list_area .img_box_4 {
    width: 48%;
    margin: 2rem 0 0;
  }
  #pageAboutus .list_wrap .list_area .img_box_5 {
    width: 48%;
    margin: -5rem 0 0;
  }
  #pageAboutus .list_wrap .list_area .img_box_6 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 42%;
    margin: 2rem 5rem 0 0;
  }
}
#pagePlan #pageLimited .type_wrap {
  background-color: #fff;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 8rem;
  padding: 2rem 0 5rem;
}
#pagePlan #pageLimited .type_wrap .type_btn {
  margin-top: 5rem;
}
#pagePlan #pageLimited .type_wrap .type_merit .content {
  background-color: #6D6338;
}
#pagePlan .bgrouned {
  padding-bottom: 6.2rem;
}
#pagePlan .mainWrap .slide_txt {
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}
#pagePlan .casbee_logo {
  max-width: 310px;
  margin: 6.1rem auto 0;
}
#pagePlan .plan_notation {
  margin-top: 7.7rem;
  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-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 2rem;
}
#pagePlan .plan_notation figure {
  max-width: 245px;
}
#pagePlan .com-content {
  max-width: 1140px;
}
#pagePlan .plan_wrap {
  padding-bottom: 10rem;
}
#pagePlan .plan_intro-ttl,
#pagePlan .plan_intro-sub {
  text-align: center;
  color: #231F20;
}
#pagePlan .plan_intro-ttl {
  font-size: 3.7rem;
  letter-spacing: 0;
  margin: 0.4em 0 0.8em;
}
#pagePlan .plan_intro-sub {
  font-size: 2rem;
  line-height: 1.48;
  letter-spacing: 0;
  position: relative;
}
#pagePlan .plan_intro-sub img {
  position: absolute;
  width: 15.7rem;
  left: 8%;
  top: -104%;
}
#pagePlan .plan_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;
  margin-top: 10rem;
  position: relative;
}
#pagePlan .plan_box .plan_style {
  right: -2rem;
  top: -8%;
  position: absolute;
}
#pagePlan .plan_box .plan_style p {
  font-size: 5.7rem;
  color: #808285;
  position: relative;
  z-index: 1;
}
#pagePlan .plan_box .plan_style p span {
  color: #FFFFFF;
  font-size: 18rem;
  line-height: 0.6;
  display: inline-block;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
#pagePlan .plan_box .plan_style::before {
  content: "";
  width: 29.3rem;
  height: 29.3rem;
  position: absolute;
  background: #DCDDDE;
  border-radius: 50%;
  right: -11rem;
  top: -3rem;
}
#pagePlan .plan_box .plan_img {
  width: 44.6%;
}
#pagePlan .plan_box .plan_img .plan_withpet {
  width: 43.5rem;
  margin: 2rem auto 0;
}
#pagePlan .plan_box .plan_txt {
  width: 49.5%;
}
#pagePlan .plan_box .plan_desc {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0;
  color: #231F20;
  margin-top: 1.5em;
}
#pagePlan .plan_box .plan_illustration {
  margin-left: -21%;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .plan_wrap {
    padding-top: 5rem;
  }
  #pagePlan .p_lead2 {
    font-size: 4.6rem;
  }
  #pagePlan .plan_intro-ttl {
    font-size: 4.6rem;
  }
  #pagePlan .plan_intro-sub {
    font-size: 3rem;
  }
  #pagePlan .plan_intro-sub img {
    width: 12rem;
    left: 1rem;
    top: 20rem;
  }
  #pagePlan .plan_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 7rem;
  }
  #pagePlan .plan_box .plan_style {
    right: -5rem;
    top: 43rem;
  }
  #pagePlan .plan_box .plan_style p {
    font-size: 6.6rem;
    padding: 0 3rem 0 0;
  }
  #pagePlan .plan_box .plan_style p span {
    font-size: 18rem;
  }
  #pagePlan .plan_box .plan_style::before {
    content: "";
    width: 32rem;
    height: 32rem;
    right: -9rem;
  }
  #pagePlan .plan_box .plan_img {
    width: 62.44%;
    margin: 3rem auto 0;
  }
  #pagePlan .plan_box .plan_img .plan_withpet {
    width: 43.5rem;
    margin: 2rem auto 0;
  }
  #pagePlan .plan_box .plan_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #pagePlan .plan_box .plan_spec {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 3rem 0 0;
  }
  #pagePlan .plan_box .plan_desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 2.6rem;
    margin-top: 1.5em;
  }
  #pagePlan .plan_box .plan_illustration {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    margin-top: 0;
  }
}

#pagePlan .type_wrap {
  margin: 0 0 9rem;
}
#pagePlan .type_wrap .type_ttl {
  border-bottom: 1px solid rgba(0, 3, 33, 0.5);
}
@media screen and (max-width: 750px) {
  #pagePlan .type_wrap .type_ttl {
    padding-top: 2rem;
  }
}
#pagePlan .type_wrap .type_ttl p {
  font-size: 6.8rem;
  color: #000321;
  font-family: "Cormorant Garamond", serif;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #pagePlan .type_wrap .type_ttl p {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
#pagePlan .type_wrap .type_ttl p span {
  font-size: 3rem;
}
#pagePlan .type_wrap .typeflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #pagePlan .type_wrap .typeflex {
    gap: 4rem;
  }
}
#pagePlan .type_wrap .typeflex .type_spac {
  max-width: 900px;
  margin: 5rem auto 3rem;
}
#pagePlan .type_wrap .typeflex .type_spac_1 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  word-break: break-all;
}
#pagePlan .type_wrap .typeflex .type_spac_2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#pagePlan .type_wrap .typeflex .type_spac_2 .s1 {
  font-size: 4.3rem;
}
#pagePlan .type_wrap .typeflex .type_spac_2 .s2 {
  font-size: 2.4rem;
}
#pagePlan .type_wrap .typeflex .type_spac_3 {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-top: 4rem;
}
#pagePlan .type_wrap .typeflex .type_spac_3 br {
  display: block;
  content: "";
  margin-top: 7px;
}
#pagePlan .type_wrap .typeflex .type_merit {
  max-width: 900px;
  width: 480px;
  margin: 5rem auto 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3rem;
}
#pagePlan .type_wrap .typeflex .type_merit_top {
  line-height: 1.2;
  color: #000321;
  padding: 1.3rem 2rem;
  border: 1px solid #D3DDEF;
}
#pagePlan .type_wrap .typeflex .type_merit_top br {
  display: block;
  content: "";
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #pagePlan .type_wrap .typeflex .type_merit_top br {
    margin-top: 5px;
  }
}
#pagePlan .type_wrap .typeflex .type_merit_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  #pagePlan .type_wrap .typeflex .type_merit_sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#pagePlan .type_wrap .typeflex .type_merit_sub .content {
  text-align: center;
  width: 49%;
  color: #fff;
  background-color: #6D6338;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #pagePlan .type_wrap .typeflex .type_merit_sub .content {
    width: 100%;
  }
}
#pagePlan .type_wrap .typeflex .type_merit_sub .content2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#pagePlan .type_wrap .typeflex .type_merit_sub .content2 br {
  display: block;
  content: "";
}
@media screen and (max-width: 767px) {
  #pagePlan .type_wrap .typeflex .type_merit_sub .content2 br {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  #pagePlan .type_wrap .typeflex .type_merit_sub .cnt_br {
    display: none;
  }
}
#pagePlan .type_wrap .type_madori {
  margin: 0 auto 4rem;
}
#pagePlan .type_wrap .type_madori.type_madori_b {
  width: 33.2rem;
}
@media screen and (max-width: 750px) {
  #pagePlan .type_wrap .type_madori.type_madori_b {
    width: 53.12rem;
  }
}
#pagePlan .type_wrap .com-note {
  text-align: center;
}
#pagePlan .type_wrap .com-note span {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 10px;
  display: block;
}
#pagePlan .casbee {
  width: 31rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 750px) {
  #pagePlan .casbee {
    width: 46rem;
  }
}
#pagePlan .type_btn {
  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 3rem;
  max-width: 635px;
  margin: 100px auto 0;
}
#pagePlan .type_btn .btn {
  width: 30rem;
  background: #AD9D57;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.4rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pagePlan .type_btn .btn:hover {
  opacity: 0.6;
}
#pagePlan .type_btn .btn.back {
  background: #534818;
}
#pagePlan .type_btn .btn.type {
  background: #89591B;
}
@media screen and (max-width: 750px) {
  #pagePlan .type_btn {
    margin: 8rem auto 0;
  }
  #pagePlan .type_btn .btn {
    width: 32rem;
    font-size: 2.4rem;
    padding: 2.4rem 0;
  }
  #pagePlan .type_btn .btn::after {
    font-size: 2.4rem;
    right: 5%;
  }
}
@media print {
  #pagePlan header,
  #pagePlan nav,
  #pagePlan footer,
  #pagePlan .type_btn {
    display: none !important;
  }
  #pagePlan main {
    padding-top: 0;
    margin: 0;
  }
  #pagePlan .type_wrap {
    margin: 0 !important;
  }
  #pagePlan .type_wrap .typeflex {
    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: 0;
  }
  #pagePlan .type_wrap .typeflex .type_spac {
    max-width: none !important;
    width: 39% !important;
    margin: 10px 0 !important;
  }
  #pagePlan .type_wrap .typeflex .type_spac_1 {
    font-size: 1.6rem !important;
  }
  #pagePlan .type_wrap .typeflex .type_merit {
    gap: 0;
    max-width: none !important;
    width: 59% !important;
    margin: 10px 0 0;
  }
  #pagePlan .type_madori {
    margin-bottom: 3rem !important;
  }
}
#pageZeh .bgrouned {
  background: url(../img/zeh/bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 27%;
}
#pageZeh .oriented .p_txt-box {
  padding: 4.3rem 0;
}
#pageZeh .oriented .p_lead {
  color: #231815;
  font-weight: 500;
  font-size: 5.5rem;
  letter-spacing: 0;
}
#pageZeh .oriented .p_ttl {
  font-size: 2.8rem;
  font-weight: 300;
  margin: 1em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#pageZeh .oriented .p_ttl::after {
  position: absolute;
  width: 100%;
  height: 3px;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#FEFFFE), color-stop(10%, #0357B1), color-stop(90%, #0357B1), to(#FAF9F9));
  background: linear-gradient(270deg, #FEFFFE 0%, #0357B1 10%, #0357B1 90%, #FAF9F9 100%);
  left: 0;
  bottom: 0;
}
#pageZeh .oriented .p_ttl span {
  font-weight: 300;
  font-size: 4rem;
  letter-spacing: 0.14em;
  line-height: 1.4;
}
#pageZeh .oriented .p_sub {
  font-size: 2.2rem;
  margin-top: 1.3em;
}
@media screen and (max-width: 750px) {
  #pageZeh .oriented .p_sub {
    font-size: 2.7rem;
  }
}
#pageZeh .zehm {
  padding: 8.4rem 0;
}
#pageZeh .zehm_logo {
  max-width: 320px;
  margin: 0 auto;
  width: 50%;
}
#pageZeh .zehm_desc {
  color: #202020;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.0625em;
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm_desc {
    font-size: 2.4rem;
  }
}
#pageZeh .zehm_concept-logo {
  max-width: 900px;
  margin: 12rem auto 0;
}
#pageZeh .zehm_concept-desc {
  color: #43A764;
  font-size: 2.4rem;
  line-height: 1.8666666667;
  letter-spacing: 0;
  text-align: center;
  margin-top: 1.1em;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm_concept-desc {
    font-size: 3.2rem;
  }
}
#pageZeh .zehm_equip {
  border: 1px solid #43A764;
  margin-top: 11.8rem;
  padding: 3.7rem 5.7rem;
}
#pageZeh .zehm_equip-lead {
  font-size: 2.8rem;
  line-height: 1.0714285714;
  letter-spacing: 0;
  color: #43A764;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm_equip-lead {
    font-size: 3.6rem;
  }
}
#pageZeh .zehm_equip-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4.7rem;
}
#pageZeh .zehm_equip-item {
  width: 25%;
  border-right: 1px solid rgba(35, 24, 21, 0.5);
  border-bottom: 1px solid rgba(35, 24, 21, 0.5);
  padding: 1.7rem 1rem 2.5rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm_equip-item {
    width: 50%;
  }
}
#pageZeh .zehm_equip-item .number {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.2rem;
  border-radius: 50%;
  margin: 0 auto;
  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;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  background: #43A764;
  padding-bottom: 0.1em;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm_equip-item .number {
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
  }
}
#pageZeh .zehm_equip-item .img {
  margin-bottom: 0.9rem;
}
#pageZeh .zehm_equip-item .desc {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #333;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm_equip-item .desc {
    font-size: 2rem;
  }
}
#pageZeh .zehm_equip-item .ttl {
  text-align: center;
  color: #43A764;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm_equip-item .ttl {
    font-size: 2.6rem;
  }
}
#pageZeh .zehm_equip-item:nth-last-child(-n+3):nth-child(n+5) {
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm_equip-item:nth-last-child(-n+3):nth-child(n+5) {
    border-bottom: 1px solid rgba(35, 24, 21, 0.5);
  }
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm_equip-item:nth-child(2n) {
    border-right: none;
  }
}
#pageZeh .zehm_equip-item:nth-child(4n) {
  border-right: none;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm_equip-item:last-child {
    border-bottom: none !important;
  }
}
#pageZeh .zehm_equip-imagine {
  margin-top: 7.1rem;
}
#pageZeh .zehm_equip-imagine figure {
  min-width: 600px;
}
#pageZeh .zehm_equip-imagine + .com-note {
  text-align: right;
  margin-top: 1.2em;
}
#pageZeh .zehm .bels-area {
  margin: 9rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm .bels-area {
    margin: 12rem 0 0;
  }
}
#pageZeh .zehm .bels-area .ttl-box .ttl {
  font-size: 3rem;
  letter-spacing: 0;
  color: #43a764;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm .bels-area .ttl-box .ttl {
    font-size: 3.8rem;
    line-height: 1.4;
  }
}
#pageZeh .zehm .bels-area .flex-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm .bels-area .flex-box {
    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;
  }
}
#pageZeh .zehm .bels-area .flex-box .img {
  width: 44%;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm .bels-area .flex-box .img {
    width: 82%;
  }
}
#pageZeh .zehm .bels-area .flex-box .copy {
  width: 53%;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm .bels-area .flex-box .copy {
    width: 100%;
  }
}
#pageZeh .zehm .bels-area .flex-box .p1 {
  font-size: 1.9rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm .bels-area .flex-box .p1 {
    font-size: 3rem;
    margin: 4rem 0 0;
  }
}
#pageZeh .zehm .bels-area .flex-box .p2 {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  #pageZeh .zehm .bels-area .flex-box .p2 {
    font-size: 2.4rem;
  }
}

#pageLimited .limited_ttl {
  border-bottom: 1px solid rgba(0, 3, 33, 0.5);
}
@media screen and (max-width: 750px) {
  #pageLimited .limited_ttl {
    padding-top: 2rem;
  }
}
#pageLimited .limited_ttl p {
  font-size: 6.8rem;
  color: #000321;
  font-family: "Cormorant Garamond", serif;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #pageLimited .limited_ttl p {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
#pageLimited .limited_ttl p span {
  font-size: 6rem;
}
#pageLimited .main {
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#pageLimited .main .limitTitle {
  font-size: 2.8rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #pageLimited .main .limitTitle {
    font-size: 3.8rem;
  }
}
#pageLimited .main .limitTitle br {
  display: block;
  content: "";
  margin-top: 14px;
}
#pageLimited .main .limitTxt {
  margin-top: 5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #pageLimited .main .limitTxt {
    font-size: 2.6rem;
  }
}
#pageLimited .main .limitTxt br {
  display: block;
  content: "";
  margin-top: 10px;
}
#pageLimited .main .limitTxt span {
  margin-right: 18rem;
}
@media screen and (max-width: 768px) {
  #pageLimited .main .limitTxt span {
    margin: 0;
  }
}
#pageLimited .limitroom {
  background-color: #F1F6FF;
}
#pageLimited .limitroom_wrap .txt {
  text-align: center;
  margin-top: 8rem;
  font-size: 2.6rem;
  font-weight: 300;
}
#pageLimited .limitroom_wrap .txt br {
  display: block;
  content: "";
  margin-top: 15px;
}
#pageLimited .limitroom_type {
  margin-top: 6rem;
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  padding: 0 10px;
}
#pageLimited .limitroom_type .btn {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #pageLimited .limitroom_type .btn {
    width: 40%;
  }
}
@media screen and (max-width: 990px) {
  #pageLimited .limitroom_type .btn {
    width: 35%;
  }
}
@media screen and (max-width: 1200px) {
  #pageLimited .limitroom_type .btn {
    width: 30%;
  }
}
#pageLimited .limitroom_type .btn a {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#pageLimited .limitroom_type .btn a:hover {
  opacity: 0.4;
}
#pageLimited.login .login_wrap {
  padding: 0 0 10rem;
}
#pageLimited.login .login_box {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
#pageLimited.login .login_box .login_form {
  margin: 0 auto;
  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;
  z-index: 2;
}
#pageLimited.login .login_box .login_form #password {
  border: 1px solid #231815;
  width: 65%;
  background: #fff;
  padding: 1.4rem 1rem;
  font-size: 1.6rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#pageLimited.login .login_box .login_form #password:focus {
  border: 1px solid #000;
}
#pageLimited.login .login_box .login_form #password::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #000;
}
#pageLimited.login .login_box .login_form #password::-moz-placeholder {
  font-size: 1.6rem;
  color: #000;
}
#pageLimited.login .login_box .login_form #password:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #000;
}
#pageLimited.login .login_box .login_form #password::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #000;
}
#pageLimited.login .login_box .login_form #password::placeholder {
  font-size: 1.6rem;
  color: #000;
}
#pageLimited.login .login_box .login_form .login_btn {
  width: 30%;
  background: #82613A;
  color: #fff;
  padding: 1.4rem 0;
  position: relative;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
#pageLimited.login .login_box .login_form .login_btn input {
  color: #fff;
  background: none;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
#pageLimited.login .login_box .login_form .login_btn:hover {
  opacity: 0.7;
}
#pageLimited.login .login_box .login_form #error {
  width: 100%;
  color: #801313;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  #pageLimited.login .login_box {
    padding: 5rem 3rem;
  }
  #pageLimited.login .login_box .login_form #password {
    padding: 2rem 1rem;
    width: 100%;
    text-align: center;
    font-size: 2.6rem;
  }
  #pageLimited.login .login_box .login_form #password::-webkit-input-placeholder {
    font-size: 2.6rem;
  }
  #pageLimited.login .login_box .login_form #password::-moz-placeholder {
    font-size: 2.6rem;
  }
  #pageLimited.login .login_box .login_form #password:-ms-input-placeholder {
    font-size: 2.6rem;
  }
  #pageLimited.login .login_box .login_form #password::-ms-input-placeholder {
    font-size: 2.6rem;
  }
  #pageLimited.login .login_box .login_form #password::placeholder {
    font-size: 2.6rem;
  }
  #pageLimited.login .login_box .login_form .login_btn {
    width: 50%;
    padding: 2rem 0;
    margin: 3rem auto;
  }
  #pageLimited.login .login_box .login_form .login_btn input {
    font-size: 2.6rem;
  }
  #pageLimited.login .login_box .login_form #error {
    font-size: 2.6rem;
  }
}
#pageLimited.login .step_wrap {
  background: #AD9D57;
  padding: 3rem 0 5rem;
}
#pageLimited.login .step_wrap .step {
  background: #fff;
  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-bottom: 3rem;
}
#pageLimited.login .step_wrap .step_ttl {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  margin: 3rem 0;
}
#pageLimited.login .step_wrap .step_item {
  width: 29%;
  padding: 3rem 0;
}
#pageLimited.login .step_wrap .step_item p {
  text-align: center;
}
#pageLimited.login .step_wrap .step_item p.t1 {
  color: #AD9D57;
  margin-bottom: 5px;
}
#pageLimited.login .step_wrap .step_item p.t2 {
  color: #AD9D57;
  font-size: 4.4rem;
  margin-bottom: 15px;
}
#pageLimited.login .step_wrap .step_item p.t3 {
  color: #AD9D57;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
#pageLimited.login .step_wrap .step_item p.t4 {
  font-size: 1.4rem;
  line-height: 1.6;
}
#pageLimited.login .step_wrap .step_arrow {
  width: 4.5%;
}
#pageLimited.login .step_wrap .step_link {
  text-align: center;
  background: #fff;
  color: #AD9D57;
  width: 80%;
  max-width: 400px;
  padding: 10px 0;
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  #pageLimited.login .step_wrap .step_ttl {
    font-size: 4rem;
  }
  #pageLimited.login .step_wrap .step_item {
    width: 100%;
    padding: 3rem 0 0;
  }
  #pageLimited.login .step_wrap .step_item.i03 {
    padding-bottom: 3rem;
  }
  #pageLimited.login .step_wrap .step_item p.t1 {
    font-size: 2.6rem;
  }
  #pageLimited.login .step_wrap .step_item p.t2 {
    font-size: 6.4rem;
  }
  #pageLimited.login .step_wrap .step_item p.t3 {
    font-size: 4.3rem;
  }
  #pageLimited.login .step_wrap .step_item p.t4 {
    font-size: 3rem;
  }
  #pageLimited.login .step_wrap .step_arrow {
    width: 100%;
  }
  #pageLimited.login .step_wrap .step_link {
    font-size: 4.3rem;
  }
}
#pageLimited.index .landmap_img {
  margin: 15rem auto 10rem;
  width: 95%;
  padding: 0;
  max-width: 1200px;
}
#pageLimited.index .plan_wrap {
  background: #FDFBF5;
  padding-bottom: 10rem;
}
#pageLimited.index .com-note_1 {
  margin: 5rem 0 10rem;
}
#pageLimited.index .plan_list .plan_item {
  position: relative;
}
#pageLimited.index .plan_list .plan_item.limited::before {
  position: absolute;
  content: "限定公開プラン";
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.25em;
  top: 0;
  width: 82.25%;
  left: 8.875%;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#BBB257));
  background: linear-gradient(90deg, #FFFFFF 0%, #BBB257 100%);
  padding: 0.8em 0;
}
@media screen and (max-width: 750px) {
  #pageLimited.index .plan_list .plan_item.limited::before {
    font-size: 2.6rem;
  }
}
#pageLimited.type .type_wrap {
  margin: 0 0 9rem;
}
#pageLimited.type .type_wrap .type_ttl {
  border-bottom: 1px solid rgba(0, 3, 33, 0.5);
}
@media screen and (max-width: 750px) {
  #pageLimited.type .type_wrap .type_ttl {
    padding-top: 2rem;
  }
}
#pageLimited.type .type_wrap .type_ttl p {
  font-size: 6.8rem;
  color: #000321;
  font-family: "Cormorant Garamond", serif;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  #pageLimited.type .type_wrap .type_ttl p {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
#pageLimited.type .type_wrap .type_ttl p span {
  font-size: 3rem;
}
#pageLimited.type .type_wrap .type_ttl p span.floor {
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  font-weight: 400;
}
#pageLimited.type .type_wrap .typeflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #pageLimited.type .type_wrap .typeflex {
    gap: 0;
    display: block;
  }
}
#pageLimited.type .type_wrap .typeflex .type_spac {
  max-width: 900px;
  margin: 5rem auto 3rem;
}
#pageLimited.type .type_wrap .typeflex .type_spac_1 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  word-break: break-all;
}
#pageLimited.type .type_wrap .typeflex .type_spac_2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#pageLimited.type .type_wrap .typeflex .type_spac_2 .s1 {
  font-size: 4.3rem;
}
#pageLimited.type .type_wrap .typeflex .type_spac_2 .s2 {
  font-size: 2.4rem;
}
#pageLimited.type .type_wrap .typeflex .type_spac_3 {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-top: 1rem;
}
#pageLimited.type .type_wrap .typeflex .type_spac_3 br {
  display: block;
  content: "";
  margin-top: 7px;
}
#pageLimited.type .type_wrap .typeflex .type_spac_4 {
  font-size: 2.6rem;
  margin-top: 2rem;
  word-break: break-all;
}
#pageLimited.type .type_wrap .typeflex .type_merit {
  max-width: 900px;
  width: 480px;
  margin: 5rem auto 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  #pageLimited.type .type_wrap .typeflex .type_merit {
    width: 100%;
  }
}
#pageLimited.type .type_wrap .typeflex .type_merit_top {
  color: #000321;
  font-weight: 400;
  line-height: 1.2;
  padding: 1.3rem 2rem;
  border: 1px solid #D3DDEF;
}
#pageLimited.type .type_wrap .typeflex .type_merit_top br {
  display: block;
  content: "";
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #pageLimited.type .type_wrap .typeflex .type_merit_top br {
    margin-top: 5px;
  }
}
#pageLimited.type .type_wrap .typeflex .type_merit_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  #pageLimited.type .type_wrap .typeflex .type_merit_sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#pageLimited.type .type_wrap .typeflex .type_merit_sub .content {
  text-align: center;
  width: 49%;
  color: #fff;
  background-color: #494638;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #pageLimited.type .type_wrap .typeflex .type_merit_sub .content {
    width: 100%;
  }
}
#pageLimited.type .type_wrap .typeflex .type_merit_sub .content2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#pageLimited.type .type_wrap .typeflex .type_merit_sub .content2 br {
  display: block;
  content: "";
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  #pageLimited.type .type_wrap .typeflex .type_merit_sub .content2 br {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  #pageLimited.type .type_wrap .typeflex .type_merit_sub .cnt_br {
    display: none;
  }
}
#pageLimited.type .type_wrap .type_madori {
  margin: 0 auto 4rem;
}
#pageLimited.type .type_wrap .type_madori.type_madori_e {
  width: 42.4rem;
}
@media screen and (max-width: 750px) {
  #pageLimited.type .type_wrap .type_madori.type_madori_e {
    width: 67.84rem;
  }
}
#pageLimited.type .type_wrap .type_madori.type_madori_d {
  width: 52.4rem;
}
@media screen and (max-width: 750px) {
  #pageLimited.type .type_wrap .type_madori.type_madori_d {
    width: 83.84rem;
  }
}
#pageLimited.type .type_wrap .type_madori.type_madori_f {
  width: 40.7rem;
}
@media screen and (max-width: 750px) {
  #pageLimited.type .type_wrap .type_madori.type_madori_f {
    width: 65.12rem;
  }
}
#pageLimited.type .type_wrap .type_madori.type_madori_c {
  width: 31.9rem;
}
@media screen and (max-width: 750px) {
  #pageLimited.type .type_wrap .type_madori.type_madori_c {
    width: 51.04rem;
  }
}
#pageLimited.type .type_wrap .com-note {
  text-align: center;
}
#pageLimited.type .type_wrap .com-note span {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 10px;
  display: block;
}
#pageLimited.type .casbee {
  width: 31rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 750px) {
  #pageLimited.type .casbee {
    width: 46rem;
  }
}
#pageLimited.type .type_btn {
  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 3rem;
  max-width: 635px;
  margin: 100px auto 0;
}
#pageLimited.type .type_btn .btn {
  width: 30rem;
  background: #AD9D57;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.4rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pageLimited.type .type_btn .btn:hover {
  opacity: 0.6;
}
#pageLimited.type .type_btn .btn.back {
  background: #534818;
}
#pageLimited.type .type_btn .btn.type {
  background: #89591B;
}
@media screen and (max-width: 750px) {
  #pageLimited.type .type_btn {
    margin: 8rem auto 0;
  }
  #pageLimited.type .type_btn .btn {
    width: 32rem;
    font-size: 2.4rem;
    padding: 2.4rem 0;
  }
  #pageLimited.type .type_btn .btn::after {
    font-size: 2.4rem;
    right: 5%;
  }
}
@media print {
  #pageLimited.type header,
  #pageLimited.type nav,
  #pageLimited.type footer,
  #pageLimited.type .type_btn {
    display: none !important;
  }
  #pageLimited.type main {
    padding-top: 0;
    margin: 0;
  }
  #pageLimited.type .type_wrap {
    margin: 0 !important;
  }
  #pageLimited.type .type_wrap .typeflex {
    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: 0;
  }
  #pageLimited.type .type_wrap .typeflex .type_spac {
    max-width: none !important;
    width: 39% !important;
    margin: 10px 0 0 !important;
  }
  #pageLimited.type .type_wrap .typeflex .type_spac_1 {
    font-size: 2.8rem !important;
  }
  #pageLimited.type .type_wrap .typeflex .type_merit {
    gap: 0;
    max-width: none !important;
    width: 59% !important;
    margin: 10px 0 0;
  }
  #pageLimited.type .type_madori {
    margin-bottom: 3rem !important;
  }
}
#pageConcept .concept_wrap {
  padding-top: 5rem;
  position: relative;
}
#pageConcept .concept_wrap .concept_bg {
  margin-top: -5%;
}
#pageConcept .concept_wrap .concept_bg figcaption:nth-child(2) {
  right: 0;
  bottom: 36%;
}
#pageConcept .concept_wrap .concept_bg figcaption:nth-child(3) {
  right: 0;
  bottom: 12%;
}
#pageConcept .concept_wrap .concept_txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 17%;
}
#pageConcept .concept_wrap .concept_lead {
  width: 36.2rem;
}
#pageConcept .concept_wrap .concept_ttl {
  font-size: clamp(10px, 6.85vw, 8.9rem);
  letter-spacing: 0.4em;
  color: #231F20;
}
#pageConcept .concept_wrap .concept_desc {
  font-size: clamp(10px, 1.4vw, 1.8rem);
  line-height: 2.8635607321;
  letter-spacing: 0;
}
#pageConcept .concept_wrap .concept_inner {
  max-width: 1190px;
  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;
  margin-top: -5rem;
  padding-bottom: 6.5rem;
}
#pageConcept .concept_wrap .concept_inner .concept_item-img {
  width: 22.2rem;
}
#pageConcept .concept_wrap .concept_inner .concept_item-ttl {
  margin: 0 auto;
}
#pageConcept .concept_wrap .concept_inner .concept_item-desc {
  font-size: 2.7rem;
  color: #231F20;
  line-height: 1.5471567268;
  letter-spacing: -0.05em;
  text-align: center;
}
#pageConcept .concept_wrap .concept_inner .concept_item-1 .concept_item-ttl {
  width: 9.8rem;
}
#pageConcept .concept_wrap .concept_inner .concept_item-2 .concept_item-ttl {
  width: 15.8rem;
}
#pageConcept .concept_wrap .concept_inner .concept_item-3 .concept_item-ttl {
  width: 9.4rem;
}
#pageConcept .concept_wrap .concept_inner .concept_item-4 .concept_item-ttl {
  width: 12rem;
}
@media screen and (max-width: 750px) {
  #pageConcept .concept_wrap {
    padding-top: 8rem;
  }
  #pageConcept .concept_wrap .concept_bg {
    margin-top: 24%;
  }
  #pageConcept .concept_wrap .concept_bg figcaption:nth-child(2) {
    right: 0;
    bottom: 36%;
  }
  #pageConcept .concept_wrap .concept_bg figcaption:nth-child(3) {
    right: 0;
    bottom: 12%;
  }
  #pageConcept .concept_wrap .concept_txt {
    width: 47rem;
    left: 4rem;
    -webkit-transform: none;
            transform: none;
    top: 16rem;
  }
  #pageConcept .concept_wrap .concept_ttl {
    font-size: 7rem;
    margin: 1rem 0 0;
  }
  #pageConcept .concept_wrap .concept_desc {
    font-size: 2.8rem;
    line-height: 1.6;
    text-shadow: 1px 1px 3px rgb(255, 255, 255), -1px 1px 3px rgb(255, 255, 255), 1px -1px 3px rgb(255, 255, 255), -1px -1px 3px rgb(255, 255, 255);
    margin: 2rem 0 0;
  }
  #pageConcept .concept_wrap .concept_inner {
    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: 3rem 6rem;
    padding-bottom: 10rem;
  }
  #pageConcept .concept_wrap .concept_inner .concept_item-img {
    width: 28rem;
  }
  #pageConcept .concept_wrap .concept_inner .concept_item-ttl {
    margin: 1rem auto 0;
  }
  #pageConcept .concept_wrap .concept_inner .concept_item-desc {
    font-size: 2.7rem;
    margin: 1rem 0 0;
  }
  #pageConcept .concept_wrap .concept_inner .concept_item-1 .concept_item-ttl {
    width: 13.72rem;
  }
  #pageConcept .concept_wrap .concept_inner .concept_item-2 .concept_item-ttl {
    width: 22.12rem;
  }
  #pageConcept .concept_wrap .concept_inner .concept_item-3 .concept_item-ttl {
    width: 13.16rem;
  }
  #pageConcept .concept_wrap .concept_inner .concept_item-4 .concept_item-ttl {
    width: 16.8rem;
  }
}
#pageConcept .style_wrap {
  background: #F1F2F2;
  padding: 8rem 0;
}
#pageConcept .style_wrap .com-content {
  max-width: 1165px;
}
#pageConcept .style_wrap .com-content > p {
  text-align: center;
  color: #231F20;
}
#pageConcept .style_wrap .com-content .style_ttl {
  font-size: 3.7rem;
  letter-spacing: 0;
  margin: 0.4em 0 0.8em;
}
#pageConcept .style_wrap .com-content .style_sub {
  font-size: 2rem;
  line-height: 1.48;
  letter-spacing: 0;
}
#pageConcept .style_wrap .style_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 5rem;
}
#pageConcept .style_wrap .style_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#pageConcept .style_wrap .style_item::before {
  position: absolute;
  content: "";
  background: #FFFFFF;
  border-radius: 50%;
  width: 57.5%;
  aspect-ratio: 1/1;
  bottom: 20%;
  left: -0.8rem;
}
#pageConcept .style_wrap .style_item-sub {
  text-align: center;
  padding: 1em 0;
  font-size: clamp(10px, 2.1vw, 2.5rem);
  line-height: 1.48;
  letter-spacing: 0;
  color: #fff;
  position: relative;
}
#pageConcept .style_wrap .style_item-sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6D6E71;
  z-index: 1;
  mix-blend-mode: multiply;
}
#pageConcept .style_wrap .style_item-sub span {
  position: relative;
  z-index: 2;
}
#pageConcept .style_wrap .style_item-ttlBox {
  aspect-ratio: 276/208;
}
#pageConcept .style_wrap .style_item-ttl {
  font-size: 3.2rem;
  color: #808285;
  text-align: right;
  padding-right: 8%;
  position: relative;
  z-index: 2;
}
#pageConcept .style_wrap .style_item-ttl span {
  font-size: 10rem;
  display: inline-block;
  line-height: 0.6;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
#pageConcept .style_wrap .style_item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#pageConcept .style_wrap .style_item:nth-child(even)::before {
  left: 0;
  bottom: unset;
  top: 14%;
}
#pageConcept .style_wrap .style_item:nth-child(even) .style_item-sub {
  color: #231F20;
}
#pageConcept .style_wrap .style_item:nth-child(even) .style_item-sub::before {
  background: #BCBEC0;
}
#pageConcept .style_wrap .style_item:nth-child(even) .style_item-ttlBox {
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#pageConcept .style_wrap .style_item:nth-child(even) .style_item-ttl span {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
@media screen and (max-width: 750px) {
  #pageConcept .style_wrap {
    padding: 11rem 0 13rem;
  }
  #pageConcept .style_wrap .com-content .style_ttl {
    font-size: 4.6rem;
  }
  #pageConcept .style_wrap .com-content .style_sub {
    font-size: 3rem;
  }
  #pageConcept .style_wrap .style_list {
    -ms-grid-columns: 1fr 4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 4rem;
    margin-top: 7rem;
  }
  #pageConcept .style_wrap .style_item-sub {
    padding: 1em 0;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  #pageConcept .style_wrap .style_item-ttl {
    font-size: 3.2rem;
  }
  #pageConcept .style_wrap .style_item:nth-child(3) {
    margin: -9rem 0 0;
  }
  #pageConcept .style_wrap .style_item:nth-child(4) {
    margin: -5rem 0 0;
  }
}
#pageValue .value_wrap {
  background: #726658;
  padding: 5rem 0;
}
#pageValue .value_wrap p,
#pageValue .value_wrap span {
  color: #fff;
}
#pageValue .value_wrap .com-content {
  max-width: 1200px;
}
#pageValue .value_wrap .value_txtBox {
  max-width: 1140px;
  margin: 0 auto;
  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;
}
#pageValue .value_wrap .value_txtBox .value_lead {
  width: 25.25%;
  margin-top: 5rem;
}
#pageValue .value_wrap .value_txtBox > div {
  width: 72%;
}
#pageValue .value_wrap .value_txtBox .value_ttl {
  font-size: clamp(10px, 2.9vw, 3.2rem);
  line-height: 1.875;
  letter-spacing: -0.05em;
  color: #fff;
}
#pageValue .value_wrap .value_txtBox .value_sub {
  font-size: clamp(10px, 1.85vw, 2.1rem);
  letter-spacing: -0.05em;
  line-height: 2.2857142857;
}
#pageValue .value_wrap .value_txtBox .value_sub span {
  color: #FBB040;
  font-size: clamp(10px, 5vw, 5.7rem);
  line-height: 1;
}
#pageValue .value_wrap .zeh_merit {
  width: 97rem;
  margin: 0 auto;
}
#pageValue .value_wrap .zeh_stats {
  width: 74.6rem;
  margin: 3rem auto 2rem;
}
#pageValue .value_wrap .zeh_stats-note {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  line-height: 1.2142857143;
}
#pageValue .value_wrap .station_lead {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 3.2rem;
  margin-top: 6rem;
  letter-spacing: 0;
  padding: 0.5em 0;
  -o-border-image: linear-gradient(90deg, rgb(195, 139, 47) 0%, rgb(255, 217, 155) 22%, rgb(174, 152, 115) 53%, rgb(255, 223, 158) 74%, rgb(195, 139, 47) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(195, 139, 47)), color-stop(22%, rgb(255, 217, 155)), color-stop(53%, rgb(174, 152, 115)), color-stop(74%, rgb(255, 223, 158)), to(rgb(195, 139, 47))) 1;
     border-image: linear-gradient(90deg, rgb(195, 139, 47) 0%, rgb(255, 217, 155) 22%, rgb(174, 152, 115) 53%, rgb(255, 223, 158) 74%, rgb(195, 139, 47) 100%) 1;
  border-width: 4px;
  border-style: solid;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(35, 31, 32, 0.8));
          filter: drop-shadow(5px 5px 5px rgba(35, 31, 32, 0.8));
}
#pageValue .value_wrap .station_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
#pageValue .value_wrap .station_item-ttl {
  font-size: clamp(10px, 2.2vw, 2.7rem);
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.4;
  min-height: 2.8em;
  color: #fff;
  margin-bottom: 0.3em;
  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;
}
#pageValue .value_wrap .station_item-img {
  position: relative;
}
#pageValue .value_wrap .station_item-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 10px solid rgba(255, 255, 255, 0.6);
}
#pageValue .value_wrap .station_prizes {
  width: 96.8rem;
  margin: 5rem auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}
#pageValue .value_wrap .station_prizes .station_item p {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  line-height: 1.2142857143;
  margin: 1em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #pageValue .value_wrap {
    padding: 11rem 0;
  }
  #pageValue .value_wrap .value_txtBox {
    display: block;
  }
  #pageValue .value_wrap .value_txtBox .value_lead {
    width: 37%;
    margin: 5rem auto 0;
  }
  #pageValue .value_wrap .value_txtBox > div {
    width: 100%;
  }
  #pageValue .value_wrap .value_txtBox .value_ttl {
    font-size: 3.8rem;
    text-align: center;
    margin: 3rem 0 0;
  }
  #pageValue .value_wrap .value_txtBox .value_sub {
    font-size: 3rem;
    margin: 3rem 0 0;
  }
  #pageValue .value_wrap .value_txtBox .value_sub span {
    font-size: 5.6rem;
  }
  #pageValue .value_wrap .zeh_merit {
    width: 100%;
    margin: 5rem auto 0;
  }
  #pageValue .value_wrap .zeh_stats {
    width: 100%;
    margin: 5rem auto 2rem;
  }
  #pageValue .value_wrap .zeh_stats-note {
    text-align: left;
    font-size: 2.2rem;
  }
  #pageValue .value_wrap .station_lead {
    margin-bottom: 5rem;
    font-size: 3.8rem;
    line-height: 1.4;
    margin-top: 8rem;
    padding: 0.8em 0;
  }
  #pageValue .value_wrap .station_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4rem;
  }
  #pageValue .value_wrap .station_item-ttl {
    font-size: 2.8rem;
  }
  #pageValue .value_wrap .station_prizes {
    width: 100%;
    margin: 7rem auto 0;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  #pageValue .value_wrap .station_prizes .station_item p {
    font-size: 2.2rem;
  }
}
/*# sourceMappingURL=style.css.map */