/*============================
背景飾り
============================*/
.body_deco01 {
	width: 9.67rem;
	height: 9.39rem;
	background-image: url(../common/img/body_deco01.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	.body_deco01 {
		width: 3.00rem;
		height: 4.50rem;
		right: 0;
		opacity: 0.5;
	}
}

.body_deco02 {
	width: 2.20rem;
	height: 4.30rem;
	background-image: url(../common/img/body_deco02.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	position: absolute;
	top: 8.23rem;
	right: 0;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	.body_deco02 {
		width: 1.10rem;
		height: 2.15rem;
		opacity: 0.5;
	}
}

.body_deco03 {
	width: 2.90rem;
	height: 4.60rem;
	background-image: url(../common/img/body_deco03.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	top: 11.20rem;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	.body_deco03 {
		width: 1.45rem;
		height: 2.30rem;
		opacity: 0.5;
	}
}

.news_detail .body_deco03 {
	display: none;
}

.body_deco04 {
	width: 6.20rem;
	height: 9.50rem;
	background-image: url(../common/img/body_deco06.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	.body_deco04 {
		width: 3.00rem;
		height: 4.75rem;
		opacity: 0.5;
	}
}

/*============================
ヘッダー
============================*/
header {
	height: 1.70rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	header {
		height: 0.80rem;
		z-index: 10;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		transition: transform 0.5s 0.3s;
	}

	/* 上に消える */
	header.hide {
		transform: translateY(-1.50rem);
	}
}

header.scr {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

/* ロゴ */
header .logo {
	width: 2.26rem;
	position: absolute;
	left: 0.40rem;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	header .logo {
		width: 1.10rem;
		left: 0.20rem;
	}
}

/* ナビゲーション全体 */
header .nav_wrap {
	width: 9.70rem;
	position: absolute;
	top: 0;
	right: 0.40rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* ナビゲーション左側（SNS・グローバル）*/
header .nav_wrap .nav_left_wrap {
	width: 100%;
	max-width: 5.90rem;
}

/* SNS */
header .nav_wrap .nav_left_wrap .sns_wrap {
	padding: 0.25rem 0 0.30rem;
	position: relative;
}

header .nav_wrap .nav_left_wrap .sns_wrap .list {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
}

header .nav_wrap .nav_left_wrap .sns_wrap .list .link {
/*	width: 0.30rem;*/
	margin-left: 0.30rem;
}

header .nav_wrap .nav_left_wrap .sns_wrap .list .link a {
	display: flex;
	align-items: center;
	color: #000;
	text-decoration: none;
}

header .nav_wrap .nav_left_wrap .sns_wrap .list .link a img {
	width: 0.20rem;
	display: block;
}

header .nav_wrap .nav_left_wrap .sns_wrap .list .link a span {
	display: block;
	padding-left: 0.06rem;
	font-size: 0.14rem;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

/* SNSオープン前 */
header .nav_wrap .nav_left_wrap .sns_wrap .list.soon::after {
	content: "まもなく開設";
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 0.12rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #FFF;
	width: 1.30rem;
	text-align: center;
	display: block;
	background-color: rgba(0, 145, 58, 0.8);
	padding: 0.02rem;
	border-radius: 0.15rem;
	position: absolute;
	top: 47%;
	right: 0.05rem;
	transform: translateY(-50%);
	z-index: 1;
}

/* グローバルナビゲーション */
header .nav_wrap .nav_left_wrap .glo_navi .list {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

header .nav_wrap .nav_left_wrap .glo_navi .list .link {
	margin-left: 0.30rem;
}

header .nav_wrap .nav_left_wrap .glo_navi .list .link:first-child {
	margin-left: 0;
}

header .nav_wrap .nav_left_wrap .glo_navi .list .link a {
	display: block;
	font-size: 0.18rem;
	font-family: 'M PLUS 1p', sans-serif;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #111;
	text-decoration: none;
	position: relative;
}

header .nav_wrap .nav_left_wrap .glo_navi .list .link a::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #00913a;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

header .nav_wrap .nav_left_wrap .glo_navi .list .link a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

header .nav_wrap .nav_left_wrap .glo_navi .list .link.active a:after {
	transform-origin: left top;
	transform: scale(1, 1);
}

/* 来所予約のみ */
header .nav_wrap .nav_left_wrap .glo_navi .list .link.kakomi a {
	width: 1.65rem;
	text-align: center;
	background-color: #FFF;
	font-weight: 700;
	color: #00913a;
	border: 1px solid #00913a;
	padding: 0.06rem 0 0.08rem;
	border-radius: 0.30rem;
	top: -0.08rem;
}

header .nav_wrap .nav_left_wrap .glo_navi .list .link.kakomi a:hover {
	background-color: #00913a;
	color: #FFF;
}

header .nav_wrap .nav_left_wrap .glo_navi .list .link.kakomi a:hover::after {
	content: none;
}

/* 準備中 */
header .nav_wrap .nav_left_wrap .glo_navi .list .link.kakomi a.disable,
header .nav_wrap .nav_left_wrap .glo_navi .list .link.kakomi a.disable:hover {
	color: #999;
	border: 1px solid #999;
	background-color: #FFF;
}


/* 右側ボタン大 */
header .nav_wrap .large_btn_wrap {
	width: 3.30rem;
}

header .nav_wrap .large_btn_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

header .nav_wrap .large_btn_wrap .list .detail {
	width: 1.60rem;
	height: 1.30rem;
}

header .nav_wrap .large_btn_wrap .list .detail a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	position: relative;
	border-bottom-left-radius: 0.20rem;
	border-bottom-right-radius: 0.20rem;
}

header .nav_wrap .large_btn_wrap .list .detail a:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

header .nav_wrap .large_btn_wrap .list .detail a .text {
	font-size: 0.18rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	position: absolute;
	left: 0;
	width: 100%;
}

/* 入会 */
header .nav_wrap .large_btn_wrap .list .detail.entry a {
	/*	background: linear-gradient(45deg, #aacc03 0%, #00a23e 100%);*/
}

header .nav_wrap .large_btn_wrap .list .detail.entry a .icon_wrap {
	width: 0.57rem;
	position: absolute;
	top: 0.15rem;
	left: 50%;
	transform: translateX(-50%);
}

header .nav_wrap .large_btn_wrap .list .detail.entry a .text {
	bottom: 0.26rem;
}

/* マイページ */
header .nav_wrap .large_btn_wrap .list .detail.mypage a {
	/*	background: linear-gradient(45deg, #f15a24 0%, #f7931e 100%);*/
}

header .nav_wrap .large_btn_wrap .list .detail.mypage a .icon_wrap {
	width: 0.475rem;
	position: absolute;
	top: 0.16rem;
	left: 50%;
	transform: translateX(-50%);
}

header .nav_wrap .large_btn_wrap .list .detail.mypage a .text {
	bottom: 0.15rem;
	line-height: 1.27;
}

header .nav_wrap .large_btn_wrap .list .detail.mypage a .text::before {
	content: "";
	width: 0.14rem;
	height: 0.18rem;
	background-image: url(../common/img/icon_key.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.05rem;
	display: inline-block;
	position: relative;
	top: 0.02rem;
}


/*============================
スマホナビゲーション
============================*/
.sp_navi_wrap {
	position: absolute;
	top: 0.80rem;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 0.35rem 0.15rem 0.15rem;
	box-sizing: border-box;
	display: none;
}

.sp_navi_wrap .list {
	display: flex;
	flex-wrap: wrap;
}

.sp_navi_wrap .list .link {
	width: 50%;
	padding-bottom: 0.25rem;
}

.sp_navi_wrap .list .link a {
	display: inline-block;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 0.15rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #FFF;
	text-decoration: none;
}

.sp_navi_wrap .list .link a.disable {
	opacity: 0.5;
}

.sp_navi_wrap .list .link a:hover {
	color: #00913a;
}

.sp_navi_wrap .list .link a::before {
	content: "";
	width: 0.04rem;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	margin-right: 0.06rem;
	position: relative;
	top: -0.04rem;
	transition: all 0.3s;
}

.sp_navi_wrap .list .link a:hover::before {
	width: 0.04rem;
}

/* SNS */
.sp_navi_wrap .sns_list {
	position: relative;
	width: 100%;
	margin: 0.20rem 0;
}

.sp_navi_wrap .sns_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.sp_navi_wrap .sns_list .link {
/*	width: 0.30rem;*/
	margin: 0 0.15rem;
}

.sp_navi_wrap .sns_list .link a {
	display: flex;
	align-items: center;
	color: #FFF;
	text-decoration: none;
}

.sp_navi_wrap .sns_list .link a img {
	width: 0.20rem;
	display: block;
}

.sp_navi_wrap .sns_list .link a span {
	display: block;
	padding-left: 0.06rem;
	font-size: 0.14rem;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

/* SNSオープン前 */
.sp_navi_wrap .sns_list.soon::after {
	content: "まもなく開設";
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 0.12rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #FFF;
	width: 1.30rem;
	text-align: center;
	display: block;
	background-color: rgba(0, 145, 58, 0.8);
	padding: 0.02rem;
	border-radius: 0.15rem;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

/* ラージボタン */
.sp_header_large_btn_wrap {
	position: absolute;
	right: 0.70rem;
	top: 0;
}

.sp_header_large_btn_wrap.soon img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.5;
}

.sp_header_large_btn_wrap .large_btn_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sp_header_large_btn_wrap .large_btn_list .btn {
	width: 0.58rem;
}

/*============================
共通パーツ
============================*/
/* main */
main {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	main {
		padding-top: 0.80rem;
	}
}

/* セクションタイトル */
.sec_title {
	font-size: 0.36rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	.sec_title {
		font-size: 0.24rem;
		letter-spacing: 0.025em;
		margin-bottom: 0.30rem;
		line-height: 1.35;
	}
}

.sec_title span {
	font-family: 'Poppins', sans-serif;
	font-size: 0.18rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	display: block;
	padding-top: 0.10rem;
	color: #00913a;
}

@media screen and (max-width: 599px) {
	.sec_title span {
		font-size: 0.14rem;
		padding-top: 0.06rem;
	}
}

/*============================
グラデーション背景
============================*/
/* グリーン */
.grad_green {
	background: linear-gradient(45deg, #aacc03 0%, #00a23e 100%);
}

/* グリーン（反転） */
.grad_green_rev {
	background: linear-gradient(-45deg, #aacc03 0%, #00a23e 100%);
}

/* ピンク */
.grad_pink {
	background: linear-gradient(45deg, #f2a6ab 0%, #e6326e 100%);
}

/* オレンジ */
.grad_orange {
	background: linear-gradient(45deg, #f15a24 0%, #f7931e 100%);
}

/* ブルー */
.grad_blue {
	background: linear-gradient(135deg, rgba(41, 171, 226, 1) 0%, rgba(0, 91, 151, 1) 100%);
}

/* グレイ */
.grad_grey {
	background: linear-gradient(135deg, rgba(204, 204, 204, 1) 0%, rgba(153, 153, 153, 1) 100%);
}

/* 準備中 */
.grad_disable {
	background-color: #CCC;
}

/*============================
CTAボタン（パーツ）
============================*/
.cta_btn_wrap {
	padding-bottom: 1.20rem;
}

@media screen and (max-width: 599px) {
	.cta_btn_wrap {
		padding-bottom: 0.60rem;
	}
}

.cta_btn_wrap .list {
	width: 100%;
	max-width: 6.00rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	.cta_btn_wrap .list {
		padding: 0 0.30rem;
		box-sizing: border-box;
	}
}

.cta_btn_wrap .list .btn {
	padding-bottom: 0.50rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.cta_btn_wrap .list .btn {
		padding-bottom: 0.30rem;
	}
}

.cta_btn_wrap .list .btn a {
	display: block;
	text-decoration: none;
	line-height: 0;
	padding: 0.34rem 0 0.36rem;
	color: #FFF;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 0.22rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	border-radius: 0.35rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	text-align: center;
}

@media screen and (max-width: 599px) {
	.cta_btn_wrap .list .btn a {
		padding: 0.24rem 0 0.26rem;
		font-size: 0.15rem;
	}
}

.cta_btn_wrap .list .btn a:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.cta_btn_wrap .list .btn a::after {
	content: "";
	width: 0.25rem;
	height: 0.18rem;
	background-image: url(../common/img/link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.25rem;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	.cta_btn_wrap .list .btn a::after {
		width: 0.18rem;
		right: 0.15rem;
	}
}

/* ボタンの上のテキスト */
.cta_btn_wrap .list .btn .btn_text {
	position: absolute;
	top: -0.35rem;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 700;
	color: #e6326e;
}

@media screen and (max-width: 599px) {
	.cta_btn_wrap .list .btn .btn_text {
		top: -0.25rem;
		font-size: 0.12rem;
	}
}

.cta_btn_wrap .list .btn .btn_text::before {
	content: "";
	width: 0.17rem;
	height: 0.22rem;
	background-image: url(../common/img/btn_text_deco01.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0.20rem;
}

.cta_btn_wrap .list .btn .btn_text::after {
	content: "";
	width: 0.17rem;
	height: 0.22rem;
	background-image: url(../common/img/btn_text_deco02.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0.20rem;
}

@media screen and (max-width: 599px) {
	.cta_btn_wrap .list .btn .btn_text::before {
		width: 0.15rem;
		height: 0.15rem;
		position: relative;
		display: inline-block;
		left: auto;
		top: 0.02rem;
		margin-right: 0.05rem;
	}
}

@media screen and (max-width: 599px) {
	.cta_btn_wrap .list .btn .btn_text::after {
		width: 0.15rem;
		height: 0.15rem;
		position: relative;
		display: inline-block;
		right: auto;
		top: 0.02rem;
		margin-left: 0.05rem;
	}
}

/*============================
準備中テキスト
============================*/
.contents_soon {
	text-align: center;
	font-size: 0.18rem;
	line-height: 2;
	min-height: 3.00rem;
}

/*============================
お知らせ（パーツ）
============================*/
#latest_news {
	padding: 0.85rem 0 0.82rem;
	background-color: rgba(230, 230, 230, 0.7);
}

@media screen and (max-width: 599px) {
	#latest_news {
		padding: 0.60rem 0;
	}
}

#latest_news .in {
	position: relative;
	z-index: 1;
}

/* カップルのイラスト */
#latest_news .in::before {
	content: "";
	width: 1.97rem;
	height: 1.70rem;
	background-image: url(../common/img/latest_news_deco.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: -1.40rem;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#latest_news .in::before {
		content: "";
		width: 1.00rem;
		height: 1.00rem;
		right: 0.20rem;
		top: -1.20rem;
	}
}

/* デコ素材 */
#latest_news::after {
	content: "";
	width: 4.40rem;
	height: 4.91rem;
	background-image: url(../common/img/body_deco04.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: -1.20rem;
	z-index: -1;
}

@media screen and (max-width: 599px) {
	#latest_news::after {
		width: 2.20rem;
		height: 2.45rem;
		bottom: -0.60rem;
	}
}

#latest_news .sec_title {
	text-align: left;
}

@media screen and (max-width: 599px) {
	#latest_news .sec_title {
		text-align: center;
	}
}

#latest_news .sec_title span {
	display: inline-block;
	padding: 0;
	padding-left: 0.20rem;
	position: relative;
	top: -0.06rem;
}

@media screen and (max-width: 599px) {
	#latest_news .sec_title span {
		padding-top: 0.06rem;
		padding-left: 0;
		top: 0;
	}
}

#latest_news .list .detail {
	padding-bottom: 0.24rem;
}

#latest_news .list .detail a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
	color: #111;
}

@media screen and (max-width: 599px) {
	#latest_news .list .detail a {
		display: block;
	}
}

#latest_news .list .detail a:hover {
	color: #00913a;
}

#latest_news .list .detail a .news_date {
	width: 1.50rem;
	font-family: 'Poppins', sans-serif;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#latest_news .list .detail a .news_date {
		width: 100%;
		font-size: 0.13rem;
		padding-bottom: 0.05rem;
	}
}

#latest_news .list .detail a .title {
	width: calc(100% - 1.50rem);
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 0.18rem;
	letter-spacing: 0.075em;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 599px) {
	#latest_news .list .detail a .title {
		width: 100%;
		font-size: 0.16rem;
		letter-spacing: 0;
		line-height: 1.55;
	}
}

#latest_news .more_btn {
	widows: 100%;
	max-width: 3.80rem;
	margin: auto;
	padding-top: 0.20rem;
}

#latest_news .more_btn a {
	display: block;
	line-height: 0;
	padding: 0.26rem 0 0.28rem;
	text-align: center;
	text-decoration: none;
	font-size: 0.18rem;
	font-family: 'M PLUS 1p', sans-serif;
	letter-spacing: 0.025em;
	color: #FFF;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	position: relative;
	border-radius: 0.30rem;
}

@media screen and (max-width: 599px) {
	#latest_news .more_btn a {
		padding: 0.20rem 0 0.22rem;
		font-size: 0.15rem;
	}
}

#latest_news .more_btn a:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

#latest_news .more_btn a::after {
	content: "";
	width: 0.23rem;
	height: 0.15rem;
	background-image: url(../common/img/link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	#latest_news .more_btn a::after {
		width: 0.15rem;
		height: 0.15rem;
	}
}

/*============================
ピックアップ
============================*/
#pickup {
	padding: 1.00rem 0;
}

@media screen and (max-width: 599px) {
	#pickup {
		padding: 0.60rem 0 0.30rem;
	}
}

#pickup::before {
	content: "";
	width: 2.10rem;
	height: 3.90rem;
	background-image: url(../common/img/body_deco05.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 1.30rem;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#pickup::before {
		width: 1.05rem;
		height: 1.95rem;
		bottom: 1.30rem;
	}
}

@media screen and (max-width: 599px) {
	#pickup .in {
		padding: 0;
	}
}

#pickup .pickup_list_wrap {
	max-width: 10.45rem;
	margin: auto;
}

#pickup .pickup_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#pickup .pickup_list_wrap .list .detail {
	width: 3.00rem;
}

@media screen and (max-width: 599px) {
	#pickup .pickup_list_wrap .list .detail {
		min-width: 2.50rem;
		box-sizing: border-box;
		padding: 0 0.20rem;
		margin-bottom: 0.40rem;
	}
}

#pickup .pickup_list_wrap .list .detail a {
	text-decoration: none;
	display: block;
}

#pickup .pickup_list_wrap .list .detail .ph_wrap {
	width: 2.80rem;
	height: 2.80rem;
	overflow: hidden;
	margin: 0 auto 0.20rem;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	border: 4px solid #00913a;
}

@media screen and (max-width: 599px) {
	#pickup .pickup_list_wrap .list .detail .ph_wrap {
		width: 1.50rem;
		height: 1.50rem;
		border: 2px solid #00913a;
		margin: 0 auto 0.15rem;
	}
}

#pickup .pickup_list_wrap .list .detail .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

#pickup .pickup_list_wrap .list .detail a:hover .ph_wrap img {
	transform: scale(1.04);
	opacity: 0.8;
}

#pickup .pickup_list_wrap .list .detail .title {
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	font-family: 'M PLUS 1p', sans-serif;
	color: #111;
	text-align: center;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#pickup .pickup_list_wrap .list .detail .title {
		font-size: 0.16rem;
		margin-bottom: 0.15rem;
	}
}

#pickup .pickup_list_wrap .list .detail .title span {
	font-family: 'Poppins', sans-serif;
	font-size: 0.14rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	display: block;
	padding-top: 0.10rem;
	color: #00913a;
}

@media screen and (max-width: 599px) {
	#pickup .pickup_list_wrap .list .detail .title span {
		font-size: 0.12rem;
	}
}

#pickup .pickup_list_wrap .list .detail .more_btn {
	text-align: center;
	padding: 0.24rem 0 0.26rem;
	line-height: 0;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	color: #FFF;
	border-radius: 0.30rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	position: relative;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#pickup .pickup_list_wrap .list .detail .more_btn {
		max-width: 2.50rem;
		margin: auto;
		padding: 0.20rem 0 0.22rem;
		font-size: 0.14rem;
	}
}

#pickup .pickup_list_wrap .list .detail a:hover .more_btn {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

#pickup .pickup_list_wrap .list .detail .more_btn::after {
	content: "";
	width: 0.23rem;
	height: 0.15rem;
	background-image: url(../common/img/link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	#pickup .pickup_list_wrap .list .detail .more_btn::after {
		width: 0.15rem;
		height: 0.15rem;
	}
}

#pickup .slick-dots {
	bottom: -0.10rem;
}

#pickup .slick-dots li button::before {
	font-size: 0.10rem;
	color: #00913a;
}


/*============================
フッターのご入会
============================*/
#footer_entry {
	padding: 0.60rem 0;
	background-color: rgba(217, 239, 226, 0.7);
	text-align: center;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#footer_entry {
		padding: 0.60rem 0 0.50rem;
	}
}

#footer_entry.top {
	background-color: transparent;
}

#footer_entry.top::before {
	content: "";
	width: 100%;
	height: 8.20rem;
	background-color: rgba(217, 239, 226, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#footer_entry.top::before {
		height: 5.00rem;
	}
}

#footer_entry .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.10em;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#footer_entry .text {
		font-size: 0.14rem;
		line-height: 1.85;
		text-align: left;
		letter-spacing: 0.075em;
	}
}

/* ボタン */
#footer_entry .more_btn {
	width: 100%;
	max-width: 7.00rem;
	margin: auto;
}

#footer_entry .more_btn a {
	display: block;
	text-decoration: none;
	line-height: 0;
	padding: 0.48rem 0 0.50rem;
	color: #FFF;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 0.36rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	border-radius: 0.50rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	animation: btn_anime 0.7s ease 0s infinite alternate;
}

@media screen and (max-width: 599px) {
	#footer_entry .more_btn a {
		padding: 0.35rem 0 0.37rem;
    font-size: 0.22rem;
	}
}

#footer_entry .more_btn a:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

#footer_entry .more_btn a::after {
	content: "";
	width: 0.25rem;
	height: 0.18rem;
	background-image: url(../common/img/link_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.25rem;
	top: 50%;
	transform: translateY(-50%);
}

@keyframes btn_anime {
  from {
    transform: scale(0.96,0.96);
  }
  to {
    transform: scale(1,1);
  }
}

#footer_entry .caption {
	padding-top: 0.15rem;
	color: #e6326e;
	font-size: 0.17rem;
	font-weight: 700;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 599px) {
	#footer_entry .caption {
		padding-top: 0.13rem;
		font-size: 0.13rem;
		letter-spacing: 0.025em;
	}
}

#footer_entry .mari-pass_bnr {
	padding-top: 1.10rem;
	max-width: 5.50rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#footer_entry .mari-pass_bnr {
		padding: 0.7rem 0.2rem 0;
		margin-bottom: -0.10rem;
	}
}

#footer_entry .mari-pass_bnr a:hover {
	opacity: 0.7;
}


/* トップのみ */
#footer_entry .mov_wrap {
	width: 100%;
	max-width: 10.60rem;
	margin: 0 auto 0.60rem;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 0.10rem;
	padding: 0.20rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#footer_entry .mov_wrap {
		margin: 0 auto 0.30rem;
		border-radius: 0.05rem;
		padding: 0.05rem;
		width: 100%;
	}
}

/* YouTube */
#footer_entry .mov_wrap iframe {
	width: 100%;
	height: 36vw;
	max-height: 5.09rem;
}

@media screen and (max-width: 599px) {
	#footer_entry .mov_wrap iframe {
		height: 48vw;
	}
}

/* デコ素材 */
#footer_entry .mov_wrap::before {
	content: "";
	width: 1.30rem;
	height: 2.00rem;
	background-image: url(../img/top_mov_deco02.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -0.90rem;
	bottom: -0.30rem;
	z-index: 1;
}

@media screen and (max-width: 599px) {
#footer_entry .mov_wrap::before {
	width: 1.0rem;
	height: 1.00rem;
	left: -0.30rem;
	bottom: -0.60rem;
}
}

#footer_entry .mov_wrap::after {
	content: "";
	width: 1.60rem;
	height: 1.60rem;
	background-image: url(../img/top_mov_deco.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -0.70rem;
	bottom: -0.30rem;
	z-index: 1;
}

@media screen and (max-width: 599px) {
#footer_entry .mov_wrap::after {
	width: 1.00rem;
	height: 0.80rem;
	right: -0.30rem;
	bottom: -0.60rem;
}
}

/*============================
フッター
============================*/
footer {
	padding: 0.70rem 0;
}

@media screen and (max-width: 599px) {
	footer {
		padding: 0.50rem 0;
	}
}

footer .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .in .logo_wrap {
	width: 2.80rem;
}

@media screen and (max-width: 599px) {
	footer .in .logo_wrap {
		width: 100%;
		padding-bottom: 0.40rem;
	}
}

footer .in .logo {
	padding-bottom: 0.25rem;
}

@media screen and (max-width: 599px) {
	footer .in .logo {
		width: 1.80rem;
		padding-bottom: 0;
		margin: auto;
	}
}

/* SNS */
footer .in .sns_wrap {
	position: relative;
}

@media screen and (max-width: 599px) {
	footer .in .sns_wrap {
		width: 100%;
		margin-bottom: 0.30rem;
	}
}

footer .in .sns_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

footer .in .sns_wrap .list .link {
/*	width: 0.30rem;*/
	margin: 0 0.15rem;
}

footer .in .sns_wrap .list .link a {
	display: flex;
	align-items: center;
	color: #000;
	text-decoration: none;
}

footer .in .sns_wrap .list .link a img {
	width: 0.20rem;
	display: block;
}

footer .in .sns_wrap .list .link a span {
	display: block;
	padding-left: 0.06rem;
	font-size: 0.14rem;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

/* SNSオープン前 */
footer .in .sns_wrap .list.soon::after {
	content: "まもなく開設";
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 0.12rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #FFF;
	width: 1.30rem;
	text-align: center;
	display: block;
	background-color: rgba(0, 145, 58, 0.8);
	padding: 0.02rem;
	border-radius: 0.15rem;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

/* サイトマップ */
footer .in .sitemap_wrap {
	width: 100%;
	max-width: 7.30rem;
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	footer .in .sitemap_wrap {
		padding-top: 0;
		padding-bottom: 0.30rem;
	}
}

footer .in .sitemap_wrap .list {
	display: flex;
	flex-wrap: wrap;
}

footer .in .sitemap_wrap .list .link {
	width: 33.3%;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	footer .in .sitemap_wrap .list .link {
		width: 50%;
		padding-bottom: 0.25rem;
	}
}

footer .in .sitemap_wrap .list .link a {
	display: inline-block;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 0.14rem;
	letter-spacing: 0.025em;
	color: #111;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	footer .in .sitemap_wrap .list .link a {
		font-size: 0.13rem;
		letter-spacing: 0;
	}
}

footer .in .sitemap_wrap .list .link a.disable {
	opacity: 0.5;
}

footer .in .sitemap_wrap .list .link a:hover {
	color: #00913a;
}

footer .in .sitemap_wrap .list .link a::before {
	content: "";
	width: 0.08rem;
	height: 2px;
	background-color: #00913a;
	display: inline-block;
	margin-right: 0.08rem;
	position: relative;
	top: -0.04rem;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	footer .in .sitemap_wrap .list .link a::before {
		width: 0.04rem;
		height: 1px;
		margin-right: 0.06rem;
	}
}

footer .in .sitemap_wrap .list .link a:hover::before {
	width: 0.12rem;
}

@media screen and (max-width: 599px) {
	footer .in .sitemap_wrap .list .link a:hover::before {
		width: 0.04rem;
	}
}

footer .in .copyright {
	width: 100%;
	text-align: right;
	font-size: 0.13rem;
	letter-spacing: 0.10em;
	font-family: 'Poppins', sans-serif;
	line-height: 1.50;
}

@media screen and (max-width: 599px) {
	footer .in .copyright {
		text-align: center;
		font-size: 0.10rem;
		letter-spacing: 0.05em;
		padding-top: 0.15rem;
	}
}

footer .in .copyright .caption {
	display:block;
	padding-top:0.10rem;
	font-size: 0.10rem;
}

/*=======================
開設3周年キャンペーンバナー
=======================*/
/*
footer {
	padding-bottom: 0.80rem;
}
@media screen and (max-width: 599px) {
	footer {
		padding-bottom: 1.50rem;
	}
}

footer .in .copyright {
	text-align: left;
	padding-top: 0.20rem;
}
@media screen and (max-width: 599px) {
	footer .in .copyright {
		text-align: center;
		padding-top: 0;
	}
}

.anniv_bnr_wrap {
	position: fixed;
	width: 5.07rem;
	bottom: 0.10rem;
	right: -0.20rem;
	z-index: 10;
}
@media screen and (max-width: 599px) {
	.anniv_bnr_wrap {
		position: fixed;
		width: calc(100% + 0.10rem);
		right: -0.05rem;
	}
}

.anniv_bnr_wrap a:hover {
	filter: brightness(1.15);
}
*/

/* キャンペーンバナーありのときは先頭に戻るボタンを非表示
#page_top {
	display: none !important;
}
	 */