
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');


@font-face {
  font-family: 'Minion Variable';
  src: url('../font/MinionVariableConcept-Roman.otf') format('opentype');
}


/* Global ----------------------------------------------------------------- */
html {
	font-size: 14px;
	width: 100%;
	height: 100%;
	line-height: 1.8em;
}

body {
min-width: auto;
color: rgba(34,34,34,1.00);
font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
width: 100%;
height: 100%;
background: rgba(255,255,255,1.0);
position: relative;
}

a:link,
a:visited {
color: rgba(0,0,0,1.00);
text-decoration: none;
vertical-align: baseline;
transition: all 0.4s;
}
a:hover {
text-decoration: none;
color: rgba(167,167,167,1.00);
}


.sp-br {
	display: inline-block;
}
.pc-br {
	display: none;
}
.sp-block {
	display: block;
}
.pc-block {
	display: none;
}




@media print, screen and (min-width: 375px) {

}

@media print, screen and (min-width: 768px) {
.sp-br {
	display: none;
}
.pc-br {
	display: inline-block;
}
.sp-block {
	display: none;
}
.pc-block {
	display: block;
}

}

@media print, screen and (min-width: 1024px) {

}

@media print, screen and (min-width: 1200px) {

}

@media print, screen and (min-width: 1400px) {
}









/* Layout ----------------------------------------------------------------- */
article {
overflow: hidden;
}
section {
font-size: 13.5px;
line-height: 1.6em;
	position: relative;
}


/*
<section class="contents-block" id="paypay">
	<div class="contents-block-in">


		<div class="contents-box animation">
			<div class="cont-photo"><img src="images/paypay_img.jpg" alt="PayPayでお支払いをすると　PayPayポイント最大5％戻ってくる　PayPayクーポン" width="2000" height="1762" class="pc-block" loading="lazy"><img src="images/paypay_img_sp.jpg" alt="PayPayでお支払いをすると　PayPayポイント最大5％戻ってくる　PayPayクーポン" width="740" height="2048" class="sp-block" loading="lazy"></div>
		</div><!-- contents-box -->
*/
section img {
	height: auto;
	width: 100%;
	margin: 0px auto;
	display: block;
}
section.contents-block {
padding: 15% 0px;
overflow: hidden;
position: relative;
}
section .contents-block-in {
padding: 0px 15px;
margin: 0px auto;
position: relative;
z-index: 2;
}

.tophalf {
padding-top: 15px !important;
}
.bottomhalf {
padding-bottom: 15px !important;
}
.topzero {
padding-top: 0px !important;
}
.bottomzero {
padding-bottom: 0px !important;
}


.whiteback {
background-color: rgba(255,255,255,1.00) !important;
}
.gray-back {
background-color: rgba(245,245,245,1.00) !important;
}
.pink {
background-color: rgba(220,208,229,1.00) !important;
}


.container {
overflow: hidden;
}




.cont-text {
text-align: justify;
text-justify: inter-ideograph;
}
.cont-text p {
padding: 0em 0px 1.5em;
}
.cont-text p:last-child {
padding: 0px;
}
.cont-text a,
.kome-text a,
.default-table a {
text-decoration: underline !important;
color: rgba(0,0,0,1.00);
}



@media print, screen and (min-width: 375px) {
article {
}
section {
font-size: 14px;
line-height: 1.6em;
}
section.contents-block {
padding: 14% 0px;
}
section .contents-block-in {
padding: 0px 20px;
}

.tophalf {
padding-top: 17px !important;
}
.bottomhalf {
padding-bottom: 17px !important;
}


/*
.container.fixedheader {
  margin-top: 56px;
}
*/


#page-title-box {
padding: calc(17px + 56px) 0px 35px;
}

}



@media print, screen and (min-width: 768px) {
article {
}
section {
font-size: 14px;
line-height: 1.6em;
}
section.contents-block {
padding: 10% 0px;
}
section .contents-block-in {
padding: 0px 30px;
}


.tophalf {
padding-top: 25px !important;
}
.bottomhalf {
padding-bottom: 25px !important;
}


/*
.container.fixedheader {
	margin-top: 70px;
}
*/


.cont-catch-alphabet {
font-size: 9vw;
line-height: 1.4em;
letter-spacing: 0.05em;
}

#page-title-box {
padding: calc(25px + 70px) 0px 50px;
}

}



@media print, screen and (min-width: 1024px) {
article {
}
section {
font-size: 15px;
line-height: 1.7em;
}
section.contents-block {
padding: 7% 0px;
}
section .contents-block-in {
padding: 0px 35px;
max-width: 1000px;
}

.tophalf {
padding-top: 30px !important;
}
.bottomhalf {
padding-bottom: 30px !important;
}


/*
.container.fixedheader {
	margin-top: 80px;
}
*/


.cont-catch-alphabet {
font-size: 8vw;
line-height: 1.4em;
letter-spacing: 0.05em;
}

#page-title-box {
padding: calc(30px + 80px) 0px 60px;
}

}



@media print, screen and (min-width: 1200px) {
article {
}
section.contents-block {
padding: 7% 0px;
}


.tophalf {
padding-top: 35px !important;
}
.bottomhalf {
padding-bottom: 35px !important;
}


/*
.container.fixedheader {
	margin-top: 86px;	
}
*/


#page-title-box {
padding: calc(35px + 86px) 0px 70px;
}

}



@media print, screen and (min-width: 1400px) {

section.contents-block {
padding: 7% 0px;
}
section .contents-block-in {
padding: 0px;
}

.tophalf {
padding-top: 40px !important;
}
.bottomhalf {
padding-bottom: 40px !important;
}


}












/* Header ----------------------------------------------------------------- */

header {
text-align: center;
line-height: 1.0em;
z-index: 100;
width: 100%;
transition: all 0.3s;
padding: 0px;
background-color: rgba(255,255,255,1.00);
position: relative;
border-bottom: 1px solid rgba(179,216,111,1.00);
}
header .header-top-out {
width: 100%;
position: relative;
z-index: 1;
}
header img {
	height: auto;
	width: 100%;
	display: block;
}



header .header-top {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
header .header-top > li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
header .header-top > li:first-child {
display: flex;
justify-content: center;
align-items: center;
order: 1;
padding: 0px 15px;
}
header .header-top > li:last-child {
border-bottom: 1px solid rgba(179,216,111,1.00);
padding: 5px 10px;
display: flex;
justify-content: flex-end;
align-items: center;
order: 0;
}
header .header-top > li:last-child a {
width: 34%;
}




/* facilities-box */
header .facilities-box {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 0px 0px 10px;
}
header .facilities-box > dd {
-ms-flex-preferred-size: 33.33%;
flex-basis: 33.33%;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 0px 0px;
}
header .facilities-box > dd a {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
header .facilities-box > dd img {
width: 87%;
}


/*
header .facilities-box > dd:nth-child(1) {
-ms-flex-preferred-size: 35%;
flex-basis: 35%;
}
header .facilities-box > dd:nth-child(2) {
-ms-flex-preferred-size: 35%;
flex-basis: 35%;
}
header .facilities-box > dd:nth-child(3) {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}
header .facilities-box > dd:nth-child(4) {
-ms-flex-preferred-size: 35%;
flex-basis: 35%;
}
header .facilities-box > dd:nth-child(5) {
-ms-flex-preferred-size: 58%;
flex-basis: 58%;
}
*/

/* ステラ削除 */
header .facilities-box > dd:nth-child(1) {
-ms-flex-preferred-size: 40%;
flex-basis: 40%;
}
header .facilities-box > dd:nth-child(2) {
-ms-flex-preferred-size: 40%;
flex-basis: 40;
}
header .facilities-box > dd:nth-child(3) {
-ms-flex-preferred-size: 40%;
flex-basis: 40%;
}
header .facilities-box > dd:nth-child(4) {
-ms-flex-preferred-size: 58%;
flex-basis: 58%;
}






@media print, screen and (min-width: 375px) {

}





@media print, screen and (min-width: 768px) {
header .header-top > li:first-child {
padding: 0px 25px;
}
header .header-top > li:last-child {
padding: 8px 25px;
}
header .header-top > li:last-child a {
width: 25%;
max-width: 214px; 
}

/* facilities-box */
header .facilities-box {
padding: 0px 0px 14px;
width: 65%;
}
header .facilities-box > dd {
padding: 14px 0px 0px;
}
header .facilities-box > dd img {
width: 85%;
}

}




@media print, screen and (min-width: 1024px) {
header .header-top-out {
padding: 10px 0px;
}
header .header-top {
}
header .header-top > li {
}
header .header-top > li:first-child {
justify-content: flex-start;
-ms-flex-preferred-size: 80%;
flex-basis: 80%;
order: 0;
padding: 0px 0px 0px 25px;
}
header .header-top > li:last-child {
border: none;
padding: 0px 25px 0px 0px;
order: 1;
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
}
header .header-top > li:last-child a {
width: 100%;
max-width: 214px;
}



/* facilities-box */
header .facilities-box {
padding: 0px;
width: 100%;
justify-content: flex-start;
}
header .facilities-box > dd {
-ms-flex-preferred-size: 16.66%;
flex-basis: 16.66%;
padding: 0px;
justify-content: flex-start;
}
header .facilities-box > dd img {
width: 80%;
}


/*
header .facilities-box > dd:nth-child(1) {
-ms-flex-preferred-size: 17.5%;
flex-basis: 17.5%;
}
header .facilities-box > dd:nth-child(2) {
-ms-flex-preferred-size: 17.5%;
flex-basis: 17.5%;
}
header .facilities-box > dd:nth-child(3) {
-ms-flex-preferred-size: 15%;
flex-basis: 15%;
}
header .facilities-box > dd:nth-child(4) {
-ms-flex-preferred-size: 17.5%;
flex-basis: 17.5%;
}
header .facilities-box > dd:nth-child(5) {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}
*/

/* ステラ削除 */
header .facilities-box > dd:nth-child(1) {
-ms-flex-preferred-size: 17.5%;
flex-basis: 17.5%;
}
header .facilities-box > dd:nth-child(2) {
-ms-flex-preferred-size: 17.5%;
flex-basis: 17.5%;
}
header .facilities-box > dd:nth-child(3) {
-ms-flex-preferred-size: 17.5%;
flex-basis: 17.5%;
}
header .facilities-box > dd:nth-child(4) {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}

}




@media print, screen and (min-width: 1400px) {
header .header-top-out {
padding: 15px 0px;
}



/* facilities-box */
header .facilities-box {
width: 100%;
}
header .facilities-box > dd img {
	width: calc(100% - 40px);
}

/*
header .facilities-box > dd:nth-child(1) {
-ms-flex-preferred-size:calc(172px + 40px);
flex-basis: calc(172px + 40px);
}
header .facilities-box > dd:nth-child(2) {
-ms-flex-preferred-size:calc(172px + 40px);
flex-basis: calc(172px + 40px);
}
header .facilities-box > dd:nth-child(3) {
-ms-flex-preferred-size:calc(135px + 40px);
flex-basis: calc(135px + 40px);
}
header .facilities-box > dd:nth-child(4) {
-ms-flex-preferred-size:calc(172px + 40px);
flex-basis: calc(172px + 40px);
}
header .facilities-box > dd:nth-child(5) {
-ms-flex-preferred-size:calc(232px + 40px);
flex-basis: calc(232px + 40px);
}
*/

/* ステラ削除 */
header .facilities-box > dd:nth-child(1) {
-ms-flex-preferred-size:calc(172px + 40px);
flex-basis: calc(172px + 40px);
}
header .facilities-box > dd:nth-child(2) {
-ms-flex-preferred-size:calc(172px + 40px);
flex-basis: calc(172px + 40px);
}
header .facilities-box > dd:nth-child(3) {
-ms-flex-preferred-size:calc(172px + 40px);
flex-basis: calc(172px + 40px);
}
header .facilities-box > dd:nth-child(4) {
-ms-flex-preferred-size:calc(232px + 40px);
flex-basis: calc(232px + 40px);
}

}




@media print, screen and (min-width: 1400px) {

}
















/* .default-table */
.default-table {
display: table;
width: 100%;
}
.default-table th,
.default-table td {
text-align: left;
font-size: 14px;
line-height: 1.6em;
padding: 0px;
font-weight: normal;
display: block;
}
.default-table th {
white-space: nowrap;
}
.default-table td {
padding: 0px 0px 15px;
font-weight: bold;
}










@media print, screen and (min-width: 375px) {
/* .default-table */
.default-table th,
.default-table td {
font-size: 15px;
line-height: 1.6em;
}

}



@media print, screen and (min-width: 768px) {
/* .default-table */
.default-table th,
.default-table td {
font-size: 15px;
line-height: 1.6em;
}

}




@media print, screen and (min-width: 1024px) {

/* .default-table */
.default-table {
display: table;
width: auto;
}
.default-table th,
.default-table td {
font-size: 16px;
line-height: 1.7em;
padding: 5px 0px;
display: table-cell;
}
.default-table th {
padding: 5px 20px 5px 0px;
}
.default-table td {
padding: 5px 0px;
}

}



@media print, screen and (min-width: 1200px) {

}


@media print, screen and (min-width: 1400px) {

}


























/* Footer ----------------------------------------------------------------- */
#footer-global {
margin: 0px;
overflow: hidden;
width: 100%;
font-size: calc(100vw / 25);
line-height: 1.5em;
position: relative;
color: rgba(100,100,100,1.00);
}
#footer-global img {
height: auto;
width: 100%;
margin: 0px auto;
transition: all 0.4s;
}
#footer-global a:hover img {
opacity: 0.6;
}
#footer-global .footer-in {
position: relative;
width: 100%;
z-index: 1;
padding: 14% 0px;
}

/* .footer__head */
.footer__head {
padding: 0px 15px 5px;
}
.footer__head .footer__nav {
}
.footer__head .footer__nav li {
padding: 0px 0px 10px;
}

/* .footer__foot */
.footer__foot {
padding: 15px;
}
.footer_shogyo {
width: 70%;
margin: 0px auto 8%;
max-width: 332px;
}
#footer-global .copyright {
font-size: calc(100vw / 28);
line-height: 1.4em;
}



@media print, screen and (min-width: 375px) {
/* Footer ----------------------------------------------------------------- */
#footer-global {
font-size: 14px;
line-height: 1.5em;
}
#footer-global .footer-in {
padding: 13% 0px;
}

/* .footer__head */
.footer__head {
padding: 0px 15px 5px;
}
.footer__head .footer__nav li {
padding: 0px 0px 14px;
}

/*
<footer id="footer-global">
	<div class="footer-in">
		<div class="footer__head">
			<ul class="footer__nav">
				<li><a href="https://www.mf-shogyo.co.jp/footer/policy.html" target="_blank">サイトご利用上の注意</a></li>
				<li><a href="https://www.mf-shogyo.co.jp/footer/privacy.html" target="_blank">個人情報保護方針</a></li>
				<li><a href="https://www.mf-shogyo.co.jp/footer/policy2.html" target="_blank">個人情報の取扱いについて</a></li>
				<li><a href="https://www.mf-shogyo.co.jp/footer/cookie_accesslog.html" target="_blank">Cookieおよび<br>アクセスログについて</a></li>
				<li><a href="https://www.mitsuifudosan.co.jp/social_media/" target="_blank">三井不動産グループ <br>ソーシャルメディアポリシー</a></li>
				<li><a href="https://www.mf-shogyo.co.jp/">会社案内</a></li>
			</ul><!-- /.footer__nav -->
		</div><!-- /.footer__head -->


		<div class="footer__foot">
			<div class="footer_shogyo"><a href="https://www.mf-shogyo.co.jp/" target="_blank"><img src="common/images/com_logo20240402_2.svg" alt="三井不動産商業マネジメント" width="332" height="50"></a></div>

			<small class="copyright">Copyright Mitsui Fudosan Retail Management Co., Ltd. All Rights Reserved.</small>
		</div><!-- /.footer__foot -->
*/
/* .footer__foot */
.footer__foot {
padding: 15px;
}
.footer_shogyo {
width: 70%;
margin: 0px auto 8%;
}
#footer-global .copyright {
font-size: 12px;
line-height: 1.4em;
}

}



@media print, screen and (min-width: 768px) {
#footer-global {
font-size: 14px;
line-height: 1.5em;
}
#footer-global .footer-in {
padding: 8% 0px;
max-width: 1100px;
margin: 0px auto;
}

/* .footer__head */
.footer__head {
padding: 0px 25px 5px;
text-align: center;
}
.footer__head .footer__nav li {
padding: 0px 14px 10px;
display: inline-block;
}
.footer__head .footer__nav li a {
white-space: nowrap;
text-align: center;
}
.footer__head .footer__nav li a br {
display: none;
}


/* .footer__foot */
.footer__foot {
padding: 15px;
}
.footer_shogyo {
width: 70%;
margin: 0px auto 5%;
}
#footer-global .copyright {
font-size: 12px;
line-height: 1.4em;
text-align: center;
display: block;
}

}



@media print, screen and (min-width: 1024px) {
/* Footer ----------------------------------------------------------------- */
#footer-global {
font-size: 15px;
line-height: 1.5em;
}
#footer-global .footer-in {
padding: 7% 0px;
}

/* .footer__head */
.footer__head .footer__nav li {
padding: 0px 16px 10px;
display: inline-block;
}

/* .footer__foot */
.footer_shogyo {
margin: 0px auto 4%;
}
#footer-global .copyright {
font-size: 13px;
line-height: 1.4em;
}

}


@media print, screen and (min-width: 1200px) {

}



@media print, screen and (min-width: 1400px) {

}
















