/*
	top
*/

/* ローディング
---------------------------------------------------------------------------*/
#loding-wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
}
#top_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  #loding-wrap {
    height: calc(100vh - 80px);
  }
  #loding-wrap img {
    width: 32vw;
  }
}

/* メインスライダー
---------------------------------------------------------------------------*/
.block-mainvis {
  position: relative;
}
.metaslider .slides img {
  width: 100vw;
  height: 57vw !important;
  object-fit: cover;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}
/* テキスト */
.block-mainvis .txt {
  position: absolute;
  top: 27vw;
  width: 100%;
  z-index: 300;
}
.block-mainvis .txt p {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block-mainvis .txt {
    top: 33vh;
    text-align: center;
  }
  .block-mainvis .txt p {
    font-size: 5.5vw;
  }
}
/* カバー */
.block-mainvis .cov {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
}
.flexslider .slides {
  background-color: #000000;
}
.flexslider .slides img {
  opacity: 0.9;
}
.metaslider .flex-control-nav li {
  margin: 0 5px !important;
}
/* meta */
.metaslider .flexslider {
  margin-bottom: 0 !important;
}
.metaslider .flex-control-nav {
  bottom: 47px !important;
  z-index: 100 !important;
}
.flex-control-paging li a {
  text-indent: 0 !important;
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 18px;
}
.metaslider .flex-control-nav li a {
  position: relative;
}
.metaslider .flex-control-nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  width: 1px;
  height: 15px;
  margin: auto;
  background: #fff;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: -moz-transform 300ms ease-out;
  -o-transition: -o-transform 300ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
}
.metaslider .flex-control-nav li a.flex-active::before {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.metaslider .flex-control-nav li a::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #fff;
  margin: 5px auto 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.metaslider .flex-control-nav li a.flex-active::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .metaslider .slides img {
    width: 100%;
    height: auto !important;
  }
}

/* 矢印 */
.metaslider .flexslider .flex-direction-nav li a {
  width: 35px !important;
  height: 68px !important;
  opacity: 1 !important;
}
.metaslider .flexslider .flex-direction-nav li a.flex-prev {
  left: 80px !important;
  background-image: url(../img/top/ic_arr_left.png) !important;
}
.metaslider .flexslider .flex-direction-nav li a.flex-next {
  right: 80px !important;
  background-image: url(../img/top/ic_arr_right.png) !important;
}

/* 特典バナー */
.tokuten_wrap {
  /* display: none; */
  height: 10vw;
  max-width: 1400px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 1vw;
  left: 0;
}
.tokuten_wrap img {
  max-width: 260px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15vw;
}
@media screen and (max-width: 768px) {
  .tokuten_wrap img {
    bottom: 7vw;
    width: 32vw;
  }
  .metaslider .flex-control-nav {
    bottom: 25px !important;
  }
}

/* コロナ対策バナー */
.covid-bnr {
  display: none;
}
/* .tokuten_wrap a.covid-bnr img {
  left: auto;
  bottom: 1vw;
  width: 16.25vw;
  max-width: 274px;
  right: 15vw;
}
@media screen and (max-width: 768px) {
  .tokuten_wrap a.covid-bnr img {
    right: auto;
    left: 4%;
    width: 21.25vw;
    bottom: 7vw;
  }
} */

/* アクセス
---------------------------------------------------------------------------*/
/* 見出し */
.block-access .block-hdl .bg {
  background-image: url(../img/top/bg-access.jpg);
  background-size: cover;
  background-position: center center;
}
.block-access .block-hdl .bg .cov {
  position: relative;
  width: 100%;
  height: 340px;
  background-color: rgba(0, 0, 0, 0.3);
}
.block-access .catch {
  margin-bottom: 0;
}
.block-access .inner {
  padding-top: 50px;
}
.block-access .block-btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .block-access .block-hdl .bg .cov {
    height: 40vw;
  }
  .block-access .inner {
    padding-top: 5vw;
  }
}

/* 20240522 改修 */
/* .block-breakfast .block-thumbs .cover {
  background-color: transparent;
} */

/* 20241205 改修 */
.fig.top-gaikan {
  width: min(45vw, 500px);
}
@media screen and (max-width: 768px) {
  .fig.top-gaikan {
    width: auto;
  }
}
