/*=========================
MV
=========================*/
#mv {
	background-color: #f8f2db;
	height: 2.00rem;
}

@media screen and (max-width: 599px) {
	#mv {
		height: 1.00rem;
	}
}

#mv .in {
	height: 100%;
	position: relative;
}

#mv .catch {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 0.30rem;
	letter-spacing: 0.15em;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	#mv .catch {
		font-size: 0.20rem;
	}
}

#mv .catch span {
	font-size: 0.16rem;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	padding-top: 0.10rem;
	letter-spacing: 0.075em;
	font-weight: 400;
}

@media screen and (max-width: 599px) {
	#mv .catch span {
		font-size: 0.13rem;
		padding-top: 0.05rem;
		letter-spacing: 0.05em;
	}
}

/*=========================
アンカーリンク
=========================*/
#introduction .anchor_link {
	padding-top: 0.40rem;
}

@media screen and (max-width: 599px) {
	#introduction .anchor_link {
		padding-top: 0.20rem;
	}
}

#introduction .anchor_link .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -0.15rem;
}

#introduction .anchor_link .list .detail {
	width: 25%;
	padding: 0 0.15rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#introduction .anchor_link .list .detail {
		width: 100%;
	}
}

#introduction .anchor_link .list .detail a {
	display: block;
	line-height: 0;
	background-color: #fef7eb;
	padding: 0.25rem 0.20rem 0.27rem;
	font-size: 0.18rem;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	border-radius: 0.10rem;
}

@media screen and (max-width: 599px) {
	#introduction .anchor_link .list .detail a {
		padding: 0.20rem 0.20rem 0.22rem;
		font-size: 0.14rem;
		margin-bottom: 0.10rem;
	}
}

#introduction .anchor_link .list .detail a:hover {
	background-color: #fde6c4;
}

#introduction .anchor_link .list .detail a span::before {
	content: "";
	display: inline-block;
	width: 0.08rem;
	height: 0.12rem;
	line-height: 0;
	background-image: url(../common/img/link_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.08rem;
}

/*=========================
コンテンツ
=========================*/
.guide_cont_wrap {
	padding: 0.60rem 0 1.00rem;
}

@media screen and (max-width: 599px) {
	.guide_cont_wrap {
		padding: 0.30rem 0 0.50rem;
	}
}

.guide_cont {
	padding-bottom: 0.60rem;
}

.guide_cont_wrap .sec_title {
	background-color: #f7ac3b;
	padding: 0.15rem 0.20rem 0.18rem;
	font-size: 0.30rem;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 0.075em;
	font-weight: 700;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.guide_cont_wrap .sec_title {
		padding: 0.10rem 0.15rem 0.12rem;
		font-size: 0.18rem;
		letter-spacing: 0.05em;
		line-height: 1.3;
	}
}

.guide_cont_wrap .text {
	font-size: 0.16rem;
	line-height: 1.75;
	padding-bottom: 1em;
}

@media screen and (max-width: 599px) {
	.guide_cont_wrap .text {
		font-size: 0.14rem;
	}
}

.guide_cont_wrap .list .text {
	font-size: 0.14rem;
	padding-bottom: 0;
	text-indent: -0.14rem;
	margin-left: 0.14rem;
}

@media screen and (max-width: 599px) {
	.guide_cont_wrap .list .text {
		font-size: 0.12rem;
		text-indent: -0.12rem;
		margin-left: 0.12rem;
	}
}

.guide_cont_wrap .sub_title {
	font-size: 0.20rem;
	font-weight: 700;
	padding: 0.20rem 0 0.15rem;
	border-bottom: 2px solid #CCC;
	position: relative;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.guide_cont_wrap .sub_title {
		font-size: 0.18rem;
		margin-bottom: 0.10rem;
	}
}

.guide_cont_wrap .sub_title::after {
	content: "";
	width: 2.00rem;
	height: 2px;
	background-color: #f7ac3b;
	position: absolute;
	left: 0;
	bottom: -2px;
}

@media screen and (max-width: 599px) {
	.guide_cont_wrap .sub_title .small_text {
		font-size: 0.14rem;
		display: block;
		padding-top: 0.15rem;
	}
}

/* 決済ロゴ（NP、PayPay、Pay-easy） */
.guide_cont_wrap .sub_title .guide_logo {
	display: inline-block;
	padding-right: 0.10rem;
}

.guide_cont_wrap .sub_title .guide_logo img {
	height: 0.30rem;
	position: relative;
	top: 0.08rem;
}

/*=========================
送料について
=========================*/
.shipping_table_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.shipping_table_wrap .shipping_table {
	width: 100%;
	max-width: 6.00rem;
}

.shipping_table_wrap .shipping_table.full {
	max-width: 100%;
}

.shipping_table_wrap table {
	font-size: 0.16rem;
	line-height: 1.55;
	width: 100%;
	background-color: #f7ac3b
}

@media screen and (max-width: 599px) {
	.shipping_table_wrap table {
		font-size: 0.13rem;
		letter-spacing: 0;
		line-height: 1.55;
		width: 100%;
		background-color: #f7ac3b
	}
}

.shipping_table_wrap table th {
	background-color: #fbd59d;
	padding: 0.10rem;
	font-weight: 400;
}

.shipping_table_wrap table th span {
	font-size: 0.14rem;
}

.shipping_table_wrap table td {
	padding: 0.10rem;
	font-weight: 400;
	text-align: center;
	background-color: #FFF;
}

.shipping_table_wrap table td.header {
	background-color: #fdeed8;
}

.shipping_table_wrap table th strong {
	display: block;
}

.shipping_table_wrap table td sup {
	font-size: 0.12rem;
	color: #c9344b;
}

.shipping_table_wrap .shipping_table .list {
	padding-top: 0.15rem;
}

/* 送料MAP */
.shipping_table_wrap .ph_wrap {
	width: 100%;
	max-width: 5.60rem;
	cursor: pointer;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.shipping_table_wrap .ph_wrap {
		padding-top: 0.20rem;
		cursor: default;
	}
}

.shipping_table_wrap .ph_wrap img {
	display: block;
}

.shipping_table_wrap .ph_wrap:hover {
	opacity: 0.7;
}

@media screen and (max-width: 599px) {
	.shipping_table_wrap .ph_wrap:hover {
		opacity: 1;
	}
}

.shipping_table_wrap .ph_wrap .zoom_text {
	font-size: 0.14rem;
	font-weight: 500;
	color: #c9344b;
	text-decoration: underline;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 0.10rem;
}

@media screen and (max-width: 599px) {
	.shipping_table_wrap .ph_wrap .zoom_text {
		display: none;
	}
}

/* 送料無料バナー */
.guide_cont_wrap .free_shipping_bnr {
	width: 100%;
	max-width: 9.2rem;
	margin: auto;
	padding-top: 0.40rem;
}

/* 配送可能時間帯について */
.temp_chart {
	width: 100%;
	max-width: 8.00rem;
}

/*=========================
お支払い方法について
=========================*/
.credit_icon {
	padding-bottom: 0.20rem;
}

.amazonpay_icon {
	max-width: 3.80rem;
	padding-bottom: 0.10rem;
}

.atobarai_fee {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.atobarai_fee {
		font-size: 0.18rem;
		padding-bottom: 0.10rem;
	}
}

.paypay_btn {
	width: 100%;
	max-width: 3.80rem;
	padding-bottom: 0.20rem;
}

.paypay_btn a {
	display: block;
	line-height: 0;
	padding: 0.46rem 0 0.49rem;
	color: #FFF;
	text-align: center;
	font-size: 0.22rem;
	font-weight: 700;
	text-decoration: none;
	background-color: #ff0033;
	position: relative;
}

@media screen and (max-width: 599px) {
	.paypay_btn a {
		padding: 0.40rem 0 0.42rem;
		font-size: 0.18rem;
	}
}

.paypay_btn a:hover {
	opacity: 0.7;
}

.paypay_btn a::after {
	content: "";
	width: 0.16rem;
	height: 0.16rem;
	background-image: url(../common/img/icon_newwin_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.20rem;
	top: 50%;
	transform: translateY(-50%);
}

.paypay_kakomi {
	background-color: #EEE;
	padding: 0.15rem 0.20rem;
	font-size: 0.16rem;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	.paypay_kakomi {
		font-size: 0.14rem;
	}
}

.paypay_kakomi .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.paypay_kakomi .list span {
	background-color: #EEE;
}

.paypay_kakomi .list .title {
	font-weight: 700;
	width: 2.40rem;
	position: relative;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	.paypay_kakomi .list .title {
		width: 100%;
	}
}

.paypay_kakomi .list .title span {
	display: inline-block;
	padding-right: 0.10rem;
	position: relative;
	z-index: 1;
}

.paypay_kakomi .list .title::before {
	content: "";
	width: 100%;
	height: 1px;
	border-top: 1px dotted #000;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.paypay_kakomi .list .title::before {
		content: none;
	}
}

.paypay_kakomi .list .text {
	width: calc(100% - 2.60rem);
	line-height: 2;
	font-size: 0.16rem;
}

@media screen and (max-width: 599px) {
	.paypay_kakomi .list .text {
		width: 100%;
		line-height: 1.75;
		font-size: 0.14rem;
		text-indent: 0;
		padding-bottom: 1em;
	}

	.paypay_kakomi .list .text:last-child {
		padding-bottom: 0;
	}
}

.paypay_kakomi .list .text a {
	color: #c9344b;
	font-weight: 500;
}

.paypay_kakomi .list .text a:hover {
	text-decoration: none;
}

/* ペイジー */
.payeasy_btn {
	width: 100%;
	max-width: 5.50rem;
	padding-bottom: 0.20rem;
}

.payeasy_btn a {
	display: block;
	line-height: 0;
	padding: 0.38rem 0 0.40rem;
	color: #FFF;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 700;
	text-decoration: none;
	background-color: #0861a9;
	position: relative;
}

@media screen and (max-width: 599px) {
	.payeasy_btn a {
		line-height: 1.4;
		padding: 0.15rem 0 0.17rem;
		font-size: 0.15rem;
	}
}

.payeasy_btn a:hover {
	opacity: 0.7;
}

.payeasy_btn a::after {
	content: "";
	width: 0.16rem;
	height: 0.16rem;
	background-image: url(../common/img/icon_newwin_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.20rem;
	top: 50%;
	transform: translateY(-50%);
}

/*=================================
営業カレンダー
=================================*/
.guide_cont_wrap .calender_wrap {
	display: flex;
	flex-wrap: wrap;
}

.guide_cont_wrap .calender_wrap .calender_box {
	width: 4.00rem;
	margin-right: 0.20rem;
}

@media screen and (max-width: 599px) {
	.guide_cont_wrap .calender_wrap .calender_box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.30rem;
	}
}

.guide_cont_wrap .calender_wrap .calender_box .cal_title {
	text-align: center;
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.15rem;
}

.guide_cont_wrap .calender_wrap .calender_box table {
	width: 100%;
	font-size: 0.16rem;
	text-align: center;
	border-spacing: 1px;
	background-color: #CCC;
}

.guide_cont_wrap .calender_wrap .calender_box th {
	background-color: #F2F2F2;
	padding: 0.13rem
}

.guide_cont_wrap .calender_wrap .calender_box th.saturday {
	color: #0861a9;
}

.guide_cont_wrap .calender_wrap .calender_box th.sunday {
	color: #c9344b;
}

.guide_cont_wrap .calender_wrap .calender_box td {
	padding: 0.13rem;
	background-color: #FFF
}

/* 今日の色 */
.guide_cont_wrap .calender_wrap .calender_box td.today {
	background-color: #fde9d2;
	font-weight: 700;
}

/* 土日の色 */
.guide_cont_wrap .calender_wrap .calender_box td.saturday,
.guide_cont_wrap .calender_wrap .calender_box td.sunday {
	/*	color: #999;*/
	background-color: #FFCCFF;
}


.guide_cont_wrap .calender_wrap .calender_box .cal_caption {
	padding-top: 0.20rem;
}

.guide_cont_wrap .calender_wrap .calender_box .cal_caption .text {
	font-size: 0.14rem;
	padding-bottom: 0;
	line-height: 1.45;
}


/*=================================
モーダル
=================================*/
/* モーダルオープン時 */
body.modal_open {
	overflow: hidden;
}

/* モーダル本体 */
.modal_wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 20;
	top: 0;
	left: 0;
	display: none;
}

/* 背景 */
.modal_wrap .modal_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	cursor: pointer;
}

/* モーダルコンテンツ */
.modal_wrap .modal_contents {
	position: absolute;
	width: 80vw;
	height: 80vh;
	box-sizing: border-box;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.modal_wrap .modal_contents .ph_wrap {
	width: 100%;
	height: 100%;
}

.modal_wrap .modal_contents img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	padding: 0.20rem;
	background-color: #FFF;
	box-sizing: border-box;
}

/* 閉じるボタン */
.modal_wrap .modal_close {
	position: absolute;
	width: 0.50rem;
	height: 0.50rem;
	top: 0.30rem;
	right: 0.30rem;
	z-index: 2;
	background-image: url(../img/modal_close_btn.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
