.desktop{
	display: none !important;
}
body,
form input{
	font:16px/1.5 "メイリオ", "Meiryo", ryumin,Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
}

.hidden{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.m10{
    margin:10px !important;
}
.m20{
    margin:20px !important;
}
.mt20{
    margin-top:20px;
}
.mb30{
	margin-bottom:30px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb100{
	margin-bottom:100px !important;
}
.ml100{
    margin-left:100px;
}
.mr100{
    margin-right: 100px;
}
.pb50{
    padding-bottom:50px !important;
}
.pb100{
    padding-bottom:10px !important;
}
.pt10{
	padding-top:1px !important;
}
.sectionFirst{
    margin-top:var(--header-height);
}
.sectionSecond{
    margin-top:calc(var(--header-height) + 50px);
}
div#headerWrapper0{
    width:100%;
    background:#efefef;
    height: calc(80px + 4px);
    position: fixed;
    top:0;
    z-index: 2;
    box-shadow: 0 3px 6px rgba(0,0,0,0.35);
}
div#headerWrapper{
    width:100%;
    background:#fff;
    height: 80px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.35);
    border-bottom:4px solid var(--green-color);
}
div#header{
    width:calc(100%);
    height: 80px;
    margin:auto;
    position: relative;
    box-sizing: border-box;
    padding:0 10px;
    align-items: center;
}
div#header h1{
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background:url("../images/logo.svg") left center no-repeat;
    background-size:216px;
    width:216px;
    height: 36px;
    position: absolute;
    top:22px;
    left:10px;
}

div#header h1 a{
    width:100%;
    height: 100%;
    display: block;
}
p.tel{
    background:url("../images/icon_tel.svg") center center no-repeat;
    background-size:30px;
    width:30px;
    height: 30px;
    position: absolute;
    top:25px;
    right:50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
p.tel a{
    display: block;
    width:100%;
    height: 100%;
}
.openbtn1{
	background:#fff;
	cursor: pointer;
    width: 50px;
    height:50px;
    position: absolute;
    top:15px;
    right:15px;
    transform: scale(0.88) !important;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
	background: var(--green-color);
  	width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
	top:15px;	
}

.openbtn1 span:nth-of-type(2) {
	top:23px;
}

.openbtn1 span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
ul.nav{
    width:100%;
    top:84px;
    right:0;
    z-index: 10;
    position: absolute;
    background:#fff;
    display: none;
	/*font-family: serif;*/
	color:var(--green-color);
}
ul.nav > li{
    position: relative;
    line-height: 45px;
    width:100%;
    border-bottom:2px solid var(--green-color);
    text-indent:20px;
    background:url("../images/icon_navArrow.svg") right 10px center no-repeat;
    background-size:8px;
}
ul.nav > li.hasChild{
    background:url("../images/icon_faq.svg") right 10px top 15px no-repeat;
    background-size:12px;
}
ul.nav > li strong{
	display: block;
	width:100%;
	height: 100%;
	cursor: pointer;
}
ul.nav li a{
    display: block;
    width:100%;
    height: 100%;
    color:var(--green-color);
}
ul.nav a:hover{
    border-bottom: none !important;
    color:var(--green-color);
}
ul.nav li strong{
	
}
ul.nav ul.child{
	display: none;
}
ul.child li{
	text-indent: 40px;
	border-top:1px solid var(--green-color);
	position: relative;
	font-size:14px;
}
div.inquiry{
    width:50%;
    display:flex;
    align-items:center;
}
p.inquiryTitle{
    font-size:14px;
    display: inline-block;
    padding:4px 16px;
    background:var(--green-color);
    color:#fff;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.35);
    margin-right: 15px;
    width:190px;
}
p.tel{
    color:var(--green-color);
    font-size:24px;
    font-weight:bold;
    display:inline-block;
    margin-right: 20px;
}
p.mail{
    background:url("../images/icon_mail.svg") center top no-repeat;
    background-size:44px;
    text-indent:100%;
    white-space:nowrap;
    overflow: hidden;
    width:44px;
    height: 30px;
}
p.mail:hover{
    background:url("../images/icon_mail.svg") center bottom no-repeat;
    background-size:44px;
}
p.mail a{
    display: block;
    width:100%;
    height: 100%;
}
.gsc-control-cse {
     background-color: transparent!important; 
     border: none !important; 
}
.gsc-search-button-v2{
    border:none !important;
    background-color:var(--green-color) !important;
}
div.top{
    width:100%;
    min-width:100%;
    margin-top:80px;
}
div.topWrapper {
    width:100%;
    min-width:100%;
    margin:auto;
    margin-top:84px;
    height: 250px;
    position: relative;
    /*padding-top:30px;*/
    margin-bottom: 20px;
    box-shadow:0 0 30px rgba(0,0,0,0.3)
}
div.slides{
    width:100%;
    height:100% ;
    position: relative;
    overflow: hidden;
}

div.slides img{
    object-position: center center;
    width:100%;
    height:100%;
    object-fit: cover;
    z-index: 1
}
div.slides div{
    width:100%;
    height:100%;
}
div.slides div p{
    position: absolute;
    text-align: center;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    z-index: 2;
    width:100%;
    height: 2em;
    line-height: 2em;
    font-size:min(3.5vw,48px);
    font-weight: bold;
    /*font-family: serif;*/
    color:#fff;
    text-shadow: 3px 3px 9px rgba(0,0,0,0.5)
}
/*slick*/
button.slick-prev {
	background: url("../images/arrow_prev.svg") no-repeat;
	background-size: 30px;
	left: 10px;
}
div.presenWrapper button.slick-prev{
	left: 35px;
}
button.slick-prev:hover {
	background-image: url(../images/arrow_prev_on.svg) !important;
}
button.slick-next {
	background: url("../images/arrow_next.svg") no-repeat;
	background-size: 30px;
	right: 10px;
}
button.slick-next:hover {
	background-image: url(../images/arrow_next_on.svg) !important;
}
button.slick-arrow {
	text-indent: -9999px;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 1;
	border: none;
	cursor: pointer;
}
button.slick-arrow{
    top:285px;
}
ul.path button.slick-arrow{
    top:73px;
}
ul.slick-dots {
	width: 100%;
	height: 20px;
	text-align: center;
	position: absolute;
	bottom: 10px;
}
ul.slick-dots li {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--lightgreen-color);
	border-radius: 10px;
	margin: 5px;
}
li.slick-active {
	background-color: var(--green-color) !important;
}
/*end of slick*/
section.bg{
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    position: relative;
}
section.bg::before{
    content: "";
    width:calc(100vw - 5vw);
    width:calc(100vw);
    height: calc(100% - 150px);
   /* background:var(--lightgreen-color);*/
    position: absolute;
    top:150px;
}
div.wrapper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
div.wrapper.brown{
    background:url("../images/brown.png");
    margin-top:30px;
    overflow: visible !important;
}
section.bg.left::before{
    left:0;
    background: rgb(166,217,190);
    background: linear-gradient(-90deg, rgba(166,217,190,.1) 0%, rgba(166,217,190,0.2) 100%);
}
section.bg.right::before{
    right:0;
    background: rgb(166,217,190);
    background: linear-gradient(90deg, rgba(166,217,190,.1) 0%, rgba(166,217,190,0.2) 100%);
}
div.inner{
    width:100%;
    margin:auto;
    box-sizing: border-box;
    padding:30px 10px;
    background-color:#fff;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
    display: flex;
    justify-content: space-between;
    position: relative;
    border-top:8px solid var(--green-color);
}
div.inner.noflex{
    display:block !important;
}
div.inner.tri_left{
    background-image:url("../images/tri_left.svg");
    background-size:25px;
    background-repeat: no-repeat;
    background-position: left top;
}
div.inner.tri_right{
    background-image:url("../images/tri_right.svg");
    background-size:25px;
    background-repeat: no-repeat;
    background-position: right top;
}
div.info,
div.automl{
    width:calc(50% - 30px);
}
div.info h3{
    color:var(--green-color);
    font-size:24px;
    padding-left:80px;
    margin-bottom:30px;
    position: relative;
    font-weight: bold;
}
div.info h3::before{
    content: "";
    width:60px;
    height: 2px;
    background:var(--green-color);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
}
div.automl{
    padding-bottom:100px;
    position: relative;
}
div.info ul{
    margin-left:80px;
}
div.info ul li{
    display: flex;
    justify-content: flex-start;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
}
div.info ul li div{
    width:100px;
    margin-right: 20px;
    font-size:12px;
}
div.info ul li span{
    display: inline-block;
}
div.info ul li a{
    display: inline-block;
    width:calc(100% - 120px)
}
div.info ul li span.category{
    padding:2px 6px;
    border:1px solid #ccc;
    text-align: center;
    margin-top:1em;
}
div.top_product h3{
    font-size:32px;
    text-align: center;
    padding-top:220px;
    background-repeat:no-repeat;
    background-position: center top;
    background-size:180px;
    font-weight: bold;
    color:var(--green-color);
    margin-bottom:30px;
}
div.top_product h3.price{
    background-image:url("../images/icon_yen.svg");
}
div.top_product h3.time{
    background-image:url("../images/icon_time.svg");
}
div.top_product h3.service{
    background-image:url("../images/icon_gp.svg");
}
div.top_product h3.facility{
    background-image:url("../images/icon_facility.svg");
}

div.top_product h3.lesson{
    background-image:url("../images/icon_lesson.svg");
}
div.top_product p.desc{
    width:75%;
    margin:auto;
    text-align:justify;
    font-size:22px;
}
a.tomore{
    display: block;
    height: 40px;
    line-height: 40px;
    background-color:var(--green-color);
    background-color:#fff;
    border:2px solid var(--green-color);
    text-align: center;
    color:var(--green-color);
    border-radius: 20px;
    position: absolute;
    left:0;
    right:0;
    bottom:20px;
    margin:0 20px 0;
}
a.tomore:hover{
    background-color:var(--green-color);
    color:#fff;
}
div.top_productsWrapper{
    width:90%;
    height: auto;
    margin:auto;
    display: flex;
    justify-content: space-around;
    padding:50px 0;

}
div.top_productsWrapper div.inner{
    width:calc(33% - 20px);
    height: auto;
    background:#efefef;
}
div.top_productsWrapper div img{
    width: 100%;
    height: auto;
}
div.top_productsWrapper div h4{
    text-align: center;
    font-size:20px;
    line-height:48px;
    background:var(--green-color);
    color:#fff;
    font-weight: bold;
}
div.top_productsWrapper div h4.gp{
    height:48px;
    background:var(--yellow-color);
}
h4.gp img{
    width:60% !important;
    height:48px !important;;
    object-fit:contain;
}
div.top_productsWrapper div.inner2{
    width:calc(33% - 20px);
    background:#efefef;
    padding-bottom:80px;
    position:relative;
}
div.top_productsWrapper div.inner3{
    width:calc(50% - 20px);
    background:#efefef;
    padding-bottom:80px;
    position:relative;
}
div.top_productsWrapper div.inner4{
    width:calc(25% - 20px);
    background:#efefef;
    position:relative;
}
div.top_productsWrapper div.inner2 div,
div.top_productsWrapper div.inner3 div,
div.top_productsWrapper div.inner4 div{
    padding:20px;
}
div.inner2 p,
div.inner3 p,
div.inner4 p{
    text-align:justify;
}
div.inner2 dl dd{
    color:var(--green-color);
    font-size:22px;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}
div#footerWrapper {
    width:100%;
    min-width:100%;
    margin-top:50px;
    background-color:var(--green-color);
    background-color:#90D790;
    padding:20px 0;
    box-shadow: 0 -3px 9px rgba(0,0,0,0.35);
    /*font-family: serif;*/
}
div#footer{
    width:100%;
    text-align: center;
    margin:auto;
    color:#fff;
}
div#footer h1{
}
div#footer p.address{
    display: none;
}
div#footer h1 a{
    color:#fff;
}
div#footer img{
    margin-bottom:20px;
}
div#footer  ul{
	display: none;
}
div#footer ul a{
    color:#fff;
}
div#footer ul ul.child{
	text-align: left;
	font-size:16px;
	margin-left:60px;
	margin-top:10px;
}
div#footer ul.child li{
	list-style: disc;
}
div#footer p.copy{
    font-size:12px;
}
p.totop{
    width:50px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image:url("../images/totop.svg");
    background-size:50px;
    background-position: center top;
    position: fixed;
    right:20px;
    top:calc(50vh - 25px);
}
p.totop a{
    display: block;
    width:100%;
    height: 100%;
}
p.totop:hover{
    background-position: center bottom;
}
div.h2Wrapper{
    width:100%;
    min-width:100%;
    height: 60px;
    margin-top:84px;
    margin-top:114px;
    background-image: repeating-linear-gradient(405deg, rgba(0,0,0,0.06),transparent,rgba(0,0,0,0.08),rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(0,0,0,0.06),rgba(0,0,0,0.04),transparent,rgba(0,0,0,0.07),rgba(0,0,0,0.06),rgba(0,0,0,0.1) 3px),linear-gradient(450deg, rgb(54,242,138),rgb(0,146,69));
}
div.h2Wrapper h2{
    width:100%;
    margin:auto;
    line-height: 60px;
    color:#fff;
    position: relative;
}
div.h2Wrapper h2::after{
    content: "";
    background-image:url("../images/h2_leaf.svg");
    background-repeat: no-repeat;
    width:43px;
    height: 60px;
    background-size:43px;
    position: absolute;
    top:-10px;
    left:5px;
}
div.h2Wrapper h2 span{
    /*font-family: serif;*/
    font-weight: bold;
    font-size:20px;
    /*border-left:4px solid #fff;*/
    padding-left:55px;
}


p.pankuzu {
    width:100%;
    margin:30px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
p.pankuzu span.arrow{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent var(--green-color);
    margin:0 20px
}
p.pankuzu span.current{
    border-bottom:2px solid var(--green-color);
}



.w50 {
    width:calc((100% / 2) - 20px) !important;
    margin:60px auto 30px !important;
}

div.map {
	display: none;
}

h3.schedule {
    font-size:32px;
    text-align: center;
    font-weight: bold;
    color:var(--green-color);
    margin-bottom:30px;
}
dl.schedule{
    width:640px;
    overflow: hidden;
    align-items: center;
    margin:auto;
    border-top:1px solid var(--green-color);
    margin-bottom:10px;
}
dl.schedule:last-child{
    border-bottom: 1px solid var(--green-color);
    padding-bottom:10px;
}
dl.schedule dt,
dl.schedule dd{
    padding:10px 0;
    text-align: center;

}
dl.schedule .l{
    font-size:24px;
    color:var(--green-color);
}
dl.schedule dt{
    width:80px;
    float: left;
    clear: both;
}
dl.schedule dd{
    width:280px;
    float: left;
}
.time{
    font-size:24px;
    color:var(--green-color);
    font-weight: bold;
}

h2.top {
    font-size:48px;
    /*font-family: serif;*/
    color:var(--green-color);
    text-align: center;
    margin:100px auto 50px;
    font-weight: bold;
}
div.division {
    margin:10px;
}
div.division div{
}
div.division div.left,
div.division div.right{
}
img.leftImg,
img.rightImg{
	width:100%;
	height: auto;
}
img.leftImg{
}
img.rightImg{
}
div.division div.left{
}
div.division div.right{
}
div.division div.orange{
    background-color:var(--orange-color);
}
div.division div.left.red{
    background-color:var(--red-color);
}
div.division div.green{
    background-color:var(--green-color);
}
div.division div.brown{
    /*background:url("../images/brown.png");*/
    background-image: radial-gradient(circle at 17% 5%, rgba(185, 185, 185,0.1) 0%, rgba(185, 185, 185,0.1) 33.333%,rgba(216, 216, 216,0.1) 33.333%, rgba(216, 216, 216,0.1) 66.666%,rgba(247, 247, 247,0.1) 66.666%, rgba(247, 247, 247,0.1) 99.999%),radial-gradient(circle at 36% 54%, rgba(52, 52, 52,0.1) 0%, rgba(52, 52, 52,0.1) 33.333%,rgba(111, 111, 111,0.1) 33.333%, rgba(111, 111, 111,0.1) 66.666%,rgba(170, 170, 170,0.1) 66.666%, rgba(170, 170, 170,0.1) 99.999%),radial-gradient(circle at 62% 35%, rgba(209, 209, 209,0.1) 0%, rgba(209, 209, 209,0.1) 33.333%,rgba(107, 107, 107,0.1) 33.333%, rgba(107, 107, 107,0.1) 66.666%,rgba(5, 5, 5,0.1) 66.666%, rgba(5, 5, 5,0.1) 99.999%),linear-gradient(45deg, rgb(49, 231, 152),rgb(120, 182, 17));
}
img.divPicLeft,
img.divPicRight{
    width:100%;
    height: auto;
    object-fit: cover;
}
img.divPicLeft{
}
img.divPicRight{
}
div.white{
    position: relative;
}
div.divChild{
    text-align: center;
}
div.divChild ul{
    text-align: left;
    /*font-family: serif;*/
}
div.divChild li{
    background:url("../images/icon_leaf.svg") left top  no-repeat;
    background-size:20px;
    padding-left:40px;
    min-height: 40px;
    margin-bottom:0.5em;
}
img.move1,img.move2,img.move3,img.move4{
	max-width:240px;
	height: auto;
	margin-bottom:20px;
}
.anime div.divChild{
    opacity: 0;
    transform: scale(0.8);
    transition-delay:1s;
}
.isActv div.divChild{
    opacity: 1;
    transform: scale(1);
    transition: all .5s;
    transition-delay:1s;
}
div.right div.divChild{
    top:0;
    left:30px;
    bottom:0;
    margin:auto;
}
div.left div.divChild{
    top:0;
    bottom:0;
    right:30px;
    margin:auto;
    align-items: center;
}
div.divChild h4{
    /*font-family: serif;*/
    font-size:18px;
    font-weight: bold;
    margin-top:20px;
    margin-bottom: 10px;
    text-align: left;
    text-indent: 20px;
    background:url("../images/h3_leaf.svg") right center no-repeat;
    backgroun-size:30px;
}
div.divChild h4.orange{
    color:var(--orange-color);
    border-bottom:4px solid var(--orange-color);
}
div.divChild h4.green{
    color:var(--green-color);
    /*border-bottom:4px solid var(--green-color);*/
	background:url("../images/midashi.svg") no-repeat;
	background-size:100%;
	/*width:300px;*/
	height: 48px;
	line-height: 36px;
	margin:10px auto;
	text-align: center;
}
div.divChild h4.red{
    color:var(--red-color);
    border-bottom:4px solid var(--red-color);
}
div.divChild h4.brown{
    color:var(--brown-color);
    border-bottom:4px solid var(--brown-color);
}
div.divChild p{
    text-align: justify;
}
p.monoBlock{
    width:330px;
    height: 55px;
    line-height: 55px;
    margin:115px auto;
    border:1px solid #909090;
    text-align: center;
    font-size:18px;
    background:#fff;
}
a.todetail {
    width:200px;
    height: 45px;
    line-height: 45px;
    /*font-family: serif;*/
    background-color:var(--button-color);
    background-image:url("../images/icon_rightArrow.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size:7px;
    color:#fff;
    display: block;
	margin:10px auto;
	border-radius: 4px;
}
a.todetail:hover {
    background-color:var(--button-green-color);
}

div.resale {
    width:calc(100% - 20px);
    margin:20px 10px ;
    background:#fff;
    box-sizing: border-box;
    padding:10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
div.resale h3{
    text-align: center;
    font-size:24px;
    /*font-family: serif;*/
    color:var(--green-color);
    font-weight: bold;
}
div.resale h3 + p{
    margin:10px;
    /*font-family: serif;*/
}
div.salesWrapper{
    width:100%;
    display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
}
div.salesWrapper div{
    width:150px;
    height: 150px;
    border-radius: 75px;
    overflow: hidden;
	margin-bottom:10px;
}
div.salesWrapper div img{
    width:150px;
    height: 150px;
    object-fit: cover;
}
div.salesWrapper + p{
    width:100%;
    height: 2em;
    line-height: 2em;
    text-align: center;
    margin:10px auto;
    font-size:20px;
    /*font-family: serif;*/
    color:var(--green-color);
    font-weight: bold;
    position: relative;
}
div.inquiryWrapper {
    width:100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
	flex-direction: column;
}
div.inquiryWrapper p{
    /*font-family: serif;*/
}
div.inquiryWrapper dl {
    width:calc(100% - 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:var(--lightgreen-color);
}
div.inquiryWrapper dl dt,
div.inquiryWrapper dl dt{
    padding:30px 20px;
}
div.inquiryWrapper dl dt{
    width:100px;
    background:var(--green-color);
    text-align: center;
    color:#fff;
    /*font-family: serif;*/
}
div.inquiryWrapper dl dd{
    width:300px;
    text-align: center;
    background-color:var(--lightgreen-color);
    font-size:24px;
    /*font-family: serif;*/
}
div.inquiryWrapper dl dd a{
    color:var(--green-color);
    font-weight: bold;
	font-size:18px;
}
div.voiceframe {
    margin:50px 20px 10px 20px;
    background:url("../images/brown.png");
    box-sizing: border-box;
    padding:10px;
    box-shadow: 0 0 9px rgba(0,0,0,0.3);
    /*font-family: serif;*/
}
div.voiceframe h2{
    text-align: center;
    font-size:24px;
    /*font-family: serif;*/
    color:var(--green-color);
    font-weight: bold;
	margin-bottom:1em;
}
div.voiceWrapper{
    margin:0 10px;
    font-size:16px;
}
div.voice{
    padding:0px;
    background-image:url("../images/quote1.svg"),url("../images/quote2.svg");
    background-repeat: no-repeat;
    background-size:20px;
    background-position: left top,right bottom;
}
div.voice span{
    display: block;
    text-align: right;
    font-size: 16px;
}
div.newsWrapper {
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:20px;
	flex-direction: column;
}
div.news{
    width:calc(100% - 20px);
    position: relative;
	box-sizing: border-box;
	margin:auto;
    margin-bottom:10px;
    padding:10px;
    background:url("../images/brown.png");
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
div.news img{
    width:calc(100%);
    height: 200px;
    object-fit: cover;
}
div.news p.date{
    font-size:14px;
    width:100px;
    height: 2em;
    line-height: 2em;
    position: absolute;
    top:20px;
    left:0;
    text-align: center;
    background:var(--orange-color);
    color:#fff;
}
div.news p.title{
    margin-top:10px;
    /*font-family: serif;*/
    font-size:16px;
}
div.separate{
    width:100%;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
	margin-top:20px
}
img.about01{
    width:calc(100% - 20px);
    height: auto;
}
ul.about01{
    width:calc(100% - 20px);
    /*font-family: serif;*/
	margin:20px auto 10px;
}
ul.about01 strong{
    color:var(--red-color);
    font-weight: bold;
}
ul.about01 li{
    background:url("../images/icon_leaf.svg") left top 0.1em no-repeat;
    background-size:25px;
    padding-left:40px;
    margin-bottom:15px;
    min-height: 40px;
}
ul.about01 li.sdgs{
	background:none !important;
	padding-left:40px !important;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
ul.about01 li.sdgs img{
	width:calc(25% - 5px);
	margin:0 5px 5px 0
}
ul.about02{
    margin:50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
}
ul.about02 li{
    width:150px;
    height: 150px;
    background:var(--green-color);
    border-radius: 200px;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color:#fff;
}

h3.about02 {
    color:var(--red-color);
    font-size:24px;
    font-weight: bold;
}

div.gaba {
    width:calc(100% - 160px);
    margin:50px auto;
    display: flex;
    justify-content: space-between;
    /*font-family: serif;*/
}
dl.gaba{
    width:240px;
    padding-top:130px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size:240px 130px;
    background-color:var(--lightgreen-color);
}
dl.gaba.tomato{
    background-image:url("../images/gaba01.jpg");
}
dl.gaba.rice{
    background-image:url("../images/gaba02.jpg");
}
dl.gaba.moringa{
    background-image:url("../images/gaba03.jpg");
    color:var(--red-color) !important;
}
dl.gaba dt,
dl.gaba dd{
    margin:20px;
    font-weight: bold;
    text-align: center;
}
dl.gaba dt{
    font-size:24px;
}
ul.gaba {
    width:calc(100% - 160px);
    margin:auto;
    box-sizing: border-box;
    padding:20px;
    background:var(--brown-color);
    display: flex;
    flex-wrap: wrap;
    /*font-family: serif;*/
}
ul.gaba li{
    width:calc(50% - 30px);
    line-height: 2em;
    list-style: disc;
    margin-left:30px;
    color:#fff;
}

ul.about04 {
    width:calc(100% - 160px);
    margin:80px auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
ul.about04::before{
    content: "";
    position: absolute;
    width:260px;
    height: 180px;
    border:10px solid var(--orange-color);
    border-top:30px solid var(--orange-color);
    top:-40px;
    left:-20px;
}
li.bcaa::before{
    content:"BCAA";
    color:#fff;
    position:absolute;
    right:0;
    left:0;
    top:-43px;
    margin:auto;
}
ul.about04 li{
    width:calc(33% - 30px);
    height: 40px;
    line-height: 40px;
    margin-bottom:20px;
    text-align: center;
    background:var(--lightgreen-color);
    position: relative;
    
}
div.about04Wrapper{
    width:calc(100% - 160px);
    margin:50px auto;
    display: flex;
    justify-content: space-between;
}
dl.about04-3{
    width:calc(50% - 10px);
    background:var(--orange-color);
    box-sizing: border-box;
    padding:20px;
    color:#fff;
}
dl.about04-3 dt,
dl.about04-3 dd{
    text-align: center;
}
dl.about04-3 dt{
    margin-bottom: 20px;
}
ul.about04-2{
    width:calc(50% - 10px);
    background:var(--green-color);
    box-sizing: border-box;
    padding:20px;
    color:#fff;
    display: flex;
    flex-wrap: wrap;
}
ul.about04-2 li{
    display: inline-block;
    list-style: disc;
    padding-left:10px;
}
dl.faq {
    
}
dl.faq dt{
    color:var(--green-color);
    cursor: pointer;
    position: relative;
    width: calc(100% - 70px);
    padding-right: 50px;
    padding-left:20px;
    margin-top:20px;
}
dl.faq dt::before{
    content:"";
    width:12px;
    height: 12px;
    border-radius: 6px;
    background-color:var(--green-color);
    position: absolute;
    left:0;
    top:8px;
}
dl.faq dt::after{
    content:"";
    width:22px;
    height: 13px;
    background-image:url("../images/icon_faq.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size:22px;
    position: absolute;
    right:15px;
    top:5px;
    transform: rotate(0);
    transition: transform .5s;

}
dl.faq dt.open::after{
    transform: rotate(180deg);
    transition: transform .5s;
}
dl.faq dd{
    margin-bottom:20px;
    display: none;
    margin-left:50px;
    margin-top:10px;
}

div.fb-pageWrapper {
    width:calc(100% - 20px);
    margin:10px auto;
}
h4.product{
    /*background:var(--green-color);
    color:#fff;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    ;
    ;*/
  padding: 10px 30px;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#00e3ae));
  background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
  background-image: linear-gradient(to left, #9be15d 0%, #00e3ae 100%);
  background-image: linear-gradient(to left, #9be15d 0%, var(--green-color) 100%);
  /*font-family: serif;*/
margin-bottom:20px;
font-size:20px;
font-weight: bold;
}
h4.product + img{
	width:100%;
	height: auto;
}
h5.product{
    font-size:18px;
    /*font-family: serif;*/
    color:var(--green-color);
    font-weight: bold;
    border-bottom:1px solid var(--green-color);
    margin:40px 10px 10px;
    position: relative;
    text-indent: 20px;
}
h5.product::before{
    content: "";
    width:20px;
    height: 20px;
    border-radius: 25px;
    background:var(--green-color);
    position: absolute;
    left:-10px;
    top:4px;
}
p.product{
    margin:10px;
    /*font-family: serif;*/
    overflow: hidden;
    text-align: justify;
}
p.product img{
    width:50%;
    float: left;
    margin-right: 30px;
}
p.product span.tar{
    display: block;
    margin-top:30px;
}
dl.company {
    margin:25px 10px;
    overflow: hidden;
    border-bottom:1px solid #ccc;
    /*font-family: serif;*/
    border-top:1px solid #ccc;
}
dl.company dt,
dl.company dd{
    padding:10px;
	font-size: 16px;
}
dl.company dt{
	font-weight: bold;
}
dl.company dt.must::after{
    content: "※";
    color:red;
    padding-left:10px;
}
dl.company dd{
    border-bottom:1px solid #ccc;
}

form.entry {
    
}
form.entry input[type=text],
form.entry input[type=email],
form.entry input[type=tel],
form.entry select,
form.entry textarea{
    border:1px solid #666;
    border-radius: 4px;
    padding:0 10px;
    width:calc(100% - 20px);
}
form.entry input.half{
    width:calc(50% - 20px);
}
form.entry select{
    padding:5px 10px;
    width:calc(50% - 20px);
    background:url("../images/icon_faq.svg") right 10px center no-repeat;
    background-size:10px;
}
form.entry textarea{
	height: 150px;
}

div.submit {
    margin:50px auto;
    display: flex;
    justify-content: space-around;
}
div.submit input{
    width:300px;
    height: 50px;
    border-radius: 4px;
    background-color:var(--green-color);
    color:#fff;
    cursor: pointer;
    /*font-family: serif;*/
}
div.submit input:hover{
    background-color:var(--orange-color);
}
div.about05Wrapper {
    display: flex;
    justify-content: space-between;
    margin:50px auto;
    flex-wrap: wrap;
}

dl.about05 {
    width:470px;
    /*font-family: serif;*/
    background:var(--orange-color);
}
dl.about05 dt{
    padding-top:260px;
    width:470px;
    background-position: center top;
    background-repeat: no-repeat;
    backgroud-size:470px;
    text-align: center;
    font-size:20px;
    font-weight: bold;
    background-color:#efefef;
    padding-bottom:20px;
}
dl.about05.omega3 dt{
    background-image: url("../images/omega01.jpg");
}
dl.about05.omega6 dt{
    background-image: url("../images/omega02.jpg");
}
dl.about05 dd{
    color:#fff;
}
dl.about05 ul{
    padding:20px;
}
dl.about05 li{
    margin-left:20px;
    list-style: disc;
}


div.about06 {
    display: flex;
    justify-content: space-between;
}
dl.about06{
    width:calc(50% - 20px);
}
dl.about06 dt{
    text-align: center;
    font-size:24px;
    font-weight: bold;
    background-color:var(--lightgreen-color);
    padding:20px 0;
    position: relative;
}
dl.about06 dt::after{
    content: "";
    background:url("../images/down_arrow.svg");
    width:44px;
    height: 47px;
    background-size:cover;
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    bottom:-60px;
}
dl.about06 dt li{
    font-size:18px;
    list-style: disc;
    display: inline-block;
    font-weight: normal;
}
dl.about06 dd{
    margin-top:80px;
    padding:20px;
    background:var(--orange-color);
    color:#fff;
    font-size:20px;
    position: relative;
}
dl.about06 dd li{
    list-style: disc;
    margin-left:30px;
}
p.pol{
    width:180px;
    height: 180px;
    border-radius: 90px;
    box-sizing: border-box;
    padding:25px;
    text-align: center;
    background:#7030A0;
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;top:-90px;
    right:-30px;
}

div.about07Wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 auto 0;
    /*font-family: serif;*/
	gap:10px;
	margin-bottom:10px;
}
div.about07Wrapper img{
	width:calc(50% - 5px);
}
div.about07Wrapper ul,
dl.about07{
    width:calc(100% - 20px);
	margin:auto;
    margin-bottom:20px;
}
dl.about07{
    padding-top:150px;
    background:var(--lightgreen-color);
    text-align: center;
    background-repeat: no-repeat;
    background-size:100%;
}
dl.about07.carrot{
    background-image:url("../images/vit01.jpg");
}
dl.about07.spinach{
    background-image:url("../images/vit02.jpg");
}
dl.about07.orange{
    background-image:url("../images/vit03.jpg");
}
dl.about07.milk{
    background-image:url("../images/vit04.jpg");
}
dl.about07.banana{
    background-image:url("../images/vit05.jpg");
}
dl.about07 dt,
dl.about07 dd{
    padding:10px 0;
    font-size:18px
}
dl.about07 strong{
    font-size:36px;
    color:red;
    font-weight: bold;
    padding-left:10px;
}
div.about07Wrapper ul{
    background:var(--orange-color);
    padding:20px;
    box-sizing: border-box;
    font-size:24px;
    color:#fff;
}
div.about07Wrapper li{
    list-style: disc;
    margin-left:20px;
}



ul.about07-1,
ul.about07-2{
    display: flex;
    justify-content: space-around;
    margin-bottom:20px;
}
ul.about07-1 li,
ul.about07-2 li{
    width:calc(100% / 7);
    text-align: center;
    background:#fff;
    align-items: center;
    display: flex;
    justify-content: space-around;
    min-height: 60px;
    border-radius: 10px;
    font-weight: bold;
}
ul.about07-1 li:nth-child(1){
    background:#ffb7b7;
}
ul.about07-1 li:nth-child(2){
    background:#ffd966;
}
ul.about07-1 li:nth-child(3){
    background:#fff2cc;
}
ul.about07-1 li:nth-child(4){
    background:#e2f0d9;
}
ul.about07-1 li:nth-child(5){
    background:#c9f1ff;
}
ul.about07-2 li:nth-child(1){
    background:#d9e6ff;
}
ul.about07-2 li:nth-child(2){
    background:#c39be1;
}
ul.about07-2 li:nth-child(3){
    background:#ffccff;
}
ul.about07-2 li:nth-child(4){
    background:#ffb7b7;
}
ul.about07-2 li:nth-child(5){
    background:#ffd966;
}
ul.about07-2 li:nth-child(6){
    background:#fff2cc;
}


div.about08Wrapper {
    display: flex;
    justify-content: space-between;
}
dl.about08{}

div.imgWrapper1 {
    width:calc(100% - 100px);
    margin:50px 50px 20px;
    height: auto;
    display: flex;
}
div.imgWrapper1 img{
    width:100%;
}
div.imgWrapper3 {
    width:calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    margin:auto auto 20px;
}
div.imgWrapper3 img{
    width:calc(33% - 20px);
    height: auto;

}

div.authWrapper {
    margin:10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
div.auth{
    width:calc(50% - 20px);
    text-align: center;
	margin-bottom: 10px;
}
div.auth img{
    margin-bottom: 20px;
	max-height: 60px;
	max-width: 120px;
}

ul.clear,
p.clear{
    margin:10px 10px 10px 30px;
    /*font-family: serif;*/
    padding-left:0px;
}
p.clear{
	padding-top:200px;
	background:url("../images/clear.jpg") center top no-repeat;
	background-size:140px;
}
ul.clear li{
    list-style: disc;
}

div.useWrapper {
    margin:10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	gap:10px;
}
div.use{
    width:calc(33% - 6px);
    margin-bottom: 6px;
	/*margin-right: 10px;*/
    background:var(--lightgreen-color);
}
div.use p{
    /*font-family: serif;*/
    text-align: center;
    font-size: 14px;
    /*font-weight: bold;*/
    padding:10px 0;
	line-height: 1.25em;
}
div.use img{
    width:100%;
}


div.oleifera {
    margin:50px;
    display: flex;
    justify-content: space-between;
}
div.oleifera img,
div.oleifera > div{
    width:calc(50% - 20px);
}
ul.oleifera1,
ul.oleifera2{
    padding:20px;
    font-size:20px;
    /*font-family: serif;*/
}
ul.oleifera1 li,
ul.oleifera2 li{
    list-style: disc;
    margin-left:20px;
}
ul.oleifera2 {
    background:var(--lightgreen-color);
}
div.oleifera p.price{
    margin:50px auto;
    text-align: center;
    background:var(--orange-color);
    /*font-family: serif;*/
    color:#fff;
    padding:25px 0;
    font-size:20px;
}
div.oleifera p.price strong{
    font-size:32px;
}

div.telWrapper {
    margin:10px;
    display: flex;
   flex-direction: column;
    /*font-family: serif;*/
    font-size:24px;
    font-weight: bold;
}
div.telWrapper p{
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size:40px;
    background-color:var(--lightgreen-color);
    padding:20px;
    padding-left:70px;
    border-radius: 4px;
	margin-bottom:10px;
}
div.telWrapper p a{
    color:var(--green-color);
    display: block;
    width:100%;
    height: 100%;
}
div.telWrapper p.phone{
    background-image:url("../images/icon_tel.svg");
}
div.telWrapper p.sp{
    background-image:url("../images/icon_sp.svg");
    background-size:25px;
}


div.whatSdg {
	width:100%;
	box-sizing: border-box;
	border:5px solid var(--green-color);
	padding:10px;
	overflow: hidden;
	margin-top:20px;
	border-radius: 4px;
}
div.whatSdg div.left{
	text-align: center;
}
div.whatSdg div.left > img{
	width:100%;
}
div.whatSdg div.sdgFlex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:20px;
}
div.whatSdg div.sdgFlex img{
	width:calc((100% /6) - 5px);
	margin-bottom: 5px;
}
div.whatSdg div.right{
	box-sizing: border-box;
	padding:0 0 0 20px;
	/*font-family: serif;*/
}
div.whatSdg div.right h4{
	color:var(--green-color);
	font-size:26px;
	font-weight: bold;
	border-bottom: 3px solid var(--green-color);
	margin-bottom: 20px;
	text-align: center;
}
div.whatSdg div.right p{
	text-align: justify;
}

div.sdgWrapp {
	box-sizing: border-box;
	background:var(--lightgreen-color);
	padding:10px;
	margin:20px auto;
	/*font-family: serif;*/
	border-radius: 4px;
}
div.sdgWrapp div.left,
div.sdgWrapp div.right{
	box-sizing: border-box;
}
div.sdgWrapp h4{
	color:var(--green-color);
	font-size:18px;
	font-weight: bold;
	border-bottom: 3px solid var(--green-color);
	margin-bottom: 10px;
	text-align: center;
}
div.sdgWrapp div.left{
	margin-bottom:10px;
}
div.sdgWrapp div.right{
	display: flex;
	margin-right: 10px;
}
div.sdgWrapp div.right img{
	width:20%;
	margin:0 10px;
}
p.sdgs {
	margin:10px auto;
	padding:10px;
	/*font-family: serif;*/
	font-size:18px;
	margin-bottom: 20px;
	font-weight: bold;
	border-radius: 4px;
	background-image: radial-gradient(circle at 77% 26%, rgba(175, 175, 175,0.06) 0%, rgba(175, 175, 175,0.06) 4%,transparent 4%, transparent 100%),radial-gradient(circle at 37% 90%, rgba(129, 129, 129,0.06) 0%, rgba(129, 129, 129,0.06) 55%,transparent 55%, transparent 100%),radial-gradient(circle at 7% 92%, rgba(53, 53, 53,0.06) 0%, rgba(53, 53, 53,0.06) 39%,transparent 39%, transparent 100%),radial-gradient(circle at 65% 17%, rgba(128, 128, 128,0.06) 0%, rgba(128, 128, 128,0.06) 60%,transparent 60%, transparent 100%),radial-gradient(circle at 100% 39%, rgba(75, 75, 75,0.06) 0%, rgba(75, 75, 75,0.06) 20%,transparent 20%, transparent 100%),radial-gradient(circle at 92% 34%, rgba(205, 205, 205,0.06) 0%, rgba(205, 205, 205,0.06) 35%,transparent 35%, transparent 100%),radial-gradient(circle at 63% 90%, rgba(98, 98, 98,0.06) 0%, rgba(98, 98, 98,0.06) 62%,transparent 62%, transparent 100%),radial-gradient(circle at 93% 74%, rgba(130, 130, 130,0.06) 0%, rgba(130, 130, 130,0.06) 65%,transparent 65%, transparent 100%),linear-gradient(90deg, rgb(18, 233, 78),rgb(160, 239, 92));
}

ul.path {
	width:calc(100% - 30px);
	margin:auto; 
	margin-top:40px;
}
ul.path li{
	width:100%px;
	height: 120px;
	position: relative;
	margin-bottom:40px;
}
ul.path img{
	width:100%;
	height: auto;
	position: absolute;
	top:0;
	left:0;
	z-index: 1
}
ul.path h4{
	width:200px;
	background:#fff;
	position: absolute;
	color:green;
	line-height: 30px;
	font-size:14px;
	padding:0;
	z-index:2;
	font-weight:bold;
	box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
	padding-right: 20px;
	border-top:2px solid green;

	left:10px;
	top:10px;
	margin:auto;
	border-radius: 30px;
}

ul.path h4.title{
	text-align: center;
}
ul.path h4::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 10px 0;
	border-color: transparent #333 transparent transparent;
	position: absolute;
	bottom:-10px;
	left:0;
}
ul.path h4 span{
	font-size:18px;
	color:#fff;
	background:green;
	display: inline-block;
	height: 30px;
	padding:0 10px;
	margin-right: 20px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
ul.path h4 span::before{
	content: "行程 ";
	font-size:14px;
}

div.powerWrapper {
    /*border:2px solid var(--green-color);*/
    box-sizing: border-box;
    /*padding:10px;*/
    position: relative;
    margin:auto;
    border-radius: 4px;
}
div.powerWrapper2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	flex-direction: column;
}
div.powerWrapper h5.power{
    display: inline-block;
    width:200px;
    padding:10px 20px;
    font-size:18px;
    font-weight: bold;
    /*position: absolute;*/
    color:#fff;
    left:0;
    right:0;
    top:-26px;
    margin:auto;
    background:var(--green-color);
    border-radius: 50px;
	text-align: center;
}
div.power{
    width:calc(100% - 10px);
    box-sizing: border-box;
    padding:10px;
    background:var(--lightgreen-color);
	background:#fff;
    margin:5px;
	margin-top:10px;
	border:1px solid var(--green-color);
	border-radius: 4px;
}
div.power h6{
    text-align: center;
    font-size:16px;
    font-weight: bold;
	/*line-height: 3.5em;*/
    position: relative;
    /*border-bottom:4px solid var(--green-color);*/
    /*padding-bottom: 15px;*/
}
div.power h6 span{
    display: block;
    font-size:14px;
    /*position: absolute;
    left:0;
    right:0;
    bottom:0px;*/
	color:var(--green-color);
	line-height: 1.25em;
}
div.power ul{
    margin:10px;
	margin-left:20px;
	font-size:14px;
}
div.power li{
    list-style: disc;
}
ul.switch {
    width:calc(100% - 50px);
    margin:40px auto 0;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    /*font-family: serif;*/
    font-size:18px;
}
ul.switch li{
    width:calc((100%) - 10px);
    text-align: center;
    border:2px solid var(--green-color);
    line-height: 2em;
    border-radius: 2em;
	margin-bottom:10px;
}
ul.switch li a{
    display: block;
    width:100%;
    height: 100%;
	color:var(--green-color);
}
ul.switch li:hover,
ul.switch li.active{
    background:var(--green-color);
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
ul.switch li:hover a,
ul.switch li.active a{
    color:#fff;
}


div.diffWrapper {
	margin:50px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
dl.diff{
	width:calc((100% / 3) - 70px);
	border-radius: 100%;
	text-align: center;
	box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
	margin-bottom:20px;
	overflow: hidden;
}
dl.diff.col1{
	background:#ffb1b1;
}
dl.diff.col2{
	background:#ffc78e;
}
dl.diff.col3{
	background:#feffb3;
}
dl.diff.col4{
	background:#caffc9;
}
dl.diff.col5{
	background:#d3fffe;
}
dl.diff.col6{
	background:#d8d7ff;
}
dl.diff.col7{
	background:#ffe0ff;
}
dl.diff dt{
	font-size:20px;
	font-weight: bold;
	padding:25px 15px;
	border-bottom:3px solid #fff;
}
dl.diff dd{
	padding-top:20px;
	background:#fff;
	color:var(--green-color);
}
dl.diff dd span.num{
	display: block;
	font-size:64px;
	font-family:"Times New Roman", Times, "serif"
}
dl.diff dd span.small{
	font-size:16px;
}
ul.notice{
	margin:0 10px 30px 30px;
}
ul.notice li{
	list-style: disc;
}

dl.component {
	margin:20px 10px;
	background:var(--green-color);
	overflow: hidden;
	background-image: radial-gradient(circle at 72% 95%, hsla(313,0%,4%,0.07) 0%, hsla(313,0%,4%,0.07) 64%,transparent 64%, transparent 84%,transparent 84%, transparent 100%),radial-gradient(circle at 31% 30%, hsla(313,0%,4%,0.07) 0%, hsla(313,0%,4%,0.07) 49%,transparent 49%, transparent 51%,transparent 51%, transparent 100%),radial-gradient(circle at 72% 25%, hsla(313,0%,4%,0.07) 0%, hsla(313,0%,4%,0.07) 37%,transparent 37%, transparent 76%,transparent 76%, transparent 100%),radial-gradient(circle at 71% 16%, hsla(313,0%,4%,0.07) 0%, hsla(313,0%,4%,0.07) 2%,transparent 2%, transparent 21%,transparent 21%, transparent 100%),radial-gradient(circle at 52% 57%, hsla(313,0%,4%,0.07) 0%, hsla(313,0%,4%,0.07) 30%,transparent 30%, transparent 68%,transparent 68%, transparent 100%),linear-gradient(135deg, rgb(19, 185, 65),rgb(57, 60, 25));
}
dl.component dt,
dl.component dd{
	padding:10px;
	box-sizing: border-box;
}
dl.component dt{
	width:25%;
	float: left;
	clear: both;
	text-align: center;
	color:#fff;
	font-weight: bold;
}
dl.component dd{
	width:75%;
	float: right;
	background:var(--lightgreen-color);
}

div.usageWrapper {
	margin:20px 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
dl.usage{
	width:calc(100%);
	background:#fcc;
	border-radius: 4px;
	margin-bottom: 10px;
}
dl.usage dt{
	box-sizing: border-box;
	width:100%;
	text-align: center;
	font-size:20px;
	font-weight: bold;
	color:#000;
	background-position: center top 20px;
	background-repeat:no-repeat;
	background-size:30%;
	padding-top:120px;
}
dl.usage dd{
	padding:20px;
	text-align: justify;
}
dl.usage:nth-child(1) dt{
	background-image:
		url("../images/usage1.svg")
}
dl.usage:nth-child(2) dt{
	background-image:
		url("../images/usage2.svg")/*,
		radial-gradient(circle at 13% 62%, hsla(191,0%,94%,0.1) 0%, hsla(191,0%,94%,0.1) 72%,transparent 72%, transparent 80%,transparent 80%, transparent 100%),radial-gradient(circle at 46% 87%, hsla(191,0%,94%,0.1) 0%, hsla(191,0%,94%,0.1) 29%,transparent 29%, transparent 76%,transparent 76%, transparent 100%),radial-gradient(circle at 46% 32%, hsla(191,0%,94%,0.1) 0%, hsla(191,0%,94%,0.1) 34%,transparent 34%, transparent 75%,transparent 75%, transparent 100%),radial-gradient(circle at 3% 53%, hsla(191,0%,94%,0.1) 0%, hsla(191,0%,94%,0.1) 11%,transparent 11%, transparent 57%,transparent 57%, transparent 100%),radial-gradient(circle at 53% 54%, hsla(191,0%,94%,0.1) 0%, hsla(191,0%,94%,0.1) 9%,transparent 9%, transparent 27%,transparent 27%, transparent 100%),linear-gradient(45deg, rgb(224, 200, 224),rgb(212, 98, 186));*/
}
dl.usage:nth-child(3) dt{
	background-image:
		url("../images/usage3.svg")/*,
		radial-gradient(circle at 13% 62%, hsla(191,0%,94%,0.1) 0%, hsla(191,0%,94%,0.1) 72%,transparent 72%, transparent 80%,transparent 80%, transparent 100%),radial-gradient(circle at 46% 87%, hsla(191,0%,94%,0.1) 0%, hsla(191,0%,94%,0.1) 29%,transparent 29%, transparent 76%,transparent 76%, transparent 100%),radial-gradient(circle at 46% 32%, hsla(191,0%,94%,0.1) 0%, hsla(191,0%,94%,0.1) 34%,transparent 34%, transparent 75%,transparent 75%, transparent 100%),radial-gradient(circle at 3% 53%, hsla(191,0%,94%,0.1) 0%, hsla(191,0%,94%,0.1) 11%,transparent 11%, transparent 57%,transparent 57%, transparent 100%),radial-gradient(circle at 53% 54%, hsla(191,0%,94%,0.1) 0%, hsla(191,0%,94%,0.1) 9%,transparent 9%, transparent 27%,transparent 27%, transparent 100%),linear-gradient(45deg, rgb(224, 200, 224),rgb(212, 98, 186))*/;
}


dl.steam {
	margin:20px 0;
}
dl.steam dt{
	display: inline-block;
	padding:5px 20px;
	background:var(--green-color);
	color:#fff;
	border-radius: 20px;
}
dl.steam dd{
	border:3px solid var(--green-color);
	box-sizing: border-box;
	margin-left:18px;
	padding:25px;
	margin-top:-20px;
	border-radius: 20px;
	margin-bottom:20px;
	background:#fff;
}

div.top_photo {
	margin:20px 10px;
}
div.top_photo img{
	width:100%;
	height: auto;
}

p.imgWrapper {
	margin:10px 30px;
}
p.imgWrapper img{
	width:100%;
	height: auto;
}

div.photoWrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom:30px;
}
div.photoWrapper a{
	width:calc(33% - 20px);
	border:5px solid #fff;
	box-sizing: border-box;
	box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
	margin:10px;
}
div.photoWrapper a img{
	width:100%;
	height: auto;
}
div.shop_map {
	width:100%;
	height: 400px;
}

div.kaen5 {
	border:4px solid var(--green-color);
	box-sizing: border-box;
	margin:10px;
	padding:20px;
	text-align: center;
	border-radius: 12px;
	/*font-family: serif;*/
}
div.kaen5 h4.marche{
	padding-top:180px;
	background:url("../images/pic_marche.png") center top no-repeat;
	background-size:150px
}
div.kaen5 h4{
	font-size:20px;
	font-weight: bold;
	color:var(--green-color);
}
div.kaen5 p{
	padding-top:130px;
	background:url("../images/pic_kaen5-1.png") center top no-repeat;
	background-size:contain;
	margin-top:30px;
}

a.buy{
	margin:30px auto;
	text-align: center;
	display: block;
	border-radius: 30px;
	border:4px solid var(--green-color);
	padding:10px 30px;
	color:var(--green-color);
	font-size:20px;
	font-weight: bold;
	/*font-family: serif;*/
}
a.buy:hover{
	color:#fff;
	background:var(--green-color);
}
div#seedoil{
	padding-top:120px;
	margin-top:-120px;
}
ul.sns{
	width:140px;
	display: flex;
	justify-content: space-between;
	height: 40px;
	margin:auto;
}
ul.sns li{
	width:40px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-size:40px;
	background-repeat: no-repeat;
	background-position: center center;
}
ul.sns li a{
	display: block;
	width:100%;
	height: 100%;
}
ul.sns li.facebook{
	background-image:url("../images/icon_facebook.svg");
}
ul.sns li.instagram{
	background-image:url("../images/icon_insta.svg");
}
ul.sns li.twitter{
	background-image:url("../images/icon_twitter.svg");
}
div.entryBody {
	margin:10px;
	/*font-family: serif;*/
}
div.entryBody h1{font-size:32px;font-weight: bold;}
div.entryBody h2{font-size:28px;font-weight: bold;}
div.entryBody h3{font-size:24px;font-weight: bold;color:#000;text-align: left}
div.entryBody h4{font-size:20px;font-weight: bold;}
div.entryBody h5{font-size:18px;font-weight: bold;}
div.entryBody h6{font-size:16px;font-weight: bold;}
div.entryBody p{
	margin:10px;
}
div.entryBody ol,
div.entryBody ul{
	margin:10px 10px 10px 40px;
}
div.entryBody ul li{
	list-style: disc;
}
div.entryBody blockquote{
	padding:20px;
	background:#efefef;
}
div.entryBody img{
	max-width:100%;
	height: auto;
}
p.entryDate{
	text-align: right;
	width:100% !important;
	margin-right:10px;
}
ul.telWrapper li{
	margin:10px 20px;
	height: 45px;
	border-radius: 45px;
	text-align: center;
	line-height: 45px;
	font-size:18px;
	background-image: linear-gradient(to left, #9be15d 0%, var(--green-color) 100%);
}
ul.telWrapper li a{
	display: block;
	width:100%;
	height: 100%;
	color:#fff;
}
ul.telWrapper li:hover{
	background-color:var(--green-color);
	background-image:none;
}
ul.telWrapper li span{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:30px;
}
ul.telWrapper li.tel span{
	background-image:url("../images/inq_tel.svg");
	background-size:20px;
}
ul.telWrapper li.phone span{
	background-image:url("../images/inq_mobile.svg");
}
ul.telWrapper li.mail span{
	background-image:url("../images/inq_mail.svg");
	background-size:20px;
}