@charset "utf-8";

h1, h2, h3, h4, h5, h6, .page-header-title {
}

/* site-header */
.site-header .header-top ul > li > a, .site-header .header-top ul > li > span {
	padding: 0 .2rem;
}

/* site-footer */
.site-footer {
	padding: 10px 20px 0;
}
.site-footer .site-footer-content {
	padding-top: 0;
}
.site-footer .wp-block-vk-blocks-icon .vk_icon_font {
}
.site-footer .widget {
	margin-bottom: 0;
}
.site-footer-copyright p {
	text-align: right;
}
.site-footer .nav li a {
	font-size: 0.75rem;
}
.site-footer .footer-nav .footer-nav-list li {
	border: 0 !important;
	padding: 0 12px 0 0;
}
.site-footer-copyright {
	padding: 0;
}
.site-footer-copyright p {
	margin: 100px 0 10px;
	font-size: 0.75rem;
}

/* page_top */
#page_top {
	background-color: #dcc78d;
	transition: all 0.5s 0s ease;
}
#page_top:hover {
	opacity: 0.8;
}

/* vk-heading */
.vk-heading-subtext-border.vk-heading-subtext-en .vk_heading_subtext {
	font-family: inherit;
}
.wp-block-heading strong {
	color: #dcc78d;
}

/* txt-mincho  */
.txt-mincho {
	font-family: "Noto Serif JP",serif!important;
}

/* txt-gothic  */
.txt-gothic {
	font-family: sans-serif;
}

/* txt-profile-block */
.profile-block {
	padding: 0 0 40px;
}
.profile-block:before {
	display: block;
	content: '';
	width: 200px;
	border-top: solid 2px #dcc78d;
}
.profile-block .txt-profile-title {
	margin-block: 0 !important;
	padding: 12px 0 0;
	font-size: 0.7rem;
	letter-spacing: 1px;
	font-weight: bold;
}
.profile-block .txt-profile-name {
	font-weight: bold;
	letter-spacing: 8px;
	line-height: 1;
	margin: 2px 0 0;
}

/* cta */
.cta-block .txt-tel {
}
.cta-block .txt-tel a {
	font-weight: bold;
	font-size: 2rem;
	cursor: pointer;
}
.cta-block .txt-tel i {
	margin-right: 10px;
	font-size: 1.8rem;
}

@media (min-width: 1200px) {

	/* MV Slider */
	.ltg-slide-text-title {
		font-size: calc(30px + 8*(100vw - 576px)/624);
	}

	/* site-footer */
	.site-footer .container {
		max-width: none;
	}
}

/* device-mobile site-header */
.device-mobile  .site-header .site-header-logo {
	margin-top: 10px;
}
.device-mobile  .site-header-logo img {
	max-height: 80px;
}
.device-mobile  .vk-bg-offset-mb-none .wp-block-cover {
	margin: 0;
	width: 100%;
	max-width: none;
}

/* device-mobile vk_posts */
.device-mobile .vk_posts.vk_posts-postType-post {
}
.device-mobile .vk_posts.vk_posts-postType-post .vk_post {
	flex-wrap: wrap;
	border: 0;
	padding: 0;
}
.device-mobile .vk_posts.vk_posts-postType-post .media-img {
	width: 100%;
	margin: 0;
}
.device-mobile .vk_posts.vk_posts-postType-post .medeia_body {
}
.device-mobile .vk_posts.vk_posts-postType-post .vk_post_body .media-title {
	margin: 10px 0 0;
}
.device-mobile .vk_posts.vk_posts-postType-post .vk_post_body .media-text {
}
.device-mobile .vk_posts.vk_posts-postType-post .vk_post_body .media-date {
}
.device-mobile .swiper-container.vk_slider .swiper-button-next,
.device-mobile .swiper-container.vk_slider .swiper-button-prev {
	top: 50%;
}

/* device-mobile grid-circle-image */
.device-mobile .grid-circle-image {
}
.device-mobile .grid-circle-image .row {
	margin: 0 -8px;
}
.device-mobile .grid-circle-image .vk_gridColumn_item {
	padding: 8px;
}

/* device-mobile site-footer */
.device-mobile .site-footer-content .row {
	justify-content: end;
	display: flex;
}
.device-mobile .site-footer .site-footer-content {
}
.device-mobile .site-footer-content .row > div {
	width: auto;
	padding: 0;
	margin: 0;
	margin: 100px 0 0;
	min-width: 7px;
}
.device-mobile .site-footer-copyright p {
  margin: 0 0 10px;
}
