@charset "shift_jis";
/* CSS Document */
/*************************************************/
/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */
/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */
/* 対象箇所
---------------------------------------- */
/*************************************************/
/* ----------------------------------------
　common
---------------------------------------- */
body {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: calc(clamp(400px, 30.7vw, 557px) / 557 * 67 + 45px) 0 0 0;
	padding: 0;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Arial', 'メイリオ', 'Meiryo', -apple-system, BlinkMacSystemFont, sans-serif;
}
.font_kaku {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
}
H1 {
	color: #333333;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: absolute;
	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: 48%;
	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;
}
.login_show {
	display: none;
}
.logout_show {
	display: none;
}
.pc_off {
	display: none !important;
}
.toushi_mode {
	display: none !important;
}
/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* H1 */
.rhs_title_h1 {
	margin: 50px auto 30px auto;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 3px solid #ddd;
	width: auto !important;
	float: none;
	color: #333 !important;
	z-index: 0;
	overflow: initial;
	white-space: normal;
	text-overflow: clip;
}
.rhs_title_h1:after {
	position: absolute;
	content: " ";
	border-bottom: solid 3px #b4a377;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}
.container .rhs_title_h1 {
	margin-top: 20px;
}
/* H2 */
.rhs_title_h2 {
	margin: 50px auto 30px auto;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 3px solid #ddd;
}
.rhs_title_h2:after {
	position: absolute;
	content: " ";
	border-bottom: solid 3px #b4a377;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}
.container .rhs_title_h2 {
	margin-top: 20px;
}
/* 物件詳細のH3 */
.rhs_title_h3 {
	margin: 0 0 15px 0;
	padding: 0 0 12px 0;
	border-bottom: 2px solid #ddd;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
	position: relative;
}
.rhs_title_h3:after {
	position: absolute;
	content: " ";
	border-bottom: solid 2px #b4a377;
	bottom: -2px;
	width: 50px;
	display: block;
	left: 0px;
}
/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.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;
}
/**********
2023.03 マイページ改修
******************************/
/* main_mypage_menu */
.main_mypage_menu {
	margin: 0 0 30px 0;
}
.main_mypage_menu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 382px;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid #b4a377;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px #b4a377;
	font-weight: bold;
	text-decoration: none;
}
.main_mypage_menu ul li a {
	padding: 26px 12px 24px 20px;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a.mypage_menu_ac {
	padding: 27px 12px 23px 20px;
	background: #b4a377;
	color: #fff;
}
.main_mypage_menu ul li a {
	color: #b4a377;
	transition: all 0.2s;
}
.main_mypage_menu ul li p i.mypage_menu_icon,
.main_mypage_menu ul li a i.mypage_menu_icon {
	font-size: 22px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a i.fa-angle-right {
	font-size: 16px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a.mypage_menu_ac i.fa-angle-right {
	color: #b4a377;
}
.main_mypage_menu ul li p span,
.main_mypage_menu ul li a span {
	padding: 0 20px 0 0;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.8px;
}
.main_mypage_menu ul li a:hover {
	transform: translateY(2px);
	box-shadow: 0px 0px 0px 0px #b4a377;
	background: #b4a377;
	color: #fff;
}
.main_mypage_menu ul li a.mypage_menu_ac:hover {
	transform: translateY(0px);
	box-shadow: 0px 2px 0px 0px #b4a377;
}
h2.mp_title {
	background: #b4a377;
}
input.member_add_btn {
	background-color: #b4a377;
	border: 1px solid #b4a377;
}
input.member_add_btn:hover {
	color: #b4a377;
}
input.member_add_btn:focus {
	color: #b4a377;
}
#mp_bukken .mp_oshirase2 ul.mp_oshirase2_inner .osusume_list .shosai_link_box .shosai_link_tl:after {
	background: #b4a377;
}
#mp_bukken .osusume_more a {
	border: 1px solid #b4a377;
	box-shadow: 0px 2px 0px 0px #b4a377;
	color: #b4a377;
}
#mp_bukken .osusume_more a:hover {
	box-shadow: 0px 0px 0px 0px #b4a377;
	background: #b4a377;
}
.mem_match_conf .line-bg .selbg-title {
	background-color: #b4a377;
}
/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school{
	display:none;
}
*/
/* ----------------------------------------
　スポット情報　表示・非表示（物件詳細・マンションカタログ）
---------------------------------------- */
/*
.catalog_spot_wrap, .shosai_spot_wrap{
	display:none;
}
*/
/* ----------------------------------------
　来店予約システム
---------------------------------------- */
/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */
.on_raiten {
	display: none !important;
}
/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/
/* ----------------------------------------
2023.05 お気に入り関連項目
---------------------------------------- */
.maincontents .fav_checkbtn input[type="button"] {
	font-family: "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
		"Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/* ----------------------------------------
　header 固定
---------------------------------------- */
.new_header {
	background-color: #b4a377;
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0;
	z-index: 100;
}
.new_header_inner {
	width: 1200px;
	margin: 0 auto;
	overflow: auto;
}
.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;
}
.new_header_menu li {
	list-style-type: none;
	float: left;
	padding: 0;
	margin-right: 10px;
	text-align: center;
}
.new_header_menu li:nth-child(2) a {
	display: flex;
	align-items: center;
}
.new_header_menu li:nth-child(5),
.new_header li:nth-child(6) {
	background-color: #d33f0e;
	border-radius: 2px;
}
.new_header_menu li:nth-child(5) a,
.new_header li:nth-child(6) a {
	color: #ffffff;
	font-weight: bold;
}
.new_header_menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 8px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	position: relative;
}
.new_header_menu a i {
	margin: 0 5px 0 0;
}
.new_header_menu a img {
	float: left;
}
#header_home {
	width: 40px !important;
	background: none !important;
}
#header_home a {
	padding: 0px !important;
	height: 22px !important;
	width: 100% !important;
}
#header_home a img {
	margin: 0px auto;
	float: none;
}
.new_header_icon:hover,
.new_header_menu li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.new_header_home {
	width: 75px !important;
}
.new_header_home a {
	padding: 3px 5px;
}
.new_header_menu .favorite_num:not(:empty) {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	font-size: 10px;
	line-height: 17px;
	background: #d33f0e;
	color: #fff;
	border-radius: 50%;
	letter-spacing: -1px;
	text-indent: -1px;
	font-weight: bold;
	margin-left: 5px;
}
/* --　ここから下は削除してOK　-- */
/* ----------------------------------------
　header
---------------------------------------- */
/*********************************************
　　h_nav01
*********************************************/
.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: #b4a377;
	/*★メニュー背景色*/
}
.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背景色*/
}
/* ----------------------------------------
　footer
---------------------------------------- */
/*********************************************
　　f_navi01
*********************************************/
.f_nav01 {
	width: 100%;
	border-top: 5px solid #b4a377;
	/*★フッター上部の枠色*/
}
.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;
}
.f_nav01 .f_search ul li {
	text-align: left;
	margin: 5px 0;
}
.f_nav01 .f_search ul li a {
	display: block;
	color: #333333;
	/*★項目リストの文字色*/
	text-indent: 15px;
	text-decoration: none;
	background: url(/tool/sample/footer/img/list_icon.png) left 50% no-repeat;
	/*★項目リストのアイコン画像*/
}
.f_nav01 .f_search ul li a:hover {
	color: #d90000;
	/*★項目リストのhover文字色*/
	text-decoration: underline;
	background: url(/tool/sample/footer/img/list_icon_on.png) left 50% no-repeat;
	/*★項目リストのhoverアイコン画像*/
}
.f_nav01 .f_company {
	clear: both;
	padding: 10px 0;
}
.f_nav01 .f_tx {
	text-align: left;
	margin: 10px 0;
}
.f_nav01 .f_copyright {
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	line-height: 25px;
	background: #b4a377;
	/*★コピーライト背景色*/
}
/* ----------------------------------------
　side
---------------------------------------- */
/*サイドナビ左右入れ替え*/
.l-roomlist {
	width: 780px;
	float: left;
	margin-right: 20px;
}
.l-sidenavi,
.side {
	width: 300px;
	float: right;
	& img {
		max-width: 100%;
	}
	& ul {
		list-style: none;
	}
	& p, & ul, & h2, & h3, & hr {
		margin: 0;
		padding: 0;
	}
	& 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,
.lpo_container,
.lpo_main {
  width: 1000px !important;
}

.l-sidenavi,
.side,
.lpo_m_regist {
  width: 200px !important;
}

.l-sidewaku {
	padding: 15px 5px;
}

.l-sidewaku h4 {
	font-size: 13px;
	text-align: center;
}

.list_side_kensaku input {
	    font-size: 14px;
    line-height: 40px;
    height: 40px;
    margin: 10px 0;
}

.l-sidewaku h5 {
	font-size: 14px;
}

.list_side_shubetsu label,
.list_side_area .line_a2 label {
	font-size: 12px;
    padding: 5px;
}

.list_side_shubetsu label input,
.list_side_area .line_a2 label input {
	width: 13px;
	height: 13px;
}

.list_side_area input.pop_btn {
	    display: block;
    width: 80%;
}

.side_kakaku select {
	width: 82px;
	font-size: 13px;
}

.list_side_kodawari label {
	font-size: 12px;
}

.shosai_side_wrap {
    width: 194px !important;
	padding: 15px 5px !important;
}

.shosai_side_wrap h3 {
    font-size: 12px !important;
    line-height: 1.4 !important;
	padding: 10px 5px !important;
}

.shosai_side_tel_btn {
	font-size: 20px !important;
}

.shosai_side_tel_btn i {
    font-size: 16px !important;
    margin-right: 5px !important;
}

.shosai_side_cv ul li a {
	padding: 12px 0 !important;
	font-size: 13px !important;
}

.shosai_side_tel p br {
	display: block !important;
}
.shosai_side_con ul {
	display: block !important;
}
.shosai_side_con ul li:first-child {
	margin-right: 0 !important;
}

.shosai_side_con ul li a {
	width: 100% !important;
    box-sizing: border-box !important;
	text-align: center !important;
}

--side-200px用---*/
/*検索 共通*/
.s_search {
	box-sizing: border-box;
	margin: 0 auto 20px;
	border: 1px solid #cccccc;
}
.s_search h2 {
	color: #ffffff;
	/*★見出し文字色*/
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #b4a377;
	/*★見出し背景色*/
}
.s_search ul {
	margin: 8px 5px;
	padding: 0;
	list-style: none;
}
.s_search ul li {
	line-height: 35px;
	margin-bottom: 3px;
	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 {
	box-sizing: border-box;
	margin: 15px 0;
	border: 1px solid #cccccc;
}
.s_company h2 {
	color: #ffffff;
	/*★見出し文字色*/
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #b4a377;
	/*★見出し背景色*/
}
.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;
}
/* ヘッダー */
#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;
}
.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;
						}
					}
				}
			}
		}
	}
}
/*  フッター  */
#f_wrap {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 50px calc(clamp(20px, 1.5vw, 40px) / 2) 0 calc(clamp(20px, 1.5vw, 40px) / 2);
	margin: auto 0px auto;
	background: #FFF;
	& 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;
	}
	>div {
		background-color: #eceadc;
		padding-top: clamp(110px, 15.7vh, 130px);
		padding-bottom: 15px;
		border-radius: 100px 100px 0px 0px;
	}
	.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;
					}
				}
			}
		}
	}
}
#jsp {
	background: #FFF;
}
/* ----------------------------------------
移管ページ
---------------------------------------- */
.fw_button {
	border-radius: 2em;
	border: 3px solid #BFAF85;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-size: 21px;
	padding: 0.2em 1em;
	font-weight: 600;
	width: calc(50% - 10px);
	box-sizing: border-box;
	margin: auto;
	transition: 0.3s;
}
.fw_button:hover {
	background: #FFFDE7;
	text-decoration: none;
}
.fw_contact {
	border: 5px solid #BFAF85;
	border-top: none;
	margin: 60px auto;
	max-width: 1000px;
	background: #FFF;
	line-height: normal;
}
.fw_contact .fw_contact_head {
	background: #BFAF85;
	color: #FFF;
	text-align: center;
	font-size: 32px;
	padding: 0.2em 0;
}
.fw_contact_contactBtn {
	margin: 30px 0;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
.fw_contact_contactBtn::after {
	content: "";
	position: absolute;
	left: 50%;
	background: #CCC;
	width: 1px;
	height: 100%;
}
.fw_contact_contactTell {
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	width: 50%;
	color: #333333;
}
.fw_contact_contactMail {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	width: 50%;
}
.fw_contact_contactMail a {
	display: block;
	width: 80%;
	border: 5px solid #BFAF85;
	padding: 0.5em;
	color: #333;
}
.icon-tel::before {
	content: '\f879';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 0.2em;
	color: #BFAF85;
}
.icon-mail::before {
	content: '\f0e0';
	font-family: 'Font Awesome 5 Free';
	font-weight: 500;
	margin-right: 0.5em;
	color: #BFAF85;
	font-size: 1.5em;
	vertical-align: -0.15em;
}
#original_contents_fixed img {
	width: 100%;
}