@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Acme';
    src: url(../font/Acme/Acme-Regular.ttf);
}

@font-face {
    font-family: 'Roboto_Flex';
    src: url(../font/Roboto_Flex/RobotoFlex-VariableFont_GRAD\,XOPQ\,XTRA\,YOPQ\,YTAS\,YTDE\,YTFI\,YTLC\,YTUC\,opsz\,slnt\,wdth\,wght.ttf);
}

body{
    position: relative;/*top-buttonの固定*/
    color: #000B00;
    font-family: 'Roboto_Flex';
    font-size: 4vw;
}

h2{
    color: #0b4f41;
    font-family: 'Roboto_Flex';
    font-size: 5.5vw;
}

li{
    list-style: none;
    color: #000B00;
}

a{
    text-decoration: none;
    color: #000B00;
}

/*ヘッダー**********************
header{
    position: absolute;
    display: flex;
    position: fixed;
    width: 97vw;
    top: 0;
    background-color: white;
    padding: 1.5%;
    z-index: 100;
}

header h1{
    width: 15%;
}

header h1 img {
    width: 100%;
}

header nav {
    width: 65%;
    margin-left: auto;
    margin-right: 0;
}

header nav ul {
    display: flex;
    justify-content: space-between;
    padding-top: 0.6%;
}

header nav ul li{
    display: inline-block;
    font-size: 1.5vw;
    padding-top: 0.5%;
    margin-right: 2%;    
}

header nav ul li:nth-last-child(1){
    font-family: 'Roboto_Flex';
    font-weight: 800;
    font-size: 1.8vw;
    border: 0.2vw solid #0b4f41;
    border-radius: 3vw;
    padding: 0 1.5vw;
}

header nav ul li:nth-last-child(1) a{
    color: #0b4f41;

}

header .sns-box{
    width: 7%;
}

header .sns-box a img{
    width: 3vw;
}
*/

.slider{
    margin-top: 5vw;
}

.slider::after{
    display: none;
}

.slider + p{
    font-size: 1.8vw;
    width: fit-content;
    margin-top: 13vw;
    margin-left: 5vw;
}

main section:nth-of-type(1){
    position: relative;
}

main section:nth-of-type(1):before{
    position: absolute;
    content: "";
    width: 98.5vw;
    height: 1vw;
    left: 0vw;
    bottom: -1.8vw;
    border-top: 0.1vw solid gray;
}

.title-wrap{
    margin: 3vw 5vw;
    line-height: 2;
}

.slider + p span{
    margin: 0 1vw;
}

.plan-wrap{
    width: 90%;
    margin: 0 auto;
    text-align: 3;
}

.price-flex{
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.price-flex li{
    display: block;
    width: 50%;
    text-align: center;
}

.price-flex li:nth-of-type(1){
    padding-top: 2%;
}
.price-flex li:nth-of-type(2){
    width: 50%;
    font-size: 5vw;
    color: #0b4f41;    
}

.plan-li1 {
    letter-spacing: 0.1em;
    margin: 2% 0;
}

.plan-li1:nth-of-type(2){
    position: relative;
    display: block;
    width: fit-content;
    margin: 3% auto 0 auto;
}

.plan-li1:nth-of-type(2)::before{
    position: absolute;
    content: "";
    width: 4vw;
    height: 4vw;
    top: 0.2vw;
    left: -5vw;
    background-image: url(../images/point.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.plan-li1:nth-of-type(3){
    display: block;
    width: 95%;
    line-height: 1.8;
    letter-spacing: normal;
    margin: 3% auto 0 auto;
}

.categories-box{
    margin: 5% 0;
    letter-spacing: 0.1em;
}

.categories-box p{
    display: block;
    width: fit-content;
    color: white;
    background: rgb(13,80,67);
    background: linear-gradient(90deg, rgba(13,80,67,1) 52%, rgba(90,186,32,1) 100%);
    border-radius: 1vw;
    padding: 1% 3%;
}

.categories-flex{
    display: flex;
    box-shadow: 0px 0px 5px 1px #000b0044;
    border-radius: 1vw;
    padding: 2% 3%;
    margin-top: 2%;
}

.categories-flex li{
    margin-right: 2vw;
    font-size: 3vw;
    letter-spacing: -0.01em;
}

/*section2*/
main section:nth-of-type(3){
    width: 90%;
    margin: 5% auto;
}

main section:nth-of-type(3) h3{
    color: #0b4f41;
    text-align: center;
}

.contents-child{
    display: block;
    border-radius: 1vw;
    font-size: 3.5vw;
    box-shadow: 0px 0px 5px 1px #000b0044;
    padding: 2% 0;
    margin-top: 3%;
}

.contents-child ul{
    margin-left: auto;
}

.contents-child ul li{
    line-height: 1.7;
    margin: 0 2%;
}

.contents-child:nth-of-type(3) ul li:nth-of-type(2),
.contents-child:nth-of-type(3) ul li:nth-of-type(3),
.contents-child:nth-of-type(3) ul li:nth-of-type(6){
    display: block;
    width: fit-content;
    margin-left: 9.5%;
}

.contents-child:nth-of-type(3) ul li:nth-of-type(4){
    display: block;
    width: fit-content;
    margin-left: 24%;
}


.contents-child:nth-of-type(6){
    margin-top: 10%;
}

/*section4*/

main section:nth-of-type(4){
    margin-bottom: 10%;
    font-size: 3vw;
}

main section:nth-of-type(4) h2{
    margin-left: 5%;
}

/*section5*/
main section:nth-of-type(5){
    width: 100%;
    background-color: rgb(236, 236, 236);
    padding: 5% 0;
}

.booking-btn{
    position: relative;
    display: block;
    width: 50%;
    background: rgb(13,80,67);
    background: linear-gradient(90deg, rgba(13,80,67,1) 52%, rgba(90,186,32,1) 100%);
    border-radius: 1vw;
    padding: 5% 3%;
    margin: 0 auto;
}

.booking-btn p:nth-of-type(1){
    color: white;
    text-align: center;
    letter-spacing: 0.2em;
}

.booking-btn p:nth-of-type(2){
    display: block;
    width: fit-content;
    background-color: white;
    border-radius: 1vw;
    padding: 2% 20%;
    margin: 5% auto 0 auto;
}

.booking-btn p:nth-of-type(2) a{
    color: #0b4f41;
    font-weight: 800;
    text-align: center;
}

.booking-btn::before{
    position: absolute;
    content: "";
    width: 15vw;
    height: 20vw;
    top: 2vw;
    left: -18vw;
    background-image: url(../images/bottom-info-contact-img1.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.booking-btn::after{
    position: absolute;
    content: "";
    width: 15vw;
    height: 20vw;
    top: 2vw;
    right: -18vw;
    background-image: url(../images/bottom-info-contact-img2.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}


/*section6*/
.bn-box{
    margin: 5% 5% 0 5%;
}

.bn-box div{
    width: 60vw;
    height: 25vw;
    overflow: hidden;
    margin: 0 auto;
}

.bn-box div:nth-of-type(1){
    width: 60vw;
    height: 25vw;
    overflow: hidden;
}

.bn-box div img{
    display: block;
    width: 100%;
    object-fit: cover;
}



/*headerの非表示*/
/*ハンバーガーメニュー*/
header {
    display: none;
}
    /*NavMenu=hambarger************/
    /*ナビメニューのスタイルを指定*/
.NavMenu{
    position: fixed; /*表示位置を固定*/
    z-index: 100; /*重ね順を変更*/
    top: 0; /*表示位置を指定*/
    left: 0; /*表示位置を指定*/
    background: #fff;/*背景を白にする*/
    width: 90vw; /*全幅表示*/
    padding:10vw 0 10vw 10vw;
    transform: translateX(-100%); /*ナビを左に隠す*/
    transition: all 0.6s; /*アニメーションの時間を指定*/
}
.NavMenu::before{
    position: absolute;
    content: "";
    left: 0vw;
    top:23vw;
    border-bottom: 0.1vw solid #000B00; 
    width: 100vw;
}

.NavMenu .NavMenu-rogo + ul{
    margin-left: 5vw;
}

.NavMenu .NavMenu-rogo{
    position: relative;
    width: 50%;
    margin-bottom: 12vw;
}  

.NavMenu .NavMenu-rogo img{
    width: 100%;
}

.NavMenu ul .NavMenu-top{
    font-weight: 800;
}

.NavMenu ul li ul li {
    font-size: 4vw;
    font-weight: 800;
    line-height: 1.8;
    margin-left: 5vw;
}

.NavMenu .NavMenu-li{
    color: gray;
    margin-top: 5%;
    line-height: 1.8;
}

.company-li2 img{
    width: 60%;
    margin: 2% 0;
    box-shadow: 0px 0px 5px 1px #000b0044;
}

.company-li3{
    display: block;
    width: 30%;
    color: #0b4f41;
    font-weight: 800;
    text-align: center;
    border: 0.1vw solid #0b4f41;
    border-radius: 5vw;
    box-shadow: 0px 0px 5px 1px #000b0044;
    padding: 0 3%;
}

.NavMenu .sns-box{
    margin-top: 5vw;
    margin-left: 5vw;
}

.NavMenu .sns-box a img{
    width: 6vw;
}

.NavMenu .sns-box a img:nth-of-type(1){
    padding-left: 10%;
}

/*li装飾********************/
.service-li1{
    position: relative;
}

.service-li1::before{
    position: absolute;
    content: "";
    width: 4vw;
    height: 4vw;
    left: -5.5vw;
    top: 1.5vw;
    background-image: url(../images/icon-climber.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.service-li2{
    position: relative;
}

.service-li2::before{
    position: absolute;
    content: "";
    width: 4vw;
    height: 4vw;
    left: -5.5vw;
    top: 1.5vw;
    background-image: url(../images/icon-tent.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.service-li3{
    position: relative;
}

.service-li3::before{
    position: absolute;
    content: "";
    width: 4vw;
    height: 4vw;
    left: -5.5vw;
    top: 1.5vw;
    background-image: url(../images/icon-golf.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.service-li4{
    position: relative;
}

.service-li4::before{
    position: absolute;
    content: "";
    width: 4vw;
    height: 4vw;
    left: -5.5vw;
    top: 1.5vw;
    background-image: url(../images/icon-train.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.service-li5{
    position: relative;
}

.service-li5::before{
    position: absolute;
    content: "";
    width: 3.8vw;
    height: 3.8vw;
    left: -5.5vw;
    top: 1.5vw;
    background-image: url(../images/icon-private.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.company-li1{
    position: relative;
}

.company-li1::before{
    position: absolute;
    content: "";
    width: 4vw;
    height: 4vw;
    left: -5.5vw;
    top: 1.5vw;
    background-image: url(../images/icon-house.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active{
    transform: translateX(0%);/*上から出したい場合は、transform: translateYを使う.*/
}

/*トグルボタンのスタイルを指定*/
.Toggle {
    position: fixed;/* bodyに対しての絶対位置指定:*/
    left: 0;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;/*divだけどカーソルが変わるようにしている*/
    z-index: 200;/*ボタンを一番上にしている(押せなくなるから)*/
}

.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #0b4f41;
    transition: .35s ease-in-out;/*変化の速度を指定*/
    left: 6px;
}

.Toggle span:nth-child(1) {
    top: 9px;
}

.Toggle span:nth-child(2) {
    top: 18px;
}

.Toggle span:nth-child(3) {
    top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    transform: rotate(45deg);
}


/*フッター**********************/
footer {
    font-size: 4vw;
    color: white;
    letter-spacing: 0.1vw;
    background-image: url(../images/bg-footer.jpg);
    background-size: 300%;
    background-repeat: no-repeat;
    background-position: top right -120vw;
    padding: 16% 5% 5% 5%;
}

.footer-flex{
    margin-top: 25vw;
}

.footer-flex p{
    line-height: 1.5;
}
.address-child{
    display: none;
}

/*
.footer-flex a,address{
    font-size: 2vw;
    line-height: 1.5;
    color: white;
}
*/
/*
.footer-flex address{
    font-style: normal;
}
*/


.footer-flex .produced-box{
    display: flex;
    margin: 2% 0 4% 0;
}

.footer-flex .produced-box p{
    font-size: 4vw;
    font-weight: 800;
    margin-right: 4%;
}

.footer-flex .produced-box img{
    width: 50%;
}
/*
.footer-flex .adress-flex{
    width: 60%;
}
*/

.footer-flex .adress-flex .footer-rogo{
    width: 45%;
    margin-left: -2%;
    transition: 0.4s;
}

.footer-flex .adress-flex .footer-rogo:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.footer-flex .adress-flex .footer-rogo img{
    width: 100%;
}

.footer-flex .adress-flex .contact-button{
    display: block;
    width: 20vw;
    text-align: center;
    border: 0.1vw solid white;
    border-radius: 3vw;
    margin: 8% 0 3% 0;
    transition: 0.4s;
}

.footer-flex .adress-flex .contact-button:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.footer-flex .adress-flex .contact-button a{
    display: block;
    font-size: 2.5vw;
}

.footer-flex .sns-box img{
    width: 4vw;
    margin: 2vw;
    transition: 0.4s;
}

.footer-flex .sns-box img:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.footer-flex .footer-flex2 {
    display: flex;
}

.footer-flex2 ul li{
    transition: 0.4s;
}

.footer-flex2 ul li:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.footer-flex .service-box,.other-box{
    width: 50%;
}

.service-box ul li a,.other-box ul li a{
    color: white;
}

.service-box-bn{
    display: none;
}

/*
.footer-flex .service-box .service-box-bn{
    width: 200%;
    margin-top: 10%;
    transition: 0.4s;
}

.footer-flex .service-box .service-box-bn:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.footer-flex .service-box .service-box-bn img{
    width: 100%;
}
*/

footer h3{
    margin-bottom: 2vw;
}

.footer-flex + p{
    text-align: center;
    line-height: 5.0;
}

.footer-flex + p small{
    font-size: 2vw;
}

/*Page topボタン**************/
.top-button{
    position: fixed;
    bottom: 0vw;
    width: 100vw;
    background-color: #0b4f41;
    z-index: 100;
}
.top-button p{
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.8;   
}
.top-button p a{
    display: block;
    color: white;
}