@charset "UTF-8";
/* PC用CSS */
@media print, screen and (min-width: 896px) {
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
body {
	margin:0px;
	padding:0px;
	overflow-x: hidden;/*横スライダしないように*/
	font-family: "Meiryo","MS PGothic","Yu Gothic","Hiragino Kaku Gothic ProN", sans-serif;
}

html>body {
	margin:0px;
	padding:0px;
	font-family: "Meiryo","MS PGothic","Yu Gothic","Hiragino Kaku Gothic ProN", sans-serif;
}


UL {
	LIST-STYLE-TYPE: square; 
	margin:0px;
	padding:0px;
	letter-spacing:1pt;
}

OL UL {
	LIST-STYLE-TYPE: square; 
	margin:0px;
	padding:0px;
	letter-spacing:1pt;
}

OL {
	margin:0px;
	padding:0px;
	letter-spacing:1pt;
}

li {
	margin: 0px;
	font-size:13px;
	color:#333333;
	padding: 0px 0px 0px 0px;
	line-height:160%;
	letter-spacing:1pt;
}

li A         { color: #399110; TEXT-DECORATION: none;}
li A:link    { color: #399110; TEXT-DECORATION: none;}
li A:visited { color: #399110; TEXT-DECORATION: none;}
li A:hover   { color: #E83428; TEXT-DECORATION: none;}

/*-------------------------------
 ドキュメント要素指定 
-------------------------------*/
#all {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}
/*-------------------------------
backグレー
-------------------------------*/
.ccc{
	background-color: #eee;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*-------------------------------
画面配置幅
-------------------------------*/
.frame1200 {
	width: 1200px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
/*-------------------------------
コンテンツ
-------------------------------*/
#content {
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
	background-color: #fff;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#content h1 {
	font-weight: bold !important;
	margin: 0px 0px 20px 0px;
	padding: 150px 0px 0px 0px;
	height: 300px;
	color: #FFF;
	font-size:30px;
	text-align: center;
}

#content h2 {
	margin: 0px 0px 0px 0px;
	padding: 50px 5px 5px 5px;
	font-size:30px;
	line-height: 100%;
	color: #777;
	font-weight: bold !important;
	text-align: center;
}

#content h3 {
	margin: 15px;
	padding: 2px 5px 2px 15px;
	font-size:25px;
	line-height: 170%;
	color: #fff;
	border: 2px dashed #fff;
	background-color: #399110;
	box-shadow: 0px 0px 0px 10px #399110;
	border-radius: 10px;
	text-align: center;
}
#content h3 A         { color: #fff; TEXT-DECORATION: none;}
#content h3 A:link    { color: #fff; TEXT-DECORATION: none;}
#content h3 A:visited { color: #fff; TEXT-DECORATION: none;}
#content h3 A:hover   { color: #ff3300; TEXT-DECORATION: none;}

#content h4 {
	margin: 0px 5px;
	padding: 20px 5px;
	font-size:22px;
	color: #399110;
	line-height: 120%;
	text-align: center;
	font-weight: bold;
	border: 1px solid #399110;
	/*border-radius: 4px;*/
	background: #fff;
}

#content h4 A         { color: #399110; TEXT-DECORATION: none;}
#content h4 A:link    { color: #399110; TEXT-DECORATION: none;}
#content h4 A:visited { color: #399110; TEXT-DECORATION: none;}
#content h4 A:hover   { color: #ff3300; TEXT-DECORATION: none;}


#content p {
	margin: 20px 10px 0px 10px;
	padding:0px;
	font-size:16px;
	line-height: 150%;
	color: #333333;
	text-align: left;
}
#content p A         { color:#0080FF; text-decoration:none;}
#content p A:link    { color:#0080FF; text-decoration:none;}
#content p A:visited { color:#0080FF; text-decoration:none;}
#content p A:hover   { color:#ff3300; text-decoration:none;}


.wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	/*width: 100vw;*/
}
/*--------------------------------
3個のBOXのCSS
--------------------------------*/
.box3{
	width: 30%;
	margin: 10px 10px;
	padding: 5px 5px 50px 5px;
	/*border:solid 1px #6E4935;*/
}
.box3 img{
	width: 100%;
}

/*--------------------------
画像4個を並べる(product1)
--------------------------*/
.product1 {
	width: 23%;
	margin: 25px;
	padding: 0px;
/*	background-color: #fff;*/
}
.product1 img {
	object-fit: contain;
	/*width: 500px;*/
	margin: 0px;
	padding: 2px;
}

/*--------------------------
画像３個を並べる(product1)
--------------------------*/
.product2 {
	width: 30%;
	margin: 25px;
	padding: 0px;
/*	background-color: #fff;*/
}
.product2 img {
	object-fit: contain;
	/*width: 500px;*/
	margin: 0px;
	padding: 2px;
}

/*-----------------------------------
画像にマウスを載せると色が薄くなる
-----------------------------------*/
a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}
/*--------------------------------
フッター
--------------------------------*/
#foot {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	/*height: 100px;*/
	clear: both;
	background-color: #399110;
}

#foot p {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}


#foot p A:link    { color:#FFFFFF; text-decoration:none;}
#foot p A:visited { color:#FFFFFF;text-decoration:none;}
#foot p A:hover   { color:#ff3300; text-decoration:underline; }

/*--------------------------------
topへボタン
--------------------------------*/
#topbutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 50px;   /* ←下端からの距離 */
	right: 5px;    /* ←右端からの距離 */
	width: 60px;     /* ←横幅 */
	height:104px;
	
	/* ▼最初は非表示にしておく */
	display: none;
	
	/* ▼配色・配置・文字の装飾など */
	background-color: #999; /* ←背景色 */
	opacity: 0.75;             /* ←透明度 */
	border-radius: 5px;       /* ←角丸の半径 */
	text-align: center;    /* ←文字の位置 */
	font-size: 80%;       /* ←文字サイズ */
	font-weight: bold;     /* ←文字の太さ */
	margin: 0px;    /* ←外側の余白 */
	padding: 0px;  /* ←内側の余白 */
}
#topbutton a {
	/* ▼リンクの装飾 */
	color: white;          /* ←文字色 */
	text-decoration: none; /* ←下線なし */
}
#topbutton a:hover {
	/* ▼マウスが載ったときの装飾 */
	color: #333333;              /* ←文字色 */
	text-decoration: underline; /* ←下線あり */
}
/*--------------------------------
非表示
--------------------------------*/
.mob {
	display:none;
}
}