@charset "utf-8";

body {
	font-family:メイリオ;
	font-size: 10pt;
        text-align: center;
        background-color: ffffff;
	padding: 0px;
	margin: 0px;
	color: #333333;
}


/*===============================================
sp.css 画面の横幅が769px以下
===============================================*/
@media screen and (max-width: 769px){


/* コンテナ */
#container {
	width: 100%;
	margin : auto;
	background-color: #fcffff;
}

/* ラッパ */
#wrapper {
	width: 100%;
	margin : auto;
}

/*ヘッダ*/
#header {
	width: 100%;
  height: 60px;
	margin: auto;
	background-color: #0000cc;
	border-bottom: 5px solid #33ccdd;
}

/*ヘッダ上部*/
#headerTop {
	width: 100%;
  height: auto;
	/*border-bottom: 1px solid #cccccc;*/
}
/*メインメニュー*/
#mainMenu {
  display: none;
}
/*----------------------------------------------------*/
/*スマホ用メニュー*/
#nav-drawer {
	position: relative;
	top: 20px;
	right: -10px;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}
/* メニューヘッダ */
#spMenuHeader {
  background-color: #0000cc;
	height: 40px;
	padding-top: 10px;
}
/* メニューフッタ */
#spMenuFooter {
  background-color: #0000cc;
	height: 40px;
	padding-top: 10px;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background-color: #ffffff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*閉じるボタン*/
#nav-closeButton {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	padding: 10px;
  width: 50px;
  height: 50px;
	background-color: #333333;
	color: white;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 250px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}
#nav-input:checked ~ #nav-closeButton {
  display: block;/*カバーを表示*/
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/*----------------------------------------------------*/
/*ヘッダ下部*/
/*#headerBottom {
	display: none;
}*/
#headerBottomLeft {
	height:100%;
}
/*ヘッダ上部タイトルエリア*/
#headerTitleArea {
	padding-top: 0px;
  background-color: #0000cc;
}
/* タイトルイメージ部 */
#headerTitleImage {
	/*margin: 0px;*/
	float: left;
	height: 56px;
	padding-top: 7px;
	padding-left: 0px;
	/*background-color: #0000cc;
	border-bottom: 7px solid #33ccdd;*/
}
#headerTitleImage IMG {
	height: 43px;
}
/* ヘッダメニュー部 */
#headerMenu {

}
#headerMenu IMG {
	height: 30px;
}
#headerMenu LI {
	display: block;
	margin: 0;
	border-bottom: 1px solid #33ccdd;
}
#headerMenu2 {

}
#headerMenu2 IMG {
	height: 30px;
}
#headerMenu2 LI {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#headerMenuToggle {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	margin-top: 23px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
}
#headerMenuToggle A {
	display: block;
	position: relative;
	padding: 0px 0 10px;
	color: #0000cc;
	text-align: center;
	text-decoration: none;
}
#headerMenuToggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #ffffff;
}
#headerMenuToggle a:before, #headerMenuToggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #0000cc;
}
#headerMenuToggle a:before{
	margin-top: -6px;
}
#headerMenuToggle a:after{
	margin-top: 2px;
}


/* イメージ部 */
#headerImage {
	margin: 0px;
	float: left;
}
#headerImage IMG{
	height: 25px;
	border: 0px;
	margin-left:0px;
	margin-right:5px;
	vertical-align:bottom;
}
/* テキスト部 */
#headerText {
	display: none;
	/*border-top: 1px solid #cccccc;
	margin-top: 5px;
	clear: both;*/
}
/* カスタムサーチ部 */
#headerCustomSearch {
	clear: both;
	height: 40px;
}

/* ドメイン移行のお知らせ */
#domainNotice {
	width: 70%;
	display: none;
	background-color: #ffdd99;
	position: fixed;
	left: 16px;
	top: 60px;
	font-size: 11pt;
}
#domainNoticeClose {
	background-color: #333333;
	color: #ffffff;
}

/*----------------------------
トップイメージ部分
----------------------------*/

/* トップイメージ */
#topImage {
	width: 100%;
	height: 320PX;
	margin: 0px;
	background-color: #333333;
}
#topImagePhoto {
	margin: 0px;
	height: auto;
	float:left;
}
#topImagePhoto IMG {
	width: 100%;
	height: auto;
}
#topImageText {
	width: 100%;
	height: 140px;
	float:left;
	text-align: left;
}
#topImageTextLeft {
	margin: 10px;
	float:left;
}

/*----------------------------
コンテンツ部分
----------------------------*/

/* コンテンツ部分 */
#contents {
	width: 100%;
	height: 800px;
}
/* TABLEタグ */
#contents TABLE{
	margin: 10px;
	background-color: #f0f0f0;
	border-collapse: collapse;
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid; /* 線種：実線 */
}
#contents TD{
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid; /* 線種：実線 */
	padding: 0.3em;  /* セル内側の余白 */
}

/* １カラムコンテンツ部分 */
#contentsonecolomn {
	width: 100%;
	height: 800px;
}
/* TABLEタグ */
#contentsonecolomn TABLE{
	width: 90%;
	margin: 10px;
	background-color: #f0f0f0;
	border-collapse: collapse;
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid; /* 線種：実線 */
}
#contentsonecolomn TD{
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid; /* 線種：実線 */
	padding: 0.3em;  /* セル内側の余白 */
}

/* イメージ */
#contentsImage IMG {
	width: 100%;
	height: auto;
}

/* メインコンテンツ内容 */
#contentsIncludeMain {
	width: 100%;
	float: left;
	margin-top: 10px;
}

/* サブページのコンテンツ内容 */
#contentsInclude {
	width: 100%;
	text-align: left;
	float: left;
	margin: 0px;
}
#listMenu {
	text-align: center;
}
#listMenu UL {
	margin: 0px;
	padding: 0px;
}
#listMenu LI {
	font-size: 10pt;
	float: left;
	list-style-type: none;
	background-color: #0000cc;
	margin: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 項目タイトル */
#contentsTitle {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
#contentsTitle IMG {
	width: 100%;
	height: auto;
}
/* イメージ */
#contentsImage IMG {
	width: 100%;
	height: auto;
}

/* 項目テキスト */
#contentsText {
	width: 95%;
	margin-left: 10px;
	margin-bottom: 15px;
}
#contentsText IMG {
	max-width: 50%;
	height: auto;
}
/* 項目テキスト */
#contentsText100 {
	width: 95%;
	margin-left: 10px;
	margin-bottom: 15px;
}
#contentsText100 IMG {
	max-width: 100%;
	height: auto;
}

/* Twitter */
#contentsTwitter{
	width: 100%;
	float: left;
	margin-top: 10px;
}

/*----------------------------
サイトの説明
----------------------------*/
#introduction {
	width: 100%;
	/*height: 700px;*/
	margin-top: 20px;
}
#introductionSeason {
	clear: both;
}
#introductionText {
	font-size: 18px;
	margin: 10px;
}
#introductionSeasonTitle {
	height: 55px;
	font-size: 24px;
	margin-bottom:10px;
	border-bottom: 1px solid #cccccc;
}
#introductionLake {
	width: 47%;
	margin: 5px;
	float: left;
}
#introductionLakeImg IMG {
	width: 100%;
}

#introductionLakeText {
	font-size: 18px;
	margin-bottom: 10px;
}
/*----------------------------
写真スライド
----------------------------*/
#slide {
	background-color: #0000cc;
	margin-top: 20px;
	padding-top: 2px;
	width: 100%;
	height: 160px;
	clear: both;
}


/* ページ上部へ */
#returnToTop {
	display: none;
	width: 200px;
	position: fixed;
	right: 16px;
	bottom: 0px;
}
#returnToTop IMG {
	width: 100%;
}

/*----------------------------
地図部分
----------------------------*/
#areaMap {
	height: 300px;
}

/*----------------------------
フッタ部分
----------------------------*/
/* フッタ全体 */
#footer {
	width: 100%;
	overflow: hidden;
	color: #ffffff;
	background-color: #0000cc;
}
/* フッタ上部 */
#footerTop {
	width: 1100px;
	margin: auto;
	height: 860px;
	padding: 20px;
	color: #000000;
	background-color: #eeeeee;
}
#footerMenuStart {
	width : 200px;
	text-align: left;
	padding: 20px;
}
#footerMenu {
	border-left: solid 1px #0000FF;
	width : 230px;
	text-align: left;
	padding: 20px;
}
/* フッタ中部 */
#footerMiddle {
	width: 100%;
}
#footerMiddle IMG {
	height: 65px;
}
/* フッタ下部 */
#footerBottom {
	width: 100%;
	height: 70px;
	padding-top: 20px;
}
/* フッタメニュースタイル */
.menu LI {
	display: inline;
	list-style-type: none;
	border-left: solid 1px #cccccc;
	margin-left: 15px;
	padding-left: 15px;
}
.menu LI.first {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
.menu UL {
	margin: 0px;
	padding: 0px;
}


}
