@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:500;
}

.gray_back{
    background-color:#f2f2f2;
}

.white_back{
    background-color:#fff;
}

.w95P{
    width:91.5%;
    margin-inline:auto;
}

.w90P{
    width:90%;
    margin-inline:auto;
}

.w83P{
    width:83%;
    margin-inline:auto;
}

.w80P{
    width:80%;
    margin-inline:auto;
}

.w70P{
    width:70%;
    margin-inline:auto;
}

.cb{
    clear:both;
}

.tc{
    text-align:center;
}

.tl{
    text-align:left;
}

.mia{
    margin-inline:auto;
}

.midashi{
    font-weight:bold;
    font-size:24px;
    text-align:center;
}

/*--------- top ---------*/
.top_img{
    position:relative;
}

.top_img p{
    position:absolute;
    left: 50%;
    /*top: 50%;*/
    top:16%;
    transform: translate(-50%,-50%);
    text-align:center;
    font-size:40px;
    color: #0c1b21;
    text-shadow:0 0 10px #ddd;
    font-family: 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3', 'Hiragino Mincho Pro', 'æ¸¸æ˜Žæœ','Yu Mincho', 'æ¸¸æ˜Žæœä½“', 'YuMincho','ï¼­ï¼³ ï¼°æ˜Žæœ', 'MS PMincho', serif;
    width:100%;
}

.top_area{
    background-color:#f2f2f2;
}
.top_under_area{
    background-color:#fff;
    margin-top:55px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.22);
}

.tu_txt_area{
    padding:40px 45px 40px;
    line-height:1.7;
    font-size:15px;
    /* box-shadow: 0 5px 6px rgba(0, 0, 0, 0.22); */
}

.tu_txt_area p{
    margin-left:6px;
}

.tu_thum_area{
    padding: 0px 30px 30px;
}

.empty_box{
    height:80px;
}

.slide_img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.reduction{
	width: 70%;
	height: auto;
	vertical-align: bottom;
    margin-left:15%;
    margin-top:4%;
}

.gallery{
	margin:0 0 5px 0;
}

.gallery li{
    list-style:none;
}

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
	width : calc(100% / 8) ;
	list-style:none; 
    margin-left:1%; 
    margin-top:40px;
    
}


.choice-btn li img{
	border:0px solid;
}

.choice-btn li.slick-current img{
	border:2px solid;
    opacity: 0.5;
}

.choice-btn .slick-track {
	transform: unset !important;
}


/* 休業案内 */
.holiday{
    border:3px solid #e4a09f;
    width:70%;
    margin-inline:auto;
    background:#fff;
    margin-top:50px;
    text-align:center;
    padding: 30px;
    font-size: 18px;
    line-height: 40px;
}

.holiday span{
    font-weight:bold;
    font-size:24px;
}

@media (max-width:980px){
    .holiday{
        width:90%;
        font-size: 14px;
        line-height: 25px;
    }

    .holiday span{
        font-size:20px;
    }
}


/*-----------   about us  -------------*/
.about-container{
    background: url(../images/new/about_us_title.png) no-repeat top right ;
    padding: 120px 0 0;
    z-index: 1;
    position: relative;
}
 
 .about-container .title-section{
     text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75px 0.966667px 0px, rgb(255, 255, 255) 1.08333px 1.68333px 0px, rgb(255, 255, 255) 0.133333px 2px 0px, rgb(255, 255, 255) -0.833333px 1.81667px 0px, rgb(255, 255, 255) -1.6px 1.2px 0px, rgb(255, 255, 255) -1.98333px 0.283333px 0px, rgb(255, 255, 255) -1.86667px -0.7px 0px, rgb(255, 255, 255) -1.3px -1.51667px 0px, rgb(255, 255, 255) -0.416667px -1.95px 0px, rgb(255, 255, 255) 0.566667px -1.91667px 0px, rgb(255, 255, 255) 1.41667px -1.41667px 0px, rgb(255, 255, 255) 1.91667px -0.566667px 0px;
 }
 
 .about-detail{
     display: flex; 
     position: relative; z-index: 1;
 }
 .about-detail p{
     font-size: 15px;
     width: 50%;
     /* padding: 8% 5% 0 10%; */
     line-height:25px;
     /*padding: 20px 80px 80px;*/
 }
 
 .about-detail p strong{
     display: block;
     font-size: 19px;
     font-weight: 700;
     font-family: 'Noto Sans JP', sans-serif;
     margin-bottom: 20px;
 }
 .about-detail p strong span{
     display: block; padding: 40px 0; 
     font-size: 25px; font-family: 'Noto Serif JP', serif;
 }
 .about-detail figure{
     width: 60%;
 }
 .about-detail figure img{
     width:100%;
 }
 
 .ad_bottom{
     position:relative;
     margin-top:-50px;
     margin-bottom:2%;
 }
 
 .ad_bottom p{
    padding-top:11%!important;
    padding-left:10%;
 }
 
 .z-999{
     position:relative; 
     z-index:999;
 }

.more_btn{
    background-color: #000;
    border:2px solid #000;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    border-radius: 5px;
    padding:15px 80px 15px 30px;
    position:relative;
    transition: .3s;
}

.more_btn:hover{
    background-color: #fff;
    color: #000;
    border:2px solid #000;
}

.more_btn_arrow_right{
    position:absolute;
    right:0;
    top:19px;
    margin-right:30px;
}

.about_us_title_txt{
    font-size:17px;
    text-align:right;
    float:right;

    position: relative;
    /*right: 10%;*/
}




.about_us_top_area{
    padding: 20px 0px 80px 80px;
}

.pickup_car{
    background: url(../images/new/pickup_car_title.png) no-repeat top left 7%;
    position:relative;
    padding: 120px 0 0;
    z-index: 1;
}

.pickup_car_pic_area img{
    width : 100% ;
}

.pickup_car_waku{
    float:left;
    /*width : calc(100% / 4) ;*/
    position:relative;
    /*background-color: #333333;*/
    overflow: hidden;
    margin-top:50px;

    margin-right:5px;
    margin-left:5px;
}

.pickup_car_waku span img{
    /*opacity: 0.4;*/
    display: block;

    height: auto;
    transition: transform .6s ease; 
}

.pickup_car_waku span img:hover{
    transform: scale(1.1);
}

.pickup_car_txt_waku{
    width:90%;
    margin:0 auto;
}

.pickup_car_txt{
    color:#000;
    font-weight:bold;
    /* line-height:30px; */
    /*
    position:absolute;
    top:5%;
    left:7%;
    */
}

.pickup_title_txt{
    font-size:17px;
    text-align:left;
    /*float:left;*/
}

.txt_nenshiki{
    font-size:13px;
}

.price_txt{
    color:#000;
    /*
    position:absolute;
    bottom: 12%;
    right:7%;
    */
    /*font-size: 15px;*/
    font-weight: bold;
    text-align:center;
    margin-right:6px;
}

.price_txt span{
    font-size: 26px;
    font-weight:bold;
    color:red;
}

.price_txt p{
    font-size:14px;
    line-height: 25px;
}

.price_txt p span{
    font-size:11px;
    color:#000!important;
}

.nensou_txt{
    color:#000;
    font-weight: bold;
    text-align:left;
    margin-right:6px;
    margin:10px 0;
    font-size:14px;
}

.search-type{
    text-align: center;
    /*padding: 30px 0 40px; */
    /* margin: 0 0 30px; */
    background-color: #000;
    /*max-width:1120px;*/
    margin-inline:auto;
}
.search-type a{
    display: inline-block;
    color: #000;
    transition: all 0.2s;
    margin: 0 10px 35px;
    background: #fff;
    width: 200px;
    font-size: 17px;
    position:relative;
    border-radius: 20px;
    padding: 8px 0;
    /* height:52px; */
    /* line-height:52px; */
}

.search-type a:hover{
    background:#afafaf;
}

.count_txt{
    font-family: "Gilroy-ExtraBold";
    font-size:30px;
}

.kensuu_txt{
    font-size:13px;
}

.e3_back{
    background-color:#e3e3e3;
}

.category_title{
    font-size:22px;
    font-weight:bold;
    margin-bottom:30px;
    text-align: center;
    padding-left:10px;
    color: #fff;
    padding-top: 35px;
}

.new_label {
    color: #fff!important;
    /*background-color: #000!important;*/
    width: 60px!important;
    height: 30px!important;
    line-height: 27px;
    text-align: center;
    position: absolute;
    right: 0;
    box-shadow: none!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom: none!important;
    z-index: 9999;
}

.pickup-container h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #000!important;
    position: relative;
    /*font-family: 'Noto Serif JP', serif;*/
    letter-spacing: 1px;
    top:25px;
}

.sold-out{
    color:#6191b9!important;
}

/*-----------   staff  -------------*/
.staff_area{
    background-color:#f2f2f2;
    margin:50px 0;
    padding:40px 0 80px;
    overflow: auto;
}

.staff_waku{
    background-color:#fff;
    width:49%;
    float:left;
    font-size:14px;
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.staff_waku_top{
    width:100%;
    font-size:14px;
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
    padding-top: 40px ;
    margin-inline:auto;
}

.staff_waku_top img{
    width:50%;
    margin-inline:auto;
}

.staff_waku_top2{
    width:50%;
    font-size:14px;
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin-inline:auto;
    position:relative;
    padding:21px 0 0 23px;
}

.staff_waku_top2 img{
    width:98%;
    margin-inline:auto;
    position:absolute;
}

.staff_title_txt{
    text-align:center;
    margin-bottom:10px;
}

.staff_left{
    width:30%;
    float:left;
    padding: 0 0 0 20px;
}

.staff_left img{
    width:100%;
}

.staff_right{
    width:68%;
    float:right;
    padding: 30px 20px 30px 30px;
}

.staff_name{
    margin:15px 0 25px;
    font-weight:700;
    font-size:20px;
    text-align:left;
}

.staff_yaku{
    text-align:left;
}

.staff_name span{
    font-size:14px;
    margin-left:15px;
    color:#c7c7c7;
}

.staff_txt{
    text-align:left;
    font-size:15px;
    height:auto;
    padding-bottom:10px;
}


.accordion {
    color: #444;
    text-align:center;
}
.accordion_link {
    position: relative;
    background-color:#000;
}
.accordion_text {
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    transition: all .2s ease 0s;
    font-size: 40px;
    color:#fff;
    /*width:100%;*/
    cursor: pointer;
}
.accordion_body {
    /*margin: 15px 0;*/
}


.plus {
    display: inline-block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    background-color: #000;
    padding: 20px 1.5%;
    position: relative;
    cursor: pointer;
    font-weight:bold;
}
.plus::before,.plus::after  {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.plus::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}
.plus.show::before {
    opacity: 0;
}
.plus.show::after {
    transform: translateY(-50%) rotate(180deg);
}

 
/*-----------   ceremony  -------------*/
.ceremony_area{
    overflow: auto;
    padding-bottom:10px;
    margin-top:50px;
}

.ceremony_waku{
    float:left;
    /*width : calc(90% / 4) ;*/
    width : calc(90% / 6) ;
    position:relative;
    margin-right:22px;
    margin-top:30px;   
    overflow: hidden; 
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
    margin-left:1px;
}

.ceremony_waku:last-child{
    margin-right:0px!important;
}

.ceremony_waku_ing_area{
    overflow: hidden; 
    height:auto;
}

.ceremony_waku img{
    width:100%;
}

.ceremony_waku  span img {
    height: auto;
    transition: transform .6s ease;
    width: 100%;
    height:auto;
}
.ceremony_waku  span img:hover {
    transform: scale(1.1);
}



.ceremony_title_txt{
    text-align: center;
    width:99.5%;
}

.ceremony_txt{
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);*/
    padding:10px 5px;
    /*border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:2px solid #ccc;*/
    font-size:14px;
    background: #fff;
    z-index: 999;
    position: relative;
}

.ichiran_btn{
    background-color: #000;
    border:2px solid #000;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    border-radius: 5px;
    padding:15px 0px 15px 50px;
    position:relative;
    width:200px;
    height:60px;
    margin-inline:auto;
    margin-top:60px;
    margin-bottom:40px;
    transition: .3s;
}

.ichiran_btn:hover{
    background-color: #fff;
    color: #000;
    border:2px solid #000;
}

.ichiran_btn a{
    color:#fff!important;
}

.ichiran_btn_arrow_right{
    position:absolute;
    right:0;
    top:24px;
    margin-right:30px;
}

.ichiran_btn_area{
    width:200px; 
    margin-inline:auto;
}

@media (max-width:1400px){
    .top_img p{
        font-size:30px;
    }
}

@media (max-width:1100px){
    .ceremony_waku {
        width: calc(90% / 4);
    }
}


/*-----------   sns  -------------*/
.sns_yoko{
    display:flex; 
    justify-content: center;
}

.ml60_pc{
    margin-left:60px;
}

.sns_area{
    background-color:#f2f2f2;
    margin: 50px 0 0;
    padding: 50px 0 100px;
    overflow: auto;
    position:relative;
}

.sns_title{
    position:absolute;
    top:0px;
    right:0;
}

.sns_title_txt{
    margin-bottom:35px;
}

.sns_waku{
    float:left;
}


/*-----------   payment  -------------*/
.payment_area{
    background-color:#f2f2f2;
    padding:50px 0; 
    overflow: auto;
}

.payment{
    position:relative;
    padding: 50px 0 0;
    z-index: 1;
}

.payment_pic_area img{
    width : 100% ;
}

.payment_waku{
    float:left;
    width : calc(100% / 2) ;
    position:relative;
    background: #333333;
}

.payment_waku img{
    opacity: 0.4;
    display: block;
}

.payment_waku img:hover{
    opacity: 0.7;
    display: block;
}

.payment_txt{
    color:#fff;
    font-size:22px;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.banner_area{
    width:75%;
    margin-inline:auto;
    display: flex; 
    justify-content: center;
    margin-top:50px;
}

.banner_img{
    margin-right:20px;
}

.sdgs_banner_img{
    width:100%;
    transition: 1.0s;
}

.sdgs_banner_img:hover{
    opacity: 0.5;
}

.sonpo_banner_img{
    width:100%;
    border:1px solid #939393;
    transition: 1.0s;
}

.sonpo_banner_img:hover{
    opacity: 0.5;
}

/*-----------   shop  -------------*/
.shop_area{
    overflow: auto;
}

.shop_img_area{
    width:55%;
    float: left;
}

.shop_img_area img{
    width:100%;
}

.shop_detail_area{
    width:45%;
    float:left;
    padding:60px 70px; 
    font-size:15px;
    line-height:2.2;
}

.shop_detail_area span p{
    font-size:14px;
    line-height:1.5;
}

.shop_tel{
    font-weight:bold;
    font-size:26px;
}

.shop_name{
    font-weight:700;
    font-size:18px;
    margin-top:10px;
}

.shop_border{
    border-top:1px solid ;
    width:80px;
    margin:20px 0;
}

.shop_toi_btn {
    background-color: #000;
    border:2px solid #000;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    border-radius: 5px;
    padding: 15px 0px 15px 30px;
    position: relative;
    width: 200px;
    height: 60px;
    transition: .3s;
}

.shop_toi_btn:hover {
    background-color: #fff;
    color: #000;
    border:2px solid #000;
}

.shop_toi_btn a{
    color:#fff!important;
}

.shop_title{
    padding:50px 0;
    background-color:#f2f2f2;
    width: 98.5%;
}

.shop_btn_area{
    width:200px;
}


/*-----------   calendar  -------------*/
#calender {
    display: block;
    margin: 10px auto 0;
    text-align: center;
    padding: 40px 0 0 ;
}
.calender {
    /*padding: 0 0 70px;*/
    text-align: center;
}

.category-search{
    text-align: center;
    background: #000;
    padding: 50px 0;
    color:#fff;
    padding: 50px 2.5% 50px 0;
}

.cal_pt{
    padding-top:60px;
}


/*--------------------------------   
           responsive
---------------------------------*/
@media (max-width:980px){
    .w80P{
        width:95%;
        margin-inline:auto;
    }
    
    .w70P{
        width:90%;
        margin-inline:auto;
    }

    .fl{
        float:none;
    }

    .tc_sp{
        text-align:center;
    }

    .top_under_area{
        margin-top:30px;
    }

    .wrapper{
        padding:40px!important;
    }

    .top_img p{
        font-size:20px;
        top:24%;
    }

    /*----------- about us -----------*/

    .about-container{
        background: url(../images/new/about_us_title.png) no-repeat top center;
        padding: 120px 0 0;
        background-size:35%;
    }

    .more_btn {
        left:22%;
    }

    .about_us_top_area{
        padding: 20px 0px 80px 0px;
    }

    .about-detail{flex-wrap: wrap;}
    .about-detail figure{
        width: 100%; 
        order: 0; 
        padding: 0 5%;
    }
    .about-detail p{
        /*width: 70%;*/ 
        padding: 5%;
        order: 1; 
        margin: 0 0 50px; 
        position: relative;
        margin:-140px auto 0; 
        /*background: rgba(255, 255, 255, 0.9);*/
        background:#fff;
    }

    .about_us_title_txt{
        right:0;
    }

    .reduction{
        width: 100%;
        height: auto;
        vertical-align: bottom;
        margin-left:0%;
        margin-top:0%;
    }
    
    /*----------- pick up car -----------*/

    .pickup_car_waku {
        /*width: calc(96% / 2);*/
        margin:1%;
    }

    .pickup_car {
        padding:110px 0 30;
        background: url(../images/new/pickup_car_title.png) no-repeat top center;
    }

    .pickup_car_waku:hover{
        transform: none;
    }

    .search-type a:hover{
        background:#fff;
        /*height:52px;*/
        /*line-height:52px;*/
    }

    /*----------- staff -----------*/

    .staff_area {
        margin:30px 0;
        padding:40px 0;
    }

    .staff_waku {
        border:1px solid #e9e9e9;
        /*margin:10px 0;*/
    }

    .staff_left {
        padding: 10px 10px 0 0px;
    }

    .staff_waku_top{
        width:100%;
    }

    /*----------- ceremony -----------*/
    
    .ceremony_waku{
        width : calc(94% / 2) ;
        margin-right: 1.5%;
        margin-left: 1.5%;
    }

    .ceremony_title_txt{
        width:100%;
    }

    .ichiran_btn {
        margin-top:40px;
    }

    /*----------- sns -----------*/

    .sns_waku:first-child{
        margin-right:30px;
        margin-bottom:40px;
    }
    .sns_area {
        margin:0px;
    }

    .sns_title_txt {
        margin:10px 0;
        text-align:center;
    }

    .ml60_pc{
        margin-left:0px;
    }

    .sns_area{
        padding: 10px 0 0px;
    }

    .yt_fb{
        width:80%;
    }

    .sns_title_sp{
        text-align:center;
        margin-top:20px;
    }
    

    /*----------- calendar -----------*/
    .calendar_title{
        padding:20px 0 10px;
        background-color: #f2f2f2;
    }

    .calender {
        padding:0 0 0px;
    }

    .cal_pt {
        padding-top:0px;
    }

   

    /*----------- shop -----------*/
    .shop_detail_area {
        width:50%;
        padding:60px 0px 60px 40px ;
    }

    .shop_img_area img {
        padding-top: 20px;
    }

    .shop_img_area {
        width: 50%;
    }
    
    .shop_area_sp{
        width:90%;
        margin-inline:auto;
    }

    /*----------- payment -----------*/
    .payment_waku {
        float: left;
        width: 48%;
        margin: 15px 1%;
    } 
    .payment_txt {
        font-size:18px;
    }

    .payment_area {
        padding:0px;
    }
}

@media (max-width:880px){

    /*----------- about us -----------*/

    .about-detail p {
        width:60%;
    }

    .more_btn {
        left: 27%;
    }

    .about-container{
        background-size:40%;
    }

    /*----------- staff -----------*/
    .staff_waku {
        width:100%;
    }

    .staff_left {
        width:20%;
        margin-inline:auto;
    }
}


@media (max-width:780px){

    .search-type a{
        font-size: 14px; 
        width: 160px;
    }

    /*----------- about us -----------*/
    .about-container{
        background-size:45%;
    }
}


@media (max-width:680px){

    /*----------- about us -----------*/
    
    .about-detail p {
        width:70%;
    }

    .more_btn {
        left: 24%;
    }

    .about-container{
        background-size:50%;
    }

    /*----------- staff -----------*/
    .staff_left {
        width: 25%;
    }

    /*----------- shop -----------*/
    .shop_img_area{
        width: 100%;
        float: none;
    }
    
    .shop_img_area img{
        width:100%;
        margin-top: 0px;
    }
    
    .shop_detail_area{
        width: 100%;
        float: none;
        padding: 20px 0px 30px;
        font-size:14px;
        line-height:2.2;
    }

    .shop_border {
        width:100%;
    }

    .shop_tel {
        text-align:center;
        margin:20px 0;
    }

    .shop_toi_btn {
        margin-inline:auto;
    }

    .shop_title{
        padding: 5px 0 20px;
    }

    .shop_btn_area{
        width:200px;
        margin-inline:auto;
    }
}


@media (max-width:580px){

    /*----------- about us -----------*/
    
    .about-detail p {
        width:75%;
    }

    .about-container{
        background-size:55%;
    }
    
}


@media (max-width:480px){

    .wrapper{
        padding:0 10px!important;
    }

    .w83P{
        width:100%;
        margin-inline:auto;
        padding-left:5%;
    }

    .tu_txt_area {
        padding: 15px 10px 25px;
    }

    .tu_txt_area p {
        font-size:14px;
    }

    .empty_box{
        height:40px;
    }

    .more_btn{
        left:20%;
    }

    .choice-btn{
        margin-top:0px;
    }

    .about_us_top_area p{
        font-size:14px!important;
    }

    /*top slider*/
    .choice-btn li {
        width: 25%!important;
        margin-top: 10px;
        margin-left: 19px;
    }

    .choice-btn li.slick-current img {
        border: 0px solid;
        opacity: 0.5;
    }

    /*----------- pick up car -----------*/
    
    .pickup_car_waku {
        width: 90%;
        margin:40px 5% 0px;
    }

    .pickup_car {
        background-size:80%;
    }

    .about-container {
        background: url(../images/new/about_us_title.png) no-repeat top center;
        padding: 110px 0 0;
        background-size: 70%;
    }

    .search-type {
        padding: 0px 0 20px;
    }

    .category_title {
        margin-bottom:20px;
        text-align:center;
    }

    .search-type a{
        width:48%; margin: 0 auto 10px;
    }

    .ceremony_txt {
        padding:5px;
        text-align:center;
    }

    /*----------- staff -----------*/
    .staff_left{
        padding: 10px 0px 0 10px;
    }
    .staff_left img{
        width:100%;
    }

    .staff_right {
        width: 75%;
        padding: 10px;
    }

    .staff_name {
        margin: 5px 0 15px;
    }

    .staff_txt{
        font-size:14px;
        height:auto;
        padding-bottom:10px;
    }

    .plus{
        padding:20px 4%;
    }

    .staff_title_txt{
        margin-bottom:0px;
    }

    .staff_waku_top{
        /*background:#fff;*/
    }
    
    .staff_waku_top img{
        width:100%;
    }
    
    /*----------- sns -----------*/
    .sns_waku {
        float:none;
    }

    .sns_waku:first-child {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .sns_yoko{
        display:block; 
        justify-content: none;
    }

    .sns_title_sp img{
        width:100%;
    }

    /*----------- payment -----------*/

    .payment {
        padding: 0px 0 0;
    }
    .payment_waku {
        float: none;
        width: 100%;
        margin:15px 0;
    }

    .payment_txt {
        width: 300px;
        text-align: center;
    }

    .banner_area {
        width: 75%;
        margin-inline: auto;
        display: block;
        justify-content: center;
        margin-top: 50px;
    }

    .sonpo_banner_img{
        width:70%;
        margin-top:20px;
    }
}





                /*Ã¥â€¦Æ’*/

/*---------------Ohirase---------------*/
.br_sp_only{ display: none;}
/*---------------holiday---------------*/
.holiday {
    padding: 20px 0;
    background: #fff;
    text-align: center;
}
.holiday .inner  {
    max-width: 1055px;
    width: 100%;
    margin: 0 auto;
    border: 4px solid #414f93;
    box-sizing: 2px 2px #000;
    padding: 25px 20px;
    box-sizing: border-box;
}
.holiday img {
    max-width: 1055px;
    width: 100%;
}
@media (max-width:376px){
    .holiday {
        padding: 25px 0;
    }
    .holiday .inner  {
        padding: 20px 15px;
        box-sizing: border-box;
    }
}


/*---------------Category Search---------------*/

.category-search h2{color: #ffffff;
    font-size: 30px;
    padding: 20px 0;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
}
.category-search h2 img{
    position: relative; 
    margin: 0 10px 0 0; 
    top:-3px;
}
.category-search h2 i{    
    margin: 0 10px 0 0;
}
.category-search a{
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    transition: all 0.2s;
    margin: 0 10px 10px;
    background: #FFF;
    border-radius: 20px;
    padding: 5px 10px;
    width: 200px;
    font-size: 18px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(77, 77, 77, 1);
    -moz-box-shadow:    0px 5px 0px 0px rgba(77, 77, 77, 1);
    box-shadow: 0px 2px 0px 0px rgba(77, 77, 77, 1);
}
.category-search a:hover{
    background: #afafaf; 
    color:#000;
}


/*insta*/
div#insta {
    display: block;
    /*margin: 10px auto 0;*/
    margin: 0 auto 0;
}

/*---------------Responsive---------------*/

@media (max-width:1024px){
    .holiday {
        padding: 10px 15px;
    }
}

@media (max-width:780px){
    #slide{
        margin-bottom: 10px;
    }

    .category-search a{
        font-size: 13px;
        width: 160px;
    }
   
    #calender img {
        width: 96%;
    }
}

@media (max-width:480px){
    .about-detail p strong {
        font-size: 20px;}
 
    .br_sp{ 
        display: none;
    }
    .br_sp_only{ 
        display: block;
    }
    .about-detail figure {
        padding: 0 2%;
    }
    .about-detail p{ 
        width: 97%; 
        /*padding: 3% 3%; */
        line-height: 1.8em;
    }
    .about-detail p strong span{
        padding:10px 0;    
        font-size: 22px;
    }

    .category-search h2 {
        padding: 15px 0 19px;
        margin-top: 10px;
    }
    .category-search{
        padding: 0 0 0px;
    }
    .category-search a{
        width: 45%;
        margin: 0 auto 10px;padding: 0 0 0px;
    }
    .about-detail p{
        margin: -50px auto 0;
    }
}
