/*/////////////////////////////////////////
Index

All size + etc
/////////////////////////////////////////*/

/*---------------------------------------
		Sections
---------------------------------------*/
#genki-syokudou {
  margin: 2em auto;
  padding: 1em;
  border-bottom: #0053A9 1px solid;
}
#genki-syokudou h2 {
		color: #0053A9;
		text-align: center;
}
#genki-syokudou img.mark-genki {
		display: block;
		max-width: 100px;
		height: 100px;
		margin: 0 auto;
}
  #genki-syokudou p img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
#genki-syokudou div.inner-txt {
		display: block;
		width: 50%;
		margin: 0 auto;
		text-align: center;
}
a.btn-bhsyokudou {
		display: block;
		width: 100%;
		color: #0053A9;
		text-align: right;
		padding: 1em 0;
}
.harf {
  position: relative;
  box-sizing: border-box;
  background-color: #ebf6fc;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
  .img_wrap img,
  .harf img {
		width: 100%;
		height: auto;
  }
  .att {
		display: block;
		text-align: center;
		background-color: #ebf6fc;
  }

/*---------------------------------------
		Heading
---------------------------------------*/
#about h2,
#news h2 {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 1em;
}

h1 span,
.floor-tenant h5 span,
h3.sec_f1-1 span,
h3.sec_f1-2 span,
h3.sec_f1-3 span,
.tenant h3 span  {
  display: block;
}

.floor-tenant h5 span {
  font-weight: normal;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0.2em 0.5em;
  background-color: #0053A9;
}
#about h2::before {
  position: absolute;
  top: 35px;
  left: 20px;
  content: '';
  background-image: url('../images/kamome01.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 41px;
  height: 19px;

}
#about h2::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 75px;
  content: '';
  background-image: url('../images/sun.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.news_box h4 {
  display: block;
  /* margin-bottom: 1em; */
}
.floor-tenant h5 {
  margin: 0;
}
#ichiba-area h3.sec_f1-1 {
margin: 1em 0;
padding: 0.5em 1em;
color: #fff;
background-color: #005ca7;
}
.point h4 {
  background:#005ca7;
  color:#fff;
  padding:6px 20px;
}
.sec_f1-2 {
  margin: 1em 0;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #00a73c;
}
.sec_f1-3 {
  margin: 1em 0;
  padding: 0.5em 1em;
  color: #fff;
  background-image:none;
  background-color: #20aee5;
}
#dining-area h2 {
  margin-bottom: 1em;
}
.sec_f2-2 {
  padding:0;
  text-align: center;
  width: 100%;
  height:auto;
  margin:40px auto 30px;
}
.caption-menu {
  padding: 0.5em 0;
  margin: 0;
  color: #005ca7;
}
.menu-name {
  width:100%;
  color: #ffffff;
  background: #3498db;
  margin: 0 0 0 0;
  text-align: center;
}

.lower-title {
  display: block;
  width: 98%;
  text-align: center;
  letter-spacing: 0.2rem;
  margin: 0 auto 20px auto;
  color:#000;
  padding:30px 0 10px 0;
  border-bottom: 3px solid #00a0ff;
  font-size: 1.8rem
}

.lower-title span {
  display: block;
}

.bus-reserv h4 {
  margin: 0;
}

/*---------------------------------------
		Sections // ABOUT
---------------------------------------*/
#about {
  display: grid;
  row-gap: 0.5em;
  margin: 2em 0;
}

#about .video-wrapper video {
  width: 100%;
  max-width: 550px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/*---------------------------------------
		Sections // Shop Ichiba
---------------------------------------*/
.floor_set {
  display: block;
  height: 125px;
  background-position: top center;
}
.floor_set h2 {
  background-color: #00a0ff;
  width: 100vw;
  color:#fff;
  position: relative;
  padding: 20px 0;
  margin: 0 0 0 calc(50% - 50vw);
  text-align: center;
  letter-spacing: 0.2rem;
}
  .floor_set h2 span {
		display: block;
		line-height: 1.8;
		font-weight: normal;
  }
  .floor_set h2:after{
		content:"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 50px 50px 0 50px;
		border-color: #00a0ff transparent transparent transparent;
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -50px;
		z-index: 5;
  }
.point {
  background-color:#fffac6;
  border:1px solid #005ca7;
  border-radius: 0.5em;
}
  .point div {
		padding: 0 1em;
  }
  .point span {
		display: inline-block;
		font-size: 1.3em;
		font-weight: bold;
		color: #fff;
		padding: 3px 7px 2px 7px;
		margin: 0.5em 0;
		border-radius: 30px;
  }
		span.se01 { background:#ea6ba3; }
		span.se02 { background:#00a0ff; }
		span.se03 { background:#ed7b64; }
		span.se04 { background:#4a79aa; }

.floor-tenant {
  padding: 1em;
  text-align: center;
  border: #0053A9 2px solid;
  background-color: #e6f6ff;
}
  .line-title {
		width: 100%;
		margin: 1em 0;
		padding: 0.5em 1em;
		font-size: 120%;
		box-sizing: border-box;
		color: #fff;
		border-left: #000 25px solid;
		background-color: #3498db;
  }

/*---------------------------------------
	Sections // Dinning Genki Shokudou
---------------------------------------*/
.sec_f2-2 img {
  width: 100%;
  height: auto;
}
.section_lead {
  color: #00a0ff;
  text-align: center;
}
.menu-set .menu-box picture,
.menu-set .menu-box img {
  width: 100%;
  height: auto;
  max-height: 217px;
  overflow: hidden;
}
.menu-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dining-area,
#menu-area,
#terrace-area {
  margin: 2em 0;
}
#takeout-menu {
  margin: 2em auto;
}
#takeout-menu .flex-center {
  display: flex;
  flex-wrap: wrap;
}

/*---------------------------------------
		Sections // News
---------------------------------------*/
  .post-categories {
		margin: 0;
		padding: 0;
  }
  .btn_new {
		position: absolute;
		bottom: 0;
  }
  .btn_more {
		background: #4F81BD;
		display: block;
		padding: 0.5em 2em;
		margin: 1em auto;
		text-align: center;
		width: 80%;
  }
  .btn_more a {
		color: #fff;
		display: block;
  }
/*---------------------------------------
		Sections // Ichiba Now
---------------------------------------*/
#ichiba-now-area {
  position: relative;
  width: 100vw;
  min-height: 560px;
  padding-top: 156px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url('../images/topics_bg.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
  #ichiba-now-area::before {
		display: inline-block;
		position: absolute;
		content: '';
		top: 0;
		left: 5%;
		background-image: url('../images/ship01.png');
		background-repeat: no-repeat;
		background-size: contain;
		width: 150px;
		height: 156px;
  }
  #ichiba-now-area .inner {
		display: flex;
		justify-content: space-between;
		width: 90%;
		margin: 0 auto;
  }
  .ichiba-now-title,
  .recommend-title {
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
  }
  #ichiba-now-area #pageplugin iframe {
		max-width: 500px;
		width: 100%;
		height: 500px;
		background-color: #fff;
  }

/*---------------------------------------
		Sections // Access
---------------------------------------*/
#access {
  display: grid;
}
  #access img {
		width: 100%;
		height: auto;
  }
  #access figcaption {
		color: #0053A9;
  }
  dl.att_trans {
		display: flex;
		flex-wrap: wrap;
  }
		#access dl.att_trans dt img {
		width: 80%;
		}
		#access dl.att_trans dd p {
		font-size: 0.9em;
		margin: 0;
		}

		a.btn-parking-res {
		display: block;
		text-align: center;
		margin: 1em auto;
		padding: 0.5em 2em;
		color: #0053A9;
		font-size: 120%;
		font-weight: 900;
		border: #0053A9 2px solid;
		border-radius: 2em;
		background-color: #fff;
  }
		a.btn-parking-res:hover {
				opacity: 1.0;
				color: #fff;
				background-color: #0053A9;
		}
		dl.bittable dt strong {
			font-weight: 400;
			color: #0053A9;
			margin-right: 1em;
		}
		.bh-area {
		width: 100%;
		height: auto;
		padding: 0.5em 0 1em 0;
		margin: 0.5em 0 0.5em 0;
		box-sizing: border-box;
		border-top: #0053A9 1px solid;
		border-bottom: #0053A9 1px solid;
		}
		hr.horizon {
		height: 0;
		margin: 1.5em 0;
		padding: 0;
		border-top: #0053A9 1px solid;
  }
  .bistime {
		display: block;
		width: 100%;
		color: #0053A9;
		font-size: 120%;
		font-weight: 700;
		text-align: left;
		line-height: 90%;
		margin: 0.8em 0 0.5em 0;
  }
ul.parking-atention {
  margin: 2em 0 2em 0;
  padding: 0;
  font-weight: bolder;
}
  ul.parking-atention li {
		margin: 0;
		padding: 0;
		text-indent: -1em;
		padding-left: 1em;
  }

@media screen and (min-width: 513px) {
    #access {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*---------------------------------------
	Sections // Public Banner
---------------------------------------*/
#public-banner {
  display: flex;
}
  #public-banner a img {
		display: block;
  }
.flex-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
  .flex-box a img {
		margin: 0 auto 1em auto;
  }

@media screen and (min-width: 513px) {
  #public-banner {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.5em;
  }
		#public-banner a img {
		width: calc(100% - 1em);
		margin: 0 0 0 0;
		}
}
