@charset "UTF-8";


.inner-header{
  margin-bottom: 40px;
  text-align: center;
  padding: 0 20px;
}
.reservation-inner .inner-header{
  padding-left: 0;
  padding-right: 0;
	border: none;
}
.campaign-inner .inner-header{
  position: relative;
  top: -25px;
  margin-bottom: -25px;
}

.title-contents-01{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
	padding-top: 50px;	
}


.title-contents-02{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.title-contents-02 img{
  position: absolute;
  zoom:0.5;
  bottom:20px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: -14%;
}
.title-contents-02 span{
  position: relative;
  z-index: 1;
  margin-right: -14%;
}



.title-contents-04{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
	padding-top: 50px;	
}

.title-contents-04:before{
  content: ''; /*何も入れない*/
  position: absolute;
  width: 170px; /*画像の幅*/
  height: 80px; /*画像の高さ*/
  background: url(/static/img/seat/dome/gallary.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
		top:0;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.inner-header p{
  margin-bottom: 0;
  text-align: left;
  font-size: 16px;
}
#back a{
  color: #fff;
  text-decoration: underline;
}
#back a::after{
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    right: 10px;
}
@media(min-width:767px) {
.inner-header{
  margin-bottom: 60px;
}
.campaign-inner .inner-header{
  top: -45px;
  margin-bottom: -45px;
}
.seat-inner .inner-header{
 padding-bottom: 10px;
  margin-bottom: 0;
}
.reservation-inner .inner-header{
  margin-bottom: 60px;
}
.title-contents-01{
  font-size: 20px;
}

.inner-header p{
  text-align: center;
  font-size: 20px;
}
.title-contents-02{
  font-size: 28px;
}
.title-contents-02 img{
  margin-left: -10%;
  zoom:1;
}
.title-contents-02 span{
  margin-right: -10%;
}
.title-contents-03{
  font-size: 28px;
}
.title-contents-03 img{
  zoom:1;
  margin-left: -14%;
}
.title-contents-04{
  font-size: 20px;
}
.title-contents-04 span{

}
.title-contents-04:before{

}
}



/*Hero*/
#Hero{
}
.hero-inner h1{
  margin: 0 auto;
  text-align: center;
}
.pc-on{
  display: none;
}
@media(min-width:576px) {
.sp-on{
  display: none;
}
.pc-on{
  display: block;
  margin:0 auto;
}
}



/*Navi*/
#Navi{
  padding: 20px 0 20px 0;
 background: url(/static/img/seat/dome/bg-gallery.png) ;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ul-local{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin:0 auto 20px;
}
.ul-local > li{
  width: 50%;
  display: flex;
  justify-content: center;
}
.ul-local > li a{
  display: flex;
  width: 100%;
  padding:15px 0px;
  color: #fff;
  justify-content: center;
  border-left: 2px solid #fff;
  font-weight: bold;
  align-items: center;
  text-align: center;
}
.ul-local > li:first-child a{
  border-left: none;
}
.ul-local > li a:hover{
  text-decoration: none;
}
@media(min-width:767px) {
#Navi{
  padding: 40px 0 40px 0;

}
.ul-local > li a{
  font-size: 24px;
  border-left: 3px solid #fff;
}
}


/*Info*/
#Info{
  background: #FFF;
	border-top:#643559 solid 2px;
}
.info-inner{

}
.lead-info{
  text-align: center;
  font-size: 16px;
  color: #643559;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;	
}
.lead-info + .lead-info{
  margin-top: 5px;
}
.lead-info .small{
	font-weight: bold;
}
.link-info{
	display: block;
	position: relative;
  padding: 20px 0;	
}

.link-info span.ico-down{
	position: relative;
	max-width: 760px;
	display: block;
	margin: 0 auto;
	
}

.link-info:hover{
	text-decoration: none;
	background: #E5E3E6;
}
.link-info span.ico-down::after{
	content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
	color: #643559;
}

.lead-info .txt-price{
	color: #C01B68;
	display: inline-block;
	position: relative;
	padding-left: 28px;
}
.lead-info .txt-price::before{
	content: "" ;
	background: url(/static/img/seat/dome/ico-info.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 18px;
		position: absolute;
	 display: inline-block;
	top:3px;
	left: 3px;

	
}
@media(min-width:767px) {
#Info{

		border-top:#643559 solid 3px;
}
.info-inner{
  padding:0;
}
.lead-info{
  font-size: 22px;
}
	.link-info{
	  padding: 40px 0;		
		text-align: center;
		
	}	
.lead-info .txt-price::before{
 	top:5px;
	left: 5px;
		width: 18px;
	height: 20px;
	
}	
	
}



/*Gallery*/
#Gallery{
  position: relative;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	 background: url(/static/img/seat/dome/bg-gallery.png) ;
	color: #fff;
	padding: 60px 0;
}
#Gallery .galleryInner { padding: 40px 0 0; }
.movieWrap{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 40px;
}
.movieWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.col-header-img{
  width: 11%;
  order:1;
}

.row-gallery-header{
	text-align: center;
	border-bottom: 2px solid #fff;
}
.lead-gallery-header{
  padding: 0 0 0 10px;
  font-size: 14px;
  margin-bottom: 25px;
}




.title-seat-feature{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 15px;
  justify-content: center;
}
.title-seat-feature > img{
  width: 100%;
  max-width: 44px;
}
.title-seat-feature b{
  padding-left: 5px;
  color: #D9346B;
  font-size: 16px;
  line-height: 1;
}
.bottom-title{
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.bottom-title img{
  zoom:0.7;
  margin:0 auto;
}


.box-seat-feature .seat-txt{
	position: relative;
	padding-left: 90px;
	margin-bottom: 40px;
	vertical-align: middle;
	height: 50px;
}
.box-seat-feature .seat-txt::before{
	content: ''; /*何も入れない*/	
	position: absolute;
	top:0;
	left: 0;
	width: 93px;
	height: 50px;
	left: -16px;	

}
.box-seat-feature .seat-txt.seat-01::before{
 background: url(/static/img/seat/dome/01-s.svg) no-repeat ;
background-size: contain;
background-repeat: no-repeat;

	
}
.box-seat-feature .seat-txt.seat-02::before{
 background: url(/static/img/seat/dome/02-s.svg) no-repeat ;
background-size: contain;
background-repeat: no-repeat;
}
.box-seat-feature .seat-txt.seat-03::before{
 background: url(/static/img/seat/dome/03-s.svg) no-repeat ;
background-size: contain;
background-repeat: no-repeat;
	
}





.dl-seat-feature{
  margin-bottom: 20px;
}
.dl-seat-feature dt{
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
}
.dl-seat-feature dd{
  font-size: 14px;
  text-align: center;
}
.col-header-text .dl-seat-feature{
  margin-bottom: 0;
}
.col-header-text .dl-seat-feature dt{
  text-align: left;
}
.col-header-text .dl-seat-feature dd{
  text-align: left;
}

.btn-beige a{
    background: #BDA598;
    position: relative;
    margin: 0 auto;
	width: 100%;
	max-width: 580px;
    padding: 16px 25px;
    color: #fff;
    font-weight: 500;
	display: block;
	 transition: .3s;
	box-shadow: 6px 6px 0 -2px #5A2E50, 6px 6px 0 -1px #fff;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 18px;

}


.btn-beige a::after {
     background: #643559;
    position: absolute;
    margin: 0 auto;
    max-width: 240px;
    padding: 16px 25px;
    font-weight: 500;
	display: block;
	 transition: .3s;
	z-index: 1;
}

.btn-beige a::after {
  display: none;
}


.btn-beige a:hover{
  transform: translate3d(5px, 5px, 0);
  color: #007db9;
	opacity: 0.8;
	 color: #fff;
	text-decoration: none;
	text-decoration: none;
		box-shadow:none;
}
.arrow-down,.arrow-window{
	position: relative;
	width: 100%;
	max-width: 580px;
    margin: 0 auto;	
}

.arrow-down::after{
	content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;	
	top:50%;
		transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.arrow-window::after{
	content: "";
    background: url(/static/img/seat/dome/ico-win.png) no-repeat ;
background-size: contain;
	width: 25px;
	height: 27px;
    position: absolute;
    right: 10px;	
	top:50%;
		transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


@media(min-width:767px) {
	#Gallery{
		padding:80px 0 0;
	}
#Gallery .galleryInner { max-width: 1000px; margin: auto; padding: 80px 80px 0; }

	.row-gallery-header{
		padding-bottom: 10px;
	}

.container-gallery{
  width: 100%;

}

.box-seat-feature{
	display: flex;
	flex-wrap: wrap;
  width: 90%;
	margin: 0 auto 40px;
}
	
	
	
	.box-seat-feature .seat-img01{
		order:0;
	}
	
		.box-seat-feature .seat-txt.seat-01{
			order:1;
	}
	.box-seat-feature .seat-img02{
		order:3;
	}
	
		.box-seat-feature .seat-txt.seat-02{
			order:2;
	}
	.box-seat-feature .seat-img03{
		order:4;
	}
	
		.box-seat-feature .seat-txt.seat-03{
			order:5;
	}
	
	
	
	
.col-header-text .box-seat-feature .title-seat-feature{
  justify-content: flex-start;
}
.col-header-text .box-seat-feature .bottom-title{
  text-align: left;
}
.box-seat-feature .seat-img{
  width: 65%;
		margin-bottom: 40px;
		
	}
.seat-txt{
  width: 35%;
		
	}
	
.box-seat-feature .seat-txt::before{
		left:0;
	}	
	

.box-seat-feature .seat-txt{
	position: relative;
	padding-top: 170px;
	margin-bottom: 40px;
	vertical-align: middle;
	height: 50px;
	padding-left: 60px;
	font-size: 18px;
}
.box-seat-feature .seat-txt::before{
	content: ''; /*何も入れない*/	
	position: absolute;
	top:30px;
	left: 0;
	width: 187px;
	height: 98px;	

}
.box-seat-feature .seat-txt.seat-01::before{
 background: url(/static/img/seat/dome/01.svg) no-repeat ;
background-size: contain;
background-repeat: no-repeat;
	
}
.box-seat-feature .seat-txt.seat-02::before{
 background: url(/static/img/seat/dome/02.svg) no-repeat ;
background-size: contain;
background-repeat: no-repeat;
    margin-left: auto;
	right: 0;
}
.box-seat-feature .seat-txt.seat-03::before{
 background: url(/static/img/seat/dome/03.svg) no-repeat ;
background-size: contain;
background-repeat: no-repeat;
	
}
	
	
	
	
.box-seat-feature.feature-01{
  width: 100%;
}
.box-seat-feature.feature-02{
  width: calc(50% - 20px);
}
.box-seat-feature.feature-03{
  width: calc(50% - 20px);
}
.lead-gallery-header{
  padding: 0 0 0 30px;
  font-size: 20px;
}
.title-seat-feature{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 15px;
  justify-content: center;
}
.title-seat-feature > img{
  max-width: 46px;
  position: relative;
}
.title-seat-feature b{
  padding-left: 10px;
  color: #D9346B;
  font-size: 22px;
  line-height: 1;
}

.bottom-title{
  margin-top: 10px;
}
.dl-seat-feature dt{
  font-size: 20px;
}
.dl-seat-feature dd{
  font-size: 18px;
}
.border-left-2{
	border-left: 2px solid #fff;
	padding-bottom: 80px;
	}	
}



/*Seat*/
#Seat{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;	
	background: #EBE7E8;
		padding: 80px 0 40px;
		text-align: center;

}
.seat-inner .title-contents-01:before{
  content: ''; /*何も入れない*/
  position: absolute;
  width: 182px; /*画像の幅*/
  height: 64px; /*画像の高さ*/
  background: url(/static/img/seat/dome/func.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
	top:0;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.inner-header{
 font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		border-bottom: 2px solid #643559;
	
}
.ul-seatspec{
  width: 100%;
  margin:0 auto 0 0;
  display: flex;
  flex-wrap: wrap;
}
.ul-seatspec > li{
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}
.seat-img{
  margin-bottom: 10px;
  text-align: center;
}
.seat-text{
  margin: 0;
  padding: 0;
}
.title-seat-spec{
  text-align: center;
  margin-bottom: 16px;
  font-size: 18px;
	padding: 10px 10px 6px;
	border-bottom: #643559 1px solid;
	display: inline-block;
}
.text-seat-spec{
  padding: 0;
  font-size: 14px;
	font-weight: 500;
}
@media(min-width:576px) {
.ul-seatspec > li{
  width: 50%;
  margin-bottom: 60px;
}
}
@media(min-width:767px) {
	#Seat{
		padding:100px 0  0;
	}
.container-seat{
  width: 100%;

}
.border-right-2{
	border-right: 2px solid #643559;
	padding-bottom: 20px;
	}	
	
.ul-seatspec{
  width: 90%;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
	padding-top: 40px;
}
.ul-seatspec > li{
  width: 50%;
  margin-bottom: 60px;
	padding: 5px;
}


}


/*Introduce*/
.introduce {
    padding: 30px 0 0;
}

.introduce .inner-header {
    margin-bottom: 40px;
}

.title-contents-05 {
    width: 80%;
    margin-left: auto;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    padding-top: 20px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.title-contents-05 img {
    max-width: 100%;
}

.title-contents-05 span {
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.introduce-inner {
    padding: 0;
    margin: 40px auto 80px;
}

.introduce .movieWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}


@media (min-width: 767px) {
    .introduce {
        padding: 60px 0 0;
    }
    
    .introduce .inner-header {
        margin-bottom: 0;
    }

    .title-contents-05 {
        width: 100%;
        margin-right: auto;
        margin-bottom: 20px;
        padding-top: 20px;
        font-size: 20px;
    }

    
     .introduce-inner {
        max-width: 1000px;
        margin: auto;
        padding: 40px 80px 0;
    }
    .border-left-3 {
        border-left: 2px solid #643559;
        padding-bottom: 120px;
    }
    .introduce-inner {
        max-width: 1000px;
        margin: auto;
        padding: 80px 80px 0;
    }
}



/*reservation*/

#reservation{
	padding: 100px 0 0;
	background: #F3F2F3;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;		
}
#reservation .rosen-api-area-price .rosen-api-search-btn{
	display: block;
	width: 100%;
}

#reservation .rosen-api-area-price .rosen-api-search-btn a{
	background:#7C6B62!important;
	padding: 14px 0;
	font-size: 16px;
}
#reservation .rosen-api-area-price .rosen-api-search-btn a:hover{
	background:#7C6B62!important;
	opacity: 0.8;
}
#reservation .rosen-api-area-price .rosen-api-search-btn a.rosen-api-btn-left{
	background: #392F2A!important;
	margin-bottom: 10px;
}

#reservation .rosen-api-area-price .rosen-api-search-btn a:before{
	display: none;
}

#reservation .rosen-api-area-price .rosen-api-search-btn a:after{
	right: 10px;
}
#reservation .seat-set{
	background: none;
	max-width: 1000px;
	margin: 0 auto;
}
.reservation-deviate{
	position: relative;
	top:-50px;
}
#reservation .rosen-api-area-price .rosen-api-search-btn + .rosen-api-search-btn{
	margin-left: 0!important;
}

.reservation-inner .title-contents-01{
	width: 240px;
	margin: 0 auto;
	background: #F3F2F3;
}
.reservation-inner .title-contents-01:before{
  content: ''; /*何も入れない*/
  position: absolute;
  width: 218px; /*画像の幅*/
  height: 64px; /*画像の高さ*/
background: #F3F2F3  url(/static/img/seat/dome/reserve.svg) no-repeat center top;	
  background-size: contain;
  vertical-align: middle;
	top:0;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
}


.liner-reserve{
  padding-bottom: 20px;
  border-bottom: 1px solid #1C1C1C;
}
.reservation-inner{
  padding:20px 20px 0;
	border: #643559 2px solid;
	border-bottom: #F3F2F3 1px solid;
	
}
#reservation img{
  width: auto;
  max-width: auto;
}
#reservation .seat-set{
  border-top: none;
}
#reservation .seat-set{
  padding: 0;
}
#reservation .rosen-api-item{
  padding: 0;
}
#reservation .rosen-api-item + .rosen-api-item{
  margin-top: 25px;
}
#reservation .rosen-api-item{
  border-bottom: 0;
}
#reservation .rosen-api-search-btn-set{
  margin-bottom: 0;
}
#reservation .rosen-api-area-route{
  margin-bottom: 15px;
}
#reservation .rosen-api-area-route .rosen-api-txt{
	font-size: 16px;
}
#reservation .rosen-api-arw img {
  display: none;
  width:29px;
  height: 17px;
}

#reservation .rosen-api-arw {
  background: url(/static/img/seat/dome/ic-arrow.png) ;
  background-repeat: no-repeat;
	width:29px;
  height: 17px;
  background-size:contain;
}
#reservation .rosen-api-area-route .rosen-api-arw{
		top:4px;
	width: 27px;
}
#reservation .rosen-api-area-price .rosen-api-price{
	color: #C01B68;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-align: right;
}
#reservation .rosen-api-area-price .rosen-api-price .rosen-api-yen{
	color: #C01B68;
	
}
#reservation .rosen-api-item{
	border-bottom: dashed #707070 2px;
	padding-bottom: 16px;
}
#reservation .rosen-api-item:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
@media(min-width:767px) {
#reservation .rosen-api-area-route{
  margin-bottom: 0;
}
#reservation .rosen-api-item:last-child{
	border-bottom: dashed #707070 2px;
	padding-bottom: 10px;
}
	#reservation .rosen-api-area-price .rosen-api-search-btn{
		display: inline-block;
		width: 130px;
	
	}	
	#reservation .rosen-api-area-price .rosen-api-search-btn + .rosen-api-search-btn{
			margin-left: 8px!important;
	}

}
@media(min-width:992px) {
		#reservation .rosen-api-area-route .rosen-api-txt{
		display: flex;
	}
	
}

/*Attention*/
#Attention{
  position: relative;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	 background: url(/static/img/seat/dome/bg-gallery.png) ;
	color: #fff;
	padding: 80px 0 40px;
	text-align: center;
}
#Attention .title-contents-01:before{
  content: ''; /*何も入れない*/
  position: absolute;
  width: 217px; /*画像の幅*/
  height: 64px; /*画像の高さ*/
  background: url(/static/img/seat/dome/attention.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
	top:0;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.row-attention-header{
    text-align: center;
    border-bottom: 2px solid #fff;
}

.txt-youtube{
	font-size: 18px;
	margin: 40px 0 20px;
	font-weight: bold;
}

@media(min-width:767px) {
	#Attention{
		padding:100px 0 80px;
	}
	.row-attention-header{
		padding-bottom: 10px;
	}
}