@charset "utf-8";

article {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.618;
	padding: 0;
}

.tx_pink{
	color: #f3185f;
}


#main_visual{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#main_visual h1{
	max-width: 1140px;
	margin: 0 auto;
}
#main_visual h1 img{
	width: 100%;
	height: auto;
}

/*-------メインコンテンツ-------*/
.contents{
	padding: 48px 0;
}
#introduction h2{
	font-size: 22px;
	color: #C55D78;
	border-bottom: 4px solid #C55D78;
	margin-bottom: 24px;
}
#introduction h2 span{
	font-size: 30px;
}
#introduction img{
	margin-bottom: 16px;
}
.intro_descr{
	margin-top: 16px;
	padding: 0 15px;
}
.intro_descr > p{
	padding-left: 1em;
	font-size: 16px;
	position: relative;
}
.intro_descr > p:before{
	content: '・';
	position: absolute;
	left: 0px;
}
.intro_descr > p span{
	margin-bottom: 8px;
}
.attention{
	margin: 16px 0;
}
.attention p{
	padding-left: 14px;
	position: relative;
}
.attention p:before{
	content: '※';
	position: absolute;
	left: 0px;
}
.link_button{
	display: table;
	width: 100%;
	text-align: center;
	margin: 24px auto;
	padding: 20px;
	border-radius: 10px;
	background: #1E1E1E;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	transition: 0.24s ease;
}
.link_button:after{
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: 0.24s ease;
}
.link_button:hover{
	color: #ffffff;
	text-decoration: none;
	background: #F53C7F;
}
.link_button.change-arrow:after{
	content: '\f0d7';
}
.link_button:hover:after{
	right: 16px;
}
.border_t_d{
	position: relative;
}
.border_t_d:before{
	content: '';
	display: block;
	position: absolute;
	width: calc(100% - 30px);
	height: 2px;
	left: 15px;
	top: 0;
	background-image: linear-gradient(to right, #B5B5B5, #B5B5B5 2px,transparent 2px,transparent 7px);
	background-repeat: repeat-x;
	background-size: 5px 2px;
}
.yeah{
	margin: 0 auto 48px;
	font-size: 24px;
	position: relative;
	display: table;
}
.yeah:before,.yeah:after{
	content: '';
	display: block;
	position: absolute;
	width: 44px;
	height: 5px;
	border-radius: 10px;
	background: #1e1e1e;
}
.yeah:before{
	top: 50%;
	left: 0;
	transform: translate(-100%,-50%) rotate(60deg);
}
.yeah:after{
	top: 50%;
	right: 0;
	transform: translate(100%,-50%) rotate(-60deg);
}
#seat_descr h3{
	margin: 20px auto 12px;
}
#seat_descr p{
	font-size: 15px;
}
.no_padding{
	padding: 0;
}
.seat_relax_link {
	background: #F53C7F;
}
.seat_relax_link:hover {
	background: #fd6a9a;
}
#reservation{
  background: #ffffff;
}
#reservation .content{
  padding-left: 0;
  padding-right: 0;
}
#reservation .seat-set{
  border-top: none;
  padding-left: 0;
  padding-right: 0;
}
#reservation .rosen-api-item{
  padding: 16px 0 2px;
  border-bottom: 2px dashed #777;
}
#reservation .rosen-api-area-route .rosen-api-list-ico{
  display: flex;
  width: 54px;
}
#reservation .rosen-api-area-route .rosen-api-list-ico li:first-child{
  order: 2;
  width: 24px;
}
#reservation .rosen-api-area-route .rosen-api-list-ico li:last-child{
  order: 1;
  width: 24px;
}
#reservation .rosen-api-area-route .rosen-api-txt{
  font-size: 18px;
  width: calc(100% - 60px);
  padding-top: 0;
}
#reservation .rosen-api-area-price .rosen-api-price{
  text-align: right;
  margin: 8px 0;
}
#reservation .rosen-api-search-btn-set{
  width: 100%;
  margin-bottom: 0;
}
#reservation .rosen-api-area-price .rosen-api-search-btn{
  width: 100%;
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
}
#reservation .rosen-api-area-price .rosen-api-search-btn + .rosen-api-search-btn{
  margin-left: 0;
}
#reservation .rosen-api-area-price .rosen-api-search-btn a{
  padding: 12px;
  border-radius: 4px;
}
#reservation .rosen-api-area-price .rosen-api-search-btn a:before{
  content: none;
}
#reservation .rosen-api-area-price .rosen-api-search-btn a:after{
  right: -1px;
}


/*--------タブレット以上のサイズに適応するスタイル---------*/
@media screen and (min-width:768px) {
	.contents{
		padding: 64px 0;
	}
	#introduction h2{
		font-size: 26px;
	}
	#introduction h2 span{
		font-size: 40px;
	}
	.intro_descr > p{
		font-size: 20px;
	}
	.attention p{
		padding-left: 1em;
		font-size: 16px;
	}
	.yeah{
		font-size: 30px;
	}
	#seat_descr h3{
		font-size: 20px;
	}
	#seat_descr p{
		font-size: 18px;
	}
	.link_button{
		width: auto;
		margin: 32px auto;
		padding: 20px 72px;
		font-size: 22px;
	}
	#reservation .rosen-api-item{
		padding: 16px 0 8px 0;
		border-bottom: 2px dashed #777;
	}

	#reservation .rosen-api-area-price .rosen-api-price{
		text-align: right;
		margin: 8px 0;
		font-size: 24px;
	}
	#reservation .rosen-api-search-btn-set{
		width: 292px;
		margin-bottom: 0;
	}
	#reservation .rosen-api-area-price .rosen-api-search-btn{
		width: 130px;
		display: inline-block;
		margin: 0 0 0 12px;
		font-size: 14px;
	}
	#reservation .rosen-api-area-price .rosen-api-search-btn + .rosen-api-search-btn{
		margin-left: 12px;
	}
}
