/* スマートフォン用CSS */
@media screen and (max-width: 896px) {
ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #b1e2dc;
}
ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 40px;
}

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: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
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: 30px 0px;
	padding: 10px 0px 40px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
.ccc{
	background-color: #fff;
	margin: 0px;
	padding:0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
.frame1200 {
	width: 100%;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
.frame800 {
	width: 100%;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
.frame1000 {
	width: 100%;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	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;   /*全体を真ん中揃えにする。*/
}
#content {
	margin: 60px 0px 0px 0px;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
	background-color: #fff;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#content h1 {
	margin: 0px 0px 30px 0px;
	padding: 50px 0px 50px 0px;
	color: #333;
	font-size: 30px;
	text-align: center;
	font-style: italic;
	line-height: 120%;
	background: url("../image/h1_01s.jpg") no-repeat center center;
	background-size: auto;
}

#content h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 25px;
	line-height: 170%;
	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 10px 10px 10px;
	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 10px 0px 10px;
	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 20px 0px 20px;
	padding: 0px 2px 0px 2px;
	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;
	padding:0px 30px 10px 30px;
	font-size:16px;
	line-height: 180%;
	color: #333333;
	text-align:justify;
}
#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;}


.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: 80%;
	float: center;
	margin: 10px;
	padding: 5px;
	font-size: 15px;
	line-height: 170%;
	color: #fff;
	text-align: center;
	background:#020040;
}

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

/*--------------------------------
NEWSを並べる
--------------------------------*/
.news{
	width: 100%;	  /*全体の幅を指定する*/ 
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin-top: 3%;
	margin-bottom: 50px;
}

.item2{
	margin: 5px;
	padding: 0px;
	width:96%;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	background-color: #FFF;
	border-bottom: solid 1px #CCC;
}
.item2 img{
	object-fit: contain;
	width: 100px;
	height: 100px;
	margin: 3px 3px 3px 3px;
	padding: 2px 2px 2px 2px;
	object-fit: cover;/*元画像が長方形でも正方形にカットする*/
	float: left;
}

/*--------------------------
テーブルレイアウト
--------------------------*/
#content table.type01 {
	margin: 20px 10px 50px 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;
}
/*--------------------------
テーブルレイアウト2
--------------------------*/
#content table.type02 {
	margin: 20px 10px 50px 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.type02 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.type02 td {
	display: list-item;
	list-style: none;
	padding: 3px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
/*--------------------------
テーブルレイアウト3
--------------------------*/
#content table.type03 {
	width: 90%;
	margin: 0px 0px 0px 20px;
	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;
}
/*---------------------------------
画像にマウスを載せると色が薄くなる
---------------------------------*/
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;
}

/*--------------------------------
スペースを空ける
--------------------------------*/
.space{
	height: 50px;
}
/*--------------------------
写真と文字重ね
--------------------------*/
.producte{
	position:relative;
	width:100%;
	background:#ffffff;
}

.producte img{
	padding: 15px;
	width: 92%;
}

.producte_right{
	padding: 15px 30px;
}
/*--------------------------
写真と文字重ね2
--------------------------*/
.producte2{
	position:relative;
	width:100%;
	background:#ffffff;
}

.producte2 img{
	padding: 15px;
	width: 92%;
}

.producte2_left{
	padding: 15px 30px;
}
/*--------------------------------
2個のFOOTERのCSS
--------------------------------*/
.box2{
	width: 90%;
	margin: 0px;
	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: 0px 5px 10px 10px;
	padding: 0px;
	width:45%;
	height: auto;
	float: left;
	line-height: 150%;
	/*overflow: hidden;
	position: relative;*/
}

/*--------------------------
ショップ(product1)
--------------------------*/
.product1 {
	margin: 30px 10px 10px 25px;
	padding: 0px;
	width:85%;
	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;
}
/*----------------------------------------------------
画像(右)と文章の記述
----------------------------------------------------*/
.rwdbox{
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
}
.lefttop{
	padding: 10px 15px 10px 15px;
	width: 90%;
	text-align:left;
	line-height: 150%;
	font-size:15px;
}

.rightbottom{
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	padding: 0px 0px 25px 15px;
	width: 90%;
	text-align:left;
	line-height: 150%;
	font-size:15px;
}
.rightbottom img {
	object-fit: contain;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/**反対**/
.righttop{
	padding: 10px 15px 10px 15px;
	width:90%;
	text-align: left;
	font-size:15px;
	line-height: 130%;
	color: #333333;
}
.lefbottom{
	padding: 0px;
	padding: 0px 0px 25px 15px;
	font-size:15px;
	width:90%;
}
.lefbottom img {
	object-fit: contain;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/*--------------------------------
MAP
--------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 10px;
	top: 0;
	width: 95%;
	height:100%;
}
/*--------------------------------
topへボタン
---------------------------------*/
#topbutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 0px;   /* ←下端からの距離 */
	right: 5px;    /* ←右端からの距離 */
	width: 30px;     /* ←横幅 */
	height:54px;
	
	/* ▼最初は非表示にしておく */
	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; /* ←下線あり */
}
/*--------------------------------
フッタートップ
--------------------------------*/
#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;*/
	/*background-position: bottom;*/
}
/*--------------------------------
フッター
--------------------------------*/
#foot {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	/*height: 100px;*/
	clear: both;
	background-color: #020040;
}

#foot p {
	font-size: 10px;
	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; }

/*--------------------------------
囲む
--------------------------------*/
.kakomu {
	width: 90%;
	padding: 10px;
	margin:0 auto;
	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: 90%;
	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: 90%;
	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;}

/*-------------------------------
iframe
-------------------------------*/
iframe {
	width: 100%;
}


/*--------------------------------
非表示
--------------------------------*/
.pc {
	display:none;
}
.bn {
	display:none;
}
.bn2 {
	display:none;
}
#foottop {
	display:none;
}
hr {
	display:none;
}
}