@charset "UTF-8";
/* ------------------------------------------------- *
 *        common-module
 * ------------------------------------------------- */
body {
  line-height: 1.75;
  color: #000;
  font-feature-settings: "palt";
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 300; /* 太さの指定（700は太字） */
  font-size: 16px;
  background: #fff;
  position: relative;
}

/*.font-th {
  font-family:'Sarabun', sans-serif;
  font-weight:300;
  font-size:1.125rem;
}*/
.mt-80 {
  margin-top: 80px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

a .mt-5 {
  margin-top: 5px !important;
}

.pt-20 {
  padding-top: 20px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-15 {
  padding-bottom: 15px;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}
a:hover, a :focus, a :active, a :visited, a :link {
  text-decoration: none;
}

::-moz-selection {
  background: #d4f1fc;
  color: #0d16a1;
}

::selection {
  background: #d4f1fc;
  color: #0d16a1;
}

::-moz-selection {
  background: #d4f1fc;
  color: #0d16a1;
}

.c-txt.marker {
  position: relative;
  z-index: 1;
  padding: 5px 10px;
}

.c-txt.marker::before {
  background: #fc7a47;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: -1;
}

.c-txt.marker:hover {
  color: #fff;
}

.c-txt.marker:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  text-align: center;
  background: #ffb244;
  color: #fff;
  /*background: -moz-linear-gradient(top, #e66b61, #dc2f21);
  background: -webkit-linear-gradient(top, #e66b61, #dc2f21);
  background: linear-gradient(to bottom, #e66b61, #dc2f21);*/
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fc7a47;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white !important;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  transform: scaleX(1);
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  background: #fff;
  padding: 0 50px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  height: 86px;
}
nav img {
  padding-top: 12px;
}
nav ul, nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav ul {
  display: block;
}
nav li {
  float: right;
}
nav ul.sns {
  margin-top: 8px;
  font-size: 18px;
}
nav ul.sns li {
  margin-right: 40px;
}
nav ul.sns li:nth-of-type(-n+3) {
  margin-right: 10px;
}
nav ul.sns li:first-child {
  margin-right: 0;
}
nav ul.menu {
  padding-top: 38px;
  font-size: 18px;
}
nav ul.menu li {
  margin-right: 40px;
}
nav ul.menu li:first-child {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  nav {
    /*.menu:nth-of-type(n+3) {
      padding-left:31px;
    }*/
  }
}
@media screen and (max-width: 991px) {
  nav {
    display: none;
    visibility: hidden;
  }
}
.main-visual {
  padding: 87px 0px 0 0px;
  padding-bottom: 80px !important;
  /*a {
    &:hover, :focus, :active, :visited, :link {
      opacity: 1.0;
    }
  }*/
}

@media screen and (max-width: 991px) {
  .main-visual {
    padding: 50px 0px 0 0px;
    padding-bottom: 30px !important;
  }
}
/* ------------------------------------------------- *
 *        footer-module
 * ------------------------------------------------- */
/*
.btns-footer {
  position: fixed;
  z-index:9900;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -100px;
  width:90%;
  .btn {
      padding:10px 50px;
  }
}
*/
h2 {
  font-size: 45px;
  line-height: 1;
  font-weight: 600;
  color: #338535;
}
h2 span {
  display: block;
  font-size: 20px;
  color: #9ac497;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 1;
  }
  h2 span {
    font-size: 18px;
  }
}




/* サービス紹介　*/
#section-service {
  width: 90%;
  margin: 0 auto;
  padding-top: 120px;
  margin-top: -20px;
  margin-bottom:100px;
}
#section-service .parent-lead {
  padding:0 120px;
}
#section-service .parent-lead img {
  border:40px solid #9bc497
}
#section-service .parent-lead .box-right {
  padding-left:30px;
}
#section-service .lead {
  /*width: 70%;*/
  text-align:left;
  margin: 0 auto;
  margin-top: 50px;
}
#section-service h3 {
  font-weight: bold;
  margin: 0rem;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.35;
  width: 100%;
}
#section-service .nav-tabs {
  margin-top: 60px;
}
#section-service .nav-tabs li {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.25;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333% - 40px);
}
#section-service .nav-tabs li a {
  display: block;
  color: #ffb244;
  width: 100%;
  text-align: center;
}
#section-service .nav-tabs .nav-link p {
  padding-top: 18px;
  padding-bottom: 20px;
  border: 2px solid #ffb244;
}
#section-service .nav-tabs .nav-link.active p {
  padding-top: 17px;
  padding-bottom: 20px;
}
#section-service .nav-tabs .nav-link.active p, #section-service .nav-tabs .show > .nav-link {
  color: #fff;
  display: block;
  width: 100%;
  background: #ffb244;
}
#section-service .nav-tabs .nav-link.active .triangle3 {
  width: 0;
  height: 0;

  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffb244;
  margin: 0 auto;
  margin-top:-20px!important;
}
#section-service .tab-parent {
  margin-top: 20px;
  padding: 0px;
}
#section-service .tab-parent .tab-content {
  padding: 0 10px;
  /*.form-row {
    margin-bottom:10px;
  }
  .form-row:last-child {
    margin-bottom:0px;
  }*/
}
#section-service .tab-parent .tab-content .form-row > .col,
#section-service .tab-parent .tab-content .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

#section-service .tab-parent .box {
  border-radius:4px;
  box-shadow:0px 0px 3px rgba(0, 0, 0, 0.35);
  margin-bottom:30px;
}
#section-service .tab-parent .image-container {
  position: relative;
  overflow: hidden;
}
#section-service .tab-parent .image-container h3 {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px;
  color: white;
  text-shadow: 0px 0px 6px black;
  z-index: 1;*/
  padding:15px 20px 5px;
}
#section-service .tab-parent .image-container p {
  text-align:left;
  padding:0 20px;
}
#section-service .btn {
  padding: 25px 0;
  width: 450px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px !important;
}
/*
#section-service .tab-parent .image-container img {
  transition: transform 0.3s ease;
  filter: brightness(70%);
}
#section-service .tab-parent .image-container img:hover {
  transform: scale(1.15);
}*/

@media screen and (max-width: 991px) {
  #section-service {
    width: 100%;
    padding-top: 50px;
    margin-bottom:50px;
    /*h3 {
      font-size:1.125rem;
      line-height:1.35;
    }*/
  }
  #section-service .parent-lead {
    padding:0 0px;
  }
  #section-service .parent-lead .box-right {
    padding-left:20px;
    margin-top:30px;
  }
  #section-service .lead {
    margin-top: 20px;
    width:100%;
    padding: 0 0px;
  }
  #section-service .nav-tabs {
    margin-top: 40px;
  }
  #section-service .tab-parent {
    margin-top: 10px;
  }
  #section-service .tab-parent .tab-content {
    padding: 0px;
  }
  #section-service .nav-tabs li {
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(33.333% - 20px);
  }
  #section-service .tab-parent .tab-content .form-row > .col,
  #section-service .tab-parent .tab-content .form-row > [class*="col-"] {
    padding-right:5px;
    padding-left:5px;
  }
  #section-service .tab-parent .box {
    margin-bottom:10px;
  }
  /*#section-service .col-sm-8:nth-child(n+9) {
    display:none;
    visibility:hidden;
  }*/
  #section-service .tab-parent .image-container h3 {
    padding:15px 10px 5px;
  }
  #section-service .tab-parent .image-container p {
    padding:0 10px;
  }
  #section-service .btn {
    margin-top:20px;
    width: calc(100% - 40px);
    margin-left:20px;
    margin-right:20px;
  }
}
/* 強み　*/
#section-strength {
  width: 90%;
  margin: 0 auto;
  padding-top: 120px;
  margin-top: -20px;
}
#section-strength .lead {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
}
#section-strength .lead span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
#section-strength .card-body {
  margin-top: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
#section-strength .card-body .img-strength-pc {
  display: block;
  visibility: visible;
  width: 100%;
}
#section-strength .card-body .img-strength-sp {
  display: none;
  visibility: hidden;
  width: 100%;
}
#section-strength .card-body .card-body-right {
  position: absolute;
  right: 0;
}
#section-strength .card-body h3 {
  font-size: 50px;
  font-weight: bold;
  text-align: left !important;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
#section-strength .card-body h3 span {
  display: block;
  color: #0d16a1;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  margin-top: 5px;
}
#section-strength .card-body img {
  width: 70%;
}
#section-strength .card-body .box {
  padding: 1.35rem;
  background: #fff;
  width: 40%;
  float: right;
}
#section-strength .card-body2 img {
  right: 0;
  float: right;
}
#section-strength .card-body2 .box {
  float: left;
}

@media screen and (max-width: 991px) {
  #section-strength {
    width: 100%;
    padding-top: 100px;
  }
  #section-strength .lead {
    width: 90%;
    margin-top: 30px;
  }
  #section-strength .card-body {
    display: block;
  }
  #section-strength .card-body .img-strength-pc {
    display: none;
    visibility: hidden;
  }
  #section-strength .card-body .img-strength-sp {
    display: block;
    visibility: visible;
  }
  #section-strength .card-body .card-body-right {
    width: 100%;
    padding-right: 0;
    position: static;
  }
  #section-strength .card-body h3 {
    font-size: 40px;
    /*span {
      font-size:20px;
      margin-top:5px;
    }*/
  }
  #section-strength .card-body img {
    width: 100%;
  }
  #section-strength .card-body .box {
    width: 100%;
  }
}






#about {
  padding-top: 80px;
  margin-top: -80px;
}
#about h2 {
  margin-bottom: 30px;
}
#about p {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.7;
}

.box-profile {
  margin-top: -30px;
  background-image: url(../../assets/imgs/bg-profile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 150px 0px 100px 0px;
}
.box-profile h2 {
  color: #fff;
  margin-bottom: 30px;
}
.box-profile h2 span {
  color: #fff;
}
.box-profile p {
  color: #fff;
  line-height: 1.75 !important;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  #about .box-about img {
    margin-bottom: 20px;
  }
  .box-profile {
    margin-top: 0px;
    padding: 70px 0px 50px 0px;
    margin-top: 30px;
  }
  .box-profile img {
    margin-bottom: 20px;
  }
}
#ourflower {
  margin-top: -100px;
  padding-top: 100px;
  text-align: left;
}

#ourflower h2 {
  margin-left: 50px;
  margin-top: 100px;
}

#ourflower p {
  font-size: 16px;
  margin-left: 50px;
  margin-top: 20px;
}

#ourflower .box-flowers {
  margin-top: 80px;
  text-align: center;
}

#ourflower .box-flowers .card {
  text-align: center;
}

#ourflower .box-flowers .card h3 {
  margin-top: 20px;
}

#ourflower .box-flowers .card p {
  margin-left: 0;
  margin-top: 0;
}

#ourflower .box-flowers .form-row > .col,
.form-row > [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
  margin: 0;
}

#ourflower .box-flowers .btn {
  display: inline-block;
  margin: 0 auto;
  margin-top: 50px;
  padding-right: 40px;
  padding-left: 40px;
  height: 70px;
  line-height: 60px;
}

@media screen and (max-width: 991px) {
  #ourflower {
    margin-top: -120px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #ourflower h2 {
    margin-left: 40px;
    margin-top: 20px;
  }
  #ourflower p {
    margin-left: 40px;
    padding-right: 40px;
  }
  #ourflower .box-flowers {
    margin-top: 20px;
  }
  #ourflower .box-flowers .card-body {
    margin: 0;
    padding: 0;
  }
}
.box-slide {
  margin-bottom: 100px;
}

.box-slide .simply-scroll-container {
  position: relative;
}

.box-slide .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.box-slide .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.box-slide .simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  padding: 0;
  margin: 0;
  width: 280px;
  height: 280px;
  list-style-type: none;
  margin-right: 0px;
}

.box-slide .simply-scroll-list li img {
  width: 280px;
  height: 280px;
}

.box-slide .simply-scroll-list li img {
  display: block;
}

@media screen and (max-width: 991px) {
  .box-slide {
    margin-top: 0px;
  }
  .box-slide .simply-scroll-list li {
    width: 200px;
    height: 200px;
    margin-right: 10px;
  }
}
/* 強み　*/
#section-strength {
  margin: 0 auto;
  padding-top: 200px;
  margin-top: -60px;
  margin-bottom: 130px;
}
#section-strength ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: -15px;
}
#section-strength ol li {
  margin: 0;
  padding: 0;
  margin-top: -20px;
}
#section-strength .card-body {
  margin-top: 50px;
}
#section-strength .card-body h3 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-top: 20px;
}
#section-strength .card-body p {
  margin-top: 20px;
}
#section-strength .card-body p span {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  #section-strength {
    width: 100%;
    padding-top: 150px;
  }
  #section-strength .card-body {
    display: block;
    margin-top: 30px;
  }
  #section-strength .card-body .img-strength-pc {
    display: none;
    visibility: hidden;
  }
  #section-strength .card-body .img-strength-sp {
    display: block;
    visibility: visible;
  }
  #section-strength .card-body .card-body-right {
    width: 100%;
    padding-right: 0;
    position: static;
  }
  #section-strength .card-body h3 {
    font-size: 40px;
    /*span {
      font-size:20px;
      margin-top:5px;
    }*/
  }
  #section-strength .card-body img {
    width: 100%;
  }
}

















/* 会社概要　*/
#section-company-profile {
  padding-top: 220px;
  margin-top: -20px;
  display: flex;
  background-image: url(../../assets/img/bg-company-profile.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: white;
  padding-bottom: 150px;
}
#section-company-profile .left {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 100px;
}
#section-company-profile .right {
  margin-left: 0px;
}
#section-company-profile .right li {
  list-style-type: none;
  margin-bottom: 20px;
}
#section-company-profile .right li:last-child {
  margin-bottom: 0px;
}
#section-company-profile .right li span {
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  #section-company-profile {
    padding-top: 80px;
    padding-bottom: 50px;
    display: block;
  }
  #section-company-profile .left {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-top: 220px;
  }
  #section-company-profile .right {
    width: 100%;
    margin-left: 0px;
    margin-top: 100px;
  }
}
/* 問い合わせ　*/
#section-contact {
  padding-top: 100px;
  margin-top: -100px;
  color: #fff;
  /*.box {
    background: #f6f6f6;
    margin:0 50px;
    padding-bottom: 100px;
  }

  .lead {
    text-align:center;
    margin-top: 40px;
  }
  .box-header {
    padding:100px 0px;
  }*/
  /*.bg-contact {
    filter: brightness(20%);
    padding:0 50px;
  }*/
  /*h2 {
    text-align: center;
    color: #fff;
    z-index: 1;
    text-shadow: 0px 0px 6px black;
    width:100%;
    span {
      color:#fff;
    }
  }

  h3 {
    font-size: 22px;
    background: #979595;
    color: #fff;
    padding:10px;
    margin-bottom:30px;
    text-align:center;
    font-weight:bold;
  }

  ul.sns {
    width:100%;
    list-style-type:none;
    margin:0;
    padding:0;
    margin-top:50px;
  }
  ul.sns li {
    text-align:center;
    width: calc(50% - 10px);
    float:left;

    i {
      font-size:60px;
      padding-bottom:7px;
    }
    p.phone {
      margin-top:1f0px;
      font-size:40px;
      font-weight:bold;
      line-height:1.35;

      span {
        font-size:15px;
        font-weight:normal;
        display:block;
      }
    }
  }
  ul li:first-child {
    margin-right:10px;
  }
  ul li:last-child {
    margin-left:10px;
    img {
      width:32%;
    }
  }
  .box-form {
    margin-top:80px;

    h3 {
      margin-bottom:40px;
    }
    ul {
      width:100%;
      list-style-type:none;
      margin:0;
      padding:0;
      margin-bottom:30px;
    }
    ul li {
      float:left;
      margin:0;
      padding:0;
    }
    ul li:first-child {
      width:170px;
    }
    ul li:last-child {
      width: calc(100% - 170px);

    }
    ul li input, ul li textarea {
      width:100%!important;
      background: #f5fbfc;
      border:1px solid #ccc;
    }

    .btn {
      width:300px;
      margin-top:40px;
      padding:10px 0;
    }

  }*/
}
#section-contact .h2-parent {
  /*position:absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index: 1;*/
  width: 100%;
}
#section-contact .h2-child {
  padding: 100px 0px 60px;
  position: relative;
  background-image: url(../../assets/imgs/bg-contact.jpg);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
#section-contact .h2-child::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#section-contact h2 {
  color: #fff;
  text-align: center;
}
#section-contact h2 span {
  color: #fff;
}
#section-contact h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#section-contact .btn {
  padding: 25px 0;
  width: 450px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px !important;
}
#section-contact .btn a {
  color: #fff;
}
#section-contact .btn:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  #section-contact .h2-parent {
    width: 100%;
  }
  #section-contact .h2-child {
    padding: 80px 0px 40px;
  }
  #section-contact .h2-child::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #section-contact h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }
  #section-contact h2 span {
    font-size: 18px;
  }
  #section-contact .btn {
    width: 100%;
  }
}
.breadcrumb {
  margin-top: 100px;
  padding: 0;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  padding: 20px 0 20px 30px;
}

footer {
  text-align: center;
  margin-top: 100px;
}
footer img {
  width: 280px;
}
footer address {
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 20px;
}
footer p.privacy {
  display: block;
  margin-top: 50px;
  margin-bottom: 10px;
}
footer p.copy {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
}
footer p.copy a {
  color: #000;
}

@media screen and (max-width: 991px) {
  footer {
    padding: 0 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  /*.block-content {
    background: pink;
  }

   .form-row > .col,
   .form-row > [class*="col-"] {
     padding-right: 14px;
     padding-left: 14px;
   }*/
}
.block-menu-btn {
  background: #fff;
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0rem;
  height: 50px;
  top: 0;
  border-bottom: 1px solid #ccc;
}
.block-menu-btn .navi {
  float: left;
  width: 70px;
}
.block-menu-btn .logo {
  float: left;
  text-align: center;
  width: calc(100% - 70px - 80px);
  padding-top: 7px;
  font-weight: bold;
  font-size: 20px;
}
.block-menu-btn .logo img {
  width: 220px !important;
}
.block-menu-btn .menu-btn {
  padding-top: 7px;
  padding-left: 1.2rem;
}
.block-menu-btn .menu-btn p {
  font-size: 10px;
  font-weight: 700;
  margin-top: -7px;
  margin-left: -3px;
  color: #fc7a47;
}
.block-menu-btn .box-lang {
  float: left;
  width: 80px;
  margin-top:12px;
  font-size:15px;
}
.block-menu-btn .box-lang .line {
  padding:0 10px;
}




.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 32px;
  height: 24px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fc7a47;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.burger-navi .overlay a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.burger-navi .overlay {
  padding-top: 50px;
  position: fixed;
  top: 0;
  z-index: 9990;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #fff;
}

.burger-navi .menu-sp {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.burger-navi .menu-sp .nav-sp {
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 10.5%;
  padding-left: 1.2rem;
  display: flex;
  -webkit-webkit-align-items: center;
  align-items: center;
  font-size: 18px;
}
.burger-navi .menu-sp .nav-sp div {
  flex: 2;
  white-space: nowrap;
}
.burger-navi .menu-sp .nav-sp .ar {
  font-size: 1.55rem;
  padding-right: 1.5rem;
  flex: 1;
}
.burger-navi .menu-sp a.btn-sp-contact {
  color: #fff;
  background: #ffb244;
  width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  display: block;
}
.burger-navi .menu-sp .nav-lang {
  padding-bottom: 1.5rem;
}
.burger-navi .menu-sp .btn-sns i {
  font-size: 38px;
}
.burger-navi .menu-sp .btn-lang {
  font-size: 18px;
}

.burger-navi a {
  color: #000;
}



/* 個人情報保護法ページ */
#privacy h1 {
  font-size: 30px;
  margin-top: 80px;
}
#privacy .privacy-policy {
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  #privacy h1 {
    margin-top:45px;
    padding-left: 20px;
    font-size:26px;
  }
}

/* お問い合わせページ */
#contact h1 {
  font-size: 30px;
  margin-top: 80px;
}
#contact .privacy-policy {
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  #contact h1 {
    margin-top:45px;
    padding-left: 20px;
    font-size:26px;
  }
}





/*cookie control*/
.overlaycookie {
  display: none;
  position: fixed;
  z-index: 9998;
  height: 70px;
  width: 100%;
  color: #fff;
  bottom: 0;
}

.btn_area {
  position: absolute;
  color: #fff;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}

.btn_area_child {
  width: 900px;
  margin: 0 auto;
  padding-top: 17px;
}

.btn_area_child div {
  float: left;
  line-height: 1.35;
  font-size: 15px;
}

.btn_area_child div a {
  color: #fff !important;
  text-decoration: underline;
}

.btn_area_child div:last-child {
  padding-left: 35px;
  margin-top: -8px;
}

.btn_area button {
  display: block;
  margin: 0 auto;
}

.btn_area button.btn {
  color: #fff;
  border-color: #fff;
  border: none;
  margin-top: 10px;
  padding: 5px 15px;
}

.btn_area button.btn:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .overlaycookie {
    height: 190px;
  }
  .btn_area_child {
    width: 100%;
    padding-top: 17px;
  }
  .btn_area_child div {
    float: none;
    line-height: 1.55;
    width: 100%;
    padding: 0 15px;
  }
  .btn_area_child div:last-child {
    padding-left: 0px;
    margin-top: 15px;
  }
  .btn_area button.btn {
    width: 250px;
  }
}/*# sourceMappingURL=common.css.map */








/* 商品紹介ページ  */
#service #section-service {
  margin-top: 50px;
}
#service .tab-parent {
  margin-top:70px;
}
#service .left, #service .right {
    float: left;
    height: 100%;
    box-sizing: border-box;
}
#service .left {
    width: 300px;
    padding-right:40px;
    position: sticky;
    top: 110px;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 2;
}
#service .left .cat_name {
  font-weight:bold;
  font-size:30px;
  line-height:1.5;
}
#service .left .cat_name span {
  display:block;
  font-size:20px;
  color:#aaa;
}
#service .right {
    width: calc(100% - 340px);
    z-index: 1;
}

@media (max-width: 576px) {
  #service .tab-parent {
    margin-top:0px;
  }
  #service .left {
    width:100%;
    padding-right:0px;
    padding-left:20px;
    position: static;
    top:0px;
    max-height: 100vh;
  }
  #service .right {
    padding:0 20px;
    width:100%;
  }
  #service .left .cat_name {
    font-size:26px;
    margin-top:50px;
  }
}
