@charset "UTF-8";
/* CSS Document */
body{
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 0.05rem;
    font-size: 14px;
    color: #333;
}
p{margin-bottom: 0;}
ul{padding: 0;}
li{list-style: none;}
a:link{color:#333;}
a:visited{color:#333;}
a:active{color:#333;}
a:hover{
    opacity: 0.5;
    text-decoration: none;
}
.no-gutters{padding: 0;}
.f-line{line-height: 2rem;}
.undr-line a{text-decoration: underline;}
.font-lg{font-size: 24px;}
.f-serif{font-family :"Hannari","游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro","Sawarabi Mincho", serif;}
.section{margin: 0 40px;}
.block{margin-bottom: 80px;}
.block-sm{margin-bottom: 40px;}
.sec-title{
    background-color: #333;
    color: #FFF;
    padding: 8px 0;
    margin-bottom: 40px;
}
.box1,.box2{margin-bottom: 40px;}
.pc { display: block !important; }
.sp { display: none !important; }

@media (max-width: 768px) {
    body{font-size: 13px;}
    h1{font-size: 18px;}
    h2,.font-lg{font-size: 16px;}
    .font-wt{font-weight: bold;}
    .f-line{line-height: normal;}
    .section{margin: 0 20px;}
    .block{margin-bottom: 40px;}
    .block-sm,.sec-title,.box1,.box2{margin-bottom: 24px;}
    .sp-mb{margin-bottom: 16px;}
    .sp-mb-sm{margin-bottom: 8px;}
    /* pc表示 */
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* header */
header{
    height: 104px;
    line-height: 104px;
}
.global-nav li{
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;
}
.header-info{
    background-color: #333;
    color: #FFF;
    text-align: center;
    line-height: normal;
    padding-top: 27px;
}
@media (max-width: 768px) {
    header{
        height: auto;
        line-height: normal;
    }
    .header-info a,.header-info a:hover,.header-info a:visited{
        color: #FFF!important;
        opacity: inherit;
    }
    .header-info{
        padding: 8px;
        height: 45px;
    }
    .header-info span{
        vertical-align: sub;
        margin-left: 8px;
    }
    /*sp_nav*/
    .sp_nav{padding: 8px 0;}
    .navbar{padding: 0;}
    .navbar-light .navbar-toggler{
        border:none;
        margin-top: 8px;
    }
    .navbar-toggler{
        padding: 0;
        margin-left: auto;
        font-size: 1.8rem;
    }
    .nav-link{border-bottom: 1px solid #ddd;   }
    .navbar-nav{padding: 24px;}
}

/* TOP_slideshow */
#slideshow {position: relative;}
#slideshow img {
    position: absolute;
    top: 0;
    left:0;
    z-index: 8;
    opacity: 0.0;text-align: center
}
#slideshow,#slideshow img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {z-index: 9;}
.desc img{
    margin: 0 auto;
}
/* TOP_店舗案内 */
.info-list dl{border-bottom: 1px solid #ddd;}
.info-list dt {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    width: 25%;
}
.info-list dd {
    display: inline-block;
    width: 74%;
    line-height: 1.4em;
}

/* TOP_contact */
.info{
    background-color: #333;
    color: #FFF;
    width: 30%;
    padding: 16px 0;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .info-list dt,.info-list dd{width: 100%;}
    .info{width: 100%;}
    .info a,.info a:hover,.info a:visited{
        color: #FFF!important;
        opacity: inherit;
    }
}

/* memu */
.box1 h3{
    margin-top: 16px;
}
.box1 h3 > img{
    width: 75%;
}
.menu-info{
    border: 1px solid #ddd;
    padding: 40px;
}
.menu-info p{
    width: 60%;
    margin: 0 auto;
}
.link-btn a{
    background-color: #333;
    color: #FFF;
    display: inline-block;
    padding: 16px 0;
    text-align: center;
    width: 30%;
}
@media (max-width: 768px){
    .box1 h3,.box2 h3,.box3 h3{font-size: 16px;}
    .menu-info p{width: 100%;}
    .link-btn a{width: 100%;}
}
@media (max-width: 992px){
    .box1 h3 > img{
        width: 100%;
    }
}

/* about */
.box2 h3{
    margin: 16px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #333;
    font-family :"Hannari","游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro","Sawarabi Mincho", serif;
}

/* guide */
.box3 h2{font-size: 16px;}
.box3 h3{
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #333;
    font-family :"Hannari","游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro","Sawarabi Mincho", serif;
}
@media (max-width: 768px){
    .box2 h2{font-size: 12px;}
}
    
/* footer */
footer{
    color: #FFF;
    background-color: #333;
    padding: 40px;
}
.footer-info{
    width: 100%;
    float: right;
}
.footer-info img{width: 40%;}
.footer-nav a,.footer-spnav a{color: #FFF;}

@media (max-width: 768px){
    footer{padding: 30px;}
    .footer-info{
        margin-top: 16px;
    }
    .footer-info a,.footer-info a:hover,.footer-info a:visited{color: #FFF;}
    .footer-info img{width: 60%;}
    .footer-spnav{
        width : calc(100% / 3) ;
        float: left;
        font-size: 16px;
    }
}


