@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');

.contents_area ._nature {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	padding-top: 0;
}
.contents_area ._nature .em {
	font-weight: 600;
}
._nature .mainimg,
.contents_area ._nature > .container {
	width: calc(100% - 140px);
	max-width: 1200px;
	margin: 0 auto;
}
._nature .mainimg_body {
	margin-top: .5em;
}
._nature .bg_beige {
	background: #f5f5eb;
}
._nature .list.dot > li::before {
	color: #000;
}
.contents_area ._nature .sec_block {
	margin-top: 5em;
	padding: 3em 0;
}
.contents_area ._nature .sec_block.bg_beige {
	padding: 3em 60px;
}
.flex._remobox {
	flex-wrap: wrap;
	align-items: center;
}
._remobox > div {
	width: 46%;
}
._remobox > div:nth-child(n+3) {
	margin-top: 5em;
}
._remobox ._body._center {
	text-align: center;
}
._remobox > div > * + * {
	margin-top: 1em;
}
._remobox ._body .list.inline {
	display: inline-flex;
	flex-flow: column wrap;
	justify-content: center;
}
._remobox ._tit {
	font-size: clamp(2.4rem, 2.635vw, 4.0rem);
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1.4;
}
._remobox ._stit {
	font-size: clamp(2.0rem, 2.049vw, 3.0rem);
	line-height: 1.4;
	margin-bottom: 1em;
}
._remobox ._stit_icon {
	display: inline-block;
	border: 1px solid #000;
	padding: .4em 1em .5em;
}
._remobox > div > ._stit_icon + ._stit {
	margin-top: .5em;
}
._remobox ._lead {
	font-size: clamp(1.6rem, 1.464vw, 2.4rem);
	letter-spacing: .1em;
}
._remobox ._img {
	align-self: flex-start;
}
._remobox ._img ._stit {
	font-size: clamp(1.7rem, 1.610vw, 2.2rem);
	font-weight: 400;
	text-align: center;
}
._remobox ._img img {
	display: block;
	border-radius: 15px;
	overflow: hidden;
}
._nature .sec_tit {
	font-size: clamp(2.0rem, 2.196vw, 3.2rem);
	text-align: center;
}
._nature .scene_btn {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #000;
}
._nature .scene_btn .tab_btn {
	width: 20%;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 1.5em;
	color: #666;
	position: relative;
	cursor: pointer;
}
._nature .scene_btn .tab_btn:hover,
._nature .scene_btn .tab_btn.active {
	color: #0193c5;
}
._nature .scene_btn .tab_btn.active::after {
	content: "";
	width: 100%;
	height: 4px;
	background: #0193c5;
	position: absolute;
	left: 0;
	bottom: 0;
}
._nature .scene_panel {
	padding-top: 2em;
}
._nature .scene_panel .tab_panel {
	display: none;
	text-align: center;
	max-width: 1092px;
	margin: 0 auto;
}
._nature .scene_panel .tab_panel.active {
	display: block;
}
._nature .scene_panel .tab_panel > img {
	display: block;
}
._nature .scene_panel .tab_panel ._stit {
	font-size: clamp(1.6rem, 1.756vw, 2.8rem);
	line-height: 1.5;
	margin: 1em 0 .5em;
}
._nature .b_box {
	border-color: #000;
	padding: 0;
	overflow: hidden;
}
._nature .b_box > div {
	padding: 3em;
	text-align: center;
}
._nature .price_catch {
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1.5em;
}
._nature .price_box {
	display: inline-flex;
}
._nature .price_box > div:nth-child(1){
	text-align: left;
}
._nature .price_box > div:nth-child(2){
	margin-left: 3em;
}
._nature .price_box > .flex {
	align-items: center;
}
._nature .price_box > .flex > div:nth-child(2){
	margin-left: 3em;
}
._nature .price_box ._tit {
	font-size: clamp(2.4rem, 2.635vw, 4.0rem);
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1;
}
._nature .price_box ._stit {
	font-size: clamp(2.0rem, 1.756vw, 3.0rem);
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1;
	margin-bottom: .5em;
}
._nature .price_coupon ._coupon1 {
	font-size: clamp(2.0rem, 2.196vw, 3.2rem);
	font-weight: 600;
}
._nature .price_coupon ._coupon1 .red {
	margin-right: .25em;
}
._nature .price_coupon ._coupon1 ._price {
	font-size: 1.6em;
}
._nature .price_coupon ._coupon2 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
._nature .price_coupon ._coupon2 > div:nth-child(1) {
	background: #0193c5;
	border-radius: .5em;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	padding: .5em 1em .6em;
	margin-right: 1em;
}
._nature .price_coupon ._coupon2 > div:nth-child(2) {
	font-weight: 600;
}
._nature .price_coupon ._coupon2 > div:nth-child(3) {
	font-weight: 600;
	position: relative;
	margin-left: 1.5em;
}
._nature .price_coupon ._coupon2 > div:nth-child(3)::before {
	content: "";
	background: #0193c5;
	width: .65em;
	height: calc(tan(60deg) * 1em / 2);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 50%;
	left: -1.25em;
	transform: translateY(-50%);
}
._nature .price_coupon ._coupon2 .__price {
	font-size: 1.3em;
	line-height: 1;
}
._nature .price_coupon ._coupon2 ._price {
	font-size: 2em;
	line-height: 1;
}
._nature .price_box._index2 {
	display: flex;
}
._nature .price_box._index2 > div {
	width: 48%;
	text-align: left;
	position: relative;
}
._nature .price_box._index2 > div:nth-child(2) {
	margin-left: 0;
	width: 46%;
}
._nature .price_box._index2 > div:nth-child(2)::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: -2em;
}
._nature .price_box._index2 ._tit {
	font-size: clamp(2.1rem, 2.196vw, 3.2rem);
}
._nature .price_box._index2 .price_img {
	width: 20.5%;
	border-radius: .75em;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
._nature .price_box._index2 > div:nth-child(2) .price_img {
	width: 21.5%;
}
._nature .price_box._index2 .price_coupon ._coupon1 {
	font-size: clamp(2.0rem, 2.049vw, 3.0rem);
}
._nature .price_box._index2 .price_coupon ._coupon2 > div:nth-child(1) {
	background: #f7931e;
	font-size: .85em;
}
._nature .price_box._index2 .price_coupon ._coupon2 > div:nth-child(3)::before {
	background: #f7931e;
}
._nature ._strikethrough {
	position: relative;
}
._nature ._strikethrough::before,
._nature ._strikethrough::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
}
._nature ._strikethrough::before {
	top: calc(50% - 2px);
}
._nature ._strikethrough::after {
	top: calc(50% + 2px);
}
._nature sub {
	font-size: 65%;
	vertical-align: text-bottom;
}
._nature ._price {
	font-size: 1.5em;
}
._nature .__price {
	font-size: 1.25em;
}
._nature .price_cam {
	margin-top: 4em;
	position: relative;
}
._nature .price_cam::before,
._nature .price_cam::after {
	content: "";
	background: #ed1c24;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
._nature .price_cam::before {
	width: 1em;
	height: 1.5em;
	top: -3.5em;
}
._nature .price_cam::after {
	width: 2em;
	height: 1em;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	top: -2.1em;
}
._nature .price_cam ._atxt {
	position: absolute;
	top: -3.5em;
	left: calc(50% - 4.5em);
	font-weight: 600;
}
._nature .price_cam_tit {
	display: inline-block;
	background: #ed1c24;
	border-radius: .5em;
	color: #fff;
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1;
	padding: .5em 1em;
	margin-right: .5em;
}
._nature .coupon {
	background: linear-gradient(150deg, #ed1c24 30%, #c1272d 100%);
	color: #fff;
	font-weight: 600;
	letter-spacing: .05em;
	text-align: center;
	padding: 1em 3em 2em;
	box-shadow: 5px 5px 10px #ccc;
}
._nature .coupon._blue {
	background: linear-gradient(150deg, #0193c5 30%, #0269a3 100%);
	padding: .5em 2em 1.25em;
}
._nature .coupon._blue .coupon_price ._off {
	margin-top: -.25em;
}
._nature .coupon_tit {
	font-size: clamp(2.0rem, 2.049vw, 3.0rem);
}
._nature ._yellow {
	color: #ffec51;
}
._nature .coupon_price {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
._nature .coupon_price ._circle {
	width: 3.2em;
	height: 3.2em;
	border-radius: 50%;
	background: #ffec51;
	color: #ed1c24;
	font-size: clamp(1.7rem, 1.610vw, 2.2rem);
	line-height: 1;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	margin-right: .5em;
}
._nature .coupon_price ._off {
	font-size: clamp(2.0rem, 2.049vw, 3.0rem);
	line-height: 1;
}
._nature .coupon_price ._off ._price {
	font-size: 2em;
}
._nature .coupon_price ._off ._per {
	font-size: 1.5em;
	margin-left: .1em;
}
._nature .coupon_time {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	margin-top: .5em;
}
._nature .coupon_time::before,
._nature .coupon_time::after {
	content: "";
	width: 30%;
	height: 1px;
	border-bottom: 3px dotted #fff;
}
._nature .b_box_more {
	background: #f5f5eb;
	text-align: center;
}
._nature .b_box_more .trigger {
	background: #fff;
	border-radius: 15px;
	font-size: 1.25em;
	font-weight: 600;
	padding: .5em;
	margin-top: 1.5em;
	cursor: pointer;
	transition: .5s;
}
._nature .b_box_more .trigger:hover {
	background: #e2ded2;
}
._nature .b_box_more .trigger::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: .75em;
	background: #000;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	vertical-align: middle;
	margin-left: .5em;
}
._nature .b_box_more .trigger.open::after {
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
._nature .b_box_more .trigger_target {
	display: none;
	background: #fff;
	border-radius: 0 0 15px 15px;
	text-align: left;
	padding: 2em 3em;
}
._nature .btn_block ._lead {
	font-weight: 600;
	margin-bottom: .75em;
}
._nature .btn_block .btn_link {
	font-weight: 600;
	border-color: #0193c5;
}
._nature .btn_block .btn_link::before {
	background: #0193c5;
}
._nature .btn_block .btn_link .fs_small {
	display: block;
	font-size: 70%;
	font-weight: 400;
}
._nature .bnr_box {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-content: center;
	padding-top: 5em;
}
._nature .bnr_box > a {
	border: 1px solid #ccc;
	border-radius: 20px;
	overflow: hidden;
	transition: .5s;
}
._nature .bnr_box > a + a {
	margin-top: 1.5em;
}
._nature .bnr_box > a.bnr_txt {
	background: #cce9f3;
	color: #000;
	font-size: clamp(2.0rem, 2.196vw, 3.2rem);
	text-decoration: none;
	text-align: center;
	padding: 1em;
}
._nature .bnr_box > a.bnr_txt ._icon {
	width: 1em;
	vertical-align: 0;
}
._nature .bnr_box > a.bnr_txt .fs_small {
	display: inline-block;
	font-size: 50%;
	vertical-align: middle;
}
._nature .bnr_box > a:hover {
	opacity: .7;
}
._nature .bnr_box > .bnr_lead {
	font-size: 1.125em;
	line-height: 1.4;
	text-align: center;
	margin-bottom: .75em;
}
._nature .exam_box {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	font-size: .9em;
}
._nature .exam_box ._stit {
	font-size: clamp(2.0rem, 1.610vw, 2.2rem);
	line-height: 1.5;
	margin-bottom: 1em;
}
._nature .exam_box > div {
	width: 23.5%;
}
._nature .exam_box > div:first-child {
	background: #deecf9;
	padding: 2em 1.5em;
	border-radius: 15px;
}
._nature .exam_box > div img {
	display: block;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 1em;
}
._nature .cam_block {
	margin-top: 4em;
}
._nature .cam_block a {
	text-decoration: none;
	transition: .5s;
}
._nature .cam_block a:hover {
	opacity: .7;
}
._nature .cam_date {
	background: #036eb8;
	color: #fff;
	font-size: clamp(1.6rem, 1.317vw, 2.0rem);
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	padding: .5em 1em .75em;
}
._nature .cam_date > span:first-child::after {
  content: "：";
}
._nature .cam_img {
	border: 1px solid #036eb8;
}
._nature .shiftimg {
	text-align: center;
}
._nature .shiftimg ._tit {
	font-size: clamp(1.8rem, 1.756vw, 2.8rem);
	margin-bottom: 1em;
}
._nature .shiftimg ._img {
	justify-content: center;
}
._nature .shiftimg ._img > div:nth-child(1) {
	width: 30%;
}
._nature .shiftimg ._img > div:nth-child(2) {
	width: 63%;
	margin-left: 7%;
}
._nature .b_box > div:nth-child(2) {
	padding-top: 0;
}
._nature .cam_tit {
	background: #036eb8;
	color: #fff;
	font-size: clamp(1.8rem, 1.756vw, 2.6rem);
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	padding: .4em 1em .5em;
}
._nature .cam_tit > .fs_small {
	display: inline-block;
	font-size: clamp(1.4rem, 1.317vw, 2.0rem);
}
._nature .cam_main {
	background: url("../images/bg_cammain.png") no-repeat 0 0 / 100% auto;
	padding: 1.5em 1em 2em;
	font-size: clamp(1.5rem, 1.610vw, 2.3rem);
	font-weight: 600;
	line-height: 1.5;
}
._nature .cam_main ._lead > span {
	display: inline-block;
}
._nature .cam_main ._point {
	font-size: clamp(2.0rem, 2.342vw, 3.2rem);
}
._nature .cam_main ._point .blue {
	color: #036eb8;
}
._nature .cam_main ._point ._marker {
	background: linear-gradient(transparent 70%, #faee00 70%);
	margin-right: .25em;
}
._nature .cam_main ._point .fs_large {
	font-size: 2em;
	line-height: 1.2;
}
._nature .cam_detail {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align: left;
	padding: 0 3%;
}
._nature .cam_detail > *:nth-child(n+3) {
	margin-top: .5em;
}
._nature .cam_detail dt {
	position: relative;
	padding-left: 1.3em;
	width: 9em;
}
._nature .cam_detail dt::before {
	content: "■";
	color: #036eb8;
	position: absolute;
	top: 0;
	left: 0;
}
._nature .cam_detail dd {
	width: calc(100% - 10em);
}
._nature .cam_detail ._howto {
	background: #ddf3fb;
	padding: 1em;
	margin: 1em 0;
}
._nature .cam_detail ._howto .list > li + li {
	margin-top: 0;
}



@media only screen and (max-width: 768px) {
	._nature .mainimg,
	.contents_area ._nature > .container {
		width: 100%;
	}
	._nature .mainimg_body {
		padding: 0 5%;
	}
	.contents_area ._nature .sec_block {
		margin-top: 2em;
		padding: 1.5em 5%;
	}
	.contents_area ._nature .sec_block.bg_beige {
		padding: 1.5em 5%;
	}
	._remobox > div {
		width: 100%;
	}
	._remobox > div + div {
		margin-top: 1.5em;
	}
	._remobox ._img img {
		border-radius: 10px;
	}
	._nature .scene_btn {
		display: none;
	}
	._nature .scene_panel {
		padding-top: 0;
		width: 100%;
		overflow-x: auto;
	}
	._nature .scene_panel_block {
		width: auto;
		display: inline-flex;
		flex-flow: row nowrap;
	}
	._nature .scene_panel .tab_panel {
		width: 75vw;
		max-width: 360px;
		text-align: left;
		display: block;
	}
	._nature .scene_panel .tab_panel + .tab_panel {
		margin-left: 1.5em;
	}
	._nature .b_box {
		margin: 0 5%;
	}
	._nature .b_box > div {
		padding: 1.5em 5%;
	}
	._nature .price_box > div:nth-child(2) {
		margin-left: 0;
	}
	._nature .price_box > .flex > div:nth-child(2) {
		margin-left: 0;
		margin-top: 1.5em;
	}
	._nature .price_coupon ._coupon2 {
		flex-wrap: wrap;
		justify-content: center;
	}
	._nature .price_coupon ._coupon2 > div:nth-child(1) {
		width: 100%;
		padding: .3em 1em .4em;
		margin: 0 auto .5em;
	}
	._nature .price_cam {
		text-align: center;
	}
	._nature .price_cam_tit {
		display: block;
		margin: 0 0 .5em;
	}
	._nature .price_cam .fs_large {
		line-height: 1.2;
	}
	._nature .coupon {
		margin-top: 1em;
	}
	._nature .coupon_tit {
		font-size: clamp(2.0rem, 2.049vw, 3.0rem);
	}
	._nature .price_box._index2 > div {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	._nature .price_box._index2 > div:nth-child(2) {
		width: 100%;
		margin-top: 3em;
	}
	._nature .price_box._index2 > div:nth-child(2)::before {
		width: 100%;
		height: 1px;
		top: -1.5em;
		left: 0;
	}
	._nature .price_box._index2 ._tit {
		letter-spacing: .05em;
		width: 70%;
		align-self: center;
	}
	._nature .price_box._index2 .price_img {
		width: 28%;
		max-width: 85px;
		position: static;
	}
	._nature .price_box._index2 > div:nth-child(2) .price_img {
		width: 28%;
		max-width: 85px;
	}
	._nature .price_box._index2 .price_coupon {
		width: 100%;
		text-align: center;
	}
	._nature .price_box._index2 .price_coupon ._coupon1 {
		width: 100%;
	}
	._nature .price_box._index2 .price_coupon ._coupon2 > div:nth-child(1) {
		font-size: 1em;
	}
	._nature ._strikethrough {
		position: relative;
	}
	._nature ._strikethrough::before,
	._nature ._strikethrough::after {
		content: "";
		width: 100%;
		height: 1px;
		background: #000;
		position: absolute;
		left: 0;
	}
	._nature .b_box_more .trigger {
		border-radius: 8px;
		font-size: 1.125em;
		margin-top: 1em;
	}
	._nature .b_box_more .trigger_target {
		border-radius: 0 0 8px 8px;
		padding: 1em;
	}
	._nature .btn_block {
		padding: 0 5%;
	}
	._nature .bnr_box {
		padding: 0 5%;
	}
	._nature .bnr_box > a {
		border-radius: 10px;
	}
	._nature .bnr_box > a.bnr_txt .fs_small {
		display: block;
		font-size: 60%;
	}
	._nature .bnr_box > .bnr_lead {
		font-size: 1em;
		text-align: left;
		margin-bottom: .5em;
	}
	._nature .exam_block {
		overflow-x: auto;
	}
	._nature .exam_box {
		display: inline-flex;
		font-size: 1em;
	}
	._nature .exam_box > div {
		width: 75vw;
		max-width: 360px;
	}
	._nature .exam_box > div + div {
		margin-left: 1.5em;
	}
	._nature .exam_box > div:first-child {
		border-radius: 10px;
	}
	._nature .exam_box > div img {
		border-radius: 10px;
	}
	._nature .cam_block {
		margin-top: 2em;
		padding: 0 5%;
	}
	._nature .shiftimg {
		text-align: left;
	}
	._nature .shiftimg ._img {
		align-items: center;
	}
	._nature .shiftimg ._img > div:nth-child(1) {
		width: 50%;
	}
	._nature .shiftimg ._img > div:nth-child(2) {
		width: 100%;
		margin-left: 0;
		margin-top: 1em;
	}
	._nature .cam_main {
		background-image: url("../images/bg_cammain_sp.png");
		padding: 1em 1em 3em;
		font-size: clamp(1.6rem, 4.266vw, 1.8rem);
		position: relative;
	}
	._nature .cam_main::after {
		content: "";
		width: 45%;
		max-width: 250px;
		height: 98px;
		background: url("../images/bg_cammain_coin.png") no-repeat left bottom / 100% auto;
		position: absolute;
		right: 0;
		bottom: 1.5em;
	}
	._nature .cam_main ._point {
		font-size: clamp(2.0rem, 5.333vw, 2.6rem);
	}
	._nature .cam_main ._point .fs_large {
		font-size: 1.6em;
	}
	._nature .cam_detail {
		flex-direction: column;
	}
	._nature .cam_detail > *:nth-child(n+3) {
		margin-top: 0;
	}
	._nature .cam_detail dt:nth-child(n+3) {
		margin-top: 1.5em;
	}
	._nature .cam_detail dt,
	._nature .cam_detail dd {
		width: 100%;
	}
	._nature .cam_detail dd {
		padding-left: 1.3em;
	}
	._nature .cam_date > span {
		display: block;
	}
	._nature .cam_date > span:first-child::after {
		content: none;
	}
	
	
  
}
@media (min-width: 540px) and (max-width: 768px) {
	._nature .cam_main {
		background-position: 0 -1.5em;
		padding: 1em 2em 6em;
	}
	
}

@media only screen and (min-width: 769px) {
  
}