@charset "UTF-8";

/* CSS Document */
:root {
  --font-family-en: 'Roboto', sans-serif;
  --font-family-en-2: 'Arial', sans-serif;
  --font-family-en-3: 'Oswald', sans-serif;
  --font-family-M: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  --font-family-J: 'Noto Sans JP', sans-serif;
  --red: #F80000;
  --orange: #FF8000;
  --blue: #39A1DD;
  --black: #000;
}


/* ミディアムデバイス (タブレット) のスタイル */
@media (max-width: 1024px) {

.header {
  width: 100%;
  height: 80px;
  background: rgb(213, 238, 245);
  background: linear-gradient(180deg, rgba(213, 238, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
  position: relative;
  padding-top: 18px;
}

h3 {
  width: 100%;
  height: 44px;
  background: url("../images/h3_pier.png") no-repeat 2px center;
  background-size: contain;
}

.contents {
  width: 400px;
  position: relative;
}

.inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}

/* ファーストビジュアル
------------------------------------------------------------*/
.contents#pier section {
  padding-bottom: 24px;
}

.contents#pier img.gaikan-img {
  width: 100%;
  height: auto;
}

.contents#pier .logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 8px;
}

.contents#pier h4.logo-wrap p {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
}

.contents#pier .logo-wrap img {
  width: calc(100% * 0.69);
}

.contents#pier p.read {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
}

	p.tel a{
		color: #000;
		text-decoration: none;
	}	
	
	
.contents#pier .data {
  background: #E6E6E6;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  margin-top: 16px;
  padding: 16px;
}

/* 場内MAP
------------------------------------------------------------*/
.contents#pier section#map {
  background: #D1FFFF;
	padding-top: 14px;
}

.contents#pier section#map h5 {
  background: url(../images/pier_h5_bg.png) no-repeat center bottom / 100% auto;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  line-height: 320%;
  width: 100%;
  height: 61px;
}

.contents#pier section#map div[role="tablist"] {
  display: flex;
  width: 100%;
  margin: 16px 0;
}

.contents#pier section#map .swiper-button-prev,
.contents#pier section#map .swiper-button-next {
  background: #00368C;
  border: 3px solid #FFD674;
  color: #FFD674;
  font-size: 24px;
  font-weight: 900;
  width: 50%;
  height: 62px;
  margin: 0 8px;
  opacity: .3;
}
/* active */
.contents#pier section#map .swiper-button-next.swiper-button-disabled,
.contents#pier section#map .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.contents#pier section#map div[role="tabpanel"] {
  width: 100%;
  height: 250px;
  position: relative;
}

.contents#pier section#map div[role="tabpanel"] img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.contents#pier section#map #icn-list {
  font-size: 16px;
  font-weight: 900;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contents#pier section#map #icn-list li {
  display: flex;
  align-items: center;
  margin-right: 16px;
  margin-bottom: 8px;
}
.contents#pier section#map #icn-list li:last-child {
  margin-bottom: 0;
}

.contents#pier section#map #icn-list li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.contents#pier section#map #icn-list li span img {
  width: 100%;
  height: 100%;
  margin-right: 8px;
}
.contents#pier section#map #icn-list li:first-child span:nth-child(1),
.contents#pier section#map #icn-list li:first-child span:nth-child(2) {
  margin-right: 4px;
}

/* reset */
.contents#pier section#map .swiper-button-prev,
.contents#pier section#map .swiper-button-next {
	margin-top: 0;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
}
.contents#pier section#map .swiper-button-prev::after,
.contents#pier section#map .swiper-button-next::after {
	content: none;
}

/* 指定席
------------------------------------------------------------*/
.contents#pier section#shitei {
  background: #FFEDF4;
  padding: 12px 0 24px;
	position: relative;
	width: 100%;
	margin: 0;
	
}
	.contents#pier section#shitei .inner {
	width:100%;	
	}	
	

.contents#pier section#shitei h5 {
  font-size: 28px;
  font-weight: 900;
  width: 50%;
  position: absolute;
  top: 30px;
  left: 154px;
}

	
	.contents#pier section#shitei img{
		width: 100%;
	}

	
.contents#pier section#shitei .data {
  height: 220px;	
  padding: 0;
  background: url(../images/pier_shitei00.png) no-repeat left top;	
  background-size: 140px 200px;	
  padding: 50px 0 0 154px;	
}

.contents#pier section#shitei .inner .data ul{
  margin-top: 10px;
  font-weight: normal;
}


iframe{
	margin-top: 0px;
	width: 100%;
	height: 400px;
}
	

}

/* ラージデバイス (デスクトップ) のスタイル */
@media (min-width: 1025px) {

.contents {
  width: 94.8%;
  
}

.header {
  width: 100%;
  height: 110px;
  background: rgb(213, 238, 245);
  background: linear-gradient(180deg, rgba(213, 238, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
  position: relative;
}

h3 {
  width: 100%;
  height: 110px;
  background: url("../images/h3_pier.png") no-repeat center center;
  background-size: 605px 57px;
}

.inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.contents#pier section#shitei .inner .data ul{
  margin-top: 10px;
  font-weight: normal;
}

/* ファーストビジュアル
------------------------------------------------------------*/
.contents#pier section {
  padding-bottom: 20px;
}
.contents#pier section#top {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background: #AFDFFF;
  margin-bottom: 30px;
}

.contents#pier img.gaikan-img {
  width: fit-content;
  height: auto;
  margin-right: 200px;	
}

	#top .inner{
		margin-left: 200px;
	}
	
.contents#pier .logo-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
	.tel a{
		color: #000;
		text-decoration: none;
	}	

.contents#pier h4.logo-wrap p {
  font-size: 36px;
  font-weight: 900;
}

.contents#pier .logo-wrap img {
  width: 100%;
  margin-left: -25px;
}

.contents#pier p.read {
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
}

.contents#pier .data {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  margin-top: 24px;
}
	
.contents#pier #shitei .data {
  background: url(../images/pier_shitei00.png) no-repeat 2px top;
  background-size: 180px 210px;
  padding-top: 50px;
  height: 220px;
  padding-left: 200px;
}	
	
.contents#pier .data .address span {
  margin-right: 1em;
}
.contents#pier .data .time {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  height: auto;
  line-height: normal;
  margin-top: 0;
}

/* 場内MAP
------------------------------------------------------------*/
.contents#pier .pc_section-wrap {
  display: flex;
  margin: 0 50px;
}

.contents#pier section#map {
  background: #D1FFFF;
  width: calc(100% - 600px);
}

.contents#pier section#map h5 {
  background: url(../images/pier_h5_bg.png) no-repeat center bottom / 100% auto;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  line-height: 460%;
  width: 645px;
  height: 110px;
  margin: 20px auto;
}

.contents#pier section#map div[role="tablist"] {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
	

.contents#pier section#map .swiper-button-prev,
.contents#pier section#map .swiper-button-next {
  background: #00368C;
  border: 3px solid #FFD674;
  color: #FFD674;
  font-size: 27px;
  font-weight: 900;
  line-height: 120%;
  width: 130px;
  height: 62px;
  margin: 0 8px;
  opacity: .3;	
}
.contents#pier section#map .swiper-button-prev:hover,
	.contents#pier section#map .swiper-button-next:hover{
		opacity: 0.6;
		transition: 0.3s all;
	}	
	
	
/* active */
.contents#pier section#map .swiper-button-next.swiper-button-disabled,
.contents#pier section#map .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.contents#pier section#map div[role="tabpanel"] {
  /* width: 1100px; */
  width: 100%;
  height: 500px;
  position: relative;
}

.contents#pier section#map div[role="tabpanel"] img {
  /* width: 100%; */
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.contents#pier section#map #icn-list {
  font-size: 18px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.contents#pier section#map #icn-list li {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.contents#pier section#map #icn-list li:last-child {
  margin-right: 0;
}

.contents#pier section#map #icn-list li span {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 8px;
}
.contents#pier section#map #icn-list li span img {
  width: 100%;
  height: 100%;
  margin-right: 8px;
}
.contents#pier section#map #icn-list li:first-child span:nth-child(1),
.contents#pier section#map #icn-list li:first-child span:nth-child(2) {
  margin-right: 4px;
}

/* reset */
.contents#pier section#map .swiper-button-prev,
.contents#pier section#map .swiper-button-next {
	margin-top: 0;
	position: static;
	left: auto;
	right: auto;
	top: auto;
}
.contents#pier section#map .swiper-button-prev::after,
.contents#pier section#map .swiper-button-next::after {
  color: #707070;
  position: absolute;
  top: 50%;
  opacity: 1;
}
.contents#pier section#map .swiper-button-prev::after {
  left: 80px;
}
.contents#pier section#map .swiper-button-next::after {
  right: 80px;
}
/* active */
.contents#pier section#map .swiper-button-prev.swiper-button-disabled::after,
.contents#pier section#map .swiper-button-next.swiper-button-disabled::after {
  opacity: 0;
}

/* 指定席
------------------------------------------------------------*/
.contents#pier section#shitei {
  background: #FFEDF4;
  width: 600px;
  padding-top: 20px;
  position: relative;
}

.contents#pier section#shitei h5 {
  font-size: 36px;
  font-weight: 900;
  width: 50%;
	position: absolute;
  top: 35px;
  left: 220px;
}
	

.contents#pier section#shitei .data {
  margin-top: 20px;
  margin-bottom: 10px;
}

	.contents#pier section#shitei img{
		margin: 4px 0 0 22px;
	}	
	
iframe{
	margin-top: 30px;
	width: 100%;
	height: 400px;
}
	

}


