@charset "UTF-8";
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*　////////////////////////////////
TOPメイン画像
//////////////////////////////////　*/
.webp .main-visual .img-area .slide01 {
  background: url("/img/top/webp/top_main.webp");
}
.webp .main-visual .img-area .slide02 {
  background: url("/img/top/webp/top_main_02.webp");
}
.webp .main-visual .img-area .slide03 {
  background: url("/img/top/webp/top_main_03.webp");
}
.webp .main-visual .img-area .slide04 {
  background: url("/img/top/webp/top_main_04.webp");
}

.no-webp .main-visual .img-area .slide01 {
  background: url("/img/top/top_main.jpg");
}
.no-webp .main-visual .img-area .slide02 {
  background: url("/img/top/top_main_02.jpg");
}
.no-webp .main-visual .img-area .slide03 {
  background: url("/img/top/top_main_03.jpg");
}
.no-webp .main-visual .img-area .slide04 {
  background: url("/img/top/top_main_04.jpg");
}

.all-wrapper {
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  top
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
}
.all-wrapper #top {
  /*----- .main-visual ------------------------------------*/
}
.all-wrapper #top .main-visual {
  position: relative;
  background: #f2efeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px 15px;
  margin-bottom: 50px;
}
.all-wrapper #top .main-visual .img-area {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 400px;
}
.all-wrapper #top .main-visual .img-area .main-slider {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
}
.all-wrapper #top .main-visual .img-area .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  z-index: 2;
}
.all-wrapper #top .main-visual .img-area .logo-white {
  position: relative;
  width: 170px;
  height: auto;
  z-index: 2;
}
.all-wrapper #top .main-visual .txt-area .top-title {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  font-weight: normal;
  text-align: center;
  color: #705d4f;
}
.all-wrapper #top .main-visual .mv-deco {
  position: absolute;
  width: 50px;
  width: clamp(50px, 10vw, 100px);
  height: auto;
}
.all-wrapper #top .main-visual .deco01 {
  top: 25px;
  right: 0;
}
.all-wrapper #top .main-visual .deco02 {
  bottom: 25px;
  left: 0;
}
@media (min-width: 768px) {
  .all-wrapper #top .main-visual {
    padding: 50px 5vw 25px;
    margin-bottom: 100px;
  }
  .all-wrapper #top .main-visual .img-area {
    height: 600px;
    margin-bottom: 25px;
  }
  .all-wrapper #top .main-visual .img-area .main-slider {
    height: 600px;
  }
  .all-wrapper #top .main-visual .img-area .slide {
    height: 600px;
  }
  .all-wrapper #top .main-visual .img-area .logo-white {
    width: 220px;
    width: clamp(220px, 30vw, 300px);
  }
  .all-wrapper #top .main-visual .deco01 {
    top: 30px;
  }
  .all-wrapper #top .main-visual .deco02 {
    bottom: 30px;
  }
}
@media (min-width: 1220px) {
  .all-wrapper #top .main-visual .img-area {
    height: 700px;
  }
  .all-wrapper #top .main-visual .img-area .main-slider {
    height: 700px;
  }
  .all-wrapper #top .main-visual .img-area .slide {
    height: 700px;
  }
}
.all-wrapper #top {
  /*----- .info-area ------------------------------------*/
}
.all-wrapper #top .info-wrap {
  padding-bottom: 50px;
  border-bottom: 1px solid #d8c3af;
}
.all-wrapper #top .info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.all-wrapper #top .info-area .info-title {
  font-family: "Poppins Light", "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(2.5rem, 2.65vw, 2.8rem);
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.all-wrapper #top .info-area .info-inner {
  width: 100%;
}
.all-wrapper #top .info-area .info-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all-wrapper #top .info-area .info-li:not(:last-child) {
  margin-bottom: 5px;
}
.all-wrapper #top .info-area .info-li .day,
.all-wrapper #top .info-area .info-li .link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
}
@media (min-width: 768px) {
  .all-wrapper #top .info-wrap {
    padding-bottom: 80px;
  }
  .all-wrapper #top .info-area {
    margin-bottom: 45px;
  }
  .all-wrapper #top .info-area .info-title {
    width: 45%;
    margin-bottom: 0;
  }
  .all-wrapper #top .info-area .info-inner {
    width: 55%;
  }
  .all-wrapper #top .info-area .info-li {
    gap: 20px;
  }
  .all-wrapper #top .info-area .info-li:not(:last-child) {
    margin-bottom: 15px;
  }
  .all-wrapper #top .info-area .info-li .day,
  .all-wrapper #top .info-area .info-li .link {
    width: auto;
  }
}
.all-wrapper #top {
  /*----- .top-concept ------------------------------------*/
}
.all-wrapper #top .top-concept .sub-title {
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  margin-bottom: 1.2em;
}
@media (min-width: 768px) {
  .all-wrapper #top .top-concept .lp-box .right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  .all-wrapper #top .top-concept .lp-box .right-box .img-box {
    position: absolute;
    bottom: -12vw;
    bottom: clamp(-170px, -12vw, -300px);
    right: 0;
    max-width: 700px;
    width: 80%;
  }
}
.all-wrapper #top {
  /*----- .top-menu ------------------------------------*/
}
.all-wrapper #top .top-menu .rp-box,
.all-wrapper #top .top-menu .lp-box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.all-wrapper #top .top-menu .rp-box .right-box {
  padding-left: 40px;
}
.all-wrapper #top .top-menu .lp-box .left-box {
  padding-left: 40px;
}
@media (min-width: 768px) {
  .all-wrapper #top .top-menu .rp-box .right-box {
    padding-left: 0px;
  }
  .all-wrapper #top .top-menu .lp-box .left-box {
    padding-left: 7vw;
  }
}
@media (min-width: 1500px) {
  .all-wrapper #top .top-menu .rp-box,
  .all-wrapper #top .top-menu .lp-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.all-wrapper #top {
  /*----- .top-insta ------------------------------------*/
}
.all-wrapper #top .top-insta .insta-title {
  text-align: center;
  margin-bottom: 2em;
}
.all-wrapper #top .top-insta .insta-title img {
  width: 30px;
  height: 30px;
}
.all-wrapper #top .top-insta .insta-wrap {
  max-width: 800px;
  margin: 0 auto 2em;
}
.all-wrapper #top {
  /*----- .top-insta-bottom------------------------------------*/
}
.all-wrapper #top .top-insta-bottom {
  margin-bottom: 60px;
}
.all-wrapper #top .top-insta-bottom .f-wrap-02 .left-box img {
  max-width: 100%;
}
.all-wrapper #top .top-insta-bottom .f-wrap-02 .right-box .tib-txt {
  margin: 30px 0 40px;
  text-align: center;
  line-height: 2;
}
@media (min-width: 768px) {
  .all-wrapper #top .top-insta-bottom {
    margin-bottom: 120px;
  }
  .all-wrapper #top .top-insta-bottom .f-wrap-02 .left-box {
    width: 54%;
  }
  .all-wrapper #top .top-insta-bottom .f-wrap-02 .right-box {
    width: 42%;
  }
  .all-wrapper #top .top-insta-bottom .f-wrap-02 .right-box .tib-txt {
    margin: 30px 0 150px;
    text-align: center;
    line-height: 3;
  }
}
.all-wrapper {
  /* ---------- top --------------- */
}