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

/* General
---------------------------------*/
a {
	color: #0454bb;
	text-decoration: underline;
}
a[target="_blank"] {
    position: relative;
    margin-right: 0.9em;
}
a[target="_blank"]::after {
	font: var(--fa-font-solid);
	content: "\f35d";
	font-size: 0.5em;
	position: absolute;
	top: 50%;
	left: calc(100% + 0.4em);
	transform: translateY(-50%);
}
@media (hover: hover){
	a:hover {
		text-decoration: none;
	}
}

/* Header
---------------------------------*/
.global-nav-list>li {
	margin: 0 5px;
}
.global-nav-list>li:before {
	border-bottom-width: 4px;
}
.global-nav-list>li > a {
	border-radius: 5px;
}
.header_scrolled .global-nav-list>li > a {
	border-radius:0;
}
.global-nav-list>li .global-nav-name {
	font-size: 18px;
}
@media (hover: hover){
	.global-nav-list>li:hover > a {
		background: var(--vk-color-primary);
		color: #fff;
	}
	.global-nav-list>li:hover:before {
		content: none;
	}
}
/*スマホヘッダー*/
.vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
    background: #000 no-repeat center center / contain;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	top: 12px;
}
.vk-mobile-nav-menu-btn {
	background-image: url("images/hum.svg");
}
.vk-mobile-nav-menu-btn.menu-open {
	background-image: url("images/hum-close.svg");
}
@media (max-width: 991px) {
	body {
		padding-top: 70px !important;
	}
	.site-header {
		position: fixed;
		top: 0;
		z-index: 88;
	}
	.admin-bar .site-header {
		top: 32px;
	}
	.site-header-container {
        max-width: none;
        padding-left: 2%;
        padding-right: 70px;
        height: 70px;
        display: flex;
        align-items: center;
	}
	.site-header-logo {
		padding-top: 2px;
		margin-bottom: 0;
	}
	.site-header-logo img {
		margin-left: 0;
		margin-right: 0;
	}
	.header_scrolled .site-header-logo {
		display: block;
	}
	.vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
		top: 18px !important;
	}
	.admin-bar .vk-mobile-nav-menu-btn, .admin-bar .vk-mobile-nav-menu-btn.menu-open {
		top: calc(32px + 18px) !important;
	}
	.vk-mobile-nav {
		top: 70px !important;
		background: rgb(0 0 0 / 80%);
		padding: 0;
		opacity: 0;
		height: 0 !important;
		transition: all 0.2s;
	}
	.vk-mobile-nav.vk-mobile-nav-open {
		opacity: 1;
		height: calc(100% - 70px) !important;
	}
	.admin-bar .vk-mobile-nav {
		top: calc(32px + 70px) !important;
	}
	.admin-bar .vk-mobile-nav.vk-mobile-nav-open {
		height: calc(100% - (32px + 70px)) !important;
	}
	.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
		color: #fff;
		border-color: #fff;
		font-weight: 700;
		text-align: center;
	}
	.vk-mobile-nav nav>ul {
		border-color: #fff;
	}
}
@media (max-width: 782px) {
	.admin-bar .site-header, .header_scrolled.admin-bar .site-header {
		top: 46px;
	}
	.admin-bar .vk-mobile-nav-menu-btn, .admin-bar .vk-mobile-nav-menu-btn.menu-open  {
		top: calc(46px + 18px) !important;
	}
	.admin-bar .vk-mobile-nav {
		top: calc(46px + 70px) !important;
		height: calc(100% - (46px + 70px));
	}
}
@media (max-width: 430px) {
	body {
		padding-top: 60px !important;
	}
	.site-header-container {
		height: 60px;
	}
	.site-header-logo img {
		max-height: 40px;
	}
	.vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
		top: 13px !important;
	}
	.vk-mobile-nav {
		top: 60px !important;
	}
	.vk-mobile-nav.vk-mobile-nav-open {
		height: calc(100% - 60px);
	}
	.admin-bar .vk-mobile-nav-menu-btn, .admin-bar .vk-mobile-nav-menu-btn.menu-open  {
		top: calc(46px + 13px) !important;
	}
	.admin-bar .vk-mobile-nav {
		top: calc(46px + 60px) !important;
		height: calc(100% - (46px + 60px));
	}
}
/*スマホメニュー お問い合わせ*/
.vk-mobile-nav #block-10 {
	padding: 0 20px;
}
.sp_hd_contact {
    padding: 20px 10px;
    background: #fff;
    border-radius: 8px;
}
.sp_hd_contact_label {
	font-weight: 700;
}
.sp_hd_contact_num {
	font-size: 30px;
}
.sp_hd_contact > .wp-block-group {
    gap: 0.5em;
}
@media (max-width: 430px) {
	.sp_hd_contact_num {
		font-size: 22px;
	}
}

/* Footer
---------------------------------*/
/*お問い合わせ*/
.site-body-bottom #block-9 {
	margin-bottom: 0;
}
.ft_contact {
	padding-top: 45px;
	padding-bottom: 50px;
}
/*フッター*/
.site-footer {
	font-size: 15px;
	border-top: none;
}
.site-footer #block-8 {
	margin-bottom: 10px;
}
.site-footer #block-7 {
	margin-bottom: 20px;
	padding-left: 15px;
}
.site-footer-content {
	padding-top: 30px;
}
.site-footer-content .widget {
    margin-bottom: 0;
}
.site-footer-content > .row > div:nth-child(2) {
    padding-left: 5%;
}
.site-footer-copyright {
	padding-top: 0;
}
.site-footer-copyright p {
	margin: 0;
}
/*フッターメニュー*/
.site-footer .widget_nav_menu ul.menu {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.site-footer .widget_nav_menu ul.menu > li {
	font-size: inherit;
	margin-left: 30px;
}
.site-footer .widget_nav_menu ul.menu a {
    color: inherit;
    position: relative;
    background: none;
    border: none;
}
.site-footer .widget_nav_menu ul.menu a::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
@media (hover: hover){
	.site-footer .widget_nav_menu ul.menu a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 991px){
    .site-footer-content > .row > div:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-footer .widget_nav_menu ul.menu {
        justify-content: center;
        margin-bottom: 20px;
        border-top: 1px dotted #ccc;
    }
    .site-footer .widget_nav_menu ul.menu > li:first-child {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px){
    .site-footer-content > .row > div:nth-child(2) {
        margin-bottom: 20px;
    }
}
/*ページトップボタン*/
.page_top_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: none;
    background: rgba(0,0,0,0.5);
	border: 2px solid transparent;
    right: 1.5%;
    bottom: 1.5%;
}
.page_top_btn::before {
	content: "";
	width: 40%;
	height: 40%;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 60%;
	left: 50%;
}
@media (hover: hover){
	.page_top_btn:hover {
		background: #000;
		border-color: #fff;
		opacity: 1;
	}
}
@media (max-width: 991px){
	.page_top_btn {
		width: 35px;
		height: 35px;
	}
}

/* Page
---------------------------------*/
/*ページタイトル*/
.page-header {
	min-height: 12rem;
}
.page-header-title {
    font-size: 40px !important;
    letter-spacing: 0.15em;
	text-shadow: 0 0 3px #000, 0 0 5px #000, 0 0 15px #000;
}
@media (max-width: 991px){
	.page-header {
		min-height: 9rem;
	}
	.page-header-title {
		font-size: 30px !important;
	}
}
/*404ページタイトル*/
.error404 .page-header {
    text-shadow: 0px 0px 10px #0a0a0a;
    background: url(images/pagetitile_bg2.jpg) no-repeat 50% center;
}
.error404 .page-header::before {
    background: #fff;
    opacity: 0;
}
.error404 .page-header-title {
    letter-spacing: 0;
}
/*パンくずリスト*/
.breadcrumb {
	border-bottom: none;
}
.breadcrumb a {
	color: inherit;
}
@media (hover: hover){
	.breadcrumb a:hover {
		text-decoration: underline;
	}
}
/*ページトップボタン*/
.page_top_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: none;
    background: rgba(0,0,0,0.5);
	border: 2px solid transparent;
    right: 1.5%;
    bottom: 1.5%;
}
.page_top_btn::before {
	content: "";
	width: 40%;
	height: 40%;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 60%;
	left: 50%;
}
@media (hover: hover){
	.page_top_btn:hover {
		background: #000;
		border-color: #fff;
		opacity: 1;
	}
}
@media (max-width: 991px){
	.page_top_btn {
		width: 35px;
		height: 35px;
	}
}
/*下層コンテナ*/
.site-body {
	padding: 3rem 0 5rem;
}
.entry-body, .post_single_content, .vk_posts {
	padding: 0 20px;
}
@media (min-width: 1200px){
	.site-body {
		padding: 5rem 0 7rem;
	}
}
@media (max-width: 991px){
	.entry-body, .post_single_content, .vk_posts {
		padding: 0 10px;
	}
}
/*見出し2*/
.entry-title--post-type--page, h2:where(:not(.wp-block-post-title)) {
	position: relative;
	z-index: 2;
	padding-left: 0.6em;
	padding-right: 0.6em;
	border-top: none;
}
.entry-title--post-type--page, h2:where(:not(.wp-block-post-title))::before {
    content: "";
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 4px solid #93a6af;
    border-right: 3px solid #bed3db;
}
.entry-title--post-type--page, h2:where(:not(.wp-block-post-title))::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/h2_bg.png") no-repeat right 10px bottom, linear-gradient(50deg, #f1f4f5, #e0e8eb);
	width: 100%;
	height: 100%;
	z-index: -1;
}
@media (max-width: 991px){
	.entry-title--post-type--page, h2:where(:not(.wp-block-post-title))::after {
		background-size: 50%, 100%;
	}
}
/*テーブル*/
:where(:not(.wp-block-table))>table {
	border: none;
}
:where(:not(.wp-block-table))>table :is(th,td) {
	font-size: inherit;
}
.wp-block-table:where(:not([class*=font-size])) {
	font-size: 100%;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 0.6em 1em;
    border-left: none;
    border-right: none;
    border-color: #c0c0c0;
	line-height: 1.7;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
	background: #f2f3f3;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
	background: none;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(even) td {
	background: none;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table thead tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table thead tr td {
	background: none;
	border-bottom: 2px solid #c0c0c0;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(odd) td {
	background: #f2f3f3;
}
/*ボタン*/
.wp-block-button .wp-block-button__link, .vk_post_btn {
	border: 1px solid var(--vk-color-primary);
	background: #fff;
	color: #000;
}
@media (hover: hover){
	.wp-block-button .wp-block-button__link:hover, .vk_post_btn:hover {
		color: #fff !important;
		background: #000 !important;
	}
}
/*テキストリンク*/
.entry-body a:not(.wp-block-button__link, .vk_post_btn) {
	text-decoration: underline;
}
@media (hover: hover){
	.entry-body a:not(.wp-block-button__link, .vk_post_btn):hover {
		text-decoration: none;
	}
}
/*ギャラリー*/
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: 15px;
	text-shadow: 0 0 5px #000;
}
@media (max-width: 991px){
	.wp-block-gallery {
		column-gap: 15px !important;
		row-gap: 15px !important;
	}
	.wp-block-gallery figure.wp-block-image {
		width: calc((100% - 30px) / 2) !important;
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		font-size: 13px;
	}
}
/*カラム*/
@media (max-width: 991px){
	.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: wrap !important;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-grow: unset !important;
		flex-basis: auto !important;
		width: 100%;
	}
}
/*ファイル*/
.wp-block-file > a {
	font-size: var(--vk-size-text);
}
.wp-block-file .wp-block-file__button.wp-element-button {
	background: #fff;
	border: 1px solid #5f5f5f;
	color: #000;
	padding: 0.3em 1em 0.5em;
	font-size: inherit;
	text-decoration: none;
}
@media (hover: hover){
	.wp-block-file .wp-element-button:hover {
		color: #fff;
		background: #000;
		border-color: transparent;
	}
}
/*Lightbox*/
.wp-lightbox-overlay .scrim {
	background: rgb(0 0 0 / 80%) !important;
}
.wp-lightbox-overlay .close-button {
	fill: #fff !important;
}
/*マップ*/
.map {
	width: 100%;
	aspect-ratio: 0.75 / 1;
}
.map .wp-block-group__inner-container, .map iframe {
	width: 100% !important;
	height: 100% !important;
}
@media (max-width: 991px){
    .map {
	    aspect-ratio: 2 / 1;
    }
}
@media (max-width: 767px){
    .map {
	    aspect-ratio: 1 / 1;
    }
}

/* Top
---------------------------------*/
/*スライドショー*/
.swiper-container {
	position: relative;
}
.swiper-container::before {
    content: "測量・調査・用地測量・不動産の\A調査各種測量業務を承っております";
    white-space: pre;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    font-size: 2.3vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 10px #000, 0 0 10px #000;
}
.ltg-slide-text-set {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    width: auto;
}
.ltg-slide-text-set > div {
	padding: 0;
}
.ltg-slide-text-title {
	background: rgba(0,0,0,0.6);
	font-size: 16px;
	font-weight: normal;
	padding: 0.3em 0.5em;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
@media (max-width: 991px) {
	.swiper-container::before {
		font-size: 4vw;
	}
	.ltg-slide-text-title {
		font-size: 13px;
	}
	.swiper-pagination {
		text-align: left;
		padding: 0 1%;
	}
}
@media (max-width: 767px) {
	.swiper-container::before {
		font-size: 5vw;
	}
}
/*トップページカラム*/
@media (max-width: 991px){
    .top_columns .row {
        row-gap: 40px;
    }
}