@charset "UTF-8";
/* カラー 赤*/
/*
緑：#6EB92C
赤：#C00000
青：#002060
黄：#BF8F00
橙：#ED7D31

/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
/* 英語：Nirmala UI（ノーマル） */
@font-face {
	font-family: 'Nirmala UI';
	src: url(../font/Nirmala.ttf);
}
/* 英語：Nirmala UI（太字） */
@font-face {
	font-family: 'Nirmala UI B';
	src: url(../font/NirmalaB.ttf);
}
/* 日本語：UD デジタル 教科書体 NP-R */
@font-face {
	font-family: 'UD Digi Kyokasho NP-R';
	src: url(../font/UD Digi Kyokasho NP-R.ttc);
}

body{
	width:device-width;
	margin:0px;
	padding:0px;
	font-family:"Nirmala UI B", "UD Digi Kyokasho NP-R", "Meiryo", "メイリオ";
	/*font-family:"Nirmala UI", "UD Digi Kyokasho NP-R", "Meiryo", "メイリオ";*/
	background:#ffffff;
	color:#222222;
	font-size:13pt;
	line-height:130%;
}

ul{
    padding: 0;
    margin: 0;
}
li{
    padding: 0;
    margin: 0;
    list-style-type:none;
}

#all {
	width:device-width;
	text-align:left;
	margin:0px;
	padding:0px;
}

.frame1200 {
	width: 100%;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}

.frame800 {
	width: 100%;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}

/*--------------------------
ヘッダー
--------------------------*/
#headder {
	/*margin-top: -8px;*/
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	z-index: 999;
	background-color: #FFF;
	width: 100%;
	height: 86px;
	border-bottom:solid 3px #999;
}
#headder .logo {
	float: left;
	margin-left: 0px;
	padding-top: 0px;
}

#headder .menubtn {
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#headder .right-menu {
	display: block;
	float: right;
	width: 40px;
}


#headder ul {
	float: right;
	padding-top: 20px;
}
#headder ul a{
	background-repeat: no-repeat;
	background-position: 10px 3px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: normal;
	padding: 5px;
	width: 130px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border: 1px solid #999;
	text-align: center;
}
#headder ul a:hover {
	background-color: #000;
}
#headder ul li {
	float: left;
	margin-left: 20px;
}

#headder p{
	width:device-width;
	color:#ffffff;
	font-size: 10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	background-color:#999;
}
/*--------------------------
コンテンツ
--------------------------*/
#content {
	width:device-width;
	margin: 0px;
	padding: 85px 5px 65px 5px;
}

#content h1 {
	margin: 0px 0px 15px 0px;
	padding: .5em .75em;
	color: #717171;
	border-top: 2px dashed #ED7D31;
	border-bottom: 2px dashed #ED7D31;
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
	font-size:25px;
	text-align: left;
}	
#content h1::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

#content h2 {
	margin: 50px 0px 0px 0px;
	padding:0px;
	font-size:22px;
	line-height: 170%;
	color: #ED7D31;
	text-align: center;
	border-bottom: 1px solid #ED7D31;
}
 
#content h3 {
	margin: 0px 5px 20px 5px;
	padding: 20px 5px 0px 5px;
	font-size:20px;
	color: #ED7D31;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px solid #ED7D31;
}
#content h3:first-letter {
	font-size: 1.5em;
}

#content h4 {
	margin: 0px 30px 10px 30px;
	padding: 5px;
	font-size:18px;
	color: #ED7D31;
	line-height: 120%;
	text-align: center;
	border: 1px solid #ED7D31;
	border-radius: 4px;
	background: #fff;
}
#content h4 A         { color: #ED7D31; TEXT-DECORATION: none;}
#content h4 A:link    { color: #ED7D31; TEXT-DECORATION: none;}
#content h4 A:visited { color: #ED7D31; TEXT-DECORATION: none;}
#content h4 A:hover   { color: #ff3300; TEXT-DECORATION: none;}

#content h5 {
	margin: 0px 0px 10px 0px;
	padding:0px;
	font-size:17px;
	line-height: 170%;
	color: #717171;
	text-align: left;
}

#content h6 {
	width: 95%px;
	font-size:16px;
	padding: 10px;
	text-align:center;
	border: 3px solid #ED7D31;
	border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
	font-style: oblique;
	background-color: #fff;
}

#content p {
	margin: 5px;
	padding:5px;
	font-size:15px;
	line-height: 180%;
	color: #333333;
	text-align: left;
}

#content p A         { color:#0066FF; text-decoration:underline;}
#content p A:link    { color:#0066FF; text-decoration:underline;}
#content p A:visited { color:#0066FF; text-decoration:underline;}
#content p A:hover   { color:#ff3300; text-decoration:underline;}

/*--------------------------
文字と写真を並べる
--------------------------*/
.box {
  margin: 10px 0;
  float: left;
  width: 100%;
}
.box img {
  width: 95%;
  float: left;
}

/*--------------------------
テーブルレイアウト
--------------------------*/
#content table.type01 {
	margin: 20px 0px 0px 0px;
	width:100%;
	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;
	padding: 3px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*--------------------------------
画像にマウスを載せると色が薄くなる
---------------------------------*/
a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}

/*--------------------------------
スマホのフッターメニュー
---------------------------------*/
#footer_menu ul {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
#footer_menu li {
	display: inline-block;
	font-size: 12px;
	width: 40%;
	text-align: center;
	border-radius: 5px;
	background:#ED7D31;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

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

/*--------------------------------
topへボタン
---------------------------------*/
#topbutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 70px;   /* ←下端からの距離 */
	right: 5px;    /* ←右端からの距離 */
	width: 50px;     /* ←横幅 */
	height:50px;
	
	/* ▼最初は非表示にしておく */
	display: none;
	
	/* ▼配色・配置・文字の装飾など */
	background-color: #999; /* ←背景色 */
	opacity: 0.75;             /* ←透明度 */
	border-radius: 0px;       /* ←角丸の半径 */
	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; /* ←下線あり */
}
/*--------------------------
Google map
--------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------
コンテンツ(product)
--------------------------*/
.product {
	margin: 10px 5px 30px 5px;
	padding: 0px;
	width:98%;
	/*height: 200px;*/
	float: left;
	line-height: 100%;
	/*border: 1px #999 dashed;*/
}

.product A:link    { color:#FF6600; text-decoration:none;}
.product A:visited { color:#FF6600; text-decoration:none;}
.product A:hover   { color:#ff3300; text-decoration:none;}

.product img {
	object-fit: contain;
	width: 98%;
	margin: 0px;
	padding: 2px;
}

.product p{
	margin: 0px;
	padding: 0px;
	width:80%;
	/*height: 100px;*/
	font-size:15px;
	color: #333;
	line-height: 90%;
}
.product p A         { color:#FF6600; TEXT-DECORATION: none;}
.product p A:link    { color:#FF6600; TEXT-DECORATION: none;}
.product p A:visited { color:#FF6600; TEXT-DECORATION: none;}
.product p A:hover   { color:#ff3300; TEXT-DECORATION: none;}

/*--------------------------
商品画像調整
--------------------------*/
.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

/*--------------------------
詳しく見る装飾
--------------------------*/
.more{
	width: 300px;
	margin: 30px auto;
	padding: .5em .75em;
	text-align: center;   /*全体を真ん中揃えにする。*/
	font-size:20px;
	line-height: 120%;
	border: 1px solid #99A07E;
	border-radius: 4px;
	background:#99A07E;
	color: #FFF;
}
.more A         { color:#FFF; TEXT-DECORATION: none;}
.more A:link    { color:#FFF; TEXT-DECORATION: none;}
.more A:visited { color:#FFF; TEXT-DECORATION: none;}
.more A:hover   { color:#ff3300; TEXT-DECORATION: none;}

/*--------------------------
検索タグ
--------------------------*/
ul#tagu {
	margin: 20px 10px 0px 10px ;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

ul#tag li {
	float:left;
	background: #717171;
	color: #FFFFFF;
	font-size:15px;
	display: block;
	margin:  10px 3px 0px 3px;
	padding: 3px;
	text-align: center;
	border-radius: 5px;       /* ←角丸の半径 */
	/*border: 1px solid #99A07E;*/
}
/*--------------------------
画像横スライド
--------------------------*/
.multiple-items {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	font-size: 15px;
	text-align: left;
}
.multiple-items img {
	width: 100%;
	height: auto;
}
/*---------------------------------
非表示 
---------------------------------*/
#keyword{
	display:none;
}
#headdder {
	display:none;
}
#navi {
	display:none;
}
.bn {
	display:none;/*右固定*/
}

.bn02 {
	display:none;/*右固定*/
}
#foot_top {
	display:none;
}
#foot {
	display:none;
}
}