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

/* width960px以下非表示*/
@media (min-width: 960px){
	.navToggle{
		display: none !important;}
	.sp{
		display: none!important;}
	}
/* all */
body{
	background-color: #f5fffa;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
/* 幅調整　*/
.w1800{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h100{
	height: 100px;
}
/* 背景　*/
.bg-white{
	background-color: rgba(255,255,255,0.90);
}
.bg_dot{
	background: url("../img/bg_img_l.png") no-repeat;
	background-position: top left;
}

/* 横並び調整　*/
.flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-center{
	display: flex;
	justify-content: center;
}
/* スライダー内 */
.sp-slide img{
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.8));
	height: 500px;
}
.sp-slide h2{
	text-align: center;
	color: #fff;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.8));
	font-size: 2.5em !important;
	line-height: 120% !important;
	width: 900px;
}
		_:-ms-lang(x)::-ms-backdrop, .sp-slide h2{
		text-shadow: 5px 5px 5px rgba(0,0,0,0.8);
	}
.font-small{
	font-size: 70%;
}
.sp-slide .submenu_img{
	width: 900px;
}
header{
	background: #00ab8e;
	padding: 20px;
	width: 100%;
	z-index: 9000;
}
.site-header{
    display: flex;
    padding: 5px;
    position: absolute;
    justify-content: space-between;
}
.header-change{
	width: 100%;
	z-index: 9001;
	background: rgba(0,171,142,0.65);
    display: flex;
    padding: 5px;
    position: fixed;
	top:-110px;
    justify-content: space-between;
	box-shadow: 2px 2px 5px #000;
}
.header-change.show{
    top: 0;
}
header h1{
	line-height: 100%;
	vertical-align: middle;
}
header img{
	height: 80px;
	margin-left: 40px;
}
header nav,.header-change nav{
	margin-right: 40px;
}
header nav ul,.header-change nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
header nav ul li,.header-change nav ul li{
	margin: auto;
	padding: 10px 10px;
	line-height: 100%;
	font-size:1.2em;
	font-family: myriad-pro-semiextended, sans-serif;
	font-style: italic;
}
header nav ul li a,.header-change nav ul li a{
	color:#fff;
	text-decoration-line: none;
}
header nav ul li:hover{
	color:#ccebff;
	text-shadow: 1px 1px 5px #006655;
}
header nav ul li span{
	font-size:60%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.header-change h1{
	line-height: 100%;
	vertical-align: middle;
}
.header-change img{
	height: 80px;
	margin-left: 40px;
	filter: drop-shadow(2px 2px 8px rgba(255,255,255,0.8));
}
.header-change nav ul li:hover{
	color:#ccebff;
	text-shadow: 1px 1px 5px #006655;
}
.header-change nav ul li span{
	font-size:60%;
}

.news{
	max-width: 960px;
	height: 120px;
	margin: auto;
	background-color: #00ab8e;
	display: flex;
	justify-content: space-around;
	padding: 15px;
	border-radius: 80px;
	border:#fff 4px solid;
	color: #fff;
}
.news h2{
	text-align: center;
	font-size: 2em;
	width: 150px;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 10px;
	border-right: solid 1px #00ab8e;
	color: #fff;
	line-height: 100%;
	vertical-align: middle;
	font-family: myriad-pro-semiextended, sans-serif;
	font-style: italic;
}
.news h2 span{
	font-size:50%;
}
.news_in{
	width: 100%;
	max-width: 850px;
	margin: 0 15px;
	overflow: auto;
}
.contents_n{
	padding: 10px;
	width: 100%;
}
.contents_g{
	position: relative;
	width: 100%;
 	margin: 100px 0;
 	padding: 10px 0;
	background-color: #00ab8e;
}
.contents_g::before{
	content: "";
	position: absolute;
	top:-80px;
	right: 0;
	border-style: solid;
	border-color: transparent transparent #00ab8e transparent;
	border-width: 0 100vw 80px 0;
	z-index: 10;
}
.contents_g::after{
	content: "";
	position: absolute;
	bottom:-80px;
	right: 0;
	border-style: solid;
	border-color: transparent #00ab8e transparent transparent;
	border-width: 0 100vw 80px 0;
	z-index: 10;
}
.contents_in{
	max-width: 960px;
	margin: auto;
	border-radius: 5px;
	padding: 15px;
}
.contents_n h3{
	text-align: center;
	font-size: 2.5em;
	color: #00ab8e;
	line-height: 80%;
	vertical-align: middle;
	font-family: myriad-pro-semiextended, sans-serif;
	font-style: italic;
	background: url("../img/icon_leaf.png") no-repeat;
	background-size: 50px;
	background-position: top center;
	padding: 80px 5px 5px 5px ;
}
.contents_n h3 span,.contents_g h3 span{
	font-size:50%;
	font-weight: 400;
}
.contents_g h3{
	text-align: center;
	font-size: 2.5em;
	color: #fff;
	line-height: 80%;
	vertical-align: middle;
	font-family: myriad-pro-semiextended, sans-serif;
	font-style: italic;
	background: url("../img/icon_logo_w.png") no-repeat;
	background-size: 80px;
	background-position: top center;
	padding: 90px 5px 5px 5px;
}
.greeting_txt_wrap{
	padding: 30px 20px;
	border-radius: 50px 0 50px 0;
	background-color: #fff;
}

.flex_greeting{
	display: flex;
	justify-content: space-around;
}
.greeting_img{
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
}
.greeting_img img{
	width: 100%;
	border-radius: 50%;
}
.greeting_txt h4{text-align: center;
	font-size:1.6em;
	color: #fff;
	padding: 0.5em 0;
	margin-bottom: 10px;
	background-position: bottom;
}
.greeting_txt p{
	font-size: 1em;
	padding: 0.25em 0.5em 0.25em 1em;;
	color: #333;
	border-left: solid 5px #00ab8e;
	background:url("../img/icon_leaf_g30.png") no-repeat;
	background-position:  center;
	background-size: 100px;
}
.contents_link{
	max-width: 960px;
	display: flex;
	justify-content: space-around;
	margin: auto;
}
.link_button{
	position: relative;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1
}
.link_button p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.1em;
	display: inline-block;
	padding: 10px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	background-image: none;
	color: #fff;
	text-shadow: 2px 2px 5px #000;
	z-index: 2
}
.button_bg01{
	background: url("../img/p007.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.button_bg02{
	background: url("../img/d_grass.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.button_bg03{
	background: url("../img/img_08.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.link_button a:hover{
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.top_products{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.top_pro_img{
	
}
.top_pro_img img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}
.sns{
	text-align: center;
}
.sns a{
	display: inline-block;
	width: 80px;
	height: 80px;
	background-color: #00ab8e;
	border-radius: 50%;
	margin: 10px;
}
.sns a i{
	line-height: 80px;
	font-size: 50px;
	color: #fff;
}
.sns a:hover{
	background-color: #edb641;
}
.flex_map{
	display: flex;
	justify-content: space-around;
}
.flex_map h4{
	color: #fff;
	font-size:1.2em;
	padding: 10px 0;
}
.flex_map p{
	text-align: left;
	color: #fff;
	padding-left: 10px;
}
.map_in{
	width:300px;
	padding: 20px;
	text-align: center;
}
.map_in img{
	width: 100%;
	border-radius: 50%;
}
footer{
	background-color: #00ab8e;
	background-image: url("../img/bg_sprout.png") ;
	background-size: cover;
	color: #fff;
	padding: 50px 0 20px;
}
.footer_in{
	padding: 0 30px;
}
.footer_in img{
	width: 280px;
	margin-bottom: 10px;
}
.contact_icon p{
	font-size: 0.8em;
	padding: 10px 20px;
}

.contact_icon{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 20px;
}
.contact_icon .icon_child{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;	
}

.contact_icon .icon_child a{
	display: block;
	color:#00ab8e;
	text-decoration-line: none;
	width: 300px;
	background-color: #fff;
	padding: 0.5em;
	border-radius: 40px;
	margin: 10px;
	border:#fff 1px solid;
}
.contact_icon .icon_child :hover{
	color: #fff;
	background-color:#00ab8e;
}
.copy{
	text-align: center;
	padding: 50px 0 20px;
	font-family: myriad-pro-semiextended, sans-serif;
	font-style: italic;
}

/* ボタン */
.button_wrap{
	text-align: center;
	margin-bottom: 20px;
}
.button_01{
	display: inline-block;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	width: 320px;
	background-color: #00ab8e;
	border:#00ab8e solid 1px;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 30px;
}
.button_01:hover{
	background-color: #fff;
	border:#00ab8e solid 1px;
	color: #00ab8e;
}
.button_02{
	display: inline-block;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	width: 320px;
	background-color: #fff;
	border:#fff solid 1px;
	color: #00ab8e;
	padding: 0.5em 1em;
	border-radius: 30px;
}
.button_02:hover{
	background-color: #00ab8e;
	border:#fff solid 1px;
	color: #fff;
}
/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	color:#fff;
	line-height: 120%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size:1.8em;
}
.subtitle h2 span{
	font-family: myriad-pro-semiextended, sans-serif;
	font-style: italic;
	font-size: 200%;
}
.sub_bg{
	background: url("../img/bg_sub.jpg") no-repeat;
	background-position: bottom center;
	background-size: cover;
}
/* サブページコンテンツ
   ========================================================================== */
p.rinen{
	font-size: 1.8em;
	font-family: myriad-pro-semiextended, sans-serif;
	font-style: italic;
	color: #00ab8e;
}
.company_txt_wrap{
	text-indent: 1em;
	padding: 1em;
	background:url("../img/bg_icon_ygreen.png") no-repeat center;

}
.company_txt_wrap p{
	padding: 0.5em 0;
}

.about h4{
	font-size: 1.5em;
	padding: 0 0.5em ;
	border-left: solid 10px;
	margin: 2em 0 1em;
	color: #00ab8e;
}

.case_table{
	border-collapse: collapse;
  	border-spacing: 0;
	width: 100%;
	margin-top: 20px;
	font-size: 0.9em;
}
.case_table th{
	text-align: right;
	vertical-align: top;
	padding: 0.5em 1em;;
	width: 120px;
	color: #00ab8e;
}
.case_table td{
	vertical-align: top;
	padding: 0.5em 1em;;
}
.case_table tr:nth-child(odd){
	background-color:#f5f5f5;
}

.company_table{
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
	border-spacing: 0;
}	
.company_table th{
	background: #00ab8e;
	color: #fff;
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #fff;
}
.company_table td{
	padding: 10px;
	color: #333;
	border-bottom: solid 1px #00ab8e;
}
.product_wrap{
	position: relative;
	width: 100%;
	height: 620px;
}
.product_txt p{
	padding: 1em;
}

.product_wrap p{
	position: absolute;
	top:440px;
	left: 0;
	padding: 1em;
}
.product_wrap h4{
	font-size: 1em;
	position: absolute;
	top:320px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	color: #fff;
}
.product_wrap img{
	position: absolute;
	top:230px;
	left: 50%;
	transform: translateX(-50%);
	width: 210px;
	height: 210px;
}
.pro_bg01{
	background:url("../img/product01.jpg") no-repeat;
	background-size: 100%;
	background-position: top center;
}
.pro_bg02{
	background:url("../img/product02.jpg") no-repeat;
	background-size: 100%;
	background-position: top center;
}
.pro_bg03{
	background:url("../img/product03.jpg") no-repeat;
	background-size: 100%;
	background-position: top center;
}
.pro_bg04{
	background:url("../img/product04.jpg") no-repeat;
	background-size: 100%;
	background-position: top center;
}
.gallery_wraper{
	display: flex;
	justify-content: space-between;
	align-items:stretch;
	flex-wrap: wrap;
	max-width: 960px;
}
/*最後の行の隙間を解消*/
.gallery_wraper::before{
	content:"";
	display: block;
	width:calc(95% / 3);
	order: 1;
}
.gallery_wraper::after{
	content:"";
	display: block;
	width:calc(95% / 3);
}
.photo_in{
	width:calc(95% / 3);
	background-color:#fff;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #666;
	padding: 10px;
	position: relative;
	overflow: hidden;
}
.photo_in img{
	display: block;
	margin: auto;
	width: 280px;
	height: 280px;
	object-fit: contain;
	background:#f5fffa;
}
p.gallery_txt{
	padding: 0.5em 1em;
	font-family: myriad-pro-semiextended, sans-serif;
	font-style: italic;
	font-size: 1em;
}
p.gallery_price{
	padding: 0 1em;
	font-size: 0.9em;
	padding-bottom: 10px;
}
p.shop{
	text-align: center;
}
p.shop a{
	display: block;
	width: 90%;
	margin: auto;
	max-width: 180px;
	background:#00ab8e;
	color: #fff;
	padding: 0.25em;
	border-radius: 20px;
}
p.shop a:hover{
	background: #edb641;
}

.product_wrap02{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 30px 0;
	
}
.product_wrap02 div{
	width: calc(100% / 2 - 10px);
	margin-bottom: 30px;
}
.product_wrap02 div img{
	width: 100%;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #666;
}

/* メールフォーム============================================================ */
.mailform h4{
	font-size: 1.5em;
	padding: 0 0.5em ;
	border-left: solid 10px;
	margin: 2em 0 1em;
	color: #00ab8e;
}
.mailform{
	width: 100%;
	padding: 0 30px;
}
.fome01{
	margin: 10px;
	padding-bottom: 10px;
}
label{
	display: inline-block;
	width: 180px;
	vertical-align: top;
	-webkit-appearance: none;
}
input[type='text'] ,input[type='date'] , textarea{
	width: 70%;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 0.5em;
	font-weight: 400;
	background-color:#00ab8e;
	color: #fff;
	border-radius: 20px;
	margin: 0 auto;
}
input[type='submit']:hover{
	color: #fff;
	background-color:#edb641;
}
.fome01 span{
	color:#be1a20;
}
.font-s {
	font-size: 80% !important;
	color:#666;
	margin: 15px;
}
.flex_select{
	display: flex;
}

.infobox{
	width: 95%;
	margin: auto;
	padding: 10px;
	background-color: rgba(255,255,255,0.49);
	color: #fff;
}
.infobox h4{
	border-left: none;
	text-align: center;
	padding: 5px;
	margin: 0;
	font-size: 1em !important;
}
.infobox h5{
	color: #333;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5em;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.tel_button{
	margin: 20px 0;
	text-align: center;
}
.tel_button a{
	display: block;
	width: 500px;
	padding: 20px;
	background-color:#00ab8e;
	margin: auto;
	font-size:1.5em ;
	cursor: pointer;
	color: #fff;
	border-radius: 50px;
}
.tel_button a:hover{
	background-color:#edb641;
	color: #fff;
}

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #edb641;
	border-radius: 50%;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/* カルーセルスライダー　==================== */
.carousel {
	padding: 0;
}
.carousel div {
	margin: 0 5px;
	height: 230px;
	overflow: hidden;
}
.carousel img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.carousel .slick-next {
	right: 17px;
	z-index: 50;
}
.carousel .slick-prev {
	left: 23px;
	z-index: 50;
}

/* ハンバーガー用
   ========================================================================== */

.navToggle {
	position:fixed;
	top: 10px;
	right: 10px;
    display: block;
    width: 58px;
    height: 58px;
    cursor: pointer;
    z-index: 9900;
    background: rgba(255,255,255,0);
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 46px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #fff;
    font-size: 14px;
    top: 34px;
}

/* タップした後 
   ========================================================================== */

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* グローバルナビ用  
   ========================================================================== */
nav.globalMenuSp {
    position: fixed;
    z-index: 9100;
    top: 0;
    left: 0;
    background: #00ab8e;
    color:#fff;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
	height: 100vh;
	overflow: auto;
}
 
nav.globalMenuSp ul {
    background: #00ab8e;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.5em;
    list-style-type: none;
	margin-bottom: 0;
    padding: 0 0 0 30px;
    width: 100%;
    border-bottom: 1px solid #fff;
	font-family: myriad-pro-semiextended, sans-serif;
	font-style: italic;
}
nav.globalMenuSp ul li span{
	font-size: 70%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color:#fff;
    padding: 0.6em 0;
	text-decoration-line: none;
}
nav.globalMenuSp ul li :hover{
	text-shadow: 1px 1px 5px #000;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.cf_link{
	padding: 20px;
}
.cf_link img{
	width: 100%;
}
.cf_link a{
	opacity: 1.0;
}
.cf_link a:hover{
	opacity: 0.6;
}
