@charset "UTF-8";
@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');
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
a {
	transition: .3s;
	cursor: pointer;
}
a:link, a:visited {
	color: #0952a4;
}
a:hover {
	opacity: 0.8;
}
a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=80);
}
.active {
	opacity: 1;
}
.red {
	color: #FF0000;
}
/*▽▽▽▽▽----------------ここから--------------------▽▽▽▽▽*/
#wrapper {
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	font-family: 'Noto Serif JP', serif;
	background: #F9F9F9; /*F6F6F6*/
}
#wrapper a {
	word-break: break-all;
}
#wrapper img {
	vertical-align: bottom;
}
#wrapper h2, #wrapper h3, #wrapper h4 {
	font-weight: bold;
}
#wrapper li {
	list-style: none;
}
@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;
}
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.godetail {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46%;
	margin: 0 2% 20px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	background: #CF7A6E;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.4;
	z-index: 10;
	box-shadow: 5px 5px 0 #FCCACA;
	transition: 0.2s;
}
@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 45px;
		width: 48%;
		font-size: 90%;
		padding-bottom: 3px;
		box-shadow: 3px 3px 0 #FCCACA;
	}
}
a.godetail.stay {
	width: 100%;
	background: #FFC200;
	color: #FFFFFF;
	box-shadow: 5px 5px 0 #FCDD90;
}
@media screen and (max-width: 759.9px) {
	a.godetail.stay {
		height: 40px;
		width: 100%;
		font-size: 90%;
		box-shadow: 3px 3px 0 #FCDD90;
	}
}
a.godetail:hover {
	text-decoration: none;
	background-color: #FCCACA;
	box-shadow: none;
	opacity: 1;
	transform: translateX(5px) translateY(5px);
}
a.godetail.stay:hover {
	background-color: #FCDD90;
}
a.godetail.gray {
	background-color: #9C9C9C;
	box-shadow: none;
	pointer-events: none;
}
a.godetail.gray:hover {
	transform: none;
}
/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	position: relative;
}
.page_roof .roof {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.roof video {
	width: 100%;
}
.roof .logo {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	width: 45%;
	margin: 0 auto;
	z-index: 20;
	text-align: center;
}
.roof .logo img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 759.9px) {
	.page_roof .roof {
		width: 100%;
		text-align: right;
	}
	.roof video {
		width: 180vw;
		margin-left: -60vw;
	}
	.roof .logo {
		position: absolute;
		bottom: 30px;
		left: 0;
		right: 0;
		width: 75%;
	}
}
.page_roof .roof h2 {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.page_roof .roof h2 img {
	width: 100%;
}
@media screen and (max-width: 759.9px) {
	.page_roof .roof {
		padding: 5px 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
}
.pageContent .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 10px;
	position: relative;
}
/*------------#selecthotel-------------*/
#selecthotel_yoyaku {
	width: 95%;
	margin: 0 auto 20px;
}
#selecthotel_yoyaku .inner {
	background: #FFFFFF;
	padding: 40px 0 20px;
}
.selecthotel {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.selecthotel dt {
	width: 20%;
	background: #DD7E71;
	border-radius: 5px;
	font-size: 120%;
	padding: 8px 0;
	color: #FFFFFF;
	margin: 0 1%;
	text-align: center;
	cursor: pointer;
}
.selecthotel dd {
	width: 75%;
	max-width: 600px;
}
select#selecthotel {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background: #FFFFFF;
	position: relative;
	font-size: 120%;
}
.displayhotel_wrap {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}
.hotel_yoyaku {
	width: 100%;
}
.hotel_yoyaku.open {
	display: block;
}
.hotel_yoyaku p {
	text-align: center;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
}
.hotel_yoyaku p::before, .hotel_yoyaku p::after {
	content: "";
	width: 100px;
	height: 1px;
	background: #CCC;
	margin: 0 10px;
}
@media screen and (max-width: 759.9px) {
	.selecthotel dt {
		width: 30%;
		font-size: 100%;
	}
	.selecthotel dd {
		width: 60%;
		font-size: 100%;
	}
	select#selecthotel {
		font-size: 110%;
		padding: 8px 10px;
	}
	.hotel_yoyaku p::before, .hotel_yoyaku p::after {
		width: 50px;
	}
}
/*-------------#about--------------*/
#about {
	/*background: #ECEAE7;*/
}
#about .map {
	text-align: right;
	margin-top: 20px;
	background: url("../images/illust_nami2.png")no-repeat left top 30%, url("../images/illust_nami1.png")no-repeat right bottom 25%;
	background-size: 25% auto;
}
#about .map img, #about .map svg {
	width: 100%;
}
#about .map svg a:hover {
	text-decoration: none !important;
	fill: #DE7E71;
}
#about .map svg .pin {
	fill: #DE7E71;
}
#about .map svg a:hover .pin {
	fill: #FBF03D;
}
#about .intro {
	position: absolute;
	top: 40px;
	left: 10px;
}
#about .intro h2 {
	font-size: 200%;
	margin-bottom: 20px;
	position: relative;
}
#about .intro h2::before {
	content: "";
	position: absolute;
	top: -20px;
	right: -250px;
	width: 200px;
	height: 200px;
	background: url("../images/illust_shikaku.png")no-repeat top right;
	background-size: contain;
}
#about .intro h3 {
	font-size: 160%;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
#about .intro p {
	font-size: 120%;
	margin-bottom: 20px;
	line-height: 1.8;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 759.9px) {
	#about .intro h2::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 130px;
		height: 130px;
		background: url("../images/illust_shikaku.png")no-repeat top right;
		background-size: contain;
	}
	#about .map {
		margin-top: -40px;
		padding: 0;
		text-align: center;
		background: url("../images/illust_nami2.png")no-repeat left top 20%, url("../images/illust_nami1.png")no-repeat right bottom 10%;
		background-size: 25% auto;
	}
	#about .map img, #about .map svg {
		width: 100%;
		height: 100%;
	}
	#about .intro {
		position: relative;
		top: 0;
	}
	#about .intro h2 {
		font-size: 160%;
		margin-bottom: 10px;
	}
	#about .intro h3 {
		font-size: 130%;
		margin-bottom: 5px;
	}
	#about .intro p {
		font-size: 100%;
		margin-bottom: 0;
	}
}
/*------界のこだわり----------*/
#kodawari {
	background: #F6F3F0;
	padding: 40px 0;
	position: relative;
	overflow: hidden;
}
#kodawari::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background: url("../images/bg_kodawari_corner.png")no-repeat top left;
	background-size: contain;
}
#kodawari h2 {
	width: 300px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200%;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto 50px;
	background: url("../images/title_frame.png")no-repeat center;
	background-size: contain;
}
#kodawari .kodawari_unit {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
#kodawari .kodawari_unit dl {
	width: 48%;
	margin: 0 1% 30px;
	display: flex;
	align-items: center;
	position: relative;
}
#kodawari .kodawari_unit dl::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: 100%;
	height: 100%;
	background: url("../images/bg_kodawari.png") no-repeat bottom right;
	background-size: cover;
	opacity: 0.8;
}
#kodawari .kodawari_unit dl::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
}
#kodawari .kodawari_unit dl dt {
	width: 50%;
	padding: 8px;
	position: relative;
	z-index: 1;
}
#kodawari .kodawari_unit dl dd {
	width: 50%;
	padding: 5px 10px 8px 5px;
	position: relative;
	z-index: 1;
}
#kodawari .kodawari_unit dl h3 {
	text-align: center;
	font-size: 120%;
	color: #DD7E71;
	margin-bottom: 5px;
}
#kodawari .kodawari_unit dl p {
	text-align: left;
	font-size: 90%;
}
#kodawari .kodawari_unit dl dt img {
	width: 100%;
}
#kodawari .kodawari_unit dl:nth-of-type(even) {
	flex-direction: row-reverse;
}
#kodawari .kodawari_unit dl:nth-of-type(even) dd {
	padding: 5px 5px 8px 10px;
}
@media screen and (max-width: 759.9px) {
	#kodawari::before {
		width: 150px;
		height: 100%;
	}
	#kodawari h2 {
		width: 250px;
		height: 50px;
		font-size: 160%;
	}
	#kodawari .kodawari_unit dl {
		width: 100%;
		margin: 0 auto 30px -5%;
	}
	#kodawari .kodawari_unit dl:nth-of-type(even) {
		width: 100%;
		margin: 0 -5% 30px auto;
	}
	#kodawari .kodawari_unit dl dt {
		width: 50%;
		padding: 8px 5px;
	}
	#kodawari .kodawari_unit dl h3 {
		font-size: 110%;
	}
	#kodawari .kodawari_unit dl p {
		font-size: 12px;
	}
}
/*------魅力を知る----------*/
#feature {
	background: #EAE2DC;
	/*background: url("../images/bg_feature.jpg")no-repeat center;*/
	padding: 40px 0;
	position: relative;
}
#feature::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	background: url("../images/bg_kodawari_corner.png")no-repeat top left;
	background-size: contain;
	transform: scale(-1, 1);
}
@media screen and (min-width: 760px) {
	#feature .inner {
		max-width: 1200px;
		padding: 50px 10px 100px;
		margin: 0 auto;
		background: url("../images/bg_feature_top.png")no-repeat top center, url("../images/bg_feature_bottom.png")no-repeat bottom center;
		background-size: 100% auto, 100% auto;
	}
}
#feature h2 {
	width: 300px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200%;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto 50px;
	background: url("../images/title_frame.png")no-repeat center;
	background-size: contain;
}
@media screen and (max-width: 759.9px) {
	#feature::before {
		width: 150px;
		height: 100%;
	}
	#feature h2 {
		width: 250px;
		height: 50px;
		font-size: 160%;
	}
}
#feature .thumbnail_unit {
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.thumbnail_unit li {
	width: 32.33%;
	margin: 0.5%;
	position: relative;
}
.thumbnail_unit li img {
	width: 100%;
}
#feature label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFFFFF;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	transition: .5s;
	cursor: pointer;
}
#feature label:hover {
	background: rgba(0, 0, 0, 0);
}
#feature label::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 10px;
	width: 1px;
	height: 50%;
	background: #FFFFFF;
}
#feature label p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 160%;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	margin: 5px 10px 5px 20px;
}
@media screen and (min-width: 760px) {
	#feature label p::after {
		content: "";
		height: 3px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		margin-left: 10px;
		flex-grow: 1;
	}
}
@media screen and (max-width: 759.9px) {
	#feature .inner {
		background: url("../images/illust_kumo.png")no-repeat top 5% left, url("../images/illust_nami2.png")no-repeat bottom 5% right;
		background-size: 50% auto, 60% auto;
		padding: 20px 10px;
	}
}
#feature label h3 {
	font-size: 140%;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	margin: 5px 10px;
	white-space: nowrap;
}
#feature label h3::before {
	content: "";
	height: 3px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-right: 10px;
	flex-grow: 1;
}
#feature label h3::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url("../images/illust_kemuri.png")no-repeat center;
	background-size: contain;
	margin-left: 5px;
}
@media screen and (max-width: 759.9px) {
	.thumbnail_unit li {
		width: 48%;
		height: 23vh;
		margin: 1%;
	}
	.thumbnail_unit li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#feature label p {
		font-size: 110%;
	}
	#feature label h3 {
		font-size: 100%;
	}
	#feature label h3::before, #feature label h3::after {
		margin: 0 5px;
		width: 15px;
	}
}
/*------ラジオ　ON AIR----------*/
#onair {
	background: #E2DEDC;
	padding: 40px 0 20px;
	position: relative;
	overflow: hidden;
}
#onair .inner {
	width: 100%;
	max-width: 1100px;
	padding: 50px 0 80px;
	background: url("../images/illust_nami2.png")no-repeat top right, url("../images/illust_shikaku.png")no-repeat center left, url("../images/illust_matsu.png")no-repeat bottom right;
	background-size: 30% auto, 30% auto, 30% auto;
}
@media screen and (max-width: 759.9px) {
	#onair .inner {
		padding: 30px 0 50px;
		background: url("../images/illust_nami2.png")no-repeat top 50px right, url("../images/illust_shikaku.png")no-repeat center left, url("../images/illust_matsu.png")no-repeat bottom right;
		background-size: 40% auto, 40% auto, 40% auto;
	}
}
#onair::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background: url("../images/bg_kodawari_corner.png")no-repeat top left;
	background-size: contain;
}
#onair h2 {
	width: 300px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200%;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto 50px;
	background: url("../images/title_frame.png")no-repeat center;
	background-size: contain;
}
#onair dl.intro {
	width: 100%;
	max-width: 950px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 40px;
}
#onair dl.intro dt {
	width: 48%;
	position: relative;
}
#onair dl.intro dt img {
	width: 100%;
}
#onair dl.intro dt p {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	font-size: 100%;
}
#onair dl.intro dd {
	width: 51%;
	background: #DD7E71;
	padding: 20px;
}
#onair dl.intro dd .detail {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 15px 0 10px;
	margin-bottom: 40px;
}
#onair dl.intro dd .detail a {
	width: 45%;
}
#onair dl.intro dd .detail a img {
	width: 100%;
}
#onair dl.intro dd .detail p {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
#onair dl.intro dd .detail p span {
	color: #FFFFFF;
	background: #FF0000;
	font-weight: bold;
	font-size: 90%;
	padding: 3px 5px;
	font-family: sans-serif;
	margin-left: 10px;
}
#onair dl.intro dd > h3 {
	color: #FFFFFF;
	text-align: center;
	font-size: 160%;
	margin-bottom: 10px;
}
#onair dl.intro dd > p {
	width: fit-content;
	margin: 0 auto;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 130%;
	text-indent: -0.5em;
}
@media screen and (max-width: 759.9px) {
	#onair::before {
		width: 150px;
		height: 100%;
	}
	#onair h2 {
		width: 250px;
		height: 50px;
		font-size: 160%;
	}
	#onair dl.intro {
		width: 85%;
		display: block;
		margin: 0 auto 20px;
	}
	#onair dl.intro dt {
		width: 100%;
		margin-bottom: 10px;
	}
	#onair dl.intro dt img {
		width: 100%;
	}
	#onair dl.intro dt p {
		position: absolute;
		bottom: 5px;
		left: 5px;
		background: rgba(255, 255, 255, 0.5);
		padding: 0 5px 3px;
		width: fit-content;
		border-radius: 10px;
	}
	#onair dl.intro dd {
		width: 100%;
	}
	#onair dl.intro dd .detail {
		margin-bottom: 20px;
	}
	#onair dl.intro dd .detail p {
		font-size: 110%;
		line-height: 1.5;
	}
	#onair dl.intro dd .detail p span {
		padding: 2px 5px;
		margin-left: 5px;
	}
	#onair dl.intro dd > h3 {
		font-size: 140%;
	}
	#onair dl.intro dd > p {
		font-size: 110%;
	}
}
#onair .inner > h3 {
	font-size: 200%;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 759.9px) {
	#onair .inner > h3 {
		font-size: 140%;
	}
}
#onair .photo {
	margin-bottom: 10px;
}
#onair .comment {
	position: relative;
	height: 10em;
	display: flex;
	align-items: center;
	padding: 0 10px;
	margin-bottom: 10px;
}
#onair .comment::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: 100%;
	height: 100%;
	background: url("../images/bg_kodawari.png") no-repeat bottom right;
	background-size: cover;
	opacity: 0.8;
}
#onair .comment::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
}
#onair .comment p {
	position: relative;
	z-index: 1;
}
#onair .btn {
	width: 80%;
	max-width: 400px;
	background: #DD7E71;
	border-radius: 25px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto;
	color: #FFFFFF;
	font-size: 140%;
	cursor: pointer;
}
#onair .btn:hover {
	opacity: 0.8;
}
@media screen and (max-width: 759.9px) {
	#onair .btn {
		height: 40px;
		font-size: 120%;
		border-radius: 20px;
		margin: 30px auto;
	}
}
/*------WESTERキャンペーン----------*/
#wester {
	background: #F6F3F0;
	padding: 40px 0 60px;
	position: relative;
}
#wester::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	background: url("../images/bg_kodawari_corner.png")no-repeat top left;
	background-size: contain;
	transform: scale(-1, 1);
}
#wester .inner {
	width: 100%;
	max-width: 1200px;
	padding: 50px 10px 100px;
	margin: 0 auto;
	background: url("../images/illust_nami2.png")no-repeat center right 10%;
	background-size: 30% auto;
	text-align: center;
}
#wester .inner a {
	max-width: 90%;
	display: block;
	margin: 0 auto;
}
#wester .inner a img {
	max-width: 100%;
}
#wester h2 {
	width: fit-content;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200%;
	line-height: 1.2;
	text-align: center;
	padding: 0 20px;
	margin: 0 auto 30px;
	background: url("../images/bg_frame.png")repeat-x center;
	background-size: auto 100%;
	position: relative;
}
#wester h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	bottom: 0;
	width: 30px;
	background: url("../images/bg_frame_end.png")no-repeat right center;
	background-size: auto 100%;
}
#wester h2::after {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	bottom: 0;
	width: 30px;
	background: url("../images/bg_frame_end.png")no-repeat right center;
	background-size: auto 100%;
	transform: scale(-1, 1);
}
@media screen and (max-width: 759.9px) {
	#wester::before {
		width: 150px;
		height: 100%;
	}
	#wester h2 {
		height: 80px;
		font-size: 150%;
		line-height: 1.4;
	}
}
/*------yoyaku----------*/
.yoyaku {
	margin: auto 0 0 0;
	padding-top: 20px;
}
.yoyaku ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
/*------slide-content----------*/
.slide-content {
	width: 90%;
	margin: 0 auto;
	background: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.slide-content .swiper-container.inbox {
	width: 50%;
}
.slide-content .swiper-container.inbox img {
	width: 50%;
	height: 100%;
	object-fit: cover;
}
.slide-content .swiper-container.inbox p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	padding: 5px;
}
.slide-content .data {
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 0 0 0 20px;
}
.data .title {
	text-align: center;
	margin-bottom: 10px;
}
.data .title h2 {
	background: url("../images/kai_logo.png")no-repeat center left;
	background-size: contain;
	padding: 5px 10px 5px 60px;
	width: fit-content;
	margin: 0 auto;
	font-size: 180%;
}
.data .title p.area {
	font-size: 100%;
}
.data .title p.lead {
	font-size: 140%;
}
.data .comment p {
	font-size: 100%;
}
@media screen and (max-width: 759.9px) {
	.slide-content {
		padding: 10px;
	}
	.slide-content .swiper-container.inbox {
		width: 100%;
		margin-bottom: 10px;
	}
	.slide-content .data {
		width: 100%;
		padding: 0;
	}
	.data .title h2 {
		padding: 5px 10px 5px 50px;
		width: fit-content;
		font-size: 150%;
	}
	.data .title p.area {
		font-size: 90%;
	}
	.data .title p.lead {
		font-size: 120%;
	}
	.data .comment {
		margin-bottom: 10px;
	}
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img {
	width: 100%;
}
/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet {
	opacity: 0.6;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active {
	background: #FFFFFF;
}
/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after, .swiper-button-next.inbox::after {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}
@media screen and (max-width: 759.9px) {
	.swiper-button-prev.inbox::after, .swiper-button-next.inbox::after {
		font-size: 15px;
	}
}
/*-----carousel_wrap--------------------*/
.carousel_wrap {
	width: 100%;
	margin: auto 0 0 0;
}
.carousel_wrap .swiper-slide {
	width: 20%;
	height: 80px;
	cursor: pointer;
	padding: 2px;
}
.carousel_wrap .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.6;
}
.carousel_wrap .swiper-slide.swiper-slide-thumb-active img, .carousel_wrap .swiper-slide:hover img {
	opacity: 1;
}
@media screen and (max-width: 759.9px) {
	.carousel_wrap {
		display: none;
	}
}
/*-----親swiper -----------------*/
.parent_wrapper {
	width: 100%;
	position: relative;
}
.swiper-container.parent {
	width: 98%;
	margin: 0 auto;
}
.swiper-container.parent .swiper-slide img {
	width: 100%;
}
.swiper-button-prev.parent::after, .swiper-button-next.parent::after {
	display: none;
}
.swiper-button-prev.parent, .swiper-button-next.parent {
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	color: #333333;
	z-index: 20;
	padding-bottom: 30px;
}
.swiper-button-prev.parent {
	left: 0;
}
.swiper-button-next.parent {
	right: 0;
}
.swiper-pagination.parent {
	display: none;
}
@media (max-width:767px) {
	.swiper-button-prev.parent, .swiper-button-next.parent {
		font-size: 20px;
	}
}
/*-----オンエアswiper -----------------*/
.onair_wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.swiper-container.onair {
	width: 90%;
	margin: 0 auto;
}
.swiper-container.onair .swiper-slide .photo {
	width: 100%;
	position: relative;
}
.swiper-container.onair .swiper-slide p.credit {
	font-size: 90%;
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.5);
	padding: 0 5px 2px;
	width: fit-content;
	border-radius: 10px;
}
.swiper-container.onair .swiper-slide img {
	width: 100%;
}
.swiper-button-prev.onair::after, .swiper-button-next.onair::after {
	display: none;
}
.swiper-button-prev.onair, .swiper-button-next.onair {
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	color: #FFFFFF;
	z-index: 20;
	background: #DD7E71;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.swiper-button-prev.onair {
	left: -5px;
}
.swiper-button-next.onair {
	right: -5px;
}
.swiper-pagination.onair {
	display: none;
}
@media (max-width:767px) {
	.swiper-button-prev.onair, .swiper-button-next.onair {
		font-size: 20px;
		width: 30px;
		height: 30px;
	}
}
/*------------ポップアップ-------------------*/
.popup_wrap input {
	display: none;
}
.popup_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(213, 213, 213, 0.9);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.popup_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}
.popup_content {
	position: relative;
	align-self: center;
	width: 95vw;
	transition: 0.5s;
}
.close_btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 40px;
	cursor: pointer;
	z-index: 10;
	line-height: 1;
}
@media screen and (max-width: 759.9px) {
	.close_btn {
		font-size: 20px;
	}
}
.popup_wrap input:checked ~ .popup_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 1s;
}
/*▽▽▽▽▽----------------ここまで--------------------▽▽▽▽▽*/


	/*削除不可ここから====================================================*/
@media screen and (max-width: 759.9px) {
	/*news*/
	#newsImportant {
		margin: 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
		font-size: 1.1em;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		width: 96%;
		margin: 0 auto;
		padding: 2% 2%;
	}
	#footer .inner ul {
		font-size: 11px;
		line-height: 1.4;
		text-align: left;
	}
	#footer .inner ul li {
		display: inline-block;
		width: 46%;
		padding: 2% 0;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 9px;
		text-align: center;
		padding: 2% 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 3em;
		height: 3em;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
}
@media screen and (min-width: 760px), print {
	/*news*/
	#newsImportant {
		width: 100%;
		max-width: 970px;
		margin: 5px auto;
		display: flex;
		font-size: 12px;
		padding: 8px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 1px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 3px 3px 3px 12px;
		position: relative;
		font-size: 13px;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n + 2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		max-width: 990px;
		margin: 0 auto;
		padding: 20px 0;
	}
	#footer .inner ul {
		font-size: 13px;
		line-height: 1.4;
		text-align: center;
	}
	#footer .inner ul li {
		display: inline-block;
		padding: 0 6px;
		border-right: 1px solid #CCC;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 12px;
		text-align: center;
		padding: 10px 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 50px;
		bottom: 50px;
		cursor: pointer;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 80px;
		height: 80px;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
	#pagetop a:hover {
		background-color: #152a8c;
	}
	#pagetop a:hover::after {
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #fff transparent;
	}
}
@media screen and (max-width: 280px) { /*Galaxy Fold*/
	body {
		font-size: 14px;
	}
}
/*====================================================削除不可ここまで*/