@charset "utf-8";

.margin_m1 {
	margin-top: -1px;
	margin-bottom: -1px;
}

.c-meta__item--author{
	display:none!important;	
}

.c-meta__item--categories{
	display:none!important;	
}

/*アイキャッチにマスク*/
.c-page-header:before {
	content: '';
	display: block;
	background-color: rgba(144, 238, 144, .4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.hover-dark {
	filter: brightness(100%);
	/* 明るさを通常に */
	transition: filter 0.3s ease;
	/* スムーズな変化 */
}

.hover-dark:hover {
	filter: brightness(70%);
	/* 明るさを少し暗くする */
}

#wpfront-scroll-top-container {
	filter: brightness(100%);
	/* 明るさを通常に */
	transition: filter 0.3s ease;
	/* スムーズな変化 */
}

#wpfront-scroll-top-container:hover {
	filter: brightness(70%);
	/* 明るさを少し暗くする */
}

.white-text {
	color: white;
	text-decoration: none;
}

.black-text {
	color: black;
	text-decoration: none;
}

.green-text {
	color: #53807f;
	text-decoration: none;
}

.green-text2 {
	color: #3eb685;
}

.green2-text {
	color: #3d903b;
	text-decoration: none;
}

.c-page-header__title {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.noUnderLine {
	text-decoration: none;
}

.text-black {
	color: black;
}

time {
	color: 5E9291;
}

.wp-element-caption-center {
	text-align: center;
	font-size: 20px;
}

.caption-center {
	text-align: center;
	font-size: 16px;
}

.margin-r-25 {
	margin-right: 25px;
}

.font-size-18 {
	font-size: 18px;
}

.top-button-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-button {
	width: 240px;
	height: 50px;
	border-radius: 50px;
	background-color: #0f50a0;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-button-190 {
	width: 190px;
	height: 50px;
	border-radius: 50px;
	background-color: #0f50a0;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-button-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.button-img {
	margin-right: 15px;
	width: 30px;
	height: 30px;
}

.button-img2 {
	margin-right: 15px;
	width: 18px;
	height: 18px;
}

.button-img3 {
	margin-right: 15px;
	width: 25px;
	height: 25px;
}


.button-img4 {
	margin-right: 15px;
	width: 25px;
	height: 25px;
}

.minus-top {
	margin-top: -50px !important;
}

.minus-btm40 {
	margin-bottom: -40px !important;
}

.width-800 {
	width: 800px;
}

.hover-underline:hover {
	text-decoration: underline;
}

.underline {
	color: white;
	text-decoration: underline;
}

.menu-hover {
	background-color: transparent;
	/* 初期状態で背景透明 */
	transition: background-color 0.3s ease;
	/* スムーズな変更のための効果 */
}

.menu-hover:hover {
	background-color: #ADD8E6;
	/* 薄い青のコード */
}

.margin-center {
	margin-right: auto;
	margin-left: auto;
}


/* スマホ用のスタイル */
@media screen and (max-width: 768px) {

	.none-phone {
		display: none !important;
	}

	.margin-top-5 {
		margin-top: 5% !important;
	}

	.l-header {
		background-color: white;
	}

	.c-drawer {
		background-color: white !important;
		color: black !important;
	}

	.menu-item {
		text-align: center !important;
	}

	.menu-center {
		text-align: center !important;
	}

	.margin-menu {
		margin-top: 25px;
	}

	.text-bottom {
		color: #5e9291;
		font-size: 25px;
		margin-top: -10px;
	}

	.c-hamburger-btn__bars {
		margin: 0 !important;
		width: 45px !important;
		height: 45px !important;
	}

	.c-entry {
		margin-top: 19px;
	}

	.size-phone {
		width: 70%;
	}

	.custom-logo {
		height: 45px !important;
		width: 245px !important;
	}

	.c-page-header {
		margin-top: 69.44px;
	}

	.none-phone {
		display: none !important;
	}

	.l-header {
		background-color: white;
	}

	.c-drawer {
		background-color: white !important;
		color: black !important;
	}

	.c-drawer__menu {
		font-size: 18px;
	}

	.menu-item {
		text-align: center !important;
	}

	.menu-center {
		display: flex;
		flex-direction: column;
		/* 縦積みに設定 */
		align-items: center;
		/* 水平方向の中央揃え */
		justify-content: center;
		/* 垂直方向の中央揃え */
	}

	.margin-menu {
		margin-top: 25px;
	}

	.text-bottom {
		color: #5e9291;
		font-size: 25px;
		margin-top: -10px;
	}

	.c-hamburger-btn__bars {
		margin: 0 !important;
		width: 45px !important;
		height: 45px !important;
	}

	.header-img {
		width: 25px;
		height: 19px;
		margin: auto;
	}

	.header-img2 {
		width: 30px;
		height: 30px;
		margin: auto;
	}

	.c-hamburger-btn__bars {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.top-button-mob {
		width: 200px;
		height: 45px;
		border-radius: 50px;
		font-size: 18px;
		background-color: #0f50a0;
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.text-top {
		font-size: 15px;
	}

	.phone-center {
		text-align: center;
	}
}

/* PC用のスタイル */
@media screen and (min-width: 1024px) {

	.top-img {
		position: relative;
	}

	.top-cal {
		position: absolute;
		bottom: 500px;
		right: 10px;
	}

	.l-2row-header {
		border-bottom: 1px solid lightgray;
	}

	.item-flex {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.c-navbar {
		display: flex;
		/* Flexboxを有効に */
		justify-content: space-between;
		/* 要素間のスペースを均等に */
		align-items: center;
		/* 縦方向の中央揃え */
		width: 100%;
		/* 必要に応じて幅を指定 */
	}

	.c-navbar__item {
		width: 16.6%
	}

	.menu-right {
		display: flex;
		/* Flexboxを有効に */
		justify-content: space-between;
		/* 要素間のスペースを均等に */
	}

	.btn-menu {
		margin-right: 30px;
	}

	.text-top {
		font-weight: bold;
	}

	.text-bottom {
		color: #5e9291;
		font-size: 25px;
	}

	.width-cal {
		width: 575px !important;
	}

	.none-desktop {
		display: none !important;
	}

	.header-center {
		text-align: center;
	}

	.fontsize-18 {
		font-size: 18px;
	}

	.c-section {
		padding-top: 0 !important;
	}

	.top-img {
		position: relative;
		margin-top: -50px;
	}

	.top-cal {
		position: absolute;
		right: 10px;
		bottom: 10px;
		width: 35%;
		min-width: 575px !important;
	}

	.l-2row-header {
		border-bottom: 1px solid lightgray;
	}

	.item-flex {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.c-navbar {
		display: flex;
		/* Flexboxを有効に */
		justify-content: space-between;
		/* 要素間のスペースを均等に */
		align-items: center;
		/* 縦方向の中央揃え */
		width: 100%;
		/* 必要に応じて幅を指定 */
	}

	.c-navbar__item {
		width: 16.6%
	}

	.menu-right {
		display: flex;
		/* Flexboxを有効に */
		justify-content: space-between;
		/* 要素間のスペースを均等に */
		align-items: center;
		/* 縦方向の中央揃え */
		justify-content: space-between;
		/* 要素間のスペースを均等に */
	}

	.btn-menu {
		margin-right: 30px;
	}

	.text-top {
		font-weight: bold;
	}

	.text-bottom {
		color: #5e9291;
		font-size: 25px;
	}

	.none-desktop {
		display: none !important;
	}

	.header-center {
		text-align: center;
	}

	.fontsize-18 {
		font-size: 16px;
	}

	.header-item {
		display: flex;
		width: 200px;
	}

	.virtical-center {
		margin-top: auto;
		margin-bottom: auto;
	}

	.margin-top-3 {
		margin-top: 3px;
	}

	.guide-icon {
		width: 300px;
	}

	.padding-greeting {
		padding-left: 300px !important;
		padding-right: 300px !important;
	}

}

/* タブレット用のスタイル */
@media screen and (max-width: 1023px) and (min-width: 769px) {

	.margin-top-5 {
		margin-top: 2% !important;
	}

	.l-header {
		background-color: white;
	}

	.c-drawer {
		background-color: white !important;
		color: black !important;
	}

	.menu-item {
		text-align: center !important;
	}

	.menu-center {
		text-align: center !important;
	}

	.margin-menu {
		margin-top: 25px;
	}

	.text-top {}

	.text-bottom {
		color: #5e9291;
		font-size: 25px;
		margin-top: -10px;
	}

	.c-hamburger-btn__bars {
		margin: 0 !important;
		width: 45px !important;
		height: 45px !important;
	}

	.custom-logo {
		height: 45px !important;
		width: 245px !important;
	}

	.c-entry {
		margin-top: 19px;
	}

	.none-tablet {
		display: none !important;
	}

	.margin-top-5 {
		margin-top: 2% !important;
	}

	.l-header {
		background-color: white;
	}

	.c-drawer {
		background-color: white !important;
		color: black !important;
	}

	.menu-item {
		text-align: center !important;
	}

	.menu-center {
		text-align: center !important;
	}

	.margin-menu {
		margin-top: 25px;
	}

	.text-bottom {
		color: #5e9291;
		font-size: 25px;
		margin-top: -10px;
	}

	.c-hamburger-btn__bars {
		margin: 0 !important;
		width: 45px !important;
		height: 45px !important;
	}

	.c-hamburger-btn__bars {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.top-button-mob {
		width: 180px;
		height: 45px;
		border-radius: 50px;
		background-color: #0f50a0;
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.menu-center {
		display: flex;
		flex-direction: column;
		/* 縦積みに設定 */
		align-items: center;
		/* 水平方向の中央揃え */
		justify-content: center;
		/* 垂直方向の中央揃え */
	}

	.phone-center {
		text-align: center;
	}

	.phone-center2 {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.size-phone {
		width: 70%;
	}

	.c-page-header {
		margin-top: 69.44px;
	}
}