@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;
}

.matsusakaushi {
	width: 100%;
	padding: 0;
	margin: 0 auto 5%;
}

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

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

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

.matsusakaushi__mv {
	margin-bottom: 30px;
}

.matsusakaushi__introduction {
	margin-bottom: 50px;
	padding: 9% 0 3%;
	position: relative;
}

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

.matsusakaushi__introduction:before {
	top: 0;
	right: 0;
	width: 75%;
	padding-top: 8.53%;
	background-image: url("../img/img_ashirai_01.png");
}

.matsusakaushi__introduction:after {
	bottom: 0;
	left: 0;
	width: 25%;
	padding-top: 2.6%;
	background-image: url("../img/img_ashirai_02.png");
}

.matsusakaushi__introduction__inner {
	padding: 0 5%;
}

.matsusakaushi__block {
	padding: 0 5%;
	margin-bottom: 40px;
}

.matsusakaushi__contents {
	background-image: radial-gradient(#faf7e8, #e7d58c);
	padding: 5% 5%;
	margin-bottom: 30px;
}

.matsusakaushi__contents-detail {
	margin-bottom: 50px;
}

.matsusakaushi__contents-detail:last-child {
	margin-bottom: 0;
}

.matsusakaushi__contents-detail__ttl {
	font-size: 28px;
	margin-bottom: 20px;
}

.matsusakaushi__contents-detail .txt-big {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 30px;
}

.matsusakaushi__contents-detail .txt-bold {
	font-weight: 700;
}

.matsusakaushi__contents-img {
	width: 65%;
	overflow: hidden;
}

.matsusakaushi__contents-img img {
	float: left;
	width: calc(300 /635 * 100%);
	margin-right: 5%;
}

.matsusakaushi__contents-img img:last-child {
	margin-right: 0;
}

.matsusakaushi__characteristic {
	background-color: #fff;
	padding: 3%;
	font-size: 20px;
	line-height: 35px;
}

.matsusakaushi__characteristic li { 
	padding-left: 1em; 
	text-indent: -.7em;
}

.matsusakaushi__characteristic li:before {
	content: "\25CF\0020";
	color: #e0ce7e;
}

.matsusakaushi__list {
	overflow: hidden;
}

.matsusakaushi__list li {
	float: left;
	width: calc(445 / 900 * 100%);
	margin-bottom: 1%;
}

.matsusakaushi__list li:nth-child(even) {
	margin-left: 1%;
}

.matsusakaushi__order {
	background-color: #ffeabf;
	margin-bottom: 30px;
	padding: 5%;
}

.matsusakaushi__order p {
	font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 50px;
}

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

.matsusakaushi__netshop {
	margin-bottom: 50px;
}

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

.matsusakaushi__delivery {
	padding: 0 5%;
	overflow: hidden;
}

.matsusakaushi__delivery img {
	float: left;
	width: calc(445 / 900 * 100%);
	margin-right: 1%;
}

.matsusakaushi__delivery img:last-child {
	margin-right: 0;
}

.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;
}


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

	.matsusakaushi p {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 15px;
	}

	.matsusakaushi__mv {
		margin-bottom: 20px;
	}

	.matsusakaushi__introduction {
		margin-bottom: 30px;
	}

	.matsusakaushi__block {
		margin-bottom: 20px;
	}

	.matsusakaushi__contents {
		margin-bottom: 20px;
	}

	.matsusakaushi__contents-detail {
		margin-bottom: 20px;
	}

	.matsusakaushi__contents-detail__ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.matsusakaushi__contents-detail .txt-big {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.matsusakaushi__contents-img {
		width: 100%;
	}

	.matsusakaushi__characteristic {
		font-size: 16px;
		line-height: 25px;
	}

	.matsusakaushi__order {
		margin-bottom: 20px;
	}

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

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

	.matsusakaushi__netshop {
		margin-bottom: 20px;
	}

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

	.pc-only {
		display: none;
	}
}
