@charset "UTF-8";
body {
  width: 100%;
  min-width: 1260px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #343434;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.2941176471px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #343434 !important;
}
.col-main {
  color: #bc9934 !important;
}
.col-sub {
  color: #8f8f90 !important;
}
.col-bdr {
  color: #cacaca !important;
}
.col-bg {
  color: #e1effa !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #343434 !important;
}
.bg-main {
  background-color: #bc9934 !important;
}
.bg-sub {
  background-color: #8f8f90 !important;
}
.bg-bdr {
  background-color: #cacaca !important;
}
.bg-bg {
  background-color: #e1effa !important;
}

.ptn-gry1 {
  background: url("/img/common/ptn-gry1.png") center center;
}
.ptn-gry2 {
  background: url("/img/common/ptn-gry2.png") center center;
}
.ptn-wht {
  background: url("/img/common/ptn-wht.png") center center;
}

.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border: solid 1px #bc9934;
  color: #bc9934;
}
.btn-01__link img {
  max-height: calc(100% - 5px);
}
.btn-01__link:hover {
  color: rgba(188, 153, 52, 0.8);
}
.btn-01__link:hover img {
  opacity: 0.8;
}
.btn-02__link {
  font-family: "Marcellus", serif;
  letter-spacing: 0.12em;
  line-height: 1;
  border-bottom: solid 1px #bc9934;
  padding-bottom: 17px;
  color: #bc9934;
  display: flex;
  justify-content: flex-end;
}
.btn-02__link:hover {
  color: rgba(188, 153, 52, 0.8);
}

.ic-line {
  position: relative;
}
.ic-line::before {
  content: "";
  display: -block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.ic-pin {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.ic-pin::before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 11/15;
  background-image: url("/img/common/ic-pin.png");
  background-size: 100%;
}

.arw-circle {
  position: relative;
}
.arw-circle::before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #bc9934;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(calc(-12px + 50%));
  transition: 0.4s;
}
.arw-circle:hover::before {
  transform: translate(3px, calc(-12px + 50%));
}

.obj-slash {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.obj-slash::after {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background: #bc9934;
  transform: rotate(45deg);
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 {
  border-top: solid 1px #8f8f90;
  border-bottom: solid 1px #8f8f90;
}
.tbl-01 th, .tbl-01 td {
  padding: 20px 0;
  vertical-align: middle;
  line-height: 1.875;
}
.tbl-01 th {
  width: 25%;
}
.tbl-01 td {
  padding-left: 4%;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td {
  border-top: solid 1px #8f8f90;
}

[class^=cts-] {
  width: 100%;
  margin: 0 auto;
}

.cts-1080 {
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-modal .list-item, .list-price .list-item {
  width: 100%;
}
.list-news__bx {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-news time {
  display: block;
  line-height: 1;
  border: solid 1px #343434;
  border-radius: 50rem;
  padding: 3px 10px 5px 10px;
}
.list-news .tag-sub {
  margin-top: 15px;
}
.list-anchor a {
  width: 100%;
}
.list-gallery__item {
  box-shadow: 0px 0px 20px 0px rgba(52, 52, 52, 0.2);
}
.list-gallery img {
  display: block;
  width: 100%;
}
.list-menu__link {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-menu__link:hover .list-menu__img {
  box-shadow: 0px 0px 20px 0px rgba(52, 52, 52, 0);
}
.list-menu__img {
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  border: solid 1px #fff;
  box-shadow: 0px 0px 20px 0px rgba(52, 52, 52, 0.2);
  transition: 0.4s;
}
.list-menu__ttl span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-modal {
  display: none;
}
.list-modal__item {
  display: none;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.list-modal__item .com-base {
  border: solid 1px #bc9934;
  padding: 40px;
}
.list-modal__item .com-base h5 {
  color: #bc9934;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-modal__item .com-base h5 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-modal__item .com-base h5 {
    font-size: 15.2941176471px;
  }
}
.list-modal .img {
  width: 210px;
  min-width: 210px;
  aspect-ratio: 1/1;
}
.list-price__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  border-top: dotted 2px #cacaca;
  padding: 30px 20px;
}
.list-price__item:last-child {
  border-bottom: dotted 2px #cacaca;
}
.list-price dl {
  display: flex;
  justify-content: space-between;
}
.list-price__ttl, .list-price dd {
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-price__ttl, .list-price dd {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price__ttl, .list-price dd {
    font-size: 16.4705882353px;
  }
}
.list-price dt {
  max-width: 80%;
  border-left: solid 1px #bc9934;
  padding-left: 20px;
  white-space: pre-wrap;
  line-height: 1.8666666667;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .list-price dt {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-price dt {
    font-size: 14.7058823529px;
  }
}
.list-price dd {
  max-width: 15%;
  text-align: right;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-shadow-bx {
  box-shadow: 0px 0px 20px 0px rgba(52, 52, 52, 0.2);
}
.com-anchor {
  padding: 40px 0 !important;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 16.4705882353px;
  }
}
.tag-main__link {
  display: block;
  background: #bc9934;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 14.1176470588px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #cacaca;
  padding: 0 10px;
  border-left: solid 1px #cacaca;
}
.tag-sub__item:last-child {
  border-right: solid 1px #cacaca;
}

.ttl-01 {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 55px;
}
.ttl-01__eng {
  font-family: "Cormorant", serif;
  letter-spacing: 0.12em;
  line-height: 1;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .ttl-01__eng {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01__eng {
    font-size: 35.2941176471px;
  }
}
.ttl-01__ruby {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-01__ruby {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01__ruby {
    font-size: 15.2941176471px;
  }
}
.ttl-02 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  border-left: solid 2px #bc9934;
  padding-left: 20px;
}
.ttl-02__eng {
  font-family: "Cormorant", serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.ttl-03 {
  border-bottom: dotted 1px #8f8f90;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.ttl-03__sub {
  color: #bc9934;
  display: flex;
  row-gap: 10px;
  font-weight: 300;
  letter-spacing: 0.05em !important;
  font-family: "Cormorant", serif;
  letter-spacing: 0.12em;
  line-height: 1;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .ttl-03__sub {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03__sub {
    font-size: 41.1764705882px;
  }
}
.ttl-03__main {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-03__main {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-03__main {
    font-size: 20.5882352941px;
  }
}
.ttl-04 {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-04 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-04 {
    font-size: 17.6470588235px;
  }
}
.ttl-04::before {
  content: "／";
  display: block;
  color: #bc9934;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-04::before {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-04::before {
    font-size: 23.5294117647px;
  }
}
.ttl-05 {
  background: url("/img/common/ptn-gry2.png") center center;
  padding: 10px 20px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-05 {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-05 {
    font-size: 21.1764705882px;
  }
}
.ttl-sub {
  border-left: solid #bc9934 6px;
  border-bottom: solid 1px #cacaca;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 19.4117647059px;
  }
}

.txt-plain {
  line-height: 1.875;
}

#main-contents {
  background: url("/img/common/ptn-wht.png") center center;
}

.header-nav__list, .footer-nav__list, .drawer-nav__list {
  font-family: "Marcellus", serif;
  letter-spacing: 0.12em;
  line-height: 1;
}
.header-nav__item, .footer-nav__item, .drawer-nav__item {
  line-height: 1;
}

.header-nav .dropdown-menu__list, .drawer-nav .dropdown-menu__list {
  display: none;
}

.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 60px;
       column-gap: 60px;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 15.8823529412px;
  }
}
.header-nav__item {
  display: flex;
  align-items: center;
  position: relative;
}
.header-nav__item:not(:first-child)::before {
  content: "/";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(calc(-30px + 50%), -50%);
}
.header-nav__link,
.header-nav .dropdown-menu__link {
  border-bottom: solid 1px rgba(188, 153, 52, 0);
  padding-bottom: 3px;
}
.header-nav__link:hover,
.header-nav .dropdown-menu__link:hover {
  border-bottom: solid 1px #bc9934;
  opacity: 0.8;
}
.header-nav .dropdown-menu {
  cursor: pointer;
}
.header-nav .dropdown-menu__list {
  width: 150px;
  padding-top: 15px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.header-nav .dropdown-menu__item {
  width: 100%;
  background: #fff;
  text-align: center;
}
.header-nav .dropdown-menu__item:not(:first-child) {
  position: relative;
}
.header-nav .dropdown-menu__item:not(:first-child)::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  border-top: dotted 1px #cacaca;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-nav .dropdown-menu__link {
  display: block;
  padding: 20px 10px;
}
.header-nav .current {
  color: #bc9934;
}

.footer-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 50px;
       column-gap: 50px;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 15.8823529412px;
  }
}
.footer-nav__item {
  width: 130px;
  max-width: 100%;
}
.footer-nav__link {
  display: block;
  color: #fff;
  border-bottom: dotted 1px #cacaca;
  padding-bottom: 15px;
}
.footer-nav__link:hover {
  opacity: 0.8;
}
.footer-nav .dropdown-menu__item {
  margin-top: 30px;
}
.footer-nav .dropdown-menu__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: #fff;
}
.footer-nav .dropdown-menu__link::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/13;
  background-image: url("/img/common/arrow-footer-nav.png");
  background-size: 100%;
}
.footer-nav .dropdown-menu__link:hover {
  opacity: 0.8;
}
.footer-nav .dropdown-menu:hover {
  opacity: 1;
}

.footer-sub__list {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 12.9411764706px;
  }
}
.footer-sub__item {
  line-height: 1;
}
.footer-sub__link {
  color: #fff;
}
.footer-sub__link:hover {
  opacity: 0.8;
}

#header {
  background: url("/img/common/mv-bg.png") center top no-repeat;
  background-size: cover;
  padding: 50px 3.13% 80px 3.13%;
}

.mv-item {
  width: 31.11%;
}
.mv-item:nth-child(2) {
  margin-top: 3.5vw;
}
.mv-link {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 20px 0px rgba(52, 52, 52, 0.2);
  position: relative;
}
.mv-link::after {
  content: "";
  display: block;
  width: 8.21%;
  aspect-ratio: 46/12;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  position: absolute;
  right: 10.71%;
  bottom: 0;
  transform: translateY(-500%);
  z-index: 1;
  transition: 0.4s;
}
.mv-link:hover {
  box-shadow: 0px 0px 20px 0px rgba(52, 52, 52, 0);
  transform: translateY(2px);
  opacity: 0.8;
}
.mv-link:hover::after {
  transform: translate(-3px, -500%);
}

.sv {
  width: 1540px;
  max-width: 80.2083333333%;
  margin: 50px auto 0 auto;
  position: relative;
}
.sv-img {
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(52, 52, 52, 0.2);
}
.sv-ttl {
  font-family: "Cormorant", serif;
  letter-spacing: 0.12em;
  line-height: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  background: #fff;
  padding: 12px 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-150px, -50%);
  z-index: 1;
}
.sv-ttl__main {
  font-size: 55px;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl__main {
    font-size: 65px;
    font-size: 8.4635416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl__main {
    font-size: 38.2352941176px;
  }
}
.sv-ttl__sub {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl__sub {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl__sub {
    font-size: 26.4705882353px;
  }
}
.sv-ttl__sub::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #343434;
}

.side-totop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 88;
}

.side-reserve {
  padding: 13px 10px 10px;
  background: #cacaca;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(65%, -80%);
  z-index: 88;
  transition: 0.4s;
}
.side-reserve__ttl {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-family: "Cormorant", serif;
  letter-spacing: 0.12em;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .side-reserve__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .side-reserve__ttl {
    font-size: 17.6470588235px;
  }
}
.side-reserve .btn-01 {
  width: 220px;
  max-width: 100%;
}
.side-reserve .btn-01__link {
  width: 100%;
  height: 56px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.12em;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .side-reserve .btn-01__link {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .side-reserve .btn-01__link {
    font-size: 17.6470588235px;
  }
}
.side-reserve:hover {
  cursor: pointer;
  transform: translate(0, -80%);
}

.top-news {
  background: url("/img/top/news-bg.png") right bottom no-repeat;
  background-size: auto 100%;
  padding: 120px 0;
}
.top-news .cts-1080 {
  min-height: 180px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#ctn-lower section {
  padding: 100px 0;
}
#ctn-lower .ttl-01 {
  text-align: center;
}

.com-access {
  position: relative;
  z-index: 1;
}
.com-access .list-link img {
  height: 40px;
}
.com-access::after {
  content: "";
  display: block;
  width: 1292px;
  max-width: 67.2916666667%;
  aspect-ratio: 1292/968;
  background-image: url("/img/common/access-bg.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.com-reserve .btn-01 {
  width: 230px;
  max-width: 100%;
}
.com-reserve .btn-01__link {
  width: 100%;
  height: 60px;
}
.com-reserve .btn-01__link img {
  max-height: calc(100% - 5px);
}

.com-concept {
  background: url("/img/common/concept-bg.png") right top no-repeat;
  background-size: cover;
}

.footer-bx-01 {
  padding: 120px 0;
}
.footer-bx-02 {
  padding: 40px 0;
}/*# sourceMappingURL=style.css.map */