@charset "UTF-8";




/* ----------------------------------------------------------------------------------------------------
	Style
 ---------------------------------------------------------------------------------------------------- */
.c-entry-main-caption {
	font-size: 18px;
	text-align: center;
	padding: .5em 0 0;
	opacity: .5;
}

.c-entry-row-2.is-content-04 {
	min-height: 390px;
}

.roast-delivery {
	padding: 0 0 60px;
	margin: -30px 0 0;
	background: #f0f3f8;
}

.roast-delivery .u-inner {
	padding: 30px 0;
	border-radius: 20px;
	background: #fff;
	display: flex;
}

.roast-delivery__inner {
	max-width: 100%;
	padding: 0 30px;
	position: relative;
}

.roast-delivery__inner.is-firsttime {
	width: 40%;
}

.roast-delivery__inner.is-firsttime:before {
	content: 'プラス';
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	width: 50px;
	padding: 5px 0;
	display: block;
	background: #fff;
	position: absolute;
	top: calc(50% + 1.85em);
	right: -25px;
	z-index: 10;
}

.roast-delivery__inner.is-firsttime:after {
	content: '+';
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	width: 50px;
	height: 50px;
	padding: 7px 0 0;
	border: 3px solid #fff;
	background: #3b3b3b;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: -50px;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	z-index: 10;
}

.roast-delivery__inner.is-monthly {
	width: 60%;
}

.roast-delivery__inner.is-monthly:before {
	content: '';
	width: 1px;
	height: calc(100% - 30px);
	background: #ddd;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 0;
}

.roast-delivery__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 2px solid #ddd;
}

.roast-delivery__box.is-or {
	display: flex;
}

.roast-delivery__box.is-or-inner {
	width: 50%;
}

.roast-delivery__box .e-image {
	padding: 0 20px;
}

.roast-delivery__box .e-image img {
	width: 100%;
}

.roast-delivery__box .e-price {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: 15px 0 5px;
}

.roast-delivery__box .e-price .is-large {
	color: #d00000;
	font-size: 20px;
	vertical-align: -.05em;
	padding: 0 .1em;
	display: inline-block;
}

.roast-delivery__box .e-text {
	text-align: center;
}

.roast-delivery__box .e-note-item {
	font-size: 11px;
	line-height: 1.35;
	margin: 0 0 .5em;
	padding: 0 0 0 1em;
	display: block;
}

.roast-delivery__box .e-note-item:before {
	content: '※';
	margin: 0 0 0 -1em;
}

.roast-delivery__box .e-note-item form {
	text-align: center;
	padding: 15px 0 0;
}

.roast-delivery__box .e-note-item form input {
	color: #fff;
	padding: 10px;
	background: #6e7175 !important;
	border: 0;
	display: inline-block;
	transition: .2s ease;
}

.roast-delivery__box .e-note-item form input:hover {
	opacity: .8;
}

.roast-delivery__box.is-or-inner {
	position: relative;
}

.roast-delivery__box.is-or-inner:nth-of-type(1):after {
	content: 'または';
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	width: 60px;
	padding: 3px 7px;
	background: #3b3b3b;
	border-radius: 100px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(30%,-50%);
	z-index: 10;
}

.point-present {
	margin: -30px 0 0;
	padding: 0 0 40px;
	background: #f0f3f8;
}

.point-present .u-inner {
	padding: 30px;
	display: block;
	background: #fffec8;
	border: 2px solid #f9d2d2;
	border-radius: 20px;
}

.point-present__title {
	line-height: 1;
	text-align: center;
}

.point-present__title span {
	font-size: 16px;
	font-weight: 700;
	display: block;
}

.point-present__title em {
	color: #d00000;
	font-size: 26px;
	font-weight: 700;
	font-style: normal;
	padding: 15px 0;
	display: block;
}

.point-present__code {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.point-present__code em {
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	margin: 0 5px;
	padding: 10px 10px 7px 10px;
	display: inline-block;
	background: #fff;
	border: 2px solid #000;
}

.point-present__text {
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
}

.point-present__note {
	font-size: 12px;
	text-align: center;
	text-indent: -1em;
	padding: 0 0 .5em 1em;
	display: inline-block;
	opacity: .5;
}

@media screen and (min-width: 641px) {
	DIV#pankuzu_list_r {
		max-width: 810px;
	}
}



