@charset "utf-8";

/*==============================================

	case

==============================================*/
main {
	background-color: var(--owt);
}

.our_place {
	background-color: var(--owt);
	position: relative;
	/* padding-bottom: 140px; */
}
.our_place .inner {
	/* padding-top: 60px; */
	position: relative;
}
.our_place .slider_wrap {
	position: relative;
	display: flex;
}
.our_place .slider_wrap .fade_slider {
	width: 50%;
}
.our_place .slider_wrap .fade_slider img {
	width: 100%;
	aspect-ratio: 682 / 580;
	object-fit: cover;
}
.our_place .heading {
	position: absolute;
	top: -66px;
	z-index: 1;
	left: 0;
	right: 0;
}
.our_place .heading .en_heading {
	text-align: center;
}
.our_place .heading .en_heading img {
	display: inline-block;
}
.our_place .heading h2 {
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 2px;
	margin-top: 40px;
	font-weight: 300;
}
.our_place .heading .catch {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 2px;
	margin-top: 30px;
	line-height: 2em;
}

.our_place_list {
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.our_place_list li {
	display: flex;
	align-items: flex-end;
	position: relative;
}
.our_place_list li .sub_img {
	position: absolute;
	right: calc((100% - 1480px) / 2);
	top: 0;
	width: 175px;
	left: auto;
}
.our_place_list li .sub_img picture {
	width: 100%;
}
.our_place_list li .sub_img picture img {
	aspect-ratio: 175 / 180;
	object-fit: cover;
}
.our_place_list li picture {
	width: 50%;
	display: block;
}
.our_place_list li picture img{
	width: 100%;
	border-radius: 5px;
}
.our_place_list li .box {
	width: 50%;
	padding-left: 6%;
	padding-right: 2%;
}
.our_place_list li .box h2 {
	color: var(--green);
	font-size: 1.3rem;
	letter-spacing: 2px;
}
.our_place_list li .box .subtitle {
	font-size: 2.2rem;
	letter-spacing: .05em;
	margin-bottom: 15px;
	line-height: 1.8em;
}
.our_place_list li .box .catch {
	font-size: 1.5rem;
	margin-bottom: 60px;
	letter-spacing: .1em;
	line-height: 2;
}
.our_place_list li .box .text {
	max-width: 460px;
	margin-bottom: 30px;
}

.section_style {
	position: relative;
	background-color: var(--owt);
	padding-bottom: 30px;
}
.section_style .inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.section_style .inner > picture {
	width: 50%;
}
.section_style .inner > picture img {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.section_style .inner > .box {
	width: 50%;
	max-width: 500px;
	margin-left: auto;
	margin-right: 100px;
	padding-left: 20px;
}
.section_style .inner > .box .en {
	color: var(--green);
	font-size: 1.6rem;
	line-height: 1.8em;
}
.section_style .inner > .box .ja_heading {
	margin-top: 20px;
	font-size: 2.2rem;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.section_style .inner > .box .view_more {
	margin-top: 40px;
}

/* 運営会場 */
.single_w_place .mv picture {
	position: relative;
}
.single_w_place .mv picture:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	margin: auto;
	z-index: 1;
}

.single_w_place .caption {
	margin: 120px auto 120px;
	max-width: 1260px;
	padding: 0 30px;
}
.single_w_place .caption h2 {
	font-size: 2.2rem;
	line-height: 2em;
	text-align: center;
	letter-spacing: 2px;
}
.single_w_place .caption .text {
	margin-top: 20px;
	font-size: 1.3rem;
	line-height: 2.2em;
	text-align: center;
}
.single_w_place .contents1 {
	margin-top: 120px;
	margin: 120px auto 120px;
	padding-left: 30px;
}
.single_w_place .contents1 .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-right: calc((100% - 1480px) / 2);
	padding-left: calc((100% - 1260px) / 2 + 30px);
}
.single_w_place .contents1 .img {
	width: 45%;
	order: 1;
	position: relative;
	z-index: 1;
}
.single_w_place .contents1 .img img {
	width: 100%;
	border-radius: 5px;
}
.single_w_place .contents1 .box {
	width: 55%;
	padding-right: 10%;
}
.single_w_place .contents1 .box h2 {
	font-size: 2.6rem;
	color: var(--green);
	letter-spacing: 2px;
	position: relative;
}
.single_w_place .contents1 .box h2:after {
	content: '';
	display: inline-block;
	width: calc(100vw);
	height: 1px;
	background-color: var(--line-gray);
	position: absolute;
	bottom: 0;
	left: 0;
}
.single_w_place .contents1 .box .text {
	margin-top: 30px;
	font-size: 1.3rem;
	line-height: 2.2em;
}

.single_w_place .value_up {
	margin-top: 120px;
	margin-bottom: 120px;
}
.single_w_place .value_up > h2 {
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
.single_w_place .value_up .header {
	display: flex;
	align-items: flex-end;
	border-top: 1px solid var(--line-gray);
	margin-bottom: 120px;
	margin-top: -24px;
}
.single_w_place .value_up .header .img {
	width: 50%;
}
.single_w_place .value_up .header .box {
	width: 50%;
	padding-left: 7%;
	padding-right: calc((100% - 1200px) / 2);
}
.single_w_place .value_up .header .box h3 {
	font-size: 2rem;
	line-height: 2em;
	margin-bottom: 20px;
}
.single_w_place .value_up .header .box .text {
	margin-bottom: 0;
}
.single_w_place .value_up .header img {
	border-radius: 0 5px 5px 0;
}
.single_w_place .sections .section {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-left: 30px;
}
.single_w_place .sections .section .img {
	width: 50%;
	order: 1;
}
.single_w_place .sections .section .img img {
	border-radius: 5px 0 0 5px;
}
.single_w_place .sections .section .box {
	width: 50%;
	padding-right: 5%;
	padding-left: calc((100% - 1230px) / 2);
	padding-bottom: 20px;
}
.single_w_place .sections .section .box .en {
	color: var(--green);
	font-size: 1.4rem;
	line-height: 1.8em;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.single_w_place .sections .section .box h2 {
	font-size: 2rem;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 15px;
	line-height: 2em;
}
.single_w_place .gallery {
	margin-top: 120px;
	margin-bottom: 120px;
}
.single_w_place .gallery .swiper {
	padding-bottom: 40px;
}
.single_w_place .gallery .swiper .swiper-slide img {
	border-radius: 5px;
}

.single_w_place .data {
	margin-top: 120px;
	padding-left: 30px;
}
.single_w_place .data .en_title {
	font-size: 2.6rem;
	color: var(--green);
	border-bottom: 1px solid var(--line-gray);
	padding-bottom: 10px;
	max-width: 1260px;
	margin: 0 auto;
	letter-spacing: 2px;
}
.single_w_place .data .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-left: calc((100% - 1260px) / 2);
}
.single_w_place .data .inner .map {
	width: 50%;
}
.single_w_place .data .inner .box {
	width: 50%;
	padding-right: 40px;
}
.single_w_place .data .inner iframe {
	width: 100%;
	aspect-ratio: 583 / 464;
	filter: grayscale(100%);
	height: auto;
}
.single_w_place .data .name_box {
	margin-top: 40px;
	margin-bottom: 20px;
}
.single_w_place .data .name_box .en_name {
	font-size: 2rem;
	line-height: 1.8em;
	letter-spacing: 2px;
}
.single_w_place .data .name_box .ja_name {
	font-size: 1.3rem;
	letter-spacing: 2px;
}
.single_w_place .data .data_list > li {
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
	margin-bottom: 15px;
}
.single_w_place .data .data_list > li > h4 {
	width: 100px;
	font-size: 1.3rem;
	line-height: 2.2em;
}
.single_w_place .data .data_list > li > p {
	font-size: 1.3rem;
	line-height: 2.2em;
	width: calc(100% - 100px);
}
.single_w_place .data .btns {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 60px;
}
.single_w_place {
	/* background-color: transparent; */
	padding-bottom: 140px;
	overflow: hidden;
}

.other_case {
	background-color: var(--dark-green-bg);
	/* margin-top: 140px; */
	padding-bottom: 100px;
	position: relative;
}

.other_case .heading {
	text-align: center;
}
.other_case .heading picture {
	display: block;
	text-align: center;
}
.other_case .heading picture img {
	display: inline-block;
}
.other_case .heading h2 {
	text-align: center;
	color: var(--wt);
	font-size: 1.3rem;
	margin-top: 15px;
}
.other_case .inner {
	max-width: 1240px;
	padding: 0 20px;
	margin: 50px auto 0;
}
.case_slider {
	padding-bottom: 60px;
}
.case_slider .swiper-slide {
	width: 280px;
}
.case_slider .swiper-slide img {
	width: 100%;
	border-radius: 5px;
}
.case_slider .swiper-slide .title {
	font-size: 1.4rem;
	line-height: 2em;
	letter-spacing: 2px;
	color: var(--wt);
	margin-top: 15px;
}
.case_slider .swiper-slide .more {
	color: var(--wt);
	font-size: 1.2rem;
	margin-top: 15px;
	position: relative;
	width: 130px;
}
.case_slider .more::before {
    content: '';
    width: 37px;
    height: 1px;
    background-color: var(--owt);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    transition: all .4s ease-in-out;
}
.case_slider .more:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--owt);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    transition: all .5s;
    transition-delay: .25s;
}
.case_slider .swiper-pagination-bullet {
	background-color: var(--wt);
}

.case_slider .swiper-pagination-bullet-active {
	background-color: var(--wt);
}

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


	.our_place .slider_wrap {
		flex-direction: column;
	}
	.our_place .slider_wrap .fade_slider {
		width: 100%;
	}
	.our_place .slider_wrap .fade_slider img {
		aspect-ratio: 39 / 25;
	}

	.our_place .heading {
		top: -47px;
	}
	.our_place .heading .catch {
		font-size: 1.6rem;
	}
	.our_place .heading h2 {
		margin-top: 20px;
	}

	.our_place_list {
		gap: 60px;
	}
	.our_place_list li {
		flex-direction: column;
		padding: 0 20px;
	}
	.our_place_list li picture {
		width: 100%;
	}
	.our_place_list li .box {
		width: 100%;
		padding-left: 0;
		padding: 0 10px;
		margin-top: 30px;
	}
	.our_place_list li .box .subtitle {
		font-size: 1.8rem;
	}
	.our_place_list li .box .text {
		margin-bottom: 30px;
	}

	.our_place_list li .box .catch {
		margin-bottom: 30px;
		font-size: small;
		letter-spacing: .05em;
		line-height: 1.8;
	}





	.single_w_place .caption h2 {
		font-size: 1.6rem;
		text-align: left;
	}
	.single_w_place .caption .text {
		text-align: left;
	}
	.single_w_place .caption {
		padding: 0 20px;
		margin: 0px auto 0;
	}
	.single_w_place .contents1 .inner {
		flex-direction: column;
	}
	.single_w_place .contents1 .box {
		width: 100%;
		padding: 0;
	}
	.single_w_place .contents1 .img {
		width: 100%;
	}
	.single_w_place .contents1 .box h2 {
		margin-bottom: 30px;
	}
	.single_w_place .contents1 .box .text {
		margin-top: 20px;
	}
	.single_w_place .contents1 {
		padding: 0 20px;
		margin: 70px auto 70px;
	}

	.single_w_place .value_up .header {
		flex-direction: column;
		margin-top: -15px;
		margin-bottom: 60px;
	}
	.single_w_place .value_up .header .img {
		width: 100%;
	}
	.single_w_place .value_up .header .box {
		width: 100%;
		padding: 0 20px;
		margin-top: 30px;
	}
	.single_w_place .value_up .header .box h3 {
	    font-size: 1.6rem;
	    margin-bottom: 10px;
	}
	.single_w_place .sections .section {
		flex-direction: column;
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.single_w_place .sections .section .box {
		width: 100%;
		padding-bottom: 0;
	}
	.single_w_place .sections .section .img {
		width: 100%;
		order: 0;
		margin-bottom: 20px;
	}
	.single_w_place .sections .section .box h2 {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.single_w_place .sections .section .box .en {
		margin-bottom: 5px;
	}
	.single_w_place .sections .section .img {
		margin-bottom: 20px;
	}
	.single_w_place .value_up {
		margin-bottom: 70px;
		margin-top: 70px;
	}
	.single_w_place .gallery {
		margin: 70px 0;
	}
	.single_w_place .data {
		margin-top: 70px;
	}
	.single_w_place .data .inner {
		flex-direction: column;
	}
	.single_w_place .data .inner .box {
		width: 100%;
		padding-right: 0;
	}
	.single_w_place .data .inner .map {
		width: 100%;
		order: -1;
	}
	.single_w_place .data .name_box {
		margin-top: 20px;
	}
	.single_w_place .data {
		padding: 0;
	}
	.single_w_place .data {
		padding: 0 20px;
	}
	.single_w_place .data .en_title {
		margin-bottom: 30px;
	}
	.data .data_list li {
		width: 100%;
	}
	.single_w_place .data .inner iframe {
		aspect-ratio: 1 / 1;
	}
	.single_w_place .data .btns {
		flex-direction: column;
		gap: 10px;
		margin-top: 0px;
	}
	.single_w_place .data .btns .view_more{
		margin-top: 0;
	}

	.other_case {
		padding-bottom: 70px;
	}
}