@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: serif;
}

.header {
  background-color: #6E655C;
  width: 100%;
  padding: 20px;
  display: block;
}
.header .header-inner {
  max-width: 1200px;
  padding: 0 40px;
}
.header .header-inner .site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-inner h1 {
  font-size: 30px;
}
.header .header-inner h1 a {
  color: #F5EEE8;
}
.header .header-inner .top-nav {
  margin-left: auto;
}
.header .header-inner .top-nav-flex {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-inner .top-nav-flex li {
  margin-right: 20px;
  text-align: right;
}
.header .header-inner .top-nav-flex li a {
  color: #F5EEE8;
}
@media screen and (max-width: 767px) {
  .header .header-inner .container {
    overflow: hidden;
  }
  .header .header-inner .header {
    position: fixed;
    background: #fff;
  }
  .header .header-inner .header__inner {
    position: relative;
    z-index: 10;
  }
  .header .header-inner .header__logo {
    width: 125px;
    height: 15px;
    margin-left: 10px;
  }
  .header .header-inner .header__menu {
    position: fixed;
    z-index: 5;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .header .header-inner .header__inner.active .header__menu {
    opacity: 1;
    visibility: visible;
  }
  .header .header-inner .menu__list {
    border-top: 1px solid #d7d7d7;
  }
  .header .header-inner .menu__item {
    border-bottom: 1px solid #d7d7d7;
  }
  .header .header-inner .menu__link {
    display: block;
    padding: 13px 10px;
    color: #F5675B;
  }
  .header .header-inner .header__menu-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 50px;
    height: 50px;
    padding: 5px;
    cursor: pointer;
  }
  .header .header-inner .header__menu-btn span:nth-child(-n+3) {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #F5675B;
  }
  .header .header-inner .header__menu-btn span:nth-child(1) {
    top: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header .header-inner .header__inner.active .header__menu-btn span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .header-inner .header__menu-btn span:nth-child(2) {
    top: 18px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .header .header-inner .header__inner.active .header__menu-btn span:nth-child(2) {
    opacity: 0;
  }
  .header .header-inner .header__menu-btn span:nth-child(3) {
    top: 26px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header .header-inner .header__inner.active .header__menu-btn span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .header-inner .header__menu-btn span:nth-child(4) {
    font-size: 10px;
    color: #F5675B;
  }
}

.mv .img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.front-area01 {
  padding: 50px 0;
}
.front-area01 .gift-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.front-area01 .gift-set .gift-right .front-area01-title {
  padding: 40px;
  line-height: 1.2;
}
.front-area01 .gift-set .gift-right .front-area01-title h2 {
  font-size: 30px;
  color: #61554d;
}
.front-area01 .gift-set .gift-right .gift-set-btn a {
  padding: 18px 50px 18px 50px;
  border: 1px solid #61554d;
  display: block;
  text-align: center;
  text-decoration: none;
  background-image: url(../img/yazirusi.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  color: #61554d;
  font-size: 92%;
  font-weight: 600;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
}

.front-area02 {
  padding-bottom: 50px;
}
.front-area02 .title-feld .front-area01-title {
  text-align: center;
  font-size: 26px;
  padding: 40px 0;
  color: #65574c;
}
.front-area02 .news-area {
  padding: 0px 0px 0px 0px;
  margin: 0px auto 30px auto;
  width: 70%;
}
.front-area02 .news-area li {
  border-bottom: 1px dotted #999;
}
.front-area02 .news-area li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #65574c;
}
.front-area02 .news-area li a .day {
  padding: 16px 0px 12px 0px;
  margin: 0px 20px 0px 0px;
  font-size: 75%;
  width: 10%;
  letter-spacing: 0.05em;
}
.front-area02 .news-area li .news-title {
  padding: 12px 0px 12px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 94%;
  width: 80%;
  letter-spacing: 0.05em;
  line-height: 1.6em;
}

.front-area03 {
  background: url(../img/cookies.png) no-repeat center center/cover;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}
.front-area03 .about-section {
  padding: 100px 100px 100px 0px;
  margin-bottom: 100px;
}
.front-area03 .about-section .front-area03-about {
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50%;
}
.front-area03 .about-section .front-area03-about .front-area03-title {
  padding: 20px;
}
.front-area03 .about-section .front-area03-about .front-area03-title h2 {
  font-size: 30px;
}
.front-area03 .about-section .front-area03-about .front-area03-text {
  padding: 0 20px 20px;
  line-height: 1.2;
}

.front-area04 {
  background: url(../img/muffinline.jpg) no-repeat center center/cover;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  padding: 100px;
}
.front-area04 .kodawari-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
}
.front-area04 .front-area04-title {
  text-align: center;
  padding-bottom: 40px;
  font-size: 30px;
}
.front-area04 .front-area04-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.front-area04 .front-area04-flex .kodawari-sozai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 20px;
}
.front-area04 .front-area04-flex .kodawari-sozai .kodawari-sozai-img img {
  border-radius: 50%;
}
.front-area04 .front-area04-flex .kodawari-sozai .kodawari-text {
  padding-left: 20px;
}
.front-area04 .front-area04-flex .kodawari-sozai .kodawari-text h2 {
  font-size: 20px;
  padding-bottom: 20px;
}
.front-area04 .front-area04-flex .kodawari-sozai .kodawari-text p {
  font-size: 16px;
  line-height: 1.2;
}

.front-area05 .slider-3 .slick-slide {
  margin: 0 60px;
  padding: 60px 0;
  position: relative;
}
.front-area05 .slider-3 .slick-slide .slide-img {
  width: 600px;
  height: 400px;
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
  opacity: 0.8;
  -webkit-box-shadow: 7px 7px 15px -5px #666;
          box-shadow: 7px 7px 15px -5px #666;
  overflow: hidden;
}
.front-area05 .slider-3 .slick-slide.slick-current .slide-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}
.front-area05 .slider-3 .slick-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-area05 .slider-3 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.front-area05 .slider-3 .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.front-area05 .slider-3 .slick-next {
  right: 0;
}
.front-area05 .slider-3 .slick-prev {
  left: 0;
}
.front-area05 .slider-3 .slick-next::before {
  left: 20px;
}
.front-area05 .slider-3 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.front-area05 .dots-3 .slick-dots {
  text-align: center;
}
.front-area05 .dots-3 .slick-dots li {
  display: inline-block;
}
.front-area05 .dots-3 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.front-area05 .dots-3 .slick-dots .slick-active button {
  background: #0a467d;
}

.customersvoice-section {
  background: url(../img/famliy.jpg) no-repeat center center/cover;
  padding: 40px 0;
}
.customersvoice-section .customers-voice-title {
  font-size: 30px;
  text-align: center;
  padding-bottom: 15px;
}
.customersvoice-section .customers-voice-text {
  font-size: 20px;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 20px;
}

.acsess {
  background-color: #F5EEE8;
  padding: 50px;
}
.acsess .acsess-name p {
  font-size: 30px;
  color: #65574c;
  text-align: center;
  padding-bottom: 20px;
}
.acsess .acsess-name .g-map {
  width: 100%;
  position: relative;
  padding-top: 40%;
}
.acsess .acsess-name .g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  background-color: #6E655C;
}
footer .footer-text {
  text-align: center;
  padding: 50px 0;
  color: #F5EEE8;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  cursor: pointer;
}

.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}