@charset "UTF-8";

/* =========================================================
  page tourism
========================================================= */

/* elm
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-tourism p {
  margin-bottom: 1.5em;
  font-size: 1.25rem;
}

:is(.contentPage .body, .cke_editable) .page-tourism h2 {
  margin-bottom: 1em;
  padding: 0;
  border: none;
  background: none;
  font-size: 2.75rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .page-tourism h3 {
  margin-bottom: 1em;
  padding: 0;
  border: none;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .page-tourism h3::before {
  display: none;
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-tourism p {
    font-size: 1rem;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism h2 {
    font-size: 1.5rem;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism h3 {
    font-size: 1.125rem;
  }
}

/* elm / large-text
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-tourism .large-text {
  display: flex;
  justify-content: center;
  font-size: 1.75rem;
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-tourism .large-text {
    font-size: 1.125rem;
  }
}

/* elm / slide
----------------------------------------------- */
.slick-prev,
.slick-next {
  position: absolute;
  top: 38%;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 1px solid var(--mono-color-9);
  border-radius: 50%;
  background-size: cover;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slide .slick-dots,
.slide .slick-dots li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.slide .slick-dots {
  display: flex;
  justify-content: center;
  padding: 10px 0 0 !important;
}

.slick-dots li button {
  border: 2px solid var(--ac-color-blue-1);
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: var(--ac-color-blue-1);
}

.slick-slide .slide-item {
  vertical-align: bottom;
}

.slick-slide .slide-item .caption {
  display: block;
  padding-top: 5px;
}

/* elm / l-box
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-tourism .l-box {
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .page-tourism .l-box:hover {
  opacity: 0.8;
}

/* elm / video
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-tourism .video {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 25px;
  list-style: none;
  margin: 40px 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-tourism .video li {
  flex-basis: calc((100% - 25px) / 2);
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--mono-color-3);
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-tourism .video {
    flex-direction: column;
    margin: 20px 0;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism .video li {
    flex-basis: 0;
    width: 100%;
  }
}

/* elm / btn
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-tourism .btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 25px;
  list-style: none;
  margin: 40px 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-tourism .btn-list li {
  flex-basis: calc((100% - 50px) / 3);
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-tourism .btn-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 13px 35px;
  border: 1px solid var(--ac-color-blue-1);
  border-radius: 6px;
  background: url(/_themes/minamiawa/site/images/arrow-white.svg) right 8px center no-repeat var(--ac-color-blue-1);
  color: var(--mono-color-9);
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  outline-offset: -4px;
  transition: all 0.25s ease-in-out;
}

:is(.contentPage .body, .cke_editable) .page-tourism .btn-list li a:hover {
  background: url(/_themes/minamiawa/site/images/arrow-blue.svg) right 12px center no-repeat var(--mono-color-9);
  color: var(--ac-color-blue-1);
}

:is(.contentPage .body, .cke_editable) .page-tourism .btn-list li a[href^="#"] {
  background: url(/_themes/minamiawa/site/images/tourism/arrow-white.svg) right 8px center / 20px auto no-repeat var(--ac-color-blue-1);
}

:is(.contentPage .body, .cke_editable) .page-tourism .btn-list li a[href^="#"]:hover {
  background: url(/_themes/minamiawa/site/images/tourism/arrow-blue.svg) right 8px center / 20px auto no-repeat var(--mono-color-9);
  color: var(--ac-color-blue-1);
}

:is(.contentPage .body, .cke_editable) .page-tourism .btn-list a .external {
  display: none;
}

@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-tourism .btn-list {
    margin-top: 30px;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism .btn-list li {
    flex-basis: 100%;
  }
}

/* section / main-visual
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-tourism .main-visual {
  margin-bottom: 100px;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .page-tourism .main-visual img {
  width: 100%;
}


@media screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-tourism .main-visual {
    margin: 0 -10px 20px;
  }
}

/* section / tourism-info
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info {
  margin-top: 100px;
  margin-bottom: 80px;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .anan-main-slide,
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .mugi-main-slide {
  max-width: 750px;
  margin: 0 auto 60px;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended {
  padding: 0 15px;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dl,
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dt,
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd {
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dl {
  margin-top: 60px;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
  background: var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dt .ttl {
  margin-bottom: 15px;
  font-size: 2rem;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .lt,
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .rt {
  flex: 1 1 0;
  min-width: 0;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .sub {
  margin-bottom: 10px;
  color: var(--ac-color-blue-1);
  font-size: 1.3125rem;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation {
  padding-top: 1em;
  border-top: 1px dashed #ccc;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .ttl {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.5rem;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .has-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .has-banner .txt {
  flex-basis: calc(100% - 170px);
  white-space: nowrap;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .has-banner .bn {
  flex-basis: 150px;
  margin-bottom: 0;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .has-banner .bn a {
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .has-banner .bn a:hover {
  opacity: 0.8;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .has-banner .bn a .external {
  display: none;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .txt {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin-bottom: 0;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .txt .name {
  flex-basis: 100%;
  font-size: 1.375rem;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .txt .tel {
  padding-left: 25px;
  background: url(/_themes/minamiawa/site/images/tourism/ic-tel.svg) left 50% / 20px auto no-repeat;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .txt .mail {
  padding-left: 25px;
  background: url(/_themes/minamiawa/site/images/tourism/ic-mail.svg) left 60% / 20px auto no-repeat;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended .slick-slide .slide-item .caption {
  font-size: 0.875rem;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info {
    margin: 40px 0 30px;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .anan-main-slide,
  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .mugi-main-slide {
    margin-bottom: 40px;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd {
    flex-direction: column-reverse;
    gap: 25px;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .rt {
    width: 100%;
    padding-top: 10px;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .has-banner {
    flex-direction: column;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .has-banner .txt {
    flex-basis: 0;
    width: 100%;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .has-banner .bn {
    flex-basis: 0;
    max-width: 160px;
    margin: 0 auto 10px;
  }
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info h3 {
    font-size: 1rem;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .anan-main-slide .slick-slide .slide-item .caption,
  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .mugi-main-slide .slick-slide .slide-item .caption {
    font-size: 0.875rem;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended {
    padding: 0 5px;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dl {
    margin-top: 30px;
    padding: 20px 15px 15px;
    border-radius: 10px;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dt .ttl {
    font-size: 1.375rem;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .sub {
    font-size: 1.125rem;
  }


  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .recommended dd .reservation .ttl {
    font-size: 1.375rem;
  }
}

/* anan */
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-anan {
  position: relative;
  padding: 80px 0;
  background: #e9f5ff;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-anan::before,
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-anan::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100vw - 100%) / 2);
  background: #e9f5ff;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-anan::before {
  right: 100%;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-anan::after {
  left: 100%;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-anan {
    padding: 40px 0;
  }
}

/* mugi */
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-mugi {
  position: relative;
  padding: 80px 0;
  background: #edffed;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-mugi::before,
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-mugi::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100vw - 100%) / 2);
  background: #edffed;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-mugi::before {
  right: 100%;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-mugi::after {
  left: 100%;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-mugi .recommended h2,
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-mugi .recommended dd .sub {
  color: #22ac38;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-info .section-mugi {
    padding: 40px 0;
  }
}

/* section / tourism-book
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-book {
  margin-bottom: 140px;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-book a img {
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-book a img:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-book {
    margin-bottom: 40px;
  }
}

/* section / tourism-girl
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-girl {
  position: relative;
  margin-bottom: 140px;
  padding: 80px 0;
  background: #ffe3eb;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-girl::before,
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-girl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100vw - 100%) / 2);
  background: #ffe3eb;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-girl::before {
  right: 100%;
}

:is(.contentPage .body, .cke_editable) .page-tourism #tourism-girl::after {
  left: 100%;
}

:is(.contentPage .body, .cke_editable) .page-tourism .girls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px 30px;
  list-style: none;
  margin: 0;
  padding: 40px 0 0;
}

:is(.contentPage .body, .cke_editable) .page-tourism .girls li {
  flex-basis: calc((100% - 90px) / 3);
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentPage .body, .cke_editable) .page-tourism .girls li .modal-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .page-tourism .girls li .modal-open .img {
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 50%;
}

:is(.contentPage .body, .cke_editable) .page-tourism .girls li .modal-open .img img {
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .page-tourism .girls li:hover .modal-open .img img {
  transform: scale(1.2);
}

:is(.contentPage .body, .cke_editable) .page-tourism .girls li .modal-open span {
  transition-duration: 0.3s;
}

:is(.contentPage .body, .cke_editable) .page-tourism .girls li:hover .modal-open span {
  color: #ed447c;
}

:is(.contentPage .body, .cke_editable) .page-tourism .girls li .modal-open span.name-en {
  font-size: 1.25rem;
}

:is(.contentPage .body, .cke_editable) .page-tourism .girls li .modal-open span.name-jp {
  font-weight: 700;
  font-size: 1.75rem;
}

:is(.contentPage .body, .cke_editable) .page-tourism .girls li .modal-content {
  display: none;
}

/* modal content */
.modal-content {
  padding: 0 20px;
}

.modal-content .upper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  padding: 0 15px 0 35px;
  border-bottom: 4px dotted #ed447c;
}

.modal-content .upper .name {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-bottom: 5px;
  color: #ed447c;
}

.modal-content .upper .name-en {
  font-size: 1.25rem;
}

.modal-content .upper .name-jp {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
}

.modal-content .upper .from {
  flex-shrink: 0;
  transform: translateY(10px);
  font-size: 1.25rem;
}

.modal-content .upper .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin-left: auto;
  padding-bottom: 10px;
}

.modal-content .upper .sns a {
  transform: translateY(10px);
  padding: 10px 0 10px 40px;
  background: url(/_themes/minamiawa/site/images/sns-instagram.png) left center no-repeat;
  font-size: 1.25rem;
  text-decoration: none;
  transition-duration: 0.3s;
}

.modal-content .upper .sns a:hover {
  opacity: 0.5;
}

.modal-content .upper .sns a .external {
  display: none;
}

.modal-content .upper .sns img {
  width: 140px;
  border: 1px solid #ccc;
  border-radius: 7px;
}

.modal-content .middle {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  padding: 0 0 0 15px;
}

.modal-content .middle .explain {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 20px 20px 30px;
  border: 1px solid var(--mono-color-4);
  border-radius: 10px;
  background: var(--mono-color-9);
  color: #666;
  font-weight: 500;
  font-size: 1.125rem;
}

.modal-content .middle .explain::before {
  content: "";
  position: absolute;
  top: 25%;
  right: -59px;
  z-index: -1;
  border: 15px solid transparent;
  border-left: 45px solid var(--mono-color-9);
}

.modal-content .middle .explain::after {
  content: "";
  position: absolute;
  top: 25%;
  right: -61px;
  z-index: -2;
  border: 15px solid transparent;
  border-left: 45px solid var(--mono-color-3);
}

.modal-content .middle .img {
  flex-shrink: 0;
  flex-basis: 45%;
  position: relative;
  padding: 0 35px 15px;
}

.modal-content .middle .img-sub {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
}

.modal-content .middle .img-sub.lt {
  right: auto;
  left: 0;
}

.modal-content .middle .img-sub img {
  border: 1px solid var(--mono-color-9);
  border-radius: 8px;
}

.modal-content .lower {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding-bottom: 30px;
}

.modal-content .lower dl {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc((100% - 25px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

.modal-content .lower dt {
  transform: translateY(50%);
  padding: 8px 45px;
  border-radius: 40px;
  color: var(--mono-color-9);
  font-size: 1.125rem;
}

.modal-content .lower dl.target dt {
  background: #e98945;
}

.modal-content .lower dl.howto dt {
  background: #22ac38;
}

.modal-content .lower dl.aspirations dt {
  background: var(--ac-color-blue-1);
}

.modal-content .lower dl dd {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 30px 30px;
  border-radius: 8px;
  background: #fef4e8;
}

.modal-content .lower dl dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.modal-content .lower dl dd li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.modal-content .lower dl dd li:not(:last-child)::after {
  content: "/";
  margin: 0 6px 0 3px;
}

.modal-content .lower dl.aspirations dd {
  background: var(--ac-color-blue-2);
  font-size: 1.125rem;
  text-align: center;
}

/* featherlight */
.featherlight .featherlight-content {
  display: inline-flex;
  max-width: min(90%, 1030px);
  max-height: 85%;
  padding-bottom: 25px;
  overflow: visible;
  border: 1px solid transparent;
  border-radius: 20px;
}

.featherlight .featherlight-close-icon {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ccc;
  line-height: 35px;
}

.featherlight .featherlight-close-icon:hover {
  opacity: 0.8;
}

.featherlight .featherlight-next,
.featherlight .featherlight-previous {
  top: 0;
  bottom: 0;
  background: none !important;
}

.featherlight .featherlight-next {
  right: 0;
}

.featherlight .featherlight-previous {
  left: 0;
}

.featherlight .featherlight-next:hover,
.featherlight .featherlight-previous:hover {
  background: rgba(0, 0, 0, .25) !important;
}

.featherlight .featherlight-next span,
.featherlight .featherlight-previous span {
  font-size: 40px;
}

.featherlight .featherlight-inner {
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-girl {
    margin-bottom: 40px;
    padding: 40px 0;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism .girls {
    gap: 40px 25px;
    padding-top: 20px;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism .girls li {
    flex-basis: calc((100% - 25px) / 2);
  }

  :is(.contentPage .body, .cke_editable) .page-tourism .girls li .modal-open .img {
    width: 100%;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism .girls li .modal-open .img img {
    width: 100%;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism .girls li .modal-open span.name-en {
    font-size: 1.125rem;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism .girls li .modal-open span.name-jp {
    font-size: 1.5rem;
  }

  /* modal content */
  .modal-content {
    padding: 0;
  }

  .modal-content .upper {
    gap: 15px;
    margin-bottom: 20px;
    padding: 0 10px 10px 15px;
  }

  .modal-content .upper .name-jp {
    font-size: 1.5rem;
  }

  .modal-content .upper .from {
    font-size: 1rem;
  }

  .modal-content .upper .sns a {
    transform: translateY(15px);
    text-indent: -9999px;
  }

  .modal-content .upper .sns img {
    display: none;
  }

  .modal-content .middle {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 5px;
    padding: 0 10px;
  }

  .modal-content .middle .explain {
    padding: 15px;
    font-size: 0.875rem;
  }

  .modal-content .middle .explain::before {
    transform: rotate(-90deg);
    top: -35px;
    right: calc(60% - 39px);
    border-left-width: 25px;
  }

  .modal-content .middle .explain::after {
    transform: rotate(-90deg);
    top: -36px;
    right: calc(60% - 39px);
    border-left-width: 25px;
  }

  .modal-content .middle .img {
    flex-basis: 40%;
  }

  .modal-content .lower {
    gap: 5px;
    padding-bottom: 0;
  }

  .modal-content .lower dl {
    flex-basis: 100%;
  }

  .modal-content .lower dl dd {
    padding: 30px 25px 15px;
    font-size: 0.875rem;
  }

  .modal-content .lower dl.aspirations dd {
    font-size: 0.875rem;
    text-align: left;
  }

  /* featherlight */
  .featherlight .featherlight-content {
    max-width: 90%;
  }

  .featherlight .featherlight-next,
  .featherlight .featherlight-previous {
    display: block;
    top: 30%;
    bottom: 40%;
    background: transparent !important;
  }

  .featherlight .featherlight-next {
    right: -25px;
  }

  .featherlight .featherlight-previous {
    left: -25px;
  }

  .featherlight .featherlight-next:hover,
  .featherlight .featherlight-previous:hover {
    background: none !important;
  }

  .featherlight .featherlight-next span,
  .featherlight .featherlight-previous span {
    color: #000;
    font-size: 30px;
    line-height: inherit;
  }
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-girl .large-text {
    font-size: 1rem;
  }
}

/* section / tourism-rule
----------------------------------------------- */
:is(.contentPage .body, .cke_editable) .page-tourism #tourism-rule img {
  border-radius: 15px;
}

@media screen and (min-width: 960px) {
  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-rule .btn-list li {
    flex-basis: calc((100% - 25px) / 2);
  }

}

@media only screen and (max-width: 959px) {
  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-rule .large-text {
    font-size: 1.25rem;
    text-align: center;
  }

  :is(.contentPage .body, .cke_editable) .page-tourism #tourism-rule img {
    min-width: 200px;
    border-radius: 8px;
  }
}