@charset "UTF-8";

/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header {
	background: rgb(var(--header));
	position: relative;
}

.header__title,
.header__name {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.header__title {
	width: 39.9102%;
	top: 9.45262vw;
	width: 52.5%;
	top: 2.5vw;
}

.header__name {
	width: 45.52862%;
	top: 46.55442vw;
}

.header__lead {
	padding: 88px 0 0;
	text-align: center;
}

.header__lead .text {
	line-height: 2;
	color: rgb(var(--wht));
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.header__title {
		width: 92.26667%;
		top: 15vw;
	}

	.header__name {
		margin: 0 auto;
		padding: 10.66667vw 0;
		width: 82.88829%;
		text-align: center;
		position: static;
		transform: translateX(0);
	}

	.header__lead {
		padding: 0 6.4vw;
	}

	.header__lead .text {
		font-size: 4.26667vw;
		text-align: left;
	}
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	background: rgb(var(--footer));
	color: rgb(var(--wht));
	position: relative;
	z-index: 1;
}

.footer .container {
	padding: 0 50px;
	max-width: 1050px;
}

@media screen and (max-width: 768px) {
	.footer .container {
		padding: 0 6.4vw;
	}
}

/*
	address
------------------------------ */
.address {
	margin-bottom: 4em;
	padding-top: 100px;
	font-family: var(--gothic);
	text-align: center;
}

.address__logo {
	margin: 0 auto 2em;
	max-width: 142px;
}

.address__contents .link {
	margin-top: 1em;
}

.address__contents .link a {
	color: rgb(var(--wht));
}

.address__contents .link a::before {
	content: "＞";
}

@media screen and (max-width: 1000px) {
	.address {
		padding-top: 10vw;
	}
}

@media screen and (max-width: 768px) {
	.address {
		padding-top: 10.66667vw;
	}

	.address dd {
		font-size: 3.73333vw;
	}
}

/*
	address
------------------------------ */
.footer .notes {
	margin-bottom: 4em;
}

/*
	hotelNav
------------------------------ */
.footer__hotelNav {
	margin-bottom: 55px;
	line-height: 1;
	color: rgb(var(--wht));
	font-family: var(--gothic);
	display: flex;
	justify-content: center;
}

.footer__hotelNav::before {
	content: "｜";
}

.footer__hotelNav li {
	margin: 0;
	text-indent: 0;
	white-space: nowrap;
}

.footer__hotelNav li::before {
	content: "";
}

.footer__hotelNav li::after {
	content: "｜";
}

.footer__hotelNav li a {
	padding: 0 1em;
	color: rgb(var(--wht));
	text-decoration: none;
	display: inline-block;
}

@media screen and (max-width: 1000px) {
	.footer__hotelNav {
		padding: 5.5vw 0;
	}
}

@media screen and (max-width: 768px) {
	.footer__hotelNav {
		padding: 0;
		line-height: 3;
		font-size: 3.73333vw;
		text-align: center;
		display: block;
	}

	.footer__hotelNav::before {
		content: "";
	}

	.footer__hotelNav li::before {
		content: "｜";
	}

	.footer__hotelNav li a {
		padding: 0 0.5em;
	}
}

/*
	copy
------------------------------ */
.copy {
	background: rgb(var(--wht));
	padding: 25px 0;
	color: rgba(var(--blk), 0.75);
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.copy {
		padding: 2.5vw 0;
		font-size: 1.2vw;
	}
}

@media screen and (max-width: 768px) {
	.copy {
		padding: 4.8vw 0;
		font-size: 2.66667vw;
		letter-spacing: -0.005em;
	}
}

/* ----------------------------------------------------
	main
---------------------------------------------------- */
.main {
	width: 100%;
}

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

/* ----------------------------------------------------
	article
---------------------------------------------------- */
.article {
	padding: 88px 0;
}

.article__title {
	line-height: 1;
	font-family: var(--big);
	font-weight: 400;
	text-align: center;
	position: relative;
}

.article__title::before {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	content: "";
}

.article__title .jp {
	font-family: var(--mincho);
}

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

/* ----------------------------------------------------
	artworks
---------------------------------------------------- */
.artworks {
	background: rgb(var(--header));
	padding-bottom: 0;
}

.artworks .container {
	max-width: 1120px;
}

.artworks .article__title {
	margin: 0 auto 0.5em;
	max-width: 950px;
	color: rgb(var(--darkBlu));
	font-size: 80px;
}

.artworks .article__title::before {
	background: rgb(var(--darkBlu));
	bottom: 0.15em;
}

.artworks__list {
	column-count: 2;
	column-gap: 0;
}

.artworks__list--item {
	margin-bottom: 1em;
	width: 100%;
	color: rgb(var(--wht));
	overflow: hidden;
	display: flex;
	align-items: center;
}

.artworks__list--item .images {
	width: 50%;
	position: relative;
	z-index: 2;
}

.artworks__list--item .contents__title {
	margin-bottom: 0.5em;
	padding: 0 0 0.5em 1em;
	line-height: 1.5;
	display: inline-block;
	position: relative;
}

.artworks__list--item .contents__title::before {
	background: rgb(var(--wht));
	width: calc(100% + 3em);
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	content: "";
}

.artworks__list--item .contents__title .author {
	color: #C4C8D2;
	display: block;
}

.artworks__list--item .contents__details {
	padding-left: 1em;
}

.artworks__list--item .contents__details .text {
	color: rgb(var(--blu));
	font-size: 12px;
}

.artworks__list+.notes {
	margin: 2em auto 0;
	width: 80%;
	color: rgb(var(--wht));
	font-size: 12px;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.artworks .article__title {
		font-size: 13.33333vw;
	}

	.artworks .article__title::before {
		bottom: 0.175em;
	}

	.artworks__list {
		column-count: 1;
	}

	.artworks__list--item .images {
		width: 50%;
	}

	.artworks__list--item .contents__title::before {
		width: calc(100% + 2em);
	}

	.artworks__list--item .contents__details .text {
		font-size: 3.2vw;
	}

	.artworks__list+.notes {
		margin: 2em auto 0;
		width: 100%;
		font-size: 2.93333vw;
		text-align: left;
	}
}

/*
	item1
------------------------------ */
.artworks__list--item.item1 .images {
	max-width: 280px;
}

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

/*
	item2
------------------------------ */
.artworks__list--item.item2 {
	margin-bottom: 2em;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.artworks__list--item.item2 .images {
	max-width: 194px;
}

.artworks__list--item.item2 .contents__title,
.artworks__list--item.item2 .contents__details {
	padding-left: 0;
}

.artworks__list--item.item2 .contents__title {
	padding-top: 1.2em;
}

.artworks__list--item.item2 .contents__title::before {
	left: 0;
	right: auto;
}

@media screen and (max-width: 768px) {
	.artworks__list--item.item2 .contents__title::before {
		right: auto;
		left: 0;
	}
}

/*
	item3
------------------------------ */
.artworks__list--item.item3 {
	align-items: flex-end;
}

.artworks__list--item.item3 .images {
	max-width: 208px;
}

@media screen and (max-width: 768px) {
	.artworks__list--item.item3 {
		align-items: center;
	}
}

/*
	item4
------------------------------ */
.artworks__list--item.item4 {
	align-items: flex-start;
}

.artworks__list--item.item4 .contents__title {
	padding-top: 1em;
}

.artworks__list--item.item4 .images {
	max-width: 226px;
}

@media screen and (max-width: 768px) {
	.artworks__list--item.item4 {
		flex-direction: row-reverse;
	}

	.artworks__list--item.item4 .contents__title,
	.artworks__list--item.item4 .contents__details {
		padding-left: 0;
	}

	.artworks__list--item.item4 .contents__title {
		padding-top: 0;
		display: block;
	}

	.artworks__list--item.item4 .contents__title::before {
		width: calc(100% + 3em);
		right: auto;
		left: 0;
	}
}

/*
	item5
------------------------------ */
.artworks__list--item.item5 {
	margin-bottom: 2em;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.artworks__list--item.item5 .images {
	max-width: 244px;
}

.artworks__list--item.item5 .contents__title,
.artworks__list--item.item5 .contents__details {
	padding-left: 0;
}

.artworks__list--item.item5 .contents__title {
	display: block;
}

.artworks__list--item.item5 .contents__title::before {
	left: 0;
	right: auto;
}

@media screen and (max-width: 768px) {
	.artworks__list--item.item5 {
		flex-direction: row;
	}

	.artworks__list--item.item6 .contents__title {
		display: block;
	}

	.artworks__list--item.item5 .contents__title,
	.artworks__list--item.item5 .contents__details {
		padding-left: 1em;
	}
}

/*
	item6
------------------------------ */
.artworks__list--item.item6 {
	align-items: flex-start;
}

.artworks__list--item.item6 .images {
	max-width: 220px;
}

@media screen and (max-width: 768px) {
	.artworks__list--item.item6 {
		flex-direction: row-reverse;
		align-items: center;
	}

	.artworks__list--item.item6 .contents__title,
	.artworks__list--item.item6 .contents__details {
		padding-left: 0;
	}

	.artworks__list--item.item6 .contents__title::before {
		right: auto;
		left: 0;
	}
}

/* ----------------------------------------------------
	sweets
---------------------------------------------------- */
.sweets {
	background: rgb(var(--header));
}

.sweets .article__title {
	margin-bottom: 0.5em;
	color: rgb(var(--darkBlu));
	font-size: 70px;
}

.sweets .article__title::before {
	background: rgb(var(--darkBlu));
	bottom: 0.15em;
}

.sweets__images {
	text-align: center;
}

.sweets__images img {
	max-width: 600px;
}

.sweets__images figcaption {
	margin-top: 2em;
	color: rgb(var(--wht));
}

@media screen and (max-width: 768px) {
	.sweets .article__title {
		font-size: 13.33333vw;
	}

	.sweets__images figcaption {
		text-align: left;
	}
}

/* ----------------------------------------------------
	profile
---------------------------------------------------- */
.profile {
	background: rgb(var(--blu));
}

.profile .article__title {
	margin-bottom: 0.5em;
	color: rgb(var(--header));
	font-size: 90px;
}

.profile .article__title::before {
	background: rgb(var(--header));
	bottom: 0.175em;
}

.profile__list {
	display: flex;
	justify-content: space-between;
}

.profile__list--item {
	width: 47.36842%;
	color: rgb(var(--wht));
}

.profile__list--item .profile__images {
	margin-bottom: 1em;
	text-align: center;
}

.profile__list--item .profile__images img {
	max-width: 300px;
}

.profile__list--item .profile__contents--name {
	line-height: 1;
	font-size: 30px;
	text-align: center;
}

.profile__list--item .profile__contents--details {
	margin-top: 1em;
}

.profile__list--item .profile__contents--details .text {
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.profile .article__title {
		font-size: 13.33333vw;
	}

	.profile .article__title::before {
		bottom: 0.13em;
	}

	.profile__list {
		display: block;
	}

	.profile__list--item {
		width: 100%;
	}

	.profile__list--item:not(:last-of-type) {
		margin-bottom: 2em;
	}

	.profile__list--item .profile__images img {
		max-width: 80%;
	}

	.profile__list--item .profile__contents--name {
		font-size: 8vw;
	}

	.profile__list--item .profile__contents--details .text {
		font-size: 3.73333vw;
	}
}

/* ----------------------------------------------------
	event
---------------------------------------------------- */
.event {
	background: rgb(var(--lightBlu));
	padding-bottom: 0;
}

.event .container {
	display: flex;
	flex-wrap: wrap;
}

.event .article__title {
	margin-bottom: 1em;
	width: 100%;
	color: rgb(var(--blu));
	font-size: 40px;
}

.event .article__title::before {
	background: rgb(var(--blu));
	bottom: 0.15em;
}

.event__images {
	padding-right: 1em;
	width: 50%;
}

.event__contents {
	width: 50%;
}

.event__table--th {
	padding: 0 1em 0 2em;
	vertical-align: top;
}

.event__table--td {
	padding-bottom: 0.5em;
	vertical-align: top;
}

.event__table--td b {
	font-weight: bold;
}

.event__table--td .type1 li::before {
	color: rgb(var(--header));
}

.event .linkBtn {
	margin-top: 2em;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.event .container {
		display: block;
	}

	.event .article__title {
		font-size: 10.66667vw;
	}

	.event .article__title::before {
		bottom: 0.125em;
	}

	.event__images {
		margin-bottom: 1em;
		padding-right: 0;
	}

	.event__images,
	.event__contents,
	.event__table {
		width: 100%;
	}

	.event__table,
	.event__table tr,
	.event__table--th,
	.event__table--td {
		display: block;
	}

	.event__table--th {
		padding: 0;
		vertical-align: top;
	}

	.event__table--td {
		margin-bottom: 1em;
	}

	.event .linkBtn {
		margin-top: 0;
	}
}

/* ----------------------------------------------------
	book
---------------------------------------------------- */
.book {
	background: rgb(var(--lightBlu));
}

.book .article__title {
	margin-bottom: 1em;
	color: rgb(var(--blu));
	font-size: 40px;
}

.book .article__title::before {
	background: rgb(var(--blu));
	bottom: 0.15em;
}

.book__list {
	display: flex;
	justify-content: center;
}

.book__list--item {
	margin: 0 1em;
	width: 40%;
	display: flex;
	justify-content: space-between;
}

.book__list--item .images {
	width: 144px;
}

.book__list--item .contents {
	width: calc(100% - 144px - 1em);
}

.book__list--item .contents__title {
	line-height: 1.5;
	color: rgb(var(--blu));
}

.book__list--item .contents__details {
	margin-top: 1em;
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	.book .article__title {
		font-size: 10.66667vw;
	}

	.book .article__title::before {
		bottom: 0.125em;
	}

	.book__list {
		display: block;
	}

	.book__list--item {
		margin: 0;
		width: 100%;
	}

	.book__list--item:not(:last-of-type) {
		margin-bottom: 2em;
	}

	.book__list--item .images {
		width: 45%;
	}

	.book__list--item .contents {
		width: 50%;
	}

	.book__list--item .contents__title {
		font-size: 4.8vw;
	}

	.book__list--item .contents__details {
		line-height: 1.5;
		font-size: 3.73333vw;
	}
}

/* ----------------------------------------------------
	special
---------------------------------------------------- */
.special .container {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

.special .article__title {
	margin-bottom: 0.25em;
	width: 100%;
	color: #6C7788;
	font-size: 70px;
}

.special .article__title::before {
	background: #6C7788;
	bottom: 0.15em;
}

.special__date {
	margin: 0.15em 0 0.75em;
	width: 100%;
	color: #6C7788;
	font-family: var(--big);
	font-size: 33px;
	text-align: center;
	display: block;
}

.special__images,
.special__contents {
	width: 50%;
}

.special__contents {
	background: #D2D7DD;
	padding: 0 3em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.special__contents--title {
	margin-bottom: 0.5em;
	color: rgb(var(--blu));
	font-size: 22px;
}

.special__contents--details .list {
	margin-top: 1em;
}

@media screen and (max-width: 768px) {
	.special .container {
		display: block;
	}

	.special .article__title {
		font-size: 10.66667vw;
	}

	.special .article__title::before {
		bottom: 0.125em;
	}

	.special__date {
		font-size: 6.66667vw;
	}

	.special__images,
	.special__contents {
		width: 100%;
	}

	.special__contents {
		padding: 2em;
	}

	.special__contents--title {
		font-size: 5.06667vw;
	}

	.special__contents--details .list {
		margin-top: 1em;
	}
}

/* ----------------------------------------------------
	fes
---------------------------------------------------- */
.fes {
	background: rgb(var(--blu));
	color: rgb(var(--wht));
}

.fes .article__title {
	color: #B2C5D4;
	font-size: 60px;
}

.fes .article__title .jp {
	font-size: calc(1em - 6px);
}

.fes .article__title::before {
	display: none;
}

.fes__subTitle {
	margin: 0.5em 0;
	color: #B2C5D4;
	font-family: var(--mincho);
	font-size: 27px;
	font-weight: normal;
	text-align: center;
}

.fes__date {
	margin-bottom: 1em;
	color: #B2C5D4;
	font-family: var(--big);
	font-size: 33px;
	text-align: center;
}

.fes__lead {
	margin-bottom: 4em;
	text-align: center;
}

.fes .linkBtn {
	margin-bottom: 4em;
	text-align: center;
}

.fes__tradition {
	margin-bottom: 4em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fes__tradition--title {
	margin-right: 4em;
	width: 190px;
}

.fes__tradition--contents {
	font-size: 12px;
}

.fes__organizer--title {
	margin-bottom: 2em;
	text-align: center;
}

.fes__organizer--contents {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fes__organizer--logo {
	margin: 0 2em;
}

.fes__organizer--logo.seibu {
	width: 130px;
}

.fes__organizer--logo.yomiuri {
	width: 150px;
}

@media screen and (max-width: 768px) {
	.fes .article__title {
		font-size: 13.33333vw;
	}

	.fes .article__title .jp {
		font-size: calc(1em - 6px);
	}

	.fes .article__title::before {
		display: none;
	}

	.fes__subTitle {
		font-size: 4.8vw;
	}

	.fes__date {
		font-size: 6.4vw;
	}

	.fes__lead {
		margin-bottom: 2em;
	}

	.fes .linkBtn {
		margin-bottom: 2em;
	}

	.fes__tradition {
		margin-bottom: 2em;
		display: block;
	}

	.fes__tradition--title {
		margin: 0 auto 1em;
		width: 190px;
		text-align: center;
	}

	.fes__tradition--contents {
		font-size: 3.73333vw;
	}

	.fes__organizer--contents {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.fes__organizer--logo {
		margin: 0 1em;
	}

	.fes__organizer--logo.seibu {
		width: 130px;
	}

	.fes__organizer--logo.yomiuri {
		width: 150px;
	}
}