*{
  font-family: "Sawarabi Mincho";
}

body { padding-top: 55px; }

.navbar-light{
background:#839360
}

footer{
  background:#839360;
  height:100px;
  padding-top:45px;
}

.container-fluid.nav-size {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

header{
  background-image:url(../images/photo_002.jpg);
  background-size: 100% auto ;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height:300px;
  color:#fff;
  padding-top:140px;
}

@media (min-width: 1200px) { 
  header{
    height:500px;
    padding-top:280px;
  }

  header h1,header p{
    margin-left:130px;
  }
}

h2{
  margin-bottom:2%;
  letter-spacing: 10px;
}

#contact button,.text-block .btn{
  width:100%;
  height:60px;
  font-size:150%;
  margin-top:2%;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.text-block{
  margin-top:6%;
  margin-bottom:10%;
  line-height: 200%;
}

.col-md-7.text-block,.col-md-5.text-block{
  margin-top:2% !important;
  margin-bottom:0 !important;
  line-height: 200%;
}

.text-block h3{
  margin-top:3%;
}

.full-img{
  width:100%;
  height:auto;
}

#info{
  background-image:url(../images/bg_datemaki.jpg);
}

#intro{
  background-image:url(../images/bg_cyuka.jpg);
}

#works{
  background-image:url(../images/bg_gohan.jpg);
}

#about{
  background-image:url(../images/photo_001.jpg);
}

#contact_tit{
  background-image:url(../images/bg_thai.jpg);
}

#info,#about,#contact_tit,#works,#intro{
  background-size: 100% auto ;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:300px;
  color:#fff;
  padding-top:120px;
  text-align: center;
}

#info h3,#about h3,#contact_tit h3,#works h3,#intro h3{
  font-size:90%;
}


.gray{
  border:1px solid #dfdfdf;
  padding:20px;
}

@media (min-width: 576px) { 
  .left-5{
    margin-left:5px;
  }
}

@media (max-width: 576px) { 
  .xs-hidden{
    display:none;
  }
  .text-center.text-block p{
    text-align: left;
  }
}

.wf-hannari { font-family: "Hannari"; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }


/*=======btn=======*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align:center;
    border-radius: 50%;
    border:5px solid #000;
    height:100px;
    width:100px;
    line-height: 100%;
    background:#000;
    z-index: 9999;
}

#page-top:hover{
  border:5px solid #999;
  background:#999;
}

#page-top a {
    display: block;
    line-height: 100%;
    color:#fff;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; s