@charset "utf-8";

*{
        margin: 0;
        padding: 0;
}

/* 石和さんcssここから */

.flex{
    display: flex;
}

body{
    background-color: #19180E;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    
}

h1,p{
    color: #FDD75C;
}

/* ここからheader */

#logo_top{
    width: 20%;
    padding-left: 5%;
}

#logo_top img{
    width: 100%;
}

nav{
    width: 100%;
}

#nav_box{
    justify-content: space-around;
    padding-top: 5%;
}

ul{
    list-style-type: none;
}

li .flex{
    flex-flow: column;
}

li .nav_text{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2;
}

li .text_s{
    font-size: 0.6em;
    font-weight: normal;
    text-align: center;
}

/* ここからnavのhover */

.link a{
  display: flex;
  color: #fff;
  text-decoration:none;
  position: relative;
  transition: .3s;
  font-size: clamp(1rem, 0.608rem + 1.04vw, 1.5rem);
}

.link a::before,
.link a::after{
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background-color: #00BDFF;
	transition: .3s;
}

.link a::before {
	top: 0;
	left: 0;
}
.link a::after {
	bottom: 0;
	right: 0;
}

.link a:hover::before,
.link a:hover::after {
	width: 100%;
}

/* ここから店舗紹介&会社概要共通 */

.flex_box{
    justify-content: space-evenly;
    padding-top: 3%;
    padding-bottom: 5%;
}

.midashi{
    padding-bottom: 5%;
    font-size: 1.5em;
}

/* ここから店舗紹介 */

#in_box{
    flex-flow: column;
}

#photo_m{
    width: 25%;
    padding-top: 6.5%;
}

#photo_m img{
    width: 100%;
}

#map{
    padding-top: 10%;
}

/* ここから会社概要 */

#about_box{
    flex-flow: column;
    padding-top: 1%;
}

#concept{
    padding-top: 3%;
    padding-bottom: 10%;
}

#info{
    padding-top: 3%;
    padding-bottom: 6%;
}

.photo_s{
    width: 20%;
}

.photo_s img{
    width: 100%;
}

#main .flex_box:first-of-type .photo_s{
    padding-top: 5%;
}

#main .flex_box:last-of-type .photo_s{
    padding-top: 1.5%;
}

.box_s{
    padding-right: 7%;
    padding-left: 7%;
}

/* 石和さんcssここまで */


h1{
    background-color: #19180E;
    width: 100%;
}

.slide{
    position: absolute;
}

.animation,.door,.container relative,.lightTop{
    position: relative;
    top: 0;
    left: 0;
}

.slide{
    top: 136px;
    left: 0;
    width: 100%;
}

.animation{
    z-index: 20;
    top: -3px;
    left: 0;
}

.door{
    z-index: 30;
    top: -339px;
    left: 721px;
}

/* ドアアニメーションここから */

.door{
    animation:openDoorL 6s ease;
    transform-origin: left;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes openDoorL{
    from{
        transform: perspective(800px) rotateY(0deg);
        scale: 100%;
        opacity: 1;
    }

    to{
        transform: perspective(800px) rotateY(70deg);
        scale: 90%;
        opacity: 0;
        visibility: hidden;
        animation-play-state: paused;
    }

}

/* ドアアニメーションここまで */

div#vision{
    background-color: red;
    animation:test 
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 93vh; */
    /* width: 100vw; */
  }
  
  .lightBottom {
    background-color:rgba(240, 248, 255, 0.377);
    /* width: 200px; */
    /* height: 50px; */
    border-radius: 100%;
    /* position: relative; */
    margin-top: -20px;
  }
  
  .lightTop {
    margin-top: -2010px;
    width: 400px;
    height: 600px;
    clip-path: polygon(0px -277px, 118% 130%, 0px 100%);
    background: linear-gradient(rgb(253, 215, 92,0.1),rgba(240, 248, 255, 0));
    z-index: 40;
  }

/*スライドショーここから*/

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
  }

/*スライドショーここまで*/

/* 入口アニメーションここから */

.animation{
    animation: ugoki 6s;
    animation-iteration-count: 1; /* 1回だけ実行 */
    animation-fill-mode: forwards;
}
@keyframes ugoki{
    0%{
        opacity: 1;
    } 
    
    70%{
        opacity: 1;
    } 


    100%{
        opacity: 0;
        visibility: hidden;
    }
}

/* 入口アニメーションここまで */

/* ライトアニメーションここから */

.lightTop{
    animation: ugoki 7s;
    animation-iteration-count: 1; /* 1回だけ実行 */
    animation-fill-mode: forwards;
}
@keyframes ugoki{
    0%{
        opacity: 1;
    } 
    
    70%{
        opacity: 1;
    } 


    100%{
        opacity: 0;
        visibility: hidden;
    }
}

/* ライトアニメーションここまで */

/* footerここから */
.flex{
    display: flex;
}

body{
    background-color: #19180E;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    
}

h1,p{
    color: #FDD75C;
}

/* ここから店舗紹介 */

.flex_box{
    justify-content: space-evenly;
    padding-top: 5%;
    padding-bottom: 5%;
}

#in_box{
    flex-flow: column;
}

span{
    font-size: 1.2em;
}

.midashi{
    padding-bottom: 5%;
}

.img25{
    width: 25%;
}

.img25 img{
    width: 100%;
}

/* ここから会社概要 */

#about_box{
    flex-flow: column;
}

/* ここからfooter */

footer{
    background-image: url(../images/Footer01_02.jpg);
background-repeat: no-repeat;
padding-top: 20%;
background-size: 100% auto;
font-family: serif;
}
.footer-nav ul{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    list-style-type: none;
    width: 82%;
    margin: 0 auto 50px auto;
    font-size:25px;
 
}
footer p{
    text-align: center;
    font-size: 25px;

    
}
.footer-nav a{
    color: #FFF;
    text-decoration: none;
}
.footer-p{
    color: #FFF;
}


/* footerここまで */