@charset "UTF-8";

body{
    font-family: var(--font-family-serif);
    --font-family-serif: "notoSerifJp", "Noto Serif JP", "游明朝", "Yu Mincho", yumincho, "Hiragino Mincho Pro", serif;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: white;
    margin: 0 auto;
}

a{
    cursor: unset;
}

.language{
    position: fixed;
    top: 20px;
    right: 50px;
    z-index: 100;
    font-weight: 600;
    font-family: "SF Pro JP", sans-serif;
}

.language ul{
    display: flex;
}

.language ul li{
    padding-left: 20px;
    padding-right: 20px;
}

.language ul li:nth-child(odd){
    border-right: solid 2px black;
}

.hamburger{
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 100; */
    width: 100vw;
    height: 100vh;
    background-color: #cccc;
    margin: 0 auto;
    display: none;
}

.hamburger{
    text-align: center;
}

.hamburger.is-active{
    display: flex;
    position: absolute;
    z-index: 200;
    justify-content: center;
    margin: 0 auto;
    position: fixed;
}

.hamburger ul li{
    margin-top: 30px;
    cursor: pointer;
    padding: 30px;
}

.material-icons-close{
    position: fixed;
    top: 80px;
    right: 80px;
}

.material-icons-close.is-active{
    z-index: 300;
}

.material-icons{
    position: fixed;
    top: 75px;
    right: 50px;
    cursor: pointer;
    font-size: 150px;
    z-index: 100;
}

.material-icons.is-active{
    display: none;
}

.material-icons:hover{
    opacity: .8;
    background-color: #808080;
}

/* .menu.is-active{
    display: none;
} */

.logo{
    text-align: center;
    margin: 30px;
    cursor: pointer;
}

.logo img{
    width: 120px;
}

.logo h1{
    font-family: "Zapfino";
    font-style: bold;
}

.header{
    margin: 0 auto;
    color: black;
    /* position: absolute; */
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
    width: 100%;
    position: fixed;
}

.reserve_fix{
    position: fixed;
    right: 50px;
    bottom: 50px;
    border-radius: 50%;
    border: 2px solid #808080;
    color: #808080;
    width: 100px;
    height: 100px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

a{
    cursor: pointer;
}

.reserve_fix:hover{
    opacity: .8;
    background-color: #808080;
    color: white;
}

.header ul li:hover {
    opacity: 0.8;
    background-color: #ddd;
}

.header ul li a{
    display: block !important;
}

.header_img{
    text-align: center;
    display: block;
    margin: 0;
    position: relative;
}

.header_img img{
    opacity: 0.6;
    position: relative;
    width: 100%;
}

.wordinimage{
    line-height: 150%;
    font-size: 250%;
    text-align: center;
}

.main{
    margin-top: 200px;
}
.main h1{
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 20px;
}

.main p{
    font-size: 10px;
}

.m_btitle{
    display: flex;
    justify-content: space-between;
}

.m_title{
    margin-bottom: 50px;
    padding-left: 200px;
}

.logo_wild{
    margin-top: -50px;
    padding-right: 200px;
}

.logo_wild img{
    width: 150px;
}

.slide{
    overflow: hidden;
    .loop_items{
        display: grid;
        grid-auto-columns: 10rem;
        grid-auto-flow: column;
        justify-items: center;
        animation: scroll 10s linear infinite;
        img{
            height: 200px;
            width: 200px;
            object-fit: cover;
        }
    }
}
@keyframes scroll {
    to{
        translate: calc(10em * -5.35);
    }
}

.mv{
    display: none;
}

.content{
    /* text-align: center; */
    background-color: white!important;
    /* padding-bottom: 20px; */
}

h2{
    border-bottom: 1px solid #808080;
    color: black;
    padding-top: 20px;
    width: 10%;
    padding-left: 5%;
    color: #808080;
    font-size: 200%!important;
    white-space: nowrap;
}

.service_block{
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.service{
    text-align: center;
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.service_cel{
    display: none;
}

.reserve{
    text-align: center;
    padding: 20px;
    border: 1px solid #808080;
    margin: auto 0;
    width: 200px;
    margin: 0 auto;
}

.reserve:hover{
    opacity: .8;
    color: white;
    background-color: #808080;
}

.p{
    flex: 1;
    text-align: left;
}

.service_title{
    text-align: center;
    font-size: 50px;
    margin: 50px;
    font-family: HanziPen SC;
    font-weight: bold;
}

.parallax_content{
    display: flex;
    /* height: 100%; */
    padding: 5%;
    width: 80%;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
  
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    color: white;
    font-size: 4vh;
    line-height: 10vh;
    text-align: center;
    font-weight: bold;
    font-family: ヒラギノ丸ゴ Pro;
    margin-left: 10%;
    border-radius: 40px;
  }
  .img_bg_01{
    background-image: url(../../picture/tourfoto.avif);
    opacity: 0.8;
    background-size: contain;
}

.parallax_box{
    padding-top: 20px; 
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.title_explain{
    text-align: center;
    margin: 100px;
    line-height: 10vh;
}

.service:hover{
    opacity: .6;
    cursor: pointer;
}

.service img{
    width: 300px;
    height: 200px;
    border-radius: 20px;
}

.title{
    font-weight: bold;
    border-bottom: 0.1px solid white;
    display: inline-block;
    width: 50%;
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
}


.explain{
    font-size: 12px;
    color: #808080;
    padding-top: 10px;
    align-items: center;
}

.detail_more{
    border: solid 1px black;
    width: 180px;
    padding: 20px;
    padding-left: 30px;
    margin-top: 20px;
}

.detail_more:hover{
    background-color: #808080;
    color: white;
    border: solid 1px white;
    transition: .5s;
}

.access{
    margin: 50px;
}

.direction{
    margin-left: 40px;
    align-items: center;
}

.direction img{
    width: 500px;
    border-radius: 30px;
}

.direction a{
    cursor: pointer;
}

.e_aboutus a{
    cursor: pointer;
}

.more:hover{
    background-color: #808080;
    color: white;
    border: solid 1px white;
    transition: .5s;
}

h3{
    font-size: 40px!important;
}

.direction p{
    font-size: 20px;
    padding-top: 20px;
    color: #808080;
}

.footer{
    /* background-color: #ddd; */
    margin-top: 30px;
    padding-top: 20px;
    margin-bottom: 30px;
    margin-left: 20%;
    margin-right: 20%;
    color: black;
    /* border-radius: 50px 50px 0 0; */
    text-align: left;
    border-top: solid 1px grey;
}

.footer a{
    cursor: pointer;
}

.f_contact_sns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.f_contact{
    padding: 30px;
    /* border: solid 1px #808080; */
    width: 500px;
    text-align: center;
}

.f_contact:hover{
    color: white;
    background-color: #808080;
}

.f_contact p{
    opacity: .7;
}

#f_contact{
    font-size: 50px;
}

#sns{
    text-align: center;
}

#sns img{
    width: 30px;
}

.f_logo{
    gap: 30px;
    display: flex;
    align-items: center;
}

.logo_mini img{
    width: 100px;
}

#title{
    font-size: 40px;
}

.menu_mini ul{
    display: flex;
    justify-content: space-between;
}

.menu_mini ul li{
    padding: 5px;
    opacity: 0.7;
}

.menu_mini ul li:hover{
    opacity: 0.8;
    color: white;
    background-color: #808080;
}

.menu_mini ul li a{
    cursor: pointer;
}

@media(min-width:1300px){
    .title{
        font-size: 300%;
    }
}

@media(max-width:1300px){
    .title{
        font-size: 30px;
    }
}

@media(max-width:1210px){
    .parallax_content{
        font-size: 20px;
    }
}

@media(max-width:1200px) and (min-width:600px){
    .wordinimage{
        position: absolute;
        right: 5%;
        top: 20%;
    }
}

@media(min-width:1200px){
    .wordinimage{
        position: absolute;
        right: 5%;
        top: 50%;
    }
}

@media (min-width: 1150px){
    .access{
        display: flex;
        justify-content: center;
        gap: 50px;
    }
    .more{
        margin-top: 50%;
        border: solid 1px black;
        width: 200px;
        padding: 20px;
    }
}

@media (max-width: 1150px){
    .access{
        text-align: center;
    }
    h3{
        padding: 15px;
    }
    .header ul{
        display: none;  
    }
    .direction{
        margin-left: initial;
    }
    .e_aboutus p{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .more{
        border: solid 1px black;
        width: 200px;
        padding: 20px;
        display: inline-block;
        text-align: center;
    }
}

@media (min-width: 1100px){
    .header ul{
        display: flex;
        text-align: center;
        width: 80%;
        padding-top: 70px;
        padding-right: 150px;
    }
    
    .header ul li{
        width: 100%;
        text-align: center;
        margin: 0;
        border-right: 1px solid black;
        cursor: pointer;
        transition: all 0.3s;
        height: 40px;
        padding-top: 10px;
        }
    
        .header ul li:first-child{
            border-left: 1px solid black;
        }
    }
    
    @media (max-width: 1100px){
        .header ul{
            margin: 20px;
        }
        .header{
            display: initial;
        }
        .logo{
            position: fixed;
            top: 10px;
            left: 10px;
        }
        .logo_wild{
            display: none;
        }
        .service_block{
            margin-right: inherit;
        }
    }

@media(max-width:1000px){
    .f_contact_sns{
        display: initial;
    }
    .f_contact{
        width: initial;
    }
    #sns{
        margin-top: 20px;
        margin-bottom: 20px;
    } 
    #sns a{
        margin-left: 20px;
        margin-right: 20px;
    }
    .slide img{
        width: 100%;
    }
}

@media(max-width:900px){
    #title{
        font-size: 30px;
    }
}

@media(max-width:800px){
    .access img{
        width: 400px;
    }
    .service{
        display: initial;
    }
    .content{
        text-align: center;
    }
    .service_block{
        margin: 0 auto;
        margin-top: 40px;
    }
    .p{
        text-align: center;
    }
    .detail_more{
       display: inline-block;
       margin-bottom: 40px;
    }
}

@media(max-width:750px){
    #title{
        font-size: 20px;
    }
}

@media(max-width:720px){
    .parallax_content{
        font-size: 15px;
    }
}

@media(min-width:700px){
    .map iframe{
        width: 600px; 
        height: 450px;
    }
    .access{
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media(max-width:700px){
    .map iframe{
        width: 100%;
        height: 100%;
    }
    .f_logo{
        display: initial;
        text-align: center;
    }
    .logo_mini{
        margin: 30px;
    }
}

@media(max-width:600px){
    .wordinimage{
        position: absolute;
        right: 5%;
        top: 20%;
        font-size: 150%;
    }
    .logo img{
        width: 60px;
    }
    .language{
        right: 35px;
    }
    .reserve_fix{
        right: 30px;
        bottom: 30px;
        width: 70px;
        height: 70px;
        font-size: 10px;
        border: solid 0.7px #808080;
    }
    .m_btitle{
        display: initial;
    }
    .m_title{
        padding-left: 10%;
    }
    .m_title h1{
        font-size: 15px;
    }
    .slide{
        display: none;
    }
    .mv{
        display: block;
        position: relative;
        height: 600px;
    }
    .items{
        position: absolute;
        top: 0;
        left: 0;
    }
    .items img{
        width: 100%;
        height: 80%;
    }
    .items{
        opacity: 0;
        object-fit: cover;
        animation: img-change 25s infinite;
    }
    .items:nth-child(1) {
        animation-delay: 0s;
      }
      .items:nth-child(2) {
        animation-delay: 5s;
      }
      .items:nth-child(3) {
        animation-delay: 10s;
      }
      .items:nth-child(4) {
        animation-delay: 15s;
      }
      .items:nth-child(5) {
        animation-delay: 20s;
      }
    @keyframes img-change {
        0% {
          opacity: 0;
        }
        10% {
          opacity: 1;
        }
        20% {
          opacity: 1;
        }
        23% {
            opacity: 0 ;
        }
        30% {
          opacity: 0;
        }
        40% {
          opacity: 0;
        }
        100% {
          opacity: 0;
        }
      }
}

@media(max-width:630px){
    .service_title{
        font-size: 40px;
    }
}

@media(max-width:550px){
    #f_contact{
        font-size: 30px;
    }
    .p{
        margin-top: 50px;
    }
}

@media(max-width:500px){
    .direction img{
        width: 300px;
    }
    .service_title{
        font-size: 30px;
    }
    .header_img img{
        width: 100%;
        margin: 0 auto;
    }
    .wordinimage{
        top: 20%;
        font-size: 125%;
    }
    .mv{
        height: 500px;
    }
    .parallax_box{
        display: none;
    }
    .service_cel{
        display: inherit;
        position: relative;
        margin-bottom: 50px;
    }
    .service_cel img{
        width: 100%;
        /* opacity: 0.5; */
    }
    #content_cel{
        text-align: center;
        /* transform: translate(45%, -10%); */
        line-height: 25px;
        color: black;
        background-color: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 5px;
        font-size: 15px;
        /* width: %; */
        padding: 10px;
        margin-top: 20px;
    }
    .menu_mini ul{
        /* display: initial; */
        font-size: 10px;
    }
    /* .menu_mini ul li{
        line-height: 30px;
    } */
}

@media(max-width:425px){
    .mv{
        height: 440px;
    }
}

@media(max-width:400px){
    .service_title{
        font-size: 20px;
    }
    .parallax_content{
        font-size: 10px;
    }
    .logo{
        margin: 5px;
    }
    .language{
        right: 10px;
    }
    .material-icons{
        right: 25px;
    }
}