@charset "utf-8";
/* ------------------------------------ */
/* 共通項目pc */
/* ------------------------------------ */

.mobile{
      display: none;
    }
    .pc{
      display: block;
    }

body{
  scroll-behavior: smooth;
  font-family: "Zen Maru Gothic", serif;
  color:#3f1d07;
  background-color: #FEFCF2;
  background-repeat: no-repeat;
  font-family: "Zen Maru Gothic", serif;
}
html, body {
  overflow-x: hidden !important;
}


a{
  color: #be6315;
  transition: all 0.5s ease;
}
/* ホバーすると要素が１．１倍/少し透明に */
a:hover{
  transform: scale(1.1); 
  opacity: 0.8;
  transform: none;
}
p{
  line-height: 2;
  text-align: center;
}
.wrapper{
  width: 100%;
  max-width: 80%;
  margin: 0px auto 100px;
  text-align: center;
  padding: 0 16px;
}
.main_title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 80px 0 40px;
}
.title__logo img{
  border: none;
}
/* ----------------- */
/* ローディング画面*/
/* ----------------- */
.loader_bg{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #f9e2e0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader_img{
  max-width: 150px;
  animation: driftLeftLoop 2s ease-in-out infinite;
}
@keyframes driftLeftLoop {
  0% { transform: translateX(20px); }
  50% { transform: translateX(-20px); }
  100% { transform: translateX(20px); }
}

/* -----------------------------------------*/
/* 共通項目mobile */
/* -----------------------------------------*/
@media  (max-width: 766px){
.mobile{
display: block;
}
.pc{
display: none;
}
body{
  font-size: 14px;
  }
.wrapper{
  max-width: 90%;
  /* margin-bottom: 48px; */
}
p{
  text-align: center;
  line-height: 1.5;
}
.main_text p,
.main_text p,
.contact_text p{
    text-align: justify;
}
a:hover{
  transform: scale(1.0);
  opacity: 1;
  transform: none;
} 
}

/* ------------------------------------ */
/* header pc*/
/* ------------------------------------ */
#header{
  max-width: 100%;

  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  position: fixed;
  z-index: 100;
  background-color: rgba(254,252,242,0.8);
  top: 0;
}
.main_pic img{
  transition: all 1s ease;

}
.img{
  margin: 0px auto 20px;
}
.header__list{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  gap: 40px;
}
.header__item:nth-child(3){
  margin-left: 20%;
}
@media(max-width:768px){
  .header__item:nth-child(3) {
    margin-left: 0;
}
}
/* 英字ルビ */
.header__item--en{
  color: orange;
  text-align: center;
  font-size: 14px;
}
.main-logo {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-45%, -50%);
    width: 150px;
}

/* Instagramロゴ */
#header_sns a{
  position: fixed;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 5;
  cursor: pointer;
}
.fa-brands{
  font-size: 4rem;
  color: #ec9a9a;
}
.title__logo{
  width: 160px;
}
@media (max-width: 768px) {
    .title__logo {
        width: 120px;
    }
}


/* -----------------------------------------*/
/*  header mobile*/
/* -----------------------------------------*/

@media  (max-width: 768px){
    #header{
        max-width: 100%;
    height: 90px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 100;
    background-color: rgba(254,252,242,0.8);
    /*! top: 0; */
    margin: 0 auto;
  }  
header{
  overflow: hidden;  
}

.main-logo {
    width: 115px;
    left: 20%;
}
.main_pic img{
  transition: all 1s ease;
}
header.wrapper{
  margin-bottom: 20px;
}
#header_logo_mobile img{
  /* 高さはpx/幅は%設定 */
  margin: 10px 0 0 10px;
  float: left;
  border: none;
}

.main_title{
 gap: 10px;
 flex-direction: column;
 padding: 20px 0;
}
.main_text{
  line-height:2;

}


/* -----------------------------------------*/
/* ハンバーガーメニュー */
/* -----------------------------------------*/
#hamburger {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 40%;
  border: 3px solid #fff;
  background-color: #F2C4C4;
  z-index: 100;
  right: 5%;
  top: 10%;
}
.open #hamburger{
  background-color: #D7DE8A;

}
#hamburger span{

  position: absolute;
  color: #fff;
  transition: 0.5s;
  margin: 15px 30%;
  width:40%;
  height: 3px;
  background-color: #fff;
  border-radius: 5px;
}

#hamburger p{
  color: #fff;
  text-align: center;
  margin-top: 35px;
  font-weight: bold;
}

#hamburger span:nth-child(1){
  top: 0px;
}
#hamburger span:nth-child(2){
  top: 15px;
}
.open #hamburger span:nth-child(1){
  transform: rotate(45deg);
  top: 10px;
}
.open #hamburger span:nth-child(2){
  transform: rotate(-45deg);
  top: 10px;
}
/* クリック時の全画面表示の設定 */
.header__nav{
  width: 100%;
  height: 100%;
  background-color: #F2C4C4;
  clear: both;
  display: flex;
  position: fixed;
  left: 0;
  transform: translateX(100vw);
  transition: 0.5s;
  z-index: 100;
}
.header__item{
  margin-bottom: 1rem;
}
.open .header__nav{
  /* 元の位置に戻す */
  transform: translateX(0);
}
.header__list{
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 20px;
}
.header__nav a,i{
  font-size: 160%;
}
/* 英字ルビ */
.header__item--en{
  color: #fff;
  font-size: 16px;
}
body.open .page-top {
  display: none;
}

}
/* -----------------------------------------*/
/* メイン pc */
/* -----------------------------------------*/
main{
  position: relative;
  top: 130px;
}
@media (max-width: 768px) {
main {
    top: 90px;
}
}


/* kvスリックスライダー */
#slider{
  width: 90%;
  margin: 0 auto 100px;
  overflow: hidden;
  border-radius: 20% 30% 30% 20% / 50%; 
  box-shadow: 0px 3px 10px rgba(1, 1, 1, 0.5);
  }
@media (max-width:768px) {
    #slider{
  margin-bottom: 50px;
  border-radius: 5%;
  /*! margin-top: 14px; */
}

  }

  /* slickの設定 */
  .add-animation{
  animation: zoomUp 7s linear 0s normal both;
  }


     /* ズームの拡大率 */
  @keyframes zoomUp {
  0% {
  transform: scale(1.2);
  }
  100% {
    transform: scale(1.3);
  }
  }

/* -----------------------------------------*/
/* about/news */
/* -----------------------------------------*/
#about span{
  margin: 20px 30%;
  height: 1px;
  background-color:#eda1a1;
}
#about table{
  margin: 0 auto;
  width: 50%;
}
#about table th{
  padding:5px 20px;
}
.main_text{
  margin-bottom: 50px;
}
.about__list {
  margin: 0 auto;
  padding: 50px 0;
  border-top: 1px solid #eda1a1;
  border-bottom: 1px solid #eda1a1;
  width: 90%;/* 余裕を持たせるための最大幅 */
  max-width: 800px;/* PC時の最大幅で綺麗に中央揃え */
}
.about__item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 10px 20%;
}


@media(max-width:768px){
    .about__item {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 12px;
        margin: 0;
    }
    .about__list{
      padding: 20px 0;
    }

}

/* --------------------------------- */
/* Instagram誘導ボタン */
/* --------------------------------- */
.box {
    position: relative;
    z-index: 50;
}
.box__inner {
  width: 350px;
  /* text-align: center; */
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%,-50%);
  background: url(../img/images/Vector.png) no-repeat center;
  background-size: 90%;
  padding: 80px 0;
  letter-spacing: 1.5px;
}



.box__title {
  color: #FFF;
  font-size: 14px;
  margin: 0 0 15px;
  position: relative;
}
.box__title::after,
.page-top__a::after{
  content: "";
  position: absolute;
  top: 10px;
  right: 70px;
  width: 40px;
  height: 40px;
  background: url(../img/images/neko.icon.png) no-repeat center;
  background-size: 50%;
}
.box__sns__icon {
    margin: 0 auto;
}

.box__copy {
  font-size: 12px;
  color: #0E3E30;
  margin-bottom: 5px;
}

.box__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  width: 150px;
  height: 30px;
  position: relative;
  background: #F2C0C0;
  font-size: 12px;
  font-weight: 600;
  margin: 0 auto;
}
.box__sns{
  font-size: 2rem;
}
.btn__sns{
  color:#fff;
}
.menu-page__btn::after,
.btn__sns::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12%;
  width: 16px;
  height: 20px;
  background: url(../img/images/arrow_white.svg) no-repeat center;
  background-size: 70%;
} 
/* --------------------------------------------- */
/* コーヒー*/
/* 画像のzoom(共通) */
/* --------------------------------------------- */

.zoom{
  overflow: hidden;
  border-radius: 30% 50% 50% 70%/50%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
.zoom img{
  animation: animationZoom 10s ease-in-out infinite;
  border: none;

}
@keyframes animationZoom {
  50% { transform:scale(1.2)} 
}
/* --------------------------------------------- */
#menu{
  max-width: 100%;
}
#menu .main_title
{padding-top: 200px;}
#menu_content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.menu_text {
  width: 70%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-left: 20px;
  text-align: justify;
}
#menu_img1{
  width: 30%;
  height: auto;
}
.h2-bolder{
  font-weight: bolder;
  font-size: 30px;
}
/* -----------------------------------------*/
/* 他メニューラインアップ */
/* -----------------------------------------*/

#lineup{
  background-color: #ffece6;
  margin: 0;
  max-width: 100%;
  padding-bottom: 1px;
}
.lineup_svg {
  display: block;
  margin-bottom: -1px; /* セクションとの隙間を詰める */
  height: auto;
}

#menu_p{
  margin-bottom: 40px;
  font-size: 18px;
}
.lineup__title::before{
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ec9b9b;
  display: inline-block;
  margin: 1px 10px;
}
.lineup__inner {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto 80px;
}.lineup__left {
  width: 40%;
}
.lineup__title {
  margin-bottom: 10px;
}
.lineup__text {
  line-height: 1.5;
}
.lineup__top{
  margin-bottom: 40px;
}
.lineup__list {
  display: flex;
  justify-content: center;
  align-items: center;
  /*! padding-left: 65px; */
  gap: 30px;
}
.lineup__img-left{
  margin-bottom: 20px;

  width: 90%;
}
.lineup__right-img{
  width: 50%;
  height: auto;
}
/* ボタン */
.btn{
  margin-bottom: 30px;
}
.btn a{
  color: #fff;
  padding: 8px 40px;
  background: #eda1a1;
  box-shadow: 0 0 0 5px #eda1a1;
  border: 2px dashed;
  border-radius: 20px;
  display: inline-block;
  font-weight: bold;
  transition: all 0.5s ease; 
}
.btn a:hover{
  color: #eda1a1;
  background: #fff;
  box-shadow: 0 0 0 5px #fff;
}
.menu-page__btn{
  position: relative;
}
.menu-page__btn::after{
 right: 16px;
}
/* -----------------------------------------*/
/*  メニュー mobile*/
/* -----------------------------------------*/
@media(max-width:768px){
#menu_content{
  flex-direction: column;
  width: 100%;
}
.menu_text{
  width: 100%;
  text-align: justify;
  padding: 0;
}

#menu_img1{
  width: 50%;
}
.menu_text p{
  width: 100%;
  text-align: justify;
}
.h2-bolder{
  font-size: 16px;
}
.menu_text p
#menu_p{
  margin-bottom: 40px;
  font-size: 16px;
}
.lineup__title::before{
 width: 10px;
 height: 10px;
}
.lineup__inner{
  flex-direction: column;
 gap: 0;
 margin-bottom: 20px;
}
.lineup__left {
 width: 100%;
 margin-bottom: 30px;
}
.lineup__title {
 margin-bottom: 10px;
}
.lineup__text {
 line-height: 1.5;
}
.lineup__right {
 width: 100%;
  padding: 0;
}
.lineup__top{
 margin-bottom: 40px;
}
.lineup__list {
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 30px;
  gap: 0;
}
.lineup__img-left{
 margin-bottom: 15px;

}
.lineup__img{
  margin-bottom: 15px;
  width: 100%;
}
  .zoom{
    width: 80%;
    margin: 0 auto 15px;
  }
}
/* -----------------------------------------*/
/* アクセス　pc*/
/* -----------------------------------------*/

#access{
  margin-top: 100px;
}
#access_map{
  width: 100%;
  height: 350px;
  object-fit: cover;
  border: 2px solid white;
}
#access__contents{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.access__map{
  width: 70%;
  height: auto;
  box-shadow: 0px 3px 10px rgba(1, 1, 1, 0.5);
}
.access__text{
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 50px;
}
.access__text>p{
  text-align: initial;
}
.access__text span{
  line-height: 1.2;
  font-size: 14px;
}
/* -----------------------------------------*/
/*  アクセス mobile*/
/* -----------------------------------------*/
@media (max-width:768px) {
#access{
  margin: 50px auto;
}
#access_map{
  height: 200px;
}
#access__contents{
  flex-direction: column;
}
.access__map{
  width: 100%;
  margin-bottom: 15px;
}
.access__text{
  width: 100%;
  align-items: center;
  padding-left: 0;
}
.access__text>p{
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
}
.access__text span{
  line-height: 1.2;
  font-size: 12px;
}
  .btn {
  margin-bottom:50px;
}
  footer p{
    padding-bottom: 20px;
  }

  
}

/* --------------------------------------------- */
/* お問い合わせ pc */
/* --------------------------------------------- */
#contact{
  padding-bottom: 100px
}
@media (max-width: 768px) {
#contact {
    padding-bottom: 50px;
}
}
.contact__form:hover{
  border-bottom: 2px solid rgb(237, 161, 161);
}
.contact__sns {
  display: inline-block;
  margin-bottom: 1rem;
}
.contact__form {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.contact__item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__text p{
  margin-bottom: 16px;
}
footer{
  background-color: #cbe091;
}
footer p{
  color: #fff;
  padding-bottom: 10px;
}

/* アニメーションの初期状態 */
.fade-up {
  opacity: 0;
  transform: translateY(10px); /* 下から上に移動 */
  transition: opacity 1.5s ease, transform 1.5s ease;
}


/* 表示領域に入ったときのスタイル */
.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------------------- */
/* お問い合わせ mobile */
/* --------------------------------------------- */


/* -----------------------------------------------------------*/

/* -----------------------------------------*/
/* menuページ*/
/* -----------------------------------------*/

/* 背景画像 */
#menu_page main{
  top:0;
}
#menu_page #lineup{
  background-color: #FEFCF2;
margin: 0 auto 150px;
  max-width: 1200px;
}

#menu_page .lineup__left{
  width:50%;
}
#menu_page .lineup__right{
  width: 50%;
  padding-left: 30px;
}

#menu_page .lineup__inner{
  max-width: 1200px;
}
#menu_page .sub__list{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 70px;
  margin-bottom: 100px;
}
#menu_page .sub__item{
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#menu_page .sub__title{
  margin-bottom: 50px;
  font-size: 30px;
}
#menu_page .sub__img{
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 50% 40% 50% 80%/50%;
  margin-bottom: 30px;
    box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.3);
}
#menu_page .sub__img img{
  object-fit: contain;
  aspect-ratio: 1/0.8;
  object-fit: cover;
}
#menu_page .sub__item p{
  word-wrap: break-word;
  max-width: 100%;
}
#menu_page .sub-h3::before{
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #F2C4C4;
  display: inline-block;
  margin: -2px 5px;
}
#menu_page .sub-h3{
  margin-bottom: 10px;
}
#menu_page #menu_p{
  margin-bottom: 80px;
  font-size: 18px;
}
#menu_page .lineup__text{
  margin-bottom: 15px;
}
#menu_page .textarea{
  /*! padding-left: 20px; */
  width: 50%;
}
#menu_page .lineup__list{
  margin-bottom: 120px;
  
  justify-content: space-between;
}
#menu_page .lineup_svg {

  /*! display: table-row; */
  margin-top: 200px;
}
#menu_page .menu-item{
  padding: 10px 0;
  border-bottom:1px solid #eda1a1;
  border-top:1px solid #eda1a1;
  margin-top: 20px;
 
}
#menu_page .main_title{
  padding: 80px 0 40px;
}
/* -----------------------------------------*/
/*  menuページ　mobile */
/* -----------------------------------------*/
@media  (max-width: 766px){

#menu_page  main{
  top: 110px;
  }  
  #menu_page .lineup__left,
  #menu_page .lineup__right{
 
    
  width: 100%;
  margin: 0;
   padding-left: 0;
  }
  #menu_page .textarea{
    width: 100%;
    padding: 0;
    /*! text-align: justify; */
  }
#menu_page #sub_menu{
  flex-wrap: wrap;
  justify-content: space-between;
}
  #menu_page .lineup__list{
    
  margin-bottom: 50px;
  }
#menu_page .sub_menu_contents{
  width: 45%;
  margin: 0 auto;
}
/* menu.htmlのcss*/
/* 背景画像 */
#menu_page #lineup .menu__title-mobile{
  margin-bottom: 40px;

  font-size: 16px;
}
#menu_page .sub__menu p{
  margin-bottom: 5px;
  text-align: center;
  /*! max-width: 100%; */
}
#menu_page .sub__list{
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
#menu_page .sub__item{
  width: 100%;
  /*! margin-bottom: 15px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
}
#menu_page .sub__title{
  margin-bottom: 50px;
  font-size: 30px;
}
#menu_page .sub__img{
  width: 40%;
  margin: 0;
}
#menu_page .sub__menu{
  width: 50%;
  text-align: initial;
  padding-left: 10px;
}
#menu_page .sub-h3{
  margin-bottom: 5px;
  text-align: center;
}

#menu_page .lineup__inner p{
  margin-bottom: 5px;
  text-align: start;
  /*! border-bottom: 2px solid #7b7b7b; */
}
#menu_page .lineup__text{
  margin-bottom: 10px;
  /*! border-bottom: 1px solid; */
  /*! padding-bottom: 10px; */
}
  #menu_page .lineup_svg{
    
  margin-top: 130px;
  }  
  #menu_page .lineup__img{
    margin-bottom: 25px;

  box-shadow: 0px 3px 8px rgba(1, 1, 1, 0.3);
  }
#menu_page .sub-h3::before{
  width: 10px;
  height: 10px;
}

  .menu-item{
    padding: 10px 0;
    border-bottom:1px solid;
    border-top:1px solid;
    margin-top: 20px;
  }
  #menu_page #lineup{
padding-bottom: 50px;
  }
  .page-top {
  margin-bottom: 0;
}
.sub__contents {
  padding-bottom: 0;
}

}

/* ----------------- */
/* topへ戻るボタン*/
/* ----------------- */

.page-top {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.page-top.show{
  opacity: 1;
}
.page-top.btn a {
  padding: 20px 20px 15px 20px;
  background: #D7DE8A;
  box-shadow: 0 0 0 5px #D7DE8A;
  border-radius: 50px;
  }
  .page-top.btn a:hover{
  color: #fff;
  background: #D7DE8A;
  box-shadow: 0 0 0 5px #D7DE8A;
  /* transform: initial; */
  opacity: 1;
  }
.page-top__a::after{
  right: 13px;
  top: -5px;
}
