@charset "utf-8";
/*----- style.css -----*/
body{
  font: 16px/1.7 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', sans-serif;
  color: #333;
  height: 100%;
}
img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.pc{display:block;}
.sp{display:none;}
@media screen and (max-width: 640px){
  .pc{display:none;}
  .sp{display:block;}
}
/*------  header  ------*/
header{width: 100%;margin:0px auto;padding:20px 0; background:#fff;}
header div{width: 96%;max-width: 1100px;margin: 0 auto;font-size: 14px;position: relative;}
header div .logo01{float: left;margin: 0 10px 0 0;width:30%;max-width:192px;}
header div h1{max-width: 400px;line-height: 1.5;display: inline-block;}
header div .H1pc{display:inline-block;}
header div p{position: absolute;bottom: -18px;right: 0; margin:0 10px 0 auto;}
header a{text-decoration: none;color: #333;padding: 0 5px;}

@media screen and (max-width: 640px){
  header{border-bottom: 3px solid #0a4b2b;}
  header div .logo01{margin: 0 10px 0 5px;width:45%;}
  header div .H1pc{display:none;}
}
@media screen and (max-width: 500px){
  header div h1{display:none;}
}

/*------  nav  ------*/
.menu-trigger{display: none;}
nav{
  width: 100%;
  margin:0px auto 0px;
  background: #00a73c;
}
nav ul{width: 100%;max-width: 1100px;margin: 0 auto;background: url(../img/B-line_logo02.png) no-repeat right 10px bottom 5px;background-size:85px auto;}
nav:before,nav:after{
  display: block;
  content:"";
  background: #0a4b2b;
  height: 5px;
}
nav ul li{
  width: 20%;
  margin: 0 auto;
  text-align: center;
  float: left;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  padding: 5px 0;
  line-height: 40px;
  font-size: 16px;
}
nav ul li a{
  text-decoration: none;
  color: #fff;
}
nav ul li a:hover{
  text-decoration: none;
  color: #fff;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 640px){
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100vh;
    position: fixed;
  }
  .menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 26px;
    right: 26px;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
   }
   .menu-trigger.active {
    transform: translateX(-240px);
  }
   .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: transform .5s;
  }
  .menu-trigger.active span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }

  nav {
    margin: 0 auto;
    width: 250px;
    height: 100%;
    padding-top: 50px;
    background-color:rgba(32, 108, 59, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(250px);
    transition: all .5s;
  }
  nav:before,nav:after{
    display: none;
  }
  nav.open {
    transform: translateZ(0);
  }
  nav ul{background: none;}
  nav li {
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }
  nav ul li{
    width: 100%;
    margin: 0 auto;
    float: none;
    line-height: 40px;
    font-size: 16px;
  }
  nav ul li.border{
    border-bottom:3px dotted #fff;
    margin: 0 0 15px;
  }
  nav ul li.linkOut figure{
    margin: 5px auto 0;
    max-width: 200px;
  }
  * {
    box-sizing: border-box;
  }
}

/*------  .contentWrapper  ------*/
.contentWrapper {
  margin: 30px auto 0px;
}
.contentWrapper section{
}
.contentBox01{
  max-width: 1100px;
  width: calc(100% - 4%);
  margin: 0 auto;
  padding: 20px 2%;
}
.contentBox01 h3{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px groove #0a4b2b;
  color: #fff;
  margin: 0 auto 15px;
  padding: 0 0 0 10px;
  background: #31a724;
}
.contentBox01 h4{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 4px dashed #0b6334;
  color: #0b6334;
  margin: 0 auto 15px;
}


/*------  #slider  ------*/
#slider {
  width: 100%;
  margin: 0 auto 30px;
}
section#slider .slider{
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px){
  #slider { margin: 98px auto 30px;}
}
/*------  slick用css  ------*/
.slider{
  width: 90%;
  margin: 0 auto;
}
.slider img{
  height: auto;
  width: 100%;
}
.slick-prev:before,.slick-next:before { color: #111!important;}

/*------  #info  ------*/
#info {
  margin: -110px auto 0px;
  padding: 150px 0 0;
}
#info article.LBox{
  float: left;
  width: calc(100% - 300px);
}
#info article .infoBox01{
  width: calc(96% - 40px);
  max-height: 200px;
  overflow-y: scroll;
  margin: 0 auto 25px;
  padding: 15px 20px;
  background: #eee;
}
#info article .infoBox01 ul li{
  margin: 10px auto 15px;
  padding: 0 10px 10px;
  border-bottom:2px dotted #0a4b2b;
}
#info article .infoBox01 ul li h5{
  font-weight: bold;
}
#info article >p{
  width: 96%;
  margin: 0 auto 0px;
  padding: 0 15px;
}

#info article.RBox{
  float: right;
  width: calc(300px - 20px);
  text-align: center;
  margin: 0 auto 0 20px;
}
#info article.RBox h4{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px double #0b6334;
  color: #0b6334;
  text-align: left;
  margin: 0 auto 15px;
}
#info article.RBox p{
  font-size: 16px;
  text-align: left;
  margin: 0 auto 15px;
  padding: 0 10px;
}
#info article.RBox figure{
  margin: 10px auto;
}
#info article.RBox figure img{
  max-width: 240px;
}
#info article.RBox figcaption{
  margin: 10px auto;
  text-align: left;
  font-size: 15px;
  max-width: 240px;
}
#info article.RBox h5{
  font-size: 17px;
  font-weight: bold;
  border-bottom: 3px solid #0b6334;
  color: #0b6334;
  text-align: left;
  margin: 20px auto 15px;
}
@media screen and (max-width: 640px){
  #info {
    margin: -80px auto 30px;
    padding: 110px 0 0;
  }
  #info article.LBox{
    float: none;
    width: 100%;
  }
  #info article.RBox{display: none;}
}

/*------  #aboutBline  ------*/
#aboutBline {
  /*margin: -50px auto 30px;*/
  margin: -100px auto 30px;
  /*padding: 80px 0 0;*/
  /*padding: 130px 0 0;*/
  padding: 130px 0 0;
}
#aboutBline article{
  width: 96%;
  margin: 0 auto 25px;
}
#aboutBline article.flexBox{
  width: 100%;
  margin: 20px auto 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#aboutBline article.flexBox figure{
  width: 31%;
  margin: 15px auto 25px;
}
#aboutBline article.flexBox figure figcaption{
  text-align: center;
  margin: 0px auto 5px;
  font-size: 17px;
  color: #d9257a;
  font-weight: bold;
}
#aboutBline h5{
  color: #d9257a;
  font-weight: bold;
  font-size: 17px;
  margin: 0 auto 5px;
}
#aboutBline article figure{
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 640px){
  #aboutBline {
    margin: -80px auto 30px;
    padding: 110px 0 0;
  }
  #aboutBline article.flexBox figure{
    width: 48%;
    margin: 5px auto 20px;
  }
  #aboutBline article.flexBox figure:first-child{
    margin: 5px 26% 20px;
  }
  #aboutBline article.flexBox figure figcaption{
    font-size: 14px;
  }
  #aboutBline article.flexBox figure figcaption span{
    display: none;
  }
}

/*------  #voice  ------*/
#voice {
  /*margin: -50px auto 30px;*/
  margin: -100px auto 30px;
  /*padding: 70px 0 0;*/
  padding: 130px 0 0;
}
#voice ul{
  width: 96%;
  margin: 30px auto 50px;
}
#voice ul li{
  width: calc(100% - 80px);
  margin: 0 auto 25px;
  border-bottom: 2px dotted #555;
  padding: 10px 10px 10px 70px;
  text-indent: -1em;
  min-height: 60px;
  color: #820000;
  font-size: 18px;
  font-weight: bold;
}
#voice ul li span{font-size: 16px; color: #333;margin: 0 auto 0 10px;font-weight: normal;display: inline-block;}
#voice ul li:nth-child(odd){
  background: url(../img/voiceIcon01.png) no-repeat left 7px bottom 4px;
  background-size: auto 90%;
}
#voice ul li:nth-child(even){
  background: url(../img/voiceIcon02.png) no-repeat left 7px bottom 4px;
  background-size: auto 90%;
}
#voice article{
  width: 96%;
  margin: 0 auto 25px;
  border-bottom: 2px dotted #555;
  padding: 0 0 15px;
}
#voice h5{
  color: #d9257a;
  font-weight: bold;
  font-size: 17px;
  margin: 0 auto 5px;
}
#voice article figure{
  text-align: center;
  margin: 0 auto 15px 20px;
  float: right;
  max-width: 350px;
}
#voice article figure figcaption{
  text-align: center;
  margin: 5px auto 0px;
  font-size: 14px;
}
#voice article figure figcaption p{
  float: left;
  font-size: 14px;
  width: 125px;
}
#voice article figure figcaption p:first-child{
  margin: 5px auto 0px 14%;
}
#voice article figure figcaption p:nth-child(2){
  margin: 5px 0 0px 14%;
}
#voice > p{
  font-size: 14px;
  text-align: right;
  margin:-20px 15px 0;
}
@media screen and (max-width: 640px){
  #voice {
    margin: -80px auto 30px;
    padding: 110px 0 0;
  }
  #voice ul li{
    min-height: 80px;
    width: calc(100% - 20px);
  }
  #voice ul li:nth-child(odd){
    background-size: 30px auto;
    background-position: left 7px top 15px;
  }
  #voice ul li:nth-child(even){
    background-size: 30px auto;
    background-position: left 7px top 15px;
  }
  #voice article figure{
    margin: 0 auto 15px;
    float: none;
    max-width: 396px;
  }
  #voice article figure figcaption p{
    width: 35%;
  }
}

/*------------------------------  Line  ------------------------------*/
/*------  #store  ------*/
.PinkLine{
  background: #d9257a;
  width: calc(100% - 4%);
  padding: 20px 2%;
  margin: 0 auto 45px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.PinkLine:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: 0 auto;
  position: absolute;
  border-style: solid;
  border-width: 45px 113px 0 113px;
  border-color: #d9257a transparent transparent transparent;
}
.FreeLine{
  background: #d9257a;
  width: calc(100% - 4%);
  padding: 20px 2%;
  margin: 0 auto 45px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.FreeLine:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: 0 auto;
  position: absolute;
  border-style: solid;
  border-width: 0px 113px 0 113px;
  border-color: #d9257a transparent transparent transparent;
}


#store {
  margin: 0 auto 0px;
}
#store .storeBG{
  background: #0a4b2b;
}
#store h3{
  border-bottom: 4px groove #fff;
  color: #fff;
}
#store h5{
  color: #fff;
}
#store section> article.flexBox{
  width: 98%;
  margin: 20px auto 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#store section> article.flexBox section{
  width: calc(14% - 10px);
  margin: 0 auto 25px;
  padding: 0 5px;
}
#store section> article.flexBox section h5{
  color: #00a73c;
  font-weight: bold;
  margin: 0 auto 5px;
}
#store section> article.flexBox section article h6{
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  margin: 5px auto 5px;
  line-height: 1.8;
}
#store section> article.flexBox section article h6 a{
  color: #fff;
  text-decoration: none;
}
#store section> article.flexBox section article h6 a:hover{
  color: #00a73c;
  text-decoration: underline;
}
@media screen and (max-width: 640px){
  .PinkLine{
    margin: 0 auto 28px;
  }
  #store {
    margin: -80px auto 0px;
    padding: 98px 0 0;
  }
  #store section> article.flexBox section{
    width: calc(30% - 4px);
    margin: 0 auto 25px;
    padding: 0 2px;
  }
}


/*------  footer  ------*/
footer{
  width: 100%;
  margin:0px auto 0;
  padding: 5px 0;
  text-align: center;
  background:#0a4b2b;
  border-top: 2px solid #0b6334;
}
footer p{line-height: 2;color:#fff;}

#gotoTop {
  position: fixed;
  right: 20px;
  z-index: 100;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  text-align: center;
  opacity: 0.9;
  background:#2eaf54 url(../img/arrow01.png) no-repeat center center;
  display: block;
}
@media screen and (max-width: 640px){
  #gotoTop{
    height: 40px;
    width: 40px;
  }
}


/*------------------------------  About 会社概要  ------------------------------*/
#about > section  {
  margin: 0 auto 0px;
  padding: 0 2% 20px;
}
#about > section article {
  margin: 0 auto 30px;
}
#about #aisatsu div,#about #enkaku ul,#about #gaiyo div {
  margin: 0 auto;
  padding: 15px;
}
#about #aisatsu figure {
  margin: 0 20px 10px 0;
  float: left;
  text-align: center;
  width: 40%;
  max-width: 160px;
}
#about #aisatsu h5 {
  border-bottom: 1px dotted #333;
  margin: 20px auto 15px;
  font-weight: bold;
}
#about #aisatsu p {
  margin: 0 auto 15px;
}
#about #aisatsu p:last-child {
  margin: 0 auto 0px;
}
#about #enkaku ul li{
  text-indent: -1em;
  padding: 0 0 0 1em;
}
#about #gaiyo dl {
  margin: 0 20px 0 auto;
  width: 420px;
  float: left;
}
#about #gaiyo dl dt{
  float: left;
  width: 100px;
}
#about #gaiyo dl dd{
  float: left;
  width: calc(100% - 100px);
}
#about #gaiyo .map{
  width: calc(100% - 440px);
  margin: 0px auto 15px;
  float: right;
  min-height: 190px
}
#about #gaiyo .map iframe{
  width: 100%;
  margin: 0px auto;
  min-height: 190px
}
@media screen and (max-width: 750px){
  #about #gaiyo dl{
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
  #about #gaiyo .map{
    width: 100%;
    margin: 0px auto 15px;
    float: none;
    min-height: 190px
  }
}
@media screen and (max-width: 640px){
  #about > section  {
    margin: 110px auto 0px;
  }
}

/*------------------------------  Store ページ共通  ------------------------------*/
.storeInfo section{
  margin: 0 auto 0px;
  padding: 0 2% 20px;
}
.storeInfo ul{
  width: 96%;
  margin: 30px auto 50px;
}
.storeInfo ul li{
  width: 100%;
  margin: 0 auto 25px;
  border-bottom: 2px dotted #555;
  font-size: 16px;
  padding: 0 0 15px;
  clear: both;
  min-height: 150px
}
.storeInfo ul li h5{
  font-weight: bold;
  font-size: 17px;
  color: #d9257a;
  margin: 0 auto 5px;
  border-bottom: 2px solid #d9257a;
  display: inline-block;
}
.storeInfo ul li figure{
  float: right;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px 20px;
}
@media screen and (max-width: 640px){
  .storeInfo section {
    margin: 110px auto 0px;
  }
  .storeInfo ul li h5{display: block;}
  .storeInfo ul li figure{
    float: none;
    text-align: center;
    margin: 15px auto 15px;
  }
}