@charset "UTF-8";

/* メイン・サブカラーなど変数設定 */
:root {
	--main-color: #fdebd1;
	--sub-color: #003453;
/*	--link-color: #db5434;*/
	--link-color: #ffffff;
	--hover-color: #f5dc64;
	--museo3: "museo_slab300";
	--museo5: "museo_slab500";
}
a:link {
	color: var(--link-color);
}
a:visited {
	color: var(--main-color);
}
a:hover {
	color: var(--hover-color);
}

/* メイン設定 */
main {
	background: var(--sub-color);
	color: var(--main-color);
}

@media screen and (max-width: 736px) {
	main {
		background-size: 93%;
	}
}

/* クリスマスパックタイトル */
#xmaspack {
	padding: 50px 0;
}
#xmaspack h1 {
	width: 578px;
	margin: 0 auto;
	padding: 100px 0 40px 0;
}
#xmaspack p {
	width: 556px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px;
}
#xmaspack #main-image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: 50% 95%;
}

@media screen and (max-width: 736px) {
	#xmaspack h1 {
		width: 85%;
	}
	#xmaspack p {
		width: 90%;
	}
	#xmaspack #main-image img {
		height: 165px;
	}
}

/* GAYAGATA Deli */
#deli h1 {
	text-align: center;
	margin-bottom: 12px;
}
#deli h1 img {
	width: 310px;
}
.deli-box {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 94px;
	padding: 35px 45px;
	background: #db5434;
	border-radius: 10px;
	color: #fff;
}
.deli-box h2 {
	text-align: center;
	margin: 20px 15px;
	padding-top: 3%;
	background: url("../images/h2-xmas-content-pc.svg") no-repeat;
	text-indent: -9999px;
}
.deli-box h2 img {
	width: 910px;
}
.deli-box .content {
	margin: 35px 0 30px;
}
.deli-box .content img.for-pc {
	margin-left: 135px;
	width: 717px;
}
/* スマホ向けセット内容を非表示に */
.deli-box .content .for-sp {
	display: none;
}
.deli-box .addition p {
	width: 580px;
	margin: 30px auto;
	padding: 0;
	text-align: center;
}

/* スマホ向けセット内容を非表示に */
.deli-box .addition .for-sp {
	display: none;
}

@media screen and (max-width: 736px) {
	#deli h1 {
		margin-bottom: 6px;
	}
	#deli h1 img {
		width: 41%;
	}
	.deli-box {
		width: 87%;
		margin-bottom: 55px;
		padding: 40px 13px;
		border-radius: 5px;
	}
	.deli-box h2 {
		width: 93%;
		padding-top: 8%;
		background: url("../images/h2-xmas-content-sp.svg") no-repeat;
	}
	.deli-box h2 img {
		width: 100%;
	}
	.deli-box .content {
    margin: 100px 0 0;
	}
	/* スマホ向けセット内容を表示し、PC向けセット内容を非表示に */
	.deli-box .content .for-sp {
		display: block;
	}
	.deli-box .content .for-pc {
		display: none;
	}
	.deli-box .content img {
		width: 95%;
		margin-left: 6%;
	}
	.deli-box .addition p {
    width: 95%;
    font-size: 1.3em;
    margin: 15px auto 30px;
    padding: 0;
	}
	/* スマホ向けセット内容を表示し、PC向けセット内容を非表示に */
	.deli-box .addition .for-sp {
		display: block;
	}
	.deli-box .addition .for-pc {
		display: none;
	}
	.deli-box .addition .for-sp img {
		width: 100%;
	}	
}

/* ご予約お申し込み・商品お受取り・ご予約方法共通 */
#reserved,
#receive,
#reservation {
	width: 760px;
	margin: 0 auto;
}
#reserved h2,
#receive h2,
#reservation h2 {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--main-color);
	margin-bottom: 40px;
}
.limit {
	font-size: 30px;
	font-weight: bold;
/*	padding: 30px;*/
	padding: 30px 0;
	text-align: center;
}
.limit .large {
	font-size: 80px;
	font-family: var(--museo3), sans-serif;
}
.limit .inner-block {
	display: inline;
}

@media screen and (max-width: 736px) {
	#reserved,
	#receive,
	#reservation {
		width: 87%;
	}
	.limit {
		font-size: 20px;
		padding: 15px;
		line-height: 1.5em;
		margin: 20px auto;
	}
	#reserved .limit {
		width: 100%;
	}
	.limit .large {
		font-size: 2.3em;
	}
	.limit .inner-block {
		display: block;
	}
}

/* ご予約お申し込み期間 */
#reserved {
	margin-bottom: 100px;
}
#reserved h2 img {
	width: 260px;
}

@media screen and (max-width: 736px) {
	#reserved {
		margin-bottom: 73px;
	}
	#reserved h2 img {
		width: 60%;
	}
}

/* 商品お受取り日時 */
#receive {
	margin-bottom: 100px;
}
#receive h2 img {
	width: 237px;
}
#receive .limit {
	margin-bottom: 0;
}
#receive .attention {
	margin: 0;
	text-align: center;
}
#receive .re-box {
	width: 460px;
	margin: 2em auto;
	display: flow-root; /* float解除 */
}
#receive .re-box img  {
	width: 109px;
	float: left;
	margin-right: 1.5em;
}
#receive .re-box span {
	font-size: 20px;
	font-weight: bold;
}
#receive .covid19 {
	display: flow-root;
	width: 550px;
	padding: 16px 45px;
	margin: 0 auto;
	border: 1px solid var(--main-color);
}
#receive .covid19 img {
	display: block;
	float: left;
	width: 12px;
	margin: 12px 45px 12px 0;
}
#receive .covid19 p {
	margin: 0;
	line-height: 1.2em;
}

@media screen and (max-width: 736px) {
	#receive h2 img {
		width: 57%;
	}
	#receive .limit {
		width: 87%;
	}
	#receive .attention {
		width: 70%;
		text-indent: -1em;
		text-align: left;
		margin: 0 auto;
	}
	#receive .re-box {
		width: 90%;
	}
	#receive .covid19 {
		width: 95%;
		padding: 16px 23px;
	}
	#receive .covid19 img {
		diplay: block;
		width: 6%;
		margin: 6% 8%;
	}
	#receive .covid19 p {
		float: right;
		width:72%;
		line-height: 1.4em;
	}
	
}

/* ご予約方法 */
#reservation {
	margin-bottom: 80px;
}
#reservation h2 {
	margin-bottom: 1em;
}
#reservation h2 img {
	width: 140px;
}
#reservation dl {
	width: 572px;
	margin: 0 auto;
	margin-bottom: 80px;
}
#reservation dt {
	text-align: center;
	margin-bottom: 10px;
}
#reservation dd {
	margin-left: 0;
	margin-bottom: 30px;
}
#reservation img {
	width: 54px;
}

@media screen and (max-width: 736px) {
	#reservation dl {
		width: 95%;
	}
	#reservation img {
		width: 17%;
	}
	#reservation dd {
		font-size: 16px;
	}
}

/* ご予約方法 注意事項 */
#reservation .notes {
	width: 733px;
	padding: 17px;
	margin: 0 auto;
	border-radius: 10px;
	color: var(--sub-color);
	background: var(--main-color);
}
#reservation .notes h3 {
	padding: 10px;
	text-align: center;
	background: var(--sub-color);
	color: var(--main-color);
}
#reservation .notes .note1 {
	margin: 0;
	padding: 20px 21px 20px 46px;
	list-style: none;
}
#reservation .notes .note1 li {
	text-indent: -1em;
	margin-bottom: 1em;
}
#reservation .notes .from {
	text-align: center;
}
#reservation .notes .email {
	font-size: 35px;
	font-family: var(--museo5), sans-serif;
}
#reservation .notes .note2 {
	margin: 0;
	padding: 20px 21px 20px 46px;
	list-style: none;
}
#reservation .notes .note2 li {
	text-indent: -1em;
}

@media screen and (max-width: 736px) {
	#reservation .notes {
		width: 100%;
	}
	#reservation .notes h3 {
		font-size: 20px;
		padding: 10px;
	}
	#reservation .notes .note1 {
		width: 90%;
		font-size: 16px;
		margin: 0;
		padding: 20px 0 20px 2.5em;
		list-style: none;
	}
	#reservation .notes .sashidashinin {
		display: block;
	}
	#reservation .notes .email {
		font-size: 27px;
	}
}

/* クリスマスパックを予約する */
.cont-btn {
	width: 420px;
	margin: 0 auto;
	overflow: hidden;
}
.cont-btn a {
	padding-top: 13.3%;
	background: url("../images/reserve-btn-pc.png") left top no-repeat;
	background-size: cover;
}
.cont-btn a:hover {
	background: url("../images/reserve-btn-pc.png") left bottom no-repeat;
	background-size: cover;
}

.shop {
	margin-top: 200px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.cont-btn {
		width: 90%;
	}
	.cont-btn a {
		padding-top: 15.6%;
		background: url("../images/reserve-btn-sp.png") left top no-repeat;
		background-size: cover;
	}
	.cont-btn a:hover {
		background: url("../images/reserve-btn-sp.png") left bottom no-repeat;
		background-size: cover;
	}

	.shop {
		margin-top: 100px;
	}
	.shop img {
		width: 90%;
	}
}