/* --------------top_image-------------- */
.top_image {
	width: 100%;
}
.top_image img {
	width: 100%;
	height: auto;
}
/* --------------section-intro-------------- */
#intro h2 {
	margin: 0 0 10px 0;
	text-align: center;
	color: #10318e;
	font-size: 24px;
	font-weight: 700;
}
#intro h3 {
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: 400;
}
#intro span {
	display: inline-block;
}
/* --------------section-servicemenu-------------- */
#servicemenu table {
	margin: 60px 0 0 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
}
#servicemenu table th {
	background: #14348c;
	margin: 0 auto;
	padding: 15px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
}
#servicemenu table thead tr th {
	border-radius: 10px 10px 0 0;
}
#servicemenu table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
#servicemenu table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
#servicemenu table tr td:first-child {
	border-left: 1px solid #14348c;
}
#servicemenu table td {
	background: url("../images/arrow_b.png") no-repeat 95% center #ffffff;
	margin: 0 auto;
	width: 50%;
	background-size: 7px;
	text-align: center;
	border-right: 1px solid #14348c;
	border-bottom: 1px solid #14348c;
}
#servicemenu table td a {
	width: 100%;
	color: #14348c;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	display: flex;
	padding: 12px;
}
#servicemenu table span {
	font-size: 80%;
}
/* 750px以下のスタイル */
@media screen and (max-width: 750px) {
	#servicemenu ul {
		width: 100%;
	}
	#servicemenu ul li {
		flex: 0 1 calc(50% - 5px); /* すべて同じ幅 */
	}
}
/* --------------section-newkeeper-------------- */
#newkeeper {
	background: #14348c url("../images/newkeeper_bg.webp") no-repeat 100% 100%;
	background-size: contain;
	text-align: center;
}
#newkeeper h2 {
	position: relative;
	background-color: #ffff02;
	border-radius: 50px;
	margin: 10px auto 30px auto;
	padding: 10px 20px 10px 50px;
	display: inline-block;
	text-align: center;
	color: #14348c;
}
#newkeeper .newkeeper_icon {
	position: absolute;
	top: -10px;
	left: 10px;
}
#newkeeper ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}
#newkeeper ul li {
	background: url("../images/arrow_b.png") no-repeat 95% center #fff;
	background-size: 7px;
	flex: 1 0 49%; /* 2列のレイアウト */
	border-radius: 5px;
	list-style: none;
}
#newkeeper ul li a {
	display: flex;
	width: 100%;
	height: 60px;
	color: #14348c;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
}
/* 750px以下のスタイル */
@media screen and (max-width: 750px) {
	#newkeeper ul {
		flex-direction: column;
		width: 100%;
	}
	#newkeeper ul li {
		width: 80%;
		margin: 0 auto;
	}
}
/* --------------section-banner1-------------- */
#banner1 .price_list {
	text-align: center;
	width: 100%;
}
#banner1 .price_list img {
	width: 100%;
	max-width: 350px;
	height: auto;
}
#banner1 .under_banner {
	position: relative;
	width: 100%;
}
#banner1 .under_banner img {
	position: relative;
	max-width: 100%;
	height: auto;
}
#banner1 h3 {
	position: absolute;
	top: 0;
	left: 36%;
}
#banner1 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
}
#banner1 ul li {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	flex: 1 0 47%;
	list-style: none;
	min-height: 130px; /* 高さを適宜調整 */
	padding: 0;
}
#banner1 p {
	margin: 5px 0 40px 0;
	text-align: center;
}
.single_bannerimg{
	width: 100%;
    margin: 5px 0 0 0;
	text-align: center;
}
.single_bannerimg img{
	width: 49%;
}
/* 750px以下のスタイル */
@media screen and (max-width: 750px) {
	#banner1 ul {
		flex-direction: column;
		width: 100%;
		padding-bottom: 25px;
		gap: 0px; 
	}
	#banner1 ul li {
		width: 100%;
		margin: 0 auto -15px auto;
	}
	#banner1 h3 {
		top: 10px;
		left: 42%;
	}
	.single_bannerimg img{
	width: 100%;
}
}
/* --------------section-choice-------------- */
#choice h2 {
	margin: 0 0 5px 0;
	text-align: center;
	color: #14348c;
}
#choice h3 {
	background-color: #e51a25;
	border-radius: 50px;
	margin: 0 auto 20px auto;
	padding: 7px;
	width: 335px;
	text-align: center;
	color: #ffffff;
}
#choice h3 span {
	margin: 0 0 0 5px;
	font-size: 26px;
	color: #f5ea23;
}
#choice h4 {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
	display: flex;
	align-items: center;
}
#choice h4 span {
	margin: 0 10px 0 0;
	font-size: 40px;
	color: #14348c;
}
#choice li {
	display: flex;
	margin: 0 0 30px 0;
	align-items: center;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}
#choice .text {
	flex: 1 0 60%;
	margin: 0;
	padding: 0;
}
#choice .image {
	flex: 0 0 37%;
	margin: 0 auto;
	padding: 0;
}
#choice .image img {
	max-width: 100%;
	height: auto;
}
/* 750px以下で縦並び */
@media screen and (max-width: 750px) {
	#choice li {
		flex-direction: column;
	}
	#choice h4 span {
		font-size: 30px;
	}
	#choice .image {
		display: flex;
		justify-content: center;
	}
	#choice .image img {
		max-width: 70%;
	}
}
/* --------------section-construction-------------- */
#construction article {
	padding: 0 30px 40px 30px;
	border-radius: 10px;
	background-color: #14348c;
	width: 100%;
}
#construction h2 {
	margin: 0 auto 20px auto;
	padding: 30px 0 5px 0;
	width: 300px;
	border-bottom: 2px solid #ffffff;
	text-align: center;
	color: #ffffff;
}
#construction .sub_box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#construction .sub_box a {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	flex: 2 0 48%;
	list-style: none;
}
#construction .sub_box a img {
	max-width: 100%;
	height: auto;
}
/* 750px以下のスタイル */
@media screen and (max-width: 750px) {
	#construction .sub_box {
		flex-direction: column;
	}
}
/* --------------section-facility-------------- */
#facility {
	background-color: #f4f4f4;
}
#facility h2 {
	margin: 0 auto 20px auto;
	padding: 30px 0 5px 0;
	width: 300px;
	border-bottom: 2px solid #14348c;
	text-align: center;
	color: #14348c;
}
#facility .sub_box {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0 auto;
	padding: 0;
	max-width: 730px;
}
#facility article {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	flex: 2 0 48%;
	list-style: none;
}
#facility article img {
	max-width: 100%;
	height: auto;
}
#facility h3 {
	background: #14348c;
	padding: 10px 0;
	color: #ffffff;
	width: 100%;
	text-align: center;
}
/* 750px以下で縦並び */
@media screen and (max-width: 750px) {
	#facility .sub_box {
		flex-direction: column;
	}
}
/* --------------section-case-------------- */
#case h2 {
	margin: 0 auto 20px auto;
	padding: 30px 0 5px 0;
	width: 300px;
	border-bottom: 2px solid #14348c;
	text-align: center;
	color: #14348c;
}
#case .sub_box {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 auto 20px auto;
	padding: 0;
	max-width: 730px;
}
#case article {
	display: flex;
	flex-direction: column;
	padding: 0 0 5px 0;
	flex: 1 0 31%;
	border-radius: 5px;
	border: 1px solid #bebcbc;
	list-style: none;
}
#case article p {
	margin: 0 5px;
}
#case article .icon {
	margin: 10px 5px 5px 5px;
	display: flex;
	align-items: center;
}
.confirm__item_icon {
	margin-left: 10px;
	font-weight: 700;
}
#case article .icon img {
	max-width: auto;
	height: 30px;
}
#case h3 {
	background: #14348c;
	padding: 10px 0;
	color: #ffffff;
	width: 100%;
	text-align: center;
}
#case .image {
	/*	overflow: hidden;
	position: relative;
	width: 100%;*/
	height: 180px; /* 必要に応じて高さを調整 */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#case .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	/*	position: absolute; 
	top: 50%;
	left: 50%; 
	transform: translate(-50%, -50%);*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#case .link-container {
	background: url("../images/arrow_w.png") no-repeat 95% center #14348c;
	background-size: 7px;
	border-radius: 50px;
	margin: 0 auto 20px auto;
	width: 200px;
	text-align: center;
}
#case .link-container a {
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}
/* 750px以下で縦並び */
@media screen and (max-width: 750px) {
	#case .sub_box {
		flex-direction: row; /* 2列のために並べる方向をrowに変更 */
	}
	#case article {
		flex: 1 0 47%; /* 2列表示なので各アイテム幅を48%に設定 */
	}
}
/* --------------section-staff-------------- */
#staff {
	background: #14348c;
}
#staff article {
	text-align: center;
}
#staff article p {
	font-weight: 700;
	font-size: 22px;
	color: #ffffff;
}
#staff .link-container {
	background: url("../images/arrow_b.png") no-repeat 95% center #ffff02;
	background-size: 7px;
	border-radius: 50px;
	margin: 20px auto;
	width: 200px;
	text-align: center;
}
#staff .link-container a {
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	color: #14348c;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}
#staff .sub_box {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 730px;
}
#staff article {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1 0 48%;
	list-style: none;
	box-sizing: border-box;
}
#staff article:nth-child(1) {
	flex: 1 0 65%;
}
#staff article:nth-child(2) {
	flex: 1 0 35%;
	padding: 0 0 0 20px;
}
#staff article img {
	max-width: 100%;
	height: auto;
}
/* 750px以下で縦並び */
@media screen and (max-width: 750px) {
	#staff .sub_box {
		padding: 0;
		flex-direction: column;
	}
	#staff article {
		flex: 1 0 100%;
	}
	#staff article p {
		margin: -40px 0px -5px 0px;
	}
}
/* --------------section-banner2-------------- */
#banner2 .sub_box {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#banner2 .sub_box a {
	display: block;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 0 48%;
	list-style: none;
}
#banner2 .sub_box a img {
	width: 100%;
	max-width: 350px;
	height: auto;
}
/* 750px以下のスタイル */
@media screen and (max-width: 750px) {
	#banner2 .sub_box {
		flex-direction: column;
	}
}
/* --------------section-FAQ-------------- */
#faq h2 {
	margin: 0 auto 20px auto;
	padding: 30px 0 5px 0;
	width: 300px;
	border-bottom: 2px solid #14348c;
	text-align: center;
	color: #14348c;
}
#faq dl {
	width: 100%;
	margin: 0 auto 20px auto;
}
#faq dt {
	background: url("../images/arrow_down.png") no-repeat 98% center;
	background-size: 18px;
	transition: background 0.3s ease;
	padding: 10px 50px 20px 10px;
	cursor: pointer;
	margin-top: 5px;
	display: flex;
	align-items: center;
	font-weight: 700;
}
#faq dt.open {
	background: url("../images/arrow_up.png") no-repeat 98% center;
	background-size: 18px;
}
#faq dd {
	max-height: 0;
	border-bottom: 2px solid #ddd;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
	margin: 0;
	padding: 0 30px 0 30px;
	display: flex;
	align-items: center;
}
#faq dd.open {
	max-height: 200px; /* 適当な最大値（十分大きめに設定） */
	padding: 0 30px 20px 30px;
	border-bottom: 2px solid #ddd;
}
#faq img {
	margin-right: 10px;
}
#faq strong {
	display: inline;
}
#faq .link-container {
	background: url("../images/arrow_w.png") no-repeat 95% center #14348c;
	background-size: 7px;
	border-radius: 50px;
	margin: 0 auto 20px auto;
	width: 200px;
	text-align: center;
}
#faq .link-container a {
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}

/* --------------WEBで予約ボタン-------------- */

.web_reserve_index {
	background: none;
	background-size: 100vw;
	background-position: bottom;
	margin: -40px 0 0 0;
	padding: 40px 0 0 0;
}
.web_reserve_index .web_reserve_button {
	background-image: linear-gradient(0deg, rgba(248, 178, 59, 1) 10%, rgba(253, 254, 31, 1) 90%);
	margin: 0 auto 80px auto;
	border-radius: 8px;
	list-style: none;
	border: 3px solid #3c5fa9;
	max-width: 600px;
}
.web_reserve_index .web_reserve_button a {
	display: flex;
	width: 100%;
	height: 60px;
	color: #14348c;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 20px;
	flex: 0 1 calc(50% - 5px);
	background: url("../images/arrow_b.png") no-repeat 95% center;
	background-size: 7px;
}
/* 750px以下のスタイル */
@media screen and (max-width: 750px) {
	.web_reserve_index .web_reserve_button {
		background-image: linear-gradient(0deg, rgba(248, 178, 59, 1) 10%, rgba(253, 254, 31, 1) 90%);
		margin: 0 auto 80px auto;
		border-radius: 8px;
		list-style: none;
		border: 3px solid #3c5fa9;
		width: 80%;
	}
}


/* 0808追加 */

/* --------------section-add-------------- */
.add img{
	max-width: 100%;
}