@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	landplan
*
//////////////////////////////////////////////////*/

.page__wrapper {
	padding-top: 1rem;
}
.page__ttl .page__ttl-bk {
	height: 63rem;
	max-height: 45%;
}

.landplan .section__ttl img {
	width: 14.6rem;
}

.landplan .section__body .lead {
	margin-bottom: 4.0rem;
}

.landplan .landplan__section + .landplan__section {
	margin-top: 4.0rem;
}

.landplan .landplan__section .landplan__section-ttl {
	text-align: center;
}

.landplan .landplan__section .landplan__section-ttl .en {
	font-family: "EB Garamond", serif;
	font-size: 1.2rem;
	color: #855B1C;
}

.landplan .landplan__section .landplan__section-ttl .en + .lead {
	color: #3e3a39;
	border-bottom: 1px solid #A0A0A0;
	margin-bottom: 1.6rem;
	padding-bottom: 1.6rem;
}

.landplan .landplan__section .landplan__section-body {
	margin-bottom: 3.2rem;
}

.landplan .landplan__section .landplan__section-body .body {
	margin-bottom: 1.0rem;
}

.landplan .landplan__section .image {
	margin-bottom: 1.6rem;
}

.base__bg {
	width: 96%;
	padding: 5rem;
	margin: 0 auto min(160px, 6.2%);
	background-color: #f0eee8;
}

.landplan .landplan__merritt {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	grid-column-gap: 2%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: .021em;
}

.landplan .landplan__merritt .item {
	padding: 20px;
	line-height: 1.2;
	font-size: 1.5rem;
	color: #fff;
	background: #145754;
}

.landplan .landplan__section .times .item + .item {
	margin-top: 2.0rem;
}

.landplan .landplan__section .times .item .main {
	position: relative;
	z-index: 1;
}

.landplan .landplan__section .times .item .wrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	-webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
}

.landplan .landplan__section .times .item .bg img {
	height: 12.0rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.landplan .landplan__section .times .item .area {
	font-size: 1.8rem;
}

.landplan .landplan__section .times .item .time {
	line-height: 1;
	font-size: 2.2rem;
}

.landplan .landplan__section .times .item .time ._l {
	font-size: 2.54em;
}

.landplan .landplan__section .times .item .time ._s {
	font-size: 1.14em;
}

.landplan .landplan__section .times .item .txt p {
	font-size: 1.0rem;
}

.landplan .copy .lead {
	padding: 2% 0;
	font-size: 1.5rem;
}

.landplan .station .copy .lead {
	color: #fff;
	background: #145754;
}

.landplan .place .copy .lead {
	margin-bottom: 1.0rem;
	color: #fff;
	background: #552728;
}

.landplan .place .item + .item {
	margin-top: 2.0rem;
}

.landplan .place .item .img {
	position: relative;
}

.landplan .place .item .img .cap {
	position: absolute;
	left: 0;
	bottom: .6em;
	width: 100%;
	padding-left: 1em;
}

.landplan .place .item .time {
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
	.landplan .section__ttl img {
		width: 25.4rem;
		max-width: 25.4rem;
	}

	.landplan .section__body .lead {
		margin-bottom: 3.2rem;
	}

	.landplan .landplan__section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.landplan .landplan__section + .landplan__section {
		margin-top: 5.0rem;
	}

	.landplan .landplan__section .landplan__section-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.landplan .landplan__section .landplan__section-wrap.order_1 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.landplan .landplan__section .landplan__section-wrap.order_2 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 7.2rem;
	}

	.landplan .landplan__section .landplan__section-ttl {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
		max-width: 46.6rem;
		text-align: left;
	}

	.landplan .landplan__section .landplan__section-ttl .en {
		font-size: 1.2rem;
	}

	.landplan .landplan__section .landplan__section-ttl .en + .lead {
		margin: 0;
		padding: 0;
		text-align: left;
		font-size: 2.0rem;
		border: none;
	}

	.landplan .landplan__section .landplan__section-body {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 62%;
		flex: 0 0 62%;
		margin: 0;
		padding-left: 4%;
		border-left: 1px solid #A0A0A0;
	}

	.landplan .landplan__section .landplan__section-body .body {
		font-size: 1.5rem;
	}

	.landplan .landplan__section .image {
		max-width: 80.0rem;
		margin: 0 auto 4.4rem;
	}

	.landplan .landplan__section .times {
		display: grid;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-template-columns: repeat(3, 32%);
	}

	.landplan .landplan__section .times .item + .item {
		margin-top: 0;
	}

	.landplan .landplan__section .times .item .bg img {
		height: 20.0rem;
	}

	.landplan .landplan__section .times .item .area {
		font-size: 2.8rem;
	}

	.landplan .landplan__section .times .item .time {
		font-size: 2.6rem;
	}

	.landplan .landplan__section .times .item .time ._l {
		font-size: 3em;
	}

	.landplan .landplan__section .times .item .txt p {
		font-size: 1.3rem;
	}

	.landplan .copy .lead {
		line-height: 1;
		padding: 1.4rem 0;
		font-size: 2.2rem;
	}

	.landplan .place .copy .lead {
		margin-bottom: 1.0rem;
	}

	.landplan .place .items {
		display: grid;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-template-columns: repeat(3, 32%);
	}

	.landplan .place .item + .item {
		margin-top: 0;
	}

	.landplan .place .item .time {
		font-size: 1.3rem;
	}
}

.page__ttl{}

.page__ttl h2{
	font-size: 6rem;
	line-height: 1;
	color: #855b1c;
}

.section__ttl img {
	-webkit-transform: translateY(-0%);
	    -ms-transform: translateY(-0%);
	        transform: translateY(-0%);
}

.section__ttl p {
	font-size: 2.1rem;
}

.section__ttl {
	margin-top: -7%;
	padding-bottom: 30px;
}

.section__body .lead.lead__min {
	font-size: 2rem;
	text-align: left;
	color: #333;
	margin-bottom: 0;
}

.landplan .landplan__section .landplan__section-body {
	padding-left: 2%;
}

.c-coloum_border{
	border: 1px solid #d5caba;
	padding: 2%;
}

.landplan .landplan__section .landplan__section-body.c-coloum_flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-coloum_img{
	display: block;
	width: 100%;
	padding-right: 20px;
}

.landplan .landplan__section .times.times_large {
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-template-columns: repeat(2, 49%);
}

.c-innner___min{
	max-width: 80rem;
	margin: 0 auto 4.4rem;
}

.section__ttl{
	font-size: 6rem;
	line-height: 1;
}

.landplan .landplan__section .landplan__section-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.landplan .landplan__section .landplan__section-wrap.order_1 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.landplan .landplan__section .landplan__section-wrap.order_2 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 7.2rem;
}

.c-coloum_border {
	margin-top: 40px;
}

.page__title {
	margin-top: -30px;
	position: relative;
	z-index: 1;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	margin-bottom: 50px;
}
.page__title h2 {
	font-size: 6rem;
	line-height: 1;
	color: #855b1c;
}

.page__title p {
	font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
	.section__ttl {
		margin-top: -12%;
	}


	.section__ttl {
		font-size: 3.4rem;
	}

	.c-coloum_border {
		border: 1px solid #d5caba;
		padding: 20px;
		margin-top: 20px;
	}
	
	.section__body .lead.lead__min {
		font-size: 1.6rem;
	}

	.c-coloum_img {
		display: block;
		width: auto;
		padding-right: 0px;
		text-align: center;
		margin: 10px auto;
	}

	.landplan .landplan__section .landplan__section-body {
		padding-left: 0;
	}

	.landplan .landplan__section .landplan__section-body {
		margin-bottom: 0;
	}

	.landplan .landplan__section .times.times_large {
		display: grid;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-template-columns: repeat(1, 99%);
	}
	
	.landplan .landplan__section .landplan__section-body.c-coloum_flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.page__ttl h2 {
		font-size: 3rem;
	}
	
	
	.page__ttl .page__ttl-bk {
		height: 20rem;
		max-height: 450px;
		padding-top: 0px;
	}

	.page__title {
		text-align: center;
		margin-top: 50px;
		color: #fff;
	}

	.page__title h2 {
		font-size: 3rem;
		line-height: 1;
		color: #FFF;
	}

	.page__wrapper {
		padding-top: 6rem;
	}

	.landplan .section__body .lead {
		margin-bottom: 2rem;
	}

	.base__bg {
		width: 100%;
		padding: 2rem;
	}

	.landplan .landplan__merritt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.landplan .landplan__merritt .item {
		padding: 10px;
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	
	.landplan .landplan__section .landplan__section-wrap.order_1 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.base__outer.base__bg {
		/* padding: 2.2rem; */
		margin: 0 auto min(160px, 13.2%);
		width: 92%;
	}

}