/*Mv
=======================================================*/
.mv{
  position: relative;
}
.mv-catch{
  width: 100%;
  margin: 0 auto;
}
.mv-bg img{
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.mv-catch-main{
  display: none;
}
.mv-scroll{
  font-family: "NotoSans Bold";
  color:#fff;
  writing-mode: vertical-rl;
  position: absolute;
  text-shadow:0.5px 0.5px 0 #B14C00, -0.5px -0.5px 0 #B14C00,
            -0.5px 0.5px 0 #B14C00, 0.5px -0.5px 0 #B14C00,
            0px 0.5px 0 #B14C00,  0 -0.5px 0 #B14C00,
            -0.5px 0 0 #B14C00, 0.5px 0 0 #B14C00;
  bottom: -30px;
  right: 40px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  padding: 20px 5px;
  z-index: 1;
}
.mv-scroll span{
  background: rgba(255,254,217,0.8);
  filter: blur(10px);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: 0;
}
.mv-scroll::after{
  content: "";
  background: #fff;
  width: 4px;
  height: 140px;
  display: block;
  margin-top: 5px;
}
.mv-scroll::before{
  content: "";
  position: absolute;
  bottom: 27px;
  right: 12px;
  width: 16px;
  height: 4px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(-45deg);
  transform-origin: calc(100% - 2px) 50%;
}

@media screen and (max-width: 1045px){
  .mv-scroll{
    writing-mode: unset;
    width: fit-content;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    box-shadow: none;
    display: block;
    padding: 0px 5px;
  }
  .mv-scroll::after{
    margin: 5px auto;
    width: 3px;
    height: 90px;
  }
  .mv-scroll::before{
    bottom: 13px;
    right: 27px;
    width: 16px;
    height: 3px;
  }
  .mv-scroll span{
    filter: blur(30px);
  }
}
@media screen and (max-width: 768px){
  .mv-catch-main{
    width: 90%;
    object-fit: contain;
    position: absolute;
    display: block;
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .mv-catch-main img{
    margin: 0 auto;
    display: block;
  }
  .mv-bg img{
    object-fit: cover;
    min-height: calc(100vh - 50px); /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100 - 50px);
    /*height: calc(100vh - 50px);*/
    object-position: center;
  }
}

/*MVメニュー
=======================================================*/
.mv-menu{
  background: #fff;
}
.mv-menu ul{
  display: flex;
  justify-content: center;
  gap:30px;
  padding: 10px 0;
}
.mv-menu ul li a{
  color: #1BCCA9;
  font-size: 18px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1000px){
  .mv-menu ul li a{
    font-size: 15px;
  }
}
@media screen and (max-width: 768px){
  .mv-menu{
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
  }
  .mv-menu ul{
    padding: 0;
    gap:0;
  }
  .mv-menu ul li{
    width: 50%;
    border: 1px solid #1BCCA9;
  }
  .mv-menu ul li a{
    display: block;
  }
  .mv-menu ul li a img{
    margin: 0 auto;
    display: block;
    height: 50px;
    object-fit: contain;
  }
}

/*固定
=======================================================*/
.fixed-sns{
  position: fixed;
  right: 0;
  top:10vh;
  z-index: 10;
}
.fixed-sns-btn{
  background:rgba(27,204,169,0.6);
  color: #fff;
  margin-bottom: 20px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 5px 0;
}
.fixed-sns-btn:last-child{
  margin-bottom: 0;
}
.fixed-sns-btn img{
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
  display: block;
  margin: 0 auto;
}
.fixed-sns-btn span{
  display: block;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  font-family: "ZenKakuGothicNew Bold";
  font-size: 13px;
  text-align: center;
}

/*NEWS
=======================================================*/
.news-wrap{
  background:#ECFFFB;
  border: 1px solid #B14C00;
  padding: 50px 0;
}
.news-inner{
  display: flex;
  justify-content: center;
  gap: 100px;
  padding-top: 50px;
}
.news-box{
  position: relative;
}
.new-click{
  position: absolute;
  object-fit: contain;
  left: -160px;
  top: 100px;
}
.news-box a.news-box-link{
  display: block;
  margin-top: 30px;
}
.news-box-ttl img{
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.news-box-link-txt{
  text-align: center;
  font-family: "ZenKakuGothicNew Bold";
  font-size: 22px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  margin-top: 10px;
}
.news-box-link-insta{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ZenKakuGothicNew Medium";
  margin-top: 10px;
}
.news-box-link-insta img{
  object-fit: contain;
}
.news-box-link-insta-txt{
  font-size: 18px;
}
.news-box2-detail{
  position: relative;
}
.news-box2-detail-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color:#B14C00;
  background:rgba(216,255,247,0.6);
  padding: 5px 20px;
  border-radius: 50px;
  text-align: center;
  z-index: 1;
  pointer-events:none;
  font-family: "ZenKakuGothicNew Bold";
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
#sb_instagram .sbi_photo img{

  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
#sb_instagram #sbi_images .sbi_item{
  width: 300px!important;
  height: 300px!important;
  overflow: auto!important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
#sb_instagram.sbi_tab_col_1 #sbi_images{
  width: 300px !important;
  height: 300px !important;
  display: block;
  margin: 0 auto !important;
}

@media screen and (max-width: 1000px){
  .news-inner{
    gap: 50px;
  }
  .new-click{
    left: -80px;
  }
}
@media screen and (max-width: 768px){
  .news-wrap{
    padding: 30px 0;
    overflow: hidden;
  }
  .news-inner{
    flex-wrap: wrap;
  }
  .news-box{
    width: 65%;
  }
  .news-box1{
    order:2;
  }
  .news-box1{
    order:1;
  }
  .new-click{
    width: 50%;
    left: -50px;
    top: 80px;
  }
  .news-box-link-txt{
    font-size: 19px;
  }
  .news-box-link-insta-txt {
    font-size: 14px;
  }
  .news-box-link-insta img{
    width: 30%;
  }
  .news-box a.news-box-link{
    margin-top: 10px;
  }
  .news-box a.news-box-link img{
    display: block;
    margin: 0 auto;
  }
  #sb_instagram #sbi_images .sbi_item{
    width: 100% !important;
    height: fit-content !important;
  }
  #sb_instagram.sbi_tab_col_1 #sbi_images{
    width: 100% !important;
    aspect-ratio: 1 / 1;
    height: fit-content !important;
  }
}

/*ABOUT US
=======================================================*/
.about-intro{
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.about-intro-img{
  object-fit: contain;
  object-position: top;
}
.about-intro-box{
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.about-intro-box span.about-intro-box-txt{
  border-bottom: dotted 1px #B14C00;
}
.about-intro-box1{
  background: #fff;
  text-align: center;
  width: 62%;
  margin-left: -10%;
  z-index: -1;
  margin-top: 50px;
  padding: 50px;
  line-height: 1.4;
}
.about-intro-box-deco{
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #000000;
}
.about-intro-box-deco1{
  top: 10px;
  left: 10px;
}
.about-intro-box-deco2{
  top: 10px;
  right: 10px;
}
.about-intro-box-deco3{
  bottom: 10px;
  left: 10px;
}
.about-intro-box-deco4{
  bottom: 10px;
  right: 10px;
}
.about-intro-box2{
  width: 80%;
  display: flex;
  gap:10px;
  justify-content: center;
  align-items: center;
  background: #FFFEDA;
  padding: 30px;
  margin: 50px auto 0;
}
.about-intro-box2-txt{
  letter-spacing: 2px;
}
.about-intro-box2-ttl{
  font-size: 28px;
}
img.about-intro2-img{
  object-fit: contain;
  object-position: center;
}
.about-intro-box2-detail{
  margin-top: 10px;
}

@media screen and (max-width: 1200px){
  .about-intro-img{
    width: 43%;
  }
  .about-intro-box2{
    width: 90%;
  }
}
@media screen and (max-width: 1000px){
  .about-intro-box2{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .about-intro{
    flex-wrap: wrap;
  }
  .about-intro-box-deco{
    width: 8px;
    height: 8px;
  }
  .about-intro-img{
    width: 70%;
    margin: 0 auto;
  }
  .about-intro-box1{
    width: 100%;
    margin-left: auto;
    margin-top: -60px;
    padding: 80px 20px 50px 20px;
    font-size: 3.3vw;
  }
  .about-intro-box2{
    flex-wrap: wrap;
    text-align: center;
  }
  .about-intro-box2-ttl{
    font-size: 4.7vw;
  }
  .about-intro-box2-detail{
    font-size: 2.9vw;
  }
  img.about-intro2-img{
    margin-top: 10px;
    width: 80%;
  }
}

/*PRICE
=======================================================*/
.price-wrap{
  background:#ECFFFB;
  border: 1px solid #B14C00;
  padding: 50px 0;
}
.price-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  width: 85%;
  margin: 0 auto;
}
img.price-img01{
  display: block;
  object-fit: contain;
}
.price-box{
  width: 55%;
}
img.price-img02{
  display: block;
  object-fit: contain;
}
a.price-btn{
  margin-top: 10px;
  width: 100%;
  display: block;
  background: linear-gradient(0deg,rgba(255, 253, 172, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 253, 172, 1) 100%);
  border: 1px solid #B14C00;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 25px 50px;
  width: fit-content;
  color: #B14C00;
  font-family: "ZenKakuGothicNew Bold";
  font-size: 20px;
  margin-left: auto;
  letter-spacing:1px;
}
a.price-btn span{
  font-size: 26px;
}

@media screen and (max-width: 1200px){
  a.price-btn{
    padding: 25px 30px;
    font-size: 18px;
  }
  a.price-btn span {
    font-size: 23px;
  }
}
@media screen and (max-width: 1000px){
  .price-inner{
    width: 100%;
  }
  img.price-img01{
    width: 40%;
  }
  a.price-btn{
    padding: 25px 30px;
    font-size: 16px;
  }
  a.price-btn span{
    font-size: 19px;
  }
}
@media screen and (max-width: 768px){
  .price-wrap{
    overflow: hidden;
    padding: 20px 0 30px 0;
  }
  .price-inner{
    flex-wrap: wrap;
    width: 90%;
    position: relative;
    padding-top: 40px;
  }
  .price-box{
    width: 100%;
  }
  img.price-img01 {
    width: 60%;
    margin-right: auto;
  }
  img.price-img02{
    position: absolute;
    top: 1%;
    right: -3%;
    width: 60%;
  }
  a.price-btn {
    padding: 10px 20px;
    font-size: 13px;
    margin: 15px auto 0;
  }
  a.price-btn span {
    font-size: 17px;
  }
}

/*GUIDANCE
=======================================================*/
.guidance-wrap{
  margin-top: 30px;
}
.guidance-inner{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
}
.guidance-inner:last-child{
  margin-bottom: 0;
}
.guidance-step-img{
  object-fit: contain;
  padding-top: 10px;
}
.guidance-box{
  border-left: 1px solid #B14C00;
  padding-left: 40px;
  margin-left: 40px;
  width: 60%;
}
.guidance-box-ttl{
  font-family: "ZenKakuGothicNew Bold";
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  padding: 0px 10px;
  width: fit-content;
  font-size: 26px;
  line-height: 1.4;
}
.guidance-box-txt{
  font-family: "ZenKakuGothicNew Bold";
  margin-top: 15px;
  line-height: 1.4;
}
.guidance-box-txt-detail{
  margin-top: 15px;
  line-height: 1.4;
}
.guidance-season{
  width: fit-content;
  margin: 50px auto 0;
  background: #FFFEDA;
  display: flex;
  outline : dashed 1px #B14C00;
  outline-offset : -20px;
  padding: 60px 60px;
  gap:50px;
}
h3.guidance-season-ttl{
  font-family: "ZenKakuGothicNew Bold";
  font-size: 30px;
  letter-spacing: 3px;
}
.guidance-season-txt{
  letter-spacing: 2px;
  line-height: 1.7;
  margin-top: 10px;
}
.guidance-season-img{
  object-fit: contain;
}

@media screen and (max-width: 1000px){
  .guidance-season-img{
    width: 40%;
  }
}
@media screen and (max-width: 768px){
  .guidance-step-img{
    width: 20%;
  }
  .guidance-box{
    width: 80%;
    padding-left: 20px;
    margin-left: 20px;
  }
  .guidance-box-ttl{
    font-size: 23px;
  }
  .guidance-box-txt{
    font-size: 3.1vw;
    line-height: 1.6;
  }
  .guidance-box-txt-detail{
    font-size: 3vw;
    line-height: 1.6;
  }
  .guidance-season{
    padding: 40px 40px 50px 40px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .guidance-season-wrap{
    width: fit-content;
    margin: 0 auto;
  }
  h3.guidance-season-ttl{
    font-size: 5vw;
  }
  .guidance-season-txt{
    font-size: 3.1vw;
  }
  .guidance-season-img{
    margin: 0 auto;
    width: 70%;
  }
}

/*注意事項
=======================================================*/
.important{
  background: #1BCCA9;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
.important::before{
  content: "";
  background: #1BCCA9;
  height: 20px;
  width: 100%;
  display: block;
  top: -40px;
  position: absolute;
}
.important::after{
  content: "";
  background: #1BCCA9;
  height: 20px;
  width: 100%;
  display: block;
  bottom: -40px;
  position: absolute;
}
.important .common{
  padding: 0 0 20px;
}
.important-ttl-img{
  margin: 0 auto;
  display: block;
}
.important-ttl{
  letter-spacing: 4px;
  color: #FFFEDA;
  font-size: 45px;
  text-align: center;
  font-family: "NotoSansJP Bold";
  line-height: 1.1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.important-ttl-sub{
  color: #FFFEDA;
  text-align: center;
  font-size: 16px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  font-family: "ZenKakuGothicNew Bold";
}
ul.important-list{
  width: fit-content;
  margin: 30px auto 0;
}
ul.important-list li{
  display: flex;
  color: #FFFEDA;
  margin-bottom: 25px;
}
ul.important-list li:last-child{
  margin-bottom: 0;
}
ul.important-list li::before{
  content: "";
  background: url(/wp-content/themes/rurinosato/img/important-list.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
  display: block;
}
ul.important-list li .important-list-txt{
  width: 90%;
  margin-left: 20px;
}
ul.important-list li .important-list-txt .important-list-txt-main{
  font-family: "ZenKakuGothicNew Bold";
  font-size: 18px;
  letter-spacing: 3px;
}
ul.important-list li .important-list-txt .important-list-txt-sub{
  display: flex;
  letter-spacing: 3px;
}
ul.important-list li .important-list-txt .important-list-txt-sub::before{
  content: "※";
}
.important-bottom-txt{
  font-family: "ZenKakuGothicNew Bold";
  background: #FFFED9;
  width: fit-content;
  margin: 30px auto;
  font-size: 20px;
  padding: 0 10px;
  letter-spacing: 3px;
}

@media screen and (max-width: 1000px){
  ul.important-list li .important-list-txt .important-list-txt-main{
    line-height: 1.5;
  }
  ul.important-list li .important-list-txt .important-list-txt-sub{
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px){
  .important{
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .important::before{
    height: 10px;
    top: -20px;
  }
  .important::after{
    height: 10px;
    bottom: -20px;
  }
  .important .common{
    padding: 40px 0;
  }
  .important-ttl{
    font-size: 5vw;
    margin-top: 5px;
  }
  .important-ttl-sub{
    font-size: 3.5vw;
    margin-top: 5px;
  }
  .important-ttl-img{
    width: 30px;
  }
  ul.important-list li .important-list-txt .important-list-txt-main{
    font-size: 16px;
  }
  ul.important-list li::before{
    width: 30px;
  }
  .important-bottom-txt{
    width: 92%;
    text-align: center;
    line-height: 1.5;
    padding: 5px;
    font-size: 3.6vw;
    letter-spacing: 1px;
    margin: 30px auto 0;
  }
}

/*INFOMATION
=======================================================*/
.infomation{
  background: url(/wp-content/themes/rurinosato/img/infomation-bg.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 100px;
}
.infomation .common{
  padding: 50px 0 0 0;
}
.infomation-ttl-img{
  margin: 0 auto;
  display: block;
}
.infomation-ttl{
  letter-spacing: 4px;
  color: #B14C00;
  font-size: 45px;
  text-align: center;
  font-family: "NotoSansJP Bold";
  line-height: 1.1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.infomation-ttl-sub{
  color: #B14C00;
  text-align: center;
  font-size: 16px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  font-family: "ZenKakuGothicNew Bold";
}
.infomation-wrap{
  margin-top: 30px;
}
.infomation-box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding: 50px 0;
  background:rgba(255,255,255,0.8);
  position: relative;
  width: 88%;
  margin: 0 auto;
}
.infomation-box-deco{
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #000000;
}
.infomation-box-deco1 {
  top: 10px;
  left: 10px;
}
.infomation-box-deco2 {
  top: 10px;
  right: 10px;
}
.infomation-box-deco3 {
  bottom: 10px;
  left: 10px;
}
.infomation-box-deco4 {
  bottom: 10px;
  right: 10px;
}
.infomation-box-img{
  object-fit: contain;
}
.infomation-box-detail{
}
h3.infomation-box-ttl{
  -webkit-text-stroke: 0.6px #B14C00;
  text-stroke: 0.6px #B14C00;
  stroke: #B14C00;
  stroke-linejoin: round;
  color: rgba(255,255,255,0.8);
  font-size: 30px;
  font-family: "ZenKakuGothicNew bold";
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: 3px;
}
.infomation-box-txt{
  text-align: center;
  margin-top: 30px;
}
.infomation-box-txt p{
  margin: 20px 0;
  line-height: 1.6;
}

@media screen and (max-width: 1000px){
  .infomation-box{
    width: 100%;
    gap: 50px;
  }
  .infomation-box-img{
    width: 40%;
  }
}
@media screen and (max-width: 768px){
  .infomation{
    padding-bottom: 50px;
  }
  .infomation .common{
    padding: 30px 0 0 0;
  }
  .infomation-box{
    flex-wrap: wrap;
    gap: 10px;
    padding: 30px 0;
  }
  .infomation-box-deco{
    width: 8px;
    height: 8px;
  }
  .infomation-ttl{
    font-size: 5vw;
    margin-top: 5px;
  }
  .infomation-ttl-sub{
    font-size: 3.5vw;
    margin-top: 5px;
  }
  .infomation-ttl-img{
    width: 30px;
  }
  .infomation-box-detail{
    width: 100%;
    order: 1;
  }
  .infomation-box-txt{
    margin-top: 20px;
  }
  h3.infomation-box-ttl{
    text-align: center;
    font-size: 6vw;
  }
  .infomation-box-img{
    width: 60%;
    order: 2;
  }
}