@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap');

.page-greeting {
  background-color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}


/* mv */

.mv {
}

.mv-wrapper {
  width: 80.886%;
  margin: 0 auto;
  padding: 55px 0 54px;
}

.mv-img {
  width: 100%;
}

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

  .mv-wrapper {
    width: 90.666%;
    padding: 17px 0;
  }

}


/* ttl */

.ttl {
  width: 100%;
}

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


/* info */

.info{
}

.info-wrapper {
  max-width: 691px;
  width: 90%;
  margin: 0 auto;
  padding: 48px 0 77px;
}

.info-txt {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.info-txt-item {
  margin: 0 0 32px;
}

.info-txt-item.-bigtxt {
  font-size: 20px;
  line-height: 1.9;
  margin: 0 0 56px;
}

.info-txt-item.-bigtxt .-smalltxt {
  font-size: 16px;
}

.info-txt-note-item {
  margin: 0;
  text-indent: -1.3em;
  padding-left: 1.2em;
}

.info-txt-note-item:before {
  content: "※";
  display: inline;
}

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

  .info-wrapper {
    max-width: auto;
    width: 90.666%;
    padding: 39px 0 43px;
  }
  
  .info-txt {
    font-size: 13px;
    line-height: 1.8;
  }
  
  .info-txt-item {
    margin: 0 0 20px;
  }
  
  .info-txt-item.-bigtxt {
    margin: 0 0 16px;
  }
  
  .info-txt-note-item {
    font-size: 16px;
    line-height: 1.8;
  }

}

/* theater */

.theater{
}

.theater-wrapper {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 40px;
}

.theater-list {
  width: 100%;
  margin: 0 0 35px;
  border-collapse: collapse;
  border-spacing: 0;
}

.theater-list.okinawa {
  margin: 0;
}

.theater-list .-headline.-prefectures,.theater-list .-headline.-name {
  background-color: #29B5B2;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 3px 0 5px;
  border: none;
}

.theater-list td {
  padding: 10px 0 12px;
  line-height: 1.2;
  text-align: center;
  color: #1A1A1A;
  border-bottom: 1px solid #fff;
}

.theater-list .-prefectures {
  width: 20.6%;
  background-color: #DEF4F3;
}

.theater-list .-name {
  width: 79.4%;
  background-color: #CDEEED;
}

.theater-list .-link {
  color: #1A1A1A;
  text-decoration: underline;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.theater-list .-link:hover {
  color: #1D8381;
}

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

  .theater-wrapper {
    width: 90.8%;
    padding: 0 0 30px;
  }
  
  .theater-list {
    margin: 0 0 21px;
  }
  
  .theater-list td {
    padding: 10px 0 11px;
  }
  
  .theater-list .-prefectures {
    width: 30%;
  }
  
  .theater-list .-name {
    width: 70%;
  }
  
}


/* notes */

.notes{
}

.notes-wrapper {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 106px;
}

.notes-ttl {
  font-size: 25px;
  color: #29B5B2;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 11px;
}

.notes-list {
}

.notes-list-item {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 9px;
  position: relative;
  padding-left: 1em;
}

.notes-list-item .-link {
  color: #29B5B2;
  text-decoration: underline;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.notes-list-item .-link:hover {
  text-decoration: none;
}

.notes-list-item:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  position: absolute;
  top: 0.85em;
  left: 0;
  background-color: #29B5B2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media screen and (max-width: 768px) {
  
  .notes-wrapper {
    width: 90.666%;
    padding: 0 0 86px;
  }
  
  .notes-ttl {
    font-size: 16px;
    margin: 0 0 12px;
  }
    
  .notes-list-item {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 25px;
  }

}

.commentModal #cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url("../../assets/full/img/top/btn_comment_close.svg") center center no-repeat;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	transition: all .5s;
	z-index: 200;
}

.creditModal #cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url("../../assets/full/img/top/btn_comment_close.svg") center center no-repeat;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	transition: all .5s;
	z-index: 200;
}