@charset "UTF-8";


/* ----------------------------------------------------
 mv
---------------------------------------------------- */
.mv {
	overflow: hidden;
	background: url(../img/mv_img02.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 56vw;
}

.mv-fade-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 1s ease;
	z-index: 10;
}

.mv .scroll {
	background: #fff;
	padding: 0 10px;
	width: 23%;
	height: 200%;
	position: absolute;
	top: 50%;
	left: 14vw;
	transform: translateY(-50%) rotate(25deg);
	overflow: hidden;
}

.mv .scroll__inner {
	display: flex;
	flex-direction: column;
	animation: scrollUp 50s linear infinite;
}

.mv .scroll__item {
	padding-bottom: 10px;
	width: 100%;
	display: flex;
	flex-shrink: 0;
}

.mv .scroll__inner {
	display: flex;
	flex-direction: column;
	animation: scrollUp 50s linear infinite;
	will-change: transform;
}

@keyframes scrollUp {
	0% {
		transform: translateY(0%);
	}

	100% {
		transform: translateY(-50%);
	}
}

.mv h1 {
	width: 38%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-10%, -50%);
	-webkit-transform: translate(-10%, -50%);
	-ms-transform: translate(-10%, -50%);
}

.mv .mv_icon {
	width: 9%;
	position: absolute;
	top: 2%;
	left: 2%;
	z-index: 3000;
}

.scroll, .main-title, .mv_icon, .language {
	opacity: 0;
	transition: opacity 1.5s ease;
}

.fade-in {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.mv {
		background: url(../img/mv_img02_sp.webp) no-repeat;
		background-size: 100%;
		height: 76vh;
	}
	.mv h1 {
		width: 90%;
		top: 43%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.mv .mv_icon {
		width: 96px;
		top: 2%;
		left: 2%;
	}
}

@media screen and (max-width: 768px) {
	.mv .scroll {
		width: 130%;
		height: auto;
		top: auto;
		left: -30px;
		bottom: -50px;
		transform: none;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		padding: 10px 0;
		transform: translateY(-50%) rotate(-9deg);
	}
	.mv .scroll__inner {
		display: flex;
		flex-direction: row;
		animation: scrollLeft 20s linear infinite;
	}
	.mv .scroll__item {
		display: inline-block;
		width: auto;
		margin-right: 10px;
		padding-bottom: 0;
	}
	.mv .scroll__item img {
		transform-origin: center center;
		height: auto;
		width: 150px;
		object-fit: cover;
	}
	@keyframes scrollLeft {
		0% {
			transform: translateX(0%);
		}
		100% {
			transform: translateX(-50%);
		}
	}
}

/* languge
---------------------------------------- */
.language {
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	width: 126px;
	font-size: 14px;
	line-height: 1;
	border: solid 2px #26437c;
	top: 4%;
	right: 2%;
	z-index: 3000;
	cursor: pointer;
	padding: 0 15px;
	font-family: "questa-sans", sans-serif;
	font-weight: 600;
	font-style: italic;
	border-radius: 20px;
}

.language__title {
	color: #26437c;
	height: 37px;
	border-radius: 18px 18px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	padding-left: 10px;
}

.language__title::before {
	background: url(../img/arrow01.svg) center no-repeat;
	background-size: 100% auto;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 54%;
	right: -4px;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	content: "";
}

.language__title.active::before {
	transform: translateY(-50%) rotate(-180deg);
}

.language__select {
	text-align: center;
	border-radius: 0 0 18px 18px;
	display: none;
}

.select__list--item {
	font-weight: normal;
}

.language__link {
	height: 32px;
	color: #26437c;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

span.language__link {
	cursor: default;
}

.select__list--item:not(:last-of-type) .language__link {
	border-bottom: solid 1px rgb(var(--light-beg));
}

@media screen and (max-width: 768px) {
	.language {
		right: 10px;
		z-index: 10;
	}
}

@media screen and (max-width: 768px) {}

/* ----------------------------------------------------
 omoide
---------------------------------------------------- */
.omoide {
	padding: 90px 0 70px;
	position: relative;
}

.omoide h2 {
	width: 505px;
	margin: 0 auto;
}

.omoide p {
	color: #fff;
	font-size: 21px;
	text-align: center;
	line-height: 2;
	margin-top: 47px;
}

.omoide .box {
	max-width: 720px;
	margin: 0 auto;
	margin-top: 76px;
	position: relative;
	padding: 40px;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.3) 0%,
		rgba(255, 255, 255, 0.9) 50%,
		rgba(255, 255, 255, 0.3) 100%
	);
	z-index: 0;
	overflow: hidden;
	clip-path: polygon(
		22px 0%,
		calc(100% - 22px) 0%,
		100% 22px,
		100% calc(100% - 22px),
		calc(100% - 22px) 100%,
		22px 100%,
		0% calc(100% - 22px),
		0% 22px
	);
}
.omoide .box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, transparent 15px, rgba(255, 255, 255, 0.3) 0) top left,
		linear-gradient(-135deg, transparent 15px, rgba(255, 255, 255, 0.3) 0) top right,
		linear-gradient(-45deg, transparent 15px, rgba(255, 255, 255, 0.3) 0) bottom right,
		linear-gradient(45deg, transparent 15px, rgba(255, 255, 255, 0.3) 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1;
}

.omoide .box table {
	display: block;
	max-width: 497px;
	margin: 0 auto;
	color: #26437c;
	border-bottom: 1px solid #26437c;
	vertical-align: middle;
	padding: 10px 0;
}

.omoide .box table th {
	font-family: "estratto-variable",sans-serif;
	font-variation-settings: 'wght' 500;
	font-style: italic;
	font-size: 30px;
	text-align: left;
	vertical-align: baseline;
	display: block;
	width: 100px;
}

.omoide .box table td {
	font-size: 18px;
	font-weight: 500;
	vertical-align: baseline;
	width: 100%;
}

.omoide .box table td.date_text {
	font-family: "estratto-variable",sans-serif;
	font-variation-settings: 'wght' 500;
	font-style: italic;
	font-size: 30px;
}

.omoide .box table td.date_text span {
	font-size: 40px;
}

.omoide .box table td .text {
	margin-bottom: 10px;
}

.omoide .box table td .text span {
	display: inline-block;
	font-size: 12px;
	border: 1px solid #26437c;
	border-radius: 5px;
	padding: 0 5px;
	margin-left: 10px;
}

.omoide .box2 {
	margin-top: 76px;
	position: relative;
	z-index: 1;
}

.omoide .box2 h3 {
	color: #fff;
	font-size: 30px;
	text-align: center;
}
.omoide .box2 h3::before,
.omoide .box2 h3::after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 64px;
	height: 1px;
	position: relative;
	top: -10px;
	margin: 0 20px;
}

.omoide .box2 ul li {
	opacity: 0;
	transform: translateX(-30px);
	transition: all 1.5s ease-out;
}

.omoide .box2 ul li.fade-in {
	opacity: 1;
	transform: translateX(0);
}

.omoide .box2 ul {
	max-width: 1084px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.omoide .box2 ul li {
	width: 23.5%;
	margin-bottom: 13px;
	transition: transform 0.3s ease;
}
.omoide .box2 ul li:hover {
	transform: rotate(3deg);
}

.omoide .box2 ul li:nth-of-type(4) {
	margin-right: 40px;
}

.omoide .box2 ul li:nth-of-type(5) {
	margin-left: 40px;
}

.omoide .box2 .note {
	font-size: 15px;
	margin-top: 30px;
	letter-spacing: 2px;
}

.omoide .item01,
.omoide .item02,
.omoide .item03,
.omoide .item04,
.omoide .item05,
.omoide .item06 {
	width: 10.2%;
	position: absolute;
	top: 0;
	z-index: 0;
}
.omoide .item01 {
	top: 100px;
	left: 50px;
}
.omoide .item02 {
	top: 870px;
	left: 230px;
	left: 10%;
}
.omoide .item03 {
	top: 1780px;
	left: 50px;
}
.omoide .item04 {
	top: 410px;
	right: 4%;
}
.omoide .item05 {
	top: 560px;
	right: 7%;
}
.omoide .item06 {
	top: 1360px;
	right: 2%;
}

@media screen and (max-width: 768px) {
	.omoide {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0 50px;
	}
	.omoide h2 {
		width: 90%;
	}
	.omoide p {
		font-size: 17px;
		margin-top: 37px;
	}
	.omoide .box {
		margin-top: 45px;
		padding: 20px;
	}
	.omoide .box table {
		text-align: center;
		padding-left: 10px;
	}
	.omoide .box table:nth-of-type(3) {
		border: none;
	}
	.omoide .box table th {
		display: block;
		width: 100%;
		font-size: 30px;
		text-align: center;
	}
	.omoide .box table td {
		display: block;
		width: 100%;
		font-size: 18px;
	}
	.omoide .box table td .text {
		line-height: 1.8;
	}
	.omoide .box table td.date_text {
		font-size: 25px;
	}
	.omoide .box2 {
		margin-top: 40px;
	}
	.omoide .box2 h3 {
		font-size: 16.5px;
	}
	.omoide .box2 h3::before,
	.omoide .box2 h3::after {
		width: 29px;
		top: -5px;
		margin: 0 2px;
	}
	.omoide .box2 ul li {
		width: 48%;
	}
	.omoide .box2 ul li:nth-of-type(4),
	.omoide .box2 ul li:nth-of-type(5) {
		margin-right: 0;
		margin-left: 0;
	}
	.omoide .box2 .note {
		font-size: 12px;
		margin-top: 10px;
	}
	.omoide .item01,
	.omoide .item02,
	.omoide .item03,
	.omoide .item04,
	.omoide .item05,
	.omoide .item06 {
		width: 22.2%;
	}
	.omoide .item01 {
		top: 450px;
		left: -10px;
	}
	.omoide .item02 {
		display: none;
	}
	.omoide .item03 {
		display: none;
	}
	.omoide .item04 {
		top: 1020px;
		right: -1%;
	}
	.omoide .item05 {
		top: 1070px;
		right: 2%;
	}
	.omoide .item06 {
		display: none;
	}
}

/* ----------------------------------------------------
 contents
---------------------------------------------------- */
.contents {
	background: #deddf4;
	padding: 98px 0 100px;
}

.contents.typeA,
.contents.typeB,
.contents.typeC {
	position: relative;
}

.contents.typeB {
	background: #d3d3ef;
}

.contents .area {
	max-width: 1050px;
	margin: 0 auto;
	width: 100%;
	height: 760px;
	position: relative;
	z-index: 1;
}

.contents .area h2 {
	color: #774296;
	font-size: 40px;
	width: 453px;
	position: relative;
	top: 30px;
	z-index: 1;
}

.contents.typeB .area h2 {
	margin-left: auto;
	text-align: right;
	top: 0;
}

.contents .area .img01 {
	position: absolute;
	width: 623px;
	top: 0;
	right: 0;
}

.contents.typeB .area .img01 {
	top: 0;
	left: 0;
}

.contents .area .img02 {
	position: absolute;
	width: 290px;
	top: 280px;
	left: 60px;
}

.contents.typeB .area .img02 {
	width: 412px;
	top: 310px;
	right: 0;
	left: auto;
}

.contents .area .img03 {
	position: absolute;
	width: 183px;
	top: 490px;
	right: 60px;
}

.contents .area .arch {
	position: absolute;
	width: 245px;
	top: 630px;
	left: 120px;
}

.contents.typeB .area .arch {
	top: 176px;
	right: 250px;
	left: auto;
}

.contents .area .text01 {
	font-size: 18px;
	position: absolute;
	top: 480px;
	left: 380px;
}

.contents.typeB .area .text01 {
	top: 480px;
	left: 90px;
}

.contents .area ul.text02 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 580px;
	left: 380px;
}

.contents.typeB .area ul.text02 {
	top: 560px;
	left: 90px;
}

.contents .area ul.text02 li {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 18px;
	font-weight: 400;
	padding-left: 12px;
}

.contents .area ul.text02 li:first-child {
	background: #774296;
	color: #fff;
	border-radius: 10px 0 10px 0;
	padding: 2px 10px;
	font-family: "questa-sans", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.contents .area .text03 {
	width: 403px;
	position: absolute;
	top: 630px;
	left: 380px;
}

.contents.typeB .area .text03 {
	width: 490px;
	top: 630px;
	left: 90px;
}

.contents .area .text03 ul {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #774296;
	border: 1px solid #774296;
	z-index: 0;
	overflow: hidden;
	clip-path: polygon(
		8px 0%,
		calc(100% - 8px) 0%,
		100% 8px,
		100% calc(100% - 8px),
		calc(100% - 8px) 100%,
		8px 100%,
		0% calc(100% - 8px),
		0% 8px
	);
}
.contents .area .text03 ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, transparent 5px, #deddf4 0) top left,
		linear-gradient(-135deg, transparent 5px, #deddf4 0) top right,
		linear-gradient(-45deg, transparent 5px, #deddf4 0) bottom right,
		linear-gradient(45deg, transparent 5px, #deddf4 0) bottom left;
	/* background-size: 50% 50%; */
	background-size: 51% 51%;
	background-repeat: no-repeat;
	z-index: -1;
}

.contents.typeB .area .text03 ul {
	background: #774296;
	border: 1px solid #774296;
	clip-path: polygon(
		8px 0%,
		calc(100% - 8px) 0%,
		100% 8px,
		100% calc(100% - 8px),
		calc(100% - 8px) 100%,
		8px 100%,
		0% calc(100% - 8px),
		0% 8px
	);
}
.contents.typeB .area .text03 ul::before {
	background:
		linear-gradient(135deg, transparent 5px, #d3d3ef 0) top left,
		linear-gradient(-135deg, transparent 5px, #d3d3ef 0) top right,
		linear-gradient(-45deg, transparent 5px, #d3d3ef 0) bottom right,
		linear-gradient(45deg, transparent 5px, #d3d3ef 0) bottom left;
	/* background-size: 50% 50%; */
	background-size: 51% 51%;
	background-repeat: no-repeat;
}


.contents .area .text03 ul li {
	color: #774296;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 18px;
	font-weight: 400;
	padding: 20px 0;
	padding-left: 30px;
}
.contents .area .text03 ul li:first-child {
	font-family: "questa-sans", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 25px;
	padding: 0;
}

.contents .area_icon {
	display: flex;
	justify-content: space-between;
	max-width: 1050px;
	margin: 0 auto;
	margin-top: 76px;
	position: relative;
	padding: 20px;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.3) 0%,
		rgba(255, 255, 255, 0.9) 50%,
		rgba(255, 255, 255, 0.3) 100%
	);
	z-index: 0;
	overflow: hidden;
	clip-path: polygon(
		22px 0%,
		calc(100% - 22px) 0%,
		100% 22px,
		100% calc(100% - 22px),
		calc(100% - 22px) 100%,
		22px 100%,
		0% calc(100% - 22px),
		0% 22px
	);
}
.contents .area_icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, transparent 15px, rgba(255, 255, 255, 0.3) 0) top left,
		linear-gradient(-135deg, transparent 15px, rgba(255, 255, 255, 0.3) 0) top right,
		linear-gradient(-45deg, transparent 15px, rgba(255, 255, 255, 0.3) 0) bottom right,
		linear-gradient(45deg, transparent 15px, rgba(255, 255, 255, 0.3) 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1;
}

.contents.typeB .area_icon {
	justify-content: center;
}

.contents .area_icon .icon {
	position: relative;
}
.contents .area_icon .icon::after {
	content: '';
	background: url(../img/contents_item.webp) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 45%;
	right: -15px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.contents .area_icon .icon:last-child:after {
	background: none;
}

.contents.typeB .area_icon .icon {
	width: 17%;
}


.contents .area_icon .icon p {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 18px;
	text-align: center;
}

.contents .area_icon .icon p span {
	display: block;
	font-size: 15px;
}

.contents .area_icon .icon img {
	display: block;
	width: 60%;
	margin: 0 auto;
}

.contents.typeB .tyeki {
	max-width: 1050px;
	width: 100%;
	height: 376px;
	margin: 0 auto;
	margin-top: 103px;
	padding: 40px 70px;
	background: #3a6bad;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.contents.typeB .tyeki h2 {
	width: 389px;
	position: relative;
	z-index: 1;
}

.contents.typeB .tyeki .img {
	width: 368px;
	position: absolute;
	top: 40px;
	right: 70px;
}

.contents.typeB .tyeki .text {
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 180px;
	left: 220px;
}

.contents.typeB .tyeki .link {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 15px;
	position: absolute;
	top: 290px;
	left: 220px;
}

.contents.typeB .tyeki .link a {
	color: #c6ffff;
	text-decoration: underline;
}

.contents.typeB .tyeki .item01 {
	width: 110px;
	position: absolute;
	top: 50px;
	left: 470px;
}

.contents.typeB .tyeki .item02 {
	width: 218px;
	position: absolute;
	bottom: -2px;
	left: -38px;
}

.contents.typeA .item01,
.contents.typeA .item02,
.contents.typeA .item03 {
	width: 10.2%;
	position: absolute;
	top: 0;
}
.contents.typeA .item01 {
	top: 30px;
	left: 2%;
}
.contents.typeA .item02 {
	top: 1120px;
	left: 5%;
}
.contents.typeA .item03 {
	top: 500px;
	right: 2%;
}

.contents.typeB .item03,
.contents.typeB .item04,
.contents.typeB .item05,
.contents.typeB .item06 {
	width: 10.2%;
	position: absolute;
	top: 0;
}
.contents.typeB .item03 {
	top: 20px;
	right: 28%;
}
.contents.typeB .item04 {
	top: 1030px;
	right: 5%;
}
.contents.typeB .item05 {
	top: 1170px;
	right: 8%;
}
.contents.typeB .item06 {
	top: 930px;
	left: 4%;
}

@media screen and (max-width: 768px) {
	.contents {
		background: #deddf4;
		padding: 40px 0 70px;
	}
	.contents .area {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.contents .area h2 {
		width: 80%;
		margin: 0 auto;
		font-size: 32px;
		text-align: center;
		top: 0;
	}
	.contents .area .text01 {
		width: 100%;
		font-size: 15px;
		position: relative;
		top: 0;
		left: 0;
		margin-top: 20px;
		line-height: 1.8;
	}
	.contents .area ul.text02 {
		position: relative;
		top: 0;
		left: 0;
		justify-content: center;
		margin-top: 20px;
	}
	.contents .area .text03 {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		margin-top: 20px;
	}
	.contents.typeB .area h2 {
		text-align: center;
	}
	.contents .area .img01 {
		width: 100%;
		position: relative;
		margin-top: 10px;
	}
	.contents.typeB .area .text01 {
		top: 0;
		left: 0;
	}
	.contents.typeB .area ul.text02 {
		top: 0;
		left: 0;
	}
	.contents.typeB .area .text03 {
		width: 100%;
		top: 0;
		left: 0;
	}
	.contents.typeB .tyeki h2 {
		width: 80%;
		position: relative;
		z-index: 1;
	}
	.contents .area .wrap_sp {
		display: flex;
		justify-content: center;
	}
	.contents .area .img02 {
		position: relative;
		width: 48%;
		top: 5px;
		left: -3px;
	}
	.contents .area .img03 {
		position: relative;
		width: 43.5%;
		top: 5px;
		right: -3px;
	}
	.contents .area .arch {
		position: relative;
		width: 60%;
		top: 0;
		left: 0;
		margin: 20px auto 0;
	}
	.contents.typeB .area .img02 {
		width: 100%;
		top: 0;
		right: 0;
		left: auto;
		margin-top: 10px;
	}
	.contents .area ul.text02 li {
		font-size: 15px;
	}
	.contents .area .text03 ul {
		display: block;
	}
	.contents .area .text03 ul li:first-child {
		font-size: 26px;
		text-align: center;
		padding-top: 12px;
	}
	.contents .area .text03 ul li {
		font-size: 15px;
		font-weight: 400;
		padding: 10px 0 20px;
		padding-left: 0;
		text-align: center;
	}
	.contents .area_icon {
		width: 90%;
		margin: 40px auto 0;
		flex-wrap: wrap;
	}
	.contents .area_icon .icon,
	.contents.typeB .area_icon .icon {
		width: 30%;
	}
	.contents.typeB .area .arch {
		top: 0;
		right: 0;
		left: auto;
	}
	.contents.typeB .area_icon {
		justify-content: center;
		flex-wrap: wrap;
	}
	.contents.typeB .tyeki {
		width: 90%;
		height: auto;
		margin-top: 60px;
		padding: 40px 20px 200px;
	}
	.contents.typeB .tyeki h2 {
		width: 60%;
		margin: 0 auto;
	}
	.contents.typeB .tyeki .img {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		margin-top: 20px;
	}
	.contents.typeB .tyeki .text {
		font-size: 18px;
		position: relative;
		top: 0;
		left: 0;
		margin-top: 10px;
	}
	.contents.typeB .tyeki .link {
		font-size: 15px;
		position: relative;
		top: 0;
		left: 0;
		margin-top: 20px;
	}
	.contents.typeB .tyeki .link a {
		color: #c6ffff;
		text-decoration: underline;
	}
	.contents.typeB .tyeki .item01 {
		width: 110px;
		position: absolute;
		top: auto;
		bottom: 30px;
		left: 20px;
	}
	.contents.typeB .tyeki .item02 {
		width: 63%;
		position: absolute;
		bottom: -2px;
		left: auto;
		right: -10px;
	}
	.contents.typeA .item01,
	.contents.typeA .item02,
	.contents.typeA .item03 {
		width: 22.2%;
	}
	.contents.typeA .item01 {
		top: 30px;
		left: 2%;
	}
	.contents.typeA .item02 {
		display: none;
	}
	.contents.typeA .item03 {
		top: 900px;
	}

	.contents.typeB .item03,
	.contents.typeB .item04,
	.contents.typeB .item05,
	.contents.typeB .item06 {
		width: 22.2%;
	}
	.contents.typeB .item03 {
		display: none;
	}
	.contents.typeB .item04 {
		display: none;
	}
	.contents.typeB .item05 {
		display: none;
	}
	.contents.typeB .item06 {
		top: 1330px;
		right: 4%;
	}
}

/* ----------------------------------------------------
 contents2
---------------------------------------------------- */
.contents2{
	padding: 127px 0 117px;
	position: relative;
}

.contents2 h2 {
	width: 410px;
	margin: 0 auto;
}

.contents2 .box {
	background: #fff;
	max-width: 1050px;
	margin: 0 auto;
	margin-top: 73px;
	padding: 34px 75px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
}
.contents2 .box::before {
	content: '';
	background: #fff;
	width: 1000px;
	height: 1020px;
	border-radius: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.contents2 .box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10;
}

.contents2 .box ul:nth-of-type(2) {
	margin-top: 27px;
}

.contents2 .box ul:nth-of-type(1) li:first-child {
	order: 2;
	width: 529px;
}

.contents2 .box ul:nth-of-type(2) li:first-child {
	width: 529px;
}

.contents2 .box ul li .menu h3 {
	color: #774296;
	font-family: "questa-sans", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 40px;
	margin-bottom: 10px;
}

.contents2 .box ul li .menu div {
	margin-bottom: 40px;
}

.contents2 .box ul li .menu div p {
	font-size: 18px;
	margin-bottom: 5px;
}
.contents2 .box ul li .menu div p::before {
	content: '⚫︎';
	color: #774296;
}

.contents2 .item01,
.contents2 .item02,
.contents2 .item03 {
	width: 10.2%;
	position: absolute;
	top: 0;
}
.contents2 .item01 {
	top: 480px;
	left: 2%;
}
.contents2 .item02 {
	top: 70px;
	right: 6%;
}
.contents2 .item03 {
	top: 1020px;
	right: 2%;
}

@media screen and (max-width: 768px) {
	.contents2{
		padding: 57px 0 117px;
	}

	.contents2 h2 {
		width: 80%;
	}
	.contents2 .box {
		width: 90%;
		margin-top: 73px;
		padding: 20px 10px;
		border-radius: 20px;
	}
	.contents2 .box::before {
		width: 91%;
		height: 1190px;
		border-radius: 20px;
	}
	.contents2 .box ul {
		display: block;
	}
	.contents2 .box ul:nth-of-type(1) li:first-child,
	.contents2 .box ul:nth-of-type(2) li:first-child {
		width: 100%;
	}
	.contents2 .box ul li .menu h3 {
		font-size: 30px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.contents2 .box ul li .menu div {
		margin-bottom: 20px;
	}
	.contents2 .box ul li .menu div p {
		font-size: 15px;
	}
	.contents2 .box ul:nth-of-type(2) {
		margin-top: 50px;
	}
	.contents2 .box ul li .menu p {
		font-size: 15px;
	}
}

/* ----------------------------------------------------
 others
---------------------------------------------------- */
.others {
	background: #fff;
	padding: 81px 0 142px;
}

.others .box,
.others .box2 {
	max-width: 920px;
	margin: 0 auto;
	position: relative;
}

.others .box2 {
	max-width: 957px;
	background: #edeef8;
	border-radius: 20px;
	margin-top: 106px;
	padding: 10px 40px;
	position: relative;
}
.others .box2::before {
	content: '';
	background: #edeef8;
	width: 910px;
	height: 376px;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.others .border {
	max-width: 920px;
	margin: 75px auto;
}

.others .box .typeA,
.others .box .typeB,
.others .box .typeC,
.others .box2 .typeD {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.others .box2 .typeD {
	position: relative;
	z-index: 10;
}

.others .box .img,
.others .box .text,
.others .box2 .img,
.others .box2 .text {
	width: 48%;
}

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

.others .box .typeA .text h2 {
	width: 260px;
}

.others .box .typeB .text h2 {
	width: 335px;
}

.others .box .typeC .text h2 {
	width: 354px;
}

.others .box .text p {
	margin-top: 22px;
	font-size: 18px;
}

.others .box .text .price {
	display: flex;
	margin-top: 25px;
}

.others .box .text .price li:first-child {
	background: #a67ebe;
	color: #fff;
	border-radius: 10px 0 10px 0;
	padding: 2px 10px;
	font-family: "questa-sans", sans-serif;
	font-weight: 400;
	font-style: italic;
	height: 30px;
}

.others .box .text .price li:last-child {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 18px;
	margin-left: 10px;
}

.others .box .text .price li:last-child span {
	display: block;
	padding-left:1em;
	text-indent:-1em;
	margin-top: 5px;
}

.others .box .text a {
	display: block;
	color: #3a6bad;
	text-decoration: underline;
	margin-top: 10px;
}

.others .box .text .point {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 457px;
	height: 74px;
	margin-top: 30px;
	position: relative;
	padding: 20px;
	background: url(../img/border_point_naka.webp) repeat-y;
	background-size: 100%;
	color: #774296;
}
.others .box .text .point::before {
	content: '';
	display: block;
	background: url(../img/border_point_top.webp) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 0;
}
.others .box .text .point::after {
	content: '';
	display: block;
	background: url(../img/border_point_bottom.webp) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 11px;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.others .box .text .point li {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 18px;
}
.others .box .text .point li:first-child {
	font-family: "questa-sans", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 25px;
}

.others .text-cooperation {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 15px;
	margin-top: 33px;
}

.others .text-cooperation a {
	color: #3a6bad;
	text-decoration: underline;
}

.others .box2 .typeD .text h2 {
	width: 182px;
}

.others .box2 .typeD .text ul {
	margin-top: 20px;
}

.others .box2 .text .price li {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 18px;
}

.others .box2 .text .price li:first-child {
	width: 68px;
	background: #a67ebe;
	color: #fff;
	border-radius: 10px 0 10px 0;
	padding: 2px 10px;
	font-family: "questa-sans", sans-serif;
	font-weight: 400;
	font-style: italic;
	height: 30px;
	margin-bottom: 8px;
}

.others .box2 .typeD .text .area_note {
	margin-top: 10px;
}

.others .box2 .typeD .text p {
	color: #774296;
	border: 1px solid #774296;
	border-radius: 40px;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	padding: 5px 0;
	margin-top: 20px;
}

.others .item01,
.others .item02,
.others .item03,
.others .item04,
.others .item05 {
	width: 14.6%;
	position: absolute;
	top: 0;
}
.others .item01 {
	top: -50px;
	left: -100px;
}
.others .item02 {
	top: 330px;
	right: -100px;
}
.others .item03 {
	top: -120px;
	left: -40px;
}
.others .item04 {
	top: 310px;
	right: -80px;
}
.others .item05 {
	top: 430px;
	right: -50px;
}

@media screen and (max-width: 768px) {
	.others {
		padding: 60px 0 142px;
	}
	.others .box,
	.others .box2 {
		width: 90%;
	}
	.others .box2 {
		margin-top: 76px;
		padding: 10px;
	}
	.others .box .img,
	.others .box .text,
	.others .box2 .img,
	.others .box2 .text {
		width: 100%;
	}
	.others .box .typeA,
	.others .box .typeB,
	.others .box .typeC,
	.others .box2 .typeD {
		display: block;
		padding-top: 70px;
		position: relative;
	}
	.others .box .typeB {
		padding-top: 90px;
	}
	.others .box .typeC {
		padding-top: 130px;
	}
	.others .box .text .point {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px;
	}
	.others .box .text .point::before {
		top: -8px;
	}
	.others .box .text .point li {
		font-size: 15px;
		text-align: center;
	}
	.others .box .text .point li:first-child {
		text-align: center;
	}

	.others .item02 {
		top: 330px;
		right: 0;
	}
	.others .item04 {
		top: 310px;
		right: 0;
	}
	.others .item05 {
		top: 430px;
		right: 0;
	}
	.others .box2::before {
		width: 90%;
		height: 617px;
	}
	.others .box .typeA .text h2,
	.others .box .typeB .text h2,
	.others .box .typeC .text h2,
	.others .box2 .typeD .text h2 {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.others .box .typeA .text h2 {
		width: 70%;
		top: 30px;
	}
	.others .box .typeB .text h2 {
		width: 60%;
		top: 30px;
	}
	.others .box .typeC .text h2 {
		width: 75%;
		top: 50px;
	}
	.others .box2 .typeD .text h2 {
		width: 28%;
		top: 25px;
	}
	.others .box .text p {
		margin-top: 22px;
		font-size: 15px;
		text-align: justify;
	}
	.others .box .text .price {
		margin-top: 20px;
	}
	.others .box .text .price {
		position: relative;
	}
	.others .border {
		width: 90%;
		margin: 65px auto;
	}
	.others .box .text a {
		font-size: 14px;
	}
	.others .text-cooperation {
		font-size: 14px;
		margin-top: 28px;
	}
	.others .box2 .text .price li {
		font-size: 16px;
	}
	.others .box2 .typeD .text p {
		width: 80%;
		margin: 20px auto 0;
		font-size: 15px;
	}
	.others .item01,
	.others .item02,
	.others .item03,
	.others .item04,
	.others .item05 {
		width: 22.6%;
	}
	.others .item01 {
		top: -50px;
		left: -100px;
	}
	.others .item02 {
		display: none;
	}
	.others .item03 {
		top: -120px;
		left: -40px;
	}
	.others .item04 {
		display: none;
	}
	.others .item05 {
		display: none;
	}
}

/* ----------------------------------------------------
 stayplan
---------------------------------------------------- */
.stayplan {
	background: url(../img/stayplan_bg.webp) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 132px 0 126px;
	position: relative;
}

.stayplan h2 {
	width: 384px;
	margin: 0 auto;
}

.stayplan .img {
	max-width: 748px;
	margin: 0 auto;
	margin-top: 23px;
}

.stayplan h3 {
	font-family: "questa-sans", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 40px;
	text-align: center;
	color: #e6cfa0;
	margin-top: 61px;
}

.stayplan p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 26px;
	line-height: 2;
}

.stayplan a.btn {
	background: #e6cfa0;
	color: #003670;
}
.stayplan a.btn::after {
	background: url(../img/btn_arrow02.svg) no-repeat;
}

.stayplan .item01,
.stayplan .item02,
.stayplan .item03 {
	width: 9.3%;
	position: absolute;
	top: 0;
}
.stayplan .item01 {
	top: 80px;
	left: 60px;
}
.stayplan .item02 {
	top: 220px;
	left: 40px;
}
.stayplan .item03 {
	top: 800px;
	right: 80px;
}

@media screen and (max-width: 768px) {
	.stayplan {
		background: url(../img/stayplan_bg_sp.webp) no-repeat;
		background-size: cover;
		background-position: center;
		padding: 50px 20px;
	}
	.stayplan h2 {
		width: 80%;
	}
	.stayplan h3 {
		font-size: 30px;
		margin-top: 10px;
		line-height: 1.3;
	}
	.stayplan p {
		font-size: 15px;
		text-align: left;
		margin-top: 16px;
		line-height: 2;
	}
	.stayplan a.btn {
		margin-top: 20px;
	}
	.stayplan .item01,
	.stayplan .item02,
	.stayplan .item03 {
		display: none;
	}
}

/* ----------------------------------------------------
 omoide10
---------------------------------------------------- */
.omoide10 {
	background: #edeef8;
	padding: 100px 0;
	position: relative;
}

.omoide10 h2 {
	width: 379px;
	text-align: left;
	position: relative;
	left: 10%;
}

.omoide10 .slideauto {
	margin-top: 30px;
	position: relative;
	z-index: 2;
}

.omoide10 .item01,
.omoide10 .item02,
.omoide10 .item03 {
	width: 9.3%;
	position: absolute;
	top: 0;
}
.omoide10 .item01 {
	top: 580px;
	left: 160px;
}
.omoide10 .item02 {
	top: 240px;
	left: 540px;
}
.omoide10 .item03 {
	top: 600px;
	right: 60px;
}

@media screen and (max-width: 768px) {
	.omoide10 {
		background: #edeef8;
		padding: 50px 0 20px;
		position: relative;
		overflow: hidden;
	}
	.omoide10 h2 {
		width: 40%;
		margin: 0 auto;
		left: 0;
	}
	.omoide10 .slideauto {
		margin-top: 10px;
	}
}

/* ----------------------------------------------------
 footer
---------------------------------------------------- */
footer {
	background: #4d5674;
	padding-top: 97px;
}

.sponsorship {
	max-width: 953px;
	margin: 0 auto;
	background: #fff;
	padding: 57px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
}

.sponsorship h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}

.sponsorship h2:nth-of-type(2) {
	margin-top: 42px;
}

.sponsorship h2:nth-of-type(3) {
	margin-top: 60px;
	margin-bottom: 10px;
}

.sponsorship p {
	text-align: center;
}

.sponsorship .logo {
	text-align: center;
	padding: 0;
}

.sponsorship p a,
.sponsorship .logo a {
	color: #000;
}

.sponsorship .logo img {
	display: block;
	width: 179px;
	margin: 0 auto;
}

.sponsorship .logo p {
	font-size: 18px;
	font-weight: 400;
}

.sponsorship .wrap {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.sponsorship .wrap .logo {
	width: 378px;
}

footer .link {
	width: 291px;
	margin: 0 auto;
	margin-top: 37px;
	border: 1px solid #fff;
	border-radius: 50px;
	text-align: center;
	padding: 15px 0;
	color: #fff;
}

footer .link a {
	color: #fff;
	text-decoration: underline;
}

.access {
	max-width: 953px;
	margin: 0 auto;
	margin-top: 104px;
}

.access h2 {
	font-family: "questa-sans", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 48px;
	text-align: center;
	color: #e6cfa0;
}

.access .logo {
	width: 246px;
	margin: 0 auto;
	margin-top: 30px;
}

.access .sns {
	display: flex;
	justify-content: center;
	margin-top: 37px;
}

.access .sns a {
	display: block;
	width: 34px;
	margin: 0 10px;
}

.access .info {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	text-align: center;
	margin: 30px auto;
}

.access .info h3 {
	font-size: 23px;
	margin-bottom: 20px;
}

.access .info a {
	color: #fff;
	text-decoration: underline;
}

.access .info p {
	font-size: 18px;
	margin-bottom: 0;
}

.access .info p:nth-of-type(2) {
	margin-bottom: 20px;
}

.access .info .map {
	margin: 52px auto 40px;
}

footer .area_note {
	max-width: 953px;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
}

footer .hotel {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	text-align: center;
	font-size: 18px;
	margin-top: 40px;
}

footer .hotel a {
	color: #fff;
}

footer .hotel a::before {
	content: '｜';
	padding: 0 16px;
}

footer .hotel a:last-child::after {
	content: '｜';
	padding: 0 16px;
}

footer .copy {
	background: #fff;
	font-size: 13px;
	text-align: center;
	margin-top: 40px;
	padding: 20px;
}

@media screen and (max-width: 768px) {
	footer {
		padding-top: 50px;
	}
	.sponsorship {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0;
	}
	.sponsorship h2 {
		font-size: 19px;
	}
	.sponsorship h2:nth-of-type(2) {
		margin-top: 42px;
	}
	.sponsorship h2:nth-of-type(3) {
		margin-top: 40px;
	}
	.sponsorship p {
		text-align: center;
	}
	.sponsorship .logo {
		text-align: center;
		padding: 0;
	}
	.sponsorship .logo img {
		width: 40%;
	}
	.sponsorship .logo p {
		font-size: 13px;
	}
	.sponsorship .wrap {
		display: block;
	}
	.sponsorship .wrap .logo {
		width: 100%;
		margin-bottom: 30px;
	}
	.access {
		margin-top: 54px;
	}
	.access .logo {
		width: 60%;
	}
	.access .info h3 {
		font-size: 18px;
	}
	.access .info p {
		width: 90%;
		margin: 0 auto;
		font-size: 15px;
	}
	footer .area_note {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		font-size: 12px;
	}
	footer .hotel {
		font-size: 16px;
	}
	footer .hotel a::before,
	footer .hotel a::after {
		display: none;
	}
	footer .copy {
		background: #fff;
		font-size: 13px;
		text-align: center;
		margin-top: 40px;
		padding: 20px;
	}
	footer .hotel a {
		display: block;
		margin-bottom: 10px;
	}
	footer .copy {
		font-size: 10px;
		margin-top: 40px;
		padding: 20px;
	}
}
