@charset "utf-8";
    @-ms-viewport {
    width: auto !important;
    initial-scale: 1;
}
@viewport {
    width: device-width;
    initial-scale: 1;
}
/*---------------------------------

  全体設定
  
---------------------------------*/
.pc_v {
}
.sp_v {
    display: none!important;
}
.ac {
    text-align: center;
}
.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.clearfix {
    zoom: 100%;
}
html {
    height: 100%;
    min-width: 600px;
    display: block;
    position: relative;
    margin-top: 0!important;
}
body {
    height: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 180%;
    background: #fff;
    display: block;
    position: relative;
}
.aligncenter {
    display: block;
    margin: 10px auto !important;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
#body-in {
    height: 100%;
    position: relative;
}
section {
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}
.container {
    width: 1072px;
    position: relative;
    margin: 0 auto;
}
a {
    text-decoration: none;
    outline: none;
    color: #000;
}
img {
    vertical-align: top;
}
.fl_wrap {
    clear: both;
    overflow: hidden;
}
.fl_left {
    float: left;
}
.fl_right {
    float: right;
}
.ib_wrap {
    letter-spacing: -0.4em;
}
.ib_box {
    letter-spacing: 0;
    display: inline-block;
}
h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
h3 {
    font-size: 20px;
    color: #63140d;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 15px;
}
em {
    display: inline-block;
    padding-top: 5px;
    line-height: 1.6;
    font-size: 12px;
    color: #919191;
}
.black,.black p a,.black a {
	color: black!important;
	border-top-color: black!important;
	border-left-color: black!important;
	border-right-color: black!important;
	border-bottom-color: black!important;
}
.black p:after {
	color: black!important;
}
.white,.white li a,.white p a {
	color: white!important;
	border-top-color: white!important;
	border-left-color: white!important;
	border-right-color: white!important;
	border-bottom-color: white!important;
}
.white p:after {
	color: white!important;
}
#about .important {
	background-color: #ffffff;
    border: 10px solid gray;
    padding: 20px;
    color: black;
    font-size: 20px;
    line-height: 1.8;
}
/*---------------------------------

  width
  
---------------------------------*/
.w1200 {
    width: 100%;
    /*width: 1200px;
    */
margin: 0 auto;
    box-sizing: border-box;
    max-width: 1200px;
}
.w1000 {
    width: 100%;
    /*width: 1000px;
    */
margin: 0 auto;
    box-sizing: border-box;
}
.w920 {
    width: 100%;
    /*width: 920px;
    */
margin: 0 auto;
    box-sizing: border-box;
}
#shopinfo {
    width: 100%;
    /*width: 1000px;
    */
margin: 0 auto;
    box-sizing: border-box;
    max-width: 1000px;
}
#shopinfo .fl_left img {
    max-width: 369px;
}
#privacy {
    width: 100%;
    /*width: 1000px;
    */
margin: 0 auto;
    box-sizing: border-box;
    max-width: 1000px;
}
/*---------------------------------

  追従エリア
  
---------------------------------*/
.window_right1 {
    position: fixed;
    bottom: 200px;
    right: 0;
    width: 42px;
    height: auto;
    display: inline-block;
    z-index: 98;
}
.window_right2 {
    position: fixed;
    bottom: 350px;
    right: 0;
    width: 42px;
    height: auto;
    display: inline-block;
    z-index: 98;
}
.window_right1 img,.window_right2 img {
    width: 100%;
    height: auto;
}
/*---------------------------------

  ヘッダー
  
---------------------------------*/
.head_change {
    background: #333;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 999;
	box-sizing: border-box;
	height: 80px;
}
.head_change .logo {
    float: left;
}
.head_change .logo img {
    height: 30px;
    width: auto;
    padding: 5px;
}
.head_change #menu {
    float: right;
}
.head_change #menu ul {
    text-align: center;
    padding: 0;
    margin: 0;
}
.head_change #menu a {
    color: #fff;
}
.head_change #menu li {
    position: relative;
    display: inline-block;
    padding: 8px 8px;
    font-size: 0.9em;
}
.head_change #menu li:hover .sub-nav {
    /*opacity: 1;
    */
display: block;
}
.head_change #menu li .sub-nav {
    /*opacity: 0;
    */
display: none;
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 100;
    padding: 0;
}
.head_change #menu li .sub-nav li {
    display: block;
    padding: 0;
    white-space: nowrap;
    /*border-top: 1px solid #fff;
    */
}
.head_change #menu li .sub-nav li:last-child {
    border-bottom: none;
}
.head_change #menu li .sub-nav a {
    display: block;
    width: 100%;
    padding: 2px 0;
    background: #999;
}
.head_change #menu .sub-nav a:hover {
    background: #ccc;
}
/*#menu {
    font-size: 13px;
    float: right;
}
#menu a {
    display: inline-block;
    margin: 10px 15px 0 0;
    color: #fff;
}
*/
.head_change .tel {
    float: right;
    margin: 8px 5px 0 30px;
    font-size: 16px;
    color: #fff;
}
.head_change .reserv_link {
    background: #9b2525;
    padding: 3px 15px;
    margin: 5px;
    float: right;
}
.head_change .reserv_link a {
    color: #fff;
}
.logo {
    display: table-cell;
    vertical-align: middle;
}
.logo h1 {
    font-size: 1em;
    color: #fff;
    margin: 0;
    padding: 8px 10px;
    float: right;
}
.logo img {
    height: 100%;
    width: auto;
    display: inline;
    vertical-align: middle;
}
.logo span {
    font-size: 1em;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    color: #fff;
}
#breadcrumb {
    line-height: 1.5;
    font-size: 12px;
    margin-top: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
#breadcrumb li:first-child {
    padding-left: 0;
}
/*---------------------------------

  メインビジュアル
  
---------------------------------*/
/*
#mainv {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 21;
}
*/
#mainv_blank {
    position: relative;
    width: 100%;
    height: 100px;
    color: #fff;
    box-sizing: border-box;
    z-index: 21;
}
.mainv_bg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100%*1000/2000);/* (画像の高さ / 画像の横幅) × 100 */
    top: 0;
    left: 0;
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center center;
    z-index: 23;
    margin-top: 80px;
}
.mainv_bg_sp {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center center;
    z-index: 23;
}
@media screen and (max-width: 1024px) {
    #mainv {
    height: 500px;
	}
	.mainv_bg {
	    height: 500px;
	}
}
@media screen and (max-width: 480px) {
    #mainv {
	    height: 100vh;
	}
	.mainv_bg {
	    height: 300px;
	}
}
.mainv_logo_wrap {
    display: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    z-index: 25;
}
.mainv_logo_wrap img{
	display: none;
}
.mainv_logo_wrap h1 {
    display: block;
    /*width: 281px;
    height: auto;
    */
text-align: center;
    margin: 0 auto 45px;
}
.mainv_logo_wrap h1 img {
    display: block;
    /*width: 100%;
    height: auto;
    */
}
.page #mainv,.single #mainv {
    width: 100%;
    height: 240px;
    padding: 0;
}
#mainv.no-kv {
    height: 75px;
}
.page_mainv_bg {
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background-size: auto;
    background-position: center center;
}
#okonomi_page .page_mainv_bg {
    background: url("images/mainv_okonomi.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#course_page .page_mainv_bg {
    position: relative;
    /*background: url("images/mainv_course.png");
    */
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#menu_page .page_mainv_bg {
    position: relative;
    /*background: url("images/mainv_menu.png");
    */
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#drink_page .page_mainv_bg {
    position: relative;
    /*background: url("images/mainv_drink.png");
    */
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#space_page .page_mainv_bg {
    position: relative;
    /*background: url("images/mainv_space.png");
    */
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#course_page .page_mainv_bg:before,#menu_page .page_mainv_bg:before,#drink_page .page_mainv_bg:before,#space_page .page_mainv_bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
#news_page .page_mainv_bg {
    background: url("images/mainv_news.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#reservation_page .page_mainv_bg {
    background: url("images/mainv_reservation.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#post_page .page_mainv_bg {
    /*background: url("images/mainv_news.png");
    */
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#sitemap_page .page_mainv_bg {
    /*background: url("images/mainv_news.png");
    */
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#blog_page .page_mainv_bg {
    /*background: url("images/mainv_blog.png");
    */
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*---------------------------------

  slide2
  
---------------------------------*/
.slide2 {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.slide2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---------------------------------

  ページ
  
---------------------------------*/
.top {
}
#news {
    margin: 0 auto;
    text-align: center;
}
#news_archive {
    margin: 0 auto;
    text-align: left;
    padding: 0 31.5px 40px;
}
.news_list_wrap {
    margin-bottom: 30px;
}
.news_list {
    width: 359px;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #919191;
    text-align: left;
    margin: 0 10px;
    vertical-align: middle;
}
.news_list:nth-child(1),.news_list:nth-child(2),.news_list:nth-child(3) {
    border-top: 1px solid #919191;
}
.news_thumb {
    width: 106px;
    height: auto;
}
.news_discription {
    width: 210px;
    padding-right: 64px;
    padding-top: 13px;
    box-sizing: border-box;
    position: relative;
}
.news_discription:after {
    position: absolute;
    top: 25px;
    right: 0;
    content: url("images/arrow.png");
}
.readmore {
    font-size: 14px;
    color: #63140d;
    border: 1px solid #63140d;
    padding: 2px 10px;
    display: inline-block;
}
#about {
    text-align: center;
}
.about_logo {
    margin-bottom: 30px;
}
#about h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    width: 560px;
    height: 55px;
    margin: 0 auto 30px;
    display: inline-block;
    /*background: url("images/bg_about.png") center center no-repeat;
    */
box-sizing: border-box;
    padding-top: 20px;
}
#about .alignment-left {
    text-align: left;
    width: 560px;
    margin: 0 auto;
}
#about .lead {
    font-size: 21px;
    line-height: 200%;
    margin-bottom: 30px;
}
#top_link {
    width: 100%;
    /*background: url("images/stripe.png");
    */
padding: 0;
    overflow: visible;
}
.link_list {
    width: 100%;
}
.link_list_1 {
    background: #ccc;
}
.link_list_3 {
    background: #eee;
}
.link_list_container {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    max-width: 1200px;
}
.link_img {
    width: 60%;
    height: 300px;
    position: relative;
    z-index: 1;
}
.link_txt_wrap {
    width: 35%;
    height: 300px;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 20px;
}
.link_txt {
}
.link_txt p {
    margin-bottom: 30px;
}
.fl_left .link_txt {
}
.fl_right .link_txt {
}
#top_link h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
    color: #000;
}
#top_link .readmore {
}
.link_list:nth-of-type(1)>.link_txt_wrap:after,.link_list:nth-of-type(2)>.link_txt_wrap:after,.link_list:nth-of-type(3)>.link_txt_wrap:after,.link_list:nth-of-type(4)>.link_txt_wrap:after {
    position: absolute;
    z-index: 50;
}
#top_link .fl_wrap {
    overflow: visible;
}
.fade_lead {
    box-sizing: border-box;
    border: 1px solid #000;
    position: relative;
    float: left;
    margin-right: 2.66666px;
    margin-bottom: 2.66666px;
}
.fade_lead_in {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 150%;
    box-sizing: border-box;
    padding: 15px;
}
.fade_lead_in h3 {
    font-size: 19px;
    margin-bottom: 20px;
    color: #000;
    line-height: 120%;
}
.fade_lead_in p {
}
.fade_list {
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 2.66666px;
    margin-bottom: 2.66666px;
}
.fade_list:before {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    opacity: 0;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.fade_list:hover:before,.fade_list.hover:before {
    opacity: 0.5;
}
.fade_list.flow_list14:hover:before,.fade_list.flow_list14.hover:before {
    opacity: 0;
}
.fade_list p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 17px;
    color: #fff;
}
.fade_list p.fade_off {
    opacity: 1;
}
.fade_list p.fade_on {
    opacity: 0;
}
.fade_list:hover p.fade_off,.fade_list.hover p.fade_off {
    opacity: 0;
}
.fade_list:hover p.fade_on,.fade_list.hover p.fade_on {
    opacity: 1;
    font-size: 19px;
    padding: 30px;
    box-sizing: border-box;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.flow_list1 {
    background: url("images/img_flow1.png");
}
.flow_list2 {
    background: url("images/img_flow2.png");
}
.flow_list3 {
    background: url("images/img_flow3.png");
}
.flow_list4 {
    background: url("images/img_flow4.png");
}
.flow_list5 {
    background: url("images/img_flow5.png");
}
.flow_list6 {
    background: url("images/img_flow6.png");
}
.flow_list7 {
    background: url("images/img_flow7.png");
}
.flow_list8 {
    background: url("images/img_flow8.png");
}
.flow_list9 {
    background: url("images/img_flow9.png");
}
.flow_list10 {
    background: url("images/img_flow10.png");
}
.flow_list11 {
    background: url("images/img_flow11.png");
}
.flow_list12 {
    background: url("images/img_flow12.png");
}
.flow_list13 {
    background: url("images/img_flow13.png");
}
.flow_list14 {
    background: url("images/img_flow14.png");
}
.shokuzai_list1 {
    background: url("images/img_shokuzai1.png");
}
.shokuzai_list2 {
    background: url("images/img_shokuzai2.png");
}
.shokuzai_list3 {
    background: url("images/img_shokuzai3.png");
}
.shokuzai_list4 {
    background: url("images/img_shokuzai4.png");
}
.shokuzai_list5 {
    background: url("images/img_shokuzai5.png");
}
.shokuzai_list6 {
    background: url("images/img_shokuzai6.png");
}
.shokuzai_list7 {
    background: url("images/img_shokuzai7.png");
}
#shokuzai {
    width: 1072px;
    margin: 0 auto;
}
#shokuzai .fade_list:hover:before {
    opacity: 0;
}
.fade_list {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#okonomi_flow .fade_list,#okonomi_flow .fade_lead {
    width: 236px;
    height: 217px;
}
#okonomi_flow .fade_list:nth-child(5n) {
    margin-right: 0;
}
#shokuzai .fade_list,#shokuzai .fade_lead {
    width: 298px;
    height: 273px;
}
#shokuzai .fade_list:nth-child(4n) {
    margin-right: 0;
}
#okonomi_menu {
    width: 100%;
}
h3.menubox {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #000;
    width: 100%;
}
#okonomi_menu>.category>table>tbody>tr>td:first-child {
    padding-right: 36px;
}
#okonomi_menu>.category>table>tbody>tr>td:last-child {
    padding-left: 36px;
}
#okonomi_menu table {
    width: 100%;
    margin-bottom: 10px;
}
#okonomi_menu>.category>table>tbody>tr>td {
    width: 50%;
    box-sizing: border-box;
    padding-bottom: 40px;
}
#okonomi_menu table img {
    margin-bottom: 10px;
}
#okonomi_menu>.category>table>tbody>tr>td>table>tbody>tr>td:first-child {
}
#okonomi_menu>.category>table>tbody>tr>td>table>tbody>tr>td:last-child {
    text-align: right;
    padding-left: 10px;
}
#course {
}
.course_list {
    margin-bottom: 50px;
}
.course_list>.fl_left {
    width: 400px;
}
.course_list>.fl_left img {
    width: 100%;
    height: auto;
}
.course_list>.fl_right {
    width: 530px;
}
.course_list>.fl_right h3 {
    font-size: 19px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
}
.course_list>.fl_right table {
    margin-top: 20px;
}
.course_list>.fl_right table td:first-child {
    padding-right: 40px;
}
#menu_block {
    margin: 0 auto 80px;
}
.menu_category {
    width: 50%;
    padding: 0 36px 30px;
    box-sizing: border-box;
}
.menu_category table {
    width: 100%;
}
.menu_category table td.left {
    width: 80%;
    padding-top: 5px;
    vertical-align: top;
}
.menu_category table td.left em {
    display: block;
}
.menu_category table td.right {
    width: 20%;
    padding-top: 5px;
    text-align: right;
    vertical-align: top;
}
.space_block {
    margin-bottom: 40px;
    text-align: center;
}
.space_block p {
    display: inline-block;
}
.space_block>img.ib_box {
    width: 508px;
    height: auto;
    margin-right: 62px;
}
.space_block>div.ib_box {
    width: 408px;
    padding-left: 40px;
    text-align: left;
    /*vertical-align: top;
    */
box-sizing: border-box;
}
.space_block>div.ib_box h3 {
    color: #000;
    font-size: 19px;
    margin: 0 0 10px;
}
.space_block>div.ib_box em {
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.space_block>div.ib_box table tr td:first-child {
    padding: 0 30px 2px 0;
}
.space_block>.ib_box {
    vertical-align: bottom;
}
.space_block>.ib_box p {
    display: inline-block;
}
#newsblog {
    margin: 0 auto;
    padding: 0;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#newsblog h2 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #666;
}
#front_news, #front_blog {
	width: 50%;
    margin: 0 2%;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
}
#front_news ul,#front_blog ul {
    margin: 0 auto 20px auto;
    padding: 0;
    text-align: left;
    list-style: none;
}
#front_news li .date,#front_blog li .date,#front_news li .txt,#front_blog li .txt {
    float: left;
    font-size: 14px;
    padding: 10px 0;
}
#front_news li .date,#front_blog li .date {
    width: 130px;
}
#front_news li .txt ,#front_blog li .txt {
    width: 400px;
}
#news {
    padding-bottom: 100px;
}
#news .news_wrapper {
    width: 800px;
    margin: 0 auto;
}
#news .news_wrapper article {
    margin-bottom: 50px;
    padding: 38px 40px;
    border: rgba(0,0,0,0.3) solid 1px;
    text-align: left;
}
#news .news_wrapper .post_date {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}
#news .news_wrapper .post_title {
    margin: 0 0 25px;
    padding-bottom: 25px;
    border-bottom: rgba(0,0,0,0.3) solid 1px;
    font-size: 24px;
    font-weight: bold;
}
#news .news_wrapper .post_txt {
    margin-bottom: 25px;
    font-size: 16px;
}
#news .news_wrapper .post_img {
    text-align: center;
}
#news .news_wrapper img {
    max-width: 100%;
}
#blog {
    width: 970px;
    margin: 0 auto;
    padding-bottom: 100px;
}
#blog .blog_wrapper {
    margin: 0 0 30px -30px;
    overflow: hidden;
}
#blog .blog_wrapper article {
    float: left;
    width: 470px;
    margin: 0 0 30px 30px;
}
#blog .blog_wrapper article > a {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
#blog .blog_wrapper .post_img {
    display: table-cell;
    width: 130px;
    height: 130px;
    background: #e5e5e1;
    vertical-align: middle;
}
#blog .blog_wrapper .post_img_box {
    width: 130px;
    height: 130px;
}
#blog .blog_wrapper .post_text {
    display: table-cell;
    width: 340px;
    height: 130px;
    padding: 10px 20px;
    background: #e5e5e1;
    vertical-align: middle;
    box-sizing: border-box;
}
#blog .blog_wrapper .post_date {
    font-size: 13px;
}
#blog .blog_wrapper .post_title {
    line-height: 1.6;
    margin: 5px 0 0 0;
    font-size: 14px;
}
#blog-single {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 100px;
}
#blog-single .post_date {
    margin-bottom: 10px;
}
#blog-single .post_title {
    line-height: 1.6;
    margin: 0 0 30px 0;
    font-size: 22px;
    font-weight: bold;
}
#blog-single .post_image {
    margin-bottom: 50px;
    text-align: center;
}
#blog-single img {
    max-width: 100%;
}
#blog-single .post_text {
    margin-bottom: 60px;
    font-size: 16px;
}
#blog-single .back {
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#blog-single .back a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #000;
    font-size: 16px;
}
#blog-single .back a:hover {
    background: #000;
    color: #fff;
}
.wp-pagenavi {
    clear: both;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    color: #333;
    background-color: #FFFFFF;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: thin solid #ccc;
}
.wp-pagenavi a:hover {
    color: #333;
    background-color: #e2e2e2;
    border: thin solid #ccc;
}
.wp-pagenavi span.current {
    color: #333;
    background-color: #e2e2e2;
    border: thin solid #ccc;
}
#form,#form table {
    width: 100%;
}
#form {
    margin-top: 30px;
}
#reservation {
    box-sizing: border-box;
    /*border: 1px solid #acacac;
    padding: 30px 60px;
    */
margin-bottom: 60px;
}
#reservation_page form table tr td {
    width: 30%;
    padding-bottom: 20px;
    box-sizing: border-box;
}
#reservation_page form table tr td {
    width: 20%;
}
#reservation_page form table tr td:last-child {
    width: 80%;
    text-align: left;
}
#reservation_page form input,#reservation_page form textarea {
    margin: 0 auto;
    padding: 7px;
    border: solid 1px #000;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    background: #fff;
}
#reservation_page form textarea {
    width: 100%;
}
#reservation_page form input:focus,#reservation_page form textarea:focus {
    border: 1px solid #999;
}
.va_top {
    vertical-align: top !important;
}
#reservation_page form dt .va_top {
    vertical-align: top;
    padding-top: 10px;
    display: inline-block;
}
#reservation_page form input[type="submit"],#reservation_page form input[type="button"] {
    width: auto;
    padding: 5px 40px;
    display: inline-block;
    background: #fff;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #000;
    color: #000;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: normal;
}
#information_arc {
    box-sizing: border-box;
    border: 1px solid #acacac;
    padding: 30px 60px;
    margin-bottom: 60px;
}
#information_arc .list_wrap {
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}
#pagenation {
    width: 100%;
    margin-top: 30px;
}
#pagenation ul {
    letter-spacing: -1.4em;
    text-align: center;
}
#pagenation ul li {
    display: inline-block;
    letter-spacing: 0;
    font-size: 12px;
}
#pagenation ul li a,#pagenation ul li .current {
    padding: 5px 12px;
    display: inline-block;
}
#pagenation ul li a {
}
#pagenation ul li .current {
}
#single_contents {
    margin: 60px auto;
}
#single_contents h3 {
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
    font-size: 23px;
    color: #000;
}
#single_contents img {
    max-width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}
#single_contents p {
    max-width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}
#single_contents p.post_time {
    margin-bottom: 30px;
    display: block;
    color: #be1a21;
}
.refer_lists {
    width: 100%;
    padding: 20px 0;
}
.refer_list {
    width: 1000px;
    margin: 0px auto;
    font-size: 14px;
    text-align: center;
}
.refer_list li {
    display: inline-block;
    padding: 0 10px;
}
.refer_list li img {
    max-width: 80px;
}
@media all and (-ms-high-contrast: none) {
    @-ms-viewport {
    width: auto !important;
}
/*---------------------------------

  IE11用
  
---------------------------------*/
*::-ms-backdrop,html {
    height: 100% !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    box-sizing: border-box;
}
*::-ms-backdrop,body {
    height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    position: relative;
    left: 0;
    right: 0;
}
*::-ms-backdrop,.menu-trigger {
}
}
/*---------------------------------

  Instagram
  
---------------------------------*/
#insta {
	text-align: center;
}
/*---------------------------------

  coupon_box
  
---------------------------------*/
.coupon_pc .coupon_list {
    margin: 20px 0;
}
.coupon_pc .coupon_box {
    width: 896px;
    margin: 0 auto;
    color: #333;
    border-top: 2px dotted #CCC;
    border-right: 2px dotted #CCC;
    border-left: 2px dotted #CCC;
    background: #fff;
}
.coupon_pc .coupon_box:last-child {
    border-bottom: 2px dotted #CCC;
}
.coupon_pc .coupon_box table {
    border-collapse: separate !important;
    width: 100%;
}
.coupon_pc .coupon_title {
    width: 35%;
    border: 3px #fdac00 solid;
    box-sizing: border-box;
    background: #fdfaf0;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.coupon_pc .coupon_naiyou {
    width: 65%;
    border-left: 2px dotted #CCC;
    box-sizing: border-box;
}
.coupon_pc .coupon_naiyou table {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: left;
}
.coupon_pc .coupon_naiyou table td {
}
.coupon_pc .coupon_naiyou table tr td {
}
.coupon_pc .coupon_naiyou .teiji {
    background: #f4f2ee;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 10px;
}
.coupon_pc .coupon_naiyou .expire {
    background: #f4f2ee;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 10px;
}
.coupon_pc .coupon_attention {
    color: #F00;
    border: thin solid #CCC;
}
.coupon_sp {
    display: none;
}
.alc_lead {
    width: 265px;
    height: 267px;
    box-sizing: border-box;
    border: 1px solid #000;
    position: relative;
    float: left;
    margin-right: 2.66666px;
    margin-bottom: 2.66666px;
}
.alc_lead_in {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 150%;
}
.alc_lead_in h3 {
    font-size: 23px;
    border-bottom: none;
}
.alc_lead_in p {
    margin-bottom: 20px;
}
.alc_lead_in p:last-child {
    margin-bottom: 0;
}
.alc_list {
    width: 265px;
    height: 267px;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 2.66666px;
    margin-bottom: 2.66666px;
}
.alc_list:nth-child(4n) {
    margin-right: 0;
}
.alc_list p {
    width: 100%;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 17px;
    color: #fff;
}
.alc_list p.alc_off {
    opacity: 1;
}
.alc_list p.alc_on {
    opacity: 0;
}
.alc_list:hover p.alc_off {
    opacity: 0;
}
.alc_list:hover p.alc_on {
    opacity: 1;
    font-size: 13px;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
    position: static;
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    background: rgba(0,0,0,0.3);
    height: 100%;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.alc_list1 {
    background: url("../img/menu_img1.png");
}
.alc_list2 {
    background: url("../img/menu_img2.png");
}
.alc_list3 {
    background: url("../img/menu_img3.png");
}
.alc_list1,.alc_list2,.alc_list3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.about-in {
    width: 100%;
    /*width: 1200px;
    */
margin: 0 auto;
    box-sizing: border-box;
}
.about-in>.fl_wrap {
    margin-bottom: 30px;
}
.about-in>.fl_wrap>div {
    width: 356px;
    height: 287px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    margin-left: 31px;
    float: left;
    position: relative;
}
.about-in>.fl_wrap>div:first-child {
    margin-left: 0;
}
.about-in>.fl_wrap>div p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.2em;
    margin: 0;
}
.about-in>.fl_wrap>div p.about_on {
    opacity: 0;
    width: 100%;
    height: 100%;
}
.about-in>.fl_wrap>div:hover p.about_off {
    opacity: 0;
}
.about-in>.fl_wrap>div:hover p.about_on {
    display: table-cell;
    opacity: 1;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    padding: 30px;
    font-size: 13px;
    background: rgba(0,0,0,0.3);
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.shop-list {
    margin: 0px auto;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
}
.shop-list li {
    width: 290px;
    text-align: left;
}
.shop-list li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 315px;
}
.shop-list li .shop-name {
    margin: 5px 0 10px;
    line-height: 1.4;
}
.shop-list li .m-img-bg {
    height: 120px;
}
.shop-list li .m-img-bg .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
#space .m-img-bg .img {
    width: 300px;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
}
/*---------------------------------

  20180224 add start
  
---------------------------------*/
.w900 {
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
.page-title {
    margin: 40px 0;
    text-align: left;
    font-size: 28px;
}
.page-title.al-center {
    text-align: center;
}
.page-description {
    line-height: 1.6;
    margin-bottom: 40px;
    padding: 0 1.5em;
    font-size: 16px;
}
.page-description.line {
    padding: 0 1.5em 30px;
    border-bottom: 1px solid #898989;
}
.menu-list-01 {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
    margin-bottom: 50px;
    font-size: 16px;
}
.menu-list-01 * {
    box-sizing: border-box;
}
.menu-list-01 article {
    width: 49%;
    margin-bottom: 20px;
    background: #fff;
}
.menu-list-01 article:nth-child(odd) {
    margin-right: 1%;
}
.menu-list-01 article:nth-child(even) {
    margin-left: 1%;
}
.menu-list-01 article .title {
    margin-bottom: 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #898989;
    font-size: 21px;
}
.menu-list-01 article .table {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
}
.menu-list-01 article .name {
    display: table-cell;
    padding-right: 10px;
}
.menu-list-01 article .price {
    display: table-cell;
    text-align: right;
    white-space: nowrap;
}
.menu-list-01 article .note {
    margin-bottom: 30px;
    padding: 0 20px;
}
.menu-list-02 {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
    margin-bottom: 50px;
    font-size: 16px;
}
.menu-list-02 * {
    box-sizing: border-box;
}
.menu-list-02 article {
    width: 49%;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #898989;
}
.menu-list-02 article:nth-child(odd) {
    margin-right: 1%;
}
.menu-list-02 article:nth-child(even) {
    margin-left: 1%;
}
.menu-list-02 article .title {
    margin-bottom: 20px;
    padding: 0;
    border-bottom: none;
    font-size: 21px;
}
.menu-list-02 article .table {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.menu-list-02 article .name {
    display: table-cell;
    padding-right: 10px;
}
.menu-list-02 article .price {
    display: table-cell;
    text-align: right;
    white-space: nowrap;
}
.menu-list-02 article .note {
    margin-bottom: 30px;
}
.recommend-list {
    display: flex;
    width: 100%;
    margin: 40px 0 50px;
    flex-wrap: wrap;
}
.recommend-list * {
    box-sizing: border-box;
}
.recommend-list .box {
    position: relative;
    width: 23%;
    margin: 0 0 0 2%;
    cursor: pointer;
    vertical-align: middle;
}
.recommend-list .box:nth-of-type(1) {
    margin: 0 2% 0 0;
    cursor: default;
}
.recommend-list .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    padding: 20px;
    text-align: center;
}
.recommend-list .title {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #898989;
    text-align: center;
    font-size: 28px;
}
.recommend-list .m-img-bg {
    height: 200px;
}
.recommend-list .m-img-bg .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.recommend-list .img {
	position: relative;
}
.recommend-list .img::before{
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.recommend-list .base-txt {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.recommend-list .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    font-size: 16px;
    opacity: 0;
}
.recommend-list .box:hover .txt {
    opacity: 1;
    transition: all 0.3s ease;
}
.space-list-01 {
    margin-bottom: 50px;
}
.space-list-01 * {
    box-sizing: border-box;
}
.space-list-01 img {
    max-width: 100%;
    height: auto;
}
.space-list-01 ul {
    display: flex;
    list-style: none;
}
.space-list-01 li {
    width: 50%;
    padding: 0 5%;
    text-align: center;
    font-size: 14px;
}
.space-list-01 li figure {
    margin: 0;
}
.space-list-01 li figcaption {
    margin-top: 10px;
}
.space-list-02 {
    margin-bottom: 80px;
}
.space-list-02 * {
    box-sizing: border-box;
}
.space-list-02 img {
    max-width: 100%;
    height: auto;
}
.space-list-02 ul {
    list-style: none;
    padding: 0;
}
.space-list-02 li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.space-list-02 li > div {
    width: 50%;
    display: table-cell;
    vertical-align: bottom;
}
.space-list-02 .name {
    margin: 0 0 20px 40px;
    font-size: 22px;
    font-weight: bold;
}
.space-list-02 dl {
    width: 100%;
    margin: 0 0 40px 40px;
    font-size: 16px;
    overflow: hidden;
}
.space-list-02 dt {
    clear: both;
    float: left;
    width: 20%;
    padding-bottom: 10px;
}
.space-list-02 dd {
    float: left;
    width: 80%;
    padding-bottom: 10px;
    margin: 0;
}
.space-list-03 {
    margin-bottom: 80px;
}
.space-list-03 * {
    box-sizing: border-box;
}
.space-list-03 img {
    max-width: 100%;
    height: auto;
}
.space-list-03 ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.space-list-03 li {
    width: 47%;
    margin-bottom: 40px;
}
.space-list-03 li:nth-child(odd) {
    margin-right: 3%;
}
.space-list-03 li:nth-child(even) {
    margin-left: 3%;
}
.space-list-03 li .box {
    margin: -70px 5% 0;
    padding: 30px;
    background: #fff;
    border: 1px solid #898989;
}
.space-list-03 li .m-img-bg {
    height: 350px;
}
.space-list-03 li .m-img-bg .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.space-list-03 .name {
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
.space-list-03 dl {
    width: 100%;
    margin: 0;
    font-size: 16px;
    overflow: hidden;
}
.space-list-03 dt {
    clear: both;
    float: left;
    width: 30%;
    margin: 0 0 20px;
    padding: 0 10px;
    background: #000;
    color: #fff;
}
.space-list-03 dd {
    float: left;
    width: 70%;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
}
.photo-list {
    margin-bottom: 60px;
}
.photo-list * {
    box-sizing: border-box;
}
.photo-list img {
    width: 100%;
    height: auto;
}
.photo-list ul {
    display: flex;
    margin-left: -20px;
    list-style: none;
    flex-wrap: wrap;
}
.photo-list li {
    margin-left: 20px;
    width: 300px;
    text-align: center;
    font-size: 14px;
}
.photo-list li figure {
    margin: 0;
}
.photo-list li figcaption {
    margin: 10px 10px 20px;
}
.gallery-list {
    margin-bottom: 50px;
}
.gallery-list * {
    box-sizing: border-box;
}
.gallery-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.gallery-list li {
    width: 25%;
}
.gallery-list li img {
    width: 100%;
    vertical-align: middle;
}
.gallery-list .pagenation {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
}
.gallery-list .pagenation .prev {
    float: left;
}
.gallery-list .pagenation .next {
    float: right;
}
/*---------------------------------

  20180224 add end
  
---------------------------------*/
#reservearea .reserv_btn {
    background: #9b2525;
    border: 1px solid #9b2525;
    color: #fff;
    font-size: 12px;
    vertical-align: text-bottom;
    padding: 5px 10px;
}
/*---------------------------------

  フッター
  
---------------------------------*/
#access {
    /*background: url("images/bg_access.png");
    */
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
}
#access h2 {
    color: #fff;
    font-size: 20px;
}
#map iframe,.banner img {
    margin: 0 auto;
    display: block;
}
#map iframe {
    width: 1000px;
    height: 350px;
}
.banner img {
    width: 700px;
    height: auto;
}
.ggmap {
	position: relative;
	padding-bottom: 350px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmapr object,
.ggmap embed {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 920px;
	height: 350px;
}
#shopinfo .shop_name {
    font-size: 20px;
    font-weight: bold;
}
#shopinfo dl,#shopinfo dt,#shopinfo dd {
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
#shopinfo dd .subtitle {
	display: block;
	margin: 0 0 5px;
	font-weight: 700;
}
#shopinfo dl,#shopinfo dt,#shopinfo dd .card:after {
	content: '、'
}
#shopinfo dl,#shopinfo dt,#shopinfo dd .card:last-child:after {
	content: ''
}
#shopinfo dl {
    width: 500px;
    margin-top: 20px;
    overflow: hidden;
}
#shopinfo dt,#shopinfo dd {
}
#shopinfo dt {
    clear: both;
    float: left;
    width: 100px;
    padding: 9px 0px;
    font-weight: 700;
}
#shopinfo dd {
    float: left;
    width: 379px;
    padding: 9px 10px;
    /*background: #fff;
    */
}
#footer {
    box-sizing: border-box;
}
#footer-menu {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}
#footer-menu .main-navi {
    padding: 0;
}
#footer-menu a {
    display: inline-block;
}
#footer-menu .sub-nav {
    padding: 0;
}
#footer-menu .sub-nav li {
    margin: 5px 0;
    display: block;
}
#footer-info {
    border-top: 1px solid #000;
    padding: 30px 0;
    text-align: center;
}
#copy {
    clear: both;
    font-size: 13px;
    margin: 0 auto;
    display: inline-block;
}
#privacypolicy {
    clear: both;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    display: inline-block;
}
#privacypolicy::before {
    content: "";
    color: #fff;
    padding: 0;
}
#privacypolicy::after {
    content: "|";
    color: #fff;
    padding: 0 5px 0 10px;
}
@media screen and (max-width: 1024px) {
    #privacypolicy {
    display: block;
}
#privacypolicy::before, #privacypolicy::after {
    content: "|";
    color: #888;
    padding: 0 5px;
}
}
#totop {
    width: 37px;
    height: 57px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: none;
}
#totop img {
    width: 100%;
    height: auto;
}
#sp_bottom {
    display: none;
}
#reservearea {
    max-width: 800px;
    margin: 0 auto;
}
#reservearea .container {
    border: 1px solid #999;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
#reservearea .container .left,#reservearea .container .middle,#reservearea .container .right {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
#reservearea .container .left,#reservearea .container .right {
    width: 200px;
}
#reservearea .container .middle {
    width: 420px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px}
#access {
    /*background: url("../img/bg_map.png");
    */
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
#map iframe {
    width: 920px;
    height: 400px;
}
.map-canvas div {
    overflow: visible;
}
#shopinfo {
    padding: 40px;
}
#shopinfo .shopname {
    font-weight: 700;
    margin: 5px 0;
}
#shopinfo p {
    padding: 0px;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.2em;
}
#shopinfo img {
    width: 300px;
    height: auto;
}
#shopinfo .fl_right {
    /*margin-right: 100px;
    */
margin-left: 50px;
    /*width: 650px;
    */
float: left;
}
#shopinfo .links {
    position: relative;
    margin-bottom: 40px;
    margin-top: 0px;
    padding-bottom: 10px;
    text-align: center;
}
#shopinfo .links li {
    display: inline-block;
    padding: 0 2px 2px;
}
#shopinfo .links img {
    width: auto;
    height: 80px;
}
#footer {
    background-repeat: repeat-x;
    background-position: center top;
    /*height: 292px;
    padding-top: 130px;
    */
box-sizing: border-box;
}
#footer-menu {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
#footer-menu li {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin: 20px 10px;
}
#copy {
    font-size: 13px;
    color: #000;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}
#totop {
    width: 90px;
    height: 93px;
    position: fixed;
    right: 30px;
    bottom: 70px;
    z-index: 999;
    display: none;
}
#totop img {
    width: 100%;
    height: auto;
}
#header {
    display: none;
}
/*---------------------------------

  banner
  
---------------------------------*/
.banner {
    margin: 20px;
    text-align: center;
}
@media (max-width: 767px) {
    .banner {
	    margin: 0 15px 40px;
	}
}

/*---------------------------------

  リッチリザルト
  
---------------------------------*/
#result > dl {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 8px 3em;
    border: 1px solid #eaeaeb;
    background-color: #fafafa;
    width: 800px;
    margin: 0 auto;
}
#result > dl > dt {
    display: flex;
    box-sizing: border-box;
    flex: 0 0 180px;
    align-items: center;
    padding: 16px 8px;
    color: #2e2e3b;
    font-weight: 700;
}
#result > dl > dd {
    display: flex;
    min-height: 60px;
    box-sizing: border-box;
    flex-basis: calc(100% - 220px);
    flex-grow: 1;
    flex-shrink: 0;
    align-items: center;
    padding: 16px 8px;
    color: #4a4a4b;
    margin: 0;
}
#result > dl > dt:not(:last-of-type),#result > dl > dd:not(:last-of-type) {
    border-bottom: 1px solid #eaeaeb;
}
#result dd ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
#result dd dl {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
#result dd dt {
    display: inline-block;
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
#result dd dd {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	display: inline;
}
#result > dl pre {
    white-space: pre-line;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
#result dl > dt:before {
    font-family: "Material Icons";
    margin-right: 10px;
    color: orange;
}
#result .categories:before {
    content:'restaurant';
}
#result .time:before {
    content:'query_builder';
}
#result .holiday:before {
    content:'restaurant';
}
#result .card:before {
    content:'credit_card';
}
#result .price:before {
    content:'money';
}
#result .address:before {
    content:'place';
}
#result .access:before {
    content:'directions_subway';
}

/*---------------------------------

	slick
	
---------------------------------*/
.top-slider{
    transition: 3s;
    position: relative;
    margin-top: 80px;
}
.top-slider.slick-initialized{
    opacity: 1
}
.top-slider .slick-slide img {
	margin: 0 auto;
	width: 100%;
	height: 50vw;
    object-fit: cover;
	font-family: 'object-fit: cover';
	padding: 0;
}
.top-slider .slick-prev:before,
.top-slider .slick-next:before {
    color: #000!important;
}
.top-slider .slide-arrow{
	position: absolute;
	top: 50%;
	margin-top: -15px;
	opacity: 0.8;
    transition : all 0.5s ease 0s;
    cursor: pointer;
}
.top-slider .prev-arrow{
	left: 20px;
	width: 50px;
	height: auto;
	border-left: 0 solid;
	z-index: 99;
 }
.top-slider .next-arrow{
	right: 20px;
	width: 50px;
	height: auto;
	border-right: 0 solid;
	z-index: 99;
}
.top-slider .slide-arrow:hover{
	opacity: 0.5;
}
.mypattern {
    width: 100%;
}
.mypattern .slick-slide {
    margin: 0;
}
.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -o-filter: opacity(100%);
    -ms-filter: opacity(100%);
    filter: opacity(100%);
    transition: 0.2s linear;
}
.link_list_single .slick-slide img {
	display: block;
    height: 250px;
    object-fit: cover;
	font-family: 'object-fit: cover';
}

.spbtn,
.spbtn2 {
	display: none;
}


/*---------------------------------  jobs  ---------------------------------*/

.job {
	padding-bottom: 150px;
}
.job h3,
.job-child h3 {
	font-size: 1.3em;
	background: #f5f5f5;
	padding: .5em;
	font-weight: bold;
}
.job-box {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	padding-left: 0;
}
.job-box li {
	border: 1px solid #bfbfbf;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(33.33% - 14px);
	height: 200px;
    box-sizing: border-box;
}
.job-box li:nth-child(3n) {
	margin-right: 0;
}
.job-box li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	width: 100%;
	height: 100%;
    transition: all 0.5s 0s ease;
}
.job-box li a:hover {
	background: #ccc;
}
.job-box li a:last-child {
	margin-right: 0;
}
.job-child dl{
	width: 100%;
	border-bottom: none;
	display: flex;
	vertical-align: middle;
	flex-wrap: wrap;
	margin-bottom: 3em;
}
.job-child dt{
	padding: 10px;
	width: 15%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	font-weight: bolder;
}
.job-child dd{
	padding: 10px;
	width: 85%;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin-inline-start: 0;
}
.job-child .joblink dt{
	padding: 10px;
	width: 20%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	font-weight: bolder;
}
.job-child .joblink dd{
	padding: 10px;
	width: 80%;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	margin-inline-start: 0;
}
.job-child .send_url{
	display: inline-block;
	background: #ba9b68;
	color: white;
	border-radius: 5px;
	padding: 15px 50px;
	margin-bottom: 2em;
}
.job-child .send_url:hover{
	background: orange;
}