@charset "UTF-8";

:root {
	--limit_width:1200px;

	--text_color_main:#333;
	--text_color_sub:#666;
}
@media (max-width: 1200px) {
	:root {
		--limit_width:100vw;
	}
}

/* -------------------------------------------------------------
　
------------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------
　
----------------------*/

/* -------------------------------------------------------------
　Base
------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

	font-family: "Meiryo", "メイリオ", sans-serif;
	font-weight:normal;
	font-size: 14px;
	line-height: 1.6;

	color: var(--text_color_main);
}
@media (max-width: 1200px) {
	* {
		font-size: calc(10px + (14 - 10) * ((100vw - 800px) / (1200 - 800)));
	}
}

@media (max-width: 800px) {
	* {
		font-size: 12px;
	}
}



h1, h2, h3, h4, h5, h6{
	font-size: 1.2em;
	font-weight:bold;
}
body {
	width: 100vw;
	overflow-x: hidden;
}

pre.limit_word{
	max-width: 100%;
	margin:auto;
	font-size:small;

	white-space: pre-wrap; 
	word-wrap: break-word; 
	overflow-wrap: break-word;
}
pre.limit_word strong{
	font-weight: bold;
}
pre.limit_word nav ul,
pre.limit_word ol li,
pre.limit_word ul li {
	list-style: decimal;
	margin-left: 1.75em;
	line-height: 1.5;
}
pre.limit_word nav ul,
pre.limit_word ol,
pre.limit_word ul {
line-height: 0;
}
strong{
	font-weight:bold;
}
.pc { display: revert !important; }
.tb { display: revert !important; }
.sp { display: none !important; }
@media (min-width: 767px) and (max-width: 1024px) {
	.pc { display: none !important; }
	.tb { display: revert !important; }
	.sp { display: none !important; }
}
@media (max-width: 768px) {
	.pc { display: none !important; }
	.tb { display: none !important; }
	.sp { display: revert !important; }
}

br.thumb{
	display: none;
}

/* PCだけ tel: をクリック不可にする */
@media screen and (min-width:769px){
	a[href^="tel:"]{
		pointer-events:none;	/* クリック無効 */
		cursor:default;			/* 手のひらを消す */
	}
}
/* -------------------------------------------------------------
　Header
------------------------------------------------------------- */
header {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 1000;
}


/* ---------------------------------------------------------- */


/* -------------------------------------------------------------
　Main
------------------------------------------------------------- */
main {
	width: 100%;
}
@media (max-width: 768px) {
	main {
		overflow-x: hidden;
	}
}


/* ---------------------------------------------------------- */


/* -------------------------------------------------------------
　Footer
------------------------------------------------------------- */
footer {
	width: 100%;
}


/* ---------------------------------------------------------- */


/* ---------------------
　レスポンシブ
----------------------*/t
@media (min-width: 767px) and (max-width: 1024px) {
}
@media (max-width: 768px) {
}



/* ---------------------
　
----------------------*/
header{
	width:100%;
	height:72px;
	background:#FFF;
	
	border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
	header{
		height:60px;
	}
}
.header_inner{
	width:var( --limit_width );
	max-width:100%;
	margin:auto;

	display:flex;
	justify-content: space-between;
	align-items: center;
}
.header_left {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 2em;
}
.logo {
	width: 20em;
	max-width: 50vw;
	height: auto;
	padding-left: 1em;
}

.header_tel{
	width:auto;
	height:46px;
}


/* ---------------------
　
----------------------*/
.global_nav{
	display:flex;
}
.global_nav a img,
.global_nav button img{
	width:70px;
	height:70px;
}
@media (max-width: 768px) {
	.global_nav a img,
	.global_nav button img{
		width:58px;
		height:58px;
	}
}

.global_nav a {
	border: 1px solid #ddd;
	border-left: none;
}

.global_nav a:first-child,
.global_nav a:first-of-type{
	border-left: 1px solid #ddd;
}

.global_nav a:last-child,
.global_nav a:last-of-type{
	border: 1px solid #E18700;
}
.global_nav button:last-child,
.global_nav button:last-of-type{
	border: 1px solid #2A7CB6;
}

@media (max-width: 1200px) {
.global_nav a:nth-last-child(3),
.global_nav a:nth-last-of-type(3){
	border: 1px solid #ddd;
}
}
@media (max-width: 768px) {
.global_nav a:nth-last-child(3),
.global_nav a:nth-last-of-type(3){
	border: 1px solid #ddd;
}
}

/* ---------------------
　
----------------------*/
main{
	min-height:80vh;
}

/* ---------------------
　
----------------------*/
.mv{
	height:640px;
	
	background:url(../img/bg_mv.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;

	background-color: rgba(205, 239, 255, 0.25);
	
	overflow: hidden;
}
.mv_inner{
	display: flex;
	justify-content: space-evenly;

	position: relative;
	width:var( --limit_width );
	max-width:100%;
	height:640px;
	
	margin:auto;
}
@media (max-width: 1200px) {
	.mv,
	.mv_inner {
		min-height:46em;
		height: auto;
	}
	.mv_inner{
		padding-right: 5em;
	}
}
@media (max-width: 1024px) {
	.mv_inner{
		padding-right: 0;
	}
}
@media (max-width: 768px) {
.mv,
.mv_inner {
	min-height:640px;
	height: auto;
}
.mv_inner {
	display: flex;
	flex-direction: column;
	padding-top: 1em;
}
}
.mv_text {
	position: absolute;
	width: 100vw;
	height: 180px;
	top: 400px;
	left: 100px;
	background: url(../img/bg_mv_text.svg);
	background-repeat: space;
	background-position: left bottom;
	opacity: .8;
	z-index: 1;
}

.mv_left{
	opacity: .8;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 8em;
	gap: 1em;
	z-index: 2;
}
.mv_left img{
	width:330px;
}
.mv_right{
	z-index: 2;
}

.catch_copy,
.catch_copy_company_name{
	font-family:
		"Yu Mincho",
		"游明朝",
		"游明朝体",
		"Hiragino Mincho ProN",
		"HiraMinProN-W3",
		"MS PMincho",
		"MS Mincho",
		serif;
	font-size:28px;
	font-weight:600;

}

.catch_copy{
	color:#2A7CB6;
}
.catch_copy_company_name {
	color: #555;
	letter-spacing: -0.125em;
}
@media (max-width: 1200px) {
	.catch_copy,
	.catch_copy_company_name{
		font-size:2vw;
	}
	.mv_left{
		padding:1em;
		max-width:30vw;
	}
	.mv_right{
		max-width:80vw;
	}
	.mv_left img{
		width:100%;
	}
}
.public_ct {
	display: flex;
	align-items: center;
	gap: .75em;
	border: 2px solid #2A7CB6;
	border-radius: 1em;
	padding: .5em 1em;
	width: fit-content;
	margin-left: auto;
	margin-top: 2em;
}
.public_ct img{
	width:3em;
}
.public_ct p{
	color:#2A7CB6;
}
.public_ct_title{}
.public_ct_number{
	font-size:32px;
	font-weight:600;
}
.public_ct_unit{
	font-size:20px;
	font-weight:600;
	
	padding-top:.5em;
}

@media (max-width: 768px) {
	.catch_copy {
		font-size: 13px;
		line-height: 23px;
		word-break: keep-all;
		width: 45vw;
		padding: 1em .25em;
		display: flex;
		justify-content: center;

		flex-direction: column;
	}
	.catch_copy_company_name{
		font-size:12px;
	}

	.public_ct {
		height: fit-content;
		margin-left: 0;
		margin-top: 0;
		width: 52vw;
		flex-direction: column;
		gap:0;
	}
	.public_ct_title {
		font-size: 14px;
	}
	.public_ct_number {
		font-size: 26px;
	}
	.public_ct_unit {
		font-size: 20px;
	}

	.public_ct img{
		width:2.5em;
	}

}


.search_big_btns{
	display:flex;
	justify-content: space-between;
	margin:1.5em 0;
	gap:1em;

	width: 640px;
	max-width: 60vw;
}
.search_big_btns img{
	width:200px;
	max-width:19vw;
}
.search_min_btns{
	display:flex;
	gap:.5em;
	margin:.5em 0;

	width: 640px;
	max-width: 60vw;

}

.search_min_btns li{
	width:100px;
	height:40px;
	background:#FFF;
	text-align:center;

	border-radius:.5em;
}
.search_min_btns li a{
	display: table-cell;

	width:100px;
	height:40px;

	color:#2A7CB6;
	font-size:12px;
	font-weight:600;

	vertical-align: middle;
	text-align: center;
	
	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.25);
}

@media (max-width: 1024px) {
	.search_min_btns li a{
		font-size: 11px;
	}
}
@media (max-width: 768px) {
	.mv_sp_warp{
		display:flex;
		align-items: center;
		justify-content: center;
	}
	.search_big_btns {
		max-width: 100vw;
		justify-content: center;
	}
	.search_big_btns img {
		max-width: 30vw;
	}

	.search_min_btns {
		display: flex;
		gap: 1.25em;
		margin: 1.25em auto;
		width: 95vw;
		max-width: 95vw;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.search_min_btns li {
		width: 30%;
		height: 5em;
		background: #FFF;
		border-radius: .5em;
	}
	.search_min_btns li a{
		display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		font-size: 13px;
	}
}
/*
.search_middle_btns{
	display: flex;
	width: 640px;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	gap:.5em;	
	margin:1.5em 0;
}
.search_middle_btns img{
	width:200px;
}
*/

.mv_subtitle {
	font-size: 1.3em;
	font-weight: 600;
	display: flex;
	align-items: flex-start;
	color:#2A7CB6;
	opacity:.8;
}

.mv_more {
	font-size: .8em;
	font-weight: 600;
	display: flex;
	color: #2A7CB6;
	opacity: .8;
	line-height: 1;
	align-items: center;
	margin: 1em;
	gap: .5em;
	justify-content: flex-end;
}

.mv_contents{
/*	margin-top: 7em;*/
}


@media (max-width: 1200px) {
.mv_search_form input {
	width: calc(640px - 5em);
	max-width: calc(80vw - 6em);
}
.mv_search_form {
	max-width: 80vw;
}
}
/* ---------------------
　
----------------------*/
.mv_search_form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;

	border-radius: 25px;
	width: fit-content;

	width: 640px;
	max-width: 60vw;

	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.25);

}

.mv_search_form input {
	width: calc(640px - 3em);
	max-width: calc( 60vw - 3em);
	height: 3em;
	padding: .5em 2em;
	border: none;
	box-sizing: border-box;
	font-size: 1.5em;
	outline: none;
}
@media (max-width: 768px) {
	.mv_search_form {
		width: 95vw;
		max-width: 95vw;
		margin: auto;
	}
	.mv_search_form input {
		padding: .5em 1em;
		width: calc(95vw - 3em);
		max-width: calc(95vw - 3em);
	}
}
.mv_search_form input::placeholder{
	font-size: .75em;
	color: #777;
}

.mv_search_form button {
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-size: 1.5em;
	width: 4em;
	height: 3em;
	border: none;
	background-color: #FFF;
	cursor: pointer;
}

.mv_search_form button::after {
	width: 1.5em;
	height: 1.5em;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%232A7CB6'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}


/* ---------------------
　
----------------------*/
aside.footer{
	width:100%;
	
	background:#E7F7FFCC;
}
aside.footer div.aside_top{
	width: 100%;
	height: 10em;
	margin-top: -10em;
	background: #E7F7FFCC;
	border-radius: 50% 50% 0 0;
	display: inline-block;
	position: relative;
	z-index: -1;
}
aside.footer h3{
	font-size:1.25em;
}
aside.footer nav{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1em;
	margin: .5em;
	margin-bottom: 1.5em;
}

.aside_btn{
	padding: .5em 1.75em .25em;
	background: #FFF;
	border: 1px solid #2A7CB6;
	color: #2A7CB6;
	border-radius: 3em;
	font-size: 1.125em;
	font-weight: 600;
}

.aside_big_btns{
	display:flex;
	justify-content: space-between;

	width: 100%;
	margin:1.5em 0;
		gap: 1em;
}
.aside_big_btns img{
	width:26em;
}

@media (max-width: 1200px) {
	.aside_big_btns{
/*		justify-content: center;*/
		margin: 1.5em 0;
		gap: 1em;
		flex-wrap: wrap;
	}
	.aside_big_btns img{
		width:31vw;
	}
}
@media (max-width: 768px) {
	.aside_big_btns {
		/*
		flex-direction: column;
		align-items: center;
		*/
	}
	.aside_big_btns img{
		width:29vw;
		/*width:90vw;*/
	}
}

/* ---------------------
　
----------------------*/
footer{
	width:100%;
	height:auto;
	color:#FFF;
	background-image: linear-gradient(45deg, #204483, #56ccf9);
}
footer *{
	color:#FFF;
	font-size:1em;
}
.footer_inner{
	width:var( --limit_width );
	max-width:100%;
	height:84px;
	padding:0 2em;
	margin:auto;
	
	display:flex;
	justify-content: space-between;
	align-items: center;
}
footer .copyright{
	font-size: 1em;
}
footer nav {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

@media (max-width: 768px) {
	footer{
		height:auto;
		padding: 1em;
	}
	.footer_inner{
		height:auto;
		flex-direction: column;
		padding:0;
	}
	footer nav {
		gap: 0;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
	}
	footer nav a{
		width: 50%;
		height: 3em;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	footer .copyright {
		font-size: 10px;
		margin-top: 2em;
	}
}
/* -------------------------------------------------------------
　サイドのナビゲーション
------------------------------------------------------------- */
nav.side_nav {
	position: fixed;
	top: 130px;
	right: 0;
	z-index:100;
}

nav.side_nav *{
	color:#FFF;
	font-size:16px;
	font-weight:600;
}

nav.side_nav ul{

	display:flex;
	flex-direction: column;
	gap: 10px;

	text-align: center;

}

nav.side_nav li {
	background: gray;
	display: flex;
	flex-direction: row;

	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;

	text-orientation: upright;

	text-align: left;

	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	
	border-radius:5px 0 0 5px;
}

nav.side_nav ul li a{
	width:100%;
	height:100%;

	padding: 20px 15px;
}

nav.side_nav img{
	width:24px;
	height:auto;
	vertical-align: text-bottom;
}


nav.side_nav span{
	display:inline-block;
	width:20px;
	height:auto;

	margin-top:15px;
	vertical-align: top;
}
.back_color_blue{
	background-color:#2a7cb6 !important;
}
.back_color_green{
	background-color:#10d965 !important;
}
.back_color_orange{
	background-color:#e18700 !important;
}
/* -------------------------------------------------------------
　menu nav
------------------------------------------------------------- */
nav.manu_nav {
	display: none; /* ← 最初は非表示 */
	position: fixed;
	top: 72px;
	right: calc((50% - 600px));
	z-index: 1000;
	width: 30em;
	max-width: 100vw;
	height: 100%;
	background-image: linear-gradient(45deg, rgba(22, 139, 235, 1), rgba(129, 220, 255, 1));
	padding: 20px 0 80px;

	/* スライドインアニメーション用 */
	transform: translateX(30px);
	opacity: 0;
	transition: all 0.3s ease;
}
@media (max-width: 1200px) {
	nav.manu_nav {
		right: 0;
	}
}

@media (max-width: 768px) {
	nav.manu_nav {
		top: 60px;
		width:100%;
	}
	nav.manu_nav *{
		font-size:12px;
	}
}

/* 開いた状態 */
nav.manu_nav.open {
	display: block;
	transform: translateX(0);
	opacity: 1;
	overflow-y: auto;
}

/* 背景を暗くするオーバーレイ */
#nav_overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	transition: opacity 0.3s ease;
	max-width: 100vw;
}
#nav_overlay.show {
	display: block;
	opacity: 1;
}

nav.manu_nav *{
	color:#FFF;
}
nav.manu_nav img{
	width:2em;
	height:auto;
}

nav.manu_nav button {
	position: relative;
	width: 13em;
	height: 3.5em;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: -2px;
	padding: .25em .5em;
	color: #2a7cb6;
	background-color: #FFF !important;
	border: 2px solid #2a7cb6;
	border-radius: .5em;
}

nav.manu_nav button::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid #2a7cb6;
	border-radius:5px;
	pointer-events: none; /* クリック操作の邪魔をしない */
}

nav.manu_nav button *{
}


nav.manu_nav ul{
	display: flex;
}
nav.manu_nav ul.manu_nav_type1 {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 1em;
	margin: .75em 2em;
}

nav.manu_nav ul.manu_nav_type1 a {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 1em;
	width:100%;
	height:100%;
}
nav.manu_nav ul.manu_nav_type1 a span{
	font-size:1.25em;
	font-weight:bold;
}

nav.manu_nav ul.manu_nav_type2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 1em;
	justify-content: center;

	margin: 2em auto;
}

nav.manu_nav ul.manu_nav_type3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
	gap: 2em;

	margin: 1.5em 2em;
}
@media (max-width: 768px) {
	nav.manu_nav ul.manu_nav_type3 {
		margin: 1.5em;
	}
}
nav.manu_nav ul.manu_nav_type3 li {
	width: 45%;
	font-size: .9em;
}
nav.manu_nav ul.manu_nav_type3 a {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 1em;
	width:100%;
	height:100%;
	
	font-size: 1.25em;
}
nav.manu_nav ul.manu_nav_type3 a span{
	font-size:1.25em;
	font-weight:600;
}

nav.manu_nav ul.manu_nav_type4 {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: .25em;

	margin: 1em 2em;
}

nav.manu_nav ul.manu_nav_type4 li {
	font-size:1.25em;
}
nav.manu_nav ul.manu_nav_type4 li strong{
	font-size: 1.5em;
	font-weight: 600;
}
nav.manu_nav ul.manu_nav_type4 a {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 1em;
	width:100%;
	height:100%;
}
nav.manu_nav ul.manu_nav_type4 a span{
	font-size:2em;
	font-weight:600;
}


nav.manu_nav hr{
	border:none;
	border-top:3px solid rgba( 255,255,255,0.7);
	border-radius:2px;
	
	max-width:90%;
	margin:1em auto;
}





/* ---------------------
　main
----------------------*/
.contents_wrap{
	border-radius: 0 0 80px 0;
}


.limit_width{
	position: relative;
	width:var( --limit_width );
	max-width:100%;
	
	margin:auto;
	padding:2em;

}
@media (max-width: 1200px) {
	.limit_width{
		padding:1em;
	}
}
@media (max-width: 768px) {
	.limit_width{
		padding:1em;
	}
}

.contents_box_top{
	margin: 2em auto;
}

.contents_box{
	background: rgba(255, 255, 255, 0.9);
	border-radius: 20px;
	margin: 0 auto 2em;
	padding: .125em 1em;
	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.25);
	position: relative;
/*	z-index: 11; */
	min-height: 36vh;
}
@media (max-width: 768px) {
	.contents_box{
		padding: .125em 0;
		overflow:hidden;
	}
}

.contents_box section{
	margin:2.5em;
}
@media (max-width: 1200px) {
.contents_box section{
	margin:1.5em;
}
}
@media (max-width: 768px) {
.contents_box section{
	margin:1em;
}
}

.contents_box_footer{
	margin: 0 auto;
}

.contents_box h1{
	display: flex;
	flex-direction: column;
	font-size: 2em;
	margin-bottom:.5em;
	color: #2A7CB6;
	line-height: 1;
}
.contents_box h1 span,
.contents_box h1 i{
	color:#2A7CB6;
	font-size: .5em;
	margin-right: .5em;
}
.contents_box h1 div{
	font-size: 1em;
	font-weight:bold;
	color: #2A7CB6;
}
.contents_box h1 div span{
	font-size: .9em;
	font-weight:bold;
	color: #2A7CB6;
	margin-left: .75em;
}


.contents_box h2{
	display: flex;
	flex-direction: row;
	font-size: 2em;
	margin-bottom: 1em;
	color: #2A7CB6;
	line-height: 1;
	align-items: flex-end;
	gap: .5em;
}
.contents_box h2.center{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contents_box h2 span,
.contents_box h2 i{
	color:#2A7CB6;
	font-size: .5em;
	margin-right: .5em;
}

@media (max-width: 768px) {
	.contents_box h2 {
		flex-direction: column;
		align-items: flex-start;
	}
}

.breadcrumbList{
	display:flex;
	flex-wrap: wrap;
	width:100%;
	margin: auto;
	margin-bottom: 1em;
	font-size: 1.25em;
}

.breadcrumbList *{
	font-size:.75em;
}
.breadcrumbList i{
	font-size:.75em;
	margin: 0 .5em;
}

.breadcrumbList a,
.breadcrumbList a *{
	color:rgba(42, 124, 182, 1);
}

.breadcrumbList a img{
	width: 9px;
	vertical-align: middle;
	margin: 1px 2px 2px;
}

.breadcrumbList a:last-child{
	color:rgba(51, 51, 51, 1);
}

.breadcrumbList a:after{
	content:">";
	margin: 0 .25em 0 .5em;
	font-size:.75em;
	color:rgba(51, 51, 51, 1);
	text-align: center;
	vertical-align: middle;
}

.breadcrumbList a:last-child:after{
	content:"";
}


.sitemap_nav{
	display: flex;
	justify-content: flex-start;
	gap: 6em;
}

@media (max-width: 768px) {
	.sitemap_nav{
		flex-direction: column;
	}
}



/* ---------------------
　
----------------------*/
.main_subtitle{
	color:#2A7CB6;
	font-size:2em;
}

.main_subtitle_en{
	color:#2A7CB6;
}
.main_subtitle_en::before{
	content:"◆";
	color:#2A7CB6;
}


.popular_btns {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	gap: 1.5em;
	margin: 1em;
}


.popular_btn{
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap:1em;

	width:200px;
	height:210px;
	padding-bottom: 2.5em;
	
	border-radius:1em;

	background-image: linear-gradient(45deg, #204483, #56ccf9);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
/*
	background-color: rgba(2, 77, 156, .7);
	background-blend-mode: darken;
*/
}

.popular_btn p{
	display: flex;
	align-items: center;
	
	height: 2.5em;

	font-size: 2.1em;
	color: #FFF;
	text-align:center;
	line-height: .7;
}
.popular_btn img{
	width: 3em;
}

@media (max-width: 768px) {
	.popular_btns{
		margin:0;
	}
}


/* -------------------------------------------------------------
　company
------------------------------------------------------------- */
.company_wrap{
	width:90%;
	margin:auto;
}
.company_info {
	display: grid;
	grid-template-columns: 8em 1fr;
	gap: 4px 8px;
	padding: 4em 3em;
	background:#FAFAFA;
}
.company_info dt {
	font-weight: bold;
	margin-bottom: 3em;
}
.company_info dd {
	margin: 0;
	margin-right: 3em;
	margin-bottom: 3em;
	line-height: 1.7;

}
.company_wrap h2 {
	margin-top: 1.5em;
	border-bottom: 1px solid #ccc;
	background:#37456C;
	color:#FFF;
	font-size: .9em;
	padding: .5em 2em;
}


ul.search_middle_btns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;

	gap:10px;	
	margin:1.5em 0;

	width: 640px;
	max-width: 60vw;
}
ul.search_middle_btns button{
	position: relative;
	
	width:205px;
	max-width:19vw;
	height:40px;
	
	font-size: 14px;
	font-weight:600;
	letter-spacing: -2px;
	
	padding:5px 7px;

	color:#2a7cb6;
	background-color:#FFF !important;
	
	border:2px solid #2a7cb6;
	border-radius:8px;
}

@media (max-width: 1024px) {
	ul.search_middle_btns button{
		font-size: 12px;
	}
}
@media (max-width: 768px) {
	ul.search_middle_btns {
		max-width: 100vw;
		justify-content: center;
	}
	ul.search_middle_btns button {
		width: 46vw;
		max-width: 46vw;
		font-size: 11px;
	}
}

ul.search_middle_btns button::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid #2a7cb6;
	border-radius:5px;
	pointer-events: none; /* クリック操作の邪魔をしない */
}


.contents_limit{
	width: 100%;
	margin: auto;
}

p.catchcopy{
	font-size: 2em;
	text-align: center;
	margin-bottom: 1.5em;
}
.catchcopy:after{
	content:"";
	display:block;
	border-bottom: 1px solid rgba(69, 162, 228, 1);
	width: 100%;
	margin: .25em auto;
}

.catchcopy span{
	font-size:1.25em;
	color:#2a7cb6;
}

.philosophy_list{
	border: 1px solid #2A7CB6;
	padding: 1em 1.5em;
	margin: 1.5em .5em .5em;
	font-size: 1.15em;
	font-weight: 600;
}


dl.company-info {
	display: flex;
	flex-wrap: wrap;
	margin:1em 0;
}

dl.company-info dt {
	display: flex;
	align-items: center;
	width: 120px;
	background: rgba(231, 247, 255, 1);
	color: #333;
	font-size:.8em;
	font-weight:600;

	padding: 1em;
	box-sizing: border-box;
	margin-bottom:5px;
}

dl.company-info dd {
	display: flex;
	align-items: center;
	width: calc(100% - 120px);
	padding: .5em 1em;
	box-sizing: border-box;

	font-size:.8em;
}

p.service_catch{
	color:#2a7cb6;
	font-weight: 600;
	margin-top: 1.75em;
}

p.service_catch_span{
	color:#2a7cb6;
	font-weight: 600;
	margin: .5em;
	font-size:.8em;
}
img.company_name{
	width: auto;
	height: 48px;
}





/* -------------------------------------------------------------
　contact
------------------------------------------------------------- */
/* 各ステップ */
.contact_steps li {
	display: flex;
	align-items: center;
	font-size: 1.5em;
	position: relative;
	padding: 0 15px;
}

/* 数字の基本（非アクティブ時：枠のみ） */
.contact_steps .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2em;
	height: 2em;
	border-radius: 50%;

	font-size: .75em;
	font-weight: bold;

	border: 1px solid rgba(42, 124, 182, 1);
	color: rgba(42, 124, 182, 1);
	margin-right: 8px;
	transition: 0.2s;
}

/* アクティブ時（背景あり） */
.contact_steps li.active .num {
	background: rgba(42, 124, 182, 1);
	border-color: rgba(42, 124, 182, 1);
	color: #fff;
}

/* 文字部分 */
.contact_steps .txt {
	font-weight: bold;
	font-size: 1em;
	color: rgba(42, 124, 182, 1);
	white-space: nowrap;
}

/* ルート2カラムレイアウト */
.contact_form {
	display: flex;
	gap: 1em;
	align-items: flex-start;
}
@media (max-width: 768px) {
	.contact_form {
		flex-direction: column;
	}
	.contact_form *{
		font-size:12px;
	}
}

/* 左：ステップ（固定幅） */
.contact_form .contact_steps {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: none;
	margin: 0;
	margin-top: 1em;
	padding: 0;
}

/* 右：フォーム側 */
.contact_form form ,
.contact_form pre {
	flex: 1;
	border-left:1px solid rgba(42, 124, 182, 1);
	padding-left:2em;
	font-size: 1.125em;
}
@media (max-width: 768px) {
	.contact_form form ,
	.contact_form pre {
		border-left:0;
		border-top:1px solid rgba(42, 124, 182, 1);
		padding: 1em;
	}
}
/* ===========================================
dl の 2 カラム（dt / dd）レイアウト
=========================================== */
/* 1 行ごとに横並び */
.contact_form dl .row {
	display: flex;
	align-items: center;	/* dtを基本上下中央 */
	padding: 1em 0;
}

@media (max-width: 768px) {
.contact_form dl .row {
	display: flex;
	align-items: stretch;
	padding: 1em 0;
	flex-direction: column;
}
}

/* dt 左側 */
.contact_form dl dt {
	width: 180px;
	font-weight: bold;
	position: relative;
	margin: 0;
	font-size:1.2em;
}

/* dt 上揃え指定（チェックボックスなど） */
.contact_form dl dt.dt-top {
	align-self: flex-start;
}

/* dd 右側 */
.contact_form dl dd {
	flex: 1;
	margin: 0;

	display: flex;
	flex-direction: column;
	gap: .25em;
	font-size:1.2em;
}

/* 必須バッジ */
.contact_form dl dt.required::after {
	content: "必須";
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(225, 135, 0, 1);
	color: #fff;
	font-size: .75em;
	padding: 2px 6px 1px;
	border-radius: 4px;
}
@media (max-width: 768px) {
	.contact_form dl dt.required::after {
		position: unset;
		margin-left: 1em;
	}
}
/* チェックボックスのベースラベル */
.contact_form dd label {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	line-height: 1;
	align-items: flex-end;
	font-size: 1.2em;
	margin:.5em;
}

/* デフォルトのチェックボックスを非表示 */
input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	width: 1.5em;
	height: 1.5em;
	border: 2px solid rgba(153, 153, 153, 1);
	border-radius: 4px;
	cursor: pointer;
	background: #fff;
	transition: 0.2s;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form select,
.contact_form textarea {
	font-size: 1.125em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	width: 100%;
	height: 3em;
	border: 2px solid rgba(153, 153, 153, 1);
	border-radius: .5em;
	cursor: pointer;
	background: #fff;
	transition: 0.2s;
	padding: .5em 1em;
}

.contact_form input[type="text"].readonly{
	cursor: no-drop;
	background: #ddd;
}

.contact_form dd textarea {
	height: 10em;
}

/* セレクト用ラッパー */
.select_wrap {
	position: relative;
	display: inline-block;
	width: 30%;
}

/* セレクト本体 */
.select_wrap select {
	width: 100%;
	background: none;
	padding-right: 1em;	/* ▼スペース */
}
@media (max-width: 768px) {
	.select_wrap {
		width: 100%;
	}
}
/* ▼ 三角を border で作成 */
.select_wrap::after {
	content: "";
	position: absolute;
	right: .75em;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: .4em solid transparent;
	border-right: .4em solid transparent;
	border-top: .5em solid #444; /* ▼の色 */
	pointer-events: none;
}

/* チェック時の色 */
input[type="checkbox"]:checked {
	background: rgba(42, 124, 182, 1);
	border-color: rgba(42, 124, 182, 1);
}


input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(42, 124, 182, 1);
	border-radius: 18px;
	cursor: pointer;
	background: #fff;
	transition: 0.2s;
}

/* チェックマーク表示 */
input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 4px;
	top: -2px;
	width: 6px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}
/* チェック時の色 */
input[type="radio"]:checked {
	border-color: rgba(42, 124, 182, 1);
}
@media (max-width: 1024px) {
	input[type="checkbox"]:checked::after {
		left: 3px;
		top: -3px;
	}
}
@media (max-width: 768px) {
	input[type="checkbox"]:checked::after {
		left: 2px;
		top: -4px;
	}
}
/* チェックマーク表示 */
input[type="radio"]:checked::after {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	width: 10px;
	height: 10px;
	background: rgba(42, 124, 182, 1);
	border-radius: 12px;
	transform: rotate(45deg);
}

.contact_form .privacy{
	font-size: 1em;
}
.contact_form .privacy a{
	font-size: 12px;
	color: rgba(42, 124, 182, 1);
	border-bottom: 1px solid rgba(42, 124, 182, 1);
}

.contact_form .privacy_btns{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2em;
	margin: 3em auto;
}
.contact_form .privacy_btns.confirm{
	flex-direction: row;
	justify-content: space-around;
}
@media (max-width: 768px) {
	.contact_form .privacy_btns.confirm{
		flex-direction: column;
	}
}
.contact_form .privacy_btns input[type="checkbox"] {
	width: 1.25em;
	height: 1.25em;
}
.contact_form .privacy_btns input[type="checkbox"]::after {
	left: 2px;
	top: -4px;
}

.contact_form .privacy_btns button,
.contact_form .privacy_btns input[type="submit"] {
	background: rgba(225, 135, 0, 1);
	background-image: linear-gradient(45deg, rgba(225, 135, 0, 1), rgba(246, 187, 24, 1));
	padding: 1em 4em;
	border-radius: 2em;
	font-weight: 600;
	font-size: 1.25em;
	color: #FFF;
}
.contact_form .privacy_btns button:disabled,
.contact_form .privacy_btns input[type="submit"]:disabled {
	background: #ccc;
}

.contact_form dl{
	margin: 1em 0;
}

.contact_head{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1em;
	margin-bottom: 2em;
	text-align: center;
}
.contact_head h1{
	margin-bottom: .5em;
}
.contact_head h1 span{
	margin-top: .5em;
}
.contact_head p{
	font-size:1.125em;
	line-height:1.7;
}
.contact_head p.catch{
	font-size:1.5em;
}
.contact_head p.accent{
	font-size:1.125em;
	font-weight:bold;
}

.contact_form.request dl dd {
	flex-direction: row;
	flex-wrap: wrap;
	gap:1em;
}
.range{
	width: 100%;
	display:flex;
	align-items: center;
	gap:1em;
}


/* -------------------------------------------------------------
　リストウィンドウ
------------------------------------------------------------- */
.list_window_pager{
	display: flex;
	flex-direction: row;
	gap: .5em;

	width: 30em;
	margin: 1em auto;
}

.list_window_pager button[type=button]{
	width:40px;
	height:40px;
	border-radius:4px;
	
	color:rgba(42, 124, 182, 1);
	background:rgba(231, 247, 255, 1);
	
}
.list_window_pager button[type=button].active{
	color:#FFF;
	background:rgba(42, 124, 182, 1);
}

.list_window_pager button[type=button].pager_omit{
	font-size: 1.25em;
	background:none;
	cursor: default;
}
.list_window_pager button[type=button].pager_prev,
.list_window_pager button[type=button].pager_next{
	font-size: 1.25em;
	font-weight: bold;
	width:30px;
	background:none;
}
.list_window_pager button[type=button].pager_prev:disabled,
.list_window_pager button[type=button].pager_next:disabled{
	color:#ddd;
	cursor: default;
}


.list_window_data dl{
	display: grid;
	grid-template-columns: 8em 1fr; /* 左: 日付, 右: 本文 */
	margin: 0;
}
@media (max-width: 768px) {
	.list_window_data dl {
		display: grid;
		grid-template-columns: none;
		margin: 0;
	}
}
.list_window_data dt,
.list_window_data dd{
	margin: 0;
	padding: .75em 1em;
	border-top:1px solid #ddd;
}

.list_window_data dt:last-of-type,
.list_window_data dd:last-of-type{
	border-bottom:1px solid #ddd;
}

/* 日付側の見た目調整 */
.list_window_data dt.column_info{
	font-weight: bold;
	white-space: nowrap;
}

/* 中身の * に当てていた指定は残したまま */
.list_window_data dd *{
	vertical-align: revert;
	width: revert;
	height: revert;
}

.list_window_data dd img{
	max-width: 200px;
}


/* ストライプ（半透明） */
.list_window_data dt:nth-of-type(odd),
.list_window_data dt:nth-of-type(odd) + dd{
}

.list_window_data dt:nth-of-type(even),
.list_window_data dt:nth-of-type(even) + dd{
	background: rgba(0,0,0,.02);
}

.list_window_sort{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: baseline;
	gap: .25em;
}
.list_window_sort span{
	color:#2A7CB6;
	line-height:1;
}
.list_window_sort span.number{
	font-size:1.25em;
	font-weight:bold;
}
.list_window_sort span.unit{
	font-size:1em;
}

.list_window_sort p{
	color:#2A7CB6;
	line-height:1;
}


/* -------------------------------------------------------------
　サーチ用
------------------------------------------------------------- */
.rent_search_ct_warp{
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	gap: .5em;

	margin-right: 1em;

	font-size: 1.125em;
	font-weight:bold;
	color:rgba(42, 124, 182, 1);
}
.rent_search_body_btn{
	display: flex;
	justify-content: flex-end;

	margin-right: 2em;
}
.rent_search_body_btn button{
	background: rgba(32, 68, 131, 1);
	background-image: linear-gradient(45deg, rgba(32, 68, 131, 1), rgba(86, 204, 249, 1));

	padding: 1em 2.5em 1em;
	border-radius: 1em;

	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}
.rent_ct{
	font-size:1.75em;
	font-weight:bold;
	color:rgba(42, 124, 182, 1);
}
.rent_search_option_select,
.rent_search_option_sub_select,
.rent_search_select{
	border:2px solid rgba(42, 124, 182, 1);
	overflow: hidden;
	border-radius: .75em;
	margin: 1em 0 3em;
	padding-bottom: 1.5em;
}
.rent_search_option_sub_select{
	margin:1em;
}

.rent_search_option_select label, .rent_search_select label {
	display: flex;
	align-items: center;
	gap: .25em;
	width: 14em;
}
@media (max-width: 768px) {
	.rent_search_option_select label, .rent_search_select label {
		min-width: 9.5em;
		width: auto;
	}
}

.rent_search_header{
	display:flex;
	align-items: center;
	gap: 1em;

	padding: 1em 1.5em;

	background:rgba(231, 247, 255, 1);

	border-bottom:2px solid rgba(42, 124, 182, 1);
}
.rent_search_footer{
	display:flex;
	align-items: center;
	gap: 1em;

	border-top:2px solid rgba(42, 124, 182, 1);
}

.rent_search_sub_header{
	display:flex;
	align-items: center;
	gap: 1em;

	padding: .5em .75em;

	background:rgba(231, 247, 255, 1);

	border-bottom:2px solid rgba(42, 124, 182, 1);
}

.rent_search_option_select .rent_search_header,
.rent_search_option_select .rent_search_sub_header{
	justify-content: space-between;
}
.rent_search_header label,
.rent_search_sub_header label{
	align-items: stretch;
}
.rent_search_header h2{
	font-size: 1.5em;
	color:rgba(42, 124, 182, 1);
	padding: 0;
	margin:0;
}
.rent_search_sub_header h3{
	font-size: 1.5em;
	color:rgba(42, 124, 182, 1);
	padding: 0;
	margin:0;
}
.rent_search_body{
	display:flex;
	flex-direction: column;
}
.rent_search_body ul {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	padding: 2em 2em 2em;
	justify-content: flex-start;
}
@media (max-width: 768px) {
	.rent_search_body ul {
		padding: 1em;
	}
}
.rent_search_option_select{
	display: block;
	position: relative;
	top: 10%;
	left: calc(50vw - (70em / 2) - .5em);
	max-width: 100%;
	width: 70em;
	height: calc(100vh - 10% - 36px);
	
	background: #FFF;
}
@media (max-width: 768px) {
	.rent_search_option_select{
		left: 0;
	}
}

ul.rent_search_select_stations,
ul.rent_search_select_towns{
	display:flex;
	flex-wrap: wrap;
	gap: 1.5em;
	padding: 2em 3em 2em;
	display:none; 
}

.rent_search_option_select_close_btn_warp{
	display: flex;
}
.rent_search_option_header{
	display:flex;
	align-items: center;
	gap: 1em;
}
.rent_search_header_close_warp{
	display: flex;
	justify-content: flex-end;
}
.rent_search_header_close_warp button{
	background:none;
}
.rent_search_header_close_warp button i{
	font-size:1.75em;
	color:rgba(42, 124, 182, 1);
}
.rent_search_option_body{
	/*height: calc(80vh - 60px - 70px);*/
	height: calc(100vh - 10% - 36px - 6em - 5em);
	overflow-y: auto;
}
.rent_search_submit_btn{
	display: flex;
	gap: .25em;

	margin: .5em auto 2em;
	padding: 1em 5em;

	font-weight:bold;
	color: rgba(42, 124, 182, 1);
	background: rgba(231, 247, 255, 1);
	border: 1px solid rgba(42, 124, 182, 1);
	border-radius: .75em;
}
.rent_search_submit_btn img{
	width: 1.5em;
}

#bg_black_warp {
	display: none;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 900;
	opacity: 0;
	transition: opacity .25s ease;
}

/* 表示中の状態 */
#bg_black_warp.show {
	display: revert;
	opacity: 1;
}

/* ==========================
	staff_detail layout
========================== */

.staff_detail {
	padding: 2em 0;
}

/* 上段：プロフィール（左dl）＋画像（右） */
.staff_detail_grid {
	display: grid;
	grid-template-columns: 60% 30%;
	align-items: flex-start;
}

/* ▼ 上段 dl（出身地〜趣味まで） */
.staff_profile_basic dl {
	display: grid;
	grid-template-columns: 10em auto; /* ★固定幅で揃える */
	width: 100%;
	min-height: 30em;
}

/* ▼ 下段 dl（メッセージ以降 90%幅） */
.staff_profile_more {
	grid-column: 1 / -1;
	width: 100%;
}

.staff_profile_more dl {
	display: grid;
	grid-template-columns: 10em auto; /* ★同じく固定幅で揃える */
	width: 100%;
}

/* 共通 dt/dd */
.staff_detail dt,
.staff_detail dd {
	padding: .75em 1.5em;
	margin-bottom: .5em;
	min-height:4em;
	color: rgba(51,51,51,1);
	display: flex;
	align-items: center;
	text-align: left;
	box-sizing: border-box;

}

.staff_detail dt {
	background: rgba(231,247,255,1);
	font-weight: bold;
	width: 200px;
	min-width: 200px;
	font-size: 1em;
}

.staff_detail dd {
	background: #fff;
	font-size: 1em;
}

.staff_profile_image {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.staff_profile_image_inner {
	width: 100%;
	max-width: 230px;
	text-align: center;
}

@media (max-width: 768px) {
	.staff_detail_grid {
		grid-template-columns: 100%;
		row-gap: 1.5em;
	}
	.staff_profile_image {
		order: -1;
	}
	.staff_profile_basic dl,
	.staff_profile_more dl {
		grid-template-columns: 30% 70%;
	}
}







/* -------------------------------------------------------------
　用
------------------------------------------------------------- */
.section_more_btn ,
.section_back_btn {
	width: 240px;
	height: 60px;
	border-radius: 40px;
	font-size: 16px;
	font-weight: bold;
	background-image: linear-gradient(45deg, #204483, #56ccf9);
	position: relative;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2em auto;

	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
}
.section_more_btn:after {
	position: absolute;
	content: "›";
	font-size:20px;
	font-weight:bold;
	right: 1em;
	margin: 0 .25em 0 .5em;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.section_back_btn:before {
	position: absolute;
	content: '‹';
	font-size:20px;
	font-weight:bold;
	left: 1em;
	margin: 0 .25em 0 .5em;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

/* -------------------------------------------------------------
　コラムカード用
------------------------------------------------------------- */
.column_cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1em auto;
	gap: 2.5em;
}
@media (max-width: 768px) {
	.column_cards {
		justify-content: center;
	}
}

.column_card{
	width: 325px;
	min-height:300px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	margin-bottom:1.5em;

	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
	transition: 0.5s;
}
.column_card:hover{
	transform: scale(105%);
}
.column_card img{
	width:325px;
	height:220px;
	border-radius: .5em;
	object-fit: contain;
	padding:.5em;
}

.column_card h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1em;
	margin: .5em;
	color: rgba(42, 124, 182, 1);
}

.column_card_tags{
	display: flex;
	flex-wrap: wrap;
	gap: .5em;
	margin: .25em .5em;
	min-height:1.5em;
}

.column_card_tags li {
	font-size: .75em;
	padding: .4em .75em 0;
	background: #e18700;
	color: #FFF;
	font-weight: bold;
	border-radius: .5em;
	line-height: 1;
	display: flex;
	align-items: center;
	height: 2em;
}
.column_card_tags li a{
	color: #FFF;
	font-weight: bold;
}
.column_card_date{
	font-size: .75em;
	margin: .5em;
}

@media (max-width: 768px) {
.column_card h3 {
	font-size: 16px;
}
.column_card_tags li a{
	font-size: 10px;
}
.column_card_date{
	font-size: 14px;
}
}
/* ------------------------------
   電話問い合わせボックス（contact_call）
------------------------------ */

.contact_call {
	margin: -10em auto 0;
	width: 900px;
	max-width: 90vw;

	height: 320px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: rgba(205, 239, 255, 0.8);
	background-blend-mode: lighten;
	border-radius: 2em;
	position: relative;

	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
}
.contact_call.contact_call_footer {
	margin: 0 auto;
	background-color: rgb(18 67 119 / 90%);
	background-blend-mode: soft-light;
}
.contact_call_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2em;
	height: 100%;
}
.contact_call_title {
	width:430px;
	max-width:90%;
}

.contact_call_btn {
	display: flex;
	background: linear-gradient(90deg, #E18700, #F6BB18);
	border: 2px solid #FFF;
	width: 580px;
	max-width: 80vw;

	height: 160px;
	margin: 1em auto;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	border-radius: 15px;
}
.contact_call_number {
	display:flex;
	color:#FFF;
	font-size:40px;
}
.contact_call_number span{
	color:#FFF;
	font-size:40px;
	font-weight:bold;
}
.contact_call_number img{
	width:40px;
}

@media (max-width: 768px) {
	.contact_call {
		height: 230px;
		padding: 1em;
	}
	.contact_call_inner {
		gap: 0em;
	}
	.contact_call_number {
		font-size:32px;
	}
	.contact_call_number span{
		color:#FFF;
		font-size:28px;
		font-weight:bold;
	}
	.contact_call_number img{
		width:32px;
	}
}

.contact_call_btn p{
	color:#FFF;
	font-size:20px;
}

@media (max-width: 768px) {
	.contact_call_btn p{
		font-size: 3.5vw;
	}
}
/* ------------------------------

------------------------------ */
.new_arrival {
	background: url(../img/bg_new_arrival.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: initial;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0 0 8em 0;
	padding-bottom:3em;
}
.new_arrival:before {
	content: "";
	width: 100%;
	height: 100px;
	color: #FFF;
	background-image: linear-gradient(135deg, #168BEB, #81DCFF);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

/* ------------------------------

------------------------------ */
.property_cards {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 2em;
	margin: 3em auto;
}

.property_card {
	width: 17em;
	min-height: 22em;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	background: rgba(245, 245, 245, 1);
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
	cursor: pointer;

	transition: 0.5s;
}
.property_card:hover{
	transform: scale(105%);
}
@media (max-width: 1024px) {
	.property_cards_warp {
		width: 100%;
		overflow-x: auto;
	}
	.property_cards {
		flex-wrap: nowrap;
		width: fit-content;
	}
	.property_card {
		width: 17em;
		overflow: clip;
	}
}
@media (max-width: 768px) {
	.property_card {
		min-width: 240px;
	}
}
.property_card a{
/*	min-height: 24em; */
	display: block;
}
@media (max-width: 1200px) {
.property_card a{
	min-height: auto;
}
}
.property_card_img{
	width:100%;
	height: 12em;
	object-fit: contain;
	padding:.25em;
}
.property_card_type {
	position: absolute;
	top: .5em;
	left: 1em;
	background: rgba(225, 135, 0, 1);
	color: #FFF;
	font-size: .75em;
	padding: .3em .75em 0;
	height: 2em;
	border-radius: .5em;
	line-height: 1;
	display: flex;
	align-items: center;
}
.property_card_info {
	padding: 1em 1em 1.5em;
	display: flex;
	flex-direction: column;
	gap: .5em;
}
.property_card_header{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.property_card_title{
/*	font-size:16px;*/
	font-size: 1.1em;
	color:rgba(42, 124, 182, 1);
}
.property_card_pay {
	font-size: 1.1em;
	font-weight: bold;
}
.property_card_tsubo{
	font-size:.9em;
}
.property_card_addr{
	font-size:.9em;
}
.property_card_rail{
	font-size:.9em;
}
@media (max-width: 768px) {
	.property_card_pay{
		font-size:14px;
	}
	.property_card_tsubo{
		font-size:13px;
	}
	.property_card_addr{
		font-size:13px;
	}
	.property_card_rail{
		font-size:13px;
	}
}
.property_card_btn {
	color: rgba(42, 124, 182, 1);
	background: none;
	border: none;
	padding: 0;
	border-radius: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	width: fit-content;
	height: fit-content;
	line-height: .5;
	font-weight: bold;
	gap:.5em;
	
}
.property_card_btn img{
	width:1.25em;
}
@media (max-width: 768px) {
	.property_card_btn img{
		width:20px;
	}
}

.property_card_long {
	width: 500px;
	height: 200px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	background: rgba(245, 245, 245, 1);
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);

}
.property_card_long a{
	display: flex;
}
.property_card_img{
	width:240px; 
	max-width:100%;
	height:160px;
	object-fit: contain;
	padding:.5em;
}
.property_card_long .property_card_img{
	width:260px;
	max-width:100%;
	height:200px;
}

.property_card_long .property_card_info {
	width:240px;
	padding-left:1.5em;
}

.property_card_long .property_card_header {
	align-items: flex-start;
}

.property_card_long .property_card_title {
/*	margin-top:1.5em; */
}



/* ------------------------------

------------------------------ */
.recommend{
	border-radius: 8em 0 0 0;
	background-image: linear-gradient(45deg, #168BEB, #81DCFF);
	padding-bottom:13em;
}
@media (max-width: 1024px) {
	.recommend{
		border-radius: 0;
	}
}

.recommend .section_more_btn {
	background-image: none;
	background:#FFF;
	border-radius: 1px solid rgba(42, 124, 182, 1);
	color:rgba(42, 124, 182, 1);
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
}
.recommend .section_more_btn:after {
	color:rgba(42, 124, 182, 1);
}

.recommend .main_subtitle,
.recommend .main_subtitle_en{
	color:#FFF;
}
.recommend .main_subtitle_en::before {
	color:#FFF;
}
.panoramic_view{
	border-radius: 0 0 8em 0;
	padding-bottom:3em;

	position: relative;
	overflow-x: hidden;
	text-align: center;
}


.panoramic_list_warp {
	width: 100%;
	overflow-x: auto;
}

.panoramic_view .panoramic_list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	white-space: nowrap;
	margin:3em auto;
	width: fit-content;
}

.panoramic_view .panoramic_list li {
	width:25em;
	max-width: 90vw;
	height:20em;

	display: flex;
	flex-direction: column;
}
.panoramic_view .panoramic_list li iframe{
	width:100%;
	height:100%;

	border-radius: 1em;
	overflow: hidden;

}
.panoramic_view .panoramic_list li a{
	font-size: 1em;
	font-weight:bold;
	width:100%;
	height:auto;
}
.panoramic_nav {
	display: flex;
	justify-content: center;
	gap: .5em;
	margin-top: 1em;
}

.panoramic_nav span {
	width: .7em;
	height: .7em;
	border-radius: 50%;
	background: #ccc;
	cursor: pointer;

	margin-bottom:3em;
}

.panoramic_nav span.active {
	background: #2a7cb6;
}

.commitment {
	background: url(../img/bg_commitment.png);
	background-repeat: no-repeat;
	background-position: bottom 10% right -30vh;
	background-size: 150vh;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0 0 8em 0;
	padding-bottom: 3em;
}

.commitment ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 1em 0;
	gap: 1em;
}
.commitment li{
	width:300px;
	height:320px;
	border-radius:1em;
	overflow: hidden;
	background:#FFF;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
	margin-bottom: 1em;
}
.commitment li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.commitment_title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1em;
	width: 300px;
	height: 160px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-color: rgba(2, 77, 156, .7);
	background-blend-mode: overlay;
}
.commitment_title *{
	color:#FFF;
}
.commitment_title p{
	font-size:2em;
	text-align:center;
}
.commitment .commitment_link_text {
	display: flex;
	gap: .5em;
	align-items: center;
}
.commitment_link_text span{
	font-size:1em;
}
.commitment_link_text img{
	width:2em;
}
.commitment_desc {
	padding: 2em 1.5em;
	font-size: 1em;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.commitment_title p {
		font-size: 30px;
	}
	.commitment_link_text span{
		font-size:14px;
	}
	.commitment_desc {
		font-size:14px;
	}
}
.commitment br.thumb{
	display: revert;
}

/* ------------------------------

------------------------------ */
.column {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0 0 8em 0;
	padding-bottom:3em;
}
.column:before {
	content: "";
	width: 100%;
	height: 100px;
	color: #FFF;
	background: #cee8f5;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.points_view{
	padding: 5em 0;
	border-radius: 8em 0 0 0;

	background: url(../img/point_item_bg.svg);
	background-repeat: no-repeat;
	background-position: top 15em right -1em;

	background-color: #cee8f5;
}

.points_view h2{
	font-size: 1.75em;
	text-align: center;
	align-items: baseline;
}
.points_view h2 strong{
	font-size: 1.2em;
	color: #2A7CB6;
}
.points_view h2 img{
	width: 25em;
	display: block;
	margin: -1.5em auto 1em;
}

.points_item_warp {
	width: 100%;
	margin-bottom: 2em;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.points_item_warp.right{
	align-items: flex-end;
}
.points_item {
	display: flex;
	background: #FFF;
	min-width: 80%;
	max-width: 100%;
	min-height: 20em;
	padding: 0 2em 0 calc( ( 100vw - 100% ) / 4 + 1em );
	flex-direction: row;
	align-items: center;
	border-radius: 0 2em 2em 0;
	justify-content: space-between;
	gap:1em;
	z-index: 1;
}

.points_item_warp.right .points_item{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;

	padding: 0 calc( ( 100vw - 100% ) / 4 + 1em ) 0 2em;
	border-radius: 2em 0 0 2em;
}
@media (max-width: 768px) {
	.points_item_warp.right .points_item,
	.points_item {
		flex-direction: column-reverse;
		padding: 2em 2em 2em;
	}
}

.points_header {
	width: 26em;
	max-width: 100%;
	min-height: 10em;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 1em;
}

.points_title{
	width:auto;
	height:3.5em;
	margin: 0 6em -1.5em;
	z-index: 2;
}
.points_subtitle {
	color:rgba(225, 135, 0, 1);
	font-size: 1.5em;
	line-height: 1.2;
}
.points_desc {
	font-size: 1.1em;
}
.points_item img {
	width:auto;
	height: 16em;
}

@media (max-width: 768px) {
	.points_desc {
		font-size: 14px;
	}
}

/* ------------------------------

------------------------------ */
.contact_view{
	background: url(../img/contact_view_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	overflow: hidden;
}

.contact_view2 {
	background: url(../img/contact_view_bg.png);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
}
.contact_view:after{
	content: "";
	position: absolute;
	top:0;
	background: url(../img/contact_view_icon.svg);
	background-repeat: no-repeat;
	background-position: top right 10%;
	width:100%;
	height:100%;
	z-index:-1;
}
.contact_view .main_subtitle,
.contact_view .main_subtitle_en{
	display: block;
	text-align:center;
}
.contact_view_header {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 1em;
	margin: 1em 0 3em;
}

@media (max-width: 768px) {
	.contact_view_header {
		flex-direction: column-reverse;
		align-items: center;
	}
}
.contact_view_header img{
	width:9em;
}
.contact_view_title {
	display: flex;
	text-align: center;
	font-size: 1.5em;
	align-items: center;
	flex-direction: column;
	margin-bottom:.5em;
}
.contact_view_title strong{
	font-size: 1em;
	color: #2A7CB6;
}

.contact_view_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: auto;
}
.contact_view_item {
	display: flex;
	border: 2px solid #2A7CB6;
	width: 290px;
	max-width: 30%;
	flex-direction: column;
	align-items: center;
	gap:.75em;

	border-radius: 1em;
	padding:2.5em 1.125em;
}
@media (max-width: 768px) {
.contact_view_header img{
	margin-right: 4em;
}

.contact_view_title {
	font-size: 16px;
}
.contact_view_title span{
	font-size: 12px;
}
	.contact_view_item {
		max-width: 90%;
		font-size: 13px;
	}
}

.contact_view_item img{
	width:auto;
	height:4em;
}
.contact_view_item *{
	color: #2A7CB6;
	text-align:center;
}
.contact_view_item h4 {
	font-size: 1.25em;
	height: 1em;
	margin-top: .5em;
	margin-bottom: .25em;
}
.contact_view_item p{
	font-size:1em;
	line-height:1.8;
}


/* ------------------------------

------------------------------ */
.property_search_no_data {
	display: block;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em 0;
	width: 90%;
	margin: 0 auto;
	border-radius: .5em;
	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.25);
}
.property_search_no_data *{
	font-size: 1em;
	font-weight: bold;
}

.contact_aside_link {
	width: 90%;
	min-height:4.5em;
	margin:1em auto 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	color: #FFF;
	background-image: linear-gradient(45deg, rgba(225, 135, 0, 1), rgba(246, 187, 24, 1));
	border:.25em solid #FFF;
	border-radius:1em;
	font-size:1.5em;
	line-height:1.2;
	letter-spacing: -.1em;

	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.25);
}
.contact_aside_link span,
.contact_aside_link div{
	display: flex;
	align-items: baseline;
	
	font-size:1em;
	color: #FFF;
}
.contact_aside_link_column{
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: fit-content;
	padding:1em 0;
	border-radius: 5em;
	font-size: 1.25em;
}
.contact_aside_link img{
	width:1.25em;
	margin:0 .25em;
	line-height:1.2;
}
@media (max-width: 1024px) {
	.contact_aside_link,
	.property_search_no_data {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.contact_aside_link,
	.property_search_no_data {
		width: 100%;
		flex-direction: column;
		padding: 1.5em 1em;
	}
	.contact_aside_link span, .contact_aside_link div {
		display: flex;
		align-items: stretch;
		font-size: 20px;
		color: #FFF;
		text-align: center;
	}

	.contact_aside_link img {
		width: 20px;
		margin: 0 .25em;
		line-height: 1.2;
	}
}

.search_sidebar section{
	background:rgba(231, 247, 255, 1);
	border-radius: .75em;
	padding: 1.5em 1.25em;
	margin: 0 0 1.5em;
}
@media (max-width: 768px) {
	.search_sidebar section {
		border-radius: 0;
		margin: 0;
		width: 100vw;
	}
}
.search_sidebar h3 {
	font-size: 1em;
	display: flex;
	align-items: center;
	color: rgba(42, 124, 182, 1);
	line-height: 1;
	gap: .25em;
}
.search_sidebar h3 img{
	width:1.2em;
}

.search_sidebar h4 {
	font-size: 1em;
	display: flex;
	align-items: center;
	gap: .25em;
	
	margin-top:1em;
}

.search_sidebar h4::before{
	content:"◆";
	color:#2A7CB6;
	font-size: 1.5em;
}
.search_sidebar hr{
	border-top: 1px solid rgba(42, 124, 182, 1);
	margin: .5em 0 1em;
}
.search_sidebar button[type="submit"] ,
.search_sidebar button[type="button"] {
	display: flex;
	align-items: center;
	justify-content: center;

	font-weight: bold;
	line-height: 1em;

	color: #FFF;
	background-image: linear-gradient(45deg, rgba(225, 135, 0, 1), rgba(246, 187, 24, 1));
	background-image: linear-gradient(45deg, rgba(32, 68, 131, 1), rgba(86, 204, 249, 1));

	border-radius: .75em;

	width: 100%;
	height: 2.5em;

	margin: .75em 0 1em;

}

.search_sidebar button[type="button"].filter_more_btn {
	color: rgba(42, 124, 182, 1);
	background:#FFF;
	
	border:1px solid rgba(42, 124, 182, 1);
}

.search_sidebar label {
	display: flex;
	align-items: stretch;
	gap: .25em;
	min-width: 8em;
}
.search_sidebar input[type="checkbox"] {
	width: 1.4em;
	height: 1.4em;
	border: 1px solid rgba(42, 124, 182, 1);
}
.search_sidebar input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: .25em;
	top: -.2em;
	width: .5em;
	height: 1em;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.search_sidebar div.filter_item{
	display: flex;
	flex-wrap: wrap;
	gap:.75em;
	
	margin: 0 0 1em;
}
.search_sidebar div.filter_item.input{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap:0;
}
.search_sidebar div.filter_item.input select,
.search_sidebar div.filter_item.input input{
	border:none;
	border-radius:.5em;
	padding:.25em .5em;
	max-width: 45%;
}
.search_sidebar div.filter_item.input span{
	font-size:.75em;
	margin:0 .25em;
}

.search_sidebar ul {
	display: flex;
	flex-wrap: wrap;
	gap: .75em;
}

.search_sidebar .item_btn li {
	color: rgba(42, 124, 182, 1);
	background: #FFF;
	border: 1px solid rgba(42, 124, 182, 1);
	padding: 0 1.5em;
	border-radius: 2em;

	display: flex;
	align-items: center;
	justify-content: center;

	width: fit-content;
	height: 2.5em;
	line-height: .5;
	font-weight: bold;
}
.search_sidebar .item_list li {
	list-style: inside;
	width: 100%;
	margin-left: 1em;
}

.search_list_wrap{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	
	margin:2.5em;
}

@media (max-width: 1200px) {
	.search_list_wrap{
		margin: 1.5em 1em;
	}
}

.search_list{
	width: 100%;
	max-width: 52em;
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin: 0 auto;
}
@media (max-width: 768px) {
.search_list{
	max-width: 768px;
}
}

.search_sidebar {
	width: 20em;
	min-width: 20em;
	max-width: 20em;
/*
	position: sticky;
	top: 100px;
	align-self: flex-start;
*/
}
.search_sidebar.sp_close{
	display: block;
}
@media (max-width: 768px) {
	.search_sidebar {
		width: 100vw;
		min-width: 100vw;
		max-width: 100vw;
		margin: 0 auto;
		height: 100vh;
		position: fixed;
		display: block;
		overflow-y:auto;
		left: 0;
		top: 60px;
		padding-bottom: 10em;
		background: rgba(231, 247, 255, 1);
	}
	.search_sidebar.sp_close{
		display: none;
	}
	.search_sidebar *{
		font-size:20px;
	}
	.search_sidebar label{
		align-items: center;
	}
}
.search_sidebar button[type="button"].search_sidebar_btn {
	position: absolute;
	background: none;
	right: 0;
	width: 4em;
}
.search_sidebar button[type="button"].search_sidebar_btn i{
	color:rgba(42, 124, 182, 1);
}
button[type="button"].search_sidebar_btn_open {
	display: flex;
	gap: .25em;
	font-weight: bold;
	color: rgba(42, 124, 182, 1);
	background: rgba(231, 247, 255, 1);
	border: 1px solid rgba(42, 124, 182, 1);
	border-radius: .75em;
	width: 100%;
	font-size: 1.5em;
	height: 2.5em;
	align-items: center;
	justify-content: center;
}
button[type="button"].search_sidebar_btn_open img {
	width: 2em;
}



.search_list .breadcrumbList{
	margin:0;
}

.search_list h1{
	display: flex;
	flex-direction: row;
	align-items: baseline;
	gap:.25em;

	margin:0;
}
.search_list h1 span{
	font-weight:bold;
}

@media (max-width: 768px) {
	.search_list h1 {
		flex-direction: column;
	}
	.search_list h1 span{
		padding-left:.5em;
	}
}
.search_list .property_tab {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 1em;
}

.property_tab_list{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: .25em;
}

.property_tab_list li {
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: .9em;
	font-weight: bold;
	line-height: .5em;

	color: #FFF;
	background: rgba(42, 124, 182, 1);

	width: fit-content;
	min-width: 7em;
	height: 3em;

	border-radius: .75em .75em 0 0;
	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.25);

}
.property_tab_list li.active {
	color: rgba(42, 124, 182, 1);
	background: #FFF;
}

.property_tab_sort {
	display: inline-flex;
	align-items: center;
	position: relative;
	margin-left: auto;
}
@media (max-width: 768px) {
	.property_tab_sort {
		gap:1em;
		margin-left: 1em;
		margin-right: auto;
	}
	.property_tab_sort span.sp{
		font-size:12px;
		font-weight:bold;
		color: rgba(42, 124, 182, 1);
	}
	.property_tab_sort select{
		font-size:13px;
	}
}

.property_tab_sort::after {
	position: absolute;
	right: .75em;
	width: .75em;
	height: .5em;
	background-color: rgba(42, 124, 182, 1);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	pointer-events: none;
}

.property_tab_sort select {
	appearance: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;

	color: rgba(42, 124, 182, 1);
	background: #FFF;
	border: 1px solid rgba(42, 124, 182, 1);
	padding: .5em calc( 1.5em + .75em ) .5em  1.5em;
	border-radius: .75em;

	width: fit-content;
	height: 2.75em;

	font-weight: bold;
	cursor: pointer;
}

.search_list h2{
	margin:0;
/*	width: 10em; */
}
.search_list .property_list_card{
	display: flex;
	flex-direction: column;
/*	gap: 1em; */
	margin: 1.5em 0;
}
.search_list .property_list_card_header {
	display: flex;
	align-items: flex-start;
	gap: 1em;
	flex-wrap: wrap;
}
/*
.search_list .property_list_card_header{
	display: inline-flex;
	justify-content: space-around;
	align-items: flex-start;
	gap:1em;
}
*/
.search_list h2.property_list_card_title{
	margin-bottom:.25em;
}
.search_list .property_list_card_actions{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap:1em;
	margin-left: auto;
}

@media (max-width: 768px) {
	.search_list .property_list_card_actions {
		flex-direction: column;
		margin-left: 0;
		margin-right: auto;
	}
	.search_list .property_list_card_actions *{
		font-size:13px;
	}
}
.search_list .property_list_card_btn {
	padding: 0 1.5em;
	border-radius: 2em;
	width: 13em;
	min-width: 13em;
	max-width: 13em;
	height: 2.5em;
}
.search_list .property_list_card_btn img{
	width:1em;
}
.search_list .property_list_card_btn i{
	color: rgba(42, 124, 182, 1);
}
.search_list .property_list_card_btn.active{
}

.property_list_card_info{
	display:flex;
}
.property_list_card_img_thumb {
	width: 300px;
	min-width: 300px;
	height: 300px;
	min-height: 300px;
	background:#eee;
	object-fit: contain;
}
.property_list_card_img{
	width:90px;
	min-width:90px;
	height: 90px;
	min-height: 90px;
	background:#eee;
	object-fit: contain;
}
@media (max-width: 768px) {
	.property_list_card_img_thumb {
		width: 90vw;
		min-width: 90vw;
		height: 50vw;
		min-height: 50vw;
	}
	.property_list_card_img{
		width:15vw;
		min-width:15vw;
		height: 15vw;
		min-height: 15vw;
	}
}
.property_list_card_table{
	border-collapse: separate;
	border-spacing: 2px;
}
.property_list_card_table th,
.property_list_card_table td{
	text-align:center;
	vertical-align: middle;
	border:1px solid rgba(217, 217, 217, 1);

	line-height: 1.3;
	padding: .5em 0;
}
.property_list_card_table td img{
	width:70px;
	min-width:70px;
	height:70px;
	min-height:70px;
	background:#eee;
	object-fit: contain;
}
.property_list_card_table th{
	font-size:.9em;
	font-weight:bold;
	background:rgba(217, 217, 217, 1);
}
.property_list_card_table th.limit100{
	width:80px;
	font-size:.75em;
}

.property_list_card_table tr{
	margin:.5em;
}

@media (max-width: 768px) {
	.property_list_card_table th{
		font-size:10px;;
	}
	.property_list_card_table th.limit100{
		font-size:10px;;
	}

	.property_list_card_table tr{
		font-size:10px;;
	}
}
.property_list_card_info_list {
	display: grid;
	grid-template-columns: 7em 1fr;
	color: rgba(51, 51, 51, 1);
	margin: .5em 1em;
	gap:.5em;
}
.property_list_card_info_list dt,
.property_list_card_info_list dd{
	height: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	padding: .25em .5em;
}

.property_list_card_info_list dd.train {
	flex-direction: column;
	align-items: flex-start;
}
.property_list_card_info_list dd.train a{
	color: #2A7CB6;
}

.property_list_card_info_list dd{
	justify-content: flex-start;
}
.property_list_card_info_list dt{
	background: rgba(217, 217, 217, 1);
	border-radius: .5em;
	font-weight: bold;
}

@media (max-width: 768px) {
	.property_list_card_info_list dt,
	.property_list_card_info_list dd{
		font-size: 12px;
	}
}

.property_list_card_gallery{
	display: flex;
	overflow: auto;
	gap: .5em;
	margin: .75em auto;
}

@media (max-width: 768px) {
	.property_list_card_gallery{
		margin: 1em auto;
	}
}

.property_list_card_gallery img{
	-webkit-user-drag: none;
	user-drag: none;
}
.property_tab_list button{
	width:100%;
	height:100%;
	background:none;

	font-weight: bold;
	line-height: .5em;

	color: #FFF;
	padding: .25em 1.25em 0;
}
.property_tab_list li.active button{
	color: rgba(42, 124, 182, 1);
}
@media (max-width: 1024px) {
.property_tab_list button{
	font-size: 1em;
}
}
.contact_aside_link_blue {
	width: 100%;
	min-height:4.5em;

	margin:1em auto 2em;
	padding: 1em;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;

	color: #FFF;
	background-image: linear-gradient(45deg, rgba(0, 131, 207, 1), rgba(0, 186, 250, 1));
	border:.25em solid #FFF;
	border-radius:.5em;

	font-size:1.3em;
	line-height:1.2;
	letter-spacing: -.1em;
	text-align:center;

	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.25);
}
.contact_aside_link_blue *{
	font-size:1em;
	color: #FFF;
}
.contact_aside_link_blue span{
	font-size:1.25em;
	color: #FFF;
}

@media (max-width: 768px) {
.contact_aside_link_blue {
	font-size:1.5em;
	flex-direction: column;
}
}

.property_list_card_table_btn{
	width: 90%;
	height:3em;
	margin:0 auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	color: #FFF;
	background: #999;

	border-radius:.5em;
	font-size:.75em;
	letter-spacing: -.1em;

	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.25);
	cursor: pointer;
}
.property_list_card_table_btn.blue{
	background-image: linear-gradient(45deg, rgba(0, 131, 207, 1), rgba(0, 186, 250, 1));
}
.property_list_card_table_btn.heart{
	background-image: linear-gradient(45deg, rgba(225, 135, 0, 1), rgba(246, 187, 24, 1));
}
.property_list_card_table_btn.active{
	
}

@media (max-width: 768px) {
	.property_list_card_table_btn{
		height: 3em;
		font-size: 12px;
	}
}

#map_iframe{
	width: 100%;
	height: 100%;
	margin: 0px auto 0;
	display: flex;
	padding: 4px 4px 40px;
}



/* ------------------------------

------------------------------ */
.property_list_card_btns{
	display:flex;
	gap:1em;
	margin-left:auto;
	margin-right:1em;
}
.property_list_card_btn {
	color: rgba(42, 124, 182, 1);
	background: #FFF;
	border: 1px solid rgba(42, 124, 182, 1);
	padding: 0 1em;
	border-radius: .5em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12em;
	min-width: 12em;
	max-width: 12em;
	height: 3em;
	line-height: .5;
	font-weight: bold;
	gap: .5em;
}
.property_list_card_btn.property_detail_status {
	color: #FFF;
	background: #666;
	border: 1px solid #666;
}
.property_list_card_btn.property_detail_status.type1 { background: #F00; border-color:#F00; }
.property_list_card_btn.property_detail_status.type2 { background: #e18700; border-color:#e18700; }
.property_list_card_btn.property_detail_status.type3 { background: #F00; border-color:#F00; }
.property_list_card_btn.property_detail_status.type4 { background: #666; border-color:#666; }
.property_list_card_btn.property_detail_status.type5 { background: #F00; border-color:#F00; }

.property_list_card_btn.property_detail_status.typeb1 { background: #e18700; border-color:#e18700; }
.property_list_card_btn.property_detail_status.typeb2 { background: #F00; border-color:#F00; }

.property_list_card_btn img{
	width: 1em;
}
.property_detail_img_viewer{
	width:52em;
	height:48em;

	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.property_detail_img_view{
	width:52em;
	height:40em;

	position: relative;
}

#property_detail_img_view{
	width:52em;
	height:40em;

	object-fit: contain;
}

.property_detail_img_view_btns{
	position: absolute;
	top: calc( 20em - 1em);
	width: 100%;
	padding: 0 1em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.property_detail_img_view_btns button{
	background:none;
}

.property_detail_img_view_btns button i {
	font-size: 2em;
	color: rgba(42, 124, 182, 0.7);
	background: rgba(255, 255, 255, 0.7);
	border-radius: 1em;
	box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.7);
}

.property_detail_img_thumbs {
	width: 52em;
	height: 9em;

	display: flex;
	overflow-y: hidden;
	overflow-x: auto;
	gap: 5px;
	align-items: flex-end;
}
.property_detail_img_thumb{
	width:6em;
	min-width:6em;
	height:6em;
	min-height:6em;
	background:#eee;
	object-fit: contain;
}


@media (max-width: 1200px) {
	.property_detail_img_viewer{
		width:64vw;
		height:60vw;
	}
	.property_detail_img_view{
		width:64vw;
		height:50vw;
	}

	#property_detail_img_view{
		width:64vw;
		height:50vw;
	}

	.property_detail_img_view_btns{
		top: calc( 24vw - 1em);
	}
	.property_detail_img_view_btns button i {
		font-size: 2em;
	}

	.property_detail_img_thumbs {
		width: 64vw;
		height: 9vw;
	}
	.property_detail_img_thumb{
		width:7vw;
		min-width:7vw;
		height:7vw;
		min-height:7vw;
	}
}

@media (max-width: 768px) {
	.property_detail_img_viewer{
		width:85vw;
		height:80vw;
	}
	.property_detail_img_view{
		width:85vw;
		height:65vw;
	}

	#property_detail_img_view{
		width:85vw;
		height:65vw;
	}

	.property_detail_img_view_btns{
		top: calc( 33vw - 1em);
	}
	.property_detail_img_view_btns button i {
		font-size: 2em;
	}

	.property_detail_img_thumbs {
		width: 85vw;
		max-width: 85vw;
		height: 14vw;
	}
	.property_detail_img_thumb{
		width:14vw;
		min-width:14vw;
		height:14vw;
		min-height:14vw;
	}
}


.property_detail_img_thumbs.dragging {
	cursor: grabbing;
	cursor: -webkit-grabbing;
}

.property_detail_title_icon {
	width: 3em;
	min-width: 3em;
	max-width: 3em;
	background-image: linear-gradient(45deg, #204483, #56ccf9);
	padding: .5em;
	border-radius: 2em;
}

.property_detail_title {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1em;
	margin: 1em;
}
.property_detail_title h1{
	font-size: 1.75em;
	color: rgba(42, 124, 182, 1);
	min-width: 14em;
	max-width: 28em;
}


.property_detail_info{
	display: flex;
	gap:1em;
}

@media (max-width: 768px) {
	.property_detail_info{
		flex-direction: column;
		margin: auto;
		width: fit-content;
	}
}

.property_detail_info_right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap:1em;
}
.property_detail_info_list {
	display: grid;
	grid-template-columns: 9em 1fr;
	color: rgba(51, 51, 51, 1);
	margin: 0;
	gap: .5em;
}
.property_detail_info_list dt {
	background: rgba(217, 217, 217, 1);
	border-radius: .5em;
	font-weight: bold;
}
.property_detail_info_list dd {
	justify-content: flex-start;
}
.property_detail_info_list dt, 
.property_detail_info_list dd {
	height: fit-content;
	display: flex;
	justify-content: center;
	line-height: 1.5;
	padding: .25em .5em;
	flex-direction: column;
	align-items: center;
}
.property_detail_info_list dd.row {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: .25em;
}
.property_detail_info_list dd ,
.property_detail_info_list dd *{
	font-size:1.1em;
	line-height: 1;
}
.property_detail_info_list dd div{
	font-size:1em;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	line-height: 1.5;
}
.property_detail_info_list dd.train{
	font-size:1.1em;
}
.property_detail_info_list dd.train div,
.property_detail_info_list dd.train div a{
	font-size:1em;
	line-height: 1.2;
}
.property_detail_info_list dd.train div a{
	color: #2A7CB6;
}
.property_detail_info_list dd{
	align-items: flex-start;
	line-height: 1.6;
}
.property_detail_info_list dd span{
	font-size:1.5em;
	margin-right:.25em;
}
.property_detail_info_list dd.rent_yen div{
	font-weight:bold;
}
.property_detail_info_list dd.rent_yen span{
	font-size:1.75em;
	font-weight:bold;
}
.property_option_form {
	margin: 0 ;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.property_option_radios {
	display: flex;
	flex-direction: column;
	padding: 1em 1.5em;
	background: rgba(234, 249, 255, 1);
	width: fit-content;
	border-radius: 1em;
	gap: .25em;

}
@media (max-width: 768px) {
	.property_option_radios {
		width: 100%;
	}
	.property_option_radios *{
		font-size: 14px;
	}
}
.property_option_radios input[type="radio"]{
	margin-right: .75em;
}

.property_option_radios label{
	font-weight:bold;
}
.property_option_submit{
	font-size: 1.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: linear-gradient(45deg, rgba(225, 135, 0, 1), rgba(246, 187, 24, 1));
	color: #FFF;
	width: 9.5em;
	height: 4em;
	justify-content: center;
	border-radius: .5em;
}
@media (max-width: 768px) {
	.property_option_submit {
		width: 100%;
		flex-direction: row;
		gap: .75em;
		font-weight: bold;
		font-size: 18px;
		height: 3em;
	}
}
.property_option_submit img{
	width: 2.5em;
	margin-bottom: .25em;
}
.property_detail_main_desc{
	display:flex;
}
.property_detail_main_desc section {
	width:calc( 50% - 1em );
}

.property_detail_main_overview_warp{
	display:flex;
}
.property_detail_main_access {
	padding-left:4em; 
	border-left:1px solid rgba(42, 124, 182, 1);
	width:50%;
}
.property_hr {
	width: calc(100% - 4em);
	height: 1em;
	border: none;
	border-bottom: 1px solid rgba(42, 124, 182, 1);
	margin: auto;
}
.property_detail_main_overview{
	width:calc( 50% - 1em );
}

.property_detail_main_equip_warp{
	display:flex;
}
.property_detail_main_equip_warp .property_detail_main_equip_left{
	width:calc( 50% - 1em );
	margin-top: 0;
}
.property_detail_main_equip_warp .property_detail_main_equip_right{
	margin-top: 0;
	padding-left:4em; 
	border-left:1px solid rgba(42, 124, 182, 1);
	width:50%;
}

@media (max-width: 768px) {

	.property_detail_main_desc{
		display:flex;
		
	}
	.property_detail_main_desc section {
		width:100%;
	}

	.property_detail_main_overview_warp{
		display:flex;
		flex-direction: column;
	}
	.property_detail_main_access {
		padding-left:0; 
		border:none;
		border-bottom:1px solid rgba(42, 124, 182, 1);
		padding-bottom:1em; 
		width:100%;
	}

	.property_detail_main_overview{
		width:100%;
		border-bottom:1px solid rgba(42, 124, 182, 1);
		padding-bottom:1em; 
	}

	.property_detail_main_equip_warp{
		display:flex;
		flex-direction: column;
	}
	.property_detail_main_equip_warp .property_detail_main_equip_left{
		width:100%;
		margin-top: 0;
	}
	.property_detail_main_equip_warp .property_detail_main_equip_right{
		margin-top: 0;
		padding-left:0; 
		border:none;
		width:100%;
	}

}


.property_detail_staff{
	display:flex;
	gap:1em;
}
.property_detail_staff img{
	width:250px;
	height:300px;
	object-fit: contain;
}
@media (max-width: 768px) {
	.property_detail_staff {
		flex-direction: column;
		align-items: center;
	}
	.property_detail_staff img{
		width:100%;
	}
	.property_detail_staff p{
		font-size:14px;
	}
}

section.tab-panel{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 2em;
	width:calc( 23em * 3 + 4em );
	margin: 4em auto;
	display: none;
}
section.tab-panel.active{
	display: flex;
}
.tab-menu{
	display: flex;
	gap: .5em;
	margin-left: 1.5em;
	position: relative;
	z-index: 10;
}

.tab-menu li{
	background: #FFF;
	width: 9em;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .5em .5em 0 0;

	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
}

.tab-menu li a{
	font-weight:bold;
	color: rgba(42, 124, 182, 1);
}
@media (max-width: 768px) {
.tab-menu li {
	font-size:12px;
}
.tab-menu li a{
	font-size:12px;
}
}
.tab-menu li.active{
	background: rgba(42, 124, 182, 1);
}
.tab-menu li.active a{
	color: #FFF;
}

.tab_gallery_card{
	display:flex; 
	flex-direction: column; 
	width:23em;

	border-radius:.5em;
	overflow:hidden;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
}
.tab_gallery_card img {
	padding:.25em;
	height:260px;
	background:rgba( 127,127,127,0.1 );
	object-fit: contain;
}
.tab_gallery_card p {
	margin: 0 auto;
	width: 25em;
	font-size: .8em;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
iframe{
	width: 100%;
/*	max-height: 50em;*/
	height: 50vw;
}

@media (max-width: 768px) {
	section.tab-panel.active {
		display: flex;
		align-items: center;
		width: 100%;
		flex-direction: column;
	}
	.tab_gallery_card {
		width: 90vw;
	}
}

/* ------------------------------

------------------------------ */
.voice_cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2%;
	
	margin-top:1em;
}
.voice_card{
	width:32%;
	min-width: 330px;
	height: 30em;
	border-radius:.75em;
	overflow:hidden;
	box-shadow: 0 0 .5em rgba(0, 0, 0, 0.25);

	margin-bottom:3em;
	transition: 0.5s;
}
.voice_card:hover{
	transform: scale(105%);
}
.voice_card a{
	display: flex;
	flex-direction: column;
	gap: .8em;
}
.voice_card img {
	width: 100%;
	height: 16em;
	object-fit: contain;
	padding:.25em;
	background:#EEE;
	object-position: 50% 20%;
}
.voice_card h3 {
	margin: 0 0 0 1em;
	font-size:1.25em;
	display:flex;
	align-items: center;
	color:rgba(42, 124, 182, 1);
	gap:.5em;
}
.voice_card h3 span{
	font-size:.75em;
	font-weight:bold;
	color:rgba(42, 124, 182, 1);
}
.voice_card p {
	margin: 0 auto;
	width:21em;
	height:7em;
	font-size:1em;
	line-height:1.8;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}
.voice_card_more {
	display: flex;
	gap: .5em;
	font-size:1em;
	font-weight: bold;
	color: rgba(42, 124, 182, 1);
	justify-content: flex-end;
	align-items: center;

	margin: 0 1.75em;
}

.voice_card_more img{
	width:1.75em;
	height:auto;
	background:none;
}


/* ------------------------------

------------------------------ */
.staff_cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2em;
}
.staff_card{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width:31%;
	min-width: 320px;
	border:1px solid rgba(42, 124, 182, 1);
	border-radius:10px;
	overflow: hidden;

}
.staff_img {
	width: 100%;
	height: 16em;
	object-fit: contain;
	object-position: top;
	display: block;
	padding: .5em;
	background: #efefef;
}
dd.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
dl.staff_info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width:100%;
}

dl.staff_info dt {
	display: flex;
	align-items: center;
	width: 2.5em;
	color: #333;

	font-size: 1em;
	font-weight:600;

	padding: .25em;
	box-sizing: border-box;
}

dl.staff_info dd {
	width: calc(100% - 36px);
	padding: .25em 1em;
	box-sizing: border-box;

	font-size: 1em;
}
p.text-ellipsis {
	width: 21em;
	min-height: 5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	padding: .75em .75em;
	font-size: 1em;
	background: #FFF;
	border-radius: .5em;
	box-shadow: 0 1px 2px #ccc;
}
@media (max-width: 768px) {
	p.text-ellipsis {
		width: 100%;
	}
}
.staff_info_warp{
	border-top:1px solid rgba(42, 124, 182, 1);
	background:rgba(231, 247, 255, 1);
	padding:1em;
	padding-bottom: .5em;
	overflow: hidden;
	min-height: 17.5em;
}
.staff_info_warp h3{
	color:rgba(42, 124, 182, 1);
}
.staff_info_link{
	display:flex;
	justify-content: flex-end;
	margin-top:.5em;
	gap: .5em;
}
.staff_info_link div{
	font-size: 1em;
	color:rgba(42, 124, 182, 1);
	font-weight:bold;
}
.staff_info_link img {
	width: 1.5em;
	height: auto;
}



/* ------------------------------

------------------------------ */
.company_contact_card {
	display: flex;
	flex-direction: column;
	width: 15em;
	min-width: 15em;
	max-width: 15em;
}
.company_contact_card .tel_number{
}
.company_contact_card .open_time *{
	font-size: .75em;
}
.company_contact_card .open_time .holiday{
	font-size: .75em;
}

.company_contact_card .unit{
	font-weight: bold;
}
.company_contact_card .tel{
	color: #2A7CB6;
	font-size: 1.5em;
	font-weight: bold;
}
@media (max-width: 768px) {
	.company_contact_card {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin:auto;
		margin-bottom:2em;
	}
	.company_contact_card *{
		font-size: 20px;
	}
	
	.company_contact_card .open_time,
	.company_contact_card .tel_number{
		margin:auto;
	}
}

/* ------------------------------

------------------------------ */
.limit_word_warp h2 {
	font-size:1.25em;
	color:#333;
	border-bottom: 1px dotted #777;
	font-weight: bold;
	padding: 0 0 .5em;
	margin: 0 0 .5em;
}
.limit_word_warp p {
	font-size:1.1em;
	line-height: 1.6;
	color: #333333;
}
.limit_word_warp ol {
	margin: 0 0 0 4em;
}
.limit_word_warp li {
	font-size:1.2em;
	text-indent: -3em;
}
@media (max-width: 768px) {
	.limit_word_warp ol {
		margin: 0;
	}
	.limit_word_warp li {
		text-indent: 0;
	}
}
p.outer{
	margin: 0 .5em 2em ;
}
.limit_word_warp .outer dt{
	font-size:1.2em;
	font-weight: bold;
}

.cookie-section,
.rule-section {
	margin: 0 0 3em;
}

/* ------------------------------

------------------------------ */
.building_list_header{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2em;
}
.building_list_header label{
	font-size:1.1em;
	font-weight:bold;
}
.building_list_header label input[type="text"]{
	padding: .125em .75em;
	border-radius: .5em;
	font-size:1.1em;
}
.building_list_gyo_warp {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1em;

	padding:.25em .5em;
	border-radius: .5em;
	width: fit-content;
	margin:1em auto;

	background: rgba(245, 245, 245, 1);
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
}
.building_list_gyo ,
.building_list_aiueo {
	display: flex;
	gap: 1em;
	padding:.25em .5em;
}
.building_list_gyo a,
.building_list_aiueo a{
	padding:.25em .5em;
	font-size:1.25em;
	font-weight:bold;
	color: #2A7CB6;
}
.building_list_gyo a.active,
.building_list_aiueo a.active{
	border-bottom:2px solid;
}
.building_list_search_warp {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	gap: 1em;
}
.building_list_search_submit_btn {
	display: flex;
	gap: .25em;
	padding: .5em 1em;
	font-weight: bold;
	color: rgba(42, 124, 182, 1);
	background: rgba(231, 247, 255, 1);
	border: 1px solid rgba(42, 124, 182, 1);
	border-radius: .75em;
}
.building_list_search_submit_btn.gray {
	background: #FFF;
}
@media (max-width: 768px) {
	.building_list_gyo a,
	.building_list_aiueo a{
		font-size:12px;
		padding:.125em .25em;
	}
}

/* ------------------------------

------------------------------ */
@media (max-width: 768px) {
body{
	padding-bottom:64px;
}
.cta_banner {
	position: fixed;
	bottom: 0;
	background-image: linear-gradient(45deg, rgba(225, 135, 0, 1), rgba(246, 187, 24, 1));
	width: 100vw;
	height: 64px;
	z-index: 899;
}
.cta_banner ,
.cta_banner *{
	color:#FFF;
	font-size:14px;
}
.cta_banner a {
	width: 100%;
	height: 100%;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}
.cta_banner div {
	display: flex;
	align-items: stretch;
	line-height: 1em;
}
.cta_banner img{
	width:1em;
	height:auto;
	margin-right:.25em;
}
}
/* ------------------------------

------------------------------ */

/* ------------------------------

------------------------------ */

/* ------------------------------

------------------------------ */
