@charset "UTF-8"; @media (max-width: 750px) {
    .h_inner .logo {
        width: 21.3rem;
    }

    .logged-in header #ham {
        top: calc(46px - -9px);
    }

    #pushy #ham {
        top: 9px;
        background: transparent;
    }

    #pushy #ham .ham_bg {
        width: 3.5rem;
        height: 3.8rem;
    }

    #pushy #ham .c_h {
        background: #979797;
    }

    #pushy.hambuger_inner02 .bg {
        height: 100%;
    }

    #pushy .h_nav_wrap {
        padding: 18px 0 40px;
    }

    #pushy ul.sp_nav_menu {
        margin-bottom: 40px;
        padding: 0 7px;
        margin: 0 -.75rem;
    }

    #pushy ul.sp_nav_menu > li {
        margin: 0;
        border: none;
        width: calc(50% - 1.5rem);
        margin: 0 .75rem;
        padding: 0;
    }

    #pushy ul.sp_nav_menu > li > a {
        position: relative;
        padding-right: 40px;
        padding: 1.6rem 3.2rem 1.6rem 1rem;
        border-bottom: 2px solid #c8c8c8;
        font-weight: bold;
        font-size: 1.8rem;
    }

    #pushy ul.sp_nav_menu li > a::after {
        position: absolute;
        transition: .2s ease-in;
    }

    #pushy ul.sp_nav_menu:not(.child) > li:not(.menu-item-has-children) > a::after {
        content: "";
        background: url(../images/common/arrow_w.png) no-repeat 50% /.6rem 1rem var(--theme_m_color);
        width: 5.60000vw;
        height: 4.53333vw;
        top: 50%;
        right: 9px;
        transform: translateY(-50%);
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 100%;
    }

    #pushy ul.sp_nav_menu li.menu-item-has-children > a::after {
        content: "＋";
        top: 50%;
        right: 9px;
        font-size: 28px;
        font-size: 5.46666vw;
        font-weight: 300;
        border-radius: 2em;
        border: 1px solid #fff;
        width: 9.33333333vw;
        height: 9.33333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%);
    }

    #pushy ul.sp_nav_menu li.menu-item-has-children > a.active::after {
        content: "－";
    }

    #pushy ul.child {
        display: none;
    }

    #pushy ul.sp_nav_menu ul.child {
        padding: 25px 0 20px 20px;
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
    }

    #pushy ul.sp_nav_menu ul.child > li {
        margin-bottom: 13px;
    }

    #pushy ul.sp_nav_menu ul.child > li > a {
        position: relative;
        font-size: 1.8rem;
        font-size: 4.8vw;
        color: #fff;
    }

    #pushy .ham_btn_area {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        background: #ff1d90;
        border-radius: 3rem;
        padding: 2rem 0;
    }

    #pushy .ham_btn_area p.btn {
        display: flex;
        justify-content: center;
    }

    #pushy .ham_btn_area p.btn a {
        width: 32.5rem;
        height: 7rem;
        border-radius: 4.5rem;
        display: block;
        text-align: center;
    }

    #pushy .ham_btn_area p.btn.tel {
        margin-bottom: 10px;
    }

    #pushy .ham_btn_area p.btn.tel a {
        background: #fff;
        padding: 16px 12px 20px 10px;
    }

    #pushy .ham_btn_area p.btn.tel a span {
        display: block;
        color: #ff1d90;
    }

    #pushy .ham_btn_area p.btn.tel a span.num {
        font-size: 2.4rem;
        font-weight: 600;
        padding-left: 15px;
        position: relative;
        line-height: 1;
        letter-spacing: .04em;
    }

    #pushy .ham_btn_area p.btn.tel a span.num::before {
        position: absolute;
        content: "";
        width: 1.1rem;
        height: 1.8rem;
        top: 2px;
        left: 5.5rem;
        background: url(../images/common/tel_pink.png) 50% center / contain no-repeat;
    }

    #pushy .ham_btn_area p.btn.tel a span.open {
        font-size: 1.1rem;
        padding-right: 15px;
        color: inherit;
    }

    #pushy .ham_btn_area p.btn.contact a {
        font-size: 1.6rem;
        font-weight: bold;
        color: #ff1d90;
        padding-left: 15px;
        background: #ffff00;
        position: relative;
        line-height: 1.25;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 30px 0 55px;
    }

    #pushy .ham_btn_area p.btn.contact a::before {
        position: absolute;
        content: "";
        width: 1.6rem;
        height: 1.2rem;
        top: 50%;
        left: 9.5rem;
        transform: translateY(-50%);
        background: url(../images/common/mail_pink.png) 50% center / contain no-repeat;
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    汎用
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	.noimage {
		background: url("../images/common/thum_noimg_sp.svg") no-repeat 50% / cover;
	}

    /***********************************************
    汎用ボタン
    ***********************************************/
    p.complete_btn a {
		font-size: 4.8vw;
		padding: 5.7333333vw 20px 6.266666vw;
		border-radius: 4rem;
		min-width: auto;
		width: 77%;
		-webkit-appearance: none;
    }

    .cmn_btn a {
        width: 22.5rem;
        min-width: auto;
        font-size: 1.5rem;
        padding: 1rem 1rem;
    }

    .cmn_btn a::after {
        width: 2.7rem;
        height: 2.7rem;
        background-size: .7rem 1.2rem;
    }

    .cmn_btn02 a {
        font-size: 1.3rem;
        min-width: auto;
        width: 20.5rem;
        padding: 1.263rem 4rem;
		margin-bottom: 1.5rem;
    }

    .cmn_btn02 a::after {
        width: 1.5rem;
        height: 1.5rem;
        background-size: .5rem .8rem;
    }

    p.cmn_read_more {
        font-size: 1.3rem;
        max-width: none;
        width: 20.5rem;
        height: 5rem;
        margin-top: 0;
        position: relative;
        top: -7rem;
		background: #fff;
    }

    p.cmn_read_more::before {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1rem;
    }
	
	p.flow_btn_close.cmn_read_more{
		top: 0;
    	margin-top: 2.5rem;
	}

	p.cmn_read_more:not(.flow_btn_close) {
    	margin-bottom: -10rem;
	}
	
	p.voice_btn.cmn_read_more{
		top: -14rem;
	}
	
	p.voice_btn.cmn_read_more:not(.voice_btn_close){
		margin-bottom: -18rem;
	}
	
	p.voice_btn_close.cmn_read_more{
		top: 0;
    	margin-top: 0;
		margin-bottom: -5rem;
	}
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    汎用タイトル
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
    h2.cmn_ttl {
        margin-bottom: 2rem;
    }

    h2.cmn_ttl span.en {
        font-size: 4.5rem;
    }

    h2.cmn_ttl span.ja {
        font-size: 1.6rem;
    }


    /***********************************************
    お知らせ　汎用
    ***********************************************/
    .cmn_post_list > div .area_a {
        margin-bottom: 1.5rem;
    }

    .cmn_post_list > div .area_b {
        padding: 0 0;
    }

    .cmn_post_list > div .area_b p.cat {
        font-size: .7rem;
        min-width: 45px;
    }

    .cmn_post_list > div .area_b p.date {
        font-size: 1.2rem;
        margin-right: 1rem;
    }

    .cmn_post_list > div .area_b h3.ttl a {
        font-size: 1.4rem;
		line-height: 1.5;
    }

    /**********************************
    ヘッダー
    **********************************/
    header ,#pushy ,header.contact_header {
        padding: 2rem 1.5rem;
    }

    /**********************************
    スマホ固定
    **********************************/
    .sp_fixed_bottom {
        bottom: 0;
    }

    .sp_fixed_bottom .sp_nav_menu02 li.tel_mail_wrap {
        background: #ff1d90;
        width: 23.8rem;
        height: 6rem;
        border: .2rem solid #fff;
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
        border-bottom: none;
        align-items: center;
        padding: 4px 6px 0 15px;
        justify-content: space-between;
    }

    .sp_fixed_bottom .sp_nav_menu02 li.tel_mail_wrap p.ttl {
        font-size: 1.4rem;
        line-height: 1.25;
        color: #fff;
    }

    .sp_fixed_bottom .sp_nav_menu02 li.tel_mail_wrap .btn_wrap {
        gap: .5rem;
    }

    .sp_fixed_bottom .sp_nav_menu02 li.tel_mail_wrap p.btn a {
        width: 4.3rem;
        height: 4.3rem;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sp_fixed_bottom .sp_nav_menu02 li.tel_mail_wrap p.btn.tel a {
        background: #ffffff;
    }

    .sp_fixed_bottom .sp_nav_menu02 li.tel_mail_wrap p.btn.tel a img {
        width: 1.29rem;
    }

    .sp_fixed_bottom .sp_nav_menu02 li.tel_mail_wrap p.btn.mail a {
        background: #ffff00;
        border-color: #ffff00;
    }

    .sp_fixed_bottom .sp_nav_menu02 li.tel_mail_wrap p.btn.mail a img {
        width: 1.89rem;
    }

    .sp_fixed_bottom .sp_nav_menu02 li.tel_mail_wrap p.btn.map a {
        border-color: #fff;
        background: #ff1d90;
    }

    .sp_fixed_bottom .sp_nav_menu02 li.tel_mail_wrap p.btn.map a img {
        width: 1.2rem;
    }

    .sp_fixed_bottom .sp_nav_menu02 li.zaiko a {
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        border-radius: 0;
        background: #005abe;
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
        border: .2rem solid #fff;
        width: 10.2rem;
        height: 6rem;
        border-bottom: none;
        line-height: 1.25;
        position: relative;
        padding-top: 20px;
    }

    .sp_fixed_bottom .sp_nav_menu02 li.zaiko a::before {
        position: absolute;
        content: "";
        background: url("../images/common/car_zaiko.svg") no-repeat 50% /contain;
        width: 2.6rem;
        height: 1.4rem;
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
    }


    /**********************************
    よくある質問「カスタム」
    **********************************/
    .faq_wrap {
        padding: 0 .5rem;
    }

    .faq_wrap nav .inner {
        padding: 2rem 4rem 2rem 4rem;
    }

    .faq_wrap .nav-open {
        padding: 1.251rem 4rem 1.251rem 4rem;
        font-size: 1.6rem;
    }

    .faq_wrap .nav-open::before {
        font-size: 2.7rem;
        left: .6rem;
        top: 1rem;
    }

    .faq_wrap nav .inner .txt_wrap {
        padding-left: 0;
        font-size: 1.3rem;
        line-height: 1.5;
    }

    .faq_wrap nav .inner .txt_wrap::before {
        font-size: 3.1rem;
        left: -3.5rem;
        top: -.5rem;
    }

    .faq_wrap .nav-open::after {
        right: 0.5rem;
        top: calc(50% - 0.9em);
        font-size: 1.8em;
        font-weight: 400;
    }

    /**********************************
    店舗情報
    **********************************/
    #shop_info {
        overflow: hidden;
    }

    #shop_info .bg_wrap {
        min-height: auto;
        padding-bottom: 4rem;
        background-image: url(../images/common/shop_bg_sp.jpg);
    }

    #shop_info .bg_wrap::after {
        background-image: url(../images/common/shop_bg_op_sp.png);
    }

    #shop_info.kugiri_m {
        padding-bottom: 0;
        padding-top: 2rem;
    }

    #shop_info .inner {
        padding: 2.5rem 0 0;
    }

    #shop_info .inner .txt_area {
        width: 100%;
        margin-bottom: 1rem;
    }

    #shop_info .inner .txt_area p.logo {
        width: 15.3rem;
        margin: 0 auto .5rem;
    }

    #shop_info .inner .txt_area p.shop_name {
        font-size: 1.8rem;
        text-align: center;
		margin-bottom: .8rem;
    }

    #shop_info .inner .txt_area p.addr {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: -0.5rem;
    }

    #shop_info .inner .txt_area p.tel {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    #shop_info .inner .txt_area .btn_wrap {
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    #shop_info .inner .txt_area .btn_wrap p.btn a {
        min-width: auto;
        width: 16.5rem;
        font-size: 1.5rem;
        height: 4.5rem;
        border-radius: 2.25rem;
        padding: .5rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #shop_info .inner .txt_area .btn_wrap p.btn a::after {
        width: 1.5rem;
        height: 1.5rem;
        background-size: .37rem .75rem;
        right: 1.5rem;
    }

    #shop_info .inner .txt_area .hours {
        padding: 0 .5rem;
        display: flex;
        gap: 2rem;
    }

    #shop_info .inner .txt_area .hours dl {
        margin-bottom: 7px;
    }

    #shop_info .inner .txt_area .hours dl dt {
        font-size: 1.4rem;
        border-radius: .7rem;
        margin-right: .5rem;
        padding: .2rem 1rem;
        min-width: auto;
    }

    #shop_info .inner .txt_area .hours dl dd {
        font-size: 1.6rem;
    }

    #shop_info .inner .map_wrap {
        position: static;
        padding: 0 .5rem;
    }

    #shop_info .inner .map::before {
        width: 21.6rem;
        height: 10.7rem;
        left: 0;
    }

    #shop_info .inner .map iframe {
        width: 100%;
        height: 22rem;
        border-radius: 3rem;
    }

    /**********************************
    お問い合わせ
    **********************************/
    #contact_area {
        margin-top: -2.5rem;
        padding: 0;
    }

    #contact_area .inner {
        margin: 0 auto;
        background: #ff1d90;
        border-radius: 3rem;
        padding: 3rem 0 2.5rem;
        width: 100%;
        min-height: auto;
    }
	
	#contact_area .inner::before{
		position: absolute;
		content: "";
		background: url("../images/common/f_offer01_sp.png") no-repeat 50% /contain;
		width: 8.16rem;
		height: 9.6rem;
		bottom: 0;
		left: 2.5rem;
		z-index: 1
	}

    #contact_area .inner::after {
        width: 6.1rem;
        height: 9.2rem;
        right: 15px;
        bottom: -10px;
    }

    #contact_area .inner h2.main_ttl img {
        width: 30.1rem;
        margin-bottom: 1.8rem;
    }

    #contact_area .inner .btn_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    #contact_area .inner .btn_wrap p.btn a {
        width: 25.5rem;
        min-height: auto;
        height: 7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4.5rem;
    }

    #contact_area .inner .btn_wrap p.btn.tel a span.num {
        font-size: 2.4rem;
        padding-left: 2rem;
    }

    #contact_area .inner .btn_wrap p.btn.tel a span.num::before {
        width: 1.4rem;
        height: 2.75rem;
    }

    #contact_area .inner .btn_wrap p.btn.tel a span.open {
        font-size: 1.1rem;
        padding-right: 2rem;
    }

    #contact_area .inner .btn_wrap p.btn.mail a {
        font-size: 1.6rem;
        padding-left: 2.5rem;
    }

    #contact_area .inner .btn_wrap p.btn.mail a::before {
        width: 1.85rem;
        height: 1.37rem;
        left: 6rem;
    }

    /**********************************
    フッター
    **********************************/
    footer {
        padding: 4rem 0 8rem;
    }

    footer .f_inner p.logo {
        margin: 0 auto 3rem;
    }

    footer .f_inner p.logo img {
        max-width: none;
        width: 15.3rem;
    }

    footer .f_inner .f_box {
        gap: 1rem;
        margin-bottom: 1rem;
        justify-content: center;
        align-items: flex-start;
    }

    .cmn_sns_area h3.ttl_wrap {
        padding-left: 0;
        justify-content: center;
        gap: 0;
        margin-bottom: -5rem;
        align-items: flex-start;
    }

    .cmn_sns_area h3.ttl_wrap .deco {
        top: -1.8rem;
        left: -1.8rem;
    }

    .cmn_sns_area h3.ttl_wrap .deco img {
        max-width: none;
        width: 4.4rem;
    }

    .cmn_sns_area h3.ttl_wrap .ttl {
        margin-top: 0;
    }

    .cmn_sns_area h3.ttl_wrap .ttl img {
        max-width: none;
        width: 14.3rem;
    }

    .cmn_sns_area ul.sns_items {
        justify-content: center;
        gap: 1.5rem;
    }

    .cmn_sns_area ul.sns_items li a img {
        width: 16.5rem;
    }

    footer .f_inner .f_box ul.f_nav_list {
        gap: 1rem 4rem;
        height: 15rem;
        /*width: 23.6rem;*/
		width: 28.6rem;
        margin: 0 auto;
    }

    footer .f_inner .f_box ul.f_nav_list li a {
        font-size: 1.5rem;
    }

    footer .f_inner .f_box ul.f_nav_list li a::before {
        width: .8rem;
        height: 1.2rem;
        top: 0.4rem;
        left: 5px;
    }

    footer .f_inner .f_bottom_item p.copyright {
        font-size: 1.3rem;
        width: 100%;
        text-align: center;
    }

    footer .f_inner .privacy_sp {
        text-align: center;
        margin-bottom: 1rem;
    }

    footer .f_inner .privacy_sp a {
        font-size: 1.5rem;
        color: #b4b4b4;
        text-align: center;
    }

    footer .parent_logo p.txt {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    footer .parent_logo {
        margin-bottom: 2.5rem;
    }

    footer .parent_logo p.chubu_logo {
        width: 30rem;
        margin: 0 auto;
    }
}


