@charset "UTF=8";

html{
  font-size: 100%;
  color: var(--grey);
}

body{
  font-family: "Zen Kaku Gothic New", sans-serif;
}

:root {
    --grey: #333333;
    --light-grey: #dad9ce;
    --white:#ebe8e8;
    --red:#cc3333;
}

.font-english{
  font-family: "Roboto", sans-serif;
  font-weight: semibold;
}

.text-white{
  color: var(--white);
}

main{
  display: flex;
  justify-content: center;
  padding: 4rem 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 500;
}

.title-text{ 
  width: 5%;
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  padding-right: 3%;
  margin-left: 5rem;
}

.container{
  width: 95%;
  padding: 0 2rem;
  max-width: 1080px;
}

.bgc-grey{
  background-color: var(--grey);
}

.bgc-lightgrey{
  background-color: var(--light-grey);
}

.bgc-white{
  background-color: var(--white);
}

/*loading---------------------------------------------------------*/
#loading {
    background-color: var(--red);
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 9999;
}

#loading img {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    opacity: 0;
  }
  

/*FV---------------------------------------------------------*/
#fv{
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: none;
  display: grid;
  place-items: center;
  background-color: var(--grey);
  z-index: 2;
}

.slideshow{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translate(0);
}

.slideimg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 3s ease;
}

.slideimg.active{
  opacity: 1;
}

.top-logo{
  z-index: 3;
  width: 188px;
}

#spacer{
    height: 100vh; 
    width: 100%;
}

/*スクロールダウン矢印 */
.scroll-down-arrow {
    position: absolute;
    bottom: .5rem; 
    left: 50%;
    transform: translateX(-50%); 
    opacity: 0; 
    z-index: 50;
    
    animation: float-down 5s ease-in-out infinite 6s;
    cursor: default; 
}

.scroll-down-arrow:hover .arrow-icon {
    opacity: 1;
}

.arrow-icon {
    width: 3rem; 
    height: 3rem;
    color: var(--white); 
    stroke: var(--white); 
    opacity: 0.8;
    transition: opacity 0.3s;
}

@keyframes float-down {
    0%, 100% {
        transform: translateX(-50%) translateY(0); 
        opacity: 0;
    }
    50% {
        transform: translateX(-50%) translateY(15px); 
        opacity: 1;
    }
}

/*NAV-------------------------------------------------------*/
.menu-button {
    cursor: pointer;
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 1001;
}

.hamburger-icon {
    width: 35px;
    height: 35px;
    display: block;
}

.line {
    transition: transform 0.3s ease;
    transform-origin: center; 
}

.menu-button.is-active .top-line {
    transform: translateY(2.2px) rotate(45deg);
}

.menu-button.is-active .bottom-line {
    transform: translateY(-2.2px) rotate(-45deg);
}

/* スライドメニューパネル */
#menu-panel{
  width: 60px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  position: fixed;
  top: 0px;
  right: 0px;
  translate: 60px;
  z-index: 1000;
  background-color: var(--red);
}

#menu-panel a{
  font-size: .5rem;
  color: var(--white);
  position: relative;
  writing-mode: vertical-rl;
  padding: 1rem 0;
  margin: 0;
  text-decoration: none;
  }

nav a:hover{
  opacity: .5;
}

.sns-logo{
  width: 1.5rem;
}

#menu-panel-sp{
  display: none;
}

/*冒頭文---------------------------------------------------------*/
  .sashie{
    padding: 5rem 0;
    position: relative;
    z-index: 500;
    max-height: 100vh;
  }

  .sashie-image{
    position: relative;
    margin: 0 3rem;
    display: flex;
    justify-content: center;
  }

  .sashie-image img{
    width: 100%;
    max-width: 800px;
  }
  
  .base-img{
    z-index: 10;
    margin-bottom: 3rem;
  }
  
  .overlay2-img{
    position: absolute;
    z-index: 11;
    opacity: 0;
  }

.description p{
  color: var(--white);
  line-height: 2;
  font-size: .8rem;
  text-align: center;
  opacity: 0;
  margin-bottom: 2rem;
}

.line-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -63%);
    width: 100%;
    height: 100%;
    overflow: visible;
    max-width: 800px;
}

.animated-line {
    fill: none;
    stroke: var(--white);
    stroke-width: 5;
    stroke-miterlimit: 10;
    stroke-dasharray: 800; 
    stroke-dashoffset: 800; 
}

/*ABOUT---------------------------------------------------------*/
.about-container,
.about-container-reverse{
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  gap: 1rem 2rem;
}

.about-container-reverse{
  flex-wrap: wrap-reverse;
}

.pictuer-t img{
  width: 100%;
}

.text-t{
  width: 250px;
}

.text-t h2{
  font-size: 1rem;
  margin-bottom: .8rem;
  font-weight: bold;
}

p{
  font-size: .8rem;
  line-height: 1.7;
}

.fadein{
  opacity: 0;
}

/*MENU-----------------------------------------------------------*/
.menu-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:0 4rem;
}

.item-container{
  width: 100%;
}

.item{
  margin-bottom: 3rem;
}

.item h2{
  font-weight: bold;
  font-size: 1rem;
}

.item p{
  font-weight: normal;
  font-size: 0.75rem;
  margin-top: .5rem;
  line-height: 1.7;
}

.price{
  border-spacing: 0;
  width: 100%;
}

.price th,
.price td{
  border-bottom: 1px solid var(--grey);
  
}

.price th{
  font-size: 1rem;
  text-align: left;
  font-weight: normal;
  padding: 1rem 0 0.25rem 0.25rem;
  width: 70%;
}

.price-number{
  padding: 1rem 15px 0 0;
  text-align: right;
  font-size: 1.1rem;
}

.yen{
  padding: 1rem 8px 0 0;
  font-size: 0.9rem;
  text-align: left;
  width: 5%;
}

.tax{
  padding-top: 1rem;
  font-size: .7rem;
  min-width: 35px;
  text-align: right;
}

.price-end{
  margin: 1rem 0 2rem 0;
  text-align: center;
}

/*RESERV------------------------------------------------------------*/
#reserve p{
  margin-bottom: 1rem;
  line-height: 2;
  font-weight: normal;
  font-size: .8rem;
}

.btn{
  display: inline-block; 
  background-color: var(--red); 
  border: var(--light-grey) solid 1px;
  color: var(--white);
  padding: .5rem 2rem;
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.btn:hover{
  background-color: var(--light-grey); 
  border: var(--grey) solid 1px;
  color: var(--grey);
  transition: .5s;
}


/*NEWS--------------------------------------------------------*/
#news{
  padding-bottom: 5rem;
}

#news p{
  font-size: .8rem;
}

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

#news a img{
  width: 1rem;
  margin: 1rem .75rem  0;
}

.link p{
  margin-top: .75rem;
  text-decoration: none;
}

/*ACCESS-------------------------------------------------------*/
#access p{
  font-size: .8rem;
  margin-bottom: .5rem;
}
#access .mini{
  font-size: .6rem;
  font-weight: lighter;
  line-height: 1.25rem;
}

/*MAP----------------------------------------------------------*/
#map{
  position: relative;
  z-index: 500;
  width:100%;
  height: 50vh;
}

/*FOOTER--------------------------------------------------------*/
.page-footer{
  position: relative;
  z-index: 500;
  text-align: center;
  background-position: center;
  padding: 3rem 0 2rem 0;
}

.page-footer a {
  color: var(--white);
  text-decoration: none;

}
.page-footer a:hover{
  opacity: .5;
}

.logo{
  width: 3.5rem;

}

.copyright{
  margin-top: 1rem;
  font-weight: lighter;
}

/*スマートフォンサイズ
--------------------------------------------------------------------------
--------------------------------------------------------------------------*/
@media(max-width: 599px){

  main{
    display: block;
    padding: 4rem 0 2rem 0;
  }

  .title-text{ 
    writing-mode: horizontal-tb;
    margin:0 0 1rem 3rem;
    font-size: 1.5rem;
  }

  .container{
    width: 100%;
    padding: 0 3rem;
  }


  /*FV*/
  .top-logo{
    width: 50%;
  } 

  /*NAV*/
  #menu-panel{
    display: none;
  }

  #menu-panel-sp{
    display: flex;
    width: 100vw;
    height: 500px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    translate: 0 -500px; 
    transition: translate 500ms ease-out; 
    z-index: 999;
    background-color: var(--red);
  }

  #menu-panel-sp.is-open-sp {
    translate: 0 0; 
  }

  #menu-panel-sp a{
    font-size: .75rem;
    color: var(--white);
    position: relative;
    padding: 1rem 0;
    margin: 0;
    text-decoration: none;
  }


  /*ABOUT*/
  .about-container-reverse{
  flex-direction: column-reverse;
  }

  .text-t{
  width: 100%;
  }

  .text-t h2{
    font-size: .9rem;
    margin-bottom: 1rem;
  }

  p{
    font-size: .7rem;
    line-height: 1.7;
  }

    /*MENU*/
  .menu-container{
    grid-template-columns: 1fr;
  }
  .tax{
  margin-bottom: 2rem;
  }

  /*RESERVE*/
  .reserve-container{
  grid-template-columns: 1fr;
  }
}