@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}

#wrapper {
	width: 100%;
	margin: 0 auto 30px;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	font-family: 'Shippori Mincho', serif;
}

#wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper a {
	word-break: break-all;
}

#wrapper img {
	vertical-align: bottom;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}

@media screen and (min-width: 760px) {
	.pc_none {
		display: none;
	}
}

@media screen and (max-width: 759.9px) {
	.sp_none {
		display: none;
	}
}

.disnon {
	display: none;
}

.text_red {
	color: #B20202;
}

.text_bold {
	font-weight: bold;
}

.text_normal {
	font-weight: normal;
}

.text_center {
	text-align: center;
}

.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.attention {
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}

.marker {
	background: linear-gradient(transparent 85%, #ffd22c 85%);
	margin-left: 3px;
	margin-right: 3px;
	font-size: 110%;
}

p.credit {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	padding: 2px 15px;
	color: #FFFFFF;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	/*display: none;*/
}

a.godetail {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	text-decoration: none;
	z-index: 10;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background: url("../images/button.png")no-repeat center bottom;
	background-size: 100%;
}

a.godetail.chubu {}

a.godetail:hover {
	text-decoration: none !important;
}

a.godetail.gray {
	background-color: rgba(180, 180, 180, 0.3);
	pointer-events: none;
	color: #999999;
}

.slash span {
	display: inline-block;
	padding: 0 20px;
	background: url("../images/slash_left_w.svg") no-repeat center left, url("../images/slash_right_w.svg") no-repeat center right;
	background-size: 12px;
}

#osusume .slash span {
	display: inline-block;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
	background-size: 12px;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 55px;
	}

	.slash span {
		padding: 0 12px;
		background: url("../images/slash_left_w.svg") no-repeat center left, url("../images/slash_right_w.svg") no-repeat center right;
		background-size: 8px;
	}

	#osusume .slash span {
		padding: 0 12px;
		background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
		background-size: 8px;
	}

	p.credit {
		bottom: 5px;
		right: 5%;
		padding: 0 5px;
		font-size: 10px;
	}

}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	height: 500px;
	background: url("../images/pc_topbg.jpg")no-repeat center;
	background-size: cover;
}

.page_roof .inner {
	width: 100%;
	max-width: 950px;
	height: 100%;
	margin: 0 auto;
}

.page_roof h2 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_roof h2 img {
	width: auto;
	height: 80%;
}

@media screen and (max-width: 759.9px) {
	.page_roof {
		background: url("../images/sp_topbg.jpg")no-repeat center;
		background-size: cover;
		height: 30vh;
	}
}

/*-------------fix--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;
}

/*-------------ナビPC--------------*/
@media screen and (min-width: 760px) {
	#pageNav {
		background: #555555;
		width: 100%;
		z-index: 20;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
		margin-bottom: 30px;
	}

	#pageNav ul a,
	#pageNav ul a:hover {
		color: #FFFFFF !important;
		text-decoration: none !important;
	}

	#pageNav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}

	#pageNav ul a {
		flex-grow: 1;
		height: 60px;
		background: url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
		width: 100%;
	}

	#pageNav ul a:first-child {
		background: url("../images/menu_line.svg") no-repeat center left,
			url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
	}

	#pageNav ul a li {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		font-size: 110%;
	}

	#pageNav ul a.selected {
		background-color: #0ACDBD;
	}
}

/*--スマホ--*/
@media screen and (max-width: 759.9px) {
	#pageNav {
		width: 100%;
		margin-bottom: 20px;
	}

	.nav_btn.open {
		width: 100%;
		margin: 0;
		text-align: center;
		cursor: pointer;
		position: relative;
		padding: 15px 0;
		background: #555555;
		color: #FFFFFF;
	}

	.nav_btn.open:after {
		content: "ホテルを選ぶ";
		background: url("../images/arrow_down.svg")no-repeat center left, url("../images/arrow_down.svg")no-repeat center right;
		background-size: contain;
		padding: 0 20px;
	}

	.nav_btn.close:after {
		content: "閉じる";
		background: url("../images/arrow_up.svg")no-repeat center left, url("../images/arrow_up.svg")no-repeat center right;
		background-size: contain;
		padding: 0 20px;
	}

	#pageNav ul {
		display: none;
		width: 100%;
		z-index: 100;
		margin: 0;
		padding: 0;
		background: #555555;
		color: #FFFFFF;
	}

	#pageNav ul a,
	#pageNav ul a:hover {
		color: inherit;
		text-decoration: none !important;
	}

	#pageNav ul a {
		width: 100%;
	}

	#pageNav ul a li {
		font-size: 100%;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		border-bottom: 1px solid #FFFFFF;
	}
}

/*-------------トップリード--------------*/
#pageToplead {
	margin-bottom: 30px;
}

#pageToplead .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

#pageToplead .comment {
	font-size: 160%;
	text-align: center;
	line-height: 2;
}

@media screen and (max-width: 759.9px) {
	#pageToplead .comment {
		font-size: 120%;
	}
}

/*-------------おすすめ--------------*/
#osusume {
	margin-bottom: 30px;
}

#osusume .inner>h2 {
	color: #930000;
	font-size: 220%;
	text-align: center;
	margin-bottom: 30px;
}

#osusume .osusume_unit {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

#osusume .osusume_unit .box {
	width: 32%;
	border: 1px solid #930000;
	border-radius: 20px;
	padding: 25px 15px 5px 15px;
	position: relative;
}

#osusume .osusume_unit .box .no {
	position: absolute;
	top: -40px;
	left: -5px;
	color: #930000;
	font-size: 50px;
	background: #FFFFFF;
	padding-right: 5px;
	line-height: 1.4;
}

#osusume .osusume_unit .box h3 {
	color: #930000;
	font-size: 120%;
	margin-bottom: 5px;
	z-index: 1;
	position: relative;
}

#osusume .osusume_unit .box p {
	font-size: 110%;
	margin-bottom: 10px;
}

#osusume .osusume_unit .box p.attention {
	font-size: 100%;
}

@media screen and (max-width: 759.9px) {
	#osusume h2 {
		font-size: 5vw;
		margin-bottom: 30px;
	}

	#osusume .osusume_unit .box {
		width: 80%;
		padding: 25px 15px 5px 15px;
		margin: 0 auto 30px;
	}

	#osusume .osusume_unit .box .no {
		position: absolute;
		top: -30px;
		left: -5px;
		color: #930000;
		font-size: 40px;
		background: #FFFFFF;
		padding-right: 5px;
		line-height: 1.4;
	}
}

/*-----------背景色--------------*/
#dogashima {
	background: #090037;
	color: #FFFFFF;
}

#inatori {
	background: #651433;
	color: #FFFFFF;
}

/*-------------ページコンテンツ--------------*/
.pageContent {
	width: 100%;
	padding: 100px 0;
}

.pageContent .inner {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
}

.pageContent .title {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 40px;
	text-align: center;
}

.pageContent .title h2 {
	width: 90%;
	margin: 0 auto 20px;
}

.pageContent .title h2 img {
	width: 100%;
}

.pageContent .title .lead {
	font-size: 160%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.pageContent .inner>h3 {
	font-size: 180%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

@media screen and (min-width: 760px) {
	.pageContent .inner>h3:before {
		content: "";
		width: 150px;
		height: 20px;
		background: url("../images/zigline.png") no-repeat center left;
		background-size: contain;
	}

	.pageContent .inner>h3:after {
		content: "";
		width: 150px;
		height: 20px;
		background: url("../images/zigline.png") no-repeat center right;
		background-size: contain;
	}
}

@media screen and (max-width: 759.9px) {
	.pageContent .inner>h3 {
		font-size: 140%;
	}

	.pageContent {
		width: 100%;
		padding: 70px 0;
	}
}

/*-------------ホテル紹介--------------*/
.hotelintro_wrap {
	width: 100%;
	margin: 0 auto 80px;
	position: relative;
}

.hotelintro_wrap .title_photo_unit {
	width: 100%;
	padding-top: 60%;
	position: relative;
}

.keshiki .title_photo_unit .photo {
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.room .title_photo_unit .photo {
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.title_photo_unit .photo .swiper-container {
	width: 100%;
	height: 100%;
}

#dogashima .title_photo_unit .title p {
	background: #090037;
	z-index: 1;
}

#inatori .title_photo_unit .title p {
	background: #651433;
	z-index: 1;
}

.title_photo_unit .title {
	font-size: clamp(30px, 6vw, 80px);
}

.keshiki .title_photo_unit .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	display: flex;
	justify-content: flex-start;
}

.room .title_photo_unit .title {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	display: flex;
	justify-content: flex-end;
}

.title_photo_unit .title:before {
	content: "";
	position: absolute;
	bottom: 0.5em;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
}

.title_photo_unit .title p {
	writing-mode: vertical-rl;
	letter-spacing: 0.5em;
	line-height: 1.2;
  white-space: nowrap;
}

#inatori .keshiki .title_photo_unit .title p {
	letter-spacing: 0;
	font-size: 90%;
  padding-bottom: 0.5em;
}

@media screen and (min-width: 760px) {
	.keshiki .comment {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 38%;
		font-size: clamp(16px, 1.2vw, 20px);
	}

	.room .comment {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 38%;
		font-size: clamp(16px, 1.2vw, 20px);
	}
}

@media screen and (max-width: 759.9px) {
	.hotelintro_wrap .title_photo_unit {
		width: 100%;
		padding-top: 75%;
		position: relative;
	}

	.keshiki .title_photo_unit .photo {
		width: 75%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}

	.room .title_photo_unit .photo {
		width: 75%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.title_photo_unit .title {
		font-size: 7vw;
	}

	.keshiki .title_photo_unit .title {
		width: 25%;
	}

	.room .title_photo_unit .title {
		width: 25%;
	}

	.hotelintro_wrap .comment {
		width: 100%;
		margin: 10px auto;
		font-size: 110%;
	}
}

/*-------------食事と温泉--------------*/
.meal_onsen_unit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.meal_onsen_unit .meal_box,
.meal_onsen_unit .onsen_box {
	width: 46%;
}

.meal_onsen_unit h3 {
	font-size: 180%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.meal_onsen_unit h3:before {
	content: "";
	width: 20%;
	height: 20px;
	background: url("../images/zigline.png") no-repeat center left;
	background-size: contain;
}

.meal_onsen_unit h3:after {
	content: "";
	width: 20%;
	height: 20px;
	background: url("../images/zigline.png") no-repeat center right;
	background-size: contain;
}

@media screen and (max-width: 759.9px) {
	.meal_onsen_unit h3 {
		font-size: 140%;
	}
}

.meal_onsen_unit .photo {
	width: 100%;
	padding-top: 66%;
	position: relative;
	margin-bottom: 10px;
}

.meal_onsen_unit .photo .swiper-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.meal_onsen_unit .photo .swiper-container img {
	width: 100%;
	height: auto;
}

.meal_onsen_unit .comment {
	font-size: 120%;
}

@media screen and (max-width: 759.9px) {

	.meal_onsen_unit .meal_box,
	.meal_onsen_unit .onsen_box {
		width: 90%;
		margin: 0 auto 30px;
	}

	.meal_onsen_unit .comment {
		font-size: 100%;
	}
}


/*-------------  map  --------------*/
.mapbox {
	width: 100%;
	margin: 70px 0;
}

.mapbox h3 {
	font-size: 180%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.mapbox h3:before {
	content: "";
	width: 20%;
	height: 20px;
	background: url("../images/zigline.png") no-repeat center left;
	background-size: contain;
}

.mapbox h3:after {
	content: "";
	width: 20%;
	height: 20px;
	background: url("../images/zigline.png") no-repeat center right;
	background-size: contain;
}


/*-------------yoyaku--------------*/
.yoyaku_wrap {
	width: 100%;
	margin: 0 auto;
}

.yoyaku_wrap>p {
	font-size: 140%;
	text-align: center;
	margin-bottom: 20px;
}

.yoyaku_unit {
	width: 90%;
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px auto 30px;
}

.yoyaku_unit a.godetail {
	width: 46%;
	margin: 0 2%;
}

@media screen and (max-width: 759.9px) {
	.yoyaku_unit a.godetail {
		width: 100%;
		margin: 0 0 25px;
	}
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox {
	width: 600px;
	height: 600px;
}

.swiper-container.inbox .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination.inbox {
	bottom: 15px;
	display: none;
}

.swiper-pagination.inbox .swiper-slide {
	height: auto;
}

.swiper-pagination.inbox .swiper-pagination-bullet {
	opacity: 0.6;
}

.swiper-pagination.inbox .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}

.swiper-button-prev.inbox {
	left: 5px;
	top: 48%;
	display: none;
}

.swiper-button-next.inbox {
	right: 5px;
	top: 48%;
	display: none;
}

@media screen and (max-width: 759.9px) {

	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after {
		font-size: 15px;
	}

	.swiper-pagination.inbox {
		bottom: 5px;
	}

	.swiper-button-prev.inbox {
		left: 3px;
		top: 46%;
	}

	.swiper-button-next.inbox {
		right: 3px;
		top: 46%;
	}
}