@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.section08 .box_other {
	max-width: 1260px;
	width: 89.58333%;
	margin-left: auto;
	margin-right: auto;
}

/* -----------------------------------------------------------
	上書き
----------------------------------------------------------- */
#topickpath {
	position: absolute;
	z-index: 2;
}

#topickpath ul li a, #topickpath ul li span {
	color: #fff;
}

.st_pagetitle {
	text-align: center;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.st_pagetitle .main {
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
	font-family: "Cinzel", serif;
	display: block;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.st_pagetitle .main {
		font-size: 334%;
	}
}

@media print {
	.st_pagetitle .main {
		font-size: 334%;
	}
}

.ie8 .st_pagetitle .main {
	font-size: 334%;
}

@media only screen and (max-width: 767px) {
	.st_pagetitle .main {
		font-size: 240%;
	}
}

.st_pagetitle .sub {
	letter-spacing: 0.15em;
	font-feature-settings: "palt";
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media only screen and (min-width: 768px) {
	.st_pagetitle .sub {
		font-size: 134%;
	}
}

@media print {
	.st_pagetitle .sub {
		font-size: 134%;
	}
}

.ie8 .st_pagetitle .sub {
	font-size: 134%;
}

@media only screen and (max-width: 767px) {
	.st_pagetitle .sub {
		font-size: 107%;
	}
}

#footer {
	margin-top: 245px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#footer {
		margin-top: 225px;
	}
}

@media only screen and (max-width: 767px) {
	#footer {
		margin-top: calc(7em + 50px);
	}
}

@media only screen and (min-width: 768px) {
	.fp-viewing-section02 .fix_menuBtn, .fp-viewing-section03 .fix_menuBtn, .fp-viewing-section04 .fix_menuBtn, .fp-viewing-section05 .fix_menuBtn, .fp-viewing-section06 .fix_menuBtn, .fp-viewing-section07 .fix_menuBtn, .fp-viewing-section08 .fix_menuBtn {
		transform: translateY(0);
	}
}

@media print {
	.fp-viewing-section02 .fix_menuBtn, .fp-viewing-section03 .fix_menuBtn, .fp-viewing-section04 .fix_menuBtn, .fp-viewing-section05 .fix_menuBtn, .fp-viewing-section06 .fix_menuBtn, .fp-viewing-section07 .fix_menuBtn, .fp-viewing-section08 .fix_menuBtn {
		transform: translateY(0);
	}
}

.fp-viewing-section02 .ie8 .fix_menuBtn, .fp-viewing-section03 .ie8 .fix_menuBtn, .fp-viewing-section04 .ie8 .fix_menuBtn, .fp-viewing-section05 .ie8 .fix_menuBtn, .fp-viewing-section06 .ie8 .fix_menuBtn, .fp-viewing-section07 .ie8 .fix_menuBtn, .fp-viewing-section08 .ie8 .fix_menuBtn {
	transform: translateY(0);
}

/* -----------------------------------------------------------
	コンテンツ
----------------------------------------------------------- */
.section {
	background-size: cover;
	background-position: center;
}

.section01 .main_img {
	height: calc(100vh - 101px);
	width: 100%;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.section01 .main_img {
		height: 90vh;
	}
}

.section01 .main_img .box_slide {
	height: 100%;
}

.section01 .main_img .box_slide * {
	outline: none;
}

.section01 .main_img .box_slide *:not(.slick-dots) {
	height: 100%;
}

.section01 .main_img .box_slide > .slider:not(:first-of-type) {
	display: none;
}

.section01 .main_img .slick-dots {
	position: absolute;
	bottom: 50% !important;
	transform: translateY(-50%);
}

.section01 .main_img .slider {
	background-size: cover;
	background-position: center;
}

@media only screen and (min-width: 768px) {
	.section01 .main_img .slider1 {
		background-image: url(../concept/images/img_main-pc.jpg);
	}
}

@media print {
	.section01 .main_img .slider1 {
		background-image: url(../concept/images/img_main-pc.jpg);
	}
}

.ie8 .section01 .main_img .slider1 {
	background-image: url(../concept/images/img_main-pc.jpg);
}

@media only screen and (max-width: 767px) {
	.section01 .main_img .slider1 {
		background-image: url(../concept/images/img_main-pc.jpg);
	}
}

@media only screen and (min-width: 768px) {
	.section01 .main_img .slider2 {
		background-image: url(../concept/images/img_main-pc.jpg);
	}
}

@media print {
	.section01 .main_img .slider2 {
		background-image: url(../concept/images/img_main-pc.jpg);
	}
}

.ie8 .section01 .main_img .slider2 {
	background-image: url(../concept/images/img_main-pc.jpg);
}

@media only screen and (max-width: 767px) {
	.section01 .main_img .slider2 {
		background-image: url(../concept/images/img_main-pc.jpg);
	}
}

.section02 {
	background-image: url(../concept/images/img_intro.jpg);
}

@media only screen and (max-width: 767px) {
	.section02 {
		padding: 6em 0;
	}
}

.section02 .box_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	opacity: 0;
	transform: translateY(10%);
	transition: 1.3s opacity, 2s transform;
}

@media only screen and (max-width: 767px) {
	.section02 .box_text {
		width: 89.58333%;
		margin: auto;
	}
}

.section02 .inner {
	text-align: center;
}

.section02 .inner .catch {
	margin-bottom: 45px;
	color: #5b4b8a;
	font-family: "Cinzel", serif;
	line-height: 1;
}

@media only screen and (min-width: 768px) {
	.section02 .inner .catch {
		font-size: 267%;
	}
}

@media print {
	.section02 .inner .catch {
		font-size: 267%;
	}
}

.ie8 .section02 .inner .catch {
	font-size: 267%;
}

@media only screen and (max-width: 767px) {
	.section02 .inner .catch {
		font-size: 220%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.section02 .inner .catch {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.section02 .inner .catch {
		margin-bottom: 1em;
	}
}

.section02 .inner .text {
	line-height: 2.2;
	color: #555555;
}

@media only screen and (max-width: 767px) {
	.section02 .inner .text {
		line-height: 1.9;
	}
}

.section02.inview .box_text {
	opacity: 1;
	transform: translate(0, 0);
}

@media only screen and (min-width: 768px) {
	.section03 {
		background-image: url(../concept/images/img_lobby.jpg);
	}
}

@media print {
	.section03 {
		background-image: url(../concept/images/img_lobby.jpg);
	}
}

.ie8 .section03 {
	background-image: url(../concept/images/img_lobby.jpg);
}

@media only screen and (max-width: 767px) {
	.section03 .box_img {
		background-image: url(../concept/images/img_lobby.jpg);
	}
}

@media only screen and (min-width: 768px) {
	.section04 {
		background-image: url(../concept/images/img_room.jpg);
	}
}

@media print {
	.section04 {
		background-image: url(../concept/images/img_room.jpg);
	}
}

.ie8 .section04 {
	background-image: url(../concept/images/img_room.jpg);
}

@media only screen and (max-width: 767px) {
	.section04 .box_img {
		background-image: url(../concept/images/img_room.jpg);
	}
}

@media only screen and (min-width: 768px) {
	.section05 {
		background-image: url(../concept/images/img_spa.jpg);
	}
}

@media print {
	.section05 {
		background-image: url(../concept/images/img_spa.jpg);
	}
}

.ie8 .section05 {
	background-image: url(../concept/images/img_spa.jpg);
}

@media only screen and (max-width: 767px) {
	.section05 .box_img {
		background-image: url(../concept/images/img_spa.jpg);
	}
}

@media only screen and (min-width: 768px) {
	.section06 {
		background-image: url(../concept/images/img_restaurant.jpg);
	}
}

@media print {
	.section06 {
		background-image: url(../concept/images/img_restaurant.jpg);
	}
}

.ie8 .section06 {
	background-image: url(../concept/images/img_restaurant.jpg);
}

@media only screen and (max-width: 767px) {
	.section06 .box_img {
		background-image: url(../concept/images/img_restaurant.jpg);
	}
}

@media only screen and (min-width: 768px) {
	.section07 {
		background-image: url(../concept/images/img_bar.jpg);
	}
}

@media print {
	.section07 {
		background-image: url(../concept/images/img_bar.jpg);
	}
}

.ie8 .section07 {
	background-image: url(../concept/images/img_bar.jpg);
}

@media only screen and (max-width: 767px) {
	.section07 {
		margin-bottom: 6em !important;
	}
}

@media only screen and (max-width: 767px) {
	.section07 .box_img {
		background-image: url(../concept/images/img_bar.jpg);
	}
}

@media only screen and (max-width: 767px) {
	.section03, .section04, .section05, .section06, .section07 {
		width: 89.58333%;
		margin: 0 auto 4.5em;
		opacity: 0;
		transform: translateY(5%);
		transition: .7s opacity, 1s transform;
	}
	.section03.inview, .section04.inview, .section05.inview, .section06.inview, .section07.inview {
		opacity: 1;
		transform: translate(0, 0);
	}
}

.section03 .box_img, .section04 .box_img, .section05 .box_img, .section06 .box_img, .section07 .box_img {
	width: 100%;
	padding-top: 75%;
	margin-bottom: 1.5em;
	background-size: cover;
	background-position: center;
}

.section03 .box_text, .section04 .box_text, .section05 .box_text, .section06 .box_text, .section07 .box_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	height: 100%;
}

@media only screen and (min-width: 768px) {
	.section03 .box_text, .section04 .box_text, .section05 .box_text, .section06 .box_text, .section07 .box_text {
		opacity: 0;
		transform: translate(-1%, 3%);
		transition: 1.3s opacity, 2s transform;
		color: #fff;
	}
}

@media print {
	.section03 .box_text, .section04 .box_text, .section05 .box_text, .section06 .box_text, .section07 .box_text {
		opacity: 0;
		transform: translate(-1%, 3%);
		transition: 1.3s opacity, 2s transform;
		color: #fff;
	}
}

.ie8 .section03 .box_text, .ie8 .section04 .box_text, .ie8 .section05 .box_text, .ie8 .section06 .box_text, .ie8 .section07 .box_text {
	opacity: 0;
	transform: translate(-1%, 3%);
	transition: 1.3s opacity, 2s transform;
	color: #fff;
}

.section03 .box_text .inner, .section04 .box_text .inner, .section05 .box_text .inner, .section06 .box_text .inner, .section07 .box_text .inner {
	margin-left: 80px;
	margin-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.section03 .box_text .inner, .section04 .box_text .inner, .section05 .box_text .inner, .section06 .box_text .inner, .section07 .box_text .inner {
		margin-left: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section03 .box_text .inner, .section04 .box_text .inner, .section05 .box_text .inner, .section06 .box_text .inner, .section07 .box_text .inner {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.section03 .box_text .inner, .section04 .box_text .inner, .section05 .box_text .inner, .section06 .box_text .inner, .section07 .box_text .inner {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section03 .box_text .inner, .section04 .box_text .inner, .section05 .box_text .inner, .section06 .box_text .inner, .section07 .box_text .inner {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) {
	.section03 .box_text .inner, .section04 .box_text .inner, .section05 .box_text .inner, .section06 .box_text .inner, .section07 .box_text .inner {
		max-width: 520px;
	}
}

@media print {
	.section03 .box_text .inner, .section04 .box_text .inner, .section05 .box_text .inner, .section06 .box_text .inner, .section07 .box_text .inner {
		max-width: 520px;
	}
}

.ie8 .section03 .box_text .inner, .ie8 .section04 .box_text .inner, .ie8 .section05 .box_text .inner, .ie8 .section06 .box_text .inner, .ie8 .section07 .box_text .inner {
	max-width: 520px;
}

.section03 .box_text .catch, .section04 .box_text .catch, .section05 .box_text .catch, .section06 .box_text .catch, .section07 .box_text .catch {
	line-height: 1.76923;
	margin-bottom: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media only screen and (min-width: 768px) {
	.section03 .box_text .catch, .section04 .box_text .catch, .section05 .box_text .catch, .section06 .box_text .catch, .section07 .box_text .catch {
		font-size: 174%;
	}
}

@media print {
	.section03 .box_text .catch, .section04 .box_text .catch, .section05 .box_text .catch, .section06 .box_text .catch, .section07 .box_text .catch {
		font-size: 174%;
	}
}

.ie8 .section03 .box_text .catch, .ie8 .section04 .box_text .catch, .ie8 .section05 .box_text .catch, .ie8 .section06 .box_text .catch, .ie8 .section07 .box_text .catch {
	font-size: 174%;
}

@media only screen and (max-width: 767px) {
	.section03 .box_text .catch, .section04 .box_text .catch, .section05 .box_text .catch, .section06 .box_text .catch, .section07 .box_text .catch {
		font-size: 147%;
	}
}

@media only screen and (max-width: 767px) {
	.section03 .box_text .catch, .section04 .box_text .catch, .section05 .box_text .catch, .section06 .box_text .catch, .section07 .box_text .catch {
		line-height: 1.9;
	}
}

@media only screen and (max-width: 767px) {
	.section03 .box_text .catch, .section04 .box_text .catch, .section05 .box_text .catch, .section06 .box_text .catch, .section07 .box_text .catch {
		margin-bottom: 0.4em;
	}
}

@media only screen and (max-width: 767px) {
	.section03 .box_text .catch, .section04 .box_text .catch, .section05 .box_text .catch, .section06 .box_text .catch, .section07 .box_text .catch {
		line-height: 1.4;
	}
}

.section03 .box_text .text, .section04 .box_text .text, .section05 .box_text .text, .section06 .box_text .text, .section07 .box_text .text {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.section03 .box_text .text, .section04 .box_text .text, .section05 .box_text .text, .section06 .box_text .text, .section07 .box_text .text {
		margin-bottom: 1.75em;
	}
}

@media only screen and (min-width: 768px) {
	.section03 .box_text .box_btn, .section04 .box_text .box_btn, .section05 .box_text .box_btn, .section06 .box_text .box_btn, .section07 .box_text .box_btn {
		max-width: 300px;
	}
}

@media print {
	.section03 .box_text .box_btn, .section04 .box_text .box_btn, .section05 .box_text .box_btn, .section06 .box_text .box_btn, .section07 .box_text .box_btn {
		max-width: 300px;
	}
}

.ie8 .section03 .box_text .box_btn, .ie8 .section04 .box_text .box_btn, .ie8 .section05 .box_text .box_btn, .ie8 .section06 .box_text .box_btn, .ie8 .section07 .box_text .box_btn {
	max-width: 300px;
}

@media only screen and (max-width: 767px) {
	.section03 .box_text .box_btn a, .section04 .box_text .box_btn a, .section05 .box_text .box_btn a, .section06 .box_text .box_btn a, .section07 .box_text .box_btn a {
		border-color: #333333;
		color: #333333;
	}
	.section03 .box_text .box_btn a .ic_arr, .section04 .box_text .box_btn a .ic_arr, .section05 .box_text .box_btn a .ic_arr, .section06 .box_text .box_btn a .ic_arr, .section07 .box_text .box_btn a .ic_arr {
		background-color: #333333;
	}
	.section03 .box_text .box_btn a .ic_arr:after, .section04 .box_text .box_btn a .ic_arr:after, .section05 .box_text .box_btn a .ic_arr:after, .section06 .box_text .box_btn a .ic_arr:after, .section07 .box_text .box_btn a .ic_arr:after {
		background-color: #333333;
	}
}

.section03.inview .box_text, .section04.inview .box_text, .section05.inview .box_text, .section06.inview .box_text, .section07.inview .box_text {
	opacity: 1;
	transform: translate(0, 0);
}

.section08 .box_other {
	margin-top: 170px;
	opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.section08 .box_other {
		margin-top: 130px;
	}
}

@media only screen and (max-width: 767px) {
	.section08 .box_other {
		margin-top: 3em;
	}
}

@media only screen and (min-width: 768px) {
	.section08 .box_other {
		transform: translateY(10%);
		transition: 1.3s opacity, 2s transform;
	}
}

@media print {
	.section08 .box_other {
		transform: translateY(10%);
		transition: 1.3s opacity, 2s transform;
	}
}

.ie8 .section08 .box_other {
	transform: translateY(10%);
	transition: 1.3s opacity, 2s transform;
}

@media only screen and (max-width: 767px) {
	.section08 .box_other {
		opacity: 0;
		transform: translateY(5%);
		transition: .7s opacity, 1s transform;
	}
}

.section08 .box_other ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section08 .box_other ul li {
	width: 48.4127%;
	margin-left: 3.1746%;
}

@media only screen and (max-width: 767px) {
	.section08 .box_other ul li {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.section08 .box_other ul li {
		margin-left: 0;
	}
}

.section08 .box_other ul li:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.section08 .box_other ul li {
		margin-bottom: 3em;
	}
	.section08 .box_other ul li:last-child {
		margin-bottom: 0;
	}
}

.section08 .box_other ul li .box_img {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.section08 .box_other ul li .box_img {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.section08 .box_other ul li .box_img {
		margin-bottom: 1.5em;
	}
}

.section08 .box_other ul li .box_text {
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	.section08 .box_other ul li .box_text {
		padding: 0 2.5%;
	}
}

.section08 .box_other ul li .title {
	font-size: 200%;
	margin-bottom: 15px;
	font-family: "Cinzel", serif;
	color: #555;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.section08 .box_other ul li .title {
		margin-bottom: 0.25em;
	}
}

.section08 .box_other ul li .title em {
	font-size: 66.66667%;
}

.section08 .box_other ul li .text {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.section08 .box_other ul li .text {
		margin-bottom: 1.5em;
	}
}

@media only screen and (min-width: 768px) {
	.section08 .box_other ul li .box_btn {
		width: 300px;
	}
}

@media print {
	.section08 .box_other ul li .box_btn {
		width: 300px;
	}
}

.ie8 .section08 .box_other ul li .box_btn {
	width: 300px;
}

.section08.inview .box_other {
	opacity: 1;
	transform: translate(0, 0);
}
