@charset "utf-8";

@media screen and (max-width:640px){
/*-------------------------------------------
all
-------------------------------------------*/
body {
   font: 90%/1.8 Arial , "Open Sans" , "Helvetica Neue" , Helvetica , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  width:100%;
  color:#000;
}

/*-------------------------------------------
header
-------------------------------------------*/
header{
  background: url(../images/bg_header.jpg) 50% 50% no-repeat;
  background-size:cover;
}

header h1{
  padding:20px;
}

/*-------------------------------------------
nav
-------------------------------------------*/
#hnav{
  display:none;
}

/*-------------------------------------------
main
-------------------------------------------*/
section h2{
  font-family: "EB Garamond";
  text-align: center;
  letter-spacing: 5px;
  padding:0 0 10px 0;
  font-size:40px;
  line-height:40px;
}

section h3{
  font-family: "EB Garamond";
  text-align: center;
  letter-spacing:3px;
}

section p{
  margin-bottom: 10px;
  font-size:100%;
}

section p:last-child{
  margin-bottom: 0;
}

#concept{
  background: url(../images/bg_concept.jpg) 50% 50% no-repeat;
  background-size:cover;
}

#concept .blc{
  width:80%;
  height:100%;
  background: rgba(255,255,255,0.8);
  margin:0 auto;
  padding:20px;
}
#concept h4{
  padding:10px 10px 30px 10px;
}
#concept p br{
  display:none;
}

#pholosophy{
  background: url(../images/bg_philosophy.jpg) 20% 50% no-repeat;
  background-size:cover;
}

#pholosophy .blc{
  width:80%;
  height:100%;
  background: rgba(255,255,255,0.8);
  margin:0 auto;
  padding:20px;
}

#pholosophy h4{
  margin:20px 0;
  font-size:80%;
}

#pholosophy h4 strong{
  color:#a4945d;
  display:block;
  font-size:150%;
}

#pholosophy p br{
  display:none;
}

#ourteam{
  background:#000;
  padding:0 10px 20px 10px;
}

#ourteam h2{
  display: block;
  margin:0 auto;
  padding:20px 0;
}

#ourteam h3{
  color:#fff;
  font-size:140%;
  margin-bottom:10px;
}

#ourteam p{
  color:#fff;
}

#ourteam p br{
  display:none;
}

#event{
  background: url(../images/bg_event.jpg) 50% 50% no-repeat;
  background-size:cover;
}
#event .blc{
  width:80%;
  height:100%;
  background: rgba(255,255,255,0.8);
  margin:0 auto;
  padding:20px;
}

#event h4{
  text-align: center;
  margin:10px 0;
}

#contact{
  background: url(../images/bg_contact.jpg) 50% 50% no-repeat;
  background-size:cover;
  min-height:300px;
}

#contact h2{
  padding-top:20px;
}

#contact .blc{
  width:80%;
  height:150px;
  line-height:70px;
  background: rgba(255,255,255,0.8);
  margin:20px auto 0 auto;
  padding:20px;
}

/*-------------------------------------------
footer
-------------------------------------------*/
.bread{
  background:#000;
  padding:10px;
  color:#fff;
}

#footer h1{
  text-align:center;
  margin:20px 0;
}

.fblc h2{
  padding:0 20px;
}

.fblc h2 strong{
  display:block;
  color:#a4945d;
}

.fblc ul{
  position:relative;
  margin-top:20px;
}

.fblc ul li a{
  color:#000;
  text-decoration:none;
  display:block;
  padding:10px 0 10px 30px;
  border-bottom:1px solid #000;
}

.fblc ul li:first-child{
  border-top:1px solid #000;
}

.fblc ul li a:before{
  font-family: FontAwesome;
  content: "";
  position:absolute;
  left:10px;
}

.copy{
  padding: 10px;
  font-size:80%;
  text-align:center;
}
}