@charset "UTF-8";
/*/////////////////////////////////////////
//  ナビゲーション
/////////////////////////////////////////*/
.guide-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.guide-nav li {
  background: #e3ddcc;
  width: calc((100% - 36px) / 4);
}
@media screen and (max-width: 767px) {
  .guide-nav li {
    width: calc((100% - 12px) / 2);
  }
}
.guide-nav li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 0 10px 0 20px;
  text-decoration: none;
  transition: linear all 0.2s;
}
@media screen and (max-width: 767px) {
  .guide-nav li a {
    height: 45px;
    font-size: 14px;
  }
}
.guide-nav li a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  transition: linear all 0.2s;
}
.guide-nav li a:hover {
  background: rgb(232.4227848101, 227.5848101266, 213.8772151899);
}
.guide-nav li a:hover:after {
  margin-bottom: -5px;
}

/*/////////////////////////////////////////
//  コンテンツ
/////////////////////////////////////////*/
.guide-wrapper {
  padding-bottom: 90px;
}

.p-guide-section {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-guide-section {
    margin-top: 50px;
  }
}
.p-guide-section:nth-of-type(1) {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-guide-section:nth-of-type(1) {
    margin-top: 45px;
  }
}
.p-guide-section .p-guide-section__ttl {
  background: #f2f2f2;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 35px;
  font-weight:500;
}
@media screen and (max-width: 767px) {
  .p-guide-section .p-guide-section__ttl {
    font-size: 20px;
    margin-left: -30px;
    margin-right: -30px;
    gap: 10px;
  }
}
.p-guide-section:nth-of-type(1) .p-guide-section__ttl:before {
  content: "01";
}
.p-guide-section:nth-of-type(2) .p-guide-section__ttl:before {
  content: "02";
}
.p-guide-section:nth-of-type(3) .p-guide-section__ttl:before {
  content: "03";
}
.p-guide-section:nth-of-type(4) .p-guide-section__ttl:before {
  content: "04";
}
.p-guide-section .p-guide-section__body-wrapper {
  padding: 0 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
}
@media screen and (max-width: 767px) {
  .p-guide-section .p-guide-section__body-wrapper {
    padding: 0;
  }
}
.p-guide-section .guide-txt {
  font-size: 15px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-guide-section .guide-txt {
    font-size: 14px;
    line-height: 2;
  }
}
.p-guide-section .guide-box-ttl {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 22px;
  letter-spacing: 0.05em;
  margin-top: 0;
  font-weight:500;
}
@media screen and (max-width: 767px) {
  .p-guide-section .guide-box-ttl {
    font-size: 17px;
    margin-bottom: 18px;
  }
}
.p-guide-section .guide-box-ttl.freeze {
  display: flex;
  align-items: center;
  gap: 18.3px;
  font-weight:500;
}
@media screen and (max-width: 767px) {
  .p-guide-section .guide-box-ttl.freeze {
    gap: 10px;
  }
}
.p-guide-section .guide-box-ttl.freeze:before {
  content: "";
  display: inline-block;
  width: 26.74px;
  height: 30px;
  background-image: url("../images/guide/icon-freez.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-guide-section .guide-box-ttl.freeze:before {
    width: 22px;
    height: 24.6px;
  }
}
.p-guide-section .guide-box-ttl.normal {
  display: flex;
  align-items: center;
  gap: 18.3px;
}
@media screen and (max-width: 767px) {
  .p-guide-section .guide-box-ttl.normal {
    gap: 10px;
  }
}
.p-guide-section .guide-box-ttl.normal:before {
  content: "";
  display: inline-block;
  width: 36.82px;
  height: 30px;
  background-image: url("../images/guide/icon-box.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-guide-section .guide-box-ttl.normal:before {
    width: 22px;
    height: 17.93px;
  }
}
.p-guide-section .guide-box-txt {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-guide-section .guide-box-txt {
    font-size: 13px;
    line-height: 2.1538461538;
  }
}
.p-guide-section .guide-box-txt + figure {
  margin-top: 10px;
}
.p-guide-section .p-guide-section__body {
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  padding: 22px 30px 25px;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-guide-section .p-guide-section__body {
    padding: 18px 20px 25px;
  }
}
.p-guide-section .p-guide-section__body.half-width {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .p-guide-section .p-guide-section__body.half-width {
    width: 100%;
  }
}
.p-guide-section figure {
  margin: 0;
}
.p-guide-section figure + p {
  margin-top: 15px;
}
.p-guide-section .guide-box-dl {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 80px 10px 0;
}
.p-guide-section .guide-box-dl dt {
  font-size: 14px;
  line-height: 1.7;
}
.p-guide-section .guide-box-dl dd {
  font-size: 14px;
  padding-left: 0.3em;
  line-height: 1.7;
}
.p-guide-section h4 {
  font-size: 14px;
  margin-bottom: 0;
}
.p-guide-section .guide-box-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
.p-guide-section .guide-box-price div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-guide-section .guide-box-price div dt {
  min-width: 68px;
}
.p-guide-section .guide-box-price div dd {
  margin-left: 0;
  text-align: right;
  min-width: 100px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-guide-section .guide-box-price div dd:before {
  content: "…";
}
.p-guide-section .guide-box-price div dd span {
  display: inline-block;
  width: 50px;
}
.p-guide-section .gift-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 20px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-guide-section .gift-list {
    flex-direction: column;
    margin-top: 26px;
    gap: 33px;
  }
  .p-guide-section .gift-list img {
    width: 100%;
  }
}
.p-guide-section .gift-list li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .p-guide-section .gift-list li {
    width: 100%;
  }
}
.p-guide-section .gift-list li .gift-l-ttl {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-guide-section .gift-list li .gift-l-ttl {
    font-size: 15px;
  }
}
.p-guide-section .gift-list li .gift-l-ttl:before {
  content: "■";
}
.p-guide-section .gift-list li .gift-l-ttl span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-left: 1.2em;
}