@charset "UTF-8";
/* Tab
----------------------------*/
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  background-color: #EAEAEA;
  border: none;
  border-radius: 30px;
  color: #888;
  margin-right: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 1rem 2rem;
  transition: background-color 0.3s, color 0.3s;
}
.nav-tabs .nav-link.active {
  background-color: #288C19;
  color: #fff;
}
.nav-tabs .nav-link:hover {
  background-color: #288C19;
  color: #fff;
}
.tab-pane .white-shadow-box img {
  margin: 1rem 0 1.5rem;
}
.tab-pane .white-shadow-box li {
  line-height: 1.4;
  margin-bottom: 1.25rem;
}
.tab-pane .white-shadow-box li:before {
  top: 11px;
}
/* Accordion
----------------------------*/
.accordion-container {
  margin: 2rem 0 4rem;
}
.accordion-container .accordion-title {
  display: flex;
  position: relative;
  margin: 0 0 2rem 0;
  padding: 1.5rem 4.5rem 1.5rem 4.5rem;
  font-weight: 500;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: all .2s ease-in-out;
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
}
.accordion-container .accordion-title:hover, .accordion-container .accordion-title:active, .accordion-title.open {
  background: #1361a9;
  color: #fff;
}
.accordion-container .accordion-title::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 1.5rem;
  height: 100%;
  transition: all .2s ease-in-out;
  display: flex;
  color: #1361a9;
  font-size: 1.75rem;
  align-items: center;
}
.accordion-container .accordion-title.open::after {
  content: "\f068";
  color: #fff;
  transition: all .2s ease-in-out;
}
.accordion-content {
  position: relative;
  padding: 0;
  /* background: #fff; */
  /* margin: 0 0 3rem; */
}
.accordion-content > div {
  position: relative;
  margin: 0;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
  padding: 2rem 2rem 2rem 4rem;
}
.accordion-content > table {
  margin: 3rem 0 0;
}
.accordion-container .accordion-title::before {
  content: "Q．";
  color: #9cc453;
  position: absolute;
  top: 1.35rem;
  left: 1.75rem;
  font-size: 1.6rem;
}
.accordion-container .accordion-title:hover::after, .accordion-container .accordion-title:hover::before, .accordion-container .accordion-title.open::before {
  color: #fff;
  transition: all .2s ease-in-out;
}
.accordion-content p:first-child::before {
  content: "A．";
  color: #D94C5D;
  padding: 0 0.9rem;
  position: absolute;
  left: -3.25rem;
  font-size: 1.6rem;
}
/* Google Map
----------------------------*/
#map {
  width: 100%;
  height: 400px;
}
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 10rem;
  margin-bottom: 3rem;
  height: 0;
  overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Movie（YouTube・Vimeo）
----------------------------*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56%;
  margin: 0 auto 4rem;
}
.video iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.video-w80 {
  width: 100%;
}
/* Pager
----------------------------*/
.pager {
  text-align: center;
  margin: 7rem auto 0;
  font-size: 1.6rem;
}
.pager a {
  background: #eee;
  color: initial;
  text-decoration: none;
  padding: 1.25rem 2rem 1.4rem;
  border-radius: 3px;
  margin: 0.5rem;
  transition: all 0.4s 0s ease;
}
.pager span {
  margin: 0.5rem;
}
.pager a:hover {
  background: #1361a9;
  color: #FFF;
  text-decoration: none;
}
.pager .current {
  padding: 1.25rem 2rem 1.4rem;
  color: #fff;
  background: #1361a9;
  border-radius: 3px;
}
/* Modal
----------------------------*/
.btn-close {
  opacity: 1;
}
.modal-content {
  font-family: 'Noto Sans JP', sans-serif;
}
.modal-dialog {
  max-width: 90vw;
  margin: 1.75rem auto;
}
.modal-header {
  border: none;
  background: #1361a9;
  color: #fff;
  padding: 1.5rem;
  border-radius: 0;
  margin-bottom: 0.5rem;
}
h2.modal-title {
  font-size: 2rem !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  font-family: 'Noto Sans JP', sans-serif;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2.5rem;
  text-align: left;
}
.modal-body ul {
  padding: 0;
  margin-bottom: 1.5rem !important;
}
.modal-body ul li ul {
  margin-bottom: 0.75rem !important;
}
.modal-body ul li:last-of-type i {
  font-size: 2.5rem;
  margin-right: 1.5rem;
}
.modal-footer {
  border: none;
  padding: 0 1rem 1rem;
}
.modal-footer a {
  position: relative !important;
  width: auto !important;
}
.modal-footer .btn {
  font-size: 1rem !important;
  border-radius: 5px !important;
  letter-spacing: 0.1rem !important;
  padding: 0.6rem 1.1rem 0.64rem !important;
  margin: 0;
  white-space: inherit;
  border: solid 1px;
}
.modal-footer .btn-gray {
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  text-align: center;
}
/* Media Query
----------------------------*/
/* Medium devices (tablets, 768px and over, .col-md-*)*/
@media (min-width: 768px) {
  .accordion-container {
    margin: 4rem 0;
  }
  .accordion-container .accordion-title {
    padding: 2rem 7rem 2rem 5.5rem;
    margin: 0 0 2rem 0;
    font-size: 1.8rem;
  }
  .accordion-container .accordion-title::before {
    top: 1.75rem;
    left: 2rem;
    font-size: 2rem;
  }
  .accordion-container .accordion-title::after {
    right: 2rem;
  }
  .accordion-content > div {
    padding: 2.5rem 2rem 2.5rem 5.5rem;
  }
  .accordion-content p::before {
    top: -0.35rem !important;
    left: -4rem !important;
    font-size: 2rem !important;
  }
  .gmap {
    padding-bottom: 40%;
    padding-top: 3rem;
    margin-bottom: 5rem;
  }
}
/* Large devices (desktops, 992px and over, .col-lg-*)*/
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 85vw;
  }
  .modal-dialog-sm {
    max-width: 60vw;
  }
  .tab-pane .white-shadow-box {
    padding: 3.5rem 2.5rem;
  }
  .tab-pane .white-shadow-box img {
    margin: 0;
  }
  .video-w80 {
    width: 80%;
    padding-top: 44.9%;
  }
}
/* Extra large devices (large desktops, 1200px and over, .col-xl-*)*/
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 80vw;
  }
  .modal-dialog-sm {
    max-width: 600px;
  }
  .gmap {
    padding-bottom: 35%;
  }
}