/* --------------
:: Import All CSS
-------------- */
@import url(bootstrap.min.css);
@import url(materialdesignicons.min.css);

@import url('https://cdn.jsdelivr.net/npm/@mdi/font@7.4.47/css/materialdesignicons.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.bg-primary {
  background-color: #0d6efd !important; }

.bg-secondary {
  background-color: #404040 !important; }

.bg-success {
  background-color: #2ecc71 !important;}

.bg-danger {
  background-color: #f4284a !important; }

.bg-warning {
  background-color: #f1c40f !important; }

.bg-dark {
  background-color: #070a57 !important; }

.bg-gray {
  background-color: grey }

.bg-graybeige {
    background-color: #73695D; }
.bg-lightbeige {
    background-color: #D9CDBF; }
.bg-darkorange {
    background-color: #8C7446; }
.bg-lightpink {
    background-color: #D4AAA0;}
.bg-darkyellow {
    background-color: #D9B607;}
.bg-lightgreen {
    background-color: #79C2B2;}

.text-graybeige {
  color: #73695D; }
.text-black {
  color: #0d0d0d;}
.text-lightgreen {
  color: #79C2B2;} 


.text-mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

* {
  margin: 0;
  padding: 0; }

body {
  font-family: -apple-system, blinkMacSystemFont, 'DM Sans', 'Helvetica Neue', 'Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  color: #0d0d0d;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: .1rem;
  overflow-x: hidden; }

a {
  color: #73695D;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  outline: none; }
  a:hover {
    color: rgba(0, 0, 0, 0.3);
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151e2e;
  font-weight: 600; }

p {
  color: #565656;
  font-size: 1rem; }

ol,
ul {
  color: #565656;
  margin: 0;
  padding: 0; }

img {
  height: auto;
  max-width: 100%; }

.m-0 {
  margin: 0; }

.mt-0 {
  margin-top: 0; }

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

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

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

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

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

.mb-0 {
  margin-bottom: 0; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-0 {
  margin-left: 0; }
  
.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.mr-0 {
  margin-right: 0; }

.mr-5 {
  margin-right: 5px;}

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.pl-15 {
  padding-left: 15px;}

.pr-15 {
  padding-right: 15px;}

.font-14 {
  font-size: 14px;
}

body .container {
    padding: 0;} 


.btn {
  font-weight: 400;
  line-height: 1;
  padding: 1rem 1.5rem;
  border-radius: .375rem; }

.btn-graybeige {
  color: #fff;
  background-color: #73695D;
  border-color: #73695D;}
  .btn-graybeige:hover {
    background-color: #fff;
    color: #73695D;}

.btn-outline-graybeige {
  color: #73695D;
  background-color: transparent;
  border-color: #73695D;} 
  .btn-outline-graybeige:hover {
    background-color: #73695D;
    color: #fff;}

.btn-lightgreen {
  color: #79C2B2;
  background-color: #79C2B2;
  border-color: #79C2B2;}
  .btn-graybeige:hover {
    background-color: #fff;
    color: #79C2B2;}

.bg-beige-overlay {
  position: relative;
  z-index: 1; }
  .bg-beige-overlay::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #8C7446;
    opacity: 0.2;
    z-index: -1; }

.bg-pink-overlay {
  position: relative;
  z-index: 1; }
  .bg-pink-overlay::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #D4AAA0;
    opacity: 0.7;
    z-index: -1; }

  .bg-white-overlay {
    position: relative;
    z-index: 1; }
    .bg-white-overlay::after {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: '';
      background-color: #fff;
      opacity: 0.6;
      z-index: -1; }
      @media only screen and (max-width: 575px) {
        .bg-white-overlay {
          position: static;}}

.bg-green-overlay {
  position: relative;
  z-index: 1; }
  .bg-green-overlay::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #79C2B2;
    opacity: 0.7;
    z-index: -1; 
 }
 .bg-beige {
  background-color: #FDFAF2;
 }
 .bg-gradient-gray {
  background: rgb(2,0,36);
  background: linear-gradient(175deg, rgba(2,0,36,1) 0%, rgba(194,193,193,1) 0%, rgba(76,76,76,1) 100%);
}

.main-area img {
    width: 600px;}

  .main-area .left-box {
    max-width: 300px;
    height: 400px;
    position: fixed;
    top: 30%;
    bottom: 60%;
    text-align: center;}
    .main-area .left-box h1 {
      font-size: 20px;}
    .main-area .left-box img {
      width: 80px;}
      .main-area .left-box .btn {
        width: 190px; }

.footer-area {
  position: fixed;
  bottom: 0;
  width: 100%;}
  .footer-area .btn-box .icon-home {
    position: relative;
    top: 5px;
    margin-right: 5px;}

header img.logo {
  max-width: 500px;
}
.modal img {
  width: 120px;
}
.modal-body {
  background-image: url("../img/bg-gray-shadow.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
   

@media only screen and (min-width: 992px) {
  video {
    width: 360px;
    height: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
}
@media only screen and (max-width: 575px) {
  video {
    width: 320px;
    height: auto;
  }
}