﻿/*
html {
  scroll-behavior: smooth;
}
*/

body {
	font-family: "リュウミン R-KL", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	/*font-family: "新ゴ R", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "リュウミン R-KL", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	/*font-family: "新ゴ R", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

/*-------------------------------------------------------------------------*/
/* アイキャッチ */
/*-------------------------------------------------------------------------*/
.icat {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.icat-overlay {
	position: absolute;
	top: 72%;
	left: 55%;
	margin-right: -55%;
	transform: translate(-50%, -50%);
}

.icat-overlay2 {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.icat-overlay-lg {
	position: absolute;
	top: 45%;
	left: 15%;
}

/*-------------------------------------------------------------------------*/
/* スマホの横スクロール防止 */
/*-------------------------------------------------------------------------*/
.xscroll-hidden {
	overflow: hidden;
}

/*-------------------------------------------------------------------------*/
/* 未使用 */
/*-------------------------------------------------------------------------*/
.display-4 {
	font-size: 2.5rem;
}

@media (min-width: 768px) {
	.display-4 {
		font-size: 3rem;
	}
}

@media (min-width: 768px) {
	.h-md-230 {
		height: 230px;
	}
}

/*-------------------------------------------------------------------------*/
/* お知らせ他 */
/*-------------------------------------------------------------------------*/
.main-post {
	margin-bottom: 2rem;
}

.main-post-title {
	/*margin-bottom: .25rem;*/
	font-size: 1.8rem;
}

.main-post-meta {
	margin-bottom: 0.25rem;
	/*color: #727272;*/
}

.main-post h3 {
	padding-left: 0.9rem;
	font-size: 1rem;
}

@media (max-width: 768px) {
	.main-post h3 {
		padding-left: 0.6rem;
		font-size: 1rem;
	}
}

.main-post P {
	font-size: 0.9rem;
	padding-left: 0.9rem;
	padding-right: 1.5rem;
}

@media (max-width: 768px) {
	.main-post P {
		font-size: 0.9rem;
		padding-left: 0.9rem;
		padding-right: 1.0rem;
	}
}

/* ボタン */
.main-pagination {
	margin-bottom: 2rem;
	text-align: center;
}

.main-pagination>.btn {
	border-radius: 2rem;
}


/*-------------------------------------------------------------------------*/
/* フッター */
/*-------------------------------------------------------------------------*/
.common-footer {
	padding: 2.5rem 0;
	color: #727272;
	background-color: #f9f9f9;
	border-top: .05rem solid #e5e5e5;
}

/*-------------------------------------------------------------------------*/
/* ページトップへ */
/*-------------------------------------------------------------------------*/
#page_top {
	width: 90px;
	height: 90px;
	position: fixed;
	right: 0;
	bottom: 50px;
	opacity: 0.6;
}

#page_top a {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	text-decoration: none;
}

#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #030364;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -40px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_top a::after {
	content: 'PAGE TOP';
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color: #030364;
}