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

/*======================================================================================= */

/* selected text */
::selection {
	background: #EBEAE8; /* Safari */
}
::-moz-selection {
	background: #EBEAE8; /* Firefox */
}

*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* text link */
a:link {
	color: #0071BB;
	text-decoration: none;
}
a:visited {
	color: #0071BB;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* alphaover */
.alphaOver a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha( opacity=50 )";
}

/*
gloval
================================================================= */
/*-----------------------------------------------------
Font
-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');

/*-----------------------------------------------------
html, body
-------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 1.0rem;
	-webkit-text-size-adjust: 100%;
	letter-spacing:0.1em;
	color:#655F52;
}
html,body {
	height: 100%;
}


/*
header
================================================================= */
/* TOP*/
header.header-top {
	background: url(../../images/top-img1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size:cover;
	
	width: 100%;
	height: 90%;
}
header.header-top h1{
	position: absolute;
	top: 46%;
	left: 10%;
}
header.header-top p{
	position: absolute;
	width: 100%;
	bottom: 6%;
	text-align: center;
}
/* 下層*/
header.header-second {
	padding: 20px 0;
	text-align: center;
}
header.header-second h1 img{
	height: 80px;
}
@media (max-width: 768px) {
	/* TOP*/
	header.header-top {
		width: 100%;
		height: 100%;
	}
	header.header-top h1{
		top: 32%;
		left: 8%;
	}
	header.header-top h1 img{
		width: 80%;
	}
	header.header-top p{
		bottom: 4%;
	}
	/* 下層*/
	header.header-second {
		padding: 10px 0 10px 20px;
		text-align: left;
	}
	header.header-second h1 img{
		height: 60px;
	}
}

/*
nav
================================================================= */
header {
	position: relative;
}
#toggle {
  display: block;
  background: #655F52;
  color: #fff;
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.trigger,
.trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.trigger {
  position: relative;
  width: 28px;
  height: 19px;
}
.trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  border-radius: 4px;
}
.trigger span:nth-of-type(1) {
  top: 0;
}
.trigger span:nth-of-type(2) {
  top: 8px;
}
.trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.trigger span:nth-of-type(3) {
  bottom: 0;
}
.trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
          transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
          transform: translateY(-8px) scale(0);
}

.toggleWrap {
  background: rgba(173, 206, 206, 0.9);
  padding: 50px 15px 10px 15px;
  position: fixed;
	z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #toggle {
    display: none;
  }
  .toggleWrap {
    background: none;
    height: auto;
    position: static;
    padding: 0;
  }

  .animation {
  -webkit-transition: none;
          transition: none;
  }
  .hide {
    opacity: 1;
    visibility: visible;
  }
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
nav {
	background-color: #ADCECE;
	padding: 36px 0 0 0;
	height: 100px;
	
	font-family:'Lora', serif;
}
div.nav-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
nav ul{
	display: flex;
	flex-direction: row;
	font-size: 1.3rem;
}
nav li{
	margin: 0 84px 0 0;
	font-style: italic;
	letter-spacing: 0.2em;
	line-height: 1em;
	
	border-bottom: #FFF solid 2px;
}
nav li a:link{
	display: block;
	height: 100%;
	color: rgba(255,255,255,1);
}
nav li a:hover,nav li a:visited{
	color: rgba(255,255,255,0.5);
}
nav div{
	display: flex;
	flex-direction: row;
}
nav div.nav-inner div{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-left: auto;
	width: 80px;
}
nav div.nav-inner p{
	margin: 0 0 0 10px;
}
nav div img{
	height: 30px;
}
div.line-back {
	position: relative;
	top: 30px;
	background: url(../images/line-back.png);
	width: 100%;
	height: 40px;
}
@media (max-width : 1024px ){
	nav div.nav-inner div{
		display: none;
	}
	div.nav-inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
}
@media (max-width: 769px) {
	nav {
		background-color: none;
		padding: 0 0 0 0;
		height: 0;
	}
	div.nav-inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 0;
	}
	nav ul{
		display: block;
		font-size: 2rem;
		padding: 1em 0 0 0;
	}
	nav li{
		margin: 0 84px 0 0;
		width: 100%;
		text-align: center;
		font-style: italic;
		letter-spacing: 0.2em;
		line-height: 3em;

		border-bottom: none;
	}
	nav div{
		display: block;
	}
	nav div.nav-inner div{
		display: none;
	}
	div.line-back {
		display: none;
	}
}

/*
content
================================================================= */
main {
	position: relative;
	top: 0;
	padding-top: 100px;
}
@media (max-width: 768px) {
	main {
		padding-top: 30px;
	}
}

/*
footer
================================================================= */
footer {
	clear: both;
	background: url(../images/line-back.png);
	width: 100%;
	
	font-family:'Lora', serif;
}
footer section.footer-banner {
	width: 1000px;
	margin: 0 auto;
}
footer section.footer-banner ul {
	overflow: hidden;
	margin: 0 -35px 0 0;
	padding: 30px 0 10px 0;
}
footer section.footer-banner li {
	width: 310px;
	background-color: #FFF;
	float: left;
	margin: 0 35px 20px 0;
}

footer section.footer-nav {
	clear: both;
	background-color: #BFCBB8;
	padding: 30px 0 80px 0;
	color: #FFF;
	letter-spacing: 0.3em;
}
footer section.footer-nav ul{
	text-align: center;
	margin-bottom: 20px;
}
footer section.footer-nav li{
	display: inline-block;
	font-size: 1.3rem;
	font-style: italic;
	padding: 0 20px;
	border-right: #FFF solid 1px;
}
footer section.footer-nav a:link{
	color: rgba(255,255,255,1);
}
footer section.footer-nav a:hover,footer section.footer-nav a:visited{
	color: rgba(255,255,255,0.5);
}
footer section.footer-nav small {
	display: block;
	text-align: center;
	font-size: 1.0rem;
}
@media (max-width : 1024px ){
	footer section.footer-banner {
		width: 100%;
		margin: 0 auto;
	}
	footer section.footer-banner li {
		width: 50%;
		background-color: rgba(255,255,255,0);;
		float: left;
		text-align: center;
		margin: 0 0 10px 0;
	}
	footer section.footer-banner ul {
		overflow: hidden;
		margin: 0 0 0 0;
		padding: 20px 0 10px 0;
	}
}
@media (max-width: 768px) {
	footer section.footer-banner {
		width: 100%;
	}
	footer section.footer-banner ul {
		overflow: hidden;
		margin: 0 0 0 0;
		padding: 20px 0 10px 0;
	}
	footer section.footer-banner li {
		width: 100%;
		background-color: rgba(255,255,255,0);;
		float: none;
		text-align: center;
		margin: 0 0 10px 0;
	}

	footer section.footer-nav {
		padding: 20px 0 40px 0;
		letter-spacing: 0.3em;
	}
	footer section.footer-nav li{
		display: block;
		font-size: 1.6rem;
		padding: 10px 20px;
		border-right: none;
	}
	footer section.footer-nav small {
		font-size: 1.2rem;
		padding: 0 20px;
		line-height: 1.4em;
	}
}


/*
下層/タイトル
================================================================= */
section.content-title {
	margin-bottom: 60px;
}
section.content-title h2{
	font-family:'Lora', serif;
	color: #ADCECE;
	font-size: 4.0rem;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 0.3em;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 60px 0 0 0;
}
.ic-lesson {background: url(../../images/ic-lesson.png);}
.ic-gallery {background: url(../../images/ic-gallery.png);}
.ic-book {background: url(../../images/ic-book.png);}
.ic-event {background: url(../../images/ic-event.png);}
.ic-access {background: url(../../images/ic-access.png);}
.ic-policy { padding-top: 0px !important;}
section.content-title p{
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.6em;
	padding: 30px 0 0 0;
}
@media (max-width: 768px) {
	section.content-title {
		margin-bottom: 30px;
	}
	section.content-title p{
		font-size: 1.6rem;
		padding: 16px 30px 0 30px;
	}
}


/*
PAGE TOP
================================================================= */
#pageTop {
	z-index:98;
	position: fixed;
	bottom: 120px;
	right: 50px;
}
@media (max-width: 768px) {
	#pageTop {
		bottom: 40px;
		right: 20px;
	}
}
