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

/*
  font-family: "M PLUS 1", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Roboto", sans-serif;
*/

body {

  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #f7cefc;
  /* background-size: cover; */
  background-image: url(../img/bg_left.png), url(../img/bg_right.png);
  background-size: 25%, 25%;
  background-position: 0% 0%, 100% 0%;
  background-repeat: repeat-y, repeat-y;
/*background-attachment: fixed, fixed;*/
}

@media screen and (max-width:768px) {
body {
    background-image: url(../img/bg_sp.png);
  background-size: 100%;

	}
}

/* inner */
.inner { margin:0 auto; }
.inner.width-1100 { width:1100px; }


@media screen and (max-width:1100px) {
.inner { margin:0; }
.inner.width-1100 { width:100%; }	
}


.wrapper {
  overflow:  hidden;

}

main {
      min-height: calc( 100vh - 100px);
}


/*=======================================================
 header
 =======================================================*/

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}



header .logo {
  padding: 0 0 0 20px;
  font-size: 36px;
  font-weight: 600;
}
header .logo img {height: 50px;}



nav ul {
  margin: 0;
  display: flex;
    justify-content: center;
    align-items: center;

}
nav li {
  margin: 0 0 0 25px;
  list-style-type: none;
}

nav li:last-child {
  margin: 0 25px;

}





header {
position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  /*background-image: url(../img/bg.jpg);*/
  background: #f7cefc;
}
nav .navbox {
    text-align: center;
    color: #00cdd0;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 22px;
}


nav ul .menu_jp {
font-size: 12px;
font-weight: 100;
margin-top: 5px;
}
nav ul a {
opacity: 0.8;
color: #00cdd0;
   text-shadow:
       1px 1px 0 #135887,
     -1px -1px 0 #135887,  
      1px -1px 0 #135887,
      -1px 1px 0 #135887,
       1px 1px 0 #135887;
}

nav ul a:hover {
opacity: 0.8;
color:#fff;
   text-shadow:
       1px 1px 0 #135887,
     -1px -1px 0 #135887,  
      1px -1px 0 #135887,
      -1px 1px 0 #135887,
       1px 1px 0 #135887;
}


@media screen and (max-width:1240px) {
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



header .logo {

  padding: 0 0 0 10px;
  font-size: 36px;
}


nav ul {
  margin: 0;
  display: flex;
    justify-content: center;
    align-items: center;
}
nav li {
  margin: 0 0 0 20px;
  list-style-type: none;
}



nav ul .menu_en {
font-size: 15px;
font-weight: 300;
letter-spacing: 0.05em;
}
nav ul .menu_jp {
font-size: 12px;
font-weight: 100;
margin-top: 5px;
}}


@media screen and (max-width: 1100px) {

header .logo {

  padding: 0 0 0 10px;
  font-size: 24px;
}
}
@media screen and (max-width: 860px) {
nav .navbox {
    text-align: center;
    color: #00cdd0;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 18px;
}}

/* humburger */
@media screen and (max-width: 768px) {

#gloval-nav ul li:nth-child(8) {
margin: 0;
}

header .phonebox {
    display: none;
}

header .logo {

    padding: 0 0 0 15px;
    font-size: 20px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
}



header .logo {

  padding: 0 0 0 10px;

}
header .logo img {
    height: 45px;
    margin-top: 10px;
}
nav li {
  margin: 0;
  list-style-type: none;
}

nav ul a .contact {
    background: transparent;
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: auto;
    color: #fff;
    padding: 0 15px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
nav ul a .contact img {

  height:  30px;
  vertical-align:  middle;
}


#nav-toggle {
  /*position: fixed;
  top: 15px;
  right: 15px;*/
  padding-right: 10px;
  height: 32px;
  cursor: pointer;

}
#nav-toggle > div {
  position: relative;
  width: 50px;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #00cdd0;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 12px;
}
#nav-toggle span:nth-child(3) {
  top: 24px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 21px;
}

.open #nav-toggle span {
  background: #00cdd0;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #f7cefc;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #00cdd0;
  text-decoration: none;
  padding: 20px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  font-size: 24px;
}
#gloval-nav a:hover {
  color: #666;
}

nav {
  width: 100%;
}

nav ul {
  margin: 0;
  display: block;

}
nav ul li {
width: 100%;

}

nav ul.sns {
    display: inline-flex;
}
nav ul.sns li {
    margin: 0 20px;
}
nav li:last-child {
    margin: 0;
}
nav ul .menu_en {
font-size: 20px;
}
nav ul .menu_jp {
font-size: 12px;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
#gloval-nav ul li:nth-child(8) {
  -webkit-transition-delay: .10s;
          transition-delay: .10s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
/* humberger */

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}

}
/*=======================================================
mainvisual
 =======================================================*/

.mainvisual {
width: 100%;
max-width: 1000px;
/*padding-top: 60px;*/
margin: 220px auto 0;
}

.mainvisual h1 img {
width: 100%;
height: auto;
}
.mainvisual .schedule {
  margin: 40px auto;
  width: 100%;
  max-width: 600px;
}
.mainvisual .schedule img {
  width: 100%;
  height: auto;
}
.delayed-image {
  /* じわっと画像が表示される */
  animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
 
/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
 
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
 

@media screen and (max-width: 1060px) {
.mainvisual {
padding: 0 30px;
}

}

@media screen and (max-width: 768px) {
.mainvisual {
width: 100%;
max-width: 1000px;
/*padding-top: 60px;*/
margin: 120px auto 0;
padding: 0 15px;
}
.mainvisual h1 img {
width: 100%;
height: auto;
}
.mainvisual .schedule {
  margin: 20px auto;
  width: 90%;
  max-width: 100%;
}
}


/*=======================================================
section
 =======================================================*/

section {
  margin: 0 auto!important;
  width: 100%;
  max-width:1000px;
  padding: 130px 0 0!important;
}
section.sec {
    padding: 190px 0 0!important;
}

section h2 {
       color: #00cdd0;
       text-shadow:
       1px 1px 0 #135887,
     -1px -1px 0 #135887,  
      1px -1px 0 #135887,
      -1px 1px 0 #135887,
       1px 1px 0 #135887;
       font-size: 4vw;
       margin: 0 auto 50px;
       text-align: center;
       font-weight: 600;
       font-family: "M PLUS 1", sans-serif;
       letter-spacing: 0.05em;
       }



section .catch {
  font-size: 24px; 
  line-height:48px;
  display: table;
  text-align:center;
  margin: 0 auto 50px;
}




section .stagename {
  text-align:center;
  font-size:5vw;
}




section .stagename img {
  height: 200px;
  margin: 0 auto 50px;

}


section .subtitle {
  font-size: 36px;
  font-weight:200;
  text-align:center;
}
section .subtitle .map {
  text-align: center;
  color: #fff;
  background: #aa2324;
  display: inline;
  padding: 0 10px;
  margin-left: 10px;
  vertical-align: inherit;
  font-weight: 300;
  line-height: 30px;
  font-size: 30px;
}
section .subtitle .map a {
  color: #fff;
}
section .detail {
  font-size: 24px;
  font-weight:200;
  text-align:center;
  margin-bottom: 30px;
}



section.theater {
  margin: 0 auto;
  text-align:center;
}

section.theater img {
  width: 100%;
  max-width:600px;
  text-align:center;
  margin: 0 auto;
}


section.theater .frame {
  border: 1px solid #f9f0e7;
  padding: 60px 0;
  margin: 90px auto 0;
  width: 100%;
  max-width:843px;
}

section.theater .frame ul.list{
  margin: 0 auto 20px;
  padding: 0;
    display: table;
    margin: 0 auto;

}
section.theater .frame ul.list li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  text-align: left;
  margin-bottom: 0;
  margin-top:0!important;
  font-size: 20px;
  line-height:36px;
}

section.theater .frame ul.list .pink {
  color: #f9f0e7;
}

section.cast .castname {
  text-align: center;
  font-size: 24px;
  display: table;
  margin: 0 auto;
  font-weight: 200;
}


section.cast ul.castlist {
  display:flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 1300px;
  flex-wrap: wrap;
}
section.cast ul.castlist img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  border: 8px solid #00cdd0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  border-radius: 30px;
  box-shadow: .5rem .5rem 0 rgba(238, 125, 121, 0.5);
}

section.cast ul.castlist li {width: 23%;margin-right: calc( 8% / 3 );margin-bottom: 30px;}
section.cast ul.castlist li:nth-child(4n) {
margin-right: 0;
}

section.cast ul.castlist .character {
  font-size:22px;
  font-weight: 400;
  text-align:center;
}

section.cast ul.castlist .castname {
  font-size:22px;
  font-weight: 400;
  text-align:center;
}

section.ticket .ticketdetail {
  display:table;
  margin: 0 auto;
}

section.cast ul.castlist2 {
  display:flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto 30px;
  width: 74%;
  max-width: 1300px;
  flex-wrap: wrap;
}
section.cast ul.castlist2 img {
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
  border-radius: 30px;
  border: 8px solid #00cdd0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  border-radius: 30px;
  box-shadow: .5rem .5rem 0 rgba(238, 125, 121, 0.5);
}

section.cast ul.castlist2 li {width: 31%;margin-right: calc( 7% / 2);margin-bottom: 30px;}
section.cast ul.castlist2 li:nth-child(3n) {
margin-right: 0;
}

section.cast ul.castlist2 .character {
  font-size:22px;
  font-weight: 400;
  text-align:center;
}

section.cast ul.castlist2 .castname {
  font-size:22px;
  font-weight: 400;
  text-align:center;
}



section .sales {
  font-size: 36px;
  font-weight:500;
  margin-bottom:20px;

}


section .reservation {
  font-size: 20px;
  font-weight:500;
  line-height:36px;


}
section .url {
    margin-bottom:15px;
}
section .url a {
  font-size: 20px;
  font-weight:200;
  color:#f9f0e7;

}

section .caution {
  font-size: 14px;
  font-weight:200;
  font-weight: 400;
  line-height: 1.8em;
}


section article {
  margin-bottom:50px;
}


section.message {
  margin: 0 auto;
  text-align:center;
}
section.twitter {
  margin: 0 auto 130px!important;
  text-align:center!important;
  max-width:900px!important;
}

.timeline-Widget {
    max-width: 1200px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
}

footer .copy {
  text-align:center;
  font-size:12px;
  margin-bottom:30px;
}

@media screen and (max-width:1000px) {
section {
  margin: 0 auto!important;
  width: 100%;
  max-width:1000px;
  padding: 130px 30px 0!important;
}
section.sec {
    padding: 190px 30px 0!important;
}

}
@media screen and (max-width:768px) {

section {
  margin: 0 auto!important;
  width: 100%;
  max-width:1000px;
  padding: 40px 15px 0!important;
}
section.sec {
    padding: 60px 15px 0!important;
}


section h2 {
  font-size:8vw;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 600;
}



section .title {
  font-size: 18px;
  font-weight:500;
  text-align:center;
}

section .subtitle {
  font-size: 18px;
  font-weight:200;
  text-align:center;
}

section .catch {
    font-size: 18px;
    line-height: 28px;
    display: table;
    text-align: center;
    margin: 0 auto 50px;
}

section .subtitle .map {
    text-align: center;
    color: #fff;
    background: #aa2324;
    display: inline;
    padding: 0 5px;
    margin-left: 5px;
    vertical-align: inherit;
    font-weight: 300;
    line-height: 16px;
    font-size: 16px;
}




  
section.cast ul.castlist {
  display:flex;
  justify-content:flex-start;
  align-items: center;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 700px;
  
}

section.cast ul.castlist img {
  width: 100%;
}

section.cast ul.castlist li {
width: 48%;
margin-right: 4%;
}
section.cast ul.castlist li:nth-child(4n) {
margin-right: 0;
}
section.cast ul.castlist li:nth-child(2n) {
margin-right: 0;
}
section.cast ul.castlist li:last-child {
margin-right: 0;
}

section.cast ul.castlist .character {
  font-size:16px;
  font-weight: 400;
  text-align:center;
}

section.cast ul.castlist .castname {
  font-size:16px;
  font-weight: 400;
  text-align:center;
}

section .stagename img {
    height: auto;
    margin: 0 auto 30px;
    width: 60%;
}


section.theater {
  margin: 0 auto;
  text-align:center;
}

section.theater img {
  width: 90%;
  max-width:600px;
  text-align:center;
  margin: 0 auto;
}


section.theater .frame {
  border: 1px solid #f9f0e7;
  padding: 20px;
  margin: 30px auto 0;
  width: 100%;
  max-width:843px;
}

section.theater .frame ul.list{
  margin: 0 auto 20px;
  padding: 0;
    display: table;
    margin: 0 auto;

}
section.theater .frame ul.list li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  text-align: left;
  margin-bottom: 0;
  margin-top:0!important;
  font-size: 14px;
  line-height:18px;
  margin-bottom:5px;
}

section.theater .frame ul.list .pink {
  color: #f9f0e7;
}

section .sales {
  font-size: 20px;
  font-weight:500;
  margin-bottom:10px;

}

section .date {
  font-size: 16px;
  font-weight:200;
  line-height:30px;

}
section .reservation {
  font-size: 14px;
  font-weight:500;
  line-height:22px;


}
section .url {
    margin-bottom:15px;
}
section .url a {
  font-size: 14px;
  font-weight:200;
  color:#f9f0e7;

}

section .caution {
  font-size: 14px;
  font-weight:200;

}


section article {
  margin-bottom:40px;
}


section.message {
  margin: 0 auto;
  text-align:center;
}
section.twitter {
  margin: 0 auto 40px!important;
  text-align:center!important;
  width: 100%;


}

.timeline-Widget {
    max-width: 700px!important;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto!important;
  text-align:center!important;
}

footer .copy {
  text-align:center;
  font-size:12px;
  margin-bottom:30px;
}
     #video {
        top:0;
        width: 100%;
        height: 100%;
        background: #000;/*背景を黒で表示*/
        }
}


/*=======================================================
stage
 =======================================================*/

.stage .date {
  text-align:center;
  font-size:30px;
    vertical-align:middle;
  font-weight: 400;
}

.stage .date .large {
  text-align:center;
  font-size:42px;
}

.stage .date .hall {
  text-align:center;
  color: #000;
  background:#c9bc9c;
  display:inline;
  padding:5px 10px;
  margin-left: 5px;
  vertical-align:middle;
  font-weight: 300;
}

.stage .position {
  text-align:center;
  font-size: 36px;
  display:table;
  margin: 40px auto 20px;
  line-height: 50px;
  font-weight: 500;
}

.stage .castname {
  text-align:center;
  font-size: 24px;
  display:table;
  margin:0 auto;

  font-weight: 200;
}

.stage .hoshitori {
  text-align: center;
  margin: 50px auto 0;
}
.stage .hoshitori img {
  width: 100%;
}

.stage .cast {
  text-align:center;
  font-size: 30px;
  display:table;
  margin: 40px auto 0;
  line-height: 50px;
  font-weight: 200;
}
section.cast .castname {
  text-align: center;
  font-size: 18px;
  display: table;
  margin: 10px auto 0;
  font-weight: 200;
  }

.stage .hoshitori_tokyo {
  text-align:center;
  margin: 50px auto 80px;
  }

.stage .hoshitori_tokyo img {
width: 100%;
max-width:1000px;
}

.stage .hoshitori_aichi {
  text-align:center;
  margin: 50px auto 80px;
  }

.stage .hoshitori_aichi img {
width: 100%;
max-width:300px;
}


@media screen and (max-width:768px) {
.stage .cast {
    text-align: center;
    font-size: 18px;
    display: table;
    margin: 40px auto 0;
    line-height: 28px;
    font-weight: 200;
}

.stage .date {
    font-size: 16px;
    font-weight: 200;
    line-height: 30px;
    margin-top: 20px;
}
.stage .date .large {
  text-align: center;
  font-size: 32px;
}
}

/*=======================================================
staff
 =======================================================*/

 .staff .position {
  text-align:center;
  font-size: 38px;
  display:table;
  margin: 40px auto 20px;
  line-height: 50px;
  font-weight: 500;
}

.staff .castname {
  text-align:center;
  font-size: 22px;
  display:table;
  margin:0 auto 30px;
  font-weight: 200;
}



.staff .cast {
  text-align:center;
  font-size: 30px;
  display:table;
  margin: 40px auto 0;
  line-height: 50px;
  font-weight: 200;
}


section.staff ul.list_staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 16px;
  z-index: 1;
  margin-bottom: 20px;
}
section.staff ul.list_staff li {
 line-height: 30px;
}

section.staff ul.list_staff li.left {
  width: calc( 50% - 40px );
  text-align: right;

}


section.staff ul.list_staff li.line {
  width: 80px;
  text-align: center;
}

section.staff ul.list_staff li.line img {
  width: 80px;
  vertical-align: middle;
  width: 60px;
}


section.staff ul.list_staff li.right {
  width: calc( 50% - 40px );
  text-align: left;

}



@media screen and (max-width:768px) {

.staff .position {
    text-align: center;
    font-size: 22px;
    display: table;
    margin: 0 auto;
    line-height: 50px;
    font-weight: 500;
}

.staff .castname {
  text-align:center;
  font-size: 18px;
  display:table;
  margin:0 auto 20px;
  font-weight: 200;
}

section.staff ul.list_staff li.left {
  width: calc( 70% - 20px );
  text-align: right;

}


section.staff ul.list_staff li.line {
  width: 40px;
}

section.staff ul.list_staff li.line img {
  width: 30px;
  vertical-align: middle;

}


section.staff ul.list_staff li.right {
  width: calc( 30% - 20px );
  text-align: left;

}

section.staff ul.list_staff#first li.left {
  width: calc( 50% - 20px );
  text-align: right;

}

section.staff ul.list_staff#first li.right {
  width: calc( 50% - 20px );
  text-align: left;

}
	section.staff .presented {
		text-align: center;
		font-size: 16px;
	}
}

/*=======================================================
animation and effects
 =======================================================*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}



/*=======================================================
news
 =======================================================*/


/*アコーディオン全体*/




.news .accordion-area{
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
}


.news .accordion-area li{
    margin: 10px 0;
}


.news .accordion-area section {
    border: 8px solid #00cdd0;
    margin: 0 auto;
    width: 100%;
    padding: 50px;
    position: relative;
    border-radius: 30px;
    box-shadow: .5rem .5rem 0 rgba(238, 125, 121, 0.5);
    background: #fff;
}

.news .accordion-area .contents_wrap {
  padding:0!important;
}

/*アコーディオンタイトル*/

.news .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3%;
    transition: all .5s ease;
  color: #000;
  text-align: left;
  margin-bottom:0;
}

/*アイコンの＋と×*/

.news .title::before,

.news .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 4px;
    background-color: #ee7d79;
}

.news .title::before{
    top:48%;
    right: 10px;
    transform: rotate(0deg);
}

.news .title::after{
    top:48%;
    right: 10px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/

.news .title.close::before{
  transform: rotate(45deg);
}

.news .title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.news .box {
    display: none;/*はじめは非表示*/
    /*background: #f3f3f3;*/
  color: #000;
  margin: 0;
    padding: 0 3% 3% 3%;
  text-align: left;
}
.news .box .text {
  color: #000;
  text-align: left;
  margin-bottom:0;
  font-size: 14px;
  line-height: 24px;
  display: block;
}
.news .box .lead {
  color: #000;
  text-align: left;
  margin-bottom:0;
  font-size: 14px;
}

.news ul.lists {
  list-style: none;
  margin-bottom: 20px;
  color:  #000;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.news ul.lists li {
  position: relative;
  padding-left: 16px;
}
.news ul.lists li:before {
  content: "・";
  left: 0;
  position: absolute;
}



.news ul.caution {
  list-style: none;
  margin-bottom: 20px;
  color:  #fff;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.news ul.caution li {
  position: relative;
  padding-left: 16px;
}
.news ul.caution li:before {
 content: "※";
  left: 0;
  position: absolute;
}

.news ul.caution {
  list-style: none;
  margin-bottom: 20px;
  color:  #fff;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
.news ul.caution li {
  position: relative;
  padding-left: 16px;
  margin: 0;
}
.news ul.caution li:before {
  content: "※";
  left: 0;
  position: absolute;
}


.news .indent {
  font-size: 14px;
  padding-left: 14px;
  text-indent: -14px;
  margin-bottom:0;
}

.news a {
    color: #00cdd0;
}
.news a:hover {
    color: #fff;
}
.contents_btn {
    color: #00cdd0;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
}

.news ul.newslist {
  width: 100%;
  display:flex;
  justify-content:left;
  align-items:left;
}

.news ul.newslist li:nth-child(odd) {
  width: 100px;
  justify-content:left;
  align-items:left;
  color: #00cdd0;
}
.news ul.newslist li:nth-child(even) {
  width: calc( 100% - 100px );

}



.news ul.sns {
  padding: 25px 0 25px;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.news ul.sns li {
  font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight:100;
    margin-right: 15px;
  }
.news ul.sns li:last-child {
  
      margin-right: 0;
    }
  

.news ul.sns img {
      margin:0 5px;
      }
.news ul.sns .fa-brands {
        font-weight: 400;
        font-size: 30px;
}
      

@media screen and (max-width:768px) {
  .news ul.newslist {
  display: flex;
  flex-wrap: wrap;
}
.news ul.newslist li {
  line-height:  24px;
  padding:  30px 0;
  border-bottom:  1px solid #222;

}

.news ul.newslist li a {
  text-decoration: none;
  color: #F9F0E7;
}
.news ul.newslist li:nth-child(odd) {width:  100%;color: #00cdd0;border-bottom:  none!important;padding: 0;}

.news ul.newslist li:nth-child(even) {
width:  100%;
color:  #222;
      padding: 0;
      border-bottom:  none!important;
}
}

/* ====================================

btn

======================================= */

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

.btn {
    line-height: 18px;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    /*background:#324EB3;*/
    border: 1px solid #ed9047;
    padding: 20px 0;
    text-align: center;
    position: relative;
    transition: .3s;
    width: 320px;
    color:#ed9047;

    display: inline-block;
    font-weight: 400;
}

.btn:after {
    content: url(../img/arrow.svg);
    position: absolute;
    top: 28%;
    right: 15px;
    margin: auto;
}

.btn:hover {

    color: #ed9047!important;
}

.btn:hover:after {
    content: url(../img/arrow.svg);
    position: absolute;
    top: 30%;
    right: 10px;
    margin: auto;
    animation: slidein 1s infinite;
}


@media screen and (max-width: 768px) {
.center {
  margin:  30px auto;
  text-align: center;
}
  .btn {
    line-height: 18px;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    /*background:#324EB3;*/
    border: 1px solid #F9F0E7;
    color: #F9F0E7!important;
    padding: 12px 0;
    text-align: center;
    position: relative;
    transition: .3s;
    width: 90%;


    display: inline-block;
    font-weight: 400;
}

.btn:after {
    content: url(../img/arrow.svg);
    position: absolute;
    top: 30%;
    right: 15px;
    margin: auto;
}

.btn:hover {

    color: #fff!important;
}

.btn:hover:after {
    content: url(../img/arrow.svg);
    position: absolute;
    top: 30%;
    right: 10px;
    margin: auto;
    animation: slidein 1s infinite;
}

}

/* ====================================

story

======================================= */
#story {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

section.story {
  width: 100%;
  max-width: 900px;
}

section.story .storybox {
background: #fff;
border: 8px solid #00cdd0;
    margin: 0 auto;
    width: 100%;
    padding: 50px;
    position: relative;
    border-radius: 30px;
    box-shadow: .5rem .5rem 0 rgba(238, 125, 121, 0.5);
}

section.story .storybox .text {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 20px;
}
section.story .storybox .text .blue {
  font-weight: bold;
  color: #00cdd0;
}
section.story .storybox .text .blue a {
  color: #00cdd0;
}

section.story .storybox .text .pink {
  font-weight: bold;
  color: #ee7d79;
}
#story .orn1 {
  position: absolute;
  left: 2vw;
  top: 300px;
}
#story .orn1 img {
  width: 158px;
  height: auto;
}
#story .orn2 {
  position: absolute;
  right: 2vw;
  top: 500px;
}
#story.orn2 img {
  width: 174px;
  height: auto;
}

@media screen and (max-width: 768px) {
section.story .storybox {
    padding: 15px;
}
section.story .storybox .text {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
}
/* ====================================

SCHEDULE

======================================= */

section.schedule .subtitle {
  margin: 0 auto;
  background: #00cdd0;
  color: #fff;
  padding: 8px 30px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: .5rem .5rem 0 rgba(238, 125, 121, 0.5);
  font-weight: 400;
  display: table;
  min-width: 200px;
}
section.schedule .date {
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
section.schedule .date .large {
  font-size: 50px;
  font-family: "Roboto", sans-serif;
}
section.schedule .start {
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  margin-top: 10px;
  font-weight: 400;
}
section.schedule .start#mb {
  margin-bottom: 50px;
}
section.schedule .start .time {
    color: #000;
    border-radius: 15px;
    font-size: 20px;
    padding: 5px 10px;
    margin-right: 5px;
    border: 2px solid #000;
}

section.schedule .theater {
  text-align: center;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.4em;
  font-weight: 500;
}
section.schedule .theater .map {
  display: inline;
  background: #ee7d79;
  border-radius: 13px;
  color: #fff;
  font-size: 20px;
  padding: 5px 10px;
}
section.schedule .theater .map a {
  color: #fff;
}
section.schedule .theater .address {
  font-size: 24px;
font-weight: normal;
}



@media screen and (max-width: 768px) {
section.schedule .subtitle {
  padding: 5px 20px;
  font-size: 20px;

}
section.schedule .date {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
section.schedule .date .large {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
}
section.schedule .start {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 400;
}
section.schedule .start#mb {
  margin-bottom: 30px;
}
section.schedule .start .time {
  border-radius: 15px;
  font-size: 16px;
  padding: 5px 10px;
}

section.schedule .theater {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.4em;
  font-weight: 500;
}
section.schedule .theater .map {
  display: inline;
  background: #ee7d79;
  border-radius: 1０px;
  color: #fff;
  font-size: 16px;
  padding: 3px 10px;
}
section.schedule .theater .map a {
  color: #fff;
	}
section.schedule .theater .address {
  font-size: 20px;

}
}
/*=======================================================
ticket
 =======================================================*/

section.ticket .subtitle {
    margin: 0 auto;
    background: #00cdd0;
    color: #fff;
    padding: 8px 30px;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: .5rem .5rem 0 rgba(238, 125, 121, 0.5);
    font-weight: 400;
    display: table;
}

section.ticket .ticketdetail {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
}

section.ticket ul.caution {
    margin: 0 auto 50px;

	
}
section.ticket ul.caution li {
    list-style: none;
    padding-left: 1.2em;
    text-indent: -1.2em;
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
}

section.ticket .text {
font-size: 24px;
  line-height: 42px;
  display: table;
  margin: 30px auto 0;
  text-align:center;
}
section.ticket .text#mb {
  margin: 30px auto 20px;
}
section.ticket .date {
    font-size: 20px;
    margin-bottom: 13px;
    text-align: left;
	margin-bottom: 0;
}
section.ticket .date#mb {
	text-align: center;
    margin-bottom: 20px;
}
section.ticket .title {
    font-weight: 400;
    font-size: 24px;
	text-align: center;
}
section.ticket .title span {
	font-size: 20px;
}
section.ticket .title#first {
	margin-top: 30px;
}


section.ticket .button {
    background: #135887;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    position: relative;
    place-items: center;
    line-height: 36px;
    margin: 10px 0;
	text-align: center;
}
section.ticket .button a {
	color: #fff;
}
section.ticket .button:after {
    position: absolute;
    display: block;
    content: "";
    top: 9px;
    width: 1em;
    height: 1em;
    background: no-repeat center url(../img/icon_arrow_r.svg);
    background-size: contain;
    -webkit-transition: .2s;
    transition: .2s;
    right: 10px;
}
section.ticket .button#mb {
    margin: 10px 0 70px;
}
@media screen and (max-width: 768px) {

section.ticket .subtitle {
        padding: 5px 20px;
        font-size: 18px;
        white-space: nowrap;
}

section.ticket .ticketdetail {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
}

section.ticket ul.caution {
    margin: 0 auto 30px;
    font-weight: 400;

	
}
section.ticket ul.caution li {
    list-style: none;
    padding-left: 1.2em;
    text-indent: -1.2em;
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
}

section.ticket .text {
  font-size: 20px;
white-space: nowrap;
}
section.ticket .text {
  font-size: 18px;
  line-height: 30px;
  display: table;
  margin: 30px auto 0;
  text-align:center;
}
section.ticket .text#mb {
  margin: 30px auto 20px;
}
section.ticket .date {
    font-size: 14px;
    margin-bottom: 13px;
    text-align: left;
	margin-bottom: 0;
	font-weight: 400;
line-height: 1.6em;

}
	
section.ticket .date#mb {
margin-bottom: 20px;
}	
	
section.ticket .title {
    font-weight: 400;
    font-size: 18px;
	text-align: center;
}
section.ticket .title span {
	font-size: 14px;
}
section.ticket .title#first {
	margin-top: 30px;
}

section.ticket .button {
    background: #135887;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    position: relative;
    place-items: center;
    line-height: 36px;
    margin: 10px 0;
	text-align: center;
}
section.ticket .button#mb {
    margin: 10px 0 40px;
}
}

/* modal */

/* modal */
*{
  margin: 0;
  padding: 0;

}

.modal_box {

  margin: 50px auto 0;
  max-width: 540px;
}

.modal_txt {
  text-align:center;
  border: 8px solid #00cdd0;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  position: relative;
  border-radius: 30px;
  box-shadow: .5rem .5rem 0 rgba(238, 125, 121, 0.5);
  background: #fff;
  color: #000;
  margin-bottom: 60px;
}

.modal_txt a {
	color: #000;
}

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
	z-index:99999999;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  /*background: rgba(247, 206, 252, 1);*/
background: rgba(255, 255, 255, 1);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 80%;/* これが無いと「overflow:scroll」が利かない */
  width: 80%;/* これが無いと「overflow:scroll」が利かない */

  padding: 40px;
}

.modal-content a {
color: #ccc;
}

.modal-content .title {
  font-weight:bold;
  margin: 30px 0;
  text-align:center;
  color: #000;
}
.modal-content .subtitle {margin-bottom:20px;font-size:14px;color: #000;}

.modal-content .txt {
  margin-bottom:20px;
  font-size:14px;
text-align: left;
}
.modal-content .txt2 {
  font-size:14px;
text-align: left;
}

.modal-content ul.caution {
  margin: 0 auto 20px;
  padding: 0;
  color: #fff!important;
}
.modal-content ul.caution li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-bottom: 10px;
  color: #000!important;
  font-size:14px;
}
.modal-content ul.caution#nospace {
  margin: 0 auto;
}

.js-modal-close {
  float: right!important;
}
	
	.modal-content a {
		color: #00cdd0!important;
	}
	

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}



@media screen and (max-width: 768px) {
.modal_box {
  margin: 40px auto 0;
    padding: 0 15px;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
    height: 90%;
    width: 85%;
    padding: 0;
}


.modal_txt {
  margin-bottom:40px;
  font-size:14px;
}
.modal-content ul.caution li {

    margin-bottom: 5px;
    color: #000!important;
    font-size: 14px;
}
}
