@charset "UTF-8";
section {
  display: block;
  width: 100%;
  position: relative;
}

section.stuck + section:not(.stuck) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.main {
  opacity: 0;
}
.main.on {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main {
  background: #10325c;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 730px;
}
@media (max-width: 450px) {
  .main {
    min-height: auto;
    max-height: 730px;
  }
}
.main #img1, .main #img2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 100%;
}
.main #img3, .main #img4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.main #img5, .main #img6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#omoi,
#hotel {
  scroll-margin-top: 140px;
}

.sec01 {
  margin-top: 200px;
}
@media (max-width: 450px) {
  .sec01 {
    margin-top: 0;
  }
}
.sec01.sec_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sec01 .top_gata {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.sec01 .top_gata img {
  width: 100%;
  min-width: 1920px;
  height: 25px;
  margin: 0 auto;
  display: block;
}
.sec01 .back_white {
  background: #edeeee;
  overflow: hidden;
  padding-bottom: 27vh;
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner {
    padding: 100px 0 0 0;
  }
}
.sec01 .back_white .inner .wrap_column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .sec01 .back_white .inner .wrap_column2 li {
    width: 100%;
  }
}
.sec01 .back_white .inner .wrap_column2.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -50px;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec01 .back_white .inner .wrap_column2.rvs li {
  width: 50%;
}
.sec01 .back_white .inner .wrap_column2.rvs li p {
  padding-left: 30px;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2.rvs li {
    width: 100%;
  }
  .sec01 .back_white .inner .wrap_column2.rvs li p {
    padding: 0 30px;
  }
}
.sec01 .back_white .inner .wrap_column2.first li p {
  padding-top: 100px;
}
@media screen and (max-width: 450px) {
  .sec01 .back_white .inner .wrap_column2.first li p {
    padding-top: 70px;
  }
}
.sec01 .back_white .inner .wrap_column2.second {
  margin-top: -100px;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .sec01 .back_white .inner .wrap_column2.second {
    margin-top: -30px;
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2.second {
    margin-top: 0;
  }
  .sec01 .back_white .inner .wrap_column2.second .img02 {
    display: none;
  }
}
.sec01 .back_white .inner .wrap_column2.second li.leef02 {
  position: relative;
}
.sec01 .back_white .inner .wrap_column2.second li.leef02::before {
  content: "";
  background: url(../images/happa_3.png) no-repeat center center;
  width: 118px;
  height: 110px;
  position: absolute;
  top: -20px;
  left: 300px;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2.second li.leef02::before {
    top: -110px;
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2.second li.leef02::before {
    content: "";
    background: url(../images/happa_3.png) no-repeat center center;
    width: 88px;
    height: 110px;
    position: absolute;
    top: -60px;
    left: -20px;
    background-size: contain;
  }
}
@media screen and (max-width: 900px) and (min-width: 901px) and (max-width: 1200px) {
  .sec01 .back_white .inner .wrap_column2.second li.leef02::before {
    top: -90px;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2.second li.leef02::before {
    top: -110px;
    left: 0;
  }
}
.sec01 .back_white .inner .wrap_column2.third {
  margin-top: -90px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2.third {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec01 .back_white .inner .wrap_column2.third li.leef03 {
  position: relative;
}
.sec01 .back_white .inner .wrap_column2.third li.leef03::before {
  content: "";
  background: url(../images/happa_4.png) no-repeat center center;
  width: 125px;
  height: 100px;
  position: absolute;
  bottom: -90px;
  left: 200px;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2.third li.leef03 {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2.third li.leef05 {
    position: relative;
  }
  .sec01 .back_white .inner .wrap_column2.third li.leef05::before {
    content: "";
    background: url(../images/happa_4.png) no-repeat center center;
    width: 95px;
    height: 100px;
    position: absolute;
    top: -140px;
    right: 0;
    background-size: contain;
  }
}
.sec01 .back_white .inner .wrap_column2 li.leef01 {
  position: relative;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2 li.leef01 {
    padding: 20px 0;
  }
}
.sec01 .back_white .inner .wrap_column2 li.leef01::before {
  content: "";
  background: url(../images/happa_1.png) no-repeat center center;
  width: 126px;
  height: 177px;
  position: absolute;
  top: -50px;
  left: clamp(-80px, -80px + (100vw - 1000px) * 0.0869565217, 0px);
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2 li.leef01::before {
    content: none;
  }
}
.sec01 .back_white .inner .wrap_column2 li.leef01::after {
  content: "";
  background: url(../images/happa_2.png) no-repeat center center;
  width: 80px;
  height: 233px;
  position: absolute;
  top: -40px;
  left: 110px;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2 li.leef01::after {
    content: none;
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2 li.leef04 {
    position: relative;
  }
  .sec01 .back_white .inner .wrap_column2 li.leef04::before {
    content: "";
    background: url(../images/happa_1.png) no-repeat center center;
    width: 96px;
    height: 67px;
    position: absolute;
    top: -13px;
    left: calc(50% - 70px);
    background-size: contain;
  }
  .sec01 .back_white .inner .wrap_column2 li.leef04::after {
    content: "";
    background: url(../images/happa_2.png) no-repeat center center;
    width: 60px;
    height: 83px;
    position: absolute;
    top: 220px;
    right: 0;
    background-size: contain;
  }
}
.sec01 .back_white .inner .wrap_column2 li p {
  margin-bottom: 1em;
  white-space: nowrap;
  letter-spacing: 0.2em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2 li p {
    white-space: normal;
    letter-spacing: 0.1em;
    padding: 60px 30px 0;
    font-size: clamp(14px, 11.6px + 0.6vw, 17px);
  }
}
.sec01 .back_white .inner .wrap_column2 li img.img01 {
  width: 120%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2 li img.img01 {
    width: 113%;
    height: auto;
    padding-left: 90px;
    margin: -100px 0 -40px;
  }
}
.sec01 .back_white .inner .wrap_column2 li img.img02 {
  width: 120%;
  height: auto;
  margin-left: -90px;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2 li img.img02 {
    margin-left: -30px;
  }
}
.sec01 .back_white .inner .wrap_column2 li img.img03 {
  width: 160%;
  height: auto;
  margin-left: -325px;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2 li img.img03 {
    margin-left: -95px;
  }
}
.sec01 .back_white .inner .wrap_column2 li img.img04 {
  width: 150%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .inner .wrap_column2 li img.img04 {
    width: 90%;
    margin-left: -65px;
    margin-top: -40px;
    position: absolute;
    right: -50%;
  }
}
.sec01 .back_white .hotel {
  position: relative;
  padding-left: 175px;
  width: 1375px;
  margin-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .sec01 .back_white .hotel {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .hotel {
    width: 75%;
    margin-bottom: 100px;
    display: block;
    padding-left: 0;
    margin-left: 25%;
  }
}
.sec01 .back_white .hotel .flame {
  overflow: hidden;
  aspect-ratio: 1/1.1146;
}
.sec01 .back_white .hotel .flame img {
  width: auto;
  height: 100%;
}
.sec01 .back_white .hotel .hotel_info {
  background: url(../images/hotel_info_bg.svg) no-repeat center center;
  background-size: 100% 100%;
  color: #edeeee;
  padding: 20px 25px 20px 35px;
  width: 300px;
  height: 471px;
  position: absolute;
  height: calc(100% + 40px);
  left: calc(50% + 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .sec01 .back_white .hotel .hotel_info {
    width: 300px;
    left: calc(50% + 170px);
    padding: 20px 15px 20px 25px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .hotel .hotel_info {
    width: 100%;
    padding: 40px;
    position: relative;
    left: auto;
    background: url(../images/hotel_info_bg_sp_hanten.svg) no-repeat center center;
    background-size: 100% 100%;
  }
}
.sec01 .back_white .hotel .hotel_info .hotel_name {
  font-size: clamp(16px, 1.333vw + 0.667px, 18px);
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .sec01 .back_white .hotel .hotel_info .hotel_name {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .hotel .hotel_info .hotel_name {
    font-size: 19px;
  }
}
.sec01 .back_white .hotel .hotel_info .hotel_desc {
  margin-top: 20px;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(12px, 0.1667vw + 10.5px, 14px);
  letter-spacing: 0.15em;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .sec01 .back_white .hotel .hotel_info .hotel_desc {
    width: 90%;
    margin: 10px auto 0;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .hotel .hotel_info .hotel_desc {
    margin: 20px 0;
  }
}
.sec01 .back_white .hotel .hotel_info .hotel_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .sec01 .back_white .hotel .hotel_info .hotel_link {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .hotel .hotel_info .hotel_link {
    margin-bottom: 30px;
  }
}
.sec01 .back_white .hotel .hotel_info .hotel_link li {
  width: 50%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 14px;
}
.sec01 .back_white .hotel.toya::before {
  content: "";
  background: url(../images/area_toya.svg) no-repeat center center;
  width: 300px;
  height: calc(100% + 140px);
  position: absolute;
  top: -38px;
  left: 65px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .hotel.toya::before {
    background: url(../images/area_toya_sp.svg) no-repeat center center;
    width: 170px;
    height: 330px;
    top: -40px;
    left: -80px;
  }
}
.sec01 .back_white .hotel.nobo {
  padding-left: 0;
  padding-right: 175px;
}
.sec01 .back_white .hotel.nobo img {
  margin-left: -215px;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .sec01 .back_white .hotel.nobo img {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .hotel.nobo img {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .hotel.nobo {
    padding-right: 0;
    margin-right: 25%;
    margin-left: 0;
  }
}
.sec01 .back_white .hotel.nobo::before {
  content: "";
  background: url(../images/area_nobo.svg) no-repeat center center;
  width: 300px;
  height: calc(100% + 140px);
  position: absolute;
  top: -38px;
  right: 212px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .sec01 .back_white .hotel.nobo::before {
    right: 5px;
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .hotel.nobo::before {
    background: url(../images/area_nobo_sp.svg) no-repeat center center;
    width: 120px;
    height: 302px;
    top: -33px;
    right: -66px;
  }
}
.sec01 .back_white .hotel.nobo .hotel_info {
  right: auto;
  left: -30px;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .sec01 .back_white .hotel.nobo .hotel_info {
    right: auto;
    left: calc(50% - 480px);
  }
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .hotel.nobo .hotel_info {
    left: 0;
    background: url(../images/hotel_info_bg_sp.svg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
  }
}
.sec01 .back_white .hotel.milli {
  margin-bottom: 200px;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .hotel.milli {
    margin-bottom: 100px;
  }
}
.sec01 .back_white .hotel.milli::before {
  content: "";
  background: url(../images/area_milli.svg) no-repeat center center;
  width: 300px;
  height: calc(100% + 140px);
  position: absolute;
  top: -38px;
  left: 65px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .sec01 .back_white .hotel.milli::before {
    background: url(../images/area_milli_sp.svg) no-repeat center center;
    width: 170px;
    height: 350px;
    top: -36px;
    left: -82px;
  }
}
.sec01.fadein2::before {
  content: "";
  position: absolute;
  top: -256px;
  left: -120px;
  width: 53%;
  height: 512px;
  background: url(../images/fv_kumo.png) no-repeat center center;
  background-size: contain;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 2s ease;
  transition: opacity 0.6s ease, -webkit-transform 2s ease;
  transition: opacity 0.6s ease, transform 2s ease;
  transition: opacity 0.6s ease, transform 2s ease, -webkit-transform 2s ease;
}
@media screen and (max-width: 900px) {
  .sec01.fadein2::before {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .sec01.fadein2::before {
    width: 130%;
    top: -256px;
    left: -180px;
  }
}
.sec01.fadein2.scrollin2::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hotel_link li a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}

/* lineとheadをまとめて絶対配置 */
.arrow-wrap {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* lineはデフォルトで表示 */
.arrow-line {
  display: block;
  overflow: hidden;
  width: 60px;
}

/* headもデフォルトで表示 */
.arrow-head {
  display: block;
}

/* hover時：0に縮んでから元に戻る */
.hotel_link a:hover .arrow-line {
  -webkit-animation: line-blink 1.2s ease forwards;
          animation: line-blink 1.2s ease forwards;
}

.hotel_link a:hover .arrow-head {
  -webkit-animation: head-blink 1.2s ease forwards;
          animation: head-blink 1.2s ease forwards;
}

@-webkit-keyframes line-blink {
  0% {
    width: 60px;
  }
  20% {
    width: 0px;
  }
  100% {
    width: 60px;
  }
}

@keyframes line-blink {
  0% {
    width: 60px;
  }
  20% {
    width: 0px;
  }
  100% {
    width: 60px;
  }
}
@-webkit-keyframes head-blink {
  0% {
    left: 60px;
  }
  20% {
    left: 0px;
  }
  100% {
    left: 60px;
  }
}
@keyframes head-blink {
  0% {
    left: 60px;
  }
  20% {
    left: 0px;
  }
  100% {
    left: 60px;
  }
}
.arrow-line svg {
  display: block;
  width: 100%;
  height: auto; /* 高さ固定 */
  fill: #edeeee;
}

.arrow-head svg {
  display: block;
  width: 18px; /* サイズはお好みで調整 */
  height: auto;
  fill: #edeeee;
}

.news {
  background: #edeeee;
  position: relative;
}
.news::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 62px;
  background: url(../images/news_top.svg) no-repeat center center;
  background-size: cover;
}
.news .inner {
  padding: 50px 0;
}
@media screen and (max-width: 900px) {
  .news .inner {
    padding: 50px 10px;
  }
}
.news .inner .wrap_column2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #10325c;
  gap: 65px;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .news .inner .wrap_column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 900px) {
  .news .inner .wrap_column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.news .inner .wrap_column2 img {
  width: 192px;
  margin-top: 7px;
}
@media screen and (max-width: 900px) {
  .news .inner .wrap_column2 img {
    margin: 0 auto;
  }
}
.news .inner .wrap_column2 ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .news .inner .wrap_column2 ul li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news .inner .wrap_column2 ul li dl dt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  width: 80px;
}
@media screen and (max-width: 900px) {
  .news .inner .wrap_column2 ul li dl dt {
    width: 100%;
  }
}
.news .inner .wrap_column2 ul li dl dd {
  width: calc(100% - 80px);
  line-height: 1.2em;
  margin-top: 0.4em;
}
@media screen and (max-width: 900px) {
  .news .inner .wrap_column2 ul li dl dd {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: inherit;
  }
}
.news .inner .wrap_column2 ul li dl dd a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  color: #10325c;
  text-decoration: underline;
}
.news .inner.banner {
  margin-bottom: 50px;
}
.news .inner.banner .wrap_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.news .inner.banner .wrap_column li img {
  height: 109px;
  width: auto;
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .news .inner.banner .wrap_column li {
    width: calc((100% - 80px) / 5);
  }
  .news .inner.banner .wrap_column li img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .news .inner.banner .wrap_column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 420px;
    margin: 0 auto;
  }
  .news .inner.banner .wrap_column li {
    width: calc((100% - 40px) / 2);
    text-align: center;
  }
  .news .inner.banner .wrap_column li img {
    height: auto;
    width: 100%;
    max-width: 200px;
  }
}/*# sourceMappingURL=style.css.map */