@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family= Zen+Old+Mincho:wght@400;500;600;700;900 & 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 10px;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Zen Old Mincho', sans-serif;
	overflow: hidden;
}

#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;
}

@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;
	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;
}

.mgn_btm20 {
	margin-bottom: 20px;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
}

a.godetail {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	text-align: center;
	text-decoration: none;
	background: #4CA578;
	border-radius: 22px;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.4;
	z-index: 10;
	box-shadow: 5px 5px 0 #B9DBA2;
	transition: 0.2s;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 30px;
		border-radius: 15px;
		font-size: 90%;
		box-shadow: 3px 3px 0 #B9DBA2;
	}
}

a.godetail:hover {
	text-decoration: none;
	background-color: #B9DBA2;
	box-shadow: none;
	opacity: 1;
	transform: translateX(5px) translateY(5px);
}

a.godetail.gray {
	background-color: #9C9C9C;
	box-shadow: none;
	pointer-events: none;
}

a.godetail.gray:hover {
	transform: none;
}

.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) {
	.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;
	}
}

/*--------.page_roof_fade-------------*/
.page_roof_fade {
	width: 100%;
	position: relative;
}

.page_roof_fade .roof {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	/*background: rgba(0,0,0,0.3);ロゴ下の暗さ*/
}

.page_roof_fade .roof h2 {
	width: 100%;
	height: 100%;
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_roof_fade .roof h2 img {
	width: 100%;
	animation: fadeIn 3s;
}

.page_roof_fade .roof .lead {
	position: absolute;
	width: 95%;
	max-width: 950px;
	margin: 0 auto 30px;
	bottom: 0;
	left: 0;
	right: 0;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media (max-width:767px) {
	.page_roof_fade .roof .lead {
		margin-bottom: 10px;
	}
}

/*-------------トップリード --------------*/
#pageTopLead {
	width: 100%;
	margin-bottom: 50px;
}

#pageTopLead>.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#pageTopLead>.inner p {
	font-size: 140%;
	line-height: 1.8;
}

@media screen and (min-width: 760px) {
	#pageTopLead>.inner {
		position: relative;
		padding: 60px 0 180px;
	}

	#pageTopLead ul li:first-child {
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 25%;
		transform: rotate(-10deg);
	}

	#pageTopLead ul li:nth-child(2) {
		position: absolute;
		bottom: 0;
		left: 23%;
		width: 20%;
		transform: rotate(5deg);
		z-index: -1;
	}

	#pageTopLead ul li:nth-child(3) {
		position: absolute;
		bottom: -10px;
		right: 18%;
		width: 21%;
		transform: rotate(-6deg);
	}

	#pageTopLead ul li:nth-child(4) {
		position: absolute;
		bottom: 50px;
		right: 0;
		width: 24%;
		z-index: -1;
		transform: rotate(4deg);
	}
}

@media screen and (max-width: 759.9px) {
	#pageTopLead {
		margin-bottom: 30px;
	}

	#pageTopLead>.inner {
		position: relative;
		padding: 20px 0 0;
	}

	#pageTopLead>.inner p {
		font-size: 110%;
		margin-bottom: 20px;
	}

	#pageTopLead ul {
		display: flex;
	}

	#pageTopLead ul li {
		width: 24%;
		margin: 0 0.5%;
	}
}

#pageTopLead ul li img {
	width: 100%;
}

/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

#planNav {
	width: 100%;
	background: #4CA578;
	height: 60px;
	margin-bottom: 50px;
}

#planNav .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	height: 100%;
}

#planNav a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	font-size: 120%;
	line-height: 1.4;
	position: relative;
	color: #FFFFFF;
	background: url("../images/menu_line.svg") no-repeat center right;
	background-size: 1px;
}

#planNav a:last-child {
	background: none;
}

#planNav a p {
	text-align: center;
}

#planNav a:hover {
	text-decoration: none !important;
	opacity: 1;
}

@media screen and (max-width: 759.9px) {
	#planNav {
		height: 50px;
		margin-bottom: 30px;
	}

	#planNav a {
		font-size: 10px;
	}

	#planNav p span {
		font-size: 120%;
		font-weight: bold;
	}
}

#planNav a:hover,
#planNav a.selected {
	background: #B9DBA2;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: -1px;
}

#planNav a.selected:after {
	font-family: "Font Awesome 5 Free";
	content: "\F107";
	font-weight: 900;
	color: #FFFFFF;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	text-align: center;
}

/*-------------ナビ #pageNav  --------------*/
nav#pageNav {
	width: 100%;
	max-width: 950px;
	z-index: 999;
	margin: 0 auto;
	padding: 0;
}

nav#pageNav ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}

nav#pageNav ul::before {
	content: "";
	position: absolute;
	top: -60px;
	right: -10px;
	width: 120px;
	height: 70px;
	background: url("../images/illust4.png")no-repeat bottom center;
	background-size: contain;
}

nav#pageNav ul li {
	border: 2px solid #4ca578;
	border-radius: 10px;
	color: #4ca578;
	background: url("../images/arrow_down.svg") no-repeat center bottom 3px #FFFFFF;
	background-size: 15px auto;
	height: 70px;
	flex-grow: 1;
	cursor: pointer;
	margin: 0 5px;
}

nav#pageNav ul li p {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 120%;
}

nav#pageNav ul li:hover,
nav#pageNav ul li.selected {
	color: #FFFFFF !important;
	text-decoration: none !important;
	font-weight: bold;
	background: url("../images/arrow_down_white.svg") no-repeat center bottom 3px #4ca578;
	background-size: 15px auto;
}

@media screen and (max-width: 759.9px) {
	nav#pageNav ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	nav#pageNav ul::before {
		content: "";
		position: absolute;
		top: -35px;
		right: -5px;
		width: 100px;
		height: 40px;
		background: url("../images/illust4.png")no-repeat bottom center;
		background-size: contain;
	}

	nav#pageNav ul li {
		height: 45px;
		border-radius: 10px;
		margin: 3px;
		background: url("../images/arrow_down.svg") no-repeat center bottom 2px #FFFFFF;
		background-size: 10px auto;
		padding: 0 5px 10px;
	}

	nav#pageNav ul li p {
		font-size: 90%;
		line-height: 1.2;
		padding: 0;
		text-align: center;
	}

	nav#pageNav ul li:hover,
	nav#pageNav ul li.selected {
		background: url("../images/arrow_down_white.svg") no-repeat center bottom 2px #4ca578;
		background-size: 10px auto;
	}

}

/*-------------ページコンテンツ   --------------*/
.pageContent {
	position: relative;
}

.pageContent>.inner {
	width: 95%;
	max-width: 970px;
	margin: 0 auto;
}

@media screen and (max-width: 759.9px) {
	.pageContent {
		padding-top: 20px;
	}
}

/*------------タイトルdeco1--------------*/
h2.title_deco1 {
	font-size: 240%;
	background: url("../images/title_deco1.png")no-repeat center bottom;
	background-size: auto 18px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 759.9px) {
	h2.title_deco1 {
		font-size: 180%;
		background: url("../images/title_deco1.png")no-repeat center bottom;
		background-size: 75% auto;
		padding-bottom: 20px;
	}
}

/*------------タイトルdeco2--------------*/
.title_deco2 {
	margin-bottom: 30px;
	display: flex;
}

.title_deco2 .unit {
	display: flex;
	align-items: flex-end;
	background: url("../images/title_deco2.png")repeat-x left bottom;
	background-size: auto 16px;
	padding: 0 10px 20px 10px;
}

.title_deco2 h2 {
	font-size: 220%;
	margin-right: 10px;
}

.title_deco2 img {
	width: auto;
	height: 70px;
}

@media screen and (max-width: 759.9px) {
	.title_deco2 .unit {
		background: url("../images/title_deco2.png")repeat-x left bottom;
		background-size: auto 12px;
		padding: 0 5px 15px 5px;
	}

	.title_deco2 h2 {
		font-size: 140%;
		margin-right: 10px;
	}

	.title_deco2 img {
		width: auto;
		height: 60px;
	}
}

/*--------担当者おすすめの宿--------------*/
#osusume {
	margin-bottom: 0;
	background: url("../images/bg_area_top.png")no-repeat bottom center;
	background-size: 100% auto;
	padding-bottom: 100px;
}

#osusume .inner {
	padding-top: 50px;
	max-width: 1100px;
}

@media screen and (min-width: 760px) {
	#osusume .hotelbox {
		width: 100%;
		height: 480px;
		max-width: 1000px;
		margin: 0 auto 30px;
		display: grid;
		grid-template-rows: 130px 1fr 1fr;
	}

	#osusume .hotelbox:nth-of-type(odd) {
		grid-template-columns: 55% 45%;
	}

	#osusume .hotelbox:nth-of-type(even) {
		grid-template-columns: 45% 55%;
	}

	#osusume .hotelbox .name {
		grid-row: 1;
		text-align: left;
		position: relative;
	}

	#osusume .hotelbox .name .area {
		background: #7792A1;
		padding: 5px 10px;
		border-radius: 10px;
		color: #FFFFFF;
		display: inline-block;
		margin-bottom: 10px;
		font-size: 120%;
	}

	#osusume .hotelbox .name h3 {
		font-size: 200%;
		margin-right: 10px;
		font-weight: bold;
	}

	#osusume .hotelbox .name .icon {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#osusume .hotelbox .name .icon li {
		margin: 0 5px;
	}

	#osusume .hotelbox .name .icon li img {
		width: 50px;
		height: 50px;
		;
	}

	#osusume .hotelbox .photo {
		grid-row: 1 / 4;
		margin: 20px 20px 0 20px;
		position: relative;
	}

	#osusume .hotelbox .comment {
		grid-row: 2;
		font-size: 120%;
		text-align: left;
		margin-bottom: 50px;
	}

	#osusume .hotelbox .yoyaku {
		grid-row: 3;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-height: 150px;
	}

	#osusume .hotelbox .yoyaku a.godetail {
		width: 46%;
		margin: 0 2% 15px;
	}

	#osusume .hotelbox:nth-of-type(odd) .photo {
		grid-column: 1;
	}

	#osusume .hotelbox:nth-of-type(even) .photo {
		grid-column: 2;
	}

	#osusume .hotelbox:nth-of-type(odd) .name,
	#osusume .hotelbox:nth-of-type(odd) .comment,
	#osusume .hotelbox:nth-of-type(odd) .yoyaku {
		grid-column: 2;
	}

	#osusume .hotelbox:nth-of-type(even) .name,
	#osusume .hotelbox:nth-of-type(even) .comment,
	#osusume .hotelbox:nth-of-type(even) .yoyaku {
		grid-column: 1;
	}

	#osusume .hotelbox:nth-of-type(2) .photo::before {
		content: "";
		position: absolute;
		top: -100px;
		right: 15%;
		width: 100px;
		height: 100px;
		background: url("../images/illust1.png")no-repeat bottom center;
		background-size: contain;
	}

	#osusume .hotelbox:nth-of-type(3) .photo::before {
		content: "";
		position: absolute;
		top: -100px;
		right: 15%;
		width: 100px;
		height: 100px;
		background: url("../images/illust2.png")no-repeat bottom center;
		background-size: contain;
	}

	#osusume .hotelbox:nth-of-type(4) .photo::before {
		content: "";
		position: absolute;
		top: -100px;
		left: 20%;
		width: 100px;
		height: 100px;
		background: url("../images/illust3.png")no-repeat bottom center;
		background-size: contain;
	}

	#osusume .hotelbox:nth-of-type(5) .photo::before {
		content: "";
		position: absolute;
		top: -100px;
		right: 20%;
		width: 100px;
		height: 100px;
		background: url("../images/illust8.png")no-repeat bottom center;
		background-size: contain;
	}

}

@media screen and (max-width: 759.9px) {
	#osusume {
		padding-bottom: 50px;
	}

	#osusume .hotelbox {
		width: 90%;
		margin: 0 auto 40px;
	}

	#osusume .hotelbox .name {
		text-align: left;
		position: relative;
	}

	#osusume .hotelbox .name .area {
		background: #7792A1;
		padding: 5px 10px;
		border-radius: 10px;
		color: #FFFFFF;
		display: inline-block;
		margin-bottom: 10px;
		font-size: 100%;
	}

	#osusume .hotelbox .name h3 {
		font-size: 140%;
		margin-right: 10px;
		font-weight: bold;
	}

	#osusume .hotelbox .name .icon {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#osusume .hotelbox .name .icon li {
		margin: 0 5px;
	}

	#osusume .hotelbox .name .icon li img {
		width: 30px;
		height: 30px;
		;
	}

	#osusume .hotelbox .photo {
		margin: 10px 0;
		position: relative;
	}

	#osusume .hotelbox .comment {
		font-size: 110%;
		text-align: left;
		margin-bottom: 20px;
	}

	#osusume .hotelbox .yoyaku {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#osusume .hotelbox .yoyaku a.godetail {
		width: 46%;
		margin: 0 2% 10px;
	}

	#osusume .hotelbox:nth-of-type(2) .photo::before {
		content: "";
		position: absolute;
		top: -60px;
		right: 15%;
		width: 60px;
		height: 60px;
		background: url("../images/illust1.png")no-repeat bottom center;
		background-size: contain;
	}

	#osusume .hotelbox:nth-of-type(3) .photo::before {
		content: "";
		position: absolute;
		top: -60px;
		right: 25%;
		width: 60px;
		height: 60px;
		background: url("../images/illust2.png")no-repeat bottom center;
		background-size: contain;
	}

	#osusume .hotelbox:nth-of-type(4) .photo::before {
		content: "";
		position: absolute;
		top: -60px;
		right: 22%;
		width: 60px;
		height: 60px;
		background: url("../images/illust3.png")no-repeat bottom center;
		background-size: contain;
	}

	#osusume .hotelbox:nth-of-type(5) .photo::before {
		content: "";
		position: absolute;
		top: -50px;
		right: 3%;
		width: 50px;
		height: 50px;
		background: url("../images/illust8.png")no-repeat bottom center;
		background-size: contain;
	}
}

#osusume .hotelbox .photo {
	position: relative;
}


/*-----エリアから探す-------------------*/
#areasearch_head {
	background: #fcfafb;
	padding-bottom: 40px;
}

#areasearch {
	margin: 0 auto;
	background: url("../images/bg_area_bottom.png")no-repeat center bottom #fcfafb;
	background-size: 100% auto;
	padding-bottom: 100px;
}

@media screen and (max-width: 759.9px) {
	#areasearch {
		padding-bottom: 50px;
	}
}

#areasearch .tab_wrap .inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#areasearch .hotelbox {
	width: 48%;
	margin: 0 1% 30px;
	display: flex;
	flex-direction: column;
}

#areasearch .hotelbox .name {
	width: 100%;
	margin: 0 auto 10px;
	position: relative;
}

#areasearch .hotelbox .area {
	background: #7792A1;
	padding: 5px 10px;
	border-radius: 10px;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 120%;
}

#areasearch .hotelbox .name h3 {
	font-size: 200%;
	margin-right: 10px;
	font-weight: bold;
}

#areasearch .hotelbox .name .icon {
	position: absolute;
	top: -5px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#areasearch .hotelbox .name .icon li {
	margin: 0 5px;
}

#areasearch .hotelbox .name .icon li img {
	width: 50px;
	height: 50px;
	;
}

@media screen and (max-width: 759.9px) {
	#areasearch .hotelbox {
		width: 90%;
		margin: 0 auto 30px;
	}

	#areasearch .hotelbox .area {
		font-size: 100%;
	}

	#areasearch .hotelbox .name h3 {
		font-size: 140%;
		margin-bottom: 5px;
	}

	#areasearch .hotelbox .name .icon li img {
		width: 35px;
		height: 35px;
		;
	}
}

#areasearch .hotelbox .photo {
	width: 100%;
}

#areasearch .hotelbox .comment {
	width: 100%;
	padding: 20px;
	font-size: 120%;
	text-align: left;
}

#areasearch .hotelbox p.attention {
	text-align: center;
}

@media screen and (max-width: 759.9px) {
	#areasearch .hotelbox .comment {
		padding: 15px;
		font-size: 110%;
	}
}

#areasearch .hotelbox .yoyaku {
	grid-row: 3;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto auto 0;
}

#areasearch .hotelbox .yoyaku a.godetail {
	width: 46%;
	margin: 0 2% 15px;
}

@media screen and (max-width: 759.9px) {
	#areasearch .hotelbox .yoyaku {
		flex-wrap: wrap;
		justify-content: center;
	}
}

/*-----アイコンの説明-------------------*/
.icon_info {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

.icon_info ul {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	padding: 10px;
}

.icon_info ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 20px;
}

.icon_info ul li img {
	width: 80px;
	height: 80px;
}

.icon_info ul li p {
	font-size: 110%;
	text-align: left;
	margin-left: 5px;
}

@media screen and (max-width: 759.9px) {
	.icon_info ul {
		padding: 5px 0;
	}

	.icon_info ul li {
		margin: 0 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.icon_info ul li img {
		width: 38px;
		height: 38px;
		margin-bottom: 3px;
	}

	.icon_info ul li p {
		font-size: 9px;
		margin-left: 0;
		text-align: center;
	}
}

/*-----過ごし方から探す-------------------*/
#spendsearch {
	width: 100%;
	padding: 40px 20px 0;
}

@media screen and (max-width: 759.9px) {
	#spendsearch {
		padding: 40px 0 0;
	}
}

#spendsearch .swiper-container.parent {
	margin-bottom: 50px;
}

#spendsearch .hotelbox {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	background: #FFFFFF;
	padding: 10px 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

#spendsearch .hotelbox .name {
	order: 2;
	width: 100%;
	padding: 10px 10px;
	text-align: left;
	position: relative;
	font-weight: bold;
}

#spendsearch .hotelbox .name .area {
	background: #7792A1;
	padding: 5px 10px;
	border-radius: 10px;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 110%;
}

#spendsearch .hotelbox .name h3 {
	font-size: 150%;
	/*padding-right: 40px;*/
	font-weight: bold;
}

#spendsearch .hotelbox .name .icon {
	position: absolute;
	top: 5px;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#spendsearch .hotelbox .name .icon li {
	margin: 0 5px;
}

#spendsearch .hotelbox .name .icon img {
	width: 40px;
	height: 40px;
	;
}

@media screen and (max-width: 759.9px) {
	#spendsearch .hotelbox .name .area {
		font-size: 100%;
	}

	#spendsearch .hotelbox .name h3 {
		font-size: 120%;
		/*padding-right: 30px;*/
	}

	#spendsearch .hotelbox .name .icon img {
		width: 30px;
		height: 30px;
		;
	}
}

#spendsearch .hotelbox .photo {
	order: 1;
	width: 100%;
}

#spendsearch .hotelbox .comment {
	display: none;
}

#spendsearch .hotelbox .attention {
	order: 3;
	text-align: center;
}

@media screen and (max-width: 759.9px) {
	#spendsearch .hotelbox .comment {
		padding: 15px;
		font-size: 110%;
		margin-bottom: 20px;
	}
}

#spendsearch .hotelbox .yoyaku {
	order: 4;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

#spendsearch .hotelbox .yoyaku a.godetail {
	width: 100%;
	height: 30px;
	margin: 0 auto 15px;
}

/*-----アイコン非表示-------------------*/
#roten .icon li:not(.roten) {
	display: none;
}

#buffet .icon li:not(.buffet) {
	display: none;
}

#hitori .icon li:not(.hitori) {
	display: none;
}

#kazoku .icon li:not(.kazoku) {
	display: none;
}

/*-------スペシャルプライス--------*/
#special {
	margin-bottom: 40px;
}

#special .inner {
	max-width: 1000px;
	background: url("../images/bg_special_top.png")no-repeat top center,
		url("../images/bg_special_bottom.png")no-repeat bottom center;
	background-size: 100% auto, 100% auto;
	padding: 120px 0 100px;
}

#special .inner h2 {
	font-size: 180%;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-align: center;
}

#special .inner p {
	font-size: 140%;
	margin-bottom: 0.5em;
	text-align: center;
}

@media screen and (max-width: 759.9px) {
	#special {
		margin-bottom: 0;
	}

	#special .inner {
		width: 98%;
		padding: 50px 0;
	}

	#special .inner h2 {
		font-size: 140%;
	}

	#special .inner p {
		font-size: 110%;
	}
}

#special .yoyaku {
	width: 100%;
	margin: 20px auto 0;
}

#special .yoyaku>p {
	font-size: 100%;
	margin-bottom: 20px;
}

#special .yoyaku_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#special .yoyaku_unit a.godetail {
	width: 40%;
	margin: 0 1%;
}

@media screen and (max-width: 759.9px) {}

/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container {
	width: 100%;
}

.swiper-container .swiper-slide img {
	width: 100%;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

/*-----トップwiper カスタマイズ---徐々に拡大する-----------------*/
.swiper-container.top {
	width: 100%;
	margin: 0 auto;
	height: 550px;
}

.swiper-container.top .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-container.top .swiper-slide-active img,
.swiper-container.top .swiper-slide-duplicate-active img,
.swiper-container.top .swiper-slide-prev img {
	animation: zoomUp 12s linear 0s;
	animation-fill-mode: both;
}

@keyframes zoomUp {

	/* 1.15倍させる指定 */
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}
}

@media screen and (max-width: 759.9px) {
	.swiper-container.top {
		height: 35vh;
	}
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox {
	margin: 0 auto;
}

#osusume .swiper-container.inbox img,
#areasearch {
	border-radius: 30px
}

.swiper-pagination.inbox {
	display: none;
}

.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;
	display: none;
}

.swiper-button-prev.inbox {
	left: 5px;
	top: 48%;
	display: none;
}

.swiper-button-next.inbox {
	right: 5px;
	top: 48%;
	display: none;
}

@media (max-width:767px) {

	#osusume .swiper-container.inbox img,
	#areasearch {
		border-radius: 15px
	}

	/*.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
	.swiper-button-prev.inbox{
		left:3px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:3px;
		top:46%;
	}*/
}

/*-----親swiper > 子swiper -----------------*/
.swiper-container.parent {
	width: 112%;
	margin: 0 -6%;
	padding: 0 6%;
}

.swiper-container.parent .swiper-slide {
	height: auto;
}

.swiper-container.parent .swiper-slide .slide-content {
	height: 100%;
	/*border:2px solid rgba(244,82,106,1);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  background: #FFFFFF;*/
}

.swiper-container.parent::before {
	content: "";
	width: 5%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFFFFF;
	z-index: 10;
}

.swiper-container.parent::after {
	content: "";
	width: 5%;
	height: 100%;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	background: #FFFFFF;
	z-index: 10;
}

.swiper-button-prev.parent::after,
.swiper-button-next.parent::after {
	display: none;
}

.swiper-button-prev.parent {
	position: absolute;
	top: 48%;
	left: 0;
	width: 40px;
	line-height: 1;
	cursor: pointer;
	color: #333333;
	z-index: 20;
}

.swiper-button-next.parent {
	position: absolute;
	top: 48%;
	right: 0;
	width: 40px;
	line-height: 1;
	cursor: pointer;
	color: #333333;
	z-index: 20;
}

.swiper-button-prev.parent img,
.swiper-button-next.parent img {
	width: 100%;
}

.swiper-pagination.parent {
	display: none;
}

@media screen and (max-width: 759.9px) {
	.swiper-button-prev.parent {
		display: none;
	}

	.swiper-button-next.parent {
		display: none;
	}
}



/*-----続きを読むパネル--------------------*/
@media screen and (max-width: 759.9px) {
	.comment .morepanel {
		display: none;
	}

	.comment .morepanel.open {
		display: inline;
	}

	.comment .morepanel.open::before {
		content: "\A";
		white-space: pre;
	}

	.comment p:first-child {
		display: inline;
	}

	.comment .more {
		display: inline-block;
		background: #FFF;
		text-align: center;
		border: 1px solid #CCC;
		border-radius: 5px;
		cursor: pointer;
		position: relative;
		padding: 1px 15px;
		font-size: 12px;
	}

	.comment .more::after {
		content: "▾続きを読む";
	}

	.comment .moreClose {
		display: inline-block;
		background: #FFF;
		text-align: center;
		border: 1px solid #CCC;
		border-radius: 5px;
		cursor: pointer;
		position: relative;
		padding: 1px 15px;
		font-size: 80%;
	}

	.comment .moreClose::after {
		content: "▴閉じる";
	}
}




/*--------開閉パネル-------------*/
.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 .btnOpen span {
		display: block;
		position: relative;
		width: 80%;
		height: 60px;
		margin: 0 auto;
		border: 2px solid #333;
		line-height: 60px;
		font-size: 120%;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
		background: rgba(255, 255, 255, 0.8);
	}

	#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: 500px;
		padding: 0 0 120px;
		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;
	}
}