<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Serif JP", serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #1a1b1d;
  scroll-behavior: smooth;
}
@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: #1a1b1d !important;
}
.col-gry1 {
  color: #32302d !important;
}
.col-blu1 {
  color: #1c479a !important;
}
.col-blu2 {
  color: #1575c4 !important;
}
.col-blu3 {
  color: #2597f4 !important;
}
.col-blu4 {
  color: #57b3ff !important;
}
.col-blu5 {
  color: #8fccff !important;
}
.col-blu6 {
  color: #c7e5ff !important;
}
.col-blu7 {
  color: #e4f2ff !important;
}
.col-nav1 {
  color: #0a2255 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #1a1b1d !important;
}
.bg-gry1 {
  background-color: #32302d !important;
}
.bg-blu1 {
  background-color: #1c479a !important;
}
.bg-blu2 {
  background-color: #1575c4 !important;
}
.bg-blu3 {
  background-color: #2597f4 !important;
}
.bg-blu4 {
  background-color: #57b3ff !important;
}
.bg-blu5 {
  background-color: #8fccff !important;
}
.bg-blu6 {
  background-color: #c7e5ff !important;
}
.bg-blu7 {
  background-color: #e4f2ff !important;
}
.bg-nav1 {
  background-color: #0a2255 !important;
}
.bg-circle-blu {
  width: 78px;
  aspect-ratio: 1/1;
  background: url("/img/common/obj-circle-blu.png") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.bg-bubble {
  position: relative;
  z-index: 1;
}
.bg-bubble::before, .bg-bubble::after {
  content: "";
  display: block;
  width: 385px;
  max-width: 20.0520833333%;
  aspect-ratio: 385/354;
  background-image: url("/img/common/obj-bubble-01.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, -110%);
  z-index: -1;
}
.bg-bubble::after {
  width: 280px;
  max-width: 14.5833333333%;
  aspect-ratio: 280/613;
  background-image: url("/img/common/obj-bubble-02.png");
  background-size: 100%;
  left: inherit;
  right: 0;
  transform: translate(0, -60%);
}

.ptn-wht {
  background: url("/img/common/ptn-sand.jpg") center center;
}
.ptn-blu {
  background: url("/img/common/ptn-blu.png") center center;
}

.wave-side, .wave-side-nml {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wave-side::before, .wave-side::after, .wave-side-nml::before, .wave-side-nml::after {
  content: "";
  display: block;
  width: 58px;
  aspect-ratio: 58/35;
  background-image: url("/img/common/obj-wave.png");
  background-size: 100%;
}
.wave-side-nml::before, .wave-side-nml::after, .wave-side-nml-nml::before, .wave-side-nml-nml::after {
  width: 32px;
  aspect-ratio: 32/10;
  background-image: url("/img/common/obj-wave-nml.png");
  background-size: 100%;
}
.wave-side-nml .inner, .wave-side-nml-nml .inner {
  padding: 0 10px;
}
.wave-top::before, .wave-top-nml::before {
  content: "";
  display: block;
  width: 58px;
  aspect-ratio: 58/35;
  background-image: url("/img/common/obj-wave.png");
  background-size: 100%;
  margin: 0 auto;
}
.wave-top-nml::before, .wave-top-nml-nml::before {
  width: 32px;
  aspect-ratio: 32/10;
  background-image: url("/img/common/obj-wave-nml.png");
  background-size: 100%;
}
.wave-rt, .wave-rt-nml {
  display: flex;
  align-items: center;
}
.wave-rt::after, .wave-rt-nml::after {
  content: "";
  display: block;
  width: 58px;
  aspect-ratio: 58/35;
  background-image: url("/img/common/obj-wave.png");
  background-size: 100%;
}
.wave-rt-nml::after, .wave-rt-nml-nml::after {
  width: 32px;
  aspect-ratio: 32/10;
  background-image: url("/img/common/obj-wave-nml.png");
  background-size: 100%;
  margin: 0 0 0 10px;
}
.wave-top-wht {
  background: url("/img/common/wave-top-wht.png") center -3px no-repeat;
  background-size: 100%;
}
.wave-top-blu {
  background: url("/img/common/wave-top-blu.png") center -3px no-repeat;
  background-size: 100%;
}
.wave-btm-blu {
  background: url("/img/common/wave-btm-blu.png") center calc(100% + 1px) no-repeat;
  background-size: 100%;
}
.wave-btm-wht {
  background: url("/img/common/wave-btm-wht.png") center calc(100% + 3px) no-repeat;
  background-size: 100%;
}
.wave-btm-wht-02 {
  background: url("/img/common/wave-btm-wht-02.png") center calc(100% + 3px) no-repeat;
  background-size: 100%;
}

.btn-ptn1 .btn-link, .btn-ptn2 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #1c479a;
  color: #fff;
  border-radius: 12px;
  line-height: 1.5;
}
.btn-ptn1 .btn-link:hover, .btn-ptn2 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-ptn2 .btn-link {
  border-radius: 24px;
}
.btn-ptn3 .btn-link {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #1c479a;
  color: #fff;
  border-radius: 50rem;
}
.btn-sns .btn-link {
  line-height: 1.4285714286;
}

.ic-tel {
  display: flex;
  align-items: flex-end;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 29px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
  margin-right: 7px;
}
.ic-ig, .ic-line {
  display: flex;
  align-items: center;
}
.ic-ig::before, .ic-line::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-ig.png");
  background-size: 100%;
  margin-right: 20px;
}
.ic-line {
  display: flex;
  align-items: center;
}
.ic-line::before {
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}

.arw-double-wht, .arw-double-wht-flx {
  position: relative;
}
.arw-double-wht::before, .arw-double-wht-flx::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/10;
  background-image: url("/img/common/arw-double-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-double-wht:hover::before, .arw-double-wht-flx:hover::before {
  transform: translate(1px, -50%);
}
.arw-double-blk, .arw-double-blk-flx, .arw-double-blu, .arw-double-blu-flx {
  position: relative;
}
.arw-double-blk::after, .arw-double-blk-flx::after, .arw-double-blu::after, .arw-double-blu-flx::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/10;
  background-image: url("/img/common/arw-double-blk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-double-blk:hover::after, .arw-double-blk-flx:hover::after, .arw-double-blu:hover::after, .arw-double-blu-flx:hover::after {
  transform: translate(1px, -50%);
}
.arw-double-blu:after, .arw-double-blu-flx:after {
  background-image: url("/img/common/arw-double-blu.png");
  background-size: 100%;
}
.arw-double-blk-flx, .arw-double-blu-flx {
  display: flex;
  align-items: center;
}
.arw-double-blk-flx::after, .arw-double-blu-flx::after {
  position: static;
  transform: none;
  margin-left: 8px;
}
.arw-double-blk-flx:hover::after, .arw-double-blu-flx:hover::after {
  transform: translate(1px, 0);
}
.arw-double-blk-flx:hover::before, .arw-double-blu-flx:hover::before {
  transform: none;
}
.arw-double-wht-flx-rt {
  display: flex;
  align-items: center;
}
.arw-double-wht-flx-rt::before {
  position: static;
  transform: none;
  margin-left: 8px;
}
.arw-double-wht-flx-rt:hover::before {
  transform: translate(1px, 0);
}
.arw-double-wht-flx-rt:hover::after {
  transform: none;
}
.arw-quad-wht::after {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 23/10;
  background-image: url("/img/common/arw-quad-wht.png");
  background-size: 100%;
  margin: 10px auto 0 auto;
  transition: 0.3s;
}
.arw-quad-wht:hover::after {
  transform: translateX(1px);
}
.arw-circle {
  display: flex;
  align-items: center;
}
.arw-circle::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle-blu.png");
  background-size: 100%;
  margin-left: 10px;
  transition: 0.3s;
}
.arw-circle:hover::after {
  transform: translateX(2px);
}
.arw-double-wht-rt {
  position: relative;
  z-index: 1;
}
.arw-double-wht-rt::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/10;
  background-image: url("/img/common/arw-double-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-double-wht-rt:hover::after {
  transform: translate(1px, -50%);
}

.obj-fish {
  position: relative;
  z-index: 1;
}
.obj-fish::before {
  content: "";
  display: block;
  width: 127px;
  max-width: 100%;
  aspect-ratio: 127/91;
  background-image: url("/img/common/illust-fish.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-beach {
  position: relative;
  z-index: 1;
}
.obj-beach::after {
  content: "";
  display: block;
  width: 401px;
  max-width: 100%;
  aspect-ratio: 401/229;
  background-image: url("/img/common/illust-beach.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-family {
  position: relative;
  z-index: 1;
}
.obj-family::after {
  content: "";
  display: block;
  width: 183px;
  max-width: 100%;
  aspect-ratio: 183/154;
  background-image: url("/img/common/illust-family.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-pension {
  position: relative;
  z-index: 1;
}
.obj-pension::after {
  content: "";
  display: block;
  width: 300px;
  max-width: 100%;
  aspect-ratio: 300/207;
  background-image: url("/img/common/illust-pension.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-pair {
  position: relative;
  z-index: 1;
}
.obj-pair::before {
  content: "";
  display: block;
  width: 81px;
  max-width: 100%;
  aspect-ratio: 81/152;
  background-image: url("/img/common/illust-pair.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-drink {
  position: relative;
  z-index: 1;
}
.obj-drink::after {
  content: "";
  display: block;
  width: 186px;
  max-width: 100%;
  aspect-ratio: 186/138;
  background-image: url("/img/common/illust-drink.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-bird {
  position: relative;
  z-index: 1;
}
.obj-bird::after {
  content: "";
  display: block;
  width: 149px;
  max-width: 100%;
  aspect-ratio: 149/151;
  background-image: url("/img/common/illust-bird_parasol.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-comment {
  position: relative;
  z-index: 1;
}
.obj-comment::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.obj-ocean {
  position: relative;
  z-index: 1;
}
.obj-ocean::before {
  content: "";
  display: block;
  width: 376px;
  max-width: 100%;
  aspect-ratio: 376/241;
  background-image: url("/img/common/illust-ocean.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-couple {
  position: relative;
  z-index: 1;
}
.obj-couple::after {
  content: "";
  display: block;
  width: 190px;
  max-width: 100%;
  aspect-ratio: 268/322;
  background-image: url("/img/common/illust-couple.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-pickup {
  position: relative;
  z-index: 1;
}
.obj-pickup::before {
  content: "";
  display: block;
  width: 92px;
  max-width: 100%;
  aspect-ratio: 92/48;
  background-image: url("/img/common/comment-pickup.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
.obj-shell {
  position: relative;
  z-index: 1;
}
.obj-shell::before {
  content: "";
  display: block;
  width: 171px;
  max-width: 100%;
  aspect-ratio: 171/186;
  background-image: url("/img/common/illust-drink_shell.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 30px);
  z-index: -1;
}
.obj-owner {
  position: relative;
  z-index: 1;
}
.obj-owner::before {
  content: "";
  display: block;
  width: 125px;
  max-width: 100%;
  aspect-ratio: 125/107;
  background-image: url("/img/common/illust-men.png");
  background-size: 100%;
  position: absolute;
  right: 40px;
  top: 0;
  transform: translate(0, calc(-100% + 1px));
  z-index: -1;
}

.line-side {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.line-side::before, .line-side::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #2597f4;
  transform: rotate(-45deg);
}
.line-side::after {
  transform: rotate(45deg);
}
.line-side .inner {
  padding: 0 15px;
}

.dot-lft {
  display: flex;
  align-items: flex-start;
}
.dot-lft::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #57b3ff;
  transform: translateY(15px);
  margin-right: 10px;
}
.dot-side {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot-side::before, .dot-side::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #57b3ff;
}
.dot-side .inner {
  padding: 0 15px;
}

.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-ptn1 th, .tbl-ptn1 td {
  padding: 20px 0%;
  border-bottom: solid 1px #2597f4;
  line-height: 1.875;
}
.tbl-ptn1 th {
  width: 20%;
  color: #2597f4;
}
.tbl-ptn1 td {
  white-space: pre-wrap;
  padding-left: 20px;
}
.tbl-ptn2 th, .tbl-ptn2 td {
  padding: 4px 0;
  line-height: 2;
}
.tbl-ptn2 th {
  width: 65%;
}

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

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

.list-clm-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.list-clm-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.list-nav .nav-item {
  line-height: 1;
}
.list-news time {
  display: block;
  line-height: 1;
  color: #57b3ff;
}
.list-news .list-item {
  width: 100%;
  padding: 0 20px;
}
.list-news .list-item:not(:first-child) {
  border-top: solid 1px #8fccff;
  padding-top: 18px;
}
.list-news .list-link {
  display: flex;
  align-items: center;
}
.list-news .list-img {
  width: 170px;
  max-width: 100%;
  min-width: 170px;
  aspect-ratio: 170/120;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 30px;
}
.list-news .list-inner {
  width: 100%;
  display: grid;
  gap: 10px 0;
}
.list-info {
  display: grid;
  gap: 12px 0;
}
.list-info .list-item {
  width: 100%;
}
.list-info dl {
  display: flex;
  justify-content: center;
}
.list-info dt, .list-info dd {
  line-height: 1.2;
}
.list-info dt {
  border-right: solid 1px #1575c4;
  padding-right: 5px;
  margin-right: 5px;
  color: #1c479a;
}
.list-comment {
  gap: 40px 60px;
}
.list-comment .list-item {
  width: 334px;
  max-width: 100%;
  background: url("/img/common/obj-comment.png") center bottom no-repeat;
  background-size: 100%;
  text-align: center;
}
.list-comment .inner {
  display: block;
  padding-bottom: 45px;
}
.list-gallery {
  gap: 45px 0;
}
.list-gallery .list-item {
  width: 500px;
  max-width: 100%;
}
.list-gallery .ttl-bdr {
  text-align: center;
}
.list-area .list-item {
  width: 430px;
  max-width: 100%;
}
.list-area dt {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: solid 1px #2597f4;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .list-area dt {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-area dt {
    font-size: 20px;
  }
}
.list-area dd {
  margin-top: 15px;
}
.list-anchor .btn {
  width: 255px;
  max-width: 100%;
}
.list-anchor .btn-link {
  width: 100%;
  height: 80px;
}
.list-activity {
  display: grid;
  gap: 30px 0;
}
.list-activity .list-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.list-activity .list-inner {
  width: 550px;
  max-width: 100%;
}
.list-recommend .list-item {
  width: 100%;
}
.list-recommend .ttl-bdr .inner {
  min-width: 390px;
  padding-bottom: 5px;
}
.list-recommend dd {
  margin-top: 15px;
}
.list-plan .com-base {
  padding: 60px 80px 80px;
  position: relative;
}
.list-plan .com-layout {
  justify-content: center;
  gap: 0 40px;
}
.list-plan .img {
  width: 390px;
  min-width: 390px;
  aspect-ratio: 390/270;
  border-radius: 24px;
  overflow: hidden;
}
.list-plan dl {
  margin-top: 20px;
}
.list-plan dt {
  font-size: 18px;
  font-size: 1.8rem;
  color: #2597f4;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .list-plan dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-plan dt {
    font-size: 16.4705882353px;
  }
}
.list-plan dd {
  white-space: pre-wrap;
}
.list-plan .dot-lft::before {
  width: 6px;
  transform: translateY(12px);
}
.list-plan .list-item {
  width: 100%;
}
.list-plan .list-ttl {
  margin-bottom: 40px;
}
.list-plan .list-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #1c479a;
}
.list-img-scroll {
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 30px;
}
.list-img-scroll .list-item {
  width: 390px;
  min-width: 390px;
}
.list-img-scroll .list-img {
  width: 100%;
  aspect-ratio: 390/270;
  border-radius: 24px;
  overflow: hidden;
}
.list-menu-reco .list-img,
.list-menu-reco .ttl-bdr {
  text-align: center;
}
.list-menu-reco .list-ttl {
  margin-top: 20px;
}
.list-menu-reco .list-item {
  position: relative;
}
.list-menu-reco .ttl-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.list-menu .list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: solid 1px #2597f4;
  padding: 10px 0;
}
.list-menu .list-item:last-child {
  border-bottom: solid 1px #2597f4;
}
.list-menu dl {
  max-width: 75%;
}
.list-menu dt {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-menu dt {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu dt {
    font-size: 20px;
  }
}
.list-menu dd {
  white-space: pre-wrap;
}
.list-menu .price {
  font-size: 24px;
  font-size: 2.4rem;
  max-width: 20%;
  text-align: right;
  color: #2597f4;
}
@media screen and (max-width: 768px) {
  .list-menu .price {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu .price {
    font-size: 20px;
  }
}
.list-check .list-item {
  display: flex;
  align-items: flex-start;
}
.list-check .list-item::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  transform: translateY(30%);
  margin-right: 10px;
}
.list-check .inner {
  max-width: calc(100% - 34px);
}
.list-charm .list-item {
  display: flex;
  align-items: flex-start;
  gap: 0 30px;
}

.com-tag-main .list-tag {
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .com-tag-main .list-tag {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-main .list-tag {
    font-size: 16.4705882353px;
  }
}
.com-tag-main .tag-link {
  display: block;
  background: #8fccff;
  color: #fff;
  border-radius: 12px;
  padding: 10px 20px;
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.com-tag-sub .tag-item {
  line-height: 1;
  background: #57b3ff;
  color: #fff;
  padding: 8px 15px;
  border-radius: 50rem;
}
.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;
}

.ttl-main {
  display: flex;
  flex-direction: column;
}
.ttl-main .eng {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  color: #2597f4;
}
@media screen and (max-width: 768px) {
  .ttl-main .eng {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .eng {
    font-size: 22.3529411765px;
  }
}
.ttl-main .ruby {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .ruby {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .ruby {
    font-size: 29.4117647059px;
  }
}
.ttl-main .ruby-sub {
  font-family: "Zen Kurenaido", sans-serif;
  color: #2597f4;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .ruby-sub {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .ruby-sub {
    font-size: 22.3529411765px;
  }
}
.ttl-main.flx-alitem-c {
  text-align: center;
}
.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #2597f4 6px;
  border-bottom: solid 1px #e4f2ff;
  background: #fff;
  padding: 10px 20px 15px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-bdr {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-bdr {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bdr {
    font-size: 20px;
  }
}
.ttl-bdr .inner {
  border-bottom: solid 1px #2597f4;
}
.ttl-circle {
  width: 78px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background: #57b3ff;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.ttl-circle .eng,
.ttl-circle .num {
  display: block;
  line-height: 1;
}
.ttl-circle .eng {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.ttl-circle .num {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 100;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ttl-circle .num {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-circle .num {
    font-size: 29.4117647059px;
  }
}
.ttl-bdr-layer {
  font-size: 20px;
  font-size: 2rem;
  color: #2597f4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ttl-bdr-layer {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bdr-layer {
    font-size: 17.6470588235px;
  }
}
.ttl-bdr-layer .inner {
  background: #fff;
  padding: 0 10px;
}
.ttl-bdr-layer::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2597f4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}

.txt-sdw-wht {
  -webkit-text-stroke: #fff 4px;
  text-stroke: #fff 4px;
  paint-order: stroke;
}
.txt-plain {
  line-height: 1.875;
}
.txt-gra-blu {
  background: linear-gradient(90deg, #1c479a 0%, #1575c4 38%, #1c479a 68%);
  background: -webkit-linear-gradient(90deg, #1c479a 0%, #1575c4 38%, #1c479a 68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sdw-img {
  filter: drop-shadow(1.486px 1.338px 10.56px rgba(10, 34, 85, 0.3));
}
.sdw-btn {
  box-shadow: 4.596px 3.857px 0px 0px rgba(10, 34, 85, 0.2);
}
.sdw-btn:hover {
  box-shadow: 0px 0px 0px 0px rgba(10, 34, 85, 0);
  transform: translate(1px, 1px);
}
.sdw-box {
  box-shadow: 1.486px 1.338px 10.56px 1.44px rgba(10, 34, 85, 0.14);
}
.sdw-txt {
  text-shadow: 0px 0px 12.04px rgba(10, 34, 85, 0.7);
}

#main-contents {
  background: url("/img/common/ptn-sand.jpg");
  background-position: center;
}

#ft-bar {
  background: rgba(199, 229, 255, 0.8);
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 77;
}
#ft-bar h3 {
  display: flex;
  align-items: center;
}
#ft-bar h3::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 10/44;
  background-image: url("/img/common/ft-bar-comment.png");
  background-size: 100%;
  margin-left: 10px;
}
#ft-bar .btn-totop {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}

#com-access {
  padding: 200px 0 120px 0 !important;
}
#com-access .ttl-main {
  margin-bottom: 70px;
}
#com-access .layout-item {
  width: 600px;
  max-width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 90px 50px;
}
#com-access .access-ttl {
  font-size: 30px;
  font-size: 3rem;
  color: #1575c4;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #com-access .access-ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-access .access-ttl {
    font-size: 23.5294117647px;
  }
}
#com-access .wrp-contact {
  border-top: solid 1px #8fccff;
  border-bottom: solid 1px #8fccff;
  padding: 30px 0;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
#com-access .ic-tel {
  justify-content: center;
}
#com-access .ic-tel::before {
  width: 21px;
}
#com-access .list-info {
  margin-top: 40px;
}
#com-access .obj-ocean::before {
  top: 0;
  left: 0;
  transform: translate(0, -120%);
}
#com-access .obj-couple::after {
  right: 0;
  bottom: 0;
  transform: translate(0, 120px);
}
#com-access .btn-ptn2 {
  position: absolute;
  top: 0;
  right: 2vw;
}
#com-access .btn-ptn2 .btn-link {
  background: url("/img/common/access-btn-bg.png") center center no-repeat;
  background-size: cover;
}

.hd-bar {
  padding: 10px 1.56%;
}

#hd-nav .nav-item {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#hd-nav .nav-link:hover {
  color: #2597f4;
}
#hd-nav .wrp-ac-nav {
  display: none;
  width: 210px;
  padding-top: 40px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
#hd-nav .wrp-ac-nav::before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #c7e5ff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 20px));
}
#hd-nav .ac-nav {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  gap: 2px 0;
}
#hd-nav .ac-item, #hd-nav .ac-link {
  width: 100%;
}
#hd-nav .ac-item {
  background: #c7e5ff;
  text-align: center;
}
#hd-nav .ac-link {
  display: block;
  padding: 15px 0;
}
#hd-nav .ac-link:hover {
  color: #1575c4;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  background: url("/img/top/mv-bg.png") center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 50px;
}
.mv .wrp-slider {
  width: 700px;
  max-width: 36.4583333333%;
  margin-left: 1.56%;
  z-index: 0;
}
.mv-img {
  width: 920px;
  max-width: 47.9166666667%;
}
.mv-cc-main {
  width: 766px;
  max-width: 39.8958333333%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  z-index: 1;
}
.mv-cc-sub {
  width: 107px;
  max-width: 5.5729166667%;
  position: absolute;
  top: 0;
  left: 4.17%;
  transform: translate(0, 22%);
  z-index: 1;
}
.mv-btn {
  position: absolute;
  right: 30px;
  bottom: 40px;
}
.mv .btn-link {
  background: url("/img/common/mv-btn-bg.png") center center no-repeat;
  background-size: cover;
}

.sv {
  background: url("/img/common/sv-bg.png") center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 20px;
}
.sv-ttl {
  position: absolute;
  top: 50%;
  left: 16.67%;
  transform: translate(0, -50%);
  z-index: 1;
}
.sv-ttl-inner {
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
.sv-ttl .sub {
  font-size: 40px;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl .sub {
    font-size: 23.5294117647px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl .sub {
    font-size: 40px;
  }
}
.sv-ttl .main {
  font-size: 60px;
  font-size: 3.125vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl .main {
    font-size: 35.2941176471px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl .main {
    font-size: 60px;
  }
}
.sv-ttl-about {
  width: 317px;
  max-width: 16.5104166667%;
}
.sv-ttl-activity {
  width: 604px;
  max-width: 31.4583333333%;
}
.sv-ttl-blog {
  width: 256px;
  max-width: 13.3333333333%;
}
.sv-ttl-cafe {
  width: 367px;
  max-width: 19.1145833333%;
}
.sv-ttl-complete {
  width: 494px;
  max-width: 25.7291666667%;
}
.sv-ttl-contact {
  width: 616px;
  max-width: 32.0833333333%;
}
.sv-ttl-e404 {
  width: 728px;
  max-width: 37.9166666667%;
}
.sv-ttl-pension {
  width: 500px;
  max-width: 26.0416666667%;
}
.sv-ttl-privacy {
  width: 608px;
  max-width: 31.6666666667%;
}
.sv-ttl-reason {
  width: 433px;
  max-width: 22.5520833333%;
}
.sv-ttl-recruit {
  width: 261px;
  max-width: 13.59375%;
}
.sv-ttl-sitemap {
  width: 380px;
  max-width: 19.7916666667%;
}
.sv-ttl-stay {
  width: 433px;
  max-width: 22.5520833333%;
}
.sv-img {
  width: 1000px;
  max-width: 52.0833333333%;
}

#ctn-top #main-contents {
  background: url("/img/common/ptn-sand.jpg");
  background-position: center;
}

.top-about {
  padding: 120px 0 160px 0;
  background: url("/img/common/wave-btm-wht.png") center bottom no-repeat;
  background-size: 100%;
}
.top-about .ttl-main {
  margin-bottom: 50px;
}
.top-about .btn {
  margin-top: 50px;
}
.top-about .obj-fish::before {
  top: 0;
  left: 0;
  transform: translate(90px, -85px);
}
.top-about .obj-beach::after {
  right: 0;
  bottom: 0;
  transform: translate(180px, 160px);
}
.top-about .wrp-img {
  width: 1630px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-420px, 160px);
  z-index: -1;
}
.top-about .img-01 {
  margin-top: 170px;
}

.top-activity {
  padding: 80px 0 120px 0;
}
.top-activity .ttl-main {
  margin-bottom: 50px;
}
.top-activity .com-base {
  padding: 40px 50px 60px 50px;
}
.top-activity .activ-item {
  width: 360px;
  max-width: 100%;
  background: rgba(228, 242, 255, 0.9);
  border-radius: 24px;
  border: solid 4px #fff;
  padding: 30px 0;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.top-activity .activ-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-15px, -15px);
  z-index: -1;
}
.top-activity .activ-item-01 {
  top: 43px;
  left: 115px;
}
.top-activity .activ-item-01::before {
  width: 130px;
  max-width: 100%;
  aspect-ratio: 130/101;
  background-image: url("/img/top/activity-illust-01.png");
  background-size: 100%;
}
.top-activity .activ-item-02 {
  top: 167px;
  right: 70px;
}
.top-activity .activ-item-02::before {
  width: 139px;
  max-width: 100%;
  aspect-ratio: 139/108;
  background-image: url("/img/top/activity-illust-02.png");
  background-size: 100%;
}
.top-activity .activ-item-03 {
  left: 50px;
  bottom: 60px;
}
.top-activity .activ-item-03::before {
  width: 142px;
  max-width: 100%;
  aspect-ratio: 142/105;
  background-image: url("/img/top/activity-illust-03.png");
  background-size: 100%;
}
.top-activity .activ-item-04 {
  right: 30px;
  bottom: -90px;
}
.top-activity .activ-item-04::before {
  width: 118px;
  max-width: 100%;
  aspect-ratio: 118/104;
  background-image: url("/img/top/activity-illust-04.png");
  background-size: 100%;
}
.top-activity .activ-ttl {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 768px) {
  .top-activity .activ-ttl {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-activity .activ-ttl {
    font-size: 29.4117647059px;
  }
}
.top-activity .activ-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .top-activity .activ-txt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-activity .activ-txt {
    font-size: 16.4705882353px;
  }
}
.top-activity .btn {
  margin-top: 60px;
}
.top-activity .obj-family::after {
  left: 0;
  bottom: 0;
  transform: translate(-100px, 90px);
}

.top-pension {
  padding: 120px 0 240px 0;
}
.top-pension .ttl-main {
  margin-bottom: 50px;
}
.top-pension .com-layout {
  margin-top: 50px;
}
.top-pension .img {
  position: absolute;
  right: 0;
  z-index: -1;
}
.top-pension .img-01 {
  top: 0;
  transform: translate(40px, -120px);
}
.top-pension .img-02 {
  bottom: 0;
  transform: translate(160px, 180px);
}
.top-pension .obj-pension::after {
  left: 0;
  bottom: 0;
  transform: translate(-100px, 300px);
}
.top-pension::after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-reason {
  padding: 0 0 50px 0;
}
.top-reason .ttl-main {
  margin-bottom: 50px;
}
.top-reason .com-base {
  border: solid 4px #fff;
  padding: 80px 20px;
}
.top-reason .com-base::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e4f2ff;
  position: absolute;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-reason .btn {
  position: relative;
}
.top-reason .list-btn {
  margin-top: 60px;
}
.top-reason .ttl-circle {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25px, -25px);
  z-index: 1;
}
.top-reason .arw-double-wht::before {
  left: inherit;
  right: 20px;
}

.top-cafe {
  padding: 190px 0;
}
.top-cafe .ttl-main {
  margin-bottom: 50px;
}
.top-cafe .btn {
  margin-top: 50px;
}
.top-cafe .img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50px, -50%);
  z-index: -1;
}
.top-cafe .obj-pair::before {
  top: 0;
  left: 0;
  transform: translate(320px, -50px);
  z-index: 1;
}
.top-cafe .obj-drink::after {
  right: 0;
  bottom: 0;
  transform: translate(0, 100px);
}
.top-cafe::before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-recruit {
  padding: 190px 0 120px 0;
}
.top-recruit .img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(150px, -50%);
  z-index: -1;
}
.top-recruit .ttl-main {
  margin-bottom: 50px;
}
.top-recruit .btn {
  margin-top: 50px;
}
.top-recruit .obj-bird::after {
  transform: translate(-280px, 0);
}
.top-recruit .obj-comment::before {
  width: 175px;
  max-width: 100%;
  aspect-ratio: 175/73;
  background-image: url("/img/top/recruit-comment.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(30px, -60px);
}
.top-recruit.obj-bubble::after {
  content: "";
  display: block;
  width: 405px;
  max-width: 21.09375%;
  aspect-ratio: 405/441;
  background-image: url("/img/top/recruit-obj.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 65%);
  z-index: -1;
}

.top-news {
  padding: 100px 0;
}
.top-news .ttl-main {
  margin-top: 55px;
}
.top-news .list-news {
  min-height: 400px;
}
.top-news .com-base {
  padding: 40px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(-65px);
}

#ctn-lower article {
  padding: 120px 0;
}
#ctn-lower .ttl-main {
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}
#ctn-lower .obj-fish::before {
  top: 0;
  left: 0;
  transform: translate(-100px, -80px);
}
#ctn-lower .obj-beach::after {
  right: 0;
  bottom: 0;
  transform: translate(100px, 240px);
}
#ctn-lower .obj-family::after {
  left: 0;
  bottom: 0;
  transform: translate(-300px, 90px);
}
#ctn-lower .obj-pension::after {
  top: 0;
  right: 0;
  transform: translate(100px, -150px);
}

.lower-point .com-base {
  padding: 60px;
}

.lower-spot .com-base {
  padding: 40px 0;
}
.lower-spot .obj-pickup::before {
  transform: translate(calc(-50% - 150px), -100%);
}

.lower-other .com-base {
  padding: 60px 85px;
}
.lower-other .obj-pickup::before {
  transform: translate(calc(-100% - 60px), -100%);
}

.lower-activity .com-base {
  padding: 60px 150px;
}
.lower-activity .activity-ttl {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .lower-activity .activity-ttl {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .lower-activity .activity-ttl {
    font-size: 22.3529411765px;
  }
}
.lower-activity.bg-bubble::before {
  transform: translateY(calc(120px + 60%));
}
.lower-activity.bg-bubble::after {
  transform: translateY(5%);
}

#slider_facility .swiper-button-prev, #slider_facility .swiper-button-next {
  width: 60px;
  height: inherit;
  aspect-ratio: 1/1;
  background: url("/img/pension/slider-arw.png") center center no-repeat;
  background-size: 100%;
  top: 50%;
  border-radius: 50rem;
  transition: 0.3s;
}
#slider_facility .swiper-button-prev {
  left: 0;
  transform: translate(0, -50%);
}
#slider_facility .swiper-button-next {
  right: 0;
  transform: translate(0, -50%) scaleX(-1);
}

.wrp-swiper-container {
  padding: 0 80px;
}

.swiper-slide .img {
  width: 100%;
  aspect-ratio: 390/270;
  border-radius: 24px;
  overflow: hidden;
}
.swiper-slide .ttl-bdr {
  text-align: center;
  margin-top: 20px;
}
.swiper-slide .ttl-bdr .inner {
  display: block;
  width: 270px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 5px;
}

.lower-recommend .com-base {
  padding: 60px 120px;
}

.bnr-profile .bnr-link {
  background: url("/img/pension/bnr-profile.png") center center no-repeat;
  background-size: cover;
}
.bnr-profile .bnr-link::before {
  content: "";
  display: block;
  width: 41px;
  aspect-ratio: 41/40;
  background-image: url("/img/pension/bnr-arw.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.bnr-profile .bnr-link:hover::before {
  transform: translate(2px, -50%);
}

.lower-plan_detail .sb_style {
  padding: 40px;
}

.lower-menu .menu-item {
  width: 100%;
}
.lower-menu .menu-ttl {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lower-menu .menu-ttl {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .lower-menu .menu-ttl {
    font-size: 22.3529411765px;
  }
}

.lower-point .obj {
  position: relative;
  z-index: 1;
}
.lower-point .obj::before {
  content: "";
  display: block;
  width: 182px;
  max-width: 100%;
  aspect-ratio: 182/147;
  background-image: url("/img/recruit/charm-obj.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100px, -80px);
  z-index: -1;
}
.lower-point .com-base {
  padding: 60px 185px;
}

.lower-plan_detail .com-base,
.lower-menu .com-base,
.lower-job .com-base {
  padding: 60px 80px;
}

.lower-contact .list-anchor .btn {
  width: 380px;
  max-width: 100%;
}

.contact-info-grid-ptn1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(7, 1fr);
  gap: 40px;
}
.contact-info-grid-ptn1 .info-item-01 {
  grid-row: span 3/span 3;
}
.contact-info-grid-ptn1 .info-item-02 {
  grid-row: span 4/span 4;
}
.contact-info-grid-ptn1 .info-item-03 {
  grid-row: span 3/span 3;
  grid-column-start: 2;
  grid-row-start: 5;
}
.contact-info-grid-ptn1 .info-item-04 {
  grid-row: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 4;
}
.contact-info-grid-ptn1 .info-item-05 {
  grid-row: span 2/span 2;
  grid-row-start: 6;
}
.contact-info-nml {
  margin-top: 40px;
}
.contact-info-grid-ptn2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 40px;
}
.contact-info-grid-ptn2 .info-item-01 {
  grid-row: span 4/span 4;
}
.contact-info-grid-ptn2 .info-item-02 {
  grid-row: span 3/span 3;
}
.contact-info-grid-ptn2 .info-item-03 {
  grid-row: span 3/span 3;
  grid-column-start: 2;
  grid-row-start: 4;
}
.contact-info-grid-ptn2 .info-item-04 {
  grid-row: span 2/span 2;
  grid-row-start: 5;
}
.contact-info .com-base {
  padding: 60px 60px;
}
.contact-info .list-ttl {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact-info .list-ttl {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .contact-info .list-ttl {
    font-size: 22.3529411765px;
  }
}
.contact-info .info-btn {
  min-height: 90px;
  border-top: solid 1px #2597f4;
  border-bottom: solid 1px #2597f4;
  padding: 20px 0;
}
.contact-info .info-item {
  background: #fff;
  border-radius: 24px;
}
.contact-info .ic-tel::before {
  width: 21px;
}

.lower-reason .list-anchor .btn {
  width: 320px;
  max-width: 100%;
}
.lower-reason .list-anchor .btn-link {
  position: relative;
}
.lower-reason .list-anchor .ttl-circle {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -50%);
}
.lower-reason .com-layout {
  justify-content: space-between;
  align-items: center;
}
.lower-reason .reason-item {
  width: 100%;
}
.lower-reason .reason-ttl {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.lower-reason .reason-ttl h4 {
  font-size: 30px;
  font-size: 3rem;
  color: #1c479a;
}
@media screen and (max-width: 768px) {
  .lower-reason .reason-ttl h4 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .lower-reason .reason-ttl h4 {
    font-size: 23.5294117647px;
  }
}
.lower-reason .list-contents .list-item {
  width: 100%;
  position: relative;
  z-index: 1;
}
.lower-reason .list-contents .list-item::after {
  content: "";
  display: block;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -15%);
  z-index: -1;
}
.lower-reason .obj-cafe-01::after {
  width: 126px;
  aspect-ratio: 126/115;
  background-image: url("/img/reason/cafe-illust-01.png");
  background-size: 100%;
}
.lower-reason .obj-cafe-02::after {
  width: 177px;
  aspect-ratio: 177/116;
  background-image: url("/img/reason/cafe-illust-02.png");
  background-size: 100%;
}
.lower-reason .obj-cafe-03::after {
  width: 130px;
  aspect-ratio: 130/88;
  background-image: url("/img/reason/cafe-illust-03.png");
  background-size: 100%;
}
.lower-reason .obj-family-01::after {
  width: 143px;
  aspect-ratio: 143/76;
  background-image: url("/img/reason/family-illust-01.png");
  background-size: 100%;
}
.lower-reason .obj-family-02::after {
  width: 133px;
  aspect-ratio: 133/76;
  background-image: url("/img/reason/family-illust-02.png");
  background-size: 100%;
}
.lower-reason .obj-family-03::after {
  width: 131px;
  aspect-ratio: 131/125;
  background-image: url("/img/reason/family-illust-03.png");
  background-size: 100%;
}
.lower-reason .obj-training-01::after {
  width: 141px;
  aspect-ratio: 141/84;
  background-image: url("/img/reason/training-illust-01.png");
  background-size: 100%;
}
.lower-reason .obj-training-02::after {
  width: 212px;
  aspect-ratio: 212/108;
  background-image: url("/img/reason/training-illust-02.png");
  background-size: 100%;
}
.lower-reason .obj-training-03::after {
  width: 95px;
  aspect-ratio: 95/125;
  background-image: url("/img/reason/training-illust-03.png");
  background-size: 100%;
}

#footer {
  padding: 80px 0;
  background: url("/img/common/ft-bg.png") center bottom no-repeat;
  background-size: 100%;
}
#footer .ft-item {
  margin-bottom: 50px;
}
#footer .com-logo {
  border-right: solid 1px #8fccff;
  padding-right: 30px;
}

#ft-nav .nav-item:nth-child(n+4) {
  margin-left: 70px;
}
#ft-nav .ac-item {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  #ft-nav .ac-item {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ft-nav .ac-item {
    font-size: 14.1176470588px;
  }
}
#ft-nav .ac-link::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #57b3ff;
  vertical-align: middle;
  margin-right: 5px;
}

.ft-copy {
  margin-top: 30px;
}</pre></body></html>