@charset "UTF-8";


*, *::after, *::before, a:hover{
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: Gothic Medium BBB;
}
a{
    color: white;
}

a:hover{
    color: rgb(248, 152, 227);
}



.left{
    float: left;
}

.tal{
    text-align: left;
}

.tar{
    text-align: right;
}

.tac{
    text-align: center;
}

.w{
    color: white;
}

.p{
    color: rgb(216, 120, 195);
}
body{
    overflow-x: hidden;
    overflow-y: visible;
}


/*--------------------gaiyou---------------------*/

.gaiyou{
    height: 400px;
    background-color: rgba(47, 79, 79, 0);
    margin-top: 100px;
    background-image: url(/image/4519494_l.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-position-y: 20px;
}
.gp{
    color: black;
}
.gaiyou h1{
    margin-left: 10vw;
    margin-top: 200px;
    font-family: Shin Go Bold;
    color: #920783;
}
.tophdw{
    font-family: 'Pinyon Script', cursive;
    font-weight: bold;
}
.gaiyou2{
    height: auto;
    background-color: rgba(255, 255, 0, 0);
    padding-top: 70px;
    margin-bottom: 70px
}

.gaiyou3{
    margin-top: 10px;
    border-top: 1px solid black;
}

.access{
    height: auto;
    background-color: rgba(153, 205, 50, 0);
    padding-top: 30px;
    border-bottom: 1px solid black;
    padding-bottom: 30px;
}

.access2{
    height:auto;
    background-color: rgba(153, 205, 50, 0);
    padding-top: 30px;
    border-bottom: 1px solid black;
    padding-bottom: 30px;
}

.giy{
    height: 20vw;
    margin-bottom: 90px;
}

.giy2{
    margin-bottom: 90px;
}

.gp2{
    font-size: 2vw;
    margin-top: 8vw;
    color: black;
}
.map{
    width: 58vw;
    height: 26vw;
}


.gwp1{
    background-image: url(/image/u10.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.gwp2{
    background-image: url(/image/u9.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.gwp3{
    background-image: url(/image/u8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.gaiyou2 p{
    font-size: 20px;
    padding-top: 20px;
}

@media screen and (max-width:1000px){
    .gaiyou2 p{
        font-size: 18px;
    }
}
@media screen and (max-width:768px){
    .gaiyou2 p{
        font-size: 15px;
    }
}
@media screen and (max-width:414px){
    .gaiyou2 p{
        font-size: 13px;
        font-weight: bold;
    }
}

@media screen and (max-width:375px){
    .gaiyou2 p{
        font-size: 12px;
        font-weight: bold;
    }
}

@media screen and (max-width:320px){
    .gaiyou2 p{
        font-size: 10px;
        font-weight: bold;
    }
}
/*--------------------gaiyou---------------------*/



/* when the library loads, each [data-delighter] 
      gets the .delighter class */

      .foo.delighter {
        transition: all 1.3s ease-out;
        transform: translateX(100%);
        opacity: 0;
     }
  
     /* the .started class is set when the top
        of [data-delighter] is at 0.75 of the viewport 
        (where 0 is top and 1 is bottom) */
  
     .foo.delighter.started {
        transform: none;
        opacity: 1;
     }
  
     /* an extra .ended state is set when the bottom 
        of [data-delighter] is at 0.75 of the viewport
        (where 0 is top and 1 is bottom)      .foo.delighter.started.ended {
     }*/
  


/* when the library loads, each [data-delighter] 
      gets the .delighter class */

      .foo2.delighter {
        transition: all 1.3s ease-out;
        transform: translateX(-100%);
        opacity: 0;
     }
  
     /* the .started class is set when the top
        of [data-delighter] is at 0.75 of the viewport 
        (where 0 is top and 1 is bottom) */
  
     .foo2.delighter.started {
        transform: none;
        opacity: 1;
     }
  
     /* an extra .ended state is set when the bottom 
        of [data-delighter] is at 0.75 of the viewport
        (where 0 is top and 1 is bottom)      .foo2.delighter2.started.ended {
     }*/
  

     .fadein {
        opacity : 0;
        transform : translate(0, 50px);
        transition : all 500ms;
        }
    
    /* 画面内に入った状態 */
    .fadein.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }

    @media screen and (max-width:768px){
        .fadein {
            opacity : 1;
            transform : translate(0, 0px);
            transition : all 500ms;
            }
        
        /* 画面内に入った状態 */
        .fadein.scrollin {
            opacity : 1;
            transform : translate(0, 0);
        }
    }
     .fadein46 {
        opacity : 0;
        transform : translate(0, 0px);
        transition : all 3000ms;
    }
    
    .fadein46.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }

    .fadein47 {
        opacity : 0;
        transform : translate(0, 0px);
        transition : all 4000ms;
    }
    
    .fadein47.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }
    .fadein51 {
        opacity : 0;
        transform : translate(0, 60px);
        transition : all 5000ms;
    }
    
    .fadein51.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }

    .fadein30 {
        opacity : 0;
        transform : translate( 500px, 0);
        transition : all 1000ms;
        }
    
    /* 画面内に入った状態 */
    .fadein30.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }

    
    @media screen and (max-width:414px){
        .gaiyou{
            height: 200px;
            background-color: rgba(47, 79, 79, 0);
            margin-top: 100px;
            background-image: url(/image/gaiyou2.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }
        
        .gaiyou h1{
            margin-left: 10vw;
            margin-top: 50px;
            font-size: 26px;
        }
        
        .gaiyou2{
            height: auto;
            background-color: rgba(255, 255, 0, 0);
            padding-top: 70px;
            margin-bottom: 70px
        }
        
        .gaiyou3{
            margin-top: 10px;
            border-top: 1px solid black;
        }

        .gaiyou3 p{
           color: black;
        }
        
        .access{
            height: auto;
            background-color: rgba(153, 205, 50, 0);
            padding-top: 30px;
            border-bottom: 1px solid black;
            padding-bottom: 30px;
        }
        
        .access2{
            height:auto;
            background-color: rgba(153, 205, 50, 0);
            padding-top: 30px;
            border-bottom: 1px solid black;
            padding-bottom: 30px;
        }
        
        .giy{
            height: 20vw;
            border: none;
            margin-bottom: 20px;
        }
        
        .giy2{
            margin-bottom: 90px;
        }
        
        .gp2{
            font-size: 13px;
            margin-top: 8vw;
        }
        .map{
            width: 300px;
            height: 300px;
            margin-left: -15px;
        }
        
        
        .gwp1{
            background-image: url(/image/u10.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }
        
        .gwp2{
            background-image: url(/image/u9.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }
        
        .gwp3{
            background-image: url(/image/u8.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }
    }
    
    @media screen and (max-width:375px){
        .map{
            width: 270px;
            height: 300px;
            margin-left: -15px;
        }
    }
    
    @media screen and (max-width:320px){
        .gaiyou2 p{
            font-size: 10px;
        }

        .map{
            width: 220px;
            height: 300px;
            margin-left: -15px;
        }
        
    }