@charset "shift_jis";
/* CSS Document */
/* ----------------------------------------------------
　body この記述は消さないでください！
  背景の色替えなどが必要な時に修正
---------------------------------------------------- */
body {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	background: #ffffff;
	margin: clamp(105px, 15vh, 125px) 0 0 0;
	padding: 0;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Arial', 'メイリオ', 'Meiryo', sans-serif;
}
.font_kaku {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}
/* ----------------------------------------------------
　header 固定 この記述は消さないでください！
  PCヘッダー固定用。色変更したいときはnew_headerのバックグラウンドを変更
---------------------------------------------------- */
h1 {
	color: #333;
	font-size: 11px;
	text-align: left;
	width: 44%;
	line-height: 35px;
	padding-left: 10px;
	float: absolute;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.head_title {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 44%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.new_header {
	background-color: #042455;
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0;
	z-index: 100;
}
.new_header_inner {
	min-width: 1000px;
}
.new_header_icon {
	float: left;
	margin: 8px 0 0 0;
}
.new_header_menu {
	float: right;
	margin-top: 6px;
}
.new_header_menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.new_header_menu li {
	list-style-type: none;
	float: left;
	padding: 0;
	margin-right: 6px;
}
.new_h_reserv {
	background-color: #fff;
	border-radius: 3px;
}
.new_h_reserv a {
	color: #042455 !important;
	text-align: center;
}
.new_header_menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 1px;
}
.new_header_menu a img {
	float: left;
	margin: 0px 10px 0px 0px;
}
.new_header_icon:hover,
.new_header_menu li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.new_header_menu li i {
	margin-right: 5px;
}
/*-------------------------------------------------------------------
検索ページ、物件一覧等のh2
-------------------------------------------------------------------*/
.ko_title {
	margin: 0;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 3px solid #ddd;
	color: #333;
	width: 100%;
	float: none;
	z-index: 0;
	overflow: initial;
	font-weight: bold;
	white-space: normal;
}
.ko_title:after {
	position: absolute;
	content: " ";
	border-bottom: solid 3px #042455;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}
/*-------------------------------------------------------------------
学区表示非表示設定
学区非表示にする場合は下記cssのコメントアウトをはずしてください
-------------------------------------------------------------------*/
/*
.sho_school , .sho_school_text , .sesrch_school , .list_school_text{
    display: none;
}
*/
/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
	width: 720px;
	margin: 0 auto;
}
.rental_inq a {
	box-sizing: border-box;
	border: 3px solid #ff7f00;
	background: #ff7f00;
	color: #fff;
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 18px;
	padding: 30px 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
.rental_inq a:after {
	position: absolute;
	bottom: -5px;
	content: "";
	vertical-align: middle;
	right: -5px;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	transform: rotate(45deg);
}
.rental_inq a:hover {
	background: #fff;
	color: #ff7f00;
}
.rental_inq a:hover:after {
	border-left: 10px solid #ff7f00;
}
.cc-color-override--958013087.cc-window {
	display: none;
}
/*-------------------------------------------------------------------
  ここから下を全削除後、各サイトの共通テンプレート
  ヘッダーフッターサイドバーなどで使用するcssを記載してください
  サイドバーのcssをそのまま使いたいとかであればうまく利用してください。
-------------------------------------------------------------------*/
/*ヘッダーとフッター*/
div.header {
	width: 100%;
	/*	background:url("../img/header_bg.png") repeat-x; */
	background-position: bottom;
	background-color: #fff;
	border-bottom: 2px solid #ccc;
}
/* div.header img{
	margin:30px 0px 0px 0px;
} */
.h_nav01 .header_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}
.h_nav01 .h_logo {
	width: 210px;
	float: left;
}
.h_nav01 .h_info {
	width: 610px;
	margin-left: 10px;
	float: left;
}
.h_nav01 .h_inq {
	width: 160px;
	float: right;
}
/*navi*/
.h_nav01 .h_nav {
	width: 100%;
	background: #042455;
	/*★メニュー背景色*/
}
.h_nav01 .h_nav ul {
	width: 1000px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	border-right: 1px solid #777777;
}
.h_nav01 .h_nav ul li {
	float: left;
	width: 141px;
	/*★メニュー項目横幅（項目数により変更）*/
	font-weight: bold;
	border-left: 1px solid #777777;
}
.h_nav01 .h_nav ul li:first-child {
	width: 147px !important;
	/*★1番目の項目横幅（項目数により調節）*/
}
.h_nav01 .h_nav ul li span {
	display: block;
	color: #cccccc;
	/*★メニュー文字色*/
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
}
.h_nav01 .h_nav ul li a {
	display: block;
	color: #ffffff;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;
}
.h_nav01 .h_nav ul li a:hover {
	color: #cccccc;
	/*★メニューhover文字色*/
	background: #021735;
	/*★メニューhover背景色*/
}
.f_nav01 {
	width: 100%;
	margin: 40px 0 0 0;
	border-top: 5px solid #042455;
	clear: both;
}
.f_nav01 .f_search_wrap {
	width: 1000px;
	margin: 10px auto;
	padding: 10px 0 0 0;
	overflow: hidden;
}
.f_nav01 .f_search {
	float: left;
}
.f_nav01 .f_search_ti {
	/*★検索タイトル文字指定*/
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.f_nav01 .f_search ul {
	width: 166px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
div.navi {
	width: 100%;
	height: 45px;
	background: #ffe8c4;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.navi ul {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
div.navi ul li {
	list-style: none;
	float: left;
}
div.navi ul li a {
	color: #402000;
	width: 195px;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
div.navi ul li a:hover {
	background: #ffc977;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
div.footer {
	width: 100%;
	background: url("../img/footer_arch.png") no-repeat;
	background-position: top center;
	padding: 0px;
}
div.footer img {
	margin: 150px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.footer p {
	color: #3f1f00;
	font-size: 24px;
}
.f_nav01 .f_company {
	clear: both;
	padding: 10px 0;
}
.f_nav01 .f_copyright {
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	line-height: 25px;
	background: #042455;
}
/* ----------------------------------------
　side
---------------------------------------- */
/*検索 共通*/
.s_search {
	width: 100%;
	margin: 0 auto 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.s_search h2 {
	color: #fff;
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #042455;
}
.s_search ul {
	margin: 8px 5px;
	padding: 0;
	list-style: none;
}
.s_search ul li {
	line-height: 35px;
	margin-bottom: 3px;
	text-indent: 10px;
	background: #f0f0f0;
	/*★以下、背景色 #F5F5F5→#F0F0F0 を各ブラウザで指定*/
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#f5f5f5),
			to(#f0f0f0));
	/* Webkit系 */
	background: -moz-linear-gradient(top, #f5f5f5, #f0f0f0);
	/* Mozilla系 */
	background: -ms-linear-gradient(top, #f5f5f5, #f0f0f0);
	/* IE10+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0)";
	/* IE8-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0);
	/* IE5.5-7 */
}
.s_search ul li a {
	width: 99%;
	margin: auto;
	display: block;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	/* text-indent: 30px; */
	text-decoration: none;
	background: url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
}
.s_search ul li a:hover {
	color: #000000;
	background: #dddddd url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
	/*★hover背景色・アイコン画像*/
}
.s_search_txt {
	margin: 5px;
	font-size: 10px;
	line-height: 14px;
}
/*店舗情報*/
.s_company {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.s_company h2 {
	color: #fff;
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #042455;
}
.s_company_inner {
	margin: 5px;
}
.s_company_inner p {
	clear: both;
}
.s_company_inner p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.s_company_btn-l,
.s_company_btn_r {
	margin-bottom: 10px;
}
.s_company_btn-l {
	float: left;
}
.s_company_btn_r {
	float: right;
}
.side {
	width: 300px;
	float: right;
	& img {
		max-width: 100%;
	}
	& ul {
		list-style: none;
	}
	& p, & ul, & h2, & h3, & hr {
		margin: 0;
		padding: 0;
	}
	& h2 {
		font-weight: bold;
		color: #333333;
	}
	& a {
		text-decoration: none;
		color: #000000;
	}
	.side_box {
		margin-bottom: 30px;
		padding: 25px;
		border-radius: 20px;
	}
	.side_bg_go {
		background: #f8f6f2;
	}
	.side_bg_gr {
		background: #f5f5f5;
	}
	.side_tl {
		margin-bottom: 15px;
		>p {
			display: flex;
			align-items: center;
			gap: 0 10px;
			margin-bottom: 10px;
			font-size: 13px;
			line-height: 1.2;
			color: #d8cfb7;
			font-weight: 800;
			letter-spacing: 0.1em;
			&:before {
				content: "";
				display: block;
				width: 9px;
				height: 9px;
				box-sizing: border-box;
				border: 3px solid #cbbf9f;
				border-radius: 50%;
			}
		}
		>h2 {
			font-size: 27px;
			line-height: 1.2;
			letter-spacing: 0.05em;
		}
	}
	.side_txt {
		margin-bottom: 15px;
		font-size: 13px;
		line-height: 1.5;
		color: #505050;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	.side_img {
		margin-bottom: 20px;
	}
	.side_btn {
		display: flex;
		align-items: center;
		gap: 0 12px;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
		padding: 7px 35px 7px 7px;
		background: #454f57;
		border-radius: 25px;
		font-size: 14px;
		line-height: 1.5;
		color: #ffffff;
		font-weight: bold;
		letter-spacing: 0.1em;
		transition: all 0.2s;
		&:hover {
			background: #b4a377;
		}
		&:before {
			content: "";
			width: 36px;
			height: 36px;
			background-image: url(/img/common/sidebar/btn_ar.webp);
			background-repeat: no-repeat;
			background-size: cover;
		}
		&:not(:last-of-type) {
			margin-bottom: 5px;
		}
	}
	#side_mem {
		display: block;
		>ul {
			margin-bottom: 15px;
			>li {
				display: flex;
				align-items: center;
				justify-content: space-between;
				padding: 8px;
				border-radius: 10px;
				background: #FFF;
				&:not(:last-child) {
					margin-bottom: 6px;
				}
				>img {
					width: 75px;
				}
				>div {
					width: 145px;
					.side_mem_en {
						margin-bottom: 7px;
						font-size: 10px;
						line-height: 1.1;
						color: #d6d6d6;
						font-weight: 800;
					}
					.side_mem_catch {
						margin-bottom: 5px;
						font-size: 14px;
						line-height: 1.1;
						color: #b4a377;
						font-weight: bold;
						letter-spacing: 0.05em;
					}
					.side_mem_txt {
						font-size: 11px;
						line-height: 1.2;
						color: #333333;
						font-weight: bold;
						letter-spacing: 0.05em;
					}
				}
			}
		}
	}
	#side_con {
		.side_con_box {
			margin-bottom: 20px;
			padding: 15px;
			background: #FFF;
			border-radius: 10px;
			>li {
				&:not(:last-child) {
					padding-bottom: 15px;
					margin-bottom: 15px;
					border-bottom: 1px solid #d2d2d2;
				}
				.side_rent_name {
					display: flex;
					align-items: center;
					gap: 0 10px;
					margin-bottom: 7px;
					font-size: 15px;
					line-height: 1.2;
					color: #b4a377;
					font-weight: bold;
					&:before {
						content: "";
						display: block;
						width: 10px;
						height: 10px;
						box-sizing: border-box;
						border: 3px solid #b4a377;
						border-radius: 50%;
					}
				}
				.side_rent_num {
					display: flex;
					align-items: center;
					gap: 0 8px;
					margin-bottom: 8px;
					font-size: 21px;
					line-height: 1.4;
					color: #b4a377;
					font-weight: bold;
					letter-spacing: 0.05em;
					&:before {
						content: "";
						width: 18px;
						height: 21px;
						background-image: url(/img/top/t_com_tel.webp);
						background-repeat: no-repeat;
						background-size: cover;
					}
				}
				.side_rent_txt {
					font-size: 13px;
					line-height: 1.4;
					color: #505050;
					font-weight: bold;
					letter-spacing: 0.05em;
				}
			}
		}
	}
	#side_nav {
		>ul {
			>li {
				&:not(:last-child) {
					margin-bottom: 10px;
				}
				>a {
					display: flex;
					flex-direction: column;
					justify-content: space-between;
					position: relative;
					aspect-ratio: 3 / 2;
					box-sizing: border-box;
					padding: 22px 12px 12px 20px;
					border-radius: 25px;
					.side_nav_img {
						width: 100%;
						height: 100%;
						border-radius: 25px;
						overflow: hidden;
						position: absolute;
						top: 0;
						right: 0;
						>img {
							width: 100%;
							height: 100%;
							object-fit: cover;
							transition: all 0.2s;
						}
					}
					.side_nav_box {
						position: relative;
						z-index: 2;
						>p {
							color: #FFF;
							font-weight: bold;
						}
						.side_nav_en {
							display: flex;
							align-items: center;
							gap: 0 10px;
							margin-bottom: 5px;
							font-size: 12px;
							line-height: 1.2;
							letter-spacing: 0.05em;
							&:before {
								content: "";
								display: block;
								width: 7px;
								height: 7px;
								box-sizing: border-box;
								border: 2px solid #FFF;
								border-radius: 50%;
							}
						}
						.side_nav_name {
							margin-bottom: 10px;
							font-size: 22px;
							line-height: 1.2;
						}
						.side_nav_txt {
							font-size: 12px;
							line-height: 1.35;
							letter-spacing: 0.05em;
						}
					}
					.side_nav_ar {
						display: flex;
						justify-content: flex-end;
						position: relative;
						z-index: 2;
						>img {
							width: 40px;
						}
					}
					&:hover {
						.side_nav_img {
							>img {
								transform: scale(1.1);
							}
						}
					}
				}
			}
		}
	}
}
/* ----------------------------------------
サイドバーを200pxで利用する場合は
下記のコメントアウトを外してください。
---------------------------------------- */
/*--side-200px用---
.container,
.pan_wrap_1000,
.lpo_main_inner {
  width: 1000px !important;
}

.list_block_wrap #search_table,
.search_list2,
#nave,
.shosai_side,
.side,
.lpo_side {
  width: 200px !important;
}

.lpo_main_l {
  width: 680px !important;
}

.lpo_main_r_search ul li a {
  height: 93px !important;
}

.lpo_main_r_search ul li p {
  margin: 10px 0 0 0 !important;
}

.lpo_main_r_search ul li img {
  padding: 10px 0 0 0 !important;
}

.search_list2 {
  padding: 15px 10px;
}
#nave {
  padding: 15px 10px 10px;
}

.search_list_bk h3 {
  font-size: 13px;
  text-align: center;
}

.search_set {
  padding: 10px 3px;
  font-size: 11px;
}

.search_list_main input[type="submit"] {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  margin: 10px 0;
}

.search_list_main select {
  width: 80px;
  font-size: 12px;
}
.list_search_title {
  font-size: 13px;
}
.list_side_kodawari_btn label,
.checkbox01-parts_2,
.radiobox01-parts {
  font-size: 12px;
}

.checkbox01-parts {
  font-size: 12px;
  padding-left: 20px;
}

.list_side_kodawari_reset a {
  font-size: 11px;
}

.list_side_search_half label {
  padding: 5px 3px;
  width: 82px;
  padding: 7px 3px;
  display: inline-block;
}

#nave ul li:not(:first-child) {
  width: 100%;
	display: block;
}

#nave a {
  font-size: 12px;
  margin: 0 0 5px;
}

.shosai_side_wrap {
  width: 194px;
  padding: 15px 10px;
}

.shosai_side_wrap h3 {
  font-size: 12px;
  line-height: 1.4;
  padding: 10px 5px;
}

.shosai_side_tel_btn {
	font-size: 20px;
}

.shosai_side_tel_btn i {
  font-size: 16px;
  margin-right: 5px;
}

.shosai_side_cv a {
  padding: 12px 0;
  font-size: 13px;
}

.shosai_side_tel p br {
  display: block;
}
.shosai_side_con ul {
  display: block;
}
.shosai_side_con ul li:first-child {
  margin-right: 0;
}

.shosai_side_con ul li a {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

--side-200px用---*/
/* ヘッダー */
#h_wrap {
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	padding: 30px clamp(120px, 9.2vw, 140px) 15px clamp(20px, 1.53vw, 30px);
	background-color: #ffffff;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 99;
	/* アニメーションとレンダリング最適化を常時適用 */
	transition: transform 0.3s ease;
	will-change: transform;
	/* 下スクロール時に付与される非表示クラス */
	&.is-hidden {
		transform: translateY(-100%);
	}
	& h2, h3, ul, li, p {
		margin: 0;
		padding: 0;
	}
	& ul, li {
		list-style: none;
	}
	& a {
		text-decoration: none;
		color: #000000;
	}
	>a {
		display: block;
		>img {
			width: clamp(400px, 30.7vw, 557px);
		}
	}
	.head_r {
		display: flex;
		gap: 0px clamp(25px, 1.9vw, 40px);
		>li {
			font-size: clamp(11px, 0.84vw, 16px);
			line-height: 1.5;
			letter-spacing: 0.05em;
			font-weight: bold;
			>a {
				position: relative;
				display: block;
				padding: 0px 5px;
				&:after {
					content: "";
					width: 100%;
					height: 3px;
					background: #beaf87;
					transform: scale(0, 1);
					transform-origin: left top;
					transition: transform 0.3s;
					position: absolute;
					left: 0;
					bottom: -4px;
				}
				&:hover {
					&:after {
						transform: scale(1, 1);
					}
				}
			}
		}
	}
	.h_history{
		display:flex;
		position: absolute;
		right:150px;
		top:10px;
		gap:20px;
		>ul{
			display:flex;
			gap:5px;
			>p{
				font-size:10px;
				font-weight:bold;
				line-height: 1.5;
				letter-spacing: 0.1em;
				color:#fff;
				background-color:#b4a377;
				border-radius:3px;
				padding:3px 5px;
			}
			>li{
				line-height: 21px;
				font-size:10px;
				>a{
				}
				>a:hover{
					text-decoration: underline;
				}
			}
		}
	}
}
/* ----------------------------------------
ハンバーガーメニュー
---------------------------------------- */
/* チェックボックスを非表示にする */
.drawer_hidden {
	display: none;
}
/* ハンバーガーアイコンの設置スペース */
.drawer_open {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: clamp(20px, 1.5vw, 30px);
	top: 20px;
	z-index: 250;
	cursor: pointer;
	background-color: #454f57;
	width: clamp(50px, 3.8vw, 70px);
	height: clamp(50px, 3.8vw, 70px);
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	transition: all 0.2s;
}
.drawer_open:hover {
	background-color: #beaf87;
}
/* ハンバーガーメニューのアイコン */
.drawer_open span {
	content: '';
	display: block;
	height: 4px;
	width: clamp(24px, 1.8vw, 30px);
	background: #ffffff;
	transition: 0.5s;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 2px;
}
/* 三本線の一番上の棒の位置調整 */
.drawer_open span:nth-of-type(1) {
	top: 33%;
}
/* 三本線の真ん中の棒の位置調整 */
.drawer_open span:nth-of-type(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}
/* 三本線の一番下の棒の位置調整 */
.drawer_open span:nth-of-type(3) {
	bottom: 33%;
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked~.drawer_open span:nth-of-type(1) {
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	margin: auto;
}
#drawer_input:checked~.drawer_open span:nth-of-type(3) {
	transform: rotate(-45deg);
	top: 0;
	bottom: 0;
	margin: auto;
}
#drawer_input:checked~.drawer_open span:nth-of-type(2) {
	display: none;
}
/* メニューのデザイン*/
.nav_content {
	z-index: 100 !important;
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	right: -100%;
	margin: auto;
	top: 0;
	background: #ffffff;
	transition: all 0.3s ease;
	overflow-y: auto;
	box-sizing: border-box;
	-ms-overflow-style: none;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	z-index: 200 !important;
	#f_wrap {
		border-radius: 0px;
		width: 100%;
		margin: 0px;
	}
}
/* メニュー黒ポチを消す */
.nav_list {
	list-style: none;
}
/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked~.nav_content {
	right: 0px;
}
/*  フッター  */
#f_wrap {
	overflow: hidden;
	background-color: #eceadc;
	width: calc(100% - clamp(20px, 1.5vw, 40px));
	margin: clamp(110px, 15.7vh, 130px) auto 0px auto;
	border-radius: 100px 100px 0px 0px;
	padding: 50px 0px 30px 0px;
	& h2, h3, ul, li, p {
		margin: 0;
		padding: 0;
	}
	& ul, li {
		list-style: none;
	}
	& a {
		text-decoration: none;
		color: #000000;
	}
	.moji_gold {
		color: #b4a377;
	}
	.foot_in {
		width: clamp(950px, 80vw, 1500px);
		margin: 0 auto;
	}
	.foot_t {
		display: flex;
		justify-content: space-between;
		align-items: center;
		.foot_t_l {
			.foot_t_l_b {
				font-size: clamp(25px, 1.9vw, 35px);
				line-height: 1.3;
				letter-spacing: 0.05em;
				font-family: "Zen Kaku Gothic Antique", sans-serif;
				font-weight: 900;
				font-style: normal;
			}
			.foot_t_l_s {
				font-size: clamp(12px, 0.92vw, 16px);
				line-height: 1.3;
				letter-spacing: 0.05em;
				font-weight: bold;
				margin: 15px 0px 0px 0px;
			}
		}
		.foot_t_r {
			background-color: #ffffff;
			border-radius: 10px;
			box-sizing: border-box;
			padding: clamp(20px, 2.8vh, 25px) clamp(20px, 1.5vw, 30px) clamp(25px, 3.5vh, 30px) clamp(20px, 1.5vw, 30px);
			.foot_t_r_eng {
				font-size: clamp(15px, 1.1vw, 20px);
				line-height: 1;
				letter-spacing: 0.05em;
				font-family: "Zen Kaku Gothic Antique", sans-serif;
				font-weight: 900;
				font-style: normal;
				color: #454f57;
			}
			.foot_t_r_con {
				display: flex;
				margin: clamp(15px, 2.1vh, 20px) 0px 0px 0px;
				gap: 0px clamp(50px, 3.8vw, 70px);
				>div {
					.foot_t_r_item {
						font-size: clamp(14px, 1vw, 18px);
						line-height: 1;
						letter-spacing: 0.05em;
						font-family: "Zen Kaku Gothic Antique", sans-serif;
						font-weight: 700;
						font-style: normal;
					}
					.foot_t_r_tel {
						font-size: clamp(32px, 2.4vw, 42px);
						line-height: 1;
						letter-spacing: 0.05em;
						font-family: "Zen Kaku Gothic Antique", sans-serif;
						font-weight: 700;
						font-style: normal;
						color: #454f57;
						margin: 10px 0px 0px 0px;
					}
					.foot_t_r_time {
						font-size: clamp(12px, 0.92vw, 15px);
						line-height: 1;
						letter-spacing: 0.05em;
						color: #505050;
						margin: 15px 0px 0px 0px;
						font-weight: bold;
					}
				}
				>div:nth-of-type(1) {
					position: relative;
					&:after {
						content: "";
						width: 1px;
						height: 100%;
						margin: auto;
						background: #eceadc;
						position: absolute;
						top: 0;
						right: clamp(-30px, -1.5vw, -20px);
					}
				}
			}
		}
	}
	.foot_btm {
		margin: clamp(40px, 5.7vh, 60px) 0px 0px 0px;
		padding: clamp(40px, 5.7vh, 60px) 0px 0px 0px;
		border-top: 1px solid #b4a377;
		display: flex;
		justify-content: space-between;
		.foot_btm_l {
			>a {
				display: block;
				>img {
					width: clamp(190px, 14.6vw, 243px);
				}
			}
			>p {
				font-size: clamp(12px, 0.92vw, 15px);
				line-height: 1.3;
				letter-spacing: 0.05em;
				font-weight: bold;
				margin: 15px 0px 0px 0px;
			}
			.foot_map {
				font-size: clamp(13px, 1vw, 17px);
				line-height: 1;
				letter-spacing: 0.05em;
				font-weight: bold;
				margin: clamp(13px, 1.8vh, 18px) 0px 0px 0px;
				padding: 0px 0px 0px clamp(18px, 1.3vw, 23px);
				position: relative;
				transition: all 0.2s;
				&:hover {
					color: #454f57;
					&:before {
						background-image: url(/img/common/footer/f_pin_h.webp);
					}
				}
				&:before {
					content: "";
					display: block;
					width: clamp(10px, 0.76vw, 15px);
					height: auto;
					aspect-ratio: 15 / 20;
					background-image: url(/img/common/footer/f_pin.webp);
					background-repeat: no-repeat;
					background-size: contain;
					position: absolute;
					bottom: 0;
					top: 0;
					margin: auto;
					left: 0px;
					transition: all 0.2s;
				}
			}
		}
		.foot_btm_r {
			display: flex;
			gap: 0px clamp(60px, 4.6vw, 80px);
			.foot_btm_r_l {
				display: flex;
				gap: 0px clamp(60px, 4.6vw, 80px);
				>div {
					.f_link_part {
						margin: 30px 0px 0px 0px;
						>div {
							.f_link_topic {
								font-size: clamp(13px, 1vw, 18px);
								line-height: 1;
								letter-spacing: 0.05em;
								font-family: "Zen Kaku Gothic Antique", sans-serif;
								font-weight: 700;
								font-style: normal;
								position: relative;
								&:before {
									content: "";
									width: clamp(10px, 0.76vw, 12px);
									height: auto;
									aspect-ratio: 1 / 1;
									border: 4px solid #b4a377;
									position: absolute;
									top: 0;
									bottom: 0;
									margin: auto;
									left: -20px;
									border-radius: 50%;
									box-sizing: border-box;
								}
							}
							>ul {
								margin: 20px 0px 0px 0px;
								>li:first-child {
									margin: 0px;
								}
								>li {
									width: max-content;
									font-size: clamp(11px, 0.84vw, 15px);
									line-height: 1;
									letter-spacing: 0.05em;
									margin: 15px 0px 0px 0px;
									padding: 0px 0px 0px 20px;
									position: relative;
									&:hover {
										>a {
											&:after {
												transform: scale(1, 1);
											}
										}
									}
									&:before {
										content: "";
										width: 6px;
										height: 2px;
										margin: auto;
										background-color: #000000;
										position: absolute;
										top: 0;
										bottom: 0;
										left: 0px;
										box-sizing: border-box;
									}
									>a {
										display: block;
										position: relative;
										&:after {
											content: "";
											width: 100%;
											height: 1px;
											background: #000000;
											transform: scale(0, 1);
											transform-origin: left top;
											transition: transform 0.3s;
											position: absolute;
											left: 0;
											bottom: -4px;
										}
									}
								}
							}
						}
					}
					.f_link_part:nth-of-type(1) {
						margin: 0px;
					}
				}
			}
			.foot_btm_r_r {
				display: flex;
				gap: 0px clamp(60px, 46.1vw, 80px);
				>ul {
					>li:first-child {
						margin: 0px;
					}
					>li {
						width: max-content;
						margin: clamp(23px, 3.2vh, 28px) 0px 0px 0px;
						>a {
							display: block;
							font-size: clamp(13px, 1vw, 18px);
							line-height: 1;
							letter-spacing: 0.05em;
							font-family: "Zen Kaku Gothic Antique", sans-serif;
							font-weight: 700;
							font-style: normal;
							position: relative;
							z-index: 0;
							&:hover {
								&:after {
									transform: scale(1, 1);
								}
							}
							&:before {
								content: "";
								width: clamp(10px, 0.76vw, 12px);
								height: auto;
								aspect-ratio: 1 / 1;
								border: 4px solid #b4a377;
								position: absolute;
								top: 0;
								bottom: 0;
								margin: auto;
								left: -20px;
								border-radius: 50%;
								box-sizing: border-box;
							}
							&:after {
								content: "";
								width: 100%;
								height: 13px;
								background: #ded7c3;
								transform: scale(0, 1);
								transform-origin: left top;
								transition: transform 0.3s;
								position: absolute;
								left: 0;
								bottom: -6px;
								z-index: -1;
							}
						}
					}
				}
			}
		}
	}
	.foot_other {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: clamp(80px, 11.4vh, 100px) 0px 0px 0px;
		.foot_other_cp {
			font-size: clamp(12px, 0.92vw, 15px);
			line-height: 1;
			letter-spacing: 0.05em;
		}
		>ul {
			display: flex;
			gap: 0px 35px;
			>li {
				>a {
					font-size: clamp(12px, 0.92vw, 15px);
					line-height: 1;
					letter-spacing: 0.05em;
					transition: all 0.2s;
					&:hover {
						color: #beaf87;
					}
				}
			}
		}
	}
}
.nav_content {
	#nav_inner {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc(100% - 100px);
		height: calc(100% - 100px);
		background: #eceadc;
		border-radius: 40px;
	}
	& h2, h3, ul, li, p {
		margin: 0;
		padding: 0;
	}
	& ul, li {
		list-style: none;
	}
	& a {
		text-decoration: none;
		color: #000000;
	}
	.moji_gold {
		color: #b4a377;
	}
	.foot_btm_r {
		display: flex;
		gap: 0px clamp(60px, 4.6vw, 80px);
		.foot_btm_r_l {
			display: flex;
			gap: 0px clamp(60px, 4.6vw, 80px);
			>div {
				.f_link_part {
					margin: 30px 0px 0px 0px;
					>div {
						.f_link_topic {
							font-size: clamp(13px, 1vw, 18px);
							line-height: 1;
							letter-spacing: 0.05em;
							font-family: "Zen Kaku Gothic Antique", sans-serif;
							font-weight: 700;
							font-style: normal;
							position: relative;
							&:before {
								content: "";
								width: clamp(10px, 0.76vw, 12px);
								height: auto;
								aspect-ratio: 1 / 1;
								border: 4px solid #b4a377;
								position: absolute;
								top: 0;
								bottom: 0;
								margin: auto;
								left: -20px;
								border-radius: 50%;
								box-sizing: border-box;
							}
						}
						>ul {
							margin: 20px 0px 0px 0px !important;
							>li:first-child {
								margin: 0px;
							}
							>li {
								width: max-content;
								font-size: clamp(11px, 0.84vw, 15px);
								line-height: 1;
								letter-spacing: 0.05em;
								margin: 15px 0px 0px 0px;
								padding: 0px 0px 0px 20px;
								position: relative;
								&:hover {
									>a {
										&:after {
											transform: scale(1, 1);
										}
									}
								}
								&:before {
									content: "";
									width: 6px;
									height: 2px;
									margin: auto;
									background-color: #000000;
									position: absolute;
									top: 0;
									bottom: 0;
									left: 0px;
									box-sizing: border-box;
								}
								>a {
									display: block;
									position: relative;
									&:after {
										content: "";
										width: 100%;
										height: 1px;
										background: #000000;
										transform: scale(0, 1);
										transform-origin: left top;
										transition: transform 0.3s;
										position: absolute;
										left: 0;
										bottom: -4px;
									}
								}
							}
						}
					}
				}
				.f_link_part:nth-of-type(1) {
					margin: 0px;
				}
			}
		}
		.foot_btm_r_r {
			display: flex;
			gap: 0px clamp(60px, 46.1vw, 80px);
			>ul {
				>li:first-child {
					margin: 0px;
				}
				>li {
					width: max-content;
					margin: clamp(23px, 3.2vh, 28px) 0px 0px 0px;
					>a {
						display: block;
						font-size: clamp(13px, 1vw, 18px);
						line-height: 1;
						letter-spacing: 0.05em;
						font-family: "Zen Kaku Gothic Antique", sans-serif;
						font-weight: 700;
						font-style: normal;
						position: relative;
						z-index: 0;
						&:hover {
							&:after {
								transform: scale(1, 1);
							}
						}
						&:before {
							content: "";
							width: clamp(10px, 0.76vw, 12px);
							height: auto;
							aspect-ratio: 1 / 1;
							border: 4px solid #b4a377;
							position: absolute;
							top: 0;
							bottom: 0;
							margin: auto;
							left: -20px;
							border-radius: 50%;
							box-sizing: border-box;
						}
						&:after {
							content: "";
							width: 100%;
							height: 13px;
							background: #ded7c3;
							transform: scale(0, 1);
							transform-origin: left top;
							transition: transform 0.3s;
							position: absolute;
							left: 0;
							bottom: -6px;
							z-index: -1;
						}
					}
				}
			}
		}
	}
}
/* ----------------------------------------
詳細
---------------------------------------- */
.shosai_side_cv a:nth-child(2) {
	display: none;
}
.shosai_inq_wrap div.shosai_inq2:nth-child(2) {
	display: none;
}