@charset "utf-8";
@import url('/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
}

#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin: 0 auto 10px;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Noto Serif JP', 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;
	}
}

.text_red {
	color: #B20202;
	border-bottom: 1px solid #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;
}

.box {
	background: rgba(243, 243, 243, 1.00);
	padding: 20px 30px;
	margin-bottom: 10px;
	border-radius: 5px;
	text-align: left;
}

.disnon {
	display: none;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}

a.godetail {
	width: 90%;
	max-width: 350px;
	display: block;
	margin: 50px auto;
	line-height: 65px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: auto 100%;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1000;
}

a.godetail_gray {
	width: 90%;
	max-width: 350px;
	display: block;
	margin: 50px auto;
	line-height: 65px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: auto 100%;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1000;
	pointer-events: none;
}

a.godetail.chubu {
	width: 90%;
	max-width: 350px;
	display: block;
	margin: 50px auto;
	line-height: 65px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: auto 100%;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1000;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}

a.gotop {
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
}

a.gotop:hover {
	opacity: 0.8;
}

/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
	background: url("../images/topback_l.png") no-repeat center left, url("../images/topback_r.png") no-repeat center right;
	background-size: contain, contain;
	padding-top: 450px;
}

.page_roof h2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 70%;
	height: 100%;
	margin: 0 auto;
	background: url("../images/topback_c.png") no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_roof h2 img {
	max-width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 759.9px) {
	.page_roof {
		padding-top: 40%;
	}
}

/*-------------エリアタブ--------------*/
.areatab>ul {
	width: 100%;
	margin: 20px auto 0;
	max-width: 950px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.areatab>ul li {
	width: 49.5%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 120%;
	border-radius: 20px 20px 0 0;
}

#tab1 {
	background-color: #cfb893;
}

#tab2 {
	background-color: #cfb893;
}

#tab1.selected,
#tab2.selected {
	height: 60px;
	background: #785936;
}


/*-------------ナビ-   --------------*/
#pageNav {
	background: #FFFFFF;
}

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

@media screen and (min-width: 760px) {
	.hotelNav nav {
		background: url("../images/bg_menu.png") repeat-x top;
		background-size: auto 100%;
		width: 100%;
		z-index: 9999;
		margin: 0;
		padding: 0;
	}

	.hotelNav nav ul a,
	.hotelNav nav ul a:hover {
		color: #FFFFFF !important;
		text-decoration: none !important;
	}

	.hotelNav nav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.hotelNav nav ul:first-child {
		border-bottom: 1px solid #b8860b;
	}

	.hotelNav nav ul a {
		flex-grow: 1;
		height: 55px;
		background: url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
	}

	.hotelNav nav 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;
	}

	.hotelNav nav ul a li {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.hotelNav nav ul a li p {
		text-align: center;
	}

	.hotelNav .nav_btnOpen {
		display: none;
	}
}

/****スマホメニュー****/
@media screen and (max-width: 759.9px) {
	.hotelNav nav {
		display: none;
	}

	.nav_btnOpen {
		width: 100%;
		margin: 0;
		text-align: center;
		cursor: pointer;
		position: relative;
		padding: 15px 0;
		background: #DAA520;
		color: #FFFFFF;
	}

	.nav_btnOpen:after {
		content: "▼　ホテルを選ぶ ▼";
	}

	.nav_btnClose {
		width: 100%;
		margin: 0;
		text-align: center;
		cursor: pointer;
		position: relative;
		padding: 15px 0;
		background: #DAA520;
		color: #FFFFFF;
	}

	.nav_btnClose:after {
		content: "閉じる";
	}

	.hotelNav nav {
		background: #DAA520;
		width: 100%;
		z-index: 9999;
		margin: 0;
		padding: 0;
	}

	.hotelNav nav ul a,
	.hotelNav nav ul a:hover {
		color: #FFFFFF !important;
		text-decoration: none !important;
	}

	.hotelNav nav ul {
		width: 100%;
		margin: 0;
		padding: 0;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.hotelNav nav ul a {
		width: 100%;
	}

	.hotelNav nav ul a li {
		width: 100%;
		border-bottom: 1px solid #FFFFFF;
		padding: 15px 0;
		text-align: center;
	}
}


/*-------------トップリード   --------------*/
.paddingTop {
	padding-top: 80px;
}

#pageTopLead {
	background: #eeeeee;
	margin: 0;
}

#pageTopLead>.inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 10px;
	text-align: center;
}

#pageTopLead>.inner p {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
}

#pageTopLead>.inner img {
	width: 100%;
}

@media screen and (max-width: 759.9px) {
	#pageTopLead>.inner p {
		font-size: 110%;
	}
}

/*-------------ページコンテンツ背景  --------------*/

#point1_01 {
	width: 100%;
	background: linear-gradient(rgba(232, 197, 156, 0.1) 0%, rgba(232, 197, 156, 1) 30%), url("../images/montehermana_tokyo_gaikan.jpg")no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#point1_02 {
	width: 100%;
	background: linear-gradient(rgba(161, 216, 226, 0.1) 0%, rgba(161, 216, 226, 1) 30%), url("../images/ginza_gaikan.jpg")no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#point1_03 {
	width: 100%;
	background: linear-gradient(rgba(202, 184, 217, 0.1) 0%, rgba(202, 184, 217, 1) 30%), url("../images/hanzomon_gaikan.jpg")no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#point1_04 {
	width: 100%;
	background: linear-gradient(rgba(167, 210, 141, 0.1) 0%, rgba(167, 210, 141, 1) 30%), url("../images/lasoeur_ginza_gaikan.jpg")no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#point1_05 {
	width: 100%;
	background: linear-gradient(rgba(242, 213, 138, 0.1) 0%, rgba(242, 213, 138, 1) 30%), url("../images/akasaka_gaikan.jpg")no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#point01 {
	width: 100%;
	background: linear-gradient(rgba(232, 197, 156, 0.1) 0%, rgba(232, 197, 156, 1) 30%), url("../images/osaka_gaikan.jpg")no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#point02 {
	width: 100%;
	background: linear-gradient(rgba(161, 216, 226, 0.1) 0%, rgba(161, 216, 226, 1) 30%), url("../images/lefrere_osaka_gaikan.jpg")no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#point03 {
	width: 100%;
	background: linear-gradient(rgba(202, 184, 217, 0.1) 0%, rgba(202, 184, 217, 1) 30%), url("../images/grasmere_osaka_gaikan.jpg")no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#point04 {
	width: 100%;
	background: linear-gradient(rgba(167, 210, 141, 0.1) 0%, rgba(167, 210, 141, 1) 30%), url("../images/lasoeur_osaka_gaikan.jpg")no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#point05 {
	width: 100%;
	background: linear-gradient(rgba(242, 213, 138, 0.1) 0%, rgba(242, 213, 138, 1) 30%), url("../images/kobe_gaikan.jpg")no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#point06 {
	width: 100%;
	background: linear-gradient(rgba(188, 186, 206, 0.1) 0%, rgba(188, 186, 206, 1) 30%), url("../images/monte_hermana_kobe_gaikan.jpg")no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#point07 {
	width: 100%;
	background: linear-gradient(rgba(250, 208, 158, 0.1) 0%, rgba(250, 208, 158, 1) 30%), url("../images/himeji_gaikan.jpg")no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#point08 {
	width: 100%;
	background: linear-gradient(rgba(165, 201, 193, 0.1) 0%, rgba(165, 201, 193, 1) 30%), url("../images/kyoto_gaikan.jpg")no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
	position: relative;
	margin-bottom: 10px;
	padding-top: 200px;
}

@media screen and (max-width: 759.9px) {
	.pageContent {
		padding-top: 60px;
	}
}

.pageContent>.inner {
	width: 80%;
	max-width: 950px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}

.pageContent h1 {
	font-size: 240%;
	font-weight: bold;
}

.pageContent h1.hotel_logo {
	text-align: center;
}

.pageContent h1.hotel_logo img {
	width: 50%;
}

.pageContent .deco {
	font-weight: normal;
	padding: 0 35px;
	background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
	background-size: auto 90%;
}

.pageContent .point_roof {
	background: rgba(255, 255, 255, 0.5);
	padding: 10px 10px;
}

.pageContent .point_roof>h2 {
	font-size: 240%;
	font-weight: bold;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100px;
	padding-top: 100px;
}

.pageContent .point_roof p {
	font-size: 130%;
	margin: 0 0 30px;
}

.pageContent .point_roof img {
	width: 100%;
	margin-bottom: 20px;
}

.pageContent .yoyaku {
	margin: 10px;
}

.pageContent .yoyaku h2 {
	font-size: 140%;
}

.pageContent .yoyaku a {
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
	display: inline-block;
	margin: 20px;
}

.pageContent dl dt img {
	width: 100%;
	margin: 0;
}

.pageContent dl dd h3 {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 10px;
}

#point01 dl dd h3 {
	color: #6C3524;
}

#point02 dl dd h3 {
	color: #006A6C;
}

#point03 dl dd h3 {
	color: #47266E;
}

#point04 dl dd h3 {
	color: #006A6C;
}

#point05 dl dd h3 {
	color: #E9BC00;
}

#point06 dl dd h3 {
	color: #4D4398;
}

#point07 dl dd h3 {
	color: #622D18;
}

#point08 dl dd h3 {
	color: #004D25;
}


@media (max-width:768px) {
	.pageContent dl dd h3 {
		font-size: 160%;
	}

	.pageContent .point_roof>h2 {
		font-size: 150%;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: auto 70px;
		padding-top: 70px;
	}

	.pageContent .point_roof p {
		font-size: 120%;
		margin: 0 0 30px;
	}
}

@media screen and (min-width: 760px) {
	.pageContent dl.hotel_intro {
		width: 100%;
		margin-bottom: 30px;
		position: relative;
	}

	.pageContent .hotel_intro dt {
		width: 100%;
		margin: 0;
	}

	.pageContent .hotel_intro dt img {
		width: 100%;
	}

	.pageContent .hotel_intro dd {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 15px 0px 0px 20px;
		margin: 0;
		text-align: left;
		z-index: 20;
		background: url(../images/bg_hotel_comment.png) no-repeat top -1px left;
		background-size: 101%;
	}

	.pageContent .hotel_intro dd p {
		line-height: 2;
	}
}

@media screen and (max-width: 759.9px) {
	.pageContent dl.hotel_intro {
		width: 100%;
		margin-bottom: 30px;
	}

	.pageContent .hotel_intro dt {
		width: 100%;
		margin: 0;
	}

	.pageContent .hotel_intro dt img {
		width: 100%;
	}

	.pageContent .hotel_intro dd {
		width: 100%;
		height: 100%;
		padding: 10px 20px 20px;
		margin: 0;
		text-align: left;
		z-index: 20;
		background: url(../images/bg_hotel_comment_sp.png) repeat top left #FFFFFF;
		background-size: cover;
	}

	.pageContent .hotel_intro dd p {
		line-height: 2;
	}
}

@media screen and (min-width: 760px) {
	.pageContent dl.horizon {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0 0 1%;
	}

	.pageContent dl.horizon dt {
		width: 49.5%;
		margin: 0;
	}

	.pageContent dl.horizon dd {
		width: 49.5%;
		background: #FFFFFF;
		text-align: left;
		padding: 20px 25px;
		margin: 0;
	}

	.pageContent .vertical_unit {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 20px;
	}

	.pageContent .vertical_unit dl.vertical {
		width: 49.5%;
		margin-bottom: 1%;
		background: #FFFFFF;
	}

	.pageContent dl.vertical dd {
		width: 100%;
		text-align: left;
		padding: 20px 25px;
		margin: 0;
	}
}

@media screen and (max-width: 759.9px) {
	.pageContent>.inner {
		width: 90%;
	}

	.pageContent h1 {
		font-size: 180%;
		font-weight: bold;
	}

	.pageContent .deco {
		padding: 0 25px;
		background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
		background-size: auto 90%;
	}

	.pageContent dl.horizon {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto 15px;
	}

	.pageContent dl.horizon dt {
		width: 100%;
		margin: 0;
	}

	dl.horizon.reverse {
		flex-direction: column-reverse
	}

	.pageContent .vertical_unit dl.vertical {
		width: 100%;
		background: #FFFFFF;
		margin-bottom: 20px;
	}

	.pageContent dl dd {
		width: 100%;
		background: #FFFFFF;
		text-align: left;
		padding: 20px 25px;
		margin: 0;
	}

	.pageContent dl dd h3 span:after {
		content: "\A";
		white-space: pre;
	}
}

.pageContent dl dd p {
	font-family: 'Noto Sans JP', sans-serif;
}

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container {
	width: 100%;
	margin: 0 auto;
}

.swiper-container .swiper-slide {
	text-align: center;
}

.swiper-container .swiper-slide img {
	width: 100%;
}

.swiper-container .swiper-pagination {
	bottom: 15px;
}

.swiper-pagination-bullet-active {
	background: #B20202;
	background: #FFFFFF;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
	opacity: 1;
}

.swiper-button-prev {
	left: 5px;
	top: 48%;
}

.swiper-button-next {
	right: 5px;
	top: 48%;
}

@media screen and (max-width: 759.9px) {

	.swiper-button-prev::after,
	.swiper-button-next::after {
		font-size: 30px;
	}

	.swiper-button-prev {
		left: 5px;
		top: 46%;
	}

	.swiper-button-next {
		right: 5px;
		top: 46%;
	}
}

/*--------開閉パネル-------------*/
.panel-trigger {
	display: none;
	/*チェックボックスは常に非表示*/
}

@media screen and (max-width: 759.9px) {
	#wrapper .panel_wrap {
		position: relative;
	}

	#wrapper .btnOpen {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 200px;
		padding-top: 100px;
		z-index: 999;
	}

	#wrapper #point01 .btnOpen,
	#wrapper #point1_01 .btnOpen{
		background: linear-gradient(rgba(232, 197, 156, 0) 0%, rgba(232, 197, 156, 1) 150px);
	}

	#wrapper #point02 .btnOpen,
	#wrapper #point1_02 .btnOpen{
		background: linear-gradient(rgba(161, 216, 226, 0) 0%, rgba(161, 216, 226, 1) 150px);
	}

	#wrapper #point03 .btnOpen,
	#wrapper #point1_03 .btnOpen{
		background: linear-gradient(rgba(202, 184, 217, 0) 0%, rgba(202, 184, 217, 1) 150px);
	}

	#wrapper #point04 .btnOpen,
	#wrapper #point1_04 .btnOpen{
		background: linear-gradient(rgba(167, 210, 141, 0) 0%, rgba(167, 210, 141, 1) 150px);
	}

	#wrapper #point05 .btnOpen,
	#wrapper #point1_05 .btnOpen{
		background: linear-gradient(rgba(242, 213, 138, 0) 0%, rgba(242, 213, 138, 1) 150px);
	}

	#wrapper #point06 .btnOpen,
	#wrapper #point1_06 .btnOpen{
		background: linear-gradient(rgba(188, 186, 206, 0) 0%, rgba(188, 186, 206, 1) 150px);
	}

	#wrapper #point07 .btnOpen,
	#wrapper #point1_07 .btnOpen{
		background: linear-gradient(rgba(250, 208, 158, 0) 0%, rgba(250, 208, 158, 1) 150px);
	}

	#wrapper #point08 .btnOpen,
	#wrapper #point1_08 .btnOpen{
		background: linear-gradient(rgba(165, 201, 193, 0) 0%, rgba(165, 201, 193, 1) 150px);
	}

	#wrapper .btnOpen span {
		display: block;
		position: relative;
		width: 80%;
		height: 60px;
		margin: 0 auto;
		border: 1px solid #999;
		line-height: 60px;
		font-size: 120%;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
		background: #EEEEEE;
	}

	#wrapper .btnOpen span::before {
		content: "もっと見る";
	}

	#wrapper .btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F107";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}

	#wrapper .panel {
		height: 350px;
		padding: 0 0 100px;
		overflow: hidden;
		opacity: 1;
		transition: 0.8s;
	}

	#wrapper .panel-trigger:checked+.btnOpen {
		width: 100%;
		height: 100px;
		background: none;
		padding-top: 0;
	}

	#wrapper .panel-trigger:checked+.btnOpen span::before {
		content: "閉じる"
			/*チェックされていたら、文言を変更する*/
	}

	#wrapper .panel-trigger:checked+.btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F106";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}

	#wrapper .panel-trigger:checked~.panel {
		height: auto;
		/*チェックされていたら、高さを戻す*/
		opacity: 1;
	}
}

/*-------ご予約--------*/
#wrapper #reservation {
	width: 100%;
	padding: 30px 0;
	background: #e8e5e2;
}

/*------中止のお知らせ------*/
#wrapper .caution {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 20px;
	padding: 0 5px;
}

#wrapper .caution p {
	color: red;
	text-align: left;
	font-size: 120%;
}