@charset "utf-8";
/* CSS Document */
html,body,ul,li,p,a,ol,dd,dl,td,table,tl{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	word-wrap: normal;
	scroll-behavior: smooth;
	color: #313131;
}
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
a:hover{opacity: 0.7;}
#spece-unit .item_wrap{
    width:100%;
    margin-bottom: 20px;
}
#spece-unit .title_img{
    width: 100%;
    display: block;
    margin-top: 50px;
}
#spece-unit .item_list{
    width:100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#spece-unit .item_contents{
    width:26%;
    margin: 20px auto;
}
#spece-unit .item_link{
    width:100%;
    display: block;
    background-color:#c6c073;
    color: #fff;
    text-align: center;
    line-height: 2em;
    border-radius:2px;
    margin-top: 10px;
    font-size: 20px;
}
#spece-unit .set{
    background-color: #ca7e5d;
    letter-spacing: -0.05em;
}
#spece-unit .price-box{
    width:100%;
    display: flex;
    justify-content: space-between;
}
#spece-unit .price_flex{
    width: 48%;
}

/*--フッター--*/
#spece-unit #stor_link{
    display: none;
}
@media screen and (max-width:749px) {
    #spece-unit .item_contents {
        width: 30%;
    }
    #spece-unit .item_link{
        width:100%;
        display: block;
        color: #fff;
        text-align: center;
        line-height: 2em;
        border-radius:2px;
        margin-top: 5px;
        padding: 2px;
        box-sizing: border-box;
        font-size: 17px;
    }
    #spece-unit .title_img{
        width: 100%;
        display: block;
        margin-top: 20px;
    }
    #spece-unit .price-box{
        width:100%;
        display: block;
    }
    #spece-unit .price_flex{
        width: 100%;
        margin-top: 10px;
    }
    /*--フッター--*/
       #spece-unit #stor_link{
        width:90%;
        display: flex;
        justify-content:center;
        margin: 20px auto;
        font-size: 90%;
    }

}