@charset "UTF-8";

:root {
  --main-color: #000;
}

#tokushu.minitheater a {
text-decoration: underline;
}

#tokushu.minitheater a:hover {
text-decoration: none;
}

#tokushu.minitheater h1 {
font-size: 2.7em;
line-height: 1.2;
margin: 10px 0 20px 0;
}

#tokushu.minitheater h1 span {
font-size: 50%;
margin: 0 0 15px 0;
display: block;
font-weight: normal;
}


#tokushu div.index ol li a {
border: none;
}


#tokushu div.index {
    padding: 20px 30px 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
    line-height: 2 !important;
}

#tokushu div.index ol {
font-size: 80%;
}

#tokushu .photo img {
 width: 100%;
  height: auto;
}

#tokushu .photo {
margin: 40px 0;
}


#tokushu.minitheater h2 {
font-size:1.7em;
line-height: 1.1;
margin: 60px 0 20px 0;
padding: 15px 20px;
border: none;
background: #666;
color: #fff;
}

#tokushu.minitheater h2 span {
font-size:70%;
line-height: 1.5;
padding: 0;
margin-bottom: 10px;
display: block;
}

#tokushu.minitheater h3 {
margin: 60px 0 30px 0;
line-height: 1.5;
border: none;
font-size: 1.6em;
padding: 0;
font-weight: bold;
}

#tokushu.minitheater .theater-title {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 30px;
  align-items: start;
  margin: 70px 0 30px 0;
}

/* 左の大きな数字 */
#tokushu.minitheater .theater-title .number {
  font-size: 60px;
  line-height: 0.8;
  font-weight: 600;
  color: #999;
  vertical-align: top;
  margin-top: 0;
  text-align: left;
}

/* 右側 */
#tokushu.minitheater .theater-title h3 {
  margin: 0;
  border: none;
  font-size: 2rem;
  line-height: 1.7;
  padding-left: 15px;
}

/* ベルリン */
#tokushu.minitheater .theater-title h3 span.city {
  display: inline-block;
  background: #666;
  color: white;
  padding: 5px 18px;
  font-weight: normal;
  margin: 0 0 15px 0;
  line-height: 1.4;
  font-size: 12px;
}

/* 説明 */
#tokushu.minitheater .theater-title h3 small {
  font-size: 60%;
  line-height: 1.5;
  margin: 10px 0 0 0;
  padding: 0;
}

#tokushu.minitheater .theater-title h3 small.sub-text {
font-size: 60%;
}


 
#tokushu.minitheater .kakomi {
margin: 60px 0;
padding: 30px 0;
background: #fff;
border-bottom: #ccc solid 5px;
border-top: #ccc solid 5px;
}

#tokushu.minitheater .kakomi h4 {
border: none;
padding: 0;
margin: 0;
line-height: 1.7;
font-size: 1.4em;
}

#tokushu.minitheater .kakomi h4 span {
font-size: 70%;
}

#tokushu.minitheater .kakomi p {
margin: 20px 0;
}

#tokushu.minitheater .kakomi p:last-of-type {
margin-bottom:0
}



/*  For Responsivizer  */

@media only screen and (max-width: 480px) {
body.white .site #tokushu.minitheater #table th,
body.white .site #tokushu.minitheater #table td {
    width: 100%;
    display: block;
  }
  }

body.white .site #tokushu.minitheater h1 {
font-size: 2.3em;
line-height: 1.2;
margin: 10px 0 20px 0;
font-weight: bold!important
}

body.white .site #tokushu h1 span {
font-size: 70%;
margin: 0;
display: block;
font-weight: bold;
line-height: 1.2;
}

body.white .site #tokushu h1 small {
font-size: 45%;
margin: 0 0 15px 0;
display: block;
color: #666;
}

body.white .site .photo img {
  width: 100%;
  height: auto;
}

body.white .site #tokushu.minitheater h2 {
font-size:1.7rem
}

body.white .site #tokushu.minitheater h3 {
margin: 60px 0 30px 0;
line-height: 1.5;
border: none;
font-size: 1.6em;
padding: 0;
font-weight: bold;
}



body.white .site #tokushu.minitheater .theater-title h3 span.city {
  display: inline-block;
  background: #666;
  color: white;
  padding: 5px 18px;
  font-weight: normal;
  margin: 0 0 15px 0;
  line-height: 1.4;
  font-size: 12px;
}

body.white .site #tokushu.minitheater .theater-title br {
display: none;
}

/* 左の大きな数字 */
body.white .site #tokushu.minitheater .theater-title .number {
  font-size: 50px;
  line-height: 0.8;
  font-weight: 600;
  color: #999;
  vertical-align: top;
  margin-top: 15px;
  text-align: left;
}

/* 右側 */
body.white .site #tokushu.minitheater .theater-title h3 {
  margin: 0;
  border: none;
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 15px;
}


body.white .site #tokushu.minitheater h4 {
font-size: 1.3rem
}

body.white .site #tokushu.minitheater .kakomi h4 {
border: none;
padding: 0;
margin: 0;
}

body.white .site #tokushu.minitheater .theater-title {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 15px;
  align-items: start;
  margin: 70px 0 30px 0;
}

