/* ==========================================================================
   common
   ========================================================================== */
* {
    margin: 0px;
    padding: 0px;
}
html, body {
    position:relative;
    overflow-x:hidden;
}

.sp{
    display: none;
}
.pc{
    display: block;
}
a{
    text-decoration: none; 
}
a img{
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1;
}
a img:hover{
    opacity: 0.8;
}

img{
    max-width: 100%;
    display: block;
}

h1,h2,h3,h4{
    margin: 0px;
    padding: 0px;
}

ul li{
    list-style-type: none;
}

picture{
    max-width: 100%;
    display: block;
}
.content_box{
    max-width: 1180px;
    margin: 0 auto;
    display: block;
    width: 95%;
    font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    position: relative;
}

.site-content.top{
    padding: 0px;
}
.no-sidebar #primary{
    float: none!important;
    width: 100%!important;
}

.page:not(.home) #content{
    padding-bottom: 0px;
}

.menu_font{
    font-weight: 400;
    letter-spacing: 1px;
    color: #050505;
}
h1,h2,h3,h4,.ttl_font{
    font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    color: #e94980;
}
.normal_font{
    font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.font-hira3{
    font-family: 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

p{
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: #050505;
    font-size: 15px;
    font-size: 1.16vw;
    line-height: 2em;
}
.p_10{
    font-size: 10px;
    font-size: 0.8vw;
    line-height: 2em;
}
.p_14{
    font-size: 14px;
    font-size: 1.08vw;
    line-height: 2em;
}
.p_15{
    font-size: 15px;
    font-size: 1.16vw;
    line-height: 2em;
}
.p_16{
    font-size: 16px;
    font-size: 1.24vw;
    line-height: 2em;
}
.p_18{
    font-size: 18px;
    font-size: 1.4vw;
    line-height: 2em;
}
.p_19{
    font-size: 19px;
    font-size: 1.48vw;
    line-height: 2em;
}
.p_20{
    font-size: 20px;
    font-size: 1.56vw;
    line-height: 2em;
}
.p_22{
    /*font-size: 22px;*/
    font-size: 1.72vw;
    line-height: 2em;
}

@media screen and (max-width: 750px) {
    .p_22{
        font-size: 3.4vw;
    }
}

.p_26{
    font-size: 26px;
    font-size: 2vw;
    line-height: 2em;
}
.p_28{
    font-size: 28px;
    font-size: 2.2vw;
    line-height: 1em;
}
.p_30{
    font-size: 30px;
    font-size: 2.31vw;
    line-height: 1em;
}
.p_34{
    font-size: 34px;
    font-size: 2.62vw;
    line-height: 1em;
}
.p_36{
    font-size: 36px;
    font-size: 2.77vw;
    line-height: 1em;
}
.p_40{
    font-size: 40px;
    font-size: 3.1vw;
    line-height: 1em;
}
.p_50{
    font-size: 50px;
    font-size: 3.9vw;
    line-height: 1em;
}


@media screen and (min-width: 1300px) {
    p{
        font-size: 15px;
    }
    .p_10{
        font-size: 10px;
    }
    .p_14{
        font-size: 14px;
    }
    .p_15{
        font-size: 15px;
    }
    .p_16{
        font-size: 16px;
    }
    .p_18{
        font-size: 18px;
    }
    .p_19{
        font-size: 19px;
    }
    .p_20{
        font-size: 20px;
    }
    .p_22{
        font-size: 22px;
    }
    .p_26{
        font-size: 26px;
    }
    .p_28{
        font-size: 28px;
    }
    .p_30{
        font-size: 30px;
    }
    .p_34{
        font-size: 34px;
    }
    .p_36{
        font-size: 36px;
    }
    .p_40{
        font-size: 40px;
    }
    .p_50{
        font-size: 50px;
    }
}

@media screen and (max-width: 750px) {
    .sp{
        display: block!important;
    }
    .pc{
        display: none!important;
    }
    .content_box{
        width: 95%;
    }
    p{
        font-size: 20px;
        font-size: 2.67vw;
        line-height: 1.9em;
    }
    .s_15{
        font-size: 15px;
        font-size: 2vw;
        line-height: 1.9em;
    }
    .s_18{
        font-size: 18px;
        font-size: 2.4vw;
        line-height: 1.9em;
    }
    .s_20{
        font-size: 20px;
        font-size: 2.67vw;
        line-height: 1.9em;
    }
    .s_22{
        font-size: 22px;
        font-size: 2.94vw;
        line-height: 1.9em;
    }
    .s_24{
        font-size: 24px;
        font-size: 3.1vw;
        line-height: 1.9em;
    }
    .s_26{
        font-size: 26px;
        font-size: 3.47vw;
        line-height: 1em;
    }
    .s_28{
        font-size: 28px;
        font-size: 3.74vw;
        line-height: 1em;
    }
    .s_30{
        font-size: 30px;
        font-size: 4vw;
        line-height: 1em;
    }
    .s_32{
        font-size: 32px;
        font-size: 4.27vw;
        line-height: 1em;
    }
    .s_35{
        font-size: 35px;
        font-size: 4.7vw;
        line-height: 1em;
    }
    .s_42{
        font-size: 42px;
        font-size: 5.6vw;
        line-height: 1em;
    }
    .s_50{
        font-size: 50px;
        font-size: 6.67vw;
        line-height: 1em;
    }
}

/* ==========================================================================
   slick
   ========================================================================== */
/* the slides */
.slick-slide {
    margin-left:10px;
}
/* the parent */
.slick-list {
    margin-left:-10px;
}
/* the dots */
.slick-dots{
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 3%;
}
.slick-dots li{
    width: 1.4vw;
    max-width: 10px;
    height: 1.4vw;
    max-height: 10px;
    margin: 0% 1.5vw;
}
.slick-dots li button{
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999px;
    background: #d1d1d1;
    width: 100%;
    height: 100%;
    content: "";
    padding: 0px;
    margin: 0px;
    display: block;
    border-radius: 100px;
}
.slick-dots li.slick-active button{
    background: #e94980;
}

@media screen and (min-width: 751px) {
    .slick-dots li{
        margin: 0% 1.5%;
    }
}


/* ==========================================================================
   header
   ========================================================================== */
header .content_box{
    position: relative;
}
header h1{
    line-height: 1em!important;
    color: #050505;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 43.8%;
    transform: translate(50%,-50%);
}
header .main_header{
    padding-top: 1%;
    padding-bottom: 1%;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.72);
}
header .main_header .header_ico{
    text-align: center;
    position: absolute;
    top: 50%;
    /* left: 37%; */
    left: 0;
    transform: translate(-50%,-50%);
	width: 8%;
}
header .main_header .insta_ico{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 39%;
    transform: translate(-50%,-50%);
	width: 5%;
}

header .main_header.kasou{
    border-bottom: 1px solid #000000;
}
header .header__menu{
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 6%;
}
header .header_logo{
    width: 30%;
    display: block;
}
header #main_menu{
    width: fit-content;
}
header #main_menu #top-menu{
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
header #main_menu #top-menu li{
    position: relative;
    width: 100%;
}
header #main_menu #top-menu li .btn{
    width: 100%;
}
header #main_menu #top-menu li .btn a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 5px;
    border-radius: 50px;
    letter-spacing: 0px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1em;
    background: #e94980;
    border: 1px solid #e94980;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin: 1% 0;
}
header #main_menu #top-menu li .btn a:hover{
    color: #e94980;
    background: #fff;
}
header #main_menu #top-menu li#sp_menu{
    display: none;
}
header #main_menu #top-menu li a{
    font-size: 14px;
    font-size: 1.1vw;
}
header #main_menu #top-menu li .menu_btn{
    position: relative;
    width: 38px;
    height: 12px;
    cursor: pointer;
}
header #main_menu #top-menu li .menu_btn .line1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #231815;
}
header #main_menu #top-menu li .menu_btn .line2{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 70%;
    height: 2px;
    background: #231815;
}

@media screen and (min-width: 1300px) {
    header .main_header{
        padding-top: 13px;
        padding-bottom: 13px;
    }
    header #main_menu #top-menu li a{
        font-size: 14px;
    }
}

@media screen and (max-width: 750px) {
    header h1{
        position: static;
        padding-bottom: 2%;
        padding-left: 1.5%;
        text-align: center;
        transform: translateY(0%);
    }
    header .main_header{
        padding-top: 2.7%;
        padding-bottom: 2.7%;
    }
	header .main_header .header_ico{
		top:70%;
		/* left: 94%; */
        left: 9%;
		width: 15%;
	}
    header .main_header .insta_ico{
		top:70%;
		left: 94%;
		width: 9%;
	}
	header #main_menu{
        width: 0%;
    }
    header .header_logo{
        width: 56.57%;
        margin: 0 auto;
    }
    header #main_menu #top-menu{
        justify-content: flex-end;
    }
    header #main_menu #top-menu li{
        display: none;
    }
    header #main_menu #top-menu li .menu_btn{
        width: 8vw;
        height: 3vw;
    }
}


/* ==========================================================================
   nav-btns
   ========================================================================== */
.nav-btns{
	position:fixed;
	width:100%;
	right:0;
	z-index:10000;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.6);
}
.nav-btns ul {
    width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2% 0px;
}
.nav-btns ul li{
	width: 46%;
	box-sizing:border-box;
	padding: 0px;
}
.nav-btns ul li a{
    color: #fff;
    display: block;
    box-sizing: border-box;
    padding: 8% 0px;
    line-height: 1em;
    text-align: center;
    border-radius: 5px;
    position: relative;
}
.nav-btns ul li.btn1 a{
    background: #E9497E url(../img/shop/ico_calendar.png) left 16% top 45% no-repeat;
    padding-left: 12%;
    background-size: 7%;
}
.nav-btns ul li.btn2 a{
    background: #ffffff;
    color: #222222;
}
.nav-btns ul li.btn2 a::before{
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: calc( 50% - 5.5em );
    background: url(../img/shop/ico_mail.png) center center no-repeat;
    background-size: contain;
    width: 1.3em;
    height: 0px;
    max-width: 28px;
    padding-top: 20px;
}
.nav-btns ul li.btn2 a::after{
    content: "";
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: calc( 50% + 5.5em );
    background: url(../img/shop/ico_arrow_bottom.png) center center no-repeat;
    background-size: contain;
    width: .6em;
    height: 0px;
    max-width: 13px;
    padding-top: 21px;
}
.nav-btns ul li a span{
    display: block;
}
.nav-btns ul.three{
    align-items: stretch;
}
.nav-btns ul.three li{
    width: 30%;
}
.nav-btns ul.three li.btn1 a{
    background: #E9497E;
}
.nav-btns ul.three li a{
    height: 100%;
    display: grid;
    place-content: center;
    padding-left: 0;
}
.nav-btns ul.three li.btn2 a::before{
    left: calc(50% - 3em);
}
.nav-btns ul.three li.btn2 a::after{
    background: initial;
}
.nav-btns ul.three li.btn2 a{
    padding-left: 1.5em;
}
.nav-btns ul.three li.btn2 a::before{
    max-width: 15px;
}
@media screen and (min-width: 751px) {
    .nav-btns{
        display: none;
    }
}




/* ==========================================================================
   page_shop
   ========================================================================== */
#page_shop{}
#page_shop #hero{
    margin-top: 18%;
    position: relative;
}
#page_shop #hero .content_box{
    width: 100%;
}
@media screen and (min-width: 751px) {
    #page_shop{}
    #page_shop #hero{
        margin-top: 6.6%;
        padding-top: 3%;
        padding-bottom: 3.4%;
        background: url(../img/shop/hero_bg.png) center center no-repeat;
        background-size: cover;
    }
    #page_shop #hero .content_box{
        width: 95%;
        text-align: center;
    }
    #page_shop #hero .content_box img{
        display: inline-block;
    }
}
@media screen and (min-width: 1300px) {
    #page_shop{}
    #page_shop #hero{
        margin-top: 86px;
        padding-top: 40px;
        padding-bottom: 45px;
    }
    #page_shop #hero .content_box{}
}

#page_shop #hero .shop-name{
    position:absolute;
    z-index: 9;
    background-color: #e94980;
    padding:6px;
    text-align: center;
    border-radius: 10px;
    color:#fff;
    top:5%;
    right:32%;
}

@media screen and (max-width: 751px) {
    #page_shop #hero .shop-name{
        top:3%;
        right:1%;
    }
}

#bnr_area{
    width:1180px;
    margin:3% auto 0;
}

@media screen and (max-width: 751px) {
    #bnr_area{
        width:90%;
    }
}

#bnr_area ul{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    margin-bottom: 4%;
}

#bnr_area ul li{
    width:47%;
}

#bnr_area ul li img{
    width:100%;
    height:auto;
}

#page_shop nav{
    background: #232323;
    margin-bottom: 3%;
}
#page_shop nav .content_box{
    width: 100%;
}
#page_shop nav ul{
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#page_shop nav ul li{
    width: 34%;
}
@media screen and (max-width: 750px) {
    #page_shop #banner .banner_image{
        padding-bottom: 2%!important;
    }
}
@media screen and (min-width: 751px) {
    #page_shop nav{}
    #page_shop nav .content_box{
        width: 95%;
    }
    #page_shop nav ul{
        max-width: 903px;
        margin: 0 auto;
        width: 76.6%;
    }
    #page_shop nav ul li{}
    #page_shop nav ul li a{}
}
@media screen and (min-width: 1300px) {
    #page_shop nav{}
    #page_shop nav ul{}
    #page_shop nav ul li{}
    #page_shop nav ul li a{}
}

#page_shop nav ul li.shop-list nav ul{
    margin:0;
    padding:2px 4px;
    display:block;
    width: 100%;
    box-sizing: border-box;
}

#page_shop nav ul li.shop-list nav ul li{
    display:block;
    width:100%;
    text-align: center;
}

#page_shop nav ul li.shop-list{
    position: relative;
}
#page_shop nav ul li .shop-open{
    cursor: pointer;
}
#page_shop nav ul li nav{
    display: none;
    background-color:#232323;
    position:absolute;
    transition: 1s;
}

#page_shop nav ul li nav.active{
    display: block;
    width:100%;
    color:#fff;
    left:0;
    z-index: 1;
}
#page_shop nav ul li nav a{
    color:#fff;
    font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size:clamp(12px,2vw,16px);
}

#page_shop #banner .banner_image{
    padding-top: 4.22%;
    padding-bottom: 7.1%;
}
@media screen and (min-width: 751px) {
    #page_shop #banner{
        width: 95%;
    }
    #page_shop #banner .banner_image{
        padding-top: 4%;
        padding-bottom: 4%;
        text-align: center;
        margin: 0 auto;
        max-width: 750px;
    }
    #page_shop #banner .banner_image img{
        display: inline-block;
    }
}


#page_shop #about{}
#page_shop #about .shop_slider{}
#page_shop #about .shop_slider .slider_page{}
#page_shop #about h2{
    padding-top: 8%;
    text-align: center;
    padding-bottom: 12%;
    position: relative;
}
#page_shop #about h2::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 28%;
    left: 0;
    right: 0;
    margin: auto;
    width: 20%;
    height: 1px;
    background: #000;
}
#page_shop #about p{
    padding-bottom: 7%;
    text-align: center;
}
#page_shop #about p span{
    background: #e94980;
    color: #fff;
    padding: .7%;
    padding-right: 0px;
}
@media screen and (min-width: 751px) {
    #page_shop #about{}
    #page_shop #about .shop_slider{}
    #page_shop #about .shop_slider .slider_page{}
    #page_shop #about h2{
        line-height: 1em;
        padding-bottom: 5%;
    }
    #page_shop #about h2::after{
        bottom: 17%;
        width: 12%;
    }
    #page_shop #about p{
        /*text-align: center;*/
    }
}
@media screen and (min-width: 1300px) {
    #page_shop #about{}
    #page_shop #about .shop_slider{}
    #page_shop #about .shop_slider .slider_page{}
    #page_shop #about h2{}
    #page_shop #about p{}
}

#page_shop #recommend{}
#page_shop #recommend h2{
    text-align: center;
    border-top: 1px solid #e94980;
    border-bottom: 1px solid #e94980;
    padding: 3.4% 0px;
    position: relative;
}
#page_shop #recommend h2::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -2vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 3vw;
    max-width: 22px;
    height: 2vw;
    max-height: 15px;
    background: url(../img/shop/arrow_bottom.png) top center no-repeat;
    background-size: contain;
}
#page_shop #recommend ul{
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#page_shop #recommend ul li{
    width: 48.6%;
    padding-top: 7.8%;
}
#page_shop #recommend ul li .recommend_photo{
    position: relative;
}
#page_shop #recommend ul li .recommend_photo::before{
    content: "";
    display: block;
    position: absolute;
    width: 9vw;
    max-width: 67px;
    height: 5.5vw;
    max-height: 41px;
    top: -8%;
    left: 4.4%;
    background: url(../img/shop/n1.png) center center no-repeat;
    background-size: contain;
}
#page_shop #recommend ul li:nth-of-type(2) .recommend_photo::before{
    background: url(../img/shop/n2.png) center center no-repeat;
    background-size: contain;
}
#page_shop #recommend ul li:nth-of-type(3) .recommend_photo::before{
    background: url(../img/shop/n3.png) center center no-repeat;
    background-size: contain;
}
#page_shop #recommend ul li:nth-of-type(4) .recommend_photo::before{
    background: url(../img/shop/n4.png) center center no-repeat;
    background-size: contain;
}
#page_shop #recommend ul li h3{
    text-align: center;
    line-height: 3em;
    padding-top: 6%;
    padding-bottom: 17.5%;
    position: relative;
}
#page_shop #recommend ul li h3::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 21%;
    left: 0;
    right: 0;
    margin: auto;
    width: 19%;
    height: 2px;
    background: #e94980;
}
#page_shop #recommend ul li:nth-of-type(1) h3{
    text-align: center;
    line-height: 1.5em;
}
#page_shop #recommend ul li p span{
	color:#e94980;
}
#page_shop #recommend h3 + p{
    display: flex;
    justify-content:center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1.5em;
}
#page_shop #recommend ul li p span.desc_title{
	color:#000;
}
#page_shop #recommend ul li p span.desc_title1{
	color:#000;
    font-size: .5vw;
}
#page_shop #recommend ul li p span.desc_title2{
	color:#000;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: -1em 0 1em .5em;
}
#page_shop #recommend p:nth-of-type(2){
    display: flex;
    justify-content: center;
    margin-left: -.5em;
}
#page_shop #recommend p:nth-of-type(2) img{
    width: 2em;
    height: 2em;
    margin-top:-1.5em;
    display: inline-block;
    margin-right: -4px;
}
#page_shop ul .price{
    font-weight: bold!important;
    color: #000!important;
}

@media screen and (min-width: 751px) {
    #page_shop #recommend h2{
        line-height: 1em;
        padding: 2% 0px;
    }
    #page_shop #recommend h2::after{
        bottom: -1.16vw;
        width: 1.7vw;
        height: 1.16vw;
    }
    #page_shop #recommend ul{}
    #page_shop #recommend ul li{}
    #page_shop #recommend ul li .recommend_photo{}
    #page_shop #recommend ul li h3{}
}
@media screen and (min-width: 751px) and (max-width: 899px) {
    #page_shop #recommend ul{
        justify-content: center;
    }
    #page_shop #recommend ul li{
        padding-top: 6%;
        width: 35%;
        margin: 0% 5%;
    }
    #page_shop #recommend ul li h3{
        font-size: 2.2vw;
    }
    #page_shop #recommend ul li p{
        font-size: 1.4vw;
    }
}
@media screen and (min-width: 900px) {
    #page_shop #recommend ul{
        justify-content: space-between;
    }
    #page_shop #recommend ul li{
        width: 23%;
        padding-top: 6%;
    }
}
@media screen and (min-width: 1300px) {
    #page_shop #recommend{}
    #page_shop #recommend h2{}
    #page_shop #recommend h2::after{
        bottom: -15px;
    }
    #page_shop #recommend ul{}
    #page_shop #recommend ul li{}
    #page_shop #recommend ul li .recommend_photo{}
    #page_shop #recommend ul li h3{}
}

#page_shop #notice{
    max-width: 1180px;
    background-color:rgb(240, 223, 200);
    margin: 6% 3% 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0.5em 1em;

}
#page_shop #notice p{
    font-size: 2.37vw;
}
#page_shop #notice img{
    width: 3em;
    height: 3em;
    margin-right: .5em;
}
#page_shop #banner_wrap{
    padding: 0 0 0.5em;
    max-width: 1180px;
    margin: auto;
    width: 94%;
    border: solid #E6E6E6 4px;
}
@media screen and (min-width: 751px) {
    #page_shop #banner_wrap{
        width: fit-content;
    }
}
#page_shop #banner_wrap .check img{
    margin-left: 1em;
}
@media screen and (min-width: 751px) {
    #page_shop #notice{
        margin: 2% auto 5%;
    
    }
    #page_shop #banner_wrap{
        padding: 0 1.5em 0.5em;
    }
}
#page_shop #banner_wrap .recom{
    background-color: rgb(246, 122, 166);
    color: #fff;
    max-width: 1180px;
    width: fit-content;
    margin: -1.2em auto 1.5em;
    padding: 0.2em 1em;
    font-size: larger;
    letter-spacing: -.8px;
    font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#page_shop #banner_wrap .recom span{
    font-weight: bold!important;
    display: inline-block;
}
#page_shop #banner_wrap .txt{
    margin: auto;
    width: fit-content;
    font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
#page_shop #banner_wrap .check{
    display: flex;
    margin-top: 1em;
}
#page_shop #banner_wrap .check + p{
    margin-left: 3em;
    margin-right: 1em;
    font-size: 2.37vw;
    line-height: 1.5;
}
#page_shop #banner_wrap h3{
    font-size: 3.47vw!important;
}
@media screen and (min-width: 650px) {
    #page_shop #banner_wrap h3{
        font-size: 2.67vw!important;
    }
}
@media screen and (min-width: 751px) {
    #page_shop #banner_wrap .check + p{
        font-size: 1.16vw!important;
    }
    #notice p{
        font-size: 1.16vw!important;
    }
    #page_shop #banner_wrap h3{
        font-size: 1.4vw!important;
    }
}
@media screen and (min-width: 1300px){
    #notice p {
        font-size: 15px!important;
    }
    #page_shop #banner_wrap .check span {
        font-size: 18px!important;
    }
    #page_shop #banner_wrap .check + p {
        font-size: 16px!important;
    }
    #page_shop #banner_wrap h3{
        font-size: 22px!important;
    }
}

    #page_shop #banner_wrap .check + p{
        margin-left: 3em;
        font-size: 2.67vw;
        line-height: 1.5;
        letter-spacing: -1.4px;
    }
    #page_shop #notice p {
        font-size: 2.67vw;
        line-height: 1.9em;
        letter-spacing: -1px;
        font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    }
    #page_shop #notice img {
        width: 2em;
        height: 2em;
        margin-right: 0.5em;
        letter-spacing: -1px;
    }
@media screen and (max-width: 750px){
    #page_shop #recommend ul li p span.desc_title2{
        font-size: 2.67vw!important;
    }
    #page_shop #recommend ul li p span.desc_title1{
        font-size: 2.37vw!important;
    }
}
@media screen and (min-width: 751px) {
    #page_shop #notice img {
        width: 3em;
        height: 3em;
        margin-right: 1em;
    }
    #page_shop #recommend ul li p span.desc_title1{
        font-size: .6vw;
    }
}


#page_shop #banner_wrap .check img{
    width: 2em;
    height: 2em;
    margin-top: -0.5em;
}
#page_shop #banner_wrap .check span{
    font-weight: bold;
}
@media screen and (min-width: 900px) {
    #page_shop #banner_wrap .check span{
    font-size: 1.36vw;
    }
}

#page_shop #popular h2{
    margin-top: 10.5%;
    text-align: center;
    border-top: 1px solid #e94980;
    border-bottom: 1px solid #e94980;
    padding: 3.4% 0px;
    line-height: 1.7em;
    position: relative;
}


#page_shop #rental h2{
    margin-top: 1%;
	margin-bottom: -1px;
    text-align: center;
    border-top: 1px solid #e94980;
    border-bottom: 1px solid #e94980;
    padding: 2% 0px;
    line-height: 1.7em;
    position: relative;
}

#page_shop #rental .content_box{
    margin-top: -13.5%;
}

#page_shop #rental h2::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -2vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 3vw;
    max-width: 22px;
    height: 2vw;
    max-height: 15px;
    background: url(../img/shop/arrow_bottom.png) top center no-repeat;
    background-size: contain;
}
@media screen and (min-width:751px){
    #page_shop #rental h2::after{
    bottom: -1.16vw;
    width: 1.7vw;
    height: 1.16vw;
    }
}
@media screen and (min-width: 1300px){
    #page_shop #rental h2::after{
        bottom: -15px;
    }
}

#page_shop #rental .banner_image{
    padding-bottom: 8%;
}



#page_shop #popular h2::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -2vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 3vw;
    max-width: 22px;
    height: 2vw;
    max-height: 15px;
    background: url(../img/shop/arrow_bottom.png) top center no-repeat;
    background-size: contain;
}
#page_shop #popular .popular_images{
    margin-top: 7%;
}
#page_shop #popular .popular_images .line1{
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#page_shop #popular .popular_images .line1 .col1{
    width: 47.75%;
}
#page_shop #popular .popular_images .line1 .col2{
    width: 50.6%;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#page_shop #popular .popular_images .line1 .col2 .popular_photo{
    width: 47.71%;
}
#page_shop #popular .popular_images .line1 .col2 .popular_photo:nth-of-type(3),
#page_shop #popular .popular_images .line1 .col2 .popular_photo:nth-of-type(4){
    margin-top: 2.8%;
}
#page_shop #popular .popular_images .line2{
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 1.7%;
}
#page_shop #popular .popular_images .line2 .popular_photo{
    width: 32%;
	max-width: 226px;
}
#page_shop #popular .popular_images .line2 .popular_photo p{
	text-align: center;
	background-color: #e94980;
	color: #fff;
	padding: 0 4%;
	margin: 4% auto;
	box-sizing: border-box;
	width: 66%;
	border-radius: 3px;
}
#page_shop #popular .popular_images .line1 .popular_photo p{
	text-align: center;
	background-color: #e94980;
	color: #fff;
	padding: 0 4%;
	margin: 4% auto;
	box-sizing: border-box;
	width: 66%;
	border-radius: 3px;
}
#page_shop #popular p{
    padding-top: 5%;
    padding-bottom: 8%;
}
#page_shop #popular .banner_image{
    padding-bottom: 8%;
}
#page_shop #popular h2{
    margin: 8% auto 2%;
}
@media screen and (min-width: 751px) {
    
    #page_shop #popular h2{
        line-height: 1.5em;
        padding: 2% 0px;
        margin: 8% auto 2%;
    }
    #page_shop #popular h2::after{
        bottom: -1.16vw;
        width: 1.7vw;
        height: 1.16vw;
    }
    #page_shop #popular .popular_images{
        max-width: 720px;
        margin: 0 auto;
        margin-top: 6%;
    }
    #page_shop #popular .popular_images .line1{}
    #page_shop #popular .popular_images .line1 .col1{}
    #page_shop #popular .popular_images .line1 .col2{}
    #page_shop #popular .popular_images .line2{}
    #page_shop #popular .popular_images .popular_photo{}
    #page_shop #popular .popular_images .line2 .popular_photo p,
    #page_shop #popular .popular_images .line1 .popular_photo p
    {
		border-radius: 5px;
	}
    #page_shop #popular p{
        padding-top: 4%;
        padding-bottom: 5%;
        max-width: 920px;
        margin: 0 auto;
    }
    #page_shop #popular .banner_image{
        padding-bottom: 6%;
        text-align: center;
        margin: 0 auto;
        max-width: 882px;
		width: 80%;
    }
    #page_shop #popular .banner_image img{
        display: inline-block;
    }
}
@media screen and (min-width: 1300px) {
    #page_shop #popular{}
    #page_shop #popular h2{}
    #page_shop #popular h2::after{
        bottom: -15px;
    }
    #page_shop #popular .popular_images{}
    #page_shop #popular .popular_images .line1{}
    #page_shop #popular .popular_images .line1 .col1{}
    #page_shop #popular .popular_images .line1 .col2{}
    #page_shop #popular .popular_images .line2{}
    #page_shop #popular .popular_images .popular_photo{}
    #page_shop #popular p{}
}

#page_shop #howto{}
#page_shop #howto h2{
    width: 48.5%;
    margin: 0 auto;
    padding-top: 12%;
    padding-bottom: 9%;
}

#page_shop #howto h2.insta{
    padding-top:0;
    padding-bottom:0;
}

#page_shop #howto .howto__flow{}
#page_shop #howto .howto__flow h3{
    border-left: .14em solid #e94980;
    color: #232323;
    line-height: 1.3em;
    padding-left: 2%;
    position: relative;
    margin-bottom: 1.4%;
}
#page_shop #howto .howto__flow h3::after{
    content: "";
    display: block;
    position: absolute;
    bottom: -2vw;
    left: -.14em;
    width: 100%;
    height: 18%;
    background: #e6e6e6;
}
#page_shop #howto .howto__flow ul{}
#page_shop #howto .howto__flow ul li{
    padding-top: 6%;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#page_shop #howto .howto__flow ul li .howto__flow__image{
    width: 35%;
    position: relative;
}
#page_shop #howto .howto__flow ul li .howto__flow__image::after{
    content: "";
    display: block;
    position: absolute;
    width: 7.4vw;
    max-width: 55px;
    height: 7.4vw;
    max-height: 55px;
    top: 3%;
    left: 3%;
    background: url(../img/shop/p1.png) center center no-repeat;
    background-size: contain;
}
#page_shop #howto .howto__flow ul li:nth-of-type(2) .howto__flow__image::after{
    background: url(../img/shop/p2.png) center center no-repeat;
    background-size: contain;
}
#page_shop #howto .howto__flow ul li:nth-of-type(3) .howto__flow__image::after{
    background: url(../img/shop/p3.png) center center no-repeat;
    background-size: contain;
}
#page_shop #howto .howto__flow ul li:nth-of-type(4) .howto__flow__image::after{
    background: url(../img/shop/p4.png) center center no-repeat;
    background-size: contain;
}
#page_shop #howto .howto__flow ul li .howto__flow__text{
    width: 60%;
}
#page_shop #howto .howto__flow ul li .howto__flow__text h4{
    padding-bottom: 4%;
}
#page_shop #howto .howto__flow ul li .howto__flow__text p{}


#page_shop #howto .rental{
    margin-bottom: 10%;
}
#page_shop #howto .rental h3{
    margin: 0 auto;
    width: 90%;
    margin-top: 14%;
    line-height: 1.3em;
    position: relative;
    margin-bottom: 5%;
    background: #e94980;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    padding: .6em 0px;
    letter-spacing: 0px;
}
#page_shop #howto .rental h3::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2.1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 3vw;
    max-width: 28px;
    height: 2.4vw;
    max-height: 18px;
    background: url(../img/shop/arrow_pink.png) top center no-repeat;
    background-size: contain;
}
#page_shop #howto .rental p{
    text-align: center;
}
#page_shop #howto .rental p span{
    background: #e94980;
    color: #fff;
    padding: .7%;
    padding-right: 0px;
}
#page_shop #howto .rental .rental_box{
	background-color: #f4f2ee;
	margin: 3% auto 0;
	padding: 5% 6%;
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
}
#page_shop #howto .rental .rental_box span{
    background: #e94980;
    color: #fff;
    padding: .7%;
    padding-right: 0px;
}
#page_shop #howto .rental p.warning{
    /*color: #808080;*/
	color: #000;
    text-align: left;
    margin-top: 5%;
	background-color: #f4f2ee;
	padding: 4% 5%;
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
}
#page_shop #howto .rental p.warning span{
	background-color: transparent;
	color: inherit;
	padding: 0;
	text-decoration: underline;	
}
#page_shop #howto .rental ul{}
#page_shop #howto .rental ul li{
    margin-top: 7%;
}
#page_shop #howto .rental ul li p{
    color: #e94980;
    text-align: left;
}
#page_shop #howto .rental ul li p span{
    background: #000000;
    padding: .4em 1.5em;
    border-radius: 100px;
    margin-right: 1em;
}
#page_shop #howto .rental ul li .rental_img{
    margin-top: 4%;
}
@media screen and (min-width: 751px) {
    #page_shop #howto .rental ul{
        width: 750px;
        margin: 0 auto;
    }
    #page_shop #howto .rental h3{
        width: 60%;
    }
    #page_shop #howto .rental h3::after{
        bottom: -.6em;
        width: 2.1vw;
        height: 1.4vw;
    }
    #page_shop #howto .rental p.warning{
        margin: 0 auto;
        max-width: 920px;
        margin-top: 5%;
    }
	#page_shop #howto .rental .rental_box{
		padding: 3% 4%;
		width: 75%;
		border-radius: 10px;
	}	
}


/* #page_shop #howto .howto__pay{
    border-bottom: 1px solid #d0d0d0;
} */
#page_shop #howto .howto__pay h3{
    border-left: .14em solid #e94980;
    color: #232323;
    line-height: 1.3em;
    padding-left: 2%;
    position: relative;
    margin-bottom: 1.4%;
}
#page_shop #howto .howto__pay h3::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2vw;
    left: -.14em;
    width: 100%;
    height: 18%;
    background: #e6e6e6;
}
#page_shop #howto .howto__pay h4{
    margin-top: 8%;
    margin-bottom: 2%;
}
#page_shop #howto .howto__pay p{}
#page_shop #howto .howto__pay .payment_methods{
    margin-top: 8%;
    margin-bottom: 7%;
}
#page_shop #howto .howto__pay .payment_methods li{
    margin-top: 4%;
}
#page_shop #howto .howto__pay .payment_methods li p{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 1em;
}
#page_shop #howto .howto__pay .payment_methods li p::before{
    content: "";
    display: block;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 100px;
    top: 50%;
    left: 0px;
    width: .5em;
    height: .5em;
    background: #e94980;
}
#page_shop #howto .howto__pay .payment_methods li:nth-of-type(1) .payment_method{
    width: 100%;
    max-width: 710px;
    display: block;
}
#page_shop #howto .howto__pay .payment_methods li:nth-of-type(2) .payment_method{
    width: 12%;
    max-width: 196px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}
#page_shop #howto .howto__pay .payment_methods li:nth-of-type(3) .payment_method{
    width: 11%;
    max-width: 74px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}
#page_shop #howto .howto__pay .payment_methods li:nth-of-type(4) .payment_method{
    width: 13%;
    max-width: 89px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}
#page_shop #howto .howto__pay .payment_methods li:nth-of-type(5) .payment_method{
    width: 10%;
    max-width: 89px;
    display: inline-block;
    vertical-align: middle;
    display: flex;
}
#page_shop #howto .howto__pay .payment_methods li:nth-of-type(5) p{
    text-align: left;
}
#page_shop #howto .howto__pay .payment_methods li:nth-of-type(5) span{
    margin-bottom: .5em;
    color: #e94980;
    display:inline-block;
}
#page_shop #howto .howto__pay .payment_methods li:nth-of-type(5) img {
    margin: 0 1.4em;
}
@media screen and (max-width: 750px) {
    #page_shop #howto .howto__pay .payment_methods li:nth-of-type(5) img {
        margin: 0 1em;
    }
}
@media screen and (min-width: 751px) {
    #page_shop #howto{}
    #page_shop #howto h2{
        width: 29.24%;
        padding-bottom: 5%;
        padding-top: 8%;
    }
    #page_shop #howto .howto__flow{}
    #page_shop #howto .howto__flow h3{}
    #page_shop #howto .howto__flow h3::after{
        bottom: -1vw;
    }
    #page_shop #howto .howto__flow ul{
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #page_shop #howto .howto__flow ul li{
        width: 35%;
        padding-top: 6%;
        flex-direction: column;
        margin: 0% 5%;
    }
    #page_shop #howto .howto__flow ul li .howto__flow__image{
        width: 100%;
        text-align: center;
        max-width: 248px;
    }
    #page_shop #howto .howto__flow ul li .howto__flow__image img{
        display: inline-block;
    }
    #page_shop #howto .howto__flow ul li .howto__flow__text{
        width: 100%;
    }
    #page_shop #howto .howto__flow ul li .howto__flow__text h4{
        line-height: 1em;
        text-align: center;
        padding-top: 10%;
        padding-bottom: 7%;
    }
    #page_shop #howto .howto__flow ul li .howto__flow__text p{}
    #page_shop #howto .howto__pay{}
    #page_shop #howto .howto__pay h3{
        margin-top: 8%;
    }
    #page_shop #howto .howto__pay h3::after{
        bottom: -1vw;
    }
    #page_shop #howto .howto__pay h4{
        line-height: 1em;
        text-align: center;
    }
    #page_shop #howto .howto__pay p{
        text-align: center;
    }
    #page_shop #howto .howto__pay .payment_method{
        text-align: center;
    }
    #page_shop #howto .howto__pay .payment_method img{
        display: inline-block;
    }
    #page_shop #howto .howto__pay .payment_methods{
        width: 67%;
        margin: 0 auto;
        margin-top: 6%;
        margin-bottom: 5%;
    }
}
@media screen and (min-width: 751px) and (max-width: 899px) {
    #page_shop #howto .howto__flow ul{
        justify-content: center;
    }
    #page_shop #howto .howto__flow ul li{
        width: 35%;
    }
    #page_shop #howto .howto__flow ul li h4{
        font-size: 2.2vw;
    }
    #page_shop #howto .howto__flow ul li p{
        font-size: 1.4vw;
    }
}
@media screen and (min-width: 900px) {
    #page_shop #howto .howto__flow ul{
        justify-content: space-between;
    }
    #page_shop #howto .howto__flow ul li{
        width: 24%;
        margin: 0%;
    }
}
@media screen and (min-width: 1300px) {
    #page_shop #howto{}
    #page_shop #howto h2{}
    #page_shop #howto .howto__flow{}
    #page_shop #howto .howto__flow h3{}
    #page_shop #howto .howto__flow h3::after{
        bottom: -13px;
    }
    #page_shop #howto .howto__flow ul{}
    #page_shop #howto .howto__flow ul li{}
    #page_shop #howto .howto__flow ul li .howto__flow__image{}
    #page_shop #howto .howto__flow ul li .howto__flow__text{}
    #page_shop #howto .howto__flow ul li .howto__flow__text h4{}
    #page_shop #howto .howto__flow ul li .howto__flow__text p{}
    #page_shop #howto .howto__pay{}
    #page_shop #howto .howto__pay h3{}
    #page_shop #howto .howto__pay h3::after{
        bottom: -13px;
    }
    #page_shop #howto .howto__pay h4{}
    #page_shop #howto .howto__pay p{}
    #page_shop #howto .howto__pay .payment_method{}
}

#page_shop #access{}
#page_shop #access h2{
    padding-top: 12%;
    margin: 0 auto;
    width: 48.5%;
    padding-bottom: 3%;
}
#page_shop #access p{
    text-align: center;
    /*padding-bottom: 8.5%;*/
}
#page_shop #access p a{
    color: #e94980;
    border-bottom: 1px solid #e94980;
}
#page_shop #access #map {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}
#page_shop #access #map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
     width: 100% !important;
    height: 100% !important;
}
#page_shop #access #map2 {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}
#page_shop #access #map2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
     width: 100% !important;
    height: 100% !important;
}

#page_shop #access .fx_box_access img{
	margin: 0 auto 3%;
	display: block;
}
#page_shop #access .fx_box_access{
	margin-bottom: 8.5%;
}

@media screen and (min-width: 751px) {
    #page_shop #access{}
    #page_shop #access h2{
        width: 29.24%;
        padding-bottom: 3%;
        padding-top: 8%;
    }
    #page_shop #access #map,#page_shop #access #map2{
        padding-bottom: 35%;
    }
	#page_shop #access .fx_box_access{
	display: flex;
	justify-content: center;
	margin-bottom: 3%;
	}
	#page_shop #access .fx_box_access img {
    margin: 0 3% 0 0;
    height:250px;
	}
}
@media screen and (min-width: 1300px) {
    #page_shop #access{}
    #page_shop #access h2{}
    #page_shop #access p{}
    #page_shop #access #map,#page_shop #access #map2{
        padding-bottom: 455px;
    }
}

#page_shop #reserve{}
#page_shop #reserve .content_box{
    /* border-bottom: 1px solid #d0d0d0; */
}

#page_shop #reserve h2{
    padding-top: 11%;
    margin: 0 auto;
    width: 48.5%;
    padding-bottom: 6%;
}
#page_shop #reserve p{
    text-align: center;
}
#page_shop #reserve .btn{
    padding-top: 7%;
    padding-bottom: 8%;
}
#page_shop #reserve .btn a{
    font-family: sans-serif ;
    background: #e94980;
    border: 1px solid #e94980;
    text-align: center;
    line-height: 1em;
    color: #fff;
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 4% 0px;
    border-radius: 100px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#page_shop #reserve .btn a:hover{
    background: #fff;
    color: #e94980;
}

.pbtn{
    padding-top: 2%;
}
/* .pbtn_box{
    padding-top: 4%;
} */
.pbtn a{
    font-family: sans-serif ;
    background: #e94980;
    border: 1px solid #e94980;
    text-align: center;
    line-height: 1em;
    color: #fff;
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 4% 0px;
    border-radius: 100px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}
.pbtn a::after{
    content:"〉";
    position: absolute;
    right: 4%;
    display: flex;
    align-items: center;
    color: #fff;
    bottom: 0;
    top: 0;
    font-weight: bold;
}
.pbtn a:hover{
    background: #fff;
    color: #e94980;
}
.pbtn a:hover::after{
    color: #e94980;
}
.pbtn_box.two{
    max-width: 1000px;
    margin: auto;
}
.pbtn_box.two .pbtn{
    display: flex;
}
.pbtn_box.two .pbtn a{
    margin: 0 10px;
}
@media screen and (max-width: 750px) {
    .pbtn_box.two .pbtn {
        display: block;
    }
    .pbtn_box.two .pbtn a{
        margin: auto;
    }
    .pbtn_box.two .pbtn a:first-of-type{
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 751px) {
    #page_shop #reserve{}
    #page_shop #reserve h2{
        width: 29.24%;
        padding-bottom: 3%;
        padding-top: 8%;
    }
    #page_shop #reserve p{}
    #page_shop #reserve .btn{
        padding-top: 3%;
        padding-bottom: 10%;
    }
    #page_shop #reserve .btn a{
        width: 45%;
        padding: 2% 0px;
    }
    .pbtn a{
        width: 45%;
        padding: 2% 0px;
    }
}
@media screen and (min-width: 1300px) {
    #page_shop #reserve{}
    #page_shop #reserve h2{}
    #page_shop #reserve p{}
    #page_shop #reserve .btn{}
    #page_shop #reserve .btn a{}
}

#page_shop #contact h2{
    padding-top: 11%;
    margin: 0 auto;
    width: 48.5%;
    padding-bottom: 6%;
}
@media screen and (min-width: 751px) {
    #page_shop #contact{}
    #page_shop #contact h2{
        width: 29.24%;
        padding-bottom: 3%;
        padding-top: 8%;
    }
}
#contact .content_box{
    border-top: 1px solid #d0d0d0!important;
}

.info_box{
    margin: auto;
    border: solid 2px #e94980;
    padding: 15px 8px;
    width: 40%;
    border-radius: 40px; 
}

@media screen and (max-width: 750px) {
.info_box{
    width: 85%;
    border-radius: 29px;
}
}


/* ==========================================================================
   contact_form
   ========================================================================== */

.user_form{
    width: 64%;
    margin: 0 auto;
}
.user_form ul{}
.user_form ul li{
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 3%;
}
.user_form ul li .ttl{
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 30%;
    height: 5em;
    text-align: right;
}
.user_form ul li .ttl .box{
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.user_form ul li .ttl .name{
    line-height: 1em;
    color: #343434;
}
.user_form ul li .ttl .name span{
    line-height: 1em;
    color: #9b9b9b;
    padding-left: .5em;
}
.user_form ul li .ttl .hisu{
    line-height: 1em;
    color: #e92429;
    padding-left: .5em;
}
.user_form ul li .fields{
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 65%;
}
.user_form ul li .fields select{
    display: inline-block;
    vertical-align: middle;
    height: 3.3em;
    padding-left: 1em;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../img/ico/arrow_bottom.png) center center no-repeat;
    background-position: center right 1em;
    background-size: .7em;
}
.user_form ul li .fields select::-ms-expand {
    display: none;
}
.user_form ul li .fields input{
    height: 5em;
    color: #000000;
    border: 1px solid #000000;
    border-radius: .5em;
    padding-left: 1em;
    background: #f0f5f5;
    border: 1px solid #f0f5f5;
}
.user_form ul li .fields select{
    height: 5em;
    color: #000000;
    border: 1px solid #000000;
    border-radius: .5em;
    padding-left: 1em;
    background: #f0f5f5;
    border: 1px solid #f0f5f5;
}
.user_form ul li .fields select option:first-child{
    color:#ccc;
}

.user_form ul li .fields textarea{
    height: 15em;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    padding-left: 1em;
    background: #f0f5f5;
    border: 1px solid #f0f5f5;
    width: 100%;
    padding-top: .5em;
}
.user_form ul li .fields input,
.user_form ul li .fields select,
.user_form ul li .fields textarea{
    width: 100%;
    font-size: 16px;
    box-shadow: none;    
    -webkit-appearance: none;
    -moz-appearance: none;
}
.user_form ul li .fields p{
    color: #000000;
}
.user_form ul li .fields .msg{
    width: 100%;
    color: #9b9b9b;
    line-height: 1.6em;
    margin-top: 2%;
}
.user_form .err{
    color: #de0909!important;
    padding-top: 1.5%;
    display: none;
    margin-bottom: 0px;
    width: 100%!important;
    text-align: left!important;
}
.sendForm {
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}
.validateForm{
    text-align: center;
    position: relative;
    color: #fff;
    display: block;
    text-align: center;
    border: 1px solid #e94980;
    background: #e94980;
    width: 50%;
    margin: 0 auto;
    line-height: 1em;
    padding: 4% 0px;
    border-radius: 100px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 10%;
}
.validateForm:hover{
    color: #e94980;
    background: #fff;
}

@media screen and (max-width: 750px) {
    .user_form{
        width: 100%;
    }
    .user_form ul li{
        padding-bottom: 7%;
    }
    .user_form ul li .ttl{
        width: 100%;
        border-bottom: .2em solid #f1f1f1;
        padding-bottom: .5em;
        margin-bottom: 3%;
        justify-content: flex-start;
    }
    .user_form ul li .fields{
        width: 100%;
    }
    .user_form ul li .ttl .box{
        padding: .2em 0px;
        padding-left: 1em;
    }
    .user_form ul li .fields.nameField .part p{
        width: 100%;
        text-align: left;
        line-height: 1em;
        margin-bottom: 5%;
    }
    .user_form ul li .fields.nameField .part input{
        width: 100%;
    }
    .validateForm{
        width: 80%;
        margin-bottom: 15%;
    }
    .user_form ul li .fields .msg{
        line-height: 1.8em;
    }
    #res_cal.clearfix:after{
        content: none!important;
    }

    .mw_wp_form {
        padding-bottom: 30px;
    }
}


@media screen and (min-width: 751px) {
    p.access_text {
        width: 75%;
    }
}
.access_pay {
    margin-left: 40px;
}
.payment_methods li, .access_pay .payment_methods li {
    margin-top: 4%;
}
.access_pay .payment_methods li p::before {
    content: "";
    display: block;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 100px;
    top: 50%;
    left: 0px;
    width: .5em;
    height: .5em;
    background: #e94980;
}
.access_pay p {
    text-align: left;
    font-size: 14px;
}
.access_pay .payment_methods li p {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 1em;
}
.fx_box_access img {
    margin: 0 3% 0 0;
}
.access_pay .payment_methods li img {
    width: 43%;
    height: initial!important;
}
.payment_methods li:nth-of-type(1) img {
    width: auto;
}
.payment_methods li:nth-of-type(2) .payment_method, .payment_methods li:nth-of-type(2) .payment_method, .access_pay .payment_methods .li_id .payment_method {
    width: 28%;
    max-width: 196px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}
.payment_methods li:nth-of-type(3) .payment_method,.access_pay .payment_methods li:nth-of-type(3) .payment_method {
    width: 28%;
    max-width: 196px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}
@media screen and (min-width: 1300px) {
    .access_pay {
        width: 50%;
    }
}

/* ==========================================================================
   thanks
   ========================================================================== */
#page_thanks{}
#page_thanks #hero{
    margin-top: 18%;
}
#page_thanks #thanks{}
#page_thanks #thanks .ttl_img{
    width: 60%;
    margin: 0 auto;
    padding-top: 17%;
    padding-bottom: 7%;
    margin-bottom: 18%;
    position: relative;
}
#page_thanks #thanks .ttl_img::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    background: #e94980;
    bottom: -4em;
    height: 4em;
}
#page_thanks #thanks h2{
    color: #232323;
    text-align: center;
    padding-bottom: 5%;
}
#page_thanks #thanks p{
    text-align: center;
}
#page_thanks #thanks .btn{
    padding-top: 10%;
    padding-bottom: 15%;
}
#page_thanks #thanks .btn a{
    background: #fff;
    border: 1px solid #1d1d1d;
    text-align: center;
    line-height: 1em;
    color: #1d1d1d;
    width: 74%;
    display: block;
    margin: 0 auto;
    padding: 4% 0px;
    border-radius: 100px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#page_thanks #thanks .btn a:hover{
    background: #1d1d1d;
    color: #fff;
}



@media screen and (min-width: 751px) {
    #page_thanks #thanks h2{
        padding-bottom: 3%;
    }
    #page_thanks #hero{
        margin-top: 6.6%;
    }
    #page_thanks #thanks .btn a{
        width: 45%;
        padding: 2% 0px;
    }
    #page_thanks #thanks .ttl_img{
        width: 36.2%;
        padding-top: 10%;
        padding-bottom: 4%;
        margin-bottom: 10%;
    }
    #page_thanks #thanks p{
        margin: 0 auto;
        max-width: 920px;
    }
    #page_thanks #thanks .btn{
        padding-top: 6%;
    }
    #page_thanks #thanks .ttl_img::after{
        bottom: -5em;
        height: 5em;
    }
}
@media screen and (min-width: 1300px) {
    #page_thanks{}
    #page_thanks #hero{
        margin-top: 86px;
    }
}



/* ==========================================================================
   footer
   ========================================================================== */
footer{
    background: #2e2e2e;
}
footer .copy{
    text-align: center;
    color: #fff;
    padding-bottom: 20%;
    line-height: 1em;
    padding-top: 3%;
}
@media screen and (min-width: 751px) {
    footer .copy{
        padding: 1.5% 0px;
    }
}



/* ==========================================================================
   個人情報の取扱いについて
   ========================================================================== */
@media screen and (max-width: 750px){
	#page_thanks #privacy{
		margin-top: 18%;
        padding-top: 3%;
		padding-bottom: 10%;
	}
}
#page_thanks #privacy .content_box{
	margin:auto;
	max-width: 920px;
    padding-bottom: 10%;
}
#page_thanks #privacy h2{
	 padding-top: 10%;
    text-align: center;
    padding-bottom: 12%;
    position: relative;
	font-weight:bold;color:#050505;
	text-align:center;
}
@media screen and (min-width: 751px){
#page_thanks #privacy h2 {
    line-height: 1em;
	}
}
#page_thanks #privacy h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 28%;
    left: 0;
    right: 0;
    margin: auto;
    width: 20%;
    height: 1px;
    background: #000;
}
#page_thanks #privacy h3{
	margin-top:4%;
	margin-bottom: 0.5em!important;
	font-weight:bold;
	color:#050505;
}
#page_thanks #privacy p{
	text-align:left;
	padding-bottom:3%;
}

footer #groupSite{
    background: #2e2e2e;
    padding: 30px;
}
footer #groupSite dt{
    margin: 30px auto;
    width: 12.6%;
    text-align: center;
}
footer #groupSite dt img{
    width: 150px;
    margin: auto;
}
footer #groupSite dd{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
#groupSite ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#groupSite ul li{
    width: 18.3%;
    margin: 1%;
}
@media screen and (max-width: 750.9px){
    #groupSite ul{
        justify-content: flex-start;
    }
    #groupSite ul li{
        width: 31%;
    }
    footer #groupSite dt{
        margin: 30px auto;
        width: 40%;
    }
}

/* ==========================================================================
   mwform フォーム
   ========================================================================== */
.mwform-checkbox-field input, .mwform-radio-field input{
    margin-right: 1em!important;
    transform: scale(1.5);
}

/* 料金表 */
@media screen and (min-width: 751px){
	#page_shop .price_list{
		width:80%;
	}
}
@media screen and (max-width: 750px){
	#page_shop .price_list{
		width:95%;
	}
    #rental .banner_image img{
        margin: 8% auto 0!important;
    }
}

/* インスタ */
#instagram{
    width: 100%;
    margin: 3em 0;
  }
  
  @media screen and (max-width: 750px) {
    #instagram{
      margin-top:10%;
    }
  }
  
  .ins-frame-wrapper{
    position: relative;
    margin-top:2em;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
  }

  @media screen and (max-width:1300px) {
    .ins-frame-wrapper{
        padding-bottom: 35%;
      }
  }

  @media screen and (max-width:980px) {
    .ins-frame-wrapper{
        padding-bottom: 50%;
      }
  }
  
  .ins-frame-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border:0;
  }
  
  #instagram h3 {
      color: #000;
      font-size: 30px;
      text-align: center;
      margin: .5em 0 1em 0;
      letter-spacing: 3px;
      line-height: 1.4;
  }
  
  #instagram h3 span {
      color: #000;
      font-size: 15px;
  }


.access_btn{
    border: solid 1px rgb(156, 30, 160);
    color: rgb(156, 30, 160);
    border-radius: 10px;
    padding: 10px 20px;
    max-width: 400px;
    margin: 2em auto;
    cursor: pointer;
    transition:.2s linear;
    width: 80%;
    font-size: 15px;
    font-weight: 600;
}
.access_btn:hover{
    opacity: .8;
    transition:.2s linear;
}
.access_modal_content {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.access_modal_content .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 1000px;
    border-radius: 10px;
}
.access_modal_content .modal-content p{
    font-size: clamp(16px,2vw,20px);
    text-align: left!important;
    margin-bottom: 2em;
}
.access_modal_content .close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.access_modal_content .close:hover {
    color: black;
}
@media screen and (max-width: 750px) {
    .access_modal_content .modal-content {
        margin: 25% auto;
    }
}