@charset "UTF-8";

/* 全体の設定 */

body {
    background-color: #efe9da;
    background-image: radial-gradient(#bfcbb3 30%, transparent 33%),
        radial-gradient(#bfcbb3 30%, transparent 33%);
    background-size: 5px 5px;
    background-position: 0 0, 30px 30px;

    line-height: 1.8;
    font-size: 16px;
    font-family: '小塚ゴシック Pr6N', sans-serif;
    color: #6d4c41;
    

}



body main img {
    max-width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}


   

.text {
    font-size: clamp(24px,5vw,30px);
}

body h1 img{
    margin-bottom: 0;

}

h2 {
    font-family: "Cabin Sketch", sans-serif, sans-serif;
    font-size: 45px;
    color: #6d4c41;
    text-align: center;}


/*  */

body .container {
    /* display:flex;
 justify-content: space-between; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 50px;
    margin: auto;
    height: auto;
    max-width: 1200px;
}


/* headerの設定 */

body header nav {
    position: fixed;
    max-width: 100%;
    margin: auto;

    /* top: clamp(10px, 5vw, 50px);
    left: clamp(10px 3vw, 40px);
    padding: 1rem;  */
    z-index: 999;

}

body header nav li {
    font-family: "Cabin Sketch", sans-serif, sans-serif;
    font-size: 40px;
    color: #6d4c41;
   

}

body header nav li a {
    position: relative;
    display: inline-block;
    transition: color 0.2s;
}


/* ムササビのアニメーション */


body header nav li a:hover::after{
    animation: flying-musasabi 0.7s ease-out forwards;
}



 body header nav li a:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 62px;
    height: 55px;
    background: url(../images/click.png) center /contain no-repeat;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 1;
} 


body header nav li a:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);

} 

body header nav li a:hover {
    color: #315943;
}



/* mainの設定 */
body main {
    margin: auto;
    max-width: 450px;
}

body main section {
    border: 7px solid #6d4c41;
    background-color: #efe9da;
    padding: 50px;
    margin-bottom: 50px;
}


/* カルーセル設定NEW */


.carousel dl{
     background-color: #efe9da;
     padding: 0;
     font-family: 'Yusei Magic','小塚ゴシック Pr6N', sans-serif;
     text-align: center;
}

.bx-wrapper{
    background: #efe9da !important;
    border:5px solid  #efe9da !important;
    box-shadow:none !important;

    -webkit-box-shadow: none !important;
}

/* カルーセルにマウスオーバーしたときの設定 */
.top-carousel {
position: relative;
}


.top-carousel::after {
    content: "";
    position: absolute;
    right: -150px;
    top: -130px;
    width: 200px;
    height: 180px;
    background: url(../images/annai.png) center /contain no-repeat;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.top-carousel:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}



body  .tour_title{
    font-size: 24px;
    font-weight: bold;
}

/*formの設定 */

body .attention{
font-size: 16px;
margin-bottom: 20px;
}


form label{
    display: block;

}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
select,
textarea{
  background-color: #efe9da ;
  border: 2px solid #6d4c41;
  border-radius: 5px;
  padding: 2px 4px;
  margin-bottom: 20px;
}

input[type="number"].box_size.childeren2{
    margin-bottom: 0px ;
}




/* ツアー名トグル設定 */
form .tour_sankaku  {
    background-image: url(../images/sankaku.png);
    background-repeat: no-repeat;
    background-position: right 3px bottom 6px ;
    background-size: 25px;
    width: 280px;


}



/* formラジオボタンの横並び設定 */
form{
    font-weight: bold;
}

form .naraberu_btn{
     display: flex;
    justify-content: start; 
     gap: 10px; 
     padding-left: 10px;
}

/* メッセージボックスの大きさ */
textarea{
   width: 100%;
   height: 150px;
}


.txanarabu{
    display:block !important;
   
    
}



/* 人数ボックスの大きさ */
.box_size{
width: 50px;

}

.attention_gp{
    margin-bottom: 0px;
}


.attention_text{
    font-size:12px;
    margin-top: 0;
    margin-bottom: 20px;

}

/* sendボタン設定 */

body .btn_center{
    text-align: center;
}

body .send_btn{
    margin: 20px 0 40px;
    display: inline-block;
    background-color:#fdf6ec;
    border: 3px solid #6d4c41;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;


}

body .matome_gp{
    margin-bottom: 30px;
    display:flex;
}

body .matome_gp.attention_gp{
    margin-bottom:0px;
}

/* accesパート */

body #ACCESS iframe{
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border:3px solid #315943;
    border-radius: 20px;

}

body #ACCESS .address p {
    margin-top: 40px;
    font-size: clamp(16px,4vw,24px);

}


/* 採用セクション設定 */

body #RECRUTEMENT p{
font-size: clamp(20px, 4vw, 24px);
text-align: center;

}


body #RECRUTEMENT .recruit-info{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px
}

body .click_btn{
    margin-top: 40px;
    display: inline-block;
    background-color:#fdf6ec;
    border: 3px solid #6d4c41;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    
}

/* 採用セクションボタンクリック時アニメーション */
body .click_btn {
    position: relative;
    /* display: inline-block; */
}


body .click_btn:hover::after{
    animation: stamp 0.7s ease-out forwards;
}



body .click_btn:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 62px;
    height: 55px;
    background: url(../images/animal.png) center /contain no-repeat;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 999;
} 


body .click_btn:hover::after {
    opacity: 1;
     transform: translateX(1px) translateY(1px); 

} 



/* formボタンクリック時アニメーション */
body .btn_center{
    position: relative;
    /* display: inline-block; */
}


body .btn_center:hover::after{
    animation: stamp 0.7s ease-out forwards;
}



 body .btn_center:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 62px;
    height: 55px;
    background: url(../images/animal.png) center /contain no-repeat;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 999;
} 


body .btn_center:hover::after {
    opacity: 1;
     transform: translateX(1px) translateY(1px); 

} 




/* asideの設定 */
body aside img {
    max-width: 80%;
}





body aside .copy {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;


}



 body aside .copy .hakozakichou {
    position: fixed;
    right: 150px;
    top:50px;
    



} 

body aside .copy .kokoni {
    position: fixed;
    right:230px;
    top: 180px;
    

}

/* fotterの設定 */
footer{

background-color: #6d4c41;
}

footer p{
color: #fefdfc;
text-align: center;

}


/* Thanksページの設定 */
#thankspage h1{
    font-family: "Cabin Sketch", sans-serif, sans-serif;
    font-size: 45px;
    color: #6d4c41;
    text-align: center;

}


#thankspage main section{
    text-align: center;
}

#thankspage a {
    position: relative;
    /* display: inline-block; */
}


#thankspage a :hover::after{
    animation: stamp 0.7s ease-out forwards;
}



#thankspage a:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 62px;
    height: 55px;
    background: url(../images/animal.png) center /contain no-repeat;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 999;
} 


#thankspage a:hover::after {
    opacity: 1;
     transform: translateX(1px) translateY(1px); 
    }

/* ツアー詳細ページ設定 */




.tour_container  h1,.tour_container  h2{
    font-family: "Cabin Sketch", sans-serif, sans-serif;
    font-size: 38px;
    color: #6d4c41;
    text-align: center;
}

.tour_container .ashirai{
     font-family: "Yusei Magic", sans-serif, sans-serif;
    font-size: 16px;
    color: #6d4c41;
    text-align: center;
}

.tour_container .text {
    font-family: "Yusei Magic", sans-serif, sans-serif;
    font-size: clamp(24px,5vw,29px);
    color: #6d4c41;
 

}

.tour_container .setumei p{
    font-size: 20px;
    margin-bottom: 20px;
    
}

.tour_container h3{
    font-weight: bold;
}

.tour_container dl{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.tour_container dt{
    font-weight: normal;
}


.tour_container div{
    margin-bottom: 20px;
}


.tour_container .cyuuou{
text-align: center;
}

.tour_container .click_btn{
    padding: 20px;
    
}

/* 採用ページ設定 */
.Recruitpg h2{
    font-size: 26px;
    
}

.Recruitpg h3{
    font-weight: bold;

    font-size: 20px;
    margin-bottom: 30px;
    
}

.Recruitpg h4{
    font-weight: bold;
}

.Recruitpg dl {
    display: flex;
    justify-content: start;
    
}


/* 縮小版切り替えポイント */

@media (width <= 980px) {
    
    body{
        display:block;
    }

    body .container{
        display: block;
    }

    body header{
        display: none;
    }
    body aside{
    display: none;
    }
        


}

/* スマホレスポンシブ */

@media (width <= 375px){

 /* textarea{
    width: 150px;
    height: auto;
} */

.recrute_text{
    font-size: 16px;
}



 }