@charset "UTF-8";
a:hover {
  opacity: 0.8;
}

.topix-slider,
.topix-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.topix-slider .slick-track,
.topix-slider .topix-track,
.topix-list .slick-track,
.topix-list .topix-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topix-slider .slick-track .slick-slide,
.topix-slider .slick-track .topix-card,
.topix-slider .topix-track .slick-slide,
.topix-slider .topix-track .topix-card,
.topix-list .slick-track .slick-slide,
.topix-list .slick-track .topix-card,
.topix-list .topix-track .slick-slide,
.topix-list .topix-track .topix-card {
  height: auto !important;
  margin: 0 1rem;
}
.topix-slider .slick-track .slick-slide a,
.topix-slider .slick-track .topix-card a,
.topix-slider .topix-track .slick-slide a,
.topix-slider .topix-track .topix-card a,
.topix-list .slick-track .slick-slide a,
.topix-list .slick-track .topix-card a,
.topix-list .topix-track .slick-slide a,
.topix-list .topix-track .topix-card a {
  display: block;
  height: 100%;
  background-color: white;
}
.topix-slider .slick-track .slick-slide a img,
.topix-slider .slick-track .topix-card a img,
.topix-slider .topix-track .slick-slide a img,
.topix-slider .topix-track .topix-card a img,
.topix-list .slick-track .slick-slide a img,
.topix-list .slick-track .topix-card a img,
.topix-list .topix-track .slick-slide a img,
.topix-list .topix-track .topix-card a img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 342/194;
}
.topix-slider .slick-track .slick-slide a img.square,
.topix-slider .slick-track .topix-card a img.square,
.topix-slider .topix-track .slick-slide a img.square,
.topix-slider .topix-track .topix-card a img.square,
.topix-list .slick-track .slick-slide a img.square,
.topix-list .slick-track .topix-card a img.square,
.topix-list .topix-track .slick-slide a img.square,
.topix-list .topix-track .topix-card a img.square {
  aspect-ratio: 1/1;
}
.topix-slider .slick-track .slick-slide a .date span:not(.cat),
.topix-slider .slick-track .topix-card a .date span:not(.cat),
.topix-slider .topix-track .slick-slide a .date span:not(.cat),
.topix-slider .topix-track .topix-card a .date span:not(.cat),
.topix-list .slick-track .slick-slide a .date span:not(.cat),
.topix-list .slick-track .topix-card a .date span:not(.cat),
.topix-list .topix-track .slick-slide a .date span:not(.cat),
.topix-list .topix-track .topix-card a .date span:not(.cat) {
  font-family: "STIX Two Text", serif;
  display: inline-block;
  background-color: #313131;
  color: white;
  padding: 0.4rem 1rem 0.4rem 2rem;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
}
.topix-slider .slick-track .slick-slide a .date .cat,
.topix-slider .slick-track .topix-card a .date .cat,
.topix-slider .topix-track .slick-slide a .date .cat,
.topix-slider .topix-track .topix-card a .date .cat,
.topix-list .slick-track .slick-slide a .date .cat,
.topix-list .slick-track .topix-card a .date .cat,
.topix-list .topix-track .slick-slide a .date .cat,
.topix-list .topix-track .topix-card a .date .cat {
  font-family: "STIX Two Text", serif;
  margin-left: 1cqw;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
}
.topix-slider .slick-track .slick-slide a .text,
.topix-slider .slick-track .topix-card a .text,
.topix-slider .topix-track .slick-slide a .text,
.topix-slider .topix-track .topix-card a .text,
.topix-list .slick-track .slick-slide a .text,
.topix-list .slick-track .topix-card a .text,
.topix-list .topix-track .slick-slide a .text,
.topix-list .topix-track .topix-card a .text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 1rem 2rem 2rem 2rem;
  letter-spacing: 2px;
}
.topix-slider .slide-arrow,
.topix-list .slide-arrow {
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1;
  background-image: url(../img/icon-slider-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 50%;
}
.topix-slider .slide-arrow.prev-arrow,
.topix-list .slide-arrow.prev-arrow {
  left: -3rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.topix-slider .slide-arrow.next-arrow,
.topix-list .slide-arrow.next-arrow {
  right: -3rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topix-slider.no-slick,
.topix-list.no-slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.topix-slider.no-slick li,
.topix-list.no-slick li {
  width: calc((100% - 4rem) / 3);
  margin: 0 1rem;
}
.topix-slider.no-slick li a,
.topix-list.no-slick li a {
  display: block;
  height: 100%;
  background-color: white;
}
.topix-slider.no-slick li a img,
.topix-list.no-slick li a img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
.topix-slider.no-slick li a img.square,
.topix-list.no-slick li a img.square {
  aspect-ratio: 1/1;
}
.topix-slider.no-slick li a .date span:not(.cat),
.topix-list.no-slick li a .date span:not(.cat) {
  font-family: "STIX Two Text", serif;
  display: inline-block;
  background-color: #313131;
  color: white;
  padding: 0.4rem 1rem 0.4rem 2rem;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
}
.topix-slider.no-slick li a .date .cat,
.topix-list.no-slick li a .date .cat {
  font-family: "STIX Two Text", serif;
  margin-left: 1cqw;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
}
.topix-slider.no-slick li a .text,
.topix-list.no-slick li a .text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 1rem 2rem 2rem 2rem;
  letter-spacing: 2px;
}

.topix-list {
  margin-top: 5vw;
}
.topix-list .topix-track {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5cqw;
}
.topix-list .topix-track .topix-card {
  width: calc((100% - 3cqw) / 3);
  margin: 0;
}

@media (max-width: 767px) {
  .topix-slider .slick-track .slick-slide {
    margin: 0 4rem;
  }
  .topix-slider .slide-arrow.prev-arrow {
    left: -0.5rem;
  }
  .topix-slider .slide-arrow.next-arrow {
    right: -0.5rem;
  }
  .topix-list .topix-track {
    gap: 3rem;
  }
  .topix-list .topix-track .topix-card {
    width: 100% !important;
  }
  .topix-list .topix-track .topix-card a .text {
    padding: 1.5rem;
  }
}
a:hover {
  opacity: 0.8;
}

html body > header > .logo {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 1.5rem;
  width: 40%;
}
html body > header > .logo a {
  display: none;
}
html body > header > .logo a img {
  display: block;
  width: 100%;
}
html body > header.top > .logo {
  margin-left: 0;
}
html body > header nav.gnav .menu-gnav-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5vw;
  padding: 77px 3vw;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap {
  width: 100%;
  padding-right: 0;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns {
  gap: 1cqw;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns li a {
  font-size: 3.5cqw;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns li.instagram a:before, html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns li.facebook a:before {
  width: 2.5rem;
  margin-right: 1.2cqw;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns li.instagram a:before {
  width: 2.5rem;
  margin-right: 1.2cqw;
}
html body > header nav.gnav .menu-gnav-container .menu-wrap .gnav-menu-sns li.facebook a:before {
  width: 2.5rem;
  margin-right: 1.2cqw;
}
html body > header nav.gnav .menu-gnav-container .floor-wrap {
  width: 100%;
}
html body > header nav.gnav .menu-gnav-container .floor-wrap ul {
  gap: 1cqw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
html body > header nav.gnav .menu-gnav-container .floor-wrap ul li {
  width: calc((100% - 1cqw) / 2);
  margin: 0;
}
html body > header nav.gnav .menu-gnav-container .floor-wrap ul li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 3cqw;
}
html body > header nav.gnav .menu-gnav-container .floor-wrap ul li a small {
  width: 100%;
  text-align: center;
}
html body > header nav.gnav .menu-gnav-container .floor-wrap ul li a span {
  margin-top: 0.5rem;
}
html body > header nav.reserve {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
html body > header nav.reserve .gnav-reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
html body > header nav.reserve .gnav-reserve li {
  width: 33.3333%;
  margin: 0;
}
html body > header nav.reserve .gnav-reserve li a {
  height: 6rem;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  border-radius: 0.8rem 0.8rem 0 0;
}
html body > header nav.reserve .gnav-reserve li a span.left-space {
  padding-left: 0;
}
html body > header.oku > .logo {
  margin-left: 0;
  width: calc(100% - 77px);
  padding-left: 1.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
html body > header .is-hidden-ui {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
}
html body > header .is-shown-ui {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
}
html body .inner-l {
  padding: 0 3vw;
}
html body .inner-m {
  padding: 0 3vw;
}
html body .inner-s {
  padding: 0 3vw;
}
html body .nav-reserve-modal .modal-dialog {
  max-width: 85%;
  margin: 0 auto;
}
html body .nav-reserve-modal .modal-dialog .modal-content .modal-body div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body .content-wrap.bg-gray {
  background-color: #FBFBFB;
}
html body .content-wrap.bg-gray-d .section-content {
  padding: 7cqw 0;
}
html body .content-wrap .section-header img {
  aspect-ratio: 1.2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
html body .content-wrap .section-header p {
  font-size: 4cqw;
  padding: 0 3cqw;
}
html body .content-wrap .section-header p span {
  font-size: 3cqw;
}
html body .content-wrap .list.list-col-2 li:nth-child(n+2) {
  margin-top: 2.5cqw;
}
html body .content-wrap .list.list-col-2.half {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4cqw;
}
html body .content-wrap .list.list-col-2.half > * {
  width: 100%;
}
html body .content-wrap .list.list-col-2 > ul {
  width: 100%;
  padding: 0 3vw;
}
html body .content-wrap .list.list-col-2 > ul li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html body .content-wrap .list.list-col-3 li {
  width: calc((100% - 1cqw) / 2);
}
html body .content-wrap .list.list-col-4 li {
  width: calc((100% - 1cqw) / 2);
}
html body .content-wrap .list.list-col-8 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
html body .content-wrap .list.list-col-8 li {
  width: calc((100% - 7.5cqw) / 6);
}
html body .content-wrap .tab li button {
  padding: 0.2em 0.8em;
}
html body .content-wrap .collapse-item {
  padding-bottom: 4cqw;
}
html body .content-wrap .collapse-item .header span {
  padding: 1.5cqw;
}
html body .inner-half-right, html body .inner-half-left {
  display: block;
}
html body .inner-half-right .inner-half-image, html body .inner-half-left .inner-half-image {
  width: calc(100% - 3vw);
  aspect-ratio: 4/3;
}
html body .inner-half-right .inner, html body .inner-half-left .inner {
  width: 100%;
  padding-top: 0;
}
html body .inner-half-right .inner .text .title, html body .inner-half-left .inner .text .title {
  margin: 1cqw 0 0 0;
}
html body .inner-half-right .inner .text .caption, html body .inner-half-left .inner .text .caption {
  padding: 3cqw 0;
  font-size: 1.1rem;
}
html body .inner-half-right .inner-half-image {
  border-radius: 0 3cqw 3cqw 0;
}
html body .inner-half-right .inner {
  padding-left: 3vw;
  padding-right: 3vw;
}
html body .inner-half-left .inner-half-image {
  margin-left: 3cqw;
  border-radius: 3cqw 0 0 3cqw;
}
html body .inner-half-left .inner {
  padding-left: 3vw;
  padding-right: 3vw;
}
html body .btn-wrap a:nth-child(2) {
  margin-left: 0;
  margin-top: 1rem;
}
html body .mainvi {
  container-type: inline-size;
}
html body .mainvi .inner .mainvi-image {
  border-radius: 5cqw;
}
html body .mainvi .inner .text {
  position: absolute;
  height: 100%;
  display: block;
  padding: 10cqw 3cqw 3cqw 3cqw;
}
html body .mainvi .inner .text h1 span {
  font-size: 6.3cqw;
  margin-bottom: 3cqw;
  padding: 1cqw 0.3cqw;
}
html body .mainvi .inner .text .caption {
  display: block;
}
html body .mainvi .inner .text .caption p {
  color: white;
  font-size: 4cqw;
  text-shadow: 0 0 0 black;
}
html body .mainvi .inner .text .caption p:last-child {
  position: absolute;
  bottom: 40cqw;
  right: 3cqw;
}
html body .top-concept .concept-lead {
  letter-spacing: 1px;
}
html body .top-concept .concept-slider li {
  width: 50vw;
}
html body .top-scene {
  padding: 0 0 0;
}
html body .scene-list .list li a .caption {
  padding: 1cqw 0.5cqw;
}
html body .scene-list .list li a .badge span {
  font-size: 2.3cqw;
}
html body .area-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5cqw;
}
html body .area-wrap .imagemap {
  width: 100%;
}
html body .area-wrap .details {
  width: 100%;
  margin-left: 0;
}
html body .area-wrap .details .item .floor span.num {
  font-size: 8cqw;
}
html body .area-wrap .details .item .floor small.ming-en {
  font-size: 5.5cqw;
}
html body .area-wrap .details .item .floor small.ming {
  font-size: 3cqw;
}
html body .area-wrap .details .item .floor .name {
  font-size: 3cqw;
}
html body .area-wrap .details .item .contents li {
  font-size: 3cqw;
}
html body .loop-section {
  height: calc(15vh + 1cqw);
  padding-top: 1cqw;
}
html body .loop-section .loop-wrap {
  height: auto;
}
html body .loop-section .loop-wrap li {
  height: 140px;
  aspect-ratio: 630/420;
  padding: 0 0.3cqw;
}
html body .loop-section .loop-wrap li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 630/420;
}
html body .top-service {
  padding: 5cqw 0 2.5cqw 0;
}
html body .top-service ul li {
  text-align: center;
}
html body .top-service ul li .num {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 3rem;
  font-weight: bold;
  color: #007030;
}
html body .top-service ul li h3 {
  margin-top: -1em;
  font-size: 1.2rem;
  font-weight: bold;
}
html body .top-service ul li img {
  display: block;
  margin: 1rem 0;
}
html body .top-service ul li a {
  position: relative;
  border-radius: 100rem;
  display: inline-block;
  font-size: 0.88rem;
  font-weight: bold;
  color: #007030;
  padding: 0.5em 4cqw;
  border: 2px solid #007030;
}
html body .top-service ul li a:after {
  content: "→";
  font-weight: bold;
  position: absolute;
  right: 1cqw;
}
html body .top-service ul li a:hover {
  background-color: #007030;
  color: white;
}
html body .top-service ul li a:hover:after {
  color: white;
}
html body .top-office {
  padding: 5cqw 0;
}
html body .top-attorneys {
  padding: 3cqw 0;
}
html body .oku-concept .list.list-col-2,
html body .oku-food .list.list-col-2 {
  margin-top: 8cqw;
}
html body .oku-concept .list.list-col-2 .thumb img,
html body .oku-food .list.list-col-2 .thumb img {
  width: 100%;
}
html body .oku-concept .list.list-col-2 .text,
html body .oku-food .list.list-col-2 .text {
  position: relative;
  padding: 1cqw 2.5cqw;
}
html body .oku-concept .list.list-col-2 .text .ttl,
html body .oku-food .list.list-col-2 .text .ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 5cqw;
  font-weight: bold;
}
html body .oku-concept .list.list-col-2 .text p,
html body .oku-food .list.list-col-2 .text p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 3cqw;
}
html body .oku-concept .list.list-col-2 .text p.catch,
html body .oku-food .list.list-col-2 .text p.catch {
  margin: 1.4cqw 0;
  font-size: 3.5cqw;
  font-weight: bold;
  line-height: 1.5;
}
html body .oku-concept .list.list-col-2 .text img,
html body .oku-food .list.list-col-2 .text img {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 1cqw;
  z-index: -1;
  width: 30%;
}
html body .oku-concept .list.list-col-2 .text .btn-wrap,
html body .oku-food .list.list-col-2 .text .btn-wrap {
  text-align: center;
}
html body .oku-concept .inner .list .text .btn-wrap {
  gap: 2cqw;
}
html body .oku-concept .inner .list .text .btn-wrap a:nth-child(2) {
  margin-top: 0;
}
html body .oku-scene {
  padding: 0 0 6vw;
}
html body .oku-facility .list li div span {
  width: 5cqw;
  height: 5cqw;
  font-size: 3cqw;
}
html body .oku-facility .list li p {
  font-size: 2.5cqw;
}
html body .oku-facility .list li p span {
  font-size: 3cqw;
}
html body .oku-floor .list.list-col-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7cqw;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) {
  width: 100%;
  padding-left: 0;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) ul {
  padding: 0 3vw;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) ul.floor li {
  font-size: 3cqw;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) ul.floor li span {
  font-size: 5cqw;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) ul.facility li a {
  font-size: 3cqw;
}
html body .oku-floor .list.list-col-2 > *:nth-child(1) .map {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 65cqw;
  padding: 0 3vw;
}
html body .oku-floor .list.list-col-2 > *:nth-child(2) {
  width: 100%;
  padding-left: 3vw;
}
html body .oku-floor .floor-slider-wrap {
  --peek: 40px;
}
html body .oku-floor .floor-slider .slick-slide .text h3 {
  font-size: 4.5cqw;
}
html body .oku-floor .floor-slider .slick-slide .text p {
  font-size: 3cqw;
}
html body .oku-floor .floor-slider .slick-slide .text p.sub {
  font-size: 3.5cqw;
}
html body .oku-floor .floor-slider .slide-arrow.next-arrow {
  position: absolute;
  right: 50px;
}
html body .oku-service .list.list-col-4 {
  gap: 1cqw;
}
html body .oku-contact .input-only {
  margin-bottom: 3rem;
}
html body .oku-contact form .form-wrap .form-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
html body .oku-contact form .form-wrap .form-group label {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 3.5cqw;
}
html body .oku-contact form .form-wrap .form-group label span {
  font-size: 2.5cqw;
}
html body .oku-contact form .form-wrap .form-group input, html body .oku-contact form .form-wrap .form-group textarea {
  width: 100%;
  padding: 2.5cqw 1.5cqw;
}
html body .oku-contact form .form-wrap .form-group.post-num {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .oku-contact form .form-wrap .form-group.post-num label {
  width: 100%;
}
html body .oku-contact form .form-wrap .form-group.post-num input, html body .oku-contact form .form-wrap .form-group.post-num textarea {
  width: 33%;
}
html body .oku-contact form .form-wrap .form-group.post-num p {
  font-size: 2.6cqw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html body .oku-contact form .btn-wrap input {
  font-size: 3.5cqw;
}
html body .contact-btn {
  z-index: 10000;
  right: 3cqw;
  bottom: 3cqw;
  width: calc(100% - 6cqw);
}
html body .contact-btn a {
  padding: 5cqw;
  font-size: 4cqw;
}
html body .contact-btn a:before {
  width: 6.5cqw;
  margin: 1cqw 2cqw 0 0;
}
html body .contact-btn a:after {
  position: absolute;
  right: 3cqw;
  width: 14cqw;
  margin-left: 0;
}
html body .oku-faq .inner .content-header + div {
  margin-bottom: 3rem;
}
html body .oku-faq .inner .tab {
  gap: 2cqw;
}
html body .oku-faq .inner .tab li {
  width: calc((100% - 2cqw) / 2);
}
html body footer .content-wrap .fmenu-wrap .col-menu > div {
  width: calc((100% - 3cqw) / 2);
}
html body > footer .footer-googlemap iframe {
  aspect-ratio: 4/3;
}
html body > footer .footer-contact .footer-contact-inner {
  border-radius: 2cqw;
  padding-top: 4cqw;
  padding-bottom: 8cqw;
}
html body > footer .footer-contact .footer-contact-inner .content-header p {
  color: white;
  font-size: 2rem;
}
html body > footer .footer-contact .footer-contact-inner .content-header h2 {
  color: white;
  font-size: 1rem;
}
html body > footer .footer-contact .footer-contact-inner .content-header .caption {
  font-size: 1rem;
  margin: 2.5cqw 0 0 0;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap {
  display: block;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div {
  width: 100%;
  border-right: none;
  border-top: 1px solid white;
  padding-top: 3cqw;
  margin-top: 3cqw;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div:first-child {
  border-left: none;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div > div {
  width: 100%;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div h5 {
  font-size: 1.2rem;
  margin-bottom: 3cqw;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div.tel-wrap p {
  font-size: 1rem;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div.form-wrap a {
  display: inline-block;
  background-color: white;
  color: #007030;
  border-radius: 100rem;
  font-size: 0.88rem;
  font-weight: bold;
  padding: 0.9em 2em;
  border: 2px solid white;
  position: relative;
  min-width: 20em;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div.form-wrap a:before {
  content: "→";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  color: white;
  background-color: #007030;
  border-radius: 100rem;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div.form-wrap a:hover {
  text-decoration: none;
  background-color: #007030;
  color: white;
}
html body > footer .footer-contact .footer-contact-inner .footer-contact-wrap > div.form-wrap a:hover:before {
  background-color: white;
  color: #007030;
}
html body > footer .footer-navi {
  padding: 7cqw 0;
}
html body > footer .footer-navi .footer-navi-wrap {
  display: block;
}
html body > footer .footer-navi .footer-navi-wrap .about {
  text-align: center;
}
html body > footer .footer-navi .footer-navi-wrap .about .logo {
  display: block;
  width: 60vw;
  margin: 0 auto;
}
html body > footer .footer-navi .footer-navi-wrap .about .address {
  font-size: 1rem;
  padding-top: 3cqw;
}
html body > footer .footer-navi .footer-navi-wrap .about .map-link {
  font-size: 1rem;
}
html body > footer .footer-navi .footer-navi-wrap nav {
  display: none;
}
html body > footer .copyright {
  padding-bottom: 22cqw;
}