@charset "UTF-8";
.contents-take {
		width: 100%;
		margin: 0 auto;
}
.contents-take:after {
		content: "";
		display: block;
		clear: both;
}
.take {
		width: 800px;
		margin: 0 auto;
		margin-top: 50px;
}
.take:after {
		content: "";
		display: block;
		clear: both;
}
.take-one {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
}
.take-one:after {
		content: "";
		display: block;
		clear: both;
}
.take-left {
		float: left;
		width: 50%;
}
.take-left:after {
		content: "";
		display: block;
		clear: both;
}
.take-right {
		float: right;
		width: 50%;
}
.take-right:after {
		content: "";
		display: block;
		clear: both;
}
/*中身*/
.take-in-left {
		width: 100%;
		padding-right: 50px;
}
.take-in-right {
		width: 100%;
		padding-left: 50px;
}
.take-in-right p {
		font-size: 15px;
		line-height: 1.75em;
		padding: 0 20px;
		text-align: left;
}
.take-in-left img {
		width: 100%;
		margin-left: auto; /*画像を右寄せ*/
		display: block; /*画像を右寄せ*/
}
.take-name {
		font-size: 22px;
		font-weight: bold;
		padding: 10px 20px 5px;
}
.hr2 {
		border-top: 2px dashed #aaa;
		margin: 80px 70px 0 0;
}
.hr3 {
		border-top: 2px dashed #aaa;
		margin: 0px 70px 0 0;
}
.take-price {
		font-size: 25px;
		font-weight: bold;
		padding: 0px 70px 15px 20px;
		text-align: right;
}
.take-price-moto {
		font-weight: normal;
}
.menu-tax {
		font-size: 10px;
		font-weight: normal;
}
.choppers {
		width: 100%;
		text-align: center;
}
.choppers:after {
		content: "";
		display: block;
		clear: both;
}
.choppers p {
		font-size: 15px;
		margin: 0;
}
.choppers p a {
		color: #0099cc;
		text-decoration: none;
}
.choppers img {
		width: 300px;
}
h1 {
		width: 100%;
		text-align: center;
}
h1:after {
		content: "";
		display: block;
		clear: both;
}
h1 img {
		width: 400px;
		margin-top: 30px;
		margin-bottom: 20px;
}
/*-------------------------
横幅767以上
-------------------------*/
@media(min-width:767px) {}
/*-------------------------
横幅767以下
-------------------------*/
@media(max-width:767px) {
		.take {
				width: 100%;
				margin-top: 0px;
		}
		.take-one {
				margin-top: 0px;
				margin-bottom: 25px;
		}
		.take-left, .take-right {
				width: 100%;
		}
		.take-in-left {
				padding-right: 0px;
		}
		.take-in-right {
				padding-top: 15px;
				padding-left: 0px;
				text-align: center;
		}
		.take-in-left img {
				width: 100%;
		}
		.take-in-right p {
				text-align: center;
		}
		.take-name {
				padding: 8px 20px 5px;
		}
		.hr2 {
				margin: 10px 50px 0;
		}
		.hr3 {
				margin: 0 50px;
		}
		.choppers img {
		width: 70%;
}
		h1 img {
				width: 70%;
				margin-top: 20px;
		}
		.take-price {
				text-align: center;
				padding: 0 0 20px;
		}
}