@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
.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 .main-slider .slider01 {
  background-image: url("/img/webp/mainimg_01.webp");
}
.webp .main-visual .main-slider .slider02 {
  background-image: url("/img/webp/mainimg_02.webp");
}
.webp .main-visual .main-slider .slider03 {
  background-image: url("/img/webp/mainimg_03.webp");
}
.webp .main-visual .main-slider .slider04 {
  background-image: url("/img/webp/mainimg_04.webp");
}

.no-webp .main-visual .main-slider .slider01 {
  background-image: url("/img/mainimg_01.jpg");
}
.no-webp .main-visual .main-slider .slider02 {
  background-image: url("/img/mainimg_02.jpg");
}
.no-webp .main-visual .main-slider .slider03 {
  background-image: url("/img/mainimg_03.jpg");
}
.no-webp .main-visual .main-slider .slider04 {
  background-image: url("/img/mainimg_04.jpg");
}

.all-wrapper {
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  top
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
}
.all-wrapper #top {
  /*----- .main-visual ------------------------------------*/
}
.all-wrapper #top .main-visual {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
}
.all-wrapper #top .main-visual .img-area {
  position: relative;
}
.all-wrapper #top .main-visual .slider {
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.all-wrapper #top .main-visual .logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  width: 60%;
  max-width: 200px;
}
@media (min-width: 768px) {
  .all-wrapper #top .main-visual .slider {
    height: 90vh;
  }
  .all-wrapper #top .main-visual .logo-main {
    width: 40%;
    max-width: 320px;
  }
}
.all-wrapper #top .store-name {
  width: 100%;
  background-color: #f4d722;
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 14px 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .all-wrapper #top .store-name {
    margin-bottom: 60px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1220px) {
  .all-wrapper #top .section01 .f-wrap-02 .left-box,
  .all-wrapper #top .section02 .f-wrap-02 .left-box,
  .all-wrapper #top .section03 .f-wrap-02 .left-box,
  .all-wrapper #top .section04 .f-wrap-02 .left-box,
  .all-wrapper #top .section05 .f-wrap-02 .left-box {
    width: 48%;
  }
  .all-wrapper #top .section01 .f-wrap-02 .right-box,
  .all-wrapper #top .section02 .f-wrap-02 .right-box,
  .all-wrapper #top .section03 .f-wrap-02 .right-box,
  .all-wrapper #top .section04 .f-wrap-02 .right-box,
  .all-wrapper #top .section05 .f-wrap-02 .right-box {
    width: 48%;
    margin-bottom: 0px;
  }
}
.all-wrapper #top {
  /*----- .section01 ------------------------------------*/
}
.all-wrapper #top .section01 {
  position: relative;
  padding-top: 60px;
}
.all-wrapper #top .section01 .bg-left {
  position: absolute;
  top: 31px;
  left: 0;
  width: 100vw;
  height: calc(5.2em + 60px);
  background: #f3db2c;
  z-index: -1;
}
@media (min-width: 768px) {
  .all-wrapper #top .section01 .bg-left {
    top: 60px;
    width: 48vw;
    height: calc(5.2em + 60px);
  }
}
.all-wrapper #top .section01 h2.h-style-a {
  text-align: left;
}
@media (min-width: 768px) {
  .all-wrapper #top .section01 .f-wrap-02 .right-box {
    margin-bottom: 20px;
  }
}
.all-wrapper #top .section01 .f-wrap-02 .title-s {
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  font-weight: 600;
  margin-bottom: 15px;
}
.all-wrapper #top .section01 h2.h-style-a {
  position: relative;
  z-index: 1;
  line-height: 1.4;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .all-wrapper #top .section01 h2.h-style-a {
    padding: 30px 40px;
    line-height: 1.8;
    margin: 0 auto 30px;
  }
}
.all-wrapper #top .section01 h2.h-style-a span {
  display: block;
  margin-top: 6px;
  font-size: 0.8em;
}
.all-wrapper #top {
  /*----- .bg-area ------------------------------------*/
}
.all-wrapper #top .bg-area {
  background: #fffbf7;
  padding: 50px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  margin-bottom: 60px;
}
.all-wrapper #top .bg-area::after {
  content: "";
  position: absolute;
  background-image: url("/img/bg_illust.svg");
  background-position: left;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
}
@media (min-width: 768px) {
  .all-wrapper #top .bg-area {
    padding: 100px 0;
    margin-bottom: 120px;
  }
}
.all-wrapper #top {
  /*----- .section02 ------------------------------------*/
}
.all-wrapper #top .section02 .shop-phot {
  margin-bottom: 60px;
}
.all-wrapper #top .section02 .g-map {
  border: 4px solid #f4d722;
}
.all-wrapper #top .section02 .g-map iframe {
  display: block;
}
.all-wrapper #top .section02 .parking {
  margin-bottom: 60px;
}
.all-wrapper #top {
  /*----- .parking ------------------------------------*/
}
.all-wrapper #top .parking .section03 {
  max-width: 680px;
  margin: 0 auto;
}
.all-wrapper #top .parking .section03 .text {
  margin-bottom: 40px;
}
.all-wrapper {
  /* ---------- top --------------- */
}