:root {
  --header-height: "";
  --navy-primary: #0d347e;
  --navy-secondary: rgb(32, 79, 167);
  --orange-primary: #f4992f;
  --orange-secondary: #ef821f;
  --pink-primary: #d17991;
  --red-primary: #d9554e;
  --red-secondary: #e50a15;
  --gold-primary: #c1aa76;
  --brown-primary: #b08354;
  --brown-secondary: #7b603c;
  --brown-tertiary: #956e50;
  --green-primary: #29893a;
  --purple-primary: #914797;
  --gray-primary: #efefef;
  --light-gray: #f2f0f0;
  --border-gray: #e6e6e6;
  --light-blue: #f0f0f3;
  --background-purple: #e9e6ed;
  --background-pink: #f1e4e0;
  --background-orange: #f0e7da;
  --background-gold: #eee9d6;
}

.p-flower {
  font-family: "Hiragino Mincho", serif;
  overflow-x: hidden;
}

.p-top-visual {
  height: calc(100vh - 312px);
  margin: 0 auto;
  min-height: 647px;
  position: relative;
  width: 100%;
}

.p-top-visual__background {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-top-visual__background img {
  -o-object-fit: cover;
  font-family: "object-fit: cover", sans-serif;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-top-visual__logo {
  height: auto;
  left: 50%;
  max-width: 638px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-top-visual__logo img {
  display: block;
  height: 100%;
}

.p-season-navi {
  height: 260px;
  position: relative;
  width: 100%;
}
.p-season-navi::before {
  border-color: #ffffff75 transparent transparent transparent;
  border-style: solid;
  border-width: 260px 350px 0 350px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  z-index: 1;
}

.p-season-navi__background {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}
.p-season-navi__background img {
  -o-object-fit: cover;
  font-family: "object-fit: cover", sans-serif;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-season-navi__inner {
  height: inherit;
  margin: auto;
  position: relative;
  width: 560px;
  z-index: 1;
}

.p-season-navi__title {
  color: var(--brown-secondary);
  font-family: "Hiragino Mincho", serif;
  font-size: 35px;
  font-weight: normal;
  padding-top: 36px;
  text-align: center;
}

.p-season-navi__main {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}

.p-season-navi__main-button {
  color: #fff;
  display: block;
  filter: drop-shadow(0px 5px 0px #7676762b);
  font-family: "Hiragino Mincho", serif;
  height: 110px;
  position: relative;
  transform: translateY(0);
  transition: transform 0.1s, filter 0.1s;
  width: 110px;
}
.p-season-navi__main-button .-center {
  font-size: 62px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-season-navi__main-button .-left-top {
  font-size: 40px;
  left: 18px;
  line-height: 1.5;
  position: absolute;
  top: 10px;
}
.p-season-navi__main-button .-right-bottom {
  bottom: 10px;
  font-size: 40px;
  line-height: 1.5;
  position: absolute;
  right: 18px;
}
.p-season-navi__main-button.-year-round {
  background: url(../img/background-year-round.svg) center no-repeat;
}
.p-season-navi__main-button.-spring {
  background: url(../img/background-spring.svg) center no-repeat;
}
.p-season-navi__main-button.-summer {
  background: url(../img/background-summer.svg) center no-repeat;
}
.p-season-navi__main-button.-autumn {
  background: url(../img/background-autumn.svg) center no-repeat;
}

.p-season {
  margin: auto;
  padding-bottom: 180px;
  position: relative;
  width: 100%;
}
.p-season.-year-round {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 40%,
    white 100%
  );
  background-color: var(--background-purple);
}
.p-season.-spring {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 70%,
    white 100%
  );
  background-color: var(--background-pink);
}
.p-season.-summer {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 80%,
    white 100%
  );
  background-color: var(--background-orange);
}
.p-season.-autumn {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 40%,
    white 100%
  );
  background-color: var(--background-gold);
}

.p-season__background {
  position: absolute;
}
.p-season__background.-left {
  left: 0;
  top: 0;
}
.p-season__background.-right {
  bottom: 0;
  right: 0;
}
.p-season__background img {
  -o-object-fit: contain;
  display: block;
  font-family: "object-fit: contain", sans-serif;
  height: 100%;
  object-fit: contain;
}

.p-season__inner {
  margin: auto;
  position: relative;
  width: 960px;
}

.p-season__heading {
  margin: auto;
  padding-top: 82px;
  width: 620px;
}

.p-season__title {
  align-items: center;
  display: flex;
  font-family: "Hiragino Mincho", serif;
  font-size: 44px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-season__title .-year-round {
  color: var(--pink-primary);
  line-height: 1.1;
}
.p-season__title .-spring {
  color: var(--red-primary);
}
.p-season__title .-summer {
  color: var(--orange-primary);
}
.p-season__title .-autumn {
  color: var(--brown-primary);
}

.p-season__title-icon {
  display: block;
  font-family: "Hiragino Mincho", serif;
  height: 110px;
  margin-right: 0.3em;
  position: relative;
  width: 110px;
}
.p-season__title-icon .-center {
  color: #fff;
  font-size: 62px;
  font-weight: normal;
  left: 50%;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-season__title-icon .-left-top {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  left: 18px;
  position: absolute;
  top: 10px;
}
.p-season__title-icon .-right-bottom {
  bottom: 9px;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  position: absolute;
  right: 11px;
}
.p-season__title-icon.-year-round {
  background: url(../img/background-year-round.svg) center no-repeat;
  line-height: 1.4;
}
.p-season__title-icon.-spring {
  background: url(../img/background-spring.svg) center no-repeat;
}
.p-season__title-icon.-summer {
  background: url(../img/background-summer.svg) center no-repeat;
}
.p-season__title-icon.-autumn {
  background: url(../img/background-autumn.svg) center no-repeat;
}

.p-season__title-english {
  margin: auto;
  width: 118px;
}
.p-season__title-english.-year-round {
  margin-top: 20px;
}
.p-season__title-english img {
  display: block;
  margin: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.p-season__title-background {
  margin-top: -100px;
}
.p-season__title-background img {
  display: block;
  margin: auto;
}

.p-season__content {
  display: flex;
  flex-wrap: wrap;
  margin: 120px auto 0;
  width: 100%;
}

.p-season-spot {
  background-color: #fff;
  border-radius: 30px 0 30px 0;
  box-shadow: 6px 6px 7px #86868621;
  width: calc((100% - 30px) / 2);
}
.p-season-spot:nth-child(even) {
  margin-left: 30px;
}
.p-season-spot:not(:nth-child(-n + 2)) {
  margin-top: 80px;
}

.p-season-spot__picture {
  position: relative;
}
.p-season-spot__picture::before {
  content: "";
  float: left;
  padding-top: 66.090712743%;
}
.p-season-spot__picture::after {
  clear: both;
  content: "";
  display: block;
}
.p-season-spot__picture > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-season-spot__picture img {
  -o-object-fit: cover;
  border-radius: 30px 0 0 0;
  display: block;
  font-family: "object-fit: cover", sans-serif;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-season-spot__content {
  min-height: 690px;
  padding: 0 27px 30px;
  position: relative;
}

.p-season-spot__heading {
  border-bottom: 1px solid;
  padding-bottom: 6px;
  position: relative;
}

.p-season-spot__number {
  margin-top: -30px;
  width: 74px;
}
.p-season-spot__number img {
  height: 100%;
}

.p-season-spot__flower {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}
.p-season-spot__flower.-year-round {
  color: var(--pink-primary);
}
.p-season-spot__flower.-spring {
  color: var(--red-primary);
}
.p-season-spot__flower.-summer {
  color: var(--orange-primary);
}
.p-season-spot__flower.-autumn {
  color: var(--brown-primary);
}

.p-season-spot__title {
  font-family: "Hiragino Mincho", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
.p-season-spot__title.-small {
  font-size: 26px;
}
.p-season-spot__title .-twoline {
  margin-left: -8px;
}

.p-season-spot__location {
  bottom: 8px;
  color: #fff;
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  padding: 6px 8px;
  position: absolute;
  right: 0;
  text-align: center;
}
.p-season-spot__location.-red {
  background-color: var(--red-secondary);
}
.p-season-spot__location.-brown {
  background-color: var(--brown-secondary);
}
.p-season-spot__location.-green {
  background-color: var(--green-primary);
}
.p-season-spot__location.-purple {
  background-color: var(--purple-primary);
}
.p-season-spot__location.-orange {
  background-color: var(--orange-secondary);
}

.p-season-spot__description {
  font-family: "Hiragino Mincho", serif;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 38px;
}

.p-season-spot__infomation {
  margin-top: 1.5em;
}

.p-season-spot__infomation p {
  font-family: "Hiragino Mincho", serif;
  font-size: 16px;
  line-height: 1.8;
}
.p-season-spot__infomation .-tel {
  font-family: "Hiragino Mincho", serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  text-decoration: none;
}

.p-season-spot__link {
  border-radius: 10px 0 10px 0;
  bottom: 40px;
  color: #fff;
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  left: 30px;
  line-height: 1.5;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transition: filter 0.2s;
  width: 180px;
}
.p-season-spot__link .-arrow-right {
  display: block;
  height: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.p-season-spot__link .-arrow-right img {
  display: block;
  width: 8px;
}
.p-season-spot__link.-more {
  bottom: 14px;
  margin: auto;
  padding: 0;
  text-align: center;
  width: 80px;
}
.p-season-spot__link.-icon {
  background-color: transparent;
  bottom: 20px;
  padding: 0;
  width: 98px;
}
.p-season-spot__link.-icon img {
  display: block;
}
.p-season-spot__link.-official {
  left: 175px;
}
.p-season-spot__link.-single {
  left: 30px;
}
.p-season-spot__link.-year-round {
  background-color: var(--pink-primary);
}
.p-season-spot__link.-spring {
  background-color: var(--red-primary);
}
.p-season-spot__link.-summer {
  background-color: var(--orange-primary);
}
.p-season-spot__link.-autumn {
  background-color: var(--brown-primary);
}

.p-map {
  border-bottom: 40px solid var(--gold-primary);
  margin: auto;
  padding-bottom: 100px;
  width: 100%;
}

.p-map__inner {
  margin: auto;
  width: 900px;
}

.p-map__heading {
  margin: auto;
  padding-top: 82px;
  width: 620px;
}

.p-map__title {
  align-items: center;
  color: var(--gold-primary);
  display: flex;
  font-family: "Hiragino Mincho", serif;
  font-size: 44px;
  height: 110px;
  justify-content: center;
  letter-spacing: 0.15em;
}

.p-map__title-icon {
  display: block;
  height: 110px;
  margin-right: 0.3em;
  position: relative;
  width: 110px;
}
.p-map__title-english img {
  display: block;
  margin: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.p-map__title-background {
  margin-top: -100px;
}
.p-map__title-background img {
  display: block;
  margin: auto;
}

.p-map__information {
  font-family: "Hiragino Mincho", serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 60px auto 0;
  padding: 0 150px;
}

.p-map__body {
  margin: 60px auto 0;
}
.p-map__body iframe {
  display: block;
  margin: auto;
  width: 100%;
}

.p-calender {
  background: url(../img/calender-background.jpg) left top repeat;
  background-size: 600px;
  margin: auto;
  padding: 100px 0;
  position: relative;
  width: 100%;
}

.p-calender__heading {
  margin: auto;
}

.p-calender__title {
  color: var(--red-primary);
  font-family: "Hiragino Mincho", serif;
  font-size: 44px;
  font-weight: normal;
  text-align: center;
}

.p-calender__inner {
  background-color: #fff;
  margin: auto;
  max-width: 1040px;
  padding: 50px 40px 40px;
}

.p-calender__description {
  color: var(--brown-primary);
  font-family: "Hiragino Mincho", serif;
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
  text-align: center;
}

.p-calender__picture {
  margin: 40px auto 0;
  width: 100%;
}
.p-calender__picture img {
  display: block;
  height: 100%;
  margin: auto;
  width: 100%;
}

.p-calender__information {
  color: #000;
  font-family: "Hiragino Mincho", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 40px;
  padding: 0 110px;
  text-align: left;
}

@media (max-width: 1280px) {
  .p-top-visual__logo {
    width: 600px;
  }
}

@media (max-width: 1024px) {
  .p-top-visual {
    height: 100%;
    min-height: 550px;
  }
  .p-top-visual__logo {
    width: 58.59375vw;
  }
  .p-season__background.-left {
    left: -70px;
    top: 0;
    width: 290px;
  }
  .p-season__background.-right {
    bottom: 0;
    width: 290px;
  }
  .p-season__background.-right.-year-round {
    right: -150px;
  }
  .p-season__inner {
    width: 100%;
  }
  .p-season__content {
    width: 94.7265625vw;
  }
  .p-season-spot {
    width: 45.8984375vw;
  }
  .p-season-spot:nth-child(even) {
    margin-left: 2.9296875vw;
  }
  .p-season-spot__content {
    min-height: 65.4296875vw;
  }
  .p-season-spot__number {
    margin-top: -2.9296875vw;
    width: 7.2265625vw;
  }
  .p-season-spot__flower {
    font-size: 1.7578125vw;
    margin-top: 0.78125vw;
  }
  .p-season-spot__title {
    font-size: 2.734375vw;
  }
  .p-season-spot__title.-small {
    font-size: 2.44140625vw;
  }
  .p-season-spot__location {
    font-size: 1.66015625vw;
    padding: 0.5859375vw 0.78125vw;
  }
  .p-season-spot__description {
    font-size: 1.5625vw;
    margin-top: 3.7109375vw;
  }
  .p-season-spot__infomation p {
    font-size: 1.5625vw;
  }
  .p-season-spot__infomation .-tel {
    font-size: 1.5625vw;
  }
  .p-season-spot__link {
    border-radius: 0.9765625vw 0 0.9765625vw 0;
    font-size: 1.5625vw;
    padding: 0.9765625vw 0;
  }
  .p-season-spot__link.-icon {
    width: 9.5703125vw;
  }
  .p-season-spot__link.-official {
    left: 17.08984375vw;
    width: 18.5546875vw;
  }
  .p-map__inner {
    width: 90%;
  }
  .p-map__information {
    padding: 0 14.6484375vw;
  }
  .p-calender__information {
    padding: 0 100px;
  }
}

@media (max-width: 768px) {
  .p-top-visual__logo {
    width: 70.3125vw;
  }
  .p-season-navi__inner {
    width: 75.5208333333vw;
  }
  .p-season-navi__title {
    font-size: 4.5572916667vw;
    padding-top: 4.6875vw;
  }
  .p-season-navi__main {
    justify-content: space-evenly;
  }
  .p-season__background.-left {
    display: none;
  }
  .p-season__background.-right {
    display: none;
  }
  .p-season__heading {
    padding-top: 10.4166666667vw;
    width: 90%;
  }
  .p-season__title {
    font-size: 5.7291666667vw;
  }
  .p-season__title-icon {
    height: 19.53125vw;
    margin-right: 0;
    width: 19.53125vw;
  }
  .p-season__title-icon .-center {
    font-size: 8.0729166667vw;
  }
  .p-season__title-icon .-left-top {
    font-size: 5.2083333333vw;
    left: 4.9479166667vw;
    top: 3.90625vw;
  }
  .p-season__title-icon .-right-bottom {
    bottom: 3.2552083333vw;
    font-size: 5.2083333333vw;
    right: 3.90625vw;
  }
  .p-season__title-icon.-year-round {
    background-size: 19.53125vw;
  }
  .p-season__title-icon.-spring {
    background-size: 19.53125vw;
  }
  .p-season__title-icon.-summer {
    background-size: 19.53125vw;
  }
  .p-season__title-icon.-autumn {
    background-size: 19.53125vw;
  }
  .p-season__title-english {
    margin-top: -2.6041666667vw;
  }
  .p-season__title-english.-year-round {
    margin-top: -0.78125vw;
  }
  .p-season__title-english img {
    height: 3.3854166667vw;
  }
  .p-season__title-background {
    margin: -13.0208333333vw auto 0;
    width: 90%;
  }
  .p-season-spot__content {
    min-height: 91.1458333333vw;
    padding: 0 2.6041666667vw 2.6041666667vw;
  }
  .p-season-spot__number {
    margin-top: -3.90625vw;
    width: 7.8125vw;
  }
  .p-season-spot__title {
    font-size: 2.8645833333vw;
    height: 7.8125vw;
    line-height: 7.8125vw;
  }
  .p-season-spot__title.-small {
    font-size: 2.8645833333vw;
    line-height: 1.4;
  }
  .p-season-spot__title .-twoline {
    display: block;
    line-height: 1;
    margin-left: 0;
  }
  .p-season-spot__location {
    bottom: 2.6041666667vw;
    font-size: 1.8229166667vw;
    padding: 0.5208333333vw 0.78125vw;
  }
  .p-season-spot__description {
    font-size: 2.0833333333vw;
    margin-top: 4.4270833333vw;
  }
  .p-season-spot__infomation p {
    font-size: 2.0833333333vw;
  }
  .p-season-spot__infomation .-tel {
    font-size: 2.0833333333vw;
  }
  .p-season-spot__link {
    padding: 1.3020833333vw 0;
    width: 15.625vw;
  }
  .p-map__heading {
    padding-top: 10.4166666667vw;
    width: 90%;
  }
  .p-map__title {
    font-size: 5.7291666667vw;
  }
  .p-map__title-icon {
    height: 19.53125vw;
    margin-right: 0;
    width: 19.53125vw;
  }
  .p-map__title-english {
    margin-top: -1.3020833333vw;
  }
  .p-map__title-english img {
    height: 3.3854166667vw;
  }
  .p-map__title-background {
    margin: -10.4166666667vw auto 0;
    width: 100%;
  }
  .p-map__information {
    line-height: 1.8;
    padding: 0 11.71875vw;
  }
  .p-calender {
    padding: 13.0208333333vw 0;
  }
  .p-calender__title {
    font-size: 5.2083333333vw;
  }
  .p-calender__inner {
    padding: 6.5104166667vw 5.2083333333vw 5.2083333333vw;
  }
  .p-calender__description {
    font-size: 2.6041666667vw;
  }
  .p-calender__picture {
    margin: 5.2083333333vw auto 0;
  }
  .p-calender__information {
    margin-top: 5.2083333333vw;
    padding: 0 3.90625vw;
  }
}

@media (max-width: 576px) {
  .p-top-visual {
    height: 100%;
    min-height: 100svh;
  }
  .p-top-visual__logo {
    width: 90%;
  }
  .p-season-navi {
    height: 53.3333333333vw;
  }
  .p-season-navi::before {
    border-width: 53.3333333333vw 53.3333333333vw 0 53.3333333333vw;
  }
  .p-season-navi__inner {
    width: 80vw;
  }
  .p-season-navi__title {
    font-size: 5.8666666667vw;
    padding-top: 8vw;
  }
  .p-season-navi__main-button {
    height: 18.6666666667vw;
    width: 25%;
  }
  .p-season-navi__main-button .-center {
    font-size: 10.6666666667vw;
  }
  .p-season-navi__main-button .-left-top {
    font-size: 6.9333333333vw;
    left: 3.4666666667vw;
    top: 1.6vw;
  }
  .p-season-navi__main-button .-right-bottom {
    bottom: 1.6vw;
    font-size: 6.9333333333vw;
    right: 3.4666666667vw;
  }
  .p-season-navi__main-button.-year-round {
    background-size: 26.6666666667vw;
  }
  .p-season-navi__main-button.-spring {
    background-size: 26.6666666667vw;
  }
  .p-season-navi__main-button.-summer {
    background-size: 26.6666666667vw;
  }
  .p-season-navi__main-button.-autumn {
    background-size: 26.6666666667vw;
  }
  .p-season {
    padding-bottom: 21.3333333333vw;
  }
  .p-season__title {
    font-size: 8.5333333333vw;
  }
  .p-season__title .-year-round {
    letter-spacing: 0;
  }
  .p-season__title-icon .-center {
    font-size: 9.6vw;
  }
  .p-season__title-icon .-left-top {
    font-size: 6.4vw;
    left: 4vw;
    top: 2.9333333333vw;
  }
  .p-season__title-icon .-right-bottom {
    bottom: 1.6vw;
    font-size: 6.4vw;
    right: 2.9333333333vw;
  }
  .p-season__title-icon.-year-round {
    background-size: 24vw;
    letter-spacing: 0.1em;
  }
  .p-season__title-icon.-spring {
    background-size: 24vw;
  }
  .p-season__title-icon.-summer {
    background-size: 24vw;
  }
  .p-season__title-icon.-autumn {
    background-size: 24vw;
  }
  .p-season__title-english {
    margin-top: 0;
  }
  .p-season__title-english.-year-round {
    margin-top: 3.7333333333vw;
  }
  .p-season__title-english img {
    height: 5.3333333333vw;
  }
  .p-season__title-background {
    margin: -13.3333333333vw auto 0;
    width: 100%;
  }
  .p-season__content {
    flex-direction: column;
    margin-top: 10.6666666667vw;
    width: 90%;
  }
  .p-season-spot {
    width: 100%;
  }
  .p-season-spot:nth-child(even) {
    margin-left: 0;
  }
  .p-season-spot:not(:nth-child(-n + 2)) {
    margin-top: 40px;
  }
  .p-season-spot:not(:first-child) {
    margin-top: 40px;
  }
  .p-season-spot__content {
    min-height: 184vw;
    padding: 0 5.6vw 5.3333333333vw;
  }
  .p-season-spot__number {
    margin-top: -10.6666666667vw;
    width: 15.4666666667vw;
  }
  .p-season-spot__flower {
    font-size: 4.2666666667vw;
    margin-top: 1.6vw;
  }
  .p-season-spot__title {
    font-size: 5.3333333333vw;
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
  }
  .p-season-spot__title.-small {
    font-size: 5.3333333333vw;
  }
  .p-season-spot__location {
    bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 1.6vw;
  }
  .p-season-spot__description {
    font-size: 4vw;
    margin-top: 9.0666666667vw;
  }
  .p-season-spot__infomation p {
    font-size: 4.2666666667vw;
  }
  .p-season-spot__infomation .-tel {
    font-size: 4.2666666667vw;
  }
  .p-season-spot__link {
    border-radius: 2.6666666667vw 0 2.6666666667vw 0;
    bottom: 10.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
  }
  .p-season-spot__link.-more {
    left: 16vw;
  }
  .p-season-spot__link.-icon {
    left: 8vw;
    width: 24vw;
  }
  .p-season-spot__link.-official {
    left: 42.6666666667vw;
    width: 40vw;
  }
  .p-season-spot__link.-single {
    left: 50%;
    transform: translateX(-50%);
    width: 40vw;
  }
  .p-map__heading {
    width: 100%;
  }
  .p-map__title {
    font-size: 8.5333333333vw;
  }
  .p-map__title-english {
    margin-top: -5.3333333333vw;
  }
  .p-map__title-english img {
    height: 5.3333333333vw;
  }
  .p-map__title-background {
    margin: -13.3333333333vw auto 0;
  }
  .p-map__information {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    margin-top: 5.3333333333vw;
    padding: 0 2.6666666667vw;
  }
  .p-map__body {
    margin-top: 60px;
  }
  .p-calender__title {
    font-size: 8vw;
  }
  .p-calender__inner {
    padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
  .p-calender__description {
    font-size: 4.5333333333vw;
    padding: 0;
    text-align: left;
  }
  .p-calender__picture {
    margin: 10.6666666667vw auto 0;
  }
  .p-calender__information {
    font-size: 4.2666666667vw;
    margin-top: 10.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}

@media (hover) {
  .p-season-navi__main-button:hover {
    filter: none;
    transform: translateY(5px);
  }
  .p-season-spot__infomation .-tel:hover {
    text-decoration: underline;
  }
  .p-season-spot__link:hover {
    filter: brightness(0.8);
    opacity: 1;
  }
}
