@charset "utf-8";



.serif-jp {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

/* ===== Hero ===== */
#hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  animation: fadeIn 1.5s ease 1.5s forwards;
  opacity: 0;
}
#hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-ovarlay {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: .3;
  z-index: 1;
}

@keyframes fadeIn {
  to { opacity: 1; }
}

/* ===== Common Section ===== */
.sec-title-en {
  font-size: 36px;
  text-align: center;
  margin-bottom: 0px;
}
.sec-subtitle-jp {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.sec-leadcopy {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.inner-mini {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

/* ===== Swiper ===== */
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background: #d42a2a;
}

/* ===== Topics / Plan / Special ===== */
.topic-wrap,
.plan-wrap,
.special-wrap {
  margin-top: 120px;
}

.swiper-slide p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}
.plan-data {
  font-size: 12px;
  margin-top: 6px;
  text-align: center;
}

/* ===== Experience / Home Sections ===== */
.home-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.home-items.reverse {
  flex-direction: row-reverse;
}
.item-txt {
  width: 50%;
}
.item-pic {
  width: 45%;
}


/* ===== Buttons ===== */
.btn-more {
  text-align: center;
}
.btn-more a {
  font-weight: 600;
}

/* ===== SNS ===== */

.sns-items {
  display: flex;
  justify-content: space-between;
}
.sns-item {
  width: 32%;
}
.instagram-item {
  display: flex;
  flex-wrap: wrap;
}
.instagram-item li {
  width: calc(33.333% - 4px);
  margin: 2px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  #hero { height: 80vh; }
  .home-items {
    flex-direction: column;
  }
  .item-pic,
  .item-txt {
    width: 100%;
  }
}




#head #sp-btn.color-w .menu-trigger span,
body {
  background-color: #fff;
}

body {
  color: #272c34;
}

img {
  width: 100%;
}

.hero-copy {
  position: relative;
  z-index: 1;
  top: 45%;
  text-align: center;
  width: 22%;
  margin: 0 auto;
}

.hero-ovarlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.lead-bg01,
.lead-bg02 {
  width: 20%;
  position: absolute;
}
#head #accordion dt {
    color: #fff;
    border-bottom: 1px solid #ffffff;
}

.primarynav li:last-child:after {
  display: none;
}


.farm-unkai,
.lead {
  position: relative;
  margin-top: 120px;
}

.lead .inner-mini {
  max-width: 800px;
  width: 36%;
  margin: auto;
  padding-top: 120px;
  padding-bottom: 200px;
}

.lead-bg01 {
  right: 0;
  top: 0;
}

.lead-bg01 img {
  border-radius: 12px 0 0 12px;
}

.lead-bg02 {
  left: 0;
  top: 20%;
}

.home-unkai,
.period,
.sec-pic,
.sec-subtitle-jp {
  position: relative;
}

.lead-bg02 img {
  border-radius: 0 12px 12px 0;
}

.sec-title-en {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 10px;
  letter-spacing: -0.03em;
  color: #a48f6e;
  line-height: 1.2em;
}

.sec-subtitle-jp,
.sec-title-jp {
  font-weight: 600;
  text-align: center;
}

.sec-title-jp {
  font-size: 36px;
  line-height: 1.4;
  padding-bottom: 1em;
}

.sec-subtitle-jp {
  font-size: 18px;
  color: #a48f6e;
}

.home-items p,
.period,
p {
  font-size: 17px;
  font-weight: 400;
}

.home-activity .sec-subtitle-jp,
.home-activity .sec-title-en {
  text-align: left;
  color: #fff;
}
.summer .home-activity .sec-subtitle-jp,
.summer .home-activity .sec-title-en {
  color: #fff;
}
.summer .home-activity .sec-title-en, .summer .home-minamina .sec-title-en {
    color: #fff;
}
.summer .home-minamina .sec-subtitle-jp,
.summer .home-minamina .sec-title-en {
  color: #fff;
}
.home-minamina .sec-subtitle-jp,
.home-minamina .sec-title-en {
  text-align: right;
  color: #fff;
}

p {
  line-height: 2.4;
}

.period {
    padding-top: 1.2em;
    margin-top: 1.2em;
    font-size: 15px;
    line-height: 1.7em;
}

.period:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #9f9f9f;
  position: absolute;
  top: 0;
}

.home-unkai {
  padding: 10% 0;
}

.sec-pic {
  width: 80%;
  z-index: 2;
}

.sec-pic img {
  border-radius: 0 20px 0 0;
}

.sec-pic2 {
  width: 26%;
  top: 46%;
  position: absolute;
  right: 0;
  z-index: 2;
}

.sec-pic2 img {
  border-radius: 16px 0 0;
}

.home-items {
  display: flex;
  justify-content: space-between;
  padding: 10% 0;
  width: 58%;
  margin: 0 auto;
  clear: both;
  position: relative;
  z-index: 2;
}

.home-items.reverse {
  flex-direction: row-reverse;
}

.home-items .item-pic {
  width: 36%;
  padding-top: 7%;
}

.home-items .item-pic img {
  border-radius: 8px;
}

.sec-leadcopy {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin: 0;
}
.sec-title {
  font-size: 30px;
  font-weight: 600;
  padding: 5px 0 24px;
}

.item-txt {
  width: 58%;
}

.home-items p {
  line-height: 2;
}

.unkai-bg01 {
  width: 100%;
  height: 80%;
  background: #efeae3;
  position: absolute;
  top: 20%;
  z-index: -1;
}

.btn-more {
  padding-top: 40px;
}

.btn-more a {
    display: block;
    width: 126px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #3e495e;
    border-radius: 40px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #3e495e;transition: .4s;
}
.btn-more a:hover {
    background: #3e495e;
    color: #fff;
}
.summer .btn-more a {
    border: 1px solid #988a74;
    color: #988a74;
}
.summer .btn-more a:hover {
    background: #988a74;
    color: #fff;
}


.home-restrant .btn-more a:hover {
  transition: 0.4s;
  color: #fff;
  background: #000;
}

.home-farm {
  position: relative;
  background: #efeae3;
  color: #fff;
}

.home-farm .sec-pic {
  width: 80%;
  float: right;
}

.home-farm .sec-pic img {
  border-radius: 20px 0 0;
}

.home-farm .sec-pic2 {
  width: 26%;
  top: 42%;
  position: absolute;
  right: auto;
  left: 0;
  clear: both;
}

.home-farm .sec-pic2 img {
  border-radius: 0 10px 0 0;
}

.farm-bg01 {
  width: 100%;
  height: 90%;
  background: #bdac92;
  position: absolute;
  top: 10%;
  z-index: 0;
}

.home-farm .btn-more a {
  border: 1px solid #fff;
  color: #fff;
  background: #bdac92;
}

.home-farm .btn-more a:hover {
  transition: 0.4s;
  color: #bdac92;
  background: #fff;
}

.home-farm .period:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
}

.home-restrant {
  text-align: center;
  background: #f2ebe1;
  padding: 120px 0;
  overflow: hidden;
}

.home-restrant .item-tmb {
  margin: 0 15px;
}

.home-restrant .sec-title-en {
  color: #a48f6e;
}
.swiper4 {
    position: relative;
}
.home-restrant .sec-leadcopy {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 60px;
  color: #a48f6e;
  text-align: center;
}

.home-restrant .inner-mini {
  text-align: left;
  padding-top: 60px;
  width: 36%;
}

.home-activity .inner-mini,
.home-minamina .inner-mini {
  max-width: 800px;
  width: 40%;
  margin: 0 10%;
  padding-top: 14%;
}

.home-restrant p {
  font-size: 17px;
  font-weight: 500;
  line-height: 2.2;
  color: #685e4f;
}

.home-restrant .btn-more a {
  border: 1px solid #a48f6e;
  color: #fff;
  background: #a48f6e;
  margin: 0 auto;
}

.home-activity,
.home-minamina {
  position: relative;
  height: 100vh;
  color: #fff;
}

.activity-bg,
.minamina-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
}

.activity-bg-or,
.minamina-bg-or {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #000;
  opacity: 0.3;
}

.btn-reserve a,
.coution {
  background: #a48f6e;
  color: #fff;
}

.activity-bg img,
.minamina-bg img {
  height: 100vh;
  object-fit: cover;
}

.home-activity .inner-mini {
  text-align: left;
}

.home-activity .sec-leadcopy,
.home-minamina .sec-leadcopy {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 1em;
}

.home-minamina .sec-leadcopy {
text-align: right;
}
.home-activity p,
.home-minamina p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.home-activity .btn-more a,
.home-minamina .btn-more a {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.home-activity .btn-more a:hover,
.home-minamina .btn-more a:hover {
  border: 1px solid #fff;
  color: #000;
  background: #fff;
}

.home-minamina .inner-mini {
  text-align: right;
  float: right;
}

#sns_feeds h3 a,
.anchor-link,
.anchor-link a,
.btn-reserve a,
.coution,
.foot-nav,
.home-hotel-item-title,
.plan-data,
.plan-wrap .sec-leadcopy,
.swiper3 .swiper-slide p,
.swiper4 .swiper-slide p,
.unkaiWeather {
  text-align: center;
}

.home-minamina .btn-more {
  float: right;
}

.home-hotel {
  padding: 140px 0;
}

.home-hotel-items {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}

.home-hotel-item {
  width: calc(50% - 24px);
}

.home-hotel-item-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 24px;
}

.home-hotel-item p {
  font-size: 15px;
  line-height: 2;
  min-height: 100px;
  padding: 26px 10px 0;
}

.home-hotel-item .period {
  padding-top: 1.5em;
  font-size: 15px;
  font-weight: 500;
  margin-top: 1.5em;
  position: relative;
  text-align: center;
}

.home-hotel-item .period:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #9f9f9f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.btn-reserve {
  padding-top: 24px;
}

.btn-reserve a {
  display: block;
  width: 220px;
  font-weight: 600;
  border-radius: 44px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  margin: 0 auto;
}

.btn-reserve a:hover {
  background: #000;
  color: #fff;
}

.coution {
  padding: 20px;
  position: relative;
  margin-top: -1px;
  font-weight: 600;
}

.coution a {
  border: 1px solid #fff;
  padding: 10px 25px;
  margin-left: 10px;
  color: #fff;
  font-size: 13px;
  border-radius: 40px;
}

.coution a:hover {
  color: #a48f6e;
  background: #fff;
  transition: 0.4s;
}

.sns-wrap li.ico-x img {
  width: 88%;
  margin-top: 2px;
}



.information {
  width: 64%;
  margin: 60px auto;
  padding: 40px;
}

.plan-wrap,
.topic-wrap {
  padding-top: 60px;
  overflow: hidden;
}

.information .flex {
  justify-content: flex-start;
}

.sec-titlemin-en {
  width: 8em;
  font-size: 24px;
  font-weight: 600;
  color: #a48f6e;
}

.information-list {
  display: flex;
  justify-content: flex-start;
}

.primarynav {
  position: absolute;
  right: 280px;
  font-size: 16px;
  top: 30px;
}

#unkai,
.plan-wrap,
.swiper3 {
  position: relative;
}

.primarynav li {
  display: inline-block;
}

.primarynav li a {
  color: #fff;
  font-size: 14px;
}

.primarynav li:after {
  content: "/";
  color: #fff;
  font-size: 14px;
  margin-left: 12px;
  margin-right: 12px;
}

.information-list dd {
  margin-bottom: 10px;
  font-size: 17px;
  padding-left: 8em;
}

.information-list dd a {
  text-decoration: underline;
}

.information-list strong {
  display: block;
}

.information-list dt {
  font-size: 15px;
  padding-right: 0;
  width: 7em;
  float: left;
}

.information .sec-titlemin-en {
  padding-bottom: 36px;
}

.swiper3 .swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 6px;
}

.swiper3 .swiper-slide p {
  font-size: 14px;
  line-height: 1.6;
  display: block;
  margin: 24px 0 0;
}

#unkai,
.plan-wrap,
.plan-wrap .btn-more a,
.topic-wrap .btn-more a {
  margin: 0 auto;
}

.swiper3 .swiper-slide p strong {
  font-size: 16px;
  display: block;
}

.plan-wrap .swiper-wrapper,
.topic-wrap .swiper-wrapper {
  padding-bottom: 40px;
}

.plan-wrap .swiper-pagination-bullet,
.special-wrap .swiper-pagination-bullet,
.topic-wrap .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 60px;
  z-index: 1;
}

.swiper4 .swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 3px;
}

.swiper4 .swiper-slide p {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  margin: 20px 0 0;
  font-weight: 600;
}

.plan-wrap {
  width: 80%;
}

.plan-wrap .sec-leadcopy {
  padding: 80px 0 40px;
  font-size: 24px;
}

.plan-data {
  font-size: 13px;
}

#unkai {
  width: 86%;
  background: #fff;
  padding: 3.2% 4%;
  box-sizing: border-box;
  border-radius: 15px;
  color: #50432c;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.home-unkai .home-items {
  padding-bottom: 5%;
  position: relative;
}

.unkaiUpdate {
  font-size: 12px;
  position: absolute;
  top: 8%;
  right: 3.5%;
}

.fb_iframe_widget,
.foot-nav {
  position: relative;
  width: 100%;
}

.unkai-title {
  font-size: 22px;
  font-weight: 600;
}

.unkaiCondition {
  padding-top: 20px;
  align-items: center;
}

.unkaiGeneration {
  width: 25%;
}

.unkaiWeather {
  width: 15%;
}

.unkaiWeather img {
  width: 60%;
  margin: 0 auto;
}

.unkaiComment {
  width: 56%;
  padding-left: 4%;
}

.unkaiComment p {
  font-size: 16px;
  line-height: 2;
}

.unkaiTemperature {
  padding-top: 10px;
  font-size: 24px;
  font-weight: 600;
}

#sns_feeds,
.special-wrap {
  padding: 120px 0 60px;
}

.unkaiTemperature .unit {
  font-size: 15px;
  padding: 0 0 0 3px;
}

.anchor-link {
  margin-top: 18px;
}

.anchor-link a {
  border: 1px solid #50432c;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 60px;
  margin: 0 auto;
  transition: 0.4s;
}

.anchor-link a:hover {
  background: #50432c;
  color: #fff;
  transition: 0.4s;
}

.sns-items {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sns-item {
  width: calc(33.333% - 24px);
}

#sns_feeds #fb h3 {
  background: #4e679f;
}

#sns_feeds h3 a {
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 91%;
  padding: 0;
  text-decoration: none;
  margin-bottom: 20px;
}

#sns_feeds #tw h3 {
  background: #28292a;
}

#sns_feeds #insta h3 {
  background: #d12b72;
}



.instagram-item li img {
  width: 100%;
  height: 102px;
  object-fit: cover;
}

.fb_iframe_widget {
  display: inline-block;
}

.foot-nav {
  top: auto;
  left: auto;
  font-size: 13px;
  margin-bottom: 60px;
}

.foot-nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

.special-wrap {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}



#head #sp-btn.color-w {
  background: #161616;
}

/* =========================
   Media Queries
========================= */

@media screen and (max-width: 1400px) {
  .information {
    width: 80%;
  }

  .sec-title-jp {
    font-size: 32px;
  }

  .lead .inner-mini {
    width: 40%;
  }

  .home-items {
    width: 66%;
  }

  .home-restrant .item-tmb {
    margin: 0 15px;
  }

  .home-restrant .inner-mini {
    width: 50%;
  }
}

@media screen and (max-width: 1100px) {
  .primarynav,
  .toggle_txt {
    display: none;
  }



  .sec-titlemin-en {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
  }

  .sec-title-en {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 0.8em;
    letter-spacing: -0.05em;
    color: #a48f6e;
    line-height: 1.1em;
  }

  .sec-title-jp {
    font-size: 28px;
  }

  .period,
  p {
    font-size: 15px;
    font-weight: 500;
  }

  .lead .inner-mini {
    max-width: 800px;
    width: 54%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .lead-bg01,
  .lead-bg02 {
    width: 15%;
  }

  p {
    line-height: 2.2;
  }

  .period {
    padding-top: 1.2em;
    margin-top: 1.2em;
    position: relative;
  }

  .sec-pic img {
    border-radius: 0 20px 0 0;
  }

  .home-items {
    width: 80%;
    padding: 8% 0;
  }

  .sec-leadcopy {
    font-size: 16px;
    font-weight: 600;
  }

  .sec-title {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0 24px;
  }

  .home-activity p,
  .home-items p,
  .home-minamina p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
  }

  .home-farm .sec-pic img {
    border-radius: 20px 0 0;
  }

  .sec-pic2 img {
    border-radius: 10px 0 0;
  }

  .home-items .item-pic img {
    border-radius: 8px;
  }

  .home-farm .sec-pic2 img {
    border-radius: 0 12px 0 0;
  }

  .home-restrant p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    color: #685e4f;
  }

  .home-restrant .sec-leadcopy {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 40px;
    color: #a48f6e;
  }

  .home-activity .sec-leadcopy,
  .home-minamina .sec-leadcopy {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 0.6em;
  }

  .home-hotel-item-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 24px;
  }

  .home-hotel-item p {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 20px;
    min-height: 120px;
  }

  .modal-menu-title a,
  .toggle_title {
    font-size: 17px;
    padding: 14px 20px;
    border-bottom: 1px solid #9accbe;
    transition: 0.4s;
  }

  #head #accordion {
    position: absolute;
    z-index: 1;
    right: 100px;
    top: 30px;
  }

  .hideClass {
    transform: translateY(-60px);
  }

  .home-restrant .item-tmb {
    margin: 0 10px;
  }

  .home-hotel-items,
  .plan-wrap,
  .sns-items,
  .special-wrap {
    width: 86%;
  }

  .home-unkai .home-items .item-pic {
    padding-top: 22%;
  }



  .toggle_title {
    font-weight: 700;
    margin: 0;
    position: relative;
    cursor: pointer;
  }

  .dli-plus {
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1em;
    height: 0.06em;
    background: currentColor;
    border-radius: 0.1em;
    right: 20px;
    top: 30px;
  }

  .dli-plus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
    transition: 0.4s;
  }

  .selected .dli-plus::before {
    transform: translateY(-50%) rotate(180deg);
    transition: 0.4s;
  }

  .toggle_txt {
    background: #134a3a;
  }

  .toggle_contents {
    width: 90%;
    margin: 30px auto;
  }

  .modal-menu-title a {
    color: #fff;
    font-weight: 600;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  .modal-menu-title a:hover,
  .modal-menu-title-sub a:hover {
    background: #3c9c80;
  }

  .modal-menu-title-sub a {
    font-size: 15px;
    padding: 14px 30px;
    display: block;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #306b5a;
    transition: 0.4s;
  }

  .modal-primary {
    margin: 30px;
  }

  .modal-primary a {
    font-weight: 600;
    color: #fff;
    padding: 5px;
  }
}

@media screen and (max-width: 900px) {
  .coution a {
    border: 1px solid #fff;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
    border-radius: 40px;
    display: block;
    width: 60%;
    margin: 5px auto 0;
  }

  .information {
    width: 64%;
    margin: 80px auto 0;
    padding: 30px;
  }

  .information-list {
    font-size: 14px;
    line-height: 1.6;
  }

  .sec-title-en {
    font-size: 36px;
  }

  .sec-pic {
    width: 90%;
    position: relative;
    z-index: 2;
  }

  .sec-pic2 {
    width: 30%;
    top: 40%;
    position: absolute;
    right: 0;
    z-index: 2;
  }

  .sec-leadcopy {
    font-size: 14px;
    font-weight: 600;
  }

  .home-items .item-pic {
    width: 30%;
    padding-top: 7%;
  }

  .item-txt {
    width: 64%;
  }

  .home-farm .sec-pic {
    width: 90%;
    float: right;
  }

  .home-restrant .inner-mini {
    width: 80%;
  }

  .home-activity .inner-mini {
    max-width: 800px;
    width: 80%;
    margin: 0 8%;
    padding-top: 14%;
    text-align: left;
  }

  .activity-bg img {
    height: 60vh;
    object-fit: cover;
  }

  .activity-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60vh;
    z-index: -1;
  }

  .home-activity {
    position: relative;
    height: 60vh;
    color: #fff;
  }

  .home-hotel-items {
    margin: 0 auto;
    width: 76%;
    display: block;
    padding-top: 80px;
  }

  .home-hotel-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .home-hotel {
    padding: 120px 0 0;
  }

  .unkaiComment {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  .unkaiCondition {
    padding-top: 20px;
    align-items: center;
    justify-content: center;
  }

  .unkaiGeneration {
    width: 40%;
  }

  .unkaiWeather {
    width: 40%;
    text-align: center;
  }

  .unkaiWeather img {
    width: 40%;
    margin: 0 auto;
  }

  .activity-bg-or,
  .minamina-bg-or {
    height: 60vh;
  }

  .home-hotel-item p {
    min-height: auto;
  }
}

@media screen and (max-width: 650px) {
  .home-farm .sec-pic2,
  .sec-pic2 {
    display: none;
    position: absolute;
  }

  #hero,
  #hero video,
  .hero-ovarlay {
    height: 70vh;
  }


  .coution a {
    border: 1px solid #fff;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
    border-radius: 40px;
    display: block;
    width: 100%;
    margin: 5px auto 0;
  }

  .information {
    width: 80%;
    margin: 80px auto 0;
    padding: 30px 0 40px;
  }

  .lead-bg01,
  .lead-bg02 {
    top: auto;
    width: 50%;
    position: relative;
  }

  .information-list dt {
    padding-right: 1em;
    width: 100%;
    float: none;
    font-size: 13px;
    padding-bottom: 4px;
    font-weight: 600;
    color: #a48f6e;
  }

  .information-list {
    font-size: 13px;
    line-height: 1.6;
  }

  .lead-bg01 {
    right: auto;
    float: left;
  }

  .lead-bg02 {
    left: auto;
    float: right;
  }

  .item-txt,
  .sec-pic {
    width: 100%;
  }

  .home-farm .sec-pic img,
  .lead-bg01 img,
  .lead-bg02 img,
  .sec-pic img {
    border-radius: 0;
  }

  .home-items .item-pic {
    width: 100%;
    padding-top: 0;
    padding-bottom: 24px;
  }

  .sec-pic {
    position: relative;
    z-index: 2;
  }

  .sec-pic2 {
    width: 40%;
    top: 26%;
    right: 0;
    z-index: 2;
  }

  .home-unkai,
  .lead {
    position: relative;
  }

  .home-farm .sec-pic2 {
    width: 38%;
    top: 20%;
    right: auto;
    left: 0;
    clear: both;
  }

  .home-farm .sec-pic {
    width: 100%;
    float: right;
  }

  .home-hotel-items {
    width: 76%;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
  }

  .home-unkai,
  .home-unkai .home-items .item-pic {
    padding-top: 0;
  }

  .home-hotel-item p {
    font-size: 13px;
    line-height: 1.8;
    padding-top: 20px;
    min-height: auto;
  }

  .lead {
    margin-top: 60px;
  }

  #hero video {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -1;
  }

  .home-unkai {
    clear: both;
  }

  .sec-title-jp {
    font-size: 19px;
  }

  .coution,
  .sec-leadcopy {
    font-size: 13px;
    font-weight: 600;
  }

  .home-items {
    width: 78%;
    padding: 16% 0;
    display: block;
  }

  .sec-leadcopy {
    line-height: 1.6;
  }

  .activity-bg,
  .minamina-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50vh;
    z-index: -1;
  }

  .activity-bg img,
  .minamina-bg img {
    height: 50vh;
    object-fit: cover;
  }

  .home-hotel {
    padding: 80px 0 0;
  }

  .swiper {
    padding: 70px 0 20px;
    overflow: hidden;
  }

  .coution {
    padding: 20px;
    background: #a48f6e;
    color: #fff;
    position: relative;
    margin-top: -1px;
    text-align: center;
    line-height: 1.8em;
  }

  .lead .inner-mini {
    max-width: 800px;
    width: 76%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .information-list dd {
    margin-bottom: 16px;
    font-size: 14px;
    padding-left: 0;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 16px;
  }

  .unkai-bg01 {
    top: 0;
  }

  #head .menu-lng #accordion,
  .foot-nav,
  .unkaiUpdate {
    position: relative;
    top: auto;
  }

  .swiper3 .swiper-slide p {
    font-size: 11px;
    line-height: 1.6;
    display: block;
    margin: 20px 5px 0;
    text-align: center;
  }

  .swiper3 .swiper-slide p strong,
  .swiper4 .swiper-slide p {
    font-size: 13px;
    display: block;
  }

  .topic-wrap .swiper-wrapper {
    padding-bottom: 10px;
  }

  .plan-wrap .sec-leadcopy {
    padding: 60px 0 20px;
    text-align: center;
    font-size: 20px;
  }

  .swiper4 .swiper-slide p {
    line-height: 1.4;
    margin: 20px 0 0;
    text-align: center;
    font-weight: 600;
  }

  .plan-data {
    font-size: 11px;
    text-align: center;
    padding-bottom: 30px;
  }

  .home-farm .btn-more a,
  .home-unkai .btn-more a {
    margin: 0 auto;
  }

  #unkai {
    padding: 24px;
  }

  .unkai-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }

  .unkaiUpdate {
    font-size: 10px;
    right: auto;
    text-align: center;
  }

  .unkaiCondition {
    display: block;
  }

  .unkaiGeneration {
    width: 100%;
    margin-bottom: 30px;
  }

  .unkaiWeather {
    width: 100%;
    text-align: center;
  }

  .plan-wrap {
    width: 100%;
    padding-bottom: 60px;
  }

  .plan-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 140px;
    z-index: 1;
  }

  .home-activity,
  .home-minamina {
    position: relative;
    height: 50vh;
    color: #fff;
  }

  .activity-bg-or,
  .minamina-bg-or {
    height: 50vh;
    z-index: 0;
  }

  .home-activity .inner-mini,
  .home-minamina .inner-mini {
    float: none;
    position: relative;
    text-align: left;
    z-index: 1;
    width: 80%;
  }

  .home-activity .btn-more,
  .home-minamina .btn-more {
    float: none;
  }

  .home-activity .btn-more a,
  .home-minamina .btn-more a {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    margin: 0 auto;
  }

  #sns_feeds {
    padding: 40px 0;
  }

  .sns-wrap {
    width: 120px;
    margin: 0 auto;
    padding-top: 30px;
  }

  .foot-nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn-more a,
  .modal-menu-title a,
  .sp-topnav ul li a {
    display: block;
    font-weight: 600;
  }

  .foot-nav {
    left: auto;
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
    line-height: 1.6;
  }

  .information .sec-titlemin-en,
  .sec-title-en {
    font-size: 30px;
  }

  .modal-menu-title a {
    font-size: 14px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    transition: 0.4s;
    border-bottom: 1px solid #9accbe;
    padding: 10px;
  }

  .toggle_contents {
    width: 100%;
    margin: 60px auto;
  }

  .unkaiWeather img {
    width: 30%;
    margin: 0 auto 10px;
  }

  .sec-title-en {
    padding-bottom: 0;
  }

  .sec-subtitle-jp {
    font-size: 15px;
    padding-bottom: 30px;
  }

  .home-activity .sec-subtitle-jp,
  .home-minamina .sec-subtitle-jp {
    text-align: center;
  }

  .btn-more a {
    width: 126px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 40px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }

  .sp-topnav {
    width: 90%;
    margin: 20px auto 0;
  }

  .sp-topnav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .sp-topnav ul li {
    width: calc(50% - 5px);
    margin-bottom: 4px;
  }

  .sp-topnav ul li a {
    background: #2d6d4e;
    width: 100%;
    padding: 3px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 8px;
    position: relative;
  }

  .sp-topnav ul li a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 3px;
    top: 14px;
    z-index: 2;
  }

  .home-unkai .sec-subtitle-jp,
  .home-unkai .sec-title-en {
    background: #fff;
  }

  .home-activity p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    display: none;
  }

  .home-minamina p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    display: none;
  }

  .home-activity .sec-title-en,
  .home-minamina .sec-title-en {
    text-align: center;
    color: #fff;
  }

  .home-activity .sec-leadcopy {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 0;
    text-align: center;
  }

  .home-restrant .sec-leadcopy,
  .sec-title {
    font-size: 20px;
  }

  .home-minamina .sec-leadcopy {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 0;
    text-align: center;
  }

  .btn-more {
    padding-top: 20px;
  }

  .sec-title {
    font-weight: 600;
    padding: 10px 0 24px;
    text-align: center;
  }

  .unkaiComment p {
    font-size: 13px;
    line-height: 1.8;
  }

  .btn-reserve a,
  .toggle_title {
    font-size: 14px;
  }

  .home-activity .inner-mini,
  .home-minamina .inner-mini {
    padding-top: 23%;
  }

  .modal-menu {
    padding: 40px 26px;
  }

  .toggle_title {
    padding: 10px;
  }

  .dli-plus {
    position: absolute;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.8em;
    height: 0.08em;
    background: currentColor;
    border-radius: 0.1em;
    right: 10px;
    top: 28px;
  }

  .modal-primary {
    margin: 20px 10px;
    font-size: 13px;
  }

  .home-hotel-item-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
  }

  .special-wrap {
    padding: 40px 0 100px;
  }
}

/* =========================
   以下：後半に追記されていた上書き・追加CSS
   （元データのまま順番維持）
========================= */


.home-restrant .sec-leadcopy,
.home-restrant .sec-subtitle-jp,
.home-restrant .sec-title-en,
.home-restrant p {
  color: #9f917d;
}

.sec-subtitle-jp,
.sec-title-en {
  color: #67758e;
}
.summer .sec-subtitle-jp,
.summer .sec-title-en {
  color: #a99371;
}

.winter .unkai-bg01 {
  background: #eaeef7;
}

.home-restrant .btn-more a {
  border: 1px solid #9f917d;
  color: #fff;
  background: #9f917d;
  margin: 0 auto;
}

.home-restrant {
  background: #f9f6f1;
}

.hero-ovarlay {
  opacity: 0;
  opacity: 0.2;
}

.sns-items {
  padding-top: 60px;
}

.home-muhyo {
  position: relative;
  color: #fff;
  background: #eaeef7;
}

.home-ski {
  position: relative;
  color: #fff;
}

.winter .farm-bg01,
.winter .home-ski {
  background: #67758e;
}

.home-muhyo .btn-more a,
.home-ski .btn-more a {
  color: #fff;
  border: 1px solid #fff;
}
.home-muhyo .btn-more a:hover,
.home-ski .btn-more a:hover {
  color: #3e495e;
  background: #fff;
}
.information-list dd {
  margin-bottom: 13px;
  font-size: 17px;
  padding-left: 8em;
  border-bottom: 1px dotted #e0e0e0;
  padding-bottom: 13px;
  line-height: 1.7;
  /* border:none */
}

.information-list dd.nobd {
  border-bottom: none;
}

.information-list dd a {
  text-decoration: underline;
}

.hero-img img,
.information-list strong,
.only-pc {
  display: block;
}

.information-list dt {
  font-size: 15px;
  padding-right: 0;
  width: 7em;
  float: left;
  line-height: 1.7;
}

#hero img {
  height: 100vh;
  object-fit: cover;
}

.information {
  width: 100%;
  background: #415271;
  box-sizing: border-box;
  color: #fff;
  margin-top: -1px;
}
.summer .information {
  width: 64%;
  margin: 60px auto;
  padding: 40px;
  background: #fff;
      color: #413d37;
}
.info-inner {
  width: 80%;
  margin: 0 auto;
}
.summer .information .sec-titlemin-en {
    color: #a48f6e;
}
.information .sec-titlemin-en {
  width: 8em;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.summer .information-list dd {
    border-bottom: #e0e0e0 dotted 1px;
}
.information-list {
  justify-content: flex-start;
  width: 100%;
  display: block;
}
.summer .information-list dd a, .summer .modal-menu-season ul li a {
    color:#413d37;
}
.summer p.info-coution a {
 color:#413d37;
}
.only-sp {
  display: none;
}
.summer span.swiper-pagination-bullet {
    margin: 0 4px;
}
.summer .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    width: 100%;    bottom: 0;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.swiper-slide-active .hero-img,
.swiper-slide-duplicate-active .hero-img,
.swiper-slide-prev .hero-img {
  animation: 10s linear both zoomUp;
}

#hero {
  overflow: hidden;
}


.toggle_txt {
  background: #2b3959;
}



@media screen and (max-width: 800px) {
  .information-list dt {
    padding-right: 1em;
    float: none;
  }

  .information-list {
    font-size: 13px;
    line-height: 1.6;
  }

  .information-list dd {
    padding-left: 0;
  }

  #hero img {
    height: 70vh;
    object-fit: cover;
  }
}

@media screen and (max-width: 650px) {
  .btn-more a,
  .sns-wrap {
    margin: 0 auto;
  }

  .only-pc {
    display: none;
  }

  .only-sp {
    display: block;
  }



  .information .sec-titlemin-en {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
  }

  .sec-leadcopy {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
  }

  .winter .home-unkai {
    background: #eaeef7;
  }
 .summer .home-unkai {
    background: #efeae3;
  }
  .sns-wrap {
    width: 120px;
    padding-top: 30px;
  }

  .sns-wrap li {
    width: calc(33.3333% - 10px);
  }

  .hoshino-groop {
    width: 80%;
    margin: 0 auto;
  }
}

#today-ski,
.todaysmore a {
  color: #67758e;
  margin: 0 auto;
}

.selif,
.todaysmore a,
figcaption {
  font-weight: 600;
}

.information-list dd a,
.modal-menu-season ul li a {
  color: #fff;
}

.information-list dd p {
  line-height: 1.7;
}

.home-items {
  padding-bottom: 5%;
}

.home-ski .sec-pic2 {
  top: 32%;
}

#today-ski {
  width: 86%;
  background: #fff;
  padding: 2% 3% 3%;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  position: relative;
  z-index: 2;
}

#today-ski tbody td,
#today-ski tbody th {
  font-size: 15px;
  line-height: 1.4;
  padding: 6px;
  font-feature-settings: "palt";
  vertical-align: middle;
}

#today-ski h2 {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 16px;
}

#today-ski table {
  margin: 0 0 10px;
}

.updated {
  font-size: 12px;
  position: absolute;
  top: 8%;
  right: 3.5%;
}

.weatherWrap {
  width: calc(16% - 10px);
  float: left;
}

.weatherWrap2 {
  width: calc(84% - 20px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: right;
}

.weatherWrap2 table {
  width: calc(33.3333% - 10px);
}

.modal-green-menu ul li,
.modal-green-menu ul.global li,
.modal-winter-menu ul.global li,
.todayscomment {
  width: 100%;
}

.selif {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.plan-data {
  padding-top: 6px;
  line-height: 1.6;
}

.home-ski {
  padding-bottom: 100px;
}

.todaysmore a {
  border: 1px solid #67758e;
  font-size: 15px;
  text-align: center;
  padding: 14px 0 12px;
  border-radius: 60px;
  transition: 0.4s;
  display: block;
  line-height: 1;
}

.todaysmore a:hover {
  color: #fff;
  background: #67758e;
}

figcaption {
  text-align: center;
  padding: 15px 0;
}

.modal-menu.active .menu-lng,
.sp {
  display: none;
}

.modal-green-menu ul,
.pc {
  display: block;
}

p.info-coution {
  font-size: 15px;
}

p.info-coution a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .weatherWrap,
  .weatherWrap2 {
    float: none;
    width: 100%;
  }

  .pc {
    display: none;
  }

  .sp,
  .updated,
  .weatherWrap2 {
    display: block;
  }

  p.info-coution {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 4px;
  }

  #today-ski h2 {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 0;
    text-align: center;
    padding-top: 16px;
  }

  .updated {
    font-size: 12px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding-bottom: 16px;
  }

  .weatherWrap2 {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #today-ski table {
    margin: 0;
  }

  .weatherWrap2 table {
    width: 100%;
  }

  .todayscomment {
    width: 100%;
    padding-bottom: 16px;
  }

  .todayscomment p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    padding-top: 16px;
  }

  #today-ski tbody td,
  #today-ski tbody th {
    font-size: 14px;
    line-height: 1.4;
    padding: 4px;
    font-feature-settings: "palt";
    vertical-align: middle;
  }

  #today-ski {
    padding: 18px;
  }
}

/* 以降のCSSは元がすでに整形されていたので、そのままブロック化 */



.toggle_title {
  font-weight: 700;
  margin: 0;
  padding: 14px 20px;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
  font-size: 17px;
}

.dli-plus {
  position: absolute;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 0.06em;
  background: currentColor;
  border-radius: 0.1em;
  right: 20px;
  top: 30px;
}



.dli-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: 0.4s;
}

.selected .dli-plus::before {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.4s;
}

.toggle_txt {
  display: none;
}

.toggle_contents {
  width: 90%;
  margin: 30px auto;
}

.modal-menu-title a {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  display: block;
  box-sizing: border-box;
  transition: 0.4s;
}

.modal-menu-title-sub a {
  font-size: 15px;
  padding: 14px 30px;
  display: block;
  font-weight: 600;
  color: #fff;
  transition: 0.4s;
}

.modal-primary a {
  font-weight: 600;
  color: #fff;
  padding: 5px;
}

.modal-primary {
  margin: 30px;
}



@media screen and (max-width: 1000px) {
  .hideClass {
    transform: translateY(-50px);
  }
}

@media screen and (max-width: 650px) {
  .modal-primary {
    margin: 20px 10px;
    font-size: 13px;
  }

  .modal-menu {
    width: 100%;
    right: -100%;
  }

  .modal-menu-title a {
    font-size: 14px;
    padding: 10px 20px;
  }

  .toggle_title {
    padding: 10px;
    font-size: 14px;
  }

  #head #sp-btn.color-w {
    background: #161616;
  }

  #head #sp-btn.color-w .menu-trigger span {
    background-color: #fff;
  }

  .foot-reserve-wrap-sp #br,
  .foot-reserve-wrap-sp #car,
  .foot-reserve-wrap-sp #dp {
    font-size: 12px;
    line-height: 1.2;
  }

  .foot-reserve-wrap-sp a {
    padding: 10px 0;
  }

  .hideClass {
    transform: translateY(-48px);
  }

  .foot-reserve-wrap-sp #br a {
    padding-top: 13px;
  }
}

@media screen and (max-width: 650px) {
  .information-list dt {
    font-size: 12px;
    padding-bottom: 0;
  }

  .information-list dd p {
    font-size: 12px;
  }

  .information-list dd {
    margin-bottom: 9px;
    padding-bottom: 9px;
  }

  p.info-coution {
    font-size: 11px;
  }
}

.sns-wrap {
  width: 250px;
  margin: 0 auto;
}

.sns-wrap li {
  width: 50px;
}

.ico-stay {
  width: 17px;
  top: auto;
  left: auto;
}

/* .foot-reserve-wrap-sp #br,.foot-reserve-wrap-sp #dp {width: 50%;} */

.foot-reserve-wrap-sp a {
  padding: 12px 0;
}

/* .foot-reserve-wrap-sp #dp a {
  padding-top: 18px;
} */

@media screen and (max-width: 650px) {
  .sns-wrap {
    width: 150px;
    margin: 0 auto;
  }

  .sns-wrap li {
    width: 30px;
  }
}

.condition-update {
  font-size: 12px;
  position: absolute;
  right: 2em;
  top: 1.5em;
}

.condition-items {
  display: flex;
  gap: 1em;
  align-items: flex-start;
  font-feature-settings: "palt";
}

.condition-item.condition-weather {
  width: 10%;
  padding: 0 1em;
}

.condition-item-wrap {
  width: 45%;
  display: flex;
  gap: 1em;
  padding-top: 0.8em;
}

.condition-item-detail {
  margin: 0 auto;
}

.condition-item.condition-temp {
  width: 20%;
  text-align: center;
  font-weight: 600;
}

.condition-item-unit {
  font-size: 14px;
  display: inline-block;
}

.condition-item.condition-snowfall {
  width: 40%;
  text-align: center;
}

.condition-item.condition-quality {
  width: 40%;
}

.condition-item-name {
  font-weight: 600;
  text-align: center;
  border-bottom: #67758e solid 2px;
  padding-bottom: 0.4em;
}

.quality-items.flex {
  font-size: 1em;
  text-align: center;
  font-weight: 600;
  padding-top: 0.4em;
  justify-content: center;
  gap: 0.4em;
}

.flex.pr05 {
  justify-content: center;
  padding-top: 0.4em;
  font-weight: 600;
}

.condition-item.condition-temp .condition-item-detail {
  padding-top: 0.4em;
  font-weight: 600;
}

.condition-item-comment {
  width: 45%;
  font-size: 0.85em;
  line-height: 1.8em;
  font-weight: 600;
  padding-left: 1em;
}

.condition-item {
  font-size: 0.95em;
}

.todaysmore {
  margin-top: 1em;
}

@media screen and (max-width: 1000px) {
  .condition-items {
    flex-wrap: wrap;
  }

  .condition-item.condition-weather {
    width: 25%;
  }

  .condition-item-wrap {
    width: 100%;
  }

  .condition-item-comment {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 500;
  }

  .condition-item.condition-weather {
    width: 25%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 650px) {
  #today-ski h2 {
    font-size: 16px;
    padding-top: 40px;
  }

  .condition-item-name {
    padding-bottom: 0.4em;
    line-height: 1.4em;
    font-size: 13px;
  }

  .flex.pr05 {
    font-size: 14px;
    line-height: 1.6em;
    display: block;
  }

  .quality-items.flex {
    font-size: 14px;
    gap: 0.1em;
    display: block;
    line-height: 1.6;
  }

  .quality-item.-line {
    display: none;
  }

  .condition-item-detail-line {
    display: none;
  }

  .condition-item-wrap {
    width: 100%;
    align-items: flex-start;
  }

  .condition-item.condition-weather {
    width: 40%;
    margin: 0 auto;
  }

  .condition-update {
    font-size: 10px;
    position: absolute;
    right: 2em;
    top: 1em;
  }
  .topic-wrap, .plan-wrap, .special-wrap {
    margin-top: 40px;
}
.home-unkai .sec-subtitle-jp {
    margin-bottom: 0;
    padding-bottom: 30px;
}.home-items {
    width: 82%;
}.home-muhyo {
    padding-bottom: 30px;
}#today-ski {
    margin-top: 20px;
}.period {
    font-size: 12px;
    font-weight: 400;
}.condition-item-comment {
    padding-left: 0;
    padding-bottom: 10px;
}.home-ski {
    padding-bottom: 60px;
}.home-restrant {
    padding: 60px 0;
}.home-activity .inner-mini {
    margin: 0 auto;
}.sec-subtitle-jp {
    padding-bottom: 10px;
}.home-hotel-item p {
    padding: 26px 0 0;
}.home-hotel-item .period {
    font-size: 13px;
}.information .sec-titlemin-en {
    padding-bottom: 16px;
}.sec-title-en {
    padding-bottom: 4px;
}.special-wrap {
    padding: 20px 0 50px;
    margin-bottom: 40px;
}.summer .information {
    width: 100%;
    margin: 60px auto 0;
    padding: 0 40px;
    background: #fff;
    color: #413d37;
}.summer .home-unkai .home-items {
    padding-bottom: 30px;
}.summer .anchor-link a {
    color: #5e4f35;
}
}
