@charset "utf-8";

/*  ========
common
========= */

html{
    font-size: 62.5%;
}

body{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}


.en{
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300; 
    font-style: normal;
}

.section_title{
    font-size: 3.2rem;
    color: #573001;
    letter-spacing: 0.096rem;
    padding-top: 104px;
    text-align: center;
}

.section_title_jp{
    font-size: 1rem;
    color: #C19569;
    letter-spacing: 0.02rem;
    margin-top: 4px;
    text-align: center;
}





/* section_title_pc */
    @media screen and (min-width:769px){
        
    .section_title{
        font-size: 8.4rem;
        letter-spacing: 0.084rem;
        padding-top: 104px;
        text-align: center;
    }

    .section_title_jp{
        font-size: 2rem;
        letter-spacing: 0.04em;
        margin-top: 8px;
        text-align: center;
    }
}

/* header */

/* hum_menu */

.logo{
    width: 18.6%;
    min-width: 78px;
    height: auto;
    min-height: 28px;
    position: absolute;
    top: 19px;
    left: 6.4%;
    z-index: 100;
}

.tel_button{
    width: fit-content;
    display: block;
    font-size: 1.2rem;
    color: #573001;
    letter-spacing: 0.06rem;
    background-color: #FCF7EE;
    padding: 12px 4.2%;
    border: 1px solid #573001;
    border-radius: 24px;
    position: fixed;
    top: 13px;
    right: 6.4%;
    z-index: 100;
}

.tel_button::before {
    content: ""; 
    background-image: url('../images/call.svg'); 
    display: inline-block;
    width: 14px;  
    height: 14px;  
    margin-right: 3px; 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle; 
}

.hum_menu {
  width: 55px; 
  height: 55px;               
  background: #fff;           
  border-radius: 50%;          
  display: flex;
  flex-direction: column;     
  justify-content: center;     
  align-items: center;         
  gap: 8px;                    
  box-shadow: 0 2px 6px rgba(0,0,0,0.2); 
  position: fixed;
  right: 6.4%;
  z-index: 10;
  bottom: 24px;
  cursor: pointer;
}

.hum_line {
  width: 28px;                 
  height: 1px;                 
  background-color: #573001;     
}

.hum_menu_text {
  font-size: 1.1rem;
  line-height: 1;
  margin: 0;
  color: #573001;               
}


.nav_menu{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background-image: url(../images/background.jpg);
    transform: translateX(100%);
    transition: .4s;
}

/* .nav .activ表示 */

.nav_menu.active{
    transform: translateX(0);
}

.nav_list{
    width: 100%;
    margin-top: 60px;
    padding: 0 9%;
    display: flex;
    flex-wrap: wrap;
}

.nav_item{
    width: 50%;
    margin-top: 48px;
}

.nav_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav_text{
    font-size: 2rem;
    color: #573001;
    letter-spacing: 0.1rem;
}

.nav_sub_text{
    font-size: 1.2rem;
    color: #825826;
    margin-top: 6px;
    letter-spacing: 0.096rem;
    white-space: nowrap;
}

.insta_img{
    margin-top: 8%;
}

.hum_tel_button{
    width: fit-content;
    display: block;
    font-size: 1.2rem;
    color: #573001;
    letter-spacing: 0.06rem;
    margin: 64px auto 0 auto;
    padding: 15px 4.2%;
    border: 1px solid #573001;
    border-radius: 24px;
}

.hum_tel_button::before {
    content: ""; 
    background-image: url('../images/call.svg'); 
    display: inline-block;
    width: 16px;  
    height: 16px;  
    margin-right: 3px; 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle; 
}

.nav_close_btn{
    display: block;
    position: absolute;
    right: 6.4%;
    bottom: 24px;

}

/* header_pc */

@media screen and (min-width:769px){
    
    .logo{
        width: 160px;
        height: auto;
        position: static;
    }

    .header{
        position: relative;
    }

    .tel_button{
        display: none;
    }

    header > a .logo {
        display: none;
    }

    .nav_menu{
        width: 100%;
        /* max-width: 1200px; */
        height: auto;
        padding: 0 5%;
        display: flex;
        position: absolute;
        top: 24px;
        left: 50%;
        transform: translateX(-50%);
        background-image: none; 
        
    }

    .nav_list{
        display: flex;
        flex-wrap: nowrap;       
        justify-content: right;  
        align-items: center;
        gap: 3.3%;                
        margin-top: 0;
        padding: 0;
    }

    .nav_item{
        width: auto;            
        margin-top: 0;
    }

    .nav_item a{
        flex-direction: column;   
    }

    .nav_text{
       font-size: clamp(14px, 1.39vw, 40px);
    }

    .nav_sub_text{
       font-size: clamp(10px, 0.83vw, 40px);
    }

    .insta_img{
        margin-top: 0;
    }

    
    .hum_menu {
        display: none;
    }

    .nav_close_btn {
        display: none;
    }

    .hum_tel_button{
        display: none;
    }

}

/* pc_769px */

.nav_text,
.nav_sub_text {
  transition: color 0.4s ease, opacity 0.4s ease;
}

.nav_item a:hover .nav_text {
  color: #A29C9C; /* ホバー時の色 */
}

.nav_item a:hover .nav_sub_text {
  color: #A29C9C;
  opacity: 1;
}

.insta_img {
  display: block;              /* ← 超重要 */
  width: 24px;                 /* サイズ指定（必要に応じて） */
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav_item a:hover .insta_img {
  opacity: 0.7;
  transform: scale(1.1);
}



/* Main visual */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.mainvisual{
  display: flex;
  flex-direction: column;
  width: 100%;
  /* height: 700px; */
  height: 100vh;
  position: relative;
  overflow: hidden;            
}

/* 背景画像の代わり */

.mainvisual_img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 40%;
  transform: scale(1.08) translateY(-5%);
  z-index: 1;
}


/* テキスト */
.mainvisual_text{
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  margin: auto 0 100px 8%;
  gap: 5px;
}

.copy{
  font-size: 2rem;
  color: #573001;
  line-height: 1.7;
}

.sub_copy{
  font-size: 1.2rem;
  color: #825826;
  margin-left: 5px;
  letter-spacing: .06rem;
}

/* グラデーション */
.gradient-layer-main{
  width: 100%;
  height: 84px;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 5
  ;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* PC */
@media screen and (min-width:769px){


  .mainvisual_img{
    object-position: 50% center;
    transform: scale(1.12);    /* PCは少し強め */
  }

  .mainvisual_text{
    gap: 12px;
  }

  .copy{
    font-size: 4.3rem;
    font-feature-settings: "palt";
    line-height: 1.6;
  }

  .sub_copy{
    font-size: 1.9rem;
  }

  .gradient-layer-main{
    bottom: -2px;
  }

  .gradient-layer-main_top{
    width: 100%;
    height: 96px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
    ;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
  }
}

/* concept */

.concept{
    width: 100%;
    height: 1291px;
    padding: 120px 4% 0;
    position: relative;
    overflow: hidden;
}

.irgrano_wrap {
  position: absolute;
  top: 617px; 
  left: 0;
  display: flex;
  pointer-events: none;
  opacity: 1;
  z-index: 0;
  width: 200%; /* 画像3枚分 */
  animation: irgranoFlow 40s linear infinite;
}

.irgrano {
  flex-shrink: 0; /* 縮めない */
  width: 42.2%;
  height: 40px;
}

/* 右 → 左にスムーズにループ */
@keyframes irgranoFlow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-74.5%);
  }
}



.concept_title,
.concept_title_jp{
    text-align: left;
}

.concept_text_box{
    margin-top: 42px;
}

.concept_text{
    font-size: 1.4rem;
    color: #573001;
    font-weight: 300;
    letter-spacing: .07rem;
    line-height: 2.13;
    margin-top: 8px;
}

.concept_images{
    position: relative;
    margin-top: 24px;
}

.pasta_image{
    width: 42.9%;
    height: 204px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.naisou_image{
    width: 72.5%;
    height: 161px;
    object-fit: cover;
    position: absolute;
    top: 252px;
    left: 5%;
    z-index: 1;
}

.mood_image{
    /* width: 25.3%;
    height: 130px; */
    width: 35%;
    height: 180px;
    object-fit: cover;
    position: absolute;
    top: 448px;
    /* right: 8.8%; */
    right: 4%;
    z-index: 1;
}

.zensai_image{
    width: 43.7%;
    height: 129px;
    object-fit: cover;
    position: absolute;
    /* left: 13.3%; */
    left: 6%;
    /* top: 535px; */
    top: 550px;
    z-index: 1;
}


/* concept pc */

@media screen and (min-width:769px){

    .concept{
        width: 100%;
        height: 2300px;
        padding:180px 0 240px 0;
    }

    .irgrano_wrap {
        position: absolute;
        top: 709px; 
        left: 0;
        display: flex;
        pointer-events: none;
        opacity: 1;
        z-index: 0;
        width: 155%; /* 画像3枚分 */
        animation: irgranoFlow 40s linear infinite;
    }

    .irgrano {
        flex-shrink: 0; /* 縮めない */
        width: 50%;
        height: 138px;
    }

        /* 右 → 左にスムーズにループ */
        @keyframes irgranoFlow {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-74.5%);
        }
    }

    .concept_title {
        margin-left: 8.3%;
    }

    .concept_title_jp{
        margin-left: 8.8%;
    }

    .concept_text_box{
        width: 50%;
        margin: 80px 0 0 8.3%;
    }

    .concept_text{
        font-size: 1.8rem;
        letter-spacing: .09rem;
        font-feature-settings: "palt";
    }

    .text_pc{
        display: none;
    }


    .pasta_image{
        width: 35.2%;
        height: 641px;
        object-fit: cover;
        object-position: 60% center;
        position: absolute;
        top: -203px;
        right: 0;
    }

    .naisou_image{
        width: 42.5%;
        height: 362px;
        object-fit: cover;
        position: absolute;
        top: 444px;
        left: 5%;
    }

    .mood_image{
        width: 22.9%;
        height: 456px;
        object-fit: cover;
        position: absolute;
        top: 616px;
        right: 15.4%;
    }

    .zensai_image{
        width: 26.6%;
        height: 313px;
        object-fit: cover;
        position: absolute;
        left: 29.5%;
        top: 1150px;
    }
        

}





/* section background */

.section_bg{
    background-color: #FCF7EE;
    padding-bottom: 64px;
    position: relative;
    z-index: 1;
}

.gradient-layer-menu{
    width: 100%;   /* デザイン幅に合わせる */
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;      /* クリックを透過 */
    background: linear-gradient(
    to bottom,
        rgba(255,255,255,1) 0%,
        rgba(252,247,238,1) 100%
    );
}

@media screen and (min-width:769px){
    .section_bg{
        padding-bottom: 240px;
    }

    .gradient-layer-menu{
        width: 100%;   /* デザイン幅に合わせる */
        height: 100px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        pointer-events: none;      /* クリックを透過 */
        background: linear-gradient(
        to bottom,
            rgba(255,255,255,1) 0%,
            rgba(252,247,238,1) 100%
        );
    }
}



/* Menu */

.menu{
    position: relative;
}

.menu_txt{
    width: 92%;
    font-size: 1.3rem;
    color: #573001;
    line-height: 2.13;
    margin: 32px auto 0 auto;
}

.menu_card{
    background-color: #fff;
    position: relative;
    width: 91.4%;
    height: 478px;
    margin: 80px auto 0 auto;
    cursor: pointer;
}

.menu_card_link{
    position: absolute;
    inset: 0;                 /* 上下左右 0 */
    z-index: 5;               /* 画像より上 */
    display: block;
    text-decoration: none;
}


.line_box span:nth-child(1){
    width: 100%;
    height: 1px;
    background-color: #573001;
    position: absolute;
    top: 0;
    left: 0;
}

.line_box span:nth-child(1)::before {
    content: "";
    width: 61%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.line_box span:nth-child(2){
    width: 1px;
    height: 100%;
    background-color: #573001;
    position: absolute;
    top: 0;
    right: 0;
}

.line_box span:nth-child(2)::before {
    content: "";
    width: 1px;
    height: 29%;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.line_box span:nth-child(3){
    width: 100%;
    height: 1px;
    background-color: #573001;
    position: absolute;
    bottom: 0;
    left: 0;
}

.line_box span:nth-child(3)::before {
    content: "";
    width: 29.5%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.line_box span:nth-child(4){
    width: 1px;
    height: 100%;
    background-color: #573001;
    position: absolute;
    top: 0;
    left: 0;
}

.line_box span:nth-child(4)::before {
    content: "";
    width: 1px;
    height: 24.5%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.lunch_title{
    width: 44.8%;
    max-width: 200px;
    height: auto;
    position: absolute;
    top: -1%;
    left: 0%;
    z-index: 10;
}

.menu_card_list .menu_card:nth-child(2) .lunch_title {
  width: 50%; /* 好きなサイズに */
}


.lunch_card_image{
    width: 86%;
    height: 430px;
    object-fit: cover;  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}  


.card_name{
    width: auto;
    font-size: 2rem;
    color: #573001;
    letter-spacing: 0.06rem;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

/*  */

.line_box span::before{
    transition: width 0.6s ease, height 0.6s ease;
}

.menu_card:hover .line_box span:nth-child(1)::before{
    width: 0;
}

.menu_card:hover .line_box span:nth-child(2)::before{
    height: 0;
}

.menu_card:hover .line_box span:nth-child(3)::before{
    width: 0;
}

.menu_card:hover .line_box span:nth-child(4)::before{
    height: 0;
}


.line_box span::before{
    transition: width 0.6s ease, height 0.6s ease;
    transition-delay: 0s;
}

.menu_card_link{
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;        /* 文字色を親と同じに */
    text-decoration: none; /* 下線を消す */
    position: relative;    /* 絶対配置の基準 */
}





/* menu_pc */

@media screen and (min-width:769px){

    .menu{
        padding: 100px 0 180px;
    }

    .menu_txt{
        width: 40.4%;
        font-size: 1.8rem;
        letter-spacing: 0.072rem;
        text-align: center;
        margin-top: 96px;
    }

    .menu_card_list{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        gap: 3.3%;
        margin-top: 96px;
    }

    .menu_card{
        width: 23.8%;
        height: 478px;
        margin: 0;
    }

    .card_center{
        margin-top: 86px;
    }

    .card_name{
        white-space: nowrap;
        width: max-content;
        bottom: -40px;
    }

    
}


/* service */

.service{
    width: 92%;
    margin: 160px auto 0 auto ;
    padding-bottom: 32px;
    background-color: #fff;
}

.service_contents{
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}

.service_contents:nth-child(2),
.service_contents:nth-child(3) {
    margin-top: 88px;
}

.num_box{
    width: fit-content;
    position: relative;
    padding: 0 0 20px 2.6%;
}

.num{
    font-size: 1.8rem;
    color: #825826;
    font-weight: 400;
}

.line{
    width: 100px;
    height: 1px;
    background-color: #A29C9C;
    transform: rotate(-45deg) translate(55.5%,50%);
    transform-origin: right center; 
    position: absolute;
    bottom: 0;
    right: 0;

}

.section_item{
    margin-top: 40px;
}

.service_image1{
    width: 78.8%;
    height: 181px;
    object-fit: cover;   
    object-position: center;
    display: block;
    margin-left: auto;

}

.service_title{
    width: fit-content;
    font-size: 1.8rem;
    color: #573001;
    margin: 16px 0 0 21.2%;
}

.service_text{
    width: 78.8%;
    font-size: 1.4rem;
    color: #573001;
    line-height: 2.13;
    margin: 16px 0 0 21.2%;
    padding-bottom: 48px;
    border-bottom:  #A29C9C solid 1px;
}

.insta_link{
    border-bottom: #A29C9C solid 1px;
    cursor: pointer;
}

.tax{
    font-size: 1.4rem;
}

.service_contents:nth-child(3) .service_text {
    border-bottom: none;
}



/* service_pc */

@media screen and (min-width:769px){
    .service{
        width: 83.3%;
        margin-top: 144px;
        padding: 0 6.5% 180px;
    }

    .service_contents{
        border-bottom: #A29C9C solid 1px;
        padding: 0 0 78px 0;
        margin-top: 114px;
        display: flex;
        align-items: flex-start;
    }

    .num_box{
        height: auto;
        position: relative;
        padding: 24px 1.2% 33px 2.4%;
    }

    .service_contents:nth-child(2) .num_box{
        order: 2;
    }

    .service_contents:nth-child(2) .section_item_info{
        order: 2;
    }

    .service_contents:nth-child(2) .line {
        transform: none;
        transform-origin: left center; 
        transform: rotate(45deg) translate(-55.5%,-50%);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .service_contents:nth-child(2),
    .service_contents:nth-child(3) {
        margin-top: 78px;
    }

    .service_contents:nth-child(3){ 
        padding-bottom: 0;
        border-bottom: none;
    }

    .num_box{
        width: fit-content;
        height: auto;
        position: relative;
        padding: 24px 1.2% 33px 2.4%;
    }

    .num{
        font-size: 2.4rem;
    }

    .line{
        width: 178px;
        height: 1px;
        transform: rotate(-45deg) translate(55.5%,50%);
        transform-origin: right center; 
        bottom: 0;
        right: 0;
    }
    
    .section_item{
        display: flex;
        margin: 0;
    }

    .section_item_info{
        width: 50%;
        order: 1;
        margin: 67px 0 0 12.4%;
    }

    .service_contents:nth-child(2) .section_item_info {
        margin: 67px 12.4% 0 0;
    }


    .service_title{
        width: 100%;
        font-size: 1.94vw;
        margin-left: 0;
    }

    .service_text{
        width: 100%;
        font-size: clamp(12px,1.38vw,20px);
        font-weight: 300;
        margin: 28px 0 0 0;
        padding-bottom: 0;
    }

    .service_image1 {
        width: 32.2%;
        height: 306px;
        order: 2;
    }

    .service_contents:nth-child(2) .service_image1 {
        margin-left: 0;
}


    .service_contents:nth-child(2) .service_image1 {
    order: 1;
    }

    .service_contents:nth-child(2) .section_item_info {
        margin: 28px auto 0 7%;
        order: 2;
    }

    .service_contents .service_text {
    border-bottom: none;
    }

}

/* gradient-layer */

.gradient-layer {
    width: 100%;   /* デザイン幅に合わせる */
    height: 78px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(252,247,238,1) 0%,
        rgba(252,247,238,0) 83%
  );
}




/* restaurant */

.restaurnt{
    background-image: url(../images/background.jpg);
    background-size: cover; 
    background-position: 50% center;    
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    margin-top: 104x;
    padding-top: 48px;
}

.restaurnt_list{
    width: 87.2%;
    margin: 48px auto 0 auto;
    padding-bottom: 96px;
}

.restaurnt_flex{
    display: flex;
    border-top: #A29C9C solid 1px;
}

.restaurnt_flex:first-child {
    border-top: #573001 solid 1px;
}

.restaurnt_flex:nth-child(5){
     border-bottom: #A29C9C solid 1px;
}

.restaurnt_title{
    width: 41.2%;
    text-align: center;
    padding: 24px 0;
    font-size: 1.4rem;
    color: #573001;
    letter-spacing: .09rem;
}

.restaurnt_info{
    width: 58.8%;
    padding: 24px 0;
    font-size: 1.4rem;
    color: #573001;
    letter-spacing: .09rem;
}

.restaurnt_info_flex{
    display: flex;
    gap: 2.6%;
}

.restaurnt_info_flex:nth-child(2),
.restaurnt_info_flex:nth-child(3){
   margin-top: 24px;
}

.restaurnt_info_box_name{
    width: 34.1%;
}

.restaurnt_info_box_time{
    width: 50%;
}

.restaurnt_info_box_time2{
    margin-top: 8px;
}

.restaurnt_info_pay{
    width: 100%;
    font-size: 1.2rem;
    color: #573001;
    letter-spacing: .026rem;
}

.restaurnt_info_pay2{
    margin-top: 8px;
    line-height: 1.4;
}

/* restraurnt_pc */

@media screen and (min-width:769px){

    .restaurnt{
        padding-top: 120px;
    }

    .restaurnt_list{
        width: 58.3%;
        margin-top: 80px;
        padding-bottom: 180px;
    }

    .restaurnt_title{
        padding: 32px 0;
        font-size: 1.8rem;
    }

    .restaurnt_info{
        padding: 32px 0;
        font-size: 1.8rem;
    }

    .restaurnt_info_pay{
        font-size: 1.8rem;
        letter-spacing: .09rem;
    }

    .restaurnt_info_pay2{
        margin-top: 12px;
    }

    .rest_sp{
        display: none;
    }

}

/* Reserve */

.reserve{
    width: 100%;
    height: auto;
    background-image: url(../images/reserv_bg.JPG);
    background-size: cover; 
    background-position: 50% center;    
    background-repeat: no-repeat;
    padding: 24px 4%;
    overflow: hidden;
    position: relative;
}

.reserve::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.reserve > * {
    position: relative;
    z-index: 1;
}



.reserve_title{
    color: #fff;
}

.reserve_sub_title{
    color: #fff;
}

.reserve .section_title {
  padding-top: 42px;
}

.outline{
    width: 100%;
    border: #fff solid 1px;
    margin: 0 auto;
    padding: 6px 1.6%;
}

.inline{
    width: 100%;
    border: #fff solid 1px;
    margin: 0 auto;
    padding-bottom: 42px;
}

.reserve_text{
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    margin-top: 32px;
}

.tel_box{
    display: flex;
    align-items: baseline;  
    justify-content: center; 
    margin-top: 32px;
    gap: 6.3%;           
}

.tel{
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.128rem;
}

.tel_num{
    font-size: 2.9rem;
    color: #fff;
}


/* reserve_pc */

@media screen and (min-width:769px){
    .reserve{
        padding: 104px 7.2%;
    }

    .reserve_title{
        font-size: 6.4rem;
    }

    .reserve .section_title {
         padding-top: 48px;
    }

    .outline{
        width: 100%;
        border: #fff solid 1px;
        margin: 0 auto;
        padding: 16px 1.3%;
    }

    .reserve_text{
       font-size: 1.8rem; 
       margin-top: 48px;
       letter-spacing: .09rem;
    }

    .tel_box{
        margin-top: 42px;
         gap: 3.3%;   
    }

    .tel{
        font-size: 2.4rem;
        color: #fff;
        letter-spacing: 0.12rem;
    }

    .tel_num{
        font-size: 5.6rem;
        color: #fff;
    }
}


/* Access */

.access{
    background-image: url(../images/background.jpg);
    padding: 104px 4%;
}

.access_title{
    padding: 0;
   text-align: left;
}

.access_sub_title{
    text-align: left;
}

.access_flexbox{
    display: flex;
    flex-direction: column;
}

.access_contents{
    margin-top: 32px;
    order: 2;
}

.access_flex{
    display: flex;
    margin-top: 32px;
}

.access_text{
    font-size: 1.4rem;
    color: #573001;
}

.address_info {
    margin-top: 4px;
    line-height: 1.4;
}

.access_flex_item{
    width: 20.3%;
}

.access_images{
    width:  100%;
    display: contents;
}

.gaikan1{
    width: 100%;
    height: 143px;
    object-fit: cover;
    order: 1;
}

.gaikan2{
    width: 100%;
    height: 143px;
    object-fit: cover;
    order: 3;
    margin-top: 32px;
}

.googlemap{
    display: inline-flex;          /* ← 重要 */
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    text-decoration: none;         /* 下線は使わない */
    border-bottom: 1px solid #573001;
    padding-bottom: 6px;           /* 線との距離 */
}


.googlemap::after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../images/map_iocn.svg");
    background-size: contain;
    vertical-align: top;
    margin: 1px 0 0 4px;
}

.access_contents .access_flex:nth-of-type(2) {
    margin-top: 20px;
}


.googlemap_wrap{
    width: 100%;
}

.googlemap_wrap {
    width: 100%;
    height: 143px;
    margin-top: 16px;
    overflow: hidden;
    position: relative;
}

.googlemap_wrap iframe {
    position: absolute;
    top: 0;   
    left: 0;  
    width: 100%;      
    height: 143px;     
}
    

/* access_pc */

@media screen and (min-width:769px){

    .access{
        background-image: url(../images/background.jpg);
        padding: 88px 8.3% 180px;
    }
    
    .access_flexbox{
        display: flex;
        flex-direction: row;
    }
    
    .access_title{
        width: fit-content;
        padding: 0;
        text-align: left;
        margin-top: 215px;
    }
    
    .access_sub_title{
        width: fit-content;
        text-align: left;
    }
    
    .access_contents {
      flex: 1;
      order: 1;
    }
    
    .access_images {
      flex: 2;
      order: 2;
    }
    
    
    .access_text{
        font-size: 1.25vw;
        color: #573001;
        letter-spacing: .09rem
    }
    
    .access_flex{
        width: 100%;
        display: flex;
        gap: 6.25%;
        margin-top: 40px;
    }
    
    .access_flex_container{
        width: 100%;
    }
    
    .access_flex_item{
        width: 20.3%;
    }
    
    .parking_space,
    .address{
        width: 100%;
    }
    
    .address_info{
        margin-top: 8px;
        line-height: 1.6;
    }
    
    .access_images{
        width: 66%;
        display: block;
    }
    
    .gaikan1,
    .gaikan2{
        width: 100%;
        height: 363px;
        object-fit: cover;
        margin-top: 16px;
    }
    
    .googlemap {
        display: inline-flex;
        align-items: center; 
        gap: 0.4rem; /* テキストとアイコンの間 */
        margin-top: 10px;
    }
    
    .googlemap::after {
        content: "";
        width: 12px;
        height: 12px;
        background-image: url("../images/map_iocn.svg");
        background-size: contain;
        background-repeat: no-repeat;
        display: block; 
        transform: translateY(2px);
    }
    
    
    .googlemap_wrap {
        width: 100%;
        height: 453px;
        margin: 24px auto 0;
        overflow: hidden;
        position: relative;
    }
    
    .googlemap_wrap iframe {
        position: absolute;
        top: 0;   
        left: 0;  
        width: 100%;      
        height: 453px;     
    }
   
}


    
    



/* footer */

.footer{
    width: 100%;
    height: 253px;
    background-image: url(../images/main_sub2.jpg);
    background-size: cover; 
    background-position: 50% center;    
    background-repeat: no-repeat;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* 黒・透明度50% */
    z-index: 1;
}

.footer_logo{
    width: 35.7%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 2;
}

.footer .nav_list{
    display: none;
}

.copy_write {
    font-size: 1.3rem;
    position: absolute;
    left: 4%;
    bottom: 15px; /* 好きな位置に調整 */
    color: #fff;
    z-index: 2; /* 黒レイヤーの上に表示 */
}

.footer .insta_img{
    display: none;
}

@media screen and (min-width:769px){

    .footer{
        height: 635px;
        position: relative;
    }

    .footer_logo{
        width: 19.4%;
        height: auto;
        position: absolute;
        top: 186px;
        left: 19%; 
        z-index: 2;
    }
    
    .footer_nav{
        width: fit-content;
        position: absolute;
        top: 186px;
        right: 10%;
        z-index: 2;
    }

    .footer .nav_list{
        width: fit-content;
        display: flex;
        gap: 40px;
    }
    
    .footer .nav_item {
        width: auto;
        margin: 0;
        pad: 0;
    }
    
    .nav_list .nav_item:first-child {
        margin-left: 0;
    }


    .nav_margin{
        margin-top: 52px;
    }

    .footer .nav_text{
        font-size: 2rem;
        color: #fff;
        letter-spacing: 0.1rem;
    }

    .footer .nav_sub_text{
        font-size: 1.2rem;
        color: #fff;
        margin-top: 6px;
        letter-spacing: 0.096rem;
    }

    .footer .insta_img{
        width: auto;
        height: 48px;
        display: block;
        position: absolute;
        bottom: 72px;
        right: 5%;
        z-index: 2;
    }

    .copy_write {
        font-size: 2rem;
        position: absolute;
        left: 5%;
        bottom: 72px; 
        color: #fff;
        z-index: 2; 
    }

    .insta_img {
        display: block;
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .footer a:hover .insta_img {
        opacity: 0.7;
        transform: scale(1.08);
    }

}
