@charset "UTF-8";

/* If you want to change pagewidth, please change pagewidth's 'max-width'. */
.pagewidth {
	max-width: 1300px;
}
/* for the navigation for smartphones including the iPad Pro of landscape size */
#main-menu-container.is-active {
}

@charset "UTF-8";
/* Setting */
body a {
	transition: .2s all linear;
}
body a:hover {
	opacity: 0.7;
}
hgroup {
	position: relative;
}
hgroup::after,
.main-menu-container::after {
	display: block;
	width: 100%;

	content: "";

	clear: both;
}
.lb {
	float: left;
}
.rb {
	float: right;
}
body .site {
	color: #000;
	font-size: 15px;
	line-height: 1.8;
}
body #main-menu,
body #main-menu ul {
	margin: 0;
	list-style: none;
}
body #main-menu li {
	display: inline-block;
	margin: 0;
	padding: 0 30px;

	position: relative;
	float: left;

	vertical-align: top;
}
body #main-menu li.menu-hide a {
	display: none;
}
body #main-menu ul {
	display: none;
	width: 100%;
	padding: 10px 5px 5px;

	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;

	background: rgba(255,255,255,0.8);

	visibility: hidden;
	opacity: 0;
}
body #main-menu li:hover ul {
	display: block;

	visibility: visible;
	opacity: 1;
}
body #main-menu ul li {
	display: block;
	margin: 0 0 5px;
	padding: 0;
	float: none;
}
body .main-menu-container {
	position: relative;
}
.module-fancy-heading .fancy-heading {
	margin: 0;
}
body .footer-nav {
	margin: 0;
	text-align: center;
}
body .footer-nav li {
	display: inline-block;
	margin: 0 0 5px;
	padding: 0 5px 0 10px;

	position: relative;
	float: none;

	text-align: center;
	vertical-align: top;
}
body .footer-nav li::before {
	width: 1px;
	height: 90%;

	position: absolute;
	left: 0;
	top: 0;
	background: #000;

	content: "";
}
body .footer-nav li ul.sub-menu {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;

	position: relative;
}
body .footer-nav li ul.sub-menu::before {
	content: "[";
}
body .footer-nav li ul.sub-menu::after {
	content: "]";
}
body .footer-nav li ul.sub-menu li:first-child::before,
body .footer-nav li:first-child::before {
	display: none;
}
body .footer-nav li ul.sub-menu li {
	margin-bottom: 0;
}
body .copyright-container {
	padding: 5px 3%;

	font-size: 14px;
	text-align: center;
}
body #pc-backtop {
	right: 10px;
	bottom: 50px;
}

/* Font */
body {
	font-family: 'Noto Sans JP', sans-serif;
}
.font--tbciner,
body #main-menu li a {
	font-family: tbcinergothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
}
/* CSS Menu */
@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);
	}
}
#menu-button {
	top: 5px;
	right: 5px;
	background: rgba(255,255,255,0.7);
}
#main-menu-container.is-active {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: none;
}
#main-menu-container.is-active .main-menu>li {
	display: block;
	width: auto;
	float: none;
	border: 0;
	text-align: center;
}
#main-menu-container.is-active .main-menu li a {
	display: inline-block;
	height: auto;
	background: none;
	text-indent: 0;
}
#main-menu-container.is-active .menu-item ul li a {
	padding: 5px 0;
	font-size: 14px;
	line-height: 1.7;
}
#main-menu-container.is-active .menu-item ul li {
	border-bottom: 0;
	padding-top: 0;
	padding-left: 0;
	line-height: 1;
}
#main-menu-container.is-active .menu-item ul li a:hover {
	text-decoration: underline;
}
body #main-menu-container.is-active #main-menu ul {
	position: relative;
	background: none;
	display: block;
	padding: 0;
	visibility: visible;
	opacity: 1;
}
/* Custom CSS */
body #headerwrap {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 11;
	background: #55b9af;
	color: #fff;
}
.lb {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 2;
}
.rb {
	padding: 20px 0;
}
.lb #site-logo {
	background: #55b9af;
}
#header.pagewidth {
	max-width: 1300px;
	width: 100%;
}
body .main-menu-container,
.head-tel-area {
	display: inline-block;
	vertical-align: middle;
}
body #main-menu li {
	padding: 0 25px;
	text-align: center;
}
body #main-menu li a {
	position: relative;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
}
body #main-menu li a:after {
	display: block;
	content: attr(title);
	color: #b4f8f1;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4;
}
body #main-menu li a,
body #main-menu li a:visited,
body #main-menu li a:focus,
body #main-menu li a:active,
body #main-menu li a:hover {
	color: #fff;
}
body #main-menu li a:hover,
body #main-menu li > a:hover:after {
	opacity: 0.7;
	text-decoration: none;
}
.head-tel-area {
	margin-left: 25px;
	text-align: right;
}
.head-tel {
	line-height: 1.3;
}
.head-tel span {
	font-size: 13px;
}
.head-tel span.tel-num {
	font-size: 20px;
}
.head-time {
	font-size: 14px;
}
body #layout {
	padding-top: 90px;
}
body .module_row.fullwidth > .row_inner {
	max-width: 1300px;
	width: 100%;
}
body .module_row.fullwidth.row--width-full > .row_inner {
	max-width: 100%;
}
.module.scroll-line {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	color: #fff;
	font-size: 13px;
}
.module.scroll-line .tb_text_wrap p {
	margin-bottom: 5px;
}
.module.scroll-line .arrow {
	width: 1px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.module.scroll-line .arrow::before {
	content: '';
	width: 1px;
	height: 50px;
	margin: 50px auto 0;
	background-color: #fff;
	position: absolute;
	top: -150px;
	left: 0;
	-webkit-animation: arrow 2.5s ease 0s infinite normal;
	animation: arrow 2.5s ease 0s infinite normal;
}
.home_image-main img{
	height:calc(100vh - 91px);
	object-fit: cover;
}
@keyframes arrow {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	60% {
		-webkit-transform: translate3d(-50%, 100px, 0);
		transform: translate3d(-50%, 100px, 0);
	}

	100% {
		-webkit-transform: translate3d(-50%, 100px, 0);
		transform: translate3d(-50%, 100px, 0);
	}
}
body .module.scroll-line a,
body .module.scroll-line a:visited,
body .module.scroll-line a:active,
body .module.scroll-line a:focus,
body .module.scroll-line a:hover {
	color: #fff;
}
body .module.scroll-line a:hover {
	text-decoration: none;
}
body .module.scroll-line a:hover p {
	opacity: 0.8;
}
body .module_row.home_row01 > .row_inner {
	max-width: 1400px;
	width: 100%;
}
.home_row01 {
	background: url(../../uploads/home-row01-bg.png) no-repeat left calc( 50% - 140px ) top 75px;
}
.module.text--size-28 {
	font-size: 28px;
}
.module.title-main {
	margin-bottom: 30px;
}
.module.title-main .main-head {
	color: #000;
	font-size: 26px;
	line-height: 1.8;
}
.module-fancy-heading.title-main .sub-head {
	padding: 5px;
	color: #289186;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
}
body .button-view a.ui.builder_button {
	width: 160px;
	padding: 17px 10px 21px;
	border: #55b9af 1px solid;
	background: #55b9af;
	font-size: 12px;
	text-align: center;
}
.module_column .module.module-buttons.button-view .tb_default_color {
	color: #fff;
}
.lineup-post .post-image {
	margin-bottom: 20px;
}
.lineup-post .loops-wrapper.grid3 .post-title {
	margin-bottom: 10px;
	color: #d18210;
	font-size: 16px;
	line-height: 1.8;
}
.lineup-post .post-content {
	font-size: 15px;
	text-align: center;
}
.lineup-post .entry-content > p:last-of-type {
	margin-bottom: 0;
}
.lineup-post .builder-posts-wrap.grid3 > .post {
	margin-bottom: 55px;
}
body .module_row.fullwidth.row--width-1600 > .row_inner {
	max-width: 1600px;
}
.home_row02 {
	background: url(../../uploads/home-row02-bg.png) no-repeat left calc( 50% - 200px ) bottom 125px;
}
.home_row02 .col2-1.first > .tb-column-inner {
	max-width: 500px;
	width: 100%;
	margin-right: 120px;
	margin-left: auto;
}
.module-text .tb_text_wrap p:last-of-type {
	margin-bottom: 0;
}
body .button-view.button--width-full a.ui.builder_button {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}
body .themify_builder .home_row03 {
	background: url(../../uploads/home-row03-bg01.png) no-repeat left calc( 50% - 530px ) bottom 144px, url(../../uploads/home-row03-bg02.png) no-repeat right calc( 50% - 535px ) bottom 90px;
}
#footerwrap {
	padding: 75px 0 80px;
	background: #55b9af;
}
.footer-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	color: #fff;
}
.ft-lb {
	float: left;
	padding-left: 50px;
}
.ft-rb {
	float: right;
}
.footer-logo img {
	vertical-align: middle;
}
.footer-logo,
.footer-info {
	display: inline-block;
	vertical-align: middle;
}
.footer-logo {
	margin-right: 30px;
}
.footer-tel {
	margin-bottom: 13px;
}
.footer-tel span {
	font-size: 16px;
}
.footer-tel span.footer-tel-num {
	font-size: 24px;
}
body .footer-nav li {

}
body .footer-nav li:last-of-type {
	padding-right: 0;
}
body .footer-nav li::before {
	top: 10%;
	background: #fff;
}
body .footer-nav li a {
	font-size: 15px;
	text-decoration: underline;
}
body .footer-nav li a,
body .footer-nav li a:visited,
body .footer-nav li a:active,
body .footer-nav li a:focus,
body .footer-nav li a:hover,
body .footer-button a,
body .footer-button a:visited,
body .footer-button a:active,
body .footer-button a:focus,
body .footer-button a:hover {
	color: #fff;
}
body #footer-nav {
	margin-bottom: 20px;
}
.footer-button-list {
	margin-bottom: 50px;
	text-align: right;
}
.footer-button {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.footer-button a {
	display: block;
	min-width: 150px;
	padding: 5px 20px;
	border: 1px solid #fff;
	font-size: 15px;
	line-height: 1.8;
	overflow: hidden;
	text-align: center;
}
.footer-button a:hover {
	text-decoration: none;
}
.footer-button.btn01 a {
	background-color: #ad6cd3;
}
.footer-button.btn02 a {
	background-color: #47b648;
}
.footer-button a span {
	padding: 7px 0px 8px 35px;
}
.footer-button.btn01 a span {
	background: url(../../uploads/insta-icon.png) no-repeat left center;
}
.footer-button.btn02 a span {
	background: url(../../uploads/line-icon.png) no-repeat left center;
}
.footer-copy-content {
	text-align: right;
}
.footer-copy-content > span,
.footer-copy-content .footer-icon-list {
	display: inline-block;
	vertical-align: middle;
}
.footer-copy-content .footer-icon-list {
	margin-left: 20px;
	padding: 5px 25px;
	background: #fff;
}
.footer-copy-content .footer-icon-list span {
	padding: 0 5px 0 0;
	position: relative;
}
.footer-copy-content .footer-icon-list span:last-of-type {
	padding-right: 0;
}
.footer-copy-content .footer-icon-list span::before {
	display: inline-block;
	padding-right: 5px;
	position: relative;
	top: -3px;
	content: "/";
	line-height: 1;
	color: #939393;
}
.footer-copy-content .footer-icon-list span:first-child::before {
	display: none;
}
.subpage_row-main {
	background: url(../../uploads/subpage-page-bg.png) repeat left top;
}
body .module_row.fullwidth.subpage_row-main > .row_inner {
	padding: 82px 0;
}
.subpage_page-name {
	padding-top: 45px;
	background: url(../../uploads/subpage-page-name-head.png) no-repeat center top;
}
.subpage_page-name.module-fancy-heading span.main-head {
	margin-bottom: 12px;
	color: #289186;
	font-size: 50px;
	text-shadow: 0 4px 5px #fff, 0 -4px 5px #fff, 4px 0 5px #fff, -4px 0 5px #fff;
	line-height: 1.3;
}
.subpage_page-name.module-fancy-heading span.sub-head {
	display: inline-block;
	width: 268px;
	padding: 12px 10px 6px;
	background: url(../../uploads/subpage-page-name-body.png) no-repeat center center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}
.module.table-info table {
	width: 100%;
	border-collapse: collapse;
}
.module.table-info tr th,
.module.table-info tr td {
	padding: 22px 0;
	background: url(../../uploads/table-info-line.png) repeat-x left bottom;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	vertical-align: top;
}
.module.table-info tr th {
	width: 130px;
	color: #d18210;
	text-align: left;
	font-weight: bold;
}
.module.gallery-columns-3.info_gallery .gallery-item {
	width: 30.8%;
	margin-right: 3.8%;
	margin-bottom: 20px;
}
.gallery-columns-3.info_gallery .gallery-item:nth-of-type(3n) {
	margin-right: 0;   
}
body.themify_lightbox_loaded .gallery-icon {
	cursor: auto;
}
.gallery.info_gallery {
	margin-bottom: 0;
}
.lineup-page .post-title a,
.lineup-page .post-title a:visited,
.lineup-page .post-title a:active,
.lineup-page .post-title a:focus,
.lineup-page .post-title a:hover {
	color: #d18210;
}
.lineup-post.lineup-page .builder-posts-wrap.grid3 > .post {
	margin-bottom: 70px;
}
.lineup-page .pagenav {
	margin-bottom: 80px;
	padding: 0;
	text-align: center;
}
body .pagenav a, 
body .pagenav span {
	width: 40px;
	height: 40px;
	padding-top: 8px;
	border: 1px solid #55b9af;
	border-radius: 0;
	background: #fff;
	color: #55b9af;
	font-size: 20px;
	font-weight: normal;
}
body .pagenav span.current,
body .pagenav a:hover {
	opacity: 1;
	background: #55b9af;
	color: #fff;
}
.reservation_row {
	background: url(../../uploads/resavation-row-bg01.png) no-repeat left calc( 50% - 565px ) bottom 53px, url(../../uploads/resavation-row-bg02.png) no-repeat right calc( 50% - 590px ) bottom;
}
body .link--black a,
body .link--black a:visited,
body .link--black a:active,
body .link--black a:focus,
body .link--black a:hover{
	color: #000;
}
body .link--black a {
	text-decoration: underline;
}
body .link--black a:hover {
	text-decoration: none;
}
.text-policy .tb_text_wrap {
	height: 280px;
	padding-right: 30px;
	overflow-y: auto;
	line-height: 2;
}
.text-policy .tb_text_wrap p {
	margin-bottom: 25px;
}
#menu-button .ham-text {
	color: #33948a;
}

.wpcf7-form table{
	width:100%;
	max-width:900px;
	margin:0 auto;
}
.wpcf7-form table tr td,
.wpcf7-form table tr th{
	padding:22px 0 0;
}
.wpcf7-form table tr th{
	color: #55b9af;
}
.wpcf7-form table tr th span{
	display:inline-block;
	color:#d18210;
	font-size:12px;
	margin-left:15px;
}
.wpcf7-form table tr td input,
.wpcf7-form table tr td select,
.wpcf7-form table tr td textarea{
	background-color: #fff;
	border: solid 1px #ddd;
	padding: 6px 10px;
	border-radius: 5px;
	max-width:unset;
	width:auto;
	box-sizing:border-box;
}
.wpcf7-form table tr td textarea{
	width:100%;
}
.wpcf7-form input[type=submit]{
	background-color:#55b9af;
	min-width:160px;
	height:44px;
	border-radius:0;
}
.wpcf7-form p.fa{
	display: block;
	text-align: center;
	margin-top:30px;
}
.module.text-box-blue {
	text-align: center;
	background: #e7f7f6;
	color: #000;
	font-size: 20px;
	padding: 7px 5px;
}
.module.dot-line-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.module.dot-line-list ul li {
	background: url(../../uploads/orange-dot.png), url(../../uploads/table-info-line.png);
	background-repeat: no-repeat, repeat-x;
	background-position: left 20px top 30px, left bottom;
	line-height: 1.8;
	font-size: 16px;
	padding: 20px 0 22px 45px;
	margin-bottom: 0;
}
.module.kitten-machine.image-center .image-content {
	padding: 20px 0 0 0;
	color: #d18210;
	font-size: 16px;
}
.module.kitten-machine {
	margin-bottom: 75px;
}
.kitchen-subrow-custom-width > .subrow_inner {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
}
.kitchen-price-row {
	background: url(../../uploads/kitchen-price-row01.png), url(../../uploads/kitchen-price-row02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left calc( 50% - 530px ) top 145px, right calc( 50% - 500px ) top 145px;
}
.module.kitten-ren-price {
	max-width: 640px;
	width: 100%;
	margin: 0 auto 35px;
	background: #e7f7f6;
	text-align: center;
	padding: 40px 20px;
}
.module.kitten-ren-price .module-title,
.module.kitten-ren-price .tb_text_wrap {
	display: inline-block;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
}
.module.kitten-ren-price .module-title {
	color: #47bfb8;
	background: url(../../uploads/price-dash-line.png) no-repeat center right;
	margin-bottom: 0;
	margin-right: 28px;
	position: relative;
	padding-right: 40px;
}

/*===================================================================
==============================     WIDTH 1024px     =================
===================================================================*/
@media screen and (max-width: 1024px) {

	/* Setting */
	body .sp-footer-icons-container a {
		background: #49b3a9;
	}
	#header.pagewidth,
	body .module_row.fullwidth > .row_inner, 
	body .module_row.fullwidth.home-row02 > .row_inner,
	body .module_row.fullwidth.row--width-1600 > .row_inner {
		max-width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	body .pagewidth {
		max-width: 100%;
	}
	.rb {
		padding: 10px 35px 10px 0;
	}
	body #main-menu li a:after {
		color: #43b1a6;
	}

	.head-tel span.tel-num {
		font-size: 16px;
	}
	.head-tel span {
		font-size: 11px;
	}
	.head-time {
		font-size: 11px;
	}
	.lb {
		top: 10px;
	}
	body #layout {
		padding-top: 59px;
	}
	.module.text--size-28 {
		font-size: 22px;
	}
	.home_row01 {
		background-size: auto 75%;
		background-position: left calc( 50% - 100px) center;
	}
	body .themify_builder .home_row03 {
		background-position: left 3% center, right 3% center;
	}
	.home_image-main img{
		height:calc(100vh - 59px);
	}
	.footer-content {
		max-width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	.ft-lb {
		width: 35%;
		padding-left: 0;
	}
	.footer-logo, 
	.footer-info {
		display: block;
	}
	.footer-logo {
		margin: 0 0 10px;
	}
	.footer-tel {
		margin-bottom: 0;
	}
	.footer-tel span.footer-tel-num {
		font-size: 20px;
	}
	.footer-tel span {
		font-size: 14px;
	}
	body .sp-footer-icons-container {
		z-index: 10;
	}
	body .module_row > .row_inner {
		max-width: 94%;
	}
	body .module_row.reservation_row {
		background-position: left 3% top 20px, right 3% bottom 20px;
		background-size: 110px auto;
	}
	.kitchen-price-row {
		background-position: left 3% center, right 3% center;
		background-size: 150px auto;
	}
}/* 1024px */
/*===================================================================
==============================     WIDTH 939px     =================
===================================================================*/
@media screen and (max-width: 939px) {
	/* Setting */  
	hgroup {
		padding: 15px 0;
	}
	.lb,
	.rb {
		width: 100%;
		padding: 0;

		float: none;

		text-align: center;
	}
	body #site-logo {
		margin-bottom: 10px;
		top: 0;
	}
	body #site-logo a {
		display: inline-block;
	}

	body .sp-footer-icons-container {
		bottom: 0;
	}
	body .sp-footer-icons-container a {
		display: block;
		width: 33.33%;

		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
		border-left: solid 1px #fff;
	}
	body .sp-footer-icons-container a:first-of-type {
		border-left: 0;
	}
	body .sp-footer-icons-container a i {
		color: #fff;
	}
	body #pagewrap {
		padding-bottom: 48px;
	}
	body #headerwrap,
	.lb {
		position: relative;
	}
	.lb #site-logo {
		background: none;
		display: block;
	}
	.head-tel-area {
		margin: 5px 0 0;
		text-align: center;
	}
	hgroup {
		padding: 0 0 15px 0;
	}
	body .site {
		font-size: 13px;
	}
	.module.text--size-28 {
		font-size: 18px;
	}
	body.default_width #layout .module_row > .row_inner {
		max-width: 94%;
	}
	body.default_width #layout .module_row.row--width-full > .row_inner {
		max-width: 100%;
	}
	.module.title-main .main-head {
		font-size: 20px;
	}
	.home_row02 {
		background-size: auto 120px;
		background-position: left calc( 50% - 95px ) bottom 50px;
	}
	.home_row02 .col2-1.first > .tb-column-inner {
		max-width: 100%;
		margin-right: 6.4%;
	}
	body .themify_builder .home_row03 {
		background-size: auto 110px;
		background-position: left 3% bottom 50px, right 3% bottom 50px;
	}
	body .footer-nav li a {
		font-size: 12px;
	}
	#footerwrap {
		padding: 45px 0 40px;
	}
	body #layout {
		padding-top: 0;
	}
	body .module_row.fullwidth.subpage_row-main > .row_inner {
		padding: 50px 0;
	}
	.subpage_page-name.module-fancy-heading span.main-head {
		font-size: 35px;
	}
	.subpage_page-name.module-fancy-heading span.sub-head {
		font-size: 18px;
		padding: 14px 10px 8px;
	}
	.module.table-info tr th {
		width: 100px;
	}
	.module.table-info tr th, 
	.module.table-info tr td {
		font-size: 14px;
	}
	.home_image-main img{
		height:calc(100vh - 279px);
	}
	.kitchen-price-row {
		background: none;
	}
}/* 939px */
/*===================================================================
==============================     WIDTH 680px     =================
===================================================================*/
@media screen and (max-width: 680px) {
	/* Setting */
	body .footer-nav li.menu-item-has-children {
		padding-left: 0;
	}
	body .footer-nav li.menu-item-has-children::before {
		display: none;
	}
	.home_row01 {
		background: none;
	}
	.lineup-post .post-image {
		margin-bottom: 10px;
	}
	.home_row02 .col2-1.first > .tb-column-inner {
		max-width: 100%;
		margin-right: 0;
	}
	.home_row02 {
		background-position: right 3% bottom 50px;
	}
	body .themify_builder .home_row03 {
		background-position: left 3% top 15px, right 3% bottom 15px;
	}
	.module.title-main {
		margin-bottom: 20px;
	}
	.ft-lb, .ft-rb {
		float: none;
		width: 100%;
	}
	.footer-content {
		display: block;
	}
	.ft-lb {
		margin-bottom: 15px;
		text-align: center;
	}
	.footer-logo {
		text-align: center;
	}
	.footer-button-list {
		margin-bottom: 10px;
		text-align: center;
	}
	.footer-button {
		margin-left: 10px;
	}
	.footer-button.btn01 {
		margin-left: 0px;
	}
	.footer-button a {
		min-width: 100px;
		padding: 5px 10px;
	}
	.footer-copy-content {
		text-align: center;
	}
	.footer-copy-content .footer-icon-list {
		margin: 5px 0 0;
		padding: 5px 10px;
	}
	.footer-copy-content > span {
		display: block;
	}
	.module.table-info tr th, 
	.module.table-info tr td {
		display: block;
		width: 100%;
	}
	.module.table-info tr th {
		padding-top: 10px;
		padding-bottom: 5px;
		background: none;
	}
	.module.table-info tr td {
		padding-top: 0;
		padding-bottom: 10px;
	}
	.module.gallery-columns-3.info_gallery .gallery-item {
		width: 100%;
		margin-right: 0;
	}
	.lineup-post.lineup-page .builder-posts-wrap.grid3 > .post {
		margin-bottom: 50px;
	}
	body .module_row.reservation_row {
		background: none;
	}
	.text-policy .tb_text_wrap {
		padding-right: 15px;
	}
	.text-policy .tb_text_wrap p {
		margin-bottom: 18px;
	}
	.wpcf7-form table tr td, .wpcf7-form table tr th{
		display:block;
		text-align:left;
	}
	.wpcf7-form table tr td input, .wpcf7-form table tr td select, .wpcf7-form table tr td textarea{
		width:100%;
	}
	body #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
		width: 50%;
		height: 165px;
		padding-top: 10px !important;
	}
	.module.text-box-blue {
		font-size: 16px;
	}
	.module.dot-line-list ul li {
		font-size: 14px;
		padding: 15px 0 15px 30px;
		background-position: left 10px top 23px, left bottom;
	}
	.module.kitten-machine {
		margin-bottom: 50px;
	}
	.module.kitten-ren-price .module-title, 
	.module.kitten-ren-price .tb_text_wrap {
		font-size: 15px;
	}
	.module.kitten-ren-price .module-title {
		margin-right: 10px;
		padding-right: 20px;
	}
	.module.kitten-ren-price {
		padding: 20px 10px;
		margin-bottom: 20px;
	}
	.module.kitten-machine.image-center .image-content {
		font-size: 14px;
		padding-top: 10px;
	}
}/* 680px */










