@font-face {
  font-family: "honoka";
  src: url("font/honoka-marugo/honoka-marugo.woff") format("woff"),
    url("font/honoka-marugo/honoka-marugo.woff2") format("woff2"),
    url("font/honoka-marugo/font_1_honokamarugo_1.1.ttf") format("truetype");
}

/* main-visual */
.main-visual {
  width: 100%;
  z-index: -1;
  background-color: black;
}

/*swiper*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.gallery-top {
  height: 75vh;
  width: 100%;
}
.gallery-top .swiper-slide {
  opacity: 0.65;
}
.gallery-thumbs {
  height: 25vh;
  box-sizing: border-box;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  width: 25%;
  opacity: 0.65;
  margin: 0;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.slide1 {
  max-width: 980px;
  height: 400px;
  margin: 0 auto;
}

.swiper-container-base {
  margin-top: 10vh;
  padding: 30px;
  width: 100%;
  height: 70%;
  text-align: center;
}

.ctitle {
  margin: 20px 0;
  height: 48px;
}

.swiper-position {
  text-align: center;
}

.swiper-container {
  background-color: rgba(255, 255, 255, 0);
}

.card-style {
  text-align: center;
  font-size: 18px;
  color: #000;
  background: rgb(95, 95, 95);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  border-radius: 16px;
}

/*main-copy*/

.main-visual_main-copy img {
  width: 40vw;
  height: auto;
  pointer-events: none;
}

.main-visual_main-copy {
  position: absolute;
  top: 35%;
  color: white;
  padding: 0 4vw;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .main-visual_main-copy img {
    width: 90vw;
    margin: 0 auto;
  }

  .main-visual_main-copy {
    padding: 0;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
/* .main-visual_main-copy h1{
	font-size: 7em;
	font-family: 'SpicaNeueL';
}
.main-visual_main-copy h3{
	font-family: 'FuturaL';
	font-size: 2em;
	letter-spacing: 1vw;
}
.main-visual_main-copy h3>span{
	font-family: 'FuturaL';
	color: #F18E57;
}  */
.main-copy {
  display: flex;
  align-items: baseline;
}
.main-copy span {
  margin-left: 10px;
  font-size: 5em;
  font-family: "SpicaNeueL";
}
.main-copy > .asobu {
  font-family: "honoka";
  font-size: 9em;
  color: #f18e57;
}

/*contents*/
.content {
  width: 100%;
  margin-top: 15vh;
}
.content_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5vh;
}
/* .content_title img{
	height: 5vw;
} */

/*NEWS*/
.news-box {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.pcver {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.responsive {
  display: none;
}

.news-box_elements {
  width: 23%;
  height: 60%;
  overflow-wrap: break-word;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: white;
  padding: 2%;
  border-radius: 16px;
  position: relative;
}
.news-box_elements p {
  font-size: 1.125em;
  line-height: 1.3;
}
.news-box_elements img {
  width: 100%;
  height: 65%;
  object-fit: cover;
  margin: 0 auto;
}
.news-box_detail {
  width: -webkit-fill-available;
  height: 90%;
}
.news-box_title {
  font-size: 1.25em;
  margin-top: 20px;
}
.news-box_text {
  margin-top: 5px;
  word-break: break-word;
}
.news-box_date {
  margin-top: 5px;
  color: dimgray;
}
.news-box_elements a {
  font-size: 1.125em;
  /* padding: 10px 20px; */
  display: flex;
  width: 40%;
  min-width: 120px;
  height: 40px;
  color: white;
  background-color: #f18e57;
  border-radius: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

/*HISTORY*/
.history_image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/history.png);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 50vh;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history_image p {
  color: white;
  position: absolute;
  margin: auto;
  text-align: center;
  letter-spacing: 0.5vw;
  font-size: 2em;
  font-family: "SpicaNeueL";
  line-height: 1.5em;
}

/*SHOP search*/
.shop-search_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search-section {
  position: relative;
  width: 50%;
  height: 65vh;
  overflow: hidden;
}
.shop-search_category {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shop-search_category p {
  color: white;
  font-size: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}
.shop-search_category img {
  height: 10vh;
  padding: 3%;
}
.main-category {
  width: 100%;
  height: 100%;
}
.sub-category p {
  font-size: 1.375em;
}

#drink-section,
#drink,
#drink-sub {
  background-color: #4f979b;
}
#eat-section,
#eat,
#eat-sub {
  background-color: #f18e57;
}
#drink-sub .sub-category {
  width: 50%;
  height: 50%;
}
#eat-sub .sub-category {
  width: 33%;
  height: 33%;
}

#eat-sub img {
  height: 40%;
}

#drink-sub,
#eat-sub {
  height: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#drink-sub a,
#eat-sub a {
  opacity: 0.8;
}

.other-category {
  display: flex;
  width: 100%;
  height: 40vh;
}
.other-category p {
  font-size: 1.5em;
}
#hall-category img {
  height: 15vh;
  padding: 0;
}
#hall-category,
#hall-category a {
  background-color: #404040;
}
#key-search,
#key-search a {
  background-color: #364e70;
}

#key-search a,
#hall-category a {
  width: 100%;
  height: 100%;
}
.inner {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
}

#hall-category a:hover,
#key-search a:hover {
  opacity: 0.8;
}
#drink-sub a:hover,
#eat-sub a:hover {
  opacity: 1;
}
