﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	color: #666;	/*全体の文字色*/
	margin: 10px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: url(../images/bg.png);
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}

.CL{
	clear:both;
	}
.invisible {
	display :none
}

p{
	margin-bottom: 0.4em;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #346870;	/*リンクテキストの色*/
}
a:hover {
	color: #1d98c2;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*h1ロゴの設定
---------------------------------------------------------------------------*/
#Header {
display: block;
width: 100%;
height: 0;
padding-bottom: 11.67%;
background: url(../images/head_01.jpg) no-repeat 0 0;
background-size: contain;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-radius: 1em;
	position: relative;
}
#Header h1 {
	position: relative;
	font-size: calc(160% + 0.5vw);
	padding-top: 3%;
	color: #FFFFFF;
	text-shadow: 4px 4px 4px #9999CC;
}

#Header a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
} 


/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 850px;	/*ボックス幅*/
	margin: 0 auto 0;
	padding: 15px;	/*ボックス内の余白*/
	background-color: #FFF;	/*背景色*/

	-webkit-box-shadow: 0px 0px 10px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 10px #CCC;			/*同上*/
	position: relative;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 650px;	/*メインコンテンツ幅*/
	float: right;	/*右側に回り込み*/
	padding-bottom: 50px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	background-color: #76d3e0;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow1.png), -webkit-gradient(linear, left top, left bottom, from(#7adae8), to(#76d3e0));	/*丸いマーク画像の読み込みとグラデーション*/
	background-image: url(../images/arrow1.png), -webkit-linear-gradient(#7adae8, #78d5e2 49%, #76d3e0 50%);	/*同上*/
	background-image: url(../images/arrow1.png), linear-gradient(#7adae8, #78d5e2 49%, #76d3e050%);			/*同上*/
	background-repeat: no-repeat;		/*背景の丸いマーク画像をリピートしない設定*/
	background-position: left center;	/*背景の丸いマーク画像の位置*/
	font-size: 100%;
	padding: 0px 10px 0px 40px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 1em;	/*角丸のサイズ*/
	color: #FFF;			/*文字色*/
	line-height: 36px;		/*行間*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅の設定*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
	border: 1px solid #61adb7;	/*枠線の幅、線種、色*/
	text-shadow: 2px 2px 2px #2985A3;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 105%;
	padding: 0px 10px 0px 19px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 1em;	/*角丸のサイズ*/
	line-height: 32px;		/*行間*/
	-webkit-box-shadow: 0px 2px 5px #e0e0e0;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #e0e0e0;			/*同上*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 20px 1em;	/*左から、上、左右、下への余白*/
}

.pAbout{
	margin-bottom:10px;
	text-indent: 1em;
	line-height: 160%;
}

.album {
	background-color: #E6F0F1;
	color:#174D5E;
	text-align:center;
	padding:10px;
	font-size:100%;
	margin-bottom:10px;
	text-shadow: 2px 2px 2px #85CAE0;
}

#mainimg {

	text-align:center;
}
#mainimg img {

}

.imgS {
	border: 4px solid #9FCAD0;
	margin: 10px 20px;
}

.imgR {
	clear: both;
	float: right;
	margin-left: 0.2em;
}

#main ol {
	margin-left: 30px;
	line-height: 180%;
}
/*gallery.html内のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: Auto;	/*ボックスの高さ*/
	width: 200px;	/*ボックスの幅*/
	border-radius: 0.5em;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 1px 6px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 1px 6px #999;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 20px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 14px 15px;
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 1em;	/*文字サイズ*/
	line-height: 1.4;
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	font-size: 100%;
	color: #2c93a5;	/*文字色*/
	border-bottom: 2px dotted #82dded;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 170px;	/*サブコンテンツ幅*/
}
/*subコンテンツのh2タグの設定*/
#sub h2 {
	background-color: #3db6c6;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#43c6d8), to(#38a5b5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#43c6d8, #3db6c6 49%, #38a5b5 50%);	/*同上*/
	background-image: linear-gradient(#43c6d8, #3db6c6 49%, #38a5b550%);			/*同上*/
	border-radius: 0.5em;	/*角丸のサイズ。左上、右上、右下、左下への設定。*/
	color: #FFF;	/*文字色*/
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 10px 0px;	/*上下、左右への余白*/
	text-shadow: 2px 2px 2px #2985A3;
}


/*メニュー（※サブコンテンツ内）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub #menuList {
	margin-bottom: 1px;	/*ブロックの下にスペースを空ける設定*/
}
/*メニュー１個ごとの設定*/
#sub #menuList ul li a {
	text-decoration: none;
	text-align: center;	/*文字をセンタリング*/
	display: block;
	border-bottom: 2px dotted #8c8c8c;	/*下線の幅、線種、色*/
	padding: 5px 0px;	/*上下、左右への余白*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#sub #menuList ul li a:hover {
	background-color: #d6f5f9;	/*マウスオン時の背景色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	
	margin: 5px 20px 0px;
}
/*日付設定*/
#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
table {
	border-top:1px solid #009999;
	border-left:1px solid #009999;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 100%;
	border-spacing: 0;
}


table th {
	background-color:#f0f0f0;
	border-bottom:1px solid #009999;
	border-right:1px solid #009999;
	padding: 10px;
}

table td {
	padding: 10px;
	border-bottom:1px solid #009999;
	border-right:1px solid #009999;
	background-color:#FFFFFF;
}

.tdTxt {
	color: #003;
	background-color: #E6F0F1;
}

.tdold {
	background-color: #f0f8ff
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #095863;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #0d8191;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #3f737a;
}
.color2 {
	color: #FF0033;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
.txn {
	color: #3f737a;
	border-bottom: dashed 1px #3f737a;
}

/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (min-width:481px) and (max-width:800px) {

/*h1タグ設定
---------------------------------------------------------------------------*/
#Header {
display: block;
width: 100%;
height: 0;
padding-bottom: 11.67%;
background: url(../images/head_01.jpg) no-repeat 0 0;
background-size: contain;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0.5em;
	position: relative;
}

#Header h1 {
	font-size: calc(119% + 0.5vw);
	padding-top: 3%;
	color: #FFFFFF;
	text-shadow: 4px 4px 4px #9999CC;
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 100%;
	padding: 4px;
}

/*タブレット・スマホ専用メニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/


#menuList  ul li {
	float: left;
	width: 48%;
	margin: 0px 1%;
}
#menuList  ul li a {
	text-decoration: none;
	text-align: center;	/*文字をセンタリング*/
	display: block;
	border-bottom: 2px dotted #8c8c8c;	/*下線の幅、線種、色*/
	padding: 9px 2px;			/*上下、左右への余白*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#menuList  ul li a:hover {
	background-color: #d6f5f9;	/*マウスオン時の背景色*/
}


/*最後のメニューの設定*/
#menuList  ul li:last-child {
	margin-bottom: 15px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*gallery.html内のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	float: none;
	width: 70%;
	height: auto;
	margin: 0px 0px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*各ボックス内の画像設定*/
#main section.list article img {
	float: left;	/*左に回り込み*/
	width: 30%;		/*画像幅*/
	height: auto;
	margin-right: 20px;
}


/*その他*/

.imgR {
	clear: both;
	float: right;
	margin-left: 0.2em;
	width: 40%;
}
/*-----------------------------------------------------------------------*/
#menubar {
	display: block;
}

}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media only screen and (max-width : 480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background: url(none);
	margin: 0px;
}

/*h1タグ設定
---------------------------------------------------------------------------*/
#Header {
display: block;
width: 100%;
height: 0;
padding-bottom: 11.67%;
background: url(../images/head_01.jpg) no-repeat 0 0;
background-size: contain;
	margin-top: 4em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0.5em;
	position: relative;
}

#Header h1 {
	position: relative;
	font-size: calc(95% + 0.5vw);
	padding-top: 0.6em;
	color: #FFFFFF;
	text-shadow: 4px 4px 4px #9999CC;
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	padding: 2px;	/*ボックス内の余白*/
	border-radius: 0px;	/*角丸のサイズ*/
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*タブレット・スマホ専用メニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#menulist ul li {
	float: none;
	width: 100%;
}
#menulist ul li a {
	text-decoration: none;
	text-align: center;	/*文字をセンタリング*/
	display: block;
	border-bottom: 2px dotted #8c8c8c;	/*下線の幅、線種、色*/
	padding: 5px 0px;			/*上下、左右への余白*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#menulist ul li a:hover {
	background-color: #d6f5f9;	/*マウスオン時の背景色*/
}
/*最後のメニューの設定*/
#menulist ul li:last-child {
	margin-bottom: 5px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツのh1タグの設定*/
#main h2 {
	padding: 0px 10px 0px 10px;	/*左から、上、右、下、左側への余白*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7adae8), to(#76d3e0));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#7adae8, #78d5e2 49%, #76d3e0 50%);	/*同上*/
	background-image: linear-gradient(#7adae8, #78d5e2 49%, #76d3e0 50%);			/*同上*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 1em 5px 1em;
}

/*gallery.html内のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	width: 70%;		/*ボックスの幅*/
	height: auto;	/*ボックスの高さ*/
	float: none;
	margin: 0px auto 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main section.list article img {
	width: 100%;	/*ボックスの幅*/
	height: auto;	/*ボックスの高さ*/
}


/*その他*/
.imgR {
	clear: both;
	float: right;
	margin-left: 0.2em;
	width: 35%;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	background-color: #c4e8ed;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	float: none;
	margin: 0px auto 1em;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*タブレット・スマホ専用メニュー
---------------------------------------------------------------------------*/
	#rwdMenuWrap {
		width: 100%;
		height: auto;
		z-index: 1;
		position: fixed;
		overflow: auto;
	}

	#rwdMenuWrap #switchBtnArea {
		width: 100%;
		height: 55px;
		background: #ffffff;
		position: relative;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		display: block;
		background: #479BB7;
		position: absolute;
		border-radius: 5px;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn span {
		left: 20%;
		width: 60%;
		height: 4px;
		display: block;
		position: absolute;
		background-color: #fff;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 8px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 16px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 12px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3)::after {
		content:"MENU";/*3つ目の要素のafterにMenu表示を指定*/
		position: absolute;
		top:2px;
		left:0px;
		color: #fff;
		font-size: 0.7rem;
		text-transform: uppercase;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 18px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3)::after {
		content:"Close";/*3つ目の要素のafterにClose表示を指定*/
		transform: translateY(0) rotate(-45deg);
		top:4px;
		left:9px;
	}


	#rwdMenuWrap ul {
		width: 100%;
		display: none;
	}

	#rwdMenuWrap ul li {
		float: none;
		width: 100%;
	}

	#rwdMenuWrap ul li a {
		text-decoration: none;
		padding: 5px 0px;
		border-bottom: 2px dotted #8c8c8c;
		text-align: center;
		display: block;
		background: #ffffff;
		position: relative;
	}
	#rwdMenuWrap ul li a:hover {
		background-color: #d6f5f9;
	}
	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #666;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #b0b0b0;
		border-right: 2px solid #b0b0b0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#contents p {
		padding: 0.1em 20px 0.1em 20px;
	}

#sub {
	display: none;
}
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}
