/*
Theme Name: オラレ美馬
Theme URI:
Template: lightning
Description: オラレ美馬のオリジナルテーマ
Author: Sankyosyoji.co
Tags: 
Version: 1.0
*/
:root {
	--vk-color-text-body: #222;
}
body:not(.home){
	background-image: url("images/back.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right 70px;
}
.w600{max-width: 600px;margin-left: auto;margin-right: auto}
.entry a {
	color: var(--vk-color-primary);
	text-decoration-color: var(--vk-color-primary);
	transition: .3s
}
/*  header  */
.site-header{
	background-color: var(--vk-color-custom-1);
	box-shadow: none;
	height: 70px;
}
#site-header-container.container {
	max-width: inherit;
	/* padding-top: 1em; */
}
.site-header--layout--nav-float .site-header-logo {
	/* margin-right: 100px; */
	height: auto;
	display: flex;
	flex-direction: column;
}
.site-header-logo .header-logo-copy {
    color: #f0fafd;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.2;
    /* white-space: pre; */
    /* margin-left: 1em; */
    text-align: left;
}
.site-header-logo .header-logo-copy>br {
	display: none;
}

.header_scrolled #site-header-container.container {
	padding: 7px 15px;
}
.site-header-logo img {
	max-height: 40px;
	margin-left: 0;
	/* display: inline-block; */
}
@media (min-width: 992px) {
	body:not(.home){
	background-position: center 100px;
}
	.site-header{
		height: 100px
	}
.header_scrolled .site-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--vk-color-custom-1);
	height: auto;
}
	.site-header--layout--nav-float .site-header-logo {
		margin-right: 1em;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		margin: 1rem 1rem 1rem 0;
		align-items: center;
		padding: 0;
	}
.site-header-logo img {
	max-height:80px;
	min-width: 200px;
}
	.site-header-logo .header-logo-copy {margin-left: 10px;font-size: 12px;}
.site-header-logo .header-logo-copy>br {
	display: inline;
}
	.header_scrolled .site-header--layout--nav-float .site-header-logo {
		display: none;
	}
}
.site-body {
	padding-bottom: 0;
}
/*  vk-mobile-nav-menu-btn  */
.vk-mobile-nav-menu-btn {
	top: 10px;
	left: auto;
	right: 1em;
	width: 104px;
	border-radius: 999px;
	border: 0;
	background-color: var(--vk-color-primary);
	background-image: url(images/nav-menu-btn01.png);
	background-size: 18px;
	background-position: center left 12px;
	box-shadow:0 0 0 2px rgba(255,255,255,.8);
	color: #FFFFFF;
}
.vk-mobile-nav-menu-btn::before {
	content: "メニュー";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 13px;
	text-indent: 0;
}
.vk-mobile-nav-menu-btn.menu-open {
	background-color: var(--vk-color-primary);
	background-image: url(images/nav-menu-btn02.png);
	background-size: 15px;
	background-position: center left 12px;
}
.vk-mobile-nav-menu-btn.menu-open {
	border: 0;
}
.vk-mobile-nav {
	padding-top: 70px;
	background-color: var(--vk-color-primary);
}
.vk-mobile-nav::before {
	content: "MENU";
	font-size: 34px;
	position: absolute;
	top: 0.7rem;
	left: 1rem;
	color: #FFFFFF;
	
	font-weight: bold;
	
}
.vk-mobile-nav nav > ul {
	border-top: 1px solid rgba(255,255,255,0.3);
}
.vk-mobile-nav-widget.widget_search {
	display: none;
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
	color: #FFFFFF;
}
.vk-mobile-nav nav li.access-btn {
	padding-left: 0;
	background: none;
	border: 0;
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.vk-mobile-nav nav li.access-btn a {
	padding: .7em .5em !important;
}
.vk-menu-acc ul.sub-menu li a {
	background-color: var(--vk-color-primary-vivid);
}
.vk-menu-acc .acc-btn {
	background-image: var(--vk-menu-acc-icon-open-white-bg-src);
	border: 1px solid #FFFFFF;
}
.vk-menu-acc .acc-btn-close {
	background-image: var(--vk-menu-acc-icon-close-white-bg-src);
	border: 1px solid #FFFFFF;
}
/*  nav  */
.nav li a, nav li a {
	color: #FFFFFF;
}
nav li.access-btn {
	/* border: 1px solid var(--vk-color-primary); */
	border-radius: 999px;
	padding-left: 1.5em;
	background: url(images/access-icon.png) no-repeat center left 1.3em;
	background-size: 1.2em;
	background-color: var(--vk-color-primary);
}
nav li.access-btn a {
	padding: 0.5em 2em !important;
}
.global-nav-list > li::before {
	border-bottom: 3px solid #FFFFFF;
}
.global-nav-list > li.no-border::before {
	display: none;
}
.global-nav-list > li.no-border:hover::before {
	display: inline;
}
.global-nav-list > li.access-btn::before {
	display: none;
}
.global-nav-list>li.menu-item-has-children::after {
	display: none;
}
.device-pc .global-nav-list > li:first-child {
	display: none;
}
@media (min-width: 992px) {
	.global-nav-list > li .global-nav-name {
		font-size: 13px;
	}
	.device-pc .global-nav-list > li {
		margin-left: 1em;
	}
	.device-pc .global-nav-list > li > a {
		padding: 10px 0;
	}
}
@media (min-width: 1200px) {
	.global-nav-list > li .global-nav-name {
		font-size: 14px;
	}
	.device-pc .global-nav-list > li {
		margin-left: 1em;
	}
	.device-pc .global-nav-list > li:first-child {
		display: flex;
	}
}

/*  page-header  */
.page-header {
	background-color: transparent;
	position: relative;
	padding: 0 1em;
}
.page-header-inner.container {
	background: url("images/page-header.jpg") no-repeat var(--vk-color-primary) center / cover;
	padding: 5em 1em;
	border-radius: 10px;
	position: relative;
	z-index: 0;
	/* background-size: cover; */
}
.page-header-inner.container::before {
	content: "";
	background-color: var(--vk-color-custom-1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .5;
}
/*  breadcrumb  */
.breadcrumb {
	border: 0;
}
.breadcrumb-list {
	margin: 0;
	padding: 0 0 0.7em;
	border-bottom: 1px solid var(--vk-color-border-hr);
}
.breadcrumb-list a {
	/* color: var(--vk-color-primary); */
}
/*  bg-blue  */
.bg-blue {
	background-color: var(--vk-color-custom-3);
	margin-top: 3em;
	padding-top: 4em;
	padding-bottom: 3em;
	margin-bottom: 0;
	position: relative;
}
.bg-blue::before {
	content: "";
	background: url(images/namisen-lightbrown-top.png) repeat-x top left;
	height: 13px;
	width: 100%;
	position: absolute;
	top: -13px;
	left: 0;
}
.bg-blue::after {
	content: "";
	background: url(images/namisen-lightbrown-bottom.png) repeat-x top left;
	height: 13px;
	width: 100%;
	position: absolute;
	bottom: -13px;
	left: 0;
}
.bg-blue.no-space {
	margin-top: 0;
}
.bg-blue h2:first-child {
	margin-top: 0;
}
/*  entry  */
.entry h2 {
	border-bottom: 3px solid rgba(0,0,0,0.1);
	border-top: 0;
	padding-top: 0;
	position: relative;
	margin-top: 2.5em;
}
.entry h2::after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -3px;
  width: 30%;
  border-bottom: 3px solid var(--vk-color-primary);
}
.entry h3 {
	background-color: var(--vk-color-custom-3);
	color: var(--vk-color-primary);
	border-radius: 6px;
	padding: 0.5em 1em;
	overflow: hidden;
	font-size: 1.3rem;
}
.bg-blue h3 {
	background-color: #FFFFFF;
}
.entry h3>mark{
	font-size: .75em;
    font-weight: normal;
}
.entry-title,
.archive-header-title {
	color: var(--vk-color-primary);
}
.entry-meta-item-updated,
.entry-meta-item-author {
	display: none;
}
.entry h3::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 100%;
	background-color: var(--vk-color-primary);
	top: 0;
	left: 0;
}
.entry h3::after {
	display: none;
}
.entry h4 {
	background: none;
	border-radius: 0;
	padding: 0 0 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.15em;
	border-bottom: 1px solid var(--vk-color-primary);
}
.bg-yellow h4 {
	border-bottom: 1px solid #FFCE00;
}
.entry .space {
	margin-bottom: 6em;
}
/*  event-list  */
.event-list {
	margin-bottom: 4em;
	display: flex;
	/* gap: 2em; */
	/* flex-wrap: wrap; */
	/* align-items: center; */
	flex-direction: column;
}
.event-list .wp-block-column {
	border: 2px solid var(--vk-color-primary);
	border-radius: 6px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	margin: 2em 0;
	overflow: hidden;
}
.event-list .wp-block-column h2 {
	padding: 1rem;
	margin: 0;
	font-size: 1.3em;
	/* text-align: center; */
	margin-bottom: 1em;
	background-color: var(--vk-color-custom-3);
}
.event-list .wp-block-column h2::after {
	display: none;
}
.event-list .wp-block-column figure {
	margin: 1.5rem;
}
.event-list .wp-block-column p {
	text-align: right;
	padding-right: 1em;
}
.event-list .wp-block-column strong {
	background: url(images/write-icon.png) no-repeat center left;
	background-size: 1em;
	padding-left: 1.5em;

}
/*  guide-list-box  */
.guide-list-box {
	border: 2px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	margin: 2em 0;
	overflow: hidden;
}
.guide-list-box h4 {
	background-color: var(--vk-color-custom-3);
	border-bottom: 2px solid rgba(0,0,0,0.2);
	padding: 1rem;
}
.guide-list-box ul {
	margin: 1em 0;
	padding: 0 1em;
}
.guide-list-box li {
	display: inline-block;
	list-style: none;
	margin-right: 1em;
}
.gap-1{gap:1em!important}
.alignfull div[class*="__inner-container"] div[class*="__inner-container"]{max-width: none}
/*  qa-box  */
.qa-box {
	border: 2px solid var(--vk-color-primary);
	border-radius: 6px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	margin: 2em 0;
}
.qa-box:last-child {
	margin: 2em 0 4em;
}
.qa-box h2 {
	background-color: var(--vk-color-custom-3);
	font-size: 1.3em;
	border-top: 0;
	border-radius: 6px 6px 0 0;
	padding: 1rem 1rem 1rem 3.0rem;
	position: relative;
	line-height: 1.4;
	margin: 0;
}
.qa-box h2::before {
	content: "Q";
	position: absolute;
	top: 1rem;
	left: 1rem;
	color: var(--vk-color-primary);
}
.qa-box h2::after {
  display: none;
}
.qa-box h2+p{margin-top: 0;margin-block-start:0}
.qa-box p {
	padding: 1rem 1rem 1rem 3.0rem;
	margin-bottom: 0;
	border-radius: 0 0 6px 6px;
	position: relative;
}
.qa-box p::before {
	content: "A";
	font-size: 1.3em;
	position: absolute;
	color: #E31E0F;
	top: 1rem;
	left: 1rem;
	font-weight: bold;
}

.wp-block-image .alignright {
	position: relative;
	z-index: 10;
}

/*  page-link  */
.wp-block-columns.page-link {
	gap: 1em;
	margin-top: 0;
}
.wp-block-columns.page-link .wp-block-column{
	flex: 1;
	min-width: 300px
}
.page-link a {
	display: block;
	border: 2px solid var(--vk-color-primary);
	color: var(--vk-color-primary);
	border-radius: 999px;
	padding: 0.7em 1.8em 0.7em 1.4em;
	position: relative;
	transition: all .4s;
}
.page-link a::before {
	content: '';
	height: 10px;
	width: 10px;
	border-top: 2px solid var(--vk-color-primary);
	border-left: 2px solid var(--vk-color-primary);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 1.4em;
	transition: all .4s;
}
.page-link .next-link a::before {
	transform: rotate(135deg);
	margin-top: -5px;
}
.page-link a:hover {
	background-color: var(--vk-color-primary);
	color: #FFFFFF;
}
.page-link a:hover::before {
	border-color: #FFFFFF;
}
@media (max-width: 991.82px) {
	.wp-block-columns.page-link.line04 {
		flex-wrap: wrap !important;
		/* gap: 0; */
		/* justify-content: space-between; */
	}
	.wp-block-columns.page-link.line04 .wp-block-column {
		flex-basis: 49% !important;
	}
}
@media (max-width: 781px) {
	.wp-block-columns.page-link {
		/* gap: 0; */
	}
	.wp-block-columns.page-link.line04 .wp-block-column {
		flex-basis: 100% !important;
	}
}

/*  tel-text  */
.tel-text a {
	background: url(images/tel-icon.png) no-repeat center left;
	background-size: 1.5em;
	padding: 0.2em 0 0.2em 2.0em;
	color: var(--vk-color-primary);
}

/*  access-list  */
.access-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width:800px;
	padding: 0;
	margin-bottom: 6em;
}
.access-list::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--vk-color-primary);
}
.access-list li {
	border: 1px solid #000;
	background: #fff;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	padding: 0.7em 1.5em;
	width: 1em;
	line-height: 130%;
	margin-right: auto;
	z-index: 1;
}
.access-list li:last-child {
	margin-right: 0;
	background: #106CD2;
	border: 1px solid #106CD2;
	color: #FFF;
}
.access-list.access-name li:last-child{
	width: 160px;
}
@media (max-width: 576px) {
	.access-list li {
		padding: 0.7em 1em;
		font-size: 0.8em;
	}
}

@media (max-width: 767.98px) {
	.cashless_service-flow-box {
		flex-direction: column-reverse;
	}
	.cashless_service-flow-box img {
		max-width: 200px;
		display: block;
		margin: 0 auto -10px;
	}
}
.cashless_service-flow {
	position: relative;
	margin-bottom: 3em;
}
.cashless_service-flow .wp-block-group__inner-container {
	position: relative;
	z-index: 2;
}
.cashless_service-flow .wp-block-columns {
	gap: 0;
	margin-bottom: 3em;
	position: relative;
	border-radius: 6px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	background-color: var(--vk-color-custom-3);
}
.cashless_service-flow .wp-block-columns::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #e31e0f;
}
.cashless_service-flow .wp-block-columns:last-child::after {
	display: none;
}
.cashless_service-flow .wp-block-column h3 {
	border-radius: 0;
	border: 0;
	margin: 0.5em 0 0;
}
.cashless_service-flow .wp-block-column:last-child {
	padding-bottom: 1rem
}
.cashless_service-flow .wp-block-column p {
	padding: 0 1.3em;
}
.cashless_service-flow .wp-block-column ol {
	margin-right: 1.3em;
	margin-left: 1em;
	margin-top: 0;
}
.cashless_service-flow .wp-block-column h3::before {
	display: none;
}
.cashless_service-flow .wp-block-column:first-child {
	background-color: var(--vk-color-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	border-radius: 6px 0 0 6px;
}
.cashless_service-flow .wp-block-column:first-child p {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #FFFFFF;
	margin-bottom: 0.5em;
	padding: 0.5em 0;
}
.cashless_service-flow .wp-block-column:first-child p strong {
	font-size: 2em;
}

/*  beginner-pr  */
.beginner-pr .wp-block-columns {
	gap: 1.5em;
	margin-bottom: -0.5em;
}
.beginner-pr .wp-block-column {
	border: 2px solid var(--vk-color-primary);
	border-radius: 6px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	margin: 1em 0;
}
.beginner-pr-title {
	background-color: var(--vk-color-custom-3);
	border-top: 0;
	border-radius: 6px 6px 0 0;
	padding: 1rem 0;
	position: relative;
	line-height: 1.4;
	margin: 0;
	border-bottom: 3px solid rgba(0,0,0,0.1);
}
.beginner-pr-title h3 {
	border: 0;
	margin: 0;
	padding: 0 0 0;
}
.beginner-pr-title h3::before {
	display: none;
}
.beginner-pr .wp-block-column p {
	padding: 1rem 1rem;
	margin-bottom: 0;
}
@media (max-width: 781px) {
	.beginner-pr .wp-block-columns {
		gap: 0;
	}
}

/*  beginner-buy  */
.beginner-buy {
	border: 2px solid var(--vk-color-primary);
	border-radius: 6px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	padding: 1em;
	margin-bottom: 2em;
	background-color: #FFFFFF;
}
.beginner-buy h3 {
	background-color: #FFFFFF;
	font-size: 1.2em;
	border-top: 0;
	border-radius: 6px 6px 0 0;
	padding: 1.2rem 1.2rem;
	margin: -1rem -1rem 1.5rem;
	position: relative;
	line-height: 1.4;
	border-bottom: 3px solid rgba(0,0,0,0.1);
}
.beginner-buy h3::before {
	display: none;
}
@media (max-width: 781px) {
	.beginner-buy .wp-block-columns {
		flex-direction: column-reverse;
		gap: 1em;
	}
}
@media (max-width: 576px) {
	.beginner-buy {
		margin: 0 1em 2em;
		padding-bottom: 1px;
	}
	.beginner-buy .wp-block-group__inner-container {


		margin: 0 !important;
		max-width: inherit !important;
	}
}

.wp-block-image figcaption {
	font-size: 1rem;
	background-color: var(--vk-color-custom-3);
	margin-top: 0;
	padding: 0.5rem;
}
.bg-yellow {
	background-color: var(--vk-color-custom-2);
	padding: 1em 1em 1px;
	margin-bottom: 1.5em;
}
.bg-yellow p {
	margin-bottom: 1em;
}

.arrow-icon {
	padding-left: 1.6em;
	position: relative;
	color: var(--vk-color-primary);
}
.arrow-icon::before {
	content: "";
	height: 1.2em;
	width: 1.2em;
	background-color: var(--vk-color-primary);
	border-radius: 50%;
	position: absolute;
	top: 0.2em;
	left: 0;
	margin: auto;
}
.arrow-icon::after {
	content: "";
	height: 0.4em;
	width: 0.4em;
	display: block;
	border: 2px solid #FFF;
	border-left-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	position: absolute;
	top: 0.6em;
	left: 0.35em;
	margin: auto;
}

.illust {
	position: relative;
	z-index: 10;
}
.home-slide-box {
	background-color: var(--vk-color-custom-3);
	position: relative;
	padding: 20px 0 50px;
	z-index: 3;
	background-image: url(images/back.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right top;
}
.home-slide-box::before{
	/* content:""; */
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* width: 0; */
	/* height: 0; */
	/* border-style: solid; */
	/* border-width: 0 0 200px 100vw; */
	/* border-color: transparent var(--vk-color-primary); */
}
.home-slide-box::after {
	content: "";
	background: url(images/namisen-lightbrown-bottom.png) repeat-x top left;
	height: 13px;
	width: 100%;
	position: absolute;
	bottom: -13px;
	left: 0;
}
#home-slide {
	margin: 0;
	padding: 0;
}
#home-slide .slick-slide {
	width: 600px;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
@media (max-width: 720px) {
	#home-slide .slick-slide {
		width: 400px;
	}
}
@media (max-width: 520px) {
	#home-slide .slick-slide {
		width: 300px;
		max-width: 80vw;
	}
}
@media (max-width: 420px) {
	#home-slide .slick-slide {
		width: 300px;
	}
}
#home-slide .slick-slide img {
	display: block;
	width: 100%;
	object-fit: cover;
}
#home-slide .slick-arrow {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	/* background: url(images/arrow-icon.png) no-repeat center #ffffff; */
	/* background-size: 20px; */
	border: 2px solid var(--vk-color-primary);
	cursor: pointer;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 50%;
	margin-top: 0;
	z-index: 1;
	/* filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); */
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#home-slide .slick-arrow::after {
	content: "\f061";
	font-family: "Font Awesome 7 Free";
	color: var(--vk-color-primary);
	width: 1rem;
	height: 1rem;
	display: block;
	font-size: 1rem;
	line-height: 1;
	font-weight: 600;
}
#home-slide .slick-arrow::before {
	display: none;
}
#home-slide .slick-next {
	right: 50%;
	margin-right: -335px;
}
#home-slide .slick-prev {
	left: 50%;
	margin-left: -335px;
	margin-top: -22px;
	transform: rotate(-180deg);
}
@media (max-width: 720px) {
	#home-slide .slick-next {
		margin-right: -232px;
	}
	#home-slide .slick-prev {
		margin-left: -232px;
	}
}
@media (max-width: 520px) {
	#home-slide .slick-arrow {
		width: 30px;
		height: 30px;
		background-size: 15px;
	}
	#home-slide .slick-next {
		margin-right: -175px;
	}
	#home-slide .slick-prev {
		margin-top: -14px;
		margin-left: -175px;
	}


}
@media (max-width: 420px) {
	#home-slide .slick-next {
		margin-right: -175px;
	}
	#home-slide .slick-prev {
		margin-left: -175px;
	}
}
#home-slide .slick-dots {
	text-align: center;
	bottom: -28px;
}
#home-slide .slick-dots li {
	display: inline-block;
	margin: 4px 0 0;
}
#home-slide .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	margin: 6px;
	font-size: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #bcbcbc;
	border-radius: 50%;
}
#home-slide .slick-dots .slick-active button {
	background: #0a467d;
}
#home-slide .slick-dots li button::before {
	display: none;
}
.home-contents {
	padding-bottom: 3em;
}
.home-contents.half {
	padding: 0 1em;
}
.home-contents-half-box {
	position: relative;
	/* margin: 0 0 2em; */
}
.home-contents-half-box:first-child {
	/* margin: 0 0 4em; */
}
@media (min-width: 992px) {
	.home-contents.half {
		display: flex;
		justify-content: center;
		padding: 0;
		gap: 2em;
	}
	.home-contents-half-box {
		width: calc(50% - 1em);
	}
}
.entry .home-contents-title {
	text-align: center;
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0.2rem;
	margin-top: 2em;
}
.entry .half .home-contents-title {
	text-align: left;
}
.entry .home-contents-title::after {
	display: none;
}
.entry .home-contents-title:first-letter {
	color: #e31e0f;
}
.entry .home-contents-title.yellow:first-letter {
	color: #c9a40a;
}
.entry .home-contents-title.green:first-letter {
	color: #008000;
}
.entry .home-contents-title.blue:first-letter {
	color: #106cd2;
}
.home-contents-title-sub {
	text-align: center;
	color: #775c44;
	margin-bottom: 3em;
}
.half .home-contents-title-sub {
	text-align: left;
	margin-bottom: 2em;
}
.home-contents-title-btn {
	position: absolute;
	top: 0.5em;
	right: 0;
	border: 2px solid var(--vk-color-primary);
	background-size: 1.2em;
	font-size: 1.2em;
	font-weight: bold;
	color: var(--vk-color-primary);
	padding: 0.5em .75em;
	line-height: 1;
	border-radius: 6px;
	background-color: #fff;
}

.home-contents-title-btn::after {
	content: "\f061";
	font-family: "Font Awesome 7 Free";
	margin-left: .5em;
}

.home-news-list {
	padding: 0;
}
.home-news-list li {
	margin: 1.5em 0;
	border-radius: 6px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	background-color: #FFFFFF;
	position: relative;
	list-style: none;
	transition: all .4s;
}
.home-news-category {
	border: 1px solid var(--vk-color-primary);
	border-radius: 999px;
	padding: 0 0.8em;
	color: var(--vk-color-primary);
	position: absolute;
	top: 1rem;
	left: 7rem;
	font-size: 0.9em;
	pointer-events: none;
}
.home-news-list li a {
	padding: 3rem 1rem 1rem 1rem;
	display: block;
	text-decoration: none;
	color: #353535;
	font-weight: bold;
}
.home-news-list li time {
	position: absolute;
	top: 1rem;
	left: 1rem;
	pointer-events: none;
}
.home-news-list li a:hover {
	background-color: var(--vk-color-custom-4)
}
.wp-block-query .wp-block-group.is-vertical{max-width: none!important;align-items: stretch;}
.wood-bg {
	background: url(images/wood-bg.png);
	padding-top: 4em;
	padding-bottom: 4em;
}
.home-link-box {
	padding: 0 1em;
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
}
.home-link-box-inner {
	/* margin: 2rem 0; */
	flex: auto;
}
@media (min-width: 992px) {
	.home-link-box {
		display: flex;
		justify-content: space-between;
		padding: 0;
		gap: 2em;
		align-items: center;
	}
	.home-link-box-inner {
		width: 57.5%;
	}
	.home-link-box-inner:first-child {
		width: 37.5%;
	}
}
@media (min-width: 1200px) {
	.home-link-box-inner,
	.home-link-box-inner:first-child {
		width: 47.5%;
	}
}
.home-link-list-bg {
	background: url("images/home-link-list-bg-202602.jpg") center no-repeat;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	height: 200px;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 1.6em;
	font-weight: bold;
	overflow: hidden;
}
@media (min-width: 992px) {
	.home-link-list-bg {
		height: 240px;
	}
}
.home-link-list-bg:hover {
	opacity: 0.7;
	color: #FFFFFF;
}
.home-link-list-bg span {
	display: block;
	width: 100%;
	padding: 1em 3em 0.7em;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,  rgba(0,0,0,1) 100%);
	position: relative;
	color: #FFFFFF;
}
.home-link-list-bg span::before {
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0.7em;
	width: 35px;
	height: 38px;
	background: url(images/home-link-list-icon00.png) no-repeat center;
	background-size: 35px;
}
.home-link-list-bg span::after {
	content: "";
	position: absolute;
	top: 0.9em;
	right: 0.7em;
	width: 30px;
	height: 38px;
	background: url(images/arrow-icon-white.png) no-repeat center;
	background-size: 30px;
}
.home-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1em;
}
.home-link-list.wide {
	display: block;
	justify-content: center;
	margin: 0 auto 1em;

}
.home-link-list a {
	/* margin: 1rem 0; */
	display: flex;
	height: 60px;
	/* width: 100%; */
	padding-left: 20%;
	align-items: center;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 1.2em;
	color: #353535;
	font-weight: bold;
	flex-basis: calc(50% - .5em);
}
.home-link-list a:hover {
	opacity: 0.7;
	color: var(--vk-color-primary);
}
.home-link-list a:nth-child(1) {
	background-image: url(images/home-link-list-icon01.png);
}
.home-link-list a:nth-child(2) {
	background-image: url(images/home-link-list-icon02.png);
}
.home-link-list a:nth-child(3) {
	background-image: url(images/home-link-list-icon03.png);
}
.home-link-list a:nth-child(4) {
	background-image: url(images/home-link-list-icon04.png);
}
@media (min-width: 576px) {
	.home-link-list.wide {
		display: flex;
		width: 100%;
	}
	.home-link-list a {
		/* flex-basis: 50%; */
		height: 92px;
	}
}
@media (min-width: 992px) {
	.home-link-list.wide a {
		width: auto;
		margin: 0 1.5em;
	}
}

.home-access-box {
	padding: 0 1em;
	text-align: center;
	gap: 2em;
	display: flex;
	flex-direction: column;
}
@media (min-width: 992px) {
	.home-access-box {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 0;
	}
	.home-access-box-inner {
		width: 47.5%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}

.home-access-box-title {
	font-size: 1.15em;
	font-weight: bold;
	margin-top: -1em;
	margin-bottom: 0.5em;
}
.home-access-tel {
	margin-top: -0.7em;
	margin-bottom: 2em;
	font-size: 1.3em;
	font-weight: bold;
}
.home-access-tel span {
	background: url(images/tel-icon.png) no-repeat center left;
	background-size: 1.2em;
	padding: 0.5em 0 0.5em 1.8em;
}
.home-access-map {
	width: 100%;
	height: 300px;
}
@media (min-width: 992px) {
	.home-access-map {
		height: 400px;
	}
}

.foot-banner-box {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.foot-banner-box:first-child {
 padding-top: 3em;
}
.foot-banner-box h4 {
	width: 100%
}
.foot-banner-box:first-child div {
	max-width: 328px;
	margin: 0.7em;
}
.foot-banner-box div {
	max-width: 214px;
	margin: 0.7em;
}
.foot-banner-box aside {
	margin: 0.7em;
}
.foot-banner-box p {
	margin-bottom: 0
}
.foot-banner-box a,
.foot-banner-box img {
	display: block;
	width: 100%;
}
@media (min-width: 992px) {
	.foot-banner-box {
		padding-bottom: 0;
		align-items: center;
	flex-wrap: nowrap;
	}
	.foot-banner-box div:first-child {
		/* margin-left: 9%; */
	}
	.foot-banner-box div:nth-child(2) {
		/*margin-right: 9%;*/
	}
}

.footer-list {
	display: flex;
	flex-wrap: wrap;
	padding: 2em 1em;
	margin: 0 auto;
}
.footer-list ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
@media (min-width: 562px) {
	.footer-list {
		width: 480px;
	}
	.footer-list ul {
		width: 48%;
	}
}
@media (min-width: 992px) {
	.footer-list {
		width: auto;
		justify-content: center;
	}
	.footer-list ul {
		width: auto;
		margin: 0 3em;
	}
}
.footer-list li {
	list-style: none;
	margin: 0.7em 0;
}
.footer-list a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
}
.footer-list .sub a {
	padding-left: 1.5em;
	font-size: 1em;
	font-weight: normal;
}
.footer-list .sub a::before {
	content: "";
	width: 0.8em;
	height: 1px;
	background-color: #FFFFFF;
	top: 50%;
	left: 0;
	position: absolute;
}

.site-footer-copyright {
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding-top: 2em;
	text-align: center;
	max-width: inherit;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.site-footer-copyright img {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto 1em;
}
.site-footer-copyright address {
 font-size: 13px;
 font-style: normal;
 margin: 0 0 20px 0;
 text-align: left;
}
.site-footer-copyright address a {
 color: #fff;

}
.site-footer-copyright .copyright {
 width: 100%;
}

@media (min-width: 992px) {
.site-footer-copyright address {
 margin: 0 0 20px 30px;
}
}
.ippan{
	background-color: #96cbba;
}
.sg{
	background-color: #e60012;
}
.pg1{
	background-color: #f39a50;
}
.g1{
	background-color: #f39a50;
}
.g2{
	background-color: #9ec463;
}
.g3{
	background-color: #1ba7da;
}
.women {
	background-color: #ecb3cd;
}

/*  rank-list  */
.rank-list {
	text-align: center;
	list-style-type: none;
	margin: 1em auto 1em;
	line-height: 2;
}
.rank-list li{
	display: inline-block;
	padding-right: 15px;
}
.rank-list li img{
	display: inline-block;
	margin-right: 5px;
	height: 1.4em;
	vertical-align: text-bottom;
}
.rank-list li span{
	padding-right: 13px;
	margin-right: 5px;
}

/*  time-list  */
.time-list-box {
	border: 2px solid var(--vk-color-primary);
	text-align: center;
	border-radius: 999px;
	margin: 0 auto 2em;
	padding: 0.5em;
	max-width: 800px;
	background-color: #fff;
}
.time-list {
	list-style: none;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
.time-list li{
	display: inline-block;
	padding: 0 7px;
}
.time-list img{
	width: 20px;
	height: auto;
	display: inline-block;
	margin-right: .3em;
	margin-bottom: -0.2em;
}

/*  today-calendar-btn  */
.tab_item {
	width: calc(99% / 2 - 15px);
	height: 50px;
	line-height: 50px;
	border: 2px solid var(--vk-color-primary);
	border-bottom: 0;
	background-color: var(--vk-color-primary);
	color: #FFFFFF;
	font-size: 1.3em;
	text-align: center;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
	margin: 0 0 -2px 15px
}
.tab_item:hover {
	color: #FFFFFF;
	background-color: var(--vk-color-primary-vivid);
}
.today-calendar-box input:checked + .tab_item {
	color: var(--vk-color-primary);
	background-color: #fff;
}
.today-calendar-box .tab_item:nth-child(4) {
	/* border-radius: 0 6px 0 0; */
	margin: 0 auto -2px 1%;
}
.today-calendar-box>.tab_item:last-child{
	margin: 0 0 -2px 1%
}
input[name="tab_item"] {
  display: none;
}
@media (min-width: 992px) {
	.tab_item,
	.today-calendar-box .tab_item:nth-child(4) {
		/* width: 35%; */
		/* margin-left: 14.5%; */
		/* border-radius: 6px 6px 0 0; */
		/* margin-bottom: -2px; */
	}
	.today-calendar-box .tab_item:nth-child(4) {
		margin-left: 1%;
		/* border-radius: 6px 6px 0 0; */
	}
}
.today-calendar {
	display: none;
	background-color: #fff;
	border: 2px solid var(--vk-color-primary);
	border-radius: 6px;
	/* border-top: 0; */
	padding: 20px 15px;
	clear: both;
	margin-bottom: 2em;
	position: relative;
	z-index: 1;
}
@media (min-width: 992px) {
	.today-calendar {
		border: 2px solid var(--vk-color-primary);
		border-radius: 6px;
	}
}
#today:checked ~ #today_content,
#next-day:checked ~ #next-day_content {
  display: block;
}

.race-3col-container {
    display: flex;
    gap: 1em;
    align-items: flex-start;
}
.race-col {
    flex: 1;
}
h3.race-col-title {
    text-align: center;
    border: none;
    margin: 0;
	color: var(--vk-color-text-body)
}
h3.race-col-title img {
    width: 1.5em;
    margin-right: 5px;
    vertical-align: text-bottom;
}
h3.race-col-title::before {
    content: none
}
.race-col-morning h3.race-col-title {
	background-color: #d2f3ce;
}
.race-col-day h3.race-col-title {
	background-color: #fce5d8;
}
.race-col-night h3.race-col-title {
	background-color: #d8ddf6;
}
@media (max-width: 768px) {
    .race-3col-container { display: block; }
    .race-col { margin-bottom: 20px; }
}
.today-calendar-list {
	margin: 0;
	padding: 0.5em 0;
	display: flex;
	flex-direction: column;
} 
.today-calendar-list li {
	/* margin: 0; */
	list-style: none;
	display: flex;
	/* box-shadow: 2px 2px 0 rgba(0,0,0,0.2); */
	/* background-color: #FFFFFF; */
	width: 100%;
}
@media (min-width: 992px) {
	.today-calendar-list {
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	} 
	.today-calendar-list li {
		/* width: 48.5%; */
	}
}
.today-calendar-list-category {
	width: 60px;
	color: #FFFFFF;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	/* writing-mode: vertical-rl; */
	/* text-align: center; */
}
.today-calendar-list-place {
	width: 80px;
	border-right: 1px dashed rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: bold;
}
.today-calendar-list-place-img {
	display: block;
}
.today-calendar-list-place img {
	width: 20px;
	display: inline-block;
	margin: 4px 1px 0;
}
.today-calendar-list-event {
	width: 100%;
	/* padding: 15px 0; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.today-calendar-list-event-title {
	padding-left: 10px;
	font-weight: bold;
	line-height: 1.4;
}
.today-calendar-list-event-title a {
	color: inherit;
	display: block;
	 padding-right: 20px; 
	 position: relative; 
	text-decoration: none;
}
.today-calendar-list-event-title a::after {
	 content: "\f08e"; 
	 font-family: "Font Awesome 7 Free"; 
	 position: absolute; 
	 top: 50%; 
	 right: 5px; 
	 transform: translateY(-50%); 
	 color: #ccc; 
	 font-weight: 600; 
	font-size: .75em
}
.today-calendar-list-event-title a:hover {
	color: var(--vk-color-primary);
}
.today-calendar-list-event-date {
	padding-left: 10px;
	font-size: .875em;
}

/*  attention-calendar  */
.attention-calendar {
	/* margin: 2em 0; */
}
.attention-calendar-box {
	margin: 1.5em 0;
	display: flex;
	border-radius: 6px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	background-color: #FFFFFF;
	overflow: hidden;
}
.attention-calendar-date {
	width: 100px;
	position: relative;
	background-color: var(--vk-color-primary);
	display: flex;
	justify-content: center;
	align-items: center;
}
.attention-calendar-date::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 22px solid #FFFFFF;
	border-right: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 22px solid #FFFFFF;
}
.attention-calendar-date::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-right: 22px solid #3f3f3f;
	border-bottom: 22px solid #3f3f3f;
	border-left: 22px solid transparent;
}
.saturday .attention-calendar-date::after {
	border-right-color: #49d3ea;
	border-bottom-color: #49d3ea;
}
.sunday .attention-calendar-date::after {
	border-right-color: #ff5c5c;
	border-bottom-color: #ff5c5c;
}
.attention-calendar-date-month {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	font-size: 15px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.attention-calendar-date-day {
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0;
	color: #FFFFFF;
}
.attention-calendar-date-week {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px;
	height: 25px;
	font-size: 15px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	color: #FFFFFF;
}
.attention-calendar-event {
	width: 100%;
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
a.attention-calendar-event{
	padding-right: 20px;
	position: relative
}
a.attention-calendar-event::after {
	content: "\f08e";
	font-family: "Font Awesome 7 Free";
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	color: #ccc;
	font-weight: 600;
}
a.attention-calendar-event:hover::after {
	color: var(--vk-color-primary);
}
a.attention-calendar-event:hover{
	background-color: var(--vk-color-custom-4)
}
.attention-calendar-event-title {
	font-weight: bold;
	padding: 0 15px;
	color: var(--vk-color-text-body)
}
.attention-calendar-event-category {
	display: inline-block;
	margin-right: 5px;
	padding: 0 15px;
	color: #FFFFFF;
}
.attention-calendar-event-location {
	display: inline-block;
}
.attention-calendar-event-time {
	color: rgba(0,0,0,0.7);
	padding: 0 15px;
}
.link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2em 0;
	position: relative;
	z-index: 5;
}
.link-list a {
	width: 300px;
	display: block;
	border-radius: 999px;
	border: 2px solid var(--vk-color-primary);
	text-align: center;
	padding: 0.7em 1em;
	margin: 0.5em;
	font-size: 1.15em;
	font-weight: bold;
	background-color: #FFFFFF;
	color: var(--vk-color-primary);
}
.link-list a .blank {
	background-size: 1em;
	/* padding-right: 1.5em; */
}
.link-list a .blank::after{
	content: "\f08e";
	font-family: "Font Awesome 7 Free";
	margin-left: .5em;
}
.link-list a .arrow {
	background-size: 1em;
	/* padding-right: 1.5em; */
}
.link-list a .arrow::after{
	content: "\f061";
	font-family: "Font Awesome 7 Free";
	margin-left: .5em;
}
.link-list a:hover {
	background-color: var(--vk-color-primary);
	color: #FFFFFF;
}

#schedule-calendar {
	margin: 2em auto;
}
#schedule-calendar p {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}
.tab-area {
  display: flex;
  cursor: pointer;
  margin: 0 0 -2px;
  padding: 0 15px;
  list-style: none;
  gap: 1%;
  /* overflow-x: auto; */
}
.tab.tab_item {
  /* padding: 1em; */
  /* text-align: center; */
  flex: 1;
  margin: 0 auto;
  /* background-color: #d9e1e8; */
  /* border: 1px solid var(--vk-color-primary); */
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  min-width: 110px;
  border-radius: 6px 6px 0 0;
}
.tab.active {
 color: var(--vk-color-primary);
 background-color: #fff;
}
.panel-area{
	background-color: #fff;
	/* overflow-x: auto; */
}
.panel.today-calendar {
  display: none;
  text-align: center;
  padding: 20px 15px;
  background-color: #fff;
  overflow-x: auto;
}
.panel.today-calendar.active {
  display: block;
}
.schedule-table{width: 100%;min-width: 800px;overflow-x: auto;table-layout: fixed;border-color: #ccc;}
.schedule-table tr th img{display: block;width:30px;margin: 0 auto}
.schedule-table tr.morning th{background-color: #ecf0f2;}
.schedule-table tr.day th{background-color: #fff;}
.schedule-table tr.night th{background-color: #ecf0f2;}
.schedule-table tr.morning td{background-color: #ecf0f2;}
.schedule-table tr.day td{background-color: #FFF;}
.schedule-table tr.night td{background-color: #ecf0f2;}
.schedule-table tr:first-child td{padding: 5px 0}
.schedule-table tr td{width: 3%;padding: 2px;max-width: 3%;border-color: #ccc;/* border-right: 1px dotted; */}
.schedule-table tr td.today{background-color: #fad307}
.schedule-table tr td.wday{background-color: #eee}
.schedule-table tr td.sun{background-color: #EB8D87}
.schedule-table tr td.sat{background-color: #8BBBEB}
.schedule-table tr td .raceBox{display: flex;align-items: center;justify-content: center;padding: 2px 5px;width: 100%;height: calc(1em * 1.2 * 3 + 4px);/* white-space: nowrap; */overflow: hidden;max-width: 100%;font-size: .875em;/* line-height: 1.4; */border-radius: 4px;flex-direction: column;}
.schedule-table tr td a.raceBox:hover{filter: brightness(1.2);}
.schedule-table tr td .raceBox.cancel{background-color: #ccc;}
.schedule-table tr td .raceBox span{display: inline-block;max-width: 100%;/* line-height: 1.4; */text-overflow: ellipsis;/* font-size: .875em; */color: #fff;overflow: hidden;/* white-space: nowrap; */text-align: left;height: auto;min-width: 26px;line-height: 1.2;/* align-items: center; */}
.schedule-table tr td .raceBox img{display: inline-block;height: 1.4em;margin-left: 3px;vertical-align: text-bottom;}

.schedule-table tr td .raceBox.ippan>span,.schedule-table tr td .raceBox.ippan>a{
	color: var(--vk-color-text-body);
}
.schedule-table tr td .raceBox.cancel>span,.schedule-table tr td .raceBox.cancel>a{
	color: var(--vk-color-text-body);
}
.illust::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -40px;
	top: -50px;
	width: 150px;
	height: 150px;
	background: url(images/igurun_01.png) no-repeat bottom;
	background-size: contain;
}
.illust-right{
	padding-right: 20%;
	position: relative;
	z-index: 0;
	margin-bottom: 1.5em
}
.illust-right::before{
	content: "";
	position: absolute;
	z-index: -1;
	right: -10px;
	bottom: 0;
	width: 20%;
	height: 150px;
	background: url(images/igurun_02.png) no-repeat bottom right;
	background-size: contain;
}
.illust02::before{
	background-image: url(images/igurun_02.png)
}
.illust03::before{
	background-image: url(images/igurun_03.png)
}
.illust04::before{
	background-image: url(images/igurun_04.png)
}
@media (min-width: 992px) {
	.illust::before {
		left: -80px;
		width: 270px;
		height: 280px;
		/* top: -30px; */
	}
.illust-right::before{
	height: 200px;
	}
}
@media (min-width: 1400px) {
	.illust::before {
		/* right: -200px; */
		/* bottom: -30px; */
		width: 270px;
		height: 280px;
	}
}

.site-footer {
	background-color: var(--vk-color-custom-1);
	border: 0;
	position: relative;
	overflow: visible;
}
.site-footer::before {
	content: "";
	background: url(images/namisen-blue-top.png) repeat-x top left;
	height: 13px;
	width: 100%;
	position: absolute;
	top: -13px;
	left: 0;
}
.page_top_btn {
	background-color: var(--vk-color-primary);
	border-radius: 50%;
	box-shadow:0 0 0 1px rgba(255,255,255,.8),0 0 0 3px var(--vk-color-primary);
}
.main-section > div.post-list {
	margin-bottom: 6em;
}
.postListText {
	position: relative;
	padding: 0;
}
.postListText:first-child {
	border-top: 1px dotted #ccc;
}
.postListText_date {
	position: absolute;
	top: 1em;
	left: 1em;
	font-size: 1em;
}
.postListText_singleTermLabel {
	position: absolute;
	top: 0.6em;
	left: 7em;
	min-width: inherit;
}
.postListText_singleTermLabel_inner {
	border: 1px solid var(--vk-color-primary);
	color: var(--vk-color-primary) !important;
	background-color: #FFFFFF !important;
	padding: 0.4em 1em;
	font-size: 0.8em;
	border-radius: 999px;
}
.vk_post_title_new {
	display: none;
}
.postListText_title a {
	display: block;
	padding: 3em 1em 1em;
	font-size: 1rem;
	text-decoration: none;
	font-weight: bold;
}
.postListText_title a:hover {
	background-color: var(--vk-color-custom-3);
}
@media (min-width: 992px) {
	.postListText_singleTermLabel {
		top: 0.8em;
	}
	.postListText_title a {
		padding: 1em 1em 1em 13em;
	}
}
  @media (max-width: 991.98px) {
.main-section {
  margin-bottom: 0;
}
	  }
.entry h2.guide-ippan-head {
	border-bottom: 0;
	margin: 2em 0 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
.entry h2.guide-ippan-head::after {
	display: none;
}
@media (max-width: 767.98px) {
	.entry h2.guide-ippan-head {
		font-size: 1.5em;
	}
}
@media (max-width: 575.98px) {
	.entry h2.guide-ippan-head {
		font-size: 3.7vw;
	}
}

/*  design page  */
.design-head-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2em;
}
.design-profile p{
	margin-top: -2em;
}
.design-profile .wp-block-image figcaption {
  font-size: 0.8rem;
	text-align: right;
}
.wp-block-gallery.design-gallery {
	gap: 0;
}
.guide-floor-point li {
	position: relative;
	list-style: none;
	padding-left: 1.5em;
}
.guide-floor-point li::before {
	content: "";
	height: 0.9em;
	width: 0.9em;
	background-color: var(--vk-color-primary);
	border-radius: 50%;
	position: absolute;
	top: 0.4em;
	left: 0;
	margin: auto;
}
.end-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 4em 0;
}
@media (max-width: 767.98px) {
	.comfort img {
		max-width: 250px;
		margin-top: -1.5em;
	}
}
.vk_posts.next-prev {
	margin-bottom: 4em !important;
}
.home-guide-text {
	padding-top: 4em;
	margin-top: -4em;
}