@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Shippori Mincho", serif;
    color: #664914;
    font-size: 16px;
    line-height: 2;
	position: absolute;

}

main {
    margin: 0 auto;
}

#lp-content .post_content, #main_content .post_content {
	padding: 100px 0;
}
article {
	margin-top: 200px;
    padding: 0 16px;
}

.l-topTitleArea {
	min-height: 332px;
}

.c-pageTitle {
	margin-top: 92px;
}

.p-termContent {
    padding: 0 16px;
} 

#content {
	padding: 0;
	max-width: 100%;
}

img {
    width: 100%;
    height: auto;
}

.container {
    max-width: 1104px;
    padding: 0 40px;
    margin: 0 auto;
}

.container__text {
    font-size: 0.875rem;
    line-height: 2;
}

.top__btn {
    margin-top: 40px;
}

.top__btn a {
    position: relative;
}

.top__btn a::after {
    position: absolute;
    content: "";
    background: url(imgs/common/Stroke.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.top__btn_brown a {
    display: block;
    line-height: 1;
    color: #F5F1EA;
    font-weight: bold;
    position: relative;
    padding: 16px;
    text-align: center;
}

.top__btn_brown {
    max-width: 228px;
    padding-right: 24px;
    background: #664914;
    border-radius: 6px;
}

.top__btn_brown:hover {
    color: #F3F5EA;
    background: #AD9D7F;
    transition: .3s;
}

.top__btn_green a {
    display: block;
    line-height: 1;
    color: #F5F1EA;
    font-weight: bold;
    position: relative;
    padding: 16px;
    text-align: center;
}


.top__btn_green {
    background: #04615B;
    border-radius: 6px;

}

.top__btn_green:hover {
    color: #F3F5EA;
    background: #60B0A6;
    transition: .3s;
}

.sub-title {
    font-size: 1.75rem;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 24px;
}

.back-color__top {
    background: #F5F1EA;
    background: linear-gradient(177deg, rgba(245, 241, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.back-color__bottom {
	overflow: hidden;
    background: #DBEFE8;
    background: linear-gradient(180deg, rgba(219, 239, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);    
}

button {
    border: transparent;
}


@media screen and (max-width: 768px) {
#lp-content .post_content, #main_content .post_content {
	padding: 80px 16px;
}	
	

.l-topTitleArea {
	min-height: 306px;
}

.c-pageTitle {
	margin-top: 66px;
}
	
	
.container {
    width: 100%;
    padding: 0 16px;
}

.container__text {
    line-height: 1.75;
}

.top__btn {
    margin: 40px auto;
}

.top__btn a {
    font-size:  0.875rem;
    line-height: 1.43;
}

.top__btn a::after {
    right: -4px;
}

.top__btn_brown {
    max-width: 226px;
}

.sub-title {
    font-size: 1.5rem;
    margin-bottom: 24px;
}
}

/* ヘッダー */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 92px;
    padding: 0 24px;
    overflow: visible;
    position: fixed;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
}

.header a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.site-title {
    max-width: 193px;
    z-index: 9999;
    margin-left: 12.77%;
}

.header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    z-index: 9998;
}

.global__navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-right: 40px;
    z-index: 9998;
}

.navigation__item, .navigation-lan {
    font-size:  0.875rem;
    line-height: 1.7;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 4px 4px rgb(0, 0, 0, 0.4);
    z-index: 9998;
}

.navigation__item:first-child {
    margin-right: 12px;
}

.sub {
    position: relative;
}

.sub::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(imgs/common/Stroke.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 35%;
    right: -16px;
    transform: rotate(90deg);
    text-shadow: 0 4px 4px rgb(0, 0, 0, 0.4);
    cursor: pointer;
}


.blur-bg {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(8px);
  z-index: 100;
  display: none;
  transition: opacity 0.3s ease;
}

/* メガメニュー */
.sub__list-wrapper {
    display: none;
    position: fixed;
    top: 92px;
    left: 0;
    right: 0;
    max-width: 1024px;
    margin: 0 auto;
}

.sub__list {
    padding: 24px 87.5px;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 56px;
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);

}

.sub__list-title {
    font-size: 1.5rem;
    line-height: 1.75;
}

.sub__list a {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 12px;
    text-shadow: 0 4px 4px rgb(0, 0, 0, 0.4);
}

.sub__list-item a {
    position: relative;
}

.sub__list-item a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(imgs/icons/icon_4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 35%;
    right: -12px;
}

.sub:hover .sub__list a {
    transition: all .3s;
}

.navigation-lan__list {
    position: relative;
}

.navigation-lan__list::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(imgs/icons/icon_3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
}

.navigation-lan {
    position: relative;
    display: inline-block;
}

.navigation-lan__dropdown {
    display: none;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    z-index: 999;
    padding: 24px 16px;
}

.navigation-lan__item a {
    display: block;
    color: #FFFFFF;
    padding: 8px;
    position: relative;
}

.navigation-lan__item:first-child a::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(imgs/icons/en-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 35%;
    left: -8px;
    filter: brightness(0) invert(1);
}

.navigation-lan__item:nth-child(2) a::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(imgs/icons/korean-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 35%;
    left: -10px;
    filter: brightness(0) invert(1);
}


.navigation-lan__item a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.navigation-lan.is-open .navigation-lan__dropdown {
    display: block;
}



@media (max-width: 1305px) {
    .navigation-lan__dropdown{
        top: 68px;
    }
}

@media (max-width: 1024px) {
    .navigation-lan__dropdown{
        top: 42px;
    }
}


.hamburger {
    width: 32px;
    height: 32px;
    overflow: visible;
    padding: 6.67px 4px;
    cursor: pointer;
    z-index: 100;
    position: relative;
}



.hamburger__line  {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px rgb(0, 0, 0, 0.4);
    height: 2px;
    width: 100%;
    border-radius: 9999px;
    text-align: left;
    transition: 0.3s;
    position: relative;
}

.hamburger__line::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 9999px;
    background: #FFFFFF;
    box-shadow: 0 2px 2px rgb(0, 0, 0, 0.4);
    position: absolute;
    top: 7px;
    transition: 0.3s;
}

.hamburger__line::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 9999px;
    background: #FFFFFF;
    box-shadow: 0 2px 2px rgb(0, 0, 0, 0.4);
    position: absolute;
    top: 14px;
    transition: 0.3s;
}

.hamburger.open .hamburger__line {
    background-color: transparent;
    box-shadow: none;
}

.hamburger.open .hamburger__line::before {
    top: 6px;
    transform: translateY(6px) rotate(-45deg);
}

.hamburger.open .hamburger__line::after {
    top: 18px;
    transform: translateY(-6px) rotate(45deg);;
}

/* ハンバーガーの中身 */
.hamburger__inner {
    display: none;
    position: fixed;
    top: 92px;
    right: 0;
    width: 62.63%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px 80px 80px 80px;
    color: #FFFFFF;
    overflow-y: scroll;
    z-index: 9999;
}

.hamburger__inner.show {
    display: block;
    transition: 0.3s;
}

.hamburger__tell {
    margin-bottom: 24px;
}

.hamburger__tell-lead {
    display: inline;
}

.hamburger__tell a {
    font-size: 20px;
}

.hamburger__tell a span {
    font-size: 1rem;
}


.hamburger__inner nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8.75%;
}

.hamburger-nav {
    margin-bottom: 40px;
    z-index: 100000;
}

.hamburger__title {
    display: inline-block;
	font-size: 1.1rem;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 24px;
}

.hamburger-nav span {
    font-size: 0.75rem;
    line-height: 1.7;
}

.hamburger-navigation__item {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 24px;
}

.hamburger-map {
    position: relative;
    padding-top: 40px;
}

.hamburger-map::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #FFFFFF;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}


.hamburger-map p {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.hamburger-map iframe {
    display: block;
    width: 90%;
    margin: 0 auto
}

.address a {
    display: block;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 65px;
}


@media screen and (max-width: 1024px) {
.site-title {
    margin-left: 2.77%;
}
.global__navigation {
    gap: 16px;
    margin-right: 0;
}
.navigation__item {
    font-size: 0.8rem;
}
}
/* ヘッダーSP */
@media screen and (max-width: 1024px) {
	

.header {
    height: 66px;
    padding: 12px 16px;
}


.site-title {
    width: 135px;
    margin-left: 8px;
}

.global__navigation {
    display: none;
}

/* ハンバーガーの中身 */
.hamburger__inner {
    display: none;
    top: 66px;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px 16px 80px 16px;
    color: #FFFFFF;
    overflow-y: scroll;
}

.hamburger__inner.show {
    display: block;
    transition: 0.3s;
}

.hamburger__tell {
    padding-left: 24px;
}

.hamburger__inner nav {
    flex-direction: column;
    gap: 8.75%;
    padding-left: 24px;
}

.hamburger-nav {
    margin-bottom: 40px;
    z-index: 100000;
}

.hamburger-nav__title {
    display: inline-block;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 12px;
}

.hamburger-nav span {
    font-size: 0.75rem;
    line-height: 1.7;
}

.hamburger-navigation__item {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 24px;
}

.hamburger-map p {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.hamburger-map iframe {
    display: block;
    width: 90%;
    margin: 0 auto
}

.address a {
    display: block;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 40px;
}

}

/* KV */
.top-kv {
    position: relative;
    margin-bottom: 80px
    
}


.kv-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.side-nav-list {
    position: fixed;
    width: 56px;
    top: 150px;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    z-index: 9999;
}

.side-nav-list__item {
    font-size: 0.875rem;
    line-height: 1.3;
    letter-spacing: 2.5px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    padding: 36px 16px 10px 16px;
	 z-index: 9999;
}


.side-nav-list__item:nth-child(1)::before, .side-nav-list__item:nth-child(2)::before {
    position: absolute;
    top: 16px;
    left: 45%;
    transform: translateX(-50%);
    content: "";
    width: 16px;
    height: 16px;
    background: url(imgs/icons/Icon_1.svg);
}

.side-nav-list__item:nth-child(3)::before {
    position: absolute;
    top: 16px;
    left: 45%;
    transform: translateX(-50%);
    content: "";
    width: 16px;
    height: 16px;
    background: url(imgs/icons/Icon_2.svg);
}

.side-nav-list__item:nth-child(2)::after, .side-nav-list__item:nth-child(3)::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 1px;
    background: #FFFFFF;
    top: 0;
    left: 45%;
    transform: translateX(-50%);
}

.side-nav-list__item a {
    writing-mode: vertical-rl;
    display: flex;
}

.side-nav-list__item a:hover {
    opacity: 0.7;
    transition: .4s;
}

.kv-text__area {
    position: absolute;
    top: 27.49%;
    left: 14.4%;
    z-index: 99;
}

.kv-text__area .p-title, .kv-text__area .h2 span {
    color: #FFFFFF;
    text-shadow: 0 2px 8px rgb(0, 0, 0, 0.6);
}

.kv-text__area .p-title {
    font-size: clamp(2rem, 1.648rem + 1.5vw, 3rem);
    line-height: 1.5;
    margin-bottom: 16px;
}

.kv-text__area .p-title span {
    font-size: clamp(2.5rem, 2.06rem + 1.88vw, 3.75rem);
    line-height: 1.5;
}

.p-title__lead {
    font-size:  clamp(1rem, 0.736rem + 1.13vw, 1.75rem);
    line-height: 1.75;
    color: #FFFFFF;
    text-shadow: 0 2px 8px rgb(0, 0, 0, 0.6);
}

.scroll span {
    font-size: 0.75em;
    line-height: 1.7;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 8px;
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    text-shadow: 0 2px 8px rgb(0, 0, 0, 0.6);

    z-index: 99;
}

.scroll span::before {
    animation: scroll 2s infinite;
    content: "";
    position: absolute;
    width: 0;
    height: 40px;
    border-left: 1px dashed #FFFFFF;
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
}

@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.scroll span::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(imgs/common/Stroke.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%) rotate(90deg);
}

/* KV SP */
@media screen and (max-width: 768px) {
.top-kv {
    position: relative;
    margin-bottom: 40px
}

.kv-img img {
    height: 100vh;
    object-fit: cover;
}

.side-nav-list {
    position: fixed;
    width: 100%;
    top: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;

}

.side-nav-list__item {
    line-height: 1.75;
    letter-spacing: 5.3px;
    position: relative;
    padding: 16px 7px 16px 30px;
}

.side-nav-list__item:nth-child(1)::before, .side-nav-list__item:nth-child(2)::before {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    content: "";
    width: 16px;
    height: 16px;
    background: url(imgs/icons/Icon_1.svg);
}

.side-nav-list__item:nth-child(3)::before {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    content: "";
    width: 16px;
    height: 16px;
    background: url(imgs/icons/Icon_2.svg);
}

.side-nav-list__item:nth-child(2)::after, .side-nav-list__item:nth-child(3)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background: #FFFFFF;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.side-nav-list__item a {
    writing-mode: unset !important;
}


.kv-text__area {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 18.48%;
    left: 50%;
    transform: translateX(-50%);
}


.kv-text__area .p-title {
    line-height: 1.75;
    margin-bottom: 12px;
}

.p-title__lead {
    line-height: 1.5;
}

}

/* ニュース */
.news {
    margin-bottom: 40px;
}

.news__list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #F2F2F7;
}

.news__list-item {
	cursor: pointer;
}

.news__list-item:hover {
    opacity: 0.7;
    transition: .3s;
}

.news__list-item-inner {
    display: flex;
    align-items: center;
}

.news__list-item-title {
    display: flex;
    align-items: center;
}

.news-category {
    font-size: 0.75rem;
    line-height: 1.7;
    font-weight: bold;
    color: #FFFFFF;
    background: #664914;
    padding: 0 12px;
    margin-right: 16px;
}

.news-time, .news-content {
    font-size: 0.875rem;
    line-height: 1.7;
    font-weight: bold;
}


.news-time {
    margin-right: 24px;
}

.arrow {
    position: relative;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.arrow::after {
    content: "";
    width: 24px;
    height:24px;
    background: url(imgs/icons/Icon-5.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.news .top__btn_green {
    max-width: 180px;
    margin: 40px auto 0;
    padding-right: 24px;
}

.news .top__btn_green a {
    display: block;
    padding: 16px;
}

@media screen and (max-width: 768px) {
.news__list-item-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 48px;
}

.news .top__btn_green {
    display: none;
}
}


/* イベント */
.event {
    margin-bottom: 40px;
}

.event-slider {
    display: block !important;
}

.event-item{
    width: 29.89%;
    padding-left: 16px;
}

.event-item:hover {
    opacity: 0.7;
    transition: .3s;
}


.arrow-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    position: relative;
    margin-bottom: 33.5px;
}

.prev-arrow, .next-arrow {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #F5F1EA;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.prev-arrow:hover, .next-arrow:hover, .bottom-prev-arrow:hover,  .bottom-next-arrow:hover {
	opacity: 0.7;
	transition: .3s;
}

.prev-arrow {
    transform: rotate(180deg);
}

.prev-arrow::before, .next-arrow::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(imgs/icons/Icon-5.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bottom-arrow-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    position: relative;
    margin-bottom: 33.5px;
}

.bottom-prev-arrow, .bottom-next-arrow {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #F5F1EA;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.bottom-prev-arrow {
    transform: rotate(180deg);
}

.bottom-prev-arrow::before, .bottom-next-arrow::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(imgs/icons/Icon-5.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* ガイド */
#guide {
    margin-bottom: 200px;
    overflow-x: hidden;
}

.guide-img {
    margin-bottom: 120px;
}

.guide-img img {
    object-fit: cover;
}


#guide .container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

#guide .container span {
    font-size: clamp(2rem, 1.824rem + 0.75vw, 2.5rem);
    line-height: 1.5;
    font-weight: bold;
}

.guide-text_area {
    width: 57.03%;
}

.guide-text_area .sub-title {
    margin-bottom: 24px;
}


.slider {
    display: flex;
    gap: 12px;
    margin-bottom: 120px;
}

.slider .band__img {
    width: 100%;
    margin-left: 16px;
}





/* ガイドSP */
@media screen and (max-width: 768px) {
#guide {
    margin-bottom: 0;
}

.guide-img {
    margin-bottom: 40px;
}

#guide .container {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
}

#guide .container span {
    line-height: 1.75;
    margin-bottom: 16px;
}

.guide-text_area {
    width: 100%;
}

.band {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 80px;
}

.band__img  {
    width: 100%;
}

}


/* ヴィラ */
.guide-villa, .guide-restaurant {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3.8%;
    margin-bottom: 80px;
}

.guide-restaurant {
    flex-direction: row-reverse;
}

.villa-swiper__area {
    width: 47.36%;
    position: relative;
}

.villa-swiper.swiper-slide {
    width: 100%;
}

.villa-swiper.swiper-wrapper {
    display: flex;
    justify-content: center;
}


.villa-swiper.swiper-wrapper.swiper-slide img {
    width: 47.36%;
    height: auto;
}

.guide-restaurant-slide img {
    width: 47.36%;
    height: auto;

}

.guide-villa-text__area, .guide-restaurant-text__area {
    width: 37.08%;
}

.guide-villa-text__area .sub-title, .guide-restaurant-text__area .sub-title {
    margin-bottom: 24px;
}

.sub-title-lead {
    font-weight: bold;
    position: relative;
    padding-left: 60px;
    margin-bottom: 8px;
}

.sub-title-lead::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 0.5px;
    background: #664914;
    top: 50%;
    left: 0;
    transform: scaleY(-50%);
}

.pagination-area {
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 40px;
    padding-bottom: 8px;

    z-index: 9997;
}

.swiper-pagination {
    display: block;
    position: static;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
    height: auto;

}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 2px;
    background-color: #FFFFFF;
} 

.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background-color: #FFFFFF;
}

.swiper-button-prev, .swiper-button-next {
    display: block;
    color: transparent;
    background-color: transparent;
    content: "";
    width: 24px;
    height: 24px;
    margin-top: initial;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    display: block;
}

.swiper-button-next::after {
    background-image: url(imgs/common/Stroke.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);

}
.swiper-button-prev::after {
    display: block;
    background-image: url(imgs/common/Stroke.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    top: 50%;
    left: 19px;
}

#guide-restaurant .pagination-area {
    position: absolute;
    bottom: 24px !important;
    left: 24px;
    display: flex;
    justify-content: center;
}



@media screen and (max-width: 768px) {
.guide-villa, .guide-restaurant {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.8%;
}

.guide-restaurant {
    flex-direction: column;
}

.villa-swiper__area, .guide-restaurant-text__area {
    width: 100%;
    margin-bottom: 60px;
}

.guide-villa-text__area, .guide-restaurant-text__area {
    width: 100%;
    padding: 0 16px;
}

.guide-villa .pagination-area {
    bottom: -50px !important;
    left: 50%;
    transform: translateX(-50%);

}
#guide-restaurant .pagination-area {
    bottom: -50px !important;
    left: 50%;
    transform: translateX(-50%);

}

}

/* ゴルフコース */
#golf {
    margin-bottom: 120px;
    overflow: hidden;
}

.golf-img {
    display: block;
    margin-bottom: 80px;
}

.golf-img img {
    object-fit: cover;
}

#golf .container {
    text-align: center;
}

#golf .container__text {
    margin-bottom: 80px;
}

.container__lead, .container__title, #golf .container__text, .course-tab__item {
    color: #04615B;
}

.container__lead {
    font-weight: bold;
    margin-bottom: 8px;
}

#golf .course__summary .container__text {
    color: #FFFFFF;
    margin-bottom: 0;

}

.course-tab__list {
    margin: 0 auto;
    width: 73.3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

.course-tab__item {
    min-width: 50px;
    font-size: 1.25rem;
    font-weight: bold;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.course-tab__item:hover {
    color: #DBEFE8;
    background: #04615B;
    transition: 0.3s;
}

.course__list {
    display: flex;
    align-items: center;
}

.course-swiper {
    overflow: hidden;
    width: 100%;
    max-width: 100%; 
    margin: 0 auto; 
}

.course-swiper .swiper-slide {
    width: 72.22%;
}

.course__list-item {
    height: 400px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
	cursor: pointer;
    list-style: none;
}

.course__list-item:hover {
	opacity: 0.7;
	transition: .3s;
}

.course__inner {
    width: 66.79%;
    height: 100%;
    padding: 40px 40px 24px 40px;
    background: url(imgs/top-golf/course_back.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.course__inner-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.course__inner span {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    color: #04615B;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course__lead {
    font-size: 1.25rem;
    line-height: 1.55;
}

.course__summary {
    display: flex;
    flex-direction: column;
    height: 240px;
}

.course-img {
    width: 33.2%;
    height: 400px;
    background: #FFFFFF;
    text-align: center;
}

.course-img img {
    display: block;
    width: auto;
    margin: 0 auto;

}

.course__note {
    text-align: right;
    margin-top: auto;
}

#golf .top__btn_green {
    max-width: 260px;
    margin: 0 auto;
    padding-right: 24px;
}

/* モーダル */
#overlay {
    width: 100vw;
    height: 100vh;
    background-color: #000000c2;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
}


.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80vw;
    height: auto;
    z-index: 9999;
}

.modal__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.course-img {
    background: #FFFFFF;
    text-align: center;
}

.course-img img {
    width: auto;
    height: 100%;
}

.no_scroll {
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .course-tab__list {
    width: 80%;
}
}

/* ゴルフSP */
@media screen and (max-width: 768px) {
#golf {
    margin-bottom: 80px;
}

.golf-img {
    margin-bottom: 40px;
}

#golf .container .container__text {
    margin-bottom: 40px;
}

.course-tab__list {
    margin: 0 auto 40px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    overflow-x: scroll;
}

.course-tab__item {
    font-size: 1rem;
    line-height: 1.75;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 48px;
    height: 48px;
}


.course__list-item {
    height: auto;
    flex-direction: column-reverse;
	
}

.course__inner {
    width: 87.2%;
    height: 330px;
    padding: 16px 16px;
}

.course__inner-title {
    margin-bottom: 10px;
}


.course__inner span {
    display: block;
    min-width: 48px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-img {
    width: 87.2%;
	height: 212px;
}

.modal {
    display: none;
    position: fixed;
    width: 100vw;
    z-index: 100;
}
.modal__inner {
    flex-direction: column-reverse;
	justify-content:flex-start;
	margin-top: 180px;
}
.course__note {
   padding-bottom: 16px;
}

}

/* 施設案内 */
#facilities {
    overflow: hidden;
}

#facilities .container {
    text-align: center;
    margin-bottom: 80px;

}

#facilities .container__text {
    color: #04615B;
}

#facilities .container__text:last-child {
    margin-bottom: 40px;
}

.facilities-swiper_left {
    overflow-x: hidden;
}

.facilities-slider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.facilities-swiper_left {
    margin-bottom: 80px;
}

/* .facilities-slide {
    position: relative;
    filter: brightness(60%);
    cursor: pointer;
} */

.facilities-slide {
    position: relative;
    cursor: pointer;
}

.facilities-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    pointer-events: none; 
    z-index: 1;
}


.facilities-slide:hover {
    opacity: 0.7;
}

.facilities-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.facilities-slide__text-area {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    z-index: 2;
}

.facilities__item, .facilities-action {
    color: #FFFFFF;
}

.facilities__item {
    font-size: 1.75rem;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 8px;
}

.facilities-action {
    position: relative;
    padding-right: 16px;
}

.facilities-action::after {
    position: absolute;
    content: "";
    background: url(imgs/common/Stroke.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 15px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* 施設案内SP */
@media screen and (max-width: 768px) {

#facilities .container__text:last-child {
    margin-bottom: 24px;
}

.facilities-slider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.facilities-slide__text-area {
    position: absolute;
    top: 50%;
    left: 46px;
}


.facilities-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.facilities__item {
    font-size: 1.5rem;
}

.facilities-action {
    font-size:  0.875rem;
    line-height: 1.42;
    position: relative;
    padding-right: 16px;
}

}

/* アクセス */
#access {
    margin-bottom: 80px;
}

#access .container {
    text-align: center;
}

iframe {
    width: 100%;
    margin-bottom: 49px;
}

.access-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

.access-list__item {
    width: 46.09%;
    text-align: left;
    color: #04615B;
}

.access__title {
    font-size: 1.75rem;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 24px;
}

#access .top__btn_green {
    max-width: 228px;
    margin: 0 auto;
    padding-right: 24px;
}

/* アクセスSP */
@media screen and (max-width: 768px) {

iframe {
    margin-bottom: 40px;
}

.access-list {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.access-list__item {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #DBEFE8;
}

.access__title {
    font-size: 1.125rem;
    line-height: 1.55;
}

.access__summary {
    font-size: 0.875rem;
    line-height: 1.7;
}

#access .top__btn_green {
    max-width: 240px;
}
}

/* フッター */
#footer {
    background: rgba(0, 0, 0, 0.4);
    padding: 40px 0 0 0 ;
	width: 100%;
	overflow: hidden;
}

#footer a:hover {
    opacity: 0.7;
    transition: .4s;
}

.footer__area {
    display: flex;
    justify-content: space-between;
}

.footer__title, .footer-nav {
    color: #FFFFFF;
}

.footer-log {
    width: 258px;
    margin-bottom: 24px;
}

.footer__tell {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
}

.footer__tell a {
    font-size: 1.25rem;
    line-height: 1.4;
}

.footer__tell span {
    font-size: 1rem;
    line-height: 1.75;
}

.footer__tell-lead {
    font-size: 0.75rem;
    line-height: 1.7;
}

#footer nav {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-nav__title {
    display: inline-block;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 12px;
}

.footer-nav span {
    font-size: 0.875rem;
    line-height: 1.7;
}

.footer-navigation__item {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 12px;
}

.footer-map p {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.footer-map iframe {
    width: 100%;
    margin-bottom: 0;
}


.address a {
    display: block;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 65px;
}

.copyright {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.3;
    color: #FFFFFF;
    padding: 24px 0 40px;
    position: relative;
}

.copyright::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* フッターSP */
@media screen and (max-width: 1024px) {
#footer .container {
    padding: 0;
}

.footer__area {
    flex-direction: column;
}

.footer-log {
    margin: 0 auto 24px;
}

.footer__tell {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.footer__tell a {
    line-height: 1.75;
}

.footer__tell-lead {
    line-height: 1.3;
}

#footer nav {
    flex-direction: column;
    gap: 40px;
}

.footer-nav__title {
    line-height: 1.56;
    margin-bottom: 16px;
    padding-left: 16px;
}

.footer-nav span {
    font-size: 0.875rem;
    line-height: 1.3;
}

.footer-navigation {
    display: flex;
    flex-wrap: wrap;
}

.footer-navigation__item {
    width: 50%;
    padding: 15px 16px ;
    margin-bottom: 0;
}

.footer-navigation__item:nth-child(odd) {
    border-right: 1px solid #DADADA;
}

.footer-navigation__item {
        border-top: 1px solid #DADADA;
}

.footer-navigation__item {
        border-bottom: 1px solid #DADADA;
}

	.footer-navigation__item {
    margin-bottom: 0;
}


.footer-map p {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 16px;
    padding: 0 16px;
}

.footer-map iframe {
    width: 100%;
    padding: 0 16px;
}


.address a {
    display: block;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 60px;
    padding: 0 16px;
}

.copyright {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.3;
    color: #FFFFFF;
    padding: 24px 0 70px 24px;
    position: relative;
}

.copyright::before {
    display: none;
}
}

/* 下層ページ */

.golf .course-tab__list {
    width: 76.3%;
}

.golf .container {
    margin-bottom: 40px;
}

.golf .container .sub-title::before {
    content: "";
    background: none;
}

.golf .course-swiper{
    display: flex;
    justify-content: center;
}

.l-golf {
    background: #DBEFE8;
    background: linear-gradient(180deg, rgba(219, 239, 232, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
    padding-bottom: 40px !important;  
}

.l-golf .modal  {
    position: fixed;
}

.l-golf .course__list-item {
    margin-right: 0 !important;
}

@media screen and (max-width: 1024px)  {
    .golf .course-tab__list {
    width: 80%;
    gap: 16px;
}
}
@media screen and (max-width: 768px)  {
    .golf .course-tab__list {
    width: 100%;
}

}