@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
font:100%/1.7 verdana,"Yu Gothic Medium", "游ゴシック Medium","游ゴシック体", "Yu Gothic", YuGothic, sans-serif,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-weight: 500;
color:#333;
line-height:1.8;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#74b4df;text-decoration:none;}
a:hover{color:#006699;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;

background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
height:110px;
}

#header h1{
padding:5px 0 10px 15px;
font-size:75%;
font-weight:normal;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo p{
float:left;
font-size: 105%;
}

.logo img{
width:auto;
float:left;
padding:2px 10px 0 10px;
}

.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{font-size:90%;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
color:#333;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
color:#333;
font-size:.6em;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:0px auto 17px;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
object-fit: cover;
}

.zoom {
width: 960px;
height: 340px;
overflow: hidden
}

.zoom-1 img {
width: 100%;
height: auto;
animation: animationZoom1 10s ease-in-out forwards;
}
@keyframes animationZoom1 {
100% { transform: scale(1.1)}
}


#subpage #mainBanner img{border:4px solid #f1f1f1;}

.slogan{
position:absolute;
width: 100%;
top:50%;
left:50%;
transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
#max-width:100%;
#height:auto;
#bottom:20px;
#padding:5px 10px;

/* background-color: rgba(255,255,255,0.4); */

}

.slogan h2{
/*
padding-bottom:5px;
font-size:20px;
font-weight:bold;
color:#fff;
*/
    font-size: 230%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 3px;
    text-shadow: 0 0 0.2em #333;
    font-family: 'Noto Serif JP', serif;
position: relative;
top: 180px;
}

.slogan h3{
font-size:180%;
font-weight:bold;
color:#fff;
text-align: center;
    text-shadow: 0 0 0.2em #333;
font-family: 'Noto Serif JP', serif;
position: relative;
top: 140px;
/*
text-shadow: 0 0 0.2em #607d8b;
position: relative;
top: -80px;
*/

}

.h3sub{letter-spacing:0.15em; font-size:75%;}

.plus{font-size:110%; font-family: "Noto Sans Japanese"; color:red; font-weight: 900; position: relative; left: 6px;}




/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;

}

.box{
margin:10px 5px 40px;
padding:10px 15px 20px;
border:1px solid #607D8B;
background:#f5f5f5;
/*border-radius: 15px; */
 box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 ); /* */
}

.box2{
margin:10px 5px 30px;
padding:15px 15px 0px;
box-shadow:none;
border:0px solid #607D8B;
}

.box3{
margin:10px 5px 30px;
padding:15px 15px 0px;
box-shadow:none;
border:0px solid #607D8B;
background:#fff;
}


.box img{
max-width:100%;
height:auto;
border:0px solid #f1f1f1;
}

.box img.arrow{
	border:0px;
}

.box h3{
	clear: both;
	padding:5px;
	background-color:#4caf50;
	color:#fff;
	font-size: 110%;
	text-align:center;
	line-height:180%;
	font-weight:normal;
	}

.box h4{
	clear: both;
	padding:15px 5px 0px;
	color:#000;
	font-size: 110%;
	text-align:center;
	line-height:180%;
	font-weight:bold;
	} 

.box p{
	padding:15px 5px 5px;
	text-align:left; 
	line-height:160%;
	} 

.box p.product{
	text-align:center;
	font-size: 100%;
}

.box p.readmore{
	padding:10px 5px 5px;
	text-align:right;
}

.box .alignleft{
	float:left;
	clear:left;
	margin:0px; 
}

.box li{
    list-style-type: disc;
    margin-left: 30px;
    text-align: left;
    line-height: 160%;
    padding-bottom: 5px;
}


/* マップ */
.article_map{
width:910px;
margin:0px auto 30px;
padding:10px 10px 10px 10px;
background:#ddd;
}

/* ボタン */
.btn{
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    /* 以下装飾です。削除OK */
    text-decoration:none;
    white-space: normal; 
    text-align: center;
    display: block;
    margin:0px 10px 10px 0px;
    outline: none;
    float: left;
    padding:7px 20px;
    position: relative;
    z-index: 2;
	border-radius			: 7px;	/* CSS3草案 */
	-webkit-border-radius		: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius		: 10px;	/* Firefox用 */
}
.btn:before,.btn:after{
    position: absolute;
    display: block;
    content:"";
    height: 100%;
    width: 100%;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}

.v1-5{
    background: #e8f5e9;
    border: 2px solid #00cc33;
    color: #01325a;
    overflow: hidden;
}
.v1-5:hover{
    color: #fff;
    font-weight:normal;
}

.v1-5:after{
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform:scale(0.6);
    transform:scale(0.6);
}
.v1-5:hover:after{
   -webkit-transform:scale(2); 
    transform:scale(1);
    background: #00cc33;

}




.v1-6{
    background: #00cc33;
    border: 2px solid #00cc33;
    color: #fff;
    overflow: hidden;
    font-weight: bold;
}
.v1-6:hover{
    color: #00cc33;
    font-weight: bold;
}
.v1-6:after{
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform:scale(0.6);
    transform:scale(0.6);
}
.v1-6:hover:after{
    -webkit-transform:scale(1);
    transform:scale(1);
    background: #fff;
}

.btn-border {
  display: inline-block;

  text-align: left;
  border: 2px solid #8d6e63;
  font-size: 14px;
  color: #fff;
  background-color: #8d6e63;
  text-decoration: none;
  font-weight: normal;
  padding: 8px 20px;
	border-radius			: 20px;	/* CSS3草案 */
	-webkit-border-radius		: 25px;	/* Safari,Google Chrome用 */
	-moz-border-radius		: 25px;	/* Firefox用 */
  transition: .4s;
  margin-bottom: 15px;
  margin-right: 10px;
}

.btn-01 {
  padding: 5px 15px;
}

.btn-02 {
  border: 2px solid #388e3c;
  background-color: #388e3c;
  padding: 5px 15px;
}

.btn-03 {
  border: 2px solid #546e7a;
  background-color: #546e7a;
  padding: 5px 15px;
}

.btn-border:hover {
  background-color: #fff;
  border-color: #8d6e63;
  color: #8d6e63;
}

.btn-02:hover {
  background-color: #fff;
  border-color: #388e3c;
  color: #388e3c;
  padding: 5px 15px;
}

.btn-03:hover {
  background-color: #fff;
  border-color: #546e7a;
  color: #546e7a;
  padding: 5px 15px;
}

/*************
メイン コンテンツ
*************/
section.content article{
width:94.5%;
margin: 0px auto 40px;
padding:10px;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}
section.content .img_testdata{width:50%;}

h3.heading{
width:910px;
/* width:94.5%; */
margin:15px auto 0px;
font-weight:normal;
padding:5px 10px 5px 10px;
line-height:160%;
color:#000;
background:#eee;
border-bottom: solid 1px #333; /* ican */
/*font-family: "Noto Sans Japanese"; */
/*font-family: 'Noto Serif JP', serif;*/
font-size:120%; 
}

h4.heading{
margin:20px 10px 15px;
font-weight:normal;
padding:10px 30px;
line-height:36px;
color:#000;
background:#fff; /* ican */
border: solid 1px #666; /* ican */
font-family: 'Noto Serif JP', serif;
font-size:140%;
}

section.content .midashi {
  border-bottom: solid 5px skyblue;
  position: relative;
  font-size: 140%;
  font-family: 'Noto Serif JP', serif;
  letter-spacing:0.1em;
}

section.content .midashi:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #ffc778;
  bottom: -5px;
  width: 30%;
}





section.content img{
max-width:100%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid img,.border,ul.list img{border:4px solid #f1f1f1;}



/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
/* cng */
width:97%;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #f1f1f1;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{display:block;}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}






/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
background:#f3f3f3;
text-align:center;
font-size:85%;
}



address{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#333;
}


/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
}

#footer li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:30px;
background:url(images/arrow.png) no-repeat 0 16px;
line-height: 220%;
}

#footer li a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
color:#333399;
}

#footer li a:hover{text-decoration:underline;}

#footer li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer li li a,*:first-child+html #footer li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#333;
}










/* サイトマップ　リンク設定
------------------------------------------------------------*/
#smap a{color:#fff; font-size:120%;}
#smap a:hover{text-decoration: underline;}

#smap2 a{color:#795548; font-size:100%;}
#smap2 a:hover{text-decoration: underline;}



/* PC用
------------------------------------------------------------*/
@media print,screen and (min-width: 960px){
	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	#header{width:940px;}
	.inner{width:900px;}
	
  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	}
	
	nav#mainNav .inner{
	width:932px;
	padding:0 14px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;

/*	background-color: #E1F5FE;

	color:#fff;
*/
	}

	nav#mainNav li:last-child{border-right:1px dotted #333;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:154px;
	height:45px;
	padding-top:9px;
	color:#333;
	border-left:1px dotted #333;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#2196F3;
	font-size:10px;
	}

	nav#mainNav ul li.active a span, nav#mainNav li.active a:hover span{
	color:#1b5e20;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{

  	background:#E1F5FE;
	padding-top:9px;
	}
	
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:17px auto;}
	
	#main{
	float:right;
	width:667px;
	padding-right:15px;
	}
	
	#sidebar{
	float:left;
	width:245px;
	padding:17px 0 0 15px;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:30px 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
	.grid2{
	float:left;
	width:450px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
  	#gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: #388e3c;  /* menu ber color */
  	border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px; color:#fff;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	color: #388e3c ;
        background: #E2ECB2; /* menu color */
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#f44336;}  /* menu active color */

	nav div.panel{float:none;}
	
	#subpage #mainBanner{max-width:668px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer .logo,#footer .info{
	width:100%;
	float:none;
	}
	
	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}
	
	.logo p{
	float:none;
	display:block;
	}

	.logo img{
	float:none;
	padding:0;
	}

	.logo span{
	display: none;
	}

	.info{
	padding:0;
	}


	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  	.alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	h3.heading{width:95%; font-size: 100%;}
	
	#gallery .grid{float:left;}

	.table tbody th {
        margin-bottom: 5px;
        list-style-type: none;
        color: #fff;
        background: #aaa;
        text-align: left;
	}

	.table tbody th, .table tbody td {
        display: list-item;
        border: none;
	}

	.table tbody td {
        margin: 10px 10px 30px 5px;
        padding: 0;
        background: transparent;
        list-style-type: none;
	}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

	.grid{width:90%; margin-left:5%;}

	#mainBanner h2{font-size:140%;}
	#mainBanner h3{font-size:120%; top:150px;}
	#mainBanner p{font-size:80%;}

	section.content .img_testdata{width:100%;}

}

