@charset "UTF-8";
/*------------------------
パーツごとに変更

変更方法：
styleVariation.js、function.phpのクラス名を削除し、以下cssを編集

  ※ファイルの場所
  styleVariation.js（　js/styleVariation.js　）
  function.php（　 blog/wp-content/themes/cocoon-child-master/function.php　）

/* 202511 add */
/* ------------------------------------------
color
------------------------------------------ */
:root {
  /* --bs-bk: #3c3c3c; */
  --bs-wt: #fff;
  --bs-red: #ce5541;
  --bk-beige: #f7efdf;
  --bs-brown: #543d2c;
  --bs-gray: #ddd;
  --bs-bk: #000;
}

/* ページトップ メニュー部分 */
.pc-nav .nav_area {
  width: calc(100% - 10px);
  height: 95px;
}
.pc-nav .logo_box {
  /* width: 290px; */
  margin-bottom: 10px;
}
/* ページトップ部分 */
.mv-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#toppage h1 {
  filter: drop-shadow(2px 2px 5px var(--bs-brown));
  line-height: 1.2;
}
#toppage .mv-image_rainbow{
  background: url(../img/rainbow/img_menu_06_top.jpg) no-repeat center center/cover;
  color: var(--bs-wt);
  text-align: center;
  padding: 180px 0 0 ;
  height: 500px;
}

#subpage .mv-image_rainbow {
  background-image: none;
  background: var(--bs-red);
  color: var(--bs-wt);
  text-align: center;
  padding: 50px 0 0 ;
  height: 280px;
}
#toppage .mv-image_rainbow img,
#subpage .mv-image_rainbow img{
  margin-top: 20px;
  border: 1px solid var(--bs-wt);
  width: 130px;
  height: auto;
}

.mv-image_rainbow .h1_area {
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  padding: 65px 25px 25px;
  margin: 0 auto 40px;
  letter-spacing: 10px;
}
/* #subpage .mv-image_rainbow {
  height: 200px;
} */
@media screen and (max-width: 767px){
  .mv-image_rainbow .h1_area {
    width: 100%;
    padding: 80px 24px 24px;
    margin-bottom: 82px;
  }
  #subpage .mv-image_rainbow {
    height: 200px;
  }
  #toppage .mv-image {
    background-image: url(../img/rainbow/img_menu_06_2.jpg);
  }
  .top-h1_sp{
    color: var(--bs-wt);
    filter: drop-shadow(1px 1px 3px var(--bs-brown));
    transform: translateY(20px);
  }
  .top-h1_sp img{
    margin-top: 20px;
  }
}


.shop_li-center{
  text-align: center;
}

section#top-shop {
  padding-top: 30px;
}
p.top-shop_txt{
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  margin: 25px 0 45px;
  letter-spacing: 3px;
  padding-left: 15px;
  font-weight: bold;
}

#top-shop .shop_li:hover .shop_name h3 {
  text-decoration: none;
  width: 100%;
}
#top-shop .shop_li .shop_name h3 {
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--bs-brown);
  padding: 0 0 10px 0;
  height: 80px;
}
/* 店名が1行の時 */
#top-shop .shop_li .shop_name h3.h3_1l {
  padding: 36px 0 10px 0;
}
#top-shop .shop_li .shop_name h3 span{
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  margin: 0;
}
#top-shop .shop_li .shop_name p {
  font-size: 1.2rem;
  width: 100%;
  text-align: left;
  padding: 10px 10px;
  text-align: justify;
}

#top-shop .shop_li_wrap {
  justify-content: space-between;
}

#top-shop .shop_li_wrap .shop_li {
  width: calc( 100% / 2 - 20px );
  margin-bottom: 80px;
  margin-right: 15px;
}
#top-shop .shop_name {
  flex-wrap: wrap;
  margin: 0px 0 15px;
}
#top-shop .reserve_li {
  justify-content: center;
}

@media screen and (max-width: 945px) {
  #top-shop .shop_li_wrap {
  display: block;
  /* margin: 0 auto;
  justify-content: flex-start;
  flex-wrap: wrap; */
  }
  /* .shop_li-center{
  text-align: center;
  } */

  /* section#top-shop {
  padding-top: 30px;
  } */
  /* p.top-shop_txt{
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  margin: 25px 0 45px;
  letter-spacing: 3px;
  padding-left: 15px;
  font-weight: bold;
  } */

  /* #top-shop .shop_li:hover .shop_name h3 {
  text-decoration: none;
  width: 100%;
  } */
  #top-shop .shop_li .shop_name h3 {
  font-size: 1.3rem;
  /* margin-bottom: 10px;
  padding: 0 0 10px 0; */
  height: 75px;
  line-height: 1.5;
  }

  /* 店名が1行の時 */
  #top-shop .shop_li .shop_name h3.h3_1l {
  padding: 30px 0 10px 0;
  }

  #top-shop .shop_li .shop_name h3 span{
  font-size: 0.9rem;
  /* width: 100%;
  text-align: center;
  margin: 0; */
  }

  #top-shop .shop_li .shop_name p {
  font-size: 1.0rem;
  /* width: 100%;
  text-align: left;
  padding: 10px 10px;
  text-align: justify; */
  }

  /* #top-shop .shop_li_wrap {
  justify-content: space-between;
  } */

  #top-shop .shop_li_wrap .shop_li {
  width: 100%;
  /* margin-bottom: 80px; */
  margin-right: 0px;
  }
  
  /* #top-shop .shop_name {
  flex-wrap: wrap;
  margin: 0px 0 15px;
  } */
  
  /* #top-shop .reserve_li {
  justify-content: center;
  } */
}

/* 店舗情報ページ */
#shop .mv-image_rainbow {
  /* background-image: url(../img/mv_shop.jpg); */
  background-image: none; 
  background: url(../img/rainbow/img_menu_04.jpg?ver=20251125)  no-repeat center center/cover;
  /* background-color: var(--bs-red); */
  opacity: 1;
  color: var(--bs-wt);
}
@media screen and (max-width: 767px){
  #shop .mv-image_rainbow {
    background: url(../img/rainbow/img_menu_04_s.jpg?ver=20251125)  no-repeat center center/cover;
  /* background-color: #ce5541;
  color: #fff; */
  }
}

#shop h1 {
  filter: drop-shadow(2px 2px 3px var(--bs-brown));
}
/* #shop  .h1_area{
  width: 90%;
  text-align: center;
  padding: 65px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
}

#shop  .h1_area img{
  max-width: 200px;
} */

@media screen and (max-width: 767px){
  footer .info_area {
    order: 1;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
  }
  .footer-menu {
    order: 3;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 0;
    width: calc(100% - 10px);
  }

  .footer-menu ul {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

#shop-info .img_box {
  border: 1px solid var(--bs-gray);
  padding: 0px;
  margin-right: 43px;
}

@media screen and (max-width: 767px){
  #shop-info .img_box {
  margin-right: 0px;
  width: 180px;
  border: none;
  filter: drop-shadow(0px 0px 1px var(--bs-gray));
  }
}

#shop-info .text_box dd {
  margin: 0 0 2em 5em;
  /* font-size: 18px;
  line-height: 1.55em; */
}
#shop-info .text_box dd:last-of-type {
  margin: 0 0 0 5em;
}
.shop-info_logo{
  max-width: 180px;
}
@media screen and (max-width: 767px){
  #shop-info .text_box dd {
    margin: 0 0 2em 5em;
    font-size: 4.09vw;
  }
  #shop-info .text_box dd:last-of-type {
    margin: 0 0 0 5em;
  }
  .shop-info_logo{
  max-width: 150px;
  margin: 20px 0 0 ;
  }
}
/*--------------------
sp nav
--------------------*/
.sp_header_bg {
   /* width: 100%;
   height: 80px; */
   /* background: rgba(255,255,255,1); */
   /* position: fixed;
   top: 0;
   left: 0;
   z-index: 999;
   display: flex;
   align-items: center; */
 }

.sp-nav .logo_box {
   width: 70px;
   margin-left: 10px;
 }

 .sp-menu_logo{
  transform: translateX(-15px);
 }