@charset "UTF-8";


body {
  background-image: url(../image/back_nami_x1_2.png);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
  /* ナビゲーションバー ーーーーーーーーーーーーーーーーーーーーーーー*/
.navP1 {
  text-align: right;
}

.navP1 li{
  display: inline-block;
  padding: 10px 85px;
  margin: 5px 0 5px;
}
.navP1 li:not(:last-child){
  border-right:2px solid #ddd;
}
.navP1 a{
  color: #8c7d60;
}
.navP1 a:hover{
  color:#F7CB4D;
  border-bottom:2px solid #F7CB4D;
}
   /* トップページメイン ーーーーーーーーーーーーーーーーーーーーーー*/
.top_main {
  background-image: url("./image/topimg1-min.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  width: 100vw;
  height: 650px;
  margin: 0 auto;
}
.top_main h1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 285px;
  height: auto;
}
.main_copy img {
  width: 108px;
  height: auto;
  margin-top: 70px;
  margin-left: 100px;
}
/* トップページ_カフェ ーーーーーーーーーーーーーーーーーーーーー*/
.top_caffe img {
  width: 90%;
  height: auto;
  margin-top: 93px;
  margin-left: 130px;
}
.top_caffe {
  position: relative;
  text-align: center;
}
.caffe_text {
  position: absolute;
  top: 45%;
  left: 19%;
  color: #8c7d60;
  text-align: center;
}
.gif_1 {
  width: 250px;
  height: auto;
  position: absolute;
  top: 0px;
  left: -120px;
  opacity: 0.7;
}
.top_h3 {
  font-size: 32px;
  padding-bottom: 10px;
}
.small_text {
  font-size: 12px;
  padding-top: 10px;
  border-top: #8c7d60 solid 3px;
  line-height: 1.6;
}
/* トップページh２①② ーーーーーーーーーーーーーーーーーーーーーーー*/
h2 {
  font-size: 45px;
  color: #8c7d60;
  text-align: center;
  margin-top: 127px;
  margin-bottom: 22px;
}
.h2_text {
  text-align: center;
  font-size: 16px;
  color: #8c7d60;
  line-height: 2;
  margin-top: 22px;
}
/* トップページ_雑貨 ーーーーーーーーーーーーーーーーーーーーー*/
.top_zakka img {
  width: 90%;
  height: auto;
  margin-top: 100px;
  margin-left: -30px;
}
.top_zakka {
  position: relative;
  text-align: center;
}
.zakka_text {
  position: absolute;
  top: 57%;
  left: 64%;
  color: #8c7d60;
  text-align: center;
  z-index: 999;
}
.gif_2 {
  width: 200px;
  height: auto;
  position: absolute;
  z-index: 998;
  top: 10px;
  left: 1000px;
  opacity: 0.3;
}

/* トップページ_キッズ ーーーーーーーーーーーーーーーーーーーーー*/
.top_kids img {
  width: 90%;
  height: auto;
  margin-top: 140px;
  margin-left: 120px;
  margin-bottom: 105px;
}
.top_kids {
  position: relative;
  text-align: center;
}
.kids_text {
  position: absolute;
  top: 45%;
  left: 25%;
  color: #8c7d60;
  text-align: center;
}
.gif_3 {
  position: absolute;
  top: 20px;
  left: -90px;
  z-index: 997;
  width: 230px;
  height: auto;
  opacity: 0.5;
}


/* カフェ〜アクセスページのヘッダーーーーーーーーーーーーー */
h1 img{
  width: 100px;
  height: auto;
  margin-top: 20px;
  margin-left: 20px;
}
.navP234 {
  text-align: right;
  margin-top: -120px;
  margin-bottom: 45px;
}
.navP234 li{
  display: inline-block;
  padding: 10px 85px;
  margin: 5px 0 5px;
}
.navP234 li:not(:last-child){
  border-right:2px solid #ddd;
}
.navP234 a{
  color: #8c7d60;
}
.navP234 a:hover{
  color:#F7CB4D;
  border-bottom:2px solid #F7CB4D;
}
/* カフェページのh3タイトルーーーーーーーーーーーーーーーーーー */
.bordertitle {
  width: 945px;
  display: flex;
  align-items: center;
  color: #8c7d60;
  font-size: 32px;
  margin: 0 auto;
  margin-top: 100px;
}
.bordertitle:before,
.bordertitle:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #8c7d60;
}
.bordertitle:before {
  margin-right: 1rem;
}
.bordertitle:after {
  margin-left: 1rem;
}
/* カフェページのフードメニューーーーーーーーーーーーーーーーーーー */

article {
  margin-top: 100px;
  color: #8c7d60;
}
.item_img {
  width: 280px;
  height: auto;
}
.p2grit {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 150px;
  grid-auto-rows: 400px;
  text-align: center;
}
.p2grit h4 {
  font-size: 16px;
}
.p2grit p {
  font-size: 12px;
}
/* カフェページのドリンクメニューーーーーーーーーーーーーーーーーーー */
dl {
  width: 395px;
}
dl div {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  padding: 5px 0;
}
dl div::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #8c7d60;
}
dl dt{
  margin:0;
  padding: 0 5px 0 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
  font-weight: normal;
  color: #8c7d60;
}
dl dd{
  margin:0;
  padding: 0 0 0 5px;
  background-color: #fff;
  z-index: 2;
  text-align: right;
  color: #8c7d60;
}
.drink_area {
  width: 985px;
  height: 245px;
  display: flex;
  column-count: 2;
  column-gap: 155px;
  margin-top: 100px;
  margin-bottom: 100px;
  color: #8c7d60;
}
.category {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  box-sizing: border-box;
}


/* カフェページのキッズメニューーーーーーーーーーーーーーーーーーー */
.drink_img {
  width: 300px;
  height: auto;
}
.kidsDrink_area {
  width: 945px;
  display: flex;
  column-count: 2;
  column-gap: 155px;
  margin-top: 100px;
  margin-bottom: 200px;
  color: #8c7d60;
}
.kidsmenu {
  width: 500px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.a {
  text-decoration: none;
  content: none;
}
/* アクセスページ ーーーーーーーーーーーーーーーーーーーーー*/
.accsess_article {
  width: 830px;
  margin: 0 auto;
  margin-bottom: 200px;
}
.accsess_h2 {
  margin-bottom: 100px;
}
.tenpo_item h4 {
 font-weight: normal;
 font-size: 28px;
 width: 300px;
 line-height: 0%;
}

.tenpo {
  width: 830px;
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tenpo_img img {
  width: 200px;
  height: auto;
}

.tel {
  font-size: 21px;
}

.tel span {
  font-size: 28px;
  line-height: 0%;
}

.tenpo_item {
  padding-bottom: 20px;
  box-sizing: border-box;
}

hr {
  border: 0;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}

/* フォームーーーーーーーーーーーーーーーーーーーーーーー */
.contact-bg {
  background-color: #c4bdae;
  width: 100%;
  color: #fff;
}

.form_h2 {
  color: #fff;
  padding-top: 100px;
}

.h2_text_form {
  color: #fff;
  text-align: center;
}


.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {

  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
/* .Form-Item:nth-child(5) {

} */
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}

::placeholder {
  color: #bebcb7;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-size: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/* snsアイコンーーーーーーーーーーーーーーーーーーーー */
.sns_bg {
  width: 100%;
  height: 300px;
  background-image: url(../image/back_border.png);
  background-repeat: repeat-x;
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.sns_bg img {
  width: 50px;
  height: auto;
  padding: 100px;
}

/* フッター ーーーーーーーーーーーーーーーーーーーーー*/
footer {
  background-color: #d1cbc0;
  color: #fff;
  padding: 30px;
  text-align: center;
}

/* レスポンシブ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* タブレットとモバイル（〜1024px）ーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px) {
  .navP1 {
    display: none;
  }
  .hbg-menu {
    display: block;
    z-index: 999;
  }
  .top_main {
    width: 100vw;
    height: auto;
    min-height: 400px;
    margin: 0 auto;
  }
  .top_main h1 img {
    width: 25%;
    height: auto;
  }
  .wrapper {
    width: 100%;
    height: auto;
  }
  header {
    width: 100%;
  }
  .main_copy img {
    width: 80px;
    height: auto;
    margin-top: 40px;
    margin-left: 60px;
  }
  .top_caffe img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .top_caffe {
    position: relative;
    text-align: center;
  }
  .caffe_text {
    position: absolute;
    top: 30%;
    left: 10%;
    color: #8c7d60;
    text-align: center;
  }
  .top_h3 {
    font-size: 200%;
  }
  .small_text {
    font-size: 20%;
  }
  .gif_1 {
    width: 20%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.7;
  }
  .h2_text {
    margin-bottom: 100px;
  }
  .gif_2 {
    width: 20%;
    height: auto;
    top: 0;
    left: 80%;
  }

  .gif_3 {
    width: 20%;
    height: auto;
    top: 10%;
    left: 5%;
  }
  .top_kids img {
    width: 90%;
    margin: 0 auto;
  }
  .kids_text {
    margin-left: -110px;
    margin-top: -40px;
  }

  /* カフェページ（タブレットとモバイル（〜1024px）ーーーーーーーーーーーーーーーーーーー */
  /* フード */
  .wrapper {
    width: 100%;
  }
.p2grit {
  width: 90%;
  margin: 0 auto;
  display: grid;
  gap: 5%; /* 要素同士の余白 */
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 150px;
  grid-auto-rows: 400px;
  text-align: center;
}
.p2grit h4 {
  font-size: 16px;
}
.p2grit p {
  font-size: 12px;
}
/* ドリンク------------------------ */
dl {
  width: 50%;
}
dl div {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 4px 0;
  padding: 4px 0;
}
dl div::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #8c7d60;
}
dl dt{
  margin:0;
  padding: 0 5px 0 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
  font-weight: normal;
  color: #8c7d60;
}
dl dd{
  margin:0;
  padding: 0 0 0 5px;
  background-color: #fff;
  z-index: 2;
  text-align: right;
  color: #8c7d60;
}
.drink_area {
  width: 90%;
  /* height: 245px; */
  /* display: flex; */
  /* column-count: 2; */
  /* column-gap: 155px; */
  margin-top: 100px;
  margin-bottom: 100px;
  color: #8c7d60;
}
.category {
  width: 80%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  box-sizing: border-box;
}
h3 {
  width: 90%;
}
h2 {
  margin: 0 auto;
}
.drinkmenu {
  width: 90;
}
.kidsDrink_area {
  width: 90%;
  column-gap: 15px;
}
.kidsmenu {
  width: 60%;
}
}


/* レスポンシブ　モバイル（〜767px）ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 767px) {
  .openbtn {
    display: block;
  }
  .p2grit {
    width: 90%;
    height: auto;
    margin: 0 auto;
    /* gap: 5%; 要素同士の余白 */
    /* grid-template-columns: 1fr; */
    margin-top: 100px;
    margin-bottom: 150px;
    grid-auto-rows: 400px;
    text-align: center;
  }
  article {
    margin: 0 auto;
  }
  .bordertitle {
    width: 90%;
  }
  .item {
    width: 90%;
  }
  .drink_area {
    display: block;
    column-gap: 15px;
 }
 h3 {
  width: 90%;
  margin: 0 auto;
 }
 .accsess_article {
  width: 90%;
 }
}






  /* ハンバーガーメニュー */
/*========= ナビゲーションのためのCSS ===============*/
  /*アクティブになったエリア*/
  #g-nav.panelactive {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
  }

  /*丸の拡大*/
  .circle-bg {
    position: fixed;
    z-index: 3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #999;
    /*丸のスタート位置と形状*/
    transform: scale(0);
    /*scaleをはじめは0に*/
    top: calc(50% - 50px);
    /*50%から円の半径を引いた値*/
    left: calc(50% - 50px);
    /*50%から円の半径を引いた値*/
    transition: all 0.6s;
    /*0.6秒かけてアニメーション*/
  }

  .circle-bg.circleactive {
    transform: scale(50);
    /*クラスが付与されたらscaleを拡大*/
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav-list {
    display: none;
    /*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav.panelactive #g-nav-list {
    display: block;
    /*クラスが付与されたら出現*/
  }

  /*ナビゲーション*/
  #g-nav ul {
    opacity: 0;
    /*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F7CB4D;
  }

  /*背景が出現後にナビゲーションを表示*/
  #g-nav.panelactive ul {
    opacity: 1;
  }

  /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
  #g-nav.panelactive ul li {
    -webkit-animation-name: gnaviAnime;
            animation-name: gnaviAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    /*0.2 秒遅らせて出現*/
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }

  @-webkit-keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
/* ハンバーガーメニュー END */







