@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 {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #b1e2dc;
}
ol li {
  position: relative;
  /*padding-left: 30px;*/
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 45px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #65ABB2;
  color: white;
	font-family: "Meiryo","MS PGothic","Yu Gothic","Hiragino Kaku Gothic ProN", sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
li {
	margin: 0px;
	font-size:15px;
	color:#333333;
	padding: 0px 0px 0px 0px;
	line-height:180%;
	letter-spacing:1pt;
}

li A         { color: #65ABB2; TEXT-DECORATION: none;}
li A:link    { color: #65ABB2; TEXT-DECORATION: none;}
li A:visited { color: #65ABB2; TEXT-DECORATION: none;}
li A:hover   { color: #65ABB2; TEXT-DECORATION: none;}

/*-------------------------------
 ドキュメント要素指定 
-------------------------------*/
#all {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 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: 0px 0px 0px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
/*-------------------------------
backpc
-------------------------------*/
.bae{
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	background-image: url("../image/back01.png");
	background-repeat: no-repeat;
	text-align: center;   /*全体を真ん中揃えにする。*/
}

/*-------------------------------
画面配置幅
-------------------------------*/
.frame1200 {
	width: 1200px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
.frame800 {
	width: 800px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
.frame1000 {
	width: 1000px;	  /*全体の幅を指定する*/ 
	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: #fff; text-decoration: none}
.fixed A:link    { color: #fff; text-decoration: none}
.fixed A:visited { color: #fff; 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 50px 0px;
	padding: 100px 0px 100px 0px;
	color: #333;
	font-size: 40px;
	text-align: center;
	font-style: italic;
	background: url("../image/h1_01.jpg") no-repeat center center;
	background-size: auto;
}

#content h2 {
	margin: 50px 10px 20px 10px;
	padding: 0px 10px 0px 10px;
	font-size: 26px;
	line-height: 130%;
	color: #555;
	/*font-weight: bold !important;*/
	text-align: center;
}
#content h2 A         { color: #555; TEXT-DECORATION: none;}
#content h2 A:link    { color: #555; TEXT-DECORATION: none;}
#content h2 A:visited { color: #555; TEXT-DECORATION: none;}
#content h2 A:hover   { color: #ff3300; TEXT-DECORATION: none;}

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

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


#content h5 {
	margin: 10px 20px 10px 20px;
	padding: 10px 20px;
	/*font-weight: bold;*/
	font-size:16px;
	color: #246DA4;/*文字色*/
	border: solid 2px #246DA4;/*左線*/
	background-color:  #fff;
}
#content h5 A         { color:#246DA4; text-decoration:none;}
#content h5 A:link    { color:#246DA4; text-decoration:none;}
#content h5 A:visited { color:#246DA4; text-decoration:none;}
#content h5 A:hover   { color:#ff3300; text-decoration:none;}


#content h6 {
	margin: 9px 0px 30px 40px;
	padding: 0px 2px 0px 10px;
	font-size:15px;
	color: #555;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 4px #020040;/*左線*/
}
#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 40px 10px 40px;
	padding:0px;
	font-size:14px;
	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;}

.title{
	margin: 10px 10px 0px 10px;
	padding: 30px 10px 0px 10px;
	font-size: 24px;
	line-height: 170%;
	color:  #020040;
	font-weight: bold !important;
	text-align: center;
}

.name{
	width:250px;
	float: right;
	margin: 10px;
	padding: 5px;
	font-size: 15px;
	line-height: 170%;
	color: #fff;
	text-align: center;
	background:#020040;
}

/*--------------------------
ブログカテゴリー
--------------------------*/
.category{
	margin: 5px;
	padding: 0px 10px;
	font-size:14px;
	line-height: 130%;
	color: #fff;
	text-align: left;
	border: 1px solid #708090;
	background-color: #708090;
	border-radius: 5px;/*角の丸み*/
}
/*-------------------------------
目次
-------------------------------*/
.mokuji{
	width: 50%;
	margin: 10px 20px 10px 0px;
	padding:10px;
	text-align: left;
	border: 1px solid #bbb;
	background-color: #eee;
}

/*--------------------------------
NEWSを並べる
--------------------------------*/
.news{
	display: grid;
	grid-template-columns: repeat(3,1fr);
}

.item2{
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #cccccc;
	background-color: #ffffff;*/
}
.item2 img{
	width: 95%;
	height: 180px;
	margin: 0px;
	padding: 5px;
	object-position: 40% 30%; /* 初期値(中央配置) */
	object-fit: cover;/*元画像が長方形でも正方形にカットする*/
}

/*--------------------------
テーブル０１
--------------------------*/
#content table.type01 {
	width: 60%;
	margin: 10px 40px 30px 40px;
	padding: 0px;
	text-align: left;
	border: 1px solid #ccc;
	background-color: #FFF;
	font-size:14px;
}

#content table.type01 th {
	width:60%;
	padding: 5px 15px;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #eee;
	font-weight: normal;
	text-align: left;
}
#content table.type01 td {
	padding: 5px 15px;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: left;
}

/*--------------------------
テーブル０２
--------------------------*/
#content table.type02 {
	width: 90%;
	margin: 0px 0px 0px 40px;
	padding: 10px 0px 30px 20px;
	text-align: left;
	border: 1px solid #ccc;
	background-color: #FFF;
	font-size:14px;
}

#content table.type02 th {
	width:30%;
	padding: 5px 15px;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #eee;
	font-weight: normal;
	text-align: left;
}
#content table.type02 td {
	padding: 5px 15px;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: left;
}
/*--------------------------
テーブル０３
--------------------------*/
#content table.type03 {
	width: 90%;
	margin: 0px 0px 0px 40px;
	padding: 10px 0px 30px 20px;
	text-align: left;
	border: 1px solid #ccc;
	background-color: #FFF;
	font-size:14px;
}

#content table.type03 th {
	width:30%;
	padding: 5px 15px;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #eee;
	font-weight: normal;
	text-align: left;
}
#content table.type03 td {
	padding: 5px 15px;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: left;
}


/*--------------------------
ショップ(product1)
--------------------------*/
.product1 {
	margin: 30px 10px 10px 10px;
	padding: 0px;
	width:30%;
	height: auto;
	float: left;
	line-height: 150%;
	overflow: hidden;
	position: relative;
}
.product1 img {
	object-fit: contain;
	width: 100%;
	margin: 0px;
	padding: 2px;
	border: 1px solid #999;
}

/*--------------------------
写真と文字重ね
--------------------------*/
.producte{
	position:relative;
	width:100%;
	height:400px;
	background:#ffffff;
}

.producte img{
	position:absolute;
	top:50px;
	left:120px;
	width:40%;
}

.producte_right{
	position:absolute;
	top: 100px;
	left: 400px;
	width: 45%;
	height: auto;
	background:#fff;
	opacity: 0.8;
	padding: 30px 30px 30px 30px;
	/*box-shadow:0 0 5px #999;*/
	z-index:1;
}
/*--------------------------
写真と文字重ね2
--------------------------*/
.producte2{
	position:relative;
	width:100%;
	height:530px;
	background:#ffffff;
}

.producte2 img{
	position:absolute;
	top:50px;
	right:120px;
	width:40%;
}

.producte2_left{
	position:absolute;
	top: 100px;
	right: 400px;
	width: 45%;
	height: auto;
	background:#fff;
	opacity: 0.8;
	padding: 30px 30px 30px 30px;
	/*box-shadow:0 0 5px #999;*/
	z-index:2;
}
/*--------------------------------
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: 20px 10px;
	padding: 0px;
	/*background-color: #fff;
	border:solid 1px #ccc;*/
}
.box2 A         { color:#ffffff; text-decoration:none;}
.box2 A:link    { color:#ffffff; text-decoration:none;}
.box2 A:visited { color:#ffffff; text-decoration:none;}
.box2 A:hover   { color:#ff3300; text-decoration:none;}

/*--------------------------------
3個のBOXの白CSS
--------------------------------*/
.box3{
	width: 50%;
	margin: 20px 10px;
	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;}

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

/*----------------------------------------------------
画像(右)と文章の記述
----------------------------------------------------*/
.rwdbox{
	margin:30px 20px 5px 20px;
	padding: 0px 0px 0px 0px;
	overflow:auto;
}
.lefttop{
	margin: 0px;
	padding: 10px;
	width:70%;
	float:left;
	font-size:15px;
	line-height: 180%;
	color: #333333;
}

.rightbottom{
	margin: 0px;
	padding: 10px;
	float:right;
	font-size:15px;
	line-height: 180%;
	width:25%;
}
.rightbottom img {
	object-fit: contain;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/**反対**/
.righttop{
	margin: 0px;
	padding: 10px;
	width:70%;
	float:right;
	font-size:15px;
	line-height: 180%;
	color: #333333;
}
.lefbottom{
	margin: 0px;
	padding: 10px;
	float:left;
	font-size:15px;
	line-height: 180%;
	width:25%;
}
.lefbottom img {
	object-fit: contain;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/*--------------------------------
スペースを空ける
--------------------------------*/
.space{
	height: 50px;
}
/*-------------------------------
マウスオーバーで拡大
-------------------------------*/
.image_mouseover_1 {
	overflow: visible;
	/*width: 100%;
	height: 100%;*/
}
.image_mouseover_1 img {
	display: block;
	transition-duration: 0.5s;
}
.image_mouseover_1 img:hover {
	transform: scale(2.5,2.5);
	transition-duration: 0.5s;
}
/*--------------------------
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 10px 0px;
	padding:  0px 0px 0px 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: 50px;   /* ←下端からの距離 */
	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; /* ←下線あり */
}
/*--------------------------------
MAP
--------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
}
/*--------------------------------
囲む
--------------------------------*/
.kakomu {
	width: 90%;
	padding: 10px;
	margin: 10px;
	background: #fff;
	border: solid 1px #777;/*線*/
	border-radius: 5px;/*角の丸み*/
}
/*--------------------------------
囲む 緑
--------------------------------*/
.kakomu2 {
	width: 90%;
	padding: 10px;
	margin:0 auto;
	background: #eee;
	border: solid 1px #777;/*線*/
	border-radius: 5px;/*角の丸み*/
}
/*--------------------------------
詳しく見る
--------------------------------*/
.more {
	width: 450px;
	padding: 10px;
	margin:0 auto;
	font-weight: bold;
	font-size:17px;
	text-align: center;
	color: #020040;/*文字色*/
	background: #fff;
	border: solid 1px #020040;/*線*/
	border-radius: 10px;/*角の丸み*/
}
.more A         { color:#020040;text-decoration:none;}
.more A:link    { color:#020040;text-decoration:none;}
.more A:visited { color:#020040;text-decoration:none;}
.more A:hover   { color:#ff9900;text-decoration:none;}


.more02 {
	width: 300px;
	padding: 10px;
	margin:0 auto;
	font-weight: bold;
	font-size:17px;
	text-align: center;
	color: #fff;/*文字色*/
	background: #020040;
	border: solid 1px #020040;/*線*/
	border-radius: 10px;/*角の丸み*/
}
.more02 A         { color:#fff;text-decoration:none;}
.more02 A:link    { color:#fff;text-decoration:none;}
.more02 A:visited { color:#fff;text-decoration:none;}
.more02 A:hover   { color:#ff9900;text-decoration:none;}

/*--------------------------
右固定ボタン
--------------------------*/
.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;
}

/*--------------------------------
print setting
--------------------------------*/
@media print {
body {
	-webkit-print-color-adjust: exact;
	top:0 !IMPORTANT;
	left:0 !IMPORTANT;
	width:200mm !IMPORTANT;
	height:290mm !IMPORTANT;
}
#content {
	width: 1050px;	   /*全体の幅を指定する*/ 
}
.frame1200,.ccc,.compan,.privacy {
	width: 1050px;	   /*全体の幅を指定する*/ 
}
#foot {
	width: 1050px;	   /*全体の幅を指定する*/ 
}
.product1 {
	margin: 10px 0px;
	padding: 0px;
	width:25%;
	height: auto;
	float: left;
	line-height: 150%;
	overflow: hidden;
	position: relative;
}
}
/*--------------------------------
非表示
--------------------------------*/
.mob {
	display:none;
}
}