@charset "UTF-8";

/*
Theme Name: freeandeasy2_2026
Description: This is freeandeasy site original theme.
Author: Booking Resort
*/
html {
	font-size: 62.5%;
}

body {
	font-family: "IBM Plex Sans JP", sans-serif;
	letter-spacing: 0.04em;
	position: relative;
}

html,
body {
	width: 100%;
}

h1 {
	font-size: 3.2rem;
}

h2 {
	font-size: 3.6rem;
	color: #222;
	text-align: center;
	line-height: 1.7;

}

h3 {
	font-size: 1.8rem;
	color: #222;
}

h4 {
	font-size: 2rem;
	color: #222;
	text-align: center;
	margin-bottom: 20px;
}

.color_w {
	color: #fff;
}

@media screen and (max-width:896px) {
	h2 {
		font-size: 2.6rem;
	}
}

p {
	line-height: 1.7;
	font-size: 1.6rem;
	color: #333;
}

ul li {
	font-size: 1.5rem;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.8;
}

a:hover>img {
	opacity: 0.8;
}

img {
	display: block;
}

@media screen and (max-width:896px) {
	img {
		display: block;
		max-width: 100%;
	}
}

i.fa {
	display: inline;
}

header {
	display: block;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 400;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	transition: all 0.5s ease;
}

.hidden {
	background: none;
	transition: all 0.5s ease;
}

.hidden a {
	color: #fff;
}

@media screen and (max-width:896px) {
	header {
		display: flex;
		height: 60px;
	}
}

header h1 {
	max-width: 1200px;
	margin: 0 auto;
	height: 80px;
}

@media screen and (max-width:896px) {
	header h1 {
		text-align: center;
		height: 63px;
	}
}

header h1 img {
	padding: 5px 0 5px 50px;
	width: 176px;
	height: auto;
	display: inline;
}

header h1 .logo_image {
	position: relative;
}

header h1 .logo_image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

@media screen and (max-width:896px) {
	header h1 img {
		width: 106px;
		padding: 15px 0;
	}

	header h1 .logo_image {
		position: static;
	}

	header h1 .logo_image a {
		position: static;
	}
}

/* メニューボタン */
nav {
	position: absolute;
	right: 0;
	top: 0;
}

.navbar_toggle {
	z-index: 20;
}

/* 共通項目 */
.container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 30px 10px;
}

.br_sp {
	display: none;
}

.br_pc {
	display: block;
}

@media screen and (max-width:896px) {
	.container {
		width: 94%;
	}

	.br_sp {
		display: block;
	}

	.br_pc {
		display: none;
	}
}

a.a_link {
	text-decoration: underline;
}

.bk_light_yellow {
	background-color: #fffdef;
}

.bk_light_green {
	background-color: #dcede1;
}

/* swiperの不具合 */
.bk_light_green .swiper-button-next,
.bk_light_green .swiper-button-prev {
	display: none !important;
}

h2.btm_border {
	position: relative;
}

h2.btm_border:before,
h2.btm_border:after {
	content: "";
	position: absolute;
	bottom: 10px;
	width: 60px;
	height: 4px;
}

h2.btm_border:before {
	left: 50%;
	margin-left: -60px;
	background: #79B38C;
}

h2.btm_border:after {
	right: 50%;
	margin-right: -60px;
	background: #FFEE99;
}

h2.btm_stripe {
	position: relative;
}

h2.btm_stripe:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: auto;
	height: 8px;
	background: url(img/stripe.png) no-repeat;
}

h2.top {
	font-size: 2.6rem;
	margin: 45px 0 30px;
	line-height: 1.4;
	color: #575757;
}

h2.color {
	font-size: 2.6rem;
	margin: 45px 0 30px;
	line-height: 1.4;
	color: #343434;
}

h2.white {
	font-size: 2.6rem;
	margin: 45px 0 30px;
	line-height: 1.4;
	color: #fff;
}

.en {
	letter-spacing: 0em;
	/* font-family: "Noto Sans", sans-serif; */
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	color: #355F43;
}

.btn_link,
.btn_link_green,
.btn_link_yellow {
	margin-top: 50px;
}

.btn_link p a,
.btn_link_green p a,
.btn_link_yellow p a {
	position: relative;
	width: fit-content;
	display: block;
	margin: 0 auto;
	padding: 10px 50px;
	border-radius: 27px;
	text-align: center;
	font-weight: 700;
}

.btn_link p a {
	background: #fff;
	color: #355F43;
	border: 1px solid #355F43;
}

.btn_link p a:hover {
	background-color: #355F43;
	color: #fff;
}

.btn_link_green p a {
	background-color: #355F43;
	color: #fff;
	border: 1px solid #355F43;
}

.btn_link_green p a:hover {
	background-color: #fff;
	color: #355F43;
	border: 1px solid #355F43;
}

.btn_link p a:after,
.btn_link_green p a:after,
.btn_link_yellow p a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}

.btn_link_yellow p a {
	background-color: #FFEE99;
	color: #6D6641;
	border: 1px solid #FFEE99;
}

.btn_link_yellow p a:hover {
	background-color: #fff;
	border: 1px solid #FFEE99;
}

.pad_80 {
	padding: 80px 0;
}

.pl_25 {
	padding-left: 25px;
}

.mt_20 {
	margin-top: 20px;
}

.mt_30 {
	margin-top: 30px;
}

.mt_40 {
	margin-top: 40px;
}

.mt_50 {
	margin-top: 50px;
}

.mt_60 {
	margin-top: 60px;
}

.mt_80 {
	margin-top: 80px;
}

.mt_120 {
	margin-top: 120px;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_25 {
	margin-bottom: 25px;
}

.mb_30 {
	margin-bottom: 30px;
}

.mb_40 {
	margin-bottom: 40px;
}

.mb_60 {
	margin-bottom: 60px;
}

.mb_80 {
	margin-bottom: 80px;
}

.mb_120 {
	margin-bottom: 120px;
}

.mb_200 {
	margin-bottom: 200px;
}

.ta_c {
	text-align: center;
}

@media screen and (max-width:896px) {
	.sp_mb_40 {
		margin-bottom: 40px;
	}

	.ta_c {
		text-align: left;
	}
}

/* フッター  */

/*リゾグラ*/
#resort-rg {
	background: #f1f1f1;
	padding: 10px 0 40px;
}

#resort-rg h2 .en {
	color: #575757;
}

.rg_group h3 {
	font-size: 20px;
	color: #fff;
}

.rg_group h3 span.en {
	color: #fff;
}

.rg_group h4.rg_group {
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 0;
	color: #575757;
}

.rg_group .box {
	display: flex;
	flex-direction: column;
}

.rg_group .box ul {
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari etc. */
	-ms-flex-wrap: wrap;
	/* IE10        */
	flex-wrap: wrap;
}

@media screen and (max-width:896px) {
	.rg_group .box ul {
		flex-direction: column;
	}
}

.rg_group .box p.type {
	text-align: center;
	padding: 8px 0;
	font-size: 1.8rem;
	margin-bottom: 15px;
	color: #fff;
}

.rg_group .box li {
	display: flex;
	margin-bottom: 32px;
	margin-left: 8px;
	width: 32%;
}

@media screen and (max-width:896px) {
	.rg_group .box li {
		width: 100%;
	}
}

.rg_group .box li img {
	width: 65px;
	height: 65px;
	object-fit: cover;
}

.rg_group .box li .txt {
	padding: 20px 20px 0 10px;
	width: 100%;
}

.rg_group .box li .txt p {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #fff;
}

.rg_group .box li .txt h3 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	color: #575757;
}

.rg_group .rg_details {
	display: flex
}

@media screen and (max-width:896px) {
	.rg_group .rg_details {
		flex-direction: column;
	}
}

.rg_group .rg_details dl {
	float: left;
	padding-right: 3%;
	width: 32%;
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width:896px) {
	.rg_group .rg_details dl {
		width: 100%;
	}
}

.rg_group .rg_details dl:last-child {
	padding-right: 0;
}

.rg_group .rg_details dt {
	height: 1.6em;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 10px;
	font-size: 16px;
	text-decoration-line: underline;
	color: #575757;
}

.rg_group .rg_details dd {
	color: #575757;
}

@media screen and (max-width:896px) {
	.rg_group .rg_details dt {
		text-align: left;
	}
}

.rg_group .rg_details dd {
	margin-left: 0px;
}

footer {
	text-align: right;
	padding: 80px 0 10px;
	background: #79B38C;
}

footer .f_menu {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}

@media screen and (max-width:896px) {
	footer {
		text-align: center;
		padding: 36px 0 68px;
	}

	footer .f_menu {
		flex-direction: column;
	}
}

#footer-menu a {
	color: #fff;
	display: block;
}

#menu-item-891 {
	display: block;
}

#menu-item-1114 {
	background: #FFEE99;
	border-radius: 20px;
	border: 1px solid #FFEE99;
}

#menu-item-1114:hover {
	background: #fff;
	color: #575757;
	border: 1px solid #fff;
}

#menu-item-1114 a {
	color: #6D6641;
}

#menu-item-1114 a:hover {
	color: #575757;
}

footer h2 {
	text-align: left;
	font-size: 32px;
	color: #fff;
}

footer p {
	text-align: left;
	color: #fff;
}

#footer-menu ul {
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (max-width:896px) {
	footer h2 {
		text-align: center;
	}

	footer p {
		text-align: center;
		color: #fff;
	}

	#footer-menu ul li {
		padding: 10px 20px;
		margin-bottom: 10px;
	}
}

footer .info {
	margin-bottom: 50px;
}

footer .info .logo_image {
	width: 250px;
}

@media screen and (max-width:896px) {
	footer .info .logo_image {
		margin: 20px auto;
		width: 100%;
	}
}

footer .info .logo_image img {
	width: 100%;
}

@media screen and (max-width:896px) {
	footer .info .logo_image img {
		width: 68%;
		margin: 0 auto;
	}
}

footer .info p.tel {
	font-size: 2.8rem;
}

footer .info p.tel a {
	color: #fff;
}

footer .info p.time {
	font-size: 1.8rem;
}

footer .info .btn_orange a {
	border-radius: 0;
	padding: 12px 50px;
}

footer p.address {
	margin-bottom: 20px;
}

footer p.company {
	font-size: 13px;
	text-align: center;
}

.reserve_pc {
	position: fixed;
	bottom: 95px;
	right: 0;
	width: 200px;
	height: 110px;
	z-index: 100;
	background: #fff;
	color: #fff;
	text-align: center;
}

@media screen and (max-width:896px) {
	.reserve_pc {
		display: none;
	}
}

.reserve_pc p {
	background: #fffbe7;
	font-size: 2.0rem;
	color: #6D6641;
	padding: 5px 0;
	margin-bottom: 10px;
}

.reserve_pc a {
	font-size: 2.0rem;
	color: #6D6641;
}

.reserve_pc a.to489 {
	font-size: 1.6rem;
	margin-top: 7px;
}

.reserve_pc a.to489:hover {
	text-decoration: underline;
}

.reserve_pc .reserve_to489 {
	background: #FFEE99;
	padding: 10px 0;
	margin-top: 10px;
}

.reserve_pc p span {
	display: block;
	font-size: 60%;
	color: #6D6641;
}

#footer_sp {
	display: none;
}

@media screen and (max-width:896px) {
	#footer_sp {
		display: block;
	}

	.reserve_sp {
		width: 100%;
		height: 60px;
		display: flex;
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 100;
		background: #FFEE99;
		color: #fff;
		text-align: center;
	}

	.reserve_sp p {
		padding-top: 10px;
		text-align: center;
	}

	.reserve_sp p a {
		color: #1d1d1e;
		display: block;
	}

	.reserve_web,
	.reserve_tel,
	.reserve_btn {
		width: 33.3333%;
	}

	.reserve_web,
	.reserve_tel,
	.reserve_btn {
		border-right: #b3a979 solid 1px;
	}

	.reserve_btn:last-of-type {
		border-right: none;
	}

	.reserve_btn {
		background: #e6ebec;
	}

	.reserve_btn p a {
		color: #1d1d1e;
	}

	.drawer-menu {
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 30%;
		min-width: 300px;
		height: 100%;
		padding: 50px 0;
		background: #fffdef;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: perspective(500px) rotateY(-90deg);
		transform: perspective(500px) rotateY(-90deg);
		opacity: 0;
		z-index: 999 !important;
	}

	.drawer-menu .menu {
		overflow-y: auto;
		height: 100%;
	}

	.menu-item {
		display: block;
	}

	#menu-item-288 {
		background: #FFEE99;
	}

	#menu-item-288 a:hover {
		background: #fff;
	}

	#menu-item-288 a {
		color: #333;
	}

	#menu-item-288 a:hover {
		color: #575757;
	}

	.drawer-menu li {
		text-align: center;
	}

	.drawer-menu li a {
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		-webkit-transition: all .8s;
		transition: all .8s;
	}

	.drawer-menu li a:hover {
		color: #1a1e24;
		background: #fff;
	}

	/* ------------------------------------------------ checkbox */
	.check {
		display: none;
	}

	/* ------------------------------------------------ menu button スマホ版メニューの位置*/
	.menu-btn {
		position: fixed;
		display: block;
		top: 18px;
		right: 6%;
		width: 50px;
		height: 40px;
		font-size: 10px;
		text-align: center;
		cursor: pointer;
		z-index: 9999;
	}

	.bar {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 50px;
		height: 3px;
		background: #82ad79;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}

	.bar.middle {
		top: 15px;
		opacity: 1;
	}

	.bar.bottom {
		top: 30px;
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}

	.menu-btn:hover .bar {
		background: #999;
	}

	.close-menu {
		position: fixed;
		top: 0;
		right: 30%;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		visibility: hidden;
		opacity: 0;
	}

	/* ------------------------------------------------ checked */
	.check:checked~.drawer-menu {
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		z-index: 2;

	}

	.check:checked~.contents {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px);
	}

	.check:checked~.menu-btn .bar.top {
		width: 56px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.check:checked~.menu-btn .bar.middle {
		opacity: 0;
	}

	.check:checked~.menu-btn .bar.bottom {
		width: 56px;
		top: 39px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.check:checked~.close-menu {
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		background: rgba(0, 0, 0, .5);
		visibility: visible;
		opacity: 1;
		z-index: 3;
	}
}

/*注意！！以下PC用ヘッダーメニュー*/
@media screen and (min-width:897px) {
	.drawer-menu {
		width: 100%;
		height: 80px;
	}

	.menu {
		max-width: 1200px;
		float: right;
		margin-right: 20px;
	}

	.menu-top-container {
		max-width: 1200px;
		margin: 0 auto;
	}

	#menu-item-891 {
		display: none;
	}

	#menu-item-288 {
		border-radius: 20px;
		background: #FFEE99;
	}

	#menu-item-288:hover {
		background: #fdf5c0;
	}

	#menu-item-288 a {
		color: #6D6641;
	}

	#menu-item-288 a:hover {
		color: #6D6641;
	}

	.menu-item {
		display: inline-block;
		padding: 20px 47px 10px;
		text-align: center;
		margin: 24px auto 0;
		position: relative;
	}

	.menu-item a {
		display: block;
		position: absolute;
		top: 8px;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.check,
	.menu-btn {
		display: none;
	}
}

/* 下層ページ */
.pankuzu {
	background: #79B38C;
	padding: 8px 0;
	font-size: 1.3rem;
	padding-top: 70px;
}

.wrapper {
	background: #fff;
}

.page_top_view {
	padding-top: 45px;
}

@media screen and (max-width:896px) {
	.page_top_view {
		padding-top: 0;
	}

	.pankuzu {
		margin-top: 0;
	}
}

.page_top_view img {
	width: 100%;
	max-width: 1200px;
	height: 400px;
	object-fit: cover;
}

@media screen and (max-width:896px) {
	.page_top_view img {
		width: 100%;
		height: 240px;
	}
}

.page_top_view img.page_top {
	margin: 0 auto 40px;
}

.page_top_view .ttl_area {
	text-align: center;
}

.page_top_view .ttl_area h2 {
	padding: 0 0 24px;
}

.page_top_view .ttl_area p.msg {
	margin-top: 50px;
	font-size: 1.6rem;
}

ul.room_slide li img {
	margin-bottom: 15px;
}

h3.stripe {
	position: relative;
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 50px;
}

@media screen and (max-width:896px) {
	h3.stripe {
		font-size: 2rem;
	}
}

h3.border {
	color: #6A5FA0;
	position: relative;
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 20px;
}

@media screen and (max-width:896px) {
	h3.border {
		font-size: 2rem;
	}
}

h3.border span {
	background: #f1f4f4;
	padding: 0 25px;
	position: relative;
	z-index: 20;
}

h3.border:before {
	content: "";
	display: block;
	position: absolute;
	height: 8px;
	width: 100%;
	border-top: 1px solid #ccc;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}

.detail {
	width: 776px;
	margin: 0 auto;
}

.name {
	display: flex;
	margin-bottom: 30px;
}

.name p {
	font-size: 1.6rem;
}

.name p.green {
	background: #19a495;
	border: 1px solid #19a495;
	color: #fff;
	width: 25%;
	text-align: center;
	padding: 25px 0;
}

.name p.white {
	background: #fff;
	border: 1px solid #999;
	width: 75%;
	padding: 25px;
	box-sizing: border-box;
}

.container.news_single {
	background: #fff;
	padding: 80px 100px 100px;
	min-height: 500px;
}

@media screen and (max-width:896px) {
	.container.news_single {
		background: #fff;
		padding: 10% 5%;
		min-height: 300px;
		box-sizing: border-box;
	}
}

.container.news_single p.date {
	text-align: center;
}

.container.news_single h2 {
	padding: 15px 0 25px;
	margin-bottom: 55px;
	font-size: 2.4rem;
}

.container.news_single .article_content img {
	margin: 0 auto 45px;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:896px) {
	.container.news_single .article_content img {
		height: 240px;
		object-fit: cover;
	}
}

.container.news_single .article_content p {
	line-height: 2.0;
	word-break: break-word;
}

.container.news_list p.news_list {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

ul.news_list li {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
}

ul.news_list li .cate {
	color: #662B00;
	font-size: 1.4rem;
}

/* フッタ
--------------------------- */
footer .info {
	margin-bottom: 2em;
}

footer p.checkin a {
	color: #fff;
	padding-right: 1em;
}

.checkin_box {
	margin-bottom: 1em;
}

/* 矢印アイコン
--------------------------- */
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.external::before {
	width: 12px;
	height: 2px;
	background: #82ad79;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.external::after {
	right: 1px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #6A5FA0;
	border-right: 2px solid #6A5FA0;
}

.wrapper_video {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	position: relative;
	visibility: hidden;
}

#video {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
}

.video_box {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.video_box video {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* TOPへ戻るボタン */
#fixedTop {
	right: 10px;
	bottom: 280px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	vertical-align: middle;
	display: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(50, 50, 50, 0.5);
	position: fixed;
	z-index: 99;
	font-size: 20px;
}

#fixedTop:hover {
	background: rgba(50, 50, 50, 1);
}

@media screen and (max-width:896px) {
	#fixedTop {
		display: none !important;
	}
}

/* 404
=============*/
#content h2 {
	font-size: 4rem;
	text-align: center;
	padding: 10rem 0 6rem;
	margin: 0 auto;
}

#content p {
	text-align: center;
	padding: 3rem 0;
}

.pc {
	display: none !important;
}

/* swiper */
/* 全体のスタイル */
/* .swiper-wrapper {
	width: 100%;
	height: 250px;
} */

/* 全スライド共通スタイル */
/* .swiper-slide {
	width: 100%;
	height: 100%;
} */

.swiper-slide img {
	width: 100%;
	height: 650px;
	object-fit: cover;
}

@media screen and (min-width:1200px) {
	.swiper-slide img {
		height: auto;
		max-height: 800px;
		object-fit: cover;
	}
}

@media screen and (max-width:896px) {
	.swiper-slide img {
		height: 50vh;
	}
}

@media screen and (max-width:480px) {
	/* .swiper-slide {
		width: 100%;
		height: 100%;
	} */

	.swiper-slide img {
		width: 100%;
		height: 70vh;
		object-fit: cover;
	}
}

.top_bnr .bnr_container a {
	margin: 0 auto;
	width: 80%;
	padding: 5px;
}

.top_bnr .bnr_container img {
	margin: 0 auto;
	width: 100%;
	padding: 20px;
}

@media screen and (max-width:896px) {
	.top_bnr .bnr_container a {
		margin: 0 auto;
		width: 90%;
	}

	.top_bnr .bnr_container img {
		width: 100%;
		padding: 0;
		margin: 10px 0 10px;
	}

	.top_bnr ul {
		display: flex;
		flex-direction: column;
		align-items: center;

	}
}

.top_bnr .bnr_container li {
	display: flex;
	flex-wrap: wrap;
	/*横に並べ、幅いっぱいになったら下の行に並べる*/
	justify-content: center;
}

.top_bnr ul {
	display: flex;
	justify-content: center;
}

/* ===================================================
ピックアップ　下層ページでも使用
=================================================== */
.top_pickup_list {
	margin-top: 150px;
}

.top_pickup_list p.top_pickup_text {
	font-size: 14px;
	margin-bottom: 20px;
}

.top_pickup_list .box_slider {
	margin-top: 30px;
}

.top_pickup_list .box_slider p {
	text-align: left;
}

.top_pickup_list .box_slider .slick-dots li,
.top_pickup_list .box_slider .slick-dots li button,
.top_pickup_list .box_slider .slick-dots li button:before {
	width: 80px;
	height: 3px;
}

.top_pickup_list .box_slider .slick-dots li {
	margin: 0;
}

.top_pickup_list .box_slider .slick-dots li button {
	padding: 0;
}

.top_pickup_list .box_slider .slick-dots li button:before {
	content: "";
	background-color: #f2f2f2;
	opacity: 1;
}

.top_pickup_list .box_slider .slick-dots li.slick-active button:before {
	background-color: #355F43;
}

.top_pickup_list .post-slider a {
	display: block;
	padding: 0 15px;
}

.top_pickup_img {
	aspect-ratio: 480 / 280;
	overflow: hidden;
}

.top_pickup_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_pickup_title {
	font-size: 22px;
	font-weight: 500;
	padding: 10px 0 20px;
	text-align: center;
	line-height: 1.7;
}

.content_title {
	background-color: #fffbe7;
	padding: 10px 0px;
}

.top_pickup_list .btn {
	margin-top: 80px;
}

.top_pickup_list .btn a {
	font-size: 20px;
	padding: 15px;
	width: 360px;
	margin: 0 auto;
}

@media screen and (max-width: 896px) {
	.top_pickup_list {
		margin: 50px auto;
	}

	.top_pickup_list .box_slider .slick-dots li,
	.top_pickup_list .box_slider .slick-dots li button,
	.top_pickup_list .box_slider .slick-dots li button:before {
		width: 40px;
	}

	.top_pickup_list .post-slider a {
		padding: 0;
	}

	.top_pickup_title {
		font-size: 100%;
	}
}

/* ピックアップ　下層ページにも使用　END */