@charset "utf-8";


/*全端末共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;
	background: #3e0107 url(../images/bg.jpg);
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #fff;
}
a:hover {
	color: #A52A2A !important;
	/*text-decoration: none; マウスオン時に下線を消す設定。*/
}

/*container
---------------------------------------------------------------------------*/
#container {
	width: 90%;
	max-width: 1200px;
	margin: 50px auto;
}

/*ロゴ
---------------------------------------------------------------------------*/
#logo a{
	font-size: 15px;
	text-align: center;
	font-weight: bolder;
	text-decoration: none;
}

/*サイドメニュー
---------------------------------------------------------------------------*/
#menubar li {
	margin-bottom: 5px;
	text-align: center;
}
#menubar a {
	font-size: 18px;
	font-weight: bolder;
	border: 1px ridge #fff;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	padding: 3px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #000;
}
#menubar a:hover{
	color: #B22222;
	background: #fff;
}
#menubar a.default{
	color: #B22222;
	background: #fff;
}
/*サイドメニューPC表示時のスマホについて*/
/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*mainブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 75%;
	min-height: 600px;
}
/*h2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	color: #FFF;
	background: #A52A2A;
	background: -webkit-gradient(linear, left top, left bottom, from(#A52A2A), to(#A52A2A));
	background: -webkit-linear-gradient(#A52A2A, #A52A2A);
	background: linear-gradient(#A52A2A, #A52A2A);
	padding: 5px 15px;
}
/*コンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	color: #333;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ededed));
	background: -webkit-linear-gradient(#FFF, #ededed);
	background: linear-gradient(#FFF, #ededed);
	padding: 5px 15px;
	border-bottom: 4px solid #8B4513;
}
/*コンテンツの段落タグ設定*/
#main p {
	padding: 10px;
}
#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}

/*GALLERYページ
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	float: left;
	width: 23%;
	margin: 0 0 15px 1.5%;
	font-size: 12px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
	border-radius: 10px;
}
#main section.list a {
	padding: 9%;
	border-radius: 10px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	background: #fff;
	color: #333;
	opacity: 0.8;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
/*マウスオンとクリック時の設定*/
#main section.list a:hover,
#main section.list a:active {
	opacity: 1;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	width: 100%;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	color: #A52A2A;
}

/*subブロック（左側のブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 14%;
	position: fixed;
}

/*ロゴ画像
---------------------------------------------------------------------------*/
#logo {
	margin-bottom: 5px;
/*	padding: 10px; */
}

/*角丸ボックス
---------------------------------------------------------------------------*/
.box {
	padding: 15px;
	margin-bottom: 20px !important;
	background: #fff;
	overflow: hidden;
	word-break: break-all;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
	border-radius: 10px;
	color: #333;
}
/*角丸ボックス内のリンクテキスト*/
.box a {
	color: #333;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#new {
	margin-bottom: 15px;
}
#new dl{
	padding-left: 15px;
}
#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}
#new dd {
	padding-left: 8em;
}

/*フッター
---------------------------------------------------------------------------*/
footer {
	clear: both;
	padding-top: 20px;
	text-align: center;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #fff;
}
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
}
.ta1 th {
	width: 140px;
	padding: 2px;
	text-align: center;
	background-color: #f9eded;
}
.ta1 td {
	padding: 10px;
}
.box .ta1, .box .ta1 td, .box .ta1 th {
	border: 1px solid #ccc;
}
.ta2 {
	width: 100%;
	margin-bottom: 15px;
}
.ta2, .ta2 td, .ta2 th {
	border-bottom: 1px solid #fff;
}
.ta2 th.tamidashi {
	width: auto;
	text-align: left;
}
.ta2 th {
	width: 140px;
	padding: 2px;
	text-align: center;
	background-color: #f9eded;
}
.ta1 td {
	padding: 10px;
}
.box .ta2, .box .ta2 td, .box .ta2 th {
	border-bottom: 1px solid #ccc;
}
/*その他
---------------------------------------------------------------------------*/
.look {
	background: #000;
	display: inline-block;
	padding: 5px;
	border-radius: 4px;
}
.box .look {
	color: #fff;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #A52A2A;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*800px以下の端末で横向きに見た場合の設定
---------------------------------------------------------------------------*/
@media (orientation :landscape) and (max-width: 800px){
#sub {
	position: static;
}
}


/*スマートフォン用（800px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 800px){

/*container
---------------------------------------------------------------------------*/
#container {
	margin-top: 130px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: none;
	width: auto;
	min-height: inherit;
}
#sub {
	float: none;
	width: auto;
	position: absolute;
	left: 10px;
	top: 10px;
}

/*ロゴ画像
---------------------------------------------------------------------------*/
#logo {
	/*width: 20%;*/
	margin-top: 5px;
	margin-left: 5px;
}

/*メニュー
---------------------------------------------------------------------------*/
#menubar-s {
	display: block;
	position: absolute;
	top: 110px;
	left: 0px;
	width: 100%;
}
#menubar-s a {
	display: block;
	text-decoration: none;
	background: #000;
	padding: 20px;
	border-bottom: 1px solid #fff;
}
#menubar-s a:active {
	border-top: 1px solid #fff;
}
/*１つ目のメニューの設定*/
#menubar-s li:first-child a {
	border-top: 1px solid #fff;
}
/*メニューのテキストの前に入れる文字*/
#menubar-s a::before {
	content: "♪";
	padding-right: 10px;
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 20px;
	border: 1px solid #FFF;
	border-radius: 4px;
	padding: 12px 10px 5px;
}
#menubar_hdr span {
	display: block;
	border-top: 2px solid #FFF;
	border-radius: 2px;
	margin-bottom: 7px;
}

/*GALLERYページ
---------------------------------------------------------------------------*/
#main section.list {
	width: 47%;
	margin: 0 0 10px 2%;
}
#main section.list a {
	opacity: 1;
}

/*角丸ボックス
---------------------------------------------------------------------------*/
.box {
	padding: 10px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#new dt {
	float: none;
	width: auto;
}
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 th{
	/*width: 100px;*/
	width: auto;
	padding: 2px;
}
.ta1 td{
	width: auto;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 96%;
}

}