@charset 'utf-8';



body.fixed #upper {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

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

	#upper {
		border-bottom-color: rgba(44,59,135,.2);
	}

	body.nosticky #upper {
		box-shadow: none;
	}
}



#mainvisual {
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
}

#mainvisual > .inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	position: relative;
}

#keyvisual {
	width: 100%;
	background-image: url(../image/portal/keyvisual.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 130%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#promotion {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 10;
}

#pr_media {
	width: 100%;
/* 	max-width: 720px; */
	margin: 0 auto;
	padding-top: 130%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#tagline {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#tagline .cover {
	padding: 30px;
	color: #fff;
	background: rgba(0,0,0,.3);
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

#tagline h1 {
	margin-bottom: .5em;
	font-size: 5.5vw;
	font-weight: 700;
	line-height: 1.4;
}

#tagline h1 span {
	display: inline-block;
/* 	letter-spacing: .2em; */
}

#tagline p {
	font-size: 4vw;
	font-weight: 700;
	line-height: 1.5;
}

/* 
#tagline p:not(:last-child) {
	margin-bottom: 1.5em;
}
 */

#tagline p span {
	display: inline-block;
}

#tagline p br {
	display: none;
}

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

	#keyvisual {
	}

	#promotion .line span {
		transform: scale(1.4) translate(-25%, -20%);
	}

	#pr_media {
		padding-top: 90%;
	}

	#tagline .cover {
	}

	#tagline h1 {
		font-size: 24px;
	}

	#tagline p {
		font-size: 16px;
	}
}

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

	#keyvisual {
	}

	#pr_media {
		padding-top: 75%;
	}
}

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

	#keyvisual {
	}

	#pr_media {
		padding-top: 60%;
	}

	#tagline p br {
		display: inline;
	}
}

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

	#mainvisual {
		margin-top: 320px;
	}

	#keyvisual {
		background-size: cover;
	}

	#pr_media {
		padding-top: 50%;
	}

	#tagline .cover {
	}
}

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

	#keyvisual {
		padding-top: 600px;
	}

	#tagline h1 {
		font-size: 30px;
	}

	#tagline p {
	}
}


body.safearea .presentation > .inner > .brick {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}


.presentation h1.markline,
.presentation h2.markline {
	display: block;
	padding: 0;
	font-size: 2.4em;
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	line-height: 1.4;
}

.presentation h1.markline span,
.presentation h2.markline span {
	display: block;
	padding: .2em .5em;
	border-left: 5px solid #cbad00;
}

.presentation h1.markline.center,
.presentation h2.markline.center {
	text-align: center;
}

.presentation h1.markline.center span,
.presentation h2.markline.center span {
	display: inline-block;
}

.presentation .column {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}

.presentation .chapter:not(:last-child) {
	margin-bottom: 3em;
}


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

	.presentation .column {
		max-width: none;
	}
}



.profile {
	max-width: 800px;
	margin: 0 auto;
/* 
	font-size: 1rem;
	line-height: 1.6;
 */
}

.profile .message {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.profile .message:not(:last-child) {
	margin-bottom: 1.5em;
}

.profile .foto {
	width: 50%;
	margin-bottom: 2em;
}

.profile .foto span {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
}

.profile .foto img {
	width: 100%;
	height: auto;
}

.profile .sentence {
	width: 100%;
	color: #000;
}

.profile .sentence p:not(:last-child) {
	margin-bottom: 1.5em;
}

.profile .signature p {
/* 	font-size: 1.2em; */
	text-align: right;
}

/* 
.profile .signature p span {
	font-size: .75em;
}
 */

.profile .signature p strong {
	font-weight: normal;
	white-space: nowrap;
}

@media only screen and (min-width: 481px) {
}

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

	.profile {
	}

	.profile .message {
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.profile .foto {
		width: 30%;
		margin: 0;
	}

	.profile .sentence {
		width: 70%;
		padding-left: 4%;
	}
}



#about-us {
	width: 100%;
	background-color: #fff;
	position: relative;
}

#about-us .column {
	width: 100%;
}

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

	#about-us .column {
		width: 50%;
	}

	#about-us .column .media {
		height: 100%;
	}

	#about-us .column .media figure {
		padding: 0;
		height: 100%;
	}

	#about-us .column .media figure > span {
		display: block;
		width: auto;
		height: 100%;
		transform: translateX(-50%);
		position: absolute;
		top: 0;
		left: 50%;
	}

	#about-us .column .media figure img {
		display: block;
		width: auto;
		height: 100%;
	}
}



#pray {
	width: 100%;
	background-color: #000;
	color: #fff;
	position: relative;
}

#pray .servicelist h3 {
	margin-bottom: .5em;
	font-size: 2.4em;
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	text-align: left;
}

#pray .servicelist .enclosed .itemprice {
	font-size: 1.2em;
	line-height: 1.4;
}

#pray .servicelist .enclosed .itemprice p {
	margin-bottom: 0;
}



#event {
	width: 100%;
	border-bottom: 1px solid #000;
	background-color: #fff;
	position: relative;
}

#event .column {
	width: 100%;
}

#event .eventtbl table {
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

#event .eventtbl table tbody th {
	text-align: left;
	white-space: nowrap;
}

#event .eventtbl table tbody th {
	text-align: left;
	white-space: nowrap;
}

#event .eventtbl table th,
#event .eventtbl table td {
	border: none;
}

#event .eventtbl table thead th {
	border-bottom: 1px solid #000;
}

#event .eventtbl table th:first-child {
	border-right: 1px solid #000;
}


#event .photogallery {
	display: flex;
	flex-wrap: wrap;
}

#event .photogallery .media {
	width: 50%;
	margin: 0;
	padding: 1%;
}

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

	#event .column {
		width: 50%;
	}
}



#about-branch {
	width: 100%;
	background-color: #fff;
	position: relative;
}

#about-branch.presentation > .inner {
	max-width: none;
	padding: 0;
}

body.safearea .presentation > .inner > .brick {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#about-branch.presentation .girdblock {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 25px;
	position: relative;
}

body.safearea #about-branch.presentation .girdblock {
	padding-left: calc(env(safe-area-inset-left) + 25px);
	padding-right: calc(env(safe-area-inset-right) + 25px);
}

#about-branch.presentation > .inner > .brick:nth-child(2) {
	background: #7a6a56;
	color: #fff;
}

#about-branch .headerlogo {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

#about-branch .servicelist .item {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#about-branch .columns:nth-child(3) {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#about-branch .columns .profile {
	height: 100%;
}

#about-branch .columns .profile .message {
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

#about-branch .columns .profile .foto {
	width: 50%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#about-branch .servicelist h3 {
	margin-bottom: .5em;
	font-size: 2.2em;
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	text-align: left;
}

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

	#about-branch .servicelist .item {
		width: 50%;
	}
}

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

	#about-branch .girdblock .columns:not(:last-child) {
		margin-bottom: 0;
	}
}

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

	#about-branch.presentation > .inner {
		padding: 0;
	}

	#about-branch.presentation .girdblock {
		padding: 60px 30px;
	}

	body.safearea #about-branch.presentation .girdblock {
		padding-left: calc(env(safe-area-inset-left) + 30px);
		padding-right: calc(env(safe-area-inset-right) + 30px);
	}

	#about-branch .column {
		width: 50%;
	}

	#about-branch .columns:nth-child(2) .column:nth-child(1) {
		order: 2;
	}

	#about-branch .columns:nth-child(3) .column:nth-child(2) {
		order: 1;
	}

	#about-branch .columns .profile .foto {
		width: 55%;
		margin-left: auto;
		margin-right: 0;
	}

	#about-branch .servicelist .item {
		width: 25%;
	}
}



#bureau {
/* 	border-top: 1px solid #717171; */
	background: #fff;
	position: relative;
}

#bureau > .inner {
	border-top: none;
}

#bureau .blockheader .label {
	font-size: 34px;
}

#bureau .btnarea a {
	color: #c30d23;
}

#information .articlelistblock {
	max-width: 940px;
}



#access > .inner {
	border-top: 1px solid #717171;
	background: #fff;
	padding: 30px 0;
	position: relative;
}

body.safearea #access > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

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

	#access > .inner {
		padding: 50px 30px;
	}
}
