body {
	background: #fbfaf9;
	color: #1a1a1a;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-transition: opacity 0.3s;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-inner.--small {
	max-width: 1230px;
}

.block-editor * + * {
	margin-top: 1em;
}

.block-editor p {
	font-weight: 500;
	line-height: 1.8;
}

.block-editor a {
	color: blue;
	text-decoration: underline;
}

.block-editor ul {
	list-style: disc;
	padding-left: 2em;
}

.block-editor ol {
	list-style: decimal;
	padding-left: 2em;
}

.block-editor li {
	margin: 0;
}

.block-editor img {
	height: auto;
	height: initial;
	width: auto;
	width: initial;
}

.p-breadcrumb {
	-ms-overflow-style: none;
	overflow-x: auto;
	scrollbar-width: none;
	white-space: nowrap;
}

.p-breadcrumb::-webkit-scrollbar {
	display: none;
}

.p-breadcrumb__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	gap: 6px;
	gap: 0.375rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 16px 20px;
	padding: 1rem 1.25rem;
}

.p-drawer {
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-webkit-overflow-scrolling: touch;
	background: #333;
	height: 100%;
	opacity: 0;
	overflow-y: auto;
	padding-top: 50px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 60px;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 80%;
	z-index: 101;
}

.p-drawer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.p-drawer__link {
	-webkit-transition: 0.4s all;
	list-style-type: none;
	padding: 0;
	transition: 0.4s all;
	width: 100%;
}

.p-drawer__link:last-child {
	padding-bottom: 0;
}

.p-drawer__link a {
	color: #fff;
	display: block;
	padding: 1em 0;
	text-decoration: none;
}

.p-drawer__background {
	background: pink;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 99;
}

/* active */

.p-drawer.active {
	opacity: 100;
	visibility: visible;
}

.p-drawer__background.active {
	opacity: 100;
	visibility: visible;
}

.p-hamburger {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: block;
	height: 40px;
	outline: none;
	padding: 0;
	position: fixed;
	right: 13px;
	text-align: center;
	top: 12px;
	width: 40px;
	z-index: 101;
}

.p-hamburger span {
	-webkit-transition: 0.3s -webkit-transform;
	background: #555;
	display: block;
	height: 2px;
	left: 6px;
	position: absolute;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
	width: 30px;
}

.p-hamburger span:nth-child(1) {
	top: 10px;
}

.p-hamburger span:nth-child(2) {
	top: 20px;
}

.p-hamburger span:nth-child(3) {
	top: 30px;
}

/* active */

.p-hamburger.active span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	top: 16px;
	transform: rotate(-45deg);
}

.p-hamburger.active span:nth-child(2),
.p-hamburger.active span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	top: 16px;
	transform: rotate(45deg);
}

.p-header {
	background: #fff;
	height: 60px;
	height: 3.75rem;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-header__logo {
	height: inherit;
}

.p-header__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 198px;
	width: 12.375rem;
}

.p-header__nav {
	height: inherit;
	margin-left: auto;
}

.p-header__items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-header__item {
	height: inherit;
}

.p-header__item:not(:last-child) {
	margin-right: 20px;
	margin-right: 1.25rem;
}

.p-header__item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.p-pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	gap: 1.25rem;
	justify-content: center;
}

.p-pagination .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
}

.p-pagination .current {
	background: #000;
	color: #fff;
	height: 36px;
	height: 2.25rem;
	width: 36px;
	width: 2.25rem;
}

.p-pagination__previous {
	-webkit-transform: rotate(180deg);
	background-image: url(../images/pagination-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 36px;
	height: 2.25rem;
	transform: rotate(180deg);
	width: 36px;
	width: 2.25rem;
}

.p-pagination__next {
	background-image: url(../images/pagination-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 36px;
	height: 2.25rem;
	width: 36px;
	width: 2.25rem;
}

@media (any-hover: hover) {

a:hover {
	opacity: 0.8;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: none;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.l-inner.--small {
	max-width: 33.75rem;
}

.p-breadcrumb__inner {
	font-size: 0.875rem;
	gap: 0.75rem;
	padding: 1rem 1.5625rem;
}

.p-hamburger {
	display: none;
}

.p-header {
	height: 6.25rem;
}

.p-header__inner {
	padding: 0 1rem;
}

.p-header__logo img {
	width: 17.6875rem;
}

.p-pagination {
	gap: 1.5rem;
}

.p-pagination .page-numbers {
	font-size: 1rem;
}

.p-pagination .current {
	height: 2.75rem;
	width: 2.75rem;
}

.p-pagination__previous {
	height: 2.75rem;
	width: 2.75rem;
}

.p-pagination__next {
	height: 2.75rem;
	width: 2.75rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
