@charset "UTF-8";
.reserve .inner {
	padding: 0;
}

main {
	background: url("../image/common/bg01.png") repeat;
}

.pageTitle {
	text-align: center;
	margin: 0 auto 70px;
}

.pageTitle h2 {
	font-size: min(6vw,50px);
	line-height: 1.6;
	letter-spacing: 1px;
}

.pageTitle h2 span {
	font-size: min(2.1vw,26px);
	font-weight: normal;
	line-height: 1;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
}

.reserve {
	background: #C9AB49;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.reserve:hover {
	background: #C1910A;
}

.reserve:hover a {
	opacity: 1;
}

.reserveBlock {
	height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.reserve .e-en img {
	width: 100%;
}

.reserve .e-jp {
	font-size: min(3.3vw,40px);
	font-weight: bold;
	color: #fff;
	padding-right: 163px;
	position: relative;
}

.reserve .e-jp:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 143px;
	height: 16px;
	background: url(../image/common/reserve_arrow.svg) no-repeat center/contain;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.reserve:hover .e-jp:after {
	right: -20px;
}

.contents .subText {
	margin-bottom: 90px;
	font-size: min(5.3vw,40px);
}

.textBig {
	font-size: min(5.3vw,40px);
	font-weight: bold;
}

.center {
	text-align: center;
}

.inner{
	padding: 5% 0;
}

.l-read_title{
	margin-bottom: 90px;
	font-size: min(5.3vw,40px);
	font-weight: bold;
	text-align: center;
}

.l-section_text{
	font-size: 1.1rem;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	text-align: center;
	margin-bottom: 30px;
}

.l-section_title {
	text-align: center;
	margin: 30px auto;
	color: #b09800;
	font-size: clamp(30px,6vw,60px);
}

.l-section_title img {
	max-height: 80px;
}

.l-read_text{
	margin-bottom: 20px;
	font-size: min(5vw,36px);
	font-weight: bold;
	text-align: center;
}

.l-caption{
	font-size: 80%;
	text-align: right;
	padding-top: 10px;
}

.l-link_block{
	margin-top: 50px;
}
.l-link_btn{
	color: #fff;
	background-color: #b09800;
	font-size: 1.2rem;
	text-align: center;
	padding: 19px 20px;
	display: block;
	width: 30%;
	margin: 0 auto;
}

.l-bg_white{
	background-color: #fff;
}

.l-coloumm_container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-coloumm_container .l-coloum_item{
	position: relative;
}

.l-coloumm_container.l-flex .l-coloum_item-1{
	width: 65%;
}
.l-coloumm_container.l-flex .l-coloum_item-2{
	width: 35%;
	padding-left: 30px;
}

.l-coloumm_container.l-coloumn-3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -20px;
}

.l-coloumm_container.l-coloumn-3 .l-coloum_item{
	width: calc(100% / 3);
	padding-right: 20px;
	margin-top: 20px;
}

.l-coloum_tumb{
	position: relative;
}

.l-coloum_tumb .l-section_title img {
	max-height: 120px;
}

.l-concept_img-01{
	position: relative;
	z-index: 1;
}

.l-concept_img-02{
	position: absolute;
	z-index: 2;
	bottom: -45px;
	right: -49%;
	left: auto;
	width: 100%;
}

.l-concept_img-02 img{
	width: 55%;
}

.l-concept_img-03{
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.l-img_caption{
	text-align: center;
	font-size: 0.9rem;
	padding-top: 10px;
}

.l-section-2{
	
}

.l-section-2 .l-link_block {
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	
	
	.pageTitle {
		margin: 40px auto 30px;
	}

	.pageTitle h2 {
		font-size: min(8vw,50px);
		line-height: 1.6;
	}
		

	.pageTitle h2 span {
		font-size: min(3.4vw,26px);
	}
	
	.reserve .inner {
		width: 90%;
	}

	.reserveBlock {
		height: 54px;
	}

	.reserve .e-en img {
		max-width: 158px;
	}

	.reserve .e-jp {
		font-size: min(4vw,30px);
		padding-right: 61px;
	}

	.reserve .e-jp:after {
		width: 51px;
		height: 6px;
	}

	.reserve:hover .e-jp:after {
		right: -3%;
	}
	
	.l-section_title img {
		max-height: 45px;
	}

	.l-section_title {
		text-align: center;
		margin: 0px auto 5px auto;
	}

	.l-section_text {
		font-size: 0.9rem;
		margin-bottom: 15px;
	}

	.l-read_title {
		margin-bottom: 40px;
	}

	.l-link_btn {
		font-size: 0.9rem;
		padding: 10px 20px;
		width: 70%;
	}

	.inner {
		padding: 40px 0;
	}

	.l-coloumm_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.l-coloumm_container.l-flex .l-coloum_item-1 {
		width: 100%;
	}

	.l-coloumm_container.l-flex .l-coloum_item-2 {
		width: 100%;
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	


	.l-concept_img-02 {
		bottom: -25px;
	}

	.l-section-2 .l-coloum_tumb .l-section_title {
		margin-right: auto;
		margin-left: 0;
		text-align: left;
		margin-bottom: -25px;
	}

	.l-concept_img-03 {
		margin-bottom: 30px;
	}

	.l-section-2 .l-link_block {
		margin-top: 10px;
	}

	.l-coloumm_container.l-coloumn-3 {
		margin-right: 0;
	}

	.l-coloumm_container.l-coloumn-3 .l-coloum_item {
		width: 100%;
		padding-right: 0;
		margin-top: 20px;
	}

	.l-img_shadow:after {
		content: none;
	}

	.l-link_block {
		margin-top: 40px;
	}
	
	.pageTitle {
		margin: 0 auto 30px;
	}

	.l-coloum_tumb .l-section_title img {
		max-height: 85px;
	}


	
}


/*ロケーション*/
.loc01{
	max-width: 1195px;
	margin: 0 auto 40px;
}
.loc02{
	width: 85%;
	margin: 0 5% 0 10%;
}
.loc02 .unit01{
	width: 100%;
	margin-bottom: 40px;
}
.loc02 .unit01 img{
	width: 100%;
}
.loc02 .unit01 figcaption{
	margin-top: -6vw;
	font-size: clamp(14px,2vw,18px);
}
@media(min-width: 768px){
	.loc02{
		width: 100%;
		max-width: 1215px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		transform: translateX(10px);
	}
	.loc02 .unit01{
		width: 32%;
	}
	.loc02 .unit01 figcaption{
		margin-top: -30px;
	}
}

/*Kurumu*/
.kurumu01{
	width: 90%;
	max-width:853px ;
	margin: 0 auto 60px;
}
.kurumu02{
	width: 80%;
	margin: 0 auto;
}
.kurumu02 .unit01{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	text-align: center;
}
.kurumu02 .unit01 figcaption{
	text-align: center;
	font-size: clamp(16px,2vw,20px);
	font-weight: bold;
}
@media(min-width: 768px){
	.kurumu02{
		width: 100%;
		max-width: 1100px;
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.kurumu02 .unit01{
		display: block;
		width: 50%;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 0;
		position: relative;
	}
	.kurumu02 .unit01:nth-of-type(1)::before,
	.kurumu02 .unit01:nth-of-type(3)::before{
		position: absolute;
		content: "";
		display: block;
		width: 1px;
		height: 70%;
		background-color: rgba(0,0,0,0.3);
		right: 0;
		top: 15%;
	}
	.kurumu02 .unit01:nth-of-type(1)::after,
	.kurumu02 .unit01:nth-of-type(2)::after{
		position: absolute;
		content: "";
		display: block;
		width: 70%;
		height: 1px;
		background-color: rgba(0,0,0,0.3);
		left: 15%;
		bottom: 0;
	}
}







