@charset "utf-8";
@media screen and (max-width:767px){
/* スマホ用リセットCSS */
*{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
img{
    display: block;
    width: 100%;
    height: auto;
  }
a{
    text-decoration: none;
    color:#fff;
  }
body{
    font-family: "YuGothic", "Meiryo", sans-serif;
    background-color: #000;  
    overflow-x: hidden
  }
.sp{
      display: block;
  }
.pc{
      display: none;
  }
.hidden-sp{
    display: none;
  }
  /* ヘッダー */
header{
  padding: 16px 18px;
  overflow: hidden;
  }
#header_logo{
  float: left;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  position: sticky;
  }
#menu-input:checked + #menu-icon + #header_gnavi {
    display: block;
    position: sticky;
}
#header_gnavi{
    position: absolute;
    top: 54px; 
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    flex-direction: column;
  }
.menu_button {
    margin: 26px 10px;
    font-size: 16px;
    text-align: center;
    font-family: "Lato", sans-serif; /* <!--fonts Lato --> */
    font-weight: 300;
    font-style: normal;
    transition: all ease 0.10s;
  }
.menu_button a {
    padding-bottom: 8px;
    border-bottom: 3px solid transparent;
    display: inline-block;
    transition: border-color 0.3s ease;
  }
  .menu_button a:active {
    color: #ff21dc;
    border-bottom-color: #fff; /* ホバー時にアンダーラインの色を変更 */
    border-bottom-width: 3px; /* アンダーラインの太さを増やす */
  }
#menu-input{
    display:none;
  }
/*ラベル部分に、メニューアイコンを表示させる*/
#menu-icon{
    width: 13%;
    height: 50px;
    position: absolute;
    top:2px;
    right: 10px;
    background-image: url(../images/navi_icon.png);
    background-size: cover;
    cursor: pointer;
  }
/* スライドショー全体のスタイル */
.slider{
    position: relative;
    width: 100%;/* スライドショーの幅を100%に指定 */
  } 
.slider img{
    height: 230px;
    width: 100%;
    object-fit: cover;
  }  
.bx-prev, .bx-next {
    display: none;
  }
main .bx-wrapper {
    border: 0px;
  }
/* コピーのスタイル */
#copy{
    position: absolute;
    top: 20%;  /* 上端を中央に配置 */
    left: 50%;  /* 左端を中央に配置 */
    transform: translate(-50%, -50%);
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #fff;
  }
/*CONCEPT*/
#concept_wrapper{
    height: 532px;
    margin-top: 78px;
    overflow-x: hidden
  }
#concept{
    display: flex;
    justify-content: center;
  }
#concept img{
    display: block; /* ブロック要素にする */
    width: 54%;
  }
#photo{
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: 41px;
    position: relative;
  }
/* ロゴアニメーション　*/
.logo_anime{
  position: relative;
  width: 100%;
}
.logo_anime div{
  width: 300%;
  height: 200px;
  margin-top: 65px;
  background-image: url(../images/anime.png);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  transform: translateX(100%);
}
.text1{
animation: roll 15s  linear infinite;
}
@keyframes roll{
0%{transform: translateX(100%);}
100%{transform: translateX(-100%);}
}
#darts_banner{
    width: 47%;
    margin: auto;
    z-index: 100;
  }
#golf_banner{
    width: 47%;
    margin: auto;
    z-index: 100;
  }
#comment{
    width: 100%;
    height: 197px;
    background-color: #000;
    box-shadow: 0 0 20px 10px #fff;
    position: absolute;
    margin-top: 180px;
    font-size: 13px;
    color: #fff;
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 13px;
    z-index: 100;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
h3{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
/* MENU */
#menu_wrapper {
  height: 796px;
 }
 #menu {
   width: 100%;
   display: flex;
   justify-content: center;
 }
 #menu img {
   display: block;
   width: 35%; /* 画像の幅をスマホ向けに調整 */
 }
#menu_wrapper ul {
   width: 90%;
   display: block; /* リスト要素をブロック表示に */
   margin: auto;
   margin-top: 40px;
 }
 /* 新城店　MENU */
 #shinjyou_menu {
   width: 80%;
   margin: auto;
   margin-bottom: 42px; /* 下に余白を追加 */
 }
 #shinjyou_menu img {
   width: 100%; /* 画像を幅いっぱいに */
 }
 .shinjyouten_menu {
   font-size: 20px; /* 文字サイズを調整 */
   color: #fff;
   margin-top: 10px;
   text-align: center; /* 中央に配置 */
 }
 /* 新城店 MENUボタン */
 .shinjyou_menu_button a{
   color: #000;
 }
 .shinjyou_menu_button {
   margin-top: 10px;
   color: #000;
   font-family: "Lato", sans-serif; /*  fonts Lato */
   font-weight: 300;
   font-style: normal;
   font-size: 18px;
   font-weight: bold;
   background: #fff;
   padding: 16px 50px;
   border-radius: 8px;
   z-index: 1;
   transition: .3s;
   text-align: center; /* 中央に配置 */
 }
 .shinjyou_menu_button:active {
   color: #35dfe5;
   background: transparent;
 }
 /* 溝の口店　MENU */
 #mizonokuchi_menu {
   width: 80%;
   margin: auto;
   margin-bottom: 20px; /* 下に余白を追加 */
 }
 #mizonokuchi_menu img {
   width: 100%; /* 画像を幅いっぱいに */
 }
 .mizonokuchiten_menu {
   font-size: 20px; /* 文字サイズを調整 */
   color: #fff;
   margin-top: 10px;
   text-align: center; /* 中央に配置 */
 }
 /* 溝の口店 MENUボタン */
 .mizonokuchi_menu_button {
   background-color: #fff;
   margin-top: 10px;
   color: #000;
   font-family: "Lato", sans-serif; /*  fonts Lato */
   font-weight: 300;
   font-style: normal;
   font-size: 18px;
   font-weight: bold;
   background: #fff;
   padding: 16px 50px;
   border-radius: 8px;
   z-index: 1;
   transition: .3s;
   text-align: center; /* 中央に配置 */
 }
 .mizonokuchi_menu_button:active {
   color: #4550ee;
   background: transparent;
 }
/* NEWS */
  #news_wrapper {
    height: 900px;
  }
  #news {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #news img {
    display: block;
    width: 34%; /* 画像の幅をスマホ向けに調整 */
  }
  .news_list{
    width: 80%;
    margin-left: 10%;
    list-style: none;
    margin-top: 8px;
    font-family: "Noto Sans JP", sans-serif;  /*fonts Noto Sans Japanese */
    font-weight: 300;
    font-style: normal;
  }
  .news_days{
    display: inline-block;
    font-size: 13px;
    color: #666666;
    margin-top: 30px;
  }
  /* グラデボタン */
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }
  html {
    box-sizing: border-box;
    font-size: 30%;
  }
  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    display: inline-block;
    padding: 1rem 3rem;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }
  .btn-border-gradient-wrap {
    display: inline-block;
    padding: 0.2rem;
    border-radius: 0.5rem;
    background: linear-gradient(to right, yellow, green);
    margin-left: 15px;
  }
  .btn-border-gradient-wrap:active {
    background: linear-gradient(to left, yellow, green);
  }
  a.btn-border-gradient {
    color: #8fc31f;
    background: #000;
  }
  .news_category{
    display: inline-block;
    color: #8fc31f;
    margin-left: 10px;
    font-size: 13px;
    margin-top: 10px;
  }
  .news_banner p{
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    padding-bottom: 20px;
    border-bottom: 1px solid #878484;
  }
  .news_banner p:active{
    color: #ff21dc;
  } 
/* アクセス */
  #access_wrapper{
    height: 1110px;
  }
  #access{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  #access img{
    width: 46%;
  }
  #access_wrapper ul{
    width: 90%;
    display: block; /* リスト要素をブロック表示に */
    margin: auto;
  }
  .shinjyou_access{
    width: 90%;
    margin: auto;
    margin-top: 7px;
  }
  iframe{
    width: 100%;
    height: 300px;
    margin-top: 36px;
  }
  .store-info{
    color: #fff;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", sans-serif;  /*fonts Noto Sans Japanese */
    font-weight: 300;
    font-style: normal;
  }
  .shinjyouten_access{
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 2px;
    text-align: center;
  }
  #address1{
    font-style: normal;
    font-size: 11px;
    margin-top: 10px;
    margin-left: 4%;
  }
  .shosai1{
    font-size: 11px;
    margin-top: 10px;
    margin-left: 4%;
  }
  .mizonokuchi_access{
    width: 90%;
    margin: auto;
  }
  .mizonokuchiten_access{
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 2px;
    text-align: center;
  }
  #address2{
    font-style: normal; /* 斜体をオフにするために使用 */
    font-size: 11px;
    margin-top: 10px;
    margin-left: 4%;
  }
  .shosai2{
    font-size: 11px;
    margin-top: 10px;
    margin-left: 4%;
  }
}
