@charset "UTF-8";

/*
======================================================================
	index
======================================================================
*/ 

#loadingArea{
	width: 100vw;
  height: 100vh;
	background: #FFF;
	z-index: 10000;
	position:fixed;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
	#loadingArea img{
		width: 400px;
		margin-top: -80px;
	}
}
@media screen and (max-width: 768px) {
	#loadingArea img{
		width: 70%;
		margin-top: -100px;
	}
}

@media screen and (min-width: 769px) {

  #container.index h2{
    margin-bottom: 40px;
  }
  
  /* top  ------------------------------ */ 
  
  section#top{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  section#top #mainImage{
    top:0;
  }
  section#top #mainImage .bgImage{
    height: 100%;
    background-image: url("../images/index/mainVisual.png");
    background-position: center;
    background-size: cover;
  }
  
  /* about  ------------------------------ */ 
  
  #container.index section#about{
    text-align: center;
  }
  #container.index section#about h2{
    margin-bottom: 90px;
  }
  #container.index section#about img{
    width: 1000px;
  }
  #container.index section#about .aboutArea{
    margin: 80px auto 0;
  }
  #container.index section#about .aboutArea .ttl{
    width: 100%;
    font-size: 22px;
    line-height: 45px;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
    text-align: center;
  }
  #container.index section#about .aboutArea .text{
    width: 100%;
    line-height: 1.8em;
    text-align: center;
  }
  #container.index section#about .aboutArea .text span{
    font-size: 18px;
  }
  
  /* menu  ------------------------------ */ 
  
  #container.index section#menu{
    background: #f9f9ff;
    padding: 100px 0;
  }
  #container.index section#menu h2{
    padding: 0;
  }
  #container.index section#menu .lead p {
    font-size: 22px;
    color: #7a7a91;
    margin-bottom: 15px;
  }
  #container.index section#menu .menuTtl{
    font-size: 24px;
    text-align: center;
    margin: 50px 0 30px;
  }
  #container.index section#menu .row{
    width: 700px;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px #7a7a91 solid;
  }
  #container.index section#menu .row:last-child{
    marginbottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #container.index section#menu .row .ttl{
    font-size: 24px;
    margin-bottom: 15px;
  }
  #container.index section#menu .row .ttl span{
    font-size: 16px;
  }
  #container.index section#menu .row .sub{
    font-size: 16px;
    margin-bottom: 5px;
  }

  /* information  ------------------------------ */ 

	#container.index section#information{
    color: #FFFFFF;
    background: #7a7a91;
    padding: 100px 0;
  }
  #container.index section#information.information2{
    color: #000;
    background: #FFFFFF;
  }
  #container.index section#information h2{
    padding-top: 0;
  }
  #container.index section#information .infoArea .row .right a{
    color: #FFFFFF;
		border-bottom: 1px #FFFFFF solid;
	}
  #container.index section#information.information2 .infoArea .row .right a{
    color: #7a7a91;
		border-bottom: 1px #7a7a91 solid;
	}
  
  /* contactArea（共通）  ------------------------------ */ 
  
  section#contactArea{
    width: 100%;
    max-width: 1400px;
    min-width: 1100px;
    margin: 0 auto;
    padding: 60px 70px 30px;
    box-sizing: border-box;
    overflow: hidden;
  }
  section#contactArea .reserveArea{
    width: 400px;
    float: left;
  }
  section#contactArea .reserveArea .ttl {
    font-size: 26px;
    font-family: "Josefin Slab", serif;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  section#contactArea .reserveArea p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  section#contactArea .reserveArea img {
    width: 200px;
  }
  section#contactArea .infomationArea{
    width: 600px;
    float: right;
  }
  section#contactArea .infomationArea p{
    font-size: 16px;
    text-align: right;
    margin-bottom: 5px;
  }
  section#contactArea .infomationArea p.ttl{
    font-size: 18px;
    margin-bottom: 10px;
  }
  
}

@media screen and (max-width: 768px) {

	#container.index h2{
    margin-bottom: 8%;
  }
  
  /* top  ------------------------------ */ 
  
  #mainImage {
    height:100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: -9999;
  }
  #mainImage img{
    display: none;
  }
  
  /* about  ------------------------------ */ 
  
  #container.index section#about{
  }
  #container.index section#about h2{
    margin-bottom: 12%;
  }
  #container.index section#about img{
    width: 100%;
  }
  #container.index section#about .aboutArea{
    width: 84%;
    margin: 0 auto;
  }
  #container.index section#about .aboutArea .ttl{
    width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 1.6em;
    margin-top: 16%;
    margin-bottom: 13%;
  }
  #container.index section#about .aboutArea .text{
    line-height: 1.8em;
  }
  #container.index section#about .aboutArea .text span{
    font-size: 16px;
  }
  
  #container.index section#about .btnArea {
    width: 84%;
    margin: 40px auto 0;
  }
  
  
  /* menu  ------------------------------ */ 
  
  #container.index section#menu{
    width: 84%;
    background: #f9f9ff;
    padding: 0% 8% 10%;
  }
  #container.index section#menu .lead p {
    font-size: 18px;
    color: #7a7a91;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  #container.index section#menu .menuTtl{
    font-size: 20px;
    text-align: center;
    margin: 30px 0 20px;
  }
  #container.index section#menu .row{
    width: 100%;
    margin: 0 auto 7%;
    padding-bottom: 7%;
    border-bottom: 1px #7a7a91 solid;
  }
  #container.index section#menu .row:last-child{
    marginbottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #container.index section#menu .row .ttl{
    font-size: 18px;
    margin-bottom: 3%;
  }
  #container.index section#menu .row .ttl span{
    font-size: 13px;
  }
  #container.index section#menu .row .sub{
    font-size: 13px;
    margin-bottom: 5px;
  }
  
  
  /* information  ------------------------------ */ 

	#container.index section#information{
    width: 84%;
    color: #FFFFFF;
    background: #7a7a91;
    /*padding: 0% 8% 18%;*/
    padding: 0% 8% 0%;
  }
  #container.index section#information.information2{
    color: #000;
    background: #FFFFFF;
  }
  #container.index section#information .infoArea .row .right a{
    color: #FFFFFF;
		border-bottom: 1px #FFFFFF solid;
	}
  #container.index section#information.information2 .infoArea .row .right a{
    color: #000000;
		border-bottom: 1px #000000 solid;
	}
  
  /* contactArea  ------------------------------ */ 
  
  section#contactArea{
    width: 84%;
    margin: 0 auto;
    padding: 10% 0 0;
  }
  section#contactArea .reserveArea{
    width: 100%;
    float: none;
    text-align: center;
  }
  section#contactArea .reserveArea .ttl {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 5%;
    font-family: "Josefin Slab", serif;
    font-weight: bold;
  }
  section#contactArea .reserveArea p {
    font-size: 14px;
    margin-bottom: 5%;
    line-height: 1.5;
  }
  section#contactArea .reserveArea img {
    width: 200px;
    margin-bottom: 10%;
  }
  section#contactArea .infomationArea{
    width: 100%;
    float: none;
  }
  section#contactArea .infomationArea p{
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  section#contactArea .infomationArea p.ttl{
    font-size: 15px;
    margin-bottom: 10px;
  }
  
}

/*
======================================================================
	about
======================================================================
*/ 

@media screen and (min-width: 769px) {
  
  #container.about section#aboutArea{
		width: 100%;
		min-width: 1080px;
	}
  #container.about section#aboutArea h2{
	}
  #container.about section#aboutArea .ttlArea .ttl{
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 80px;
    letter-spacing: 2px;
  }
	#container.about section#aboutArea .row{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	#container.about section#aboutArea .photo_L{
		width: 50%;
		float: left;
	}
	#container.about section#aboutArea .text_R{
		width: 50%;
		padding: 0 6% 0 6%;
		box-sizing: border-box;
		float: right;
	}
	#container.about section#aboutArea .photo_R{
		width: 50.5%; /**display: flex;による謎の余白調整**/
		float: right;
		margin-right: -5px; /**display: flex;による謎の余白調整**/
	}
	#container.about section#aboutArea .text_L{
		width: 50%;
		padding: 0 6% 0 6%;
		box-sizing: border-box;
		float: left;
	}
	#container.about section#aboutArea .text_R p,
	#container.about section#aboutArea .text_L p{
		line-height: 2em;
	}

	#container.about section#aboutArea .text_R .ttl,
	#container.about section#aboutArea .text_L .ttl{
		font-size: 18px;
    line-height: 1.8em;
		margin-bottom: 20px;
	}
  #container.about section#aboutArea .text_R .sub,
	#container.about section#aboutArea .text_L .sub{
		margin-top: 20px;
	}

}

@media screen and (max-width: 768px) {
  
	#container.about section#aboutArea{
		width: 100%;
	}
  #container.about section#aboutArea h2{
	}
  #container.about section#aboutArea .ttlArea .ttl{
    width: 92%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 13%;
    letter-spacing: 1.8px;
  }
  #container.about section#aboutArea .row{
		margin-bottom: 10%;
	}
  #container.about section#aboutArea .row:last-child{
		margin-bottom: 0;
	}
	#container.about section#aboutArea .photo_L,
	#container.about section#aboutArea .photo_R{
		width: 100%;
		margin-bottom: 7%;
	}
	#container.about section#aboutArea .text_R,
	#container.about section#aboutArea .text_L{
		width: 84%;
		margin: 0 auto;
		line-height: 1.8em;
	}
	#container.about section#aboutArea .text_R .ttl,
	#container.about section#aboutArea .text_L .ttl{
		font-size: 16px;
		line-height: 1.6em;
    margin-bottom: 5%;
	}
  #container.about section#aboutArea .text_R .sub,
	#container.about section#aboutArea .text_L .sub{
		font-size: 12px;
		margin-top: 20px;
	}
  
  /* handArea  ------------------------------ */ 
  
  #container.about section#handArea{
	}
  #container.about section#handArea h2{
    padding-top: 0px;
	}
  #container.about section#handArea .photo{
    width: 84%;
    margin: 0 auto 8%;
	}
  #container.about section#handArea p{
    width: 84%;
    margin: 0 auto;
    line-height: 1.8em;
	}
  
  /* profile  ------------------------------ */ 

  #container.about section#profile{
    width: 84%;
    color: #FFFFFF;
    background: #7a7a91;
    padding: 0% 8% 18%;
    margin-bottom: 5%;
  }
  #container.about section#profile .inner .photo{
    width: 100%;
    padding-top: 10%;
    margin-bottom: 8%
  }
  #container.about section#profile .inner .textArea{
  }
  #container.about section#profile .inner .textArea .ep{
    font-size: 18px;
    font-weight: 300px;
    font-style: italic;
    margin-bottom: 4%
  }
  #container.about section#profile .inner .textArea .job{
    margin-bottom: 2%
  }
  #container.about section#profile .inner .textArea .name{
    font-size: 18px;
    margin-bottom: 6%
  }
  #container.about section#profile .inner .textArea .ttl{
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 4%
  }
  #container.about section#profile .inner .textArea .text{
  }
  
}

/*
======================================================================
	menu
======================================================================
*/ 

@media screen and (min-width: 769px) {
  
  #container.menu section#menu{
    padding: 150px 0;
  }
  #container.menu section#menu h2{
    padding: 0;
  }
  #container.menu section#menu .lead{
    font-size: 16px;
  }
  #container.menu section#menu .menuTtl{
    font-size: 24px;
    text-align: center;
    margin: 50px 0 30px;
  }
  #container.menu section#menu .row{
    width: 700px;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px #7a7a91 solid;
  }
  #container.menu section#menu .row:last-child{
    marginbottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #container.menu section#menu .row .ttl{
    font-size: 24px;
    margin-bottom: 15px;
  }
  #container.menu section#menu .row .ttl span{
    font-size: 16px;
  }
  #container.menu section#menu .row .sub{
    font-size: 16px;
    margin-bottom: 5px;
  }
  
}

@media screen and (max-width: 768px) {
  
	#container.menu section#menu{
		width: 100%;
	}
  #container.menu section#menu{
    width: 84%;
    padding: 0% 8% 10%;
  }
  #container.menu section#menu .menuTtl{
    font-size: 20px;
    text-align: center;
    margin: 30px 0 20px;
  }
  #container.menu section#menu .row{
    width: 100%;
    margin: 0 auto 7%;
    padding-bottom: 7%;
    border-bottom: 1px #7a7a91 solid;
  }
  #container.menu section#menu .row:last-child{
    marginbottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #container.menu section#menu .row .ttl{
    font-size: 18px;
    margin-bottom: 3%;
  }
  #container.menu section#menu .row .ttl span{
    font-size: 13px;
  }
  #container.menu section#menu .row .sub{
    font-size: 13px;
    margin-bottom: 5px;
  }
  
}


/*
======================================================================
	access
======================================================================
*/ 

@media screen and (min-width: 769px) {
  
	#container.access section{
    padding-bottom: 60px;
  }
  #container.access section .infoArea .row span.blank:after {
		content:  "";
    display:  inline-block; 
    width:  14px;
    height: 14px;
    background: url("../images/common/blank.png");
    background-size: 14px;
    background-repeat: no-repeat;
    position:  relative;
    top: 4px;
    margin-left: 5px;
    opacity: 0.7;
	}
  #container.access section .infoArea .row .left{
		width: 230px;
    color: #7a7a91;
		padding-left: 10px;
		box-sizing: border-box;
		float: left;
	}
	#container.access section .infoArea .row .right{
		width: 470px;
		padding-right: 10px;
		box-sizing: border-box;
		float: right;
	}
  #container.access section .infoArea .row .right img{
		width: 300px;
    margin-top: 5px;
	}
}
  
  
@media screen and (max-width: 768px) {

	#container.access section{
    padding-bottom: 5%;
  }
  #container.access section .infoArea .row span.blank:after {
		content:  "";
    display:  inline-block; 
    width:  14px;
    height: 14px;
    background: url("../images/common/blank.png");
    background-size: 14px;
    background-repeat: no-repeat;
    position:  relative;
    top: 4px;
    margin-left: 5px;
    opacity: 0.7;
	}
  #container.access section .inner{
    width: 84%;
    margin: 0 auto;
  }
  #container.access section .infoArea .row .left{
    color: #7a7a91;
    margin-bottom: 2%;
	}
  #container.access section .infoArea .row .right{
		font-size: 12px;
	}
  #container.access section .infoArea .row .right img{
		width: 90%;
    margin-top: 5px;
	}
  
}


/*
======================================================================
	information
======================================================================
*/ 

@media screen and (min-width: 769px) {
  
	#container.information section{
    padding-bottom: 60px;
  }
  #container.information section .inner{
    width: 700px;
    margin: 0 auto;
  }
  #container.information section .inner .date{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #7a7a91;
    margin-bottom: 10px;
  }
  #container.information section .inner .ttl{
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px #7a7a91 solid;
  }
}

@media screen and (max-width: 768px) {
  
  #container.information section{
    padding-bottom: 5%;
  }
  #container.information section .inner{
    width: 84%;
    margin: 0 auto;
  }
  #container.information section .inner .date{
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #7a7a91;
    margin-bottom: 2%
  }
  #container.information section .inner .ttl{
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 6%;
    padding-bottom: 6%;
    border-bottom: 1px #7a7a91 solid;
  }
}

/*
======================================================================
	topics
======================================================================
*/ 

@media screen and (min-width: 769px) {
  
	#container.topics section{
  }
  #container.topics section.topicsArea{
    padding-bottom: 100px;
  }
  #container.topics section.topicsArea .inner{
    width: 700px;
    margin: 0 auto;
  }
  
  #container.topics section.topicsArea .inner .main{
    text-align: center;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px #B5C6CD solid;
  }
  #container.topics section.topicsArea .inner .main p.ep{
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  #container.topics section.topicsArea .inner .main p.name{
    font-size: 20px;
    margin-top: 5px;
  }
  #container.topics section.topicsArea .inner .main .kakeru{
    width: 40px;
    margin: 20px auto;
  }
  
  #container.topics section.topicsArea .inner .row{
    margin-bottom: 80px;
  }
  #container.topics section.topicsArea .inner .row:last-child{
    margin-bottom: 0;
  }
  #container.topics section.topicsArea .inner .row img{
    margin-bottom: 40px;
  }
  #container.topics section.topicsArea .inner .row p.ttl{
    font-size: 20px;
    line-height: 1.8em;
    margin-bottom: 20px;
  }
  
  #container.topics section.topicsArea .inner .row2{
    width: 500px;
    margin: 0 auto 80px;
  }
  #container.topics section.topicsArea .inner .row2 img{
    margin-bottom: 20px;
  }
  
  /* profile  ------------------------------ */ 
  
  #container.topics section#profile{
    color: #FFFFFF;
    background: #7a7a91;
    padding: 100px 0;
    margin-bottom: 60px;
  }
  #container.topics section#profile .inner{
    width: 800px;
  }
  #container.topics section#profile .inner .photo{
    width: 340px;
    float: left;
  }
  #container.topics section#profile .inner .textArea{
    width: 400px;
    float: right;
  }
  #container.topics section#profile .inner .textArea .ep{
    font-size: 18px;
    font-weight: 300px;
    font-style: italic;
    margin-bottom: 20px;
  }
  #container.topics section#profile .inner .textArea .job{
    font-size: 14px;
    margin-bottom: 5px;
  }
  #container.topics section#profile .inner .textArea .name{
    font-size: 18px;
    margin-bottom: 25px;
  }
  #container.topics section#profile .inner .textArea .ttl{
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
  #container.topics section#profile .inner .textArea a{
    color: #FFFFFF;
		padding-bottom: 3px;
		border-bottom: 1px #B5C6CD solid;
	}
}

@media screen and (max-width: 768px) {
  
	#container.topics section{
  }
  #container.topics section.topicsArea{
    padding-bottom: 5%;
  }
  
  #container.topics section.topicsArea .inner .main{
    text-align: center;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px #B5C6CD solid;
  }
  #container.topics section.topicsArea .inner .main p.ep{
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  #container.topics section.topicsArea .inner .main p.name{
    font-size: 20px;
    margin-top: 5px;
  }
  #container.topics section.topicsArea .inner .main .kakeru{
    width: 40px;
    margin: 20px auto;
  }
  
  #container.topics section.topicsArea .inner .row{
    margin-bottom: 10%;
  }
  #container.topics section.topicsArea .inner .row:last-child{
  }
  #container.topics section.topicsArea .inner .row img{
    margin-bottom: 7%;
  }
  #container.topics section.topicsArea .inner .row p{
    width: 84%;
		margin: 0 auto;
		line-height: 1.8em;
  }
  #container.topics section.topicsArea .inner .row p.ttl{
    font-size: 16px;
		line-height: 1.6em;
    margin-bottom: 5%;
  }
  
  #container.topics section.topicsArea .inner .row2{
    width: 70%;
    margin: 0 auto 12%;
  }
  #container.topics section.topicsArea .inner .row2 img{
     margin-bottom: 5%;
  }
  
  /* profile  ------------------------------ */ 
  
  #container.topics section#profile{
    width: 84%;
    color: #FFFFFF;
    background: #7a7a91;
    padding: 0% 8% 18%;
    margin-bottom: 5%;
  }
  #container.topics section#profile .inner .photo{
    width: 100%;
    padding-top: 10%;
    margin-bottom: 8%
  }
  #container.topics section#profile .inner .textArea{
  }
  #container.topics section#profile .inner .textArea .ep{
    font-size: 18px;
    font-weight: 300px;
    font-style: italic;
    margin-bottom: 4%
  }
  #container.topics section#profile .inner .textArea .job{
    margin-bottom: 2%
  }
  #container.topics section#profile .inner .textArea .name{
    font-size: 18px;
    margin-bottom: 6%
  }
  #container.topics section#profile .inner .textArea .ttl{
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 4%
  }
  #container.topics section#profile .inner .textArea .text{
  }
  #container.topics section#profile .inner .textArea a{
    color: #FFFFFF;
		padding-bottom: 3px;
		border-bottom: 1px #B5C6CD solid;
	}
  
  #container.topics section .btnArea .inner{
    width: 84%;
    margin: 0 auto;
  }
}

