@charset "UTF-8";

/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background: url(../../uploads/header_line.jpg);
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
	color:#fff;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */

/* =============================================

	Common settings

============================================= */
/* table border and paddings */
table th,
table td{
	border: 1px solid #424242;
	padding: 10px;
}

/* =============================================

	Media Query

============================================= */
@media screen and (max-width: 1400px) { /* for iPad pro landscapes */

}

@media screen and (max-width: 1180px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
		padding-bottom: 51px;
	}

	#header.header {
		padding-top: 0;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #f1f1f1;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
		left: 0;	
	}
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */

}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/

}

@media screen and (max-width: 980px) { /* for mobile landscape */
	#pc-backtop {
		display: none;
	}
	#footer .sp-footer-icons-container {
		display: flex;
	}
}

@media screen and (max-width: 820px) { /* for tablet portrate */
	#pc-backtop {

	}
	#footer .sp-footer-icons-container {

	}
}

@media screen and (max-width: 768px) { /* for mobile  */
	

}

@media screen and (max-width: 460px) { /* for mobile small  */
	

}

body {
}

body.skin-default{
   background:#fff;
    padding: 130px 0 0;
}

body.no-home #pagewrap{
	background:url("../../uploads/bg_1_home.jpg");
}


body *{
    box-sizing:border-box;
}

/**pagewidth body

:root{
  --pagewidthbody:1600px;
}

#pagewrap,
.themify_builder_row.fullwidth .row_inner{
	max-width:var(--pagewidthbody);
    width: 100%;
    margin: 0 auto;
}

end pagewidth body**/

body .pagewidth{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.module_row > .row_inner{
	width:100%;
}

/* -----End pagewrap pagewidth----- */

/* -----header----- */
body #headerwrap{
	background: url(../../uploads/header_line.jpg) repeat-x top center, url(../../uploads/bg_header.jpg);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

#headerwrap #header,
#footerwrap #footer{
   border:0px;
}

body #header.header{
	padding:0;
}

.header-brand-container{
	float:left;
	padding:0;
}

.rh{
	float:right;
  text-align:right;
  padding:25px 0 5px;
}

body #site-logo{
	position: absolute;
	z-index: 2;
    top: 10px;
}

.contact_h > div, .social_contact div,
body #site-logo a,
body #site-logo img{
	display:inline-block;
	vertical-align:middle;
}

.clearboth{
	clear:both;
}

.contact_h{
 margin-bottom:10px; 
}

.social_contact div{
	margin-left:5px;
}

.social_contact div:first-child{
	margin-left:10px;
}
.social_contact.social_h img:hover{
	opacity:0.7;
}
/* -----end header----- */

/* -----menu----- */

#headerwrap #main-menu-container{}
 #headerwrap #main-menu{width: 100%;text-align:center;list-style:none;height: 42px; width: 100%;max-width:771px;position:static;margin:0;}
 #headerwrap #main-menu > li {padding:0;margin:0;display:inline-block;position:relative;height: 42px;background-image:url("../../uploads/menu.png");float:left;}
 #headerwrap #main-menu > li > a {padding:0;margin:0;color:transparent;font-size:18px;text-decoration:none;display:block;height: 42px;}
 #headerwrap #main-menu li ul.sub-menu{width:100%;border: 0;border-radius: 0;padding: 0;background:rgba(255,255,255,0.8);}
 #headerwrap #main-menu li ul.sub-menu li {border-bottom: 1px dotted #ccd6e3;width: 100% !important;}
 #headerwrap #main-menu li ul.sub-menu li a {padding: 18px 0 17px;font-size: 13px;width: 100% !important;color: #434343 !important;z-index:100;}
 /*#headerwrap #main-menu .current_page_item a,#pagewrap #main-menu .current-menu-item a {background-color: transparent;color: #666;border-radius: 0;}*/

 #headerwrap #main-menu  li.nav_f,
 #headerwrap #main-menu  li.nav00 {display:none;}

#headerwrap #main-menu > li:hover{
	border-color:#00c8ea;
}

#headerwrap #main-menu ul.sub-menu li a:hover{
	text-decoration:none;
}

#headerwrap #main-menu li ul.sub-menu{
	display: block !important;
    position: absolute;
	top:calc(100% + 1px);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	z-index: 100;
    border-radius: 5px;
    left: -999em;
	width:100%;
	border: 0;
	border-radius: 0;
	padding:8px 0 0;
	background-image: linear-gradient(to top, rgba(47,200,226,0.95) , rgba(110,224,243,0.95));
	list-style:none;
	margin:0;
	white-space: nowrap;
}
#headerwrap #main-menu li:hover > ul.sub-menu{
    left: 50%;
    transform: translateX(-50%);
	visibility: visible;
    opacity: 1;
}

#headerwrap #main-menu li.nav01 { width:  71px;background-position: top left 0px;}
 #headerwrap #main-menu li.nav02 { width: 136px;background-position: top left  -71px;}
 #headerwrap #main-menu li.nav03 { width: 131px;background-position: top left -207px;}
 #headerwrap #main-menu li.nav04 { width: 101px;background-position: top left -338px;}
 #headerwrap #main-menu li.nav05 { width: 116px;background-position: top left -439px;}
 #headerwrap #main-menu li.nav06 { width: 101px;background-position: top left -555px;}
 #headerwrap #main-menu li.nav07 { width: 115px;background-position: top left -656px;}

 #headerwrap #main-menu li.nav01:hover { width:  71px;background-position: top 42px left 0px;}
 #headerwrap #main-menu li.nav02:hover { width: 136px;background-position: top 42px left  -71px;}
 #headerwrap #main-menu li.nav03:hover { width: 131px;background-position: top 42px left -207px;}
 #headerwrap #main-menu li.nav04:hover { width: 101px;background-position: top 42px left -338px;}
 #headerwrap #main-menu li.nav05:hover { width: 116px;background-position: top 42px left -439px;}
 #headerwrap #main-menu li.nav06:hover { width: 101px;background-position: top 42px left -555px;}
 #headerwrap #main-menu li.nav07:hover { width: 115px;background-position: top 42px left -656px;}

/* -----end menu----- */

/* -----footer----- */
body #footerwrap{
  background:url("../../uploads/bg_header.jpg");
}

#footerwrap #footer{
	overflow:hidden;
  text-align:center;
  padding:26px 0 20px;
}

.logo_f{
	margin-bottom:-24px;
}
.logo_f img:hover{
	opacity:0.7;
}
.btn_f{
	margin-left:10px;
}
.btn_f img:hover, .social_contact.social_f img:hover{
	opacity:0.7;
}
.contact_1_f > div,
.contact_2_f div{
	display:inline-block;
  vertical-align:middle;
}

.contact_2_f{
	color:#fff;
}
.contact_2_f div{
	margin-left:10px;
}
.contact_2_f div:first-child{
	margin-left:0;
}
.contact_2_f font{
	color:#53352d;
  font-weight:bold;
}

body #footerwrap #footer-nav{
	margin:0;
}
body #footerwrap #footer-nav li {
    border-color:#fff;
  line-height:1;
margin:0 0 7px;
	border-left: solid 1px #fff;
}

body #footerwrap #footer-nav li:first-child{
	border:0;
}

#pagewrap #footerwrap #footer-nav li a{
	color:#fff;
  font-size:14px;
  padding:0 8px 0 10px;
	text-decoration:underline;
}
#pagewrap #footerwrap #footer-nav li a:hover{
	text-decoration:none;
}


#pagewrap #footerwrap #footer-nav li.nav01 a{
  padding: 0 8px 0 0;
}

.bottom_headerwrap{
	background:url("../../uploads/header_line.jpg");
  padding:5px 0 3px;
}

.bottom_headerwrap .pagewidth{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  space-between;
    justify-content: space-between;
}

body #footerwrap #footer-nav{
	padding:0;
}

.copyright-container{
	background:none;
  padding:0 0 5px;
	text-align:center;
}

.copyright-container span{
	color:#fff;
  font-size:13px;
}

.copyright-container a img{
	display:block;
}

.copyright-container span,.copyright-container a{
  display:inline-block;
	vertical-align:middle;
  padding-left:3px;
}

body #pc-backtop{
	width:auto;
    bottom:268px;
}

#pagewrap .f-con .rtt a{
	padding:0;
}

/* -----end footer----- */

/* -----general----- */


body .module.module-layout-part{
	margin-bottom:0px;
}

#pagewrap .module .module-title{

}

.module-image:hover a img{
	opacity:0.7;
}

table{
	width:100%;
	border-collapse:collapse;
}


.module.module-buttons *{
	display:block;
}

.module.module-buttons span{
	margin:0;
}


.m_font_1.module,
.ti_font_1.module .module-title{

}

#content{
	padding:0;
}

.module{
	margin-bottom:30px;
}
.module p:last-child{
	margin:0;
}

body .module_row > .row_inner {
    max-width:100%;
}

/* -----end general----- */

.ti_2_line.module{
	text-align:center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}

.ti_1_line.module .module-title,
.ti_2_line.module .module-title{
	font-size:38px;
  line-height:1.2;
  margin:0;
  color:#53352d;
  font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
	text-align:center;
}
.ti_2_line_b.module .module-title{
	color:#948066;
}

.ti_1_line.module .module-title{
	color:#f2dabd;
}

.text_sub_main.module{
	font-size:16px;
  line-height:1.4;
  color:#53352d;
  text-align:center;
  font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}
.text_sub_main.module .module-title{
	color:#f4602e;
  font-size:36px;
  margin:0 0 5px;
}


/* POST */

.post_home_1.module{
	max-width:750px;
  width:100%;
  margin:0 auto 30px;
  position:relative;
  padding:10px;
  background:rgba(255,255,255,0.5);
}

.post_home_1 .list-post{
	height:208px;
  overflow:auto;
  background:none;
  padding:30px 30px 30px 70px;
}

.post_home_1.module.module-post .post{
	padding-bottom:0;
  border-bottom:0;
  max-width:590px;
  margin:0 auto;
  margin-bottom:22px;
}

.post_home_1 time{
  color:#f4602e;
  font-weight:bold;
  width:100px;
  float:left;
  margin:0;
  font-size:14px;
  line-height:2.14;
}

.post_home_1.module.module-post .post-title{
  float:left;
  width:calc(100% - 100px);
  margin-bottom:1px;
  font-size:14px;
  line-height:2.14;
}

.post_home_1.module.module-post .post-title a{
	color:#3d1e16;
  font-size:14px;
  line-height:2.14;
  font-weight:normal;
	text-decoration:underline;
}

.post_home_1.module.module-post .post-title a:hover{
	color:#3d1e16;
  text-decoration:none;
}
.post_news.module .post-image:hover {
	opacity:0.7;
}
/* End POST */

#pagewrap .bg_greeting_home{
	background:
    url("../../uploads/bg_img_greeting_home.png")no-repeat top right,
    url("../../uploads/bg_greeting.jpg");
}

.text_1_greeting_home.module{
	max-width:660px;
  width:100%;
}

.banner_link.module{
 	overflow:hidden;
  border:1px solid;
  border-image: repeating-linear-gradient(20deg,#3f2903 0% ,#9d8c5d 27%,#3d1e16 51%,#948066 100%) 1;
  background:#fcfcfd;
      display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; 
  max-width:900px;
  width:100%;
  margin:0 auto 40px;
  position:relative;
}
.banner_link.module .image-wrap{
	margin:0;
  width:53.8%;
  float:left;
}
.banner_link.module .image-wrap img{
  width:100%;
  display:block;
}
.banner_link.module .image-content{
	margin:0;
  width:46.2%;
  text-align:center;
  float:left;
}
.banner_link.module .image-title{
	background:url("../../uploads/logo_mini.png")no-repeat top center;
  padding:44px 0 0 0;
	font-size:38px;
  line-height:1.2;
  margin:0;
  color:#948066;
  font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}
.site .banner_link.module .image-title a,
.site .banner_link.module .image-title a:hover{
  color:#948066;
}
.banner_link.module .image-title a:before{
	content:"";
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.banner_link.module:hover .image-title a:before{
	background:rgba(255,255,255,0.3);
}
.banner_link.module .image-caption{
	font-size:16px;
  font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}

.box_reservation_home{
	max-width:656px;
  width:100%;
  margin:0 auto;
}

.box_reservation_home .sub_column{
	border:1px solid #3d1e16;
  padding:25px 30px 0;
	margin-bottom:23px;
}

.img_icon_reservation_home.module.module-image.image-center .image-content{
	margin:14px 0 0;
	padding:0;
}

.list_img_product_1{
	padding-bottom:10px;
}

.list_img_product_1 .module-image{
	margin-bottom:16px;
}

.reservation_posts.module .loops-wrapper.grid4 .post-title,
.text_product_1.module .module-title{
	color:#53352d;
  font-size:16px;
  text-align:center;
  font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  border-bottom:1px solid #f2dabd;
  padding-bottom:9px;
  margin-bottom:17px;
}

.reservation_posts.module .loops-wrapper.grid4 .post-title{
	padding:14px 0;
	margin-bottom:16px;
}

.box_shop_info .sub_column{
  border:1px solid;
	border-image: repeating-linear-gradient(20deg,#3f2903 0% ,#9d8c5d 27%,#3d1e16 51%,#948066 100%) 1;
  padding:30px 30px 10px;
  margin-bottom:30px;
  background:#fff;
}

.table_info_1 th,
.table_info_1 td{
	border:0;
  padding:12px 10px 12px 20px;
	vertical-align:top;
}
.table_info_1 th{
	color:#f4602e;
  width:100px;
	text-align:left;
}

.post_news.module .post{
	margin-bottom:38px;
}
.post_news.module .post-image {
	margin-bottom:15px;
  text-align:center;
}

.post_gl.module .post-image {
	margin-bottom:12px;
}
.post_gl.module .post-image:hover {
	opacity:0.7;
}
.post_news.module time{
	color:#f4602e;
  font-weight:bold;
  line-height:1;
}
.post_news.module .post-title,
.post_news.module .post-title a{
	color:#53352d;
  font-size:16px;
  line-height:30px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}

.pagenav{
	text-align:center;
  padding: 20px 0 60px;
}

#pagewrap .pagenav a,
#pagewrap .pagenav span {
    line-height: 100%;
    padding: 8px 0 0;
    margin: 0 2px;
    vertical-align: middle;
    display: inline-block;
    min-width:30px;
    min-height:30px;
    text-align: center;
    border-radius: 0;
  background:#53352d;
  font-size:15px;
  color:#f2dabd;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}
#pagewrap .pagenav a:hover,
#pagewrap .pagenav span {
  background:#f4602e;
  color:#fff;
}

.image-box{
	display:none !important;
}

.ins_img_1.module.module-image.image-center .image-content{
	padding:20px 0 0;
}
.ins_img_1.module .image-title a{
	color:#fff;
	font-size:18px;
}
.page-id-3141 .text_product_1 span strong {
    color: #f4602e;
}
/* .page-id-3098 .text_product_1 span:last-child strong {
	background: #f2dabd;
} */
.single .post.cat-9 time{
	display: none;
}

#pagewrap .reservation_posts .post{ position: relative }
.taglists{ position: absolute; top: 0; left: 0; }
.taglists span{
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  font-family: "Pinyon Script", cursive;
}

#pagewrap .reservation_posts .post .post-image img{ width: 100%; height: 170px; object-fit: cover; }
#pagewrap .reservation_posts .post .post-title{
    text-align: center;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
    border-bottom: 1px solid #f2dabd;
    margin-bottom: 16px;
    font-size: 16px;
    color: #53352d;
    text-decoration: none!important;
    padding: 14px 0;
}
.reservation_posts .post .post-title a{
  color: #53352d;
  font-size: 16px;
  display: block;
  /*padding: 14px 0 14px 0;*/
}

.reservation-item a{
  display: block;
  text-align: center;
  font-size: 14px;
  color: #f3ddc1!important;
  text-decoration: none!important;
  background: #371b15;
  padding: 2px 4px;
  width: 42%;
  margin: -.6em 0 0 auto;
  border: 3px solid #371b15;
  box-shadow: 0px 0px 0px 1px rgb(243 221 193) inset;
  transition: opacity .3s linear;
}
.reservation-item a:hover{
  opacity: .7;
}

.wpcf7-form input[type="submit"]{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #f3ddc1!important;
  text-decoration: none!important;
  background: #371b15;
  padding: 15px 5px;
  width: 300px;
  margin: 30px auto 0;
  border: 3px solid #371b15;
  box-shadow: 0px 0px 0px 1px rgb(243 221 193) inset;
  transition: opacity .3s linear;
  font-family: FontAwesome,serif;
}
.wpcf7-form input[type="number"]{
  display: inline;
  width: 70px;
}
.wpcf7-form select{ padding-right: 30px; }

#postcode{ margin-top: 0; margin-bottom: 5px; }
.wpcf7 .mb5{ margin-bottom: 5px; margin-top: 15px; }
.wpcf7 .add-las{ margin-top: 15px; }


.single .post time{
  color: #f4602e;
  font-weight: bold;
  margin: 0;
  font-size: 14px;
  line-height:1;
}

.ti_gallery_detail.module .module-title, 
.archive .post .post-title, 
.single .post .post-title, 
.module.reservation_c .module-title {
    color: #53352d;
    font-size: 18px;
    line-height: 2.14;
    border-bottom: 1px solid #f2dabd;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
    padding: 0 0 4px 0;
    margin-bottom: 12px;
}

body.single #pagewrap #body .rtb {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 81px;
    text-align: center;
    padding: 0;
    background: none;
    display: block;
    border-radius: 0;
}
body.single #pagewrap #body .rtb img:hover{
	opacity:0.7;
}
.single .post {
    margin: 0 auto;
	padding:70px 0 4px;
    max-width: 750px;
    width: 100%;
}

.reservation_posts.module .rtb{
	display:none;
}

#pagewrap .wpcf7-form table tr th, 
#pagewrap .wpcf7-form table tr td {
	border:0;
    border-bottom: dotted 1px #7A7A7A;
    padding: 10px 5px;
}
#pagewrap .wpcf7 table tr td input, 
#pagewrap .wpcf7 table tr td select,
#pagewrap .wpcf7 table tr td textarea,
#pagewrap input[type="text"][readonly]{
	background: #fff;
	border-radius:0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color:#3d1e16;
}
#pagewrap input[type="text"][readonly]{
	background: #ddd;
}
#pagewrap .wpcf7 table tr td select {
    width: auto;
}
a.wpcf-tel {
    color: #3d1e16;
    text-decoration: underline;
}
a.wpcf-tel:hover {
    text-decoration: none;
}
.single .post-image{
	text-align: center;
}
.reservation-item .tf_vmiddle {
    vertical-align: top;
}
.post_news.module .post-title a {
    text-decoration: underline;
}
.post_news.module .post-title a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1280px) {
}


@media screen and (max-width: 1180px) {

	body.skin-default {
		padding: 98px 0 0;
	}
	
	#pagewrap .pagewidth{
    width:98%;
  }
	#headerwrap #main-menu li.nav00 {
		display: block;
	}
	
	body.mobile_menu_active #header,body #header.header  {
    padding:33px 0 6px;
	}

	.header-brand-container,.rh{
		float:none;
		text-align:center;
		padding:0;
	 }
	
	.rh{
		text-align: left;
    	padding: 0 0 0 230px;
	}
	
	.h_contact{
		display:none;
	}
#headerwrap #main-menu-container.is-active{
		display: flex;
    align-items: center;
	background:url(../../uploads/header_line.jpg);
	}
#headerwrap #main-menu {
    background: none;
    padding-right: 0;
	height: auto;
	max-width: unset;
}
#headerwrap #main-menu li ul.sub-menu {
		position: static;
		opacity: 1;
		visibility: unset;
		background: none;
		padding:0;
	}
	#headerwrap #main-menu li ul.sub-menu li {
    	background:none;
		padding-bottom:15px;
	}
	li ul.sub-menu li:first-child {
		padding-top: 0;
	}
	li ul.sub-menu li:last-child {
		padding-bottom: 0;
	}
#headerwrap #main-menu-container ul > li.menu-item{
		padding: 10px;
		background: none;
		text-align: center;
		border-bottom: 0;
		height: auto;
        width: auto !important;
        float: none;
        display: block;
	}
	
	#headerwrap #main-menu > li > a {
		color:#fff;
		height:auto;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	}

body .sp-footer-icons-container a {
    font-size: 14px;
    padding: 11px 0;
}

#pagewrap {
    padding-bottom: 0;
}

body #footer .sp-footer-icons-container a{
		background:url(../../uploads/header_line.jpg);
		color: #fff;
		border-color:#fff;
	}
	body #footer .sp-footer-icons-container a.sp-footer-map{
		background: #fff;
		color: #462B24;
	}
  
}


@media screen and (max-width: 1024px) {
	
	#pagewrap .reservation_posts .post .post-image img {
		height: auto;
	}
	
	
}

@media screen and (max-width: 939px) {
  
	#pagewrap .pagewidth{
    width:96%;
  }
	
  .f-con{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
  }
	
#headerwrap #main-menu > li {display:block;border:0;padding:10px;}
		
	
body #headerwrap {
  padding:0;
}
  
  
  body.mobile_menu_active .social-widget{
  	padding:0;
  }

body #footerwrap .f-con {
    display:flex;
	}

body #footerwrap .f-con a {
    padding: 5px;
  }
  
  .img_right_939_center .subrow_inner{
  	flex-direction: column-reverse;
  }

#pagewrap {
    padding-bottom:50px;
}

body #pc-backtop{
		display:none;
	}
	
	.bottom_headerwrap .pagewidth {
		flex-direction: column;
	}
	
	.bottom_headerwrap {
		padding: 10px;
	}
	
	body #footerwrap #footer-nav{
		margin-bottom:5px;
		text-align: center;
	}
	
	.contact_1_f > div{
		display:block;
	}
	
	.btn_f {
		margin:15px 0 10px;
	}
.page-id-3510 .reservation-item {
    margin-bottom: 20px;
}
}


@media screen and (max-width: 768px) {
  
  .table_multicolumn.module .tb_text_wrap{
    overflow: auto;
    margin-right: 2%;
    margin-left: 2%;
	}
  
  
  .table_multicolumn.module.module .tb_text_wrap table{
    width: 685px;
	}

}

@media screen and (max-width: 680px) {
#pagewrap .bg_greeting_home{
	background: url("../../uploads/bg_greeting.jpg");
}
#pagewrap .pagewidth{
    width:92%;
  }
	
	body.mobile_menu_active #header, body #header.header {
        padding: 13px 0 6px;
    }
	
	    body.skin-default {
        padding:0;
    }
	
	body #headerwrap,
	body #site-logo {
		position: static;
		z-index:1;
	}
	
	.rh {
        text-align: center;
        padding: 0;
    }
	
	.banner_link.module {
    flex-direction: column-reverse;
	}
  
  .banner_link.module .image-wrap,
  .banner_link.module .image-content{
  	width:100%;
    float:none;
  }
  .banner_link.module .image-content{
  	padding:20px 0;
  }
  
  .post_home_1 .list-post {
    padding: 30px;
	}
  
  #body #layout #content .gl_post.module.module-gallery.gallery-columns-3 .gallery-item:nth-of-type(2n){
    margin-right:1.5%;
  }
  
  .text_sub_main.module .module-title,
  .ti_1_line.module .module-title,
  .ti_2_line.module .module-title{
    font-size:28px;
  }
  
  .banner_link.module .image-title {
    font-size: 31px;
  }
	
	.box_reservation_home {
		padding: 0 3%;
	}
	
	.table_info_1 th,
	.table_info_1 td{
		display:block;
		width:100%;
	}
	.table_info_1 th{
		padding-bottom:0;
	}
	.table_info_1 td{
		padding-top:0;
	}
	
	#pagewrap .wpcf7-form table tr{
		border-bottom: dotted 1px #7A7A7A;
	}
	#pagewrap .wpcf7-form table tr th, 
	#pagewrap .wpcf7-form table tr td {
		border:0;
		display:block;
		width:100%;
	}
	#pagewrap .wpcf7-form table tr th p{
		margin:0;
	}
	.box_shop_info .sub_column{
		padding: 30px 10px 10px;
	}
	.contact_1_f {
    padding-top: 30px;
    }
}

@media screen and (max-width: 568px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 380px) {}

@media screen and (max-width: 320px) {}
