body {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 150%;
    font-family: -apple-system,blinkmacsystemfont,"Segoe UI","Hiragino Kaku Gothic ProN","BIZ UDPGothic",meiryo,sans-serif;
}
.main-content * {
    font-family: -apple-system,blinkmacsystemfont,"Segoe UI","Hiragino Kaku Gothic ProN","BIZ UDPGothic",meiryo,sans-serif !important;
}
.only-sp {
    display: none;
}
.only-pc {
    display: inline-block;
}
.only-ip5 {
    display: none;
}
.mb-15 {
    margin-bottom: 15px;
}
@media screen and (max-width: 376px){
    .only-ip5 {
        display: inline-block;
    }
}
@media screen and (max-width: 767px){
    body {
        font-size: 14px;
    }
    .only-sp {
        display: inline-block;
    }
    .only-pc {
        display: none;
    }
}
.container-full {
    max-width: 1380px;
    margin: auto;
}
.w-full {
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-pc {
    text-align: center;
}
.text-left {
    text-align: left !important;
}
.text-bold {
    font-weight: 600;
}
.fz-20 {
    font-size: 20px;
}
.lal-warning {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    background: #EDF0F5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    gap: 10px;
    margin-bottom: 24px;
}
.border-gray {
    border: 1px solid #EAEFF3;
    padding: 24px;
    border-radius: 8px;
    margin-top: 24px;
}
.tilte-page {
    padding: 13px 0;
    font-size: 12px;
    font-weight: 600;
}
.banner-top {
    background: url("../images/banner-top.svg") no-repeat center;
    background-size: cover;
    padding: 60px 0 160px;
    color: #fff;
}
.main-inner {
    background: #F5F5F5 url("../images/bg-main.svg") center repeat-y;
    background-size: 90%;
    position: relative;
    padding-bottom: 2px;
}
.banner-top .banner-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-top .banner-text img {
    width: 352px;
}
@media screen and (max-width: 767px){
    .text-pc {
        text-align: left;
    }
    .main-inner {
        background: #eceff1 url("../images/bg-main-sp.svg") center repeat-y;
        background-size: 100%;
    }
    .tilte-page {
        font-size: 12px;
        padding: 12px;
    }
    .banner-top {
        padding: 40px 0 130px;
        background: url("../images/banner-top-sp.png") no-repeat center;
        background-size: cover;
    }
    .banner-top .banner-text img {
        width: 264px;
    }
    .lal-warning {
        font-size: 14px;
        gap: 4px;
        margin-bottom: 12px;
        padding: 5px;
        border-radius: 4px;
    }
    .lal-warning img {
        width: 16px;
    }
}
.lp-block {
    padding: 40px;
    max-width: 1000px;
    margin: auto;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 40px;
}
.lp-top {
    padding-top: 130px;
}
.lp-top > p{
    margin-bottom: 24px;
}
.lp-block .lp-note {
    color: #616161;
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    padding-left: 15px;
}
.lp-block .lp-note li {
    position: relative;
    list-style: none;
}
.lp-block .lp-note li::before {
    content: '※';
    position: absolute;
    left: -15px;
}
@media screen and (max-width: 767px){
    .lp-top > p{
        margin-bottom: 12px;
    }
    .lp-block {
        padding: 24px 12px;
        margin: 0 12px 24px;
    }
    .lp-block .lp-note {
        font-size: 12px;
        font-weight: 400;
    }
}
.block-item {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #EAEFF3;
    border-radius: 8px;
}
.block-item > label {
    background: #14518E;
    border-radius: 8px 8px 0 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 600;
    line-height: 1;
    padding: 8px;
}
.block-item .item-content {
    padding: 0 20px;
}
.block-item .item {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
.block-item .item p {
    width: calc(100% - 170px);
}
.block-item .item img {
    width: 170px;
}
span.color-blue {
    color: #1565C0;
    font-weight: 600;
}
.lp-block figure {
    text-align: center;
    display: flex;
    justify-content: center;
}
.lp-block figure > img {
    width: 100%;
    margin-bottom: 24px;
    max-width: 780px;
}
.lp-content li {
    position: relative;
    list-style: none;
}
.lp-content li.block-item+li {
    margin-top: 90px;
}
.lp-content li.block-item+li::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -65px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url("../images/ico-circle-down.svg") center no-repeat;
    background-size: 100%;
}
.block-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}
.block-title img {
    width: 100px;
    margin-bottom: 24px;
}
.block-title h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
    color: #212121;
    text-align: center;
}
.block-title h3.color-white {
    color: #fff;
}
.block-top {
    z-index: 2;
    position: absolute;
    top: -100px;
    left: 50%;
    border-radius: 16px 16px 0 0;
    background-color: #fff;
    transform: translate(-50%, 0);
    max-width: 1000px;
    width: 100%;
}
.block-top .block-title {
    padding: 40px 0 0px;
}
@media screen and (max-width: 767px){
    .block-top {
        width: calc(100% - 24px);
    }
    .block-title {
        margin-bottom: 12px;
    }
    .block-title img {
        width: 60px;
        margin-bottom: 12px;
    }
    .block-title h3 {
        font-size: 18px;
        font-weight: 1000;
    }
    .block-top .block-title {
        padding-top: 24px;
    }
    .lp-top {
        padding-top: 36px;
    }
    .block-item label {
        font-size: 14px;
    }
    .block-item .item-content {
        padding: 0 12px;
    }
    .block-item .item-content > .btn{
        margin-bottom: 12px;
    }
    .block-item .item {
        padding: 12px 0;
    }
    .block-item .item p {
        width: calc(100% - 80px);
    }
    .block-item .item img {
        width: 80px;
    }
    .block-item > .item-btn {
        padding: 0 12px;
        width: 100%;
    }
    .lp-content li.block-item+li {
        margin-top: 40px;
    }
    .lp-content li.block-item+li::before {
        content: '';
        position: absolute;
        left: 50%;
        top: -34px;
        margin-left: -12px;
        width: 24px;
        height: 24px;
    }
}
.btn {
    padding: 8px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    text-align: center;
    text-decoration: none;
}
.btn.btn-lg {
    font-size: 24px;
}
.btn-icon {
    padding: 5px 10px;
}
.btn-light-gold {
    background: linear-gradient(90deg, #D2AF72 0%, #C59650 100%);
    color: #fff;
}
.btn-light-blue {
    background: #F2F7FD;
    color: #14518E;
    position: relative;
    padding: 15px;
}
.btn-light-blue::after {
    right: 20px;
    content: '';
    top: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    margin-top: -8px;
    transform: rotate(135deg);
    border-top: 1px solid;
    border-right: 1px solid;
}
.btn-light-blue.active::after {
    transform: rotate(-45deg);
    margin-top: 0;
}

.btn-blue {
    background: #14518E;
    position: relative;
    color: #fff;
    padding: 15px;
}
.btn-blue:hover {
    background: #173C63;
}
.btn-blue::after {
    right: 20px;
    content: '';
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    position: absolute;
    transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
}
@media screen and (max-width: 767px){ 
    .btn {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .btn > img {
        width: 16px;
    }
    .btn.btn-lg {
        font-size: 16px;
    }
 
}
.btn-link {
    background-color: #D2AF72;
}
.grp-btn {
    margin-top: 24px;
}
.grp-btn .btn {
    margin-bottom: 0;
}
.list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0px 0 12px;
    margin-top: -12px;
}
.list label {
    color: #212121;
    line-height: 1;
    font-size: 20px;
    background-color: #F8F6ED;
    border-radius: 8px;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 8px;
}
.list li {
    width: calc(25% - 9px);
}
.list li:nth-child(1),
.list li:nth-child(2),
.list li:nth-child(3) {
    width: calc(100%/3 - 8px);
}
.lp-grp {
    margin-top: 24px;
}

.lp-grp label{
    background: linear-gradient(90deg, #D2AF72 0%, #C59650 100%);
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    gap: 4px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 24px;
}
.lp-grp label span {
    font-size: 16px;
}
.border-gray .lp-grp {
    margin-top: 0;
}
.more-content .more-text {
    display: none;
}
.more-content .more-text .lp-note{
    margin-bottom: 20px;
}
.more-content .more-text.show {
    display: block;
}
.more-content .more-text .btn{
    margin-top: 24px;
}
.more-content p {
    margin-bottom: 24px;
}
.tab-waper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 24px 0 0;
}
.tabs {
    width: 368px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EAEFF3;
    border-radius: 25px;
    padding: 4px;
    margin-bottom: 24px;
}
.tabs .tab-btn {
    color: #14518E;
    width: 50%;
    border: none;
    font-size: 20px;
    font-weight: 600;
    background-color: transparent;
}
.tabs .tab-btn.active {
    color: #fff;
    background: linear-gradient(90deg, #1967B1 0%, #14518E 100%);
    border-radius: 40px;
    padding: 7px;

}
.tab-waper .tab-content {
    display: none;
    width: 100%;
}
.tab-waper .tab-content.active {
    display: block;
}
.list-tbl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}
.table {
    width: calc(50% - 12px);
}
.table th {
    background: linear-gradient(270deg, #C59650 0%, #D2AF72 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 4px;
    border-radius: 8px 8px 0 0;
}
.table tbody td {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    padding: 4px 8px;
}
.table tbody td b {
    font-weight: bold;
}
.table tbody td.height-pc {
    height: 104px;
}
.table tbody td:nth-last-of-type(1) {
    text-align: center;
}
.table th:first-child, .table tbody td:first-child {
    width: 200px;
}
.table tbody tr:nth-of-type(2n+1) {
    background: #FFFEFC;
}
.table tbody tr:nth-of-type(2n) {
    background: #F8F6ED;
}
.wap-note {
    background: #EDF0F5;
    padding: 24px;
    color: #212121;
    text-align: center;
    margin: 24px 0;
    border-radius: 8px;
    font-weight: 600;
}
.block-qa {
    background: #14518E;
    padding: 40px 0;
}
.block-qa .qa-content {
    max-width: 1000px;
    margin: auto;
}
.faq-list {
    margin-bottom: 40px;
}
.faq-list li {
    margin-bottom: 12px;
    border-radius: 8px;
    background-color: #fff;
    list-style: none;
}
.faq-list .question{
    color: #14518E;
    text-align: left;
    background-color: #F2F7FD;
    position: relative;
    font-weight: 700;
    padding: 9px 30px 9px 12px;
    border-radius: 8px;
}
.faq-list .question::after {
    content: '';
    top: 20px;
    right: 15px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 7px solid #14518E;
    border-right: 7px solid transparent;
}
.faq-list .in .question {
    border-radius: 8px 8px 0 0;
}
.faq-list .in .question::after {
    border-left: 7px solid transparent;
    border-bottom: 7px solid #14518E;
    border-top: none;
    border-right: 7px solid transparent;
}
.faq-list .answer {
    color: #212121;
    padding: 12px;
}
.faq-list .answer a{
    color: #212121;
    text-decoration: underline;
    word-break: keep-all;
}
.booking-at {
    background: #fff;
    border-radius: 16px;
    position: relative;
    margin-top: 180px;
    padding: 30px 50px;
    gap: 25px;
}

.d-flex {
    display: flex;
    align-items: center;
    gap: 8px;
}
.booking-at > .grp-qr {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
}
.booking-at .grp-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}
.booking-at .grp-logo img{
    width: calc(50% - 10px);
}
.booking-at .grp-qr img {
    width: 100px;
    
}
.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.booking-at label {
    position: absolute;
    left: 50%;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(270deg, #C59650 0%, #D2AF72 100%);
    width: 328px;
    text-align: center;
    transform: translate(-50%,0);
    color: #FFF;
    border-radius: 18px;
    top: -10px;
    padding: 3px;
}
.booking-at .img-icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: -140px;
}
footer .breadcrumb{
    background: #E0E0E0;
    text-align: left;
    color: #212121;
    font-size: 10px;
    font-weight: 600;
    padding: 8px 0;
}
footer .breadcrumb a{
    position: relative;
    text-decoration: none;
    color: #1565C0;
    font-weight: 300;
    padding-right: 40px;
}
footer .breadcrumb a::after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 2px;
    right: 20px;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #14518E;
    border-top: 4px solid transparent;
}
footer .copyright {
    background: #121E31;
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding: 12px;
    font-weight: 600;
}
#titleHead.headerborder_b.airlines {
    border: none;
}
.master-header-titlepage  {
    display: none;
}
@media screen and (max-width: 767px){
    .more-content p {
        margin-bottom: 12px;
    }
    .booking-at > .grp-qr {
        justify-content: space-between;
    }
    .booking-at .grp-qr > p {
        width: calc(100% - 100px);
        
    }
    .booking-at .grp-qr > div {
        width: 100px;
        
    }
    .booking-at .grp-qr img {
        width: 80px;
        
    }
    .lp-block figure > img {
        margin-bottom: 12px;
    } 
    .border-gray {
        margin-top: 12px;
        padding: 12px;
    }
    .lp-grp {
        margin-top: 12px;
    }
    .lp-grp label{
        font-size: 14px;
        border-radius: 4px;
        margin-bottom: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .lp-grp label span {
        font-size: 12px;
    }
    .lp-grp label img {
        width: 14px;
    }
    .lp-grp > p{
        margin-bottom: 12px;
    }
    .list {
        gap: 4px;
        margin-top: 0;
    }
    .list li:nth-child(1), .list li:nth-child(3), .list li:nth-child(4), .list li:nth-child(6) {
        width: calc(30% - 4px);
    }
    .list li:nth-child(2), .list li:nth-child(5) {
        width: 40%;
    }
    .list li:last-child {
        width: 100%;
    }
    .list label {
        font-size: 12px;
        border-radius: 4px;
        padding: 8px 2px;
    }
    .more-content .more-text .btn{
        margin-top: 12px;
    }
    .more-content .more-text .lp-note {
        margin-bottom: 12px;
    }
    .list-tbl {
        gap: 12px;
    }
    .tabs {
        width: 100%;
        max-width: 400px;
        border-radius: 22px;
        margin-bottom: 12px;
    }
    .tabs .tab-btn {
        font-size: 14px;
    }
    .table {
        width: 100%;
    }
    .table tbody td {
        font-size: 13px;
    }
    .table th {
        font-size: 14px;
    }
    .table th:first-child, .table tbody td:first-child {
        width: 165px;
    }
    .table tbody td.height-pc {
        height: auto;
    }
    .wap-note {
        padding: 12px;
        border-radius: 4px;
        margin: 12px 0;
        font-size: 12px;
        text-align: left;
    }
    .grp-btn {
        margin-top: 12px;
    }
    .qa-content {
        padding: 0 12px;
    }
    .faq-list .question::after {
        top: 17px;
        border-left: 5px solid transparent;
        border-top: 5px solid #14518E;
        border-right: 5px solid transparent;
    }
    .faq-list .in .question::after {
        border-left: 5px solid transparent;
        border-bottom: 5px solid #14518E;
        border-top: none;
        border-right: 5px solid transparent;
    }
    .booking-at {
        margin-top: 102px;
        padding: 26px 20px 20px;
    }
    .booking-at .img-icon {
        width: 116px;
        top: -73px;
    }
    .booking-at label {
        width: 263px;
        font-size: 14px;
        padding: 5px;
    }
    .booking-at p{
        font-size: 16px;
    }
    .grp-app {
        margin-top: 12px;
        border-top: 1px solid #EDF0F5;
        padding-top: 12px;
    }
    .grp-app > p {
        font-weight: 600;
        text-align: center;
        margin-bottom: 8px;
        font-size: 14px;
    }
    footer .breadcrumb {
        padding: 8px 12px;
    }
}