@charset "utf-8";
.main{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.mitsukeru{
  padding-top: 100px;
text-align: center;
}
h1{
  display: inline-block;
  padding-bottom: 10px;
  text-align: center;
  font-size: 40px;
  border-bottom: 1px solid #3d3d3d;
}


.tab-2 input{
  display: none;
}

.tab-content {
  display: none;
}

.tab-labels{
  width: 100%;
}

.tab-labels label{
  width: 18%;
  height: 45px;
  max-width: 200px;
  min-width: 150px;
  display: inline-block;
  padding: .8em 0.3em;
  background-color: #fff;
  color: #3d3d3d;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #C1E4E9;
}
/* 選択されたタブに対応するコンテンツだけ表示 */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

/* 選択中のラベルだけ色を変える */
#tab1:checked ~ .tab-labels label[for="tab1"],
#tab2:checked ~ .tab-labels label[for="tab2"],
#tab3:checked ~ .tab-labels label[for="tab3"],
#tab4:checked ~ .tab-labels label[for="tab4"] {
  background-color: #C1E4E9;
  color: #3d3d3d;
  font-weight: bold;
}

/****** 地域別ナビエリア　******/

.nav02{
  margin: 10px 0 50px;
}

.nav02 ul{
  margin-top: 30px;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
}

.navFlex{
  width: 60%;
  max-width: 700px;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 5%;
}

.nav02 li{
  width: 18%;
  max-width: 130px;
  min-width: 80px;
  gap: 5px;
  padding: 5px;
  text-align: center;
  background-color: #C1E4E9;
  color: #3d3d3d;
  border-radius: 100px;
  font-size: 16px;
  transition: 0.5s;
}

.nav02 li:hover{
  border: 2px solid #C1E4E9;
  background-color: #fff;
}
/****** slick  *******/


.flexcontainer{
  margin: 130px 0 100px;
}
.menu-slider {
  width: 42%;
  min-width: 400px;
  margin: 0 auto;
  position: relative;
}

.menuphoto img {
  width: 100%;
}

.menutext01 {
  width: 95%;
  margin:  30px auto;
  text-align: left;
}

.menutitle{
  margin-bottom: 10px;
  font-size: 24px
}

.menuDescrip{
  font-size: 18px;
}
/* 矢印のスタイル */
.prev-arrow,
.next-arrow {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #C1E4E9;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}

/* 左矢印は左 */
.prev-arrow {
  left: -50px;
  transform: translateY(-50%) rotate(180deg);
}

/* 右矢印は右 */
.next-arrow {
  right: -50px;
}

/* 擬似要素（矢印マーク） */
.prev-arrow::before,
.next-arrow::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

/***** menu *******/

.h2{
  width: 12%;
  max-width: 180px;
  min-width: 120px;
  margin: 120px auto 30px;
  padding: 8px 5px;
  text-align: center;
  background-color: #C1E4E9;
  color: #3d3d3d;
  border-radius: 100px;
  font-size: 16px;
}

.menuFlex{
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}

.menuItem{
  width: 26%;
}

.menuphoto02{
  width: 100%;
}
.menutext02{
  width: 90%;
  margin: 10px auto;
  text-align: left;
}

.menutitle02{
  margin-bottom: 10px;
  font-size: 20px;
  /* white-space: break-word; */
  line-break: strict;
  letter-spacing: 0.01px;
}
.kasai{
  margin-top: 120px;
}

/******フードメニュー *******/

.eath2{
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 50px;
  text-align: center;
  font-size: 32px;
  
  border-bottom: 1px solid #3d3d3d;
}

.foodItem{
  gap: 40px;
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* border-bottom: 0.75px solid #aeadad; */
}


.foodTextbox{
  width: 45%;
  
  align-self: center;
}

.foodPhoto{
  width: 40%;
  max-width: 400px;
}

h3{
  font-size: 28px;
}

.areaname{
  margin: 10px 0 40px;
  font-size: 20px;
  line-height: 1.7;
}

.foodText{
  width: 80%;
  margin: 0 auto;
  text-align: left;
  line-height: 2.3;
}

.snsLink{
  border-bottom: 1px solid #3d3d3d;
}

.border{
  width: 80%;
  margin: 0 auto;
  border-bottom: 0.75px solid #aeadad;
}

.box14{
    width: 55%; 
    margin: 180px auto;
    padding: 40px;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
    line-height: 2;
}
.box14 p {
    margin: 0; 
    padding: 0;
}
.mb{
  display: none;
}

@media screen and (max-width: 900px){
  .main{
    font-size: 14px;
  }

  .eath2{
    font-size: 28px;
  }
  .flexcontainer{
    margin: 100px 0 80px;
  }  

.menu-slider {
  width: 75%;
  min-width: 300px;
}

.menutitle{
  font-size: 18px;
}

.menuDescrip{
  font-size: 16px;
}

.tab-labels label{
  width: 30%;
  min-width: 120px;
}

.prev-arrow,
.next-arrow {
  top: 40%;
}

.navFlex{
  width: 75%;
  margin: 20px auto 0;
}

.nav02 li{
  width: 22%;
  padding: 5px;
}

.h2{
  width: 15%;
  
  margin: 120px auto 30px;
  padding: 8px 5px;
  text-align: center;
  background-color: #C1E4E9;
  color: #3d3d3d;
  border-radius: 100px;
}

.menuFlex{
  gap: 20px;
}

.menuItem{
  width: 30%;

}
/***** フード*******/
  .foodItem{
    gap: 40px;
  }
  h3{
    font-size: 20px;
  }
  .areaname{
    font-size: 16px;}

    .foodItem{
      gap: 20px;
      margin: 0 40px;
      padding: 80px 0;

    }

  .foodTextbox{
      width: 45%;
    }
    
  .foodPhoto{
      width: 40%;
    }

    

    .box14{
      width: 80%; 
        padding: 30px;
    }
  }


@media screen and (max-width: 640px){

  .main{
    font-size: 14px;
  }
  h1{
    font-size: 30px;
  }

  .eath2{
    font-size: 24px;
  }


  .flexcontainer{
    margin: 100px 0 80px;
  }

  .menu-slider {
    width: 70%;
    min-width: 250px;
  }

  .menutitle{
    font-size: 18px;
  }
  
  .menuDescrip{
    font-size: 14px;
  }
  .menutext01 {
    margin:  10px auto;
  }

  .tab-labels label{
    width: 25%;
    min-width: 50px;
    height: 40px;
  }

  .navFlex{
    width: 80%;
  }
  
  
  .h2{
    width: 20%;
    margin: 80px auto 30px;
  }
  
  .nav02{
    margin: 10px 0 0;
  }


.menuFlex{
  gap: 1.3%;
  justify-content: center;

}


.menuItem{
  width: 47%;

}
/******フードメニュー *******/
.foodItem{
  margin-top: 0px;
  display: block

}
.foodTextbox{
  width: 85%;
  margin: 30px auto;
}

.foodPhoto{
  width: 80%;
  margin: 0 auto;
}
h3{
  font-size: 20px;
}
.areaname{
  margin: 10px 0;
  font-size: 16px;
}
.box14{
  margin: 100px auto;
    padding: 20px;
}

/* 矢印のスタイル */
.prev-arrow,
.next-arrow {
  position: absolute;
  top: 43%;
  transform: translateY(-60px);
  width: 35px;
  height: 35px;
  background: #C1E4E9;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}

/* 左矢印は左 */
.prev-arrow {
  left: -35px;
  transform: translateY(-60px) rotate(180deg);
}

/* 右矢印は右 */
.next-arrow {
  right: -35px;
}  
.mb{
  display: block;
  }
  
.pc{
  display: none;
}
}

@media screen and (max-width: 450px){

  .menutitle02{
    font-size: 15.5px;
    font-weight: bold;
    letter-spacing: -0.5px;
  }

}