body{font-family: 'Kosugi Maru', sans-serif;margin: 0;padding: 0;}
h2{
    font-size: 3rem;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .5rem;
}
img{width: 100%;}
a{text-decoration: none; color: inherit;}
section{
    padding: 10rem 0;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    line-height: 3rem;
}

.sp_disp{display: none;}
.pc_disp{display: block;}
.overflowH{overflow: hidden;}
section:first-child{padding: 0;}
ul,li{padding: 0;margin: 0;list-style: none;}

header{width: 100%; position: sticky; top: 0; background-color:rgba(255,255,255,.7);padding-top: 20px;padding-bottom: 5px;z-index: 9999;}
.phone{font-size: 18px;font-weight: bold;}
.phone_img{width: 18px; display: inline-block;margin-right: .5rem;}
nav{max-width: 1000px; margin: auto;}
nav ul.header_nav li{display: inline-block;font-size: 10px;border-right: 1px solid #d2d2d2;vertical-align: baseline;}
nav ul.header_nav li.menu_txt{font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 12px;padding-right: 1rem;}
nav ul.header_nav li:first-child{margin-right: 1rem;border-right: none;}
nav ul.header_nav li:last-child{margin-left: 1rem;;border-right: none;}
.inner{max-width:1000px; margin: auto;}
.color_01{background-color: #978e7d; color: #fff;}
.color_03{background-color: #e5e4df; color: #fff;}
.color_02{background-color: #a2adaf; color: #fff;}
p.insta_h{display: inline-block; width: 18px; vertical-align: text-bottom; margin-left: 2rem;}
p.fb_h{display: inline-block; width: 18px; vertical-align: text-bottom; margin-left: .5rem;}
section.sec2{text-align: center;}
section.sec2 div{margin-top: 5rem;}
section.sec2 div h3{margin-bottom: 5rem;}

#insta{margin-top: 5rem;}

.staff{position: relative;min-height: 50%;min-height: 40rem;}
.staff .hiramatsu{position: absolute;top: 8rem;left: 10%;width: 300px;}
.staff .hiramatsu.anime,.staff .left_hand.anime{animation:.1s ease .1s alternate forwards running leftmove;}
.staff .hachi.anime,.staff .right_hand.anime{animation:.1s ease .1s alternate forwards running rightmove;}
.staff .hachi{position: absolute;top: 8rem;right: 10%;width: 300px;}
.left_hand,.right_hand{width: 116px;position: absolute;
    /* animation: rotation 2s ease 0s 1 alternate ; */
    animation:2s ease .5s infinite alternate forwards running rotation;
}
.left_hand{top: 28rem; left:3%;}
.right_hand{top: 28rem;right: 3%;}

.hiramatsu_detail{position: absolute; top: 5rem; left: -500px;opacity: 0;background:#fff;border-radius: 20px;width: 800px;height: 500px;color: #000;padding: 20px; line-height: 2rem;font-size: 12px;transition: .5s;}
.hiramatsu_detail.anime{animation:.1s ease .1s alternate forwards running rightmove;}
.hachi_detail.anime{animation:.1s ease .1s alternate forwards running leftmove;}
.hachi_detail{position: absolute; top: 5rem; right: -500px;opacity: 0;background:#fff;border-radius: 20px;width: 800px;height: 500px;color: #000;padding: 20px; line-height: 2rem;font-size: 12px;transition: .5s;}

.hiramatsu_detail .detail_txt,.hachi_detail .detail_txt{width: 60%;position: absolute;top: 20px; left: 20px; font-size: 16px;}
.hiramatsu_detail .detail_img{width: 43%;position: absolute;bottom: 0; right: 0;}
.hachi_detail .detail_img{width: 30%;position: absolute;bottom: 0; right: 0;}
.detail_txt p{font-family: 'Raleway', sans-serif; font-weight: bold;font-size: 20px;}
.price_list{display: flex;flex-wrap: wrap;justify-content: space-between; align-items:stretch;align-content: space-between;margin-top: 5rem;}
.price_list .price{border: 1px solid #fff; width: 32%; padding: 20px;line-height: 1.5rem; margin-top: 2rem;}
.price p{font-size: 20px;font-weight: bold; margin-bottom: 1rem;}
.minfont{font-size: 10px;}


.bg_01{background: url('../img/bg_5.jpg');background-size: cover;color: #fff;;}
.bg_02{background: url('../img/bg_7.jpg');background-size: cover;color: #fff;;}
/* slider custom */
.slick-dots{bottom: -60px;}
.slick-slide{border: 1px solid #fff; margin-right: 1rem; padding: .5rem;}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
  
    50% {
      transform: rotate(-10deg);
    }
  
    100% {
      transform: rotate(10deg);
    }
  }

  @keyframes leftmove {
    0% {
        transform:translateX(0);
        opacity:0;
    }
 
    100% {
        transform:translateX(-500px);
        opacity:1;
    }
  }
  @keyframes rightmove {
    0% {
        transform:translateX(0);
        opacity:0;
    }
 
    100% {
        transform:translateX(500px);
        opacity:1;
    }
  }

.comp_info{margin-top: 5rem;}
  dl {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
  }
  dt {
    width: 20%;
    padding: 1rem;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  
  dd {
    width: 80%;
    box-sizing: border-box;
    padding: 1rem;
    border-bottom: 1px solid #fff;
  }
  iframe{width: 100%;max-height: 300px;}


  footer{
    /* background: url(../img/PXL_20210901_091555609.jpg); */
    background-size: contain;
    text-align: center;
    padding: 1rem;
    color: #000;
  }
  