@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	font-size: 95%;
	
	}

/* clearFix↓ */
.cf:before,
.cf:after {
    content: " ";
    display: table;
	}
 
.cf:after {
    clear: both;
	}
 
.cf {
    *zoom: 1;
	}
/* clearFix↑ */

#container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	max-width: 1536px;
	min-width: 320px;
	overflow: hidden;
	background-color: rgba(215,240,250,0.4);
	}

#container2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	max-width: 1100px;
	min-width: 320px;
	overflow: hidden;
	background-color: rgba(215,240,250,0.4);
	background-image: url(../img/tensen3.png);
	background-repeat: no-repeat;
	background-position: center 35%;
	background-size: 75% 60%; 

	}


header, nav, #contents, footer{
	width: 100%;
	}

header h1>img{
	width: 100%;
	margin-bottom:;
	}
section#catarog3 img {
	width: 100%;
	margin: 0 auto 3%;
	text-align: left;
	}
#catarog3{
	width: 33%;
	margin: 2% auto;
	}

section#catarog img {
	width: 100%;
	margin: 0 auto 3%;
	text-align: left;
	}
#catarog{
	width: 50%;
	margin: 2% auto;
	}

section#photo figure {
	margin: 0 auto 1em;
	}

section#photo figure>img {
	width: 96%;
	text-align: center;
	margin: 0 2%;
	}

section#photo figcaption {
	text-align: center;
	padding-left: 1em;
	color: #614731;
	font-size:100%;
	font-weight: bold;
	}


/* ナビボタン↓ */
nav ul {
	width: 100%;
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 2%;
	overflow: hidden;
	text-align: center;
	}
nav ul li a {
	display: block;
	height: 0;
	overflow: hidden;
	}


nav ul li {
	width: 100%;
	float: left;
	text-align: center;
	}


nav tr {
	width: 100%;
	list-style-type: none;
	padding-bottom: 2%;
	overflow: hidden;
	}

nav tr td {
	width: 30%;
	text-align: center;
	}

nav tr td a {
	width: 33%;
	height: 0;
	overflow: hidden;
	}


nav ul:first-of-type{
	margin-left: 1%;
	}
nav tr td:first-of-type{
	margin-left: 1%;
	}


nav ul li#nav_a,
nav ul li#nav_b,
nav ul li#nav_c,
nav ul li#nav_d,
nav ul li#nav_e,
nav ul li#nav_f {
	width: 32.5%;
	margin-bottom: 1%;
	}

nav ul li#nav_a,
nav ul li#nav_b, 
nav ul li#nav_c,
nav ul li#nav_d,
nav ul li#nav_e,
nav ul li#nav_f {
	border: 1px solid rgba(127,135,117,1);
	border-top: none;
	border-bottom: none;
	}

nav table{
	width: 100%;
	}


	
/*　@media以外の所は全てのサイズで読み込まれます。↓*/
/* ナビボタン　メディアクエリーCSS↓ */

@media screen and (min-width:768px) {
    /*　画面サイズが768pxからはここを読み込む　*/
	section#catarog2>img{
		max-width: 1200px;
		width: 40%;
		margin: 0 auto;
		
		}
	
	
nav ul li#nav_a a,
nav ul li#nav_b a,
nav ul li#nav_c a,
nav ul li#nav_d a,
nav ul li#nav_e a,
nav ul li#nav_f a{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	height: 45px;
	margin-bottom: 0px;
	background-image: url(../img/btn1.png);
	background-repeat: repert-x;
	background-size: contain;
	color: #333;
	font-size: 100%;
	font-weight: bolder;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	text-decoration: none;
	line-height: 3;
	}

nav tr td#navi_a img,
nav tr td#navi_b img,
nav tr td#navi_c img,
nav tr td#navi_d img,
nav tr td#navi_e img{
	width: 66%;
	}

nav tr td#navi_f img{
	width: 75%;
	}



nav tr td#navi_a a,
nav tr td#navi_b a,
nav tr td#navi_c a,
nav tr td#navi_d a,
nav tr td#navi_e a,
nav tr td#navi_f a{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	vertical-align: middle;
	}
	
.concept_text{
	font-size: 100%;
	font-weight: 400;
	text-align: left;
	padding: 1em 8%;
	line-height: 2em;
	}	
	
.page>h2{
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	padding: 2em 8% 1em;
	}


.page>img:first-of-type{
	width: 15%;
	text-align: left;
	display: block;
	margin-left: 7%;
	margin-top: 3%;
	}

.page>img:nth-of-type(2){
	width: 70%;
	margin-top: 3%;
	}
#download dl dt {
	font-size: 150%;
	font-weight: bold;
	line-height: 2;
	text-decoration: underline;
	}

}
	
@media screen and (min-width:320px) and (max-width:767px) { 
    /*　画面サイズが320pxからはここを読み込む　*/
section#catarog2>img{
		min-width: 320px;
		width: 40%;
		margin: 0 auto;
		
		}

nav ul li#nav_a a,
nav ul li#nav_b a,
nav ul li#nav_c a,
nav ul li#nav_d a,
nav ul li#nav_e a,
nav ul li#nav_f a{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	height: 35px;
	margin-bottom: 0px;
	background-image: url(../img/btn1.png);
	background-repeat: repert-x;
	background-size: contain;
	color: #614731;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	line-height: 3;
	}
	
nav tr td#navi_a a,
nav tr td#navi_b a,
nav tr td#navi_c a,
nav tr td#navi_d a,
nav tr td#navi_e a,
nav tr td#navi_f a{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	}


nav tr td#navi_a img,
nav tr td#navi_b img,
nav tr td#navi_c img,
nav tr td#navi_d img,
nav tr td#navi_e img{
	width: 80%;
	}

nav tr td#navi_f img{
	width: 100%;
	}


	
	section #index {
	font-size: 80%;
	color: #614731;
	}
	
.concept_text{
	font-size: 130%;
	font-weight: 400;
	text-align: left;
	padding: 1em 8%;
	line-height: 2em;
	}	
	
.page>h2{
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	padding: 2em 8% 1em;
	}


.page>img:first-of-type{
	width: 25%;
	text-align: left;
	display: block;
	margin-left: 7%;
	margin-top: 3%;
	}
	
.page>img:nth-of-type(2){
	width: 70%;
	margin-top: 3%;
	}
#download dl dt a{
	font-size: 125%;
	font-weight: bold;
	line-height: 2;
	text-decoration: underline;
	}

}


nav ul li#nav_a a:hover,
nav ul li#nav_b a:hover,
nav ul li#nav_c a:hover,
nav ul li#nav_d a:hover,
nav ul li#nav_e a:hover,
nav ul li#nav_f a:hover {
	background-image: url(../img/btn2.png);
	background-repeat: repert-x;
	background-size: contain;
	color: #888;
	}


nav tr td#navi_a a:hover,
nav tr td#navi_b a:hover,
nav tr td#navi_c a:hover,
nav tr td#navi_d a:hover,
nav tr td#navi_e a:hover,
nav tr td#navi_f a:hover{
	border: #69F solid 3px;
  background-color: #69F;	
	}

/* ナビボタン　メディアクエリーCSS↑ */


#main {
	width: 90%;
	height: 450px;
	margin: 3% auto;
	}


/* イベント↓*/

h3 {
	font-size: 110%;
	background-image: url(../img/goldbtn1.png);
	background-size: contain;
	background-repeat: repert-x;
	color: #614731;
	padding: 0.3em 0;
	margin: 1em 0;
}

h4 {
	background-color: rgba(255,200,5,1);
	margin: 0 auto 2%;
	color: #614731;
	border-radius:6px;
	text-align:center;
	padding:2px;
	text-shadow:none;
	font-size:100%;
	font-weight: bold;
	}

	
section#photo #can {
	text-align: jastify;
	color: #614731;
	font-size:100%;
	font-weight: bold;
	}

#video1 {
	max-width: 640px;
	width: 96%;
	text-align: center;
	margin: 2% auto;
		}

/* イベント↑*/

/* map ↓*/
h6 {
	background-color: rgba(186,227,249,1);
	margin: 0 auto 2%;
	color: #666;
	border-radius:6px;
	text-align:center;
	padding:2px;
	text-shadow:none;
	font-size:100%;
	font-weight: bold;
	}
	
aside>h2 {
	width: 100%;
	font-weight: bold;
	font-size:120%;
	background-color: rgba(186,227,249,1);
	margin: 0 auto 2%;
	color: #666;
	}

aside {
	width: 95%;
	margin-top: 3%;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	margin: 0 auto;
	background-color: rgba(220,237,249,0.3);

	}
	
aside>h3 {
	width: 100%;
	font-weight: bold;
	font-size: 120%;
	color: #333;
	margin: 1% auto;
	background-color: rgba(211,237,251,1);
	}

dl {
	width: 85%;
	margin: 2em auto;

	}
	
dt {
	color: #F00;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	margin: 1em 0;
	}

dd {
	text-align: left;
	margin-bottom: 2em;
	font-weight: normal;
	border: #CFF groove 2px;
	border-radius: 5px;
	-ms-	border-radius: 5px;
	-o-	border-radius: 5px;
	-moz-	border-radius: 5px;
	padding: 1em;
	}

em {
	font-weight: bold;
	font-style: normal;
	color: #ff6666;
	}
	
mark {
	font-weight: bold;
	font-style: normal;
	color: #3C9;

	}
	
#map2 {
	width: 50%;
	
	margin: 3em auto 0;
	}

/* map ↑*/


footer {
	width: 100%;
	padding-top: 3%;
	}

#pagetop {
	margin-bottom: 0;
	float: right;
}

#pagetop>a {
	font-size: 95%;
	font-weight: bold;
	display: block;
	min-height: 16px;
	padding: 6px 0 6px 28px;
	background-image: url(../img/bg_arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#photo_top {
	margin-bottom: 1em;
	float: right;
}

#photo_top>a {
	font-size: 95%;
	font-weight: bold;
	display: block;
	padding: 0 0 0 2em;
	background-image: url(../img/bg_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}



#copyright {
	margin-top: 1em;
	text-align: center;
	}
	
#copyright small {
	color: #333;
	display: block;
	fontsize: 83%;
	font-weight: bold;
	background-color: rgba(200,240,240,1);
	-ms-background-color: rgba(200,240,240,1);
	}