@charset "utf-8";


/*各cssの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*日本地図用css（list_chintai.html用）*/
@import url(map.css);

/*一覧ページ用css*/
@import url(list.css);

/*トップページのメイン画像用css*/
@import url(mainimg.css);



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

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	/*color: #333;*/	/*全体の文字色*/
	color: #333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
video,audio {max-width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	/*color: #333;*/		/*リンクテキストの色*/
	color: #333333;
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	text-decoration: none !important;
}
a:hover {
	color: #d5000a;			/*マウスオン時の文字色*/
	text-decoration: underline !important;
}
/*マウスオン時の画像*/
a:hover img {
	opacity: 0.8;	/*80%色がついた状態*/
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1300px;	/*サイトの最大幅*/
	margin: 0 auto;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
.header-wrapper {
	background-color:white;
	position:fixed;
	width: 100%;
	top: 0; left: 0;
	z-index: 100;
	padding-bottom: 10px;
	/*border-bottom: 3px solid #333;*/
}

/*ヘッダーブロック*/
header {
	background: #ffffff;	/*背景色*/
	height: 100px;		/*高さ*/
	/*color: #333;*/		/*文字色*/
	color: #333333
}
/*ロゴ画像*/
header #logo {
	width: 350px;		/*ロゴ画像の幅*/
	float: left;		/*左に回り込み*/
	margin-top: 30px;	/*ロゴの上にあける余白。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	margin-left: 3%;	/*ロゴの左側にあける余白。*/
}

/*ログイン（ヘッダー右側のログイン）
---------------------------------------------------------------------------*/
header .login a {
	display: inline-block;text-decoration: none;
	float: right;		/*右に回り込み*/
	margin-right: 3%;	/*右に空けるスペース*/
	margin-top: 30px;	/*上に空けるスペース。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	border: 1px solid #fe7200;	/*枠線の幅、線種、色*/
	background: #fe7200 url(../images/icon_login.png) no-repeat 20px 11px / 12px;/*背景色、アイコンの読み込み。左から25px、上から11pxの場所に配置。画像幅は12px。*/
	color: #fff;	/*文字色*/
	padding: 5px 30px 5px 50px;	/*上、右、下、左へのボタン内の余白*/
	border-radius: 4px;		/*角丸のサイズ*/
	font-size: 14px;		/*文字サイズ*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる指定*/
}

header .register a {
	display: inline-block;text-decoration: none;
	float: right;		/*右に回り込み*/
	margin-right: 3%;	/*右に空けるスペース*/
	margin-top: 30px;	/*上に空けるスペース。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	border: 1px solid #fe7200;	/*枠線の幅、線種、色*/
	background: #fe7200 url(../images/icon_pencil3.png) no-repeat 20px 12px / 14px;/*背景色、アイコンの読み込み。左から25px、上から11pxの場所に配置。画像幅は12px。*/
	color: #fff;	/*文字色*/
	padding: 5px 30px 5px 50px;	/*上、右、下、左へのボタン内の余白*/
	border-radius: 4px;		/*角丸のサイズ*/
	font-size: 14px;		/*文字サイズ*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる指定*/
}
header .logout a {
	display: inline-block;text-decoration: none;
	float: right;		/*右に回り込み*/
	margin-right: 2%;	/*右に空けるスペース*/
	margin-top: 30px;	/*上に空けるスペース。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	border: 1px solid #fe7200;	/*枠線の幅、線種、色*/
	background: #fe7200 url(../images/logout.png) no-repeat 20px 11px / 14px;/*背景色、アイコンの読み込み。左から25px、上から11pxの場所に配置。画像幅は12px。*/
	color: #fff;	/*文字色*/
	padding: 5px 25px 5px 45px;	/*上、右、下、左へのボタン内の余白*/
	/* padding: 5px 30px 5px 50px;	 */
	border-radius: 4px;		/*角丸のサイズ*/
	font-size: 14px;		/*文字サイズ*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる指定*/
}
header .info a {
	display: inline-block;text-decoration: none;
	float: right;		/*右に回り込み*/
	margin-right: 2%;	/*右に空けるスペース*/
	margin-top: 30px;	/*上に空けるスペース。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	border: 1px solid #fe7200;	/*枠線の幅、線種、色*/
	background: #fe7200 url(../images/info.png) no-repeat 20px 11px / 14px;/*背景色、アイコンの読み込み。左から25px、上から11pxの場所に配置。画像幅は12px。*/
	color: #fff;	/*文字色*/
	padding: 5px 25px 5px 45px;	/*上、右、下、左へのボタン内の余白*/
	/* padding: 5px 30px 5px 50px;	 */
	border-radius: 4px;		/*角丸のサイズ*/
	font-size: 14px;		/*文字サイズ*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる指定*/
}

header .message a {
	display: inline-block;text-decoration: none;
	float: right;		/*右に回り込み*/
	margin-right: 2%;	/*右に空けるスペース*/
	margin-top: 30px;	/*上に空けるスペース。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	border: 1px solid #fe7200;	/*枠線の幅、線種、色*/
	background: #fe7200 url(../images/message.png) no-repeat 20px 11px / 14px;/*背景色、アイコンの読み込み。左から25px、上から11pxの場所に配置。画像幅は12px。*/
	color: #fff;	/*文字色*/
	padding: 5px 25px 5px 45px;	/*上、右、下、左へのボタン内の余白*/
	/* padding: 5px 30px 5px 50px;	 */
	border-radius: 4px;		/*角丸のサイズ*/
	font-size: 14px;		/*文字サイズ*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる指定*/
}


/*マウスオン時*/
header .login a:hover, header .message a:hover,
header .info a:hover, header .logout a:hover {
	background-color: #fe9b00;	/*背景色だけ変更する*/
	color: #fff;	/*も地色*/
}
header .register a:hover {
	background-color: #fe9b00;	/*背景色だけ変更する*/
	color: #fff;	/*も地色*/
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	height: 75px;		/*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
	text-align: center;	/*文字を中央に*/
	background: #d5000a;	/*背景色*/
	border-bottom: 1px solid #fff;	/*下線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width:14.28%;	/*メニュー幅（100÷6個=16.66%）　もし４個にするなら100÷4=25%になる。*/
}
#menubar li a {
	text-decoration: none;display: block;
	line-height: 1.6;	/*行間を少し狭く*/
	color: #fff;		/*文字色*/
	height: 60px;		/*高さ*/
	padding-top: 15px;	/*上に追加する余白*/
	border-right: 1px solid #fff;	/*メニューの右側の線の幅、線種、色（古いブラウザ用）*/
	border-right: 1px solid rgba(255,255,255,0.5);	/*右の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
	border-left: 1px solid #fff;	/*メニューの線の幅、線種、色（古いブラウザ用）*/
	border-left: 1px solid rgba(255,255,255,0.5);	/*左の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*飾り文字*/
#menubar li span {
	display: block;
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	opacity: 0.5;			/*透明度50％*/
}
/*マウスオン時と、現在表示中(current)のメニューの設定*/
#menubar li a:hover, #menubar li.current a {
	background: #e8424a;	/*背景色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;z-index: 10;padding-top: 1px;
	width: 16.66%;		/*幅。上の「#menubar li」と合わせる。*/
	font-size: 12px;	/*文字サイズ*/
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	float: none;
	width: 100%;
}
#menubar ul.ddmenu li a {
	width: 100%;height: auto;font-weight: normal;
	border: none;	/*線を一旦リセット*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.7);	/*背景色。0,0,0は黒の事で0.7は70%色がついた状態の事。*/
	color: #fff;		/*文字色*/
	padding: 10px 0;	/*上下、左右への余白*/
}
/*ドロップダウンメニュー内の見出し*/
#menubar ul.ddmenu li.title a {
	background: #d5000a;	/*背景色*/
	cursor: default;		/*カーソルをリンク用でなくデフォルトの矢印にしておく*/
	padding: 3px 0;			/*上下、左右への余白*/
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	background: #000;	/*背景色*/
}
/*見出しのマウスオン時*/
#menubar ul.ddmenu li.title a:hover {
	background: #d5000a;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu .nav-fix-pos {
	width: 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
}
body.is-fixed-menu header {
	margin-bottom: 75px;	/*メニューの高さを指定。menubarのborderが1px分ありますが大差ないので75でOKです。*/
}
/*上の設定の「is-fixed-menu」を「is-fixed」に変更したものをそのまま記入します。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
	animation: UpAnime 0.5s forwards!important;
}

/* ORIG */
/* ナビバーがあった場合、上部に空間を作るため */
/* body.is-fixed header {
	margin-bottom: 75px;
} */

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

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

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右に回り込み*/
	width: 67.5%;		/*ブロックの幅*/
	/*width: 64.5%;*/		/*ブロックの幅*/
	margin: 0 2.3%;
	/*margin: 0 30px;*/
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px;	/*上下、左右への余白*/
	font-size: 18px;	/*文字サイズ*/
	color: #fff;		/*文字色*/
	background: #d5000a;	/*背景色*/
}
/*h2タグの１文字目への追加設定*/
#main h2::first-letter {
	border-left: 3px solid #fff;	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 4px 20px;	/*上下、左右への余白*/
	font-size: 16px;	/*文字サイズ*/
	border: 1px solid #ccc;		/*枠線の幅、線種、色*/
}
/*h3タグの１文字目への追加設定*/
#main h3::first-letter {
	border-left: 3px solid #d5000a;	/*左の線の幅、線種、色*/
	padding-left: 15px;				/*線とテキストとの余白*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0px 20px 20px;	/*上、左右、下への余白*/
}
/*他。微調整。*/
#main p + p {
	margin-top: -5px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section + section {
	margin-top: 30px;
}

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

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

/*sub,side共通設定
---------------------------------------------------------------------------*/
/*h2見出しタグ設定*/
#sub h2,
#side h2 {
	text-align: center;		/*文字をセンタリング*/
	padding: 8px 0px;		/*上下、左右への余白*/
	color: #fff;			/*文字色*/
	background: #9d9980;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#9d9980, #8c876c);	/*背景グラデーション*/
}
/*段落タグ（p）設定*/
#sub p,#side p {
	line-height: 1.6;	/*行間を少し狭く*/
}

/*box1設定（sub,sideで使っています）
---------------------------------------------------------------------------*/
/*box1設定*/
#sub .box1,
#side .box1 {
	border: 1px solid #8c876c;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下にあけるスペース*/
	background: #f1f0ec;	/*背景色*/
}
/*box1の中にsubmenuがある場合の下のmarginをなくす*/
.box1 .submenu {
	margin-bottom: 0 !important;
}

/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub .submenu,
#side .submenu {
	margin-bottom: 20px;		/*メニューブロックの下にあけるスペース*/
	border-top: 1px solid #8c876c;	/*上の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	text-decoration: none;display: block;
	padding: 0 10px;		/*上下、左右のボックス内の余白*/
	border: 1px solid #8c876c;	/*枠線の幅、線種、色*/
	border-top: none;		/*上の線を消す設定*/
	background: #fff;		/*背景色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #d5000a;	/*背景色*/
	font-size: 85%;			/*文字サイズ*/
	color: #fff;			/*文字色*/
}
footer a, footer a:hover {
	color: #fff;	/*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0;	/*上下、左右へのボックス内の余白*/
	font-size: 12px;	/*文字サイズを少し小さく*/
}
/*ORIG １列分の設定*/
/* #footermenu ul {
	float: left; 左に回り込み
	width: 18%; 今回は5列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。
	padding-right: 1%;
	padding-left: 1%;
} */
#footermenu ul {
	float: none;
	justify-content: center;
	width: 100%;
	padding-right: 1%;
	padding-left: 1%;
}
/*メニュー１個あたりの設定*/
#footermenu ul li {
	padding: 0 10px;	/*上下、左右への余白*/
}
/*見出し*/
#footermenu li.title {
	font-weight: bold;	/*太字にする*/
	background: rgba(0,0,0,0.1);	/*背景色*/
	border-radius: 2px;	/*角丸のサイズ*/
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 0.7;	/*透明度。70%色がでた状態の事。*/
}
/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;	/*透明度。100%色がでた状態の事。*/
}

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

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;	/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*質問と答えのボックス全体を囲むブロック*/
.faq {
	padding: 0 20px 10px;	/*上、左右、下へのボックス内余白*/
}
/*質問*/
.faq dt {
	font-weight: bold;	/*太字にする設定*/
	color: #d5000a;		/*文字色*/
}
/*回答*/
.faq dd {
	padding-bottom: 10px;	/*下に空けるスペース*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #cccccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eeeeee;		/*背景色*/
	color: #333333;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	/*color: #666;*/		/*文字色*/
	color: #333333;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #cccccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 190px;		/*幅*/
	text-align: center;	/*センタリング*/
}
/*labelタグ*/
.ta1 label {
	display: inline-block;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td label {
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}
.ta1 td .specialtext {
	float: left;
	width: 45%;
}

/*btn（inputタグ用）
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;
	border: 1px solid #333333;
	border-radius: 3px;
	background: #eee;
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;
	background: #fff;
	color:rgb(90, 90, 90);
}

/*btn（赤い色の大きなボタン）
---------------------------------------------------------------------------*/
a.btn {
	display: block;
	text-decoration: none;
	background: #d90000;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#d90000, #a70000);	/*グラデーション*/
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*ボタン内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);	/*ボックスの影。右に、下に、ぼかし幅、0,0,0は黒の事で0.3は色が30%ついた状態。*/
	border: 1px solid #a70000;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
a:hover.btn {
	box-shadow: none;
	background: #fff;	/*背景色*/
	color: #a70000;		/*文字色*/
}

/*btn2（検索のボタン）
---------------------------------------------------------------------------*/
.btn2 {
	display: inline-block;text-decoration: none;
	background: #F19F39;	/*背景色（古いブラウザ用）*/
	/* background: linear-gradient(#51a9f3, #2e8bdb);	 */
	color: rgb(255, 255, 255);		/*文字色*/
	font-weight: 400;
	text-align: center;	/*文字をセンタリング*/
	border: 1px solid #F19F39;	/*枠線の幅、線種、色*/
	padding: 5px 30px 5px 30px;	/*上、右、下、左へのボタン内の余白*/
	/* padding: 7px 15px; */
	border-radius: 4px;		/*角丸のサイズ*/
	font-size: 14px;		/*文字サイズ*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる指定*/
}
/*マウスオン時*/
.btn2:hover {
	background-color: #fff;
	color: #F19F39;
	transition: 0.5s;
	/* opacity: 0.7;	 */
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーフレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	bottom: 50px;		/*下から50pxの場所に配置*/
	right: 3%;			/*右から3%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
	color: #fff;		/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*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;
}
.list-compact .newicon,.list-compact .upicon,.list-sub .newicon,.list-sub .upicon {margin: 0;}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 45px;
}
ol {
	padding: 0 20px 20px 47px;
}

/*その他
---------------------------------------------------------------------------*/
.thumbnail {width: 80px;margin-bottom: 5px;}
.look {background: #eee;border: 1px solid #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb30 {margin-bottom: 30px !important;}
.clear {clear: both;}
.color1, .color1 a {color: #d5000a !important;}
.color2, .color2 a {color: #999 !important;}
.red, .red a {color: #ff0000 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 80%;}
.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;}
.sh {display: none;}
.ofx {overflow-x: hidden;}
.panorama-img {width: 600px !important;height: 400px !important;}

/* NCM
------------------------------------------------------------------------------*/
body {
	overflow:scroll !important;
}

#wrapper {
	position:relative;
	display:flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: center;
}
#sub {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	height:100vh;
	margin-left:2.3%;
	/* margin-left:30px; */
}

#main input[type="submit"].btn01,
#main input[type="button"].btn01 {
	display: inline-block;
	text-decoration: none;
	/* margin-right: 3%;	右に空けるスペース */
	margin-top: 30px;	/*上に空けるスペース。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	border: 1px solid #FD8206;	/*枠線の幅、線種、色*/
	background: #FD8206;
	color: #fff;	/*文字色*/
	padding: 5px 30px 5px 30px;	/*上、右、下、左へのボタン内の余白*/
	border-radius: 4px;		/*角丸のサイズ*/
	font-size: 14px;		/*文字サイズ*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる指定*/
}
/*マウスオン時*/
#main input[type="submit"].btn01:hover,
#main input[type="button"].btn01:hover {
	background-color: #fff;
	color: #DE7107;
	transition: 0.5s;
}
#main p .btn01 {
	display: inline-block;
	text-decoration: none!important;
	margin-top: 30px;	/*上に空けるスペース。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
	border: 1px solid #FD8206;	/*枠線の幅、線種、色*/
	background: #FD8206;
	color: #fff;	/*文字色*/
	padding: 5px 30px 5px 30px!important;	/*上、右、下、左へのボタン内の余白*/
	border-radius: 4px!important;		/*角丸のサイズ*/
	font-size: 14px!important;		/*文字サイズ*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2)!important;	/*ボックスの影。右へ、下へ、ぼかし幅*/
	letter-spacing: 0.2em!important;	/*文字間隔を少し広くとる指定*/
}
/*マウスオン時*/
#main .btn01:hover {
	background: #fff;	/*背景色だけ変更する*/
	color: #DE7107;	/*も地色*/
	transition: 0.5s;
}

textarea {
	width: 96%;
}
/*.memo {
	font-size: 0.5rem;
	font-weight: normal;
	opacity:0.7;
}*
/* 注意書き */
.memo {
	font-size:0.8rem;
	font-weight: normal;
	/*opacity:1 !important;*/
	color:#666666 !important;
 }

/* 追加ボタン系 */
.btn-wrapper {
	text-align: right;
	margin: 15px;
}
.btn-wrapper .btn {
	margin-right: 10px;
}
.submit-btn {
	padding: 5px 10px;
	font-size: 14px;
  background-color: #F19F39;
	color:#fff;
	border: 1px solid #F19F39;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2)!important;	/*ボックスの影。右へ、下へ、ぼかし幅*/
	letter-spacing: 0.2em!important;
}
.submit-btn:hover {
	background-color: #fff;
	color:#F19F39;
	transition: 0.5s;
}

/* 退会申請-写真削除-掲載中止-掲載削除 ボタン */
.greenBtn {
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #10835b;
	color: #fff;
	border-radius: 4px;
	background: #10835b;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2)!important;	/*ボックスの影。右へ、下へ、ぼかし幅*/
	letter-spacing: 0.2em!important;	/*文字間隔を少し広くとる指定*/
}
/*マウスオン時の設定*/
.greenBtn:hover {
	border: 1px solid #10835b;
	background: #fff;
	color:#0C6948;
	transition: 0.5s;
}
/* リクエスト送信用青ボタン */
.offer-btn-wrapper {
	text-align: center;
	margin: 30px 0;
}
/* カーオーナーと繋がりたい */
.offer-btn {
	padding: 10px 100px;
  font-size: 1rem;
  background-color: #F19F39;
	color:#fff;
	border: 1px solid #F19F39;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2)!important;	/*ボックスの影。右へ、下へ、ぼかし幅*/
	letter-spacing: 0.2em!important;
}
.offer-btn:hover {
	background-color: #fff;
	color:#F19F39;
	transition: 0.5s;
}

/* 自分の車情報登録先関係 */
.car-image-wrapper figcaption {
	text-align: center;
}
.imgup-container .preview {
	max-width: 300px;
}
.now-img {
	max-width: 190px;
}
.choice-btn img {
	object-fit: cover;
	width: 120px;
	height: 70px;
}
.comp-container {
	margin-top: 50px !important;
}

/* 画像登録時のプラスアイコン */
.plus_icon_wrapper {
  position: relative;
}
.plus_icon_item {
  position: absolute;
}
.plus_icon {
display: block;
width: 13px;/*アイコンサイズ*/
height: 13px;
padding: 3px;
background: #fe7200;/*アイコンカラー*/
border: 1px solid #fe7200;
border-radius: 50%;
top: -4px;/*アイコン位置*/
left: 85%;
}
.plus_icon::before, .plus_icon-line::after {
position: absolute;
top: 9px;/*縦ラインの位置*/
left: 50%;
content: '';
display: inline-block;
width: 12px;/*ラインのサイズ*/
height: 12px;
border-top: 2px solid #fff;
transform: translateX(-50%);
}
.plus_icon-line:after {
top: 3px;/*横ラインの位置*/
left: -3px;
transform: rotate(90deg);
}
/*@media screen and (max-width:900px) {*/
@media screen and (max-width:1260px) {
	.plus_icon {
		left: 75%;
	}
}

/* 車のインフォメーション関係 */
.set_color {/*装備品ありのカラー設定*/
	color: #fe7200;
	background-color: #ffebcd;
}
.no_color {/*装備品なしのカラー設定*/
	color: #dcdcdc;
}
.grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, 15em) !important;
  justify-content: center;
  gap: 26px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6%;
  margin-bottom: 20%;
}
.car-info .item img {
  width: 252px !important;
  height: 189px !important;
  object-fit: cover !important;
}
.item .grid-text {
	text-align: left !important;
	margin-top: 5px;
}
.notice {
	margin: 40px 0;
}
.item {
	border: 1px solid #000;
	background-color: #fff;
	padding: 5px;
}
.carprof_color {
	background-color: #f5f4f0;
}
.carprof_color .note {
	padding: 30px 0 0 30px;
}

/* 必須項目 */
.require {
	font-size:0.4rem;
	padding:0px 5px;
	margin-left: 10px;
	/*display: table-cell;*/
  vertical-align: middle;
	opacity:0.8;
	background-color:#d5000a;
	color:#fff;
 }

/* メッセージ関連 */
.chat-container .chat1 {
  background-color: #ccffff;
}
.chat-container .chat2 {
  background-color: #ffcc99;
}
.chat-box {
	position: relative;
	display: inline-block;
	margin: 10px;
	padding: 10px;
	text-align: left; /*テキストの位置はここで変更*/
	border-radius: 5px; /*吹き出しの丸み具合を変更*/
}
.chat-name {
	width: 30%; /* アイコンの大きさと合わせる */
	font-size: 12px;
	padding-top: 15px;
}
.chat-container .left {
	margin-left: 5px;
	margin-right: auto;
}
.chat-container .right {
	margin-right: 5px;
	margin-left: auto;
}

input[readonly] {
  background: #f9f9f9 !important;
  border: 1px solid #f9f9f9 !important;
}
textarea[readonly] {
  background: #f9f9f9 !important;
  border: 1px solid #f9f9f9 !important;
}

/* -----------------------------------------------------------------------------
index.php
------------------------------------------------------------------------------*/
#about{
	box-sizing: border-box;
}
#about h2 {
	margin-bottom: 0!important;
}
#about .column {
	border:1px solid black;
	border-top:none;
}
.column-story {
	border:1px solid black;

}
.column ,.column-story {
	padding: 5%;
}
.interval {
	text-align:center;
	margin:5rem auto;
}

/* 赤いボタンのアニメーション */
.btn {
	position:relative;
	display:inline-block;
	overflow: hidden!important;

}
/*マウスオン時*/
.btn:hover {
box-shadow: none;
background: #fff;	/*背景色*/
color: #a70000;		/*文字色*/
border-color: transparent;
transition-delay: .3s;
}
.btn span {
display:block;
z-index:2;
}
/*線の設定*/
.border span::before,
.border span::after {
	content:'';
	position:absolute;
	width:100%;
	height: 1px;
	background:#a70000;
	transition: all .3s;
	transform: scale(0,1);
	transform-origin: center;
}
/* 上線 */
.border span::before {
	left:0;
	top:0;
}
/* 下線 */
.border span::after {
	left:0;
	bottom:0;
}
/* hoverすると線が伸びる */
.border:hover span::before,
.border:hover span::after {
	transform: scale(1,1);
}
/* 背景 */
.border::before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	z-index: -1;
	height:100%;
	width:100%;
	background: #fff;
	transition: all .3s;
	transform: scale(0,1);
	transform-origin: center;
}
/* hoverすると背景が伸びる */
.border:hover::before {
	width:100%;
	transition-delay: .3s;
	transform:scale(1,1)
}

/* -----------------------------------------------------------------------------
login.php
------------------------------------------------------------------------------*/

#main .login_btn {
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #eee;
}
/*マウスオン時の設定*/
#main .login_btn:hover {
	border: 1px solid #999;
	background: #fff;
	color:rgb(90, 90, 90);
	transition: 0.5s;
}

/* -----------------------------------------------------------------------------
datepicker.js
------------------------------------------------------------------------------*/
.ui-datepicker-title { display:flex; }

/* -----------------------------------------------------------------------------
wantcar_list
------------------------------------------------------------------------------*/
.list { padding: 2rem 0!important;}
.list table.c2 td { width: 17%!important; padding: 10px; }
.list table.c2 th { width: 17%!important; padding: 10px; }
.memo {
 font-size:0.8rem;
 font-weight: normal;
/*opacity:0.7;*/
 color: #666666 !important;
}
.list { padding: 2rem 0!important;}
.list table.c2 td { width: 17%!important; padding: 10px; }
.list table.c2 th { width: 17%!important; padding: 10px; }

@media screen and (max-width: 600px) {
	.list table.c2 th , .list table.c2 td { padding: 5px!important;/*font-size: 9px;*/}
	/*.grade , .buy_pc { display: none; }*/
}
@media screen and (min-width: 601px) {
	/*.buy_sp { display: none; }*/
}

/* -----------------------------------------------------------------------------
リストのページングスタイル
------------------------------------------------------------------------------*/
.pagination-container {
  content: "";
  clear: both;
  display: block;
  margin-top: 15px;
  padding-top: 40px;
	padding-bottom: 40px;
  border-top: 1px solid #ccc;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  width: 100%;
  text-align: center;
}
.pagination-container ul{
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
}
.pagination-container li + li{ margin-left: -1px; }
.pagination-container a{
  padding: 10px 20px;
  display: block;
  /*color: #0076BF;*/
  color: #432;
  border: 1px solid #ccc;
  text-decoration: none;
  background: #fff;
}
.pagination-container .navi-active a{
  font-weight: bold;
  background: #EAEAEA;
}
.pagination-container a:hover{
  color: #432;
  /*background: #0076bf;*/
  background: #fff;
}
.ppagination .prev a:hover {
  background: #EAEAEA;
}
.ppagination .next a:hover {
  background: #EAEAEA;
}
.grid {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6%;
  /*margin-bottom: 20%;*/
  margin-bottom: 6%;
}
/* ページネーション 900px以下の場合
------------------------------- */
/*@media screen and (max-width:900px) {*/
@media screen and (max-width:1260px) {
  .pagination-container {
	  content: "";
	  clear: both;
	  display: block;
	  margin-top: 15px;
	  padding-top: 40px;
	  border-top: 1px solid #ccc;
	  /*display: flex;
	  justify-content: center;
	  align-items: center;*/
	  width: 100%;
	  text-align: center;
	}
	.pagination-container ul{
	  width: 100%;
	  display: flex;
	  justify-content: center;
	  list-style: none;
	}
	.pagination-container li + li{ margin-left: -1px; }
	.pagination-container a{
	  padding: 10px 20px;
	  display: block;
	  /*color: #0076BF;*/
	  color: #432;
	  border: 1px solid #ccc;
	  text-decoration: none;
	  background: #fff;
	}
	.pagination-container .navi-active a{
	  font-weight: bold;
	  background: #EAEAEA;
	}
	.pagination-container a:hover{
	  color: #EAEAEA;
	  /*background: #0076bf;*/
	  background: #ffff;
	}
	.grid {
	  display: grid;
	  gap: 26px;
	  grid-template-columns: 1fr 1fr 1fr 1fr;
	  margin-top: 6%;
	  /*margin-bottom: 20%;*/
	  margin-bottom: 6%;
	}
}

/* -----------------------------------------------------------------------------
車の削除　テーブルスタイル
------------------------------------------------------------------------------*/
.tbl2 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #333333;		/*文字色*/
}
.tbl2, .tbl2 td, .tbl2 th {
	word-break: break-all;
	border: 1px solid #333333;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
}
@media screen and (max-width: 640px) {
  .tbl2 {
    width: 100%;
		border: none;
  }
  .tbl2 .thead {
    display: none;
  }
	.tbl2 th {
		width: 50px;
		border-right: 1px solid #333333;
	}
  .tbl2 tr {
    width: 100%;
		border: 1px solid #333333;
  }
  .tbl2 td {
    display: block;
    /*text-align: right;*/
    /*width: 100%;*/
		border: none;
		border-bottom: 1px solid #333333;
  }
  /*.tbl2 td:first-child {
    font-weight: bold;
    text-align: center;
  }*/
  .tbl2 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
	.tbl2 td:last-child {
    border-bottom:none;
  }
}


/*画面幅1301px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1301px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: 1301px;	/*サイトの幅。この指定がないと上部メニューが一瞬段落ちする場合があります。*/
}

/*メインメニューとドロップダウンメニューの設定変更。
メニュー数が6個なので、1301÷6=216pxになります。
---------------------------------------------------------------------------*/
#menubar li, #menubar ul.ddmenu {
	width: 184px;
	/*width: 216px; ORIG*/
}

}



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

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	margin: 0 1%;	/*上下、左右へのコンテンツの外側へ空けるスペース*/
}

}



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

/*ログイン（ヘッダー右側のログイン）
---------------------------------------------------------------------------*/
header .login a {
	/* 会員登録とログインは画面下枠に設置 */
	/* float: left;			ロゴの右に来るように再指定 */
	margin-left: 20px;		/*ロゴとの間にとるスペース*/
	background-image: none;	/*ブラウザ幅が狭くなるので、鍵マークを消す*/
	padding: 5px 30px;		/*上下、左右へのボタン内の余白*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu header,body.is-fixed header {margin-bottom: 0px;}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;
	overflow: hidden;
	z-index: 5;
	/*z-index: 10; ORIG*/
	top:85px;
	/* top: 10px;	ORG */
	width: 100%;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
	background: #d90000;
	/* position: absolute; ORG*/
	position: fixed;
	height:calc(100vh - 0px);
}
/* 追加 */
#menubar-s ul {
	height:calc(100vh - 220px);
}
/* 追加 メニュー１個あたりの設定*/
#menubar-s li {
	/*height: 14.28%;*/
	line-height:1.5;
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
}
#menubar-s li a {
	display: block;
	text-decoration: none;
	height:calc(100% - 31px);
	padding: 3% 10px 3% 20px;
	font-size: 1rem;		/*文字サイズ*/
	color: #fff;		/*文字色*/
}

/*英語表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 0.6rem;	/*文字サイズ*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	/* position: absolute; ORIG*/
	position: fixed;
	top: 40px;	/*上から24pxの場所に配置*/
	right: 5%;	/*右から3%の場所に配置*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	z-index: 100;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;		/*幅*/
	height: 50px;		/*高さ*/
	/* border-radius: 50%;	 */
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu_3.png) no-repeat center top/50px;	/*背景色、アイコンの読み込み、上半分(top)を表示、幅50px*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu_3.png) no-repeat center bottom/50px;	/*背景色、アイコンの読み込み、上半分(bottom)を表示、幅50px*/
}

/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding: 0px 2% 20px;	/*上下、左右へのボックス内の余白*/
}

/*main,sub,side,contents-in
---------------------------------------------------------------------------*/
#main, #sub, #side, #contents-in {
	float: none;
	/*width: auto;*/
	width: 100%;
	/* overflow: hidden; ORIG*/
}

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

/* NCM
---------------------------------------------------------------------------*/
.header-wrapper {
	background-color:white;
	position:fixed;
	width: auto;
	top: 0; left: 0;
	z-index: 10;
	padding-bottom: 0;
	border: 0;
}

#sub {
	display:none;
}
section {
	padding: 0 5px !important;
}
/* フッターナビゲーション */
.login a {
	border:none!important;
	/* background:none!important ; */
	box-shadow:none!important;
	font-size:10px!important;
	color:black!important;
	margin-top: none;
}
.menu-login p a {
	position: relative;
	width:100%;
	line-height: 1;
	border-radius: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-weight: 700;
	color:#fff!important;
	margin-top:0;
	font-size:12px!important;
}
.menu-login .register a {
	background: #10835b;
	border: 1px solid #10835b;
	padding:3% 30px;
	float:none;
	box-sizing: border-box;
}
.menu-login .register a:hover {
	background: #10835b;
	opacity: 0.7;
}
.menu-login .login a {
	background:#fe7200;
	border: 1px solid #fe7200;
	float:none;
	padding:3% 30px;
	box-sizing: border-box;
}
.menu-login .login a:hover {
	background: #fe7200;
	opacity: 0.7;
}
.menu-login .message a {
	background:#d5000a;
	border: 1px solid #d5000a;
	float:none;
	padding:3% 10px;
	box-sizing: border-box;
}
.menu-login .message a:hover {
	background: #d5000a;
	opacity: 0.7;
}
.menu-login .info a {
	background:#fe7200;
	border: 1px solid #fe7200;
	float:none;
	padding:3% 10px;
	box-sizing: border-box;
}
.menu-login .info a:hover {
	background: #fe7200;
	opacity: 0.7;
}
.menu-login .logout a {
	background: #10835b;
	border: 1px solid #10835b;
	float:none;
	padding:3% 10px;
	box-sizing: border-box;
}
.menu-login .logout a:hover {
	background: #10835b;
	opacity: 0.7;
}

#footermenu {
	text-align: center;
}
#footermenu ul {
float: none!important;
justify-content: center;
width: 100%;
padding-right: 1%;
padding-left: 1%;
}

.menu-login div:first-child {
	border-left: 1px solid black;
}
.menu-login div {
	border-right: 1px solid black;
}
.menu-login div:last-child {
	border-right: 1px solid black;
}
body {
	min-height: 100vh;
	position: relative;/*←相対位置*/
	padding-bottom: 172px;/*←footerの高さ*/
	box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}
footer {
		position: absolute;/*←絶対位置*/
		bottom: 60px!important; /*下に固定*/
		width:100%;
	/* margin-bottom:; */
}

}


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

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	text-align: center;
}
/*ロゴ画像*/
header #logo {
	float: none;
	margin: 5px auto;
	/* margin: 0 auto; ORIG*/
	padding: 8px 0;
	width: 60%;
}

/*ログイン（ヘッダー右側のログイン）
---------------------------------------------------------------------------*/
header .login a {
	float: none;
	margin: 0;
}

/*その他
---------------------------------------------------------------------------*/
.panorama-img {width: 450px !important;height: 300px !important;}

.header-wrapper {
	background-color:white;
	position:fixed;
	width: auto;
	top: 0; left: 0;
	z-index: 10;
	padding-bottom: 0;
	border: 0;
}

}


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

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


/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	line-height: 1.5;	/*行間*/
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {
	margin:0 ;
}
#main h2, #main h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
/*段落タグ設定*/
#main p {
	padding: 0px 10px 10px;
}

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

/*フッターメニュー
ウィンドウ幅が狭くなって見づらくなるので、１列にレイアウト変更。
---------------------------------------------------------------------------*/
#footermenu ul {
	float: none;
	width: auto;
}

/*こだわりアイコン
---------------------------------------------------------------------------*/
/*アイコン共通*/
.icon {
	font-size: 9px;		/*文字サイズ*/
}


/*3本のヘッダーメニューバー
---------------------------------------------------------------------------*/
/* A案 */
#menubar_hdr {
	display: block;
	/* position: absolute; ORIG*/
	position: fixed;
	top: 8px;
	right: 8px;
	border: 1px solid #fff;
	z-index: 100;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;
	height: 50px;
	border-radius: 0!important;
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu_3.png) no-repeat center top/50px;
	transition: 0.3s;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu_3.png) no-repeat center bottom/50px;
	transition: 0.3s;
}
#menubar-s {
	display: block;
	overflow: hidden;
	z-index: 5;
	/*z-index: 10; ORIG*/
	top:65px;
	/* top: 10px;	ORG */
	width: 100%;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
	/* 以下追加 */
	background: #d90000;
	/* overflow: scroll; */
	/* position: absolute; */
	position: fixed;
	height:calc(100vh - 115px);
}

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1〜option2、と、newアイコン共通*/
.option1,.option2,.new {
	font-size: 9px;		/*文字サイズ*/
	padding: 0 10px;	/*上下、左右へのアイコン内の余白*/
	line-height: 14px;	/*高さ*/
	right: 15px;		/*右から15pxの場所に配置*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;	/*ブロックの下(外側)に空ける余白*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*質問と答えのボックス全体を囲むブロック*/
.faq {
	padding: 0 10px 10px;	/*上、左右、下へのボックス内余白*/
}

/*btn（赤い色の大きなボタン）
---------------------------------------------------------------------------*/
a.btn {
	font-size: 16px;		/*文字サイズ*/
	letter-spacing: normal;	/*文字間隔を標準に戻す*/
}

/*テーブル(ta1)
---------------------------------------------------------------------------*/
.ta1 th,
.ta1 td {
	padding: 5px;
	display: block;
	width: inherit;
	text-align: center;
}
.ta1 { width: 100%; }
.ta1 td label {
	float: initial;
	display: table-cell;
	padding-left: 10px;
}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 30px;
}
ol {
	padding: 0 20px 20px 30px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 90%;}
/* .ws,.wl {width: 94%;} */
.big1 {font-size: 18px;letter-spacing: normal;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}

.header-wrapper {
	background-color:white;
	position:fixed;
	width: auto;
	top: 0; left: 0;
	z-index: 10;
	padding-bottom: 0;
	border: 0;
	/*追加*/
	height:68px!important;
}


/*フッターナビゲーションメッセージ交換の文字サイズ*/
.menu-login .message a {
	font-size:10px!important;
}

}

/*---------------------------------------------------------------------------*/
/* タブレット・スマホ用のメディアクエリ
/*---------------------------------------------------------------------------*/
/*@media screen and (max-width: 900px){*/
@media screen and (max-width: 1260px){
	.header-wrapper {
		height:95px;
		width:100%;
		box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	}
	.ta1 th,
	.ta1 td {
		padding: 5px;
		display: block;
		width: inherit;
		text-align: center;
	}
	.ta1 { width: 100%; }
	.ta1 td label {
		float: initial;
		display: table-cell;
		padding-left: 10px;
	}
}

@media screen and (max-width:600px){
	.submit-btn {
		padding: 5px;
	  font-size: 0.8rem;
	}
	.offer-btn {
		padding: 5px;
	  font-size: 0.8rem;
	}
	.greenBtn {
		padding: 5px;
	  font-size: 0.8rem;
	}
}
