﻿

/* ------ General Settings ------ */

body {
	font-family:"游ゴシック", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 2em;
	text-align: center;
	-webkit-text-size-adjust: none;
	background-color:#fff;
	color:#333;
	font-size:90%;
	letter-spacing:0.05em;
}
a, a:visited {
text-decoration: none;
color: #000;
-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
 }
a:hover {
text-decoration: none;
color: #7d9bd0;
}

a img:hover {
	opacity: 0.8 ;
-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
 }
#wrapper {
	width: 100%;
	margin:0 auto;
	text-align:center;
}
	
/* ------ Header ------ */
header{
	width:100%;
	background-color:#7d9bd0;
	padding:20px 0;
}
#header_inner{
	max-width:1000px;
	margin:0 auto;
	background-color:#7d9bd0;
}
h1 {
	color:#7d9bd0;
	text-indent:-9999px;	
	display:none;
}
h2 {
	font-size:32px;
	font-family: 'Bubbler One', sans-serif;
	color:#000;
	letter-spacing:0.15em;
}
h3 {
	font-size:18px;
	color:#9badcb;
	font-weight:bold;
	letter-spacing:0.15em;
	margin-bottom:30px;
}
h4 {
	font-size:15px;
	font-weight:bold;
	font-family: 'Bubbler One', sans-serif;
	letter-spacing:0.15em;
}

.small{
	font-size:12px;
	line-height:1.5em;
}


/* ------ NAV ------ */
#nav ul {
	width:100%;
	line-height: 160%;
	font-size: 20px;
	text-align:center;
	margin: 0;
	font-family: 'Bubbler One', sans-serif;
	background-color:#9badcb;
}
#nav li{
	display:inline-block;
	letter-spacing:0.3em;
	margin:0 20px;
	padding:8px 0;
}
#nav li a{
	color:#fff;
}
#nav li a:hover{
	color:#ccc;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

@media screen and (max-width: 768px) {
	#nav {
		text-align: center;
		font-size:13px;
	}
	#nav li{
		margin: 0 5px;
		letter-spacing:0.1em;
	}
}

/* ------ Contents------ */
#contents{
	width:100%;
	background-color:#fff;
	margin:0 auto;
}


/*	MAINIMG styles 
------------------------------------------------*/
#mainimg{
width:100%;
display: block;
margin:0 auto 40px;
text-align:center;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin:0 auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  display: none;
  width: 100%;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float:left;
  }

.rslides img {
  display: block;
  height: auto;
  width: 100%;
  }
  
  
@media screen and (max-width: 768px) {
.rslides img{
  width: auto;
  height:350px;
  overflow:hidden;
  text-align:center;
  margin-left:-150px;
}
}
  
  
  /*	BLOG styles 
------------------------------------------------*/
.rss-list{
	margin:0 auto 30px;
	text-align:center;
}
.rss-list  li{
	width:220px;
	margin:0 15px 20px;
	display:inline-block;
	vertical-align:top!important;
}

.rss-image{
	width:220px;
	height:220px;
  	overflow: hidden;
  	position: relative;
  margin-bottom:10px;
}
.rss-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.rss-image .rss-title{
	font-size:12px;
}

@media screen and (max-width: 498px) {
	.rss-list  li{
		width:300px;
		margin:0 auto 20px;
		display: block;
	}
	.rss-image{
 		width:300px;
 		height:300px;
	}
}

  /*	CALENDER styles 
------------------------------------------------*/
.inner{
	width:1000px;
	margin:0 auto 40px;
}
.calender{
	width:650px;
	float:left;
	}
.facebook{
	float:left;
	margin:0 0 0 40px;
	z-index:100;
}

@media screen and (max-width: 768px) {
.inner{
	width:90%;
	text-align:center;
}
.calender{
	width:100%;
	float:none;
}
.calender iframe{
	width:100%;
}

.facebook{
	width:100%;
	float:none;
	margin:20px auto;
}
}

  
 
/* ------ Footer------ */
footer{
	width:100%;
	background-color:#7d9bd0;
	margin:0 auto;
	padding:40px 0;
}
#nav_footer {
	text-align:center;
}

#nav_footer li{
	display:inline-block;
	padding:0 60px;
	margin-bottom:30px;
	border-left:1px #b1c3e3 dashed;
}

#nav_footer li:last-child{
	border-right:1px #b1c3e3 dashed;
}
@media screen and (max-width: 768px) {
	footer{
		padding:20px 0;
	}
	
	#nav_footer li{
	display:block;
	padding:10px 0 30px ;
	margin-bottom:20px;
	border-left:none;
	border-bottom:1px #b1c3e3 dashed;
	}
}

/* ------ about------ */
.gallery{
	max-width:1000px;
	text-align:center;
	margin: 0 auto 30px;
}
.gallery li{
	display:inline-block;
	margin:0 4px 8px;
}
.gallery li img{
	width:210px;
	vertical-align: bottom;
}
@media screen and (max-width: 600px) {
	.gallery{
	max-width:100%;
	}
	.gallery li{
		display:block;
	}
.gallery li img{
	width:90%;
	}
	
}


/* ------ menu------ */

.menu_box{
	max-width:600px;
	margin:0 auto 40px;
	padding-bottom:40px;
	border-bottom:1px solid #9badcb;
}

.menu_box img{
	max-width:100%;
}
.btn{
	width:300px;
	margin:0 auto;
	text-align:center;
}

.btn a p{
    font-size: 1.1em;
    padding: 15px 0;
	background-color:#7d9bd0;
	letter-spacing:0.15em;
	text-align:center;
	margin:0 auto;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:none;
	color:#fff;
}
.btn a:hover p {
	background-color:#9badcb;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}