@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;	/*文字サイズ*/
	line-height: 1.5;		/*行間*/
	background: #f26649 ;	/*背景色と壁紙*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
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;}
video {max-width: 100%;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #ff6666;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}



/*header設定
---------------------------------------------------------------------------*/

.header {
	line-height: 20px ;
	text-align: center ;
	background: #fff;
}
.header img {
	max-width: 100% ;
	margin-top: 10px ;
}


/*pager設定
---------------------------------------------------------------------------*/

.page {
	font-size: x-small ;
	font-style: normal ;
	color: #fff ;
	margin: 15px 3% 0 55%;	/*ボックスの外への余白。上、左右、下。*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
	background: #FFF;	/*背景色*/
	border-radius: 10px;	/*角丸のサイズ*/
	padding: 30px;		/*ボックス内の余白*/
	margin: 2px 3% 70px;	/*ボックスの外への余白。上、左右、下。*/
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: none;
	width: auto;	/*ボックスの幅*/
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 20px;
	color: #666;		/*文字色*/
	border-bottom: 2px solid #666;	/*下線の幅、線種、色の設定*/
	padding-left: 10px;	/*左にあける余白*/
	font-size: 18px;	/*文字サイズ*/
}

/*ボックス内のアイコン*/
#main h2 span.option {
	text-align: center;
	display: block;
	font-size: 13px;	/*文字サイズ*/
	width: auto;		/*幅*/
	position: static;
	transform: none;
	display: inline-block;
	color: #FFF;	/*文字色*/
	background: #red;	/*背景色*/
	padding: 1px 5px;
}



/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: none;	/*テーブルの枠線の幅、線種、色*/
	text-align: left;		/*文字を左寄せ*/
	background: #ffe4e1;		/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
	margin: 0px auto 10px;
}
/*テーブル設定*/
.ta1, .ta2 {
	width: 100%;
	margin: 0px auto 10px;
}
.ta1, .ta1 td {
	border: none;
	border-bottom: 1px solid #f26649;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
.ta1 th {
	border: none;
	border-bottom: 1px dotted #f26649;	/*テーブルの枠線の幅、線種、色*/
	color: #f26649;　/*文字色*/
	padding-top: 10px;	/*ボックス内の余白*/
	text-align: center;	/*文字位置*/
}
span.ta  {
	color: #f26649;　/*文字色*/
	padding: 20px 0px 20px 0px;	/*ボックス内の余白*/
}

.ta2, .ta2 td, .ta2 th {
	border:  5px solid #fff;	/*テーブルの枠線の幅、線種、色*/
	padding: 5px;	/*ボックス内の余白*/
	word-break: break-all;
}
.ta2 th {
	width: 50px;	/*幅*/
	text-align: center;	/*文字位置*/
	color: #fff;
	background: #f26649;		/*背景色*/
}


/*ボックス内の呼び出しフレーム（地図）
---------------------------------------------------------------------------*/
iframe {
	border:  1px solid #666;	/*テーブルの枠線の幅、線種、色*/
}


/*footer設定
---------------------------------------------------------------------------*/

footer {
	position: fixed ;
	right : 0;
	left : 0;
	bottom : 0;
	font-style: normal ;
	text-align: center ;
	padding: 25px ;
	background: #000;		/*背景色*/
	opacity: 0.8 ;
}

/*inputボタン
---------------------------------------------------------------------------*/
input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn {
	padding: 5px 20px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	font-size: 18px;		/*文字サイズ*/
	color: #f26649;
	font-weight: bold;
	border-radius: 3px;		/*角丸のサイズ*/
	background: #fff;		/*背景色*/
}


/*ページの上部に戻る「↑」ボタン
---------------------------------------------------------------------------*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {
	display: none;
}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;	/*ボタンの幅*/
	line-height: 50px;	/*ボタンの高さ*/
	z-index: 100;
	position: fixed;
	bottom: 100px;	/*ウィンドウの下から50pxの場所に配置*/
	right: 5%;		/*ウィンドウの右から5%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border-radius: 50%;	/*角丸指定。50%にすると円形になる。四角形がいいならこの１行削除。*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時の背景色*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;
}

/*その他
---------------------------------------------------------------------------*/
.c {text-align: center !important;}