@charset "UTF-8";

/* ==========================
   Hero
========================== */

.nc_hero {
    position: relative;
    overflow: hidden;
}

.nc_hero-pc {
    display: none;
}

.nc_hero-sp {
    position: relative;
    display: block;
}

.nc_hero-swiper-sp {
    width: 100%;
    height: min(100vh, 440px);
}

.nc_hero-swiper-sp .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ==========================
   ロゴ
========================== */
.nc_hero-sp {
    position: relative;
}

.nc_hero-logo-sp {
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 10;
    width: 60%;
    max-width: 200px;
}

.nc_hero-logo-sp img {
    height: auto;
}
@media (min-width: 768px) {

    .nc_hero-sp {
        display: none;
    }

    .nc_hero-pc {
        display: flex;
        height: min(100vh, 800px);
    }

    .nc_hero-swiper {
        flex: 1;
    }

    .nc_hero-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nc_hero-logo {
        width: 250px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;

        background: #fff;
        z-index: 10;
    }

    .nc_hero-logo img {
        width: 70%;
        height: auto;
            display: block;
    }

}

@media (min-width: 1280px) {
    .nc_hero-logo {
      width: 350px;
    }
}

/* ==========================
  お知らせ
========================== */
.nc_news {
  padding: 2rem 1rem;
  border: 5px solid #73CFE6;
  border-radius: 22px;
  background: #FCFBF1;
  max-width: 1000px;
  margin: 0 auto;
}

/* タイトル */
.nc_news_title {
  padding-top: 0;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 3px dotted #868585;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}

/* お知らせスクロール部分 */
.nc_news_scroll {
  max-height: 12rem;
  overflow-y: auto;
  overflow-x: hidden;

}

.nc_news_scroll::-webkit-scrollbar {
  width: 10px;
}

.nc_news_scroll::-webkit-scrollbar-track {
  background: #efefef;
}

.nc_news_scroll::-webkit-scrollbar-thumb {
 background-color: #73CFE6;
}

.nc_news_scroll::-webkit-scrollbar-button {
  display: none;
}

/* ul */
.nc_news_scroll ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 日付・本文 */
.nc_news_row {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-bottom: 1rem;
}

.nc_news_date {
  flex: 0 0 90px;
  white-space: nowrap;
  font-weight: 500;
}

.nc_news_text {
  flex: 1;
  min-width: 0;
  line-height: 1.7;
}

.nc_news_text a{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* お知らせがない場合 */
.nc_news_item--empty {
  padding: 1.5rem 0;
}

.news_empty {
  margin: 0;
  text-align: center;
  line-height: 1.8;
}

@media (min-width: 768px) {

  .nc_news {
    padding: 2rem;
  }

  .nc_news_title {
    margin-bottom: 24px;
    font-size: 2rem;
  }

  .nc_news_scroll {
    max-height: 15rem;
  }

  .nc_news_row {
    gap: 20px;
    margin-bottom: 1.5rem;
  }

  .nc_news_date {
    flex-basis: 110px;
  }

}


@media (min-width: 1280px) {
    .nc_news {
    padding: 2rem 2.5rem;
  }
}

/* ==========================
  旅先納税とは
========================== */

.nc_gift_main_title{
  color: #0C6E87;
}

.nc_gift_span{
  font-size: 70%;
}

.nc_gift_main_text{
  text-align: center;
  line-height: 2;
}

.nc_feature-sp{
  display: block;
}

.nc_feature-pc{
  display: none;
}

.nc_feature_inner{
  padding: 60% 8% 15%;
  background: url(/front/town/niseko/nise-coin/img/bg_mountain_sp.png) no-repeat center 0;
  background-size: cover;
}

.nc_feature_txt-sp{
  padding-top: 2rem;
  padding-bottom: 4rem;
  line-height: 2;
  font-weight: 500;
}

@media (min-width: 768px) {
  .nc_feature-sp{
    display: none;
  }

  .nc_feature-pc{
    display: block;
  }

  .nc_feature_inner{
  padding: 40% 8% 10%;
    background: url(/front/town/niseko/nise-coin/img/bg_mountain_pc.png) no-repeat center 0;
    background-size: cover;
}

.nc_feature_item-pc{
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto 3rem;
}

.nc_feature_content{
flex: 0 0 50%;

}


.nc_feature_title-pc{
  width: 40%;
  max-width: 220px;
}

.nc_feature_img-pc{
flex: 0 0 50%;
}

.nc_feature_txt-pc{
  padding: 2rem 0;
  line-height: 2;
  letter-spacing: .25rem;
  font-weight: 500;
}
}

@media (min-width: 992px) {
.nc_feature_item-pc{
  gap: 50px;
}
}

@media (min-width: 1500px) {
.nc_feature_item-pc{
  max-width: 1300px;
  gap: 80px;
}
}

/* ==========================
  ご利用方法
========================== */

  .nc_how_to_title{
    color: #0C6E87;
  }

  .nc_step_list-sp{
    display: block;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
  }

  .nc_step_list-pc{
    display: none;
  }

  .nc_step_item-sp{
    margin-bottom: 20px;
    position: relative;
  }
  .nc_step_item-sp + .nc_step_item-sp::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: calc(50px - 15px);
    background-color: #73CFE6;
    }

    @media (min-width: 768px) {
      .nc_step_list-sp{
        display: none;
      }

      .nc_step_list-pc{
        display: block;
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
      }

    .nc_step_item-pc{
      margin-bottom: 20px;
      position: relative;
    }
    .nc_step_item-pc + .nc_step_item-pc::before {
      content: "";
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      width: 20px;
      height: calc(60px - 18px);
      background-color: #73CFE6;
      }
    }

    .nc_common_btn_wrap {
      text-align: center;
    }

    .nc_common_button {
      display: inline-flex;
      align-items: center;
      justify-content: center;

      min-width: 300px;
      height: 60px;
      padding: 0 24px;
      margin-top: 2rem;
      border-radius: 9999px;

      background: linear-gradient(135deg, #73CFE6,#73CFE6, #9BD9B5,#a3dbac);
      color: #fff;
      text-decoration: none;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: -1;

      box-shadow: 0 5px 5px rgba(124, 129, 128, 0.2);
      transition: all 0.5s 0s ease;
    }

    .nc_common_button:hover {
      opacity: .8;
    }
    @media (min-width: 600px) {
    .nc_common_button{
      min-width: 400px;
      height: 80px;
      font-size: 1.75rem;
      margin-top: 4rem;
    }
    }
    @media (min-width: 992px) {
    .nc_common_button{
      min-width: 580px;

    }
    }

/* ==========================
  寄附額に応じた返礼品
========================== */

    .nc_donation_title{
      color: #0C6E87;
    }


table.nc_d_table{
  width: 100%;
  max-width: 500px;
  border-collapse: collapse;
          margin: 0 auto;
            font-size: clamp(1.125rem, 0.817rem + 1.315vw, 2rem);
}

.nc_d_table_lead{
  text-align: center;
  vertical-align: middle;
  border: #73CFE6 2px solid;
  color: #fff !important;
  background: #73CFE6 !important;
  padding: 5px;
}

.nc_d_table th,.nc_d_table td{
  border: #73CFE6 2px solid;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 5px;
  background: #fff;
  width: 50%;
}

.nc_d_table th{
  color: #0C6E87;
  background: #E8FCFF;
}

.nc_d_table td{
  font-weight: bold;
}

.thirty-percent{
  color: #0C6E87;
}
.nc_d_table td:nth-of-type(odd)::after{
  content: "";
  display: block;
  width: 20px;
  height: 38px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -15px;
  background-image: url(/front/town/niseko/nise-coin/img/logo/icon_table_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  z-index: 5;
}

@media (min-width:768px) {
  table.nc_d_table{
    max-width: 700px;
  }
}


@media (min-width:992px) {

table.nc_d_table{
    max-width: 900px;
    margin-bottom: 5rem;
  }
  .nc_d_table th,.nc_d_table td{
    padding: 15px;
  }

  .nc_d_table td:nth-of-type(odd)::after{
    width: 40px;
    height: 48px;
    right: -25px;
  }

}

.nc_attention_box{
  border: 5px solid #E80707;
  background: #FCFBF1;
  padding: clamp(24px, 4vw, 48px);
  width: 90%;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 3rem;
}


.nc_attention_list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.nc_attention_list li{
  position: relative;
  padding-left: 1.2rem;
  font-size: .9rem;
  line-height: 1.8;
}

.nc_attention_list li::before{
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #1A1A1A;
}

@media (min-width: 1280px){

  .nc_attention_box{
    max-width: 1000px;
  }


  .nc_attention_list li{
    padding-left: 1.5rem;
    font-size: 1.15rem;
  }

  .nc_attention_list li::before{
    font-size: .75rem;
    top: 0.45em;
  }
}

/* ==========================
  トップページ　加盟店一覧
========================== */

.nc_swiper{
  width:100%;
  margin:0 auto 1.5rem;
  overflow:hidden;
}

.nc_shop_list{
  align-items:stretch;
}

.un_shop_item{
    display:flex;
    flex-direction:column;
    height:auto;
}


.un_shop_item > a {
  display: block;
}

.un_shop_item > a > img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.nc_shop_body{
  flex:1;
  padding:16px;
}

.nc_shop_name{
  font-size: clamp(1.0625rem, 0.2817vw + 0.9023rem, 1.25rem);
  font-weight: 600;
  letter-spacing: -.1rem;
}

.nc_shop_address,.nc_shop_tel{
  font-size: clamp(0.9375rem, 0.282vw + 0.871rem, 1.125rem);

}

.nc_shop_address{
    letter-spacing: -0.05rem;
}

.nc_shop_tel{
  color: #0C6E87;
  font-weight: 700;
}

.nc_shop_sns{
  display:flex;
  gap: 10px;
  padding: 0 16px 16px;
}

.nc_shop_sns img{
  width: 29px;
  height: 29px;
  min-width: 29px;
  min-height: 29px;
  object-fit:contain;
}




/* ボタン一覧 */
.nc_btn_list_wrap{
  margin-top: 2rem;
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto 5rem;
}

.nc_common_btn_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.nc_btn_list{
  display: grid;
  place-items: center;

  font-size: clamp(1.0625rem, 0.8204rem + 1.0329vw, 1.75rem);
  width: 100%;
  min-height: 60px;

  border-radius: 9999px;

  background: #73CFE6;
  color: #fff;
  text-decoration: none;

  font-weight: 700;
  line-height: 1.4;
  text-align: center;

  box-shadow: 0 5px 5px rgba(124,129,128,.2);
  transition: .3s ease;

  /* 高さを揃える */
  box-sizing: border-box;
}

.nc_btn_list:hover{
opacity: .7;
}

@media (min-width:768px){

  .nc_swiper{
    max-width: 900px;
  }



}

@media (min-width:820px){

 .nc_common_btn_list{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width:992px){
  .nc_swiper{
    max-width: 1000px;
  }
}

.partner_recruit_inner {
  background: #FCFBF1;
  padding: 2rem .5rem;
  border-radius: 30px;
  border: 4px solid #73CFE6;
  max-width: 900px;
  margin: 0 auto 2rem;
}

.partner_recruit_inner p {
  text-align: center;
  line-height: 2;
  line-break: strict;
}

/* PC */
@media (min-width: 768px) {
  .partner_recruit_inner {
    padding: 3rem 1rem;
    border-radius: 50px;
  }
}

.no-break {
  white-space: nowrap;
}
.text_small{
  font-size: 0.9375rem;
}

@media (min-width:600px){
  .text_small{
    min-width: 500px;
    font-size: 1.35rem;
  }
}
@media (min-width:992px){
.nc_tel-link{
  pointer-events: none;
}
}
/* ==========================
   takibi
========================== */
.nc_takibi_aticle{
  color: #665E55;
}

.nc_takibi_heading {

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 1.5rem 1rem;

  background: linear-gradient(
  90deg,
  rgba(181, 193, 122, 0.7) 0%,
  rgba(255, 255, 255, 0.7) 35%,
  rgba(255, 255, 255, 0.7) 65%,
  rgba(227, 128, 70, 0.7) 100%
    );
}

.nc_takibi_heading img{
  width: 90%;
  max-width: 550px;
}

.nc_takibi_main_txt{
  text-align: center;
  line-height: 2;
  padding-top: 2.5rem;
  font-weight: 500;
  overflow-wrap: break-word;
}

@media (min-width:992px){
.nc_takibi_heading img{
  max-width: 650px;
}

.nc_takibi_main_txt{
  padding-top: 3.5rem;
}
}

.nc_mayor_interview{
  max-width: 90%;
  margin: 4.5rem auto 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.nc_mayor_interview_img img {
  display: block;
  width: 100%;
  height: auto;
}

.nc_mayor_interview_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.nc_mayor_interview_title{
font-size: 1.125rem;
font-weight: 500;
}

.nc_mayor_interviewer,.nc_mayor_interview_text{
  font-weight: 500;
}

.nc_mayor_interview_text{
  line-height: 2;
}

.nc_interview_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  max-width: 348px;
  min-width: 300px;
  height: 50px;
  padding: 0 24px;
  margin:2rem auto 0;
  border-radius: 9999px;

  background: #869B27;
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: -1;

  box-shadow: 0 5px 5px rgba(124, 129, 128, 0.2);
  transition: all 0.5s 0s ease;
}

.nc_interview_btn:hover{
  opacity: 7;
}

@media (min-width: 768px) {

  .nc_mayor_interview {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    max-width: 800px;
  }

  .nc_mayor_interview_img {
    flex: 1.25;
  }

  .nc_mayor_interview_content {
    flex: 1;
  }

}

@media (min-width: 1280px) {
.nc_mayor_interview_title{
  font-size: 1.25rem;
}

  .nc_mayor_interview {
    max-width: 1000px;
    margin-top: 6rem;
  }
}


.nc_takibi_swiper{
  width:100%;
  margin:0 auto;
  overflow:hidden;
}

.nc_takibi_list{
  align-items:stretch;
}

.nc_takibi_item{
    display:flex;
    flex-direction:column;
    height:auto;
}

.nc_takibi_item > img{
  display:block;
  width:100%;
  aspect-ratio:3 / 2;
  object-fit:cover;
}

.nc_takibi_body{
  flex:1;
  padding:16px;
}

.nc_takibi_title{
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 1rem;
}


.nc_takibi_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  max-width: 348px;
  min-width: 250px;
  height: 48px;
  padding: 0 24px;
  margin:0 auto;
  border-radius: 9999px;

  background: #869B27;
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: -1;

  box-shadow: 0 5px 5px rgba(124, 129, 128, 0.2);
  transition: all 0.5s 0s ease;
}


@media (min-width:768px){

  .nc_takibi_swiper{
    max-width: 900px;
  }

}

@media (min-width:992px){
  .nc_takibi_swiper{
    max-width: 1000px;
  }
}

    .nc_takibi_btn_wrap {
      text-align: center;
    }

    .nc_takibi_button {
      display: inline-flex;
      align-items: center;
      justify-content: center;

      min-width: 300px;
      height: 60px;
      padding: 0 24px;
      margin-top: 2rem;
      border-radius: 9999px;

      background: linear-gradient(135deg, #B5C17A,#c3ae6b,#E38046);
      color: #fff;
      text-decoration: none;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: -1;

      box-shadow: 0 5px 5px rgba(124, 129, 128, 0.2);
      transition: all 0.5s 0s ease;
    }

    .nc_takibi_button:hover {
      opacity: .8;
    }
    @media (min-width: 600px) {
    .nc_takibi_button{
      min-width: 400px;
      height: 60px;
      font-size: 1.5rem;
      margin-top: 4rem;
    }
    }
    @media (min-width: 992px) {
    .nc_takibi_button{
      min-width: 500px;

    }}


/* ==========================
  トップページ　よくある質問
========================== */

.nc_top_inquiry{
  background: #F3FCFE;
  padding-bottom: 5rem;
}

.nc_inquiry_container{
  width: 90%;
  max-width: 800px;
  margin: 0 auto ;
  padding-bottom: 3rem;
  background: #fff;
}

.nc_inquiry_heading{
  color: #fff;
  background: #0C6E87;
  text-align:center;
  padding: 1rem 0;
  font-size: clamp(1.1875rem, 1.5vw + 0.5rem, 2.25rem);
  font-weight: 600;
}

.nc_qa_item{
  width: 95%;
  max-width: 700px;
  margin: 3rem auto;
}
.nc_qa_question{
  color: #0C6E87;
  font-weight: 600;
  position: relative;
  padding: 0 0 1rem 2.5rem;
  font-size: clamp(1.0625rem, 0.9305rem + 0.5634vw, 1.4375rem);
}

.nc_qa_question::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: .75rem;
  font-weight: 700;
}



.nc_qa_answer {
  position: relative;
  padding-left: 2rem;
  font-size: clamp(0.8125rem, 0.7025rem + 0.4695vw, 1.125rem);
}

.nc_qa_answer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.75rem;
  width: 10px;
  background: #73CFE6;
}
.nc_mt{
  margin-top: 0;
}

  @media (min-width: 992px){
    /* .nc_top_inquiry{
      padding-bottom: 7rem;
    } */
    .nc_inquiry_container{
      max-width: 1000px;
      padding-bottom: 5rem;
    }

    .nc_qa_item{
      max-width: 800px;
    }

  }

  /* ==========================
  トップページ　よくある質問
========================== */

.nc_donation-purpose_txt{
  text-align: center;
  line-height: 2;
  margin-bottom: 2rem;
}

.nc_donation-purpose_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  width: 90%;
  max-width: 700px;
}

.nc_donation-purpose_item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nc_donation-purpose_item img {
  display: block;
  width: 100%;
  height: auto;
}

.nc_donation-purpose_item p {
  flex: 1;
  margin: 10px 0 0;
  font-size: clamp(0.8125rem, 0.6477rem + 0.7042vw, 1.125rem);
}

@media (min-width: 768px) {

  .nc_donation-purpose_txt{
    max-width: 1000px;
    margin: 0 auto 4rem;
  }

  .nc_donation-purpose_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
    max-width: 1000px;
  }
}

.nc_donation-purpose_lead{
  color: #0C6E87;
  text-align: center;
  font-size: clamp(1rem, 0.683rem + 1.354vw, 1.75rem);
  font-weight: 500;
  margin-bottom: 2rem;
}

.nc_donation-portalsite_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0 auto 2rem;
  list-style: none;
  width: 90%;
  max-width: 889px;
}

.nc_donation-portalsite_item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 7px rgba(115, 207, 230, 1);
}

.nc_donation-portalsite_bnr {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 5rem;
}

.nc_donation-portalsite_bnr img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .nc_donation-portalsite_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (min-width: 992px) {

  .nc_donation-portalsite_list{
    margin-bottom: 4rem;
  }
  .nc_donation-purpose_lead{
    margin-bottom: 3rem;
  }
  .nc_donation-portalsite_bnr{
    margin-bottom: 12rem;
  }
}

/* ==========================
  shop.html　加盟店一覧ページ
========================== */

.nc_main-title_wrapper {
  width: 100%;
}

.nc_shop_main-title {
  width: 100%;
  height: 154px;

  margin: 0;

  background-image: url("/front/town/niseko/nise-coin/img/bg_header_sp01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;

    color: #fff;
    text-align:center;
    font-size: clamp(1.5625rem, 1.0572rem + 2.155vw, 3rem);
    font-weight: 700;
}
@media (min-width: 768px) {
  .nc_shop_main-title {
    height: 290px;
    background-image: url("/front/town/niseko/nise-coin/img/bg_header_pc01.png");
    background-size: cover;
    background-position: center top;
  }
}

.nc_shop_heading{
  color: #fff;
  background: #0C6E87;
  text-align:center;
  padding: 1rem 0;
  font-size: clamp(1.1875rem, 1.5vw + 0.5rem, 2.25rem);
  font-weight: 600;
  margin-bottom: 3rem;
}

.nc_shop_container{
  width: 90%;
  max-width: 800px;
  margin: 0 auto ;
  padding-bottom: 3rem;
}

.un_shop_list--grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.nc_section_shop-recruit{
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .un_shop_list--grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (min-width: 992px) {
    .nc_shop_container{
      max-width: 1000px;
      padding-bottom: 8rem;
    }

    .nc_section_shop-recruit{
      margin-bottom: 12rem;
    }
}

/* 登録店がない時の表示 */

.nc_shop_empty {
  padding: 3.75rem 1.25rem;
  text-align: center;
}

.nc_shop_empty p {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.08em;
}

/* PC */
@media screen and (min-width: 48rem) {
  .nc_shop_empty {
    padding: 5rem 1.25rem;
  }
}


/* ================================
  inquiry.html　よくある質問ページ
================================ */

.nc_inquiry_btn_wrap .nc_btn_list{
    font-size: 0.75rem;
}

.nc_inquiry_main-title {
  width: 100%;
  height: 154px;

  margin: 0;

  background-image: url("/front/town/niseko/nise-coin/img/bg_header_sp02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;

    color: #fff;
    text-align:center;
    font-size: clamp(1.5625rem, 1.0572rem + 2.155vw, 3rem);
    font-weight: 700;
}
@media (min-width: 768px) {
  .nc_inquiry_main-title {
    height: 290px;
    background-image: url("/front/town/niseko/nise-coin/img/bg_header_pc02.png");
    background-size: cover;
    background-position: center top;
  }
}

@media (min-width: 768px) {
.nc_inquiry_btn_wrap .nc_btn_list{
    font-size: 1rem;
    min-height: 68px;
}

}

@media (min-width: 992px) {
.nc_inquiry_btn_wrap .nc_btn_list{
    font-size: 1.25rem;
    line-height: 1.25;
    min-height: 80px;
}
}

.nc_qa_table{
  padding: 1rem 0 0;
}

.nc_table01{
  display: inline-block;
  margin-bottom: 1.5rem;

}

.nc_qa_table .nc_table01 th,
.nc_qa_table .nc_table01 td{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
  font-size: clamp(0.8125rem, 0.7025rem + 0.4695vw, 1.125rem);

}

.nc_table01 th{
  width: 40%;
  font-weight: 400;
}

th.nc_th01{
  background: #e7e7e7;
  font-weight: 600;
  text-align: center;
}

.nc_contact_section_wrapper{
  padding-top: 3rem;
}

.nc_contact_section_inner{
  background: #FCFBF1;
  padding: 3rem 1rem;
  border-radius: 50px;
  border: #73CFE6 4px solid;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 5rem;
}

.nc_contact_section_heading{
  color: #0C6E87;
  font-size: clamp(1.0625rem, 0.8rem + 1vw, 1.4375rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}


.nc_contact_section_heading::before,
.nc_contact_section_heading::after {
  font-size: 2.25rem;
  line-height: 1;
}

.nc_contact_section_heading::before {
  content: "【 ";
}

.nc_contact_section_heading::after {
  content: "】";
}

.nc_contact_section_heading span {
  line-height: 1.2;
}

.nc_contact_section_txt{
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  font-size: clamp(0.9375rem, 1vw + 0.7rem, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.05em;

}

.nc_sp_br_500{
  display: block;
}
@media (min-width: 450px)
{.nc_sp_br_450{
  display: none;
}}

@media (min-width: 992px) {
.nc_contact_section_inner{
  margin-bottom: 10rem;
}
}


