/*style.css*/

/*----------------
common
------------------*/

html {
    font-size: 62.5%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
    line-height: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/*
main {
    margin-top: 60px;
}
*/

h1, h2, h3, h4, h5, h6 {
    color: #212121;
    text-transform:none;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
    line-height: normal;
    font-weight: 600;
    line-height: normal;
}

div, p, a, ul, li, dt, dd, span {
    font-size: 1.6rem;
    font-weight: 400;
    color: #212121;
    text-transform:none;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
    line-height: normal;
}

button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    text-decoration: none;
}

.inner {
    width: 1320px;
    max-width: 100%;
/*    min-width: 1240px;*/
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.inner02 {
    width: 1240px;
}

.inner03 {
    width: 1000px;
}

.bold {
    font-weight: bold;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

@media screen and (min-width:768px) {
    #sp_fixed_menu {
        display: none
    }
}

.mt0 {
    margin-top: 0!important;
}

.mt5 {
    margin-top: 5px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt15 {
    margin-top: 15px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt25 {
    margin-top: 25px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt35 {
    margin-top: 35px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt45 {
    margin-top: 45px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt55 {
    margin-top: 55px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt65 {
    margin-top: 65px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt75 {
    margin-top: 75px!important;
}

.mt80 {
    margin-top: 80px!important;
}
.mt85 {
    margin-top: 85px!important;
}
.mt90 {
    margin-top: 90px!important;
}
.mt95 {
    margin-top: 95px!important;
}
.mt100 {
    margin-top: 100px!important;
}
.mt105 {
    margin-top: 105px!important;
}
.mt110 {
    margin-top: 110px!important;
}
.mt115 {
    margin-top: 115px!important;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb5 {
    margin-bottom: 5px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb25 {
    margin-bottom: 25px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb35 {
    margin-bottom: 35px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb45 {
    margin-bottom: 46px:!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb55 {
    margin-bottom: 55px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb65 {
    margin-bottom: 65px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb75 {
    margin-bottom: 75px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb110 {
    margin-bottom: 110px!important;
}

.tx_cent {
    text-align: center;
}

.bread {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fafafa;
    border-bottom: 1px solid #EDEDED;
}

.bread a,
.bread span,
.bread p {
    display: inline;
    font-size: 1.3rem;
    color: #008AE0;
    line-height: normal;
    padding: 2px 4px 2px;
}

.bread > .inner span {
    position: relative;
}

.bread > .inner span:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px #aaa;
    border-right: solid 1px #aaa;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: -3px;
    bottom: 0;
    margin: auto;
}

.bread a,
.bread p {
    margin-left: 4px;
}

.bread p {
    color: #212121;
}

.bread a.home {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 14px;
    background-image: url(/img/common/home_ic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: -2px 4px 0 0;
}

.bread a.home img {
    display: inline-block;
    width: 13px;
    height: 14px;
}

/*
.bread a:last-of-type {
    width: fit-content;
    white-space: normal;
    overflow: inherit;
    text-overflow: inherit;
}
*/

.tag {
    display: block;
    width: fit-content;
    min-width: 100px;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    border-radius: 2px;
}

.tag_dom {
    background-color: #D43238;
}

.tag_dom.camp,
.tag_dom.coup {
    background-color: #006CC5;
}

.tag_dom.oth {
    background-color: #707070;
}

.tag_int {
    background-color: #009CCD;
}

.n_tag {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    //padding: 0 5px;
    width: fit-content;
    min-width: 110px;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 2px;
    background-color: #fff;
    margin-right: 15px;
}

.n_tag.tag_imp {
    color: #D43238;
    border: 1px solid #D43238;
}

.n_tag.tag_camp,
.n_tag.tag_coup {
    color: #006CC5;
    border: 1px solid #006CC5;
}

.n_tag.tag_oth {
    color: #707070;
    border: 1px solid #707070;
}

/*----------------------------------
all for PC
------------------------------------*/

@media screen and (min-width:768px) {
    .sp {
        display: none!important;
    }
    a:hover {
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
    }

}


/*----------------------------------
Page_head
------------------------------------*/

/*header action*/
header {
/*    position: fixed;*/
    width: 100%;
    transition: 0.5s;
    z-index: 10;
}
  
header.hide {
    transform: translateY(-65px);
}


header {
    background-color: rgba(255,255,255,1);
    height: auto;
/*    box-shadow: 0px 10px 10px -5px rgba(202,202,202,0.5);*/
}

.page_head_wrap {
    transition: 0.5s;
    z-index: 997;
}

.page_head_wrap {
    width: 100%;
    padding: 0;
    background: transparent;
    margin: 0 auto;
}


/*----------------------------------
header for PC
------------------------------------*/

/*@media screen and (min-width:961px) {*/
@media screen and (min-width:1101px) {
    .page_head_wrap {
        box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
    }
    .page_head_wrap > .inner {
        position: relative;
    }
    .menu {
        padding-bottom: 7px;
    }
    .h_top {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 10px 0 12px;
    }
    .h_top a {
        display: block;
        font-size: 1.5rem;
        margin: 0 9px;
    }
    .h_top a.h_logo img {
        display: block;
        width: 100%;
    }
    .h_top a.h_q {
        margin-right: 10px;
    }
    .h_top a.h_q:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        background-image: url(/img/common/h_q_ic.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 5px;
        margin-top: -2px;
    }
    .h_top a.h_lang {
        margin-right: 10px;
    }
    .h_top a.h_lang:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        background-image: url(/img/common/h_lang_ic.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 5px;
        margin-top: -4px;
    }
    .h_top a.h_tempo:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 15px;
        background-image: url(/img/common/h_tempo_ic.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 5px;
        margin-top: -2px;
    }
    .h_top a.my_page {
        width: fit-content;
        height: 30px;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #005BAC;
        background-color: #fff;
        border: 1px solid #005BAC;
        color: #fff;
        border-radius: 2px;
    }
    .h_top a.my_page img {
        display: block;
        width: 10px;
    }
    .h_top a.my_page span {
        color: #005BAC;
        font-size: 1.5rem;
        margin-left: 5px;
    }
    .menu {
        width: 100%;
        margin: 0 auto;
    }
    ul.page_navi {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        align-items: stretch;
        width: 100%;
        z-index: 99;
    }
    ul.page_navi > li > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 0.9em;
        height: 100%;
        color: #212121;
        position: relative;
        text-align: center;
        white-space: nowrap;
        transition: .3s;
        font-size:min(1.45vw,1.6rem);
        font-weight: 600;
        line-height: 1.2;
        transition: all 0.5s ease 0s;
    }
    ul.page_navi > li.kokunai_m > a {
        border-right: 1px solid #CCCCCC;
    }
    ul.page_navi > li > a:hover {
        color: #005BAC;
    }
    ul.page_navi > li > a span {
        display: block;
        font-weight: 600;
        font-size: 0.8em;
        transition: all 0.5s ease 0s;
    }
    ul.page_navi > li > a:hover span {
        color: #005BAC;
    }
    ul.page_navi > li.menu_cat {
        border-left: 5px solid #005BAC;
    }
    .menu > ul > li.sp_menu {
        display: none;
    }
    .h_top a.h_logo {
        display: block;
        width: 255px;
        margin: 0;
        position: absolute;
        top: 35px;
        left: 20px;
    }
    .cover {
        display: none!important;
    }

}


@media screen and (min-width:767px) and (max-width:1100px) {
    .h_top a.h_logo {
        width: 255px;
        position: static;
    }
/*
    .top_main {
        margin-top: 60px;
    }
*/
}

/*
@media screen and (min-width:1101px) {
    .h_top a.h_logo {
        width: 255px;
    }
}
*/

/*----------------------------------
header for SP
------------------------------------*/

@media screen and (max-width:1100px) {
    header {
        height: 60px;
/*        position: fixed;*/
/*        border-bottom: 1px solid #212121;*/
        z-index: 100;
        background-color: rgba(255,255,255,1);
        top: 0;
        left: 0;
    }
    header .inner {
        max-width: 100%;
        min-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .h_top {
        width: calc(100% - 55px);
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .h_top a.h_q {
        display: none;
    }
    .h_top a.h_tempo {
        display: none;
    }
    .h_top a.h_lang {
        display: none;
    }
    .h_top a.my_page {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 6px;
    }
    .h_top a.my_page img {
        display: block;
        width: 14px;
        margin-top: 7px;
    }
    .h_top a.my_page span {
        font-size: 10px;
        margin-top: 5px;
    }
    .header_menu.active .menu-container {
        z-index: 100;
    }
    .menu-container > .menu {
        transition: all 0.1s;
        /*    height: 60px;*/
        width: 100%;
        min-width: 100%;
        position: fixed;
        /*    position: relative;*/
        -webkit-overflow-scrolling: touch;
        height: 0;
    }
    .header_menu.active .menu-container > .menu {
        height: 100%;
    }
    .menu-container > .menu > ul {
        display: block;
        transition: all 0.2s;
        transform: translate(800px);
    }
    .menu-container > .menu > ul.show-on-mobile {
        transform:translate(0px);
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        height: auto;
        background-color: #fff;
        position: absolute;
/*        position: fixed;*/
        position: absolute;
        top: 60px;
        right: 0;
        overflow-y: scroll;
        /*overflow: auto;*/
        -webkit-overflow-scrolling: touch;
        z-index: 999;
        /*height: auto;*/
        height: 100vh;
        margin-top: 0;
        border-top: 1px solid #212121;
        padding: 0 0 150px 0;
    }
    #menuButton {
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 998;
        width: 60px;
        height: 60px;
        padding: 0;
        background-color: #fff;
        cursor: pointer;
        float: right;
/*        position: fixed;*/
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
    #menuButton span,
    #menuButton::before,
    #menuButton::after {
        display: block;
        position: absolute;
        top: 24px;
        /*bottom: 0;*/
        left:0;
        right: 0;
        width: 30px;
        height: 3px;
        margin: auto;
        background: #006CC5;
    }
    #menuButton span {
        overflow: hidden;
        z-index: 1;
        color: #006CC5;
    }
    #menuButton::before {
        z-index: 2;
        transform: translate(0, -8px);
        content: "";
    }
    #menuButton::after {
        z-index: 2;
        transform: translate(0, 8px);
        content: "";
    }
    #menuButton span {
        opacity: 1;
        transition: opacity 150ms 50ms;
        padding: 0;
    }
    #menuButton::before,
    #menuButton::after {
        transition: transform 200ms;
    }
    #menuButton.active span {
        opacity: 0;
        transition: opacity 150ms;
    }
    #menuButton.active::before {
        transform: rotate(45deg);
    }
    #menuButton.active::after {
        transform: rotate(-45deg);
    }
    #menuButton span.me,
    #menuButton span.cl {
        color: #212121;
        font-size: 10px;
        width: 100%;
        height: auto;
        background-color: transparent;
        background: transparent;
        text-align: center;
        bottom: 5px;
        position: absolute;
        top: auto;
    }
    #menuButton span.cl {
        opacity: 0;
    }
    #menuButton.active span.me {
        opacity: 0;
    }
    #menuButton.active span.cl {
        opacity: 1;
    }
    .menu > ul > li:hover a span {
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    header.menu_open {
        overflow: auto;
    }
    
/*
    header.menu_open .h_top {
        display: none;
    }
*/
    
    ul.page_navi {
        background-color: #fff;
    }
    ul.page_navi > li {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #D6D6D6;
    }
    ul.page_navi > li > a {
        width: 100%;
        font-size: 1.6rem;
        font-weight: 600;
        color: #212121;
        text-align: left;
        padding: 15px 15px 15px 15px;
        position: relative;
    }
    ul.page_navi > li > a:after {
        content: '';
        display: block;
        width: 10px;
        height: 12px;
        background-image: url(/img/common/sp_menu_ar.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    ul.page_navi > li.sp_my_page {
        margin-bottom: 20px;
    }
    ul.page_navi > li.sp_my_page > a {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #005BAC;
        border-radius: 2px;
    }
    ul.page_navi > li.sp_my_page > a span {
        font-size: 1.5rem;
        color: #005BAC;
    }
    ul.page_navi > li.sp_my_page > a img {
        display: block;
        width: 14px;
        margin-right: 8px;
    }
    ul.page_navi > li.sp_menu {
        border-bottom: none;
        margin-top: 20px;
    }
    ul.page_navi > li.sp_menu > a:after {
        content: none;
    }
    ul.page_navi > li.sp_menu_links > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 8px 15px 8px 0;
    }
    ul.page_navi > li.sp_menu_links > a span {
        font-size: 1.5rem;
    }
    ul.page_navi > li.sp_menu_links > a img {
        display: block;
        margin-right: 10px;
    }
    ul.page_navi > li.sp_menu_links > a.h_q,
    ul.page_navi > li.sp_menu_links > a.h_tempo,
    ul.page_navi > li.sp_menu_links > a.h_lang {
        width: fit-content;
    }
    
    ul.page_navi > li.sp_menu_links > a.h_q img {
        width: 18px;
    }
    ul.page_navi > li.sp_menu_links > a.h_tempo img,
    ul.page_navi > li.sp_menu_links > a.h_lang img {
        width: 16px;
    }
    
    body.fixed {
        position: relative;
        overflow: hidden;
    }
    .cover {
        display: none;
        opacity: 0;
    }
    .fixed .cover {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(172,172,172,0.9);
        border-bottom: 1px solid #EDEDED;
        opacity: 1;
        z-index: 99;
    }
    
    
    header.menu_open #menuButton {
        position: absolute;
    }
    
    #menuButton:hover {
        opacity: 1;
    }
    
    .menu-container {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 60px;
        padding: 0;
        margin: 0 auto;
        position: absolute;
        top: 0;
    }


    .page_head {
        padding-right: 0;
        width: 100%;
        height: 100%;
        padding: 70px 20px 100px 20px;
        background-color: #fff;
        overflow:auto;
        overflow-y:scroll;
        position: absolute;
        position: fixed;
        top: 0;
        right: -40px;
        width: 0;
        height: 100vh;
        transition: all 0.5s;
    }
    
    
    header.menu_open .page_head {
        right: 0;
        width: 90%;
    }

}


/* -----------------------------------
PageTop
-------------------------------------- */

#pageTop {
    position: fixed;
    bottom: 8%;
    right: 5%;
    z-index: 99;
}

#pageTop a {
    display: block;
    position: relative;
}

#pageTop a img {
    display: block;
    width: 40px;
    height: 40px;
}

/*----------------------------------
Footer
------------------------------------*/

footer {
    background-color: #274158;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ft_links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 15px;
}

.ft_links li {
    margin-bottom: 10px;
}

.ft_links li a {
    color: #fff;
    font-size: 1.4rem;
    padding: 0 8px 0;
    border-right: 1px solid #fff;
}

.ft_links li:last-child a {
    border-right: none;
}

.copy_right {
    color: #788A9A;
    text-align: center;
    font-size: 1.2rem;
}

/* -----------------------------------
Top Main
-------------------------------------- */

.top_main {
    position: relative;
}

.top_main .inner {
    height: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.top_main_slider {
    opacity: 0;
    transition: opacity .3s linear;
}

.top_main_slider.slick-initialized{
    opacity: 1;
}

.top_main_slider .slick-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.top_main_slider .slick-slide a:hover {
    opacity: 1;
}


.top_main_slider .slick-slide img {
    width: 100vw;
    height: 586px;
    object-fit: cover;
/*    transition: all 0.5s 1s ease-in-out;*/
    /*高さ可変の場合*/
    /*
    aspect-ratio: 2 / 1;
    max-height: 586px;
    */
}

.top_main .dots-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 8%;
    bottom: 20px;
}

.top_main .dots-wrap li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: #CCCCCC;
    border-radius: 50%;
    cursor: pointer;
}

.top_main .dots-wrap li:hover,
.top_main .dots-wrap li.slick-active {
    background: #005BAC;
}

.top_main .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

/* -----------------------------------
search_box
-------------------------------------- */

.search_box {
    width: 392px;
    height: 546px;
    width: fit-content;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    z-index: 1;
}

/*
@media screen and (min-width:1460px) {
    .search_box {
        left: 10%;
    }
}

@media screen and (min-width:768px) and ( max-width:1459px) {
    .search_box {
        left: 5%;
    }
}
*/


@media screen and (min-width:768px) {
    .search_box {
        left: 5%;
    }
}


.tab__list {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    background: #ededed;
}

.tab__list .tab__item {
    width: 33.33333333%;
}

.tab__list .tab__item:first-child,
.tab__list .tab__item.dom {
    border-right: 1px solid #CCCCCC;
}

.tab__list .tab__item.is-active {
  opacity: 1;
}

.tab__list .tab__item > button {
    width: 100%;
    border: none;
    color: #707070;
    font-size: 1.5rem;
    font-weight: 600;
    background: #ededed;
}

.tab__list .tab__item.is-active > button {
    background: #005BAC;
    color: #fff;
    
}

.tab__list .dom.is-active > button {
    background: #D43238;
}

.tab__list .int.is-active > button {
    background: #009CCD;
}

button.tab__text {
    display: block;
    font-size: 1.6rem;
    padding: 13px 10px;
    cursor: pointer;
}

.search_box .tab__content {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    background: #fff;
    padding: 0px 35px 0px 35px;/*20250728*/
}

.search_box .tab__content-item {
    display: none;
}

.search_box .tab__content-item.is-active {
    display: block;
}

.search_box .button_dom {
    background-color: #005BAC;
}

/* -----------------------------------
area_tag
-------------------------------------- */

.area_tag_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
}

.area_tag_cont .tit {
    font-size: 1.6rem;
    font-weight: 700;
    width: 160px;
    margin-right: 20px;
}

.area_tag_cont .tit:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 17px;
    background-image: url(/img/top/area_tag_tit.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    margin-top: -2px;
}

.area_tag {
    width: calc(100% - 180px);
    display: flex;
    flex-wrap: wrap;
}

.area_tag li {
    margin-right: 8px;
    margin-bottom: 10px;
}

.area_tag li a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    padding: 8px 22px 8px;
    background-color: #E2F1FF;
    border-radius: 20px;
}

/* -----------------------------------
top_info
-------------------------------------- */

.top_info_wrap {
    padding-top: 30px;
    padding-bottom: 50px;
}

.top_info_wrap .tit {
    font-size: 2.0rem;
    color: #005BAC;
    font-weight: 700;
    margin-bottom: 10px;
}

.top_info li {
    margin: 5px 0;
    border-bottom: 1px solid #CCCCCC;
}

.top_info li a {
    display: block;
    padding: 8px 0 8px 0;
    transition: all 0.5s;
}

.top_info li a:hover {
    opacity: 1;
    color: #005BAC;
}

/* -----------------------------------
Tour/Service
-------------------------------------- */

.top_tour_wrap {
    padding-top: 70px;
    padding-bottom: 30px;
    background-image: url(/img/top/top_tour_bk.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.top_tour_wrap h2 {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}

.top_tour_s {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
    border: 1px solid #FFC0BD;
    background-color: #FFF2F0;
}

.top_tour_s .tit {
    padding: 9px 20px 9px 20px;
    background-color: #FFC0BD;
}

.top_tour_s .tit h3 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.top_tour_s .tit h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 44px;
    background-image: url(/img/top/tour_kokunai_tit.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-top: -2px;
}

.top_tour_s_cont {
    padding: 25px 25px 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top_tour_s_cont_l {
    width: 63%;
}

.top_tour_s_cont_r {
    width: 33%;
}

.top_tour_s_cont_l ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_tour_s_cont_l ul li {
    width: 48.65%;
    margin-bottom: 15px;
}

.top_tour_s_cont_l ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border: 1px solid #D43238;
    border-radius: 6px;
    padding: 15px 35px 15px 15px;
    position: relative;
}

.top_tour_s_cont_l ul li a span {
    color: #D43238;
    font-weight: 700;
}

.top_tour_s_cont_l ul li a span.img {
    display: block;
    width: 44px;
    margin-right: 12px;
}

.top_tour_s_cont_l ul li a:before {
    content: '';
    display: block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url(/img/top/tour_kokunai_bt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.top_tour_s_cont_r h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.top_tour_s_cont_r h4:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 17px;
    background-image: url(/img/top/top_tour_ic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    margin-top: -2px;
}

.top_tour_s_cont_r ul {
    display: flex;
    flex-wrap: wrap;
}

.top_tour_s_cont_r ul li {
    border-right: 1px solid #b1b1b1;
    margin-right: 10px;
    margin-bottom: 10px;
}

.top_tour_s_cont_r ul li a {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #008AE0;
    padding-right: 10px;
}

.top_tour_kaigai {
    border: 1px solid #ACD9EA;
    background-color: #ECF4F7;
}

.top_tour_kaigai .tit {
    background-color: #ACD9EA;
}

.top_tour_kaigai .tit h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 34px;
    background-image: url(/img/top/tour_kaigai_tit.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.top_tour_kaigai_link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border: 1px solid #009CCD;
    border-radius: 6px;
    padding: 15px 35px 15px 15px;
    margin-bottom: 15px;
    position: relative;
}

.top_tour_kaigai_link span {
    color: #009CCD;
    font-weight: 700;
}

.top_tour_kaigai_link span.img {
    display: block;
    width: 44px;
    margin-right: 12px;
}

.top_tour_kaigai_link:before {
    content: '';
    display: block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url(/img/top/tour_kaigai_bt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.top_reckaigai_wrap .btn01 {
    margin-top: 50px;
    margin-bottom: 0;
}

/* -----------------------------------
top_news
-------------------------------------- */

.top_news_wrap {
    padding-top: 30px;
    padding-bottom: 50px;
}

.top_news_tit {
    display: flex;
}

.top_news_tit h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-right: 20px;
}

.top_news_tit .sugotoku_bt {
    margin-left: auto;
}

.sugotoku_bt {
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 15px;
    background-color: #FDF7EF;
    border: 1px solid #F06400;
    position: relative;
}

.sugotoku_bt span {
    font-weight: 500;
}

.sugotoku_bt span.img {
    display: block;
    width: 68px;
    margin-right: 12px;
}

.sugotoku_bt:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #F06400;
    border-right: solid 2px #F06400;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}

dl.news_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 50px;
}

dl.news_list > dt,
dl.news_list > dd {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}

dl.news_list > dt {
    display: flex;
    align-items: center;
    width: 285px;
    padding-right: 20px;
}
dl.news_list > dd {
    width: calc(100% - 285px);
}

dl.news_list > dd a {
    transition: all 0.5s;
}

dl.news_list > dd a:hover {
    opacity: 1;
    color: #005BAC;
}

dl.news_list > dt span.tag {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    width: 110px;
    min-width: 110px;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 2px;
    display: block;
    margin-right: 15px;
}

dl.news_list > dt span.date {
    display: block;
    font-size: 1.5rem;
}

.ordinary_news_wrap dl.news_list {
    margin-top: 20px;
}


.more_bt {
    display: block;
    width: fit-content;
    min-width: 172px;
    padding: 14px 40px 14px;
    text-align: center;
    color: #fff;
    position: relative;
    background-color: #005BAC;
    border-radius: 30px;
    margin: 0 auto;
}

.more_bt:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}

/* -----------------------------------
top_toku
-------------------------------------- */

.gray_area {
    background-color: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 50px;
}

.wh_area {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.top_toku_tit_ic,
.top_seller_tit_ic,
.top_reckokunai_tit_ic,
.top_reckaigai_tit_ic {
    width: 190px;
    margin: 0 auto 20px;
}

.top_toku_wrap h2,
.top_seller_wrap h2,
.top_reckokunai_wrap h2,
.top_reckaigai_wrap h2 {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.top_conts_slide {
    display: block;
/*    margin: 0 8px;*/
}

.top_conts_slide .fee {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 5px;
    display: block;
}

.top_conts_slide img {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}

.slider_arrows {
    display: flex;
    justify-content: center;
}


/*Slider*/

.ar_set {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.ar_set .swiper-pagination {
    position: static;
    width: fit-content;
    margin: 0 20px;
}

.ar_set .swiper-button-next,
.ar_set .swiper-button-prev {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
}

.ar_set .swiper-button-prev:after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(/img/common/swiper_bt_prev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.ar_set .swiper-button-next:after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(/img/common/swiper_bt_next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.ar_set .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.ar_set .swiper-pagination-bullet-active {
    background: #005BAC;
}

/* -----------------------------------
top_sugotoku
-------------------------------------- */

.top_sugotoku_wrap {
    background-color: #ECF4F5;
    padding-top: 80px;
    padding-bottom: 280px;
    background-image: url(/img/top/sugotoku_bk.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}

.top_sugotoku_wrap .tit {
    width: 238px;
    margin: 0 auto 50px;
}

.sugotoku_img_pc {
    width: 892px;
    max-width: 100%;
    margin: 0 auto;
}

.btn01 {
    display: block;
    width: 338px;
    max-width: 100%;
    padding: 18px 45px 18px 45px;
    background-color: #005BAC;
    margin: 40px auto 0;
    text-align: center;
    border-radius: 30px;
    position: relative;
}

.btn01 span {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
}

.btn01:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}

/* -----------------------------------
top_recommend
-------------------------------------- */

.top_recommend_wrap {
    padding-top: 35px;
    padding-bottom: 50px;
    background-color: #005BAC;
}

.top_recommend_wrap .tit > img {
    display: block;
    width: 102px;
    margin: 0 auto 25px;
}

.top_recommend_wrap .tit h2 {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

ul.top_recommend {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.top_recommend > li {
    width: 32%;
    max-width: 384px;
    min-height: 106px;
    margin-bottom: 22px;
}

ul.top_recommend::after {
    content:"";
    display: block;
    width: 32%;
}

@media screen and (min-width:768px) and ( max-width:1180px) {
    ul.top_recommend {
        width: 768px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    ul.top_recommend > li {
        width: 49%;
    }
}


ul.top_recommend > li > a {
    display: flex;
    width: 100%;
    height: 100%;
}

ul.top_recommend > li > a .tr_img {
    width: 51%;
/*    width: 196px;*/
}

ul.top_recommend > li > a .tr_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.top_recommend > li > a .tr_text {
    width: 49%;
/*    width: 188px;*/
/*    width: calc(100% - 196px);*/
    background-color: #fff;
    padding: 10px 30px 10px 12px;
    position: relative;
}

ul.top_recommend > li > a .tr_text p {
    font-size: 1.4rem;
}

ul.top_recommend > li > a .tr_text p.tit {
    font-weight: 700;
}

ul.top_recommend > li > a .tr_text:before {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background-color: #ED7274;
    position: absolute;
    top: 0;
    right: 0;
}

ul.top_recommend > li > a .tr_text:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    margin: auto;
}

/* -----------------------------------
top banner
-------------------------------------- */

.top_banner_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.top_banner {
    display: flex;
    justify-content: space-between;
}

.top_banner li {
    width: 24%;
    max-width: 280px;
}

/* -----------------------------------
top guide
-------------------------------------- */

.top_guide_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f4f4f4;
}

.top_guide_wrap h2 {
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.top_guide_wrap .inner > p {
    font-size: 1.8rem;
}

.top_guide {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.top_guide > li {
    width: 308px;
    max-width: 24%;
}

.top_guide > li .top_guide_img {
    position: relative;
}

.top_guide > li .top_guide_img .cate {
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
    color: #827763;
    font-size: 1.2rem;
    padding: 5px 10px 5px;
    background-color: rgba(255,255,255,0.8);
}

.top_guide > li .top_guide_cont span {
    display: block;
    color: #8D8D8D;
    margin-top: 8px;
}

.top_guide > li .top_guide_cont p {
    margin-top: 12px;
}


/* -----------------------------------
txlinks
-------------------------------------- */

.txlinks_wrap {
    padding-top: 60px;
    padding-bottom: 35px;
    background-color: #fff;
    border-top: 1px solid #E5E5E5;
}

ul.txlinks {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

ul.txlinks > li {
    border-right: 1px solid #B1B1B1;
    margin-bottom: 8px;
}

ul.txlinks > li a {
    color: #008AE0;
    display: inline-block;
    padding: 0 10px 0 10px;
}

ul.txlinks > li.single {
    border-right: none;
}

.txlinks_wrap .tit {
    padding-left: 10px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* -----------------------------------
sns_links
-------------------------------------- */

.sns_links_wrap {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
}

.sns_links {
    display: flex;
    justify-content: center;
    margin: 25px auto 35px;
}

.sns_links > li {
    margin-left: 8px;
    margin-right: 8px;
}

.sns_links > li a {
    display: block;
    width: 40px;
}

/* -----------------------------------
dc_links
-------------------------------------- */

.dc_links_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

a.dc_links {
    width: 958px;
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0 20px;
    border: 1px solid #93969F;
    border-radius: 6px;
    background: rgb(253,253,253);
    background: linear-gradient(180deg, rgba(253,253,253,1) 0%, rgba(223,233,235,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

a.dc_links:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-image: url(/img/common/right_ar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

a.dc_links span {
    font-size: 2.2rem;
    font-weight: 600;
}

a.dc_links span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 19px;
    background-image: url(/img/top/book_ic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-top: -5px;
}

/* -----------------------------------
logo_links
-------------------------------------- */

.logo_links_wrap {
    padding-top: 28px;
    padding-bottom: 28px;
    background: #fff;
}

.logo_links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_links li {
    margin-left: 15px;
    margin-right: 15px;
}

.logo_links li a {
    display: block;
}

.logo_links li a.logo_taftc {
    width: 110px;
}

.logo_links li a.logo_privacy{
    width: 45px;
}


.logo_links li a.logo_tobu_g {
    width: 56px;
}

.logo_links li a.logo_skytree {
    width: 47px;
}

h3 span {
    color: #fff;
}

#contact p {
    color: #fff;
    font-size: 12px;
}

/* -----------------------------------
1127
-------------------------------------- */

.dropdown_box {
    margin: 0;
    padding: 0;
    position: relative;
}

.dropdown__btn {
    cursor: pointer;
}

.dropdown__btn.is-open + .dropdown__cont {
    display: block;
    z-index: 100;
}

.dropdown__cont {
    display: none;
    min-width: 260px;
    background-color: #005BAC;
    padding: 20px 15px 20px 15px;
    overflow: hidden;
    position: absolute;
    top: 32px;
    right: 0;
}

.dropdown__cont > p {
    font-size: 1.4rem;
    color: #fff;
}

.dropdown__cont a {
    display: block;
    padding: 10px 24px 10px 12px;
    background-color: #fff;
    border-radius: 4px;
    margin: 5px 0 0 0;
    font-size: 1.4rem;
    position: relative;
}

.dropdown__cont a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #005BAC;
    border-right: solid 2px #005BAC;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
}

.dropdown__cont a .org {
    color: #ED7274;
    font-weight: 600;
    font-size: 1em;
}

.dropdown__cont a .sky {
    color: #00B2DF;
    font-weight: 600;
    font-size: 1em;
}


@media screen and (min-width:1101px) {
    .my_page__btn {
        width: fit-content;
        height: 30px;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #005BAC;
        background-color: #fff;
        border: 1px solid #005BAC;
        border-radius: 2px;
    }
    .my_page__btn img {
        display: block;
        width: 10px;
    }
    .my_page__btn span {
        color: #005BAC;
        font-size: 1.5rem;
        margin-left: 5px;
    }
}

/*My PAGE DROPDOWN MENU*/
@media screen and (max-width: 1100px) {
    .my_page__btn {
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 6px;
    }
    .my_page__btn img {
        display: block;
        width: 14px;
        margin-top: 7px;
    }
    .my_page__btn span {
        font-size: 10px;
        margin-top: 5px;
    }
    .dropdown__cont {
        top: 56px;
    }
    .my_page__btn:hover {
        opacity: 0.8!important;
    }
}

/*SP MENU My PAGE ACCORDION*/
@media screen and (max-width:1100px) {
    ul.page_navi > li.sp_my_page .acc_btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border: 1px solid #005BAC;
        padding: 15px 15px 15px 15px;
        position: relative;
        border-radius: 2px;
    }
    ul.page_navi > li.sp_my_page .acc_btn:hover{
        cursor: pointer;
        opacity: 0.8!important;
    }
    ul.page_navi > li.sp_my_page .acc_btn span {
        font-size: 1.5rem;
        color: #005BAC;
    }
    ul.page_navi > li.sp_my_page .acc_btn img {
        display: block;
        width: 14px;
        margin-right: 8px;
    }
    ul.page_navi > li.sp_menu {
        border-bottom: none;
        margin-top: 20px;
    }
    ul.page_navi > li.sp_menu > a:after {
        content: none;
    }
}

.acc_body {
    display: none;
    width: 100%;
    background-color: #005BAC;
    padding: 20px 15px 20px 15px;
    overflow: hidden;
}

.acc_body > p {
    font-size: 1.4rem;
    color: #fff;
}

.acc_body a {
    display: block;
    padding: 10px 24px 10px 12px;
    background-color: #fff;
    border-radius: 4px;
    margin: 5px 0 0 0;
    font-size: 1.4rem;
    position: relative;
}

.acc_body a:hover {
    opacity: 0.8!important;
}

.acc_body a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #005BAC;
    border-right: solid 2px #005BAC;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
}

.acc_body a .org {
    color: #ED7274;
    font-weight: 600;
    font-size: 1em;
}

.acc_body a .sky {
    color: #00B2DF;
    font-weight: 600;
    font-size: 1em;
}

/* -----------------------------------
20250315
-------------------------------------- */

.h_top a.h_logo {
    z-index: 101;
}

header.menu_open .page_head {
    z-index: 102;
}

@media screen and (max-width:767px) {
    ul.top_recommend {
        margin-bottom: 40px;
    }
}

/* -----------------------------------
202602
-------------------------------------- */

.search_box #search_int {
	padding-top: 30px;
}


/* -----------------------------------
202603
-------------------------------------- */

.search_box {
    top: 60px;
}

.search_box #search_dom.is-active {
    height: 430px;
}

.search_box #search_yado.is-active {
    height: 350px;
}








