*{
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #595757;
}

/*===================================================*/
/*共通 style*/

.head_width, .foot_width, .main_width, .service_width{
    max-width: 100%;
    margin: 0 auto;
    position:relative;
}
.head_width, .main_width, .service_width{
    width: 1350px;
}
/*共通 style END*/
/*===================================================*/


/*===================================================*/
/*ヘッダー style*/
header{
    overflow: hidden;
}
.head_line{
    height: 4px;
    width: 100%;
    background-color: #eeefef;
}
.head_top{
    font-size: 14px;
    color: #9f9fa0;
    padding-top: 10px;
}

.head_width a:hover{
    opacity:0.6;
}
.head_top img{
    width: 80px;
    margin-left: 10px;
}

header.is-show{
    position: fixed;
    top: -60px;
    width: 100%;
    transition: .5s;
    background: #fff;
    z-index: 1;
}
header.is-show.show_animation{
    top:0px;
}
header.is-show .head_flex{
    margin-top: 10px;
    margin-bottom: 10px;
}
header.is-show .head_line{
    display: none;
}
header.is-show .header_top_txt{
    display: none;
}


.head_flex{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 35px;
    margin-bottom: 25px;
}
.head_left{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
}
.head_logo{
    width: 240px;
    max-width: 100%;
    margin-left: -6px;
    margin-right:55px;
    padding-bottom: 10px;
}
.head_logo p{
    color: #b7b7b7;
    font-size: 12px;
    text-align: center;
    margin-bottom: 2px;
}
.head_logo img{
    width: 100%;
}
.head_flex2{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.head_flex3{
    display: flex;
    margin-right: 40px;
    /*padding-bottom: 10px;*/
}
.head_menu_p{
    font-size: 15px;
    padding: 2px 15px;
    position: relative;
    border-left: 1px solid #dfdfdf;
}
.head_menu_p:last-child{
    border-right: 1px solid #dfdfdf;
}
.head_menu_p::before{
    content: '';
    position: absolute;
    height: 4px;
    width: 21px;
    background-color: #888889;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0px);
    opacity: 0;
}
.sns_contents{
    display: flex;
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.image_sns{
    display: block;
    margin: 0 10px;
    /*width: 37px;*/
    width: 32px;
}
.image_sns img{
    width: 100%;
}
.head_right{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.account_btn_contents{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 150px;
}
.account_btn_com{
    display: block;
    width: 90px;
    font-size: 15px;
    padding: 0px 10px;
    text-align: center;
    border-right: 1px solid #b2b2b2;
}
.account_btn_com:last-child{
    border-right: 0px;
}
.sub_image{
    width: 32px;
    height: 32px;
    margin: 0 9px 0px 9px;
}
.sub_image img{
    width: 100%;
}

/*.kagu_search{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 420px;
    max-width: 100%;
    border: 1px solid #b2b2b2;
    padding: 4px 5px;
    margin-right: 15px;
    position: relative;
}
.kagu_search p{
    color: #888889;
    padding: 0px 8px 0 16px;
    border-right: 1px solid #b2b2b2;
    cursor: pointer;
}
.kagu_search a:nth-child(3) p{
    border-right: none;
}
.search_box{
    border: 1px solid #b2b2b2;
    width: 235px;
    max-width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
}
.search_box img{
    width: 15px;
    margin: 0px 10px;
}
.search_box input{
    width: 100%;
    height: 100%;
    padding: 3px;
    font-size: 13px;
}
.search_box input::placeholder{
    color: #b4b5b5;
}
.head_search{
    border: 1px solid #b2b2b2;
    background-color: #eeefef;
    width: 55px;
    color: #595757;
    font-size: 14px;
    margin-right: 15px;
    text-align: center;
}
.head_search p{
    color: #595757;
    letter-spacing: 3px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}
.head_search:hover {
    background-color: #eeefef59;
}
*/


.head_menu_sub{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1320px;
    margin-top: 13px;
    padding-bottom: 40px;
}
.head_menu_sub p{
    font-size: 15px;
    border-right:1px solid #b2b2b2;
}
.head_menu_sub p:nth-child(2){
    border-right:none;
}

.head_menu_sub p{
    padding: 0 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
/*ヘッダー style END*/
/*===================================================*/



/*===================================================*/
/*スライダーメニュー*/
.head_nav {
    width: 500px;
    max-width: 100%;
    height: 95vh;
    position: fixed;
    background-color: #211714;
    /*top: 50px;*/
    top: 0px;
    right: -500px;
    z-index: 100;
    transition: .7s;
    overflow: scroll;
}
.in {
    transform: translateX(-100%);
}
.nav_top {
    height: 70px;
    border-bottom: 1px solid #c2c2c2;
    position: relative;
}

.menu_open{
    width: 43px;
    height: 22px;
    border-top: 2px solid #b2b2b2;
    border-bottom: 2px solid #b2b2b2;
    position: relative;
    cursor: pointer;
}
.menu_open::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #b2b2b2;
    top: 50%;
    transform: translate(0px, -50%);
}

.menu_close {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 10px;
}
.menu_close::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 3px;
    background-color: #fff;
    height: 20px;
    transform: translate(1px, -50%)rotate(45deg);
}
.menu_close::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    width: 3px;
    background-color: #fff;
    height: 20px;
    transform: translate(1px, -50%)rotate(-45deg);
}
.nav_middle {
    font-size: 16px;
    line-height: 55px;
    border-bottom: 1px solid #c2c2c2;
    position: relative;
}
.nav_middle:hover, .menu_close:hover{
    background-color: #888889;
}
.nav_middle:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    right: 4%;
    transform: translate(-50%, -50%)rotate(45deg);
}
.nav_middle p {
    padding-left: 60px;
    color: #fff;
}

/*スライダーメニュー END*/
/*===================================================*/

footer{
    background-color:#f7f7f7;
}
.foot_width{
    width: fit-content;
}
.foot_width a:hover{
    opacity:0.6;
}
.pagetop {
    position: absolute;
    top: -42px;
    right: 20px;
    background-color: #9f9fa0;
    text-align: center;
    border-radius: 8px 8px 0 0;
    padding: 6px 0px;
    width: 90px;
}
.pagetop p {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}
.foot_flex{
    display: flex;
}
.foot_logo {
    width: 200px;
    margin-right: 15px;
}

.foot_logo img{
    width: 100%;
}
.foot_zyuusyo{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.foot_zyuusyo_p{
    font-size: 13px;
    line-height: 22px;
    color: #221814;
    margin-right: 15px;
}
.foot_zyuusyo .googlemap{
    font-size: 12px;
    margin-right: 15px;
    line-height: 0;
}
.foot_zyuusyo .googlemap p{
    padding: 0px 8px;
    background-color: #9f9fa0;
    color: #fff;
    line-height: 30px;
}
.foot_menu{
    display: flex;
    flex-wrap: wrap;
    width: 650px;
    align-content: flex-start;
}
.foot_menu p{
    padding-left: 20px;
    color: #221814;
    min-width: 160px;
    max-width: 160px;
    /* width: 150px; */
    font-size: 13px;
    position: relative;
    line-height: 22px;
}
.foot_menu p::before{
    content: '';
    position: absolute;
    background-color: #808080bd;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 3px;
    transform: translate(0px, -50%);
}
.foot_img {
    width: 37px;
    margin-right: 10px;
}
.foot_img img{
    width: 100%;
}
.foot_copy{
    text-align: center;
    line-height: 73px;
    font-size: 13px;
    color: #fff;
    background-color: #b4b5b5;
}
.pc_none, .pc_none2{
    display: none;
}

.kagu_search p.item_status_guide{
    position: absolute;
    bottom: -25px;
    border-right: 0px;
    font-size: 15px;
    color: #408cdc;
}

.footer_main_size{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.footer_bottom_contents{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15px;
}
.footer_bottom_contents .foot_zyuusyo{
    margin-top: 0px;
}
.footer_bottom_contents .foot_bottom{
    width: 100%;
}
.foot_bottom .foot_company_txt{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.foot_company_txt .googlemap{
    font-size: 12px;
    margin-right: 15px;
    line-height: 0;
}
.foot_company_txt .googlemap p{
    padding: 0px 8px;
    background-color: #9f9fa0;
    color: #fff;
    line-height: 30px;
}
.footer_bottom_contents .f_pr_flex{
    display: flex;
}
.footer_bottom_contents .copy_txt{
    margin-right: 0px;
}


/*説明用POP*/
.item_guide_pop{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
}

.pop_item_guide{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    max-width: 500px;
    width: 100%;
    border-radius: 20px;
}

.item_guide_ttl{
    padding: 25px 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.item_guide_ttl p{
    color: #474747;
    font-weight: bold;
}
.close.icon {
    color: #474747;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0%, -50%);
    cursor: pointer;
}

.close.icon:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 21px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close.icon:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 21px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.item_guide_txt{
    padding: 10px 20px 20px 20px;
}

.item_guide_txt li{
    margin: 10px 0px 25px 0px;
}
.item_guide_txt li:last-child{
    margin-bottom: 15px;
}

.li_item_ttl{
    color: #474747;
    font-weight: bold;
    margin-bottom: 5px;
}
.li_item_txt{
    color: #595757;
}
.h_radiobutton{
    position: relative;
    float: left;
}
.h_radiobutton input,
.h_check input{
    display: none;
}
.h_radiobutton label{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%);
    width: 50px;
    height: 15px;
    z-index: 10;
}
.h_radiobutton label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 30px;
}
.h_radiobutton label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #ff6d6d;
    border-radius: 30px;
    opacity: 0;
}
.h_radiobutton input:checked + label::after{
    opacity: 1;
}
.h_radiobutton:nth-child(3) p {
    border-right: none;
}
header form{
    display: flex;
    align-items: center;
}
.foot_line_qr{
    width: 195px;
    position: fixed;
    /*top: 50%;*/
    top: 63.5%;
    right: 0;
    transform: translate(0, -50%);
    background: #06c755;
    /*padding: 20px 0px 15px;*/
    padding: 12px 0px 12px;
    border-radius: 10px 0px 0px 10px;
    z-index: 1;
}
.foot_line_qr div{
    width: 100px;
    margin: 10px auto 10px;
}
.foot_line_qr div img{
    width: 100%;
}
.foot_line_qr p{
    /*font-size: 10px;*/
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #fff;
}
.foot_line_qr p.line_ttl{
    font-size: 14px;
    /*font-weight: bold;*/
}
.foot_l_image{
    width: 65px;
}
.foot_l_image img{
    width:100%;
}
.link_fc{
    width: fit-content;
    background-color: #1B385A;
}
.link_fc p{
    font-size: 12px;
    /*line-height: 30px;*/
    line-height: normal;
    /*width: 180px;*/
    width: 100%;
    /*text-align: center;*/
    text-align: left;
    color: #fff;
    padding: 5px 10px;
}
.line_logo_img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.line_logo_img div{
    width: 35px;
}
.line_logo_img img{
    width:100%;
}
.line_logo_img p{
    color: #0086D1;
    font-weight: bold;
    margin-left: 15px;
    text-decoration: underline;
    font-size: 13px;
}

/*スマホ版 検索項目*/
.sp_menu_search,
.sp_menu_search p,
.sp_menu_icon p{
    display: none;
}

/*TOP 動画*/
.top_view_contents{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;

    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.top_video_back{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 10;
}

.top_video_pop{
    position: relative;
    width: 100%;
    max-width: 1000px;
    background: #fff;
    z-index: 100;
    max-height: 72vh;
    overflow-y: scroll;
}
.top_video_pop::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}
.top_video_pop::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background: #d7d7d7;
}

.video_contents{
    margin: 50px auto;
    max-width: 91%;
    width: 100%;
}


.top_view_video{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.top_view_video iframe,
.top_view_video video{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.v_video_ttl{
    text-align: center;
    font-weight: bold;
    color: #8f8f8f;
    font-size: 20px;
    margin-bottom: 15px;
}
.v_video_txt{
    text-align: center;
    color: #8f8f8f;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: normal;
}

/*[×]アイコン*/
.video_close_icon {
    color: #000;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    border: 1px solid #9c9c9c;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.video_close_icon:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 2px;
    width: 23px;
    height: 1px;
    background-color: #9c9c9c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.video_close_icon:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 2px;
    width: 23px;
    height: 1px;
    background-color: #9c9c9c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*商品リストの店舗*/
.shouhin_block p.syouhin_shop{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	/*margin-top: 15px;*/
    padding: 8px 15px;
}
.shouhin_block p.syouhin_shop span{
    display: block;
    font-size: 11px;
    line-height: 20px;
    padding: 0px 8px;
    margin: 3px 2px;
    width: fit-content;
    border-radius: 10px;
    background: #eeefef;
    color: #408cdc;
}
.foot_width {
    max-width: 1100px;
    width: 100%;
    margin: 0px;
    margin-left: auto;
    padding-top: 35px;
    padding-bottom: 35px;
}
.foot_icon_flex{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.foot_pr{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
}
.foot_pr p{
    font-size: 13px;
    color: #8c8d8e;
    margin-right: 15px;
}

.slider{
    display: none;
}
.slider.slick-initialized{
    display: block;
}

.note_show,
.sp_show,
.sp_show_flex{
    display: none;
}

.head_menu_sub.sp_show{
    display: flex;
}
.icon_box.note_show{
    display: flex;
    justify-content: center;
    padding: 25px 10px;
}
.icon_box.note_show div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 10px;
}
.ipad_show{
    display: none;
}


@media screen and (max-width:1350px) {
    .account_btn_contents{
        margin-right: 00px;
    }

    .head_width, .foot_width, .main_width, .service_width{
        /*width: 95%;*/
        width: 88%;
    }
    .head_flex {
        margin-top: 35px;
    }
    .head_logo {
        width: 210px;
        margin-right: 35px;
    }
    .head_menu_sub {
        margin-top: 10px;
        padding-bottom: 25px;
    }
    .nav_top {
        height: 70px;
    }
    .nav_middle {
        font-size: 18px;
        line-height: 60px;
    }
    .nav_middle:before {
        width: 10px;
        height: 10px;
    }
    .menu_close {
        width: 30px;
        height: 30px;
        border-radius: 8px;
    }
    .head_menu_p {
        /*margin-right: 20px;*/
    }
    .menu_close::before {
        height: 15px;
    }
    .menu_close::after {
        height: 15px;
    }
    .head_top {
        font-size: 12px;
    }
    .head_flex {
        margin-top: 15px;
        margin-bottom: 35px;
    }
    .head_menu_p, .kagu_search p, .head_menu_sub p{
        font-size: 13px;
        padding: 2px 10px;
    }
    .head_menu_sub p{
        padding: 0 10px;
    }
    .head_menu_sub {
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .foot_menu {
        width: 490px;
    }
    .foot_logo {
        width: 220px;
        margin-right: 15px;
    }
    .foot_menu {
        margin-left: 15px;
    }
    .foot_img {
        width: 35px;
    }
    .foot_flex{
        flex-wrap: wrap;
    }
    .foot_zyuusyo{
        margin-bottom: 15px;
    }
    .link_fc p{
        font-size: 14px;
        /*width: 140px;*/
    }
    .foot_menu p {
        /*min-width: 115px;
        max-width: 115px;*/
    }
    .foot_menu {
        width: 360px;
    }
    .foot_line_qr {
        display: none;
    }
    .image_sns{
        width: 30px;
    }
}
@media screen and (max-width:1100px) {
    .note_show{
        display: block;
    }
    .note_hide{
        display: none;
    }
    .head_nav .icon_box img{
        max-width: 37px;
    }
}
@media screen and (max-width:830px) {
    .head_logo {
        width: 200px;
    }
    .foot_logo {
        width: 200px;
    }
    .foot_menu, .foot_img{
        margin-top: 10px;
    }
    .foot_copy {
        line-height: 50px;
        font-size: 12px;
    }
    .kagu_search p.item_status_guide{
        margin-top: 5px;
        margin-bottom: 3px;
        font-size: 13px;
    }
    .foot_zyuusyo {
        flex-wrap: wrap;
    }
    .ipad_show{
        display: block;
    }
    .ipad_hide{
        display: none;
    }
}
@media screen and (max-width:480px) {
    header .head_width{
        width: 95%;
    }
    .sp_show{
        display: block;
    }
    .sp_hide{
        display: none;
    }
	.shouhin_block p.syouhin_shop{
		margin-top: 3vw;
	}
    .head_menu_sub.sp_show,
    .sp_show_flex{
        display: flex;
    }
    .kagu_search a:nth-child(3) p {
        border-right: 1px solid #b2b2b2;
    }
    .head_line {
        height: 0.9vw;
    }
    .head_top {
        width: 100vw;
        font-size: 10px;
        padding-top: 2vw;
    }
    .head_top img{
        width: 14.7vw;
        margin-left: 2vw;
        margin-top: 1.2vw;
    }
    .head_flex {
        margin-top: 3vw;
        margin-bottom: 4vw;
    }
    .head_logo {
        width: 45vw;
        margin-right: 0px;
        padding-bottom: 0vw
    }
    .head_flex3 {
        align-items: flex-end;
        width: 100%;
        padding-bottom: 0px;
        margin-bottom: 3vw;
    }
    .kagu_search {
        display: block;
        width: 78vw;
        padding: 1vw 1.5vw;
        margin-top: 3vw;
        margin-right: 2vw;
    }
    .head_menu_p, .kagu_search p, .head_menu_sub p {
        font-size: 3.2vw;
    }
    .h_radiobutton {
        width: 13vw;
        display: inline-block;
        padding-top: 0px;
        padding-bottom: 5px;
    }
    .h_radiobutton label::after {
        top: 35%;
    }
    .kagu_search p {
        padding: 0px 2.2vw 0px 4vw;
        display: inline-block;
    }
    .search_box{
        width: 100%;
        height: 7vw;
        margin-top: 0vw;
    }
    .head_search {
        width: 14vw;
        margin-right: 0px;
        font-size: 3.5vw;
        line-height: 8vw;
        letter-spacing: 0.5vw;
    }
    .head_search p {
        font-size: 3.5vw;
        line-height: 8vw;
        letter-spacing: 0.5vw;
    }
    .kagu_search a:first-child  p{
        border-left: 1px solid #b2b2b2;
    }
    .search_box img {
        width: 3.5vw;
        margin: 0px 2vw;
    }
    .head_flex2 {
        width: 100%;
        display: none;
    }
    .image_sns {
        margin: 0 5px;
        width: 7vw;
    }
    .image_sns img{
        width: 100%;
    }
    .head_menu_sub {
        margin-top: 1vw;
        padding-bottom: 2vw;
        position: absolute;
        top: 9vw;
        right: 1vw;
    }
    .head_nav {
        width: 100vw;
        max-width: 100%;
        height: 100%;
        position: fixed;
        background-color: #211714;
        top: 0px;
        right: -100vw;
        z-index: 100;
        transition: .7s;
    }
    .nav_middle:before {
        width: 2.5vw;
        height: 2.5vw;
        right: 15%;
    }
    .pc_none{
        display: block;
    }
    .pc_none2 {
        display: flex;
        justify-content: center;
    }
    .sp_none{
        display: none;
    }
    .mb_none{
        display: none;
    }
    .search_box input {
        padding: 1vw;
        font-size: 3.3vw;
    }
    .sub_image, .head_menu_sub p {
        padding: 0 2vw;
    }
    .sub_image{
        width: 8vw;
    }
    .menu_open {
        width: 8vw;
        height: 5.5vw;
        margin-right: 3vw;
        border-top: 0.5vw solid #b2b2b2;
        border-bottom: 0.5vw solid #b2b2b2;
    }
    .foot_zyuusyo {
        margin-bottom: 0vw;
        margin-top: 1vw;
        flex-wrap: wrap;
    }
    .foot_zyuusyo_p {
        font-size: 3vw;
        line-height: 4vw;
        margin-right: 2vw;
    }
    .foot_pr {
        margin-top: 4vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .foot_pr p {
        font-size: 2.8vw;
        margin-right: 3vw;
        line-height: 4vw;
    }
    .jjfoot_zyuusyo div {
        font-size: 2vw;
        top: 3vw;
        left: 21vw;
    }
    .foot_menu p {
        padding-left: 0px;
        width: 50%;
        min-width: auto;
        max-width: none;
        font-size: 3vw;
        line-height: 10vw;
        text-align: center;
    }

    .foot_menu a{
        display: block;
        padding-left: 0px;
        width: 100%;
        min-width: auto;
        max-width: none;
        font-size: 3vw;
        line-height: 10vw;
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .foot_menu p:nth-child(2n),
    .foot_menu a:nth-child(2n){
        border-right: none;
    }
    .foot_menu {
        width: 112.5%;
        margin: 0;
        margin-left: -6.25%;
        border-top: 1px solid #e5e5e5;
    }
    .foot_flex {
        display: block;
    }
    .foot_img{
        width: 9vw;
        margin-right: 4vw;
    }
    .foot_menu p::before {
        width: 0;
        height: 0;
        left: 0px;
    }
    .foot_flex {
        display: block;
        margin-bottom: 5vw;
    }
    .foot_copy {
        line-height: 9vw;
        font-size: 2.5vw;
    }
    .foot_icon_flex {
        margin-bottom: 2vw;
    }
    .line_logo_img {
        justify-content: flex-start;
    }
    .foot_zyuusyo .googlemap{
        color: #fff;
        font-size: 2.8vw;
    }
    .foot_logo {
        width: 40vw;
        margin-right: 0;
        margin-bottom: 2vw;
    }
    .nav_middle {
        font-size: 3.5vw;
        line-height: 13vw;
    }
    .nav_middle p {
        padding-left: 14vw;
        color: #fff;
    }
    .nav_top {
        height: 10%;
        width: 100%;
    }
    .menu_close {
        width: 6vw;
        height: 6vw;
        border-radius: 1.3vw;
        border: 0.5vw solid #fff;
    }
    .menu_close::before {
        height: 4vw;
        width: 0.5vw;
    }
    .menu_close::after {
        height: 4vw;
        width: 0.5vw;
    }
    .menu_scroll{
        height: 90%;
        overflow: scroll;
    }
    .icon_box{
        padding: 6vw 0 15vw;
    }
    .icon_box div{
        width: 8vw;
        margin: 0 3vw;
    }
    .icon_box img{
        width: 100%;
    }
    .menu_open::before {
        height: 0.4vw;
    }
    .pop_item_guide{
        max-width: calc(100% - 8%);
    }
    .kagu_search p.item_status_guide{
        position: static;
        padding-left: 0px;
        margin-bottom: 0px;
        margin-top: 1vw;
        font-size: 3vw;
    }
    header form{
        width: 100%;
        flex-wrap: wrap;
    }
    .foot_line_qr {
        display: none;
    }
    .link_fc p{
        font-size: 3vw;
        line-height: 6vw;
        /*width: 30vw;*/
    }
    .link_fc p br{
        display: none;
    }
    .foot_zyuusyo .googlemap p{
        line-height: 6vw;
        padding: 0px 2vw;
    }
    .link_fc {
        width: fit-content;
        background-color: #1B385A;
        margin-top: 2vw;
    }
    .line_logo_img {
        margin-top: 0px;
    }
    .line_logo_img div {
        width: 6vw;
    }
    .line_logo_img p {
        margin-left: 2vw;
        font-size: 3vw;
    }

    /*スマホ版 検索項目*/
    header .slick-dotted.slick-slider{
        margin-top: 2.5vw !important;
    }
    .sp_menu_contents{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    .sp_menu_search,
    .sp_menu_icon{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        width: 11vw;
        align-items: center;
    }
    .sp_menu_search p,
    .sp_menu_icon p{
        color: #b2b2b2;
        font-size: 2.5vw;
        margin-top: 1.2vw;
        padding: 0px;
    }
    .sp_m_search_img{
        max-width: 4vw;
    }
    .sp_m_search_img img{
        width: 100%;
    }
    .sp_menu_icon .menu_open{
        margin-right: 0px;
    }
    .sp_menu_search,
    .sp_menu_search p,
    .sp_menu_icon p{
        display: flex;
        align-items: center;
    }
    .head_menu_sub .mb_none{
        display: none;
    }
    .foot_width{
        margin: 0 auto;
    }
    .footer_bottom_contents{
        flex-wrap: wrap;
    }
    .footer_bottom_contents .copy_txt{
        margin-top: 3vw;
    }
    .foot_bottom .foot_company_txt{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .top_video_pop{
        width: 92%;
    }
    .v_video_ttl{
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    .v_video_txt{
        font-size: 3vw;
        margin-bottom: 4.5vw;
    }
    .head_logo p{
        font-size: 2vw;
        width: 45vw;
    }
    .r_flow_end_img{
        max-width: 45vw;
    }
}