@charset "UTF-8";
/* CSS Document */

/************************************************
 delivery.css
************************************************ */
#delivery {
	width: 1000px;
	line-height: 1.4;
	margin: auto;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
#delivery h2 {
	border: none;
	margin: 0 auto;
	padding: 0;
}
#delivery h3 {
	font-size: 28px;
	font-weight: 500;
}
#delivery p {
	text-align: left;
}
#delivery .link{
	text-align: left;
}
#delivery .link:before{
	content: "＞";
	font-size: 11px;
	padding-right: 5px;
}
#delivery .intro {
	margin: 40px auto;
}
#delivery .intro p {
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
}
#delivery .intro p span {
	color: #E37B40;
	font-size: 20px;
	font-weight: 600;
}
.otoku-ttl{
	margin-bottom: 20px;
}
.otoku-bg{
	background:#F8F4E9;
	padding: 20px;
	text-align: center;
	margin: 0 auto 30px;
}
.otoku-bg h4{
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 30px;
}
.otoku-bg h4 img{
	display: inline-block;
	vertical-align: bottom;
}
.otoku-bg p{
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.7;
}
.otoku-bg .ex-img{
	text-align: left;
}
.otoku-bg a{
	font-size: 12px;
}
.otoku-far {
	padding: 0 10px;
}
.otoku-bg p span{
	font-weight: 600;
	background: linear-gradient(transparent 78%, #97cff0 78%);
	letter-spacing: .03em;
}

.otoku-bg .otoku-inner{
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.otoku-bg:nth-of-type(3) .otoku-inner{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.otoku-bg .otoku-inner > div {
	width: 48%;
}
.otoku-bg .otoku-inner img {
	width: 100%;
	height: auto;
}
.otoku-bg .otoku-inner p{
	padding:0 10px;
}
.otoku-4chair {
	padding: 0 10px 0;
}
.otoku-no1{
	border: none;
	text-align: left;
	padding-top: 10px;
}
.otoku-no1:before{
	content: "";
	background: url(../../images/delivery/no1_img.png) no-repeat left top;
	background-size: contain;
	float: left;
	width: 46px;
	height: 62px;
	padding-right: .5em;
}
.otoku-no1 span{
	font-size: 40px;
	color: #67B8E8;
}
.otoku-no2{
	border: none;
	text-align: left;
}
.otoku-no2:before{
	content: "";
	background: url(../../images/delivery/no2_img.png) no-repeat left top;
	background-size: contain;
	float: left;
	width: 46px;
	height: 62px;
	padding-right: .5em;
}
.otoku-no3{
	border: none;
	text-align: left;
	height: 50px;
	line-height: 62px;
}
.otoku-no3:before{
	content: "";
	background: url(../../images/delivery/no3_img.png) no-repeat left top;
	background-size: contain;
	float: left;
	width: 46px;
	height: 62px;
	padding-right: .5em;
}


@media screen and (max-width: 896px){
	#delivery {
		width: 100%;
		-webkit-text-size-adjust: 100%;
		font-size: 13px;
	}
	#delivery h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	#delivery .intro {
		margin: 3% 2% 0;
		padding: 12px 10px 4px;
	}
	#delivery .intro p {
		font-size: 14px;
		font-weight: 400;
		text-align: center;
		line-height: 1.4;
	}
	#delivery .intro p span {
		font-size: 16px;
	}
	h3.otoku-ttl img {
		width: 60%;
	}
	.otoku-ttl{
		width: 70%;
		margin: auto;
		background: none;
		margin-top: 10px;
	}
	.otoku-bg{
		padding: 5% 3% 3%;
		margin-bottom: 10px;
	}

	.otoku-bg h4 {
		font-size: 18px;
		padding: 10px 0 10px 30px;
		margin: .2em auto .6em;
		font-weight: 600;
		line-height: 1.2;
	}
	.otoku-bg p{
		font-size: 13px;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	#delivery .otoku-bg h4 img{
		position: relative;
		top: -12px;
		width: 120px;
		display: inline-block;
		vertical-align:top;
	}
	.otoku-far, .otoku-4chair {
		height:auto;
		background-image: none;
	}
	#delivery #collect{
		padding-top: 60px;
		margin-top: -60px;
	}
	h4.otoku-no1{
		padding: 0;
	}
	h4.otoku-no1 span{
		font-size: 28px;
	}
	h4.otoku-no2{
		padding: 15px 0 0;
	}
	h4.otoku-no3{
		padding: 10px 0 0;
	}
	.otoku-no1{
		border: none;
		text-align: left;
		height: 40px;
		line-height: 36px;
	}
	.otoku-no1:before{
		position: relative;
		top: -5px;
		content: "";
		background: url(../../images/delivery/no1_img.png) no-repeat left top;
		background-size: contain;
		float: left;
		width: 40px;
		height: 46px;
		padding: 0 .1em 0 0;
	}
	.otoku-no1 span{
		font-size: 36px;
	}
	.otoku-no2{
		border: none;
		text-align: left;
		height: 40px;
		line-height: 36px;
	}
	.otoku-no2:before{
		content: "";
		position: relative;
		top: -15px;
		background: url(../../images/delivery/no2_img.png) no-repeat left top;
		background-size: contain;
		float: left;
		width: 40px;
		height: 46px;
		padding: 0 .1em 0 0;
	}
	.otoku-no3{
		border: none;
		text-align: left;
		height: 40px;
		line-height: 36px;
	}
	.otoku-no3:before{
		content: "";
		position: relative;
		top: -15px;
		background: url(../../images/delivery/no3_img.png) no-repeat left top;
		background-size: contain;
		float: left;
		width: 40px;
		height: 46px;
		padding: 0 .1em 0 0;
	}
}

@media screen and (max-width: 567px){ 
		h3.otoku-ttl img {
			width: 80%;
		}
		.otoku-bg h4{
			font-size: 3.8vw;
		}
		.otoku-bg h4 span{
			font-size: 8vw;
		}
		#delivery .intro p {
			font-size: 13px;
			text-align: left;
		}
		.otoku-bg .otoku-inner > div {
			width: 100%;
		}
		.otoku-bg .otoku-inner > div p {
			line-height: 1.6;
			margin-bottom: 20px;
		}
		.otoku-bg .otoku-inner > div p br {
			display: none;
		}
		.far-inner{
			width: 100%;
			height: auto;
			background-color: #fff;	
			margin: 4px auto ;
			display: inline-block;
			vertical-align: top;
			padding: 10px 14px;
			box-sizing: border-box;
			overflow: hidden;
			font-size: 13px;
		}
		.far-inner br{
			display: none;
		}
		.far-inner img{
			width: 30%;
			max-width: 180px;
			height: auto;
			display: inline-block;
			vertical-align: middle;
		}

｝