@charset "UTF-8";
/*******************************COMMON*******************************/
@media (max-width: 599px) {
  #page_top a {
    position: inherit;
  }
}

header .header_right {
  margin-left: 2%;
}
header .header_right .phone_num a {
  font-family: var(--title-font-family);
  font-weight: 900;
}
header .header_right .phone_num a img {
  margin: 0 10px 10px 0;
}
header .header_right .phone_num .hdr_txt {
  display: block;
  text-align: center;
  margin-left: auto;
  font-size: clamp(10px, 1.2vw, 15px);
}
header .header_right .hdr_chirashi a {
  display: block;
  text-align: center;
  width: 193px;
  color: #fff;
  padding: 15px 0;
  font-size: 1.8rem;
  border-radius: 5px;
  letter-spacing: 0.16em;
  font-family: var(--title-font-family);
  background: linear-gradient(145deg, #7d0000 0, #e10019 53%, #7d0000 100%);
}

.fixed_bnr {
  position: fixed;
  z-index: 99;
  bottom: 20%;
  right: 0;
}
@media (max-width: 599px) {
  .fixed_bnr {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 599px) {
  .fixed_bnr .list_bnr {
    display: flex;
  }
}
@media (min-width: 600px) {
  .fixed_bnr .list_bnr li:not(:last-child) {
    margin-bottom: 15px;
  }
}

footer .ft_logo {
  display: block;
  width: 331px;
  max-width: 100%;
}
@media (min-width: 600px) {
  footer .ft_logo {
    margin-top: 6%;
  }
}
@media (max-width: 599px) {
  footer .ft_logo {
    max-width: 70%;
    margin: 0 auto 30px;
  }
}
footer .row_custom {
  display: flex;
  justify-content: space-between;
  gap: 0 2%;
}
@media (max-width: 599px) {
  footer .row_custom .col_custom,
  footer .row_custom .col_custom02 {
    width: 49%;
  }
}
@media (min-width: 600px) {
  footer .row_custom .col_custom {
    display: flex;
    gap: 0 8%;
    justify-content: space-between;
    width: 55%;
  }
}
@media (max-width: 599px) {
  footer .row_custom .col_custom {
    width: 46%;
  }
}
@media (min-width: 600px) {
  footer .row_custom .col_custom .flex_block {
    width: 61%;
  }
}
footer .row_custom .col_custom .ft_menu {
  display: block;
}
@media (min-width: 600px) {
  footer .row_custom .col_custom .ft_menu.flex {
    margin: 0;
    width: 31%;
  }
}
@media (max-width: 599px) {
  footer .row_custom .col_custom .ft_menu .ft_menu--block.ft_menu__menu02 {
    margin: 10px 0 !important;
  }
}
@media (min-width: 600px) {
  footer .row_custom .col_custom02 {
    width: 43%;
  }
}
@media (max-width: 599px) {
  footer .row_custom .col_custom02 {
    width: 52%;
  }
}

/*******************************TOP*******************************/
#mv .slick-dots li button:before {
  font-size: 14px;
  color: #a3a3a3;
}

@media (max-width: 599px) {
  #mv .slick-dots li {
    margin: 0;
  }
  #mv .slick-dots li button:before {
    font-size: 12px;
  }
}
#mv .slick-dots li.slick-active button:before {
  color: #e6aa28;
}

.sec_news {
  padding: clamp(30px, 8%, 60px) 0;
}
@media (max-width: 1000px) {
  .sec_news .row {
    display: block;
  }
}
.sec_news .campaign_wrap {
  border: 5px solid #910005;
}
@media (max-width: 1000px) {
  .sec_news .campaign_wrap {
    margin-bottom: 40px;
  }
}
.sec_news .campaign_wrap .heading {
  height: 55px;
  background: #910005;
  padding: 10px 0;
}
.sec_news .campaign_wrap .heading .h2_campaign {
  margin: 0;
  font-family: var(--title-font-family);
}
@media (max-width: 1000px) {
  .sec_news .campaign_wrap .heading .h2_campaign {
    padding: 0 10px;
  }
}
.sec_news .campaign_wrap .heading .h2_campaign .shadow {
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: #910005 2px 0px 0px, #910005 -2px 0px 0px, #910005 0px -2px 0px,
    #910005 0px 2px 0px, #910005 2px 2px 0px, #910005 -2px 2px 0px,
    #910005 2px -2px 0px, #910005 -2px -2px 0px, #910005 1px 2px 0px,
    #910005 -1px 2px 0px, #910005 1px -2px 0px, #910005 -1px -2px 0px,
    #910005 2px 1px 0px, #910005 -2px 1px 0px, #910005 2px -1px 0px,
    #910005 -2px -1px 0px, #910005 1px 1px 0px, #910005 -1px 1px 0px,
    #910005 1px -1px 0px, #910005 -1px -1px 0px;
  font-size: clamp(19px, 1.9vw, 22px);
  transform: translateY(-35px);
  margin-bottom: -40px;
}
@media (max-width: 1000px) {
  .sec_news .campaign_wrap .heading .h2_campaign .shadow {
    text-align: left;
    transform: translateY(-30px);
    margin-bottom: -30px;
  }
}
.sec_news .campaign_wrap .heading .h2_campaign .color {
  display: block;
  text-align: center;
  color: #d8b511;
  font-size: clamp(25px, 2.2vw, 28px);
}
@media (max-width: 1000px) {
  .sec_news .campaign_wrap .heading .h2_campaign .color {
    text-align: left;
  }
}
.sec_news .campaign_wrap .contents {
  display: flex;
  padding: 5px;
}
.sec_news .campaign_wrap .contents .img {
  width: 210px;
  max-width: 100%;
  flex-shrink: 0;
}
@media (max-width: 599px) {
  .sec_news .campaign_wrap .contents .img {
    width: 150px;
  }
}
.sec_news .campaign_wrap .contents .txt_wrap {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.sec_news .campaign_wrap .contents .txt_wrap .desc {
  height: 211px;
  overflow-y: scroll;
}
@media (max-width: 1000px) {
  .sec_news .campaign_wrap .contents .txt_wrap {
    width: calc(100% - 200px);
  }
}
@media (max-width: 599px) {
  .sec_news .campaign_wrap .contents .txt_wrap {
    padding: 0;
    width: calc(100% - 140px);
  }
}
@media (max-width: 599px) {
  .sec_news .campaign_wrap .contents .txt_wrap .desc {
    margin-bottom: 5px;
  }
}
.sec_news .campaign_wrap .contents .txt_wrap .btn {
  margin-top: 16px;
}
.sec_news .campaign_wrap .contents .txt_wrap .btn a {
  border-top: 1px solid #270000;
  padding: 8px 20px 0 0;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 599px) {
  .sec_news .campaign_wrap .contents .txt_wrap .btn a {
    padding: 8px 20px 8px 0;
  }
}
.sec_news .campaign_wrap .contents .txt_wrap .btn a:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 13px;
  width: 18px;
  height: 19px;
  background: url(../img/arrow.png) no-repeat center center/cover;
  transition: 0.2s;
}
@media (max-width: 599px) {
  .sec_news .campaign_wrap .contents .txt_wrap .btn a:after {
    top: 10px;
  }
}
.sec_news .news_wrap {
  border: 2px solid #270000;
  height: 100%;
}
.sec_news .news_wrap .heading {
  height: 58px;
  background: #3e1801;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (max-width: 599px) {
  .sec_news .news_wrap .heading {
    background: linear-gradient(
      to right,
      #3e1801 0,
      #3e1801 73%,
      #910005 73%,
      #910005 100%
    );
  }
}
@media (max-width: 599px) {
  .sec_news .news_wrap .heading:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 25.5%;
    width: 40px;
    height: 100%;
    background: #910005;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
}
.sec_news .news_wrap .heading .h2_news {
  margin: 0;
  font-family: var(--title-font-family);
  padding: 0 15px;
}
.sec_news .news_wrap .heading .h2_news .shadow {
  display: block;
  color: #fff;
  text-shadow: #3e1801 2px 0px 0px, #3e1801 -2px 0px 0px, #3e1801 0px -2px 0px,
    #3e1801 0px 2px 0px, #3e1801 2px 2px 0px, #3e1801 -2px 2px 0px,
    #3e1801 2px -2px 0px, #3e1801 -2px -2px 0px, #3e1801 1px 2px 0px,
    #3e1801 -1px 2px 0px, #3e1801 1px -2px 0px, #3e1801 -1px -2px 0px,
    #3e1801 2px 1px 0px, #3e1801 -2px 1px 0px, #3e1801 2px -1px 0px,
    #3e1801 -2px -1px 0px, #3e1801 1px 1px 0px, #3e1801 -1px 1px 0px,
    #3e1801 1px -1px 0px, #3e1801 -1px -1px 0px;
  font-size: clamp(19px, 1.9vw, 22px);
  transform: translateY(-30px);
  margin-bottom: -35px;
  position: relative;
  z-index: 3;
}
@media (max-width: 599px) {
  .sec_news .news_wrap .heading .h2_news .shadow {
    transform: translateY(-28px);
    margin-bottom: -28px;
  }
}
.sec_news .news_wrap .heading .h2_news .color {
  display: block;
  color: #fff;
  font-size: clamp(25px, 2.2vw, 28px);
}
.sec_news .news_wrap .heading .btn {
  margin: 0;
  height: 60px;
  position: absolute;
  top: -2px;
  right: -2px;
}
.sec_news .news_wrap .heading .btn a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 35px 0 0;
  color: #fff;
  background: #910005;
  position: relative;
  z-index: 2;
}
@media (max-width: 599px) {
  .sec_news .news_wrap .heading .btn a {
    background: none;
  }
}
.sec_news .news_wrap .heading .btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -40px;
  width: 40px;
  height: 100%;
  background: #910005;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 599px) {
  .sec_news .news_wrap .heading .btn a:before {
    content: none;
  }
}
.sec_news .news_wrap .heading .btn a:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: auto;
  right: 9px;
  margin: auto;
  width: 18px;
  height: 19px;
  background: url(../img/arrow.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_news .news_wrap .contents {
  overflow-y: auto;
  height: 290px;
  margin: auto;
  padding: 10px 20px 20px;
}
@media (max-width: 599px) {
  .sec_news .news_wrap .contents {
    height: 165px;
  }
}
.sec_news .news_wrap .contents .list_news {
  margin: 0;
}
.sec_news .news_wrap .contents .list_news dt {
  padding: 8px 0;
}
.sec_news .news_wrap .contents .list_news dt i {
  margin-right: 5px;
}
.sec_news .news_wrap .contents .list_news dt .category_badge {
  color: #fff;
  padding: 3px 8px;
  background: #910005;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 8px;
}
.sec_news .news_wrap .contents .list_news dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  font-weight: bold;
  font-family: var(--title-font-family);
}

.sec_review {
  padding: clamp(30px, 8%, 60px) 0;
  background: #fffaec;
}
.sec_review .h2_review {
  text-align: center;
  font-weight: bold;
  color: #910005;
  font-family: var(--title-font-family);
  font-size: clamp(22px, 2.2vw, 28px);
  display: flex;
  align-items: center;
}
.sec_review .h2_review:before,
.sec_review .h2_review:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #910005;
}
.sec_review .h2_review:before {
  margin-right: 0.6em;
}
.sec_review .h2_review:after {
  margin-left: 0.6em;
}

.sec_review .btn a {
  display: block;
  max-width: 310px;
  color: #fff;
  background: #910005;
  padding: 15px 20px;
  font-size: 1.6rem;
  letter-spacing: -1px;
  margin: 30px auto 0;
  position: relative;
}
.sec_review .btn a:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: auto;
  right: 30px;
  margin: auto;
  width: 18px;
  height: 19px;
  background: url(../img/arrow.png) no-repeat center center/cover;
  transition: 0.2s;
}

.review_wrap2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: clamp(30px, 6%, 60px);
}

.sec_review .content {
  background: #fff;
  padding: 1.5rem 2rem;
  border: 1px solid #ccc;
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.sec_review .content:nth-of-type(n + 4) {
  margin-top: 2%;
}
@media (max-width: 599px) {
  .sec_review .content {
    width: 48%;
  }
  .sec_review .content:nth-of-type(n + 3) {
    margin-top: 2%;
  }
}

.sec_review .content .title {
  margin: 0;
}
.sec_review .content .star span {
  display: inline-block;
  margin: 1.5rem 0;
}
.sec_review .content .desc {
  height: 10rem;
  overflow-y: scroll;
}
@media (max-width: 599px) {
  .review_wrap2 {
    gap: 3%;
  }
}
.review_wrap .review_block {
  background: #fffaec;
  box-shadow: 0 0 10px #ccc;
  padding: 1% 6% 8%;
}
.review_wrap .review_block h3 {
  color: var(--base-color01);
}
.review_wrap .review_block .desc {
  max-height: 120px;
  overflow-y: auto;
}

.sec_soba {
  padding: clamp(35px, 8%, 70px) 0;
  background: #fff;
}
.sec_soba .contents_wrap {
  background: #fef8ec;
  padding: 8px;
}
.sec_soba .contents_wrap .heading {
  color: #fff;
  background: #ac8d37;
  font-family: var(--title-font-family);
  text-align: center;
  font-size: clamp(18px, 1.8vw, 22px);
  margin: 0;
  padding: 10px 0;
}
.sec_soba .contents_wrap .contents {
  border: 2px solid #ac8d37;
  padding: 15px 25px 25px;
}
@media (max-width: 599px) {
  .sec_soba .contents_wrap .contents {
    padding: 5px 15px 15px;
  }
}
.sec_soba .contents_wrap .date {
  text-align: center;
  font-weight: bold;
  font-size: clamp(16px, 1.6vw, 20px);
  font-family: var(--title-font-family);
  margin: 0 0 5px;
}
.sec_soba .contents_wrap .date span {
  color: #910005;
}
.sec_soba .row_soba {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 599px) {
  .sec_soba .row_soba {
    display: block;
  }
}
.sec_soba .row_soba .soba {
  display: flex;
  /* width: calc((100% - 30px) / 3); */
  box-shadow: 3px 3px 3px rgba(4, 0, 0, 0.3);
  border-radius: 0 5px 5px 0;
}
@media (max-width: 599px) {
  .sec_soba .row_soba .soba {
    width: 100%;
  }
}
.sec_soba .row_soba .soba .txt {
  color: #fff;
  font-size: clamp(15px, 1.5vw, 19px);
  font-family: var(--title-font-family);
  margin: 0;
  width: 50%;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sec_soba .row_soba .soba .cont {
  background: #fff;
  width: 50%;
  padding: 10px 0;
  border-radius: 0 5px 5px 0;
}
.sec_soba .row_soba .soba .cont figure {
  text-align: center;
  margin: 0;
}
.sec_soba .row_soba .soba .cont .price {
  text-align: center;
  color: #473c36;
  font-weight: bold;
  font-size: clamp(18px, 1.8vw, 20px);
  font-family: var(--title-font-family);
}

.sec_soba .row_soba .soba01 .txt {
  background: #d1ab2e;
}
@media (max-width: 599px) {
  .sec_soba .row_soba .soba:not(:last-child) {
    margin-bottom: 15px;
  }
}
.sec_soba .row_soba .soba02 .txt {
  background: #9089b8;
}
.sec_soba .row_soba .soba03 .txt {
  background: #9aa4be;
}
.sec_soba .row_soba .soba04 .txt {
  background: #909090;
}
@media (min-width: 600px) {
  .sec_soba .row_soba {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    display: grid;
  }
  .sec_soba .row_soba .soba {
    align-items: center;
    height: 100%;
  }
  .sec_soba .row_soba .soba .txt {
    height: 100%;
  }
  .sec_soba .row_soba .soba .cont {
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px 0;
    gap: 0.5em;
  }
  .sec_soba .row_soba .soba.soba01 {
    grid-area: 1 / 1 / 3 / 2;
  }
  .sec_soba .row_soba .soba.soba02 {
    grid-area: 1 / 2 / 3 / 3;
  }
  .sec_soba .row_soba .soba.soba03 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .sec_soba .row_soba .soba.soba04 {
    grid-area: 2 / 3 / 3 / 4;
  }
  .sec_soba .row_soba .soba .cont .price {
    margin: 0;
  }
  .sec_soba .row_soba .soba.soba03 .cont,
  .sec_soba .row_soba .soba.soba04 .cont {
    flex-direction: row;
  }
}
@media (max-width: 599px) {
  .sec_soba .row_soba .soba.soba03 .cont,
  .sec_soba .row_soba .soba.soba04 .cont {
    display: flex;
    justify-content: center;
    gap: 0.5em;
  }
}

.sec_soba .desc {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 599px) {
  .sec_soba .desc {
    text-align: left;
  }
}

.sec_about {
  padding: clamp(50px, 12%, 110px) 0;
  background: url(../img/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 599px) {
  .sec_about {
    background: url(../img/sp_bg_img001.jpg) no-repeat center center/cover;
  }
}
.sec_about .desc {
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.9;
}
.sec_about .btn a {
  color: #fff;
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 3px;
  background: linear-gradient(to top, #eac105 0%, #3e1801 50%, #eac105 100%);
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  border-radius: 3px;
  margin: 30px auto 0;
  position: relative;
}
.sec_about .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  width: 18px;
  height: 19px;
  background: url(../img/arrow_wh.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_about .btn a .button_inner {
  background: linear-gradient(to top, #6e3b0a 0%, #ecb70d 100%);
  width: 100%;
  padding: 0.8em 0.4em;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}

.sec_staff {
  padding: clamp(40px, 10%, 80px) 0;
}
.sec_staff .contents {
  padding: 30px;
  background: url(../img/bg_img002.jpg) no-repeat center center/cover;
  box-shadow: 0 0 5px rgba(75, 37, 23, 0.3);
}
@media (max-width: 599px) {
  .sec_staff .contents {
    padding: 40px 10px 10px;
  }
}
.sec_staff .contents .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 98px;
  height: 115px;
  background: url(../img/tab_img001.png) no-repeat center center/cover;
  transform: translateY(-50px);
  margin-bottom: -100px;
  position: relative;
}
@media (max-width: 599px) {
  .sec_staff .contents .catch {
    transform: translateY(-60px);
    margin-bottom: -135px;
  }
}
.sec_staff .contents .catch:after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 10px;
  height: 20px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: #630001;
}
.sec_staff .contents .catch span {
  display: block;
  color: #fff;
  font-weight: bold;
  transform: translateY(-10px);
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  font-size: clamp(20px, 2vw, 24px);
  font-family: var(--title-font-family);
}
@media (min-width: 600px) {
  .sec_staff .contents .row {
    grid-template-columns: repeat(16, 1fr);
    gap: 40px;
  }
}
@media (min-width: 600px) {
  .sec_staff .contents .col-4 {
    grid-column: span 6;
  }
}
@media (min-width: 600px) {
  .sec_staff .contents .col-8 {
    grid-column: span 10;
  }
}
.sec_staff .contents .col-8 .name {
  font-size: clamp(27px, 2.7vw, 46px);
  font-family: var(--title-font-family);
  margin: 0 0 20px;
  text-align: right;
  padding-left: 80px;
}
@media (max-width: 599px) {
  .sec_staff .contents .col-8 .name {
    padding-left: 110px;
    text-align: left;
    margin: 0 0 25px;
  }
}
.sec_staff .contents .col-8 .name span {
  font-size: clamp(13px, 1.3vw, 22px);
  margin-left: 20px;
  font-weight: normal;
}
@media (max-width: 599px) {
  .sec_staff .contents .col-8 .name span {
    display: block;
    margin-left: 0;
  }
}
.sec_staff .contents .col-8 .profile {
  position: relative;
  padding: 20px 0;
  margin: 0 0 30px;
}
@media (max-width: 599px) {
  .sec_staff .contents .col-8 .profile {
    margin: 0 0 10px;
  }
}
.sec_staff .contents .col-8 .profile:after,
.sec_staff .contents .col-8 .profile:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 563px;
  height: 9px;
  max-width: 100%;
  background: url(../img/line001.png) no-repeat center center/100%;
}
.sec_staff .contents .col-8 .profile:before {
  top: 0;
  bottom: auto;
}
.sec_staff .contents .col-8 .profile .table_profile tr th,
.sec_staff .contents .col-8 .profile .table_profile tr td {
  padding: 2px 0;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}
.sec_staff .contents .col-8 .profile .table_profile tr th {
  font-size: 1.9rem;
  min-width: 145px;
  width: 35%;
  letter-spacing: 0;
}
@media (max-width: 599px) {
  .sec_staff .contents .col-8 .profile .table_profile tr th {
    min-width: 125px;
    font-size: 1.6rem;
  }
}
.sec_staff .contents .col-8 .profile .table_profile tr th:first-letter {
  color: #910005;
}
.sec_staff .contents .col-8 .profile .table_profile tr td {
  font-size: 1.8rem;
  letter-spacing: -1px;
}
@media (max-width: 599px) {
  .sec_staff .contents .col-8 .profile .table_profile tr td {
    font-size: 1.5rem;
  }
}
.sec_staff .contents .col-8 .desc {
  line-height: 2;
  letter-spacing: 0;
}

.sec_items {
  padding: clamp(30px, 6%, 50px) 0;
  background: url(../img/bg_img003.jpg) no-repeat center center/cover;
}
.sec_items .h2_styled {
  color: #3e1801;
  text-align: center;
  font-size: clamp(16px, 1.6vw, 18px);
  margin: 0 0 50px;
  position: relative;
  padding-top: 40px;
}
.sec_items .h2_styled:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 133px;
  height: 20px;
  background: url(../img/h2_icon001.png) no-repeat center center/cover;
}
@media (max-width: 599px) {
  .sec_items .h2_styled {
    margin: 0 0 30px;
  }
}
.sec_items .h2_styled span {
  display: block;
  font-size: clamp(30px, 3vw, 42px);
  font-family: var(--title-font-family);
}
.sec_items a .txt_link {
  display: block;
  margin-top: 5px;
  color: #3e1801;
  position: relative;
  font-weight: bold;
  position: relative;
}
.sec_items a .txt_link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 18px;
  height: 19px;
  background: url(../img/arrow_br.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_items .btn {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .sec_items .btn {
    margin-top: 30px;
  }
}
.sec_items .btn a {
  color: #fff;
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 3px;
  background: linear-gradient(to top, #eac105 0%, #3e1801 50%, #eac105 100%);
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  border-radius: 3px;
  margin: 30px auto 0;
  position: relative;
}
.sec_items .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  width: 18px;
  height: 19px;
  background: url(../img/arrow_wh.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_items .btn a .button_inner {
  background: linear-gradient(to top, #6e3b0a 0%, #ecb70d 100%);
  width: 100%;
  padding: 0.8em 0.4em;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}

.sec_howto {
  padding: clamp(30px, 6%, 50px) 0 clamp(50px, 10%, 100px);
  background: url(../img/bg_img004.jpg) no-repeat center center/cover;
}
.sec_howto .h2_styled {
  text-align: center;
  position: relative;
  padding-top: 35px;
  margin: 0 0 30px;
}
@media (max-width: 599px) {
  .sec_howto .h2_styled {
    margin: 0 0 10px;
  }
}
.sec_howto .h2_styled:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 134px;
  height: 21px;
  background: url(../img/h2_icon002.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_howto .h2_styled .catch {
  color: #fff;
  background: #910005;
  display: inline-block;
  border-radius: 100vh;
  padding: 5px 30px;
  margin: 0 0 10px;
  font-size: clamp(14px, 1.4vw, 24px);
}
@media (max-width: 599px) {
  .sec_howto .h2_styled .catch {
    padding: 5px 10px;
    letter-spacing: 0;
  }
}
.sec_howto .h2_styled .large {
  display: block;
  font-size: clamp(24px, 2.6vw, 42px);
  font-family: var(--title-font-family);
  letter-spacing: 0;
}
.sec_howto .h2_styled .large .color01 {
  color: #910005;
}
@media (max-width: 599px) {
  .sec_howto .h2_styled .large .color01 {
    display: block;
  }
}
.sec_howto .desc {
  font-size: clamp(16px, 1.6vw, 18px);
  text-align: center;
  line-height: 1.8;
  margin: 0 0 40px;
  letter-spacing: 0;
}
@media (max-width: 599px) {
  .sec_howto .desc {
    text-align: left;
    margin: 0 0 20px;
  }
}
.sec_howto .desc .color01 {
  color: #910005;
  font-weight: bold;
}
.sec_howto .bnr {
  max-width: 467px;
  margin: 0 auto;
}
.sec_howto .bnr .desc {
  background: #fff;
  text-align: left;
  padding: 25px;
  margin: 0;
}
@media (max-width: 599px) {
  .sec_howto .bnr .desc {
    padding: 10px;
  }
}
.sec_howto .bnr .btn {
  margin: 0;
  background: #f8f5e6;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 599px) {
  .sec_howto .bnr .btn {
    padding: 10px 0;
  }
}
.sec_howto .bnr .btn a {
  color: #910005;
  font-weight: bold;
  font-size: clamp(16px, 1.6vw, 18px);
  position: relative;
  padding-right: 25px;
}
.sec_howto .bnr .btn a:after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 18px;
  height: 19px;
  background: url(../img/arrow_red.png) no-repeat center center/cover;
  transition: 0.2s;
}

.sec_mail {
  padding: clamp(30px, 6%, 50px) 0 clamp(50px, 10%, 100px);
}
.sec_mail .h2_styled {
  text-align: center;
  position: relative;
  padding-top: 35px;
  margin: 0 0 15px;
}
@media (max-width: 599px) {
  .sec_mail .h2_styled {
    margin: 0 0 10px;
  }
}
.sec_mail .h2_styled:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 134px;
  height: 21px;
  background: url(../img/h2_icon002.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_mail .h2_styled .catch {
  color: #fff;
  background: #097c25;
  display: inline-block;
  border-radius: 100vh;
  padding: 5px 30px;
  margin: 0 0 10px;
  font-size: clamp(14px, 1.4vw, 24px);
}
@media (max-width: 599px) {
  .sec_mail .h2_styled .catch {
    padding: 5px 10px;
    letter-spacing: 0;
  }
}
.sec_mail .h2_styled .large {
  display: block;
  font-size: clamp(24px, 2.6vw, 42px);
  font-family: var(--title-font-family);
  letter-spacing: 0;
}
.sec_mail .h2_styled .large .color02 {
  color: #097c25;
}
@media (max-width: 599px) {
  .sec_mail .h2_styled .large .color02 {
    display: block;
  }
}
.sec_mail .h2_styled + .desc {
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.8;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 599px) {
  .sec_mail .h2_styled + .desc {
    margin: 0 0 20px;
    text-align: left;
  }
}
.sec_mail .h2_styled + .desc .color02 {
  color: #097c25;
  font-weight: bold;
}
@media (max-width: 599px) {
  .sec_mail .row {
    gap: 20px;
  }
}
.sec_mail .box_border {
  border: 3px solid #097c25;
  background: #fff;
  padding: 20px 15px 20px 20px;
}
.sec_mail .box_border .row .col-4 {
  position: relative;
  padding-right: 15px;
}
@media (max-width: 599px) {
  .sec_mail .box_border .row .col-4 {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .sec_mail .box_border .row .col-4:last-child {
    padding-bottom: 0;
  }
}
.sec_mail .box_border .row .col-4:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 2px;
  height: 100%;
  border-right: 1px dashed #998545;
}
@media (max-width: 599px) {
  .sec_mail .box_border .row .col-4:after {
    top: auto;
    left: 0;
    width: 100%;
    height: 2px;
    border-right: 0;
    border-bottom: 1px dashed #998545;
  }
}
.sec_mail .box_border .row .col-4:last-child {
  padding-right: 0;
}
.sec_mail .box_border .row .col-4:last-child:after {
  content: none;
}
.sec_mail .box_border .row .col-4 h3 {
  color: #988444;
  font-weight: bold;
  letter-spacing: 0;
  margin: 10px 0 0;
  font-size: clamp(18px, 1.8vw, 20px);
}
.sec_mail .box_border .row .col-4 .desc .color02 {
  color: #097c25;
  font-weight: bold;
}

.sec_jewel {
  padding: clamp(20px, 5%, 40px) 0 0;
  background: url(../img/bg_img005.jpg) no-repeat top center/cover;
}
@media (max-width: 599px) {
  .sec_jewel {
    padding: 10px 0 40px;
  }
}
.sec_result {
  padding: clamp(30px, 8%, 60px) 0;
  background: url(../img/bg_img006.jpg) repeat top left;
}
.sec_result .row {
  gap: 40px 20px;
}
@media (max-width: 599px) {
  .sec_result .row {
    gap: 10px 10px;
  }
}
.sec_result .h2_styled {
  color: #3e1801;
  text-align: center;
  font-size: clamp(12px, 1.6vw, 18px);
  margin: 0 0 30px;
  position: relative;
  padding-top: 40px;
  letter-spacing: -1px;
}
.sec_result .h2_styled:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 134px;
  height: 21px;
  background: url(../img/h2_icon003.png) no-repeat center center/cover;
}
@media (max-width: 599px) {
  .sec_result .h2_styled {
    margin: 0 0 5px;
    padding-top: 30px;
  }
}
.sec_result .h2_styled .large {
  color: #910005;
  display: block;
  margin-top: 10px;
  font-size: clamp(30px, 3vw, 42px);
  font-family: var(--title-font-family);
}
@media (max-width: 599px) {
  .sec_result .h2_styled .large {
    margin-top: 0;
  }
}
.sec_result .h2_styled + .desc {
  text-align: center;
  line-height: 2;
  font-size: clamp(16px, 1.6vw, 18px);
  margin: 0 0 40px;
}
@media (max-width: 599px) {
  .sec_result .h2_styled + .desc {
    line-height: 1.4;
    margin: 0 0 20px;
  }
}
.home .sec_result .item_list a img {
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
body:not(.home) .sec_result .item_list a img {
  /*height: 240px;*/
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 599px) {
  .sec_result .item_list a img {
    height: 120px;
  }
}
.sec_result .item_list .txt_wrap .date {
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 599px) {
  .sec_result .item_list .txt_wrap .date {
    margin-top: 3px;
  }
}
.sec_result .item_list .txt_wrap .date i {
  color: #910005;
  margin-right: 5px;
}
/*
.sec_result .item_list .txt_wrap .cat {
  color: #3e1801;
  background: none;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 0 0 10px;
  border-bottom: 2px solid #910005;
  font-size: clamp(16px, 1.6vw, 18px);
}*/
.sec_result .item_list .txt_wrap .cat {
  background: #910005;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 8px;
  color: #fff;
  font-size: 0.85em;
}
@media (max-width: 599px) {
  .sec_result .item_list .txt_wrap .cat {
    margin: 5px 0;
  }
}

/*
アコーディオン
*/
.item_list .disc {
  position: relative;
  height: auto;
  max-height: 240px;
  overflow: hidden;
  transition: max-height 1s;
}
.item_list .disc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 50%, #fefefc 100%);
}

.item_list .disc.open:after {
  z-index: -1;
  opacity: 0;
}

@media (max-width: 599px) {
  .item_list .disc {
    font-size: 1.6rem;
  }
}
.more__btn {
  display: block;
  margin: 0 auto 10px;
  padding: 6px 32px;
  border-radius: 6px;
  border: 0;
  color: #fff;
  background-color: #910005;
  cursor: pointer;
  font-size: 0.8em;
}

.sec_result .btn {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .sec_result .btn {
    margin-top: 30px;
  }
}
.sec_result .btn a {
  color: #fff;
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 3px;
  background: linear-gradient(to top, #7d0000 0%, #e10019 50%, #7d0000 100%);
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  border-radius: 5px;
  margin: 30px auto 0;
  position: relative;
}
.sec_result .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  width: 18px;
  height: 19px;
  background: url(../img/arrow_wh.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_result .btn a .button_inner {
  background: linear-gradient(to top, #7d0000 0%, #e10019 100%);
  width: 100%;
  padding: 0.8em 0.4em;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}

.sec_faq {
  padding: clamp(30px, 6%, 50px) 0 clamp(40px, 8%, 80px);
  background: url(../img/bg_img007.jpg) no-repeat center center/cover;
  /*FAQ 開閉式*/
}
.sec_faq .h2_styled {
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
  position: relative;
  padding-top: 35px;
  font-size: clamp(30px, 3vw, 42px);
  font-family: var(--title-font-family);
}
.sec_faq .h2_styled:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 134px;
  height: 21px;
  background: url(../img/h2_icon004.png) no-repeat center center/cover;
}
@media (max-width: 599px) {
  .sec_faq .h2_styled {
    margin: 0 0 30px;
  }
}
.sec_faq .faq_wrap .faq_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec_faq #faq .question {
  font-size: clamp(1.8rem, 1.73rem + 0.3vw, 2rem);
  position: relative;
  font-weight: bold;
  background: #fafafa;
  padding: 25px 0 25px 90px;
  margin: 0;
  font-family: var(--title-font-family);
}
@media (max-width: 599px) {
  .sec_faq #faq .question {
    padding: 20px 20px 20px 80px;
  }
}
.sec_faq #faq .answer {
  position: relative;
  padding: 25px 25px 30px 90px;
  background: #fff;
  position: relative;
}
@media (max-width: 599px) {
  .sec_faq #faq .answer {
    padding: 20px 20px 20px 80px;
  }
}
.sec_faq #faq .answer:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 97%;
  height: 2px;
  background: #988444;
}
.sec_faq #faq .question::before {
  content: "Q";
  display: block;
  width: 50px;
  height: 50px;
  line-height: 43px;
  background: var(--base-color01);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 40px;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  color: #fff;
  background: #3e1801;
  font-weight: bold;
  text-align: center;
  font-family: var(--title-font-family);
}
@media (max-width: 599px) {
  .sec_faq #faq .question::before {
    top: 35px;
    line-height: 50px;
  }
}
.sec_faq #faq .answer::before {
  content: "A";
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #910005;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 40px;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: var(--title-font-family);
}
.sec_faq #faq .qa_active .question {
  cursor: pointer;
  padding-right: 40px;
}
.sec_faq #faq .qa_active .question:after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 25px;
  right: 20px;
  transition: 0.3s;
}
@media (max-width: 599px) {
  .sec_faq #faq .qa_active .question:after {
    top: 20px;
  }
}
.sec_faq #faq .qa_active .question.open:after {
  transform: rotate(135deg);
  transition: 0.3s;
}
.sec_faq #faq .qa_active .answer {
  display: none;
}
.sec_faq .btn {
  margin-top: 50px;
}
@media (max-width: 599px) {
  .sec_faq .btn {
    margin-top: 20px;
  }
}
.sec_faq .btn a {
  color: #fff;
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 3px;
  background: linear-gradient(to top, #4a3429 0%, #c9ad6b 47%, #4a3429 100%);
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  border-radius: 3px;
  margin: 30px auto 0;
  position: relative;
}
@media (max-width: 599px) {
  .sec_faq .btn a {
    margin: 20px auto 0;
  }
}
.sec_faq .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  width: 18px;
  height: 19px;
  background: url(../img/arrow_wh.png) no-repeat center center/cover;
  transition: 0.2s;
}
.sec_faq .btn a .button_inner {
  background: linear-gradient(to top, #3e1902 0%, #a58750 100%);
  width: 100%;
  padding: 0.8em 0.4em;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}

.sec_access .container {
  border: 5px solid #3e1801;
}
@media (max-width: 599px) {
  .sec_access .container {
    margin: 0 auto;
    max-width: 94%;
    padding: 0;
  }
}
.sec_access .container .row {
  padding: 25px;
}
@media (max-width: 599px) {
  .sec_access .container .row {
    padding: 20px 15px;
  }
}
.sec_access .container .row.conversion_wrap {
  margin-top: 0;
}
.sec_access .logo {
  text-align: center;
}
.sec_access .remarks {
  color: #fff;
  background: #b0000d;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  margin: 10px 0;
  font-size: clamp(17px, 1.7vw, 18px);
}
@media (max-width: 599px) {
  .sec_access .remarks {
    padding: 3px 0;
  }
}
.sec_access .info_wrap {
  padding: 0;
}
.sec_access .info_wrap dl {
  display: grid;
  grid-template-columns: min(35%, 145px) 1fr;
  grid-template-rows: auto;
  gap: 5px 20px;
}
@media (max-width: 599px) {
  .sec_access .info_wrap dl {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 5px;
  }
}
.sec_access .info_wrap dl dt {
  height: -moz-fit-content;
  height: fit-content;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.sec_access .info_wrap dl dt:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: #4a2100;
}
.sec_access .list_img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 599px) {
  .sec_access .list_img {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 5px;
  }
}
.sec_access .list_img .large {
  width: 100%;
}
@media (max-width: 599px) {
  .sec_access .list_img .large {
    grid-area: 1/1/3/5;
  }
}
.sec_access .list_img .small {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 599px) {
  .sec_access .list_img .small {
    width: 100%;
    grid-area: 1/5/2/7;
  }
  .sec_access .list_img .small:last-child {
    grid-area: 2/5/3/7;
  }
}
.sec_access .conversion_wrap {
  padding: 25px 0 30px;
  background: linear-gradient(45deg, #462a1b 0, #9a7e4e 100%);
  display: flex;
  justify-content: center;
  gap: 0 8%;
}
@media (max-width: 599px) {
  .sec_access .conversion_wrap {
    display: block;
  }
}
.sec_access .conversion_wrap .tel a {
  color: #fff;
  line-height: 1;
  font-size: clamp(38px, 3.8vw, 43px);
  white-space: nowrap;
  font-family: var(--title-font-family);
}
.sec_access .conversion_wrap .tel a img {
  margin: 0 10px 10px 0;
}
.sec_access .conversion_wrap .tel .time {
  display: block;
  color: #fff;
  white-space: nowrap;
  font-size: clamp(16px, 1.6vw, 20px);
}
@media (max-width: 599px) {
  .sec_access .conversion_wrap .tel .time {
    text-align: center;
    margin: 0 0 10px;
  }
}
.sec_access .conversion_wrap .mail {
  height: 100%;
}
.sec_access .conversion_wrap .mail a {
  color: #fff;
  display: block;
  max-width: 100%;
  width: 430px;
  padding: 3px;
  background: linear-gradient(to top, #90710b 0%, #eac105 54%, #90710b 100%);
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  border-radius: 5px;
  position: relative;
  text-indent: 2em;
}
@media (max-width: 599px) {
  .sec_access .conversion_wrap .mail a {
    text-indent: 2.2em;
  }
}
.sec_access .conversion_wrap .mail a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 18%;
  margin: auto;
  width: 33px;
  height: 25px;
  background: url(../img/icon_mail.png) no-repeat center center/cover;
  transition: 0.2s;
}
@media (max-width: 599px) {
  .sec_access .conversion_wrap .mail a:before {
    width: 26.4px;
    height: 20px;
  }
}
.sec_access .conversion_wrap .mail a .button_inner {
  background: linear-gradient(to top, #dbb31e 0%, #9b7512 100%);
  width: 100%;
  padding: 0.9em 0.4em;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
}

/****************************under****************************/
body:not(.home) .item_list .cat {
  color: #fff;
  background: #b88501;
  text-align: center;
  font-weight: bold;
  padding: 0;
  font-size: clamp(16px, 1.6vw, 18px);
  /*font-family: var(--title-font-family);*/
  margin: 3px 0;
}
body:not(.home) .item_list .desc {
  max-height: 100px;
  overflow-y: auto;
}

.list_item_img {
  margin: clamp(20px, 8%, 50px) 0;
}
.list_item_img li {
  border: 3px solid #d1ab2e;
}

.table_item_info {
  width: 100%;
  margin: clamp(20px, 8%, 50px) 0;
  border-collapse: collapse;
}
.table_item_info th,
.table_item_info td {
  display: block;
  text-align: left;
  padding: 15px 20px;
}
.table_item_info th {
  color: #fff;
  background: #b88501;
  font-size: clamp(16px, 1.6vw, 18px);
}
.table_item_info td {
  border: 1px solid #b88501;
  font-size: clamp(14px, 1.4vw, 16px);
}

/*20240918*/

.sec_result .item_list .item_name_wrap .item_name {
  color: #3e1801;
  background: none;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 10px 0 10px;
  border-bottom: 2px solid #910005;
  font-size: clamp(16px, 1.6vw, 18px);
}
.sec_result .item_list .item_name_wrap .item_price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 2rem;
  color: #910005;
  line-height: 1;
  margin-bottom: 10px;
  align-items: center;
  font-weight: bold;
  span {
    color: #3e1801;
    font-weight: bold;
    font-size: 0.7em;
  }
}

/* 20251022 姉妹店 */
.sec_stores {
  padding: clamp(30px, 6%, 50px) 0 clamp(40px, 8%, 80px);
  /* background: url("../img/bg_img007_pt.jpg?1") repeat center;*/
}
.sec_stores .h2_styled {
  color: inherit;
  text-align: center;
  margin: 0 0 30px;
  position: relative;
  padding-top: 35px;
  font-size: clamp(30px, 3vw, 42px);
  font-family: var(--title-font-family);
}
.sec_stores .h2_styled:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 134px;
  height: 21px;
  background: url(../img/h2_icon003.png) no-repeat center center/cover;
}
.store_flexbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: min(4vw, 40px) 2%;
  width: 100%;
}
.store_box {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  h3 {
    font-size: clamp(1.6rem, 4.2vw, 2.4rem);
    line-height: 1.25;
    font-weight: 700;
    color: var(--text-color);
    width: 100%;
    margin-top: 0.5em;
    padding-bottom: 0.25em;
    border-bottom: 2px solid var(--base-color02);
    margin-bottom: 0.25em;
    flex-grow: 1;
  }
  .store_txt1 {
    font-size: clamp(1.6rem, 4vw, 1.8rem);
    line-height: 1.25;
  }
}

.store_imgbox {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  flex-shrink: 0;
  img {
    width: 100%;
    height: auto;
    aspect-ratio: 5/3;
    object-fit: cover;
  }
}

.store_topbtn a {
  width: min(90%, 240px);
  height: 2.4em;
  background: linear-gradient(to top, #7d0000 0%, #e10019 100% 100%);
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1;
  margin: 1em auto 0;
  padding-bottom: 0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .store_box {
    width: 49%;
  }
}
