@charset "UTF-8";
body {
    font-family: 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    background: #572c01;
}

a {
    color: #FFFFFF;
}

a:hover {
    color: #666;
}

.img-center {
    margin: auto;
}

p {
    line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

h1,
h2,
h3 {
    font-size: 18px;
}

h4,
h5,
h6 {
    font-size: 16px;
}

.inner {
    width: 90%;
    margin: auto;
}

.infomation {
    font-size: 14px !important;
    font-weight: bold;
    color: #FFFF99;
}

.infomation a {
    color: #FFFFFF;
    padding: 0 3px;
}

.infomation a img {
    margin: auto;
}

.top {
    margin-top: 10px;
}

.table-responsive {
    border: none;
}


/*-------------------------------
 Heaader
--------------------------------*/

.site-header {
    background-size: 100% auto;
}

.header {
    background: url(header_bj.jpg) no-repeat;
    background-size: 100% auto;
    padding: 20px 0;
}

h1 {
    background: #000;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    padding: 3px 0;
    margin: 0;
}

a.navbar-menu-btn {
    position: fixed;
    top: 0;
    right: 10px;
    background: rgba(2, 2, 2, 0.7);
    padding: 3px 5px 0;
    margin-top: 5px;
    height: 40px;
    width: 46px;
    color: #d3620a;
    border-radius: 4px 4px 0 0;
    z-index: 1000;
    font-size: 12px;
}

.navbar-menu-btn span.icon-text {
    font-size: 12px;
    display: block;
    text-align: center;
    position: relative;
    bottom: 5px;
}

a.call-btn {
    position: fixed;
    top: 35px;
    right: 10px;
    background: rgba(2, 2, 2, 0.7);
    padding: 3px 8px 3px;
    margin-top: 10px;
    height: 40px;
    width: 46px;
    color: #d3620a;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #8A6D3B;
    z-index: 1000;
}

.call-btn span.fa,
.navbar-menu-btn span.fa {
    font-size: 20px;
}

.navbar-menu-btn span.icon-text,
.call-btn span.icon-text {
    font-size: 12px;
    display: block;
    text-align: center;
    position: relative;
    bottom: 5px;
}

.call-btn:hover,
.call-btn:focus,
.navbar-menu-btn:hover,
.navbar-menu-btn:focus {
    color: #f0ad4e;
    text-decoration: none;
}

.btn-phone {
    padding-top: 6px;
    position: absolute;
    right: 60px;
}

.contact-area {
    background: #EFE4BA;
    padding: 10px 0;
}

.btn-mode {
    background: #261d1b;
    border-color: #8A6D3B;
    color: #FFFFFF;
}

.btn-mode:hover,
.btn-mode:focus {
    color: #FFFFFF;
    background: #795D2B;
    border-color: #8A6D3B;
}

.btn-warning {
    background: #e18231;
}

.headline li {
    float: left;
    color: #fba721;
    background: #3e1d02;
    height: 30px;
    padding: 5px 0;
    margin-top: -10px;
}

.headline li:first-child {
    width: 10%;
    font-size: 20px;
    text-align: center;
}

.headline li:first-child i {
    position: relative;
    bottom: 5px;
}

.headline li:last-child {
    width: 90%;
}


/*-------------------------------
 Navi
--------------------------------*/

#menu {
    background: #1d1c1c;
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.7);
}

#menu li small {
    color: #d3620a;
    margin-left: 5px;
}

.menu-navi {
    background: url(menu_bj.jpg) repeat-x;
    height: 52px;
    width: 100%;
    border-top: 1px solid #000;
}

.navi {
    width: 100%;
}

.navi td {
    width: 20%;
    height: 50px;
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
    line-height: 1.4;
    border-right: 1px solid #190501;
}

.navi td:last-child {
    border: none;
}

.navi td a {
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .9), 0 0 5px rgba(0, 0, 0, .9)
}

.navi td span {
    display: block;
}

.navi td i {
    color: #FFFFFF;
    font-size: 20px;
}

#donate a {
    color: #FFD400;
    text-align: left;
}

#donate p {
    color: #FFD400;
    text-align: left;
    padding-left: 20px;
}

#donate address {
    margin-bottom: 0;
    font-size: 12px;
    padding: 0 5px;
    text-align: center;
}

#donate:after {
    border: none;
}


/*-------------------------------
 Contents
-------------------------------- */

.btnArea {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contents h2 {
    margin: 0 0 10px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 18px;
    background: url(h2_bg.gif) repeat-x;
    height: 42px;
    line-height: 42px;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 0 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .9), 0 0 5px rgba(0, 0, 0, .9);
}

.contents h2 small {
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 5px;
    margin-left: 10px;
    font-style: italic;
    text-shadow: none;
    color: #dcdcdc;
}

.contents h2 i {
    margin-right: 10px;
    font-size: 24px;
    position: relative;
    top: 2px;
    text-shadow: none;
}

.contents h3 {
    color: #FB0130;
}

.contents p {
    font-size: 12px;
}

section {
    margin-top: 10px;
    background: #3e1d02;
    border-radius: 4px;
}

.sectionCon {
    padding: 10px;
    position: relative;
}

.sectionCon ul {
    padding-left: 20px;
}

.sectionCon ul li {
    color: #FFFFFF;
    font-size: 13px;
}

section p {
    color: #FFFFFF;
    margin-bottom: 0;
}

#pickupArea .swiper-option {
    margin-bottom: 0 !important;
    top: 10px;
}

.subCon {
    padding-top: 10px;
}

#staff .inner {
    width: 95%;
}

#staff .item {
    text-align: center;
    display: block;
    margin: 5px 0;
    background: #42332F url(staff_bj.html) no-repeat bottom center;
    padding: 3px;
}

#staff .item .photo {
    max-width: 100%;
    height: auto;
}

#staff .item .name {
    font-size: 13px;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin-top: 5px;
}


/*#staff .item .name span {
    color: #00FFFF;
}*/

#staff .item .size {
    color: #FB8F32;
    display: block;
    font-size: 11px;
}

#staff .item .time {
    font-size: 12px;
    color: #FB8F32;
    padding-bottom: 5px;
    display: block;
}

#staff select {
    background: #000000;
    border-color: #333;
    color: #999999;
}

#staff .item .btn {
    padding: 2px 5px;
}


/*#newface {
    height: 380px;
    overflow-y: scroll;
    margin-right: -10px;
    padding-right: 20px;
    padding-left: 10px;
}

#newface .name {
    color: #FF0E57;
    font-size: 16px;
    display: block;
    padding-top: 5px;
    font-weight: bold;
    padding-left: 20px;
}
#newface .comment {
    padding-left: 20px;
    font-size: 14px;
}
#newface img {
    border: 3px solid #ca9000;
}*/

.list-item {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

.list-item li {
    margin-bottom: 10px;
    border-bottom: #d59e44 1px dotted;
    padding-bottom: 10px;
}

.list-item li:last-child {
    border-bottom: none;
}


/*.list-item li .news-category1 .media-body h4{
    color: #E8C829;
    margin-top: 5px;
}
.list-item li .news-category2 .media-body h4 {
    color: #F40D8E;
    margin-top: 5px;
}
.list-item li .news-category1 .media-body .date{
    color: #FFF;
}
.list-item li .news-category1 .media-body .name{
    color: #E82929;
    margin-left: 5px;
}
.list-item li .news-category2 .media-body .category-name{
    background: #F40D8E;
    padding: 1px 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}*/

#news .title {
    color: #fb7207;
    font-weight: bold;
    font-size: 14px;
}

.list-item li p.date {
    color: #d59e44;
    margin-bottom: 5px;
    font-size: 14px;
}

.list-item li p.comment {
    color: #FFFFFF;
    margin: 0;
    font-size: 13px;
}

.list-item li p.name {
    color: #E8C829;
}


/*#schedul table {
    width: 600px;
}

#schedul table td.name {
    color: #333;
    text-align: left;
    font-weight: bold;
    background: #FF9900;
}

#schedul table td.week {
    color: #333;
    background: #FFFFFF;
}

#schedul table th {
    border: 1px solid #D80623;
}

#schedul table td {
    border: 1px solid #D80623;
    text-align: center;
    color: #FFFFFF;
    padding: 0 7px;
}*/


/*#staff-detail .staff-gallery {
    background: url(staff_bj.jpg) no-repeat;
    background-size: 100% auto;
    padding: 10px 10px 10px;
    overflow: hidden;
}*/

#staff-detail .staff-contents {
    padding: 15px;
}

#staff-detail .staff-gallery {
    border: 2px solid #d3620a;
    padding: 2px;
}

#staff-detail .staff-photo {
    overflow: hidden;
}

#staff-detail .staff-photo img {
    width: 100%;
}


/*#staff-detail .staff-panel .panel {
    background-color: #000;
}

#staff-detail .staff-panel .panel-heading {
    background: #3b1700;
    border: 1px solid #422312;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

#staff-detail .staff-panel .panel-body {
    color: #CBCACA;
    background: #000000;
    padding: 0;
}

#staff-detail table {
    background: #FFFFFF;
}

#staff-detail table th {
    width: 26%;
    background: #EEE;
    border-color: #CCCCCC;
}

#staff-detail table td {
    width: 74%;
    border-color: #CCCCCC;
}*/


/* #staff-detail h3 {
    margin-top: 10px;
    margin-bottom: 0;
    background: url(tit_bg.png) no-repeat;
    background-size: 100% auto;
    height: 32px;
    line-height: 32px;
    color: #925622;
    text-align: center;
}

#staff-detail h3 img {
    margin-right: 5px;
} */

#staff-detail table,
#recruit table,
#access table {
    margin-bottom: 0;
}

#access p {
    margin-top: 10px;
    line-height: 20px;
    font-size: 13px;
}


/*#hotel h3 {
    color: #D8CC63;
}*/

#recruit table {
    font-size: 13px;
}

#recruit table tr:first-child th,
#recruit table tr:first-child td {
    border: none;
}

#recruit table th {
    color: #b55c04;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    border-color: #51370E;
    background: #100907;
}

#recruit table td {
    color: #FFFFFF;
    width: 80%;
    border-color: #51370E;
}

#access iframe {
    border: 1px solid #391d03;
}

#access table tr:first-child th,
#access table tr:first-child td {
    border: none;
}

#access table td {
    color: #FFF;
    border-color: #51370E;
}

#access table th {
    color: #FFD800;
    width: 22%;
    vertical-align: middle;
    border-color: #51370E;
}


/*#hotel table th {
    color: #FF9434;
    background: #1D1D1D;
    border: 1px solid #333333;
    width: 35%;
}*/

#staff-detail dl {
    clear: both;
    margin-bottom: 5px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

#staff-detail dl dt {
    float: left;
    width: 30%;
    text-align: left;
    background: #d3620a;
    display: table-cell;
    padding: 10px 0 10px 10px;
    color: #FFFFFF;
    border-left: 5px solid #f5f5f5;
}

#staff-detail dl dd {
    float: left;
    width: 70%;
    padding: 10px;
    display: table-cell;
    background: #130f0e;
    color: #FFF;
}


/* #access h3 {
    background: url(acc_bj.jpg) no-repeat;
    background-size: cover;
    font-size: 13px;
    color: #660000;
    padding: 7px 7px 3px;
    margin-bottom: 0;
}

#access p {
    margin-bottom: 10px;
    padding-top: 5px;
} */


/*#hotel table td {
    color: #FFFFFF;
    border: 1px solid #333333;
}*/


/* #staff-detail table th {
    color: #FFFFFF;
    width: 31%;
}

#staff-detail table td {
    color: #FFFFFF;
    width: 69%;
}

#staff-detail table tr:first-child th,
#staff-detail table tr:first-child td {
    border: none;
} */

#room figure {
    margin: 5px 0;
    text-align: center;
}

#room img {
    border: 1px solid #663409;
}

#room h4 {
    margin-bottom: 0;
    margin-top: 20px;
    color: #e4ae38;
}


/* #room figure figcaption {
    color: #DDBB33;
    font-size: 12px;
    padding-top: 5px;
} */

.twitter {
    border: 2px solid #8a6d3b;
    margin-top: 10px;
}

.btnBox a {
    margin-bottom: 10px;
}

.swiper-option {
    text-align: center;
    position: relative;
    top: 25px;
    margin-bottom: 45px;
}

.swiper-option .swiper-pagination-bullet {
    margin: 3px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
}

.swiper-option .swiper-pagination-bullet-active {
    background: #cc6600;
}

.swiper-button-next,
.swiper-button-prev {
    background: none;
    background-color: #DDDDDD;
    width: 35px;
    height: 35px;
    font-size: 20px;
    padding-top: 5px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background: #666;
}

/* .staff-contents {
    margin-left: -4%;
    margin-top: 20px;
} */


/* .staff-body {
    background: url(staff_body_bg2.png) repeat-y;
    background-size: 100% auto;
    padding-left: 20px;
}

.staff-body table {
    margin: 0 auto 10px;
    width: 80%;
}

.staff-body table th,
.staff-body table td {
    border: none !important;
    padding: 5px 0 !important;
}

.staff-body table span {
    color: #FF0000;
}

.staff-body p {
    color: #333333;
    margin: 0 auto 0;
    width: 80%;
} */

#system p.p1 {
    font-size: 14px;
    color: #E8B87A;
    margin: 20px 0;
}

#system p.p2 {
    font-size: 12px;
    color: #FFF;
}


/*-------------------------------
 Footer
--------------------------------*/

footer .view-mode {
    color: #FFFFFF;
    text-align: center;
    background: #572c01;
    margin: 0;
    padding: 10px 0;
}

footer a {
    color: #FFD400;
}

.footer-bg {
    text-align: center;
    padding-bottom: 20px;
    background: #572c01;
    color: #e4ae38;
    margin-top: 0;
}

.footer-bg img {
    max-width: 80%;
    height: auto;
    margin: 20px auto 0;
}

.footer-bg ul {
    width: 100%;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.footer-bg ul li {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    float: left;
    width: 50%;
    border-top: 1px solid #7f5a0f;
    border-left: 1px solid #7f5a0f;
    position: relative;
    text-align: left;
}

.footer-bg ul li:nth-child(odd) {
    border-left: none;
}

.footer-bg ul li:nth-child(n+5) {
    border-bottom: 1px solid #7f5a0f;
}

.footer-bg ul li a {
    color: #e18231;
    display: block;
    font-size: 15px;
}

.footer-bg ul li:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 30%;
    color: #e4ae38;
    font-size: 15px;
}

.footer-bg address {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 12px;
    color: #f1c4a1;
}

.headroom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
    z-index: 100;
}

.headroom--unpinned {
    bottom: -100px;
}

.headroom--pinned {
    bottom: 0;
}