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

body { 
	margin: 0 auto;
	padding: 0;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

main {
	overflow: hidden;
}

.bg-pink {
	background: #FDBEC3;
}

.bg-peach {
	background: #FFF2F2;
}

.bg-skin {
	background: #FAF8EF;
}

.sp-only {
	display: none;
}

.cherry {
	width: 100%;
}

.cherry img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	vertical-align: bottom;
}

.cherry * {
	list-style: none;
	padding: 0;
	margin: auto;
}

.cherry__wrap {
	padding: 0 2.5%;
	display: inline-block;
}

.cherry__introduction {
	text-align: center;
	position: relative;
}

.cherry__introduction:before,
.cherry__introduction:after {
	content: '';
	display: inline-block;
	position: absolute;
	background-repeat:no-repeat;
	background-size:contain;
}

.cherry__introduction:before {
	top: 10%;
	left: 0;
	width: 50%;
	padding-top: 12%;
	background-image: url("../img/icon_cherry_01.png");
}

.cherry__introduction:after {
	bottom: 10%;
	right: -36%;
	width: 50%;
	padding-top: 10%;
	background-image: url("../img/icon_leaf_01.png");
}

.cherry__introduction__inner {
	padding: 60px 0;
}

.cherry__introduction__inner h2 {
	font-size: 44px;
	font-weight: normal;
	letter-spacing: 4px;
}

.cherry__contents {
	margin-bottom: 40px;
	border-radius: 8px;
}

.cherry__category {
	padding: 50px 2.5% 60px;
	text-align: center;
	overflow: hidden;
}

.cherry__category-half {
	width: 49%;
	margin: 0 2% 0 0;
	text-align: center;
	float: left;
}

.cherry__category-half:nth-child(2n) {
	margin: 0;
}

.cherry__category__ttl {
	font-size: 44px;
	font-weight: normal;
	padding-bottom: 50px;
	line-height: 1.5em;
}

.cherry__category__ttl:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 8px;
	width: 1.2em;
	height: 1.2em;
	background: url("../img/icon_cherry_02.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.cherry__category__explain {
	font-size: 18px;
	padding: 20px 0 50px;
}

.cherry__category ul {
	overflow: hidden;
}

.cherry__item {
	width: 49%;
	margin: 0 2% 40px 0;
	float: left;
}

.cherry__item:nth-child(2n) {
	margin-right: 0;
}

.cherry__item-half {
	width: 100%;
	padding-bottom: 40px;
}

.cherry__item__name {
	color: #DE4254;
	font-size: 35px;
	padding: 20px 0;
}

.cherry__item__txt {
	font-size: 18px;
	text-align: left;
}

.cherry__delivery {
	text-align: center;
}

.cherry__delivery__term {
	font-size: 40px;
	font-weight: normal;
	border-radius: 8px 8px 0 0;
	color: #FFF;
	background: #F2718A;
	padding: 10px 0;
}

.cherry__delivery__term:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 18px;
	width: 1.3em;
	height: 1.3em;
	background: url("../img/icon_leaf_02.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.cherry__delivery dl {
	font-size: 18px;
	background: #FFF;
	border: 1px solid #F2718A;
	border-radius: 0 0 8px 8px;
	padding: 40px 2.5% 40px;
}

.cherry__delivery dl .delivery-days {
	font-size: 40px;
	padding-bottom: 30px;
}

.delivery-attention {
	color: #DE4254;
	font-size: 25px;
	padding-bottom: 20px;
}

.cherry__impossible {
	padding: 40px 2.5%;
	background: #FFF;
	text-align: center;
	border-radius: 8px;
}

.cherry__impossible__ttl {
	font-size: 35px;
	font-weight: normal;
	padding-bottom: 40px;
}

.cherry__impossible__txt {
	margin-bottom: 40px;
	padding: 15px 0;
	background: #E6E6E6;
	border-radius: 8px;
}

.cherry__impossible__area {
	text-align: left;
}

.cherry__impossible__area li {
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

.cherry__impossible__area li:before {
	content: '・';
}

.cherry__impossible__area li:last-child {
	margin-bottom: 0;
}

.cherry__order {
	padding: 2% 2% 8%;
}

.cherry__order p {
	color: #333;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 50px;
}

.cherry__order p .txt-small {
	font-size: 28px;
}

.cherry__order__netshop li:first-child {
	margin-bottom: 30px;
}

.cherry__order p,
.cherry__item__txt,
.cherry__delivery dl dd,
.cherry__impossible__txt,
.cherry__impossible__area {
	font-family: 'Hiragino Kaku Gothic StdN', Arial, 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif;
}

.order-btn {
	position: fixed;
	right: 0;
	top: 0;
}

.order-btn > a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	border: hidden;
}

.pagetop {
	position: fixed;
	right: 16px;
	bottom: 32px;
}

.mgn-top {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {

	.sp-only {
		display: block;
	}

	.cherry__introduction__inner {
		padding: 40px 3%;
	}

	.cherry__introduction__inner h2 {
		font-size: 21px;
		font-weight: 600;
	}

	.cherry__category {
		padding: 30px 2.5% 0px;
	}

	.cherry__category__ttl {
		font-size: 21px;
		padding-bottom: 30px;
	}

	.cherry__category__ttl:before {
		top: 5px;
	}

	.cherry__category__explain {
		font-size: 14px;
		text-align: left;
	}

	.cherry__item {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.cherry__item__name {
		font-size: 21px;
	}

	.cherry__item__txt {
		font-size: 16px;
		text-align: left;
	}

	.cherry__category-half {
		width: 95%;
		margin: 0;
		padding: 0 2.5%;
		float: none;
	}

	.cherry__category-half:nth-child(2n) {
		padding: 0 2.5%;
	}

	.cherry__delivery__term,
	.cherry__delivery > dl > .delivery-days {
		font-size: 20px;
	}

	.cherry__delivery__term:before {
		top: 8px;
	}

	.cherry__delivery dl {
		font-size: 15px;
		padding: 30px 10px 30px;
	}

	.cherry__delivery dl .derivery-days {
		font-size: 30px;
	}

	.cherry__delivery dl dd {
		text-align: left;
	}

	.delivery-attention {
		font-size: 17px;
	}

	.cherry__impossible {
		padding: 20px 2.5%;
	}

	.cherry__impossible__ttl {
		font-size: 21px;
		font-weight: normal;
		padding-bottom: 20px;
	}

	.cherry__impossible__txt {
		font-size: 14px;
		padding: 15px 5px;
		text-align: left;
	}

	.cherry__impossible__area li {
		font-size: 15px;
		padding-left: 1em;
	}

	.cherry__order {
		padding: 2% 2% 15%;
	}

	.cherry__order p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.cherry__order p .txt-small {
		font-size: 16px;
	}

	.cherry__order__netshop li:first-child {
		margin-bottom: 10px;
	}

	.order-btn img {
		width: 50px;
		height: 252px;
	}
}