@charset "utf-8";
/* CSS Document */
.clearfix:after{
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
}
img {
    width: 100%;
}
li {
    list-style: none;
}
body {
    font-family: 'Quicksand', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #585858;
    font-size: 14px;
    position: relatie;
}
.reserve {
    position: fixed;
    right: 0.8%;
    top: 4%;
    z-index: 500;
}
a img:hover {
    opacity: 0.8;
}
/*********************************************************
                    ヘッダー
*********************************************************/
header {
    max-width: 1000px;
    margin: 0 auto;
}
#logo {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}
#logo img {
    max-width: 150px;
}
#header {
    margin: 30px 0;
}
#header li {
    float: left;
    width: 20%;
    margin: 0 auto;
    text-align: center;
}
#header li a {
    color: #585858;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 40px;
    display: block;
    font-size: 18px;
}
#header li a:hover {
    color: #FFD600;
    background: url(image.php?id=006) bottom no-repeat;
}
/*********************************************************
                    コンテンツ
*********************************************************/
.contents {
    max-width: 1000px;
    margin: 0 auto;
}
.main-title {
    font-size: 36px;
    text-align: center;
    border-bottom: 1px #B5D3B8 solid;
    padding: 0 0 5%;
}
.sub-title {
    border-left: 5px #5F3B12 solid;
    font-size: 24px;
    padding: 5px 0 5px 8px;
    margin: 10% 0 2% 0;
}
/*--メインイメージ--*/
.main-img {
    position: relative;
}
.logo-text {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 50%;
    margin-top: -57px;
    margin-left: -150px;
    width: 26.1282%;
}
.logo-text img {
    max-width: 376px;
}
#fadein {
    display: none;
}
/*--ニュース--*/
.news {
    margin: 10% 0;
    border-bottom: 3px #B5D3B8 solid;
}
.news h2 {
    border-bottom: 3px #B5D3B8 solid;
    font-size: 30px;
    padding: 0 0 8px 0;
}
.news-table {
    width: 100%;
    display: table;
    padding: 10px 0;
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 15px;
    border-bottom: 1px dashed #CCC;
}
.news-table:last-child {
    border-bottom: none;
}
.news-image {
    width: 20%;
    display: table-cell;
}
.news-image img {
    max-width: 150px;
}
.news-text {
    width: 90%;
    display: table-cell;
    vertical-align: top;
}
.news-date {
    margin-top: 30px;
    font-size: 12px;
    color: #666;
}
/*--メインメニュー--*/
.main-menu {
    display: table;
    width: 100%;
    margin-bottom: 10%;
}
.main-menu img {
    max-width: 400px;
}
.mm-1 {
    display: table-cell;
    width: 50%;
}
.mm-2 {
    display: table-cell;
}
.youtube {
    display: table;
    width: 100%;
    margin-bottom: 10%;
    box-sizing:border-box;
    table-layout:fixed;
}
.y-1 {
    display: table-cell;
    50%;
    vertical-align:top;
    padding-right:20px;
}
.y-2 {
    display: table-cell;
    vertical-align:top;
    padding-left:20px;
}
.youtube iframe {
    width:100%;
    height:270px;
}
.main-menu p {
    text-align: center;
    font-size: 24px;
    padding-top: 4%;
}
.main-menu a {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
/*--アクセス--*/
.access {
    margin: 5% 0;
}
.access ul {
    line-height: 2;
    font-size: 16px;
}
.access p {
    line-height: 2;
}
.access-table {
    display: table;
    margin: 10% 0 0 0;
}
.access-text {
    display: table-cell;
    width: 50%;
}
.access-img {
    display: table-cell;
    vertical-align: middle;
}
/*--コンセプト--*/
.concept {
    text-align: center;
    margin: 5% 0;
}
.concept p {
    line-height: 1.7;
    margin: 15px 0;
    font-size: 24px;
    text-shadow: #FFFFFF 0 0 3px;
}
.concept-inner {
    margin: 10% 0 0 0;
    padding: 5% 0;
    background: url(image.php?id=013) no-repeat;
    background-size: 100% 100%;
}
/*--メニュー--*/
.menu {
    margin: 5% 0;
}
.menu p {
    line-height: 1.5;
}
.menu-inner {
    margin: 10% 0 0 0;
}
.set-menu {
    margin: 0 !important;
}
.menu table {
    width: 100%;
    margin: 5% 0;
}
.menu .m1 {
    font-weight: bold;
    border-bottom: solid #000 1px;
}
.menu td {
    padding: 20px 0;
    border-bottom: dotted 1px #000;
}
.price {
    text-align: right;
    padding: 20px 5px 20px 0 !important;
}
.sp-b {
    color: #F00;
    font-weight: bold;
}
/*--staff--*/
.staff {
    margin: 5% 0;
}
.staff-inner {
    margin: 10% 0 0 0;
}
.staff-inner .staff-table {
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 50px 0;
    box-sizing: border-box;
}
.staff-table div {
    display: table-cell;
    vertical-align: middle;
}
.staff-img {
    text-align: center;
    border: 1px dashed #6E6E6E;
}
.staff-text {
    width: 60%;
}
.staff-text h2 {
display:inline-block;
vertical-align:middle;
}
.staff-text a {
display:inline-block;
vertical-align:middle;
margin-bottom:15px;
margin-left:20px;
}
.staff a img {
display:inline-block;
width:40px;
}
.staff-text table {
    width: 100%;
}
.staff-text td {
    padding: 20px 0 20px 10px;
}
.staff-text .td1 {
    width: 30%;
}
.staff-text tr {
    border-bottom: dotted 1px #8C8C8C;
}
.staff-text tr:first-child {
    border-top: solid 1px #686868;
    border-bottom: dotted 1px #8C8C8C;
}
.staff-text h2 {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color: #7C6653;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.staff-text i {
    padding-right: 10px;
}
/*********************************************************
                    フッター
*********************************************************/
footer {
    padding: 5% 0;
    border-top: 5px #A1BCA7 solid;
}
.footer-logo {
    text-align:center;
    margin:0 auto;
    width: 100%;
    font-size:0;
}
.footer-logo p.flogo {
    display:inline-block;
    max-width: 150px;
}
.footer-logo p.fb {
    display:inline-block;
    max-width: 60px;
    margin-right:20px;
}
.footer-logo p.insta {
    display:inline-block;
    max-width: 60px;
    margin-left:20px;
}
.footer-logo img {
    max-width: 150px;
}
footer ul {
    margin: 5% 0 0 0;
    text-align: center;
}
footer li {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 2;
}
footer li:after {
    content: "|";
}
footer li:last-child:after {
    content: "";
}
footer li a {
    color: #4D4D4D;
    padding: 0 5px;
    text-decoration: none;
}
footer li a:hover {
    color: #9E7F67;
}
.copy {
    text-align: center;
    margin: 5% 0 0 0;
}
.footer-tel {
    margin: 3% 0 0 0;
    font-size: 24px;
    text-align: center;
}
/*********************************************************
                        PageTopボタン
*********************************************************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;    
    opacity: 0.6;
    padding: 3px 0;
    /*角丸*/
    /*
    width: 50px;
    border-radius: 5px;
    */
    /*円*/
    vertical-align:middle;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    box-sizing: border-box;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
    opacity: 1;
}
/*********************************************************
                        マップ
*********************************************************/
.ggmap {
    display: table-cell;
    margin-top: 4%;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 50%;
}
.ggmap iframe,
.ggmapr object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ggin {
    margin-top: 4%;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 23%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 90%;
    margin: 0 auto 4%;
}
.ggin iframe,
.ggin object,
.ggin embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ggin-ac {
    display: table-cell;
    margin-top: 4%;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.ggin-ac iframe,
.ggin-ac object,
.ggin-ac embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-table {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
    box-sizing: border-box; 
}
/*********************************************************
                       スマホ用メニュー
*********************************************************/
.global_menu {
    display: none;
}
#category_list {
    display: none;
}