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

body {
	background-color: #fff;
	color: #333;
	font-family: "Noto Serif JP", serif;
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

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

/* ホバー */

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

/* ドロワーメニューが開いている時のスクロール制御 */

body.no-scroll {
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
}

*,
*::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;
	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;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

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

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

textarea {
	resize: vertical;
}

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

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

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.about-fv {
	background: url(../images/common/about-fv.webp) no-repeat center center/cover;
}

.about {
	background-color: #fff;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}

.about-introduction {
	gap: 19%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	max-width: 890px;
	max-width: 55.625rem;
}

.section-title__wrap {
	margin-top: -5%;
}

.about-introduction__lead {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 240%;
	max-width: 619px;
	max-width: 38.6875rem;
	text-align: justify;
}

.about-slider {
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 1140px;
	max-width: 71.25rem;
}

.about-slider img {
	aspect-ratio: 1140/641;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.slick-dots {
	bottom: -40px;
}

.slick-dots li {
	height: 20px;
	margin: 0 3px;
	width: 20px;
}

.slick-dots li button:before {
	font-size: 10px;
}

.about-temple-info {
	gap: 32px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 84px;
	margin-top: 5.25rem;
}

.about-temple-info p {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
}

.accordion {
	padding: 48px 0;
	padding: 3rem 0;
}

.accordion__item {
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 1140px;
	max-width: 71.25rem;
}

.accordion__title p {
	background-color: #000;
	color: #fff;
	font-family: Noto Serif JP;
	font-size: 20px;
	font-style: Medium;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 100%;
	padding: 16px 0px 16px 40px;
	padding: 1rem 0rem 1rem 2.5rem;
	position: relative;
	text-align: left;
}

.accordion__title p::before {
	background-color: #fff;
	border-radius: 50px;
	content: "";
	height: 24px;
	left: 2.5%;
	position: absolute;
	top: 29%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 24px;
}

.accordion__box {
	margin-top: 16px;
	margin-top: 1rem;
}

.accordion__flex {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.temple-table {
	margin: 0 auto;
	max-width: 558px;
	max-width: 34.875rem;
}

/*アイコンの＋と×*/

.title {
	cursor: pointer;
	position: relative;
}

.title::before,
.title::after {
	background-color: #000;
	content: "";
	height: 2px;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 15px;
	z-index: 1;
}

.title::before {
	left: 3.7%;
	top: 50%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.title::after {
	left: 3.7%;
	top: 50%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/

.title.close::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.title.close::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/*アコーディオンで現れるエリア*/

.box {
	display: none; /*はじめは非表示*/
}

.temple-table {
	border-collapse: collapse;
	max-width: 558px;
	max-width: 34.875rem;
	width: 100%;
}

.temple-table th {
	background-color: #f4f4f4;
	color: white;
	padding: 8px;
	text-align: center;
}

.temple-table td {
	border: 1px solid #ccc;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	padding: 8px;
}

.temple-table tbody tr:nth-child(even) {
	background-color: #f4f4f4;
}

.temple-table td:first-child {
	max-width: 100px;
	width: 26%;
}

.temple-table td:nth-child(2) {
	max-width: 250px;
	text-align: left;
	width: 40%;
}

.temple-table td:nth-child(3) {
	max-width: 208px;
	text-align: left;
	width: 34%;
}

.temple-table02 {
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
}

.temple-table02__title {
	background-color: #556977;
	color: #fff;
	font-family: Noto Serif JP;
	font-style: Bold;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 200%;
	text-align: center;
}

.temple-table02 th {
	background-color: #f4f4f4;
	color: white;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}

.temple-table02 td {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 8px;
}

.temple-table02 tbody tr:nth-child(even) {
	background-color: #f4f4f4;
}

.temple-table02 td:first-child {
	max-width: 42px;
	text-align: center;
	width: 16%;
}

.temple-table02 td:nth-child(2) {
	max-width: 225px;
	width: 84%;
}

.accordion-current {
	background-color: #FFEEEE !important;
	color: #DD3333;
}

.camp {
	background: #f7f1e1 !important;
	overflow: hidden;
}

.camp-header {
	position: fixed;
}

.camp-breadcrumb {
	font-family: Noto Serif JP;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 200%;
	margin: 0 auto;
	max-width: 1140px;
	max-width: 71.25rem;
	padding: 16px;
	padding: 1rem;
	text-align: right;
}

.camp-breadcrumb span {
	font-family: Noto Serif JP;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 200%;
	margin: 0 8px;
}

.camp-fv {
	background: url(../images/common/camp-fv.webp) no-repeat center center/cover;
	height: 100vh;
	max-width: 100vw;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.camp-fv::before {
	background: url(../images/common/let’s-have-fun!.svg) no-repeat center center/contain;
	bottom: 3%;
	content: "";
	height: 176px;
	height: 11rem;
	max-width: 550px;
	max-width: 34.375rem;
	position: absolute;
	right: 4%;
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	width: 55%;
}

.camp-title__wrap {
	left: 0;
	margin: 0 auto;
	max-width: 640px;
	max-width: 40rem;
	position: absolute;
	right: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 75vw;
	z-index: 3;
}

.camp-title__wrap h1 {
	margin: 0 auto;
	max-width: 640px;
	max-width: 40rem;
}

.camp-title__wrap img {
	max-width: 640px;
	max-width: 40rem;
	width: 100%;
}

.camp-title__text {
	background-color: #607732;
	color: #fff;
	font-family: Noto Sans JP;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0%;
	line-height: 150%;
	margin: 0 auto;
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 578px;
	max-width: 36.125rem;
	padding: 5px;
	padding: 0.3125rem;
	text-align: center;
	width: 100%;
}

.camp-info {
	background: #f7f1e1 !important;
	padding-top: 64px;
	padding-top: 4rem;
	position: relative;
	z-index: 10;
}

.camp-info__notice {
	background-color: #fff;
	border: #dd3333 solid 1px;
	margin: 0 auto;
	max-width: 964px;
	max-width: 60.25rem;
	padding: 16px;
	padding: 1rem;
	text-align: center;
}

.notice__label {
	color: #dd3333;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 120%;
	text-align: center;
}

.notice__text {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 8px;
	margin-top: 0.5rem;
	position: relative;
	text-align: center;
}

.notice__text span {
	font-family: Noto Sans JP;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 120%;
	text-align: center;
}

.camp-info__contents {
	gap: 64px;
	gap: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	margin-bottom: 64px;
	margin-bottom: 4rem;
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 1140px;
	max-width: 71.25rem;
}

.camp-info__contents-left {
	margin: 0 auto;
	max-width: 558px;
	max-width: 34.875rem;
	width: 100%;
}

.camp-info__description p {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
}

.camp-info__facilities {
	margin-top: 64px;
	margin-top: 4rem;
}

.camp-info__facility img {
	aspect-ratio: 558/329;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.facility__title01 {
	margin-top: 8px;
	position: relative;
	z-index: 10;
}

.facility__title01::before {
	background: url(../images/common/tentsite.svg) no-repeat center center/contain;
	content: "";
	height: 120px;
	max-width: 297px;
	position: absolute;
	right: 2%;
	top: -56%;
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	width: 37vw;
}

.facility__title02 {
	margin-top: 8px;
	margin-top: 0.5rem;
	position: relative;
}

.facility__title02::before {
	background: url(../images/common/bungalow.svg) no-repeat center center/contain;
	content: "";
	height: 137px;
	max-width: 350px;
	position: absolute;
	right: 7%;
	top: -184%;
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	width: 28vw;
}

.facility__title02::after {
	background: url(../images/common/mountain.png) no-repeat center center/contain;
	bottom: -607%;
	content: "";
	height: 300px;
	left: -131%;
	max-width: 645px;
	position: absolute;
	width: 40vw;
}

.facility__title-ja {
	color: #607732;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-style: Bold;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-top: 16px;
	margin-top: 1rem;
}

.facility__text {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
	margin-top: 16px;
	margin-top: 1rem;
	position: relative;
}

.camp-info__contents-right {
	margin: 0 auto;
	max-width: 558px;
	max-width: 34.875rem;
	width: 100%;
}

.camp-info__facility-img img {
	aspect-ratio: 558/579;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.camp-info__facility-img02 img {
	aspect-ratio: 558/329;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.camp-info__facility-img02 {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.camp-section-heading {
	color: #607732;
	font-family: Noto Sans JP;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 100%;
	text-align: center;
}

.camp-shared-facilities {
	overflow: hidden;
	padding: 75px 0;
	padding: 4.6875rem 0;
	padding-bottom: 128px;
	padding-bottom: 8rem;
	padding-top: 128px;
	padding-top: 8rem;
}

.shared-facilities__list {
	gap: 24px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 32px;
	margin-top: 2rem;
	position: relative;
}

.wc {
	position: relative;
}

.wc::before {
	background: url(../images/common/wood.png) no-repeat center center/contain;
	content: "";
	height: 124px;
	max-width: 200px;
	position: absolute;
	position: absolute;
	right: -6%;
	top: -28%;
	width: 22vw;
}

.shared-facilities__text {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.shared-facilities__item {
	margin: 0 auto;
	max-width: 364px;
	max-width: 22.75rem;
}

.shared-facilities__item img {
	aspect-ratio: 364/223;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.shared-facilities__item figcaption {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.camp-usage-period {
	margin: 0 auto;
	max-width: 1140px;
	max-width: 71.25rem;
	position: relative;
}

.camp-usage-period::before {
	background: url(../images/common/rectangle.png) no-repeat center center/contain;
	content: "";
	height: 176px;
	height: 11rem;
	left: -1%;
	max-width: 240px;
	max-width: 15rem;
	position: absolute;
	top: -62%;
	width: 53vw;
}

.camp-usage-period p {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	position: relative;
	text-align: left;
}

.camp-usage-period__date {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center !important;
}

.camp-usage-period__date span {
	font-family: Noto Sans JP;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 100%;
	text-align: center;
}

.camp-checkin-checkout {
	padding: 128px 0;
	padding: 8rem 0;
}

.camp-checkin-checkout .camp-section-heading {
	color: #607732;
	font-family: Noto Sans JP;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 100%;
	text-align: center;
}

.camp-checkin-checkout__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 500px;
	max-width: 31.25rem;
}

.camp-checkin-checkout__info dt {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 110px;
	max-width: 6.875rem;
	text-align: left;
	width: 100%;
}

.camp-checkin-checkout__info dd {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-top: 8px;
	margin-top: 0.5rem;
	max-width: 500px;
	max-width: 31.25rem;
	text-align: left;
	width: 100%;
}

.camp-usage-fee {
	margin: 0 auto;
	max-width: 1140px;
	max-width: 71.25rem;
	position: relative;
}

.camp-usage-fee::before {
	background: url(../images/common/glove.png) no-repeat center center/contain;
	content: "";
	height: 242px;
	height: 15.125rem;
	max-width: 204px;
	max-width: 12.75rem;
	position: absolute;
	right: 3%;
	top: -24%;
	width: 28vw;
}

.camp-usage-fee::after {
	background: url(../images/common/skillet.png) no-repeat center center/contain;
	bottom: -30%;
	content: "";
	height: 262px;
	height: 16.375rem;
	left: 0%;
	max-width: 100px;
	max-width: 6.25rem;
	position: absolute;
	width: 23vw;
}

.camp-usage-fee__note {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 32px;
	margin-top: 2rem;
	position: relative;
	text-align: center;
}

.usage-fee__subheading {
	font-family: Noto Sans JP;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.fee-table {
	border-collapse: collapse;
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 696px;
	max-width: 43.5rem;
	text-align: center;
	width: 100%;
}

.fee-table02 {
	max-width: 496px;
	max-width: 31rem;
}

.fee-table03 {
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 590px;
	max-width: 36.875rem;
}

.fee-table th,
.fee-table td {
	border: 1px solid #888;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	padding: 7px 0px;
	text-align: center;
}

.fee-table thead th {
	background-color: #e0edcc; /* 緑がかった背景 */
	color: #333;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 100%;
	text-align: center;
}

.fee-table tbody th {
	background-color: #e0edcc; /* 左側のラベル行も同じ色 */
	color: #333;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 100%;
	text-align: center;
	width: 15%;
}

.fee-table tbody td {
	background-color: #fff;
	color: #333;
}

.usage-fee__example p {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.usage-fee__example dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 180px;
	max-width: 11.25rem;
}

.usage-fee__example dt {
	width: 112px;
	width: 7rem;
}

.usage-fee__example dd {
	max-width: 66px;
	max-width: 4.125rem;
	text-align: right;
	width: 100%;
}

.camp-attention {
	padding: 128px 0 64px;
	padding: 8rem 0 4rem;
}

.camp-attention ul {
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 946px;
	max-width: 59.125rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

.camp-attention ul::before {
	background: url(../images/common/lamp.png) no-repeat center center/contain;
	bottom: -118%;
	content: "";
	height: 342px;
	height: 21.375rem;
	max-width: 80px;
	max-width: 5rem;
	position: absolute;
	right: 0%;
	width: 20vw;
}

.camp-attention li {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	list-style: disc;
	margin-top: 8px;
	margin-top: 0.5rem;
	position: relative;
}

.camp-pets ul {
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 946px;
	max-width: 59.125rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.camp-pets ul:first-child {
	margin-top: 0px;
	margin-top: 0rem;
}

.camp-pets li {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	list-style: disc;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.camp-access {
	padding: 128px 0 0;
	padding: 8rem 0 0;
}

.camp-access__text {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.camp-access___map {
	margin-top: 32px;
	margin-top: 2rem;
}

.camp-access___map iframe {
	aspect-ratio: 350/350;
	-o-object-fit: cover;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
	width: 100%;
}

.camp-contact-office {
	margin: 0 auto;
	max-width: 1140px;
	max-width: 71.25rem;
	padding-top: 64px;
	padding-top: 4rem;
	position: relative;
}

.camp-contact-office::before {
	background: url(../images/common/shoes.png) no-repeat center center/contain;
	content: "";
	height: 189px;
	height: 11.8125rem;
	left: 0%;
	max-width: 120px;
	max-width: 7.5rem;
	position: absolute;
	top: -18%;
	width: 30vw;
}

.camp-contact-office p {
	font-family: Noto Sans JP;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.camp-contact-office__text {
	margin-top: 32px;
	margin-top: 2rem;
}

.camp-contact-office__text02 {
	margin-top: 32px !important;
	margin-top: 2rem !important;
}

.camp-contact-office__tel {
	font-family: Noto Sans JP;
	font-size: 32px !important;
	font-weight: 700 !important;
	letter-spacing: 0.07em;
	line-height: 100% !important;
}

.camp-contact-office__tel span {
	font-family: Noto Sans JP;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 100%;
}

.camp-contact-office__time {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.camp-tanagura {
	padding: 64px 0 128px;
	padding: 4rem 0 8rem;
}

.camp-tanagura__img a {
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 205px;
}

.camp-tanagura__img a:hover {
	opacity: 0.7;
}

.camp-tanagura__img img {
	aspect-ratio: 205/71.5;
	-o-object-fit: cover;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
	width: 100%;
	width: 205px;
}

.camp-tanagura__img span {
	display: block;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.camp-prohibited {
	padding: 64px 0 128px;
	padding: 4rem 0 8rem;
}

.camp-prohibited h2 {
	color: #dd3333;
}

.camp-prohibited__contents {
	background: #fff;
	border: 1px solid #000;
	margin: 0 auto;
	max-width: 916px;
	max-width: 57.25rem;
	padding: 16px;
	padding: 1rem;
}

.camp-prohibited__list {
	gap: 16px 0;
	gap: 1rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.camp-prohibited__list li {
	color: #333;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0%;
	line-height: 150%;
	max-width: 283px;
	max-width: 17.6875rem;
	width: 100%;
}

.breadcrumb {
	background: #fff;
	margin: 0 auto;
	max-width: 1140px;
	max-width: 71.25rem;
	padding: 5px 0;
	padding: 0.3125rem 0;
	text-align: right;
}

.breadcrumb span {
	font-family: Noto Serif JP;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 150%;
	margin: 3px;
}

.pc-none {
	display: block;
}

.sp-none {
	display: none;
}

main {
	background: #fff;
}

section {
	position: relative;
}

.btn a {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	height: 48px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 100%;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 240px;
}

.btn a:hover {
	background-color: #606060;
}

.btn a:hover span::before {
	left: 8%;
}

.btn02 span {
	padding-left: 14%;
	position: relative;
}

.btn02 span::before {
	background: url(../images/common/arrow01.svg) no-repeat center center/contain;
	content: "";
	height: 18px;
	left: 5%;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 12px;
}

.btn02 a {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	height: 48px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 100%;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 290px;
}

.btn02 a:hover {
	background-color: #606060;
}

.btn02 a:hover span::before {
	left: 8%;
}

.btn03 span {
	padding-left: 14%;
	position: relative;
}

.btn03 span::before {
	background: url(../images/common/arrow01.svg) no-repeat center center/contain;
	content: "";
	height: 18px;
	left: 5%;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 12px;
}

.btn03 a {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	height: 48px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 100%;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 305px;
}

.btn03 a:hover {
	background-color: #606060;
}

.btn03 a:hover span::before {
	left: 8%;
}

.btn span {
	padding-left: 14%;
	position: relative;
}

.btn span::before {
	background: url(../images/common/arrow01.svg) no-repeat center center/contain;
	content: "";
	height: 18px;
	left: 5%;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 12px;
}

.btn04 span {
	padding-left: 14%;
	position: relative;
}

.btn04 span::before {
	background: url(../images/common/arrow01.svg) no-repeat center center/contain;
	content: "";
	height: 18px;
	left: 5%;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 12px;
}

.btn04 a {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #AD4434;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 500;
	height: 48px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 100%;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 240px;
}

.btn04 a:hover {
	background-color: #7E3126;
}

.btn04 a:hover span::before {
	left: 8%;
}

.btn05 span {
	padding-left: 14%;
	position: relative;
}

.btn05 span::before {
	background: url(../images/common/arrow01.svg) no-repeat center center/contain;
	content: "";
	height: 18px;
	left: 5%;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 12px;
}

.btn05 a {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	height: 48px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 100%;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 256px;
}

.btn05 a:hover {
	background-color: #606060;
}

.btn05 a:hover span::before {
	left: 8%;
}

.l-btn01 {
	margin: 0 auto;
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 240px;
	max-width: 15rem;
}

.l-btn02 {
	margin: 0 auto;
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 240px;
	max-width: 15rem;
}

.l-btn03 {
	margin: 0 auto;
	margin-top: 32px;
	max-width: 240px;
	max-width: 15rem;
}

.l-btn04 {
	margin: 64px auto;
	margin: 4rem auto;
	max-width: 240px;
	max-width: 15rem;
}

.l-btn05 {
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 290px;
	max-width: 18.125rem;
}

.l-btn06 {
	margin: 0 auto;
	margin-bottom: 62px;
	margin-bottom: 3.875rem;
	margin-top: 80px;
	margin-top: 5rem;
	max-width: 305px;
	max-width: 19.0625rem;
}

.l-btn07 {
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 240px;
	max-width: 15rem;
}

.page-fv {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 528px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.page-fv h1 {
	color: #fff;
	font-family: Noto Serif JP;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 100%;
	text-align: center;
}

.section-title__wrap {
	padding-bottom: 64px;
	padding-bottom: 4rem;
	padding-top: 64px;
	padding-top: 4rem;
}

.section-title {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 125%;
}

.section-title__wrap span {
	color: #556977;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 100%;
}

.header-top header {
	position: fixed;
}

.header-top02 header {
	position: fixed;
}

.header-top02 .header__logo {
	top: 45px;
}

.header-top02 .sp-menu-icon {
	top: 48px;
}

.header-top03 header {
	position: fixed;
}

.header-top03 .header__logo {
	top: 53px;
}

.header-top03 .sp-menu-icon {
	top: 56px;
}

.form-complete {
	background-color: #fff;
	padding: 128px 0 128px;
	padding: 8rem 0 8rem;
}

.form-complete__status {
	leading-trim: NONE;
	font-family: Noto Serif JP;
	font-size: 32px;
	font-style: Bold;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 100%;
	text-align: center;
}

.form-complete__title {
	leading-trim: NONE;
	color: #556977;
	font-family: Noto Serif JP;
	font-size: 20px;
	font-style: Bold;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 150%;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.form-complete__inner {
	margin: 0 auto;
	max-width: 752px !important;
	max-width: 47rem !important;
}

.form-complete__text {
	leading-trim: NONE;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 200%;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	text-align: left;
}

.form-complete__box {
	background-color: #F4F4F4;
	padding: 16px;
	padding: 1rem;
}

.form-complete__caution {
	leading-trim: NONE;
	font-family: Noto Serif JP;
	font-size: 12px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 200%;
	text-align: left;
}

.contact {
	background-color: #fff;
}

.contact__inner {
	padding-bottom: 64px;
	padding-bottom: 4rem;
	padding-top: 64px;
	padding-top: 4rem;
}

.contact-introduction {
	gap: 19%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	max-width: 890px;
	max-width: 55.625rem;
}

.contact-prayer-cta {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.contact-introduction__lead {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
	max-width: 619px;
	max-width: 38.6875rem;
	text-align: justify;
}

.contact-introduction__lead a {
	color: #003399;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 150%;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact-introduction__lead a::before {
	background-color: #0B238A;
	bottom: 3px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100;
}

.contact-introduction__lead a:hover {
	border-color: transparent;
	color: #902AB5;
}

.contact-introduction__lead a:hover::before {
	background-color: transparent;
}

.contact-form__contents {
	margin-top: 32px;
	margin-top: 2rem;
	padding-top: 32px;
	padding-top: 2rem;
}

.contact-form {
	background-color: #fff;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.contact__main {
	margin: 0 auto;
	max-width: 950px;
	max-width: 59.375rem;
}

.contact__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 976px;
	max-width: 61rem;
	position: relative;
}

.contact__box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 207px;
	max-width: 12.9375rem;
	width: 100%;
}

.contact__itemtext .contact__box {
	max-width: 207px;
	max-width: 12.9375rem;
	padding-top: 1%;
	width: 100%;
}

.contact__itemtext {
	margin-top: 39px;
	max-width: 960px;
	position: relative;
}

.contact-item__left {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 200%;
	position: relative;
	text-align: left;
}

.contact-item__tel {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0%;
	line-height: 200%;
	position: relative;
	text-align: left;
}

.contact-item__nam {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0%;
	line-height: 200%;
	position: relative;
	text-align: left;
}

.contact-item__left:before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #DD3333;
	border-radius: 5px;
	color: #fff;
	content: "必須";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	height: 22px;
	height: 1.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: unset;
	position: absolute;
	right: -56px;
	right: -3.5rem;
	top: 0%;
	width: 40px;
	width: 2.5rem;
}

.any {
	font-size: 18px;
	font-size: 1.125rem;
	position: relative;
}

.any:before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #808080;
	border-radius: 5px;
	color: #fff;
	content: "任意";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	font-weight: 500;
	height: 22px;
	height: 1.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: unset;
	line-height: 12px;
	position: absolute;
	right: -56px;
	right: -3.5rem;
	text-align: center;
	top: 0%;
	width: 44px;
	width: 2.75rem;
}

.contact__input {
	background: #fff;
	border: 1px solid #c9c9c9;
	height: 40px;
	height: 2.5rem;
	margin-top: 10px;
	max-width: 350px;
	padding-left: 16px;
	padding-left: 1rem;
	width: 100%;
}

.contact__input-m {
	background: #fff;
	border: 1px solid #c9c9c9;
	height: 40px;
	height: 2.5rem;
	margin-bottom: 5px;
	margin-top: 10px;
	max-width: 350px;
	padding-left: 16px;
	padding-left: 1rem;
	width: 100%;
}

.contact__itemtext .contact__input {
	height: 100%;
	padding-top: 16px;
	padding-top: 1rem;
}

.contact-check {
	bottom: 0%;
	display: block !important;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	left: 314px;
	left: 19.625rem;
	letter-spacing: 0.05em;
	line-height: 32px;
	line-height: 2rem;
	position: absolute;
	text-align: left;
	top: 5px;
}

.contact-check a {
	color: #0B238A;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 200%;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact-check a::before {
	background-color: #0B238A;
	bottom: 3px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100;
}

.contact-check a:hover {
	border-color: transparent;
	color: #902AB5;
}

.contact-check a:hover::before {
	background-color: transparent;
}

.contact-btn {
	margin: 0 auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 685px;
	max-width: 42.8125rem;
	text-align: center;
	width: 100%;
}

.contact-btn input {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 23.17px;
	margin-bottom: 20px;
	padding: 17px 66px;
	padding: 1.0625rem 4.125rem;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.wpcf7-form-control-wrap {
	margin-right: auto;
	max-width: 715px;
	max-width: 44.6875rem;
	position: relative;
	width: 100%;
}

.recaptcha {
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 150%;
	text-align: center;
}

.recaptcha a {
	color: #0B238A;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 150%;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.recaptcha a::before {
	background-color: #0B238A;
	bottom: 3px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100;
}

.recaptcha a:hover {
	border-color: transparent;
	color: #902AB5;
}

.recaptcha a:hover::before {
	background-color: transparent;
}

.wpcf7-radio {
	gap: 12px;
	gap: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 16px;
	margin-top: 1rem;
}

.wpcf7-radio label {
	gap: 10px !important;
	gap: 0.625rem !important;
}

.contact__item-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wpcf7-list-item {
	display: inline-block;
	font-size: 14px;
	margin: 0 0 0 0;
}

input[type=radio] {
	accent-color: #000; /* チェック時の色も黒に */
	margin-right: 2px;
	-webkit-transform: scale(1.4);
	transform: scale(1.4); /* 1.5倍に拡大 */
}

.wpcf7-spinner {
	padding-left: unset !important;
}

.event-fv {
	background: url(../images/common/event-fv.webp) no-repeat center center/cover;
}

.event-tabs {
	background-color: #fff;
	overflow: hidden;
}

.event-title__wrap {
	padding-left: 3%;
}

.event-tabs__nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 364px;
	max-width: 22.75rem;
}

.event-tabs__tab {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f4f4f4;
	color: #ABABAB;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 500;
	height: 56px;
	height: 3.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.07em;
	line-height: 200%;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	width: 100%;
}

.event-tabs__tab:hover {
	background: #ABABAB;
	color: #333;
}

.event-tabs__tab span {
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 200%;
	text-align: center;
	vertical-align: middle;
}

.event-tabs__tab.is-active {
	background: #000;
	color: #fff;
	position: relative;
	width: 100%;
}

.event-tabs__tab.is-active:hover {
	background: #000;
	color: #fff;
}

.event-tabs__content {
	margin: 0 auto;
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 1140px;
	max-width: 71.25rem;
}

.event-tabs__panel {
	gap: 64px;
	gap: 4rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.event-card {
	margin: 0 auto;
	max-width: 364px;
	max-width: 22.75rem;
}

.event-card__thumb img {
	aspect-ratio: 364/243;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.event-card__body {
	margin-top: 16px;
	margin-top: 1rem;
}

.event-card__title {
	font-family: Noto Serif JP;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 150%;
}

.event-card__date {
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.event-card__desc {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
	margin-top: 16px;
	margin-top: 1rem;
}

.other-events {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 64px;
	padding-bottom: 4rem;
	padding-top: 64px;
	padding-top: 4rem;
}

.other-events__title {
	font-family: Noto Serif JP;
	font-size: 18px;
	font-style: SemiBold;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 100%;
	margin: 0 auto;
	max-width: 250px;
	max-width: 15.625rem;
	position: relative;
	text-align: center;
}

.other-events__title::before {
	background-color: #556977;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 32px;
}

.other-events__title::after {
	background-color: #556977;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 32px;
}

.other-events__list {
	margin: 0 auto;
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 481px;
	max-width: 30.0625rem;
}

.other-events__item {
	border-bottom: 1px solid #c9c9c9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

.other-events__term {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: SemiBold;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 200%;
	text-align: left;
	width: 360px;
}

.other-events__desc {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 200%;
}

.event-tabs__panel {
	opacity: 0;
	position: absolute;
	-webkit-transition: all 1s;
	transition: all 1s;
	visibility: hidden;
}

.event-tabs__panel.is-active {
	display: grid;
	opacity: 1;
	position: relative;
	visibility: visible;
}

.footer__inner {
	background-color: #f4f4f4;
	padding: 64px 20px 32px;
	padding: 4rem 1.25rem 2rem;
}

.camp-footer__inner {
	background-color: #607732;
	color: #fff;
	padding: 64px 20px 32px;
	padding: 4rem 1.25rem 2rem;
}

.camp-footer__inner .footer__nav-link {
	color: #fff;
}

.camp-footer__inner .footer__nav-link::after {
	background-color: #fff;
	content: "";
	height: 1px;
	left: -20px;
	position: absolute;
	top: 12px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 12px;
}

.camp-footer__inner .footer__nav-sublink {
	color: #fff;
}

.camp-footer__inner .footer__nav-sublink:hover {
	color: #fff !important;
	opacity: 0.7;
}

.camp-footer__inner .footer__add a {
	background-color: #AD4434;
	border: #AD4434 solid 1px;
	color: #fff;
	font-size: 13px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 100%;
	padding: 4px 8px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.camp-footer__inner .footer__add a:hover {
	background-color: #fff;
	color: #AD4434;
}

.footer__nav {
	margin: 0 auto;
	max-width: 250px;
	max-width: 15.625rem;
}

.footer__nav-group01 {
	gap: 12.8px;
	gap: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 30px;
	text-orientation: mixed;
}

.footer__nav-group02 {
	gap: 12.8px;
	gap: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 30px;
	text-orientation: mixed;
}

.footer__nav-link {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer__nav-link::after {
	background-color: #556977;
	content: "";
	height: 1px;
	left: -20px;
	position: absolute;
	top: 12px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 12px;
}

.footer__nav-sublink {
	color: #000;
	font-size: 14px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer__nav-sublink:hover {
	color: #999;
}

.footer__nav-wrap01 ul {
	gap: 6.4px;
	gap: 0.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 4.8px;
	margin-top: 0.3rem;
}

.footer__nav-wrap02 ul {
	gap: 6.4px;
	gap: 0.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 32px;
	margin-right: 2rem;
	margin-top: 4.8px;
	margin-top: 0.3rem;
}

.footer__logo {
	margin: 0 auto;
	margin-top: 67px;
	margin-top: 4.1875rem;
	max-width: 250px;
	max-width: 15.625rem;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 90%;
}

.footer__logo:hover {
	opacity: 0.5;
}

.footer__logo img {
	width: 90%;
}

.footer__add {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 32px;
	margin-top: 2rem;
}

.footer__add span {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 150%;
}

.footer__add a {
	background-color: #556977;
	border: #556977 solid 1px;
	color: #fff;
	font-size: 13px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 100%;
	padding: 4px 8px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer__add a:hover {
	background-color: #fff;
	color: #556977;
}

.footer__info {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 1280px;
	padding-bottom: 48px;
	padding-bottom: 3rem;
	text-align: center;
	width: 100%;
}

.footer__info a {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 100%;
}

.footer__info p {
	display: inline;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 100%;
}

.footer__info span {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 100%;
}

.footer__sns {
	margin-top: 42px;
	margin-top: 2.625rem;
	text-align: center;
}

.footer__sns-wrap {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__sns-wrap p {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 100%;
}

.footer__sns-wrap img {
	height: 20px;
	height: 1.25rem;
	width: 20px;
	width: 1.25rem;
}

.footer__copy {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	padding: 6px;
	text-align: center;
	text-align: center;
}

.footer__copy-camp {
	background-color: #445B15;
	color: #fff;
	font-size: 12px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	padding: 6px;
	text-align: center;
	text-align: center;
}

.pagetop {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #556977;
	border-radius: 50%; /* 丸型 */
	bottom: 40px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	color: #556977;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	height: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em; /* 5% = 0.05em */
	line-height: 100%;
	padding-top: 5px;
	position: fixed;
	right: 20px; /* 画面右下に固定配置 */
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 60px;
	z-index: 100;
}

/* 矢印を疑似要素で作成 */

.pagetop::before {
	border-left: 2px solid #556977;
	border-top: 2px solid #556977;
	content: "";
	display: block;
	height: 20px;
	margin-bottom: -6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); /* 上向き矢印 */
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 20px;
}

/* ホバー時 */

.pagetop:hover {
	background-color: #556977;
	color: #fff;
}

.pagetop:hover::before {
	border-color: #fff;
}

.season-gallery {
	background-color: #fff;
	overflow: hidden;
}

.season-gallery__images img {
	display: block;
	margin-bottom: 32px;
	width: 100%;
}

.season-gallery__group {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 3s ease, visibility 0s ease;
	transition: opacity 3s ease, visibility 0s ease;
	visibility: hidden;
	width: 100%;
	z-index: 0;
}

.season-gallery__group.is-active {
	opacity: 1;
	position: relative;
	visibility: visible;
	z-index: 1;
}

.season-gallery__tabs {
	gap: 24px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	text-align: center;
}

.guide-title__wrap {
	padding-left: 3%;
}

.tab {
	leading-trim: NONE;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #F4F4F4;
	border-radius: 50px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Serif JP;
	font-size: 18px;
	font-style: Medium;
	font-weight: 500;
	height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.07em;
	line-height: 200%;
	margin: 0 10px;
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
	width: 40px;
}

.tab.is-active {
	background-color: #2c3e50;
	color: #fff;
}

.season-gallery__heading {
	margin-bottom: 20px;
	text-align: center;
}

.tab-title {
	display: none;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.tab-title.is-active {
	display: block;
}

.guide-fv {
	background: url(../images/common/guide-fv.webp) no-repeat center center/cover;
}

.season-gallery__heading {
	padding: 32px 0;
	padding: 2rem 0;
}

.tab-title {
	leading-trim: NONE;
	font-family: Noto Serif JP;
	font-size: 20px;
	font-style: SemiBold;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 100%;
	margin: 0 auto;
	max-width: 120px;
	position: relative;
	text-align: center;
}

.tab-title::after {
	background: #556977;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: -2%;
	position: absolute;
	top: 40%;
	width: 32px;
	width: 2rem;
}

.tab-title::before {
	background: #556977;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: -2%;
	top: 40%;
	width: 32px;
	width: 2rem;
}

.season-gallery__images {
	margin: 0 auto;
	max-width: rem（1140）;
	max-width: rem（1140）;
}

.footer-about-link {
	background: #fff;
	padding-bottom: 128px;
	padding-bottom: 8rem;
	padding-top: 64px;
	padding-top: 4rem;
}

.map-fv {
	background: url(../images/common/map-fv.webp) no-repeat center center/cover;
}

.map {
	background-color: #fff;
	padding-bottom: 96px;
	padding-bottom: 6rem;
}

.map-title__wrap {
	padding-left: 4%;
}

.map-anchor {
	max-width: 1140px;
	max-width: 71.25rem;
	padding-bottom: 64px;
	padding-bottom: 4rem;
}

.map-anchor__wrap {
	position: relative;
}

.map-anchor__wrap a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
	border-radius: 50px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Serif JP;
	font-size: clamp(10px, 1.4vw, 20px);
	font-weight: 500;
	height: 3vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	line-height: 100%;
	max-height: 34px;
	max-width: 34px;
	text-align: center;
	width: 3vw;
}

.map-anchor__img {
	position: relative;
	width: 100%;
}

.anchor-nam01 {
	left: 13.5%;
	position: absolute;
	top: 2%;
}

.anchor-nam02 {
	left: 22.2%;
	position: absolute;
	top: 38%;
}

.anchor-nam03 {
	left: 32.2%;
	position: absolute;
	top: 38%;
}

.anchor-nam04 {
	left: 14%;
	position: absolute;
	top: 38%;
}

.anchor-nam05 {
	left: 22.2%;
	position: absolute;
	top: 57%;
}

.anchor-nam06 {
	left: 44.2%;
	position: absolute;
	top: 42%;
}

.anchor-nam07 {
	left: 63.2%;
	position: absolute;
	top: 52%;
}

.anchor-nam08 {
	left: 54%;
	position: absolute;
	top: 52%;
}

.anchor-nam09 {
	left: 71.1%;
	position: absolute;
	top: 52%;
}

.anchor-nam10 {
	left: 68.1%;
	position: absolute;
	top: 71%;
}

.anchor-nam11 {
	left: 7%;
	position: absolute;
	top: 40%;
}

.anchor-nam12 {
	left: 15%;
	position: absolute;
	top: 68%;
}

.anchor-nam13 {
	left: 32.9%;
	position: absolute;
	top: 63%;
}

.anchor-nam14 {
	left: 75.5%;
	position: absolute;
	top: 77%;
}

.anchor-nam15 {
	left: 80.5%;
	position: absolute;
	top: 78%;
}

.anchor-nam16 {
	left: 82%;
	position: absolute;
	top: 60%;
}

.anchor-nam17 {
	left: 7.5%;
	position: absolute;
	top: 54%;
}

.map-contents {
	gap: 96px 24px;
	gap: 6rem 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	max-width: 1140px;
	max-width: 71.25rem;
	padding-top: 128px;
	padding-top: 8rem;
	padding-top: 128px;
	padding-top: 8rem;
}

.map-card {
	margin: 0 auto;
	max-width: 364px;
	max-width: 22.75rem;
}

.map-card__img img {
	aspect-ratio: 364/243;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.map-card__body {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.map-card__body li {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
}

.map-card__title {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Serif JP;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 200%;
	text-align: center;
}

.map-card__title span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
	border-radius: 50px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Serif JP;
	font-size: 20px;
	font-weight: 500;
	height: 34px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0;
	line-height: 100%;
	text-align: center;
	width: 34px;
}

.map-card__text {
	leading-trim: NONE;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: justify;
}

.map-link {
	leading-trim: NONE;
	-webkit-text-decoration-style: solid;
	text-decoration-offset: 8px;
	text-decoration-thickness: 0%;
	-webkit-text-decoration-skip: ink;
	color: #0b238a;
	display: block;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Medium;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 200%;
	padding-bottom: 2px;
	text-align: right;
	text-decoration: underline;
	text-decoration-skip-ink: auto;
	text-decoration-style: solid;
}

/* このアンカーリンク群だけに効かせる */

.map-contents .map-card[id] {
	scroll-margin-top: 96px; /* 固定ヘッダー分の余白 */
}

/* スムーススクロールも、このアンカーリンクだけ */

.map-contents {
	scroll-behavior: smooth;
}

/* WP管理バーがある場合（WordPress専用） */

body.admin-bar .map-contents .map-card[id] {
	scroll-margin-top: 128px;
}

.memorial-fv {
	background: url(../images/common/memorial-fv.webp) no-repeat center center/cover;
}

.mizuko-memorial {
	background-color: #fff;
}

.mizuko-memorial__wrap {
	margin: 0 auto;
	max-width: 1140px;
	max-width: 71.25rem;
}

.mizuko-memorial__img img {
	aspect-ratio: 1140/641;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.mizuko-memorial__text {
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 560px;
	max-width: 35rem;
}

.mizuko-memorial__text p {
	leading-trim: NONE;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 200%;
	text-align: justify;
}

.mizuko-memorial__info {
	gap: 0 32px;
	gap: 0 2rem;
	leading-trim: NONE;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: SemiBold;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 200%;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 558px;
	max-width: 34.875rem;
}

.mizuko-memorial__info dt {
	margin-top: 8px;
	width: 156px;
}

.mizuko-memorial__info dd {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 200%;
	width: 270px;
}

.permanent-grave {
	padding-bottom: 32px;
	padding-bottom: 2rem;
	padding-top: 64px;
	padding-top: 4rem;
}

.permanent-grave__img img {
	aspect-ratio: 1140/641;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.permanent-grave__text {
	leading-trim: NONE;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 200%;
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 560px;
	max-width: 35rem;
	text-align: justify;
}

.permanent-grave__btn p {
	leading-trim: NONE;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-top: 64px;
	margin-top: 4rem;
	text-align: center;
	text-align: left;
}

.news {
	background-color: #fff;
	padding-bottom: 256px;
	padding-bottom: 16rem;
	padding-top: 54px;
	padding-top: 3.375rem;
}

.news-content {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.news-category {
	gap: 16px;
	gap: 64px;
	gap: 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 24px;
	max-width: 915px;
	max-width: 57.1875rem;
}

.news-category select {
	font-size: 14px;
	font-weight: 500;
	height: unset !important;
	letter-spacing: 0%;
	line-height: 100%;
	padding: 8px 16px !important;
	padding: 0.5rem 1rem !important;
	width: 154px;
}

.news-category__list {
	gap: 32px 16px;
	gap: 2rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-category__list label {
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 100%;
	text-align: center;
}

.news-category__list li a {
	leading-trim: NONE;
	border: #556977 1px solid;
	color: #556977;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	padding: 4px 16px;
	padding: 0.25rem 1rem;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.news-category__list li a:hover {
	background-color: #556977;
	color: #fff;
}

.news-category__list li a.is-active {
	background-color: #556977 !important;
	color: #fff !important;
}

.news-archive {
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-archive label {
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 100%;
	text-align: center;
}

.news-list {
	gap: 64px;
	gap: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	margin-top: 96px;
	margin-top: 6rem;
	max-width: 1140px;
	max-width: 71.25rem;
}

.news-item a {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.news-item a:hover {
	opacity: 0.7;
}

.news-item a:hover::before {
	right: -1%;
}

.news-item__img {
	max-width: 375px;
	max-width: 23.4375rem;
	width: 100%;
}

.news-item__img img {
	aspect-ratio: 267/178;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.news-item__body {
	max-width: 375px;
	max-width: 23.4375rem;
	position: relative;
	width: 100%;
}

.news-item__meta {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-item__meta time {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
}

.news-item__label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: #0B238A 1px solid;
	color: #0B238A;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-style: Medium;
	font-weight: 500;
	height: 22px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0%;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 113px;
}

.news-item__title {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 797px;
	max-width: 49.8125rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.news-item__title::before {
	background: url(../images/common/arrow02.svg) no-repeat center center/contain;
	content: "";
	height: 28px;
	height: 1.75rem;
	position: absolute;
	right: 4%;
	top: -8%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 16px;
	width: 1rem;
}

.news-item__new {
	color: #DD3333;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-style: Bold;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 150%;
}

.nav-links {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pagenavi {
	gap: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 128px;
	margin-top: 8rem;
}

.pagenavi .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #556977;
	border-radius: 50%;
	color: #556977;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 40px;
}

.pagenavi .page-numbers svg {
	height: 16px;
	width: 16px;
}

.pagenavi .page-numbers svg path {
	stroke: #556977;
	-webkit-transition: stroke 0.3s ease;
	transition: stroke 0.3s ease;
}

.pagenavi .page-numbers:hover {
	background-color: #556977;
	color: #fff;
}

.pagenavi .page-numbers:hover svg path {
	stroke: #fff;
}

.pagenavi .page-numbers.current {
	background-color: #556977;
	color: #fff;
	pointer-events: none;
}

.pagenavi .page-numbers.current svg path {
	stroke: #fff;
}

.pagenavi .page-numbers.dots {
	background: none;
	border: none;
	pointer-events: none;
}

.notfound {
	background-color: #fff;
	padding: 128px 0 128px;
	padding: 8rem 0 8rem;
	text-align: center;
}

.notfound__code {
	leading-trim: NONE;
	font-family: Noto Serif JP;
	font-size: 64px;
	font-style: Bold;
	font-weight: 700;
	line-height: 100%;
}

.notfound__heading {
	leading-trim: NONE;
	font-family: Noto Serif JP;
	font-size: 32px;
	font-style: Bold;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 100%;
}

.notfound__message-ja {
	leading-trim: NONE;
	color: #556977;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Bold;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 150%;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.notfound__message-en {
	leading-trim: NONE;
	color: #556977;
	font-family: Noto Serif JP;
	font-size: 12px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 150%;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.notfound__description {
	leading-trim: NONE;
	font-family: Noto Serif JP;
	font-size: 12px;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 7%;
	line-height: 200%;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.l-btn04 {
	margin: 64px auto;
	margin: 4rem auto;
	max-width: 240px;
	max-width: 15rem;
}

.privacy {
	background-color: #fff;
	padding-bottom: 128px;
	padding-bottom: 8rem;
	padding-top: 64px;
	padding-top: 4rem;
}

.privacy-title {
	letter-spacing: 0.25em;
}

.privacy__contents {
	margin: 0 auto;
	max-width: 942px;
	max-width: 58.875rem;
	text-align: left;
}

.privacy__text {
	color: #242424;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Bold;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 200%;
	text-align: justify;
}

.privacy__block li {
	color: #242424;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Bold;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 200%;
	text-align: justify;
}

.privacy__block {
	margin-top: 32px;
	margin-top: 2rem;
}

.privacy__heading {
	color: #242424;
	font-family: Noto Serif JP;
	font-size: 18px;
	font-style: Bold;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 200%;
}

.privacy___link {
	margin: 32px 0;
	margin: 2rem 0;
}

.privacy___link a {
	color: #0B238A;
	display: inline-block;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Bold;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 200%;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.privacy___link a::before {
	background-color: #0B238A;
	bottom: 5px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100;
}

.privacy___link a:hover {
	border-color: transparent;
	color: #902AB5;
}

.privacy___link a:hover::before {
	background-color: transparent;
}

.privacy__text a {
	color: #0B238A;
	display: inline-block;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Bold;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 200%;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.privacy__text a::before {
	background-color: #0B238A;
	bottom: 5px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100;
}

.privacy__text a:hover {
	border-color: transparent;
	color: #902AB5;
}

.privacy__text a:hover::before {
	background-color: transparent;
}

.privacy__info {
	color: #242424;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Bold;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 200%;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.privacy__info span {
	color: #242424;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-style: Bold;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 200%;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

address {
	color: #242424;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 32px;
	margin-top: 2rem;
}

.contact__main-prayer {
	margin: 0 auto;
	max-width: 900px;
	max-width: 56.25rem;
}

.contact__main-prayer .note {
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 100%;
	margin-top: 16px;
	margin-top: 1rem;
}

.contact__main-prayer .contact__item {
	margin-top: 47px;
	margin-top: 2.9375rem;
}

.contact__inner-prayer {
	padding-bottom: 0;
	padding-top: 64px;
	padding-top: 4rem;
}

.contact-form-prayer {
	padding-top: 0 !important;
}

.contact-form-prayer .contact__box {
	max-width: 100%;
	width: 100%;
}

.contact__flex {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: auto;
}

.contact__flex02 {
	gap: 17px;
	gap: 1.0625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: auto;
}

.wpcf7-form-control-wrap {
	margin-right: auto;
	max-width: unset;
	max-width: unset;
	position: relative;
	width: unset;
}

input::-moz-placeholder {
	color: #c9c9c9; /* 任意の色 */
}

input::-webkit-input-placeholder {
	color: #c9c9c9; /* 任意の色 */
}

input::-ms-input-placeholder {
	color: #c9c9c9; /* 任意の色 */
}

input::placeholder {
	color: #c9c9c9; /* 任意の色 */
}

.contact__label {
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 100%;
}

select {
	appearance: none; /* Safari, Chrome */
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari/iOS */
	background: #fff;
	background-image: url("../images/common/arrow-down.svg"); /* 下矢印の画像 */
	background-position: right 10px center; /* 矢印の位置調整 */
	background-repeat: no-repeat;
	background-size: 16px;
	border: 1px solid #c9c9c9;
	color: #333;
	font-size: 12px;
	height: 40px;
	height: 2.5rem;
	margin-top: 0px;
	max-width: 100%;
	padding-left: 16px; /* 矢印の分の余白 */
	padding-right: 30px;
}

input[type=date] {
	padding-left: 40px;
	padding-left: 2.5rem;
	position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 1;
}

input[type=date]::after {
	background-image: url(../images/common/icon-calendar.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 24px;
	left: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
}

/* 初期状態の文字を透明にして非表示に */

input[type=date] {
	color: transparent;
}

/* 入力されたら文字を表示 */

input[type=date]:valid {
	color: #333;
}

/* Firefox 対策：背景色と文字色の透明度をセットで */

input[type=date]::-moz-placeholder {
	color: transparent;
}

input[type=radio],
input[type=Radio],
input[type=rAdio],
input[type=RAdio],
input[type=raDio],
input[type=RaDio],
input[type=rADio],
input[type=RADio],
input[type=radIo],
input[type=RadIo],
input[type=rAdIo],
input[type=RAdIo],
input[type=raDIo],
input[type=RaDIo],
input[type=rADIo],
input[type=RADIo],
input[type=radiO],
input[type=RadiO],
input[type=rAdiO],
input[type=RAdiO],
input[type=raDiO],
input[type=RaDiO],
input[type=rADiO],
input[type=RADiO],
input[type=radIO],
input[type=RadIO],
input[type=rAdIO],
input[type=RAdIO],
input[type=raDIO],
input[type=RaDIO],
input[type=rADIO],
input[type=RADIO] {
	margin: 0;
	margin-top: 2px;
}

select.birth-year-select option:first-child {
	color: #999;
}

.contact__main-prayer .contact__item-radio .first {
	margin-left: 0;
}

.contact__main-prayer .contact__item-radio .last {
	margin-left: 0;
}

.contact__item-name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact__item-kana {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact__item-kana label {
	gap: 9px;
	gap: 0.5625rem;
}

.your-last-name {
	max-width: 192px !important;
	max-width: 12rem !important;
	width: 100%;
}

.your-first-name {
	max-width: 192px !important;
	max-width: 12rem !important;
	width: 100%;
}

.contact__flex02 .your-last-name {
	margin-right: 14px;
}

.contact__flex02 .contact__label {
	white-space: nowrap;
}

.contact__item-birth {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact__item-birth select {
	max-width: 192px;
	max-width: 12rem;
	width: 100%;
}

.contact__item-birth .contact__flex {
	gap: 16px;
	gap: 1rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__item-age label {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact__item-age label {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 100%;
}

.contact__item-age input {
	background: #fff;
	border: 1px solid #c9c9c9;
	height: 40px;
	height: 2.5rem;
	margin-top: 0px;
	max-width: 98px;
	max-width: 6.125rem;
	text-align: center;
}

.contact__item-age .wpcf7-form-control-wrap {
	margin-right: 16px;
	max-width: 98px;
	max-width: 6.125rem;
}

.contact__item-postcode input {
	max-width: 128px;
	max-width: 8rem;
	width: 100%;
}

.contact__item-postcode label {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.contact__item-postcode .wpcf7-form-control-wrap {
	margin-right: 16px;
	width: 138px;
}

.contact__item-prefecture {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact__item-prefecture select {
	max-width: 192px;
	max-width: 12rem;
	width: 100%;
}

.contact__item-address1 label {
	gap: 0;
}

.contact__item-address1 input {
	max-width: 707px;
	max-width: 44.1875rem;
}

.contact__item-address2 input {
	max-width: 382px;
	max-width: 23.875rem;
	width: 100%;
}

.contact__item-address2 label {
	gap: 0;
	width: 100%;
}

.contact__item-address2 .wpcf7-form-control-wrap {
	margin-right: 16px;
	max-width: 380px;
}

.contact__item-gender {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact__item-gender select {
	max-width: 192px;
	max-width: 12rem;
	width: 100%;
}

.contact__item-email label {
	gap: 0;
}

.contact__item-email input {
	max-width: 448px;
	max-width: 28rem;
	width: 100%;
}

.contact__item-check {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact__note-check {
	color: #dd3333;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 150%;
	margin-top: 16px;
	margin-top: 1rem;
	width: 100%;
}

.contact__group-title {
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.contact__group-title span {
	color: #505050;
	display: inline-block;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.07em;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.contact__group01 .wpcf7-list-item {
	margin: 0;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	max-width: 135px;
	max-width: 8.4375rem;
	width: 100%;
}

.contact__group02 {
	margin-top: 32px;
	margin-top: 2rem;
}

.contact__group02 .wpcf7-list-item {
	margin: 0;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	max-width: 135px;
	max-width: 8.4375rem;
	width: 100%;
}

.contact__group01 .wpcf7-list-item label {
	gap: 8px;
	gap: 0.5rem;
}

.contact__group02 .wpcf7-list-item label {
	gap: 8px;
	gap: 0.5rem;
}

.contact__item-price {
	display: block;
	margin-top: 32px !important;
	margin-top: 2rem !important;
}

.contact__item-priceflex {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact__item-price select {
	max-width: 100%;
	width: 100%;
}

.contact__item-price p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 150%;
	margin-top: 16px;
	margin-top: 1rem;
}

.contact__item-delivery {
	margin-top: 55px;
}

.contact__item-delivery .wpcf7-radio {
	gap: 48px;
	gap: 3rem;
}

.contact__item-delivery .wpcf7-list-item {
	margin-left: 0px;
}

.contact__item-table {
	display: block;
}

.contact__item-delivery {
	display: block;
}

.contact__item-deliveryflex {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact__item-table {
	margin: 0 auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 649px;
	max-width: 40.5625rem;
}

.contact__item-tabletitle {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 120%;
	text-align: center;
}

.price-table {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.price-table p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 150%;
	margin-top: 16px;
	margin-top: 1rem;
}

.contact__item-shippingdate {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 30px !important;
	margin-top: 1.875rem !important;
}

.contact__item-shippingdate input {
	max-width: 320px;
	max-width: 20rem;
	width: 100%;
}

.contact__note-red {
	color: #dd3333;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 100%;
}

.contact__note-shippingdate {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 150%;
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 375px;
	max-width: 23.4375rem;
}

.contact__item-visitdate {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact__note-visitdate {
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 150%;
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 375px;
	max-width: 23.4375rem;
}

.contact__item-visitdate-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: flex-start;
	flex-direction: flex-start;
}

.contact__item-visitdate-wrap .contact__input {
	margin-right: 8px;
	margin-right: 0.5rem;
	max-width: 320px;
	max-width: 20rem;
	width: 150px;
}

.contact__item-visitdate-wrap select {
	margin-right: 8px;
	margin-right: 0.5rem;
	max-width: 192px;
	max-width: 12rem;
	width: 150px;
}

.contact__item-visitdatetime {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact__item-visitdatetime input {
	background: #fff;
	border: 1px solid #c9c9c9;
	height: 40px;
	height: 2.5rem;
	margin-right: 16px;
	margin-right: 1rem;
	margin-top: 0px;
	max-width: 100%;
	max-width: 320px;
	max-width: 20rem;
	width: 150px;
}

.contact__item-visitdatetime-flex {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: auto;
}

.contact__note-visitdatetime {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 150%;
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 375px;
	max-width: 23.4375rem;
}

.contact__itemtext-prayer label {
	gap: 0 !important;
}

.contact__itemtext textarea {
	max-width: 702px;
	max-width: 43.875rem;
}

.contact__item-car {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact__item-car input {
	background: #fff;
	border: 1px solid #c9c9c9;
	height: 48px;
	height: 3rem;
	margin-top: 0px;
	max-width: 100%;
	text-align: center;
	width: 10vw;
}

.contact__item-car p {
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 150%;
}

.contact__item-car .wpcf7-form-control-wrap {
	width: 9.3vw;
}

.car-nam {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 16px;
	margin-top: 1rem;
}

.car-nam-top {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.car-nam-top .wpcf7-form-control-wrap {
	margin-right: unset;
}

.car-nam-bottom .wpcf7-form-control-wrap {
	margin-right: unset;
	width: 15vw;
}

.car-nam-bottom {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.car-nam-bottom input {
	width: 10vw;
}

.car-area {
	width: 40vw !important;
}

.car-class {
	width: 30vw !important;
}

.contact__item-price02 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gomaprice-table {
	border-collapse: collapse;
	font-size: 16px;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 550px;
	max-width: 34.375rem;
	text-align: left;
	width: 100%;
}

.gomaprice-table th,
.gomaprice-table td {
	border: 1px solid #ccc;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 100%;
	padding: 12px 12px;
	vertical-align: middle;
}

.gomaprice-table th {
	font-family: Noto Serif JP;
	font-size: 12px;
	font-weight: bold;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 100%;
	text-align: center;
	white-space: nowrap;
}

.gomaprice-table td:first-child {
	padding-left: 12px;
	text-align: left;
	white-space: nowrap;
}

.gomaprice-table td:first-child .wpcf7-radio {
	margin: 0;
}

.gomaprice-table td label {
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: normal;
}

.gomaprice-table td {
	padding-left: 12px;
	padding-left: 0.75rem;
}

.contact__group-flex {
	gap: 48;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contact__item-delivery .wpcf7-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

input[disabled] + span {
	opacity: 0.45;
	pointer-events: none;
}

.wpcf7-not-valid-tip {
	color: #dd3333;
	font-family: "Noto Sens JP";
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 4px;
}

.contact__item-birth .wpcf7-not-valid-tip {
	position: absolute;
}

.car-nam-top .wpcf7-not-valid-tip {
	bottom: unset;
	margin-top: 4px;
	margin-top: 0.25rem;
	position: relative;
}

.contact__item-age .wpcf7-not-valid-tip {
	bottom: -20px;
	white-space: nowrap;
}

.car-nam-bottom .wpcf7-not-valid-tip {
	bottom: unset;
	margin-top: 4px;
	margin-top: 0.25rem;
	position: relative;
}

.contact__item-shippingdate .wpcf7-not-valid-tip {
	bottom: unset;
	margin-top: 4px;
	margin-top: 0.25rem;
	position: relative;
}

.contact__note-car {
	color: #dd3333;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0%;
	line-height: 100%;
}

.age-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.age-wrap .contact__label {
	display: inline-block;
	margin-right: 16px;
	margin-top: 12px;
}

.visit-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.visit-time .contact__label {
	display: inline-block;
	margin-top: 12px;
}

.prayer-fv {
	background: url(../images/common/prayer-fv.webp) no-repeat center center/cover;
}

.prayer {
	background-color: #fff;
	padding-bottom: 96px;
	padding-bottom: 6rem;
}

.prayer-lead {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 240%;
	max-width: 619px;
	max-width: 38.6875rem;
}

.prayer-lead h3 {
	font-family: Noto Serif JP;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 4.8px;
	line-height: 200%;
}

.prayer-lead h4 {
	color: #556977;
	font-family: Noto Serif JP;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 240%;
	margin-top: 19px;
	margin-top: 1.1875rem;
}

.prayer-lead p {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 240%;
	margin-top: 16px;
	margin-top: 1rem;
}

.prayer-message {
	border: 1px solid #556977;
	margin: 0 auto;
	margin-top: 96px;
	margin-top: 6rem;
	max-width: 815px;
	max-width: 50.9375rem;
	padding: 16px;
	padding: 1rem;
}

.prayer-message h3 {
	font-family: Noto Serif JP;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 150%;
	text-align: center;
}

.prayer-message p {
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 680px;
	max-width: 42.5rem;
}

.prayer-wish {
	margin-top: 64px;
	margin-top: 4rem;
}

.prayer-wish__title {
	font-family: Noto Serif JP;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 100%;
	margin: 0 auto;
	max-width: 410px;
	max-width: 25.625rem;
	position: relative;
	text-align: center;
}

.prayer-wish__title::before {
	background: #556977;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0%;
	position: absolute;
	top: 50%;
	width: 24px;
	width: 1.5rem;
}

.prayer-wish__title::after {
	background: #556977;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 0%;
	top: 50%;
	width: 24px;
	width: 1.5rem;
}

.prayer-wish__list {
	gap: 0 32px;
	gap: 0 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0 auto;
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 350px;
	max-width: 21.875rem;
	padding: 0;
	text-align: left;
}

.prayer-wish__list li {
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
	max-width: 190px;
	max-width: 11.875rem;
	width: 100%;
}

.prayer-info {
	margin-top: 64px;
	margin-top: 4rem;
}

.prayer-info__block {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 32px;
	margin-top: 2rem;
}

.prayer-info__title {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 200%;
	max-width: 180px;
	max-width: 11.25rem;
	width: 100%;
}

.prayer-info__text {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
}

.prayer-info__text02 {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 140%;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.prayer-info__note {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
}

.prayer-title {
	font-family: Noto Serif JP;
	font-size: 18;
	font-weight: 600;
	letter-spacing: 4.8px;
	line-height: 100%;
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 351px;
	max-width: 21.9375rem;
	position: relative;
	text-align: center;
}

.prayer-title::before {
	background: #556977;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0%;
	position: absolute;
	top: 50%;
	width: 24px;
	width: 1.5rem;
}

.prayer-title::after {
	background: #556977;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 0%;
	top: 50%;
	width: 24px;
	width: 1.5rem;
}

.prayer-description {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 64px;
	margin-top: 4rem;
	text-align: left;
}

.prayer-table-block {
	gap: 64px 32px;
	gap: 4rem 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 1084px;
	max-width: 67.75rem;
}

.prayer-table-section {
	margin: 0 auto;
	max-width: 526px;
	max-width: 32.875rem;
	width: 100%;
}

.prayer-table-heading {
	font-family: Noto Serif JP;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 4.4px;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
}

.prayer-table {
	border: 1px solid #C9C9C9; /* ← テーブル全体の外枠を明示的に指定 */
	border-collapse: collapse;
	font-size: 16px;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
	width: 100%;
}

.prayer-table th {
	border: 1px solid #C9C9C9; /* ← ヘッダーセルにもボーダー追加 */
	font-weight: normal;
	padding: 8px;
}

.prayer-table td {
	border: 1px solid #C9C9C9;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	padding: 7px;
	text-align: center;
}

.prayer-age__flex {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.prayer-table td span {
	display: block;
	font-family: Noto Serif JP;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 110%;
	padding-bottom: 2px;
	text-align: center;
}

.prayer-age-unit {
	display: inline-block;
	font-family: Noto Serif JP;
	font-size: 14px !important;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 150%;
	text-align: center;
}

.prayer-table .prayer-current {
	background-color: #FFEEEE;
	border: 1px solid #C9C9C9; /* ← 本厄セルにも明示的にボーダー */
	color: #DD3333;
}

.prayer-table .prayer-current span {
	color: #DD3333;
}

.prayer-cta {
	margin-top: 64px;
	margin-top: 4rem;
}

.prayer-cta p {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	text-align: left;
}

.prayer-car {
	padding-top: 160px;
	padding-top: 10rem;
}

.prayer-safety__flex {
	gap: 24px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1140px;
	max-width: 71.25rem;
}

.prayer-safety__content {
	max-width: 560px;
	max-width: 35rem;
}

.prayer-safety__title {
	color: #556977;
	font-family: Noto Serif JP;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 240%;
}

.prayer-safety__lead {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
	margin-top: 32px;
	margin-top: 2rem;
}

.prayer-safety__info {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
}

.prayer-safety__row {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 32px;
	margin-top: 2rem;
}

.prayer-safety__row02 {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 16px;
	margin-top: 1rem;
}

.prayer-safety__row dt {
	max-width: 180px;
	max-width: 11.25rem;
	width: 100%;
}

.prayer-safety__row02 dt {
	max-width: 180px;
	max-width: 11.25rem;
	width: 100%;
}

.prayer-safety__note {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
	margin-top: 32px;
	margin-top: 2rem;
}

.prayer-safety__image {
	max-height: 329px;
	max-height: 20.5625rem;
	max-width: 558px;
	max-width: 34.875rem;
	width: 100%;
}

.prayer-safety__image img {
	aspect-ratio: 558/329;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.contact__item-check label.is-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.single {
	margin: 0 auto;
	padding-bottom: 256px;
	padding-bottom: 16rem;
}

.single-meta {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 10%;
	line-height: 100%;
	margin: 0 auto;
	margin-top: 118px;
	max-width: 946px;
	text-align: center;
	vertical-align: middle;
}

.single-category {
	border: 1px solid #0b238a;
	color: #0b238a;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 100%;
	padding: 4px 25px;
	text-align: center;
	vertical-align: middle;
}

.single-date {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
}

.single-title {
	border-bottom: 1px solid #c9c9c9;
	font-family: Noto Serif JP;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 150%;
	margin: 23px auto 0;
	max-width: 946px;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.single-thumbnail {
	aspect-ratio: 752/462;
	margin: 64px auto 0;
	max-width: 752px;
	overflow: hidden;
}

.single-thumbnail img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-content {
	color: #333;
	font-size: 16px;
	line-height: 2;
	margin: 64px auto 0;
	max-width: 752px;
}

.single-content p {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 200%;
	margin-top: 64px;
}

.single-content a {
	color: #003399;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-content a::before {
	background-color: #0B238A;
	bottom: 3px;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100;
}

.single-content a:hover {
	border-color: transparent;
	color: #902AB5;
}

.single-content a:hover::before {
	background-color: transparent;
}

/* 番号付きリスト（順序リスト）を有効化 */

.single-content ol {
	list-style: decimal;
	margin-left: 2em; /* インデント */
	padding-left: 1em;
}

/* 入れ子リストにも番号を継承させる */

.single-content ol ol {
	list-style-type: decimal;
}

/* 箇条書きリスト（黒点）を有効化 */

.single-content ul {
	list-style: disc;
	margin-left: 2em;
	padding-left: 1em;
}

.single-content ul ul {
	list-style: circle;
}

.single-content ul ul ul {
	list-style: square;
}

.single-pager {
	margin-top: 187px;
	margin-top: 11.6875rem;
	text-align: center;
}

.pager-links {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 946px;
	max-width: 59.125rem;
	text-align: center;
}

.pager-label {
	color: #080808;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 150%;
	margin-bottom: 8px;
}

.prev-post,
.next-post {
	margin: 0 auto;
	max-width: 310px;
	max-width: 19.375rem;
	text-align: left;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.prev-post:hover,
.next-post:hover {
	opacity: 0.7;
}

.next-post {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.prev-post .pager-label {
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
	text-align: left;
}

.prev-post .pager-label::before {
	background: url(../images/common/arrow04.svg) no-repeat center center/contain;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 15%;
	width: 16px;
}

.next-post .pager-label {
	padding-right: 30px;
	padding-right: 1.875rem;
	position: relative;
	text-align: left;
}

.next-post .pager-label::before {
	background: url(../images/common/arrow03.svg) no-repeat center center/contain;
	content: "";
	height: 16px;
	left: 102px;
	position: absolute;
	right: 0;
	top: 15%;
	width: 16px;
}

.prev-post a {
	color: #606060;
	display: inline-block;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: left;
}

.next-post a {
	color: #606060;
	display: inline-block;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: left;
}

.all-posts a.button.is-black {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	height: 48px;
	height: 3rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 5%;
	line-height: 100%;
	text-align: center;
	width: 210px;
	width: 13.125rem;
}

.all-posts {
	left: 0;
	margin: 0 auto;
	margin-top: -90px;
	margin-top: -5.625rem;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 210px;
}

.all-posts:hover {
	opacity: 0.7;
}

html,
body {
	height: 100%;
}

/* シングル投稿だけ適用 */

body.single,
body.single-post {
	min-height: 100vh;
}

/* main と footer を同じ親で縦並びにする（候補を広くカバー） */

body.single :is(#page,
.site,
.wrapper,
.l-wrapper,
.global-container,
.container) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

/* 中身を伸ばす */

body.single main,
body.single .site-main,
body.single .content,
body.single .l-main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

/* フッターを最下部へ */

body.single footer {
	margin-top: auto;
}

header {
	isolation: auto;
	left: 0;
	margin: 0 auto;
	mix-blend-mode: difference;
	position: sticky;
	right: 0;
	top: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 100%;
	z-index: 100;
}

header.is-active {
	mix-blend-mode: normal;
	position: fixed;
}

.header__logo {
	height: 280px;
	position: absolute;
	right: 5%;
	top: 30px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 50px;
	z-index: 3000;
}

.header__logo:hover {
	opacity: 0.5;
}

body.is-fixed {
	height: 100vh;
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.no-scroll {
	height: 100vh;
	overflow: hidden;
}

.sp-menu {
	position: fixed;
	z-index: 1200;
}

.sp-menu-icon {
	height: 100%;
	height: 70px;
	left: 20px;
	position: fixed;
	top: 38px;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	width: 50px;
	z-index: 3000;
}

.sp-menu-icon::before {
	leading-trim: NONE;
	color: #fff;
	content: "MENU";
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-style: Bold;
	font-weight: 700;
	left: 0;
	letter-spacing: 0;
	line-height: 100%;
	margin-top: 30px;
	position: absolute;
	right: 0;
	text-align: center;
}

.sp-menu-icon.is-active::before {
	color: #fff;
	content: "CLOSE";
}

.sp-menu-icon.is-active::after {
	background-color: #fff;
}

.sp-menu-icon.is-active .sp-menu-icon__bar1 {
	background: #fff;
	top: 8px;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.sp-menu-icon.is-active .sp-menu-icon__bar2 {
	background: #fff;
	top: 8px;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

.sp-menu-icon.is-active .sp-menu {
	left: 0;
	right: 0;
	top: 40px;
	top: 40px;
	top: 2.5rem;
	z-index: 10;
}

.sp-menu-icon:hover {
	cursor: pointer;
}

.sp-menu-icon__bars {
	display: block;
	height: 50px;
	height: 20px;
	height: 1.25rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 50px;
	z-index: 1400;
}

.sp-menu-icon__bar1,
.sp-menu-icon__bar2 {
	background-color: #fff;
	height: 2px;
	left: 0px;
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 50px;
	z-index: 1200;
}

.sp-menu-icon__bar1 {
	top: 0;
}

.sp-menu-icon__bar2 {
	top: 16px;
}

.sp-menu-content {
	height: 100vh;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	overflow: scroll;
	padding-bottom: 196px;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 17%;
	transition: none;
	width: 100%;
}

.sp-menu-content.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 100;
	transition: all 0.6s;
}

.sp-menu-content__top {
	gap: 32px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sp-menu__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	height: 5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 4%;
	width: 80px;
	width: 5rem;
}

.sp-menu-content__inner {
	padding: 100px 16px 32px;
	padding: 6.25rem 1rem 2rem;
}

.sp-menu-background {
	background-color: rgba(0, 0, 0, .85);
	display: none;
	height: 0;
	height: 100vh;
	margin: 0 calc(50% - 50vw);
	position: fixed;
	right: 0;
/* 	-webkit-transition: all 0.5s; */
	transition:none;
	width: 100vw;
	z-index: -1;
}

.sp-menu-content__nav {
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 500px;
	max-width: 31.25rem;
	
}

.sp-menu-background.is-active {
	display: block;
	opacity: 1;
	z-index: 10;
	transition: all 0.6s;
}

.camp-logo {
	display: none;
}

.camp-logo.is-active {
	display: block;
}

.sp-menu__item-text {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 16.34px;
	position: relative;
	text-align: center;
}

.sp-menu-content__link {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 16.34px;
	line-height: 1.02125rem;
	padding: 24px 0;
	padding: 1.5rem 0;
	padding-left: 30px;
	text-align: left;
}

.header__nav {
	margin: 0 auto;
	max-width: 250px;
	max-width: 15.625rem;
}

.header__nav-group {
	gap: 24px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	margin-top: 128px;
	text-orientation: mixed;
}

.header__nav-group02 {
	gap: 24px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: 18%;
	margin-top: 64px;
	text-orientation: mixed;
}

.header__nav-link {
	leading-trim: NONE;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-style: SemiBold;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header__nav-link::after {
	background-color: #556977;
	content: "";
	height: 1px;
	left: -20px;
	position: absolute;
	top: 12px;
	width: 12px;
}

.header__nav-sublink {
	leading-trim: NONE;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-style: Regular;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 100%;
	padding-top: 10px;
	padding-top: 0.625rem;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header__nav-sublink:hover {
	color: #999;
}

.header__nav-wrap01 ul {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 16px;
}

.header__nav-wrap02 {
	margin-top: 16px;
}

.header__nav-wrap02 ul {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 16px;
}

.header-banner {
	gap: 32px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 100px;
	margin-top: 6.25rem;
	max-width: 544px;
	max-width: 34rem;
}

.header-banner img {
	aspect-ratio: 256/76;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.header-banner__camp {
	height: 76px;
	width: 256px;
}

.header-banner__tanagura {
	height: 76px;
	width: 256px;
}

.header-logo {
	position: absolute;
	right: 10%;
	top: 50px;
	width: 68px;
}

.top-fv__inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

.top-fv {
	height: 100vh;
	max-width: 100vw;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.top-fv__slider {
	height: 100vh;
	width: 100%;
}

.top-fv__logo,
.top-fv__nav,
.top-fv__scroll {
	position: relative;
	z-index: 2;
}

.top-fv__logo {
	left: 0;
	margin: 0 auto;
	max-width: 60px;
	max-width: 3.75rem;
	position: absolute;
	right: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10vh;
	z-index: 3;
}

.top-fv__nav {
	display: none;
}

.top-fv__nav-list {
	gap: 32px;
	gap: 2rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-fv__nav-item {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.top-fv__nav-item::before {
	background-color: #fff;
	content: "";
	height: 12px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -24px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 2px;
}

.top-fv__nav-item:hover {
	color: #ccc;
}

.top-fv__nav-item:hover::before {
	top: -16px;
}

.top-fv__scroll {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 10vh;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 3;
}

.scroll__text {
	font-size: clamp(8px, 1.5vh, 12px);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
	margin-bottom: 10px;
	margin-left: 2px;
}

.scroll__line {
	background-color: #fff;
	height: clamp(40px, 6.7vh, 60px);
	margin: 0 auto;
	position: relative;
	width: 1px;
}

.scroll__dot {
	-webkit-animation: scrollDown 1.5s ease-in-out infinite;
	animation: scrollDown 1.5s ease-in-out infinite;
	background-color: #fff;
	border-radius: 50%;
	height: 8px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 8px;
}

/* top_text */

.top-lead {
	background: #fff;
	padding-bottom: 64px;
	padding-bottom: 4rem;
	padding-top: 195px;
	padding-top: 12.1875rem;
}

.top-lead__wrap {
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 780px;
	max-width: 48.75rem;
	padding: 0;
}

.top-lead__title {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-ms-flex-positive: 0;
	flex-grow: 0;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.17em;
	line-height: 180%;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.top-lead__text {
	gap: 25px;
	gap: 1.5625rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.top-lead__text p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 230%;
	text-align: justify;
}

.about-link {
	background-color: #fff;
	padding: 64px 0 32px;
	padding: 4rem 0 2rem;
}

.about-link__wrap {
	gap: 24px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 364px;
	max-width: 22.75rem;
}

.about-link__box {
	max-width: 364px;
	max-width: 22.75rem;
	overflow: hidden;
	position: relative;
}

.about-link__box:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.about-link__box img {
	aspect-ratio: 364/243;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.about-link__box span {
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-style: Bold;
	font-weight: 400;
	left: 0;
	letter-spacing: 0.07em;
	line-height: 150%;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 43%;
}

.top-news {
	background: #fff;
	padding: 64px 0 32px;
	padding: 4rem 0 2rem;
}

.section-title__wrap {
	gap: 4px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.top-news__wrap {
	margin: 0 auto;
	max-width: 1140px;
	max-width: 71.25rem;
}

.top-news__wrap:first-child {
	margin-top: 0;
}

.top-news__item {
	border-bottom: 1px solid #c9c9c9;
	margin-top: 32px;
	margin-top: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.top-news__top {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-news__date {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
}

.top-news__label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: #0b238a solid 1px;
	color: #0b238a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Noto Serif JP;
	font-size: 14px;
	font-weight: 500;
	height: 22px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 113px;
}

.top-news__bottom {
	gap: 2px;
	gap: 0.125rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 32px;
	margin-top: 2rem;
}

.top-news__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 150%;
	padding-left: 0px;
	padding-left: 0rem;
}

.top-news__text:hover {
	opacity: 0.6;
}

.top-news__new {
	color: #dd3333;
	font-size: 14.4px;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0;
}

.top-access {
	background-color: #fff;
	padding: 64px 0 128px;
	padding: 4rem 0 8rem;
}

.top-access__lard p {
	font-family: Noto Serif JP;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 200%;
	margin-top: 0px;
	margin-top: 0rem;
	max-width: 558px;
	max-width: 34.875rem;
}

.top-access__route {
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 1140px;
	max-width: 71.25rem;
}

.top-access__map {
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 1140px;
	max-width: 71.25rem;
	width: 100%;
}

.top-access__map iframe {
	aspect-ratio: 350/350;
	-o-object-fit: cover;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media screen and (min: 1100px) {

.header__nav-wrap02 ul {
	gap: 1rem;
}

}

@media (min-width: 767px) {

label {
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact__itemtext label {
	gap: 1.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact-item__left:before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #DD3333;
	border-radius: 5px;
	color: #fff;
	content: "必須";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.75rem;
	font-weight: 500;
	height: 1.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 12px;
	position: absolute;
	right: -3.5rem;
	top: 0%;
	width: 2.5rem;
}

.any:before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #808080;
	border-radius: 5px;
	color: #fff;
	content: "任意";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	font-weight: 500;
	height: 1.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: unset;
	line-height: 12px;
	position: absolute;
	right: -3.5rem;
	text-align: center;
	top: 10%;
	width: 2.75rem;
}

.contact__input {
	height: 3rem;
	margin-top: 0px;
	max-width: 43.875rem;
	padding-left: 1rem;
	width: 50vw;
}

.contact__input-m {
	height: 3rem;
	margin-top: 7px;
	max-width: 42.375rem;
	padding-left: 2rem;
	width: 47vw;
}

.contact__itemtext .contact__input {
	height: unset;
	max-height: 12rem;
	padding-top: 1rem;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

.inner {
	max-width: 1190px;
	padding-left: 25px;
	padding-right: 25px;
}

.about {
	padding-bottom: 6rem;
}

.about-introduction {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.about-introduction__lead {
	padding-top: 15%;
}

.about-slider {
	margin-top: 8rem;
}

.about-temple-info {
	margin-top: 11.5rem;
}

.accordion__title p {
	padding: 1rem 4rem;
}

.title::before {
	left: 2.87%;
}

.title::after {
	left: 2.87%;
}

.temple-table td {
	font-size: 15px;
	line-height: 200%;
	text-align: center;
}

.temple-table td:first-child {
	width: 19%;
}

.temple-table td:nth-child(2) {
	width: 44%;
}

.temple-table td:nth-child(3) {
	width: 37%;
}

.temple-table02 {
	max-width: 16.5rem;
}

.temple-table02 td {
	font-size: 15px;
}

.camp-breadcrumb {
	font-size: 14px;
	padding: 1rem 0;
}

.camp-breadcrumb span {
	font-size: 14px;
}

.camp-fv::before {
	background: url(../images/common/let’s-have-fun!.svg) no-repeat center center/contain;
	bottom: 3%;
	content: "";
	height: 11rem;
	max-width: 34.375rem;
	position: absolute;
	right: 4%;
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	width: 100%;
}

.camp-title__wrap {
	top: 44%;
}

.camp-title__text {
	font-size: 18px;
	margin-top: 4rem;
	padding: 0.5rem 0;
}

.notice__label {
	font-size: 20px;
	letter-spacing: 0.07em;
}

.notice__text {
	font-size: 20px;
	letter-spacing: 0.07em;
}

.notice__text span {
	font-size: 16px;
	letter-spacing: 0.07em;
}

.camp-info__contents {
	gap: 1.5rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 71.25rem;
}

.camp-info__contents-left {
	width: 50%;
}

.camp-info__description p {
	letter-spacing: 0.07em;
}

.facility__title01::before {
	width: 25vw;
}

.facility__title-ja {
	font-size: 24px;
	letter-spacing: 0.07em;
}

.facility__text {
	letter-spacing: 0.07em;
}

.camp-info__contents-right {
	width: 50%;
}

.camp-section-heading {
	font-size: 32px;
	letter-spacing: 0.2em;
}

.camp-shared-facilities {
	padding: 4.6875rem 0 4rem;
}

.shared-facilities__list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.wc::before {
	display: none;
}

.shower {
	position: relative;
}

.shower::before {
	background: url(../images/common/wood.png) no-repeat center center/contain;
	content: "";
	height: 124px;
	max-width: 200px;
	position: absolute;
	position: absolute;
	right: -20%;
	top: -37%;
	width: 15vw;
}

.shared-facilities__item figcaption {
	letter-spacing: 0.07em;
}

.camp-usage-period {
	padding: 4rem 0;
}

.camp-usage-period::before {
	background: url(../images/common/rectangle.png) no-repeat center center/contain;
	content: "";
	height: 11rem;
	left: -15%;
	max-width: 23.75rem;
	position: absolute;
	top: 18%;
	width: 30vw;
}

.camp-usage-period p {
	letter-spacing: 0.07em;
	line-height: 100%;
	text-align: center;
}

.camp-usage-period__date span {
	letter-spacing: 0.07em;
}

.camp-checkin-checkout {
	padding: 4rem 0;
}

.camp-checkin-checkout .camp-section-heading {
	font-size: 32px;
	letter-spacing: 0.2em;
}

.camp-checkin-checkout__info {
	max-width: 38.75rem;
}

.camp-checkin-checkout__info dt {
	letter-spacing: 0.07em;
}

.camp-checkin-checkout__info dd {
	letter-spacing: 0.07em;
	margin-top: 1rem;
}

.camp-usage-fee {
	padding: 4.6875rem 0;
}

.camp-usage-fee::before {
	content: "";
	height: 15.125rem;
	max-width: 12.75rem;
	position: absolute;
	right: -4%;
	top: -6%;
	width: 16vw;
}

.camp-usage-fee::after {
	background: url(../images/common/skillet.png) no-repeat center center/contain;
	bottom: -5%;
	content: "";
	height: 16.375rem;
	left: -4%;
	max-width: 13.875rem;
	position: absolute;
	width: 16vw;
}

.camp-usage-fee__note {
	letter-spacing: 0.07em;
	line-height: 100%;
}

.usage-fee__subheading {
	letter-spacing: 0.07em;
}

.fee-table th,
.fee-table td {
	font-size: 18px;
	letter-spacing: 0.07em;
	padding: 7px 16px;
}

.fee-table thead th {
	font-size: 16px;
	letter-spacing: 0.1em;
	letter-spacing: 0.07em;
}

.fee-table tbody th {
	font-size: 16px;
	letter-spacing: 0.07em;
	width: unset;
}

.usage-fee__example p {
	letter-spacing: 0.07em;
}

.usage-fee__example dl {
	letter-spacing: 0.07em;
}

.camp-attention {
	padding: 4rem 0;
}

.camp-attention ul {
	margin-top: 3rem;
}

.camp-attention ul::before {
	background: url(../images/common/lamp.png) no-repeat center center/contain;
	bottom: -38%;
	content: "";
	height: 21.375rem;
	max-width: 11.775rem;
	position: absolute;
	right: -10%;
	width: 20vw;
}

.camp-attention li {
	letter-spacing: 0.07em;
	margin-top: 1rem;
}

.camp-pets {
	padding: 4rem 0;
}

.camp-pets li {
	letter-spacing: 0.07em;
	margin-top: 1rem;
}

.camp-access {
	padding: 5.3125rem 0;
}

.camp-access__text {
	letter-spacing: 0.07em;
	margin-top: 4rem;
}

.camp-access___map {
	margin-top: 4rem;
}

.camp-access___map iframe {
	aspect-ratio: 1140/486;
}

.camp-contact-office {
	padding-top: unset;
}

.camp-contact-office::before {
	background: url(../images/common/shoes.png) no-repeat center center/contain;
	content: "";
	height: 11.8125rem;
	left: -2%;
	max-width: 14.75rem;
	position: absolute;
	top: -15%;
	width: 20vw;
}

.camp-contact-office p {
	letter-spacing: 0.07em;
}

.camp-contact-office__time {
	letter-spacing: 0.07em;
}

.camp-tanagura {
	padding: 7.5rem 0 16rem;
}

.camp-tanagura__img span {
	letter-spacing: 0.07em;
}

.camp-prohibited {
	padding: 4rem 0;
}

.camp-prohibited__contents {
	padding: 2rem;
}

.camp-prohibited__list li {
	font-size: 18px;
}

.breadcrumb {
	padding: 1rem 0;
}

.breadcrumb span {
	font-size: 14px;
	line-height: 200%;
	margin: 0 8px;
}

.pc-none {
	display: none;
}

.sp-none {
	display: block;
}

.l-btn01 {
	margin-top: 6rem;
}

.l-btn02 {
	margin-top: 8rem;
}

.page-fv h1 {
	font-size: 36px;
}

.section-title {
	font-size: 32px;
}

.section-title__wrap span {
	font-size: 16px;
}

.header-top03 .header__logo {
	top: 45px;
}

.header-top03 .sp-menu-icon {
	top: 48px;
}

.form-complete {
	padding: 8rem 0 16rem;
}

.form-complete__status {
	font-size: 64px;
}

.form-complete__title {
	font-size: 40px;
	margin-bottom: 4rem;
	margin-top: 2rem;
}

.form-complete__text {
	font-size: 16px;
	margin-bottom: 3rem;
}

.form-complete__box {
	margin-top: 1rem;
	padding: 2rem;
}

.form-complete__caution {
	font-size: 14px;
}

.contact-introduction {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.contact-prayer-cta {
	font-size: 18px;
	letter-spacing: 0.07em;
	line-height: 200%;
	margin-top: unset;
}

.contact-introduction__lead {
	padding-top: 14%;
}

.contact-form__contents {
	margin-top: 4rem;
	padding-top: 4rem;
}

.contact-form {
	padding-bottom: 20rem;
	padding-top: 2.5rem;
}

.contact-btn {
	margin-top: 5.75rem;
}

.wpcf7-radio {
	gap: 1.5rem;
	margin-top: unset;
}

.contact__item-radio {
	gap: 8px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.wpcf7-list-item {
	font-size: 16px;
	margin: 0 0 0 1em;
}

.event-tabs__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3.5rem;
	max-width: 71.25rem;
}

.event-tabs__tab {
	font-size: 20px;
	width: 25%;
}

.event-tabs__tab span {
	font-size: 20px;
}

.event-tabs__tab.is-active {
	width: 25%;
}

.event-tabs__tab.is-active::after {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #000;
	bottom: -15px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.event-tabs__panel {
	gap: 6rem 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.other-events {
	padding-top: 12.125rem;
}

.other-events__title {
	font-size: 24px;
	max-width: 16.875rem;
}

.other-events__item {
	gap: 2rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.other-events__term {
	width: 160px;
}

.footer__inner {
	padding: 7rem 1.25rem 3rem;
}

.camp-footer__inner {
	padding: 7rem 1.25rem 3rem;
}

.camp-footer__inner .footer__nav-link {
	display: inline-block;
	font-size: 16px;
	width: 16px;
}

.camp-footer__inner .footer__nav-link::after {
	background-color: #fff;
	content: "";
	height: 12px;
	left: 50%;
	position: absolute;
	top: -24px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
}

.camp-footer__inner .footer__nav-link:hover {
	color: #fff !important;
	opacity: 0.7;
}

.camp-footer__inner .footer__nav-link:hover::after {
	top: -16px;
}

.footer__nav {
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 61.25rem;
}

.footer__nav-group01 {
	gap: 2.375rem;
	padding-left: unset;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.footer__nav-group02 {
	gap: 2.375rem;
	padding-left: unset;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.footer__nav-link {
	display: inline-block;
	font-size: 16px;
	width: 16px;
}

.footer__nav-link::after {
	background-color: #556977;
	content: "";
	height: 12px;
	left: 50%;
	position: absolute;
	top: -24px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
}

.footer__nav-link:hover {
	color: #999;
}

.footer__nav-link:hover::after {
	top: -16px;
}

.footer__nav-sublink {
	font-size: 15px;
}

.footer__nav-wrap01 {
	margin-left: 3.3125rem;
	margin-right: 3rem;
}

.footer__nav-wrap01 ul {
	gap: 1.5rem;
	margin-right: 1rem;
	margin-top: unset;
}

.footer__nav-wrap02 {
	margin-top: unset;
}

.footer__nav-wrap02 ul {
	gap: 1.5rem;
	margin-left: 3.4375rem;
	margin-right: 1rem;
	margin-top: unset;
}

.footer__logo {
	max-width: 4.25rem;
	width: 100%;
}

.footer__logo img {
	width: 100%;
}

.footer__add {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 3rem;
}

.footer__info {
	gap: 2rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 1rem;
}

.footer__sns {
	margin-top: 3rem;
}

.footer__sns-wrap p {
	font-size: 14px;
}

.pagetop {
	height: 80px;
	padding-left: 1px;
	padding-top: 10px;
	width: 80px;
}

.pagetop::before {
	height: 28px;
	width: 28px;
}

.season-gallery__tabs {
	gap: 2rem;
	margin-bottom: 3rem;
}

.tab {
	font-size: 24px;
	height: 56px;
	width: 56px;
}

.season-gallery__heading {
	padding: 2.625rem 0;
}

.tab-title::after {
	font-size: 24px;
}

.footer-about-link {
	padding-bottom: 16rem;
	padding-top: 8rem;
}

.map-card {
	margin: unset;
}

.map-card__body li {
	letter-spacing: 0.07em;
}

.map-card__text {
	text-align: left;
}

.mizuko-memorial__wrap {
	margin-top: 0.5rem;
}

.mizuko-memorial__info dt {
	margin-top: unset;
}

.permanent-grave {
	padding-bottom: 4rem;
	padding-top: 8rem;
}

.permanent-grave__btn p {
	font-size: 18px;
	letter-spacing: 0.07em;
	text-align: center;
}

.news-category {
	gap: 1rem 4rem;
}

.news-category__list {
	gap: 16px;
}

.news-item a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.news-item a::before {
	background: url(../images/common/arrow02.svg) no-repeat center center/contain;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 0%;
	top: 43%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 1rem;
}

.news-item__img {
	max-width: 16.6875rem;
}

.news-item__body {
	max-width: 100%;
}

.news-item__title {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 150%;
}

.news-item__title::before {
	display: none;
}

.pagenavi .page-numbers {
	font-size: 16px;
	height: 60px;
	width: 60px;
}

.pagenavi .page-numbers svg {
	height: 12px;
	width: 12px;
}

.notfound {
	padding: 8rem 0 16rem;
}

.notfound__code {
	font-size: 128px;
}

.notfound__heading {
	font-size: 64px;
}

.notfound__message-ja {
	font-size: 40px;
	margin-top: 4rem;
}

.notfound__message-en {
	font-size: 24px;
}

.notfound__description {
	font-size: 16px;
	margin-top: 4rem;
}

.privacy {
	padding-bottom: 16rem;
}

.contact__main-prayer .note {
	margin-top: unset;
}

.contact-form-prayer .contact__box {
	max-width: 12.9375rem;
	width: 200px;
}

.contact__flex {
	gap: 2rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-right: unset;
}

.contact__flex02 {
	gap: 1.0625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-right: unset;
}

.wpcf7-form-control-wrap {
	margin-right: unset;
}

.contact__label {
	font-size: 16px;
}

select {
	font-size: 16px;
	height: 3rem;
}

.contact__item-name {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__item-kana {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__item-birth {
	gap: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__item-birth select {
	width: 12rem;
}

.contact__item-age label {
	gap: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__item-age label {
	gap: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__item-age input {
	height: 3rem;
	max-width: 6.125rem;
}

.contact__item-postcode input {
	width: 8rem;
}

.contact__item-postcode label {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__item-prefecture {
	gap: unset;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__item-prefecture select {
	width: 12rem;
}

.contact__item-address2 input {
	width: 26.5vw;
}

.contact__item-gender {
	gap: unset;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__item-gender select {
	width: 12rem;
}

.contact__item-email input {
	width: 31vw;
}

.contact__item-check {
	gap: unset;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__note-check {
	font-size: 16px;
	width: 10.3125rem;
}

.contact__group-title {
	font-size: 20px;
}

.contact__group-title span {
	font-size: 16px;
}

.contact__item-priceflex {
	gap: unset;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__item-price select {
	width: 19.8125rem;
}

.contact__item-price p {
	font-size: 16px;
	margin-left: 12.5rem;
	margin-top: 1.5rem;
}

.contact__item-delivery .wpcf7-radio {
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact__item-deliveryflex {
	gap: unset;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__item-shippingdate {
	gap: unset;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__item-shippingdate input {
	margin-right: 18px;
	width: 22vw;
}

.contact__note-red {
	font-size: 16px;
}

.contact__note-shippingdate {
	font-size: 16px;
	margin: unset;
	margin-left: 12.5rem;
	max-width: 100%;
}

.contact__item-visitdate {
	gap: unset;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__note-visitdate {
	font-size: 16px;
	margin: unset;
	margin-left: 12.5rem;
	margin-top: 1.5rem;
	max-width: 100%;
}

.contact__item-visitdate-wrap .contact__input {
	margin-right: 1rem;
	width: 22vw;
}

.contact__item-visitdate-wrap select {
	margin-right: 1rem;
	width: 12rem;
}

.contact__item-visitdatetime {
	gap: unset;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.contact__item-visitdatetime input {
	height: 3rem;
	width: 22vw;
}

.contact__item-visitdatetime-flex {
	gap: unset;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-right: unset;
}

.contact__note-visitdatetime {
	margin: unset;
	margin-left: 12.5rem;
	margin-top: 1.5rem;
	max-width: 43.75rem;
}

.contact__item-car {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.car-nam {
	margin-top: unset;
}

.car-nam-bottom .wpcf7-form-control-wrap {
	width: 4.6vw;
}

.car-nam-bottom input {
	width: 4.6vw;
}

.car-area {
	width: 9vw !important;
}

.car-class {
	width: 6vw !important;
}

.contact__item-price02 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.gomaprice-table th,
.gomaprice-table td {
	font-size: 16px;
	padding: 16px 16px;
}

.gomaprice-table th {
	font-size: 16px;
	padding: 6px 16px !important;
}

.gomaprice-table td:first-child {
	padding-left: 0;
	width: 200px;
}

.gomaprice-table td:first-child .wpcf7-radio {
	margin-top: unset;
}

.gomaprice-table td {
	padding-left: 2rem;
}

.wpcf7-not-valid-tip {
	bottom: -23px;
	position: absolute;
}

.age-wrap .contact__label {
	margin-top: 15px;
}

.visit-time .contact__label {
	margin-top: 15px;
}

.goma-prayer {
	gap: 20%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin: 0 auto;
	max-width: 55.625rem;
}

.prayer-lead {
	padding-top: 14%;
}

.prayer-slider {
	margin-top: 6rem;
}

.prayer-message {
	margin-top: 9.5rem;
	padding: 2rem;
}

.prayer-message h3 {
	font-size: 24px;
	letter-spacing: 4.8px;
}

.prayer-message p {
	font-size: 16px;
}

.prayer-wish {
	margin-top: 6rem;
}

.prayer-wish__title {
	font-size: 24px;
	letter-spacing: 4.8px;
}

.prayer-wish__title::before {
	background: #556977;
	content: "";
	height: 0.0625rem;
	left: 0%;
	position: absolute;
	top: 50%;
	width: 2rem;
}

.prayer-wish__title::after {
	background: #556977;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 0%;
	top: 50%;
	width: 2rem;
}

.prayer-wish__list {
	gap: 0 5.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 71.25rem;
}

.prayer-wish__list li {
	font-size: 18px;
	line-height: 240%;
}

.prayer-info {
	margin-top: 6rem;
}

.prayer-info__block {
	gap: 2rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 2rem;
	margin-top: unset;
}

.prayer-info__text {
	margin-bottom: 0.5rem;
}

.prayer-title {
	font-size: 24px;
	letter-spacing: 4.8px;
}

.prayer-title::before {
	background: #556977;
	content: "";
	height: 0.0625rem;
	left: 0%;
	position: absolute;
	top: 50%;
	width: 2rem;
}

.prayer-title::after {
	background: #556977;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 0%;
	top: 50%;
	width: 2rem;
}

.prayer-description {
	margin-top: 4rem;
	text-align: center;
}

.prayer-table td {
	font-size: 18px;
}

.prayer-table td span {
	font-size: 32px;
	padding-bottom: 5px;
}

.prayer-age-unit {
	font-size: 18px !important;
}

.prayer-cta {
	margin-top: 6rem;
}

.prayer-cta p {
	font-size: 18px;
	text-align: center;
}

.prayer-car {
	padding-top: 8rem;
}

.prayer-safety__flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.prayer-safety__title {
	font-size: 20px;
}

.prayer-safety__lead {
	letter-spacing: 0.07em;
}

.prayer-safety__info {
	letter-spacing: 0.07em;
}

.prayer-safety__row {
	gap: 2rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.prayer-safety__row02 {
	gap: 2rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.prayer-safety__note {
	letter-spacing: 0.07em;
}

.pager-links {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.prev-post,
.next-post {
	margin: unset;
	text-align: unset;
	width: 27vw;
}

.next-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	margin-left: auto;
	margin-top: unset;
}

.next-post .pager-label {
	text-align: right;
}

.next-post .pager-label::before {
	background: url(../images/common/arrow03.svg) no-repeat center center/contain;
	content: "";
	height: 16px;
	left: unset;
	position: absolute;
	right: 10px;
	top: 15%;
	width: 16px;
}

.all-posts {
	margin-top: unset;
}

.sp-menu-icon {
	left: 0;
	margin: 0 auto;
	right: 0;
	-webkit-transform: translateX(-38vw);
	transform: translateX(-38vw);
}

.header__nav {
	max-width: 61.25rem;
}

.header__nav-group {
	gap: 1.5rem;
	padding-left: unset;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.header__nav-group02 {
	gap: 1.5rem;
	margin-right: 22%;
	margin-top: 64px;
	padding-left: unset;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.header__nav-link {
	font-size: 1.125rem;
}

.header__nav-link::after {
	background-color: #556977;
	content: "";
	height: 12px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -24px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 2px;
}

.header__nav-link:hover {
	color: #888;
}

.header__nav-link:hover::after {
	top: -18px;
}

.header__nav-wrap01 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.header__nav-wrap01-m0 {
	margin-left: 0;
	margin-right: 1.5rem;
}

.header__nav-wrap {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.header__nav-wrap01 ul {
	gap: 1.5rem;
	margin-right: 1rem;
	margin-top: unset;
}

.header__nav-wrap02 {
	margin-left: 1.5rem;
	margin-top: unset;
}

.header__nav-wrap02 ul {
	gap: 1.5rem;
	margin-right: 1rem;
	margin-top: unset;
}

.header-banner {
	margin-top: 12.5rem;
}

.top-fv__logo {
	max-width: 75px;
	top: 50%;
}

.top-fv__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 5%;
	top: 6rem;
}

.top-fv__nav-list {
	gap: 3rem;
}

.top-fv__scroll {
	bottom: 4vh;
}

.top-lead__title {
	font-size: 32px;
}

.top-lead__text p {
	letter-spacing: 0.2em;
}

.about-link {
	padding: 8rem 0 4rem;
}

.about-link__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 71.25rem;
}

.top-news {
	padding: 8rem 0 4rem;
}

.top-news__wrap:first-child {
	margin-top: 4rem;
}

.top-news__item {
	margin-top: 4rem;
}

.top-news__text {
	letter-spacing: 0.07em;
	padding-left: 2.5rem;
}

.top-access {
	padding: 8rem 0 16rem;
}

.top-access__lard p {
	margin-top: 6rem;
}

.top-access__route {
	margin: 0 auto;
	margin-top: 6rem;
}

.top-access__map {
	margin-top: 6rem;
}

.top-access__map iframe {
	aspect-ratio: 1140/486;
}

}

@media screen and (min-width: 1000px) {

.header__logo {
	left: 0;
	margin: 0 auto;
	right: 0;
	top: 46px;
	-webkit-transform: translateX(38vw);
	transform: translateX(38vw);
	width: 67px;
}

.sp-header__logo {
	-webkit-transform: translateX(43vw);
	transform: translateX(43vw);
}

.header__nav-group {
	margin: 0 auto;
	margin-top: 14rem;
}

.header__nav-group02 {
	margin-left: auto;
	margin-right: 22%;
	margin-top: 8rem;
}

}

@media screen and (min-width: 1140px) {

.top-lead__wrap {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

}

@media screen and (min-width: 1300px) {

.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	max-width: 61.25rem;
}

.header__nav-group {
	margin-top: 14rem;
}

.header__nav-group02 {
	margin-left: auto;
	margin-right: -3%;
	margin-top: 14rem;
}

}

@media screen and (min-width: 1920px) {

.header__logo {
	left: 0;
	margin: 0 auto;
	right: 0;
	top: 46px;
	-webkit-transform: translateX(1100%);
	transform: translateX(1100%);
	width: 67px;
}

.sp-menu-icon {
	-webkit-transform: translateX(-1390%);
	transform: translateX(-1390%);
}

}

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

.map-contents {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

}

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

.facility__title02::after {
	bottom: -1207%;
}

.footer__nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 670px;
}

.footer__nav-group02 {
	margin-left: auto;
	margin-top: 64px;
	max-width: 655px;
	padding-right: 1.5%;
}

}

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

.header__nav-group02 {
	margin: 0 auto;
	margin-top: 8rem;
	max-width: 600px;
	padding-right: 2.7%;
	width: 100%;
}

}

@media (max-width: 782px) {

body.admin-bar .map-contents .map-card[id] {
	scroll-margin-top: 142px;
}

}

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

.facility__title02::after {
	bottom: -1500%;
	left: -6%;
	max-width: 18.75rem;
	width: 70vw;
}

.facility__title02::before {
	right: 3%;
	top: -280%;
	width: 42vw;
}

.footer__nav-group02 {
	margin-left: unset;
	margin-top: 1.2rem;
}

.contact__item-visitdate-wrap {
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: auto;
}

.header__nav-group {
	margin-top: 120px;
}

.header__nav-group02 {
	margin-top: 2.5rem;
}

}

@media (max-width: 767px) {

.contact__item {
	margin: 0 auto;
	margin-top: 30px;
	max-width: 375px;
	position: relative;
}

.contact__itemtext {
	margin: 0 auto;
	margin-top: 30px;
	max-width: 375px;
	position: relative;
}

.contact-item__left {
	font-size: 14px;
	position: relative;
	width: 50%;
}

.contact-item__tel {
	font-size: 14px;
	position: relative;
	width: 50%;
}

.contact-item__nam {
	font-size: 15px;
}

.contact-check {
	bottom: -110%;
	left: -3%;
	position: absolute;
}

.contact-btn input {
	margin-left: -1.5rem;
	margin-top: 30px;
}

}

@-webkit-keyframes scrollDown {

0% {
	opacity: 0;
	top: 0;
}

30% {
	opacity: 1;
}

80% {
	opacity: 0;
	top: 40px;
}

100% {
	opacity: 0;
	top: 50px;
}

}

@keyframes scrollDown {

0% {
	opacity: 0;
	top: 0;
}

30% {
	opacity: 1;
}

80% {
	opacity: 0;
	top: 40px;
}

100% {
	opacity: 0;
	top: 50px;
}

}
@media (min-width: 768px) {
.contact__item-car p {
    margin-right: 1rem;
}
}
.single-content p{margin-top: 2rem;}

@media screen and (min-width: 768px){
.header__nav-link {
display: inline-block;
}
}

@media (min-width: 767px) {
    .contact__input-m {
        padding-left: 1rem;
    }
}

input::placeholder {
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

}
textarea::placeholder {
  color: #c9c9c9; /* 任意の色 */
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
}

select{
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
}
.prayer-banner {
  position: absolute;
  bottom: 5%;
  right: 5%;
	z-index:10;
}
.prayer-banner a:hover{
background-color: #fff;
}
.prayer-banner a{
display: block;
width: 140px;
height: 140px;
background-color: #556977;
border-radius: 50%;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
padding: 33px 12px  24px ;
border:1px solid  #556977;
transition: all 0.3s ease;
}
.prayer-banner a:hover .prayer-banner__text01{
color: #556977;
border-bottom: #556977 solid 1px;
}
.prayer-banner a:hover .prayer-banner__text02{
color: #556977;
}
.prayer-banner__text01 {
  font-family: Noto Serif JP;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 2.4px;
text-align: center;
color: #ffffff;
display: block;
border-bottom: #ffffff solid 1px;
padding-bottom: 11px;
transition: all 0.3s ease;

}
.prayer-banner__text02 {
  font-family: Noto Serif JP;
font-weight: 400;
font-size: 16px;
line-height: 120%;
letter-spacing: 0;
text-align: center;
color: #ffffff;
display: block;
margin-top: 11px;
transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
.prayer-banner {
  position: absolute;
  bottom: 15%;
  right: 5%;
	z-index:10;
}
.prayer-banner a:hover{
  opacity: 0.7;
}
.prayer-banner a{
display: block;
width: 100px;
height: 100px;
background-color: #556977;
border-radius: 50%;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
padding: 24px 12px  24px ;

}
.prayer-banner__text01 {
  font-family: Noto Serif JP;
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 2.4px;
text-align: center;
color: #ffffff;
display: block;
border-bottom: #ffffff solid 1px;
padding-bottom: 8px;

}
.prayer-banner__text02 {
  font-family: Noto Serif JP;
font-weight: 400;
font-size: 12px;
line-height: 120%;
letter-spacing: 0;
text-align: center;
color: #ffffff;
display: block;
margin-top: 8px;
}
}

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