@charset "UTF-8";
/*----------------------------
 ticket情報
 ----------------------------*/


body.ticket {
  background: #eeece9;
  background-size: cover;
  padding: 5px 12px;
	 font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
}

body.ticket h1 {
  text-align: center;
  margin: 20px 0 20px;
  font-size: 40px;
}

body.ticket h1 img {
  width: 50%;
  height: auto;
}
body.ticket h5 {
  text-align: center;
  margin: 10px 0 20px;
  font-size: 40px;
}

body.ticket h5 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  body.ticket h1 img {
    width: 80%;
    max-width: 240px;
  }
}

body.ticket .contents {
  margin: 0 auto;
  width: 720px;
}

@media screen and (max-width: 768px) {
  body.ticket .contents {
    width: 100%;
  }
}

body.ticket .tticket__movie-ticket {
  background: #fff;
  border: 1px solid #6c9ca0;
  padding: 32px;
  text-align: center;
  margin-bottom: 30px;
}

body.ticket .ticket__movie-ticket-txt01 {
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

body.ticket .ticket__movie-ticket-txt02 {
  font-size: 12px;
}

body.ticket .ticket__movie-ticket-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.ticket .ticket__movie-ticket-bnr li {
  padding: 24px 8px 0;
}

body.ticket .ticket__area-menu ul {
  width: 100%;
  text-align: center;
  background: #333;
}

body.ticket .ticket__area-menu li {
  display: inline-block;
  padding: 4px;
}

body.ticket .ticket__area-menu a {
  border-right: 1px solid #ccc;
  padding-right: 16px;
  color: #fff;
  text-decoration: none;
}

body.ticket .ticket__area-menu li:last-child a {
  border: none;
  padding-right: 0;
}

body.ticket .ticket-list {
  padding-top: 30px;
}

/*
body.ticket h2 {
  color: #333;
  font-size: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
}
*/

h2 {
  padding: 1rem 1rem;
  border-top: 6px double #333;
  border-bottom: 6px double #333;
font-size: 30px;
}







body.ticket h3 {
  color: #333;
  font-size: 20px;
}

body.ticket h4 {
  color: #5f3e96;
  font-size: 16px;
  margin-bottom: 10px;
}

body.ticket .att-text {
  color: #cc0000;
}

body.ticket table {
  width: 100%;
}

body.ticket th {
  background: #6c9ca0;
  border-right: 1px solid #ccc;
  padding: 4px 0;
  color: #fff;
  font-size: 14px;
}

body.ticket td {
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 4px 0;
  font-size: 14px;
  vertical-align: middle;
}

body.ticket td:first-child {
  border-left: 1px solid #ccc;
}

body.ticket .ticket-list__name {
  width: 50%;
}

body.ticket a {
  color: #6c9ca0;
  text-decoration: underline;
}

/*----------------------------
	official
	 ----------------------------*/
.txt {
  color: #333;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.txt2 {
  color: #333;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1.0;
}

.txt3 {
  color: #333;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: center;
}

.report-img {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}



.report-img img.max-w500 {
  max-width: 500px;
}


.report-img2 {
  width: 380px;
  text-align: left;
  margin-bottom: 20px;
}



.back_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.back_btn a {
  background: #ffffff;
  padding: 0 10px;
  width: 160px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6c9ca0;
  text-decoration: none;
	 font-size: 1.4rem;
}

.back_btn a::before {
  color: #55c1c7;
  content: "";
  margin-right: 6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #6c9ca0;
		 font-size: 1.4rem;
}

/*ボタン*/
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.0;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	margin-bottom: 20px;
	margin-right: 10px;
}


.btn--orange,
a.btn--orange {
  color: #6c9ca0;
  background-color: #fff;
	 border: 2px solid #6c9ca0;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
 background: #6c9ca0;
}


/*----------------------------
おしらせ
----------------------------*/
body.news {
  background: #eeece9;
  background-size: cover;
  padding: 5px 12px;
	 font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	word-wrap: break-word;
}

body.news a {
  color: #6c9ca0;
  text-decoration: underline;
}

body.news img {
    width: 60%;
    height: auto;
}

@media screen and (max-width: 768px) {
body.news img {
    width: 80%;
    height: auto;
}
}


body.news header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

body.news h1 {
  text-align: center;
  margin: 20px 0 20px;
  font-size: 40px;
}


body.news h1 img {
  width: 50%;
  height: auto
}

@media screen and (max-width: 768px) {
  body.news h1 img {
    width: 80%;
    max-width: 240px;
  }
}

body.news .contents {
    max-width: 880px;
    padding: 0 40px 40px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.9;
}

@media screen and (max-width: 540px) {
    body.news .contents {
        font-size: 14px;
        width: 100%;
        padding: 0 5px 5px;
    }
}

body.news main {
    width: 100%;
    max-width: 880px;
}

body.news .box-youtube iframe {
    width: 100%;
    height: 450px;
}

@media screen and (max-width: 540px) {
    body.news .box-youtube iframe {
        height: 180px;
    }
}

body.news .box01 {
    padding: 6% 8%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

body.news .info-day {
    display: block;
    font-size: 12px;
    color: #999;
}

body.news .stt-h2 {
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 20px;
    color: #00a2e5;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #6c9ca0;
    line-height: 1.6;
}

body.news .stt-h3 {
    background: #6c9ca0 url() 0 0 no-repeat;
    color: #fff;
    padding: 6px 12px 5px;
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: bold;
}

body.news .stt-h4 {
    color: #6c9ca0;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px 15px 10px 0;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #6c9ca0;
    margin-bottom: 15px;
}

body.news .stt-h5 {
 font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 20px;
    color: #6c9ca0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #6c9ca0;
    line-height: 1.6;
}

body.news .sttl-b {
    font-weight: bold;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 30px;
    color: #6c9ca0;
    background: #dbf0ff;
    display: inline-block;
    margin-bottom: 10px;
}

body.news strong {
    font-weight: bold;
}

body.news .att-txt {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

body.news .att-txt_red {
    font-weight: bold;
    color: #cc0000;
}

body.news .att-box {
    border-top: 3px solid #000;
    padding: 0 0 20px;
    margin-top: 20px;
}

body.news .mv-img {
    width: 100%;
    text-align: center;
}

body.news .mv-img2 {
    width: 50%;
}

body.news .mv-img img.max-w500 {
    max-width: 500px;
}

body.news .news-comment__2col dl {
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;

}

@media screen and (max-width: 540px) {
    body.news .news-comment__2col dl {
        flex-direction: column;
    }
}

body.news .news-comment__2col dt {
    width: 30%;
}

@media screen and (max-width: 540px) {
    body.news .news-comment__2col dt {
        width: 100%;
        margin-bottom: 20px;
    }
}

body.news .news-comment__2col dd {
    width: 70%;
    text-align: left;
    padding-left: 4%;
}

@media screen and (max-width: 540px) {
    body.news .news-comment__2col dd {
        width: 100%;
        padding-left: 0;
    }
}

/*アイフレーム*/

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}


/*==================================================
ナビ　共通　横並びのための設定
===================================*/

.gnavi{
    display: flex;
    flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
    margin:0 0 50px 0;
    list-style: none;
}

.gnavi li a{
    display: block;
   padding:10px 30px;
    text-decoration: none;
    color: #fff;
}

.gnavi li{
    margin-bottom:0px;
	font-weight: bold;
	   color: #fff;
}

/*==================================================
　5-3-1 中心から外に線が伸びる（下部）
===================================*/

.gnavi li a{
    /*線の基点とするためrelativeを指定*/
  position: relative;
}

.gnavi li.current a,
.gnavi li a:hover{
  color:#ffffff;
}

.gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
  color:#ffffff;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
	  color:#ffffff;
}





/*========= レイアウトのためのCSS ===============*/

.lead{
  padding: 50px 20px;
}
.gnavi li{
    margin-bottom:0px;
	font-weight: bold;
	   color: #fff;
}