@charset "UTF-8";


:root {
	--font_eng: YakuhanJP, "Zalando Sans SemiExpanded", sans-serif;
	--hover_anime: all .2s ease-in-out;

	--kwt_skyblue : #87ceeb;
}

body {
	font-family: YakuhanJP, "Zalando Sans", "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	color: #242227;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
	font-feature-settings: "palt";
	font-weight: bold;
}

strong {
	font-weight: bold;
}


.c-entry__content.p-entry-content {
	text-align: justify;
	word-break: break-all;
}

.p-global-nav {
font-feature-settings: "palt";

}





.c-entry__header .c-meta .c-meta__item--published svg {
	display: none;
}

.p-related-posts .p-related-posts__title span {
	text-transform: uppercase;
}


section.full-width {
	background: #e8e8e8;
	margin: var(--contents--gap) calc(50% - 50vw);
	padding: 20px calc(50vw - 50%);
}

section.full-width .c-entry-aside {
	margin: var(--_margin2) auto;
}
.c-entry-aside__title:after,
.c-entry-aside__title:before {
	display: none;
}

.p-related-posts .c-entry-summary__meta {
	display: none;
}

.c-title:not(span) {
	font-family: var(--font_eng);
	font-optical-sizing: auto;
	text-transform: uppercase;
	font-size: 3.375rem;
}

.contact_tel {
	font-family: var(--font_eng);
	font-weight: 700;
	font-optical-sizing: auto;
	text-transform: uppercase;
	font-size: 2rem;
}

.c-title span {
	font-size: 1rem;
}


body.post-type-archive-news .p-archive ul.c-entries li.c-entries__item + li.c-entries__item {
	margin-top: 1em;
}

body.post-type-archive-news .p-archive ul.c-entries li.c-entries__item {
	border-bottom: none;
}

body.post-type-archive-news .p-archive ul.c-entries li.c-entries__item a {
	background-color: #eee;
	padding: 1.5em 2em;
	transition: var(--hover_anime);
}

body.post-type-archive-news .p-archive ul.c-entries li.c-entries__item a {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

body.post-type-archive-news .p-archive ul.c-entries li.c-entries__item a::after {
	background: #e1e1e1;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

body.post-type-archive-news .p-archive ul.c-entries li.c-entries__item a:hover::after {
	transform: scale(1, 1);
}

body.post-type-archive-news .p-archive ul.c-entries li.c-entries__item {

}


@media (min-width: 1024px) {

}

@media (min-width: 769px) and (max-width: 1023px){

}

@media (max-width: 768px) {

}






@media (any-hover: hover) {

}

@media (hover: hover) {
	a[href^="tel:"] {
		pointer-events: none !important;
		text-decoration: none;
		color: inherit;
	}
}


#autozip {
	display: none !important;
}

@media ( max-width: 768px ) {
	:root {
		--_global--font-family: var(--font-family);
		--_global--font-size-px: 13px;
	}
}

@media ( min-width: 768px ) and ( max-width: 1023px ){
	:root {
		--_global--font-family: var(--font-family);
		--_global--font-size-px: 14px;
	}
}