@charset "UTF-8";
/*===================================
共通
===================================*/
img {
	width: 100%;
}
body {
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #000;
}

.flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.inner_1070 {
	/*注釈と同じ幅*/
	max-width: 1070px;
	width: 90%;
	margin: 0 auto;
}
.inner_1000 {
	max-width: 1000px;
	width: 90%;
	margin: 100px auto 0;
}
.cap_Txt {
	position: absolute;
	font-size: 10px;
	bottom: 5px;
	letter-spacing: 0.1em;
}
.cap_R {
	right: 5px;
}
.cap_L {
	left: 5px;
}
.cap_W {
	color: #fff;
}
.cap_B {
	color: #333;
}
.cap_G {
	color: #8a8a8a;
}
.cap_ShW {
	text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
}
.cap_ShB {
	text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

sup {
	font-size: 10px;
	vertical-align: top;
}
.f-60 {
	font-size: 60%;
}
.f-70 {
	font-size: 70%;
}
.f-80 {
	font-size: 80%;
}
.f-90 {
	font-size: 90%;
}
.f-110 {
	font-size: 110%;
}
.f-120 {
	font-size: 120%;
}
.f-130 {
	font-size: 130%;
}
.f-140 {
	font-size: 140%;
}
.f-150 {
	font-size: 150%;
}
.f-160 {
	font-size: 160%;
}
.f-170 {
	font-size: 170%;
}
.f-180 {
	font-size: 180%;
}
.f-190 {
	font-size: 190%;
}
.f-200 {
	font-size: 200%;
}
.f-210 {
	font-size: 210%;
}
.f-220 {
	font-size: 220%;
}
.f-230 {
	font-size: 230%;
}
.f-240 {
	font-size: 240%;
}

.hdr_bgOn {
	width: 0.1px;
	height: 0.1px;
	visibility: hidden;
}

/*===================================
header
===================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: 0.5s;
}
header.scrl {
	/*  background: rgba(255, 255, 255, .7);*/
	background: #fff;
}
/*header.scrl::before {
  content: "";
  display: block;
  width: 100%;
  height: 130%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.8) 100%);
}*/
header > div.flex {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
}
header > div.flex > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 82%;
	max-width: 1000px;
	margin: 0 0 0 auto;
}
header > div.flex h1 {
	width: 13.34%;
	margin-right: 2%;
}
header > div.flex h1 a {
	display: block;
	width: 100%;
	transition: 0.3s;
}
header > div.flex h1 a:hover {
	opacity: 0.7;
}
.h_right {
	justify-content: flex-end;
	align-items: center;
	margin: 0 0 20px;
}
.upper_list {
	display: flex;
	margin: 0 20px 0 0;
}
.upper_list li {
}
.upper_list li:not(:first-child) {
	margin: 0 0 0 20px;
}
.upper_list a {
	font-size: 10px;
	transition: 0.3s;
	color: #000;
	display: flex;
	align-items: center;
}
.upper_list a::before {
	content: '';
	width: 0.5em;
	height: 0.5em;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	margin-right: 0.75em;
}

.upper_list a:hover {
	opacity: 0.5;
}

.upper_btn {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.upper_btn li {
	width: 100px;
}
.upper_btn li a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #fff;
	width: 100%;
	padding: 10px 0 13px;
	text-align: center;
	transition: 0.3s;
	box-sizing: border-box;
}
.upper_btn li a span {
	position: relative;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.15em;
	line-height: 1;
	transition: 0.3s;
	z-index: 3;
}

.request_Btn {
	/* background: rgb(60,70,130);
background: linear-gradient(0deg, rgba(60,70,130,1) 0%, rgba(80,90,150,1) 100%); */
	background: rgb(140, 35, 35);
	background: linear-gradient(0deg, rgba(140, 35, 35, 1) 0%, rgba(180, 60, 60, 1) 100%);
}
.reserve_Btn {
	/* background: rgb(150,120,80);
background: linear-gradient(0deg, rgba(150,120,80,1) 0%, rgba(170,150,120,1) 100%); */
	background: rgb(60, 70, 130);
	background: linear-gradient(0deg, rgba(60, 70, 130, 1) 0%, rgba(80, 90, 150, 1) 100%);
}
.online_Btn {
	/* background: rgb(114,113,113);
background: linear-gradient(0deg, rgba(114,113,113,1) 0%, rgba(157,158,158,1) 100%);
pointer-events: none; */
	background: rgb(0, 90, 50);
	background: linear-gradient(0deg, rgba(0, 90, 50, 1) 0%, rgba(50, 120, 90, 1) 100%);
}

.bgleft:before {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	/*色や形状*/
	background: #fff; /*背景色*/
	width: 100%;
	height: 100%;
	/*アニメーション*/
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.request_Btn.bgleft:hover span {
	color: rgb(60, 70, 130);
}
.reserve_Btn.bgleft:hover span {
	color: rgb(150, 120, 80);
}
.online_Btn.bgleft:hover span {
	color: rgb(0, 90, 50);
}

/* メニュー */
#menuArea {
	position: absolute;
	top: 30px;
	right: 40px;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
}
#menuArea li {
	height: 40px;
	padding-top: 24%;
	margin: 0 18px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
#menuArea #menu {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
	color: #fff;
	z-index: 9999;
	text-align: center;
	cursor: pointer;
}
#menuArea #menu .bar {
	width: 40px;
	height: 18px;
	display: block;
	margin: 0 auto 4px;
	position: relative;
}
#menuArea #menu,
#menuArea #menu .bar span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
#menuArea #menu .bar span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}
#menuArea #menu .bar span:nth-of-type(1) {
	top: -8px;
}
#menuArea #menu .bar span:nth-of-type(2) {
	top: 4px;
}
#menuArea #menu .bar span:nth-of-type(3) {
	bottom: 0px;
}
/*#menuArea #menu.active .bar span {
  background-color: #6a5625;
}*/
#menuArea #menu.active .bar span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-315deg) scale(0.8);
	transform: translateY(12px) rotate(-315deg) scale(0.8);
}
#menuArea #menu.active .bar span:nth-of-type(2) {
	width: 30px;
	height: 30px;
	background-color: transparent;
}
#menuArea #menu.active .bar span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(315deg) scale(0.8);
	transform: translateY(-12px) rotate(315deg) scale(0.8);
}
#gNav {
	width: 95%;
	z-index: 99;
	transition: all 0.6s;
}
#gNav ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#gNav .nav_List {
	justify-content: space-between;
}
#gNav .nav_List li {
	position: relative;
	text-align: center;
	width: calc(100% / 10);
}
#gNav .nav_List li::after {
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	background: #cccccc;
	top: 0;
}
#gNav .nav_List li:first-child::before {
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	background: #cccccc;
	top: 0;
}
#gNav .nav_List li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
	font-size: clamp(11px, 0.8vw, 13px);
	letter-spacing: 0.05em;
	transition: 0.3s;
	align-content: center;
}
#gNav .nav_List li a::after {
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	background: #968b52;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.5s;
}
#gNav .nav_List li a:hover::after {
	width: 100%;
}
#gNav .nav_List li a span {
	padding: 0.5em 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#gNav .con_btn_Area {
	justify-content: center;
	padding-top: 20px;
	max-width: 800px;
}
#gNav .con_btn_Area li {
	width: 100%;
}
#gNav .con_btn_Area .request_Btn,
#gNav .con_btn_Area .reserve_Btn,
#gNav .con_btn_Area .online_Btn {
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 300px;
	padding: 15px 0;
}
#gNav .con_btn_Area .request_Btn,
#gNav .con_btn_Area .reserve_Btn {
	margin-bottom: 10px;
}

/* ナビゲーション リンククローズ */
/* .gNav .nav_List li:nth-child(5) a */
/*.gNav .nav_List li:nth-child(6) a,*/
/* .gNav .nav_List li:nth-child(7) a,
.gNav .nav_List li:nth-child(8) a */
 {
	opacity: 0.3;
	pointer-events: none;
}
/*NEW*/
#gNav .nav_List li:nth-child(4)::before
/* #gNav .nav_List li:nth-child(5)::before, */
/* #gNav .nav_List li:nth-child(6)::before, */
/* #gNav .nav_List li:nth-child(7)::before, */
/* #gNav .nav_List li:nth-child(8)::before */ {
	content: 'NEW';
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	color: #fff;
	font-size: 10px;
	padding: 0.2em 1em;
	background: #a08e5d;
	z-index: 1;
}

/* カレント */
#top #gNav .nav_List li:nth-child(1) a::after,
#concept #gNav .nav_List li:nth-child(2) a::after,
#location #gNav .nav_List li:nth-child(3) a::after,
#plan #gNav .nav_List li:nth-child(4) a::after,
#modelroom #gNav .nav_List li:nth-child(5) a::after,
#design #gNav .nav_List li:nth-child(6) a::after,
#quality #gNav .nav_List li:nth-child(7) a::after,
#equipment #gNav .nav_List li:nth-child(8) a::after,
#zeh #gNav .nav_List li:nth-child(9) a::after,
#brand #gNav .nav_List li:nth-child(10) a::after,
#map #gNav .nav_List li:nth-child(11) a::after,
#outline #gNav .nav_List li:nth-child(12) a::after {
	width: 100%;
}

/*===================================
footer
===================================*/
footer {
	text-align: center;
	position: relative;
}
footer .gNav {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
footer .gNav .nav_List {
	justify-content: center;
	font-size: 12px;
	letter-spacing: 0.22em;
	padding: 1.8em 0;
}
footer .gNav .nav_List li {
	padding: 0 1em;
}
footer .gNav .nav_List li:not(:first-child) {
	border-left: 1px solid #000
}
footer .gNav .nav_List li a {
	color: #000;
}
footer .bgBk {
	background: #000;
	padding: 70px 0;
}
footer .itiran_Btn {
	max-width: 200px;
	width: 20%;
	margin: 0 auto;
}
footer p {
	font-size: 14px;
}
footer .footer_logo {
	display: flex;
	justify-content: center;
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0 0;
}
footer .footer_logo li:not(:last-child) {
	margin-right: 5%;
}
footer .footer_logo li:nth-child(1) img {
	width: 212px;
}
footer .footer_logo li:nth-child(2) img {
	width: 233px;
}
footer .footer_tel {
	padding: 50px 0;
	color: #000;
	font-family: 'Shippori Mincho', serif;
	letter-spacing: 0.05em;
}
footer .footer_tel p:first-of-type {
	letter-spacing: 0.2em;
}
footer .footer_tel p:last-of-type {
	line-height: 1.3125;
}
footer .footer_tel a {
	display: block;
	font-size: 36px;
	color: #000;
	font-weight: 500;
	margin: 20px 0 15px;
}
footer .copyright {
	margin-top: 30px;
}
footer .copyright p {
	font-size: 12px;
	color: #fff;
}

footer .footer_Wrap {
	background: #123359;
	padding: 30px 0;
}
footer .footer_Wrap figure {
	max-width: 200px;
	margin: 0 auto;
}

footer .footer_Bnr {
	max-width: 440px;
	margin: 0 auto 50px;
}
footer .footer_Bnr a {
	transition: 0.3s;
}
footer .footer_Bnr a:hover {
	transition: 0.3s;
	opacity: 0.5;
}

/* pagetop
-------------------------------- */
#pageTop {
	cursor: pointer;
	font-size: 12px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	padding: 20px 20px 17px;
	/*  background: #123359;*/
	/*  border: #e2e2e2 1px solid;*/
	background: rgba(0, 0, 0, 0.6);
	z-index: 10;
}
#pageTop a {
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transition: 0.3s;
}

/*===================================
下層ページ
===================================*/

/* 注釈 */
.notes_Wrap {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 80px;
}
.notes_Wrap li {
	position: relative;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: justify;
	text-indent: 0;
	padding-left: 1em;
	margin-bottom: 3px;
}
.notes_Wrap li::before {
	position: absolute;
	content: '※';
	font-size: 12px;
	top: 0;
	left: 0;
}

.notes_Wrap li.loan {
	padding-left: 0;
}
.notes_Wrap li.loan::before {
	display: none;
}

/*  注釈下バナー  */
.p_bnr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.p_bnr a {
	display: block;
	width: 48%;
	transition: 0.5s;
}
.p_bnr a:hover {
	opacity: 0.5;
	transition: 0.3s;
}
/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/*===================================
  header
  ===================================*/
	.h_right {
		margin: 0 0 10px;
	}
	.upper_list {
		margin: 0 10px 0 0;
	}
	.upper_list li:not(:first-child) {
		margin: 0 0 0 10px;
	}
	.upper_btn li {
		width: 90px;
	}
	#gNav .nav_List {
		flex-wrap: wrap;
	}
	#gNav .nav_List li {
		width: calc(100% / 5);
		margin: 2px 0;
	}
	#gNav .nav_List li a::after {
		bottom: -2px;
	}
	#gNav .nav_List li a:hover::after {
		width: 90%;
	}

	#top #gNav .nav_List li:nth-child(1) a::after,
	#concept #gNav .nav_List li:nth-child(2) a::after,
	#location #gNav .nav_List li:nth-child(3) a::after,
	#plan #gNav .nav_List li:nth-child(4) a::after,
	#modelroom #gNav .nav_List li:nth-child(5) a::after,
	#design #gNav .nav_List li:nth-child(6) a::after,
	#quality #gNav .nav_List li:nth-child(7) a::after,
	#equipment #gNav .nav_List li:nth-child(8) a::after,
	#zeh #gNav .nav_List li:nth-child(9) a::after,
	#brand #gNav .nav_List li:nth-child(10) a::after,
	#map #gNav .nav_List li:nth-child(11) a::after,
	#outline #gNav .nav_List li:nth-child(12) a::after {
		width: 90%;
	}

	/*===================================
  content_Wrap
  ===================================*/

	/*===================================
  footer
  ===================================*/
	footer .gNav .nav_List {
		flex-wrap: wrap;
		font-size: 11px;
		padding: 1.8em 0;
	}
	footer .gNav .nav_List li {
		margin: 3px 0;
	}
}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	/*===================================
  header
  ===================================*/
	header.scrl {
		/*    background: rgba(0, 0, 0, .7);*/
	}
	header > div.flex {
		padding: 12px 0;
	}
	header > div.flex h1 {
		width: 30%;
		min-width: 100px;
	}
	.h_right .request_Btn,
	.h_right .reserve_Btn,
	.h_right .online_Btn {
		display: none;
	}
	#gNav {
		position: fixed;
		top: -100vh;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(255, 255, 255, 0.9);
		z-index: 99;
		transition: all 0.6s;
	}
	#gNav.panelactive {
		top: 0;
	}
	#gNav ul {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	#gNav .nav_List {
		padding-top: 60px;
		flex-wrap: wrap;
	}
	#gNav .nav_List li {
		width: calc(100% / 2);
		padding: 0;
		border-bottom: 1px solid #6a5625;
	}
	#gNav .nav_List li:nth-child(-n + 2) {
		border-top: 1px solid #6a5625;
	}
	#gNav .nav_List li:nth-child(odd) {
		border-right: 1px solid #6a5625;
	}
	#gNav .nav_List li::after,
	#gNav .nav_List li:first-child::before {
		content: none;
	}

	#gNav .nav_List li a {
		position: relative;
		display: block;
		width: 100%;
		color: #6a5625;
		font-size: 14px;
		padding: 1.5em 0;
		letter-spacing: 0.15em;
		transition: 0.3s;
		line-height: 1;
		box-sizing: border-box;
	}
	#gNav .nav_List li a span {
		display: block;
		padding: 0;
	}
	#gNav .nav_List li a::after {
		content: none;
	}

	#gNav .con_btn_Area {
		display: none;
	}
	#menuArea {
		top: 20px;
		right: 20px;
	}
	#menuArea li {
		margin: 0;
	}

	/*new*/
	#gNav .nav_List li:nth-child(4)::before,
	#gNav .nav_List li:nth-child(5)::before,
	#gNav .nav_List li:nth-child(6)::before,
	#gNav .nav_List li:nth-child(7)::before,
	#gNav .nav_List li:nth-child(8)::before {
		content: 'NEW';
		position: absolute;
		/*    top: 50%;*/
		top: 0;
		left: 0;
		/*    transform: translate(0, -50%);*/
		transform: none;
	}
	/* カレント */
	#top #gNav .nav_List li:nth-child(1) a,
	#concept #gNav .nav_List li:nth-child(2) a,
	#location #gNav .nav_List li:nth-child(3) a,
	#plan #gNav .nav_List li:nth-child(4) a,
	#modelroom #gNav .nav_List li:nth-child(5) a,
	#design #gNav .nav_List li:nth-child(6) a,
	#quality #gNav .nav_List li:nth-child(7) a,
	#equipment #gNav .nav_List li:nth-child(8) a,
	#zeh #gNav .nav_List li:nth-child(9) a,
	#brand #gNav .nav_List li:nth-child(10) a,
	#map #gNav .nav_List li:nth-child(11) a,
	#outline #gNav .nav_List li:nth-child(12) a {
		background: rgb(200 192 153 / 50%);
	}

	/*.下固定*/
	.sp_btm_nav {
		display: flex;
		position: fixed;
		bottom: 0;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		background: #e0e0e0;
		height: 60px;
		z-index: 10;
		border-top: #000 1px solid;
	}
	.sp_btm_nav li {
		width: calc((100% - 0.01%) / 5) !important;
		position: relative;
	}
	.sp_btm_nav li:nth-of-type(-n + 3) {
		border-right: solid 1px #000;
	}
	.sp_btm_nav .n_request {
		/* background: rgb(60,70,130);
    background: linear-gradient(0deg, rgba(60,70,130,1) 0%, rgba(80,90,150,1) 100%); */
		background: rgb(140, 35, 35);
		background: linear-gradient(0deg, rgba(140, 35, 35, 1) 0%, rgba(180, 60, 60, 1) 100%);
	}
	.sp_btm_nav .n_reserve {
		/* background: rgb(150,120,80);
    background: linear-gradient(0deg, rgba(150,120,80,1) 0%, rgba(170,150,120,1) 100%); */
		background: rgb(60, 70, 130);
		background: linear-gradient(0deg, rgba(60, 70, 130, 1) 0%, rgba(80, 90, 150, 1) 100%);
	}
	.sp_btm_nav .n_online {
		background: rgb(0, 90, 50);
		background: linear-gradient(90deg, rgba(0, 90, 50, 1) 0%, rgba(50, 120, 90, 1) 100%);
	}
	/*.sp_btm_nav .n_reserve {
    display: none;
  }*/
	.sp_btm_nav li a {
		height: 100%;
		display: block;
		padding: 40px 0 10px;
		box-sizing: border-box;
		font-size: 10px;
		color: #000;
		text-align: center;
		border: none;
	}
	.sp_btm_nav .n_request a,
	.sp_btm_nav .n_reserve a,
	.sp_btm_nav .n_online a {
		color: #fff;
	}

	.sp_btm_nav li[class*='n_']::before {
		position: absolute;
		display: block;
		left: 50%;
		transform: translateX(-50%);
		content: '';
	}
	.sp_btm_nav li.n_request::before {
		content: url(../img/sp_req.svg);
		width: 22px;
		height: 23px;
		top: 10px;
	}
	.sp_btm_nav li.n_online::before {
		content: url(../img/sp_online.svg);
		width: 24px;
		height: 23px;
		top: 10px;
	}
	.sp_btm_nav li.n_reserve::before {
		content: url(../img/sp_res.svg);
		width: 15px;
		height: 18px;
		top: 10px;
	}
	.sp_btm_nav li.n_tel::before {
		content: url(../img/sp_tel.svg);
		width: 27px;
		height: 27px;
		top: 8px;
	}
	.sp_btm_nav li.n_menu::before {
		content: url(../img/sp_menu.svg);
		width: 24px;
		height: 17px;
		top: 13px;
	}
	.sp_btm_nav li.n_map::before {
		content: url(../img/sp_map.svg);
		width: 16px;
		height: 21px;
		top: 12px;
	}

	/* 資料請求と電話の順番を変更 */
	.sp_btm_nav li:nth-of-type(1) {
		order: 2;
	}
	.sp_btm_nav li:nth-of-type(2) {
		order: 3;
	}

	.sp_btm_nav li:nth-of-type(3) {
		order: 4;
	}

	.sp_btm_nav li:nth-of-type(4) {
		order: 1;
	}
	.sp_btm_nav li:nth-of-type(5) {
		order: 5;
	}

	/*===================================
footer
===================================*/
	footer {
		margin: 0 0 30px;
		padding: 0 0 30px;
	}
	footer .gNav {
		border-bottom: none;
	}
	footer .gNav .nav_List {
		flex-wrap: wrap;
		font-size: 11px;
		padding: 0;
	}
	footer .gNav .nav_List li {
		width: calc((100% - 1px) / 2);
		margin: 0;
		border-bottom: 1px solid #fff;
	}
	footer .gNav .nav_List li:not(:first-child) {
		border-left: none;
	}
	footer .gNav .nav_List li:nth-child(even) {
		border-left: 1px solid #fff;
	}
	footer .gNav .nav_List li a {
		display: block;
		width: 100%;
		padding: 1.5em 0;
	}
	footer .bgBk {
		padding: 30px 0;
	}
	footer .footer_logo {
		display: block;
		padding: 30px 0 0;
	}
	footer .footer_logo li {
		width: 90%;
		margin: 0 auto 20px;
	}
	footer .footer_logo li:nth-child(2) {
		margin: 0 auto;
	}
	footer .footer_logo .footer_logo2 {
		margin-bottom: 26px;
	}
	footer .footer_logo .footer_logo2 img {
		max-width: 363px;
	}

	footer .footer_tel {
		padding: 20px 0;
	}
	footer .footer_tel p {
		font-size: 12px;
		line-height: 1.3125;
	}
	footer .footer_tel a {
		margin: 10px 0;
	}
	footer .footer_Bnr {
		max-width: 440px;
		width: 80%;
		margin: 0 auto 30px;
	}
	footer .itiran_Btn {
		max-width: 100%;
		width: 40%;
		margin: 0 auto;
	}
	footer .copyright p {
		font-size: 10px;
	}

	/* --------------------------------
  pagetop
  -------------------------------- */
	#pageTop {
		right: 10px;
		bottom: 72px;
	}

	/*===================================
  下層ページ
  ===================================*/

	.notes_Wrap {
		padding: 50px 0;
	}
	.notes_Wrap li {
		font-size: 10px;
	}
	.notes_Wrap li::before {
		font-size: 10px;
	}
	/*  注釈下バナー  */
	.p_bnr {
		margin-bottom: 30px;
	}
	.p_bnr a {
		width: 100%;
		margin-bottom: 20px;
	}
	.p_bnr a:last-child {
		margin-bottom: 00px;
	}
}
