@charset "UTF-8";

/* Noto Sans Japanese Regular 400 */
@font-face {
	font-family: 'noto-sans-ja_subset';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NotoSansJP_SubSet-Regular.woff2') format('woff2'); 
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

*, *::before, *::after {
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header {
	top: 0;
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	display:flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

header div {
	width: 940px;
	min-width: 250px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header div a img {
	height: 47px;
}

.right {
	float: right;
	height: 42px;
}

.container-fluid {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.grid-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}



#diningTerrace,
#harborDining,
#harborGrill,
#harborStreet,
#other {
	margin-top : -20px;
	padding-top : 20px;
}

.pb {
	padding-bottom: 40px;
}


/* IE10以上 */

@media all and (-ms-high-contrast: none){
	.shoplist {
		padding: 0.2em 0 0 0;
	}
	.shoplist2 {
		padding: 0.2em 0 0 0;
}
}

_:-ms-input-placeholder, :root
.bt ul li a {
  	padding: 0.15em 0 0 1em;
}



/* ショップ一覧タイトル */

.shoplist {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #eb78aa;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 200%;
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
}

.shoplist2 {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 35px;
	line-height: 50px;
	color: #333333;
	font-weight: bold;
	font-size: 200%;
	font-feature-settings: "palt";
}


/* ボタン */

.bt {
	overflow: hidden;
	position: relative;
}

.bt ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	padding: 4% 6%;
	column-gap: 3%;
	row-gap: min(3vw, 20px);
}

.bt ul li a {
	border: 2px solid #E95377;
	box-shadow: 0px 4px 0px #c3c1c1;
	color: #000;
	text-align: left;
	font-size: 120%;
	background-color: #fff;
	font-family: 'noto-sans-ja_subset',sans-serif;
	font-weight: 400;
	display: block;
	padding: 5%;
	position: relative;
}

.bt ul li a::after {
	content: '';
	width: 10px;
	height: 20px;
	background-image: url(../image/ya.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
}

.bt ul li a:hover {
	/* background: url(../image/ya.png) no-repeat right 10px top 17px #FFF8D9; */
	background-color: #fff8d9;
	text-decoration: none;
}



/* TOPへ戻るボタン */

#pageTop {
	position: fixed;
	bottom: 0px;
	right: 30px;
	width: 140px;
	z-index:9998;
}

#pageTop a {
	display: block;
	opacity: 1;
	background-color: #e95377;
	color: #fff;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	text-indent: 0px;
	line-height: 300%;
	text-decoration: none;
}

#pageTop a:hover {
  	text-decoration: none;
}



/* フッター */

.foot_border {
	border-top: solid 1.5px #231815;
	border-bottom: solid 1.5px #231815;
}

#footer_nav {
	width: 100%;
	height: 120px;
	padding-top: 30px;
	padding-left: 40px;
}

#footer_nav li {
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 13px;
	font-feature-settings: "palt";
	letter-spacing: 0.8px;
	padding-bottom: 20px;
	margin: 0;
	list-style-type:none;
    float: left;
    width: 33.3%;
	list-style-position: outside;
}

#footer_nav li a {
	color: #231815;
	text-decoration: none;
}

#footer_nav li a:hover {
	text-decoration:none;
	color: #ccc;
}

.footer {
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #231815;
	font-size: 13px;
	display:block;
	padding-top: 20px;
	padding-bottom: 80px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	}

.footer .container-fluid br {
	display: none;
}

#MSP {
	padding-bottom: 30px
}



/* 画面の横幅が950pxまで */

@media screen and (max-width:950px){
	body header div {
		width: 95%;
	}

	.container-fluid {
		width: 100%;
	}

	.bt ul li a {
		font-size: 110%;
	}

	#pageTop {
		position: fixed;
		bottom: 0;
		right: 2.5%;
	}

	#pageTop a {
		display: block;
		width: 130px;
		height: 50px;
		opacity: 1;
		text-align: center;
		font-size: 120%;
		text-indent: 0px;
		line-height: 240%;
	}

	#MSP {
		padding-bottom: 20px
	}

	#footer_nav li {
		fofont-size: 11px;
	}

	.footer {
		font-size: 11px;
		padding-top: 20px;
		padding-bottom: 80px;
	}
}



/* 画面の横幅が768pxまで */

@media screen and (max-width:768px){
	.bt ul {
		margin: 0 auto;
	}

	.bt ul li a {
		font-size: 110%;
	}

	#title_shoplist {
		padding-bottom: 8px;
	}

	.shoplist {
		height: 40px;
		line-height: 40px;
		font-size: 175%;
	}

	.shoplist2 {
		height: 20px;
		line-height: 30px;
		font-size: 150%;
	}

	#footer_nav {
		width: 100%;
		height: 150px;
		padding-left: 40px;
		font-size: 11px;
	}

	#footer_nav li {
		font-size: 11px;
		width: 50%;
	}

	.footer {
		bottom: 0;
		width: 100%;
		height: 100px;
		font-size: 11px;
		padding-top: 20px
	}
}



/* 画面の横幅が414pxまで */

@media screen and (max-width:414px){
	.bt ul {
		margin: 0 auto;
	}

	.bt ul li a {
		font-size: 85%;
	}

	#title_shoplist {
		padding-bottom: 5px;
	}

	.shoplist{
		font-size: 130%;
		height: 30px;
		line-height: 30px;
	}

	.shoplist2 {
		height: 10px;
		line-height: 15px;
		padding-bottom: 18px;
		font-size: 90%;
		font-feature-settings: "palt";
	}

	#pageTop a {
		width: 130px;
		height: 45px;
		font-size: 120%;
	}

	header {
		top: 0;
		width: 100%;
		height: 55px;
	}

	header div a img {
		height: 35px;
	}

	#footer_nav {
		width: 100%;
		height: 205px;
		padding-left: 20px;
	}

	#footer_nav li {
		font-size: 11px;
		width: 100%;
		padding-bottom: 10px;
	}


	.footer {
		padding-top: 20px;
		height: 120px;
		font-size: 10px;
	}

	.footer .container-fluid br {
		display: inline-block;
	}
}



/********************
  フッター
*******************************/
.container__fluid {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 2.5em;
	position: relative;
	padding: 2em;
}
.container__fluid::before {
	content: '';
	width: 100%;
	height: 1.5px;
	background-color: #231815;
	position: absolute;
	top: 0;
	left: 0;
}
.container__fluid::after {
	content: '';
	width: 100%;
	height: 1.5px;
	background-color: #231815;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (max-width:768px) {
	.container__fluid {
		padding: 2em 5vw;
	}
}
@media screen and (max-width:414px) {
	.container__fluid {
		padding: 2em 8vw;
	}
}

#footer__nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#footer__nav.flex {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2em;
	row-gap: 1em;
}
@media screen and (max-width:768px) {
	#footer__nav {
		font-size: min(3vw,13px);
	}
	#footer__nav.flex {
		column-gap: 1.5em;
	}
}
@media screen and (max-width:414px) {
	#footer__nav {
		font-size: min(2.8vw,11px);
	}
}

#footer__nav li {
	width: calc((100% - 4em) / 3);
}
@media screen and (max-width:768px) {
	#footer__nav li {
		width: calc((100% - 2em) / 2);
	}
}
@media screen and (max-width:414px) {
	#footer__nav li {
		width: 100%;
	}
}


#footer__nav a {
	color: #231815;
	text-decoration: none;
	font-family: 'noto-sans-ja_subset',sans-serif;
	font-weight: 400;
}

#footer__nav a:hover {
	color: #ccc;
}

.footer > .container-fluid > p {
	font-family: 'noto-sans-ja_subset',sans-serif;
	font-weight: 400;
}


/*****************************************
  フッター 三井不動産商業マネジメントロゴ
*****************************************/
.footer__logo {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

.footer__logo.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer__logo a img {
	width: 30vw;
	max-width: 258px;
}
@media screen and (max-width:768px) {
	.footer__logo a img {
		width: 50vw;
		max-width: 258px;
	}
}
