px solid #2846FB;@charset "utf-8";


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

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Slabo 27px');

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	-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%;}
h2{
	letter-spacing: 0.5em;
	margin-left: 70px;
	line-height: 220%;
}
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%;}

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

/*container（サイトを囲む一番外側のボックス）
---------------------------------------------------------------------------*/
#container {
	max-width: 1200px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 3%;	/*上下、左右へのボックス内の余白。*/
	text-align: center;
background-image: url("../images/bgline-orange.png");
background-repeat: repeat-y;
background-position: left bottom
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	padding: 80px 0px 18px 0px;		/*上下、左右へのボックス内の余白。*/
	margin-bottom: 100px;	/*ヘッダーの下に空けるスペース*/
	text-align:  center;
	border-bottom: 3px solid #FF0000;	/*下の線の幅、線種、色*/
	width: 100%;
}
.jpench{
	font-size: 10pt;
	text-align: right;
	margin-top: -37px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	font-size: 14px;		/*文字サイズ*/
	letter-spacing: 0.1em;
	font-family: 'Slabo 27px';	/*上部で読み込んだGoogle Fontsの指定*/
	display: inline-block;
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	position: relative;
	line-height: 1.5;
	text-align: center;
}
#menubar li a {
	display: block;text-decoration: none;
	padding-left: 40px;	/*上下、左右への余白*/
	padding-right: 40px;
	color: #000;		/*文字色*/
}
#menubar li a:hover {
	color: #000;	/*マウスオン時の文字色*/
}
/*現在表示中メニュー（current）*/
#menubar li.current a {
	color: #ACABAB;	/*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*コンテンツ（画像を入れる箱）
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	padding: 3%;		/*ボックス内の余白*/
	margin-top: 40px;	/*ボックスの上に空けるスペース。コンテンツとメインメニューの間のスペースになる。*/
	border-right: 3px solid #2846FB;
    border-bottom: 3px solid #2846FB;	
	width: 90%;
	}

#contents-g {
	clear: both;overflow: hidden;
	padding: 3%;		/*ボックス内の余白*/
	margin-left: 1%;
	margin-top: 40px;	/*ボックスの上に空けるスペース。コンテンツとメインメニューの間のスペースになる。*/
	border-right: 3px solid #2846FB;
    border-bottom: 3px solid #2846FB;	
	width: 90%;
	}

/*トップのメイン画像関係*/
.img_top {
    width: 50%;
    height: 50%;
	position: relative;
}

/*ロゴ画像*/
#logo img {
	width: 45%;	/*画像幅*/
}

.absolute {
    position: absolute;
    right: 28%;
    bottom: 38%;
}

.year{
	text-align: left;
	padding: 30px;
	margin-left: 9%;
	font-size: 12px;
	margin-bottom: -80px;
	margin-top: -50px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	margin: -20px auto 20px;
	text-align: right;
	padding: 4px 60px 60px 0;
}
footer img {
	width:30%;
}

/*Galleryブロック設定
---------------------------------------------------------------------------*/
#galleryblock{
	margin-left: 100px;
}
/*画像*/
.list2 img {
	float: left;	/*左に回り込み*/
	width: 25%;		/*画像幅*/
	border-radius: 10%;	/*角丸のサイズ。50%にすると円形になる。この行削除すれば正方形になる。*/
	margin: 18px 2.5% 50px 2.5%;	/*上、左右への画像外側のスペース*/
}

/*worksの設定*/
.list {
	position: relative;
	overflow: hidden;
	padding: 30px;
	margin-left: 9%;
	margin-bottom: 50px;
	width: 80%;
	text-align: left;
	box-shadow: 0 0 12px gray;
}

.list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 20px;
	margin: -20px;
}

.list img{
	width: 80%;
	margin-bottom: 20px;
}
	
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 20px;	/*文字サイズ*/
	color: #000;	/*文字色*/
}
.list a:hover h4 {
	color: #000;	/*マウスオン時*/
} 

/*ボックス内のp(段落)タグ設定*/
.list p {
	padding: 0 20px 0 0 !important;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
.midashi {
	font-size: 14px; 
	font-weight: bold;
	margin-bottom: 8px;
}


/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 90%;
	margin: 0 0 20px auto;
	font-size: 10px;
}
.ta1, .ta1 td, .ta1 th {
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 200px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
	font-size: 10px;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}


/*その他
---------------------------------------------------------------------------*/
.look {background: #222;color: #fff;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #F00;}
.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: 20px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}




/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
	
/*container（サイトを囲む一番外側のボックス）
---------------------------------------------------------------------------*/
#container {
background-image: url("../images/bgline-orange2.png");
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	width: 200px;	/*画像幅*/
}
#menubar li a {
	padding-left: 25px;	/*上下、左右への余白*/
	padding-right: 25px;
}	
/*worksの設定*/
.list {
	padding: 30px;
	margin-left: 8%;
	margin-bottom: 50px;
	width: 80%;
	text-align: left;
	box-shadow: 0 0 12px gray;
}
footer img {
	width:35%;
}

}

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

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	padding: 80px 0px 13px 0px;		/*上下、左右へのボックス内の余白。*/
}
header .jpench{
	font-size: 8pt;
	text-align: right;
	margin-top: -30px;
}


#galleryblock{
	margin-left: 15%;
}

/*画像*/
.list2 img {
	width: 25%;		/*画像幅*/
	margin: 12px 2.0%;	/*上、左右への画像外側のスペース*/
}


/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,.m-n {display: none;}

footer img {
	width:40%;
}

}



/*画面幅650px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:650px){
	
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	padding: 80px 0px 13px 0px;		/*上下、左右へのボックス内の余白。*/
	margin-bottom: 50px;	/*ヘッダーの下に空けるスペース*/
	text-align:  center;
	border-bottom: 3px solid #FF0000;	/*下の線の幅、線種、色*/
	width: 100%;
}
	
header .jpench{
	font-size: 8pt;
	text-align: left;
	margin-left: 50px;
	margin-top: 0px;
}
	
/*コンテンツ（画像を入れる箱）
---------------------------------------------------------------------------*/
#contents {
	margin-top: 20px;	/*ボックスの上に空けるスペース。コンテンツとメインメニューの間のスペースになる。*/
	width: 95%;
	height: 400px;
	margin-left: 1px;
	}

/*worksの設定*/
.list {
	width: 87%;
	margin-left: 30px;
	padding: 2%;
	}
#galleryblock{
	margin-left: 30%;
}

/*画像*/
.list2 img {
	width: 60%;		/*画像幅*/
}

#contents-g {
	margin-top: 20px;	/*ボックスの上に空けるスペース。コンテンツとメインメニューの間のスペースになる。*/
	width: 95%;
	margin-left: 1px;
	}

	
/*container（サイトを囲む一番外側のボックス）
---------------------------------------------------------------------------*/
#container {
background-image: url("../images/bgline-orange3.png");
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	margin: -40px auto 20px;
	padding: 0 30px 60px 0;
}
footer img {
	width: 55%;
	margin-top: 30px;
}

	
/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	background: rgba(0,0,0,0.3);
	border-top: 1px solid #fff;
	width: 94%;
	height: 45%;
	margin-top: 55px;
	z-index: 10;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	font-size: 20px;		/*文字サイズ*/
	font-family: 'Slabo 27px';	/*上部で読み込んだGoogle Fontsの指定*/
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 10px 5%;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: #000;	/*背景色*/
	color: #fff;
}

/*PC用メニューを非表示にする*/
#menubar {display: none;}
	
/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 15px;	/*上から25pxの場所に配置*/
	right: 5%;	/*右から3%の場所に配置*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: url(../images/icon_menu.png) no-repeat center bottom/50px;
}


/*ボックス（list）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定（※３カラム時）*/
#main .list.c3{
	float: none;
	width: auto;
	margin-left: 0;
	height: auto;
}
#main .list.c3 a {
	height: auto;
}
/*ボックスにリンク指定がされた場合に出る「→」マーク*/
#main .list a::before {
	right: 10px;
	top: 10px;
	width: 20px;		/*幅*/
	line-height: 20px;	/*高さ*/
	font-size: 10px;
}
/*ボックス内の画像設定（※３カラム時）*/
#main .list.c3 .img {
	width: 30%;	/*画像の幅*/
	float: left;
	margin-right: 10px;
}

}



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

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

/*コンテンツ（画像を入れる箱）
---------------------------------------------------------------------------*/
#contents {
	height: 300px;
	}
	
/*画像*/
.list2 img {
	width: 100%;		/*画像幅*/
	margin-left: -60px;
	margin-right: 5%;
}

/*worksの設定*/
.list {
	width: 85%;
	margin-left: 6%;
	padding: 15px;
	}

/*mainコンテンツ
---------------------------------------------------------------------------*/
h2{font-size: 14px;
	}
	
	
}
/*段落タグ設定*/
#main p {
	padding: 0px 10px 15px;	/*上、左右、下への余白*/
}

	
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 10px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}

}


