@charset "utf-8";
@import url("parts/footer.css");
@import url("parts/quickreservation.css");

/* 基本要素 */
html {
    scroll-margin-top: 70px !important;
  }

body {
    padding: 0;
    color: #333;
    background-repeat: repeat-x;
}

#body-inside {
    overflow-x: hidden;
}

.pc {}

.sp {
    display: none !important;
}

.bgc01 {
    background-color: #f0f0f0;
}

.bgc02 {
    background-color: #f6d7cd;
}

.bgc03 {
    background-color: #ddd;
}

.bgc04 {
    background-color: #ddd;
}

.bgc05 {
    background-color: #ddd;
}

.bgc06 {
    background-color: #ddd;
}

.bgc07 {
    background-color: #ddd;
}



ul.boldlink li a:hover {
    color: #988564;
    font-weight: bold;
    text-decoration: none;
}

a img {
    transition: opacity 0.5s ease;    /* ふわりと透過させるため */
}

a:hover img {
    opacity: 0.8;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;

        font-family: "Noto Serif JP",游明朝,YuMincho,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
        font-weight: bold;
}


h2{
    font-size: 30px ;
}

h3{
    font-size: 26px ;
}


p {
    margin-top: 0;
    line-height: 1.6;
}

img {
    vertical-align: bottom;
}

.back100 {
    /* 背景横いっぱい（section直下） */
    padding: 30px 500%;
    margin: 30px -500%;
}

.back100top {
    /* 背景横いっぱい（section直下） */
    padding: 15px 500%;
    margin: 15px -500%;
}

.sbs {
    /* 横並び(並ばせたい要素の直上ブロック要素） */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.margin5px {
    margin: 5px;


}

#main h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    clear: both;
}

#main h2 {
    font-size: 22px;
    text-align: center;
}

#main h3 {
    margin-top: 50px;
    font-size: 28px;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* コンテンツ全体 */
#wrapper {
    margin: 0 auto 0;
}

/* メイン部分 */
#main {
    width: 1000px;
    margin: 0 auto;
}


section.back001 {
    padding: 30px 0;
    width: 100%;
    background-color: #fff;
}

section.back002 {
    padding: 20px 0 30px;
    width: 100%;
    background-color: #f6f5f3;
}

section.back003 {
    padding: 10px 0 20px;
    width: 100%;
    background-color: #f3e7ee;
}

section.back004 {
    padding: 30px 0;
    width: 100%;
    background-color: #f5ffdb;
}

.yoko1000 {
    width: 1000px;
    margin: 0 auto;
}


        @media screen and (max-width : 767px) {
            .yoko1000 {
                width: 100%;
                margin: 0 auto;
            }
        }

        
.tate50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
        @media screen and (max-width : 767px) {
            .tate50 {

            }
        }





section#point section figure#youtube {
    margin: 0;
    padding: 0;
    float: left;
}

section#point section figure#youtube iframe {}

/* パンくずリスト */
#breadcrumb {
    font-size: smaller;
}

#breadcrumb ol {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

#breadcrumb ol li {
    display: inline;
}

#breadcrumb ol li::after {
    content: ">";
    padding-left: 7px;
}

#breadcrumb ol li:last-child::after {
    content: none;
}


/* ふわっと出現 */
/* 下から */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0.5;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* オンマウス画像ズーム */

.onzoom500 {

    margin:0 auto;
    overflow: hidden; 
   }
   .onzoom500 img{
    transition:1s all !important;
   }
   .onzoom500 img:hover{
     transform:scale(1.2,1.2) !important;
     transition:1s all !important;
   }


/* オンマウスふわっと上に動く画像ズーム */

.ukiagari_btn {
    filter: drop-shadow(1px 5px 10px #7d7d7d);
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.ukiagari_btn:hover {
    filter: drop-shadow(1px 5px 50px #ffffff);
    transform: translateY(-10px);
    opacity: 1;
}


/* ページ内リンク先で、上部余白調整 */
.anchor{
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}




/* ---------------------------------
メディアクエリー
--------------------------------- */
@media screen and (max-width : 767px) {

    /* 基本要素 */
    img {
        max-width: 100%;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    /* メイン部分 */
    #main {
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }

    #main figure {
        text-align: center;
    }

    #facebook {
        float: none;
        width: 99%;
        margin: 0 auto 20px;
        margin-top: -20px;
    }

    #facebook h2 {}

    div.fb-page {
        width: 99%;
    }

    #twitter {
        float: none;
        width: 98%;
        height: 630px;
        margin: 10px auto 20px;
    }

    #twitter div {
        float: none;
        width: 98%;
        height: 570px;
    }

    div#twitter div a.twitter-timeline {
        height: 570px;
    }

    /* Layout */
    header,
    #global_navi,
    #wrapper {
        width: 100%;
    }



}