@charset "utf-8";
/*基本フォント設定*/
	 @import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* common */
html, body {
	position: relative;
	height: 100%;
}
body {
	background: url('../images/main_bg.jpg');
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	color:#000;
	margin: 0;
	padding: 0;
}

p {
	padding-bottom:1em;
}

.center {
	text-align: center;
}

a.button {
	display: inline-block;
	padding: 10px 50px;
	color: #0e5679;
	border: 1px solid #0e5679;
	text-decoration: none;
	text-align: center;
	margin: auto;
	cursor: pointer;
}
	a.button:hover {
		background: #0e5679;
		color: #fff;
	}
.red {
	color: #ff0000;
}


/* header */
#navToggle {
	display:none; /*通常時は非表示にしておきます*/
	position:absolute; /*bodyに対しての絶対位置指定です*/
	right:13px;
	top:45px;
	width:30px;
	height:25px;
	cursor:pointer;
	z-index: 1000000;
}
	#navToggle div {
		position:relative;
	}
	#navToggle span {
		display:block;
		position:absolute; /*#navToggle div に対して*/
		width:100%;
		border-bottom:solid 3px #0e5679;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out}
	#navToggle span:nth-child(1) {top:0}
	#navToggle span:nth-child(2) {top:11px}
	#navToggle span:nth-child(3) {top:22px}
.sp_logo {
	display: none;
}
nav {
	height: 100px;
	width: 100%;
	background-color:rgba(255,255,255,0.7);
	position: fixed;
	z-index: 100000;
}
.main_nav {
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 100px);
	padding: 0 50px;
	height:80px;
	align-items: flex-end;
}
	.main_nav li {
	}
	.main_nav li:first-child {
		margin-right:auto;
	}
	.main_nav li:last-child {
		margin-left: 50px;
	}
	.main_nav li.sns_head_pc {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.2em;
	}
	.main_nav li.sns_head_pc p {
		padding-bottom: 0;
	}
	.main_nav li.sns_head_pc i.fab {
		font-size: 36px;
		margin-right: 10px;
	}
	.main_nav a {
		color: #000;
		margin: 0 30px 0 0;
		text-decoration: none;
		text-align:center;
	}
	.main_nav a:hover {
		color: #0e5679;
	}
	.main_nav li:last-child a {
		margin: 0;
	}
	.main_nav a.logo {
		margin: 0 20px 0 0;
	}
.sns_head {
	height: 50px;
	width: 265px;
	margin-left: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	.sns_head p {
		font-size: 20px;
	}
	.sns_head i.fab {
		font-size: 36px;
	}
.sp_lang {
	display: none;
}

@media screen and (max-width: 1024px) { /* nav for mobile */
.sp_logo {
	display: block;
	height: 35px;
	color: #FFF;
	padding-left: 10px;
	padding-top: 5px;
	width: 70%;
}
.sp_lang {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000000;
}
.sns_head {
	margin-left: 10px;
}
	.sns_head i {
		margin-right: 10px;
	}
.sp_logo img {
	width: 200px;
}
nav {
	height: 80px;
}
.main_nav {
	flex-direction: column;
	position: absolute; /*bodyに対しての絶対位置*/
	left:0;
	top: -400px; /*通常時はビュー外*/
	background:#fff;
	width:100%;
	height: 300px;
	-webkit-transition:.5s ease-in-out; /*transitionで動きを*/
	-moz-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	text-align:left;
	padding: 0;
}
.main_nav li:first-child {
	display: none;
}
	.main_nav li.sns_head_pc {
		display: none;
	}
.main_nav a {
	height: 60px;
	width: calc(100% - 40px);
	padding: 0 20px;
	line-height: 60px;
	display: block;
	text-align: left;
}
.main_nav li {
	width: 100%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-collapse: collapse;
	padding: 0px;
	background:#fff;
}
/* Toggle(Button) */
#navToggle {
	display:block;
	position: fixed;
}
	.openNav #navToggle span:nth-child(1) {
		top: 11px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	.openNav #navToggle span:nth-child(2),
	.openNav #navToggle span:nth-child(3) {
		top: 11px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
	}

/*header menu*/
header.openNav .main_nav {
	-moz-transform: translateY(560px);
	-webkit-transform: translateY(560px);
	transform: translateY(560px);
	z-index: 10000;
}

}


/* top */
#top_mv { /* mv */
	width: 100%;
	height: 100%;
	position: relative;
}
    .swiper-container {
        width: 100%;
        height: 100%;
    }

.mv_over_container {
	z-index: 10000;
	position: absolute;
	top: 100px;
	width: 100%;
	height: calc(100% - 100px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
	.mv_over_container section:first-child {
		margin-bottom: auto;
		margin-top: 10%;
	}
	.mv_over_container ul.mv_btn {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 700px;
		margin-bottom: 30px;
	}
	.mv_over_container section:last-child {
		margin-top: auto;
	}
.search__article input {
	border: none;
	text-align: center;
	cursor: pointer;
}
	.search__article input#date {
		height: 30px;
		background-color: #fff;
		background-image:url('../images/search_arrow.png');
		background-position: 10px center;
		background-repeat: no-repeat;
		background-size: 15px 12px;
	}
	.search__article li.select {
		height: 30px;
		background-color: #fff;
		background-image:url('../images/search_arrow.png');
		background-position: 10px center;
		background-repeat: no-repeat;
		background-size: 15px 12px;
		display: flex;
		align-items: center;
		width: 100px;
		position: relative;
	}
	.search__article li.select .select_txt {
		width: 50px;
		height: 26px;
		text-align: left;
		position: absolute;
		left: 30px;
		top: 2px;
		font-size: 12px;
	}
	.search__article li.select .select_txt_en {
		font-size: 0.9em;
	}
	.search__article li.select .select_txt span {
		font-size: 15px;
		margin-right: 5px;
	}
	.search__article li.select select {
		opacity: 0;
		cursor: pointer;
		width: 90px;
		height: 30px;
		position: absolute;
		left: 0;
	}
	.search__article .search_btn {
		display: inline-block;
		height: 30px;
		padding: 0 20px;
		background: #0e5679;
		color: #fff;
		line-height: 30px;
		text-decoration: none;
	}

@media screen and (max-width: 700px) {
	#top_mv { /* mv */
		width: 100%;
		height: 80%;
}
	.mv_over_container section:first-child img {
		max-width: 200px;
	}
	.mv_over_container ul.mv_btn {
		flex-wrap: wrap;
		justify-content: cneter;
		width: 90%;
		margin: 0 auto;
	}
	.mv_over_container ul.mv_btn .stay,
	.mv_over_container ul.mv_btn .guest,
	.mv_over_container ul.mv_btn .room {
		margin: 0 0 10px 0;
	}
	.mv_over_container ul.mv_btn .date_box,
	.mv_over_container ul.mv_btn .search_btn_box {
		width: 350px;
		text-align: center;
		margin: 0 auto 10px auto;
	}

}

/* column style */
.col_2 {
	display:flex;
	width: 100%;
	align-items: center;
}
	.col_2>div {
		width: 50%;
	}

/* top contents aera */
h2.main_copy {
	text-align: left;
	font-size: 1.8em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 50px 0;
	letter-spacing: 0.2em;
}
h2.main_copy_en {
	text-align: left;
	font-size: 1.8em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 50px 0;
	letter-spacing: 0em;
}
h1 {
	font-size: 1.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 50px 0;
}
h2.headline {
	border-top: 1px solid #666;
	padding-top: 50px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.2em;
}
section.sec_01 {
	background: url('../images/main_bg2.jpg');
	padding: 100px 0;
}
.contents_area {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.contents_area_thin {
	width: 570px;
	margin: 0 auto;
}
img {
	max-width: 100%;
}
.sec_01_map {
	width: 800px;
	margin: 50px auto;
	position: relative;
}
	.sec_01_map img {
		width: 100%;
	}

section.sec_02 {
	background: url('../images/main_bg.jpg');
	padding: 100px 0;
}
	.sec_02 h2.title,
	.sec_01 h2.title {
		font-size: 1.8em;
		color: #0e5679;
		font-weight: bold;
		margin-bottom: 100px;
	}
.sec_02_col3 {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
}
	.sec_02_box {
		width: 300px;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}
	.sec_02_box div {
		margin-bottom: 50px;
	}
	.sec_02_box div p {
		margin-top: 20px;
		font-size: 0.9em;
	}
	.sec_02_box .button {
		margin-top: auto;
	}
	.sec_02_box img {
		width: 100%;
	}
	.sec_02_box h3 {
		font-size: 1.4em;
		text-align: center;
		margin: 20px 0;
		font-weight: bold;
	}

.content_title {
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px auto;
	justify-content: space-between;
}
	.title_img {
		max-width: 914px;
	}
	.title_img img {
		width: 100%;
	}
	.title_text {
		width: 260px;
	}
		.title_text h2 {
			font-size: 1.8em;
			font-weight: bold;
			border-bottom: 2px solid #333;
			padding-bottom: 1em;
			margin-bottom: 1em;
			letter-spacing: 0.5em;
		}
		.title_text table {
			width: 100%;
		}
		.title_text table td:first-child {
			width: 60%;
		}
.content_title2 {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 100px;
}
	.content_title2 h3 {
		width: 40%;
		color: #0e5679;
		font-size: 1.5em;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
	}
	.content_title2 p {
		width: 60%;
	}

/* room */
.room_box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 100px 0;
}
	.room_img {
		width: 500px;
	}
		.room_img .room_img_L img {
			width: 100%;
		}
		.room_img .room_img_thumb img {
			width: 120px;
			margin-right: 6px;
		}
	.room_detail {
		width: 450px;
	}
	.room_layout {
		display: flex;
		justify-content: space-between;
		margin-top: 100px;
	}
		.room_layout .layput {
			flex:2;
			text-align: right;
		}
		.room_spec {
			flex: 1;
			display: flex;
			flex-wrap: wrap;
		}
			.room_spec div {
				width: 200px;
			}
			.room_spec img {
				margin-right: 1em;
			}
		.room_detail h3 {
			font-size: 1.5em;
			font-weight: bold;
			margin-bottom: 1em;
		}
		.room_detail hr {
			border-bottom: 2px solid #0e5679;
			margin-bottom: 1em;
		}
		.room_spec_icon {
			display: flex;
			alignitems: center;
		}
			.room_spec_icon p {
				height: 30px;
				line-height: 30px;
			}
			.room_spec_icon p img {
				margin-right: 1em;
			}
.room_bed {
	margin: 50px auto;
}
	h2.bed {
		text-align: center;
		font-size: 1.5em;
		margin-bottom: 10px;
	}
		span.bed {
		padding-bottom: 10px;
		border-bottom: 2px solid #333;
		letter-spacing: 0.5em;
		font-weight: bold;
		}
		p.bed {
			text-align: center;
		}
	h3.bed_l {
		font-size: 1.5em;
		margin-bottom: 1em;
		font-weight: bold;
	}
		span.small {
			font-size: 0.9em;
		}
	hr.bed {
		border-bottom: 2px solid #333;
	}
	h3.bed {
		font-size: 1.3em;
		text-align: center;
		font-weight: bold;
	}
.link_box {
	text-align: center;
	margin: 100px 0;
}
.room_icon_area {
	display: flex;
	width: 100%;
}
	.room_icon_area section {
		width: calc(50% - 50px);
		margin-bottom: 20px;
	}
	.room_icon_area section.mr100 {
		margin-right: 100px;
	}
	.room_icon_box {
		display: flex;
		align-items: center;
		height: 50px;
		margin-bottom: 20px;
		width: 100%;
	}
	.room_icon_box p {
		padding-bottom: 0;
		margin-right: 20px;
	}
	.room_icon_box .headline {
		font-size: 1.5em;
	}
	.room_icon_box .small {
		font-size: 0.8em;
		font-weight: bold;
	}
.room_cafe_icon_area {
	display: flex;
	width: calc(100% - 40px);
	padding: 0 20px;
	justify-content: space-between;
}

/* common-space */
.common-space_01 {
	width: 800px;
	margin: 100px auto;
	overflow: hidden;
}
	.common_headline {
		display: flex;
		align-items: bottom;
		justify-content: space-between;
		width: 100%;
		border-bottom: 2px solid #0e5679;
		margin: 1em 0;
	}
	.common_headline h3 {
		font-size: 1.5em;
		font-weight: bold;
	}
	.common_headline p {
		font-size: 0.8em;
	}
.common-space_02 {
	width: 100%;
	display: flex;
	align-items: bottom;
	justify-content: space-between;
}
	.common-space_02 div:first-child {
		margin-right: 50px;
		width: 100%;
	}
.common_items {
	align-items: start;
}
	.common_items>div:first-child {
		flex: 3;
		margin-right: 10px;
	}
	.common_items>div:first-child img.items_1 {
		width: 80%;
	}
	.common_items>div:last-child {
		flex: 2;
	}
.common_items2 {
	align-items: start;
}
	.common_items2>div:first-child {
		flex: 2;
		margin-right: 10px;
	}
	.common_items2>div:last-child {
		flex: 3;
	}
	.common_items2>div:first-child img.items_2 {
		max-width: 140px;
	}


/* service */
.service h3 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin: 50px 0;
}
.service_list {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0 0;
}
	.service_list div {
		width: 150px;
		margin-right: 133px;
		text-align: center;
		margin-bottom: 50px;
		color: #0e5679;
	}
	.service_list div:nth-child(4n) {
		margin-right: 0;
	}
	h3.title_center {
		color: #0e5679;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
	}

/* FAQ */
.faq a {
	margin-right: 50px;
}
.faq span.faq_tel {
	font-size: 1.5em;
	font-weight: bold;
	color: #0e5679;
}
.faq_2col {
	display: flex;
	justify-content: space-between;
}
	.faq_2col div {
		width: 450px;
		padding-bottom: 50px;
		border-bottom: 1px solid #aaa;
	}
	.faq_2col h3 {
		font-size: 1.5em;
		padding-bottom: 20px;
		border-bottom: 2px solid #333;
		text-align: center;
		margin-bottom: 30px;
	}
dl.faq_list {
	margin-left: 30px;
}
dl.faq_list dt {
	position: relative;
	padding-left: 40px;
	margin-top: 30px;
	font-weight: bold;
	cursor: pointer;
}
dl.faq_list dt:before {
	content: "";
	background: url('../images/list_image.png') no-repeat;
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	height: 30px;
	width: 30px;
}
dl.faq_list dd {
	padding-left: 40px;
}

/* access */
.access_col2 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 100px;
}
	.access_col2 div.access_box01 {
		width: 710px;
	}
	.access_col2 div.access_box02 {
		width: 230px;
	}
	.access_col2 h3 {
		font-size: 1.5em;
		padding-bottom: 20px;
		border-bottom: 2px solid #333;
		text-align: center;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.access_col1 h3 {
		font-size: 1.5em;
		padding-bottom: 20px;
		border-bottom: 2px solid #333;
		text-align: center;
		width: 750px;
		margin: 0 auto;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
.access_item_box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 50px 0;
}
	.access_item_box h4 {
		font-size: 1.3em;
	}



.sp {
	display: none;
}
@media screen and (max-width: 1000px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
img {
	max-width: 100%;
}
section.sec_01 {
	padding: 50px 0;
}
.content_title{
	display: none;
}
.contents_area a {
	text-decoration: none;
	color: #0e5679;
}
h2.main_copy {
	text-align: left;
	font-size: 1.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 50px;
	letter-spacing: 0;
	font-weight: bold;
	line-height: 2em;
}
h2.main_copy_en {
	text-align: left;
	font-size: 1.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 50px 30px;
	letter-spacing: 0;
	font-weight: bold;
	line-height: 2em;
}
.col_2,
.sec_02_col3,
.content_title2,
.room_box,
.room_icon_area,
.common-space_02,
.access_col2,
.access_item_box,
.faq_2col,
.mv_over_container section.mv_btn,
footer .foot_container,
.room_layout {
	flex-direction: column;
}
.contents_area,
.contents_area_thin {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 50px;
}
.sec_01_map {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
}
	.title_text {
		width: 100%;
	}
	.title_text h2 {
		text-align: center;
	}
	.title_text table,
	.title_text p {
		width: 80%;
		margin: 0 auto;
	}
	.content_title2 h3,
	.content_title2 p,
	.room_img,
	.room_detail,
	.room_bed,
	.col_2>div,
	.room_icon_area section.mr100,
	.room_icon_area section,
	.common-space_01,
	.common-space_02,
	.access_col2 div.access_box01,
	.access_col2 div.access_box02,
	.access_col1 h3,
	.sec_02_col3,
	.faq_2col div {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}
	.service_list div {
		width: 28%;
		margin-right: 8%;
	}
	.service_list div:nth-child(4n) {
		margin-right: 8%;
	}
	.service_list div:nth-child(3n) {
		margin-right: 0;
	}
.content_title2 h3 {
	text-align: center;
	margin-bottom: 1em;
}
.room_detail {
	padding-top: 20px;
}
.room_layout {
	margin-top: 20px;
}
	.room_layout .layout {
		text-align: center;
	}
	.room_layout .room_spec {
		justify-content: space-between;
	}
	.room_spec {
		margin-bottom: 50px;
	}
			.room_spec div {
				width: 50%;
			}
.room_cafe_icon_area {
	flex-wrap: wrap;
	padding: 0;
}
.faq a {
	margin-right: 0;
	display: block;
}
.link_box {
	margin: 30px 0;
}
.faq_2col div {
	padding-top: 50px;
}
.room_img .room_img_thumb img {
	width: 100px;
}
table.room_spec {
	margin-top: 50px;
}
span.bed {
	letter-spacing: normal;
}
h3.bed_l {
	margin-top: 20px;
}
.room_bed {
	margin: 20px auto 50px auto;
}
.room_icon_box .headline {
	font-size: 1.2em;
}
.room_icon_box p {
	margin-right: 10px;
}
.access_item_box {
	text-align: center;
}
	.access_item_box div {
		margin-bottom: 30px;
	}
	.common-space_02 div:first-child {
		width: 95%;
	}



}

/* english style */
.title_text h2.no_spacing,
span.bed_en {
	letter-spacing: 0;
}


/* pageTop */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	padding: 0 8px 15px 8px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #fff;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* footer */
footer {
	background: #4b4b4b;
	padding: 100px;
	color: #fff;
}
footer a {
	color: #fff;
}
footer .foot_container {
	display: flex;
	width: calc(100% - 50px);
	margin: 0 50px;
	align-items: center;
}
	footer .foot_container .foot_logo {
		width: 490px;
	}
	footer .foot_container .foot_bn {
		width: 510px;
	}
.sns_foot {
	display: flex;
	width: 150px;
	justify-content: space-between;
}
	.sns_foot i.fab {
		font-size: 36px;
	}


@media screen and (max-width: 1000px) {
	footer .foot_container .foot_logo,
	footer .foot_container .foot_bn,
	footer .foot_container {
		width: 100%;
		margin: 0;
	}
	footer {
		padding: 50px 20px;
	}
	footer .foot_container .foot_logo {
		font-size: 0.7em;
	}





}