@charset "UTF-8";
/*ヘッダ----------------------------------------------*/
header{
	position: fixed;
	z-index: 101;
	width: 100%;
	height: 80px;
	margin: 0;
	background-color: transparent;
}

@media screen and (max-width: 1259px) {
}
header .leftPart{
	width: 300px;
	height: 80px;
	background: 20px center no-repeat none;
	background-size: auto 32px;
}

@media screen and (max-width: 1259px) {
	header .globalMenu{
		z-index: 101 !important;
		height: 100vh;
	}
	header .leftPart{
		z-index: 110 !important;
		width: 80vw;
		height: 80px;
		background: 20px center no-repeat url("../img/common/header-logo.png");
		background-size: auto 32px;
	}
	header .rightPart{
		z-index: 101 !important;
	}
}

/*スライダー----------------------------------------------*/
.main{
	position: relative;
	margin: 0;
	padding: 0;
	height: calc(100vw * 0.562 + 660px);
	margin-bottom: 468px;
	background: var(--font-color-normal) center bottom no-repeat url("../img/top/header.png");
	background-size: contain;
}
.main .leftPart{
	position: absolute;
	z-index: 25;
	top: 0;
	left: 0;
	width: 170px;
	height: 140px;
	background: right bottom no-repeat url("../img/top/logo.png");
}
.main .leftPart a{
	display: block;
	width: 100%;
	height: 100%;
}
.main .leftPart h1{
	width: 0;
	height: 0;
	opacity: 0;
}
.main .mainSlider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vw * 0.562);
}
.main .mainSlider .mask{
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vw * 0.562);
	background: center bottom no-repeat url("../img/top/slider-footer.png");
	background-size: contain;
	pointer-events: none;
}
.main .mainSlider ul.slider{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: calc(100vw * 0.562);
	list-style: none;
}
.main .mainSlider ul.slider li,
.main .mainSlider ul.slider li img{
	width: 100%;
	height: calc(100vw * 0.562);
}
.main .mainSlider ul.slider li{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}
.main .mainSlider ul.slider li.selected{
	display: block;
	z-index: -1;
}
.main .mainSlider ul.slider li.next{
	z-index: auto;
	display: block;
}
.main .mainSlider .copy{
	position: absolute;
	z-index: 30;
	top: calc(100vw * 0.3565);
	left: calc((100vw - var(--contents-inside-width)) / 2);
	margin: 0;
	padding: 0;
	font-family: var(--min-font);
	font-size: 48px;
	line-height: 48px;
	font-weight: var(--font-weight-semibold);
	color: var(--font-color-white);
}
.main .mainSlider .description{
	position: absolute;
	z-index: 30;
	top: calc(100vw * 0.421);
	left: calc((100vw - var(--contents-inside-width)) / 2);
	margin: 0;
	padding: 0;
	font-family: var(--min-font);
	font-size: 20px;
	line-height: 20px;
	font-weight: var(--font-weight-semibold);
	color: var(--font-color-white);
}

@media screen and (max-width: 1259px) {
	.main{
		height: calc(100vw * 1.051 + 1257px) !important;
		margin-bottom: 460px !important;
		background: var(--font-color-normal) center bottom no-repeat url("../img/top/header.png");
	}
	.main .leftPart{
		display: none;
	}
	.main .mainSlider ul.slider{
		overflow: hidden;
	}
	.main .mainSlider,
	.main .mainSlider .mask,
	.main .mainSlider ul.slider{
		height: calc(100vw * 1.051);
	}
	.main .mainSlider ul.slider li,
	.main .mainSlider ul.slider li img{
		height: calc(100vw * 1.051);
		width: calc(100vw * 1.869);
		margin-left: calc(50vw * -0.435);
	}
	.main .mainSlider .copy{
		top: calc(100vw * 0.608);
		left: 35px;
		font-size: 32px;
		line-height: 47px;
	}
	.main .mainSlider .copy span{
		display: block;
		clear: both;
	}
	.main .mainSlider .description{
		top: calc(100vw * 0.895);
		left: 35px;
		font-size: 16px;
		line-height: 16px;
	}
}

/*予約フォーム----------------------------------------------*/
.main .mainSlider .reserve{
	position: absolute;
	z-index: 102;
	top: calc(100vw * 0.482);
	left: calc((100vw - 1100px) / 2);
	margin: 0;
	padding: 0;
	border-radius: 4px;
	width: 1100px;
	height: 120px;
	background: var(--bg-color-dark);
}
.main .mainSlider .reserve dl{
	position: absolute;
	top: 20px;
	left: 40px;
}
.main .mainSlider .reserve dl dt,
.main .mainSlider .reserve dl dd{
	position: absolute;
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: var(--font-weight-regular);
	color: var(--font-color-white);
	margin: 0;
	padding: 0;
}
.main .mainSlider .reserve dl dt{
	top: 0px;
	height: 20px;
}
.main .mainSlider .reserve dl dd{
	top: 20px;
	height: 40px;
}
.main .mainSlider .reserve dl .date{
	left: 0px;
	width: 204px;
	border-right: 1px solid var(--font-color-white);
}
.main .mainSlider .reserve dl .stay{
	left: 224px;
	width: 96px;
	border-right: 1px solid var(--font-color-white);
}
.main .mainSlider .reserve dl .man{
	left: 345px;
	width: 96px;
	border-right: 1px solid var(--font-color-white);
}
.main .mainSlider .reserve dl .room{
	left: 464px;
	width: 96px;
}
.main .mainSlider .reserve dl input.date{
	font-family: var(--min-font);
	font-size: 32px;
	line-height: 40px;
	font-weight: var(--font-weight-semibold);
	color: var(--font-color-white);
	width: 170px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
.main .mainSlider .reserve dl .date img{
	cursor: pointer;
}
.main .mainSlider .reserve dl .disp{
	font-family: var(--min-font);
	font-size: 32px;
	line-height: 40px;
	font-weight: var(--font-weight-semibold);
	color: var(--font-color-white);
	margin: 0 .5rem 0 0;
	padding: 0;
}
.main .mainSlider .reserve dl select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 32px;
	margin: 0 0 0 -32px;
	border: 0;
	outline: none;
	padding: 0;
	opacity: 0;
	cursor: pointer;
}
.main .mainSlider .reserve input[type=submit]{
	position: absolute;
	top: 40px;
	right: 287px;
	width: 230px;
	height: 40px;
	text-indent: 14px;
	text-align: left;
	font-size: 14px;
	line-height: 40px;
	font-weight: var(--font-weight-medium);
	color: var(--font-color-normal);
	background: var(--bg-color-orange) 90% center no-repeat url("../img/common/button-arrow.png");
	border: none;
	border-radius: 4px;
	animation-name: offArrow;
	animation-duration: .2s;
	animation-fill-mode: forwards;
}
.main .mainSlider .reserve input[type=submit]:hover{
	animation-name: onArrow;
	animation-duration: .2s;
	animation-fill-mode: forwards;
}
.main .mainSlider .reserve a{
	position: absolute;
	display: block;
	top: 20px;
	right: 37px;
	width: 226px;
	height: 80px;
}

@media screen and (max-width: 1259px) {
	.main .mainSlider .reserve{
		z-index: 30;
		overflow-x: hidden;
		top: calc(100vw * 1.051);
		left: 15px;
		width: calc(100vw - 30px);
		height: 387px;
	}
	.main .mainSlider .reserve dl{
		top: 30px;
		left: 25px;
	}
	.main .mainSlider .reserve dl dt.date{
		top: 0px;
	}
	.main .mainSlider .reserve dl dt.stay,
	.main .mainSlider .reserve dl dt.man,
	.main .mainSlider .reserve dl dt.room{
		top: 70px;
	}
	.main .mainSlider .reserve dl dd.date{
		top: 20px;
	}
	.main .mainSlider .reserve dl dd.stay,
	.main .mainSlider .reserve dl dd.man,
	.main .mainSlider .reserve dl dd.room{
		top: 90px;
	}
	.main .mainSlider .reserve dl .date{
		border-right: none;
	}
	.main .mainSlider .reserve dl .stay{
		left: 0;
		width: calc((100vw - 30px) / 3 - 10px);
	}
	.main .mainSlider .reserve dl .man{
		left: calc((100vw - 30px) / 3 + 5px);
		width: calc((100vw - 30px) / 3 - 15px);
	}
	.main .mainSlider .reserve dl .room{
		left: calc((100vw - 30px) / 1.5 + 5px);
	}
	.main .mainSlider .reserve dl input.date{
		font-size: 28px;
		width: 160px;
	}
	.main .mainSlider .reserve dl .disp{
		font-size: 28px;
		margin-right: .5rem;
	}
	.main .mainSlider .reserve input[type=submit]{
		top: 194px;
		right: 30px;
		width: calc(100vw - 90px);
	}
	.main .mainSlider .reserve a{
		top: 274px;
		right: 50%;
		transform: translateX(50%);
	}
}

/*ヘッダ下部----------------------------------------------*/
.main .copy2{
	position: absolute;
	z-index: 30;
	top: calc(100vw * 0.562 + 114px);
	left: calc((100vw - var(--contents-inside-width)) / 2);
	margin: 0;
	padding: 0;
	font-family: var(--min-font);
	font-size: 40px;
	line-height: 40px;
	font-weight: var(--font-weight-semibold);
	color: var(--font-color-white);
}
.main .description2{
	position: absolute;
	z-index: 30;
	top: calc(100vw * 0.562 + 225px);
	left: calc((100vw - var(--contents-inside-width)) / 2);
	width: 480px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 48px;
	text-align: justify;
	font-weight: var(--font-weight-medium);
	color: var(--font-color-white);
}
.main .map{
	position: absolute;
	z-index: 30;
	bottom: -115px;
	right: calc((100vw - var(--contents-width)) / 2);
	width: 500px;
	height: 750px;
	background: center center no-repeat url("../img/top/map.png");
	background-size: contain;
}
.main .photo{
	position: absolute;
	z-index: 30;
	bottom: -468px;
	left: calc((100vw - var(--contents-inside-width)) / 2);
	width: 480px;
	height: 554px;
	background: center center no-repeat url("../img/top/sunset.png");
	background-size: contain;
}
.main .description3{
	position: absolute;
	z-index: 30;
	top: calc(100vw * 0.562 + 850px);
	right: calc((100vw - var(--contents-inside-width)) / 2);
	width: 464px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 48px;
	text-align: justify;
	font-weight: var(--font-weight-medium);
}

@media screen and (max-width: 1259px) {
	.main .copy2{
		top: calc(100vw * 1.051 + 444px);
		left: 35px;
		font-size: 28px;
	}
	.main .description2{
		top: calc(100vw * 1.051 + 519px);
		left: 35px;
		width: calc(100vw - 70px);
		font-size: 16px;
		line-height: 40px;
	}
	.main .map{
		position: absolute;
		z-index: 30;
		bottom: 97px;
		right: 50%;
		width: 306px;
		height: 459px;
		transform: translateX(50%);
	}
	.main .photo{
		bottom: -284px;
		left: 50%;
		width: 350px;
		height: 350px;
		transform: translateX(-50%);
		background-size: 100%;
	}
	.main .description3{
		top: calc(100vw * 1.051 + 1573px);
		right: 50%;
		width: 350px;
		transform: translateX(50%);
		font-size: 16px;
		line-height: 40px;
	}
}

/*お知らせ----------------------------------------------*/
.info{
	position: relative;
	margin: 0 auto;
	padding: 71px 0 120px;
	width: var(--contents-width);
}
.info h2{
	font-family: var(--min-font);
	font-size: 40px;
	line-height: 40px;
	font-weight: var(--font-weight-semibold);
	text-align: center;
}
.info ul{
	display: flex;
	list-style: none;
	width: var(--contents-width);
	justify-content: space-between;
	margin: 0 0 60px;
	padding: 0;
}
.info ul li{
	width: 340px;
	margin: 0;
	padding: 0;
}
.info ul li a{
	display: grid;
	width: 340px;
	margin: 0;
	padding: 0;
	grid-template-rows: 279px 45px 1fr;
	grid-template-columns: 88px 1fr;
	line-height: 28px;
	font-weight: var(--font-weight-regular);
	text-decoration: none;
	color: var(--font-color-normal);
}
.info ul li a .thumb{
	width: 340px;
	height: 255px;
	grid-row: 1;
	grid-column: 1;
}
.info ul li a .thumb img{
	width: 340px;
	height: 255px;
	object-fit: cover;
}
.info ul li a .cat{
	width: 68px;
	height: 28px;
	grid-row: 2;
	grid-column: 1;
	text-align: center;
	font-size: 14px;
	border: 1px solid var(--font-color-normal);
	border-radius: 4px;
}
.info ul li a .date{
	width: 150px;
	height: 28px;
	grid-row: 2;
	grid-column: 2;
	text-align: left;
	font-size: 14px;
}
.info ul li a .body{
	width: 340px;
	grid-row: 3;
	grid-column: 1;
	text-align: justify;
	font-size: 16px;
}
.info > a{
	display: block;
	margin: 0 auto;
	width: 360px;
	height: 60px;
	font-family: var(--min-font);
	text-indent: 30px;
	text-align: left;
	font-size: 16px;
	line-height: 60px;
	font-weight: var(--font-weight-bold);
	text-decoration: none;
	background: 90% center no-repeat url("../img/common/button-arrow.png");
	color: var(--font-color-normal);
	border: 1px solid var(--font-color-normal);
	border-radius: 4px;
	animation-name: offArrow;
	animation-duration: .2s;
	animation-fill-mode: forwards;
}
.info > a:hover{
	animation-name: onArrow;
	animation-duration: .2s;
	animation-fill-mode: forwards;
}

@media screen and (max-width: 1259px) {
	.info{
		overflow-x: hidden;
		padding: 87px 0 100px;
		width: calc(100vw - 40px);
	}
	.info h2{
		font-size: 28px;
		line-height: 28px;
	}
	.info ul{
		width: calc(100vw - 40px);
		justify-content: start;
		margin: 0 0 32px;
		flex-direction: column;
	}
	.info ul li{
		width: calc(100vw - 40px);
		margin: 0 0 24px;
		min-height: 95px;
	}
	.info ul li a{
		width: calc(100vw - 40px);
		grid-template-rows: 40px 1fr;
		grid-template-columns: 135px 86px 1fr;
		line-height: 20px;
	}
	.info ul li a .thumb{
		width: 120px;
		grid-row: 1;
		grid-column: 1;
	}
	.info ul li a .thumb img{
		width: 120px;
		height: 90px;
		object-fit: cover;
	}
	.info ul li a .cat{
		grid-row: 1;
		grid-column: 2;
		line-height: 28px;
	}
	.info ul li a .date{
		grid-row: 1;
		grid-column: 3;
		line-height: 28px;
	}
	.info ul li a .body{
		grid-row: 2;
		grid-column: 2;
		width: calc(100vw - 175px);
		font-size: 14px;
		font-weight: var(--font-weight-medium);
	}
	.info > a{
		width: calc(100vw - 42px);
	}
}

/*コンテンツ----------------------------------------------*/
.leftLayout,
.rightLayout{
	position: relative;
	margin: 0 auto 120px;
	padding: 0;
	width: 100%;
	height: calc(100vw * 0.41);
}
.leftLayout .image img,
.rightLayout .image img{
	min-width: 597px;
	width: calc((100vw - var(--contents-width)) / 2 + 597px);
}
.rightLayout .image{
	float: right;
}
.leftLayout h2,
.rightLayout h2{
	position: absolute;
	top: calc(100vw * 0.083);
	margin: 0;
	padding: 0;
	font-family: var(--min-font);
	font-size: 40px;
	line-height: 40px;
	font-weight: var(--font-weight-semibold);
}
.leftLayout .description,
.rightLayout .description{
	position: absolute;
	top: calc(100vw * 0.162);
	margin: 0;
	padding: 0;
	font-family: var(--min-font);
	font-size: 24px;
	line-height: 42px;
	font-weight: var(--font-weight-bold);
}
.leftLayout .description2{
	position: absolute;
	top: calc(100vw * 0.190);
	left: calc((100vw - var(--contents-inside-width)) / 2 + 607px);
	margin: 0;
	padding: 0;
	font-family: var(--min-font);
	font-size: 16px;
	line-height: 30px;
	font-weight: var(--font-weight-bold);
}
.leftLayout a.button,
.rightLayout a.button{
	position: absolute;
	display: block;
	top: calc(100vw * 0.291);
	width: 360px;
	height: 60px;
	font-family: var(--min-font);
	text-indent: 30px;
	text-align: left;
	font-size: 16px;
	line-height: 60px;
	font-weight: var(--font-weight-bold);
	text-decoration: none;
	background: 90% center no-repeat url("../img/common/button-arrow.png");
	color: var(--font-color-normal);
	border: 1px solid var(--font-color-normal);
	border-radius: 4px;
	animation-name: offArrow;
	animation-duration: .2s;
	animation-fill-mode: forwards;
}
.leftLayout a.button:hover,
.rightLayout a.button:hover{
	animation-name: onArrow;
	animation-duration: .2s;
	animation-fill-mode: forwards;
}
.leftLayout h2,
.leftLayout .description,
.leftLayout a.button{
	left: calc((100vw - var(--contents-inside-width)) / 2 + 607px);
}
.rightLayout h2,
.rightLayout .description,
.rightLayout a.button{
	left: calc((100vw - var(--contents-inside-width)) / 2);
}
.institution .description{
	top: calc(100vw * 0.147);
}

@media screen and (max-width: 1259px) {
	.leftLayout,
	.rightLayout{
		overflow-x: hidden;
		margin: 0 auto 80px;
		height: auto;
	}
	.leftLayout .image,
	.rightLayout .image{
		width: 100%;
	}
	.leftLayout .image img,
	.rightLayout .image img{
		min-width: 200px;
		width: 100%;
	}
	.rightLayout .image{
		float: none;
	}
	.leftLayout h2,
	.rightLayout h2{
		position: relative;
		top: 0;
		width: calc(100vw - 40px);
		margin: 47px auto 0;
		font-size: 28px;
		line-height: 28px;
	}
	.leftLayout .description,
	.rightLayout .description{
		position: relative;
		top: 0;
		width: calc(100vw - 40px);
		margin: 35px auto 0;
		font-size: 18px;
		line-height: 34px;
	}
	.leftLayout .description2{
		position: relative;
		top: 0;
		left: 0;
		width: calc(100vw - 40px);
		margin: 28px auto 0;
		font-family: var(--go-font);
		font-size: 14px;
		line-height: 28px;
	}
	.leftLayout a.button,
	.rightLayout a.button{
		position: relative;
		top: 0;
		width: calc(100vw - 40px);
		margin: 68px auto 0;
	}
	.leftLayout h2,
	.leftLayout .description,
	.leftLayout a.button{
		left: 0;
	}
	.rightLayout h2,
	.rightLayout .description,
	.rightLayout a.button{
		left: 0;
	}
	.institution .description{
		top: 0;
	}
}

/*ブログ----------------------------------------------*/
.blog{
	position: relative;
	margin: 0;
	padding: 71px 0 120px;
	width: 100%;
	background: var(--font-color-normal);
}
.blog h2{
	font-family: var(--min-font);
	font-size: 40px;
	line-height: 40px;
	font-weight: var(--font-weight-semibold);
	text-align: center;
	color: var(--font-color-white);
}
.blog ul{
	display: flex;
	list-style: none;
	width: var(--contents-width);
	justify-content: space-between;
	margin: 0 auto 60px;
	padding: 0;
}
.blog ul li{
	width: 340px;
	margin: 0;
	padding: 0;
}
.blog ul li a{
	display: grid;
	width: 340px;
	margin: 0;
	padding: 0;
	grid-template-rows: 279px 45px 1fr;
	grid-template-columns: 88px 1fr;
	line-height: 28px;
	font-weight: var(--font-weight-regular);
	text-decoration: none;
	color: var(--font-color-white);
}
.blog ul li a .thumb{
	width: 340px;
	height: 255px;
	grid-row: 1;
	grid-column: 1;
}
.blog ul li a .thumb img{
	width: 340px;
	height: 255px;
	object-fit: cover;
}
.blog ul li a .cat{
	width: 68px;
	height: 28px;
	grid-row: 2;
	grid-column: 1;
	text-align: center;
	font-size: 14px;
	border: 1px solid var(--font-color-white);
	border-radius: 4px;
}
.blog ul li a .date{
	width: 150px;
	height: 28px;
	grid-row: 2;
	grid-column: 2;
	text-align: left;
	font-size: 14px;
}
.blog ul li a .body{
	width: 340px;
	grid-row: 3;
	grid-column: 1;
	text-align: justify;
	font-size: 16px;
}
.blog > a{
	display: block;
	margin: 0 auto;
	width: 360px;
	height: 60px;
	font-family: var(--min-font);
	text-indent: 30px;
	text-align: left;
	font-size: 16px;
	line-height: 60px;
	font-weight: var(--font-weight-bold);
	text-decoration: none;
	background: 90% center no-repeat url("../img/common/button-arrow2.png");
	color: var(--font-color-white);
	border: 1px solid var(--font-color-white);
	border-radius: 4px;
	animation-name: offArrow;
	animation-duration: .2s;
	animation-fill-mode: forwards;
}
.blog > a:hover{
	animation-name: onArrow;
	animation-duration: .2s;
	animation-fill-mode: forwards;
}

@media screen and (max-width: 1259px) {
	.blog{
		overflow-x: hidden;
		padding: 87px 0 100px;
		width: 100%;
		background: var(--font-color-normal);
	}
	.blog h2{
		font-size: 28px;
		line-height: 28px;
		width: calc(100vw - 40px);
	}
	.blog ul{
		width: calc(100vw - 40px);
		justify-content: start;
		margin: 0 auto 32px;
		flex-direction: column;
	}
	.blog ul li{
		width: calc(100vw - 40px);
		margin: 0 0 24px;
		min-height: 95px;
	}
	.blog ul li a{
		width: calc(100vw - 40px);
		grid-template-rows: 40px 1fr;
		grid-template-columns: 135px 86px 1fr;
		line-height: 20px;
	}
	.blog ul li a .thumb{
		width: 120px;
		grid-row: 1;
		grid-column: 1;
	}
	.blog ul li a .thumb img{
		width: 120px;
		height: 90px;
		object-fit: cover;
	}
	.blog ul li a .cat{
		grid-row: 1;
		grid-column: 2;
		line-height: 28px;
	}
	.blog ul li a .date{
		grid-row: 1;
		grid-column: 3;
		line-height: 28px;
	}
	.blog ul li a .body{
		grid-row: 2;
		grid-column: 2;
		width: calc(100vw - 175px);
		font-size: 14px;
		font-weight: var(--font-weight-medium);
	}
	.blog > a{
		width: calc(100vw - 42px);
	}
}