body{
	margin: 0;
	padding:0;
}
article *{
	display: block;
	box-sizing: border-box;
}
article{
/*	font-family: "Noto Sans JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/

}
article a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,p,ul,li{
	margin: 0;
	padding: 0;
}
button,a{
transition: .3s}
#what,#consult{
	background-color: #fffac3;
}
.remodal{
	padding: 0;
	background-color: transparent;
}
.modaal-container{
	background-color: transparent;
}
.modaal-content-container img{
	margin: 0 auto;
}
.remodal{
	position: relative;
}
.remodal .close{
	position: absolute;
	right: 0;
	top: -40px;
	width: 40px;
	height: 40px;
}
.remodal .close span{
	background-color: #fff;
	width: 42px;
	height: 2px;
	display: block;
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.remodal .close span:nth-child(1){
	transform: rotate(45deg);
}
.remodal .close span:nth-child(2){
	transform: rotate(-45deg);
}
.kirikae{
	width: 100%;
}
iframe{
	border: 5px solid #d8f1e5;
    border-radius: 16px;
}
.slick-disabled{
	display: none!important;
}
.float{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	 opacity: 0;
  transition: all 0.3s;
}
.float.isActive {
  opacity: 1;
  transition: all 0.3s;
}
.float a{
	display: none;
	margin: 0 auto;
}
.float.isActive a{
	display: block;
}




/****SP START****/
@media (max-width: 768px) {

	section,img{
		max-width: 100%;
		display: block;
	}
article .inner{
	width: calc(100% - 40px);
	margin: 0 auto;
	display: block;
}
article p,
.tab_list li span{
		font-size: 14px;
	line-height: 1.6em;
	color: #333;
}
article #mv{
	min-height: 225px;
}
article #mv h1 img{
	display: block;
	width: 100%;
}
article h2{
	text-align: center;
	padding: 25px 0;
}
article h2 img,
article h2 + p img,
article h3 img
{
	margin: 0 auto;
}
article h2 + p{
	padding-bottom: 10px;
}
article h3{
	padding-bottom: 10px;
	padding-top: 30px;
}
.movie a img{
	width: 100%;
}
#what{
	padding-bottom: 15px;
}
.recommend_box{
	background-color: #fff;
	border: 5px solid #d8f1e5;
	border-radius: 16px;
	width: 100%;
	padding:15px;
}
.recommend_box + .recommend_box{
	margin-top: 20px;
}
.recommend_box img{
	margin: 0 auto;
}
.recommend_box h4{
	padding: 10px 20px;
}
.recommend_box p{
	text-align: center;
}
.consult_list{
	margin-top: 5px;
}
.consult_list li{
	border: 2px solid #0e9364;
	border-radius: 16px;
	padding: 6px 0 6px 60px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.consult_list li:nth-child(1){
	padding-left: 65px;
}
.consult_list li + li{
	margin-top: 10px;
}
.consult_list li:before{
	content: "";
	display: block;
	height: 100%;
	width: 50px;
	background-color: #0e9364;
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 0;
	background-image: url(../img/soudan_check_sp.png);
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
.shop{
	background-color: #f2fbf7;
	border: 4px solid #d8f1e5;
	padding: 13px 10px 13px 80px;
	border-radius: 16px;
	margin: 15px 0 20px;
	background-image: url(../img/shop_img_sp.png);
	background-size: 54px;
	background-repeat: no-repeat;
	background-position: left 10px center;
}
ul.note_list li{
	font-size: 12px;
	line-height: 1.6em;
	padding-left: 20px;
	position: relative;
	padding-bottom: 10px;
}
ul.note_list li:before{
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#recommend{
	background-image: url(../img/bg_green_sp.png);
	background-size: 100% auto;
	position: relative;
	padding-bottom: 40px;
}
article #recommend h3{
	padding-top: 40px;
	padding-bottom: 24px;
}
#recommend li{
	padding-bottom: 10px;
}
#recommend li img{
	margin: 0 auto;
}
#flow{
	background-image: url(../img/bg2_sp.jpg);
	padding-top: 15px;
	padding-bottom: 40px;
}
#flow h2 + p{
	text-align: center;
	padding-bottom: 30px;
	padding-top: 5px;
}
#tab .tabmenu{
	display: flex;
	justify-content: space-between;
	border-bottom: 5px solid #0e9364;
}
#tab .tabmenu button{
	width: calc(50% - 6px);
	background-color: #fff;
	color: #0e9364;
	font-size: 18px;
	border: none;
	padding: 18px 0;
	font-weight: bold;
	border-radius: 16px 16px 0 0;
	line-height: 18px;
}
#tab .tabmenu button.active{
	color: #fff;
	background-color: #0e9364;
}
.tabinner h3{
	font-size: 18px;
	text-align: center;
	color: #0e9364;
	position: relative;
	padding-bottom: 30px;
	font-weight: bold;
}
.tabinner h3:before{
	content: "";
	display: block;
	height: 2px;
	background-image: url(../img/dot_sp.png);
	background-size: 100% auto;
	width: calc(50% - 58px);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tabinner h3:after{
	content: "";
	display: block;
	height: 2px;
	background-image: url(../img/dot_sp.png);
	background-size: 100% auto;
	width: calc(50% - 58px);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tabinner h3 + p{
padding:0 20px 24px;
}
.spslide{
	width: calc(100% + 40px);
	margin-left: -20px;
}
.spslide li {
	height: auto;
	border-radius: 16px;
	overflow: hidden;
}
.spslide li .li_inner{
	background-color: #fff;
	margin: 20px auto;
	padding: 30px 20px;
	position: relative;
	display: block;
	height: 100%;
	border-radius: 16px;
}
.spslide li h4{
	position: absolute;
	left: 0;
	right: 0;
	width: 36px;
	top: -18px;
	margin: auto;
}
.spslide li h4 + picture{
	margin:  0 auto 20px;
	width: 160px;
}
.spslide .slick-dots li{
	width: 10px;
	height: 10px;
	background-color: #8cd8b4;
	padding: 0;
	margin: 0 8px;
}
.spslide .slick-dots li.slick-active{
	background-color: #0e9364;
}
.slick-dots{
	bottom: -30px;
}
.slick-dots li button:before{
	display: none;
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.slick-next,.slick-next:hover, .slick-next:focus{
	background-image: url(../img/slide_next_sp.png);
	width: 17px;
	height: 31px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	right: 30px;
	z-index: 10;
}
.slick-prev,.slick-prev:hover, .slick-prev:focus{
	background-image: url(../img/slide_prev_sp.png);
	width: 17px;
	height: 31px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	left: 30px;
	z-index: 10;
}
.spslide .slick-list {
  padding: 0 10% 0 0!important;
  margin-left: 40px;
}
.spslide .slick-list li {
  margin: 0 20px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
a.btn_or{
	background-color: #ff7e00;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 0;
	line-height: 14px;
	background-image: url(../img/btn_bg_sp.png);
	background-size: 6px auto;
	background-repeat: no-repeat;
	background-position: right 15px center;
	border-radius: 20px;
	margin-top: 25px;
}
#last_note h3{
	text-align: center;
	font-size: 20px;
	color: #0e9364;
	font-weight: bold;
}

.sp{
	display: block;
}
.pc{
	display: none;
}
#tab02{
	z-index: -1;
	opacity: 0;
	height: 0;
	padding-bottom: 30px;
}
#tab02.shownow{
	z-index: 1;
	opacity: 1;
	height: auto;
}
.recommend_list li:nth-child(1) img{
width: 296px;
}
.recommend_list li:nth-child(2) img{
width: 295px;
}
.recommend_list li:nth-child(3) img{
width: 285px;
}
.float{
	bottom: 20px;
}
.float a{
	max-width: 100%;
	width: 330px;
	margin: 0 auto;
}
.float a img{
	margin: 0 auto;
}
}/****SP END****/

/****PC START****/
@media (min-width: 769px) {
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}
article .inner{
	max-width: 100%;
	width: 950px;
	margin: 0 auto;
}
	section,img{
		max-width: 100%;
		display: block;
	}

article p,
.tab_list li span{
		font-size: 16px;
	line-height: 1.6em;
	color: #333;
}
article #mv{
	min-height: 290px;
}
article #mv h1 img{
	display: block;
	width: 100%;
}
article h2{
	text-align: center;
	padding: 35px 0;
}
article h2 img,
article h2 + p img,
article h3 img
{
	margin: 0 auto;
}
article h2 + p{
	padding-bottom: 10px;
}
article h3{
	padding-bottom: 15px;
	padding-top: 60px;
}
.movie a{
	width: 402px;
	display:block;
	margin: 0 auto;
}
#what{
	padding-bottom: 15px;
	padding-top: 45px;
}
#what .pc_column{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recommend_box{
	background-color: #fff;
	border: 5px solid #d8f1e5;
	border-radius: 16px;
	width: calc(50% - 10px);
	padding:30px 25px;
}
.recommend_box img{
	margin: 0 auto;
}
.recommend_box h4{
	padding: 20px;
}
.recommend_box p{
	text-align: center;
}
.consult_list{
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
}
.consult_list li{
	border: 2px solid #0e9364;
	border-radius: 16px;
	padding: 60px 0 30px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	width: 170px;
	max-width: calc(95% / 5);
}
.consult_list li img{
	margin: 0 auto;
}
.consult_list li:before{
	content: "";
	display: block;
	height: 42px;
	width: 100%;
	background-color: #0e9364;
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 0;
	background-image: url(../img/soudan_check_pc.png);
	background-size: 25px;
	background-position: center center;
	background-repeat: no-repeat;
}
.shop{
	background-color: #f2fbf7;
	border: 4px solid #d8f1e5;
	padding: 30px 140px 30px 300px;
	border-radius: 16px;
	margin: 40px 0;
	background-image: url(../img/shop_img_pc.png);
	background-size: 110px;
	background-repeat: no-repeat;
	background-position: left 140px center;
}
ul.note_list li{
	font-size: 14px;
	line-height: 1.6em;
	padding-left: 20px;
	position: relative;
	padding-bottom: 10px;
	letter-spacing: 0.02em;
}
ul.note_list li:before{
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#consult ul.note_list{
	padding-bottom: 34px;
}
#recommend{
	background-image: url(../img/bg_pc.png);
	background-size: 8px;
	background-size: 100% auto;
	position: relative;
	padding-bottom: 90px;
	margin-top: -4px;
}
article #recommend h3{
	padding-top: 80px;
	padding-bottom: 24px;
}
#recommend ul{
	display: flex;
	justify-content: space-between;
}
#recommend li{
	width: calc(100% / 3);
	padding-bottom: 10px;
}
#recommend li img{
	margin: 0 auto;
}
#flow{
	background-image: url(../img/bg2_pc.jpg);
	padding-top: 45px;
}
#flow h2 + p{
	text-align: center;
	padding-bottom: 30px;
	padding-top: 5px;
}
#tab .tabmenu{
	display: flex;
	justify-content: space-between;
	border-bottom: 5px solid #0e9364;
}
#tab .tabmenu button{
	width: calc(50% - 6px);
	background-color: #fff;
	color: #0e9364;
	font-size: 18px;
	border: none;
	padding: 24px 0;
	font-weight: bold;
	border-radius: 16px 16px 0 0;
	line-height: 18px;
}
#tab .tabmenu button.active{
	color: #fff;
	background-color: #0e9364;
}
.tabinner h3{
	font-size: 28px;
	text-align: center;
	color: #0e9364;
	position: relative;
	padding-bottom: 60px;
	font-weight: bold;
}
.tabinner h3:before{
	content: "";
	display: block;
	height: 4px;
	background-image: url(../img/dot_pc.png);
	background-size: 100% auto;
	width: calc(50% - 80px);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tabinner h3:after{
	content: "";
	display: block;
	height: 4px;
	background-image: url(../img/dot_pc.png);
	background-size: 100% auto;
	width: calc(50% - 80px);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tabinner h3 + p{
padding:0 20px 24px;
margin-top: -30px;
text-align: center;
}
.spslide{
	width: calc(100% + 40px);
	margin-left: -20px;
}
.tab_list.center{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 16px;
}
.tab_list.center{
	justify-content: center;
	padding-bottom: 90px;
}
.tab_list li{
	background-color: #fff;
	margin: 20px 0;
	border-radius: 16px;
	padding: 30px 20px;
	position: relative;
}
.tab_list.center li{
	width: 290px;
	max-width: calc(87% / 3);
	margin-bottom: 30px;
}
.tab_list.center li + li{
	margin-left: 40px;
}
.tab_list.center li:nth-child(4){
	margin-left: 0;
}
.tab_list li h4{
	position: absolute;
	left: 0;
	right: 0;
	width: 36px;
	top: -18px;
	margin: auto;
}
.tab_list li h4 + picture{
	margin:  0 auto 20px;
	width: 160px;
}
.tab_list li:after{
	content: "";
	display: block;
	width: 21px;
	height: 35px;
	background-image: url(../img/slide_next_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -32px;
    margin: auto;
}
.tab_list li:last-child:after{
	display: none;
}
a.btn_or{
	background-color: #ff7e00;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	width: 100%;
	display: block;
	text-align: center;
	padding: 13px 0;
	line-height: 14px;
	background-image: url(../img/btn_bg_sp.png);
	background-size: 6px auto;
	background-repeat: no-repeat;
	background-position: right 15px center;
	border-radius: 18px;
	margin-top: 25px;
}
a.btn_or:hover{
	opacity: 1;
	background-position: right 10px center;
}
#last_note {
	padding: 100px 0;
}
#last_note h3{
	text-align: center;
	font-size: 36px;
	color: #0e9364;
	font-weight: bold;
}
#last_note .note_list{
	width: 700px;
	margin: 0 auto;
}
.modaal-close{
	left: calc(50% + 170px);
	bottom: calc(50% + 260px);
	right: auto;
	top: auto;
}
.tabmenu button{
	cursor: pointer;
}
#tab .tabmenu button:hover{
	background-color: #8cd8b4;
}
.movie a.modaal-btn{
	position: relative;
}
.movie .movie_btn{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
}
.movie a.modaal-btn:hover .movie_btn{
	transform: scale(1.2);
}
#consult{
	padding-top: 30px;
}
#tab02{
	z-index: -1;
	opacity: 0;
	height: 0;
	padding-bottom: 80px;
}
#tab02.shownow{
	z-index: 1;
	opacity: 1;
	height: auto;
}
.remodal{
	max-width: 312px;
}
.mover iframe{
	margin: 0 auto;
}
	.remodal .close{
	cursor: pointer;
	right: -50px;
	top: -20px;
}
.float{
	bottom: 20px;
	padding-bottom: 10px;
	transition: .3s;
}
.float a{
	max-width: 480px;
	margin: 0 auto 10px;
}
.float:hover{
	opacity: 1;
}
.float a:hover{
	margin: 10px auto 0;
}
.float:hover a img,
.float:hover a{
opacity: 1
}
#lp .l-footer-bottom{
	padding-bottom: 120px!important;
}

.spslide:not(.center) li {
	height: auto;
	border-radius: 16px;
	overflow: hidden;
	height: auto;
	background-color: transparent;
}
.spslide:not(.center) li .li_inner{
	background-color: #fff;
	margin: 20px auto;
	padding: 30px 20px;
	position: relative;
	display: block;
	height: 460px;
	border-radius: 16px;
}
.spslide:not(.center) .slick-dots li{
	width: 10px;
	height: 10px;
	background-color: #8cd8b4;
	padding: 0;
	margin: 0 8px;
}
.spslide:not(.center) .slick-dots li.slick-active{
	background-color: #0e9364;
}
.slick-dots{
	bottom: 0;
}
.slick-dots li button:before{
	display: none;
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.slick-next,.slick-next:hover, .slick-next:focus{
	background-image: url(../img/slide_next_sp.png);
	width: 27px;
	height: 31px;
	background-size: 17px auto;
	background-repeat: no-repeat;
	right: -20px;
	z-index: 10;
	transition: .3s;
	background-position: left center;
}
.slick-prev,.slick-prev:hover, .slick-prev:focus{
	background-image: url(../img/slide_prev_sp.png);
	width: 27px;
	height: 31px;
	background-size: 17px auto;
	background-repeat: no-repeat;
	left: -20px;
	z-index: 10;
	transition: .3s;
	background-position: right center;
}
.slick-next:hover{
	background-position: right center;
}
.slick-prev:hover{
	background-position: left center;
}
article #mv{
	background-image: url(../img/mv_pc_bg.jpg);
	background-size: 1500px;
	padding: 25px 0;
}
article #mv h1 img{
	display: block;
	margin: 0 auto;
	width: 882px;
}

}/****PC END****/
/**pad start**/
@media (max-width: 1021px) and (min-width: 768px){
article .inner{
	max-width: 90%;
}
.shop{
	padding: 30px 80px 30px 160px;
	background-position: left 30px center;
}
.movie a{
	max-width: 402px;
	margin: 0 auto;
}
#recommend li img{
	max-width: 100%;
	margin: 0 auto;
}
}
@media (max-width: 769px) and (min-width: 767px){
#recommend li img{
	max-width: 295px;
}
}
/**pad end**/
