@charset "shift_jis";

/* CSS Document */
/*************************************************/
/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */
/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */
/* 対象箇所
---------------------------------------- */
/*************************************************/
/* ----------------------------------------
　common
---------------------------------------- */
ul,
li,
a,
p {
	text-decoration: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 120px 0 0 0;
	padding: 0;
	font-family: YuGothic, 'Yu Gothic', sans-serif;
}

H1 {
	color: #333;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	padding-left: 4.5%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	width: calc(100vw - 10vw);
	min-width: 1200px;
}

.shosai_h1_left {
	min-width: 663px;
}

.head_title {
	color: #333;
	font-size: 11px;
	text-align: left;
	width: 50%;
	line-height: 35px;
	/* padding-left: 4.5%; */
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	width: calc(100vw - 10vw);
	min-width: 1200px;
}

.login_show {
	display: none;
}

.logout_show {
	display: none;
}

.pc_off {
	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 #042455;
	bottom: -3px;
	width: 80px;
	display: block;
	left: 0px;
}

.ko_list_title {
	width: 730px !important;
	margin: 10px auto 0px auto;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	border-bottom: 3px solid #DDD;
	float: none;
	color: #333 !important;
	z-index: 0;
	overflow: initial;
	white-space: normal;
	text-overflow: clip;
	min-width: unset;
}

.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 #042455;
	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 #042455;
	bottom: -2px;
	width: 50px;
	display: block;
	left: 0px;
}

/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school{
	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;
}

/**********
2023.05 お気に入り関連項目 end
******************************/
/* ----------------------------------------
　header 固定
---------------------------------------- */
.new_header {
	background-color: #042455;
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0;
	z-index: 100;
	display: none;
}

.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;
	overflow: hidden;
}

.new_header_menu li {
	width: 110px;
	list-style-type: none;
	background-color: #EEEEEE;
	float: left;
	padding: 0;
	margin-right: 6px;
	text-align: center;
}

.new_header_menu li:nth-child(5),
.new_header li:nth-child(6) {
	background-color: #D33F0E;
}

.new_header_menu li:nth-child(5) a,
.new_header li:nth-child(6) a {
	color: #ffffff;
}

.new_header_menu a {
	color: #303030;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 1px;
}

.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;
}

/*--shosai--*/
/*サイドナビ左右入れ替え*/
.l-roomlist {
	width: 780px;
	float: right;
}

.l-sidenavi {
	width: 200px;
	float: left;
}

.side {
	float: right;
	width: 200px;
}

/*--/shosai--*/
.h_mixblend {
	z-index: 999;
	position: relative;
	mix-blend-mode: difference;
	transition: mix-blend-mode 0s 0.4s;
}

.header_wrap {
	position: fixed;
	z-index: 500;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0px;
	padding: 40px 0 30px;
	background-color: #ffffffe3;
	backdrop-filter: blur(5px);

	& .header_inner {
		width: calc(100vw - 10vw);
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		min-width: 1200px;
	}
}

.gnavi__lists {
	display: flex;
	gap: 5vw;
	margin-right: 50px;
}

.gnavi__list {
	position: relative;
	transition: all .3s;
}

.gnavi__list:hover {}

.gnavi__list:hover::before {}

.gnavi__list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	font-size: clamp(0.875rem, 0.723rem + 0.32vw, 1rem);
}

.dropdown__lists {
	display: none;
	/*デフォルトでは非表示の状態にしておく*/
	width: 100%;
	min-width: 120px;
	position: absolute;
	top: 40px;
	left: -100%;
	right: -100%;
	margin: 0 auto;
	background-color: rgb(0 0 0 / 70%);
	border-radius: 10px;
	transition-duration: .3s;
}

.gnavi__list:hover .dropdown__lists {
	display: block;
	/*Gナビメニューにホバーしたら表示*/
}

.dropdown__list {
	transition: all .3s;
	position: relative;
	height: 50px;

	&::before {
		background-color: #fff;
		width: 80%;
		height: 1px;
		position: absolute;
		content: "";
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	&:last-child::before {
		content: none;
	}
}

.dropdown__list a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	text-decoration: none;
	position: relative;
	font-size: 13px;
}

@media (min-width: 601px) and (max-width: 1200px) {
	.header_wrap {
		.header_inner {
			min-width: 1000px;
		}
	}

	.gnavi__list {
		width: 90px;
	}
}

/*--footer--*/
.c_footer_wrap {
	padding: 130px 0;
	background-color: #fdfaf4;
}

.c_footer_inner {
	width: calc(100vw - 10vw);
	margin: 0 auto;
}

.c_footer_flex {
	display: flex;
	justify-content: space-between;
}

.c_footer_cate {
	width: 1000px;

	& li {
		display: flex;
		margin-bottom: 20px;

		& div,
		a {
			font-size: clamp(0.813rem, 0.69rem + 0.26vw, 0.938rem);
			font-weight: 500;
			color: #000;
		}

		& .c_footer_tl {
			width: 120px;
			margin-right: 50px;
		}

		& .c_footer_kago {
			display: flex;
			flex-wrap: wrap;
		}

		& a {
			margin-right: 20px;
			position: relative;
			margin-bottom: 10px;

			&:last-child::after {
				display: none;
			}

			&::after {
				content: "/";
				position: absolute;
				right: -12px;
			}
		}
	}
}

.c_footer_company {
	flex-grow: 1;
	text-align: right;

	& p {
		color: #414042;
		line-height: 2;
		font-weight: bold;
		margin-bottom: 40px;
		display: block;
		font-size: clamp(0.813rem, 0.69rem + 0.26vw, 0.938rem);
	}
}

.c_footer_logo {
	margin-bottom: 40px;
}

.c_footer_insta a i {
	font-size: 50px;
	color: #414042;
}

.c_footer_inc {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #414042;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	height: 40px;
}

.c_footer_bg {
	background: url(/img/top/sizen.webp)no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 480px;
}

/*--/footer--*/
/*--sidebar--*/
/*--news--*/
.s_news_wrap {}

.s_news_tl {
	display: flex;
	width: 100%;
	height: 60px;
	background-color: #b3a371;
	color: #fff;
	font-size: 32px;
	font-family: "Century Gothic";
	line-height: 1;
	justify-content: center;
	align-items: center;
	gap: 10px;

	& span {
		font-size: 12px;
		font-weight: bold;
		margin-top: 15px;
	}
}

.s_news_conts {
	background-color: #f2f4f3;
	padding: 10px 0 17px;
}

.s_news_iframe {
	width: 180px;
	height: 200px;
	background-color: #fff;
	overflow: hidden;
	margin: 0px auto;
	padding: 10px 10px 0;
	box-sizing: border-box;
}

.s_news_iframe iframe {
	width: 100%;
	height: 355px;
}

.s_news_btn {
	width: 180px;
	height: 40px;
	border: 1px solid #414042;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	font-size: 15px;
	color: #414042;
	margin: 10px auto 0;
	border-radius: 20px;

	&:hover {
		background-color: #414042;
		color: #fff;
	}

}

/*--search--*/
.s_search_wrap {
	margin-top: 30px;
	width: 100%;

	&>.search01 {
		& li a {
			width: 100%;
			height: 45px;
			display: flex;
			align-items: center;
			justify-content: left;
			font-size: 13px;
			font-weight: bold;
			color: #414042;
			border-bottom: 1px solid #414042;
			padding: 0 15px;
			box-sizing: border-box;

			&:hover {
				background-color: #fdfaf4;
			}

		}

		& li:last-child a {
			border-bottom: none;
		}
	}

	&>.search02 {
		display: flex;
		justify-content: space-between;
		margin: 10px 0 20px;
		flex-wrap: wrap;
		gap: 10px;

		& li a {
			width: 95px;
			background-color: #e8e3d4;
			border-radius: 10px;
			color: #414042;
			font-size: 12px;
			font-weight: bold;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 90px;
			line-height: 1;
			flex-wrap: wrap;

			&:hover {
				background-color: #B3A271;
				color: #fff;
			}

			& img {
				width: 50%;
			}
		}
	}

	&>.search03 {
		display: flex;
		justify-content: space-between;
		margin-top: 10px;

		& li a {
			width: 95px;
			background-color: #e8e3d4;
			border-radius: 10px;
			color: #b49e70;
			font-weight: bold;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 60px;
			gap: 7px;

			&:hover {
				background-color: #b49e70;

				& i,
				p,
				span {
					color: #fff;
				}
			}

			& i {
				font-size: 18px;
			}

			& p {
				line-height: 1;
				font-size: 15px;
				font-weight: bold;
			}

			& span {
				font-size: 10px;
				line-height: 1;
			}
		}
	}
}

.s_search_tl {
	width: 200px;
	height: 40px;
	background-color: #414042;
	display: flex;
	align-items: center;
	justify-content: left;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 15px;
	box-sizing: border-box;

	& span {
		font-size: 12px;
		color: #fff;
		margin-left: 20px;
		margin-top: 5px;
	}
}

/*contents*/
.s_contents {
	margin-top: 30px;

	&:hover {
		opacity: 0.8;

		& p {
			color: #b49e70;
		}
	}

	& p {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 10px;
		display: block;
		font-weight: bold;
	}
}

/*--company--*/
.s_company_wrap {
	margin-top: 30px;

	& p {
		font-size: 12px;
		color: #414042;
		line-height: 1.5;
		display: block;
		margin: 10px 0;
		font-weight: 500;
	}
}

.s_company_tl {
	width: 200px;
	height: 40px;
	background-color: #414042;
	display: flex;
	align-items: center;
	justify-content: left;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 15px;
	box-sizing: border-box;
	margin-bottom: 10px;

	& span {
		font-size: 12px;
		color: #fff;
		margin-left: 20px;
		margin-top: 5px;
	}
}

.s_company_btn {
	margin-top: 10px;

	& a {
		width: 200px;
		height: 40px;
		border: 1px solid #414042;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		font-size: 12px;
		color: #414042;
		border-radius: 20px;

		&:hover {
			background-color: #414042;
			color: #fff;
		}

	}
}

/*--/sidebar--*/
/* ----------------------------
ナビゲーション
----------------------------- */
.top_navi {
	display: flex;
	height: 65px;
	margin: 0px;
	padding: 0px 50px;
}

.top_navi li {
	margin-right: 90px;
	position: relative;
}

.top_navi li:last-of-type {
	margin-right: 0;
}

.top_navi li a {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	/* -webkit-align-items: center; */
	-ms-flex-align: center;
	/* align-items: center; */
	font-size: 16px;
	position: relative;
	color: #333;
	padding-top: 11px;
	box-sizing: border-box;
}

.top_navi li a::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: -22px;
	right: 0px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(135deg);
	left: 0px;
}

.fix_navi {
	position: fixed;
	top: 90px;
	right: 0px;
	z-index: 1050;
}

.fix_navi ul {}

.fix_navi ul li {}

.fix_navi ul li a {
	width: 90px;
	height: 90px;
	background-color: #fff;
	border: solid 1px #340200;
	text-align: center;
	font-size: 14px;
	color: #340200;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	gap: 7px;
}

.fix_navi ul li:first-child a {
	border-bottom: none;
}

.fix_navi ul li a img {
	display: block;
	margin: 0px auto;
}

.fix_navi ul li a:hover {
	background-color: #fff5f5;
}

/* fix_navi */
.nav_btn a,
.nav_top,
.open nav,
#inside_navArea nav,
#inside_navArea nav .inner ul li a,
#inside_navArea nav::before {
	display: block
}

#inside_navArea nav {
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	transition: .5s;
	z-index: -1
}

#inside_navArea nav::before {
	content: "";
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	z-index: -1
}

nav::-webkit-scrollbar {
	width: 0
}

nav::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: none
}

nav::-webkit-scrollbar-thumb {
	background-color: #fff;
	box-shadow: none
}

#inside_navArea.open nav {
	right: 0;
	opacity: 1;
	z-index: 10000;
}

nav .inner {
	padding: 50px 25px 20px
}

nav .inner ul {
	list-style: none;
	margin: -10px 0 30px;
	padding: 0
}

nav .inner ul li {
	position: relative;
	margin: 0
}

nav .inner ul li a {
	color: #333;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: .03em;
	text-decoration: none;
	transition-duration: .2s;
	text-align: left;
	position: relative;
	text-indent: 50px
}

nav .inner ul li a::before {
	content: "";
	background: #aaa;
	display: block;
	width: 10px;
	height: 3px;
	position: absolute;
	top: 17px;
	left: 20px
}

nav .inner ul li a:hover {
	background: #e4e4e4
}

.nav_top {
	width: auto;
	text-align: left
}

.nav_btn,
.nav_btn a {
	letter-spacing: .03em;
	margin-bottom: 20px;
	color: #000;
	text-align: left;
	line-height: 30px;
	font-size: 30px
}

.nav_top ul {
	margin-top: 30px
}

.h_con ul li a,
.inside_h_btn a,
.nav_btn span,
.nav_satei span,
.nav_satei ul li a {
	letter-spacing: .05em
}

.nav_btn span {
	display: inline-block;
	margin-left: 15px;
	font-size: 15px
}

.nav_btn a:hover,
.nav_btn a:hover span {
	letter-spacing: .2em;
	transition: .2s
}

.nav_satei {
	width: 510px;
	box-sizing: border-box;
	background: #eee;
	height: 150px;
	padding: 20px;
	text-align: center
}

.nav_satei span {
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 30px;
	position: relative
}

.nav_satei span::before {
	background: #000;
	left: 0
}

.nav_satei span::after {
	background: #000;
	right: 0
}

.nav_satei ul {
	display: flex;
	justify-content: space-between;
	margin-top: 20px
}

.nav_satei ul li a {
	display: block;
	width: 230px;
	height: 60px;
	text-align: center;
	color: #fff;
	background: #65b820;
	font-size: 15px;
	font-weight: 700;
	line-height: 60px;
	box-sizing: border-box;
	padding-right: 10px;
	position: relative;
	transition: .3s;
	border: 2px solid #65b820
}

.nav_satei ul li:nth-child(2) a {
	background: #265300;
	border: 2px solid #265300
}

.nav_satei ul li a:hover {
	border: 2px solid #265300;
	letter-spacing: .2em;
	transition: .3s
}

.nav_satei ul li:nth-child(2) a:hover {
	border: 2px solid #65b820;
	letter-spacing: .2em;
	transition: .3s
}

.inside_toggle_btn_c span,
.toggle_btn span {
	width: 20px;
	border-radius: 4px;
	transition: .5s;
	position: absolute
}

.nav_satei ul li a::before {
	content: "";
	background: url(../img/nav_arrow.png);
	display: block;
	width: 7px;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 24px
}

.toggle_btn {
	display: block;
	position: absolute;
	top: 3px;
	right: 15px;
	width: 30px;
	height: 30px;
	transition: .5s;
	cursor: pointer
}

.inside_toggle_btn_c,
.open #inside_mask {
	position: fixed;
	top: 35px;
	cursor: pointer;
	display: block;
	right: 20px;
}

.toggle_btn span {
	display: block;
	left: 0;
	height: 2px;
	background-color: #fff
}

.toggle_btn span:first-child {
	top: 4px
}

.toggle_btn span:nth-child(2) {
	top: 14px
}

.toggle_btn span:nth-child(3) {
	bottom: 4px
}

.open .toggle_btn span {
	background-color: #000
}

.open .inside_toggle_btn_c span:nth-of-type(1),
.open .toggle_btn span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-315deg);
	transform: translateY(5px) rotate(-315deg)
}

.open .inside_toggle_btn_c span:nth-of-type(2),
.open .toggle_btn span:nth-of-type(2) {
	-webkit-transform: translateY(-5px) rotate(315deg);
	transform: translateY(-5px) rotate(315deg)
}

.inside_toggle_btn_c {
	width: 50px;
	height: 50px;
	transition: .5s;
	z-index: 15000;
	background: #eee;
	box-sizing: border-box;
	border-bottom: none;
	border-radius: 100px;
}

.inside_toggle_btn_c p {
	color: #340200;
	font-size: 15px;
	text-align: center;
	margin-top: 17px;
	font-weight: bold;
}

.inside_toggle_btn_c span {
	display: block;
	left: 15px;
	height: 1px;
	background-color: #333;
}

.inside_toggle_btn_c span:nth-of-type(1) {
	top: 20px;
}

.inside_toggle_btn_c span:nth-of-type(2) {
	top: 30px;
}

.open .inside_toggle_btn_c span {
	background-color: #333;
}

.open #inside_mask {
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 98;
	transition: .8s;
	top: 0;
}

.h_con {
	display: flex;
	align-items: center
}

.h_con ul {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.h_con ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 28px;
	font-weight: 700;
	margin-right: 35px;
	position: relative;
	transition: .3s
}

.h_con ul li a::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #2b4156;
	transition: .3s
}

.h_con ul li a:hover {
	color: #2b4156;
	transition: .3s
}

.inside_h_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 86px;
	height: 86px;
	background: #2b4156;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	box-sizing: border-box;
	transition: .3s
}

.inside_h_btn a:hover {
	background: #719dc6;
	transition: .3s
}

.side_nav_wrap ul {
	list-style: none
}

.side_nav_wrap ul li a {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	margin: 0;
	color: #fff;
	transition: .3s
}

.inside_h_nav_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px
}

.side_nav_wrap {
	min-width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding-top: 200px;
	position: relative;
	box-sizing: border-box;
}

.side_top_link {
	position: absolute;
	right: 130px;
	top: 30px;
}

.inside_f_logo {
	position: absolute;
	left: 30px;
	top: 35px;
	line-height: 25px;
	color: #fff;
	font-size: 24px;
	font-weight: bolder;
}

.inside_f_logo a {
	color: #fff;
}

.side_sub_link ul,
.side_top_link ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.side_top_link ul li a {
	display: block;
	margin-right: 20px;
	font-weight: 500;
	padding: 0;
	font-size: 13px
}

.side_sub_link {
	position: absolute;
	right: 30px;
	bottom: 30px
}

.side_sub_link ul li a {
	display: flex;
	align-items: center;
	font-weight: 100;
	font-size: 13px
}

.side_sub_link ul li a::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 20px;
	background: #fff;
	margin: 0 20px
}

.side_sub_link ul li:first-child a::before {
	content: none
}

.side_main_link {
	width: fit-content;
	height: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 0;
	align-items: center;
}

.side_main_link_in {
	display: flex;
	justify-content: space-between;
}

.side_main_link ul li {
	width: 100%;
}

.side_main_link ul li a {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: .1em;
	transition: .3s;
	margin-left: 50px;
}

.side_nav_wrap ul li a:hover {
	text-decoration: underline;
	transition: .3s
}

.side_main_link span {
	display: block;
	font-size: 11px;
	line-height: 11px;
	font-weight: 100;
	letter-spacing: .3em;
	margin-bottom: 10px
}

.h_nav_small {}

.h_nav_small a {
	font-size: 16px !important;
	padding-left: 30px;
	position: relative;
	margin-top: -20px !important;
}

.h_nav_small a::before {
	content: "";
	width: 14px;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 18px;
	left: 10px;
}

.h_nav_small a::after {
	content: "";
	height: 10px;
	width: 2px;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 8px;
	left: 10px;
}

.side_com_link {
	position: absolute;
	left: 30px;
	bottom: 30px
}

.side_com_link p {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: .1em;
	margin: 0
}

.side_com_link p span {
	display: block;
	font-size: 15px;
	margin-bottom: 10px
}

.side_com_link ul li a i {
	font-size: 30px;
	font-weight: 100
}

.inside_h,
#inside_navArea nav {
	position: fixed;
	box-sizing: border-box;
}

#inside_navArea nav {
	opacity: 0;
}

.nav_shop_box {
	position: absolute;
	bottom: 40px;
	left: 0px;
	right: 0px;
}

.nav_shop_box ul {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.nav_shop_box ul li {
	width: 220px;
}

.nav_shop_ti {
	color: #fff;
	padding: 8px 15px;
	border: solid 1px #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 15px;
	display: inline-block;
}

.nav_shop_info {
	display: flex;
	gap: 10px;
	color: #fff;
	margin-bottom: 10px;
	align-items: flex-start;
}

.nav_shop_info span {
	display: inline-block;
	padding: 1px 3px;
	border: solid 1px #fff;
}

.nav_shop_info p {
	font-size: 14px;
	line-height: 19px;
}

.nav_shop_info:nth-of-type(1) {
	height: 57px;
}

.nav_shop_info:nth-of-type(2) {
	align-items: center;
}

.nav_shop_info:nth-of-type(2) span {
	padding: 3px;
}

/*--一覧--*/
.list_select {
	width: 135px !important;
}