/* スマートフォン用CSS */
@media screen and (max-width: 896px) {

body{
	width:device-width;
	margin:0px;
	padding:0px;
	font-family: "Meiryo","MS PGothic","Yu Gothic","Hiragino Kaku Gothic ProN", sans-serif;
	background:#ffffff;
	color:#222222;
	font-size:11pt;
	line-height:130%;
	overflow-x: hidden;/*横スライダしないように*/
}

#all {
	width:device-width;
	text-align:left;
	margin:0px;
	padding:0px;
}
.fff{
	background-color: #fff;
	margin: 20px 0px;
	padding: 10px 0px 10px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
.ccc{
	background-color: #eee;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
.frame1200 {
	width: 1200px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
#content {
	/*margin:80px auto 0 auto;    マージンの指定をする、ブラウザ対策*/
	margin: 60px 0px 60px 0px;    /*マージンの指定をする、ブラウザ対策*/
	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 50px 0px;
	/*height: 300px;*/
	color: #FFF;
	font-size:25px;
	text-align: center;
}

#content h2 {
	margin: 30px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	font-size:23px;
	line-height: 140%;
	border-bottom: 2px dashed #784E31;
	color: #784E31;
	font-weight: bold !important;
	text-align: center;
}

#content h3 {
	margin: 5px 5px 20px 5px;
	padding: 10px;
	font-size:18px;
	line-height: 120%;
	color: #fff;
	text-align: center;
	background-color: #EC6A0F;
}
#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 20px 5px;
	padding: 20px 10px 0px 10px;
	font-size:17px;
	color: #6E4935;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
#content h4:first-letter {
	font-size: 1.5em;
}
#content h5 {
	margin: 5px 10px 5px 10px;
	padding: 7px;
	font-size:16px;
	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:17px;
	line-height: 150%;
	color: #333333;
	text-align: left;
}
#content p A         { color:#62595E; text-decoration:none;}
#content p A:link    { color:#62595E; text-decoration:none;}
#content p A:visited { color:#62595E; text-decoration:none;}
#content p A:hover   { color:#ff3300; text-decoration:none;}

/*--------------------------
テーブルレイアウト
--------------------------*/
#content table.type01 {
	margin: 20px 10px 20px 10px;
	width:93%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:14px;
}

#content table.type01 th {
	display:block;
	padding: 3px;
	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;
}
#content table.type01 td {
	display: list-item;
	list-style: none;
	padding: 3px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
/*---------------------------------
画像にマウスを載せると色が薄くなる
---------------------------------*/
a:hover img {
	 opacity: 0.5;
	 filter: alpha(opacity=50);
	 -moz-opacity: 0.5;
}

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


/*--------------------------
youtube
--------------------------*/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*--------------------------
画像(PC右)と文章の記述
--------------------------*/
.rwdbox{
	margin: 0px;
}
.lefttop{
	padding: 10px 15px;
	width:90%;
	text-align:left;
	line-height: 180%;
	font-size:15px;
}
.rightbottom{
	padding: 5px 5px 40px 10px;
	text-align: center;
	width: 80%;
}
.rwdbox img{
	max-width: 98%;
}
/*--------------------------------
news
--------------------------------*/
#box {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ffffff;
	width: 90%;
	height: 300px; 
	overflow: auto;
	background-color:#fff;
}
#box h6 {
    font-size: 13px; 
    margin: 20px 10px 0px 10px; 
	padding: 0px 0px 0px 0px;
	line-height: 145%;
	color: #333333;
}
	
#box p {
    font-size: 13px; 
    margin: 0px 15px 0px 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
--------------------------------*/
.box2{
	width: 90%;
	margin: 5px;
	padding: 10px;
	text-align: center;
	/*background-color: #fff;
	border:solid 1px #ccc;*/
}
/*--------------------------------
3個のBOXのCSS
--------------------------------*/
.box3{
	width: 90%;
	margin:20px 10px 20px 10px;
	padding: 5px;
	background-color: #eee;
	text-align: center;
}
.box3 img {
	text-align: center;
	width: 100%;
}
/*--------------------------------
4個のBOXのCSS
--------------------------------*/
.box4{
	margin: 5px 2px;
	padding: 0px;
	width:98%;
	float: left;
	overflow: hidden;
	position: relative;
	/*border: 1px solid #ccc;
	background-color: #EEE;*/
	border-bottom: solid 1px #CCC;
}

.box4 img {
	object-fit: contain;
	width: 100px;
	height: 100px;
	margin: 2px;
	padding: 2px 5px 5px 2px;
	object-fit: cover;/*元画像が長方形でも正方形にカットする*/
	float: left;
}
/*--------------------------------
詳しく見る
--------------------------------*/
.more {
	margin: 10px 20px;
	padding: 10px;
	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;}
/*--------------------------
バナー
--------------------------*/
.product1 {
	margin: 15px 5px;
	padding: 0px;
	width:46%;
	height: auto;
	float: left;
	line-height: 150%;
	overflow: hidden;
	position: relative;
}
.product1 img {
	object-fit: contain;
	/*width: 98%;*/
	margin: 0px;
	padding: 2px;
}
/*--------------------------------
MAP
--------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
}
/*--------------------------------
topへボタン
---------------------------------*/
#topbutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 0px;   /* ←下端からの距離 */
	right: 5px;    /* ←右端からの距離 */
	width: 30px;     /* ←横幅 */
	height:54px;
	
	/* ▼最初は非表示にしておく */
	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; /* ←下線あり */
}
/*--------------------------------
フッタートップ
--------------------------------*/
#foottop {
	margin: 0px 0px 0px 0px;
	padding:  10px 0px 0px 0px;
	height: 100px;
	text-align: center;
	background-image: url("../image/town_s.png");
	background-repeat: repeat-x;
}

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

#foot p {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 10px 10px 0px 10px;
}


#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:none;}

/*--------------------------------
スマホのフッターメニュー
---------------------------------*/

#footer_menu {
	width: 100%;
	height:60px;
	position: fixed;
	bottom: 0;
	background-color: #fff;
}

#footer_menu ul {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
#footer_menu li {
	display: inline-block;
	font-size: 12px;
	width: 48%;
	text-align: center;
	border-radius: 5px;
	background:#EC6A0F;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
/*--------------------------------
facebook
--------------------------------*/
.fb-container {
		width: 90%;
		max-width: 500px;
}
/*--------------------------------
非表示
--------------------------------*/
.pc {
	display:none;
}
#logo {
	display:none;
}
.bn {
	display:none;
}
}