@charset "UTF-8";
body{
    color: #505050;
    font-size: 1rem;
    line-height: 1.6;
    font-family: "Noto Serif JP", serif;
    background: #e8f8ff;
}

dt {
    font-weight: 700;
}

.p-present__section__stores {
    padding: 50px 20px 10px;
    background: #e8f8ff;
}

.l-main__title {
    max-width: 170px;
    margin: 0 auto;
    border-top: 2px solid #103957;
    border-bottom: 2px solid #103957;
    color: #103957;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
    text-align: center;
}

.p-present__section__stores__notes {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.7857142857;
    text-align: center;
}

.p-present__section__stores__notes {
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.7857142857;
    text-align: center;
}

.p-present__section__stores__annotation {
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.8;
    text-align: center;
}

.p-present__section__stores__list {
    max-width: 600px;
    margin: 35px auto;
    font-family:  "游ゴシック体","Yu Gothic";
    font-feature-settings: "palt";
}


.p-present__section__stores__list__area h5,
.p-present__section__stores__list__area dt,
.p-present__section__stores__list__area dd {
    font-family: "Yu Gothic", "游ゴシック体", YuGothic, メイリオ, sans-serif;
}

.p-present__section__stores__nav {
    max-width: 300px;
    margin: 0 auto;
}

.p-present__section__stores__nav ul {
    display: flex;
    position: relative;
    justify-content: space-between;
    color: #505050;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.25;
    padding-left: 0;
}

.p-present__section__stores__nav ul:after {
    z-index: 1;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #75b7e6;
    content: "";
}

.p-present__section__stores__nav ul li {
    z-index: 2;
    position: relative;
    flex-basis: 20%;
    white-space: nowrap;
    transition: opacity .3s ease;
    list-style: none;
}

.p-present__section__stores__nav ul li a {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.p-present__section__stores__nav ul li a:after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    content: "";
    opacity: 0;
    transition: opacity .3s ease;
}

.p-present__section__stores__list__area h5 {
    display: grid;
    place-items: center;
    width: 60px;
    height: 20px;
    margin-bottom: 5px;
    background: #103957;
    color: #fff;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.2;
    text-align: center;
}

.p-present__section__stores__list__area dt {
    font-size: .75rem;
    width: 50px;
    text-align: right;
}

.p-present__section__stores__list__area dl {
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
}

.p-present__section__stores__list__area dd {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100% - 57px);
    -moz-column-gap: 10px;
    column-gap: 10px;
    line-height: 1.8;
    font-size: .75rem;
}

.p-present__section__stores__list__area dd li{
  list-style: none;
}
.p-present__section__stores__list__area dd{
  margin-left: 0;
}
.p-present__section__stores__list__area dd ul{
  padding-left: 0;
}
.p-present__section__stores__list__area dd.sp-grid-single {
    grid-template-columns: 1fr;
    /* margin-left: 0; */
}

.p-present__section__stores__list__area dd.sp-grid-single ul{
  /* padding-left: 0; */
}

/* .p-present__section__stores__list__area dd.sp-grid-single ul:nth-child(2) {
    margin-top: 8px;
} */

.p-present__section__stores__list__area dd li a {
    color: #00f;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media screen and (min-width: 768px) {
    .p-present__section__stores .l-main__title {
        margin-bottom: 34px;
    }

    .l-main__title {
        max-width: 324px;
        border-top: 3px solid #103957;
        border-bottom: 3px solid #103957;
        font-size: 2.25rem;
    }

    .p-present__section__stores__notes {
        font-size: 1.75rem;
    }

    .p-present__section__stores__annotation {
        font-size: 1.375rem;
    }

    .p-present__section__stores__list {
        max-width: 1220px;
        margin: 75px auto;
    }

    .p-present__section__stores__nav {
        max-width: 740px;
    }

    .p-present__section__stores__nav ul {
        font-size: 1.5rem;
    }

    .p-present__section__stores__nav ul li a {
        padding-bottom: 7px;
    }

    .p-present__section__stores__nav ul li a:hover:after {
        opacity: 1;
    }
    
    .p-present__section__stores__nav ul li a:after {
        bottom: -3px;
        height: 3px;
    }

    .p-present__section__stores__list__items {
        margin-top: 65px;
        /* padding-left: clamp(0px, 174px - (1260px - 100vw) / 2, 174px); */
    }
    .p-present__section__stores__list__area{
        padding-left: clamp(0px, 174px - (1260px - 100vw) / 2, 174px);
    }

    .p-present__section__stores__list__area h5 {
        width: 120px;
        height: 40px;
        margin-bottom: 10px;
        font-size: 1.5rem;
    }

    .p-present__section__stores__list__area dl {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .p-present__section__stores__list__area dt {
        width: 100px;
        font-size: 1.5rem;
    }
    .p-present__section__stores__list__area dd {
        width: calc(100% - 115px);
    }

    .p-present__section__stores__list__area dd li {
        font-size: 1.25rem;
    }

    .p-present__section__stores__list__area dd.sp-grid-single {
        grid-template-columns: 1fr 1fr;
    }

    .p-present__section__stores__list__area:not(:first-child) {
        margin-top: 70px;
    }
}

@media screen and (min-width: 375px) {
    .p-present__section__stores__list__area dd {
        grid-template-columns: 1fr 1fr;
        margin-top: 1px;
        /* line-height: 1.3; */
    }
}

/* 20260729下部にふるさと納税ポータルサイトへのリンクを追加 */
.outer-furusato{
  margin-bottom: 52px;
}

.btn-furusato {
  color: var(--bs-white);
  /* font-family: var(--font-NotoSans); */
  font-size: var(--sz-30);
  /* font-size: 30px; */
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--sz-5);
  text-decoration: none;
}

.btn-furusato i {
  font-size: 80%;
}

a .btn-furusato:hover {
    opacity: .7;
}

@media screen and (min-width: 1200px) {
  .outer-furusato{
    margin-bottom: 70px;
  }

  .btn-furusato{
    align-items: baseline;
    font-size: 30px;
  }

  .btn-furusato i{
    margin-left: 40px;
  }
}