@charset "utf-8";

/* ページ見せ方 */
#hero_Vis {
	width: 100%;
	margin-bottom: 80px;
	padding: 0 0 50px;
	background: linear-gradient(150deg, #e6f3ff 0%, #fffbdd 100%);
	box-sizing: border-box;
}

#hero_Vis>h2 {
	display: block;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 14px;
}

#hero_Vis>figure {
	max-width: 700px;
	width: 45vw;
}

.main_Slide {
	margin-bottom: 50px;
}

.main_Slide li {
	margin: 0 10px;
}

.blue_Block {
	background-color: #036eb8;
}

.content_Ttl {
	margin-bottom: 20px;
	text-align: center;
}

.content_Ttl.flex {
	justify-content: center;
	align-items: baseline;
	gap: 20px;
}

.content_MainTtl {
	color: #015e9e;
	font-size: min(6vw, 25px);
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	letter-spacing: .1em;
}

.content_SubTtl {
	margin-top: 0.5em;
	color: #333;
}

.content_SubTtl.flex {
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.content_SubTtl>p {
	font-size: min(3.8vw, 16px);
	font-weight: 600;
}


/* 探す */
/* .search_head {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	gap: 20px;
	margin-top: -40px;
	color: #fff;
	background-image: linear-gradient(to bottom, transparent 25%, #036eb8 25%);
	font-size: min(3.5vw, 30px);
	font-weight: 600;
	line-height: 1.5;
	z-index: 2;
}

.search_head>figure {
	max-width: 180px;
	width: 50vw;
}

.search_head>p {
	padding: 25px 0;
} */

/*探す〜最新情報まで*/
.search_Btn01 {
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.search_Btn01>li {
	width: calc((100% - 60px) / 4);
	background-color: #fff;
	/* border: 1px solid #333; */
	box-shadow: 5px 5px 0 #015e9e;
	border-radius: 20px;
	transition: .3s;
}

.search_Btn01>li.large {
	max-width: 390px;
	width: calc((100% - 40px) / 3);
}

.search_Btn01>li:hover {
	transform: translate(5px, 5px);
	box-shadow: none;
}

.search_Btn01>li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	gap: 20px;
	height: 100%;
	padding: 20px 5px;
	box-sizing: border-box;
}

.search_Btn01>li figure {
	max-width: 40px;
	width: 100%;
	margin: 0 auto;
}

.search_Btn01>li p {
	color: #015e9e;
	font-size: min(3.5vw, 18px);
	font-weight: 600;
	text-align: center;
}

.search_Btn01>li p span {
	display: inline-block;
	background-image: linear-gradient(to bottom, transparent 60%, #f0e2cc 60%);
	font-size: min(2.3vw, 26px);
}

.search_Btn01>li.large p span {
	display: inline;
	background-image: unset;
	font-size: min(3.5vw, 18px);
}

/*検索バー*/
#search_Area {
	margin-top: 50px;
	text-align: center;
}

/* #search_Area>h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	color: #333;
	font-size: min(3.8vw, 22px);
	font-weight: 600;
}

#search_Area>h4::before,
#search_Area>h4::after {
	display: block;
	content: '';
	width: 2em;
	height: 2em;
	background: url(/image/search/top/bubble.png) no-repeat center center;
	background-size: 100% 100%;
}

#search_Area>h4::after {
	transform: scale(-1, 1);
} */

.search_Bar {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 500px;
	width: 90%;
	margin: 0 auto;
	padding: 5px 5px 5px 20px;
	background-color: #efefef;
	/* border: 1px solid #ddd; */
	border-radius: 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

.search_Bar .icon {
	display: block;
	width: 3em;
	height: 2em;
	margin-right: 10px;
	color: #888;
}

.search_Bar input {
	border: none;
	outline: none;
	font-size: 1em;
	flex: 1;
	text-align: left;
}

.search_Bar button {
	background-color: #264477;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
}

.search_Bar button:hover {
	background-color: #1b3156;
}

.search_Btn02 {
	justify-content: center;
	align-items: stretch;
	max-width: 900px;
	width: 100%;
	margin: 0 auto 80px;
}

.search_Btn02>li {
	width: 50%;
	background-color: #fff;
	border: 2px solid #0055a2;
}

.search_Btn02>li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.search_Btn02>li p {
	position: relative;
	color: #0055a2;
	font-size: min(4vw, 22px);
	font-weight: 600;
}

.search_Btn02>li p::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: -2em;
	width: 1em;
	height: 1em;
	border-top: 4px solid #0055a2;
	border-right: 4px solid #0055a2;
	transform: translateY(-50%) rotate(45deg);
}

/* 最新情報 */
#news_Area {
	margin-bottom: 80px;
}

#news_Area .content_SubTtl.bb_n>p {
	color: #333;
}

.news_Block {
	max-width: 900px;
	width: 90%;
	max-height: 141px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
	overflow-y: scroll;
}

.news_Block::-webkit-scrollbar {
	width: 1em;
}

.news_Block::-webkit-scrollbar-track {
	background: #cad2e9;
	border-radius: 10px;
}

.news_Block::-webkit-scrollbar-thumb {
	background-color: #fff100;
	border-radius: 10px;
	border: 3px solid #fff100;
}

.news_list {
	width: 100%;
}

.news_list>li {
	padding: 15px 0;
	border-bottom: 1px solid #555;
	font-size: 14px;
}

.news_list>li dl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}

.news_list>li dt {
	display: block;
	width: 6em;
	font-size: 12px;
}

.news_list>li dd {
	width: calc(100% - (6em + 20px));
}

.news_list>li dd a {
	color: #015e9e;
	text-decoration: underline;
}

/* 店舗一覧 */
#store_Wrap {
	padding: 0 0 80px;
}

#store_Wrap .content_Ttl {
	margin-bottom: 0;
}

#store_Wrap .store_Btn {
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}

#store_Wrap .store_Btn>li {
	max-width: 300px;
	width: calc((100% - 20px) / 2);
}

#store_Wrap .store_Btn>li div {
	width: 100%;
	aspect-ratio: 3/2;
}

#store_Wrap .store_Btn>li div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#store_Wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 500px;
	width: 90%;
	margin: 20px auto 0;
	padding: 20px 10px;
	color: #fff;
	background-color: #356eb9;
	border-radius: 50px;
	font-size: min(3vw, 20px);
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	box-sizing: border-box;
}

#store_Wrap a i {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 1em;
	line-height: 0;
	transition: .3s;
	transform: translateY(-50%);
	aspect-ratio: 3/2;
}

#store_Wrap small {
	font-size: min(2vw, 12px);
}

#store_Wrap a:hover i {
	right: 17px;
}

/* 特徴から探す・おすすめエリアから探す */
#searchby_Wrap {
	padding: 80px 0;
}

.select_slide {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 80px;
}

.slide_Item a {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 10px;
	padding: 0 20px;
	text-align: center;
	box-sizing: border-box;
}

.slide_Item a>figure {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.slide_Item a>div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.slide_Item a p {
	color: #333;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.slide_Item a p small {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	height: 100%;
	margin-top: 10px;
}

.slide_Item a p small::before,
.slide_Item a p small::after {
	display: block;
	content: '';
	width: 4px;
	height: 4em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.slide_Item a p small::before {
	border-left: 1px solid #333;
}

.slide_Item a p small::after {
	border-right: 1px solid #333;
}

.slide_Item a .more {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 5px 3em;
	color: #333;
	border: 1px solid #333;
	font-size: 14px;
	font-family: "Outfit", sans-serif;
	box-sizing: border-box;
	transition: .3s;
}

.slide_Item a .more::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: -1em;
	width: 2em;
	height: 1px;
	background-color: #333;
	transform: translateY(-50%);
	transition: .3s;
}

.slide_Item a:hover .more {
	color: #fff;
	background-color: #333;
}

.slide_Item a:hover .more::after {
	mix-blend-mode: overlay;
	right: -1.5em;
}

.all_Btn {
	display: block;
	max-width: 300px;
	width: 80%;
	padding: 20px 10px;
	margin: 40px auto 0;
	color: #264477;
	border: 1px solid #264477;
	border-radius: 2px;
	font-size: min(3vw, 16px);
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
}

/* コラム */
#column_Wrap {
	padding-bottom: 80px;
}

.column_List {
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.column_List>li {
	width: calc((100% - 90px) / 4);
}

.column_List a {
	display: block;
}

.column_List figure {
	margin-bottom: 10px;
	aspect-ratio: 5/3;
}

.column_List figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.column_List h6 {
	font-size: min(3vw, 16px);
	font-weight: 600;
	line-height: 1.8;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media only screen and (max-width: 900px) {

	#hero_Vis>h2 {
		padding: 10px 0;
		font-size: 12px;
	}

	#hero_Vis {
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 20px;
		padding: 0 0 30px;
	}

	#hero_Vis>svg {
		width: 100%;
	}

	#hero_Vis>figure {
		width: 90%;
	}

	.main_Slide {
		margin-bottom: 30px;
	}

	.main_Slide li {
		margin: 0 5px;
	}

	.content_Ttl {
		margin-bottom: 30px;
		text-align: center;
	}

	.content_Ttl.flex {
		justify-content: center;
		align-items: baseline;
		gap: 20px;
	}

	.content_SubTtl.flex {
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.content_SubTtl>p {
		padding-bottom: 2px;
		border-bottom: 1px solid #fff;
		font-size: min(3.8vw, 22px);
		font-weight: 600;
	}

	.content_SubTtl.bb_n>p {
		padding-bottom: 0;
		border-bottom: none;
	}

	/* 探す */
	.search_head {
		align-items: center;
		gap: 0;
		margin-top: -6%;
	}

	.search_head>figure {
		max-width: 180px;
		width: 25vw;
	}

	.search_head>p {
		padding: 2em 0 0;
	}

	/*探す〜最新情報まで*/
	#search_Wrap {
		padding: 50px 0;
	}

	.search_Btn01>li {
		width: calc((100% - 20px) / 2);
		border-radius: 12px;
		text-align: center;
	}

	.search_Btn01>li a {
		justify-content: center;
		gap: 10px;
		padding: 10px;
	}

	.search_Btn01>li figure {
		max-width: 30px;
	}

	.search_Btn01>li p {
		line-height: 1.5;
	}

	.search_Btn01>li p span {
		font-size: 4.5vw;
	}

	.search_Btn01>li.large {
		max-width: 100%;
		width: calc((100% - 40px) / 3);
	}

	.search_Btn01>li.large p span.pc {
		display: none;
	}

	/*検索バー*/
	#search_Area {
		margin-top: 30px;
		padding: 0 0;
		text-align: center;
	}

	.search_Bar .icon {
		width: 30px;
		height: auto;
	}

	.search_Bar input {
		border: none;
		outline: none;
		font-size: 0.8em;
		flex: 1;
		text-align: left;
	}

	.search_Bar button {
		padding: 10px 1em;
		font-size: 0.8em;
	}

	.search_Btn02 {
		margin: 0 auto 50px;
	}

	.search_Btn02>li {
		width: 50%;
		background-color: #fff;
		border: 2px solid #0055a2;
	}

	.search_Btn02>li a {
		padding: 20px 10px;
	}

	.search_Btn02>li p::after {
		right: -1em;
		width: 0.8em;
		height: 0.8em;
		border-top: 3px solid #0055a2;
		border-right: 3px solid #0055a2;
	}

	/* 最新情報 */
	.news_Block {
		padding: 0 20px;
	}

	.news_list>li {
		padding: 20px 0;
	}

	/* 店舗一覧 */
	#store_Wrap {
		padding: 0 0 50px;
	}

	#store_Wrap .store_Btn {
		align-items: flex-start;
		gap: 10px;
		width: 90%;
		margin: 10px auto 0;
	}

	#store_Wrap .store_Btn>li {
		max-width: 100%;
		width: 100%;
	}

	#store_Wrap a {
		padding: 10px;
	}

	.store_List {
		gap: 10px;
	}

	.store_List>li {
		width: 100%;
	}

	.store_List>li a {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
	}

	.store_List>li figure {
		width: 40%;
	}

	.store_List>li figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.store_List>li article {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		width: 60%;
		padding: 10px 15px;
		color: #ffffff;
		box-sizing: border-box;
	}

	.store_List>li article h5 {
		font-size: min(5vw, 22px);
		font-weight: 600;
		line-height: 1.5;
	}

	.store_List>li article p {
		margin-top: 1em;
		font-size: 14px;
	}

	/* 特徴から探す・おすすめエリアから探す */
	#searchby_Wrap {
		padding: 50px 0;
	}

	.select_slide {
		width: 90%;
		margin: 0 auto 50px;
	}

	.slide_Item {
		width: 100%;
		border: 1px solid #1b3156;
		border-radius: 20px;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
	}

	.slide_Item:not(:first-child) {
		margin-top: 20px;
	}

	.slide_Item a {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 20px 10px;
		padding: 10px;
		box-sizing: border-box;
	}

	.slide_Item a>figure {
		width: 30%;
	}

	.slide_Item a>div {
		justify-content: space-between;
		align-items: flex-start;
		width: calc(100% - (30% + 10px));
		gap: 10px;
		text-align: left;
	}

	.slide_Item a p {
		color: #0055a2;
		font-size: 18px;
		font-weight: 600;
	}

	.slide_Item a p span {
		display: block;
		color: #000;
		font-size: 12px;
		line-height: 1.4;
		font-weight: 400;
	}


	.slide_Item a p small {
		gap: 10px;
	}

	.slide_Item a .more {
		margin: 0;
		font-size: 12px;
	}

	.slide_Item a .more::after {
		content: none;
	}

	/* コラム */
	#column_Wrap {
		padding-bottom: 30px;
	}

	.column_List {
		justify-content: flex-start;
		gap: 50px 20px;
	}

	.column_List>li {
		width: calc((100% - 20px) / 2);
	}
}