@font-face {
  font-family: YuMincho;
  font-style: normal;
  font-weight: 500;
  src: url("../font/yumindb.ttf");
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: rgb(17, 17, 17);
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-size-adjust: 100%;
  font-family:
    "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}

.font-yugothic {
  font-family:
    "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

ul {
  list-style-type: none;
}

a {
  color: currentcolor;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}
h1 {
  display: none;
}
.c-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-bg--before,
.c-bg--after {
  position: relative;
}
.c-bg--before::before,
.c-bg--after::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.c-flex {
  display: flex;
  justify-content: space-between;
}
.c-highlight {
  display: inline-block;
  border-bottom: 1px solid #cc0011;
  color: #cc0011;
  padding-bottom: 2px;
}
.l-section {
  position: relative;
  z-index: 2;
}
/**Btn*/
.c-btn-list {
  display: flex;
  justify-content: center;
  gap: 20px 30px;
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
  position: relative;
  line-height: 1;
  transition: all 0.4s ease 0s;
}

.c-btn::before,
.c-btn::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: inherit;
}

.c-btn:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .c-btn-list {
    gap: 15px 20px;
  }
}
@media (max-width: 767px) {
  .c-btn-list {
    gap: 15px 10px;
  }
}
/*Custom btn*/
.c-btn1 {
  background: #0a2396;
  color: #fff;
  border: 1px solid currentColor;
  padding: 14px 10px;
  width: 280px;
  height: 72px;
  font-size: 18px;
  gap: 10px;
}
.c-btn1 i {
  display: block;
}
.c-btn1 i.ic-x::before {
  background-image: url("../images/common/ic-x-w.png");
  width: 16px;
  height: 16px;
}
.c-btn1 i.ic-auction::before {
  background-image: url("../images/common/ic-auction-w.png");
  width: 25px;
  height: 21px;
}
.c-btn1::before,
.c-btn1::after {
  display: none;
}

.c-btn1.active,
.c-btn1:hover {
  background: #fff;
  color: #0a2396;
}

.c-btn1:hover i.ic-x::before {
  background-image: url("../images/common/ic-x-blue.png");
}
.c-btn1:hover i.ic-auction::before {
  background-image: url("../images/common/ic-auction-blue.png");
}
.c-btn2 {
  font-size: 18px;
  line-height: 1;
  border: 2px solid rgb(245, 112, 11);
  padding: 18px;
  background-color: rgb(255, 255, 255);
  color: rgb(245, 112, 11);
}

.c-btn3 {
  font-size: 18px;
  border: 2px solid currentcolor;
  padding: 18px;
  width: 100%;
  max-width: 260px;
}

.c-btn-footer {
  border: 1px solid rgb(169, 140, 7);
  border-radius: 30px;
  font-size: 20px;
  color: rgb(169, 140, 7);
  width: 300px;
  height: 64px;
}

.c-btn-footer:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(169, 140, 7);
}

.c-btn-footer::before {
  margin-top: -3px;
  margin-right: 13px;
  width: 24px;
  height: 24px;
}

.c-btn-footer.ic-line::before {
  background-image: url("../images/common/ic-line.png");
}

.c-btn-footer.ic-line:hover::before {
  background-image: url("../images/common/ic-line-hv.png");
}

.c-btn-footer.ic-mail::before {
  background-image: url("../images/common/ic-mail.png");
}

.c-btn-footer.ic-mail:hover::before {
  background-image: url("../images/common/ic-mail-hv.png");
}

.c-btn4 {
  background: transparent;
  border-bottom: 1px solid #ccc;
  padding: 0 20px 28px;
  width: 100%;
  max-width: 440px;
  justify-content: space-between;
  text-align: left;
  font-size: 17px;
  line-height: 1.4;
}
.c-btn4::after {
  background-image: url("../images/common/ic-arr-black.png");
  width: 10px;
  height: 16px;
  transition: all ease 0.4s;
}
.c-btn4::before {
  width: 40px;
  background: #0a2396;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
}
.c-btn4:hover {
  color: #0a2396;
  opacity: 1;
}
.c-btn4:hover::before {
  width: 100%;
}
.c-btn4:hover::after {
  background-image: url("../images/common/ic-arr-blue.png");
}
@media (max-width: 767px) {
  .c-btn1 {
    font-size: 11px;
    height: 40px;
    width: 150px;
    gap: 6px;
  }
  .c-btn1::before {
    width: 6px;
    height: 12px;
  }
  .c-btn-footer {
    width: 200px;
    font-size: 13px;
    height: 50px;
  }
  .c-btn-footer::before {
    width: 19px;
    height: 19px;
    margin-right: 8px;
  }
  .c-btn1 i.ic-auction::before {
    width: 14px;
    height: 12px;
  }
  .c-btn1 i.ic-x::before {
    width: 13px;
    height: 13px;
  }

  .c-btn4 {
    padding: 0 15px 20px;
    font-size: 14px;
  }

  .c-btn4::after {
    width: 8px;
  }
}
/**End btn*/

/*Title*/
.c-title {
  /* font-family: YuMincho; */
  text-align: center;
  font-weight: 600;
}

.c-title span {
  display: block;
  text-align: center;
}
.c-title.--bord::after {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  margin: 15px auto 0;
  background-color: #707070;
}
.c-title.--bord.u-white::after {
  background-color: #fff;
}
/*custom*/
.c-title1 {
  font-size: 42px;
}
.c-title2 {
  font-size: 32px;
}

.c-title1 span,
.c-title2 span {
  color: rgb(169, 140, 7);
  margin-bottom: 17px;
  font-size: 10px;
}

@media (max-width: 1024px) {
  .c-title1 {
    font-size: 38px;
  }
  .c-title2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .c-title1 {
    font-size: 24px;
  }
  .c-title2 {
    font-size: 22px;
  }
  .c-title1 span,
  .c-title2 span {
    margin-bottom: 8px;
  }
}
/**End Title */

/**pallarax*/
.c-pallarax {
  height: 320px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.c-parallax--bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.parallax__container {
  position: absolute;
  clip: rect(0px, auto, auto, 0px);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -10;
}

.parallax {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}

/*custom*/
.c-pallarax__content {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  width: 683px;
  padding: 72px 55px 94px 160px;
}

.c-pallarax__title {
  font-size: 97px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 120%;
}

.c-pallarax__subtt {
  font-size: 37px;
  line-height: 120%;
  margin: 17px 0px 0px;
  letter-spacing: 1.8px;
}

.c-pallarax__desc {
  line-height: 200%;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 26px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .c-pallarax {
    height: 200px;
  }
}
/**End pallarax*/

/**Nav Menu*/
.c-nav__menu {
  display: flex;
  align-items: center;
  padding-right: 3px;
}

.c-nav__link {
  display: block;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  transition: all 0.4s ease 0s;
  padding: 13px 30px;
  position: relative;
  border-left: 1px solid #cccccc;
}
.c-nav__item:first-child .c-nav__link {
  border-left: 0;
}
.c-nav__x {
  width: 50px;
  display: block;
  margin: 0 30px;
}
.c-nav__x img {
  width: 100%;
  display: block;
}
.c-nav__btn {
  background-color: #0a2396;
  width: 220px;
  height: 50px;
  color: #fff;
  gap: 10px;
  border: 1px solid currentColor;
}
.c-nav__btn::after {
  display: none;
}
.c-nav__btn::before {
  width: 14px;
  height: 13px;
  background-image: url("../images/common/ic-auction-w.png");
}
.c-nav__btn:hover {
  color: #0a2396;
  opacity: 1;
  background-color: #fff;
}
.c-nav__btn:hover::before {
  background-image: url("../images/common/ic-auction-blue.png");
}
.c-header.active .c-nav__link {
  color: rgb(17, 17, 17);
}

.c-nav__link:hover {
  opacity: 1;
  color: #0a2396;
}

/* .c-nav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-image: url("../images/common/border-menu.png");
  background-position: center center;
  background-size: contain;
  transition: all 0.4s ease 0s;
}

.c-nav__link:hover::before {
  width: 40px;
} */

.c-nav__item--last .c-btn {
  width: 166px;
  height: 60px;
  flex-shrink: 0;
}

.c-menuIcon {
  display: none;
}

@media screen and (max-width: 1350px) {
  .c-nav__link {
    min-width: unset;
  }
}

@media screen and (max-width: 1200px) {
  .c-nav__menu {
    display: block;
    width: 100%;
  }

  .c-nav__item {
    border-left: 0px;
  }

  .c-nav__link {
    /* color: #fff !important; */
    border: 0;
  }
  .c-nav__x {
    margin: 20px auto;
  }
  .c-nav__link:hover {
    opacity: 1;
    color: #0a2396;
  }

  .c-nav__item--last .c-btn {
    margin: 0px auto;
    width: 100%;
    max-width: 300px;
    padding: 20px;
  }
}
/**End Nav Menu*/

/**Menu Icon*/
@media screen and (max-width: 1200px) {
  .c-menuIcon {
    display: block;
    height: 30px;
    width: 40px;
    z-index: 1001;
    cursor: pointer;
    margin-left: 25px;
    position: relative;
  }

  .c-menuIcon span {
    width: 100%;
    height: 3px;
    background-color: #0a2396;
    position: absolute;
    left: 0px;
    transition: all 0.2s ease 0s;
  }

  .c-menuIcon span:nth-child(1) {
    top: 0px;
  }

  .c-menuIcon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .c-menuIcon span:nth-child(3) {
    bottom: 0px;
  }

  .c-menuIcon.active span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }

  .c-menuIcon.active span:nth-child(2) {
    left: 150%;
    opacity: 0;
  }

  .c-menuIcon.active span:nth-child(3) {
    bottom: 50%;
    transform: rotate(-45deg) translateY(50%);
  }
}
@media screen and (max-width: 767px) {
  .c-menuIcon {
    height: 30px;
  }
  .c-nav__btn {
    width: 180px;
    height: 45px;
    font-size: 13px;
  }
  .c-nav__x {
    width: 30px;
  }
}
/**End Menu Icon*/

/**Header*/
.c-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 120px;
  color: rgb(17, 17, 17);
  display: flex;
  align-items: center;
  transition: all 0.4s ease 0s;
  background-color: #fff;
}

.c-header.active {
  background-color: rgb(255, 255, 255);
}

.c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: inherit;
  position: relative;
  padding: 0px 50px;
  width: 100%;
}

.c-header__logo {
  flex-shrink: 0;
  width: 315px;
}

.c-header__logo img {
  width: 224px;
  display: block;
}

.c-header__group {
  display: flex;
  align-items: center;
}

.c-logo2 {
  display: none;
}
.c-header.active .c-header__group {
}
.c-header.active .c-logo2 {
  display: block;
}

.c-header.active .c-logo1 {
  display: none;
}

@media screen and (max-width: 1200px) {
  .c-header__group {
    display: none;
  }
  .c-header__group {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    z-index: 1000;
    display: flex;
    transform: translateX(100%);
    transition: all ease 0.4s;
    padding-top: 0 !important;
  }
  .c-header__group::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/common/bg-menu.png");
    background-size: cover;
    background-position: center;
  }

  .c-header__group.active {
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .c-header {
    height: 70px;
  }
  .c-header__logo {
    width: 200px;
  }
  .c-header__logo img {
    width: 150px;
  }
  .c-header__inner {
    padding: 0 20px;
  }
}
/**End Header*/
/**Footer*/
.c-footer .c-pallarax {
  height: 480px;
}

.c-footer__logo {
  max-width: 100%;
  margin-bottom: 30px;
}
.c-nav__footer .c-nav__menu {
  justify-content: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 50px;
}
.c-footer__bottom {
  text-align: center;
}
.c-copyright {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0px;
  padding-bottom: 60px;
}
@media (max-width: 1500px) {
  .c-footer .c-parallax--bg {
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 1500px) {
  .c-footer .c-pallarax {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .c-footer .c-pallarax {
    height: 200px;
  }
  .c-footer-content {
    flex-wrap: wrap;
    align-content: center;
    gap: 40px;
  }
  .c-footer-content__left,
  .c-footer-content__right {
    width: 100%;
  }
  .c-footer-content::after {
    height: 0;
    width: 0;
  }
  .c-footer-content__title {
    font-size: 15px;
  }
  .c-footer-content__txt {
    font-size: 12px;
  }
  .c-footer-content__title::before {
    margin-bottom: 10px;
  }
  .c-footer__logo {
    margin-bottom: 15px;
    max-width: 200px;
  }
  .c-footer__title {
    font-size: 18px;
  }
  .c-footer__menu {
    flex-wrap: wrap;
    margin-top: 35px;
  }
}
/**Slider*/

.swiper-wrapper {
  padding-bottom: 20px;
}
.swiper-pagination {
  display: block;
  position: relative;
  margin-top: 20px;
  z-index: 9;
}

.swiper-pagination-bullet {
  background: #ccc;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 5px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0a2396;
}

/*End Slider*/

/* ==========================================================================
   Object / Component – c-news-item
   ========================================================================== */

/* Element: divider – short horizontal line ------------------------------ */
.p-news__divider {
  width: 30px;
  height: 2px;
  background-color: #222222;
  margin: 14px auto 0;
}

/* Element: list --------------------------------------------------------- */
.p-news__list {
  width: 100%;
}

.c-news-item {
  border-bottom: 1px dashed #707070;
}

/* Alternating row backgrounds – even rows light gray, full 1920px width -- */

.c-news-item:nth-child(odd) {
  background-color: #ffffff;
}

.c-news-item:nth-child(even) {
  background-color: #f5f6fb;
}

/* Element: link – flex row for each item -------------------------------- */
.c-news-item__link {
  display: flex;
  align-items: center;
  width: 810px;
  margin: 0 auto;
  padding: 22px 0;
  transition: opacity 0.3s ease;
}

.c-news-item__link:hover {
  opacity: 1;
  color: #0a2396;
}

/* Element: date --------------------------------------------------------- */
.c-news-item__date {
  font-size: 15px;
  white-space: nowrap;
  min-width: 110px;
  flex-shrink: 0;
}

/* Element: badge – wrapper reserves space even when empty --------------- */
.c-news-item__badge {
  flex-shrink: 0;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

/* Element: badge-label – red "NEW" circle ------------------------------- */
.c-news-item__badge-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e91826;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

/* Element: title -------------------------------------------------------- */
.c-news-item__title {
  font-size: 16px;
  line-height: 1.6;
  flex: 1;
}

/* Element: arrow – chevron ">" on the right ----------------------------- */
.c-news-item__arrow {
  flex-shrink: 0;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-news-item__arrow svg {
  width: 10px;
  height: 16px;
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.c-news-item__link:hover .c-news-item__arrow svg {
  stroke: #0a2396;
}

@media (max-width: 1024px) {
  .c-news-item__link {
    padding: 15px 20px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .c-news-item {
    position: relative;
  }
  .c-news-item__link {
    flex-wrap: wrap;
  }
  .c-news-item__title {
    flex: auto;
    width: 100%;
    margin-top: 5px;
  }
  .c-news-item__arrow {
    position: absolute;
    right: 20px;
    bottom: 21px;
  }
  .c-news-item__arrow svg {
    width: 7px;
    height: 12px;
  }
  .c-news-item__date {
    font-size: 13px;
    width: max-content;
    min-width: auto;
  }
  .c-news-item__badge {
    width: 40px;
  }
  .c-news-item__badge-label {
    width: 30px;
    height: 30px;
    font-size: 8px;
  }
}
/* ==========================================================================
   Object / Project – p-info
   ========================================================================== */

/* Block ------------------------------------------------------------------ */
.p-info {
}

/* Element: divider – short horizontal line ------------------------------ */
.p-info__divider {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin: 16px auto 0;
}

/* Element: gallery wrapper ---------------------------------------------- */
.p-info__gallery {
  margin-bottom: 60px;
}

/* Element: body – text content area ------------------------------------- */
.p-info__body {
}
.p-info__img{
  height: 700px;
  overflow: hidden;
}
.p-info__img img{
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  display: block;
}
/* Element: heading – main catch copy ------------------------------------ */
.p-info__heading {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* Element: heading-highlight – yellow accented keywords ------------------ */
.p-info__heading-highlight {
  color: #e6b422;
}

/* Element: text – description paragraphs -------------------------------- */
.p-info__text {
  font-size: 16px;
  line-height: 2;
}

.p-info__text p {
  margin-bottom: 0;
}
.p-info .swiper-pagination-bullet.swiper-pagination-bullet{
  background: #fff;
}
.p-info .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #FFC400;
}
@media (max-width: 768px) {
  .p-info__heading {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .p-info__gallery {
    margin-bottom: 20px;
  }
  .p-info__text {
    font-size: 13px;
  }
  .p-info__img{
    height: 250px;
  }
}
/* Block – centered gallery container ------------------------------------ */
.c-gallery {
}

/* Element: row ---------------------------------------------------------- */
.c-gallery__row {
  display: flex;
  gap: 30px;
}

/* Modifier: top row ----------------------------------------------------- */
.c-gallery__row--top {
  margin-bottom: 20px;
}

/* Modifier: bottom row -------------------------------------------------- */
.c-gallery__row--bottom {
  /* no extra margin needed */
}

/* Element: item – individual image wrapper ------------------------------ */
.c-gallery__item {
  overflow: hidden;
}

/* Element: img ---------------------------------------------------------- */
.c-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Modifier: sm – top-left smaller image --------------------------------- */
.c-gallery__item--sm {
  width: 380px;
  height: 220px;
}

/* Modifier: lg – top-right wider image ---------------------------------- */
.c-gallery__item--lg {
  width: 500px;
  height: 220px;
}

/* Modifier: tall – bottom-left tall image ------------------------------- */
.c-gallery__item--tall {
  width: 420px;
  height: 770px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* Element: col – right column in bottom row ----------------------------- */
.c-gallery__col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}

/* Modifier: wide – large image in right column -------------------------- */
.c-gallery__item--wide {
  width: 100%;
  height: 500px;
}

/* Element: pair – two small images side by side ------------------------- */
.c-gallery__pair {
  display: flex;
  gap: 30px;
}

/* Modifier: half – each small image in the pair ------------------------- */
.c-gallery__item--half {
  flex: 1;
  height: 240px;
}
@media (max-width: 768px) {
  .c-gallery__row {
    gap: 10px 2%;
  }
  .c-gallery__item--tall {
    width: 49%;
    gap: 10px 2%;
    height: 210px;
  }
  .c-gallery__item--tall figure {
    height: 100px;
    width: 100%;
  }
  .c-gallery__item--tall figure img {
    object-position: top;
  }
  .c-gallery__col {
    gap: 10px 2%;
  }
  .c-gallery__pair {
    gap: 10px 2%;
  }
  .c-gallery__item--wide {
    height: 120px;
  }
  .c-gallery__item--half {
    height: 80px;
  }
}

/* ==========================================================================
   Object / Project – p-range
   ========================================================================== */

.p-range {
}

.p-range__hero {
  margin-bottom: 140px;
}

.p-range__pricing {
  /* padding-bottom: 80px; */
}

/* Block – container for the hero section --------------------------------- */
.c-range-hero {
  position: relative;
  width: 100%;
  /* display: flex; */
  /* align-items: flex-end; */
}

/* Element: slider – flush left, ~58% of 1920px width -------------------- */
.c-range-hero__slider {
  position: relative;
  width: 100%;
}

/* Element: slide --------------------------------------------------------- */
.c-range-hero__slide,
.c-range-hero__slider img{
  width: 100%;
}

/* Element: img ----------------------------------------------------------- */
.c-range-hero__img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

/* Element: pagination – swiper dots centered on slider ------------------- */
.c-range-hero__pagination {
  text-align: right;
  padding-right: 20px;
  margin-top: 10px;
}
/* .c-range-hero__pagination .swiper-pagination-bullet{
  width: 20px;
  background-color: #707070;
  height: 2px;
  border-radius: 0;
  margin: 0 5px !important;
}
.c-range-hero__pagination .swiper-pagination-bullet-active{
  background-color:#0A2396;
} */
/* Element: textbox – white box overlapping slider on the right ----------- */
.c-range-hero__textbox {

}

/* Element: label – "— Shooting Range" ----------------------------------- */
.c-range-hero__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.c-range-hero__label-dash {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 1;
}

.c-range-hero__label-text {
  font-size: 13px;
  color: #ccc;
}

/* Element: heading ------------------------------------------------------- */
.c-range-hero__heading {
  font-size: 32px;
  font-weight: 700;
  color: #222222;
  line-height: 1.7;
  margin-bottom: 22px;
}

/* Element: heading-em – "最大11m" with navy underline -------------------- */
.c-range-hero__heading-em {
  text-decoration: underline;
  text-decoration-color: #0a1d6e;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}

/* Element: desc – body text ---------------------------------------------- */
.c-range-hero__desc {
  line-height: 1.85;
}

.c-range-hero__desc p {
  margin-bottom: 0;
}
@media(max-width: 768px){
  .c-range-hero{
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  
  .c-range-hero__slider,
  .c-range-hero__textbox{
    width: 100%;
    margin: 10px auto;
  }
  .c-range-hero__textbox{
    /* padding: 20px; */
  }
  .c-range-hero__label-text{
    font-size: 12px;
  }
  .c-range-hero__heading{
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* ==========================================================================
   Object / Component – c-price-section
   ========================================================================== */

/* Block ------------------------------------------------------------------ */
.c-price-section {
  /* margin-bottom: 60px; */
}

.c-price-section:last-child {
  margin-bottom: 0;
}

/* Element: title – heading with ¥ icon ----------------------------------- */
.c-price-section__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 50px;
}

/* Element: icon – ¥ circle icon ------------------------------------------ */
.c-price-section__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #333333;
}

.c-price-section__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Element: line – solid red line under section title --------------------- */
.c-price-section__line {
  width: 100%;
  height: 1px;
  background-color: #707070;
  margin-bottom: 0;
}

/* Element: notes – footnotes below table --------------------------------- */
.c-price-section__notes {
  padding: 0 65px;
  line-height: 1.8;
}

.c-price-section__notes p {
  margin-bottom: 0;
}

/* Block ------------------------------------------------------------------ */
.c-price-table {
  width: 100%;
  padding: 0 50px;
}

/* Element: row – one pricing row (label box + content) ------------------- */
.c-price-table__row {
  display: flex;
  align-items: stretch;
}
.c-price-table__row ~ .c-price-table__row {
  margin-top: 20px;
}
/* Element: label – navy blue box on the left ----------------------------- */
.c-price-table__label {
  flex-shrink: 0;
  width: 240px;
  background-color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.c-price-table__label.--active {
  background-color: #0a2396;
}
/* Modifier: tall – taller label box (e.g. レンタルガン) ------------------- */
.c-price-table__label--tall {
  min-height: 100px;
}

/* Modifier: short – shorter label box (e.g. その他のアイテム) ------------- */
.c-price-table__label--short {
  min-height: 56px;
}

/* Element: label-text ---------------------------------------------------- */
.c-price-table__label-text {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
}

/* Element: content – price details on the right -------------------------- */
.c-price-table__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2px 0;
  border-bottom: 1px dashed #111;
  padding: 20px 30px;
}

/* Element: lead – blue highlighted first line (会員登録費...) -------------- */
.c-price-table__lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
}

/* Element: sub – detail lines with ・prefix ------------------------------ */
.c-price-table__sub {
  font-size: 16px;
  line-height: 1.8;
}

/* Element: main – bold price lines --------------------------------------- */
.c-price-table__main {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .c-price-section__title {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .c-price-section__icon {
    width: 18px;
    height: 18px;
  }
  .c-price-table {
    padding: 0 10px;
  }
  .c-price-table__label {
    width: 120px;
    margin-right: 10px;
  }
  .c-price-table__label-text {
    font-size: 13px;
  }

  .c-price-table__content {
    padding: 5px;
  }
  .c-price-table__lead {
    font-size: 14px;
  }
  .c-price-table__sub {
    font-size: 12px;
  }

  .c-price-section__notes {
    padding: 0 20px;
    font-size: 13px;
  }
}
/**End Price*/

/** DL style*/
.c-profile dl {
  display: flex;
  gap: 20px 20px;
}
.c-profile dl:nth-child(even) {
  background-color: #f5f6fb;
}
.c-profile dt {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dashed #0a2396;
  width: 240px;
  padding: 20px;
  color: #0a2396;
  text-align: center;
}
.c-profile dd {
  font-size: 16px;
  border-bottom: 1px dashed #707070;
  padding: 20px;
  flex: 1;
}

.c-profile {
  /* padding: 0 20px; */
}
.c-profile ul {
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
}
.c-map {
  height: 360px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-profile dt {
    width: 180px;
  }
  .c-profile {
    padding: 0;
  }
  .c-map {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .c-profile dt {
    width: 100px;
    font-size: 13px;
    padding: 10px 10px 15px !important;
  }
  .c-profile dd {
    font-size: 12px;
    padding: 10px 10px 15px !important;
  }
  .c-profile dl {
    gap: 0 !important;
  }
  .c-map {
    height: 200px;
  }
}
/** End DL style*/
