@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
.scrollable-element {
  overflow-y: scroll; /* または auto */
  -webkit-overflow-scrolling: touch; /* iOS固有の慣性スクロールを有効にする */
}

html {
  font-size: 60%;
  color: #222222;
}

.spdisp {
  display: none;
}
@media screen and (max-width: 700px) {
  .spdisp {
    display: block !important;
  }
}

@media screen and (max-width: 700px) {
  .pcdisp {
    display: none !important;
  }
}

#feature {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #F0E2CE;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
#feature a {
  color: #555555;
  transition: all 0.3s;
}
#feature h2, #feature h3, #feature h4 {
  font-weight: 400;
  margin: auto;
}
#feature img {
  width: 100%;
  display: block;
}
#feature .kv {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1060px) {
  #feature .kv {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 700px) {
  #feature .kv {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 500px) {
  #feature .kv {
    margin-bottom: 360px;
  }
}
#feature .lead {
  background-image: url("../img/lead.webp");
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  color: #4B1500;
  position: absolute;
  bottom: -70px;
  margin: auto;
  left: 0;
  right: 0;
  background-size: contain;
  padding: 40px 25px;
  font-size: 1.8rem;
  max-width: 900px;
  box-sizing: border-box;
  line-height: 180%;
}
@media screen and (max-width: 1060px) {
  #feature .lead {
    font-size: 1.6rem;
    padding: 30px 10px;
    bottom: -100px;
  }
}
@media screen and (max-width: 700px) {
  #feature .lead {
    padding: 40px 30px;
    text-align: left;
    min-width: 380px;
    bottom: -160px;
  }
}
@media screen and (max-width: 500px) {
  #feature .lead {
    padding: 40px 35px;
    background-image: url("../img/sp/lead_sp.webp");
    max-width: 380px;
    bottom: -360px;
    font-size: 15px;
    line-height: 180%;
  }
}
#feature .content {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  #feature .content {
    max-width: none;
    width: 95%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  #feature .content {
    width: 100%;
  }
}
#feature .content .ttl {
  display: inline-block;
  padding-top: 30px;
  margin-bottom: 30px;
}
#feature .content .ttl.about {
  max-width: 466px;
}
@media screen and (max-width: 700px) {
  #feature .content .ttl.about {
    width: 340px;
  }
}
#feature .content_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1060px) {
  #feature .content_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  #feature .content_list {
    grid-template-columns: auto;
  }
}
#feature .content_list > * {
  min-width: 0;
  min-height: 0;
}
#feature .content_list_box {
  background: #fff;
  padding: 20px;
  text-align: left;
  font-size: 1.4rem;
  min-width: 0;
  min-height: 0;
  flex-shrink: 0;
  display: grid;
}
@media screen and (max-width: 700px) {
  #feature .content_list_box {
    font-size: 15px;
  }
}
#feature .content_list_box .swiper {
  aspect-ratio: 3/2;
  width: 100%;
  min-width: 0;
  min-height: 0;
  flex-shrink: 0;
}
#feature .content_list_box .swiper > * {
  min-width: 0;
  min-height: 0;
}
#feature .content_list_box .swiper_prefectures {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  color: #fff;
  background-color: #313C2A;
  font-size: 1.2rem;
  line-height: 22px;
  padding: 0 12px;
}
#feature .content_list_box .swiper .swiper-slide {
  height: auto;
}
#feature .content_list_box .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#feature .content_list_box .swiper .swiper-slide-item {
  height: 100%;
}
#feature .content_list_box .swiper-pagination-bullet {
  background-color: #fff;
}
#feature .content_list_box .swiper-pagination-bullet-active {
  background-color: #FFD772;
}
#feature .content_list_box_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 1.7rem;
  margin-top: 12px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #feature .content_list_box_ttl {
    font-size: 17px;
  }
}
#feature .content_list_box_present {
  background-image: url("../img/ribbon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: grid;
  grid-template-columns: 10px auto;
  align-items: center;
  gap: 6px;
  padding: 0px 20px 2px;
  line-height: 22px;
  max-height: 22px;
  margin: 12px 0 8px;
}
#feature .content_list_box_present::before {
  display: block;
  content: "";
  width: 9px;
  height: 100%;
  background-image: url("../img/present.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#feature .content_list_box_list {
  color: #8C2903;
  margin-bottom: 12px;
  font-weight: 400;
}
#feature .content_list_box_list li {
  display: grid;
  grid-template-columns: 1em auto;
}
#feature .content_list_box_list li:before {
  display: block;
  content: "・";
  width: 1em;
  height: 1em;
}
#feature .content_list_box_price {
  font-weight: 300;
}
#feature .content_list_box_more {
  margin: 12px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  align-items: stretch;
}
@media screen and (max-width: 700px) {
  #feature .content_list_box_more {
    align-items: center;
  }
}
#feature .content_list_box_more.two {
  grid-template-columns: repeat(2, 1fr);
}
#feature .content_list_box_more.single {
  grid-template-columns: auto;
}
#feature .content_list_box_more_btn {
  color: #fff;
  display: block;
  text-align: center;
  padding: 18px 0 14px;
  line-height: 180%;
  font-size: 1.4rem;
  font-weight: 400;
  height: -webkit-fill-available;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  #feature .content_list_box_more_btn {
    height: inherit;
  }
}
#feature .content_list_box_more_btn:hover:after {
  transform: translateX(10px);
}
#feature .content_list_box_more_btn:after {
  content: "";
  width: 40px;
  height: 6px;
  background-image: url("../img/arrow.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 12px auto 0;
  transition: all 0.3s;
}
#feature .content_list_box_more_btn.web {
  background-color: #8C2903;
}
#feature .content_list_box_more_btn.web.sml {
  font-size: 1.1rem;
}
#feature .content_list_box_more_btn.line {
  background-color: #5B9307;
}
#feature .content_list_box_more_btn.app {
  background-color: #A57A0B;
}
#feature .content .all-annotation {
  color: #fff;
  font-size: 1.3rem;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
  max-width: 750px;
  margin: 25px auto 0;
  width: fit-content;
  opacity: 0.8;
}
@media screen and (max-width: 700px) {
  #feature .content .all-annotation {
    font-size: 12px;
  }
}
#feature .about {
  max-width: 735px;
  display: grid;
  margin: auto;
  grid-template-columns: 100px auto;
  gap: 16px 22px;
  justify-content: start;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 700px) {
  #feature .about {
    column-gap: 12px;
    align-items: baseline;
  }
}
#feature .about_ttl {
  background: #8C2903;
  color: #FFF087;
  font-size: 1.7rem;
  line-height: 2em;
}
@media screen and (max-width: 700px) {
  #feature .about_ttl {
    font-size: 14px;
  }
}
#feature .about_txt {
  font-size: 1.9rem;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #feature .about_txt {
    font-size: 16px;
  }
}
#feature .about_txt .sml {
  font-size: 1.4rem;
}
@media screen and (max-width: 700px) {
  #feature .about_txt .sml {
    font-size: 12px;
    margin-top: 5px;
    display: block;
  }
}
#feature .more {
  margin: 80px auto 0;
  border: 1px solid #B79131;
  max-width: 800px;
  padding: 0 90px 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 60px;
  row-gap: 40px;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 700px) {
  #feature .more {
    margin: 60px auto 0;
    padding: 0 20px;
    display: block;
  }
}
#feature .more.single {
  grid-template-columns: auto;
  justify-content: center;
}
#feature .more.single .more_ttl,
#feature .more.single .more_btn {
  grid-column-start: auto;
  grid-column-end: auto;
}
#feature .more.single .more_qr {
  justify-self: center;
}
#feature .more_ttl {
  display: grid;
  grid-template-columns: 100px auto;
  justify-content: center;
  align-items: center;
  background-color: #F0E2CE;
  width: fit-content;
  margin: -40px auto 0;
  padding: 0 20px;
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 700px) {
  #feature .more_ttl {
    grid-template-columns: auto;
    background: none;
    padding: 0;
    row-gap: 12px;
    margin-bottom: 20px;
  }
  #feature .more_ttl img {
    width: max(90px, 30%);
    margin: 0 auto;
    background-color: #F0E2CE;
    padding: 0 20px;
  }
}
#feature .more_ttl_txt {
  text-align: left;
  font-size: 1.9rem;
  line-height: 190%;
}
#feature .more_ttl_txt .sml {
  font-size: 1.8rem;
  line-height: 180%;
}
@media screen and (max-width: 700px) {
  #feature .more_ttl_txt {
    font-size: 16px;
  }
}
#feature .more_ttl_txt .color {
  color: #B73300;
}
#feature .more_qr {
  max-width: 285px;
}
@media screen and (max-width: 700px) {
  #feature .more_qr {
    max-width: none;
    display: grid;
    margin-bottom: 40px;
  }
}
#feature .more_qr.single {
  display: grid;
  max-width: none;
  column-gap: 55px;
}
@media screen and (max-width: 700px) {
  #feature .more_qr.single {
    display: block;
  }
}
#feature .more_qr.single .more_qr_ttl {
  grid-column-end: 3;
  grid-column-start: 1;
  margin-bottom: 30px;
}
#feature .more_qr.single img {
  grid-row-start: 2;
  grid-row-end: 4;
}
#feature .more_qr_ttl {
  display: grid !important;
  grid-template-columns: 30px auto 30px;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  #feature .more_qr_ttl {
    grid-template-columns: 25px auto 25px;
    column-gap: 10px;
    font-size: 15px;
  }
}
#feature .more_qr_ttl:before, #feature .more_qr_ttl:after {
  content: "";
  background-image: url("../img/ttl_flower.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}
@media screen and (max-width: 700px) {
  #feature .more_qr_ttl:before, #feature .more_qr_ttl:after {
    width: 25px;
    height: 25px;
  }
}
#feature .more_qr img {
  max-width: 110px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  #feature .more_qr img {
    max-width: none;
    width: 100%;
  }
}
#feature .more_qr_txt {
  font-size: 1.4rem;
  margin: 15px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
#feature .more_qr_app {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 700px) {
  #feature .more_qr_app {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#feature .more_btn {
  margin: auto;
  background-image: url("../img/btn.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 1.8rem;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 3;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  min-width: 256px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}
@media screen and (max-width: 700px) {
  #feature .more_btn {
    background-color: #8C2903;
    width: calc(100% + 40px);
    display: block;
    margin: 0 -20px;
    padding: 25px 50px;
    font-size: 17px;
    background-size: auto;
  }
}
#feature .more_btn i {
  color: #222222;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 700px) {
  #feature .more_btn i {
    right: calc(50% - 100px);
  }
}
#feature .more_btn:hover i {
  transform: translateY(5px);
}
#feature .hotel {
  background-color: #B79131;
  position: relative;
  margin-top: 140px;
  padding-bottom: 120px;
}
@media screen and (max-width: 700px) {
  #feature .hotel {
    margin-top: 100px;
    padding-bottom: 80px;
  }
}
#feature .hotel_ttl {
  max-width: 358px;
}
#feature .hotel::before {
  content: "";
  width: 100vw;
  height: 130px;
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
}
@media screen and (max-width: 700px) {
  #feature .hotel::before {
    height: 80px;
    background-image: url("../img/sp/bg_sp.webp");
    top: -80px;
  }
}
#feature .hotel:after {
  content: "";
  width: 100vw;
  height: 360px;
  background-image: url("../img/kira.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
}
@media screen and (max-width: 700px) {
  #feature .hotel:after {
    height: 80px;
    background-image: url("../img/sp/kira_sp_right.webp");
    top: 0;
  }
}
#feature .newyear {
  background-color: #8C2903;
  position: relative;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 100px;
}
@media screen and (max-width: 700px) {
  #feature .newyear {
    padding-top: 30px;
  }
}
#feature .newyear::before {
  content: "";
  width: 100vw;
  height: 120px;
  background-image: url("../img/bg_2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
  background-position: bottom;
}
@media screen and (max-width: 700px) {
  #feature .newyear::before {
    height: 66px;
    background-image: url("../img/sp/bg_2_sp.webp");
    top: -66px;
  }
}
#feature .newyear:after {
  content: "";
  width: 100vw;
  height: 360px;
  background-image: url("../img/kira.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
}
@media screen and (max-width: 700px) {
  #feature .newyear:after {
    height: 160px;
    background-image: url("../img/sp/kira_sp_left.webp");
    top: -160px;
  }
}
#feature .newyear_txt {
  font-size: 1.8rem;
  line-height: 180%;
}
#feature .newyear_txt.large {
  font-size: 1.9rem;
}
@media screen and (max-width: 700px) {
  #feature .newyear_txt {
    font-size: 16px;
  }
}
#feature .newyear_ttl {
  max-width: 518px;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 700px) {
  #feature .newyear_ttl {
    max-width: 262px;
  }
}
#feature .newyear_howto {
  display: grid;
  grid-template-columns: repeat(4, minmax(max-content, 190px));
  gap: 90px;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  #feature .newyear_howto {
    gap: 40px;
    grid-template-columns: repeat(4, auto);
  }
}
@media screen and (max-width: 700px) {
  #feature .newyear_howto {
    gap: 30px;
    overflow: scroll;
    grid-template-columns: repeat(4, auto);
    width: calc(100% + 10px);
  }
}
#feature .newyear_howtottl {
  font-size: 2.2rem;
  margin: 30px auto;
}
@media screen and (max-width: 700px) {
  #feature .newyear_howtottl {
    margin-top: 20px;
  }
}
#feature .newyear_howto_box {
  position: relative;
}
#feature .newyear_howto_box_step {
  display: inline-block;
  text-align: center;
  border-top: 1px solid #F1E483;
  border-bottom: 1px solid #F1E483;
  font-size: 2.3rem;
  font-weight: 400;
  padding: 0px 10px 5px;
  line-height: 32px;
  box-sizing: border-box;
  position: relative;
}
#feature .newyear_howto_box_step .num {
  font-size: 2.4rem;
}
#feature .newyear_howto_box_step:before, #feature .newyear_howto_box_step:after {
  content: "";
  width: 12px;
  height: 32px;
  background-image: url("../img/step.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
#feature .newyear_howto_box_step:before {
  left: -14px;
}
#feature .newyear_howto_box_step:after {
  right: -14px;
  transform: rotate(180deg);
}
#feature .newyear_howto_box_img {
  position: relative;
  margin: 30px auto;
  max-width: 130px;
}
@media screen and (max-width: 700px) {
  #feature .newyear_howto_box_img {
    width: 130px;
    padding: 0 2.5em;
    margin: 20px auto;
  }
}
#feature .newyear_howto_box .step1 {
  position: relative;
}
#feature .newyear_howto_box .step1:after {
  content: "";
  width: 66px;
  height: 66px;
  display: block;
  position: absolute;
  background-image: url("../img/step_01_after.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  right: 0;
}
@media screen and (max-width: 700px) {
  #feature .newyear_howto_box .step1:after {
    right: -15px;
  }
}
#feature .newyear_howto_box_txt {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 700px) {
  #feature .newyear_howto_box_txt {
    font-size: 15px;
  }
}
#feature .newyear_howto_box:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-image: url("../img/arrow_dot.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -45px;
}
@media screen and (max-width: 1060px) {
  #feature .newyear_howto_box:after {
    right: -22px;
  }
}
@media screen and (max-width: 700px) {
  #feature .newyear_howto_box:after {
    right: -25px;
  }
}
#feature .newyear_howto_box:nth-child(4):after {
  display: none;
}
#feature .newyear_qr {
  border: 1px solid #FFF4D8;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  margin: 85px auto 0;
  max-width: 800px;
  padding: 0 90px 40px;
  box-sizing: border-box;
  column-gap: 60px;
}
@media screen and (max-width: 700px) {
  #feature .newyear_qr {
    margin: 60px auto 0;
    padding: 0 20px 30px;
    grid-template-columns: auto;
  }
}
#feature .newyear_qr.single {
  grid-template-columns: auto;
}
#feature .newyear_qr.single .more_qr:before {
  content: "";
  background: #8C2903;
  width: 60px;
  height: 10px;
  left: 20px;
  top: 35px;
  position: absolute;
}
@media screen and (max-width: 700px) {
  #feature .newyear_qr.single .more_qr:before {
    display: none;
  }
}
#feature .newyear_qr.single .more_qr:after {
  right: 20px;
}
#feature .newyear_qr .more_qr {
  margin-top: -40px;
  position: relative;
}
#feature .newyear_qr .more_qr:after {
  content: "";
  background: #8C2903;
  width: 60px;
  height: 10px;
  right: -60px;
  top: 35px;
  position: absolute;
}
@media screen and (max-width: 700px) {
  #feature .newyear_qr .more_qr:after {
    display: none;
  }
}
#feature .newyear_qr .more_qr.line:after {
  display: none;
}
@media screen and (max-width: 700px) {
  #feature .newyear_qr .more_qr.line {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  #feature .newyear_qr .more_qr.line .more_qr_ttl {
    padding-top: 40px;
  }
}
#feature .newyear_qr .more_qr_ttl {
  background: #8C2903;
}
@media screen and (max-width: 700px) {
  #feature .newyear_qr .more_qr_ttl {
    padding: 20px 1em 0;
  }
}
#feature .newyear_qr .more_qr_ttl:before, #feature .newyear_qr .more_qr_ttl:after {
  background-image: url("../img/flower_2.webp");
}
#feature .newyear_about {
  text-align: center;
  font-size: 1.5rem;
  padding: 30px 20px;
  font-size: 1.3rem;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
  max-width: 750px;
  margin: 25px auto 0;
  width: fit-content;
}
#feature .newyear_about_ttl {
  margin-bottom: 1em;
  text-align: center;
}
#feature .newyear_about_txt {
  text-align: left;
  font-size: 1.7rem;
}
#feature .newyear_about_txt.etc {
  margin-top: 1em;
}
#feature .footer {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 700px) {
  #feature .footer {
    padding-bottom: 0;
  }
}
#feature .footer::before {
  content: "";
  width: 100vw;
  height: 130px;
  background-image: url("../img/bg_3.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  background-position: bottom;
}
@media screen and (max-width: 700px) {
  #feature .footer::before {
    height: 68px;
    background-image: url("../img/sp/bg_3_sp.webp");
    top: -80px;
  }
}
#feature .footer:after {
  content: "";
  width: 100vw;
  height: 360px;
  background-image: url("../img/kira.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
}
@media screen and (max-width: 700px) {
  #feature .footer:after {
    height: 80px;
    background-image: url("../img/sp/kira_sp_right.webp");
    top: -80px;
  }
}
#feature .footer_txt {
  max-width: 1060px;
  margin: 30px auto 1.5em;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 190%;
  letter-spacing: 0.02em;
  font-weight: 300;
}
#feature .footer_txt .name {
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  #feature .footer_txt {
    font-size: 13px;
    padding: 0 15px;
  }
}
#feature .footer_box {
  color: #fff;
  font-size: 1.4rem;
  background: #826E59;
  text-align: left;
  padding: 30px 40px;
  line-height: 190%;
  margin: 75px auto 0;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  #feature .footer_box {
    font-size: 14px;
    padding: 40px 15px;
  }
}
#feature .footer_box_list {
  font-size: 1.3rem;
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  #feature .footer_box_list {
    font-size: 12px;
  }
}/*# sourceMappingURL=feature.css.map */