@charset "UTF-8";
/*================================================================
 *FILE          :guide.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/*--------------------------------
 MV
--------------------------------*/
.guideMvSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  width: 100%;
  background-position: center;
  background-size: cover;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .guideMvSection {
    height: 100vh;
    padding-bottom: calc(80 / 1280 * 100vw);
    background-image: url(../images/guide/mv-bg.jpg);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .guideMvSection {
    height: calc(100vh - 57px);
    padding-bottom: calc(22 / 375 * 100vw);
    background-image: url(../images/guide/mv-bg-sp.jpg);
  }
}

.guideMvSection_title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  line-height: 2;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .guideMvSection_title {
    margin-bottom: calc(35 / 1280 * 100vw);
    font-size: min(calc(30 / 1280 * 100vw), 42px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .guideMvSection_title {
    margin-bottom: calc(20 / 375 * 100vw);
    font-size: min(calc(20 / 375 * 100vw), 28px);
  }
}

.guideMvSection_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .guideMvSection_lead {
    font-size: min(calc(14 / 1280 * 100vw), 19.6px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .guideMvSection_lead {
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}

/*--------------------------------
 ABOUT
--------------------------------*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .guideAboutSection {
    margin: calc(160 / 1280 * 100vw) auto 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .guideAboutSection {
    margin: calc(40 / 375 * 100vw) auto 0;
  }
}
.guideAboutSection .c-imageTextList_itemTitle {
  font-size: min(calc(25 / 375 * 100vw), 35px);
}

/*--------------------------------
 STEPS
--------------------------------*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps {
    margin-top: calc(160 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps {
    margin-top: calc(80 / 375 * 100vw);
  }
}

.exhibitionSteps_header {
  text-align: center;
}

.exhibitionSteps_label {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_label {
    font-size: min(calc(15 / 1280 * 100vw), 21px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_label {
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}

.exhibitionSteps_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_title {
    margin-top: calc(20 / 1280 * 100vw);
    font-size: min(calc(25 / 1280 * 100vw), 35px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_title {
    margin-top: calc(12 / 375 * 100vw);
    font-size: min(calc(20 / 375 * 100vw), 28px);
    line-height: 2;
  }
}
.exhibitionSteps_title::after {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #414141;
  content: "";
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_title::after {
    margin: calc(40 / 1280 * 100vw) auto 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_title::after {
    margin: calc(24 / 375 * 100vw) auto 0;
  }
}

.exhibitionSteps_description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_description {
    margin-top: calc(40 / 1280 * 100vw);
    font-size: min(calc(14 / 1280 * 100vw), 19.6px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_description {
    margin-top: calc(24 / 375 * 100vw);
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}

.exhibitionSteps_sliderWrapper {
  overflow: hidden;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_sliderWrapper {
    margin-top: calc(80 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_sliderWrapper {
    margin-top: calc(24 / 375 * 100vw);
    margin-inline: auto;
    padding-inline: calc(24 / 375 * 100vw);
  }
}

.exhibitionSteps_sliderTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.exhibitionSteps_card {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_card {
    width: calc(360 / 1280 * 100vw);
    height: calc(379 / 1280 * 100vw);
    padding: calc(20 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 475px;
    height: calc(387 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .exhibitionSteps_card {
    height: auto;
  }
}
.exhibitionSteps_card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #414141;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  content: "";
}
.exhibitionSteps_card.is-active {
  background-color: #414141;
}
.exhibitionSteps_card.is-active::after {
  background-color: #db502c;
}

.exhibitionSteps_cardLabel {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #414141;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_cardLabel {
    font-size: min(calc(10 / 1280 * 100vw), 14px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_cardLabel {
    font-size: min(calc(10 / 375 * 100vw), 14px);
  }
}
.exhibitionSteps_card.is-active .exhibitionSteps_cardLabel {
  color: #ffffff;
}
.exhibitionSteps_card.is-active .exhibitionSteps_cardLabel {
  color: #ffffff;
}

.exhibitionSteps_cardTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_cardTitle {
    margin-top: calc(40 / 1280 * 100vw);
    font-size: min(calc(18 / 1280 * 100vw), 25.2px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_cardTitle {
    margin-top: calc(40 / 375 * 100vw);
    font-size: min(calc(17 / 375 * 100vw), 23.8px);
  }
}
.exhibitionSteps_card.is-active .exhibitionSteps_cardTitle {
  color: #ffffff;
}

.exhibitionSteps_cardTiming {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_cardTiming {
    margin-top: calc(12 / 1280 * 100vw);
    font-size: min(calc(12 / 1280 * 100vw), 16.8px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_cardTiming {
    margin-top: calc(12 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}
.exhibitionSteps_card.is-active .exhibitionSteps_cardTiming {
  color: #ffffff;
}

.exhibitionSteps_cardBody {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.79;
  letter-spacing: 0.1em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_cardBody {
    margin-top: calc(40 / 1280 * 100vw);
    font-size: min(calc(14 / 1280 * 100vw), 19.6px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_cardBody {
    margin-top: auto;
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}
.exhibitionSteps_card.is-active .exhibitionSteps_cardBody {
  color: #ffffff;
}

.exhibitionSteps_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_pagination {
    margin-top: calc(40 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_pagination {
    margin-top: calc(31 / 375 * 100vw);
  }
}

.exhibitionSteps_paginationPrev,
.exhibitionSteps_paginationNext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #414141;
  cursor: pointer;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_paginationPrev,
  .exhibitionSteps_paginationNext {
    width: calc(30 / 1280 * 100vw);
    height: calc(30 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_paginationPrev,
  .exhibitionSteps_paginationNext {
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
  }
}
.exhibitionSteps_paginationPrev.swiper-button-disabled, .exhibitionSteps_paginationPrev:disabled,
.exhibitionSteps_paginationNext.swiper-button-disabled,
.exhibitionSteps_paginationNext:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.exhibitionSteps_paginationCount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_paginationCount {
    font-size: min(calc(12 / 1280 * 100vw), 16.8px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_paginationCount {
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}

.exhibitionSteps_paginationSeparator {
  width: 1px;
  height: 20px;
  background-color: #dddddd;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSteps_paginationSeparator {
    margin: 0 calc(10 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSteps_paginationSeparator {
    margin: 0 calc(10 / 375 * 100vw);
  }
}

/*--------------------------------
  firstExhibitionSupport
--------------------------------*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .firstExhibitionSupport {
    margin-top: calc(160 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .firstExhibitionSupport {
    margin-top: calc(80 / 375 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .firstExhibitionSupport .c-imageTextList_itemTitle {
    font-size: min(calc(25 / 375 * 100vw), 35px);
  }
}

/*--------------------------------
 GALLERY INFO
--------------------------------*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .galleryInfo {
    margin-top: calc(160 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .galleryInfo {
    margin-top: calc(80 / 375 * 100vw);
  }
}

.galleryInfo_inner {
  border-top: 1px solid #dddddd;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .galleryInfo_inner {
    padding-top: calc(160 / 1280 * 100vw);
    margin-inline: calc(80 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .galleryInfo_inner {
    padding-top: calc(80 / 375 * 100vw);
  }
}

.galleryInfo_description {
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .galleryInfo_description {
    font-size: min(calc(14 / 375 * 100vw), 19.6px);
  }
}

.galleryInfo_LinkWrap {
  text-align: center;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .galleryInfo_LinkWrap {
    margin-top: calc(50 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .galleryInfo_LinkWrap {
    margin-top: calc(71 / 375 * 100vw);
  }
}

.galleryInfo_LinkCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .galleryInfo_LinkCircle {
    width: calc(130 / 1280 * 100vw);
    height: calc(130 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .galleryInfo_LinkCircle {
    width: calc(130 / 375 * 100vw);
    height: calc(130 / 375 * 100vw);
  }
}

.galleryInfo_LinkIcon {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
}

.galleryInfo_name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .galleryInfo_name {
    margin-top: calc(42 / 1280 * 100vw);
    font-size: min(calc(14 / 1280 * 100vw), 19.6px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .galleryInfo_name {
    margin-top: calc(27 / 375 * 100vw);
    font-size: min(calc(14 / 375 * 100vw), 19.6px);
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .galleryInfo_moreLink {
    margin-top: calc(40 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .galleryInfo_moreLink {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.galleryInfo_moreLinkText {
  color: #000000;
}
.galleryInfo_moreLinkText::before, .galleryInfo_moreLinkText::after {
  background-color: #000000;
}

/*--------------------------------
 CONTACT CTA
--------------------------------*/
.contactCta {
  position: relative;
  background-image: url(../images/guide/contact-cta-bg.jpg);
  background-position: center;
  background-size: cover;
}
.contactCta::before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  inset: 0;
  content: "";
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta {
    margin-top: calc(160 / 1280 * 100vw);
    padding: calc(160 / 1280 * 100vw) 0 calc(160 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta {
    margin-top: calc(80 / 375 * 100vw);
    margin-bottom: calc(160 / 375 * 100vw);
    padding: calc(80 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
  }
}

.contactCta_heading {
  position: relative;
  z-index: 2;
  text-align: center;
}

.contactCta_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.3em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_title {
    font-size: min(calc(25 / 1280 * 100vw), 35px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_title {
    font-size: min(calc(18 / 375 * 100vw), 25.2px);
  }
}

.contactCta_subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #ffffff;
  opacity: 0.7;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_subtitle {
    margin-top: calc(40 / 1280 * 100vw);
    font-size: min(calc(20 / 1280 * 100vw), 28px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_subtitle {
    margin-top: calc(20 / 375 * 100vw);
    font-size: min(calc(14 / 375 * 100vw), 19.6px);
  }
}

.contactCta_card {
  position: relative;
  text-align: center;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_card {
    width: calc(409 / 1280 * 100vw);
    margin: calc(40 / 1280 * 100vw) auto 0;
    padding: calc(43 / 1280 * 100vw) calc(20 / 1280 * 100vw) calc(44 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_card {
    margin: calc(24 / 375 * 100vw) auto 0;
    padding: calc(48 / 375 * 100vw) calc(20 / 375 * 100vw) calc(64 / 375 * 100vw);
  }
}
.contactCta_card::before {
  content: none;
}

.contactCta_phoneIcon {
  margin: 0 auto;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_phoneIcon {
    width: calc(14 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_phoneIcon {
    width: calc(14 / 375 * 100vw);
  }
}

.contactCta_contactHeading {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_contactHeading {
    margin-top: calc(21 / 1280 * 100vw);
    font-size: min(calc(25 / 1280 * 100vw), 35px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_contactHeading {
    margin-top: calc(34 / 375 * 100vw);
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}

.contactCta_contactType {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_contactType {
    margin-top: calc(6 / 1280 * 100vw);
    font-size: min(calc(11 / 1280 * 100vw), 15.4px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_contactType {
    margin-top: calc(10 / 375 * 100vw);
    font-size: min(calc(16 / 375 * 100vw), 22.4px);
  }
}

@media (hover: hover) {
  .contactCta_phone:hover::before {
    -webkit-transform: scaleX(5.67);
    -ms-transform: scaleX(5.67);
    transform: scaleX(5.67);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_phone {
    margin-top: calc(40 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_phone {
    margin-top: calc(24 / 375 * 100vw);
  }
}
.contactCta_phone::before {
  display: block;
  height: 2px;
  margin: 0 auto;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: "";
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_phone::before {
    width: calc(30 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_phone::before {
    width: calc(30 / 375 * 100vw);
  }
}

.contactCta_phoneLink {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_phoneLink {
    padding: calc(40 / 1280 * 100vw) 0 0;
    font-size: min(calc(40 / 1280 * 100vw), 56px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_phoneLink {
    padding: calc(24 / 375 * 100vw) 0 0;
    font-size: min(calc(40 / 375 * 100vw), 56px);
    white-space: nowrap;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_hours {
    margin-top: calc(23 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_hours {
    margin-top: calc(23 / 375 * 100vw);
  }
}

.contactCta_hoursLine {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_hoursLine {
    font-size: min(calc(11 / 1280 * 100vw), 15.4px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_hoursLine {
    font-size: min(calc(11 / 375 * 100vw), 15.4px);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_hoursLine + .contactCta_hoursLine {
    margin-top: calc(7 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_hoursLine + .contactCta_hoursLine {
    margin-top: calc(7 / 375 * 100vw);
  }
}

.contactCta_cardDescription {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_cardDescription {
    margin-top: calc(40 / 1280 * 100vw);
    font-size: min(calc(14 / 1280 * 100vw), 19.6px);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_cardDescription::before {
    display: block;
    height: 1px;
    margin-top: calc(40 / 1280 * 100vw);
    margin-bottom: calc(40 / 1280 * 100vw);
    background-color: #dddddd;
    content: "";
  }
}

.contactCta_ctaButton {
  position: absolute;
  border-radius: 50%;
  background-color: #db502c;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_ctaButton {
    bottom: calc(-38 / 1280 * 100vw);
    left: calc(360 / 1280 * 100vw);
    width: calc(110 / 1280 * 100vw);
    height: calc(110 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_ctaButton {
    z-index: 2;
    right: calc(-10 / 375 * 100vw);
    bottom: calc(-124 / 375 * 100vw);
    width: calc(110 / 375 * 100vw);
    height: calc(110 / 375 * 100vw);
  }
}
@media (hover: hover) {
  .contactCta_ctaButton:hover {
    background-color: #ffffff;
  }
  .contactCta_ctaButton:hover .contactCta_ctaButtonText {
    color: #db502c;
  }
  .contactCta_ctaButton:hover .contactCta_ctaButtonText::after {
    background-color: #db502c;
  }
}

.contactCta_ctaButtonLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.contactCta_ctaButtonText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contactCta_ctaButtonText::after {
  display: block;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  content: "";
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_ctaButtonText::after {
    margin: calc(10 / 1280 * 100vw) auto 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_ctaButtonText::after {
    margin: calc(10 / 375 * 100vw) auto 0;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactCta_ctaButtonText {
    font-size: min(calc(10 / 1280 * 100vw), 14px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactCta_ctaButtonText {
    font-size: min(calc(10 / 375 * 100vw), 14px);
  }
}
/*# sourceMappingURL=maps/guide.css.map */
