@charset "Shift_JIS";

.txt_cl {
  text-align: center;
}

.jet_block {
  font-family: "Zen Old Mincho", serif;
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.jet_block .about_ttl {
  text-align: center;
  margin-bottom: 80px;
}
.jet_block + .offer_btn_wrapper {
  margin-top: 140px;
}

.travel_contents + .jet_block {
  margin-top: 50px;
}

.band_ttl {
  background: #f7f0e7;
  color: #5f3f39;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 0 5px;
}
.band_ttl + * {
  margin-top: 30px;
}

.band_ttl2 {
  background: #f7f0e7;
  color: #5f3f39;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.37;
  padding: 0 5px;
}
.band_ttl2 + * {
  margin-top: 30px;
}

.band_ttl3 {
  background: #5f3f39;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 0 5px;
}
.band_ttl3 + * {
  margin-top: 30px;
}

.pinyon_num_list {
  font-size: 20px;
  line-height: 1.5;
}
.pinyon_num_list > li {
  display: flex;
  align-items: flex-start;
}
.pinyon_num_list > li + li {
  margin-top: 1.2em;
}
.pinyon_num_list .number {
  flex-shrink: 0;
  display: block;
  color: #6c4b46;
  font-size: 30px;
  font-family: "Pinyon Script", cursive;
  line-height: 1.2;
  min-width: 1em;
  text-align: right;
  margin: 0 0.5em 0 0;
}

.jet_textbox .box_inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.jet_textbox .box_inner .pinyon_num_list {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.jet_textbox .box_inner + .jet_imgwrap {
  margin-top: 60px;
}
.jet_textbox + .jet_textbox {
  margin-top: 120px;
}
.jet_textbox .box_inner2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.jet_imgwrap.has_bg {
  padding: 0 0 29px;
  position: relative;
}
.jet_imgwrap.has_bg > * {
  position: relative;
}
.jet_imgwrap.has_bg::before {
  content: "";
  background: #f7f0e7;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: calc(100% - 118px);
  position: absolute;
  transform: translateX(-50%);
}

.offer_term_title.for_jet {
  top: -32px;
}
.offer_term_title.for_jet img {
  width: 482px;
  height: auto;
}

.offer_btn_wrapper {
  flex-wrap: wrap;
  row-gap: 40px;
}

.top_contact_wrapper {
  padding-bottom: 30px;
}

.footer_link_wrap {
  display: flex;
  align-items: flex-start;
  padding: 20px 0 0 99px;
}
.footer_link_wrap .footer_ordermade_link {
  margin: 0 auto 0;
}
.footer_link_wrap .footer-insta-ordermade {
  margin-top: 0;
  max-width: 45px;
  margin: 0 27px;
}

.footer_ordermade ul {
  width: auto;
  max-width: 100%;
}
.footer_ordermade ul li {
  width: 25%;
}

/* jet kasou */
.page_ttl {
  margin: 100px auto;
  text-align: center;
}
.jet_kasou + .jet_kasou {
  margin-top: 140px;
}

.txt_kasou {
  font-size: 20px;
  line-height: 1.8;
}

.kizai_img {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.kizai_img .img_wrap {
  max-width: 970px;
}
.kizai_img .img_wrap > * {
  display: block;
}
.kizai_img .wrap_s {
  max-width: 866px;
  margin-top: 6px;
}
.kizai_img .pc_right {
  margin-left: auto;
}
.kizai_img .img_caption {
  margin-top: 30px;
  width: fit-content;
}
* + .kizai_img {
  margin-top: 70px;
}

.kasou_link {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
.kasou_link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #5F3F39;
  font-family: "Zen Old Mincho", serif;
  text-decoration: none;
  min-height: 90px;
}
.kasou_link a > * {
  width: 100%;
}
.kasou_link .bdr_btm {
  display: block;
  border-bottom: 2px solid #b3a6a4;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.kasou_link.col2_to1 {
  justify-content: space-between;
}
.kasou_link.col2_to1 a {
  width: 504px;
}
.kasou_link.col2_to1 a > * {
  max-width: 392px;
  margin-left: auto;
  margin-right: auto;
}
.kasou_link.col3_to1 {
  column-gap: 55px;
}
.kasou_link.col3_to1 a {
  width: 340px;
}

.return_top_btn {
  text-decoration: none !important;
  border: 1px solid #b7b7b8;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  text-align: center;
  padding: 5px 52px;
  position: relative;
}
.return_top_btn::before {
  position: absolute;
  right: 40px;
  top: auto;
  bottom: auto;
  content: "";
  display: block;
  border-top: 1px solid #b7b7b8;
  border-right: 1px solid #b7b7b8;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.return_top_btn:link, .return_top_btn:visited {
  color: inherit;
}

.kasou_link_wrap {
  margin-top: 140px;
  padding-bottom: 160px;
}
.kasou_link_wrap .return_top_btn {
  max-width: 460px;
  margin: 80px auto 0;
}
.kasou_link_wrap.for_jet_top {
  padding-bottom: 0;
}

.model_plan_block + .model_plan_block {
  margin-top: 140px;
}

.model_schedule + .model_schedule {
  margin-top: 60px;
}

.schedule_wrapper {
  display: flex;
  font-size: 20px;
  line-height: 1.8;
}
.schedule_wrapper .schedule_head {
  flex-shrink: 0;
  padding: 0 12px 0 80px;
  border-right: 1px solid #ccc;
  width: 187px;
}
.schedule_wrapper .schedule_body {
  padding: 0 0 0 50px;
}
.schedule_wrapper .schedule_img {
  max-width: 436px;
}
.schedule_wrapper * + .schedule_img {
  margin-top: 10px;
}
.schedule_wrapper + .schedule_wrapper .schedule_head,
.schedule_wrapper + .schedule_wrapper .schedule_body {
  padding-top: 25px;
}

.recommendation_box {
  font-size: 20px;
  line-height: 1.935;
  text-align: center;
  margin-top: 90px;
}
.recommendation_box.for_flow_dep {
  margin-top: 120px;
}

.recommendation_txt + .recommendation_txt {
  margin-top: 1.2em;
}

.flow_order_block { /*  */ }

.step_pinyon {
  color: #6c4b46;
  font-size: 50px;
  font-family: "Pinyon Script", cursive;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.step_pinyon .step {
  font-size: 32px;
  padding-right: 0.25em;
}

.fit_con_to_left {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.jet_flow_box .band_ttl2 {
  max-width: 560px;
  margin: 0 auto;
}
.jet_flow_box .band_ttl2 + * {
  margin-top: 15px;
}
.jet_flow_box + .jet_flow_box {
  margin-top: 50px;
}

.flow_dep_block { /*  */ }

.pinyon_num_ttl {
  background: #f7f0e7;
  color: #5f3f39;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.37;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
}
.pinyon_num_ttl .txt_wrap {
  position: relative;
  display: flex;
}
.pinyon_num_ttl .num {
  font-family: "Pinyon Script", cursive;
  font-size: 50px;
  font-weight: 400;
  line-height: 0.5;
  margin-right: 0.1em;
}

.photo_caption {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif;
}

.jet_dep_box .flow_img_wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 25px;
}
.jet_dep_box .flow_img_wrap .flow_img {
  flex-shrink: 0;
  max-width: 228px;
}
.jet_dep_box .flow_img_wrap .photo_caption {
  width: fit-content;
  margin: 0.25em 0 0 auto;
}
.jet_dep_box .flow_img_wrap .flow_txt {
  flex-grow: 1;
}
.jet_dep_box + .jet_dep_box {
  margin-top: 50px;
}
.offer_term.for_jet{
  margin-bottom: 150px;
}

@media screen and (min-width: 769px) {
  /* hover only pc */
  .return_top_btn:hover {
    background: #5F3F39;
    border-color: #5F3F39;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .txt_cl {
    text-align: left;
  }
  .jet_block {
    width: 100%;
    padding-left: calc( 22/750 * 100vw);
    padding-right: calc( 22/750 * 100vw);
  }
  .jet_block .about_ttl {
    margin-bottom: 50px;
  }
  .jet_block .about_ttl img {
    max-width: calc( 662/750 * 100vw);
    max-width: 331px;
  }
  .jet_block + .offer_btn_wrapper {
    margin-top: 80px;
  }
  .band_ttl {
    font-size: 20px;
    line-height: 1.4;
  }
  .band_ttl + * {
    margin-top: 30px;
  }
  .band_ttl2.kizai_ttl {
    padding: 10px 5px;
  }
  .band_ttl2.kizai_ttl .sp_smaller {
    font-size: 18px;
  }
  .band_ttl3.model_ttl {
    padding: 10px 5px;
  }
  .pinyon_num_list {
    font-size: 16px;
    line-height: 1.5;
  }
  .pinyon_num_list .number {
    font-size: 34px;
  }
  .pinyon_num_list.sp_li_block {
    line-height: 1.9375;
  }
  .pinyon_num_list.sp_li_block > li {
    display: block;
    text-align: center;
  }
  .pinyon_num_list.sp_li_block .number {
    text-align: center;
    margin: 0;
  }
  .jet_textbox .box_inner {
    max-width: calc( 670/750 * 100vw);
  }
  .jet_textbox .box_inner + .jet_imgwrap {
    margin-top: 40px;
  }
  .jet_textbox + .jet_textbox {
    margin-top: 60px;
  }
  .jet_textbox .box_inner2 {
    max-width: calc( 670/750 * 100vw);
  }
  .jet_imgwrap.has_bg {
    padding: 0 0 10px;
  }
  .jet_imgwrap.has_bg::before {
    height: calc(100% - 13.3333333333vw);
  }
  .offer_term.for_jet {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .offer_term_title.for_jet {
    top: -24px;
  }
  .offer_term_title.for_jet img {
    width: 224px;
  }
  .offer_btn_wrapper {
    row-gap: 10px;
  }
  .offer_btn_wrapper a {
    margin-bottom: 0;
  }
  .offer_btn_wrapper a:first-child {
    margin-bottom: 0;
  }
  .top_contact_wrapper {
    padding-bottom: 0;
  }
  .footer_link_wrap {
    flex-wrap: wrap;
    padding: 60px 0 0;
  }
  .footer_link_wrap .footer_ordermade_link {
    width: 100%;
    margin: 70px auto 0;
  }
  .footer_link_wrap .footer-insta-ordermade {
    margin: 0 auto;
    order: -1;
  }
  .footer_ordermade ul li {
    width: 100%;
  }
  /* jet kasou */
  .page_ttl {
    margin: 60px auto 40px;
  }
  .page_ttl.for_jet img {
    max-width: 232px;
  }
  .jet_kasou + .jet_kasou {
    margin-top: 100px;
  }
  .txt_kasou {
    font-size: 16px;
    line-height: 1.8;
  }
  .kizai_img .wrap_s {
    margin-top: 3px;
  }
  .kizai_img .pc_right {
    margin-left: 0;
  }
  .kizai_img .img_caption {
    margin-top: 5px;
  }
  .kizai_img .img_caption img {
    max-height: 27px;
  }
  * + .kizai_img {
    margin-top: 40px;
  }
  .kasou_link {
    display: block;
  }
  .kasou_link a {
    padding: 15px calc( 40/750 * 100vw);
    font-size: 16px;
    min-height: 85px;
  }
  .kasou_link .bdr_btm {
    display: block;
    border-bottom: 2px solid #b3a6a4;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .kasou_link.col2_to1 a, .kasou_link.col3_to1 a {
    width: 100%;
  }
  .kasou_link.col2_to1 > * + *, .kasou_link.col3_to1 > * + * {
    margin-top: 10px;
  }
  .return_top_btn {
    min-height: 60px;
    padding: 10px;
    font-size: 18px;
  }
  .return_top_btn::before {
    display: none;
  }
  .return_top_btn:hover {
    color: inherit;
  }
  .kasou_link_wrap {
    margin-top: 80px;
    padding-bottom: 100px;
  }
  .kasou_link_wrap .return_top_btn {
    max-width: 100%;
    margin: 40px auto 0;
    width: 100%;
  }
  .model_plan_block + .model_plan_block {
    margin-top: 80px;
  }
  .model_schedule + .model_schedule {
    margin-top: 50px;
  }
  .schedule_wrapper {
    font-size: 16px;
  }
  .schedule_wrapper .schedule_head {
    padding: 0 12px 0 0;
    width: 55px;
  }
  .schedule_wrapper .schedule_body {
    padding: 0 0 0 12px;
  }
  .schedule_wrapper * + .schedule_img {
    margin-top: 20px;
  }
  .schedule_wrapper + .schedule_wrapper .schedule_head,
  .schedule_wrapper + .schedule_wrapper .schedule_body {
    padding-top: 20px;
  }
  .recommendation_box {
    font-size: 16px;
  }
  .recommendation_box.for_flow_dep {
    margin-top: 90px;
  }
  .recommendation_txt + .recommendation_txt {
    margin-top: 0;
  }
  .step_pinyon {
    font-size: 34px;
    margin-bottom: 23px;
  }
  .step_pinyon .step {
    font-size: 23px;
    padding-right: 0.25em;
  }
  .fit_con_to_left {
    width: auto;
  }
  .jet_flow_box .band_ttl2 {
    max-width: 100%;
    margin: 0 auto;
  }
  .jet_flow_box .band_ttl2 + * {
    margin-top: 15px;
  }
  .jet_flow_box + .jet_flow_box {
    margin-top: 30px;
  }
  .flow_dep_block { /*  */ }
  .pinyon_num_ttl {
    margin-bottom: 15px;
  }
  .pinyon_num_ttl .num {
    font-size: 42px;
    line-height: 0.65;
    margin-right: 0.1em;
  }
  .jet_dep_box .flow_img_wrap {
    flex-direction: column;
    gap: 25px 0;
  }
  .jet_dep_box .flow_img_wrap.sp_reverse {
    flex-direction: column-reverse;
  }
  .jet_dep_box .flow_img_wrap .flow_img {
    width: calc( 456/750 * 100vw);
    max-width: 456px;
    min-width: 228px;
    margin-left: auto;
    margin-right: auto;
  }
  .jet_dep_box .flow_img_wrap .photo_caption {
    width: fit-content;
    margin: 0.25em 0 0 auto;
  }
  .jet_dep_box + .jet_dep_box {
    margin-top: 50px;
  }
}/*# sourceMappingURL=jet.css.map */
