@charset "UTF-8";
/* Scss Document */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

body {
  font-family: "Noto Sans JP";
  background-color: #fff;
  color: #333;
  font-size: 1.1rem;
}

a, a:visited {
  color: #1830b7;
  text-decoration: none;
}

a:hover {
  color: #1830b7;
  text-decoration: none;
}

p {
  font-size: 1.1rem;
  line-height: 2.4;
}

@media (max-width: 992px) {
  p {
    font-size: 0.55rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 992px) {
  p br {
    display: none;
  }
}

.mb20 {
  margin-bottom: 20px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb60sp {
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .mb60sp {
    margin-bottom: 20px;
  }
}

.mb200 {
  margin-bottom: 200px;
}

.sp-br {
  display: block;
}

.text-center {
  text-align: center;
}

.invisible {
  visibility: hidden;
}

.lg-select {
  text-align: right;
  text-shadow: 0 0 4px #000;
  font-size: 1.68rem;
}

@media (max-width: 767px) {
  .lg-select {
    font-size: 1.1rem;
  }
}

.attention {
  margin-top: 0px;
  text-shadow: 0 0 4px #000;
}

@media (max-width: 767px) {
  .attention {
    font-size: 0.4275rem;
  }
}

.mv {
  position: relative;
  background: url("../img/main.jpg") no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .mv {
    background: url("../img/main_s.jpg") no-repeat center;
    background-size: cover;
  }
}

.morris {
  position: absolute;
  top: 60px;
  animation-duration: 1s;
}

@media (max-width: 992px) {
  .morris {
    top: 40px;
    left: 0px;
  }
}

.morris_wsc {
  position: absolute;
  bottom: 100px;
  right: 80px;
}

@media (max-width: 1199px) {
  .morris_wsc {
    width: 60%;
    bottom: 100px;
    right: 20px;
  }
}

@media (max-width: 576px) {
  .morris_wsc {
    width: 40%;
    bottom: 70px;
    right: 4px;
  }
}

.morris_text {
  position: absolute;
  bottom: 0px;
  max-width: 1200px;
  margin: 0 auto;
  text-shadow: 0 0 4px #000;
  padding: 0px 6px;
}

.morris_text h2 {
  font-size: 1.68rem;
}

@media (max-width: 767px) {
  .morris_text h2 {
    font-size: 0.798rem;
  }
}

@media (max-width: 1199px) {
  .morris_text h2 br {
    display: none;
  }
}

#wrap {
  display: none;
}

#loader-bg {
  text-align: center;
  display: none;
  color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #007131;
  z-index: 10000;
  overflow: hidden;
}

#loader {
  font-size: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  color: #ffffff;
  z-index: 20000;
  margin: auto;
}

#loader img {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}

.btn {
  margin-bottom: 200px;
  padding: 60px 0px;
  font-size: 1.68rem;
  font-weight: 600;
  border-radius: 40px;
}

@media (max-width: 992px) {
  .btn {
    font-size: 0.84rem;
  }
}

.btn p {
  font-size: 1.1rem;
  font-weight: 200;
}

@media (max-width: 992px) {
  .btn p {
    font-size: 0.55rem;
  }
}

.btn2 {
  margin: 50px 0 50px 40px;
  max-width: 780px;
  padding: 20px 0px;
  font-size: 1.344rem;
  font-weight: 600;
  border-radius: 40px;
  border: none;
}

@media (max-width: 992px) {
  .btn2 {
    margin: 50px 0;
    font-size: 0.672rem;
  }
}

.btn2 p {
  font-size: 1.1rem;
  font-weight: 200;
}

@media (max-width: 992px) {
  .btn2 p {
    font-size: 0.55rem;
  }
}

.btn-warning {
  background: #fca11f;
  color: #333;
}

.btn-warning:hover, .btn-warning:focus,
.btn-warning:active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning:active.focus,
.btn-warning.active, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning,
.open > .dropdown-toggle.btn-warning:hover,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning.focus,
.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background: #f3950e;
  color: #333;
}

.btn-img {
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn-img2 {
  margin-bottom: 40px;
}

.overflow {
  overflow: hidden;
}

.youtube iframe {
  width: 100%;
}

.ise-message-bg1 {
  background: url("../img/bg.jpg") repeat center center;
}

.ise-message {
  background-color: #fff;
  margin: 120px 0;
  padding: 60px;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .ise-message {
    margin: 60px 0;
    padding: 20px;
  }
}

.accordion-hidden {
  display: none;
}

.accordion-open {
  display: block;
  padding: 10px;
  background: #fff;
  color: #000;
  cursor: pointer;
  margin: 5px 0;
  font-weight: 700;
  position: relative;
}

.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
}

@media (max-width: 767px) {
  .accordion-close {
    font-size: 0.55rem;
  }
}

.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 10px;
  background: #231f20;
  color: #fff;
  font-weight: 700;
}

.footer-bg {
  background-color: #fff;
  margin: 0;
  padding: 60px 0 20px;
}

.footer {
  color: #333;
}

.footer p {
  margin: 0;
  color: #333;
}

.footer a, a:visited {
  color: #333;
  text-decoration: none;
}

.footer a:hover {
  color: #8dd8f8;
  text-decoration: none;
}

/*--------------------------------
  scroll animation fadein
--------------------------------*/
.js-scroll-fadein {
  transition: opacity 1s;
  visibility: hidden;
  opacity: 0;
}

.js-scroll-fadein.is-fadein {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------
  arrow
--------------------------------*/
.arrow {
  position: fixed;
  right: 12px;
  bottom: 12px;
  color: #fff;
  cursor: pointer;
  background-color: #c4c4c4;
  border-radius: 22px;
  padding: 20px;
  transition: all 0.2s ease-in-out;
}

.arrow:hover {
  opacity: .8;
  bottom: 15px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);
}

.arrow:before, .arrow:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 14px;
}

.arrow:before {
  top: 11px;
}

.arrow:after {
  top: 21px;
}

.shopname {
  text-decoration: underline;
  font-size: 1.3rem;
}

.ml20 {
  margin-left: 20px;
}
