@charset "UTF-8";
/* ヘッダー
----------------------------------------------------*/
header {
    width: 100%;
    height: 97px;
    padding: 0;
    background-color: #FFFFFF;
}
.header_box {
    width: 1150px;
    margin: 0 auto;
    padding: 12px 0 8px 0;
    display: flex;
    justify-content: space-between;
}
.header_box .lBox {
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    display: flex;
}
.header_box .lBox a {
    display: block;
}
.header_box .lBox .freecall {
    width: 180px;
    pointer-events: none;
}
.header_box .lBox .freecall img {
    display: block;
    width: 95%;
}
.logo {
    width: 220px;
    height: 40px;
    margin: 0;
    display: block;
}
.logo img {
    width: 100%;
    height: auto;
}
a.logo:hover {
    opacity: 1.0;
}
@media only screen and (max-width: 768px) {
    header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 50px;
        padding: 0;
        background-color: #FFFFFF;
    }
}
@media only screen and (max-width: 768px) {
    .header_box {
        width: 100%;
        margin: 0;
        padding: 8px 0 8px 8px;
        background: #FFFFFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        z-index: 100;
        top: 0;
    }
    .header_box .lBox {
        gap: 8px;
        width: 100%;
        align-items: center;
        padding-right: 50px;
    }
    .header_box .lBox h1 {
        width: 44%;
        max-width: 200px;
    }
    .header_box .lBox h1 .logo {
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px;
    }
    .header_box .lBox .logo {
        display: flex;
        align-items: center;
        width: 44%;
        max-width: 200px;
        height: 40px;
        margin: 0;
    }
    .header_box .lBox .logo img {
        display: block;
        width: 100%;
        height: auto;
    }
    .header_box .lBox .logo_20th {
        width: 11.5vw;
        max-width: 45px;
    }
    .header_box .lBox .logo_20th .logo20th {
        width: 100%;
        margin: 0;
    }
    .header_box .lBox .logo_20th .logo20th.sp {
        display: block;
        width: 100%;
    }
    .header_box .lBox .logo_20th .logo20th.pc {
        display: none !important;
    }
    .header_box .lBox .freecall {
        width: 44%;
        max-width: 180px;
        pointer-events: inherit;
    }
    .header_box .lBox .freecall img {
        width: 100%;
    }
}
.header_tosyo {
    width: 280px;
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
    font-size: 10px;
    line-height: 1.8;
}
.header_tosyo img {
    width: 32px;
    margin: 0 0.5em 0 0;
    padding: 0 0 0 0;
    float: left;
}
.header_box .rBox {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.beginnerMark,
.header_qMark,
.header_flag {
    padding: 0 1em;
}
.header_flag {
    padding-right: 0;
}
@media screen and (max-width: 769px) {
    #ctaArea_top_sp.custom_tui_cta .conciergeContainer .conciergeTalk,
    #ctaArea_simple .custom_tui_cta .conciergeContainer {
        min-width: 100%;
    }
}
#ctaArea_simple .custom_cta.icon2[style*="background-color:#fffff"] {
    background: #fcf0e0ea !important;
}
/*snsマーク START*/
a.snsIcon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 6px;
}
a.snsIcon::before {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0;
}
a.iconTwitter::before {
    content: url("../img/iconTwitter.svg");
}
a.iconFb::before {
    content: url("../img/iconFacebook.svg");
}
a.iconYouTube::before {
    content: "";
    background-image: url("../img/iconYouTube.webp");
    background-size: contain;
}
a.iconYouTube:hover {
    opacity: 0.5;
}
@media only screen and (max-width: 768px) {
    a.snsIcon::before {
        width: 30px;
        height: 30px;
    }
}
/*snsマーク END*/
.header_box .beginnerMark {
    margin: 0;
    padding: 0 1em;
    font-size: 15px;
    background: left 4px no-repeat;
    background-size: auto 0.9em;
}
.header_box .header_qMark {
    margin: 0;
    padding: 0 1em;
    font-size: 15px;
    background: left 4px no-repeat;
    background-size: auto 0.9em;
}
.header_box .header_flag {
    margin: 0;
    padding: 0 0.5em 0 1em;
    font-size: 15px;
    background: left 4px no-repeat;
    background-size: auto 0.9em;
}
@media only screen and (max-width: 768px) {
    .header_tosyo {
        display: none;
    }
    .header_box .rBox {
        display: none;
    }
}
.header_menuWrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #FDF1E1;
    -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
    transition: .5s;
    position: relative;
    z-index: 9999;
}
.header_menuWrapper nav {
    width: 1150px;
    margin: 0 auto;
    padding: 7px 0;
    font-size: 15px;
    font-weight: 300;
    color: #131313;
    position: relative;
}
.header_menuWrapper>nav a {
    margin: 0 20px 0 0;
}
.header_menuWrapper nav a:link {
    color: #131313;
    text-decoration: none;
}
.header_menuWrapper nav a:visited {
    color: #131313;
    text-decoration: none;
}
.header_menuWrapper nav a:hover {
    color: #46C3D7;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .header_menuWrapper {
        display: none;
    }
}
/* メニュー開閉
----------------------------------------------------*/
.allcategory_btn {
    margin: 0 0 0 0;
    border-radius: .3em;
    text-align: left;
    position: absolute;
    top: 6px;
    left: 990px;
}
.allcategory_btn:hover {
    cursor: pointer;
}
/* checkbox non-display */
.add-control .chk {
    display: none;
}
.add-control .btn-open-close {
    display: flex;
}
.add-control .btn-open-close .humButton {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 3px 10px;
}
.add-control .btn-open-close .humButton [class^="humBar"] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 17px;
    height: 3px;
    background-color: var(--orange-color);
    transition-duration: 0.5s;
}
.add-control .btn-open-close .humButton .humBar01 {
    top: 0;
}
.add-control .btn-open-close .humButton .humBar02 {
    top: 7px;
}
.add-control .btn-open-close .humButton .humBar03 {
    top: 14px;
}
.add-control #open-close:checked~.btn-open-close .humButton .humBar01 {
    top: 6px;
    transform: translate(-50%, 50%) rotate(45deg);
}
.add-control #open-close:checked~.btn-open-close .humButton .humBar02 {
    opacity: 0;
}
.add-control #open-close:checked~.btn-open-close .humButton .humBar03 {
    top: 6px;
    transform: translate(-50%, 50%) rotate(495deg);
}
.add-control #open-close~.btn-open-close::after {
    content: "\5168\3066\306e\30ab\30c6\30b4\30ea\30fc";
    /*全てのカテゴリー*/
}
.add-control #open-close~.allcategory_box {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.add-control #open-close:checked~.btn-open-close::after {
    content: "\9589\3058\308b";
    /*閉じる*/
}
.add-control #open-close:checked~.allcategory_box {
    margin: 10px 0 -10px 0;
    height: 40px;
    opacity: 1;
}
.add-control #open-close:checked~.allcategory_box a {
    display: inline-block;
}
/* スマホメニュー
----------------------------------------------------*/
.spMenu_box {
    display: none;
}
.spModal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100%;
}
.sp_menu_wrapper {
    width: 100%;
    background: #FFFFFF;
    padding: 8px 0 60px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 9999;
}
.sp_menu_wrapper>.logo {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 10px 40px 10px 10px;
}
.sp_head_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    justify-content: -ms-center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #DFDFDF;
    flex-wrap: wrap;
}
.sp_head_box a {
    width: 40%;
}
.sp_head_box:after {
    content: "";
    display: block;
    width: 40%;
}
.sp_head_box .beginnerMark {
    display: block;
    margin: 0 35px 0 0;
    padding: 12px 0 12px 20px;
    font-size:16px;
    color:#131313;
    background: url(../img/header_beginnerMark.webp) left 50% no-repeat;
    background-size:auto 15px;
}
.sp_head_box .header_qMark {
    display: block;
    margin: 0 0 0 0;
    padding: 12px 0 12px 25px;
    font-size:16px;
    color:#131313;
    background: url(../img/header_qMark.webp) left 50% no-repeat;
    background-size:auto 15px;
}
.sp_head_box .header_flag {
    display: block;
    margin: 0 35px 0 0;
    padding: 12px 0 12px 20px;
    font-size: 16px;
    color: #131313;
    background: url(../img/header_flag.svg) left 50% no-repeat;
    background-size: auto 15px;
}
.header_box .rBox a {
    color: #131313;
}
.sp_menu_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 1em;
    justify-content: -webkit-space-between;
    justify-content: -moz-space-between;
    justify-content: -ms-space-between;
    justify-content: space-between;
    flex-wrap: -webkit-wrap;
    flex-wrap: -moz-wrap;
    flex-wrap: -ms-wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #dfdfdf;
}
.sp_menu {
    width: 48%;
}
.sp_menu.full {
    width: 100%;
}
.sp_menu>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sp_menu>ul a {
    color: #131313;
}
.sp_menu>ul li {
    position: relative;
    padding: 0 0 0 1em;
}
.sp_menu>ul a {
    display: block;
    padding: 11px 0;
    font-size: 18px;
}
.sp_menu>ul a:hover {
    color: #ff5d00;
}
.sp_menu>ul li::before {
    position: absolute;
    content: '';
    display: block;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    left: 0;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ff5d00;
    border-bottom: 1px solid #ff5d00;
    transform: rotate(-45deg);
}
.sp_bottom_box {
    padding: 10px;
    text-align: center;
}
.sp_bottom_box a {
    display: inline-block;
}
.spMenu_dmm {
    display: none;
}
@media only screen and (max-width: 768px) {
    .spMenu_dmm {
        height: 10px;
        display: block;
    }
    .spMenu_box {
        display: block;
    }
}
@media only screen and (max-width: 420px) {
    .sp_menu>ul a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .spMenu_box {
        position: fixed;
        top: calc(2vw - 5px);
        right: 1px;
        display: block;
        width: 48px;
        height: 48px;
        padding: 8px;
        z-index: 19999;
    }
    .spMenu_box .humButton {
        position: relative;
        display: block;
    }
    .spMenu_box [class^="humBar"] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 26px;
        height: 4px;
        background-color: var(--orange-color);
        transition-duration: 0.5s;
    }
    .spMenu_box .humBar01 {
        top: 0;
    }
    .spMenu_box .humBar02 {
        top: 11px;
    }
    .spMenu_box .humBar03 {
        top: 22px;
    }
    #sp-open-close:checked~.spMenu_box .humBar01 {
        top: 11px;
        transform: translate(-50%, 50%) rotate(45deg);
    }
    #sp-open-close:checked~.spMenu_box .humBar02 {
        opacity: 0;
    }
    #sp-open-close:checked~.spMenu_box .humBar03 {
        top: 11px;
        transform: translate(-50%, 50%) rotate(495deg);
    }
    .spModal {
        visibility: hidden;
        display: block;
        opacity: 0;
        transition-duration: 0.5s;
        background-color: #ffffff;
        height: 100%;
    }
    .spModal a {
        pointer-events: none;
    }
    #sp-open-close:checked~.spModal {
        visibility: inherit;
        display: block;
        opacity: 1;
    }
    #sp-open-close:checked~.spModal a {
        pointer-events: inherit;
    }
}
