@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-bottom: 30px;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background-size: 100%;
}

#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: #CE3000;
	font-size: 120%;
	font-weight: bold;
}

.text_green {
	color: #399517;
	font-size: 120%;
	font-weight: bold;
}

.text_orange {
	color: #E58400;
	font-size: 120%;
	font-weight: bold;
}

.text_purple {
	color: #622FC4;
	font-size: 120%;
	font-weight: bold;
}

.text_blue {
	color: #1C85C7;
	font-size: 120%;
	font-weight: bold;
}

.text_big {
	font-size: 140%;
	font-weight: 500;
	text-align: center;
	color: #555;
}

.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 {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	line-height: 1.5;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
	font-size: 105%;
	padding-bottom: 5px;
}

.deco {
	font-weight: normal;
	display: inline-block;
	padding: 0 18px;
	background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
	background-size: 15px auto;
	align-items: flex-end;
}


@media screen and (max-width: 759.9px) {
	.deco {
		padding: 0 20px;
		background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
		background-size: 10px;
		align-items: flex-end;
	}
}

/*--------.page_roof-------------*/
.page_roof img {
	object-fit: cover;
	width: 100%;
}


/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
	/* max-width: 1100px; */
	margin: 80px auto;
}

.pageContent .inner {
	width: 90%;
	max-width: 930px;
	margin: 0 auto;
}

.section_blue {
	background-color: #EFF8FC;
	width: 100vw;
}

.pageContent h2 {
	width: 90%;
	max-width: 930px;
	margin: 0 auto;
	/* display: flex;
	justify-content: space-between; */
	font-size: 300%;
	font-family: 'Yuji Syuku', serif;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #555;
	align-items: flex-end;
	line-height: 120%;
}

.underline {
	border: solid #FCE896 8px;
	width: 100vw;
	margin-top: -10px;
}

.pageContent h2 img {
	width: 150px;
	max-height: 70px;
}

.text {
	text-align: center;
	font-size: 110%;
	color: #555;
}

@media screen and (min-width: 760px) {
	.pageContent h2 {
		display: flex;
		justify-content: space-between;
	}

	.ueda_img {
		margin: 40px auto;
		width: 60vw;
		display: flex;
	}

	.section_blue {
		padding: 60px 0;
	}

	.underline {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 759.9px) {
	.pageContent {
		width: 100%;
		margin: 50px auto;
	}

	.pageContent h2 {
		display: block;
		text-align: center;
		align-items: center;
		font-size: 180%;
	}

	.pageContent h2 img {
		margin-bottom: 20px;
	}

	.ueda_img {
		margin: 40px auto 20px;
		width: 90vw;
		display: flex;
	}

	.section_blue {
		padding: 40px 0;
	}

	.underline {
		margin-bottom: 30px;
	}

}


/*---------- attractive ----------*/
.attractive_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.attractive_item dl {
	max-width: 45%;
	margin: 0 0 40px 0;
	position: relative;
}

.attractive_item dt {
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
}

.attractive_item dd {
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
}

.attractive_item .maru {
	width: 180px;
	height: 120px;
	position: absolute;
	top: -15px;
	left: -40px;
	z-index: 1;
}

.maru_blue {
	background-color: #EBFAFF;
	border-radius: 30% 70% 35% 65% / 80% 80% 40% 50%;
}

.maru_purple {
	background-color: #F0F0FF;
	border-radius: 40% 50% 60% 70% / 50% 50% 80% 58%;
}

.maru_red {
	background-color: #FEF1FF;
	border-radius: 65% 80% 50% 70% / 100% 80% 50% 50%;
}

.maru_orange {
	background-color: #FFF5E6;
	border-radius: 60% 50% 50% 70% / 50% 50% 80% 50%;
}

.maru_green {
	background-color: #F0FFF0;
	border-radius: 20% 60% 45% 55% / 80% 80% 50% 50%;
}

@media screen and (max-width: 759.9px) {
	.attractive_item {
		display: block;
	}

	.attractive_item dl {
		max-width: 95%;
		margin: 50px auto 0 10px;
	}

	.attractive_item .maru {
		width: 180px;
		height: 120px;
		position: absolute;
		top: -15px;
		left: -20px;
		z-index: 1;
	}
}


/*---------- hotel ----------*/
.hotel_vertical {
	flex-direction: column;
	text-align: center;
}

.hotel_vertical span {
	font-size: 80%;
}

.yado_category {
	margin-bottom: 70px;
}

.yado_category h4 {
	font-size: 150%;
	text-align: center;
}

.yado_line {
	border: solid rgb(124, 163, 196) 0.5px;
	width: 200px;
	margin: 30px auto 40px;
}

.hotel_list {
	display: flex;
	justify-content: space-between;
}

.hotel_item {
	max-width: 300px;
	max-height: 225px;
	position: relative;
}

.hotel_item img {
	max-width: 300px;
	max-height: 225px;
}

.photo_p {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #555;
	color: #fff;
	padding: 5px 10px;
}

.hotel_name {
	font-size: 120%;
	margin-top: 7px;
	color: #555;
}

@media screen and (max-width: 759.9px) {
	.hotel_list {
		display: block;
	}

	.hotel_item {
		max-width: 300px;
		max-height: 225px;
		position: relative;
		margin: 0 auto 40px;
	}
}


/*----------予約----------*/
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #555;
	border-radius: 0.5rem;
}

a.btn-border-shadow--radius {
	border-radius: 100vh;
}

a.btn-border-shadow {
	padding: calc(1.5rem - 12px) 3rem 1.5rem;
	background: #BFDFEA;
}

a.btn-border-shadow:before {
	position: absolute;
	top: -6px;
	left: -6px;

	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;

	border: 2px solid #777;
	border-radius: 0.5rem;
}

a.btn-border-shadow--radius:before {
	border-radius: 100vh;
}

a.btn-border-shadow:hover {
	padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
	top: 0;
	left: 0;
}

.yoyaku {
	width: 100%;
	/* padding: 10px 15px; */
	text-align: center;
	margin: 40px auto;
}

.yoyaku h3 {
	font-size: 150%;
	margin: 20px 0;
}

.yoyaku p {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
}

.yoyaku .yoyaku_unit {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.yoyaku .yoyaku_unit a {
	margin: 0 1.5% 15px;
}

@media screen and (max-width: 759.9px) {
	.yoyaku p {
		font-size: 120%;
	}
}