@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: #62595E; TEXT-DECORATION: none;}
li A:link    { color: #62595E; TEXT-DECORATION: none;}
li A:visited { color: #62595E; TEXT-DECORATION: none;}
li A:hover   { color: #E83428; TEXT-DECORATION: none;}

/*-------------------------------
 ドキュメント要素指定 
-------------------------------*/
#all {
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0px 0px 0px;
}
/*-------------------------------
back白
-------------------------------*/
.fff{
	background-color: #fff;
	margin: 0px 0px;
	padding: 30px 0px 0px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
/*-------------------------------
backグレー
-------------------------------*/
.ccc{
	background-color: #eee;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
/*-------------------------------
back白の透過
-------------------------------*/
.tfff{
	background-color:rgba(255,255,255,0.2);
	margin: 0px 0px;
	padding: 30px 0px 0px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
/*-------------------------------
backオリジナルカラーの透過
-------------------------------*/
.toka{
	background-color:rgba(110,185,44,0.5);
	margin: 0px;
	padding: 10px 0px 40px 0px;
	clear:both;
}
/*-------------------------------
画面配置幅
-------------------------------*/
.frame1200 {
	width: 1200px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
/*-------------------------------
コンテンツ
-------------------------------*/
#content {
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
	background-color: #F4EEEC;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#maine {
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

#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: 60px 0px 10px 0px;
	padding: 10px 30px 10px 30px;
	font-size:30px;
	line-height: 170%;
	color: #784E31;
	font-weight: bold !important;
	text-align: center;
}

#content h3 {
	margin: 0px 0px 10px 0px;
	padding:5px;
	font-size:22px;
	line-height: 170%;
	color: #fff;
	background-color: #EC6A0F;
	text-align: left;
}
#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 0px 10px 0px;
	padding: .5em .75em;
	background-color: #f6f6f6;
	border: 3px double #ccc;
}
#content h4:first-letter {
	font-size: 1.5em;
}

#content h5 {
	margin: 5px;
	padding: 10px;
	font-size:18px;
	color: #62595E;
	line-height: 120%;
	text-align: left;
	font-weight: bold;
	border: 1px solid #62595E;
	/*border-radius: 4px;
	background: #fff;*/
}

#content h5 A         { color: #333; TEXT-DECORATION: none;}
#content h5 A:link    { color: #333; TEXT-DECORATION: none;}
#content h5 A:visited { color: #333; TEXT-DECORATION: none;}
#content h5 A:hover   { color: #ff3300; TEXT-DECORATION: none;}
	
#content p {
	margin: 0px 10px 10px 20px;
	padding:0px;
	font-size:14px;
	line-height: 150%;
	color: #333333;
	text-align: left;
}
#content p A         { color:#663300; text-decoration:none;}
#content p A:link    { color:#663300; text-decoration:none;}
#content p A:visited { color:#663300; text-decoration:none;}
#content p A:hover   { color:#ff3300; text-decoration:none;}

#content table.type01 {
	width: 97%;
	margin: 30px 20px 50px 20px;
	padding:0px;
	border-collapse: separate;
	border-spacing: 15;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:15px;
}

#content table.type01 th {
	width:20%;
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	font-weight: normal;
	text-align: left;
}
#content table.type01 td {
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	background: #fff;
}
/*--------------------------
バナー(product1)
--------------------------*/
.product1 {
	width: 23%;
	margin: 25px;
	padding: 0px;
/*	background-color: #fff;*/
}
.product1 img {
	object-fit: contain;
	/*width: 500px;*/
	margin: 0px;
	padding: 2px;
}

/*----------------------------------------------------
画像(右)と文章の記述
----------------------------------------------------*/
.rwdbox{
	margin:2px 10px 5px 10px;
	overflow:auto;
}
.lefttop{
	padding:10px;
	width:65%;
	text-align: left;
	float:left;
	font-size:15px;
	line-height: 180%;
	color: #333333;
}
.rightbottom{
	padding:5px;
	float:right;
	width:30%;
}
/*--------------------------------
news
--------------------------------*/
#box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ffffff;
	width: 100%;
	height: 500px; 
	overflow: auto;
	background-color:#fff;
}

#box h6 {
    font-size: 15px; 
    margin: 16px 10px 0px 10px; 
	padding: 0px 0px 0px 0px;
	line-height: 145%;
	color: #333333;
}
	
#box p {
    font-size: 13px; 
    margin: 2px 15px 20px 15px; 
	padding: 0px 0px 0px 0px;
	line-height: 145%;
	color: #333333;
	letter-spacing:1px;
	border-bottom: dotted 2px #858585;
}

#box p A         { color: #0066FF; text-decoration: underline}
#box p A:link    { color: #0066FF; text-decoration: underline}
#box p A:visited { color: #0066FF; text-decoration: underline}
#box p A:hover   { color: #ff3300; text-decoration: none}
/*--------------------------------
2個のFOOTERのCSS
--------------------------------*/
.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;*/
}
.box2{
	width: 50%;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	/*background-color: #fff;
	border:solid 1px #ccc;*/
}
/*--------------------------------
3個のBOXのCSS
--------------------------------*/
.box3{
	width: 30%;
	margin: 15px 10px;
	padding: 5px;
	background-color: #fff;
	/*border:solid 1px #6E4935;*/
}
.box3 img{
	width: 100%;
}
/*--------------------------------
4個のCSS
--------------------------------*/
.box4{
	width: 23%;
	margin: 15px 10px;
	padding: 5px;
	background-color: #fff;
	/*border:solid 1px #6E4935;*/
}
.box4 img{
	width: 99%;
	height: 180px;
	margin: 0px;
	padding: 2px;
	 /* object-position: 40% 30%;初期値(中央配置) */
	object-fit: cover;/*元画像が長方形でも正方形にカットする*/
}
/*--------------------------
1行を超えたら省略したい
--------------------------*/
.text-ellipsis {
	display: -webkit-box;
	-webkit-line-clamp:7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*--------------------------------
詳しく見る
--------------------------------*/
.more {
	width: 350px;
	padding: 10px;
	margin:0 auto;
	font-weight: bold;
	font-size:17px;
	text-align: center;
	color: #fff;/*文字色*/
	background: #EC6A0F;
	border: solid 3px #EC6A0F;/*線*/
	border-radius: 10px;/*角の丸み*/
}
.more A:link    { color:#fff;text-decoration:none;}
.more A:visited { color:#fff;text-decoration:none;}
.more A:hover   { color:#ff9900;text-decoration:none;}
/*--------------------------
youtube
--------------------------*/
.youtube{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align:center;
}

/*-----------------------------------
画像にマウスを載せると色が薄くなる
-----------------------------------*/
a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}

/*--------------------------------
フッタートップ
--------------------------------*/
#foottop {
	margin: 0px 0px 0px 0px;
	padding:  10px 0px 0px 0px;
	height: 200px;
	text-align: center;
	background-image: url("../image/town.png");
	background-repeat: repeat-x;
}

/*--------------------------------
フッター
--------------------------------*/
#foot {
	margin: -10px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	/*height: 100px;*/
	clear: both;
	background-color: #EC6A0F;
}

#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; /* ←下線あり */
}
/*--------------------------------
MAP
--------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 35%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
}
/*--------------------------------
facebook
--------------------------------*/
.fb-container {
	margin: 0px 20px;
	padding:  0px 0px 0px 0px;
	width: 500px;
}

/*--------------------------------
非表示
--------------------------------*/
.mob {
	display:none;
}

#footer_menu {
	display:none;
}

}