@charset "utf-8";

body {
  background-color: #fff;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  /*padding-top: 140px;*/
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #d40000;
}
/*サムネイル高さ調整用*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/*slider*/
#mainvisual {
  height: 200px;
  /*margin-top: 65px;*/
}
@media (min-width: 768px) {
  #mainvisual {
    height: 200px;
  }
}
@media (min-width: 992px) {
  #mainvisual {
    height: 300px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #mainvisual {
    height: 500px;
    margin-top: 0;
  }
}

/*調整クラス*/
.h200 {
  height: 200px;
}
.f-white {
  color: #fff;
}
.f-orange {
  color: #eca315;
}
.f-purple-lg {
  color: #a95cac;
  font-size: 1.0em;
  font-weight: bold;
}
.f-pink-b {
  color: #e4007f;
  font-weight: bold;
}
.f-pink-l {
  color: #e4007f;
  font-size: 55px;
  font-weight: bold;
}
.f-orange-lg {
  color: #f95d16;
  font-weight: bold;
  font-size: 2.0em;
}
.f-05em {
  font-size: 0.5em;
}
.f-08em {
  font-size: 0.8em;
}
.f-1em {
  font-size: 1em;
}
.f-12em {
  font-size: 1.2em;
}
.f-13em {
  font-size: 1.3em;
}
.f-15em {
  font-size: 1.5em;
}
.f-2em {
  font-size: 2em;
}
.f-responsive-s {
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
}
.f-responsive-l {
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
}
.m-bottom-5 {
  margin-bottom: 5px;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-bottom-15 {
  margin-bottom: 15px;
}
.m-bottom-20 {
  margin-bottom: 20px;
}
.m-bottom-30 {
  margin-bottom: 30px;
}
.m-top-5 {
  margin-top: 5px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-top-100 {
  margin-top: 100px;
}
.m-left-15 {
  margin-left: 15px;
}
.m-left-100 {
  margin-left: 100px;
}
.m-right-15 {
  margin-right: 15px;
}
.m-right-30 {
  margin-right: 30px;
}
.m-left-30 {
  margin-left: 30px;
}
.pad10 {
  padding: 10px;
}
.line-height-08 {
  line-height: 0.8;
}
.indent1 {
  text-indent: 1em;
}
.hr-red {
  border-color: red;
}
.title1 {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 2em;
  font-size: 25px;
}
.title1:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d40000;
  border-radius: 4px;
}
.title1 span {
  position: absolute;
  bottom: -30px;
  font-size: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 2px;
}
.title2 {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 2em;
  color: #fff;
  font-size: 25px;
}
.title2:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 4px;
}
.title2 span {
  position: absolute;
  bottom: -30px;
  font-size: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 2px;
}
.title3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #000;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #d40000;/*左線*/
}
.title4 {
  /*padding-left: 1.2em;*/
}
.title4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";/*アイコンのユニコード*/
  font-weight: 900;
  font-size: 1em;/*サイズ*/
  color: #d40000; /*アイコン色*/
  padding-right: 10px;
}
.table-custom01 > tbody > tr > th {
  background-color: #d40000;
  vertical-align: middle;
  color: #fff;
}
.box1{
  display: table;
  position: relative;
  background: #fff0cd;
  box-shadow: 0px 0px 0px 5px #fff0cd;
  border: dashed 2px white;
  padding: 1.2em 1.5em;
  color: #454545;
  margin: 20px auto;
  min-width: 50%;
}
.box1:after{
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffdb88 #fff #ffdb88;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box1 p {
  margin: 0; 
  padding: 0;
}

.flash:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.sns-icon {
  width: 50px;
  height: 50px;
  margin-top: 5px;
}

@font-face {
    font-family: 'LigatureSymbols';
    src: url('../fonts/LigatureSymbols-2.11.eot');
    src: url('../fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LigatureSymbols-2.11.woff') format('woff'),
         url('../fonts/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../fonts/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
}

/*ナビゲーション*/
header {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  /*margin-bottom: 10px;*/
  padding: 20px;
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  /*z-index: 99999;*/
  /*height: 60px;*/
}
/*@media (max-width: 1199px) {
  header nav {
    display: none;
  }
}*/
/*nav ul {
  list-style: none;
  position: absolute;
  right: 4%;
}
nav ul li {
  display: inline-block;
}
nav ul li:after {
content: "|";
  display: inline;
  color: #000;
}
nav ul li:last-child:after {
  display: none;
}
nav ul li a {
  width: 100px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
}
nav ul li a:hover {
  color: #e60012;
}
nav ul li span {
  font-size: 10px;
  display: inline-block;
  letter-spacing: 1px;
}*/
header nav {
  /*border-top: 1px #f00 solid;*/
  /*margin-top: 46px;*/
  /*height: 46px;*/
}
.navi {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}
.navi > li {
    float: left;
    width: 20%;
    height: 50px;
    line-height: 50px;
    /*background: rgb(29, 33, 19);*/
    list-style: none;
    text-align: center;
}
.navi > li a {
    display: block;
    color: #000;
}
.navi > li a:hover {
    color: #fff;
}
ul.navi-second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    list-style: none;
    padding-left: 0;
}
ul.navi-third-level {
    visibility: hidden;
    opacity: 0;
}
ul.navi-fourth-level {
    visibility: hidden;
    opacity: 0;
}
.navi > li:hover {
    background: #d40000;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.navi-second-level li {
    border-top: 1px solid #111;
}
.navi-second-level li a {
    color: #fff;
}
.navi-third-level li {
    border-top: 1px solid #111;
}
.navi-second-level li a:hover {
    background: #111;
}
.navi-third-level li a:hover {
    background: #2a1f1f;
}
.navi-fourth-level li a:hover {
    background: #1d0f0f;
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* floatクリア */
.navi:before,
.navi:after {
    content: " ";
    display: table;
}
.navi:after {
    clear: both;
}
.navi {
    *zoom: 1;
}
.navi > li.navi-dropdown {
    position: relative;
}
.navi > li.navi-contact {
  background-color: #000;
  border-radius: 30px;
  /*background-image: url(../img/bg_btn.png);*/
}
.navi > li.navi-contact a {
  color: #fff;
}
.navi > li.navi-contact:hover {
    background: #d40000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

li.navi-dropdown ul.navi-second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #d40000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.navi-dropdown:hover ul.navi-second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
/*ここからハンバーガーメニュー*/
div.globalMenuSp {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    /*background: #fff;*/
    /*color: #000;*/
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
div.globalMenuSp ul {
    /*background: #ccc;*/
    background-color: rgba(0,0,0,0.8);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
div.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    /*border-bottom: 1px dotted #333;*/
    border-bottom: 1px dotted #fff;
    position: relative;
}
div.globalMenuSp ul li ul {
  background-color: rgba(0,0,0,0.8);
}
/* 最後はラインを描かない */
div.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
div.globalMenuSp ul li a {
    display: block;
    /*color: #000;*/
    color: #fff;
    padding: 1em 0;
}
div.globalMenuSp ul li a.navDrop {
  position: absolute;
  right: 30px;
  top: 0px;
}
/* このクラスを、jQueryで付与・削除する */
div.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 9999;
    /*background: #666;*/
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #000;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*ここまでハンバーガーメニュー*/

/*ページ共通*/
#copy {
  text-align: center;
  padding: 30px;
  border-top: 1px solid #d6d6d6;
  margin-top: 50px;
}
/*.page-title {
  margin-top: 20px;
  overflow: hidden;
}*/
#header-menu {
  margin-top: 25px;
}
.footer-contact-wrapper {
  background-color: #000;
  margin-top: 100px;
  position: relative;
  /*height: 360px;*/
}
.footer-contact-wrapper::before {
  content: "";
  background: url(../img/footer_img.png) left no-repeat;
  height: 36px;
  display: block;
  position: inherit;
  top: -36px;
}
#footer-contact {
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  /*top: -50px;*/
}
#footer-contact .footer-contact-btn {
  text-align: center;
  margin: 10px auto 20px;
  display: inline-block;
  background-color: #d40000;
  /*background-image: url(../img/bg_btn.png);*/
  border-radius: 41px;
  padding: 15px 30px;
  color: #fff;
  /*font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));*/
}
#footer-contact .footer-contact-btn:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#footer-contact a.footer-tel {
  /*font-size: calc(3.4rem + ((1vw - 0.64rem) * 2.1429));*/
  font-size: 2em;
  font-weight: bold;
  color: #fff
}
#footer-contact a.footer-tel:hover {
  color: #eee;
}
#footer-navi {
  margin-top: 50px;
}
#footer-navi span {
  color: #d40000;
}
#footer-navi ul li {
  line-height: 2em;
}
.page-title {
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #000;/*文字色*/
  text-align: center;
  border-bottom: 1px solid;
}
.page-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";/*アイコンのユニコード*/
  font-weight: 900;
  font-size: 1em;/*サイズ*/
  color: #d40000; /*アイコン色*/
  padding-right: 10px;
}
.page-title span {
  font-size: 0.5em;
}

/*index*/
#concept {
  margin-top: 50px;
}
#campaign .campaign-img {
  display: block;
  margin: 20px auto;
}
.service-title {
  text-align: center;
  color: #d40000;
  /*font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));*/
  font-size: 1.5em;
  margin-top: 15px;
}
.service-img {
  /*min-height: 202px;*/
  /*position: relative;*/
}
.service-img img {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translateX(-50%)translateY(-50%);*/
}
.service-btn {
  text-align: center;
  margin: 0 auto;
  width: 150px;
  background-color: #000;
  /*background-image: url(../img/bg_btn.png);*/
  border-radius: 25px;
  padding: 10px;
  color: #fff;
}
.service-btn:hover {
  background-color: #d40000;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#index-shop {
  background: url(../img/bg_shop.jpg) center;
  background-size: cover;
  text-align: center;
  color: #fff;
  margin-top: 80px;
  padding-bottom: 40px;
}
.shop-btn {
  text-align: center;
  margin: 0 auto;
  width: 150px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 10px;
  color: #fff;
  display: block;
  margin-top: 10px;
}
.shop-btn:hover {
  background-color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #d40000;
}
#index-infomation .infomation-index-area {
  background-color: #f3f3f3;
}
#index-infomation .infomation-index-box {
  border-bottom: 1px dashed #b5b5b5;
  padding: 10px;
}
#index-infomation .infomation-index-box .infomation-date {
  font-size: 0.8em;
}
#index-infomation .infomation-index-box .infomation-title a {
  color: #d40000;
}
#index-infomation .infomation-index-box .infomation-title a:hover {
  text-decoration: underline;
  color: #d40000;
}

/*contact*/
#contact-header {
  background: url(../img/contact_header.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (min-width: 768px) {
  #contact-header {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #contact-header {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  #contact-header {
    padding: 280px 0;
  }
}
#contact {
  margin-top: 50px;
}
#contact .form-control {
  /*border: 1px solid #f00;*/
  border: none;
  background-color: #eee;
  /*color: #fff;*/
}

/*recruit*/
#recruit-header {
  background: url(../img/recruit_header.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (min-width: 768px) {
  #recruit-header {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #recruit-header {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  #recruit-header {
    padding: 280px 0;
  }
}
#recruit {
  margin-top: 50px;
}

/*price*/
/*#price-header {
  background: url(../img/price_header.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (min-width: 768px) {
  #price-header {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  #price-header {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  #price-header {
    padding: 100px 0;
  }
}*/
#price {
  margin-top: 50px;
}
.price-table-area {
  max-width: 600px;
  margin: 0 auto;
}
.price-title-box {
  position: relative;
}
.price-title-img {
  position: absolute;
  left: -305px;
  right: 0;
  bottom: 18px;
  margin: auto;
  width: 60px;
}
@media (min-width: 768px) {
  .price-title-img {
    width: 100px;
    left: -347px;
    bottom: -5px;
  }
}
@media (min-width: 992px) {
  .price-title-img {
    width: 130px;
    left: -373px;
    bottom: -19px;
  }
}
@media (min-width: 1200px) {
  .price-title-img {
    width: 130px;
    left: -373px;
    bottom: -19px;
  }
}

/*shop*/
#shop {
  margin-top: 50px;
}

/*service*/
#service-header {
  background: url(../img/service_header.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (min-width: 768px) {
  #service-header {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #service-header {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  #service-header {
    padding: 280px 0;
  }
}
#service {
  margin-top: 50px;
}
/*company*/
#company-header {
  background: url(../img/company_header.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (min-width: 768px) {
  #company-header {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #company-header {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  #company-header {
    padding: 280px 0;
  }
}
#company {
  margin-top: 50px;
}

/*infomation*/
#infomation-header {
  background: url(../img/infomation_header.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (min-width: 768px) {
  #infomation-header {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #infomation-header {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  #infomation-header {
    padding: 280px 0;
  }
}
#infomation-detail {
  margin-top: 50px;
}
#infomation-detail .infomation-title {
  font-size: 1.5em;
  font-weight: bold;
}
#infomation-detail .infomation-img {
  width: 100%;
}

/*事業内容*/
.detail-box {
  /*padding: 15px;*/
}
.detail-box dl {
  margin-top: 15px;
  margin-bottom: 0;
  /*background-color: #231815;*/
  padding: 0 10px;
}
.detail-box dl dt {
  text-align: center;
  background-color: #231815;;
  color: #fff;
}
@media (max-width: 767px) {
  .detail-box dl dt {
    font-size: 0.7em;
  }
}
.detail-box dl dd {
  margin-bottom: 5px;
  /*color: #fff;*/
}