@charset "utf-8";


body{
    font-family: 'Noto Serif JP', serif;
    font-weight:300;
}




/*-------------------
layout
----------------------*/
#wrap {
    background: unset;
    background: url(../images/materials_bg.jpg) center no-repeat fixed;
    background-size:cover;
}

#footer {
    background: #000;
    color: #FFF;
}

#footer_body .copyright {
    background: #000;
}


#footer_body .fnav li a{
    background: #000;
}


/*------------------
Menu
------------------*/
#topMenu .topMenu li{
    position:relative;
}

#topMenu .topMenu li::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #d78f24;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 1s;
}

#topMenu .topMenu li:hover::after {
    transform: scale(1, 1);
}
#topMenu_outer .topMenu li a:hover{
    background:unset;
    color:#666;
}


#mainImage img {
    max-width: 100%;
    min-width: 1024px;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: auto;
}

/*------------------
見出し
---------------------
#mainArticles h2{
    color: #000;
    font-size: 2em;
    background:none;
}
*/

/*-------------------
スマホの下部固定TELボタン
--------------------*/

#bottomLink {
    display: none;
}
/*
body.body-media-pc.ams-build #bottomLink {
  display:block;
}*/


/*-------------------
画面幅800px以下
--------------------*/

@media only screen and (max-width: 800px) {
    #title #title_outer {
      background: none;
    }
  
    #title h1 {
    width: 120px;
    height: 110px;
    background-size: 120px;
    text-align: left;
    }

    #bottomLink {
    display:block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 1000;
        height: 50px;
        overflow: hidden;
    }
    #bottomLink a {
        display: block;
        padding: 0;
        color: #fff;
        background: #d78f24;
        text-decoration: none;
        font-size: 100%;
        line-height: 50px;
        height:100%;
    }

    #bottomLink a span:before {
        content: "\f095";
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        margin-right: 0.25em;
        transform: scaleX(-1);
    }
    #footer_body {
      display: block;
    }
    #footer_body .gMap{
        text-align: center;
    }
    #footer_body .shopInfo{
        margin: 0 auto;
    }


    .text{
        padding: 0 10px;
        width: 99%;
    }
    /* 写真 --------------------*/
    .menuPh,
    .roomPh,
    .roomPhUnder {
        display: block;
        text-align: center;
    }
    .menuPh img,
    .roomPh img,
    .roomPhUnder img{
        width: 96%;
        text-align: center;
    }

    /* ボタンサイズ分の画面下部余白 */
    #wrap {
        margin-bottom: 50px;
    }


}/*画面幅800px以下ここまで*/

