.bukken-name {
	color: #0C275C !important;
}

.dropclose {
	display: none;
}

.ms-view {
	width: 100% !important;
}

.master-slider-parent {
	width: 100% !important;
}

.backgrey {
	background: #014190;
	font-weight: bold;
	font: size 20px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
}

/* ------------------------------
   施工事例詳細ページ
------------------------------ */
#case-detail {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
	line-height: 1.6;
	color: #333;
}

.case-header {
	text-align: center;
	margin-bottom: 40px;
}

.case-header .case-title {
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-weight: bold;
}

.case-header .case-thumbnail img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.case-detail section {
	margin-bottom: 50px;
}

.case-detail h2 {
	font-size: 1.4rem;
	border-bottom: 2px solid #ccc;
	padding-bottom: 6px;
	margin-bottom: 15px;
	font-weight: bold;
}

.case-detail ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.case-detail ul li {
	padding: 6px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 0.95rem;
}

.case-detail ul li strong {
	display: inline-block;
	min-width: 160px;
	font-weight: bold;
	color: #222;
}

.case-map .googlemap iframe {
	width: 100%;
	height: 400px;
	border: none;
}

.case-theta .theta-wrap iframe {
	width: 100%;
	height: 480px;
	border: none;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
	#case-detail {
		padding: 10px;
	}
	.case-detail ul li strong {
		min-width: 120px;
		display: block;
		margin-bottom: 4px;
	}
}

/* ------------------------------
   問い合わせバナー表示
------------------------------ */

/* PC用問い合わせバナー */
.inquiry-banner {
	position: fixed;
	bottom: 40px;
	right: 40px;
	background: #e60012;
	color: #fff;
	padding: 15px 25px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	z-index: 9999;
}

.inquiry-banner.show {
	opacity: 1;
	visibility: visible;
}

/* SP用固定フッターボタン */
.inquiry-footer-btn {
	display: none;
}

@media screen and (max-width: 768px) {
	.inquiry-banner {
		display: none;
	}
	.inquiry-footer-btn {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #e60012;
		color: #fff;
		text-align: center;
		padding: 12px 0;
		font-size: 16px;
		font-weight: bold;
		z-index: 9999;
	}
}

.redtext {
	font-size: 24px;
	font-weight: bold;
	color: red;
}

#primary {
	padding-bottom: 0;
	padding-top: 0;
}

.container {
	width: 100%;
	max-width: 100%;
}
/* ====== Top Summary Card for Property ====== */
.cft1.sub-box.rl-topcard {
	width: 1000px;
	--rl-bg: #fff;
	--rl-border: #e5e7eb;
	--rl-muted: #6b7280;
	--rl-text: #111827;
	--rl-accent-a: red;
	--rl-accent-b: red;
	background: var(--rl-bg);
	border: 1px solid var(--rl-border);
	border-radius: 14px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .07);
	padding: 16px;
	margin: 20px auto;
}

.cft1.sub-box.rl-topcard .comment-text {
	margin: 0;
	line-height: 1.6;
	color: var(--rl-text);
}

.cft1.sub-box.rl-topcard .comment-text + .comment-text {
	margin-top: 2px;
	color: var(--rl-muted);
	font-size: 18px;
}

.rl-kpis {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.rl-kpi {
	border: 1px solid var(--rl-border);
	border-radius: 12px;
	padding: 10px 12px;
	background: linear-gradient(180deg, #ffffff, #fafafa);
}

.rl-kpi__label {
	display: block;
	font-size: 12px;
	color: var(--rl-muted);
	letter-spacing: .02em;
	margin-bottom: 4px;
}

.rl-kpi__value {
	display: block;
	font-weight: 800;
	font-size: 22px;
	line-height: 1.2;
	color: var(--rl-text);
	word-break: break-word;
}

.rl-kpi--price .rl-kpi__value {
	font-size: 24px;
	background: linear-gradient(90deg, var(--rl-accent-a), var(--rl-accent-b));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

@media (max-width: 980px) {
	.rl-kpis {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.cft1.sub-box.rl-topcard {
		padding: 14px;
	}
	.rl-kpis {
		grid-template-columns: 1fr;
	}
	.rl-kpi {
		padding: 10px;
	}
	.rl-kpi__value {
		font-size: 20px;
	}
	.rl-kpi--price .rl-kpi__value {
		font-size: 22px;
	}
}

@supports(selector(:has(*))) {
	.rl-kpi:has(.rl-kpi__value:empty) {
		display: none;
	}
}

/* ======================== 詳細スペックデザイン ======================== */
.table-box.sub-box.rl-specs {
	width: 1000px;
	--rl-border: #e5e7eb;
	--rl-bg: #ffffff;
	--rl-shadow: 0 6px 18px rgba(0, 0, 0, .06);
	--rl-label-grad-a: #E8E8E8;
	--rl-label-grad-b: #E8E8E8;
	--rl-label-text: #0f172a;
	--rl-body-text: #111827;
	--rl-muted: #6b7280;
	--rl-row-stripe: #fff;
	--rl-head-grad-a: #E8E8E8;
	--rl-head-grad-b: #E8E8E8;
	--rl-label-width: clamp(120px, 26%, 240px);
	margin: 28px auto;
	background: var(--rl-bg);
	border: 1px solid var(--rl-border);
	box-shadow: var(--rl-shadow);
	overflow: hidden;
	font-size: 14px;
}

.rl-specs__head {
	padding: 14px 18px;
	background: linear-gradient(90deg, var(--rl-head-grad-a), var(--rl-head-grad-b));
	color: #fff;
}

.rl-specs__title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .02em;
}

.rl-specs table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.rl-specs table tr + tr th,
.rl-specs table tr + tr td {
	border-top: 1px solid var(--rl-border);
}

.rl-specs table th,
.rl-specs table td {
	padding: 10px 10px;
	vertical-align: top;
	line-height: 1.8;
	font-size: 15px;
}

.rl-specs table th.colorful1 {
	width: var(--rl-label-width);
	background: linear-gradient(90deg, var(--rl-label-grad-a), var(--rl-label-grad-b));
	color: var(--rl-label-text);
	font-weight: 700;
	text-wrap: balance;
	border-right: 1px solid var(--rl-border);
	white-space: nowrap;
}

.rl-specs table td.value {
	color: var(--rl-body-text);
	word-break: break-word;
}

.rl-specs table tbody tr:nth-child(odd) td.value {
	background: var(--rl-row-stripe);
}

.rl-specs table tbody tr:first-child th {
	border-top-left-radius: var(--rl-radius);
}

.rl-specs table tbody tr:first-child td {
	border-top-right-radius: var(--rl-radius);
}

.rl-specs table tbody tr:last-child th {
	border-bottom-left-radius: var(--rl-radius);
}

.rl-specs table tbody tr:last-child td {
	border-bottom-right-radius: var(--rl-radius);
}

.rl-specs__notice {
	margin: 6px 14px 16px;
	color: var(--rl-muted);
	font-size: 12.5px;
	line-height: 1.7;
}

.pc-table {
	display: block;
}

.sp-table {
	display: none;
}

@media (max-width: 640px) {
	.pc-table {
		display: none;
	}
	.sp-table {
		display: block;
	}
	.rl-specs table {
		width: 100%;
		border-collapse: collapse;
	}
	.rl-specs table th,
	.rl-specs table td {
		padding: 10px;
		font-size: 14px;
		border: 1px solid #cccccc;
	}
	.rl-specs table th.colorful1 {
		background: #E8E8E8;
		font-weight: 600;
		text-align: left;
		width: 30%;
	}
	.rl-specs table td.value {
		color: #333;
		width: 70%;
	}
}

@supports(selector(:has(*))) {
	.rl-specs table tr:has(td.value:empty) {
		display: none;
	}
	.rl-specs table tr:has(td.value:where(:not(:has(*)))):has(td.value:has(> :not(*)?)) {
		/* safety no-op */
	}
}

.rlcases-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(246px, 1fr));
	gap: 12px;
  margin-top: 24px;
}

.rlcase-card {
	background: linear-gradient(#fff, #f7f4ef);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
	font-size: 13px;
}

.rlcase-head {
	height: 28px;
	background: #385077;
	display: flex;
	align-items: center;
	padding: 0 8px;
}

.rlcase-title {
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rlcase-thumb {
	position: relative;
	display: block;
}

.rlcase-thumb img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	display: block;
}

.rlcase-layout {
	position: absolute;
	top: 6px;
	right: 6px;
	background: #1e4889;
	color: #fff;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 12px;
}

.rlcase-addr {
	position: absolute;
	bottom: 8px;
	left: 6px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 600;
}

.rlcase-priceimg {
	position: absolute;
	bottom: 8px;
	right: 6px;
	background: #9b2e2e;
	color: #fff;
	font-weight: 700;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 13px;
}

.rlcase-sold {
	position: absolute;
	top: 18px;
	left: 14px;
	transform: rotate(-18deg);
	border: 2px solid #d00;
	color: #d00;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: .5px;
	padding: 6px 14px;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.rlcase-desc {
	padding: 6px 8px 0;
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.paddingTop30 {
	padding: 30px 0 0 0;
}

.paddingTop20 {
	padding: 20px 0 0 0;
}

.paddingTop10 {
	padding: 10px 0 0 0;
}

.onepress-menu {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 10px auto;
}

.recommend-inner {
	padding: 10px;
}

.recommend-inner p {
	margin: 0;
	padding: 2px 0;
}

ul.post-tags {
	position: absolute;
	top: 0;
	font-size: 14px;
	text-align: center;
	left: 0;
	list-style-type: none;
	background: #0C275C;
	width: 130px;
	padding: 0;
	margin: 0;
	color: #fff;
	border-radius: 10px 0 0 0;
}

ul.post-tags li a {
	text-decoration: none;
	color: #fff;
}

.column-image {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
	margin-bottom: 10px;
	float: left;
	padding: 0 20px;
}

.jirei-inner {
	width: 1140px;
	margin: 0 auto;
	background: #848884;
	padding: 50px;
}

.top-jirei-box {
	display: flex;
}

img.left-thmbnail.wp-post-image {
	width: 65%;
	height: auto;
}

span.main-price {
	border-bottom: 4px solid grey;
	padding: 3px 0;
	width: 45%;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.point-box {
	padding: 20px 0;
	background: #fff;
	margin: 20px 50px 0;
}

p.reform_point {
	padding: 5px 0;
}

p.posttitle {
	padding: 20px 0 20px;
	text-align: center;
	margin: 0;
	font-size: 28px;
	background: burlywood;
	font-weight: bold;
	color: #fff;
}

.right-text {
	text-align: center;
	width: 100%;
	padding: 155px 0;
}

p.renovation_price {
	font-size: 24px;
	font-weight: bold;
}

p.main_comment {
	font-size: 18px;
	letter-spacing: 1px;
	padding: 20px 0;
}

.tempoimage {
	width: 40%;
	padding: 10px;
}

.tempoimage1 {
	width: 100%;
}

.sekouimage {
	width: 100%;
}

.morebox {
	position: absolute;
	bottom: 0;
	right: -22px;
}

.more1image {
	width: 65%;
}

.tempobox {
	width: 70%;
	padding: 10px 10px;
	box-sizing: border-box;
}

img.top-event-image {
	width: 100%;
}

.child {
	display: flex;
	flex-direction: row;
	height: auto;
	width: 100%;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-around;
}

.child a {
	color: #fff;
	text-decoration: none;
}

.item1 {
	background-color: red;
	color: #fff;
	font-weight: bold;
	padding: 10px 30px;
	font-size: 14px;
	width: 50%;
	text-align: center;
	margin: 0 10px;
}

.item2 {
	background-color: blue;
	color: #fff;
	font-weight: bold;
	padding: 10px 30px;
	font-size: 14px;
	width: 50%;
	text-align: center;
	margin: 0 10px;
}

.windowclose {
	display: none;
}

.inner-window {
	background: grey;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 9999;
	position: fixed;
	height: 500px;
	overflow: auto;
	padding: 10px;
}
p.batsu {
	color: #fff;
	padding: 5px 20px;
	font-size: 26px;
	font-weight: bold;
	width: 56px;
	float: right;
	background: grey;
}

.batsubox {
	position: fixed;
	top: 20px;
	right: 15px;
	z-index: 10000;
}

nav#site-navigation {
	text-align: center;
}

.window {
	display: none;
}

.tempo-pop {
	display: none;
}

.clearfix {
	display: block;
	content: "";
	clear: both;
}

.margin_between {
	margin: 20px 0;
}

.commmon-raiten {
	background: red;
	color: #fff;
	width: 180px;
	font-weight: bold;
	padding: 10px;
	margin: 10px auto;
}

.commmon-inquiry {
	background: blue;
	color: #fff;
	font-weight: bold;
	width: 180px;
	padding: 10px;
	margin: 10px auto;
}

.common-footer-inner {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.common-leftbox {
	width: 25%;
	text-align: center;
	padding: 29px 0;
}

.common-rightbox {
	padding: 78px 0 0 0;
	font-size: 18px;
	font-weight: bold;
}

.tempo-box {
	background: #0079b5;
	padding: 50px;
}

.top-contact-box {}
.top-contact-title {
	font-size: 29px;
	color: #fff;
  text-align: center;
}

.top-contact-title span {
  margin-bottom: 24px;
	position: relative;
	display: inline-block;
}

.top-contact-title span::before,
.top-contact-title span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 40px;
	height: 3px;
	background: #fff;
  border-radius: 8px;
}

.top-contact-title span::before {
	left: -40px;
	transform: translateY(-50%) rotate(56deg);
}

.top-contact-title span::after {
	right: -40px;
	transform: translateY(-50%) rotate(-56deg);
}

.top-contact-btn {
  width: 400px;
  margin: 0 auto 40px;
}

.contact-normal {
  color: #fff;
  font-size: 43px;
  font-weight: 500;
  padding: 24px;
  background: #0c275c;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.contact-normal::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.contact-normal:hover::before {
  transform: translateX(100%);
}

.contact-normal:hover {
  color: #fff;
  text-decoration: none;
}

.tempo-box-inner {
	margin: 0 auto;
	width: 1140px;
}

.tempo-box-inner li:nth-child(n+2) {
  border-top: 1px dotted #fff;
}

.tempo-detail {
	display: flex;
  justify-content: space-between;
}

.tempo-sub-box {
	padding: 32px 56px;
}

.tempo-detail-img {
  width: 34%;
}

.tempo-detail-img img {
  width: 100%;
}

.tempo-detail-info {
  width: calc(66% - 24px);
}

.tempo-detail-info table {
  width: 100%;
}

.tempo-detail-info table th,
.tempo-detail-info table td {
  color: #fff;
}

.tempo-detail-info table td a {
  color: #fff;
}

.tempo-sub-box-js {
	background: #fff;
	padding: 0 0;
	margin: 5px 0;
}

p.tempo-name {
  color: #fff;
	font-size: 20px;
	font-weight: bold;
  margin-bottom: 16px;
  padding-left: 16px;
}

.topix-box {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
	align-items: baseline;
}
.topix-boxx1 {
	width: 46%;
	color: #fff;
	z-index: 2;
	font-weight: bold;
	background: #fff;
	padding: 38px 0;
	margin: 0 16px;
	text-align: center;
	font-size: 25px;
	
	outline-offset: -8px;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 40%);
}

.topix-boxx1 a {
	color: #fff;
}

.margin_between100 {
	margin: 100px 0;
}

.top-recommend-box {
	background: #edf6fb;
}

.top-title-main {
	color: #0c275c;
	font-size: 22px;
	font-weight: bold;
}

.rinobe-boxx {
	background: #fff;
}

.slick-slide img {
	display: block;
	padding: 0;
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.event_box {
	width: 1140px;
	margin: 25px auto;
	display: flex;
}

.sub_event_box {
	width: 50%;
}

.halfpadding {
	padding: 20px;
}

.event-ichiran {
	text-align: center;
	margin: 30px auto;
	width: 200px;
	padding: 20px;
	background: grey;
	color: #fff;
	font-weight: bold;
}

.old_manshon {
	background: #0C275C !important;
	text-align: center;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	border-radius: 5px;
}

.old_house,
.old_apart,
.land {
	background: #0C275C !important;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}

.toushi {
	background: #0C275C !important;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}

html {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 16px;
}

.front-red {
	color: red;
	font-size: 18px;
	font-weight: bold;
}

.topics-box {
	margin: 0 0 50px 0;
}

.topics-box .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 500px;
  background-color: #b4c9ff;
}

.gmap {
	text-align: center;
}

/* front-page style */
@media screen and (min-width: 1140px) {
	.shuhen-box:after {
		content: "";
		display: block;
		clear: both;
	}

	.shuhen-sub-box {
		width: 50%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
	}

	.border-bottom50 {
		margin: 0 auto 50px !important;
	}

	.kiji-text {
		padding: 3px;
		box-sizing: border-box;
	}
}
.image-box {
	padding: 10px;
	margin: 15px auto !important;
	background: #fff;
	box-shadow: 2px 2px 2px 2px;
	border-left: 4px solid orange;
	font-size: 18px;
	font-weight: bold;
}

.cft1.sub-box {
	padding: 10px 0 0 0;
}

.margin-top50 {
	margin: 50px 0 0 0;
}

.mobile-banner {
	display: none;
}

.baiabai-text {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin: 0 auto 24px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.uridashi-box {
	text-align: center;
	margin: 0 auto;
	z-index: 9999;
	position: relative;
	color: #fff;
	font-weight: bold;
	background: #91d3f5;
}

.ileft {
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}

.ileft-box {
	position: relative;
	border-radius: 10px;
	float: left;
	width: 48%;
	margin: 10px 10px;
	background: #fff;
	padding: 0 0 10px;
	box-sizing: border-box;
}

.topics-box::after {
	content: "";
	display: block;
	clear: both;
}

.main-top-image1 {
	z-index: 1;
	margin: -118px 0 0 0;
}

.main-top-image2 {
	z-index: 10;
	position: absolute;
	bottom: 0;
	right: 0;
}

.main-text-uridashi {
  color: #333;
	padding: 8px 0;
	margin: 0 auto;
	z-index: 20;
	font-size: 16px;
}

.uridashi-boxxx1 {
	display: flex;
}

.uridashi-boxx {
	width: 1140px;
	margin: 0 auto 0;
}

.sub-uridashi-boxx {
	position: relative;
	width: 33.333%;
}

.category-boxx {
	width: 1140px;
	margin: 0 auto 0;
	display: flex;
}

.sub-category-boxx {
	position: relative;
	width: 33.333%;
}

.sub-sekou-boxx {
	position: relative;
	width: 33.333%;
	background: #848884;
	height: 400px;
}

.sekou-text-box {
	padding: 10px;
}

h4.post-title {
	padding: 0;
	margin: 10px 0;
}

.uridashi-boxx-inquiry {
	width: 1000px;
	margin: 0 auto 0;
}

p.expired-tag {
	position: absolute;
	color: #fff;
	background: grey;
	top: 0;
	left: 20px;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
p.available-tag {
	position: absolute;
	color: #fff;
	background: red;
	top: 0;
	left: 20px;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

h2.page_title {
	margin: 0 auto 50px;
	text-align: center;
	background: #848884;
	padding: 20px 0;
}

.uridashi-boxxx2 {
}

.shinchiku {
	width: 1140px;
	margin: 0 auto;
}

.uridashi-boxxx1::after {
	content: "";
	display: block;
	clear: both;
}

.uridashi-boxxx2::after {
	content: "";
	display: block;
	clear: both;
}

.uridashi-boxx1 {
	width: 25%;
	color: #fff;
	font-weight: bold;
	background: #fff;
	margin: 0 16px;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 40%);
  padding: 0;
}

.uridashi-boxx1:hover {
	background: orange;
}

.uridashi-boxx2 {
	width: 29.333%;
	float: left;
	color: black;
	z-index: 9999;
	font-weight: bold;
	background: #fff;
	padding: 38px 0;
	margin: 31px 20px;
	text-align: center;
	font-size: 25px;
	
	font-weight: bold;
	border-radius: 5px;
	outline: 1px solid grey;
	outline-offset: -9px;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 40%);
}

.uridashi-boxx2:hover {
	background: orange;
}

.uridashi-boxx1 a {
	color: #fff;
  padding: 32px 0;
  display: block;
}

.uridashi-boxx2 a {
	color: black;
}

.top-design {
	position: relative;
}

.top-design::after {
	content: "";
	clear: both;
	display: block;
}

.main-midashi {
	font-size: 27px;
	margin: 0 0 30px 0 !important;
	color: black;
	padding: 50px 0 0 0;
}

h2#recommend-text {
	padding: 0;
	margin: 0;
}

.main-midashi-box {
	text-align: center;
	position: relative;
}

.top-category-boxies::after {
	display: block;
	clear: both;
	content: "";
}

.top-category-boxies1::after {
	display: block;
	clear: both;
	content: "";
}

.top-category-boxies1-inquiry::after {
	display: block;
	clear: both;
	content: "";
}
.top-category-boxies {
	margin: 0 auto;
	background: #848884;
	padding: 56px 0 72px;
	background: url(/jutaku_files/images/top/img_back_01.jpg) no-repeat center / cover;
}

.top-category-boxies1 {
	top: -29px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	z-index: 10;
	padding: 0 0 20px 0;
}

.top-category-boxies1-inquiry {
	top: -29px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: auto;
	width: 100%;
	z-index: 10;
	padding: 26px 0 20px 0;
}

.keywords-line1 {
	background: orange;
	padding: 10px 0 10px 15px;
	font-size: 18px;
}

.keywords-line2 {
	background: orange;
	padding: 10px 0 10px 15px;
	font-size: 18px;
}

.keywords-text {
	display: inline;
	margin: 0 40px 0 0;
}

.keywords-box {
	list-style-type: none;
	display: inline;
	padding: 0;
}

.comment-text {
	font-size: 20px;
	padding: 5px 0;
	margin: 0;
}

.result-text {
	font-size: 18px;
}

#searchform .code {
	float: left;
	padding: 0 50px 20px 0;
	font-size: 18px;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.main-title1 {
	font-size: 39px;
	text-align: center;
	font-weight: bold;
	color: grey;
}

.adjust-box {
	height: 210px;
	background: #fff;
}

.main-sub-box5 {
	position: absolute;
	background-size: cover;
	z-index: 1;
	left: 0;
	right: 0;
	top: 470px;
}

.main-sub-box6 {
	position: absolute;
	background-size: cover;
	z-index: 1;
	left: 0;
	right: 0;
	top: 525px;
}

.main-title-sub-line {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: black;
	margin: 30px 0 0 0;
}

.main-sub-box4 {
	background-image: url(http://www.rentlife.co.jp/sale/wordpress/wp-content/uploads/2020/09/view-top.jpg);
	padding: 60px 0 0;
	position: relative;
	background-position: right 35% bottom 0%;
}

.main-sub-box4-1 {
	background-image: url(http://www.rentlife.co.jp/sale/wordpress/wp-content/uploads/2020/09/renovation-top.jpg);
	padding: 60px 0 0;
	position: relative;
	background-position: right 35% bottom 0%;
}
.main-sub-box4-2 {
	background-image: url(http://www.rentlife.co.jp/sale/wordpress/wp-content/uploads/2020/09/access-top.jpg);
	padding: 60px 0 0;
	position: relative;
	background-position: right 35% bottom 100%;
}

.text-box {
	padding: 0 0 114px 0;
}

.back-grey {
	background: #dfd6c3;
	height: 180px;
	opacity: 0.7;
}

.back-#848884 {
	background: #EBE6DE;
	height: 50px;
	opacity: 0.8;
}

.top-mobile-banner-image {
	display: none;
}

.top-banner-image {
}

.top-banner {
	display: none;
}

.red1 {
	font-weight: bold;
	font-size: 20px;
	color: red;
}

.red2 {
	font-weight: bold;
	font-size: 26px;
	color: red;
}

.black {
	font-weight: bold;
	font-size: 20px;
	color: black;
}

.purezento {
	width: 100%;
	margin: 0 0 10px;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.equipment-table {
	text-align: center;
	font-size: 17px;
	color: black;
	padding: 5px;
}

.equipment {
	padding: 10px 0;
}

.red-price {
	color: red;
}

.room-type-main-text {
	font-size: 16px;
}

.room-type-text1 {
	font-size: 18px;
}

.room-type-text2 {
	font-size: 14px;
}

.room-type {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid red;
	margin: 0 0 37px 0;
	color: black;
}

.room-photo {
	text-align: center;
	margin: 50px 0 10px;
	font-weight: bold;
	font-size: 26px;
	color: black;
}

.table1 {
	width: 800px;
	margin: 50px auto 30px;
	text-align: center;
	border: 2px solid #c9c9c9;
}
.main-sub-box1 {
	background-image: url(http://www.rentlife.co.jp/sale/wordpress/wp-content/uploads/2020/08/background-1.jpg);
	padding: 50px 0 50px;
	position: relative;
}

.main-sub-box2 {
	background-image: url(http://www.rentlife.co.jp/sale/wordpress/wp-content/uploads/2020/08/background-1.jpg);
	padding: 70px 0;
	position: relative;
}

.main-sub-box3 {
	background: #fff;
	position: relative;
	background-size: cover;
}

.kakaku-text {
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
	font-size: 24px;
}

.kakaku-text1 {
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
	font-size: 20px;
}

.red {
	color: red;
	font-weight: bold;
	font-size: 24px;
}

.onepress-menu {
}

.site-description {
}

.bigmoji {
	font-size: 28px;
	font-weight: bold;
}

.bigmoji1 {
	font-size: 28px;
	font-weight: bold;
}

.tokucho-line {
	border-bottom: 2px solid grey;
	padding: 2px;
	font-weight: 18px;
}

.main-title {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: black;
}

.adjust {
	padding: 70px 0 70px;
}

.adjust1 {
	padding: 70px 0 0;
}

.sub-box1::after {
	display: block;
	clear: both;
	content: "";
}

.sub-box1-1 {
	width: 31.333%;
	float: left;
	color: #fff;
	margin: 0 10px;
	text-align: center;
}

.sub-box1-2-1 {
	width: 43%;
	float: left;
	color: black;
	margin: 0 10px;
	padding: 0 60px 0 170px;
}

.sub-box1-2-2 {
	width: 47%;
	float: left;
	color: black;
	margin: 0 10px;
}

.sub-box1-3 {
	width: 31.333%;
	float: left;
	color: black;
	margin: 0 10px;
	text-align: center;
	font-size: 15px;
}

.equipment-image {
	padding: 0 0 10px 0;
}

.main-sub-box {
	background: #170501;
}

.menu1 {
	list-style-type: none;
	margin: 20px 0;
	text-align: center;
}

.menu1 li {
	display: inline;
	padding: 0 20px;
	border-left: 1px solid black;
}
.title-box {
	position: relative;
}

.title-sub-box1 {
	position: absolute;
	font-size: 29px;
	padding: 35px 15px 0 15px;
	top: -285px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 814px;
	height: 118px;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	letter-spacing: 4px;
	font-family: 'Oleo Script', curs;
	display: none;
}

.title-sub-box2 {
	position: absolute;
	font-size: 35px;
	font-weight: bold;
	padding: 60px 15px 0 15px;
	top: 122px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 900px;
	height: 192px;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 4px;
	font-family: 'Oleo Script', curs;
}

.tokucho-box1 {
	padding: 30px 0 20px 0;
}

.tokucho-box2 {
	padding: 0 0 20px 0;
}

.red {
	color: red;
	font-size: 35px;
	font-weight: bold;
}

.kakaku {
	color: red;
	font-weight: bold;
	font-size: 26px;
}

.type-text {
	border-bottom: 2px dotted grey;
	padding: 40px 0 2px;
}

.type-sub-text {
	font-weight: bold;
	font-size: 25px;
}

.red-text1 {
	color: red;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}

.red-text2 {
	color: red;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.top-text {
	font-size: 18px;
	color: black;
	font-weight: bold;
}

.content-sub-text1 {
	font-size: 15px;
	font-weight: bold;
}

.content-sub-text2 {
}

.detail-position {
	position: absolute;
	bottom: 0;
	right: 10px;
	padding: 10px 20px;
	background: #eb6100;
	color: #fff;
}

.detail-position a {
	font-weight: bold;
	color: #fff;
}

.content-box:after {
	content: "";
	display: block;
	clear: both;
}

.top-boxx {
	width: 100%;
	float: left;
	padding: 20px 15px 58px 15px;
	margin: 0 0 50px 0;
	box-sizing: border-box;
	background: #f1f1f1;
	position: relative;
}

.top-boxx::after {
	display: block;
	content: "";
	clear: both;
}

#menu-item-1493 {
	padding: 0 0 0 100px;
}

.top-boxxx1 {
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
	box-sizing: border-box;
	background: #fad994;
	position: relative;
}

.top-boxxx1::after {
	display: block;
	content: "";
	clear: both;
}

.top-boxxx2 {
	width: 100%;
	float: left;
	padding: 20px 15px 58px 15px;
	margin: 0 0 50px 0;
	box-sizing: border-box;
	background: #848884;
	position: relative;
	border: 1px solid #dcdcdc;
}

.top-boxxx2::after {
	display: block;
	content: "";
	clear: both;
}
.top-boxxx3 {
	width: 100%;
	float: left;
	padding: 20px 15px 58px 15px;
	margin: 0 0 50px 0;
	box-sizing: border-box;
	background: #edecf6;
	position: relative;
}

.top-boxxx3::after {
	display: block;
	content: "";
	clear: both;
}

.top-boxx1 {
	width: 35%;
	float: left;
	margin: 3px 0 0 0;
}

.top-boxx2 {
	width: 65%;
	float: left;
	padding: 0 0 10px 0;
}

.orange-box {
	background-color: #f15929;
	height: 145px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	padding-top: 50px;
	box-sizing: border-box;
	text-align: center;
}

#slider2,
#slider3,
#slider4 {
	float: left;
	padding: 0 10px 0 0;
}

.tags {
	list-style-type: none;
	margin: 0 0 5px 0;
}

.tags li {
	display: inline;
	margin: 0 0 0 13px;
	padding: 2px 10px;
}

.renovation,
.sale-manshon,
.used-building,
.new-building,
.place {
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}

.renovation { background: orange; }
.sale-manshon { background: red; }
.used-building { background: green; }
.new-building { background: purple; }
.place { background: red; }

.menseki-ul1 {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 4px 0 7px 0;
	border-bottom: 1px solid #eb6100;
}

.menseki-ul1 li {
	display: inline;
	padding: 0 20px 0 0;
}

.top-contents-text1 {
	margin: 0 0 5px 0;
	padding: 2px 0 2px 0;
	border-bottom: 2px dotted #fcfcfc;
	color: black;
}

.top-boxxx1 > .top-contents-text1:first-child {
	border-bottom: none;
	background: #d70035;
	color: #fff;
	padding: 5px 0 5px 32px;
}

.top-boxx2 > .top-contents-text1:first-child {
	border-bottom: 1px solid #0d6fb8;
	z-index: 9999;
	color: #0d6fb8 !important;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0 0 0;
	display: table;
}

.red-kakaku {
	border-bottom: none !important;
	z-index: 9999;
	color: #0d6fb8 !important;
	font-size: 35px !important;
	width: 64%;
	font-weight: bold;
	padding: 0;
	letter-spacing: 4px;
}

.orange-back {
	padding: 5px 20px 10px 0;
}
.menseki-ul {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 4px 0 7px;
	border-bottom: 1px solid grey;
}

.menseki-ul li {
	display: inline;
	padding: 0 20px 0 0;
}

.top-contents-text {
	margin: 0 0 5px;
	border-bottom: 1px solid grey;
	padding: 4px 0 7px;
}

.row-fluid {
	margin: 0 auto;
	width: 900px;
}

.content-first-text {
	list-style-type: none;
}

.panorama {
	position: relative;
	display: none;
}

.panorama-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 370px;
	margin: auto;
	padding: 62px 20px;
	box-sizing: border-box;
	opacity: 0.6;
	font-size: 43px;
	font-weight: bold;
	color: black;
	letter-spacing: 2px;
	text-align: center;
}

.panorama1 {
	width: 100%;
}

.width-box {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

.use-box {
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.use-box-sub {
	display: none;
}

.site-branding .no-logo-img.has-desc .site-description,
.site-branding .has-logo-img .site-description {
	font-size: 14px;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
  margin-left: 16px;
}

#menu-bukken1 {
	list-style-type: none;
}

.detail-text {
	padding: 17px;
	width: 230px;
	text-align: center;
	background: orange;
	color: #fff;
	margin: 40px auto;
	font-weight: bold;
	font-size: 16px;
}

.detail-button {
	text-align: center;
}

.ssh {
	margin: 50px 0 0;
}

.top1 {}

.top2 {
	display: none;
}

.rinoveshon {
	text-align: center;
	margin: 0 auto;
}

.sub-category {
	position: absolute;
	left: 50px;
	padding: 30px 70px;
	background: #fff;
	opacity: 0.7;
	font-weight: bold;
	color: black;
	font-size: 22px;
	margin: -400px 0 0;
}

.sub-category1 {
	position: absolute;
	right: 50px;
	padding: 30px 70px;
	background: #fff;
	opacity: 0.7;
	font-weight: bold;
	color: black;
	font-size: 22px;
	margin: -130px 0 0;
}

ul.others1 {
	list-style-type: none;
	margin: 10px 0 0;
	width: 100%;
	position: relative;
}

ul.others1 li {
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	background: #f4f4f4;
}

.borders {
	border: 2px dotted #c9c9c9;
	width: 1140px;
	text-align: center;
	margin: 30px auto 0;
}

.ms-parent-id-9 {
	display: none;
}

.manshon-text {
	position: relative;
	display: inline-block;
	padding: 0 75px;
	margin: 40px 0 10px;
	font-size: 30px;
}

.manshon-text:before,
.manshon-text:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}

.manshon-text:before {
	left: 0;
}

.manshon-text:after {
	right: 0;
}

.center-box {
	text-align: center;
	margin: 0 auto;
}
.first-text1 {
	font-size: 20px;
	font-weight: lighter;
	line-height: 34px;
	letter-spacing: 4px;
	padding: 0 40px;
	box-sizing: border-box;
}

.word2-2 {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 4px;
	color: black;
	padding: 80px 0 15px;
	margin: 0 0 10px;
}

.hlhouse1-box:after {
	content: "";
	display: block;
	clear: both;
}

.hlhouse1 {
	float: left;
	width: 49%;
	padding: 20px;
	box-sizing: border-box;
}

a img.mouselink {
	background: none !important;
}

a:hover img.mouselink {
	opacity: 0.6;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	background: none !important;
}

.copyright small {
	text-align: center;
	font-weight: bold;
  width: 100%;
	padding: 20px 0;
	display: block;
}

.copyright,
.footer-box01-inner {
	width: 1140px;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer {
	color: #fff;
	background: linear-gradient(to bottom, #007CB8, #00508D);
}

footer p,
footer a {
	color: #fff;
  font-weight: 400;
}

.copyright-box {
	padding: 0;
}

.footer-box01 {
	margin: 0;
}

.menu-footer-nav1-container > ul {
	list-style-type: none;
	text-align: center;
}

.menu-footer-nav1-container > ul li {
	display: inline;
	padding: 0 79px;
	line-height: 70px;
	height: 70px;
	border-left: 1px solid black;
}

.menu-footer-nav1-container > ul li:first-child {
	border-left: none;
}

.menu-footer-nav1-container > ul li:hover {
	opacity: 0.7;
}

.menu-footer-nav1-container > ul li a {
	color: #333;
	text-decoration: none;
}

.footer-box1 {
	background: #e4e4e4;
	padding: 0;
	margin: 50px 0 0;
}

.footer-box01:after {
	content: "";
	display: block;
	clear: both;
}

.footer-box2,
.footer-box3,
.footer-box4 {
	width: 33%;
	box-sizing: border-box;
	padding: 0 20px;
}

.footer-box2 h2,
.footer-box3 h2,
.footer-box4 h2 {
	font-size: 20px;
	font-weight: lighter;
	padding: 20px 0 10px;
}

#menu-footer-navigation {
	list-style-type: none;
}

#menu-footer-navigation > li {
	padding: 2px 0;
}

#menu-footer-navigation > li a:link,
#menu-footer-navigation > li a:visited,
#menu-footer-navigation > li a:active {
	text-decoration: none;
	color: black;
}

#menu-footer-navigation > li a:hover {
	text-decoration: underline;
	color: grey;
}

.footer-box5 {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 20px 30px;
}

.footer-box5 h2 {
	font-size: 20px;
	font-weight: lighter;
	padding: 20px 0 10px;
	color: black;
}

.menu-footer-nav3-container > ul {
	list-style-type: none;
}

.menu-footer-nav3-container > ul li {
	padding: 20px 0 0 145px;
}

.menu-footer-nav3-container > ul li a {
	color: #333;
	text-decoration: none;
}

.menu-footer-nav4-container > ul {
	list-style-type: none;
}

.menu-footer-nav4-container > ul li {
	padding: 20px 0 0 95px;
}

.menu-footer-nav4-container > ul li a {
	color: #333;
	text-decoration: none;
}

.mails,
.text-areas,
.names,
.tel-number {
	width: 500px;
}

.inquiry-button {
	width: 200px;
}

.first-text,
.first-text2 {
	font-size: 16px;
	line-height: 34px;
	box-sizing: border-box;
	padding: 20px 0;
}

.first-text2 {
	color: #fff;
	font-weight: bold;
}

.text-box1 {
	text-align: center;
	margin: 0 auto;
}

.inquiry-text {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	width: 500px;
	border-radius: 5px;
	text-align: center;
	margin: 50px auto 15px;
	background: orange;
	padding: 20px 40px;
	color: black;
}

.news_thum {
	float: left;
}

.colorful1 {
	background: #F6F5DC;
	font-weight: bold;
}

.colorful {
	font-weight: bold;
}

.clearfix {
	content: "";
	display: block;
	clear: both;
}

.table-box {
	text-align: center;
	margin: 45px auto 55px;
}

.bordercolor {
	color: #fff;
	background: #C59C5F;
}

.table-box td {
	padding: 20px;
	font-size: 18px;
}

.wp-block-table td,
.wp-block-table th {
	padding: 3em;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 8px 16px;
  box-sizing: border-box;
	vertical-align: middle;
}

.is-style-regular {
	margin: 20px 0 0;
	text-align: center;
}

.hlhouse {
	margin: 20px auto;
	text-align: center;
}

.oshirase {
	font-size: 18px;
	border-left: 9px solid green;
	padding: 0 0 0 10px;
	margin: 12px 0 22px 20px;
}

#scroll {
	width: 1000px;
	height: 180px;
	overflow: auto;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	margin: 40px auto;
}

.scroll-menu {
	background: #FBFBFB;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
	width: 1060px;
	margin: 10px auto;
}

.scroll-menu p {
	font-size: 14px;
	line-height: 28px;
	padding: 0 0 10px;
}

.scroll-tag {
	border-bottom: 1px dotted black;
	margin: 0 0 5px;
}

.other {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 0 10px;
}

.sub-other {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: grey;
	opacity: 0.7;
	color: #fff;
	font-size: 18px;
}

ul.others {
	list-style-type: none;
	margin: 10px 0 0;
	width: 100%;
}

ul.others li {
	width: 48%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	background: #f4f4f4;
	margin: 10px 8px;
}

.word2-1 {
	text-align: center;
	font-size: 30px;
	padding: 60px 0 15px;
	font-family: 'Oleo Script', curs;
	letter-spacing: 4px;
	color: black;
	font-weight: bold;
	border-bottom: 2px solid red;
	margin: 0 0 20px;
	box-sizing: border-box;
}

.word2-4 {
	text-align: center;
	font-size: 20px;
	padding: 20px 0;
	font-family: 'Oleo Script', curs;
	letter-spacing: 4px;
	color: black;
	font-weight: bold;
	background: orange;
	box-sizing: border-box;
	margin: 0;
}

.form-table {
	background: antique#fff;
	padding: 30px 20px;
}

.check-form {
	background: #6Fba2c !important;
}

.detail-text1 {
	padding: 10px;
	width: 200px;
	text-align: center;
	background: #fff;
	color: black;
	margin: 100px auto 0;
	font-weight: bold;
	font-size: 20px;
}

.word2-2 {
	text-align: center;
	font-size: 30px;
	padding: 80px 0 15px;
	font-family: 'Oleo Script', curs;
	letter-spacing: 4px;
	color: #fff;
	font-weight: bold;
	border-bottom: 3px solid #FFE599;
	margin: 0 0 20px;
}

.word2-3 {
	text-align: center;
	font-size: 30px;
	padding: 10px 0;
	font-family: 'Oleo Script', curs;
	letter-spacing: 4px;
	color: black;
	font-weight: bold;
	border-bottom: 2px solid red;
	margin: 0 0 50px;
	box-sizing: border-box;
}

.top-slider-box {
	padding: 0 10px;
	box-sizing: border-box;
}

.pp {
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	letter-spacing: 4px;
	font-family: 'Oleo Script', curs;
}

.slider-box {
	width: 100%;
}

.slider {
	padding: 0 8px;
	margin: 7px auto 0;
	clear: both;
	border-radius: 3px;
	width: 83%;
	border: 1px solid #EEEEEE;
	background-color: #fefefe;
	z-index: 11;
	box-shadow: 10px 10px 8px -6px #777;
}

.slider1 {
	width: 98%;
	height: auto;
	margin: 0 4px;
}

.slider1:hover {
	opacity: 0.7;
}

.area-text {
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
}

.area-logo {
	padding: 0 5px 0 0;
}

.sub-box {
	width: 1000px;
	margin: 5px auto;
}

.sub-box1 {
	width: 1000px;
	margin: 0 auto 0;
}

.sub-box-inner {
	width: 1140px;
	margin: 0 auto;
  padding: 80px 0;
}

.main-text1 {
	padding: 0 0 10px;
	font-size: 15px;
	font-weight: bold;
}
.sub-bbox {
	background-image: url("http://www.rentlife.co.jp/sale/wordpress/wp-content/uploads/2019/03/image18.png");
	background-size: cover;
	margin: 50px 0 0;
}

.bg-mask {
	height: 100%;
	background: rgba(116,116,116,0.2);
	padding: 0 0 30px;
}

.reform-box {
	width: 1140px;
	margin: 0 auto;
	font-size: 35px;
	text-align: center;
	padding: 80px 0 0;
	color: #fff;
	font-weight: bold;
}

.sub-reform-box {
	width: 1140px;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
	padding: 20px 0 0;
	color: #fff;
	font-weight: bold;
}

.hero {
	width: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.sub-hero {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 600px;
	padding: 30px;
	height: 0;
	box-sizing: border-box;
	opacity: 0.6;
	font-size: 23px;
}

.sub-hero-main {
	display: none;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
}

.sub-hero-sub {
	display: none;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.hero-text1 {
	position: absolute;
	font-size: 40px;
	padding: 60px 15px 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 790px;
	height: 190px;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(255,0255,2550,0.5);
	color: black;
	letter-spacing: 4px;
}

@media (max-width: 991px) {
	html {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 14px;
	}
}
/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/

@media screen and (min-width: 1140px) {
  #primary {
    box-sizing: border-box;
  }

  #primary1 {
    width: 30%;
    float: left;
    box-sizing: border-box;
    margin: 90px 0 0;
  }

  .template-fullwidth-stretched #primary,
  .siteorigin-panels #primary {
    padding: 0;
  }

  .template-fullwidth-stretched .entry-content,
  .siteorigin-panels .entry-content {
    margin-bottom: 0;
  }

  #secondary {
    padding-bottom: 40px;
    padding-top: 0;
  }

  .flexbox:after {
    clear: both;
    content: "";
    display: block;
  }

  .flexbox {
    width: 1140px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 940px) {
  #secondary {
    /*padding-top: 40px;*/
  }
}

.content-area {
  width: 100%;
  float: none;
}

@media screen and (min-width: 940px) {
  .content-area {
    float: left;
  }
}

.sidebar {
  width: 100%;
  float: none;
}

@media screen and (min-width: 940px) {
  .sidebar {
    width: 65%;
    float: right;
  }
}

.left-sidebar .site-main {
  margin-left: auto;
}

.no-sidebar .content-area {
  width: 100%;
}

.single-post .no-sidebar .site-main,
.single-post .no-sidebar .entry-content > * {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 940px) {
  .left-sidebar .content-area {
    float: right;
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-right: 1px;
    width: 74.7747747748%;
  }

  .left-sidebar .sidebar {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    margin-right: -1px;
  }

  .right-sidebar .content-area {
    padding-right: 39px;
    /*border-right: 1px solid #e9e9e9;*/
    /*width: 74.7747747748%;*/
  }

  .right-sidebar .sidebar {
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-left: -1px;
  }
}

/* Footer widgets */
.footer-widgets {
  background: #050505;
}

.footer-widgets.section-padding {
  padding: 4.375rem 0 2.1875rem;
}

.footer-widgets table {
  border-collapse: collapse;
}

.footer-widgets table > thead > tr > th,
.footer-widgets table > thead > tr > td {
  border-width: 1px;
}

.footer-widgets table th,
.footer-widgets table td {
  border-color: rgba(233, 233, 233, 0.4);
}

.footer-widgets .widget-title {
  color: #ffffff;
}

.footer-widgets .widget-area .widget_categories li,
.footer-widgets .widget-area .widget_archive li,
.footer-widgets .widget-area .widget_meta li {
  width: 100% !important;
  float: none;
}

.footer-widgets .widget_recent_entries ul li,
.footer-widgets .widget_recent_comments ul li {
  border-bottom: none;
  padding: 5px 0;
  margin-bottom: 0;
}

.footer-widgets .sidebar .widget {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
  /*line-height: 75px;*/
    line-height: 30px;

  position: relative;
  width: 100%;
  background: #ffffff;
  z-index: 1000;
  -webkit-transition: all 1s ease-out;
  /* Safari */
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}
.site-header.header-fixed {
  top: 0;
  left: 0;
  position: fixed;
}
.site-header .custom-logo-transparent {
  display: none;
}

.followWrap {
  display: block;
}

.header-full-width .container {
  max-width: auto;
  width: auto;
}
@media screen and (min-width: 940px) {
  .header-full-width .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.is-transparent .followWrap {
  z-index: 99;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  display: block;
}
.is-transparent .site-header {
  background: transparent;
  position: fixed;
  top: 0;
}
.is-transparent .site-header.no-sticky {
  position: absolute;
  top: auto;
}
.is-transparent .site-header.no-scroll {
  box-shadow: none;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo-transparent {
  display: inline-block;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo {
  display: none;
}
.is-transparent .site-header.no-scroll #nav-toggle span {
  background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle span::before, .is-transparent .site-header.no-scroll #nav-toggle span::after {
  background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle.nav-is-visible span {
  background-color: transparent;
}
.is-transparent .site-header.header-fixed {
  background: #ffffff;
}
.is-transparent .site-header.header-fixed.no-scroll {
  background: transparent;
  box-shadow: none;
}

@media screen and (min-width: 1140px) {
  .is-transparent .no-scroll.site-header .onepress-menu > li > a {
    color: rgba(255, 255, 255, 0.9);
  }
}
.is-transparent .hero-slideshow-fullscreen .hero__content {
  padding-top: 50px;
  padding-top: 3.125rem;
}

.site-branding {
 /* float: left;*/
padding: 0 0 0 10px;
}

.site-branding .site-title,
.site-branding .site-text-logo {
  margin: 0;
  line-height: 1;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333000;
  display: initial;
  vertical-align: middle;
  font-weight: 600;
}
.site-branding .site-title:hover,
.site-branding .site-text-logo:hover {
  text-decoration: none;
}
.site-branding .site-title {
  display: inline-block;
}
.site-branding .site-image-logo {
  display: block;
}
.site-branding .site-logo-div {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.site-branding .no-logo-img.has-desc .site-title,
.site-branding .has-logo-img .site-title {
  position: relative;
  padding-bottom: 8px;
}

.home.header-transparent .no-scroll .site-brand-inner,
.home.header-transparent .no-scroll .site-text-logo {
  color: #fff;
}

.header-social {
  margin-left: 0;
  float: right;
}
@media screen and (min-width: 940px) {
  .header-social {
    margin-left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .header-social {
    display: none;
  }
}
.header-social a {
  display: block;
  height: 100%;
  float: left;
  margin-left: 0;
  margin-top: -2px;
  color: #03c4eb;
}
@media screen and (min-width: 940px) {
  .header-social a {
    margin-left: 3px;
  }
}
.header-social a:hover {
  color: #333000;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.header-social .fa-stack-1x,
.header-social .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.header-social .fa-stack-1x {
  line-height: inherit;
}
.header-social .fa-stack-2x {
  font-size: 2em;
}
.header-social .fa-inverse {
  color: #ffffff;
}

.header-btn {
  float: right;
}

/* Site Navigation */
.onepress-menu,
.onepress-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.onepress-menu {
  width:100%;
  padding:16px 0;
}
.onepress-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.onepress-menu ul ul {
  top: 0;
  left: 100%;
}
.onepress-menu li {
  position: relative;
}
.onepress-menu > li {
  /*float: left;*/
}

.onepress-menu a {
  display: block;
  position: relative;
}

.onepress-menu ul {
  min-width: 3em;
  *width: 12em;
  border: 1px solid #e9e9e9;
  border-top: none;
  padding:0;
  width:100%;
}

.onepress-menu > li {
  display: inline-block !important;
  border-left: 1px solid #333;
  padding: 0 25px;
}

.onepress-menu > li:last-child {
  border-right: 1px solid #333;
}

@media screen and (min-width: 767px) {

/* グローバルメニューホバー時の表示 */
.onepress-menu li:hover > ul,
.onepress-menu li.sfHover > ul {
	display: flex !important;
	flex-direction: column !important;
}

  .onepress-menu li:hover,
  .onepress-menu li.sfHover {
    -webkit-transition: none;
    transition: none;
  }
}
.onepress-menu a {
  color: #333333;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
}
.onepress-menu a:hover {
  color: #03c4eb;
}
.onepress-menu ul li {
  line-height: 20px;
  background:#848884;
  border-left:none;
  padding:0;
  width:100%;

}

.onepress-menu ul li a {
  border-top: 1px solid #e9e9e9;
  padding: 8px 18px;
  color: #999999;
  font-size: 13px;
  text-transform: none;
  background: #ffffff;
  letter-spacing: 0;
}
.onepress-menu ul li a:hover {
  color: #03c4eb;
}
.onepress-menu li.onepress-current-item > a {
  color: #03c4eb;
}
.onepress-menu ul li.current-menu-item > a {
  color: #03c4eb;
}
.onepress-menu > li a.menu-actived {
  color: #03c4eb;
}
.onepress-menu .nav-toggle-subarrow {
  display: none;
}

#nav-toggle {
  display: none;
  margin-left: 15px;
}

@media screen and (max-width: 1140px) {
  .main-navigation {
    position: static;
  }

  .main-navigation .onepress-menu {
    width: 100% !important;
    display: none;
    height: 0;
    overflow: hidden;
    background: #fff;
  }

  .onepress-menu.onepress-menu-mobile {
    overflow: auto !important;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    height: auto !important;
		max-height: 100vh;
    padding: 0;
		overflow-y: auto;
		display: block !important;
		position: absolute;
		top: 56px;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 9999;
		box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  .onepress-menu.onepress-menu-mobile > li > a {
    padding: 12px 20px;
  }
  .onepress-menu.onepress-menu-mobile li:hover ul {
    display: none;
  }
  .onepress-menu.onepress-menu-mobile ul {
    box-shadow: none;
    padding-bottom: 0;
    border: none;
    position: relative;
  }
  .onepress-menu.onepress-menu-mobile ul li:last-child {
    border-bottom: none;
  }
  .onepress-menu.onepress-menu-mobile ul li a {
    padding: 12px 35px;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li a:hover {
    background: transparent;
  }
  .onepress-menu.onepress-menu-mobile ul li li a {
    padding: 12px 70px;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li li li a {
    padding: 12px 105px;
  }
  .onepress-menu.onepress-menu-mobile ul ul {
    left: 0;
  }
  .onepress-menu.onepress-menu-mobile li {
    line-height: 20px;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    border-left: none;
    width: 100% !important;
  }
  .onepress-menu > li:last-child {
    border-right: none;
  }
  .onepress-menu.onepress-menu-mobile > li:first-child {
    border-top: 0 none;
  }
  .onepress-menu.onepress-menu-mobile li.onepress-current-item > a {
    color: #03c4eb;
  }
  .onepress-menu.onepress-menu-mobile a {
    color: #777777;
  }
  .onepress-menu.onepress-menu-mobile a:hover {
    color: #333000;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
    display: block;
    color: #999999;
    border-left: 1px solid #e9e9e9;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 11px 20px;
    z-index: 10;
    font-size: 22px;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
    content: "\f106" !important;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
    /* display: block !important; */
    display: flex !important;
    flex-direction: column;
    /* background-color: #848884; */
  }

    .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul > li{
    /* display: block !important; */
    display: flex !important;
    flex-direction: column;
    background-color: #848884;
  }

  #nav-toggle {
    display: block;
  }
}
#nav-toggle {
  position: absolute;
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  top: 8px;
  right: 8px;
}
#nav-toggle span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: rotate 0.2s, translate 0.2s;
  transition: rotate 0.2s, translate 0.2s;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #333000;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #333000;
  content: "";
  right: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#nav-toggle.nav-is-visible span {
  background: transparent;
}
#nav-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
  background: #333000;
}

.sub-menu {
  display: none;
  transition: all 0.3s ease;
}
.sub-menu.sub-menu-open {
  display: block !important;
}

/* Content
------------------------------*/
.site-content {
  border-top: 1px solid #e9e9e9;
  margin-top: -1px;
}

.site-content.no-border {
  border-top: none;
}

.blog .site-content,
.tax-portfolio_cat .site-content,
.single-post .site-content,
.hiding-page-title .site-content {
  margin-top: 0;
}

.page-header {
  padding: 30px 0;
  border-top: 1px solid #e9e9e9;
  background: #f8f9f9;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  display:none;
}
.page-header:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  content: " ";
}
.page-header .entry-title,
.page-header .page-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-header p {
  margin: 6px 0 0 0;
}
.page-header.page--cover {
  position: relative;
  padding: 8% 0;
  text-align: center;
  border-top: 0 none;
  border-bottom: 0 none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-header.page--cover:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  content: " ";
}
.page-header.page--cover .entry-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
}
.page-header.page--cover .entry-tagline {
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
}
@media screen and (min-width: 1140px) {
  .page-header.page--cover .entry-tagline {
    font-size: 20px;
  }
}
@media screen and (max-width: 940px) {
  .page-header.page--cover .entry-tagline {
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  .page-header.page--cover .entry-tagline {
    font-size: 16px;
  }
}
.page-header.page--cover.is-t-above .container {
  margin-top: 30px;
}

/* Footer
------------------------------*/
.site-footer {
  background: #111111;
  color: #bbbbbb;
  font-size: 14px;
}
.site-footer a {
  color: #03c4eb;
}
.site-footer .footer-connect {
  padding: 90px 0;
  padding: 80px 0;
  padding:  5rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .site-footer .footer-connect .footer-subscribe {
    margin-bottom: 40px;
  }
}
.site-footer .footer-connect .follow-heading {
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}
.site-footer .footer-connect .subs_input {
  background-color: rgba(255, 255, 255, 0.145);
  color: #cccccc;
  border-bottom: none;
  box-shadow: none;
  padding: 12px 15px 12px;
  border-radius: 2px;
  width: 60%;
  font-size: 13px;
}
.site-footer .footer-connect .subs_input:focus {
  border: none;
}
@media screen and (max-width: 1140px) {
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 940px) {
  .site-footer .footer-connect .subs_input {
    width: 70%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 720px) {
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
.site-footer .footer-connect .subs-button {
  margin: 0;
  position: relative;
  top: 0;
  padding: 16px 23px 16px;
}
@media screen and (max-width: 1140px) {
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  .site-footer .footer-connect .subs-button {
    width: 70%;
  }
}
@media screen and (max-width: 720px) {
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
}
.site-footer .footer-connect input[type="text"]:focus {
  border: none !important;
}
.site-footer .footer-social {
  text-align: center;
}
.site-footer .footer-social a {
  font-size: 30px;
  margin: 0 13px;
  color: #ffffff;
}
.site-footer .footer-social a:hover {
  color: #03c4eb;
}
.site-footer .site-info {
  position: relative;
  text-align: center;
  padding: 35px 0;
  background: #222222;
  font-weight: 500;
  color: #bbbbbb;
}
.site-footer .site-info a {
  color: #dddddd;
}
.site-footer .site-info a:hover {
  text-decoration: underline;
}
.site-footer .site-info .container {
  position: initial;
}
.site-footer .btt a {
  border-radius: 0 20px 0 0;
  color: #999999;
  background: #222222;
  display: block;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: absolute;
  right: 60px;
  top: -25px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 50px;
  z-index: 99;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.site-footer .btt a:hover {
  color: #03c4eb;
}
.site-footer .btt a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: 3px;
}
@media screen and (max-width: 940px) {
  .site-footer .btt a {
    right: 0;
    left: 0;
  }
}

/*--------------------------------------------------------------
5.0 Contents
--------------------------------------------------------------*/
/* Page: 404
------------------------------*/
.error-404 .search-form, .error-404 .widget {
  margin-bottom: 40px;
}
.error-404 .widgettitle, .error-404 .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.error-404 ul {
  padding-left: 0;
}
.error-404 ul li {
  list-style: none;
}

/* Page: Search
------------------------------*/
.search-results .hentry {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.search-results .entry-summary p {
  margin-bottom: 0;
}
.search-results .entry-header .entry-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.search-results .entry-header .entry-title a:hover {
  text-decoration: none;
}

/* Entry Header
------------------------------*/
.entry-header .entry-title {
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.6px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.3;
}
@media screen and (min-width: 940px) {
  .entry-header .entry-title {
    font-size: 32px;
    line-height: 1.5;
  }
}

.entry-thumbnail {
  margin-bottom: 30px;
}

.single .entry-header .entry-title {
  margin-bottom: 10px;
}

.highlight {
  color: #03c4eb;
}

/* Entry Content
------------------------------*/
.entry-content {
  margin-bottom: 30px;
}
.entry-content blockquote {
  padding: 30px;
  position: relative;
  background: #f8f9f9;
  border-left: 3px solid #03c4eb;
  font-style: italic;
}
.entry-content blockquote p {
  margin: 0;
}

/* Entry Stuff
------------------------------*/
.entry-meta {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}

.entry-footer {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

.nav-links {
  padding: 30px 0;
  border-left: none;
  border-right: none;
  margin-bottom: 50px;
  flex-basis: 100%;
  text-align: center;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}
.nav-links a, .nav-links .page-numbers {
  background: #cccccc;
  color: #FFFFFF;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
}
@media screen and (max-width: 940px) {
  .nav-links a, .nav-links .page-numbers {
    padding: 6px 10px;
  }
}
.nav-links a:hover, .nav-links a.current, .nav-links .page-numbers:hover, .nav-links .page-numbers.current {
  background: #03c4eb;
  text-decoration: none;
}

.bypostauthor {
  margin: 0;
}

/* Sticky Post
------------------------------*/
.sticky .entry-title {
  padding-left: 20px;
  position: relative;
}
.sticky .entry-title:after {
  content: "\f276";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 22px;
  color: #aaaaaa;
}

/* WordPress caption style
------------------------------*/
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 15px;
  margin-top: 5px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 10px 0;
}

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px;
}

/* WordPress Gallery
------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.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;
}

/* Comments
------------------------------*/
#comments {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
#comments .comments-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#comments .comment-list {
  list-style: none;
  padding-left: 0;
}
#comments .comment-list .pingback {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
  margin: 0;
}
#comments .comment-list .pingback p {
  margin: 0;
}
#comments .comment-list .pingback:last-child {
  margin-bottom: 40px;
}
#comments .comment-content.entry-content {
  margin-bottom: 0;
}
#comments .comment {
  list-style: none;
  margin: 30px 0;
}
#comments .comment .avatar {
  width: 60px;
  float: left;
  border-radius: 3px;
}
#comments .comment .comment-wrapper {
  margin-left: 90px;
  padding: 25px 30px 15px 30px;
  background: #f8f9f9;
  position: relative;
}
#comments .comment .comment-wrapper:before {
  border-color: rgba(0, 0, 0, 0) #f6f7f9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 10px 10px 0;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  top: 0;
  width: 0;
}
#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 11px;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
  color: #03c4eb;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
  content: "/";
  padding: 0 5px;
}
#comments .comment .comment-wrapper .comment-meta a:last-child:after {
  content: "";
}
#comments .comment .comment-wrapper .comment-meta cite .fn {
  font-weight: bold;
  font-style: normal;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}
#comments .comment .comment-wrapper .comment-meta cite span {
  padding: 3px 10px;
  background: #e9e9e9;
  border-radius: 4px;
  margin-right: 10px;
}
#comments .comment .comment-wrapper a {
  text-decoration: none;
}
#comments .comment .children {
  padding-left: 30px;
}
#comments .comment .children .children {
  padding-left: 30px;
}
#comments .comment .children .children .children {
  padding-left: 0;
}
@media screen and (min-width: 940px) {
  #comments .comment .children {
    padding-left: 90px;
  }
  #comments .comment .children .children {
    padding-left: 90px;
  }
  #comments .comment .children .children .children {
    padding-left: 90px;
  }
}
#comments .form-allowed-tags {
  display: none;
}
#comments a {
  text-decoration: none;
}
#comments a:hover {
  text-decoration: underline;
}

.comment-respond textarea,
.comment-respond textarea {
  width: 100%;
}

/* Comment Form
------------------------------*/
#respond {
  padding-top: 20px;
}
#respond .comment-form label {
  display: block;
  margin-bottom: 4px;
}
#respond .form-allowed-tags {
  font-size: 12px;
}
#respond .form-allowed-tags code {
  background: none;
}
#respond .comment-reply-title {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#respond .comment-notes {
  display: none;
}
#respond label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.full-screen .comments-area {
  max-width: 1110px;
  margin: 0 auto;
}

/* woocommerce
------------------------------*/
.woocommerce div.product form.cart .variations td.label {
  color: #777;
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn {
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.btn:active, .btn:focus {
  outline: none;
}
.btn.btn-secondary-outline {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
}
.btn.btn-secondary-outline:hover {
  background: #FFF;
  color: #333;
}

.btn-lg {
  font-size: 17px;
  font-size: 1.0625rem;
}

.btn-theme-primary {
  background: #03c4eb;
  color: #FFFFFF;
}
.btn-theme-primary:hover {
  color: #FFFFFF;
}

.btn-theme-primary-outline {
  background-color: transparent;
  background-image: none;
  border-color: #03c4eb;
  color: #03c4eb;
}
.btn-theme-primary-outline:hover {
  color: #FFF;
  background-color: #03c4eb;
  border-color: #03c4eb;
}

/* Loading
------------------------------*/
.slider-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* WP 4.7 Shortcut */
section > .customize-partial-edit-shortcut {
  z-index: 95;
}
section > .customize-partial-edit-shortcut button {
  left: 30px;
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.sidebar .widget ul {
  list-style: none;
  padding: 0;
}
.sidebar .widget ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.sidebar .widget a {
  color: #777777;
  font-size: 14px;
}
.sidebar .widget a:hover {
  color: #03c4eb;
  text-decoration: underline;
}

/* Search
------------------------------*/
.search-form {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
}
.search-form .search-field {
  width: 100% !important;
  padding: 10px 15px;
  padding:  0.625rem 0.9375rem;
}
.search-form .search-submit {
  width: auto;
  margin: 0 0 0 0.5em;
  height: 100%;
}
.search-form label {
  -webkit-box-flex: 2;
          flex-grow: 2;
  margin: 0;
}

/* Recent Comment
------------------------------*/
.widget_recent_comments ul {
  margin-top: 25px;
}
.widget_recent_comments ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.widget_recent_comments ul a {
  font-style: italic;
}
.widget_recent_comments .comment-author-link a {
  font-weight: bold;
  font-style: normal;
}

/* Recent Categories, Archive, Meta
------------------------------*/
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
  float: left;
  margin-bottom: 0;
  width: 50%;
}
@media screen and (min-width: 720px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
  }
}
@media screen and (min-width: 940px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 1140px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
    float: left;
  }
}

.widget_recent_entries ul li {
  margin: 0;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e9e9e9;
}

.sidebar .widget_calendar a {
  color: #03c4eb;
  text-decoration: underline;
}

/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/
/* Section Stuffs
------------------------------*/
.section-padding {
  padding: 70px 0;
  padding:  4.375rem 0;
}

.section-padding-lg {
  padding: 90px 0;
  padding:  5.625rem 0;
}

.section-padding-larger {
  padding: 140px 0;
  padding:  8.75rem 0;
}

.section-meta {
  background-color: #f8f9f9;
}

.onepage-section {
  position: relative;
  overflow: hidden;
}
.onepage-section:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: " ";
  z-index: 1;
}
.onepage-section .container-fluid,
.onepage-section .container {
  position: relative;
  z-index: 5;
}

.section-inverse {
  background: #222222;
}
.section-inverse .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}

.section-inverse-extended {
  background: #333333;
}
.section-inverse-extended .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse-extended .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse-extended .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}

.section-inverse {
  color: rgba(255, 255, 255, 0.5);
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
  color: rgba(255, 255, 255, 0.9);
}
.section-inverse p {
  color: rgba(255, 255, 255, 0.5);
}

.section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
.section-title-area .section-title {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 800;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 940px) {
  .section-title-area .section-title {
    font-size: 40px;
    letter-spacing: 3.5px;
  }
}
.section-title-area .section-subtitle {
  color: #aaaaaa;
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 940px) {
  .section-title-area .section-subtitle {
    font-size: 14px;
  }
}

.section-desc {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

/* Section: Hero
------------------------------*/
.hero-slideshow-wrapper {
  width: 100%;
  position: relative;
  background-color: #222222;
  overflow: hidden;
  /* Loading icon */
}
.hero-slideshow-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  content: "";
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hero-small-text, .hero-slideshow-wrapper .hero__content .btn,
.hero-slideshow-wrapper .hero__content .hcl2-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
      transform: translateY(100px);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}
.hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}
.hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}
.hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text,
.hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text,
.hero-slideshow-wrapper.loaded .container .hero__content .btn, .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.hero-slideshow-wrapper .slider-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.animation-disable .hero-slideshow-wrapper {
  /* Loading icon */
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text, .animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text, .animation-disable .hero-slideshow-wrapper .hero__content .btn, .animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .slider-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.js-rotating {
  display: none;
}
.js-rotating.morphext {
  display: inline-block;
}

.is-customize-preview .slider-spinner {
  display: none !important;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .btn,
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.hero-slideshow-normal .container {
  padding: 10% 0;
  position: relative;
  z-index: 80;
}

.hero-slideshow-fullscreen .container {
  z-index: 80;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero__content {
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
  color: #FFF;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero__content a.btn {
  margin: 10px 10px 20px 0;
  margin:  0.625rem 0.625rem 1.25rem 0;
}
.hero__content p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/* Hero Content Style 2. */
.hero-content-style2 h1 {
  font-weight: 800;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 3px;
}
.hero-content-style2 .hcl2-content {
  padding: 50px 0;
  padding:  3.125rem 0;
}
.hero-content-style2 .hcl2-image {
  text-align: right;
}
@media (max-width: 1199px) {
  .hero-content-style2 .hcl2-content, .hero-content-style2 .hcl2-image {
    text-align: center;
  }
}

/* Hero Text Style1. */
.hero-content-style1 {
  text-align: center;
}
.hero-content-style1 h2 {
  color: #FFFFFF;
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 720px) {
  .hero-content-style1 h2 {
    font-size: 60px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 940px) {
  .hero-content-style1 h2 {
    font-size: 75px;
    letter-spacing: 4px;
  }
}
.hero-content-style1 h2 strong {
  font-weight: 900;
}
.hero-content-style1 p {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.4px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
  text-align: center;
  font-weight: 100;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 940px) {
  .hero-content-style1 p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1140px) {
  .hero-content-style1 p {
    font-size: 22px;
  }
}
.hero-content-style1 p strong {
  letter-spacing: -0.6px;
}
@media (max-width: 767px) {
  .hero-content-style1 .btn {
    display: inline-block;
  }
}
.hero-content-style1 a:active, .hero-content-style1 a:focus, .hero-content-style1 .btn:active, .hero-content-style1 .btn:focus {
  outline: none;
}

#hero .btn {
  box-shadow: none;
}
#hero .btn-theme-primary:focus {
  color: #fff;
}

.h-on-top.is-transparent #hero .container .hero__content {
  margin-top: 75px;
}

/* Text Rotator */
.morphext > .animated {
  display: inline-block;
}

/* Section: Features
------------------------------*/
.icon-background-default {
  color: #03c4eb;
}

.feature-item {
  text-align: center;
}
.feature-item .feature-icon {
  color: #fff;
}
.feature-item .fa-5x {
  font-size: 4em;
}
.feature-item:hover .icon-background-default {
  color: #333333;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 940px) {
  .feature-item.col-lg-3:nth-child(4n+1), .feature-item.col-lg-4:nth-child(3n+1), .feature-item.col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

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

/* Section: About Us
------------------------------*/
.section-about .about-image {
  text-align: center;
}
.section-about .about-image img {
  margin-bottom: 30px;
}
.section-about .section-title-area {
  margin-bottom: 30px;
}
.section-about .row > div {
  margin-top: 30px;
}

/* Section: Services
------------------------------*/
.section-services .service-item {
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 100ms ease-out 0s;
  transition: all 100ms ease-out 0s;
}
@media screen and (max-width: 720px) {
  .section-services .service-item {
    padding: 20px;
  }
}
.section-services .service-item:after {
  content: "";
  display: table;
  clear: both;
  clear: both;
}
.section-services .service-item:hover {
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}
.section-services .service-item .service-image {
  float: left;
  margin-right: 30px;
}
.section-services .service-item .service-image img {
  max-width: 120px;
  height: auto;
}
.section-services .service-item .service-image i {
  color: #03c4eb;
}
@media screen and (max-width: 720px) {
  .section-services .service-item .service-image {
    float: none;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 0;
    text-align: center;
  }
}
.section-services .service-item .service-thumbnail {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.section-services .service-item .service-content {
  overflow: hidden;
}
.section-services .service-item .service-content p {
  margin: 0;
  font-size: 14px;
  color: #777777;
}
@media screen and (max-width: 720px) {
  .section-services .service-item .service-content {
    text-align: center;
    overflow: auto;
  }
}
.section-services .service-item .service-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #333333;
}
.section-services .service-item .service-link:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

/* Section: Counter
------------------------------*/
.counter_item {
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.counter_item .counter__number {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 800;
  color: #03c4eb;
  line-height: 1;
  font-family: serif, sans-serif;
  text-transform: uppercase;
}
.counter_item .counter_title {
  font-size: 18px;
  font-size: 1.125rem;
}

/* Section: Parallax
------------------------------*/
#parallax-hero {
  position: relative;
  background: none;
  overflow: hidden;
}
#parallax-hero .hero-slideshow-wrapper {
  background: none;
}
#parallax-hero .hero-slideshow-wrapper::after {
  background: none;
}

.section-parallax, #parallax-hero {
  background: none;
  position: relative;
  overflow: hidden;
}
.section-parallax > section, .section-parallax .onepage-section, .section-parallax .section-inverse, #parallax-hero > section, #parallax-hero .onepage-section, #parallax-hero .section-inverse {
  background: none;
}
.section-parallax .parallax-bg, #parallax-hero .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
}
.section-parallax .parallax-bg:before, #parallax-hero .parallax-bg:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-parallax .parallax-bg img, #parallax-hero .parallax-bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 9999999px;
}
.section-parallax .parallax-bg.no-img, #parallax-hero .parallax-bg.no-img {
  height: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-attachment: scroll;
  background-position: 50% 0;
}

.parallax_bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.4;
}

.parallax-content {
  z-index: 10;
  position: relative;
  padding: 100px 0;
  text-align: center;
}
.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
  color: #FFFFFF;
  line-height: 1.5;
}
.parallax-content p, .parallax-content a {
  color: #FFFFFF;
}

/* Section: Team
------------------------------*/
.section-team .team-member {
  padding: 0 0.5px;
  text-align: center;
}
.section-team .row {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.team-members.row {
  margin-left: 0;
  margin-left: 0rem;
  margin-right: 0;
  margin-right: 0rem;
}
@media screen and (min-width: 940px) {
  .team-members.row.team-layout-4 .team-member {
    width: 25%;
  }
  .team-members.row.team-layout-4 .team-member:nth-child(4n+1) {
    clear: left;
  }
  .team-members.row.team-layout-3 .team-member {
    width: 33.3333333333%;
  }
  .team-members.row.team-layout-3 .team-member:nth-child(3n+1) {
    clear: left;
  }
  .team-members.row.team-layout-2 .team-member {
    width: 50%;
  }
  .team-members.row.team-layout-2 .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .team-members.row .team-member {
    width: 50%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 720px) {
  .team-members.row .team-member {
    width: 50%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .team-members.row .team-member {
    width: 100%;
  }
}

.team-member {
  margin-bottom: 20px;
  float: left;
}
.team-member .member-thumb {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.team-member .member-thumb:hover .member-profile {
  bottom: 8px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.team-member .member-thumb:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.team-member .member-thumb .member-profile {
  position: absolute;
  text-align: center;
  bottom: -35px;
  left: auto;
  right: auto;
  width: 100%;
}
.team-member .member-thumb .member-profile a {
  color: #333000;
}
.team-member .member-thumb .member-profile a .fa-inverse {
  color: #ffffff;
}
.team-member .member-thumb .member-profile a:hover {
  color: #03c4eb;
}
.team-member .member-info {
  margin-top: 0;
  position: relative;
  z-index: 30;
  text-align: center;
}
.team-member .member-name {
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
}
.team-member .member-name:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15%;
  bottom: -11px;
  width: 30%;
  height: 1px;
  background: #cccccc;
}
.team-member .member-position {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.3px;
}

/* Section: News
------------------------------*/
.all-news {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.section-news .list-article, .archive .list-article, .blog .list-article {
  border-top: 1px solid #e9e9e9;
  padding: 25px 0;
}
.section-news .list-article:last-of-type, .archive .list-article:last-of-type, .blog .list-article:last-of-type {
  border-bottom: 1px solid #e9e9e9;
}
.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
  float: left;
  margin-right: 30px;
}
.section-news .list-article-thumb a img:hover, .archive .list-article-thumb a img:hover, .blog .list-article-thumb a img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 940px) {
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    display: block;
  }
  .section-news .list-article-thumb img, .archive .list-article-thumb img, .blog .list-article-thumb img {
    width: 100%;
  }
}
.section-news .list-article-content, .archive .list-article-content, .blog .list-article-content {
  float: none;
  overflow: hidden;
}
.section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.section-news .entry-title, .archive .entry-title, .blog .entry-title {
  font-size: 22px;
  line-height: 1.5;
}
.section-news .entry-title a:hover, .archive .entry-title a:hover, .blog .entry-title a:hover {
  text-decoration: none;
}
.section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p {
  margin-bottom: 0;
}

.archive .site-main .list-article:first-child,
.blog .site-main .list-article:first-of-type {
  border-top: none;
  padding-top: 0;
}



.page-template-template-blog .section-news .list-article {
  padding: 30px 0;
}
.page-template-template-blog .section-news .list-article:first-of-type {
  border-top: none;
  padding-top: 0;
}
.page-template-template-blog .section-news .list-article:last-of-type {
  border-bottom: none;
}

.section-news.section-inverse .list-article {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse .list-article:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse h1 a, .section-news.section-inverse h2 a, .section-news.section-inverse h3 a, .section-news.section-inverse h4 a, .section-news.section-inverse h5 a {
  color: rgba(255, 255, 255, 0.8);
}
.section-news.section-inverse h1 a:hover, .section-news.section-inverse h2 a:hover, .section-news.section-inverse h3 a:hover, .section-news.section-inverse h4 a:hover, .section-news.section-inverse h5 a:hover {
  color: #FFF;
}

/* Section: Contact
------------------------------*/
.section-contact input, .section-contact textarea {
  width: 100%;
}
.section-contact .address-contact {
  margin-top: 5px;
  margin-bottom: 15px;
}
.section-contact .address-contact span {
  float: left;
  color: #aaaaaa;
}
.section-contact .address-contact .address-content {
  display: block;
  padding-left: 45px;
  font-style: italic;
  line-height: 2;
}
.section-contact .address-contact .fa-inverse {
  font-size: 12px;
}
.section-contact textarea {
  max-height: 190px;
}

.wpcf7-form {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 600;
  padding:5px 0;
}
.wpcf7-form br {
  margin-bottom: 5px;
}
.wpcf7-form label {
  width: 100%;
}

div.wpcf7-validation-errors {
  margin: 20px 0;
  padding: 15px;
}

div.wpcf7-response-output {
  margin: 20px 0;
}

/* Section: Videolightbox
------------------------------*/
.section-videolightbox {
  text-align: center;
}
.section-videolightbox .videolightbox__icon {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.section-videolightbox .videolightbox__heading {
  text-transform: uppercase;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0;
  font-weight: 500;
}
.section-videolightbox .videolightbox__heading strong {
  font-weight: 800;
}
.section-videolightbox .video_icon {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border: 4px solid #fff;
  border-radius: 100px;
  height: 50px;
  line-height: 1;
  padding: 10px;
  width: 50px;
  display: inline-block;
}
.section-videolightbox .video_icon i {
  color: #fff;
  font-size: 20px;
  margin-left: 6px;
  margin-top: 1px;
  line-height: 1;
}
.section-videolightbox .video_icon:hover {
  background: #FFFFFF;
}
.section-videolightbox .video_icon:hover i {
  color: #333;
}

/* Section: Gallery
------------------------------*/
.gallery-grid .g-item {
  padding: 10px;
  float: left;
}

.all-gallery {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.g-zoom-in .g-item {
  display: block;
  overflow: hidden;
}
.g-zoom-in .g-item .inner-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-zoom-in .g-item img {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.g-zoom-in .g-item:hover img {
  -ms-transform: scale(1.5, 1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5, 1.5);
  /* Safari */
  transform: scale(1.5, 1.5);
}

.g-layout-full-width.container {
  width: 100%;
  max-width: none;
  padding: 0;
}

@media screen and (min-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }

  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }

  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }

  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }

  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }

  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
@media screen and (min-width: 576px) and (max-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }

  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }

  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }

  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }

  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }

  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }

  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }

  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }

  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }

  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }

  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
.gallery-justified {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-justified img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}

.gallery-justified > a,
.gallery-justified > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  float: left;
}

.gallery-masonry {
  width: 100%;
  position: relative;
  display: block;
}
.gallery-masonry:after {
  clear: both;
}
.gallery-masonry .inner {
  display: block;
}

/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #333;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* WooCommerce support */
.woocommerce-result-count {
  font-style: italic;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin-bottom: 1.5em;
}

.woocommerce-ordering select {
  padding: 7px;
  margin-top: -10px;
}

.woocommerce ul.products li.product h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 7px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt {
  background-color: #03c4eb;
  padding: 10px 20px;
  padding:  0.625rem 1.25rem;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 2px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt:hover {
  background: #222222;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce .quantity .qty {
  padding: 5px;
}

.woocommerce span.onsale {
  padding: inherit;
}

.related.products h2, #tab-description h2 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 9px 14px;
  font-weight: bold;
}

.woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2, .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2,
.woocommerce .woocommerce-Addresses .col-1,
.woocommerce .woocommerce-Addresses .col-2,
.woocommerce .woocommerce-customer-details .col-1,
.woocommerce .woocommerce-customer-details .col-2 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .woocommerce-additional-fields h3 {
  margin-top: 20px;
}
.woocommerce .cart_totals th {
  text-align: left;
}
.woocommerce .cart_totals h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.woocommerce .wc-proceed-to-checkout {
  text-align: center;
}
.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  margin: 0 auto;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #03c4eb;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #03c4eb;
  opacity: .8;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation li {
  list-style: none;
}

/* Breadcrumbs
------------------------------*/
.breadcrumbs {
  font-size: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
  color: #858585;
}
@media screen and (min-width: 720px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs i {
  margin: 0 6px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #777777;
  font-weight: 600;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  margin-right: 20px;
  position: relative;
}
@media screen and (min-width: 720px) {
  .breadcrumbs span {
    margin-right: 40px;
  }
}
.breadcrumbs span span {
  margin-right: 0;
}
.breadcrumbs a:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.2);
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -11px;
  top: 2px;
}
@media screen and (min-width: 720px) {
  .breadcrumbs a:before {
    right: -23px;
    top: 3px;
  }
}
.breadcrumbs a:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-top: 5px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 3px;
}
@media screen and (min-width: 720px) {
  .breadcrumbs a:after {
    right: -22px;
    top: 4px;
  }
}

/* Coursel and slider */
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 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-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #333;
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme {
  position: relative;
}
.owl-theme .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: 0;
  padding: 4px 10px 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0 none;
}
.owl-theme .owl-nav button:focus {
  box-shadow: none;
  outline: none;
}
.owl-theme .owl-nav:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.owl-theme .owl-nav .owl-prev {
  left: 15px;
}
.owl-theme .owl-nav .owl-prev .lg-icon::before {
  content: "\e094";
}
.owl-theme .owl-nav .owl-next {
  right: 15px;
}
.owl-theme .owl-nav .owl-next .lg-icon::before {
  content: "\e095";
}

.owl-theme .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.gallery-carousel.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 none;
  padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* WP FORMS */
div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-label, div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-sublabel {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}
div.wpforms-container .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}
div.wpforms-container .wpforms-form .wpforms-field input[type=date],
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime],
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local],
div.wpforms-container .wpforms-form .wpforms-field input[type=email],
div.wpforms-container .wpforms-form .wpforms-field input[type=month],
div.wpforms-container .wpforms-form .wpforms-field input[type=number],
div.wpforms-container .wpforms-form .wpforms-field input[type=password],
div.wpforms-container .wpforms-form .wpforms-field input[type=range],
div.wpforms-container .wpforms-form .wpforms-field input[type=search],
div.wpforms-container .wpforms-form .wpforms-field input[type=tel],
div.wpforms-container .wpforms-form .wpforms-field input[type=text],
div.wpforms-container .wpforms-form .wpforms-field input[type=time],
div.wpforms-container .wpforms-form .wpforms-field input[type=url],
div.wpforms-container .wpforms-form .wpforms-field input[type=week],
div.wpforms-container .wpforms-form .wpforms-field select,
div.wpforms-container .wpforms-form .wpforms-field textarea {
  padding: 10px;
  max-width: 100%;
  border: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #333000;
  border-bottom: 1px solid #fff;
}
div.wpforms-container .wpforms-form .wpforms-field input[type=date]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=date]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=email]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=email]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=month]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=month]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=number]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=number]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=password]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=password]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=range]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=range]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=search]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=search]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=tel]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=tel]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=text]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=text]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=time]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=time]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=url]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=url]:focus,
div.wpforms-container .wpforms-form .wpforms-field input[type=week]:hover,
div.wpforms-container .wpforms-form .wpforms-field input[type=week]:focus,
div.wpforms-container .wpforms-form .wpforms-field select:hover,
div.wpforms-container .wpforms-form .wpforms-field select:focus,
div.wpforms-container .wpforms-form .wpforms-field textarea:hover,
div.wpforms-container .wpforms-form .wpforms-field textarea:focus {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff !important;
  background: #e9e9e9;
}
div.wpforms-container .wpforms-form .wpforms-field textarea {
  min-height: 215px;
}
div.wpforms-container .wpforms-form button[type=submit] {
  width: 100%;
  text-align: center;
  display: block;
}

/* Pirate Forms */
.pirate_forms .pirate-forms-fields-container .form_field_wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.pirate_forms .pirate-forms-fields-container .form_field_wrap .form-control {
  border-radius: 0;
}
.pirate_forms .pirate-forms-fields-container .form_field_wrap .pirate-forms-submit-button {
  display: block;
  width: 100%;
}
.pirate_forms .contact_message_wrap #pirate-forms-contact-message {
  border-radius: 0;
  background-color: #f2f2f2;
  border: 0 none;
  min-height: 245px;
  max-height: 999px;
}

/**
* JQuery Bullly
* @see https://github.com/pixelgrade/rellax/blob/gh-pages/assets/css/bully.css
 */
[class*="c-bully"],
[class*="c-bully"]:before,
[class*="c-bully"]:after {
  box-sizing: border-box;
}

.c-bully {
  position: fixed;
  top: 50%;
  right: 28px;
  font-size: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 600;
  color: #333;
  text-transform: uppercase;
}
@media screen and (max-width: 940px) {
  .c-bully {
    right: 0;
  }
}
.c-bully.c-bully--inversed {
  color: #fff;
}
@media screen and (max-width: 940px) {
  .c-bully.c-bully-hide-on-mobile {
    display: none;
  }
}

.onepress-menu-mobile-opening .c-bully {
  z-index: 10;
}

.c-bully__bullet {
  padding: 8px;
  opacity: 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 940px) {
  .c-bully__bullet {
    padding: 8px 3px;
  }
}
.c-bully__bullet:hover .c-bully__title {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.c-bully__title {
  position: absolute;
  right: 26px;
  top: 1px;
  left: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 10px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  opacity: 0;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}

.c-bully__bullet:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  will-change: transform;
}
@media screen and (max-width: 940px) {
  .c-bully__bullet:after {
    width: 9px;
    height: 9px;
  }
}

.c-bully__bullet--active {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}

.c-bully__bullet--active:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  background: currentColor;
  border-radius: 50%;
}
@media screen and (max-width: 940px) {
  .c-bully__bullet--active:before {
    width: 9px;
    height: 9px;
  }
}

.c-bully__bullet--active:after {
  border-color: transparent;
}

.c-bully__bullet--pop {
  -webkit-animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards, fade-in 0.2s 0.2s ease-out forwards;
          animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards, fade-in 0.2s 0.2s ease-out forwards;
}

.c-bully__bullet--squash {
  opacity: 1;
  -webkit-animation: bully-squash 0.2s ease-out forwards;
          animation: bully-squash 0.2s ease-out forwards;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bully-pop {
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bully-pop {
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bully-squash {
  50% {
    -webkit-transform: scale(0.6, 1.8);
            transform: scale(0.6, 1.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bully-squash {
  50% {
    -webkit-transform: scale(0.6, 1.8);
            transform: scale(0.6, 1.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.single-post .content-inner {
  margin-left: auto;
  margin-right: auto;
}

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.no-sidebar .entry-content > .alignwide {
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 1110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.no-sidebar .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 100vw;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  width: calc(var(--vw, 1vw) * 100);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.single-post .right-sidebar .content-inner {
  margin-left: 0;
}

.single-post .left-sidebar .content-inner {
  margin-right: 0;
}

.entry-content ul,
.entry-content ol {
  margin: 1.5em auto;
  list-style-position: outside;
}

.wp-block-video video {
  max-width: 100%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding: 0 0 0 0;
  height: auto;
  display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper > iframe, .wp-block-embed.is-type-video .wp-block-embed__wrapper > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  
}


.entry-content li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}

.entry-content{
margin:0 auto;
text-align:center;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin: 0 auto;
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
  margin-left: 0;
}

.wp-block-quote {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.wp-block-quote.is-style-large {
  padding: 0;
}
.wp-block-quote.is-style-large cite {
  font-size: 13px;
}
.wp-block-quote > * {
  margin-left: 16px;
  margin-right: 16px;
}
.wp-block-quote cite {
  font-style: normal;
  margin-top: 1em;
  margin-left: 0;
  position: relative;
  font-size: 13px;
  display: block;
  margin-bottom: 0;
}

.wp-block-pullquote {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote.is-style-solid-color {
  border-bottom: 0 none;
  border-top: 0 none;
}
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.wp-block-pullquote cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.wp-block-pullquote blockquote {
  border-left: 0;
  background: none;
}

.wp-block-separator {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.wp-block-separator:not(.is-style-wide) {
  max-width: 100px;
}
.wp-block-separator.is-style-dots {
  border-bottom: none !important;
  text-align: center;
}
.wp-block-separator.is-style-dots::before {
  padding-left: 0;
  font-size: 30px;
}

@media screen and (min-width:768px) and ( max-width:1139px){

  /*a??a?°CSS*/

  .border-bottom50 {
    margin: 0 auto 50px !important;
}


   .shuhen-box:after{
  content: "";
  display: block;
  clear: both;
 }


  .shuhen-sub-box{
width: 50%;
float: left;
padding: 10px;
box-sizing: border-box;
 }



  .image-box {
    padding: 10px;
    margin: 15px auto !important;
    background: #fff;
    box-shadow: 2px 2px 2px 2px;
    border-left: 4px solid orange;
    font-size: 18px;
    font-weight: bold;
}

  .table-box {
    text-align: center;
    margin: 45px auto 55px;
    /* padding: 30px 0 0 0; */
}

  .margin-top50{
  margin:50px 0 0 0;
}

  h3.word2-4 {
    text-align: center;
    padding: 17px 0;
    background: orange;
    color: #fff;
    margin: 0 0 30px 0;
}

input.check-form{
  margin: 25px 0 0 0;
}

.code {
    margin: 14px 0;
}



   .mobile-banner{
  width: 100%;
 }

    .pc-banner{
  display: none;
 }

 .top-banner{
  display: none;
 }

 .ileft {
/*float: left;*/
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
 }

 .topics-box::after{
  content:"";
  display:block;
  clear:both;
 }

 .main-top-image1{
    z-index: 1;
    margin: -118px 0 0 0;
 }

  .main-top-image2{
  z-index: 10;
    position: absolute;
    bottom: 0;
    right: 0;
 }


.main-text-uridashi{
  padding: 0;
  margin:0 auto;
  z-index:20;
font-size:18px;
}

.uridashi-box{
text-align: center;
    margin: 0 auto;
    z-index: 9999;
    position: relative;
    color: #fff;
    font-weight: bold;
    background: #91d3f5;
}

.uridashi-boxx-inquiry{
  width: 768px;
    margin: 0 auto 0;
}


.uridashi-boxxx1{
  width: 100%;
}

.shinchiku{
  margin: 0 0 0 70px;
}

.uridashi-boxxx1::after{
  content:"";
  display:block;
  clear:both;
}

.uridashi-boxxx2::after{
  content:"";
  display:block;
  clear:both;
}

.uridashi-boxx1:hover{
  background:orange;
}

.uridashi-boxx2{
 width: 31.333%;
    float: left;
    color: black;
    z-index: 9999;
    color: black;
    z-index: 9999;
    font-weight: bold;
    background: #fff;
    padding: 38px 0;
    margin: 31px 7px;
    text-align: center;
    font-size: 25px;
    font-weight: lighter;
    
    font-weight: bold;
    border-radius: 5px;
    outline: 1px solid grey;
    outline-offset: -9px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 40%);
}

.uridashi-boxx2:hover{
  background:orange;
}

.uridashi-boxx1 a{
color:#fff;
}

.uridashi-boxx2 a{
color:black;
}


.top-design{
  position:relative;
}

.top-design::after{
  content: "";
  clear: both;
  display: block;
}

.shinchiku{
  margin: 0;
}


.main-midashi{
  font-size:27px;
  margin: 0 0 20px 0;
}

.rinobe-boxx{
padding: 1px 0 0 0;
}

h2#recommend-text{
  padding: 0;
  margin:0;
}

.main-midashi-box{
 text-align: center;
    margin: 50px 0 0 0;
    position: relative;
}

.top-category-boxies::after{
  display:block;
  clear:both;
  content:"";
}

.top-category-boxies1::after{
  display:block;
  clear:both;
  content:"";
}

.top-category-boxies1-inquiry::after{
  display:block;
  clear:both;
  content:"";
}

.tempo-box-inner{
  width: 768px;

}

.tempo-box {
  padding:10px;
}

.top-category-boxies1 {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    
    width: auto;
    background:;
    /* height: 1000px; */
    z-index: 10;
    padding: 26px 0 20px 0;
}

.top-category-boxies1-inquiry {
    /*position: absolute;*/
    top: -29px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: 100%;
    background:;
    /* height: 1000px; */
    z-index: 10;
    padding: 26px 0 20px 0;
}


.keywords-line1{
background: orange;
    padding: 10px 0 10px 15px;
    font-size: 18px;
    margin: 0;

}

.keywords-line2{
background: orange;
    padding: 10px 0 10px 15px;
    font-size: 18px;
    margin: 50px 0 0 0;

}



.keywords-text{
display: inline;
    margin: 0 40px 0 0;
    width: 50%;
    float: left;
    margin: 0;
    padding: 7px 7px;
    font-size: 14px;
    background: #ebf4d0;
    box-sizing: border-box;
}

.keywords-box{
  list-style-type: none;
    display: inline;
    padding: 0;
}

.keywords-box li{
  border: 1px solid #beda7a;
}



  .top-contents-text1{
 margin: 0 0 5px 0;
    /* border-bottom: 1px solid #eb6100; */
    padding: 2px 0 2px 0;
    border-bottom: 2px dotted #fcfcfc;
    color: black;
}

.top-boxxx1 >.top-contents-text1:first-child{
  border-bottom:none;
 
  background: #d70035;
    color: #fff;
    padding: 5px 0 5px 32px;

}

.top-boxx2 >.top-contents-text1:first-child{
 border-bottom: 1px solid #0d6fb8;
    z-index: 9999;
    color: #0d6fb8 !important;
    font-size: 24px;
    /* width: 27%; */
    font-weight: bold;
    padding:5px 0 0 0;
    display: table;
}


.red-kakaku{
 border-bottom: none !important;
    z-index: 9999;
    color: #0d6fb8 !important;
    font-size: 35px !important;
    width: 64%;
    font-weight: bold;
    padding: 0;
    letter-spacing: 4px;
a??a??
}

.orange-back{
  padding: 5px 20px 10px 0;
}

  .main-boxx{
    padding: 0 10px;
    box-sizing:border-box;
  }

   .comment-text{
  font-size:16px;
  padding:3px 0;
  margin:0;
 }

  

  .red1{
    font-weight:bold;
    font-size:20px;
    color:red;
  }

  .red2{
    font-weight:bold;
    font-size:26px;
    color:red;
  }

  .black{
    font-weight:bold;
    font-size:20px;
    color:black;
  }

  .purezento{
    width:100%;
  margin: 0 0 10px;
  }

  .center{
    text-align:center;
    margin:0 auto;
  }

  .equipment-table{
    text-align:center;
    font-size:17px;
    color: black;
    
    padding:5px;
  }

  .equipment{
    padding:10px 0;
  }

  .red-price{
    color:red;
  }
  
  .room-type-main-text{
    font-size:16px;
  }

  .room-type-text1{
    font-size:18px;
    
  }

  .room-type-text2{
    font-size:14px;
    
  }

  .room-type{
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid red;
    margin: 0 0 37px 0;
    color: black;
    
  }

  .room-photo{
    text-align: center;
    margin: 50px 0 10px;
    font-weight: bold;
    font-size: 26px;
    color: black;
    
  }
  
  .table1{
    /*width: 768px;*/
    margin: 0 auto;
    text-align: center;
    margin: 50px auto 30px;
    
    border: 2px solid #c9c9c9;
  }
  


  .main-sub-box1{
    background-image: url(http://www.rentlife.co.jp/sale/wordpress/wp-content/uploads/2020/08/background-1.jpg);
    padding: 50px 0 50px;
    position:relative;
  }

  .main-sub-box1-inner{
padding: 0 10px;
box-sizing:border-box;
}

  .main-sub-box2{
    background-image: url(http://www.rentlife.co.jp/sale/wordpress/wp-content/uploads/2020/08/background-1.jpg);
    padding: 70px 0;
    position:relative;
  }

    .main-sub-box2-inner{
padding: 0 10px;
box-sizing:border-box;
}

  .main-sub-box3{
    background: #fff;
   /* padding:20px 0;*/
    position:relative;
    background-size: cover;
  }



  .kakaku-text{
    text-align:center;
    padding:20px 0;
    font-weight:bold;
    font-size:24px;

  }

  .kakaku-text1{
    text-align:center;
    padding:20px 0;
    font-weight:bold;
    font-size:20px;

  }

  .red{
    color:red;
    font-weight:bold;
    font-size:24px;
  }


  .onepress-menu{
    
    
  }

  .site-description{
    
  }

  .bigmoji{
    font-size:14px;
    font-weight:bold;
  }


  .bigmoji1{
    font-size:20px;
    font-weight:bold;
  }


  .tokucho-line{
    border-bottom:2px solid grey;
    padding:2px;
    
    font-weight:bold;
    font-size:16px;
  }

  .main-title{
    font-size: 22px;
    text-align: center;
     font-weight: bold; 
    
    color: black;
  }

  .adjust{
 /*margin:20px 0 0 0;*/
 padding:70px 0 70px;
  }

  .adjust1{
    /*margin:20px 0 0 0;*/
    padding:40px 0 0;
     }
   


  .sub-box1::after{
    display:block;
    clear:both;
    content:"";
  }


  .sub-box1{
  /*width:768px;*/
  margin:0 auto;
  }

  .sub-box1-1{
    width: 30.333%;
    float: left;
    color: #fff;
    margin: 0 10px;
    text-align: center;
    
  }
  
  .sub-box1-2-1{
    width: 43%;
    float: left;
    color: black;
    margin: 0 10px;
    
    padding: 0 60px 0 53px;
  }

  .sub-box1-2-2{
    width: 47%;
    float: left;
    color: black;
    margin: 0 10px;
   
    
  }



  .sub-box1-3{
    width: 30.633%;
    float: left;
    color: black;
    margin: 0 10px;
    text-align: center;
    
    font-size:15px;
  }

  .equipment-image{
    padding: 0 0 10px 0;
  }


  .main-sub-box{
    background:#170501;
  }



  .menu1{
    list-style-type: none;
    margin:0 auto;
    text-align: center;
    margin: 20px 0 20px 0;
  }
  
  .menu1 li{
    display: inline;
    padding: 0 20px;
    border-left: 1px solid black;
    
  }


  .title-box{
position:relative;
  }

  .title-sub-box1{
    position: absolute;
    font-size: 29px;
    padding: 35px 15px 0 15px;
    top: -285px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 814px;
    height: 118px;
    text-align: center;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Oleo Script', curs;
    letter-spacing: 4px;
    display:none;
  }


  .title-sub-box2{
    position: absolute;
    font-size: 35px;
    font-weight: bold;
    padding: 60px 15px 0 15px;
    top: 122px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 900px;
    height: 192px;
    text-align: center;
    box-sizing: border-box;
    /* background-color: rgba(255,0255,2550,0.3); */
    /* color: #fff; */
    letter-spacing: 2px;
    font-family: 'Oleo Script', curs;
    letter-spacing: 4px;
  }


 
 



  .tokucho-box1{
    padding:30px 0 20px 0;
    /*display:none;*/
  }

  .tokucho-box2{
    padding: 0 0 20px 0;
    /*display:none;*/
  }


  .red{
    color:red;
  }

  .kakaku{
    color:red;
    font-weight: bold;
    font-size: 26px;
  }

  .type-text{
    
    border-bottom: 2px dotted grey;
    padding: 40px 0 2px;
  }

  .type-sub-text{
    font-weight:bold;
    font-size:25px;
  }

  .red-text1{
    color:red;
    font-weight: bold;
    font-size: 26px;
    text-align:center;
    }
    
    .red-text2{
      color: red;
        font-size: 20px;
        font-weight: bold;
        text-align:center;
      }

  .menu-main-manu-container{
    white-space: pre;
      position: sticky;
      top: 75px;
      z-index: 1;
      background: #e1e1e1;
  }
  
  
  #menu-main-manu{
    margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style-type:none ;
  }
  
  #menu-main-manu li{
    padding:5px 25px;
  }
  
  #menu-main-manu li a{
    color:black;
  }




  .top-mobile-banner-image{
    display:none;
  }
  
  .top-banner-image{
    
  }

  .site-branding .no-logo-img.has-desc .site-description,
.site-branding .has-logo-img .site-description {
  font-size: 16px;
    line-height: 14px;
    margin-bottom: 0;
    position: relative;
    top: -15px;
    color: #333000;
    position: absolute;
    left: 225px;
    top: 35px;
    font-weight: bold;
}



  .site-branding .site-logo-div {
    line-height: 75px;
    width:200px;
  }

  .site-branding .site-logo-div img {
    width:100%;
  }


  .top-text{
    font-size: 18px;
    color: black;
    font-weight: bold;
  }

  .content-sub-text1{
    font-size: 14px;
    font-weight: bold;
  }

  .content-sub-text2{
    font-size: 14px;
  }

  .detail-position{
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 10px 20px;
    background: #eb6100;
    color: #fff;
  }

  .detail-position a{
    font-weight:bold;
    color: #fff;
  }

  .red{
    font-size: 18px;
    font-weight: bold;
    color: red;
  }



  .content-box:after{
    content:"";
    display:block;
    clear:both;
  }

  .top-boxx{
    width: 47%;
    float: left;
    padding: 15px 15px 75px 15px;
    margin: 10px;
    box-sizing: border-box;
    background: #f1f1f1;
    position: relative;
  }




   .top-boxxx1{
   width: 100%;
    float: left;
    /*padding: 20px 15px 58px 15px;*/
    margin: 0 0 50px 0;
    box-sizing: border-box;
    background: #fff8ee;
    position: relative;
    /*border: 1px solid #ffa347;*/
  }

    .top-boxxx1::after{
   display:block;
   content:"";
   clear:both;
  }


   .top-boxxx2{
   width: 100%;
    float: left;
    padding: 20px 15px 58px 15px;
    margin: 0 0 50px 0;
    box-sizing: border-box;
    background: #848884;
    position: relative;
    border: 1px solid #dcdcdc;
  }

    .top-boxxx2::after{
   display:block;
   content:"";
   clear:both;
  }


   .top-boxxx3{
   width: 100%;
    float: left;
    padding: 20px 15px 58px 15px;
    margin: 0 0 50px 0;
    box-sizing: border-box;
    background: #edecf6;
    position: relative;
  }

    .top-boxxx3::after{
   display:block;
   content:"";
   clear:both;
  }

   .top-boxx1{
   width:53%;
   float:left;
   margin:3px 0 0 0;
  }

   .top-boxx2{
    width:47%;
   float:left;
  }

 /* .attachment-medium{
    float: left;
    padding: 0 10px 0 10px;
  }*/

  .orange-box {
    background-color: #f15929;
    height: 145px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 50px;
    box-sizing: border-box;
    /* margin-bottom: 40px; */
    text-align: center;
}

#slider2{

float: left;
    padding: 0 10px 0 0;
}

#slider3{

float: left;
    padding: 0 10px 0 0;
}


#slider4{

float: left;
    padding: 0 10px 0 0;
}

.tags{
  list-style-type:none;
  margin: 0 0 5px 0;
}

.tags li{
  display:inline;
  margin: 0 0 0 13px;
    padding: 2px 10px;
}

.renovation{
background:orange;
color:#fff;
font-weight:bold;
border-radius:5px;
}

.sale-manshon{
background:red;
color:#fff;
font-weight:bold;
border-radius:5px;
}

.used-building{
background:green;
color:#fff;
font-weight:bold;
border-radius:5px;
}

.new-building{
background:purple;
color:#fff;
font-weight:bold;
border-radius:5px;
}

.place{
background:red;
color:#fff;
font-weight:bold;
border-radius:5px;
}


.menseki-ul{
  list-style-type: none;
    margin: 0 0 5px 0;
        padding: 4px 0 7px 0;
    border-bottom: 1px solid grey;
}

.menseki-ul li{
 display:inline;
 padding: 0 20px 0 0;
 font-size:13px;
}

.top-contents-text{
  margin: 0 0 5px 0;
  border-bottom: 1px solid grey;
      padding: 4px 0 7px 0;
      
}


.menseki-ul1{
  list-style-type: none;
    margin: 0 0 5px 0;
        padding: 4px 0 7px 0;
    border-bottom: 1px solid #eb6100;
}

.menseki-ul1 li{
 display:inline;
 padding: 0 20px 0 0;
 font-size:13px;
}

.top-contents-text1{
  margin: 0 0 5px 0;
  border-bottom: 1px solid #eb6100;
      padding: 4px 0 7px 0;
      
}







.row-fluid {
    margin: 0 auto;
    width: 900px;
}





  .content-first-text{
    list-style-type:none;
  }



#menu-bukken1{
list-style-type:none;}

.detail-text {
    padding: 17px;
    width: 230px;
    text-align: center;
    background: orange;
    color: #fff;
    margin: 65px auto 50px;
    font-weight: bold;
    font-size: 16px;
}
.detail-button {
    text-align: center;
}

.ssh{
margin:30px 0 0 0;
}

.top1{
}

.top2{
display:none;
}

.rinoveshon{
text-align:center;
margin:0 auto;
}

.sub-category{
    
    left: 50px;
    position: absolute;
    padding: 30px 30px;
    background: #fff;
    opacity: 0.7;
font-weight:bold;
color:black;
font-size:22px;
margin:-260px 0 0 0;
}


.sub-category1{
    
    right: 50px;
    position: absolute;
    padding: 30px 70px;
    background: #fff;
    opacity: 0.7;
font-weight:bold;
color:black;
font-size:22px;
margin:-130px 0 0 0;
}


ul.others1 {
    list-style-type: none;
    margin: 10px 0 0 0;
    width: 100%;
    position:relative;
}

ul.others1 li {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    background: #f4f4f4;
}

.borders{
border:2px dotted #c9c9c9;

width:768px;
text-align:center;
margin:30px auto 0;
}

.width-box{
width:80%;
text-align:center;
margin:0 auto;
}

.use-box{
text-align:center;
margin:0 auto;
position:relative;
}


.use-box-sub{
display:none;
}


.manshon-text {
    position: relative;
    display: inline-block;
    padding: 0 75px;
    margin: 40px 0 10px 0;
    font-size: 30px;
}

.ms-parent-id-9{
display:none;
}

.manshon-text:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
left:0;
}

.manshon-text:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
right: 0;
}

.center-box{
text-align:center;
margin:0 auto;
}



.first-text1 {
    font-size: 16px;
    line-height: 34px;
    box-sizing: border-box;
    padding: 20px 0 20px 0;

    letter-spacing: 4px;
    font-size: 20px;
    font-weight: lighter;
padding: 0 40px;
box-sizing:border-box;
}

.word2-2{

text-align: center;
    font-size: 67px;
    padding: 80px 0 15px 0;
    
    letter-spacing: 4px;
    font-size: 34px;
    color: black;
    font-weight: lighter;
    font-weight:bold;
    margin: 0 0 10px 0;
}

.hlhouse1-box:after{
clear:both;
display:block;
content:"";
}

a img.mouselink{
background:none!important;
}
 
a:hover img.mouselink{
opacity:0.4;
filter:alpha(opacity=40);
-ms-filter: "alpha( opacity=40 )";
background:none!important;
}

.hlhouse1{
float:left;
width:49%;
padding:20px;
box-sizing:border-box;
}
.copyright, .footer-box01-inner {
  width: 100%;
}
  .menu-footer-nav1-container> ul{
    list-style-type:none;
    text-align:center;
}

  .menu-footer-nav1-container> ul li {
    display:inline;
    padding: 0 79px;
    line-height:70px;
    height:70px;
     border-left:1px solid black;
}

  .menu-footer-nav1-container> ul li:first-child{
         border-left:none;
}


  .menu-footer-nav1-container> ul li:hover {
    opacity:0.7;
}


  .menu-footer-nav1-container> ul li a{
         color: #333;
  text-decoration: none;
}

.footer-box1{
    background:#e4e4e4;
    padding: 0 0;
    margin:50px 0 0 0;
}


  .footer-box01:after{
    content:"";
    display:block;
    clear:both;
}


#menu-footer-navigation{
    list-style-type:none;
}
#menu-footer-navigation > li{
    padding:2px 0;
}

.menu-footer-nav3-container >ul{
    list-style-type:none;
}

.menu-footer-nav3-container >ul li {
    padding:20px 0 0 145px;


}


.menu-footer-nav3-container >ul li a{
    color: #333;
  text-decoration: none;
}



.menu-footer-nav4-container >ul{
    list-style-type:none;
}

.menu-footer-nav4-container >ul li {
   padding:20px 0 0 95px;


    }

.menu-footer-nav4-container >ul li a{
    color: #333;
  text-decoration: none;
}


.mails{
width:500px;

}

.text-areas{
width:500px;

}

.names{
width:500px;

}

.tel-number{
width:500px;


}

.inquiry-button{
width:200px;

}





.first-text {
    font-size: 16px;
    line-height: 34px;
    box-sizing: border-box;
    padding: 20px 0 0 0;
}

.first-text2 {
    font-size: 16px;
    line-height: 34px;
    box-sizing: border-box;
    padding: 20px 0 20px 0;
    color:#fff; 
    font-weight:bold;
}


.text-box1{
text-align:center;
margin:0 auto;
}

.inquiry-text{

font-size:24px;
line-height:30px;
font-weight:bold;
width:500px;
border-radius:5px;
text-align:center;
margin:30px auto;
background:orange;
padding:20px 40px;
color:black;

}


.news_thum{
float:left;
}

.colorful1{
background:#F6F5DC;
font-weight:bold;
}

.colorful{

font-weight:bold;
}

.clearfix{
content:"";
display:block;
clear:both;
}


.table-box{
text-align:center;
margin:45px auto 55px;

}

.bordercolor{
color:#fff;
background:#C59C5F;
}

.table-box td{
padding:10px;
font-size:18px;

}

.wp-block-table td,
.wp-block-table th {
  padding: 3em;
  
}

.is-style-regular{
margin:20px 0 0 0;
text-align:center;

}



.hlhouse{
margin:20px auto;
text-align:center;
}

/* -------   m c?1--------------------*/
.oshirase {font-size:18px;
    border-left:9px solid green;
    padding: 0 0 0 10px;
    margin:12px 0 22px 20px;}

/* ---------   m c?1 X N   [  -----------*/

#scroll {width:628px;
	 height: 180px;
	 overflow: auto;
	 border: 1px solid #ccc;
	 border-radius: 6px;
        
	 box-sizing-border-box;
         margin:40px auto;}

.scroll-menu { background:#FBFBFB;
       padding:10px 20px 10px 20px;
       box-sizing:border-box;
	position:relative;
	/*box-shadow: 0 0 3px;
        border:1px solid black;*/
	width:688px;
	margin:10px auto ;}

.scroll-menu  p {font-size:14px;
	  line-height:28px;

          padding: 0 0 10px 0;
	  }

.scroll-tag  {border-bottom:1px dotted black;
	margin: 0 0 5px 0;
}


.other {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 10px 0;
}

.sub-other {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    /*margin: 155px 0 0 0;*/
    background: grey;
    opacity: 0.7;
    color: #fff;
    font-size: 18px;
}

ul.others li {
    width: 48%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    background: #f4f4f4;
    margin: 10px 8px;
}

ul.others {
    list-style-type: none;
    margin: 10px 0 0 0;
    width: 100%;
}

.detail-text1 {
    padding: 10px;
    width: 200px;
    text-align: center;
    background: #fff;
    color: black;
    margin: 100px auto 0;
    font-weight: bold;
    font-size: 20px;
}
  .word2-1 {
    text-align: center;
    font-size: 67px;
    padding: 80px 0 15px 0;
    font-family: 'Oleo Script', curs;
    letter-spacing: 4px;
    font-size: 30px;
    color: black;
    font-weight: bold;
    border-bottom: 2px solid red;
    margin: 0 0 20px 0;
font-weight:blod;
 box-sizing:border-box;
}

 .word2-2 {
    text-align: center;
    font-size: 67px;
    padding: 80px 0 15px 0;
    font-family: 'Oleo Script', curs;
    letter-spacing: 4px;
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
    border-bottom: 3px solid #FFE599;
    margin: 0 0 20px 0;
font-weight:bold;
}

  .word2-3 {
    text-align: center;
    font-size: 67px;
    padding: 10px 0 10px 0;
    font-family: 'Oleo Script', curs;
    letter-spacing: 4px;
    font-size: 30px;
    color: black;
    font-weight: lighter;
    border-bottom: 2px solid red;
    margin: 0 0 50px 0;
font-weight:blod;
 box-sizing:border-box;
}



  .top-slider-box{
padding: 0 10px;
box-sizing:border-box;
  }

  .pp{

    font-size: 18px;



    text-align: center;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Oleo Script', curs;
    letter-spacing: 4px;
  }


  .slider-box{
width:100%;
  }

  .slider {
        padding:6px 8px 6px 25px ;
        margin:7px auto 0;
        clear:both;
        border-radius:3px;
        width:86%;
        border:1px solid #EEEEEE;
	background-color:#fefefe;
	z-index:11;
	}

.slider {
    -webkit-box-shadow: 10px 10px 8px -6px #777;
       -moz-box-shadow: 10px 10px 8px -6px #777;
            box-shadow: 10px 10px 8px -6px #777;
}

.slider1 {width:98%;
          height:auto;
          margin: 0 4px;}

.slider1:hover {opacity:0.7;}


.sub-box{
  width:768px;
  margin:10px auto 10px;
  
}

.sub-box-inner{
  width:100%;
}

.main-text1{
padding: 0 0 10px;
font-size:15px;
font-weight:bold;
}


.br::before {
	content: "\A" ;
	white-space: pre ;
}

.panorama{
   position:relative;
   display:none;
}

.panorama-text{
      position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 350px;
    margin: auto;
    width: 868px;
    padding: 62px 20px;
    box-sizing: border-box;
    opacity: 0.6;
    font-size: 22px;
    fpmt-weight: bold;
    font-weight: bold;
    color: black;
}

.panorama1{
    width:100%;
}

.sub-bbox{
background-image: url("http://www.rentlife.co.jp/sale/wordpress/wp-content/uploads/2019/03/image18.png");
 background-size:  cover;
margin:50px 0 0 0;
}

.bg-mask{
height: 100%;
  background: rgba(116,116,116,0.2);  
padding: 0 0 30px 0;
}

.reform-box{
width:768px;
  margin:0 auto;

font-size:35px;
text-align:center;
padding:80px 0 0 0;
color:#fff;
font-weight:bold;
}

.sub-reform-box{
width:768px;
  margin:0 auto;

font-size:20px;
text-align:center;
padding:20px 0 0 0;
color:#fff;
font-weight:bold;

}


  .hero{
    width:100%;
    margin:0 auto;
    position: relative;
    box-sizing: border-box;
  }

.sub-hero {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    padding: 30px;
    height: 0;
    box-sizing: border-box;
   
    opacity: 0.6;
    font-size: 23px;
}

.sub-hero-main{
display:none;
margin:0 auto;
text-align:center;
color:#fff;
font-weight:bold;
}

.sub-hero-sub{
display:none;
margin:0 auto;
text-align:center;
color:#fff;
font-weight:bold;

}


.hero-text1{
  position: absolute;
    font-size: 40px;
    padding: 60px 15px 0 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 590px;
    height: 190px;
    text-align: center;
    box-sizing: border-box;
    background-color: rgba(255,0255,2550,0.5);
    color: black;
    letter-spacing: 2px;
        
    letter-spacing: 4px;
  }

  .wp-block-cover-text p {
    padding: 1.5em 0;
  }

  .entry-content > * {
    padding-left: 0;
    padding-right: 0;
  }
}



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


   /*a??a?°CSS*/


   .pc-banner{
    display: none;
   }


.border-bottom50 {
    margin: 0 auto 50px !important;
}


    .shuhen-box:after{
  content: "";
  display: block;
  clear: both;
 }


  .shuhen-sub-box{
width: 100%;

padding: 10px;
box-sizing: border-box;
 }



   .image-box {
    padding: 10px;
    margin: 15px auto !important;
    background: #fff;
    box-shadow: 2px 2px 2px 2px;
    border-left: 4px solid orange;
    font-size: 18px;
    font-weight: bold;
}


   .table-box {
    text-align: center;
    margin: 45px auto 55px;
    /* padding: 30px 0 0 0; */
}


   h3.word2-4 {
    text-align: center;
    padding: 17px 0;
    background: orange;
    color: #fff;
    margin: 0 0 30px 0;
}


   input.check-form{
  margin: 25px 0 0 0;
}

.code {
    margin: 14px 0;
	font-size: 18px;
}



.top-banner{
  display: none;
}

.baiabai-text{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: #6Fba2c;
  left: 0;
  padding: 0 14px 0 14px;
  width: 320px;
  text-align: center;
  margin: 0 auto;
  margin: 0 auto 16px;
  border-radius: 20px;
  padding: 5px 0;
  position: relative;
}

 .ileft {
/*float: left;*/
    padding: 0 10px;
    box-sizing: border-box;
    width:100%;
    height:auto;
 }

 .topics-box::after{
  content:"";
  display:block;
  clear:both;
 }

 .main-top-image1{
    z-index: 1;
    /*margin: -118px 0 0 0;*/
 }

  .main-top-image2{
  z-index: 10;
    position: ;
    bottom: 0;
    right: 0;
 }


.main-text-uridashi{
  padding:3px;
  margin:0 auto;
  z-index:20;
font-size:14px;
}

.uridashi-box{
text-align: center;
    margin: 0 auto;
    z-index: 9999;
    position: relative;
    color: #fff;
    font-weight: bold;
    background: #91d3f5;
}


.uridashi-boxx-inquiry{
  width: 100%;
    margin: 0 auto 0;
}

.uridashi-boxxx1{
    float: none;
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
}

.uridashi-boxxx2{
  /*margin: 0 0 0 70px;*/
  float: right;
    width: 49%;
}

.shinchiku{
  margin: 0 0 0 0;
  position: relative;
  z-index: 0;
}

.uridashi-boxx1{
  outline: 1px solid grey;
  outline-offset: -8px;
  flex: 0 0 48%;
  margin: 1%;
}

.uridashi-boxx1:hover{
  background:orange;
}

.uridashi-boxx2{
 /*width: 29.333%; */
    /* float: left; */
    color: black;
    z-index: 9999;
    color: black;
    z-index: 9999;
    font-weight: bold;
    background: #fff;
    padding: 38px 0;
    margin:10px;
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    
    font-weight: bold;
    border-radius: 10px;
    outline: 1px solid grey;
    outline-offset: -9px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 40%);
}

.uridashi-boxx2:hover{
  background:orange;
}

.uridashi-boxx1 a{
        color: #fff;
        font-weight: bold;
        font-size: 16px;
}

.uridashi-boxx2 a{
color:black;
}


.top-design{
  position:relative;
}

.top-design::after{
  content: "";
  clear: both;
  display: block;
}

.top-category-boxies::after{
  content: "";
  clear: both;
  display: block;
}

.mobile-box::after{
  content: "";
  clear: both;
  display: block;
}




.main-midashi-box{
  text-align:center;
  position: relative;
}

.top-category-boxies::after{
  display:block;
  clear:both;
  content:"";
}

.top-category-boxies1::after{
  display:block;
  clear:both;
  content:"";
}

.top-category-boxies1-inquiry::after{
  display:block;
  clear:both;
  content:"";
}

.common-footer-inner {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        align-content: space-around;
        justify-content: space-around;
        flex-wrap: nowrap;
        align-items: center;
}

.common-leftbox {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    display: flex;
}

.common-rightbox {
padding:50px 0 0 0;
font-size: 24px;
}


.commmon-raiten{
  width: 50%;
  margin:10px;
  display: none;
}


.commmon-inquiry{
  width: 100%;
  margin:10px;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;

}

.tempo-box-inner{
  width: 100%;
}

.tempo-box{
  padding: 16px;
}

.top-contact-btn {
  width: 100%;
  margin: 0;
}

.tempo-sub-box {
  padding: 24px 0;
}

.contact-normal {
  font-size: 24px;
  padding: 16px 0;
}

.tempo-detail-img {
  width: 80%;
  margin: auto;
}

.tempo-detail-info {
  width: 80%;
  margin: auto;
}

.tempo-detail{
  display: flex;
  flex-direction: column;
}

.width-box{
  padding: 10px;
}

h2#recommend-text{
margin:0;
padding: 0 !important;

}

.main-midashi-box{
  margin: 40px auto 20px !important;
}

.main-midashi{
      line-height: 1.2;
    font-size: 25px;
    font-size: 1.5625rem;
    padding:0;
    margin:0 auto 50px;

}

.rinobe-boxx{
  padding: 20px 0 0 0;
}

.top-category-boxies {
    height: auto;
    width: 100%;
    padding: 24px 0;
    background: url(/jutaku_files/images/top/img_back_sp_01.jpg) no-repeat center / cover;
}

.paddingTop10 {
    padding: 50px 0 0 0;
}

.top-category-boxies1 {
   /*position: absolute; */
    top: -29px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* height: 300px; */
    /* width: 1000px; */
    background: ;
    /* height: 1000px; */
	height: 100%;
	z-index: 10;
    padding: 26px 0 20px 0;
}


.top-category-boxies1-inquiry {
   /*position: absolute; */
    top: -29px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    /* width: 1000px; */
    background: ;
    /* height: 1000px; */
    z-index: 10;
    padding: 26px 0 20px 0;
}




.keywords-line1{
background: orange;
    padding: 10px 0 10px 15px;
    font-size: 18px;
    color: black;
    margin: 0;
}

.keywords-line2{
background: orange;
    padding: 10px 0 10px 15px;
    font-size: 18px;
    color: black;
    margin: 0 0 0 0;
}



.keywords-text{
display: inline;
    margin: 0 40px 0 0;
    width: 50%;
    float: left;
    margin: 0;
    padding: 7px 7px;
    font-size: 14px;
    background: #ebf4d0;
    box-sizing: border-box;
}



.keywords-box{
  list-style-type: none;
    display: inline;
    padding: 0;
}

.keywords-box li{
  border: 1px solid #beda7a;
}


  .top-contents-text1{
 margin: 0 0 5px 0;
    /* border-bottom: 1px solid #eb6100; */
    padding: 2px 0 2px 0;
    border-bottom: 2px dotted #fcfcfc;
    color: black;
}

.top-boxxx1 >.top-contents-text1:first-child{
  border-bottom:none;
 
  background: #d70035;
    color: #fff;
    padding: 5px 0 5px 32px;

}

.top-boxx2 >.top-contents-text1:first-child{
 border-bottom: 1px solid #0d6fb8;
    z-index: 9999;
    color: #0d6fb8 !important;
    font-size: 24px;
    /* width: 27%; */
    font-weight: bold;
    padding:5px 0 0 0;
    display: table;
}


.red-kakaku{
 border-bottom: none !important;
    z-index: 9999;
    color: #0d6fb8 !important;
    font-size: 20px !important;
    width: 100%;
    font-weight: bold;
    padding: 0;
    letter-spacing: 4px;
a??a??
}

.orange-back{
  padding: 5px 20px 30px 20px;
    box-sizing: border-box;
}



/* 767px U?A?I?  I?e?‡ E“K        */

   .comment-text{
  font-size:14px;
  padding:3px 0;
  margin:0;
 }



.top-mazon{
  display:none;
}


.red1{
  font-weight:bold;
  font-size:20px;
  color:red;
}

.red2{
  font-weight:bold;
  font-size:20px;
  color:red;
}

.black{
  font-weight:bold;
  font-size:14px;
  color:black;
}

.purezento{
  width:100%;
margin: 0 0 10px;
}

.center{
  text-align:center;
  margin:0 auto;
}

.equipment-table{
  text-align:center;
  font-size:17px;
  color: black;
  
  padding:5px;
}

.equipment{
  padding:10px 0;
}

.red-price{
  color:red;
}

.room-type-main-text{
  font-size:16px;
}

.room-type-text1{
  font-size:14px;
  
}

.room-type-text2{
  font-size:14px;
  
}

.room-type{
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid red;
  margin: 0 0 37px 0;
  color: black;
  
  font-size:14px;
}

.room-photo{
  text-align: center;
  margin: 50px 0 10px;
  font-weight: bold;
  font-size: 26px;
  color: black;
  
}

.table1{
 
  margin: 0 auto;
  text-align: center;
  margin: 50px auto 30px;
  
  /*border: 2px solid #c9c9c9;*/
}

.table1 th{
  display:block;
 
}

.table1 td{
  display:block;
  
}



.main-sub-box1{
  background-image: url(http://www.rentlife.co.jp/sale/wordpress/wp-content/uploads/2020/08/background-1.jpg);
 padding:30px 0;
  position:relative;
  
}

.main-sub-box1-inner{
padding: 0 10px;
box-sizing:border-box;
}

.main-sub-box2{
  background-image: url(http://www.rentlife.co.jp/sale/wordpress/wp-content/uploads/2020/08/background-1.jpg);
  padding: 50px 0;
  position:relative;
}

.main-sub-box2-inner{
  padding: 0 10px;
box-sizing:border-box;
}




.main-sub-box3{
  background: #fff;
 /* padding:20px 0;*/
  position:relative;
  background-size: cover;
}



.kakaku-text{
  text-align:center;
  padding:20px 0;
  font-weight:bold;
  font-size:18px;

}

.kakaku-text1{
  text-align:center;
  padding:20px 0;
  font-weight:bold;
  font-size:20px;

}

.red{
  color:red;
  font-weight:bold;
  font-size:24px;
}


.onepress-menu{
  
  
}

.site-description{
  
}

.bigmoji{
  font-size:14px;
  font-weight:bold;
}


.bigmoji1{
  font-size:18px;
  font-weight:bold;
}


.tokucho-line{
  border-bottom:2px solid grey;
  padding:2px;
  
  font-weight:bold;
  font-size:16px;
}

.main-title{
  font-size: 14px;
  text-align: center;
   font-weight: bold; 
  
  color: bl
}

.main-boxx{
  padding: 0 10px;
  box-sizing:border-box;
}

.adjust{
/*margin:20px 0 0 0;*/
padding:50px 0 50px;
}

.adjust1{
  /*margin:20px 0 0 0;*/
  padding:40px 0 0;
   }
 


.sub-box1::after{
  display:block;
  clear:both;
  content:"";
}


.sub-box1{

margin:0 auto;
}

.sub-box1-1{
  width: 95%;
  float: left;
  color: #fff;
  margin: 20px 10px;
  text-align: center;
  
}

.sub-box1-2-1{
  width: 46%;
    /* float: left; */
    color: black;
    margin: 0 auto;
    
    /* padding: 0 60px 0 53px; */
    text-align: center;
}

.sub-box1-2-2{
  /*width: 47%; */
    /* float: left; */
    color: black;
    margin: 30px 10px 0;
    
}



.sub-box1-3{
 width: 96.633%;
    float: left;
    color: black;
    margin: 0 10px;
    text-align: center;
    
    font-size: 15px;
}

.equipment-image{
  padding: 0 0 10px 0;
}


.main-sub-box{
  background:#170501;
}



.menu1{
  list-style-type: none;
  margin:0 auto;
  text-align: center;
  margin: 20px 0 20px 0;
}

.menu1 li{
  display: inline;
  padding: 0 20px;
  /*border-left: 1px solid black;*/
  
}


.title-box{
position:relative;
display:none;
}

.title-sub-box1{
  position: absolute;
  font-size: 29px;
  padding: 35px 15px 0 15px;
  top: -285px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 814px;
  height: 118px;
  text-align: center;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  letter-spacing: 2px;
  font-family: 'Oleo Script', curs;
  letter-spacing: 4px;
  display:none;
}


.title-sub-box2{
  position: absolute;
  font-size: 35px;
  font-weight: bold;
  padding: 60px 15px 0 15px;
  top: 122px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 900px;
  height: 192px;
  text-align: center;
  box-sizing: border-box;
  /* background-color: rgba(255,0255,2550,0.3); */
  /* color: #fff; */
  letter-spacing: 2px;
  font-family: 'Oleo Script', curs;
  letter-spacing: 4px;
}







.tokucho-box1{
  /*padding:30px 0 20px 0;*/
  /*display:none;*/
}

.tokucho-box2{
  padding: 0 0 20px 0;
  /*display:none;*/
}


.red{
  color:red;
}

.kakaku{
  color:red;
  font-weight: bold;
  font-size: 26px;
}

.type-text{
  
  border-bottom: 2px dotted grey;
  padding: 40px 0 2px;
}

.type-sub-text{
  font-weight:bold;
  font-size:25px;
}

.red-text1{
  color:red;
  font-weight: bold;
  font-size: 26px;
  text-align:center;
  }
  
  .red-text2{
    color: red;
      font-size: 20px;
      font-weight: bold;
      text-align:center;
    }

.menu-main-manu-container{
  white-space: pre;
    position: sticky;
    top: 75px;
    z-index: 1;
    background: #e1e1e1;
}


#menu-main-manu{
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style-type:none ;
}

#menu-main-manu li{
  padding:5px 25px;
}

#menu-main-manu li a{
  color:black;
}



.top-mobile-banner-image{

}

.top-banner-image{
  display:none;
}

.menu-main-manu-container{
  white-space: pre;
    position: sticky;
    top: 75px;
    z-index: 1;
    background: #e1e1e1;
}


#menu-main-manu{
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style-type:none ;
}

#menu-main-manu li{
  padding:5px 25px;
}

#menu-main-manu li a{
  color:black;
}

.site-branding .site-logo-div {
  width:200px;
  padding: 8px 0 0;
}

.site-branding .site-text-logo {
  font-size: 14px;
}

.top-text{
  font-size: 18px;
  color: black;
  font-weight: bold;
}

.content-sub-text1{
  font-size: 13px;
  font-weight: bold;
}

.content-sub-text2{
   font-size: 13px;
}

.detail-position{
  /*position: absolute; */
    bottom: 0;
    right: 10px;
    padding: 10px 20px;
    background: #eb6100;
    color: #fff;
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 20px;
}

.detail-position a{
  font-weight:bold;
  color: #fff;
}

.red{
  font-size: 20px;
  font-weight: bold;
  color: red;
}



.content-box:after{
  content:"";
  display:block;
  clear:both;
}

.top-boxx{
  width: 97%;
    /* float: left; */
    padding: 15px 15px 75px 15px;
    margin: 17px 0;
    box-sizing: border-box;
    background: #f1f1f1;
    position: relative;
}


   .top-boxxx1{
   width: 100%;
    float: left;
    /*padding: 20px 15px 58px 15px;*/
    margin: 0 0 40px 0;
    box-sizing: border-box;
    background: #fff8ee;
    position: relative;
    /*border: 1px solid #ffa347;*/
  }

    .top-boxxx1::after{
   display:block;
   content:"";
   clear:both;
  }


   .top-boxxx2{
   width: 100%;
    float: left;
    padding: 20px 15px 58px 15px;
    margin: 0 0 40px 0;
    box-sizing: border-box;
    background: #848884;
    position: relative;
    border: 1px solid #dcdcdc;
  }

    .top-boxxx2::after{
   display:block;
   content:"";
   clear:both;
  }


   .top-boxxx3{
   width: 100%;
    float: left;
    padding: 20px 15px 58px 15px;
    margin: 0 0 65px 0;
    box-sizing: border-box;
    background: #edecf6;
    position: relative;
  }

    .top-boxxx3::after{
   display:block;
   content:"";
   clear:both;
  }

   .top-boxx1{
   width:100%;
   
   margin:3px 0 0 0;
  }

   .top-boxx2{
    width:100%;
  
  }

 /* .attachment-medium{
    float: left;
    padding: 0 10px 0 10px;
  }*/

  .orange-box {
   background-color: #f15929;
    height: 99px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 31px;
    box-sizing: border-box;
    /* margin-bottom: 40px; */
    text-align: center;
}

#slider2{

float: left;
    padding: 0 10px 0 0;
}

#slider3{

float: left;
    padding: 0 10px 0 0;
}


#slider4{

float: left;
    padding: 0 10px 0 0;
}

.tags{
  list-style-type:none;
  margin: 0 0 10px 0;
  padding:0;
}

.tags li{
  display: inline;
    margin: 0 14px 0 0;
    padding: 2px 10px;
}

.renovation{
background:orange;
color:#fff;
font-weight:bold;
border-radius:5px;
}

.sale-manshon{
background:red;
color:#fff;
font-weight:bold;
border-radius:5px;
}

.used-building{
background:green;
color:#fff;
font-weight:bold;
border-radius:5px;
}

.new-building{
background:purple;
color:#fff;
font-weight:bold;
border-radius:5px;
}

.place{
background:red;
color:#fff;
font-weight:bold;
border-radius:5px;
}


.menseki-ul1{
  list-style-type: none;
    margin: 0 0 5px 0;
        padding: 4px 0 7px 0;
    border-bottom: 1px solid #eb6100;
}

.menseki-ul1 li{
 display:inline;
 padding: 0 20px 0 0;
}

.top-contents-text1{
  margin: 0 0 5px 0;
  border-bottom: 1px solid #eb6100;
      padding: 4px 0 7px 0;
}


.menseki-ul{
  list-style-type: none;
    margin: 0 0 5px 0;
        padding: 4px 0 7px 0;
    border-bottom: 1px solid grey;
}

.menseki-ul li{
 display:inline;
 padding: 0 20px 0 0;
}

.top-contents-text{
  margin: 0 0 5px 0;
  border-bottom: 1px solid grey;
      padding: 4px 0 7px 0;
}






.row-fluid {
    margin: 0 auto;
    width: 100%;
}





  .content-first-text{
    list-style-type:none;
  }



.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;   */
    height: 0;
    overflow: hidden;  
}

.site-branding .no-logo-img.has-desc .site-description,
.site-branding .has-logo-img .site-description {
  font-size: 16px;
  line-height: 14px;
  margin-bottom: 0;
  position: relative;
  top: -15px;
  color: #333000;
  position: absolute;
    left: 300px;
    top: 40px;
    font-weight:bold;
display:none;
}

     #menu-bukken1{
list-style-type:none;}


.detail-text {
    padding: 17px;
    width: 230px;
    text-align: center;
    background: orange;
    color: #fff;
    margin: 65px auto 80px;
    font-weight: bold;
    font-size: 16px;
}
.detail-button {
    text-align: center;
}

.top1{
display:none;
}

.top2{

}
.rinoveshon{
text-align:center;
margin:0 auto;
}

.sub-category {
    left: 50px;
    /* position: absolute; */
    padding: 22px 18px 60px;
    background: #fff;
    opacity: 0.7;
    font-weight: bold;
    color: black;
    font-size: 16px;
    /* margin: -260px 0 0 0; */
    box-sizing: border-box;
}

.sub-category1 {
    /* right: 10px; */
    position: absolute;
    padding: 10px;
    background: orange;
    /* background: grey; */
    /* opacity: 0.7; */
    /* font-weight: bold; */
    /* color: #fff; */
    /* font-size: 22px; */
    /* margin: -45px 0 0 0; */
    /* right: 21px; */
    /* bottom: 20px; */
    right: 100px;
    /* position: absolute; */
    /* bottom: 20px; */
    margin: -50px 0 0 0;
}
ul.others1 {
    list-style-type: none;
    margin: 10px 0 0 0;
    width: 100%;
    position:relative;
}

ul.others1 li {
    width: 90%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    background: #f4f4f4;
}

.borders{
border:2px dotted #c9c9c9;

width:100%;
text-align:center;
margin:30px auto 0;
}


.first-text1 {
    font-size: 16px;
    line-height: 34px;
    box-sizing: border-box;
    padding: 20px 0 20px 0;

    letter-spacing: 4px;
    font-size: 20px;
    font-weight: lighter;
padding: 0 40px;
box-sizing:border-box;
}

.word2-2{

text-align: center;
    font-size: 67px;
    padding: 80px 0 15px 0;
    
    letter-spacing: 4px;
    font-size: 34px;
    color: black;
    font-weight: lighter;
    font-weight:bold;
    margin: 0 0 10px 0;
}

.hlhouse1-box:after{
clear:both;
display:block;
content:"";
}

a img.mouselink{
background:none!important;
}
 
a:hover img.mouselink{
opacity:0.4;
filter:alpha(opacity=40);
-ms-filter: "alpha( opacity=40 )";
background:none!important;
}

.hlhouse1 {
    float: left;
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.copyright p {
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    color:black;
}

 .copyright,/*.custom-header-box,*/.footer-box01-inner{
width:100%;
    margin:0 auto;
  }

  .menu-footer-nav1-container> ul{
    list-style-type:none;
    text-align:center;
}

  .menu-footer-nav1-container> ul li {
    display:inline;
    padding: 0 79px;
    line-height:70px;
    height:70px;
     border-left:1px solid black;
}

  .menu-footer-nav1-container> ul li:first-child{
         border-left:none;
}


  .menu-footer-nav1-container> ul li:hover {
    opacity:0.7;
}


  .menu-footer-nav1-container> ul li a{
         color: #333;
  text-decoration: none;
}

.footer-box01-inner {
  flex-direction: column;
}

.footer-box2,
.footer-box3,
.footer-box4 {
  width:100%;
}

#menu-footer-navigation{
    list-style-type:none;
}
#menu-footer-navigation > li{
    padding:2px 0;
}

#menu-footer-navigation > li a:link    { text-decoration: none; color:black; }
  #menu-footer-navigation > li a:visited { text-decoration:none; color:black; }
  #menu-footer-navigation > li a:active  { text-decoration:none; color:black; }
  #menu-footer-navigation > li a:hover   { text-decoration:underline; color:grey; }

.menu-footer-nav3-container >ul{
    list-style-type:none;
}

.menu-footer-nav3-container >ul li {
    padding:20px 0 0 145px;


}


.menu-footer-nav3-container >ul li a{
    color: #333;
  text-decoration: none;
}



.menu-footer-nav4-container >ul{
    list-style-type:none;
}

.menu-footer-nav4-container >ul li {
   padding:20px 0 0 95px;


    }

.menu-footer-nav4-container >ul li a{
    color: #333;
  text-decoration: none;
}


.mails{
width:100%;

}

.text-areas{
width:100%;

}

.names{
width:100%;

}

.tel-number{
width:100%;


}

.inquiry-button{
width:200px;

}





.first-text {
    font-size: 16px;
    line-height: 34px;
    box-sizing: border-box;
    padding: 20px 10px 0 10px;
}

.first-text2 {
    font-size: 16px;
    line-height: 34px;
    box-sizing: border-box;
    padding: 20px 10px 20px 10px;
    color:#fff; 
    font-weight:bold;
}

.center-box{
text-align:center;
margin:0 auto;
}

.width-box{
width:100%;
text-align:center;
margin:0 auto;
}

.use-box{
text-align:center;
margin:0 auto;
position:relative;
}


.use-box-sub {
    display:none;
}


.manshon-text{
  position: relative;
  display: inline-block;
  padding: 0 60px;
  margin:15px 0 0 0;
font-size:20px;
}

.manshon-text:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
left:0;
}

.manshon-text:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
right: 0;
}

.ms-parent-id-8{
display:none;
}



.text-box1{
text-align:center;
margin:0 auto;
}

.inquiry-text {
    font-size: 19px;
    line-height: 30px;
    font-weight: bold;
    /* width: 500px; */
    border-radius: 5px;
    text-align: center;
    background: orange;
    padding: 17px 10px;
    color: black;
    box-sizing: border-box;
    margin: 30px 10px;
}


.news_thum{
float:left;
}

.colorful1{
background:#F6F5DC;
font-weight:bold;
}

.colorful{

font-weight:bold;
}

.clearfix{
content:"";
display:block;
clear:both;
}



.table-box{
text-align:center;
margin:15px auto;

}

.bordercolor{
color:#fff;
background:#C59C5F;
}

.table-box td{
padding:10px;
font-size:15px;

}

.tempo-detail-info table th, .tempo-detail-info table td {
  font-size: 12px;
  border: 1px solid #fff;
  padding: 8px;
}

.is-style-regular{
margin:20px 0 0 0;
text-align:center;

}



.hlhouse{
margin:20px auto;
text-align:center;
}

/* -------   m c?1--------------------*/
.oshirase {font-size:18px;
    border-left:9px solid green;
    padding: 0 0 0 10px;
    margin:12px 0 22px 20px;}

/* ---------   m c?1 X N   [  -----------*/

#scroll {width:85%;
	 height: 180px;
	 overflow: auto;
	 border: 1px solid #ccc;
	 border-radius: 6px;
        
	 box-sizing-border-box;
         margin:40px auto;}

.scroll-menu { background:#FBFBFB;
       padding:10px 20px 10px 20px;
       box-sizing:border-box;
	position:relative;
	/*box-shadow: 0 0 3px;
        border:1px solid black;*/
	width:90%;
	margin:10px auto ;}

.scroll-menu  p {font-size:14px;
	  line-height:28px;

          padding: 0 0 10px 0;
	  }

.scroll-tag  {border-bottom:1px dotted black;
	margin: 0 0 5px 0;
}


.other {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 10px 0;
}

.sub-other {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    /*margin: 155px 0 0 0;*/
    background: grey;
    opacity: 0.7;
    color: #fff;
    font-size: 18px;
}

ul.others li {
    width: 48%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    background: #f4f4f4;
    margin: 10px 8px;
}

ul.others {
    list-style-type: none;
    margin: 10px 0 0 0;
    width: 100%;
}

  .word2-1 {
    text-align: center;
    
    padding: 25px 10px 15px 10px;
    font-family: 'Oleo Script', curs;
    letter-spacing: 4px;
    font-size: 18px;
    color: black;
    font-weight: bold;
    border-bottom: 2px solid red;
    margin: 0 0 20px 0;
    font-weight: bold;
    box-sizing:border-box;
}

.word2-2 {
    text-align: center;
    font-size: 67px;
    padding: 50px 10px 15px 10px;
    font-family: 'Oleo Script', curs;
    letter-spacing: 4px;
    font-size: 19px;
    color: #fff;
    font-weight: lighter;
    border-bottom: 3px solid #FFE599;
    margin: 0 0 20px 0;
    font-weight: bold;
    padding: 0 10;
}


  .word2-3 {
    text-align: center;
    
    padding: 25px 10px 15px 10px;
    font-family: 'Oleo Script', curs;
    letter-spacing: 4px;
    font-size: 18px;
    color: black;
    font-weight: lighter;
    border-bottom: 2px solid red;
    margin: 0 0 40px 0;
    font-weight: bold;
    box-sizing:border-box;
}





  .top-slider-box{
padding: 0 10px;
box-sizing:border-box;
  }

  .pp{

    font-size: 18px;



    text-align: center;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Oleo Script', curs;
    letter-spacing: 4px;
  }


  .slider-box{
width:100%;
  }

  .slider {
        padding:6px 8px 6px 25px ;
        margin:7px auto 0;
        clear:both;
        border-radius:3px;
        width:100%;
        border:1px solid #EEEEEE;
	background-color:#fefefe;
	z-index:11;
	}

.slider {
    -webkit-box-shadow: 10px 10px 8px -6px #777;
       -moz-box-shadow: 10px 10px 8px -6px #777;
            box-shadow: 10px 10px 8px -6px #777;
}

.slider1 {width:98%;
          height:auto;
          margin: 0 4px;}

.slider1:hover {opacity:0.7;}

.top-title-main {
  font-size: 18px;
  padding: 0 16px;
}
.top-recommend-box {
  padding: 24px 0 0;
}

.sub-box{
  width:100%;
  margin:0 auto 10px;
}

.rlcases-grid {
  padding: 0 16px;
}

.sub-box-inner{
  width:100%;
  padding: 0;
}

.main-text1{
padding: 0 10px;
font-size:13px;
font-weight:bold;
}

.top-contact-title {
  font-size: 18px;
}

.top-contact-title span::before, .top-contact-title span::after {
  width: 24px;
  height: 2px;
}

.top-contact-title span::before {
  left: -24px;
}

.top-contact-title span::after {
  right: -24px;
}

.panorama{
  position:relative;
  display:none;
}

.panorama-text{
  /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 350px;
    margin: auto;
    width: 320px;
    padding: 62px 20px;
    box-sizing: border-box;
    opacity: 0.6;
    font-size: 18px;
    fpmt-weight: bold;
    font-weight: bold;
    color: black;  */
}

.panorama1{
    width:100%;
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}


.sub-bbox{
background-image: url("http://www.rentlife.co.jp/sale/wordpress/wp-content/uploads/2019/03/image18.png");
 background-size:  cover;
margin:50px 0 0 0;
}

.bg-mask{
height: 100%;
  background: rgba(116,116,116,0.2); 
padding: 0 0 30px 0;
}

.reform-box {
    width: 100%;
    margin: 0 auto;
    
    font-size: 21px;
    text-align: center;
    padding: 80px 0 0 0;
    color: #fff;
    font-weight: bold;
    padding: 40px 10px 15px;
    box-sizing: border-box;
}

.sub-reform-box {
    width: 100%;
    margin: 0 auto;
    
    font-size: 16px;
    text-align: center;
    padding: 20px 10px 0 10px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
}



  .hero{
    width:100%;
    margin:0 auto;
    position: relative;
    box-sizing: border-box;
  }

.sub-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 273px;
    padding: 23px;
    height: 235px;
    box-sizing: border-box;
    background: #fff;
    opacity: 0.8;
   
}
.sub-hero-main{
margin:0 auto;
text-align:center;
color:#ff7f00;
font-weight:bold;
font-size:20px;
}

.detail-text1{
padding:10px;
width:200px;
text-align:center;
background:#c9c9c9;
color:black;
margin:30px auto 0;
font-weight:bold;
font-size:18px;
}

.detail-text {
    padding: 10px;
    width: 230px;
    text-align: center;
    background: orange;
    color: #fff;
    margin: 30px auto 40px;
    font-weight: bold;
    font-size: 16px;
}
.detail-button {
    text-align: center;
}

.width-box {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}


.sub-hero-sub{
margin:0 auto;
text-align:center;
color:black;
font-weight:bold;
font-size:18px;

}
.hero-text1{
  position: absolute;
    font-size: 18px;
    padding: 22px 15px 0 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 93%;
    height: 79px;
    text-align: center;
    box-sizing: border-box;
    background-color: rgba(255,0255,2550,0.6);
    color: black;
    letter-spacing: 2px;
    
    letter-spacing: 4px;

  }

  .wp-block-cover-text p {
    padding: 1.5em 0;
  }

 
}
/*--------------------------------------------------------------
  # Block Color Palette Colors
  --------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}



@media screen and (min-width: 500px) and (max-width: 767px){

.main-midashi-box {
    text-align: center;
    margin: 0 0 0 0;
}

}

@media screen and (max-width: 499px) {
.main-midashi-box {
    text-align: center;
    margin: 0 0 0 0;
}

  }







