@charset "utf-8";
/*
Theme Name: kyougakuji-hoju
Theme URI: https://kyougakuji-hoju.com/
Version: 1.0
*/

/* common
---------------------------------------------------------------------------*/
@import url("css/easing.css");

:root {
	--bg-light: #76736E url(img/share/bg-light.jpg) left top;
	--bg-dark: #76736E url(img/share/bg-dark-green.jpg) left top;
	--color-text: #EFEBE6;
	--color-text-dark: #9C8B7B;
	--color-text-line: rgba(255,255,255,0.7);

	--font-serif-jp-m: 'FOT-マティス Pro M', '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	--font-serif-en: 'SabonLTPro-Roman', serif;

	--width-min: 360px;
	--width-mid: 375;
	--width-max: 9999px;

	--copy-fix-width: 73.5rem;
}

html {
	font-size: clamp(calc(var(--width-min)/var(--width-mid)), calc(100vw/var(--width-mid)), calc(var(--width-max)/var(--width-mid)));
}

body {
	overflow-y: scroll;
	background: var(--bg-dark);
	color: var(--color-text);
	font-size: 13rem;
	font-family: var(--font-serif-jp-m);
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none !important;
}
body.noscroll { position: fixed; width: 100%; }

::-moz-selection { background: #62605B; color: var(--color-text); }
::selection { background: #62605B; color: var(--color-text); }

p { font-size: 13rem; line-height: 2; letter-spacing: 0; margin-bottom: 1em; }
p:last-child { margin-bottom: 0 !important; }
address,i { font-style: normal; }
img { max-width: none; }
figure img { width: 100%; }
figure:has(figcaption) { position: relative; }

.justify p {
	letter-spacing: 0.03em;
	text-align: justify;
	font-feature-settings: 'palt' 1;
}

.block { display: inline-block !important; }
.wide { display: none !important; }
.narrow { display: inline-block !important; }

/* #loading
------------------------------------*/
#loading {
	display: none;
	opacity: 0;
	position: fixed;
	top: 50dvh;
	left: 50vw;
	border: 1rem solid var(--color-text);
	border-top-color: transparent;
	border-radius: 50%;
	width: 20rem;
	height: 20rem;
	margin: -10rem 0 0 -10rem;
	z-index: 99999;
	animation: spin .5s infinite linear;
}
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

#loading-first {
	position: fixed;
	top: 0;
	left: 0;
	background: var(--bg-light);
	width: 100%;
	height: 100dvh;
	z-index: 10100;
}

#loading-first .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
}

#loading-first .logo img {
	display: block;
	width: 137rem;
	opacity: 0;
}

/* txt
------------------------------------*/
.extended-l,
.title-v,
.news-main h2 {
	transform-origin: left center;
	transform: scaleX(1.06);
	max-width: 94%;
}

.extended,
.btn-link a span,
.btn-link > span span,
p,figcaption {
	transform-origin: left center;
	transform: scaleX(1.03);
	max-width: 97%;
}

/* link
------------------------------------*/
a { color: var(--color-text); text-decoration: none; }
p a, .line {
	text-decoration: underline;
	text-decoration-color: var(--color-text-line);
	text-decoration-thickness: 0.5rem;
	text-underline-offset: 0.1em;
}

/* .btn
------------------------------------*/
.btn-link a,
.btn-link > span {
	display: inline-block;
	border: 0.5rem solid var(--color-text-line);
	border-radius: 100rem;
	padding: 7rem 18rem 7rem 20rem;
	color: var(--color-text);
	font-size: 14rem;
	letter-spacing: 0.07em;
	text-align: center;
}

/* .btn-nav
------------------------------------*/
.btn-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 36rem;
	height: 76rem;
	z-index: 10001;
}

.btn-nav div, .btn-nav span {
	display: block;
	box-sizing: border-box;
	transition: .15s ease-out;
}

.btn-nav div {
	position: absolute;
	bottom: 32rem;
	left: 0;
	width: 40rem;
	height: 10rem;
	transform: rotate(90deg) !important;
}

.btn-nav span {
	position: absolute;
	left: 0;
	background-color: var(--color-text-line);
	width: 100%;
	height: 1rem;
	-webkit-transform: translateZ(0);
}

.btn-nav span:nth-of-type(1) { top: 0; }
.btn-nav span:nth-of-type(2) { bottom: 0; }

/* .btn-nav.active
------------------------------------*/
.btn-nav.active div { left: -5rem; width: 45rem; }
.btn-nav.active span { background-color: var(--color-text-dark); }
.btn-nav.active span:nth-of-type(1) { transform: translateY(4rem) rotate(-15deg); }
.btn-nav.active span:nth-of-type(2) { transform: translateY(-5rem) rotate(15deg); }

/* .nav-sp
------------------------------------*/
.nav-sp {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(97,94,89,0.8);
	box-sizing: border-box;
	width: 100%;
	height: 100dvh;
	z-index: 9999;
	display: none;
	opacity: 0;
}

.nav-sp .inner {
	background: var(--bg-light);
	width: 230rem;
	height: 100%;
	opacity: 0;
}

.gnav {
	position: absolute;
	bottom: 62rem;
	left: 60rem;
}

.gnav li a {
	display: inline-block;
	background: url(img/share/ico-arrow-down.svg) no-repeat left center;
	padding: 10rem 10rem 12rem 16.5rem;
	color: var(--color-text-dark);
	font-size: 16rem;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.gnav .gnav-top,
body.top .gnav li:has(.gnav-top) a { display: none; }
body.top .gnav .gnav-top { display: block !important; }


/* #wrap
---------------------------------------------------------------------------*/
#wrap {
	display: flex;
	justify-content: space-between;
	min-width: var(--width-min);
	padding-left: var(--copy-fix-width);
}

.copy-fix {
	position: fixed;
	top: 0;
	left: 0;
	width: var(--copy-fix-width);
	min-width: var(--copy-fix-width);
	height: 100dvh;
	padding: 5rem 0 0;
	z-index: 0;
}

.copy-fix.fixed {
	z-index: 10000;
}

.copy-fix .dark {
	position: absolute;
	top: 5rem;
	left: 0;
	opacity: 0;
}

.copy-fix img {
	width: 19.5rem;
	max-height: 75vh;
	margin-left: 4rem;
	opacity: 0.7;
}

.wrap-inner {
	width: calc(100vw - var(--copy-fix-width));
}

.img-footer { display: none; }
body.top .img-footer { display: block; }


/* header
---------------------------------------------------------------------------*/
header { display: none !important; }


/* footer
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	margin: 0;
	padding: 200rem 0 35rem;
	opacity: 0;
}

.access {
	position: relative;
	white-space: nowrap;
}

.top-outline .access .title {
	margin-bottom: 14rem;
}

.access .title h1,
.access .title h3 {
	margin-bottom: 24rem;
}

.access .title h1 a em,
.access .title h3 a em,
.access .title h1 a strong,
.access .title h3 a strong {
	text-decoration: underline;
	text-decoration-color: var(--color-text-line);
	text-decoration-thickness: 0.5rem;
	text-underline-offset: 0.1em;
}

.access .title h1 em,
.access .title h3 em {
	display: block;
	margin-bottom: 12rem;
	font-size: 12rem;
	letter-spacing: 0.1em;
}

.access .title h1 strong,
.access .title h3 strong {
	display: block;
	font-size: 17rem;
	letter-spacing: 0.08em;
}

.access .title .tel {
	display: inline-block;
	margin: 3rem 2rem 7rem 0;
	font-size: 13rem;
	letter-spacing: 0.05em;
}

.access .title .link {
	display: inline-block;
	font-size: 12rem;
	letter-spacing: 0.05em;
}

.access .title p {
	margin-top: -3rem;
	font-size: 13rem;
	white-space: nowrap;
}

.access .title .sns {
	display: flex;
	position: absolute;
	bottom: -1rem;
	left: 124rem;
	margin: 20rem 0 0 -5rem;
}

.access .title .sns li a {
	display: block;
	padding: 3rem;
}

.access .title .sns li img {
	width: 27rem;
}

.access .narrow {
	display: block !important;
}

.access address {
	margin: 0 0 2rem;
	font-size: 13rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

.access .address p {
	margin-bottom: 18rem;
	font-size: 12rem;
}

.access .address .btn-link {
	margin-left: -2rem;
}


/* contents
---------------------------------------------------------------------------*/
#mainContents {
	order: 1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.contents {
	padding: 145rem 0 0;
	opacity: 0;
}

.contents-common,
#newsContents.contents,
#errorContents.contents {
	padding-right: 32rem;
}

/* .title-page
------------------------------------*/
.title-page {
	position: absolute;
	top: 55rem;
	right: 34rem;
	font-size: 14rem;
	text-align: right;
}

/* .dot-list
------------------------------------*/
.dot-list li {
	position: relative;
	margin: 0 0 6rem;
	padding-left: 16rem;
	font-size: 13rem;
	line-height: 1.7;
}

.dot-list li:last-of-type { margin-bottom: 0; }
.dot-list li:before { display: block; content: '・'; position: absolute; top: 0; left: 0; }

/* .box-list
------------------------------------*/
.box-list .inner {
	border: 1px solid var(--color-text-line);
	min-width: 225rem;
	padding: 18rem 22rem 22rem;
	font-size: 13rem;
	line-height: 1.7;
	letter-spacing: 0;
}

.box-list dl {
	display: flex;
}

.box-list dt {
	white-space: nowrap;
}

.box-list .inner > p {
	margin: 6rem 0 7rem;
	font-size: 13rem;
	line-height: 1.8;
}


/* news archive
---------------------------------------------------------------------------*/
.news-list article {
	margin-bottom: 15rem;
}

.news-list article a {
	line-height: 1.7;
}

.news-list time {
	display: block;
	margin-bottom: 1rem;
	font-family: var(--font-serif-en);
	font-size: 11rem;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

.news-list h3 {
	font-size: 14rem;
	text-decoration: underline;
	text-decoration-color: var(--color-text-line);
	text-decoration-thickness: 0.5rem;
	text-underline-offset: 0.1em;
}


/* news single
---------------------------------------------------------------------------*/

/* .news-title
------------------------------------*/
.news-title {
	margin-bottom: 25rem;
}

.news-title time {
	display: block;
	margin: 0 0 10rem 3rem;
	font-family: var(--font-serif-en);
	font-size: 11rem;
	letter-spacing: 0.07em;
}

.news-title h1 {
	font-size: 17rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

/* .news-main
------------------------------------*/
.news-main > * {
	font-family: var(--font-gothic-jp) !important;
}

.news-main, .news-main p {
	font-size: 13rem;
	line-height: 1.95;
	letter-spacing: 0.03em;
}

.news-main h2 {
	margin: 36rem 0 12rem;
	font-size: 16rem;
	line-height: 1.8;
}

.news-main > h2:first-child {
	margin-top: 0;
}

.news-main p {
	margin-bottom: 13rem;
	text-align: justify;
	word-break: break-all;
	font-feature-settings: 'palt' 1;
}

.news-main p:last-child { margin-bottom: 0; }
.news-main a { text-decoration: underline; word-break: break-all; }
.news-main strong { font-weight: bold; }
.news-main em { font-style: italic; }
.news-main del { text-decoration: line-through; }

.news-main img {
	display: block;
	max-width: calc(100% + 32rem);
	height: auto;
	margin: 25rem -32rem 25rem 0 !important;
}

.news-main .wp-caption { position: relative; max-width: 100%; margin-bottom: 25rem; }
.news-main .wp-caption-text { bottom: 5rem !important; }

.news-main .gallery > dl { width: 49.5% !important; margin-right: 1% !important; }
.news-main .gallery > dl:nth-child(even) { margin-right: 0 !important; }
.news-main .gallery a { pointer-events: none; }
.news-main .gallery img { border: none !important; width: 100% !important; margin: 0 !important; }

.news-main ul, .news-main ol { margin: 30rem 0 30rem; }
.news-main ul li { list-style: disc; margin: 0 0 6rem 18rem; }
.news-main ol li { list-style: decimal; margin: 0 0 6rem 24rem; }
.news-main ul li:last-of-type,
.news-main ol li:last-of-type { margin-bottom: 0; }

.news-main blockquote { background: #F5F5F5; margin: 40rem 0; padding: 28rem 36rem; text-align: justify; }
.news-main blockquote p { font-size: 14rem; line-height: 1.9; }

.post-main iframe { width: 100%; height: calc(85vw * 0.5625); }

/* .news-table
------------------------------------*/
.news-table {
	margin-top: 60rem;
}

.news-table h3 {
	margin: 60rem 0 17rem;
	font-size: 15rem;
	line-height: 1.6;
}

.news-table h3:first-child { margin-top: 0; }

.news-table table {
	box-sizing: border-box;
	width: calc(97% + 5rem);
	margin: 0 0 40rem -5rem;
	font-size: 12rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
	font-feature-settings: 'palt' 1;
}

.news-table th:before,
.news-table td:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: var(--color-text-line);
	width: 100%;
	height: 0.5rem;
}

.news-table th, .news-table td {
	position: relative;
	padding-top: 8rem;
	padding-bottom: 20rem;
}

.news-table th {
	position: relative;
	box-sizing: border-box;
	min-width: 65rem;
	padding-right: 15rem;
	padding-left: 5rem;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.news-table td {
	box-sizing: border-box;
	width: 100%;
	padding-right: 5rem;
}

.news-table table.right td { text-align: right; }

.news-table-attention {
	margin-top: -44rem;
	font-size: 12rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-feature-settings: 'palt' 1;
}

/* .news-link
------------------------------------*/
.news-link { margin: 35rem 0 0 -2rem; }
.news-link li { display: inline-block; margin: 0 12rem 14rem 0; }
.news-link li a { font-feature-settings: 'palt' 1; }

/* .news-other
------------------------------------*/
.news-other {
	margin: 120rem 0 0;
}

.news-other > h2 {
	margin: 0 0 42rem -12rem;
	font-size: 15rem;
	letter-spacing: 0.03em;
}

.news-other .btn-link {
	margin: 45rem 0 0 -2rem;
}


/* .wp-pagenavi
---------------------------------------------------------------------------*/
.wp-pagenavi {
	overflow: hidden;
	margin: 70rem 0 0 -4rem;
	font-size: 13rem;
}

.wp-pagenavi .extend {
	display: none;
}

.wp-pagenavi a {
	margin: 0 2rem;
	padding: 5rem;
}

.wp-pagenavi .current {
	display: inline-block;
	border-bottom: 1rem solid var(--color-text-line);
	margin: 0 7rem;
	padding: 5rem 0 2rem;
}


/* page top
---------------------------------------------------------------------------*/
#top-news,
#top-greeting {
	padding-top: 120rem;
}

#top-point,
#top-noukotsudan,
#top-flow,
#top-outline {
	padding-top: 90rem;
}

/* .title-v
------------------------------------*/
.title-v {
	margin-bottom: 75rem;
	padding-right: 13rem;
	font-size: 14rem;
	letter-spacing: 0;
	text-align: right;
}

.title-v.let {
	font-size: 17rem;
}

/* .img-wide
------------------------------------*/
.img-wide {
	position: relative;
	width: calc(100% + var(--copy-fix-width) + var(--header-width));
	margin-left: calc(-1 * var(--copy-fix-width));
}

figure figcaption,
.news-main .wp-caption-text {
	position: absolute;
	bottom: 9rem;
	left: 9rem;
	color: #FFFFFF;
	font-size: 9rem;
	letter-spacing: 0.05em;
}

/* .top-main
------------------------------------*/
.top-main {
	display: none;
	margin-left: -10rem;
	padding: 25rem 13rem 0 0;
}

body.top .top-main {
	display: block;
}

/* .top-lead
------------------------------------*/
.top-lead h2 {
	position: relative;
	margin-bottom: 25rem;
	padding-top: 38rem;
}

.top-lead h2:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-text-line);
	width: 26rem;
	height: 1rem;
	opacity: 0.8;
}

.top-lead h2 em {
	display: block;
	margin: 0 0 15rem 2rem;
	font-family: var(--font-serif-en);
	font-size: 12rem;
	letter-spacing: 0.08em;
}

.top-lead h2 strong {
	display: inline-block;
	width: auto;
	font-size: 21rem;
	line-height: 1.6;
	letter-spacing: 0.07em;
	font-feature-settings: 'palt' 1;
}

.top-lead p {
	margin-bottom: 20rem;
	font-size: 13.5rem;
	line-height: 2.15;
	white-space: nowrap;
}

/* .top-news
------------------------------------*/
.top-news .btn-link {
	margin: 30rem 0 0 -2rem;
}

/* .top-greeting
------------------------------------*/
.top-greeting {
	margin-bottom: 75rem;
	opacity: 0;
}

.top-greeting .img {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 10rem;
	z-index: 1;
}

.top-greeting .img .mask {
	display: block;
	position: absolute;
	top: -35rem;
	left: 0;
	mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	-webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	width: 100%;
	height: 35rem;
	padding: 0;
}

.top-greeting .img .mask div {
	background: var(--bg-dark);
	width: 100%;
	height: 100%;
}

.top-greeting .img figure {
	width: 90rem;
	min-width: 90rem;
}

.top-greeting .img > div {
	padding: 3rem 0 0 19rem;
}

.top-greeting .img h3 {
	margin: 0 0 9rem -1rem;
	font-size: 14rem;
}

.top-greeting .img p {
	font-size: 12rem;
	line-height: 1.85;
	letter-spacing: 0.05em;
}

.top-greeting .txt {
	position: relative;
	margin-top: -60rem;
	padding-top: 60rem;
}

.top-greeting .txt h3 {
	margin: 0 0 16rem -1rem;
	font-size: 18rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

.top-greeting .txt p {
	margin-bottom: 18rem !important;
	letter-spacing: 0;
}

.top-greeting .hidden {
	overflow: hidden;
	height: 255rem;
}

.top-greeting .btn-link {
	margin: 32rem 0 0 -2rem;
}

/* .top-point
------------------------------------*/
.top-point {
	margin-bottom: 105rem;
}

.point-list {
	margin: -10rem 0 30rem;
}

.point-list dt {
	position: relative;
	margin-bottom: 21rem;
	padding-left: 16rem;
}

.point-list dt i {
	display: block;
	position: absolute;
	top: -12rem;
	left: 2rem;
	font-family: var(--font-serif-en);
	font-size: 10rem;
}

.point-list dt h3 {
	font-size: 17rem;
	line-height: 1.55;
	letter-spacing: 0.13em;
	font-feature-settings: 'palt' 1;
}

.point-list dd {
	margin-bottom: 65rem;
}

.point-list dd:last-of-type {
	margin-bottom: 0;
}

.point-list dd p,
.top-point > p {
	margin-bottom: 11rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	text-align: justify;
	font-feature-settings: 'palt' 1;
}

.point-list dd p br,
.top-point > p br {
	display: none;
}

.top-point .btn-link {
	margin: 26rem 0 0 -2rem;
}

/* .top-noukotsudan1
------------------------------------*/
.top-noukotsudan1 {
	margin-bottom: 120rem;
}

.top-noukotsudan1 > p.attention {
	font-size: 12rem;
}

.top-noukotsudan1 .dl-line {
	position: relative;
	margin: 55rem 0 0;
	padding: 0 0 0 18rem;
}

.top-noukotsudan1 .dl-line:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-text-line);
	width: 1rem;
	height: calc(100% - 2rem);
	opacity: 0.5;
}

.top-noukotsudan1 .dl-line dt {
	margin: 0 0 9rem -1rem;
	font-size: 14rem;
}

.top-noukotsudan1 .dl-line dd:not(:last-child) {
	margin-bottom: 24rem;
}

.top-noukotsudan1 .dl-line dd p {
	font-size: 12rem;
	line-height: 1.7;
}

.top-noukotsudan1 .box-list-wrap {
	overflow: hidden;
	height: 231rem;
	margin: 0 -32rem 0 calc(-1 * var(--copy-fix-width));
}

.top-noukotsudan1 .box-list {
	overflow-x: scroll;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 15rem;
	margin-top: 48rem;
	padding-left: var(--copy-fix-width);
	padding-right: 32rem;
	padding-bottom: 10rem;
	opacity: 0;
}

.top-noukotsudan1 .box-list h3 {
	margin-bottom: 5rem;
	font-family: var(--font-serif-en);
	font-size: 19rem;
	letter-spacing: 0.03em;
}

.top-noukotsudan1 p {
	text-align: justify;
	font-feature-settings: 'palt' 1;
}

.top-noukotsudan1 p br {
	display: none;
}

/* .top-noukotsudan2
------------------------------------*/
.top-noukotsudan2 {
	margin-bottom: 120rem;
}

.top-noukotsudan2 .box-list .inner {
	margin-bottom: 32rem;
	padding: 24rem 22rem 22rem;
}

.top-noukotsudan2 .box-list h3 {
	margin: 0 0 12rem -0.5rem;
	font-family: var(--font-serif-en);
	font-size: 17rem;
	letter-spacing: 0.05em;
}

.top-noukotsudan2 .box-list dl + p {
	margin-top: 12rem;
}

.top-noukotsudan2 .box-list p:has(+ .attention) {
	margin-bottom: 12rem;
}

.top-noukotsudan2 .box-list p.attention {
	font-size: 12rem;
}

/* .top-temple
------------------------------------*/
.top-temple {
	margin-bottom: 105rem;
}

.top-temple .temple,
.top-temple .temple.column2 .inner {
	margin-bottom: 65rem;
}

.top-temple .temple figure {
	margin: 0 -12rem 36rem -10rem;
}

.top-temple .temple h3 {
	margin-bottom: 19rem;
	margin-left: -1rem;
	font-size: 16rem;
	letter-spacing: 0.03em;
}

.top-temple .temple p {
	text-align: justify;
	font-feature-settings: 'palt' 1;
}

.top-temple .temple p br {
	display: none;
}

.top-temple .box {
	border: 1px solid var(--color-text-line);
	padding: 24rem 24rem 24rem;
}

.top-temple .box > p {
	margin-bottom: 8rem;
	line-height: 1.8;
}

.top-temple .box h3 {
	margin: 40rem 0 28rem 2rem;
	font-size: 14rem;
	letter-spacing: 0.02em;
	text-decoration: underline;
	text-decoration-color: var(--color-text-line);
	text-decoration-thickness: 0.5rem;
	text-underline-offset: 0.1em;
}

.top-temple .box .inner:first-of-type {
	margin-bottom: 22rem;
}

.top-temple .box h4 {
	margin: 0 0 10rem -1rem;
	font-size: 14rem;
}

.top-temple .box dl {
	margin: 0 0 3rem 1rem;
	font-size: 13rem;
	line-height: 1.7;
}

.top-temple .box dt {
	margin-bottom: -1rem;
	font-size: 11rem;
}

/* .top-flow
------------------------------------*/
.top-flow .title-v {
	margin-bottom: 60rem;
}

.top-flow dl {
	margin-bottom: 42rem;
}

.top-flow dt {
	position: relative;
	margin-bottom: 18rem;
}

.top-flow dt i {
	display: block;
	margin: 0 0 8rem 2rem;
	font-family: var(--font-serif-en);
	font-size: 12rem;
}

.top-flow dt h3 {
	font-size: 15rem;
	letter-spacing: 0.05em;
	font-feature-settings: 'palt' 1;
}

.top-flow dd {
	margin-bottom: 72rem;
}

.top-flow dd:last-of-type {
	margin-bottom: 0;
}

.top-flow dd .box {
	display: inline-block;
	border: 1px solid var(--color-text-line);
	margin-top: 6rem;
	padding: 22rem 22rem 16rem 22rem;
}

.top-flow dd .box h4 {
	margin: 0 0 10rem -1rem;
	font-size: 14rem;
}

.top-flow dd .box p {
	line-height: 1.8;
}

.top-flow dd p {
	letter-spacing: 0.01em;
	text-align: justify;
	font-feature-settings: 'palt' 1;
}

.top-flow dd p br {
	display: none;
}

.top-flow dd p:has(+ p.attention) {
	margin-bottom: 6rem;
}

.top-flow dd p.attention {
	margin-top: -5rem;
}

/* .top-outline
------------------------------------*/
.top-outline .map {
	position: relative;
	overflow: hidden;
	height: 160rem;
	margin: 45rem 0 32rem;
	filter: grayscale(100%);
}

.top-outline .map iframe.narrow {
	display: block !important;
}

.top-outline .map iframe {
	position: absolute;
	top: -150rem;
	left: 0;
	width: 100%;
	height: calc(100% + 300rem);
	z-index: 0;
}

.top-outline .inner {
	margin-bottom: 65rem;
}

.top-outline .inner:last-child {
	margin-bottom: 0;
}

.top-outline .inner h3 {
	margin-bottom: 20rem;
	font-size: 14rem;
	letter-spacing: 0.05em;
	font-feature-settings: 'palt' 1;
}

.top-outline .inner dl:not(:last-child) {
	margin-bottom: 19rem;
}

.top-outline .inner dt {
	margin: 0 0 8rem -8rem;
	font-size: 13rem;
	letter-spacing: 0.03em;
}

.top-outline .inner dd p {
	line-height: 1.8;
}

.top-outline .inner .dot-list {
	margin-top: -4rem;
}

.top-outline .inner .dot-list + p {
	margin: 16rem 0 0 16rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
	font-feature-settings: 'palt' 1;
}


/* page news
---------------------------------------------------------------------------*/
#newsContents .news-list article {
	margin-bottom: 21rem;
}