@charset "UTF-8";
/* CSS Document */
/*ランディング1専用
*/

main{
    border-top: 14px solid hsla(80,10%,82%,1.00);
}



.gif-box{
position: absolute;
    right: 10%;
    top:17%;
   
}

.gif-box img{
opacity: 0.1;
    width: 330px;
}



.gif-box-b{
position: absolute;
    left: 15%;
    top:25%;

   
}

.gif-box-b img{
    opacity: 0.1;
    width: 200px;
}





.l-slider img {
    height: 50vh;
    margin: 0px;
    max-height: 50%;
    object-fit: cover;
    width: 100%;
    z-index: -1;
}


.l-slider2 {
   overflow: hidden;
}


.l-slider{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
   
    
      
}

.slider-on-logo {
        z-index: 1;
        max-width: 1000px;
        /* [disabled]background-color: aquamarine; */
        margin: 0 auto;
        width: 100%;
        position: absolute;
}
.slider-on-logo img {
        opacity: 90%;
        width: 300px;
        margin-top: 14px;
        margin-left: 12px;
        margin-bottom: 8px;
}


/*サブナビ*/

.landingnav {
        width: 100%;
        height: 100px;
        background-color: hsla(0, 0%, 89%, 0.84);
        z-index: 4;
        text-align: right;
        padding-right: 44px;
        padding-top: 0px;
        bottom: 0px;
    overflow: hidden;
}
.landingnav ul {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        list-style: none;
        margin-top: 14px;
}
.landingnav li {
        padding-left: 37px;
        padding-right: 34px;
        padding-top: 25px;
}
.landingnav li + li {
        border-left: 1px solid #808080;
        height: 69px;
}
.landingnav a {
        text-decoration: none;
}

/*/サブナビ*/



.landing-min-box {
    width: 500px;
    background-color: hsla(0, 0%, 100%, 1.00);
    padding: 30px;
    color: hsla(0, 0%, 9%, 1.00);
 position: absolute;
    right: 0px;
  
    z-index: 1;
    font-size: 18px;
    bottom:100px;
}
.landing-600-box {
        height: 600px
}



.landing-all-box {
        height: 100vh;
              min-height: 1000px;
}


.map{
   margin: 0 auto;
    width: 100%;
    
  
    
}


ul.slick-dots{
top: 20px;
    
    
}


.slick-prev,
.slick-next{
    z-index: 5;
    
    
}


.background-a {
  background-image: url("landing1-img/Back-1.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}




.background-b {
  background-image: url("landing1-img/sora.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px!important; }



/*QOLP追加要素サブNAV*/
.landingnav a {
        color: #000000;
}
.landingnav a:visited {
        color: #000000;
}
.landingnav a:hover, .landingnav a:focus, .landingnav a:active {
        color: #FF8000;
}
.landingnav a:focus {
        outline: thin dotted;
}
.landingnav a:hover, .landingnav a:active {
        outline: 0;
}
.l-slider .slick-prev {
        left: 5px;
}
.l-slider .slick-next {
        right: 5px;
}




/*========================================*/
@media screen and (max-width:37.5em) {
    .landing-min-box {
    width:100%;

}
    .landingnav  {
   display: none;
     
}
    
}