@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
wrap
****************************************************************************************************/
#wrap {
	overflow: hidden;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	/*position: fixed;*/
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
#main img {
	width: 100%;
	height: auto;
}
#main #building {
	position: absolute;
	left: 0;
	bottom: calc(17.1vw - 0.6rem);
}
#main #building img {
	width: auto;
	height: auto;
}
#main #building figure.img-box figcaption {
	margin: -0.4em 0 0 1em;
	color: #FFF;
	text-align: left;
}
#main #access {
	position: absolute;
	right: 20px;
	bottom: 17.1vw;
}
#main #access img {
	width: auto;
	height: auto;
}
figure.img-box {
	position: relative;
	display: inline-block;
}
figure.img-box figcaption {
	margin-top: 1em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: right;
}
figure.img-box figcaption.in {
	position: absolute;
	margin-top: 0;
	bottom: 1em;
	right: 1em;
	z-index: 2;
}



/****************************************************************************************************
mg
****************************************************************************************************/
.information {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	position: relative;
	width: 1200px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	z-index: 30;
}
.reserve-info a,
.online-info a {
	display: block;
	width: 585px;
	padding: 30px;
	background: url(../img/top/banner1-bg.jpg) no-repeat center center;
	background-size: cover;
}
.online-info a {
	background: url(../img/top/banner2-bg.jpg) no-repeat center center;
}
.reserve-info-inner,
.online-info-inner {
	padding: 30px;
	background: rgba(0,0,0,.85);
}
.reserve-info h3,
.online-info h3 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.6rem;
	color: #C5B878;
	font-size: 2.133rem;
	font-weight: normal;
	line-height: 1.4;
}
.reserve-info h3::after,
.online-info h3::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/common/arrow.png) no-repeat center center;
	background-size: cover;
}
.reserve-info div.text-block,
.online-info div.text-block {
	margin-top: 0.8em;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.8;
}
.reserve-info div.text-block p .small {
	font-size: 1rem;
	line-height: 1.8;
}



/****************************************************************************************************
info
****************************************************************************************************/
#cont {
	position: relative;
	z-index: 30;
}
#info {
	position: relative;
	width: 100%;
	margin-top: -16.666vw;
	padding: 0 0 120px 0;
	color: #FFF;
}
#info1 h2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
	font-size: 2.4rem;
	line-height: 1.4;
}
#info1 h2 .small {
	font-size: 1.333rem;
}
#info1 h3 {
	margin-top: 0.3em;
	color: #C5BA78;
	font-size: 4.8rem;
	font-weight: normal;
	line-height: 1.4;
}
#info1 h3 a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #C5BA78;
}
#info1 h3 a .date {
	margin-right: 0.4em;
	font-size: 2.0rem;
	line-height: 1.2;
}
#info1 h3 a .small {
	margin-left: 0.2em;
	font-size: 3.0rem;
}
#info1 h4 {
	display: inline-block;
	margin-top: 1em;
	padding: 0.5em 1.5em;
	border: 2px solid rgba(197,186,120,.5);
	color: #C5BA78;
	font-size: 2rem;
}
#info1 p {
	margin-top: 0.6em;
	font-size: 1.2rem;
	line-height: 1.8;
}
#info #info1 {
	margin-top: 70px;
}
#info #info1 + .info-btn {
	margin-top: 40px;
}

.info-btn h5 {
	margin-bottom: 0.8em;
	font-size: 2rem;
	line-height: 1.4;
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
}
.index-block {
	border-top: 1px solid rgba(197,184,120,.25);
	overflow: hidden;
}
.index-block a {
	display: block;
	position: relative;
}
.index-block a figure {
	position: relative;
}
.index-block a figure img {
	object-fit: cover;
	width: 100%;
	height: 700px;
}
.index-block a figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.866rem;
	line-height: 1.4;
}
.index-block a figure figcaption.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
.index-block .index-text {
	position: absolute;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
	left: 120px;
	top: 0;
	width: 560px;
	height: 100%;
	background: url(../img/top/shadow.png) repeat left top;
	box-shadow: 0 0 20px 15px rgba(255,255,255,.1);
	color: #FFF;
	font-size: 1.733rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
	z-index: 10;
}
.index-block .index-text h3 {
	position: relative;
	margin-bottom: 0.5em;
	padding-bottom: 0.39em;
	color: #C5B878;
	font-size: 3.733rem;
	font-weight: normal;
	line-height: 1.2;
}
.index-block .index-text h3::before {
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 20px;
	left: 50%;
	top: -30px;
	transform: translate(-50%, 0);
	background: url(../img/top/icon.png) repeat left top;
	background-size: cover;
}
.index-block .index-text h3::after {
	content: "";
	position: absolute;
	display: block;
	width: 500px;
	height: 1px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	background-image: linear-gradient(45deg, rgba(197,184,120,0), rgba(197,184,120,.5), rgba(197,184,120,0));
}
.index-block .index-text::after {
	content: "";
	position: absolute;
	display: block;
	width: 56px;
	height: 15px;
	right: 50px;
	bottom: 50px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	transform: translate(0, 0) skew(45deg, 0);
	transform-origin: 0 100%;
}
.index-block:nth-of-type(even)  a figure figcaption {
	left: 1em;
	right: auto;
}
.index-block:nth-of-type(even) .index-text {
	left: auto;
	right: 120px;
}





@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main #building {
		width: 25vw;
		left: 0;
		bottom: calc(23vw - 0.6rem);
	}
	#main #building img {
		width: 100%;
	}
	#main #building figure.img-box figcaption {
		margin: -0.3em 0 0 0.8em;
		color: #FFF;
		text-align: left;
	}
	#main #access {
		width: 76vw;
		right: 1vw;
		bottom: 23vw;
	}
	#main #access img {
		width: 100%;
	}
	figure.img-box figcaption {
		font-size: 0.6rem;
	}
	
	
	
	/****************************************************************************************************
	mg
	****************************************************************************************************/
	.information {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 2vw;
		width: 100%;
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	.reserve-info a,
	.online-info a {
		width: 100%;
		padding: 4vw;
	}
	.reserve-info-inner,
	.online-info-inner {
		padding: 5vw;
	}
	.reserve-info h3,
	.online-info h3 {
		gap: 0.6rem;
		font-size: 1.6rem;
	}
	.reserve-info h3::after,
	.online-info h3::after {
		width: 1.4rem;
		height: 1.4rem;
	}
	.reserve-info div.text-block,
	.online-info div.text-block {
		margin-top: 0.4em;
		font-size: 0.866rem;
		line-height: 1.8;
	}
	.reserve-info div.text-block p .small {
		font-size: 0.733rem;
	}
	
	
	
	/****************************************************************************************************
	info
	****************************************************************************************************/
	#info {
		margin-top: -22vw;
		padding: 0 4vw 10vw 4vw;
	}
	#info1 h2 {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#info1 h2 .small {
		font-size: 0.866rem;
	}
	#info1 h3 {
		font-size: 2.0rem;
	}
	#info1 h3 a {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#info1 h3 a .date {
		font-size: 0.933rem;
	}
	#info1 h3 a .small {
		margin-left: 0;
		font-size: 1.6rem;
	}
	#info1 h4 {
		display: block;
		padding: 0.5em 1em;
		font-size: 1.333rem;
	}
	#info1 p {
		font-size: 0.733rem;
	}
	#info #info1 {
		margin-top: 5vw;
	}
	#info #info1 + .info-btn {
		margin-top: 5vw;
	}
	
	.info-btn h5 {
		font-size: 1.4rem;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	.index-block a figure img {
		width: 100%;
		height: 60vw;
	}
	.index-block a figure figcaption {
		font-size: 0.533rem;
	}
	.index-block .index-text {
		position: static;
		width: 100%;
		height: auto;
		padding: 13vw 0 10vw 0;
		box-shadow: none;
		font-size: 1.2rem;
	}
	.index-block .index-text h3 {
		margin-bottom: 0.6em;
		font-size: 2.4rem;
	}
	.index-block .index-text h3::before {
		width: calc(1.8vw * 2.5);
		height: calc(2vw * 2.5);
		top: calc(calc(-3vw * 2.5) + 1vw);
	}
	.index-block .index-text h3::after {
		width: 92vw;
		height: 1px;
	}
	.index-block .index-text::after {
		width: calc(5.6vw * 2);
		height: calc(1.5vw * 2);
		right: 6vw;
		bottom: 6vw;
	}
	.index-block:nth-of-type(even)  a figure figcaption {
		left: 1em;
		right: auto;
	}
	.index-block:nth-of-type(even) .index-text {
		left: auto;
		right: 120px;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main img {
	}
}