@charset "UTF-8";

/*
 * トップページ
 */

.is-hide {
  visibility: hidden;
  opacity: 0;
}

.sidebar {
  position: fixed;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.sidebar.is-show {
  opacity: 1;
}

.sidebar dt {
  position: relative;
  background: #00afec;
  background: -webkit-gradient(linear, left top, right top, from(#00afec), color-stop(60%, #05afde), to(#45b035));
  background: linear-gradient(90deg, #00afec 0%, #05afde 60%, #45b035 100%);
  color: #fff;
}

.sidebar dt::before {
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  background-image: url("../img/top/arrow_sidebar.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.sidebar dt.is-open::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sidebar dd {
  background-color: #fcfcfc;
}

.sidebar__title {
  display: block;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: rgba(50, 224, 245, .25);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.sidebar-sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar-sales--open {
  background-color: #02b31f;
}

.sidebar-sales--open .sidebar-sales__icon::before {
  background-image: url("../img/top/icon_sales_open.png");
}

.sidebar-sales--closed {
  background-color: #fe0f17;
}

.sidebar-sales--closed .sidebar-sales__icon::before {
  background-image: url("../img/top/icon_sales_closed.png");
}

.sidebar-sales--after-hours {
  background-color: #777;
}

.sidebar-sales--after-hours .sidebar-sales__title {
  text-align: center;
  letter-spacing: 0;
}

.sidebar-sales--after-hours .sidebar-sales__icon {
  display: none;
}

.sidebar-sales__icon {
  display: block;
  position: relative;
  width: 38px;
  height: 38px;
  margin-top: 3px;
}

.sidebar-sales__icon::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.sidebar-crowd-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar-crowd-status--open {
  background-color: #02b31f;
}

.sidebar-crowd-status--open .sidebar-crowd-status__icon::before {
  background-image: url("../img/top/icon_vacant.png");
}

.sidebar-crowd-status--busy-red {
  background-color: #fe0f17;
}

.sidebar-crowd-status--busy-red .sidebar-crowd-status__icon::before {
  background-image: url("../img/top/icon_busy.png");
}

.sidebar-crowd-status--busy-orange {
  background-color: #ff8205;
}

.sidebar-crowd-status--busy-orange .sidebar-crowd-status__icon::before {
  background-image: url("../img/top/icon_busy.png");
}

.sidebar-crowd-status--busy-yellow {
  background-color: #ffce00;
}

.sidebar-crowd-status--busy-yellow .sidebar-crowd-status__icon::before {
  background-image: url("../img/top/icon_busy.png");
}

.sidebar-crowd-status__icon {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
}

.sidebar-crowd-status__icon::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.sidebar-crowd-status__title {
  display: block;
  margin-top: 5px;
  text-align: center;
  line-height: 1.15;
}

.sidebar-weather-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar-weather-status--01 .sidebar-weather-status__icon::before {
  background-image: url("../img/top/icon_weather01.png");
}

.sidebar-weather-status--02 .sidebar-weather-status__icon::before {
  background-image: url("../img/top/icon_weather02.png");
}

.sidebar-weather-status--03 .sidebar-weather-status__icon::before {
  background-image: url("../img/top/icon_weather03.png");
}

.sidebar-weather-status--04 .sidebar-weather-status__icon::before {
  background-image: url("../img/top/icon_weather04.png");
}

.sidebar-weather-status__icon {
  display: block;
  position: relative;
}

.sidebar-weather-status__icon::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.sidebar-weather-status__temp {
  display: block;
  margin-top: 5px;
}

.sidebar-weather-status__temp::after {
  content: "℃";
}

.loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.loading__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background: #00afec;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 175, 236, .17)), color-stop(30%, rgba(5, 175, 222, .17)), to(rgba(69, 176, 53, .17)));
  background: linear-gradient(180deg, rgba(0, 175, 236, .17) 0%, rgba(5, 175, 222, .17) 30%, rgba(69, 176, 53, .17) 100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loading__item {
  display: none;
}

.mv {
  position: relative;
  z-index: 1;
}

.mv > div,
.mv > h1 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.mv-motion {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mv-motion__item:nth-child(1),
.mv-motion__item:nth-child(2) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv-motion__item:nth-child(1) {
  z-index: 4;
}

.mv-motion__item:nth-child(2) {
  z-index: 3;
}

.mv-motion__item:nth-child(3) {
  position: relative;
  z-index: 2;
}

.mv__catch-en {
  z-index: 4;
}

.mv__catch-ja {
  z-index: 2;
}

.mv__golf {
  z-index: 3;
}

.mv__building {
  overflow: hidden;
  z-index: 2;
}

.mv-slider {
  visibility: hidden;
  opacity: 0;
}

.mv-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mv-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.mv-slider .slick-dots li {
  margin: 0;
}

.mv-slider .slick-dots li button:before {
  opacity: .75;
  color: #fff;
}

.mv-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

@-webkit-keyframes firstLoadFade {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes firstLoadFade {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.mv-slider__item > div {
  -webkit-transition: -webkit-transform 10s ease-in-out;
  transition: -webkit-transform 10s ease-in-out;
  transition: transform 10s ease-in-out;
  transition: transform 10s ease-in-out, -webkit-transform 10s ease-in-out;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.mv-slider__item.is-first > div {
  -webkit-animation: firstLoadFade 10s ease-in-out 0s 1 normal none running;
  animation: firstLoadFade 10s ease-in-out 0s 1 normal none running;
}

.mv-slider__item.slick-current.slick-active:not(.is-stop) > div {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mv-slider__item .mv__catch-en {
  opacity: .75;
}

.appeal__content {
  margin-right: auto;
  margin-left: auto;
}

.appeal-text {
  line-height: 1.818;
}

.appeal-col__head {
  overflow: hidden;
  border: 3px solid var(--green);
}

.appeal-col__body {
  position: relative;
}

.appeal-col__body dt {
  color: var(--green);
  font-weight: 700;
}

.appeal-col__number {
  position: absolute;
  left: 0;
}

.appeal-col__title {
  position: relative;
}

.appeal-col__title-inner {
  position: relative;
  z-index: 1;
}

.appeal-col__title-bg {
  display: block;
  position: absolute;
  z-index: -1;
  top: .75em;
  left: 0;
  width: 100%;
  height: .5em;
  background-color: rgba(255, 245, 0, .25);
}

.facility {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  background: rgba(0, 175, 236, .1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 175, 236, .15)), color-stop(40%, rgba(5, 175, 222, .15)), to(rgba(69, 176, 53, .15)));
  background: linear-gradient(90deg, rgba(0, 175, 236, .15) 0%, rgba(5, 175, 222, .15) 40%, rgba(69, 176, 53, .15) 100%);
}

.facility__text {
  line-height: 1.842;
}

.facility-slider {
  display: none;
}

.facility-slider.slick-initialized {
  display: block;
}

.facility-slider__item {
  overflow: hidden;
  border-radius: 8px;
}

.news {
  margin-right: auto;
  margin-left: auto;
}

.news__content {
  margin-right: auto;
  margin-left: auto;
}

.playfee-rental {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.playfee-rental__content {
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

.playfee-rental__text {
  text-align: center;
}

.playfee-rental__note {
  text-align: center;
}

.playfee-rental__fee-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.playfee-rental__fee-list dt {
  margin-top: 5px;
  font-weight: 400;
  text-align: right;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.playfee-rental__fee-list dd {
  margin-top: 5px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.course-guide {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.course-guide__text {
  color: var(--green);
}

.event {
  margin-right: auto;
  margin-left: auto;
  background-color: var(--green);
}

.event__calendar {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
}

.event__calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
}

.interview-slider {
  display: none;
}

.interview-slider.slick-initialized {
  display: block;
}

.interview-slider__link {
  display: block;
}

.interview-slider__tmb {
  display: block;
  overflow: hidden;
}

.interview-slider__name {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
}

.interview-slider__division {
  display: inline-block;
}

.interview-slider__year {
  display: inline-block;
}

.access {
  background-color: var(--blue);
}

.access__content {
  margin-right: auto;
  margin-left: auto;
}

.access-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access-col__map .c-youtube-iframe {
  padding-top: 82.5%;
}

.access-col__title {
  display: block;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

.access-col-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  color: var(--blue);
  line-height: 1.15;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.access-col-panel::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.access-col-panel--access::before {
  background-image: url("../img/top/icon_address.png");
}

.access-col-panel--tel::before {
  background-image: url("../img/top/icon_tel.png");
}

@media screen and (min-width: 768px) {
  .sidebar {
    right: 40px;
    bottom: 40px;
    width: 314px;
  }

  .sidebar dt {
    padding: 16px 30px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    font-size: 1.06rem;
    cursor: pointer;
  }

  .sidebar dt::before {
    width: 21.69px;
    height: 13.66px;
  }

  .sidebar dt.is-open {
    border-radius: 16px;
  }

  .sidebar dd {
    padding-bottom: 30px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .sidebar__section {
    display: block;
    width: 72.038%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }

  .sidebar__title {
    font-size: .81rem;
  }

  .sidebar-sales {
    width: 100px;
  }

  .sidebar-sales--after-hours {
    width: 120px;
  }

  .sidebar-sales--after-hours .sidebar-sales__title {
    font-size: .94rem;
  }

  .sidebar-sales__title {
    font-size: 1.06rem;
  }

  .sidebar-crowd-status {
    width: 100px;
  }

  .sidebar-crowd-status__title {
    font-size: .97rem;
  }

  .sidebar-weather-status {
    width: 100px;
  }

  .sidebar-weather-status__icon {
    width: 100px;
    height: 80px;
  }

  .sidebar-weather-status__temp {
    font-size: .81rem;
  }

  .loading__item {
    min-width: 400px;
    width: 40.937%;
  }

  .mv__catch-en {
    top: 18%;
    width: 95.26%;
  }

  .mv__catch-ja {
    bottom: 7%;
    width: 35%;
  }

  .mv__golf {
    top: 5%;
    width: 43.197%;
  }

  .mv__building {
    top: 12%;
    width: 62.229%;
    border-radius: 80px;
  }

  .mv-slider {
    height: 930px;
  }

  .mv-slider.slick-initialized {
    height: unset;
  }

  .mv-slider .slick-dots {
    bottom: 10px;
  }

  .mv-slider .slick-dots li button:before {
    font-size: 10px;
  }

  .appeal {
    padding-top: 100px;
  }

  .appeal__content {
    min-width: 768px;
    max-width: 83.333%;
  }

  .appeal-text {
    font-size: 1.38rem;
  }

  .appeal-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .appeal-col--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .appeal-col--reverse .appeal-col__body {
    margin-left: 4%;
    padding-right: 6.25%;
  }

  .appeal-col__head {
    border-radius: 20px;
    -ms-flex-preferred-size: 39.687%;
    flex-basis: 39.687%;
  }

  .appeal-col__body {
    margin-left: 5.052%;
    padding-top: 90px;
    -ms-flex-preferred-size: 55.26%;
    flex-basis: 55.26%;
  }

  .appeal-col__body dt {
    font-size: 2.88rem;
  }

  .appeal-col__number {
    top: 1%;
    width: 112px;
  }

  .facility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 768px;
    max-width: 83.333%;
    margin-top: 120px;
    border-radius: 40px;
  }

  .facility__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 5.5%;
    padding-left: 12.5%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    gap: 7%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .facility__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .facility__text {
    font-size: 1.19rem;
  }

  .facility-slider {
    width: 40.625%;
    max-height: 630px;
    height: 90vh;
    margin-top: -.5%;
    margin-bottom: -.5%;
  }

  .facility-slider[data-facility-slider="1"] {
    margin-right: 25px;
  }

  .facility-slider[data-facility-slider="2"] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .facility-slider[data-facility-slider="2"] .facility-slider__item img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .facility-slider__item {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .news {
    min-width: 768px;
    max-width: 83.333%;
    margin-top: 80px;
    padding-top: 50px;
  }

  .news__content {
    width: 85.625%;
  }

  .playfee-rental {
    min-width: 768px;
    max-width: 83.333%;
    margin-top: 120px;
  }

  .playfee-rental__content {
    padding-top: 6%;
    padding-bottom: 8%;
    padding-left: 3%;
    border-radius: 30px;
    background-image: url("../img/top/img-playfee-rental.jpg");
  }

  .playfee-rental__pc-inner {
    width: 35.6%;
    margin-top: 40px;
  }

  .playfee-rental__text {
    font-size: 1.25rem;
  }

  .playfee-rental__note {
    margin-top: 20px;
    font-size: .88rem;
  }

  .playfee-rental__fee-list {
    margin-top: 15px;
    font-size: .88rem;
  }

  .playfee-rental .c-btn {
    margin-top: 30px;
  }

  .course-guide {
    min-width: 768px;
    max-width: 83.333%;
    margin-top: 180px;
    padding-top: 8%;
  }

  .course-guide__head {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }

  .course-guide__body {
    position: relative;
    z-index: 1;
  }

  .course-guide__text {
    width: 53%;
    margin-top: 30px;
    font-size: 1.19rem;
    line-height: 2.368;
  }

  .course-guide__image {
    width: 64.187%;
    margin-left: auto;
  }

  .event {
    min-width: 768px;
    max-width: 83.333%;
    margin-top: 170px;
    border-radius: 40px;
  }

  .event__content {
    padding: 10%;
  }

  .event__calendar {
    margin-top: 30px;
    padding-top: 64%;
  }

  .event__calendar iframe {
    width: 100% !important;
  }

  .interview {
    margin-top: 160px;
  }

  .interview-slider {
    margin-top: 50px;
  }

  .interview-slider__link {
    margin-right: 12px;
    margin-left: 12px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .interview-slider__link:hover {
    opacity: .7;
  }

  .interview-slider__tmb {
    border-radius: 30px;
  }

  .interview-slider__name {
    font-size: 2.81rem;
  }

  .interview-slider__division {
    font-size: 1.56rem;
  }

  .interview-slider__year {
    font-size: 1.56rem;
  }

  .access {
    margin-top: 140px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .access__content {
    width: 93.75%;
  }

  .access-col {
    margin-top: 70px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .access-col__map {
    -ms-flex-preferred-size: 26.483%;
    flex-basis: 26.483%;
  }

  .access-col__bnr {
    margin-left: .912%;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    -ms-flex-preferred-size: 26.483%;
    flex-basis: 26.483%;
  }

  .access-col__bnr:hover {
    opacity: .7;
  }

  .access-col__other {
    margin-left: 2.502%;
    -ms-flex-preferred-size: 43.952%;
    flex-basis: 43.952%;
  }

  .access-col__title {
    font-size: 1.31rem;
  }

  .access-col-panel {
    min-height: 80px;
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 100px;
    border-radius: 45px;
    font-size: 1.56rem;
  }

  .access-col-panel::before {
    left: 25px;
    width: 50px;
    height: 50px;
  }

  .access-col-panel--access {
    margin-top: 40px;
  }

  .access-col-panel__sm {
    font-size: 1.13rem;
  }

  .heading--appeal {
    width: 389px;
  }

  .heading--facility {
    max-width: 429px;
  }

  .heading--news {
    width: 315px;
  }

  .heading--playfee-rental {
    max-width: 854px;
    width: 55%;
  }

  .heading--course-guide {
    max-width: 798px;
  }

  .heading--event {
    max-width: 813px;
  }

  .heading--access {
    width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .sidebar {
    right: 0;
    bottom: 30px;
    left: 0;
    width: calc(100% - 40px);
    margin: auto;
  }

  .sidebar dt {
    padding: 10px 10px 10px 25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .sidebar dt::before {
    width: 16.2675px;
    height: 10.245px;
  }

  .sidebar dt.is-open {
    border-radius: 8px;
  }

  .sidebar dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sidebar__section {
    margin-right: 7.5px;
    margin-left: 7.5px;
    padding-top: 8px;
    -ms-flex-preferred-size: calc(33.3333333333% - 15px);
    flex-basis: calc(33.3333333333% - 15px);
  }

  .sidebar__title {
    font-size: 2.8vw;
    text-align: center;
  }

  .sidebar-sales--after-hours .sidebar-sales__title {
    font-size: 3.47vw;
  }

  .sidebar-sales__title {
    font-size: 3.73vw;
  }

  .sidebar-crowd-status__title {
    font-size: 3.47vw;
  }

  .sidebar-weather-status {
    width: 70px;
  }

  .sidebar-weather-status__icon {
    width: 70px;
    height: 56px;
  }

  .sidebar-weather-status__temp {
    font-size: 3.07vw;
  }

  .loading__item {
    width: 55.813%;
  }

  .mv__catch-en {
    top: 32%;
    width: 92.583%;
  }

  .mv__catch-ja {
    bottom: 9%;
    width: 50.93%;
  }

  .mv__golf {
    top: 6%;
    width: 71.102%;
  }

  .mv__building {
    top: 18%;
    width: 80.679%;
    border-radius: 20px;
  }

  .mv-slider {
    height: 358px;
  }

  .mv-slider.slick-initialized {
    height: unset;
  }

  .mv-slider .slick-dots {
    bottom: 0;
  }

  .appeal {
    padding-top: 60px;
  }

  .appeal__content {
    width: calc(100% - 40px);
  }

  .appeal-text {
    text-align: center;
  }

  .appeal-col {
    margin-top: 40px;
  }

  .appeal-col__head {
    width: 87%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 12px;
  }

  .appeal-col__body dt {
    position: relative;
    margin-top: 15px;
    margin-left: 14%;
    padding-left: 20%;
    font-size: 5.33vw;
  }

  .appeal-col__number {
    top: 9%;
    width: 21%;
  }

  .facility {
    position: relative;
    width: calc(100% - 40px);
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 120px;
    border-radius: 10px;
  }

  .facility__body {
    margin-top: 30px;
  }

  .facility__text {
    margin-top: 20px;
    text-align: center;
  }

  .facility-slider[data-facility-slider="2"] {
    margin-top: 20px;
  }

  .facility-slider__item {
    margin-right: 5px;
    margin-left: 5px;
  }

  .facility .c-btn {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
  }

  .news {
    width: calc(100% - 40px);
    padding-top: 80px;
  }

  .news__content {
    width: 89.743%;
  }

  .playfee-rental {
    width: calc(100% - 40px);
    margin-top: 80px;
  }

  .playfee-rental__content {
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 10px;
    background-image: url("../img/top/img-playfee-rental_smp.jpg");
  }

  .playfee-rental__content::before {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .55);
    content: "";
  }

  .playfee-rental__text {
    position: relative;
    z-index: 3;
    margin-top: 5vw;
  }

  .playfee-rental__note {
    position: relative;
    z-index: 3;
    margin-top: 20px;
  }

  .playfee-rental__fee-list {
    position: relative;
    z-index: 3;
    margin-top: 10px;
    font-size: .75rem;
  }

  .playfee-rental .c-btn {
    position: relative;
    z-index: 3;
    margin-top: 30px;
    border: none;
    background-color: var(--green);
  }

  .playfee-rental .c-btn .c-btn__content {
    color: #fff;
  }

  .playfee-rental .c-btn .c-btn__content::before {
    border-left-color: #fff;
  }

  .playfee-rental .c-btn .c-btn__content::after {
    border-color: #fff;
  }

  .course-guide {
    width: calc(100% - 40px);
    margin-top: 100px;
  }

  .course-guide__head {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .course-guide__text {
    margin-top: 15px;
    line-height: 1.5;
  }

  .course-guide__image {
    width: 80%;
    margin-left: auto;
  }

  .course-guide .c-btn {
    margin-right: auto;
    margin-left: auto;
  }

  .event {
    width: calc(100% - 40px);
    margin-top: 80px;
    border-radius: 10px;
  }

  .event__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .event__calendar {
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 100%;
  }

  .event__calendar iframe {
    width: calc(100% - 30px) !important;
  }

  .interview {
    margin-top: 80px;
  }

  .interview-slider {
    margin-top: 20px;
  }

  .interview-slider__link {
    margin-right: 4px;
    margin-left: 4px;
  }

  .interview-slider__tmb {
    border-radius: 15px;
  }

  .interview-slider__name {
    font-size: 1rem;
  }

  .access {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .access-col {
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .access-col__map {
    margin-right: 5px;
    margin-left: 5px;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }

  .access-col__bnr {
    margin-right: 5px;
    margin-left: 5px;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }

  .access-col__other {
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
    -ms-flex-preferred-size: calc(100% - 10px);
    flex-basis: calc(100% - 10px);
  }

  .access-col-panel {
    min-height: 60px;
    margin-top: 15px;
    padding-left: 60px;
    border-radius: 30px;
  }

  .access-col-panel::before {
    left: 10px;
    width: 40px;
    height: 40px;
  }

  .access-col-panel--access {
    margin-top: 40px;
  }

  .heading--appeal {
    width: 36.153%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading--facility {
    width: 45.897%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading--news {
    width: 27.692%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading--playfee-rental {
    position: relative;
    z-index: 3;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading--course-guide {
    width: 72.307%;
  }

  .heading--event {
    width: 83.846%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading--interview {
    overflow: hidden;
  }

  .heading--interview > img {
    max-width: 118%;
    width: 120%;
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }

  .heading--access {
    width: 140px;
    margin-right: auto;
    margin-left: auto;
  }
}