@charset "UTF-8";
/* CSS Document */
/* COMMON PARTS-------------------------------------------*/
.pagetype-home .btn a {
  color: #000;
}

@media screen and (min-width: 769px) {
  .pagetype-home .btn a:hover {
    color: #fff;
  }
}

.home-box {
  background: #fff;
  box-shadow: 8px 8px 21px rgba(0, 0, 0, 0.05);
  padding: 0 25px 35px;
}

.main-area {
  padding: 25px 25px 0;
}

@media screen and (min-width: 769px) {
  .main-area {
    padding-top: 60px;
  }
}

.box-inner {
  margin: 0 15px;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .box-inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1050px;
  }
}

/* メインビジュアル-------------------------------------------*/
.mv-area {
  opacity: 0;
  transition: all 0.3s ease;
}

.mv-area .mv-slider {
  width: 100%;
}

.mv-area .mv-slider .slick-slide {
  line-height: 0;
}

.mv-area .mv-slider .slick-dots {
  position: absolute;
  bottom: 28px;
  right: 31px;
}

.mv-area .mv-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.mv-area .mv-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
}

.mv-area .mv-slider .slick-dots li button:hover, .mv-area .mv-slider .slick-dots li button:focus {
  outline: none;
}

.mv-area .mv-slider .slick-dots li.slick-active button {
  background: #fff;
}

.mv-area .mv-txt {
  background: linear-gradient(to right bottom, #fe6d0d 0%, #ffb72f 100%);
  padding: 44px 0;
  position: relative;
}

.mv-area .mv-txt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background: url(../images/home/mv-dot01.png) no-repeat;
  background-size: contain;
}

.mv-area .mv-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 46px;
  background: url(../images/home/mv-dot02.png) no-repeat;
  background-size: contain;
}

.mv-area .mv-txt .txt {
  width: 57.4%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .mv-area {
    display: flex;
    flex-direction: row-reverse;
  }
  .mv-area .mv-slider {
    width: 62%;
  }
  .mv-area .mv-slider .slide img {
    width: 100%;
  }
  .mv-area .mv-txt {
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mv-area .mv-txt::before {
    width: 174px;
    height: 174px;
  }
  .mv-area .mv-txt::after {
    bottom: 5%;
    left: 5%;
    width: 100px;
    height: 100px;
  }
}

/* お知らせ-------------------------------------------*/
.info-area {
  padding: 55px 0 0;
  background: url(../images/home/bg-dot01-sp.png) no-repeat 0 6.2%;
  background-size: 30%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.info-area .pc-flex {
  padding: 0 25px 35px;
}

.info-area .home-ttl {
  position: relative;
  color: #000000;
  margin-bottom: -10px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 1.8;
  top: -20px;
  letter-spacing: 0.1em;
}

.info-area .ttl-jp {
  display: block;
  color: #FE6D0D;
  font-size: 14px;
  font-weight: bold;
}

.info-area .btn-more {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .info-area {
    background-image: url(../images/home/bg-dot01-pc.png);
    background-position: 5.5% 0;
    background-size: 20%;
  }
  .info-area .box-inner {
    max-width: 1000px;
    padding: 50px 100px 30px 0;
  }
  .info-area .pc-flex {
    align-items: center;
  }
  .info-area .flex-l {
    margin-right: 21px;
    left: -72px;
    top: -40px;
    position: relative;
  }
  .info-area .flex-r {
    flex: 1;
  }
  .info-area .home-ttl {
    top: 0;
    margin-bottom: 70px;
    font-size: 37px;
  }
  .info-area .ttl-jp {
    font-size: 16px;
  }
  .info-area .info-list dt {
    width: 19%;
    padding-right: 0;
  }
  .info-area .info-list dd {
    width: 79%;
  }
}

.sc-area {
  padding-bottom: 40px;
  background: #f8f8f8;
}

.sc-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 88%;
  height: 33vh;
  background: #f8f5ec;
}

.sc-area::after {
  content: "";
  position: absolute;
  top: 8vh;
  width: 100%;
  height: 33vh;
  background-repeat: no-repeat;
  background-size: auto 33vh;
  z-index: 1;
}

.sc-area .logo-box {
  margin: 0 auto 30px;
  text-align: center;
  display: flex;
  position: relative;
  z-index: 3;
}

.sc-area .logo-img {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sc-area .box-inner {
  padding: 40px 30px;
  position: relative;
  z-index: 2;
}

.sc-area .box-inner::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -15px;
  width: 168px;
  height: 168px;
  background: url(../images/home/bg-dot02-sp.png) no-repeat;
  background-size: contain;
}

.sc-area .box-inner .sc-txt {
  margin-bottom: 30px;
  color: #000000;
}

@media screen and (min-width: 769px) {
  .sc-area {
    padding-bottom: 60px;
  }
  .sc-area::after {
    background-size: 100%;
    height: 28vh;
  }
  .sc-area .logo-box {
    margin-bottom: 50px;
  }
  .sc-area .box-inner {
    max-width: 810px;
    padding: 60px 110px;
  }
  .sc-area .box-inner::before {
    top: -290px;
    right: -21vw;
    width: 278px;
    height: 278px;
    background: url(../images/home/bg-dot02-pc.png) no-repeat;
    background-size: contain;
  }
  .sc-area .box-inner .sc-txt {
    margin-bottom: 40px;
  }
  .sc-area .btn {
    max-width: 310px;
  }
}

#area01 {
  padding-top: 95px;
  margin-top: -60px;
}

#area01::after {
  background-image: url(../images/home/bg-sc01.jpg);
  top: 23vh;
}

#area01 .logo-box {
  width: 170px;
  height: 114px;
  display: block;
  padding: 25px 0 30px;
  background: #fff;
}

#area01 .logo-box .logo01 img {
  width: 68%;
}

#area01 .logo-box .logo02 img {
  width: 59%;
}

@media screen and (min-width: 769px) {
  #area01 {
    padding-top: 170px;
    margin-top: -114px;
  }
  #area01::after {
    top: 19vh;
  }
  #area01 .logo-box {
    width: 320px;
    height: auto;
  }
}

#area02::before {
  right: auto;
  left: 0;
  top: -18vh;
}

#area02::after {
  background-image: url(../images/home/bg-sc02.jpg);
}

#area02 .logo-box {
  display: flex;
  justify-content: center;
}

#area02 .logo-box .logo-img {
  width: 116px;
  height: 114px;
}

#area02 .logo-box .logo01 {
  margin-right: 10px;
}

#area02 .logo-box .logo01 img {
  width: 88px;
}

#area02 .logo-box .logo02 img {
  width: 78px;
}

#area02 .box-inner::before {
  right: auto;
  left: -15px;
}

#area02 .shop-list {
  display: flex;
  flex-wrap: wrap;
}

#area02 .shop-list li {
  width: calc(100% / 2 - 8px);
  font-size: 12px;
  margin-bottom: 12px;
  margin-right: 15px;
}

#area02 .shop-list li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  #area02 .logo-box .logo-img {
    width: 218px;
    height: 215px;
  }
  #area02 .logo-box .logo01 {
    margin-right: 20px;
  }
  #area02 .logo-box .logo01 img {
    width: 150px;
  }
  #area02 .logo-box .logo02 img {
    width: 150px;
  }
  #area02 .box-inner::before {
    right: auto;
    left: -21vw;
  }
  #area02 .shop-list {
    width: 690px;
    margin-left: -50px;
  }
  #area02 .shop-list li {
    width: calc(100% / 4 - 12px);
    font-size: 14px;
    margin: 0;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  #area02 .shop-list li:nth-child(2n) {
    margin-right: 15px;
  }
  #area02 .shop-list li:nth-child(4n) {
    margin-right: 0;
  }
}

#area03::before {
  top: -12vh;
}

#area03::after {
  background-image: url(../images/home/bg-sc03.jpg);
}

#area03 .logo-box {
  width: 170px;
  height: 114px;
}

#area03 .logo-box .logo01 img {
  width: 90px;
}

#area03 .box-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 33vh;
  background: #f8f5ec;
}

@media screen and (min-width: 769px) {
  #area03 .logo-box {
    width: 321px;
    height: 215px;
  }
  #area03 .logo-box .logo01 img {
    width: 56.5%;
  }
}

.cmn-ft .bnr-area {
  background: #fff;
}

.cmn-ft .bnr-area .bnr-list {
  padding: 0 30px 40px;
}

@media screen and (min-width: 769px) {
  .cmn-ft .bnr-area .bnr-list {
    padding-bottom: 80px;
    padding-top: 0;
  }
}

/*# sourceMappingURL=_map/home.css.map */
