  body {
    background-color: #ffffff;color: #413d37;
}
  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;
  }
  #head #accordion dt {
    color: #f2f2f2;
    font-size: 14px;
    cursor: pointer;
    border-bottom: none;
    letter-spacing: 0.02em;
    opacity: 1;
    background: #2d6d4e;
    padding: 0px 20px;
    border-radius: 40px;
    line-height: 2;
}
    #head #accordion dt.lang {
    background: #333;
}
  #head #accordion li {
    margin-left: 10px;
}
  #head #sp-btn {
    display: none;
}
  #head #accordion {
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 30px;
}
  
  
  
.lead {
    position: relative;
    margin-top: 120px;
}
  .lead .inner-mini {
    max-width: 800px;
    width: 36%;
    margin: auto;
    padding-top: 120px;
    padding-bottom: 200px;
}
  .lead-bg01{
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
  }
  .lead-bg01 img{
       border-radius: 12px 0 0 12px;
}
  
  .lead-bg02{
    position: absolute;
    left: 0;
    top: 20%;
    width: 20%;
  }
   .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;
}
.sec-title-jp {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 1em;
}
.sec-subtitle-jp {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 36px;
    position: relative;
    color: #a48f6e;
}
.home-activity .sec-subtitle-jp  {
    text-align: left;
    color: #fff;
}
.home-minamina .sec-subtitle-jp {
    text-align: right;
    color: #fff;
}
 p {
    font-size: 17px;
    font-weight: 500;
    line-height: 2.4;
}
.period {
    padding-top: 1.5em;
    font-size: 17px;
    font-weight: 500;
    margin-top: 1.5em;
    position: relative;
}
.period:before {
    content: "";
    width: 80px;
    height: 1px;
    background: #9f9f9f;
    position: absolute;
    top: 0px;
}
.home-unkai {
    position: relative;
    padding: 10% 0;
}
.sec-pic {
    width: 80%;
  position: relative;
    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 0;
}
  .farm-unkai {
    position: relative;    margin-top: 120px;
}
.home-items {
    display: flex;
    justify-content: space-between;
    padding: 10% 0 10%;
    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: 600;
}
.sec-title {
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0 24px;
} 
.item-txt {
    width: 58%;
}
 .home-items p {
    font-size: 17px;
    font-weight: 500;
    line-height: 2.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: #333 solid 1px;
    border-radius: 40px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
  
 .home-unkai .btn-more a {
    border:#a48f6e solid 1px;
    color: #fff;
    background: #a48f6e;
}
   .home-unkai .btn-more a:hover {
    transition: .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 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:#fff solid 1px;
    color: #fff;
    background: #bdac92;
}
   .home-farm .btn-more a:hover {
    transition: .4s;
    color: #bdac92;
    background: #fff;
}
  .home-farm .period:before {
    content: "";
    width: 80px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 0px;
}
.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;
}
.home-restrant .sec-leadcopy {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 60px;
      color: #a48f6e;
}
.home-restrant .inner-mini {
    text-align: left;
    padding-top: 60px;
      width: 36%;
}
.home-restrant p {
    font-size: 17px;
    font-weight: 500;
    line-height: 2.2;
  color: #685e4f;
}
   .home-restrant .btn-more a {
    border:#a48f6e solid 1px;
    color: #fff;
    background: #a48f6e;
     margin: 0 auto;
}
 .home-restrant .btn-more a:hover {
    transition: .4s;
    color: #fff;
    background: #000;
}
.home-activity{
    position: relative;
    height: 100vh;
    color: #fff;
}
.activity-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
}
.activity-bg-or {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  background: #000;
  opacity: 0.3;
}
.activity-bg img {
    height: 100vh;
    object-fit: cover;
}
  .home-activity .inner-mini {
    max-width: 800px;
    width: 40%;
    margin: 0 10% 0 10%;
    padding-top: 14%;
    text-align: left;
}
  .home-activity .sec-title-en {
    text-align: left;
    color: #ffffff;
}
 .home-activity .sec-leadcopy {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 1em;
}
  .home-activity p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.home-activity .btn-more a {
    border: #fff solid 1px;
    color: #fff;
    background: none;
}
  .home-activity .btn-more a:hover {
    border: #fff solid 1px;
    color: #000;
    background: #fff;
}


.home-minamina{
    position: relative;
    height: 100vh;
    color: #fff;
}
.minamina-bg-or {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  background: #000;
  opacity: 0.3;
}

.minamina-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
}
.minamina-bg img {
    height: 100vh;
    object-fit: cover;
}
  .home-minamina .inner-mini {
    max-width: 800px;
    width: 40%;
    margin: 0 10% 0 10%;
    padding-top: 14%;
    text-align: left;
}
  .home-minamina .sec-title-en {
    text-align: right;
    color: #ffffff;
}
 .home-minamina .sec-leadcopy {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 1em;
}
  .home-minamina p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.home-minamina .btn-more a {
    border: #fff solid 1px;
    color: #fff;
    background: none;
}
  .home-minamina .btn-more a:hover {
    border: #fff solid 1px;
    color: #000;
    background: #fff;
}
.home-minamina .inner-mini {
    text-align: right;
    float: right;
}
.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;
    text-align: center;
    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: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
  .btn-reserve {
    padding-top: 24px;
}
  .btn-reserve a {
    display: block;
    width: 220px;
    text-align: center;
    font-weight: 600;
    border-radius: 44px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin: 0 auto;
    background: #a48f6e;
    color: #fff;
}
   .btn-reserve a:hover {
    background: #000;
    color: #fff;
}
  
  
 .coution {
    padding: 20px;
    background: #a48f6e;
    color: #fff;
    position: relative;
    margin-top: -1px;
    text-align: center;
    font-weight: 600;
}
.coution a{
text-decoration: underline;
    color: #fff;

}

.sns-wrap li.ico-x img {
    width: 88%;
    margin-top: 2px;
}
  #nav-anchor-fix .head-reserve-wrap {
    right: 20px;
  }
.information {
    width: 64%;
    margin: 60px auto;
    padding: 40px;
}
.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;
}
.information-list dt{
    padding-right: 2em;
}
 
.primarynav{
    position: absolute;
    right: 280px;
    font-size: 16px;
      top: 30px;
}
  .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;
}.primarynav li:last-child:after {
display: none;
}

.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;
    text-align: center;
}
.swiper3 .swiper-slide p strong {
    font-size: 16px;
    display: block;
 
}
.topic-wrap {
  overflow: hidden;
  padding-top: 60px;
}

.swiper3 {
  position: relative;
}
.topic-wrap .swiper-wrapper {
    padding-bottom: 40px;
}
.topic-wrap .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 60px;
  z-index: 1;
}
.topic-wrap .btn-more a {
    margin: 0 auto;
}

.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;
    text-align: center;
  font-weight: 600;
}
.plan-wrap {
    overflow: hidden;
    padding-top: 60px;
    width: 80%;
    margin: 0 auto;
      position: relative;
}
.plan-wrap .swiper-wrapper {
    padding-bottom: 40px;
}
.plan-wrap .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.plan-wrap .btn-more a {
    margin: 0 auto;
}
.plan-wrap .sec-leadcopy {
    padding: 80px 0 40px;
    text-align: center;
  font-size: 24px;
}
.plan-data {
    font-size: 13px;
    text-align: center;
}
#unkai {
    width: 86%;
    margin: 0 auto;
    background: #fff;
    padding: 3.2% 4%;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
  color: #50432c;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.home-unkai .home-items {
    padding-bottom: 5%;
    position: relative;
}
.unkaiUpdate {
 font-size: 12px;
    position: absolute;
    top: 8%;
    right: 3.5%;
}
.unkai-title {
    font-size: 22px;
    font-weight: 900;
}

.unkai-title {
    font-size: 22px;
    font-weight: 900;
}
.unkaiCondition {
padding-top: 20px;
    align-items: center;
}
.unkaiGeneration {
    width: 25%;
}
.unkaiWeather {
    width: 15%;
    text-align: center;
}
.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;
}
.unkaiTemperature .unit {
    font-size: 15px;
    padding: 0 0 0 3px;
}
.anchor-link {
    text-align: center;
    margin-top: 18px;
}
.anchor-link a {
    border: #50432c solid 1px;
    font-size: 12px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 60px;
    margin: 0 auto;
  transition: .4s;
}
.anchor-link a:hover {
background: #50432c;
  color: #fff;
  transition: .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: bold;
    font-size: 91%;
    padding: 0;
    text-decoration: none;
    text-align: center;
    margin-bottom: 20px;
}
#sns_feeds #tw h3 {
    background: #28292a;
}
#sns_feeds #insta h3 {
    background: #d12b72;
}

footer {
    background: #030303;
    color: #fff;
}
.foot-nav li a {
    transition: 0.4s;
    color: #fff;
}
.hoshino-groop-reserve.btn-link a {
    color: #fff;
}
.instagram-item li img {
    width: 100%;
    height: 102px;
    object-fit: cover;
}
.instagram-item li {
    width: 33%;
    float: left;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
  width: 100%;
}
.foot-nav {
    top: auto;
    left: auto;
    font-size: 13px;
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}
.foot-nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
}
footer {
    text-align: center;
    padding: 60px 0 80px;
    background: #030303;
    color: #fff;
}
footer p {
    padding-bottom: 40px;
}
#sns_feeds {
    padding: 120px 0 120px;
}
.special-wrap {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}
.special-wrap  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}
.hoshino-groop-reserve.btn-link a:before {
  display: none;
}
.btn-link a:after {
  display: none;
}
.btn-link a {
    color: #776767;
    display: inline-block;
    height: 40px;
    line-height: 42px;
    transition: 0.4s;
    background: #121212;
    padding: 0 36px;
    border-radius: 50px;
}
.btn-link a:hover {
    color: #000;
    transition: 0.4s;
    background: #fff;
}
#head #sp-btn.color-w {
    background: #161616;
}#head #sp-btn.color-w .menu-trigger span {
    background-color: #fff;
}




@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) {
  body {
    font-size: 15px;
  }
  #head #sp-btn {
    display: block;
}
    .primarynav{
display: none;
}
  #nav-anchor-fix .head-reserve-wrap {
    opacity: 0;
}#nav-anchor-fix {
    display: none;
}
  .information .flex {
    display: block;
}.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;
}.sec-title-jp {
    font-size: 28px;
}
  .sec-title-jp {
    font-size: 28px;
}
.lead .inner-mini {
    max-width: 800px;
    width: 54%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 120px;
}
  .lead-bg01 {
    width: 15%;
}
  .lead-bg02 {
    width: 15%;
}p {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2;
}.period {
    padding-top: 1.5em;
    font-size: 15px;
    font-weight: 500;
    margin-top: 1.5em;
    position: relative;
}.sec-pic img {
    border-radius: 0 20px 0 0;
}.home-items {
    width: 80%;
      padding: 8% 0 8%;
}.sec-leadcopy {
    font-size: 16px;
    font-weight: 600;
}.sec-title {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0 24px;
}.home-items p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}.home-farm .sec-pic img {
    border-radius: 20px 0 0 0;
}.sec-pic2 img {
    border-radius: 10px 0 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 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 1em;
}
  .home-minamina .sec-leadcopy {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 1em;
}.home-minamina p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}
  
  
  .home-activity p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}.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;
}
  #head #accordion {
    position: absolute;
    z-index: 1;
    right: 100px;
    top: 30px;
}.foot-reserve-wrap-sp {
    display: block;
}.hideClass {
    transform: translateY(-60px);
}.home-restrant .item-tmb {
    margin: 0 10px;
}
  
  
  .plan-wrap {
    width: 86%;
}
  .home-hotel-items {
    width: 86%;
}.special-wrap {
    width: 86%;
}.sns-items {
    width: 86%;
}.home-unkai .home-items .item-pic {
    padding-top: 22%;
}
  .modal-menu.active.green {
    background: rgb(25 112 87);
}
  #head #sp-btn.color-w.active {
   background: rgb(25 112 87);
}
  #head #sp-btn.color-w.active .menu-trigger span {
    background-color: #fff;
}
  .modal-menu {
    width: 100%;
  }
  .modal-menu {
    right: -100%;
  }
  .modal-green-menu ul {
    display: block;
}
.modal-menu-logo {
    width: 200px;
    margin: 0 auto;
}
  .modal-green-menu, .modal-winter-menu {
    position: relative;
    width: 70%;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
  .modal-green-menu ul li {
    width: 100%;
}.modal-green-menu li a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 12px;
    border-bottom: #6aab8e solid 1px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
}
  
  .toggle_title {
    font-weight: bold;
    margin: 0;
    padding: 14px 20px;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
   border-bottom: #9accbe solid 1px;
        font-size: 17px;
}
.toggle_title:hover {
	
}
.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;    background: #134a3a;
}
.toggle_contents {
    width: 90%;
    margin: 30px auto;
}
.modal-menu-title a {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    padding: 14px 20px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    transition: .4s;
    border-bottom: #9accbe solid 1px;
}
  .modal-menu-title a:hover {
    background: #3c9c80;
}
 .modal-menu-title-sub a {
    font-size: 15px;
    padding: 14px 30px;
    display: block;
    font-weight: 600;
    color: #fff;
    border-bottom: #306b5a solid 1px;
   transition: .4s;
}
   .modal-menu-title-sub a:hover {
    background: #3c9c80;
}
 .modal-primary {
    margin: 30px;
}
 .modal-primary a {
    font-weight: 600;
    color: #fff;
    padding: 5px;
}
  
}
  @media screen and (max-width:900px) {

  .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% 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 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}.home-hotel-items {
    width: 76%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    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 {
    height: 60vh;
}.minamina-bg-or {
    height: 60vh;
}.home-hotel-item p {
    min-height: auto;
}
  }
  
   @media screen and (max-width:650px) {
     #head #accordion {
    position: absolute;
    z-index: 1;
    right: 80px;
    top: 20px;
}
     #head #accordion dt {
    color: #f2f2f2;
    font-size: 11px;
    cursor: pointer;
    border-bottom: none;
    letter-spacing: 0.02em;
    opacity: 1;
    background: #2d6d4e;
    padding: 0px 10px;
    border-radius: 40px;
    line-height: 2;
}
.information {
    width: 80%;
    margin: 80px auto 0;
    padding: 30px 0;

}.information-list dt {
    padding-right: 1em;
}.information-list {
    font-size: 13px;
    line-height: 1.6;
}
  .lead .inner-mini {
    max-width: 800px;
    width: 66%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}   .lead-bg01 {
    position: relative;
    right: auto;
    top: auto;
    width: 50%;    float: left;
}.lead-bg02 {
    position: relative;
    left: auto;
    top: auto;
    width: 50%;float: right;
}.lead-bg01 img {
    border-radius: 0;
}.lead-bg02 img {
    border-radius: 0;
}.home-unkai {
    position: relative;
    padding-top: 20%;
    clear: both;
}.sec-pic2 {
    width: 30%;
    top: 30%;
    position: absolute;
    right: 0;
    z-index: 2;
}.home-items {
    width: 72%;
    padding: 16% 0 16%;
      display: block;
}
     .home-items .item-pic {
    width: 100%;
    padding-top: 0;
    padding-bottom: 24px;
}.item-txt {
    width: 100%;
}.sec-pic {
    width: 100%;
    position: relative;
    z-index: 2;
}.sec-pic2 {
    width: 40%;
    top: 26%;
    position: absolute;
    right: 0;
    z-index: 2;
  display: none;
}.home-farm .sec-pic2 {
    width: 38%;
    top: 20%;
    position: absolute;
    right: auto;
    left: 0;
    clear: both; display: none;
}.sec-pic img {
    border-radius: 0 0px 0 0;
}.home-farm .sec-pic img {
    border-radius: 0;
}.home-farm .sec-pic {
    width: 100%;
    float: right;
}.home-hotel-items {
    width: 76%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    padding-top: 30px;
}.home-hotel-item p {
    font-size: 13px;
    line-height: 1.8;
    padding-top: 20px;
    min-height: auto;
}.home-activity p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
}.lead .inner-mini {
    max-width: 800px;
    width: 72%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}.sec-title-jp {
    font-size: 22px;
}.lead {
    position: relative;
    margin-top: 60px;
}#hero {
    height: 70vh;
}#hero video {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    position: absolute;
    top: 0px;
    z-index: -1;
}.hero-ovarlay {
   height: 70vh;
}.home-unkai {
    position: relative;
    padding-top: 0;
    clear: both;
}

      .sec-title-jp {
    font-size: 19px;
}.home-items {
    width: 78%;
    padding: 16% 0 16%;
    display: block;
}.sec-leadcopy {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}.home-activity {
    position: relative;
    height: 70vh;
    color: #fff;
}    .activity-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50vh;
    z-index: -1;
}  .activity-bg img {
    height: 50vh;
    object-fit: cover;
}
    .minamina-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50vh;
    z-index: -1;
}  .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;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.8em;
}.lead .inner-mini {
    max-width: 800px;
    width: 76%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.information-list dt {
    width: 100%;
    float: none;
    font-size: 13px;
    padding-bottom: 4px;
    font-weight: 600;
    color: #a48f6e;
}
.information-list dd {
    margin-bottom: 16px;
    font-size: 14px;
    padding-left: 0;
    border-bottom: #d6d6d6 solid 1px;
    padding-bottom: 16px;
}
     .unkai-bg01 {
    top: 0;
}
     .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 {
    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;
}
  .plan-wrap {
    width: 100%;
}   .swiper4 .swiper-slide p {
    font-size: 13px;
    line-height: 1.4;
    display: block;
    margin: 20px 0 0;
    text-align: center;
    font-weight: 600;
}.plan-data {
    font-size: 11px;
    text-align: center;
  padding-bottom: 30px;
}.home-unkai .home-items .item-pic {
    padding-top: 0;
}.home-unkai .btn-more a {
    margin: 0 auto;
}
     #unkai {
    padding: 24px;
}.unkai-title {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}.unkaiUpdate {
    font-size: 10px;
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
}.unkaiCondition {

    display: block;
}.unkaiGeneration {
    width: 100%;
    margin-bottom: 30px;
}.unkaiWeather {
    width: 100%;
    text-align: center;
}.unkaiComment p {
    font-size: 14px;
    line-height: 1.8;
}.plan-wrap {
    width: 100%;
    padding-bottom: 60px;
}
    .plan-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 140px;
    z-index: 1;
}.home-activity {
    position: relative;
    height: 50vh;
    color: #fff;
}.activity-bg-or {
    height: 50vh;
  z-index: 0;
}
     .home-minamina {
    position: relative;
    height: 50vh;
    color: #fff;
}.minamina-bg-or {
    height: 50vh;
  z-index: 0;
}.home-minamina .inner-mini {
    text-align: left;
    float: none;
      position: relative;
    text-align: left;
    z-index: 1;
    width: 80%;
}.home-minamina .btn-more {
    float: none;
}
 .home-activity .inner-mini {
    text-align: left;
    float: none;
      position: relative;
    text-align: left;
    z-index: 1;
    width: 80%;
}.home-activity .btn-more {
    float: none;
}    
     
     .home-activity .btn-more a {
    border: #fff solid 1px;
    color: #fff;
    background: none;
    margin: 0 auto;
}
     .home-minamina .btn-more a {
    border: #fff solid 1px;
    color: #fff;
    background: none;
    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;
}.foot-nav {
    top: auto;
    left: auto;
    font-size: 12px;
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    line-height: 1.6;
}.modal-menu-title a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 12px 20px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    transition: .4s;
    border-bottom: #9accbe solid 1px;
}.toggle_contents {
    width: 100%;
    margin: 60px auto;
}.unkaiWeather img {
    width: 30%;
    margin: 0 auto 10px;
}.sec-title-en {
    font-size: 30px;
  padding-bottom: 0px;
}
     .sec-subtitle-jp {
    font-size: 15px;
    padding-bottom: 30px;
}
     .home-minamina .sec-subtitle-jp {
    text-align: center;
}
     .home-activity .sec-subtitle-jp {
    text-align: center;
}
     .home-unkai .sec-subtitle-jp {
    background: #fff;
}
     .information .sec-titlemin-en {
   font-size: 30px;
}.btn-more a {
    display: block;
    width: 126px;
    text-align: center;
    font-weight: 600;
    border: #333 solid 1px;
    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;
    display: block;
    width: 100%;
    padding: 3px;
    color: #fff;
    font-weight: 600;
    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-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 {
    text-align: center;
    color: #ffffff;
}.home-activity .sec-leadcopy {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 0;
    text-align: center;
}
     .home-minamina .sec-title-en {
    text-align: center;
    color: #ffffff;
}
     .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;
}
     .home-restrant .sec-leadcopy {
    font-size: 20px;
}
     .sec-title {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 24px;
    text-align: center;
}.unkaiComment p {
    font-size: 13px;
    line-height: 1.8;
}
     .home-activity .inner-mini {
    padding-top: 23%;
}
     .home-minamina .inner-mini {
    padding-top: 23%;
}
     .btn-reserve a {
    font-size: 14px;
}
     .home-farm .btn-more a {
    margin: 0 auto;
}
     
     .modal-menu {
    padding: 40px 26px;
}
     .modal-menu-title a {
    padding: 10px;
}
     .toggle_title {
 padding: 10px;
    font-size: 14px;
}
 .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;
}    
     .special-wrap {
    padding: 40px 0;
}.home-hotel-item-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}
     .home-unkai .sec-subtitle-jp {
    background: #fff;
}
     .special-wrap {
    padding: 40px 0 100px;
}
#head .menu-lng #accordion {
    position: relative;
    z-index: 1;
    right: auto;
    top: auto;
    margin-top: 15px;
    text-align: center;
}
     #head .menu-lng  #accordion ul.col {
    letter-spacing: -0.5em;
    display: flex;
    width: 70%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
   #head .menu-lng  #accordion li {
    margin: 1%;
    width: 48%;
}  
     #head .menu-lng #accordion dt.lang {
    background: #fff;
    color: #197057;
    font-size: 13px;
}
     #head .menu-lng #accordion dt {
    color: #197057;
    font-size: 13px;
    background: #ffffff;
    padding: 0px 10px;
    border-radius: 40px;
    line-height: 2;
}
     #head .menu-lng #accordion dd {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
}
     #head .menu-lng #accordion dd li {
    padding-bottom: 6px;
    margin-bottom: 6px;
    width: 100%;
           border-bottom: #ffffff 1px solid;
}
      #head .menu-lng #accordion dd li:last-child {
           border-bottom: none;
}
     
     
     #head .menu-lng #accordion dd {
    background-color: #339579;
    text-align: center;
    margin-left: -1px;
    margin-right: -1px;
   padding: 10px 10px 2px;
    display: none;
    border-radius: 8px;
    color: #333;
    margin-top: 6px;
}
  }