@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: 0px 0px 0px 0px;
}
/*-------------------------------
back茶色
-------------------------------*/
.cha{
	background-color:#246DA4;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
/*-------------------------------
backグレー
-------------------------------*/
.ccc{
	background-color:#eee;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
/*-------------------------------
backpc
-------------------------------*/
.bae{
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	background-image: url("../image/top/back01.png");
	background-repeat: no-repeat;
	text-align: center;   /*全体を真ん中揃えにする。*/
}
.bge2{
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	background-image: url("../image/top/back02.png");
	background-repeat: no-repeat;
	text-align: center;   /*全体を真ん中揃えにする。*/
}
/*-------------------------------
画面配置幅
-------------------------------*/
.frame1200 {
	width: 1200px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
.frame1000 {
	width: 1000px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
.frame800 {
	width: 800px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
/*-------------------------------
メニュー固定
-------------------------------*/
.fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background-color: #ffffff;
	color: #fff;
}
.fixed A         { color: #333; text-decoration: none}
.fixed A:link    { color: #333; text-decoration: none}
.fixed A:visited { color: #333; text-decoration: none}
.fixed A:hover   { color: #ff3300; text-decoration: none}

/*-------------------------------
コンテンツ
-------------------------------*/
#content {
	margin: 0px 0px 0px 0px;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
	/*background-color: #eee;*/
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#content h1 {
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	color: #ccc;
	font-size: 80px;
	text-align: center;
	font-style: italic;
}

#content h2 {
	margin: 10px 10px 0px 10px;
	padding: 30px 10px 0px 10px;
	font-size: 25px;
	line-height: 170%;
	color: #246DA4;
	font-weight: bold !important;
	text-align: center;
}
#content h2 A         { color: #246DA4; TEXT-DECORATION: none;}
#content h2 A:link    { color: #246DA4; TEXT-DECORATION: none;}
#content h2 A:visited { color: #246DA4; TEXT-DECORATION: none;}
#content h2 A:hover   { color: #ff3300; TEXT-DECORATION: none;}

#content h3 {
	margin: 30px 20px 10px 20px;
	padding: 3px;
	font-size:20px;
	line-height: 170%;
	color: #fff;
	text-align: center;
	background:#246DA4;
	border-radius: 15px;
}
#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: 5px;
	padding: 10px 10px 0px 10px;
	font-size:18px;
	color: #333;
	line-height: 120%;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px dashed #333;
	/*border-radius: 4px;
	background: #fff;*/
}

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

#content h5 {
	margin: 0px 20px 0px 20px;
	padding:0px;
	font-size:20px;
	color: #555;
	line-height: 120%;
}
#content h5 A         { color:#555555; text-decoration:none;}
#content h5 A:link    { color:#555555; text-decoration:none;}
#content h5 A:visited { color:#555555; text-decoration:none;}
#content h5 A:hover   { color:#ff3300; text-decoration:none;}

#content h6 {
	margin: 9px 15px 50px 40px;
	padding: 0px 2px 0px 2px;
	font-size:15px;
	color: #555;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 4px #246DA4;/*左線*/
}
#content h6 A         { color:#555555; text-decoration:none;}
#content h6 A:link    { color:#555555; text-decoration:none;}
#content h6 A:visited { color:#555555; text-decoration:none;}
#content h6 A:hover   { color:#ff3300; text-decoration:none;}



#content p {
	margin: 0px 20px 10px 20px;
	padding:0px;
	font-size:13px;
	line-height: 180%;
	color: #555555;
	text-align: left;
}
#content p A         { color:#555555; text-decoration:none;}
#content p A:link    { color:#555555; text-decoration:none;}
#content p A:visited { color:#555555; text-decoration:none;}
#content p A:hover   { color:#ff3300; text-decoration:none;}
/*--------------------------------
お知らせ
--------------------------------*/
#box {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	width: 95%;
	height: 320px; 
	overflow: auto;
	background-color:#fff;
}

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

#box p A         { color: #0080FF; text-decoration: underline}
#box p A:link    { color: #0080FF; text-decoration: underline}
#box p A:visited { color: #0080FF; text-decoration: underline}
#box p A:hover   { color: #ff3300; text-decoration: none}
/*--------------------------------
2個の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: 48%;
	margin: 20px 0px;
	padding: 0px;
	/*background-color: #fff;
	border:solid 1px #ccc;*/
}

/*--------------------------------
3個のBOX
--------------------------------*/
.box3{
	width: 30%;
	margin: 20px 0px;
	padding: 0px;
	color:#ffffff;
}
.box3 A         { color:#ffffff; text-decoration:none;}
.box3 A:link    { color:#ffffff; text-decoration:none;}
.box3 A:visited { color:#ffffff; text-decoration:none;}
.box3 A:hover   { color:#ff3300; text-decoration:none;}

.box3 img {
	object-fit: contain;
	width: 90%;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

/*--------------------------------
4個のboxのCSS
--------------------------------*/
.box4{
	width: 23%;
	margin: 20px 0px;
	padding: 0px;
	/*background-color: #fff;
	border:solid 1px #ccc;*/
}

/*----------------------------------------------------
画像(右)と文章の記述
----------------------------------------------------*/
.righttop{
	margin: 0px;
	padding: 0px;
	width:75%;
	float:right;
	font-size:14px;
	line-height: 130%;
	color: #333333;
}
.righttop img {
	object-fit: contain;
	width: 80%;
	margin: 0px 0px 50px 50px;
	padding: 0px;
}

.lefbottom{
	margin: 0px;
	padding: 0px;
	float:left;
	font-size:14px;
	width:25%;
}
.lefbottom img {
	object-fit: contain;
	width: 95%;
	margin: 5px;
	padding: 0px;
}

/*--------------------------------
スペースを空ける
--------------------------------*/
.space {
	margin:0px;
	padding: 0px;
	height: 100px;
}
/*--------------------------------
詳しく見る
--------------------------------*/
.more {
	width: 250px;
	padding: 10px;
	margin: 30px auto;
	font-weight: bold;
	font-size:17px;
	text-align: center;
	color: #fff;/*文字色*/
	background: #246DA4;
	border: solid 3px #246DA4;/*線*/
	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;}
/*-----------------------------------
画像にマウスを載せると色が薄くなる
-----------------------------------*/
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
/*--------------------------------
フッタートップ
--------------------------------*/
#foottop {
	margin: 0px 0px 0px 0px;
	padding:  15px 0px 5px 0px;
}
/*--------------------------------
フッター
--------------------------------*/
#foot {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	/*height: 100px;*/
	clear: both;
	background-color: #020040;
}

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


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

/*--------------------------------
topへボタン
--------------------------------*/
#topbutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 10px;   /* ←下端からの距離 */
	right: 5px;    /* ←右端からの距離 */
	width: 60px;     /* ←横幅 */
	height:104px;
	
	/* ▼最初は非表示にしておく */
	display: none;
	
	/* ▼配色・配置・文字の装飾など */
	background-color: #246DA4; /* ←背景色 */
	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; /* ←下線あり */
}
/*--------------------------------
スライド
--------------------------------*/
#slide {
	position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
	overflow: hidden; /* to bound the empty top space created by inner element's top margin */
	width: 100%;
	min-height: 800px;
	/*background-color: #999;*/
}
.slide-inner-content {
	position: relative; /* if position is not set, the script will set it to 'relative'. */
	z-index: 2; /* if z-index is not set, the script will set it to '2'. */
	margin: 20px auto;
	padding: 60px 0px 40px 0px;
	/*max-width: 600px;*/
	color: #fff;
	text-align: center;
	font-size: 1.5em;
}
.slide-inner-content h1 {
	font-size: 2.5em;
	margin: 0;
}

/*--------------------------------
MAP
--------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 35%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
}
/*--------------------------
右固定ボタン
--------------------------*/
.bn {
    top: 125px;
	right:10px;
    position: fixed;
    z-index: 999;
    /*margin-left: -50px;*/
    width: 30px;
    padding:5px;
    background:#020040;
    border: 2px solid #fff;
    border-radius: 10px;
}

.bn2 {
    top: 280px;
	right:10px;
    position: fixed;
    z-index: 999;
    /*margin-left: -50px;*/
    width: 30px;
    padding:5px;
    background:#246DA4;
    border: 2px solid #fff;
    border-radius: 10px;
}

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

/*--------------------------------
print setting
--------------------------------*/
@media print {
body {
	-webkit-print-color-adjust: exact;
	top:0 !IMPORTANT;
	left:0 !IMPORTANT;
	width:200mm !IMPORTANT;
	height:290mm !IMPORTANT;
}
#slide {
	width: 1050px;	   /*全体の幅を指定する*/ 
}

.frame1200,.ccc,.cha,.bae,.bae2{
	width: 1050px;	   /*全体の幅を指定する*/ 
}
#foot {
	width: 1050px;	   /*全体の幅を指定する*/ 
}
.product1 {
	margin: 10px 0px;
	padding: 0px;
	width:30%;
	height: auto;
	float: left;
	line-height: 150%;
	overflow: hidden;
	position: relative;
}
}}