@charset "utf-8";
/* CSS Document */
.info_wrap_page {
  position: relative;
  overflow: hidden;
}

.info_box {
  width: 100%;
  margin: 0 auto;
}

.info_box .titlebox h2 {
  color: #714F38;
  line-height: 1.5;
  letter-spacing: .16em;
  font-weight: 400;
}

.info_box .titlebox .sub_en {
  margin-top: 6px;
  color: #95B900;
  line-height: 1;
  letter-spacing: .16em;
  font-weight: 400;
}

.info_box .main_img {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  overflow: hidden;
}

.info_box .main_img img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.2;
  height: auto;
  object-fit: cover;
}

.info_box .thumb_wrap {
  justify-content: center;
  align-items: center;
  gap: clamp(6px, 1vw, 10px);
  margin-top: 14px;
}

.info_box .thumb_wrap .thumb {
  width: clamp(58px, 7vw, 92px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  opacity: .65;
  transition: .3s;
}

.info_box .thumb_wrap .thumb.active,
.info_box .thumb_wrap .thumb:hover {
  opacity: 1;
}

.info_box .thumb_wrap .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info_wrap_page .company_a {
  width: 100%;
  max-width: 980px;
  margin: clamp(48px, 6vw, 80px) auto 0;
}

.info_wrap_page .company_a .company-wrap {
  width: 100%;
}

.info_wrap_page .company_a .item {
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(113, 79, 56, .18);
}

.info_wrap_page .company_a .item:first-child {
  border-top: 1px solid rgba(113, 79, 56, .18);
}

.info_wrap_page .company_a .item h3 {
  width: 22%;
  min-width: 130px;
  color: #714F38;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.8;
}

.info_wrap_page .company_a .item > div {
  width: 78%;
}

.info_wrap_page .company_a .item p {
  color: #714F38;
  letter-spacing: .08em;
  line-height: 1.9;
  font-weight: 400;
}

.info_wrap_page .company_a .item span {
  font-weight: 600;
}

.info_wrap_page .sns_wrap2 {
  max-width: 980px;
  margin: 24px auto 0;
  gap: clamp(18px, 3vw, 34px);
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.info_wrap_page .sns_wrap2 a {
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #95B900;
  transition: .3s;
}

.info_wrap_page .sns_wrap2 a:hover {
  opacity: .72;
}

.info_wrap_page .sns_wrap2 a p {
  color: #95B900;
  letter-spacing: .12em;
  line-height: 1;
  font-size: 13px;
}

.info_wrap_page .sns_wrap2 i {
  color: #95B900;
  line-height: 1;
    font-size: 24px;
}

.info_wrap_page .sns_wrap2 img {
  width: 22px;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .info_box .main_img img {
    aspect-ratio: 16 / 10;
  }

  .info_wrap_page .company_a .item {
    flex-direction: column;
    gap: 6px;
    padding: 18px 0;
  }

  .info_wrap_page .company_a .item h3,
  .info_wrap_page .company_a .item > div {
    width: 100%;
  }

  .info_wrap_page .sns_wrap2 {
    gap: 16px 22px;
  }
}

@media screen and (max-width: 576px) {
  .info_box .main_img img {
    aspect-ratio: 1.35 / 1;
  }

  .info_box .thumb_wrap {
    gap: 5px;
  }

  .info_box .thumb_wrap .thumb {
    width: calc((100% - 20px) / 5);
  }

  .info_wrap_page .company_a {
    margin-top: 40px;
  }

  .info_wrap_page .company_a .item h3,
  .info_wrap_page .company_a .item p {
    font-size: 14px;
  }
}
.access_page_a {
  position: relative;
  overflow: hidden;
}

.access_page_a .titlebox h2 {
  color: #714F38;
  line-height: 1.5;
  letter-spacing: .16em;
  font-weight: 400;
}

.access_page_a .titlebox .sub_en {
  margin-top: 6px;
  color: #95B900;
  line-height: 1;
  letter-spacing: .16em;
  font-weight: 400;
}

.access_page_a .access_page_wrap {
  margin-left: auto;
  margin-right: auto;
}

.access_page_a .mapbox {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  overflow: hidden;
}

.access_page_a .mapbox iframe {
  display: block;
  width: 100%;
  height: clamp(320px, 38vw, 500px);
  border: 0;
}

.access_page_a .access_info {
  max-width: 980px;
  margin: clamp(42px, 5vw, 64px) auto 0;
  align-items: stretch;
  justify-content: space-between;
  gap: clamp(24px, 3vw, 40px);
}

.access_page_a .access_item {
  width: calc((100% - clamp(48px, 6vw, 80px)) / 3);
  padding: clamp(26px, 3vw, 36px);
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(113, 79, 56, .18);
  border-radius: 8px;
}

.access_page_a .access_item h3 {
  color: #95B900;
  line-height: 1.6;
  letter-spacing: .12em;
  font-weight: 400;
  margin-bottom: 14px;
}

.access_page_a .access_item p {
  color: #714F38;
}

.access_page_a .more_btn {
  justify-content: center;
  margin-top: clamp(34px, 4vw, 50px);
}

.access_page_a .access_info {
  max-width: 980px;
  margin: clamp(42px, 5vw, 64px) auto 0;
  display: block;
}

.access_page_a .access_item {
  width: 100%;
  padding: clamp(26px, 3vw, 36px) 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(113, 79, 56, .18);
  border-radius: 0;
}

.access_page_a .access_item:first-child {
  border-top: 1px solid rgba(113, 79, 56, .18);
}

.access_page_a .access_item h3 {
  color: #95B900;
  line-height: 1.6;
  letter-spacing: .12em;
  font-weight: 400;
  margin-bottom: 12px;
}

.access_page_a .access_item p {
  color: #714F38;
}

@media screen and (max-width: 900px) {
  .access_page_a .access_info {
    flex-wrap: wrap;
  }

  .access_page_a .access_item {
    width: calc((100% - 24px) / 2);
  }

  .access_page_a .access_item:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .access_page_a .mapbox iframe {
    height: 280px;
  }

  .access_page_a .access_info {
    gap: 18px;
  }

  .access_page_a .access_item {
    width: 100%;
    padding: 24px 18px;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

