@charset "utf-8";

html { font-size: 62.5%; }
body {
	color: #333;
	font-size: 1.4rem;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	background: #fff;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
}
a {
	color: #333;
	text-decoration: none;
	transition: .2s;
}
a:hover {
	opacity: .7;
}
@media print,screen and (max-width: 749px) {
	a:hover {
		opacity: 1;
	}
}

/****	---- common ----
===================================****/
.wrap {
	max-width: 750px;
	margin: 0 auto;
}

.c_main {
	display: block;
}

.c_title {
	color: #fff;
	font-size: 3.6rem;
	text-align: center;
	background: #9d1a72;
	padding: .25em 0;
}
@media print,screen and (max-width: 749px) {
	.c_title {
		font-size: calc(36 / 750 * 100vw);
	}
}
.c_title span {
	background: url('../img/switch.png') left center / 42px no-repeat;
	padding: 0 0 0 60px;
	display: inline-block;
}
@media print,screen and (max-width: 749px) {
	.c_title span {
		background: url('../img/switch.png') left center / 21px no-repeat;
		padding: 0 0 0 30px;
	}
}
.c_title.shop span {
	background: url('../img/shop.png') left center / 48px no-repeat;
	padding: 0 0 0 62px;
}
@media print,screen and (max-width: 749px) {
	.c_title.shop span {
		background: url('../img/shop.png') left center / 24px no-repeat;
		padding: 0 0 0 31px;
	}
}

.c_mbEm { margin: 0 0 1em 0!important; }

/****	---- header ----
===================================****/

/****	---- main ----
===================================****/
.intro {
	padding: 40px 60px;
}
@media print,screen and (max-width: 749px) {
	.intro {
		padding: 20px calc(60 / 750 * 100%);
	}
}
.intro p {
	font-size: 2.8rem;
}
@media print,screen and (max-width: 749px) {
	.intro p {
		font-size: calc(28 / 750 * 100vw);
	}
}
.intro p strong {
	color: #9d1a72;
	font-size: 3.2rem;
	font-weight: bold;
}
@media print,screen and (max-width: 749px) {
	.intro p strong {
		font-size: calc(32 / 750 * 100vw);
	}
}

.about {
	background: #efefef;
	padding: 40px 60px 80px;
}
@media print,screen and (max-width: 749px) {
	.about {
		padding: 20px calc(60 / 750 * 100%) 40px;
	}
}
.about h2 {
	font-size: 3.0rem;
	text-align: center;
	margin: 0 0 1em 0;
}
@media print,screen and (max-width: 749px) {
	.about h2 {
		font-size: calc(30 / 750 * 100vw);
	}
}
.about h2 span {
	background: linear-gradient(transparent 50%, #f4eb51 50%);
	padding: 0 0 .25em 0;
}
.about_contents {
	display: flex;
	justify-content: space-between;
}
.about_img {
	width: calc(253 / 630 * 100%);
}
.about_detail {
	width: calc(348 / 630 * 100%);
}
.about_detail_text {
	padding: 20px 0 20px;
}
.about_detail_text02 {
	padding: 20px 0 20px;
	margin-top:10px;
}
@media print,screen and (max-width: 749px) {
	.about_detail_text,.about_detail_text02 {
		padding: 10px 0 10px;
	}
}
.about_detail_btn {
	display: block;
}

.product_contents {
	text-align: center;
	padding: 60px;
}
.product_contents02{
	text-align: center;
	padding: 60px;
	background: #F6EBF2;
}
@media print,screen and (max-width: 749px) {
	.product_contents {
		padding: 30px calc(60 / 750 * 100%);
	}
	.product_contents02 {
		padding: 30px calc(60 / 750 * 100%);
	}
}
.product_detail_text {
	margin: 0 0 40px 0;
}
.product_detail_text02 {
	margin: 0 0 60px 0;
}
@media print,screen and (max-width: 749px) {
	.product_detail_text {
		margin: 0 0 20px 0;
	}
}
.product_detail_btn {
	display: block;
}

.shop_name {
	color: #9d1a72;
	font-size: 3.2rem;
	font-weight: bold;
	padding: .5em 40px;
}
@media print,screen and (max-width: 749px) {
	.shop_name {
		font-size: calc(32 / 750 * 100vw);
		padding: .5em calc(40 / 750 * 100%);
	}
}
.shop table {
	border-collapse: collapse;
	width: 100%;
}
.shop table tr:nth-of-type(odd) {
	background: #f8f8f8;
}
.shop table th,
.shop table td {
	font-size: 2.8rem;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}
@media print,screen and (max-width: 749px) {
	.shop table th,
	.shop table td {
		font-size: calc(28 / 750 * 100vw);
	}
}
.shop table th {
	width: 220px;
	box-sizing: border-box;
	padding: 1em 0 1em 40px;
}
@media print,screen and (max-width: 749px) {
	.shop table th {
		width: calc(220 / 750 * 100%);
		padding: 1em 0 1em calc(40 / 750 * 100%);
	}
}
.shop table td {
	padding: 1em 40px 1em 0;
}
@media print,screen and (max-width: 749px) {
	.shop table td {
		padding: 1em calc(40 / 750 * 100%) 1em 0;
	}
}
.shop table td a {
	text-decoration: underline;
}
.shop table td a.link {
	background: url('../img/link.png') right center / 27px no-repeat;
	padding: 0 40px 0 0;
}
@media print,screen and (max-width: 749px) {
	.shop table td a.link {
		background: url('../img/link.png') right center / 12px no-repeat;
		padding: 0 20px 0 0;
	}
}
.shop table td p.title {
	font-weight: bold;
	padding: 0 0 0 34px;
	margin: 0 0 .5em 0;
	position: relative;
}
@media print,screen and (max-width: 749px) {
	.shop table td p.title {
		padding: 0 0 0 17px;
	}
}
.shop table td p.title::before {
	content: "";
	width: 22px;
	height: 22px;
	background: #9d1a72;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@media print,screen and (max-width: 749px) {
	.shop table td p.title::before {
		width: 11px;
		height: 11px;
	}
}
.shop table td p.text {
	line-height: 1.4;
	margin: 0 0 .25em 0;
}
.shop table td p.small {
	font-size: 2.4rem;
}
@media print,screen and (max-width: 749px) {
	.shop table td p.small {
		font-size: calc(24 / 750 * 100vw);
	}
}

/****	---- footer ----
===================================****/
.footer {
	background: #231815;
	padding: 4px 0;
}
.copyright {
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
@media print,screen and (max-width: 749px) {
	.copyright {
		font-size: calc(20 / 750 * 100vw);
	}
}

/****	---- end ----
===================================****/
