@charset 'UTF-8';
 @import url('https://fonts.googleapis.com/css?family=Cinzel:400,700');
/*reset-----------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td, figure {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, th, var, em, i {
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
/*-------------------------------------------------------------------*/



html {
}
/*
body {
	min-width: 1060px;
	overflow: hidden;
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-size: 1.3em;
	-webkit-font-smoothing: antialiased;
	line-height: 2em;
	color: #666;
	letter-spacing: normal;
	-webkit-text-size-adjust: 100%;
	_display: inline;
	_zoom: 1;
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
	border: none;
	text-align: left;
}
*/
/*20200115追加*/
body {
	min-width: 1060px;
	overflow: hidden;
}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background: url(../images/bg.jpg) center no-repeat;
		background-size:cover;
		font-size: 1.3em;
	-webkit-font-smoothing: antialiased;
	line-height: 2em;
	color: #666;
	letter-spacing: normal;
	-webkit-text-size-adjust: 100%;
	_display: inline;
	_zoom: 1;
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
	border: none;
	text-align: left;
	}



input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
a {
	transition: opacity 0.3s ease-in-out 0s;
	color: #666
}
a:hover {
	opacity: 0.7;
}
img {
	vertical-align: bottom;
}
em, i {
	font-style: normal;
}
 @-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
}
}
@-ms-keyframes spin {
 0% {
-ms-transform: rotate(0deg);
}
 100% {
-ms-transform: rotate(360deg);
}
}
@-o-keyframes spin {
 0% {
-o-transform: rotate(0deg);
}
 100% {
-o-transform: rotate(360deg);
}
}
@keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}

/*20200115追加*/
@media screen and (max-width: 768px) {
	body:before{
		overflow: hidden;
		background: url(../images/bg_sp.jpg) no-repeat;
	}
}
	
/*-------------------------------------------------------------------*/
#tour_lp {
}
#tour_lp .w_phrase {
	display: inline-block
}
#tour_lp > ._header {
	position: relative;
}
#tour_lp > ._header > h1 {
	position: absolute;
	top: 35px;
	left: 38px;
	z-index: 2;
}
#tour_lp > ._header > h1 > a {
	display: block;
	width: 158px;
	height: 52px;
	background: url(../images/header_logo.png) no-repeat;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
#tour_lp > ._header > .image {
	width: 100%;
	height: 0;
	padding-top: 50.366%;
	background: url(../images/header_image.jpg) no-repeat;
	background-size: cover;
	position: relative;
	opacity: 0;
}
#tour_lp > ._header > .image > b {
	display: block;
	width: 830px;
	height: 330px;
	background: url(../images/header_catch.png) no-repeat;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 30px -615px;   /*-165px -415px*/
	opacity: 0;
}
#tour_lp > ._header > .image > b br {
	display: none;
}
#tour_lp > ._header > .intro {
	padding: 100px 0 80px;
	position: relative;
}

@media screen and (min-width: 1600px) {
#tour_lp > ._header > .intro {
	padding: 110px 0 90px;
}
}

@media screen and (min-width: 769px) {
#tour_lp > ._header > .intro:before {
	content: "";
	background: url(../images/header_arrow.png) center no-repeat;
	width: 100%;
	height: 25px;
	position: absolute;
	top: -25px;
	left: 0;
}
}
#tour_lp > ._header > .intro > h1 {
	width: 100%;
	height: 176px;
	background: url(../images/header_product-name.png) center no-repeat;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
#tour_lp > ._header > .intro > h1 br {
	display: none;
}
#tour_lp > ._header > .intro > h2 {
	text-align: center;
	font-size: 2.6rem; /*元：2rem*/
	line-height: 2em; /*元：2.5em*/
	letter-spacing: 0.08em;
	margin-top: 50px;
	margin-left: 0.2em;
	font-weight: bold;
}





#tour_lp > ._header > .intro2 {
	padding: 10px 0 -20px;
	position: relative;
}

@media screen and (min-width: 1600px) {
#tour_lp > ._header > .intro2 {
	padding: 10px 0 -20px;
}
}

@media screen and (min-width: 769px) {
#tour_lp > ._header > .intro2:before {
	content: "";
	background: url(../images/header_arrow.png) center no-repeat;
	width: 100%;
	height: 25px;
	position: absolute;
	top: -25px;
	left: 0;
}
}
#tour_lp > ._header > .intro2 > h1 {
	width: 100%;
	height: 76px;
	background: url(../images/header_product-name2.png) center no-repeat;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
#tour_lp > ._header > .intro2 > h1 br {
	display: none;
}
#tour_lp > ._header > .intro2 > h2 {
	text-align: center;
	font-size: 2rem;
	line-height: 2em;
	letter-spacing: 0.08em;
	margin-top: 50px;
	margin-left: 0.2em;
}

/*-------------------------------------------------------------------*/

#tour_lp > ._body {
	position: relative;
}
#tour_lp ._body h1 {
	text-align: center;
	letter-spacing: 0.08em;
}
#tour_lp ._body h1 strong {
	display: block;
	font-size: 3.8rem;
	font-family: 'Cinzel', serif;
	font-weight: bold;  /*元：normal*/
	color: #3d8d3d;  /*元：508ab7*/
	line-height: 1.3em;
}
#tour_lp ._body h1 i {
	display: block;
	font-size: 1.4rem;
	color: #999;
	margin-top: .8em;
}
#tour_lp ._body h1 i:before, #tour_lp ._body h1 i:after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 1px;
	background: #999;
	margin: 01em;
	vertical-align: middle;
}
#tour_lp ._body header {
	margin-bottom: 140px;
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
#tour_lp ._body header {
}
}

@media screen and (min-width: 1600px) {
#tour_lp ._body header {
	margin-bottom: 160px
}
}

@media screen and (min-width: 1920px) {
#tour_lp ._body header {
	margin-bottom: 160px
}
}
#tour_lp ._body header:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}
#tour_lp ._body header .image {
}
#tour_lp ._body header .txt {
	position: absolute;
	bottom: 0
}
#tour_lp ._body header h2 {
	display: inline-block;
	font-size: 2.4rem;  /*元：1.4rem*/
	font-family: 'Cinzel', serif;
	font-weight: bold;
	color: #3d8d3d;
	letter-spacing: 0.1em;
	margin-bottom: 1.5em;  /*元：2.5em*/
}
#tour_lp ._body header h2:after {
	display: block;
	content: "";
	width: auto;
	height: 1px;
	background: #3d8d3d;
}
#tour_lp ._body header b {
	display: block;
	font-size: 3rem;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
	font-weight: bold; /*元：normal*/
	letter-spacing: 0.08em;
	line-height: 1.7em;
	color: #3d8d3d;
	margin-bottom: 0.8em;
}
#tour_lp ._body header p {
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	line-height: 2em;
}
#tour_lp ._body header .ac_btn {
	display: inline-block;
	background: #e9f1f6;
	border-radius: 2em;
	margin-top: 2em;
	padding: 0.8em 2.4em 0.8em 1.4em;
	font-size: 1.5rem;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #3d8d3d;
	position: relative;
	transition: background 0.3s ease-in-out 0s;
}
#tour_lp ._body header .ac_btn:after {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../images/icon_plus.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
}
#tour_lp ._body header .ac_btn.opened:after {
	background: url(../images/icon_minus.png) no-repeat;
}
#tour_lp ._body header .ac_btn:hover {
	background: #c6dae6;
	cursor: pointer;
}
/*-------------------------------------------------------------------*/

#tour_lp ._body .body {
	background: #f7f7f0;
	padding: 0 0 100px;
	position: relative;
	margin-top: -65px;
}

@media screen and (min-width: 1600px) {
#tour_lp ._body .body {
	margin-top: -85px;
}
}
#tour_lp ._body .body:before {
	display: block;
	content: "";
	width: 100%;
	height: 25px;
	background: #fff url(../images/icon_fukidashi.png) center no-repeat;
}
#tour_lpx ._body .body > .arrow {
	width: 100%;
	height: 25px;
	background: #fff url(../images/icon_fukidashi.png) center no-repeat;
}
#tour_lp ._body .body > section {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
}
#tour_lp ._body .body > section .image {
}
#tour_lp ._body .body > section .txt {
	box-sizing: border-box;
}
#tour_lp ._body .body > section h3 {
	font-size: 2.2rem;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
	font-weight: normal;
	color: #3d8d3d;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 1em;
}
#tour_lp ._body .body > section p {
	letter-spacing: 0.08em;
}
#tour_lp ._body .body > section ul.list {
	letter-spacing: -0.4em;
	margin: 0 0 -60px -40px;
}
#tour_lp ._body .body > section ul.list li {
	display: inline-block;
	letter-spacing: normal;
	width: 480px;
	margin: 0 0 60px 40px;
	border-top: 1px #dbdbd3 solid;
	padding-top: 60px;
	vertical-align: top;
	position: relative;
}
#tour_lp ._body .body > section ul.list li:before {
	display: block;
	content: "";
	width: 65px;
	height: 65px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
	font-size: 2.6rem;
	font-family: 'Cinzel', serif;
	color: #fff;
	line-height: 65px;
	text-align: center;
	letter-spacing: 0.1em;
}
#tour_lp ._body .body > section ul.list li:nth-child(odd):before {
	background: url(../images/icon_no-bg_01.png) center no-repeat;
}
#tour_lp ._body .body > section ul.list li:nth-child(even):before {
	background: url(../images/icon_no-bg_02.png) center no-repeat;
}
#tour_lp ._body .body > section ul.list li:nth-child(1):before {
	content: "01";
}
#tour_lp ._body .body > section ul.list li:nth-child(2):before {
	content: "02";
}
#tour_lp ._body .body > section ul.list li:nth-child(3):before {
	content: "03";
}
#tour_lp ._body .body > section ul.list li:nth-child(4):before {
	content: "04";
}
#tour_lp ._body .body > section ul.list li figure {
	margin-bottom: 2em;
	position: relative;
}
#tour_lp ._body .body > section ul.list li p {
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	text-align: justify;
}
#tour_lp ._body .body > section ul.list li small {
	display: block;
	font-size: 1.2rem;
	line-height: 1.6em;
	color: #999;
	margin-top: 0.5em;
}
/*-------------------------------------------------------------------*/

#tour_lp #order_btn_fixed {
	opacity: 0;
}
#tour_lp .order_btn {
}
#tour_lp .order_btn a {
	display: inline-block;
	position: relative;
}
#tour_lp .order_btn a span {
	display: block;
	width: 182px;
	height: 182px;
	background: url(../images/order_text.png) center no-repeat;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
#tour_lp .order_btn a:before {
	display: block;
	content: "";
	width: 182px;
	height: 182px;
	background: url(../images/order_bg_01.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	animation: spin 20s linear infinite;
}
#tour_lp .order_btn a:after {
	display: block;
	content: "";
	width: 182px;
	height: 182px;
	background: url(../images/order_bg_02.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	animation: spin 40s linear infinite;
}
#tour_lp .pc_img {
	display: inline-block;
}
#tour_lp .sp_img {
	display: none;
	width: 100%;
	height: auto;
}
#tour_lp .sp_br {
	display: none;
}
/*-modal window--------------------------------*/
#modal_overlay {
	z-index: 101;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(255,255,255,0.90);
}
.mw_body {
	width: 70%;
	height: 70%;
	padding: 0;
	background: none;
	display: none;
	position: fixed;
	top: 15%;
	left: 15%;
	z-index: 102;
}
.mw_body > .mw_content {
	width: 100%;
	height: 100%;
	display: table;
}
.mw_body > .mw_content > div {
	display: table-cell;
	vertical-align: middle
}
.mw_body > .mw_content .ytWrap {
	width: 100%;
	height: 100%;
	height: 0;
	display: block;
	padding-top: 56.25%;
	position: relative;
}
.mw_body > .mw_content .ytWrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.mw_body > .mw_content > div > img {
	width: 100%;
	height: auto;
	border: 1px solid #e7e7e7
}
.mw_body .close {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/icon_close.png) no-repeat;
	background-size: contain;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	position: fixed;
	top: 35px;
	right: 35px;
	z-index: 103;
}
.mw_body .close:hover {
	opacity: 0.7;
	cursor: pointer;
}
/*-------------------------------------------------------------------*/

#tour_lp #movie {
}
#tour_lp #movie .image {
	background: #f0f4f7;
	padding-bottom: 140px;
	margin-top: 160px;
	text-align: center;
}

@media screen and (min-width: 1600px) {
#tour_lp #movie .image {
	padding-bottom: 160px;
}
}

@media screen and (min-width: 1920px) {
}
#tour_lp #movie .image .popup {
	display: inline-block;
	background: #f0f4f7;
	margin-top: -120px;
}
#tour_lp #movie .image .popup img {
	transition: opacity 0.3s ease-in-out 0s;
}
#tour_lp #movie .image .popup img:hover {
	opacity: 0.7;
	cursor: pointer;
}

#tour_lp #benefit1 > header .image {
	float: right;
	height: 580px;
	background: url(../images/pc_image1.png) center top no-repeat;
	background-size: cover;
	margin-top: -40px;
}
#tour_lp #benefit1 > header .txt {
}
#tour_lp #benefit1 > header .txtInner {
/* margin-left: 40px; */
	/* margin-left: 5%; */
}

#tour_lp #benefit2 {
}
#tour_lp #benefit2 > header .image {
	float: left;
	width: 55%;
	height: 540px;
	background: url(../images/pc_image2.jpg) right center no-repeat;
	background-size: auto;
	margin-top: -40px;
}
#tour_lp #benefit2 > header .txt {
	box-sizing: border-box;
}

#tour_lp #benefit3 {
}
#tour_lp #benefit3 > header .image {
	float: right;
	height: 620px;
	background: url(../images/pc_image3.jpg) left center no-repeat;
	background-size: auto 100%;
	margin-top: -40px;
}
#tour_lp #benefit3 > header .txt {
	box-sizing: border-box;
}

#tour_lp #benefit4 {
}
#tour_lp #benefit4 > header .image {
	float: left;
	height: 540px;
	background: url(../images/pc_image4.png) center center no-repeat;
	background-size: cover;
	margin-top: -40px;
}
#tour_lp #benefit4 > header .txt {
}
#tour_lp #benefit4 > .body h1 {
	margin: 40px 0 20px 0;
}

#tour_lp #benefit5 > header .image {
	float: right;
	height: 580px;
	background: url(../images/pc_image5.png) center top no-repeat;
	background-size: cover;
	margin-top: -40px;
}
#tour_lp #benefit5 > header .txt {
}
#tour_lp #benefit5 > header .txtInner {
/* margin-left: 40px; */
	/* margin-left: 5%; */
}

#tour_lp #benefit6 {
}
#tour_lp #benefit6 > header .image {
	float: left;
	width: 55%;
	height: 540px;
	background: url(../images/pc_image6.jpg) right center no-repeat;
	background-size: auto;
	margin-top: -40px;
}
#tour_lp #benefit6 > header .txt {
	box-sizing: border-box;
}

#tour_lp #benefit7 {
}
#tour_lp #benefit7 > header .image {
	float: right;
	height: 620px;
	background: url(../images/pc_image7.jpg) left center no-repeat;
	background-size: auto 100%;
	margin-top: -40px;
}
#tour_lp #benefit7 > header .txt {
	box-sizing: border-box;
}

#tour_lp #benefit8 {
}
#tour_lp #benefit8 > header .image {
	float: left;
	height: 540px;
	background: url(../images/pc_image8.jpg) center center no-repeat;
	background-size: cover;
	margin-top: -40px;
}
#tour_lp #benefit8 > header .txt {
}

#tour_lp #benefit9 > header .image {
	float: right;
	height: 580px;
	background: url(../images/pc_image9.png) center top no-repeat;
	background-size: cover;
	margin-top: -40px;
}
#tour_lp #benefit9 > header .txt {
}
#tour_lp #benefit9 > header .txtInner {
/* margin-left: 40px; */
	/* margin-left: 5%; */
}

#tour_lp #benefit10 {
}
#tour_lp #benefit10 > header .image {
	float: left;
	width: 55%;
	height: 540px;
	background: url(../images/pc_image10.jpg) right center no-repeat;
	background-size: auto;
	margin-top: -40px;
}
#tour_lp #benefit10 > header .txt {
	box-sizing: border-box;
}

#tour_lp #benefit11 {
}
#tour_lp #benefit11 > header .image {
	float: right;
	height: 620px;
	background: url(../images/pc_image11.jpg) left center no-repeat;
	background-size: auto 100%;
	margin-top: -40px;
}
#tour_lp #benefit11 > header .txt {
	box-sizing: border-box;
}

#tour_lp #benefit12 {
}
#tour_lp #benefit12 > header .image {
	float: left;
	height: 540px;
	background: url(../images/pc_image12.jpg) center center no-repeat;
	background-size: cover;
	margin-top: -40px;
}
#tour_lp #benefit12 > header .txt {
}


#tour_lp #summary {
	position: relative;
	padding: 200px 0 100px;
	text-align: center;
	margin-top: -40px;
}
#tour_lp #summary:before {
	display: block;
	content: "";
	width: 1px;
	height: 85px;
	background: #3d8d3d;
	position: absolute;
	top: -20px;
	left: 50%;
}
#tour_lp #summary > .image {
	width: 100%;
	height: 0;
	padding-top: 48.5358%;
	background: url(../images/summary_image.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
#tour_lp #summary > .image > b {
	display: block;
	font-size: 3.2rem;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
	font-weight: normal;
	line-height: 1.7em;
	letter-spacing: 0.02em;
	color: #3d8d3d;
	text-align: center;
	position: absolute;
	top: -80px;
	width: 100%;
	margin: 0px;
}
#tour_lp #summary > .product {
	text-align: center;
	margin-top: -110px;
	position: relative;
	z-index: 2;
}
#tour_lp #summary > .product figure {
	margin-bottom: 15px;
}
#tour_lp #summary > .product h3 {
	color: #3d8d3d;
}
#tour_lp #summary > .product h3 small {
	display: block;
	font-size: 2.0rem;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
	letter-spacing: 0.02em;
	margin-bottom: 0.8em;
}
#tour_lp #summary > .product h3 strong {
	display: block;
	font-size: 4.0rem;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
	font-weight: normal;
	line-height: 1.4em;
}
#tour_lp #summary > .product h3 strong br {
	display: none;
}
#tour_lp #summary > .product em {
	display: block;
	letter-spacing: 0.08em;
	margin-top: 1em;
}
#tour_lp #summary > .product em br {
	display: none;
}
#tour_lp #summary .order_btn {
	margin-top: 30px;
}
#tour_lp #summary .faq_btn {
	display: inline-block;
	background: #f4e5ea;
	border-radius: 2em;
	padding: 0.9em 4em 1em 4em;
	font-size: 1.5rem;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #3d8d3d;
	text-decoration: none;
	transition: background 0.3s ease-in-out 0s;
	margin-top: 50px;
	position: relative;
}
#tour_lp #summary .faq_btn:after {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../images/icon_arrow.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
}
#tour_lp #summary .faq_btn:hover {
	background: #e6c6d3;
	opacity: 1;
}
#tour_lp #banner {
	background: #e1c5cd;
	padding: 50px 0;
	text-align: center;
	width: 100%;
	margin: 0;
}
#tour_lp #banner a {
	display: inline-block;
	position: relative;
}
#tour_lp #banner a.ring:after {
/*
	display: block;
	content: "";
	width: 62px;
	height: 62px;
	background: url(../images/icon_new.png) no-repeat;
	position: absolute;
	top: -31px;
	left: -31px;
	*/
}
#tour_lp #order_btn_fixed {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}



@media screen and (min-width: 769px) and (max-width: 1280px) {
#tour_lp #benefit1 > header .image {
	width: 56%;
}
#tour_lp #benefit1 > header .txt {
	right: 56%;
	padding-right: 40px
}
}

@media screen and (min-width: 1281px) {
#tour_lp #benefit1 > header .image {
	width: 58%;
}
#tour_lp #benefit1 > header .txt {
	right: 58%;
	padding-right: 60px
}
}

@media screen and (min-width: 1600px) {
#tour_lp #benefit1 > header .txt {
}
}

@media screen and (min-width: 1920px) {
#tour_lp #benefit1 > header .txt {
	padding-right: 80px
}
}

/*
**	 benefit2
*/


@media screen and (min-width: 769px) and (max-width: 1280px) {
#tour_lp #benefit2 > header .txt {
	padding-left: 60px;
	left: 55%;
}
}

@media screen and (min-width: 1281px) {
#tour_lp #benefit2 > header .txt {
	padding-left: 80px;
	left: 55%
}
}

@media screen and (min-width: 1600px) {
#tour_lp #benefit2 > header .image {
	width: 52%;
}
#tour_lp #benefit2 > header .txt {
	/* padding-left: 60px; */
	left: 52%;
}
}

@media screen and (min-width: 1920px) {
#tour_lp #benefit2 > header .txt {
}
}

/*
**	 benefit3
*/

@media screen and (min-width: 769px) and (max-width: 1280px) {
#tour_lp #benefit3 > header .image {
	width: 50%;
}
#tour_lp #benefit3 > header .txt {
	right: 50%;
	padding-right: 60px
}
}

@media screen and (min-width: 1281px) {
#tour_lp #benefit3 > header .image {
	width: 50%
}
#tour_lp #benefit3 > header .txt {
	right: 50%;
	padding-right: 60px
}
}

@media screen and (min-width: 1600px) {
#tour_lp #benefit3 > header .txt {
	padding-right: 70px
}
}

@media screen and (min-width: 1920px) {
#tour_lp #benefit3 > header .txt {
}
}

/*
**	 benefit4
*/

@media screen and (min-width: 769px) and (max-width: 1280px) {
#tour_lp #benefit4 > header .image {
	width: 58%
}
#tour_lp #benefit4 > header .txt {
	padding-left: 60px;
	left: 58%
}
}

@media screen and (min-width: 1281px) {
#tour_lp #benefit4 > header .image {
	width: 58%
}
#tour_lp #benefit4 > header .txt {
	padding-left: 80px;
	left: 58%
}
}

@media screen and (min-width: 1600px) {
#tour_lp #benefit4 > header .image {
}
#tour_lp #benefit4 > header .txt {
}
}

@media screen and (min-width: 1920px) {
#tour_lp #benefit4 > header .txt {
}
}


/*
**	 benefit5
*/

@media screen and (min-width: 769px) and (max-width: 1280px) {
#tour_lp #benefit5 > header .image {
	width: 56%;
}
#tour_lp #benefit5 > header .txt {
	right: 56%;
	padding-right: 40px
}
}

@media screen and (min-width: 1281px) {
#tour_lp #benefit5 > header .image {
	width: 58%;
}
#tour_lp #benefit5 > header .txt {
	right: 58%;
	padding-right: 60px
}
}

@media screen and (min-width: 1600px) {
#tour_lp #benefit5 > header .txt {
}
}

@media screen and (min-width: 1920px) {
#tour_lp #benefit5 > header .txt {
	padding-right: 80px
}
}

/*
**	 benefit6
*/


@media screen and (min-width: 769px) and (max-width: 1280px) {
#tour_lp #benefit6 > header .txt {
	padding-left: 60px;
	left: 55%;
}
}

@media screen and (min-width: 1281px) {
#tour_lp #benefit6 > header .txt {
	padding-left: 80px;
	left: 55%
}
}

@media screen and (min-width: 1600px) {
#tour_lp #benefit6 > header .image {
	width: 52%;
}
#tour_lp #benefit6 > header .txt {
	/* padding-left: 60px; */
	left: 52%;
}
}

@media screen and (min-width: 1920px) {
#tour_lp #benefit6 > header .txt {
}
}

/*
**	 benefit7
*/

@media screen and (min-width: 769px) and (max-width: 1280px) {
#tour_lp #benefit7 > header .image {
	width: 50%;
}
#tour_lp #benefit7 > header .txt {
	right: 50%;
	padding-right: 60px
}
}

@media screen and (min-width: 1281px) {
#tour_lp #benefit7 > header .image {
	width: 50%
}
#tour_lp #benefit7 > header .txt {
	right: 50%;
	padding-right: 60px
}
}

@media screen and (min-width: 1600px) {
#tour_lp #benefit7 > header .txt {
	padding-right: 70px
}
}

@media screen and (min-width: 1920px) {
#tour_lp #benefit7 > header .txt {
}
}

/*
**	 benefit8
*/

@media screen and (min-width: 769px) and (max-width: 1280px) {
#tour_lp #benefit8 > header .image {
	width: 58%
}
#tour_lp #benefit8 > header .txt {
	padding-left: 60px;
	left: 58%
}
}

@media screen and (min-width: 1281px) {
#tour_lp #benefit8 > header .image {
	width: 58%
}
#tour_lp #benefit8 > header .txt {
	padding-left: 80px;
	left: 58%
}
}

@media screen and (min-width: 1600px) {
#tour_lp #benefit8 > header .image {
}
#tour_lp #benefit8 > header .txt {
}
}

@media screen and (min-width: 1920px) {
#tour_lp #benefit8 > header .txt {
}
}

/*
**	 benefit9
*/

@media screen and (min-width: 769px) and (max-width: 1280px) {
#tour_lp #benefit9 > header .image {
	width: 56%;
}
#tour_lp #benefit9 > header .txt {
	right: 56%;
	padding-right: 40px
}
}

@media screen and (min-width: 1281px) {
#tour_lp #benefit9 > header .image {
	width: 58%;
}
#tour_lp #benefit9 > header .txt {
	right: 58%;
	padding-right: 60px
}
}

@media screen and (min-width: 1600px) {
#tour_lp #benefit9 > header .txt {
}
}

@media screen and (min-width: 1920px) {
#tour_lp #benefit9 > header .txt {
	padding-right: 80px
}
}

/*
**	 benefit10
*/


@media screen and (min-width: 769px) and (max-width: 1280px) {
#tour_lp #benefit10 > header .txt {
	padding-left: 60px;
	left: 55%;
}
}

@media screen and (min-width: 1281px) {
#tour_lp #benefit10 > header .txt {
	padding-left: 80px;
	left: 55%
}
}

@media screen and (min-width: 1600px) {
#tour_lp #benefit10 > header .image {
	width: 52%;
}
#tour_lp #benefit10 > header .txt {
	/* padding-left: 60px; */
	left: 52%;
}
}

@media screen and (min-width: 1920px) {
#tour_lp #benefit10 > header .txt {
}
}

/*
**	 benefit11
*/

@media screen and (min-width: 769px) and (max-width: 1280px) {
#tour_lp #benefit11 > header .image {
	width: 50%;
}
#tour_lp #benefit11 > header .txt {
	right: 50%;
	padding-right: 60px
}
}

@media screen and (min-width: 1281px) {
#tour_lp #benefit11 > header .image {
	width: 50%
}
#tour_lp #benefit11 > header .txt {
	right: 50%;
	padding-right: 60px
}
}

@media screen and (min-width: 1600px) {
#tour_lp #benefit11 > header .txt {
	padding-right: 70px
}
}

@media screen and (min-width: 1920px) {
#tour_lp #benefit11 > header .txt {
}
}

/*
**	 benefit12
*/

@media screen and (min-width: 769px) and (max-width: 1280px) {
#tour_lp #benefit12 > header .image {
	width: 58%
}
#tour_lp #benefit12 > header .txt {
	padding-left: 60px;
	left: 58%
}
}

@media screen and (min-width: 1281px) {
#tour_lp #benefit12 > header .image {
	width: 58%
}
#tour_lp #benefit12 > header .txt {
	padding-left: 80px;
	left: 58%
}
}

@media screen and (min-width: 1600px) {
#tour_lp #benefit12 > header .image {
}
#tour_lp #benefit12 > header .txt {
}
}

@media screen and (min-width: 1920px) {
#tour_lp #benefit12 > header .txt {
}
}

/* ingre position----------------------*/
#tour_lp .ingre {
	position: absolute;
	z-index: 99;
	opacity:0;
	transition: opacity 0.8s ease-in-out 0s;
}
#tour_lp .ingre.show {
	opacity:10;
}

    

#tour_lp .in01 {
	top: -20px;
	left: 0;
}
#tour_lp .in02 {
	top: -20px;
	right: 0;
}
#tour_lp .in03 {
	top: -30px;
	left: 0;
}
#tour_lp .in04 {
	top: -30px;
	right: 0;
}
#tour_lp .in05 {
	top: -80px;
	left: 0;
}
#tour_lp .in06 {
	top: -30px;
	right: 0;
}
/*------------------------------*/

#tour_lp > ._footer {
	background: #3d8d3d;
	color: #fff;
	padding: 30px 0;
}
#tour_lp > ._footer > section {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#tour_lp > ._footer > section > h1 {
	position: absolute;
	top: 1px; /*元：5px*/
	left: 0;
}
#tour_lp > ._footer > section > h1 > a {
	display: block;
	width: 152px;
	height: 50px;
	background: url(../images/footer_logo.png) no-repeat;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	margin: -14px;
}
#tour_lp > ._footer > section > ul.nav {
	letter-spacing: -0.4em;
	font-size: 1.3rem;
	text-align: right;
	margin: 0 -0.6em 3px 0;
}
#tour_lp > ._footer > section > ul.nav li {
	display: inline-block;
	letter-spacing: normal;
	position: relative;
}
#tour_lp > ._footer > section > ul.nav li:after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 14px;
	background: #fff;
	vertical-align: middle;
}
#tour_lp > ._footer > section > ul.nav li:last-child:after {
	display: none;
}
#tour_lp > ._footer > section > ul.nav li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 0 0.6em;
}
#tour_lp > ._footer > section > small {
	display: block;
	font-size: 1.2rem;
	font-family: 'Cinzel', serif;
	text-align: right;
}

/*-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
body {
	min-width: auto;
	font-size: 1.2em;
	line-height: 2em;
}
#tour_lp {
}
#tour_lp > ._header {
	position: relative;
}
#tour_lp > ._header > h1 {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}
#tour_lp > ._header > h1 > a {
	display: block;
	width: 92px;
	height: 29px;
	background: url(../images/header_logo.png) no-repeat;
	background-size: contain;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
#tour_lp > ._header > .image {
	width: 100%;
	height: 0;
	padding-top: 93.3333%;
	background: url(../images/header_image_sp.jpg) no-repeat;
	background-size: cover;
	position: relative;
	opacity: 0;
}
#tour_lp > ._header > .image > b {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%; /*元：14.63%*/
	background: url(../images/header_catch_sp.png) no-repeat;
	background-size: contain;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 73%; /*元：93%*/
	left: 0;
	margin: 0;
	opacity: 0;
}
#tour_lp > ._header > .image > b br {
	display: none;
}
#tour_lp > ._header > .intro {
	padding: 45px 0;
	position: relative;
}
#tour_lp > ._header > .intro > h1 {
	width: 100%;
	height: 0;
	padding-top: 29.3333%;
	background: url(../images/header_product-name_sp.png) center no-repeat;
	background-size: contain;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
#tour_lp > ._header > .intro > h1 br {
	display: none;
}
#tour_lp > ._header > .intro > h2 {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.8em;
	letter-spacing: 0.04em;
	margin-top: 50px;
	margin-left: 0;
	position: relative;
	padding: 30px;
	background: rgba(255, 255, 255, 0.7);
}
#tour_lp > ._header > .intro > h2:after {
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	background: #a3a3a3;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -10px;
}




#tour_lp > ._header > .intro2 {
	padding: 5px 0;
	position: relative;
}
#tour_lp > ._header > .intro2 > h1 {
	width: 100%;
	height: 0;
	padding-top: 29.3333%;
	background: url(../images/header_product-name_sp2.png) center no-repeat;
	background-size: contain;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: -60px;
}
#tour_lp > ._header > .intro2 > h1 br {
	display: none;
}
#tour_lp > ._header > .intro2 > h2 {
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.3em;
	letter-spacing: 0.04em;
	margin-top: 50px;
	margin-left: 0;
	position: relative;
}
#tour_lp > ._header > .intro2 > h2:after {
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	background: #a3a3a3;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -10px;
}

/*-------------------------------------------------------------------*/

#tour_lp > ._body {
	position: relative;
}
#tour_lp ._body h1 {
	text-align: center;
	letter-spacing: 0.08em;
}
#tour_lp ._body h1 strong {
	display: block;
	font-size: 2.6rem;
	font-family: 'Cinzel', serif;
	font-weight: bold;  /*元：normal*/
	color: #3d8d3d;
}
#tour_lp ._body h1 i {
	display: block;
	font-size: 1.0rem;
	color: #999;
	margin-top: 0;
}
#tour_lp ._body h1 i:before, #tour_lp ._body h1 i:after {
	display: inline-block;
	content: "";
	width: 15px;
	height: 1px;
	background: #999;
	margin: 01em;
	vertical-align: middle;
}
#tour_lp ._body header {
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
#tour_lp ._body header:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}
#tour_lp ._body header .image {
}
#tour_lp ._body header .txt {
	position: relative;
	background: #fff;
	float: none;
	width: 92%;
	height: auto;
	padding: 30px 0 0 30px;
	box-sizing: border-box;
	margin-top: -40px;
	position: relative;
}
#tour_lp ._body header h2 {
	display: inline-block;
	font-size: 1.4rem;
	font-family: 'Cinzel', serif;
	font-weight: bold;
	color: #3d8d3d;
	letter-spacing: 0.1em;
	margin-bottom: 2.5em;
}
#tour_lp ._body header h2:after {
	display: block;
	content: "";
	width: auto;
	height: 1px;
	background: #3d8d3d;
}
#tour_lp ._body header b {
	display: block;
	font-size: 2rem;
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
	font-weight: bold; /*元：normal*/
	letter-spacing: 0.1em;
	line-height: 1.7em;
	color: #3d8d3d;
	margin-bottom: 0.8em;
}
#tour_lp ._body header p {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 2em;
}
#tour_lp ._body header p br.pc {
	display: none;
}
#tour_lp ._body header .ac_btn {
	display: inline-block;
	width: 100%;
	background: #e9f1f6;
	border-radius: 2em;
	padding: 1.1em 4em 1.2em 2em;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0.04em;
	color: #3d8d3d;
	position: relative;
	bottom: 0;
	left: 0;
	transition: background 0.3s ease-in-out 0s;
	margin-top: 20px
}
#tour_lp ._body header .ac_btn:after {
	display: block;
	content: "";
	width: 13px;
	height: 13px;
	background: url(../images/icon_plus_sp.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
}
#tour_lp ._body header .ac_btn.opened:after {
	background: url(../images/icon_minus_sp.png) no-repeat;
	background-size: contain;
}
#tour_lp ._body header .ac_btn:hover {
	background: #c6dae6;
	cursor: pointer;
}
/*-------------------------------------------------------------------*/
#tour_lp ._body .body {
	background: #f7f7f0;
	padding: 0 0 40px;
	position: relative;
	margin-top: -25px;
}
#tour_lp ._body .body:before {
	display: block;
	content: "";
	width: 100%;
	height: 25px;
	background: #fff url(../images/icon_fukidashi.png) center no-repeat;
}
#tour_lp ._body .body > section {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}
#tour_lp ._body .body > section .image {
}
#tour_lp ._body .body > section .txt {
	box-sizing: border-box;
}
#tour_lp ._body .body > section h3 {
	font-size: 1.8rem;
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
	font-weight: normal;
	color: #3d8d3d;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 0.7em;
}
#tour_lp ._body .body > section p {
	letter-spacing: 0.08em;
}
#tour_lp ._body .body > section ul.list {
	letter-spacing: -0.4em;
	margin: 0 30px -40px 30px;
}
#tour_lp ._body .body > section ul.list li {
	display: inline-block;
	letter-spacing: normal;
	width: 100%;
	margin: 0 0 50px 0;
	border-top: 1px #dbdbd3 solid;
	padding-top: 30px;
	vertical-align: top;
	position: relative;
}
#tour_lp ._body .body > section ul.list li:before {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -20px;
	font-size: 1.8rem;
	font-family: 'Cinzel', serif;
	color: #fff;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
}
#tour_lp ._body .body > section ul.list li:nth-child(odd):before {
	background: url(../images/icon_no-bg_01.png) center no-repeat;
	background-size: contain;
}
#tour_lp ._body .body > section ul.list li:nth-child(even):before {
	background: url(../images/icon_no-bg_02.png) center no-repeat;
	background-size: contain;
}
#tour_lp ._body .body > section ul.list li:nth-child(1):before {
	content: "01";
}
#tour_lp ._body .body > section ul.list li:nth-child(2):before {
	content: "02";
}
#tour_lp ._body .body > section ul.list li:nth-child(3):before {
	content: "03";
}
#tour_lp ._body .body > section ul.list li:nth-child(4):before {
	content: "04";
}
#tour_lp ._body .body > section ul.list li figure {
	margin-bottom: 1em;
	position: relative;
}
#tour_lp ._body .body > section ul.list li figure img {
	width: 100%;
	height: auto;
}
#tour_lp ._body .body > section ul.list li p {
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	text-align: justify;
}
#tour_lp ._body .body > section ul.list li sup {
	line-height: 1;
}
#tour_lp ._body .body > section ul.list li small {
	display: block;
	font-size: 1.0rem;
	line-height: 1.8em;
	color: #999;
	margin-top: 0.5em;
}
/*-------------------------------------------------------------------*/

#tour_lp #order_btn_fixed {
	opacity: 0;
}
#tour_lp #order_btn_fixed a span {
	display: block;
	width: 95px;
	height: 95px;
	background: url(../images/order_text_sp.png) center no-repeat;
	background-size: contain;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
#tour_lp #order_btn_fixed a:before {
	display: block;
	content: "";
	width: 95px;
	height: 95px;
	background: url(../images/order_bg_01_sp.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	animation: spin 20s linear infinite;
}
#tour_lp #order_btn_fixed a:after {
	display: block;
	content: "";
	width: 95px;
	height: 95px;
	background: url(../images/order_bg_02_sp.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	animation: spin 40s linear infinite;
}
#tour_lp .order_btn {
}
#tour_lp .order_btn a {
	display: inline-block;
	position: relative;
}
#tour_lp .order_btn a span {
	display: block;
	width: 150px;
	height: 150px;
	background: url(../images/order_text_sp.png) center no-repeat;
	background-size: contain;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
#tour_lp .order_btn a:before {
	display: block;
	content: "";
	width: 150px;
	height: 150px;
	background: url(../images/order_bg_01_sp.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	animation: spin 20s linear infinite;
}
#tour_lp .order_btn a:after {
	display: block;
	content: "";
	width: 150px;
	height: 150px;
	background: url(../images/order_bg_02_sp.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	animation: spin 40s linear infinite;
}
#tour_lp .pc_img {
	display: none;
}
#tour_lp .sp_img {
	display: inline-block;
	width: 100%;
	height: auto;
}
#tour_lp .sp_br {
	display: block;
}
#tour_lp .pc_br {
	display: none;
}
/*-modal window--------------------------------*/
#modal_overlay {
	z-index: 101;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(255,255,255,0.90);
}
.mw_body {
	width: 70%;
	height: 70%;
	padding: 0;
	background: none;
	display: none;
	position: fixed;
	top: 15%;
	left: 15%;
	z-index: 102;
}
.mw_body > .mw_content {
	width: 100%;
	height: 100%;
	display: table;
}
.mw_body > .mw_content > div {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.mw_body > .mw_content > div > * {
	width: 100%;
	height: auto;
}
.mw_body .close {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/icon_close.png) no-repeat;
	background-size: contain;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	position: fixed;
	top: 35px;
	right: 35px;
	z-index: 103;
	cursor: pointer;
}
.mw_body .close:hover {
	opacity: 0.7;
	cursor: pointer;
}
/*-------------------------------------------------------------------*/

#tour_lp #movie {
}
#tour_lp #movie .image {
	background: #f0f4f7;
	padding-bottom: 50px;
	margin-top: 55px;
	text-align: center;
}
#tour_lp #movie .image .popup {
	display: inline-block;
	background: #f0f4f7;
	margin: -40px 25px 0;
	width: 80%;
	padding-top: 56.25%;
	position: relative;
}
#tour_lp #movie .image .popup iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#tour_lp #movie .image .popup img {
	transition: opacity 0.3s ease-in-out 0s;
	width: 100%;
	height: auto;
}
#tour_lp #movie .image .popup img:hover {
	opacity: 0.7;
	cursor: pointer;
}
#tour_lp #benefit1 {
}
#tour_lp #benefit1 > header .image {
	float: none;
	width: 100%;
	height: 0;
	padding-top: 77.3333%;
	background: url(../images/benefit1_image_sp.jpg) center top no-repeat;
	background-size: cover;
	margin-top: -0;
}
#tour_lp #benefit1 > header .txt {
	box-shadow: 4px -6px 10px -4px #3d8d3d;
}

#tour_lp #benefit2 {
}
#tour_lp #benefit2 > header .image {
	float: none;
	width: 100%;
	height: 0;
	padding-top: 77.3333%;
	background: url(../images/benefit2_image_sp.jpg) right center no-repeat;
	background-size: cover;
	margin-top: 0;
}
#tour_lp #benefit2 > header .txt {
	box-shadow: 4px -6px 10px -4px #3d8d3d;
}

#tour_lp #benefit3 {
}
#tour_lp #benefit3 > header .image {
	float: none;
	width: 100%;
	height: 0;
	padding-top: 77.3333%;
	background: url(../images/benefit3_image_sp.jpg) left center no-repeat;
	background-size: cover;
	margin-top: 0;
}
#tour_lp #benefit3 > header .txt {
	box-shadow: 4px -6px 10px -4px #3d8d3d;
}

#tour_lp #benefit4 {
}
#tour_lp #benefit4 > header .image {
	float: none;
	width: 100%;
	height: 0;
	padding-top: 77.3333%;
	background: url(../images/benefit4_image_sp.png) center center no-repeat;
	background-size: cover;
	margin-top: 0;
}
#tour_lp #benefit4 > header .txt {
	box-shadow: 4px -6px 10px -4px #3d8d3d;
}

#tour_lp #benefit5 {
}
#tour_lp #benefit5 > header .image {
	float: none;
	width: 100%;
	height: 0;
	padding-top: 77.3333%;
	background: url(../images/benefit5_image_sp.jpg) center top no-repeat;
	background-size: cover;
	margin-top: -0;
}
#tour_lp #benefit5 > header .txt {
	box-shadow: 4px -6px 10px -4px #3d8d3d;
}

#tour_lp #benefit6 {
}
#tour_lp #benefit6 > header .image {
	float: none;
	width: 100%;
	height: 0;
	padding-top: 77.3333%;
	background: url(../images/benefit6_image_sp.jpg) right center no-repeat;
	background-size: cover;
	margin-top: 0;
}
#tour_lp #benefit6 > header .txt {
	box-shadow: 4px -6px 10px -4px #3d8d3d;
}

#tour_lp #benefit7 {
}
#tour_lp #benefit7 > header .image {
	float: none;
	width: 100%;
	height: 0;
	padding-top: 77.3333%;
	background: url(../images/benefit7_image_sp.jpg) left center no-repeat;
	background-size: cover;
	margin-top: 0;
}
#tour_lp #benefit7 > header .txt {
	box-shadow: 4px -6px 10px -4px #3d8d3d;
}

#tour_lp #benefit8 {
}
#tour_lp #benefit8 > header .image {
	float: none;
	width: 100%;
	height: 0;
	padding-top: 77.3333%;
	background: url(../images/benefit8_image_sp.jpg) center center no-repeat;
	background-size: cover;
	margin-top: 0;
}
#tour_lp #benefit8 > header .txt {
	box-shadow: 4px -6px 10px -4px #3d8d3d;
}

#tour_lp #benefit9 {
}
#tour_lp #benefit9 > header .image {
	float: none;
	width: 100%;
	height: 0;
	padding-top: 77.3333%;
	background: url(../images/benefit9_image_sp.jpg) center top no-repeat;
	background-size: cover;
	margin-top: -0;
}
#tour_lp #benefit9 > header .txt {
	box-shadow: 4px -6px 10px -4px #3d8d3d;
}

#tour_lp #benefit10 {
}
#tour_lp #benefit10 > header .image {
	float: none;
	width: 100%;
	height: 0;
	padding-top: 77.3333%;
	background: url(../images/benefit10_image_sp.jpg) right center no-repeat;
	background-size: cover;
	margin-top: 0;
}
#tour_lp #benefit10 > header .txt {
	box-shadow: 4px -6px 10px -4px #f8bec5;
}

#tour_lp #benefit11 {
}
#tour_lp #benefit11 > header .image {
	float: none;
	width: 100%;
	height: 0;
	padding-top: 77.3333%;
	background: url(../images/benefit11_image_sp.jpg) left center no-repeat;
	background-size: cover;
	margin-top: 0;
}
#tour_lp #benefit11 > header .txt {
	box-shadow: 4px -6px 10px -4px #f8bec5;
}

#tour_lp #benefit12 {
}
#tour_lp #benefit12 > header .image {
	float: none;
	width: 100%;
	height: 0;
	padding-top: 77.3333%;
	background: url(../images/benefit12_image_sp.jpg) center center no-repeat;
	background-size: cover;
	margin-top: 0;
}
#tour_lp #benefit12 > header .txt {
	box-shadow: 4px -6px 10px -4px #f8bec5;
}

#tour_lp #summary {
	position: relative;
	padding: 110px 0 50px;
	text-align: center;
	margin-top: 0;
}
#tour_lp #summary:before {
	display: block;
	content: "";
	width: 1px;
	height: 50px;
	background: #dba7b8;
	position: absolute;
	top: -20px;
	left: 50%;
}
#tour_lp #summary > .image {
	width: 100%;
	height: 0;
	padding-top: 80%;
	background: url(../images/summary_image_sp.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
#tour_lp #summary > .image > b {
	display: block;
	font-size: 2.2rem;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
	font-weight: normal;
	line-height: 1.7em;
	letter-spacing: 0.02em;
	color: #3d8d3d;
	text-align: center;
	position: absolute;
	top: -55px;
}
#tour_lp #summary > .product {
	text-align: center;
	margin-top: -10%;
	position: relative;
	z-index: 2;
}
#tour_lp #summary > .product figure {
	margin: 0 auto 10px;
	width: 53.3333%;
	height: auto;
}
#tour_lp #summary > .product figure img {
	width: 100%;
	height: auto;
}
#tour_lp #summary > .product h3 {
	color: #3d8d3d;
}
#tour_lp #summary > .product h3 small {
	display: block;
	font-size: 1.2rem;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
	letter-spacing: 0.02em;
	margin-bottom: 0.2em;
}
#tour_lp #summary > .product h3 strong {
	display: block;
	font-size: 2.8rem;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
	font-weight: normal;
}
#tour_lp #summary > .product h3 strong br {
	display: block;
}
#tour_lp #summary > .product em {
	display: block;
	letter-spacing: 0.08em;
	margin-top: 0.8em;
}
#tour_lp #summary > .product em br {
	display: block;
}
#tour_lp #summary .order_btn {
	margin-top: 30px;
}
#tour_lp #summary .faq_btn {
	display: inline-block;
	width: 84%;
	background: #f4e5ea;
	border-radius: 2em;
	padding: 0.9em 4em 1em 4em;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0.05em;
	color: #3d8d3d;
	text-decoration: none;
	transition: background 0.3s ease-in-out 0s;
	margin: 35px 8% 0;
	position: relative;
}
#tour_lp #summary .faq_btn:after {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../images/icon_arrow.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
}
#tour_lp #summary .faq_btn:hover {
	background: #e6c6d3;
	opacity: 1;
}
#tour_lp #banner {
	background: #e1c5cd;
	padding: 30px 30px;
	text-align: center;
	width: auto;
}
#tour_lp #banner a {
	display: inline-block;
	position: relative;
}
#tour_lp #banner a.ring:after {
/*
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../images/icon_new_sp.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -18px;
	left: -25px;
	*/
}
#tour_lp #banner a img {
	width: 100%;
	height: auto;
}
#tour_lp #order_btn_fixed {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 100;
}

/* ingre position----------------------*/
#tour_lp .ingre {
	display: none;
}
#tour_lp .in01 {
	top: 120px;
	left: 0;
}
#tour_lp .in02 {
	top: 10px;
	right: 0;
}
#tour_lp .in03 {
	top: -50px;
	left: 0;
}
#tour_lp .in04 {
	top: -50px;
	right: 0;
}
#tour_lp .in05 {
	top: -120px;
	left: 0;
}
#tour_lp .in06 {
	top: -50px;
	right: 0;
}
/*------------------------------*/

#tour_lp > ._footer {
	background: #3d8d3d;
	color: #fff;
	padding: 25px 0 20px;
}
#tour_lp > ._footer > section {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#tour_lp > ._footer > section > h1 {
	position: static;
	top: 5px;
	left: 0;
	text-align: center;
}
#tour_lp > ._footer > section > h1 > a {
	display: inline-block;
	width: 140px;
	height: 45px;
	background: url(../images/footer_logo_sp.png) no-repeat;
	background-size: contain;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
#tour_lp > ._footer > section > ul.nav {
	letter-spacing: -0.4em;
	font-size: 1.1rem;
	text-align: center;
	margin: 10px 50px 15px 50px;
}
#tour_lp > ._footer > section > ul.nav li {
	display: inline-block;
	letter-spacing: normal;
	position: relative;
}
#tour_lp > ._footer > section > ul.nav li:after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 14px;
	background: #fff;
	vertical-align: middle;
}
#tour_lp > ._footer > section > ul.nav li:last-child:after {
	display: none;
}
#tour_lp > ._footer > section > ul.nav li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 0 0.6em;
}
#tour_lp > ._footer > section > small {
	display: block;
	font-size: 0.8rem;
	font-family: 'Cinzel', serif;
	text-align: center;
}
}





.moviezone {
	margin: 100px auto;
	text-align: center;
}
#messevideo {
	width: 70%;
}
@media screen and (max-width: 768px) {
	.moviezone {
		margin: 60px auto;
		width: 90%;
	}
	#messevideo {
		width: 100%;
	}
}

/*20200206追加*/
.journey {
	margin: 140px auto;
	text-align: center;
}
.journey img {
	width: 100%;
}
.title3 {
	margin-bottom: 30px;
	font-size: 3.2rem;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
    color: #3d8d3d;
}
	
@media screen and (max-width: 768px) {
	.journey {
		margin: 80px auto;
	}
	.title3 {
		font-size: 2.2rem;
	}
	#tour_lp ._body header .txt {
		padding: 30px 0px 0 30px;
	}
}
