@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
/* お知らせ */
#top_info {
	padding-bottom: 150px;
}
#top_info::before {
	background: url("../img/top/bg01.png") no-repeat top right/100%;
	width: 20vw;
	height: 20vw;
	left: auto;
	right: 0;
	top: 50px;
}
#top_info #news_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 340px);
}
#top_info .box {
	position: relative;
}
#top_info .box a {
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(234,51,65,0.2);
	width: 340px;
	padding: 35px;
	box-sizing: border-box;
	height: 100%;
}
#top_info .box a:hover {
	opacity: 1;
	background: #f499a0;
	box-shadow: none;
}
#top_info .box a .maru_top::before,#top_info .box a .maru_top::after,#top_info .box a .maru_bottom::before,#top_info .box a .maru_bottom::after {
	content: "";
	background: #fef5f6;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
}
#top_info .box a .maru_top::before {
	top: 15px;
	left: 15px;
}
#top_info .box a .maru_top::after {
	top: 15px;
	right: 15px;
}
#top_info .box a .maru_bottom::before {
	bottom: 15px;
	left: 15px;
}
#top_info .box a .maru_bottom::after {
	bottom: 15px;
	right: 15px;
}
#top_info .box a .img {
	background: rgba(254,245,246,0.5);
	text-align: center;
}
#top_info .box a .img img {
	height: 258px;
	width: auto;
	object-fit: cover;
}
#top_info .box a .img .dummy {
	height: 258px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_info .box a .img .dummy img {
	width: 90%;
	height: auto;
}
#top_info .box a dt {
	color : #9B8385;
}
#top_info .box a dd {
	text-decoration: underline;
}
.bg_img01 {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
.bg_img01 img {
	width: 100%;
}
	@media only screen and (max-width: 1150px) {
		.bg_img01 {
			margin-left: -25px;
		}
	}
#top_contents::before {
	background: #fff;
}
#top_contents h3.sub02 {
	margin-top: -130px;
}
#top_contents  .box {
	width: 520px;
	position: relative;
	border-radius: 20px;
	z-index: 1;
}
#top_contents  .box::before {
	content: "";
	background: #fef5f6;
	border-radius: 20px;
	width: 100%;
	height: calc(100% - 100px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#top_contents  .box .img {
	width: 470px;
	margin: 0 auto;
	position: relative;
}
#top_contents  .box .img::before {
	content: "";
	background: url("../img/top/icon03.png") no-repeat center/100%;
	width: 125px;
	height: 125px;
	position: absolute;
	bottom: -50px;
	right: 15px;
	z-index: 2;
}
#top_contents  .box .img img {
	border-radius: 20px;
}
#top_contents  .box .txt_box {
	padding: 25px;
}
#top_contents  .box .txt_box .ttl {
	font-weight : 800;
	font-size : 38px;
	color : #EA3341;
	font-family: var(--font-round);
	margin-bottom: 0;
}
#top_contents  .box .txt_box .ttl .fs {
	font-size: 28px;
}
#top_contents  .box .txt_box .sub {
	font-family: var(--font-round);
	font-size : 30px;
	font-weight: 500;
	line-height: 1.5em;
}
#top_contents  .box .txt_box .waku {
	display: inline-block;
	background: #ea3341;
	padding: 5px 20px;
	border-radius: 10px;
	font-size : 26px;
	color: #fff;
	white-space: nowrap;
}
#top_contents  .box .txt_box .waku .maru {
	position: relative;
	font-size : 26px;
	color : #38080C;
	font-weight: 800;
	margin: 0 15px;
	z-index: 0;
}
#top_contents  .box .txt_box .waku .maru::before {
	content: "";
	background: #fff;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
#top_contents::after {
	background: url("../img/top/bg01-02.png") no-repeat bottom left/100%;
	width: 20vw;
	height: 25vw;
	top: auto;
	left: 0;
	bottom: -100px;
	z-index: -1;
}
#top_about {
	position: relative;
}
#top_about::before {
	background: url("../img/top/bg04.jpg") no-repeat top right/100%;
	width: 35vw;
	height: 35vw;
	left: auto;
	right: 0;
}
#top_about .box {
	position: relative;
	margin-bottom: 50px;
}
#top_about .box .img_box {
	width: 45%;
	position: absolute;
}
#top_about .box .bg_img {
	position: absolute;
	top: -120px;
	left: 0;
	width: 40vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
}
	@media only screen and (max-width: 1150px) {
		#top_about .box .bg_img {
			margin-left: -25px;
		}
	}
#top_about .box .bg_img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 0 0 30px 0;
	object-position: 50% 80%;
}
#top_about .box .img_box .map {
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	margin-top: 220px;
}
#top_about .box .img_box .map iframe {
	width: 100%;
	height: 310px;
	border: none;
	display: block;
}
#top_about .box .txt_box {
	width: 50%;
	margin-left: auto;
}
#top_about .box .txt_box h3.sub span {
	font-size: 36px;
	color: #38080c;
}
#top_about .box .txt_box dl {
	background: #fff;
	padding: 15px 15px 15px 0;
	margin-bottom: 15px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	display: flex;
}
#top_about .box .txt_box dl::before {
	content: "";
	background: #ea3341;
	position: absolute;
	width: 22px;
	height: 22px;
	top: 18px;
	left: -11px;
	border-radius: 50%;
}
#top_about .box .txt_box dt {
	width: 22%;
	padding-left: 20px;
}
#top_about .box .txt_box dd {
	width: 78%;
}
#top_about .box .txt_box a {
	text-decoration: underline;
}
#top_about .box02 {
	position: relative;
	margin-bottom: 50px;
}
#top_about .box02 .txt_box {
	width: 680px;
}
#top_about .box02 .bg_img {
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	width: 35vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
	@media only screen and (max-width: 1150px) {
		#top_about .box02 .bg_img {
			margin-right: -25px;
		}
	}
#top_about .box02 .bg_img img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 30px 0 0 0;
}
#top_about .box02 .txt_box .txt_in {
	background: #fff;
	padding: 25px 30px;
	border-radius: 10px;
	position: relative;
}
#top_about .box02 .txt_box .txt_in li {
	position: relative;
	padding-left: 15px;
	line-height : 36px;
}
#top_about .box02 .txt_box .txt_in li::before {
	content: "";
	background: #ea3341;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	left: 0;
}
#top_about .box02 .txt_box .txt_in li b {
	font-size: 115%;
	font-weight: 600;
}
#top_about .box02 .txt_box .txt_in .img {
	position: absolute;
	bottom: 10px;
	right: 25px;
}
#top_about .box02 .txt_box .txt_in .img img {
	width: 125px;
	height: 125px;
}
#contact::before {
	background: url("../img/top/bg04-02.jpg") no-repeat bottom left/100%;
	width: 35vw;
	height: 35vw;
	top: auto;
	bottom: 0;
	left: 0;
}
#contact h3 {
	background: #ea3341;
	display: inline-block;
	font-size : 56px;
	color : #fff;
	font-family: var(--font-round);
	padding: 10px 30px;
	border-radius: 50px 50px 0 0;
}
#contact .box {
	border: 2px solid #ea3341;
	border-radius: 50px;
	background: #fff;
	padding: 50px;
	width: 1000px;
	margin: 0 auto;
}
#contact .box .txt a {
	text-decoration: underline;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_info {
		padding-bottom: 60px;
	}
	#top_info::before {
		width: 25vw;
		height: 25vw;
		top: 10px;
	}
	#top_info::after {
		width: 25vw;
		height: 25vw;
		bottom: 0;
	}
	#top_info #news_list {
		display: flex;
		flex-wrap: wrap;
	}
	#top_info .box {
		width: 48%;
		margin-bottom: 50px;
	}
	#top_info .box a {
		width: 100%;
	}
	#top_contents h3.sub02 {
		margin-top: -80px;
	}
	#top_contents .box {
		width: 48%;
	}
	#top_contents .box .img {
		width: 90%;
	}
	#top_contents .box .img::before {
		width: 100px;
		height: 100px;
		bottom: -40px;
		right: 0;
	}
	#top_contents .box .txt_box {
		padding: 15px;
	}
	#top_contents .box .txt_box .ttl {
		font-size: 28px;
	}
	#top_contents .box .txt_box .sub {
		font-size: 20px;
		font-family: var(--font-sans);
	}
	#top_contents .box .txt_box .waku {
		font-size: 20px;
	}
	#top_contents .box .txt_box .waku .maru {
		font-size: 20px;
		margin: 0 10px;
	}
	#top_contents .box .txt_box .waku .maru::before {
		width: 30px;
		height: 30px;
	}
	#top_about .box .txt_box h3.sub span {
		font-size: 20px;
	}
	#top_about .box .bg_img {
		top: -50px;
	}
	#top_about .box .img_box .map {
		margin-top: 280px;
	}
	#top_about .box .txt_box dl {
		display: block;
	}
	#top_about .box .txt_box dt,#top_about .box .txt_box dd {
		width: 100%;
		padding-left: 20px;
	}
	#top_about .box .txt_box .rit {
		text-align: left;
	}
	#top_about .box02 {
		margin-bottom: 0;
	}
	#top_about .box02 .txt_box {
		width: 100%;
	}
	#top_about .box02 .txt_box .txt_in {
		padding: 15px;
	}
	#top_about .box02 .txt_box .txt_in .img {
		right: 15px;
	}
	#top_about .box02 .txt_box .txt_in .img img {
		width: 100px;
		height: 100px;
	}
	#top_about .box02 .bg_img {
		position: relative;
		margin-left: auto;
		margin-top: 30px;
		width: 65vw;
	}
	#top_about .box02 .bg_img img {
		height: 200px;
	}
	#contact h3 {
		font-size: 30px;
		border-radius: 30px 30px 0 0;
	}
	#contact .box {
		width: 90%;
		padding: 25px;
		border-radius: 30px;
	}
	#contact .box .txt {
		text-align: left;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_info::before {
		width: 35vw;
		height: 35vw;
	}
	#top_info .btn01 a {
		display: block;
		margin-left: auto;
	}
	#top_info .box {
		width: 100%;
		margin: 20px 0;
	}
	#top_info .box a {
		padding: 25px;
	}
	#top_info .box a .img img {
		height: 200px;
	}
	#top_info .box a .img .dummy {
		height: 150px;
	}
	#top_info .box a .img .dummy img {
		width: 80%;
	}
	#top_contents::after {
		width: 35vw;
		height: 36vw;
		bottom: 0;
	}
	#top_contents h3.sub02 {
		margin-top: -50px;
	}
	#top_contents .box {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_contents .box .img::before {
		width: 80px;
		height: 80px;
	}
	#top_contents .box .txt_box .ttl {
		font-size: 20px;
		font-family: var(--font-sans);
	}
	#top_contents .box .txt_box .ttl .fs {
		font-size: 70%;
	}
	#top_contents .box .txt_box .sub {
		font-size: 115%;
	}
	#top_contents .box .txt_box .waku {
		font-size: 115%;
	}
	#top_contents .box .txt_box .waku .maru {
		font-size: 110%;
	}
	#top_about::before {
		width: 45vw;
		height: 45vw;
	}
	#top_about .box {
		display: flex;
		flex-direction: column-reverse;
	}
	#top_about .box .img_box {
		width: 100%;
		position: relative;
	}
	#top_about .box  .bg_img {
		width: 80vw;
		top: 20px;
		position: relative;
	}
	#top_about .box  .bg_img img {
		height: 180px;
	}
	#top_about .box .txt_box {
		width: 100%;
	}
	#top_about .box .img_box .map {
		margin-top: 0;
	}
	#top_about .box .img_box .map iframe {
		height: 200px;
	}
	#top_about .box02 .txt_box .txt_in .img {
		bottom: -40px;
		right: 0;
	}
	#top_about .box02 .txt_box .txt_in .img img {
		width: 80px;
		height: 80px;
	}
	#top_about .box02 .bg_img {
		width: 80vw;
	}
	#contact .box {
		width: 100%;
		padding: 15px;
		border-radius: 15px;
	}
	#contact h3 {
		font-size: 20px;
		border-radius: 15px 15px 0 0;
	}
	#contact::before {
		width: 45vw;
		height: 45vw;
	}
}