@charset "UTF-8";

/*================================================

　メインイメージ

=================================================*/
.top-catch {
	background: url("../images/takeout/takeout_pc_img01.jpg") center center / auto auto no-repeat; background-size: cover;
	border-bottom: 29px solid #710000;
}
@media screen and (max-width: 835px) {
	.top-catch {
		padding: 0 0 147.466667%;
		background: url("../images/takeout/takeout_sp_img01.jpg") center center / auto auto no-repeat; background-size: cover;
		border-bottom: none;
	}
}

.title {
	position: relative;
	margin: 0 auto;
	padding: 14px 0;
	text-align: center;
	line-height: 1;
	background: url("../images/common/title_bg01.jpg") center center / 1500px 100.5% no-repeat;
	border-top: 3px solid rgb(124,84,7);
	border-bottom: 3px solid rgb(124,84,7);
	border-image: linear-gradient(90deg, rgba(124,84,7,1) 0%, rgba(228,186,39,1) 32%, rgba(148,104,48,1) 50%, rgba(225,198,73,1) 68%, rgba(129,90,16,1) 100%);
	border-image-slice: 1;
}
.title::before,
.title::after {
	content: '';
	display: block;
	position: absolute;
	top: -14px;
	left: 0;
	width: 100%;
	height: 11px;
	background-color: #1C3C84;
}
.title::after {
	top: auto;
	bottom: -14px;
	background-color: #960000;
}

@media screen and (max-width: 835px) {
	.title {
		margin: 11px auto 0;
		padding: 14px 0;
		border-top: 2px solid rgb(124,84,7);
		border-bottom: 2px solid rgb(124,84,7);
	}
	.title::before,
	.title::after {
		top: -10px;
		height: 8px;
	}
	.title::after {
		top: auto;
		bottom: -10px;
	}
}


/*================================================

takeout-overview

=================================================*/
.takeout-overview {
	width: 100%;
	margin: 0;
	padding: 70px 0 0;
	text-align: center;
	background-color: #FFF;
}
.takeout-overview-content h2 {
	margin: 30px 0;
	font-size: 3.4rem;
	line-height: 1.5;
}
.takeout-overview-content h3 {
	margin: 40px 0 60px;
	padding: 0 0 10px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1;
	border-bottom: 11px solid #960000;
}
.takeout-overview-content h3 a {
	color: #960000;
}

.takeout-overview-content-means ul {
	display: flex;
	justify-content: center;
}
.takeout-overview-content-means ul li {
	margin: 0 25px;
}

.takeout-overview-content-detail {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0;
	font-size: 2rem;
	text-align: left;
	line-height: 1.5;
	border: 5px solid #000;
	border-top: none;
}
.takeout-overview-content-detail h4 {
	margin: 0;
	padding: 8px 0 10px;
	color: #FFF;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1;
	background-color: #000;
}
.video {
	max-width: 1360px;
	margin: 0 auto 70px;
	padding: 0 40px;
}

.detail-box {
	padding: 25px 0 25px 28.666667%;
}
.detail-box ul li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.detail-box:last-child {
	padding: 50px 4% 25px;
	border-top: 3px solid #000;
}
.detail-box-means {
	display: flex;
	justify-content: space-between;
	padding: 0 0 25px;
}
.detail-box-means:nth-of-type(2) {
	padding: 0 0 10px;
}
.detail-box-means ul {
	width: 87.64881%;
	font-weight: 600;
}
.detail-box-means figure {
	width: 10.714286%;
}

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

	.takeout-overview-content-detail {
		margin: 0 30px;
	}

}

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

	.takeout-overview {
		padding: 6.481481% 0 0;
	}
	.takeout-overview-content h2 {
		margin: 2.777778% 0;
		font-size: 3rem;
	}
	.takeout-overview-content h3 {
		margin: 3.703704% 0 5.555556%;
		padding: 0 0 10px;
		font-size: 2.2rem;
		border-bottom: 8px solid #960000;
	}

	.takeout-overview-content-detail {
		font-size: 1.6rem;
		border: 3px solid #000;
		border-top: none;
	}
	.takeout-overview-content-detail h4 {
		padding: 8px 0 10px;
		font-size: 2.2rem;
	}
	.video {
		margin: 0 auto 6.481481%;
		padding: 0 40px;
	}
	.detail-box {
		padding: 25px 4%;
	}
	.detail-box-means ul {
		width: 81.5%;
	}
	.detail-box-means figure {
		width: 15%;
	}

}

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

	.takeout-overview-content h2 {
		font-size: 1.8rem;
	}
	.takeout-overview-content h3 {
		font-size: 1.3rem;
		border-bottom: 4px solid #960000
	}
	.takeout-overview-content-means ul li {
		width: 30%;
	}
	.takeout-overview-content-detail {
		margin: 0 20px;
		font-size: 1.2rem;
		border: 4px solid #000;
		border-top: none;
	}
	.takeout-overview-content-detail h4 {
		padding: 6px 0 8px;
		font-size: 1.6rem;
	}
	.video {
		padding: 0 20px;
	}
	.detail-box {
		padding: 15px 4%;
	}
	.detail-box:last-child {
		padding: 15px 4% 15px;
		border-top: 2px solid #000;
	}
	.detail-box-means {
		flex-wrap: wrap;
	}
	.detail-box-means ul {
		width: 100%;
	}
	.detail-box-means figure {
		width: 30%;
		margin: 0 0 15px;
	}

}


/*================================================

delivery

=================================================*/
.delivery {
	width: 100%;
	margin: 0;
	padding: 100px 0 40px;
	text-align: center;
	background-color: #FFF;
}
.delivery-content h2 {
	margin: 40px 0 30px;
	font-size: 4rem;
	line-height: 1.3;
}
.delivery-content h2 span {
	display: block;
	color: #710000;
	font-size: 2.4rem;
}
.delivery-content h3 {
	width: 763px;
	margin: 0 auto;
	padding: 20px 0 10px;
	font-size: 3rem;
	background-image : linear-gradient(to right, #000 3px, transparent 3px);
	background-size: 14px 3px;
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1;
}
.delivery-content h4 {
	margin: 30px 0;
	padding: 0 0 10px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1;
	border-bottom: 11px solid #000;
}
.delivery-icon {
	position: relative;
	margin: 30px 0;
	padding: 0 0 0 55px;
}
.delivery-icon::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 100%;
	height: 11px;
	background: #710000;
}
.howtobox {
	display: flex;
	justify-content: space-between;
	width: 948px;
	margin: 40px auto 100px;
}
.howtobox-app {
	width: 436px;
}
.howtobox-app li {
	width: 246px;
	margin: 20px auto;
	text-align: center;
}
.howtobox-app li:first-child {
	width: 100%;
	margin: 0 0 30px;
}
.howtobox-app li:last-child {
	margin: 60px auto 0;
}
.note {
	width: 780px;
	margin: 50px auto 0;
	padding: 0;
	text-align: left;
	font-size: 2rem;
	line-height: 1;
}
.note ul li {
	margin: 0 0 1.5em;
}

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

	.delivery {
		padding: 9.259259% 0 3.703704%;
	}
	.delivery-content h2 {
		margin: 3.703704% 0 2.777778%;
		font-size: 3.2rem;
	}
	.delivery-content h2 span {
		font-size: 1.9rem;
	}
	.delivery-content h3 {
		width: 700px;
		padding: 1.851852% 0 0.925926%;
		font-size: 2.6rem;
	}

	.delivery-content h4 {
		margin: 2.777778% 0;
		padding: 0 0 10px;
		font-size: 2.2rem;
		border-bottom: 8px solid #000;
	}
	.delivery-icon {
		margin: 2.777778% 0;
		padding: 0 0 0 5.092593%;
	}
	.delivery-icon::after {
		bottom: -6px;
		height: 8px;
	}

	.howtobox {
		width: 87.777778%;
		margin: 3.703704% auto 9.259259%;
	}
	.howtobox-app {
		width: 45.991561%;
	}
	.howtobox-app li {
		width: 56.422018%;
		margin: 4.587156% auto;
		text-align: center;
	}
	.howtobox-app li:first-child {
		margin: 0 0 6.880734%;
	}
	.howtobox-app li:last-child {
		margin: 13.761468% auto 0;
	}
	.note {
		margin: 4.62963% auto 0;
		font-size: 1.6rem;
	}

}

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

	.delivery-content h2 {
		font-size: 2.4rem;
	}
	.delivery-content h2 span {
		font-size: 1.6rem;
	}
	.delivery-content h3 {
		width: 90%;
		font-size: 1.8rem;
		line-height: 1.4;
		background-image : linear-gradient(to right, #000 2px, transparent 2px);
		background-size: 10px 2px;
	}
	.delivery-content h4 {
		font-size: 1.3rem;
		border-bottom: 4px solid #000;
	}
	.delivery-icon img {
		width: 50%;
		max-width: 256px;
	}

	.howtobox {
		width: 90%;
	}
	.howtobox-app {
		width: 47%;
	}

	.howtobox-app li {
		width: 100%;
		max-width: 246px;
		margin: 8% auto;
	}
	.howtobox-app li:first-child {
		max-width: 100%;
	}
	.note {
		width: 90%;
		font-size: 1.2rem;
	}
	.note ul li {
		padding: 0 0 0 1em;
		text-indent: -1em;
		line-height: 1.3;
	}

}
