@charset "UTF-8";

/* --------------------------------------------------
	section
-------------------------------------------------- */
.section {
	margin: 0 auto;
	padding: 0 50px 120px;
	max-width: 1100px;
}

.section__title {
	margin-bottom: 2.5rem;
	padding: calc(1rem + 45px) 0 1rem;
	text-align: center;
	border-bottom: solid 1px rgb(var(--brn));
	position: relative;
}

.section__title::before {
	background: rgb(var(--brn));
	width: 1px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

.section__title img {
	width: auto;
	height: 31px;
}

.section__contents {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section__contents.head {
	margin-bottom: 4em;
}

.section__contents--details {
	width: 48.7894%;
}

.section__contents--wide {
	margin-top: 1.5em;
	width: 100%;
}

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

@media screen and (max-width: 1200px) {
	.section {
		padding: 0 4.16667vw 10vw;
	}

	.section__title {
		padding: calc(1rem + 3.75vw) 0 1rem;
	}

	.section__title::before {
		height: 4.58333vw;
	}

	.section__title img {
		height: 2.58333vw;
	}

	.section__contents {
		font-size: 1.16667vw;
	}
}

@media screen and (max-width: 768px) {
	.section {
		margin: 0 auto;
		padding: 0 6.4vw 13.33333vw;
	}

	.section__title {
		margin-top: 1rem;
		padding: 0.5em 0 1rem;
	}

	.section__title::before {
		height: 6.4vw;
	}

	.section__title img {
		width: auto;
		height: 4.8vw;
	}

	.section__contents {
		font-size: 3.73333vw;
		display: block;
	}

	.section__contents--details {
		margin-bottom: 1em;
		width: 100%;
	}
}

/*
	contents
---------------------------------------- */
/* contents01 */
.contents01__title {
	margin-bottom: 1em;
	/* margin-left: 2em; */
	color: rgb(var(--blu));
	font-size: 16px;
	font-weight: 600;
	/* text-indent: -1.8em; */
}

@media screen and (max-width: 1200px) {
	.contents01__title {
		font-size: 1.33333vw;
	}
}

@media screen and (max-width: 768px) {
	.contents01__title {
		font-size: 4.26667vw;
	}
}

/* contents02 */
.contents02__title {
	margin-bottom: 1rem;
	line-height: 1.25;
	color: rgb(var(--brn));
	font-family: var(--futura);
	font-size: 54px;
	font-style: italic;
	font-weight: 300;
}

.contents02__title span {
	font-size: 42px;
	display: block;
}

.contents02__text {
	margin-bottom: 2em;
}

.contents02__date {
	margin-bottom: 1rem;
	color: rgb(var(--brn));
	font-size: 18px;
}

.contents02 .list.type1 li {
	color: rgb(var(--brn));
	font-size: 18px;
}

.contents02 .linkBtn a {
	padding: 1em 0;
	line-height: 1;
	color: rgb(var(--brn));
	font-size: 19px;
	justify-content: flex-start;
	/* border-top: solid 1px rgb(var(--brn)); */
	border-bottom: solid 1px rgb(var(--brn));
}

.contents02 .linkBtn a:first-child {
	border-top: solid 1px rgb(var(--brn));
}

.contents02 .linkBtn a::before {
	content: "＞";
}

.contents02 .profile {
	background: rgb(var(--wht));
	margin-top: 4em;
	padding: 50px;
	display: flex;
	justify-content: space-between;
}

.contents02 .profile__image {
	width: 244px;
}

.contents02 .profile__contents {
	width: calc(100% - 284px);
	font-size: 14px;
}

.contents02 .profile__contents--details {
	margin-bottom: 2rem;
}

.contents02 .profile__contents--details .name {
	margin-bottom: 1rem;
	line-height: 1.5;
	font-size: 27px;
}

.contents02 .profile__contents--details .name small {
	margin-left: 0.7em;
	font-size: 0.7em;
	letter-spacing: -0.005em;
	display: inline-block;
}

.contents02 .profile__contents--details .info {
	font-size: 16px;
}

@media screen and (max-width: 1200px) {
	.contents02__title {
		font-size: 4.5vw;
	}

	.contents02__title span {
		font-size: 3.5vw;
	}

	.contents02__date,
	.contents02 .list.type1 li {
		font-size: 1.5vw;
	}

	.contents02 .linkBtn a {
		font-size: 1.58333vw;
	}

	.contents02 .profile {
		padding: 4.16667vw;
	}

	.contents02 .profile__image {
		width: 20.33333vw;
	}

	.contents02 .profile__contents {
		width: calc(100% - 23.66667vw);
		font-size: 1.16667vw;
	}

	.contents02 .profile__contents--details .name {
		font-size: 2.25vw;
	}

	.contents02 .profile__contents--details .info {
		font-size: 1.33333vw;
	}
}

@media screen and (max-width: 768px) {
	.contents02__title {
		font-size: 8.8vw;
	}

	.contents02__title span {
		font-size: 7.2vw;
	}

	.contents02__date,
	.contents02 .list.type1 li {
		font-size: 4.26667vw;
	}

	.contents02 .linkBtn a {
		font-size: 4.53333vw;
	}

	.contents02 .profile {
		padding: 6.4vw;
		display: block;
	}

	.contents02 .profile__image {
		margin: 0 auto 2em;
		width: 42.66667vw;
	}

	.contents02 .profile__contents {
		width: 100%;
		font-size: 3.2vw;
	}

	.contents02 .profile__contents--details .name {
		margin-bottom: 1rem;
		font-size: 4.6vw;
	}

	.contents02 .profile__contents--details .name small {
		margin-left: 0;
	}

	.contents02 .profile__contents--details .info {
		font-size: 3.73333vw;
	}
}


/* --------------------------------------------------
	parallax
-------------------------------------------------- */
.parallax {
	/* background: #f00; */
	width: 100%;
	/* height: 45.98909vw; */
	height: 44vw;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.parallax {
		height: 65vw;
	}
}

/* --------------------------------------------------
	about
-------------------------------------------------- */
.about__kv {
	margin-bottom: 160px;
}

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

.about__inner:not(:last-of-type) {
	margin-bottom: 4em;
}

.about__title {
	margin-bottom: 2rem;
	width: 100%;
}

.about__title span {
	background: rgb(var(--bgColor));
	margin-bottom: 1rem;
	line-height: 1;
	color: rgb(var(--brn));
	font-family: var(--futura);
	font-size: 37px;
	font-style: italic;
	font-weight: 300;
	display: block;
	position: relative;
}

.about__title span::before {
	background: rgb(var(--brn));
	width: 290px;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	content: "";
}

.about__image {
	width: 46.32643%;
	position: relative;
}

.about__image .image {
	/* width: 311px; */
}

.about__contents {
	width: 46.4631%;
}

.about__contents .text {
	font-size: 14px;
}

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

/* odd */
.about .about__inner:nth-of-type(odd) .about__title img {
	width: 760px;
}

.about .about__inner:nth-of-type(odd) .about__title span::before {
	left: 26%;
}

.about .about__inner:nth-of-type(odd) .about__image .image {
	margin-left: auto;
}

/* even */
.about .about__inner:nth-of-type(even) {
	flex-direction: row-reverse;
}

.about .about__inner:nth-of-type(even) .about__title {
	text-align: right;
}

.about .about__inner:nth-of-type(even) .about__title span::before {
	right: 25%;
}

.about .about__inner:nth-of-type(even) .about__title img {
	width: 557px;
}

.about .about__inner:nth-of-type(even) .about__image {
	text-align: left;
}

.about .about__inner:nth-of-type(even) .about__image .sign {
	width: 156px;
	position: absolute;
	bottom: 40px;
	left: 42%;
}

.about .about__inner .linkBtn a {
	margin-top: 2em;
	padding: 1em 0;
	line-height: 1;
	color: rgb(var(--brn));
	font-size: 19px;
	justify-content: flex-start;
	border-top: solid 1px rgb(var(--brn));
	border-bottom: solid 1px rgb(var(--brn));
}

.about .about__inner .linkBtn a::before {
	content: "＞";
}

@media screen and (max-width: 1200px) {
	.about__kv {
		margin-bottom: 13.33333vw;
	}

	.about__title span {
		font-size: 3.08333vw;
	}

	.about__title span::before {
		width: 24.16667vw;
	}

	.about__image .image {
		/* width: 25.91667vw; */
	}

	.about__contents .text {
		font-size: 1.16667vw;
	}

	/* odd */
	.about .about__inner:nth-of-type(odd) .about__title img {
		width: 63.33333vw;
	}


	/* even */
	.about .about__inner:nth-of-type(even) .about__title img {
		width: 46.41667vw;
	}

	.about .about__inner:nth-of-type(even) .about__image .sign {
		width: 13vw;
		bottom: 3.33333vw;
	}

	.about__inner .linkBtn a {
		font-size: 1.58333vw;
	}
}

@media screen and (max-width: 768px) {
	.about__kv {
		margin-bottom: 13.33333vw;
	}

	.about__title span {
		font-size: 4.8vw;
	}

	.about__title span::before {
		width: 42.4vw;
	}

	.about__image {
		margin-bottom: 2em;
		width: 100%;
	}

	.about__image .image {
		width: 100%;
		text-align: center;
	}

	.about__image .image img {
		width: 42.66667vw;
	}

	.about__contents {
		width: 100%;
	}

	.about__contents .text {
		font-size: 3.73333vw;
	}

	/* odd */
	.about .about__inner:nth-of-type(odd) .about__title img {
		width: 100%;
		width: auto;
		height: 13.33333vw;
	}

	.about .about__inner:nth-of-type(odd) .about__title span::before {
		left: 38%;
	}

	.about .about__inner:nth-of-type(odd) .about__image .image {
		margin: 0;
	}

	/* even */
	.about .about__inner:nth-of-type(even) {
		flex-direction: row;
	}

	.about .about__inner:nth-of-type(even) .about__title {
		text-align: right;
	}

	.about .about__inner:nth-of-type(even) .about__title span::before {
		right: 38%;
	}

	.about .about__inner:nth-of-type(even) .about__title img {
		margin: 0 auto;
		width: auto;
		height: 6.4vw;
		display: block;
	}

	.about .about__inner:nth-of-type(even) .about__image .sign {
		width: 20.8vw;
		right: 20%;
		bottom: 5.33333vw;
		left: auto;
	}

	.about .about__inner .linkBtn a {
		font-size: 4.53333vw;
	}
}

/* --------------------------------------------------
	tanabata
-------------------------------------------------- */
.tanabata {
	color: rgb(var(--brn));
}

.tanabata__kv {
	margin-bottom: 160px;
}

.tanabata .container {
	padding: 0 50px;
	max-width: 870px;
}

.tanabata .container:not(:last-of-type) {
	margin-bottom: 116px;
}

.tanabata__title {
	margin-bottom: 1.5rem;
	text-align: center;
}

.tanabata__title.line {
	padding-bottom: 70px;
	border-bottom: solid 1px rgb(var(--brn));
	position: relative;
}

.tanabata__title.line::before {
	background: rgb(var(--brn));
	width: 1px;
	height: 55px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

.tanabata__title img {
	width: auto;
	height: 31px;
}

@media screen and (max-width: 1200px) {
	.tanabata__kv {
		margin-bottom: 13.33333vw;
	}

	.tanabata .container {
		padding: 0 4.16667vw;
	}

	.tanabata .container:not(:last-of-type) {
		margin-bottom: 9.66667vw;
	}

	.tanabata__title.line {
		padding-bottom: 5.83333vw;
	}

	.tanabata__title.line::before {
		height: 4.58333vw;
	}

	.tanabata__title img {
		height: 2.58333vw;
	}
}

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

	.tanabata .container:not(:last-of-type) {
		margin-bottom: 7.2vw;
	}

	.tanabata__title.line {
		padding-bottom: 7.2vw;
	}

	.tanabata__title.line::before {
		height: 4.8vw;
	}

	.tanabata__title img {
		width: 100%;
		height: auto;
	}
}

/*
	inquiries
------------------------------ */
.inquiries .tanabata__title img {
	width: auto;
	height: 30px;
}

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

.inquiries__list--item {
	/* width: 50%; */
}

.inquiries__details {
	line-height: 1.5;
	letter-spacing: -0.005em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.inquiries__details--title {
	margin-bottom: 0.5rem;
	font-size: 23px;
}

.inquiries__details--tel {
	font-size: 27px;
}

.inquiries__details--tel .tel {
	color: rgb(var(--brn));
	text-decoration: none;
}

.inquiries__details--tel .time {
	font-size: 17px;
	/* display: block; */
}

@media screen and (max-width: 1200px) {
	.inquiries .tanabata__title img {
		height: 2.5vw;
	}

	.inquiries__details--title {
		font-size: 1.91667vw;
	}

	.inquiries__details--tel {
		font-size: 2.25vw;
	}

	.inquiries__details--tel .time {
		font-size: 1.41667vw;
	}
}

@media screen and (max-width: 768px) {
	.inquiries .tanabata__title img {
		height: 4.26667vw;
	}

	.inquiries__list {
		display: block;
	}

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

	.inquiries__list--item:not(:last-of-type) {
		margin-bottom: 1rem;
	}

	.inquiries__details--title {
		margin-bottom: 0.5rem;
		font-size: 4.26667vw;
	}

	.inquiries__details--tel {
		font-size: 6.4vw;
		text-align: center;
	}

	.inquiries__details--tel .time {
		font-size: 3.73333vw;
		display: block;
	}
}

/*
	corporation
------------------------------ */
.corporation {
	font-size: 17px;
}

.corporation .tanabata__title img {
	width: auto;
	height: 28px;
}

.corporation__sponsorship {
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1200px) {
	.corporation {
		font-size: 1.41667vw;
	}

	.corporation .tanabata__title img {
		height: 2.33333vw;
	}
}

@media screen and (max-width: 768px) {
	.corporation {
		font-size: 3.73333vw;
	}

	.corporation__sponsorship {
		display: block;
	}

	.corporation .tanabata__title img {
		height: 4.26667vw;
	}
}