@charset "utf-8";


/* ------------------------------------------------------------------
- reset
------------------------------------------------------------------ */



/* ------------------------------------------------------------------
- Layout
------------------------------------------------------------------ */
body {
    background-color: black;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.l-container{
    width: 100%;
    max-width: 920px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;

    margin-bottom: 150px;
}

/* ------------------------------------------------------------------
- Common
------------------------------------------------------------------ */


/* ------------------------------------------------------------------
- Project
------------------------------------------------------------------ */

/* - mv
------------------------------------------------------------------ */

.p-mv{
    width: 100%;
    height: 100vh;
    display: flex;
}

.p-mv__left{
    position: relative;
    background-color: #A72027;
    width: 50%;

}

.p-mv__logo{
    position: absolute;
    max-width: 108px;
    width: 19.8148148%;
    height: auto;

    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

.p-mv__logo img{
    width: 100%;
    
}

.p-mv__right{
    background-image: url(../img/mv_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
}

/* - info
------------------------------------------------------------------ */

.p-info{
    padding-top: 150px;
}

.p-info__tel{
    margin-top: 24px;
}

.p-info__insta{
    width: 36px;
    height: auto;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
}

/* - img
------------------------------------------------------------------ */

.p-img{
    display: flex;
    justify-content: space-between;
    gap:100px; 
}

.p-img__01{
    background-image: url(../img/img_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
}

.p-img__02{
    background-image: url(../img/img_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 767px) {
    .p-img{
        flex-direction: column;
        gap:50px; 
    }
}

/* - img
------------------------------------------------------------------ */

.p-map__google {
    position: relative;
    width: 100%;
    height: 350px;
  }

  .p-map__google > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .p-map__address{
    margin-top: 32px;
  }


/* - footer
------------------------------------------------------------------ */

.p-footer{
    position: relative;
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 660px;
}

.p-footer p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 223px;
    margin: auto;
}