@charset "utf-8";

.content_wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content_wrapper  img {
	vertical-align: bottom;
}


@media print, screen and (min-width : 769px){

	br.sp {display: none;}

	.for_sp { display: none; }

	#contents_area {
		min-width: 1100px;
	}
	.content_wrapper {
		min-width: 1100px;
		margin: 0 auto;
		padding: 0 0 20px;
	}

	/* tablet */
	@media print, screen and (max-width : 1080px){

		#contents_area,
		.content_wrapper {
			min-width: auto;

		}

	}

	.content_head {

	}
	.mv_block {
		position: relative;
		max-width: 1920px;
		margin: 0 auto;
	}
	.mv_block .mv_video {
		position: relative;
		overflow: hidden;
		width: 100%;
		min-height: 650px;
	}

	/* tablet */
	@media print, screen and (max-width : 1080px){

		.mv_block .mv_video {
			min-height: auto;
			height: 55vw;
		}

	}

	.mv_block .mv_video #mv {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		min-height: 100%;
		transform: translateY(-50%);
	}
	.mv_block .mv_video #mv>div {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 56.25%;
	}
	.mv_block .mv_video #mv > div::after,
	.mv_block .mv_video #mv video {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.mv_block .mv_video #mv > div::after {
		content: '';
		background: rgba(0, 0, 0, .25);
	}
	.bc-player-4k5Jg43ag_default .vjs-big-play-button {
		display: none !important;
	}
	.mv_block .mv_text {
		position: absolute;
		top: 186px;
		left: 50%;
		width: 100%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	/* mp3 video */
	.mv_block .mv_video #mv video {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	

	/* tablet */
	@media print, screen and (max-width : 1080px){

		.mv_block .mv_text {
			top: 50%;
			left: 50%;
			transform: translateY(-50%) translateX(-50%);
			-webkit- transform: translateY(-50%) translateX(-50%);
		}

	}

	.mv_block .mv_text .title {
		text-align: center;
	}
	.mv_block .mv_text .title_sub {
		text-align: center;
		margin-top: 50px;
	}
	.content_head .lead_block {
		min-width: 980px;
		margin: 0 auto;
		padding: 40px 0 100px;
		text-align: center;
		background: url(../img/lead_bg.png) no-repeat center bottom;
	}
	.content_head .lead_block p {
		line-height: 2.3;
		color: #fff;
		font-size: 28px;
	}

	.content_body {
		max-width: 1920px;
		margin: 0 auto;
		margin-top: -80px;
	}

	.content_body .subtitle {
		height: 140px;
		background: url(../img/tab_top_bg.png) no-repeat center top;
		position: relative;
		display: flex;
		/* justify-content: center; */
		align-items: center;
	}
	.content_body .subtitle h2,
	.content_body .subtitle p {
		width: 50%;
		text-align: center;
		margin-top: 14px;
		font-size: 32px;
		font-weight: bold;
	}
	.content_body .subtitle h2 {
		text-align: right;
		padding-right: 82px;
	}
	.content_body .subtitle p {
		color: #fff;
		text-align: left;
		padding-left: 80px;
	}
	#contents_area .content_body .subtitle p a {
		color: #fff;
	}

	.content_body .content_body_inner {
		background-color: #c1dd45;
		padding-top: 14px;
	}
	/* .content_body .content_body_inner > div {
		overflow: hidden;
	} */

	.content_body .block_inner {
		position: relative;
		/* overflow: hidden; */
		width: 1080px;
		margin: 0 auto;
		/* padding-top: 100px; */
	}

	/* tablet */
	@media print, screen and (max-width : 1080px){

		.content_body .block_inner {
			width: auto;
			margin: 0 4vw;
		}

	}

	.content_body .content_text {
		font-size: 18px;
		line-height: 2.4;
	}
	/* img size */
	.content_block_01 .c01_video_area .video_thumb img,
	.content_body .movbox img {
		width: 100%;
		height: auto;
	}

	/* image radius 6px */
	.content_body .img_radius,
	.content_block_01 .c01_video_area .video_thumb img,
	.content_body .movbox img,
	.content_body .movbox video,
	.content_block_04 img,
	.content_block_07 img,
	.content_block_09 img,
	.content_block_11 img,
	.content_block_13 img {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	
	.page_glamping .content_body .movbox video {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}


	.content_block_01 {

	}
	.content_block_01_01 {
		position: relative;
		padding-top: 145px;
		z-index: 1;
	}
	.content_block_01_01 .c01_01_pht {
		position: absolute;
		left: 50%;
		top: 20px;
		margin-left: 170px;
	}
	.content_block_01_01 .c01_01_lead {
		padding: 100px 0 0;
		height: 605px;
		background: url(../img/c01_01_lead_bg.png) no-repeat center;
	}
	.content_block_01_01 .c01_01_lead p {
		font-size: 30px;
		font-weight: bold;
		line-height: 1.9;
	}
	.content_block_01_02 {
		position: relative;
		z-index: 2;
		padding: 265px 0 0;
		height: 916px;
		background: url(../img/content_block_01_02_bg.png) no-repeat center;
		margin-top: -390px;
	}
	.content_block_01_02 .c01_video_area {
		width: 754px;
		margin: 0 auto;
	}
	.content_block_01_02 .c01_video_area .video_thumb {
		margin: 0 auto;
	}


	.content_block_02 {
		margin-top: -60px;
	}
	.content_block_02_01 {
		position: relative;
		z-index: 1;
	}
	.content_block_02_01 .content_text_upper {
		padding-left: 100px;
		font-size: 18px;
		line-height: 2.4;
	}
	.content_block_02_02 {
		/* TODO: background-image */
		height: 646px;
		background: url(../img/content_block_02_02_bg.png) no-repeat center;
		/* margin-top: -135px; */
		margin-top: -220px;
	}
	.content_block_02_03 {
		position: relative;
		z-index: 2;
		height: 646px;
		background: url(../img/content_block_02_03_bg.png) no-repeat center;
		padding-top: 155px;
		margin-top: -510px;
	}


	/* mov_wrapper */
	.mov_wrapper .block_inner {
		display: flex;
		align-items: center;
	}
	.mov_wrapper.reverse .block_inner {
		flex-direction: row-reverse;
	}
	.mov_wrapper .movbox {
		width: 596px;
		height: 336px;
		overflow: hidden;
	}
	.mov_wrapper .movbox > div {
		width: 100%;
		height: 100%;
	}
	.mov_wrapper p.catch{
		margin-left: 30px;
	}
	.mov_wrapper.reverse p.catch{
		margin-left: 0;
		margin-right: 30px;
	}
	.vjs-control-bar {
		display: none !important;
	}

	/* 
	.mov_wrapper .content_text {
		width: 434px;
		padding-top: 20px;
	} */



	.content_block_03 {
		height: 636px;
		background: url(../img/c03_bg.jpg) no-repeat top center;
		margin-top: 34px;
		position: relative;
	}
	.content_block_03::before {
		background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22bg_top%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201920%20373.68%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23c0dc45%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22photo%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1920%2C0H0V373.68S891%2C56.01%2C1920%2C0%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		padding-top: calc(374 / 1920 * 100%);
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		top: -1px;
	}
	.content_block_03::after {
		background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22bg_bottom%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201920.25%20131.26%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23c0dc45%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22photo%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C131.26H1920.25V0S779%2C19.84%2C0%2C131.26%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		padding-top: calc(132 / 1920 * 100%);
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		bottom: -1px;
	}

	.content_block_04 {
		position: relative;
		z-index: 1;
	}
	.content_block_04 .block_inner {

	}
	.content_block_04 .c04_textarea,
	.content_block_07 .c07_textarea {
		width: 560px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.content_block_04 .c04_textarea .content_text {
		margin: 2em 0 2.4em;
	}
	.content_block_07 .c07_textarea .content_text {
		margin: 3.2em 0;
		width: 480px;
	}
	.content_block_04 .c04_pht_01,
	.content_block_07 .c07_pht_01 {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	.content_block_04 .c04_pht_02,
	.content_block_07 .c07_pht_02 {
		position: relative;
		z-index: 2;
	}
	.content_block_04 .c04_pht_03,
	.content_block_07 .c07_pht_03 {
		position: relative;
		z-index: 3;
		text-align: right;
		margin-top: -120px;
	}


	.content_block_05 {
		position: relative;
		margin-top: -140px;
	}
	.content_block_05_01 {
		position: relative;
		z-index: 1;
		height: 646px;
		background: url(../img/content_block_05_01_bg.png) no-repeat center;
		padding-top: 154px;
	}
	.content_block_05_02 {
		position: relative;
		z-index: 2;
		height: 646px;
		background: url(../img/content_block_05_02_bg.png) no-repeat center;
		padding-top: 154px;
		margin-top: -244px;
	}
	.content_block_05_03 {
		position: absolute;
		z-index: 3;
		right: 50%;
		bottom: 52px;
		margin-right: 324px;
	}


	.content_block_06 {
		height: 636px;
		background: url(../img/c06_bg.jpg) no-repeat top center;
		margin-top: 50px;
		position: relative;
	}
	.content_block_06::before {
		background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22bg_top_right%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201920%20373.68%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23c0dc45%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22photo%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C0H1920V373.68S1029%2C56.01%2C0%2C0%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		padding-top: calc(374 / 1920 * 100%);
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		top: -1px;
	}
	.content_block_06::after {
		background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22bg_bottom_right%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201920.25%20131.26%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23c0dc45%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22photo%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1920.25%2C131.26H0V0S1141.25%2C19.84%2C1920.25%2C131.26%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		padding-top: calc(131 / 1920 * 100%);
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		bottom: 0;
	}

	.content_block_07 {
		margin-top: -10px;
	}

	.content_block_08 {
		height: 636px;
		background: url(../img/c08_bg.jpg) no-repeat top center;
		margin-top: -70px;
		position: relative;
	}
	.content_block_08::before {
		background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22bg_top_right%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201920%20373.68%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23c0dc45%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22photo%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C0H1920V373.68S1029%2C56.01%2C0%2C0%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		padding-top: calc(374 / 1920 * 100%);
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		top: -1px;
	}
	.content_block_08::after {
		background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22bg_bottom_right%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201920.25%20131.26%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23c0dc45%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22photo%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1920.25%2C131.26H0V0S1141.25%2C19.84%2C1920.25%2C131.26%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		padding-top: calc(131 / 1920 * 100%);
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		bottom: 0;
	}


	.content_block_09 {
	}
	.content_block_09 .block_inner {
		padding-top: 248px;
		overflow: hidden;
		padding-bottom: 124px;
	}
	.content_block_09 .c09_textarea {
		width: 520px;
		float: left;
		padding-left: 50px;
		padding-top: 180px;
	}
	.content_block_09 .c09_pht_01 {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	.content_block_09 .c09_pht_02 {
		position: relative;
		z-index: 2;
		float: left;
	}


	.content_block_10 {
		position: relative;
		margin-top: -120px;
	}
	.content_block_10_01 {
		position: relative;
		z-index: 1;
		height: 646px;
		background: url(../img/content_block_10_01_bg.png) no-repeat center;
		padding-top: 154px;
	}
	.content_block_10_02 {
		position: relative;
		z-index: 2;
		height: 646px;
		background: url(../img/content_block_10_02_bg.png) no-repeat center;
		padding-top: 154px;
		margin-top: -244px;
	}
	.content_block_10_03 {
		position: absolute;
		z-index: 3;
		left: 50%;
		bottom: 52px;
		margin-left: 324px;
	}


	.content_block_11 {

	}
	.content_block_11 .block_inner {
		padding-bottom: 248px;
		overflow: hidden;
	}
	.content_block_11 .c11_textarea {
		width: 520px;
		float: left;
		padding-left: 50px;
		padding-top: 38px;
	}
	.content_block_11 .c11_pht_01 {
		float: left;
	}
	.content_block_11 .c11_pht_02 {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.content_block_12 {
		/* TODO: background-image */
		height: 646px;
		background: url(../img/c12_bg.png) no-repeat top center;
		margin-top: -65px;
		padding-top: 150px;
	}

	.content_block_13 {
		margin-top: -45px;
	}
	.content_block_13 .c13_pht {
		text-align: center;
	}

	.content_block_next {
		height: 823px;
		background: url(../img/cnext_bg.png) no-repeat top center;
		margin-top: -30px;
	}
	.content_block_next .block_inner {
		height: 823px;
	}
	.content_block_next .cnext_text {
		position: absolute;
		bottom: 215px;
		/* bottom: 80px; */
		right: 0;
	}
	.content_block_next .cnext_text .cnext_wait {
		margin-top: 24px;
	}


	/* content_foot */
	.content_foot {
		margin-top: 45px;
	}
	.content_foot .f_banner {
		width: 1080px;
		margin: 30px auto;
	}

	/* tablet */
	@media print, screen and (max-width : 1080px){

		.content_foot .f_banner {
			width: auto;
			margin: 3vw 2vw;
		}
		.content_foot .f_banner img {
			width: 100%;
			height: auto;
		}

	}

	.link_special {
		text-align: center;
		margin: 53px 0 80px;
	}
	.link_special a {
		display: inline-block;
		border: 1px solid #444;
		padding: 16px 36px;
		text-align: center;
		color: #444 !important;
		font-size: 16px;
		line-height: 20px;
	}
	.link_special span {
		display: inline-block;
		padding-right: 26px;
		background: url(../../../img/linkbox_arrow.png) no-repeat right center;
	}




	/* page_glamping */
	.page_glamping {

	}

	.page_glamping .content_body {
		margin-top: -100px;
		padding-top: 20px;
	}
	.page_glamping .content_body .subtitle {
		background-image: url(../img/tab_top_bg_glamping.png);
		position: relative;
		z-index: 2;
	}
	.page_glamping .content_body .subtitle .tab_01 {
		text-align: right;
		padding-right: 86px;
		padding-left: 0;
		font-size: 38px;
	}
	#contents_area.page_glamping .content_body .subtitle .tab_01 a {
		color: #fff;
	}
	.page_glamping .content_body .subtitle .tab_02 {
		color: #333;
		text-align: left;
		padding-left: 100px;
		padding-right: 0;
		font-size: 40px;
	}

	.glamping_body_inner {
		background-color: #acbdff;
		padding-top: 250px;
		position: relative;
		z-index: 1;
	}
	.g_block_inner {
		max-width: 1080px;
		min-width: 960px;
		margin: 0 auto;
		width: 100%;
		padding: 0 15px;
	}

	/* tablet */
	@media print, screen and (max-width : 1080px){

		.glamping_body_inner {
			padding-top: 22vw;
			margin-top: -1px;
		}
		.g_block_inner {
			max-width: none;
			min-width: auto;
			width: auto;
			margin: 0 3vw;
		}

	}

	.glamping_body_inner .text_type01 {
		font-size: 35px;
		font-weight: bold;
		color: #fff;
		line-height: 1.8;
	}
	.glamping_body_inner .text_type02 {
		font-size: 20px;
		color: #000;
		line-height: 2.0;
	}

	.glamping_block_01 {
		position: relative;
		background-color: rgb(102,155,255);		/* #669bff */
		z-index: 1;
	}
	.glamping_block_01::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(102,155,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,100 0,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		top: -159px;
	}

.glamping_block_01::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(102,155,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -99px;
}

	.glamping_block_01 .g_block_inner {
		position: relative;
	}
	.glamping_block_01 .glamping_block_01_img {
		position: absolute;
		bottom: 0;
		right: -230px;
		z-index: 10;
	}
	.glamping_block_01 .glamping_block_01_text {
		position: relative;
		padding: 0 0 135px;
		left: -110px;
		z-index: 12;
	}
	
	
	@media print, screen and (max-width : 1290px){
		
		.glamping_block_01 .glamping_block_01_text {
			left: 50%;
			margin-left: -48vw;
		}
		
	}

	/* tablet */
	@media print, screen and (max-width : 1080px){

		.glamping_block_01 .glamping_block_01_img {
			bottom: 3vw;
		}
		.glamping_block_01 .glamping_block_01_img img {
			width: 90vw;
		}
		.glamping_block_01 .glamping_block_01_text {
			left: auto;
			margin-left: 0;
		}

	}

	.glamping_block_01 .glamping_block_01_text p {
		text-shadow: 3px 3px 3px rgba(124,124,124, .7);
	}

	.glamping_block_02 {
		position: relative;
		background-color: rgb(56,131,255);		/* #3883ff */
		z-index: 2;
	}
	.glamping_block_02::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(56,131,255)' fill-opacity='1'%3E%3Cpolygon points='0,100 100,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 15;
		top: -159px;
	}
	.glamping_block_02::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(56,131,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		bottom: -159px;
	}
	.glamping_block_02 .g_block_inner {

	}
	.glamping_block_02 .glamping_c02_video {
		position: relative;
		z-index: 16;
	}
	.glamping_block_02 .glamping_c02_video .video_thumb {
		width: 755px;
		margin: 0 auto;
	}

	.glamping_block_03 {
		position: relative;
		z-index: 2;
	}
	/* 
	.glamping_block_03::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(172,189,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		bottom: -160px;
	}
	 */
	.glamping_block_03 .g_block_inner {
		padding: 195px 0 0;
		position: relative;
		z-index: 2;
	}

	.glamping_block_04 {
		position: relative;
		height: 768px;
		background: url(../img/glamping_c04_bg.jpg) no-repeat;
		background-size: 1920px auto;
		background-position: center center;
		margin-top: -60px;
		z-index: 1;
	}
	.glamping_block_04::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(172,189,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 15;
		top: 0;
	}
	.glamping_block_04::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(56,131,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,100 0,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		bottom: 0;
	}

	.glamping_block_05 {
		position: relative;
		background-color: #3883ff;

	}
	.glamping_block_05::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(56,131,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,100 0,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 15;
		top: -159px;
	}
	.glamping_block_05::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(56,131,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		bottom: -159px;
	}

	.glamping_block_05 .g_block_inner {
		padding: 0 0 40px;
		z-index: 9;
    	position: relative;	
	}

	.movie_wrapper {
		display: flex;
		align-items: center;
	}
	.movie_wrapper.mov_R {
		flex-direction: row-reverse;
	}
	.movie_wrapper .movbox {
		width: 596px;
		height: 336px;
	}
	.movie_wrapper .movbox > div,
	.movie_wrapper .movbox > video {
		width: 100%;
		height: 100%;
	}
	.movie_wrapper .catch {
		margin-left: 30px;
	}
	.movie_wrapper.mov_R .catch {
		margin-left: 0;
		margin-right: 30px;
		text-align: right;
	}

	.glamping_block_06 {
		position: relative;

	}
	.glamping_block_06 .g_block_inner {
		padding: 120px 0 20px;
	}
	.glamping_block_06 .glamping_c06_pht01 {

	}
	.glamping_block_06 .glamping_c06_pht02 {
		text-align: right;
		margin-top: -115px;
	}
	.glamping_block_06 .glamping_c06_pht01 img,
	.glamping_block_06 .glamping_c06_pht02 img {
		width: 51.85485%;
		max-width: 560px;
		height: auto;
	}

	.glamping_block_07 {
		position: relative;
		height: 768px;
		background: url(../img/glamping_c07_bg.jpg) no-repeat;
		background-size: 1920px auto;
		background-position: center center;
	}
	.glamping_block_07::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(172,189,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 100,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		top: -1px;
	}
	.glamping_block_07::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(172,189,255)' fill-opacity='1'%3E%3Cpolygon points='0,100 100,0 100,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		bottom: -1px;
	}

	.glamping_block_08 {
		position: relative;

	}
	.glamping_block_08 .g_block_inner {
		/* padding-bottom: 160px; */
	}
	.glamping_block_08 .glamping_c08_pht01 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.glamping_block_08 .glamping_c08_pht01 p {
		width: 48%;
	    padding-left: 4%;
	    padding-bottom: 50px;
	}
	.glamping_block_08 .glamping_c08_pht01 img,
	.glamping_block_08 .glamping_c08_pht02 img,
	.glamping_block_08 .glamping_c08_pht03 img {
		width: 51.85485%;
		max-width: 560px;
		height: auto;
	}
	.glamping_block_08 .glamping_c08_pht02 {
		margin-top: -115px;
	}
	.glamping_block_08 .glamping_c08_pht03 {
		text-align: right;
		margin-top: -115px;
	}

	/* tablet */
	@media print, screen and (max-width : 1080px){

		.glamping_block_08 .glamping_c08_pht01 p {
			padding-left: 0;
			padding-bottom: 6vw;
		}
		.glamping_block_08 .glamping_c08_pht02,
		.glamping_block_08 .glamping_c08_pht03 {
			margin-top: -5vw;
		}

	}



	.glamping_block_09 {
		position: relative;
		background-color: #3883ff;
		margin-top: -120px;
		margin-bottom: 240px;
	}
	.glamping_block_09::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(56,131,255)' fill-opacity='1'%3E%3Cpolygon points='0,100 100,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 15;
		top: -159px;
	}
	.glamping_block_09::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(56,131,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		bottom: -159px;
	}
	.glamping_block_09 .g_block_inner {
		padding-bottom: 20px;
	}

	.glamping_block_10 {
		position: relative;
		height: 768px;
		background: url(../img/glamping_c10_bg.jpg) no-repeat;
		background-size: 1920px auto;
		background-position: center center;
	}
	.glamping_block_10::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(172,189,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 100,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		top: -1px;
	}
	.glamping_block_10::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(172,189,255)' fill-opacity='1'%3E%3Cpolygon points='0,100 100,0 100,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		bottom: -1px;
	}

	.glamping_block_11 {
		position: relative;

	}
	.glamping_block_11 .g_block_inner {
		padding-bottom: 40px;
	}
	.glamping_block_11 .glamping_c11_pht01 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.glamping_block_11 .glamping_c11_pht01 p {
		width: 48%;
	    padding-left: 4%;
	    padding-bottom: 50px;
	}
	.glamping_block_11 .glamping_c11_pht01 img,
	.glamping_block_11 .glamping_c11_pht02 img,
	.glamping_block_11 .glamping_c11_pht03 img {
		width: 51.85485%;
		max-width: 560px;
		height: auto;
	}
	.glamping_block_11 .glamping_c11_pht02 {
		margin-top: -115px;
	}
	.glamping_block_11 .glamping_c11_pht03 {
		text-align: right;
		margin-top: -115px;
	}

	/* tablet */
	@media print, screen and (max-width : 1080px){

		.glamping_block_11 .glamping_c11_pht01 p {
			padding-left: 0;
			padding-bottom: 6vw;
		}
		.glamping_block_11 .glamping_c11_pht02,
		.glamping_block_11 .glamping_c11_pht03 {
			margin-top: -5vw;
		}

	}



	.glamping_block_12 {
		position: relative;
		height: 768px;
		background: url(../img/glamping_c12_bg.jpg) no-repeat;
		background-size: 1920px auto;
		background-position: center center;
	}
	.glamping_block_12::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(172,189,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		top: -2px;
	}
	.glamping_block_12::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(172,189,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 0,100 100,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		bottom: -1px;
	}

	.glamping_block_13 {
		position: relative;

	}
	.glamping_block_13 .g_block_inner {
		padding-bottom: 140px;
	}
	.glamping_block_13 .glamping_c13_pht01 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.glamping_block_13 .glamping_c13_pht01 p {
		width: 48%;
	    padding-left: 4%;
	    padding-bottom: 50px;
	}
	.glamping_block_13 .glamping_c13_pht01 img,
	.glamping_block_13 .glamping_c13_pht02 img,
	.glamping_block_13 .glamping_c13_pht03 img {
		width: 51.85485%;
		max-width: 560px;
		height: auto;
	}
	.glamping_block_13 .glamping_c13_pht02 {
		margin-top: -115px;
	}
	.glamping_block_13 .glamping_c13_pht03 {
		text-align: right;
		margin-top: -115px;
	}

	/* tablet */
	@media print, screen and (max-width : 1080px){

		.glamping_block_13 .glamping_c13_pht01 p {
			padding-left: 0;
			padding-bottom: 6vw;
		}
		.glamping_block_13 .glamping_c13_pht02,
		.glamping_block_13 .glamping_c13_pht03 {
			margin-top: -5vw;
		}

	}

	.glamping_block_14 {
		position: relative;
		background-color: #3883ff;
		margin-top: -120px;
		margin-bottom: 220px;
	}
	.glamping_block_14::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(56,131,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,100 0,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 15;
		top: -159px;
	}
	.glamping_block_14::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(56,131,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		bottom: -159px;
	}

	.glamping_block_15 {
		position: relative;
		margin-top: 100px;
		height: 768px;
		background: url(../img/glamping_c15_bg.jpg) no-repeat;
		background-size: 1920px auto;
		background-position: center center;
	}
	.glamping_block_15::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(172,189,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		top: -1px;
	}
	.glamping_block_15::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(172,189,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 0,100 100,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		bottom: -1px;
	}

	.glamping_block_16 {
		position: relative;

	}
	.glamping_block_16 .g_block_inner {

	}
	.glamping_block_16 .glamping_c16_pht01 {
		text-align: center;
	}
	.glamping_block_16 .glamping_c16_pht01 img {
		width: 51.85485%;
		max-width: 560px;
		height: auto;
	}

	.glamping_block_17 {
		position: relative;
		height: 820px;
		background: url(../img/glamping_c17_bg.jpg) no-repeat;
		background-size: cover;
		background-position: top center;
	}
	.glamping_block_17::before {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(172,189,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		height: 160px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		top: -1px;
	}
	.glamping_block_17 .g_block_inner {
		padding-top: 160px;
	}
	.glamping_block_17 .glamping_c15_title {
		position: relative;
		left: 53%;
		top: 104px;
		width: 45vw;
		max-width: 779px;
	}
	.glamping_block_17 .glamping_c15_title img {
		width: 100%;
		height: auto;
	}

	/* tablet */
	@media print, screen and (max-width : 1080px){

		.glamping_block_17 .glamping_c15_title {
			width: 90%;
			margin: 0 auto;
			max-width: none;
			left: auto;
			top: auto;
			bottom: -48vw;
		}

	}





}