@charset "utf-8";
/* CSS Document */
/* TOP */
.wrap-top {
  width: 100%;
  margin: 0 auto;
}

/************************************/
/* トップ画像のスライダー設定         */
/************************************/
.top-img {
  width: 100%;
  margin-bottom: 50px;
}
.top-slider { /* ul */
  height: 100%;
  width: 100%;
  overflow: hidden; 
}
.top-slider li{
  width: 100%;
  height: calc(80vh);
  background-repeat: no-repeat; 
  background-size: contain;
  background-position: center center;
}
.top-slider li:nth-child(1) {background-image: url(../img/index/top_slide1.jpg);}
.top-slider li:nth-child(2) {background-image: url(../img/index/top_slide2.jpg);}
.top-slider li:nth-child(3) {background-image: url(../img/index/top_slide3.jpg);}
.top-slider li:nth-child(4) {background-image: url(../img/index/top_slide4.jpg);}
.top-slider li:nth-child(5) {background-image: url(../img/index/top_slide5.jpg);}
.top-slider li:nth-child(6) {background-image: url(../img/index/top_slide6.jpg);}
.top-slider li:nth-child(7) {background-image: url(../img/index/top_slide7.jpg);}
.top-slider li:nth-child(8) {background-image: url(../img/index/top_slide8.jpg);}
.top-slider li:nth-child(9) {background-image: url(../img/index/top_slide9.jpg);}
.top-slider li:nth-child(10) {background-image: url(../img/index/top_slide10.jpg);}
.top-slider li:nth-child(11) {background-image: url(../img/index/top_slide11.jpg);}
.top-slider li:nth-child(12) {background-image: url(../img/index/top_slide12.jpg);}
.top-slider li:nth-child(13) {background-image: url(../img/index/top_slide13.jpg);}
.top-slider li:nth-child(14) {background-image: url(../img/index/top_slide14.jpg);}

/* bxsliderの枠線の削除 */
.bx-wrapper {
  background-color: transparent;
  margin: 0px auto;
  border: none;
  box-shadow: none;
}
.bx-wrapper img {
  display: block;
  margin: 0px auto;
}
/* bxsliderの高さ指定 */
.bx-viewport {
  max-height: 100vh;
}


/************************************/
/* INFORMATION                      */
/************************************/
.sec-info {
  margin: 0 auto;
  padding: 100px 0 150px;
}
.sec-info h2 {
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px #666 solid;
  width: 70vw;
  padding-bottom: 60px;
  margin: 0 auto;
}
.info-frame {
  padding-top: 40px;
  text-align: center;
  /* margin: 0 auto; */
}
.info-frame a {
  text-decoration: none;
  color: #333;
}
.info-msg {
  padding: 40px 20px 20px 20px;
  font-size: 2.0rem;
}
.links-blog {
  border: #666 1px solid;
  border-radius: 10px;
  width: 200px;
  text-align: center;
  padding: 10px 0;
  display: inline-block;
}

/************************************/
/* MENU                             */
/************************************/
.sec-menu {
  margin: 0 auto;
  padding-bottom: 150px;
}
.sec-menu h2 {
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px #666 solid;
  width: 70vw;
  padding-bottom: 60px;
  margin: 0 auto;
}
.menu-frame {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.menu-frame ul {
  list-style: none;
}
.menu-item {
  width: 100vw;
  max-width: 240px;
  padding: 30px 20px;
  display: inline-block;
}
.menu-item-img {
  width: 100%;
  height: 160px;
}
.menu-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-item-dis {
  padding-top: 20px;
}
.menu-item-dis h3 {
  font-size: 2.0rem;
}
/* .menu-item-dis p {
  padding-top: 10px;
  font-size: 1.8rem;
} */
.menu-place {
  padding: 100px 50px 0;
  display: flex;
  justify-content: center;
}
.menu-place-img {
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 300px;
}
.menu-place-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-place-dis {
  width: 70vh;
  text-align: left;
  padding-left: 50px;
}
.menu-place-dis h3 {
  font-size: 2.0rem;
}
.menu-place-dis p {
  padding-top: 10px;
  font-size: 1.6rem;
}
.menu-item a {
  text-decoration: none;
  color: #333;
}

/************************************/
/* 画面サイズが800px以下             */
/************************************/
@media (max-width:800px) {
.wrap-top {
  margin-bottom: 100px;
}
.top-slider {
  height: 200px;
}
.top-slider li {
  height: 100%;
}
.sec-info {
    padding: 0px 0 150px;
}
.menu-place {
  display: inline-block;
  padding: 100px 20px 0;
}
.menu-place-dis {
  width: 300px;
  padding-left: 0;
  padding-top: 20px;
}

}