@charset "UTF-8";
@media screen and (min-width: 501px) {
  .p-trip {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 500px) {
  .p-trip {
    padding: 30px 0 80px;
  }
}

.p-trip__mvWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 300px;
}
@media screen and (max-width: 1024px) {
  .p-trip__mvWrap {
    height: 200px;
  }
}

.p-trip__mvLoop {
  background: url("../img/trip/mv.jpg") repeat-x center/contain;
  width: 100%;
  height: 100%;
  -webkit-animation-name: slide_price;
          animation-name: slide_price;
  -webkit-animation-duration: 500s;
          animation-duration: 500s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media screen and (max-width: 1024px) {
  .p-trip__mvLoop {
    height: 200px;
    background-size: cover;
  }
}

@-webkit-keyframes slide_price {
  100% {
    background-position: -10000px 0;
  }
}

@keyframes slide_price {
  100% {
    background-position: -10000px 0;
  }
}
.p-trip__concept {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-trip__concept {
    padding: 60px 0;
  }
}
.p-trip__concept .c-read {
  margin-top: 0;
  margin-bottom: 60px;
}

.p-trip__conceptBox {
  background-color: #FBF3F5;
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-trip__conceptBox {
    padding: 20px;
  }
}

.p-trip__conceptHead {
  font-size: 20px;
  line-height: 1.5;
  color: #8E2247;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
.p-trip__conceptList {
  margin: 20px 0 0;
}

.p-trip__conceptItem {
  padding-left: 16px;
  text-indent: -16px;
}
.p-trip__conceptItem:before {
  content: "・";
}
.p-trip__conceptItem:nth-child(n+2) {
  margin-top: 16px;
}

.p-trip__price,
.p-trip__reason {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .p-trip__price,
  .p-trip__reason {
    padding: 60px 0;
  }
}
.p-trip__price:before, .p-trip__price:after,
.p-trip__reason:before,
.p-trip__reason:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: calc(100% - 200px);
  max-width: 1720px;
  height: 1px;
  background-color: #B1B1B1;
}
@media screen and (max-width: 1024px) {
  .p-trip__price:before, .p-trip__price:after,
  .p-trip__reason:before,
  .p-trip__reason:after {
    width: calc(100% - 40px);
  }
}
.p-trip__price:before,
.p-trip__reason:before {
  top: 0;
}
.p-trip__price:after,
.p-trip__reason:after {
  bottom: 0;
}

.p-trip__price {
  text-align: center;
}

.p-trip__priceList02 {
  margin: 60px 0 30px;
}
@media screen and (max-width: 500px) {
  .p-trip__priceList02 {
    margin: 40px 0 20px;
  }
}

.p-trip__priceItem02 {
  padding-left: 16px;
  text-indent: -16px;
}
.p-trip__priceItem02:before {
  content: "※";
}
.p-trip__priceItem02:nth-child(n+2) {
  margin-top: 10px;
}

@media screen and (min-width: 501px) {
  .p-trip__priceBoxWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 170px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 0 1fr 0 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 0 170px;
  }
  .p-trip__priceBoxWrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-trip__priceBoxWrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-trip__priceBoxWrap > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-trip__priceBoxWrap > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-trip__priceBoxWrap > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-trip__priceBoxWrap > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .p-trip__priceBoxWrap {
    gap: 0 50px;
  }
}
@media screen and (max-width: 500px) {
  .p-trip__priceBoxWrap {
    display: block;
  }
}

@media screen and (min-width: 501px) {
  .p-trip__priceBox.--box01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/5/2;
  }
  .p-trip__priceBox.--box02 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  .p-trip__priceBox.--box03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  .p-trip__priceBox.--box04 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
  }
}

.p-trip__priceList {
  display: block;
}

.p-trip__priceItem {
  border-bottom: 1px solid rgba(142, 34, 71, 0.5);
  padding: 30px 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-trip__priceItem {
    padding: 16px 0 10px;
  }
}

.p-trip__priceName {
  position: relative;
  font-size: 18px;
  text-align: left;
}
.p-trip__priceName:after {
  content: "……";
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.p-trip__priceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-trip__priceText {
  font-size: 24px;
}

.p-trip__priceYen {
  font-size: 16px;
}

.p-trip__applyBtn {
  width: 100%;
  max-width: 440px;
  border-radius: 50px;
}
@media screen and (min-width: 1025px) {
  .p-trip__applyBtn {
    margin-top: 110px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .p-trip__applyBtn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 500px) {
  .p-trip__applyBtn {
    margin-top: 40px;
  }
}
.p-trip__applyBtn .c-button {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 13px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  border-radius: 50px;
  background-color: #8E2247;
  border: 1px solid #8E2247;
}
@media screen and (max-width: 1024px) {
  .p-trip__applyBtn .c-button {
    font-size: 18px;
  }
}
.p-trip__applyBtn .c-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../img/common/arrow02.svg") no-repeat center/contain;
          mask: url("../img/common/arrow02.svg") no-repeat center/contain;
  width: 22px;
  height: 16px;
}
.p-trip__applyBtn .c-button:hover {
  color: #8E2247;
  background-color: #fff;
  border: 1px solid #8E2247;
}
.p-trip__applyBtn .c-button:hover:after {
  background-color: #8E2247;
}

.p-trip__flow {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-trip__flow {
    padding: 60px 0;
  }
}

.p-trip__flowList {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1025px) {
  .p-trip__flowList {
    -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin: 60px auto 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-trip__flowList {
    width: calc(100% - 20px);
    max-width: 520px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin: 40px auto 20px;
  }
}

.p-trip__flowItem {
  position: relative;
  text-align: center;
  padding: 30px 30px 40px;
  border-radius: 10px;
  border: 1px solid #B1B1B1;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-trip__flowItem {
    padding: 15px 14px;
  }
}
.p-trip__flowItem:not(:last-child):after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 1025px) {
  .p-trip__flowItem:not(:last-child):after {
    top: 0;
    right: -38px;
    margin: auto 0;
    bottom: 0;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #795D01;
  }
}
@media screen and (max-width: 1024px) {
  .p-trip__flowItem:not(:last-child):after {
    bottom: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 11.5px 0 11.5px;
    border-color: #795D01 transparent transparent transparent;
  }
}

.p-trip__flowNum {
  position: relative;
  font-size: 53px;
  display: block;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #2C2C2C;
  line-height: 1;
  width: 224px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  .p-trip__flowNum {
    font-size: 37px;
  }
}
.p-trip__flowNum:before, .p-trip__flowNum:after {
  content: "";
  position: absolute;
  background-color: #B1B1B1;
  width: 30%;
  height: 1px;
  top: 60%;
}
@media screen and (max-width: 1024px) {
  .p-trip__flowNum:before, .p-trip__flowNum:after {
    width: 33px;
  }
}
.p-trip__flowNum:before {
  left: 0;
}
.p-trip__flowNum:after {
  right: 0;
}

.p-trip__flowImg {
  border-radius: 10px;
}

.p-trip__flowHeading {
  color: #8E2247;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.313rem, 1.071rem + 0.36vw, 1.5rem);
  line-height: 1.5;
  place-content: center;
  place-items: center;
  margin: 20px 0;
}
@media screen and (min-width: 1025px) {
  .p-trip__flowHeading {
    height: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .p-trip__flowHeading {
    font-size: 18px;
  }
}

.p-trip__reason {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .p-trip__reasonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px auto 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-trip__reasonList {
    display: -ms-grid;
    display: grid;
    max-width: 520px;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 40px auto 20px;
  }
}

.p-trip__reasonItem {
  position: relative;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #B1B1B1;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .p-trip__reasonItem {
    max-width: 320px;
    padding: 30px 26px 40px;
  }
  .p-trip__reasonItem:not(:nth-child(3n-2)) {
    margin-left: clamp(5px, 0.52vw, 25px);
  }
  .p-trip__reasonItem:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .p-trip__reasonItem {
    padding: 15px 14px;
  }
}
.p-trip__reasonItem:before {
  content: "point";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 24px;
  display: block;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #707070;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-trip__reasonItem:before {
    top: 0;
    font-size: 18px;
  }
}

.p-trip__reasonNum {
  position: relative;
  font-size: 53px;
  display: block;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #707070;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-trip__reasonNum {
    font-size: 37px;
  }
}
.p-trip__reasonNum:before, .p-trip__reasonNum:after {
  content: "";
  position: absolute;
  background-color: #B1B1B1;
  width: 30%;
  height: 1px;
  top: 60%;
}
@media screen and (max-width: 1024px) {
  .p-trip__reasonNum:before, .p-trip__reasonNum:after {
    width: 33px;
  }
}
.p-trip__reasonNum:before {
  left: 0;
}
.p-trip__reasonNum:after {
  right: 0;
}

/*
.p-trip__reasonPoint {
  font-size: 18px;
  display: block;
  @include fontCormo;
  color: $gray_707;
  line-height: 1;
}*/
.p-trip__reasonHeading {
  color: #8E2247;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.313rem, 1.071rem + 0.36vw, 1.5rem);
  line-height: 1.5;
  place-content: center;
  place-items: center;
  margin: 20px 0;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .p-trip__reasonHeading {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-trip__reasonHeading {
    height: 100px;
    margin: 10px 0;
  }
}
.p-trip__reasonHeading .filling {
  letter-spacing: -0.08em;
}

.p-trip__contact {
  padding-top: 100px;
  text-align: center;
}
.p-trip__contact .c-read2 {
  margin-top: 30px;
}
.p-trip__contact #sc_contact {
  margin-top: 60px;
}
.p-trip__contact #sc_contact .center-wrap {
  display: none;
}

.p-trip__contactBox {
  border: 1px solid #8E2247;
  padding: 30px;
  border-radius: 10px;
  margin: 40px auto 10px;
}
@media screen and (max-width: 1024px) {
  .p-trip__contactBox {
    padding: 20px;
  }
}

.p-trip__contactHead {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #8E2247;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
}