/* *****************************
 * Font
 **************************** */
@font-face {
  font-family: "NotoSerifJP-Medium";
  src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "NotoSerifJP-SemiBold";
  src: url("../fonts/Noto_Serif_JP/NotoSerifJP-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "NotoSerifJP-Bold";
  src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Bold.otf") format("opentype");
}
/* *****************************
 * Header
 **************************** */
body.home .l-header {
  background: none;
  max-width: 1920px;
  left: 50% !important;
  transform: translateX(-50%);
}

.l-header__inner {
  padding: 15px 80px;
}
@media screen and (max-width: 844px) {
  .l-header__inner {
    padding: 11px 24px;
  }
}

.l-header__inner--logo {
  height: 50px;
}
.l-header__inner--logo img {
  height: 100%;
}
body.home .l-header__inner--logo img.e-under {
  display: none;
}
body:not(.home) .l-header__inner--logo img.e-home {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__inner--logo {
    height: 32px;
  }
}

.l-header__inner--nav ul {
  margin-right: 30px;
}
.l-header__inner--nav ul li a {
  color: #ffffff;
  font-size: 1.6rem;
}
.l-header__inner--nav ul li a:hover {
  color: #ffffff;
}
body:not(.home) .l-header__inner--nav ul li a {
  color: #777777;
}
body:not(.home) .l-header__inner--nav ul li a:hover {
  color: #b93a2c;
}
.l-header__inner--nav ul li:not(:nth-child(3))::after {
  background-color: #ffffff;
  margin: 0 20px;
}
body:not(.home) .l-header__inner--nav ul li:not(:nth-child(3))::after {
  background-color: #707070;
}
.l-header__inner--nav ul li:not(:nth-child(4))::after {
  background-color: #ffffff;
  margin: 0 20px;
}
body:not(.home) .l-header__inner--nav ul li:not(:nth-child(4))::after {
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .l-header__inner--nav ul {
    margin-right: 0;
  }
  body:not(.home) .l-header__inner--nav ul li a {
    color: #ffffff;
  }
  body:not(.home) .l-header__inner--nav ul li a:hover {
    color: #ffffff;
  }
}

.l-header__inner--sns {
  display: flex;
  gap: 0 20px;
}
body:not(.home) .l-header__inner--sns .b {
  fill: #777777;
}
body:not(.home) .l-header__inner--sns svg:hover .b {
  fill: #b93a2c;
}
@media screen and (max-width: 767px) {
  .l-header__inner--sns {
    margin: 25px 0 0 0;
  }
  body:not(.home) .l-header__inner--sns .b {
    fill: #ffffff;
  }
  body:not(.home) .l-header__inner--sns svg:hover .b {
    fill: #ffffff;
  }
}

.l-header__inner--toggle span {
  width: 25px;
}
body.home .l-header__inner--toggle span {
  background-color: #ffffff;
}
body:not(.home) .l-header__inner--toggle.is-active span {
  background-color: #ffffff;
}

/* *****************************
 * Home
 **************************** */
/* Common
-------------------- */
.wrap-1200 {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 844px) {
  .wrap-1200 {
    padding: 0 12px;
  }
}

.modaal-video-wrap {
  margin: auto 0 !important;
}

.btn-reserve {
  position: fixed;
  right: 50px;
  bottom: 110px;
  z-index: 100;
}
@media screen and (max-width: 844px) {
  .btn-reserve {
    width: 90px;
    right: 14px;
    bottom: 20px;
  }
}

@media screen and (max-width: 844px) {
  .l-footer {
    position: relative;
  }
}

@media screen and (max-width: 844px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
/* Main
-------------------- */
body.home .l-main {
  background-image: url(../images/202209/home/main-bg-01.webp);
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 844px) {
  body.home .l-main {
    background-image: url(../images/202209/home/main-bg-01-sp.webp);
    background-size: 100% auto;
    background-color: #F7F7F7;
  }
}

/* Kv
-------------------- */
.kv-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv-area {
    display: block;
    padding: 200px 0 0 0;
  }
}
.kv-area .l-info {
  flex: 1;
}
.kv-area .l-info .e-heading {
  font-size: 5.6rem;
  color: #FFFFFF;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.25em;
  line-height: 1.75;
  margin: 0 0 0 -32px;
  font-weight: normal;
}
.kv-area .l-info .e-info {
  margin: 20px 0 0 -37px;
}
.kv-area .l-info .e-point {
  display: flex;
  gap: 0 24px;
  margin: 150px 0 0 -50px;
}
.kv-area .l-info .e-bnr {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 844px) {
  .kv-area .l-info {
    padding: 0 0 0 20px;
  }
  .kv-area .l-info .e-heading {
    font-size: 3.6rem;
    margin: 0;
  }
  .kv-area .l-info .e-info {
    margin: 20px 0 0 0;
  }
  .kv-area .l-info .e-point {
    gap: 0 12px;
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .kv-area .l-info {
    padding: 0;
  }
  .kv-area .l-info .e-heading {
    position: absolute;
    right: 24px;
    top: 150px;
    writing-mode: vertical-rl;
    font-size: 2.7rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .kv-area .l-info .e-heading span {
    display: inline-block;
    margin: 50px 0 0 0;
  }
  .kv-area .l-info .e-info {
    margin: 30px 0 0 0;
    padding: 0 19px 0 26px;
  }
  .kv-area .l-info .e-point {
    gap: 12px 11px;
    margin: 25px 0 0 0;
    padding: 0 12px;
    flex-wrap: wrap;
  }
  .kv-area .l-info .e-point li {
    width: calc((100% - 11px) / 2);
  }
  .kv-area .l-info .e-bnr {
    margin: 25px 0 0 0;
    padding: 0 20px;
  }
}
.kv-area .l-img {
  margin: -80px -130px 0 0;
  padding-bottom: 18px;
  max-width: 628px;
  background-image: url(../images/202209/home/kv-slide-bg-01.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto calc(100% - 18px);
}
@media screen and (max-width: 844px) {
  .kv-area .l-img {
    margin: 20px 0 0 30px;
    padding: 0 18px 18px 0;
    max-width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .kv-area .l-img {
    max-width: 288px;
    margin: 0 0 0 -30px;
    padding: 0 9px 9px 0;
    background-size: auto calc(100% - 9px);
  }
}

/* Heading
-------------------- */
.heading-01 {
  text-align: center;
  margin: 0 0 50px 0;
  letter-spacing: 0.1em;
}
.heading-01 .e-heading {
  font-size: 2.8rem;
  line-height: 1.75;
  font-family: "NotoSerifJP-Bold";
}
.heading-01 .e-text {
  font-size: 1.2rem;
}
.heading-01.v-02 {
  color: #ffffff;
}
@media screen and (max-width: 844px) {
  .heading-01 {
    margin: 0 0 25px 0;
  }
  .heading-01 .e-heading {
    font-size: 1.8rem;
  }
  .heading-01 .e-text {
    font-size: 1rem;
  }
  .heading-01.v-02 .e-heading {
    font-size: 1.6rem;
  }
}

/* Contents
-------------------- */
.home-section-01 {
  background-color: #ffffff;
  padding: 56px 48px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  margin: 0px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 844px) {
  .home-section-01 {
    padding: 30px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 45px 0 0 0;
  }
}
.home-section-01 .list-news-01 ul {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
}
.home-section-01 .list-news-01 ul li {
  flex: 1;
}
.home-section-01 .list-news-01 ul li a {
  display: block;
  text-decoration: none;
  color: #333333;
}
.home-section-01 .list-news-01 ul li a figure img {
  width: 100%;
  height: 216px;
  object-fit: cover;
}
.home-section-01 .list-news-01 ul li a dl {
  margin: 20px 0 0 0;
}
.home-section-01 .list-news-01 ul li a dl dt {
  color: #B9B9B9;
  font-size: 1.4rem;
  padding: 0 0 0 5px;
  font-weight: normal;
}
.home-section-01 .list-news-01 ul li a dl dt time {
  margin: 0 0 0 5px;
}
.home-section-01 .list-news-01 ul li a dl dd {
  font-size: 1.8rem;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 844px) {
  .home-section-01 .list-news-01 ul {
    gap: 0 12px;
    flex-direction: column;
  }
  .home-section-01 .list-news-01 ul li:nth-of-type(3) {
    display: none;
  }
  .home-section-01 .list-news-01 ul li a figure img {
    height: auto;
  }
  .home-section-01 .list-news-01 ul li a dl {
    margin: 10px 0 0 0;
  }
  .home-section-01 .list-news-01 ul li a dl dt {
    font-size: 1.2rem;
    padding: 0;
  }
  .home-section-01 .list-news-01 ul li a dl dd {
    font-size: 1.4rem;
    margin: 5px 0 0 0;
  }
}
.home-section-01 .e-btn a {
  background-color: #B93A2C;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  height: 55px;
  text-decoration: none;
  margin: 50px auto 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: normal;
}
@media screen and (max-width: 844px) {
  .home-section-01 .e-btn a {
    margin: 30px auto 0;
  }
}

.home-section-02 {
  padding: 120px 0;
}
@media screen and (max-width: 844px) {
  .home-section-02 {
    padding: 60px 0;
  }
}
.home-section-02 .list-service-01 ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.home-section-02 .list-service-01 ol li {
  width: calc((100% - 40px) / 2);
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  padding: 30px 30px 40px;
}
.home-section-02 .list-service-01 ol li dl {
  margin: 20px 0 0 0;
}
.home-section-02 .list-service-01 ol li dl dt {
  background-repeat: no-repeat;
  background-position: left bottom;
  min-height: 51px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  padding: 14px 0 0 75px;
  font-family: "NotoSerifJP-SemiBold";
}
.home-section-02 .list-service-01 ol li dl dt.e-dt-01 {
  background-image: url(../images/202209/home/service-bg-01.png);
}
.home-section-02 .list-service-01 ol li dl dt.e-dt-02 {
  background-image: url(../images/202209/home/service-bg-02.png);
}
.home-section-02 .list-service-01 ol li dl dt.e-dt-03 {
  background-image: url(../images/202209/home/service-bg-03.png);
}
.home-section-02 .list-service-01 ol li dl dt.e-dt-04 {
  background-image: url(../images/202209/home/service-bg-04.png);
}
.home-section-02 .list-service-01 ol li dl dd {
  line-height: 1.9;
  margin: 20px 0 0 0;
  font-weight: normal;
}
.home-section-02 .list-service-01 ol li dl dd.v-note {
  font-size: 1rem;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 844px) {
  .home-section-02 .list-service-01 ol li dl dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .home-section-02 .list-service-01 ol {
    display: block;
  }
  .home-section-02 .list-service-01 ol li {
    width: 100%;
    padding: 20px 20px 40px;
  }
  .home-section-02 .list-service-01 ol li + li {
    margin: 25px 0 0 0;
  }
  .home-section-02 .list-service-01 ol li img {
    width: 100%;
  }
  .home-section-02 .list-service-01 ol li dl {
    margin: 10px 0 0 0;
  }
  .home-section-02 .list-service-01 ol li dl dt {
    min-height: 32px;
    background-size: auto 32px;
    font-size: 1.8rem;
    padding: 3px 0 0 45px;
  }
  .home-section-02 .list-service-01 ol li dl dd {
    margin: 10px 0 0 0;
    font-size: 1.4rem;
  }
}

.home-section-03 {
  background-color: #535353;
  padding: 120px 0;
}
@media screen and (max-width: 844px) {
  .home-section-03 {
    padding: 60px 0;
  }
}
.home-section-03 .e-move {
  text-align: center;
}
.home-section-03 .e-mode {
  display: flex;
  gap: 0 40px;
  margin: 60px 0 0 0;
}
.home-section-03 .e-mode li {
  flex: 1;
  background-color: #ffffff;
}
.home-section-03 .e-mode li dl {
  padding: 20px 40px 50px;
  font-weight: normal;
}
.home-section-03 .e-mode li dl dt {
  font-family: "NotoSerifJP-Medium";
  text-align: center;
  font-size: 2rem;
}
.home-section-03 .e-mode li dl dd {
  margin: 20px 0 0 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .home-section-03 .e-mode {
    display: block;
    margin: 40px 0 0 0;
  }
  .home-section-03 .e-mode li + li {
    margin: 40px 0 0 0;
  }
  .home-section-03 .e-mode li img {
    width: 100%;
  }
  .home-section-03 .e-mode li dl {
    padding: 20px 12px 30px;
  }
  .home-section-03 .e-mode li dl dt {
    font-size: 1.8rem;
  }
  .home-section-03 .e-mode li dl dd {
    font-size: 1.4rem;
  }
}
.home-section-03 .e-golf-courses {
  border: 1px solid #ffffff;
  padding: 30px 35px;
  margin: 50px 0 0 0;
  color: #ffffff;
}
.home-section-03 .e-golf-courses .m-heading {
  font-size: 1.8rem;
}
.home-section-03 .e-golf-courses .m-list > dl {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  margin: 15px 0 0 0;
  line-height: 1.5;
}
.home-section-03 .e-golf-courses .m-list > dl + dl {
  margin: 10px 0 0 0;
}
.home-section-03 .e-golf-courses .m-list > dl dt {
  width: 110px;
}
.home-section-03 .e-golf-courses .m-list > dl dd {
  flex: 1;
}
@media screen and (max-width: 844px) {
  .home-section-03 .e-golf-courses {
    padding: 0;
    margin: 40px 0 0 0;
  }
  .home-section-03 .e-golf-courses .m-heading {
    font-size: 1.4rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0 15px 45px;
    background-image: url(../images/202209/home/toggle-plus-01.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    cursor: pointer;
  }
  .home-section-03 .e-golf-courses .m-heading.v-open {
    background-image: url(../images/202209/home/toggle-minus-01.svg);
  }
  .home-section-03 .e-golf-courses .m-list {
    padding: 0 12px 25px;
    display: none;
  }
  .home-section-03 .e-golf-courses .m-list > dl {
    display: block;
    margin: 20px 0 0 0;
  }
  .home-section-03 .e-golf-courses .m-list > dl + dl {
    margin: 20px 0 0 0;
  }
  .home-section-03 .e-golf-courses .m-list > dl dt {
    width: 100%;
  }
  .home-section-03 .e-golf-courses .m-list > dl dd {
    margin: 8px 0 0 0;
  }
  .home-section-03 .e-golf-courses .m-list.v-open {
    display: block;
  }
}

.home-section-04 {
  background-color: #F7F7F7;
  padding: 120px 0;
}
@media screen and (max-width: 844px) {
  .home-section-04 {
    padding: 60px 0;
  }
}
.home-section-04 .e-reserve {
  background-image: url(../images/202209/home/howto-img-01.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 490px;
  height: 170px;
  margin: 0 5px;
  color: #ffffff;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 844px) {
  .home-section-04 .e-reserve {
    width: 100%;
    padding: 11px;
    margin: 10px 5px;
    background-image: url(../images/202209/home/howto-img-01-sp.png);
  }
}
.home-section-04 .e-reserve dl dt {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  font-family: "NotoSerifJP-Bold";
}
.home-section-04 .e-reserve dl dd {
  margin: 10px 0 0 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 80%;
}
@media screen and (max-width: 844px) {
  .home-section-04 .e-reserve dl dt {
    font-size: 2rem;
  }
  .home-section-04 .e-reserve dl dd {
    margin: 10px 0 0 0;
    font-size: 1.2rem;
  }
}
.home-section-04 .e-reserve .m-btn {
  margin: 15px 0 0 0;
}
.home-section-04 .e-reserve .m-btn a {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 34px;
  color: #B93A2C;
  text-decoration: none;
  background-image: url(../images/202209/home/howto-arrow-02.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.home-section-04 .list-step-01 {
  display: flex;
  gap: 0 10px;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 844px) {
  .home-section-04 .list-step-01 {
    display: block;
    margin: 35px 0 0 0;
  }
}
.home-section-04 .list-step-01 .e-step {
  background-color: #ffffff;
  flex: 1;
  padding: 40px 10px 0 10px;
  height: 375px;
  text-align: center;
  position: relative;
}
.home-section-04 .list-step-01 .e-step dl {
  font-weight: normal;
  margin: 15px;
}
.home-section-04 .list-step-01 .e-step dl dt {
  font-size: 2rem;
  font-family: "NotoSerifJP-Medium";
}
.home-section-04 .list-step-01 .e-step dl dd {
  margin: 15px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.75;
}
.home-section-04 .list-step-01 .e-step p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75;
}
.home-section-04 .list-step-01 .e-step .m-step-number {
  position: absolute;
  left: 10px;
  top: 0;
}
@media screen and (max-width: 844px) {
  .home-section-04 .list-step-01 .e-step {
    padding: 45px 22px 30px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
  .home-section-04 .list-step-01 .e-step figure {
    width: 102px;
  }
  .home-section-04 .list-step-01 .e-step dl {
    flex: 1;
    margin: 0;
    padding: 20px 0 0 12px;
  }
  .home-section-04 .list-step-01 .e-step dl dt {
    font-size: 1.6rem;
  }
  .home-section-04 .list-step-01 .e-step dl dd {
    margin: 10px 0 0 0;
    font-size: 1.2rem;
  }
  .home-section-04 .list-step-01 .e-step p {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .home-section-04 .list-step-01 .e-step .m-step-number {
    left: 5px;
    max-width: 46px;
  }
}
.home-section-04 .list-step-01 .e-arrow {
  align-self: center;
}
@media screen and (max-width: 844px) {
  .home-section-04 .list-step-01 .e-arrow {
    padding: 20px 0;
    text-align: center;
  }
  .home-section-04 .list-step-01 .e-arrow img {
    transform: rotate(90deg);
  }
}

.home-section-05 {
  padding: 120px 0;
}
@media screen and (max-width: 844px) {
  .home-section-05 {
    padding: 60px 12px;
    background-color: #ffffff;
  }
}
.home-section-05 .e-text-01 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 844px) {
  .home-section-05 .e-text-01 {
    font-size: 1.6rem;
  }
}
.home-section-05 .list-shop-01 {
  max-width: 1060px;
  margin: 50px auto 0;
}
.home-section-05 .list-shop-01 dl {
  display: flex;
  font-size: 2rem;
}
.home-section-05 .list-shop-01 dl + dl {
  margin: 25px 0 0 0;
}
.home-section-05 .list-shop-01 dl dt {
  width: 280px;
}
.home-section-05 .list-shop-01 dl dt a {
  color: #B93A2C;
}
.home-section-05 .list-shop-01 dl dd {
  flex: 1;
  font-weight: normal;
}
@media screen and (max-width: 844px) {
  .home-section-05 .list-shop-01 dl {
    display: block;
    font-size: 1.6rem;
  }
  .home-section-05 .list-shop-01 dl + dl {
    margin: 30px 0 0 0;
  }
  .home-section-05 .list-shop-01 dl dt {
    width: 100%;
  }
}



