@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@media screen and (min-width: 769px) { /*ウィンドウ幅が480px以上の場合に適用*/

.pc { display: inline-block!important; }
.sp { display: none !important; }

html{
	width:100%;
}
	
body {
	width:100%;
	margin:0;
	font-family: 'Noto Sans CJK JP','TsukuARdGothic-Regular','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic',' sans-serif';
	letter-spacing: 1px;
	color:#000000;
	background-color: #fff;
	line-height:1.6rem;
	font-size:15px;
}


.all{
	width:100%;
	max-width: 1280px;
	min-width:769px;
	margin: auto;
	padding: 0;
}

ul li{
	list-style: none;
}
h3{
	text-align: center;
	font-size: 14px;
}
p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}	
p{
	font-size: 14px;
}
a{
	text-decoration: none;
	color: #231510;
	}
#headerbg{
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 68px;
	margin: 0 auto;
	background: #ffffff;
	z-index: 9000;
	opacity: 0.9;
	}
#header{
    position: fixed;
	top: 0;
	left: 0%;
	right: 0%;
	width: 88%;
	height: 68px;
	margin: 0 auto;
	z-index: 9999;
}
.main-logo{
	width:15%;
    position: absolute;
	left: 5px;
	top:8px;
}

.main-logo img{
	width:100%;
	max-width: 170px;
}

.gnavi__wrap {
    width: 68%;
    position: absolute;
	text-align: right;
	right: 2px;
}
.gnavi__lists {
    display: flex;
	padding: 0;
}
.gnavi__list {
    width: 25%;
    height: 40px;
    background-color: #FFFFFF;
    position: relative;
    transition: all .3s;
}
.gnavi__list_l {
    width: 51%;
    height: 40px;
    background-color: #FFFFFF;
    position: relative;
    transition: all .3s;
}
.gnavi__list_l a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.05em;
    transition: all .3s;
}

.gnavi__list:hover {
    background-color: #ffffff;
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
}
.gnavi__list:hover::before {
    background-color: #FFFFFF;
}
.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.05em;
    transition: all .3s;
}
.gnavi__list:hover a {
	color: #333333;
}
.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 40px;
    right: 0;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #ffffff;
    height: 30px;
	width: 160px;
	padding: 0 5%;
    transition: all .3s;
    position: relative;
	color: #333333;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}
.dropdown__list:hover {
    background-color: #E3F3F7;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

#content{
	width: 88%;
	margin:68px auto 3%;
	z-index: 999;
}
#mainv{
	width: 98%;
	margin: 0px auto;
	text-align: center;
	background-color: #fff;
	position: relative;
	height: auto;
}
#mainv img{
	position: relative;
	z-index: 10;
	height: auto;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	background-color: #fff;
}
.greenline_top{
	position: absolute;
	background-color: #D0DB1F;
	height: 50px;
	width: 70%;
	top:15%;
	left: 0;
	z-index: 0;
	margin: 0 calc(50% - 60vw);
	}
#grid{
	width: 100%;
	margin: 0 auto;
	vertical-align: top;
	}
#grid p{
	vertical-align: middle;
	font-size: clamp(8px,14px,20px);
	}
.parts1{
	width: 15%;
	margin: 1% 0.7% 0 0.7%;
	display: inline-block;	
	vertical-align: middle;
	z-index: 100;
	}	
.parts1 img{
	width: 100%;
	}
.parts2{
	width: 31%;
	margin: 1% 0.8% 0 0.8%;
	display: inline-block;
	vertical-align: middle;
	}	
.parts2_txt{
	width: 31%;
	margin: 1% 0.8% 0 0.8%;
	display: inline-block;
	vertical-align: middle;
	}	
.parts2 img{
	width: 100%;
	}
.parts3{
	width: 47%;
	display: inline-block;
	vertical-align: middle;
	margin: 1% 0.8% 0 0.8%;
	}	
.parts3 img{
	width: 100%;
	}
.valtop{
	vertical-align: top;
	padding: 1% 0;
	}
.right{
	width: 100%;
	text-align: right;
	}
#grid p.catch{
	font-size:clamp(14px,18px,26px);
	line-height: 1.3em;
	}
a.anker{
	padding: 100px;
	margin: -100px;
	}
.ttl{
	width: 100%;
	font-size: 20px;
	text-align: center;
	}

.product_btn{
	position: relative;
	}
.product_btn:hover .ball {
	display: inline;
	}
.ball{
	position: absolute;
	display: none;
	padding: 2px;
	background-color: #ffffff;
	width:93%;
	top:50%;
	left: 2%;
	font-size: 78%;
	text-align: center;
}
.ball:after{
	content: "";
	position: absolute;
	}
.ball ul{
	margin: 0 auto;
	padding: 2%;
	}
#footer{
	position: relative;
	top:auto;
	bottom: 0;
	right: 0;
	width:98%;
	height:20px;
	text-align: center;
	margin: 20px 0 ;
	font-size: 10px;
}
#footer p{
	z-index: 1;
}
.greenline_btm{
	position: absolute;
	background-color: #D0DB1F;
	height: 50px;
	width: 60%;
	bottom:105%;
	right: 0;
	z-index: -10;
	margin: 0 calc(50% - 50vw);
	color: #D0DB1F;
	}

/*下層ページ*/
#sub_ttlarea{
	width: 88%;
	margin: 0;
	text-align: center;
	position: relative;
	height: 150px;
	top:70px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.sub_mv{
	width: 45%;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top:0px;
	right: 0;
}
.sub_mv img{
	width: 100%;
}
.sbttl_en{
	position: absolute;
	z-index: 1;
	color: #ffffff;
	top:50px;
	text-align: left;
	left: 0;
	}
.sbttl{
	position: absolute;
	z-index: 1;
	color: #000000;
	top:100px;
	text-align: left;
	left: 0;
	margin: 0;
	padding: 0.1% 0 0 20px;
	font-size: clamp(12px,22px,30px)
	}

.sub_greenline_top{
	position: absolute;
	background-color: #D0DB1F;
	height: 50px;
	width: 80%;
	top:30px;
	left: 0;
	z-index: 0;
	margin: 0 calc(50% - 60vw);
	}
#main{
	position:absolute;
	display: block;
	width: 88%;
	top: 240px;
	left: 0%;
	right: 0%;
	height: 100%;
	margin: 10% auto;
	padding: 0;
	}
.prd_ttl1{
	width: 100%;
	max-width: 700px;
	margin: 3% auto 1%;
	padding: 0;
	text-align: center;
	font-size: 18px;
	background-color: #ed8843;
	color: #ffffff;
	border-radius: 5px;
	}

.prd_ttl2{
	text-align: center;
	width: 100%;
	max-width: 700px;
	margin: 0% auto 5%;
	padding: 0;
	font-size: 30px;
	line-height: 1.8em;
	}
.copy{
	width: 100%;
	max-width: 900px;
	margin: 3% auto 5%;
	padding: 0;
	line-height: 1.8em;
	}
.copy p{
	font-size: 20px;
	}
h2 {
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	width: 85%;
	margin: 10% auto 8%;
	}
h2:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #27acd9;
	}
.prd_img{
	margin: 0 auto;
	text-align: center;
	}
.prd_img img{
	width: 100%;
	max-width: 1000px;
	}
	
a.btn_soudan {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 45%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_soudan:hover {
	color: #fff;
	background: #27acd9;
}
.gaiyou{
	margin: 0;
	padding: 0;
	}
.gaiyou ul{
	width: 100%;
	max-width: 650px;
	margin: 5% auto 5%;
	padding: 0;
	}
.gaiyou li{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	}
.gaiyou li.boles{
	border: none;
	}

.last_boder{
	border-bottom: 1px solid #cccccc;	
	}
.item{
	padding: 25px;
	margin: 2px;
	vertical-align: top
	}
.value{
	padding: 25px;
	margin: 2px;
	vertical-align: top
	}	
.value2{
	padding: 0 25px 0px 25px;
	margin: 2px;
	display: inline-block;
	}
.value3{
	padding: 0 5px;
	margin: 0;
	vertical-align: top;
	}	
.from_btn{
	border: 1px solid #999999;
	border-radius: 3px;
	font-size: 10px;
	padding: 5px;
	}
#sb_footer{
/*	position:absolute;
	bottom: -150px;
	right: 0;*/
	width:88%;
	height:20px;
	text-align: center;
	margin: 30px auto;
	font-size: 10px;
}
#sb_footer p{
	z-index: 1;
	margin: 30px 0;
}
.greenline_btm_sb{
	background-color: #D0DB1F;
	height: 50px;
	width: 70%;
	z-index: 0;
	margin: 0 calc(50% - 50vw) 0 44%;
	}

.contact{
	width: 80%;
	margin: 0 auto;
}
.contact ul{
	width: 100%;
	max-width: 650px;
	margin: 5% auto 5%;
	padding: 0;
	}
.contact li{
	margin: 0 auto;
	padding: 10px 0;
	display: inline-block;
	}
.contact li:nth-child(even){
	width: 64%;
	}
.contact li:nth-child(odd){
	width: 35%;
	vertical-align: top;
	}
textarea {
	resize: vertical;
	width:100%;
	height:100px;
}
.confbtn{
	width: 40%;
	}
.submitbtn{
	width: 30%;
	}

/*　スライダー　*/

.slider {
	z-index: 900;
	width: 100%;
	display: flex;
	max-width: 100%;
	margin: auto;
	padding: 0;
}
.slider ul {
	z-index: 900;
  width: 100%;
  height: auto;
	padding: 0;
}

.slider li {
  width: 100%;
	min-width: 769px;
  height: auto;
}

.slider img {
  width: 100%;
  height: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: #ccc;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
.ttl_pro{
	margin: 5% 0 0 0;
	width: 98%;
	display: inline-block;	
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	}
.product{
	width: 98%;
	max-width: 900px;
	vertical-align: top;
	margin: 5% auto;
	}
.product .item_photo{
	width: 23%;
	border: 1px solid #cccccc;
	display: inline-block;
	padding: 15px;
	}
.item_photo img{
	width: 100%;
	margin: 0;
	padding: 0;
	}
.item_detail{
	display: inline-block;
	vertical-align: top;
	width: 66%;
	padding: 0;
	margin: 0% 0 3% 5%;
	}
.item_detail li{
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 0px 0;
	}
.item_detail li.item_detail_last {
	width: 100%;
	border-bottom: none;
	padding: 0px 0;
	}
.item_pro{
	padding: 10px 3%;
	width: 20%;
	margin: 2px;
	vertical-align: top;
	display: inline-block;
	}


.value_pro{
	padding: 10px 0 10px 3%;
	margin: 2px;
	width: 69%;
	vertical-align: top;
	display: inline-block;
	}
.item_txt ul{
	margin: 0;
	padding: 0 0 0 20px;
	}
.item_txt li{
	margin: 0;
	padding: 0;
	list-style: disc;
	}
.copy_pro{
	width: 80%;
	max-width: 900px;
	margin: 3% auto 5%;
	padding: 0;
	}
.copy_pro p{
	font-size: 18px;
	line-height: 1.4em;
	}
.copy_pro_top{
	width: 90%;
	margin: 0 auto 5%;
	padding: 0;
	}
.okazu_mv{
	background-image: url("../images/okazuyamv.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 365px;
	max-width: 1090px; 
	margin: 0 auto 3%;
	}
.okazu_mv p{
	width: 64%;
	margin: 5% auto 0;
	padding: 26% 0 0 0;
	}
.okazu_txt{
	margin: 0;
	padding: 0 0 0 5%;
	width: 80%;
	}
.copy_pro_top img.ono{
	width: 10%;
	margin: 0;
	padding: 0;
	float: right;
	}

.pro_cate{
	width: 80%;
	margin: 0 auto 5%;
	}
.box{
	height: 90px;
	width: 150px;
	background-color:darksalmon;
	display: inline-block;
	margin: 5px;
	padding: 60px 0 0 0;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	}
h2.prosuct_ttl {
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	width: 85%;
	margin: 0% auto 5%;
	}
h2.prosuct_ttl:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #27acd9;
	}

/*下層ページ	*/
ul li.indnt{
	margin: 0;
	padding: 0 0 0 15px;	
	}
ul {
	list-style-type: none;
	padding: 0;
}
.tab-area {
	width: 80%;
	margin: 0 auto;
	display: flex;
	border: 1px solid;
	cursor: pointer;
}
.tab {
	width: calc(100%/2);
	padding: 5px;
	text-align: center;
}
.tab:nth-child(n+2) {
	border-left: 2px solid;
}
.tab.active {
	background-color: #000;
	color: #fff;
}
.panel {
	display: none;
	text-align: left;
}
.panel.active {
	display: block;
}
ul.prod_navi{
	width: 84%;
	margin: 0 auto 5%;
	}
ul.prod_navi li{
	display: inline-block;
	padding: 0 5% 0 0;
	}
ul.prod_navi a{
	text-decoration: underline;
	color: #27acd9;
	}
	
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: -50px;
  opacity: 0.7;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 30px;
  left: 0;
  margin: auto;
  text-align: center;
}
.logi_img{
	width: 100%;
	text-align: center;
	margin: 5% auto;
	}	
.logi_img img{
	width: 60%;
	}	
.logi_txt{
	width: 80%;
	text-align: left;
	margin: 0% auto 1%;
	}	

}/*PCここまで*/


@media screen and (max-width: 768px) { /*ウィンドウ幅が480px以上の場合に適用*/
	
.pc { display: none !important; }
.sp { display: inline-block!important; }


html{
	width:100%;
}
body {
	width:100%;
	margin:0;
	font-family:'筑紫A丸ゴシック','TsukuARdGothic-Regular','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic',' sans-serif';
	letter-spacing: 1px;
	color:#000000;
	background-color: #fff;
	line-height:1rem;
}
.all{
	width:100%;
	max-width: 768px;
	margin: 0 auto;
	font-size: 12px;
	z-index: 999;
}

ul li{
	list-style: none;
}
h3{
	text-align: center;
	font-size: 14px;
}
p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}	
p{
	font-size: 14px;
}
a{
	text-decoration: none;
	color: #231510;
	}
#headerbg{
    position: fixed;
	top: 0;
	left: 0%;
	right: 0%;
	width: 100%;
	height: 68px;
	margin: 0 auto;
	background: #ffffff;
	z-index: 9000;
	opacity: 0.9;
	}
#header{
    position: fixed;
	top: 0;
	left: 0%;
	right: 0%;
	width: 98%;
	height: 68px;
	margin: 0 auto;
	z-index: 9999;
}
.main-logo{
	width:30%;
    position: absolute;
	left: 5px;
	top:0px;
}

.main-logo img{
	width:100%;
}
@media screen and (max-width: 468px) { /*ウィンドウ幅が480px以上の場合に適用*/
.main-logo{
	width:40%;
    position: absolute;
	left: 5px;
	top:8px;
}
.main-logo img{
	width:100%;
}
	}
.head-contact {
	width: 62%;
    position: absolute;
	text-align: right;
	right: 2px;
	top:35px;
}
.head-contact a{
	margin: 0 15px 0 0;
}
.head-contact a.last{
	margin: 0 5px 0 0;
}
#content{
	width: 98%;
	margin:68px auto 3%;
	z-index: 999;
}
#mainv{
	width: 98%;
	margin: 0px auto;
	text-align: center;
	background-color: #fff;
	position: relative;
	height: auto;
	z-index: 10;
}
#mainv img{
	position: relative;
	z-index: 10;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	background-color: #fff;
	height: auto;
	z-index: 9999;
}
.greenline_top{
	position: absolute;
	background-color: #D0DB1F;
	height: 40px;
	width: 70%;
	top:15%;
	left: 0;
	z-index: 0;
	margin: 0 calc(50% - 60vw);
	}
/*　スライダー　*/

.slider {
	z-index: 9999;
	width: 100%;
	display: flex;
	max-width: 100%;
	margin: auto;
	padding: 0;
}
.slider ul {
	z-index: 9999;
  width: 100%;
  height: auto;
	padding: 0;
}

.slider li {
  width: 100%;
  height: auto;
}

.slider img {
  width: 100%;
  height: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: #ccc;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

#grid{
	width: 100%;
	margin: 0 auto;
	vertical-align: top;
	}
#grid p{
	vertical-align: middle;
	font-size: clamp(8px,12px,20px);
	}
.parts1{
	width: 25%;
	margin: 1% 0.7% 0 0.7%;
	display: inline-block;	
	vertical-align: middle;
	}	
.parts1 img{
	width: 100%;
	}
.ttl{
	width: 98%;
	margin: 3% 0.7% 0 0.7%;
	display: inline-block;	
	vertical-align: middle;
	}
.ttl img{
	width: 30%;
	display: inline-block;
	}
.ttl p{
	width: 69%;
	display: inline-block;
	text-align: right;
	color: #ffffff;
	padding: 0 0 5px 0;
	}
.news{
	background-color: #D0DB1F;
	}
.about{
	background-color: #4484EA;
	}
.contact_bg{
	background-color: #ED8843;
	}
.product_bg{
	background-color: #46DFE3;
	}
.parts2{
	width: 47%;
	margin: 3% 0.8% 0% 0.8%;
	display: inline-block;
	vertical-align: middle;
	}	
.parts2_txt{
	width: 97%;
	margin: 1% 0.8% 0 0.8%;
	display: inline-block;
	vertical-align: middle;
	}	
.parts2 img{
	width: 100%;
	margin: 0 1%;
	display: inline-block;
	}
.parts2 ul{
	width: 38%;
	margin: 5% 0 0 0.8%;
	padding: 0 0 0 20px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.6em;
	z-index: 9999;
	}	
.parts3{
	width: 98%;
	display: inline-block;
	vertical-align: middle;
	margin: 3% 0.8% 0 0.8%;
	}	
.parts3 img{
	width: 100%;
	}
.valtop{
	vertical-align: top;
	padding: 1% 0;
	}
.right{
	width: 100%;
	text-align: right;
	}
a.anker{
	padding: 100px;
	margin: -100px;
	}
#footer{
	width:98%;
	height:20px;
	text-align: center;
	margin: 60px 0 30px;
	font-size: 10px;
	position: relative;
	z-index: 1;
}
#footer p{
	z-index: 1;
}
.greenline_btm{
	position: absolute;
	background-color: #D0DB1F;
	height: 40px;
	width: 60%;
	bottom:105%;
	right: 0;
	z-index: 1;
	margin: 0 calc(50% - 50vw);
	color: #D0DB1F;
	}
/*下層ページ*/
#sub_ttlarea{
	width: 98%;
	margin: 0;
	text-align: center;
	position: relative;
	height: 150px;
	top:70px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.sub_mv{
	width: 45%;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top:0px;
	right: 0;
}
.sub_mv img{
	width: 100%;
}
.sbttl_en{
	position: absolute;
	z-index: 1;
	color: #ffffff;
	top:50px;
	text-align: left;
	left: 0;
	}
.sbttl{
	position: absolute;
	z-index: 1;
	color: #000000;
	top:100px;
	text-align: left;
	left: 0;
	margin: 0;
	padding: 0.1% 0 0 20px;
	font-size: clamp(12px,22px,30px)
	}

.sub_greenline_top{
	position: absolute;
	background-color: #D0DB1F;
	height: 40px;
	width: 80%;
	top:30px;
	left: 0;
	z-index: 0;
	margin: 0 calc(50% - 60vw);
	}
#main{
	position:absolute;
	width: 90%;
	top: 160px;
	left: 0%;
	right: 0%;
	margin: 10% auto;
	padding: 0;
	}
.prd_ttl1{
	width: 100%;
	max-width: 700px;
	margin: 3% auto 1%;
	padding: 1% 0;
	text-align: center;
	font-size: 14px;
	background-color: #ed8843;
	color: #ffffff;
	border-radius: 5px;
	}

.prd_ttl2{
	text-align: center;
	width: 100%;
	margin: 0% auto 5%;
	padding: 0;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 600;
	}
.copy{
	width: 100%;
	max-width: 900px;
	margin: 3% auto 5%;
	padding: 0;
	}
.copy p{
	font-size: 14px;
	line-height: 1.4em;
	}
.copy_pro_top{
	width: 98%;
	margin: 0 auto 5%;
	padding: 0;
	}
.okazu_mv{
	background-image: url("../images/okazuyamv.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100%;
	max-width: 1090px; 
	margin: 0 auto 3%;
	}
.okazu_mv p{
	width: 76%;
	margin: 5% auto 0;
	padding: 26% 0 0 0;
	}
.okazu_txt{
	margin: 0;
	padding: 0 0 0 5%;
	width: 80%;
	}
.copy_pro_top img.ono{
	width: 10%;
	margin: 0;
	padding: 0;
	float: right;
	}

h2 {
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	width: 95%;
	margin: 10% auto 8%;
	}
h2:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #27acd9;
	}
.prd_img{
	margin: 0 auto;
	text-align: center;
	}
.prd_img img{
	width: 100%;
	max-width: 1000px;
	}
a.btn_soudan {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 50%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_soudan:hover {
	color: #fff;
	background: #27acd9;
}

.gaiyou{
	margin: 0;
	padding: 0;
	}
.gaiyou ul{
	width: 100%;
	max-width: 650px;
	margin: 5% auto 5%;
	padding: 0;
	}
.gaiyou li{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	}
.gaiyou li.boles{
	border: none;
	}
.last_boder{
	border-bottom: 1px solid #cccccc;	
	}

.item{
	padding: 20px 5px;
	margin: 2px;
	vertical-align: top;
	}
.value{
	padding: 20px 5px;
	margin: 2px;
	vertical-align: top;
	}	
.value2{
	padding: 0 0px 0px 0px;
	margin: 2px;
	display: inline-block;
	}
.value3{
	padding: 0 5px;
	margin: 0;
	vertical-align: top;
	}	
.from_btn{
	border: 1px solid #999999;
	border-radius: 3px;
	font-size: 10px;
	padding: 5px;
	}
#sb_footer{
	position:absolute;
	bottom: -150px;
	right: 0;
	width:88%;
	height:20px;
	text-align: center;
	margin: 150px 0 ;
	font-size: 50px;
}
#sb_footer p{
	z-index: 1;
	font-size: 8px;
}
.greenline_btm_sb{
	background-color: #D0DB1F;
	height: 30px;
	width: 70%;
	z-index: 0;
	margin: 0 calc(50% - 50vw) 0 44%;
	}

.contact{
	width: 98%;
	margin: 0 auto;
}
.contact ul{
	width: 100%;
	margin: 5% auto 5%;
	padding: 0;
	}
.contact li{
	margin: 0 auto;
	padding: 3px 0;
	display: inline-block;
	}
.contact li:nth-child(even){
	width: 90%;
	}
.contact li:nth-child(odd){
	width: 90%;
	vertical-align: top;
	}
textarea {
	resize: vertical;
	width:100%;
	height:100px;
}
.confbtn{
	width: 40%;
	}
.submitbtn{
	width: 30%;
	}
.ttl_pro{
	margin: 5% 0 0 0;
	width: 98%;
	display: inline-block;	
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	}
.product{
	width: 100%;
	vertical-align: top;
	margin: 5% auto;
	}
.product .item_photo{
	width: 23%;
	border: 1px solid #cccccc;
	display: inline-block;
	padding: 5px;
	}
.item_photo img{
	width: 100%;
	margin: 0;
	padding: 0;
	}
.item_detail{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	padding: 0;
	margin: 0% 0 3% 1%;
	}
.item_detail li{
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 0px 0;
	}
.item_detail li.item_detail_last {
	width: 100%;
	border-bottom: none;
	padding: 0px 0;
	}
.item_pro{
	padding: 10px 2%;
	width: 28%;
	margin: 1%;
	vertical-align: top;
	display: inline-block;
	}

.value_pro{
	padding: 8px 0 8px 2%;
	margin: 1%;
	width: 60%;
	vertical-align: top;
	display: inline-block;
	}
.item_txt ul{
	margin: 0;
	padding: 0 0 0 20px;
	}
.item_txt li{
	margin: 0;
	padding: 0;
	list-style: disc;
	}
.copy_pro{
	width: 90%;
	max-width: 900px;
	margin: 3% auto 5%;
	padding: 0;
	}
.copy_pro p{
	font-size: 18px;
	line-height: 1.4em;
	}
.pro_cate{
	width: 100%;
	margin: 0 auto 5%;
	font-size: 18px;
	font-weight: 600;
	}
.box{
	height: 90px;
	width: 140px;
	background-color:darksalmon;
	display: inline-block;
	margin: 2px;
	padding: 50px 0 0 0;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	}
h2.prosuct_ttl {
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	width: 100%;
	margin: 0% auto 5%;
	}
h2.prosuct_ttl:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 25%;
	height: 5px;
	content: '';
	background: #27acd9;
	}
/*下層ページ*/
ul {
	list-style-type: none;
	padding: 0;
}
.tab-area {
	width: 100%;
	margin: 0 auto;
	display: flex;
	border: 1px solid;
	cursor: pointer;
}
.tab {
  width: calc(100%/2);
  padding: 5px;
  text-align: center;
}
.tab:nth-child(n+2) {
  border-left: 2px solid;
}
.tab.active {
  background-color: #000;
  color: #fff;
}
.panel {
  display: none;
  text-align: left;
}
.panel.active {
  display: block;
}		
	
ul.prod_navi{
	width: 98%;
	margin: 0 auto 5%;
	}
ul.prod_navi li{
	display: inline-block;
	padding: 0 ;
	}
ul.prod_navi a{
	text-decoration: underline;
	color: #27acd9;
	}
ul.product_navi{
	width: 100%;
	margin: 0 auto 2px;
	}	
ul.product_navi li{
	width: 44%;
	display: inline-block;
	background-color: #ffffff;
	padding: 1%;
	margin: 0 0 0 2%;
	text-align: center;
	}	
	
	
/*nav*/
nav {
  display: block;
  position: fixed;
  top: 0;
  right: -350px;
  bottom: 0;
  width: 450px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #999;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
nav .inner ul li.snsicon a{
	display: inline-block;
	}
nav .inner ul li.snsicon img{
	width: 60%;
	margin: 0;
	padding: 0;
	}
nav .inner ul li.indnt{
	margin: 0;
	padding: 0 0 0 15px;
	}
ul li.indnt{
	margin: 0;
	padding: 0 0 0 15px;	
	}
@media screen and (max-width: 767px) {
  nav {
    left: -300px;
    width: 300px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
/*navここまで*/
	
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1px;
  opacity: 0.5;
	z-index: 9999;
}
#page_top a{
  position: relative;
  display: block;
  width: 72px;
  height: 50px;
	right: 5px;
  text-decoration: none;
}
#page_top a::before{
	color: #fff;
	position: absolute;
	width: 72px;
	bottom: 6px;
	right: 5px;
	text-align: center;
}
.logi_img{
	width: 100%;
	text-align: center;
	margin: 5% auto;
	}	
.logi_img img{
	width: 90%;
	}	
.logi_txt{
	width: 80%;
	text-align: left;
	margin: 0% auto 1%;
	}	

	
	
}