html, body { height: 100%; }html, body { height: 100%; }

html{
    scroll-behavior: smooth;
}

body {
	margin: 0 auto;
	text-align: center;
  font-family:  helvetica,  sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","Hiragino Kaku Gothic ProN", MS Gothic, futura, myriad pro, arial, movement, sans-serif;
	color: #000;
	font-size: 0.9rem;
	line-height: 160%; 
	padding:0px;
		margin:0px;
	word-wrap: break-word ; 
	-webkit-text-size-adjust: 100%;
	  background: #fff;
}


body#program {
	background: url(/2025/images/back-img03.jpg) repeat;
	  background-size: cover;
}

body#program-detail {
	background: url(/2025/images/back-img02.jpg) repeat;
	  background-size: cover;
}

body#news {
	background: url(/2025/images/back-img01.jpg) repeat;
	  background-size: cover;
}



dl,dt,dd,ul,li {
	margin:0px;
	padding: 0px;
}


img {
	border: 0px;
	vertical-align:bottom;
}

a:hover img
{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
	    -moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}

ol,ul{list-style:none;}

a {
    color: #fff;
	text-decoration: none;
	padding:0;
	margin:0;
}

a:hover {
    color: #999;
	text-decoration: none;
	padding:0;
	margin:0;
	    -moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}

#top-menu a {
    border-bottom: 0px;
}

#border {
	width: 100%;
	border-top: 7px solid #e74473;
    position: fixed;
		    z-index: 10000;
		     pointer-events: none;
}


.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}


/* Header */

#header {
    position: relative;
    top: 0px;
	width: 100%;
	height: 60px;
	padding: 10px 0px 0px 0px;
   z-index: 9999999999; 
	       font-weight: 900;
	       	background: #fff;
}

#top-menu #header {
    position: fixed;
    top: 0px;
    left: 0;
}

#sp-header {
	display: none;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-120%);
  	       	background: #fff;
}


.is-show {
  transform: translateY(0);
}


.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}

.sticky {
  position: -webkit-sticky; 
  position: sticky;
  top: 0px;　
   z-index: 9999999999; 
   transform: translate3d(0px,0px,100px)!important;
      -webkit-transform: translate3d(0px, 0px, 100px)!important;
}

.sticky #header {
	margin: 0px 0 0 0;
}

#header img{
	height: 53px;
}

#header .sns-img img{
	padding-top: 10px;
	height: 30px;
}

#menu01 a,#menu02 a,#menu03 a,#menu04 a,#menu05 a,#menu06 a,#menu07 a,#menu08 a{
	display:block;
	background: none;
	color:#000;
	padding: 20px 0px 20px 0px;
	}

#menu01 a:hover,#menu02 a:hover,#menu03 a:hover,#menu04 a:hover,#menu05 a:hover,#menu06 a:hover,#menu07 a:hover,#menu08 a:hover{
	color:#f9d2d6;
	}	
	
h1{
    position: absolute;
	width: 99px;
	height: 70px;
	background: url(/2025/images/logo.png) no-repeat;
	background-size: 99px 70px;
	display:block;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
		    z-index: 10;
 top: 0px;
    left: 0px;
    	padding:0;
	margin:0;
}


#menu{
   position: absolute;
   top: 50px;
   right: 50px;
   z-index: 100;
   color: #595757;
}




h2{
    font-size: 350%; 
  line-height: 130%;
    text-align:center;
       	padding: 0px;
       	margin: 0px;
     font-family:  'Gill Sans', 'Gill Sans MT', futura, myriad pro, arial, movement, helvetica, sans-serif;
     font-weight: 600;
}


h3{
    font-size: 130%; 
  line-height: 130%;
    text-align:center;
       	padding: 0px;
       	margin: 0px;
     font-weight: 600;
}

h4{
    font-size: 120%; 
     font-weight: 600;
         text-align:center;
}

h5{
    font-size: 110%; 
     font-weight: normal;
         text-align:center;
}

.font-g-12px{
	font-size: 12px;
	line-height:140%;
	color: #333333;
	font-weight: bold;
}

.font-w-12px{
	font-size: 12px;
	line-height:140%;
	color: #ffffff;
}
.font-w-14px{
	font-size: 14px;
	line-height:140%;
	color: #ffffff;
}
.font-g-14px{
	font-size: 14px;
	line-height:140%;
	color: #333333;
}
.font-g-16px{
	font-size: 16px;
	line-height:140%;
	color:#333333;
	font-weight: bold;
}
.font-b-16px{
	font-size: 16px;
	line-height:140%;
	color:#00877D;
	font-weight: bold;
}

.purple{
	color:#924898;
}

.blue{
	color:#005bac;
}

.red{
    color: #1d7faa;
}

big{
	font-size: 120%;
	line-height:160%;
	font-weight: bold;
}

.button-box {
	  text-align: center;
	margin: 20px auto 20px auto;
}


.button {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #924898;
  color: #924898;
	line-height:200%;
  overflow: hidden;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  color: #fff;
}
.button::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  background-color: #924898;
}

.button-box2 {
	margin: -50px 0 20px 300px;
}

	
.button2 {
  display: inline-block;
  width: 120px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #924898;
  border: 2px solid #924898;
  color: #fff;
	line-height:200%;
  overflow: hidden;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
}



.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button2:hover {
  color: #924898;
}
.button2::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  top: 0;
  background-color: #fff;
}


.triangle {
	padding: 0 0 0 0;
width: 0;
height: 0;
border-style: solid;
border-width: 6.0px 0 6.0px 10.0px;
border-color: transparent transparent transparent #924898;
display: inline-block;
}

dl {
  width:100%;
}
dt {
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 5px;
	border-bottom:1px solid;
}
dd {
  	padding-top: 5px;
}

/* Content */

#base{
	width: 100%;
	margin: 0px;
		    z-index: 10;
	}

	
 #top-img {
 	width: 100%;
 	height: calc(100vh - 70px);
 	height:-webkit-calc(100vh - 70px);
	background: url(/2025/images/pc.jpg) no-repeat center center;
	background-size: contain;
}

#top-txt {
    position: absolute;
    top: 0px;
    left: 5%;
	width: 25%;
	  text-align: left;
}

#top-txt01 img{
    width: 100%;
     min-width: 320px;
     max-width: 1000px;
}


#top-btn {
    position: absolute;
    bottom: 100px;
  right: 0;
  padding:0;
  z-index:100;
    width:26%;
}

#top-btn a {
    border-bottom: 0px;
}

#top-btn img{
    width: 100%;
     min-width: 250px;
     max-width: 1000px;
     	padding: 10px 0px 0px 0px;
}

#top-btn #top-ban img{
    width: 48%;
     min-width: 100px;
     max-width: 1000px;
     	padding: 0px 1% 10px 1%;
}


#pre-btn01{
  position:absolute;
  bottom: 5%;
  left: 0;
  padding:0;
  z-index:100;
    width:26%;
    min-width:300px;
}

#pre-btn02{
  position:absolute;
  top: 100px;
  right: 15px;
  padding:0;
  z-index:100;
    width:120px;
}


#pre-btn02 img{
    width:  100%;
      padding:25px 0 25px 0;
}


.top-you {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.top-you iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}




#01,#02,#03,#04,#05 {
   margin-top:-70px;
  padding-top:70px;
}

.tokucho-box {
	  position: relative;
  padding: 100px 0 50px 0px;
		text-align: center;
  background:  #efefef;
}

.tokucho-txt {
	  position: relative;
	width: 783px;
	min-height: 495px;
    margin: 0 auto 0 auto;
  padding: 20px 0 50px 0px;
  background: url(/wp/images/tokucho.png) top center no-repeat #efefef;
  background-size: 783px 495px;
}

.tokucho01 {
	width: 310px;
  position: absolute;
  top: 180px;
  left: 30px;
		text-align: center;
}

.tokucho02 {
	width: 310px;
  position: absolute;
  top: 180px;
  right: 30px;
		text-align: center;
}

.tokucho03 {
	width: 310px;
  position: absolute;
  top: 450px;
  left: 30px;
		text-align: center;
}

.tokucho04 {
	width: 310px;
  position: absolute;
  top: 450px;
  right: 30px;
		text-align: center;
}

.tokucho-img {
	width: 90%;
		text-align: center;
  padding: 0px 0 0px 0px;
    margin: 0 auto 0 auto;
    	max-width: 900px;
}
		
.bosyu-box {
	  position: relative;
  padding: 100px 0 50px 0px;
		text-align: center;
  background:  #231815;
}

.bosyu-txt {
	width: 80%;
    margin: 0 auto 0 auto;
  padding: 20px 0 20px 0px;
  color:#fff;
}

.bosyu-txt a{
  color:#1d7faa;
}

.bosyu-txt a:hover{
  color:#fff;
}


#top-news h2{
	width: 30%;
		float:left;
}

#top-news .news-list{
	width: 70%;
	text-align: left;
		float:left;
	}	

.news-list a{
	color: #231815;
	}	

.news-list a:hover{
    color: #1d7faa;
	}	
	
		
#top-news .box {
	width: 50%;
		text-align: left;
  padding: 20px 0 20px 0px;
    margin: auto;
	color: #231815;
}

.box {
	width: 80%;
		text-align: left;
  padding: 20px 0 20px 0px;
    margin: auto;
}

.box60 {
	width: 69%;
		text-align: left;
  padding: 20px 0 20px 0px;
    margin: auto;
}

.w-box {
  padding: 50px 0 50px 0px;
		text-align: center;
  background: #fff;
  	z-index: 0;
}


.w-box img{
	width: 100%;
	height:auto;
}



.a-box {
  padding: 50px 0 50px 0px;
		text-align: center;
	background: url(/2025/images/back-img01.jpg) repeat;
	  background-size: 100% auto;
  	z-index: 0;
  		color: #fff;
}

.p-box {
  padding: 50px 0 50px 0px;
		text-align: center;
	background: url(/2025/images/back-img02.jpg) repeat;
	  background-size: 100% auto;
  	z-index: 0;
}

.p-box h2{
 color: #fff;
}

.s-box {
  padding: 50px 0 50px 0px;
		text-align: center;
	background:#fff;
  	z-index: 0;
  	color: #000;
}

.s-box h3{
 color: #000;
 text-align: left;
}


.y-box {
  padding: 50px 0 50px 0px;
		text-align: center;
	background:#FFFED6;
  	z-index: 0;
  	color: #000;
}

.y-box img{
	width: 100%;
	height:auto;
}


.y-box h3{
 color: #000;
 text-align: left;
}

.m-box {
  padding: 50px 0 50px 0px;
		text-align: center;
	background: url(/2025/images/back-img03.jpg) repeat;
	  background-size: 100% auto;
  	z-index: 0;
  		color: #fff;
}


.m-box a{
  		color: #DC561C;
	text-decoration: underline;
}

.m-box a:hover{
  		color: #ccc;
	text-decoration: underline;
}

.g-box {
  padding: 50px 0 50px 0px;
		text-align: center;
  background: #eee;
  	z-index: 0;
}

.g-box h2{
  		color: #333;
}

.g-box .box{
		text-align: center;
}


.access-list{
		width: 50%;
    float: left;
	vertical-align: top; 
		padding: 20px 0px 0px 0px;
}

.access-list dt{
    font-size: 90%; 
    color: #1d7faa;
  line-height: 100%;
    text-align:left;
       	padding: 0px;
       	margin: 0px;
       		font-weight: normal;
       		border-bottom:0px;
}

.access-list dd{
    font-size: 90%; 
       	padding: 0px 0px 15px 17px;
       		color: #231815;
}

.access-map{
		width: 48%;
		  float: right;
	vertical-align: top; 
	padding: 20px 0px 0px 0px;
}



.access-map img{
		width: 100%;
}

.access-map-en {
			width: 48%;
		  float: right;
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
}
.access-map-en iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

#map{
	padding: 0 0 80%;
	height: 0;
	overflow: hidden;
}
#map iframe{
	margin-top:-46px;
}



.partnership-list {
      width: 100% !important;
}

.partnership-list th{
      color:  #1d7faa;
       border-bottom: solid 1px #1d7faa;
              padding: 10px 10px 10px 10px;
                  font-size: 90%; 
}

.partnership-list td{
       border-bottom: solid 1px #1d7faa;
              padding: 10px 10px 10px 10px;
              	vertical-align:center;
              	    font-size: 90%; 
}


.partnership-list td:nth-child(1){
              padding: 10px 0px 10px 0px;
}

.partnership-list th:nth-child(1){
              padding: 10px 0px 10px 0px;
}

.banner{
    text-align:center;
       	margin: auto;
}


.nazo-box {
	  position: relative;
    margin: 120px auto 0 auto;
  padding: 50px 0 50px 0px;
		text-align: center;
  background: url(/wp/images/hatena-back.png) top center repeat-x #e8380d;
  background-size: 1000px;
    color: #fff;
}

.nazo-box h2{
      font-size: 300%; 
    color: #fff;
  line-height: 130%;
    text-align:center;
       	padding: 5px 0px 5px 0px;
       	margin: 5px auto 5px auto;
}

.nazo-box h3{
      font-size: 200%; 
    color: #fff;
  line-height: 130%;
    text-align:center;
       	padding: 0px 0px 5px 0px;
       	margin: 0px auto 35px auto;
}

.nazo-txt {
	width: 80%;
    margin: 0 auto 0 auto;
  padding: 20px 0 20px 0px;
    color: #fff;
        display: table;
}

.nazo-left {
  width: 60%;
    display: table-cell;
	vertical-align:center;
}

.nazo-right {
  width: 38%;
    display: table-cell;
	vertical-align: middle; 
	vertical-align:center;
}

.nazo-right audio{
	padding: 0;
	margin: 0;
}

.nazo-you {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.nazo-you iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.nazo-qa {
 clear:both;
 text-align:center;
  padding: 50px 0 50px 0px;
    position: relative;
}


.jQueryBox{
    -moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}

.events-box {
  position: relative;
  padding: 100px 0 50px 0px;
		text-align: center;
  background: url(/wp/images/waveline.png) top center no-repeat #fff;
  background-size: contain;
}

.events-list {
	width: 80%;
		text-align: left;
  padding: 20px 0 20px 0px;
    margin: 0 auto 0 auto;
}

.events-list li{
	width: 29%;
    margin: 0 2% 0 2%;
		text-align: center;
    color: #005ca2;
    display: table-cell;
    	vertical-align: top; 
}

.events-list li a{
    color: #005ca2;
}

.events-list li img{
	width: 98%;
	border: 1px #005ca2 solid;
	margin: 1%;
}


a.btn{
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
	line-height:180%;
    			letter-spacing: 1px;
    			   padding: 5px 10px 5px 10px;
    			   	font-weight: bold;
}

a:hover.btn{
  border: 1px solid #fff;
  color: #000;
	background: #fff;
}


 .what-box {
  position: relative;
  padding: 170px 0 50px 0px;
text-align: center;
background: url(/wp/images/what-back.png)  center 130px no-repeat #1d7faa;
  background-size: contain;
}

 .what-txt {
	width: 80%;
		text-align: center;
  padding: 20px 0 20px 0px;
    margin: 0 10% 0 10%;
  color: #231815;
}

 .diagram-box {
	width: 80%;
		text-align: left;
    margin: 80px 10% 80px 10%;
  color: #231815;
}

 .diagram-box img{
	width: 100%;
	display: block;
    margin: 0px 0 0px 0;
}

 .diagram-box h3  {
		text-align: center;
		font-size: 130%;
		color:#005ca2;
    padding: 15px 0 15px 0;
}



 .diagram01 {
	width: 100%;
        display:table;
    margin: 50px 0 0px 0; 
}

 .diagram02 {
	width:35%;
    padding: 0px 15% 0px 0;
			text-align: justify;
text-justify: inter-ideograph;
		display: table-cell;
}

 .diagram03 {
	width:35%;
    padding: 0px 0px 0 15%;
			text-align: justify;
text-justify: inter-ideograph;
		display: table-cell;
}

 .diagram04  {
		text-align: center;
    padding: 15px 0 15px 0;
}

.kai-box {
  position: relative;
  padding: 170px 0 50px 0px;
  background: #fff;
		text-align: center;
}

.kai-box h2{
    font-size: 300%; 
    color: #005ca2;
  line-height: 130%;
    text-align:center;
       	padding: 5px 0px 5px 0px;
       	margin: 5px auto 5px auto;
}

.kai-box h3{
    font-size: 200%; 
    font-weight: normal;
  line-height: 130%;
    text-align:center;
       border-bottom: solid 2px #005ca2;
       	padding: 5px 0px 5px 0px;
       	margin: 5px auto 5px auto;
       	  display: inline-block;
}

.kai-txt {
	width: 80%;
		text-align: left;
  padding: 20px 0 20px 0px;
    margin: 0 10% 0 10%;
  color: #231815;
}

.kai-title {
  padding: 20px 0 20px 0px;
}

.menu-box {
  position: relative;
  margin: 0 0 0 0;
		text-align: left;
		color: #231815;
}

.menu-txt {
	width: 40%;
  position: absolute;
  top: 350px;
  right: 0px;
		text-align: left;
}

.menu-img {
	width: 40%;
		text-align: left;
}


.menu-img img{
	width: 100%;
	height:auto;
	padding: 0 0 10px 0;
}

.staff-contents {
  position: relative;
  overflow: hidden;
  margin: -20% 0 0 0;
  padding: 20% 0 20% 0;;
       z-index: 100;
}

.staff-contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 0px -10% 0 ;
           	background: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: -1;
}

.staff-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.staff-box {
  position: relative;
  margin: 0 0 0 0;
		text-align: left;
		color: #231815;
}


.staff-img01 {
	width: 100%;
	text-align: center;
	padding: 80px 0 10px 0;
}

.staff-img02 {
	width: 49%;
	text-align: center;
	padding: 0 2% 10px 0;
	float:left;
}

.staff-img03 {
	width: 49%;
	text-align: center;
	padding: 0 0 10px 0;
	float:left;
}

.staff-img01 img,.staff-img02 img,.staff-img03 img{
	width: 100%;
		height:auto;
}

.gallery-contents {
  position: relative;
  overflow: hidden;
  margin: -20% 0 0 0;
  padding: 20% 0 20% 0;;
       z-index: 100;
       min-height: 800px;
}

.gallery-contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
   min-height: 900px;
  margin: 0px -10% 0 ;
           	background: #000;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: -1;
}


.gallery-box {
  position: relative;
  margin: 0 0 0 0;
		text-align: left;
		color: #fff;
}


#gallery-1 {
				margin: auto;
				border: 0px !important;
			}
			#gallery-1 .gallery-item {
				float: left;
				padding-top: 4%;
				text-align: center !important;
				width: 25% !important;
				border: 0px !important;
			}
			#gallery-1 img {
				width: 98% !important;
				height:auto !important;
				border: 0px !important;
			}
			#gallery-1 .gallery-caption {
				margin-left: 0 !important;
			}
			
			#gallery-1 dt {
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 0px;
	border-bottom:0px;
}

.reservation-contents {
  position: relative;
  overflow: hidden;
  margin: -35% 0 0 0;
  }

.reservation-txt {
  margin: -25% 0 15% 0;
  }
  
.access-contents {
  position: relative;
  overflow: hidden;
  margin: -15% 0 0 0;
  padding: 20% 0 20% 0;
       z-index: 100;
}

.access-contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 0px -10% 0 ;
           	background:  url(/wordpress/images/access-img.jpg);
           	background-size: cover;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: -1;
}

.access-box {
  position: relative;
  margin: 0 0 0 0;
		text-align: left;
  color: #fff;
}

.access-txt {
	width: 30%;
		text-align: left;
  padding: 50px 0 50px 53px;
  color: #fff;
}

.access-txt a{
  color: #fff;
}


  
.line {
  position: relative;
  overflow: hidden;
  margin: -150px 0 0 0;
  padding: 0 0;
       z-index: 1000;
       height: 400px;
}

.line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 150px;
  margin: 0px -10% 0;
           	background: #000;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: -1;
}

.contents {
	width: 100%;
  margin: 70px auto 0px auto;
  	color: #fff;
}

.contents h2{
    text-align:center;
  margin: 50px auto 50px auto
}

.contents-box {
	width: 65%;
  margin: 50px auto 50px auto;
  text-align: left;
}

#program .contents,#program-detail .contents {
	width: 100%;
  margin: 120px auto 0px auto;
}



#program .contents-box {
	width: 80%;
  margin: 50px auto 50px auto;
  text-align: left;
}

#program-detail .contents-box {
	width: 80%;
  padding: 0px 0 50px 0;
  margin: 50px auto 0px auto;
  text-align: left;
}


#news .contents {
	width: 100%;
  margin: 120px auto 0px auto;
}

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

.contents-img img{
	width: 100%;
	height:auto;
  text-align: center;
  margin: auto;
}


.pan {
	width: 100%;
	background: #96CFBE;
	color: #fff;
	font-size: 75%;
	  text-align: left;
	  padding: 1px 0 1px 0;
}

.pan a{
	color: #fff;
}

.san{
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  display: inline-block;
  margin: 4px 2px 0 4px;
}
.contents-left {
	width: calc(20% - 20px);
	width:-webkit-calc(20% - 20px);
		text-align: left;
                  	background: #fff;
  padding: 20px 0px 20px 20px;
	margin: 0px;
		float:left;
}
.contents-left a{
    color: #005bac;
}

.contents-left a:hover,.contents-left a:active{
    color: #005bac;
}

.contents-left ul{
	width: 100px;
}

.program-menu {
	font-size: 90%;
    color: #1d7faa;
  margin: auto;
  text-align: center;
  padding: 0 0 5px 0;
}

.program-menu a{
    color: #1d7faa;
}

.program-sq {
      text-align: center;
           margin: 30px auto 30px auto;
}

.program-sq span{
	         font-size: 90%;
       color: #1d7faa;
    border: 1px #a3d6ca solid;
    border-radius: 5px;
      text-align: center;
      display:inline-block;
       padding: 0px 5px 0px 5px;
}

.program-dt {
      text-align: center;
         	font-weight: bold;
           margin: 30px auto 5px auto;
}

.program-dd {
      text-align: center;
       color: #1d7faa;
         font-size: 130%;
           margin: 5px auto 30px auto;
}

.program-ex {
      text-align: center;
         font-size: 90%;
           margin: 20px auto 20px auto;
}

.program-box {
	width: 80%;
           margin: 30px auto 30px auto;
  text-align: left;
}

.program-d-box {
    	background:  #fff;
    	margin: 0px;
    	padding: 0px;
}

.program-artist {
	width: 80%;
  margin: 0 auto 30px auto;
  padding: 15px 0 15px 0;
  text-align: left;
    border-top: 1px #a3d6ca solid; 
    border-bottom: 1px #a3d6ca solid; 
}

h3.program-title{
    font-size: 150%; 
    color: #1d7faa;
  line-height: 130%;
    text-align:center;
       	padding: 0px;
       	margin: 0px;
       		font-weight: normal;
}

h3.program-title span{
    font-size: 80%; 
}

.program-list-box {
	width: 98%;
  margin: 50px auto 50px auto;
    text-align:center;
}

.program-content {
  display: none;
    padding: 32px;
}

.program-content:target {
  display: block;
}


/* カード本体：内部は縦に積む */
a .program-list{
  width: 45.5%;
  margin: 2%;
  display: block;
  float: left;
  color: #000;
  background: #fff;
  text-align: center;
  overflow: hidden;
  /* 高さの固定は外す */
  min-height: 0;
  /* 中身を安定配置 */
  display: flex;
  flex-direction: column;
}

/* 画像枠：アスペクト比を固定（16:9は例。正方形なら 1 / 1） */
a .program-list > div:first-child{
  aspect-ratio: 16 / 9;   /* ここを変えれば任意比率 */
  min-height: 0;
  overflow: hidden;
  margin: 0 0 10px 0;
}

/* 画像は枠いっぱいに収めて中央トリミング */
.program-list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: 0;
}

/* テキスト */
a .program-list h3{
  color: #000;
  /* nowrapだと長いタイトルでハミ出しやすい */
  white-space: normal;
  margin: 0;
  line-height: 1.3;
}
.program-list p{
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

/* ホバー時の色反転 */
a:hover .program-list,#en a:hover .program-list{
  color: #fff;
  background: #000;
}
a:hover .program-list h3,#en a:hover .program-list h3{
  color: #fff;
}
a .program-list > div:first-child{
  position: relative;
  height: 0;
  padding-top: 56.25%; /* 16:9 = 9/16 * 100% */
  overflow: hidden;
  margin: 0 0 10px 0;
}
a .program-list > div:first-child img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center center;
}

a .program-d-list{
	width: 31%;
  padding: 0px 0px 0px 0px;
  margin: 1%;
    display:block;
        float:left;
    vertical-align: top;
            	    color:  #000;
        	background:  #fff;
    	    text-align:center;
    	            font-size: 90%; 
}

a .program-d-list h3{
   color: #000;
        font-size: 110%; 
}

a .program-d-list h3 big{
        font-size: 250%; 
          margin: -10px 0px 0px 10px;
              display: block;
              float:left;
}

.program-d-list img{
	width: 94%;
	height: auto;
  margin: 3% 3% 0 3%;
}

.program-d-list div{
	max-height: 145px;  
	overflow: hidden;
	margin: auto auto 10px auto;
}

.program-d-list p{
  margin: 10px 10px 10px 10px;
  padding: 0;
    text-align:center;
    vertical-align: bottom;
}

#program a:hover .program-d-list{
        color:  #fff;
    	background:  #000;
}

#program a:hover .program-d-list h3{
     color:  #fff;
}


.program-tag-list{
	width: 23%;
display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 1%;
}

.program-tag-list img{
	width: 100%;
	height: auto;
	  margin: 0;
}

.program-tag-list p{
  margin: 0;
  padding: 10px;
      color: #1d7faa;
    text-align:center;
    	font-size: 0.8rem;
    		line-height: 130%; 
    		                  	background: #fff;
}

.film-list{
	  margin: 20px 0px 20px 0px;
  padding: 20px;
        	background:  #fff;
        	color: #000;
        	
}

.film-list:after, .film-list:before {
    content: "";
    clear: both;
    display: block;
}

.film-list a {
    color: #1d7faa;
	text-decoration: underline;
	padding:0;
	margin:0;
}

.film-list a:hover {
    color: #999;
	padding:0;
	margin:0;
	    -moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}

.film-list img{
	width: 50%;
	float:left;
	padding: 0px 1% 0px 0px;
}

.film-list .capimg{
	width: 50%;
	float:left;
	padding: 0px 1% 0px 0px;
		font-size: 80%; 
		display: inline-block;
}

.film-list .capimg img{
	width: 100%;
	height:auto;
}

.film-list div{
	width: 48%;
	float:right;
	text-align: justify;
text-justify: inter-ideograph;
}

.film-list div span{
	float:right;
	background:#000;
	color:#FFF;
	font-size: 80%; 
	display:inline-block;
	padding: 3px;
	margin-top: -20px;
	line-height: 100%;
}

.film-list h2{
    font-size: 150%; 
  line-height: 130%;
    text-align:center;
	  margin: -10px 0px 5px 0px;
	color: #000; 
	    text-align:left;
}


.film-list h3{
    font-size: 120%; 
	color: #D6481A; 
	    text-align:left;
}

.film-list h4{
	color: #000; 
	    text-align:left;
}

.film-list h5{
	margin-top:0px;
  padding: 4px;
        	background:  #000;
        	color: #fff;
        	text-align:center;
}

.film-f-list{
	  margin: 20px 0px 20px 0px;
  padding: 20px;
        	background:  #fff;
        	color: #000;
        	
}

.film-list:after, .film-list:before {
    content: "";
    clear: both;
    display: block;
}

.film-f-list img{
	width: 100%;
	float:none;
	padding: 0px 0 0px 0px;
}

.film-f-list div{
	width: 100%;
	text-align: justify;
text-justify: inter-ideograph;
	padding: 20px 0 0px 0px;
}

.film-f-list div span{
	float:right;
	background:#000;
	color:#FFF;
	font-size: 80%; 
	display:inline-block;
	padding: 3px;
	margin-top: -20px;
	line-height: 100%;
}

.film-f-list h2{
    font-size: 180%; 
  line-height: 130%;
    text-align:center;
	  margin: 0px 0px 5px 0px;
	color: #000; 
	    text-align:left;
}


.film-f-list h3{
    font-size: 120%; 
	color: #F3B802; 
	    text-align:left;
}

.film-f-list h4{
	color: #000; 
	    text-align:left;
}

.film-f-list h5{
	margin-top:0px;
  padding: 4px;
        	background:  #000;
        	color: #fff;
        	text-align:center;
}

#caption{
  position: relative;
}

#caption:after{
	content:attr(title);
	display:block;
	text-align:center;
	  position: absolute;
	  bottom:-20px;
}


.map-list{
	  margin: 20px 0px 20px 0px;
  padding: 20px;
        	background:  #fff;
        	color: #000;
}

.map-list h2{
	  margin: 0px 0px 15px 0px;
	color: #000; 
	    text-align:center;
}

.map-list h3{
	color: #000; 
	    text-align:left;
}

.map-list h4{
	color: #000; 
	    text-align:left;
}

.map-list h5{
	margin-top:0px;
  padding: 4px;
        	background:  #000;
        	color: #fff;
        	text-align:center;
}

.artist-img {
	width: 50%;
  text-align: center;
  margin: auto;
}

.artist-img img{
	width: 100%;
	height:auto;
  text-align: center;
  margin: auto;
}


.artist-box {
	width: 50%;
  margin: 50px auto 50px auto;
  text-align: left;
      border-bottom: 1px #a3d6ca solid; 
}

.artist-list-box {
	width: 100%;
  margin: 50px auto 50px auto;
    text-align:center;
}

.artist-list{
	width: 17%;
display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 1%;
    vertical-align: top;
}

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

.artist-list img{
	width: 100%;
	height: auto;
	  margin: 0;
	      border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
}

.artist-list p{
  margin: 0;
  padding: 10px;
      color: #1d7faa;
    text-align:center;
    	font-size: 0.8rem;
    		line-height: 130%; 
}

.ticket-ban {
  padding: 10px 10px 10px 10px;
  display: inline-block;
}

.ticket-box {
	width: 50%;
  margin: 50px auto 50px auto;
  text-align: left;
}

.ticket-box big{
    color: #1d7faa;
	font-size: 120%;
	line-height:160%;
	font-weight: normal;
}

.ticket-list {
  padding: 10px 0px 20px 0px;
  text-align: left;
      border-top: 1px #1d7faa solid;
      clear:both;
}

	
.ticket-list .square-r{
		float:right;
	}



.underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background:  #005bac;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.underline-from-left:hover:before, .underline-from-left:focus:before, .underline-from-left:active:before {
  right: 0;
}

.cat-item {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 0px 20px;
}
.cat-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background:  #005bac;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cat-item:hover:before, .cat-item:focus:before, .cat-item:active:before {
  right: 0;
  }

.contents-right {
	width: 80%;
		text-align: left;
		float:left;
                  	background: #e8deed;
  padding: 0px 0px 150px 0px;
  margin: 20px 0px 0px 0px;
}

#works .contents-right {
                  	background: #fff;
}

.contents-right .contents-inner{
                  	background: #e8deed;
                  	  max-width: 90%;
}

.works-inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 80%;
  height: 100%;
  margin: 0px auto 0 auto;
  padding: 20px 0px 0px 0px;
  text-align: left;
                  	background: #e8deed;
                  	  max-width: 90%;
}


.book-contents {
  position: relative;
  overflow: hidden;
  margin: -10% 0 0 0;
  padding: 5% 0 0 0;
       z-index: 100;
}




.book-contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 3% -10% 0;
           	background: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

#interview .book-contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 150%;
  margin: 3% -10% 0;
           	background: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}


.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.video-s  {
		text-align: center;	
}

.video-s iframe {
	  width: 100%;
  margin: auto;
}

.works-img {
	width: 100%;
  padding: 20px 0 20px 0;
		text-align: center;	
}

.works-img img{
	width: 70%;
}

a .works-list-title{
	color: #231815;
	font-size: 1.0rem;
}



.works-list-box {
	width: 100%;
  background-color: #fff;
  	margin: -5% 0px 0 0px;
}

.works-list-inn {
	max-width: 1300px;
}

.works-list {
	width: 23%;
height: 500px;
  padding: 5% 5% 0 5%;
		float:left;
}

.works-list img{
	width: 100%;
}

.sen {
	width: 100%;
	margin: 30px 0px 30px 0px;
	border-top: 1px dotted #333;
}

.contents-box .sen {
	width: 100%;
	margin: 30px 0px 30px 0px;
	border-top: 1px dotted #333;
}



.underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background:  #005bac;
  height: 2px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.underline-from-right:hover:before, .underline-from-right:focus:before, .underline-from-right:active:before {
  left: 0;
}

#cmenu {
	 padding: 15px 0px 15px 0px;
}

#smenu {
	 padding: 0px 0px 15px 0px;
}




.post-left {
	width: 470px;
	margin: 0px;
	 padding: 0px 30px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	line-height: 140%; 
		float:left;
}

.post-right {
	width: 200px;
	margin: 0px;
		float:left;
}

.post-right img{
	width: 200px;
	 padding: 0px 0px 10px 0px;
}

.cel{
	font-size: 13px;
	background-color: #fff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#E0E0E0));
background: -webkit-linear-gradient(#fff, #E0E0E0);
background: -moz-linear-gradient(#fff, #E0E0E0);
background: -ms-linear-gradient(#fff, #E0E0E0);
background: -o-linear-gradient(#fff, #E0E0E0);
background: linear-gradient(#fff, #E0E0E0);
-pie-background: linear-gradient(#fff, #E0E0E0);
behavior: url(PIE.htc);
}
.cel01{
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	line-height:140%;
	padding: 5px 5px 5px 10px;
	background-color: #434A4B;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#434A4B), to(#121415));
background: -webkit-linear-gradient(#434A4B, #121415);
background: -moz-linear-gradient(#434A4B, #121415);
background: -ms-linear-gradient(#434A4B, #121415);
background: -o-linear-gradient(#434A4B, #121415);
background: linear-gradient(#434A4B, #121415);
-pie-background: linear-gradient(#434A4B, #121415);
behavior: url(PIE.htc);
}

.cel02{
	padding: 5px;
	font-size: 13px;
	color: #333333;
	line-height:140%;
	background-color: #FFFFFF;
}

.cel03{
	font-weight: bold;
	border-top: 1px solid #00877D;
	border-bottom: 1px dotted #323232;
	padding: 5px;
	background-color: #FFFFFF;
}

.cel04{
	border-bottom: 1px dotted #323232;
	padding: 5px;
	background-color: #FFFFFF;
}


.staff{
	padding: 5px;
	font-size: 12px;
	color: #333333;
	line-height:140%;
	background-color: #E9E3D3;
}


#title {
	padding: 0px 0px 8px 0px;
}


.next {
	text-align: right;
	padding: 0px 20px 0px 0px;
    margin:0;
	font-size: 13px;
	font-weight: normal;
	line-height: 140%; 
}
.next a{
	text-align: right;
	padding: 0px 20px 0px 0px;
    margin:0;
	font-size: 13px;
	font-weight: normal;
	line-height: 140%; 
}
.next a:hover {
	text-align: right;
	padding: 0px 20px 4px 0px;
    margin:0;
  text-decoration: underline;
}

.square{
		color: #fff;
  background: #1d7faa;
	padding: 1px 2px 1px 2px;
	      display: inline-block;
		text-align: center;
		margin:2px;
	}

.square-r a{
		color: #1d7faa;
  background: #fff;
  border: 1px solid #1d7faa;
	padding: 1px 3px 1px 3px;
	      display: inline-block;
		text-align: center;
		margin:10px 0px 10px 10px;
	}

.square-r a:hover{
		color: #666;
  border: 1px solid #666;
	}
	
.img-left{

	float:left;

	margin-right: 10px;

	}

.img-right{

	float:right;

	margin-left: 10px;

	}
	

.time {
	color: #666;
    font-size: 90%;
}


.subtitle{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(/images/icons.gif) left top no-repeat;
	color: #555555;
	font-size: 12px;
	line-height: 150%; 
	font-weight: bold;
}



.magenta{
	color: #D52558;

	}
.gray{

	color: #555555;

	}
	
.tb01 {
	padding: 6px 0px 6px 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2EA98F;
		background-color: #ffffff;
	}
	
.tb02 {
	padding: 6px 0px 6px 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

.tb03 {
	padding: 4px;
	margin: 0px;
	background-color: #caf2eb;
	}

.tb04 {
	padding: 4px;
	margin: 0px;
	background-color: #e4faf7;
	}

.tb05 {
	padding: 2px;
	margin: 0px;
	background-color: #2EA98F;
	  color :#FFF;
	}
.tb06 {
	text-align: center;
	}
.tb07 {
	padding: 6px 6px 6px 6px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2EA98F;
	}
.tb08 {
	background-color: #FFF;
	}
.tbl {
	padding: 4px;
	margin: 4px;
		background: url(/images/tb.gif) center top repeat;
	}
	
.tb00 {
	padding: 6px 0px 6px 0px;
	margin: 0px;
	}
	
.photo-box{
	width: 180px;
	height:160px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	line-height:130%;
	background-image: url(images/photoback.gif);
	background-repeat: no-repeat;
	float:left;
}

.photo{
	width: 140px;
	height:150px;
	margin: 0 auto;
	padding: 14px 15px 0px 5px;
	font-size: 12px;
	color: #333333;
}

.photo img {
	margin: 0px 0px 5px 0px;
}

.photo a {
	font-size: 13px;
	line-height:130%;
	color: #00877D;
	text-decoration: none;
	padding:0;
	margin:0;
}

.photo a:hover,
.photo a:active {
	color: #00877D;
	text-decoration: underline;
	padding:0;
	margin:0;
}

.service-img {
	vertical-align:top;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: left;
	}




#company img{
	padding: 0px 10px 10px 0px;
}

#company a {
	padding:0;
	margin:0;
}

#company a:hover,
#company a:active {
	padding:0;
	margin:0;
}

#company-left {
	width: 170px;
	margin: 0px;
	 padding: 135px 0px 0px 0px;
	font-size: 13px;
	font-weight: normal;
	line-height: 140%; 
		float:left;
}

#company-right {
	width: 850px;
	margin: 0px;
	 padding: 0px 0px 0px 15px;
	font-size: 13px;
	font-weight: normal;
	line-height: 140%; 
		float:left;
}

#company-right  img{
	padding: 0px 13px 13px 0px;
}

#company-right  a {
	padding:0;
	margin:0;
}

#company-right  a:hover,
#company-right  a:active {
	padding:0;
	margin:0;
}

.thm{
	width: 150px;
	height: 225px;
	padding: 0px 0px 0px 50px ;
	float: left;
}

.thm01{
	width: 150px;
	height: 150px;
	padding: 0px 0px 0px 0px ;
    padding:0;
	overflow: hidden;
}

.thm02{
	padding: 5px 0px 0px 0px ;
	line-height: 130%;
}

.thm02 a {
	text-decoration: none;
	color: #fff;
	padding: 0px 0px 0px 0px ;
	}
	
.thm02 a:hover {
	text-decoration: none;
	color: #999;
	}


.more {
	padding: 30px 0px 0px 0px ;
}


/* アコーディオン */
.ac-container{
    width: auto;
    margin: 0px;
      text-align: center;
}

.ac-container a {
    color: #000;
	text-decoration: underline;
}

.ac-container a:hover {
    color: #999;
	    -moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
}

.ac-container h3{
	      color: #111;
}

.ac-container label{
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
	line-height:180%;
    			letter-spacing: 1px;
    			   padding: 5px 15px 5px 15px;
    			   	font-weight: bold;
    			   	    margin: auto;
}
.ac-container label:hover{
    background: #fff;
      color: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.ac-container label:after{
    content:"↓";
}

.ac-container input:checked ~ label{
    background: #fff;
	      color: #111;
}

.ac-container input:checked ~ label::after {	
   content:"↑";
}
.ac-container input{
   display: none;
       margin: 0px;
          padding: 0px;
}
.ac-container div.ac-small{
	      color: #111;
   background: #fff;
   margin: -15px 0 0 0;
   padding: 0px;
   overflow: hidden;
   height: 0px;
   position: relative;
   z-index: 0;
   transition: 
   height 0.3s ease-in-out, 
   box-shadow 0.6s linear;
     text-align: left;
}
.ac-container input:checked ~ div{
   transition: 
   height 0.5s ease-in-out, 
}
.ac-container div.ac-small div{
   padding: 20px 50px 20px 50px;
}
/* 高さの定義 */
.ac-container input:checked ~ div.ac-small{
   height: auto;
}
.ac-container input:checked ~ div.ac-medium{
   height: 200px;
}
.ac-container input:checked ~ div.ac-large{
   height: 300px;
}

.c-panel{
  display: none;
  	    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

button.c-btn{
background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
            color: #1d7faa;
}

.c-btn:hover,
.c-btn.is-active {
color: #31b6a3;
}

  /* Footer
-----------------------------------------*/


.footer {
   width:100%;
   list-style:none;
     z-index: 1000;
	color: #fff;
  background: #000;
  position: relative;
  margin: 0 0 0 0;
       z-index: 0;
}

.footer a{
	color: #fff;
}

.footer-box{
	   max-width:1280px;
 padding: 20px 0 20px 0;
            margin: auto;
            text-align: center;
}

.footer-box input[type="button"] {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  color: #fff;
	line-height:180%;
  overflow: hidden;
    			letter-spacing: 1px;
    			  background: #1d7faa;
    			   padding: 2px 5px 2px 5px;
    			   	font-weight: bold;
}

.footer-box input[type="button"]:hover {
  background-color: #fff;
  color: #111;
}

.footer-box input[type="text"] {
  text-align: left;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
	line-height:180%;
  overflow: hidden;
    			letter-spacing: 5px;
    			  background: #fff;
    			   padding: 2px 5px 2px 5px;
}


.copy{
	    			   padding: 15px 5px 5px 5px;
		font-size: 80%;
			line-height: 150%; 
				color: #666;
				 background: #fff;
				  text-align: center;
}

.copy img{
	    	width: 100%;
		height: auto; 
		margin: auto;
}

table {
	border: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	padding: 0px 0px 0px 0px;
}

table.kyosai{
	width:80%;
		font-size: 80%;
			margin:auto;
}

table.kyosai td:first-child {
	padding: 0px 5px 0px 0;
}

td {
	text-align: left;
	margin:0px;
	vertical-align: top; 
}

td:first-child {
	padding: 0px 15px 0px 0;
	white-space: nowrap
}

#footer-w {
   width:100%;
   list-style:none;
     z-index: 1000;
     	color: #000;
	background: #000;
  margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px ;
    position:absolute;
    	font-size: 0.9rem;
    	background: #fff;
}


#footer-box-w {
  position: relative;
  margin: 0px 0 0 0;
  padding:  0;
       z-index: 100;
                           	background: #000;
}

#footer-line-w {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 60px 0;
       z-index: 1000;
}

#footer-line-w:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 300px;
  margin: 0 -10% 0;
           	background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.navigation {
	margin-top: 15px;
	margin-bottom: 15px;
	}

.navigation a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px
	}
	

.alignright {
	float: right;
	padding: 0px 0px 20px 20px;
	}

.alignleft {
	float: left;
	padding: 0px 20px 20px 0px;
	}
	
/* Store */

.item-pickup-left{
	width: 	200px;
    padding: 20px 30px 20px 20px;
	float: right;
}

.item-pickup-left img{
	width: 	200px;
}

.item-pickup-left p{
    padding:2px 0 15px 0;
    margin: 0;
	text-align: left;
}


.item-pickup-right{
	width: 	550px;
    padding: 20px 0px 20px 0px;
	float: left;
}

.item-pickup-right select{
    padding: 0px 5px 0px 0px;
    vertical-align:top;
}


.item-box{
	width: 	170px;
	height: 170px;
    padding: 10px 0 25px 0;
	float: left;
}

.item-img{
	width: 150px;
	height: 150px;
    padding:0;
}

.item-img a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
	border-width: 0px;
}

.item-title{
	width: 150px;
    padding:0;
    margin:5px 0 0 0;
	color: #ffffff;
	text-align: left;
	font-size: 13px;
}

.item-title a{
    text-decoration: none;
	color: #ffffff;
}

.item-title a:hover{
    text-decoration: none;
	color: #999999;
}

.item-ex{
    padding:0 0 0 0;
    margin: 0;
	text-align: left;
}

.item-ex p{
    padding:0;
    margin: 0;
	color: #777777;
    font-size: 11px;
　line-height: 11px;
}






/* fullSlideShow
--------------------------- */
.fullSlideShow {
    width: 100%;
    height: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
      	z-index: -10;
}
.fullSlideShow ul {
    top: 50%;
    left: 50%;
    width: 100%;
    position: fixed; /* absolute or fixed */
    overflow: hidden;
}
.fullSlideShow ul li {
    top: 0px;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}
.fullSlideShow ul li img {
    width: 100%;
          	z-index: -10;
}
 
 
/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: fixed; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}
 
 
/* PagiNation
--------------------------- */
.pagiNation {
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: fixed; /* absolute or fixed */
    z-index: 90; /* 非表示にする場合は「90」以下に */
    visibility: hidden; /* 非表示にする場合は「hidden」に */
}
 
.pagiNation a {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    background: #000;
}
.pagiNation a.pnActive {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 

/* =======================================
    ClearFixElements
======================================= */
.fullSlideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.fullSlideShow ul {
    display: inline-block;
    overflow: hidden;
}


.contact {
border-collapse: separate;
border-spacing: 10px;
}

.contact th{
	font-weight: normal;
	padding: 0px 10px 0px 10px;
  background-color: #c9caca;
}

.contact td{
	font-weight: normal;
	padding: 0px 10px 0px 10px;
}

.wpcf7 input[type="submit"] {
  display: inline-block;
  width: 120px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #111;
  color: #111;
	line-height:180%;
  overflow: hidden;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
    			letter-spacing: 5px;
    				font-size: 1.0rem;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #111;
  color: #fff;
}

span.wpcf7-list-item {
display: block !important;
}

span.wpcf7-list-item input {
        height: 15px !important;
}

.wpcf7 input {
        height: 30px !important;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 40%;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

img.alignright { display: block; margin: 0 0 0 auto; }
img.alignleft { display: block; margin: 0 auto 0 0; }
img.aligncenter { display: block; margin: 0 auto; }



.luxbar-default {
  width: 100%;
  position: relative; }

.luxbar-static {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .luxbar-static .luxbar-checkbox:checked ~ .luxbar-menu {
    position: absolute; }



.luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
  display: block;
  height: 2px;
  width: 26px;
  transition: 0.6s ease; }

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
  background-color: transparent; }
  .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before, .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
    margin-top: 0; }

.luxbar-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;}

.luxbar-menu-left .luxbar-navigation, .luxbar-menu-left .luxbar-header {
  justify-content: flex-start; }

.luxbar-menu-right .luxbar-hamburger {
			margin-top: 0px auto 0px auto; }

.luxbar-brand {
  padding: 0px 24px 0px 24px; }

.luxbar-menu {
  min-height: 58px;
  transition: 0.6s ease;
  width: 100%; }

.luxbar-navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 0; }

.luxbar-item {
		 color: #000;
	line-height: 160%; 
    padding:0px;
    margin: 0; }
  
.luxbar-menu a,
.luxbar-item a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }
  
.luxbar-item a {
		 color: #fff;
    display: block; }

.luxbar-item a:hover{
    color: #1d7faa;
}
  
.luxbar-hamburger {
	 color: #000;
  padding: 24px 20px 18px 20px;
  margin-bottom:30px;
  position: relative;
  cursor: pointer; }
  .luxbar-hamburger span::before, .luxbar-hamburger span::after {
    content: '';
    position: absolute; }
  .luxbar-hamburger span::before {
    margin-top: -8px; }
  .luxbar-hamburger span::after {
    margin-top: 8px; }

.luxbar-checkbox {
  display: none; }
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
    height: 53px; }
  .luxbar-checkbox:checked ~ .luxbar-menu {
  background-color: #fff;
    transition: height 0.6s ease;
    height: 100vh;
    overflow: auto; }

.dropdown {
  position: relative;
  height: auto;
  min-height: 53px; }
  .dropdown:hover > ul {
    position: relative;
    display: block;
    min-width: 100%; }
  .dropdown > a::after {
    position: absolute;
    content: '';
    right: 10px;
    top: 25px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid; }
  .dropdown > ul {
    display: block;
    overflow-x: hidden;
    list-style: none;
    padding: 0; }
    .dropdown > ul .luxbar-item {
      min-width: 100%;
      height: 19px;
      padding: 5px 10px 5px 40px; }
      .dropdown > ul .luxbar-item a {
        min-height: 29px;
        line-height: 29px;
        padding: 0; }

  .bd {
    display: none; }


img#sc01,img#sc02,img#sc03{
width: 100%;
height: auto;
}

 
@media screen and (min-width: 1024px) {    	
#menu01 a,#menu02 a,#menu03 a,#menu04 a,#menu05 a,#menu06 a,#menu07 a,#menu08 a{
	display:block;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
		padding: 0px;
	}

#menu01 a{
	width: 71px;
	height: 53px;
	background-image: url(/2018/images/menu01.png);
	background-size: auto 53px;
	}	

#menu02 a{
	width: 103px;
	height: 53px;
	background-image: url(/2018/images/menu02.png) ;
	background-size: auto 53px;
	}	

#menu03 a{
	width: 133px;
	height: 53px;
	background-image: url(/2018/images/menu03.png);
	background-size: auto 53px;
	}	

#menu04 a{
	width: 133px;
	height: 53px;
	background-image: url(/2018/images/menu04.png);
	background-size: auto 53px;
	}	

#menu05 a{
	width: 153px;
	height: 53px;
	background-image: url(/2018/images/menu05.png);
	background-size: auto 53px;
	}		

#menu06 a{
	width: 84px;
	height: 53px;
	background-image: url(/2018/images/menu06.png);
	background-size: auto 53px;
	}		

	
#menu01 a:hover,#menu02 a:hover,#menu03 a:hover,#menu04 a:hover,#menu05 a:hover,#menu06 a:hover,#menu07 a:hover,#menu08 a:hover{
background-color:rgba(255, 144, 120, 1);
	    -moz-transition:0.2s ease-in-out;
-webkit-transition:0.2s ease-in-out;
-o-transition:0.2s ease-in-out;
-ms-transition:0.2s ease-in-out;
filter:invert(100%);
	}		

  .bd {
    display: inline; }
        
  .luxbar-navigation {
    flex-flow: row;
    justify-content: flex-end; }

  .luxbar-hamburger {
    display: none; }

  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: visible; }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 58px; }

  .luxbar-menu .luxbar-item {
    border-top: 0; }

  .luxbar-menu-right .luxbar-header {
    margin-right: 0; }

  .dropdown {
    height: 58px; }
    .dropdown:hover > ul {
      position: absolute;
      left: 0;
      top: 58px;
      padding: 0; }
    .dropdown > ul {
      display: none; }
      .dropdown > ul .luxbar-item {
        padding: 5px 10px; }
        .dropdown > ul .luxbar-item a {
          white-space: nowrap; } }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::before {
  transform: rotate(225deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::after {
  transform: rotate(-225deg); }

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::before {
  transform: rotate(45deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::after {
  transform: rotate(-45deg); }

/******* color variables *******/

/******* default light *******/
.luxbar-menu-light,
.luxbar-menu-light .dropdown ul {}

.luxbar-menu-light .active,
.luxbar-menu-light .luxbar-item:hover {}
.luxbar-menu-light .luxbar-hamburger span,
.luxbar-menu-light .luxbar-hamburger span::before,
.luxbar-menu-light .luxbar-hamburger span::after {
  background-color: #000; }


.bogo-language-switcher{
		padding: 10px 20px 10px 20px;
		  display: flex;
		  justify-content: center;
		  width:30px;
		  margin:auto;
}

.bogo-language-switcher li{
display:block;
flex-basis: 30px;
		padding: 0px 0px 0px 0px;
}

.bogo-language-switcher li a{
	color:#000;
}

.bogo-language-switcher li.current{
	display:none;
}

.bogo-language-switcher .ja {
  order: 1 !important;
}
.bogo-language-switcher .en-US {
  order: 2 !important;
}

.j-list{
width: 250px;
  padding: 0px 0px 0px 0px;
  margin: 1%;
    display: inline-block;
    vertical-align: top;
    	    text-align:center;
}

.j-list img{
width: 200px;
height: auto;
  margin: auto;
  display: block;
}

img.port{
	width:100px;
	height:100px;
	margin:0 0 10px 10px;
	object-fit:cover;
	border-radius:50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
    float: right;
}

 @media screen and (max-width: 1023px) {
.sticky {
position: relative;
  top: 0px;　
   z-index: 10000000; 
   transform: none!important;
      -webkit-transform: none!important;
}

#header {
    position: fixed;
    top: 0px;
    left: 0;
}
.sticky #header {
	margin: 0;
}

#sp-header {
	height: 58px;
}

#top-news h2{
	width: 100%;
		float:none;
}

#top-news .news-list{
	width: 100%;
	text-align: left;
		float:none;
	}	

#top-news .box {
	width: 95%;
		text-align: left;
  padding: 20px 0 20px 0px;
    margin: auto;
}

.y-box .box{ 
	width: 95%;
}

a .program-list{ width: 96%; margin: 2% 2% 24px; float: none; }

a .program-list h3{
    font-size: 120%; 
}

a .program-d-list{
	width: 100%;
    display: block;
    vertical-align: top;
		clear:both;
  padding: 0px 0px 20px 0px;
  margin: 20px auto 20px auto;
}

.program-d-list img{
	width: 94%;
	height: auto;
	max-height: auto;
  margin: 3% 3% 3% 3%;
}

.program-d-list div{
	max-height: 100%;  
	overflow: visible;
}

.program-tag-list{
	width: 80%;
		float: none;
		clear:both;
  padding: 0px 0px 0px 0px;
  margin: 0 auto 50px auto;
}

.artist-img {
	width: 80%;
}


.artist-box {
	width: 80%;
}

.artist-list{
	width: 45%;
display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 1%;
    vertical-align: top;
}

.ticket-box {
	width: 95%;
  margin: 50px auto 50px auto;
  text-align: left;
}

.access-list{
	width: 95%;
  margin:  auto;
    float: none;
	vertical-align: top; 
		padding: 20px 0px 20px 0px;
    font-size: 80%; 
}

.access-list dt{
    font-size: 110%; 
}

.access-map{
	width: 95%;
  margin:  auto;
    float: none;
	vertical-align: top; 
		padding: 20px 0px 20px 0px;
}

.access-map-en{
	width: 95%;
  margin:  auto;
    float: none;
	vertical-align: top; 
		padding: 20px 0px 20px 75%;
}

.ac-container{
    font-size: 90%; 
}

.img-left{
    float: none;
	margin: 0px;
	}

.img-right{
    float: none;
	margin: 0px;
	}
.a-box img{
	width: 100%;
	height: auto;
}

.partnership-list th{
display: none;
}

.partnership-list td{
display: block;
       border-bottom:  0px;
              padding: 10px 10px 10px 10px;
              	vertical-align:center;
}

.partnership-list td:nth-child(1){
	border-top: solid 1px #1d7faa;
      color:  #1d7faa;
}

.partnership-list td:nth-child(3){
display: block;
              padding: 10px 10px 10px 10px;
}

#menu01 a,#menu02 a,#menu03 a,#menu04 a,#menu05 a,#menu06 a,#menu07 a,#menu08 a{
	display:block;
	color:#000;
	padding: 10px 0px 10px 0px!important;
	}

#menu01 a:hover,#menu02 a:hover,#menu03 a:hover,#menu04 a:hover,#menu05 a:hover,#menu06 a:hover,#menu07 a:hover,#menu08 a:hover{
	background: #000;
	color:#ccc;
	}
		
#header .sns-img img{
	padding: 5px 0px 5px 0px;
	height: 30px;
}
.box {
	width: 95%;
		text-align: left;
  padding: 20px 0 20px 0px;
    margin: auto;
}
.box60 {
	width: 90%;
		text-align: left;
  padding: 20px 0 20px 0px;
    margin: auto;
}
.ac-container div.ac-small div{
   padding: 20px 10px 20px 10px;
}


.map-list{
	  margin: 20px 0px 20px 0px;
  padding: 10px;
        	background:  #fff;
}
table.kyosai{
	width:90%;
		font-size: 80%;
			margin:auto;
}
#program .contents-box {
	width: 90%;
  margin: 50px auto 50px auto;
  text-align: left;
}


.contents-box {
	width: 80%;
  margin: 50px auto 50px auto;
  text-align: left;
}
.contents-box .box60 {
	width: 100%;
}
#pre-btn02{
  position:absolute;
  top: auto;
  bottom:5%;
  right: calc(50% - 45px);
  right: -webkit-calc(50% - 45px);
      width:90px;
}

.film-list img{
	width: 100%;
	float:none;
	padding: 0px 0 20px 0px;
}

.film-list .capimg{
	width: 100%;
	float:none;
	padding: 0px 0 20px 0px;
}

.film-list div{
	width: 100%;
	float:none;
}

.film-list div span{
	float:none;
	background:#000;
	color:#FFF;
	font-size: 80%; 
	display:inline-block;
	padding: 3px;
	margin-top: 0px;
	line-height: 100%;
}

.j-list{
	width: 100%;
  padding: 0px 10px 10px 10px;
  margin: 0 auto 0px auto ;
    display: block;
    vertical-align: top;
    	    text-align:center;
}
img.port {
	width:100px;
	height:100px;
		float: none;
		clear:both;
       	margin: 0px auto 10px auto;
       	padding: 0px;
}
}

@media screen and (max-width: 680px) {
#top-img {
 	width: 100%;
 	height: calc(100vh - 70px);
 	height:-webkit-calc(100vh - 70px);
 	margin-top:70px;
	background: url(/2025/images/sp.jpg) no-repeat top center;
	background-size: contain;
}

#top-txt {
    position: absolute;
    top: 90px;
    left: 5%;
	width: 25%;
	  text-align: left;
}

#top-txt01 img{
    width: 100%;
     min-width: 220px;
}

#top-btn {
    position: absolute;
    top: 72%;
  right: 0;
  padding:0;
  z-index:100;
    width:70%;
}


#top-btn img{
    width: 100%;
     min-width: 100px;
     max-width: 250px;
     	padding: 5px 0px 0px 0px;
}
}

.j-thm {
	width:29%;
    margin: 15px 2% 15px 2%;
    	float: left;
    	  font-size: 11px; 
  line-height: 180%;
  letter-spacing: 0px;
           text-align:center;
}

.j-thm img{
	width:80%;
	height:auto;
	      border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
}
.space{
height: 2.5rem; 
clear: both;
}