@charset "utf-8";


/*予約開始後削除ここから*/
/*
.plan_btnbox {
    position: relative;
    padding: 0 15px 15px;
}
@media screen and (max-width: 759.9px) {
    .plan_btnbox {
        padding:5px 15px 15px;
    }
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(128 128 128 / 87%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    pointer-events: none;
    text-align: center;
    line-height: 1.2;
}
.plan_btnbox a {
    pointer-events: none;
}
*/
/*予約開始後削除ここまで*/




/*PCSP共通設定*/
body{
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


main{
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 0 0 0 !important;
}

.btnone{
	background-color: #cccccc !important;
	border: #cccccc !important;
	pointer-events: none !important;
	color: #ffffff !important;
}

.btnone::after{
	        border-top: 2px solid #ffffff !important;
        border-right: 2px solid #ffffff !important;
}


.date dt.bgpink{
	background: #FC9CC3;
} 

span.pcred {
    color: #c30014;
}

span.pcten {
    font-size: 7rem;
}

p.pcatkome {
    font-weight: bold;
    color: #572e12;
    text-align: center;
    margin: 0 auto 1rem;
}

.area_link {
    background: #572e12;
}

a{
	color: #0054FF;
}

/*
  navi
==================================================== */

@media screen and (min-width: 760px) {  /*PC*/
	.end{
		background-color: #FF0004;
		text-align: center;
		font-size: 24px;
		padding: 20px;
		color: #ffffff;
		font-weight: bold;
	}	

	
.soon{
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(90, 90, 90, 0.7);
		color: #ffffff;
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		z-index: 1;

	}	

#navi{
	text-align:center;
	padding:20px 0 20px;
    background: #B30002;
    
}
	
	#navi ul{
		display: flex;
		justify-content: center;
		max-width: 1200px;
		margin: 0 auto;
	}
	

#navi li{
	        width: 25%;
        letter-spacing: normal;
        font-size: 18px;
        font-weight: bold;
        padding: 20px 30px 20px;
        color: #FFF;
        border-right: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;

}
#navi li.coupon{
	display:inline-block;
	letter-spacing:normal;
    font-size: 20px;
    font-weight: bold;
    padding:10px 20px 30px;
    color: #fff;
    height:20px;
    border-right:1px solid #fff;
}
#navi li:first-child{
    border-left:1px solid #fff;
}
#navi li:last-child{
}
#navi li a{
	display:block;
	color: #fff;
}

#navi li:nth-of-type(1){
}

#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important;
}
#navi .caption {
    max-width: 950px;
    margin: 0 auto 20px;
    text-align: right;
    color: #fff;
    letter-spacing: -0.1em;
    font-size: 11px;
}


}


@media screen and (max-width: 759.9px) {  /*SP*/
	.end{
		background-color: #FF0004;
		text-align: center;
		font-size: 16px;
		padding: 20px;
		color: #ffffff;
		font-weight: bold;
	}
	
.soon{
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(90, 90, 90, 0.7);
		color: #ffffff;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		z-index: 1;

	}
	
#navi{
    background: #B30002;
    text-align:center;
	letter-spacing:-0.4em;
	padding:0;
	display:table;
	width:100%;
    
}
    #navi ul {
        display:flex;
        justify-content: space-between;
        margin:0 0px;
		flex-wrap: wrap;
    }
#navi li{
	display: inline-block;
        letter-spacing: normal;
        border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff; 
        font-size: 13.5px;
        font-weight: bold;
        padding: 1rem 1rem 1rem 1rem;
        /* background: url(../images/navi_line.png) no-repeat right; */
        background-size: 3px 30px;
        color: #fff;
        /* vertical-align: middle; */
        width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
#navi li:nth-of-type(2) ,
#navi li:nth-of-type(4) {
	 border-right: none !important;
}
	
/*
#navi li:last-of-type{
   width: 100%;
	border: none !important;
}*/

#navi li a{
    padding:0;
	display:block;
	/*color: #004f8e;*/
    color:#fff;
    line-height:1.2;
}
/*
#navi li:nth-of-type(1){
	border-left:1px solid #fff;
}*/

#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
#navi .caption {
    width: 100%;
    margin: 0 auto 20px;
    padding-right: 10px;
    text-align: right;
    color: #fff;
    letter-spacing: -0.1em;
    font-size: 11px;
}

}



.r_underline{
	text-decoration: underline;
	color: #FF0004;
}


.mb0{
	margin-bottom: 0 !important;
}


/*759px以下*/
@media screen and (max-width: 759.9px) {

  .spnone,.smpnone {
    display: none;
  }
	
	img{
		vertical-align: bottom;
	}
  /* CSS */
  #dirPathBlock, #anchorLinkBlock {
    font-size: 10px;
    margin: 1% 1% 0 1%;
  }
  #dirPathBlock p, #anchorLinkBlock a {
    font-size: 12px;
  }
 

.inner950{
	width: 100%;
	margin: 0 auto;
	display: block;
}

	
 
  .inner{
	width: 96%;
	margin: 0 auto;
	padding: 24px 0;
	box-sizing: border-box;
	  font-size: 12px;
}
  u {
    text-decoration-color: red;
  }
  h3 img {
    width: 100%;
  }
	
	.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

.pageTop {
	text-align:right;
	padding:5px 0px 10px 0px;
}

h1{
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}

h2{
	margin:0;
	padding:0;
}
	
h2 img{
		max-width: 695px;
		width: 100%;
	} 


#contentend {
    background: none repeat scroll 0 0 #FF0066;
    border-bottom: 1px dotted #FFFFFF;
    border-top: 1px dotted #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}


/* コンテンツ（BIGBANGツアー用） */
#wrap {
	margin: 0px auto;
	width:950px;
	text-align: left;
/*	color: rgb(51, 51, 51);	*/
	font-size: 12px;
}



#title_main{
	max-width:950px;
	width: 100%;
	margin: 0px 0 20px 0;
	padding:0;
}
	
	img{
		width: 100%;
	}
	

#title_main p{
	margin:0 0 15px 0;
	padding:0;
}


p.higaeri{
	max-width:925px;
	margin:0 0 20px 13px;
}

.higaeri{
	max-width:950px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	}



#tour_plan1{
	max-width:950px;
	margin:0px;
	padding:0;
	overflow:hidden;
}

#tour_plan1 ul{
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	
}

#tour_plan1 ul li.bt{
	display:block;
	margin:0 0 0 10px;
	float:left;
	width:320px;
	
}

#tour_plan1 ul li.info{
	display:block;
	margin:4px 0 10px 178px;
	width:596px;
	
}

#tour_plan2{
	overflow:hidden;
	margin:0px 0 10px 0;
	padding:0;
}


#tour_plan2 ul{
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
	overflow:hidden;
	
}

#tour_plan2 ul.bt2 li{
	width:450px;
	float:left;
	margin:15px 5px 10px 15px;
	padding:0;
}

/*#tour_plan2 ul.bt2 li:hover{
	transition: 0.2s ;
	opacity: 0.8 ;
}

*/
#tour_plan2 ul.bt3 li{
	width:450px;
	float:left;
	margin:15px 0 10px 250px;
	padding:0;
}

#tour_plan2 ul.bt2 li.Big{
	width:910px;
	clear:both;
	margin:10px 0 30px 23px;

}
	

.days_Box{
		margin: 0 0 0 0;
		padding: 15px;
	}
	
	.days_boxin{
		
		margin: 0 0 20px 0;
		padding: 0 0 15px 0;
		border-bottom: dotted 2px #ffffff;
	}
	
	.days_boxin:last-of-type{
		margin: 0;
		padding: 0;
		border: none !important;
	}
	
	.days_Box .btntit{
		
		font-size: 18px !important;
		font-weight: bold;
		text-align: center;
		margin: 0 0 20px 0;
	}	
	
	.days_boxin ul{
		
		list-style: none;
	}
	
	.days_boxin ul li{
		margin: 0 0 20px 0;
		
	}

	.days_boxin ul li a{
		font-size: 14px !important;
	}
	
	.chui{
		font-size: 12px !important;
		text-align: left !important;
		margin: 0 0 20px 0;
	}
	
	.chui span{
		display: block;
		  text-indent: -1em;
  			padding-left: 1em;
	}
	



.daysBox{
	margin:0;
	padding:0;
	overflow:hidden;
}

.daysBox p{
	padding:10px;
	font-weight:bold;
	text-align:center;
	background-color:#FF0;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:20px 0 10px 0;
	overflow:hidden;
}

.daysBox2{
	margin:0;
	padding:0;
	overflow:hidden;
	background:#900;
}

.daysBox2 p{
	padding:10px;
	font-weight:bold;
	text-align:center;
	background-color:#FCC;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:20px 0 10px 0;
	overflow:hidden;
}

.daysBox2 p span{
	background:#990000;
	padding:3px;
	color:#FFF;
}

.tourIn{
	
	margin:20px 0 10px 0px;
	padding:0 0 10px 0;
	background-color:#1f2c5c;
	color:#FFF;
}

#attention{
	background:#FFF;
	margin:0 15px;
	text-align:left;
}

#attention strong{
	color:#633;
	font-weight:bold;
	display:block;
	text-align:left;
}

.tourIn p{
	width:919px;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tourIn p.yellow{
	width:919px;
	margin:0px auto 10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	color:#000;
	background-color:#FF0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tourIn ul li{
	display:block;
	width:451px;
	float:left;
	margin:20px 0px 10px 18px;
	padding:0;
	
}

.tourIn ul li.Big{
	display:block;
	width:910px;
	clear:both;
	margin:10px 0 0 23px;
	padding:0;
	
}


.tourIn2{
	
	margin:20px 0 0 0px;
	padding:0 0 10px 0;
	background-color:#232323;
	color:#FFF;
}

.tourIn2 p{
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tourIn2 p.yellow{
	
	margin:0px auto 10px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding:10px;
	color:#000;
	background-color:#fcf81b;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*
.tourIn2 ul li{
	display:block;
	width:451px;
	float:left;
	margin:20px 0px 10px 18px;
	padding:0;
	
}

.tourIn2 ul li.Big{
	display:block;
	width:910px;
	clear:both;
	margin:10px 0 0 23px;
	padding:0;
	
}
*/

.yadoBox{
	margin:0 0 20px 0;
	overflow:hidden;
}

#tour_plan2 p.textbox{
	padding:20px 0 20px 0;
	margin:10px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	background-color:#603;
	color:#FFF;
}

#tour_plan3{
	margin:0 0 20px 0;
	padding:10px;
	overflow:hidden;
	border:#F00 3px solid;
}

#tour_plan3 p.btPanf{
	width:444px;
	height:69px;
	margin:20px 0 0px 15px;
	float:left;
	
}

#tour_plan3 p.tex{
	margin:0px 20px 0px 20px;
	padding:10px;
	font-weight:bold !important;
	font-size:16px;
	
}



#attentionBox{
	width:836px;
	height:auto;
	border:1px solid #FFF;
	margin:30px auto 0;
	color:#FFF;
	padding:10px;
	clear:both;
	overflow:hidden;
}

#attentionBox strong{
	font-size:14px;
	font-weight:normal;
	padding:0 0 10px 0;
	display:block;
}

#attentionBox table{
	width:856px;
	height:auto;
	border-spacing:3px;
	border-collapse:separate;
	line-height:1.5em;

}

#attentionBox table a{
	color:#FFF;
	text-decoration:underline;

}

#attentionBox table th{
	width:38px;
	text-align:left;
}

	.ticketbox{
		border: 4px solid #01a6ea;
		max-width: 760px;
	}
	
	.ticket_tit{
		margin: 0 0 20px 0;
	}
	
	.ticket_tit img{
		width: 100%;
	}
	.ticket_txt_area{
		margin: 0 20px 20px;
	}
	
	.ticket_txt{
		
		background-color: #FEFFED;
		padding: 10px;
		font-size: 14px !important;
		line-height: 1.8;
	}
	
	.ticket_tit2{
		width: 60%;
		margin: 0 0 0 0;
		padding: 5px 5px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		background-color: #01a6ea;
		color: #ffffff;
		border-radius: 10px 10px 0 0;
	}

	
	.ticket_txt p,
	.ticket_img p{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.ticket_img ul{
		
	}
	
	.ticket_img ul li{
		max-width: 400px;
		margin: 0 auto 40px;
		width: 96%;
		position: relative;
	}
	
	.ticket_img ul li p{
		position: relative;
	}
	
	.ticket_img ul li div{
		position: relative;
	}
	
	.ticket_img ul li p img{
		width: 100%;
	}
	
	.ticket_img ul li span.mark1{
		display: block;
        width: 34%;
        font-size: 12px;
        font-weight: bold;
        background-color: #D40003;
        border-radius: 10px;
        position: absolute;
        top: -13px;
        left: -13px;
        text-align: center;
        padding: 10px 10px;
        color: #ffffff;
		z-index: 2;
	}
	
	
	.ticket_img ul li .btn{
	
	display: block;
  max-width: 400px; /* ボタン幅 */
margin:10px auto 0;
  position: relative;
  background: #01a6ea; /* 背景色 */
  border: 2px solid #01a6ea;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 10px;
	font-size: 16px;
	
}
	
.ticket_img ul li .btn::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	

.ticket_img ul li .btn:hover {
    opacity: 0.8;
}
.ticket_img ul li .btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.ticket_img ul li .btn a,
.ticket_img ul li .btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}
	
	.ticket_img{
		margin: 0 20px 20px;
	}
	
	.ticketbox .chui {
		font-size: 12px;
		line-height: 1.5;
		margin: 0 20px 20px;
	}
	
	.chui span{
		 text-indent: -1em;
  padding-left: 1em;
		display: block;
	}
	
	.applogo{
		margin: 0 0 0px 0;
	}	
	
	.applogo ul{
		list-style: none;
		
	}
	
	.applogo ul li img{
		width: 100%;
	}
	
	.applogo ul li.logo_tabiwa{
		max-width: 300px;
		width: 98%;
		margin: 0 auto 20px;
	}
	
	.applogo ul li.logo_apple{
		max-width: 365px;
		width: 60%;
		margin: 0 auto 20px;
	}

	
	.applogo ul li.logo_google{
		max-width: 440px;
		width: 60%;
		margin: 0 auto 20px;
	}
/*注意事項*/
	
	
.accordion {
margin: 2em auto;

	padding: 0 20px;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px #ccc;
padding: 1em;
display: block;
 background-color: #808080;
        color: #ffffff;
font-weight: bold;
	font-size: 16px;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #fff;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
	margin: 20px 0 0 0;
}
/*.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}*/
.toggle:checked + .title + .content {
max-height: 5000px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
	
#chuuiWrap{
	
	margin:0 auto;
	color:#FFF;
	background-color:#222;	
}
#chuuiWrap h3{
	background-color: #B30002;
	font-size: 18px;
	margin:0;
	padding:10px;
	font-weight: bold;
	text-align: center;
}
	
#chuuiWrap h3 small{
		font-size: 14px;
	}
	
/*#chuuiWrap p{
	width:886px;
	margin:0 auto;
	padding:0 10px 0 20px;
	color:#FFF;
	line-height:1.8em;
}*/
#chuuiWrap h4{
	margin:10px 0 10px 0;
	padding:10px 10px;
	display:block;
	background-color: #808080;
	color: #ffffff;
	font-size: 16px;
}

#chuuiWrap ul{
	margin:0 auto;
	padding:0 10px 0 0px;
	color:#FFF;
	font-size:12px;
}
#chuuiWrap ul li{
	position:relative;
	padding:0 0 7px 1em;
	line-height:1.7;
}
#chuuiWrap ul li:before{
	position:absolute;
	top:0;
	left:0;
	content:"●";
	font-size:90%;
}
#chuuiWrap ul li ul{
	padding:10px 0 5px 0;
}
#chuuiWrap ul li ul li{
	position:relative;
	padding:0 0 7px 0;
	line-height:1.5;
}
#chuuiWrap ul li ul li:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
}
#chuuiWrap ul li a{
	padding:0 5px;
	color:#e84949;
	text-decoration:underline !important;
}
#chuuiWrap ul li a:hover{
	color:#fcf81b;
}


#chuuiWrap .subtit{
	font-size: 16px;
	margin: 20px 0 10px;
}

.bnrBox{
	display:block;
	
	margin:10px auto 10px;
	padding:0 0 10px 0;
	max-width: 230px;
}

.bnrBox img{
	margin:0 0px 0 0px;
	
}


.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }


#subContainer{
	max-width:950px;
	background-color:#fff;
	margin-top:0px;
	padding-bottom:0px;
}
.titleBlock{
	margin:0;
	padding:0

}
.titleBlock h2{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:471px;
	height:522px;
	background:url(../images/title.jpg) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.titleBlock .artistsInfo{
	position:absolute;
	top:522px;
	left:0px;
	display:block;
	width:471px;
	height:144px;
	background:url(../images/bg_artistsinfo.png) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.titleBlock .btArtists a{
	position:absolute;
	top:619px;
	left:86px;
	display:block;
	width:300px;
	height:86px;
	background:url(../images/bt_artistsinfo.png) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	z-index:100;
}
.titleBlock .btArtists a:hover{
	opacity:0.7;
}
#subContainer .lead{
	margin:0;
	padding:0;
	text-align:center;
}
#subContainer .price{
	margin:0;
	padding:40px 0 20px 0;
	text-align:center;
}

.plan{
	margin:15px 0 0 0;
	padding:0;
}

.plan h3{
	background-image:url(../images/ti_plan.gif);
	background-repeat:no-repeat;
	width:950px;
	height:52px;
	white-space:nowrap;
	text-indent:100%;
	overflow:hidden;
	margin:0 0 0 0px;
	padding:0;
}

.plan p{
	margin:0 0 15px 30px;
}

#panfBox{
	overflow:hidden;
	margin-bottom:30px;
}

#panfBox li{
	float:left;
	margin:0 0 0 25px;
}
#panfBox li a:hover{
	transition: 0.2s ;
	opacity: 0.8 ;
}

.Btn {
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
}

.Btn a {
	color: #009cff;
	border: 4px solid #009cff;
	display: block;
    margin-top: 15px;
	padding: 20px 30px;
	background: #f6ff00;
	border-radius: 5px;
    line-height: 1.4;
	font-size: 16px;
	 position: relative;
	text-decoration: none;
}
.Btn a:hover {
	opacity: 0.8;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}


.Btn a::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #009cff; /* 矢印の色 */
  border-right: 2px solid #009cff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	


.Btn a i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}


.Btn2 {
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
}

.Btn2 a {
	color: #f6ff00 !important;
    border: 4px solid #f6ff00;
    background-color: #DC0000;
    display: block;
    margin-top: 15px;
    padding: 10px 30px;
    border-radius: 5px;
    line-height: 1.4;
    font-size: 16px;
    position: relative;
    text-decoration: none;
}
.Btn2 a:hover {
	opacity: 0.8;
}

.Btn2 span {
  font-size: 75%;
  font-weight: normal;
}


	
.Btn2 a::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #f6ff00; /* 矢印の色 */
  border-right: 2px solid #f6ff00; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}	


.Btn2 a i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}	

/*
.btn3ver{
	display: flex;
	justify-content:space-around;
	list-style: none;
	margin: 0;
	padding: 0;
}

.btn3ver .Btn,
.btn3ver .Btn2{
	width: 32% !important;
}
*/

.btn5ver{
	display: flex;
	justify-content:space-around;
	list-style: none;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.btn5ver .Btn,
.btn5ver .Btn2{
	width: 48% !important;
}

.btn5ver .Btn2:first-of-type{
	width: 53% !important;
}

.btn1ver{
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.btn1ver .Btn,
.btn1ver .Btn2{
	width: 100% !important;
}
 
}


/*760px以上*/

@media screen and (min-width: 760px) {
.pcnone { display: none;}

a:hover {opacity: 0.8;}

  /* CSS */
  /*main {
    color: #282828;
    font-size: 16px;
    box-sizing: border-box;
  }*/

  #dirPathBlock, /*h1,*/ .iframe_end-content_gadget, #anchorLinkBlock {
    width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: auto;
  }
  /*panlist&back*/
  #dirPathBlock, #anchorLinkBlock {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
  }
  #dirPathBlock p, #anchorLinkBlock a {
    font-size: 12px;
  }
	
	
#inner950{
	width: 950px;
	margin: 0 auto;
	display: block;
}


.inner950{
	width: 950px;
	margin: 0 auto;
	display: block;
}
	
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
  .inner{
	width: 96%;
	max-width:950px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}
  u {
    text-decoration-color: red;
  }
	
	.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

.pageTop {
	text-align:right;
	padding:5px 0px 10px 0px;
}

h1{
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}

h2{
	margin:0;
	padding:0;
}

	h2 img{
		max-width: 950px;
		width: 100%;
	} 

#contentend {
    background: none repeat scroll 0 0 #FF0066;
    border-bottom: 1px dotted #FFFFFF;
    border-top: 1px dotted #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}


/* コンテンツ（BIGBANGツアー用） */
#wrap {
	margin: 0px auto;
	width:950px;
	text-align: left;
/*	color: rgb(51, 51, 51);	*/
	font-size: 12px;
}

#mainArea{
	width: 950px;
	padding:0 0 10px 0;
}

#title_main{
	width:950px;
	margin: 0px 0 20px 0;
	padding:0;
}

#title_main p{
	margin:0 0 15px 0;
	padding:0;
}


p.higaeri{
	width:925px;
	margin:0 0 20px 13px;
}

.higaeri{
	width:950px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	}



#tour_plan1{
	width:950px;
	margin:0px;
	padding:0;
	overflow:hidden;
}

#tour_plan1 ul{
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	
}

#tour_plan1 ul li.bt{
	display:block;
	margin:0 0 0 10px;
	float:left;
	width:320px;
	
}

#tour_plan1 ul li.info{
	display:block;
	margin:4px 0 10px 178px;
	width:596px;
	
}

#tour_plan2{
	overflow:hidden;
	margin:10px 0 10px 0;
	padding:0;
}


#tour_plan2 ul{
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
	
}
	
	#tour_plan2 ul li{
		margin: 0 0 20px 0;
	}

#tour_plan2 ul.bt2 li{
	width:450px;
	float:left;
	margin:15px 5px 10px 15px;
	padding:0;
}

/*#tour_plan2 ul.bt2 li:hover{
	transition: 0.2s ;
	opacity: 0.8 ;
}

*/
#tour_plan2 ul.bt3 li{
	width:450px;
	float:left;
	margin:15px 0 10px 250px;
	padding:0;
}

#tour_plan2 ul.bt2 li.Big{
	width:910px;
	clear:both;
	margin:10px 0 30px 23px;

}

.days_Box{
		margin: 0 0 0 0;
		padding: 15px;
	}
	
	.days_boxin{
		display: flex;
		justify-content: flex-start;
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
		border-bottom: dotted 2px #ffffff;
	}
	
	.days_boxin:last-of-type{
		margin: 0;
		padding: 0;
		border: none !important;
	}
	
	.days_Box .btntit{
		width: 20%;
		font-size: 24px !important;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}	
	
	.days_boxin ul{
		width: 80%;
		list-style: none;
		display: flex;
		justify-content: space-between;
	}
	
	.days_boxin ul li{
		width: 32%;
		
	}

	.days_boxin ul li a{
		font-size: 16px !important;
	}
	
	.chui{
		font-size: 14px !important;
		text-align: left !important;
		margin: 0 0 20px 0;
	}
	
	.chui span{
		display: block;
		  text-indent: -1em;
  			padding-left: 1em;
	}
	
	
	
.daysBox{
	margin:0;
	padding:0;
	overflow:hidden;
}

.daysBox p{
	padding:10px;
	font-weight:bold;
	text-align:center;
	background-color:#FF0;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:20px 0 10px 0;
	overflow:hidden;
}

.daysBox2{
	margin:0;
	padding:0;
	overflow:hidden;
	background:#900;
}

.daysBox2 p{
	padding:10px;
	font-weight:bold;
	text-align:center;
	background-color:#FCC;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:20px 0 10px 0;
	overflow:hidden;
}

.daysBox2 p span{
	background:#990000;
	padding:3px;
	color:#FFF;
}

.tourIn{
	width:950px;
	margin:20px 0 10px 0px;
	padding:0 0 10px 0;
	background-color:#1f2c5c;
	color:#FFF;
}

#attention{
	background:#FFF;
	margin:0 15px;
	text-align:left;
}

#attention strong{
	color:#633;
	font-weight:bold;
	display:block;
	text-align:left;
}

.tourIn p{
	width:919px;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tourIn p.yellow{
	width:919px;
	margin:0px auto 10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	color:#000;
	background-color:#FF0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tourIn ul li{
	display:block;
	width:451px;
	float:left;
	margin:20px 0px 10px 18px;
	padding:0;
	
}

.tourIn ul li.Big{
	display:block;
	width:910px;
	clear:both;
	margin:10px 0 0 23px;
	padding:0;
	
}


.tourIn2{
	width:950px;
	margin:20px 0 0 0px;
	padding:0 0 10px 0;
	background-color:#232323;
	color:#FFF;
}

.tourIn2 p{
	width:919px;
	margin:0 auto;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tourIn2 p.yellow{
	width:919px;
	margin:0px auto 10px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding:10px;
	color:#000;
	background-color:#fcf81b;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*
.tourIn2 ul li{
	display:block;
	width:451px;
	float:left;
	margin:20px 0px 10px 18px;
	padding:0;
	
}

.tourIn2 ul li.Big{
	display:block;
	width:910px;
	clear:both;
	margin:10px 0 0 23px;
	padding:0;
	
}
*/

.yadoBox{
	margin:0 0 20px 0;
	overflow:hidden;
}

#tour_plan2 p.textbox{
	padding:20px 0 20px 0;
	margin:10px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	background-color:#603;
	color:#FFF;
}

#tour_plan3{
	margin:0 0 20px 0;
	padding:10px;
	overflow:hidden;
	border:#F00 3px solid;
}

#tour_plan3 p.btPanf{
	width:444px;
	height:69px;
	margin:20px 0 0px 15px;
	float:left;
	
}

#tour_plan3 p.tex{
	margin:0px 20px 0px 20px;
	padding:10px;
	font-weight:bold !important;
	font-size:16px;
	
}



#attentionBox{
	width:836px;
	height:auto;
	border:1px solid #FFF;
	margin:30px auto 0;
	color:#FFF;
	padding:10px;
	clear:both;
	overflow:hidden;
}

#attentionBox strong{
	font-size:14px;
	font-weight:normal;
	padding:0 0 10px 0;
	display:block;
}

#attentionBox table{
	width:856px;
	height:auto;
	border-spacing:3px;
	border-collapse:separate;
	line-height:1.5em;

}

#attentionBox table a{
	color:#FFF;
	text-decoration:underline;

}

#attentionBox table th{
	width:38px;
	text-align:left;
}
	
	.ticketbox{
		border: 4px solid #01a6ea;
		max-width: 950px;
	}
	
	.ticket_tit{
		margin: 0 0 20px 0;
	}
	
	.ticket_tit img{
		width: 100%;
	}
	
	.ticket_txt_area{
		margin: 0 20px 20px;
	}
	
	.ticket_tit2{
		width: 35%;
		margin: 0 0 0 0;
		padding: 10px 10px;
		text-align: center;
		font-weight: bold;
		font-size: 24px;
		background-color: #01a6ea;
		color: #ffffff;
		border-radius: 10px 10px 0 0;
	}
	
	.ticket_txt{
		
		background-color: #FEFFED;
		padding: 20px;
		font-size: 18px !important;
		line-height: 1.8;
	}
	
	.ticket_txt p,
	.ticket_img p{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.ticket_img ul{
		display: flex;
		justify-content: space-between;
	}
	
	.ticket_img ul li{
		width: 30%;
		position: relative;
	}
	
	.ticket_img ul li div{
		position: relative;
	}
	
.ticket_img ul li p{
		position: relative;
	}
	
	.ticket_img ul li p img{
		width: 100%;
	}
	
	.ticket_img ul li span.mark1{
		display: block;
        width: 30%;
        font-size: 16px;
        font-weight: bold;
        background-color: #D40003;
        border-radius: 10px;
        position: absolute;
        top: -13px;
        left: -13px;
        text-align: center;
        padding: 10px 10px;
        color: #ffffff;
		z-index: 2;
	}
	
	
	.ticket_img ul li .btn{
	
	display: block;
  max-width: 400px; /* ボタン幅 */
margin:10px auto 0;
  position: relative;
  background: #01a6ea; /* 背景色 */
  border: 2px solid #01a6ea;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 10px;
	font-size: 18px;
	
}
	
.ticket_img ul li .btn::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	

.ticket_img ul li .btn:hover {
    opacity: 0.8;
}
.ticket_img ul li .btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.ticket_img ul li .btn a,
.ticket_img ul li .btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}
	
	.ticket_img{
		margin: 0 20px 20px;
	}
	
	.ticketbox .chui {
		font-size: 14px;
		line-height: 1.5;
		margin: 0 20px 20px;
	}
	
	.chui span{
		 text-indent: -1em;
  padding-left: 1em;
		display: block;
	}

	.applogo{
		margin: 0 0 20px 0;
	}	
	
	.applogo ul{
		list-style: none;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	
	.applogo ul li img{
		width: 100%;
	}
	
	.applogo ul li.logo_tabiwa{
		max-width: 300px;
		width: 30%;
	}
	
	.applogo ul li.logo_apple{
		max-width: 365px;
		width: 24%;
	}

	
	.applogo ul li.logo_google{
		max-width: 440px;
		width: 30%;
	}

/*注意事項*/
	
.accordion {
margin: 2em auto;
max-width: 60vw;
	padding: 0 20px;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px #ccc;
padding: 1em;
display: block;
 background-color: #808080;
        color: #ffffff;
font-weight: bold;
	font-size: 18px;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #fff;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
	margin: 20px 0 0 0;
}
/*.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}*/
.toggle:checked + .title + .content {
max-height: 5000px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
	
#chuuiWrap{
	margin:0 auto;
	color:#FFF;
	background-color:#222;	
}
#chuuiWrap h3{
	background-color: #B30002;
	margin:0;
	padding:15px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
	
	#chuuiWrap h3 small{
		font-size: 18px;
	}
/*#chuuiWrap p{
	width:886px;
	margin:0 auto;
	padding:0 10px 0 20px;
	color:#FFF;
	line-height:1.8em;
}*/
#chuuiWrap h4{
	        margin: 10px 0 10px 0;
        padding: 10px 10px;
        display: block;
        background-color: #808080;
        color: #ffffff;
        font-size: 16px;
}

#chuuiWrap ul{
	margin:0 auto;
	padding:0 10px 0 20px;
	color:#FFF;
	font-size:14px;
}
#chuuiWrap ul li{
	position:relative;
	padding:0 0 7px 1em;
	line-height:1.7;
}
#chuuiWrap ul li:before{
	position:absolute;
	top:0;
	left:0;
	content:"●";
	font-size:90%;
}
#chuuiWrap ul li ul{
	padding:10px 0 5px 0;
}
#chuuiWrap ul li ul li{
	position:relative;
	padding:0 0 7px 0;
	line-height:1.5;
}
#chuuiWrap ul li ul li:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
}
#chuuiWrap ul li a{
	padding:0 5px;
	color:#e84949;
	text-decoration:underline !important;
}
#chuuiWrap ul li a:hover{
	color:#fcf81b;
}

#chuuiWrap .subtit{
	font-size: 16px;
	margin: 20px 0 10px;
}

.bnrBox{
	display:block;
	overflow:hidden;
	width:233px;
 position: relative;
	margin:10px auto 10px;
	padding:0 0 10px 0;
}

.bnrBox img{
	margin:0 0px 0 0px;
	
}


.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }


#subContainer{
	background-color:#fff;
	margin-top:0px;
	padding-bottom:20px;
}
.titleBlock{
	margin:0 auto;
	padding:0;
	background-color: #000000;

}
	
	.titleBlock img{
		display: block;
		width: 950px;
		margin: 0 auto;
	}	

.titleBlock h2{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:471px;
	height:522px;
	background:url(../images/title.jpg) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.titleBlock .artistsInfo{
	position:absolute;
	top:522px;
	left:0px;
	display:block;
	width:471px;
	height:144px;
	background:url(../images/bg_artistsinfo.png) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.titleBlock .btArtists a{
	position:absolute;
	top:619px;
	left:86px;
	display:block;
	width:300px;
	height:86px;
	background:url(../images/bt_artistsinfo.png) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	z-index:100;
}
.titleBlock .btArtists a:hover{
	opacity:0.7;
}
#subContainer .lead{
	margin:0;
	padding:0;
	text-align:center;
}
#subContainer .price{
	margin:0;
	padding:40px 0 20px 0;
	text-align:center;
}

.plan{
	margin:15px 0 0 0;
	padding:0;
}

.plan h3{
	background-image:url(../images/ti_plan.gif);
	background-repeat:no-repeat;
	width:950px;
	height:52px;
	white-space:nowrap;
	text-indent:100%;
	overflow:hidden;
	margin:0 0 0 0px;
	padding:0;
}

.plan p{
	margin:0 0 15px 30px;
}

#panfBox{
	overflow:hidden;
	margin-bottom:30px;
}

#panfBox li{
	float:left;
	margin:0 0 0 25px;
}
#panfBox li a:hover{
	transition: 0.2s ;
	opacity: 0.8 ;
}

.Btn {
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
}

.Btn a {
	color: #009cff;
	border: 4px solid #009cff;
	display: block;
    margin-top: 15px;
	padding: 20px 30px;
	background: #f6ff00;
	border-radius: 5px;
    line-height: 1.4;
	font-size: 24px;
	 position: relative;
	text-decoration: none;
}
.Btn a:hover {
	opacity: 0.8;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

	
.Btn a::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #009cff; /* 矢印の色 */
  border-right: 2px solid #009cff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	


.Btn a i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}


.Btn2 {
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
}

.Btn2 a {
	color: #f6ff00 !important;
    border: 4px solid #f6ff00;
    background-color: #DC0000;
    display: block;
    margin-top: 15px;
    padding: 20px 30px;
    border-radius: 5px;
    line-height: 1.4;
    font-size: 24px;
    position: relative;
    text-decoration: none;
}
.Btn2 a:hover {
	opacity: 0.8;
}

.Btn2 span {
  font-size: 75%;
  font-weight: normal;
}

	
.Btn2 a::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #f6ff00; /* 矢印の色 */
  border-right: 2px solid #f6ff00; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}	


.Btn2 a i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}


.btn3ver{
	display: flex;
	justify-content:space-around;
	list-style: none;
	margin: 0;
	padding: 0;
}

.btn3ver .Btn,
.btn3ver .Btn2{
	width: 32% !important;
}


.btn5ver{
	display: flex;
	justify-content:space-around;
	list-style: none;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.btn5ver .Btn,
.btn5ver .Btn2{
	width: 48% !important;
}

.btn5ver .Btn2:first-of-type{
	width: 53% !important;
}

.btn1ver{
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.btn1ver .Btn,
.btn1ver .Btn2{
	width: 100% !important;
}

}


.marker {
  background: linear-gradient(transparent 70%, #fff799 70%);
  font-weight: bold;
}


/* 以下、jrodekakenetの共通パーツ等 */

/*
  footer
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 990px !important;
    max-width: 990px !important;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

}



@media screen and (max-width: 759.9px) {  /*SP*/

#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96% !important;
	margin: 0 auto;
	padding: 2% 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

}



/*
  pagetop
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}

}



@media screen and (max-width: 759.9px) {  /*SP*/

#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
.area_link p {
    display: flex;
    margin: 0 auto;
	max-width: 970px;
}


}



.fb_red{
	color: #FD0004;
	font-weight: bold;
}







