@charset "Shift_JIS";
/* CSS Document */

html{
    overflow-x: hidden;
}

body{
    font-size: 14px;
    line-height: 1.75;
    font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img{
    border: none;
}

.container .to_top{
	display:none;
	width:100%;
	position:fixed;
	bottom:75px;
	left:0;
}

.container .to_top .inner{
	width:0;
	margin:0 auto;
	position:relative;
}

.container .to_top .inner a{
	display:block;
	position:absolute;
	right:-489px;
}

#head{
    margin-bottom: 62px;
    position: relative;
}
#head:after{
    content: '';
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
	background-color: #fff000;
	position: absolute;
	bottom: 70px;
	left: 0;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
}
#head h1{
    width: 670px;
    margin: 20px auto 0;
    padding: 0;
    position: relative;
    z-index: 2;
}
#head h1 img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: top;
}

.read{
    width: 100%;
    margin: 0 auto 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}

.txt-att{
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.75;
    color: #fc4c70;
    text-align: center;
}

.box-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box-outer{
    width: 1060px;
    margin: 0 auto 40px;
}

.box-outer h2{
    margin-bottom: 20px;
    padding: 20px;
    font-size: 18px;
    line-height: 1.35;
    color: #333;
    background-color: #fff000;
}

.box-product{
    flex-basis: 360px;
    width: 360px;
    margin-right: 30px;
}
.box-product h3{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    color: #01a287;
}
.box-photo{
    margin-bottom: 10px;
    border: solid 1px #ccc;
    position: relative;
}
.box-photo img{
    vertical-align: bottom;
}
.box-photo p{
    width: 338px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-align: right;
    position: absolute;
    bottom: 0;
    background: url("../img/bg_price.png") left top no-repeat;
}
.box-photo p span{
    padding-left: 5px;
    font-size: 36px;
    font-weight: 700;
    color: #f34875;
}
.box-photo p span + span{
    padding-left: 0;
    font-size: 20px;
    font-weight: 700;
}


.spec table{
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-top: solid 1px #eee;
}
.spec table th,
.spec table td{
    padding: 10px 0;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border-bottom: solid 1px #eee;
}
.spec table th{
    width: 6em;
    padding-right: 1em;
}

.detailBtn img{
    width: 250px;
    height: auto;
    margin-bottom: 20px;
}

/*֘Ai*/
.recommend{
	width:1000px;
	padding:20px 30px 0;
	background-color:#F9F4EB;
}

.recommend h3{
	margin:0 0 20px;
	padding:0 0 0 10px;
	font-size:13px;
	color:#B28C60;
	border-left:solid 3px #B28C60;
}
.recommend p{
	margin:10px 0 0;
	font-size:13px;
}
.recommend ul{
    flex-wrap: wrap;
}

.recommend ul li{
    flex-basis: 120px;
	width: 120px;
    margin: 0 0 25px 25px;
}
.recommend ul li:nth-child(7n+1){
    margin: 0 0 25px;
}

.recommend ul li img{
	margin:0 0 10px;
}

.recommend ul li{
	font-size:12px;
	color:#00AC92;
}
.recommend ul li a{
	font-size:12px;
	color:#00AC92;
	text-decoration:underline;
}

.recommend ul li a:hover{
	text-decoration:none;
}

/*--------------------------------------------
	back number setting
---------------------------------------------*/

#backNum{
	width:1060px;
	margin:0 auto 30px;
}

#backNum ul{
	width:996px;
	margin:0 0 0 -16px;
}

#backNum ul li{
	display:inline-block;
	width:150px;
	margin:0 0 25px 16px;
	float:left;
}

#backNum ul li#ttl{
	background-color:#D9C1A3;
}

#backNum ul li#ttl h2{
	width:100%;
    min-height: 120px;
	padding:40px 0 0;
	font-size:12px;
	font-weight:normal;
	line-height:1.35;
	color:#fff;
	text-align:center;
	letter-spacing:0.05em;
	background:none;
	border-left:none;
}

#backNum ul li#ttl h2 span{
	display:inline-block;
	margin:0 0 14px;
	padding:0 0 10px;
	font-family:Arial, sans-serif;
	font-size:18px;
	background:url(../../../img/bg_backnumber.gif) center bottom no-repeat;
}

#backNum ul li a img{
	margin:0 0 5px;
}

#backNum ul li a{
	font-size:12px;
	color:#00AC92;
	text-decoration:underline;
}

#backNum ul li a:hover,
#backNum ul li a.hover{
	text-decoration:none;
}

#backNum ul li a .days{
	display:inline-block;
	font-size:11px;
	color:#333;
	text-decoration:none;
}






