@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.contentsInr {
  padding: 0 !important;
}
.contentsInr a {
  text-decoration: none !important;
  transition: all 0.3s;
}
.contentsInr a:hover {
  opacity: 0.6;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.pdnB60 {
  padding: 0 0 30px;
}
@media (min-width: 740px) {
  .pdnB60 {
    padding: 0 0 60px;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.common_cont {
  position: relative;
}
.common_cont .common_cont_ttl.ttl_01 .ttlLv1 {
  margin-top: 0;
  text-align: left;
}
.common_cont .common_cont_ttl.ttl_01 .ttlLv1 .heading {
  color: #cc0000;
  position: relative;
  padding-left: 26px;
}
.common_cont .common_cont_ttl.ttl_01 .ttlLv1 .heading::before {
  content: "";
  background: #cc0000;
  width: 6px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.common_cont.cont_01 .common_cont_box .colWrap {
  align-items: center;
}
.common_cont.cont_01 .common_cont_box .colWrap .col:last-of-type {
  padding: 0 20px;
}
@media (min-width: 740px) {
  .common_cont.cont_01 .common_cont_box .colWrap .col {
    width: calc(40% - 30px);
  }
  .common_cont.cont_01 .common_cont_box .colWrap .col:last-of-type {
    padding: 0 20px 0 0;
    max-width: 660px;
    margin-left: 60px;
  }
}
.common_cont.cont_02 {
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/tour/brand/img_sites/common/img_common_top_02.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
}
@media (min-width: 740px) {
  .common_cont.cont_02 {
    padding: 130px 0;
  }
}
.common_cont.cont_02 .common_cont_ttl.ttl_02 .ttlLv1 {
  margin-top: 0;
  text-align: left;
}
.common_cont.cont_02 .common_cont_ttl.ttl_02 .ttlLv1 .heading {
  color: #fff;
}
.common_cont.cont_02 .common_cont_box .colWrap {
  align-items: center;
}
.common_cont.cont_02 .common_cont_box .colWrap .col:first-of-type {
  padding: 0 20px;
}
@media (min-width: 740px) {
  .common_cont.cont_02 .common_cont_box .colWrap .col {
    width: 50%;
  }
  .common_cont.cont_02 .common_cont_box .colWrap .col:first-of-type {
    padding: 0;
  }
  .common_cont.cont_02 .common_cont_box .colWrap .col:last-of-type {
    margin-left: 0;
  }
}
.common_cont.cont_03 .common_cont_box .colWrap {
  align-items: center;
  justify-content: flex-end;
  flex-direction: column-reverse;
}
@media (min-width: 740px) {
  .common_cont.cont_03 .common_cont_box .colWrap {
    flex-direction: inherit;
  }
}
.common_cont.cont_03 .common_cont_box .colWrap .col:first-of-type {
  padding: 0 20px;
}
@media (min-width: 740px) {
  .common_cont.cont_03 .common_cont_box .colWrap .col {
    width: calc(40% - 30px);
  }
  .common_cont.cont_03 .common_cont_box .colWrap .col:first-of-type {
    padding: 0 0 0 20px;
    max-width: 660px;
  }
  .common_cont.cont_03 .common_cont_box .colWrap .col:last-of-type {
    margin-left: 60px;
  }
}
.common_cont.cont_03 .common_top_btn_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 740px) {
  .common_cont.cont_03 .common_top_btn_box {
    gap: 60px;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.common_cont.cont_03 .common_top_btn_box.aem-Grid::before {
  content: none;
}
.common_cont.cont_03 .common_top_btn_box.aem-Grid::after {
  content: none;
}
.common_cont.cont_03 .common_top_btn_box .linkbtn {
  max-width: 270px;
}
.common_cont.cont_03 .common_top_btn_box .common_top_btn a {
  border: 1px solid #cc0000;
  border-left: 12px solid #cc0000;
  color: #cc0000;
  font-size: 2rem;
  background: #fff;
}
.common_cont.cont_03 .common_top_btn_box .common_top_btn.current a {
  background: #FFEAEA;
  pointer-events: none;
}
.common_cont.cont_03 .common_top_btn_box .common_top_btn.current a::after {
  content: none;
}

.top_anchor .mgtXS {
  margin-top: 0 !important;
}
.top_anchor.dom .column .colWrap {
  justify-content: center;
  flex-wrap: wrap;
}
.top_anchor.dom .column .colWrap .col {
  width: 310px;
  margin-left: 0;
}
@media (min-width: 740px) {
  .top_anchor.dom .column .colWrap .col {
    width: 280px;
    margin-left: 25px;
  }
  .top_anchor.dom .column .colWrap .col:first-of-type {
    margin-left: 0;
  }
}
.top_anchor.dom .column .colWrap .col .btn {
  min-height: 40px;
  padding: 10px 30px 10px 20px !important;
}
.top_anchor.dom .column .colWrap .col .btn .btnInr {
  font-size: 1.4rem;
}
.top_anchor.intl .column .colWrap {
  justify-content: center;
  flex-wrap: wrap;
}
.top_anchor.intl .column .colWrap .col {
  width: 300px;
  margin-left: 0;
}
@media (min-width: 740px) {
  .top_anchor.intl .column .colWrap .col {
    width: 300px;
    margin-left: 25px;
  }
  .top_anchor.intl .column .colWrap .col:first-of-type {
    margin-left: 0;
  }
}
.top_anchor.intl .column .colWrap .col .btn .btnInr {
  font-size: 1.4rem;
}

.common__ttl .ttlLv1 {
  padding: 15px 0 !important;
}
@media (min-width: 740px) {
  .common__ttl .ttlLv1 {
    padding: 35px 0 !important;
  }
}
.common__ttl .ttlLv1 .heading {
  color: #fff;
}
.common__ttl .ttlLv1 .heading span {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .common__ttl .ttlLv1 .heading span {
    font-size: 2.8rem;
  }
}
.common__ttl.red .ttlLv1 {
  background: #cc0000;
}
.common__ttl.pink .ttlLv1 {
  background: #DD9F9F;
}
.common__ttl.pink .ttlLv1 .heading {
  color: #cc0000;
}

.common_btn a {
  background-color: #fff !important;
  border: 1px solid #cc0000 !important;
  color: #cc0000;
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
  width: 100%;
  text-align: left;
  padding: 13px 30px 13px 13px;
}
.common_btn.normal a {
  max-width: 220px;
}
.common_btn.txt_c a {
  margin: 0 auto;
}

.support .support_anchor {
  max-width: 790px;
  margin: 0 auto;
}
.support .support_anchor .colWrap {
  justify-content: center;
  gap: 5px;
}
@media (min-width: 740px) {
  .support .support_anchor .colWrap {
    justify-content: space-between;
    gap: 0;
  }
}
.support .support_anchor .colWrap .col {
  width: 110px;
  margin-top: 0 !important;
}
@media screen and (min-width: 740px) {
  .support .support_anchor .colWrap .col {
    width: 210px;
  }
}
.support .support_anchor .colWrap .col .linkbtn {
  position: relative;
}
@media (min-width: 740px) {
  .support .support_anchor .colWrap .col .linkbtn::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #cc0000;
    border-width: 9px 0px 9px 16px;
    position: absolute;
    top: 50%;
    right: -50px;
  }
}
.support .support_anchor .colWrap .col .linkbtn a {
  border: none;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding-bottom: 10px;
  margin: 0 auto;
}
@media (min-width: 740px) {
  .support .support_anchor .colWrap .col .linkbtn a {
    width: 210px;
    height: 210px;
    padding-bottom: 25px;
  }
}
.support .support_anchor .colWrap .col .linkbtn a .btnInr {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #cc0000;
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .support .support_anchor .colWrap .col .linkbtn a .btnInr {
    font-size: 2rem;
    gap: 5px;
  }
}
.support .support_anchor .colWrap .col .linkbtn a .btnInr img {
  width: 63px;
}
@media (min-width: 740px) {
  .support .support_anchor .colWrap .col .linkbtn a .btnInr img {
    width: 130px;
  }
}
@media (min-width: 740px) {
  .support .support_anchor .colWrap .col:last-of-type .linkbtn::before {
    content: none;
  }
}
.support .support_anchor .colWrap .col .btn.iconDown::after {
  background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/tour/brand/img_sites/common/ico_common_arrow_01.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  background-position: center;
  position: absolute;
  top: auto;
  bottom: 10px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 740px) {
  .support .support_anchor .colWrap .col .btn.iconDown::after {
    bottom: 20px;
    width: 20px;
    height: 20px;
  }
}
.support .support_tableTtl .ttlLv2 {
  border: 2px solid #c00;
  padding: 10px 10px 10px 100px;
  margin-left: 0;
}
@media (min-width: 740px) {
  .support .support_tableTtl .ttlLv2 {
    padding: 20px 0;
    margin-left: 60px;
  }
}
.support .support_tableTtl .ttlLv2 .heading {
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  width: 100%;
  text-align: left;
}
@media (min-width: 740px) {
  .support .support_tableTtl .ttlLv2 .heading {
    font-size: 1.6rem;
    padding-left: 60px;
    display: flex;
    align-items: center;
  }
}
.support .support_tableTtl .ttlLv2 .heading img {
  width: 80px;
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 740px) {
  .support .support_tableTtl .ttlLv2 .heading img {
    width: 100px;
    left: -60px;
  }
}
.support .support_tableTtl .ttlLv2 .heading span {
  font-size: 1.8rem;
  color: #cc0000;
  display: block;
}
@media (min-width: 740px) {
  .support .support_tableTtl .ttlLv2 .heading span {
    display: inline;
    margin-right: 30px;
    font-size: 2.2rem;
  }
}
.support .support_table table {
  border-top: none;
  border-right: none;
  border-bottom: none;
  max-width: 780px;
}
@media (min-width: 740px) {
  .support .support_table table {
    max-width: none;
  }
}
.support .support_table table thead tr {
  border: none !important;
}
.support .support_table table thead tr th {
  border: none !important;
}
.support .support_table table thead tr th.tbl_col_1 {
  background: #DD9F9F;
  color: #1d1d1d;
  font-weight: 500;
  width: 80%;
}
.support .support_table table thead tr th.tbl_col_2 {
  font-weight: 500;
}
.support .support_table table tbody tr {
  border-bottom: 1px solid #ddd;
}
.support .support_table table tbody tr td {
  border: none !important;
  vertical-align: top;
  border-bottom: 1px solid #707070 !important;
  padding: 10px;
}
@media (min-width: 740px) {
  .support .support_table table tbody tr td {
    padding: 30px 20px 40px 20px;
  }
}
.support .support_table table tbody tr td:nth-of-type(odd) {
  background: #FDF2F2;
}
.support .support_table table tbody tr td .colWrap {
  align-items: center;
  gap: 20px;
  max-width: 600px;
}
@media (min-width: 740px) {
  .support .support_table table tbody tr td .colWrap {
    max-width: none;
    gap: 0;
  }
}
.support .support_table table tbody tr td .colWrap.clm_1_3col .col:first-of-type {
  width: 23%;
  max-width: 120px;
}
.support .support_table table tbody tr td .colWrap.clm_1_3col .col:nth-last-of-type(2) {
  width: 40%;
  max-width: 200px;
}
.support .support_table table tbody tr td .colWrap.clm_1_3col .col:last-of-type {
  width: 40%;
  max-width: 220px;
}
@media (min-width: 740px) {
  .support .support_table table tbody tr td .colWrap.clm_1_3col .col:first-of-type {
    width: 23%;
    max-width: 160px;
  }
  .support .support_table table tbody tr td .colWrap.clm_1_3col .col:nth-last-of-type(2) {
    width: 40%;
    max-width: 270px;
  }
  .support .support_table table tbody tr td .colWrap.clm_1_3col .col:last-of-type {
    width: 33%;
    max-width: 220px;
  }
}
.support .support_table table tbody tr td .colWrap.clm_1_2col .col:first-of-type {
  width: 23%;
  max-width: 120px;
}
.support .support_table table tbody tr td .colWrap.clm_1_2col .col:last-of-type {
  width: calc(77% - 30px);
}
@media (min-width: 740px) {
  .support .support_table table tbody tr td .colWrap.clm_1_2col .col:first-of-type {
    width: 23%;
    max-width: 160px;
  }
  .support .support_table table tbody tr td .colWrap.clm_1_2col .col:last-of-type {
    width: calc(77% - 30px);
  }
}
.support .support_table table tbody tr td .colWrap .acodBlock {
  margin-top: 10px;
  max-width: 320px;
}
@media screen and (min-width: 740px) {
  .support .support_table table tbody tr td .colWrap .acodBlock {
    max-width: none;
  }
}
.support .support_table table tbody tr:last-of-type td {
  border-bottom: none !important;
}
.support .support_moreinfo .support_redbg {
  background: #c00;
  color: #fff;
  font-size: 2rem;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .support .support_moreinfo .support_redbg {
    font-size: 2.2rem;
    padding: 20px;
  }
}
.support .support_moreinfo .bg_pink {
  padding: 20px;
  background: #FDF2F2;
}
@media screen and (min-width: 740px) {
  .support .support_moreinfo .bg_pink {
    padding: 60px 40px;
  }
}
.support .support_moreinfo .bg_pink .colWrap {
  align-items: center;
}
@media screen and (min-width: 740px) {
  .support .support_moreinfo .bg_pink .colWrap .col:first-of-type {
    width: 70%;
  }
  .support .support_moreinfo .bg_pink .colWrap .col:last-of-type {
    width: calc(30% - 30px);
  }
}
.support .support_moreinfo.info_02 {
  border: 3px solid #c00;
}
.support .support_moreinfo.info_02 .support_redbg {
  font-size: 2rem;
  padding: 20px 10px;
  text-align: center;
}
@media screen and (min-width: 740px) {
  .support .support_moreinfo.info_02 .support_redbg {
    font-size: 2.4rem;
    padding: 20px;
  }
}
.support .support_moreinfo.info_02 .support_redbg p {
  display: inline-block;
  position: relative;
}
.support .support_moreinfo.info_02 .support_redbg p::before {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/tour/brand/img_sites/intl/ico_leaf_left.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
.support .support_moreinfo.info_02 .support_redbg p::after {
  content: "";
  background: url(/content/dam/sites/wwwjalcojp/jp/ja/tour/brand/img_sites/intl/ico_leaf_right.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
.support .support_include {
  background: #fff;
  padding: 15px;
}
@media screen and (min-width: 1025px) {
  .support .support_include {
    padding: 30px;
  }
}
.support .support_include .support_redbg {
  background: #c00;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 10px;
  display: inline-block;
}
@media screen and (min-width: 740px) {
  .support .support_include .support_redbg {
    font-size: 1.6rem;
    padding: 10px;
  }
}
.support .support_include .colWrap {
  align-items: center;
}
.support .support_include .colWrap .col:first-of-type {
  width: 62% !important;
  max-width: none !important;
}
.support .support_include .colWrap .col:last-of-type {
  width: calc(38% - 30px) !important;
}
@media screen and (min-width: 740px) {
  .support .flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.support .flex .linkbtn {
  max-width: 205px;
}
@media screen and (min-width: 740px) {
  .support .flex .linkbtn {
    max-width: 180px;
  }
}
@media screen and (min-width: 740px) {
  .support .flex .linkbtn a {
    margin-top: 0;
  }
}

.point .col {
  border: 1px solid #000;
  position: relative;
  padding: 0 10px 10px;
  box-shadow: 2px 2px 0px #000;
}
@media (min-width: 740px) {
  .point .col {
    padding: 20px;
  }
}
.point .point_box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #cc0000 transparent transparent transparent;
  border-width: 24px 24px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.point .point_box .num {
  max-height: 45px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.point .point_box .icon {
  max-width: 150px;
  margin: 0 auto 10px;
}
@media (min-width: 740px) {
  .point .point_box .icon {
    max-width: 190px;
    margin: 0 auto 20px;
  }
}
/*@media screen and (min-width: 740px) {
  .point.dom .point_box {
    min-height: 300px;
  }
}*/
@media (min-width: 740px) {
  .point.intl .point_txt {
    min-height: 70px;
  }
}

@media (min-width: 740px) {
  .info .colWrap .col {
    width: calc(50% - 5px);
    margin-left: 10px;
  }
  .info .colWrap .col:nth-child(odd) {
    margin-left: 0px;
  }
}

.lineup .common__ttl.pink .ttlLv1 {
  margin-bottom: 0;
}
.lineup .lineup_bg {
  background: #FDF2F2;
  padding: 40px 0;
}
@media (min-width: 740px) {
  .lineup .lineup_bg {
    padding: 80px 0;
  }
}
.lineup .lineup_bg .slide-list .item {
  pointer-events: none;
}
.lineup .lineup_bg .inner {
  position: relative;
}
@media (min-width: 740px) {
  .lineup .lineup_btnwrap .colWrap {
    justify-content: center;
  }
  .lineup .lineup_btnwrap .colWrap .col {
    max-width: 360px;
  }
}
.lineup .lineup_btnwrap .common_btn {
  height: 100%;
}
@media (min-width: 740px) {
  .lineup .lineup_btnwrap .common_btn {
    max-width: 360px;
  }
}
.lineup .lineup_cont {
  border: 1px solid #c00;
}
.lineup .lineup_cont .lineup_subttl .ttlLv2 {
  background: #c00;
  margin: 0;
}
.lineup .lineup_cont .lineup_subttl .ttlLv2 .heading {
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  padding: 12px 20px;
}
@media screen and (min-width: 740px) {
  .lineup .lineup_cont .lineup_subttl .ttlLv2 .heading {
    font-size: 2.6rem;
  }
}
.lineup .lineup_cont .lineup_cont-inner {
  padding: 15px;
}
@media screen and (min-width: 740px) {
  .lineup .lineup_cont .lineup_cont-inner {
    padding: 30px;
  }
}

.mile .mile_toplead {
  border: 1px solid #cc0000;
  padding: 20px;
}
@media (min-width: 740px) {
  .mile .mile_toplead {
    padding: 30px 40px;
  }
}
.mile .stepBlock .ttlLv2 {
  position: relative;
}
@media (min-width: 740px) {
  .mile .stepBlock .ttlLv2 {
    display: flex;
    align-items: center;
  }
}
.mile .stepBlock .ttlLv2::after {
  content: "";
  display: block;
  width: 37.5%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #c41419;
}
.mile .stepBlock .ttlLv2 .heading {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .mile .stepBlock .ttlLv2 .heading {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.mile .stepBlock .ttlLv2 .heading .redbg {
  background: #c00;
  border-radius: 5px;
  padding: 3px 20px;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
}
@media (min-width: 740px) {
  .mile .stepBlock .ttlLv2 .heading .redbg {
    font-size: 1.8rem;
  }
}
@media (min-width: 740px) {
  .mile .mile_box .colWrap {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.mile .mile_box .colWrap .col {
  width: fit-content;
}
.mile .mile_box .colWrap .col:last-of-type {
  width: 100%;
  max-width: 140px;
  margin: 20px auto 0;
}
@media (min-width: 740px) {
  .mile .mile_box .colWrap .col:last-of-type {
    margin: 0;
  }
}
.mile .mile_box.point04 .colWrap .col {
  width: fit-content;
}
.mile .mile_box.point04 .colWrap .col:last-of-type {
  width: 100%;
  max-width: 470px;
}
.mile .mile_acc .heading {
  border: 1px solid #c00 !important;
  padding: 15px 10px 10px 10px;
  background: none;
}
@media (min-width: 740px) {
  .mile .mile_acc .heading {
    padding: 10px;
  }
}
.mile .mile_acc .heading .inr {
  color: #c00 !important;
  position: relative;
}
.mile .mile_acc .heading .inr::before {
  content: "";
  background: #cc0000;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s;
}
.mile .mile_acc .heading .inr::after {
  content: "";
  background: #cc0000;
  width: 15px;
  height: 1px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.mile .mile_acc .heading.open .inr::before {
  transform: translateY(-50%) rotate(90deg);
}
.mile .mile_acc .heading .iconAccordion {
  background: none;
}
.mile .mile_acc .content {
  border: none;
  padding: 0px;
}
.mile .mile_acc .mail_infottl .ttlLv3 {
  background: #c00;
  padding-top: 5px;
}
@media (min-width: 740px) {
  .mile .mile_acc .mail_infottl .ttlLv3 {
    padding: 17px 30px 15px 30px;
  }
}
.mile .mile_acc .mail_infottl .ttlLv3 .heading {
  border: 0;
  text-align: left;
  color: #fff;
  font-size: 2rem;
}
@media (min-width: 740px) {
  .mile .mile_acc .mail_infottl .ttlLv3 .heading {
    font-size: 2.2rem;
  }
}
.mile .mile_acc .mile_redtxt {
  border-left: 4px solid #c00;
  padding-left: 15px;
}
@media (min-width: 740px) {
  .mile .mile_acc .mile_acc-box .colWrap {
    justify-content: space-between;
  }
}
.mile .mile_acc .mile_acc-box .colWrap .col .imgParts {
  max-width: 250px;
  margin: 20px auto 0;
}
@media (min-width: 740px) {
  .mile .mile_acc .mile_acc-box .colWrap .col .imgParts {
    max-width: none;
    margin: 0;
    padding: 0 20px;
  }
}
.mile .mile_acc .mail_info-subttl .ttlLv4 {
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  margin-top: 40px;
}
.mile .mile_acc .mail_info-subttl .ttlLv4::after {
  content: "";
  display: block;
  width: 37.5%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #c41419;
}
.mile .mile_acc .mail_info-subttl .ttlLv4 .heading {
  text-align: left;
  border: 0 !important;
  font-size: 2rem;
}
@media (min-width: 740px) {
  .mile .mile_acc .mail_info-subttl .ttlLv4 .heading {
    font-size: 2.2rem;
  }
}
.mile .mile_acc .mail_step .colWrap .col {
  border: 1px solid #cc0000;
  position: relative;
  padding: 20px;
  box-shadow: 2px 2px 0px #c00;
}
.mile .mile_acc .mail_step .colWrap .col:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #cc0000 transparent transparent transparent;
  border-width: 24px 24px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.mile .mile_acc .mail_step .colWrap .col .redbg {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 4px 20px 0;
}
@media (min-width: 740px) {
  .mile .mile_acc .mail_step .colWrap .col .step_text {
    min-height: 200px;
  }
}
.mile .mile_acc .mile_btmbox {
  background: #FDF2F2;
  padding: 20px;
}
@media (min-width: 740px) {
  .mile .mile_acc .mile_btmbox {
    padding: 40px;
  }
}
@media (min-width: 740px) {
  .mile .mile_acc .mile_btmbox .text p {
    text-align: center !important;
  }
}
.mile .mile_acc .mile_btmbox .mile_btmbox_img {
  max-width: 410px;
  margin: 30px auto;
}
@media screen and (min-width: 740px) {
  .mile .mile_img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.book .img_m {
  max-width: 460px;
  margin: 0 auto;
}
.book.dom .ticketModule_unit {
  margin: 0 -10px 0 -10px !important;
}
@media screen and (min-width: 740px) {
  .book.dom .ticketModule_unit {
    margin: 0 !important;
  }
}
.book.intl .intltourPackage {
  margin-top: 40px;
}

.common__ttl .ttlLv1 {
  overflow: hidden;
  padding: 35px 0 !important;
}
.common__ttl .ttlLv1 .heading {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 740px) {
  .common__ttl .ttlLv1 {
    padding: 50px 0 !important;
  }
}

.maru {
  border: 13px solid rgba(255, 255, 255, 0.5);
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  transition: transform 0.5s ease;
  transform: scale(0);
  z-index: -1;
}
@media screen and (min-width: 740px) {
  .maru {
    border: 25px solid rgba(255, 255, 255, 0.3);
    width: 300px;
    height: 300px;
  }
}
.maru.maru-right {
  top: -150px;
  right: -110px;
}
@media screen and (min-width: 740px) {
  .maru.maru-right {
    top: -200px;
    right: -320px;
  }
}
.maru.maru-left {
  bottom: -150px;
  left: -110px;
}
@media screen and (min-width: 740px) {
  .maru.maru-left {
    bottom: -200px;
    left: -320px;
  }
}
.maru.active {
  transform: scale(1);
}

.mv_wrap {
  position: relative;
  overflow: hidden;
}
.mv_wrap .mv-maru {
  border: 13px solid rgba(255, 255, 255, 0.5);
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  transition: transform 0.5s ease;
  transform: scale(0);
  z-index: 2;
}
@media screen and (min-width: 740px) {
  .mv_wrap .mv-maru {
    border: 18px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 1200px) {
  .mv_wrap .mv-maru {
    border: 25px solid rgba(255, 255, 255, 0.3);
  }
}
.mv_wrap .mv-maru.maru-center {
  width: 170px;
  height: 170px;
  top: -7%;
  left: 71%;
  transition-duration: 0.3s;
}
@media screen and (min-width: 740px) {
  .mv_wrap .mv-maru.maru-center {
    width: 200px;
    height: 200px;
    top: 5%;
    left: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .mv_wrap .mv-maru.maru-center {
    width: 260px;
    height: 260px;
    top: -5%;
  }
}
@media screen and (min-width: 1400px) {
  .mv_wrap .mv-maru.maru-center {
    width: 360px;
    height: 360px;
  }
}
.mv_wrap .mv-maru.maru-right {
  width: 130px;
  height: 130px;
  top: -2%;
  left: -7%;
}
@media screen and (min-width: 740px) {
  .mv_wrap .mv-maru.maru-right {
    width: 150px;
    height: 150px;
    top: -10%;
    left: -2%;
  }
}
@media screen and (min-width: 1200px) {
  .mv_wrap .mv-maru.maru-right {
    width: 280px;
    height: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .mv_wrap .mv-maru.maru-right {
    width: 300px;
    height: 300px;
    top: 2%;
    left: 1%;
  }
}
.mv_wrap .mv-maru.maru-left {
  display: none;
}
@media screen and (min-width: 740px) {
  .mv_wrap .mv-maru.maru-left {
    display: block;
    transition-duration: 0.5s;
    width: 250px;
    height: 250px;
    bottom: -10%;
    left: -2%;
  }
}
@media screen and (min-width: 1200px) {
  .mv_wrap .mv-maru.maru-left {
    width: 420px;
    height: 420px;
    bottom: -35%;
  }
}
@media screen and (min-width: 1400px) {
  .mv_wrap .mv-maru.maru-left {
    width: 500px;
    height: 500px;
    bottom: -16%;
  }
}
.mv_wrap .mv-maru.show {
  transform: scale(1);
}
.mv_wrap .mv_cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  scale: 100;
  transition-duration: 0.5s;
  z-index: 1;
}
.mv_wrap.show .mv_cover {
  scale: 1;
}
@media screen and (min-width: 740px) {
  .mv_wrap.show::before {
    scale: 1;
  }
}
.mv_wrap .mv_txt {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 86vw;
  opacity: 0;
  z-index: 3;
  /*古いブラウザ用*/
}
@media screen and (min-width: 740px) {
  .mv_wrap .mv_txt {
    max-width: 540px;
    top: 50%;
    left: 25%;
    transform: translateX(0) translateY(-50%);
    width: 30vw;
  }
}
.mv_wrap .mv_txt.show {
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  opacity: 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
