@charset "UTF-8";

/*================================mainvisual================================*/
.mainvisual{
position: relative;
width: 100%;
max-width: 1800px;
margin: auto;
background:#fff url(../images/bg-header.jpg) no-repeat top center;

padding: 400px 0 100px;
overflow: hidden;
}
.mainvisual .slide_wrap{
width:100%;
display: flex;
gap: 0 2%;
margin-left: -5%;
transform: scale(1.1);
transform-origin: top center;
}
.mainvisual .slide{
width: calc((100% - 2%) / 3);
}
.mainvisual .slide:nth-child(1){
padding-top: 160px;
}
.mainvisual .slide:nth-child(2){
padding-top: 80px;
}
.mainvisual .slide .slick-list{

overflow: hidden;
}
.mainvisual .slide img{
aspect-ratio: 59/70;
width: 100%;
height: auto;
}
.mainvisual .catch{
position: absolute;
top:274px;
left: 10%;
z-index: 1;
}
.mainvisual .catch span:nth-child(1){
position: relative;
font-size: 2rem;
letter-spacing: 4px;
margin-bottom: 20px;
display: flex;
align-items: center;
}
.mainvisual .catch span:nth-child(1)::before{
display: inline-block;
content: "";
width: 85px;
height: 1px;
background:#858585;
margin-right: 20px;
}
.mainvisual .catch span:nth-child(2){
font-family: "Shippori Antique B1", sans-serif;
font-size: 8rem;
font-weight: 400;
letter-spacing: 16px;
line-height: 1.3;
}
@media  only screen and (max-width: 768px) {
.mainvisual{
width:100%;
max-width: 100%;
background:#fff url(../images/bg-header.jpg) no-repeat top left;
background-size: 100% auto;
padding: 0 ;
margin: 70px auto 0;
overflow: initial;
}
.mainvisual .slide_wrap{
width:100%;
display: block;
margin-left: 0;
transform: initial;
}
.mainvisual .slide{
width:100%;
margin-top: 2vw;
}
.mainvisual .slide:nth-child(1){
padding-top: 0;
margin-top: 0;
}
.mainvisual .slide:nth-child(2){
padding-top: 0;
}
.mainvisual .slide img{
aspect-ratio: 16/9;
width: 100%;
height: 100%;
object-fit: cover;
}
.mainvisual .catch{
display: flex;
justify-content: center;
width: auto;
position: absolute;
top: 0;
left: 0;
padding: 4vw;
background: rgba(255, 255, 255, 1);
}
.mainvisual .catch span:nth-child(1){
order: 2;
writing-mode: vertical-rl;
font-size: 3.6vw;
line-height: 1.3;
letter-spacing: 0.5vw;
white-space: nowrap;
margin-bottom: 0;
margin-left:2vw;
}
.mainvisual .catch span:nth-child(1)::before{
display: inline-block;
content: "";
width: 1px;
height:10vw;
background:#333;
margin: 0 0 3.5vw;
}
.mainvisual .catch span:nth-child(2){
order: 1;
writing-mode: vertical-rl;
white-space: nowrap;
font-size:8vw;
letter-spacing: 1.6vw;
line-height: 1.3;
padding:0;
}

/*==
.mainvisual .catch{
display: flex;
justify-content: center;
width: 50%;
position: absolute;
top: 10%;
left: 0;
right: 0;
margin: auto;
padding: 6vw 0;
background: rgba(255, 255, 255, 0.5);
}
.mainvisual .catch span:nth-child(1){
order: 2;
writing-mode: vertical-rl;
font-size: 5vw;
line-height: 1.3;
letter-spacing: 0.5vw;
white-space: nowrap;
margin-bottom: 0;
margin-left: 2vw;
}
.mainvisual .catch span:nth-child(1)::before{
display: inline-block;
content: "";
width: 1px;
height:14vw;
background:#333;
margin: 0 0 3.5vw;
}
.mainvisual .catch span:nth-child(2){
order: 1;
writing-mode: vertical-rl;
white-space: nowrap;
font-size:10vw;
letter-spacing: 2vw;
line-height: 1.3;
padding:0;
}
==*/

}
/*=============================== loop_slide ================================*/
.loop_slide{
margin-top: -20px;
pointer-events: none;
}
.loop_slide span{
display: inline-block;
color: #d6dbd4;
font-size: 17rem;
font-family: "Cormorant Garamond", serif;
font-weight: 500;
letter-spacing: -7px;
padding-right: 100px;
white-space: nowrap;
}
.loop_slide .slick-list{
height: 17rem!important;
}
@media only screen and (max-width: 767px) {
.loop_slide{
width: calc(100% + 12vw);
margin-top: -12vw;
margin-left: -6vw;
margin-bottom: 0;
}
.loop_slide span{
font-size:20vw;
letter-spacing: 0;
padding-right: 10vw;
}
.loop_slide .slick-list{
height: auto!important;
}
}
/*=============================== h2 ================================*/
h2 > * {
display:inline-block;
text-decoration: none;
transition: 0.3s;
}
h2 > * span:nth-child(1) {
display:flex;
align-items: center;
color: #000000;
min-height: 26px;
font-size: 2.4rem;
background: url(../images/icon/icon-ume.svg) no-repeat left center;
padding-left:50px;
margin-bottom: 20px;
letter-spacing: 0.5em;
}
h2 > * span:nth-child(2) {
display: inline-block;
color: #333333;
font-size: 11rem;
font-family: "Cormorant Garamond", serif;
font-weight: 500;
letter-spacing: -2px;
}
h2 a:hover {
opacity: 0.7;
}
@media only screen and (max-width: 767px) {
h2 > * span:nth-child(1) {
font-size: 2rem;
background: url(../images/icon/icon-ume.svg) no-repeat left center;
padding-left:40px;
margin-bottom: 10px;
}
h2 > * span:nth-child(2) {
font-size: 5rem;
}
}
/*=============================== about_sct ================================*/
.about_sct{
position: relative;
width: 100%;
max-width: 1800px;
margin: auto;
padding: 80px 0 800px;
background: #fff url(../images/bg-about.jpg) no-repeat bottom center;
}
.about_sct .inner{
position: relative;
display: flex;
justify-content: space-between;
width:1150px;
padding-bottom: 180px;
margin: auto ;
}
.about_sct .inner .text_wrap{
padding: 50px 0 0 40px;
}
.about_sct .inner .text_wrap .catch01{
margin-bottom: 70px;
}
.about_sct .inner .text_wrap .catch01 span{
display: block;
height: auto;
font-size: 4.5rem;
font-weight: 500;
line-height: 1.5;
letter-spacing: 0.5em;
margin-bottom: 30px;
}
.about_sct .inner .text_wrap .catch01 a{
text-decoration: none;
}
.about_sct .inner .text_wrap .catch01 figure{
display: flex;
align-items: center;
gap: 20px;
}
.about_sct .inner .text_wrap .catch01 figure figcaption{
font-size: 1.2rem;
font-weight: 600;
line-height: 1.6;
}
.about_sct .inner .text_wrap p{
font-size: 1.6rem;
line-height: 2.4;
margin-bottom: 60px;
}
.about_sct .inner .text_wrap .btn03 > *{
width: 166px;
}
.about_sct .inner .image_wrap{
position: relative;
width:520px;
height: 440px;
}
.about_sct .inner .image_wrap figure:nth-of-type(1){
position: absolute;
bottom: -140px;
left: 70px;
width:200px;
height: auto;
}
.about_sct .inner .image_wrap figure:nth-of-type(2){
/*width:100%;*/
width:520px;
height: auto;
}
.about_sct .inner .image_wrap img{
width:100%;
height: auto;
}
.about_sct .inner .image_wrap .catch02{
position: absolute;
right:36px;
top: -56px;
}
.about_sct .inner .image_wrap .catch02 .wrap{
display: inline-flex;
align-items: flex-start;
flex-direction: row-reverse;
}
.about_sct .inner .image_wrap .catch02 .wrap span:not(:first-child){
margin-right: 5px;
}
.about_sct .inner .image_wrap .catch02 span{
display: inline-block;
white-space: pre;
writing-mode: vertical-rl;
color: #fff;
font-size: 2rem;
padding: 12px;
letter-spacing:6px;
background: #000;
}
.about_sct .inner .image_wrap .catch02 span:first-child{
padding: 18px 12px 12px;
}
@media only screen and (max-width: 767px) {
.about_sct{
width: 100%;
max-width: 100%;
padding: 60px 0 52vw;
background: #fff url(../images/bg-about.jpg) no-repeat bottom center;
background-size: 100% auto;
}
.about_sct .inner{
display: block;
width:100%;
padding: 0 25px;
}
.about_sct .inner .text_wrap{
padding: 0 0 50px;
}
.about_sct .inner .text_wrap .catch01{
margin-bottom: 30px;
}
.about_sct .inner .text_wrap .catch01 span{
font-size: 2.2rem;
line-height: 1.5;
margin-bottom:30px;
}
.about_sct .inner .text_wrap .catch01 a{
position: relative;
color:var(--c-primary);
display: block;
padding: 10px 15px!important;
border-radius: 5px;
text-decoration: none;
border: 1px solid #eee;
}
.about_sct .inner .text_wrap .catch01 a:after {
position: absolute;
right: 15px;
top: 50%;
content: '';
display: block;
width: 8px;
height: 8px;
border-top: solid 2px #333;
border-right: solid 2px #333;
transform: rotate(45deg) translateY(-50%);
}
.about_sct .inner .text_wrap .catch01 figure{
display: block;
}
.about_sct .inner .text_wrap .catch01 figure figcaption{
font-size: 1.2rem;
line-height: 1.3;
margin-top: 8px;
}
.about_sct .inner .text_wrap p{
font-size: 1.4rem;
line-height: 2;
margin-bottom: 20px;
}
.about_sct .inner .text_wrap p br{
display: none;
}
.about_sct .inner .text_wrap .btn03 > *{
width: 166px;
}
.about_sct .inner .image_wrap{
position: relative;
width:100%;
height: auto;
margin-bottom: 30vw;
}
.about_sct .inner .image_wrap figure:nth-of-type(1){
position: absolute;
bottom: -21vw;
left: 10vw;
width:30vw;
}
.about_sct .inner .image_wrap figure:nth-of-type(2){
width:100%;
height: auto;
}
.about_sct .inner .image_wrap .catch02{
position: absolute;
right:36px;
top: -26px;
}
.about_sct .inner .image_wrap .catch02 .wrap{
display: inline-flex;
align-items: flex-start;
flex-direction: row-reverse;
}
.about_sct .inner .image_wrap .catch02 .wrap span:not(:first-child){
margin-right: 5px;
}
.about_sct .inner .image_wrap .catch02 span{
font-size: 4vw;
padding: 2vw 2vw 3vw;
}
.about_sct .inner .image_wrap .catch02 span:first-child{
padding: 4vw 2vw 3vw;
}
}
/*=============================== experience_sct ================================*/
.experience_sct{
position: relative;
width: 100%;
max-width: 1800px;
margin: auto;
padding: 120px 0 180px;
background: #fff;
}
.experience_sct .inner{
position: relative;
width:1150px;
margin: auto ;
}
.experience_sct .inner ol{
display: flex;
flex-wrap: wrap;
gap:0 80px;
}
.experience_sct .inner ol li{
position: relative;
width:calc((100% - 160px) / 3);
}
.experience_sct .inner ol li .title{
display: flex;
align-items: center;
line-height: 1;
margin-bottom: 20px;
}
.experience_sct .inner ol li .title span:nth-child(1){
display: inline-block;
font-size: 3.6rem;
font-family: "Cormorant Garamond", serif;
font-weight: 500;
letter-spacing: 0;
padding-bottom: 2px;
margin-top: -8px;
}
.experience_sct .inner ol li .title span:nth-child(2){
display: inline-flex;
align-items: center;
height: 24px;
font-size: 2.2rem;
border-left: 1px solid #ccc;
padding-left: 16px;
padding-bottom: 5px;
margin-left: 16px;
}
.experience_sct .inner ol li figure{
aspect-ratio: 33/27;
margin-bottom: 20px;
}
.experience_sct .inner ol li figure img{
width: 100%;
}
.experience_sct .inner ol li p{
font-size: 1.5rem;
line-height: 1.6;
margin-bottom:30px;
}
.experience_sct .inner ol li:nth-child(1){
position: relative;
display: flex;
gap: 100px;
width:1150px;
margin-bottom: 120px;
padding-top: 75px;
}
.experience_sct .inner ol li:nth-child(1) .image_wrap{
width:700px;
margin-left: -175px;
}
.experience_sct .inner ol li:nth-child(1) .image_wrap figure{
aspect-ratio: initial;
width:700px;
}
.experience_sct .inner ol li:nth-child(1) .text_wrap{
padding-top: 140px;
}
.experience_sct .inner ol li:nth-child(1) .text_wrap .title{
font-size: 4.5rem;
font-weight: 500;
line-height: 1.5;
}
.experience_sct .inner ol li:nth-child(1) .title {
position: absolute;
top: 0;
left: 625px;
display: block;
line-height: 1;
margin-bottom: 20px;
}
.experience_sct .inner ol li:nth-child(1) .title span:nth-child(1){
display: inline-flex;
align-items: center;
height: 24px;
padding-right: 16px;
padding-bottom: 7px;
margin-bottom: 16px;
border-right: 1px solid #ccc;
}
.experience_sct .inner ol li:nth-child(1) .title span:nth-child(2){
display: block;
height: auto;
border-left: none;
padding-left: 0;
padding-bottom: 0;
margin-left: 0;
font-size: 4.5rem;
line-height: 1.5;
}
.experience_sct .inner ol li:nth-child(1) .text_wrap p{
font-size: 1.5rem;
line-height: 2.4;
margin-bottom: 40px;
}
.experience_sct .inner ol li .btn03 > *{
width: 166px;
}
@media only screen and (max-width: 767px) {
.experience_sct{
width: 100%;
max-width: 100%;
padding:60px 25px 80px;
}
.experience_sct .inner{
width:100%;
}
.experience_sct .inner ol{
display: block;
width: 85%;
margin: 50px auto 0;
}
.experience_sct .inner ol li{
position: relative;
width:100%;
margin-bottom:60px;
}
.experience_sct .inner ol li:last-child{
margin-bottom:0;
}
.experience_sct .inner ol li .title{
display: flex;
align-items: center;
line-height: 1;
margin-bottom: 20px;
}
.experience_sct .inner ol li .title span:nth-child(1){
display: block;
font-size: 3.6rem;
padding-bottom: 0;
margin-top: -6px;
}
.experience_sct .inner ol li .title span:nth-child(2){
display: block;
height: auto;
font-size: 1.8rem;
line-height: 1.3;
border-left: none;
padding-left: 10px;
padding-bottom: 0;
margin-left: 0;
}
.experience_sct .inner ol li figure{
aspect-ratio: 1300/888;
margin-bottom: 20px;
overflow: hidden;
}
.experience_sct .inner ol li figure img{
width: 100%;
height: 100%;
object-fit: cover;
}
.experience_sct .inner ol li p{
font-size: 1.4rem;
line-height: 1.5;
margin-bottom: 10px;
}
.experience_sct .inner ol li:nth-child(1){
display: block;
width:100%;
padding-top: 0;
margin-bottom:50px;
}
.experience_sct .inner ol li:nth-child(1) .image_wrap{
width: 100%;
padding-top: 0;
margin-left: 0;
}
.experience_sct .inner ol li:nth-child(1) .image_wrap figure{
width: 100%;
margin-bottom: 20px;
}
.experience_sct .inner ol li:nth-child(1) .text_wrap{
padding-top: 0;
}

.experience_sct .inner ol li:nth-child(1) .title {
position: initial;
display: flex;
align-items: center;
}
.experience_sct .inner ol li:nth-child(1) .title span:nth-child(1){
display: block;
height: auto;
font-size: 3.6rem;
line-height: 1;
letter-spacing: 0;
padding-right: 0;
padding-bottom: 0;
margin-bottom: 0;
border: none;
}
.experience_sct .inner ol li:nth-child(1) .title span:nth-child(2){
display: block;
align-items: center;
height: auto;
font-size: 1.8rem;
line-height: 1.3;
border-left: none;
padding-left: 10px;
padding-bottom: 0;
margin-left: 0;
}
.experience_sct .inner ol li:nth-child(1) .title span:nth-child(2) br{
display: none;
}
.experience_sct .inner ol li:nth-child(1) .text_wrap p{
font-size: 1.4rem;
line-height: 1.5;
margin-bottom: 10px;
}
.experience_sct .inner ol li .btn03 > *{
width: 100%;
margin: auto;
}
}
/*=============================== food_sct ================================*/
.food_sct{
position: relative;
width: 100%;
max-width: 1800px;
margin: auto;
padding: 0 0 160px;
background: #fff url(../images/bg-food.jpg) no-repeat top center;
}
.food_sct .inner{
position: relative;
width:1150px;
margin: auto ;
padding-top: 900px;
}
.food_sct .inner .catch01{
position: absolute;
top: 120px;
right: 120px;
display: flex;
align-items: flex-start;
flex-direction: row-reverse;
}
.food_sct .inner .catch01 span{
white-space: pre;
display: inline-block;
writing-mode: vertical-rl;
color: #fff;
font-size: 2.6rem;
font-weight: 500;
line-height: 1.8;
letter-spacing:6px;
}
.food_sct .inner .text_wrap{
position: relative;
width:500px;
margin:-20px 0 0 auto;
}
.food_sct .inner .text_wrap::before{
position: absolute;
top:-400px;
left:0;
content: "";
width:300px;
height:346px;
background: url(../images/food-img01.jpg) no-repeat;
background-size: 100% auto;
}
.food_sct .inner .catch02{
font-size: 4.5rem;
font-weight: 500;
letter-spacing: 0;
line-height: 1.5;
margin-bottom: 30px;
}
.food_sct .inner p{
font-size: 1.5rem;
line-height: 2.2;
}
.food_sct .inner .btn03 > *{
width: 166px;margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.food_sct{
position: relative;
width: 100%;
max-width: 100%;
padding: 0 25px 80px;
background: #fff url(../images/bg-food.jpg) no-repeat top center;
background-size: 260% auto;
}
.food_sct .inner{
width:100%;
padding-top: 160vw;
}
.food_sct .inner h2 {
width: 100%;
margin-bottom: 20px;
}
.food_sct .inner .catch01{
position: absolute;
top: 14vw;
right: initial;
left:50%;
transform: translateX(-50%);
}
.food_sct .inner .catch01 span{
font-size: 5vw;
}
.food_sct .inner .text_wrap{
width:100%;
margin:0;
}
.food_sct .inner::before{
aspect-ratio: 300/346;
position: absolute;
top:85vw;
left:50%;
transform: translateX(-50%);
content: "";
width:50vw;
height:auto;
background: url(../images/food-img01.jpg) no-repeat;
background-size: 100% auto;
}
.food_sct .inner .text_wrap::before{
display: none;
}
.food_sct .inner .catch02{
font-size: 2.2rem;
line-height: 1.5;
margin-bottom: 20px;
}
.food_sct .inner p{
font-size: 1.4rem;
line-height: 1.8;
}
.food_sct .inner .btn03 > *{
width: 166px;
margin-top: 30px;
}
}
/*=============================== shopping_sct ================================*/
.shopping_sct{
position: relative;
width: 100%;
max-width: 1800px;
margin: auto;
padding: 620px 0;
background:url(../images/bg-shop-top.jpg) no-repeat top center,
url(../images/bg-shop-bottom.jpg) no-repeat bottom center;
}
.shopping_sct .inner{
position: relative;
width:1150px;
margin: auto ;
}
.shopping_sct .inner h2 > * span:nth-child(1) {
letter-spacing: 1.2em;
}
.shopping_sct .inner .text_wrap{
position: relative;
width:500px;
margin:-20px 0 0 auto;
}
.shopping_sct .inner .catch{
font-size: 4.5rem;
font-weight: 500;
letter-spacing: 0;
line-height: 1.5;
margin-bottom: 30px;
}
.shopping_sct .inner p{
font-size: 1.5rem;
line-height: 2.2;
}
.shopping_sct .inner .btn03 > *{
width: 166px;margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.shopping_sct{
position: relative;
width: 100%;
max-width: 100%;
padding:50vw 25px 56vw;
background:url(../images/bg-shop-top.jpg) no-repeat top center,
url(../images/bg-shop-bottom.jpg) no-repeat bottom center;
background-size: 100% auto;
}
.shopping_sct .inner{
width:100%;
}
.shopping_sct .inner h2 {
width: 100%;
margin-bottom: 30px;
}
.shopping_sct .inner h2 > * span:nth-child(1) {
letter-spacing: 0.5em;
}
.shopping_sct .inner .text_wrap{
width:100%;
margin:0;
}
.shopping_sct .inner .catch{
font-size: 2.2rem;
line-height: 1.5;
margin-bottom: 20px;
}
.shopping_sct .inner p{
font-size: 1.4rem;
line-height:1.8;
}
.shopping_sct .inner .btn03 > *{
width: 166px;
margin-top: 30px;
}
}
/*=============================== topics_sct ================================*/
.topics_sct{
position: relative;
width: 100%;
max-width: 1800px;
margin: 180px auto 0;
padding: 120px 0 0;
background: #edefec;
}
.topics_sct .inner{
position: relative;
width:1150px;
margin: auto ;
}
.topics_sct h2{
text-align: center;
}
.topics_sct h2 span:nth-child(1) {
display: block;
color: #e4e7e2;
font-size:20rem;
background: none;
padding-left: 0;
margin-bottom: 0;
letter-spacing: 0;
text-align: center;
}
.topics_sct .inner ul.slide{
margin-top: -30px;
}
.topics_sct .inner ul.slide .slick-track{
margin-left: -40px;
}
.topics_sct .inner ul.slide .slick-slide li{
padding-left: 40px; 
}
.topics_sct .inner ul.slide li a{
color: var(--c-primary);
text-decoration: none;
transition: 0.3s;
} 
.topics_sct .inner ul.slide li a:hover{
opacity: 0.7;
} 
.topics_sct .inner ul.slide li time{
display: inline-block;
font-size: 1.3rem;
color: #999999;
margin-bottom: 8px;
}
.topics_sct .inner ul.slide li .title{
display: inline-block;
font-size: 1.5rem;
line-height: 1.5;
margin-bottom: 8px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
line-clamp: 2;
-webkit-line-clamp: 2;
}
.topics_sct .inner figure{
position: relative;
aspect-ratio: 7 / 5;
background: #ccc;
margin-bottom: 20px;
}
.topics_sct .inner img{
position: relative;
object-fit: cover;
width: 100%;
height: 100%;
z-index: 1;
}
@media only screen and (max-width: 767px) {
.topics_sct{
position: relative;
width: 100%;
max-width: 100%;
margin: 80px auto 0;
padding: 40px 0 0;
background: #edefec;
}
.topics_sct .inner{
position: relative;
width:100%;
}
.topics_sct h2{
text-align: center;
}
.topics_sct h2 span:nth-child(1) {
font-size:24vw;
}
.topics_sct .inner ul.slide{
margin-top: 1vw;
}
.topics_sct .inner ul.slide .slick-track{
margin-left: 0;
}
.topics_sct .inner ul.slide .slick-slide li{
padding: 0 10px; 
}
.topics_sct .inner ul.slide li time{
font-size: 1.3rem;
}
.topics_sct .inner ul.slide li .title{
display: inline-block;
font-size: 1.4rem;
margin-bottom: 8px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
line-clamp: 2;
-webkit-line-clamp: 2;
}
.topics_sct .inner figure{
position: relative;
aspect-ratio: 7 / 5;
background: #ccc;
margin-bottom: 20px;
}
.topics_sct .inner img{
position: relative;
object-fit: cover;
width: 100%;
height: 100%;
z-index: 1;
}
}
/*=============================== info_sct ================================*/
.info_sct{
position: relative;
width: 100%;
max-width: 1800px;
margin: auto;
padding: 120px 0 180px;
background: #edefec;
}
.info_sct .inner{
position: relative;
width:1150px;
display: flex;
margin: auto ;
}
.info_sct .inner h2{
width: 330px;
}
.info_sct .inner h2 > * span:nth-child(1) {
font-size: 2rem;
padding-left:40px;
margin-bottom: 20px;
letter-spacing: 0.2em;
}
.info_sct .inner h2 > * span:nth-child(2) {
font-size: 4rem;
letter-spacing: 1px;
}
.info_sct .inner ul{
width: 820px;
border-top: 1px solid #cccccc;
}
.info_sct .inner ul li{
border-bottom: 1px solid #cccccc;
}
.info_sct .inner ul li a{
display: block;
color: #333;
padding: 40px 20px;
text-decoration: none;
transition: 0.3s;
}
.info_sct .inner ul li a:hover{
opacity: 0.7;
}
.info_sct .inner ul li a .wrap{
display: flex;
align-items: center;
}
.info_sct .inner ul li a .wrap time{
color: #999999;
font-size: 1.3rem;
width:200px;
}
.info_sct .inner ul li a .wrap p{
font-size: 1.5rem;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
line-clamp: 2;
-webkit-line-clamp: 2;
}
@media only screen and (max-width: 767px) {
.info_sct{
position: relative;
width: 100%;
max-width: 100%;
padding: 80px 25px;
}
.info_sct .inner{
width: 100%;
display: block;
}
.info_sct .inner h2{
width: 100%;
margin-bottom: 20px;
}
.info_sct .inner h2 > * span:nth-child(1) {
font-size: 2rem;
margin-bottom: 10px;
}
.info_sct .inner h2 > * span:nth-child(2) {
font-size: 4rem;
letter-spacing: 1px;
}
.info_sct .inner ul{
width: 100%;
}
.info_sct .inner ul li a{
padding: 30px 0;
}
.info_sct .inner ul li a .wrap{
display: block;
}
.info_sct .inner ul li a .wrap time{
display: block;
font-size: 1.3rem;
width:auto;
margin-bottom: 8px;
}
.info_sct .inner ul li a .wrap p{
font-size: 1.4rem;
line-height: 1.5;
}
}
/*=============================== access_sct ================================*/
.access_sct{
position: relative;
width: 100%;
max-width: 1800px;
margin: auto;
padding: 180px 0;
background: #fff;
}
.access_sct .inner{
position: relative;
display: flex;
align-items: center;
gap: 120px;
width:1150px;
margin: auto ;
}
.access_sct .inner .image_wrap{
width:792px;
margin-left: -175px;
}
/*
.access_sct .inner .text_wrap{
padding-top: 48px;
}
*/
.access_sct .inner .text_wrap dl:nth-of-type(1) dt.fn figure img{
margin-bottom:28px;
}
.access_sct .inner .text_wrap dl:nth-of-type(1) dt.fn figure figcaption{
font-size: 2rem;
margin-bottom:20px;
}
.access_sct .inner .text_wrap dl:nth-of-type(1) dd{
font-size: 1.6rem;
line-height: 1.8;
margin-bottom:30px;
letter-spacing: 2px;
}
.access_sct .inner .text_wrap dl:nth-of-type(1) dd .postal-code{
display: block;
}
.access_sct .inner .text_wrap dl:nth-of-type(1) dd a{
display: block;
color:var(--c-primary);
font-size: 1.7rem;
text-decoration: none;
}
.access_sct .inner .text_wrap dl:nth-of-type(2){
display: grid;
grid-template-columns: auto 1fr;
row-gap: 0.8em;
font-size: 1.6rem;
}
.access_sct .inner .text_wrap dl:nth-of-type(2) dt{
white-space: nowrap;
width: 5em;
}
.access_sct .inner .text_wrap dl:nth-of-type(2) dd span{
font-size: 1.2rem;
margin-left: 1em;
}
.access_sct .inner .text_wrap .btn02{
margin-top: 30px;
}
.access_sct .inner .text_wrap .sns{
margin-top: 20px;
display: flex;
gap: 40px;
}
.access_sct .inner .text_wrap .sns li a{
display: flex;
align-items: center;
color: var(--c-primary);
height: 32px;
font-size: 1.5rem;
text-decoration: none;
}
.access_sct .inner .text_wrap .sns li:nth-child(1) a{
padding-left: 26px;
background: url(../images/icon/icon-googlemap.svg) no-repeat left center;
background-size: auto 32px;
}
.access_sct .inner .text_wrap .sns li:nth-child(2) a{
padding-left: 32px;
background: url(../images/icon/icon-instagram.svg) no-repeat left center;
background-size: auto 23px;
}
.access_sct .inner .text_wrap .sns li a:hover{
opacity: 0.7;
}
@media only screen and (max-width: 767px) {
.access_sct{
width: 100%;
max-width: 100%;
padding: 80px 0;
}
.access_sct .inner{
display: block;
width:100%;
}
.access_sct .inner .image_wrap{
width: 100%;
margin-left: 0;
margin-bottom: 50px;
}
.access_sct .inner .image_wrap figure{
aspect-ratio:4/3;
width: 100%;
height:auto;
overflow: hidden;
}
.access_sct .inner .image_wrap figure img{
width: 100%;
height:100%;
object-fit: cover;
}
.access_sct .inner .text_wrap{
padding-top: 40px;
padding: 0 25px;
}
.access_sct .inner .text_wrap dl:nth-of-type(1) dt.fn figure img{
max-width: 250px;
width: 100%;
height: auto;
margin-bottom:20px;
}
.access_sct .inner .text_wrap dl:nth-of-type(1) dt.fn figure figcaption{
font-size: 2rem;
margin-bottom:20px;
}
.access_sct .inner .text_wrap dl:nth-of-type(1) dd{
font-size: 1.4rem;
line-height: 1.6;
margin-bottom:20px;
}
.access_sct .inner .text_wrap dl:nth-of-type(1) dd a{
font-size: 1.7rem;
}
.access_sct .inner .text_wrap dl:nth-of-type(2){
font-size: 1.5rem;
}
.access_sct .inner .text_wrap dl:nth-of-type(2) dd span{
font-size: 1.1rem;
}
.access_sct .inner .text_wrap .btn02{
width: 100%;
margin-top: 30px;
}
.access_sct .inner .text_wrap .btn02 a{
background:  url(../images/icon/icon-access.svg) no-repeat left 30px center;
background-size:24px auto ;
}
.access_sct .inner .text_wrap .sns{
margin-top: 8px;
display: block;
}
.access_sct .inner .text_wrap .sns li{
margin-top: 8px;
}
.access_sct .inner .text_wrap .sns li a{
justify-content: center;
font-size: 1.6rem;
width: 100%;
height: 60px;
background: #fff;
border: 1px solid #cccccc;
}
.access_sct .inner .text_wrap .sns li:nth-child(1) a{
padding-left: 0;
background: url(../images/icon/icon-googlemap.svg) no-repeat left 32px center;
background-size:18px auto ;
}
.access_sct .inner .text_wrap .sns li:nth-child(2) a{
padding-left: 0;
background: url(../images/icon/icon-instagram.svg) no-repeat left 30px center;
background-size:24px auto ;
}
}
/*=============================== reservation_sct ================================*/
.reservation_sct{
position: relative;
width: 100%;
max-width: 1800px;

margin: auto;
padding: 210px 0;
background: url(../images/bg-reservation.jpg) no-repeat center;
}
.reservation_sct .inner{
position: relative;
display: flex;
justify-content: space-between;
width:1150px;
margin: auto ;
padding: 90px 180px 90px 140px;
background: RGBA(255,255,255,0.7);
}
.reservation_sct .inner h2 > * span {
display: inline-block;
color: #000;
font-size: 6rem;
font-family: "Cormorant Garamond", serif;
font-weight: 500;
letter-spacing: 0;
padding: 0;
padding-bottom: 16px;
background: none;
border-bottom: 2px solid #000;
}
.reservation_sct .inner h2 > *{
background: none;
}
.reservation_sct .inner .wrap{
width:370px;
}
.reservation_sct .inner .wrap p{
font-size: 2rem;
line-height: 1.8;
}
.reservation_sct .inner .wrap .btn01{
width:370px;
margin-top: 30px;
}
@media only screen and (max-width: 767px) {
.reservation_sct{
max-width: 100%;
padding: 30% 25px;
background: url(../images/bg-reservation.jpg) no-repeat center;
}
.reservation_sct .inner{
display: block;
text-align: center;
width:100%;
padding: 40px 20px;
background: RGBA(255,255,255,0.7);
}
.reservation_sct .inner h2 > * span {
font-size: 4rem;
padding-bottom: 10px;
margin-bottom: 20px;
}
.reservation_sct .inner .wrap{
width:100%;
}
.reservation_sct .inner .wrap p{
text-align: left;
font-size: 1.5rem;
line-height: 1.6;
}
.reservation_sct .inner .wrap p br{
display: none;
}
.reservation_sct .inner .wrap .btn01{
width:80%;
margin: 30px auto 0;
}
.reservation_sct .inner a[target="_blank"]{
padding: 0;	
}
}
/*=============================== sns_sct ================================*/
.sns_sct{
position: relative;
width: 100%;
max-width: 1800px;
margin: auto;
padding: 120px 0 190px;
background: #fff;
}
.sns_sct .inner{
position: relative;
width:1150px;
margin: auto ;
}
.sns_sct .inner .es_area{
/*
display: flex;
align-items: center;
justify-content: center;
color: #ccc;
width: 100%;
height: 218px;
border: 1px dotted #ccc;
*/
margin:0 auto 100px;
}
.sns_sct .inner .group_banner ul{
width:100%;
display: flex;
}
.sns_sct .inner .group_banner ul li{
width:calc(100% / 3);
height: 230px;
border-right: 1px solid #e5e5e5;
}
.sns_sct .inner .group_banner ul li:last-child{
border: none;
}
.sns_sct .inner .group_banner ul li > *{
display: flex;
align-items: center;
justify-content: center;
width:100%;
height: 230px;
transition: 0.3s;
}
.sns_sct .inner .group_banner ul li a:hover{
opacity: 0.7;
}
@media only screen and (max-width: 767px) {
.sns_sct{
position: relative;
width: 100%;
max-width: 100%;
padding: 80px 0;
}
.sns_sct .inner{
width:100%;
}
.sns_sct .inner .es_area{
/*height: 218px;*/
margin:0 auto 60px;
}
.sns_sct .inner .group_banner ul{
width:100%;
padding: 0 13px;
}
.sns_sct .inner .group_banner ul li{
height: auto;
}
.sns_sct .inner .group_banner ul li > *{
width:100%;
height: 100%;
padding: 12px!important;
}
.sns_sct .inner .group_banner ul li > * img{
width:100%;
height: auto;
}
}