@charset "UTF-8";
/* MEDIA QUERY */
@media screen and (max-width: 641px) {
  .lt-sp {
    display: none !important;
  }
}

@media screen and (min-width: 642px) {
  .st-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .lt-tblt {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .st-tblt {
    display: none !important;
  }
}

/* Text Color */
/* FONT SIZE */
/* FONT SET */
/* xd文字スタイルに入ってるセットを設定 */
/*******************************

   SINGLE

*******************************/
/* --------------------------

  LOWER

-------------------------- */
@media screen and (max-width: 641px) {
  .st-spNone {
    display: none;
  }
}

.lower-mv-copy {
  padding: 120px 0 100px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .lower-mv-copy {
    padding: 30px 20px 50px;
  }
}

.lower-mv-copy h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 641px) {
  .lower-mv-copy h2 {
    margin-bottom: 20px;
  }
}

.lower-mv-copy p {
  padding-top: 50px;
  font-size: 14px;
  color: #4a4a4a;
}

.lower-mv-img {
  overflow: hidden;
  position: relative;
}

.lower-mv-img > div {
  width: 100% !important;
  height: 58.7vw !important;
  max-height: calc(100vh - 200px);
}

@media screen and (max-width: 1024px) {
  .lower-mv-img > div {
    height: 56.7vw !important;
  }
}

/* --------------------------

  GUIDE

-------------------------- */
.guide {
  max-width: 678px;
  margin: 0 auto;
  width: calc( 100% - 60px);
}

.guide__txt {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.71428571;
}

.guide__txt + .guide__txt {
  margin-top: 30px;
}

@media screen and (max-width: 641px) {
  .guide__txt.contact {
    text-align: center;
    font-size: 12px;
    line-height: 2.4;
  }
}

.guide__sub-ttl {
  font-size: #4a4a4a;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

@media screen and (max-width: 641px) {
  .guide__sub-ttl {
    text-align: center;
  }
}

.guide__sub-ttl:not(:first-of-type) {
  margin-top: 60px;
}

.guide h5 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 30px 0 10px;
}

.guide-section:not(:first-of-type) {
  padding-top: 75px;
}

.guide-section:not(:last-child) {
  position: relative;
  padding-bottom: 75px;
  border-bottom: 1px solid #e4d182;
}

.guide-section:not(:last-child):after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: transparent #e4d182 #e4d182 transparent;
  bottom: 0;
  left: calc( 50% - 7.5px);
  transform: translateY(50%) rotate(45deg);
}

.guide-section__ttl {
  font-size: 22px;
  color: #4a4a4a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  padding-bottom: 25px;
}

@media screen and (max-width: 641px) {
  .guide-section__ttl {
    font-size: 18px;
    text-align: center;
  }
}

.guide-figure {
  width: calc( ( 100% - 60px ) * .5);
}

@media screen and (max-width: 1024px) {
  .guide-figure {
    width: calc( ( 100% - 20px ) * .5);
  }
}

.guide-figure figcaption {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 30px;
  color: #4a4a4a;
}

@media screen and (max-width: 641px) {
  .guide-figure figcaption {
    font-size: 10px;
  }
}

.guide-figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.guide-figure__wrap {
  display: flex;
  padding: 60px 16px;
  justify-content: space-between;
}

.delivery-schedule {
  width: 100%;
  border-spacing: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #4a4a4a;
}

.delivery-schedule th, .delivery-schedule td {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.5;
  font-weight: normal;
  padding: 15px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #4a4a4a;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 641px) {
  .delivery-schedule th, .delivery-schedule td {
    font-size: 10px;
    padding: 5px;
  }
}

.delivery-schedule tr:first-child *:first-child {
  width: 159px;
}

.delivery-schedule tr:first-child *:not(:first-child) {
  width: 77px;
}

.delivery-schedule ~ .note {
  padding-top: 20px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.7;
}

@media screen and (max-width: 641px) {
  .guide-links {
    text-align: center;
  }
}

.guide-links a {
  color: #4a4a4a;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 641px) {
  .guide-links a {
    line-height: 2;
  }
}

.guide-links a:hover {
  text-decoration: underline;
  opacity: .65;
}

/*# sourceMappingURL=guide.css.map */