@charset "utf-8";
/* CSS Document */

@media screen and (min-width:769px){
	#concept, #videocm, #reasons, #product, #faq, #form, #voices{
		position: relative;
		z-index: 1;
		padding: 100px 0 80px;
	}
	#reasons, #faq, #form{
		background: #D1E8B3;
	}
	.concept__wrap, .videocm__wrap, .product__wrap, .faq__wrap, .form__wrap, .voices__wrap{
		max-width: 1280px;
		width: 100%;
		margin: auto;
		text-align: center;
	}
	h3{
		font-weight: 700;
		color: #33691E;
		position: relative;
	}
	h3:before{
		content: '';
		display: block;
		background-image: url("../img/deco.png");
		background-repeat: no-repeat;
		background-size: 55px;
		width: 100px;
		height: 50px;
		position: absolute;
		right: -100px;
		top: -40px;
		z-index: 10;
	}
	.sec__icon{
		position: absolute;
		top: 30px;
		left: 0;
		font-size: 9rem;
		font-family: 'Karla', sans-serif;
		z-index: -1;
	}
	.sec__ttl{
		margin: 10px auto 25px;
		border-bottom: 2px solid #F7C872;
		font-size: 2rem;
		display: inline-block;
		line-height: 1;
		padding-bottom: 3px;
	}
	.wave{
		margin-bottom: -20px;
	}
	/*全デバイス共通のスタイル*/

	/*ここからヘッダー*/
	header{
		width: 100%;
		margin: auto;
		position: relative;
	}
	.logo{
		width: 300px;
		height: auto;
		position:absolute;
		top: 2vw;
		left: 5vw;
		z-index: 2;
	}
	.main_cb h1{
		 font-size:2.5rem;
	}
	.main_cb{
	  position:absolute;
	  top: 27vw;
	  left: 50vw;
	  transform: translate(-50%, -50%);
	  margin:auto;
	  width:40vw;
	  height:40vw;
	  text-align:center;
	  display:flex;
	  flex-direction:column;
	  justify-content:center;
	}

	.main_cb::after{
	  position:absolute;
	  top: 0;
	  z-index:-1;
	  content:"";
	  display:block;
	  width:40vw;
	  height:40vw;
	  background:url("../img/round.svg");
	  animation-name:anime00;
	  animation-duration:25s;
	  animation-iteration-count:infinite;
	}
	.main_cb .btn{
		width: 20vw;
		margin: 10px 10vw 0;
	}
	.btn{
		text-align: center;
		padding: 10px 5px;
		
		display: inline-block;
		text-decoration: none;
		font-weight: 650;
		text-transform: uppercase;
		transition: 0.5s;
		background-size: 200% auto;
		color: white;
		box-shadow: 0 0 20px #eee;
		border-radius: 10px;
	}

	.btn:hover{
	  background-position: right center; 
	}

	/*ここからコンセプト*/
	.concept__sub{
		margin-top: 50px;
	}
	/*ここまでコンセプト*/

	/*ここから動画広告*/
	.videocm__sub{
		width: 841px;
		height: 680px;
		margin: auto;
		position: relative;
		background-image: url("../img/bg_movie.png");
		background-repeat: no-repeat;
	}
	.videocm__sub iframe{
		position: absolute;
		top: 370px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 600px;
		height: 338px;
		border-radius: 25px;
	}
	.videocm__sub .btn_youtube{
		display: block;
		transition: 0.3s;
		left: 100px;
		bottom: 15vw;
		z-index: 2;
		position: absolute;
		top: 69%;
		left: 77%;
		transform: rotate(5deg);
	}
	.videocm__sub .btn_youtube:hover{
		opacity: 0.9;
		transform: scale(1.05);
	}
	/*ここまで動画広告*/

	/*ここから理由*/
	.reason__wrap{
		max-width: 1000px;
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.reasons__box{
		position: relative;
		z-index: 10;
	}
	.line{
		position: absolute;
		z-index: -1;
		top: 40px;
	}
	.num p{
		font-size: 3rem;
		color: #fff;
		width: 90px;
		height: 90px;
		line-height: 100px;
		background-color: #51942A;
		border-radius: 50%;
		text-align: center;
		margin: 50px auto;
	}
	.reasons__item{
		display: flex;
		justify-content: space-between;
		padding: 0;
		height: 268px;
		margin: 0 50px;
	}
	.reasons__img{
		width: 80%;
	}
	.reasons_txt{
		width: 80%;
		padding: 2%;
		text-align: left;
	}
	.reasons__ttl{
		color: #F96637;
		margin: 15px auto;
		font-size: 1.8rem;
	}
	.reasons__sub{
		font-size: 1.1rem;
	}
	.product_re{
		height: 230px;
		margin-top: 100px;
	}
	.botan img{
		width: 50%;
		height: auto;
	}
	/*ここまで理由*/

	/*ここから商品セット*/
	.product__box{
		margin: 80px 0 50px;
	}
	.product__wrap .btn{
		padding: 25px 30px;
		width: 500px;
	}
	.cards{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;
		gap: 3rem;
	}
	.cards_item{
		display: flex;
	}
	.card-image{
		background-color: #FFFFFF;
		padding-bottom: 20px;
		display: flex;
		box-shadow: 0 50px 100px 0 var(--violet);
	}
	.card-image img{
		display: block;
		width: 100%;
		height: auto;
	}
	.card{
		display: flex;
		flex-direction: column;
		position: relative;
		overflow: hidden;
		border-radius: 80px 80px 0px 0px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		padding-bottom: 30px;
	}
	.card-size{
		position: absolute;
		top: 180px;
		right: -25px;
		transform: rotate(5deg);
	}
	.card-size:hover{
		opacity: 0.9;
		transform: scale(1.05);
	}
	.card-text{
		font-size: 0.9rem;
		text-align: left;
		margin-left: 30px;
		margin-top: 30px;
	}
	.card-text .news{
	   font-size: 0.9rem;
	   text-align : center;
	}
	.card-text .card-text-price p{
		display: inline-block;
	}
	.card-text .card-text-ryu p{
		display: inline-block;
	}
	.price{
		font-size: 4rem;
	}
	.ryu-title{
		background-color:#FFF5DB; 
	}
	/*ここまで商品セット*/

	/*ここからFAQ*/
	#faq .sec__ttl{
		margin-bottom: 100px;
	}
	.ol-shop{
		text-decoration: underline;
		color: #5b8ceb;
	}
	.qa__box{
		background: #fff;
		border-radius: 10px;
		display: block;
		margin: 0 auto 10px;
		max-width: 1280px;
		text-align: left;
		width: 100%;
	}
	.qa__box:last-child{
		margin-bottom: 50px;
	}
	.qa__ttl{
		background: #33691E;
		border-radius: 10px;
		cursor: pointer;
		display: table;
		min-height: 70px;
		width: 100%;
	}
	.icon-quesion{
		background: #F7C872;
		border-radius: 10px 0 0 10px;
		color: #fff;
		display: table-cell;
		font-size: 36px;
		font-weight: 700;
		text-align: center;
		vertical-align: middle;
		width: 100px;
	}
	.ttl-quesion{
		color: #fff;
		display: table-cell;
		font-size: 22px;
		font-weight: 700;
		padding: 5px 60px 5px 30px;
		vertical-align: middle;
		width: calc(100% - 100px);
		position: relative;
		z-index: 1;
		cursor: pointer;
		transition-duration: 0.2s;
	}
	.ttl-quesion:hover{
		opacity: .8;
	}
	.qa__sub{
		display: none;
		padding: 30px 0;
		width: 100%;
	}
	.icon-answer{
		color: #f8b62d;
		display: table-cell;
		font-size: 36px;
		font-weight: 700;
		text-align: center;
		width: 100px;
	}
	.ttl-answer{
		display: table-cell;
		font-size: 18px;
		line-height: 1.66;
		padding: 10px 60px 5px 30px;
		vertical-align: top;
		width: calc(100% - 100px);
	}
	.i_box{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  position: absolute;
	  top: 50%;
	  right: 5%;
	  width: 40px;
	  height: 40px;
	  border: 1px solid #fff;
	  margin-top: -20px;
	  box-sizing: border-box;
	  transform: rotate(45deg);
	  transform-origin: center center;
	  transition-duration: 0.2s;
	}
	.i_box .one_i{
	  display: block;
	  width: 18px;
	  height: 18px;
	  transform: rotate(45deg);
	  transform-origin: center center;
	  transition-duration: 0.2s;
	  position: relative;
	}
	.open .i_box{
	  transform: rotate(-360deg);
	}
	.i_box .one_i:before, .i_box .one_i:after{
	  display: flex;
	  content: '';
	  background-color: #fff;
	  border-radius: 10px;
	  width: 18px;
	  height: 4px;
	  position: absolute;
	  top: 7px;
	  left: 0;
	  transform: rotate(0deg);
	  transform-origin: center center;
	}
	.i_box .one_i:before{
	  width: 4px;
	  height: 18px;
	  top: 0;
	  left: 7px;
	}
	.open .i_box .one_i:before{
	  content: none;
	}
	.open .i_box .one_i:after{
	  transform: rotate(-45deg);
	}
	/*ここまでFAQのスタイル*/

	/*ここからFORMのスタイル*/
	.form__wrap{
		padding-bottom: 100px;
		background-image:url("../img/bg-form.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		max-width: 1280px;	
		width: 100%;
		margin: auto;
	}
	.form__box{
		max-width: 1000px;
		width: 100%;
		margin: 350px auto 0;
		position: relative;
	}
	.form_btn:hover{
		opacity: 0.9;
		transform: scale(1.05);
	}
	h4{
		padding-top: 20px;
		font-size: 1.8rem;
		color: green;
	}
	hr{
		width: 100%;
		max-width: 500px;
		margin: auto;
		height: 5px;
		background-color: green;
	}
	.group__ttl{
		color: #fff;
		background: green;
		text-align: left;
		padding-left: 40px;
	}
	.form__ttl{
		font-size: 1.4rem;
		color: green;
		margin: 20px auto;
	}
	.form__sub{
		text-align: left;
	}
	form dl{
		width: 90%;
		margin: auto auto;
	}
	form dt{
		float: left;
		padding: 10px 0;
		padding-right: 40px;
		width: 30%;
		text-align: right;
		clear: both;
		position: relative;
	}
	form dd{
		padding: 10px 0 10px 300px;
		border-bottom: 1px solid #cccccc;
	}
	form dd:last-child{
		border-bottom: none;
	}
	#name, select, #address, #tel, #email, #email2, #calendar, #password, #password2, #comment{
		width: 100%;
		padding: 10px 20px;
		font-size: 0.8rem;
	}
	.input-required:after{
		color: #ff4f20;
		content: "必須";
		font-size: small;
		vertical-align: baseline;
		position: absolute;
		top: 10px;
		margin-left: 5px;
	}
	.br-sp{
		display: none;
	}
	form span{
		margin-left: 20px;
	}
	#comment{
		width: 100%;
		height: 200px;
	}
	form p{
		margin: auto;
		padding: 10px 0;
		text-align: center;
	}
	input[type="submit"]{
		width: 300px;
		height:300px;
		padding: 10px;
		border:none;
		margin-right: -500px;
		background:center/contain url(../img/btn_form.svg) no-repeat;
	}
	.confirm{
		font-size: smaller;
		text-align: left;
	}
	.plan{
		text-align: left;
		display: block;
	}
	#privacy_checkbox{
		width: 100%;
		max-width: 600px;
		margin: auto;
		text-align: left;
		border-top: 1px solid #cccccc;
	}
	/*ここまでFORMのスタイル*/

	/*ここからVOICESのスタイル*/
	#voices{
		background: #9CCE66;
	}
	.voices__box ul{
		max-width: 1280px;
		width: 100%;
		margin: 50px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		list-style: none;
	}
	.voices__box ul li{
		width: 30%;
		height: auto;
		margin: 20px 10px;
		background: #C0E2AB;
		border-radius: 50px;
		padding: 50px 0 50px;
		position: relative;
	}
	.voices__box h5{
		margin-left: 7%;
		font-size: 1.2rem;
		margin-bottom: 5px;
		border-left: 3px solid #F96637;
		padding-left: 0.5rem;
		text-align: left;
	}
	.voices__box ul li p{
		width: 90%;
		padding-left: 7%;
		font-size: 1rem;
	}
	.txt_right{
		text-align: right;
		font-size: smaller;
	}
	.txt_left{
		text-align: left;
		padding-bottom: 30px;
	}
	.voices_name{
		position: absolute;
		right: 50px;
		bottom: 10px;
	}
	/*ここまでVOICESのスタイル*/
	footer{
		width: 100%;
		margin: auto;
		border-top: 1px solid #fff;
		padding-top: 20px;

		background: #9CCE66;
		text-align: center;
	}
	.flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.sns ul{
		display: flex;
	
	}
	.sns ul li{
		margin: 0 10px;
	}
	.sns ul li a{
		text-decoration: none;
	}
	.sns ul li:hover{
		opacity: .5;
	}
	.ft__wrap{
		width: 90%;
		margin: 0 auto;
	}
	.copyright{
		color: #fff;
	}
	.go-top{
		width: 150%;
	}
	.go-top img:nth-of-type(2){
		display: none;
		}
	.go-top:hover{
		transform: translateY(-30px);
		transition-duration: .75s;
		width: 200%;
	}
	.go-top:hover img:nth-of-type(1) {
		display: none;
	}
	.go-top:hover img:nth-of-type(2) {
		display: inherit;
		margin: auto;
	}
	.fixed{
		position: fixed;
		right: 50px;
		bottom: 15%;
		z-index: 9999;
		transition: .6s;
	}
}

@media screen and (min-width:769px) and (max-width:999px){
	header{
		width: 100%;
		margin: auto;
	}
	#concept, #videocm, #reasons, #product, #faq, #form, #voices{
		position: relative;
		z-index: 1;
		padding: 50px 0;
	}
	#reasons, #faq, #form{
		background: #D1E8B3;
	}
	.concept__wrap, .videocm__wrap, .product__wrap, .faq__wrap, .form__wrap, .voices__wrap{
		width: 95%;
		margin: auto;
		text-align: center;
	}
	h3:before{
		background-size: 35px;
		width: 50px;
		height: 50px;
		right: -40px;
		top: -30px;
	}
	.sec__icon{
		margin-top: 10px;
		font-size: 7rem;
	}
	.sec__ttl{
		margin-top: 60px;
		font-size: 1.4rem;
	}
	.wave{
		margin-bottom: -25px;
	}
	/*全デバイス共通のスタイル*/

	/*ここからヘッダー*/
	.logo{
		width: 150px;
	}
	.main_cb h1{
		 font-size: 1.4rem;
	}
	.btn{
		font-size: .8rem;
	}
	
	/*ここから動画広告*/
	.videocm__sub{
		padding-top: 20px;
		width: 650px;
		height: 500px;
		background-size: 100%;
	}
	.videocm__sub iframe{
		top: 290px;
		width: 500px;
		height: 281px;
	}
	/*ここまで動画広告*/

	/*ここから理由*/

	.num p{
		font-size: 2rem;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.reasons__item{
		width: 95%;
		margin: auto;
		display: flex;
		justify-content: space-around;
		padding: 0;
		border-bottom: 1px solid #fff;
	}
	.reasons__img{
		width: 45%;
	}
	.reasons_txt{
		width: 45%;
		padding: 0;
		text-align: left;
	}
	.reasons__ttl{
		color: #F96637;
		margin: 15px auto;
		font-size: 1.4rem;
	}
	.reasons__sub{
		font-size: 1rem;
	}
	.product_re{
		margin-top: -150px;
	}
	.botan img{
		width: 50%;
		height: auto;
	}
	/*ここまで理由*/

	/*ここから商品セット*/
	.price{
		font-size: 3rem;
	}
	.cards{
		width: 95%;
		margin: auto;
	}
	.card-size img{
		width: 70%;
	}
	.yajirushi{
		margin-bottom: 20px;
	}
	/*ここまで商品セット*/

	/*ここからFAQ*/
	.qa__box{
		width: 95%;
	}
	.icon-quesion, .icon-answer{
		font-size: 30px;
	}
	.ttl-quesion{
		font-size: 18px;
	}
	.ttl-answer{
		font-size: 16px;
	}
	.i_box{
	  right: 3%;
	  width: 30px;
	  height: 30px;
	  margin-top: -15px;
	}
	/*ここまでFAQのスタイル*/

	/*ここからFORMのスタイル*/
	.form__wrap{
		width: 90%;
	}
	.form__box{
		margin: 50px auto;
		background: #fff;
		border-radius: 2rem;
		padding: 3% 3% 100px;
	}
	h4{
		font-size: 1.4rem;
	}
	.form__ttl{
		font-size: 1.2rem;
	}
	.form__sub{
		font-size: 1rem;
		margin-bottom: 20px;
	}
	form dl{
		width: 100%;
	}
	form dt{
		font-size: 1rem;
		width: 35%;
	}
	form dd{
		font-size: .8rem;
		padding-left: 40%;
	}
	input[type="submit"]{
		position: absolute;
		left: 70%;
		width: 200px;
		height:200px;
	}
	/*ここまでFORMのスタイル*/

	/*ここからVOICESのスタイル*/
	.voices__box ul{
		width: 95%;
		margin: 50px auto 0;
		display: flex;
		flex-wrap: wrap;
	}
	.voices__box ul li{
		width: 45%;
		height: 200px;
		background-size: 60%;
		padding: 30px 0;
	}
	.voices__box h5{
		font-size: 1rem;
	}
	.voices__box ul li p{
		padding-left: 7%;
		font-size: .5rem;
	}
	/*ここまでVOICESのスタイル*/
	.ft__wrap{
		width: 95%;
	}
	.ft_logo img{
		width: 80%;
	}
	.sns ul li{
		padding: 10px 10px;
	}
	.fixed{
		position: fixed;
		right: 50px;
		z-index: 9999;
		transition: .6s;
	}
}

@media screen and (max-width:768px){
	#concept, #videocm, #reasons, #product, #faq, #form, #voices{
		position: relative;
		z-index: 1;
		padding: 50px 0;
	}
	#reasons, #faq, #form{
		background: #D1E8B3;
	}
	.concept__wrap, .videocm__wrap, .product__wrap, .faq__wrap, .form__wrap, .voices__wrap{
		width: 95%;
		margin: auto;
		text-align: center;
	}
	h3{
		font-weight: 700;
		color: #33691E;
		position: relative;
	}
	h3:before{
		content: '';
		display: block;
		background-image: url("../img/deco.png");
		background-repeat: no-repeat;
		background-size: 30px;
		width: 30px;
		height: 30px;
		position: absolute;
		right: -25px;
		top: -20px;
		z-index: 10;
	}
	.sec__icon{
		position: absolute;
		top: 30px;
		left: 0;
		font-size: 3rem;
		font-family: 'Karla', sans-serif;
		z-index: -1;
	}
	.sec__ttl{
		margin: 60px auto 25px;
		border-bottom: 2px solid #F7C872;
		font-size: 1.1rem;
		display: inline-block;
		line-height: 1;
		padding-bottom: 3px;
	}
	.wave{
		margin-bottom: -15px;
	}
	/*全デバイス共通のスタイル*/

	/*ここからヘッダー*/
	header{
		position: relative;
		height: 70vh;
	}
	.logo{
		width: 90px;
		height: auto;
		position:absolute;
		top: 2vw;
		left: 2vw;
		z-index: 2;
	}
	.main_cb h1{
		 font-size:1.1rem;
	}
	.main_cb{
	  position:absolute;
	  top: 60vw;
	  left: 52vw;
	  transform: translate(-50%, -50%);
	  margin:auto;
	  width:70vw;
	  height:70vw;
	  text-align:center;
	  display:flex;
	  flex-direction:column;
	  justify-content:center;
	}

	.main_cb::after{
	  position:absolute;
	  top: -6vw;
      left: 1vw;
	  z-index:-1;
	  content:"";
	  display:block;
	  width:65vw;
	  height:65vw;
	  background:url("../img/round.svg");
	  animation-name:anime00;
	  animation-duration:25s;
	  animation-iteration-count:infinite;
	}
	.btn{
		text-align: center;
		margin: 10px 10vw 0;
		padding: 10px 5px;
		width: 60vw;
		display: inline-block;
		text-decoration: none;
		font-weight: 650;
		text-transform: uppercase;
		transition: 0.5s;
		background-size: 200% auto;
		color: white;
		box-shadow: 0 0 20px #eee;
		border-radius: 10px;
		font-size: 1rem;
		top: 30vw;
		left: -6vw;
	}

	.btn:hover{
	  background-position: right center; 
	}

	/*ここからコンセプト*/
	.concept__sub{
		margin-top: 20px;
		font-size: .9rem;
		letter-spacing: 2px;
	}
	/*ここまでコンセプト*/

	/*ここから動画広告*/
	.videocm__sub{
		width: 300px;
		height: 243px;
		margin: auto;
		position: relative;
		background-image: url("../img/bg_movie_sp.png");
		background-repeat: no-repeat;
	}
	.videocm__sub iframe{
		position: absolute;
		top: 146px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 230px;
		height: 130px;
		border-radius: 25px;
	}
	.videocm__sub .btn_youtube{
		display: block;
		transition: 0.3s;
		left: 100px;
		bottom: 15vw;
		z-index: 2;
		position: absolute;
		top: 69%;
		left: 77%;
		transform: rotate(5deg);
	}
	.videocm__sub .btn_youtube:hover{
		opacity: 0.9;
		transform: scale(1.05);
	}
	/*ここまで動画広告*/

	/*ここから理由*/
	.reason__wrap{
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.num p{
		font-size: 1.4rem;
		color: #fff;
		width: 50px;
		height: 50px;
		line-height: 50px;
		background-color: #51942A;
		border-radius: 50%;
		text-align: center;
		margin: 20px auto;
	}
	.reasons__img{
		width: 100%;
		margin: auto;
	}
	.reasons_txt{
		width: 90%;
		margin: auto;
		text-align: left;
	}
	.reasons__ttl{
		color: #F96637;
		margin: 5px auto;
		font-size: 1rem;
		text-align: center;
	}
	.reasons__sub{
		font-size: .9rem;
		margin-bottom: 20px;
		padding-bottom: 5px;
		border-bottom: 1px solid #fff;
	}
	.product_re{
		margin-top: 50px;
	}
	.botan img{
		width: 80%;
		height: auto;
	}
	.yajirushi{
		margin-bottom: 30px;
	}
	/*ここまで理由*/

	/*ここから商品セット*/
	.product__box{
		width: 90%;
		margin: auto;
		align-items: center;
	}
	.product__btn{
		width: 90%;
		margin: auto;
	}
	.product__wrap .btn{
		padding: 15px 10px;
		width: 85%;
		align-items: center;
		margin-bottom: 250px;
		margin-top: -200px;
	}
	.cards_item{
		margin-top: 50px;
	}
	.card-image{
		background-color: #FFFFFF;
		padding-bottom: 20px;
		display: flex;
	}
	.card-image img{
		display: block;
		width: 100%;
		height: auto;
	}
	.card{
		position: relative;
		border-radius: 80px 80px 0px 0px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
		padding-bottom: 30px;
	}
	.card:last-child{
		padding-bottom: 0;
	}
	.card-size{
		width: 35%;
		position: absolute;
		top: 190px;
		right: 0px;
		transform: rotate(5deg);
	}
	.card-size:hover{
		opacity: 0.9;
		transform: scale(1.05);
	}
	.card-text{
		font-size: 0.9rem;
		text-align: left;
		padding-bottom: 15px;
		margin-left: 30px;
		margin-top: 30px;
	}
	.card-text .news{
	   font-size: 0.9rem;
	   text-align : center;
	}
	.card-text .card-text-price p{
		display: inline-block;
	}
	.card-text .card-text-ryu p{
		display: inline-block;
	}
	.price{
		font-size: 3rem;
	}
	.ryu-title{
		background-color:#FFF5DB; 
	}
	/*ここまで商品セット*/

	/*ここからFAQ*/
	.ol-shop{
		text-decoration: underline;
		color: #5b8ceb;
	}
	.qa__box{
		background: #fff;
		border-radius: 10px;
		display: block;
		margin: 0 auto 10px;
		width: 95%;
		text-align: left;
	}
	.qa__box:last-child{
		margin-bottom: 50px;
	}
	.qa__ttl{
		background: #33691E;
		border-radius: 10px;
		cursor: pointer;
		display: table;
		min-height: 40px;
		width: 100%;
	}
	.icon-quesion{
		background: #F7C872;
		border-radius: 10px 0 0 10px;
		color: #fff;
		display: table-cell;
		font-size: 1.5rem;
		font-weight: 700;
		text-align: center;
		vertical-align: middle;
		width: 50px;
	}
	.ttl-quesion{
		color: #fff;
		display: table-cell;
		font-size: .9rem;
		font-weight: 700;
		padding: 5px 40px 5px 10px;
		vertical-align: middle;
		width: calc(100% - 100px);
		position: relative;
		z-index: 1;
		cursor: pointer;
		transition-duration: 0.2s;
	}
	.ttl-quesion:hover{
		opacity: .8;
	}
	.qa__sub{
		display: none;
		padding: 30px 0;
		width: 100%;
	}
	.icon-answer{
		color: #f8b62d;
		display: table-cell;
		font-size: 1.2rem;
		font-weight: 700;
		text-align: center;
		width: 50px;
	}
	.ttl-answer{
		display: table-cell;
		font-size: .8rem;
		line-height: 1.66;
		padding: 10px 40px 5px 10px;
		vertical-align: top;
		width: calc(100% - 100px);
	}
	.i_box{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  position: absolute;
	  top: 60%;
	  right: 4%;
	  width: 25px;
	  height: 25px;
	  border: 1px solid #fff;
	  margin-top: -20px;
	  box-sizing: border-box;
	  transform: rotate(45deg);
	  transform-origin: center center;
	  transition-duration: 0.2s;
	}
	.i_box .one_i{
	  display: block;
	  width: 18px;
	  height: 18px;
	  transform: rotate(45deg);
	  transform-origin: center center;
	  transition-duration: 0.2s;
	  position: relative;
	}
	.open .i_box{
	  transform: rotate(-360deg);
	}
	.i_box .one_i:before, .i_box .one_i:after{
	  display: flex;
	  content: '';
	  background-color: #fff;
	  border-radius: 10px;
	  width: 18px;
	  height: 4px;
	  position: absolute;
	  top: 7px;
	  left: 0;
	  transform: rotate(0deg);
	  transform-origin: center center;
	}
	.i_box .one_i:before{
	  width: 4px;
	  height: 18px;
	  top: 0;
	  left: 7px;
	}
	.open .i_box .one_i:before{
	  content: none;
	}
	.open .i_box .one_i:after{
	  transform: rotate(-45deg);
	}
	/*ここまでFAQのスタイル*/

	/*ここからFORMのスタイル*/
	.form__wrap{
		padding-bottom: 20px;
		background-image:url("../img/bg-form.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		max-width: 95%;	
	}
	.form__box{
		position: relative;
		background: #fff;
		border-radius: 2rem;
		padding: 10px 5% 50px;
	}
	.form_btn:hover{
		opacity: 0.9;
		transform: scale(1.05);
	}
	h4{
		padding-top: 20px;
		font-size: 1.2rem;
		color: green;
	}
	hr{
		width: 100%;
		max-width: 250px;
		margin: auto;
		height: 3px;
		background-color: green;
	}
	.group__ttl{
		color: #fff;
		background: green;
		text-align: left;
		padding-left: 10px;
	}
	.form__ttl{
		font-size: 1rem;
		color: green;
		margin: 20px auto;
	}
	.form__sub{
		margin: auto;
		text-align: left;
		font-size: .9rem;
		margin-bottom: 10px;
	}
	form dl{
		width: 90%;
		margin: auto;
	}
	form dt{
		padding: 10px 0;
		padding-right: 40px;
		width: 100%;
		text-align: left;
		position: relative;
	}
	form dd{
		padding-bottom: 10px;
		border-bottom: 1px solid #cccccc;
	}
	form dd:last-child{
		border-bottom: none;
	}
	#name, select, #address, #tel, #email, #email2, #calendar, #password, #password2, #comment{
		width: 100%;
		padding: 10px 20px;
		font-size: 0.8rem;
	}
	.input-required:after{
		color: #ff4f20;
		content: "必須";
		font-size: small;
		vertical-align: baseline;
		position: absolute;
		top: 10px;
		margin-left: 5px;
	}
	.br-sp{
		display: none;
	}
	form span{
		margin-left: 20px;
	}
	#comment{
		width: 100%;
		height: 80px;
	}
	form p{
		margin: auto;
		padding: 10px 0;
		text-align: center;
	}
	input[type="submit"]{
		width: 150px;
		height:150px;
		border:none;
		margin-right: -180px;
		background:center/contain url(../img/btn_form.svg) no-repeat;
	}
	.confirm{
		font-size: .7rem;;
		text-align: left;
	}
	.plan{
		text-align: left;
		display: block;
	}
	#privacy_checkbox{
		width: 100%;
		margin: auto;
		text-align: left;
		border-top: 1px solid #cccccc;
	}
	/*ここまでFORMのスタイル*/

	/*ここからVOICESのスタイル*/
	#voices{
		background: #9CCE66;
	}
	.voices__box ul{
		width: 100%;
		margin: auto;
	}
	.voices__box ul li{
		width: 90%;
		height: auto;
		margin: 20px auto;
		background: #C0E2AB;
		border-radius: 50px;
		padding: 50px 0 50px;
		position: relative;
	}
	.voices__box h5{
		margin-left: 7%;
		font-size: 1rem;
		margin-bottom: 5px;
		border-left: 3px solid #F96637;
		padding-left: 0.5rem;
		text-align: left;
	}
	.voices__box ul li p{
		width: 95%;
		padding-left: 7%;
		font-size: .9rem;
	}
	.txt_right{
		text-align: right;
		font-size: smaller;
	}
	.txt_left{
		text-align: left;
		padding-bottom: 30px;
	}
	.voices_name{
		position: absolute;
		right: 50px;
		bottom: 10px;
	}
	/*ここまでVOICESのスタイル*/
	footer{
		border-top: 1px solid #fff;
		padding-top: 20px;
		background: #9CCE66;
		text-align: center;
	}
	.flex{
		text-align: center;
	}
	.sns ul{
		width: 40%;
		margin: auto;
		display: flex;
		justify-content: space-around;
	}
	.sns ul li{
		margin: 0 10px;
	}
	.sns ul li a{
		text-decoration: none;
	}
	.sns ul li a img{
		width: 100%;
	}
	.sns ul li:hover{
		opacity: .5;
	}
	.copyright{
		color: #fff;
	}
	.ft_logo img{
		width: 60%;
	}
}