@charset "UTF-8";
/* ----------------------------------------------------
 共有
---------------------------------------------------- */
.bg01 {
	background: #EBE3D7;
	border-bottom: 12px solid;
	border-image: linear-gradient(to right, #885D0C, #D7AE28, #885D0C) 1;
	border-image-slice: 1;
}

.bg02 {
	background: #AE2A0D;
	border-bottom: 12px solid;
	border-image: linear-gradient(to right, #885D0C, #D7AE28, #885D0C) 1;
	border-image-slice: 1;
}

.effect {
	background: url(../img/bg_effect.webp) repeat-y;
	background-size: 100%;
	overflow: hidden;
}

.effect2 {
	background: url(../img/bg_effect02.webp) repeat-y;
	background-size: 100%;
	overflow: hidden;
}

h2 {
	color: #AE2A0D;
	font-size: min(9rem, 6.589vw);
	font-family: var(--Katibeh);
	transform: translateY(9px);
	text-align: center;
	position: relative;
}
h2::after {
	content: '';
	background: url(../img/h2_item01.webp) no-repeat;
	background-size: 100%;
	width: 124px;
	height: 60px;
	position: absolute;
	top: -20%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: min(4.5rem, 12vw);
	}
	h2::after {
		width: 80px;
		height: 40px;
		top: -30%;
	}
}

h2.type2 {
	color: #fff;
}
h2.type2::after {
	background: url(../img/h2_item02.webp) no-repeat;
	background-size: 100%;
}

h3 {
	color: #9C790A;
	font-size: min(6.1rem, 4.466vw);
	font-family: var(--Katibeh);
	text-align: center;
	position: relative;
	font-synthesis: none;
	line-height: 1;
	top: 0.12em;
	font-style: normal;
}
h3::before,
h3::after {
	content: '';
	display: block;
	border-top: 5px double #9C790A;
	width: 40%;
	height: 10px;
}
h3::before {
	position: absolute;
	top: 23%;
	left: 0;
}
h3::after {
	position: absolute;
	top: 23%;
	right: 0;
}

h3 span {
	display: block;
	font-size: min(1.6rem, 1.171vw);
	font-family: var(--NotoSansJP);
	/* margin-top: -2vw; */
}

h3.typeD {
	font-family: var(--NotoSerifJP);
	font-size: min(3.8rem, 2.782vw);
	font-weight: 500;
	line-height: 1.8;
}

h3.typeD span {
	margin-top: 0vw;
}

.os-windows h3 {
	margin-bottom: 20px;
}

.os-windows h3.typeD {
	margin-bottom: 10px;
}

.os-windows h3::before,
.os-windows h3::after {
	top: 60%;
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: min(4rem, 10.667vw);
	}
	h3::before,
	h3::after {
		width: 32%;
	}
	h3 span {
		font-size: min(1.4rem, 3.733vw);
		font-weight: bold;
		/* margin-top: -5vw; */
	}
	h3.typeD {
		font-size: min(2.6rem, 6.933vw);
	}
}

.subtitle {
	color: #9C790A;
	text-align: center;
}

.subtitle2 {
	color: #fff;
	text-align: center;
}

.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}

/* ----------------------------------------------------
 kv
---------------------------------------------------- */
.kv {
	width: 100%;
	height: 50vw;
	position: relative;
	overflow: hidden;
}

.kv .kv-bg {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	z-index: 0;
}

.kv .kv-bg.show {
	opacity: 1;
}

.kv h1 {
	width: 61vw;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.kv .item01,
.kv .item02 {
	position: absolute;
}

.kv .item01 {
	width: 12vw;
	top: 17vw;
	left: 15vw;
}

.kv .item02 {
	width: 13vw;
	top: 29vw;
	left: 65vw;
}

@media screen and (max-width: 768px) {
	.kv {
		height: 155vw;
	}
	.kv h1 {
		width: 100vw;
		top: 40%;
	}
	.kv .item01 {/*
		width: 20vw;
		top: 12vw;
		left: 17vw;*/
		width: 22.5vw;
		top: 36vw;
		left: 1vw;
	}
	.kv .item02 {
		width: 26vw;
		top: 100vw;
		left: 70vw;
	}
}

/* ----------------------------------------------------
 read
---------------------------------------------------- */
.read p {
	color: #000;
	text-align: center;
	font-size: min(2.4rem, 1.757vw);
	font-weight: 500;
	line-height: 60px;
	padding-top: 70px;
}

.read .logo {
	width: 9vw;
	margin: 0 auto;
	padding-top: 40px;
}

@media screen and (max-width: 768px) {
	.read p {
		font-size: min(1.8rem, 4.8vw);
		line-height: 36px;
		padding-top: 34px;
	}
	.read .logo {
		width: 25.5vw;
		padding-top: 28px;
	}
}

/* ----------------------------------------------------
 lineup
---------------------------------------------------- */
.lineup {
	background: rgba(156, 121, 10, 0.7);
	margin-top: 80px;
	padding: 40px 0 20px;
}

.lineup h3 {
	color: #fff;
	text-align: center;
	transform: translateY(9px);
	margin-bottom: 20px;
}
.lineup h3::before,
.lineup h3::after {
	content: '';
	display: none;
}

.os-windows .lineup h3 {
	margin-bottom: 40px;
}

.lineup h3 span {
	display: inline-block;
	font-size: min(7rem, 5.124vw);
	font-family: var(--Katibeh);
	position: relative;
}
.lineup h3 span::before {
	content: '';
	display: block;
	background: url(../img/item01.webp) no-repeat;
	background-size: 100%;
	width: 60px;
	height: 34px;
	position: absolute;
	top: 0;
	left: -70px;
}
.lineup h3 span::after {
	content: '';
	display: block;
	background: url(../img/item02.webp) no-repeat;
	background-size: 100%;
	width: 60px;
	height: 34px;
	position: absolute;
	top: 0;
	right: -70px;
}

.os-windows .lineup h3 span::before,
.os-windows .lineup h3 span::after {
	top: 20px;
}

.lineup .link {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}

.lineup .link .box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.lineup .link a {
	color: #fff;
	font-size: min(2rem, 1.464vw);
	text-align: center;
	position: relative;
	width: 370px;
}
.lineup .link a::after {
	content: '';
	background: url(../img/frames01.webp) no-repeat;
	background-size: 100%;
	width: 150px;
	height: 44px;
	position: absolute;
	top: 200%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.lineup .link a:nth-of-type(-n+3) {
	margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
	.lineup {
		margin-top: 50px;
		padding: 45px 0 50px;
	}
	.lineup h3 {
		margin-bottom: 30px;
	}
	.lineup h3::before,
	.lineup h3::after {
		content: '';
		display: none;
	}
	.lineup h3 span {
		font-size: min(5.5rem, 14.667vw);
		font-family: var(--Katibeh);
		position: relative;
	}
	.lineup h3 span::before {
		width: 46px;
		height: 29px;
		top: 0;
		left: -60px;
	}
	.lineup h3 span::after {
		width: 46px;
		height: 29px;
		top: 0;
		right: -60px;
	}
	.lineup .link {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		max-width: 1200px;
		margin: 0 auto;
	}
	.lineup .link .box {
		display: contents;
	}
	.lineup .link a {
		font-size: min(1.6rem, 4.267vw);
		width: 159px;
		height: 90px;
		margin-bottom: 40px;
	}
	.lineup .link a.last {
		width: 227px;
		margin-bottom: 0;
	}
	.lineup .link a::after {
		content: '';
		background: url(../img/frames01.webp) no-repeat;
		background-size: 100%;
		width: 120px;
		height: 36px;
		position: absolute;
		top: 80%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.lineup .link a:nth-of-type(-n+3) {
		margin-bottom: 40px;
	}
}

/* ----------------------------------------------------
 event
---------------------------------------------------- */
.event {
	padding-top: 150px;
	padding-bottom: 120px;
}

.event h2::before {
	content: '';
	background: url(../img/kv_item02eo.webp) no-repeat;
	background-size: 100%;
	width: 190px;
	height: 180px;
	position: absolute;
	top: -90px;
	right: 3vw;
}

.event .link02,
.event .link03 {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.event .link02 {
	position: relative;
}

.event .link02 .contents_sp {
	display: contents;
}

.event .link02 .box {
	margin: 0 50px;
}

.event .link02 .box p {
	background: url(../img/frame01.webp) no-repeat;
	background-size: 100%;
	width: 130px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #9C790A;
	font-size: min(2rem, 1.464vw);
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative;
}
.event .link02 .box p::after {
	content: '';
	background: url(../img/frames04.webp) no-repeat;
	background-size: 100%;
	width: 10px;
	height: 30px;
	position: absolute;
	top: 130%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.event .link02 .box a {
	display: block;
	color: #9C790A;
	font-size: min(2rem, 1.464vw);
	font-weight: bold;
	text-align: center;
	position: relative;
}
.event .link02 .box a::after {
	content: '';
	background: url(../img/frames02.webp) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 15px;
	position: absolute;
	top: 130%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.event .border {
	width: 100%;
	border-bottom: 1px solid #9C790A;
	/*position: relative;
	top: -38px;*/
	position: absolute;
	top: 73px;
}

.event .link03 {
	margin-top: 80px;
}

.event .link03 a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #9C790A;
	font-size: min(2rem, 1.464vw);
	font-weight: bold;
	text-align: center;
	margin: 0 60px;
	background: url(../img/frame02.webp) no-repeat;
	background-size: 100%;
	width: 230px;
	height: 60px;
	position: relative;
}
.event .link03 a::after {
	content: '';
	background: url(../img/frames02.webp) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 15px;
	position: absolute;
	top: 130%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.event h3 {
	margin-top: 80px;
}

.event .subtitle {
	margin-bottom: 60px;
}

.event .w1000 .box.typeA,
.event .w1000 .box.typeB {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.event .w1000 .box.last {
	margin-bottom: 120px;
}

.event .w1000 .box .area_img {
	width: 60%;
}

.event .w1000 .box.typeB .area_img {
	order: 2;
}

.event .w1000 .box .area_text {
	width: 40%;
	padding-left: 26px;
}

.event .w1000 .box.typeB .area_text {
	padding-left: 0;
	padding-right: 26px;
}

.event .w1000 .box .date {
	color: #AE2A0D;
	font-weight: 700;
	margin-bottom: 10px;
}

.event .w1000 .box h4 {
	font-size: min(2.5rem, 1.83vw);
	font-weight: 700;
	margin-bottom: 10px;
}

.event .w1000 .box h4 span {
	display: block;
	font-size: min(1.6rem, 1.171vw);
}

.event .w1000 .box .txt {
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}

.event .w1000 .box ul li {
	font-size: min(1.5rem, 1.098vw);
	margin-bottom: 6px;
}

.event .w1000 .box a {
	display: flex;
	align-items: center;
	width: 183px;
	height: 44px;
	background: #AE2A0D;
	border-radius: 50px;
	color: #FFF;
	font-size: min(1.6rem, 1.171vw);
	font-weight: 700;
	margin-top: 7vw;
	padding-left: 35px;
	position: relative;
}
.event .w1000 .box a::after {
	content: '';
	background: url(../img/item03.webp) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.event .w1000 .boxB {
	background: #9C790A;
	color: #fff;
	padding: 16px 17px;
	margin-bottom: 60px;
}

.event .w1000 .boxB .inner {
	border: 1px solid #fff;
	padding: 50px 58px;
}

.event .w1000 .boxB .inner h4 {
	font-size: min(6.1rem, 4.466vw);
	font-family: var(--Katibeh);
	transform: translateY(9px);
	text-align: center;
	line-height: 0.7;
}

.os-windows .event .w1000 .boxB .inner h4 {
	margin-bottom: 20px;
}

.event .w1000 .boxB .inner h4 span {
	display: block;
	font-size: min(1.6rem, 1.171vw);
	font-family: var(--NotoSansJP);
	/* margin-top: -2vw; */
}

.event .w1000 .boxB .inner .area_img {
	margin-top: 40px;
}

.event .w1000 .boxB .inner .txt {
	margin-top: 30px;
	line-height: 25px;
}

.event .w1000 .boxB .inner ul {
	margin-top: 20px;
}

.event .w1000 .boxB .inner ul li {
	font-size: min(1.5rem, 1.098vw);
	margin-bottom: 6px;
}

.event .w1000 .boxB .inner a {
	display: flex;
	align-items: center;
	width: 183px;
	height: 44px;
	background: #AE2A0D;
	border-radius: 50px;
	color: #FFF;
	font-size: min(1.6rem, 1.171vw);
	font-weight: 700;
	margin: 20px auto 0;
	padding-left: 35px;
	position: relative;
}
.event .w1000 .boxB .inner a::after {
	content: '';
	background: url(../img/item03.webp) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.event {
		padding-top: 75px;
		padding-bottom: 120px;
	}
	.event h2::before {
		display: none;
	}
	.event .link02,
	.event .link03 {
		display: block;
		margin-top: 0;
	}
	.event .link02 .contents_sp {
		display: flex;
		justify-content: center;
		margin-top: 30px;
		position: relative;
	}
	.event .link02 .contents_sp:nth-of-type(2) {
		margin-top: 60px;
	}
	.event .link02 .contents_sp::after {
		content: '';
		border-bottom: 1px solid #9C790A;
		width: 100%;
		position: absolute;
		top: 73px;
	}
	.event .link02 .box {
		margin: 0 22px;
	}
	.event .link02 .box p {
		font-size: min(1.6rem, 4.267vw);
	}
	.event .link02 .box a {
		font-size: min(1.6rem, 4.267vw);
	}
	/*.event .link02 .box a::after {
		top: 160%;
	}*/
	.event .border {
		display: none;
	}
	.event .link03 {
		margin-top: 80px;
	}
	.event .link03 a {
		font-size: min(1.8rem, 4.8vw);
		margin: 0 auto;
	}
	.event .link03 a:last-child {
		margin-top: 60px;
	}
	.event .w1000 .box.typeA,
	.event .w1000 .box.typeB {
		display: block;
		padding: 0 10px;
	}
	.event .w1000 .box.last {
		margin-bottom: 60px;
	}
	.event .w1000 .box .area_img {
		width: 100%;
		margin-bottom: 15px;
	}
	.event .w1000 .box .area_text {
		width: 100%;
		padding-left: 0;
	}
	.event .w1000 .box.typeB .area_text {
		padding-left: 0;
		padding-right: 0;
	}
	.event .w1000 .box h4 {
		font-size: min(2.2rem, 5.867vw);
	}
	.event .w1000 .box h4 span {
		font-size: min(1.4rem, 3.733vw);
	}
	.event .w1000 .box ul li {
		font-size: min(1.5rem, 4vw);
		margin-bottom: 6px;
	}
	.event .w1000 .box a {
		font-size: min(1.6rem, 4.267vw);
		margin: 0 auto;
		margin-top: 7vw;
	}
	.event .w1000 .boxB {
		margin: 0 10px;
		margin-bottom: 30px;
		padding: 10px;
	}
	.event .w1000 .boxB .inner {
		padding: 30px 16px;
	}
	.event .w1000 .boxB .inner h4 {
		font-size: min(4.4rem, 11.733vw);
	}
	.event .w1000 .boxB .inner h4 span {
		font-size: min(1.4rem, 3.733vw);
		/* margin-top: -5vw; */
	}
	.event .w1000 .boxB .inner .txt {
		margin-top: 20px;
	}
	.event .w1000 .boxB .inner ul {
		margin-top: 10px;
	}
	.event .w1000 .boxB .inner ul li {
		font-size: min(1.5rem, 4vw);
	}
	.event .w1000 .boxB .inner a {
		font-size: min(1.6rem, 4.267vw);
	}
	.event .subtitle {
		margin-bottom: 40px;
	}
}

/* ----------------------------------------------------
 plan
---------------------------------------------------- */
.plan {
	padding-top: 120px;
	padding-bottom: 120px;
}

.plan h2::before {
	content: '';
	background: url(../img/kv_item03.webp) no-repeat;
	background-size: 100%;
	width: 190px;
	height: 186px;
	position: absolute;
	top: -110px;
	left: -3vw;
}

.plan .link {
	display: flex;
	justify-content: center;
}

.plan .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #9C790A;
	font-size: min(2rem, 1.464vw);
	font-weight: bold;
	text-align: center;
	margin: 0 30px;
	margin-top: 30px;
	background: url(../img/frame02.webp) no-repeat;
	background-size: 100%;
	width: 230px;
	height: 60px;
	position: relative;
}
.plan .link a::after {
	content: '';
	background: url(../img/frames02.webp) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 15px;
	position: absolute;
	top: 130%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.plan h3 {
	margin-top: 80px;
}

.plan .subtitle {
	margin-bottom: 60px;
}

.plan h3.typeA::before,
.plan h3.typeA::after {
	width: 32%;
}

.plan h3.typeB {
	margin-top: 60px;
}
.plan h3.typeB::before,
.plan h3.typeB::after {
	width: 34%;
}

.plan h3.typeC {
	margin-top: 60px;
}
.plan h3.typeC::before,
.plan h3.typeC::after {
	width: 35%;
}

.plan .contents .box {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.plan .contents .box .area_img {
	width: 57%;
}

.plan .contents .box.typeB .area_img {
	order: 2;
}

.plan .contents .box .area_text {
	width: 43%;
	padding-left: 26px;
}

.plan .contents .box.typeB .area_text {
	padding-left: 0;
	padding-right: 26px;
}

.plan .contents .box .area_text h5 {
	background: #9C790A;
	color: #fff;
	font-size: min(1.4rem, 1.025vw);
	display: inline-block;
	padding: 2px 10px;
}

.plan .contents .box .area_text h4 {
	font-size: min(2.5rem, 1.83vw);
	font-weight: bold;
	margin-top: 10px;
}

.plan .contents .box .area_text .txt {
	margin-top: 10px;
	line-height: 26px;
}

.plan .contents .box .area_text ul {
	margin-top: 10px;
}

.plan .contents .box .area_text ul li {
	font-size: min(1.5rem, 1.098vw);
}

.plan .contents .box .area_text a {
	display: flex;
	align-items: center;
	width: 183px;
	height: 44px;
	background: #AE2A0D;
	border-radius: 50px;
	color: #FFF;
	font-size: min(1.6rem, 1.171vw);
	font-weight: 700;
	margin-top: 20px;
	padding-left: 35px;
	position: relative;
}
.plan .contents .box .area_text a::after {
	content: '';
	background: url(../img/item03.webp) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.plan .contents.typeB .area_box,
.plan .contents.typeC .area_box {
	display: flex;
	justify-content: space-between;
}

.plan .contents.typeC .area_box {
	justify-content: center;
}

.plan .contents.typeB .area_box .boxA,
.plan .contents.typeC .area_box .boxA {
	width: 30.33333%;
}

.plan .contents.typeC .area_box .boxA {
	margin: 0 20px;
}

.plan .contents.typeB .area_box .boxA h5,
.plan .contents.typeC .area_box .boxA h5 {
	background: #9C790A;
	color: #fff;
	font-size: min(1.4rem, 1.025vw);
	display: inline-block;
	padding: 2px 10px;
	margin-top: 20px;
}

.plan .contents.typeB .area_box .boxA h4,
.plan .contents.typeC .area_box .boxA h4 {
	font-size: min(1.9rem, 1.391vw);
	font-weight: bold;
	line-height: 30px;
	margin-top: 10px;
}

.plan .contents.typeB .area_box .boxA .txt,
.plan .contents.typeC .area_box .boxA .txt {
	margin-top: 6px;
	line-height: 26px;
}

.plan .contents.typeB .area_box .boxA ul,
.plan .contents.typeC .area_box .boxA ul {
	margin-top: 6px;
}

.plan .contents.typeB .area_box .boxA ul li,
.plan .contents.typeC .area_box .boxA ul li {
	font-size: min(1.5rem, 1.098vw);
}

.plan .contents.typeB .area_box .boxA a,
.plan .contents.typeC .area_box .boxA a {
	display: flex;
	align-items: center;
	width: 183px;
	height: 44px;
	background: #AE2A0D;
	border-radius: 50px;
	color: #FFF;
	font-size: min(1.6rem, 1.171vw);
	font-weight: 700;
	margin-top: 20px;
	padding-left: 35px;
	position: relative;
}
.plan .contents.typeB .area_box .boxA a::after,
.plan .contents.typeC .area_box .boxA a::after {
	content: '';
	background: url(../img/item03.webp) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.plan {
		padding-top: 50px;
		padding-bottom: 120px;
	}
	.plan h2::before {
		/*display: none;*/
		/*height: 157px;*/
		max-width: 180px;
		width: 45%;
		top: -150px;
		aspect-ratio: 5 / 3;
	}
	.plan .link {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.plan .link a {
		font-size: min(1.8rem, 4.8vw);
		margin: 0 20px;
		margin-top: 30px;
		background: url(../img/frame02_sp.webp) no-repeat;
		background-size: 100%;
		width: 136px;
		height: 60px;
		position: relative;
	}
	.plan .link a:last-child {
		margin-top: 60px;
	}
	.plan h3 {
		margin-top: 50px;
	}
	.plan h3.typeA::before,
	.plan h3.typeA::after {
		width: 17%;
	}
	.plan h3.typeB {
		margin-top: 60px;
	}
	.plan h3.typeB::before,
	.plan h3.typeB::after {
		width: 20%;
	}
	.plan h3.typeC {
		margin-top: 60px;
	}
	.plan h3.typeC::before,
	.plan h3.typeC::after {
		width: 19%;
	}
	.plan .contents .box {
		display: block;
		padding: 0 10px;
	}
	.plan .contents .box .area_img {
		width: 100%;
		margin-bottom: 15px;
	}
	.plan .contents .box .area_text {
		width: 100%;
		padding-left: 0;
	}
	.plan .contents .box.typeB .area_text {
		padding-left: 0;
		padding-right: 0;
	}
	.plan .contents .box .area_text h5 {
		font-size: min(1.4rem, 3.733vw);
	}

	.plan .contents .box .area_text h4 {
		font-size: min(2.2rem, 5.867vw);
	}
	.plan .contents .box .area_text .txt {
		margin-top: 10px;
		line-height: 26px;
	}
	.plan .contents .box .area_text ul {
		margin-top: 10px;
	}
	.plan .contents .box .area_text ul li {
		font-size: min(1.5rem, 4vw);
	}
	.plan .contents .box .area_text a {
		font-size: min(1.6rem, 4.267vw);
		margin: 0 auto;
		margin-top: 20px;
	}
	.plan .contents.typeB .area_box,
	.plan .contents.typeC .area_box {
		display: block;
		padding: 0 10px;
	}
	.plan .contents.typeC .area_box {
		justify-content: center;
	}
	.plan .contents.typeB .area_box .boxA,
	.plan .contents.typeC .area_box .boxA {
		width: 100%;
		margin-bottom: 40px;
	}
	.plan .contents.typeC .area_box .boxA {
		margin: 0;
		margin-bottom: 40px;
	}
	.plan .contents.typeB .area_box .boxA h5,
	.plan .contents.typeC .area_box .boxA h5 {
		font-size: min(1.4rem, 3.733vw);
		margin-top: 15px;
	}
	.plan .contents.typeB .area_box .boxA h4,
	.plan .contents.typeC .area_box .boxA h4 {
		font-size: min(2.1rem, 5.6vw);
		font-weight: bold;
		line-height: 30px;
		margin-top: 10px;
	}
	.plan .contents.typeB .area_box .boxA .txt,
	.plan .contents.typeC .area_box .boxA .txt {
		margin-top: 6px;
		line-height: 26px;
	}
	.plan .contents.typeB .area_box .boxA ul,
	.plan .contents.typeC .area_box .boxA ul {
		margin-top: 6px;
	}
	.plan .contents.typeB .area_box .boxA ul li,
	.plan .contents.typeC .area_box .boxA ul li {
		font-size: min(1.5rem, 4vw);
	}
	.plan .contents.typeB .area_box .boxA a,
	.plan .contents.typeC .area_box .boxA a {
		font-size: min(1.6rem, 4.267vw);
		margin: 0 auto;
		margin-top: 20px;
	}
	.plan .subtitle {
		margin-bottom: 40px;
	}
}

/* ----------------------------------------------------
 restaurant
---------------------------------------------------- */
.restaurant {
	padding-top: 220px;
	padding-bottom: 130px;
}

.restaurant h2::before {
	content: '';
	background: url(../img/kv_item04.webp) no-repeat;
	background-size: 100%;
	width: 190px;
	height: 186px;
	position: absolute;
	top: -110px;
	left: 1vw;
}

.restaurant .link {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
}

.restaurant .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: min(2rem, 1.464vw);
	font-weight: bold;
	text-align: center;
	margin: 0 30px;
	margin-top: 30px;
	margin-bottom: 50px;
	background: url(../img/frame03.webp) no-repeat;
	background-size: 100%;
	width: 230px;
	height: 60px;
	position: relative;
}
.restaurant .link a::after {
	content: '';
	background: url(../img/frames03.webp) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 15px;
	position: absolute;
	top: 130%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.restaurant .contents {
	padding-top: 60px;
}

.restaurant .contents h3 {
	color: #fff;
}

.restaurant .contents h3::before,
.restaurant .contents h3::after {
	border-top: 5px double #fff;
	width: 25%;
}

.restaurant .contents.typeB h3::before,
.restaurant .contents.typeB h3::after {
	border-top: 5px double #fff;
	width: 17%;
}

.restaurant .contents.typeC h3::before,
.restaurant .contents.typeC h3::after {
	border-top: 5px double #fff;
	width: 29%;
	top: 48%;
}

.restaurant .contents.typeD h3::before,
.restaurant .contents.typeD h3::after {
	border-top: 5px double #fff;
	width: 33%;
	top: 48%;
}

.restaurant .contents.typeE h3::before,
.restaurant .contents.typeE h3::after {
	border-top: 5px double #fff;
	width: 27%;
	top: 48%;
}

/* .restaurant .contents.typeA .subtitle2,
.restaurant .contents.typeB .subtitle2 {
	margin-top: -20px;
}

.restaurant .contents.typeC .subtitle2,
.restaurant .contents.typeD .subtitle2,
.restaurant .contents.typeE .subtitle2 {
	margin-top: 10px;
}
 */
.restaurant .contents .box01 {
	display: flex;
	justify-content: center;
	background: #fff;
	margin-top: 60px;
}

.restaurant .contents .box01 .area_img,
.restaurant .contents .box01 .txt {
	width: 50%;
}

.restaurant .contents .box01 .area_img {
	order: 2;
}

.restaurant .contents .box01 .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 0;
	color: #AE2A0D;
	font-size: min(2rem, 1.464vw);
	font-weight: 700;
	line-height: 32px;
}

.restaurant .contents .box {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.restaurant .contents .box .area_img {
	width: 57%;
}

.restaurant .contents .box .area_text {
	width: 43%;
	padding-left: 35px;
	color: #fff;
}

.restaurant .contents .box.typeB .area_img {
	order: 2;
}

.restaurant .contents .box.typeB .area_text {
	padding-left: 0;
	padding-right: 35px;
}

.restaurant .contents .box .area_text h5 {
	font-weight: bold;
}

.restaurant .contents .box .area_text h4 {
	font-size: min(2.4rem, 1.757vw);
	font-weight: bold;
}

.restaurant .contents .box .area_text .txt {
	margin-top: 10px;
	line-height: 30px;
}

.restaurant .contents .box .area_text ul {
	margin-top: 10px;
}

.restaurant .contents .box .area_text ul li {
	font-size: min(1.5rem, 1.098vw);
	margin-bottom: 3px;
}
.restaurant .contents .box .area_text ul li:last-child {
	margin-bottom: 0;
}

.restaurant .contents .box .area_text a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 358px;
	height: 44px;
	background: #9C790A;
	border-radius: 50px;
	color: #FFF;
	font-size: min(1.6rem, 1.171vw);
	font-weight: bold;
	margin-top: 20px;
	position: relative;
}
.restaurant .contents .box .area_text a::after {
	content: '';
	background: url(../img/item03.webp) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.restaurant .contents .box .area_text a.mt14 {
	margin-top: 14px;
}

.restaurant .contents .box02 {
	background: #9C790A;
	color: #fff;
	margin-top: 50px;
	padding: 14px 15px;
}

.restaurant .contents .box02 .inner {
	border: 1px solid #fff;
	padding: 14px;
	display: flex;
}

.restaurant .contents .box02 .inner .area_img,
.restaurant .contents .box02 .inner .area_text {
	width: 50%;
}

.restaurant .contents .box02 .inner .area_img {
	order: 2;
}

.restaurant .contents .box02 .inner .area_text {
	padding-left: 30px;
	padding-right: 38px;
}

.restaurant .contents .box02 .inner .area_text h4 {
	font-size: min(2.5rem, 1.83vw);
	font-weight: bold;
	margin-top: 10px;
}

.restaurant .contents .box02 .inner .area_text .txt {
	line-height: 30px;
	margin-top: 10px;
}

.restaurant .contents .box02 .inner .area_text ul {
	margin-top: 10px;
}

.restaurant .contents .box02 .inner .area_text ul li {
	font-size: min(1.5rem, 1.098vw);
}

.restaurant .contents .box02 .inner .area_text a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 358px;
	height: 44px;
	background: #AE2A0D;
	border-radius: 50px;
	color: #FFF;
	font-size: min(1.6rem, 1.171vw);
	font-weight: bold;
	margin-top: 30px;
	position: relative;
}
.restaurant .contents .box02 .inner .area_text a::after {
	content: '';
	background: url(../img/item03.webp) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.restaurant .contents.typeB {
	padding-top: 100px;
}

.restaurant .contents.typeB .box01 .area_img,
.restaurant .contents.typeD .box01 .area_img {
	position: relative;
}

.restaurant .contents.typeB .box01 .area_img::after {
	content: 'TOKYO FUSION DINING';
	color: #fff;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: min(1.5rem, 1.098vw);
}

.restaurant .contents.typeD .box01 .area_img::after {
	content: '和食 品川';
	color: #fff;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: min(1.5rem, 1.098vw);
}

@media screen and (max-width: 768px) {
	.restaurant {
		padding-top: 120px;
		padding-bottom: 100px;
	}
	.restaurant h2::before {
		display: none;
	}
	.restaurant .link a {
		font-size: min(1.6rem, 4.267vw);
		margin: 0 10px;
		margin-top: 30px;
		margin-bottom: 20px;
		background: url(../img/frame03_sp.webp) no-repeat;
		background-size: 100%;
		width: 166px;
		height: 60px;
		position: relative;
	}
	.restaurant .contents {
		padding-top: 40px;
	}
	.restaurant .contents h3::before,
	.restaurant .contents h3::after {
		width: 6%;
	}
	.restaurant .contents.typeB h3::before,
	.restaurant .contents.typeB h3::after {
		width: 17%;
	}
	.restaurant .contents.typeC h3::before,
	.restaurant .contents.typeC h3::after {
		width: 13%;
	}
	.restaurant .contents.typeD h3::before,
	.restaurant .contents.typeD h3::after {
		width: 20%;
	}
	.restaurant .contents.typeE h3::before,
	.restaurant .contents.typeE h3::after {
		width: 10%;
	}
	.restaurant .contents .box01 {
		display: block;
		margin: 0 10px;
		margin-top: 50px;
	}
	.restaurant .contents .box01 .area_img,
	.restaurant .contents .box01 .txt {
		width: 100%;
	}
	.restaurant .contents .box01 .txt {
		font-size: min(1.6rem, 4.267vw);
		padding: 15px 0;
	}
	.restaurant .contents .box {
		display: block;
		margin: 0 10px;
		margin-top: 50px;
	}
	.restaurant .contents .box .area_img {
		width: 100%;
		margin-bottom: 15px;
	}
	.restaurant .contents .box .area_text {
		width: 100%;
		padding-left: 0;
	}
	.restaurant .contents .box.typeB .area_text {
		padding-left: 0;
		padding-right: 0;
	}
	.restaurant .contents .box .area_text h4 {
		font-size: min(2.2rem, 5.867vw);
	}
	.restaurant .contents .box .area_text ul li {
		font-size: min(1.5rem, 4vw);
	}
	.restaurant .contents .box .area_text ul li:last-child {
		margin-bottom: 0;
	}
	.restaurant .contents .box .area_text a {
		width: 100%;
		font-size: min(1.6rem, 4.267vw);
		margin: 20px auto 0;
	}
	.restaurant .contents .box02 {
		margin: 0 10px;
		margin-top: 50px;
		padding: 10px;
	}
	.restaurant .contents .box02 .inner {
		display: block;
	}
	.restaurant .contents .box02 .inner .area_img,
	.restaurant .contents .box02 .inner .area_text {
		width: 100%;
	}
	.restaurant .contents .box02 .inner .area_text {
		padding-left: 0;
		padding-right: 0;
	}
	.restaurant .contents .box02 .inner .area_text h4 {
		font-size: min(2.5rem, 6.667vw);
		margin-top: 10px;
	}
	.restaurant .contents .box02 .inner .area_text ul li {
		font-size: min(1.5rem, 4vw);
	}
	.restaurant .contents .box02 .inner .area_text ul li span {
		font-size: min(1.3rem, 3.467vw);
	}
	.restaurant .contents .box02 .inner .area_text a {
		width: 100%;
		height: 44px;
		font-size: min(1.6rem, 4.267vw);
	}
	.restaurant .contents.typeB {
		padding-top: 50px;
	}
	.restaurant .contents.typeB h3 {
		line-height: 0.8;
	}
	.restaurant .contents.typeB .box01 .area_img::after {
		font-size: min(1.3rem, 3.467vw);
	}
	.restaurant .contents.typeD .box01 .area_img::after {
		font-size: min(1.2rem, 3.2vw);
	}
/* 	.restaurant .contents.typeA .subtitle2 {
		margin-top: -10px;
	}
	.restaurant .contents.typeB .subtitle2 {
		margin-top: 0;
	} */
}

/* ----------------------------------------------------
 christmas
---------------------------------------------------- */
.christmas {
	padding-top: 160px;
	padding-bottom: 140px;
}

.christmas h2::before {
	content: '';
	background: url(../img/kv_item06.webp) no-repeat;
	background-size: 100%;
	width: 190px;
	height: 186px;
	position: absolute;
	top: -80px;
	right: 1vw;
} 

.christmas .boxA {
	max-width: 758px;
	margin: 0 auto;
	border: 1px solid #9C790A;
	padding: 38px 56px;
}

.christmas .boxA ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
}

.christmas .boxA ul li p {
	margin-bottom: 0;
}

.christmas .boxA ul li .tab {
	width: 156px;
	height: 31px;
	border: 1px solid #9C790A;
	border-radius: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #9C790A;
	font-weight: 700;
}

.christmas .boxA ul li .txt {
	font-size: min(1.8rem, 1.318vw);
	font-weight: 500;
	padding-left: 20px;
}

.christmas .boxA ul li .txt span {
	display: block;
	font-size: min(1.5rem, 1.098vw);
	margin-top: 3px;
}

.christmas .boxA a {
	display: flex;
	align-items: center;
	width: 183px;
	height: 44px;
	background: #AE2A0D;
	border-radius: 50px;
	color: #FFF;
	font-size: min(1.6rem, 1.171vw);
	font-weight: 700;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: 35px;
	position: relative;
}
.christmas .boxA a::after {
	content: '';
	background: url(../img/item03.webp) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.christmas .boxB {
	margin-top: 124px;
}

.christmas .boxB h4 {
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-size: min(2.5rem, 1.83vw);
	font-weight: bold;
	margin-top: 20px;
}

.christmas .boxB h4 span {
	background: #9C790A;
	color: #fff;
	font-size: min(1.4rem, 1.025vw);
	display: inline-block;
	padding: 2px 10px;
}

.christmas .boxB ul {
	margin-top: 5px;
}
.christmas .boxB ul li.soldout em {
	display: inline-block;
	background-color: red;
	color: white;
	padding: .2em .8em .3em;
	margin-bottom: 1em;
}

.christmas .boxB .txt {
	line-height: 30px;
	margin-top: 10px;
}

.christmas .boxC {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.christmas .boxC .area_img {
	width: 57%;
}

.christmas .boxC .area_text {
	width: 43%;
	padding-left: 35px;
}

.christmas .boxC.typeA .area_img {
	order: 2;
}

.christmas .boxC.typeA .area_text {
	padding-left: 0;
	padding-right: 35px;
}

.christmas .boxC .area_text h4 {
	font-size: min(2.5rem, 1.83vw);
	font-weight: bold;
}

.christmas .boxC .area_text ul {
	margin-top: 5px;
}

.christmas .boxC .area_text .txt {
	line-height: 30px;
	margin-top: 10px;
}

.christmas .movie {
	padding-top: 140px;
}

.christmas .movie h3::before,
.christmas .movie h3::after {
	display: none;
}

.christmas .movie iframe {
	display: block;
	max-width: 804px;
	margin: 0 auto;
	width: 100%;
	height: 520px;
}

.christmas .movie h3 {
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.christmas {
		padding: 0 10px;
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.christmas h2::before {
		/*display: none;*/
	width: 110px;
	height: 117px;
	position: absolute;
	top: -92px;
	right: 0;
		 /*transform:rotate(-22deg); */
	}
	.christmas .boxA {
		padding: 33px 10px;
	}
	.christmas .boxA ul li {
		display: block;
	}
	.christmas .boxA ul li .tab {
		margin: 0 auto;
	}
	.christmas .boxA ul li .txt {
		font-size: min(1.6rem, 4.267vw);
		padding-left: 0;
		margin-top: 10px;
		text-align: center;
	}
	.christmas .boxA ul li .txt span {
		font-size: min(1.2rem, 3.2vw);
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
	}
	.christmas .boxA ul li .txt span:nth-of-type(1) {
		margin-top: 20px;
	}
	.christmas .boxA a {
		font-size: min(1.6rem, 4.267vw);
	}
	.christmas .boxB {
		margin-top: 50px;
	}
	.christmas .boxB h4 {
		display: block;
		font-size: min(2.2rem, 5.867vw);
		margin-top: 10px;
	}
	.christmas .boxB h4 span {
		font-size: min(1.4rem, 3.733vw);
		display: inline-block;
		margin-bottom: 5px;
	}
	.christmas .boxC {
		display: block;
		margin-top: 40px;
	}
	.christmas .boxC .area_img {
		width: 100%;
		margin-bottom: 10px;
	}
	.christmas .boxC .area_text {
		width: 100%;
		padding-left: 0;
	}
	.christmas .boxC.typeA .area_text {
		padding-left: 0;
		padding-right: 0;
	}
	.christmas .boxC .area_text h4 {
		font-size: min(2.2rem, 5.867vw);
	}
	.christmas .movie {
		padding-top: 100px;
	}
	.christmas .movie h3 {
		line-height: 0.8;
		margin-bottom: 30px;
	}
	.christmas .movie iframe {
		width: 100%;
		height: 200px;
	}
}

/* ----------------------------------------------------
 bread
---------------------------------------------------- */
.bread {
	padding-top: 160px;
	padding-bottom: 148px;
}

.bread h2::before {
	content: '';
	background: url(../img/kv_item05.webp) no-repeat;
	/*background-size: 100%;*/
	background-size: 100%;
	width: 190px;
	height: 186px;
	position: absolute;
	top: -80px;
	left: 0;
}

.bread .boxA {
	max-width: 690px;
	margin: 0 auto;
	border: 1px solid #9C790A;
	padding: 38px 46px;
}

.bread .boxA ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
}

.bread .boxA ul li p {
	margin-bottom: 0;
}

.bread .boxA ul li .tab {
	width: 178px;
	height: 31px;
	border: 1px solid #9C790A;
	border-radius: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #9C790A;
	font-weight: 700;
}

.bread .boxA ul li .txt {
	font-size: min(1.8rem, 1.318vw);
	font-weight: 500;
	padding-left: 20px;
}

.bread .boxA ul li .txt span {
	display: block;
	font-size: min(1.5rem, 1.098vw);
	margin-top: 3px;
}

.bread .boxA a {
	display: flex;
	align-items: center;
	width: 183px;
	height: 44px;
	background: #AE2A0D;
	border-radius: 50px;
	color: #FFF;
	font-size: min(1.6rem, 1.171vw);
	font-weight: 700;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 35px;
	position: relative;
}
.bread .boxA a::after {
	content: '';
	background: url(../img/item03.webp) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.bread .boxA .txt2 {
	color: #9C790A;
	font-weight: bold;
}

.bread .boxA .txt2.mb20 {
	margin-bottom: 20px;
}

.bread .boxB {
	margin-top: 100px;
}

.bread .boxB .area_text {
	margin-top: 30px;
}

.bread .boxB .area_text h4 {
	font-size: min(2.5rem, 1.83vw);
	font-weight: bold;
	line-height: 0.6;
}

.bread .boxB .area_text h4 span.number {
	font-size: min(4rem, 2.928vw);
	font-family: var(--Katibeh);
	font-weight: 400;
	transform: translateY(9px);
}

.bread .boxB .area_text h4 span.size {
	font-size: min(1.6rem, 1.171vw);
	font-weight: 400;
}

.bread .boxB .area_text .txt {
	line-height: 30px;
}

@media screen and (max-width: 768px) {
	.bread {
		padding: 0 10px;
		padding-top: 110px;
		padding-bottom: 100px;
	}
	.bread h2::before {
		display: none;
	}
	.bread .boxA {
		padding: 50px 10px;
		margin-top: 30px;
	}
	.bread .boxA ul li {
		display: block;
	}
	.bread .boxA ul li .tab {
		margin: 0 auto;
	}
	.bread .boxA ul li .txt {
		font-size: min(1.8rem, 4.8vw);
		text-align: center;
		padding-left: 0;
		margin-top: 10px;
	}
	.bread .boxA ul li .txt span {
		font-size: min(1.2rem, 3.2vw);
	}
	.bread .boxA a {
		font-size: min(1.6rem, 4.267vw);
	}
	.bread .boxA .txt2 {
		text-align: center;
	}
	.bread .boxA .txt2.mb20 {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.bread .boxB {
		margin-top: 60px;
	}
	.bread .boxB .area_text h4 {
		font-size: min(2.2rem, 5.867vw);
		line-height: 0.8;
	}
	.bread .boxB .area_text h4 span.number {
		font-size: min(3.5rem, 9.333vw);
	}
	.bread .boxB .area_text h4 span.size {
		font-size: min(1.6rem, 4.267vw);
	}
	.bread .boxB .area_text .txt {
		margin-top: 20px;
	}
}

/* ----------------------------------------------------
 imagemovie
---------------------------------------------------- */
.imagemovie {
	padding-top: 160px;
	padding-bottom: 148px;
}

.imagemovie .movie {
	margin-top: 30px;
}

.imagemovie .movie iframe {
	display: block;
	max-width: 804px;
	margin: 0 auto;
	width: 100%;
	height: 520px;
}

@media screen and (max-width: 768px) {
	.imagemovie {
		padding: 0 10px;
		padding-top: 120px;
		padding-bottom: 100px;
	}
	.imagemovie .movie iframe {
		width: 100%;
		height: 200px;
	}
}

/* ----------------------------------------------------
 memberclub
---------------------------------------------------- */
.memberclub {
	background: #9C790A;
	border-bottom: 12px solid;
	border-image: linear-gradient(to right, #885D0C, #D7AE28, #885D0C) 1;
	border-image-slice: 1;
	padding: 100px 0;
	color: #fff;
}

.memberclub h4 {
	font-size: min(2.2rem, 1.611vw);
	text-align: center;
}

.memberclub .area_img {
	max-width: 545px;
	margin: 37px auto 25px;
}

.memberclub .txt {
	text-align: center;
	line-height: 32px;
}

.memberclub a {
	display: flex;
	align-items: center;
	width: 221px;
	height: 44px;
	background: #fff;
	border-radius: 50px;
	color: #9C790A;
	font-size: min(1.6rem, 1.171vw);
	font-weight: bold;
	margin: 0 auto;
	margin-top: 40px;
	padding-left: 35px;
	position: relative;
}
.memberclub a::after {
	content: '';
	background: url(../img/arrow01.svg) no-repeat;
	background-size: 100%;
	width: 6px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.memberclub {
		padding: 50px 10px 80px;
	}
	.memberclub h4 {
		font-size: min(1.8rem, 4.8vw);
	}
	.memberclub .area_img {
		margin: 20px auto;
	}
	.memberclub a {
		font-size: min(1.6rem, 4.267vw);
	}
}

/* ----------------------------------------------------
 sns
---------------------------------------------------- */
.sns {
	padding-top: 90px;
}

.sns p {
	color: #AE2A0D;
	font-size: min(7rem, 5.124vw);
	font-family: var(--Katibeh);
	transform: translateY(9px);
	text-align: center;
}

.sns p span {
	display: block;
	font-family: var(--NotoSansJP);
	font-size: min(1.9rem, 1.391vw);
}

.sns ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.sns ul li {
	width: 50px;
	margin: 0 20px;
}

.sns ul li:nth-of-type(4) {
	width: 70px;
}

@media screen and (max-width: 768px) {
	.sns {
		padding-top: 80px;
	}
	.sns p {
		font-size: min(4.5rem, 12vw);
	}
	.sns p span {
		font-size: min(1.6rem, 4.267vw);
	}
	.sns ul {
		flex-wrap: wrap;
		margin: 20px 20px 0;
	}
	.sns ul li {
		width: 50px;
		margin: 0 20px;
	}
	.sns ul li:nth-of-type(4) {
		width: 70px;
	}
	.sns ul li:nth-of-type(4),
	.sns ul li:nth-of-type(5),
	.sns ul li:nth-of-type(6) {
		margin-top: 30px;
	}
}

/* ----------------------------------------------------
 access
---------------------------------------------------- */
.access {
	padding-top: 70px;
}

.access p {
	color: #AE2A0D;
	font-size: min(4.7rem, 3.441vw);
	font-family: var(--Katibeh);
	transform: translateY(9px);
	text-align: center;	
}

.access ul {
	text-align: center;
	padding-top: 20px;
}

.access ul li {
	font-size: min(2rem, 1.464vw);
}

.access ul li:last-child {
	font-size: min(1.6rem, 1.171vw);
	margin-top: 6px;
}

.access ul li:last-child span {
	display: block;
}

.access ul li:last-child span a {
	color: #000;
}

.access a.btn {
	display: flex;
	align-items: center;
	width: 223px;
	height: 44px;
	background: #9C790A;
	border-radius: 50px;
	color: #fff;
	font-size: min(1.6rem, 1.171vw);
	font-weight: bold;
	margin: 0 auto;
	margin-top: 40px;
	padding-left: 35px;
	position: relative;
}
.access a.btn::after {
	content: '';
	background: url(../img/arrow02.svg) no-repeat;
	background-size: 100%;
	width: 6px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.access {
		padding-top: 70px;
	}
	.access p {
		font-size: min(4.5rem, 12vw);
	}
	.access ul li {
		font-size: min(2rem, 5.333vw);
	}
	.access ul li:last-child {
		font-size: min(1.6rem, 4.267vw);
	}
	.access a.btn {
		font-size: min(1.6rem, 4.267vw);
	}
}

/* ----------------------------------------------------
 note
---------------------------------------------------- */
.note {
	margin-top: 70px;
}

.note ul {
	max-width: 1000px;
	margin: 0 auto;
}

.note ul li {
	line-height: 30px;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 768px) {
	.note {
		margin-top: 50px;
	}
	.note ul {
		padding: 0 10px;
	}
	.note ul li {
		font-size: min(1.2rem, 3.2vw);
		line-height: 22px;
	}
}

/* ----------------------------------------------------
 footer
---------------------------------------------------- */
footer {
	padding-top: 134px;
	padding-bottom: 50px;
}

footer .area_img {
	width: 227px;
	margin: 0 auto;
}

footer .footer__hotelNav {
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 66px;
}

.footer__hotelNav li {
	text-indent: 0px;
	display: flex;
	position: relative;
	margin: 0px 0px 1rem;
}

.footer__hotelNav li:first-of-type::before,
.footer__hotelNav li::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.footer__hotelNav li:first-of-type::before {
	left: 0px;
	content: "|";
}

.footer__hotelNav li::after {
	right: 0px;
	content: "|";
}

.footer__hotelNav li a {
	color: #000;
	display: inline-block;
	padding: 0px 1em;
	text-decoration: none;
}

footer .copy {
	color: #828181;
	font-size: 12px;
	text-align: center;
	margin-top: 23px;
}

@media screen and (max-width: 768px) {
	footer {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	footer .area_img {
		width: 180px;
		margin: 0 auto;
	}
	.footer__hotelNav li:nth-of-type(2):before {
        left: 0px;
        content: "|";
    }
}

