/*
Theme Name: clover2
Description: bar
Version: 1
Author: chaken
*/


body {
   background-blend-mode:soft-light;
background-image: url(../images/cloverbg4.png);
/* background-color:rgba(243,152,29,0.8); */
background-repeat: repeat-y; /* 縦方向にリピート */
background-size: 120%;
max-width: 1200px;
}
  
  header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    white-space: nowrap;
    background-blend-mode:hard-light;
    background-repeat: repeat;
    margin: 0 auto;
    padding: 0 6% 0;
    background-color:rgba(255,255,255,0.8);
  } 
  
  main {
    max-width: 1200px;
  }
  
  title {
    font-size: 5rem;
    font-family: "Kiwi Maru", serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: normal;
  }
  
  ol,
  ul {
      list-style: none;
      list-style-type: none;
  }
  
  .gNav {
    margin-left: 20px;
  }
  
  .gNav-menu li {
    font-family: "Kiwi Maru", serif;
    font-style: normal;
    color: #0f1419;
    font-size: 20px;
    font-weight: bolder;
    letter-spacing: 0.1em;
    
  
  }
  .gNav-menu li a{
        text-decoration: none;
        color: #0f1419;
       /*  margin-top: 10px; */
        font-weight: bolder;
        
    }
  


  /* ここはハンバーガーのまま */
  .hamburger {
    /* margin: 0 auto 0; */
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* ここはハンバーガーのまま */
  
  .btn-gNav {
    display: none;
  }
  
  .gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
  }
  
  .gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 5px;
  }
  
  .logo {
    display: flex;
    font-size: 55px;
    font-weight: bolder;
    color: #0f1419;
    font-family: "Kiwi Maru", serif;
    justify-content: flex-start;
    align-items:flex-start;
    
  }
  
  .logo img{
    width: 16%;
    height: auto;
    margin-top: 8px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  
  .bar p {
    font-size: 30px;
    line-height: 2px;
    padding-top: 18px;
  }

  
  
  /* PCハンバーガー関連 */
 
  
.hamburger2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-gNav {
    position: fixed;
    top: 20px;
    right: 14px;
    width: 30px;
    height: 24px;
    z-index: 12;
    cursor: pointer;
    transition: all 400ms;
}

.btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #0f1419;
    border-radius: 10px;
    transition: all 400ms;
}

.btn-gNav span:nth-child(1) {
    top: 0;
}

.btn-gNav span:nth-child(2) {
    top: 10px;
}

.btn-gNav span:nth-child(3) {
    top: 20px;
}

.btn-gNav.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}

.btn-gNav.open span:nth-child(2) {
    opacity: 0;
}

.btn-gNav.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}

.btn-gNav.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.btn-gNav.open span:nth-child(2) {
    opacity: 0;
}

.btn-gNav.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}



/* PCハンバーガー関連終わり */

  /* PCハンバーガー関連終わり */
  
  /* PCメイン */
  .container {
    /* position: relative; */
   /*  overflow: hidden; */
   max-width: 1200px;
   margin-bottom: 5px;
  }
  .title2
  { font-family: "Kiwi Maru", serif;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    padding-top: 120px;
    margin-bottom: 20px;
  }

  .title2 h1 {
    margin-left: 50px;
    font-weight: bold;
    font-size: 24px;
  }
     
  .content {
    background-blend-mode:lighten;
    background-repeat: repeat;
    text-align: center;
    max-width: 1100px;
    white-space: nowrap;
    margin-left: 8%;
  }
  
  .hamburger {
    /* margin: 0 auto 0; */
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
   /*  align-items: center; */
  }
  
  
.flexslider {
    width: 70%;
    height: auto;
    margin-top: 15px;
    border: 1px solid #000000;
    margin-left: 3%;
  }

.flexslider img {
    margin: 0;
    padding: 0;
    display: block; /* 余白の不要な空白をなくす */
    width: 100%; /* 画像が.flexslider内で完全にフィットするようにする */
    height: 103%; 
}

.slides {
    background-color: black; /* .slides の背景色を黒に設定 */
 width: 100%; /* 画像が.flexslider内で完全にフィットするようにする */
    height: auto; 
}


.slides li {
    list-style-type: none; /* リストのマーカーを削除 */
}

   #location{
    text-align: center;
    }
  
  .mapaddress{
    font-family: "Kiwi Maru", serif;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }
  
  .map {
    margin-top:5px;
    width:100%;
  }
.map2 {
margin:10px auto 10px;
    width:80%;
text-align: center;
}

.snsbox {
  width: 40%;
  min-height: 300px; /* 適宜調整 */
  display: block;
  margin: 10px 15px 0px 10px;
  text-align: center;
}

#sns .wrapper {
  display: flex;
  gap: 10px; /* 要素の間に余白を作る */
}

.snsbox iframe {
  max-width: 100%;
}

  



  .link {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .link a {
    font-family: "Kiwi Maru", serif;
    text-decoration: underline;
    color: inherit;
    font-weight: bold;
  }



.photo {
  margin-top: 20px;
  margin-bottom: 30px;
}

.photo h2 {
  font-family: "Kiwi Maru", serif;
}

/* 
.gallery {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  overflow-x: auto; 必要に応じて水平スクロールを設定 
}*/
/* 
.gallery div {
  flex: 0 0 27%;  画像が3列になるように幅を調整 
  max-width: 27%; 最大幅を設定 
  margin-right: 1%; 画像間の間隔を調整 

}*/
/* 
.gallery img {
  max-width: 100%;  画像が親要素にフィットするように調整 
  height: auto;  アスペクト比を維持しつつ高さを自動調整 
}*/

.gallery {
  display: flex;
  gap: 1%;
  overflow-x: auto;
}

.gallery div {
  flex: 0 0 27%;
  max-width: 27%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: transparent; /* ← 透明にする */
  display: block;
}


.mapaddress2 h3 {
text-align: center;
}


  /* PCメイン部分終わり */
  
  .grid{
    display: grid;
   /*  gap: 26px; */
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
   text-align: center;
  margin-bottom: 30pX;}
  
  .item img {
    width: 70%;
    height: auto;
  }
  
  .form1 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 10px auto 10px 25% ;
  }
  .form2 {
  display: block;
  }
  
  input[type="text"],
  input[type="email"],
  textarea {
    /* background: rgba(255,255,255,.5); */
    background-color: white;
    border: 1px #919191 solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
  }
  input[type="text"],
  input[type="email"] {
    width: 100%;
    max-width: 240px;
  }
  textarea {
    width: 100%;
    max-width: 480px;
    height: 6rem;
  }
  
  .button{
    color: #fff;
    background-color:rgba(255,255,255,0.8);
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-top: 10px;
  }
  
  .button:hover {
    color: #fff;
  background: #f56500;
  }

.kakunin2{
  padding-top: 110px;
  margin: 0px auto 10px;
  font-family: "Kiwi Maru", serif;
  display: block;
}

.sousin {
  padding-top: 110px;
  font-family: "Kiwi Maru", serif;
}

.sousinm {
  font-size: 30px;
  margin: 30px auto 10px;
  font-family: "Kiwi Maru", serif;

}

  .big-bg {
    padding-top: 105px;
    text-align: center;
    font-family: "Kiwi Maru", serif
  }

  .access1 {text-align: center;
    padding-top: 105px;
  }
  
  .access2{text-align: center;
    mix-blend-mode: multiply;
    }
  .party1 {mix-blend-mode: multiply;
         text-align: center;
        }
  .suica1 {
    text-align: center;
    flex-direction: column;}
  .suica1 img {
  mix-blend-mode: multiply;
  width: 100px;
  }
  .shop {
    text-align: center;
    font-family: "Kiwi Maru", serif;
    padding-top: 110px;
    text-align: center;
  }

  .systembun{
    font-family: "Kiwi Maru", serif;
    font-size: 22px;
  }
  .menu2 {
    text-align: center;
  }

.menu-section h1, .menu-section h2{
 text-align: center;}


.menu3 {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.menu3 .item {
    width: 50%; /* 2列にするため幅を50%に設定 */
    box-sizing: border-box;
    padding: 10px; /* 項目間の間隔を確保するためのパディング */
}

.name, .price {
    font-weight: bold;
}


.wrapper grid{
 text-align: center;}



  .inquiry1 {
    text-align: center;
    padding-top: 105px;

  }

.confirm-container {
            padding-top: 200px;
        }

  .english1 {
    padding-top: 105px;
   text-align: center;

  }

   .englishmap{
   margin: 10px 3% 10PX 3%;
  }
  
  
  /* フッター */
  footer {
    text-align: center;
    width: 100%;
    margin-top: 80px;
    background-blend-mode:lighten;
    background-repeat: repeat;
    width: 100%;
    max-width: 1900px;
    padding-right:2%;
    padding-left: 2%;
    white-space: nowrap;
  }

 
  .backtop {
    text-align: right;
    font-size: 15px;
    font-family: "Kiwi Maru", serif;
    font-style: normal;
    
  }
  .backtop a {
    color:#0f1419;
    text-decoration: none;
    font-weight: bold;
    
  }
  
  .address {
    display: flex;
  }
  
  .address2 {
    font-family: "Kiwi Maru", serif;
    font-weight: bold;
    font-style: normal;
    left: 45%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
   
  }
  
  .address3 img {
    width: 10%;
    position: absolute;
    height: auto;
    right: 0;
    opacity: 0.7; 
  }

  .copyright {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 10px;
  }

  /* ここまでPCフッター */
  

@media screen and (max-width: 1180px)
  {
.menu-images img {
        max-width: 100%;
        height: auto;
    }

}

@media screen and (max-width: 1150px)
  {
.menu-images img {
        max-width: 100%;
        height: auto;
    }

}


  /* タブレット */
  @media screen and (max-width: 1024px)
  {
    body {
      background-size: 110%;
    }

    .bar p {
      font-size: 21px;
      line-height: 2px;
      padding-top: 18px;
    }
  .logo {
    font-size: 40px;
    }
  .gNav-menu li a{
    font-size: 18px;
  }
  .title2 {
    font-size: 11px;
    margin-top: 5px;
    padding-top: 40px;
  }
  
.container{
    padding-top: 5px;
  }

.contact-form {
        padding-top: 0px; /* 必要に応じて0pxに変更 */
    }
  .content {
    background-blend-mode:lighten;
    background-repeat: repeat;
    padding-top: 60px;
    text-align: center;
    max-width: 1100px;
    white-space: nowrap;
    margin: 0 auto 0;
  }
  
  .logo img{
    width: 15%;
    height: auto;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .gNav-menu li {
    font-family: "Kiwi Maru", serif;
    font-style: normal;
    color: #0f1419;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;}
    .systembun{
      font-family: "Kiwi Maru", serif;
      font-size: 18px;
    }
   .flexslider {
    margin-left: 4%;
   }

    .mapaddress{
      font-family: "Kiwi Maru", serif;
      font-weight: bold;
      font-size: 12px;
    }

  }

  
  
  
  /* タブレットここまで */
  
  @media screen and (max-width: 835px){

.gNav-menu li a{
    font-size: 13.5px;
    width: fit-content;
  }

  .content {
    padding-top: 80px;
  }

.logo img{
  width: 15%;
  height: auto;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.title2
{font-family: "Kiwi Maru", serif;
  text-transform: uppercase;
  font-weight: normal;
padding-top: 30px;
}
.title2 h1 {
  font-size: 15px;
}

}
   /* モバイル版 */
   @media screen and (max-width: 700px)
   {
    
   /* モバイルのハンバーガー */
     .btn-gNav {
       display: block;
       padding-bottom: 5px;
   }
   
   .btn-gNav p {
    padding-bottom: 3px;
}

   .gNav {
       position: fixed;
       top: 0;
       right: -100%;
       width: 100%;
       height: 100%;
     /*   background-color: rgba(0, 0, 0, 0.8); */
       background-image: url(../images/music2.jpg);
       font-size: 10px;
       box-sizing: border-box;
       z-index: 1;
       padding-top: 50px;
       transition: .3s;
       font-family: 'M PLUS Rounded 1c', sans-serif;
   }
   
   .gNav.open {
       right: 0;
   }
   
   .gNav .gNav-menu {
       padding: 0;
       width: 100%;
       height: 100%;
       display: block;
       flex-direction: column;
       text-align: center;
       font-family: 'M PLUS Rounded 1c', sans-serif;
       /*justify-content: center;*/
   }
   
   .gNav .gNav-menu li {
       width: 86%;
       padding: 15px;
       border-bottom: #525252 1px solid;
       font-family: 'M PLUS Rounded 1c', sans-serif;
       font-size: 2.5vw;
   }



   


   /* モバイルハンバーガー関連終わり　ここからモバイルメイン */
   

   header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    white-space: nowrap;
    background-blend-mode:hard-light;
    background-repeat: repeat;
    margin: 0 auto;
    padding: 0 3% 0;
    background-color:rgba(255,255,255,0.8);
  } 

   .container {
    margin-top: 10px;
    /* position: relative; */
    width: 500px;
    margin: 0 auto;
   /*  overflow: hidden; */
   width: fit-content;
  }
   .content {
    max-width: 600px;
   }
  


   .flexslider {
    width: 90%;
    height: auto;
    border: 1px solid #000000;
   margin: 0 auto 60px;
  }
  
  .title2
  {font-family: "Kiwi Maru", serif;
    text-transform: uppercase;
    font-weight: normal;
  text-align: center;
  padding-top: 30px;
}

.title2 h1 {
  margin-left: 10px;
  font-size: 15px;
}
  
    
   #sns .wrapper {
   flex-direction: column;
   }
   
   .snsbox{
     width: 100%;
     margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
   }
   
   .backtop {
     text-align: right;
   }
  
   body {
    background-blend-mode:soft-light;
    background-image: url(../images/cloverbg33.png);
   /*  background-color:rgba(243,152,29); */
   background-position: top;
   background-repeat: repeat;
    mix-blend-mode: normal;
  }

  .praty1 img {
    width: 100px;
    height: auto;
  }
  .logo {
    padding-top: 4px;
  }
  
  .logo img{
    width: 8%;
    height: auto;
    padding-top: 3px;
    padding-bottom: 2px;
  }

  iframe {
    width: 100%;
  }



  .link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  h3 {
    margin-bottom: 5px;
  }

  .shop {
    text-align: left;
    padding-left: 8px;
    } 

  .systembun p{
    font-family: "Kiwi Maru", serif;
    text-align: left;
    font-size: 12px;
  }
  .address2 {
    position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  }


.photo h2 {
  font-family: "Kiwi Maru", serif;
  position: relative;
  right:3%;
}


 .form1 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 10px auto 10px 10% ;
  }

.access1, .access2 {
  text-align: center; 
  padding-left: 0; 
  margin-left: 0; 
}


.mapaddress, .mapaddress2, .party1, .access1, .access2 {
        width: 100%;
        display: block;
    }

    h3 {
        text-align: left;
    }

    img {
        max-width: 100%;
        height: auto;
    }

/* ギャラリー全体のマージンを設定します 
.gallery {
  margin-top: 15px;
   flexbox を使用して子要素を横並びに配置します 
  display: flex;
  子要素間のスペースを均等に配置します 
  justify-content: space-between;
  水平方向のスクロールが必要に応じて表示されるように設定します 
  overflow-x: auto; /* Only show horizontal scrollbar if needed 
}*/

/* 各画像の表示サイズや配置を調整します 
.gallery div {
   flexbox を使用して子要素の幅を設定します 
  flex: 0 0 42%; /* Do not grow, do not shrink, initial width 30% 
   最大幅を設定し、親要素より大きくならないようにします 
  max-width: 42%;
   画像間のスペースを設定します 
  margin-right: 1%;
}*/

/* 各画像の表示サイズを調整します 
.gallery img {
  画像が親要素に収まるように幅を調整します 
  max-width: 100%;
  アスペクト比を保ちつつ、高さを自動的に調整します 
  height: auto;
}*/



 }

 @media screen and (max-width: 480px)
 {.title2 h1 {
  margin-left: 10px;
  font-size: 12px;
}

 }

 @media screen and (max-width: 375px)
 {
.title2 h1 {
  margin-left: 10px;
  font-size: 11px;}


.map2 {
    width: 85%;
}

 .mapaddress, .mapaddress2, .party1, .access1, .access2 {
        width: 100%;
        display: block;
    }

    .h3 {
        text-align: center;
    }

.mapaddress2 h3 {
    font-size: 13.8px; /* フォントサイズを16pxに設定 */
}

    img {
        max-width: 100%;
        height: auto;
    }


}