
html{
	font-size: 10px;
	scroll-behavior: smooth;
}
html.sp{
	/*font-size: 12.5px;*/
}

html[lang]{
	margin: 0 !important;
}
#wpadminbar{
	display: none;
}

body{
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.8;
	color: #000;
	background-color: #f0efeb;
	overflow-x: hidden;
	font-family: "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%; /* iPhoneだけ文字が大きくなる現象を防ぐ */
	/*font-feature-settings: "palt";*/ /* 文字詰め（フォントにカーニング情報が含まれる場合） */

	 /* iPhoneで上下のバーを抜いた高さ */
	height: -webkit-fill-available;
	height: -moz-available;
}
html.sp body{
	/*font-size: 1.7rem;*/
}

::-webkit-input-placeholder{ color: #bbb; }
:-moz-placeholder          { color: #bbb; }
:-ms-input-placeholder     { color: #bbb; }

html.pc .sp{ display: none !important; }
html.sp .pc{ display: none !important; }

img,
svg{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
img.inline_svg{
	visibility: hidden;
}

a,
a:link,
a:visited{
	color: #000;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a img{
	transition: 0.2s linear;
}
a:hover img{
	opacity: 0.6;
}

h1{
	background-color: #454543;
	margin: 0 0 50px;
	border-bottom: 1px solid #a89a6a;
}
h1 .inner{
	text-align: center;
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-size: 3.6rem;
	letter-spacing: 0.13em;
	line-height: 1.5;
	color: #a89a6a;
	background-image: url(img/common/h.svg);
	background-position: center 40px;
	background-repeat: no-repeat;
	padding: 70px 0 30px;
}
html.sp h1 .inner{
	background-position: center 67px;
	padding: 100px 0 40px;
}
h1 .inner small{
	display: block;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-size: 0.5em;
	letter-spacing: 0;
	color: #fff;
	margin: 10px 0 0;
}

h2{
	text-align: center;
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-size: 3.6rem;
	letter-spacing: 0.13em;
	line-height: 1.5;
	color: #a89a6a;
	background-image: url(img/common/h.svg);
	background-position: center 0;
	background-repeat: no-repeat;
	padding: 30px 0 0;
	margin: 100px 0 50px;
}

h3{
	text-align: center;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 50px 0 20px;
}

h4{
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 20px 0 20px;
}

.page_width1{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.page_width1_2{
	width: 1000px;
	max-width: 94%;
	margin: 0 auto;
}

.page_width2{
	width: 940px;
	margin: 0 auto;
	max-width: 94%;
}

.page_width3{
	width: 790px;
	margin: 0 auto;
	max-width: 90%;
}

.entry-content{
	width: 940px;
	max-width: 94%;
	margin: 0 auto;
}


.site-header{
	position: relative;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	background-color: #454543;
	min-height: 40px;
}
.site-header .site-branding{
	flex-basis: 25%;
	display: flex;
	align-items: center;
	background-color: #bdad77;
	padding: 0 15px;
}
.site-header .site-branding a{
	/*display: flex;
	align-items: center;
	text-decoration: none;
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-size: 2.4rem;
	color: #454543;*/
}
.site-header .site-branding .img1_sp{
	display: none;
}
.site-header #global1,
.site-header #global2{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.site-header #global1{
	padding: 4px 20px;
	overflow: hidden;
}
@media (max-width: 1150px) {
	.site-header #global1{
		flex-basis: 360px;
	}
}
.site-header #global2{
	padding: 0 0 0 10px;
	margin: 6px 0;
	border-left: 1px solid #a89a6a;
}
.site-header #global1 a,
.site-header #global2 a{
	text-decoration: none;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	white-space: nowrap;
	color: #bdad77;
	filter: brightness(1) grayscale(0%);
	box-shadow: 0 0 0 6px #bdad7700;
	transition: 0.15s linear;
}
.site-header #global1 a:hover,
.site-header #global2 a:hover{
	/*filter: brightness(1.2) grayscale(60%);*/

	/*box-shadow: 0 0 0 8px rgba(255,255,255, 0.1);*/
	/*background-color: rgba(255,255,255, 0.1);*/

	color: #454543;
	box-shadow: 0 0 0 6px #bdad77;
	background-color: #bdad77;
}
.site-header #global1 a{
	margin: 0 20px;
}
.site-header #global2 a:hover img{
	opacity: 1;
}
.site-header #global2 a{
	font-size: 1.4rem;
	margin: 0 15px;
}
@media (max-width: 810px) {
	.site-header .site-branding{
		flex-basis: auto;
		width: calc(100% - 95px);
		transition: width 0.3s ease-in-out;
	}
	.site-header .site-branding.mode2{
		position: fixed;
		padding: 6px 0 8px;
		width: 70px;
		z-index: 1100;
	}
	.site-header .site-branding.mode2 a{
		display: block;
		text-align: center;
		width: 70px;
	}
	.site-header .site-branding.mode2 .img1{
		display: none;
	}
	.site-header .site-branding.mode2 .img1_sp{
		display: inline-block;
		width: 50px;
	}

	.site-header #global1,
	.site-header #global2{
		display: none;
	}
}

#open_nav{
	display: none;
}
body label[for="open_nav"]{
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	/*padding: 5px 22px;*/
	background-color: #454543;
	z-index: 1100;
}
body label[for="open_nav"] img{
	width: 20px;
}
.site-header .sp_gnav{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #bdad77;
	z-index: 1000;
}
@media (max-width: 810px) {
	body label[for="open_nav"]{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 64px;
		height: 39px;
		/*margin: 0;*/
	}
	body label[for="open_nav"] img{
		/*width: 33px;*/
	}
	label[for="open_nav"] .nav_close{
		display: none;
	}
	#open_nav:checked ~ label[for="open_nav"] .nav_open{
		display: none;
	}
	#open_nav:checked ~ label[for="open_nav"] .nav_close{
		display: block;
	}
	.site-header .sp_gnav{
		position: fixed;
		display: block;
		text-align: center;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease-in-out;
	}
	.site-header #open_nav:checked ~  .sp_gnav{
		opacity: 1;
		pointer-events: auto;
	}
	.site-header .sp_gnav a{
		text-decoration: none;
	}
	.site-header .sp_gnav .list{
		display: flex;
		flex-direction: column;
	}
	.site-header .sp_gnav .list a{
		text-align: center;
		font-family: ryo-gothic-plusn, sans-serif;
		font-weight: 700;
		font-size: 2.3rem;
		padding: 13px 0;
		border-bottom: 1px solid #8a7f58;
	}
	.site-header .sp_gnav .sp_gnav1{
		margin: 20px 0 30px;
	}
	.site-header .sp_gnav .sp_gnav1 svg{
		width: 47vmin;
	}
	.site-header .sp_gnav .sp_gnav2 a{
		font-family: ryo-gothic-plusn, sans-serif;
		font-weight: 700;
		font-size: 20px;
		letter-spacing: 0.1em;
		margin: 0 15px;
	}
	.site-header .sp_gnav .sp_gnav2 img{
		height: 35px;
	}
}

.site-footer .footer1{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 100px auto 70px;
	padding: 0 50px;
	max-width: 890px;
}
.site-footer .footer1 .box{
	flex-basis: 40%;
	text-decoration: none;
	text-align: center;
	margin: 0 10px 50px;
}
.site-footer .footer1 .box:hover{
	opacity: 0.8;
}
.site-footer .footer1 .box svg{
	max-width: 100%;
}
@media (max-width: 1000px) {
	.site-footer .footer1{
		justify-content: center;
		padding: 0 5vmin;
	}
	.site-footer .footer1 .box{
		flex-basis: 310px;
		order: 1;
		margin: 0 0 30px 0;
	}
	.site-footer .footer1 .box svg{
		height: 150px;
	}
	.site-footer .footer1 .box.tenants{
		order: 3;
	}
	.site-footer .footer1 .box.tel{
		order: 2;
		margin-left: 20px;
	}
}
@media (max-width: 750px) {
	.site-footer .footer1 .box{
		flex-basis: 41vmin;
		margin: 0 0 4vmin 0;
	}
	.site-footer .footer1 .box svg{
		height: 19.5vmin;
	}
	.site-footer .footer1 .box.tel{
		margin-left: 2vmin;
	}
}

.map{
	height: 540px;
}
html.sp .map{
	height: 380px;
}

.site-footer .footer2{
	background-color: #454543;
	padding: 50px 0 ;
}
html.sp .site-footer .footer2{
	display: none;
}
.site-footer .footer2 .row{
	display: flex;
	justify-content: space-between;
}
.site-footer .footer2 .row .col{
	flex-basis: 18%;
	display: flex;
	flex-direction: column;
}
.site-footer .footer2 .row .col a{
	text-decoration: none;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 400;
	color: #a89a6a;
	margin: 2px 0;
	filter: brightness(1.0);
	transition: filter 0.2s linear;
}
.site-footer .footer2 .row .col a:hover{
	/*background-color: rgb(255, 255, 255, 0.1);*/
	filter: brightness(1.4);
}
.site-footer .footer2 .row .col a.h3{
	border-bottom: 1px solid #a89a6a;
	padding: 0 0 3px;
	margin: 0px 0 5px;
}
.site-footer .footer2 .row .col5 a{
	font-weight: 700;
}
.site-footer .footer2 .row .col5 a:hover{
	background-color: transparent;
	/*filter: brightness(1.3);*/
}
.site-footer .footer2 .row .col5 a:hover img{
	opacity: 1;
}
.site-footer .footer2 .row .col hr{
	border: none;
	border-bottom: 1px solid #a89a6a;
	width: 100%;
	margin: 5px 0;
}
.site-footer .footer2 img[src*="/footer/5."]{
	margin: 10px 0 3px;
}

.site-footer .footer3{
	display: flex;
	justify-content: space-between;
	text-align: center;
	/*margin: 100px auto 70px;*/
	color: #a89a6a;
	background-color: #454543;
}
.site-footer .footer3{
	padding: 50px 0 0;
}
.site-footer .footer3 p{
	padding: 40px 0 70px;
}
html.sp .site-footer .footer3 p{
	padding: 15px 0 20px;
}
.site-footer .footer3 a{
	color: #a89a6a;
	text-decoration: none;
}
.site-footer .footer3 a:hover{
	text-decoration: underline;
}
html.sp .site-footer .footer3 img[src*="/footer/6."]{
	width: 80%;
}
.site-footer .footer3_3{
	padding: 0 0 80px;
}
.site-footer .footer3_3 a{
	text-decoration: none;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	color: #a89a6a;
	margin: 0 15px;
}

.error-404{
	text-align: center;
	margin: 200px 0;
	font-size: 20px;
	color: #a89a6a;
}

table.type1{
	border-collapse: collapse;
	border: 1px solid #dbd7ca;
	border-right: 0;
	border-bottom: 0;
	width: 100%;
}
table.type1 th,
table.type1 td{
	font-weight: 300;
	/*font-size: 1.6rem;*/
	border: 1px solid #dbd7ca;
	border-left: 0;
	border-top: 0;
	padding: 10px;
}
table.type1 th{
	text-align: center;
	background-color: #f0ede3;
	white-space: nowrap;
}
table.type1 td{
	background-color: #f7f7f4;
}

ul.type1{
	padding: 0;
	margin: 30px 0;
	list-style: none;
}
ul.type1 li{
	display: flex;
	margin: 5px 0;
}
ul.type1 li:before{
	content: "・";
	white-space: nowrap;
}

ul.type2{
	padding: 0;
	margin: 20px 0;
	border-top: 1px solid #000;
}
ul.type2 li{
	list-style: none;
	display: flex;
	font-size: 2.4rem;
	padding: 10px;
	border-bottom: 1px solid #000;
}
html.sp ul.type2 li{
	font-size: 1.7rem;
}
ul.type2 li:before{
	content: "・";
}

hr.type1{
	border: none;
	border-bottom: 1px solid #a89a6a;
	width: 100%;
	margin: 5px 0;
}



/* トップページ *************************************************************************** */

.page-template-top #main{
	position: relative;
	height: calc(100vh - 40px);
}
.page-template-top #main .movie{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
}
.page-template-top #main .movie{
	background-image: url(img/top/1bg_sp.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.page-template-top #main .movie iframe{
	filter: brightness(0.7);
	width: 100%;
	height: calc(100% + 100px);
	min-width: calc((100vh - 40px) * 1.7777);
	min-height: calc(100vw * 0.5625 + 100px);
}
html.sp .page-template-top #main .movie iframe{
	display: none;
}
.page-template-top #main .image{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.page-template-top #main .image img,
.page-template-top #main .image svg{
	max-width: 80%;
	max-height: 80%;
}

.page-template-top #area1{
	background-color: #bdad77;
}
.page-template-top #area1 .inner{
	display: flex;
	max-width: 1380px;
	margin: 0 auto;
	border-right: 1px solid #8a7f58;
	background-color: #fff;
}
html.sp .page-template-top #area1 .inner{
	flex-direction: column;
	border-right: 0;
}
.page-template-top #area1 a{
	flex-basis: 33.33%;
	text-decoration: none;
	text-align: center;
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	border-left: 1px solid #8a7f58;
	background-color: #bdad77;
	padding: 15px 0 20px;
	transition: opacity 0.2s linear;
}
html.sp .page-template-top #area1 a{
	border-left: 0;
	border-top: 1px solid #8a7f58;
}
@media (max-width: 900px) {
	.page-template-top #area1 a{
		font-size: 2.5rem;
	}
}
.page-template-top #area1 a:hover{
	opacity: 0.8;
}
.page-template-top #area1 a small{
	display: block;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-size: 0.6em;
	letter-spacing: 0.1em;
}

.page-template-top #gaikan{
	height: 555px;
	background-image: url(img/top/2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
html.sp .page-template-top #gaikan{
	height: 380px;

}

.page-template-top #news{
	padding: 1px 0 30px;
}
.page-template-top #news .page_width2{
	width: 780px;
}
.page-template-top #news h2{
	/*margin: 100px 0 40px;*/
}
html.sp .page-template-top #news h2{
	/* margin: 20px 0 20px; */
}
.page-template-top #news .list{
	max-width: 730px;
	margin: 0 auto;
}
html.sp .page-template-top #news .list{
	max-width: 400px;
}
.page-template-top #news .list .row{
	flex-wrap: nowrap;
	display: flex;
	align-items: flex-start;
	/* font-size: 1.4rem; */
	margin: 15px 0;
}
html.sp .page-template-top #news .list .row{
	flex-direction: column;margin: 25px 0;
}
.page-template-top #news .list .date{
	flex-basis: 150px;
}
html.sp .page-template-top #news .list .date{
	flex-basis: auto;
line-height: 1.1;}
.page-template-top #news .list .title{
	flex-basis: 650px;
	/*text-decoration: none;*/
}
html.sp .page-template-top #news .list .title{
	flex-basis: auto;
}
.page-template-top #news .list .title:hover{
	/*text-decoration: underline;*/
}
.page-template-top #news .more_area{
	text-align: center;
	margin: 30px 0 0px;
}
html.sp .page-template-top #news .more_area{
	text-align: center;
	margin: 30px 0 0px;
}
.page-template-top a.more{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	width: 130px;
	padding: 4px 0;
	color: #fff;
	background-color: #a89a6a;
	border-radius: 4px;
	position: relative;
	/*transition: 0.2s linear;*/
}
html.sp .page-template-top a.more{
	font-size: 1.6rem;
	width: 200px;
	padding: 5px 0;
}
.page-template-top a.more:hover{
	opacity: 0.6;
}
.page-template-top a.more:hover img{
	opacity: 1;
}

.tenant_list_outer{
	text-align: center;
}
.tenant_list{
	display: inline-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0px 19px;
}
html.sp .tenant_list{
	display: flex;
	justify-content: space-between;
	padding: 0px 10px;
}
.tenant_list .box,
.tenant_list .box.dummy{
	text-decoration: none;
	text-align: center;
	width: 200px;
	margin: 0 20px 30px;
}
html.sp .tenant_list .box,
html.sp .tenant_list .box.dummy{
	width: 200px;
	margin: 0 0px 30px;
}
.tenant_list .box .num{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 1;
	color: #fff;
	background-color: #a89a6a;
	box-sizing: border-box;
	border-radius: 50px;
	min-width: 50px;
	height: 50px;
	padding: 0 10px;
	margin: 0 0 20px;
}
html.sp .tenant_list .box .num{
	font-size: 2rem;
	min-width: 37px;
	height: 37px;
	margin: 0 0 15px;
}
.tenant_list .box .image{
	position: relative;
	background-image: url(img/common/tn_bg.svg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 112px;
	border: 1px solid #a89a6a;
	overflow: hidden;
}
.tenant_list .box .image:before{
	content: "";
	position: absolute;
	display: block;
	width: 45px;
	height: 100px;
	background-color: #a89a6a;
	right: 0;
	transform-origin: 0 0;
	transform: rotate(-45deg);
	z-index: 10;
}
.tenant_list .box .floor{
	position: relative;
	text-align: right;
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #fff;
	padding: 0 2px 0 0;
	z-index: 11;
}
.tenant_list .box .floor small{
	font-size: 0.7em;
}
.tenant_list .box .name{
	margin: 5px 0 0;
}
.tenant_list a.box .name{
	text-decoration: underline;
}
.tenant_list a.box:hover{
	opacity: 0.7;
}

.page-template-top .p1{
	text-align: center;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-size: 3rem;
	white-space: nowrap;
	margin: 30px 0 40px;
}
html.sp .page-template-top .p1{
	font-size: 2.2rem;
/*	margin: 30px 0 40px;*/
}

.page-template-top #location .list{
	display: flex;
	justify-content: space-between;
	margin: 70px 0;
}
html.sp .page-template-top #location .list{
	flex-direction: column;
	margin: 70px 90px;
}
.page-template-top #location .list .box{
	flex-basis: 275px;
}
html.sp .page-template-top #location .list .box{
	margin: 0 0 50px;
}
.page-template-top #location .list .box .image{
	height: 150px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.page-template-top #location .list .box h3{
	text-align: center;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	white-space: nowrap;
	margin: 20px 0 0;
}
.page-template-top #location .list .box p{
	margin: 0;
	padding: 10px 0 0;
	background-image: url(img/top/3_bg.svg);
	background-size: 30%;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.page-template-top #why_ekimae .img_4_6{
	height: 450px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.page-template-top #why_ekimae .why_ekimae1{
	display: flex;
	justify-content: space-between;
}
.page-template-top #why_ekimae .why_ekimae1 .col{
	flex-basis: calc(50% - 5px);
}
html.sp .page-template-top #why_ekimae .why_ekimae1 .col{
	flex-basis: auto;
	width: 96vw;
	margin: 0 2%;
}
html.sp .page-template-top #why_ekimae .why_ekimae1 .col h3{
	white-space: nowrap;
	margin: 20px 0 30px;
}
html.sp .page-template-top #why_ekimae .why_ekimae1 .col p{
	margin: 0 10px;
}
.page-template-top #why_ekimae .why_ekimae1 .col img{
	width: 100%;
	margin: 0 0 10px;
}
.page-template-top #why_ekimae .why_ekimae1 .col.img4_2{
	display: flex;
}
.page-template-top #why_ekimae .why_ekimae1 .col.img4_2 img{
	object-fit: cover;
	object-position: center;
}
.page-template-top #why_ekimae .why_ekimae1 .col .text{
	margin: 0 50px 0 20px;
}
html.sp .page-template-top #why_ekimae .why_ekimae1 .col .text{
	margin: 0 20px 0 20px;
}

.page-template-top #why_ekimae .why_ekimae2{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.page-template-top #why_ekimae .why_ekimae2 img{
	flex-grow: 1;
	height: 19vw;
}
.page-template-top #why_ekimae .why_ekimae2 img:nth-of-type(2){
	margin: 0 10px;
}



/* アクセスページ *************************************************************************** */

.page-template-access h1{
	margin: 0;
}

.page-template-access h2{
	color: #000;
	background-image: none;
	padding: 0;
	margin: 100px 0 40px;
}
html.sp .page-template-access h2{
	font-size: 2.1rem;
	margin: 50px 0 40px;
}
.page-template-access h2 img{
	margin: 0 0 20px;
}
html.sp .page-template-access h2 img{
	transform: scale(0.7);
	margin: 0 0 10px;
}

.page-template-access .red{
	color: #b52929;
}



/* フロアガイドページ *************************************************************************** */

.tenant_common .area1{
	text-align: center;
}
.tenant_common .area1 a{
	display: inline-block;
	text-decoration: none;
	margin: 15px 5px;
}

.tenant_common .floor_frame{
	border-bottom:  1px solid #a89a6a;
	padding: 80px 0;
}

.tenant_common .floor_frame .floor_name{
	text-align: center;
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-size: 3.6rem;
	letter-spacing: 0.15em;
	color: #a89a6a;
}

.tenant_common .floor_frame .madori{
	text-align: center;
	margin: 20px 0;
}
html.sp .tenant_common .floor_frame .madori{
	text-align: center;
	margin: 20px 0 60px;
}
html.sp .tenant_common .floor_frame .madori img,
html.sp .tenant_common .floor_frame .madori svg{
	width: 80%;
	height: auto;
}

.tenant_common .floor_frame .list{
	display: flex;
	justify-content: space-between;
}
.tenant_common .floor_frame .list .box{
	flex-basis: 200px;
}

.tenant_common .madori_img [data-lightbox]{
	cursor: pointer;
}
.tenant_common .madori_img [data-lightbox]:hover use{
	filter: brightness(1.1);
	opacity: 0.7;
}

.page-template-floor_guide .madori_img [data-lightbox]{
	display: none;
}

.tenant_common .bosyu_nasi{
	text-align: center;
	font-family: ryo-gothic-plusn, sans-serif;
	font-size: 2rem;
	margin: 150px 0 0;
	padding: 0 0 100px;
	border-bottom: 1px solid #a89a6a;
}

.lb-outerContainer,
.lb-container,
.lb-image,
.lb-dataContainer{
	max-width: 70vw;
	height: auto !important;
}
html.sp .lb-outerContainer,
html.sp .lb-container,
html.sp .lb-image,
html.sp .lb-dataContainer{
	max-width: 90vw;
}


/* テナント募集ページ *************************************************************************** */

.page-template-tenants .tenant_list_outer{
	margin: 100px 0;
}



/* テナント募集ページ *************************************************************************** */

.tenant_common table.tenant{
	/*display: flex;*/
	text-align: center;
	width: 100%;
	margin: 0 0 10px;
	border: 1px solid #a89a6a;
	border-right: none;
	border-bottom: none;
	border-collapse: collapse;
}
/*.tenant_common table.tenant .col{
	flex-grow: 1;
}*/
.tenant_common table.tenant th,
.tenant_common table.tenant td{
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	vertical-align: middle;
	white-space: nowrap;
	height: 50px;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	/*box-shadow: 0 0 0 1px #a89a6a;*/
	border: 1px solid #a89a6a;
	border-left: none;
	border-top: none;
}
.tenant_common table.tenant th{
	color: #a89a6a;
	background-color: #454543;

}
.tenant_common table.tenant td{
	background-color: #fff;
}
.tenant_common table.tenant td.genjou{
	text-align: left;
	white-space: normal;
	padding: 0 5px;
}

.tenant_common .floor_frame .contact{
	text-align: center;
	margin: 30px 0 0;
}
.tenant_common .floor_frame .contact p{
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.1em;
	color: #a89a6a;
}
.tenant_common .floor_frame .contact a{
	text-decoration: none;
	margin: 0 15px;
}
html.sp .tenant_common .floor_frame .contact a{
	margin: 0 5px;
}
.tenant_common .floor_frame .contact a:hover{
	opacity: 0.8;
}
html.sp .tenant_common .floor_frame .contact svg{
	width: 42vmin;
}



/* 施設紹介ページ *************************************************************************** */

.page-template-sisetu .black{
	background-color: #000;
	padding-bottom: 1px;
}

.page-template-sisetu h1{
	background-color: transparent;
	border-bottom: 0;
}
.page-template-sisetu h1 .inner{
/*	color: #fff;*/
/*	background-image: url(img/common/h_w.svg);*/
}
.page-template-sisetu h1 .inner small{
	color: #a89a6a;
}
.page-template-sisetu .h1_outer{
	background-image: url(img/sisetu/1.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	height: 800px;
}

.page-template-sisetu .row{
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}
html.sp .page-template-sisetu .row{
	flex-direction: column;
}

.page-template-sisetu .row .image{
	flex-grow: 1;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.page-template-sisetu .row .text{
	position: relative;
	flex-basis: 470px;
}
html.sp .page-template-sisetu .row .text{
	flex-basis: auto;
	padding: 0 10px;
}
.page-template-sisetu .row .text_box{
	position: relative;
	/*position: absolute;*/
	padding: 1px 50px 30px;
}
.page-template-sisetu .row .text_box_inner{
	/*padding: 1px 50px 30px;*/
	/*background-color: inherit;*/
}
.page-template-sisetu .ansin_anzen h3,
.page-template-sisetu .row .text h3{
	text-align: center;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-size: 3.8rem;
	letter-spacing: 0.12em;
	margin: 40px 0 40px;
}
.page-template-sisetu .ansin_anzen h3 small,
.page-template-sisetu .row .text h3 small{
	display: block;
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-size: 0.368em;
	letter-spacing: 0.1em;
	margin: 20px 0 0;
	white-space: nowrap;
}
.page-template-sisetu .row .text h4{
	text-align: center;
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-size: 2.2rem;
	margin: 50px 0 30px;
}

.page-template-sisetu .row2 .image{
	background-image: url(img/sisetu/2.jpg);
	min-height: 400px;
	background-position: 50% 100%;
}
html.sp .page-template-sisetu .row2 .image{
	min-height: 270px;
}
.page-template-sisetu .row2 .text_box{
	color: #a89a6a;
	background-color: #454543;
	margin: -100px 0 0;
	min-height: calc(100% + 100px);
}
html.sp .page-template-sisetu .row2 .text_box{
	margin: 10px 0 0;
	min-height: 100%;
}

.page-template-sisetu .row3 .image{
	background-image: url(img/sisetu/3.jpg);
	height: 800px;
}
html.sp .page-template-sisetu .row3 .image{
	height: 600px;
}

html.sp .page-template-sisetu .row4 .text{
	order: 1;
}
.page-template-sisetu .row4 .text_box{
	color: #000;
	background-color: #a89a6a;
	margin: -250px 0 0;
	min-height: calc(100% + 250px);
}
html.sp .page-template-sisetu .row4 .text_box{
	margin: 0 0 10px;
	min-height: 0;
}
.page-template-sisetu .row4 .text_box h3,
.page-template-sisetu .row4 .text_box h4,
.page-template-sisetu .row4 .text_box p{
	color: #fff;
}
html.sp .page-template-sisetu .row4 .image_column{
	order: 2;
}
.page-template-sisetu .row4 .image1{
	background-image: url(img/sisetu/4.jpg);
	/*min-height: 400px;*/
	flex-grow: 5;
}
html.sp .page-template-sisetu .row4 .image1{
	/*order: 1;*/
	min-height: 300px;
}
.page-template-sisetu .image_column{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.page-template-sisetu .image_row{
	flex-grow: 1;
	display: flex;
	column-gap: 10px;
	margin: 0 0 10px;
}
.page-template-sisetu .image_row:last-child{
	margin: 0;
}
.page-template-sisetu .row4 .image2{
	display: flex;
	/*min-height: 250px;*/
	flex-grow: 3;
}
html.sp .page-template-sisetu .row4 .image2{
	min-height: 250px;
}
.page-template-sisetu .row4 .image2_1{
	background-image: url(img/sisetu/5_2.jpg);
	flex-grow: 7;
}
.page-template-sisetu .row4 .image2_2{
	background-image: url(img/sisetu/5_1.jpg);
	gap: 10px;
	column-gap: 10px;
	flex-grow: 5;
}

.page-template-sisetu .row5{
	gap: 10px 5px;
	column-gap: 10px;
}
html.sp .page-template-sisetu .row5{
	flex-direction: row;
}
.page-template-sisetu .row5 .image{
	min-height: 400px;
}
html.sp .page-template-sisetu .row5 .image{
	min-height: 170px;
}
.page-template-sisetu .row5 .image1{
	background-image: url(img/sisetu/5_1.jpg);
	/*margin: 0 10px 0 0;*/
	gap: 10px;
	column-gap: 10px;
	flex-grow: 5;
}
.page-template-sisetu .row5 .image2{
	background-image: url(img/sisetu/5_2.jpg);
	flex-grow: 7;
}

.page-template-sisetu .row6 .text{
	flex-basis: 580px;
}
.page-template-sisetu .row6 .text_box{
	color: #000;
	background-color: #fff;
	margin: -60px 0 0;
	min-height: calc(100% + 0px);
}
html.sp .page-template-sisetu .row6 .text_box{
	margin: 10px 0 0;
	min-height: 0;
}
.page-template-sisetu .row6 .text_box h3{
	color: #a89a6a;
	margin: 40px 0 20px;
}
.page-template-sisetu .row6 .text_box h3 small{
	margin: 0 0;
}
.page-template-sisetu .row6 .text_box h3:nth-of-type(1){
	text-align: left;
}
.page-template-sisetu .row6 .text_box h3:nth-of-type(2){
	text-align: right;
}
.page-template-sisetu .row6 > .image{
	display: flex;
	flex-direction: column;
}
.page-template-sisetu .row6 .image1{
	flex-grow: 4;
	display: flex;
	column-gap: 10px;
	margin: 0 0 10px;
}
html.sp .page-template-sisetu .row6 .image1{
	height: 170px;
}
.page-template-sisetu .row6 .image2{
	flex-grow: 3;
	display: flex;
	column-gap: 10px;
}
html.sp .page-template-sisetu .row6 .image2{
	height: 120px;
}
.page-template-sisetu .row6 .image1_1{
	background-image: url(img/sisetu/6_1.jpg);
}
.page-template-sisetu .row6 .image1_2{
	background-image: url(img/sisetu/6_2.jpg);
}
.page-template-sisetu .row6 .image1_3{
	background-image: url(img/sisetu/6_3.jpg);
}
.page-template-sisetu .row6 .image1_4{
	background-image: url(img/sisetu/6_4.jpg);
}
.page-template-sisetu .row6 .image2_1{
	background-image: url(img/sisetu/6_5.jpg);
}
.page-template-sisetu .row6 .image2_2{
	background-image: url(img/sisetu/6_6.jpg);
}
.page-template-sisetu .row6 .image2_3{
	background-image: url(img/sisetu/6_7.jpg);
}

.page-template-sisetu .row7{
	justify-content: center;
	min-width: 1030px;
}
html.sp .page-template-sisetu .row7{
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	min-width: 0;
	padding: 0 10px;
}
.page-template-sisetu .row7 .text,
.page-template-sisetu .row7 .image{
	flex-grow: 0;
}
html.sp .page-template-sisetu .row7 .image{
	order: 1;
}
html.sp .page-template-sisetu .row7 .image img{
	height: 290px;
}
.page-template-sisetu .row7 .text{
	flex-basis: 370px;
}
html.sp .page-template-sisetu .row7 .text{
	order: 2;
}
.page-template-sisetu .row7 .text_box{
	color: #a89a6a;
}
.page-template-sisetu .row7 .text_box h3{
	color: #a89a6a;
	margin: 30px 0 20px;
}
.page-template-sisetu .row7 .text_box h3 small{
	margin: 0 0;
}
.page-template-sisetu .row7 .text_box p{
	margin: 0 0;
}

.page-template-sisetu .row8 .image{
	height: 23vw;
}
.page-template-sisetu .row8 .image1{
	background-image: url(img/sisetu/6_2.jpg);
}
.page-template-sisetu .row8 .image2{
	background-image: url(img/sisetu/6_3.jpg);
}
.page-template-sisetu .row8 .image3{
	background-image: url(img/sisetu/6_1.jpg);
}

.page-template-sisetu .row_type2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1450px;
	margin: 70px auto 20px;
}
.page-template-sisetu .row_type2 .box{
	flex-basis: 24.5%;
}
@media (max-width: 900px) {
	.page-template-sisetu .row_type2 .box{
		flex-basis: 48.5%;
		max-width: 48.5%;
	}
}
.page-template-sisetu .row_type2 .box p{
	text-align: justify;
	padding: 0 15px;
}
.page-template-sisetu .row_type2 .box .image{
	height: 220px;
}
.page-template-sisetu .row_type2 .box .image img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.page-template-sisetu .ansin_anzen{
	background-color: #fff;
	border-top: 1px solid transparent;
	padding: 20px 0;
}
.page-template-sisetu .ansin_anzen h3{
	color: #a89a6a;
	margin: 40px 0 20px;
}
.page-template-sisetu .ansin_anzen h4{
	text-align: center;
	color: #a89a6a;
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: 0;
/*	word-break: keep-all;*/
/*	white-space: nowrap;*/
/*	overflow-wrap: break-word;*/
}
.page-template-sisetu .ansin_anzen .p1{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	margin: 40px 20px 20px;
/*	word-break: keep-all;*/
/*	white-space: nowrap;*/
/*	overflow-wrap: break-word;*/
}
.nb{
	white-space: nowrap;
}


/* 会社案内ページ *************************************************************************** */

.page-template-campany h1{
	margin: 0;
}

.page-template-campany h3{
	font-size: 2.4rem;
	margin: 90px 0 40px;
}

.page-template-campany h4{
	margin: 0px 0 40px;
}

.page-template-campany #rinen{
	text-align: center;
	color: #fff;
	background-image: url(img/campany/1.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	padding: 1px 0 130px;
}

.page-template-campany .row1{
	display: flex;
}
.page-template-campany .row1 .image{
	min-width: 250px;
	margin-right: 60px;
}
html.sp .page-template-campany .row1 {
	flex-direction: column;
}
html.sp .page-template-campany .row1 .image{
	text-align: center;
	margin: 0 0 50px 0;
}
html.sp .page-template-campany .row1 .image img{
	width: 39%;
}
html.sp .page-template-campany .row1 .text img{
	float: right;
	margin: 20px -15px 0 10px;
}

.page-template-campany .row2{
	display: flex;
	margin-bottom: 80px;
}
html.sp .page-template-campany .row2{
	flex-direction: column;
}
.page-template-campany .row2 .image{
	min-width: 317px;
	margin-right: 60px;
}
html.sp .page-template-campany .row2 .image{
	text-align: center;
	min-width: 0;
	margin-right: 0px;
}
html.sp .page-template-campany .row2 .text{
	margin: 40px 20px;
}
html.sp .page-template-campany .row2 .text h4{
	margin-bottom: 30px;
}
.page-template-campany .row2 a{
	color: #a89a6a;
}



/* お知らせページ *************************************************************************** */

.news_page article{
	padding: 50px 0 80px;
}
.news_page article .date{
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #a89a6a;
}
.news_page article .title{
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.7;
	margin: 20px 0;
}
.news_page article .content{
	font-size: 1.4rem;
	line-height: 2;
}

.news_page ul.page-numbers{
	text-align: center;
	margin: 60px 0;
	padding: 0;
}
.news_page ul.page-numbers li{
	list-style: none;
	display: inline-block;
}
.news_page ul.page-numbers li .page-numbers{
	display: none;
}
.news_page ul.page-numbers li a.next,
.news_page ul.page-numbers li a.prev{
	display: inline-block;
	margin: 0 50px;
}

.news_page .single_nav{
	display: none;
}

.single-post .single_nav{
	display: block;
	text-align: center;
	margin: 60px 0;
}
.single-post .single_nav span{
	display: inline-flex;
	margin: 0 50px;
	max-width: 260px;
}
html.sp .single-post .single_nav span{
	margin: 0 20px;
	max-width: 180px;
}



/* お問合せページ *************************************************************************** */


.contact_page p{
	margin: 50px 0 50px 30px;
}
html.sp .contact_page p{
	margin: 50px 0 50px 0;
}

.wpcf7-form table.contact{
	width: 100%;
	border-collapse: collapse;
}
html.sp .wpcf7{
	position: relative;
	/*width: 100vw;*/
}
.wpcf7-form table.contact th{
	vertical-align: top;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 15px 30px;
}
html.sp .wpcf7-form table.contact th{
	font-size: 1.5rem;
	padding: 18px 15px;
	width: 140px;
}
.wpcf7-form table.contact th.hissu:after{
	content: "※";
	color: #d40c0c;
}
.wpcf7-form table.contact td{
	padding: 10px 0;
}
.wpcf7-form table.contact tr:nth-of-type(2n+1) th,
.wpcf7-form table.contact tr:nth-of-type(2n+1) td{
	/*background-color: #c9cee8;*/
}

.wpcf7-form .check1{
	text-align: center;
	font-size: 1.8rem;
	/* line-height: 2.5; */
	margin: 50px 0;
}

.wpcf7-form .privacy_area{
	text-align: center;
	font-size: 1.8rem;
	/*line-height: 2.5;*/
	margin: 60px 0 100px;
}
.wpcf7-form .privacy_area label{
	margin: 0 0 10px;
}

.wpcf7-form .submit_area{
	text-align: center;
	margin: 0 0 100px;
}

input[type="submit"],
input[type="button"] {
	/* iOSでのデフォルトスタイルをリセット */
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #000;
	background-color: #a89a6a;
	border-radius: 10px;
	padding: 30px 0;
	width: 400px;
	margin-bottom: 20px;
	transition: opacity 0.2s linear;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="submit"]:hover,
input[type="button"]:hover{
	opacity: 0.7;
}
input[type="submit"].wpcf7-confirm,
input[type="button"].wpcf7-back,
input[type="submit"].wpcf7-submit{
	/*background-image: url(img/contact/confirm.svg);*/
	background-repeat: no-repeat;
	background-position: center;
	/*color: transparent;*/
}
input[type="button"].wpcf7-back{
	background-image: url(img/contact/back.svg);

}
input[type="submit"].wpcf7-submit{
	background-image: url(img/contact/send.svg);
}

input[type="text"],
input[type="email"],
textarea{
	font-family: "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	font-weight: 300;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	padding: 5px 8px;
	width: 90%;
}
input[type="text"],
input[type="email"]{
	/*width: 60%;*/
}
html.sp input[type="text"],
html.sp input[type="email"]{
	width: 90%;
}

input[type="text"][name="yubinbangou"]{
	width: 150px;
}
html.sp input[type="text"][name="yubinbangou"]{
	width: 130px;
}

input[type="text"][readonly],
input[type="email"][readonly],
textarea[readonly] {
	border: 0;
	box-shadow: 0 0 0 1000px #fff inset;
}

input[type="checkbox"]{
	min-width: 16px;
	height: 16px;
}

.wpcf7-form label{
	display: inline-flex;
}
.wpcf7-form label input[type="checkbox"]{
	margin: 8px 5px 0 0;
}
.wpcf7-form label span{
	text-align: left;
}

.wpcf7-form table.contact input[type="text"][readonly],
.wpcf7-form table.contact input[type="email"][readonly],
.wpcf7-form table.contact textarea[readonly] {
	box-shadow: 0 0 0 1000px #f0efeb inset;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
	position: relative;
	top: -300px;
}

div.wpcf7 .wpcf7-form .ajax-loader{
	display: none;
}











