@charset "UTF-8";

body{
	-webkit-text-size-adjust: 100%;
}



.content{
	max-width:960px;
	margin:0 auto;
	box-sizing:border-box;
}

.contentMax{
	max-width:none;
}



a{
	color:#000;
	text-decoration: none;
}
a:hover{
	color:#000;
	text-decoration: underline;
}


a img {

}
a:hover img {
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

i{
  font-style: italic;
}

.cf:after{
	content:" ";
	clear:both;
	display: block;
}

.caption{
	font-size:1.0rem;
	margin-top:5px;
	text-align:right;
}

.caption2{
	font-size:1.2rem;
	margin-top:5px;
}

@media(max-width:480px){
	body{
		padding-top:66px;
	}
}

@media (min-width:481px) and (max-width:767px){
	body{
		padding-top:86px;
	}
}

@media(min-width:767px){
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}


@media(max-width:960px){
	.content{
		padding:0 5%;
	}
}

@media(min-width:961px){
	.contentMax{
		padding:0 5%;
	}
}


/*=====================================================================
font
=====================================================================*/

html{
	font-size: 62.5%;
}

body{
	font-size: 1.5rem;
	line-height:1.6;
	/*font-family: "Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic";
}

.en{
	font-family: 'Nunito', sans-serif;
	letter-spacing:0.2em;
}

.tel{font-family: 'Patua One', cursive;font-family: 'Oswald', sans-serif; font-size:2.2rem;font-weight: 500;}font-family: 'Candal', sans-serif;


@media(max-width:480px){
	body{
		padding-top:66px;
	}
	
	main{
		font-size: 1.4rem;
	}
}

@media(min-width:481px) and (max-width:767px){
	body{
		padding-top:86px;
	}	
}


/*=====================================================================
loader
=====================================================================*/
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #5475cc;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*=====================================================================
btn
=====================================================================*/
.btn > a,.btn > span{
	display:inline-block;
	border-radius: 8px;
	padding:3px 20px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background-color:#ccc;
	color:#fff;
	box-sizing:border-box;
}

.btn_block > a,.btn_block > span{
	display:block;
}

.btn_boder > a,.btn_boder > span{
	border:solid 1px #5475cc;
	color:#5475cc;
	background-color:#fff;
}

.btn_black > a,.btn_black > span{
	color:#fff;
	background-color:#000;
}

.btn_blue > a,.btn_blue > span{
	color:#fff;
	background-color:#5475cc;
}

.btn_big > a,.btn_big > span{
	padding-top:1em;
	padding-bottom:1em;
}

.btn_long > a,.btn_long > span{
	padding-right:5%;
	padding-left:5%;
}

.btn_g a,.btn_g span{
	display:inline-block;
	border-radius: 8px;
	padding:3px 10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background-color:#000;
	color:#fff;
	box-sizing:border-box;
	width:100%;
}

.btnOnline{
	margin-top:20px;
}

.btnOnline a{
	background-color:#c70205;
	color:#fff;
	width:100%;
	box-sizing:border-box;
	font-size:1.6rem;
	padding:10px;
}

.btn a:hover,.btn span:hover{
	cursor:pointer;
}

@media(min-width:481px){
	.btnOnline a{
		font-size:2.0rem;
	}
}


/*=====================================================================
header
=====================================================================*/
header a{
	text-decoration:none;
}

header .content{
	padding:0;
}

header #header_ticket{
	width:auto;
	padding:0;
	position:absolute;
	z-index:3;
	right: 0;
	top: 0;
	margin:12px 6px 0 0;  
}

header #header_ticket a{
	background-color: #5475cc;
	padding: 8px 10px;
	border-radius: 5px;
	display: block;
}

header #header_ticket img{
  display: block;
}

@media(max-width:999px){
	header{
		position:fixed;
		width:100%;
		background-color:#fff;
		top:0;
		z-index:1;
	}
}

@media(min-width:1000px){
	.drawer-hamburger{
		display:none;
	}
  header .flex-container{
    display: flex;
    position: absolute;
    right: calc((100vw - 950px) / 2);
    /* top: 45px; */
	top: 40px;
	align-items: center;
  }
  header #header_ticket{
    margin: 0;
    position: relative;
    margin-left: 20px;
  }
	header #header_ticket a{
		padding: 15px;
	}
  header #header_ticket img{
    width: 100px;
  }
}

/* #border
------------------------------------*/
header #border{
	display:flex;
}

header #border div{
	height:6px;
	width:100%;
	flex:1;
}

header #border #bule{
	background-color:#5475cc;
}

header #border #yellow{
	background-color:#ffc802;
}

header #border #red{
	background-color:#e53301;
}

/* #logo
------------------------------------*/
header #logo{
	text-align:center;
}

header #logo > a:first-child{
	margin-right: 20px;
}

@media(max-width:480px){
	header #logo{
		margin:5px 0;
	}

	header #logo img{
		height:40px;
	}
}

@media(max-width:999px){
	header #logo{
		margin:10px 0;
	}
}

@media(min-width:1000px){
	header #logo{
		margin-top:20px;
	}
	header #logo > a:first-child{
		margin-right: 30px;
	}
}

/* #language
------------------------------------*/
@media(max-width:999px){
	header #language{
		display:none;
	}
}

/* #srchBox
------------------------------------*/
#srchBox #srchInput{
	margin-right:10px;
}

#srchBox input{
	-webkit-appearance:none;
	line-height:normal;
}

@media(min-width:768px){
	#srchBox{
		text-align:center;
		line-height:0;
	}
}

/* .global
------------------------------------*/
@media(max-width:999px){
	header .global{
		display:none;
	}
}

@media(min-width:1000px){
	header .global{
		/*display:flex;*/
    text-align: center;
		justify-content:center;
		margin-top:20px;
		border-bottom:solid 1px #000;
		padding-bottom:10px;
		overflow:hidden;
	}

	header .global li{
    display: inline-block;
		/*float:left;*/
		margin-right:10px;
		font-size:1.3rem;
	}

	header .global li:last-child{
		margin-right:0;
	}

}

@media(min-width:900px){
	header .global li{
		font-size:1.4rem;
		margin-right:15px;
	}
}

@media(min-width:960px){
	header .global li{
		font-size:1.5rem;
		margin-right:20px;
	}
}


/* drawer
------------------------------------*/
.drawer-hamburger{
	width:auto;
	padding:0;
	position:absolute;
	font-size:2.0rem;
	margin:26px 0 0 10px;
	z-index:3;
}

.drawer-nav{
  position: fixed;
	width:25rem;
	z-index:99!important;
  top: 0;
	left:-25rem;
}

#drawer-nav-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left .drawer-nav{
	left:-25rem;
}

.drawer--left.drawer-open .drawer-hamburger{
	left:25rem;
}

.drawer-nav a{
	text-decoration:none;
}

.drawer-nav .logo{
	text-align:center;
	padding:10px;
}

.drawer-nav .content{
	padding:15px;
}

.drawer-nav ul li{
	margin-bottom:3px;
}

.drawer-nav nav .global_hall li{
	background:url(../images/mark.png) no-repeat left center;
	background-size:8px;
	padding-left:18px;
	font-size:1.6rem;
}

.drawer-nav nav .global{
	border-top:solid 1px #d3d9db;
}

.drawer-nav nav .global li{
	padding:5px 15px;
	border-bottom:solid 1px #d3d9db;
}

.drawer-nav nav .global li a{
	display:block;
}

.drawer-nav .global i{
	position:absolute;
	right:20px;
	margin:0;
	margin-top:0.35rem;
}

.drawer-nav .global_sub li{
	font-size:1.3rem;
}

.drawer-nav #srchBox{
	margin-top:10px;
}
	
@media(min-width:481px){
	.drawer-hamburger{
		font-size:3.0rem;
		margin:31px 0 0 20px;
	}
}

@media(min-width:768px){
	.drawer-nav{
		display:none;
	}
}

/*=====================================================================
footer
=====================================================================*/
footer{
	padding:30px 0;
}

footer small{
	text-align:center;
	font-size:1.0rem;
	display:block;
}

footer nav{
	font-size:1.4rem;
	margin:10px 0;
}

#searchBlock{
  max-width: 400px;
  margin: auto;
}

@media(max-width:767px){
	footer nav{
		display:none;
	}
	
	footer small{
		display:none;
	}
}

@media(min-width:768px){
	footer nav a{
		text-decoration:none;
	}
	
	footer nav ul{
		text-align:center;
	}

	footer nav li{
		display:inline-block;
	}

	footer nav li:first-child::before{
		content:"｜";
	}

	footer nav li::after{
		content:"｜";
	}
}

/*=====================================================================
bottom_footer
=====================================================================*/
#bottom_footer{
	background-color:#edf1f4;
	padding:10px 0;
	z-index:2;
	position:relative;
}

#bottom_footer a{
	color:#384049;
	text-decoration:none;
}

#bottom_footer .column1x3{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

#bottom_footer .column1x3:after{
	content: " ";
	clear: both;
}
#bottom_footer .column1x3 > div{
  min-height: 1;
}

#bottom_footer .column1x3 > div:last-child ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#bottom_footer .column1x3 > div:last-child ul li{
	margin-left:2%;
}

/*#bottom_footer li img{
  width: 80%;
}*/

#bottom_footer .sns-icon{
	width:32px;
	height:32px;
	text-align:center;
	background:#55ACEE;
	border-radius:6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#bottom_footer .sns-icon i{
  display: block;
}

#bottom_footer .sns-icon.twitter i {
	background: #000;
	color: #fff;
	/* border: 1px solid white; */
}

#bottom_footer .sns-icon.twitter{
	background: #000;
	color: #fff;
	/* border: 1px solid white; */
}


#bottom_footer .sns-icon.facebook{
	background:#3b5998;
}

#bottom_footer .sns-icon.youtube{
	background:#e42127;
}


#bottom_footer .sns-icon.instagram{
	background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

#bottom_footer i{
	color:#fff;
	font-size:2.1rem;
}

#bottom_footer .instagram i{
	font-size:29px;
}

#bottom_footer .sns-icon.mailmagazine{
	background:#e9407c;
}

#bottom_footer li ul{
	padding-left:16px;
}

#bottom_footer li ul a{
	font-size:1.4rem;
}

#bottom_footer li div.acordion.disable{
	display:none;
}

#bottom_footer li ul a:before{
	font-family:Font Awesome\ 5 Free;
	content: '\f111'; 
	font-size:0.5rem;
	line-height:1.2rem;
	padding-right:8px;
}

/*.bottom-grobal-menu
--------------------------------------------*/
.bottom-grobal-menu{
  background-color: #edf1f4;
}

.bottom-grobal-menu ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top:1px solid #fff;	
}

.bottom-grobal-menu ul li{
  width: calc(100%/3);
	border-bottom:1px solid #fff;
  box-sizing: border-box;
  text-align: center;
}

.bottom-grobal-menu ul li a{
  text-align: center;
}

.bottom-grobal-menu ul li img{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

/*.bottom-grobal-menu ul li.full-col{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width:100%;
}*/

.bottom-grobal-menu ul li:nth-child(3n-1){
  border: 1px solid #fff;
  border-top: none;
}

.bottom-grobal-menu ul li a{
	display:block;
	text-align:center;
	font-size:1.325rem;
}

/*.bottom-footer-menu
--------------------------------------------*/
#bottom_footer .bottom-footer-menu{
  flex-wrap: nowrap;
  /*background-color: #5475cc;*/
}

#bottom_footer .bottom-footer-menu ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#bottom_footer .bottom-footer-menu ul li{
  width: 50%;
  box-sizing: border-box;
	border-bottom:1px solid #fff;
}

#bottom_footer .bottom-footer-menu ul li:last-child{
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width:100%;
  border-right: none;
}

#bottom_footer .bottom-footer-menu ul li:nth-child(odd){
	border-right:1px solid #fff;
}

#bottom_footer .bottom-footer-menu ul li a{
	display:block;
	padding:8px;
	padding-left:16px;
	font-size:4.2vw;
	position:relative;
}

#bottom_footer .small{
	color:#384049;
	font-size:1.1rem;
	padding :8px 5%;
	padding-bottom:0;
	text-align:center;
}


#bottom_footer .column1x3 > div:first-child > ul > li > a{
	background:url(../images/mark.png) no-repeat left center;
	background-size:8px;
	padding-left:18px;
}

@media(max-width:600px){
	#bottom_footer{
		padding-top:20px;
	}
	
	#bottom_footer .content{
		padding:0;
	}

	#bottom_footer li{
		align-items: center;
	}
	
	#bottom_footer li a.btn-acordion{
		padding:12px 0;
		margin-bottom:0;
	}
	
	#bottom_footer li .acordion{
		border-top:1px solid #fff;
		background:#e1e7eb;
		padding-left:8px;
	}

  #bottom_footer .column1x3{
    font-size:6vw;
  }
  
	#bottom_footer .column1x3 > div:first-child{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width:100%;
		max-width:100%;
	}

	#bottom_footer .column1x3 > div:first-child > ul > li > a{
		margin-left:10px;
	}
	
	#bottom_footer .column1x3 > div:first-child li{
		border-bottom:1px solid #fff;
		margin-bottom:0;
	}
	
	#bottom_footer .column1x3 > div:first-child li ul{
		padding-top: 4px;
		padding-bottom:4px;
	}
	
	#bottom_footer .column1x3 > div:first-child li ul li{
		border-bottom:none;
		padding:4px 0;
	}
	
	#bottom_footer .column1x3 > div:first-child li:last-child{
		border-bottom:none;
	}

	#bottom_footer .column1x3 > div:last-child{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width:100%;
		max-width:100%;
	}

	#bottom_footer li a{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:flex;
		align-items:center;
	}

	#bottom_footer .column1x3 > div:last-child{
		padding-bottom:20px;
		border-bottom:1px solid #fff;
	}
	
	#bottom_footer .menu_footer:nth-child(2) li:nth-child(2){
		margin:0 2%;
	}	

	#pagetop{
		text-align:center;
		padding-top:15px;
	}
	
	#pagetop a{
		text-decoration:none;
		background-color:#edf1f4;
		color:#384049;
		padding:5px 30px;
		border-radius: 5px;
	}


}


@media(min-width:601px){
	body{
		padding-bottom:60px;
	}

	#bottom_cover{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 99;
	}
	
	#bottom_footer{
		background-color:#000;
	}

	#bottom_footer a{
		color:#fff;
	}
	
	#bottom_footer ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#bottom_footer li ul{
		display:none;
	}

	#bottom_footer li{
		margin-right:2%;
	}

	#bottom_footer .sns-icon.twitter i {
		background: #fff;
		color: #000;
		/* border: 1px solid white; */
	}
	
	#bottom_footer .sns-icon.twitter{
		background: #fff;
		color: #000;
		/* border: 1px solid white; */
	}
	
	#bottom_footer li:last-child{
		margin-right:0;
	}
	
	#bottom_footer li p{
		margin:0 auto 0 auto;
		text-align:center;
	}
	
	#bottom_footer .column1x3{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items:center;
  	font-size:1.6rem;
	}
	
	#bottom_footer .column1x3 > div:first-child{
		max-width:auto !important;
		width:75%;
		float:left;
	}

	#bottom_footer .column1x3 > div:last-child{
		width:100%;
		max-width:100%;
		float:right;
		width:25%;
	}
	
	#bottom_footer .column1x3 > div:last-child > div:first-child{
		margin-bottom:11%;
	}
	
	#bottom_footer .column1x3 > div:last-child ul{
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.bottom-grobal-menu{
		display:none;
	}

	#bottom_footer .bottom-footer-menu{
		display:none;
	}
	
	/*#bottom_footer .small{
		display:none;
	}*/
	
	#pagetop{
		text-align:right;
		margin-bottom:-50px;
	}
	
	#pagetop a{
		text-decoration:none;
		background-color:#000;
		color:#fff;
		padding:5px 30px;
		border-radius: 5px;
	}

}

/*=====================================================================
Side
=====================================================================*/
@media(max-width:767px){
	#SideNavi,footer{
		display:none;
	}
}

/*
SideNavi
----------------------------------------*/
#SideNavi{
	margin-bottom: 20px;
}

#SideNavi a{
	text-decoration:none;
}

#SideNavi > ul > li{
	margin-bottom:15px;
}

#SideNavi > ul > li:last-child{
	margin-bottom:0;
}

#SideNavi > ul > li > a{
	background:url(../images/mark.png) no-repeat left center;
	background-size:8px;
	padding:2px 0 2px 15px;
	font-size:1.7rem;
}

#SideNavi ul ul{
	padding:5px 0;
}

#SideNavi ul ul li{
	font-size:90%;
	margin-bottom:5px;
	margin-left: 1.5em;
}

#SideNavi ul ul li:before{
	content: "・";
	color:#C4C4C4;
	padding-right:5px;
	margin-left: -1.5em;
}

@media(max-width:767px){
	#SideNavi a{
		box-sizing:border-box;
	}
	
	#SideNavi ul ul li{
		padding-left:15px;
	}
}

@media (min-width:481px) and (max-width:767px){
	#SideNavi ul ul li{
		display:inline-block;
	}

}

@media(min-width:768px){
	#SideNavi ul ul{
		margin-top:5px;
	}

	#SideNavi ul ul li{
		padding-left:15px;
	}
}


/*=====================================================================
PageTtl
=====================================================================*/
.PageTtl,.PageTtl2{
	text-align:center;
	margin:5% 0;
}

.PageTtl h1{
	display: inline-block;
	line-height:1.4;
}

.PageTtl .ja{
	background:url(../images/mark.png) no-repeat left center;
	background-size:10px;
	padding:5px 0 5px 25px;
	font-size:2.0rem;
}

.PageTtl2 .ja{
	font-size:1.8rem;
}

.PageTtl .en{
	padding-left:28px;
	margin-top:5px;
}

.PageTtl .en,.PageTtl2 .en{
	color:#5475cc;
	font-size:1.4rem;
	display:block;
}

@media(min-width:481px){
	.PageTtl .ja{
		font-size:2.6rem;
	}

	.PageTtl2 .ja{
		font-size:2.0rem;
	}
}

@media(min-width:768px){
	.PageTtl{
		margin:50px 0;
	}
}

/*=====================================================================
other
=====================================================================*/
/* .label
------------------------------------*/
.labelBlock{
	margin-bottom:5px;
}

.label{
	display:inline-block;
	font-size:1.2rem;
	border-radius: 15px;
	padding:0 15px;
	background-color:#5475cc;
	color:#fff;
	margin-right:3px;
}

.label_black{background-color:black;}
.label_silver{background-color:silver;}
.label_royalblue{background-color:royalblue;}
.label_skyblue{background-color:skyblue;}
.label_lightseagreen{background-color:lightseagreen;}
.label_green{background-color:green;}
.label_yellowgreen{background-color:yellowgreen;}
.label_gold{background-color:gold;}
.label_orange{background-color:orange;}
.label_tomato{background-color:tomato;}
.label_red{background-color:red;}
.label_hotpink{background-color:hotpink;}
.label_darkorchid{background-color:darkorchid;}
.label_darkorchid{background-color:darkorchid;}

/*=====================================================================
layout
=====================================================================*/
/* .layout1
------------------------------------*/
.layout1 .PageTtl{
	text-align:center;
}

/* .layout2
------------------------------------*/
@media(min-width:768px){
	.layout2{
		display:flex;
		overflow:hidden;
		flex-direction: row-reverse;
		padding-top:30px;
	}
	
	.layout2 aside{
		width:20%;
		float:left;
		margin-right:5%;
	}
	
	.layout2 main{
		width:75%;
		float:right;
	}

	.layout2 .PageTtl{
		margin-top:0;
	}
	
}


/*=====================================================================
column
=====================================================================*/
/* .column2
------------------------------------*/
.column2 > div,.column2 > li,.column2 > article{
	box-sizing:border-box;
}

@media(max-width:480px){
	.column2 > div,.column2 > li,.column2 > article{
		margin-bottom:20px;
	}
}

@media(min-width:480px){
	.column2{
		overflow:hidden;
		display:flex;
		flex-wrap:wrap;
		align-items: stretch;
	}
	
	.column2 > div,.column2 > li,.column2 > article{
		float:left;
		width:48.25%;
		margin-right:3.5%;
		margin-bottom:3.5%;
	}

	.column2 > div:nth-child(even),.column2 > li:nth-child(even),.column2 > article:nth-child(even){
		margin-right:0;
	}

	.column2:after{
		content: " ";
		clear: both;
	}
}




/* .column3
------------------------------------*/
.column3 > div,.column3 > li,.column3 > article{
	box-sizing:border-box;
}

@media(max-width:480px){
	.column3 > div,.column3 > li,.column3 > article{
		margin-bottom:20px;
	}
}

@media(min-width:481px){
	.column3{
		display:flex;
		flex-wrap:wrap;
	}

	.column3:after{
		content: " ";
		clear: both;
	}

	.column3 > div,.column3 > li,.column3 > article{
		width:31%;
		float:left;
	}

	.column3 > div:nth-child(3n-1),.column3 > li:nth-child(3n-1),.column3 > article:nth-child(3n-1){
		margin-right:3.5%;
		margin-left:3.5%;
	}
}

/* .column4
------------------------------------*/
.column4{
	display:flex;
	flex-wrap:wrap;
}

.column4:after{
	content: " ";
	clear: both;
}

.column4 > div,.column4 > li,.column4 > article{
	box-sizing:border-box;
}

@media(max-width:480px){
	.column4 > div,.column4 > li,.column4 > article{
		float:left;
		width:48.25%;
		margin-right:3.5%;
		margin-bottom:3.5%;
	}

	.column4 > div:nth-child(even),.column4 > li:nth-child(even),.column4 > article:nth-child(even){
		margin-right:0;
	}
}

@media(min-width:481px){
	.column4 > div,.column4 > li,.column4 > article{
		width:22.375%;
		margin-right:3.5%;
		margin-bottom:3.5%;
		float:left;
	}

	.column4 > div:nth-child(4n),.column4 > li:nth-child(4n),.column4 > article:nth-child(4n){
		margin-right:0;
	}
}

/* .column5
------------------------------------*/
.column5{
	display:flex;
	flex-wrap:wrap;
}

.column5:after{
	content: " ";
	clear: both;
}

.column5 > div,.column5 > li,.column5 > article{
	box-sizing:border-box;
}

.column5 .pic img{
	width:100%;
}

@media(max-width:480px){
	.column5:after{
		content: " ";
		clear: both;
	}

	.column5 > div,.column5 > li,.column5 > article{
		width:31%;
		float:left;
		margin-bottom:3.5%;
	}

	.column5 > div:nth-child(3n-1),.column5 > li:nth-child(3n-1),.column5 > article:nth-child(3n-1){
		margin-right:3.5%;
		margin-left:3.5%;
	}
}

@media(min-width:481px){
	.column5 > div,.column5 > li,.column5 > article{
		width:19%;
		margin-right:1.25%;
		margin-bottom:1.25%;
		float:left;
	}

	.column5 > div:nth-child(5n),.column5 > li:nth-child(5n),.column5 > article:nth-child(5n){
		margin-right:0;
	}
}

/* .column8
------------------------------------*/
.column8{
	display:flex;
	flex-wrap:wrap;
}

.column8:after{
	content: " ";
	clear: both;
}

.column8 > div,.column8 > li,.column8 > article{
	box-sizing:border-box;
}

@media(max-width:480px){
	.column8{
		display:flex;
		flex-wrap:wrap;
	}

	.column8:after{
		content: " ";
		clear: both;
	}

	.column8 > div,.column8 > li,.column8 > article{
		width:31%;
		float:left;
		margin-bottom:3.5%;
	}

	.column8 > div:nth-child(3n-1),.column8 > li:nth-child(3n-1),.column8 > article:nth-child(3n-1){
		margin-right:3.5%;
		margin-left:3.5%;
	}
}

@media(min-width:481px) and (max-width:1000px){
	.column8 > div,.column8 > li,.column8 > article{
		width:22.375%;
		margin-right:3.5%;
		margin-bottom:3.5%;
		float:left;
	}

	.column8 > div:nth-child(4n),.column8 > li:nth-child(4n),.column8 > article:nth-child(4n){
		margin-right:0;
	}
}

@media(min-width:1001px){
	.column8 > div,.column8 > li,.column8 > article{
		width:11.160%;
		margin-right:1.3%;
		margin-bottom:1.3%;
		float:left;
	}

	.column8 > div:last-child,.column8 > li:last-child,.column8 > article:last-child{
		margin-right:0;
	}
}


/* .column1x2
------------------------------------*/
@media(max-width:767px){
	.column1x2 > div:first-child{
		margin-bottom:3.5%;
	}

	.column1x2 > div:last-child > div{
		width:48.25%;
	}

	.column1x2 > div:last-child > div:first-child{
		float:left;
		width:48.25%;
		margin-right:3.5%;
	}

	.column1x2 > div:last-child > div:last-child{
		float:right;
	}

}


@media(min-width:768px){
	.column1x2{
		display:flex;
		flex-wrap:wrap;
	}

	.column1x2:after{
		content: " ";
		clear: both;
	}

	.column1x2 > div:first-child{
		width:65.5%;
		margin-right:3.5%;
		float:left;
	}

	.column1x2 > div:last-child{
		width:31%;
		float:right;
	}

	.column1x2 > div:last-child > div:first-child{
		margin-bottom:11%;
	}

}

/*=====================================================================
lineup
=====================================================================*/
.lineup a{
	text-decoration:none;
	overflow: hidden;
}

.lineup .ttl{
	font-size:2.0rem;
	margin-bottom:5px;
	line-height:1.4;
}

.lineup .ttl span{
	font-size:70%;
	display:block;
	line-height:1.4;
}

.lineup > article,.lineup > div{
	margin-bottom:30px;
	overflow:hidden;
}

.lineup > article:last-child,.lineup > div:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}

.lineup .textBlock{
	overflow:hidden;
}


.lineup .date{
	color:#5475cc;
	/*border-left:solid 5px #5475cc;
	padding-left:10px;*/
	margin-bottom:5px;
}

.lineup .time{
	color:#DA0003;
	margin-bottom:5px;
}

.lineup .time .label{
	background-color:#DA0003;
	color:#fff;
	margin-right:5px;
}

.lineup .time i{
	margin-right:4px;
}

.lineup .excerpt{
	font-size:90%;
	margin-bottom:10px;
	clear:both;
}

.lineup .pic{
	text-align:center;
}

.lineup > article .pic{
  position: relative;
}

.lineup > article .pic .cover{
	position:absolute;
	opacity:0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.lineup > article .pic .cover img{
  display: block;
}

.lineup .trimming{
	position:relative;
	overflow:hidden;
}

.lineup .trimming:before{
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}

.lineup .trimming img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
 }


.lineup .schedule{
	overflow:hidden;
	margin-bottom:10px;
	font-size:1.2rem;
}

.lineup .schedule dt{
	float:left;
	width:3em;
	text-align:center;
	padding:0 5px;
	margin-right:5px;
	border:solid 1px #000;
	border-radius: 3px;
}

.lineup .schedule dl{
	clear:both;
}

.lineup .schedule dt,.lineup .schedule dd{
	margin-bottom:5px;
}

.lineup .btn a{
	background-color:#000;
	color:#fff;
	/*font-size:1.3rem;*/
	padding-right:40px;
	padding-left:40px;
}

.lineup .labelBlock{
	margin-bottom:5px;
}

.lineup .dummy{
	border:1px solid #ddd;
	box-sizing:border-box;
}

.lineup.no-border > article,.lineup.no-border > div{
	border-bottom:none;
	padding-bottom:0;
}

#more_lineup{
	text-align:center;
}
	
#more_lineup span{
	width:80%;
	font-size:1.8rem;
}

#more_lineup span:hover{
	cursor:pointer;
}

@media(min-width:481px){
	.lineup .schedule dd{
		font-size:1.4rem;
	}
}

@media(max-width:480px){
	.lineup .excerpt{
		display:none;
	}

	.lineup .ttl{
		font-size:1.4rem;
	}

	.lineup .schedule dt{
		float:none;
		margin-bottom:0;
		margin-top:5px;
	}
}

@media(min-width:769px){
	.lineup a:hover{
		opacity:0.7;
	}
}



/* .lineup1
------------------------------------*/
@media(max-width:767px){
	.lineup1 article .pic,.lineup1 > div .pic{
		margin-bottom:10px;
	}

	.lineup1 .Vertical img{
		width:70%;
	}
}

@media(min-width:768px){
	.lineup1 > article,.lineup1 > div{
		overflow:hidden;
	}
	
	.lineup1 > article .pic,.lineup1 > div .pic{
		float:left;
		width:40%;
		margin-right:3%;
		clear:both;
	}

	.lineup1 > article .pic,.lineup1 > div .pic2{
		float:left;
		width:40%;
		margin-right:3%;
		clear:both;
	}
	
	.lineup1 > article.Vertical .pic,.lineup1 > div.Vertical .pic{
		width:20%;
	}

	.lineup1 > .reverse .pic{
		float:right;
		margin-right:0;
	}

	.lineup1 .textBlock{
		overflow:hidden;
	}

	.lineup1 > .reverse .textBlock{
		width:57%;
		margin-right:3%;
	}

}

@media(max-width:960px){
	.lineup1 article,.lineup1 > div{
		padding-bottom:30px;
		border-bottom:solid 1px #ddd; 
		overflow:hidden;
	}

	.lineup1 article:last-child,.lineup1 > div:last-child{
		margin-bottom:0;
		padding-bottom:0;
		border:none;
	}
	
}


/* .lineup2
------------------------------------*/
.lineup2 article .pic,.lineup2 > div .pic{
	float:left;
	width:40%;
	margin-right:5%;
	clear:both;
}

.lineup2 article,.lineup2 > div{
	padding-bottom:30px;
	border-bottom:solid 1px #ddd; 
	overflow:hidden;
}

.lineup2 article:last-child,.lineup2 > div:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}

@media(max-width:960px){
	.lineup2 article,.lineup2 > div{
		margin-bottom:30px;
	}
}

@media(min-width:961px){
	.lineup2{
		display:flex;
		flex-wrap:wrap;
	}

	.lineup2 > article,.lineup2 > div{
		width:48%;
	}

	.lineup2 > article:nth-child(odd),.lineup2 > div:nth-child(odd){
		margin-right:4%;
	}

	.lineup2 article:last-child,.lineup2 article:nth-child(odd):nth-last-child(2),.lineup2 > div:last-child,.lineup2 > div:nth-child(odd):nth-last-child(2){
		margin-bottom:0;
		padding-bottom:0;
		border:none;
	}

	.lineup2 .ttl{
		font-size:1.8rem;
	}

	.lineup2 .Vertical img{
		width:70%;
	}

}

/* .lineup3
------------------------------------*/
.lineup3 .pic{
	margin-bottom:10px;
}

.lineup3 .Vertical img{
	width:50%;
}

.lineup3 .ttl{
	font-size:1.6rem;
}

.lineup3 .catch{
	display:none;
}

@media(min-width:481px){
	.lineup3{
		display:flex;
		flex-wrap:wrap;
	}

	.lineup3:after{
		content: " ";
		clear: both;
	}

	.lineup3 > article,.lineup3 > div{
		float:left;
	}

}

@media(max-width:480px){
	.lineup3 > article,.lineup3 > div{
		margin-bottom:30px;
	}

	.lineup3 .ttl{
		font-size:1.4rem;
	}

}


@media(min-width:481px) and (max-width:960px){
	.lineup3 > article,.lineup3 > div{
		width:48%;
	}

	.lineup3 > article:nth-child(odd),.lineup3 > div:nth-child(odd){
		margin-right:4%;
	}
}

@media(max-width:960px){
	.lineup3 article,.lineup3 > div{
		/*padding-bottom:30px;
		border-bottom:solid 1px #ddd;*/
		overflow:hidden;
	}

	.lineup3 article:last-child,.lineup3 > div:last-child{
		margin-bottom:0;
		padding-bottom:0;
		border:none;
	}

}

@media(min-width:961px){
	.lineup3 > article,.lineup3 > div{
		width:31%;
	}

	.lineup3 > article:nth-child(3n-1),.lineup3 > div:nth-child(3n-1){
		margin-right:3.5%;
		margin-left:3.5%;
	}

}

/* .lineup4
------------------------------------*/
.lineup4 .pic{
	margin-bottom:10px;
}

.lineup4{
	display:flex;
	flex-wrap:wrap;
}

.lineup4:after{
	content: " ";
	clear: both;
}

.lineup4 > div,.lineup4 > li,.lineup4 > article{
	box-sizing:border-box;
}

.lineup4 .ttl{
	font-size:1.3rem;
}

.lineup4 .catch{
	display:none;
}

@media(max-width:768px){
	.lineup4 > div,.lineup4 > li,.lineup4 > article{
		float:left;
		width:48.25%;
		margin-right:3.5%;
		margin-bottom:3.5%;
	}

	.lineup4 > div:nth-child(even),.lineup4 > li:nth-child(even),.lineup4 > article:nth-child(even){
		margin-right:0;
	}
	
	.lineup4 .date{
		font-size:1.0rem;
	}
}

@media(min-width:769px){
	.lineup4 > div,.lineup4 > li,.lineup4 > article{
		width:22.375%;
		margin-right:3.5%;
		margin-bottom:3.5%;
		float:left;
	}

	.lineup4 > div:nth-child(4n),.lineup4 > li:nth-child(4n),.lineup4 > article:nth-child(4n){
		margin-right:0;
	}

	.lineup4 .ttl{
		font-size:1.6rem;
	}

}


/* .layout2
------------------------------------*/
.layout2 .lineup > article:last-child,.layout2 .lineup > div:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}

/*=====================================================================
sortBlock
=====================================================================*/
.sortBlock{
	border-radius:8px;
	border: solid 1px #d3d9db;
	margin:30px 0;
}

.sortBlock dt{
	width:5em;
	background-color:#e6e9ec;
}

.sortBlock dl:first-child dt{
	border-top-left-radius:8px;
}

.sortBlock dl:first-child dt{
	border-top-left-radius:8px;
}

.sortBlock dl:last-child dt{
	border-bottom-left-radius:8px;
}

.sortBlock dl:last-child dt{
	border-bottom-left-radius:8px;
}


.sortBlock dt,.sortBlock dd,.sortBlock li{
	display:inline-block;
}

.sortBlock dt,.sortBlock dd{
	padding:8px;
}

.sortBlock dl{
	border-bottom:solid 1px #d3d9db;
}

.sortBlock dl:last-of-type{
	border-bottom:none;
}

@media(max-width:480px){
	.sortBlock dt{
		width:100%;
		box-sizing:border-box;
	}
}

@media(min-width:481px){
	.sortBlock dl{
		display:table;
		width:100%;
		box-sizing:border-box;
	}

	.sortBlock dt,.sortBlock dd{
		display:table-cell;
	}
	
	.sortBlock dd{
		vertical-align:middle;
	}

}


/*=====================================================================
news
=====================================================================*/
#news{
	font-size:90%;
	padding:20px;
	margin-top:5%;
	border:solid 1px #ddd;
	clear:both;
}

#news h2{
	text-align:center;
	margin-bottom:20px;
	font-size:2.0rem;
}

#news dl{
	margin-bottom:10px;
	/*border-bottom:solid 1px #ddd;
	padding-bottom:10px;*/
}

#news dl:nth-of-type(n+3){
	display:none;
}

#news dt span{
	margin-right:5px;
	margin-bottom:10px;
	font-weight:bold;
	color:#5475cc;
	letter-spacing:0.1em;
}

#news  h2 .en{
	color:#5475cc;
	font-size:1.4rem;
	display:block;
}

#news .btn{
	text-align:center;
}

/*=====================================================================
movie
=====================================================================*/
.movie {
	 position: relative;
	 padding-bottom: 56.25%;
	 height: 0;
	 overflow: hidden;
}
 
.movie iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}

/*=====================================================================
#lineup
=====================================================================*/
.PageTtl2{
	position: relative;
	padding: 0 55px;
}

.PageTtl2:before, .PageTtl2:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30%;
	height: 1px;
	background-color:#ddd;
}

.PageTtl2:before {left:0;}
.PageTtl2:after {right: 0;}

@media(max-width:960px){
	.PageTtl2:before, .PageTtl2:after{
		width: 12%;
	}
}

/*=====================================================================
parts
=====================================================================*/
.entry_ttl{
	font-size:2.0rem;
	margin:15px 0;
	border-bottom: 1px solid #ccc;
	border-left:solid 6px #5475cc;
	padding-left:10px;
	padding-bottom:5px;
	font-weight:bold;
}

.layout2 #Side .bnrBlock{
	margin-top:20px;
}

.layout2 #Side .bnrBlock li{
	margin-bottom:10px;
}

/* .anker
------------------------------------*/
.anker{
	margin-bottom:10px;
	background-color:#edf1f4;
	padding:8px 20px;
	border-radius: 8px;
	font-size:1.3rem;
}

.anker a{
	text-decoration:none;
	color:#5475cc;
}

.anker li{
	display:inline-block;
	margin-right:1.5%;
	line-height:1.6;
}

.anker li:first-child{
	margin-left:0;
}

.anker li:last-child{
	border:none;
	padding:0;
}

.anker i{
	background-color:#5475cc;
	color:#fff;
	border-radius:5px;
	padding:3px 4px;
}

@media(max-width:480px){
	.anker{
		font-size:1.3rem;
	}

	.anker li{
		padding-right:5px;
		margin-right:5px;
	}

	.anker li:first-child{
		margin-left:0;
	}
}

/* .border
------------------------------------*/
.border{
	border-bottom: solid 2px #dee3e6;
	position: relative;
}

.border:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #5475cc;
	bottom: -2px;
	width: 20rem;
}

/* .circle
------------------------------------*/
.circle span{
	color:#fff;
	background: #5475cc;
	height: 2.5em;
	width: 2.5em;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display:flex;

	justify-content:center;
	align-items:center;
}

/* .flow
------------------------------------*/
.flow{
	border:solid 1px #ddd;
}

.flow .ttl{
	border-bottom:dotted 1px #ccc;
	text-align:center;
	font-size:1.8rem;
	padding-bottom:2rem;
	margin-bottom:2rem;
}

@media(max-width:480px){
	.flow > ul > li{
		padding-bottom:2rem;
		border-bottom:solid 1px #ddd;
	}

	.flow > ul > li:last-child{
		border-bottom:none;
		padding-bottom:0;
		margin-bottom:0;
	}

}

@media(min-width:481px){
	.flow .ttl{
		font-size:2.4rem;
	}
	
	.flow > ul > li{
		border-right:solid 1px #ddd;
		box-sizing:border-box;
		padding-right:3.5%;
	}

	.flow > ul > li:last-child{
		border-right:none;
		padding-right:0;
	}

}

/* .f-
------------------------------------*/
.f-s{font-size:1.4rem;}
.f-lg{font-size:1.8rem;}
.f-2x{font-size:2.2rem;}
.f-3x{font-size:2.6rem;}

@media(max-width:480px){
	.f-2x{font-size:2.0rem;}
	.f-3x{font-size:2.2rem; line-height:1.4;}
}


/* .m
------------------------------------*/
.m-b-10{margin-bottom:1rem;}
.m-b-15{margin-bottom:1.5rem;}
.m-b-20{margin-bottom:2rem;}
.m-b-30{margin-bottom:3rem;}
.m-b-40{margin-bottom:5rem;}

.m-t-10{margin-top:1rem;}
.m-t-15{margin-top:1.5rem;}
.m-t-20{margin-top:2rem;}
.m-t-30{margin-top:3rem;}
.m-t-40{margin-top:5rem;}

/* .p
------------------------------------*/
.p-10{padding:1rem;}
.p-20{padding:2rem;}
.p-30{padding:3rem;}
.p-40{padding:4rem;}

/* .borderBox
------------------------------------*/
.borderBox{
	border:solid 1px #ddd;
}

/* .border
------------------------------------*/
.b-l{
	border-left:solid 2px #5475cc;
	padding-left:1rem;
}

@media(min-width:481px){
	.b-l{
		padding-left:2rem;
	}
}

/* .bgBox
------------------------------------*/
.bgBox{
	background-color:#5475cc;
	color:#fff;
}

.bgBox a{
	color:#fff;
}

.bgBox .btn span,.bgBox .btn a{
	color:#5475cc;
	background-color:#fff;
}

.bgBox .b-l{
	border-color:#fff;
}

@media(max-width:480px){
	.bgBox .column2 > div:last-child,.column2 > article:last-child{
		margin-bottom:0;
	}
	
}

@media(min-width:481px){
	.bgBox .column2 > div:last-child,.bgBox .column2 > div:nth-last-child(2), .column2 > article:last-child, .column2 > li, .column2 > article:nth-last-child(2){
		margin-bottom:0;
	}
}

@media(max-width:960px){
	.bgBox .content{
		padding:0;
	}
}

/* .PageTtl3
------------------------------------*/
.PageTtl3{
	border-bottom:solid 1px #fff;
	display:inline-block;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background-size:cover;
	background-position:center;
	width:100%;
	padding:3%;
	box-sizing:border-box;
	background-color:#ddd;
}

.PageTtl3 span{
	display:inline-block;
}

.PageTtl3 .category{
	font-size:2.6rem;
	border-bottom:solid 1px #fff;
}

.PageTtl3 .category span{
	font-size:2.2rem;
}

.PageTtl3 .hall{
	background:url(../images/mark.png) no-repeat left center;
	background-size:0.6rem;
	padding-left:1.6rem;
	margin-top:0.5rem;
}

@media(max-width:767px){
	.PageTtl3{
		margin-bottom:5%;
	}
	
	.PageTtl3 .category{
		font-size:1.8rem;
	}

	.PageTtl3 .category span{
		font-size:1.4rem;
	}

}

/*=====================================================================
#breadcrumb
=====================================================================*/
#breadcrumb{
	text-align:center;
	font-size:1.2rem;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
}

#breadcrumb br{
	display:none;
}

#breadcrumb li{
	display:inline-block;
}

#breadcrumb li:after{
	content:"\00a0>\00a0"
}

#breadcrumb li:last-child:after{
	content:"";
}

@media(max-width:767px){
	#breadcrumb{
		margin-bottom:10px;
	}
}

@media(min-width:768px){
	#breadcrumb{
		margin-top:10px;
	}
	
	.layout2 #breadcrumb{
		text-align:left;
		margin-top:0;
		margin-left:0;
		margin-bottom:20px;
	}
}

/*=====================================================================
.pager
=====================================================================*/
.pager{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-top:15px;
}

.pager li{
	display:inline-block;
	background-color:#ddd;
	padding:10px 12px;
	margin-right:5px;
	margin-bottom:5px;
	line-height:1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.pager li.non{
	background-color:transparent;
}

.pager li:last-child{
	margin-right:0;
}

.pager li:hover{
	cursor:pointer;
	background-color:#000;
	color:#fff;
}

.pager li.non:hover{
	background-color:transparent;
	color:#000;
	cursor:default;
}

.pager li a{
	display: block;
}

.pager .active{
	background-color:#000;
	color:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*=====================================================================
lineup
=====================================================================*/
.modal{
	display:none;
}

/*=====================================================================
decoration
=====================================================================*/
.bold{
	font-weight:bold;
}

.center{
	text-align:center;
}

.m-auto{
	margin-right:auto;
	margin-left:auto;
}

.u-none,.u-none:hover{
	text-decoration:none;
}

.flex{
	display:flex;
}

.flex-wrap-wrap{
	flex-wrap:wrap;
}

.justify-content-center{
	justify-content:center;
}

.btn .bg-blue,.bg-blue{
	background-color:#5475cc;
}

.inline-block{
	display:inline-block;
}

.inline-block-groupe > div,.inline-block-groupe > li{
	display:inline-block;
	margin-right:1rem;
	margin-bottom:1rem;
}

.inline-block-groupe > div:last-child,.inline-block-groupe > li:last-child{
	margin-right:0;
	margin-bottom:0;
}

.clear{
	clear:both;
}

.pointer:hover{
	cursor:pointer;
}

/* color
------------------------------------*/
.red{color:#d62f01;}
.blue,.blue a{color:#5475cc;}


/*=====================================================================
#SNS
=====================================================================*/
#SNSBlock{
	font-size:0;
  display: flex;
  justify-content: flex-end;
}

#SNSBlock li{
  margin-right: 5px;
}

#SNSBlock li:last-child{
	margin-right:0;
}

#SNSBlock .fb-like{
}

/*=====================================================================
accbox
=====================================================================*/

/*ラベル*/
.accbox label {
    display: block;
    color :#2f8fcf;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
}


/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
	margin-bottom:20px;
	padding:1.0rem;
    opacity: 1;
}

/* .lineupaccess
------------------------------------*/
.lineupaccess article .pic,.lineupaccess > div .pic{
	float:left;
	width:40%;
	margin-right:5%;
	clear:both;
}

.lineupaccess article,.lineupaccess > div{
	padding-bottom:30px;
	border-bottom:solid 1px #ddd; 
	overflow:hidden;
}

.lineupaccess article:last-child,.lineupaccess > div:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}

@media(max-width:960px){
	.lineupaccess article,.lineupaccess > div{
		margin-bottom:30px;
	}
}

@media(min-width:961px){
	.lineupaccess{
		display:flex;
		flex-wrap:wrap;
	}

	.lineupaccess > article,.lineupaccess > div{
		width:48%;
	}

	.lineupaccess > article:nth-child(odd),.lineupaccess > div:nth-child(odd){
		margin-right:4%;
	}

	.lineupaccess article:last-child,.lineupaccess article:nth-child(odd):nth-last-child(2),.lineupaccess > div:last-child,.lineupaccess > div:nth-child(odd):nth-last-child(2){
		margin-bottom:0;
		padding-bottom:0;
		border:none;
	}

	.lineupaccess .ttl{
		font-size:1.8rem;
	}

	.lineupaccess .Vertical img{
		width:70%;
	}

}

.aaa{
    overflow: auto;
    height: 100%;
}

/*=====================================================================
bannerList
=====================================================================*/
#Side .bannerList li{
	margin-bottom:10px;
}

@media(max-width:767px){
	#Side .bannerList{
		margin:10px 0;
		text-align:center;
	}

	#Side .bannerList img{
		max-width:300px;
	}
}

/*=====================================================================
img
=====================================================================*/
img{
	user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#sharebtn ul{
	display: flex;
}

#SNSBlock{
	text-align: right;
	margin-bottom: 10px;
}

@media print{
  header,footer,#bottom_footer,#oshirase,#breadcrumb,.bodymore,#SNSBlock,#ShosaiNavi,.labelBlock,.movieBlock,#Side{
    display: none!important;
  }
  #bodymore{
    display: block!important;
  }
  body{
    padding-top: 0!important;
  }
  #gaiyo .gaiyoBlock{
    border: none!important;
  }
  .slick-track{
    transform:none!important;
    width: auto!important;
  }
}


