@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 18px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
	border-top: 20px solid #2450a9;	/*ページ上部の線の幅、線種、色*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 95%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*youtubeレスポンシブ*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/



/*container
---------------------------------------------------------------------------*/
#container {
	max-width: 1200px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;		/*上下、左右へのボックス内の余白*/
}
.inner ul{
	text-align: right;
}
.inner li{
	display: inline-block;
	font-weight: bold;	/*文字を太字にする設定*/
	text-color: #000000;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 100px;	/*高さ*/
}
/*ロゴ画像*/
header .logo {
	display: block !important;
	float: left;	/*左に回り込み*/
	margin-top: 10px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-left: 30px;	/*ロゴの左にあける余白。*/
	font-size: 14pt;
}
header .sp{
	display: none !important;
}

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	float: right;		/*右に回り込み*/
	margin-top: 12px;	/*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-right: 30px;	/*ブロックの右にあける余白。*/
	text-align: center;	/*文字をセンタリング*/
}
/*TEL*/
.tel {
	letter-spacing: 0.2em;	/*文字間隔を広くする設定。通常がいいならこの行削除。*/
	font-size: 25px;		/*文字サイズを大きく*/
	color: #FF6500;			/*文字色*/
	font-weight: bold;	/*太字に*/
	margin-top: 10px;
}
/*TELの受付時間の小文字部分*/
.tel span {
	display: block;
	font-size: 14px;	/*文字サイズを小さく*/
	letter-spacing: 0.1em;	/*文字間隔*/
	color: #666;			/*文字色*/
	margin-top: -10px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
.mainvi{
	margin-top: 10px;
}
/*メニューブロック*/
#menubar {
	clear: both;overflow: hidden;
}
/*メニュー１個あたりの設定*/
#menubar li {
    float: left;	/*左に回り込み*/
    width: 15%;	/*メニュー幅（100÷6個=16.66%）　もし４個にするなら100÷4=25%になる。*/
}
#menubar li a {
	display:  block;text-decoration: none;
	text-align: center;
	color: #01630f;		/*文字色*/
	font-weight: bold;	/*太字に*/
	border-right: 1px solid #dcdcdc;	/*メニューの右側の線の幅、線種、色*/
	border-left: 1px solid #dcdcdc;	/*メニューの左側の線の幅、線種、色*/
	line-height: 1.6;	/*行間を少し狭く*/
	padding: 14px 0;	/*上下、左右へのメニュー内への余白*/
}
/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
	border-left: 1px solid #dcdcdc;	/*メニューの線の幅、線種、色*/
}
/*装飾文字の設定*/
#menubar li a span {
	text-shadow: none;display: block;
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	color: #999;	/*文字色*/
}
/*マウスオン時*/
#menubar li a:hover {
	background: #2450a9;	/*背景色*/
	color: #fff;
}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	padding-top: 30px;		/*上に空けるボックス内の余白*/
	padding-bottom: 30px;	/*下に空けるボックス内の余白*/
}

/*contents-in（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;	/*左に回り込み*/
	width: 80%;		/*ブロックの幅*/
}
/*２カラム時*/
.c2 #contents-in {
	float: none;
	width: auto;
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
#main {
    float: left;	/*左に回り込み*/
    width: 95%;		/*ブロックの幅*/
}
#main h1 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 15px;	/*上下、左右への余白*/
	color: #F0F0F0;	/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #429934;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#63D950, #0f2248);		/*グラデーション*/
	border: 1px solid #01630f;		/*枠線の幅、線種、色*/
	box-shadow: 1px 2px 7px rgba(0,0,0,0.4);	/*影の設定。右・下・ぼかし幅。0,0,0は黒の事で0.4は透明度40%の事。*/
}

/*mainコンテンツのh2タグ設定*/
#main h2 {
    clear: both;
    margin-bottom: 20px;
    padding: 10px 15px;	/*上下、左右への余白*/
    color: #F0F0F0;	/*文字色*/
    font-size: 20px;	/*文字サイズ*/
    background: #1D418B;	/*背景色（古いブラウザ用）*/
    background: linear-gradient(#2450a9, #0f2248);		/*グラデーション*/
    border: 1px solid #01630f;		/*枠線の幅、線種、色*/
    box-shadow: 1px 2px 7px rgba(0,0,0,0.4);	/*影の設定。右・下・ぼかし幅。0,0,0は黒の事で0.4は透明度40%の事。*/
}
/*h2タグの１文字目への追加設定*/
#main h2::first-letter {
	border-left: 3px solid #fff;	/*左の線の幅、線種、色*/
	padding-left: 10px;				/*線とテキストとの余白*/
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 4px 15px;	/*上下、左右への余白*/
	color: #01630f;		/*文字色*/
	font-size: 18px;	/*文字サイズ*/
	background: #f1f1f1;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#fff, #e3e3e3 50%);		/*グラデーション*/
	box-shadow: 1px 2px 7px rgba(0,0,0,0.3);	/*影の設定。右・下・ぼかし幅。0,0,0は黒の事で0.3は透明度30%の事。*/
	border: 1px solid #FFF;		/*枠線の幅、線種、色*/
}
/*h3タグの１文字目への追加設定*/
#main h3::first-letter {
	border-left: 3px solid #01630f;	/*左の線の幅、線種、色*/
	padding-left: 10px;				/*線とテキストとの余白*/
}
/*mainコンテンツのh4タグ設定*/
#main h4{
	padding-left: 10px;	/*枠線とテキストとの間の余白*/
 	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 2px solid #02550D;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #02550D;	/*文字色*/
}
#main h5{
	color: #222222;	/*左から、上下、左右への余白*/
	margin-top: 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/*コンテンツの段落タグ設定*/
#main p {
	padding: 0px 15px 20px;	/*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}

/*一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	position: relative;overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;		/*ボックス内の余白。ここを変更する際は、下の「.list a」のpaddingとmarginの数字も合わせる。marginの方はマイナス記号を忘れずに。*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	background-image: linear-gradient(#FFF, #e3e3e3);	/*グラデーション*/
	box-shadow: 0px 2px 5px #ccc, 0px 0px 0px 1px #fff inset;	/*影の設定。右へ・下へ・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
}
}
/*ボックス内のp(段落)タグ設定*/
#main .list p {
	padding: 0px !important;
}
/*ボックス内の画像*/
#main .list figure {
	float: left;	/*左に回り込み*/
	width: 30%;
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 1%;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-right: 10px;
}
/*マウスオン時のボックス内の写真設定。ボックスにoption2スタイルが指定された場合の画像の設定。*/
.list.option2 a:hover figure img,
.list.option2 figure img {
	opacity: 0.3 !important;	/*半透明にする設定*/
}
/*登録日情報*/
#main .list .date {
	display: block;
	font-size: 11px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	text-align: right;	/*テキストを右側に*/
}

/*一覧ページの各ボックス内のテーブル（※CMS用）
---------------------------------------------------------------------------*/
#main .list table {
	font-size: 16px;	/*文字サイズ*/
	width: 63%;			/*テーブル幅*/
	margin-bottom: 5px;
	background: #fff;	/*背景色*/
}
#main .list table,
#main .list table td,
#main .list table th{
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
}
#main .list table td,
#main .list table th{
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
#main .list table th{
	width: 20%;		/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #edf0f5;	/*背景色*/
}
/*白い説明用ブロック*/
#main .list table td {
	width: 30%;	/*幅*/
}

/*仕様などの表*/
#main .hyo {
	font-size: 16px;	/*文字サイズ*/
	width: 98%;			/*テーブル幅*/
	margin-bottom: 5px;
}
#main .hyo,
#main .hyo td,
#main .hyo th{
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
}
#main .hyo td,
#main .hyo th{
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
#main .hyo th{
	width: 30%;		/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #F3F5C9;	/*背景色*/
}

#main ul
{
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-type: none;
	padding: 0;
}
#main ul li
{
	text-align: left;
	line-height: 1.4;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image : url(../images/point_8Ec_02.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 15px;
}
/*問い合わせのボックス*/
#info
{
	border: 1px solid #cccccc;
	margin: 10px;
}

/*subコンテンツ（右側のブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 22.5%;	/*ブロックの幅*/
}

.sns li {
	width:80px;
	margin: 10px;
}

.sns ul{
	display: flex;
	width: 230px;
	float: right;
}

/*sideコンテンツ（右側のブロック）
---------------------------------------------------------------------------*/
#side {
	float: right;	/*右に回り込み*/
	width: 18%;		/*ブロックの幅*/
}
/*２カラム時*/
.c2 #side {
	display: none;	
}

/*sub,side共通設定
---------------------------------------------------------------------------*/
/*h2見出しタグ設定*/
#sub h2,
#side h2 {
	text-align: center;	/*文字をセンタリング*/
	border-top: 3px solid #0f2248;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #2450a9;	/*下の線の幅、線種、色*/
	padding: 8px 0px;	/*上下、左右への余白*/
	margin-bottom: 10px;
	background: #0f2248;	/*背景色*/
	color: #fff;	/*文字色*/
}
/*段落タグ（p）設定*/
#sub{
	float: right;
}

#sub p,
#side p {
	padding-bottom: 20px;	/*段落タグの下に空けるスペース*/
	line-height: 1.6;		/*行間を少し狭く*/
}

/*box1設定（sub,sideで使っています）
---------------------------------------------------------------------------*/
/*box1設定*/
#sub .box1,
#side .box1 {
	background: #0f2248;			/*背景色*/
	border: 1px solid #dedede;	/*枠線の幅、線種、色*/
	padding: 10px;				/*ボックス内の余白*/
	margin-bottom: 20px;		/*ボックスの下にあけるスペース*/
}
/*box1の中にある段落タグをなくす設定*/
#sub .box1 p,
#side .box1 p {
	margin-bottom: 0px;
	color: #fff;
}
/*box1の中にある段落タグが続いた場合に間に空けるスペース*/
#sub .box1 p + p,
#side .box1 p + p {
	margin-bottom: 10px;
}

/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub .submenu,
#side .submenu {
	margin-bottom: 20px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	text-decoration: none;display: block;
	padding: 0 10px;	/*上下、左右のボックス内の余白*/
	background: #0f2248;	/*背景色*/
	color: #fff;
}
/*マウスオン時*/
#sub .submenu li a:hover,
#side .submenu li a:hover {
	background: #2450a9;	/*背景色*/
	color: #fff;	/*文字色*/
}
/*h2見出しにsubmenuが続いた場合*/
#sub h2 + .submenu,
#side h2 + .submenu {
	border-top: none;	/*メニューの一番上の線を消す設定*/
	margin-top: -10px;	/*h2見出しの下の余白を相殺する*/
}
/*box1内のsubmenu*/
#sub .box1 .submenu,
#side .box1 .submenu {
	margin-bottom: 0;	/*下に余分な余白ができるのをなくす*/
	color: #fff;
}
/*box1内でsubmenuが続いた場合にsubmenu間にとるスペース。この指定がないとくっついてしまいます。*/
#sub .box1 .submenu + .submenu,
#side .box1 .submenu + .submenu {
	margin-top: 10px;
}

/*sub,sideコンテンツ内のおすすめ一覧ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#sub .list, #side .list {
	position: relative;overflow: hidden;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
}
#sub .list a, #side .list a {
	text-decoration: none;display: block;overflow: hidden;
	padding: 10px;	/*ボックス内の余白*/
	border-top: 1px solid #cfcfcf;	/*上の線の幅、線種、色*/
	background: #fff;	/*背景色*/
}
/*最後ボックスの設定*/
#sub .list:last-of-type a, #side .list:last-of-type a {
	border-bottom: 1px solid #cfcfcf;	/*上の線の幅、線種、色*/
	margin-bottom: 20px;	/*下に空けるスペース*/
}
/*ボックス内のh4タグ設定*/
#sub .list h4, #side .list h4 {
	font-weight: bold;
}
#sub .list p, #side .list p {
	padding: 0 !important;
}
/*ボックス内の写真設定*/
#sub .list figure img, #side .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 30%;		/*写真の幅*/
	margin-right: 5px;	/*写真の右側に空ける余白*/
}
/*h2見出しにlistブロックが続いた場合*/
#sub h2 + .list a,
#side h2 + .list a {
	border-top: none;	/*メニューの一番上の線を消す設定*/
	margin-top: -10px;	/*h2見出しの下の余白を相殺する*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #2450a9;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 85%;	/*文字サイズ*/
}
footer a {color: #fff;}
footer a:hover {color: #fff;}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;
	max-width: 1200px;
	margin: 0 auto;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 18%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
}
#copyright a {text-decoration: none;}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 20px;
	margin-bottom: 15px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	color: #01630f;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #eee;	/*下線の幅、線種、色*/
}
/*ニュース下のボタン*/
ul.news li a {
	float: left;
	display: inline;
}
#menu dl {
	padding-left: 20px;
	margin-bottom: 15px;
}
/*日付設定*/
#menu dt {
    float: left;
    width: 15em;
    color: #01630f;	/*文字色*/
    letter-spacing: 0.1em;
}
/*記事設定*/
#menu dd {
    padding-left: 16em;
    border-bottom: 1px solid #eee;	/*下線の幅、線種、色*/
}
.nbtn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #005098;
  border: solid 1px #005098;
  border-radius: 3px;
  transition: .4s;
  margin-bottom: 30px;
}

.nbtn-flat-border:hover {
  background: #FF6500;
  color: #000000;
}


/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
	padding: 0px 20px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt {
	color: #01630f;	/*文字色*/
	padding-top: 15px;
}
.faq dt a {
	color: #01630f;	
}
/*回答の設定*/
.faq dd {
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
	padding-bottom: 15px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #f6f5f2;	/*背景色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox label {
	float: left;
	display: inline-block;
	margin-right: 5px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}
.ta1 td .specialtext {
	float: left;
	width: 45%;
}


/*inputボタン
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	border-radius: 3px;
	background: #fff;
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;
}



/*一覧ページのボックス内のアイコン
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1,option2共通*/
span.option1, span.option2 {
	text-align: center;
	display: block;
	font-size: 10px;	/*文字サイズ*/
	width: 120px;		/*幅*/
	position: absolute;
	right: 0px;	/*ボックスに対して右から0pxの場所に配置*/
	top: 0px;	/*ボックスに対して上から0pxの場所に配置*/
	transform: rotate(45deg) translate(36px,-15px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
	color: #FFF;	/*文字色*/
	background: #999;	/*背景色*/
}
/*option1への追加設定*/
span.option1 {
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
}
/*h2タグ内で使った場合のoption1とoption2*/
h2 span.option1, h2 span.option2 {
	width: auto;
	position: static;
	transform: none;
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
	padding: 0px 5px;
}

/*NEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*UPアイコン
---------------------------------------------------------------------------*/
.upicon {
	background: #0072ff;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #01630f;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}

.syohin{
	display: block;
	text-align: center;
}

.setumei{
	display: block;
	text-align: center;
}

.style1 {
	font-size: small
}
.style2 {
	color: #FF0000;
	font-size: small;
}
.style3 {
	font-size: large;
	font-weight: bold;
}
.style4 {
	color: #FF0000;
	font-size: x-large;
	font-weight: bold;
}
.style5  {
	color: #FF8040;
	font-weight: bold;
}
.style6 {
	color: #F00;
	font-weight: bold;
}
.style7{
	font-weight: bold;
	background-color: #F00;
	font-size: x-large;
	color: #FFF;
	padding: 5px;
	line-height: 40px;
	border: medium solid #FF4D4D;
}
.style8 {
	font-weight: bold;
	background-color: #0048DD;
	font-size: x-large;
	color: #FFF;
	line-height: 40px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: medium solid #36F;
}
.style9 {
	font-size: large;
	font-weight: bold;
	color: #00F;
}
.style10 {
	font-size: large;
	font-weight: bold;
	color: #008000;
}

@media (prefers-color-scheme: dark) {
	body {
    background-color: #1A1A1A;
    color: #fff;
	}
	h1,h2,h5,h6{
	color: #fff;
	}
	#main h3{
		background: #3F3F3F;
		color: #fff;
	}
	#main h4{
		color: #fff;
	}
	header .inner{
	background-color: #1A1A1A;
	}
	ul.headermenu li a{
	color: #fff;
	}
	header .inner address .tel{
	color: #fff;
	}
	nav#menubar ul li a{
	color: #fff;
	}
	nav#menubar ul li a:hover{
	background-color: #2C2C2C;
	}
	#contents{
	background-color: #1A1A1A;
    color: #fff;
	}
	
	#main .list,
	#main .list table,
	#main .list table td,
	#main .list table th{
		background: #1A1A1A;
		color: #fff;
	}
	#main .hyo{
		background: #1A1A1A;
		color: #fff;
	}
	#main .hyo th{
		background: #1A1A1A;
		color: #fff;
	}
	p{
	color: #fff;
	}
	.nbtn-flat-border{
	color: #fff;
	border-color: #fff;
	}
	dt{
	color: #fff;
	}
	dd{
	color: #fff;
	}
	body.is-fixed-pagetop .nav-fix-pos-pagetop a{
		color: #fff;
	}
	a:link{
		color: #fff;
	}
	.list a:link{
		color: #fff;
	}
	#main .list figure,img{
		filter: 
brightness(97%)	}
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form{
	font-size: 15px;
	margin-top: 10px;
	}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header .logo{
	display: none !important;
}
header .sp {
	display: block !important;
	width: 250px;		/*ロゴ画像の幅*/
	margin-top: 36px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-left: auto;/*ロゴの左にあける余白。*/
	margin-right: 40px;
}

.mainvi{
	display: none !important;
	}

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
#menubar{
	display: inline-block;
	}
#menubar li{
	width: 25%;
	}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding-top: 0px;
}

/*main,sub,side,contents-in
---------------------------------------------------------------------------*/
#main, #sub, #side, #contents-in {
	float: none;
	width: auto;
}

/*sub,sideコンテンツ内のおすすめ一覧ブロック
---------------------------------------------------------------------------*/
/*ボックス内の写真設定*/
#sub .list figure img, #side .list figure img {
	width: 20%;		/*写真の幅*/
}

	#sub .box1{
		text-align: center;
	}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side,body.s-n{display: none;}
.sh {display:block;}
.pc {display:none;}


.nbtn-flat-border {
	border: none;
	margin: 1px;
	font-size: 16px;
}
.nbtn-flat-border:hover{
	background-color: #fff;
}
.nbtn-flat-border:before{
	content:">> ";
}
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
/*mainコンテンツのh2,h3タグ設定*/
#main h2{
	font-size: 18px;	/*文字サイズ*/
}
#main h3{
	font-size: 15px;
	}
/*一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	padding: 10px;		/*ボックス内の余白。ここを変更する際は、下の「.list a」のpaddingとmarginの数字も合わせる。marginの方はマイナス記号を忘れずに。*/
}
#main .list a {
	padding: 10px;
	margin: -10px;
}

/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	padding: 10px;	/*ボックス内の余白*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}
.ta1 td .specialtext {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}

}



/*画面幅350px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:350px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {
	width: 200px;		/*ロゴ画像の幅*/
	margin-top: 38px;	/*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
}

}
