@media(max-width:1000px) {
    .menu-list-contents {
        margin: 0;
        width: 100%;
    }
}

@media(max-width:768px) {

    .opening-staff img{
        width: 200px;
    }

    .top-text {
        width: 90%;
    }

    .video {
        padding: 4%;
    } 

    section {
        width: 90%;
        margin: 0 auto;
        margin-top: 100px;
    }

    .footer-contents {
        width: 90%;
    }

    .googlemap {
        width: 100%;
    }

    .take-it-teasy {
        width: 30%;
    }

    .section-menu {
        width: 100%;
        max-width: 100%;
    }

    .news-contents {
        margin-bottom: 50px;
    }

}

@media(max-width:767px) {
    .pc-area{
        display:none;
    }
    
    .sp-area{
        display:block;
    }

    .header-title {
        font-size: 14px;
    }

    .opening-staff img{
        width: 76%;
    }
    
    .staff-button-white,
    .staff-button-pink {
        top: 75%;
        left:50%;
        transform: translateX(-50%);
    }

    .top {
        height: 0;
        padding-top: 177%; /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
        background: url("../img/top-sp.jpg") 0 0 no-repeat;
        background-size: contain;
        background-color: #62cbc9;
        position: relative;
    }

    .header {
        position: absolute;
        top: 0;
        font-size: 14px;
        width: 100%;
        height: 50px;
        margin-top: 0;
    }

    .header-inner {
        width: 95%;
        padding-top: 10px;
    }

    .header .carousel {
        width: 100%;
        height: 50px;
    }

    .top-text {
        width: 80%;
        margin-top: 80px;
        /* padding-bottom: 34px; */
        font-size: 16px;
        line-height: 1.6;
    }

    .scroll {
        font-size: 22px;
        bottom:10%;
    }

    .carousel {
        margin-top: 60px;
    }

    .carousel-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .carousel-indicators li{
        margin-right: 5px;
        margin-left: 5px;
    }

    .carousel-indicators {
        margin-bottom: 0 !important;
    }

    .title-menu,
    .title-news {
        padding: 0;
        width: 50%;
        margin: 0 auto;
        margin-top: 60px;
        margin-bottom: 16px;
    }
    
    .menu-attention {
        width: 70%;
        margin-left: auto;
        margin-top: 20px;
        font-size: 12px;
        color: #62cbc9;
    }

    .menu-name,
    .price {
        font-size: 24px;
    }
    
    .menu-name-en {
        margin-top: 8px;
    }

    .menu-description {
        font-size: 16px;
    }

    .title-location {
        width: 60%;
        padding-right: 0;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0;
    }
    
    .section-location .container{
        width: 100%;
    }

    .section-location {
        display: inline-block;
        width: 100%;
        margin-top: 40px;
    }

    .section-location .col-md-4 {
        padding: 0;
    }

    .section-location img {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .section-location .row:nth-of-type(2),
    .section-location .row:nth-of-type(3){
        margin-top: 0;
    }

    .googlemap {
        width: 100%;
        padding-top: 40px;
    }

    .news-contents {
        margin-bottom: 40px;
    }

    .news-title {
        margin-top: 20px;
        line-height: 1.5;
    }

    footer {
        margin-top: 60px;
    }

    footer .footer-contents {
        width: 80%;
    }

    .sns {
        margin-top: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .btn-style {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px 30px;
        width: 100%;
        color: #FFF;
        text-decoration: none;
        background-color: #62cbc9; /*ボタン色*/
        border-radius: 5px; /*角丸*/
        -webkit-transition: all 1.0s;
        transition: all 1.0s;
    }
    
    .btn-style:hover {
        background-color: #ffffff;
        color: #62cbc9;
        text-decoration: none;
    }

    .menu-btn {
        width: 70%;
        margin-left: auto;
    }

    .menu-btn img {
        margin-left: 0.5em;
        vertical-align: middle;
        position: relative;
        top: -0.15em;
    }

}

@media(max-width: 420px) {
    
    .take-it-teasy {
        width: 60%;
    }

    .top-text {
        width: 86%;
    }

    .top-banner {
        padding: 1.5em 2em;
        font-size: 14px;
        margin-bottom: 20px;
        text-align: left;
        padding: 7% 5%;
    }

    .top-banner-2 {
        margin-bottom: 50px;
    }

    .top-banner .title {
        font-size: 18px;
        margin-bottom: 14px;
        width: 98% !important;
    }

    .carousel-indicators ol {
        margin-bottom: 0;
    }

    .video {
        padding: 5%;
    } 

    .section-location .col-md-4 {
        padding: 0;
        width: 86%;
        margin: 0 auto;
    }

    .menu-name,
    .price {
        font-size: 20px;
    }
    
    .menu-name-en {
        margin-top: 4px;
    }

    .menu-description {
        font-size: 14px;
    }

    .shop-info {
        margin-top: 10px;
    }

    .sns a {
        font-size: 18px;
    }

    .fa-instagram {
        padding-right: 0.25em;
        font-size: 24px;
    }

} 

/*-----2019/11更新------*/
@media(max-width:767px) {
    .col-md-4:first-child .googlemap {
        padding-top: 0;
    }
}