/* --------------------------------------------------
------------------- Header -------------------------
------------------------------------------------------*/
.menu-body {
  margin-bottom: 80px;
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.stick {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 1px;
  height: 80px;
  background-image: url(../images/common/stick.png);
  z-index: 10;
}
.body-onepicture{
  width: 1600px;
  text-align: center;
  margin: auto;
}
.show-mobile{
  display: none;
}
.video-sp{
  display: none;
}
.ovh .h-box-center::before{
    background: none;
  }
  .ovh .h-nav1 .bg-logo{
    background: transparent;
  }
  .ovh .h-nav1 .bg-logo::before{
    content: '';
    display: flex;
    justify-content: space-between;
    background-size: contain;
    width: 450px;
    z-index: -1;
    height: 100vh;
    position: fixed;
    background: rgb(7, 7, 7);
    opacity: 0.88;
  }
  .ovh .h-nav{
    z-index: 0;
  }
  
  .ovh .h-box-center::after, .ovh .head-hh{
    background: none;
    z-index: 90;
  }
  
  .ovh #Y_sclorebox{
    display: none;
  }
  
  .none-top{
    display: none;
  }
  
  .none-top1{
    display: block;
  }
  
  .sec{
    background: #fff;
  }
  
  .h-box-center {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
            align-items: flex-end;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 99;
  }
  .toggle.change ~ .h-nav1 .h-box-center{
    position: fixed;
  }

  .h-box-logo1 {
    position: fixed !important;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    z-index: 200 !important;
    background: url(../images/common/bg-toogle-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
  }
  
  .bg-container{
    display: flex;
    width: 100%;
    height: 100%;
  }
  .bg-container::after{
    position: relative;
    content: "";
    background: rgb(139,69,19,0.8);
    width: 68.6%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 90;
    transform: translateY(-100%);
  } 
  
  .bg-container::before{
    position: relative;
    content: "";
    background: rgb(30,0,0,0.8);
    width: 600px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 91;
    transform: translateY(-100%);
  }
  
  .h-box-logo{
    position: absolute;
    left: 50px;
    z-index: 99;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .h-box-logo a.logo {
    display: block;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    letter-spacing: 2.2px;
    font-size: 18px;
  }
  
  .h-box-logo a.logo img {
    width: 100%;
  }
  
  .h-box-logo a.logo:hover {
    opacity: 0.7;
  }
  
  .h-box-logo1 .flex{
    height: 100%;
    align-items: flex-start;
    justify-content: center;
  }
  
  .h-box-logo1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
    padding-left: 57px;
  }
  
  .h-box-logo1 ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .h-box-logo1 ul li a{
    display: block;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    width: 190px;
    margin: 0 auto 0 0;
  }
  
  .h-box-logo1 ul li a::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    background: url(../images/common/ic-line-1.png);
    background-size: cover;
  }
  
  .h-box-logo1 ul li:last-of-type a::after{
    background: none;
  }
  
  
  .h-box-logo1 ul li a p{
    text-align: center;
    font-weight: 500;
    color: #fff;
  }
  
  .h-box-logo1 ul li a p:first-of-type{
    font-size: 16px;
    margin: 0 auto;
    text-align: left;
    letter-spacing: 3px;
  }
  
  .h-box-logo1 ul li a p:last-of-type{
    font-size: 12px;
    margin: 0 auto;
    text-align: left;
    letter-spacing: 2px;
    padding-top: 5px;
  }
  
  
  .h-box-logo1 ul li a{
    position: relative;
    display: block;
  }
  
  .h-box-logo1 ul li{
    width: 100%;
  }
  /* 
  .h-box-logo ul li a:before {
    content: '';
    display: block;
    width: 41px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto 10px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  } */
  
  /* .h-box-logo1 ul li a:hover{
    opacity: 0.7;
  } */
  .h-box-logo1 ul li a:hover p:last-child{
    color: #A60000;
    transition: 0.5s;
  }
  .h-box-logo1 ul li a:hover:before {
    opacity: 1;
  }
  
  .h-box-logo1 ul li:last-of-type a::after{
    background: none;
  }
  
  
  .h-box-main {
    padding-top: 40px;
  }
  
  .h-box-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  
    padding: 0px 0px 182px 144px;
    z-index: 91;
  }
  
  .h-box-txt .txt-head {
    width: 100%;
  }
  
  .h-box-txt .txt-head p{
    width: 100%;
    font-size: 80px;
    line-height: 160%;
    color: #6C5819;
    opacity: 0.8;
    letter-spacing: 14.9px;
  }
  
  .h-box-txt .txt-head p:nth-of-type(2){
    position: relative;
    top: -13px;
  }
  
  .h-box-txt .txt-head p:nth-of-type(1){
    padding-left: 145px;
  }
  
  .h-box-txt .txt-head p:nth-of-type(3){
    padding-left: 48px;
    position: relative;
    top: -25px;
  }
  
  .h-box-txt .txt-head p span{
    color: #fff;
  }
  
  .h-box-txt .ct-head{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 200%;
    padding-left: 40px;
    margin-left: 110px;
    position: relative;
    top: -7px;
  }
  
  .h-box-txt .ct-head::before{
    position: absolute;
    content: "";
    background: #D1CBB8;
    top: 15px;
    left: -500px;
    width: 500px;
    height: 1px;
  }
  
  
  .h-box-btn {
    width: 240px;
    height: 80px;
    margin: 0 auto;
    background-color: rgba(190, 44, 9, 0.94);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    color: #ececec;
    font-weight: bold;
    position: relative;
  }
  
  .h-box-btn:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/common/ic-1.png);
    background-size: cover;
    margin-right: 7px;
  }
  
  .h-box-btn:after {
    content: '';
    width: 15px;
    height: 9px;
    background-image: url(../img/common/h-ic-btn.png);
    background-size: cover;
    position: absolute;
    top: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .h-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 94;
    display: block !important;
    opacity: 1 !important;
  }
  
  .h-nav.fixed{
    position: absolute;
    height: 100%;
  }
  
  .h-nav.fixed1{
    position: fixed;
    height: 120px;
    background-color: rgb(166,0,0,0.9);
  }
  .h-nav.fixed2 {
    height: 120px;
    background-color: rgb(166,0,0,0.9);
  }
  .c-text-ct {
    width: 100%;
    text-align: center;
    font-size: 15px;
      margin: 25px 0;
  }
  .h-nav-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -webkit-box-shadow: 0 5px 4px -6px #333;
    box-shadow: 0 5px 4px -6px #333; */
  }
  
  .h-nav1 .bg-logo{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    background-image: url(../images/common/top-ban.png);
    background-size: contain;

    width: 100%;
    z-index: 100;
  }
  .h-nav-wrap .bg-logo{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    background-image: url(../images/common/top-ban.png);
    background-size: contain;
    z-index: 100;
    width: auto;
  }
  .h-nav-wrap .bg-logo1{
    background: transparent;
  }
  
  .h-nav-wrap .bg-logo-sec{
    background: transparent;
  }
  
  .h-nav1 .bg-logo{
    height: 120px;
  }
  
  .h-nav-wrap .bg-logo h1, .h-nav1 .bg-logo h1{
    width: 450px;
    margin-left: 0;
  }
  .h-nav-wrap .bg-logo h1{
    width: 450px;
    margin-left: 0;
  }
  .fixed2 .h-nav-wrap .bg-logo h1{
    width: 0;
    margin-left: 0;
  }
  /* .h-nav-wrap .bg-logo h1 a, .h-nav1 .bg-logo h1 a{
    display: flex;
    align-items: center;
  } */
  
  .h-nav-wrap .bg-logo h1 a p, .h-nav1 .bg-logo h1 a p{
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 1.4px;
  }
  
  .h-nav-wrap .bg-logo h1 a p.small, .h-nav1 .bg-logo h1 a p.small{
    font-size: 12px;
    letter-spacing: 1.2px;
    padding-top: 5px;
  }
  .h-nav-wrap .bg-logo h1 a span , .h-nav1 .bg-logo h1 a span{
    width: 100%;
    margin-bottom: 0;
  }
  
  .h-nav-wrap .bg-logo h1 a span.l-1 , .h-nav1 .bg-logo h1 a span.l-1{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.3px;
  }
  
  .h-nav-wrap .bg-logo h1 a span.l-2, .h-nav1 .bg-logo h1 a span.l-2{
    font-size: 24px;
    font-weight: bold;
    padding-top: 0px;
    letter-spacing: 2.5px;
    line-height: 120%;
    width: 333px;
    text-align: left;
    padding-left: 8px;
  }
  
  .h-nav-wrap .logo2, .h-box-logo .logo2{
    text-align: center;
    letter-spacing: 3.5px;
    font-size: 20px;
    line-height: 120%;
    position: relative;
    display: block;
    margin-bottom: 5px;
  }
  .c-bg-logo .logo2::before{
    position: absolute;
    content: "";
    background: url(../images/common/ic-hh_2.png) left center no-repeat;
    background-size: cover;
    width: 143px;
    height: 54px;
    top: 0;
    left: 0;
    transform: translate(60%, -25%);
}
  .h-nav-wrap .logo2::before, .h-box-logo .bg-logo .logo2::before{
    position: absolute;
    content: "";
    background: url("../images/common/ic-hh_2.png") left center no-repeat;
    background-size: contain;
    width: 275px;
    height: 95px;
    top: 15px;
    left: 115px;
    /* transform: translate(0%, -35%); */
}
  .h-box-logo .bg-logo .logo2::before{
    /* background-image: url(../images/common/text_title_fixed.png); */
    background-image: url("../images/common/ic-hh_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .fixed1 .h-nav-wrap .logo2::before, .fixed1 ~ .h-nav1 .h-box-logo .bg-logo .logo2::before,
  .fixed2 .h-nav-wrap .logo2::before, .fixed2 ~ .h-nav1 .h-box-logo .bg-logo .logo2::before{
    width: 230px;
    height: 79px;
    top: 25px;
  }

  /* .h-box-logo .bg-logo.bg-logo1 .logo2::before,  .h-box-logo .bg-logo.bg-logo-sg .logo2::before{
    background-image: url(../images/common/ic-hh.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 312px;
    height: 52px;
    transform: translate(60%, -45%);
  }
   .h-nav-wrap .bg-logo1 .logo2::before, .h-nav-wrap .bg-logo.bg-logo-sec .logo2::before{
      background-image: url(../images/common/ic-hh.png);
      background-repeat: no-repeat;
      background-position: center;
      width: 312px;
      height: 52px;
      transform: translate(60%, -45%);
   }
   .h-nav-wrap .bg-logo1 .logo2::before, .h-box-logo .bg-logo.bg-logo1 .logo2::before{
    width: 312px;
    height: 52px;
    transform: translate(0%, 0%);
    background-size: contain;
   } */
   .h-nav.fixed2 .h-nav-wrap .bg-logo.bg-logo-sec .logo2{
     height: 100%;
   }
   /* .h-nav.fixed2 .h-nav-wrap .bg-logo.bg-logo-sec .logo2::before {
      transform: translate(37px, -50%);
      top: 50%;
    } */
  /* .h-nav-wrap .bg-logo .logo2 p,  .h-box-logo .logo2 p{
    display: none !important;
  } */

  .h-nav1 .bg-logo h1 a span{
    display: block;
    text-align: left;
    font-size: 11px;
    line-height: 160%;
    letter-spacing: 2px;
  }
  
  .h-nav-wrap .logo2 span{
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 160%;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
  
  .h-nav1 .bg-logo h1 a span{
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 160%;
    margin-bottom: 0;
    letter-spacing: 2px;
  }
  
  .head-sec{
    display: flex;
  }
  
  .head-sec a{
    position: relative;
    font-size: 14px;
    width: 303px;
    padding-left: 70px;
    padding-top: 10px;
    margin-left: 15px;
    letter-spacing: 1.5px;
  }
  
  .head-sec a:hover{
    color: #698C00;
  }
  
  .head-sec a:hover::before{
    background: url(../images/common/ic-hh-1.png) left center no-repeat;
  }
  
  .head-sec a:last-of-type:hover{
    color: #FF9999;
  }
  
  .head-sec a:last-of-type:hover::before{
    background: url(../images/common/ic-hh-2.png) left center no-repeat;
  }
  
  .head-sec a::before {
    position: absolute;
    content: "";
    background: url(../images/common/ic-hh_2.png) left center no-repeat;
    background-size: cover;
    width: 55px;
    height: 52px;
    top: 6px;
    left: -4px;
    transition: 0.4s;
  }
  
  .head-sec a span{
    font-size: 20px;
    display: block;
    letter-spacing: 2px;
  }
  
  /* .h-nav-inner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: url(../images/common/h-bg-head.png), #fff;
  } */
  
  .h-nav-inner{
    display: none;
  }
  .h-nav-inner-main {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .h-nav-menu{
    width: 100%;
    height: 100%;
  }
  
  
  .h-nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-right: 45px;
    padding-top: 10px;
    height: 90%;
  }
  
  .h-nav-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .h-nav-menu ul li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 17px;
    background: url(../images/top/icon_5.png) right center no-repeat;
      background-size: contain;
  }
  
  .h-nav-menu ul li:first-of-type::before{
    background: none;
  }
  
  .h-nav-menu ul li a {
    display: block;
    letter-spacing: 1px;
    padding-bottom: 13px;
    position: relative;
  }
  
  .h-nav-menu ul li a::after {
    content: "";
      position: absolute;
      width: 10px;
      height: 16px;
      top: 50%;
      transform: translateY(-50%);
      right: -10px;
      background: url(../images/common/ic-line-1.png);
      background-size: cover;
  }
  
  .h-nav-menu ul li a{
    width: 180px;
    padding-top: 13px;
  }
  
  
  .h-nav-menu ul li:last-of-type a::after{
    background: none;
  }
  
  /* 
  .h-nav-menu ul li a::before{
    content: '';
    display: block;
    width: 41px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto 10px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  } */
  
  .h-nav-menu ul li a:hover::before{
    opacity: 1;
  }
  
  .h-nav-menu ul li a:hover{
    opacity: 0.7;
  }
  
  .h-nav-menu ul li a p {
    text-align: center;
    line-height: 120%;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .h-nav-menu ul li a p:nth-of-type(1) {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    writing-mode: vertical-rl;
      -webkit-text-orientation: upright;
      text-orientation: upright;
      margin: 0 auto;
  }
  
  .h-nav-menu ul li a p:nth-of-type(2) {
    font-size: 9px;
    color: #fff;
    padding-top: 5px;
  }

  .h-box-banner {
    display: flex;
    flex-direction: column;
  }

  .h-box-banner .content-head {
    margin-bottom: 30px;
    width: 325px;
  }
  
  
  .content-head{
    margin: 0 auto 0 0;
    z-index: 99;
    border: 1px solid #fff;
    padding: 15px 30px;
    cursor: pointer;
    transform: translate(55px, -70px);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .toggle.change ~ .h-nav1 .content-head-2{
    display: none;
  }
  .content-head-slide{
    display: none;
    background-image: url('../images/common/bg-ct-head.png');
    width: 290px;
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
    transition: 0.5s;
  }
  .content-head-slide.content-head-2 {
    margin: 0 auto 0 0;
    z-index: 99;
    padding: 0;
    cursor: pointer;
    transform: translate(55px, -60px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .content-head-slide:hover{
    background-image: url('../images/common/bg-ct-head2.png');
    transition: 0.5s;
  }
  .content-head-slide .c-info{
    background-image: url('../images/common/bg-if-head.png');
    background-size: auto;
    padding: 12px 15px 7px 14px;
    margin-bottom: 10px;
    transition: 0.5s;
  }
  .content-head-slide .c-info h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    color: #fff;
    letter-spacing: 2px;
  }
  .content-head-slide .c-info h3{
    font-size: 12px;
    font-weight: bold;
    line-height: 150%;
    color: #fff;
    margin-top: 5px;
    letter-spacing: 1px;
  }
  .content-head-slide:hover .c-info{
    background-image: url('../images/common/bg-if-head2.png');
    transition: 0.5s;
  }
  .toggle.change ~ .h-nav1 .content-head-slide{
    display: flex;
    margin-top: 30px;
    margin-left: 55px;
    align-items: flex-end;
  }
  .content-head:hover{
    background: #fff;
  }
  .content-head .tel p{
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
  }
  .content-head:hover .tel p{
    color: #A60000;
  }
  .content-head .tel .tel-1::before{
    content: '';
    background-image: url('../images/common/ic-shop.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .content-head:hover .tel .tel-1::before{
    background-image: url('../images/common/ic-shop3.png') !important;
  }
  .content-head .tel .blog::before{
    background-image: url('../images/common/ic-blog.png') !important;
  }
  .content-head:hover .tel .blog::before{
    background-image: url('../images/common/ic-blog2.png') !important;
  }
  .content-head .tel .tel-1 {
    padding-left: 35px;
  }
  .content-head .tel .tel-1 span{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3.2px;
    color: #fff;
  }
  
  .content-head .tel .note-1{
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    margin-top: 3px;
  }
  
  .head-tog{
    padding-left: 166px;
  }
  
  .head-tog a{
   font-size: 14px;
   position: relative;
   display: block;
   padding: 7px 75px;
   margin-top: 30px;
   margin-bottom: 30px;
  }
  
  .head-tog a::before{
    position: absolute;
    content: "";
    background: url("../images/common/ic-hh_2.png") left center no-repeat;
    background-size: cover;
    width: 55px;
    height: 52px;
    top: 0;
    left: 0;
    transition: 0.4s;
  }
  
  .head-tog a:hover{
    color: #698C00;
  }
  
  .head-tog a:hover::before{
    background: url(../images/common/ic-hh-1.png) left center no-repeat;
  }
  
  .head-tog a:last-of-type:hover{
    color: #FF9999;
  }
  
  .head-tog a:last-of-type:hover::before{
    background: url(../images/common/ic-hh-2.png) left center no-repeat;
  }
  
  .head-tog a span{
    font-size: 20px;
    display: block;
  }
  .bg-area{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .bg1{
    background-image: url('../images/common/bg1.png');
  }
  .bg1-2{
    background-image: url('../images/common/bg1-2.png');
  }
  .bg1-3{
    background-image: url('../images/common/bg1-3.png');
  }
  .bg2{
    background-image: url('../images/common/bg2.png');
  }
  .bg3{
    background-image: url('../images/common/bg3.png');
  }
  .logo2:hover {
    opacity: 0.7;
  }
  
  .logo3:hover {
    opacity: 0.7;
  }
  
  /* Index background video */
  .bg_h {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
  }
  
  .bg_h:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/common/h-bg.png);
    background-position: center;
    background-size: cover;
    z-index: 2;
  }
  
  .bg_h video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  


  .fc__ttl {
    padding-top: 140px;
    z-index: 1;
    font-family: 'Noto Serif JP', serif !important;
  }
  
  .fc__ttl--1 {
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  /*.fc__ttl--1::before{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #DC5F4D;
    margin: 10px auto 20px;
  }*/
  
  .fc__ttl--2 {
    font-size: 15px;
    line-height: 200%;
  }
  
  .fc__ttl p {
    text-align: center;
    color: #FFF;
  }
  
  .fc__main {
    height: 500px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-position: center;
  }
  
  .fc__main:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/common/bg_gradient.png);
    background-size: cover;
    background-position: center;
  }
  .c-table2 tr {
      border-collapse: separate;
      border-spacing: 15px;
      width: 100%;
      display: table;
  }
  .c-table2 tr th , .c-table2 tr td {
    padding:0px 0 20px;
    font-size: 15px;
  }
 
  .c-table2 tr td {
    border-bottom: 1px solid #111;
    padding: 0px 13px 20px;
  }
  .c-table2 tr th{
    border-bottom: 1px solid #8B4513;
    text-align: center;
    color: #111;
    width: 27.5%;
  }
  .c-title2 h2{
    font-size: 34px;
    line-height: 160%;
    font-weight: 500;
    text-align: center;
  }
  .c-title2 h4{
    font-size: 12px;
    line-height: 200%;
    font-weight: 500;
    color: #8B4513;
    text-align: center;
  }
  .c-title2 p{
    font-size: 15px;
    line-height: 200%;
    text-align: center;
    margin-top: 30px;
  }
  .c-tabs ul, .c-tabs ul li{
    list-style: none;
    display: flex;
    width: 98%;
    margin: auto;
    justify-content: center;
  }
  .c-tabs ul li{
    background-color: #F496AA;
    padding: 26.5px 10px;
    width: 100%;
    max-width: 290px;
    margin-right: 8.5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
  }
  .c-tabs ul li:nth-of-type(4n){margin-right: 0;}
  .c-tabs ul li::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/common/ic-tab.png');
    vertical-align: middle;
    margin-right: 10px;
  }
  .c-title3 h2{
    font-size: 22px;
    line-height: 140%;
    position: relative;
    text-align: center;
    font-weight: bold;
  }
  .c-title3 h4{
    font-size: 12px;
    line-height: 200%;
    color: #8B4513;
    text-align: center;
  }
  .c-title3 h4::after{
    content: '';
    display: block;
    width: 86px;
    border-bottom: 2px solid #8B4513;
    margin: 15px auto 0;
  }
  .c-table3 table tr:first-child{border-top: 1px solid #ccc;}
  .c-table3 table tr{
    border-bottom: 1px solid #ccc;
  }
  .c-table3 table tr td, .c-table3 table tr th{
    vertical-align: middle;
    padding: 24px 0;
  }
  .c-table3 table tr td{
    font-size: 13px;
  }
  .c-table3 table tr th{
    font-size: 15px;
    text-align: center;
    width: 28%;
  }
  .c-title2 .c-img {
    text-align: center;
    margin-top: 20px;
  }
  .c-title2 .c-img img{
    border-radius: 30px;
  }
  .c-box1{
    width: 100%;
    max-width: 1320px;
    margin: auto;
}

  .c-box1 .c-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .c-box1 .c-content .c-img{
    width: 620px;
  }
  .c-box1 .c-content .c-desc{
    width: 49.5%;
  }
  
  .c-box1 .c-content .c-desc h2{
    font-size: 22px;
    font-weight: bold;
    line-height: 200%;
  }
  .c-box1 .c-content .c-desc h4{
    font-size: 12px;
    color: #8B4513;
    line-height: 200%;
  }
  .c-box1 .c-content .c-desc p{
    font-size: 15px;
    line-height: 200%;
  }
  .c-box1 .c-content .c-desc h4:after{
    content: '';
    width: 70%;
    height: 2px;
    border-bottom: 2px solid #8B4513;
    display: block;
    margin-left: -13px;
    margin-top: 16px;
    margin-bottom: 18px;
  }
  .c-box1 .c-content .c-desc.c-l h2, .c-box1 .c-content .c-desc.c-l h4, .c-box1 .c-content .c-desc.c-l p, .c-box1 .c-content .c-desc.c-l .c-grbtn{
    text-align: right;
  }
  .c-box1 .c-content .c-desc.c-l h4:after{
    margin-right: -13px;
    margin-left: auto;
  }
  .c-box1 .c-content .c-desc.c-l .c-grbtn .btn-2 {
      margin: unset;
      margin-left: auto;
      margin-right: 0;
  }
  .c-box1 .c-content .c-desc .c-addr p{
    font-size: 15px;
    font-weight: bold;
    line-height: 130%;
  }
  .c-box1 .c-content .c-desc .c-addr h2{
    font-size: 28px;
    font-weight: bold;
    line-height: 130%;
  }
  .c-box1 .c-content .c-desc .c-addr h2 span{ 
    font-size: 15px;
  }
 
  .c-box1 .c-content .c-desc.c-l{
    width: 600px;
  }
  .c-box1 .c-content .c-desc.c-l ~ .c-img{
    width: 49%;
  }
  .c-list1{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      max-width: 1650px;
      margin: auto;
  }
  .c-list1 ul{
    width: 19%;
    margin-right: 2%;
  }
  .c-list1 ul:nth-of-type(3n){
    margin-right: 0%;
  }
  .c-list1 li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding: 15px;
    margin-bottom: 10px;
  }
  .c-list1 ul li span {
      display: block;
      width: 100%;
      font-size: 15px;
      line-height: 140%;
      text-align: left;
      margin-bottom: 0;
  }
  .c-list1 ul li span  ~ span{
    text-align: right;
    width: 25%;
  }
  .w1k3{
    width: 100%;
    max-width: 1300px;
    margin: auto;
  }
  .c-tb-addr {
      display: flex;
      flex-wrap: wrap;
  }
  .c-tb-addr .c-tables{
    width: 50%;
  }
  .c-tb-addr .c-map {
      width: 47%;
      margin-left: 3%;
  }
  .top-block7{
    padding: 75px 0 100px;
  }
  .c-title4 h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
    color:#8B4513;
    text-align: center;
    margin-bottom: 10px;
  }
  .c-title4 h2{
    font-size: 32px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
  }
  .c-img {
      text-align: center;
  }

  .c-ft2 img{
    width: 160px;
    height: 88px;
  }
  .cl-white{
    color: #fff;
  }
  @media all and (max-width: 1024px) {
    .top-pallarax::after{
      width: 400px;
    }
    .fc__main {
      height: 300px;
    }
    .btn.flex {
      flex-wrap: wrap;
    }
    .top-pallarax h3{
      font-size: 50px;
      transform: translate(28%, -70%);
    }
    .top-pallarax-w h3 {
        letter-spacing: 15px;
    }
    .top-pallarax p{
      font-size: 13px;
      transform: translate(50%, 30%);
      margin-top: 15px;
      letter-spacing: 3px;
    }
    .top-pallarax h3.c-it-info{
      transform: translate(60px, -70%);
      letter-spacing: 10px;
      font-size: 45px;
    }
    .top-pallarax p.c-it-info2 {
      transform: translate(60px, 30%);
    }
    .top-pallarax.parax2 h3.c-it-info{
      transform: translate(-50px, -70%);
    }
    .top-pallarax.parax2 p.c-it-info2{
      transform: translate(-60px, 30%);
    }
    .top-pallarax h3.c-it-info3 {
        transform: translate(100%, -70%);
    }
    .top-pallarax p.c-it-info4 {
        transform: translate(100%, 30%);
    }
    .top-pallarax h3.c-it-info.c-it-info-menu1 {
        transform: translate(35%, -70%);
    }
    .top-pallarax p.c-it-info2.c-it-info-menu2 {
        transform: translate(66%, 30%);
    }
    .top-pallarax h3.c-it-info.c-it-info-shop1 {
        transform: translate(35%, -70%);
    }
    .top-pallarax p.c-it-info2.c-it-info-shop2 {
        transform: translate(110%, 30%);
    }
    .c-tabs{
        width: 95%;
        margin: auto;
    }
    .c-tabs ul{
        width: 100%;
        
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .c-tabs ul li, .c-tabs ul li:nth-of-type(4n){
      max-width: 32%;
      margin: unset;
      margin-right: 1.8%;
      margin-bottom: 20px;
    }
    .c-tabs ul li:nth-of-type(3n){
      margin-right: 0;
    }
    .c-list1 ul {
      width: 31%;
    }
    
  }

.txt-container-ser {
	text-align:center;
}
  
  @media all and (max-width: 768px) {
    
    .fc__main {
      height: 200px;
      background-size: cover;
      background-repeat: no-repeat;
    }
    .btn-1 {
      width: 280px;
      height: 60px;
      font-size: 13px;
    }
   
    .c-table2 tr th, .c-table2 tr td {
        padding: 10px 0;
        font-size: 15px;
    }
    .c-table2 tr th {
      width: 30%;
    }
    .c-table2 tr {
      border-spacing: 10px;
    }
    .top-pallarax h3 {
        font-size: 36px;
    }
    .top-pallarax p {
        font-size: 20px;
    }
    .top-pallarax h3.c-it-info3 {
        transform: translate(75%, -70%);
    }
    .top-pallarax p.c-it-info4 {
        transform: translate(55%, 30%);
    }
    .top-pallarax::after {
      width: 150px;
    }
    .c-tabs ul li{
      max-width: 49% !important;
      margin-right: 2% !important;
    }
    .c-tabs ul li:nth-of-type(2n){
      margin-right: 0 !important;
    }
	  /* ------------- service ---------------- */
	.txt-container-ser {
	text-align: left;
		width: 95%;
    margin: 0 auto;
	}
	  
  	.txt-container-ser .second-row {
  	padding-left: 1em;
  	}
	  
  }


  
  .bread {
    background-color: #A60000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  
  .bread li a {
    font-size: 14px;
    color: #fff;
    line-height: 65px;
    letter-spacing: 1px;
    padding-left: 1px;
    display: block;
  }
  
  .bread li a span{
    margin: 0 5px;
  }
  
  @media (max-width: 1284px) {
    .txt-container h2 {
        font-size: 9rem;
        letter-spacing: 16px;
    }
    .txt-container p {
        font-size: 1.6rem;
        letter-spacing: 1.5px;
    }
  }
  @media all and (max-width: 1024px) {
    .bread li a {
      font-size: 12px;
      line-height: 60px;
      letter-spacing: 0;
    }
    
  }
  
  @media all and (max-width: 768px) {
    .bread li a {
      font-size: 11px;
      line-height: 50px;
    }
    .bread li:nth-of-type(3) a{
      font-size: 11px;
      display: block;
      display: -webkit-box;
      max-width: 105px;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      vertical-align: middle;
      overflow: hidden;
    }
    .c-groupbtn.flex {
        flex-wrap: wrap;
    }
  }
  
  /* Title
  -------------------------------------------------*/
  .ttl {
      position: relative;
  }
  .ttl::before {
    content: '';
    border-top: 2px solid #F496AA;
    width: 40px;
    height: 1px;
    display: block;
    margin: 0 auto 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -17px);
}
  .ttl p {
    text-align: center;
  }
  
  .ttl-1 {
    font-size: 12px;
    line-height: 200%;
    /*text-shadow: 0 0 black;*/
    text-align: center;
    font-weight: bold;
  }
  .ct .ttl-1 {
      font-size: 28px;
  }
  .ttl-1.bor1::after{
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #FF9999;
    margin: 17px auto 26px;
  }
  .ttl-1.bor{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0.8;
    letter-spacing: 0;
    padding-top: 11px;
    padding-bottom: 9px;
  }
  .form_read {
    font-size: 14px;
    line-height: 200%;
    text-align: center;
    color: #1F1F1F;
    padding: 40px 0 45px 0;
    /* width: 45%; */
    margin: 0 auto;
    letter-spacing: 1.4px;
  }
  
  .form_read h3{
    font-size: 24px;
    line-height: 180%;
    text-align: center;
    margin-bottom: 5px;
  }

  .c-list1.flex {
      justify-content: center;
      flex-wrap: wrap;
      width: 90%;
      margin: auto;
  }
  .c-list1 span {
    display: inline-block;
    width: 33%;
    font-size: 15px;
    line-height: 200%;
    text-align: center;
    margin-bottom: 15px;
  }
  .ttl-1.bor:before {
    content: "";
    width: 21px;
    height: 15px;
    background-image: url(../images/common/ic-2.png);
    background-size: cover;
    transition-duration: 0.4s;
    margin-right: 10px;
    margin-bottom: 7px;
  }
  
  .ttl-1-news{
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 7px;
    font-weight: bold;
    color: #FF9999;
  }
  
  .ttl-2-news{
    font-size: 32px !important;
    letter-spacing: 6px !important;
  }
  
  .ttl-2{
    font-size: 30px;
    /*text-shadow: 0 0 black;*/
    line-height: 120%;
    letter-spacing: 3px;
    color: #111;
  }
  .ct .ttl-2 {
      font-size: 13px;
  }
  .ttl-2.fz{
    font-size: 32px;
    letter-spacing: 5.5px;
    font-weight: bold;
  }
  
  .ttl-2.bor::after{
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    background-color: #FF9999;
    margin: 41px auto 29px;
  }
  
  .ind{
    padding-top: 7px;
    letter-spacing: 1px;
  }
  
  
  .title h3{
    font-size: 55px;
    color: #D85946;
    line-height: 140%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 5px;
  }
  
  .title h3 span{
    display: block;
    line-height: 120%;
    font-size: 25px;
    text-align: center;
    color: #111111;
    padding: 0 0 12px 0;
    font-weight: normal;
    letter-spacing: -2.8px;
  }
  
  .title p{
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    font-weight: 600;
    margin-top: -4px;
    letter-spacing: -0.4px;
  }
  
  .title p.content{
    font-size: 14px;
    padding-top: 35px;
    letter-spacing: -1.9px;
  }
  
  .title-1 h5{
    font-size: 22px;
    line-height: 200%;
    position: relative;
    letter-spacing: 4px;
    padding-left: 2px;
  }
  .title-1 h5::before{
    position: absolute;
    content: "";
    background: url(../images/common/ic-line-2.png) left top no-repeat;
    top: -15px;
    left: -33px;
    width: 27px;
    height: 27px;
  }
  .title-1 h5 span{
    font-size: 30px;
  }
  
  .title-1  p.sub{
    font-size: 10px;
    letter-spacing: 1.65px;
    padding-left: 7px;
    padding-top: 1px;
  }
  
  .title-2 h4{
    color: #DA5946;
    line-height: 115%;
    font-size: 55px;
    letter-spacing: 1px;
    font-weight: bold;
  }
  
  .title-2 h4 span{
    font-size: 14.5px;
    padding-left: 4px;
    line-height: 200%;
    display: block;
    color: #111111;
    letter-spacing: 0px;
  }
  
  .title-2 p{
    font-size: 14px;
    line-height: 200%;
    padding-top: 18px;
    letter-spacing: -1.9px;
  }
  
  .title-3{
    font-size: 38px;
      line-height: 160%;
      text-align: center;
      font-weight: bold;
      color: #8A1E48;
      position: relative;
      z-index: 2;
      letter-spacing: 1px;
  }
  
  .title-3 span{
    font-size: 22px;
    line-height: 180%;
    text-align: center;
    font-weight: normal;
    display: block;
    color: #111111;
    margin-top: 32px;
    letter-spacing: 1.9px;
  }
  
  .title-flex{
    align-items: center;
    justify-content: space-between;
  }
  
  .title-flex .title-2{
    font-size: 32px;
    font-weight: bold;
    line-height: 160%;
    padding-left: 28px;
    letter-spacing: 1.5px;
  }
  
  .title-flex .title-2 span{
    font-size: 19px;
    color: #8A1E48;
    font-weight: normal;
    padding-left: 16px;
    letter-spacing: 0.7px;
  }
  
  .title-flex a{
    margin-top: 10px;
    text-decoration: underline;
    letter-spacing: 1.2px;
    margin-right: 23px;
  }
  
  .title-flex a:hover{
    color: #8A1E48;
  }
  /* Button
  -------------------------------------------------*/
  .button {
    width: 340px;
    line-height: 80px;
    font-size: 16px;
    color: #CB7683;
    background-color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow: hidden;
    position: relative;
    border: 2px solid #CB7683;
    border-radius: 8px;
  }
  
  .btn-contact .btn-1{
    height: 120px;
    border: none;
    border-radius: 0;
    margin: 0;
    font-size: 16px;
    padding-top: 10px;
  }
  
  .btn-all{
    display: flex;
  }
  
  
  .btn-2 {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    margin: unset;
    margin-bottom: 8px;
    margin-top: 25px;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 0.4px;
    border: 1px solid #111;
  }
  .btn-2:before {
    content: '';
    width: 17px;
    height: 16px;
    background-image: url(../images/common/ic-arr.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    margin-bottom: 3px;
  }
  
  .btn-2:hover{
    background: #390039;
    color: #fff;
    transition: 0.4s;
  }
  .btn-2:hover:before{
    background-image: url(../images/common/ic-arr2.png);
  }
  .btn .btn-2 ~ .btn-2{
    margin-left: 3.5%;
  }
  .top-block2 .btn .btn-2 ~ .btn-2{
    margin-left: 10%;
  }
  /* .btn-2:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/common/ic-arr3.png);
    background-size: cover;
    margin-right: 11px;
  } */
  
  .btn-3{
    margin-top: 30px;
    margin-bottom: 8px;
    font-size: 14px;
    border-radius: 50px;
    display: flex;
    font-weight: 600;
    line-height: 120%;
    align-items: flex-end;
    justify-content: center;
    color: #111111;
    position: relative;
    z-index: 3;
  }
  
  .btn-3:hover{
    color: #390039;
  }
  
  
  .btn-3:before {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(../images/common/ic1-btn3.png);
    background-size: cover;
    margin-right: 20px;
    transition: 0.4s;
  }
  .btn-3::after {
    content: '';
    width: 178px;
    height: 16px;
    background-image: url(../images/common/ic2-btn3.png);
    background-size: cover;
    margin-right: 9px;
    transition: 0.4s;
    position: absolute;
    bottom: -15px;
    left: 0;
    display: block;
  }
  .btn-4{
    width: 240px;
    height: 64px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 50px;
    border: 2px solid #111111;
    display: flex;
    font-weight: 500;
    line-height: 160%;
    align-items: center;
    justify-content: center;
    letter-spacing: 0px;
    background: #fff;
    font-weight: bold;
    transition: 0.4s;
  }
  
  .btn-4:hover{
    background: #00397B;
    border: 2px solid #00397B;
    color: #fff;
    transition: 0.4s;
  }
  
  .btn-4:hover::before{
    background-image: url(../images/common/ic-arr-4.png);
  }
  
  .btn-4:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/common/ic-arr.png);
    background-size: cover;
    margin-right: 11px;
  }
  
  .head-hh{
    position: absolute;
    top: 55.5%;
    right: 90px;
    transform: translateY(-50%);
    z-index: 95;
  }
  
  .head-hh .text-ab-w{
    writing-mode: vertical-rl;
    -webkit-text-orientation: initial;
    text-orientation: initial;
    font-size: 12px;
    line-height: 200%;
    position: relative;
    font-weight: 600;
    letter-spacing: 2px;
    padding-top: 75px;
    display: block;
  }
  
  .head-hh .text-ab-w:hover{
    color: #698C00;
  }
  
  .head-hh .text-ab-w:hover::before{
    background: url(../images/common/ic-hh-1.png);
  }
  
  .head-hh .text-ab-w:last-of-type{
    margin-top: 70px;
  }
  
  .head-hh .text-ab-w:last-of-type:hover{
    color: #FF9999;
  }
  
  .head-hh .text-ab-w:last-of-type:hover::before{
    background: url(../images/common/ic-hh-2.png);
  }
  
  .head-hh .text-ab-w::before{
    position: absolute;
    content: "";
    background: url(../images/common/ic-hh.png);
    width: 55px;
    height: 52px;
    top: 0;
    left: 5px;
    transition: 0.4s;
  }
  .head-hh .text-ab-w span{
    font-size: 24px;
    display: block;
    line-height: 170%;
  }
  
  .txt-container {
    position: absolute;
    top: 50%;
    font-size: 22px;
    line-height: 160%;
    color: #202020;
    left: 0;
    letter-spacing: 4px;
    z-index: 101;
    transform: translate(55px, -50%);
    font-family: 'Noto Serif JP', serif;
  }
  .toggle.change ~ .h-nav1 .txt-container, .toggle.change ~ .h-nav1 .content-head-2{
    display: none;
  }
  .txt-container h2 {
    font-size: 80px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: -2px;
    color: #fff;
    padding-bottom: 10px;
  }
  .txt-container h2:after {
    border-bottom: 1px solid #fff;
    content: '';
    display: block;
    width: 530px;
    margin: 10px 0 0;
  }
  .txt-container h2 ~ h2:after{
    width: 495px;
  }
  .txt-container h3 {
    font-size: 42px;
    line-height: 120%;
    font-weight: 500;
    margin-left: 85px;
    margin-top: 17px;
    letter-spacing: 5.5px;
  }
  .txt-container h2 span.fs82{
    font-size: 82px;
  }
  .txt-container h2 span.fs82:last-child{
    letter-spacing: -5px;
  }
  .txt-container h2 span.fs90{
    font-size: 90px;
  }
  .txt-container p {
    font-size: 22px;
    line-height: 180%;
    margin-top: 40px;
    letter-spacing: 2.5px;
  }
  .bg-ft{
    height: 600px;
  }
  @media all and (max-width: 1024px) {
    .button {
      width: 100%;
      max-width: 280px;
      line-height: 64px;
      font-size: 13px;
    }
    .txt-container{
      padding: 0;
      bottom: 20px;
      top: auto;
      color: #fff;
    }
  }
  
  @media all and (max-width: 768px) {
    .button {
      max-width: 260px;
      line-height: 50px;
      font-size: 12px;
    }
    .c-list1 span {
      width: 100%;
    }
  }
  
  .button:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../img/common/ic-btn.png);
    background-size: cover;
    margin-right: 8px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  @media all and (max-width: 1024px) {
    .button:before {
      width: 16px;
      height: 16px;
    }
  }
  
  @media all and (max-width: 768px) {
    .button:before {
      width: 14px;
      height: 14px;
    }
  }
  
  .button:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(203, 118, 131, 0.96);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  
  .button:hover {
    color: #fff;
  }
  
  .button:hover:before {
    background-image: url(../img/common/ic-btn-over.png);
  }
  
  .button:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  /* Toggle
  -------------------------------------------------*/
  .toggle {
    width: auto;
    height: auto;
    text-align: center;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 201;
    position: absolute;
    left: 50px;
    top: 45px;
    height: 30px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .toggle.toggle1{
    position: fixed;
  }
 
  .toggle.active{
    position: fixed;
  }
  .toggle.change ~ .h-nav1 .content-head{
    transform: translate(0, 0px);
    margin-left: 55px;
    z-index: 999;
    position: relative;
  }
  .toggle.change ~ .h-nav1 .content-head .tel .tel-1::before{
    background-image: url(../images/common/ic-shop2.png);
  }
  /* .h-nav.fixed2 ~ .toggle.toggle1{top: 0;} */
  /* .toggle.active p{
    color: #111;
  }

  .toggle.active span{
    background-color: #111;
  } */
  
  /* .toggle.change{
    background: none;
  } */
  
  @media all and (max-width: 1024px) {
    /* .toggle {
      width: 100px;
      height: 99px !important;
      padding: 36px 0;
    } */
  }
  
  @media all and (max-width: 768px) {
    /* .toggle {
      width: 60px;
      height: 59px !important;
      padding: 16px 0;
    } */
  }
  
 
  
  .toggle div {
    width: 45px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .toggle div p{
    color: #fff;
    padding-right: 5px;
    font-size: 14px;
  }

  .toggle.change div p{
    color: #111;
  }
  
  .toggle span {
    content: '';
    display: block;
    width: 27px;
    height: 1px;
    background-color: #fff;
    margin: 7px 5px 2px;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .toggle span:nth-of-type(1) {
    width: 37px;
  }
  
  /* .toggle.change span {
    background-color: #000;
  } */
  
  .toggle.change span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translate(-7px, 13px);
            transform: rotate(-45deg) translate(-7px, 13px);
  }
  
  .toggle.change span:nth-of-type(2) {
    opacity: 0;
  }
  
  .toggle.change span:nth-of-type(3) {
    width: 37px;
    -webkit-transform: rotate(45deg) translate(-1px, -7px);
    transform: rotate(45deg) translate(-1px, -7px);
  }
  
  /* Container
  -------------------------------------------------*/
  .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -999px;
  }
  
  .img2 {
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    text-indent: -999px;
  }
  
  p.la {
    position: relative;
    top: -120px;
	  height: 0;
  }
  .question-contact {
      padding: 40px 0;
  }
  .question-contact dl {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: 1px dotted #111;
    padding: 20px 0;
  }
  .question-contact dl dt {
    color: #390039;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 200%;
    position: relative;
    padding-left: 55px;
    cursor: pointer;
  }
  .question-contact dl dd {
      font-size: 15px;
      font-weight: 500;
      line-height: 200%;
      letter-spacing: 2px;
      display: none;
      margin: 20px 0;
      position: relative;
      padding-left: 55px;
      padding-top: 10px;
  }
  .question-contact dl dt::before {
      position: absolute;
      content: "";
      background: url(../images/contact/Q.png) left center no-repeat;
      width: 38px;
      height: 38px;
      left: 0;
      top: 0;
  }
  .question-contact dl dd::before {
      position: absolute;
      content: "";
      background: url(../images/contact/A.png) left center no-repeat;
      width: 38px;
      height: 38px;
      left: 0;
      top: 0;
  }
  .list-server{
    display: flex;
    flex-wrap: wrap;
}
.list-server .item-server{
    width: 22.7%;
    margin-right: 3%;
    position: relative;
    margin-bottom: 40px;
}
.list-server .item-server:nth-of-type(4n){
    margin-right: 0;
}
.list-server.ser1 .item-server{
    width: 31.3%;
    margin-right: 3%;
}
.list-server.ser1 .item-server:nth-of-type(3n){
    margin-right: 0;
}
.list-server .item-server .c-img .img{
    height: 225px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.list-server.ser1 .item-server .c-img .img{
    height: 290px;
}
.list-server .item-server .c-content{
    padding: 0 5px;
    margin: 10px 0 0;
}
.list-server .item-server .c-content h3{
    font-size: 22px;
    font-weight: bold;
    line-height: 180%;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #111;
    color: #390039;
    margin-bottom: 15px;
}
.list-server .item-server .c-content h3 span{
  font-size: 16px;
  margin-left: 3px;
  letter-spacing: 1px;
}
.list-server .item-server .c-content p{
    font-size: 15px;
    line-height: 180%;
    text-align: left;
}
.list-server.ser1 .item-server .c-content p{
    text-align: left;
}
.list-server .item-server .num {
    position: absolute;
    background: url(../images/common/tg.png) left center no-repeat;
    width: 110px;
    height: 87px;
    color: #fff;
    line-height: 120%;
    padding-left: 18px;
    padding-top: 19px;
    letter-spacing: 3px;
    z-index: 9;
    font-size: 18px;
}
.list-tabs ul {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.list-tabs ul li{
  width: 24.2%;
  margin-right: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #390039;
 
}
.list-tabs ul li a{
  padding: 24px 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.list-tabs ul li a::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../images/common/arr-wh.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4%;
  vertical-align: middle;
  margin-top: -3.5px;
}
.list-tabs ul li:nth-of-type(4n){
  margin-right: 0;
}
.list-posts .tt-1 h3 {
  font-size: 20px;
  position: relative;
}
.list-posts .tt-1 h3::after{
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px solid;
  margin: 5px auto 35px;
}
  @media all and (max-width: 1024px) {
    .list-server{
        justify-content: space-between;
    }
    .list-server .item-server{
        width: 48%;
        margin-right: 0;
        
    }
    .list-server.ser1 .item-server .c-img .img {
        height: 225px;
    }
    p.la {
      top: -100px;
    }
    .h-box-center::after{
      display: none;
    }
    .news {
      padding-left: 0 !important;
      padding: 0 20px !important;
      top: 0 !important;
    }
    .news-box a.link {
        transform: translateX(0%) !important;
    }

    .top-block1 .c-area1 .c-img img{
      width: 100%;
    }
    .top-block1 .c-area1 {
        padding-left: 0 !important;
        flex-wrap: wrap;
    }
    .top-block1 .c-area1 .c-img {
      width: 100%;
      max-width: 100% !important;
    }
    .top-block1 .c-area1 .c-content {
      width: 100% !important;
      margin-left: 0 !important;
      margin-top: 40px;
    }
    .bg-top.top{
      margin-top: 0;
    }
  }
  
  @media all and (max-width: 768px) {
    .list-tabs ul{
      justify-content: space-between;
    }
    .list-tabs ul li{
      width: 48%;
      margin-right: 0;
      margin-bottom: 20px;
    }
    .form_read h3 {
      font-size: 18px;
    }
    .list-server{
        justify-content: center;
    }
    .list-server .item-server{
        width: 90%;
        margin-bottom: 30px;
    }
    .list-server.ser1 .item-server {
        width: 90%;
        margin-right: 0;
    }
    .list-server .item-server .c-content h3{
      font-size: 17px;
      padding: 5px 0;
      margin-bottom: 10px;
    }
    .list-server .item-server .c-content p {
      font-size: 13px;
    }
    p.la {
      top: -60px;
    }
    .c-title2 h2 {
      font-size: 28px;
    }
    .c-tb-addr .c-map {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        height: 250px;
    }
    .c-ft2 img {
        width: 120px;
        height: auto;
    }
    .top-block7 {
        padding: 0px 0 50px;
    }
  
    .c-tb-addr .c-tables {
        width: 100%;
    }
    /* .h-box-logo .bg-logo .logo2::before, .h-box.h-nav1 .h-box-logo .bg-logo.bg-logo1 .logo2::before{
      transform: translate(0%, -45%);
      width: 120px;
      height: 55px;  
    } */
    .top-block3-box1-word{
      max-width: 70%;
    }
    .top-block3-box1{
      padding: 0;
    }
    .txt-container img{
      width: 90%;
    }
    .news-box-list{
      order: 2;
    }
    .news-box a.link {
        position: relative !important;
        width: 100%;
        margin: 10px 0;
        order: 1;
    }
    .news-box {
        flex-wrap: wrap;
    }
    .news{
      height: auto !important;
    }
    .top-pallarax h3 {
        transform: translate(45%, -70%);
        letter-spacing: 5px;
    }
    .top-pallarax p {
      font-size: 13px;
      transform: translate(48%, 30%);
      margin-top: 10px;
    }
    .top-pallarax h3.c-it-info{
      transform: translate(34%, -70%);
    }
    .top-pallarax p.c-it-info2 {
        transform: translate(37%, 30%);
    }
    .top-pallarax h3.c-it-info.c-it-info-menu1 {
        transform: translate(57%, -70%);
    }
    .top-pallarax h3.c-it-info.c-it-info-shop1 {
        transform: translate(57%, -70%);
    }
    .c-overflow{
      overflow: auto;
    }
    .txt-container{
      padding: 0 20px;
      transform: translate(0%, -100%) !important;
    }
    .jt-center-sp{
      justify-content: center !important;
    }
    .top-block1, .top-block4 {
        padding: 30px 0px 30px;
    }
    .c-contact-top .c-tel-fax{
      font-size: 14px !important;
    }
    .f-box-logo2.mt40 {
        margin-top: 20px !important;
    }
    .mt50 {
        margin-top: 30px !important;
    }
    .top-block6 {
        padding: 45px 0 45px;
    }
    .c-box1 .c-content .c-img {
        padding: 0 50px;
    }
    .c-box1 .c-content .c-img img{
      width: 100%;
    }
  }
  
  .over {
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .over:hover {
    opacity: 0.8;
  }
  
  .box {
    padding-top: 95px;
  }
  
  .prl {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
  }
  
  .tac{
    text-align: center;
  }
  
  /* Footer
  -------------------------------------------------*/
  .ft-bg {
      background: url(../images/common/bg-ft.png) center center no-repeat;
      background-size: cover;
      padding: 110px 0 96px;
      background-position: inherit;
  }
  .c-map iframe{
    width: 100%;
    height: 100%;
  }
  .f-box-logo {
    color: #fff;
    display: block;
}
.f-box-logo1 {
  text-align: center;
}
.c-contact-top {
  text-align: center;
}
.c-contact-top .c-tel-fax {
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 160%;
}
.c-contact-top .c-tel-fax span {
  font-size: 15px;
}
.f-box-logo1 p {
  font-size: 14px;
  line-height: 200%;
  padding-left: 2px;
  margin-bottom: 2px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
.f-box-logo2 p {
  line-height: 180%;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
/* }
  .f-box-logo1 a span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 160%;
    letter-spacing: 2px;
    padding-left: 10px;
  }
  .f-box-logo1 a{
    display: flex;
    align-items: center;
    width: 335px;
  }
  
  .f-box-logo1 a span.l-1 {
    font-size: 13px;
    font-weight: bold;
    padding-top: 6px;
    letter-spacing: 1.3px;
  }
  
  .f-box-logo1 a span.l-2 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 19px;
    letter-spacing: 3px;
    margin-top: -2px;
  }
  
  .f-box-logo1 .logo2{
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
  }
  
  .f-box-logo1 .logo2:hover{
    opacity: 0.7;
  }
  
  .f-box-logo1 .tel{
    margin-top: 6px;
    padding-right: 26px;
  }
  
  .f-box-logo1 p{
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
    text-align: right;
  }
  
  .f-box-logo1 p:nth-of-type(2){
    letter-spacing: 1px;
  }
  
  .f-box-logo1 p span{
    font-size: 16px;
    font-weight: bold;
  } */
  .logo-ft {
    text-align: center;
  }
  .copyright {
    font-size: 11px;
    line-height: 120%;
    padding: 30px 0;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
}
  
  .news{
    position: relative;
    background: #F496AA;
    height: 120px;
    top: -118px;
    display: flex;
    align-items: center;
    z-index: 94;
    padding-left: 340px;
  }
  
  .news-box{
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 1500px;
  }
  
  .news-box h3{
    font-size: 16px;
      width: 288px;
      position: relative;
      font-weight: bold;
      letter-spacing: 3.2px;
  }
  
  .news-box h3::after{
    position: absolute;
    content: "";
    background: url(../images/common/ic-line.png) right center no-repeat;
    width: 15px;
    height: 24px;
    right: -8px;
  }
  
  .news-box-list{
    display: flex;
    width: 1112px;
    justify-content: space-between;
    padding: 0;
  }
  
  .news-item {
    padding: 27.5px 0;
    transition: 0.4s;
    display: flex !important;
    align-items: center;
  }
  
  .news-item:hover{
    opacity: .7;
  }
  .news-item .label {
    font-size: 11px;
    text-transform: uppercase;
    color: #FF9999;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    padding: 7px 10px;
    letter-spacing: 0.5px;
  }
  
  .news-item .time {
    padding-left: 19px;
    letter-spacing: 1px;
    color: #fff;
  }
  
  .news-item .title {
    font-size: 16px;
    margin-left: 8px;
    letter-spacing: 0.7px;
    font-weight: 500;
    color: #fff;
    line-height: 160%;
  }
  
  
  .news-box a.link{
    font-size: 15px;
    text-decoration: underline;
    position: absolute;
    right: 0;
    letter-spacing: 1px;
    padding-top: 5px;
    font-weight: bold;
    color: #fff;
    line-height: 160%;
    transform: translateX(-40%);
  }
  
  .news-box a.link:hover{
    opacity: .7;
  }

  .c-bg1 {
      background-image: url(../images/top/img2.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
  }
  .top-block1 .c-area1 {
      overflow: hidden;
  }
  .top-block1 .c-area1 {
    padding-left: 20px;
  }
  .top-block1 .c-area1 .c-img {
      width: 100%;
      max-width: 560px;
      margin-left: -2px;
      margin-right: 2px;
      padding-left: 2px;
  }
  .top-block1 .c-area1 .c-content {
      width: 100%;
  }
  .top-block1 .c-area1 .c-content dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .top-block1 .c-area1 .c-content dl dd{
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    width: 33%;
    margin-bottom: 20px;
    display: flex;
  }
  .top-block1 .c-area1 .c-content dl dd span{
    color: #8B4513;
    margin-right: 10px;
    width: 35px;
  }
  .top-block1 .c-area1 .c-content dl dd p{
    display: inline-block;
    width: 90%;
  }
  .top-block1 .c-area1 .c-img img {
      border-radius: 20px;
  }
  .top-block1 .c-area1 .c-content .c-title {
      margin-bottom: 15px;
      margin-top: 0;
  }
  .top-block1 .c-area1 .c-content .c-title .c-txt1 {
      font-size: 20px;
      color: #111;
      /*text-shadow: 0 0 black;*/
      line-height: 120%;

  }
  .top-block1 .c-area1 .c-content .c-title .c-txt2 {
      font-size: 15px;
      color: #81818A;
      margin-left: 20px;
      vertical-align: top;
  }
  .c-title h2 {
      color: #F496AA;
      line-height: 130%;
      font-weight: 500;
      font-size: 36px;
      letter-spacing: 0.7px;
    /*text-shadow: 0 0 #F496AA;*/
      margin-top: 7px;
  }
  .top-block1 .c-area1 .c-content .c-desc {
      font-weight: 600;
      margin-bottom: 28px;
  }
  .c-desc p {
    font-size: 15px;
    line-height: 180%;
    font-weight: 500;
    letter-spacing: 1.6px;
    /*text-shadow: 0 0 black;*/
  }
  .c-groupbtn .btn-1:first-child {
      margin: 0;
  }
  .top-block1 .btn-1 {
      letter-spacing: 0;
      padding-top: 5px;
  }
  .jt-center{
    justify-content: center;
  }
  
  
  
  .c-item-box{
    position: relative;
    padding: 0 53px;
  }
  .c-item-box .h3{
      font-size: 22px;
      color: #F496AA;
      line-height: 130%;
  }
  .c-item-box .c-desc p{
    font-size: 13px;
    line-height: 180%;
    /*text-shadow: 0 0 black;*/
  }
  .c-ic-num1::before, .c-ic-num2::before, .c-ic-num3::before{
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 36px;
    height: 36px;
  }
  .c-ic-num1::before{
    background-image: url('../images/top/ic-num1.png');
  }
  .c-ic-num2::before{
    background-image: url('../images/top/ic-num2.png');
  }
  .c-ic-num3::before{
    background-image: url('../images/top/ic-num3.png');
  }
  .c-tables table{
    width: 100%;
  }
  .c-table1 th, .c-table1 td{
    padding: 25px 15px;
    border: 1px solid #ccc;
    text-align: center;
    /*text-shadow: 0 0 black;*/
  }
  .c-table1 td{
    font-size: 24px;
    background-color: #fff;
  }
  .c-table1 th, .c-table1 tbody tr td:first-child {
    font-size: 16px;
  }
  .c-table1 thead th {
      background-color: #FEF4F6;
  }
  .c-note-time{
    padding-left: 30px;
  }
  .c-note-time p{
    font-size: 16px;
    /*text-shadow: 0 0 black;*/
  }
  .c-items-time .c-time{
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 5px;
    /*text-shadow: 0 0 black;*/
  }
  .c-map p{
    text-align: center;
  }

  .c-title1 h2{
    font-size: 24px;
    line-height: 120%;
    border-left: 1px solid;
    padding: 9px 28px 1px;
  }
  .c-title1 h2 span{
    font-size: 16px;
    color: #8B4513;
    line-height: 200%;
    margin-left: 24px;
  }
  .c-title1 p{
    font-size: 15px;
    line-height: 200%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .c-ft1 {
      margin-bottom: 27px;
  }
  .c-ft2 {
      margin-bottom: 18px;
  }
  .c-ft1 h2{
    text-align: center;
    font-size: 70px;
    line-height: 120%;
    font-weight: bold;
    color: #fff;
    letter-spacing: 10px;
  }
  .c-ft1 h2 span{
    font-size: 50px;
  }
  .c-ft1 p{
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #fff;
  }
  .c-ft3 h2{
    font-size: 24px;
    line-height: 180%;
    text-align: center;
    color: #fff;
  }
  .c-ft3 h2 span, .c-ft3 p{font-size: 14px; text-align: center;color: #fff;}
  .c-img-big {
      text-align: center;
      margin: 50px 0 30px;
  }
  .no-bg{
    background: transparent;
    background-color: transparent;
    background-image: none;
  }
  .text-center{
    text-align: center;
  }
  .text-right{
    text-align: right;
  }
  .c-mobile{
    display: none;
  }
  .w1k1 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .font-noto{
    font-family: 'Noto Serif JP', serif !important;
  }
  .font-meyrio{
    font-family: font-mei !important;
    font-family: 'Meiryo' !important;
  }
@media (max-width: 1320px) {
  .c-box1 .c-content{
    justify-content: center;
  }
  .c-box1 .c-content .c-img {
      width: 100%;
  }
  .c-box1 .c-content .c-desc {
      width: 100%;
      margin-top: 30px;
  }
  .c-box1 .c-content .c-desc h2,.c-box1 .c-content .c-desc h4, .c-box1 .c-content .c-desc p {
    text-align: center;
  }
  .c-box1 .c-content .c-desc h4:after{
    margin-left: auto;
    margin-right: auto;
    width: 55%;
  }
  .c-box1 .c-content .c-grbtn .btn-2 {
      margin: auto;
  }
  .c-box1 .c-content .c-desc.c-l {
      width: 100%;
      order: 2;
  }
  .c-box1 .c-content .c-desc.c-l h2, .c-box1 .c-content .c-desc.c-l h4, .c-box1 .c-content .c-desc.c-l p, .c-box1 .c-content .c-desc.c-l .c-grbtn{
    text-align: center;
  }
  .c-box1 .c-content .c-desc.c-l h4:after {
      margin-right: auto;
      margin-left: auto;
  }
  .top-block1 .c-area1 .c-content dl dd {
    width: 45%;
  }
  .c-box1 .c-content .c-desc.c-l ~ .c-img{
    width: 100%;
  }
}
@media (max-width: 1284px) {
  .txt-container h2 {
      font-size: 9rem;
      letter-spacing: 16px;
  }
  .txt-container h2 span {
      font-size: 8rem;
  }
  .txt-container p {
      font-size: 1.6rem;
      letter-spacing: 1.5px;
  }
}
@media (max-width: 1024px) {
  .toggle.change ~ .h-nav1 .content-head{
    transform: translateY(30px);
  }
  .content-head-slide.content-head-2 {
    width: 250px;
    height: 140px;
    background-size: contain;
    transform: translate(55px, -40px);
  }
  .content-head-slide .c-info h2 {
    font-size: 14px;
  }
  .content-head-slide .c-info h3 {
    font-size: 10px;
  }
  .txt-container h2 {
      font-size: 6rem;
      letter-spacing: 6px;
  }
  .txt-container h2 span.fs82 {
      font-size: 52px;
  }
  .txt-container h2 span.fs90 {
      font-size: 60px;
  }
  .txt-container h2 span.fs82:last-child {
      letter-spacing: 0px;
  }
  .txt-container h3 {
    font-size: 30px;
  }
  .txt-container p{
    margin-top: 30px;
  }
  /* .txt-container h2 {
      font-size: 7rem;
      letter-spacing: 10px;
  }
  .txt-container h2 span {
      font-size: 6rem;
  }
  .txt-container p {
    font-size: 1.3rem;
  } */
  .video-sp{
    display: block;
  }
  .video-pc{
    display: none;
  }
  .c-ft1 h2 {
    font-size: 50px;
  }
  .c-ft1 h2 span {
    font-size: 40px;
  }
  .c-title2 .c-img img {
    width: 100%;
    padding: 0 15px;
  }
  .top-block1 .c-area1 .c-content dl dd ~ dd{
    margin-left: 3%;
  }
  .h-nav.fixed,.h-nav.fixed2 {
      height: 100px;
  }
  .h-nav-wrap .bg-logo {
      position: absolute;
      height: 100%;
      width: 100%;
  }

  .toggle {
    left: 40px;
    top: 35px;
  }
  .h-nav-wrap .logo2, .h-box-logo .logo2{
    height: 100%;
  }
  .fixed1 .h-nav-wrap .logo2::before, .fixed1 ~ .h-nav1 .h-box-logo .bg-logo .logo2::before, 
  .fixed2 .h-nav-wrap .logo2::before, .fixed2 ~ .h-nav1 .h-box-logo .bg-logo .logo2::before,
  .h-nav-wrap .logo2::before, .h-box-logo .bg-logo .logo2::before{
    width: 170px;
    height: 60px;
    top: 50%;
    left: 100px;
    transform: translate(0%, -50%);
  }
  .top-flow-list .box1 h4 {
    font-size: 20px !important;
    letter-spacing: 0px !important;
  }
  .top-flow-list .box1 h4 span {
      font-size: 18px;
  }
  .c-img-big img{
    width: 100%;
  }
  .top-address-list{
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .top-address-list .box1 {
      width: 100% !important;
      margin-bottom: 30px;
  }
  .top-address-list .box1 dl {
      justify-content: center !important;
  }
  .top-address-list .box1 dl dt {
      margin-right: 3%;
  }
  .top-address{
    padding: 50px 0 !important;
  }
  .mt30tab{
    margin-top: 30px !important;
  }
  .pt20tab{
    padding-top: 20px !important;
  }
}
@media (max-width: 768px){
  .content-head-slide.content-head-2 {
    width: 250px;
    height: 140px;
    transform: translate(20px, -70px);
  }
  .c-no-mobile{
    display: none;
  }
  .c-mobile{
    display: block;
  }
  .flex.c-mobile{
    display: flex;
  }
  
  .c-img-big {
      margin: 30px 0 10px;
  }
  
  .fc__ttl {
      padding-top: 90px;
  }
  .fc__ttl--1 {
    font-size: 24px;
  }
  .fc__ttl--2 {
    font-size: 13px;
  }
  .top-block1 .c-area1 .c-content dl dd span{
    width: 25px;
  }
  .c-list1 ul {
      width: 55%;
      margin-bottom: 0;
      margin-right: 0;
  }
  .top-block1 .c-area1 .c-content dl dd {
      width: 100%;
  }
  .top-block1 .c-area1 .c-content dl dd ~ dd {
      margin-left: 0%;
  }
  .txt-container h2 {
    font-size: 4rem;
    letter-spacing: 1px;
  }
  .txt-container h2 span.fs82 {
      font-size: 32px;
  }
  .txt-container h2 span.fs90 {
      font-size: 30px;
  }
  .txt-container h2:after {
    width: 281px;
    margin: 10px 0 0;
  }
  .txt-container h2 ~ h2:after {
    width: 260px;
  }
  .txt-container h3 {
      font-size: 22px;
      margin-left: 45px;
      letter-spacing: 0;
  }
  .txt-container p {
    margin-left: 0;
    margin-top: 22px;
  }
  .txt-container h2 span {
      font-size: 6rem;
  }
  .txt-container p {
      font-size: 1.3rem;
      letter-spacing: 0px;
  }
  .h-nav.fixed, .h-nav.fixed2 {
    height: 60px;
  }
  .h-nav-wrap .bg-logo .logo2::before, .h-nav.fixed2 .h-nav-wrap .bg-logo.bg-logo-sec .logo2::before,
  .h-box-logo .bg-logo.bg-logo1 .logo2::before, .h-box-logo .bg-logo.bg-logo-sg .logo2::before, .h-box-logo .bg-logo .logo2::before
  {
    width: 120px !important;
    height: 40px !important;
    transform: translate(-25%, -50%) !important;
  } 

  .toggle {
    left: 20px;
    top: 15px;
  }
  .c-ft1 h2 {
    font-size: 30px;
  }
  .c-ft1 h2 span {
    font-size: 25px;
  }
  .c-ft1 p {
    font-size: 14px;
  }
  .top-block1 .c-area1 .c-content dl dd span {
      margin-right: 15px;
  }
  .top-block1 .c-area1 .c-content dl dd {
    font-size: 16px;
  }
  .top-block1-news-item:last-child{
    display: none;
  }
  .top-block1-news-item:nth-of-type(4n){
    margin-right: 0;
  }
  .top-block1-news-item .tt-1{
    font-size: 14px;
  }
  .wrapper {
      padding: 0 10px !important;
  }
  .top-block1-boxnews h3 {
      margin-bottom: 0 !important;
      padding-left: 15px;
  }
  .top-block1-boxnews {
    align-items: center;
  }
  .c-content-block2 .c-img {
      width: 100%;
      margin-right: 0;
  }
  .c-content-block2 .c-desc {
      width: 100%;
      margin-top: 30px;
  }
  .c-content-block2 {
      margin-top: 35px;
      padding: 0 10px;
  }
  .c-content-block2 .c-desc h2 {
    font-size: 16px;
  }
  .c-content-block2 .c-desc p {
      font-size: 13px;
  }
  .top-block2 .btn .btn-2 ~ .btn-2 {
      margin-left: 2%;
  }
  .top-block3-list-box {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 20px;
  }
  .top-block3-list-box:nth-of-type(2n){
    margin-right: 0;
  }
  .c-content-block2 .c-desc h2::after {
      margin: 10px 0 15px -12px;
  }
  .top-block1-box-news{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-block1-news-item{
    width: 48%;
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
  .wr-br {
      white-space: pre-line;
  }
  .top-address-list {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .top-address {
    padding: 40px 0 10px !important;
  }
  .top-address-list .box1 {
      width: 90% !important;
      margin-bottom: 40px;
  }
  .top-address-list .box1 dl dt {
      font-size: 14px !important;
      margin-right: 3% !important;
  }
  .top-address-list .box1 dl dd {
      font-size: 15px !important;
  }
  .btn .btn-2 ~ .btn-2 {
      margin-left: 2% !important;
  }
  .top-flow .btn-all a:last-of-type {
      margin-left: 2% !important;
  }
  .contact-pallarax-box h2 {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .contact-pallarax-box .tt-1 h3 {
    font-size: 22px;
    line-height: 140%;
  }
  .contact-pallarax {
      height: 740px;
  }
  .contact-pallarax-list-box{
    flex-wrap: wrap;
  }
  .contact-pallarax-box {
    width: 90% !important;
    padding-top: 0;
    height: 330px;
    border: 0;
    margin: 20px 0;
  }
  .contact-pallarax-box .content {
    font-size: 12px !important;
    padding: 0 10px !important;
  }
  .txt-container {
    transform: translate(0%, -100%) !important; 
    bottom: 50px;
  }
  .mt20sp{
    margin-top: 20px !important;
  }
}
@media (max-width: 580px){
  .stick {
    bottom: -30px;
    height: 60px;
  }
  .ovh .h-nav1 .bg-logo::before {
    width: 270px;
  }
  .top-block3-list-box {
      width: 100%;
      margin-right: 0%;
      margin-bottom: 20px;
  }
  .question-contact dl dt {
      font-size: 16px;
  }
  .question-contact dl dd {
      font-size: 14px;
  }
  .contact-pallarax-box p.content {
    font-size: 14px !important;
    padding: 20px 10px !important;
  }
  .content-head-slide {
    width: 230px;
    height: 120px;
  }
  .toggle.change ~ .h-nav1 .content-head-slide{
    width: 230px;
    height: 120px;
    margin-top: 10px;
    margin-left: 30px;
  }
  .contact-pallarax-box .tel{
    font-size: 13px;
  }
  .contact-pallarax-box .tel span {
    font-size: 16px !important;
  }
  .h-box-logo1 ul {
    padding-left: 35px !important;
  }
  .bg-ft .tt-1 h3{
    letter-spacing: 0px;
  }
  .contact-pallarax.bg-ft {
    padding: 0 10px;
  }

  .h-box-banner .content-head {
    margin-bottom: 15px;
    width: 224px;
  }
  .content-head .tel p {
    font-size: 13px;
  }
  .toggle.change ~ .h-nav1 .content-head {
      /* margin-top: 20px; */
      margin-left: 15px;
      bottom: 0;
  }
  .content-head .tel .tel-1::before {
    width: 22px;
    height: 18px;
    left: 0;
    top: 0px;
    display: none;
  }
  .content-head .tel .tel-1 {
    padding-left: 20px;
  }
  .content-head-slide .c-info h2 {
    font-size: 13px;
  }
  .content-head-slide .c-info h3 {
    font-size: 10px;
  }
  .top-flow {
    padding: 50px 0 !important;
  }
  #tabs-content {
      margin: 55px 0px 0px;
  }
  .c-content-block2.ct1 {
      margin-top: 55px;
  }
  .c-content-block2.ct1 .c-img {
      width: 100%;
      margin-right: 0;
  }
  .c-content-block2.ct1 .c-desc {
      width: 100%;
  }
  .top-flow-list .box1 h4 span {
      font-size: 16px !important;
  }
  .top-flow-list .box1 h4 {
    font-size: 18px !important;
  }
  .top-flow-list .box1 {
      margin-bottom: 35px !important;
  }
  .top-address-list .box1 {
      width: 100% !important;
  }
  .top-block3 {
    padding: 50px 0 50px;
  }
  .top-block3-list-box h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .btn-3 {
      width: 130px;
      margin-top: 10px;
      height: 20px;
      font-size: 12px;
      height: 30px !important;
  }
  .top-block3-list-box p {
    font-size: 13px;
  }
  .hide-mobile{
    display: none;
  }
  .show-mobile{
    display: block;
  }
  .top-pallarax::after {
      width: 222px;
      background-size: cover;
      background-repeat: no-repeat;
  }
  .top-pallarax {
      height: 170px !important;
  }
  .c-list1 ul {
      width: 90%;
  }
  .c-ft1 h2 span {
      font-size: 17px;
  }
  .c-ft1 h2 {
      font-size: 20px;
      letter-spacing: 5px;
  }
  .txt-container {
    transform: translate(0%, -100%) !important; 
  }
  .txt-container p {
    font-size: 1.6rem;
    letter-spacing: 0px;
  }
  .txt-container h2 {
      font-size: 4rem;
      letter-spacing: 3px;
  }
  .txt-container h2 span {
      font-size: 3.5rem;
  }
 
  .top-pallarax h3.c-it-info3 {
      transform: translate(20%, -70%) ;
  }
  .top-pallarax p.c-it-info4 {
      transform: translate(0%, 30%);
  }
  .c-ct-c-info-area .btn.btn-all .btn-1:first-child {
    margin-right: 15px;
  }
  .c-tabs {
      width: 80%;
  }
  .c-title2 h2, .c-title3 h2{
    font-size: 22px ;
  }
  .c-tabs ul li{
    max-width: 100% !important;
    margin-right: 0% !important;
    padding: 16px 10px;
  }
  .top-block3-box1-word{
    max-width: 85%;
    padding: 20px 15px 21px;
  }
  .top-pallarax h3{
      transform: translate(25%, -70%);
  }
  .top-pallarax p{
      font-size: 13px;
      transform: translate(24%, 30%);
  }
  .top-pallarax h3.c-it-info {
    transform: translate(30px, -80%);
    font-size: 25px;
    letter-spacing: 5px;
  }
  #tabs-content {
    margin: 90px 0px 22px;
  }
  .top-pallarax p.c-it-info2 {
      transform: translate(30px, 20%);
      margin-top: 0;
      font-size: 12px;
      letter-spacing: 0px;
      padding-left: 20px;
  }
  .top-pallarax-w p::before {
    width: 15px;
  }
  
  .top-pallarax.parax2 h3.c-it-info {
    transform: translate(-30px, -70%);
  }

  .top-pallarax.parax2 p.c-it-info2 {
      transform: translate(-36px, 40%);
      padding-right: 20px;
  }
  
  .news-item {
      flex-wrap: wrap;
      padding: 18px 0;
  }
  .news-item .title{
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .c-title h2{
    font-size: 22px;
  }
  .top-block1 .c-area1 .c-content .c-title .c-txt1 {
    font-size: 18px;
  }
  .tt2 h3{
    font-size: 12px;
    position: relative;
  }
  .tt2 h3::before {
      transform: translate(-16%, -0%);
      position: absolute;
      top: 0%;
      left: 0;
  }
  .tt2 h3::after {
      transform: translate(16%, -0%);
      position: absolute;
      top: 0%;
      right: 0;
  }
  .tt2 h4 {
    font-size: 20px;
  }
  .c-item-box .h3{
    font-size: 16px;
  }
  .c-list1.flex{
    width: 100%;
  }
  .c-note-time {
      padding-left: 0;
  }
  .c-items-time.flex {
      flex-wrap: wrap;
  }
  .c-items-time .c-time {
    width: 100%;
  }
  .c-table1 th, .c-table1 tbody tr td:first-child {
      font-size: 13px;
  }
  .c-item-box {
    margin-top: 30px;
  }
  .top-block3-box1-word h4{
    font-size: 17px;
  }
  .top-block3-box1-word p{
    font-size: 12px;
    padding: 0 0px;
  }
  .c-title1 h2 {
    font-size: 18px;
    padding: 9px 0px 1px 20px;
  }
  .c-title1 h2 span{
    width: 100%;
    margin-left: 0;
    display: block;
  }
  .c-title1 p{
    font-size: 13px;
  }
  .top-block1 {
      padding: 50px 0px 50px;
  }
  
  .top-block2 {
    padding: 50px 0 50px;
  }
  .tt-1 h3 {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .tt-1 h4 {
      font-size: 20px;
      letter-spacing: 1px;
  }
  .tt-1 p {
    letter-spacing: 0px;
  }
  .top-flow-list {
      padding: 20px 0 0 !important;
  }
  .profile-block3 .list {
      padding: 5px 0 30px !important;
  }
  .question-contact {
      padding: 5px 0 40px;
  } 
  .content-head {
    padding: 10px 5px !important;
  }
  .c-linknew a {
    width: 170px;
    height: 42px;
    right: 10px;
    top: 0;
    position: absolute;
    z-index: 9;
  }
  .contact-pallarax-box {
    width: 350px !important;
  }
  .btn-1 {
    height: 50px;
  }
  .pt10sp{
    padding-top: 10px !important;
  }
  .pt20sp{
    padding-top: 20px !important;
  }
  .pt30sp{
    padding-top: 30px !important;
  }
  .pt40sp{
    padding-top: 40px !important;
  }
  .pt50sp{
    padding-top: 50px !important;
  }

  .pb10sp{
    padding-bottom: 10px !important;
  }
  .pb20sp{
    padding-bottom: 20px !important;
  }
  .pb30sp{
    padding-bottom: 30px !important;
  }
  .pb40sp{
    padding-bottom: 40px !important;
  }
  .pb50sp{
    padding-bottom: 50px !important;
  }
  .pb60sp{
    padding-bottom: 60px !important;
  }

  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .mb60{
		margin-bottom: 30px !important;
  }
  .mb100{
		margin-bottom: 50px !important;
	}
  .mt70 {
      margin-top: 35px !important;
  }
  .mt80 {
      margin-top: 40px !important;
  }
  .mt90 {
      margin-top: 45px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }

  .mb0sp{
    margin-bottom: 0 !important;
  }
  .mb10sp{
    margin-bottom: 10px !important;
  }
  .mb20sp{
    margin-bottom: 20px !important;
  }
  .mb30sp{
    margin-bottom: 30px !important;
  }
  .mb40sp{
    margin-bottom: 40px !important;
  }
  .mb50sp{
    margin-bottom: 50px !important;
  }

  .mt0sp{
    margin-top: 0 !important;
  }
  .mt10sp{
    margin-top: 10px !important;
  }
  .mt20sp{
    margin-top: 20px !important;
  }
  .mt30sp{
    margin-top: 30px !important;
  }
  .mt40sp{
    margin-top: 40px !important;
  }
  .mt50sp{
    margin-top: 50px !important;
  }
}
@media (max-width:1475px){
  .news-box{
    width: 100%;
    max-width: 1000px;
  }
  .news-box a.link{
    transform: translateX(-30%);
  } 
  .top-block1 .c-area1 .c-img img{
    width: 100%;
  }
  .top-block1 .c-area1 .c-img {
    width: 100%;
    max-width: 42%;
  }
  .top-block1 .c-area1 .c-content {
    margin-left: 2%;
  }
  /* body {
    font-family: font-mei !important;
  } */
}
.jf-start{
  justify-content: start !important;
}

.btn-right {
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.btn-right .btn-1 {
	margin: 0;
}
