body * {
    box-sizing: border-box;
    /*margin: 0;
    padding: 0;*/
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;*/
}
/* PC Header CSS */
.master_header_pc {
    display: block;
    background: #fff;
}
.master_header_pc *,
 #atgNav4-SP * {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
}
#master_header ul {
    margin: 0;
    padding: 0;
}
#master_header .list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0; }
#master_header.afterTop {
    margin-bottom: 20px; }
#master_header .master-header-container,
#master_header .master-sub-header {
    max-width: 1396px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px; }
#master_header .master-header-container:before,
#master_header .master-header-container:after {
    content: '';
    display: table;
    width: 100%;
    clear: both; }
#master_header .master-top-header .master-header-container {
    background: #196FB9;}
#master_header .master-top-header {
    background: #196FB9;
    color: #fff;
    height: 44px; }
#master_header:before,
#master_header:after {
    content: '';
    display: table;
    width: 100%;
    clear: both; }
#master_header h1 {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-align: left;
    line-height: 1.4;
    height: auto;
    max-width: 1396px;
    margin: 0 auto;
    padding: 16px 8px;
    float: none; }
.master-top-header .jpx {
    line-height: 44px;
    font-size: 12px;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
}
.master-top-header .jpx:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
    height: 16px;
    width: 1px;
    background-color: #fff;
}
.jpx img {
    width: 26px;
    vertical-align: middle;
    margin-right: 7px;
}
#master_header .login-reg,
#master_header .master-menu-language,
#master_header .jpx {
    float: left; }
#master_header .login-reg,
#master_header .master-menu-language {
    margin-top: 6px;}
#master_header .master-menu-language {
    margin-left: 0px; }
#master_header .master-top-menu {
    float: right;
    margin: 0; }
#master_header .master-top-menu li {
    float: left;
    margin: 0;
    background: #fff;
    border-radius: 4px; }

/* User login */
#master_header li a {
    font-size: 12px;
    color: #333;
}
#master_header li a.user_login {
    display: block;
    text-decoration: none;
    background: url(../images/pc/icon_person.svg) 10px 8px no-repeat;
    background-size: 18px;
    max-width: 165px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    padding: 7px 15px 6px 32px;
    text-overflow: ellipsis;
    border: none;}
#master_header li a.user_login:hover {
    background-color: #F5F5F5;
    border-radius: 5px;
}
#master_header li a.user_login.act {
    background: url(../images/pc/icon_accountCircle.svg) 10px 8px no-repeat;
    background-size: 18px;
    height: 32px;
    width: 66px;}
#master_header li a.user_login.act:after {
    right: 15px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #666666;
    border-width: 5px;
    margin-top: -3px;
}
#master_header .master-dropdown {
    position: relative;
    display: inline-block;}
#master_header .master-dropdown a {
    white-space: nowrap;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;}

#master_header .master-dropdown:hover .master-dropdown-content {
    display: block;}
#master_header .master-dropdown .master-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    border-top: 6px solid #196fb9;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 1000;}
#master_header .master-dropdown .master-dropdown-content ul {
    width: 320px;
    right: 0;}
#master_header .master-dropdown .master-dropdown-content li {
    border-bottom: 1px solid #D9D9D9;
    display: block;
    float: none;
    margin: 0;
    padding: 0 15px;
    border-radius: 0px;}
#master_header .master-dropdown .master-dropdown-content li:last-child {
    border: none;}
#master_header .master-dropdown .master-dropdown-content li.cap {
    line-height: 32px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    background: #eee;
    display: block;
    position: relative;
    padding-left: 20px;
    text-align: left;
}
#master_header .master-dropdown .master-dropdown-content li.cap:before {
    display: block;
    content: "";
    width: 4px;
    height: 16px;
    background: #196FB9;
    position: absolute;
    border-radius: 3px;
    top: 8px;
    left: 10px;
}
#master_header .master-dropdown .master-dropdown-content li.mypage {
    font-weight: bold;
    margin-top: 0px;
    background: #F5F5F5;}
#master_header .master-dropdown .master-dropdown-content li.mypage img {
    width: 18px;
    margin-right: 10px;
    vertical-align: middle;}
#master_header .master-dropdown .master-dropdown-content li.mypage span {
    display: block;
    font-weight: normal;
    margin-top: 5px;}

#master_header .master-dropdown .master-dropdown-content li.btn-logout {
    border-bottom: none;
    margin-bottom: 44px;}
#master_header .master-dropdown .master-dropdown-content li.btn-logout:hover {
    background-color: inherit;
}
#master_header .master-dropdown .master-dropdown-content li.btn-logout a {
    width: 92px;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    font-size: 12px;
    text-align: center;
    padding: 7px;}
#master_header .master-dropdown .master-dropdown-content li.btn-logout a:hover {
    background-color: #F5F5F5;
}
li.btn-logout a:before,
li.btn-logout a:after {
    display: none;}
#master_header .master-dropdown .master-dropdown-content li a {
    display: block;
    text-align: left;
    position: relative;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    padding: 14px 0;}
#master_header .master-dropdown .master-dropdown-content li:hover {
    background: #F5F5F5;
}
#master_header .master-dropdown .master-dropdown-content li a:hover {
    color: #196fb9;}
#master_header .master-dropdown .master-dropdown-content li a:before,
#master_header .master-dropdown .master-dropdown-content li a:after {
    left: 98%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;}
#master_header .master-dropdown .master-dropdown-content li a:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ffffff;
    border-width: 5px;
    margin-top: -5px;}
#master_header .master-dropdown .master-dropdown-content li a:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #666666;
    border-width: 7px;
    margin-top: -7px;}

/* menu language */
#master_header .master-langmenu {
    height: 32px;
    width: 125px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    cursor: pointer;
    padding-left: 5px;}
#master_header .master-langmenu:hover {
    background-color: #2B7ABE
}
.master-dropbtn.master-langmenu:after {
    right: 12px;
    top: 17px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.master-dropbtn.master-langmenu:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 6px;
    margin-top: -4px;
}
img.flag {
    vertical-align: middle;
    margin-right: 6px;
    /*width: 28px;
    height: 20px;*/
    margin-top: -2px;
    border-radius: 3px;
}
.master-menu-language .master-dropdown-content a {
    padding: 10px 11px !important;
    font-size: 12px;}
.master-menu-language .master-dropdown-content a:hover {
    background: #F5F5F5}
#master_header .master-menu-language .master-dropdown-content {
    width: 125px;
    right: 0px; }
/* Sub Master header */
.master-sub-header {
    text-align: right;
    padding-top: 10px;}
.master-sub-header div {
    display: inline-block;
    font-size: 12px;
    margin-left: 6px}
.master-sub-header div.travelcolumn,
.master-sub-header div.businesstrip {
    border-radius: 4px;
    background-color: #E7F3F9;
    padding: 8px 15px;}
.master-sub-header div.travelcolumn:hover,
.master-sub-header div.businesstrip:hover {
    background: #D7E9F4;
}
.master-sub-header div.travelcolumn a,
.master-sub-header div.businesstrip a {
    color: #333;
    text-decoration: none;
}
.master-sub-header div.bookinglink,
.master-sub-header div.cancellink {
    padding: 7px 0px;}
.master-sub-header div.bookinglink a,
.master-sub-header div.cancellink a {
    background-size: 18px 18px;
    display: block;
    padding-left: 21px;
    color: #0055CC;
    text-decoration: underline;}
.master-sub-header div.bookinglink a {
    background: url(../images/pc/icon_event.svg) 0 0 no-repeat;
    background-size: 18px 18px;}
.master-sub-header div.cancellink a {
    background: url(../images/pc/icon_event_busy.svg) 0 0 no-repeat;
    background-size: 18px 18px;}
/* User guide menu */
#master_header .userguide .master-guidemenu {
    height: 34px;
    width: 125px;
    line-height: 34px;
    color: #333;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
    margin: 0;}
#master_header .userguide .master-guidemenu:hover {
    background-color: #F5F5F5;
}
#master_header .userguide .master-dropdown-content {
    width: 240px;
    border: none !important;
    right: 0px;}
#master_header .userguide .master-dropdown-content ul {
    width: 240px;
}
.master-dropbtn.master-guidemenu:after {
    right: 15px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;}
.master-dropbtn.master-guidemenu:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #666666;
    border-width: 5px;
    margin-top: -3px;}

#li_user {
    position: relative;}
h1.titlepage {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: left;
    line-height: 60px;
    height: 60px;
    max-width: 1396px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
}
.headerborder_b {
    border-bottom: 1px solid #D9D9D9;
}
.master-sub-header div.bookinglink a:hover,
.master-sub-header div.cancellink a:hover {
    text-decoration: none
}
/* SP Header CSS */
.master_header_sp {
    display: none;}
.header_icon {float:right;}
.header_icon a {display:block;}
.header_icon img {height:48px;width:auto;}
.sp_header {
    margin: 0;
    height: 48px;
    width: 100%;
    overflow: hidden;
}
#airtriplogo {
    width: 75px;
    height: 48px;
    float: left;
    margin-left: 2px;
}

#menu_ham,
#header_mypage_login,
#header_cancelform,
#header_booking_confirm {
    display: block;
    float: right;
}
#header_booking_confirm,
#header_cancelform {
    margin-top: 10px;
    margin-right: 5px;
}
#header_booking_confirm a,
#header_cancelform a {
    border-radius: 4px;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid #bcbcbc;
    width: auto;
    line-height: 26px;
    color: #333333;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
}
/* Modal menu */
.menu_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 50001;
}
.menu_content div.cap {
    height: 54px;
    background: #196FB9;
    color: #fff;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 54px;
}
.menu_content div.cap #menu_close,
.menu_content div.cap #logined_menu_close {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 26px;
    font-weight: normal;
    width: 48px;
    height: 48px;
    line-height: 42px;
}
.menu_content #guidance_ul {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.menu_content div.cap {
    height: 54px;
    background: #196FB9;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 54px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}
.menu_content p.h_grouptitle,
.menu_content p.grouptitle {
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: #eee;
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 40px;
}
.menu_content p.icon-user-login,
.menu_content p.icon-user-not-login {
    margin-top: 54px;
    margin-bottom: 20px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    display: block;
    position: relative;
    background: #eee url("../images/sp/mnu_user_login.svg") no-repeat 10px;
    background-size: 21px;
    padding-left: 35px;
}
.menu_content p.icon-user-not-login {
    background: #eee url("../images/sp/mnu_user_not_login.svg") no-repeat 10px;
    background-size: 21px;
}
.menu_content p.h_grouptitle {
    margin-top: 40px;
    margin-bottom: 20px;
    background: #eee url("../images/sp/icon_search.svg") no-repeat 10px;
    background-size: 16px;
    padding-left: 32px;
}
.menu_content p.grouptitle:before {
    display: block;
    content: "";
    width: 4px;
    height: 16px;
    background: #196FB9;
    position: absolute;
    border-radius: 3px;
    top: 8px;
    left: 10px;
}
p.subgrouptitle {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: -15px;
}
.menu_content ul {
    margin: 20px 10px 20px 10px;
    display: block;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.menu_content ul li {
    line-height: 46px;
    font-size: 12px;
    border-bottom: 1px solid #d9d9d9;
}
.menu_content ul li:last-child {
    border: none;
}
.menu_content ul li.userinfo {
    padding: 0 10px;
}
.menu_content ul li.userinfo.basicinfo img,
.menu_content ul li.userinfo.basicinfo div {
    display: inline-block;
    margin: 15px 2px 15px;
    vertical-align: middle;
    line-height: 1;
    font-size: 14px;
}
.menu_content ul li.userinfo.basicinfo .username {
    font-size: 18px;
    line-height: 1.3;
    display: block;
}
.menu_content ul li.userinfo.point img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 10px;
}
.menu_content ul li.userinfo.point span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.menu_content ul li.userinfo.point .header_point {
    margin-left: 60px;
}
.menu_content ul li a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    width: 24px;
    height: 24px;
}
.menu_content ul li a {
    color: #333;
    text-decoration: none;
    display: block;
    position: relative;
    margin: 0 10px;
}
.menu_content ul li a:after, .menu_content ul li a:before {
    left: 98%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.menu_content ul li a:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ffffff;
    border-width: 5px;
    margin-top: -5px;
}
.menu_content ul li a:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #666666;
    border-width: 7px;
    margin-top: -7px;
}
#logined_menu ul {
    margin: 20px 10px 20px 10px;
}
#logined_menu .mypage_link {
    padding-bottom: 15px;
    font-size: 14px;
}
#logined_menu .mypage_link img {
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}
#logined_menu .mypage_link span {
    display: block;
    line-height: 1;
}
a.btn_logout_out {
    display: block;
    text-align: center;
    margin: 0px 10px 40px 10px;
    border: 1px solid #BCBCBC;
    border-radius: 4px;
    text-decoration: none;
    font-size: 11px;
    line-height: 32px;
    color: #333;
}
.fix_pos {
    position: fixed;
    z-index: 500;
}

@media screen and (max-width: 1024px) {
    #master_header h1 { 
        padding-left: 10px;
        transform: scale(0.8);
        line-height: 50px;
        height: 50px;
        transform-origin: left;
        -webkit-transform-origin-x: left;
    }
    .master-menu-language {
        /*padding-top: 8px;*/
        padding-right: 8px;}
    .master-menu-language img {
        margin-right: 0;
        margin-top: 0;
        height: auto;}
    .master-menu-language .master-dropdown-content {
        display: none;
        position: absolute;
        background: #fff;
        z-index: 1000;
        text-align: right;
        padding-right: 2px;
        top: 39px;
        right: 1px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);}
    .master-menu-language .master-dropdown-content img {
        width: auto;}
    .master-menu-language .master-dropdown-content a {
        display: block;
        padding: 7px 5px;
        border-top: 1px solid #bcbcbc;}
    .master-dropbtn.master-langmenu {
        border: 1px solid #bcbcbc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    #master_header .master-header-container, #master_header .master-sub-header {
        width: auto;
    }
    #master_header .master-sub-header {
        padding-right: 10px;}
}
@media screen and (max-width: 1024px){
    .master_header_pc { display: none; }
    .master_header_sp { display: block; }
    .master-menu-language {
        float: right;
        width: 35px;
        padding-top: 14px;
        padding-right: 8px;}
    .master-dropbtn.master-langmenu:after {
        display: none;}
    .master-menu-language img {
        width: 100%;}
}
@media screen and (max-width: 320px) {
    #header_booking_confirm a, #header_cancelform a {
        font-size: 6px;}
    .header_icon img {
        height: 40px;
        margin-top: 4px;
    }
    .master-menu-language img {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}
/*=== UPDATED ISSUE #8896 ===*/
#master_header .userguide a.master-guidemenu {
  display: block;
  padding: 0;
  line-height: 34px;
  text-align: center;
  width: 110px;
}
#master_header .userguide a.master-guidemenu:after {
  display: none;
}
#master_header .master-sub-header div.cancellink a {
    background: url(/images/pc/icon_event_busy.svg) 0 0 no-repeat;
    background-size: 18px 18px;
}
/*==== UPDATE #9704 ====*/
#master_header .master-sub-header div.businesstrip {
  background-color: #FFF4B8;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
#master_header .master-sub-header div.businesstrip:hover,
#master_header .master-sub-header div.businesstrip:focus {
  background-color: #FEF1AA;
}

/*=== UPDATE #15145 ===*/
#atgNav4-SP .nav_tab {
    height: 43px;
    padding: 0 10px;
    border-bottom: 3px solid #196fb9;
    width: 100%;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: relative;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
#atgNav4-SP .nav_tab .nav_content {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    position: relative;
}
#atgNav4-SP .nav_tab p.t_domestic.active,
#atgNav4-SP .nav_tab p.t_overseas.active {
    background: #196FB9;
    color: #fff;
    border: none;
}
#atgNav4-SP .nav_tab p.t_domestic,
#atgNav4-SP .nav_tab p.t_overseas {
    width: calc(100%/2 - 3px);
    background: #fff;
    color: #333;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-bottom: none;
}
#atgNav4-SP .nav_tab p.t_domestic a,
#atgNav4-SP .nav_tab p.t_overseas a {
    color: #333;
    text-decoration: none;
}
#atgNav4-SP .nav_tab p.t_domestic {
    margin-right: 5px;
}
#atgNav4-SP .nav_tab p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    display: block;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#atgNav4-SP .nav_tab p.t_domestic:after,
#atgNav4-SP .nav_tab p.t_overseas:after,
#atgNav4-SP .navtab_sup:after,
#atgNav4-SP .navtab_sup .tabcontent:after {
    content: '';
    width: 100%;
    clear: both;
    display: table;
}
#atgNav4-SP .navtab_sup {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 16px 10px;
}
#atgNav4-SP .tabcontent a {
    text-align: center;
    line-height: 1.1;
    border-radius: 4px;
    width: calc(100%/4);
    display: block;
    float: left;
    text-decoration: none;
    font-size: 10px;
    height: 86px;
    padding: 0;
    margin: 0;
    position: relative;
    color: #333;
}
#atgNav4-SP .tabcontent a.active {
    background: #196FB9;
    color: #fff;
    font-weight: 700;
    border: none;
}
#atgNav4-SP .tabcontent a.domair span.note-domair {
    background: #FB8501;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
    padding-top: 5px;
    margin: 0;
    text-align: center;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}
@media (max-width: 320px) {
    #atgNav4-SP .note-domair {letter-spacing: -1px}
}
.jptour,.domdp,.rentalcar,.shinkansen,.activity,.express_bus,.domhotel,.overair,.overdp,.overhotel,.overtour,.rv_japan,.okinawatour,.train_hotel {
    background: #fff;
    color: #333;
}
.t_domestic {
    margin-right: 5px;
    float: left;
    line-height: 40px;
    width: calc(100%/2 - 3px);
    background: #fff;
    border-radius: 4px 4px 0 0;
    color: #333;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    font-size: 14px;
}
.t_overseas {
    line-height: 40px;
    width: 100%;
    background: #fff;
    border-radius: 4px 4px 0 0;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    font-size: 14px;
}
.link_navi {
    text-align: center;
    line-height: 1.1;
    border-radius: 4px;
    width: calc(100%/5);
    display: block;
    float: left;
    text-decoration: none;
    font-size: 10px;
    height: 82px;
    padding: 0;
    margin: 0;
    position: relative;
}
.link_navi:first-child:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 14px;
    background: url("../images/sp/globalnav/label_additional.svg") no-repeat center;
}
.link_navi span:last-child {
    position: relative;
    top: -2px;}
.domair_span {
    background-image: url("../images/sp/globalnav/domair.svg");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.jptour_span {
    background-image: url("../images/sp/globalnav/jptour.svg");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.domdp_span {
    background-image: url("../images/sp/globalnav/domdp.svg?20211125");
    display: block;
    width: 48px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 48px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.rentalcar_span {
    background-image: url("../images/sp/globalnav/rentalcar_act.svg?20211125");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.shinkansen_span {
    background-image: url("../images/sp/globalnav/shinkansen.svg?20211125");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.activity_span {
    background-image: url("../images/sp/globalnav/activity.svg?20211125");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.express_bus_span {
    background-image: url("../images/sp/globalnav/icon_express_bus.svg?20211125");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.domhotel_span {
    background-image: url("../images/sp/globalnav/domhotel.svg?20211125");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.overair_span {
    background-image: url("../images/sp/globalnav/overair.svg?20211125");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.overdp_span {
    background-image: url("../images/sp/globalnav/overdp.svg?20211125");
    display: block;
    width: 52px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 52px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.overhotel_span {
    background-image: url("../images/sp/globalnav/overhotel.svg?20211125");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.overtour_span {
    background-image: url("../images/sp/globalnav/overtour.svg?20211125");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 24px 24px;
    background-position: center center;
}
.rv_japan_span {
    background-image: url("../images/sp/globalnav/rv_japan.svg?20211125");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.okinawatour_span {
    background-image: url("../images/sp/globalnav/japantour.svg?20211125");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.train_hotel_span {
    background-image: url("../images/sp/globalnav/trainhotel.svg?20211125");
    display: block;
    width: 48px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 48px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.leisure_span {
    background-image: url("../images/sp/globalnav/icon_leisure_pack.svg?20211125");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 48px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}
.hokkaidotour_span {
    background-image: url("../images/sp/globalnav/hokkaidotour.svg");
    display: block;
    width: 24px;
    height: 24px;
    margin: 24px auto 6px auto;
    background-size: 24px 24px;
    background-position: center center;
}
.hasAirtripplus-icon {
    display: block;
    position: absolute;
    width: 68px;
    height: 18px;
    background: url("/image/sp/icon_airtrip_plus.svg?20211125") no-repeat center;
    background-size: contain;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
}
.custom-text {
    background: none !important;
    margin: 0 auto !important;
}
@media screen and (min-width: 768px) {
    #atgNav4-SP {
        display: none;
	}
}

/* orther header */
#master_header_his .master-header-container
{
    max-width: 1396px;
    min-width: 1263px;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
}
.master_header_his .master-airtrip-logo {
    float: left;
    width: 116px;
    padding: 25px 0;
}
.master_header_his .master-top-menu{
    float: right;
    margin: 0;
    padding: 0;
    display: table;
}
.master_header_his .master-top-menu li{
    display: table-cell;
    padding: 15px 10px;

}
.master_header_his .master-top-menu li a {
    color: #053664;
    text-decoration: none;
    font-size: 14px;
}
.master_header_his .master-top-menu li a.btn {
    background: linear-gradient(to bottom,rgba(251,134,1,1) 0%,rgba(251,105,1,1) 100%);
    display: block;
    margin: 0 auto;
    padding: 3px 8px;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    border-color: #b2520c;
    border-style: solid;
    border-width: 0 0 2px 0;
}
#atgNav-His {
    background: #196FB9;
    border: none;
}
#atgNav-His .atgNav li {
    display: inline-block;
}
#atgNav-His .atgNav .master-services {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 20px 30px 20px 60px;
}
#atgNav-His .atgNav li:first-child .master-services {
    padding: 20px 30px 20px 64px;
}
#atgNav-His .atgNav .master-services.h_active {
    background: rgba(255,255,255,0.2);
}
#atgNav-His .atgNav .master-services img {
    display: inline-block;
    vertical-align: top;
    left: 30px;
    position: absolute;
    top: 13px;
}
@media (max-width: 768px) {
    .master-top-header-his .master-header-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #master_header_his .master-header-container {
        width: 100%;
    }
    .master_header_his .master-airtrip-logo {
        width: 59px;
        padding: 18px 0px;
    }
    .master_header_his .master-top-menu li a.btn {
        padding: 5px 8px;
    }
    .master_header_his .master-top-menu li {
        padding: 12px 3px;
    }
    .master_header_his .master-top-menu li a{
        border: 1px #BCBCBC solid;
        border-radius: 4px;
        min-width: 66px;
        display: block;
        padding: 5px 8px;
        font-size: 10px;
    }
    #atgNav-His .atgNav .master-services {
        font-size: 14pt;
    }
    #atgNav-His .atgNav li:first-child .master-services {
        padding: 17px 30px 17px 64px;
    }
    #atgNav-His .atgNav li .master-services {
        padding: 17px 30px 17px 60px;
    }
    #atgNav-His .atgNav .master-services img {
        top: 11px;
    }
}
@media (max-width: 425px) {
    .atgNav {
        width: 100%;
    }
    .atgNav:after {
        display: table;
        content: '';
        clear: both;
    }
    #atgNav-His .atgNav li {
        width: 50%;
        float: left;
    }
    #atgNav-His .atgNav li .master-services {
        padding: 17px 10px 17px 35px;
    }
    #atgNav-His .atgNav li:first-child .master-services {
        padding: 17px 10px 17px 40px;
    }
    #atgNav-His .atgNav .master-services img{
        left: 10px;
    }
    .master_header_his .master-top-menu li {
        padding: 16px 3px 10px;
    }
}
@media (max-width: 320px) {
    .master-top-header-his .master-header-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .master_header_his .master-top-menu li a{
        padding: 5px;
    }
    .master_header_his .master-top-menu li {
        padding: 16px 2px 10px;
    }
}

#atgNav-PC .has-goto-travel {
    display: none !important;
    position: absolute;
    width: 74px;
    height: 16px;
    top: 4px;
    left: 50%;
    margin-left: -37px;
    background: url("/images/icon_goto_travel.svg?20221005") no-repeat center;
}
#atgNav4-SP .has-goto-travel {
    display: none !important;
    position: absolute;
    width: 59px;
    height: 16px;
    top: 4px;
    left: 50%;
    margin-left: -30px;
    background: url("../images/sp/globalnav/sp_goto_travel.svg?20221005") no-repeat center;
    background-size: unset !important;
}
