@charset "utf-8";

/* home.css
 * **************************************************
 * Media Queries
 * **************************************************
 */

body.home {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.05em;
  min-width: 320px;
}

/* link */
.shop-home {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}

.shop-home a {
  transition: 0.3s;
}

.shop-home a:link {
  color: inherit;
  text-decoration: none;
}

.shop-home a:visited {
  color: inherit;
}

.shop-home a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}

/* section */
.section-home {
  padding: 30px 0;
}

.section-home#access {
  padding: 30px 0 0;
}

.section-inner {
  padding: 0 25px;
}

/* text link */
.text-link-center {
  margin: 30px 0 0;
  text-align: center;
}

.text-link {
  display: inline-block;
}

.text-link-inline {
  display: inline-block;
}

.shop-home .text-link:link,
.shop-home .text-link:visited,
.shop-home .text-link:hover {
  color: #0083cd;
}

.text-link span::after {
  content: '\003E';
  margin: 0 0 0 0.5em;
  vertical-align: 0.05em;
}

/* bg */
.bg-gray {
  background: #f5f5f5;
}

.bg-yellow-gd {
  background: linear-gradient(to bottom, #fbf2b2, #f2b576);
}

.bg-ivory {
  background: #f2f0e2;
}

/* headline */
.section-ttl {
  margin: 0 0 15px;
  text-align: center;
}

.section-ttl span {
  display: block;
  letter-spacing: 0;
}

.section-ttl-en {
  font-size: 21px;
  margin: 0 0 10px;
  position: relative;
}

.section-ttl-en::after {
  border-bottom: 1px solid #000000;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
}

.section-ttl-ja-l {
  font-size: 18px;
  line-height: 1.4;
}

/* main slider */
.main-slider {
  overflow: hidden;
  padding: 0 0 30px;
  position: relative;
  width: 100%;
}

.main-slider .swiper-slide img {
  height: 22.048vw;
  object-fit: contain;
}

.main-slider.swiper-container-initialized .swiper-slide img {
  height: auto;
  object-fit: initial;
}

@media screen and (max-width: 767px) {
  .main-slider .swiper-slide img {
    height: 55.482vw;
  }
}

.main-slider .swiper-slide img {
  width: 100%;
}

.main-slider .swiper-pagination-bullets {
  bottom: 0;
}

.main-slider .swiper-pagination-bullet {
  background: #8c8c8c;
}

/* top banner */
.top-banner {
  margin: 0 0 25px;
}

/* good point */
dl.good-point {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

dl.good-point + dl.good-point {
  margin-top: 28px;
}

dl.good-point dt {
  width: 20%;
}

dl.good-point dd {
  width: 75%;
}

dl.good-point .good-point-ttl {
  font-size: 24px;
}

dl.good-point.good-point-color-01 .good-point-ttl {
  color: #e4545d;
}

dl.good-point.good-point-color-02 .good-point-ttl {
  color: #ffdd00;
}

dl.good-point.good-point-color-03 .good-point-ttl {
  color: #008cc5;
}

dl.good-point.good-point-color-04 .good-point-ttl {
  color: #f09cb4;
}

dl.good-point.good-point-color-05 .good-point-ttl {
  color: #f8c284;
}

dl.good-point.good-point-color-06 .good-point-ttl {
  color: #86c9ab;
}

dl.good-point.good-point-color-01 svg {
  fill: #e4545d;
}

dl.good-point.good-point-color-02 svg {
  fill: #ffdd00;
}

dl.good-point.good-point-color-03 svg {
  fill: #008cc5;
}

dl.good-point.good-point-color-04 svg {
  fill: #f09cb4;
}

dl.good-point.good-point-color-05 svg {
  fill: #f8c284;
}

dl.good-point.good-point-color-06 svg {
  fill: #86c9ab;
}

dl.good-point .good-point-txt {
  font-size: 18px;
  font-weight: bold;
}

dd .good-point-txt .underline {
  background: linear-gradient(transparent 75%, #f5bac5 75%);
  padding: 0 4px;
}

/* tab */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 60px;
}

.tab-label {
  background-color: #d9d9d9;
  cursor: pointer;
  font-size: 14px;
  order: -1;
  padding: 10px 0;
  text-align: center;
  transition: 0.2s;
  width: 50%;
}

.tab-content {
  display: none;
  padding: 0 25px;
  width: 100%;
}

.tab-switch:checked + .tab-label {
  background-color: #1a1a1a;
  color: #ffffff;
}

.tab-content.one-category,
.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

.tab-switch {
  display: none;
}

/* news */
.post-news-list {
  height: 390px;
  margin: 25px 0 0 0;
  overflow-y: auto;
  padding: 0 25px 0 0;
}

.post-news {
  border-bottom: 1px solid #bfbfbf;
}

.post-news-link {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.post-news-thumb {
  width: 40%;
}

.post-news-thumb img {
  height: auto;
  width: 100%;
}

.post-news-content {
  width: 55%;
}

.post-news-date {
  line-height: 1;
}

.post-news-ttl {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0 0 0;
}

.post-news-txt {
  line-height: 1.5;
  margin: 4px 0 0 0;
  word-break: break-all;
}

/* recommend */
.recommend-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommend-service {
  margin: 12px 0 0 0;
  width: 47.5%;
}

/* service */
.service-list {
  align-items: stretch;
  border-top: 1px solid #808080;
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 0 0;
}

.service-list-item {
  align-items: center;
  border-left: 1px solid #808080;
  border-bottom: 1px solid #808080;
  display: flex;
  flex-wrap: wrap;
  min-height: 90px;
  justify-content: center;
  padding: 8px 0 6px;
  text-align: center;
  width: 33.3333%;
}

.service-list-item-half {
  width: 50%;
}

.service-list-item-border-none {
  border-left: none;
}

.service-list-item-link:link {
  color: inherit;
}

.service-list-item-img {
  width: 45px;
}

.service-list-item-img.kids_icon {
  margin: 0 0 -5px;
  width: 52px;
}

.service-list-item-img.pilates_icon {
  margin: 0 0 -5px;
  width: 62px;
}

.school_icon .service-list-item-img {
  margin: 0 0 -4px;
  width: 64px;
}

.school_icon .service-list-item-ttl {
  margin: 9px 0 10px 0;
}

.service-list-item-ttl {
  font-size: 13px;
  line-height: 1.4;
  margin: 9px 0 0 0;
}

/* campaign */
.campaign-item {
  margin: 15px 0 0 0;
}

/* entry */
.entry-item {
  margin: 15px 0 0 0;
}

/* modal window */
.modaal-container {
  max-width: 600px;
}

.modaal-content-container {
  padding: 30px 20px;
}

.modal-window-txt {
  font-size: 15px;
  text-align: center;
}

.modal-window-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modal-window-item {
  margin: 10px 0 0 0;
  width: 48.5%;
}

.modal-window-item a {
  background: #f0f0f0;
  border: 2px solid #d9d9d9;
  color: inherit;
  display: block;
  text-align: center;
}

.modal-window-item-img {
  padding: 15px 0;
}

.modal-window-item-img img {
  width: 43px;
}

.modal-window-item-txt {
  background-color: #ffffff;
  font-size: 11px;
  padding: 5px 12px;
  position: relative;
}

.modal-window-item-txt span {
  background-color: #de3556;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
}

.modal-window-item-txt span::after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  content: '';
  display: inline-block;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: rotate(-45deg);
  width: 4px;
}

.modal-window-item-cap {
  font-size: 11px;
  line-height: 1.5;
  margin: 15px 0 0 0;
}

/* club info */
table.club-info-details {
  border-bottom: 1px solid #808080;
  border-collapse: collapse;
}

table.club-info-details + table.club-info-details {
  margin-top: 20px;
}

table.club-info-details caption {
  padding: 0 10px 5px;
  text-align: left;
}

table.club-info-details tr th,
table.club-info-details tr td {
  border-top: 1px solid #808080;
  line-height: 1.7;
  padding: 24px 0;
  text-align: left;
  vertical-align: middle;
}

table.club-info-details tr th {
  background-color: #e5e5e5;
  padding-left: 20px;
  width: 34%;
}

table.club-info-details tr td {
  padding-left: 15px;
  padding-right: 20px;
}

table.club-info-details tr td .text-link:not(.text-link-inline) {
  margin-top: 12px;
}

table.club-info-details tr td span.notes {
  display: block;
  margin-left: 1.1em;
  text-indent: -1.1em;
}

.club-info-facility-item {
  display: inline;
}

.club-info-facility-item::after {
  content: '、';
}

.club-info-facility-item:last-of-type::after {
  content: none;
}

/* sns */
.sns-list {
  align-items: center;
  display: flex;
  justify-content: center;
}

.sns-list-item {
  margin: 0 9px;
  width: 52px;
}

/* bottom entry */
.bottom-entry {
  border-bottom: 4px solid #d13552;
  padding: 30px 0 0 0;
  transition: 0.5s;
  transform: translateY(100%);
  width: 100%;
}

.bottom-entry.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(0);
  z-index: 99;
}

.bottom-entry.bottom {
  transform: translateY(0);
}

.bottom-entry a {
  display: block;
  margin: 0 auto;
  width: 242px;
}

.bottom-entry a:hover {
  opacity: 1;
}

/* Media Queries
------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  body.home {
    font-size: 15px;
  }

  /* section */
  .section-inner,
  .full-width {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }

  /* headline */
  .section-ttl-en {
    font-size: 25px;
  }

  .section-ttl-ja-l {
    font-size: 21px;
  }

  /* tab */
  .tab-label {
    font-size: 17px;
  }

  /* news */
  .post-news-list {
    height: 455px;
  }

  .post-news-ttl {
    font-size: 17px;
  }

  /* service */
  .service-list-item {
    min-height: 108px;
  }

  .service-list-item-ttl {
    font-size: 16px;
  }

  .service-list-item-img {
    width: 54px;
  }

  .service-list-item-img.kids_icon {
    width: 60px;
  }

  .service-list-item-img.pilates_icon {
    margin: 0 0 -5px;
    width: 78px;
  }

  .school_icon .service-list-item-img {
    margin: 0 0 -4px;
    width: 72px;
  }

  .school_icon .service-list-item-ttl {
    margin: 9px 0 10px 0;
  }

  /* campaign */
  .modal-window-txt {
    font-size: 19px;
  }

  .modal-window-item-txt {
    font-size: 14px;
  }

  .modal-window-item-cap {
    font-size: 14px;
  }

  /* club info */

  /* sns */

  /* bottom entry */
}

.club-info-facility-img {
  display: inline-block;
  width: 19%;
}

@media screen and (max-width: 768px) {
  .club-info-facility-img {
    max-width: 68.58px;
    width: 18.6%;
  }

  dl.good-point dt {
    width: 25%;
  }

  dl.good-point dd {
    width: 70%;
  }

  dl.good-point .good-point-ttl {
    font-size: 20px;
  }

  dl.good-point .good-point-txt {
    font-size: 16px;
  }
}

/* 220526_add_tel-link */
#access .tel_link {
  color: #0083cd;
}

/* 220701_add_visitor_form_link */
.visitor_form_link {
  background-color: #fff;
  border: 1px solid #0083cd;
  border-radius: 4px;
  color: #0083cd !important;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  max-width: 450px;
  padding: 14px 0;
  position: relative;
  text-align: center;
  transition: 0.2s;
  width: 100%;
}

.visitor_form_link::after {
  border-top: 2px solid #0083cd;
  border-right: 2px solid #0083cd;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 10px;
  position: absolute;
  margin: auto;
  right: 10px;
  top: 0;
  transform: rotate(45deg);
  transition: 0.2s;
  width: 10px;
}

.visitor_form_link:hover {
  background-color: #0083cd;
  color: #fff !important;
}

.visitor_form_link:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .visitor_form_link {
    font-size: 14px;
    padding: 10px 0;
  }
}

/* 220705_add_to_fix_good-point-text */
@media screen and (max-width: 768px) {
  .sp_text_fix .section-ttl-ja-l {
    font-size: 17px;
    letter-spacing: -0.88px;
  }

  .sp_text_fix_24_nayabashi .section-ttl-ja-l {
    font-size: 17px;
    letter-spacing: -0.96px;
  }
}

/* 220808_add_cta-section_on_top-page(hibiya/kinshicho/koiwa) */
.section-inner.col_3 {
  max-width: 900px;
  width: 100%;
}

.section_home_cta {
  background-color: #008bc8;
  display: flex;
  padding: 40px 0;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-around;
}

.section_home_ctaWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  padding: 40px 0 20px;
}

.section_home_ctaWrap:has(> :nth-child(3):last-child) a {
  padding: 0.6em 1em;
  text-align: center;
  width: 32%;
}

.section_home_cta__link {
  display: block;
  padding: 0.6em 6em;
  border-radius: 50px;
}

.section_home_cta__link span {
  color: #fff;
  font-size: 1rem;
}

.section_home_cta__link:nth-child(1) {
  background-color: #e96e87;
}

.section_home_cta__link:nth-child(2) {
  background-color: #31b0a6;
}

.section_home_cta__link.btn_yellow {
  background-color: #faf606;
}

.section_home_cta__link.btn_yellow span {
  color: #000;
}

.section_home_cta__link.btn_red {
  background-color: #e96e87;
}

.section_home_cta__link.btn_green {
  background-color: #31b0a6;
}

@media screen and (max-width: 768px) {
  .section_home_cta {
    padding: 30px 0 20px;
  }

  .section_home_cta__link {
    padding: 0.4em 3em;
  }

  .section_home_ctaWrap {
    padding: 30px 0 14px;
    justify-content: space-between;
  }

  .section_home_ctaWrap:has(> :nth-child(3):last-child) a {
    width: 49%;
  }

  .section_home_cta__link.sp_100 {
    margin: 0 0 2%;
    width: 100% !important;
  }

  .section_home_cta__link span {
    font-size: 0.8rem;
  }
}

/* 221010 add_google-map-link */
.map_link {
  margin: 20px 0;
  text-align: center;
}

.map_link a {
  background-color: #74b6d3;
  border: 1px solid #74b6d3;
  border-radius: 20px;
  color: #fff !important;
  font-weight: bold;
  margin: 0 auto;
  max-width: 170px;
  padding: 4px 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .map_link a {
    max-width: 130px;
  }
}

/* 221102 add_new_trial_btn */
.entry_link_wrap {
  margin: 25px 0 0;
}

.entry_link_01 {
  background-color: #0083cd;
  border: 1px solid #0083cd;
  border-radius: 50px;
  color: #fff !important;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  text-align: center;
  transition: 0.2s;
  line-height: 1.2em;
  margin: 25px auto 0;
  max-width: 450px;
  width: 86%;
}

.entry_link_02 {
  background-color: #31b0a6;
  border: 1px solid #31b0a6;
  border-radius: 50px;
  color: #fff !important;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  text-align: center;
  transition: 0.2s;
  line-height: 1.2em;
  margin: 25px auto 0;
  max-width: 450px;
  width: 86%;
}

@media screen and (max-width: 767px) {
  .entry_link_01,
  .entry_link_02 {
    font-size: 16px;
    padding: 16px 0;
  }
}

/* 221102 add_guide_section_slider_on_top-page */
.bg_facilities {
  background-color: #fefbe7;
}

.bg_facilities .facilities_slider {
  overflow-x: hidden;
  padding: 0 0 30px;
  position: relative;
}

.bg_facilities .facilities_slider > .swiper-pagination-bullets {
  bottom: unset !important;
  left: 0;
  width: 100%;
}

.bg_facilities .facilities_slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #8c8c8c;
}

.bg_facilities .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #e5e5e5;
  opacity: 1;
}

.bg_facilities .facilities_text {
  font-feature-settings: 'palt';
  font-size: 13px;
  line-height: 27px;
  text-align: center;
}

.bg_facilities .facilities_link {
  margin: 20px 0;
  text-align: center;
}

.bg_facilities .facilities_link a {
  background-image: linear-gradient(102deg, #b6a469 0%, #ddd8c7 35%, #ddd8c7 50%, #b6a469 90%);
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 130px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 100vh;
}

.bg_facilities .facilities_link a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.bg_facilities .facilities_link a:hover::before {
  top: 0;
  left: 0;
}

.bg_facilities .facilities_link a:hover {
  text-decoration: none;
}

.bg_facilities .facilities_link span {
  letter-spacing: 0;
}

.bg_facilities .swiper-slide img {
  height: auto;
  aspect-ratio: 3/2;
}

/* 221206_add_scroll-animation_on_top-page */
.pageTopWrap {
  background: none;
}

.pageTopContents {
  height: 100px;
  max-width: 600px;
  margin: 0 auto;
  background: none;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99999;
}

.pageTopContent {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.toggole_btn {
  cursor: pointer;
  position: relative;
}

.toggole_btn::before {
  content: '';
  display: inline-block;
  margin: auto;
  position: absolute;
  bottom: -56px;
  right: 0;
  left: 0;
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: 0.4s;
}

.toggole_btn::after {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin: auto;
  position: absolute;
  bottom: -38px;
  right: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
  transform: rotate(135deg);
  transition: 0.4s;
}

.toggole_btn.active::before {
  background-color: #000;
}

.toggole_btn.active::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: -44px;
  transform: rotate(-45deg);
}

.toggle_contents {
  display: none;
}

.section-ttl {
  margin: 0;
  padding: 0 0 50px;
}

.section-home {
  padding: 30px 0 20px;
}

.shop-home .top-banner.full-width {
  margin: 0 auto 25px;
  max-width: 440px;
  width: 94%;
}

@media screen and (max-width: 767px) {
  .toggole_btn::after {
    right: 0;
  }
  .toggole_btn::before {
    left: 0;
  }

  .toggole_btn::before {
    bottom: -43px;
    height: 36px;
    width: 36px;
  }

  .toggole_btn::after {
    bottom: -30px;
    height: 10px;
    width: 10px;
  }

  .toggole_btn.active::after {
    bottom: -35px;
  }
}

/* 220519 update_chofu_new_header_footer */
@media screen and (max-width: 768px) {
  .program-inner .section-title,
  .program-inner .section-normal-catch {
    margin: 0 auto 15px;
    width: 94%;
  }
}

.post-head {
  display: flex;
  align-items: center;
}

.post-head .newIcon {
  display: flex;
  align-items: center;
  margin: 0 8px;
  display: none !important;
}

/* 店舗トップCLS対策 */
.facilities_slider .swiper-slide img {
  height: 21.875vw;
  object-fit: contain;
}

.facilities_slider.swiper-container-initialized .swiper-slide img {
  height: auto;
  object-fit: initial;
}

.recommend-service img.ajustImage {
  height: 336.13px;
}

.campaign-item img.ajustImage {
  height: 366.66px;
}

.top-banner.full-width img.ajustImage {
  height: 191.25px;
}

.entry-item img.ajustImage {
  height: 229.16px;
}

.club-info-map img.ajustImage {
  height: 416.34px;
}

.sns-list-item img.ajustImage {
  height: 52.05px;
}

.club-info-facility-img img.ajustImage {
  max-height: 68.58px;
  height: 68.58px;
}

.footer-logo img.ajustImage {
  height: 44.44px;
}

.shop-home img.ajustImage.autoHeight,
.common-footer img.ajustImage.autoHeight {
  height: auto;
}

@media screen and (max-width: 1024px) {
  .footer-logo img.ajustImage {
    height: 5.259vw;
  }
}

@media screen and (max-width: 767px) {
  .facilities_slider .swiper-slide img.ajustImage {
    height: 43.851vw;
  }

  .recommend-service img.ajustImage {
    height: 52.968vw;
  }

  .campaign-item img.ajustImage {
    height: 62.321vw;
  }

  .entry-item img.ajustImage {
    height: 38.95vw;
  }

  .club-info-map img.ajustImage {
    height: 70.765vw;
  }

  .club-info-facility-img img.ajustImage {
    height: 10.539vw;
  }
}

@media screen and (max-width: 468px) {
  .top-banner.full-width img.ajustImage {
    height: 40.855vw;
  }
}

@media screen and (max-width: 400px) {
  .sns-list-item img.ajustImage {
    height: 13vw;
  }
}

.tab-label {
  /* background-color: rgb(26 26 26 / .4); */
  /* color: #fff; */
  /* opacity: .6; */
  border-bottom: 2px solid rgb(26 26 26);
  background-color: transparent;
  color: #1a1a1a;
  opacity: 1;
  transition: 0.2s;
}

.tab-label:hover {
  border-bottom: 2px solid rgb(26 26 26);
  background-color: rgb(26 26 26);
  opacity: 0.6;
  color: #fff;
}

.tab-switch:checked + .tab-label {
  opacity: 1;
}

.tab-switch:checked + .tab-label:hover {
  background-color: #1a1a1a;
  color: #fff;
  opacity: 1;
}

.is_pc {
  display: block;
}

.is_sp {
  display: none;
}

@media (width <= 500px) {
  #header .header-name.sp_adjust {
    line-height: 1.4;
    margin: 4px 0 0 0;
  }

  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
}

.club-info-details.full-width.bottom-bnr {
  margin: 1rem auto;
}

@media (width <= 768px) {
  .club-info-details.full-width.bottom-bnr {
    width: 90%;
  }
}

/* 240723_各店トップページ＞Googleマップリンク修正 */
.map_link .text-link {
  border: unset;
  border-radius: 0;
  border-bottom: 2px solid #003379;
  color: #003379 !important;
  font-weight: bold;
  display: inline-block;
  background: #fff;
  padding: 0.3em 1em 0.5em 1em;
  position: relative;
  text-decoration: none;
  max-width: 184px;
  font-size: 13px;
  width: auto;
}

.map_link .text-link span {
  display: flex;
  align-items: center;
}

.map_link .text-link span::before {
  background-image: url('/common/img/icon_map_pin.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 21px;
  width: 21px;
}

.map_link .text-link span::after {
  content: unset;
}

.section-inner.guide_section {
  padding: 0;
  width: 100%;
}

.guide_wrap {
  max-width: 600px;
  width: 100%;
}

.guide_buttons {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

.guide_button {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  color: #000;
  display: block;
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 0;
  text-align: center;
  transition: .2s;
  width: 46%;
}

.guide_button:hover {
  border: 2px solid #000 !important;
  color: #000 !important;
}

.about_link {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 90%; 
}

@media screen and (max-width: 768px) {
  .guide_section {
    padding: 0;
  }

  .guide_wrap {
    max-width: 550px;
  }

  .guide_buttons {
    width: 94%;
  }

  .guide_button {
    font-size: 14px;
    padding: 10px 0;
    width: 48%;
  }
}

@media screen and (max-width: 460px) {
  .about_link {
    font-feature-settings: "palt";
    font-size: 14px;
  }
}
