@charset "utf-8";

/*----------------------------------------------------------------------------------------

	base.css

----------------------------------------------------------------------------------------*/

/* アクセントカラー ///
---------------------------------------------- */
#top-line,#side-menu .mypage,#bloglist h3,#body_footer .pagetop a,#body_footer .navi,#pc2sp_switcher,.line01 {
	background-color: #f5cd31;
}
#gmenu{
	background-color:#945524;
}
.icon::before, .icon-all a::before {
	color: #f5cd31;
}
.link .icon-all a::before{
	color: #ff691f;	
}
.main .shd{
	color: #945524;
}

/* 共通 //
////////////////////////////////////////////////////////////////////*/

body {
	min-width: 1200px;
	font-size: 1.4rem; /* = 14px(10px × 1.4rem = 14px) */
	line-height: 1.5;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-feature-settings: "palt";/*ヒラギノ等の「OTF」の時、文字詰め有効化*/
}
.pagebody {
	text-align: justify;
}
.cont-w, .pagebody, #top-line > h1 {
	box-sizing: border-box;
	margin-right:auto;
	margin-left: auto;
	width: 1180px;
}
.pagebody::after, .float::after {
	content: "";
	clear: both;
	display: block;
}
.main, #pankuzu {
	width: 840px;
}
.main {
	float: right;
}

#top-name > div .mail a {
	background-color: #ff691f;
}
.dnone {
	display: none !important;
}

/* スクロールバー(android用) //
-----------------------------*/
body ::-webkit-scrollbar {
	width: 15px;
	height: 10px;
	background: #f0f0f0;
}
body ::-webkit-scrollbar-thumb {
	background-color: #cdcdcd;
	border-radius: 2px;
}

/* icon //
---------------------------------------------- */
.icon, .icon-all a {
	position: relative;
}
.icon::before, .icon-all a::before {
	margin: auto;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	vertical-align: middle;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
}
.chintai.icon::before,
.chintai.icon-all a::before,
.chintai.icon-all a::before  {
	color: #63a433;
}
.baibai.icon::before,
.baibai.icon-all a::before{
	color: #f5cd31;
}

/* table //
---------------------------------------------- */
.table {
	display: table;
}
.table > * {
	display: table-cell;
	vertical-align: middle;
}

/*----------*/

table.style01 {
	width: 100%;
}
table.style01 th, table.style01 td {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ccc;
}
table.style01 th {
	width: 240px;
	background: #f0f0f0;
	text-align: center;
}
table.style01 td {
	padding-right: 20px;
	padding-left: 20px;
}

/* float //
---------------------------------------------- */
.float > * {
	float: left;
}
.float.divide > :nth-of-type(2n) , .float.divide > :first-child + :last-child {
	float: right;
}

/* ホバー //
---------------------------------------------- */
.hover01 a:hover, #pankuzu a:hover {
	color: #f90 !important;
}
.hover02 a:hover {
	text-decoration: underline;
}

/* ロールオーバー //
---------------------------------------------- */

.rov a , .rov input {
	transition: opacity 0.2s;
}
.rov a:hover ,  .rov input:hover {
	opacity: 0.8;
}
.rov input {
	cursor: pointer;
}

/* 装飾 ///
---------------------------------------------- */

.line01 {
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 1px;
	width: 100%;
	height: 90px;
	display: table;
	position: relative;
}
.line01 > * {
	padding-left: 29px;
	border: 1px solid rgba(255,255,255,0.3);
	display: table-cell;
	line-height: 1;
	color: #945524;
	font-size: 2.2rem;
	font-weight: 600;
	vertical-align: middle;
}
.line01 > *::before{
	margin: auto;
	width: 9px;
	height: 35px;
	background-image: url(/images/common/line01_ico.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	content: "";
}

.line02 {
	margin: 60px 0 30px;
	padding-left: 20px;
	padding-top: 2px;
	border: 1px solid #ccc;
	color: #fff;
    font-size: 2rem;
    line-height: 61px;
    background: #945524;
}
.line03 {
	margin-bottom: 20px;
	border-bottom: 5px solid #beaf87;
	font-size: 1.6rem;
}

/* 余白 //
---------------------------------------------- */

.space10 {margin-bottom: 10px !important;}
.space20 {margin-bottom: 20px !important;}
.space30 {margin-bottom: 30px !important;}
.space40 {margin-bottom: 40px !important;}
.space50 {margin-bottom: 50px !important;}

.space5-all > :not(:last-child) {margin-bottom: 5px;}
.space10-all > :not(:last-child) {margin-bottom: 10px;}
.space20-all > :not(:last-child) {margin-bottom: 20px;}
.space25-all > :not(:last-child) {margin-bottom: 25px;}
.space30-all > :not(:last-child) {margin-bottom: 30px;}
.space40-all > :not(:last-child) {margin-bottom: 40px;}
.space50-all > :not(:last-child) {margin-bottom: 50px;}

.left10 {margin-left: 10px;}
.left20 {margin-left: 20px;}

/* テキスト //
---------------------------------------------- */
.center {text-align: center;}
.right {text-align: right;}

/*----------*/

.txt-shift01 {
	margin-left: 1em;
	text-indent: -1em;
}
.txt-shift015 {
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.txt-shift02 {
	margin-left: 2em;
	text-indent: -2em;
}

/* elips ///
---------------------------------------------- */
.elips {
	position: relative;
	overflow: hidden;
}
.elips:before, .elips:after {
	position: absolute;
	background: #fff;
}
.elips:before {
	content: " …";
	bottom: 0;
	right: 0;
}
.elips:after {
	content: "";
	width: 100%;
	height: 100%;
}

/* tksn //
////////////////////////////////////////////////////////////////////*/

/* des62、des64 ///
---------------------------------------------- */
.des62 .tksn_box > table > tbody,
.des64 .tksn_box > table > tbody {
	display: block;
}
.des62 .tksn_box > table > tbody > tr,
.des64 .tksn_box > table > tbody > tr {
	display: flex;
	flex-wrap: wrap;
}
.des62 .tksn_box > table > tbody > tr > td,
.des64 .tksn_box > table > tbody > tr > td {
	box-sizing: border-box;
	height: auto !important;
	border: 1px solid #ccc !important;
	display: block;
	float: left; /*IE用*/
}
.des62 .tksn_box > table > tbody > tr > td > table,
.des64 .tksn_box > table > tbody > tr > td > table {
	box-sizing: border-box;
	margin-bottom: 0 !important;
	height: 100%;
	border: 2px solid #fff !important;
}

table.tksnBox64 table[style*="width:100%;"] td {
	display: block;
}
table.tksnBox64 table[style*="width:100%;"] td[style*="width: 80px;"] {
	display: none;
}
table.tksnBox64 table[style*="width:100%;"] td[rowspan="2"] {
	height: 66px;
	box-sizing: border-box;
	padding-right: 8px !important;
	text-align: justify;
}
table.tksnBox64 table[style*="width:100%;"] td[rowspan="2"] div {
    overflow: hidden;
    height: 51px;
}
table.tksnBox64 table[style*="width:100%;"] td[style*="padding:0px 8px 8px 2px;"] {
	width: 8em;
	padding: 0 8px 8px 8px !important;
}


/* ヘッダー //
////////////////////////////////////////////////////////////////////*/

#top-line > h1 {
	overflow: hidden;
	color: #333333;
	font-size: 1.2rem;
	font-weight: 100;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: clamp(1180px,71.35vw,1370px);
}

/*----------*/

#top-name {
	padding-right:252px;
	position: relative;
	width: clamp(1180px,71.35vw,1370px);
}
#top-name > h2 {
	width: 100%;
	height: 100px;
}

/*----------*/

#top-name .tel {
	margin: 4px 0 4px;
	line-height: 1;
	text-align: left;
}
#top-name .tel span{
    font-size: 25px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	display: flex;
	gap: 1px;
}
#top-name .tel span small{
    font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	margin-top: 7px;
    line-height: 1;
}
#top-name .com {
	white-space: nowrap;
	display: flex;
    flex-direction: column;
}
#top-name .com li {
	display: inline;
	font-size: 1.3rem;
	margin-left: -9px;
	line-height: 1.2;
}

/*----------*/

#top-name > div .mail {
	width: 243px;
	position: absolute;
	top: 26px;
	right: 0;
}
#top-name > div .mail a {
	border-radius: 3px;
	display: block;
	position: relative;
	text-align: center;
}
#top-name > div .mail a::after {
	background: rgba(0, 0, 0, 0) url(/images/common/top-name_mail-shadow.png) no-repeat center top;
	height: 6px;
	z-index: 100;
	position: absolute;
	right: 0;
	bottom: -6px;
	left: 0;
	content: "";
}
#top-name > div .mail a img {
	pointer-events: none;
}

/* グローバルメニュー //
---------------------------------------------- */

#gmenu {
	padding: 2px 0;
	position: relative;
}
#gmenu::before {
	box-sizing: border-box;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 0;
	z-index: 1;
	content: "";
}
#gmenu::after {
	height: 6px;
	background: url(/images/common/gm-shadow.png);
	position: absolute;
	right: 0;
	bottom: -6px;
	left: 0;
	z-index: 1;
	content: "";
}
#gmenu > ul {
	height: 48px;
	table-layout: fixed;
	position: relative;
	z-index: 1;
}

/*----------*/

#gmenu a {
	display: block;
	position: relative;
	text-align: center;
	transition: background 0.1s;
}

#gmenu a::before, #gmenu a::after {
	width: 1px;
	position: absolute;
	top: 3px;
	bottom: 3px;
	content: "";
}
#gmenu a::before {
	background-color: rgba(255,255,255,0.2);
	left: 0;
}
#gmenu a::after {
	background-color: rgba(0,0,0,0.2);
	right: 0;
}

/*----------*/

#gmenu li:hover a::before, #gmenu .stay a::before {
	background-color: rgba(255,255,255,0.2);
}
#gmenu li:hover a::after, #gmenu .stay a::after {
	background-color: rgba(0,0,0,0.5);
}

/*----------*/

#gmenu > ul > li:first-child a::before,
#gmenu > ul > li:last-child a::after {
	top: 0;
	bottom: 0;
}
#gmenu li:hover a, #gmenu li.stay a {
	background-color: #2c241d;
}

/*----------*/

#gmenu .home {
	width: 150px;
}

/* サイドメニュー //
////////////////////////////////////////////////////////////////////*/

#side-menu {
	margin-right: auto;
	width: 280px;
}
#side-menu > li:not(:last-child) {
	margin-bottom: 20px;
}
#side-menu .sns div {
    margin-bottom: 10px;
}
/* 今日現在の物件数 ///
---------------------------------------------- */
#side-menu .today {
	padding: 4px 4px 0;
	border: 1px solid #ccc;
	line-height: 1.7;
}
#side-menu .today .time {
	margin: 10px 0 8px;
	line-height: 100%;
}
#side-menu .today h4, #side-menu .today .time {
	text-align: center;
}
#side-menu .today strong {
	font-weight: normal;
}

/*----------*/

#side-menu .today .sousu {
	margin: 0 6px 5px;
	padding-bottom: 6px;
	padding-left: 0.4em;
	border-bottom: 1px solid #ccc;
	line-height: 1.3;
}
#side-menu .today .sousu strong {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 100%;
	vertical-align: middle;
}

/*----------*/

#side-menu .today .sousu dl {
	padding-bottom: 1px;
	text-align: center;
}
#side-menu .today .sousu dl:nth-of-type(1) {
	margin-bottom: 2px;
}
#side-menu .today .sousu dl:nth-of-type(1) {
	font-size: 1.8rem;
}
#side-menu .today .sousu dl:nth-of-type(1) strong {
	font-size: 2.4rem;
	font-weight: 600;
	color: #ff691f
}
#side-menu .today .sousu dl:nth-of-type(2) {
	line-height: 100%;
	font-size: 1.4rem;
}
#side-menu .today .sousu dl:nth-of-type(2) strong {
	margin: 0 3px;
	font-size: 1.6rem;
}

/*----------*/

#side-menu .today .sousu dt,
#side-menu .today .sousu dd {
	display: inline;
	white-space: nowrap;
}

/*----------*/

#side-menu .today table {
	margin: auto;
	width: calc(100% - 12px);
	font-size: 1.4rem;
}
#side-menu .today tbody > tr {
	line-height: 1.5;
}
#side-menu .today tbody > tr:not(:last-child) {
	border-bottom: 1px dotted #ccc;
}
#side-menu .today tbody > tr:last-child {
	line-height: 1.85;
}
#side-menu .today th,#side-today td {
	text-align: center;
	white-space: nowrap;
}
#side-menu .today th {
	font-weight: normal;
	padding-right: 10px;
}

/*----------*/

#side-menu .today table .syubetu {
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 9px;
	width: 100%;
	text-align: left;
}
#side-menu .today table .kensu {
	box-sizing: border-box;
	padding-right: 10px;
	min-width: 4em;
	text-align: right;
	white-space: nowrap;
}

/* マイページ ///
---------------------------------------------- */
#side-menu .mypage {
	border: 1px solid #ccc;
	box-shadow: inset 0 0 0 1px #fff;
}
#side-menu .mypage h3 {
	padding-top: 15px;
    padding-bottom: 15px;
	text-align: center;
}
#side-menu .mypage .merit,
#side-menu .mypage .merit a,
#side-menu .mypage .touroku {
	text-align: center;
}
#side-menu .mypage .merit {
	margin: -15px 0 8px;
}
#side-menu .mypage .merit a {
	display: block;
	position: relative;
}
#side-menu .mypage .merit a::before {
	width: 153px;
	height: 24px;
	background-color: #fff;
	position: absolute;
	bottom: 8px;
	left: 20px;
	opacity: 0;
	transition: opacity 0.2s;
	content: "";
}
#side-menu .mypage .merit a:hover::before {
	opacity: 0.3;
}

/*----------*/

#side-menu .mypage .form {
	box-sizing: border-box;
	margin: 8px auto 11px;
	padding: 10px 10px 2px;
	width: 258px;
	background-color: #fff;
}
#side-menu .mypage .form form {
	overflow: hidden;
}
#side-menu .mypage .form form p {
	width: 153px;
	height: 24px;
	float: left;
}
#side-menu .mypage .form form p:nth-of-type(1) {
	margin-bottom: 4px;
}
#side-menu .mypage .form form input:not([type="image"]) {
	box-sizing: border-box;
	padding: 3px;
	width: 100%;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 0;
	display: block;
	-webkit-appearance: none;
	appearance: none;
}
#side-menu .mypage .form form input::placeholder {
	color: #aaa;
}
#side-menu .mypage .form form .submit {
	margin-left: auto;
	width: 80px;
	height: auto;
	float: none;
}
#side-menu .mypage .form form input[type="image"] {
	vertical-align: bottom;
}

/*----------*/

#side-menu .mypage .forget {
	padding-top: 1px;
	font-size: 1.2rem;
	line-height: 28px;
	text-align: right;
	white-space: nowrap;
	text-decoration: underline;
}

/* 物件検索 ///
---------------------------------------------- */
#side-menu .kensaku > h3 {
	padding: 11px 0 12px;
	background-color: #945524;
	border: 1px solid #945524;
	/* box-shadow: 0px 0px 0px 1px #6d645d inset; */
	position: relative;
	line-height: 100%;
	text-align: center;
}
#side-menu .kensaku > h3::before {
	height: 5px;
	background: rgba(0, 0, 0, 0) url(/images/common/side-kensaku_shadow.gif) center;
	position: absolute;
	right: 0;
	bottom: -6px;
	left: 0;
	z-index: 2;
	content: "";
}
#side-menu .kensaku h4 {
    padding-top: 10px;
    padding-bottom: 11px;
}

/*----------*/

#side-menu .kensaku > div {
	padding: 0 10px 10px;
	border: 1px solid #ccc;
	border-top: none;
}
#side-menu .kensaku ul {
	border: 1px solid #ccc;
	box-shadow: 3px 3px 6px -3px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
}
#side-menu .kensaku ul > li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

/*----------*/

#side-menu .kensaku a {
	padding: 14px 0 14px 32px;
	display: block;
	line-height: 100%;
}
#side-menu .kensaku a:hover {
	background-color: #f7f7f7;
}
#side-menu .kensaku a::before {
	font-size: 2rem;
	left: 16px;
}

/* バナー ///
---------------------------------------------- */
#side-menu .bnrs > ul > li:not(:last-child) {
	margin-bottom: 10px;
}
#side-menu .company > h3 {
	padding: 10px 0 12px;
	background-color: #945524;
    border: 1px solid #945524;
	/* box-shadow: 0px 0px 0px 1px #6d645d inset; */
	position: relative;
	line-height: 100%;
	text-align: center;
}
#side-menu .company > h3::before {
	height: 5px;
	background: rgba(0, 0, 0, 0) url(/images/common/side-kensaku_shadow.gif) center;
	position: absolute;
	right: 0;
	bottom: -6px;
	left: 0;
	content: "";
}

/*----------*/

#side-menu .company > div {
	padding: 10px;
	border: 1px solid #ccc;
	border-top: none;
	font-size: 1.4rem;
	line-height: 1.5;
}
#side-menu .company > div > figure {
	margin-bottom: 10px;
}
#side-menu .company > div > figure img {
	width: 100%;
}
#side-menu .company > div > ul {
	margin-bottom: 5px;
}

/*----------*/

#side-menu .rink ul {
	border-top: 1px solid #ccc;
}
#side-menu .rink li {
	box-sizing: border-box;
	width: 100%;
	height: 49px;
	border-bottom: 1px solid #ccc;
	display: table;
	position: relative;
}

/*----------*/

#side-menu .rink a {
	padding: 0 10px 0 30px;
	display: table-cell;
	position: unset;
	font-size: 1.6rem;
	line-height: 1.3;
	vertical-align: middle;
}
#side-menu .rink a:hover {
	background-color: #f7f7f7;
}
#side-menu .rink a::before {
	left: 13px;
}

/* SEO ///
---------------------------------------------- */
#side-menu .seo {
	padding: 10px;
	border: 1px solid #ccc;
}
#side-menu .seo h3 {
	box-sizing: content-box;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
}

/*----------*/

#side-menu .seo ul {
	line-height: 1.5;
}
#side-menu .seo li {
	display: inline;
}
#side-menu .seo li:not(:last-child)::after {
	content: "｜";
}
#side-menu .seo a {
	color: #666;
	letter-spacing: -0.02em;
	text-decoration: underline;
	font-size: 1.3rem;
}

/* お問い合わせ //
////////////////////////////////////////////////////////////////////*/

#toi {
	margin: 100px 0 0;
	width: 840px;
	/* box-shadow: 0px 0px 0px 11px #f8f4f1 inset; */
	float: right;
	background: #f8f4f1;
}
#toi > div {
    margin: 20px;
    border-top: none;
    background: #fff;
    border-radius: 10px;
}
#toi .table{
    display: flex;
    align-items: end;
}
#toi .table h4 {
    font-size: 16px;
}


/*----------*/

#toi > div > ul {
	box-sizing: border-box;
	padding: 15px 20px;
	width: 100%;
	/* height: 86px; */
}
#toi .float.toi-info li:first-child {
    font-size: 25px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	display: flex;
	gap: 1px;
}
#toi .float.toi-info li:last-child {
    font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;

}
#toi .float.toi-info li span {
    font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	margin-top: 13px;
    line-height: 1;
}
#toi > div > ul .mail {
	/* width: 395px; */
}
#toi > div > ul .mail a {
	width: 266px;
	/* height: 44px; */
	background-color: #ff691f;
	border-radius: 3px;
	display: block;
	position: relative;
	text-align: center;
	align-content: center;
}
#toi > div > ul .mail img {
    padding: 13px 0 13px;
}
/* #toi > div > ul .mail a::after {
	width: 100%;
	height: 6px;
	background: url(/images/common/toi_mail-shadow.gif) no-repeat center top;
	position: absolute;
	bottom: -6px;
	left: 0;
	content: "";
} */

/*----------*/

#toi section {
	line-height: 1.5;
}

#toi section > ul > li:not(:last-child) {
	margin-right: 0.8em;
}

/* フッター //
////////////////////////////////////////////////////////////////////*/

#body_footer {
	margin-top: 100px;
	background-color: #f8f4f1;
	position: relative;
}

/* ページトップ ///
---------------------------------------------- */
#body_footer .pagetop {
	margin: auto;
	position: absolute;
	top: -25px;
	right: 0;
	left: 0;
	text-align: right;
}
#body_footer .pagetop a {
	width: 182px;
	display: inline-block;
	border-radius: 3px 3px 0 0;
	text-align: center;
	padding-bottom:5px;
}

/* フッターナビ ///
---------------------------------------------- */
#body_footer .navi {
	margin-bottom: 20px;
	position: relative;
}
/* #body_footer .navi::after {
	width: 100%;
	height: 10px;
	background: url(/images/common/foot_shadow.png);
	position: absolute;
	bottom: -10px;
	left: 0;
	content: "";
} */
#body_footer .navi li:not(:last-child) {
	margin-right: 15px;
}
#body_footer .navi a {
	padding-right: 10px;
	padding-left: 14px;
	display: block;
	color: #945524;
	line-height: 30px;
}
#body_footer .navi a::before {
	color: #945524;
}

/* 会社情報 ///
---------------------------------------------- */
#body_footer address {
	margin-bottom: 20px;
	height: 120px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#body_footer address h3 {
	width: 305px;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
}
#body_footer address li:not(:last-child) {
	margin-right: 1em;
}

/* フッターリンク ///
---------------------------------------------- */
#body_footer .link {
	margin-bottom: 20px;
}
#body_footer .link > div > ul {
	box-sizing: border-box;
	width: 100%;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.8);
	display: table;
	table-layout: fixed;
}
#body_footer .link > div > ul > li {
	box-sizing: border-box;
	padding: 0 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-left: 1px solid rgba(255, 255, 255, 0.8);
	display: table-cell;
	vertical-align: top;
}

/*----------*/

#body_footer .link > div > ul > li:last-child {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/*----------*/

#body_footer .link li h4 {
	margin-bottom: 3px;
}
#body_footer .link li li:not(:last-child) {
	margin-bottom: 5px;
}
#body_footer .link li li a {
	padding-top: 2px;
	padding-left: 10px;
	display: block;
	font-size: 1.3rem;
	line-height: 1.5;
}
#body_footer .link .estate h4 {
	margin-bottom: 10px;
}
#body_footer .link .estate h5 {
	margin-bottom: 5px;
	font-weight: 400;
}
#body_footer .link .estate > ul {
	width: 100%;
	display: table;
}
#body_footer .link .estate > ul > li {
	margin: 0;
	display: table-cell;
	vertical-align: top;
}
#body_footer .link .estate > ul > li:not(:last-child) {
	padding-right: 10px;
}
/* コピーライト ///
---------------------------------------------- */
#body_footer small {
	background-color: #fff;
	display: block;
	font-size: 1.2rem;
	line-height: 30px;
	text-align: center;
}


/* PC2SP
////////////////////////////////////////////////////////////////////*/

.pc2spLink {
	margin: 30px auto;
	width: 95%;
	border-radius: 4px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
}
#pc2sp_switcher {
	display: block;
	color: #fff;
	text-decoration: none;
}
#pc2sp_switcher::before {
	margin-right: 20px;
	font-size: 2em;
	font-weight: 600;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free";
	content: "\f3cd";
}
