@charset "UTF-8";
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*                共通
======================================================= */
/*                reset
======================================================= */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #333333;
  line-height: 1;
  font-size: 16px;
  -webkit-text-size-adjust: 100%; /*iphoneの勝手に文字拡大を防ぐ*/
  letter-spacing: 0.06em;
  overflow-x: hidden;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #fdfcf7;
}

ol,
ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

table {
  border-collapse: collapse;
}

figure {
  margin: 0 0 0;
}

/*                leyout
======================================================= */
.l-section__inr {
  max-width: 1200px;
  margin: 0 auto;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .l-section__inr {
    padding: 0 20px;
  }
}

/*                タイトル装飾
======================================================= */
/*                テキスト装飾
======================================================= */
/*                コンポーネント
======================================================= */
.c-sec-ttl__wrap {
  text-align: center;
}

.c-sec-ttl__baloon {
  background-color: #f4b095;
  display: inline-block;
  border-radius: 9999px;
}

.c-sec-ttl__baloon-txt {
  padding: 6px 20px 4px;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  .c-sec-ttl__baloon-txt {
    padding: 6px 18px 4px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-sec-ttl__baloon-txt {
    padding: 6px 20px 4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec-ttl__baloon-txt {
    padding: 6px 20px 4px;
  }
}

.c-sec-ttl {
  margin-top: 13px;
  font-size: 34px;
  line-height: 1.61;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
  padding-bottom: 11px;
}
@media only screen and (max-width: 1023px) {
  .c-sec-ttl {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec-ttl {
    font-size: 28px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .c-sec-ttl {
    margin-top: 12px;
    line-height: 1.357;
    padding-bottom: 1px;
  }
}
.c-sec-ttl::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 34px;
  height: 3px;
  background-color: #f4b095;
}
@media only screen and (max-width: 767px) {
  .c-sec-ttl::after {
    bottom: -14px;
  }
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                sp_menu
======================================================= */
/*                ボタン
======================================================= */
/*                ページネーション
======================================================= */
/*                Utility
======================================================= */
.u-sp_br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp_br {
    display: block;
  }
}

.u-tb_br {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .u-tb_br {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp_br-none {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp_none {
    display: none;
  }
}

.u-sp_show {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp_show {
    display: block;
  }
}

.u-event_none {
  pointer-events: none;
}

.u-block {
  display: block;
}

.u-ilb {
  display: inline-block;
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-center {
  margin: 0 auto;
}

.u-text--center {
  text-align: center;
}

.u-text--left {
  text-align: left;
}

.u-text--left-c {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .u-text--left-c {
    text-align: center;
  }
}

.u-weight--700 {
  font-weight: 700;
}

.u-weight--500 {
  font-weight: 500;
}

.u-width--1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.u-width--900 {
  max-width: 900px;
  margin: 0 auto;
}

.u-bg--white {
  background-color: #ffffff;
}

.u-bg--gray {
  background-color: #cccccc;
}

.u-radius--15 {
  border-radius: 15px;
}

.u-radius--15--rightside {
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}

.u-margin--0 {
  margin: 0;
}

/*                投稿レイアウト設定
======================================================= */
.detail_cont_area {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.detail_cont_area > .wp-block-image,
.detail_cont_area > .wp-block-media-text,
.detail_cont_area > .wp-block-audio,
.detail_cont_area > .block-editor-block-list__layout,
.detail_cont_area > .wp-block-button,
.detail_cont_area > .wp-block-button__link,
.detail_cont_area > .wp-block-code,
.detail_cont_area > p {
  margin: 0 0 30px;
}
.detail_cont_area a {
  color: #008acb;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .detail_cont_area a:hover {
    text-decoration: none;
  }
}

/*                footer
======================================================= */
.l-footer {
  margin: 42px 0 100px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .l-footer {
    margin: 30px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer {
    margin: 22px 0 30px;
    padding: 0px 20px 0;
  }
}

.l-footer__inr {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .l-footer__inr {
    display: block;
  }
}

.p-ft-cont {
  margin-left: 50px;
  margin-top: 42px;
  max-width: 480px;
  width: 100%;
  padding-right: 20px;
}
@media only screen and (max-width: 1279px) {
  .p-ft-cont {
    max-width: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-ft-cont {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-ft-cont {
    max-width: 100%;
    margin: 40px auto 40px;
    width: 260px;
    padding: 0;
  }
}

.p-ft-cont__ttl {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-ft-cont__txt-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-ft-cont__txt-wrap {
    margin-top: 20px;
  }
}
.p-ft-cont__txt-wrap + .p-ft-cont__txt-wrap {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .p-ft-cont__txt-wrap + .p-ft-cont__txt-wrap {
    margin-top: 15px;
  }
}

.p-ft-cont__txt {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.domain::before {
  content: "@";
}

.p-ft-cont__link {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .p-ft-cont__link:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 1024px) {
  .p-ft-cont__link.tell {
    pointer-events: none;
  }
}

.l-ft-cont__wrap-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-sns__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .l-sns__wrap {
    display: none;
  }
}

.p-sns-item {
  max-width: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .p-sns-item:hover {
    opacity: 0.6;
  }
}

.p-sns-img {
  max-width: 30px;
}

.p-copy {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-copy {
    margin-top: 35px;
    text-align: center;
  }
}

.p-copy__txt {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/*                pageTop
======================================================= */
.u-offset {
  padding-top: 100px !important;
  margin-top: -100px !important;
}
@media only screen and (max-width: 767px) {
  .u-offset {
    padding-top: 80px !important;
    margin-top: -80px !important;
  }
}

.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
}
.page_top a {
  display: block;
}

#pagetop {
  z-index: 999;
}

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                sp_menu
======================================================= */
.l-sp-menu {
  position: fixed;
  top: 50px;
  right: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transition: 400ms;
  transition: 400ms;
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
}
.l-sp-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.p-hd_nav__ul {
  margin: 0 auto;
}

.p-hd_nav__li {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f4b095;
}

.p-hd_nav__link {
  position: relative;
  display: block;
}

.p-hd_nav__menu {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  color: #f4b095;
}

.i-sns__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 30px 0 30px;
}

.p-spmenu-sns__link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .p-spmenu-sns__link:hover {
    opacity: 0.6;
  }
}

.p-spmenu-sns__img {
  max-width: 40px;
}

/*                ページネーション
======================================================= */
.c-pagination {
  margin: 56px auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-pagination {
    margin: 40px auto 0;
  }
}

.c-pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.c-pagination__link {
  padding: 2px 0 0 2px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ffe2e0;
  border-radius: 50%;
  color: #575d5f;
  cursor: pointer;
  position: relative;
}
.c-pagination__link--prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  -webkit-mask-image: url(/wp-content/themes/golden_ibis/asset/media/images/common/page-arrow.svg);
          mask-image: url(/wp-content/themes/golden_ibis/asset/media/images/common/page-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-color: #575d5f;
  width: 6px;
  height: 10px;
}
.c-pagination__link--next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  -webkit-mask-image: url(/wp-content/themes/golden_ibis/asset/media/images/common/page-arrow.svg);
          mask-image: url(/wp-content/themes/golden_ibis/asset/media/images/common/page-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-color: #575d5f;
  width: 6px;
  height: 10px;
}
@media only screen and (min-width: 1024px) {
  .c-pagination__link:hover {
    opacity: 0.6;
  }
}

.c-pagination__link--next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.current {
  background: #ea552b;
  border-radius: 50%;
  pointer-events: none;
  color: #ffffff;
}
.current:hover {
  pointer-events: none;
}

.page-current .c-pagination__link {
  background: #ea552b;
  border-radius: 50%;
  pointer-events: none;
  color: #ffffff;
}
.page-current:hover {
  pointer-events: none;
}

/*               404
======================================================= */
.l-error-main {
  margin-top: 100px;
}

.l-error-main__inr {
  max-width: 1200px;
  margin: 0 auto;
}

.l-error-cont {
  text-align: center;
}

.p-error-cont__txt {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-error-cont__txt {
    font-size: 16px;
  }
}

.p-error-cont__link {
  display: block;
  margin-top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .p-error-cont__link {
    font-size: 14px;
  }
}
.p-error-cont__link:hover {
  opacity: 0.6;
}

/*               @mixin
======================================================= */
/*                トップページ用
======================================================= */
@-webkit-keyframes wobbling_rx {
  0% {
    margin-right: 8px;
  }
  100% {
    margin-right: 0px;
  }
}
@keyframes wobbling_rx {
  0% {
    margin-right: 8px;
  }
  100% {
    margin-right: 0px;
  }
}
@-webkit-keyframes wobbling_ry {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@keyframes wobbling_ry {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@-webkit-keyframes wobbling_ry_cloud {
  0% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 8px;
  }
}
@keyframes wobbling_ry_cloud {
  0% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 8px;
  }
}
@-webkit-keyframes wobbling_ry_bottom {
  0% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 2px;
  }
}
@keyframes wobbling_ry_bottom {
  0% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 2px;
  }
}
@-webkit-keyframes wobbling_lx {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes wobbling_lx {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes wobbling_ly {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@keyframes wobbling_ly {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
/*                content
======================================================= */
.l-main {
  padding: 0px 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-main {
    padding: 0 10px;
  }
}

.l-about {
  background-color: #f9f6e7;
  position: relative;
}
.l-about::after {
  content: "";
  display: inline-block;
  background: url(/media/about_bg_bottom.webp) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -75px;
  left: 0;
  width: 100%;
  height: 100px;
}
@media only screen and (max-width: 1023px) {
  .l-about::after {
    bottom: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .l-about::after {
    background-size: contain;
    bottom: -20px;
    height: 30px;
  }
}

.l-about__inr {
  padding: 80px 30px 85px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-about__inr {
    padding: 5px 20px 158px;
  }
}
.l-about__inr::before {
  content: "";
  background-image: url(/media/about_img01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  right: 0;
  width: 332px;
  height: 120px;
  -webkit-animation: wobbling_ry 2s ease-in-out infinite alternate, wobbling_rx 1.2s ease-in-out infinite alternate;
          animation: wobbling_ry 2s ease-in-out infinite alternate, wobbling_rx 1.2s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1279px) {
  .l-about__inr::before {
    right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .l-about__inr::before {
    width: 265.6px;
    height: 96px;
    -webkit-animation: wobbling_ry_cloud 2s ease-in-out infinite alternate, wobbling_rx 1.2s ease-in-out infinite alternate;
            animation: wobbling_ry_cloud 2s ease-in-out infinite alternate, wobbling_rx 1.2s ease-in-out infinite alternate;
  }
}
@media only screen and (max-width: 767px) {
  .l-about__inr::before {
    width: 140px;
    height: 51px;
    top: auto;
    bottom: 93px;
    right: 20px;
  }
}
.l-about__inr::after {
  content: "";
  background-image: url(/media/about_img02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -66px;
  left: 0px;
  width: 170px;
  height: 192px;
  z-index: 1;
}
@media only screen and (max-width: 1439px) {
  .l-about__inr::after {
    left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .l-about__inr::after {
    width: 136px;
    height: 153.6px;
    bottom: -88px;
  }
}
@media only screen and (max-width: 767px) {
  .l-about__inr::after {
    width: 130px;
    height: 147px;
    bottom: 0px;
    left: 20px;
  }
}

.l-intro {
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .l-intro {
    margin-top: 50px;
  }
}

.p-intro__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88;
  text-align: center;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .p-intro__txt {
    line-height: 1.77;
    text-align: left;
  }
}

.l-section__wrap {
  padding: 184px 0 0px;
}
@media only screen and (max-width: 767px) {
  .l-section__wrap {
    padding: 43px 0 0px;
  }
}

/*                サービス
======================================================= */
.l-service {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .l-service {
    padding: 0 20px;
  }
}

.l-service__inr {
  padding: 76px 30px 82px;
  border: 2px solid #ebeae6;
  background-color: #ffffff;
  border-radius: 20px;
}
@media only screen and (max-width: 1023px) {
  .l-service__inr {
    padding: 76px 30px 82px;
  }
}
@media only screen and (max-width: 767px) {
  .l-service__inr {
    padding: 37px 18px 35px;
  }
}

/*                サービス
======================================================= */
.l-facility {
  margin-top: 120px;
  padding: 0 30px 324px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .l-facility {
    padding: 0 30px 274px;
  }
}
@media only screen and (max-width: 1279px) {
  .l-facility {
    padding: 0 30px 250px;
  }
}
@media only screen and (max-width: 1023px) {
  .l-facility {
    margin-top: 80px;
    padding: 0 30px 200px;
  }
}
@media only screen and (max-width: 767px) {
  .l-facility {
    margin-top: 58px;
    padding: 0 20px 117px;
  }
}

.l-facility__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .l-facility__inr {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-facility__inr {
    display: block;
  }
}

.swiper {
  max-width: 600px;
}
@media only screen and (max-width: 1023px) {
  .swiper {
    max-width: 450px;
  }
}

.p-swiper-control {
  position: relative;
  width: 170px;
  height: 40px;
  margin: 16px auto 0;
}
@media only screen and (max-width: 767px) {
  .p-swiper-control {
    width: 190px;
    margin: 13px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-pagination {
    pointer-events: none !important;
  }
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
  background-color: #cccccc !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .swiper-pagination-bullet:hover {
    opacity: 0.6 !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: #f4b095 !important;
}

.swiper-button-prev {
  background: url(/media/swiper_button.svg) no-repeat;
  width: 40px !important;
  height: 40px !important;
  top: 25px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper-button-prev::after {
  content: none !important;
}
@media only screen and (min-width: 1024px) {
  .swiper-button-prev:hover {
    opacity: 0.6;
  }
}

.swiper-button-next {
  background: url(/media/swiper_button.svg) no-repeat;
  width: 40px !important;
  height: 40px !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 25px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper-button-next::after {
  content: none !important;
}
@media only screen and (min-width: 1024px) {
  .swiper-button-next:hover {
    opacity: 0.6;
  }
}

.p-facility__img-wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-facility__img-wrap {
    margin-top: 53px;
  }
}

.p-facility__img {
  aspect-ratio: 600/400;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.l-facility-cont__wrap {
  width: calc(100% - 600px - 90px);
  padding-top: 19px;
}
@media only screen and (max-width: 1279px) {
  .l-facility-cont__wrap {
    width: calc(100% - 600px - 50px);
  }
}
@media only screen and (max-width: 1023px) {
  .l-facility-cont__wrap {
    width: calc(100% + 500px);
  }
}
@media only screen and (max-width: 767px) {
  .l-facility-cont__wrap {
    width: 100%;
  }
}

.p-facility__ttl {
  margin-top: 54px;
  font-size: 25px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1023px) {
  .p-facility__ttl {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility__ttl {
    margin-top: 20px;
    text-align: center;
  }
}

.p-facility__txt-wrap {
  display: none;
}
.p-facility__txt-wrap.active {
  display: block;
}

.p-facility__txt {
  margin-top: 19px;
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1023px) {
  .p-facility__txt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility__txt {
    margin-top: 18px;
    text-align: center;
  }
}

.l-service-list__wrap {
  max-width: 890px;
  margin: 54px auto 0;
}
@media only screen and (max-width: 767px) {
  .l-service-list__wrap {
    margin-top: 37px;
  }
}

.l-service-list__ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 20px 30px;
}
@media only screen and (max-width: 1023px) {
  .l-service-list__ul {
    grid-template-columns: repeat(3, auto);
    gap: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-service-list__ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .l-service-list__ul {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .l-service-list__li {
    margin-top: 9px;
  }
}

.l-service-list__li-txt {
  font-weight: 700;
  line-height: 1.6;
  font-size: 25px;
  position: relative;
  padding-left: 38px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1023px) {
  .l-service-list__li-txt {
    font-size: 20px;
    padding-left: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .l-service-list__li-txt {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .l-service-list__li-txt {
    font-size: 20px;
    padding-left: 34px;
  }
}
.l-service-list__li-txt::before {
  content: "";
  display: inline-block;
  color: #ffffff;
  background-color: #f4b095;
  border-radius: 50%;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url(/media/check_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .l-service-list__li-txt::before {
    width: 24px;
    height: 24px;
  }
}

/*                ステップ
======================================================= */
.l-step {
  margin-top: 0px;
  background-color: #cdd866;
  position: relative;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .l-step {
    padding: 0 20px;
    margin-top: 0px;
  }
}
.l-step::before {
  content: "";
  display: inline-block;
  background: url(/media/step-bg.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -250px;
  left: 0;
  width: 100%;
  height: 350px;
}
@media only screen and (max-width: 1500px) {
  .l-step::before {
    top: -200px;
  }
}
@media only screen and (max-width: 1023px) {
  .l-step::before {
    top: -140px;
  }
}
@media only screen and (max-width: 767px) {
  .l-step::before {
    height: 250px;
    background-size: contain;
    background-position: center;
    top: -125px;
  }
}
.l-step::after {
  content: "";
  display: inline-block;
  background: url(/media/step_bg_bottom.webp) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .l-step::after {
    background-size: contain;
    height: 30px;
  }
}

.l-step__inr {
  padding: 38px 0px 134px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-step__inr {
    padding: 30px 0 98px;
  }
}
.l-step__inr::before {
  content: "";
  display: inline-block;
  background: url(/media/stepback_img01.webp) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -13px;
  left: -100px;
  width: 170px;
  height: 229px;
}
@media only screen and (max-width: 1439px) {
  .l-step__inr::before {
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .l-step__inr::before {
    display: none;
    bottom: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .l-step__inr::before {
    content: none;
    padding: 38px 0px 88px;
  }
}
.l-step__inr::after {
  content: "";
  display: inline-block;
  background: url(/media/stepback_img02.webp) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -12px;
  right: 21%;
  width: 186px;
  height: 66px;
  z-index: 1;
  -webkit-animation: wobbling_ry_bottom 0.2s ease-in-out infinite alternate;
          animation: wobbling_ry_bottom 0.2s ease-in-out infinite alternate;
}
@media only screen and (max-width: 767px) {
  .l-step__inr::after {
    bottom: -12px;
  }
}
@media only screen and (max-width: 480px) {
  .l-step__inr::after {
    bottom: -3px;
  }
}

.l-step-card__wrap {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .l-step-card__wrap {
    margin-top: 53px;
  }
}

.l-step-card__wrap-inr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1279px) {
  .l-step-card__wrap-inr {
    gap: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .l-step-card__wrap-inr {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .l-step-card__wrap-inr {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-step-card {
  max-width: 380px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .p-step-card {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-step-card {
    max-width: 100%;
  }
}
.p-step-card::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: calc(100% - 40px);
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .p-step-card::before {
    width: calc(100% - 100px);
    height: 15px;
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.p-step-card::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 0 40px 40px 0;
  -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background-image: url(/media/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1023px) {
  .p-step-card::after {
    top: auto;
    bottom: -50px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
    border-radius: 0 40px 40px 0;
  }
}
.p-step-card--pink {
  background-color: #fdefea;
}
.p-step-card--pink::after {
  content: none;
}
.p-step-card:first-child .p-step-card__inr {
  padding-top: 77px;
}
@media only screen and (max-width: 767px) {
  .p-step-card:first-child .p-step-card__inr {
    padding-top: 40px;
  }
}
.p-step-card:first-child .p-step-card__img {
  max-width: 139px;
}
.p-step-card:nth-child(2) .p-step-card__inr {
  padding-top: 77px;
}
@media only screen and (max-width: 767px) {
  .p-step-card:nth-child(2) .p-step-card__inr {
    padding-top: 40px;
  }
}
.p-step-card:nth-child(2) .p-step-card__img {
  max-width: 254px;
}
.p-step-card:last-child::before {
  content: none;
}
.p-step-card:last-child .p-step-card__img {
  max-width: 210px;
}

.p-step-card__inr {
  padding: 40px 40px 57px;
}
@media only screen and (max-width: 767px) {
  .p-step-card__inr {
    padding: 40px 20px 38px;
  }
}

.p-step-card__img {
  margin: 0 auto;
}

.p-step-card__ttl-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-step-card__ttl-wrap {
    margin-top: 22px;
  }
}

.p-step-card__ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-step-card__ttl-inr {
  margin-right: 10px;
}

.p-step-card__txt-wrap {
  margin-top: 14px;
}

.p-step-card__txt {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/*                料金
======================================================= */
.l-price {
  padding: 80px 0 136px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-price {
    padding: 63px 0 71px;
  }
}

.l-price-table {
  font-weight: 700;
  max-width: 940px;
  margin: 47px auto 0;
}
@media only screen and (max-width: 767px) {
  .l-price-table {
    margin: 52px auto 0;
  }
}

.l-price-table__grid {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 200px 230px 1fr;
  border: 1px solid #333;
  border-bottom: none;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .l-price-table__grid {
    border-bottom: 1px solid #333;
  }
}
.l-price-table__grid:last-child {
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 1023px) {
  .l-price-table__grid {
    grid-template-columns: 140px 180px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .l-price-table__grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .l-price-table__grid + .l-price-table__grid {
    margin-top: 30px;
  }
}

.l-price-table__main-ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 30px;
  border-right: 1px solid #333;
  background-color: rgba(51, 51, 51, 0.07);
  grid-column: 1/2;
  grid-row: 1/5;
  height: 100%;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 1023px) {
  .l-price-table__main-ttl-wrap {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-price-table__main-ttl-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-row: 1/2;
    border-right: none;
    padding: 10px 15px 10px;
  }
}

.l-price-table__main-ttl {
  font-size: 16px;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .l-price-table__main-ttl {
    font-size: 18px;
    line-height: 1.61;
  }
}

.sub-title1 {
  grid-row: 1/3;
}
@media only screen and (max-width: 767px) {
  .sub-title1 {
    grid-row: 2/3;
  }
}

.sub-title2 {
  grid-row: 3/5;
}
@media only screen and (max-width: 767px) {
  .sub-title2 {
    grid-row: 4/5;
  }
}

.text1 {
  grid-row: 1/3;
}
@media only screen and (max-width: 767px) {
  .text1 {
    grid-row: 3/4;
  }
}

.text2 {
  grid-row: 3/5;
}
@media only screen and (max-width: 767px) {
  .text2 {
    grid-row: 5/6;
  }
}

.l-price-table__sub-ttl-wrap {
  background-color: rgba(51, 51, 51, 0.07);
  grid-column: 2/3;
  grid-auto-flow: column;
}
@media only screen and (max-width: 767px) {
  .l-price-table__sub-ttl-wrap {
    grid-column: 1/2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 15px 13px;
  }
}
.l-price-table__sub-ttl-wrap:first-of-type {
  border-top: none;
}
.l-price-table__sub-ttl-wrap:nth-of-type(n + 2) {
  border-top: 1px solid #333;
}

.l-price-table__sub-ttl {
  padding: 11px 0 13px 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .l-price-table__sub-ttl {
    padding: 11px 0 13px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-price-table__sub-ttl {
    padding: 0px 0 0px 0px;
  }
}
.l-price-table__sub-ttl:nth-child(n+2) {
  border-top: 1px solid #333;
}

.l-price-table__txt-wrap {
  border-left: 1px solid #333;
  grid-column: 3/4;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .l-price-table__txt-wrap {
    grid-column: 1/2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 15px 8px;
  }
}
.l-price-table__txt-wrap:first-of-type {
  border-top: none;
}
.l-price-table__txt-wrap:nth-of-type(n + 2) {
  border-top: 1px solid #333;
  border-left: none;
}

.l-price-table__txt {
  padding: 0px 0 0px 30px;
}
@media only screen and (max-width: 1023px) {
  .l-price-table__txt {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-price-table__txt {
    text-align: center;
    padding: 0 0 0 0;
  }
}

.l-price-table__txt-inr {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.636;
}
.l-price-table__txt-inr--pl {
  padding-left: 6px;
}

/*                よくある質問
======================================================= */
.l-faq {
  background-color: #fcf3ec;
  position: relative;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .l-faq {
    padding: 0 20px;
  }
}
.l-faq::before {
  content: "";
  display: inline-block;
  background: url(/media/faq_bg_top.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .l-faq::before {
    background-size: contain;
    height: 30px;
    top: -10px;
  }
}
.l-faq::after {
  content: "";
  display: inline-block;
  background: url(/media/faq_bg_bottom.webp) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .l-faq::after {
    background-size: contain;
    bottom: -20px;
    height: 30px;
  }
}

.l-faq__inr {
  padding: 108px 0px 136px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-faq__inr {
    padding: 83px 0px 99px;
  }
}
.l-faq__inr::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 68px;
  left: 142px;
  background: url(/media/faq_img01.webp) no-repeat;
  background-size: contain;
  width: 199px;
  height: 73px;
  -webkit-animation: wobbling_ly 2s ease-in-out infinite alternate, wobbling_lx 1.2s ease-in-out infinite alternate;
          animation: wobbling_ly 2s ease-in-out infinite alternate, wobbling_lx 1.2s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1023px) {
  .l-faq__inr::before {
    width: 159.2px;
    height: 58.4px;
    left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .l-faq__inr::before {
    width: 140px;
    height: 54px;
    top: 20px;
    left: 0;
  }
}
.l-faq__inr::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -78px;
  right: -100px;
  background: url(/media/faq_img02.webp) no-repeat;
  background-size: contain;
  width: 130px;
  height: 214px;
  z-index: 1;
}
@media only screen and (max-width: 1439px) {
  .l-faq__inr::after {
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .l-faq__inr::after {
    width: 104px;
    height: 171.2px;
  }
}
@media only screen and (max-width: 767px) {
  .l-faq__inr::after {
    bottom: -48px;
    right: 0;
    width: 80px;
    height: 132px;
  }
}

.l-faq-card__wrap {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .l-faq-card__wrap {
    margin-top: 52px;
  }
}

.l-faq-card__wrap-inr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .l-faq-card__wrap-inr {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-faq-card__wrap-inr {
    grid-template-columns: 1fr;
    gap: 23px;
  }
}

.p-faq-card {
  max-width: 380px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-faq-card {
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-faq-card__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
}

.p-faq-card__dt {
  background-color: rgba(244, 176, 149, 0.5);
  border-radius: 20px 20px 0 0px;
  padding: 22px 30px 25px;
  min-height: 91px;
}
@media only screen and (max-width: 1023px) {
  .p-faq-card__dt {
    padding: 22px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq-card__dt {
    min-height: auto;
    padding: 22px 20px 18px 30px;
  }
}

.p-faq-card__dt-txt {
  font-weight: 700;
  line-height: 1.625;
  padding-left: 40px;
  letter-spacing: 0.08em;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .p-faq-card__dt-txt {
    padding-left: 35px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq-card__dt-txt {
    font-size: 16px;
    padding-left: 38px;
  }
}
.p-faq-card__dt-txt::before {
  content: "Q";
  color: #ffffff;
  background-color: #f4b095;
  border-radius: 50%;
  font-size: 14px;
  position: absolute;
  top: -2px;
  left: 0;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-faq-card__dd {
  background-color: #ffffff;
  border-radius: 0 0px 20px 20px;
  height: 100%;
  padding: 23px 30px 22px;
}
@media only screen and (max-width: 1023px) {
  .p-faq-card__dd {
    padding: 20px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq-card__dd {
    padding: 20px 20px 22px;
  }
}

.p-faq-card__dd-txt {
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1023px) {
  .p-faq-card__dd-txt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq-card__dd-txt {
    font-size: 16px;
  }
}

/*              予約・お問い合わせ
======================================================= */
.l-contact {
  padding: 129px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .l-contact {
    padding: 63px 20px 30px;
  }
}

.l-contact__inr {
  padding: 0;
}

.l-contact-cont {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .l-contact-cont {
    margin-top: 53px;
  }
}

.l-contact-cont__inr {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 15px;
}
@media only screen and (max-width: 1023px) {
  .l-contact-cont__inr {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .l-contact-cont__inr {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.l-contact-cont__left {
  background-color: #f4b095;
  border-radius: 20px;
  padding: 44px 40px 35px;
  max-width: 435px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .l-contact-cont__left {
    padding: 44px 20px 35px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-contact-cont__left {
    padding: 34px 20px 25px;
    border-radius: 20px 20px 0 0;
    max-width: 100%;
  }
}
.l-contact-cont__left .p-contact-cont__txt-wrap {
  max-width: 228px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-contact-cont__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.08em;
}

.l-contact-cont__right {
  background-color: #cdd866;
  border-radius: 20px;
  padding: 44px 40px 35px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .l-contact-cont__right {
    padding: 44px 20px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .l-contact-cont__right {
    border-radius: 0 0 20px 20px;
    padding: 34px 20px 30px;
  }
}
.l-contact-cont__right .p-tel-btn__wrap {
  margin-top: 0;
}

.l-contact-cont__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  margin-top: 43px;
}
@media only screen and (max-width: 1279px) {
  .l-contact-cont__flex {
    gap: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .l-contact-cont__flex {
    display: block;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .l-contact-cont__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-top: 22px;
  }
}

.l-contact-cont__flex-left {
  max-width: 345px;
}
@media only screen and (max-width: 1279px) {
  .l-contact-cont__flex-left {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .l-contact-cont__flex-left {
    max-width: 345px;
    margin: 0 auto;
  }
}

.p-tel-btn__wrap {
  text-align: center;
  margin-top: 43px;
}
@media only screen and (max-width: 1023px) {
  .p-tel-btn__wrap {
    margin: 35px auto 0;
    max-width: 345px;
  }
}
@media only screen and (max-width: 767px) {
  .p-tel-btn__wrap {
    margin: 22px auto 0;
    max-width: 345px;
  }
}

.p-tel-btn {
  display: block;
  padding: 17px 15px 17px 15px;
  background-color: #ffffff;
  border-radius: 9999px;
  line-height: 1.18;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .p-tel-btn:hover {
    background-color: #333;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) {
  .p-tel-btn.tell {
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.25);
  }
}
.p-tel-btn.form {
  padding: 16px 15px 18px 15px;
}

.p-tel-btn__inr {
  padding-left: 40px;
  position: relative;
}
.p-tel-btn__inr::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/media/tel_icon.svg);
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}
.p-tel-btn__inr--link {
  font-size: 16px;
}
.p-tel-btn__inr--link::before {
  background-image: url(/media/link_icon.svg);
  width: 18px;
  height: 18px;
  top: 45%;
}

.p-contact-cont__txt-wrap {
  margin-top: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-contact-cont__txt-wrap {
    margin-top: 17px;
  }
}

.p-contact-cont__txt {
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0.08em;
}

.l-contact-cont__flex-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: 11px;
}
@media only screen and (max-width: 1279px) {
  .l-contact-cont__flex-right {
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1023px) {
  .l-contact-cont__flex-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-contact-cont__flex-right {
    margin-top: 27px;
  }
}

.p-sns__link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .p-sns__link:hover {
    opacity: 0.6;
  }
}

.p-sns__figure {
  max-width: 110px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-sns__figure {
    max-width: 80px;
  }
}

.p-sns__txt {
  font-size: 12px;
  text-align: center;
  line-height: 1.66;
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .p-sns__txt {
    display: none;
  }
}