@charset "utf-8";

main{
  font-family: sans-serif;
  width: 100%;
  margin: 0 auto;
}

.visually_hidden{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
}

.button_size{
  width: 35%;
  max-width: 400px;
  min-width: 300px;
  display:block;
  margin-right:auto; margin-left:auto;
}



.icon_Instagram_large:hover{
  transform: scale(1.3);
}

/******* key_visual *******/

#gnav{
  display: none;
}
.key_visual{
  background: url(../img/keyvisual.png) no-repeat center top/cover;
  width: 100%;
  height: 900px;
  text-align: center;
}
.visual_logo{
  width: calc(100% - 500px);
  max-width: 500px;
  min-width: 250px;
  display: block;
  margin-right:auto; margin-left:auto;
  transform: translateY(170px);
}
.news_button{
  transform: translateY(320px);
}

.topic_news{
  margin-inline: auto;
  transform: translateY(270px);
  border: 2px #191919 solid;
  background-color: lightgray; opacity: 0.8;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5) inset;
  max-width: 700px;
  max-height: 200px;
}



/***** about *****/

.topabout{
  text-align: center;
}
.topabout_font{
  font-size: 30px;
  font-family: serif;
  display: block;
  margin: 100px 0 50px 0;
}
.topabout_text{
  display: block;
  line-height: 3rem;
}

.about_button{
  padding: 65px 0 100px 0;
}
/***** menu *****/

.topmenu{
  background-image: url(../img/menu_background.png);
  width: 100%;
  height: 700px;
}
.topmenu_font{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 50px 0 50px 0;
  font-family: 'DIN Next LT Pro Regular', serif;
}
.menu_button{
  padding: 50px 0 50px 0;
}


.blurBg{
  background: url(../img/menu_background.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.blurBg:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.image-container {
  position: relative;
  width: 300px; /* 適切なサイズに調整 */
  height: 400px; /* 適切なサイズに調整 */
}
.base-image1,
.base-image2,
.base-image3
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像のアスペクト比を維持 */
}
.hover-image1,
.hover-image2,
.hover-image3
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease; /* ホバー時のトランジション */
}
.image-container1:hover .hover-image1,
.image-container2:hover .hover-image2,
.image-container3:hover .hover-image3
{
  opacity: 1;
}

.topmenu_pic{
  display: flex;
  justify-content: center;
}


/***** access *****/

.access p{
  margin: 30px;
}
.instagram_text p{
  margin: 0;
}
.instagram_text{
  margin-right: 20px;
}
.access_text{
  padding: 150px 0 100px 0;
}
.access_font{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  font-family: 'DIN Next LT Pro Regular', serif;
}

.access_text{
  text-align: center;
}
.instagram{
  display: flex;
  flex: wrap;
  justify-content: center;
}

.opentime{
  display: block;
}



.gmap_iframe{
  width: 100%;
  height: 300px;
}
.signboard_pic{
  width: 100%;
  height: 400px;
}
.blur{
  -ms-filter: blur(1px);
  filter: blur(1px);
}


/******** 450px ************/
@media screen and (max-width: 450px){
  #gnav{
    display: block;
  }
  .key_visual{
    height: 600px;
  }
  .topic_news{
    display: none;
  }
  .news_button{
    translate: 0 -100px;
  }
  .topabout_font{
    font-size: 22px;
  }
  .topmenu{
    height: 500px;
  }
  .topmenu .menu_button{
    margin: -200px auto;
  }

/**** slider *****/
.topmenu_pic img{
  width: 100%;
  height: auto;
}
.topmenu_pic {
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}

}