/*リセット*/
body{
    margin:0;
    padding:0;
}

.setsubun ul,ol,h1,h2,h3,h4,h5,h6,p,blockquote {
    margin: 0;
    padding: 0;
    font-family: "Shippori Mincho", "YuMincho", "Yu Mincho", "游明朝体", serif;
    font-weight: 400;
    font-style: normal;
}

.setsubun li{
    margin: 0;
    padding: 0;
    font-family: "Shippori Mincho", "YuMincho", "Yu Mincho", "游明朝体", serif;
    font-weight: 400;
    font-style: normal;
}

.setsubun a{
    margin: 0;
    padding: 0;
    font-family: "Shippori Mincho", "YuMincho", "Yu Mincho", "游明朝体", serif;
    font-weight: 400;
    font-style: normal;
    color: #ffff;
}

.setsubun h1,h2,h3,h4,h5,h6{
    font-size: inherit;
    font-weight: inherit;
}

.setsubun ul ol{
    margin: 0;
    padding: 0;
}

.setsubun li{
    list-style: none;
}

.setsubun a{ 
    text-decoration: none;
    display: block;
}


/*レスポンシブ_スマホサイズ非表示*/
.pc_only{
    display: block;
}

.sp_only{
    display: none;
}


/*背景画像*/
.setsubun_back{
    background-image: url(img/setsubun_back_pc.jpg);
    background-repeat: repeat-y;
    max-width: 1920px;
    width: 100%;
    overflow: hidden;
}

/*トップイメージ*/
.setsubun_top_image img{
    max-width: 1920px;
    width: 100%;
}

/*コンセプト*/
.setsubun_concept{
    text-align: center;
    margin: 80px 0;
}

.setsubun_concept h1{
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    color: #BB2525;
    padding-bottom: 1rem;
    border-bottom: dashed 3px #BB2525;
    max-width: 600px;
    margin: 0 auto 1.5rem;
}

.setsubun_concept h2{
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}

.setsubun_concept img{
    max-width: 800px;
    width: 100%;
    margin: 45px auto 0;
}

/*コンテンツ：共通*/
.setsubun_contents h3{
    max-width: 600px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
    border-bottom: dashed 3px #BB2525;
    padding: 1rem 0;
    margin: 0 auto 25px;
}

.setsubun_contents{
    text-align: center;
    margin: 5rem 0;
}

.setsubun_contents img{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}


.setsubun_price{
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}

.setsubun_price span{
    font-size: 2.3rem;
}

.setsubun_size{
    padding: 10px 0;
}



/*注意事項*/
.setsubun_attention{
    max-width: 750px;
    text-align: center;
    line-height: 2rem;
    background-color: #ffff;
    border: dashed 2px #BB2525;
    margin: 3rem auto 8rem;
    padding: 2rem;
}


/*店舗一覧はこちら*/
.setsubun_attention a{
    font-size: 1.3rem;
    max-width: 350px;
    width: 100%;
    letter-spacing: 0.2rem;
    text-align: center;
    background-color: #CCA469;
    margin: 2rem auto 0;
    padding: 1rem 3rem;
    transition: 0.7s;
}

.setsubun_attention a:hover{    
    color: #dbc3a0;
    background-color: #af8950;
}

/*タブレットサイズ：991px以下*/
@media screen and (max-width:991px){
    .pc_only{
        display: none;
    }

    .sp_only{
        display: block;
    }

    .setsubun_back_sp{
        padding: 0 30px;
    }

    /*コンセプト*/
    .setsubun_concept{
        margin: 35px 0;
    }

    .setsubun_concept h1{
        font-size: 1.4rem;
    }

    .setsubun_concept h2{
        font-size: 0.9rem;
    }

    .setsubun_concept img{
    max-width: 620px;
    }

    /*コンテンツ：共通*/
    .setsubun_contents h3{
        font-size: 1.2rem;
        padding: 0.8rem 0;
        margin: 0 auto 20px;
        letter-spacing: 0.2rem;
        border-bottom: dashed 2px #BB2525;
    }

    .setsubun_contents{
        margin: 2.5rem 0;
    }  

    .setsubun_contents img{
        max-width: 620px;
    }  

    .setsubun_copy{
        font-size: 0.8rem;
    }

    .setsubun_size{
        font-size: 0.8rem;
        padding: 5px 0;
    }

    .setsubun_price{
    font-size: 0.9rem;
    }

    .setsubun_price span{
    font-size: 1.8rem;
    }

    /*注意事項*/
    .setsubun_attention{
        text-align: left;
        line-height: 1.1rem;
    }

    .setsubun_attention p{
        font-size: 0.8rem;
    }

    .setsubun_attention a{
        max-width: 250px;
        font-size: 1rem;
        letter-spacing: 0.1rem;
        text-align: center;
        padding: 1rem 1.5rem;
    }

}