@charset "utf-8";
@media screen and (min-width:768px) {
/* リセットCSS　*/
*{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
img{
  display: block;
}
a{
  text-decoration: none;
  color: #fff;
}
body{
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  background-color: #000;
  overflow-x: hidden
}
.sp{
    display: none;
}
.pc{
  display: block; 
}
/*　ヘッダー部分　*/
header{
  padding: 0 100px;
  overflow: hidden;
  margin: auto;
  width: 100%;
  position: fixed;
  z-index: 1000;
}
#header_logo{
  float: left;
  margin-top: 29px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 45px;
}
#header_gnavi{
  margin: 20px 0;
  margin-top: 35px;
  float: right;
}
nav{
  overflow: hidden;
}
nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu_button {
  margin-left: 30px;
  font-size: 25px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: all ease 0.10s;
}
.menu_button a {
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
  display: inline-block; 
  transition: text-decoration 10s ease; 
}
.menu_button a:hover {
  color: #ff21dc;
  border-bottom-color: #fff;
  border-bottom-width: 3px;
}
#menu-input{
  display: none;
}
/* メイン部分 */
.slider{
  position: relative;
  width: 100%;
} 
.slider img{
  width: 100%;
  height: 900px;
  object-fit: cover;
}  
.bx-prev, .bx-next {
  display: none;
}
main .bx-wrapper {
  border: 0px;
}
#copy{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  color: #fff;
}
/*　コンセプト　*/
#concept_wrapper{
  margin: auto;
  height: 1400px;
  margin-top: 230px;
  width: 100%;
}
#concept{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#concept img{
  display: block;
  width: 600px;
}
#photo{
  width: 60%;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 130px;
  position: relative;
}
.logo_anime{
  position: relative;
  width: 100%;
}
.logo_anime div{
  width: 220%;
  height: 500px;
  margin-top: 220px;
  background-image: url(../images/anime.png);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  transform: translateX(100%);
}
.text1{
  animation: roll 17s  linear infinite;
}
@keyframes roll{
  0%{transform: translateX(100%);}
  100%{transform: translateX(-100%);}
}
#darts_banner{
  width: 47%;
  margin: auto;
  z-index: 100;
}
#darts_banner img{
  display: block;
  width: 100%;
}
#golf_banner{
  width: 47%;
  margin: auto;
  z-index: 100;
}
#golf_banner img{
  display: block;
  width: 100%;
}
#comment{
  width: 770px;
  height: 275px;
  background-color: #000;
  box-shadow: 0 0 20px 10px #fff;
  position: absolute;
  margin-top:660px;
  font-size: 20px;
  color: #fff;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 200;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}
h3{
  font-size: 30px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* メニュー */  
#menu_wrapper{
  margin: auto;
  height: 950px;
  width: 100%;
}
#menu{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#menu img{
  display: block;
  width: 380px;
}
#menu_wrapper ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  list-style: none;
  padding: 0;
  width: 80%;
  margin: 0 auto;
  margin-top: 130px;
}
/* 新城店　MENU */
#shinjyou_menu{
  position: relative;
  text-align: center;
}
#shinjyou_menu img{
  width: 550px;
  height: 350px;
  object-fit: cover;
}
.shinjyouten_menu{
  font-size: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
}
.shinjyou_menu_button a{
  color: #000;
}
.shinjyou_menu_button{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  font-weight: bold;
  background: #fff;
  padding: 23px 79px;
  border-radius: 8px;
  z-index: 1;
  transition: .3s;
  margin-top: 120px;
}
.shinjyou_menu_button:hover {
  color: #35dfe5;
  background: transparent;
}
/* 溝の口店　MENU */
#mizonokuchi_menu{
  position: relative;
  text-align: center;
}
#mizonokuchi_menu img{
  width: 550px;
  height: 350px;
  object-fit: cover;
}
.mizonokuchiten_menu{
  font-size: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: absolute; 
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
}
.mizonokuchi_menu_button a{
  color: #000;
}
.mizonokuchi_menu_button{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  font-weight: bold;
  background: #fff;
  padding: 23px 79px;
  border-radius: 8px;
  z-index: 1;
  transition: .3s;
  margin-top: 120px;
}
.mizonokuchi_menu_button:hover {
  color: #454eff;
  background: transparent;
}
/* ニュース */  
#news_wrapper{
  margin: auto;
  height: 1300px;
  width: 100%;
}
#news{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#news img{
  display: block;
  width: 380px;
}
.news_list{
  width: 1500px;
  margin-left: 23%;
  list-style: none;
  margin-top: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.news_banner {
  line-height: 2;
  width: 65%;
}
.news_days{
  display: inline-block;
  font-size: 20px;
  color: #666666;
  margin-top: 20px;
}
.news_push{
margin-left: auto;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn,
a.btn,
button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  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: 30px;
}
.btn-border-gradient-wrap:hover {
  background: linear-gradient(to left, yellow, green);
}
a.btn-border-gradient {
  color: #8fc31f;
  background: #000;
}
/* グラデNEWSボタン　ここまで */
.news_category{
  display: inline-block;
  color: #8fc31f;
  margin-left: 30px;
  font-size: 20px;
}
.news_banner p{
  margin-top: 13px;
  color: #fff;
  font-size: 20px;
  padding-bottom: 33px;
  border-bottom: 1px solid #878484;
}
.news_banner p:hover{
  color: #ff21dc;
}
/* アクセス */  
#access_wrapper{
  margin: auto;
  height: 1500px;
  width: 100%;
}
#access{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#access img{
  display: block;
  width: 525px;
}
#access_wrapper ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.shinjyou_access{
  width: 45%;
  height: 500px;
  margin-left: 70px;
  margin-top: 130px;
}
iframe{
  width: 97%;
  height: 700px;
}
.store-info{
  color: #fff;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.shinjyouten_access{
  font-size: 30px;
  margin-top: 50px;
  letter-spacing: 2px;
  text-align: center;
}
#address1{
  font-style: normal;
  font-size: 22px;
  margin-top: 30px;
  margin-left: 7%;
}
.shosai1{
  font-size: 22px;
  margin-top: 30px;
  margin-left: 7%;
}
.mizonokuchi_access{
  width: 45%;
  height: 500px;
  margin-right: 70px;
  margin-top: 130px;
}
.mizonokuchiten_access{
  font-size: 30px;
  margin-top: 50px;
  letter-spacing: 2px;
  text-align: center;
}
#address2{
  font-style: normal;
  font-size: 22px;
  margin-top: 30px;
  margin-left: 11%;
}
.shosai2{
  font-size: 22px;
  margin-top: 30px;
  margin-left: 11%;
}
/* フッター */
#footer_wrapper{
  margin: auto;
  height: 300px;
  width: 100%;
}
#footer_gnavi{
  display: flex;
  justify-content: center;
}
#footer_logo{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 45px;
}
}