


.fv-top {
    position: relative;
}

.fv-top img {
    width: 100%; 
    height: 200px;
    object-fit: cover;
}

@media (min-width: 600px){
    .fv-top img {
        height: 400px;
    }  
}

h2 {
    font-size: 1.4em;
    text-align: center;
    padding-top: 30px;
}

#concept p {
    margin-top: 1em;
    font-size: 14px;
    line-height: 2em;
}

@media (min-width: 600px) {
    h2 br  {
        display: none; 
        text-align: center;
    }  

    p {
        text-align: center;
    }


}


.p-20px {
    font-size: 1.25em;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}

.p-18px {
    font-size: 1.125em;
    text-align: center;
}

@media (max-width: 450px) {
    p .br {
        display: none; 
    }    
    
    .p-info {
        text-align: left;
    }
}

.button {
    text-decoration: none;
    color: rgba(255, 255, 255, 1) ;
    background-color: #000;
    font-size: 1.125em;
    padding: 14px 30px;
    width: fit-content;
    display: block;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    transition: 0.3s;
}

.button::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 2em;
  }



.button-tel{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    background-color: #333;
    font-size: 2em;
    padding: 14px 30px;
    width: fit-content;
    display: block;
    margin: auto;
}

.menu-access_back {
    background-color: #E7EFF1;
    padding-bottom: 48px;
}

.reservation_back {
    background-color: #F1F1E7;
    margin-bottom: 64px;
}

.img_ {
    width: 100%; 
    max-width: 250px;
}


.menu-img {
    text-align: center;
}

.menu-img img {
    display: inline;
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 10px;
    padding: 20px;
}

.instagram_img {
    text-align: center;
}

.instagram_img img {
    display: inline;
    width: 100%;
    margin-bottom: 20px;
}

.farst-img {
    text-align: center;
}

.farst-img img {
    display: inline;
    width: 100%;
}

.a-calendar {
    width: fit-content;
    display: block;
    margin: auto;
}

.a-map {
    width: fit-content;
    display: block;
    margin: auto;
}

.basic_block {
    padding: 0 20px 48px 20px;
}

.container-2 p {
    text-align: center;
	 margin: 1em 0.5em;
}


@media (min-width: 768px) {
    .container {
        display: flex;
        justify-content: center;
    } 

    .container .menu-img:last-child {
        margin-top: 60px;
    }

    .flexbox-I {
        display: flex;
    }

    .flexbox-2 {
        display: flex;
        justify-content: space-evenly;
    }

    .container-2 {
        flex-basis: 35%;
        border-right: 1px solid
    }


    .flexbox-3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container-3 {
        width: 40%;
        padding: 28px;
    }

    .flexbox-3 p {
        text-align: left;
    }
}



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

address {
    font-style: normal;
}



.scrolldown1{
	position:absolute;
	left:50%;
	bottom:10px;
	height:50px;
}


.scrolldown1 span{
	position: absolute;
	left: -25px;
	top: -28px;
	color: rgb(255, 255, 255);
	font-size: 1.125em;
	letter-spacing: 0.05em;
}

.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: rgb(255, 255, 255);
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

/* 各種API */

.api_wrapper {
    display: block;
    margin: 0 auto;
}
.insta_post_wrapper {
    width: 100%;
    max-width: 400px;
    margin: 16px auto 16px auto;
}

.insta_post_wrapper > iframe {
    min-width: 280px !important;
    max-width: 400px;
}

.insta_post_wrapper > p {
    text-align: center;
}
#google_calender {
    margin: 32px auto 0 auto;
    overflow: scroll;
}

#google_calender > iframe {
    margin: auto;
}

@media(min-width: 480px) {
    #google_calender {
        overflow: unset;
        max-width: 480px;
    }
}

@media(min-width: 768px){
    #google_calender {
        margin: 32px auto 0 auto;
        width: 48%;
        max-width:480px;
        overflow: scroll;
        display: block;
    }
@media(min-width: 1024px) {
    #google_calender {
        overflow: unset;
    }
}
}

.gallery {
    display: flex;
    width: 100%;
    max-width: 700px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    vertical-align: middle;
}

.gallery_img {
    width: 90%;
    margin: 1em;
}

.gallery_img img {
    width: 100%;
    object-fit: cover;
}