@charset "UTF-8";

body {
width: 640px;
margin: auto;
overflow: scroll;
background-color: #000;
font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
letter-spacing: 1.0px;
}

.content{
width:auto;
color: #fff;
background-image:url(../images/bg.jpg);
background-repeat: repeat;
padding-left: 30px;
padding-right: 30px;

}
.content_b{
width:auto;
background-image:url(../images/bg.jpg);
background-repeat: repeat;
padding-left: 30px;
padding-right: 30px;
}
.conten{
width:auto;
background-image:url(../images/bg.jpg);
background-repeat: repeat;
padding-left: 25px;
padding-right: 25px;
padding-top:10px;
}
.conten2{
width:auto;
background-image:url(../images/bg.jpg);
padding-left: 30px;
padding-right: 30px;
}

.content0{
width:100%;
max-width: 100%;
background-image:url(../images/bg.jpg);
padding-bottom: 30px;
	
}
.header{
	text-align: center;
	width: auto;
}

.main{
	margin-top: 0px;
	text-align: center;
}

.t_main{
    animation-name: my-fade-in;
    animation-duration: 2s;
    margin-top: 40px;
	text-align: center;
}


h1{
 background: url(../images/osaka.png) no-repeat left center;
 background-size:contain;	
}

h2 {
 background: url(../images/sch_icn.png) no-repeat left center;
 background-size:contain;	
 font-size: 16px;
}

.header{
background-image:url(../images/bg.jpg);	
padding-left: 20px;
padding-right: 20px;	
}

h3 {
margin-top: 2em;
padding-bottom: 0.4em;
border-bottom: 4px solid #ff4040;
font-size: 3em;
}

h4 {
margin-top: 2em;
padding-bottom: 0.4em;
font-size: 1em;
text-align: left;
}

.h4:before{
background-image: url(../images/denkyu.png) no-reprat;
margin-right:15px;
}

.icon_acc{
 position: relative;
  top: 5px;
  left: 5px;		
  background-image: url(../images/sch_icn.png) no-reprat;
}

 .icon_acc {
  width: 50px;
  height: 50px;
  position: relative;
  top: 15px;
  margin-right: 10px;
  fill: #fff;
}

.icon_ramp{
	padding-left: 10px;
    line-height: 10px;
    background-image: url(../images/denkyu.png) no-reprat;
	}

hr {
	border: none;
	height: 5px;
	background-image: url(../images/line.png);
	color: none;
}

.sche{
	width: 100%;
	margin: auto;
	margin-top: 50px;
	padding-bottom: 30px;
	line-height: 0;
}

.sche img{
	vertical-align:bottom;
	line-height: 0;
}

.sqexHeader{
	
	    line-height: 0;
	
}

/*----------------------------キャストフェードイン2-----*/


.makeimg {
  position   : relative;
  overflow   : hidden;
  width      : 100%;
  max-width:   100%;
  height     : 900px;
  max-height: 100%;
  margin     : auto auto 30px auto;      
  background-image:url(../images/bg.jpg);
    background-repeat: repeat;
}
 .makeimg img {
  display    : block;
  position   : absolute;
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 10s ease infinite;
}
 
.makeimg img:nth-of-type(1) { animation-delay: 0s }
.makeimg img:nth-of-type(2) { animation-delay: 5s }
 
@keyframes slideAnime{
   0% { opacity: 0 }
  12% { opacity: 1 }
  50% { opacity: 1 }
  62% { opacity: 0 }
 100% { opacity: 0 }
}

/*----------------------------キャストフェードイン2-----*/
.slide {
	margin: auto;
	position: relative;
	height: auto;
}

.slide img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.slide .img1 {
	display: block;
	margin: 0 auto;
	height: auto;
	width: 100%;
		max-width: 100%;

}

.slide .img2 {
	z-index: 0;
	background-image:url(../images/bg.jpg);
    background-repeat: repeat;
	width:auto;
	height:auto;
   	transition:0.2S;
	animation-delay:10s;
	-webkit-animation-delay:5s;
	position: absolute;
	top: 0;
	left: 0%;
}

@keyframes slide {
	0% {
		opacity: 1;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: 0;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
}

/*----------------------------キャストフェードイン--------*/
.cast-detail ul {
	position: absolute;
    width: 610px;
	top: 400px;
    padding-left: 18px;
    margin: 0px 0 0px 0;
	list-style: none;
    overflow: hidden;
	z-index: 1;
	}

.cast-detail ul .btn-prev {
	margin-top: 0px;
	width: 30px;
	float: left;
}

.cast-detail ul .btn-next {
	width: 30px;
	float: right;
}

.cast-text{
	position: relative;
	width: 90%;
    margin-top: 0px;
	margin-left: 35px;
	margin-right: 30px;
}

.cast-g{
	margin-bottom: 0px;
}
.cast-n{
	margin-top: 15px;
	margin-bottom: -10px;
}
p.cast-t{
	text-align: justify;
	margin-top: 0px; 
	line-height: 30px;
	font-size: 19px;
	color: #fff;
}
/*----------------------------キャストフェードイン--------*/

.bnrarea {
	width: auto;
	text-align: center;
	margin-bottom: -20px;
	padding-left: 0px;
}


/*Fnav-----------------------------------------*/
.fbnr {
	width: 100%;
	
}

.fbnr img{
      width:50%;
	  
}
.fbnr ul{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.fbnr li{
	text-align: center;
	background-color: #000;
    width:33.3333%;
    padding:2%;
    float:left;
    box-sizing :border-box;
	border: 2px solid #917b4c;
	
}

.gotop{
	width: 100%;
    position: fixed;
    left: 0%;
    bottom: 0;
    margin:0 0 0 0px;
}
.gotop{
    position: absolute;
    left: 0%;
    bottom: 0;
    margin:0 0 0 0px;
}

.gotop a{
    width: 100%;
    height: 94px;
    display: block;
}
/*nav------------------------------------------*/

.footer_bnr {
	box-sizing :border-box;
	background-color: #000;

}

.footer_bnr img{
	width:100%;
	
}
.footer_bnr li{
	width:50%;
	padding:2%;
	float:left;
	border:1px solid #ddd;
	box-sizing :border-box;
}

/*nav-----------------------------------------*/

@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.col-3{
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}

.col-4{
	display: inline-block;
	margin-top: 50px;
	text-align: center;
}

.fb-img {
  background-image: url(../images/sp_bg.png);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.img-fb {
  margin: 0px -20px 0px -20px;
}

.col-img{
	width: 100%;
	text-align: center;
	margin-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.col-img{
	width: 100%;
}

img.col-imgtw{
	width: 100%;
}

/*index------------------------------------*/

.special_view{
	line-height: 2.0em;
	text-align:justify;
}

.movie{
　　animation-name: my-fade-in;
  animation-duration: 2s;
}

.news-img {
  background-image: url(../images/sp_bg.png);
  height: 300px;
  margin: 0 auto;
}

.img-news {
  margin: 0px -20px 0px -20px;
}

.news{
	width: 100%;
	overflow:auto;
	height:300px;
	
}
.news a {
	color: white;
  text-decoration:underline;
  }

.news dl{
	line-height:2.5em;
}
.news dt{
	color: #fff;
	width:auto;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.news dd{
		line-height:1.8em;
		font-size: 19px;
		color: #fff;
		margin:-3em 15px 0 20px;
	    line-height: 1.6;
}

/*introduction------------------------------------*/
.s_area{
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	
}

.area{
   animation-name: my-fade-in;
  animation-duration: 2s;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	
}
.text-area{

	max-width: 100%;
	margin: auto;
	text-align: left;
	margin-left:20px;
	margin-right:20px;
}
.text-area p{
	text-align: center;
    font-weight: 100;
	font-size: 18px;
	color: #fff;
	line-height: 1.5em;
}
.intro-g{
    font-weight: 100;
	font-size: 16px;
	color: #78631F;
}

.intro-i img{
	padding-top: 10px;
}

.intro-n img{
	padding-top: 10px;
	margin-bottom: 18px

}

.intro-t{	
	width: 1000;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
}
.intro{
	background-image: url(../images/intro_bg.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
	margin-bottom: 30px;
}
.intro::before {
	display:block;
	content:"";
	padding-bottom:35%;
}
.area01{
    width:100%;
    position:relative;
    top:-0px;
    left:0px;
    z-index:3;
	margin-top: 20px;
}

.intro-text{
	width: 100%;
	text-align: center;
	margin: auto;
	margin-bottom:-55px;

}

.text-area1{
	margin-top: 40px;
	margin-bottom: 37px;
	margin-left: 20px;
	margin-right: 20px;
}

.text-area2{
	margin-left: 20px;
	margin-right: 20px;
}

.area02{
    width:100%;
	text-align:center;
    position:relative;
    top:-50px;
    left:0px;
    z-index:4;
	
}

.area02 a { 
	text-decoration: none; 
}

.area03{
    float:right;
    margin-right:40px;
    position:relative;
    top:-85px;
    left:-30px;
}

/*Into-----------------------------------------*/

.f_bnr{
	margin: auto;
}

/*Cast-----------------------------------------*/
.image12{
	width:500px ;
	float: left;
}

.fcast{
width:100%;
height: 100%;
font-size: 0;
}

.cast{
	
　width: 100%;
  text-align: center;
  display: block;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 50px;
  margin-top: 40px;

}

.center{
	text-align: center;
	margin-bottom: 30px;
}
.center img{

}

/*fade----------------------------------------*/

.list{
	margin: 50px 50px 50px 50px;
	list-style-type: none;
	overflow: hidden;
}
.list li{
	margin: 50px 20px 50px 20px;
	float: left;
	transition: .8s;
}


/*fade----------------------------------------*/
.c_cast ul,
.c_cast li,
.c_cast p
{
  margin: 0;
  padding: 0;
}
.c_cast
{
  overflow: hidden;
}
.c_cast ul
{
  overflow: hidden;
  margin-bottom: auto;
}
.c_cast li
{
  list-style-type: none;
  float: left;
  width: 100%;
　box-sizing: border-box;
}

.c_cast img
{
  max-width: 100%;
  max-height: auto;
  display: block;
  margin: 0 auto 35px;
}

/*U-TUBE----------------------------------------*/

.c_box {
	width: 100%;
	margin-bottom: 10px;
}
.box1 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
}
.box2 {
	width: 48%;
	float: right;
	margin-bottom: 20px;
}


.float_box a
{
display: block;
margin-right: 0px;
color: #000;
text-decoration: none;
}

.poster
{
width: 100%;
}

/*Cast-----------------------------------------*/

.table p{
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}


th,td { display:list-item; list-style:none; }

th{
 font-size:13px;
 margin-bottom: 16px;
}

td{
 font-size:30px;
 margin-bottom: 30px;	
}

.imgArea {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: -5em;
}


.img-flex-2{
	width: 100%;
	margin-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.img-flex-2 img { 
	width: 100%; 
	height: 100%; 
}

.map{

	width: 100%;
	position: relative;
	text-align: center;
	
}
.map img[usemap]{
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
}
.map a{
	width: 100%;
	position: relative;
	text-align: center;
	
}
.intromap{
	width: 100%;
	position: relative;
	text-align: center;
	
}
.intromap img[usemap]{
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
}

.box p {
  font-size: 10px;
  color: white;
  line-height: 2px;
}

.btn {
	width: auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
	position:relative;
}


/*Sns-----------------------------------------*/

iframe.facebook-like-box{
  border-color: #000;
  background-color: transparent;
  overflow: hidden;
  border:none;
  scrolling="no" 
  frameborder="1" 
  allowTransparency="true" 
  allow="encrypted-media"
}

.fbfb{
	text-align: center;
}

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
/*Window-----------------------------------------*/

.modal-window {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  line-height: 1.3;
  display: none;
}

.modal-window:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.is-active.modal-window {
  display: block;
}

.modal-window:target {
display: block;
}

.modal-window .modal-inner {
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 20;
  width: 100%;
  height: 100%;
  padding-left: 0px;
  padding-top: 10px;
  overflow-x: hidden;
  border-radius: 2px;
  background:rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

.modal-window .modal-inner a{
	text-decoration: none;
}

.modal-window .modal-inner2 a{
	text-decoration: none;
}
.modal-window .modal-inner2 {
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 20;
  width: 100%;
  height: 100%;
  margin-left:0px;
  padding-left: 15px;
  padding-top: 100px;
  overflow-x: hidden;
  border-radius: 2px;
  background:rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

.modal-window .modal-close {
  display: block;
  overflow: hidden;
  text-align:right;
  width:100%;
 
}

.modal-window .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color:rgba(0, 0, 0, 0);
}

.modal-window .modal-close:after {
  content: '\00d7';
  position: absolute;
  top: 2px;
  z-index: 20;
  width: auto;
  background: #000;
  border-radius: 5px;
  padding: 12px 18px;
  font-size: 1.2em;
  text-decoration: none;
  text-indent: 0;
 }

.modal-window {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.modal-inner {
  position: relative;
	  height: 1280px;
}

.modal-inner img {
  text-align: center;
  width: 90%;
  padding-left:27px;
  display: block;
}


.modal-inner2 {
  position: relative;
 height: 1280px;
}

.modal-inner2 img {
  text-align: center;
  width: 90%;
  padding-left:20px;
  display: block;
}


.modal-window .modal_gs a{
	text-decoration: none;
}
.modal-window .modal_gs {
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 20;
  width: 100%;
  height: 100%;
  margin-left:0px;
  padding-left: 15px;
  overflow-x: hidden;
  border-radius: 2px;
  background:rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

.modal_gs {
  position: relative;
 height: 2280px;
}

.modal_gs img {
  text-align: center;
  width: 90%;
	height: 100%;
  padding-left:20px;
  display: block;
}

/*Window-----------------------------------------*/

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}
.maping{
width: 100%;
			border: none;
		height: auto;
		max-width: 100%;
		width: auto;
}	
.mapping .img {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}		
/*Ticket-----------------------------------------*/

.tctarea{
	padding-bottom: 25px;
	margin-top: 50px;
	width: 100%;
}

.tctareaimg{
	animation-name: my-fade-in;
  　animation-duration: 2s;
	padding-bottom: 25px;
	margin-top: 50px;
	width: 100%;
}

.txt-h1{
    position: absolute;
	text-align: left;
    font-size: 22px;
    bottom: 274px;
    right: 0px;
    left: 45px;
}

.txt-h2{
    position: absolute;
    text-align: left;
    font-size: 19px;
    bottom: 147px;
    width: 488px;
    right: 0px;
    left: 60px;
}

.txt-h3{
    position: absolute;
    text-align: left;
    font-size: 19px;
    bottom: 55px;
    width: 488px;
    right: 0px;
    left: 60px;
}

.txt-h4{
    position: absolute;
    text-align: left;
    font-size: 19px;
    bottom: 413px;
    width: auto;
    right: 0px;
    left: 63px;
}

.txt-h5{
		text-align: justify;
    position: absolute;
    text-align: left;
    font-size: 20px;
    bottom: 340px;
    width: 500px;
    right: 0px;
    left: 63px;
}
.txt-h6{
    position: absolute;
    text-align: left;
    font-size: 19px;
    bottom: 300px;
    width: 500px;
    right: 0px;
    left: 63px;
}

.txt-h7{
    /* text-align: justify; */
    position: absolute;
    text-align: left;
    font-size: 19px;
    bottom: 138px;
    /* max-width: 700px; */
    right: 0px;
    left: 63px;

}
.txt-h8{
	text-align: justify;
    position: absolute;
    text-align: left;
    font-size: 19px;
    bottom: 63px;
    max-width: 700px;
    right: 0px;
    left: 65px;
}

.txt-t1{
    position: absolute;
    text-align: center;
    font-size: 23px;
    bottom: 345px;
    width: 500px;
    right: 0px;
    left: 40px;
}

.txt-t2{
    position: absolute;
    color: #999999;
    text-align: left;
    font-size: 22px;
    bottom: 262px;
    width: 500px;
    right: 0px;
    left: 48px;
}


.txt-t4 a {color: #fff;
  text-decoration:underline;
  }

.txt-t4{
    position: absolute;
	line-height: 1.5em;
    text-align: left;
    font-size: 21px;
    bottom: 190px;
    width: 500px;
    right: 0px;
    left: 49px;
}
.txt-t7{
    position: absolute;
    text-align: left;
    font-size: 19px;
    bottom: 155px;
    width: 500px;
    right: 0px;
    left: 40px;
}
.txt-t5{
    position: absolute;
    color: #999999;
    text-align: left;
    font-size: 22px;
    bottom: 100px;
    width: 500px;
    right: 0px;
    left: 48px;
}
.txt-t6{
    position: absolute;
    text-align: left;
    font-size: 22px;
    bottom: 62px;
    width: 500px;
    right: 0px;
    left: 51px;
}

.guide{
	animation-name: my-fade-in;
    animation-duration: 2s;
	margin-top: 50px;
	padding-bottom: 30px;
}
.guide2{
	animation-name: my-fade-in;
    animation-duration: 12s;

}
.ticket-text{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 100;
	color: #fff;
	font-size: 19px;
	margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 10px;
	text-decoration: none;
}
.ticket-text p{
		font-size: 19px;
	text-decoration: none;
}
/*----------------------------アコーディオン--------*/

.accordionbox{
	font-size: 19px !important;
	margin-bottom: 0px;
	padding: 0px;
	color: #fff !important;
}
.accordionbox a{
	color: #fff !important;
}
.accordionlist dt{
	font-size: 19px;
    display:block;
	width: 550px;
    background-image: url(../images/ticket_bg.png);
    padding:10px;
	padding-left: 20px;
    border-top: 1px solid #666666;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
	font-size: 20px;
	text-align: left;
	float: left;
	margin-bottom: 20px;
	padding-left: 35px;
}
.accordionlist dt .title .img{
	font-size: 19px;
    padding-left: 0px;
	text-align: left;
	float: left;
	margin-bottom: 20px;
}
.accordionlist dd{
	width: 550px;
    display:none;
	font-size: 19px;
	width: auto;
	text-align: left;
	margin-left: 10px;
    background-image: url(../images/ticket_bg.png);
	padding:0 40px 20px 40px;
	margin: auto;
	line-height: 2em;
}txt
.dd acc{
　　font-size: 19px;
}
 .accordionlistaccordionlist img{
	 margin-bottom: 3px;
	 	font-size: 19px;

}

.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
    margin-top:27px;
	width: 30px;
	float: right;
	margin-right: 5px;
}
.accordion_icon span {
	position: absolute;
   left: 6px;
    width: 50%;
	height: 2px;
    background-color: #dedede;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

#accordion1 .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
#accordion1 .accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);

}

/* cleatfix */

.clearfix {zoom:0;}
.clearfix:after {
	content : ""    ;
	display : block ;
	clear   : both  ;
}

/*----------------------------キャストポップアップ--------*/

.popupModal1{
	margin: auto;
	padding-bottom: 50px;
	z-index: 9999;
	margin-bottom: 60px;

	
}
.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 800px;
         height: 600px;
         padding: 30px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    display: inline-block;
    position: fixed;
    right: 10px;
    bottom: 360px;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { 
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

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

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

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
	 font-size: 19px;
}
.popupModal1 .modalMain {
	width: 100%;
     color:#222;
     text-align: center;
     font-size: 14px;
     line-height: 1.8em;
}

/*----------------------------スクロールなび--------*/


.navigation{
	  animation-name: my-fade-in;
  animation-duration: 3s;
	display: inline-block;
	text-align: center;
	position:fixed;
	bottom:0;
	background-color: none;
	width:640px;
	height: auto;
	border:none;
	list-style:none;
}

.globalNavi{
	width:640px;
	border:none;
	min-width: 650px;
	list-style:none;
}

.globalNavi ul{
	width:640px;
	border:none;
	list-style:none;
}

.globalNavi li{
	float:left;
	width:33.9%;
	height:auto;
}

.globalNavi li img{
	width:auto;
}

.globalNavi a{
	width:100%;
	height:100%;
	margin-bottom:-5px;
	display:block;
	background-repeat:no-repeat;
	text-align:center;
}

.globalNavi .globalList1{
    margin-left: -6%;
    margin-right: -15px;
}

.globalNavi .globalList2{
	margin-right: -1%;
}

.globalNavi .globalList3{
	
}

.globalNavi .globalList4{
	float:right;
	margin-left:0.5%;
	margin-right:1%;
}

.space{
	margin-bottom: 80px;
}

/*----------------------------スクロールなび--------*/

.maparea{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding-bottom: 60px;
	width: 100%;
		  animation-name: my-fade-in;
  animation-duration: 3s;
}
.googlemap-a4{
	text-align: center;
	padding-bottom: 50%;
	position: absolute;
    bottom: 155px;
    right: 0px;
    left: 60px;	
}

.googlemap-a4 iframe{
	position: absolute;
	top:0;
	left: 0;

}

.txt-a1{
    position: absolute;
    font-size: 22px;
    bottom: 707px;
    width: 486px;
    right: 0px;
    left: 58px;
}
.txt-a2{
	position: absolute;
	font-size: 22px;
    bottom: 614px;
    width: 480px;
    right: 0px;
    left: 58px;	
}

.txt-a2 a{color: #000;
  text-decoration: none;
  }

.txt-a3{
    position: absolute;
    font-size: 19px;
    bottom: 455px;
    width: 479px;
    right: 0px;
    left: 59px;
}

.googlemap-b4{
	text-align: center;
	padding-bottom: 50%;
	position: absolute;
    bottom: 155px;
    right: 0px;
    left: 60px;	
}

.googlemap-b4 iframe{
	position: absolute;
	top:0;
	left: 0;
}

.txt-b1{
    position: absolute;
    font-size: 22px;
    bottom: 599px;
    width: 486px;
    right: 0px;
    left: 58px;
}

.txt-b2{
      position: absolute;
    font-size: 22px;
    bottom: 508px;
    width: 480px;
    right: 0px;
    left: 58px;
}

.txt-b2 a{color: #000;
  text-decoration: none;
  }

.txt-b3{
position: absolute;
    line-height: 1.6em;
    font-size: 18px;
    bottom: 455px;
    width: 500px;
    right: 0px;
    left: 60px;
}

.googlemap-c4{
    text-align: center;
    padding-bottom: 50%;
    position: absolute;
    bottom: 167px;
    right: 0px;
    left: 62px;
}

.googlemap-c4 iframe{
	position: absolute;
	top:0;
	left: 0;

}

.txt-c1{
    position: absolute;
    font-size: 22px;
    bottom: 712px;
    width: 486px;
    right: 0px;
    left: 58px;
}
.txt-c2{
    position: absolute;
    font-size: 21px;
    bottom: 596px;
    width: 480px;
    right: 0px;
    left: 58px;
}

.txt-c2 a{color: #000;
  text-decoration: none;
  }

.txt-c3{
position: absolute;
    line-height: 1.999em;
    font-size: 18px;
    bottom: 454px;
    width: 480px;
    right: 0px;
    left: 60px;
}

/*----------------------------スクロールなび--------*/

.drawrnav {
    display: block;
	width: 650px;
	height: auto;
	}

.drawr {
    display: none;
    background-color: #57492c;
    position: fixed;
    top: 0px;
    right: 0px;
    width:360px;
	min-height: 1200px;
    padding:30px 0 20px auto;
    z-index:990;
}

.btn {
    background:transparent url(../images/btn.png) no-repeat 0 0;
    display: block;
    width:56px;
    height: 56px;
    position: fixed;
    top:35px;
    right:20px;
    cursor: pointer;
    z-index: 999;
}
.peke {
    background-position: -55px 0;
}
.menu ul{
    padding-left: 60px;

}

.menu li{
    width:360px;
	height: 100%;
	margin-top: 37px;
	list-style: none;
}

#menu li a {
    color:#fff;
    display: block;
    padding-bottom: 115px;
}
/*staff----------------------------------------*/

.display{
	display:inline-block;
}

.ul{
  padding: 20px;
}
.ul li{
  display: inline-block;
  padding: 10px;
  width: 50%;
}
.ul li a{
      color: #fff;
      text-decoration: none;
}

.staff{
		 animation-name: my-fade-in;
    animation-duration: 7s;
	width: auto;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
}
.con_staff{ 
	 animation-name: my-fade-in;
    animation-duration: 7s;
	padding-top: 45px;
	width: 320px;
	margin: auto;
	padding-bottom: 50px;
	text-align: center;
}
.s_title{
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5em;
	margin-top: 10px;
	color: #fff;
}

.staff p{
	font-size: 22px;
	text-align: center;
	line-height: 1.5em;
	margin-top: 2px;
	color: #fff;
}
.btn_cast{
	text-align: center;
	margin: 30px auto 0px auto;
}


.aft{
	margin-top: 50px;
	padding-left: 10px;
	padding-bottom: 2em;
}


/*///////////////////////////////////////////////////////////////////////////////////
Goods
//////////////////////////////////////////////////////////////////////////////////*/
.goods {
	
}


.bit {
	font-family: 'myfont';
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1.9;
	margin: 0;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.8);
}

.goods h2 {
	text-align: center;
	margin: 0 0 70px 0;
}

.goods .content_cafe {
	border-radius: 10px;
	padding: 0px 0px 35px 0px;
	margin: 0 0 40px 0;
}

.goods h3 {
	margin: 0 0 30px 0;
}

.goods ul {
	overflow: hidden;
}

.goods ul li {
	width: 500px;
	height: 100%;
	text-align:center;
	margin: 0px 40px 30px 43px;
		
	}

.goods ul li img {
	width :100%;
}

.goods_center{
	text-align: center;
	margin:20px 0px 30px 20px;
	max-height: 3000px;
	
}
.g17_box{
	position: relative;
	margin: 40px 0 0 0 ;
}
.g_17{
	width: 460px;
	height: 772px;
	margin: 0 auto;
}
.g17_btn{
	position: absolute;
	left: 145px;
	bottom: 15px;
}
.g_17_img{
	position: absolute;
	left: 165px;
	top: 160px;
}
.g_18_img{
	position: absolute;
	left: 165px;
	top: 125px;
}
.g18_btn{
	position: absolute;
	left: 145px;
	bottom: 65px;
}