@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
*/


@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap');

body {
	position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
	background-image: url(/wp-content/themes/lightning_child/assets/images/common/bg.png);
	background-size: cover;
	background-position: left top;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino Sans,"メイリオ",Meiryo,"Noto Sans JP",sans-serif;
}

body::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 20px;
	height: 100%;
  background-image: url(/wp-content/themes/lightning_child/assets/images/common/bg-line.png);
  background-size: cover;
  z-index: 1;
}

@media (max-width: 768px) {
	body::before {
		width: 5px;
	}
}

a,
a:hover {
	color: #b78214;
}

@media (max-width: 768px) {
	a {
		text-decoration: underline;
	}
}

.siteHeader {
	background-color: transparent;
	box-shadow: none;
}

.siteHeader_logo img {
	max-height: 100px;
}

@media (min-width: 992px) {
	.siteHeader_logo img {
		max-height: 100px;
	}
}

@media (max-width: 1199.98px) {
	.siteHeader_logo {
	  width: 85%;
    margin: auto;
    display: block;
	}
}

.gMenu_outer {
	padding-top: 20px;
}

.gMenu>li {
	position: relative;
}

.gMenu>li .gMenu_name {
	font-size: 18px;
}

.gMenu a {
	font-family: 'Ropa Sans', sans-serif;
	font-weight: bold;
	color: #b78214;
	letter-spacing: .1em;
  background-image: url(/wp-content/themes/lightning_child/assets/images/common/bg-section-title.png);
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.js_isIe .gMenu a {
	background: none;
}

.gMenu li:nth-child(1) a {
  background-position: left 10% center;
}

.gMenu li:nth-child(2) a {
  background-position: left 40% center;
}

.gMenu li:nth-child(3) a {
  background-position: right 40% center;
}

.gMenu li:nth-child(4) a {
  background-position: right 0 center;
}

.gMenu>li:before {
	top: -10px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-radius: 10px;
	border: none;
	background-image: url(/wp-content/themes/lightning_child/assets/images/common/icon-dot@x2.png);
	background-size: cover;
}

.gMenu>li:hover:before, .gMenu>li[class*=current]:before {
	width: 10px;
	height: 10px;
}

.siteFooter {
	margin-top: auto;
	border-top: none;
	background-color: transparent;
}

.btn-primary {
	border: none;
	background-image: url(/wp-content/themes/lightning_child/assets/images/common/bg-btn@x2.png);
  background-size: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: none;
}

.btn-primary:hover {
  opacity: .8;
}

.subSection-title:after,
h3:after {
	border-color: #b78214;
}

.custom-copySection {
	padding-top: 0;
}

.custom-copyright {
	font-weight: bold;
	color: #b78214;
	letter-spacing: .1em;
	background-image: url(/wp-content/themes/lightning_child/assets/images/common/bg-section-title.png);
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.js_isIe .custom-copyright {
	background: none;
}

.page-header {
	background-color: transparent;
}

.page-header_pageTitle {
	text-align: center;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: bold;
	color: #b78214;
	letter-spacing: .1em;
  background-image: url(/wp-content/themes/lightning_child/assets/images/common/bg-section-title.png);
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.js_isIe .page-header_pageTitle {
	background: none;
}

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
	margin: 0.5em 0 1em;
	font-size: 2.2rem;
}

.breadSection {
	display: none;
}

.custom-loading {
	background-image: url(/wp-content/themes/lightning_child/assets/images/common/bg.png);
	background-size: cover;
	background-position: left top;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-loading-after {
	display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.custom-loading-contents {
	margin-bottom: 4em;
	text-align: center;
}

@media (max-width: 768px) {
	.custom-loading-contents {
		padding: 0 15px 0 20px;
	}

	.custom-loading-contents img {
		width: 55vw;
	}
}

.custom-loading_txt {
	font-family: 'Ropa Sans', sans-serif;
	font-weight: bold;
	color: #b78214;
	letter-spacing: .1em;
  background-image: url(/wp-content/themes/lightning_child/assets/images/common/bg-section-title.png);
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.js_isIe .custom-loading_txt {
	background: none;
}

@media (min-width: 768px) {
	.custom-column-two {
		display: flex;
		justify-content: space-between;
	}

	.custom-column-two .custom-section-item.w50 {
		width: calc((100% / 2) - 40px);
	}

	.custom-column-two .custom-section-item.wvariable {
		flex: 1;
	}

	.custom-column-two .custom-section-item.w30-fixed {
		width: 340px;
		margin-left: 80px;
	}

	.custom-column-three {
		display: flex;
		justify-content: space-between;
	}

	.custom-column-three .custom-section-item {
		width: calc((100% / 3) - 35px);
	}
}

@media (max-width: 768px) {
	.custom-column-two .custom-section-item + .custom-section-item {
		margin-top: 4em;
	}

	.custom-column-three .custom-section-item + .custom-section-item {
		margin-top: 4em;
	}
}

.custom-section-ttl {
	border: none;
	font-weight: bold;
	font-size: 1.0rem;
}

.custom-section-ttl span {
	margin-right: 1.2em;
	font-family: 'Ropa Sans', sans-serif;
	letter-spacing: .07em;
	font-size: 1.3rem;
}

.custom-company-info .custom-data-list {
	display: flex;
	border-bottom: 1px solid #cfcfcf;
}

.custom-company-info .custom-data-list-head {
	width: 130px;
	flex: none;
	padding-left: 0;
	padding-right: 5px;
	border: none;
	font-weight: bold;
}

.custom-company-info .custom-data-list-body {
	padding-left: 0;
	border: none;
}

.custom-company-info .custom-data-list:last-child {
	margin-bottom: 0;
}

.custom-section-item.history {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow: hidden;
}

.custom-history-list {
	position: relative;
  height: 100%;
}

.custom-history-list::before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 3px;
	width: 1px;
	height: 100%;
	background-color: #b78214;
}

.custom-history-list .custom-data-list {
	display: flex;
}

.custom-history-list .custom-data-list:first-child {
	margin-top: 0;
}

.custom-history-list .custom-data-list-head {
	position: relative;
	width: 130px;
	flex: none;
	padding-left: 2em;
	border: none;
	font-weight: bold;
}

.custom-history-list .custom-data-list-head::before {
	position: absolute;
	top: 0.4em;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: none;
	background-image: url(/wp-content/themes/lightning_child/assets/images/common/icon-dot@x2.png);
	background-size: cover;
}

.custom-history-list .custom-data-list-body {
	padding-left: 0;
	border: none;
}

.custom-border-box {
	position: relative;
	padding: 0 40px 40px;
	border: 1px solid #e1cc9a;
/*	border-top: none;*/
}

.custom-border-box.bg {
	background-color: rgba(255,255,255,.5);
}

.custom-border-box .custom-section-ttl {
	position: relative;
	display: inline-block;
	width: 100%;
  padding: 0;
  margin: -0.6em 0 90px;
  text-align: center;
  line-height: 1;
}

.custom-border-box .custom-section-ttl span {
	display: block;
	margin: 0 0 .7em;
}

.custom-border-box .custom-section-ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #cf8d16;
  border-bottom: 1px solid #cf8d16;
  transform: rotate(45deg);
}

.custom-entry-info {
	text-align: center;
}

@media (min-width: 992px) {
	.custom-link-tel {
		pointer-events: none;
		color: #000;
	}
}

.custom-link-phone {
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

.custom-link-phone::before {
	font-family: "Font Awesome 5 Free";
	content: "\f879";
	padding-right: 0.5em;
}

.custom-btn {
	padding: 12px 15px;
	background-image: url(/wp-content/themes/lightning_child/assets/images/common/bg-btn@x2.png);
	background-size: cover;
	font-weight: bold;
	color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom-btn:hover {
	opacity: .8;
	color: #fff;
	text-decoration: none;
}


.custom-btn.w-full {
	display: block;
	width: 100%;
}

.custom-btn.icon-mail::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	padding-right: 0.5em;
}

.custom-business-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.custom-business-content .custom-border-box {
	height: 100%;
	padding: 0 30px 30px;
}

@media (max-width: 768px) {
	.custom-business-content .custom-border-box {
		padding: 0 40px 30px;
	}
}

.custom-business-content .cleaning .custom-business-list {
	overflow: hidden;
}

.custom-business-content .cleaning .custom-business-list li {
	float: left;
	width: 50%;
	padding: 0 5px;
}

.custom-business-content .custom-column-one {
	margin-top: 4em;
}

.custom-business-content .custom-disc-list {
	width: 80%;
}

.custom-business-content .custom-disc-list li {
	float: left;
	width: 270px;
}

.custom-disc-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.custom-disc-list li::before {
	content: "・";
}

.form-control {
	border: none;
}

.custom-contact-content .custom-section-ttl {
	margin-bottom: 0;
}

.custom-contact-content.confirm .custom-required,
.custom-contact-content.confirm .custom-privacy {
	display: none;
}

.custom-contact-conten.complete {
	text-align: center;
}

.custom-contact-form {
	margin-top: 3em;
}

.custom-contact-form dl {
	border-bottom: 1px solid #cfcfcf;
}

.custom-contact-form dt {
	padding-left: 0;
	border: none;
}

.custom-required {
	color: #ee0027;
}

.custom-contact-form dt .custom-required {
	padding-left: 1em;
}

.custom-contact-form dd {
	padding-left: 0;
	border: none;
}

.custom-privacy {
	margin: 2em 0 0;
}

.custom-privacy-content {
	margin-top: 20px;
	padding: 10px 30px 30px 10px;
	background-color: rgba(255,255,255,.5);
}

.custom-privacy-content {
	height: 140px;
	overflow: scroll;
}

.custom-btn-area {
	margin-top: 4em;
	text-align: center;
}

.custom-btn-area button {
	position: relative;
	padding: 15px 40px;
	margin: 0 10px;
	border: none;
}

.custom-btn-area button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.custom-btn-area button.custom-page_back::after {
	right: auto;
	left: 15px
	border-left: 1px solid #fff;
	border-right: none;
	transform: rotate(45deg);
}

.vk-mobile-nav-menu-btn {
	top: 25px;
	right: 15px;
	left: auto;
}

.vk-mobile-nav {
	background-image: url(/wp-content/themes/lightning_child/assets/images/common/bg-menu-sp.png);
	background-size: cover;
}

.vk-mobile-nav nav ul li {
	text-align: center;
}

.vk-mobile-nav nav ul li a {
	padding: 1.2em .5em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: .1em;
	color: #fff;
}

.vk-mobile-nav nav>ul,
.vk-mobile-nav .widget_nav_menu ul li a,
.vk-mobile-nav nav ul li a {
	border: none;
}



