.body{
    position: relative;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.navbar-brand{
    background: url("/img/first-A-H.jpg") no-repeat left center;
    background-size: contain;
    width: 250px;
}

.nav{
    font-size: 16px;
}

.pad-top{
    padding-top: 100px;
}

/* HOME SECTION */
.home-sec{
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 500px;
}

.home-sec .overlay{
    background-color: rgba(220, 220, 220, 0.5);
    min-height: 500px;
}

.home-sec .main{
    min-height: 500px;
    vertical-align: middle;
}

.home-sec .home-title{
    width: 47%;
    font-weight: 900;
    font-size: 40px;
    color: #060622;
    border-bottom: solid 2px #060622; 
}

/* NEWS SECTION */
.news-sec{
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 500px;
}

.news-sec .news-title{
    margin-bottom: 25px;
    border-bottom: solid 1px #000000; 
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.news-sec .news-list{
    font-size: 18px;
}

.news-sec .news-list dd{
    margin-bottom: 20px;
    border-bottom: dashed 1px #666666;
}

/* GoogleカレンダーとFacebookタイムラインだけはメディアクエリを仕込む */
@media all and (min-width: 400px){
    .news-sec .calender{
        width: 280px; 
    }

    .news-sec .fb-timeline{
        width: 280px; 
    }
}

.news-sec .fb-timeline{
    /* padding-top: 56px; */
    padding-top: 20px;
}

/* MENU SECTION */
.menu-sec{
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 900px;
}

.menu-sec .menu-title{
    margin-bottom: 25px;
    border-bottom: solid 1px #000000; 
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.menu-sec .category{
    margin-top: 35px;
}

.category .category-title{
    font-size: 22px;
    font-weight: 600;
    border-bottom: dashed 1px #666666;
}

.category table td{
    padding: 3px 0;
}

.category .block-title{
    font-size: 18px;
    font-weight: 500;
}

.category .category-explain{
    margin-top: 20px;
    margin-bottom: 20px;
}

.category .category-explain ul{
    margin: 0;
    padding: 0;
}

.category .category-explain li{
    list-style: none;
}

/* GALLERY SECTION */
.reservation-sec{
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 200px; 
}

.reservation-sec .reservation-title{
    margin-bottom: 25px;
    border-bottom: solid 1px #000000; 
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.reservation-sec .reservation-link{
    font-size: 18px;
    font-weight: 400;
}

/* GALLERY SECTION */
.gallery-sec{
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 500px; 
}

.gallery-sec .gallery-title{
    margin-bottom: 25px;
    border-bottom: solid 1px #000000; 
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.gallery-sec .item{
    margin-bottom: 10px;
}

.gallery-sec .sort-controller{
    margin-bottom: 20px;
}

.gallery-sec .mix{ 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: none;
}

.gallery-sec .preview{
    width: 100%;
    display: block;
    overflow: hidden;
}


.gallery-sec .mix img:hover{
    cursor: pointer;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    z-index: 1;
}

/* ACCESS SECTION */
.access-sec{
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 1000px; 
}

.access-sec .access-title{
    margin-bottom: 25px;
    border-bottom: solid 1px #000000; 
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.access-sec .information-list{
    font-size: 18px;
}

.access-sec .information-list dd{
    margin-bottom: 20px;
}

.access-sec .map{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px; 
}
