@charset "utf-8";
main  {
  border-top: solid 8px #000000;
}
main .content h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400; 
  text-align: left;
  color: #000000;
  letter-spacing: 0.08em;
  margin: 13px 0 0 0;
  padding: 0.15em 0 0.5em 1.7em;
  background: url(../../img/common/ic_sensu.svg) no-repeat 2px center ;
  background-size:auto 70%;
  background-position:0px 2px;
}
.content h2 span {
    font-size: 75%;
}
@media only screen and (max-width: 750px) {
  main .wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
  }
  main .wrapper .gv-nav {
    display: none;
  }
  main .wrapper .content {
    width: 100%;
    margin: 22rem auto 0 auto;
    padding: 0 0 0 0;
  }
}
@media only screen and (max-width: 750px) {
main .content h2 {
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 400; 
  text-align: left;
  color: #000000;
  letter-spacing: 0.08em;
  margin: 0 0 0 0;
  padding: 0.15em 0 0.4em 1.7em;
  background: url(../../img/common/ic_sensu.svg) no-repeat 2px center ;
  background-size:auto 70%;
  background-position:0px 2px;
}
.content h2 span {
    font-size: 75%;
}
}


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

Schedule
===========================*/
 .wrapper .content .ttl{
  font-size: 26px;
  line-height: 1.0;
  font-weight: 400; 
  letter-spacing: 0.05em;
  margin: 30px 0 0 0;
  padding: 0.15em 0 0.6em 2.0em;
  background-size:auto 70%;
  background-position:0px 2px;
}
 .wrapper .content .ttl span {
  font-size: 85%;
  margin: 0 0 0 0;
  padding: 0 0 0 0.5em;
}
.content .schedule {
  text-align: center;
  margin: 0 auto 90px auto;
  padding: 0 0 0 0;
}
main .content .ls-box {
  padding: 0 0 0 0;
  border-top: solid #000000 2px;
  border-bottom: solid #000000 2px;
}
.content .schedule .ls-box {
  width: 880px;
  border-bottom: solid 2px #000000;
}

@media only screen and (max-width: 750px) {
  .content .schedule {
      width: 100%;
      margin: 0 auto 12rem auto;
      padding: 0 7.0% 0 7.0%;
  }
  .content .schedule .ls-box {
    width: 100%;
  }
}



main .content .schedule .info-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  vertical-align: bottom;
  color: #333333;
  width: 100%;
  margin: 0 0 0 0;
  padding: 35px 0 30px 0;
  border-bottom: dotted 2px #999999;
}
main .content .schedule .info-box:nth-last-of-type(1) {
  border-bottom: none;
}

main .content .info-box .img {
  width: 260px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
main .content .img img{
  border: solid #dddddd 1px;
}
main .content .info-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 580px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 750px) {
  main .content .schedule .info-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0 0;
  padding: 35px 0 30px 0;
  border-bottom: dotted 2px #999999;
  }
  main .content .info-box .img {
  width: 50%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  }
  main .content .info-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 10% 0 0 0;
  padding: 0 0 0 0;
  }
}


main .content .schedule dl dt.date {
  font-size: 1.4em;
  line-height: 1.2;
  color: #333333;
  font-weight: 400; 
  color: #333333;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
main .content .schedule dl dt span {
  display: inline;
  margin: 0 auto 0 auto;
  padding: 0 70px 0 0;
  position: relative;
}

main .content .schedule dl dt span::after{
  font-size: 65%;
  color: #ffffff;
  text-align: center;
  background-color: #247bb2;
  position: absolute;
	letter-spacing: -0.00em;
  width: 44px;
  height: 18px;
  padding: 0.4em 0.5em 0.4em 0.5em;
  top: -5px;
  right: 0;
}
main .content .schedule dl dt.hokkaido span::after{ content: "北海道"; }
main .content .schedule dl dt.tokyo span::after{ content: "東京"; }
main .content .schedule dl dt.kanagawa span::after{ content: "神奈川"; }
main .content .schedule dl dt.mie span::after{ content: "三重"; }
main .content .schedule dl dt.kyoto span::after{ content: "京都"; }
main .content .schedule dl dt.osaka span::after{ content: "大阪"; }
main .content .schedule dl dt.hyogo span::after{ content: "兵庫"; }
main .content .schedule2 dl dt span{
  font-size: 65%;
  line-height: 1.3;
  font-weight: 400; 
  color: #ffffff;
  text-align: center;
  background-color: #247bb2;
  margin: 0 0 0 0;
  padding: 0.5em 1em;
}
main .content .schedule dl dd.ttl {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
  width: 100%;
  margin: 15px 0 15px 0;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 750px) {
  main .content .schedule dl dt.date {
  font-size: 1.4em;
  line-height: 1.2;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
  main .content .schedule dl dd.ttl {
  font-size: 1.6em;
  line-height: 1.6;
  font-weight: 400;
  width: 100%;
  margin: 0.5em 0 0.75em 0;
  padding: 0 0 0 0;
  }

  main .content .schedule dl dt span {
  display: inline;
  margin: 0 auto 0 auto;
  padding: 0 3em 0 0;
  position: relative;
  }
  main .content .schedule dl dt span::after{
  font-size: 65%;
  color: #ffffff;
  text-align: center;
  background-color: #247bb2;
  position: absolute;
  width: 30px;
  height: 16px;
  padding: 0.5em 1em 0.5em 1em;
  top: -5px;
  right: 0;
  }
}
main .content .schedule dl dd.ttl span {
  font-size: 80%;
}
  main .content .schedule dl dd.ttl a {
  text-decoration: underline;
  }
  main .content .schedule dl dd.ttl a:link,
  main .content .schedule dl dd.ttl a:visited {
     color: #333333;
  }
  main .content .schedule dl dd.ttl a:hover,
  main .content .schedule dl dd.ttl a:active {
     color: #c32a15;
  }
@media only screen and (max-width: 750px) {
}

main .content .schedule dl dt.time,
main .content .schedule dl dt.price,
main .content .schedule dl dt.place,
main .content .schedule dl dd.time,
main .content .schedule dl dd.price,
main .content .schedule dl dd.place {
  font-size: 18px;
  line-height: 1.8;
}
main .content .schedule dl dt.time,
main .content .schedule dl dt.price,
main .content .schedule dl dt.place{
  width: 80px;
}
main .content .schedule dl dd.time,
main .content .schedule dl dd.price,
main .content .schedule dl dd.place,
main .content .schedule dl dd.inq
{
  width: 500px;
}
main .content .schedule dl dt.time,
main .content .schedule dl dt.price,
main .content .schedule dl dd.time,
main .content .schedule dl dd.price{
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
main .content .schedule dl dt.place 
main .content .schedule dl dd.place {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

@media only screen and (max-width: 750px) {
  main .content .schedule dl dt.time,
  main .content .schedule dl dt.price,
  main .content .schedule dl dt.place,
  main .content .schedule dl dd.time,
  main .content .schedule dl dd.price,
  main .content .schedule dl dd.place {
  font-size: 1.2em;
  line-height: 1.8;
  }
  main .content .schedule dl dt.time,
  main .content .schedule dl dt.price,
  main .content .schedule dl dt.place{
  width: 20%;
  }
  main .content .schedule dl dd.time,
  main .content .schedule dl dd.price,
  main .content .schedule dl dd.place {
  width: 80%;
  }
  main .content .schedule dl dt.time,
  main .content .schedule dl dt.price,
  main .content .schedule dl dt.place{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }
  main .content .schedule dl dd.time,
  main .content .schedule dl dd.price {
  margin: 0 0 0.4em 0;
  padding: 0 0 0 0;
  }
  main .content .schedule dl dd.place {
  margin: 0 0 0.0em 0;
  padding: 0 0 0 0;
  }
}


.content .schedule .btn_back {
  margin: 30px 0 0 0;
  padding: 0 0 0 0;
}

