
/*font*/


/*body*/
body {
    color: #1a1a1a;
    line-height: 1.2;
    overflow-x: hidden;
    margin: 0;
    font-family: sans-serif;
}
header{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100px;
    position: absolute;
    z-index: 100;
}
.header-nav{
    width: 92%;
    display: flex;
    justify-content: space-between;
    margin: 2rem auto 0;
}
.header-nav img{
    height: min-intrinsic;
}
/*mv*/
.main-visual{
    position: relative;
    background-image: url(../img/kv.png);
    padding-bottom: 44rem;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
}
.main-visual h2,
.main-visual h3{
    white-space: nowrap;
}
.main-visual h2{
    margin-bottom: 0;
    letter-spacing: 3px;
    line-height: 1.5;
}
.main-visual h3{
    margin-top: 0;
    letter-spacing: 3px;
    line-height: 3;
}
.main-visual::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #717171;
    opacity: 0.55;
}
a{
    color: #1a1a1a;
    outline: none;
    text-decoration: none;
}
a:hover{
    opacity: 0.7;
}

h2{
    color: #FFF;
    text-align: center;
    font-family: "shippori-mincho", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%; /* 80px */
    letter-spacing: 6.4px;
}
h3{
    color: #FFF;
    font-family:"shippori-mincho", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    letter-spacing: 4.8px;
}
h4{
    color: #1A1A1A;
    font-family: 'Ms Madi', cursive;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    display: block;
    margin: 0 0 16px;
}
h5{
    color: #1A1A1A;
    font-family: "shippori-mincho", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 25.2px */
    letter-spacing: 1px;
    text-align: left;
    margin: 0;
}
span{
    color: #1A1A1A;
    font-family: 'Ms Madi', cursive;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    margin-left: 7px;
}

.title h4{
    text-align: center;
    display: block;
    margin-bottom: 8px;
} 
.title p{
    font-family: "shippori-mincho", sans-serif;
    font-size: 1.5rem;
    text-align: center;
    margin: 0;
}
p{
    color: #1A1A1A;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 21.6px */
    text-align: left;
    word-break: break-all;
    letter-spacing: 0;
}
.btn{
    width: 200px;
    height: 48px;
    margin-top: 24px;
}
img{
    border-radius: 8px;
    width: 100%;
}
.img_box {
    width: 50%;
}
/*下層*/
/*共通*/
.sp-br{
    display: none;
}
.pc-br{
    display: block;
}
.box{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.text{
    width: 45%;
}
.text p{
    
}
.wrap{
    min-width: 950px;
}
.btn{
    width: 220px;
    height: 48px;
    flex-shrink: 0;
    border: 1px solid #1A1A1A;
    text-align: center;
    display: block;
}
.btn a {
    margin: 0;
    width:fit-content;
}
.btn a p{
    text-align: center;
    width:fit-content;
    margin: 0;
    padding:10px 70px ;
}
.svg{
    text-align: center;
}
.svg-sp{
    display: none;
}
.sp-img{
    display: none;
}
.inner {
    max-width: 950px;
    margin: 0 auto;
}
.inner_bule {
    background: linear-gradient(90deg, rgba(49, 136, 153, 0.30) 0%, rgba(119, 160, 162, 0.30) 99.97%);
}
.inner_green {
    background: linear-gradient(90deg, #C8F0F5 0%, #BAE3B6 65.58%, #F1F5C8 100.73%);
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
    height: 440px;
    margin-bottom: 5rem;
}
.inner_light_blue {
    background: linear-gradient(90deg, rgba(217, 250, 255, 0.70) 40.29%, #DDFFD8 100.73%);
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
    height: 440px;
    margin-bottom: 5rem;
}
.inner_gray {
    background: #2D2828;
    padding-bottom: 5rem;
}
.inner_gray .text{
    position: relative;
}
.inner_gray .text::after {
    position: absolute;
    content: url("../img/day3_11.webp");
    display: block;
    right: 0;
    bottom: -13rem;
}
.inner_img {
    background-image: url( "../img/day3_10.webp");
    background-size: cover;
}

.line_icon::before {
    content: url("../img/line_icon.png");
    display: block;
    text-align: center;
    padding: 2rem 0;
}
.box-shift {
    padding: 32px 0 0;
}

.col-reverse {
    flex-direction: row;
}
.col-flex-end {
    align-items: flex-end;
}
@media(max-width:768px) {
    p {
        letter-spacing: -0.5px;
    }
    h4{
        margin: 16px 0;
    }
    .inner_img {
        background-image: url( "../img/day3_10_sp.webp");
        background-repeat: no-repeat;
        background-position: center;
    }
    .inner_green, .inner_light_blue {
        top: 0;
        height: auto; 
        margin-bottom: 0;
    }
    .inner_gray .text::after {
        content: url("../img/day3_11_sp.webp");
        bottom: -10rem;
}
    .box-shift {
        padding: 2rem 1rem;
    }
    .col-reverse {
        flex-direction: column-reverse!important;
    }
    .col-flex-end {
        flex-direction: column!important;
    }
    .img_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 13px;
    }
    .main-visual h2{
        font-size: 28px;
    }
}

/*kv*/
#wrap{
    width: 1920px;
    height: 730px;
}
.kv{
    position:relative;
    background-color: #717171;
    border-radius: 0px;
}
.kv-back{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #717171 ;
    opacity: 0.55;
    width: 1920px;
    height: 730px;
    text-align: center;
    mix-blend-mode:exclusion;
}
.kv-text{
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.kv-img{
    text-align: center;
}
.kv-img .a{
    position: absolute;
    z-index: 99;
    top: 48px;
    left: 420px;
    text-align: justify;
}
.kv-img .b{
    position: absolute;
    top: 48px;
    left: 1400px;
    z-index: 99;
}

/*====================================*/
/* ハンバーガーメニュー */
/*====================================*/
.hamburger_menu {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open .hamburger_menu {
  left: 0;
  opacity: 1;
}
.hamburger_menu .inner {
  padding: 25px;
}
.hamburger_menu .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hamburger_menu .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
.hamburger_menu .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
.hamburger_menu .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  .hamburger_menu {
    left: -290px;
    width: 290px;
  }
  .kv-text{
    top: 40%;
    }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
    font-family: "bananaslip plus";
    display: inline;
    position: fixed;
    color: #75809E;
    font-size: 24px;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    transition: all .5s;
    cursor: pointer;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.70);
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 10px;
  width: 32px;
  height: 3px;
  background-color: #75809E;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 16px;
}
.toggle_btn span:nth-child(2) {
  top: 30px;
}
.toggle_btn span:nth-child(3) {
  bottom: 18px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(13px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-14px) rotate(315deg);
}
/*============
#link
=============*/
.link_btn {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
}
.link_list{
    margin-top: 3rem;
}
.link_list a {
    text-decoration:none;
}
.link_list a p {
    margin-bottom: 2rem;
}
.link_list p::before {
    display: none!important;
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}


/*-------------------------- 

    　　　共通リスト

----------------------------*/

.list_box01 {
    
}
.list_box02 {
    padding-top: 1.5rem;
}
.list_box03 {
    max-width: 950px;
    margin: 0 auto;
    padding: 2.5rem 0;
}
.list_box04 {
    padding: 7.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list_box04 h5, .list_box04 p{
    text-align: center;
} 
.box02 {
    display: flex;
    justify-content: flex-end;
    width: 80%;
    margin-left: auto;
}
.box03 {
    display: flex;
    justify-content: flex-start;
    width: 80%;
    margin-right: auto;
}
@media(max-width:768px) {
    .list_box02 {
        display: none;
    }
    .list_box03 {
        padding: 1.5rem 1rem;
    }
    .list_box04 {
        padding: 5rem 0 3rem;
    }
}

/*-------------------------- 

    3泊4日の過ごし方 nav

----------------------------*/
.day_title h3{
    color: #1a1a1a;
    text-align: center;
    font-size: 24px;
    margin: 7.5rem 0 3rem;
}
.day_list {
    padding:20px 0;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}
.day_list h3 {
    color: #1a1a1a;
    font-size: 24px;
    text-align: center;
    line-height: normal;
    margin: 0 0 3rem;
}
.stay_nav .stay_nav_list{
    display: flex;
    justify-content: center;
    align-items: center;
}
.stay_nav .stay_nav_list a {
    border-left: 1px solid #1a1a1a;
    padding: 0 5.3rem;
}
.stay_nav .stay_nav_list a:last-child {
    border-right: 1px solid #1a1a1a;
}
.stay_nav .stay_nav_list p {
    text-align: center;
    margin: 8px 0 0;
}
@media(max-width:768px) {
    .day_title h3{
        font-size: 20px;
        margin: 5rem 0 2.5rem;
    }
    .day_list {
        display: none;
    }
}

/*-------------------------- 

    　　　　1日目

----------------------------*/

.day1 {
    background: linear-gradient(0deg, #FFF8D6 0%, rgba(254, 255, 229, 0.40) 84.5%, rgba(254, 255, 229, 0.00) 100%);
}
.day1 .title {
    padding: 7.5rem 0 3.5rem;
}
.day1 .title p {
    font-size: 1rem;
    font-weight: 600;
}
@media(max-width:768px) {
    .day1 {
        padding: 0rem 1rem 0;
    }
    .day1 h3 {
        font-size: 20px;
    }
    .day1 .title{
        padding: 0 0 2rem;
    }
    .stay_nav{
        display: none;
    }
}

/*-------------------------- 

    　　　　2日目

----------------------------*/

.day2 {
    background: linear-gradient(0deg, #FCF0D3 0%, rgba(239, 234, 218, 0.80) 71.5%, rgba(245, 242, 234, 0.00) 100%);
    padding: 5rem 0 0;
}
.day2 .title {
    padding: 0 0 3.5rem;
}

@media(max-width:768px) {
    .day2 {
        padding: 5rem 1rem 0;
    }
    .day2 h3 {
        font-size: 20px;
    }
    .day2 .title{
        padding: 0 0 2rem;
    }
}
/*-------------------------- 

    　　　　3日目

----------------------------*/
.day3 {
    background: linear-gradient(0deg, #F3FFE9 0%, rgba(243, 255, 233, 0.60) 80%, rgba(245, 242, 234, 0.00) 100%);
    padding: 5rem 0 0;
}
.day3 .title {
    padding: 0 0 3.5rem;
}
.color_wh h4, .color_wh h5, .color_wh p,.color_wh span{
    color: #fff!important;
}
.color_wh .btn {
    border: 1px solid #fff;
}
@media(max-width:768px) {
    .day3 {
        padding: 5rem 1rem 0;
    }
    .day3 h3 {
        font-size: 20px;
    }
    .day3 .title{
        padding: 0 0 2rem;
    }
}

/*-------------------------- 

    　　　　4日目

----------------------------*/
.day4 {
    background: linear-gradient(0deg, #FFF8D6 0%, rgba(254, 255, 229, 0.40) 84.5%, rgba(254, 255, 229, 0.00) 100%);
    padding: 5rem 0 7.5rem;
}
.day4 .title {
    padding: 0 0 3.5rem;
}
.banner {
    max-width: 950px;
    margin: 5rem auto 0;
}
@media(max-width:768px) {
    .day4 {
        padding: 5rem 1rem 0;
    }
    .day4 h3 {
        font-size: 20px;
    }
    .day4 .title{
        padding: 0 0 2rem;
    }
    .banner {
        margin: 0;
        padding: 3rem 0;
    }
    .logo{
        width: 50%!important;
    }
    .footer{
        padding: 5rem 0!important;
    }
    .footer-btn {
        width: 100%!important;
    }
    .footer h4{
        padding: 16px 56px !important;
        margin: 0 auto;
    }
    .footer p {
        margin: 0;
    }
    .f-list {
        margin: 2.5rem 0;
        flex-direction: column;
    }
    .ph, .shin-ph {
        margin-bottom: 0px!important;
        justify-content: center!important;
    }
    .shin-ph::before{
    content: '';
    position: relative;
    border-left:0.8px solid #FFF ;
    height: 16px;
    top: -5px;
}
    
}

.svg1{
    text-align: center;
    margin-top: 3rem;
}
.img-list img{
    margin:0 5px;
}

/*footer*/
.footer{
    padding: 5rem 0 0;
    position: relative;
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
}
.footer h3{
    text-align: center;
    padding-top: 2.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 0;
}
.footer h4{
    color:#fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    border: 1px solid #FFF;
    padding: 15px 117px;
    width: fit-content;
}
.footer p{
    color:#fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 24px;
    font-family: 'Noto Sans JP', sans-serif;
}
.footer-btn{
    width: 440px;
    margin: 0 auto;
    display: block;
}
.logo{
    width: 10%;
    margin: 0 auto;
}
.back{
    position: absolute;
    mix-blend-mode: color; 
    top: 0px;
    z-index: -30;
}
.f-list{
    display: flex;
    justify-content: center;
}
.ph,.shin-ph{
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 90px;
}
.ph p,
.shin-ph p{
    padding: 0 16px;
}
.ph::before,
.ph::after{
    content: '';
    position: relative;
    border-left:0.8px solid #FFF ;
    height: 16px;
    top: -5px;
}
.shin-ph::after{
    content: '';
    position: relative;
    border-left:0.8px solid #FFF ;
    height: 16px;
    top: -5px;
}
.end{
    text-align: center;
    font-family: 游明朝, "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", Georgia;
    font-size: 14px;
    color: #888;
}
.back_box{ 
    display: flex;
    justify-content: center;
}
.back_banner{
    width: 50%;
}
.back_banner img{
    width: 100%;
}
.sidebar_btn {
    writing-mode: vertical-rl;
    align-items: center;
    position: fixed;
    bottom: 40px;
    right: 0px;
    margin-right: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    letter-spacing: 10px;
    font-weight: bold;
    transition: .4s;
    color: #fff !important;
    z-index: 1;
}

/*sp*/
@media(max-width:950px){
    .back_box{ 
        display: block;
        }
    .back_banner{
        width: 100%;
    }
    .sidebar_btn{
        margin-right: 16px;
    }
    .main-visual{
        background-image: url(../img/kv-sp.png);
        padding-bottom: 44rem;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
    }
    .sp-br{
        display: block;
    }
    .pc-br{
    display: none;
}
    h2{
        font-size: 19px;
    }
    h3{
        font-size: 14px;
    }
    p{
        margin: 16px 0;
    }
    body{
        text-align: center;
    }
    .wrap{
        max-width: 950px;
        min-width: 375px;
    }
    .header-nav{
        width: 90%;
        margin:10px auto 0 auto;
        justify-content: flex-start;
    }
    .header-nav .a,
    .header-nav .b{
        width:25% ;
    }
    .header-nav .a{
        height: auto;
        width: 50%!important;
        margin-top: 12px;
    }
    .header-nav .b {
        width: 30% !important;
        padding-left: 16px;
    }
    .header-nav .b{
        margin-top: 20px;
    }
    .box {
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }
    .box img{
        width: 100%;
    }
    .pc-img{
        display: none;
    }
    .sp-img{
        display: block;
        width: 94%;
    }
    .text{
        width: 100%;
        margin-right: 0;
    }
    .btn {
        margin: 24px auto 0 auto;
    }
    .svg{
        height:40px;
    }
    .svg-pc{
        display: none;
    }
    .svg-sp{
        display: inline;
    }
    .svg1{
        margin-top: 0;
        height: 40px;
    }
    @media(min-width:500px){
    /*footer*/
   
    .footer h3{
        color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 43.2px */
    letter-spacing: 3.84px;
    }
    .footer h4{
        color:#fff;
        font-size: 12px;
        border: 1px solid #FFF;
        padding: 13px 40px;
        width: fit-content;
        white-space: nowrap;
    }
    .footer p{
        color:#fff;
        text-align: center;
    }
    .footer-btn{
        width: 200px;
        margin: 0 auto;
        display: block;
    }
    .f-list p{
        color: #FFF;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        white-space: nowrap;
    }
    .ph p,
    .shin-ph p{
        padding:0 16px;
        width: fit-content;
    }
    .ph,.shin-ph{
        margin-bottom: 64px;
    }
    .end{
        font-size: 8px;
        white-space: nowrap;
        margin: 6px auto 4px auto;
    }
}
@media(max-width:460px){
    .main-visual{
        background-image: url(../img/kv-mini.png);
        padding-bottom: 536px;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
    }
}