@charset "UTF-8";
/* CSS Document */
/**************************基本**************************/

/* Header Styles */
header {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 10001;
    transition: 0.3s;
}

header.fixed {
    top: 0;
}

header .header_inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1240px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #fff;
}

header .menu_btn {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--blue);
    border-radius: 50%;
}

header .menu_btn.is-open span:not(.txt):nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

header .menu_btn.is-open span:not(.txt):nth-child(2) {
    opacity: 0;
}

header .menu_btn.is-open span:not(.txt):nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}


header .menu_btn span:not(.txt) {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 2px 0;
    transition: all 0.3s ease;
}

header .menu_btn .txt {
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
}

header .header_btn_container .icons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    text-decoration: none;
    font-family: renner;
    font-weight: bold;
    font-size: 13px;
    padding-top: 3px;
}

header .header_btn_container .icons a .img {
    display: block;
    height: 30px;
    margin-bottom: 3px;
}

header .header_btn_container .icons a .img img {
    height: 100%;
    width: auto;
}

header .menu_container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header_menu_container .main_menu,
.header_menu_container .menu_secondary {
    padding: 80px 0 0;
}

.header_menu_container .close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: var(--pink);
    border-radius: 50%;
}

.header_menu_container .close_btn svg {
    color: #fff;
    transform: scale(1.4);
}

.menu_level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.menu_secondary {
    transform: translateX(100%);
}

#main_menu {
    transform: translateX(0);
}

#menu-modal {
    background: rgba(0, 0, 0, 0.5);
}

#menu-modal .uk-modal-dialog {
    width: 95%;
    height: 90vh;
    max-height: calc(100vh - 110px);
    max-width: 1240px !important;
    background: #fff;
    position: relative;
    display: block;
    margin: 90px auto 0;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

body header.fixed~#menu-modal .uk-modal-dialog {
    margin-top: 70px;
}



#menu-modal .uk-modal-close-full {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

#menu-modal .modal-content {
    width: 100%;
    height: 100%;
    padding: 50px 50px 30px;
    overflow-y: auto;
}

#menu-modal .modal-content ul li,
#menu-modal .modal-content ul li a {
    color: var(--blue);
    text-decoration: none;
}

/* #menu-modal .modal-content ul.sendo-menu li,
#menu-modal .modal-content ul.sendo-menu li a {
    color: var(--sendo);
    text-decoration: none;
}

#menu-modal .modal-content ul.tourism-menu li,
#menu-modal .modal-content ul.tourism-menu li a {
    color: var(--design);
    text-decoration: none;
}

#menu-modal .modal-content ul.smart-menu li,
#menu-modal .modal-content ul.smart-menu li a {
    color: var(--smart);
    text-decoration: none;
} */



#menu-modal .modal-content ul li a i {
    margin-left: 5px;
    color: var(--gray2);
}

#menu-modal .modal-content ul li {
    margin-bottom: 10px;
}

#menu-modal .modal-content ul li:last-child {
    margin-bottom: 0;
}

#menu-modal .modal-content ul li.title {
    font-size: 110%;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--blue);
}

#menu-modal .modal_btns a {
    display: block;
    padding: 10px 20px;
    border: 1px solid var(--blue);
    color: var(--blue);
    text-decoration: none;
    text-align: center;
}



/* 言語選択モーダル */
.language-modal {
    max-width: 500px !important;
    padding: 40px;
    border-radius: 20px;
    top: 80px;
}

.language-modal .uk-modal-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.lang-select-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid var(--blue);
    font-weight: bold;
}

.lang-select-btn.jp {
    background: var(--blue);
    color: #fff;
}

.lang-select-btn.en {
    background: #fff;
    color: var(--blue);
}


.lang-select-btn .lang {
    font-size: 24px;
}





.foot_pagetop_btn {
    position: fixed;
    bottom: 48px;
    right: 40px;
    height: 62px;
    width: 62px;
    display: block;
    background: #ffffff;
    color: #0089b7;
    text-align: center;
    line-height: 62px;
    z-index: 89;
    font-size: 44px;
    cursor: pointer;
}

.footer_link_list {
    line-height: 1.4;
}

.footer_link_list li {
    margin-top: .6em;
    position: relative;
}

.footer_link_list li:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: .5em;
}

.footer_link_list li a {
    color: #fff;
    text-decoration: none;
}

.footer_link_list li a:hover {}

.footer_link_list li a:hover span:nth-child(1) {
    text-decoration: underline;
}

.footer_link_list li a span:nth-child(2) {
    margin-left: 1em;
    font-size: .9em;
    opacity: .9;
}

.footer_blue_bg_body {
    color: #fff;
    padding: 80px 0;
    background: #0089B7;
}

.foot_yuugou_title a {
    font-size: 1.6em;
    text-decoration: none;
    color: #fff;
}

.footer_border_box {
    height: 100%;
    border: 1px solid #fff;
}

.footer_border_box_title {
    border-bottom: 1px solid #fff;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 1.2em;
}

.footer_border_box_content {
    padding: 20px 30px;
}

.footer_sns_body {
    margin-top: 20px;
    max-width: 200px;
    display: flex;
}

.footer_sns_body>* {
    width: 33.33%;
}

.footer_sns_body a {
    color: #fff;
    font-size: 2.4em;
    transition: .3s;
}

.footer_sns_body a:hover {
    opacity: .7;
}

.footer_bot_body {
    text-align: center;
    margin-top: 40px;
}

.footer_bot_copy {
    margin-top: 10px;
}

.footer_bot_copy small {
    font-size: 12px;
}


/* Responsive adjustments */
@media (max-width: 768px) {}

@media (max-width: 480px) {}

/*---------------screen and (max-width:959px) - START ---------------*/
@media screen and (max-width:959px) {}

/*---------------screen and (max-width:959px) - END ---------------*/



/*---------------screen and (max-width:640px) - START ---------------*/
@media screen and (max-width:640px) {
    header {
        top: 0;
    }

    header .header_inner {
        width: 100%;
        border-radius: 0;
        position: relative;
        z-index: 1000;
    }

    header .logo {
        height: 50px;
    }

    header .logo img {
        max-height: 50px;
        max-width: 100px;
        height: 100%;
    }

    header .menu_btn {
        width: 50px;
        height: 50px;
    }

    header .menu_btn .txt {
        margin-top: 3px;
    }

    header .header_btn_container .icons {
        display: none;
    }

    #menu-modal .uk-modal-dialog {
        width: 100%;
        max-height: calc(100vh - 70px);
        margin-top: 70px;
        border-radius: 0;
    }

    #menu-modal .modal-content {
        padding: 30px 20px;
    }


    /* SPメニュー */
    #menu-modal {
        display: none !important;
    }

    .sp-menu-wrapper {
        position: fixed;
        top: 70px;
        right: -100%;
        width: 100%;
        max-width: 450px;
        height: calc(100vh - 70px);
        background: #fff;
        transition: right 0.3s ease;
        z-index: 1000;
        border-top: 1px solid #eee;
    }

    .sp-menu-wrapper.is-active {
        right: 0;
    }

    .sp-menu-container {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .sp-menu-level {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: transform 0.3s ease;
        background: #fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sp-menu-level2 {
        transform: translateX(100%);
    }

    .sp-menu-level2.is-active {
        transform: translateX(0);
    }

    .sp-menu-level1.is-hidden {
        transform: translateX(-30%);
    }

    .sp-menu-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sp-menu-item {
        border-bottom: 1px solid #eee;
    }

    .sp-menu-link {
        display: block;
        padding: 15px 20px;
        color: #333;
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        position: relative;
    }

    .sp-menu-link::after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .sp-submenu-header {
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        background: #fff;
        height: 60px;
    }

    .sp-submenu-header .sp-back-btn,
    .sp-submenu-header .sp-submenu-title{
        display: flex;
        align-items: center;
        height: 100%;
        background: var(--blue);
        color: #fff;
    }

    .sp-back-btn {
        padding: 5px 15px 5px 20px;
        border: none;
        background: none;
        position: relative;
        font-size: 14px;
        cursor: pointer;
        flex: none;
    }

    .sp-back-btn::before {
        content: "";
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .sp-submenu-title {
        padding: 5px 15px;
        font-weight: bold;
        font-size: 15px;
        flex: auto;
        border-left: 1px solid #fff;
    }

    .sp-submenu-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sp-submenu-list li {
        border-bottom: 1px solid #eee;
    }

    .sp-submenu-list li a {
        display: block;
        padding: 15px 20px;
        color: #333;
        text-decoration: none;
        font-size: 14px;
    }

    .sp-menu-bottom {
        padding: 30px 20px;
    }

    .sp-menu-bottom ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .sp-menu-bottom ul li {
        width: calc(50% - 5px);
    }

    .sp-menu-bottom ul li a {
        display: block;
        padding: 12px;
        background: #f5f5f5;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        text-align: center;
        border-radius: 4px;
    }

    .sp-menu-bottom .sns_list a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: var(--blue);
        text-decoration: none;
        font-family: renner;
        font-weight: bold;
        font-size: 13px;
        padding-top: 3px;
    }

    .sp-menu-bottom .sns_list a .img {
        display: block;
        height: 30px;
        margin-bottom: 3px;
    }

    /* メニューボタンのスタイル調整 */
    .menu_btn {
        z-index: 1001;
    }

    .menu_btn.is-active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .menu_btn.is-active span:nth-child(2) {
        opacity: 0;
    }

    .menu_btn.is-active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    /* オーバーレイ */
    .sp-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .sp-menu-overlay.is-active {
        display: block;
        opacity: 1;
    }

}

/*---------------screen and (max-width:640px) - END ---------------*/