@charset "utf-8";
/* ==========================================================================
 * トラベルインフォ用CSS
 * for /japan-travel-planner/features/
 * for /japan-travel-planner/ideas/features/
 *Last modified 2020/9/25

========================================================================== */

.v1-features.v1-breadcrumb {
    margin-left: 0;
  }

.entry_summary_thumbs {
  margin-bottom: 1rem !important;
}

.entry_summary_title {
  font-size: 1rem !important;
}

.top_section {
  margin-bottom: 4%;
}

.top_section .contentInner {
  padding: 0 0.5px;
  margin-left: 1%;
}

/*新features用*/
.v1-cardFeaturedColumn__title {
  margin: 1.25rem 1rem 0;
}
.v1-cardFeaturedColumn__spot {
  margin-left: 1rem;
}
.v1-features__listItem {
  margin-bottom: 4rem;
}
.v1-recommendationItinerariesList__icon {
  bottom: 0;
  width: 4em;
  height: 0.285em;
  margin-bottom: -0.5em;
}
/*新features用*/

@media screen and (max-width: 768px) {
  .top_section {
    margin-bottom: 14%;
  }
  .top_section .contentInner {
    padding: 0px;
  }
}
.contentsGrid_4 {
  margin: 30px auto 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.contentsGrid_4 .contentsGrid_item {
  margin-right: 1%;
}
.contentsGrid_item.js-hidden {
  display: none;
}

@media screen and (min-width: 769px) {
  .contentsGrid_4 .contentsGrid_item {
    width: 24%;
    margin-bottom: 5%;
  }
  .sp-show {
    display: none;
  }
  .pc-show {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .contentsGrid_4 .contentsGrid_item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10%;
  }
} /* end max-width: 768px */

/* btn_viewMore
----------------------- */
.btn_viewMore {
  display: block;
  width: 320px;
  margin: 10px auto 0;
  padding: 10px 18px;
  color: #17399a;
  font-size: 1.5rem;
  text-align: center;
}
.btn_viewMore span {
  background-size: 21px;
}
@media screen and (max-width: 768px) {
  .btn_viewMore {
    width: 80%;
    max-width: 320px;
    margin: 10px auto 0;
    font-size: 1rem;
  }
  .btn_viewMore span {
    background-size: 10px 10px;
  }
} /* end max-width: 768px */

.siteMenu .siteMenuMenu {
  padding: 0 0 80px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* update */
p,
h1,
h2,
h3 {
  line-height: 1.5;
}

.features_headings {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #00146e;
  margin-top: 95px;
}

.features__lead {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  font-size: 1.2rem;
  text-align: start;
}


.mv-section {
  position: relative;
  width: 98.5%;
  margin: 15px auto 50px;
  border-radius: 16px;
  overflow: hidden;
  clip-path: ellipse(65% 69% at 50% 30%);
}

.mv-row {
  display: flex;
  gap: 6px;
  max-height: 460px;
}

.mv-detail-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-grow: 1;
}
.mv-images img {
  border-radius: 20px;
  padding: 6px;
}

.img-button-container {
  display: flex;
  flex-direction: row;
  width: 45%;
}

.all-season-button .button-img:first-of-type img:first-of-type {
  border-top-left-radius: 40px;
}

.all-season-button .button-img:last-of-type img:last-of-type {
  border-bottom-right-radius: 40px;
}

.side-mv {
  width: 25%;
  object-fit: cover;
}

.mv-detail-row img {
  max-height: 230px;
  object-fit: cover;
}

.mv-detail-row.invert img:first-child {
  width: 40%;
}

.mv-detail-row.invert img:last-child {
  width: 60%;
}

.mv-detail-row img:first-child {
  width: 60%;
}

.mv-detail-row img:last-child {
  width: 40%;
}

.mv-detail-row {
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: auto;
  min-height: 230px;
  max-width: 620px;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 100px;
  padding: 24px 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 2;
  background-image: url(/japan-travel-planner/features/images/mv_bg.png);
  background-repeat: no-repeat;
  background-position-y: 103%;
  background-position-x: -3vw;
  background-size: 100%;
}

.mv-text h1 {
  color: #000000;
  font-size: 1.6rem;
}

.mv-text p {
  font-size: 2.2rem;
  color: #000000;
  font-weight: 700;
}

.mv-text .blue-text {
  color: #182b86;
  font-weight: 700;
}

.menu-season-grid {
  margin-top: 55px;
  display: flex;
  flex-direction: row;
  gap: 45px;
}

.season-card {
  width: 65%;
  text-align: center;
  overflow: hidden;
}

.season-card:hover,
.all-season-button:hover,
.activity-card:hover {
  transform: translateY(-6px) !important;
}

.activity-card:hover .culture-caption {
 margin-top: -1px;
}

.season-card .card-image,
.activity-card .card-image,
.all-season-button .button-img {
 width: 100%;
 max-width: none;
 transition: transform 0.5s ease-out;
}

/* .season-card:hover .card-image,
.activity-card a:hover .card-image,
.all-season-button:hover .button-img {
 transform: scale(1.2);
} */

.season-card .card-image {
  object-fit: cover;
  height: 274px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.menu-season-grid .season-card:first-child .card-image {
  object-position: left;
}

.season-card .card-icon {
  margin-top: 1em;
}

.season-card .caption {
  font-size: 1.5em;
  color: #182b86;
}

.season-card .card-image-container {
 overflow: hidden;
 border: 1px solid #4b5895;
 border-radius: 40px 0 40px 0;
}

.activity-card .card-image-container {
 overflow: hidden;
 border-radius: 0 40px 0 0;
}

.all-season-button {
  display: flex;
  flex-direction: row;
  border: 1px solid #4b5895;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin: 5em 0 15em;
  overflow: hidden;
}

.button-img-container {
 width: 50%;
 overflow: hidden;
}

.all-season-button .button-img {
  height: 100%;
  object-fit: cover;
}

.all-season-button .button-text {
  width: 40%;
  text-align: center;
  padding: 25px 0;
  color: #182b86;
}

.all-season-button .button-text p {
  font-size: 1.5rem;
}

.all-season-button .button-text img {
  margin-bottom: 1em;
}

.v1-features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 35px;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}

.v1-features__listItem {
  max-width: 400px;
  padding: 0;
  margin: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.v1-cardFeaturedColumn__spot {
  margin-left: 0;
}

.v1-cardFeaturedColumn__title {
  margin: unset;
  color: #333333;
}

.v1-recommendationItinerariesList__link {
  height: 100%;
}

.v1-recommendationItinerariesList__body {
  padding: 17px 20px 30px 20px;
}

.v1-recommendationItinerariesList__body::after {
  content: "";
  background-image: url(/japan-travel-planner/features/top/images/arrow_right_ico.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 10px;
  position: absolute;
  right: 15px;
  bottom: 13px;
  margin-bottom: unset;
}

.v1-features__listItem:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.v1-cardFeaturedColumn__spotIcon {
  font-size: 1.6rem;
}

.v1-cardFeaturedColumn__spotItem {
  color: #333;
}

.area-list__item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 213px;
  height: 55px;
  border: solid 1px #00146e;
  background-color: #fff;
  border-radius: 3em;
  color: #00146e;
  font-size: 1em;
  filter: none;
}

.area-list__item > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.7em;
  height: 0.7em;
  /* margin-left: 10px; */
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  color: #00146e;
  line-height: 1;
  box-sizing: border-box;
  transform: translateY(-0%) rotate(45deg);
  position: absolute;
  right: 10%;
  font-size: 1em;
}

.v1-features__categories {
  text-align: center;
  margin-bottom: 70px;
}

.v1-features__categoriesList {
  display: flex;
  justify-content: center;
  gap: 45px;
  flex-wrap: wrap;
  margin-top: 80px;
}

.activity-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 130px;
  margin-top: 90px;
}

.activity-card {
  width: calc((100% - (130px * 2)) / 3);
  font-size: 1.5rem;
  overflow: hidden;
}

.activity-card > a p {
  color: #ffffff;
}

.activity-card > a > .card-image-container > img {
  border-top-right-radius: 40px;
  height: 286px;
  object-fit: cover;
}

.activity-card > a div {
  padding: 20px 0;
  border-bottom-left-radius: 40px;
  margin-top: -1px;
}

.activity-card > a div p {
  margin-top: 10px;
}

.activity-card > a {
  display: flex;
  flex-direction: column;
}

.food-caption {
  background-color: #711f06;
}

.culture-caption {
  background-color: #573797;
}

.activity-caption {
  background-color: #cb4206;
}

.festival-caption {
  background-color: #cf3061;
}

.art-caption {
  background-color: #8a6a00;
}

.nature-caption {
  background-color: #00711e;
}

.cat-card {
  width: 220px;
  height: 250px;
  border: 1.8px solid currentColor;
  border-radius: 20px 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cat-card:nth-child(2) {
  border-radius: 20px;
  border-top-right-radius: 0;
}
.cat-card:nth-child(3) {
  border-radius: 20px;
  border-top-right-radius: 0;
}
.cat-card:nth-child(4) {
  border-radius: 20px;
  border-top-right-radius: 0;
}
.cat-card:nth-child(5) {
  border-radius: 0 20px 20px 0;
}

.cat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cat-card svg {
 width: 5em;
  height: 104px;
}

.cat-card.orange svg {
 width: 2.5em;
}

.cat-card.pink svg {
 width: 4em;
}

.cat-card p {
  font-weight: bold;
  font-size: 1.5rem;
}

/* 耳 Color Variants */
.purple {
  color: #573797;
}
.orange {
  color: #cb4206;
}
.pink {
  color: #cf3061;
}
.gold {
  color: #8a6a00;
}
.green {
  color: #00711e;
}

.tb-map-area {
  margin-top: min(60px, 10.26vw);
  background-color: #ffffff;
  padding: 0 var(--content-padding);
}

.area-list__item > a:hover {
  color: #fff;
  background-color: #00146e;
}

.ribbon__border {
  --c: 100px;
  position: relative;
  width: 100%;
  height: 22.625em;
  aspect-ratio: auto;
  mask: radial-gradient(
      54% var(--c) at 50% var(--c),
      #0000 calc(100% - 2px),
      #000
    )
    0 calc(-1 * var(--c));
  background-color: #00146e;
  transform: translateX(-50%);
  left: 50%;
}

.ribbon__border.first {
  top: -200px;
  z-index: -1;
  margin-bottom: -290px;
}

.ribbon__border.second {
  margin-bottom: -80px;
}

.area-list__item {
  width: fit-content;
}

.area__caption {
  width: fit-content;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  text-align: left;
}

.area-list__item > a::before {
  content: none;
}

.back_to_top {
  margin-top: 80px;
  text-align: center;
}

.top_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #001b7c;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 20px 35px;
  height: 80px;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 0 0 1px rgba(0, 27, 124, 0.1);
  line-height: 1.5;
}

.top_btn::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: 0px !important;
  position: relative;
  top: -1px;
}

.top_btn:hover {
  background-color: #006dc4;
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
  .v1-features__categoriesList {
    max-width: 800px;
    margin: 80px auto 0;
  }

  .cat-card {
    width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .zh-HK .top .mv-text,
  .zh-CN .top .mv-text,
  .zh-TW .top .mv-text {
    padding-top: 57px;
  }

  .area-list__item > a {
    width: 170px !important;
    height: 45px !important;
  }

  .area__wrap {
    width: 85vw;
    margin-top: 80px;
    max-width: 750px;
  }

  .area-list__item.-hkd {
    top: 10%;
    left: 20%;
  }

  .area-list__item.-thk {
    top: 40%;
    right: 22%;
    left: auto;
  }

  .area-list__item.-chu {
    top: 61%;
    left: -15%;
  }

  .area-list__item.-skk {
    bottom: 5%;
    left: 16%;
  }

  .area-list__item.-kyu {
    bottom: 0;
    left: -17%;
  }

  .area-list__item.-chb {
    bottom: 43%;
    left: 7%;
  }

  .area-list__item.-kant {
    right: 34%;
    bottom: 25%;
  }

  .area-list__item.-oki {
    bottom: 10%;
    right: 0%;
  }

  .area-list__item.-kan {
    bottom: 15%;
    left: 31%;
  }
}

@media screen and (max-width: 1100px) {
  .map__container {
    padding: 0 17.5px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .area__wrap {
    width: 68vw;
  }

  .area-list__item > a {
    width: 130px !important;
    height: 38px !important;
  }
}

@media screen and (max-width: 768px) {
  .menu-season-grid {
    gap: 21px;
    flex-wrap: wrap;
  }

  .cat-card svg {
    width: 4em;
    height: 80px;
  }

  .cat-card.orange svg {
   width: 2em;
  }

  .cat-card.pink svg {
    width: 3em;
  }

  .activity-card {
    font-size: 1rem;
  }

  .activity-card > a > img {
    height: 145px;
    object-fit: cover;
  }

  .activity-card > a div {
    padding: 15px 0;
  }

  .activity-card > a > img {
    border-top-right-radius: 20px;
  }

  .activity-card-grid {
    gap: 23px;
    margin-top: 60px;
  }

  .activity-card {
    width: calc((100% - (23px * 1)) / 2);
  }

  .season-card {
    width: calc((100% - (21px * 1)) / 2);
  }

  .img-button-container {
    flex-direction: column;
    width: 30%;
  }

  .season-card .card-image {
    height: 158px;
    width: 100%;
  }

  ..all-season-button {
   margin-top: 50px;
  }

  .all-season-button .button-text p {
    font-size: 1.5rem;
  }

  .button-img-container {
   width: 100%;
   flex: 1;
  }

  .all-season-button .button-img {
    object-fit: cover;
  }

  .mv-badge {
    width: 40px;
  }

  .mv-text h1 {
    font-size: 1.3rem;
  }

  .mv-text {
    width: 83%;
    height: auto;
    min-height: 115px;
    background-position-x: -7vw;
    background-size: 100%;
    max-width: 351px;
  }

  .zh-HK .top .mv-text,
  .zh-CN .top .mv-text,
  .zh-TW .top .mv-text {
    min-height: 140px;
  }

  .mv-text p {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .mv-bottom {
    clip-path: ellipse(75% 69% at 50% 30%);
  }

  .features_headings {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #00146e;
    margin-top: 32px;
  }

  .v1-features__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .features__lead {
    margin-top: 18px;
    font-size: 1rem;
    text-align: start;
    line-height: 1.5;
    width: 100%;
  }

  .v1-features__categories {
    margin-bottom: 0;
  }

  .v1-features__categoriesList {
    margin-top: 35px;
  }

  .cat-card {
    width: 212px;
  }

  .cat-card p {
    font-size: 1.4rem;
  }

  .area__wrap {
    width: 80vw;
    max-width: 311px;
  }

  .area-list__item > a {
    width: 7.2em !important;
    height: 2em !important;
  }

  .area-list__item > a {
    font-size: 0.6em;
  }

  .area-list__item.-hkd {
    top: 12%;
    left: 18%;
  }

  .area-list__item.-thk {
    top: 40%;
    right: 19%;
    left: auto;
  }

  .area-list__item.-chu {
    top: 62%;
    left: -15%;
  }

  .area-list__item.-skk {
    bottom: 3%;
    left: 14%;
  }

  .area-list__item.-kyu {
    bottom: -2%;
    left: -16%;
  }

  .area-list__item.-chb {
    bottom: 41%;
    left: 4%;
  }

  .area-list__item.-kant {
    bottom: 23%;
    right: 32.3%;
  }

  .area-list__item.-oki {
    bottom: 10%;
    right: 3%;
  }

  .area-list__item.-kan {
    bottom: 13%;
    right: 48%;
  }

  .ribbon__border {
    --c: 82px;
    position: relative;
    width: 101vw;
    height: 18.625em;
    aspect-ratio: auto;
    mask: radial-gradient(
        67% var(--c) at 50% var(--c),
        #0000 calc(100% - 2px),
        #000
      )
      0 calc(-1 * var(--c));
  }

  .area__caption {
    margin-top: 1em;
    font-size: 1.2rem;
  }

  .back_to_top {
    margin-top: 100px;
  }

  .top_btn {
    height: 60px;
    padding: 0 25px;
    font-size: 1rem;
  }
}

.v1-cardFeaturedColumn__spotList {
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 768px) and (min-width: 576px) {
  .cat-card {
    width: 150px;
    height: 200px;
  }
}

@media screen and (max-width: 576px) {
  .v1-recommendationItinerariesList__body {
    padding: 8px 10px 15px 10px;
  }
  .v1-features__list {
    gap: 25px 18px;
  }

  .cat-card {
    width: 130px;
    height: 130px;
  }
  .cat-icon {
    width: 36px;
    margin-bottom: 12px;
  }
  .cat-card p {
    font-size: 0.8rem;
  }
  .v1-recommendationItinerariesList__body::after {
    width: 15px;
    height: 5px;
    background-size: 100% auto;
  }
  .v1-features__categoriesList {
    gap: 12px;
  }
  .ribbon__border.second {
    margin-bottom: -40px;
  }
}

@media screen and (min-width: 450px) {
  .area__wrap {
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 449px) {
  .mv-text {
    padding: 20px 40px;
  }

  .area__wrap {
    margin-left: 11%;
  }

  .back_to_top {
    margin-top: 70px;
  }
}

@media screen and (max-width: 443px) {
  .cat-card {
    width: 95px;
    height: 120px;
  }
}

/* SP STYLING */

@media screen and (max-width: 768px) {
  .ja .mv-text p, .ko .mv-text p, .id .mv-text p {
   padding-bottom: 15px;
  }

  .sp-show {
    display: block;
  }

  .pc-show {
    display: none;
  }

  .side-mv {
    width: 50%;
    max-height: 306px;
  }

  .mv-row {
    gap: 3px;
  }

  .mv-section {
    clip-path: ellipse(100% 66% at 50% 30%);
    margin-bottom: 15px;
  }

  .activity-card > a div {
    border-bottom-left-radius: 40px;
  }

  .activity-card > a div > img {
    width: 25px;
    height: 25px;
  }

  .festival-caption img {
    width: 20px !important;
  }

  .mv-images img {
    padding: 3px;
  }

  .anchor-container {
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
    color: #333333;
    max-width: 450px;
  }

  .anchor-container .anchor-button:not(:first-of-type) {
    margin-top: 18px;
  }

  .anchor-button a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    padding: 0 20px;
    text-align: start;
  }

  .arrow-down {
    width: 0.9em;
    height: 0.9em;
    border-right: 0.15em solid #333;
    border-bottom: 0.15em solid #333;
    transform: rotate(45deg);
    display: inline-block;
    margin-top: -1%;
  }

  .season-card .card-icon {
    margin-top: 0.5em;
  }

  .mv-detail-row {
    width: 50%;
    flex-direction: column;
    gap: 0;
  }

  .mv-detail-row img {
    width: 100% !important;
    max-height: 150px;
  }

  .ribbon__border.first {
    margin-bottom: -250px;
  }

  .ribbon__border.second {
    margin-bottom: -50px;
  }

  .v1-footerGlobal__pageToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 999;
  }

  .v1-footerPageToTop {
    border: 2px solid white;
  }

  .v1-footerGlobal__pageToTop.show {
    display: block;
    opacity: 1;
  }
}

/* TAB STYLING */
@media (min-width: 769px) and (max-width: 1024px) {
  .menu-season-grid {
    gap: 30px;
  }

  .season-card .card-image {
    height: 180px;
  }

  .mv-text {
    min-height: 210px;
    width: 58%;
    background-position-x: -5vw;
  }

  .activity-card-grid {
    gap: 40px;
  }

  .activity-card {
    width: calc((100% - (40px * 2)) / 3);
  }

  .activity-card > a > img {
    height: 200px;
  }
}

@media screen and (max-width: 390px) {
  .area__image {
    position: relative;
    transform: scale(1.08);
  }
}

@media screen and (min-width: 400px) and (max-width: 500px) {
  .area__image {
    transform: scale(1.12);
    position: relative;
  }

  .area__wrap {
    margin-left: 13%;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .area__image {
    transform: scale(1.4);
    position: relative;
  }

  .area__wrap {
    margin-left: 25%;
  }
}

@media screen and (max-width: 500px) {
.activity-card > a > .card-image-container > img {
    height: auto;
    width: 100%;
    aspect-ratio: 1 / 0.57;
}

.all-season-button .button-text img {
 width: 70%;
}
}

@media screen and (min-width: 1200px) {
  .area__image {
    position: relative;
    transform: scale(1.15);
  }
}
.show-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .show-pc {
    display: none;
  }
}
.show-spl {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-spl {
    display: block;
  }
}
.area__map {
  margin: min(10vw, 40px) auto 0;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .all-season-button .button-text {
    width: 60%;
  }

  .area__map {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
}
.area__map svg {
  width: 100%;
  height: auto;
  max-width: 1000px;
  padding-bottom: 5px;
}
.area__map #map #map-button_group a:hover path,
.area__map #map #map-button_group a:focus path {
  fill: #00146e;
}
.area__map #map #map-button_group a:hover path,
.area__map #map #map-button_group a:focus path {
  stroke: #fff;
}
.area__map #map #map-button_group a:hover text,
.area__map #map #map-button_group a:focus text {
  fill: #fff;
}
.area__map #map_sp #map_sp-button_group a:hover path,
.area__map #map_sp #map_sp-button_group a:focus path {
  fill: #00146e;
}
.area__map #map_sp #map_sp-button_group a:hover path,
.area__map #map_sp #map_sp-button_group a:focus path {
  stroke: #fff;
}
.area__map #map_sp #map_sp-button_group a:hover text,
.area__map #map_sp #map_sp-button_group a:focus text {
  fill: #fff;
}
