@charset "utf-8";


body{
/*
  font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
*/
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",Georgia,HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 500;
  color: #111;
  letter-spacing: 0.07em;
  padding-top: 235px;
    box-sizing: border-box;
    width: 100%;
}

a{color: #222222;text-decoration: none;}
a:visited{color: #222222;}
a:hover{color: #222222;text-decoration: none;}

::selection{
    background: #666666;
    color: #ffffff;
}
/* for Firefox */
::-moz-selection{
    background: #666666;
    color: #ffffff;
}

.marker{background: linear-gradient(transparent 60%, #ffff66 60%);}


@media only screen and (max-width:780px) {

  body{
    padding-top: 95px;
   }
}

#breadcrumbnav{
  font-size: 0.8rem;
  padding: 1em 2em;
  margin-bottom: 2em;
  transition: all 0.4s ease;
}

#breadcrumbnav a{
  color: #777;
}

#breadcrumbnav a:hover{
  color: #222;
  text-decoration: underline;
}

.hx-image{
  width: 80%;
  max-width: 600px;
}

.top-image{
  margin-bottom: 3em;
}

.top-image .image{
  text-align: center;
  margin: 0;
  background: url(../assets/images/top-bg.jpg);
  background-size: cover;
  padding: 5em 1em;
}

.top-image .image img{
  width: 100%;
  max-width: 900px;
  height: auto;
}

.pc{
  display: inline-block;
}

.sp{
  display: none;
}
.cnt-box{
  width: 100%;
  margin-bottom: 2em;
  padding: 4em 0;
}

.cnt-box.top-ng-image{
    background: url(../assets/images/top-bg2.jpg);
    background-size: cover;
    padding: 7em 0;
}

.cnt-box.top-ng-image .reason-main-hx,
.cnt-box.top-ng-image .text{
  color: #fff;
}

.cnt-box.point{
  background: #fff1f1;
  margin-bottom: 0;
}

.cnt-box .text{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1em;
}

.cnt-box.box1{
    background: #fff;
}

.cnt-box.box2{
    background: #f7f7f7;
}

.cnt-box ul{
  list-style: none;
}

.cnt-box .inr{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.cnt-box .top-flow-image{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 0 3em;
}

.cnt-box .top-flow-image img{
  width: 100%;
}

.top-text-box{
  background: #F49CBC;
}

.top-text-box .text-center{
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding: 0.5em;
  font-style: oblique;
  line-height: 1.2;
}

.arrow:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: #ff6d6d transparent transparent transparent;
    position: absolute;
    bottom: -35px;
    left: calc(50% - 35px);
}

.arrow2:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: rgba(243, 71, 132, 0.7) transparent transparent transparent;
    position: absolute;
    bottom: -35px;
    left: calc(50% - 35px);
}
.promise-box .inr{
    max-width: 100%;
}

.promise-box .image{
  margin: 0;
  width: 100%;
}

.promise-box .image img{
  width: 100%;
}
.nayami-box .image{
  text-align: center;
  margin: 0;
}

.nayami-box .image img{
  width: 100%;
  max-width: 900px;
}

.reason-main-hx{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",Georgia,HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center;
    color: #111;
    margin: 0;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    padding: 0 0 0.3em;
/*    font-style: oblique;*/
    position: relative;
    line-height: 1.5;
}

.reason-sub-hx{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",Georgia,HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center;
    color: #706255;
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 0 0 1.5em;
    position: relative;
    line-height: 1.5;
}



.app-box{
  margin-bottom: 5em;
}

.app-box .app-hx{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",Georgia,HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center;
    color: #111;
    margin: 0;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    padding: 1.5em 0;
    position: relative;
    line-height: 1.5;
}

.app-box .bold{
  font-weight: bold;
}

.app-box .small{
  font-size: 0.7em;
}


.reason-box .inr{
  padding: 1em 0.5em 0;
}

.reason-box .inr .reason{
  float: left;
  width: 33.3333%;
  padding: 1.5em;
  box-sizing: border-box;
}

.reason-box .inr .reason a{
  display: block;
  transition: all 0.4s ease;
}

.reason-box .inr .reason a:hover{
  opacity: 0.7;
  transition: all 0.4s ease;
}

.reason-box .inr .reason .image{

}

.reason-box .inr .reason .image img{
  width: 100%;
  height: auto;
  border: solid 1px #fff;
}

.reason-box .inr .reason .reason-hx{
  font-weight: bold;
  font-size: 1.3rem;
  color: #887042;
  text-align: center;
}

.reason-box .inr .reason .reason-text{
    font-size: 0.95rem;
    text-align: left;
    font-weight: normal;
}

.reason-box .reason-image{
  padding:0;
  list-style: none;
  text-align: center;
}

.reason-box .reason-image li{
  margin-bottom: 5em;
}

.reason-box .reason-image li img{
  width: 100%;
  max-width: 980px;
}
.reason-box .reason-image.contact li.line a{
    background: #53d453;
    color: #fff;
    padding: 0.8em 1em;
    border-radius: 15px;
    font-size: 1.5rem;
}

.reason-box .reason-image.contact li.line a img{
    width: 1.5em;
    margin-right: 1em;
}

.reason-box .reason-image.contact li img{
  width: auto;
  max-width: auto;
}

.price-box{

}

.price-box .price{

}

.price-box .price .price-hx{
font-size: 2.5rem;
    font-weight: bold;
    background: #ee4d4d;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin: 1em 0.7em;
}

.price-box .price .price-sub{
    text-align: center;
}

.price-box .price .image{
  margin: 0;
  text-align: center;
}

.price-box .price .image img{
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.dekasegi-box{
    background: #fffbdb;
}

.dekasegi-box .inr{
    padding: 0 0.5em 2em;
}

.dekasegi-box .dekasegi-hx{
    text-align: center;
    font-weight: bold;
    color: #fcff83;
    font-size: 2.5rem;
    padding: 0.3em 0.5em;
    background: rgba(243, 71, 132, 0.7);
    font-style: oblique;
    position: relative;
}

.dekasegi-box .dekasegi-hx2{
    text-align: center;
    padding: 3em 0.5em 0;
    position: relative;
}

.dekasegi-box .dekasegi-hx2 img{
  width: 100%;
  max-width: 700px;
}

.dekasegi-box .inr .dekasegi-list{
    padding: 1em;
    text-align: center;
}

.dekasegi-box .inr .dekasegi-list li{
  float: left;
  width: 25%;
  list-style: none;
}

.dekasegi-box .inr .dekasegi-list li img{
  width: 100%;
}

.dekasegi-box .inr .dekasegi-list li .sub{
}

.dekasegi-box .inr > .text{
    margin: 0 0 2em;
    font-weight: bold;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
}

.dekasegi-box .inr > .text2{
    margin: 0 0 2em;
    font-weight: bold;
    color: #fdff17;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    font-style: oblique;
}

.dekasegi-box .inr > .text2 .sub{
  font-size: 0.8em;
    font-style: normal;
}

.dekasegi-box .inr > .text2 img{
  width: 100%;
  max-width: 900px;
}

.dekasegi-box .inr .feature-list{
  padding: 0;
}

.dekasegi-box .inr .feature-list .detail{
  width: 49%;
  list-style: none;
  background: #fff;
  border: solid 3px #f7ee0f;
  float: left;
  box-sizing: border-box;
  margin: 0 0.5% 1em;
}

.dekasegi-box .inr .feature-list .detail .image{
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

.dekasegi-box .inr .feature-list .detail .image img{
  width: 100%;
  height: auto;
}
.dekasegi-box .inr .feature-list .detail .text-box{
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em 0 1em;
    background: #fff;
}

.dekasegi-box .inr .feature-list .detail .title{
  font-weight: bold;
  font-size: 1.5rem;
}

.dekasegi-box .inr .feature-list .detail .text{
  margin-bottom: 0;
    font-size: 0.9rem;
}
.reason-box .reason-text{
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 1.5em;
}

.reason-box .reason-text2{
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 0;
    clear: both;
}
.red{
    color: #ff4c4c;
}
.reason-box .reason-text-sub{
    text-align: center;
}

.store{
  float: left;
  width: 50%;
  padding: 1em 1em 0;
}

.store .image{
  width: 100%;  
}

.store .image img{
  width: 100%;
  height: auto;
}

.store .name{
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.store .info-text{
  font-size: 0.9rem;
}

.store .price-list{
  text-align: center;
  padding: 0;
  list-style: none;
  border: solid 3px #ff4b4c;
  padding: 0.8em 0;
}

.store .price-list li{
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.1em;
  float: left;
  width: 50%;
  color: #ff4b4c;
}

.store .price-list li.sub{
  font-size: 1.2rem;
}

.store .price-list li .time{
  margin-right: 1em;
}

.cnt-box .sub-hx{
  margin: 1.5em 0 0;
}

.cnt-box .sub-hx img{
  width: 100%;
  max-width: 1000px;
}

.video-box .video-hx{
  text-align: center;
  margin: 0 auto;
}

.video-box .video-hx img{
  width: 100%;
  max-width: 700px;
  height: auto;
}

.video-box .video-list{
  padding: 1.5em 1.5em 2.5em;
  margin: 0;
}

.video-box .video-list .video{
  float: left;
  width: 50%;
  padding: 0.5em;
  list-style: none;
}

.video-box .video-list .video video{
  width: 100%;
  height: auto;
}

.video-box .blog-text{
  text-align: center;
}

.video-box .blog-text img{
  width: 100%;
  max-width: 670px;
}

.video-box .blog-link{
  text-align: center;
  margin: 0;
}

.video-box .blog-link a{
  background: #ea5300;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 0.2em 1em;
  font-style: oblique;
  font-size: 2rem;
  border: 1px dashed #FFF;
  box-shadow: 0px 0px 0px 5px #ea5300;
  margin-bottom: 2em;
}

.voice-box{
  margin-bottom: 1em;
}

.voice-box .inr{
  text-align: center;
  padding: 2em 0;
}

.voice-box .inr .voice-hx{
  font-weight: bold;
  font-size: 60px;
  color: rgba(0, 0, 0, 0);
  text-shadow: 3px 3px 0 #9db;
  -webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;
  text-align: center;
}

.voice-box .inr .balloon{
  position: relative;
  display: inline-block;
  margin: 1.5em auto;
  padding: 0.5em 2em;
  max-width: 100%;
  color: #111;
  background: #ffffff;
  border-radius: 15px;
  font-size: 1.1rem;
  letter-spacing: 0.09em;
  border: solid 5px #111;
}

.voice-box .inr .balloon:before{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.voice-box .inr .balloon:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #111;
  z-index: 1;
}

.voice-box .inr .voice-hx-sub{
  margin: 0;
  padding: 0;
}

.voice-box .inr .voice{
  background: #fff;
  margin: 0 auto 1em;
  border: solid 5px #111;
  max-width: 700px;
}

.voice-box .inr .voice .image{
  float: left;
  margin: 0;
  border-right: solid 5px #111;
}

.voice-box .inr .voice .text-box{
  float: left;
  margin: 0;
  padding: 0.5em 1em;
}

.voice-box .inr .voice .text-box .name{
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
  margin: 0.5em 0;
}

.voice-box .inr .voice .text-box .name .sub{
  font-size: 0.75em;
}

.voice-box .inr .voice .text-box .text{
  text-align: left;
  margin: 0;
}

.tbl01 {border-collapse: collapse;width: 90%;margin: 1em auto;}
.tbl01 th,.tbl01 td {
    padding: 1em 2em;
    border: 1px solid #111;
    vertical-align: top;
    text-align: left;
    font-size: 0.9rem;
  }
  .tbl01 th {
    width: 20%;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.07em;
    font-weight: normal;
    border-bottom: solid 1px #111;
background: #ededed;
  }
  .tbl01 th.last{
    border-bottom: solid 1px #111;
  }
  .tbl01 td {
  background: #fff;
  }
@media only screen and (max-width:780px) {
.tbl01 th,.tbl01 td {display: block;width: auto;border-bottom: none;}
.tbl01 tr:last-child {border-bottom: 1px solid #c2a072;}
}


@media screen and (max-width: 780px) {
  .sp{
    display: inline-block;
  }
  .pc{
    display: none;
  }
  .reason-box .inr .reason{
    width: 100%;
    padding: 0.2em;
    margin-bottom: 1em;
  }
  .reason-box .inr .reason .reason-hx{
    font-size: 0.9rem;
    margin-bottom: 0.3em;
    float: left;
    width: 70%;
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .reason-box .inr .reason .reason-text{
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 0 0.3em;
    float: left;
    width: 70%;
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .reason-box .inr .reason .image{
    margin-bottom: 0.5em;
    float: left;
    width: 30%;
  }
  .price-box .price .price-hx{
    font-size: 1.15rem;
    padding: 0.5em 0;

  }
  .price-box .price .price-sub{
    padding: 0 2em;
    font-size: 0.85rem;
  }
  .dekasegi-box .dekasegi-hx{
    font-size: 1.5rem;
    margin: 0;
  }
  .dekasegi-box .inr .feature-list{
    padding: 0 0.5em;
  }
  .dekasegi-box .inr .dekasegi-list li{
    width: 50%;
  }
  .dekasegi-box .inr > .text,
  .dekasegi-box .inr > .text2{
    font-size: 1.1rem;
  }
  .dekasegi-box .inr .feature-list .detail{
    width: 98%;
  }
  .dekasegi-box .inr .feature-list .detail .image{
    float: none;
    width: 100%;
  }
  .dekasegi-box .inr .feature-list .detail .text-box{
    float: none;
    width: 100%;
    z-index: 2;
    position: relative;
  }
  .dekasegi-box .inr .feature-list .detail .text {
    font-size: 0.85rem;
    margin-bottom: 0;
  }
  .dekasegi-box .inr .feature-list .detail .image{
    border-right: none;
  }
  .dekasegi-box .dekasegi-hx2{
    padding: 1.5em 2em 0;
    margin: 0;
  }
  .dekasegi-box .inr .feature-list .detail .title{
    font-size: 1.1rem;
    margin-bottom: 0.3em;
    text-align: center;
  }
  .reason-box .reason-text{
    text-align: left;
    font-size: 1.1rem;
    padding: 0 0.9em 0;
    margin-bottom: 0;
  }
  .reason-box .reason-text br{
    display: none;
  }
  .reason-box .reason-text2{
    font-size: 1.3rem;
  }
  .reason-box .reason-text-sub{
    font-size: 0.85rem;
  }
  .store{
    width: 100%;
  }
  .store .name{
    margin: 0 0 0.3em;
  }
  .top-text-box .text-center{
    font-size: 1.5rem;
  }
  .store .price-list li{
    font-size: 1.1rem;
  }
  .video-box .video-list .video{
    width: 100%;
    padding: 0;
  }
  .voice-box .inr{
    padding: 1em 0;
  }
  .voice-box .inr .voice-hx{
    font-size: 1.7rem;
  }
  .voice-box .inr .balloon{
    padding: 0.5em 2em;
    font-size: 0.7rem;
  }
  .voice-box .inr .voice{
    margin: 0 0.5em 1em;
  }
  .voice-box .inr .voice .image{
    width: 30%;
  }
  .voice-box .inr .voice .image img{
    width: 100%;
    height: auto;
  }
  .voice-box .inr .voice .text-box{
    width: 70%;
  }
  .voice-box .inr .voice .text-box .name{
    font-size: 1rem;
  }
  .voice-box .inr .voice .text-box .text{
    font-size: 0.7rem;
  }
  .reason-box .reason-image li{
    margin-bottom: 2em;
  }
  .reason-box .reason-image.contact li img{
    width: 80%;
  }
}

.bg-yellow{
  background: url(../assets/images/common/bg-yellow.png) repeat;
}
.bg-pink{
  background: url(../assets/images/common/bg-pink.png) repeat;
}
.bg-blue{
  background: url(../assets/images/common/bg-blue.png) repeat;
}


  .bottom-fix{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 10;
  }

  .bottom-fix .bottom-link{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background: rgba(193, 192, 171, 0.95);
  }

  .bottom-fix .bottom-link .link{
    float: left;
    width: 33.33333%;
    box-sizing: border-box;
  }

  .bottom-fix .bottom-link .link a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 2rem;
    letter-spacing: 0.2em;
    padding: 0.5em 0;
    color: #fff;
    text-align: center;
  }
  .bottom-fix .bottom-link .link a img{
    width: 1.1em;
    vertical-align: text-bottom;
    margin-right: 0.5em;
  }
  .bottom-fix .bottom-link .link a.tel{
    background: #f7b4cb;
  }
  .bottom-fix .bottom-link .link a.tel .pc{
    letter-spacing: 0.1em;
  }
  .bottom-fix .bottom-link .link a.web{
    background: #80b2dd;
  }
  .bottom-fix .bottom-link .link a.line{
    background: #60cb60;
  }

@media screen and (max-width: 780px) {
  .bottom-fix .bottom-link .link a{
    font-size: 1.3rem;
  }
}

.cf:after{
  content:"";
  display: table;
  clear:both;
}


/* 点滅 */
.blinking{
    -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
  @-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
  }
  @-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
  }
  @keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
  }

.sp-only{display: none;}
@media screen and (max-width: 780px) {
  .sp-only{display: inline-block;}
}

/*=============================
         ヘッダー
=============================*/

.hd{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0.3em 0;
  transition: all 0.6s ease;
  background: #fff;
  border-bottom: solid 1px #ededed;
}

.hd.hd-change{
  background: #fff;
}

.hd .inr{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}

.hd .inr .logo{
  float: left;
  margin: 0;
  font-size: 1rem;
  padding: 0.5em 0;
}

.hd .inr .logo a{
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}

.hd .inr .logo img{
  width: 100%;
  height: auto;
}

.hd .inr .contact-box{
    text-align: right;
}

.hd .inr .contact-box li{
  list-style: none;
  margin-bottom: 0.5em;
}

.hd .inr .contact-box li a{
  font-size: 1.2em;
}

.hd .inr .contact-box li.tel a{
  font-weight: bold;
}

.hd .inr .contact-box li.tel a .sub{
  font-size: 0.6em;
  margin-right: 1em;
  font-weight: normal;
}

.hd .inr .contact-box li.line a{
    background: #60cb60;
    padding: 0.4em 1em;
    color: #fff;
    border-radius: 4px;
}
.hd .inr .contact-box li.line a img{
  margin-right: 0.5em;
    vertical-align: text-bottom;
}

.hd .inr .contact-box li.web a{
    background: #80b2dc;
    padding: 0.4em 1em;
    color: #fff;
    border-radius: 4px;
}

.hd .inr .nav{
  padding: 1.3em 0;
  border-top: solid 1px #ededed;
}

.hd .inr .nav .hd-nav-list{
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hd .inr .nav .hd-nav-list .hd-link{
  width: 20%;
  float: left;
}

.hd .inr .nav .hd-nav-list .hd-link.shop{
  width: 19%;
  margin-left: 1%;
}
.hd .inr .nav .hd-nav-list .hd-link.time{
  display: none;
}

.hd .inr .nav .hd-nav-list .hd-link.g-nav a{
  display: block;
  color: #333;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  font-size: 0.85rem;
}

.hd .inr .nav .hd-nav-list .hd-link.g-nav.line a{
  background: #53d453;
  color: #fff;
  padding: 0.5em 0;
  border-radius: 5px;
}

.hd .inr .nav .hd-nav-list .hd-link.g-nav a img{
  width: 1.5em;
  margin-right: 1em;
}
.hd .inr .nav .hd-nav-list .hd-link.g-nav a .sub{
    font-size: 0.7em;
    display: block;
    color: #c2a072;
}

@media screen and (max-width: 780px) {
   .hd .inr .contact-box{
    display: none;
  }
  .hd .inr{
    text-align: center;
  }
  .hd .inr .logo{
    float: none;
    display: inline-block;
  }
  .hd .inr .nav{
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgb(243 226 226 / 93%);
    left: 0;
  }
  .hd .inr .nav .hd-nav-list{
    display: block;
    width: 90%;
    height: 350px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
  }
  .hd .inr .nav .hd-nav-list .hd-link,
  .hd .inr .nav .hd-nav-list .hd-link.shop{
    float: none;
    width: 100%;
    margin: 0 0 1.2em;
    padding: 0;
  }
  .hd .inr .nav .hd-nav-list .hd-link.g-nav a{
    color: #333;
    font-size: 1.1rem;
  }
  .hd .inr .nav .hd-nav-list .hd-link.shop a{
    background: none;
    font-size: 1.2rem;
    padding: 0;
    border: none;
  }
  .hd .inr .nav .hd-nav-list .hd-link.shop a:hover{
    background: none;
    color: #222;
    border: none;
  }
  .hum-menu{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 2.3em;
    right: 1.5em;
    z-index: 100;
  }
  .hum-menu div {
    position: relative;
  }
  .hum-menu span{
    display: block;
    height: 2px;
    background: #333;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  .hum-menu span:nth-child(1){
    top:0px;
  }
  .hum-menu span:nth-child(2){
    top:8px;
  }
  .hum-menu span:nth-child(3){
    top:16px;
  }
  .open .hum-menu span{
    background: #333;
  }
  .open .hum-menu span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open .hum-menu span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open .hum-menu span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

/*=============================
         フッター
=============================*/

.ft{
  width: 100%;
  padding: 0 1em 3em;
}

.ft .inr{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-top: solid 1px #cccccc;
  padding-top: 2em;
}

.ft .inr .ft-link{
  text-align: center;
}

.ft .inr .ft-link .link-list{
  padding: 0;
  margin-bottom: 2em;
}

.ft .inr .ft-link li{
  display: inline-block;
  padding: 0 0.5em;
}

.ft .inr .ft-link li a{
  display: block;
  text-align: center;
  font-size: 0.85rem;
}

.ft .inr .ft-sns-link{
  text-align: center;
}

.ft .inr .ft-sns-link .sns-list{
  padding: 0;
  margin-bottom: 2em;
}

.ft .inr .ft-sns-link li{
  display: inline-block;
  padding: 0 0.75em;
}

.ft .inr .ft-sns-link li a{
  display: block;
}

.ft .inr .ft-sns-link li a img{
  width: 40px;
  height: auto;
}

.ft .inr .ft-logo{
  text-align: center;
}

.ft .inr .ft-logo img{
  width: 220px;
}

.ft .inr .copy{
  text-align: center;
  font-size: 0.5rem;
  color: #cccccc;
}

@media screen and (max-width: 780px){
  .ft .inr .ft-link li a{
    font-size: 0.75rem;
  }
  .ft .inr .ft-sns-link li a img{
    width: 30px;
  }
  .ft .inr .ft-logo img{
    width: 160px;
  }
}

/*=============================
      ページ共通イメージ
=============================*/

.page-image{
  width: 100%;
}

.page-image .image{
  width: 100%;
  overflow: hidden;
  max-height: 330px;
  text-align: center;
  margin: 0;
  position: relative;
}

.page-image .image img{
  width: 100%;
/*  max-width: 1400px;*/
  height: auto;
  filter: brightness(80%);
}

.page-image .image .page-title{
  position: absolute;
  bottom: 7px;
  right: 30px;
  color: #fff;
  font-size: 4.5rem;
  margin: 0;
  line-height: 0.65;
}

@media screen and (max-width: 780px) {
  .page-image .image .page-title{
    font-size: 2rem;
    left: 0;
    right: auto;
  }
}

/*=============================
     トップページスライド
=============================*/

.slide-area{
  text-align: center;
  height: 1000px !important;
}

.slide-area .intro-text{
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
}

.slide-area .intro-text .logo{
  width: 530px;
}

.slide-area .scroll{
  position: absolute;
  bottom: 0.5em;
  width: 100%;
}

.slide-area .scroll a {
  padding-top: 44px;
  display: inline-block;
  color: #fff;
}
.slide-area .scroll a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 37px;
    margin-left: -10px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.slide-area .scroll a span::before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 4px;
  height: 4px;
  margin-left: -2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 780px) {
  .slide-area{
    height: 500px !important;
  }
  .slide-area .intro-text{
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    top: 45%;
  }
  .slide-area .intro-text .logo{
    width: 200px;
  } 
}

/*=============================
         トップページ
=============================*/

.top-cnt{
  width: 100%;
  padding: 2em 1em;
}

.top-cnt.about{
  padding: 2em 1em 0;
}

.top-cnt .inr{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.faq-wp .inr{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.flow-box{

}

.flow-box .image{
  float: left;
  padding: 0.5em;
  width: 40%;
}

.flow-box .image img{
  width: 100%;
}

.flow-box .flow-text-box{
  float: left;
  padding: 0.5em 1em;
  width: 60%;
}


.inr .content-hx{
  font-size: 3.5rem;
  letter-spacing: 0.07em;
  text-align: center;
  line-height: 0.6;
  padding: 0.5em;
  color: #c4a579;
}

.inr .content-hx .sub{
  font-size: 0.7rem;
}

.faq-wp{
  padding: 3em 0;
}

.faq-wp.bg{
    background: #e5e4e2;
}

.faq-wp .sub-hx{
font-weight: normal;
    font-size: 1.5em;
    border-bottom: solid 1px #9999;
    padding: 0.5em 0;
    margin-bottom: 0.7em;
}


.faq-wp .faq-box{
  padding-left: 1.2em;
  margin-bottom: 2em;
}

.faq-wp .faq-box .faq-q{
  margin-bottom: 0.3em;
  font-size: 1rem;
    font-size: 0.9rem;
}
.faq-wp .faq-box .faq-q span{
    margin-left: -1.2em;
    margin-right: 0.2em;
    color: #b58f5a;
    font-size: 1rem;
}

.faq-wp .faq-box .faq-a{
    font-size: 0.9rem;
}

.faq-wp .faq-box .faq-a span{
    margin-left: -1.2em;
    margin-right: 0.2em;
    font-size: 1rem;
    font-weight: bold;
    color: #b58f5a;
}

.about-page .intro-text{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",Georgia,HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center;
    color: #111;
    margin: 0;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    padding: 1.5em 0;
    /* font-style: oblique; */
    position: relative;
    line-height: 1.7;
}

.about-page .company-image{
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  list-style: none;
  margin-bottom: 2em;
}

.about-page .company-image li{
  float: left;
  width: 25%;
  padding: 1em;
}

.about-page .company-image li img{
  width: 100%;
}

.about-page .tel{
    text-align: center;
    letter-spacing: 0.07em;
}

.about-page .address{
    text-align: center;
    letter-spacing: 0.07em;
}

.about-page .map-box{
    margin-bottom: 1.5em;
    filter: grayscale(1);
}

.about-page .map-box iframe{
  width: 100%;
}


@media screen and (max-width:700px) {
  .faq-wp.first{
    padding-top: 0;
  }
  .faq-wp{
    padding: 3em 1em;
  }
  .about-page .intro-text{
    font-size: 1.2rem;
  }
  .about-page .company-image li{
    width: 50%;
  }
}



/*=============================
     contact コンテンツページ
=============================*/

.contact-page-box{

}

.contact-page-box .contact-box{
  font-size: 0.85rem;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 5em;
  padding: 1em;
}

.contact-page-box .contact-box .contact-table{

}

.contact-page-box .contact-box .contact-table .msg-text{
  text-align: center;
}

.contact-page-box .contact-box .contact-table .msg-error{
  text-align: center;
  color: #ff2424;
}

.contact-page-box .contact-box .contact-table .form-list{
  margin-top: 4em;
}

.contact-page-box .contact-box .contact-table .form-list dt{
  width: 100%;
  padding: 0.7em;
  letter-spacing: 0.07em;
}

.contact-page-box .contact-box .contact-table .form-list dt .require{
  font-weight: 500;
  font-size: 0.7em;
  padding: 0.15em 0.5em;
  background: #c4a579;
  color: #fff;
  vertical-align: text-top;
  margin-left: 1em;
}

.contact-page-box .contact-box .contact-table .form-list dd{
  width: 100%;
  padding: 0.3em 0.7em 1.5em;
}
.contact-page-box .contact-box .contact-table .form-list dd ul{
  padding: 0;
  list-style: none;
}

.contact-page-box .contact-box .contact-table .form-list dd ul li{
  display: inline-block;
}
.contact-page-box .contact-box .contact-table .form-list dd .note{
  font-size: 0.7rem;
  font-style: normal;
  padding-top: 0.5em;
}

.contact-page-box .contact-box .contact-table .form-list dd.err{
  background: #ffefef;
}

.contact-page-box .contact-box .contact-table .form-list dd input{
  width: 100%;
/*  border: solid 1px #fff;*/
}

.contact-page-box .contact-box .contact-table .form-list dd input.old{
  width: 3em;
  margin-right: 0.5em;
}
.contact-page-box .contact-box .contact-table .form-list dd input.job{
  width: auto;
  margin-right: 0.2em;
}

.contact-page-box .contact-box .contact-table .form-list dd label{
  margin-right: 1em;
}

.contact-page-box .contact-box .contact-table .form-list dd textarea{
  width: 100%;
  height: 8em;
/*  border: solid 1px #fff;*/
}

.contact-page-box .contact-box .contact-table .hx-form-post{
  text-align: center;
  font-size: 1.1rem;
}

.contact-page-box .contact-box .contact-table .text-form-post{
  text-align: center;
  line-height: auto;
}

.contact-page-box .contact-box .contact-table

.contact-page-box .contact-box .flexcroll{
  text-align: center;
}

.contact-page-box .contact-box .flexcroll .flexcroll-text{
  font-size: 0.75rem;
  line-height: 2;
  border: solid 1px #999999;
  padding: 1em;
  width: 90%;
  margin: 0 auto 3em;
  text-align: left;
}

.contact-page-box .btn-form{
  text-align: center;
}

.contact-page-box .btn-form form{
  display: inline-block;
}

.contact-page-box .btn-form button{
  display: inline-block;
  background: #fff;
  color: #111;
  font-size: 0.8rem;
  letter-spacing: .1em;
  padding: 10px 50px;
  transition: all 0.5s ease;
  border: solid #111 1px;
}

.contact-page-box .btn-form button:hover{
  background: #111;
  color: #fff;
  border: solid #fff 1px;
  text-decoration: none;
}

@media screen and (max-width: 780px) {
  .contact-page-box .contact-box .contact-table .form-list dt{
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  .contact-page-box .contact-box .contact-table .form-list dd{
    float: none;
    width: 100%;
  }

}

.rec-page-link{
  list-style: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
padding: 0 1em 3em;
}

.rec-page-link li{
  width: 50%;
  padding: 0.5em;
  box-sizing: border-box;
  text-align: center;
  float: left;
}

.rec-page-link li img{
  width: 100%;
}

.voice-box{
  background: #ededed;
  border: solid 1px #ccc;
  padding: 2em 2em 1em;
  box-sizing: border-box;
}

.voice-box .image-box{
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding-right: 2em;
}

.voice-box .image-box .image{

}

.voice-box .image-box .image img{
  width: 100%;
}
.voice-box .image-box .name{
  text-align: center;
}
.voice-box .voice-text-box{
  float: left;
  width: 80%;
  box-sizing: border-box;
  background: #fff;
  padding: 1em;
}

.voice-box .voice-text-box .text{

}


.about-page .f-list{
  padding: 0;
}

.about-page .f-list li{
  list-style: none;
  float: left;
  width: 48%;
  box-sizing: border-box;
  margin: 1%;
  background: #ffd1d1;
  font-size: 1.3rem;
  padding: 0.5em 1em;
  border-radius: 10px;
}

.about-page .f-list li .ico{

}

.about-page .f-list li .ico img{
  width: 1em;
}

.reason-box.about{
  background: #ededed;
  margin: 0;
}

.about-point-list{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
  box-sizing: border-box;
}

.about-point-list li{
  float: left;
  list-style: none;
  width: 33%;
  padding: 3em 1em 1em;
  box-sizing: border-box;
}

.about-point-list li a{
  display: block;
  text-align: center;
  padding: 0.5em 1em;
  box-sizing: border-box;
  background: #e37516;
  color: #fff;
    font-size: 1.6rem;
    line-height: 1;
  border-radius: 10px;
  transition: all 0.4s;
}
.about-point-list li a:hover{
  opacity: 0.7;
}

.about-point-list li a .sub{
  font-size: 0.6em;
}

.faq-wp.about .about-hx{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",Georgia,HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center;
    color: #111;
    margin: 0;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    padding: 0 0 0.3em;
    position: relative;
    line-height: 1.5;
}

.faq-wp.about .about-hx .point{
  font-size: 0.5em;
}

.faq-wp.about .about-hx-sub {
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",Georgia,HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center;
    color: #706255;
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 0 0 1.5em;
    position: relative;
    line-height: 1.5;
}

.faq-wp.about .life-hx{
  font-weight:normal;
  font-size: 1.5rem;
  border-bottom: solid 1px #ccc;
  padding: 0.5em;
  text-align: center;
  margin: 1em 0;
}

.faq-wp.about .life-list{
  padding: 0;
}
.faq-wp.about .life-list li{
  float: left;
  list-style: none;
  padding: 0.5em;
  font-size: 1rem;
  margin: 0.5%;
  width: 15.666%;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}

.faq-wp.about .detail-box{
  padding: 0.5em 1.5em;
  box-sizing: border-box;
  border: solid 1px #ccc;
  margin-bottom: 1rem;
}

.faq-wp.about .detail-box > .sub-hx{
  font-size: 1.3rem;
}
.faq-wp.about .salary{
  box-sizing: border-box;
  background: #fff;
  padding: 2em;
  width: 100%;
  max-width: 600px;
  margin: 2em auto;
}

.faq-wp.about .salary .about-hx-sub{
  text-align: center;
}

.faq-wp.about .salary dt{
  text-align: center;
  font-size: 1.4rem;
}

.faq-wp.about .salary dd{
  text-align: center;
  font-size: 2rem;
}

.faq-wp.about .salary .sub{
  font-size: 0.6em;
}


#point1{
    background: #fbe4e4;
}

#point3{
    background: #fbe4e4;
}


@media screen and (max-width: 780px) {
  .cnt-box{
    padding: 0 0.6em;
    font-size: 0.7rem;
  }
  .hd .inr .logo img{
    max-width: 180px;
  }
  .reason-main-hx{
    font-size: 1.5rem;
  }
  .inr .content-hx{
    font-size: 2.3rem;
    padding: 0 0 0.5em;
  }
  .reason-sub-hx{
    font-size: 0.9rem;
  }
  .cnt-box.point{
    padding: 3em 0.7em;
  }
  .cnt-box .top-flow-image{
    padding: 0;
  }
  .ft .inr .ft-sns-link{
    font-size: 0.8rem;
  }
  .flow-box .image{
    width: 100%;
    float: none;
  }

  .flow-box .flow-text-box{
    width: 100%;
    float: none;
  }
  .voice-box .image-box{
    width: 100%;
    padding: 0;
    float: none;
  }
  .voice-box .image-box .image{
    width: 10%;
    float: left;
  }
  .voice-box .image-box .name{
    width: 80%;
    float: left;
    text-align: left;
    font-size: 1.2rem;
    padding-left: 1em;
    padding-top: 0.3em;
  }
  .voice-box .voice-text-box{
    width: 100%;
    float: none;
  }
  .about-page .f-list li{
    width: 98%;
  }
  .reason-box.about{
    padding: 3em 1em;
  }
  .about-point-list li{
    width: 100%;
    padding: 0.3em 1em;
  }
  .faq-wp.about{
    padding: 2em;
  }
  .faq-wp.about .about-hx{
    font-size: 1.8rem;
    font-weight: normal;
  }
  .faq-wp.about .life-list li{
    width: 32.333%;
  }
.faq-wp.about .detail-box > .sub-hx{
    font-size: 1.1rem;
  }
.faq-wp.about .detail-box > .text{
    font-size: 0.8rem;
  }

}