.top_slider {
width: 100%;
height: 100vh;
}
.top_slider .swiper-slide {
width: 100%;
height: 100vh;
}
.top_slider .swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media screen and (max-width: 896px) {
.top_slider {
height: 420px;
}
.top_slider .swiper-slide {
width: 100%;
height: 420px;
}
.top_slider .swiper-slide img {
width: 100%;
height: 420px;
object-fit: cover;
}
} .top-concept {
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
display: flex;
position: relative;
padding: 0 20px;
height: 55vh;
min-height: 550px;
}
.top-concept > .concept-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.top-concept > .concept-img > .img-box {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
transition: 1s;
}
.top-concept > .concept-img > .img-box:before {
content: "";
width: 100%;
height: 100%;
background-color: #232323;
position: absolute;
top: 0;
left: 0;
}
.top-concept > .en-left {
font-size: 4rem;
font-family: "Cormorant Garamond", serif;
letter-spacing: 0.4rem;
color: #fff;
transform-origin: left bottom;
transform: rotate(90deg);
position: absolute;
top: -20px;
left: -8px;
}
.top-concept > .en-left:before {
content: "";
width: 50px;
height: 1px;
position: absolute;
top: 45%;
left: -40px;
background: #fff;
transform: translateY(-50%) rotate(-45deg);
}
.top-concept .content-box {
padding: 0 20px;
}
.top-concept .content-box .logo-box {
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
display: flex;
margin-bottom: 20px;
}
.top-concept .content-box .logo-box .ttl {
font-size: 2.8rem;
font-weight: 500;
color: #fff;
}
.top-concept .content-box > .txt-box {
color: #fff;
margin-bottom: 20px;
}
.top-concept .content-box > .txt-box p {
font-size: 1.75rem;
}
.top-concept .content-box > .txt-box > * + * {
margin-top: 20px;
}
@media only screen and (max-width: 768px) {
.top-concept {
padding: 70px 0;
height: auto;
}
.top-concept > .en-left {
transform: rotate(0);
left: unset;
top: 0;
right: 0;
}
.top-concept .content-box .logo-box {
justify-content: center;
}
.top-concept .content-box .logo-box .ttl {
font-size: 2.2rem;
font-weight: bold;
width: 100%;
}
.top-concept .content-box > .txt-box p {
font-size: 1.5rem;
}
} .kodawari-box {
margin: 50px 0;
}
.kodawari-sp {
display: none;
}
.kodawari-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.kodawari-list li {
width: 23.5%;
max-width: 500px;
height: 600px;
position: relative;
}
.kodawari-list li:hover {
opacity: 0.5;
}
.kodawari-list li p {
font-size: 50px;
color: #fff;
position: absolute;
bottom: -23px;
left: 0px;
}
.kodawari-list li img {
width: 100%;
height: 600px;
object-fit: cover;
}
@media screen and (max-width: 1200px) {
.kodawari-list {
justify-content: space-evenly;
}
.kodawari-list li {
width: 49%;
height: auto;
margin-bottom: 2%;
}
.kodawari-list li img {
width: 100%;
height: auto;
object-fit: cover;
}
}
@media screen and (max-width: 768px) {
.kodawari-sp {
display: block;
}
.kodawari-list li {
width: 100%;
}
} .top-charm {
position: relative;
padding: 120px 0;
background-color: #232323;
overflow: hidden;
}
.top-charm .en-right,
.top-charm .en-left {
font-size: 12rem;
font-weight: 700;
font-family: "Cormorant Garamond", serif;
color: #ab9b75;
line-height: 0.8;
position: absolute;
top: 16px;
opacity: 0.4;
}
.top-charm .en-right::after,
.top-charm .en-left::after {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
height: 2px;
width: 30vw;
background-color: #ab9b75;
opacity: 0.6;
}
.top-charm .en-right::after {
right: 105%;
}
.top-charm .en-left::after {
left: 105%;
}
@media only screen and (max-width: 768px) {
.top-charm {
padding: 60px 0;
}
.top-charm .en-right,
.top-charm .en-left {
font-size: 5rem;
top: 55px;
}
}
.top-charm .en-right {
right: 0;
}
.top-charm .en-left {
left: 0;
}
.top-charm > .charm-list > li {
padding-top: 105px;
}
@media only screen and (max-width: 768px) {
.top-charm > .charm-list > li {
padding-top: 80px;
}
}
.top-charm > .charm-list > li {
position: relative;
}
.top-charm > .charm-list > li .content-box {
position: relative;
height: 100%;
margin: 0 auto 100px;
}
.top-charm > .charm-list > li .content-box > .img-box {
width: 50%;
min-height: 500px;
position: relative;
height: 100%;
}
.top-charm > .charm-list > li .content-box > .img-box > img {
width: 100%;
object-fit: cover;
height: 500px;
}
@media only screen and (max-width: 768px) {
.top-charm > .charm-list > li .content-box {
height: auto;
margin: 0 auto 50px;
}
.top-charm > .charm-list > li .content-box > .img-box {
min-height: 240px;
height: 240px;
}
.top-charm > .charm-list > li .content-box > .img-box > img {
height: 100%;
}
}
.top-charm > .charm-list > li .content-box > .txt-box {
position: absolute;
width: 50%;
top: 50%;
right: 0;
padding: 50px;
transform: translateY(-50%);
height: 100%;
}
.top-charm > .charm-list > li .content-box > .txt-box .charm_ttl {
color: #fff;
margin-bottom: 30px;
}
.top-charm > .charm-list > li .content-box > .txt-box p {
color: #fff;
}
.top-charm > .charm-list > li .content-box.-change > .img-box {
margin-left: 50%;
}
.top-charm > .charm-list > li .content-box.-change > .txt-box {
right: unset;
left: 0;
}
@media only screen and (max-width: 768px) {
.top-charm > .charm-list > li > .content-box {
flex-direction: column-reverse;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
display: flex;
flex-direction: row;
}
.top-charm > .charm-list > li > .content-box .img-box {
width: 100%;
height: 100%;
min-height: unset;
margin: 20px 0 0;
position: relative;
z-index: 2;
}
.top-charm > .charm-list > li > .content-box > .txt-box {
width: calc(100% - 20px);
top: 0;
right: 0;
transform: translate(0, 0);
position: relative;
margin: 10px auto;
padding: 40px 15px;
}
.top-charm > .charm-list > li > .content-box.-change > .img-box {
margin-left: 0;
}
.top-charm > .charm-list > li > .content-box.-change > .txt-box {
left: 0;
}
} .top-slide-gallery {
padding: 120px 0;
overflow: hidden;
}
.gallery-track {
display: flex;
width: max-content;
will-change: transform;
animation: scrollGallery 30s linear infinite;
}
.gallery-item {
flex: 0 0 auto;
width: 400px;
}
.gallery-item img {
aspect-ratio: 3 / 2;
width: 100%;
display: block;
}
@keyframes scrollGallery {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
} @media (max-width: 768px) {
.top-slide-gallery {
padding: 60px 0;
}
.gallery-item {
width: 75vw;
}
} .gslide-image img {
max-height: 75vh !important;
} .custom-thumbs {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 10px;
z-index: 9999;
width: 90%;
overflow-x: auto;
padding-bottom: 10px;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.custom-thumbs::-webkit-scrollbar {
display: none;
}
.custom-thumbs img {
width: 100px;
height: 70px;
object-fit: cover;
cursor: pointer;
opacity: 0.5;
transition: 0.3s;
}
.custom-thumbs img.active {
opacity: 1;
border: 2px solid #fff;
} .gallery-thumb-swiper {
margin-top: 20px;
}
.gallery-thumb-swiper .swiper-slide {
width: 140px;
}
.gallery-thumb-swiper img {
width: 100%;
aspect-ratio: 3 / 2;
object-fit: cover;
display: block;
}
@media (max-width: 768px) {
.gallery-thumb-swiper .swiper-slide {
width: 80px;
}
} .top_table {
margin: 40px auto 80px;
}
.top_table li {
display: flex;
margin-bottom: 30px;
background: #fff;
}
.top_table li h4 {
background: #e6e6e6;
color: #333;
font-size: 2rem;
font-weight: 500;
width: 26%;
padding: 25px 15px;
margin: 0;
box-sizing: border-box;
}
.top_table.checkin li h4 {
background: #232323;
color: #fff;
}
.top_table li h4::before,
.top_table li h4::after {
width: 0;
}
.top_table li p {
width: 74%;
padding: 16px 14px;
display: flex;
flex-direction: column;
justify-content: center;
}
.top_table.checkin li {
margin: 0;
border-bottom: 1px solid #b3b3b3;
}
@media only screen and (max-width: 868px) {
.top_table {
margin: 80px 3% 0;
}
.top_table li {
flex-direction: column;
}
.top_table li h4 {
width: 100%;
text-align: center;
border-right: none;
border-bottom: 1px solid #d6e5e8;
}
.top_table li p {
width: 100%;
}
} .top-news {
padding: 120px 0;
}
.top-news .content-box {
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
display: flex;
margin-bottom: 100px;
}
.top-news .content-box > .l-box {
width: 250px;
}
.top-news .content-box > .news-list {
width: calc(100% - 250px);
}
@media only screen and (max-width: 768px) {
.top-news {
padding: 40px 0;
}
.top-news .content-box {
margin-bottom: 50px;
}
.top-news .content-box > .l-box,
.top-news .content-box > .news-list {
width: 100%;
}
.top-news .content-box > .l-box {
margin-bottom: 30px;
}
.top-news .content-box > .news-list {
margin-bottom: 50px;
}
} .top-sightseeing {
padding: 120px 0;
}
@media only screen and (max-width: 768px) {
.top-sightseeing {
padding: 60px 0;
}
} .top_instagram {
padding: 120px 0;
}
@media only screen and (max-width: 768px) {
.top_instagram {
padding: 0 0 60px;
}
} .top-access {
padding: 80px 0;
background: #232323;
}
.top-access h3 {
color: #fff;
}
.top-access .en-ttl {
color: #fff;
}
.top-access .access-txt {
color: #fff;
line-height: 1.6;
margin: 50px;
text-align: center;
}
@media only screen and (max-width: 868px) {
.top-access .g-map {
margin-bottom: 40px;
}
.top-access .access-txt {
margin: 50px 0;
}
} .group {
padding: 80px 0;
text-align: center;
background: #e4dfd3;
}
.group__grid {
display: grid;
gap: clamp(1rem, 2.2vw, 1.5rem); max-width: 1000px;
margin-inline: auto;
}
.group__grid a {
text-decoration: none;
}
.groupcard {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 0.7em; min-height: 0;
aspect-ratio: 4 / 3;
justify-content: center;
padding: clamp(1.4rem, 3vw, 2rem) 1.2rem;
border: 1px solid var(--color-border-on-dark);
overflow: hidden; background: radial-gradient(120% 90% at 50% 0%, rgba(201, 162, 39, 0.1) 0%, transparent 60%), var(--color-dark);
}
.groupcard {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 0.7em; min-height: 0;
aspect-ratio: 4 / 3;
justify-content: center;
padding: clamp(1.4rem, 3vw, 2rem) 1.2rem;
border: 1px solid rgba(242, 239, 233, 0.22);
overflow: hidden; background: radial-gradient(120% 90% at 50% 0%, rgba(201, 162, 39, 0.1) 0%, transparent 60%), var(--color-dark);
}  .groupcard > *:not(.groupcard__bg) {
position: relative;
z-index: 1;
} .groupcard__bg {
position: absolute;
inset: 0;
z-index: 0;
background-size: cover;
background-position: center;
filter: grayscale(0.15);
transform: scale(1.02);
}
.groupcard__bg::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to bottom, rgba(11, 11, 13, 0.5) 0%, rgba(11, 11, 13, 0.66) 55%, rgba(11, 11, 13, 0.82) 100%);
}
.groupcard__series {
font-family: "Cormorant Garamond", "Shippori Mincho", serif;
font-size: 1.5rem;
letter-spacing: 0.2em;
color: #c9a227;
}
.groupcard__name {
display: grid;
gap: 0.35em;
margin-bottom: 0px !important;
}
.groupcard__en {
font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
font-size: clamp(1.65rem, 2.6vw, 2.5rem);
letter-spacing: 0.14em;
line-height: 1.15;
color: #f2efe9;
}
.groupcard__ja {
font-family: "Cormorant Garamond", "Shippori Mincho", serif;
font-size: 1.65rem;
letter-spacing: 0.24em;
color: #5c5750;
}
.groupcard__place {
font-size: 1.6rem;
letter-spacing: 0.14em;
color: #cfcac2;
}
.groupcard__open {
font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
font-weight: 500;
font-size: clamp(1.6rem, 2.2vw, 2rem);
line-height: 1.35;
font-variant-numeric: lining-nums tabular-nums;
font-feature-settings:
"lnum" 1,
"tnum" 1;
letter-spacing: 0.02em;
color: #c9a227;
text-shadow: 0 1px 6px rgba(11, 11, 13, 0.85);
margin-top: 0.3em;
}
@media (min-width: 820px) {
.group {
padding: 60px 0;
}
.group__grid {
grid-template-columns: repeat(3, 1fr);
align-items: stretch;
}
} .top_bnr {
margin: 0px auto;
max-width: 1200px;
width: 100%;
padding: 100px 20px;
box-sizing: border-box;
}
.top_bnr ul {
display: block;
margin: 0;
padding: 0;
list-style: none;
} .top_bnr ul.single-slide {
display: flex;
justify-content: center;
}
.top_bnr ul.single-slide li {
max-width: 460px;
width: 100%;
margin: 0 auto;
} .top_bnr ul li {
margin: 0 5px;
outline: none;
}
.top_bnr ul li img {
width: 100%;
display: block;
object-fit: cover;
}
@media screen and (max-width: 896px) {
.top_bnr {
padding: 50px 20px;
}
.top_bnr ul li {
margin: 0 10px;
}
} .slick-dots {
display: flex;
justify-content: center;
list-style: none;
padding: 0;
margin: 20px 0;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 12px;
height: 12px;
padding: 0;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: #ccc;
border-radius: 50%;
}
.slick-dots li.slick-active button {
background: #333;
}
.bnr_slider .slick-dots {
display: flex;
justify-content: center;
position: static;
padding: 10px;
}
.bnr_slider .slick-dots li {
margin: 0 5px;
list-style: none;
}
.top_bnr .bnr_slider .slick-prev,
.top_bnr .bnr_slider .slick-next {
display: none !important;
}