@charset "utf-8";
/*共通設定*/
/*終わり*/


/*<section class="first-view">*/
.first-view {
    height: calc(100vh - 80px);
    position: relative;
    background-image: url(/img/index-first-view/first-view.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

.first-text {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    padding: 0 5vw;
}

.first-text h1 {
    font-size: 30px;
    margin-bottom: 15px;
}
/*終わり*/


/*<section class="concept">*/
.concept {
    padding: 120px 5vw 30vh 5vw;
}

.concept-in {
    position: relative;
}

.concept-in::before {
    position: absolute;
    content: '';
    top: -10%;
    left: -40%;
    width: 180%;
    height: 120%;
    background-color: #fff;
    z-index: -1;
}

.concept-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.concept-img {
    width: 50%;
    position: relative;
}

.concept-img .img-1 {
    width: 70%;
}

.concept-img .img-2 {
    position: absolute;
    top: 65%;
    right: -5%;
    width:45%;
}

.concept-in {
    width: 40%;
}

.concept-in .lead-text {
    font-family: 'Montserrat', sans-serif;
}
/*終わり*/


/*<section class="menu-shop">*/
.menu-shop {
    padding: 50px 5vw 50px 5vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    background-color: #f1f1f1;
}

.menu,
.shop {
    width: 45%;
}

.menu-list,
.shop-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
}

.menu {
    margin-top: 20vh;
}
/*終わり*/


/*<section class="access">*/
.access {
    padding: 100px 5vw 30px 5vw;
}

.access-in {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.access-in .in-title {
    text-align: center;
}

.access-in .in-title::after {
    margin-left: auto;
}

.access-in iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  
  

/*<section class="first-view">*/
.first-view {
    height: calc(60vh - 80px);
}
/*終わり*/ 


/*<section class="concept">*/
.concept {
    padding-bottom: 80px;
}

.concept-flex {
    display: block;
}

.concept-img {
    width: 100%;
    padding-bottom: 100px;
}

.concept-img .img-2 {
    right: 0;
}
/*終わり*/ 


/*<section class="menu-shop">*/
.menu {
    margin-top: 100px;
}
/*終わり*/ 


/*<section class="access">*/
/*終わり*/ 

}
/*終わり*/ 


/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="first-view">*/
.first-view {
    height: calc(100vh - 80px);
}

.first-text {
    top: 10%;
}

.first-text h1 {
    font-size: 25px;
}

.first-text h1 br {
    display: none;
}
/*終わり*/  


/*<section class="concept">*/
.concept {
    padding-bottom: 120px;
}

.concept-img {
    padding-bottom: 120px;
}

.concept-img .img-2 {
    top: 45%;
    width: 50%;
}

.concept-in {
    width: 100%;
}
/*終わり*/  


/*<section class="menu-shop">*/
.menu-shop {
    display: block;
}

.menu {
    width: 100%;
    margin-top: 0;
}

.shop {
    width: 100%;
    margin-top: 100px;
}

.menu-list,
.shop-list {
    column-gap: 10px;
    row-gap: 10px;
}
/*終わり*/  


/*<section class="access">*/
.access {
    padding-left: 0;
    padding-right: 0;
}

.access-in .in-title {
    padding-left: 5vw;
    padding-right: 5vw;
    text-align: center;
}
/*終わり*/  
}
/*終わり*/ 
