@charset "UTF-8";
/* ====================
common
======================*/
html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Serif JP","kiwi Maru","serif";
    color: black;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    width: 100%;
}
.background-img {

}
img{
    width: 100%;
    height: auto;
}
.title {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
    font-size: 3rem;
    font-weight: 700;
    line-height: normal;
    color: #000000;
}


h3 {
    margin-top: 13px;
}
.sub__title {
    color: #000000;
    font-family: "Kiwi Maru";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6em; /* 100% */
    letter-spacing: 2px;
    margin: 19px 12% 0 12%;
}
.title_img{
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 1%;

}
.content {
    padding-bottom:90px;
    position: relative;
    z-index:3;
    padding-top: 25px;
    }

    @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance:none) {
          .about__txt {
            line-height: 1.4 !important;
            text-orientation: upright !important;
            
          }
        }
      }

/* pc common 768px */ 

@media screen and (min-width: 768px) {
    .title {
    font-size: 5.8rem;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.9px;

    }
    .sub__title {
    font-family: "Kiwi Maru";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em; 
    letter-spacing: 1.2px;
    }

    .content {
    padding-bottom:140px;
    position: relative;
    z-index:3;
    padding-top: 25px;
    padding: 0px 6.2% 150px 6.8%;
    }
    .title_img{
        width: 52px;
        height: 52px;
        margin-top: 10px;
        margin-left: 1%;
    
    }
}

/* =======================
header
=========================*/
#maintopics-black{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#overray{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85); 
    z-index: 10;
    opacity: 1;
    transition: opacity 2s ease;
}

#maintopics-imgset {
    width: 100%;
    height: 100vh;
    position: relative;
}
.slide {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 2.5s ease;
    z-index: 0;
  }

.maintopics-img01 {
    background-image: url(../img/pc_mv.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute; 
    top: 0;
    left: 0;

}

.slide.active {
    opacity: 1;
    z-index: 1;
  }
.maintopics-img02 {
    background-image: url(../img/pcmv02.jpg);
    background-size: cover;
    height: 100vh;
    background-position: center;
    opacity: 0;
    transition: opacity 4.5s ease;
    z-index: 1;
    position: absolute;

}
.maintopics-img03 {
    background-image: url(../img/pcmv03.jpg);
    background-size: cover;
    height: 100vh;
    background-position: center;
    opacity: 0;
    transition: opacity 4.5s ease;
    z-index: 1;
    position: absolute;

}

.maintopics-imgset > div.active {
    display: block;
    z-index: 1;
  }

.logo {
    max-width: 40px;
    height: 63px;
}

.maintopics-img {
    background-image: url(../img/spmv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 553px; 
}
.header {
    position:absolute;
    background:  linear-gradient(183deg, rgba(0, 0, 0, 0.13) 86.53%, rgba(136, 117, 117, 0.09) 97.7%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    color: white;
    z-index: 10;
    width: 100%;
    top: 0;
}
.header__btn {
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    margin-right: 19px;
   
}
.header__btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s;
 }

 .nav.active {
    transform: translateX(0);
} 
.nav {
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100vh;
    padding: 40px 8%;
    position: fixed;
    left: 0px;
    top: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
    display: flex;
    gap:8%;
}

/* nav 初期 */

.nav__list {
    text-align: start;
}
.nav__item{
   color: #5A2B2B;
   text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
   font-size: 2rem;
   font-weight: 600;
   line-height: 3em; /* 150% */
   display: flex;
   flex-direction: column;
   gap: 30px;
   text-align: left;
   
}
.nav__list .nav__item:nth-child(1){
   margin-top: 65px;
}
.nav__listicon{
    display: inline-block;
    width: 28px;
    height: auto;
}

.spbtn{
    display: flex;
}
.nav__img {
  max-width: 137px;
   height: 296px;
   margin: 110px 0 75px 0;   
}

.nav__btn {
   display: block;
   width: 21px;
   height: 22px;
  
}
.nav__itemimg{
    margin-top: 5px
}

 /* pc header 768px */

@media screen and (min-width: 768px) {
    .nav__btn {
        display:none;
    }     
    .nav {
        all:unset;   
     }
     .nav__img {
        display: none;
     }

    .header__btn {
        display: none;
    }
    .nav__list {
        display: flex;
        gap: 38px;
        align-items: center;
        
        
    }
    .nav__item {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .nav__list .nav__item:nth-child(1){
        margin-top: 0px;
     }
     

}

 /* =======================
 about
=========================*/
#main {
    position: relative;  
    
} 
.background-opacity {
    color:rgba(239, 235, 234, 1);
}

.pcbr {
    display: none;
}
.abouttxtbox{
    display: none;
}
.background {
    position: relative;
    background-image: url(../img/sp_About01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: auto;
    padding: 0px 12% 135px;
}

.about__txtimg {
    max-width: 49%;
    height: auto;
    margin-top: 30px;
    
}
.sp-about__txt {
    color: #EADFCD;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6em; 
    text-align: left;
    
    writing-mode: horizontal-tb;
    text-orientation: initial;
    position: relative;

    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    
    
}
.sp-abouttxtbox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap:16px;
    margin-top: 31px;
}

.abouttxtbox__01 {
    width: 100%;
}

.sp-about__imglogo {
    width: 51px;
    max-width: 13%;
    
    position: absolute;
    bottom: -2%;
    left: 80%;
    transform: translate(-50px, -50px);
    
}
.about__pctxtimg{
    display:none;
}

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


/* pc about 768px */

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

    .sp-abouttxtbox, .sp-abouttxtbox__01 ,.sp-about__txt, .sp-about__imglogo,
    .sp-abouttxtbox__02, .sp-abouttxtbox__03, .txtabouttxtbox__04 {
        display: none;
    } 
    .about__txt.show {
        opacity: 1;
        transform: translateY(0);
    }
    .background {
        position: relative;
        background-image: url(../img/pc_about.jpg);
        padding: 0px; 
        display:flex;
        justify-content: flex-end;
    }
    .about__txtimg {
        display: none
    }
    .abouttxtbox__01 {
        writing-mode: vertical-rl;
        margin-top: 137px;
        position: relative;
   
        
    }
    
    .abouttxtbox {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: flex-start;
        position:relative;
        margin-bottom: 37px;
        flex-direction: row-reverse;
        
    }

    .about__txt {
        writing-mode: vertical-rl;  
        text-orientation: upright;  
        line-height: 2.5;           
        white-space: normal;        
        word-break: break-word; 
        margin: 0px;   

        color: #EADFCD;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.6em; 
        margin: 0px 2.7% 0px 3%;
        text-align: left;
        text-orientation: initial;

        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.8s ease, transform 0.8s ease;
      }
 
    .pcbr01{
        display:block;

    }

    .about__pctxtimg {
        display: block;
        width: 272px;
        height: 581px;
        margin: 36px 62px 90px 0;
        
    }
    .abouttxtbox__04  {
        margin-bottom: 0px;
    }
    .about__imglogo {
        width: 51px;
        max-width: 13%;
        
        position: absolute;
        bottom: 20%;
        left: -11%;
        transform: translate(-50%, -50%);
        
    }
}
    


/* =======================
menu
=========================*/
#menu {
    background-image: url(../img/sp_background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    position: relative;
    overflow: hidden;
    
} 
.content{
    z-index: 3;
}


.background-opacity {
    background-color: rgba(255, 255, 255, 0.4); 
    padding-bottom: 74px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    
}
.titlebar {
    display: flex;
    align-items: center;
    justify-content: center;    
}
.mwnubar__undreline {
    width: 46%;
    border-bottom:1px solid #5A2B2B;
    padding-bottom: 3px;
    margin: 0 auto;   
}

.menu-spicon {
    width: 50%;
    height: auto;
    margin: 15px 47% 1px 8% ; 
}
.menu-pcicon{
    display:none;
}

.menulist {
    max-width: 70%;
    display: flex;
    flex-direction: column;
    margin: 0 auto ;
    gap: 25px;   
}

.menulist__box{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.55);
    border-radius: 20px;
    width: 100%;
    height: auto;
    background: #1D1F1B;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    position: relative;
    overflow: hidden;
    
}
.menulist .menulist__box img {
    border-radius: 20px 20px 0px 0px;  
}

.menulist-txtbox {
    max-width: 100%;
    height: auto;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid rgba(84, 37, 29, 0.51);
    background: rgba(234, 223, 205, 0.89); 
    text-align: left;
    
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0px 10%;
    
}
.menu-underline {
    border-bottom: 1px dashed rgba(84, 37, 29, 0.51);
}
.menulist__title {
    color: #41261A;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6em; /* 80% */
    letter-spacing: 0.8px;
    
}

.menulist__txt {
    color: #41261A;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8em; /* 143.75% */
    margin-bottom: 78px;
    margin-top: 12px;   
}

.menulisticon {
    position: absolute;
    bottom: -1px;
    right: -5px;  
    width: 90px;
    height: 80px;
    border-radius: 40px 10px 30px 1px;
    background-color: #5A2B2B;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));    
    z-index: 1;
    display: flex;
    justify-content: center;
    
}
.menulisticon__txt{
    color: #EADFCD;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.3em; /* 127.778% */
    margin-top: 18px; 
    
}
.menutxtbox {
    margin: 38px auto;
    padding: 0px 11% ;
    color: #000000;
    text-align: left;
}

.menutxt {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.72px;
}
.menutxtbox .menutxt:nth-of-type(2) {
    margin-top: 10px;
    
}
.menulisticon__txt01{
    display: flex;
    flex-direction: column;
}
.menulisticon__txt01 span {
    font-size: 1.8rem;
    line-height: 1.2em;
    color: #EADFCD;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
    
}
.pcmenu{
    display: none;
}
.spmenu{
    display: block;
}
.item02__back{
    width: 35%;
    min-width: 132px;
    height: 117px;
    position: absolute;
    bottom: 200px;
    left: -5px;
    transform: translate(-50%, -50%);
    z-index: -1;

}
.item03__back{
    min-width: 95px;
    width: 20%;
    height: auto;
    position: absolute;
    bottom: 0%;
    left: 87%;
    transform: translate(-50%, -50%);

}
@keyframes fadeInRepeat {
    0% { opacity: 0; transform: translateY(20px); }
    50% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-10px); }
  }
  
  .menu-pcicon,
  .menu-spicon {
    opacity: 0;
    animation: fadeInRepeat 5s ease-in-out infinite;
  }

.fade-loop {
    animation: fadeInRepeat 5s ease-in-out infinite;
  }
.menu-pcicon,
.menu-spicon {
  animation: fadeInRepeat 5s ease-in-out infinite;
}

/* pc menu 768px */

@media screen and (min-width: 960px) {
    .spmenu {
        display: none;
    }
    .pcmenu{
        display: block;
    }
    .item03__back{
        display: none;
    }
    
    .menulist{
        list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: 48% 45%;
        column-gap: 64px;
        max-width: none;
    }
    .menulist__box{
        display: flex;
        height: auto;
        gap: 14px;
        flex-direction: row;
        
    }
    .menulist__box img {
        width: 305px;
        height: auto;
        
    }
    .menu-spicon{
        display:none;
        
    }
    .menu-pcicon {
        display:block;
        width: 275.936px;
        height: auto;
        
    }
    .menulist__title {
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1.6em; /* 80% */
        letter-spacing: 0.8px;
        margin-top:29px;
    }
    
    .menulist-imgbox {
        width: 50%;
    }
    .menulist-txtbox {
        height: auto;
        position: relative;
        overflow: hidden;
        z-index: 1;
        border-radius: 0px;
        padding: 0px 2.2%;
        width: 90%;
        border-radius: 0px 20px 20px 0px;
    }
    .menulist__txt {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.8em; /* 143.75% */   
   
        margin: 7px 8.5% 59px 8.5%;
        
    }
    
    .menulist .menulist__box img {
        border-radius: 0px; 
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: cover;
        border-radius: 20px 0px 0px
    }
    .spbr{
        display:inline-block;
    } 
    
    
    .menulisticon__txt01{
        display: flex;
        flex-direction: column;
    }
    .menulisticon__txt01 span {
        font-size: 1.8rem;
        line-height: 1.2em;
        color: #EADFCD;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
        
    }
    
    .menulist__box:nth-child(5) .menulist__title {
        margin-top:12px ;
    }
    
    .menulist__box:nth-child(6) .menulist__title {
        margin-top:12px ;
    }
    .menutxtbox {
        margin: 38px 0px 0px 50%;
        color: #000000;
        text-align: left;
    }
    .menutxtbox {
        padding: 0px;

    }    
    
}
/* =======================
menu02
=========================*/
#menu2 {
    background-image: url(../img/sp_background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow:hidden ;
    
    
} 
.background-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4); 
    z-index: 1;
  }
.content01 {
    z-index:3;
    position: relative;
 }
.item04__back{
    display: none;
}

 .menu02bar__undreline {
     width: 70%;
     border-bottom:1px solid #5A2B2B;
     padding-bottom: 3px;
     margin: 0 auto;   
    }
    
    .menu03bar__undreline{
        max-width: 70%;
        border-bottom: 1px dashed #000000;
        padding-bottom: 3px;
        padding-left: 50px;
        margin-left: 13%;

        transform: scaleX(0);
        transform-origin: left;
        transition: transform 1s ease;
      }
      
      .menu03bar__undreline.animate {
        transform: scaleX(1); 
      }
    
    .higawariimg{
        width: 100%;
        position: relative;
        aspect-ratio: 1/1;
    }

    .slide02 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        opacity: 0;
        transition: opacity 2s ease;  
    } 
    .slide02.active {
        opacity: 1;
        z-index: 1;
    }
    
    .higawari_spimg{

        width: 73%;
        height: auto;
        display: block;
        margin: 50px auto;
    }
    .higawari_pcimg {
        display: none;
    }

    .higawaritxt_logo {
        width: 10%;
        height: auto;  
        position: absolute;
        top: 60%;
        left: -1%;
        margin-left: 5.3%;
    }
    
    .sub__title02 {
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
        font-size: 3rem;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 3.8px;
    }
    .txtbox {
        text-align:left;  
    }
    
    .txtbox__main {
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: 0.8px;
        
        margin: 23px 13% 0px 13%;
    }

.txtbox__sub {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8em; 
    letter-spacing: 0.72px;

    margin: 23px 13% 0px 13%;

}

.txtbox .txtbox__sub :nth-of-type(3) {
    background-color: #000000;


}
.higawari_txtback{
    background: rgba(255, 255, 255, 0.40);
 
}
.higawari-spbanner {
    height: auto;
    margin-top:70px;
    margin-bottom: 80px;


}
.color-btn01:hover{
    filter: brightness(0.7);
}
.color-btn:active {
    transform: scale(0.9); 
    background-color: rgba(0, 0, 0, 0.1); 
  }

.pcbr{
    display: none;
}
.higawari_pcimg
.higawari_spimg {
    display: none;
}
.higawari-pcbanner{
    display: none;
}
@media screen and (min-width: 960px) {

    .higawariimg{
        position: relative;
        margin: 0px auto ;
        width: 60%;
        
    }
    .higawari_pcimg {
        display: block;
    }
    .higawari_spimg {
        display: none;
    }

    .higawaricontain{
        display: flex;
        position: relative;
        margin-top: 53px;
        align-items: flex-start;

    }
    .item04__back{
        display: none;
    }
    .txtbox__main {
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1.6em; /* 133.333% */
        letter-spacing: 2.4px;
    }
    .higawari_txtback {
        background-color:transparent ;
    }
    .pcbr{
        display: block;
    }
    .txtbox__sub {
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.8em; 
        letter-spacing: 0.72px;
    }

    .txtbox__sub:nth-of-type(3) {
        margin-bottom: 20px;
    }

    .higawari-spbanner {
        display: none;
    }
    .higawari-pcimg{
        /* width: 422px; */
        padding: 110px 0px 30px 70%;
    }
    .higawari-spbanner{
        display: none;
    }
    .content01 {
        position: relative;
        z-index:3;
        padding: 0 6.2%;
     }
    .item04__back{
        display: block;
        width: 141px;
        height: 137px;
        top: -3%;
        left: 80%;
        position: absolute;
        transform: translate(50%, 50%);
    }
    .sub__title02{
        padding: 0px 0px 0px 13%;
        text-align: left;
    }

    .menu02bar__undreline {
        width: 70%;
        max-width: 70%;

    }
    .menu03bar__undreline {
        width: 80%;
        max-width: 90%;

    }
    .spbr{
        display: block;
    }
   .spbr01{
    display: none;
   }
   .higawari-pcbanner{
    display: inline-block;
    width: 47%;
    max-width: 422px;
    margin-top: 145px;
    margin-bottom: 30px;

}
.banner-wrapper{
    text-align: right;
}

.higawaritxt_logo {
    width: 10%;
    height: auto;  
    position: absolute;
    top: 85%;
    left: -1%;
    margin-left: 5.3%;
}
}

/* pc 1440px end */

 /* =======================
order
=========================*/

.orderbackground{   
    position: relative;
    background-image: url(../img/sp_order_back.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 132px;

}
.orderbox {
    background: rgba(255, 255, 255, 0.74);
    width: 80%;
    height: auto;
    margin: 28px auto;
    gap: 89px;
    padding: 0px ;
    border-radius: 10px;
 
    
}
.ordersub__title{
    color: #EADFCD;
    font-family: "Kiwi Maru";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em; /* 120% */
    margin: 22px 13% 0px 13%;  
    text-align: left;

    
}
.ordersub p:nth-of-type(2) {
    display: none;
}
.ordersub .ordersub__title {
    text-align: center;
    font-family: "Kiwi Maru";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1.2px;
    text-align: center;
}


.ordertxt_subtitle{
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6em;
    margin-left: 5%;
    text-align: left;
}

.ordertxt_subtitle::before {
    content: "■";
    color: #5A2B2B;
    margin-right: 0.5em;
    display: inline-block;
    font-size: 1.5rem; 
   
}
.ordertxt__02{
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6em;
    margin: 20px 5.3% 20px 5.3%;
    text-align: left;
}
.ordertxtbox p.ordertxt__02:nth-of-type(4){
    margin:0 5.3% 0px 5.3%;
}
.ordertxtbox p.ordertxt__02:nth-of-type(5){
    margin:0 5.3% 53px 5.3%;
}
.oredetitlebox {
    background-image: url(../img/sp_orderbox.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 111px;
    width: 70%;
    border-radius: 0 0 10px 10px; 
    margin: 0 auto; 
    max-width: 180px;
    
    
    position: relative; 
}

.order__txtbox{
    border-radius: 5px 5px 0px 0px;
    margin: 0px 4.8% 0px 4.8%;
    padding:30px 0px 1px 0px ;

}
.ordersub__title02 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left;
    margin:0px 4.8% 0px 5.3%;
    
}
.ordertxtbox__01{
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6em;
    margin: 20px 5.3% 32px 5.3%;
    text-align: left;

}


.orderimg {
    max-width:309px;
    margin-top: 0px;
    
}

.ordertxtbox {
    margin-bottom:53px;
    margin-top:26px;
}

.ordertitle {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
    font-size: 3rem;
    font-weight: 700;
    line-height: normal;

    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -13px;

}

.order__undreline {
    width: 90%;
    border-bottom:1px solid #000000;
    padding-bottom: 3px;
    margin: 0 auto;
    
}
.orderimg_01 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;

    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 4s ease;
    z-index: 0;
    
    
}
.orderimg_01.active {
  opacity: 1;
  z-index: 1;
}
.orderimgbox{
    height: auto;
    object-fit: cover;
    position: relative;
    padding-top: 70%;
}
.fade-slider{
    margin: 0 auto;
}

/* pc 1440px order */
@media screen and (min-width: 960px) {
    .orderbackground{
        background-image: url(../img/order_back.jpg);
    }
    .orderimgbox{
        max-width: 499px;
    }

    .orderimg_01 {
        width: 100%;
        height: auto;
        margin-top: 112px;
        object-fit: cover;
        border-radius: 20px;
    }
    .orderbox {
        display: flex;
        background: rgba(255, 255, 255, 0.74);
        flex-direction: row-reverse;
        width: 85%;
        height: auto;
        margin: 26px auto;
        gap: 89px;
        padding: 0px 3.8% 8px 3.8%;
        border-radius: 30px;
     
        
    }
    .fade-slider {
        position: relative;
        width: 100%;
        max-width: 500px;
        height: auto;
        margin: 0 auto;
      }

    .ordertxtbox p.ordertxt__02:nth-of-type(4) {
        margin: 10px 0px;
    }
    .ordertxtbox p.ordertxt__02:nth-of-type(5) {
        margin: 0px;
    }


    .ordersub__title :nth-of-type(2) {
        margin: 0px 12% 26px 14%;  
    }
    .ordersub__title02 {
        margin:0px;
        
    }

    .orderimg{
       margin-top: 112px;
        max-width: none;
    } 
    .spbr {
        display: none;
    }
    .order__txtbox{
        border-radius: 5px 5px 0px 0px;
        margin: 0px;        
    
    }
    .ordersub p:nth-of-type(2) {
        display: block;
        margin-top: 0px;
    }
    
    
    .ordersub__title02 {
        font-size: 3.8rem;

    }
    .ordertxtbox p {
        font-size: 2.4rem;
        line-height: 1.6em;
        margin: 0px;

    }
    .order__undreline {
        width: 100%;
        margin: 0 auto;
    }
    .ordersub__title{ 
        text-align: center;   
    }
   
}   
/* pc 1440px end */

 /* =======================
access
=========================*/
#access {
    background-image: url(../img/sp_background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin:0 auto ;

    position: relative;
    z-index: 1;
}
.item05__back {
    width: 92px;
    height: 30px;
    position: absolute;
    top: 14px; 
    right: -20px;
    transform: translate(-50%, -50%);
    z-index: -1;

}
.item06__back {
    width: 92px;
    height: 83px;
    position: absolute;
    bottom: -20px; 
    left: 30px;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.accesslist__item + .accesslist__item{
    border-top: 1px dashed #5A2B2B;
    margin:0auto;
    padding-top:10px;
    padding-bottom: 10px;
}
.map iframe {
    width: 80%;
    margin-top: 30px;
}
.accesscontent {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.date02{
    margin-left: 38px;
}

/* accesslist02電話番号・曜日変更ポイント */
.accesslist__itemtxt{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8em;
}

.accesslistbox {
    display: flex;
           
}
.accesslist02 .labelcontent02::before{
    content: "■";
    color: #5A2B2B;
    margin-right: 0.5em;
    display: inline-block;
    font-size: 1.5rem;  

}
.labelcontent02 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.accesslist__item02 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6em;
    align-items: center;
    margin-top: 22px; 
}
.accesslist__item {
    display: flex;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6em;
    align-items: center;
    margin-top: 22px; 
}
.labelcontent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 38px; 
}


.label {
    display: inline-block;
    width: 70px;
    text-align: left;
    
}


.date{
    display: inline-block;
    flex: 1;
}
.tel-link {
    color: #B35A3C;
    text-decoration: underline;
    font-weight: 600;
  }

.accesslist .accesslist__item::before {
    content: "■";
    color: #5A2B2B;
    margin-right: 0.5em;
    display: inline-block;
    font-size: 1.5rem;   
}
.accesslist li:nth-child(4) .date {
    display: block;
    white-space: normal;
    
}

.color-btn {
    max-width: 200px;
    height: auto; 
    border-radius: 8px;
    transition: all 0.2s ease;
    display: inline-block;
    display: block
}

.color-btn:hover {
    filter: brightness(0.7);
}
.color-btn:active {
    transform: scale(0.9); 
    background-color: rgba(0, 0, 0, 0.1); 
}

.accessimg-sns {
    pointer-events: none;
}

.accessicon{
    display: none;
}

.accesslist__item:nth-of-type(6) .labelcontent {
    display: flex;
    align-items: center;
}

.accesscontentbox{
    background: rgba(255, 255, 255, 0.45); 
    border-radius: 10px;
    padding: 10px;
    
    
}
.accesslist__imgsp{
    display: none;
}

.accesslist__imgpc{
    transition: transform 0.3s ease;
}
.accesslist__imgpc:hover{
    transform: rotate(10deg);
}
.accesslist--border{
    border-top: 1px dashed black;

}
.accesslist--border01{
    border-bottom: 1px dashed black;
}
@media screen and (max-width: 540px) {
    .accesslistbox {
      flex-direction: column;
    }
    .color-btnsp{
        margin:0px;
        max-width: 200px;
        height: auto; 
        border-radius: 8px;
        transition: all 0.2s ease;
        display: inline-block;
        display: block
        
    }
    .accesslistbox01, .accesslist__item01 {
        width: 100%;
    }

    .date02{
        display: inline-block;
        margin-left: 38px;
       
    }
    .accesslist__imgsp {
        display: block;
       
    }
    .accesslist__imgpc {
        display: none;
    }
    .color-btn{
        display: none;
    }
    
    
}

/* END */

/* pc 1440px access */
@media screen and (min-width: 960px) {
    
    .map{
        display:flex;
        margin: 0 auto;
        width: 85%;
        gap:28px;
        margin-top: 48px;
        width: 100%;
        box-sizing: border-box;
        word-break: break-word;
    }

    .map iframe {
        width: 50%;
        height: auto;
        margin: 0px;
    }
    .date {
         flex: none;
    }
    .accessimgsns {
        width: 157px;
        height: 55px;
        flex-shrink: 0;
    }
  
    .accessbar__undreline {
        margin-bottom: 16px;
    }
    .accesslist__item {
        font-size: 2.4rem;
        font-weight: 700;
    }
        
    .spbr {
        display: block;
    }

    .labelcontent {
        display: flex;
        gap: 53px;
        position: relative;
    }

    .accesslist {
        margin: 0;
       
    }
    .accessicon{
        width: 67px;
        height: 76px;
        position: absolute;
        top: 35%;
        transform: translate(-50%, -50%);
        left: 87%;
    }
    .label {
        width: 100px;
        }
    .date {
        text-align: left;
    }
    .btnblock{
        align-items: right;
    }
    .accesslist__item02 {
        font-size: 2.4rem;
        font-weight: 700;
    }
    .accesslist__item01{
        padding-top: 20px;
    }

}
/* pc 1440px end */

 /* =======================
history
=========================*/

.history__box {
    display: flex;
    background-image: url(../img/sp_history.jpg);
    background-size: inherit;
    background-repeat: no-repeat;
    flex-direction: column;

}

.historytxtlogo {
    width: 30%;
    height: auto;
    margin: 33px auto;
}
.sp-historytxtbox{
    padding: 67px 12% 129px 12%;
    
}
.sp-historytxtbox__txt {
    color: #EADFCD;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.40);
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0px 3.7% 0px;  
    text-align: left;


    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    display: block;
}

    .sp-historytxtbox__txt.show {
        opacity: 1;
        transform: translateY(0);
}

.pcbr {
    display: none;
}

.pchistorytxtlogo, .pc-history,.historytxt__box,.historytxtbox__txt{
    display: none;
}
.pc-histori01{
    display: none;
}

.sp-historytxt__box{
    display: block;
    margin-bottom: 25px;
}


/* pc 1440px history */
@media screen and (min-width: 960px) {
    .sp-historytxt__box, .sp-historytxtbox__txt,.sp-historytxtbox{
        display: none;
    }

    .historytxtbox__txt01{
        margin-top: 100px;
        margin-bottom: 30px;
    }

    .history__box{
        display: flex;
        flex-direction: row-reverse;
        gap: 0px;
        position: relative;
        /* gap: 6vw; */
     
       
    }
    .historytxtbox{
        padding: 0;
        
    }
    

    .history__box {
        background-image: url(../img/pc_history2.jpg);
        object-fit: cover;
        background-size: cover;

        background-color: rgba(0, 0, 0, );
    }

    .pcbr {
        display: block;
        
    }

    .historytxtlogo{
        display: none;
    }
    .pchistorytxtlogo{
        display: block;
        width: 274px;
        height: 522px;
        flex-shrink: 0;
        margin-top:40px;
    }

    .sp-history {
        display:none;
       
    }
    .pc-history {
        display: none;
        max-width: 612px;
        height: 100%;
        object-fit: cover;
    } 

    .historytxtbox__txt {
        display: block;
        color: #EADFCD;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.5em; 
        margin: 0px 3.7% 0px;
        text-align: left;
    
        writing-mode: vertical-rl;
        text-orientation: initial;
        font-feature-settings: 'vert' on;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.40);

        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease-out;
    }
    .historytxt__box {
        display: block;
        writing-mode: vertical-rl;  
        text-orientation: upright;  
        line-height: 2.5;           
        white-space: normal;        
        word-break: break-word; 
        margin: 0px;   

        color: #EADFCD;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.6em; 
        text-align: left;
        
        text-orientation: initial;
        position: relative;

        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .historytxtbox__txt.show {
        opacity: 1;
        transform: translateY(0);
    }

      .historytxtbox {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: flex-start;
        position:relative;
        margin-bottom: 37px;
        flex-direction: row-reverse;
    }     
    .pcimgbox{
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .pc-histori01{
        display: none;
        position: absolute;
        bottom: -15%;
        /* width: 20vw; */
        height: auto;
        min-width: 359px; 
        right: 30%;
    }
}
/* pc history End */


 /* =======================
footer
=========================*/
.footer {
    display: block;
}
.footerback{
    background-image: url(../img/sp_footer_back01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 10px solid black;
       
}

.footernav{
    display: none;
}
.footernav {
    display:none ;
}
.footernav.active{
    display: none;
}

.footer__nav {
    width: 100%;
    height: auto;
    background: linear-gradient(183deg, rgba(0, 0, 0, 0.13) 86.53%, rgba(136, 117, 117, 0.09) 97.7%);
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: white;
} 

.footertxtimg{
    margin-top: 40px;
    margin-bottom: 25px;
    width: 59%;
}

.footer__txt{
    color: #EFEBEA;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.3em; /* 127.778% */
    letter-spacing: 0.72px;
    margin: 0 auto;
    
}
.pcfootertxtimg{
    display: none;
}
.footer__btn{
    display: none;
}
.footer__sptxt{
   margin: 0 auto;
}



/* px 1440 footer */
@media screen and (min-width: 768px) {
    .footernav{
        display: block;
    }
    .footerback {
        background-image: url(../img/pc_footer.jpg);
    }
    .footertxtimg {
        display: none;
    }
    .pcfootertxtimg{
        display: block;
        max-width: 242px;
        height: 375px;
        flex-shrink: 0;
        margin-top:52px;
        margin-bottom: 24px;
        margin: 52px 42% 24px 41%;
    }

    .footer__nav {
        width: 100%;
        height: auto;
        background: linear-gradient(180deg, rgba(34, 30, 30, 0.44) 84.88%, rgba(136, 117, 117, 0.44) 98.11%);
        display: flex;
        align-items: center;
        padding: 0 15px;
        color: white;
        gap: 40px;
        justify-content: space-between;
    }

    .footer__sptxt{
        display: none;
    }
    
   .nav__listicon{
        width: 28px;
        height: auto;
    }
   }


   
        









