@charset "UTF-8";

/* ---------------------------------------------------
	article
---------------------------------------------------- */
.article {
	padding: 0 50px;
	color: rgb(var(--wht));
}

@media screen and (max-width: 768px) {
	.article {
		padding: 0 3.2vw;
	}
}

/* ---------------------------------------------------
	mv
---------------------------------------------------- */
.mv {
	background: url(../img/bg_mv.webp) no-repeat;
	background-size: 100%;
	padding: 60px 0;
}

.mv h1 {
	max-width: 996px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.mv {
		background: url(../img/bg_mv_sp.webp) no-repeat;
		padding: 90px 0;
	}
	.mv h1 {
		width: 91.5%;
	}
}

/* ---------------------------------------------------
	stay
---------------------------------------------------- */
.stay {
	background: url(../img/bg_stay.webp) no-repeat;
	background-size: 100%;
	padding: 100px 0 170px;
}

.stay h2 {
	width: 32.8%;
	margin: 0 auto;
}

.stay .box {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.stay .box .img {
	width: 57%;
}

.stay .box .area_text {
	width: 39%;
}

.stay .box .area_text h3 {
	background: var(--Linear, linear-gradient(90deg, #D8AC66 0%, #F5E8CC 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Playfair Display", serif;
	font-size: min(3.3rem, 2.416vw);
	font-weight: 800;
	line-height: 40px;
	letter-spacing: 0.99px;
	margin-bottom: 20px;
}

.stay .box .area_text .data {
	font-size: min(2rem, 1.464vw);
	line-height: 16px;
	letter-spacing: 0.8px;
}

.stay .box .area_text .link {
	margin-top: 30px;
}

.stay .box .area_text .link a {
	background: rgba(0, 0, 0, 0.10);
	display: block;
	color: #fff;
	border-top: 1px solid #fff;
	text-decoration: none;
	padding: 8px 20px;
	position: relative;
}

.stay .box .area_text .link a:last-child {
	border-bottom: 1px solid #fff;
}

.stay .box .area_text .link a::after {
	content: '';
	background: url(../img/arrow.svg) no-repeat;
	background-size: 100%;
	width: 12px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.stay .box .area_text .link a:hover {
	color: #E4C48F;
}

.stay .box.typeB {
	margin-top: 100px;
}

.stay .box.typeB .img {
	order: 2;
}

.stay .box.typeB .area_text h3 {
	font-size: min(3.2rem, 2.343vw);
	letter-spacing: 0;
}


@media screen and (max-width: 768px) {
	.stay {
		background: url(../img/bg_stay_sp.webp) no-repeat;
		background-size: cover;
		padding: 77px 10px 124px;
	}
	.stay h2 {
		width: 86.5%;
	}
	.stay .box {
		margin-top: 36px;
		display: block;
	}
	.stay .box .img,
	.stay .box .area_text {
		width: 100%;
	}
	.stay .box .area_text h3 {
		font-size: min(2.7rem, 7.181vw);
		margin: 10px auto;
	}
	.stay .box .area_text .data {
		font-size: min(1.8rem, 4.787vw);
	}
	.stay .box .area_text .link a {
		font-size: min(1.5rem, 3.989vw);
		padding: 12px 20px;
	}
	.stay .box.typeB {
		margin-top: 71px;
	}
	.stay .box.typeB .area_text h3 {
		font-size: min(2.7rem, 7.181vw);
	}
}

/* ---------------------------------------------------
	restaurant
---------------------------------------------------- */
.restaurant {
	background: url(../img/bg_restaurant.webp) no-repeat;
	background-size: cover;
	padding: 80px 0 170px;
}

.restaurant h2 {
	width: 35.2%;
	margin: 0 auto;
}

.restaurant .area_contents {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.restaurant .area_contents .contents {
	background: #831E21;
	width: 48%;
	margin-top: 80px;
	position: relative;
}

.restaurant .area_contents .contents::before {
	content: '';
	background: url(../img/item01.webp) no-repeat;
	background-size: 100%;
	width: 114px;
	height: 48px;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.restaurant .area_contents .contents:nth-of-type(1),
.restaurant .area_contents .contents:nth-of-type(2) {
	margin-top: 0;
}

.restaurant .area_contents .contents .boxA {
	padding: 28px;
}

.restaurant .area_contents .contents .boxA h3 {
	font-family: "Playfair Display";
	font-size: min(3.2rem, 2.343vw);
	font-weight: 600;
	line-height: 34px;
	margin-top: 10px;
}

.restaurant .area_contents .contents .boxA h3.typeB {
	font-family: var(--mincho);
	font-size: min(3rem, 2.196vw);
	font-weight: 500;
}

.restaurant .area_contents .contents .boxA h3 span {
	font-family: var(--gothic);
	font-size: min(1.8rem, 1.318vw);
	font-weight: 500;
}

.restaurant .area_contents .contents .boxA .place {
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 0;
}

.restaurant .area_contents .contents .boxA .data {
	font-size: min(2rem, 1.464vw);
	line-height: 34px;
	letter-spacing: 0.8px;
	margin-top: 10px;
}

.restaurant .area_contents .contents .boxB {
	background: var(--Linear, linear-gradient(136deg, #9F7437 19.19%, #AE874D 32.14%, #BE9D66 50.92%, #BF9A5C 68.4%, #BC9856 83.94%));
	padding: 10px 28px;
}

.restaurant .area_contents .contents .boxB h4 {
	font-family: "Playfair Display";
	font-size: min(2.6rem, 1.903vw);
	font-weight: 700;
	line-height: 34px;
}

.restaurant .area_contents .contents .boxB .txt .note {
	font-size: min(1.4rem, 1.025vw);
}

.restaurant .area_contents .contents .link {
	padding: 18px 28px 20px;
}

.restaurant .area_contents .contents .link a {
	border: 1.3px solid transparent;
	border-image: linear-gradient(90deg, rgba(245, 232, 204, 1) , rgba(216, 172, 102, 1)) 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 76px;
	color: #F1E4D0;
	font-size: min(2.2rem, 1.611vw);
	text-align: center;
	line-height: 1.3;
	text-decoration: none;
	position: relative;
}

.restaurant .area_contents .contents .link a::after {
	content: '';
	background: url(../img/arrow2.svg) no-repeat;
	background-size: 100%;
	width: 17px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.restaurant .area_contents .contents .link a:first-child {
	margin-bottom: 11px;
}

.restaurant .area_contents .contents .link a:hover {
	background: rgba(0, 0, 0, 0.20);	
}

.restaurant .area_contents.typeB {
	background: #831E21;
	padding: 28px 0 28px 30px;
	position: relative;
}

.restaurant .area_contents.typeB::before {
	content: '';
	background: url(../img/item01.webp) no-repeat;
	background-size: 100%;
	width: 114px;
	height: 48px;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.restaurant .area_contents.typeB .img {
	width: 52%;
}

.restaurant .area_contents.typeB .area_text {
	width: 46%;
}

.restaurant .area_contents.typeB .area_text .boxA {
	padding: 0 10px;
}

.restaurant .area_contents.typeB .area_text .boxA h3.typeC {
	font-family: "Playfair Display";
	font-size: min(3.2rem, 2.343vw);
	font-weight: 600;
	line-height: 34px;
	margin: 10px 0;
}

.restaurant .area_contents.typeB .area_text .boxA h3.typeC span {
	display: block;
	font-family: var(--mincho);
	font-size: min(3rem, 2.196vw);
	font-weight: 500;
	line-height: 34px;
	margin-top: 10px;
}

.restaurant .area_contents.typeB .area_text .boxA .data {
	font-size: min(2rem, 1.464vw);
	line-height: 32px;
}

.restaurant .area_contents.typeB .area_text .boxB {
	background: var(--Linear, linear-gradient(136deg, #9F7437 19.19%, #AE874D 32.14%, #BE9D66 50.92%, #BF9A5C 68.4%, #BC9856 83.94%));
	padding: 10px;
	padding-left: 30px;
	margin-top: 10px;
	margin-left: -20px;
}

.restaurant .area_contents.typeB .area_text .boxB h4 {
	font-family: "Playfair Display";
	font-size: min(2.6rem, 1.903vw);
	font-weight: 700;
	line-height: 34px;
}

.restaurant .area_contents.typeB .area_text .boxB .txt span {
	font-size: min(1.4rem, 1.025vw);
}

.restaurant .area_contents.typeB .area_text .link {
	padding: 18px 30px 0 8px;
}

.restaurant .area_contents.typeB .area_text .link a {
	border: 1.3px solid transparent;
	border-image: linear-gradient(90deg, rgba(245, 232, 204, 1) , rgba(216, 172, 102, 1)) 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 76px;
	color: #F1E4D0;
	font-size: min(2.2rem, 1.611vw);
	text-align: center;
	line-height: 1.3;
	text-decoration: none;
	position: relative;
}

.restaurant .area_contents.typeB .area_text .link a::after {
	content: '';
	background: url(../img/arrow2.svg) no-repeat;
	background-size: 100%;
	width: 17px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.restaurant .area_contents.typeB .area_text .link a:first-child {
	margin-bottom: 11px;
}

.restaurant .area_contents.typeB .area_text .link a:hover {
	background: rgba(0, 0, 0, 0.20);	
}

@media screen and (max-width: 768px) {
	.restaurant {
		background: url(../img/bg_restaurant_sp.webp) no-repeat;
		background-size: cover;
		padding: 42px 10px 87px;
	}
	.restaurant h2 {
		width: 67.2%;
	}
	.restaurant .area_contents {
		margin-top: 60px;
		display: block;
	}
	.restaurant .area_contents .contents {
		background: #831E21;
		width: 100%;
		margin-top: 80px;
		position: relative;
	}
	.restaurant .area_contents .contents::before {
		content: '';
		background: url(../img/item01.webp) no-repeat;
		background-size: 100%;
		width: 94px;
		height: 48px;
		position: absolute;
		top: -9px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.restaurant .area_contents .contents:nth-of-type(1),
	.restaurant .area_contents .contents:nth-of-type(2) {
		margin-top: 80px;
	}
	.restaurant .area_contents .contents .boxA {
		padding: 16px;
		padding-bottom: 5px;
	}
	.restaurant .area_contents .contents .boxA h3 {
		font-size: min(2.4rem, 6.383vw);
	}
	.restaurant .area_contents .contents .boxA h3.typeB {
		font-size: min(2.4rem, 6.383vw);
	}
	.restaurant .area_contents .contents .boxA h3 span {
		font-size: min(1.4rem, 3.723vw);
	}
	.restaurant .area_contents .contents .boxA .place {
		margin-top: 5px;
	}
	.restaurant .area_contents .contents .boxA .data {
		font-size: min(1.4rem, 3.723vw);
		margin-top: 5px;
	}
	.restaurant .area_contents .contents .boxB {
		padding: 10px 18px;
	}
	.restaurant .area_contents .contents .boxB h4 {
		font-size: min(2rem, 5.319vw);
	}
	.restaurant .area_contents .contents .boxB .txt .note {
		font-size: min(1.4rem, 3.723vw);
		margin-left: 10px;
	}
	.restaurant .area_contents .contents .link {
		padding: 18px 18px 20px;
	}
	.restaurant .area_contents .contents .link a {
		height: 54px;
		font-size: min(1.6rem, 4.255vw);
	}
	.restaurant .area_contents.typeB {
		padding: 0;
	}
	.restaurant .area_contents.typeB::before {
		content: '';
		background: url(../img/item01.webp) no-repeat;
		background-size: 100%;
		width: 94px;
		height: 48px;
		position: absolute;
		top: -9px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.restaurant .area_contents.typeB .img,
	.restaurant .area_contents.typeB .area_text {
		width: 100%;
		padding: 16px 16px 0;
	}
	.restaurant .area_contents.typeB .area_text {
		padding: 0 0 16px;
	}
	.restaurant .area_contents.typeB .area_text .boxA {
		padding: 0 16px;
	}
	.restaurant .area_contents.typeB .area_text .boxA h3.typeC {
		font-size: min(2.4rem, 6.383vw);
		line-height: 29px;
		margin: 10px 0 5px;
	}
	.restaurant .area_contents.typeB .area_text .boxA h3.typeC span {
		font-size: min(2.4rem, 6.383vw);
		margin-top: 5px;
	}
	.restaurant .area_contents.typeB .area_text .boxA .place {
		margin-bottom: 5px;
	}
	.restaurant .area_contents.typeB .area_text .boxA .data {
		font-size: min(1.4rem, 3.723vw);
		line-height: 23px;
	}
	.restaurant .area_contents.typeB .area_text .boxB {
		padding: 5px 16px;
		margin-top: 10px;
		margin-left: 0;
	}
	.restaurant .area_contents.typeB .area_text .boxB h4 {
		font-size: min(2rem, 5.319vw);
	}
	.restaurant .area_contents.typeB .area_text .boxB .txt span {
		display: block;
		font-size: min(1.4rem, 3.723vw);
	}
	.restaurant .area_contents.typeB .area_text .link {
		padding: 18px 18px 20px;
	}
	.restaurant .area_contents.typeB .area_text .link a {
		height: 54px;
		font-size: min(1.6rem, 4.255vw);
	}
}

/* ---------------------------------------------------
	cake
---------------------------------------------------- */
.cake {
	background: url(../img/bg_cake.webp) no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.cake h2 {
	width: 48.91%;
	margin: 0 auto;
}

.cake .txt {
	font-size: min(2rem, 1.464vw);
	text-align: center;
	line-height: 39px;
	margin: 44px auto;
}

.cake .contents {
	max-width: 1000px;
	margin: 0 auto;
}

.cake .contents ul li {
	font-size: min(1.8rem, 1.318vw);
	text-align: center;
	margin-top: 24px;
	line-height: 34px;
	letter-spacing: 0.72px;
}

.cake .contents li p {
	margin-bottom: 0;
}

.cake .contents li .note {
	font-size: min(1.5rem, 1.098vw);
}

.cake .contents a {
	width: 390px;
	height: 76.168px;
	margin: 0 auto;
	margin-top: 40px;
	border: 1.3px solid transparent;
	border-image: linear-gradient(90deg, rgba(245, 232, 204, 1) , rgba(216, 172, 102, 1)) 1;
	background: #133235;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #F1E4D0;
	font-size: min(2.2rem, 1.611vw);
	text-decoration: none;
	position: relative;
}

.cake .contents a::after {
	content: '';
	background: url(../img/arrow2.svg) no-repeat;
	background-size: 100%;
	width: 17px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.cake .contents a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	.cake {
		background: url(../img/bg_cake_sp.webp) no-repeat;
		background-size: cover;
		padding: 80px 0;
	}
	.cake h2 {
		width: 94%;
	}
	.cake .txt {
		font-size: min(1.7rem, 4.521vw);
		line-height: 30px;
		margin: 34px auto;
	}
	.cake .contents {
		padding: 0 10px;
	}
	.cake .contents ul li {
		font-size: min(1.4rem, 3.723vw);
		margin-top: 10px;
	}
	.cake .contents li p {
		margin-bottom: -5px;
	}
	.cake .contents li .note {
		font-size: min(1.2rem, 3.191vw);
	}
	.cake .contents a {
		width: 90%;
		height: 56.168px;
		margin-top: 30px;
		font-size: min(1.6rem, 4.255vw);
	}
}

/* ---------------------------------------------------
	illumination
---------------------------------------------------- */
.illumination {
	background: url(../img/bg_illumination.webp) no-repeat;
	background-size: 100%;
	padding: 80px 0 124px;
}

.illumination h2 {
	width: 55.4%;
	margin: 0 auto;
}

.illumination .contents {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 85px;
	border: 2px solid transparent;
	border-image: linear-gradient(90deg, #D8AC66 0%, #F5E8CC 100%);
	border-image-slice: 1;
	padding: 37px 38px;
}

.illumination .contents .area_text {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.illumination .contents .area_text li {
	width: 50%;
}

.illumination .contents .area_text li h3 {
	color: #E6C196;
	font-family: var(--mincho);
	font-size: min(2.7rem, 1.977vw);
	font-weight: 500;
	line-height: 34px;
	font-feature-settings: normal;
	margin-bottom: 10px;
}

.illumination .contents .area_text li .place {
	margin-bottom: 10px;
}

.illumination .contents .area_text li .data {
	font-size: min(2rem, 1.464vw);
}

.illumination .contents .area_text li.txt {
	line-height: 29px;
	font-feature-settings: normal;
}

.illumination .contents.typeB {
	border-top: none;
	margin-top: 0;
	display: flex;
	justify-content: space-between;
}

.illumination .contents.typeB .box {
	width: 48%;
}

.illumination .contents.typeB .box .img {
	margin-bottom: 20px;
}

.illumination .contents.typeB .box h3 {
	color: #E6C196;
	font-family: var(--mincho);
	font-size: min(2.7rem, 1.977vw);
	font-weight: 500;
	line-height: 34px;
	font-feature-settings: normal;
	margin-bottom: 10px;
}

.illumination .contents.typeB .box .data {
	font-size: min(2rem, 1.464vw);
	margin-bottom: 0;
}

.illumination .contents.typeB .box .link {
	text-align: right;
	margin-right: 20px;
}

.illumination .contents.typeB .box .link a {
	color: #FFF;
	font-family: "Prata", serif;
	font-size: min(1.8rem, 1.318vw);
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.illumination .contents.typeB .box .link a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #FFF;
	transition: width 0.3s ease;
}

.illumination .contents.typeB .box .link a:hover::before {
	width: 100%;
}

.illumination .contents.typeB .box .link a::after {
	content: '';
	background: url(../img/arrow3.svg) no-repeat;
	background-size: 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 45%;
	right: -20px;
	transform: translateY(-50%);
}

.illumination .contents.typeC {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.illumination .contents.typeC .img {
	width: 52%;
}

.illumination .contents.typeC .img.typeB {
	order: 2;
}

.illumination .contents.typeC .area_text {
	width: 45%;
	display: block;
	margin-top: 0;
}

.illumination .contents.typeC .area_text h3 {
	color: #E6C196;
	font-family: var(--mincho);
	font-size: min(2.7rem, 1.977vw);
	font-weight: 500;
	line-height: 38px;
	font-feature-settings: normal;
	margin-bottom: 10px;
}

.illumination .contents.typeC .area_text .place {
	margin-bottom: 10px;
}

.illumination .contents.typeC .area_text .data {
	font-size: min(2rem, 1.464vw);
	margin-bottom: 10px;
}

.illumination .contents.typeC .area_text .txt {
	line-height: 29px;
	margin-bottom: 10px;
}

.illumination .contents.typeC .area_text .link {
	text-align: right;
	margin-right: 20px;
}

.illumination .contents.typeC .area_text .link a {
	color: #FFF;
	font-family: "Prata", serif;
	font-size: min(1.8rem, 1.318vw);
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.illumination .contents.typeC .area_text .link a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #FFF;
	transition: width 0.3s ease;
}

.illumination .contents.typeC .area_text .link a:hover::before {
	width: 100%;
}

.illumination .contents.typeC .area_text .link a::after {
	content: '';
	background: url(../img/arrow3.svg) no-repeat;
	background-size: 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 45%;
	right: -20px;
	transform: translateY(-50%);
}

.illumination .contents.typeC .item {
	width: 150px;
	position: absolute;
	top: -20px;
	left: -50px;
}

.illumination .contents.typeD .img {
	width: 70%;
	margin: 0 auto;
}

.illumination .contents.typeD .link {
	text-align: right;
	margin-right: 30px;
}

.illumination .contents.typeD .link a {
	color: #FFF;
	font-family: "Prata", serif;
	font-size: min(1.8rem, 1.318vw);
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.illumination .contents.typeD .link a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #FFF;
	transition: width 0.3s ease;
}

.illumination .contents.typeD .link a:hover::before {
	width: 100%;
}

.illumination .contents.typeD .link a::after {
	content: '';
	background: url(../img/arrow3.svg) no-repeat;
	background-size: 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 45%;
	right: -20px;
	transform: translateY(-50%);
}

.illumination .calendar {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 166px;
}

.illumination .calendar h2 {
	width: 63.3%;
	margin: 0 auto;
}

.illumination .calendar .img {
	max-width: 810px;
	margin: 0 auto;
	margin-top: 74px;
}

.illumination .area_sns {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 190px;
}

.illumination .campaign__sns {
	max-width: 960px;
	margin: 0 auto;
	margin-top: 126px;
}

.illumination .campaign__sns--title {
	margin-bottom: 1em;
	color: #E4C48F;
	font-size: min(2.8rem, 2.05vw);
	font-weight: bold;
	text-align: center;
}

.illumination .campaign__sns--contents .sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.illumination .campaign__sns--contents .sns__item {
	margin-bottom: 1em;
	width: 49.18827%;
}

.illumination .campaign__sns--contents .sns__item a {
	padding: 1em;
	height: 100%;
	line-height: 1.5;
	color: #E4C48F;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: -0.005em;
	border: 1px solid #E4C48F;
	display: flex;
	align-items: center;
	position: relative;
}

.illumination .campaign__sns--contents .sns__item a img {
	margin-right: 1em;
	width: 48px;
}

.illumination .campaign__sns--contents .sns__item a svg {
	width: auto;
	height: 11px;
	fill: none;
	stroke: #e7be69;
	stroke-miterlimit: 10;
	stroke-width: .68px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}

.illumination .campaign__sns--contents .sns__item a:hover {
	background: rgba(0, 0, 0, 0.20);
}

@media screen and (max-width: 768px) {
	.illumination {
		background: url(../img/bg_illumination_sp.webp) no-repeat;
		background-size: cover;
		padding: 67px 10px 84px;
	}
	.illumination h2 {
		width: 100%;
	}
	.illumination .contents {
		margin-top: 65px;
		padding: 16px 16px 40px;
	}
	.illumination .contents .area_text {
		display: block;
		margin-top: 10px;
	}
	.illumination .contents .area_text li {
		width: 100%;
	}
	.illumination .contents .area_text li h3 {
		font-size: min(2.5rem, 6.649vw);
	}
	.illumination .contents .area_text li .place {
		margin-bottom: 5px;
	}
	.illumination .contents .area_text li .data {
		font-size: min(1.4rem, 3.723vw);
	}
	.illumination .contents .area_text li.txt {
		margin-top: 10px;
	}
	.illumination .contents.typeB {
		display: block;
		padding-bottom: 10px;
	}
	.illumination .contents.typeB .box {
		width: 100%;
		margin-bottom: 30px;
	}
	.illumination .contents.typeB .box .img {
		margin-bottom: 10px;
	}
	.illumination .contents.typeB .box h3 {
		font-size: min(2.5rem, 6.649vw);
	}
	.illumination .contents.typeB .box .place {
		margin-bottom: 5px;
	}
	.illumination .contents.typeB .box .data {
		font-size: min(1.4rem, 3.723vw);
	}
	.illumination .contents.typeB .box .txt {
		margin-top: 10px;
	}
	.illumination .contents.typeB .box .link {
		margin-top: 10px;
	}
	.illumination .contents.typeB .box .link a {
		font-size: min(1.8rem, 4.787vw);
	}
	.illumination .contents.typeC {
		margin-top: 40px;
		display: block;
		padding-bottom: 30px;
	}
	.illumination .contents.typeC .img {
		width: 100%;
		margin-bottom: 10px;
	}
	.illumination .contents.typeC .area_text {
		width: 100%;
	}
	.illumination .contents.typeC .area_text h3 {
		font-size: min(2.5rem, 6.649vw);
		line-height: 34px;
		margin-bottom: 10px;
	}
	.illumination .contents.typeC .area_text .data {
		font-size: min(1.4rem, 3.723vw);
		margin-bottom: 10px;
	}
	.illumination .contents.typeC .area_text .link a {
		font-size: min(1.8rem, 4.787vw);
	}
	.illumination .contents.typeC .item {
		width: 97px;
		position: absolute;
		top: -30px;
		left: -8px;
	}
	.illumination .contents.typeD {
		margin-top: 40px;
		padding-bottom: 30px;
	}
	.illumination .contents.typeD .img {
		width: 100%;
	}
	.illumination .contents.typeD .txt {
		margin: 10px auto;
	}
	.illumination .contents.typeD .link {
		text-align: right;
		margin-right: 30px;
	}
	.illumination .contents.typeD .link a {
		font-size: min(1.8rem, 4.787vw);
	}
	.illumination .calendar {
		padding: 0 10px;
		margin-top: 100px;
	}
	.illumination .calendar h2 {
		width: 100%;
	}
	.illumination .calendar .img {
		margin-top: 53px;
	}
	.illumination .area_sns {
		margin-top: 75px;
	}
	.illumination .area_sns .img {
		display: block;
		margin: 0 -10px;
	}
	.illumination .campaign__sns {
		margin-top: 72px;
	}
	.illumination .campaign__sns--title {
		font-size: min(2.5rem, 6.649vw);
	}
	.illumination .campaign__sns--contents .sns {
		display: block;
	}
	.illumination .campaign__sns--contents .sns__item {
		width: 100%;
	}
	.illumination .campaign__sns--contents .sns__item a {
		font-size: min(1.3rem, 3.457vw);
	}
	.illumination .campaign__sns--contents .sns__item a img {
		width: 35px;
	}
}


