﻿


html {
    font-size: 62.5%;
}

.preload * {
    transition: none !important;
}

body {
    color: #212121;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

@media (-ms-high-contrast: none) {
    body {
        font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: normal;
    }
}

p {
    margin: 0;
}

img {
    vertical-align: bottom;
}

a:focus {
    text-decoration: none;
}

.select_format_wrap select,
.select_format,
.select_format_wrap input,
.select_format_wrap textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select_format_wrap select,
.select_format {
    cursor: pointer;
}

.select_format_wrap input:focus {
    outline: 0;
}

.baseW {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.pc {
    display: none;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb85 {
    margin-bottom: 85px;
}

.mgc {
    margin: 0 auto;
}

.pconly,
.pconly_768,
.pconly_992 {
    display: none;
}

.trans {
    transition: .2s ease;
}

.fa_icon:before, .fa_icon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.num_txt {
    font-family: Arial, Helvetica, "sans-serif";
}

.common_section {
    padding: 40px 0;
}

.common_section_title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 .5em;
}

.common_section_title_en {
    font-size: .4em;
    margin-top: .5em;
    font-weight: normal;
    display: block;
}

/*------------------------------
    各種パーツ
------------------------------*/
/* 青ボタン */
.blue_btn_fmt a {
    display: inline-block;
    padding: 0 2em 0 calc(2.5em + 6px); /* 矢印分 */
    background-color: #004191;
    border: 1px solid #FFF;
    border-radius: 4px;
    font-weight: bold;
    color: #FFF;
    line-height: 2.5;
    text-decoration: none;
    text-indent: -.5em;
    min-width: 200px;
}

.blue_btn_fmt a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: .5em;
}

/* form */
.conditions_item {
    position: relative;
    margin-bottom: 10px;
}

.conditions_item dt {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
    font-weight: bold;
    line-height: 35px;
}

.select_format_wrap {
    position: relative;
    height: 35px;
    width: 100%;
    background-color: #FFF;
    border-radius: .2em;
}

/*.select_date_box {
    position: relative;
    height: 35px;
    width: 100%;
    background-color: #FFF;
    border-radius: .2em;
}*/
.select_format_wrap:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f0d7";
    font-size: 1.5em;
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 1;
    line-height: 35px;
    color: #004191;
}

.select_format {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 3px;
    padding: 0 25px 0 36%;
    border: 1px solid #B4B4B4;
    line-height: 33px;
}

.select_format::-ms-expand {
    display: none;
}

.select_dep_date {
    position: relative;
    height: 35px;
    width: 100%;
    background-color: #FFF;
    border-radius: .2em;
    border: 1px solid #B4B4B4;
}

.select_date_box {
    width: 34%;
    height: 100%;
    border-left: 1px solid #B4B4B4;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.select_dep_date .select_format {
    box-shadow: none;
    padding: 0 10%;
    cursor: pointer;
    border: none;
    border-radius: 0;
    left: auto;
}

.select_date_box:before {
    content: "\f0d7";
    font-size: 1.5em;
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 1;
    line-height: 33px;
    color: #004191;
}

.select_dep_month {
    right: 34%;
}

.select_dep_day {
    right: 0;
}

.select_date_box input {
    color: #FFF;
}

.view-date {
    border-radius: .2em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    line-height: 33px;
    pointer-events: none;
    padding: 0 25px 0 36%;
    margin: 0;
    border: 1px solid #B4B4B4;
}

.view-date:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    line-height: 33px;
    display: inline-block;
    content: "\f073";
    color: #004191;
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 5;
}

.conditions_item_keyword {
    margin-bottom: 20px;
}

.conditions_item_keyword dt {
    margin-bottom: .3em;
}

.conditions_item_keyword dd {
    position: relative;
}

.keyword_search {
    width: 100%;
    border: 1px solid #B4B4B4;
    border-radius: 3px;
    height: 35px;
    padding: 0 5px;
}


/*------------------------------
    header
------------------------------*/
.header {
    background-color: #004191;
    position: relative;
    border-bottom: 5px solid #4EC5D0;
    height: 65px;
    padding: 5px 10px;
}

.logging_out .login_contents {
    display: none;
}

.logging_in .logout_contents {
    display: none;
}

.site_logo {
    margin: 0;
    line-height: 1;
    font-size: 1rem;
    width: 170px;
}

.site_logo a {
    display: block;
    line-height: 1;
}

.site_logo1 {
    height: 22px;
    width: auto;
}

.site_logo2 {
    height: 28px;
    width: auto;
}

.header_contents {
    /*width: 20%;*/
}

.header_menu {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    right: 0;
    top: 65px;
    z-index: 1000;
    background-color: #004191;
    transition: .3s ease;
    padding: 0 20px;
}

.header_menu.active {
    height: auto;
    /*メニュー1個につき52px*/
    /* height: 240px; */
}

.header_search {
    position: relative;
    margin: 20px 0 10px;
}

.header_search .form-control {
    width: 100%;
}

.header_search input::placeholder {
    transform: scale(0.9);
    transform-origin: 0 50%;
    opacity: 0.8;
}

.site_search {
    font-size: 1.6rem;
    height: 2em;
    line-height: 2;
    border: 1px solid #CCC;
    padding-left: .5em;
    padding-right: 3em;
    width: 100%;
    border-radius: 5px;
}

.site_search:focus {
    outline: 0;
}

.site_search_submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.site_search_submit {
    font-size: 1.6rem;
    width: 2.5em;
    height: 2em;
    background-color: #EEB200;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    vertical-align: middle;
}

.site_search_submit:before {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #004191;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_nav {
    /*width: 100%;*/
    text-align: center;
    margin-bottom: 0;
    margin-top: .5em;
}

.header_nav li {
    color: #FFF;
    /* border-bottom: dotted #fff 1px; */
}

.header_nav a {
    color: #FFF;
    display: block;
    padding: 1em;
    font-size: 1.5rem;
}

.header_nav li:not(.header_nav_tel) a {
    border-bottom: 1px dotted #FFF;
}

.header_nav_tel {
    padding: 1em;
}

.header_nav_tel span {
    display: block;
    font-weight: bold;
}
.business_hours {
    color: #fff;
    padding-bottom: 1em;
}
.header_nav_tel a {
    padding: 0;
    text-decoration: none;
}

.sp_menu_btn {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.sp_menu_text {
    width: 60px;
    text-align: center;
    font-size: .7em;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 2%;
}

.login_state_btn {
    position: absolute;
    right: 60px;
    top: 0;
}

.login_txt {
    display: block;
}

.login_switch .sign_up {
    font-size: 1rem;
    display: block;
}

.login_popup {
    background-color: #EEB200;
    color: #212121;
    text-align: center;
    font-weight: bold;
    letter-spacing: -.05em;
    width: 70px;
    height: 60px;
    font-size: 1.2rem;
    padding: 1.2em 0;
}

.login_state_btn .login_contents {
    padding: .8em 0;
}

.login_state_btn .login_contents .login_txt:before {
    content: "";
    display: block;
    height: 26px;
    background: url("../image/icon_login_s.webp") no-repeat center;
    background-size: contain;
}

.hum_btn {
    width: 60px;
    height: 60px;
    padding: 17px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hum_btn_bar {
    display: flex;
    height: 3px;
    width: 26px;
    align-items: center;
    background-color: #FFF;
    transition: .3s ease;
    position: relative;
    bottom: 15%;
}

.hum_btn_bar:before,
.hum_btn_bar:after {
    content: "";
    display: block;
    height: 3px;
    width: 26px;
    position: absolute;
    left: 0;
    background-color: #FFF;
    transition: .3s ease;
}

.hum_btn_bar:before {
    top: -10px;
}

.hum_btn_bar:after {
    bottom: -10px;
}

.hum_btn.active .hum_btn_bar:before {
    transform: rotate(45deg);
    top: 0;
}

.hum_btn.active .hum_btn_bar {
    background: none;
}

.hum_btn.active .hum_btn_bar:after {
    transform: rotate(-45deg);
    bottom: 0;
}

.login_box {
    background-color: rgba(0, 0, 0, 0.50);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: .3s ease;
}

.login_box.active {
    z-index: 100000;
    opacity: 1;
}

.login_menu_wrap {
    background-color: #FFF;
    border-radius: 5px;
    width: 95%;
    max-width: 400px;
    max-height: calc(100vh - 20px);
    /*margin: 10px auto;*/
    padding: 15px 10px 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}

.login_menu {
}

.login_menu_site_logo {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 35px);
    height: 30px;
    margin-bottom: 10px;
}

.login_menu_site_logo img:nth-child(1) {
    width: 72%;
    height: auto;
    max-height: 30px;
}

.login_menu_site_logo img:nth-child(2) {
    width: 28%;
    height: auto;
    max-height: 30px;
}

.login_form {
    background-color: #F8F8F8;
    background-size: 50px auto;
    padding: 15px 10px 10px;
    border-radius: 5px;
    text-align: center;
    max-height: calc(100vh - 85px);
    overflow-y: auto;
    position: relative;
}

.logging_out .login_form:before {
    content: "";
    display: block;
    height: 50px;
    background: url("../image/icon_logout.webp") no-repeat center;
    background-size: contain;
    margin-bottom: 10px;
}

.logging_in .login_form:before {
    content: "";
    display: block;
    height: 50px;
    background: url("../image/icon_login.webp") no-repeat center;
    background-size: contain;
    margin-bottom: 10px;
}

.login_state_txt {
    font-size: 1.8rem;
    color: #003E88;
    margin-bottom: 1em;
}

.member_info {
    border-top: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
    padding: 15px 0;
    margin-bottom: 15px;
    line-height: 1;
}

.member_name {
    margin-bottom: 10px;
}

.member_name span {
    font-size: .8em;
    margin-left: 1em;
}

.saving_point {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.point_icon {
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #595A5A;
    color: #FFF;
    border-radius: 50%;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.5;
    margin-right: .2em;
}

.point_num {
    font-size: 1.8em;
    margin-left: .3em;
    color: #E3A433;
}

.member_login {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.logging_in_menu_btn {
    display: flex;
    justify-content: space-between;
    line-height: 2;
}

.link_mypage {
    width: 48%;
}

.link_mypage a {
    display: block;
    background-color: #EEB200;
    color: #202020;
    border-radius: 5px;
    text-decoration: none;
}

.logout_btn {
    width: 48%;
}

.logout_btn a {
    display: block;
    background-color: #595A5A;
    color: #FFF;
    border-radius: 5px;
    text-decoration: none;
}


.member_form {
    margin-bottom: 15px;
}

.member_form input {
    width: 100%;
    font-size: 1.6rem;
    border-radius: 5px;
    border: 1px solid #CCC;
    line-height: 2;
    height: 2em;
    padding: 0 .5em;
}


.signin_btn01 {
    margin-bottom: 5px;
}

.login_button {
    display: inline-block;
    width: 180px;
    height: 2em;
    padding: 0 .5em;
    border-style: none;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 2;
    color: #212121;
    background: #EEB200;
}

/* .signin_btn02 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 2em;
    padding: 0 .5em;
    border-style: none;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    color: #fff;
    background: #004191;
    text-decoration: none;
} */
.signin_btn02 a {
    display: inline-flex;
    align-items: center;
    width: 180px;
    border-style: none;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 2;
    color: #fff;
    background: #004191;
    text-decoration: none;
    height: 60px;
    width: 100%;
    padding-left: 12px;
    font-weight: normal;
}

.signin_btn02 a:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    background-image: url(../image/icon_mail.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin-right: .4em;
}

a.btn:hover {
    opacity: .7;
}

.reg_free {
    border: 1px solid #FFF;
    font-size: .8em;
    padding: 0 .3em;
    line-height: 1.4;
    margin-right: .5em;
}

.login_menu_close {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 100001;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #717071;
    cursor: pointer;
}

.login_menu_close:before,
.login_menu_close:after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
}

.login_menu_close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.login_menu_close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.lost_password {
    border-bottom: 1px solid #B4B4B4;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.lost_password a {
    color: #595A5A;
    font-size: 1.4rem;
}

.fixed_header {
    display: none;
}


/*------------------------------
    breadcrumb
------------------------------*/
.breadcrumb_container {
    background-color: #FCFCFC;
    border-top: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
    font-weight: normal;
    padding: 5px;
}

/* .breadcrumb_nav {
    margin: .5em auto;
    font-size: 1.2rem;
} */

.breadcrumb_nav {
    /* margin: 1em auto .7rem; */
    display: flex;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    overflow-x: auto;
}

.breadcrumb_nav p {
    white-space: nowrap;
    /* padding-bottom: 0.5rem; */
    font-size: .8em;
}

.breadcrumb_nav a {
    text-decoration: underline;
}

.breadcrumb_nav .fwn {
    font-weight: normal;
}

.breadcrumb_nav p:not(:first-child):before {
    content: "\3e";
    margin: 0 .5em;
}

/*------------------------------
    reception_flow
------------------------------*/
.reception_flow {
    border-bottom: 1px solid #B4B4B4;
    font-size: 1.4rem;
}

.reception_flow_list {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 1em auto;
}

.reception_flow_list li {
    width: 100%;
    -ms-flex: 0 1 auto;
    margin: 0 3px;
    padding-top: 1.5em;
    line-height: 1.2;
    font-weight: normal;
    color: #212121;
    position: relative;
}

.reception_flow_list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 5;
    transform: translateX(-50%);
    content: "\f111";
}

.reception_flow_list .flow_pass:before {
    content: "\f058";
}

.reception_flow_list li:not(.flow_now):not(.flow_pass) {
    color: #B5B5B6;
}

.reception_flow_list li:not(:first-child):after {
    content: "";
    display: block;
    width: 100%;
    height: .15em;
    background-color: #000;
    position: absolute;
    top: .5em;
    left: 0;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.reception_flow_list li:not(.flow_now):not(.flow_pass):after {
    background-color: #B5B5B6;
}

.reception_flow_list .fas:before {
    background-color: #FFF;
    display: inline-block;
}


/*------------------------------
    気になるツアーから探す
------------------------------*/
.tour_by_category {
    border-top: 1px solid #B4B4B4;
    background-color: #F2F5F9;
    padding-bottom: 0;
}

.tour_by_category .conditions_item {
    margin-bottom: 20px;
}

.tour_category_list {
    width: 95%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.tour_category_list li {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #5A5A5A;
    display: flex;
    align-items: center;
    padding: 1em .5em;
    margin: 0 1%;
    border-radius: 10px 10px 0 0;
}

.tour_category_list .active {
    background-color: #004191;
    color: #FFF;
}

.tour_category_content {
    padding: 20px 15px;
    /* padding: 20px 4%; */
    background-color: #004191;
    background-image: url("../image/bg_interest.webp");
    background-size: cover;
    position: relative
}

.tour_list_wrap {
    padding: 0;
    position: static;
    transition: opacity 1s ease;
}

.tour_list_wrap:not(.active) {
    position: absolute;
    left: 4%;
    top: 75px;
    z-index: -1;
    width: 92%;
    opacity: 0;
}

.int_tour_content {
    padding: 5px 5px 10px;
    margin: 0 auto 20px;
    background-color: #fff;
    float: none;
    max-width: 330px;
}

.int_tour_img {
    margin-bottom: 10px;
}

.int_tour_img img {
    width: 100%;
    height: auto;
}

.int_tour_info {
    padding: 5px;
}

.int_tour_title {
    margin: .3em 0 1em 0;
    font-size: 1.7rem;
    /* font-weight: bold; */
    line-height: 1.3;
}

.int_tour_price {
    margin: inherit;
    font-size: 2.8rem;
    font-weight: bold;
    color: #D7007F;
    text-align: center;
    margin-bottom: .5em;
    letter-spacing: -.03em;
}

.int_tour_price span {
    font-size: 0.5em;
}

.int_tour_dep {
    font-size: 1.4rem;
}

.int_tour_des {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 1em;
}

.btn_plan_detail {
    text-align: center;
}

.btn_plan_detail a {
    display: block;
    width: 80%;
    max-width: 200px;
    margin: auto;
    background-color: #E96E00;
    border-radius: 5px;
    border: 1px solid #FFF;
    color: #FFF;
    line-height: 2.5;
    text-indent: -.5em;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 3px 3px darkgrey;
}

.btn_plan_detail a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: .5em;
}

.browsing_more a {
    /*display: block;*/
}


/*------------------------------
    footer
------------------------------*/
.footer {
    padding-top: 30px;
    background-color: #fff;
}

.customer_support {
    width: 94%;
    margin: 0 auto;
}

.customer_support_info {
    border: 1px solid #DDD;
    border-radius: 4px;
    margin-bottom: 20px;
}

.customer_support_title {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
    margin: 0;
    padding: 1em;
    background-color: #EBF0F6;
    border-bottom: 1px solid #DDD;
}

.support_info_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 15px 3% 5px;
}

.support_info_list li {
    width: 49%;
    margin-bottom: 10px;
}

.support_info_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: 70px;
    background-color: #EBF0F6;
    border: 1px solid #DDD;
    border-radius: 4px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
}

.support_info_list a:after {
    content: "\f105";
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 1;
    font-size: 1.5rem;
    line-height: 70px;
    color: #004191;
}

.support_typhoon {
    background: url("../image/icon_typhoon.webp") no-repeat left 5% center;
    background-size: 20px auto;
}

.support_writing {
    background: url("../image/icon_writing.webp") no-repeat left 5% center;
    background-size: 20px auto;
}

.support_tel {
    background: url("../image/icon_tel.webp") no-repeat left 5% center;
    background-size: 20px auto;
}

.support_pc {
    background: url("../image/icon_pc.webp") no-repeat left 5% center;
    background-size: 20px auto;
}

.support_faq {
    background: url("../image/icon_faq.webp") no-repeat left 5% center;
    background-size: 20px auto;
}

.faq_list {
    margin-bottom: 0;
}

.faq_list li {
    position: relative;
}

.faq_list li:not(:last-child) {
    border-bottom: 1px solid #DDD;
}

.faq_list a:after {
    content: "\f105";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    color: #004191;
}

.faq_list a {
    display: flex;
    padding: .5em 1.2em .5em 1em;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
}

.q_icon {
    display: block;
    margin-right: .5em;
    color: #BDBEBE;
    -ms-flex: 0 1 auto;
}

.faq_content_title {
    display: block;
    -ms-flex: 0 1 auto;
}

.common_nav_banner {
    width: 94%;
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.common_nav_banner li {
    width: 48%;
    max-width: 234px;
    margin: 1%;
}

.common_nav_banner img {
    width: 100%;
    height: auto;
}

.sns_btn {
    display: flex;
    justify-content: center;
    margin: 15px 0 35px;
}

.sns_btn li {
    width: 40px;
    margin: 0 10px;
}

.sns_btn img {
    width: 100%;
    height: auto;
}

.footer_notice {
    color: #fff;
    background-color: #3C3C3C;
}

.footer_notice_wrap {
    width: 94%;
    max-width: 1000px;
    padding: 20px 0 90px;
    margin: 0 auto;
    background: url("../image/img_plane.webp") no-repeat right 10px bottom 20px;
    background-size: 200px auto;
}

.footer_news dt {
    margin-bottom: .5em;
}

.footer_news dd {
    font-size: 1.4rem;
    padding: .5em 0;
    border-bottom: 1px dotted #FFF;
}

.footer_news_date {
    display: block;
}

.footer_news a {
    color: #FFF;
}

.link_all_news {
    margin-bottom: 20px;
}

.link_all_news a {
    color: #FFF;
}

.notice_link {
    color: #fff;
}

.notice_bnr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.notice_bnr li {
    width: 31%;
    max-width: 175px;
    margin: 1%;
}

.notice_bnr img {
    width: 100%;
    height: auto;
}

.credit_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 20px auto;
}

.credit {
    position: relative;
}

.credit:not(:last-child) {
    padding-right: 3vw;
    margin-right: 3vw;
}

.credit:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 18vw;
    background-color: #333;
}

.credit img {
    width: 100%;
}

.footer_logo {
    width: 70%;
    margin: 0 auto;
}

.footer_logo img {
    width: 100%;
    max-width: 521px;
    margin: auto;
}

.footer_text {
    padding: 15px 3% 45px;
    font-size: 1.2rem;
}

.footer_nav {
    padding: 20px 3% 5px;
    background-color: #212121;
    position: relative;
}

.footer_nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_nav ul li {
    display: inline-block;
    margin-bottom: .5em;
    font-size: 1.2rem;
}

.footer_nav ul li:not(:last-child) {
    border-right: 1px solid #fff;
}

.footer_nav ul li a {
    display: inline-block;
    color: #fff;
    padding: 0 .5em;
}

.pc_btn {
    border-color: #fff;
    font-size: 3vw;
    color: #fff;
    background-color: transparent;
}

.pagetop {
    position: fixed;
    z-index: 500;
    right: 3%;
    bottom: -40px;
    width: 40px;
    transition: all 0.5s ease;
}

.pagetop.active {
    bottom: 20px;
}

.pagetop.footer_fix {
    position: absolute;
    top: -40px;
}

.pagetop img {
    width: 100%;
}

.footer_contact {
    margin: 1.5em auto;
    line-height: 1.8;
    color: #fff;
}

.footer_contact span {
    display: block;
}

.footer_contact a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.footer_copyright {
    color: #FFF;
    font-size: 1.2rem;
    margin: 10px 0 0;
}

/* 20210810 add */
.footer_category {
    background-color: #F2F5F9;
    padding: 3.5rem 0 2rem;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
}

.footer_category dl {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.footer_category dl dt {
    width: 15%;
    padding: 0.5rem 1rem;
}

.footer_category dl dd {
    width: 85%;
}

.footer_category ul li {
    display: inline-block;
    padding: 0 1rem;
    border-left: solid 1px #CCC;
    margin-bottom: 0.9rem;
}

.footer_category ul li:last-child {
    border-right: solid 1px #CCC;
}

.footer_category ul li a {
    color: #000;
}
.pay_img img{
    max-height: 46px;
}

@media ( max-width: 768px ) {
    .footer_category dl dt {
        width: 30% !important;
    }

    .footer_category dl dd {
        width: 70% !important;
    }
}

/* /20210810 add */

@media ( min-width: 480px ) {


    /*------------------------------
        各種パーツ
    ------------------------------*/
    .view-date {
        padding-left: 30%;
    }


    /*------------------------------
        header
    ------------------------------*/
    .site_logo {
        width: 340px;
    }

    .site_logo a {
        height: 50px;
        display: flex;
        align-items: center;
    }

    .site_logo1 {
        height: 25px;
    }

    .site_logo2 {
        height: 35px;
    }


    /*------------------------------
        気になるツアーから探す
    ------------------------------*/
    .tour_category_list li {
        font-size: 1.5rem;
        padding: 1em;
    }

    .tour_category_list li br {
        display: none;
    }

    .int_tour_content {
        max-width: 100%;
    }

    .btn_plan_detail a {
        margin: 0 0 0 auto;
    }

    .tour_by_category .conditions_item {
        margin-left: auto;
        max-width: 330px;
    }

    .int_tour_content:after {
        content: "";
        display: block;
        clear: both;
    }

    .int_tour_price {
        font-size: 2.5rem;
    }

    .int_tour_img {
        width: 45%;
        margin: 0 10px 5px 0;
        float: left;
    }

    .browsing_more a {
        display: inline-block;
    }


    /*------------------------------
       footer
   ------------------------------*/
    .support_info_list a {
        font-size: 1.5rem;
        line-height: 1.2;
        height: 80px;
        background-size: 30px auto;
    }

    .support_info_list a:after {
        line-height: 80px;
    }

    .faq_list a {
        font-size: 1.5rem;
    }

    .support_btn,
    .faq_list li {
        font-size: 14px;
    }

    .credit:not(:last-child)::after {
        height: 90px;
    }

    .footer_nav ul li {
        font-size: 1.5rem;
    }

    .footer_text {
        font-size: 1.5rem;
    }

    .pc_btn {
        font-size: 16px;
    }

    .footer_notice_wrap {
        background-size: 250px auto;
    }

    .footer_copyright {
        font-size: 1.4rem;
    }

}


@media ( min-width: 768px ) {
    .pconly,
    .pconly_768 {
        display: block !important;
    }

    .sponly,
    .sponly_768 {
        display: none !important;
    }

    /* .sp_menu_text{
      right: -1%;
    } */
    /*------------------------------
        気になるツアーから探す
    ------------------------------*/
    .tour_category_list li {
        font-size: 1.8rem;
    }

    .tour_category_content {
        padding: 40px 2%;
    }

    .tour_change_dep {
        max-width: 720px;
        margin: auto;
    }

    .tour_list_wrap {
        display: flex;
        justify-content: space-between;
        max-width: 720px;
        margin: 0 auto 20px;
    }

    .int_tour_content {
        display: block;
        width: 32.5%;
        margin: 0;
    }

    .int_tour_img {
        width: 100%;
        margin: 0;
        float: none;
    }

    .int_tour_title {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .int_tour_des {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .btn_plan_detail a {
        margin: 0 auto;
    }


    /*------------------------------
        reception_flow
    ------------------------------*/
    .reception_flow {
        font-size: 1.6rem;
    }

    .reception_flow_list {
        margin: 20px auto 20px;
    }


    /*------------------------------
        footer
    ------------------------------*/
    .customer_support {
        display: flex;
        justify-content: space-between;
    }

    .customer_support_info {
        /* width: 49%; */
    }

    .support_info_list a {
        height: 70px;
        font-size: 1.3rem;
        background-size: 20px auto;
    }

    .support_info_list a:after {
        line-height: 70px;
    }

    .faq_list a {
        padding: .8em 1.2em .8em 1em;
    }

    .common_nav_banner li {
        width: 23%;
    }

    .footer_notice_wrap {
        padding-bottom: 110px;
    }

    .footer_news dd {
        display: flex;
    }

    .footer_news_date {
        margin-right: 2em;
    }

    .notice_bnr li {
        width: 18%;
    }

    .support_btn {
        font-size: 14px;
    }

    .pay_method {
        border-bottom: 1px solid #C8C8C9;
        padding: 15px;
    }

    .pay_method img {
        width: 100%;
        height: auto;
    }

    .pay_method .row > div {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .pay_title {
        padding-right: 0.5em;
        border-right: 1px solid #1D4294;
        margin-right: 0.5em;
        font-weight: bold;
        font-size: 14px;
    }

    .pay_title span {
        color: #1D4294;
    }

    .pc_flex {
        display: flex;
        justify-content: space-between;
        width: 750px;
        margin: 30px auto 30px;
    }

    .credit_wrap {
        order: 2;
        width: 60%;
        margin-bottom: 0;
    }

    .credit {
        text-align: center;
    }

    .credit {
        width: 25%;
        padding: 0 10px !important;
        margin: 0 !important;
    }

    .credit:last-child::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 90px;
        background-color: #333;
    }

    .credit:first-child::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 90px;
        background-color: #333;
    }

    .credit p {
        font-size: 12px;
        color: #5F5E5E;
    }

    .credit img {
        width: auto;
        height: 42px;
    }

    .footer_info {
        order: 1;
        width: 35%;
    }

    .footer_logo {
        width: 100%;
        margin: 0;
    }

    .footer_text {
        margin-bottom: 0;
        font-size: 12px;
        text-align: left;
    }

    .footer_nav {
        padding: 20px 0 10px;
    }

    .footer_nav ul li {
        font-size: 1.2rem;
    }

    .footer_contact span {
        display: inline-block;
    }

    .footer_contact span:last-child {
        margin-left: 1em;
    }

    .footer_contact span:nth-of-type(1):after {
        content: "：";
    }

    .footer_contact a {
        display: inline-block;
    }
}


@media ( min-width: 992px ) {

    .pconly_992 {
        display: block !important;
    }

    .sponly_992 {
        display: none !important;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    a:hover img {
        opacity: .7;
    }


    .blue_btn_fmt a:hover {
        color: #004191;
        background-color: #FFF;
        border-color: #004191;
    }

    .btn_plan_detail a:hover {
        background-color: #fff;
        color: #E96E00;
        border-color: #E96E00;
    }

    .common_section {
        padding: 80px 0;
    }

    .common_section_title {
        font-size: 4rem;
    }

    .conditions_item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .conditions_item dt {
        position: static;
        text-align: right;
        width: calc(100% - 190px);
        padding: 0 10px;
    }

    .select_format_wrap {
        width: 190px;
        position: relative;
    }

    .select_format {
        padding-left: 10px;
    }


    /*------------------------------
        header
    ------------------------------*/
    .header {
        border-width: 10px;
        background-color: #004191;
        height: auto;
        padding: 0;
    }

    .header_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1170px;
        height: 95px;
        padding: 20px 15px;
        margin: 0 auto;
    }

    .site_logo {
        margin-right: 5px;
        width: 40%;
    }

    .site_logo a {
        display: flex;
        align-items: center;
    }

    .site_logo a:hover img {
        opacity: 1;
    }

    .site_logo1 {
        width: 66%;
        max-width: 307px;
        height: auto;
    }

    .site_logo2 {
        width: 34%;
        max-width: 157px;
        height: auto;
    }

    .header_contents {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 60%;
    }

    .header_menu {
        padding: 0 20px 0 0;
        display: block !important;
        position: static;
        width: calc(100% - 125px);
        height: auto;
    }

    /*.fixed_header .header_menu {
        display: flex !important;
        margin-right: 20px;
        align-items: center;
        width: auto;
    }*/
    .header_search {
        width: 255px;
        margin: 0 auto 10px;
    }

    .header_search .fa-search {
        color: #999;
    }

    .header_nav {
        display: flex;
        /* flex-wrap: wrap; */
        /* justify-content: flex-end; */
        list-style: none;
        padding-bottom: 0;
        justify-content: center;
        margin-top: unset;
    }

    .header_nav li {
        padding: 0 7px;
        margin-left: .5em;
        margin-right: .5em;
        border-bottom: none;
    }

    .header_nav .menu_icon {
        /* height: 55px; */
        height: 54px;
        width: 55px;
        margin: auto;
    }

    .header_nav a {
        font-size: 13px;
        color: #fff;
        border: none;
        padding: 0;
        line-height: 1.3;
    }

    .header_nav li:not(.header_nav_tel) a:hover {
        text-decoration: underline;
    }

    .header_nav li:nth-child(-n+3) {
        /* border-right: 1px solid #fff; */
    }

    .header_nav li:not(:last-child) a {
        border: none;
    }

    .header_nav_tel {
        width: 100%;
        margin-top: 3px;
        line-height: 1;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-decoration: none;
    }

    .header_nav_tel a {
        font-size: 2.6rem;
        text-decoration: none;
    }

    .header_nav_tel .small {
        font-size: 1.4rem;
        margin-right: .5em;
        color: #FFF;
    }

    .header_nav_tel .big {
        font-family: Arial, Helvetica, "sans-serif";
    }

    .contact_info {
        line-height: 1.2;
        margin-right: 10px;
    }

    .contact_info p {
        margin-bottom: 0;
    }

    .contact_info, .contact_info a {
        color: #fff;
    }

    .contact_info {
        font-size: 1.3rem;
    }

    .contact_info a {
        font-size: 25px;
        font-weight: bold;

    }

    .contact_info a:hover {
        text-decoration: none;
    }

    .business_hours {
        width: 100%;
        color: #FFF;
        font-size: 1.2rem;
        text-align: right;
    }

    .sp_menu_btn, .sp_menu_text {
        display: none !important;
    }


    /* ログイン中 */
    /* ログアウト中 */
    .login_state_btn {
        position: static;
        width: 125px;
        height: 52px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        background-color: #FFF;
    }

    .logging_out .login_switch:hover {
        cursor: pointer;
        opacity: .7;
    }

    .login_switch {
        font-size: 1.5rem;
        text-align: center;
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

    .login_txt {
        display: inline-flex;
        align-items: center;
    }

    .login_txt:before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 3px;
    }

    .logging_out .login_switch.logout_contents {
        padding: 6px 0;
    }

    .logging_out .login_switch.logout_contents .login_txt:before {
        background-image: url("../image/icon_logout_s.webp");
    }

    .logging_in .login_switch.login_contents {
        padding: 14px 0;
    }

    .login_switch .sign_up {
        display: block;
        font-size: 1.3rem;
    }

    .logging_in .login_menu_wrap {
        width: 100%;
        background: none;
        border-radius: 0;
        max-width: 1170px;
        max-height: none;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }


    /*.login_switch_btn {
        display: block;
        vertical-align: middle;
        width: 76px;
        height: 52px;
        background-color: #DCDDDD;
        border-radius: 3px;
        padding-top: 1em;
        margin-bottom: 0;
        cursor: pointer;
    }
    .login_switch_btn.active {
        background-color: #EEB200;
    }
    .login_switch {
        line-height: 1;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .login_closed {
        color: #212121;
    }
    .login_closed:after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        width: 100%;
    }
    .login_open {
        color: #5A5A5A;
    }
    .login_open:after {
        content: "\f106";
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        width: 100%;
    }
    .login_switch_btn {
        position: relative;
    }
    .login_switch_btn:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -24px;
        right: 50%;
        border: 9px solid transparent;
        border-bottom: 9px solid #F7F8F8;
        transform: translateX(50%);
        z-index: 5000;
    }
    .login_switch_btn:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -23px;
        right: 50%;
        border: 12px solid transparent;
        border-bottom: 12px solid #B4B4B4;
        transform: translateX(50%);
        z-index: 500;
    }
    .login_switch_btn.active:before,
    .login_switch_btn.active:after {
        content: none;
    }
    .login_switch_btn .login_closed {
        display: none;
    }
    .login_switch_btn.active .login_closed {
        display: inline-block;
    }
    .login_switch_btn.active .login_open {
        display: none;
    }
    .login_switch .fas {
        width: 100%;
        display: block;
    }*/
    .logging_in .login_menu_site_logo {
        display: none;
    }

    .logging_in .login_box {
        border-top: 2px solid #B4B4B4;
        position: static;
        background-color: #F7F8F8;
        height: 54px;
        opacity: 1;
    }

    .login_box.active {
    }

    .logging_in .login_form.login_contents {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        position: relative;
        background: none;
        border-radius: 0;
    }

    .logging_in .login_menu_wrap:before {
        content: "";
        display: block;
        position: absolute;
        top: -19px;
        right: 78px;
        border: 10px solid transparent;
        border-bottom: 9px solid #F7F8F8;
        transform: translateX(50%);
        z-index: 5000;
    }

    .logging_in .login_menu_wrap:after {
        content: "";
        display: block;
        position: absolute;
        top: -24px;
        right: 78px;
        border: 12px solid transparent;
        border-bottom: 10px solid #B4B4B4;
        transform: translateX(50%);
        z-index: 500;
    }

    .logging_in .login_menu p {
        margin-bottom: 0;
    }

    .logging_in .member_login {
        margin-right: 2em;
        font-size: 15px;
        color: #5A5A5A;
    }

    .logging_in .login_form:before {
        content: none;
    }

    .member_info {
        display: flex;
        align-items: center;
        border: none;
        padding: 0;
        margin-bottom: 0;
    }

    .member_name {
        font-size: 2rem;
        margin-right: 50px;
    }

    .logging_in_menu_btn {
        width: 350px;
    }

    .logging_in_menu_btn a:hover {
        opacity: .7;
    }

    .logging_in .login_menu_close {
        display: none;
    }

    .login_menu_close:hover {
        background-color: #000;
    }


    .logging_in .login_form.login_contents {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logging_in .member_form {
        margin-right: 10px;
    }

    .login_state_txt {
        display: none;
    }

    .logging_in .member_form input {
        width: 185px;
        border-radius: 5px;
    }

    .logging_in .signin_btn01 {
        margin-right: 10px;
    }

    /* 2021年3月17日スクロールさせてもheader_nav消えないように */
    /* .fixed_header .header_nav li:nth-child(-n+4) {
        display: none;
    } */
    .fixed_header .signin_btn01 {
        margin-bottom: 0;
        text-align: center;
        background-color: #FFF;
        border-radius: 5px;
    }

    .fixed_header .signin_btn01 a {
        color: #212121;
        text-decoration: none;
    }

    .signin_btn01:hover {
        opacity: .7;
    }

    .logging_in .login_button {
        width: 113px;
        border-style: none;
        padding: 0;
    }

    .logging_in .signin_btn02 a {
        width: 113px;
        margin-right: 20px;
        padding: 0;
    }

    .signin_btn01:hover input,
    .signin_btn02:hover a {
        opacity: .7;
    }

    .logging_in .lost_password a:hover {
        text-decoration: none;
    }

    .fixed_header {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: 0;
        width: 100%;
        background-color: #004191;
        border-bottom: 2px solid #B4B4B4;
        transition: .5s ease;
    }

    .fixed_header.active {
        z-index: 10000;
        opacity: 1;
    }

    .fixed_header .header_inner {
        height: 70px;
    }


    /*------------------------------
        reception_flow
    ------------------------------*/
    .reception_flow {
        font-size: 1.6rem;
    }

    .reception_flow_list {
        margin: 50px auto 40px;
        max-width: 900px;
    }


    /*------------------------------
        気になるツアーから探す
    ------------------------------*/
    .tour_by_category {
        padding-bottom: 0;
    }

    .tour_by_category .conditions_item dt {
        color: #FFF;
    }

    .tour_change_dep {
        /* max-width: 1000px; */
        max-width: 940px;
        margin: 0 auto;
    }

    .tour_list_wrap {
        /* max-width: 1000px; */
        max-width: 940px;
        margin: 0 auto 30px;
    }

    .int_tour_content {
        max-width: 330px;
    }

    .int_tour_title {
        font-size: 1.6rem;
        height: 84px;

    }

    .tour_category_list li {
        font-size: 2rem;
        padding: 1em 2em;
    }

    .tour_category_list li:not(.active):hover {
        cursor: pointer;
        background-color: #DDD;
    }

    .int_tour_price {
        font-size: 2.7rem;
    }

    .int_tour_info .search_btn {
        font-size: 18px;
    }

    .plan_dep li a {
        padding: 10px 25px;
    }


    /*------------------------------
        footer
    ------------------------------*/
    .customer_support {
        margin-bottom: 50px;
        max-width: 1000px;
    }

    .support_info_wrap {
        /* width: 65%; */
    }

    .support_info_list a {
        height: 90px;
        font-size: 1.6rem;
        background-size: 40px auto;
        background-position: left 20px center;
    }

    .support_info_list a:after {
        line-height: 90px;
        font-size: 2rem;
        right: 10px;
    }

    .support_info_list a:hover {
        background-color: #FFF;
    }

    .faq_wrap {
        width: 33%;
    }

    .customer_support_title {
        font-size: 1.8rem;
    }

    .faq_list a {
        font-size: 1.6rem;
    }

    .faq_list a:after {
        font-size: 2rem;
    }

    .faq_list a:hover {
        background-color: #EBF0F6;
    }

    .support_btn img {
        left: 5%;
        max-width: 44px;
    }

    .tel_icon {
        max-width: 33px;
    }

    .notice_bnr {
        padding-top: 30px;
        border-top: 1px solid #fff;
    }

    .notice_bnr a {
        display: block;
        background-color: #FFF;
    }

    .footer_notice_wrap {
        background-position: right 20px top 130px;
        background-size: 300px auto;
        padding-bottom: 20px;
    }

    .footer_news {
        width: 60%;
    }

    .footer_plane {
        top: 50px;
        width: 280px;
    }

    .pc_flex {
        width: 970px;
    }

    .footer_nav ul li {
        font-size: 1.5rem;
    }

    .pagetop a {
        display: block;
        background-color: #FFF;
    }

    /*------------------------------
    breadcrumb
    ------------------------------*/
    .breadcrumb_nav p {
        font-size: .9em;
    }


}


@media ( min-width: 1200px ) {

    .pc_flex {
        width: 1170px;
    }

    /*------------------------------
        header
    ------------------------------*/
    .site_logo {
        width: 43%;
        max-width: 464px;
    }

    .site_logo1,
    .site_logo2 {
        width: auto;
    }

    /*------------------------------
        気になるツアーから探す
    ------------------------------*/
    .tour_change_dep {
        max-width: 1140px;
    }

    .tour_list_wrap {
        max-width: 1140px;
    }


}

    /*------------------------------
        新サイトリンク
    ------------------------------*/
.new_myholiday{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 15px;
    margin:-1.5rem 0 0;
    color: #004191;
}
.new_myholiday .icon,
.new_mh .icon {
    margin: 0 .5em 0 0;
}
.new_myholiday .icon img,
.new_mh .icon img{
    width: 1.5em;
    height: 1em;
    object-fit: contain;
    vertical-align: middle;
}
.new_mh{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -8rem 0 6rem;
}
.new_mh a{
    font-size: 1.4rem;
    font-weight: normal;
    background-color: #3B8CF5;
    /* border: solid 2px #3B8CF5; */
    border-radius: 3px;
    line-height: inherit;
    color: #fff;
    padding: .8rem 2rem;
    text-align: center;
    min-width: 50%;
    text-decoration: none;
}
.new_mh a:hover{
    opacity: .7;
}
@media ( max-width: 768px )  {
    .new_mh{
        margin: 2rem 0 4rem;
    }
}
.new_mhbanner{
    max-width: 1000px;
    margin: 3rem auto 0;
}