@charset "UTF-8";
/* CSS Document */

/*=========================================== 
スマホ向けのレイアウトの指定：～768px 
===========================================*/
@media only screen and (min-width: 0px) {

body{
	overflow-x: hidden;
}
	
#container{
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

#wrapper{
	width:100%;
	margin:0 auto;
}


/*メインビジュアル*/
.mv{
	background: url(../images/product_mv.jpg) no-repeat top center;
	background-size: cover;
}


/*コンテンツ*/
.product{
	width: 100%;
	margin: 48px auto 0;
	padding: 0 0 80px 0;
	font-size: 0;
	text-align: center;
}

.product .content{
	box-sizing: border-box;
	width: 90%;
	max-width: 320px;
	margin: 32px 10px 0;
	padding: 20px;
	text-align: center;
	border: 1px solid rgb(240,240,240);
	display: inline-block;
	vertical-align: top;
}

#product01{
	vertical-align:bottom;
}

.product .info_box{
	margin: 0 auto;
}

.product .title{
	margin: 0 auto 11px;
	padding: 8px 0 0 0;
	font-size: 20px;
	text-align: center;
	font-family: serif;
	color: rgb(100,100,100);
	border-top: 2px solid rgb(139,199,207);
}

.product .info{
	margin: 0 auto;
	padding: 0 0 6px 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.02em;
	font-family: serif;
	color: rgb(100,100,100);
	border-bottom: 1px dashed rgb(240,240,240);
	display: inline-block;
}

.product .price{
	margin: 11px auto 6px;
	padding: 0;
	font-size: 28px;
	letter-spacing: 0.02em;
	font-family: serif;
	color: rgb(100,100,100);
}
.product .tax-notation{/*値段の下の税込表示*/
	margin: 0 0 12px;
    font-size: 12px;
    font-family: serif;
    text-align: center;
    display: block;
    margin-top: 5px;
    max-width: 330px;
	color: #636363;
}
.product .tax-notation span{/*値段の下の税込表示*/
	font-size:1.8em;
	font-family: serif;

}

/*値引き用：取り消し線*/
.product .price-strike-out{
	color: rgb(120,120,120);
	font-size: 16px;
	font-family: serif;
	text-decoration-line:line-through;
	margin: 10px auto 0;
}
/*値引き用：期限表示*/
.product .price-limit{
	color: #fff;
	font-size: 16px;
	font-family: serif;
	background-color:rgb(255, 171, 0);
	display: block;
	padding: 0 6px;
	margin: 14px auto 0;
	line-height: 24px;
	text-align: center;
	width:68px;
}
.product .price .small{
	font-size: 10px;
	letter-spacing: 0.12em;
}

.product .img-1{
	width: 95px;
	margin: 0 15px 0 0;
	display: inline-block;
}

.product .img-2{
	width: 95px;
	display: inline-block;
}

.product .img-3{
	max-width: 205px;
	margin: 10px auto 0;
}

.product .text{
	min-height: 72px;
	padding: 16px 0 0 0;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.7;
	font-family: serif;
	color: rgb(100,100,100);
	clear: both;
}

.product .annotation{
	width: 90%;
	margin: 32px auto 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	color: rgb(100,100,100);
}

.product .content img{
	width: 100%;
	height: auto;
}


.product .new{
	width: 90%;
	max-width: 320px;
	margin: 32px 10px 0;
	display: inline-block;
}

.product .new-product{
	width: 100%;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.12em;
	font-family: serif;
	color: rgb(255,255,255);
	background: rgb(231,153,142);
}

/* ふきだし*/
.product .new-product{
	position: relative;
	margin: 0 0 25px 0;
	padding: 7px 0;
	min-width: 120px;
	max-width: 100%;
}

.product .new-product:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid rgb(231,153,142);
}

.product .new .content{
	width: 100%;
	margin: 0;
}

.product .new .title {
    border-top: 2px solid rgb(231,153,142);
}
}


/*=========================================== 
PC向けのレイアウトの指定：768px〜
===========================================*/
@media only screen and (min-width: 768px) {

#container{
	width:100vw;
}


/*コンテンツ*/
.product{
	width: auto;
	max-width: 960px;
}

.product .content{
	max-width: 460px;
}

.product .info_box{
	width: 205px;
	float: left;
}

.product .info{
	width: 160px;
}

.product .img-3{
	margin: 0;
	float: right;
}

.product .new{
	max-width: 460px;
}
}


/*=========================================== 
PC向けのレイアウトの指定：960px〜
===========================================*/
@media only screen and (min-width: 961px) {

.product{
	text-align: left;
}
}
