@charset "utf-8";

/* 基本設定 */

.carrierWrap .mainWrap {
    color: #333;
    font-size: 14px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

[data-element-id] .carrierImg .pic.show\@sp {
    width: 500px;
}



/* carrierCont */

.carrierContBox {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.carrierContBtn li {
    color: #193e85;
    font-size: 22px;
    font-weight: bold;
    background-color: #ccdaff;
    border-bottom: 3px solid #193e85;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

.carrierContBtn li.active {
    color: #fff;
    background-color: #193e85;
}

.carrierContList {
    padding: 40px;
}

.carrierContItem .tit {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.carrierContItem .txt {
    font-size: 16px;
}

.carrierContItem .table {
    margin-top: 30px;
}

.carrierContItem .table table {
    width: 100%;
}

.carrierContItem .table table + * {
    margin-top: 40px;
}

.carrierContItem .table th, .carrierContItem .table td {
    border: solid 2px;
}

.carrierContItem .table th {
    text-align: center;
}

.carrierContItem .table th a {
    display: block;
    padding: 20px;
    position: relative;
}

.carrierContItem .table th img {
    max-width: 200px;
    margin: auto;
}

.carrierContItem .table th .more {
    display: block;
    width: 150px;
    color: #2f9644;
    font-size: 16px;
    font-weight: bold;
    background-color: #e1f5e5;
    border-radius: 5px;
    padding: 6px 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carrierContItem .table th .more:after {
    display: block;
    content: "\f054";
    font-size: 80%;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carrierContItem .table td {
    padding: 10px;
}

.carrierContItem .table td:nth-of-type(1) {
    width: 30%;
}

.carrierContItem .table td:nth-of-type(2) {
    width: 55%;
}

.carrierContItem .table td:nth-of-type(3) {
    width: 15%;
}

.carrierContItem .table td a {
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 6px 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.carrierContItem .table td a:after {
    display: block;
    content: "\f054";
    font-size: 80%;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carrierContItem .table td a.no_arrow:after {
    display: none;
}

.carrierContItem .table td .yen_parent {
    color: red;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/* 色の設定 */

.carrierContItem .table .br th, .carrierContItem .table .br td {
    border-color: #00974F;
}

.carrierContItem .table .br th a:hover {
    background-color: #5db16e;
}

.carrierContItem .table .br th .more {
    background-color: #e1f5e5;
}

.carrierContItem .table .br td a {
    background-color: #00974F;
}

.carrierContItem .table .cx th, .carrierContItem .table .cx td {
    border-color: #006C6D;
}

.carrierContItem .table .cx th a:hover {
    background-color: #5bb0b1;
}

.carrierContItem .table .cx th .more {
    color: #006C6D;
    background-color: #d5f4f5;
}

.carrierContItem .table .cx td a {
    background-color: #006C6D;
}

.carrierContItem .table .jl th, .carrierContItem .table .jl td {
    border-color: #DE0027;
}

.carrierContItem .table .jl th a:hover {
    background-color: #ec7a7c;
}

.carrierContItem .table .jl th .more {
    color: #DE0027;
    background-color: #ffdce2;
}

.carrierContItem .table .jl td a {
    background-color: #DE0027;
}

.carrierContItem .table .ci th, .carrierContItem .table .ci td {
    border-color: #D75869;
}

.carrierContItem .table .ci th a:hover {
    background-color: #e69da7;
}

.carrierContItem .table .ci th .more {
    color: #D75869;
    background-color: #f5e8ea;
}

.carrierContItem .table .ci td a {
    background-color: #D75869;
}

.carrierContItem .table .g7g th, .carrierContItem .table .g7g td {
    border-color: #000;
}

.carrierContItem .table .g7g th a:hover {
    background-color: #ababab;
}

.carrierContItem .table .g7g th .more {
    color: #000;
    background-color: #e2e2e2;
}

.carrierContItem .table .g7g td a {
    background-color: #000;
}

.carrierContItem .table .nh th, .carrierContItem .table .nh td {
    border-color: #111181;
}

.carrierContItem .table .nh th a:hover {
    background-color: #889cd6;
}

.carrierContItem .table .nh th .more {
    color: #111181;
    background-color: #dadaf1;
}

.carrierContItem .table .nh td a {
    background-color: #111181;
}

.carrierContItem .table .it th, .carrierContItem .table .it td {
    border-color: #f7ae1d;
}

.carrierContItem .table .it th a:hover {
    background-color: #f5cd7e;
}

.carrierContItem .table .it th .more {
    color: #f7ae1d;
    background-color: #fff6e2;
}

.carrierContItem .table .it td a {
    background-color: #f7ae1d;
}

.carrierContItem .table .jw th, .carrierContItem .table .jw td {
    border-color: #0092d2;
}

.carrierContItem .table .jw th a:hover {
    background-color: #77c1e8;
}

.carrierContItem .table .jw th .more {
    color: #0092d2;
    background-color: #d2f1ff;
}

.carrierContItem .table .jw td a {
    background-color: #0092d2;
}

.carrierContItem .table .mm th, .carrierContItem .table .mm td {
    border-color: #bb2abb;
}

.carrierContItem .table .mm th a:hover {
    background-color: #e08ce0;
}

.carrierContItem .table .mm th .more {
    color: #bb2abb;
    background-color: #ffdcff;
}

.carrierContItem .table .mm td a {
    background-color: #bb2abb;
}

.carrierContItem .table .tr th, .carrierContItem .table .tr td {
    border: 2px solid #FFE565;
}

.carrierContItem .table .tr th a:hover {
    background-color: #FFE590;
}

.carrierContItem .table .tr th .more {
    color: #000;
    background-color: #FFE565;
}

.carrierContItem .table .tr td a {
    background-color: #FFE565;
}

.carrierContItem .table td a.btn_nomove {
    background: #BFBFBF;
}

@media (max-width: 1024px) {
    .carrierContList {
        padding: 30px;
    }
}

@media (max-width: 599px) {
    .carrierContList {
        padding: 20px;
    }

    .carrierContItem .table table {
        border-spacing: initial;
        border-collapse: initial;
    }

    .carrierContItem .table th a {
        padding: 10px;
    }

    .carrierContItem .table th .more {
        margin: 10px auto 0;
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: none;
        transform: none;
    }

    .carrierContItem .table td {
        display: block;
        width: 100% !important;
        border-top: none;
    }
}



/* 各航空会社 */
/* 色の変更は#wrapperのクラスで */

.carrierWrap .ttl01 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #224181;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}

.carrierWrap .ttl01:before {
    content: "";
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
    position: absolute;
    top: 100%;
    left: 0;
}

.nh-carrierWrap .ttl01 {
    background: #101181;
}

.jl-carrierWrap .ttl01 {
    background: #DE0027;
}

.br-carrierWrap .ttl01 {
    background: #00974F;
}

.cx-carrierWrap .ttl01 {
    background: #006C6D;
}

.jx-carrierWrap .ttl01 {
    background: #08202d;
}

.jx-carrierWrap .ttl02 {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 3px dotted;
}

.g7g-carrierWrap .ttl01 {
    background: #000;
}

.ci-carrierWrap .ttl01 {
    background: #D75869;
}

.ti-carrierWrap .ttl01 {
    background: #f7ae1d;
}

.jw-carrierWrap .ttl01 {
    background: #77c1e8;
}

.mm-carrierWrap .ttl01 {
    background: #e08ce0;
}



/* air-carrierImg */

.air-carrierImg .intro {
    font-size: 16px;
    border: solid 3px;
    padding: 20px;
    margin: 20px 0;
}

.intro .title {
  font-weight: bold;
  font-size: 1.4rem;
}

.g7g-carrierWrap .air-carrierImg .intro {
    border-color: #000;
}

.ci-carrierWrap .air-carrierImg .intro {
    border-color: #D75869;
}

.mm-carrierWrap .air-carrierImg .intro {
    border-color: #e08ce0;
}

.cx-carrierWrap .air-carrierImg .intro {
    border-color: #006C6D;
}

.jx-carrierWrap .air-carrierImg .intro {
    background: #08202d;
    color: #fff;
}

.br-carrierWrap .air-carrierImg .intro {
    border-color: #00974F;
}

.jl-carrierWrap .air-carrierImg .intro {
    border-color: #DE0027;
}

.nh-carrierWrap .air-carrierImg .intro {
    border-color: #111181;
}

.jw-carrierWrap .air-carrierImg .intro {
    border-color: #77c1e8;
}



/* air-carrierCont */

.air-carrierCont .txt {
    font-size: 16px;
    margin-bottom: 10px;
    background: #f3eef5;
    padding: 10px;
}



/* air-carrierForm */

.ir-carrierFormDpack a {
    display: block;
    color: #333;
    font-size: 12px;
    background: #ffc822;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: underline;
    position: relative;
}

.ir-carrierFormDpack a:after {
    display: block;
    content: "";
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffc822 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ir-carrierFormDpack a strong {
    font-size: 140%;
}

.air-carrierFormBtn li a {
    display: block;
    height: 100%;
    color: #232323;
    background: #eee;
    padding: 15px;
}

.air-carrierFormBtn li.active a {
    color: #fff;
    background: #232323;
}

.air-carrierFormBody {
    background: #EFEFEF;
    border: 2px solid #000;
    padding: 15px;
}

.air-carrierFormItem .require {
    color: #FF0000;
    font-size: 12px;
    margin-left: 5px;
}

.air-carrierFormItem .require:before {
    content: "※";
}

.air-carrierFormItem input[type=text], .air-carrierFormItem select {
    width: 100%;
    height: 40px;
    padding: 10px;
}

.air-carrierFormItem label input {
    margin-right: 2px;
}

.air-carrierFormItem .btn {
    width: 100%;
    text-align: center;
}

.air-carrierFormItem .btn button {
    width: 180px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #ff7800;
    border-radius: 4px;
    border: none;
    padding: 10px;
}

.air-carrierFormItem .btn button:before {
    display: inline-block;
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
}

@media (max-width: 599px) {
    .air-carrierFormBtn li a {
        font-size: 12px;
        padding: 10px;
    }
}



/* air-carrierCity */

.air-carrierCity .item {
    width: 48%;
}

.air-carrierCity .item table {
    width: 100%;
}

.air-carrierCity .item td {
    background: aliceblue;
    border: solid 1px #cbcbcb;
    padding: 10px;
    text-align: center;
}

.air-carrierCity .item td a {
    display: inline-block;
    font-weight: bold;
}

.air-carrierCity .item td .tit {
    color: #1D7DBE;
}

.air-carrierCity .item td .yen_parent {
    color: #f00;
}

.air-carrierCity .item td a.btn_nomove {
    background: #BFBFBF;
    padding: 2px 5px;
}

.air-carrierCity .item td a.btn_nomove .tit {
    color: #fff;
}

.air-carrierCity .item td a.btn_nomove .yen_parent {
    color: #fff;
}

@media (max-width: 599px) {
    .air-carrierCity .item {
        width: 100%;
    }

    .air-carrierCity .item td {
        font-size: 12px;
        padding: 10px 5px;
    }

    .air-carrierCity .item td a > * {
        display: block;
    }
}



/* air-carrierCommit */

.air-carrierCommitList .item a {
    display: block;
    background: #5776ce;
    border-radius: 100%;
    position: relative;
}

.air-carrierCommitList .item a:after {
    display: block;
    content: "";
    padding-top: 100%;
}

.air-carrierCommitList .item .tbox {
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nh-carrierWrap .air-carrierCommitList .item a {
    background: #889cd6;
}

.jl-carrierWrap .air-carrierCommitList .item a {
    background: #ec7a7c;
}

.br-carrierWrap .air-carrierCommitList .item a {
    background: #5db16e;
}

.cx-carrierWrap .air-carrierCommitList .item a {
    background: #5bb0b1;
}

.jx-carrierWrap .air-carrierCommitList .item a {
    background: #08202d;
}

.g7g-carrierWrap .air-carrierCommitList .item a {
    background: #5c5c5c;
}

.ci-carrierWrap .air-carrierCommitList .item a {
    background: #e69da7;
}

.ti-carrierWrap .air-carrierCommitList .item a {
    background: #fdc042;
}

.jw-carrierWrap .air-carrierCommitList .item a {
    background: #a2dbf9;
}

.mm-carrierWrap .air-carrierCommitList .item a {
    background: #e08ce0;
}

.air-carrierCommitList .item a.btn_nomove {
    background: #BFBFBF;
}

@media (max-width: 599px) {
    .air-carrierCommitList .item a {
        border-radius: 100px;
        padding: 10px;
    }

    .air-carrierCommitList .item a:after {
        display: none;
    }

    .air-carrierCommitList .item .tbox {
        font-size: 18px;
        position: static;
        -webkit-transform: none;
        transform: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .air-carrierCommitList .item .yen_parent {
        margin-left: 20px;
    }
}



/* air-carrierOther */

.air-carrierOtherList li .tit {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    padding: 6px 10px;
    margin-top: 10px;
    text-align: center;
}

.air-carrierOtherList li.br .tit {
    background: #009744;
}

.air-carrierOtherList li.ci .tit {
    background: #D75869;
}

.air-carrierOtherList li.nh .tit {
    background: #223f9a;
}

.air-carrierOtherList li.jl .tit {
    background: #e60013;
}

.air-carrierOtherList li.g7g .tit {
    background: #333;
}

.air-carrierOtherList li.it .tit {
    background: #f7ae1d;
}

.air-carrierOtherList li.mm .tit {
    background: #c240bf;
}

.air-carrierOtherList li.tr .tit {
    background: #FFE565;
}

.air-carrierOtherList li.cx .tit {
    background: #006564;
}

.carrierAirOtherBnr {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
}


.h1Area h1{
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: #174285;
  font-size: 120%;
}


/*air-carrierCont*/
.air-carrierCont .box {
    padding: 0 20px;
}

.air-carrierCont .box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

.air-carrierCont .box table th,
.air-carrierCont .box table td {
    background: #87cefa;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
}

.air-carrierCont .box table td {
    width: 40%;
    padding: 10px 40px;
    background: #f3eef5;
    position: relative;
    z-index: 0;
}

.air-carrierCont .box table td:before {
    font-family: "Font Awesome 5 Free";
    content: "\f5af";
    font-weight: bold;
    color: #1e90ff;
    position: absolute;
    left: 10px;
}

.air-carrierCont .box table td:after {
    font-family: "Font Awesome 5 Free";
    content: "\f5b0";
    font-weight: bold;
    color: #1e90ff;
    position: absolute;
    right: 10px;
}

@media (max-width: 1024px) {
    .air-carrierCont .box {
        padding: 0;
    }
}

@media (max-width: 599px) {
    .air-carrierCont .box table+table {
        margin-top: 10px;
    }

    .air-carrierCont .box table th, .air-carrierCont .box table td {
        font-size: 14px;
        padding: 5px;
    }
    .air-carrierCont .box table td::before,
    .air-carrierCont .box table td::after{
      top: 25px;
    }
}

.tourbox ul li {
  margin-top: 20px;
  text-align: center;
  line-height: 2.5rem;
}

.tourbox a {
  background: #08202d;
  padding: 10px 50px;
  border-radius: 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.tourbox .price {
  color: #ff0000;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 599px){
  .tourbox a {
    padding: 10px 30px;
  }
}
