@charset "UTF-8";
/* 追加CSS */

/* ===============================================
# 2025.05.15
=============================================== */
@media (max-width: 1540px) and (min-width: 768px) {
  header .gnav > ul li a {
    font-size: clamp(12px, 0.9516837482vw, 14px);
    padding: 0em 3px;
  }
}

.side_fix {
  top: 58%;
}

.side_fix ul li:nth-of-type(4) a {
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
  text-orientation: sideways;
  background: #D2A07A;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  max-width: 66px;
}
.side_fix ul li:nth-of-type(4) a::before {
  content: none;
}
.side_fix ul li:nth-of-type(4) a span {
  line-height: 1;
}
.side_fix ul li:nth-of-type(4) a .num img {
  display: block;
  max-width: 10px;
}
.side_fix ul li:nth-of-type(4) a .inst {
  max-width: 30px;
  display: block;
}
/* ===============================================
# 下層追加　20250522
=============================================== */
#header .has_under .sub-menu {
  text-align: justify;
}

body:not(.home) {
  .sp-only {
    @media (min-width : 768px) {
      display: none;
    }

    @media (max-width : 767px) {
      display: block;
    }
  }

  .text-secondary {
    color: #619881;
  }

  .u_img_item {
    width: 100%;
    height: 270px;
    object-fit: cover;
  }

  .u_demerit {
    background: rgba(97, 152, 129, 0.1);

    h4::before {
      background: #619881;
    }

    li::marker {
      color: #619881 !important;
    }
  }

  li::marker {
    color: #BFAA7D;
  }

  @media (min-width : 768px) {
    .u_pc_flex {
      display: flex;
    }
  }

  .under_list {
    padding-left: 6%;
  }

  /* 特徴ナンバーリスト 白背景*/
  .u_bg_white {
    background: #fff;
    padding: 60px 6%;
    border: solid 1px #dcc296;
  }


  @media (max-width: 767px) {
    .u_bg_white {
      padding: 40px 6%;
    }
  }

  .u_check_ttl {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 2em;

    @media (max-width : 767px) {
      margin-bottom: 1em;
    }

    &::after {
      content: none;
    }
  }


  /* 特徴ナンバーリスト */
  .u_number_list_2 {
    counter-reset: number;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
  }

  .u_number_list_2 li {
    display: flex;
    margin-bottom: 2em;
    margin-right: 2%;
    width: 100%;
    gap: 10px;
  }

  .u_number_list_2 li span.inner {
    flex: 1;
    margin-top: -5px;
  }

  .u_number_list_2 li:last-child {
    margin-bottom: 0;
  }

  .u_number_list_2 li::before {
    background-color: #dcc296;
    border-radius: 50%;
    color: #fff;
    content: counter(number);
    counter-increment: number;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    font-weight: bold;
    height: 1.6em;
    line-height: 1.8em;
    margin-right: 0.2em;
    padding: 2px 3px 4px;
    text-align: center;
    width: 1.6em;
  }

  .u_number_list_2 .ttl {
    font-weight: 600;
    display: block;
    margin-bottom: 0.3em;
    color: #dcc296;
    line-height: 1.4;
    font-size: 18px;
  }
}