@charset "utf-8";
@import url("reset.css");

html {
	font-size: 62.5%;
}

body {
	/*フォント*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	color: #3E3A39;
	background: #ffffff;
}

a {
	color: #3E3A39;
	text-decoration: none;
}

a:hover {
	color: #3E3A39;
	text-decoration: none;
	opacity: 0.7;
}

.spb {
	display: none!important;
}

.spn {
	display: block;
}

.spn_ib {
	display: inline-block;
}

.fss {
	padding: 0 0 0 2.5px;
	//font-size: smaller;
}




.fl-con ,.fl-con_c {
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
}

.fl-con_c {
	-webkit-flex-direction: column;
	flex-direction: column;
}

.notice_txt {
    margin-bottom: 10px;
    padding-top: 5px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight:bold;
    text-align: center;
    color: #ee7b4a;
    border-top: 1px solid #717071;
}

.notice_ttl {
	font-size: 2.2rem;
}

/*全体の横幅指定*/
.inner {
	max-width: 1100px;
	width: calc(100% - 30px);
	margin: 0 auto;
}

.inner2 , .inner3 {
	max-width: 1100px;
	width: 1100px;
	margin: 0 auto;
}

.innerIn , .innerIn2 {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

/* --- ヘッダー --- */
.header {
	position: fixed;
	width: 100%;
z-index: 1;
	background: #ffffff;


}

.header_01 {
	padding: 10px 0;
	color: #ffffff;
	font-size: 0;
	line-height: 0;
	background: #3E3A39;
}

.header_01l {
	display: inline-block;
	width: 50%;
	font-size: 1.4rem;
	line-height: 1;
}

.header_01r {
    position: relative;
	display: inline-block;
	width: 50%;
	text-align: right;
}

.header_01r ul li {
	display: inline-block;
	margin-left: 25px;
}

.header_01r ul li a {
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1;
	//font-weight: bold;
}

.header_02 {
	font-size: 0;
	line-height: 0;
}

.header_02l {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}

.header_02l img {
	width: 100%;
}

.header_02c {
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

.header_02c img {
	width: 90%;
}

.header_02r {
	display: inline-block;
	width: 55%;
	vertical-align: middle;
}



/*--- ハンバーガーメニューここから ---*/
nav {
	color: #3E3A39;
	text-align: right;
	vertical-align: bottom;
	z-index: 9999;
}

.header_02r ul {
	line-height: 1.4;
	margin: 0;
	padding: 25px 0 0 0;
}

.header_02r ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	width:20%;
}

.header_02r ul li span {
	display: block;
	align:center;
}

.header_02r ul li span:first-child {
	font-size: 1.2rem;
	font-family: 'arial' , sans-serif;
}

.header_02r ul li span:last-child {
	padding-top: 5px;
	font-size: 1.1rem;
	
}


.header_02r ul li a {
	display: block;
	padding: 0 0 0 0;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}

.header_02r ul li a div {
	padding: 5px 0 5px 0;
	border-right: 1px solid #A4A4A4;
	border-top: 1px solid #A4A4A4;
	border-bottom: 1px solid #A4A4A4;

}

.header_02r ul li:first-child a div {
	padding: 5px 0 5px 0;
	border-left: 1px solid #A4A4A4;

}

.header_02r ul li a:hover {
	opacity: 1;
	background:#3E3A39;
	color: #ffffff;
}

.header_02r ul li a:hover span {
/*	opacity: 0.7;*/

}

.header_02_area {
	height:20%;
}

･header_index1_li {
    position:relative; 
    bottom:2px
}

･header_index1_span {
    line-height:30.5px; 
    font-size:12px;
}

･header_index2_li {
    position:relative; 
    top:5px;
}

･header_index2_span {
    line-height:30.5px; 
    font-size:12px;
    margin-bottom:-10px;
    margin-top:-5px;
}



.l_list {
	position: absolute;
	display: none;
    width: 90px;
    top: 14px;
    right: 0;
    padding-top: 10px;
    z-index: 999;
}

.l_list:after {
	content: "▲";
	position: absolute;
	right: 0;
	top: 7px;
	width: 100%;
	text-align: center;
	font-size: 8px;
	line-height: 0;
	color: #ffffff;
}

.l_list li {
    display: block;
    width: 100%;
    margin-left: 0!important;
}

.l_list li a {
    display: block;
    padding: 10px;
    background: #ffffff;
    color: #3E3A39!important;
    border-bottom: 1px solid #3E3A39;
    border-left: 1px solid #3E3A39;
    border-right: 1px solid #3E3A39;
    font-weight: bold;
    opacity: 1;
    text-align: center;
}

.l_list li a:hover {
    background: #f3f3f3!important;
}

.l_slct_sp {
    display: none;
    font-size: 0;
    line-height: 0;
}
/* サブメニューここから */
.sub_menu {
	position: absolute;
	display: none;
	top: calc(127px - 4px);
	left: 0;
	width: 100%;
	padding: 15px 0 0px 0;
	//background: #717071;
	background: #ee7b4a;
	border-top: 4px solid #ee7b4a;
	z-index: 100;
	opacity: 0.9;
}

.sankaku:after {
	content: "▲";
	position: absolute;
	right: 0;
	bottom: 6px;
	width: calc(100% - 1px);
	text-align: center;
	font-size: 1.2rem;
	line-height: 0;
	color: #ee7b4a;
}

.sub_menu ul {
	font-size: 0;
	line-height: 0;
}

.sub_menu ul li {
	display: inline-block;
	width: calc(100% / 4);
	margin: 0 0 15px 0;
	font-size: 1.4rem;
	line-height: 1;
	opacity: 1;
	font-weight: bold;
	vertical-align: top;
}

.sub_menu ul li ul {
	margin: 5px 0 0 10px;
}

.sub_menu ul li ul li {
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
}

.sub_menu ul li a {
	color: #ffffff;
}

/* サブメニューここまで */

/*---三本線ボタン---*/
#navToggle {
	/*通常時は非表示*/
	display: none;
	position: absolute;
	right: 13px;
	top: 13px;
	width: 30px;
	height: 25px;
	cursor: pointer;
}

#navToggle div {
	position: relative;
}

#navToggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: solid 3px #3e3a39;
	transition: .35s ease-in-out;
}

#navToggle span:nth-child(1) {
	top: 0;
}

#navToggle span:nth-child(2) {
	top: 11px;
}

#navToggle span:nth-child(3) {
	top: 22px;
}

/*--- ハンバーガーメニューここまで ---*/

/* --- パンくずリストここから --- */
.pan_list {
	width: 100%;
	background: #717071;
	color: #ffffff;
}

.pan_list a {
	color: #ffffff;
}

.pan_list ul {
	padding: 10px 0px;
}

.pan_list ul li {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.4;
	list-style: none;
}
/* --- パンくずリストここまで --- */

/* --- メイン --- */
#main {
	width: 100%;
	margin: 0 auto;
padding-top: 78px;
}

/* --- コンテンツ --- */
.content , .content2 , .content3 , .content_min {
	padding: 10px 0;
	font-size: 0;
	line-height: 0;
}

.content2 {
/*	background: #f3f3f3;*/
	background: #ffffff;

}

.content3 {
/*	background: #f3f3f3;*/
	background: #ffffff;
}

.content_min {
	min-height: calc(100vh - 438px);
	box-sizing: border-box;
}

.content_ttl {
	margin-bottom: 30px;
	color: #3e3a39;
	font-weight: bold;
	text-align: center;
}

.content_ttl div p:first-child {
	display: block;
	font-family: 'arial' , sans-serif;
	font-size: 3.2rem;
}

.content_ttl div p:last-child {
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 1px;
}

.content_ttl div {
	display: inline-block;
	vertical-align: middle;
	font-size: 3.0rem;
	line-height: 1.2;
}

.content_ttl span {
	display: inline-block;
	margin:0 0 0 15px;
	font-size: 2.8rem;
	line-height: 1.2;
	vertical-align: middle;
}

･content_procedure_f{
	padding: 10px 0;
	font-size: 2rem;
	line-height: 0;
}

/* --- フッター --- */
.footer {
	width: 100%;
	color: #ffffff;
}

.footer a {
	color: inherit;
}

.ft01_totop {
	text-align: center;
}

.ft01_totop a {
	display: block;
	padding: 10px 0;
	background: #ee7b4a;
}

.ft01_totop img {
	width: 38px;
}

.ft01_slider {
	width: 100%;
}

.ft01_slider ul li {
	height: 100%;
}


.footer_02 {
	padding: 12px 0 8px 0;
	font-size: 0;
	line-height: 0;
	background: #3E3A39;
}

.footer_02c {
	padding: 12px 0 8px 0;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.footer_02c ul {
}

.footer_02c ul li {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	//font-weight: bold;
	margin: 0 25px 0 0;
}





.lineup_block {
  list-style: none;
  overflow: hidden;
}
 
.lineup_block li {
  width: 25%;
  float: left;
}
 

.lineup_block li a {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  border-top:1px solid #A4A4A4;
  border-bottom:1px solid #A4A4A4;
  border-right:1px solid #A4A4A4;
  box-sizing: border-box;
}

.lineup_block li:first-child a {
  border-left:1px solid #A4A4A4;
  padding-bottom:1px;
  box-sizing: border-box
}

.lineup_ttl_block  {
  padding:20px 0;
}

.lineup_ttl  {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  background: #000000;
  padding:5px 35px;
  border-radius: 20px;
}

.lineup_img{
  margin:7px;
}
.lineup_img img{
  width: 100%;

}

.lineup_detail{
  text-align: left;
  margin:0 20px 5px;
}


.lineup_detail span{
  font-size: 1.2rem;
}

.lineup_btn_block1  {
  padding: 30px 0 20px;
  text-align: left
}

.lineup_btn1  {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #FF4000;
  padding: 5px 30px;
  border-radius: 7px;
}

.lineup_btn2  {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #FF4000;
  padding: 5px 30px;
  border-radius: 7px;
}

.lineup_btn3  {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #FF4000;
  padding: 5px 30px;
  border-radius: 7px;
}

.lineup_btn_t  {
  width:100%;
}

.lineup_btn_block2  {
  padding: 0;
  text-align: center;
}

.lineup_btn_block3  {
  padding: 30px 0 20px;
  text-align: right;
}

.lineup_btn_block3 a span  {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #0000FF;
  padding: 10px 35px;
  margin-left: 15px;
  border-radius: 20px;
}

.lineup_table  {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;

}

.lineup_table td img{
  width:100%;
}

.lineup_table_dance  {
  border-collapse: collapse;
  border-spacing: 0;
  width:75%;

}

.lineup_table_dance td img{
  width:100%;
}

.lineup_table_other  {
  border-collapse: collapse;
  border-spacing: 0;
  width:25%;
}

.lineup_table_other td img{
  width:100%;
}

.lineup_table_other2  {
  border-collapse: collapse;
  border-spacing: 0;
  width:50%;
}

.lineup_table_other2 td img{
  width:100%;
}

.lineup_classic_waku_01  {
  border-top:1px #A4A4A4 solid;
  border-left:1px #A4A4A4 solid;
  border-right:1px #A4A4A4 solid;
  width:25%;
  padding:20px;
    vertical-align: middle;
}

.lineup_classic_waku_02  {
  border-bottom:1px #A4A4A4 solid;
  border-left:1px #A4A4A4 solid;
  border-right:1px #A4A4A4 solid;
  width:25%;
  padding:5px;
  vertical-align: top;
  word-break : break-all;
}

.lineup_dance_waku_01  {
  border-top:1px #A4A4A4 solid;
  border-left:1px #A4A4A4 solid;
  border-right:1px #A4A4A4 solid;
  width:25%;
  padding:5px;
  
}

.lineup_dance_waku_02  {
  border-bottom:1px #A4A4A4 solid;
  border-left:1px #A4A4A4 solid;
  border-right:1px #A4A4A4 solid;
  width:25%;
  padding:5px;
}

.lineup_musical_waku_01  {
  border-top:1px #A4A4A4 solid;
  border-left:1px #A4A4A4 solid;
  border-right:1px #A4A4A4 solid;
  width:25%;
  padding:5px;
}

.lineup_musical_waku_02  {
  border-bottom:1px #A4A4A4 solid;
  border-left:1px #A4A4A4 solid;
  border-right:1px #A4A4A4 solid;
  width:25%;
  padding:5px;
}

.lineup_other_waku_01  {
  border-top:1px #A4A4A4 solid;
  border-left:1px #A4A4A4 solid;
  border-right:1px #A4A4A4 solid;
  width:25%;
  padding:5px;

}

.lineup_other_waku_02  {
  border-bottom:1px #A4A4A4 solid;
  border-left:1px #A4A4A4 solid;
  border-right:1px #A4A4A4 solid;
  width:25%;
  padding:5px;

}

.lineup_kako_block {
  list-style: none;
  overflow: hidden;
}
 
.lineup_kako_block li {
  width: 20%;
  float: left;
}
 

.lineup_kako_waku_photo{
 border-top:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:20%;
} 

.lineup_kako_waku_text{
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:20%;
} 

.lineup_kako_waku_text_under{
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:20%;
} 


.lineup_kako_block li waku {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  border-top:1px solid #A4A4A4;
  border-bottom:1px solid #A4A4A4;
  border-right:1px solid #A4A4A4;
  box-sizing: border-box;
}

.lineup_kako_block li:first-child waku {
  border-left:1px solid #A4A4A4;
  padding-bottom:1px;
  box-sizing: border-box
}

.lineup_ttl_kako_block  {
  padding:20px 0;
}

.lineup_kako_ttl  {
  padding:20px 0 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #A4A4A4;
  
}

.lineup_kako_ttl span {
	font-size: 2rem;
	font-weight: bold;
}

.lineup_kako_img{
  margin:7px;
}
.lineup_kako_img img{
  width: 100%;

}

.lineup_kako_detail{
  text-align: left;
  margin:0 20px 5px;
}

.lineup_kako_detail span{
  font-size: 1.2rem;
}



.past_m{
 display : none;
 }

.past_p{
 display : block;
 }
 
.manner_icon_01 {
	bottom: 20px;
    margin-bottom: 25px;
    margin-top: 10px;
overflow:hidden; 
}


.manner_icon_01_item img {
	width: 100%;
}

.manner_icon_01_item {
    height:100px;
    width:100px;
    float:left;
}


.manner_icon_02 {
	bottom: 20px;
    margin-bottom: 25px;
    margin-top: 10px;
overflow:hidden; 
}

.manner_icon_02_item img {
	width: 100%;
}

.manner_icon_02_item {
    height:100px;
    width:100px;
    float:left;
}

.manner_illust_01 {
	bottom: 20px;
    margin-bottom: 25px;
    margin-top: 10px;
overflow:hidden; 
}

.manner_illust_01 img {
	width: 60%;
}


/* トップに戻るここから */
#page-top {
	position: fixed;
	bottom: 15px;
	right: 20px;
}

#page-top a {
	display: block;
	opacity: 0.7;
}

#page-top a:hover {
	text-decoration: none;
	opacity: 1;
}
}

/* トップに戻るここまで */

@media screen and (max-width: 1100px) {
	.header_02l {
		padding-left: 15px;
		box-sizing: border-box;
	}

	.header_02r {
		white-space: nowrap;
	}
/*
	.header_02r ul li:nth-last-child(-n+3) a div {
		border-right: none;
	}

	.header_02r ul li:last-child a div {
		border-right: none;
	}
*/

.header_02r {
	width: 100%;

}

	.content_min {
		min-height: calc(100vh - 415px);
		box-sizing: border-box;
	}

	.innerIn2 {
		width: auto;
		margin: 0 15px;
	}




}

@media screen and (max-width: 768px) {
	body {
		font-size: 4.375vw;
	}

	a {
		text-decoration: none;
		display: block;
	}

	a:hover {
		opacity: 1;
		text-decoration: none;
	}

	a img {
		pointer-events: none;
	}

	.spb {
		display: block!important;
	}

	.spn , .spn_ib {
		display: none;
	}

	.fss {
		padding: 0 0 0 0.125px;
		font-size: smaller;
		letter-spacing: -0.25px;
	}

	.fl-con {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.notice_txt {
        width: auto;
        margin: 0 15px;
		font-size: 3.125vw;
	}

    .notice_ttl {
		font-size: 3.75vw;
    }

	.inner ,.inner2 {
		//width: 90%;
		width: auto;
		margin: 0 15px;
	}

	.inner3 {
		width: 100%;
	}

	.innerIn2 {
		/*width: 90%;*/
		width: auto;
		margin: 0 15px;
	}
	/* --- ヘッダー --- */
	.header {
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #ffffff;
		z-index: 999;
		border-bottom: 1px solid #C9CACA;
	}

	.header_01 {
		display: none;
	}

	.header_02 {
		padding: 7px 0 10px 0;
	}

	.header_02l {
		/*width: 162px;*/
		padding: 0;
	}

	.header_02l a {
		display: block;
	}

	.header_02c {
		width: 162px;
		padding: 0;
	}

	.header_02c a {
		display: block;
	}

	.header_02r {
		width: calc(100% -162px);
	}

	/*--- ハンバーガーメニューここから ---*/
	.header_02r nav {
		/*bodyに対しての絶対位置(通常時はビュー上の外)*/
		position: absolute;
		right: 0;
		top: -410px;
		background: #e0dfdf;
		width: 100%;
		max-height: calc(100vh - 50px);
		/*padding: 15px 5%;*/
		padding: 15px;
		text-align: left;
		/*降りてくる速度と動き*/
		transition: .5s ease-in-out;
		box-sizing: border-box;
		border-bottom: 1px solid #C9CACA;
		overflow-y: auto;
		-ms-overflow-style:none;
	}

	.header_02r nav::-webkit-scrollbar{
		display:none;
	}

	.header_02r ul {
		margin: 0;
		padding: 0;
	}

	.header_02r ul li {
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
		#border-right: none;
		background: #595757;
	}

	.header_02r ul li::after {
		content: ''
	}

	.header_02r ul li:last-child {
		margin: 0;
	}

	.header_02r ul li span {
		display: inline-block;
	}

	.header_02r ul li span:first-child {
		padding: 0;
		font-size: 4.375vw;
		line-height: 1;
	}

	.header_02r ul li span:last-child {
		padding: 0;
		font-size: 4.375vw;
		line-height: 1;
	}

	.header_02r ul li:first-child a {
			padding: 10px 5px 10px 7px;
	}


	.header_02r ul li a:hover span {
		opacity: 1;
	}

	.header_02r ul li a:hover:after ,.current:after {
		border-bottom: none;
	}


	#navToggle {
		display: block;
	}

	.header_02r ul li {
		text-align: left;
		width:100%;
	}

	.header_02r ul li a {
		position:relative;
		display: block;
		font-size: 4.375vw;
		padding: 10px 5px 10px 7px;
		color: #ffffff;
		background-color: #595757;
		font-weight: bold;
		font-size: 0;
		line-height: 0;
	}

	.header_02r ul li a div {
		display: inline-block;
		padding: 0 0 0 calc(3.75vw + 5px)!important;
		border: none;
		vertical-align: middle;
	}

	.header_02r ul li a:before , .hd_link_sp div a:before{
		content: "";
		position: absolute;
		top: calc((4.375vw - 3.75vw) / 2 + 10px);
		left: 7px;
		display: inline-block;
		width: 3.75vw;
		height: 3.75vw;
		background: #ffffff;
		vertical-align: middle;
	}

	.openNav #navToggle span:nth-child(1) {
		top: 11px;
		transform: rotate(-45deg)
	}

	.openNav #navToggle span:nth-child(2),
	.openNav #navToggle span:nth-child(3) {
		top: 11px;
		transform: rotate(45deg)
	}

	.openNav nav {
		/*.openNavが付いた要素の中のnavを 縦方向に移動（=表示される）*/
		transform: translateY(460px)
	}


.l_slct_sp {
    display: block;
    padding-top: 10px;
    text-align: center;
}
.l_slct_sp select  {
    width: 100%;
    padding: 5px;
    font-size: 4.375vw;
    line-height: 1.5;
}

	/*--- ハンバーガーメニューここまで ---*/

	/* --- パンくずリストここから --- */
	.pan_list ul {
		padding: 7.5px 0px;
	}

	.pan_list ul li {
		font-size: 3.125vw;
		line-height: 1.2;
	}
	/* --- パンくずリストここまで --- */

	/* --- メイン --- */
	#main {
		margin-top: 50px;
padding-top: 0;

	}

	/* --- コンテンツ --- */
	.content , .content2, .content3 , .content_min {
		padding: 10px 0;
	}

	.content_min {
		min-height: calc(100vh - 235px);
	}

	.content_ttl {
		margin: 10px 0 10px 0;
		font-weight: bold;
		text-align: center;
	}

	.content_ttl div p:first-child {
		font-size: 6.875vw;
	}

	.content_ttl div p:last-child {
		font-size: 3.75vw;
	}

	.content_ttl span {
		display: block;
		margin: 5px 0 0 0;
		font-size: 5.625vw;
	}

	/* --- フッター --- */
	.footer {
	}

.footer_02 {
	padding: 5px 0 5px 0;
	font-size: 0;
	line-height: 0;
	background: #3E3A39;
}

	.footer_02l{
		display: none;
	}

	.footer_02c{
		padding: 3px 0 3px 0;
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		text-align: center;
	}

	.footer_02c ul {
	}
	
	.footer_02c ul li {
		display: inline-block;
		font-size: 1.2rem;
		line-height: 1;
		//font-weight: bold;
		margin: 0 25px 0 0;
	}

	.footer_02r{
		width: 100%;
		text-align: center;
	}

	.ft01_totop img {
		width: 7vw;
	}
	/* トップに戻るここから */
	#page-top {
		width: 40px;
		bottom: 16px;
		right: 13px;
	}

	#page-top img {
		width: 100%;
	}

	#page-top a {
		opacity: 0.7;
	}
	#page-top a:hover {
		opacity: 0.7;
	}
	/* トップに戻るここまで */

.past_p{
 display : none;
 }

.past_m{
 display : block;
 }
 
.lineup_ttl  {
  display:block;
  text-align: center;
  line-height:1.6;
}

.lineup_btn1  {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #FF4000;
  padding: 20px 30px;
  border-radius: 7px;
  display:block;
  text-align: center;
}

.lineup_btn2  {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #FF4000;
  padding: 20px 30px;
  border-radius: 7px;
  display:block;
  text-align: center;
  line-height: 1.1;
  margin: 5px;
}

.lineup_btn3  {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #FF4000;
  padding: 20px 30px;
  border-radius: 7px;
  display:block;
  text-align: center;
  line-height: 1.1;
  margin: 5px;
}

･header_index1_li {
    position:relative; 
    bottom:2px
}

･header_index1_span {
    line-height:30.5px; 
    font-size:12px;
}

･header_index2_li {
    position:relative; 
    top:5px;
}

･header_index2_span {
    line-height:30.5px; 
    font-size:12px;
    margin-bottom:-10px;
    margin-top:-5px;
}
