@charset "UTF-8";
#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999; }

#loader .loader-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #efefef; }

#loader .loader-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 40px; }

#loader .loader-slide.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 1s; }

@keyframes slideOut {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }
body, * {
  box-sizing: border-box !important; }

body {
  background: #FCF8F4;
  font-family: 'Noto Sans JP', sans-serif;
  color: #0b0a18;
  /*overflow:hidden;*/ }

.relative {
  position: relative; }

.cutting {
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    .cutting {
      overflow: initial; } }

.st0 {
  animation: flash 5s linear infinite;
  filter: brightness(140%); }

@keyframes flash {
  0%,35%,60%,100% {
    opacity: 0; }
  25% {
    opacity: 1;
    filter: brightness(140%);
    filter: drop-shadow(2px 3px 7px #c1ff30); }
  50% {
    opacity: 1;
    filter: brightness(140%);
    filter: drop-shadow(2px 3px 7px #c1ff30); }
  75% {
    opacity: 1;
    filter: brightness(140%);
    filter: drop-shadow(2px 3px 7px #c1ff30); } }
.contact-button {
  top: 160px;
  right: 0px;
  background: #036eb8;
  color: #fff;
  position: fixed;
  z-index: 11;
  transition: .4s;
  box-shadow: 0px 1px 27px -3px rgba(20, 21, 21, 0.1);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  @media screen and (max-width: 1000px) {
    .contact-button {
      top: 150px; } }

.contact-button a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.9;
  padding: 30px 5px;
  transition: .4s;
  display: block; }
  @media screen and (max-width: 1000px) {
    .contact-button a {
      font-size: 12px;
      padding: 20px 2.5px;
      line-height: 2.3;
      min-height: 164px; } }

.header-box {
  background: rgba(220, 221, 221, 0.7);
  padding: 10px 0;
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 100; }
  @media screen and (max-width: 1000px) {
    .header-box {
      top: 0; } }

.header-logo {
  width: 120px; }
  @media screen and (max-width: 1000px) {
    .header-logo {
      width: 70px; } }

.container {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .container {
      width: 90%; } }

.in-container {
  width: 720px;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .in-container {
      width: 80%; } }

.menu {
  height: 20px;
  position: absolute;
  right: 0px;
  top: calc(50% - 10px);
  width: 30px;
  z-index: 99; }

.menu__line {
  background: #333;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%; }

.menu__line--center {
  top: 9px; }

.menu__line--bottom {
  bottom: 0; }

.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg); }

.menu__line--center.active {
  transform: scaleX(0); }

.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg); }

/*gnav*/
.gnav {
  background: rgba(255, 255, 255, 0.97);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 98; }

.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 98; }

.gnav__menu {
  display: flex;
  flex-wrap: wrap;
  padding: 8vw; }
  @media screen and (max-width: 1000px) {
    .gnav__menu {
      display: block; } }

.gnav__menu__item {
  margin: 40px 0;
  width: 33%;
  text-align: center; }
  @media screen and (max-width: 1000px) {
    .gnav__menu__item {
      width: 100%; } }
  .gnav__menu__item a {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc; }
  .gnav__menu__item:last-child a {
    font-size: 16px;
    color: #bbb; }
  .gnav__menu__item span {
    color: #aaa;
    font-size: 16px;
    font-weight: bold;
    display: block; }

.gnav__menu__item a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: .5s; }

.gnav__menu__item a:hover {
  color: #666; }

.topimage-section {
  background: url(../img/toppage/top-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 1000px) {
    .topimage-section {
      height: 600px; } }
  .topimage-section:after {
    background: url(../img/toppage/pattern-white.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    opacity: .5; }
  .topimage-section h1 {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1000px) {
      .topimage-section h1 {
        width: 65%;
        text-align: center; } }

.topimage-logo {
  display: inline-block;
  margin-top: 40px; }

.pad {
  padding: 5000px; }

.bg-section {
  background: #E6FF00;
  animation: bgchange 20s ease infinite;
  /*変化の時間を変更したい場合は20sの部分を好きな時間に変更*/ }
@keyframes bgchange {
  0% {
    background: #eeff00; }
  /*変化させたい色*/
  /*25%  {background:#eeff00;}/*変化させたい色*/
  50% {
    background: #0066bb; }
  /*変化させたい色*/
  /*75%  {background:#eeff00;}/*変化させたい色*/
  /*90%  {background:#0066bb;}/*変化させたい色*/
  100% {
    background: #eeff00; }
  /*変化させたい色*/ }
.contents-section {
  padding-top: 80px;
  position: relative; }

.slanting {
  position: absolute;
  left: -5vw;
  top: -250px;
  /*width:110%;*/
  width: 110%;
  z-index: 1; }
  @media screen and (max-width: 1000px) {
    .slanting {
      left: 0;
      top: -100px;
      width: 100%; }
      .slanting svg {
        width: 100%; } }
  .slanting img {
    width: 100%; }

.a-i-c {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1000px) {
    .a-i-c {
      display: block; }
      .a-i-c .mr40 {
        margin-bottom: 10px; } }

.about-box {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px; }
  @media screen and (max-width: 1000px) {
    .about-box {
      display: block; } }
  .about-box .left-side .text {
    line-height: 1.5;
    margin-top: 75px;
    font-size: 21px;
    font-weight: bold; }
    @media screen and (max-width: 1000px) {
      .about-box .left-side .text {
        margin-top: 20px;
        font-size: 16px; } }
  @media screen and (max-width: 1000px) {
    .about-box .right-side {
      margin-top: 20px; } }

.news-section {
  padding-top: 50px; }
  .news-section .news-area {
    width: 50%;
    margin-left: auto;
    margin-right: 200px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1000px) {
      .news-section .news-area {
        width: 90%;
        margin-left: 5%; } }
  .news-section .news-box {
    background: #fff;
    height: 200px;
    padding: 20px;
    overflow: scroll; }
    @media screen and (max-width: 1000px) {
      .news-section .news-box {
        height: 200px;
        margin-top: 10px; } }
    .news-section .news-box .news-list li {
      margin-bottom: 10px; }

.business-section {
  position: relative;
  z-index: 2;
  margin-top: 130px; }
  @media screen and (max-width: 1000px) {
    .business-section {
      margin-top: 60px; } }

.white-title-area {
  background: #fff;
  width: 50%;
  padding: 20px 20px 100px;
  margin: 30px auto 0;
  text-align: center; }
  @media screen and (max-width: 1000px) {
    .white-title-area {
      width: 100%;
      padding: 20px 20px 20px; } }

.heading-box {
  background: #222;
  color: #fff;
  width: 5em;
  margin: 0 auto 20px;
  padding: 3px 5px; }

.sub-heading {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px; }

.bg-half {
  background: #494646;
  padding-bottom: 50px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1000px) {
    .bg-half {
      padding-bottom: 20px; } }

.business-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 1000px) {
    .business-list {
      display: block; } }
  .business-list li {
    position: relative;
    width: 30%;
    margin-top: -70px;
    color: #fff; }
    @media screen and (max-width: 1000px) {
      .business-list li > p {
        text-align: center; } }
    @media screen and (max-width: 1000px) {
      .business-list li {
        width: 100%;
        margin-top: 0px; } }
    .business-list li:nth-of-type(4), .business-list li:nth-of-type(5), .business-list li:nth-of-type(6) {
      margin-top: 20px; }
    .business-list li h1 {
      font-size: 22px;
      border-bottom: 2px solid #fff;
      margin-top: 15px;
      margin-bottom: 10px; }
      @media screen and (max-width: 1000px) {
        .business-list li h1 {
          font-size: 18px;
          padding-bottom: 5px;
          margin-bottom: 5px;
          text-align: center; } }
    @media screen and (max-width: 1000px) {
      .business-list li p:last-child {
        margin-top: 5px;
        margin-bottom: 30px; } }

.abst-icon {
  position: absolute;
  top: -20px;
  left: -20px; }
  @media screen and (max-width: 1000px) {
    .abst-icon {
      top: -10px;
      left: 20px; } }

.suppliers {
  margin-top: 150px;
  background: #fff;
  padding: 50px 0px; }
  @media screen and (max-width: 1000px) {
    .suppliers {
      margin-top: 60px;
      padding: 30px 0px; } }
  .suppliers h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold; }

.suppliers-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 1000px) {
    .suppliers-list ul {
      width: 49%; } }
  .suppliers-list ul li {
    /*width:20%;*/
    text-align: left;
    margin-bottom: 5px; }
    @media screen and (max-width: 1000px) {
      .suppliers-list ul li {
        font-size: 12px; } }

.banner-section {
  padding: 100px 0; }
  @media screen and (max-width: 1000px) {
    .banner-section {
      padding: 30px 0 100px; } }

.banner-list {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .banner-list li {
    width: 50%; }

footer {
  background: #3E3A39;
  color: #fff;
  padding-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 1000px) {
    footer {
      padding-bottom: 30px; } }

.footer-bg {
  padding: 50px 0;
  background: url(../img/common/footer-bg.jpg);
  opacity: .2;
  background-position: center 70%;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .footer-bg {
      padding: 30px 0; } }

.goto-top {
  position: absolute;
  right: 40px;
  top: -80px;
  display: inline-block;
  opacity: inherit !important; }
  @media screen and (max-width: 1000px) {
    .goto-top {
      display: none; } }

.footer-menu {
  width: 320px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
  padding-top: 20px;
  margin-bottom: 150PX; }
  @media screen and (max-width: 1000px) {
    .footer-menu {
      width: 100%;
      margin-bottom: 50PX; } }
  .footer-menu li a {
    position: relative;
    padding: 2px 10px;
    color: #fff;
    text-align: right;
    line-height: 1;
    font-size: 12px; }
    .footer-menu li a:after {
      content: '';
      height: 8px;
      width: 1px;
      background: #fff;
      position: absolute;
      right: 0;
      top: 8px; }
  .footer-menu li:nth-child(4) a:after {
    display: none !important; }
  .footer-menu li:last-child a:after {
    display: none; }

.footer-logo {
  margin-bottom: 20px; }

.reserved {
  margin-top: 40px;
  text-align: right; }

.footer-info{
  display: flex;
  flex-wrap: wrap;
}
  .footer-info .left-side{
    width:8em;
  }
  .footer-info .right-side{
    width:80%;
    margin-bottom:10px;
  }
  .footer-info .right-sidea{
      color: #fff !important;
  }
  

/*========================================
   subpage
========================================*/
.add-text{
  font-size:16px;
  padding:20px;
}
.sub-page {
  background: #eeff00;
  padding-top: 220px;
  padding-bottom: 220px; }
  @media screen and (max-width: 1000px) {
    .sub-page {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .sub-page section {
    margin-bottom: 120px; }
    @media screen and (max-width: 1000px) {
      .sub-page section {
        margin-bottom: 50px; } }

.sub-page-heading {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 0.125em; }
  @media screen and (max-width: 1000px) {
    .sub-page-heading {
      margin-bottom: 40px;
      font-size: 26px; } }

.border-b-heading {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.25em;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .border-b-heading {
      font-size: 18px;
      margin-bottom: 30px; } }
  .border-b-heading:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 5px;
    background: #333;
    top: 40px;
    left: calc( 50% - 50px); }
    @media screen and (max-width: 1000px) {
      .border-b-heading:after {
        width: 60px;
        top: 30px;
        height: 3px;
        left: calc( 50% - 30px); } }

.text-box p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 45px; }
  @media screen and (max-width: 1000px) {
    .text-box p {
      font-size: 14px;
      margin-bottom: 20px; } }
.text-box .greeting-name {
  font-size: 16px;
  text-align: right; }
  @media screen and (max-width: 1000px) {
    .text-box .greeting-name {
      font-size: 14px; } }
  .text-box .greeting-name strong {
    font-size: 26px;
    font-weight: bold;
    margin-left: 15px;
    letter-spacing: 0.125em; }
    @media screen and (max-width: 1000px) {
      .text-box .greeting-name strong {
        font-size: 18px; } }

.information-table {
  width: 100%;
  font-size: 16px; }
  .information-table tr {
    border-bottom: 3px solid #333; }
  .information-table th, .information-table td {
    padding: 20px;
    text-align: left; }
    @media screen and (max-width: 1000px) {
      .information-table th, .information-table td {
        padding: 10px;
        font-size: 14px; } }
  .information-table th {
    width: 40%; }
    @media screen and (max-width: 1000px) {
      .information-table th {
        width: 40%; } }
  .information-table td {
    line-height: 1.8; }
  .information-table a {
    border-bottom: 1px solid #333; }

.gra {
  font-size: 16px;
  background: #454545;
  color: #fff;
  padding: 8px 15px 10px;
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
  letter-spacing: 0.075em;
  color: #fff;
  background: #00c6ff;
  background: -webkit-linear-gradient(to left, #0072ff, #00c6ff);
  background: linear-gradient(to left, #0072ff, #00c6ff);
  box-shadow: 2px 10px 15px #bdbdbd;
  text-shadow: 1px 0px 5px navy; }

/*=============================================
お問い合わせ
=============================================*/
.con_table {
  width: 100%;
  margin-top: 50px; }
  @media screen and (max-width: 1000px) {
    .con_table {
      margin-top: 20px; } }

.con_table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 1000px) {
    .con_table tr {
      flex-wrap: wrap;
      margin-bottom: 5px; } }

.con_table th {
  margin-right: 20px;
  min-width: 270px;
  padding: 20px;
  text-align: left;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold; }
  @media screen and (max-width: 1000px) {
    .con_table th {
      width: 100%;
      min-width: 100%;
      padding: 5px; } }

.con_table td {
  width: 80%;
  min-width: 560px;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .con_table td {
      width: 100%;
      min-width: 100%; } }

.con_table td input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #e6e7e8;
  box-sizing: border-box;
  padding: 13px 12px; }
  @media screen and (max-width: 1000px) {
    .con_table td input {
      display: block;
      padding: 5px 7px; } }

.con_table td .bd {
  width: 100px; }

.con_table td .cd {
  width: 100px; }

/*
.con_table td label{
  border:1px solid #ccc;
  padding:10px;
  background:#fff;
}
*/
.con_table td .ed {
  width: 15px;
  margin: 0; }

.con_table .btn {
  margin-bottom: 10px;
  width: 20px;
  background: #FFFFFF;
  border: 1px solid #e6e7e8;
  box-sizing: border-box;
  padding: 13px 12px; }

.con_table td select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 10px 5px 10px; }

.con_table td textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #e6e7e8;
  box-sizing: border-box;
  padding: 10px 12px;
  margin-top: 20px; }
  @media screen and (max-width: 1000px) {
    .con_table td textarea {
      display: block;
      margin-top: 0px; } }

.con_table small {
  position: absolute;
  bottom: -2em;
  left: 0;
  font-size: 13px; }
  @media screen and (max-width: 1000px) {
    .con_table small {
      position: relative;
      bottom: 0;
      font-size: 11px;
      color: #777; } }

.req {
  color: #fff;
  padding: 2.5px 20px;
  font-size: 12px;
  background: #005bab; }
  @media screen and (max-width: 1000px) {
    .req {
      padding: 2.5px 10px;
      margin-left: 10px; } }

.mail_outer .tc {
  font-size: 16px; }
  @media screen and (max-width: 1000px) {
    .mail_outer .tc {
      font-size: 14px;
      text-align: center; } }

.pri_button a {
  /*background:#555;
  color:#fff;*/
  border-bottom: 1px solid #2952e9;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  color: #2952e9; }
  @media screen and (max-width: 1000px) {
    .pri_button a {
      margin-left: 0px;
      margin-right: 0px; } }

.agree_box {
  text-align: center;
  line-height: 1.8em;
  margin-top: 30px;
  border: 1px solid #e6e7e8;
  padding: 30px;
  background: #fff; }
  @media screen and (max-width: 1000px) {
    .agree_box {
      margin-top: 0px;
      padding: 10px;
      line-height: 1.6em;
      font-size: 12px;
      text-align: left; } }

.agree {
  width: 30%;
  margin: 20px auto 0; }
  @media screen and (max-width: 1000px) {
    .agree {
      width: 100%;
      margin: 10px auto 0; } }

.agree label {
  background: #e6e7e8;
  padding: 15px 0;
  font-weight: 600;
  line-height: 1.4em;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  @media screen and (max-width: 1000px) {
    .agree label {
      font-size: 12px;
      padding: 5px 0; } }

.done {
  width: 100%;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #0153a5;
  border: none;
  color: #fff;
  margin-top: 30px;
  transition: .4s; }
  @media screen and (max-width: 1000px) {
    .done {
      margin-top: 10px;
      font-size: 12px;
      padding: 10px 20px; } }

@media screen and (max-width: 1000px) {
  .mb50 {
    margin-bottom: 10px;
    font-size: 12px; } }

/*=============================================
プライバシーポリシー
=============================================*/
.privacy-box h3 {
  font-size: 16px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1000px) {
    .privacy-box h3 {
      margin-bottom: 10px;
      font-size: 14px; } }
.privacy-box ul li {
  margin-bottom: 20px; }
  @media screen and (max-width: 1000px) {
    .privacy-box ul li {
      margin-bottom: 10px; } }
  .privacy-box ul li h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px; }
    @media screen and (max-width: 1000px) {
      .privacy-box ul li h1 {
        font-size: 14px;
        margin-bottom: 5px; } }
  .privacy-box ul li p {
    font-size: 14px; }
    @media screen and (max-width: 1000px) {
      .privacy-box ul li p {
        font-size: 12px; } }

/*# sourceMappingURL=style.css.map */

.map{
  border-bottom:3px solid #333;
  font-size:16px;
}
@media screen and (max-width: 1000px) {
  .map{
    font-size:14px;
  }
}

.map .heading{
    padding:20px;
}
@media screen and (max-width: 1000px) {
  .map .heading{
    padding:10px;
  }
}

.google-map{
  padding:10px 20px 30px;
}
@media screen and (max-width: 1000px) {
  .google-map{
    padding:10px;
  }
}
