@charset "UTF-8";
/*
ヒーローヘッダーの中身
width: 100%;
height: 100vh;
position: relative;
overflow: hidden;
*/
.hero-header-slide-show__img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section__title-group {
  color: #8EC298;
  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;
}

.section__title-main {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  padding-bottom: 1rem;
  position: relative;
}

.section__title-main::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 110%;
  height: 0.5rem;
  background-color: #8EC298;
}

.section__title-sub {
  padding-top: 0.5rem;
}

.content {
  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;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85%;
  line-height: 1.6;
  margin: 2rem auto;
}

.news__item {
  border-bottom: 2px dotted #ccc;
  padding: 0.3rem 8%;
}

.news__text {
  padding-left: 2rem;
}

@media print, screen and (min-width: 480px) {
  .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-weather {
  margin-top: 10rem;
}

.weather__date {
  color: #fff;
  background-color: #8EC298;
  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: 10rem;
  height: 10rem;
  border-radius: 50%;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 2rem auto 0;
}

.weather__date-y {
  font-size: 1.6rem;
}

.weather__date-group {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.8rem auto;
}

.weather__date-slash {
  margin-top: -1px;
}

.weather__date-w {
  font-size: 1.6rem;
}

.weather__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90%;
  margin-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 2px dotted #ccc;
}

.weather__detail-list {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
}

.weather__detail-list:not(:first-child) {
  border-left: 1px solid #ccc;
}

.weather__mark {
  width: 20vw;
  height: 20vw;
  min-width: 5rem;
  min-height: 5rem;
  max-width: 10rem;
  max-height: 10rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.weather__mark--forecast.sunny {
  background-image: url(../../img/home/sun-icon.png);
}

.weather__mark--forecast.cloudy {
  background-image: url(../../img/home/cloud-icon.png);
}

.weather__mark--forecast.rainy {
  background-image: url(../../img/home/rain-icon.png);
}

.weather__mark--forecast.snowy {
  background-image: url(../../img/home/snow-icon.png);
}

.weather__mark--temp {
  background-image: url(../../img/home/temp-icon.png);
}

.weather__mark--rh {
  background-image: url(../../img/home/rh-icon.png);
}

.weather__desc {
  text-align: center;
  margin-top: 1rem;
}

.weather__desc--temp-data, .weather__desc--rh-data {
  display: inline-block;
  padding: 0 0.5rem;
}

.live-camera {
  width: 85%;
  margin-top: 2rem;
}

.live-camera__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  max-width: 56rem;
}

.live-camera__icon {
  width: 4rem;
}

.live-camera__text {
  padding-left: 2rem;
}

.live-camera__frame {
  text-align: center;
}

.live-camera__youtube {
  width: 85vw;
  height: 47.8vw;
  max-width: 56rem;
  max-height: 31.5rem;
}

@media print, screen and (min-width: 769px) {
  .area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .area--top {
    max-width: 120rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5rem;
  }
  .section-news, .section-weather {
    max-width: 60rem;
    width: 50%;
    margin-top: 0;
  }
  .live-camera__youtube {
    width: 30rem;
    height: 18.7rem;
  }
}

@media print, screen and (min-width: 1200px) {
  .live-camera__youtube {
    width: 50rem;
    height: 28.15rem;
  }
}

.area--middle {
  margin-top: 5rem;
}

.area--middle::before, .area--middle::after {
  content: '';
  display: block;
  margin: auto;
  width: 100vw;
  height: 20vw;
  max-height: 30rem;
  background-size: cover;
  background-position: center;
}

.area--middle::before {
  background-image: url(../../img/common/bg-img-01.png);
}

.area--middle::after {
  background-image: url(../../img/common/bg-img-02.png);
}

.section-topics, .section-stay {
  background-color: #F6F6F6;
}

.visual-img {
  width: 85%;
  margin: auto;
  padding: 2rem 0;
}

.topics, .stay {
  width: 85%;
  margin: auto;
}

.topics__catch, .stay__catch {
  margin-bottom: 3rem;
  line-height: 1.8;
}

.section-stay {
  padding-top: 10rem;
}

@media print, screen and (min-width: 769px) {
  .area--middle .section:nth-child(odd) .visual-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .area--middle .container--section {
    max-width: 120rem;
    margin: auto;
  }
  .container--section-topics, .container--section-stay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .visual-img {
    width: 60%;
  }
  .content.topics, .content.stay {
    width: 30%;
  }
  .topics__catch, .stay__catch {
    margin-top: 3rem;
    width: 80%;
  }
}

.section-access {
  margin-top: 5rem;
}

.access__map-frame {
  margin-top: 2rem;
}

.access__map {
  width: 85vw;
  height: 42.5vw;
  max-width: 56rem;
  max-height: 28rem;
}

.access__info {
  width: 85%;
}

@media print, screen and (min-width: 480px) {
  .access__info {
    width: auto;
  }
}

.access-info {
  line-height: 1.4;
}

.access-info > li:not(.access-info__note) {
  margin-top: 1.5rem;
}

.access-info__icon {
  width: 4rem;
  height: 4rem;
}

.access-info__tel, .access-info__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.access-info__text {
  padding-left: 1.5rem;
}

.access-info__link {
  text-decoration: underline;
}

.access-info__note {
  margin-top: 5rem;
}

@media print, screen and (min-width: 769px) {
  .access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3rem;
  }
  .access__info {
    margin-left: 5rem;
  }
}
/*# sourceMappingURL=style.css.map */