/*
Theme Name: ecomo-life
*/

/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.social-menu-widget {
	padding: 0;
	margin: 0 auto;
	display: table;
	text-align: center;
}
.widget-area .widget_fp_social a,
.social-menu-widget a,
.social-menu-widget a:hover {
	color: #d65050;
}
.social-menu-widget li {
	display: inline-block;
	padding: 5px 20px;
	list-style: none;
	line-height: 1;
}
.widget-area .widget_fp_social div ul li {
	padding: 5px 10px;
	line-height: 1;
}
.social-menu-widget a {
	text-decoration: none;
}
.social-widget li a::before,
.social-menu-widget a:before {
	font-family: FontAwesome;
	color: inherit;
}
.social-menu-widget li a,
.social-widget a {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}
.social-menu-widget li a:hover,
.social-widget a:hover {
}
.social-menu-widget a:before {
	font-size: 50px;
	text-shadow: 0 0 1px #222;
}
.widget-area .widget_fp_social a:before {
	font-size: 34px;
}
.social-menu-widget a[href*="twitter.com"]::before {
	content: '\f099';
}
.social-menu-widget a[href*="facebook.com"]::before {
	content: '\f09a';
}
.social-menu-widget a[href*="plus.google.com"]::before {
	content: '\f0d5';
}
.social-menu-widget a[href*="google.com/+"]::before {
	content: '\f0d5';
}
.social-menu-widget a[href*="dribbble.com"]::before {
	content: '\f17d';
}
.social-menu-widget a[href*="pinterest.com"]::before {
	content: '\f231';
}
.social-menu-widget a[href*="youtube.com"]::before {
	content: '\f167';
}
.social-menu-widget a[href*="flickr.com"]::before {
	content: '\f16e';
}
.social-menu-widget a[href*="vimeo.com"]::before {
	content: '\f194';
}
.social-menu-widget a[href*="instagram.com"]::before {
	content: '\f16d';
}
.social-menu-widget a[href*="linkedin.com"]::before {
	content: '\f0e1';
}
.social-menu-widget a[href*="foursquare.com"]::before {
	content: '\f180';
}
.social-menu-widget a[href*="tumblr.com"]::before {
	content: '\f173';
}
.social-menu-widget a[href*="behance.net"]::before {
	content: '\f1b4';
}
.social-menu-widget a[href*="deviantart.com"]::before {
	content: '\f1bd';
}
.social-menu-widget a[href*="soundcloud.com"]::before {
	content: '\f1be';
}
.social-menu-widget a[href*="spotify.com"]::before {
	content: '\f1bc';
}
.social-menu-widget a[href*="weibo.com"]::before {
	content: '\f18a';
}
.social-menu-widget a[href*="xing.com"]::before {
	content: '\f168';
}
.social-menu-widget a[href*="trello.com"]::before {
	content: '\f181';
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.posts-navigation .nav-previous {
	padding-left: 15px;
}
.posts-navigation .nav-next {
	padding-right: 15px;
}
.post-navigation {
	margin: 30px 0 45px;
	background-color: #f7f7f7;
	padding: 30px;
	position: relative;
}
.post-navigation a {
	color: #47425d;
}
.post-navigation .nav-previous:hover span,
.post-navigation .nav-next:hover span {
	color: #47425d;
}
.post-navigation span {
	color: #c7c7c7;
	transition: color 0.3s;
}
.post-navigation .nav-previous span {
	margin-right: 10px;
}
.post-navigation .nav-previous {
	border-right: 1px solid #ebebeb;
}
.post-navigation .nav-next span {
	margin-left: 10px;
}
.navigation.pagination {
	margin-top: 30px;
}
.nav-links .page-numbers {
	background-color: #f7f7f7;
	padding: 20px;
	line-height: 1;
	display: inline-block;
	color: #443f3f;
}
.nav-links .page-numbers:not(.dots):hover,
.nav-links .page-numbers.current {
	background-color: #252525;
	color: #fff;
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.single .entry-header,
.page .entry-header {
	margin-bottom: 30px;
}
.entry-footer {
	clear: left;
	margin-top: 30px;
}
.page-links {
	clear: both;
	margin: 0 0 30px;
}
.page-header {
	margin: 0;
	border: 0;
}
.page-wrap .content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
	padding: 30px;
}
.page-template-page_front-page .page-wrap .content-wrapper {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}
.single .meta-post .post-cat::before {
	content: '/';
	padding: 0 10px;
}
.single .meta-post .post-cat:first-of-type::before {
	content: '';
}
.single .hentry .meta-post a {
	color: #d65050;
}
/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	border-right: 1px solid #FFF;
	/*border-bottom: 1px solid #FFF;*/
		max-width: 20%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
Repeatable Patterns
--------------------------------------------------------------*/
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	body {
		font: 14px/2 "Source Sans Pro", sans-serif;
		background: #fff;
		color: #767676;
	}
	a {
		text-decoration: none;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	a:hover,
	a:focus {
		color: #443f3f;
		text-decoration: none;
		outline: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	p {
		margin-bottom: 20px;
	}
	.footer-widgets .widget ul,
	.widget-area .widget ul {
		list-style: none;
		padding: 0;
	}
	.widget .children {
		padding-left: 15px;
	}
	.img-left {
		margin: 0 33px 0 0 !important;
		float: left;
	}
	.img-right {
		margin: 0 0 0 33px !important;
		float: right;
	}
	strong {
		font-weight: 600;
	}
	h1 { font: 52px/1.6 "Raleway", sans-serif;}
	h2 { font: 42px/1.6 "Raleway", sans-serif;}
	h3 { font: 32px/1.6 "Raleway", sans-serif;}
	h4 { font: 25px/1.6 "Raleway", sans-serif;}
	h5 { font: 20px/1.6 "Raleway", sans-serif;}
	h6 { font: 18px/1.6 "Raleway", sans-serif;}
	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
		margin:0;
	}
	.text-white { color: #fff !important; }
	.text-dark { color: #443f3f !important;}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		position: relative;
		display: inline-block;
		font-family: "Raleway", sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 12px 34px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
	}
	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background-color: transparent;
	}
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"] {
		color: #767676;
		background-color: #fafafa;
		border: 1px solid #dbdbdb;
		height: 50px;
		padding: 4px 20px;
		border-radius: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}
input[type="text"][size="60"],
input[type="email"][size="60"]{
	width: 100%;
}
	textarea {
		width: 100%;
		height: 120px;
		padding: 15px 20px;
	}
	input[type="checkbox"] {
		display: inline;
	}
	input:-moz-placeholder,
	textarea:-moz-placeholder,
	input::-moz-placeholder,
	textarea::-moz-placeholder {
	  color: #a3a2a2;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
	  color: #c3c3c3;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
	  color: #cacaca;
	}
	.orches-animation {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.orches-animation.animated {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }
	@-webkit-keyframes pop-scale2 { 0% { -webkit-transform: scale(0.5) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale2 { 0% { -moz-transform: scale(0.5) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale2 { 0% { transform: scale(0.5) } 100% { transform: scale(1) } }
	/* bootstrap resetting elements */
	.btn {
		background-image: none;
	}
	textarea,
	input[type="text"],
	input[type="submit"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.uneditable-input,
	.dropdown-menu,
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
		-webkit-appearance: none;
		text-shadow: none;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
			 -o-box-shadow: none;
				box-shadow: none;
	}
table {
	width: 100%;
}
th,td {
	padding: 5px;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
	.site-title {
		font-size: 32px;
		line-height: 1.2;
	}
	.site-title a,
	.site-title a:hover {
		color: #fff;
	}
	.site-logo {
		max-height: 100px;
	}
	.site-header {/*
		position: fixed;
		top: 0;
		left: 0;*/
		width: 100%;
		z-index: 1000;
		background-color: transparent;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
	}
	.admin-bar .site-header,
	.admin-bar .site-header.float-header {
		top: 32px;
	}
	.admin-bar:not(.siteScrolled) .slide-item {
		background-position: 50% 0 !important;
	}	
	.header-image {
		display: none;
		position: relative;
		height: 300px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.header-inner {
		display: none;
	}
	.site-title {
		margin: 0;
	}
	.site-description {
		font-size: 16px;
		margin: 15px 0 0;
		line-height: 1.6;
		color: #efefef;
	}
	.site-description:empty {
		margin: 0;
	}	
	.site-header.fixed {
		position: fixed;
	}

	.site-header .col-md-4,
	.site-header .col-md-8 {
		min-height: 0;
	}

	.site-header .logo {
		margin: 40px 0;
		float: left;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
			-ms-transition: all 0.3s linear;
			 -o-transition: all 0.3s linear;
				transition: all 0.3s linear;
	}

	.site-header .logo a {
		display: block;
		height: 100%;
	}

	.site-header .logo {
		width: 135px;
		height: 27px;
	}

	.site-header.float-header {
		background-color: rgba(0,0,0,0.9);
		padding: 5px;
	}
	.site-header.float-header #mainnav {
		padding: 0;
	}

	.site-header.float-header #mainnav > ul > li > a {
		height: 70px;
		line-height: 70px;
	}

	.site-header.float-header .logo {
		margin: 20px 0;
	}
	/* navigation */
	#mainnav {
		display: block;
		float: right;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
			-ms-transition: all 0.3s linear;
			 -o-transition: all 0.3s linear;
				transition: all 0.3s linear;
	}
	#mainnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mainnav li {
		float: left;
		padding: 0 10px;
	}
	#mainnav ul ul li {
		padding: 10px;
	}
	#mainnav ul li a {
		position: relative;
		display: block;
		font-family: "Raleway", sans-serif;
		color: #fff;
		font-weight: 500;
		text-decoration: none;
		outline: none;
	}
	#mainnav ul li a:hover {
		color: #d65050;
	}
	#mainnav ul ul a {
		width: 180px;
		font-family: "Source Sans Pro", sans-serif !important;
	}
	#mainnav > ul > li:last-child {
		padding-right: 0;
	}
	#mainnav ul li {
		position: relative;
	}
	#mainnav ul li ul {
		width: 180px;
		position: absolute;
		top: 100%;
		left: initial;
		opacity: 0;
		visibility: hidden;
		-webkit-border-radius: 0 0 2px 2px;
		   -moz-border-radius: 0 0 2px 2px;
			 -o-border-radius: 0 0 2px 2px;
				border-radius: 0 0 2px 2px;
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
				transition: all 0.3s ease;
	}
	#mainnav ul li ul ul {
		top: 0;
	}
	#mainnav ul li ul:after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
	}
	#mainnav ul li ul ul:after {
		top: 0;
	}
	#mainnav ul li ul li ul {
		left: 100%;
	}
	#mainnav li:hover > ul {
		opacity: 1;
		padding-top: 10px;
		visibility: visible;
		left: auto;
		display: block !important;
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
				transition: all 0.3s ease;
	}
	#mainnav li:hover > ul ul {
		padding-top: 0;
		left: 100%;
	}
	#mainnav .sub-menu {
		z-index: 99999;
	}
	#mainnav .sub-menu li a {
		color: #fff;
		display: block;
		line-height: 30px;
		background: #1c1c1c;
		padding: 0 18px;
		border-top: 1px solid #252525;
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			 -o-transition: all 0.3s ease;
				transition: all 0.3s ease;
	}
	#mainnav .sub-menu li:hover > a {
		color: #fff;
	}
	#mainnav li:hover > .sub-menu > li > a {
		padding: 8px 18px;
	}
	/* Icons */
	#mainnav ul li::before {
		font-family: Fontawesome;
		color: #fff;
		float: left;
		margin: 5px 5px 0 0;
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
	}
	#mainnav ul li a {
		float: left;
	}
	#mainnav .sub-menu li:before {
		content: '';
		margin: 0;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#mainnav-mobi ul li a {
		float: none;
	}
	#mainnav-mobi ul li::before {
		content: '';
	}
/*--------------------------------------------------------------
Mobile navigation
--------------------------------------------------------------*/
	#mainnav-mobi {
		display: block;
		margin: 0 auto;
		width: 100%;
		position: absolute;
		top:28px;
		background-color: #2B1E0F;
		margin-top: 31px;
		z-index: 1000;
	}
	#mainnav-mobi ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mainnav-mobi ul li {
		margin:0;
		position: relative;
		text-align: left;
		border-top: 1px solid #252525;
		cursor: pointer;
	}
	#mainnav-mobi ul > li > a {
		display: block;
		text-decoration: none;
		padding: 10px 50px;
		color: #fff;
	}
	#mainnav-mobi ul.sub-menu {
		top: 100%;
		left: 0;
		z-index: 2000;
		position: relative;
		background-color: #161625;
	}
	#mainnav-mobi > ul > li > ul > li,
	#mainnav-mobi > ul > li > ul > li > ul > li {
		position: relative;
		border-top: 1px solid #252525;
		background-color: #222;
	}
	#mainnav-mobi > ul > li > ul > li >  a {
		padding-left: 70px !important
	}
	#mainnav-mobi > ul > li > ul > li > ul > li a {
		padding-left: 90px !important
	}
	#mainnav-mobi ul.sub-menu > li > a {
		display: block;
		text-decoration: none;
		padding: 5px 60px;
		border-top-color: rgba(255,255,255,0.1);
		-webkit-transition: all 0.2s ease-out;
		   -moz-transition: all 0.2s ease-out;
			 -o-transition: all 0.2s ease-out;
				transition: all 0.2s ease-out;
	}
	#mainnav-mobi > ul > li > ul > li:first-child a {
		border-top: none;
	}
	#mainnav-mobi ul.sub-menu > li > a:hover,
	#mainnav-mobi > ul > li > ul > li.active > a {
		color: #fff;
	}
	.btn-menu {/*
		float: right;*/
		font-size: 28px;
		font-family: "FontAwesome";
		color: #fff;
		text-align:center;
		width: 28px;
		height: 28px;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
	}
	.btn-menu:before{
		content: "\f0c9";
	}
	.btn-submenu {
		position: absolute;
		right: 20px;
		top: 0;
		font-family: "FontAwesome";
		font-size: 20px;
		line-height: 45px;
		text-align: center;
		cursor: pointer;
		width: 70px;
		height: 44px;
	}
	.btn-submenu:before {
		content: "\f107";
		color: #fff;
	}
	.btn-submenu.active:before {
		content: "\f106"
	}
	.btn-menu {
		display: none
	}
/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
	.aside-image {
		padding: 0;
		position: relative;
	}
	.aside-image .image-container {
		height: 100%;
		overflow: hidden;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
	}
	.aside-image .image-holder {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover !important;
		z-index: 0;
		background-position: 50% 50%;
	}
	.aside-image .content-wrap {
		padding: 70px 0 70px 50px;
	}
	.aside-image.right .image-container {
		left: auto;
		right: 0;
	}
	.aside-image.right .content-wrap {
		padding: 70px 50px 70px 0;
	}
	.error-wrap h1 {
		font-size: 35px;
		color: #ddd;
		font-weight: 600;
		margin: 0 0 40px;
		line-height: normal;
	}
	.error-wrap h5 {
		margin-top: 60px;
		font-size: 18px;
		font-weight: normal;
	}
	.error-wrap .error-search {
		padding: 0 80px;
	}
	.error-wrap #search-form {
		height: 50px;
		margin-bottom: 17px;
		position: relative;
		width: 100%;
	}
	.error-wrap .search-input {
		margin: 0;
		width: 100%;
	}
	.error-wrap #search-submit {
		height: 50px;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 120px;
		border-radius: 0 3px 3px 0;
		background: #443f3f;
		border-color: #443f3f;
	}
	.error-wrap #search-submit:hover {
		color: #fff;
	}
	/* Page sider */
	#page-slider {
		position: relative;
		height: 250px;
	}
	.overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		opacity: 0.7;
	}
	.page-wrap {
		padding: 83px 0 100px;
		clear: both;
	}
	.page-template-page_front-page .page-wrap,
	.projects-template-post_full .page-wrap,
	.projects-template-post_full .page-wrap .content-wrapper {
		padding: 0;
	}
	.entry-page p,
	.entry-post p {
		margin-bottom: 24px;
	}
	.entry-post img {
		margin: 10px 0 20px;
	}
	.header-slider,
	.owl-wrapper {
		direction: ltr;
	}
	.header-slider,
	.owl-carousel {
		  -webkit-transform: translate3d(0,0,0);
	}
/*--------------------------------------------------------------
Parallax
--------------------------------------------------------------*/
	.parallax {
		width: 100%;
		background-attachment: fixed;
		background-position: 50% 0;
	}
/*--------------------------------------------------------------
Hero section
--------------------------------------------------------------*/
	.header-slider {
		position: relative;
		max-width: 100%;
	}
	.slide-text.slides {
	   padding-left: 0;
	}
	.slides-container .slide-item {
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.sliderFix {
		display: block !important;
	}
	.text-slider-section {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		text-align: center;
		z-index: 2;
		width: 100%;
		padding-top: 5px;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			 -o-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	.text-slider .maintitle,
	.text-slider .subtitle {
		z-index: 10;
		color: #fff;
		margin: 0;
		letter-spacing: 1px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	}
	.text-slider .maintitle {
		position: relative;
		display: inline-block;
		font-size: 57px;
		line-height: 67px;
		font-weight: 700;
		padding-bottom: 10px;
	}
	.text-slider .maintitle:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 40%;
		height: 1px;
		margin-left: -20%;
	}
	.text-slider .subtitle {
		font-size: 30px;
		line-height: 40px;
		padding: 20px 0 50px;
		font-weight: 300;
	}
.text-slider {
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInRightBig {
  from {
	right: -1200px;
  }
  to {
	right: 0;
  }
}
@keyframes fadeInRightBig {
  from {
	right: -1200px;
  }
  to {
	right: 0;
  }
}

.slide-inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	width: 100%;
	min-height: 260px;
	padding-top: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-slider {
	overflow: hidden;
}
.header-slider[data-speed="0"] .slide-item {
	opacity: 1 !important;
}

/*--------------------------------------------------------------
Page title
--------------------------------------------------------------*/
	.page-title {
		color: #ccc;
		padding-top: 100px;
	}
	.page-title .col-md-6 {
		float: none;
	}
	.page-title-inner {
		display: table;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.page-title-cap {
		display: table-cell;
		vertical-align: middle;
	}
	.page-title .breadcrumbs {
		display: table-cell;
		list-style: none;
		text-align: left;
		vertical-align: middle;
	}
	.page-title h1 {
		margin: 0;
		font-size: 18px;
		color: #ccc;
	}
	.breadcrumbs ul {
		margin: 0;
	}
	.breadcrumbs ul li {
		display: inline;
	}
	.breadcrumbs ul li a:hover {
		text-decoration: underline;
	}
/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
	.content-area .post-wrap,
	.contact-form-wrap {
		padding-right: 20px;
	}
	.content-area .hentry {
		position: relative;
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.content-area .hentry:first-child {
		padding-top: 0;
	}
	.content-area .hentry:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 1px;
	}
	.content-area .hentry:first-child:after {
		height: 0;
	}
	.hentry .post-content {
		overflow: hidden;
	}
	.content-area .entry-thumb {
		text-align: center;
		margin-bottom: 30px;
	}
	.hentry .title-post {
		font-size: 36px;
		font-weight: 600;
		line-height: normal;
		padding-bottom: 10px;
		margin: 0;
	}
	.hentry .meta-post {
		margin-bottom: 20px;
	}
	.hentry .meta-post,
	.hentry .meta-post a {
		color: #5e5e5e;
		font-size: 13px;
	}
	.hentry .meta-post span {
		position: relative;
		padding-left: 20px;
		margin-right: 18px;
	}
	.hentry .meta-post .cat-links {
		display: inline-block;
	}
	.hentry .meta-post span:before {
		position: absolute;
		left: 0;
		top: 1px;
		font-family: "FontAwesome";
		line-height: normal;
	}
	.hentry .meta-post span.posted-on:before {
		content:"\f073";
	}
	.hentry .meta-post span.byline:before {
		content:"\f007";
	}
	.hentry .meta-post span.comments-link:before {
		content:"\f086";
	}
	.hentry .meta-post span.cat-links:before {
		content:"\f114";
		top: 4px;
	}
	span.author.vcard {
		padding: 0;
		margin: 0;
	}
	.hentry blockquote {
		background-color: #333;
		color: #fff;
		font-size: 16px;
		font-style: italic;
		line-height: 23px;
		margin-bottom: 30px;
		padding: 30px 35px;
		position: relative;
	}
	.fullwidth {
		width: 100%;
	}
	.error-404 {
		text-align: center;
	}
	.error-404 .page-content p {
		margin-bottom: 30px;
	}
	.masonry-layout {
		width: 100%;
		padding: 0;
	}
	.masonry-layout .hentry {
		width: 360px;
		margin: 15px;
		padding: 0;
	}
	.masonry-layout .post-wrap {
		padding: 0;
	}
	.masonry-layout .hentry:after {
		width: 0;
		height: 0;
	}
	/* Blog pagination */
	.blog-pagination ul {
		width: 100%;
		text-align: right;
		list-style: none;
	}
	.blog-pagination ul li,
	.blog-pagination ul li a {
		display: inline-block;
		background-color: transparent;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.blog-pagination ul li {
		margin-left: 3px;
	}
	.blog-pagination ul li.active,
	.blog-pagination ul li:hover a {
		color: #fff;
	}
	/* Classic alternative layout */
	.classic-alt.content-area .hentry:after {
		display: none;
	}
	.classic-alt .hentry {
		border-bottom: 1px solid #ebebeb;
	}
	.classic-alt .hentry:last-of-type {
		border-bottom: 0;
	}
	.classic-alt .entry-header {
		text-align: center;
		margin-bottom: 30px;
	}
	.classic-alt .entry-title {
		font-size: 36px;
		font-weight: 500;
	}
	.classic-alt .entry-title a {
		color: #47425d;
	}
	.classic-alt .meta-post {
		margin-bottom: 10px;
	}
	.single .meta-post a,
	.classic-alt .meta-post a {
		text-transform: uppercase;
		letter-spacing: 5px;
		font-size: 13px;
	}
	.single-meta,
	.single-meta a,
	.classic-alt .posted-on,
	.classic-alt .posted-on a {
		color: #68647a;
	}
	.single .single-meta,
	.classic-alt .posted-on {
		text-decoration: underline;
		text-transform: uppercase;
		font-size: 13px;
	}
	.single .single-meta {
		display: table;
	}
	.single-meta .byline {
		padding-left: 10px;
	}
	.classic-alt .meta-post a {
		color: #d65050;
	}	
/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
	.widget-area .widget {
		position: relative;
		margin-bottom: 30px;
		padding-top: 50px;
	}
	.widget-area .widget:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 1px;
	}
	.widget-area .widget:first-child {
		padding-top: 0;
	}
	.widget-area .widget:first-child:before {
		height: 0;
	}
	.widget-area .widget-title {
		margin-bottom: 10px;
		padding: 5px 0;
		font-size: 16px;
		line-height: normal;
		color: #FFF !important;
		font-weight: 600;
		text-align:center;
		text-transform: uppercase;
		background:#7a6a55;
	}
	.widget-area .widget ul li {
		padding: 5px 1em;
		border-bottom: #d7d7d7 solid 1px;
	}
	.widget-area .widget ul li:first-child {
		padding-top: 0;
	}
	.widget-area .widget ul li:last-child {
		padding-bottom: 0;
		border-bottom:none;
	}
	.widget-area,
	.widget-area  a {
		color: #767676;
	}
	/* widget popular posts */
	.widget-popular-post .news .thumb {
		width: 65px;
		height: auto;
		margin: 3px 18px 0 0;
		float: left;
	}
	.widget-popular-post .news .text {
		min-height: 65px;
	}
	.widget-popular-post .news h6 {
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
		margin: 0 0 4px;
	}
	.widget-popular-post .news p,
	.widget-popular-post .news p a {
		font-size: 13px;
		margin: 0;
	}
	.widget-popular-post .news p a:hover {
		text-decoration: underline;
	}
	/* widget categories */
	.widget-categories .categories li a {
		position: relative;
		display: block;
	}
	.widget-categories .categories li span {
		position: absolute;
		right: 0;
		top: 0;
	}
	/* widget tags */
	.widget-tags .tag-list a {
		display: inline-block;
		font-size: 13px;
		color: #767676;
		border: 1px solid #dbdbdb;
		padding: 7px 15px;
		margin: 4px;
		margin-left: 0;
	}
	.widget-tags .tag-list a:hover {
		color: #5e5e5e;
	}
	.search-field {
		max-width: 100%;
	}
/*--------------------------------------------------------------
Blog single
--------------------------------------------------------------*/
	.single-post .hentry {
		padding-bottom: 0;
	}
	.single-post .author-post {
		position: relative;
		margin-top: 50px;
		background-color: #eee;
		padding: 20px;
	}
	.single-post .author-post .author-avatar {
		float: left;
		width: 145px;
		background-color: #f5f5f5;
		padding: 3px;
	}
	.single-post .author-post .author-info {
		position: relative;
		padding: 0 20px 0 35px;
		margin-left: 140px;
		min-height: 140px;
	}
	.single-post .author-post .name {
		margin: 3px 0 17px 0;
	}
	.single-post .author-post .name h6 {
		font-size: 20px;
		font-weight: 600;
		display: inline-block;
		margin: 0;
	}
	.single-post .author-post .intro {
		margin: 0;
	}
	.single-post .author-post ul.socials {
		position: absolute;
		top: 10px;
		right: 20px;
		list-style: none;
		margin: 0;
	}
	.single-post .author-post ul.socials li {
		float: left;
		text-align: center;
		margin-right: 5px;
	}
	.single-post .author-post ul.socials li a {
		display: inline-block;
		width: 25px;
		height: 25px;
		font-size: 18px;
		line-height: 25px;
		color: #ccc;
	}
	.tags-links a {
		display: inline-block;
		background-color: #f7f7f7;
		padding: 8px 30px;
		color: #47425d;
		margin: 0 5px;
		font-size: 12px;
		text-transform: uppercase;
	}
	.tags-links a:first-of-type {
		margin-left: 0;
	}	
	/* comment post */
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-area {
	margin-bottom: 60px;
}
.comments-title {
	margin: 0 0 30px 0;
	font-size: 24px;
}
.comments-area ol {
	list-style: none;
}
.comments-area ol {
	padding: 0;
}
.comments-area .children {
	padding-left: 20px;
}
.comments-area .fn {
	color: #505050;
}
.comment-author .avatar {
	position: absolute;
}
.comment-author .fn,
.comment-metadata {
	margin-left: 80px;
}
.comment-metadata {
	font-size: 13px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.comment-form .form-submit {
	margin-top: 30px;
}
.comment-body {
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
	background-color: #fff;
}
.reply {
	margin-left: 80px;
	background-color: #e64e4e;
	display: table;
	margin-top: 15px;
}
.comment-reply-link {
	padding: 8px 22px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	font-weight: 600;
	display: table;
}
.comment-meta a {
	color: #c7c7c7;
}
.comments-area a.url {
	color: #505050;
	text-decoration: none;
}
.bypostauthor {
}
.comment-reply-title {
	font-size: 25px;
}
.comment-form input {
	width: 100%;
	max-width: 100%;
}
.form-submit input {
	width: auto;
}
.comment-content {
	margin-left: 80px;
}
/*--------------------------------------------------------------
Portfolio single
--------------------------------------------------------------*/
	.portfolio-images {
		margin-bottom: 40px;
	}
	.portfolio-info {
		background-color: #f7f7f7;
		border: 1px solid #eee;
		padding: 25px 25px 40px;
		font-family: "Raleway", sans-serif;
	}
	.portfolio-info h5 {
		margin: 0 0 15px;
		text-transform: uppercase;
	}
	.portfolio-info ul {
		list-style: none;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.portfolio-info ul li {
		padding: 10px 0;
	}
	.portfolio-info ul li span {
		float: right;
		color: #443f3f;
	}
	.portfolio-info .button-group {
		text-align: center;
	}
	.portfolio-info .button-group a {
		width: 100%;
		margin-top: 10px;
	}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
	.footer-widgets {
		padding: 95px 0;
		background-color: #252525;
	}
	.footer .copyr {
		color: #a8a8a8;
		margin-bottom: 0;
	}
	.footer-widgets .widget-title {
		text-transform: uppercase;
		color: #c5c5c5;
		line-height: normal;
		margin: 5px 0 0;
	}
	/* widget info */
	.widget-info .logo-footer {
		margin-bottom: 36px;
	}
	.widget-info p {
		margin-bottom: 24px;
	}
	.widget-info .infomation {
		list-style: none;
		margin: 0;
	}
	.widget-info .infomation li {
		position: relative;
		padding: 0 0 0 30px;
		margin-bottom: 15px;
		line-height: 24px;
	}
	.widget-info .infomation li.address:before,
	.widget-info .infomation li.phone:before,
	.widget-info .infomation li.email:before {
		position: absolute;
		left: 0;
		top: 0;
		content: "\f041";
		font-family: "FontAwesome";
		font-size: 16px;
	}
	.widget-info .infomation li.phone:before {
		content: "\f095";
	}
	.widget-info .infomation li.email:before {
		content: "\f040";
	}
	/* widget links */
	.widget-links ul {
		list-style: none;
		margin: 0;
	}
	.widget-links ul li {
		padding: 10px 0 7px;
	}
	.widget-links ul li:first-child {
		padding-top: 0;
	}
	.widget-mail-subscribe p {
		padding-bottom: 10px;
	}
	.widget-mail-subscribe .email-sub input {
		width: 205px;
		margin-bottom: 10px;
	}
/*--------------------------------------------------------------
Bottom
--------------------------------------------------------------*/
	.site-footer {/*
		background-color: #1c1c1c;
		line-height: 35px;*/
		padding: 0;
	}
	.site-footer,
	.site-footer a {/*
		color: #666;*/
	}
	.site-footer .socials {
		margin: 0;
		list-style: none;
	}
	.bottom .socials li {
		display: inline-block;
		margin-left: 5px;
	}
	.site-footer .socials li a {
		display: inline-block;
		color: #666;
		font-size: 14px;
		background-color: #2e2e2e;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.site-footer .socials li:hover a {
		color: #fff;
	}
/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/

	.preloader {
		background: none repeat scroll 0 0 #fff;
		height: 100%;
		opacity: 1;
		position: fixed;
		text-align: center;
		transition: opacity 0.2s ease 0s;
		width: 100%;
		z-index: 9999;		
	}
	.preloader .spinner {
		height: 30px;
		left: 50%;
		margin-left: -15px;
		margin-top: -15px;
		position: relative;
		top: 50%;
		width: 30px;
	}
	.preloader .pre-bounce1,
	.preloader .pre-bounce2 {
		-webkit-animation: 2s ease 0s normal none infinite bounce;
				animation: 2s ease 0s normal none infinite bounce;
		background-color: #de4939;
		border-radius: 50%;
		height: 100%;
		left: 0;
		opacity: 0.6;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.preloader .pre-bounce2 {
		-webkit-animation-delay: -0.5s;
				animation-delay: -0.5s;
	}
	@-webkit-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	  }

	  40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	  }

	  60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	  }
	}

	@keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	  }

	  40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	  }

	  60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	  }
	}
/*--------------------------------------------------------------
Go to top button
--------------------------------------------------------------*/
	.go-top {
		position: fixed !important;
		right: 20px;
		bottom: -45px;
		color: #fff;
		display: block;
		font-size: 22px;
		line-height: 35px;
		text-align: center;
		width: 40px;
		height: 40px;
		visibility: hidden;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: 9999;
		cursor: pointer;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
			 -o-border-radius: 2px;
				border-radius: 2px;
		-webkit-transition: all 0.5s;
		   -moz-transition: all 0.5s;
			-ms-transition: all 0.5s;
			 -o-transition: all 0.5s;
				transition: all 0.5s;
	}
	.go-top:hover {
		background-color: #fff;
	}
	.go-top.show {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
		bottom : 11px;
	}

/*--------------------------------------------------------------
Panels
--------------------------------------------------------------*/
	.panel-grid-cell .widget-title {
		text-align: center;
		margin-bottom: 50px;
		position: relative;
		font-weight: 600;
		line-height: normal;
		text-transform: uppercase;
		padding-bottom: 10px;
	}
	.panel-grid-cell .widget-title:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 50px;
		height: 1px;
		margin-left: -25px;
		background-color: #d65050;
	}
	.panel-grid {
		max-width: 1170px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.panel-row-style[data-hasbg="hasbg"] {
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
		position: relative;
		z-index: 11;
		overflow: hidden;
	}
	.panel-grid .overlay {
		z-index: -1;
	}
	.no-col-padding .panel-grid-cell {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	/* SO post carousel fix */	
	.sow-carousel-thumbnail .overlay {
		position: static;
		height: 100% !important;
	}		
/* Counter
-------------------------------------------------------------- */
	.roll-counter {
		text-align: center;
	}
	.roll-counter i {
		font-size: 30px;
	}
	.roll-counter .name-count,
	.roll-counter .numb-count {
		font-family: "Raleway", sans-serif;
	}
	.roll-counter .name-count {
		font-size: 14px;
		font-weight: 600;
		padding: 15px 0;
	}
	.roll-counter .numb-count {
		font-size: 44px;
		padding: 0;
		font-weight: 600;
	}
/* Clients
-------------------------------------------------------------- */
	.roll-client {
		text-align: center;
	}
	.roll-client .client-item {
		float: none;
		display: inline-block;
		width: 19%;
		text-align: center;
		margin: 15px 0;
	}
	.roll-client .client-item img {
		max-width: 150px;
	}

/* Spacer
-------------------------------------------------------------- */
	.roll-spacer {
		display: block;
		clear: both;
		width: 100%;
		height: 47px;
		overflow: hidden;
	}
	.roll-spacer.small {
		height: 27px;
	}
	.roll-spacer.large {
		height: 60px;
	}
/* Icon Box
-------------------------------------------------------------- */
	.service {
		margin-bottom: 30px;
	}
	.widget_sydney_services_type_b .service {
		margin-bottom: 20px;
	}
	.widget_sydney_services_type_b .service-thumb {
		float: left;
		max-width: 120px;
		margin-right: 30px;
		margin-top: 7px;
	}
	.service.col-md-4:nth-of-type(3n+1) {
		clear: left;
	}
	.service.col-md-6:nth-of-type(2n+1) {
		clear: left;
	}
	.roll-icon-box {
		text-align: center;
	}
	.roll-icon-box .service-thumb {
		margin: 0 auto 20px;
	}
	.roll-icon-box .icon {
		text-align: center;
		width: 70px;
		height: 70px;
		line-height: 75px;
		margin: 0 auto 20px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-icon-box.left {
		text-align: left;
	}
	.roll-icon-box.left .icon {
		float: left;
		margin-top: 7px;
		margin-right: 30px;
	}
	.roll-icon-box .icon i {
		font-size: 26px;
	}
	.roll-icon-box .content {
		overflow: hidden;
	}
	.roll-icon-box .content h3 {
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
		margin: 7px 0 10px;
	}
	.roll-icon-box .content h3,
	.roll-icon-box .content h3 a {
		color: #443f3f;
	}
	.roll-icon-box .content p {
		margin: 0;
	}

/* Contact widget
-------------------------------------------------------------- */

.sydney_contact_info_widget span {
	color: #d65050;
	margin-right: 15px;
}
.sydney_contact_info_widget div {
	margin-bottom: 15px;
}
/* Icon List
-------------------------------------------------------------- */
	.roll-icon-list {
		padding-top: 15px;
	}
	.roll-icon-list .icon {
		text-align: center;
		width: 70px;
		height: 70px;
		line-height: 75px;
		float: left;
		margin-right: 30px;
		margin-top: 7px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-icon-list .icon i {
		font-size: 26px;
	}
	.roll-icon-list .list-item {
		margin-bottom: 30px;
	}
	.roll-icon-list .content {
		overflow: hidden;
	}
	.roll-icon-list .content h3 {
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
		margin: 7px 0 10px;
	}
	.roll-icon-list .content h3 a {
		color: #443f3f;
	}
	.roll-icon-list .content p {
		margin-bottom: 0;
	}
/* List
-------------------------------------------------------------- */
	.roll-list {
		list-style: none;
		margin: 0 0 30px 10px;
	}
	.roll-list li {
		line-height: 32px;
		position: relative;
		padding-left: 40px;
	}
	.roll-list li:before {
		content: "\f006";
		font-family: "FontAwesome";
		font-size: 15px;
		position: absolute;
		left: 0;
		top: 0;
	}
/* Button
-------------------------------------------------------------- */
	.roll-button {
		position: relative;
		display: inline-block;
		font-family: "Raleway", sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 12px 35px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
	}
	.roll-button:hover {
		background-color: transparent;
	}
	.roll-button.border {
		background-color: transparent;
		text-transform: uppercase;
	}
	.roll-button.border:hover {
		color: #fff;
	}
	.roll-button.border.text-white {
		color: #fff;
	}
	.roll-button.light {
		background-color: #fff;
		border: 1px solid #fff;
		color: #443f3f;
	}
	.roll-button.light:hover {
		color: #fff;
	}
	.roll-button.light.border {
		border: 1px solid #fff;
		background-color: transparent;
		color: #fff;
	}
	.roll-button.light.border:hover {
		border: 1px solid #443f3f;
		background-color: #443f3f;
		color: #fff;
	}
	.roll-button.dark {
		background-color: #443f3f;
		border: 1px solid #443f3f;
	}
	.roll-button.dark:hover {
		border: 1px solid #443f3f;
		background-color: transparent;
		color: #443f3f;
	}
	.roll-button.dark.border {
		border: 1px solid #443f3f;
		background-color: transparent;
		color: #443f3f;
	}
	.roll-button.dark.border:hover {
		border: 1px solid #443f3f;
		background-color: #443f3f;
		color: #fff;
	}
	.more-button {
		display: table;
		margin: 30px auto 0;
		clear: both;
	}
/* Button Group
-------------------------------------------------------------- */
	.roll-button-group {
		text-align: center;
	}
	.roll-button-group .roll-button {
		margin-left: 8px;
	}
	.roll-button-group .roll-button:first-child {
		margin-left: 0;
	}
/* Lastest news
-------------------------------------------------------------- */
.blog-post {
	margin-bottom: 30px;
}
.blog-post .entry-title {
	margin: 15px 0;
	font-size: 16px;
}
/* Lastest Projects
-------------------------------------------------------------- */
	.project-filter {
		margin: 20px 0 50px 0;
		text-align: center;
		padding-left: 0;
	}
	.project-filter li  {
		display: inline-block;
		position: relative;
		text-align: center;
		margin-left: -4px;
		background-color: #f5f5f5;
		-webkit-transition: background 0.3s;
		   -moz-transition: background 0.3s;
			-ms-transition: background 0.3s;
			 -o-transition: background 0.3s;
				transition: background 0.3s;
	}
	.widget-area .widget .project-filter li {
			padding: 0;
	}
	.project-filter li a {
		color: #767676;
		display: block;
		font-family: "Raleway",sans-serif;
		font-size: 13px;
		font-weight: 600;
		outline: 0;
			padding: 10px;
	}
	.project-filter li a.active,
	.project-filter li a:hover,
	#secondary .project-filter li a.active,
	#secondary .project-filter li a:hover {
		color: #fff;
	}
	.roll-project {
		width: 100%;
		padding-bottom: 50px;
		margin: 0;
	}
	.roll-project .project-item {
		margin: 0 0 30px;
	}
	.roll-project.fullwidth .project-item {
		float: left;
	}
	.roll-project.fullwidth .project-item {
		width: 20%;
		margin: 0;
	}
	.roll-project .project-item .item-wrap {
		position: relative;
	}
	.roll-project .project-item .pop-overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 10px;
		z-index: 10;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all 1s;
		   -moz-transition: all 1s;
			-ms-transition: all 1s;
			 -o-transition: all 1s;
				transition: all 1s;
	}
	.roll-project .project-item .project-pop-wrap {
		z-index: 20;
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.roll-project .project-item .project-pop {
		color: #fff;
		text-align: center;
		z-index: 1;
		width: 100%;
		height: 100%;
		cursor: pointer;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		position: absolute;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
	}
	.roll-project .project-item .project-pop a {
		color: #fff;
	}
	.roll-project .project-item:hover .project-pop {
		opacity: 0.5;
	}
	.roll-project .project-item .project-pop h3 {
		font-size: 16px;
		font-weight: 700;
		line-height: 26px;
		position: absolute;
		left: 0;
		bottom: 50%;
		width: 100%;
		margin-bottom: -4px;
	}
	.roll-project .project-item .project-cat {
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		padding-top: 20px;
		margin: 0;
	}
	.roll-project .project-item .project-cat li {
		display: inline-block;
	}
	.roll-project .project-item .project-cat li a {
		position: relative;
		font-style: italic;
		padding: 0 5px;
	}
	.roll-project .project-item .project-cat li a:before {
		position: absolute;
		content: "/";
		left: -3px;
		top: -1px;
	}
	.roll-project .project-item .project-cat li:first-child a:before {
		content: "";
	}
	.roll-project .project-item:hover .project-title-wrap,
	.roll-project .project-item:hover > .item-wrap .project-pop{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
				animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
	}
	.roll-project .project-item:hover > .item-wrap .pop-overlay {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.project-title-wrap{
		position:absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 2;
	}

	.roll-project .project-item:hover > .item-wrap .project-title-wrap {
		border: 2px solid yellow;
	}

	.roll-project .project-title{
	  display: table;
	  width: 100%;
	  height: 100%;
	  text-align: center;
		color: #fff;
	}

	.roll-project .project-title span{
	  display: table-cell;
	  vertical-align: middle;
	  padding-left: 10px;
	  padding-right: 10px;
	}

/* Testimonials
-------------------------------------------------------------- */
	.roll-testimonials {
		max-width: 750px;
		margin: 0 auto 30px;
		text-align: center;
	}
	.roll-testimonials .avatar {
		width: 100px;
		margin: 7px auto 26px;
		border: 2px solid #fff;
	}
	.roll-testimonials .avatar,
	.roll-testimonials .avatar img {
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-testimonials .whisper {
		font-size: 18px;
		font-style: italic;
		line-height: 26px;
		padding: 0 0 20px;
		margin: 0;
		border: 0;
	}
	.hentry .roll-testimonials blockquote {
		background-color: transparent;
		color: inherit;
	}	
	.roll-testimonials .name {
		font-family: "Raleway", sans-serif;
		font-size: 18px;
		font-weight: 500;
	}
	.roll-testimonials .name span {
		font-size: 13px;
		display: block;
		color: #767676;
	}
	.roll-testimonials .owl-controls {
		margin-top: 40px;
	}
	.hentry .roll-testimonials blockquote {
		background: transparent;
	}
	.owl-carousel .owl-wrapper:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.owl-carousel{
		display: none;
		position: relative;
		-ms-touch-action: pan-y;
		-webkit-transition: all 0.3s !important;
		transition: all 0.3s !important;
	}
	.owl-carousel .owl-wrapper{
		display: none;
		position: relative;
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	.owl-carousel .owl-wrapper-outer{
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.owl-carousel .owl-wrapper-outer.autoHeight{
		-webkit-transition: height 500ms ease-in-out;
		-moz-transition: height 500ms ease-in-out;
		-ms-transition: height 500ms ease-in-out;
		-o-transition: height 500ms ease-in-out;
		transition: height 500ms ease-in-out;
	}
	.owl-carousel .owl-item{
		float: left;
	}
	.owl-controls .owl-page,
	.owl-controls .owl-buttons div{
		cursor: pointer;
	}
	.owl-controls {
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.owl-carousel  .owl-wrapper,
	.owl-carousel  .owl-item{
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility:	hidden;
		-ms-backface-visibility:	 hidden;
	  -webkit-transform: translate3d(0,0,0);
	  -moz-transform: translate3d(0,0,0);
	  -ms-transform: translate3d(0,0,0);
	}
	.owl-theme .owl-controls{
	  text-align: center;
	  margin-top: 45px;
	}
	.owl-theme .owl-controls .owl-page{
	  display: inline-block;
	  zoom: 1;
	}
	.owl-theme .owl-controls .owl-page span{
	  display: block;
	  width: 9px;
	  height: 9px;
	  margin: 4px;
	  background-color: transparent;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  filter: alpha(opacity=100);
	  opacity: 1;
	  -webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
		 -o-border-radius: 50%;
		  border-radius: 50%;
	  -webkit-transition: background 0.3s;
		 -moz-transition: background 0.3s;
		  -ms-transition: background 0.3s;
		   -o-transition: background 0.3s;
			  transition: background 0.3s;
	}
	.widget_sydney_testimonials .fa {
		display: none;
	}

/* Socials
-------------------------------------------------------------- */
	.roll-socials li {
		display: inline-block;
		text-align: center;
		margin: 2px 8px 8px 0;
	}
	.roll-socials li:last-child {
		margin-right: 0;
	}
	.roll-socials li a {
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background-color: transparent;
		font-size: 16px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-socials li a:hover {
		color: #fff;
	}
/* Infomation
-------------------------------------------------------------- */
	.roll-infomation {
		margin-bottom: 50px;
		list-style: none;
	}
	.roll-infomation li {
		position: relative;
		padding-left: 30px;
		margin-bottom: 15px;
		line-height: 24px;
	}
	.roll-infomation li.time span {
		color: #d91d1d;
		font-weight: 700;
	}
	.roll-infomation li.address:before,
	.roll-infomation li.phone:before,
	.roll-infomation li.email:before {
		position: absolute;
		left: 0;
		top: 4px;
		content: "\f041";
		font-family: "FontAwesome";
		font-size: 20px;
	}
	.roll-infomation li.phone:before {
		content: "\f095";
	}
	.roll-infomation li.email:before {
		content: "\f040";
	}
/* Progress Bar
-------------------------------------------------------------- */
	.roll-progress {
		position: relative;
		margin-bottom: 20px;
	}
	.roll-progress .name {
		position: absolute;
		left: 0;
		top:0;
	}
	.roll-progress .name,
	.roll-progress .perc {
		font-weight: 400;
	}
	.roll-progress .progress-animate {
		height: 10px;
		width: 0;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
			 -o-border-radius: 2px;
				border-radius: 2px;
	}
	.roll-progress .progress-bar {
		background: #f3f3f3;
		width: 100%;
		margin-top: 10px;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
			 -o-border-radius: 2px;
				border-radius: 2px;
	}
	.roll-progress .perc {
		width: 0;
		text-align: right;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: opacity 1s ease-in-out;
		  -moz-transition: opacity 1s ease-in-out;
		   -ms-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			   transition: opacity 1s ease-in-out;
	}
	.roll-progress .perc.show {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
/* Service Box
-------------------------------------------------------------- */
	.roll-servicebox .service-content h3 {
		font-size: 16px;
		font-weight: 500;
		margin: 10px 0 10px;
	}
/* Tabs
-------------------------------------------------------------- */
	.roll-tabs {
		margin-bottom: 20px;
	}
	.roll-tabs .menu-tab {
		overflow: hidden;
		margin: 0;
		list-style: none;
	}
	.roll-tabs .menu-tab li {
		position: relative;
		bottom: -1px;
		float: left;
		margin-right: 2px;
	}
	.roll-tabs .menu-tab li a {
		font-family: "Raleway", sans-serif;
		font-size: 14px;
		font-weight: 500;
		display: block;
		color: #2d3340;
		padding: 12px 25px 10px;
	}
	.roll-tabs .menu-tab li a:hover {
		background-color: #f7f7f7;
		text-decoration: none;
	}
	.roll-tabs .menu-tab li.active a {
		background-color: #fff;
		border: 1px solid #dbdbdb;
		transition: none;
	}
	.roll-tabs .content-tab {
		margin-top: 50px;
		border: 1px solid #dbdbdb;
		padding: 25px 20px 10px 25px;
		margin-top: -1px;
		background-color: #fff;
	}
	.roll-tabs .content-tab p {
		margin-bottom: 20px;
	}
/* Promo Box
-------------------------------------------------------------- */
	.roll-promobox {
		text-align: center;
		padding: 20px 0;
	}
	.roll-promobox .promo-controls {
		margin-top: 25px;
	}
	.roll-promobox .title {
		font-size: 18px;
		margin-bottom: 10px;
		color: #8e8e8e;
		font-weight: 500;
	}
	.roll-promobox .promo-content p {
		margin-bottom: 40px;
		font-size: 16px;
	}
	.roll-promobox.aside-style {
		text-align: left
	}
	.roll-promobox.aside-style .promo-content p {
		padding-bottom: 15px;
	}
	.roll-promobox.aside-style .promo-wrap {
		display: table;
		overflow: hidden;
		width: 100%;
	}
	.roll-promobox.aside-style .promo-content {
		display: table-cell;
		vertical-align: middle;
		width: 70%;
	}
	.roll-promobox.aside-style .promo-content p {
		margin: 0 0 5px;
	}
	.roll-promobox.aside-style .promo-controls {
		display: table-cell;
		margin: 0;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
		width: 30%;
	}
/* Team
-------------------------------------------------------------- */
	.roll-team.carousel .team-item {
		padding: 0 25px;
	}
	.post-type-archive-employees .team-item {
  		margin-bottom: 30px;
	}
	.roll-team .team-inner {
		padding: 4px;
		background-color: #fff;
		position: relative;
		text-align: center;
	}
	.roll-team .team-item .team-pop .name {
		font-family: "Raleway", sans-serif;
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		padding: 10px 0;
	}
	.roll-team .team-item .team-pop .pos {
		font-style: italic;
	}
	.roll-team .team-item .team-pop .team-info {
		top: 30%;
		position: relative;
		width: 100%;
	}
	.roll-team .team-item .pop-overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 10px;
		z-index: 10;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all 1s;
		   -moz-transition: all 1s;
			-ms-transition: all 1s;
			 -o-transition: all 1s;
				transition: all 1s;
	}
	.roll-team .team-item .team-social {
		text-align: center;
		padding: 17px 0 0;
		margin: 0;
	}
	.roll-team .team-item .team-social li {
		display: inline-block;
	}
	.roll-team .team-social li a {
		font-size: 16px;
		color: #fff;
		display: block;
		margin-left: 5px;
		height: 30px;
		width: 30px;
		line-height: 28px;
		border: 1px solid #fff;
		background-color: transparent;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
	}
	.roll-team .team-item .team-social li:first-child a {
		margin-left: 0;
	}
	.roll-team .team-item .team-social li:hover a {
		background-color: #fff;
	}
	.archive .team-social li a {
		color: #d65050;
		border: 1px solid #d65050;
	}
	.roll-team .team-item .team-pop {
		color: #fff;
		z-index: 20;
		width: 100%;
		height: 100%;
		padding: 0 10px;
		cursor: pointer;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
	}
	.roll-team .team-item:hover > .team-inner .team-pop {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
				animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
	}
	.roll-team .team-item:hover > .team-inner .pop-overlay {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.roll-team .team-content {
		text-align: center;
	}
	.roll-team .team-content .name {
		font-family: "Raleway", sans-serif;
		font-size: 16px;
		font-weight: 600;
		padding: 12px 0 2px;
	}
	.roll-team .team-content .pos {
		padding-bottom: 12px;
		color: #443f3f;
	}
	.archive .team-item:nth-of-type(3n+1) {
		clear: left;
	}
	.entry-post .roll-team .team-inner .avatar img {
		margin: 0;
	}
/* Elements
-------------------------------------------------------------- */
	a {
		color: #d65050;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: #d65050;
	}
	.text-color { color: #d65050;}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		background-color: #d65050;
		border: 1px solid #d65050;
	}
	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background-color: transparent;
		color: #d65050;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		border: 1px solid #d65050;
	}
	#mainnav > ul > li > a.active,
	#mainnav > ul > li > a:hover {
		color: #d65050;
	}
	#mainnav ul li ul:after {
		background-color:#FFF !important;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#mainnav .sub-menu li:hover > a {
		background-color: #d65050;
	}
	.error-wrap #search-submit:hover {
		background-color: #d65050;
		border-color: #d65050;
	}
	.text-slider .maintitle:after {
		background-color: #d65050;
	}
	.content-area .hentry:after {
		background-color: #d65050;
	}
	.hentry .meta-post a:hover {
		color: #d65050;
	}
	.hentry blockquote {
		border-left: 3px solid #d65050;
	}
	.blog-pagination ul li {
		border: 1px solid #d65050;
	}
	.blog-pagination ul li.active,
	.blog-pagination ul li:hover a {
		background-color: #d65050;
	}
	.sidebar .widget:before {
		background-color: #d65050;
	}
	.widget-tags .tag-list a:hover {
		border: 1px solid #d65050;
	}
	.comment .comment-detail {
		border: 1px solid #d65050;
	}
	.bottom .socials li:hover a,
	.go-top {
		background-color: #d65050;
	}
	.go-top:hover {
		color: #d65050;
	}
	.switcher-container .switcher-icon a:focus {
		color: #d65050;
	}
	.owl-theme .owl-controls .owl-page span{
	  border: 2px solid #d65050;
	}
	.owl-theme .owl-controls .owl-page.active span,
	.owl-theme .owl-controls.clickable .owl-page:hover span{
	  background-color: #d65050;
	}
	.roll-icon-box .icon {
		border: 1px solid #d65050;
	}
	.roll-icon-box .icon i,
	.roll-icon-box .content h3 a:hover {
		color: #d65050;
	}
	.roll-icon-box.white .icon {
		background-color: #d65050;
	}
	.roll-icon-box.white .content h3 a {
		color: #d65050;
	}
	.roll-icon-list .icon {
		border: 1px solid #d65050;
	}
	.roll-icon-list .icon i,
	.roll-icon-list .content h3 a:hover {
		color: #d65050;
	}
	.roll-button {
		background-color: #d65050;
		border: 1px solid #d65050;
	}
	.roll-button:hover {
		color: #d65050;
	}
	.roll-button.border {
		color: #d65050;
		border: 1px solid #d65050;
	}
	.roll-button.border:hover {
		background-color: #d65050;
	}
	.roll-button.light:hover {
		border: 1px solid #d65050;
		background-color: #d65050;
	}
	.project-filter li a.active,
	.project-filter li a:hover {
		background-color: #d65050;
	}
	.roll-testimonials .name {
		font-family: "Raleway", sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #d65050;
	}
	.roll-project .project-item .project-pop {
		background-color: #d65050;
	}
	.roll-socials li a {
		border: 1px solid #d65050;
	}
	.roll-socials li a:hover {
		background-color: #d65050;
		border: 1px solid #d65050;
	}
	.roll-infomation li.address:before,
	.roll-infomation li.phone:before,
	.roll-infomation li.email:before {
		color: #d65050;
	}
	.roll-progress .progress-animate {
		background-color: #d65050;
	}
	.roll-team .team-item .team-pop .team-social li:hover a {
		color: #d65050;
	}
	.roll-team .team-item .team-pop {
		background-color: #d65050;
	}
	.roll-team .team-content .name {
		color: #d65050;
	}
/* Woocommerce basic - full styles in wc.css
-------------------------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: #d65050;
}
.cart-contents {
	position: relative;
}
.cart-contents .fa,
.header-account .fa {
	font-size: 18px;
}
.cart-amount {
	background-color: #d65050;
	font-size: 12px;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50%;
	top: -10px;
	position: absolute;
	color: #fff;
	right: -18px;
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link p {
	color: #767676;
}
ol.flex-control-nav.flex-control-thumbs {
	list-style-type: none;
	padding-left: 0;
	margin: 0 -3px;
}
ol.flex-control-nav.flex-control-thumbs li img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
   cursor: pointer;
}
ol.flex-control-nav.flex-control-thumbs li {
	width: 33.333%;
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
}
ol.flex-control-nav.flex-control-thumbs li img:not(.flex-active) {
	opacity: 0.6;
}
.woocommerce ul#shipping_method {
	display: table;
	margin: 0 auto;
	text-align: left;
}
.woocommerce ul#shipping_method li {
	padding: 0;
}
/* Core video
-------------------------------------------------------------- */
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}
.wp-custom-header iframe {
	vertical-align: top;
}

.wp-custom-header {
	position: relative;
}
.wp-custom-header .wp-custom-header-video-button {
	position: absolute;
	bottom: 10%;
	left: -webkit-calc(50% - 25px);
	left: calc(50% - 25px);
	height: 50px;
	width: 50px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: rgba(51, 51, 51, 0.70);
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.wp-custom-header .wp-custom-header-video-button:hover {
	color: #fff;
	background-color: #333;
}
.wp-custom-header .wp-custom-header-video-button:focus {
	outline: none;
}

/* Lightbox video
-------------------------------------------------------------- */
.sydney-video .video-text,
.sydney-video .toggle-popup, 
.sydney-video .close-popup {
	display: none;
}
.sydney-video.vid-lightbox .video-text {
	display: block;
	margin-bottom: 30px;
}
.sydney-video.vid-lightbox .video-text:empty {
	margin-bottom: 0;
}
.sydney-video.vid-lightbox .popup-show .close-popup {
	display: block;
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 12;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
}
.sydney-video.vid-lightbox .sydney-video-inner {
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.sydney-video.vid-lightbox .video-overlay {
	position: fixed;
	top: 0;
	left: -9999em;
	height: 100%;
	width: 100%;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.3);
}
.sydney-video.vid-lightbox .popup-show {
	left: 0;
}
.sydney-video.vid-lightbox {
	text-align: center;
}
.sydney-video.vid-lightbox .toggle-popup {
	width: 60px;
	height: 60px;
	display: table;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 12px 0 rgba(83, 85, 93, 0.3);
	border-radius: 50%;
	line-height: 60px;
	font-size: 28px;
	color: #46444c;
	transition: all 0.4s;
}
.sydney-video.vid-lightbox .toggle-popup:hover {
	background-color: #46444c;
	color: #fff;
}

/*--------------------------------------------------------------
Integrations
--------------------------------------------------------------*/
/* Elementor and Beaver Builder */
.page-template-page_front-page.elementor-page .page-wrap .content-wrapper,
.page-template-page_front-page.fl-builder .page-wrap .content-wrapper {
	width: 100%;
	padding: 0 15px;
}
/* Parallax fix */
.panel-row-style,
.elementor-section {
	-webkit-transform: translate3d(0,0,0);
}
@-moz-document url-prefix() {
	.panel-row-style {
		  background-position: center !important;
	}
}
.elementor-section,
.panel-row-style {
	-moz-transform: none !important;
}
_:-ms-lang(x), .elementor-section, .panel-row-style { transform: none !important; }
/* End parallax fix */

.fl-widget .widgettitle,
div[class*="elementor-widget-wp-widget-sydney"] h5 {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 32px;
}
/* Mailchimp for WordPress */
.mc4wp-form label {
	display: block;
	width: 100%;
}
.mc4wp-form input:not([type="submit"]) {
	width: 100%;
}
/* Yoast SEO breadcrumbs */
.sydney-breadcrumbs {
	background-color: #f7f7f7;
	padding: 15px;
	margin-bottom: 30px;
	margin-right: 20px;
}
.sydney-breadcrumbs,
.sydney-breadcrumbs a {
	color: #47425d;
}
.sydney-breadcrumbs a {
	text-decoration: underline;
	margin: 0 3px;
	text-decoration-color: #bababa;	
}
/* Media Queries
-------------------------------------------------------------- */
	@media only screen and (min-width: 1930px) {
		.parallax {
			background-size: cover;
		}
	}
	/* Smaller than standard 1200 */
	@media only screen and (max-width: 1199px) {
		.roll-icon-list .list-item {
			margin-bottom: 18px;
		}
		.roll-project.fullwidth .project-item {
			width: 25%;
		}
		.masonry-layout .hentry {
			width: 455px;
		}
	}
	/* Smaller than standard 980 */
	@media only screen and (max-width: 991px) {
		.parallax {
			background-size: cover;
			background-attachment: scroll;
			background-position: top center!important;
		}
		.roll-counter .numb-count {
			font-size: 24px;
		}
		.masonry-layout .hentry {
			width: 345px;
		}
		.header-wrap .col-md-8 {
			padding: 0;
		}
		.last {
			margin-bottom: 0 !important;
		}
		.margin-bottom-device {
			margin-bottom: 50px;
		}
		.margin-top-device {
			margin-top: 50px;
		}
		.content-area .post-wrap,
		.contact-form-wrap {
			padding-right: 0;
		}
		.contact-form-aside,
		.sidebar {
			margin-top: 50px;
		}
		.roll-icon-box {
			margin-bottom: 30px;
		}
		.roll-promobox.aside-style,
		.roll-promobox.aside-style .promo-wrap,
		.roll-promobox.aside-style .promo-content,
		.roll-promobox.aside-style .promo-controls {
			display: block;
			text-align: center;
			width: 100%;
		}
		.roll-promobox.aside-style .title {
			margin-bottom: 20px;
		}
		.roll-project.fullwidth .project-item {
			width: 33.3%;
		}
		.footer-widgets .widget {
			margin-bottom: 50px;
		}
		.roll-client .client-item img {
			max-width: 100%;
  		}
		.blog-post:nth-of-type(2n+1) {
			clear: left;
		}  				
	}
	@media only screen and (max-width: 1024px) {
		.site-header.fixed {
			position: static !important;
		}		
		.slides-container .slide-item,
		.panel-row-style {
			background-attachment: scroll !important;
			background-position: center !important;
		}
		.panel-row-style.mob-pad-0 {
			padding: 0 !important;
		}
		.panel-row-style.mob-pad-15 {
			padding: 15px 0 !important;
		}
		.panel-row-style.mob-pad-30 {
			padding: 30px 0 !important;
		}
		.panel-row-style.mob-pad-45 {
			padding: 45px 0 !important;
		}
		.site-header {
			position: static;
			background-color: rgba(0,0,0,0.9);
		}
		.header-clone {
			display: none;
		}		
		.posts-navigation {
			overflow: hidden;
			margin-bottom: 30px;
		}		
	}
	@media only screen and (max-width: 1350px) {
		#mainnav {
			display: none;
		}
		.btn-menu {
			display: block;
		}
	}
	@media only screen and (max-width: 780px) {
		.roll-client .client-item img {
			max-width: 100%;
  		}
  		.panel-grid-cell {
   			padding-left:15px !important;
			padding-right:15px !important;
			margin-bottom: 15px !important;
  		}/*
		h1 { font-size: 32px;}*/
		h2 { font-size: 28px;}
		h3 { font-size: 22px;}
		h4 { font-size: 18px;}
		h5 { font-size: 16px;}
		h6 { font-size: 14px;}
	}
	/* Tablet Landscape */
	 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
		.parallax {
			background-size: cover;
			background-attachment: scroll;
			background-position: top center!important;
		}
	}

	@media only screen and (max-width: 1399px) {
		.site-header #mainnav ul li ul {
			right: 14px;
		}
		.site-header #mainnav ul li ul li ul {
			left: -100%;
		}
	}

	/* All Mobile Sizes */
	@media only screen and (max-width: 767px) {
		.posts-layout {
			max-width: 100%;
		}
		.masonry-layout .hentry {
			width: 100%;
			margin: 0 0 30px;
			padding: 0 15px;
		}
		.text-slider-section {
			min-height: 190px;
		}
		.text-slider .maintitle {
			font-size: 32px;
			line-height: 1.1;
			padding-bottom: 10px;
		}
		.text-slider .subtitle {
			font-size: 16px;
			line-height: 24px;
			padding: 15px 0;
		}
		.roll-button {
			padding: 10px 30px;
		}
		.roll-project .project-item {
			width: 100%;
		}
		.roll-project.fullwidth .project-item {
			width: 50%;
		}
		.roll-counter {
			margin-bottom: 30px;
		}
		.sydney_facts_widget .col-md-3:last-of-type .roll-counter {
			margin-bottom: 0;
		}
		.roll-counter .name-count {
			padding: 5px 0;
		}
		.single-post .author-post .author-avatar {
			float: none;
			margin-bottom: 20px;
		}
		.single-post .author-post .author-info {
			margin-left: 0;
			padding: 0;
		}
		.single-post .author-post ul.socials {
			position: static;
		}
		.single-post .author-post .intro {
			clear: left;
			padding-top: 10px;
		}
		.comment-list .children {
			margin-left: 75px;
		}
		.error-wrap .error-search {
			padding: 0 20px;
		}
		.aside-image .content-wrap {
			padding-left: 0;
			padding-right: 0;
		}
		.social-menu-widget a:before {
			font-size: 42px;
		}
		.btn-menu {
			float: none;
			margin: 15px auto 0;
		}
		.header-wrap {
			text-align: center;
		}
		#mainnav-mobi {
			top: auto;
		}
		.site-header.float-header {
			padding-top: 20px;
			padding-bottom: 20px;
		}

		.text-slider-section {
			min-height: 0;
			top: auto;
			bottom: 0;
		}
		.site-title {
			font-size: 22px !important;
		}
		.fluid-width-video-wrapper + #wp-custom-header-video-button {
			display: none;
		}
	}
	@media only screen and (max-width: 600px) {
		.roll-client .client-item {
			padding: 5px;
			margin: 0;
			width: 32.5%;
		}
	}

	/* Mobile Portrait Size */
	@media only screen and (max-width: 479px) {
		.roll-project.fullwidth .project-item {
			width: 100%;
		}
		.blog-post,
		.service,
		.sidebar-column {
			padding: 0;
		}
		.roll-button {
			font-size: 12px;
		}
		.text-slider .maintitle {
			font-size: 18px;
		}
		.text-slider .subtitle {
			font-size: 14px;
		}
		.text-slider {
			margin-bottom: 5px;
		}
		.text-slider .subtitle {
			padding: 5px 0;
		}
		.button-slider {
			padding: 5px 15px;
			font-size: 11px;
		}
	}
	@media only screen and (max-width: 320px) {
		.text-slider {
			margin-bottom: 0;
		}

	}
	/* Center menu vertically */
	@media screen and (min-width: 1025px) {
		.header-wrap .container > .row {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-align-items: center;
				-ms-flex-align: center;
					align-items: center;
		}
	}
	/* Mobile slider */
	.mobile-slide {
		display: none;
	}
	.sydney-hero-area {
		overflow: hidden;
	}






/**
** Gutenberg *** ADD RESPONSIVE STYLES *** CHECK PAGES+GUTENBERG
*/
.post-template-post_nosidebar .content-area {
	max-width: 805px;
	margin-left: auto;
	margin-right: auto;
}
.post-template-post_nosidebar .alignfull,
.post-template-post_nosidebar .wp-block-cover-image {
	max-width: 100vw;
	width: auto;
	margin-left: -182px;
	margin-right: -182px;
}


					/* 前テンプレートより */

					/* 共通 */
					
					
					
					#sp_head_bt01 {
						margin-bottom:10px;
						
					}
					
					.sp_head_bt02 li {
						float:left;
						line-height: 50px;
						text-align:center;
						background: #5a5a5a;
						border-bottom: 1px solid #a6a6a6;
						border-right: 1px solid #a6a6a6;
					}
					
					.sp_head_bt02 li img {
						height: 40px;
					}
					
					.w100p img {
						height: 50px !important;
					}
					
					
					.sp_head_bt02 li.b_r_none {
						border-right: none;
					}
					
					.w50p {
						width: 50%;
					}
					
					.w100p {
						width: 100%;
					}
					
					
					ul, li {
						list-style: none;
						margin: 0;
						padding: 0;
					}
					
					
					
						/* simply-scroll */
					
						.clearfix:after {
						content:" ";
						display:block;
						clear:both;
						}
						
					
					.sp_loop {
						margin-bottom: 2em 0;
					}
					
					.sp_loop li {
						width: 14.2%;
						float:left;
						max-height: 75px;
					}
					
					
					
					.sp_loop2 li {
						width: 25%;
						float: left;
						max-height: 75px;
					}
					
					
					.pc_loop {
						display: none;
					}
						
					#top_txt_img01 img {
						width: 100px;
					}
					
					.simply-scroll-container { 
						position: relative;
					}
					.simply-scroll-clip { 
						position: relative;
						overflow: hidden;
					}
					.simply-scroll-list { 
						overflow: hidden;
						margin: 0;
						padding: 0;
					}
					.simply-scroll-list li {
						float: left; /* Horizontal scroll only */
						padding: 0;
						margin: 0;
						width: 220px;
						height: 180px;
						list-style:none;
					}
					
					
					.simply-scroll-list li img {
						display: block;
						width:100%;
					}
					
					
					
					ul.shinchiku li {
						width: 220px;
						height: 180px;
					}
					
					ul.reform li {/*
						width: 500px;*/
						width: 250px;
						height: 180px;
					}
					
					
					
					/* 調整 */
					
					.clearfix {zoom:1;}
					.clearfix:after{
						content: ""; 
						display: block; 
						clear: both;
					}
					
					.clear {
						clear: both;
					}
					
					
					/* レイアウト */
					
					span.wpcf7-list-item {
					display: block;
					}
					.top_photo02 {
						width:270px;
						height:170px;
						overflow:hidden;
						margin:0 auto;
					
					}
					
					@media only screen and (min-width: 880px) {
					
					
					
					
					.top_photo02_s {
						width:270px;
						height:170px;
						overflow:hidden;
						margin:0 auto;
					
					}
					
					.top_photo02_2 {
						width:260px;
						height:200px;
						overflow:hidden;
						margin:0 auto;
					
					}
					
					
					
					
					}
					
					
					
					.top_photo01 {
						margin: 0 auto;
						width: 130px;
						height:130px;
						border-radius: 130px;
						overflow:hidden;
					
					}
					
					
					.top_photo01 img {
						min-height: 130px;
					
					}
					
					
					.top_photo01_2 {
						margin: 0 auto 20px;
						width: 160px;
						height:160px;
						border-radius: 160px;
						overflow:hidden;
					
					}
					
					.top_photo01_2 img {
						min-height: 160px;
					
					}
					
					
					
					.em01 {
						font-size: 18px !important;
						
					}
					
					
					.bold01 {
						font-size: 20px;
						font-weight:bold;
					}
					
					.back_color01 {
						background:#f8f5f0;
						padding: 20px;
					}
					
					.back_color01_2 {
						color: #796A55;
						background:#f8f5f0;
						padding: 10px;
						position:relative;
					}
					
					.back_color01_3 {
						padding: 10px;
						position:relative;
					}
					
					
					.back_img01 {
						position:absolute;
						top: -20px;
						right: 0;
						width:100px;
					}
					
					.back_color01_b {
						padding: 10px;
						border: 1px solid #40210F;
						color:#40210F;
					}
					
					.back_color02 {
						background:#fbfaf7;
						padding: 40px 20px;
					}
					
					
					.box03_c {
						padding: 18px 15px;
						border: 3px solid #ccc;
						background: rgba(255,255,255,.7);
						border-radius: 7px;
						display: flex;
						flex-flow: row wrap;
						justify-content: space-between;
						align-items: center;
					}
					.box03_c .kakaku_box01 {
						width: 37% !important;
						padding: 10px;
						vertical-align:middle;
					}
					.box03_c .kakaku_box01b {
						width: 20% !important;
						padding: 10px;
					}
					.box03_c .plus {
						width: 2% !important;
						font-size: 18px;
						padding:10px 0;
					}
					.box03_c .kakaku_box02 {
						width: 30% !important;
						color:#c39020;
						padding: 10px;
					}
					.background01 {
						background: url(images/background_img01.gif);
					}
					.kakaku_expenses {
						padding: 15px 20px 10px;
						border: 1px dotted #666;
						background: #fcfcfc;
					}
					.kakaku_expenses h4{
						margin: 0 !important;
						padding: 0;
						font-size: 1.8rem !important;
					}
					.kakaku_expenses  ul{
						display: flex;
						flex-flow: row wrap;
}
					.kakaku_expenses ul li {
						margin-right: 1.3em;
					}
					
					
					.circle01 {
						margin: 0 auto;
						width: 200px;
						height:200px;
						background: #ea5514;
						border-radius: 200px;
						color: #FFF;
						display: block;
						padding-top: 60px;
						text-align: center;
						font-weight: bold;
						font-size: 24px;
					}
					
					
					#staff_txt01_2 {
						text-align:center;
						width: 30%;
						margin: 0 auto;
					}
					
					
					#page_contact01 {
						display:none;
					}
					
					
					.section01 {
						margin-bottom:40px;
					}
					
					
					hr#line01 {
						border:1px solid #7f7f7f;
						border-bottom:none;
						border-left:none;
						border-right: none;
					}
					
					.staff_box01 {
						width:165px;
						text-align:center;
						float:left;
					}
					
					.staff_photo01 {
					}
					
					
					/* main_img */
					
					
					#main_img {
						position:relative;
						margin:0;
						margin-top:0.5em;
					}
					#main_img_box01 {
						display:none;
					}
					
					#main_img_box01_2 {
						display:none;
					}
					#main_img_box01_001 {
						background:url(https://www.ecomo-life.com/wp/wp-content/themes/ecomo-life/images/01_ecomo_fudousan_main.jpg);
						height:600px;
						max-height:600px;
					}
					
					
					#sp_txt01 {
						text-align:center;
						position:absolute;
						top:0;
					}
					
					#sp_txt_box01 {
						width: 60%;
						margin: 0 auto;
					}
					
					#sp_txt01 img {
						width: 100%;
						margin-top: 15%;
					}
					
					
					
					.bdr_color01 {
						border-bottom: 1px solid #eeddcb !important;
					}
					#gnavi_back01 {
						display:none;
					}
					#gnavi_back02 {
						display:none;
					}
					
					
					
					
					.top_tit01 {
						color: #362e2b;
						font-size:16px;
					}
					
					
					#footer_navi01 {
						background: #e4e4e4 ;
						padding:15px;
					}
					
					
					ul.navi01 {
						background: #e4e4e4 ;
						margin:0;
					}
					
					ul.navi01 li {
						float:left;
						font-size:12px;
						border-right: 1px solid #000;
						margin:0;
						padding: 0 15px;
						line-height: 12px;
						margin: 5px;
					
					}
					
					ul.navi01 li.last {
						border:none;
					
					}
					ul.navi02 {
						display: inline-block;
						margin: 20px 0;
					
					
					}
					
					ul.navi02 li {
						float:left;
						font-size:16px;
						border-right: 1px solid #4c4c4c;
						margin-bottom:10px;
						padding: 0 20px;
						line-height: 16px;
					}
					
					ul.navi02 li.last {
						border:none;
					}
					#top_txt_img01 {
						position:absolute;
						top: 40px;
						width:100%;
						z-index: 1000;
					}
					.p_1em {
						padding: 1em ;
					}
					.title01 {
						font-size:20px;
						color: #707070;
						border-bottom: 1px solid #7f7f7f;
						padding:5px 5px 10px;
						text-align:center;
						font-weight:normal;
					}
					.title01_b {
						font-size:20px;
						color: #000000;
						border-bottom: 1px solid #7f7f7f;
						padding:0px 0px 10px;
						text-align:center;
						font-weight:normal;
						line-height: 140%;
						font-size:18px;
						color: #707070;
						border-bottom: 1px solid #7f7f7f;
						padding:5px 5px 10px;
						text-align:center;
						font-weight:normal;
					}
					.title01_c {
						margin:0 !important;
						font-size:20px;
						color: #707070;
						padding:5px 5px 10px;
						text-align:center;
						font-weight:normal;
						line-height: 1.6;
					}
					.title01_d {
						font-size:20px;
						color: #707070;
						padding:5px 5px 10px;
						text-align:center;
						font-weight:normal;
					}
					.title01_2 {
						color: #707070;
						font-size:30px;
						border-bottom: 1px solid #000;
						padding:20px 5px 10px;
						text-align:center;
						line-height: 80%;
						position:relative;
						font-weight:normal;
					}
					.title01_3 {
						padding:5px 5px 10px;
						font-size:30px;
						color: #333333;
						font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
						font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
						font-weight:normal;
					}
					.title01_4 {
						font-size:18px;
						color: #000;
						font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
						font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
						font-weight:normal;
						line-height: 1.9 !important
					}
					.title01_5 {
						font-size:18px;
						color: #000;
						padding: 5px 0px 10px;
						font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
						font-weight:normal;
						border-bottom: 2px solid #8fc322;
					}
					.title01_6 {
						font-size: 18px;
						color:#40210F;
						clear:none;
					}
					.news_back01 {
						margin: 20px;
					}

					#company_submenu .box01 {
						margin-bottom:10px !important;
					}




					#logo_txt01 {
						margin:0;
						padding:0;
						font-size:14px;

					}

					/*#sub_navi01 {
						margin-top:12px;

					}

					#sub_navi01 li {
						line-height:20px;
						float: none;
						color: #262626;
						font-size:18px;
						background: url(images/arrow01.gif) 0px center no-repeat;
						padding-left:30px;
						list-style:none;
						margin-left:10px;
						margin-bottom:10px;

					}
					*/
					/* button */


					a.about-section-btn {
						float:left;
						font-size:18px;
						font-weight: bold;
						text-transform:uppercase;
						text-decoration:none;
						color:#604c3f;
						background:transparent;
						background-color: rgba(255,255,255,0.5);
						border:2px solid #604c3f;
						padding:10px 10px;
						width:100%;
						cursor:pointer;
						letter-spacing:2px;
						text-align:center;
						display:inline-block;
						-webkit-transition:.4s background ease;
						-moz-transition:.4s background ease;
						-o-transition:.4s background ease;
						transition:.4s background ease;
						margin-bottom:0;
						letter-spacing: 0.5px;
						border-radius: 4px;
						margin-bottom: 0.5em

					}

					.about-section-btn:hover {
						color:#fff;
						background: #604c3f;
					}



					a.chuukobukken-section-btn {
						font-size:18px;
						font-weight: bold;
						text-transform:uppercase;
						text-decoration:none;
						color:#604c3f;
						background:transparent;
						background-color: rgba(255,255,255,0.5);
						border:2px solid #604c3f;
						padding:10px 10px;
						width:100%;
						cursor:pointer;
						letter-spacing:2px;
						text-align:center;
						display:inline-block;
						-webkit-transition:.4s background ease;
						-moz-transition:.4s background ease;
						-o-transition:.4s background ease;
						transition:.4s background ease;
						margin-bottom:0;
						letter-spacing: 0.5px;
						border-radius: 4px;
						margin-bottom: 0.5em

					}

					.chuukobukken-section-btn:hover {
						color:#fff;
						background: #604c3f;
					}




					.content-area {
						margin-top:2em;
					}

					#top_access{
						width:90%;
						margin: 0 auto 30px;
					}



					#top_access iframe {
						width: 100%;
					}



					#side {
						padding:1em;
					}


					.side_tit01 {
						background: url(images/side_tit_back01.gif) ;
						line-height:40px;
						color: #FFF;
						padding-left:10px;

					}

					.side_tit01 a {
						color: #FFF;
						display:block;

					}


					.side_tit02 {
						background: url(images/side_tit_back02.gif) ;
						line-height:40px;
						padding-left:10px;
						color: #271a13;
						border-bottom:1px solid #281a13;

					}


					.side_list01 {
						margin:0;
					}

					.side_list01 li {
						list-style:none;
						line-height:40px;
						height:40px;
						padding-left:10px;
						border-bottom:1px solid #281a13;
						color: #271a13;
						font-weight:bold;


					}

					.side_list01 li a  {
						display:block;
						color: #271a13;


					}


					.side_list01 li a:hover  {
						color:#F30;


					}



					.side_bnr01 {
						float:left;
						margin: 0.5em 0.5em ;
						width:45%;
					}

					/* box */


					.side_box01 {
						overflow:hidden;
						border-radius: 4px;
						position:relative;
						box-shadow: 0px 0px 4px rgba(93, 56, 35, 0.3);
						margin-bottom: 20px;	
					}

					.side_box01 h4 {
						text-align:center;
						background: #7a6a55;
					}

					.side_box_tit01{
						background:#7a6a55 ;
						padding-left:15px;
						height:40px;
						line-height:40px;
						color:#FFF;
						font-size: 16px;

					}

					.side_box_tit02{
						font-size: 110%;
						color:#FFF;
						padding: 5px 15px;
						background: #7a6a55;
					}



					/* table */




					/* list */

					.w230 {
						text-align:center;
					}



					ul.list01 {
						padding:0 50px;
					}

					.list01 li {
						list-style: none;
						padding: 20px 60px;
					}


					ul.list01_2 {
						padding:0;
						margin:0;
					}

					.list01_2 li {
						padding: 10px 15px;
						border-bottom: #CCC  dotted 1px;
						list-style: none;
					}

					table.list_table01 {
						margin-bottom:0 !important;
						width:60%;
					}

					table.list_table01 td {
						border:none !important;
						margin:0 !important;
						padding:0 !important;
					}







					/*.site-main2,.site-main {
						padding:0 1em ;
					}*/

					.back_color_w {
						background:#FFF;
						border: none;
					}

					ul.list02 li {
						background:url(images/arrow03.png) left no-repeat;
						padding-left: 10px;
						list-style: none;
						margin-left:0;
						text-align:left;
						margin-bottom: 0.8em;
					}

					.name01 {
						font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
						font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
						font-size: 24px !important;
						font-weight:normal;
						text-align:center;
					}

					.name01_s {
						font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
						font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
						font-size: 16px !important;
						font-weight:normal;
						text-align:center;
						margin-top: 10px;
						line-height: 1.6;
					}
					.name01_s2 {
						font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
						font-size: 18px !important;
						font-weight:normal;
						text-align:center;
					}
					.name02 {
						font-size: 12px;
						color:#999;
						text-align:center;
					}
					.name04 {
						font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
						font-size: 18px;
						color:#604c3f;
						text-align:center;
						background: #f2f3f5;
						padding:5px;
					}
					.name04_b {
						font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
						font-size: 18px;
						color:#604c3f;	background: #f2f3f5;
						padding:5px;
						font-weight:normal;
						clear:none;
					}
					.interview_txt01 {
						color: #858585;
					}
					span.br {
						display:block;
					}


					#btm_logo {
						width:240px;
						display:inline-block;

					}

					#btm_contact {
						text-align:center;
						margin:30px 0;
						background: url(images/line01.gif) top no-repeat;
						padding-top: 50px;
					}

					#btm_contact_back {
						background: url(images/line01.gif) bottom no-repeat;
						padding-bottom: 50px;
					}


					#btm_tel {
						width:60%;
						display:inline-block;

					}

					#btm_form {
						width:100%;
						text-align:center;

					}
					#btm_tel p,#btm_form p {
						text-align:center;
						margin:0;
					}
					#tour h1 {
						font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
						font-size: 160%;
						margin-bottom: 1em;
					}

					#tour h2 {
						font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
						font-size: 140%;
						margin-bottom: 1em;
					}

					#tour h3 {
						font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
						font-size: 120%;
						margin-bottom: 1em;
					}

					.photo_l,.photo_r {
						text-align:center;
					}

					.w340 {
						text-align:center;
					}

					.box01_2 {
						margin:1em;
					}

					.page_tit01 {
						font-size:20px;
						text-align:center;
					}

					.page_tit01f {
						font-size:20px;
						text-align:center;
					}


					.box01 {
						padding:8px;
						position:relative;
						border: #626262 solid 1px;
						margin:0 0 30px !important;
						text-align:center;
					}

					.w229 {
						width:46%;
						float:left;
						margin:2% !important;
					}
					.box_back01 {
						position: absolute;
						bottom:-7px;
						right:-1px;
						z-index:500
					}


					.box02 {
						width:100%;
						position:relative;
						border: #626262 solid 1px;
						min-height: 830px;
					}
					#company_submenu .box01 {
						margin-bottom:10px !important;
					}
					#saiyou_submenu .box01 {
						margin-bottom:10px !important;
					}
					.box_a {
						overflow:hidden;
						border: #FFF solid 1px;
						border-radius: 6px;
					}
					.top_txt01,.top_txt02 {
						padding:10px;
					}

					.box01_img {
						text-align:center;
						margin-bottom:8px;
						overflow: hidden;
						max-height: 195px;
					}

					.box_txt01 {
						background-color: rgba(255, 255, 255, 0.8);
						position:absolute;
						bottom: 0;
						padding:5px 10px;
						font-size: 12px;
						font-weight:bold;
						width:100%;
						line-height:130%;
					}

					.box03 {
						text-align:center;
						border-radius: 8px;
						padding: 20px;
						border: 3px solid #604c3f;
						background: #fdfdfc;

					}
					.box03_b {
						text-align:center;
						border-radius: 8px;
						padding: 10px;
						border: 3px solid #604c3f;

					}

					.box03 p {
						padding: 20px !important;
						margin-bottom: 0px !important ;
					}

					.flow_box {
						text-align:center;

					}
					.w475 {
						width:90%;
						margin: 0 auto 30px;
					}


					#sub_menu,#saiyou_sub_menu {
						display:none;
					}

					#headline01 {
						display:none;
					}


					#tel_icon01 {
						margin-right:0px;
						float:left;
					}

					#sp_tel {
						text-align:center;
					}

					#sub_menu {
						display:block;
						position:absolute;
						right:0;
						top:8px;
					}
					
					
					
					#sub_menu li {
						background: url(images/arrow02.gif)  0px center  no-repeat;
						padding-left:10px;
						float:left;
						list-style:none;
						font-size:12px;
						margin-left:20px;
					}
					
					
					#saiyou_sub_menu {
						display:block;
						position:absolute;
						right:0;
						top:30px;
						width:350px;
					}
					
					
					
					#saiyou_sub_menu li {
						background: url(images/arrow02.gif)  0px center  no-repeat;
						padding-left:10px;
						float:left;
						list-style:none;
						font-size:12px;
						margin-left:20px;
						width:40%;
						margin-bottom:5px;
					}
					
					
					#sns_bt {
						display:block;
						position:absolute;
						right: 200px;
						top:20px;
						z-index: 10000;
					}
					#head_tel {
						font-weight:bold;
						color: #eb6100;
						width: 100%;
						margin:0;
					}
					#head_tel2 {
						position:absolute;
						right:10px;
						top:5px;
						width:182px;
						font-weight:bold;
						color: #eb6100;
						text-align: right;
						line-height: 1.6;
					}

					#head_tenpo {
						width:182px;
						margin:0 auto;
					}


					#tel_txt01 {
						font-weight:bold;
						color: #eb6100;
						font-size:18px;
					}

					#tel_txt01_2 {
						font-weight:bold;
						color: #FFF;
						font-size:18px;
					}

					#tel_txt02 {
						line-height: 10px;
						color:#3e3e3e;
						font-weight:normal;
						font-size:12px;
					}


					#tel_txt03 {
						line-height: 10px;
						color:#FFF;
						font-weight:normal;
						font-size:12px;
					}

					#tel_icon01 {
						margin-right:0px;
					}
					
					p#headline01 {
						display:block;
						font-size:11px !important;
						text-align:left;
						padding:5px;
					}
					
					
					#tel02 {
						color:#ea8200;
					}
					
					#logo01 {
						display:block;
						text-align:center;
					}
					
					#logo01 img {
						width:220px;
						margin-top:5px;
					}
					
					
					
					#logo_txt01 {
						margin:0;
						padding:0;
						font-size:14px;
						position:absolute;
						left: 470px;
						top: 50px;
						
					}
					
					
					#logo01 img {
						position: static;
					}
					
					#gnavi {
						display: block;
						height: 55px;
						position:absolute;
					}
					
					
					#gnavi li {
						float:left;
						list-style: none;
						position:relative;
					}
					
					
					ul#sub {
						margin-left:0 !important;
					}
					
					
					ul#sub li{
						color:#402210;
						float: none;
						background-color: #FFF;
						border-bottom: #cbc3c0 1px solid;
						height: 50px;
						line-height: 50px;
						font-size: 12px;
						opacity: 1.0; /* 1.0=100% */
						z-index:1000;
						text-align:center;
						background-image: none;
					}
					
					ul#sub li a{
						display:block !important;
						text-decoration: none;
						color:#402210;
						font-size:78%;
					}
					
					ul#sub li a:hover{
						color: #F90;
					}




					/* button */


					.sample {
						width:220px;
						font-size:10px;
						font-weight:bold;
						text-decoration:none;
						display: inline-block;
						text-align:center;
						padding:8px 0;
						color:#333;
						border:1px solid #333;
					}

					.button01 {
						float:right;
						width:40%;
						line-height:40px;
						color: #FFF;
						text-align:center;
						font-size: 12px;
						border-radius: 6px;
						font-weight:bold;
						display:inline-block;
					}

					.button01 a {
						display:block;
						height: 40px;
						color: #FFF;
						text-decoration: none;
					}



					#btm_form .button01  {
						float:none;

					}

					.button02 {
						background: #424242;
						color: #FFF;
						line-height: 25px;
						height:25px;
						text-align:center;
						font-size: 12px;
						display:inline-block;
						font-weight:bold;
						padding-left:5px;
						padding: 0 10px;
					}

					.button02 a {
						display:block;
						height:25px;
						color: #FFF;
						text-decoration: none;
					}


					.button02_2 {
						background: #8fc322;
						color: #FFF;
						line-height: 25px;
						height:25px;
						text-align:center;
						font-size: 12px;
						display:inline-block;
						font-weight:bold;
						padding-left:5px;
						padding: 0 10px;
					}

					.button02_2 a {
						display:block;
						height:25px;
						color: #FFF;
						text-decoration: none;
					}


					.button02_3 {
						background: #bb6d21;
						color: #FFF;
						line-height: 25px;
						height:25px;
						text-align:center;
						font-size: 12px;
						display:inline-block;
						font-weight:bold;
						padding-left:5px;
						padding: 0 10px;
					}

					.button02_3 a {
						display:block;
						height:25px;
						color: #FFF;
						text-decoration: none;
					}



					.button03 {
						background: #00a28d ;
						color: #FFF;
						line-height: 30px;
						height:30px;
						text-align:center;
						font-size: 14px;
						border-radius: 6px;
						display:inline-block;
						font-weight:bold;
						padding: 0 10px;
					}

					.button03 a {
						display:block;
						height: 30px;
						color: #FFF;
						text-decoration: none;
					}



					a.button01:hover {
						opacity: 0.7; /* 1.0=100% */
						filter: alpha(opacity=70); /* 100=100% for IE */
					}


					a.hover_bt:hover {
						opacity: 0.7; /* 1.0=100% */
						filter: alpha(opacity=70); /* 100=100% for IE */
					}


					.bt_back01 {
						background:#26b09e;
					}

					.bt_back02 {
						background:#e50012 url(images/mail_icon01.gif) 10px 0 no-repeat;
						padding-left: 40px;
					}

					#tenant_list01 {
						margin-bottom:30px;
					}

					.photo_l,.photo_r {
						text-align:center;
					}
					.top_tit01_2 {
						color: #262626;
						font-size:21px;
						background: url(images/arrow01.gif) 2px center no-repeat;
						padding-left:30px;
					}
					.w485 .top_tit01 {
						margin: 10px 15px;

					}

					.w480 .top_tit01 {
						margin: 10px 15px;

					}

					.w485 .top_tit01_2 {
						margin: 10px 15px;
						line-height:50px;
					}

					.w480 .top_tit01_2 {
						margin: 10px 15px;
						line-height:50px;
					}
					.mb0 {
						margin-bottom:0 !important;
					}
					.w485 .cap01 {
						margin: 10px 15px;

					}
					.w228 .top_tit01 {
						margin: 10px 15px;
					}
					.w176 .top_tit01 {
						margin: 10px 15px;
						font-size:16px;
						background: url(images/arrow01.gif) 2px center no-repeat;
					}
					.w313 .top_tit01 {
						margin: 10px 15px;
						font-size:16px;
						background: url(images/arrow01.gif) 2px center no-repeat;
					}
					.w313 .top_tit01_2 {
						margin: 10px 15px;
					}

					.w657 .top_tit01_2 {
						margin: 10px 15px;
					}

					.w313 .cap01 {
						margin: 10px 15px;

					}
					.w228 .cap02 {
						margin: 10px 15px;

					}
					.w200 {
						overflow:hidden;
						margin-bottom:20px !important;

					}
					.w200 .top_tit01 {
						margin: 10px 15px;
						font-size:14px;
						background-position: 0px !important;

					}
					a:hover {
						text-decoration:none !important;

					}
					.w200 .cap02 {
						font-size:12px;
						margin: 10px 15px;
						line-height: 120% !important;

					}
					.w235 {
						width: 235px;
					}
					.top_tit02 {
						color: #707070;
						font-size:19px;
						line-height:20px;
						border-bottom: 1px solid #707070;
					}

					.top_tit03 {
						color: #707070;
						font-size:19px;
						padding-bottom:10px;
						border-bottom: 1px solid #707070;


					}

					.top_tit04 {
						color: #424242;
						font-size:14px;
						padding-bottom:20px;
						border-bottom: 1px dotted #898989;
						margin-bottom:20px;
						margin-top:10px;


					}

					.top_tit04_s {
						color: #424242;
						font-size:14px;
						padding-bottom:20px;
						margin-bottom:20px;
						margin-top:10px;
						clear:none;


					}


					/* 画面サイズが770px以下の場合に適用 */
					@media only screen and (min-width: 770px) {
					.top_tit04_2 {
						color: #424242;
						font-size:14px;
						padding-bottom:10px;
						margin-bottom:10px;
						margin-top:10px;
						height: 45px;
						overflow: hidden;	
					}

					dl.dl_list012 dd{
						text-align: center;
					}


					}
					/* 画面サイズが770px以下の場合に適用 */
					@media only screen and (max-width: 769px) {
					.top_tit04_2 {
						color: #424242;
						font-size:14px;
						padding-bottom:10px;
						margin-bottom:10px;
						margin-top:10px;
						height: 69px;
						overflow: hidden;

					}
					.title01_4 {
						font-weight: 600;
						font-size: 1.1em !important;
					}
					.interviewzim001 {
						display: inline-block;
						width: 48%;
						margin-bottom: 1.6em;
						line-height: 2.0;
					}
					.interviewzim002 {
						float: right;
						display: inline-block;
						width: 45%;
						margin-bottom: 1.6em;
						line-height: 2.0;
					}

					dl.dl_list012 dd{
					text-align: center;
					}

					}



					.top_tit_back01 {
						background: url(images/top_tit_info.gif) left 2px no-repeat;
						padding-left:200px;
					}

					.top_tit_back02 {
						background: url(images/top_tit_access.gif) left 2px no-repeat;
						padding-left:150px;
					}

					.title01 a {
						color: #262626;
					}
					.title02 {
						color: #604c3f;
						font-size:22px;
						padding: 7px 15px;
						background: #F5F5F5;
						text-shadow:0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF;
					}
					.title02_b {
						margin:0 !important;
						color: #604c3f;
						font-size:22px;
						padding: 7px 15px ;
					}
					.title02_2 {
						border-left: 5px solid #00A28D;
						color: #262626;
						font-size:16px;
						padding-left: 10px;
						margin-left:0.5em;
						clear:none;
					}
					.title02_3 {
						color:#262626;
						font-size:18px;
						text-align:left;
						padding:5px 5px 10px;
						border-bottom: 2px solid #eb6304;
						margin-bottom: 0.5em;
						clear:none;
					}
					.title03 {
						font-size:20px;
						color:#333333;
						border-bottom: 1px solid #d9d9d9;
						font-weight: normal;
					}

					.title04 {
						font-size: 110%;
						padding: 5px 10px;
						margin-bottom: 0.5em;
						background: #ffeeef ;
						clear:none;
					}



					.font_color01 {
						color: #F00;
					}

					.font_color02 {
						color: #0b9358;
						font-weight:bold;
					}

					.bold {
						font-weight:bold;
					}



					/* page */

					#yakkan {
						line-height: 220%;
					}


					/* box */



					.box01_2 {
						background-color:  rgba(255, 255, 255, 0.3);
						padding:10px 20px;
						box-shadow: 0px 0px 3px rgba(93, 56, 35, 0.3);
						border-radius: 10px;

					}


					.box01_2 img {
						margin-bottom:0;
						width:100%;
					}

					.box02 img {
						text-align:center;
					}

					/* Table */



					table.flow_table01 td {
						vertical-align:middle;
						text-align:center;
					}



					table.flow_table01 td.flow_back01 {
						background: #604c3f;
						font-size:18px;
						font-weight:bold;
						color:#FFF;
					}


					table.table01 {
						border-collapse: collapse;
						text-align: left;
						width: 100%;
						line-height: 160%;
						border: 2px solid #0eb5c1;
					}

					table.table01 th {
						background:#0eb5c1;
						padding:10px 10px;
						font-weight: bold;
						border: 1px solid #FFF;
						display: list-item;
						list-style:none;
						vertical-align:top;
						color:#FFF;

					}


					table.table01 td {
						padding:10px 10px;
						background: #FFF;
						border: 1px solid #0eb5c1;
						word-break: break-all;
						display: list-item;
						list-style:none;
					}


					.kakaku {
						font-size: 120%;
						color:#d70012;
						font-weight:bold;
					}

					table.table01 td.td_color01 {
						background: #f8f6f7;
						font-weight:bold;
						text-align:left;
					}




					table.table02 {
						border-collapse: collapse;
						text-align: left;
						width: 100%;
						line-height: 180%;
						margin-bottom: 30px;
					}

					table.table02 th {
						padding: 10px;
						font-weight: bold;
						color:#604c3f;
						border-bottom: 1px solid #CCC;

					}

					table.table02 th.q {
						background:#604c3f;
						color: #FFF;
						width:50px;
						text-align:center;

					}

					table.table02 td.a {
						font-weight: bold;
						text-align:center;

					}


					table.table02 td {
						padding: 10px;
						line-height: 180%;
					}



					table.table03 {
						margin-bottom:1.6em;
						border-collapse: collapse;
						text-align: left;
						line-height: 160%;
					}

					table.table03 th {
						border: #dadada 1px solid;
						padding:10px 10px;
						font-weight: bold;
						background:#f5f5f5;
						vertical-align:middle;
						width:30%;

					}


					table.table03 td {
						border: #dadada 1px solid;
						padding:10px 10px;
						background: #FFF;
						vertical-align: middle;
					}



					table.table03_2 {
						border-collapse: collapse;
						line-height: 160%;
					}

					table.table03_2 th {
						border: #dadada 1px solid;
						padding:10px 10px;
						font-weight: bold;
						background:#f5f5f5;
						vertical-align:middle;
						width:20%;
						text-align: center;

					}


					table.table03_2 td {
						border: #dadada 1px solid;
						padding:10px 10px;
						background: #FFF;
						vertical-align: middle;
						text-align: center;
					}




					table.table04 {
						border-collapse: collapse;
						text-align: left;
						width: 100%;
						line-height: 160%;
					}

					table.table04 th {
						border-bottom: #e4e4e4 1px solid;
						padding:10px 10px;
						font-weight: bold;
						vertical-align:middle;
						display: list-item;
						list-style:none;
						background:#fdf4f5;

					}

					table.table04 td {
						border-bottom: #e4e4e4 1px solid;
						padding:10px 10px;
						vertical-align: middle;
						display: list-item;
						list-style:none;
					}
					.center {
						text-align:center;
					}

					a:active img,a:hover img{
						filter:alpha(opacity=70);
						-moz-opacity:0.70;
						opacity:0.70;
					}
					a.nofilter:active img,a.nofilter:hover img{
						filter:alpha(opacity=100);
						-moz-opacity:1.0;
						opacity:1.0;
					}

					a:hover img {
					opacity: .7;
					-webkit-opacity: .7;
					-moz-opacity: .7;
					filter: alpha(opacity=70);	/* IE lt 8 */
					-ms-filter: "alpha(opacity=70)"; /* IE 8 */
					}

					a img,a {
					-webkit-transition: opacity 0.2s ease-out;
					-moz-transition: opacity 0.2s ease-out;
					-ms-transition: opacity 0.2s ease-out;
					transition: opacity 0.2s ease-out;
					}



					#tel01 {
						font-size: 160%;
						color:#eb6304;
						font-weight:bold;
					}

					#tel01 a {
						color:#eb6304;
					}

					.sharedaddy {
						text-align:center;
						margin-bottom:20px;
					}



					/**
					 * 16.3 Tablet Large 880px
					 */




					ul.sekourei01 li {
						text-align:center;
						margin-bottom: 20px;
					}

.sekourei_photo01,
.sekourei_photo01 > p {
	height: 205px;
	overflow:hidden;
	position: relative;
}
					ul.sekourei01 li img {
						margin-bottom:5px;
    height: 100%;
    width: auto;
					}

.sekourei_photo01 .interior,
.sekourei_photo01 .exterior {
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	backface-visibility: hidden;
	transition: transform .9s ease-in-out;
}
.sekourei_photo01 .exterior {
	z-index: 2;
	transform: rotateY(0deg);
}
.sekourei_photo01 .interior {
	transform: rotateY(180deg);
}
.sekourei_photo01:hover .exterior {
	transform: rotateY(180deg);
}
.sekourei_photo01:hover .interior {
	transform: rotateY(360deg);
}

					ul.sekourei01_2 li {
						text-align:center;
						margin-bottom: 20px;
					}

					ul.sekourei01_2 li img {
						margin-bottom:5px;
					}

					dl.dl_list01 dt {
						background: #ea5514 ;
						color:#FFF;
						padding:5px 10px;
						text-align:center;
						clear:both;
						margin-bottom:10px;

					}


					dl.dl_list01 dd {
						padding:5px 10px;
					}



					dl.dl_list01_b {
						font-size: 16px;
					}

					dl.dl_list012 {
						font-size: 16px;
					}


					dl.dl_list01_b dt {
						background: #ea5514 ;
						color:#FFF;
						padding:5px 10px;
						text-align:center;
						clear:both;
						margin-bottom:10px;

					}
					dl.dl_list012 dt {
						background: #ea5514 ;
						color:#FFF;
						padding:5px 10px;
						text-align:center;
						clear:both;
						margin-bottom:10px;
					}


					dl.dl_list01_b dd {
						padding:5px 10px;
						font-weight:bold;
					}

					dl.dl_list012 dd {
						padding:5px 10px;
						font-weight:bold;
						text-align:center;
					}


					dl.dl_list02 dt {
						background: #604c3f ;
						color:#FFF;
						padding:5px 10px;
						text-align:center;
						clear:both;
					}


					dl.dl_list02 dd {
						padding:5px 10px;
					}



					ul.list04 {
						margin-left: 30px;
					}

					ul.list04 li {
						list-style: disc;
						margin-bottom: 0.8em;
						text-align:left;
						line-height: 1.6;
					}



					ul.list04_b {
						margin-left: 20px;
					}

					ul.list04_b li {
						list-style: disc;
						margin-bottom: 0.8em;
						text-align:left;
						font-weight: bold;
						font-size: 18px;
					}

					ul.list04_b3 {
						margin-left: 30px;
					}

					ul.list04_b3 li {
						list-style: disc;
						margin-bottom: 0.8em;
						text-align:left;
						font-weight: bold;
						font-size:16px;
					}



					ul.list04_b2 {
						margin-left: 20px;
					}

					ul.list04_b2 li {
						list-style: disc;
							margin: 0.5em;
						text-align:left;
						font-weight: bold;
						font-size: 14px;
						float:left;
						margin-right:50px;
					}



					ul.list04_c {
						margin-left: 30px;
					}

					ul.list04_c li {
						margin-bottom: 0.8em;
						text-align:left;
					}


					ul.list04_d {
						margin-left: 0px;
					}

					ul.list04_d li {
						margin-bottom: 0.8em;
						text-align:left;
						font-size: 12px;
						line-height: 120%;
						float:left;
						margin-right: 30px;
					}




					ul.list01_3 {
						padding:10px;
						margin:0;
					}

					.list01_3 li {
						padding: 10px;
						border-bottom: #d7d7d7 solid 1px;
						list-style: none;
					}




					ul.list03 {
						margin-left: 30px;
					}

					ul.list03 li {
						padding-left: 10px;
						list-style: decimal;
						margin-bottom: 0.8em;
					}




					#sub_navi01 {
						height:30px;
						margin-top:12px;

					}

					#sub_navi01 li {
						font-size:12px;
						background: url(images/arrow01.gif) 0px center no-repeat;
						padding-left:10px;
						list-style:none;
						margin: 5px;
						margin-left:20px;

					}

					#interviewbox001{
					margin: 0 0 40px 0;
					padding: 0 0 40px 0;
					}


					@media screen and (min-width: 55em) {
						
					blockquote.alignright, .wp-caption.alignright, img.alignright {
						margin: 0.4em 0 1.6em 1.6em;
					}
					blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
						margin: 0.4em 1.6em 1.6em 0;
					}

					#sp_head_bt01 {
						display: none;
					}

					#top_txt_img01 img {
						width: auto;
					}


					.sp_loop,.sp_loop2 {
						display: none;
					}

					.pc_loop {
						display: block;
					}


					.top_photo02_s {
						width:140px;
						height:100px;
						overflow:hidden;
						float:left;
						margin-right:15px;
						margin-bottom:20px;

					}


					.media_list01 {
						width:260px;
						float:left;
						margin-right: 38px;
					}


					.sekourei_photo01 {
						height: 205px;
						overflow:hidden;
					}

					.sekourei_photo02 {
						height: 145px;
						overflow:hidden;
					}


					.sekourei_photo01 img {
						width:100%;
					}

					.sekourei_photo02 img {
						width:100%;
					}


					.p_center {
						text-align:center;
					}

					ul.list04_b2 li {
						width: 40%;
					}



					.back_img01 {
						width: auto;
					}

					.staff_photo01 {
						border-radius:20px ;
						overflow: hidden !important;
						width:680px;
						margin: 0 auto;

					}

					.ecomo_photo01 {
						border-radius:20px ;
						overflow: hidden !important;

					}


					ul.list04_b {
						margin-left: 60px;
					}

					dl.dl_list01 dt {
						float:left;
						width: 15%;

					}


					dl.dl_list01 dd {
						float:left;
						width: 83%;
						margin-left:2%;
					}


					dl.dl_list01_b dt {
						float:left;
						width: 15%;
					}


					dl.dl_list01_b dd {
						float:left;
						width: 83%;
						margin-left:2%;
						margin-bottom: 1.6em;
						line-height: 1.6;
					}



					dl.dl_list012 dt{
						float: left;
						width: 37%;
					}

					dl.dl_list012 dd{
						float: left;
						width: 55%;
						margin-left:2%;
					}


					dl.dl_list02 dt {
						float:left;
						width: 15%;
					}


					dl.dl_list02 dd {
						float:left;
						width: 83%;
						margin-left:2%;
					}





					#page_contact01 {
						display: block;
					}


					.title01 {
						font-size:26px;
					}



					.title01_b {
						font-size:26px;
					}

					.title01_c {
						font-size:26px;
					}



					.title01_6 {
						font-size: 20px;
						color:#40210F;
						clear:none;
					}



					.p_1em {
						padding:0 ;
					}


					/* main_img */

					#sp_txt01 {
						display: none;
					}


					#main_img {
						margin-top:0;
					}

					#main_img_box01 {

						width:530px !important;
						margin:0 auto !important;
						display:block;
					}

					#main_img_box01_2 {
						width:1000px !important;
						margin:0 auto !important;
						display:block;
					}


					#main_img_txt01 {
						position:absolute;
						top:220px;
					}

					#main_img_txt01_2 {
						position:absolute;
						top:259px;
					}

					#main_img_txt02 {
						text-align:center;
					}

					#main_img_txt02_2 {
						margin-left:50px;
					}

					#main_img_txt02 img {
						max-width: none;
					}



					#main_img_box02 {
						width:239px;
						margin: 0 auto;
					}

					#main_img_txt03 {
						position:absolute;
						top:184px;
						margin-left: 400px;
					}


					#main_img_box02_2 {
						position:absolute;
						top:180px;
						width:1000px;
						text-align:right;
					}



					#main_img_txt03_2 {
						display:inline-block;
						margin-right: 60px;
					}



					#gnavi_back01 {
						background:#f7f7f7;
						width:100%;
						display:block;
					}

					#gnavi_back01_2 {
						background:#f7f7f7;
						width:1000px;
						height:55px;
						display:block;
						margin: 0 auto;
					}


					#gnavi_back02 {
						background:#c98a4d;;
						width:100%;
						display:block;

					}



					ul#sub {
						margin-left:0 !important;
					}


					ul#sub li{
						color:#402210;
						float: none;
						background-color: #FFF;
						border-bottom: #cbc3c0 1px solid;
						height: 50px;
						line-height: 50px;
						font-size: 14px !important;
						opacity: 0.8 !important; /* 1.0=100% */
						z-index:1000;
						text-align:center;
						background-image: none;
					}

					ul#sub li a{
						display:block;
						text-decoration: none;
						color:#402210;
					}

					ul#sub li a:hover{
						color: #F90;
					}



					/* title */


					.titel_back01 {
						background:#649dcc url(images/staff_title_back01.jpg);
					}

					.titel_back02 {
						height:101px;
					}



					.top_tit01 {
						font-size:19px;


					}
					#sub_navi01 {
						margin:0;
						padding:0;

					}

					#sub_navi01 li {
						float:right;
						font-size:12px;
						background: url(images/arrow01.gif) 0px center no-repeat;
						padding-left:10px;
						list-style:none;
						margin-right:10px;

					}

					#sub_navi01 li.last {
						border:none;

					}




					#page_title {
						position:relative;
					}

					.page_tit01 {
						color: #FFF;
						font-size:38px;
						text-shadow: 0px 0px 9px rgba(49, 34, 14, 0.5),0px 0px 9px rgba(49, 34, 14, 0.5),0px 0px 9px rgba(49, 34, 14, 0.5);
						position:absolute;
						top: 0px;
						line-height:245px;
						left:40px;
						font-weight: normal;
					}



					#page_title_f {
						position:relative;
					}
					.page_tit01f {
						color: #FFF;
						font-size:38px;
						text-shadow: 0px 0px 9px rgba(49, 34, 14, 0.5),0px 0px 9px rgba(49, 34, 14, 0.5),0px 0px 9px rgba(49, 34, 14, 0.5);
						position:absolute;
						top: 28px;
						line-height:245px;
						left:40px;
						font-weight: normal;
					}
					#page_title_f img{
						width:740px;
						height:295px;
					}




					.saiyou_tit01 {
						position:absolute;
						top: 100px;
						left:60px;
					}

					.page_tit01_2 {
						font-size:28px;
						text-shadow:0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF,0px 0px 8px #FFF;
						margin-bottom:20px;
						text-align:left;
					}





					#top_access{
						width:100%;
						margin: 0 auto 30px;
					}


					.font_s {
						font-size: 13px;
					}

					.top_tit_back01 {
						padding-left:220px;
					}

					.top_tit_back02 {
						padding-left:150px;
					}

					table.table01 th {
						display: table-cell;
						width:20%;
					}

					table.table01 th.th_w50 {
						width:50%;
					}


					table.table01 td {
						display: table-cell;
					}

					table.table04 th {
						width:20%;
						display: table-cell;
					}


					table.table04 td {
						display: table-cell;
					}




					#side {
						padding:0;
					}



					#sp_logo01 {
						display:none;
					}

						.slicknav_menu {
							display:none !important;
						}



					#btm_logo {
						width:240px;
					}

					#btm_contact {
						margin:30px 0;
						background: url(images/line01.gif) top no-repeat;
						padding-top: 50px;
					}

					#btm_contact_back {
						background: url(images/line01.gif) bottom no-repeat;
						padding-bottom: 50px;
					}


					#btm_tel {
						width:260px;

					}

					#btm_form {
						width:230px;

					}
					#btm_tel p,#btm_form p {
						text-align:center;
						margin:0;
						
					}
					
					
					
					.sub_txt01 {
						padding: 10px 30px;
					}
					
					
					.anchor {
						position:relative;
						top: -120px;
					}
					
					
					#header_back {
						background-color:rgba(255, 255, 255, 0.7) ;
						position:absolute;
						top:0;
						width:100%;
						z-index:1000;
					}

					/* pagetitle */



					.pg_tit_back01 {
						background: #e50012;
					}

					.pg_tit_back02 {
						background: #ea8200;
					}

					.pg_tit_back03 {
						background: #44af35;
					}

					.pg_tit_back04 {
						background: #0092db;
					}
					.pg_tit_back05 {
						background: #b42f8b;
					}

					#page_tit_back {
						min-width:65%;
						position:absolute;
						right:0;
						top:0;
						height:100px;
					}

					.pg_photo_back01 {
						background-position: right -360px ;
					}


					#tit_txt01 {
						position:relative;
						width: 700px;
					}

					#tit_txt02 {
						position:relative;
						width: 85%;
					}

					#tit_txt01 p {
						color: #FFF;
						font-weight:bold;
						/*text-shadow: 0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8);*/
						position: absolute;
						top: 20px;
						left: 100px;
						font-size: 16px !important;
					}

					#tit_txt02 p {
						color: #FFF;
						font-weight:bold;
						/*text-shadow: 0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8);*/
						position: absolute;
						top: 20px;
						left: 100px;
						font-size: 16px !important;
					}





					/* section */

					#section01 {
						width: 940px;
						margin-right: auto;
						margin-left: auto;
					}


					/* omoi */

					#omoi01 p {
					}


					/* box */


					.side_box01 {
						overflow:hidden;
						border-radius: 4px;
						position:relative;
						box-shadow: 0px 0px 4px rgba(93, 56, 35, 0.3);
						margin-bottom: 20px;	
					}

					.side_box_tit01{
						background:#EB6304 ;
						padding-left:15px;
						height:40px;
						line-height:40px;
						color:#FFF;
						font-size: 16px;

					}

					.side_box_tit02{
						font-size: 110%;
						color:#FFF;
						padding: 5px 15px;
						background: #EB6304;
					}






					.box03_2 {
						overflow:hidden;
						border-radius: 4px;
						position:relative;
						box-shadow: 0px 0px 4px rgba(93, 56, 35, 0.3);
						padding:10px 20px;

					}



					.box01_2 {
						margin:0;
						margin-bottom:1.5em;
					}


					.box01_2 img {
						width: auto;
					}




					.top_box01 {
						width:33%;
						float:left;
						padding:10px 7px 10px 13px;
						border-right: 1px dotted #adb198;
					}



					#top_main_box02 {
						width:1100px;
						margin:0 auto;
						position:relative;
					}



					#top_txtbox01 {
						background:url(images/main_txtbox_back01.png);
						width:970px;
						padding:5px;
						position:absolute;
						bottom:40px;
						left:60px;
					}


					#top_txtbox02 {
						background-color: rgba(255, 255, 255, 0.8);
						padding:15px 30px;
						font-size:100%;
						line-height:200%;
						font-weight:bold;
					}


					.box01 {
						position:relative;
						width:100%;
						margin:0 0 30px !important;

					}



					.top_txt01 {
						padding: 20px 15px;
						width:500px;
					}

					.top_txt02 {
						padding: 20px 15px;
						width:550px;
					}
					.w176 {
						width:176px;
					}
					.w228 {
						width:228px;
					}
					.w313 {
						width:313px;
					}
					.w343{
						width:343px;
					}
					.w440 {
						width:440px;
					}
					.w480 {
						width:480px;
					}
					.w485 {
						width:485px;
					}
					.w500 {
						width:500px;
					}
					.w657 {
						width:657px;
					}
					.w770 {
						width:770px;
					}
					.w515 {
						width:515px;
					}
					.w760 {
						width:760px;
					}
					.w100 {
						width:100%;
					}
					.m_r28 {
						margin-right:28px !important;
					}
					.m_r26 {
						margin-right:26px !important;
					}
					.m_r25 {
						margin-right:25px !important;
					}
					.m_r29 {
						margin-right:29px !important;
					}
					.m_r32 {
						margin-right:32px !important;
					}
					.m_r35 {
						margin-right:35px !important;
					}
					.m_r38 {
						margin-right:38px !important;
					}
					.m_r30 {
						margin-right:30px !important;
					}
					.m_r40 {
						margin-right:40px !important;
					}
					.m_r50 {
						margin-right:50px !important;
					}
					.h50 {
						height:50px;
					}
					.h100 {
						height:100px;
					}
					.h101 {
						height:91px;
					}
					.h115 {
						height:115px;
					}



					.box_tit01{
						height:50px;
						line-height:50px;
						color:#FFF;
						font-size: 25px;
						position:relative;

					}



					.tit_back01 {
						background:#e50012 url(images/icon01.gif) 10px 5px no-repeat;
						padding-left: 70px;
					}

					.tit_back02 {
						background:#b42f8b url(images/icon02.gif) 10px 5px no-repeat;
						padding-left: 70px;
					}

					.tit_back03 {
						background:#ea8200 url(images/icon03.gif) 10px 5px no-repeat;
						padding-left: 70px;
					}

					.tit_back04 {
						background:#0092db;
						padding-left: 15px;
					}

					.tit_back05 {
						background:#44af35;
						padding-left: 0px;
					}

					.tit_back06 {
						background:#2c1f0d  url(images/tit_back_mokume01.jpg) ;
						padding-left: 10px;
						font-size: 15px;
						position: relative;
					}


					.border01 {
						border:#bba99d solid 1px;
					}


					.box_txt01 {
						background-color: rgba(255, 255, 255, 0.8);
						position:absolute;
						bottom: 0;
						padding:10px;
						font-size: 13px;
						font-weight:bold;
						width:100%;
						line-height:160%;
					}

					#to_detail01 {
						height:20px;
						line-height: 20px;
						background:url(images/arrow01.png) 0 0  no-repeat;
						padding-left: 25px;
						color:#FFF;
						font-size: 14px;
						position:absolute;
						top:15px;
						right:10px;
					}
					.pd_20 {
						padding: 20px;
					}
					.flow_box {
						text-align:center;

					}
					.box_tit02{
						position:relative;
						color:#FFF;
						font-size: 18px;
						text-shadow: 0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8);
						position:absolute;
						top: 10px;
						left: 20px;
						text-align:left;

					}
					.box_tit02_2{
						position:relative;
						color:#FFF;
						font-size: 22px;
						text-shadow: 0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8);
						position:absolute;
						top: 10px;
						left: 20px;
						text-align:left;
					}
					.box02_txt01{
						color:#FFF;
						font-size: 22px;
						text-shadow: 0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8),0px 0px 5px rgba(32, 14, 5, 0.8);
						position:absolute;
						bottom: 10px;
						left: 20px;
						font-weight:bold;
						text-align:left;
					}
					#arrow01 {
						position: absolute;
						top: 0px;
						right: 5px;
					}
					.photo_list01 {
						margin-right:20px;
					}
					.top_access_txt {
						width: 50%;
					}
					p {
						font-size: 14px !important;
					}
					
					.cap01 {
						font-size:13px !important;
						margin-top: 5px !important;
						line-height: 160% !important;
					}
					
					.cap01_2 {
						font-size:13px !important;
						margin-bottom:0 !important;
						line-height: 150% !important;
					}
					
					
					.cap02 {
						font-size:16px !important;
						margin-top: 10px !important;
					}
					
					.rollover a:hover img {
						opacity: 0.7; /* 1.0=100% */
						filter: alpha(opacity=70); /* 100=100% for IE */
					}
					
					.clear {
						clear: both;
					}
					
					.f_l {
						float: left !important;
						position:relative;
					}
					.f_r {
						float: right !important;
					}
					
					
					.f_l img,.f_r img {
						margin-bottom:0;
					}
					
					.center {
						text-align:center;
					}
					.p_btm100 {
						padding-bottom: 100px;
					}
					
					.mr0 {
						margin-right:0px;
					}
					
					.mr20 {
						margin-right:20px;
					}
					
					
					.photo_r {
						float: right;
						margin: 0px 0 0px 20px;
						position:relative;
					}
					
					.photo_l {
						float: left;
						padding: 0px 30px 30px 0;
						position:relative;
						background:#FFF;
					
					}
					
					
					.photo_img {
						border: #FFF solid 1px;
						box-shadow: 0px 2px 5px #CCCCCC;
					
					}
					
					.company_txt01 {
						padding: 30px 70px;
					}
					
					.company_txt01 p {
						line-height: 260% !important;
					}
					
					
					/* width */
					
					.w400 {
						width:400px;
					}
					
					.w400 p {
						margin-bottom: 0.5em !important;
					}
					
					.w475 {
						width:475px;
					}
					
					.w470 {
						width:470px;
					}
					
					
					.w480 {
						width:480px;
					}
					
					.w490 {
						width:490px;
					}
					
					
					.w530 {
						width:530px;
					}
					
					.m_auto {
						margin: 0 auto 40px;
					}
					
					.m_auto01 {
						margin: 0 auto !important;
					}
					
					
					.w250{
						width:250px;
					}
					.w316 {
						width:316px;
					}
					
					.w340 {
						width:340px;
					}
					.w360 {
						width:360px !important;
					}
					
					
					
					.w560 {
						width:560px;
					}
					
					.w600 {
						width:600px;
					}
					
					.w660 {
						width:660px;
					}
					
					.w640 {
						width:640px;
					}
					
					.w635 {
						width:635px;
					}
					
					
					.w680 {
						width:680px;
					}
					
					
					.w700 {
						width:700px;
					}
					
					
					.w740 {
						max-width:740px;
						margin-right:auto;
						margin-left:auto;
					}
					.w770 {
						width:770px;
					}
					
					
					.w390 {
						width:390px;
					}
					
					.w240 {
						width:240px;
					}
					
					.w230 {
						width:230px;
					}
					
					.w229 {
						width:229px;
					}
					
					.w250 {
						width:250px;
					}
					
					.w312 {
						width:312px;
					}
					
					.w330 {
						width:330px;
					}
					
					.w350 {
						width:350px;
					}
					
					
					.w310 {
						width:310px;
					}
					
					.w300 {
						width:300px;
					}
					
					
					.w280 {
						width:280px;
					}
					
					
					.w30 {
						width:30px;
					}
					
					
					/* list */
					
					
					ul.list01 {
						padding:0 50px;
					}
					
					.list01 li {
						list-style: none;
						padding: 20px 60px;
					}
					
					
					ul.list01_2 {
						padding:5px 0px;
						margin:0;
					}
					
					.list01_2 li {
						padding: 10px 0;
						border-bottom: #d7d7d7 solid 1px;
						list-style: none;
					}
					ul.list02 li {
						background:url(images/arrow03.png) left no-repeat;
						padding-left: 10px;
						list-style: none;
						margin-left:0;
						text-align:left;
						margin-bottom: 0.8em;
					}
					
					
					ul.list03 {
						margin-left: 30px;
					}
					
					ul.list03 li {
						padding-left: 10px;
						margin-bottom: 20px;
					}
					
					
					
					
					.list_f_l li {
						float:left;
						width:50%;
					}
					
					
					ul.sekourei01 {
						margin:0;
						display: flex;
						flex-flow: row wrap;/*
						justify-content: space-between;*/
						justify-content: space-between;
					}
					
					ul.sekourei01 li {
						float:left;
						width:310px;
						min-height:260px;
						list-style: none;
						text-align:center;
						margin-left: 35px;
					}
					
					ul.sekourei01 li.li01 {
						margin-left: 0px;
						clear:both;
					}
					
					
					
					ul.sekourei01_2 {
						margin:0;
					}
					
					ul.sekourei01_2 li {
						float:left;
						width:220px;
						min-height:260px;
						list-style: none;
						text-align:center;
						margin-left: 40px;
					}
					
					ul.sekourei01_2 li.li01 {
						margin-left: 0px;
					}
					
					
					#tenant_list01 {
						margin-bottom:30px;
					}
					
					
					.tenant_photo01 {
						width:240px;
						height: ;
						overflow:hidden;
						margin-bottom:0.5em;
					}
					
					#pagenation {
						display: inline-block;
					}
					
					#pagenation li {
						list-style:none;
						float: left;
						margin: 5px;
						text-align:center;
						height: 40px;
						width:40px;
						line-height: 40px;
						font-size:14px;
					}
					#pagenation li.on a {
						color: #FFF;
						background: #2C1F0D;
					}
					
					
					
					
					#pagenation li.next {
						width: 100px;
					}
					
					
					
					
					#pagenation li a {
						display: block;
						width:40px;
						border-radius: 6px;
						border: #2C1F0D 1px solid;
						
					}
					
					
					#pagenation li a:hover {
						border: #2C1F0D 2px solid;
						height: 42px;
						
					}
					
					
					#pagenation li.next a {
						width: 100px;
					}
					
					
					#tour h1 {
						font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
						font-size: 160%;
						margin-bottom: 1em;
						
						
					}
					
					#tour h2 {
						font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
						font-size: 140%;
						margin-bottom: 1em;
						
						
					}
					
					#tour h3 {
						font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
						font-size: 120%;
						margin-bottom: 1em;
						
						
					}

					}
					/* 画面サイズが1000px以上の場合に適用 */
					@media screen and (min-width: 1000px) {
					.clm2{
						width:1000px;
						margin:0 auto;
					}
					.clm2_l{
						float:left;
						width:48%;
						margin:0 4% 0 0;
					}
					.clm2_r{
						float:right;
						width:48%;
					}

					.interviewzim001 {
						display: inline-block;
						width: 48%;
						margin-bottom: 1.6em;
						line-height: 2.0;
					}
					.interviewzim002 {
						float: right;
						display: inline-block;
						width: 45%;
						margin-bottom: 1.6em;
						line-height: 2.0;
					}
					dl.dl_list012 dd {
						padding:5px 10px;
						font-weight:bold;
						text-align:left;
					}
					.cyuuko_box{
						padding:0 95px;
					}

					}
					@media screen and (max-width: 1000px) and (min-width: 480px) {
					.clm2{
						width:96%;
						margin:0 auto;
					}
					.clm2_l{
						float:left;
						width:48%;
						margin:0 4% 0 0;
					}
					.clm2_r{
						float:right;
						width:48%;
					}
					}
					/* 画面サイズが480px以下の場合に適用 */
					@media only screen and (max-width: 480px) {
					.clm2{
						width:96%;
						margin:0 auto;
					}
					.bnr{
						width:100%;
					}
					.interviewzim001 {
						width: auto;
						margin-bottom: 1.6em;
						line-height: 2.0;
					}
					.interviewzim002 {
						width: auto;
						margin-bottom: 1.6em;
						line-height: 2.0;
					}
					.alignleft {
						width:auto;
						display: inline;
					}
					.alignright {
						width:auto;
						margin-bottom: 10px;
						display: inline;
					}

					dl.dl_list012 dd{
					text-align: center;
					}



					}


					/* 画面サイズが480px以下の場合に適用 */
					@media only screen and (min-width: 481px) {



					.clm22{
						width:80%;
						margin:0 auto;
						padding:20px 0 10px;
					}
					.clm22_l{
						float:left;
						width:48%;
						margin:0 4% 0 0;
					}
					.clm22_r{
						float:right;
						width:48%;
					}
					.clm22_r p{
						margin:0 !important;
						padding:0 !important;
						text-align:left;
					}


					.clm3{
						width:80%;
						margin:0 auto;
					}
					.clm3 li{
						width:30%;
						float:left;
						margin-right:3%;
					}
					.clm3 li img{
						width:100%;
					}
					}
					/* 画面サイズが480px以下の場合に適用 */
					@media only screen and (max-width: 480px) {
					.clm22_l{
						margin-bottom:20px;
					}
					.clm3 li{
						margin-bottom:20px;
					}
					}



					/* 画面サイズが480px以下の場合に適用 */
					@media only screen and (min-width: 481px) {
					.clm4{
						width:100%;
						margin:0 auto;
					}
					.clm4 li{
						width:23.8%;
						float:left;
						margin-right:1.5%;
						margin-bottom:1.5%;
					}
					.clm4 li:nth-child(4n){
						margin-right:0 !important;
					}
					.clm4 a{
						border-radius:4px;
						color:#FFF;
						font-size:95%;
						line-height:1.3rem;
						background:#604c3f;
						display:block;
						cursor:pointer;
						text-align:center;
						font-weight:bold;
						padding:10px 0;
					}
					.clm4 a .clm4p{
						padding:0 5px;
					}
					}
					/* 画面サイズが480px以下の場合に適用 */
					@media only screen and (max-width: 480px) {
					.clm4{
						width:100%;
						margin:0 auto;
					}
					.clm4 li{
						width:49%;
						float:left;
						margin-right:2%;
						margin-bottom:2%;
					}
					.clm4 li:nth-child(2n),.clm4 li:nth-child(4n),.clm4 li:nth-child(6n),.clm4 li:nth-child(8n){
						margin-right:0 !important;
					}
					.clm4 a{
						border-radius:4px;
						color:#FFF;
						font-size:95%;
						line-height:1.3rem;
						background:#604c3f;
						display:block;
						cursor:pointer;
						text-align:center;
						font-weight:bold;
						padding:10px 0;
					}
					.clm4 a .clm4p{
						padding:0 5px;
					}

					}

					.fudousanlist a{
						border-radius: 0;
						color: #707070;
						font-size: 100%;
						line-height: 1.3rem;
						background: none;
						display: block;
						text-align: center;
						font-weight: bold;
						padding: 10px 0;
					}
					.fudousanlist h4{
						font-size: 110%;
						font-weight: normal;
						text-align: left;
						margin-bottom:5px;
						line-height:1.5em;
					}
					.fudousanlist p{
						text-align: left;
						font-weight: normal;
					}




					/* 画面サイズが480px以下の場合に適用 */
					@media only screen and (max-width: 700px) {
					#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item{
						width:33% !important;
					}
					}

					/* 画面サイズが480px以下の場合に適用 */
					@media only screen and (max-width: 880px) {
					.box01 {
						margin:0 2% 30px !important;
						width:46%;
						float:left !important;
						font-size:.8em;
					}
					
					.case_list .box01 {
						width:100%;
					}
					.cl{
						clear:both;
					}

					.box10 {
						padding:8px;
						position:relative;
						border: #626262 solid 1px;
						margin:0 2% 15px !important;
						text-align:center;
						width:96%;
					}
					.box10 .top_photo02_s{
						width:50%;
						float:left;
						height:110px;
						overflow:hidden;
					}
					.box10 .top_tit04_s{
						width: 45%;
						margin: 5px 0 0 10px;
						text-align: left;
						float: left;
					}


					.box10 img{
						width:100% !important;
					}
					.sp{/*
						position:relative !important;*/
					}
					.top_tit03{
						font-size:17px;
					}
					.clear_sp{
						clear:both;
					}

					.media_list01 {
						text-align:center;
						width:48%;
						float:left;
						margin:0 2% 0 0;
					}
					.top_photo02_2{
						height:110px;
						overflow:hidden;
					}
					.box02{
						min-height:auto !important;
					}
					.media_list01 img{
						width:100% !important;
					}

					.news_back01{
						margin:10px;
					}
					#main_img_box01_001 {
						display:none;
					}
					}
					/* 画面サイズが480px以下の場合に適用 */
					@media only screen and (min-width: 880px) {
					#main_img_box01_002 {
						display:none;
					}
					}
					.lex{
						width:94% !important;
					}



					/* 画面サイズが1000px以上の場合に適用 */
					@media screen and (min-width: 900px) {
					.resize01{
						height: 158px;
						margin-bottom: 10px;
						overflow: hidden;
					}
					.resize01 img{
						width:100%;
					}
					}

					/* 画面サイズが480px以下の場合に適用 */
					@media only screen and (min-width: 500px) and (max-width: 900px){
					.resize01{
						height: 131px;
						margin-bottom: 10px;
						overflow: hidden;
					}
					.resize01 img{
						width:100%;
					}
					}

					/* 画面サイズが480px以下の場合に適用 */
					@media only screen and (max-width: 500px) {
					.resize01{
						height: 114px;
						margin-bottom: 10px;
						overflow: hidden;
					}
					.resize01 img{
						width:100%;
					}
					}
					.seach_img01{
						position: absolute;
						top: 33px;
						left: 275px;
					}
					.seach_img02{
						position: absolute;
						bottom: 15px;
						right: 264px;
					}
					
					@media only screen and (max-width: 900px) {
					.seach_img01{	display:none;}
					.seach_img02{	display:none;}
					}
					.marker_yellow_hoso {
						background: linear-gradient(transparent 60%, #ffff66 60%);
					}

					.seclist li{
						text-align: center;
						border-radius: 8px;
						padding: 3px;
						border: 3px solid #604c3f;
						margin-bottom: 5px;
					}

					.fukidashi01 dt {
						float:left;
						width: 15%;

					}
					.fukidashi01 dd {
						float:left;
						width: 80%;
						margin-left: 2%;
						margin-right: 3%;
					}

					/* 画面サイズが480px以下の場合に適用 */
					@media only screen and (max-width: 500px) {
					.fukidashi01 dt img{
						margin-top:36px;
					}
					}

					.balloon1-left{
						position: relative;
						display: inline-block;
						margin: 2px 0 0 0;
						padding: 12px 23px;
						min-width: 120px;
						max-width: 100%;
						color: #FFF;
						font-size: 16px;
						background: #8C8C8C;
						border-radius:10px;
					}

					.balloon1-left:before{
						content: "";
						position: absolute;
						top: 50%;
						left: -30px;
						margin-top: -15px;
						border: 15px solid transparent;
						border-right: 15px solid #8C8C8C;
					}

					.balloon1-left p {
						margin: 0;
						padding: 0;
						line-height: 2.0;
					}

					.balloon1-right {
						position: relative;
						display: inline-block;
						margin: 2px 0 0 0;
						padding: 12px 23px;
						min-width: 120px;
						max-width: 100%;
						color: #FFF;
						font-size: 16px;
						background: #8C8C8C;
						border-radius:10px;
					}

					.balloon1-right:before{
						content: "";
						position: absolute;
						top: 50%;
						left: 100%;
						margin-top: -15px;
						border: 15px solid transparent;
						border-left: 15px solid #8C8C8C;
					}

					.balloon1-right p {
						margin: 0;
						padding: 0;
						line-height: 2.0;
					}
					#top_ct01 {
						display: block;
						max-width: 1000px;
						margin:0 auto;/*
						margin-top:30px;*/
					}

					/* レイアウト */
					
					#staff_txt01 {
						width:1000px;
						margin:0 auto;
						
					}
					
					#staff_txt01_2 {
						position:absolute;
						top: 210px;
						width:1000px;
						text-align:center;
					}
					
					#staff_list01 {/*
						text-align:center;*/
						text-align: left;
					}
					
					#staff_list01 .f_l,
					#staff_list02 .f_l{
						float:left;
					}
					#staff_list01 .f_r{
						float:right;
					}
					
					#staff_list02 {/*
						display:inline-block;*/
						max-width: 774px;
						text-align: left;
						margin-right: auto;
						margin-left: auto;
					}
					
					#staff_list03{/*
						display:inline-block;*/
					}
					
					#staff_list04{
						display:inline-block;
					}


/* ここまで */

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:active img, a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
a.nofilter:active img, a.nofilter:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
a img, a {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
a:hover .photo_mask img {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}

.m_top10 {
	margin-top: 10px !important;
}
.m_top20 {
	margin-top: 20px !important;
}
.m_top30 {
	margin-top: 30px !important;
}
.m_top40 {
	margin-top: 40px !important;
}
.m_top50 {
	margin-top: 50px !important;
}
.m_top100 {
	margin-top: 100px !important;
}
.m_btm0 {
	margin-bottom: 0px !important;
}
.m_btm10 {
	margin-bottom: 10px !important;
}
.m_btm20 {
	margin-bottom: 20px !important;
}
.m_btm30 {
	margin-bottom: 30px !important;
}
.m_btm40 {
	margin-bottom: 40px !important;
}
.m_btm50 {
	margin-bottom: 50px !important;
}
.m_btm60 {
	margin-bottom: 60px !important;
}
.m_btm70 {
	margin-bottom: 70px !important;
}
.m_btm80 {
	margin-bottom: 80px !important;
}
.m_btm90 {
	margin-bottom: 90px !important;
}
.m_btm100 {
	margin-bottom: 100px !important;
}
.m_btm120 {
	margin-bottom: 120px !important;
}
.m_btm130 {
	margin-bottom: 130px !important;
}
.m_top-30 {margin-top: -30px !important;}
.m_top-110 {margin-top: -110px !important;}

.clearfix:after{
	content:" ";
	display:block;
	clear:both;
}
.center{text-align:center;}
.f_r{float: right;}
.f_l{float: left;}
.clear{clear:both;}

.fs14 {font-size: 1.4rem !important;}
.fs15 {font-size: 1.5rem !important;}
.fs16 {font-size: 1.6rem !important;}
.fs18 {font-size: 1.8rem !important;}
.fs20 {font-size: 2rem !important;}
.fs22 {font-size: 2.2rem !important;}
.fs24 {font-size: 2.4rem !important;}
.fs25 {font-size: 2.5rem !important;}
.fs26 {font-size: 2.6rem !important;}
.fs28 {/*color: #442516;*/font-size: 2.8rem !important;}
.fs70 {/*color: #2B1E0F;*/font-size: 7rem !important;line-height: 1;}

.fw4 {font-weight: 400;}
.fw5 {font-weight: 500;}
.fw6 {font-weight: 600;}

.lh16 {line-height: 1.6;}

.w660{max-width:660px;margin:0 auto;}
.w800{max-width:800px;margin:0 auto;}
.w1000{max-width:1000px;margin-left: auto !important;margin-right: auto !important;}
.w1050{max-width:1050px;margin:0 auto;}
.w1090{max-width:1090px;margin:0 auto;}
.w1200{max-width:1200px;margin:0 auto;}
.w1400{max-width:1400px;margin:0 auto;}
.row {
	margin-left: 0;
	margin-right: 0;
}
.page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper, .container {
	padding:0 !important;
}
.site-main2{
	padding:0 !important;
	width:720px;
	float: left;
}
.site-main2 .blog_list h1,
.site-main2 .blog_list h2,
.site-main2 .blog_list h3,
.site-main2 .blog_list h4,
.site-main2 .blog_list h5,
.site-main2 .blog_list p{
	line-height:1.6 !important;
}
#secondary{
	padding:0 !important;
	width:240px;
	float:right;
}
.header-image {
	height: 10px !important;
}
.entry-content, .entry-summary {
	padding: 0em 0.5em 1em; 
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.post-wrap h3, .post-wrap h4, .post-wrapt h5, .post-wrap h6{
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}
.home .container,
.home .page-wrap .content-wrapper,
.page-template-page_front-page_new .container,
.page-template-page_front-page_new .page-wrap .content-wrapper{
	width:100%;
	padding: 0;
}
.site-header {/*
	margin-bottom: 20px;*/
	height:85px;
	position:relative !important;
}
.rank-math-breadcrumb {
	padding: 0 15px 0 38px;
	position: relative;
	z-index: 1;
}
.rank-math-breadcrumb p {
	font-size: 1.3rem !important;
	margin-bottom: 0;
}
#header_back .site-header{
	width: 1000px;
	margin: 0 auto;
	height: 90px;
	z-index: 1000;
}
.site-title {
	position: absolute;
	top:28px;
	left:38px;
}
.site-title a img{
	max-width:110px;
}
#mainnav{
	position:absolute;
	top:34px;
	left:200px;
}
#mainnav ul li{
	line-height: 1.3;
}
#mainnav ul li a{
	color:#2B1E0F !important;
	font-weight:600;
}
#mainnav ul li a span{
	display:block;
	font-size:10px !important;
	color:#C6C7C7 !important;
	font-weight:100;
}
#mainnav ul li ul li{
	background:#FFF;
}
.header_sns{
	position: absolute;
	top: 20px; 
	right: 450px;
}
.header_sns ul li{
	margin:6px;
	float:left;
}
.header_sns ul li img{
	max-width:30px;
}
.header_inq{
	width:250px;
	position: absolute;
	right:190px;
	top: 0;
}
.header_inq span{
	min-height: 85px;
	font-size: 13px;
	text-align: center;
	background: #2B1E0F;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.header_inq a{
	width: 100%;
	margin: 0 auto;
	color: #FFF;
	/*border-bottom: 1px solid #C6C7C7;*/
	border-bottom: 1px solid #7A6A56;
}
.header_inq a:last-of-type{
	border-bottom: none;
}
.header_menu{
	width:190px;
	position: absolute;
	top: 0; 
	right: 0;
	background:#F4F5F5;
	line-height: 2.85;
}
.header_menu ul li:first-child{
	border-bottom:1px solid #C6C7C7;
}
.header_menu ul li a {
	padding: 0 32px 0 30px;
	color:#727171;
	height:50%;
	font-size: 13px;
	background:url(images/header_ico01.png) 95% 50% no-repeat;
}
.external {
	padding-right: 16px;
	background: url(images/header_ico01.png) no-repeat 100% 0 / 13px;
}
.home .site-header {
	margin-bottom: 0; 
}
.home_top1{
	margin-bottom:0 !important;
	position: relative;
	text-align: center;
	background:#EBEBEB;
}
.home_top1 .txt01{
	text-align:center;
	position:absolute;
	top: 54%;
	left: 50%;
	transform: translateY(-54%) translateX(-50%);
	-webkit- transform: translateY(-54%) translateX(-50%);
}
.home_top1 .txt01 .txt01_1{
	padding:9px 130px;
	color: #FFF;
	font-size: 16px !important;
	letter-spacing: 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Sawarabi Mincho","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background:#000;
}
.home_top{padding: 0 !important;}
.home h3{
	font-size: 20px;
}
.home_s01 h2,
.home_s02 h2,
.home_s03 h2,
.home_s04 h2,
.home_s05 h2,
.home_s06 h2,
.home_s07 h2,
.footer_s01 h3{
	text-align:center;
	font-weight:400;
	letter-spacing:1px;
}
.home_s03 h2 img{
	max-width:60%;
}
.home_s05 h2 img{
	max-width:50%;
}
.home_s04 h2 img,
.home_s06 h2 img{
	max-width:80%;
}
.home_s01b ul.home_bnr{
	display: flex;
	flex-flow: row wrap;/*
	justify-content: center;*/
	justify-content: space-between;
}/*
.home_s01b ul.home_bnr li{
	width: 28%;
}*/
.home_s01b ul.home_bnr li{/*
    margin: 0 2.38%;*/
    width: 21.429%;
}
.home_s01{
	margin:0;
	padding:40px 20px 40px;
	color:#FFF;
	background:linear-gradient(180deg, #E6E3E2 0%, #E6E3E2 1.5%,#DCDAD7 1.5%, #DCDAD7 7%, #F0EEEE 7%, #F0EEEE 40%, #DCDAD7 40%, #DCDAD7 90%, #E6E3E2 90%, #E6E3E2 100%);
}
.home_s01b{
	background: linear-gradient(180deg, #E6E3E2 0%, #E6E3E2 1.5%,#DCDAD7 1.5%, #DCDAD7 7%, #F0EEEE 7%, #F0EEEE 48%, #DCDAD7 48%, #DCDAD7 95%, #E6E3E2 95%, #E6E3E2 100%);
}
.home_s01 .w1400{
	position: relative;
}
.home_s01 .cont01_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.home_s01 .cont01{/*
	width:28%;
	margin-right:8%;
	float:left;
	margin-top: 17px;*/
	width: 21.429%;
	background:url(images/home_s01_bg01.png) no-repeat;
	background-position:bottom right;
	border-bottom:1px solid #604C3F;
}
.home_s01 .cont01:last-child{
	margin-right:0;
}
.home_s01 h2{
	color:#442516;
	font-size:14px;
}
.home_s01 h2 img{
	max-width:10%;
	padding: 30px 0 10px;
}
.home_s01 h3 {
	font-size: 1.5rem;
	font-weight: 400;
}
.home_s01 .btn01{
	position:absolute;
	top:30px;
	right:0;
	border:1px solid #442516;
}
.home_s01 .btn01 img{
	max-width:250px;
}
.home_s01 a{
	color:#442516;
}
.home_s01 .cont01 img{
	width:100%;
	max-width: 495px;
	object-fit: cover;
}
.home_s02{
	background:url("images/home_s02_bg01.jpg?1") 50% 50% no-repeat;
	background-size:contain;
	min-height:860px;
	margin:0 auto;
}
.home_s02 .w1400{
	position:relative;
	min-height:860px;
}
.home_s02 .cont01 .txt01 {
	padding: 1em 0;
	font-size: 1.5rem;
	font-weight: 400;
}
.home_s02 .cont01 .btn02{
	float:right;
}
.home_s02 h2{
	width:33.3%;
	color:#2B1E0F;
	position:absolute;
	top:10%;
	left:1%;
	text-align:left;
	line-height:1.5;
	font-weight:600;
	font-size:18px;
	letter-spacing:1px;
}
.home_s02 .img01{
	width: 29.5%;
	padding:8px 8px 0;
	position:absolute;
	bottom:10%;
	left:1%;
	background:#C6C7C7;
}
.home_s02 .img02{
	width: 29.5%;
	padding:8px 8px 0;
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-54%) translateX(-50%);
	-webkit- transform: translateY(-54%) translateX(-50%);
	background:#FFF;
}
.home_s02 .img03{
	width: 29.5%;
	padding:8px 8px 0;
	position:absolute;
	top:10%;
	right:1%;
	background:#FFF;
}
.home_s02 .btn01{
	position:absolute;
	top:70%;
	right:1%;
}
.home_s03{
	margin-bottom: 50px;
	padding-bottom:100px;
	background:url("images/home_s03_bg01.jpg") no-repeat;
	background-attachment: fixed;
}
.home_s03 h2{
	color:#2A1D0F;
	font-size: 16px;
	letter-spacing: 5px;
	font-weight: 600;
}
.home_s03 .cont01{
	padding:1em 1.2em;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
}
.home_s03 .cont01 a img {
	filter: brightness(.9);
}
.home_s03 .cont02_1{
	position: relative;
}
.home_s03 .cont02_2{
	position: relative;
}
.home_s03 .txt01{
	width: 100%;
	margin: auto;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	color:#FFF;
	font-size:30px;
	font-weight:600;
	text-align: center;
	filter: drop-shadow(0px 2px 7px rgba(0,0,0,.9));
}
.home_s03 .txt01 strong{
}
.home_s03 .txt01 span{
	font-size:40px;
	font-weight:100;
}
.home_s03 .sp-button{
	width:10px;
	height:10px;
	border:none;
	background:#fff;
}
.home_s03 .sp-selected-button{
	background:#2B1E0F;
}
.home_s03 .btn01{
	padding:10px 100px;
	background:#2B1E0F;
}
.home_s03 .btn01 img{
	max-width:220px;
}
.swiper-pagination2 {
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10;
	margin-bottom: 15px;
}
.swiper-container2 {
	margin: 0 auto 15px;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.home_s03 .swiper-pagination-bullet{
	background: #333333;
}
.home_s03 .swiper-pagination-bullet-active{
	background: #7A6A56;
}
.home_s04{
	padding:40px 20px 40px;
	background: linear-gradient(180deg,#FFF 0%,#FFF 200px,#2B1E0F 200px,#2B1E0F 100%);
}
.home_s04 .swiper-pagination-bullet{
	background: #DADFE2;
}
.home_s04 .swiper-pagination-bullet-active{
	background: #FFF;
}
.home_s04 .btn01{
	padding:5px 100px 7px;
	border:1px solid #FFF;
	display:inline-block;
}
.home_s04 .btn01 img{
	max-width:220px;
}
.home_s05{
	padding:40px 0 10px;
	background: linear-gradient(180deg, #FFF 0%, #FFF 7%,#F8F8F8 7%, #F8F8F8 100%);
}
.home_s05 ul li{
	float:left;
	width:24.6%;
	margin:.2%;
	padding:1%;
	background:url(images/sp_home_bg01.png) no-repeat #DBD7D5;
	background-position:bottom right;
	background-size:16%;
}
.home_s05 ul li:nth-of-type(5) {
	clear: both;
}
.home_s05 ul li img{
	margin-bottom:10px;
}
.home_s05 ul li a{
	color:#40220F;
}
.home_s05 ul li h3 {
	display: block;
	min-height: 70px;
	font-size: 1.5rem;
	font-weight: 400;
}
.home_s05 .btn02{
	padding:5px 100px;
	background:#2B1E0F;
	display:inline-block;
}
.home_s05 .btn02 img{
	max-width:220px;
}
.home_s0607{
	background:#D8D4D2;
}
.home_s0607 .cont01{
	max-width:1250px;
	padding:0 8%;
	margin:0 auto;
	background:#FFF;
}
.home_s06{
	float:left;
	margin-bottom: 116px !important;
}
.home_s07{
	float:right;
}
.home_s06,
.home_s07{
	width:48.5%;
}
.home_s06 h2,
.home_s07 h2{
	padding: 50px 0 5px;
	text-align:left;
	font-size: 18px;
	line-height:1;
	background:#F8F8F8;
	border-bottom:1px solid #2E1508;
	letter-spacing: 3px;
}
.home_s06 h2 img,
.home_s07 h2 img{
	max-width:30%;
	vertical-align:bottom;
}
.home_s06 ul,
.home_s06 h2 div,
.home_s07 ul,
.home_s07 h2 div{
	padding:0 20px;
}
.home_s06 ul li{
	padding:1em 0;
	border-bottom:1px dotted #BAAD8D;
}
.home_s06 ul li:nth-child(3){
	border-bottom:none;
}
.home_s06 ul li h3{
	color:#40220F;
	font-size: 1.5rem;
	font-weight:400;
	line-height: 2;
}
.home_s06 ul li h3 span{
	color:#BAAD8D;
}
.home_s06 .btn02,
.home_s07 .btn02{
	width:auto;
	margin:0 20px;
	padding:5px 0;
	display: block;
	clear: both;
	text-align:center;
	background:#2B1E0F;
}
.home_s06 .btn02 img,
.home_s07 .btn02 img{
	margin:0 auto;
	width: 45%;
}
.home_s07 ul li{
	float:left;
	width:45%;
	margin:2.5%;
	line-height:1.7;
	text-align: center;
}
.home_s07 ul li:nth-of-type(3){
	clear: both;
}
.home_s07 ul li img{
	width:150px;
	height:210px;
	object-fit: cover;
}
.home_s07 ul li h3{
	font-size: 1.5rem;
	font-weight:400;
}
.home_s08 img{
	margin:4% auto 7%;
}
.footer_s01{
	width:48.5%;
	float:left;
	padding:0 20px;
}
.footer_s01 ul li {
	margin-top:15px;
}
.footer_s01 ul li a{
	width:100%;
	padding:10px 0 8px;
	display: block;
	background:url(images/footer_s01_ico01.png) 100% 100% no-repeat #7A6A56;
	background-size:3%;
}
.common_btn01 a{
	max-width: 400px;
	margin: 0 auto;
	padding:10px 0 8px;
	color: #fff;
	text-align: center;
	display: block;
	background:url(images/footer_s01_ico01.png) 100% 100% no-repeat #7A6A56;
	background-size: 2.3%;
}
.footer_s01 ul li a span,
.common_btn01 a span{
	text-align:center;
	display: block;
	color:#FFF;
	font-weight:600;
	background:url(images/sp_home_arrow01.png) no-repeat #7A6A56;
	background-position: 80% 0%;
	background-size:14%;
}
.footer_s01 ul li a span {
	background:url(images/sp_home_arrow01.png) no-repeat 80% 0 / 14%;
}
.common_btn01 a span{
	background-position: 80% 0%;
}
.footer_s02{
	padding:80px 0;
}
.footer_s02 ul li{
	float:left;
	width:46%;
	margin:2%;
	text-align: center;
	border:1px solid #7A6A56;
}
.footer_s03 ul li,
.footer_s04 ul li{
	position:relative;
}
.footer_s03 ul li span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	color:#FFF;
	font-weight:600;
	text-align:center;
	font-size:28px;
	line-height: 1;
}
.footer_s04 ul li span{
	position: absolute;
	top:0;
	left:0;
}
.footer_s03 ul li{
	float:left;
	width:32.93%;
	margin:.2%;
}
.footer_s04 ul li{
	float:left;
	width:24.6%;
	margin:.2%;
}
.footer_s07 p{
	font-weight:600;
	font-size:19px !important;
	color:#483D38;
}
.footer_s07 .cont01{
	width:53%;
	color:#595757;
	font-size:13px !important;
	font-weight:100;
}
.footer_s07 .cont01 a img{
	border-top:1px solid #595757;
}
.footer_s07 .cont02{
	width:43%;
}
.footer_s07 .cont02 a{
	margin-top:10px;
	padding:15px 0;
	text-align: center;
	color:#483D38;
	font-weight:600;
	background:url(images/footer_s01_ico01.png) 100% 100% no-repeat;
	border:1px solid #595757;
	display: block;
}
.footer_s07 .cont01.box04{
	margin: 0 auto 20px;
}
.footer_s07 .cont02.box05{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.footer_s07 .cont02.box05 a{
	width: calc(100%/3 - 1.7%);
}
.footer_s05{
	padding:40px 20px 40px;
	color:#595757;
	background:#EEECEB;
}
.footer_s05 p{
	font-size:13px !important;
}
.footer_s05 h5 span{
	font-size:.9em;
}
.footer_s05 .ttl01 {
	font-weight: 600;
}
.footer_s05 .ttl01,
.footer_s05 .cont01{
	margin-top:0;
	float:left;
	padding-right:2em;
	line-height:1.7;
}
.footer_sns ul {
	justify-content: center;
	gap: 10px;
}
.footer_s06{
	padding:40px 20px 20px;
	background:url(images/footer_bg01.jpg) no-repeat #2B1E0F;
	background-size: cover;
}
.footer_s06 ul{
	max-width:500px;
}
.footer_s06 ul li{
	width:15em;
}
.footer_s06 ul li a{
	padding:5px 0 5px 36px;
	display: block;
	color:#FFF;
	font-size:13px;
	background:url(images/sp_home_arrow02.png) no-repeat;
	background-position: 0% 50%;
	background-size:10%;
}
.copyright{
	color:#FFF;
	font-size:10px;
	text-align:center;
	clear:both;
}
.side_inq .side_inq_btn{
	position:fixed;
	right:0;
	top: 85px;
	z-index: 99;
}
.side_inq .side_inq_btn img{
	width: 59px;
}
.go-top.show{
	width: 59px;
	background: url(images/inq_btn03.png) no-repeat;
	background-size: 100%;
	height: 59px;
	bottom: 0;
	right: 0;
}
.fa-angle-up:before {
	content: "";
}
.staff_box01{
	width:165px;
	text-align:center;
	float:left;
}
.staff_box01 img{
	border-radius: 50%;
}
ul.navi01 {
	background: #e4e4e4 ;
	margin:0;
}
ul.navi01 li {
	margin: 5px;
	float:left;
	font-size:12px;
	border-right: 1px solid #000;
	padding: 0 15px;
	line-height: 12px;
}
ul.navi01 li.last {
	border:none;
}
ul.navi02 {
	margin: 20px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
ul.navi02 li {
	float:left;
	font-size:16px;
	border-right: 1px solid #4c4c4c;
	margin-bottom:10px;
	padding: 0 14px;
	line-height: 16px;
}
ul.navi02 li.last {
	border:none;

}
.access02 a{
	text-decoration:underline;
}
.case_list .hover_bt{
	max-width: 316px;
	
	margin-right: 26px !important;
	display: block;
	float: left;
}
.case_list .hover_bt:nth-child(3n){
	margin-right:0 !important;
}
.case_list .hover_bt:nth-child(3n+1){
	clear:both;
}
.modelhouse_s01 .back_color02{
	padding: 0;
}
.modelhouse_s01 .ol01 li{
	text-align: left; 
	list-style-type: decimal;
}
.kikakujuutaku_s01 .col2_1 img{
	max-height: 237px;
}/*
.kikakujuutaku_s01 .col2_1{
	width: 49.8%;
}*/
.kikakujuutaku_s01 ul.list04_b3 li {
	margin-bottom: 1em;
	line-height: 1.8;
}
.list04_b3 a{
	font-weight: 100;
	font-size: .9em;
	word-break: break-all;
	color: #666;
}
.blog_news200408 .ol01{
	margin-bottom: 20px;
	padding-left: 1.5em;
}
.blog_news200408 .ol01 li{
	list-style: decimal;
	font-weight: 600;
}
.blog_news200408 .ol01 li p{
	font-weight: 500;
}
.blog_news200408 .ol01 ul,
.taisaku ul{
	padding-left: 1.5em;
}
.blog_news200408 .ol01 ul li{
	list-style-type: lower-latin;
	font-weight: 400;
}
.blog_news200408 h3{
	margin: 50px 0 15px;
	padding: 10px 15px 7px;
	color: rgb(96, 76, 63);
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	background: #f8f5f0;
	clear: both;
}
.blog_ttl01{
	margin: 50px 0 15px;
	padding: 10px 15px 7px;
	color: rgb(96, 76, 63);
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	background: rgb(242, 243, 245);
	clear: both;
}
.blog_ttl02{
	font-size: 1.3em;
	color: #707070;
	border-bottom: 1px solid #7f7f7f;
	padding: 70px 5px 10px;
	text-align: center;
	font-weight: normal;
	clear: both;
}
.blog_news200408 h3.blog_ttl03{
	font-size: 1.1em;
	color: #333;
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
	background: none;
	padding: 10px 0;
	font-weight: 600;
}
.blog_ttl04{
	font-size: 2em;
	color: #333333;
	border-bottom: 1px solid #d9d9d9;
	font-weight: normal;
}
.blog_news200408 .wp-caption-text{
	margin: 0;
	padding: .8em;
	font-size: .85em;
	text-align: left;
	font-weight: 500;
	line-height: 1.8;
	background: #e3e3e3;
}
.wp-caption.alignleft:nth-of-type(odd){
	margin: 0 1.6em 20px 0 ;
}
.wp-caption.alignleft:nth-of-type(even){
	margin: 0 0 20px;
}
.taisaku ul li{
	list-style: disc;
}
.flex01{
	display: flex;
	flex-wrap: nowrap;
}
.soudankai_s02 .flex01 li{
	width: 48%;
}
.soudankai_s02 .flex01 li img{
	max-width: 80%;
}
.soudankai_s02 .flex01 li p {
	padding: 20px 20px 0 !important;
}
.soudankai_s02 .flex01 li .txt01{
	margin-bottom:2em !important;
}
.soudankai_s02 .flex01 li:nth-of-type(odd){
	margin: 1% 2% 1% 0;
}
.soudankai_s02 .flex01 li:nth-of-type(even){
	margin: 1% 0 1% 2%;
}
/*トップのニュース消したら削除*/
.blog_news200409 .btn01{
	max-width: 800px;
	margin: 0 auto;
	padding: 18px 20px 18px;
	text-align: center;
	color: #483D38;
	border: 1px solid #595757;
	display: block;
	position: relative;
	background: #F0EEEE;
	background: #fff;
	background: url(images/arrow06.png) 92% 50% no-repeat #fff;
	background-size: 10%;
	top: 0;
}
.blog_news200409 .btn01 .txt01{
	font-weight: 600;
	font-size: 1.1em;
}
.blog_news200409 .btn01 .txt02{
	margin-top: 6px;
	line-height: 1.;
	display: block;
}
.blog_news200409 .btn01:hover,
.blog_news200409 a:hover{
	opacity: .7;
}
.blog_news200409 .bnr01{
	background: #fff;
}
.blog_news200409 .bnr01:hover{
	opacity: 1;
}
.blog_news200409 ul li {
	margin: 1em 5px;
	display: inline-block;
	background: #F0EEEE;
}
.blog_news200409 ul li .link01{
	margin: 0 auto;
	padding: 5px 1em;
	background: #F0EEEE;
	border: 1px solid #C6C7C7;
}
.blog_news200409.reform_news{
	margin:30px 15px 0;
}
.blog_news200409.reform_news .btn01 {
	background: url(images/arrow06.png) 96% 80% no-repeat #fff;
	background-size: 10%;
}
.home_s00 {
	margin: 0;
	padding: 40px 20px 40px;
	background: #E6E3E2;
}
.bnr_instalive{
	/*max-width: 417px;*/
	max-width: 800px;
	margin: 40px auto 1px;
}/*
.home_s01 {
	background:-webkit-linear-gradient(#E6E3E2 0%, #E6E3E2 31%, #DCDAD7 31%, #DCDAD7 34%, #F0EEEE 34%, #F0EEEE 60%, #DCDAD7 60%, #DCDAD7 93%, #E6E3E2 93%, #E6E3E2 100%);
	background:-o-linear-gradient(#E6E3E2 0%, #E6E3E2 31%, #DCDAD7 31%, #DCDAD7 34%, #F0EEEE 34%, #F0EEEE 60%, #DCDAD7 60%, #DCDAD7 93%, #E6E3E2 93%, #E6E3E2 100%);
	background:linear-gradient(#E6E3E2 0%, #E6E3E2 38%, #DCDAD7 38%, #DCDAD7 40%, #F0EEEE 40%, #F0EEEE 67%, #DCDAD7 67%, #DCDAD7 93%, #E6E3E2 93%, #E6E3E2 100%);
}*/
.event_catlist{
	margin-top: 1em;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.event_catlist li{
	width: 31.8%;
	margin-bottom:2em;
	padding: .7em;
	background: #E7E7E7;
	text-align: center;
}
.event_catlist li h3 {
	padding: 1em 0 2em;
	font-size: 1.4rem;
	font-weight: 500;
}
.required {
	color: #C93828;
	font-size: .8em;
	margin: .8em 0 0 .5em;
	display: block;
}
.event_title01 {;
	margin:0 0 1.5em;
	padding:.5em 15px .3em;
	font-size: 2.3rem !important;
	background: #eeeeee;
	font-weight: 500;
}
.event_title02 {
	margin:0 0 1.5em;
	padding:.7em 0 .5em 0;
	font-size: 2.2rem !important;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: 500;
}
.event_title03{
	margin:0 0 1.5em;
	padding: 2px 0 0 20px;
	font-size: 2rem;
	border-left: 4px solid #000;
	line-height: 1.5 !important;
	font-weight: 500;
	letter-spacing: 1px;
}
.form_txt02{
	display: none;
}
.error_cont .form_txt01{
	display: none;
}
.error_cont .form_txt02{
	display: block;
}
.mw_wp_form_confirm.mw_wp_form_preview .form_txt03,
.mw_wp_form_confirm.mw_wp_form_preview .pp_cont{
	display: none;
}
.exlink{
	margin: 0 6px;
	padding: 0 20px 0 0;
	border-bottom: 1px solid #ccc;
	background: url(images/header_ico01.png) 100% 50% no-repeat;
	background-size: 16px;
}
.mw_wp_form .otoiawase_cont{
	display: flex;
	flex-flow: row wrap;
}
.mw_wp_form .otoiawase_cont span.vertical-item{
	width: 100%;
}
.mw_wp_form .otoiawase_cont span.vertical-item:nth-of-type(1){order: 1;}
.mw_wp_form .otoiawase_cont span.vertical-item:nth-of-type(2){order: 3;}
.mw_wp_form .otoiawase_cont span.vertical-item:nth-of-type(3){order: 4;}

/*.mw_wp_form .otoiawase_cont .shinchiku_cont{
	margin-left: 2em;
	order: 2;
}*/
.mw_wp_form .otoiawase_cont .sagasu_cont{
	margin-left: 2em;
	order: 2;
}
.mw_wp_form .otoiawase_cont .shinchiku_cont{
	margin-left: 2em;
	order: 3;
}
.mw_wp_form .otoiawase_cont .renovation_cont{
	margin-left: 2em;
	order: 4;
}
.mw_wp_form .otoiawase_cont .koujinaiyou_cont{
	width: 100%;
	margin: 1em 0 0;
	order: 5;
}
.mw_wp_form .otoiawase_cont .sagasu_cont .horizontal-item,
.mw_wp_form .otoiawase_cont .shinchiku_cont .horizontal-item,
.mw_wp_form .otoiawase_cont .renovation_cont .horizontal-item {
	margin: 0 10px 0 0;
}
.case_col2 .gallery{
	display: flex;
	flex-flow: row wrap;
}
.case_col2 .gallery .gallery-item{
	max-width: none;
	display: table-cell;
}
.case_col2.l_landscape .gallery .gallery-item:nth-of-type(1),
.case_col2.r_landscape .gallery .gallery-item:nth-of-type(2){
	width: 68.8%;
}
.case_col2.l_landscape .gallery .gallery-item:nth-of-type(2),
.case_col2.r_landscape .gallery .gallery-item:nth-of-type(1){
	width: 30.7%;
}
.case_grid .gallery {
	display: grid;
}
.case_grid .gallery-item {
	max-width: none;
}
.case_grid .gallery .gallery-item:nth-of-type(1){
	width: 100%;
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 3;
}
.case_grid .gallery .gallery-item:nth-of-type(2){
	width: 112.3%;
}
.case_grid .gallery .gallery-item:nth-of-type(3){
	width: 112.3%;
	grid-column-start: 2;
	grid-column-end: 3;
}
.case_descrip01{
	margin: -22px 0 20px;
	padding: .5em 1.5em;
	font-size: .8em !important;
	text-align: left;
	background: #F4F5F5;
}
.gallery_descrip01 .gallery-caption{
	padding: .5em 1.5em;
	font-size: .8em !important;
	text-align: left;
	background: #F4F5F5;
}
.gallery_descrip01.txtl2 figure:first-of-type .gallery-caption,
.gallery_descrip01.txtr2 figure:last-of-type .gallery-caption {
	padding: .5em 1.5em 2.5em;
}
.gallery_descrip01.txtl3 figure:first-of-type .gallery-caption,
.gallery_descrip01.txtr3 figure:last-of-type .gallery-caption {
	padding: .5em 1.5em 4.5em;
}
.gallery_descrip01 .gallery-item a {
    pointer-events: none;
}
.case_col2.l_landscape.case20_col201 .gallery .gallery-item:nth-of-type(1){
	width: 57.1%;
}
.case_col2.l_landscape.case20_col201 .gallery .gallery-item:nth-of-type(2){
	width: 42.9%;
}
.red {
	color: #ff0000;
}
.flexbox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.jc_center {justify-content: center;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}

.ai_center {align-items: center;}
.ai_end {align-items: flex-end;}

.sub_navi02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.sub_navi02 li {
	margin: 0 1%;
}
.sub_navi02 li a {
	padding: .5em 2em;
	color: #fff;
	text-align: center;
	background: #2B1E0F;
	display: block;
}
.big {
	font-size: 120%;
}
.zerochukai,
.renovation {
	color: #604C3F;
}
.zerochukai .cont01 {
	padding: 70px 0 0 6%;
	background: url(images/zerochukai_bg01.svg) no-repeat 0 0 / 79%;
}
.zerochukai .ttl01 {
	margin: 0;
	font-size: 1.8rem !important;
}
.zerochukai .ttl02 {
	font-size: 3rem;
	letter-spacing: 1px;
}
.zerochukai .ttl02 .txt02 {
	font-size: 1.6em;
	line-height: 1.3;
}
.zerochukai .ttl03 {
	padding: 5px 1em;
	font-size: 1.7rem;
	letter-spacing: 2px;
	background: #604C3F;
}
.zerochukai .cont02 .ico_box {
	position: relative;
}
.zerochukai .cont02 .ico_box span {
	line-height: 1.3;
	display: block;
	position: absolute;
	bottom: 32px;
	left: 0;
	width: 100%;
	font-weight: 600;
	text-shadow: 0px 0px 5px rgb(255, 255, 255),0px 0px 5px rgb(255, 255, 255),0px 0px 5px rgb(255, 255, 255),0px 0px 5px rgb(255, 255, 255),0px 0px 5px rgb(255, 255, 255),0px 0px 5px rgb(255, 255, 255);
}
.renovation .cont01 {
	padding: 80px 0 60px 9%;
	background: url(images/renovation_bg01.svg) no-repeat 0 40% / 59%,url(images/renovation_img10.jpg) no-repeat 100% 100% / 46%;
}
.renovation .ttl01 {
	margin: 0;
	font-size: 1.8rem !important;
}
.table05 {
	height: 100%;
}
.table05 th, .table05 td {
	width: 27%;/*
	height: 100%;*/
	border: 3px solid #fff;
	line-height: 1.7;
}
.table05 th:first-of-type, .table05 td:first-of-type {
	width: 19%;
}
.table05 thead th:nth-of-type(1){
    background: #CDBA9B;
}
.table05 th:nth-of-type(2){/*
	background: #CDBA9B;*/
	background: #CDBCB2;
}
.table05 th:nth-of-type(3){
	background: #CDBCB2;
}
.table05 th.ecomo {
	color: #fff;
	background: #7C6854;
}
.table05 tr:nth-of-type(odd) {
	background: #F7F4EF;
}
.table05 tr:nth-of-type(even) {
	background: #EBE3D6;
}
.border_side {
	height: 100%;
	position: relative;
	padding: 0 5px;
}
.border_side::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -5px;
	width: 3px;
	height: calc(100% + 13px);
	background: #7C6854;
}
.border_side::after {
	content: "";
	position: absolute;
	top: -8px;
	right: -5px;
	width: 3px;
	height: calc(100% + 13px);
	background: #7C6854;
}
.border_bottom {
	position: relative;
}
.border_bottom::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #7C6854;
	top: auto;
	right: 0px;
}
.renovation .green {
	color: #8FC31F;
}
.renovation .orange{
	color: #F39800;
}
.renovation .ttl02 {
	margin-top: 0;
	padding: .8em 2em;
	font-size: 2rem;
	background: url(images/ttl01_b.svg) no-repeat 8px 50% / 10px, url(images/ttl01_a.png) no-repeat 50% 4% / cover;
}
.renovation .small {
	font-size: .8em;
}
.ul01 {
    margin-left: 2em;
    list-style: square outside;
}
.ul01 li {
	list-style: square outside;
}
#booking-package_inputFormPanel .required {
	font-size: inherit;
}
#booking-package_calendarPage .dateField {
	padding: 5px 0 0 !important;
	font-size: .9em;
}
.numberInsteadOfSymbols::before {
	content:'残';
}
#booking-package_calendarPage .numberInsteadOfSymbols {
	padding: 0 !important;
    color: #e24b00;
}
.works_photolist {
    padding: 50px 0;
}
.works_photolist .tagttl {
	font-size: 2.5rem !important;
}
.works_photolist .gallery{
	margin-left: 0;
	margin-right: 0;
}
.works_photolist .gallery-item {
	padding: 0 1px 1px;
}
.works_photolist .gallery-caption {
    display: block;
    display: none;
}
.works_photolist #mla_gallery-1 .gallery-item .gallery-icon img {
    width: 100%;
    border: none !important;
    height: 300px;
    object-fit: cover;
}/*
.works_tag {
	padding: 1.2em 2em;
	margin: 0 auto 60px;
	color: #4b4948;
	background: #F4F5F5;
	display: flex;
	flex-flow: row wrap;
}
.works_tag ul {
	width: calc(100% - 8em);justify-content: flex-start;
}
.works_tag ul li {
	margin-right: 1em;
}*/
.attachment.single .site-header ,
.attachment.single .side_inq,
.attachment.single .site-footer {
	display: none;
}
.attachment-prev-next-button {
    background-color: transparent;
    border: none;
    bottom: 45%;
    color: #111;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 30%;
    transition: transform .3s,opacity .3s,background .3s,box-shadow .3s;
    width: 36px;
}
.attachment-prev-next-button.previous {
    left: auto;
    right: 100%;
}
.attachment-prev-next-button.next {
    left: 100%;
    right: auto;
}
.attachment-prev-next-button svg {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    padding: 20%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s;
    width: 100%;
}
.attachment-prev-next-button .arrow,
.attachment-prev-next-button svg {
    fill: currentColor;
    border-color: currentColor;
    transition: all .3s;
}
.entry-attachment .attachment-prev-next-button,
.entry-attachment:hover .attachment-prev-next-button {
    opacity: .7;
    transform: translateX(0)!important;
}
body.works .content-area .hentry:after {
	background: none;
}
.works_taglist {
	padding: 1.2em 2em;
	background: #F4F5F5;
}
.works_taglist ul {
	width: calc(100% - 8em);
	justify-content: flex-start;
}
.works_taglist ul li {
	margin-right: 1em;
}
.works_shiyo {
	margin: 60px auto;
	padding: 60px 15px;
	background: #F4F5F5;
	clear: both;
}
.works_shiyo .ttl01 {
	width: calc(100% - 10%);
	margin: 0 auto 2em !important;
	padding-bottom: .8em;
	font-size: 2.3rem;
	letter-spacing: 5px;
	border-bottom: 1px solid #7f7f7f;
	text-align: center;
}
.works_shiyo table {
	max-width: 49rem;
	margin: auto;
}
.works_shiyo table th,
.works_shiyo table td {
	border: none;
	line-height: 1.5;
}
.works_shiyo table th {
	min-width: 7em;
	display: flex;
	justify-content: space-between;
	font-weight: normal;
}
.works_shiyo table td {
	text-align: left;
}
.works_shiyo table th:after {
	content: "：";
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
article.attachment img {
	max-height: 80vh;
}
article.attachment .entry-content {
    padding: 0;
}
article.attachment .entry-footer {
	margin-top: 0;
}
.works_detailbtn {
	width: min(13em, 100%);
	margin: 15px auto 0;
	padding: 9px 0;
	color: #222;
	font-size: .9em;
	display: inline-block;
	border: 1px solid #222;
}
.works_inqbtn {
	width: min(13em, 100%);
	margin: 10px auto ;
	padding: 9px 0;
	color: #fff;
	font-size: .9em;
	text-align: center;
	display: inline-block;
	background: #2B1E0F;
}
.fancybox-skin .fancybox-close {
	top: 17px;
	right: 22px;
	width: 30px;
	height: 30px;
	background: url(images/fancybox_close.svg) no-repeat 0 0 / contain;
}
.youtube_wrap h2 img {
	width: 38%;
	max-width: 200px;
}
.youtube_wrap ul li {
	width: calc(100% / 4 - .2%);
}
@media only screen and (max-width: 921px) {
	.home_s01b ul.home_bnr {
		justify-content: center;
	}
	.home_s01b ul.home_bnr li {
		width: calc(50% - 40px);
		margin: 0 20px 20px;
		text-align: center;
	}
	.home_s01b ul.home_bnr li img {
		width: 100%;
	}
	.home_s01 .cont01 {
		width: calc(50% - 40px);
		margin: 0 20px 20px;
		text-align: center;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1025px){/*ipad横*/
	.container{
		width:100% !important;
	}
	.w1400 {
		width:100%;
	}
	.home_s02 {
		background-size: cover;
	}
	.home_s03 {
		background-attachment: scroll;
	}
}
@media only screen and (min-width: 668px) and (max-width: 768px) {/*ipad縦*/
	.f_l, .f_r{
		float:none;
	}
	.btn-menu {
		margin-top:14px;
	}
	#mainnav-mobi {
		top: 54px;
	}
	.site-title {
		left: 43px;
	}
	.case_list .hover_bt{
		width: 30%;
	}
	.home_s02 {
		background-size: cover;
	}
	.home_s03 {
		background-attachment: scroll;
	}
	.gallery_descrip01{
		background: #F4F5F5;
	}
}
@media only screen and (max-width: 1350px) {
	#mainnav-mobi ul > li > a .pc{display:none !important;}
}
@media only screen and (min-width: 668px) {
	.sp{display:none !important;}
}
@media only screen and (max-width: 667px) {
	.pc{display:none !important;}
	.f_l, .f_r{float: none;}
	.sp_w100 {
		max-width: 100% !important;
	}
	.sp_m_top60 {
		margin-top: 60px !important;
	}
	.sp_m_btm0 {
		margin-bottom: 0px !important;
	}
	.sp_m_btm10 {
		margin-bottom: 10px !important;
	}
	.sp_m_btm20 {
		margin-bottom: 20px !important;
	}
	.sp_m_btm30 {
		margin-bottom: 30px !important;
	}
	.sp_m_btm40 {
		margin-bottom: 40px !important;
	}
	.sp_m_btm50 {
		margin-bottom: 50px !important;
	}
	.site-main2{
		width:auto;
		padding: 0 1em !important;
	}
	.site-main2 .blog_list h1{
		font-size:1.4em;
	}
	.site-main2 .blog_list h2{
		font-size:1.3em;
	}
	.site-main2 .blog_list h3{
		font-size:1.2em;
	}
	#secondary{
		width:auto;
		width:100%;
	}
	#page_contact01 {
		display: none;
	}
	#main{
		padding:0 1em;
	}
	table.table03 th,
	table.table03 td{
		width:auto;
		font-size:.9em;
		display: block;
		border-bottom:none;
	}
	table.table03 tr:last-child td{
		border-bottom:#dadada 1px solid;
	}
	table.table03 td textarea{
		width:auto;
		max-width:100%;
		padding: 4px;
	}
	table.table03 td input[type="text"], table.table03 td input[type="tel"], table.table03 td input[type="email"]{
		padding: 4px;
		max-width:100%;
		height:auto;
	}
	table.table03 td textarea,
	table.table03 td input[type="text"], table.table03 td input[type="tel"], table.table03 td input[type="email"]{
		width: 100%;
	}
	.mw_wp_form input[type="file"] {
		max-width: 80%;
		width: 80%;
	}
	table.table03 td .mwform-tel-field input[type="text"],
	table.table03 td input[name="otona"],
	table.table03 td input[name="kodomo"]{
		width:30%;
	}
	table.table03 td input[type="date"]{
		max-width:90%;
		height:40px;
	}
	table.table03 td select{
		height:40px;
	}
	.w660, .w800, .w1000, .w1050, .w1090, .w1200, .w1400{max-width:100%;margin:0 auto;}

	h4 { font-size: 15px !important;}
	.h1, .h2, .h3, .h4, .h5, .h6{
		line-height: 1.6;
	}
	.page_tit01 {
		padding-top:1em;
	}
	.site-header {
		height: 59px;
	}
	#header_back .site-header{
		width:auto;
		margin: 0 auto;
		height: 150px;
		z-index: 1000;
	}
	#header_back .site-header #logo01{
		max-width: 150px;
		position:absolute;
		top:0;
		left: 50%;
		-webkit-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	#header_back .site-header .btn-menu {
		position: absolute;
		top: 10;
		left: 10;
	}
	#header_back #head_tel2{
		top: -20px;
		left: 50%;
		-webkit-transform: translate(-50%,85px);
		-moz-transform: translate(-50%,85px);
		-ms-transform: translate(-50%,85px);
		-o-transform: translate(-50%,85px);
		transform: translate(-50%,85px);
	}
	.home .container,
	.home .page-wrap .content-wrapper{
		padding: 0;
	}
	.btn-menu {
		margin:12px 0 0 8px;
		margin:0 0 0 8px;
		font-size:26px;
		font-weight:100;
	}
	.site-title{
		max-width: 130px;
		top: 13px;
		left: 40px;
	}
	.header_sns{
		position: absolute;
		top:15px;
		right: 19%;
	}
	.header_sns ul li{
		width: 20%;
		margin:0 .3px;
	}
	.header_sns ul li img{
		width: 100%;
		max-width: none;
	}
	.header_inq{
		width: 52%;
		position: absolute;
		right: 0;
		top: 0;
	}
	.header_inq span{
		min-height: auto;
		color: #FFF;
		font-size: 11px;
		text-align: center;
		background: #2B1E0F;
	}
	.header_inq a{
		width: 33.33%;
		line-height: 48px;
		border-right: 1px solid #A89991;
		border-bottom: none;
	}
	.header_inq a:last-of-type{
		border:none;
	}
	.sp_fs12 {font-size: 1.2rem !important;}
	.sp_fs16 {font-size: 1.6rem !important;}
	.sp_fs17 {font-size: 1.7rem !important;}
	.sp_fs18 {font-size: 1.8rem !important;}
	.sp_fs19 {font-size: 1.9rem !important;}
	.sp_fs20 {font-size: 2rem !important;}
	.sp_fs21 {font-size: 2.1rem !important;}
	.sp_fs22 {font-size: 2.2rem !important;}
	.sp_fs23 {font-size: 2.3rem !important;}
	.sp_fs24 {font-size: 2.4rem !important;}
	.sp_fs25 {font-size: 2.5rem !important;}
	.sp_fs26 {font-size: 2.6rem !important;}
	.sp_fs27 {font-size: 2.7rem !important;}
	.sp_fs28 {font-size: 2.8rem !important;}
	.sp_fs29 {font-size: 2.9rem !important;}
	.sp_fs30 {font-size: 3rem !important;}
	.sp_fs31 {font-size: 3.1rem !important;}
	.sp_fs40 {font-size: 4rem !important;}
	.sp_txt_l{text-align: left;}
	.mincho {font-family:"Sawarabi Mincho", serif;}
	.home_top1{
		margin-top: 0px;
		position: relative;
	}
	.home_top1 .txt01{
		width:80%;
	}
	.home_top1 .txt01 .txt01_1{
		padding:4px 0 6px;
	}
	.home_top{padding: 0 !important;}
	.home_s01 h2,
	.home_s04 h2,
	.home_s05 h2,
	.home_s06 h2,
	.home_s07 h2,
	.footer_s01 h3{
		font-family: 'Noto Sans SC', sans-serif;
		text-align:center;
		font-weight:400;
		letter-spacing:1px;
	}
	.home_s03 h2 img{
		max-width:60%;
	}
	.home_s05 h2 img{
		max-width:45%;
	}
	.home_s04 h2 img{
		max-width:80%;
	}
	.home_s01b ul.home_bnr li{
		width: 90%;
		margin: 0 auto 20px;
	}
	.home_s01b ul.home_bnr li img {
		width: 100%;
	}
	.home_s01{
		margin:0;
		padding:40px 20px 40px;
		background: linear-gradient(180deg, #E6E3E2 0%, #E6E3E2 1%,#DCDAD7 1%, #DCDAD7 5%, #F0EEEE 5%, #F0EEEE 23%, #DCDAD7 23%, #DCDAD7 100%);
	}
	.home_s01 .w1400 {
		position: static;
	}
	.home_s01 .cont01,
	.home_s01 .cont01:last-child{
		/*width: 100%;*/
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		background:none;
		border:none;
	}
	.home_s01 h2{
		line-height:1;
	}
	.home_s01 h2 img{
		max-width:40%;
	}
	.home_s01 .btn01{
		position: inherit;
		background:#FCFDFD;
		clear: both;
		text-align: center;
	}
	.home_s02{
		min-height:auto;
		padding:40px 20px 40px;
		background:none;
	}
	.home_s02 .w1400 {
		min-height:auto;
		position: inherit;
	}
	.home_s02 h2{
		width: 100%;
		font-size: 16px;
		position: inherit;
	}
	.home_s02 h2 img{
		max-width:40%;
		vertical-align:bottom;
	}
	.home_s02 .cont01{
		width: 100%;
	}
	.home_s02 .img01,
	.home_s02 .img02,
	.home_s02 .img03 {
		width: 100%;
		position: inherit;
		background: #C6C7C7;
		transform:none;
		-webkit- transform:none;
	}
	.home_s02 .btn01{
		width: 100%;
		padding:5px 0;
		position: inherit;
		clear: both;
		text-align: center;
		background: #442516;
		display: block;
	}
	.home_s01 .btn01 img,
	.home_s02 .btn01 img,
	.home_s03 .btn01 img,
	.home_s04 .btn01 img,
	.home_s05 .btn02 img,
	.home_s06 .btn02 img,
	.home_s07 .btn02 img{
		width:80%;
		max-width: none;
		margin:0 auto;
	}
	.home_s03{
		padding:20px 0;
		background-size: auto 150%;
		background-position:-50px -110px;
		background-attachment: scroll;
	}
	.home_s03 .h3img{
		max-width:80%;
	}
	.home_s03 .cont01 {
		padding: 1em 0;
	}
	.home_s03 .txt01{
		font-size:20px;
	}
	.home_s03 .txt01 span{
		font-size:20px;
	}
	.home_s03 .cont01 .m_btm50{
		margin-bottom:30px !important;
	}
	.home_s03 .cont02_1 {
		width:100%;
		margin: 15px 0 30px;
	}
	.home_s03 .btn01{
		padding:5px 0;
		margin-right:20px;
		margin-left:20px;
		clear: both;
		text-align: center;
		display: block;
	}
	.home_s03 .swiper-container2{
		overflow:hidden;
	}
	.home_s04{
		padding:40px 20px 40px;
		background: linear-gradient(180deg,#FFF 0%,#FFF 200px,#2B1E0F 200px,#2B1E0F 100%);
	}
	.home_s04 .swiper-pagination-bullet{
		background: #DADFE2;
	}
	.home_s04 .swiper-pagination-bullet-active{
		background: #FFF;
	}
	.home_s04 .btn01,
	.home_s05 .btn02{
		margin:30px 0 0;
		padding:5px 0;
		display: block;
		clear: both;
		text-align:center;
		border:1px solid #FFF;
	}
	.home_s05{
		padding:40px 0 0;
		background: linear-gradient(180deg, #FFF 0%, #FFF 7%,#F8F8F8 7%, #F8F8F8 100%);
	}
	.home_s05 .btn02{
		margin:0 20px;
	}
	.home_s05 ul{
		margin-bottom:30px !important;
	}
	.home_s05 ul li{
		float:left;
		width:49.5%;
		margin-right:1%;
		margin-bottom:1%;
		margin-left:0%;
		padding:5px;
		background:url(images/sp_home_bg01.png) no-repeat #DBD7D5;
		background-position:bottom right;
		background-size:16%;
	}
	.home_s05 ul li img{
		margin-bottom:10px;
	}
	.home_s05 ul li:nth-child(even){
		float:right;
		margin-right:0;
	}
	.home_s05 ul li a{
		color:#40220F;
	}
	.home_s05 ul li span{
		display:block;
		min-height:70px;
	}
	.home_s0607 .cont01 {
		width: 100%;
		padding: 0;
		display: flex;
		flex-flow: row wrap;
	}
	.home_s06{
		margin-bottom: 50px !important;
		order:1;
	}
	.home_s07{
		order:2;
		margin-bottom:50px;
	}
	.home_s06,
	.home_s07{
		width: 100%;
		padding:0 20px;
	}
	.home_s06 h2,
	.home_s07 h2{
		text-align:left;
		line-height:1;
		border-bottom:1px solid #2E1508;
	}
	.home_s06 h2 img,
	.home_s07 h2 img{
		max-width:40%;
	}
	.home_s06 h2 div,
	.home_s07 h2 div{
		padding:0 20px;
		font-size: .9em;
	}
	.home_s06 ul,
	.home_s07 ul{
		padding:0;
	}
	.home_s06 ul li{
		padding:1em 0;
		border-bottom:1px dotted #BAAD8D;
	}
	.home_s06 ul li:nth-child(3){
		border-bottom:none;
	}
	.home_s06 ul li h3{
		color:#40220F;
		font-weight:100;
	}
	.home_s06 ul li h3 span{
		color:#BAAD8D;
	}
	.home_s06 .btn02,
	.home_s07 .btn02{
		width:auto;
		margin:0;
		display: block;
		clear: both;
		padding:5px 0 8px;
		text-align:center;
		background:#2B1E0F;
	}
	.home_s02 .btn02{
		margin: 0;
		padding:8px 0 10px;
	}
	.home_s07 ul li{
		width:44%;
		margin:3%;
		font-size: .9em;
	}
	.home_s07 ul li img{
		width:190px;
		height:180px;
		object-fit: cover;
	}
	.home_s08 img{
		width: 100%;
		margin: 30px 0;
		padding-right: 20px;
		padding-left: 20px;
	}
	.footer_s01{
		order:3;
		width:100%;
		padding:40px 20px 40px;
		background:#DADFE2;
	}
	.footer_s01 ul li:first-child{
		margin-top: 0;
	}
	.footer_s02,
	.footer_s04{
		padding:30px 20px;
	}
	.footer_s02 ul li{
		float:left;
		width:46%;
		margin:2%;
		border:1px solid #7A6A56;
	}
	.footer_s03 ul li{
		margin: 0;
		width:33.333333333333333333333%;
	}
	.footer_s03 ul li img{
		min-height:130px;
		object-fit: cover;
	}
	.footer_s03 ul li span {
		font-size:15px;
	}
	.footer_s04{
		margin-bottom:0 !important;
	}
	.footer_s04 ul li{
		float:left;
		width:48%;
		margin:0 1% 2%;
	}
	.footer_s05 h5{
		margin-bottom: 20px;
	}
	.footer_s06{
		padding-bottom: 50px;
		background:url(images/sp_footer_bg01.jpg) no-repeat #2B1E0F;
	}
	.footer_s07 {
		margin-bottom:30px !important;
	}
	.footer_s07 p {
		margin-bottom: 30px;
		font-size: 13px !important;
	}
	.footer_s07 .sp{
		margin:0 10px;
	}
	.footer_s07 .cont01,
	.footer_s07 .cont02{
		width: 90%;
		margin: 0 auto;
		clear: both;
		text-align: center;
	}
	.footer_s07 .cont01{
		background:#483D38;
	}
	.footer_s07 .cont01 a,
	.footer_s07 .cont02 a {
		padding: 15px 0;
		text-align: center;
		background: url(images/footer_s01_ico01.png) 100% 100% no-repeat;
		display: block;
	}
	.footer_s07 .cont01 a img{
		border:none;
	}
	.footer_s07 .cont01 img,
	.footer_s07 .cont02 img{
		max-width:50%;
	}
	.footer_s07 .cont03 ul {
		display: flex;
	}
	.footer_s07 .cont03 ul li{
		text-align: center;
		position: relative;
	}
	.footer_s07 .cont03 ul li img{
		width: 90%;
	}
	.footer_s07 .cont03 ul li::after{
		content: "";
		width: 1px;
		height: 86%;
		display: inline-block;
		background: #4a423f;
		right: 0;
		top: 7%;
		position: absolute;
	}
	.footer_s07 .cont03 ul li:last-of-type::after{
		content: none;
	}
	.go-top.show {
		bottom: 76px;
	}
	.footer_inq{
		width:100%;
		padding: 2% 0;
		position:fixed;
		bottom:0;
		left:0;
		background:#FFF;
		z-index:1;
	}
	.footer_inq ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer_inq li{
		padding: 0 2%;
		text-align: center;
	}
	.footer_inq li img{
		width:90%;
		margin:0 auto;
	}/*
	.footer_inq li:nth-child(1){
		width:25%;
		border-right:1px solid #4a423f;
	}
	.footer_inq li:nth-child(2){
		width:25%;
		border-right:1px solid #4a423f;
	}
	.footer_inq li:nth-child(3){
		width:50%;
	}*/
	.footer_inq li{
		width:25%;
		border-right:1px solid #4a423f;
	}
	.footer_inq li:last-of-type {
		border-right:none;
	}
	.staff_box01f_l {
		width: auto;
	}
	#staff_list01 .f_l, #staff_list02 .f_l {
		float: none;
	}
	#staff_list01 a:nth-of-type(1n) {
		float: left;
	}
	#staff_list01 a:nth-of-type(2n) {
		float: right;
	}
	#staff_list02 {
		width: 100%;
	}
	.title01 {
		font-size: 19px;
	}
	.title01_3{
		margin-top:0 !important;
	}
	#top_ct01 {
		width: auto;
	}
	.case_list .hover_bt:nth-child(3n) {
		margin-right: 2.5% !important;
	}
	.case_list .hover_bt{
		width: 45%;
		margin:0 2.5% 1%!important;
	}
	.case_list .hover_bt:nth-child(3n+1) {
		clear: none;
	}
	.case_list .hover_bt:nth-child(2n+1) {
		clear: both;
	}
	.sekourei_photo01, 
	.sekourei_photo01 > p {
		height: auto;
	}
	ul.sekourei01 li img {
		max-height: 90vw;
		height: auto;
	}
	.sekourei_photo01 .exterior {
		position: relative;
	}
	.sekourei_photo01 .exterior,
	.sekourei_photo01 .interior {
		transform: rotateY(0deg) !important;
		transition: none !important;
	}
	.sekourei_photo01:hover .exterior,
	.sekourei_photo01:hover .interior {
		transform: rotateY(0deg) !important;
	}
	.kikakujuutaku_s01 .col2_1{
		width: 100%;
	}
	.kikakujuutaku_s01 .back_color01_2 {
		padding-top: 40px;
	}
	.soudankai_s02 .flex01 .box03{
		border: none;
		padding: 0;
		border-radius: 0;
	}
	.soudankai_s02 .flex01{
		display: block;
		
		border-radius: 8px;
		padding: 20px;
		border: 3px solid #604c3f;
		background: #fdfdfc;
	}
	.soudankai_s02 .flex01 li img {
		max-width: 100%;
	}
	.soudankai_s02 .flex01 li{
		width: 100%;
		margin: 0 !important;
		padding: 20px 0 0 !important;
	}
	.soudankai_s02 .flex01 li:nth-of-type(1){
		border-bottom: 2px dotted #604c3f;
	}
	.single-post article{
		overflow: hidden;
	}
	.blog_news200408 figure{
		width: auto !important;
		margin: 0 0 1em !important;
	}
	.blog_news200409 ul li {
		margin: .5em 5px;
	}
	.blog_news200409 .btn01{
		margin: 0 auto;
		padding: 18px 5px 30px;
		background: url(images/arrow06.png) 92% 90% no-repeat #fff;
		background-size: 30%;
	}
	.blog_news200409 .bnr01 {
		background:  #fff;
	}
	.blog_news200409 .btn01 .txt02{
		font-size: 13px;
	}
	.blog_news200408 .ricoh-theta-spherical-image/*,
	.blog_news200408 .ricoh-theta-spherical-image iframe*/{
		width: 100% !important;
	}
	.event_catlist{
		display: block;
	}
	.event_catlist li {
		width: 100%;
	}
	.event_title01 {;
		padding: 3px 10px 0;
		font-size: 2rem !important;
	}
	.event_title02 {
		font-size: 1.9rem !important;
	}
	.event_title03{
		font-size: 1.8rem !important;
	}
	.box03_c .kakaku_box01,
	.box03_c .kakaku_box01b,
	.box03_c .kakaku_box02,
	.box03_c .plus{
		width: 100% !important;
		padding: 0;
	}
	.gallery-columns-3 .gallery-item,
	.gallery-columns-2 .gallery-item {
		max-width: none;
	}
	.case_col2 .gallery,
	.case_col2 .gallery .gallery-item,
	.case_grid .gallery {
		display: unset;
	}
	.case_col2.l_landscape .gallery .gallery-item:nth-of-type(1),
	.case_col2.r_landscape .gallery .gallery-item:nth-of-type(2),
	.case_col2.l_landscape .gallery .gallery-item:nth-of-type(2),
	.case_col2.r_landscape .gallery .gallery-item:nth-of-type(1),
	.case_grid .gallery .gallery-item:nth-of-type(1),
	.case_grid .gallery .gallery-item:nth-of-type(2),
	.case_grid .gallery .gallery-item:nth-of-type(3){
		width: 100%;
	}
	.gallery_descrip01.txtl2 figure:first-of-type .gallery-caption,
	.gallery_descrip01.txtr2 figure:last-of-type .gallery-caption,
	.gallery_descrip01.txtl3 figure:first-of-type .gallery-caption,
	.gallery_descrip01.txtr3 figure:last-of-type .gallery-caption {
		padding: .5em 1.5em;
	}
	.sub_navi02 li {
		margin: 0 auto 3%;
		max-width: 20em;
		width: 100%;
	}
	.sub_navi02 li a {
		padding: .5em 1em;
	}
	#tochi, #tatekae {
		text-align: center;
	}
	.flow_table01 .box03 {
		padding: .5em 1em;
	}
	.flow_table01 .box03 p {
		padding: 0px !important;
	}
	.flow_table01 .center img {
		max-width: 30px;
	}
	.page-id-11194 #main,
	.page-id-11195 #main {
		padding: 0;
	}
	.zerochukai .cont01 {
		padding: 50px 15px 0 15px;
		background: url(images/zerochukai_bg01.svg) no-repeat no-repeat -30px -26px / 96%;
	}
	.zerochukai .ttl01 {
		font-size: 1.5rem !important;
	}
	.zerochukai .ttl02 {
		font-size: 2.4rem;
	}
	.table_wrap {
		overflow-x: scroll;
	}
	.table05 {
		white-space: nowrap;
	}/*
	.table05 thead{
		display:none;
	}
	.table05 tbody th,
	.table05 tbody td,
	.table05 th:first-of-type, .table05 td:first-of-type{
		display: block;
		width: 100%;
	}
	.table05 tbody td::before {
		content: attr(data-label);
		display: block;
		font-size: .9em;
		color: #7C6854;
		font-weight: 600;
	}
	.table05 td[data-label="ecomo"] {
		font-size: 1.2em;
		border: 4px solid #7C6854;
	}
	.renovation .table05 td[data-label="ecomo"] {
		font-size: 1em;
	}
	.table05 tr {
		border-bottom: 15px solid #fff;
	}
	.table05 tr th {
		color: #fff;
		background: #7C6854;
	}
	.border_side::before,
	.border_side::after,
	.border_bottom::after {
		content: none;
	}*/
	.renovation .ttl01 img {
		max-width: 300px;
	}
	.renovation .cont01 {
		padding: 50px 15px 15px 15px;
		background: #8FC31F;
	}
	.works_taglist {
		font-size: 1.8rem;
		padding: .5em 9px;
	}
	.works_taglist ul {
		width: 100%;
		padding: 0;
		line-height: 1.2;
	}
	.works_taglist ul li {
		margin-right: 0;
	}
	.works_taglist ul li a {
		margin: 0px 9px 0 0;
		font-size: 1rem;
	}
	.works_taglist .ttl01 {
		font-size: 1.1rem;
	}
	.works_photolist .gallery-item {
		width: 47% !important;
	}
	.works_photolist #mla_gallery-1 .gallery-item .gallery-icon img {
		/*height: 27.3vw;*/
		height: 42.5vw;
	}
	iframe + .fancybox-opened {
		width: 90% !important;
		left: 5% !important;
	}
	.fancybox-inner {
		width: 100% !important;
	}
	.attachment.single .footer_inq,
	.attachment.single .go-top,
	.attachment.singgle .entry-footer {
		display: none;
	}
	.works_shiyo {
		padding: 40px 15px;
	}
	.works_shiyo .ttl01 {
		width: 100%;
		font-size: 1.9rem;
	}
/*	.works_inqbtn {
		font-size: 1.2rem;
		width: 90%;
		padding: 1em 3px;
	}*/
	.fancybox-skin .fancybox-close {
		top: 5px;
		right: 5px;
		width: 16px;
		height: 16px;
	}
	.youtube_wrap ul {
		margin-right: 20px;
		margin-left: 20px;
	}
	.youtube_wrap ul li {
		width: calc(100% / 2 - 1%);
		margin-bottom: 20px;
	}
	.external {
		padding-right: 0;
		background: none;
	}
	.rank-math-breadcrumb {
		padding-left: 15px;
	}
	.rank-math-breadcrumb p {
		font-size: 1.2rem !important;
	}
}