@charset "UTF-8";

/* font ---------------------------------------
Noto Sans Japanese：font-family: "Noto Sans Japanese";
さわらびゴシック：font-family: "Sawarabi Gothic";
 ---------------------------------------*/
/* TOP画像 ------------------------- */
#wrapper #contents > .img span {
    top: 37%;
    left: 19%;
    line-height: 1.5em;
}
/*
#wrapper #contents > .img span:last-of-type {
    top: 22%;
    left: 10%;
}
*/
 
/* コンテンツ ------------------------- */
#cntWrapper .product #guide .osusume {
    margin: 40px auto 30px auto;
    position: relative;
    width: 820px;
}
#cntWrapper .product #guide .osusume p {
    transform: rotate(-10deg);
    width: 150px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    background: #ff6565;
    padding: 10px;
    position: relative;
    color: #fff;
    left: 5px;
}
#cntWrapper .product #guide .osusume ul {
    /* width: 95%; */
    padding-left: 0%;
    background: #ffe0e0;
    padding: 10px 0px 10px 11%;
    margin: 0px 0 0 auto;
    box-sizing: border-box;
}
#cntWrapper .product #guide .osusume ul li {
    line-height: 1.8em;
    font-size: 18px;
    position: relative;
    padding-left: 10px;
}
#cntWrapper .product #guide .osusume ul li:before {
    content: "";
    border-style: solid;
    border-color: transparent transparent transparent #ff6565;
    border-width: 5px 5px 5px 5px;
    width: 0;
    height: 0;
    top: 28%;
    left: 0;
    position: absolute;
}
#cntWrapper .product #guide .osusume p:before {
    content: "";
    border-style: solid;
    border-color: #ff6565 transparent transparent transparent;
    border-width: 21px 0px 6px 32px;
    width: 0;
    height: 0;
    bottom: -18px;
    position: absolute;
}




/* 商品 ------------------------------------*/
#cntWrapper .product #itemPrd h2 {
    background: url("../images/icon.png") left bottom no-repeat;
    border-bottom :1px solid #009ed2;
    text-align: center;
    position: relative;
    height:90px;
    font-size: 25px;
    line-height: 4.8em;
    font-family: "Noto Sans Japanese";
    margin-bottom: 45px;
}
#cntWrapper .product #itemPrd h2.line2 {
    line-height: 1.5em;
    font-size: 1.5em;
}
#cntWrapper #contents .itemSet .item .img {
    max-height: 253px !important;
}
#cntWrapper #contents .itemSet .item .price span {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin: 0px 10px 0 0;
    letter-spacing: 0.1em;
}

#cntWrapper #contents .itemSet .item .price i {
    font-size: 12px;
    font-weight: normal;
    color: #ff0000;
    border: 1px solid #ff0000;
    display: inline-block;
    margin: 0px 10px 0 0;
}



#cntWrapper .product #itemPrd .item p.price {
    bottom: 100px;
}
#cntWrapper .product #itemPrd .item p.price.one {
    bottom: 140px;
}


@media screen and (max-width: 1200px) {
    #cntWrapper #contents .itemSet .item .price span {
        width: 36%;
        line-height: 1.2em;
    }
    #cntWrapper #contents .itemSet .item .price i {
        font-size: 10px;
    }
}
@media screen and (max-width: 768px) {
    #cntWrapper .product #guide .osusume {
        width: 100%;
    }

    #cntWrapper .product #guide .osusume ul li {
        font-size: 15px;
    }
	#cntWrapper .product #itemPrd .item .img img {
		height: initial;
		/*width: 89%;*/
		width: 48%;
	}
    #cntWrapper #contents .itemSet .item .price span {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    #cntWrapper .product #itemPrd .item p.price {
        left: 5%;
        bottom: 112px;
    }

    #cntWrapper .product #itemPrd .item p.price.one {
        bottom: 160px;
    }

    #cntWrapper #contents .itemSet .item .price i {
        vertical-align: top;
    }

    #cntWrapper #contents .itemSet .item {
        height: 640px;
    }
}


@media screen and (max-width: 480px) { /*smartphone*/
    #wrapper #contents > .img span:last-of-type {
        left: 5%;
    }
    #cntWrapper .product #guide .osusume {
        margin: 20px auto;
    }
    #cntWrapper .product #guide .osusume p {
        font-size: 13px;
        padding: 6px;
    }
    #cntWrapper .product #guide .osusume ul li {
        font-size: 12px;
    }
    #cntWrapper .product #guide .osusume ul {
        padding-top: 20px;
        margin-left: -18px;
    }
    #cntWrapper .product #itemPrd h2 {
        font-size: 20px;
        background-size: 15px;
        padding-left: 31px;
        font-size: 20px;
        height: 46px;
        padding-top: 20px;
        background-position: 9px bottom;
        line-height: 1em;
        margin-bottom: 10px;
    }
	#cntWrapper .product #itemPrd:nth-of-type(2) h2 {
		height: 120px
	}
    #cntWrapper #contents .itemSet .item {
        width: 100%;
        height: initial;
    }
    #cntWrapper .product #itemPrd .item p.price {
        position: initial;
        margin-top: 10px;
    }
    #cntWrapper #contents .itemSet .item .price span {
        display: inline-block;
        width: 36%;
    }
    #cntWrapper .product #itemPrd .item:first-of-type p.price span {
        display:inline;
    }
}
