@charset "utf-8";
/*font-family: 'Ultra', serif;*/
/******** container-title ********/
.container-title{
  width: 100%;
  padding: 0;
  margin: 0;
}
.container-title img{
  margin: 0;
  padding: 0;
  line-height: 0;
}

/******** container-page-index ********/
.container-page-index{
  text-align: center;
}
.page-index ol li{
  font-size: 15px;
  margin: 0.8rem;
  line-height: 1.5;
}
.page-index ol li a{
  color: #006e96;
}
@media (min-width: 768px){
  .page-index ol li{
    display: inline;
  }
}
/******** article-about ********/
.content-about{
  padding: 0;
  margin: 0 auto 24px auto;
}
.article-about{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: solid 1px #ddd;
}
.about-text h2{
  font-size: 24px;
  font-weight: bold;
	display: inline-block;
	line-height: 1.75;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #cdb455;
	margin-bottom: 1rem;
}
.about-text p{
	line-height: 2;
}
.about-img{
  margin: 24px auto;
}
@media screen and (min-width:768px){
	.about-text h2{
    font-size: 38px;
		padding-bottom: 0;
	}
}
@media screen and (min-width:960px){
  .article-about{
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* 追加 */
    margin: auto;
  }
  .about-text{
    width: 55%;
  }
  .about-img{
    width: 35%;
  }
}
@media (min-width: 1240px){
  .article-about{
    width: 1240px;
  }
}
/******** highligts ********/
.content-highlight{
  padding: 0;
  margin: 0 auto 24px auto;
}
.highlight-block{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: solid 1px #ddd;
}
.highlight-comment{
  box-sizing: border-box;
  padding-bottom: 24px;
  width: 100%;
}
.highlight-comment p{
  font-size: 16px;
  line-height: 1.8;
}
.list-box{
   border: solid 2px #aaa;
   padding: 2rem;
   margin-bottom: 24px;
}
ul.list-box-list{
  font-size: 16px;
  margin-left: 1rem;
}
ul.list-box-list li{
  list-style-type: square;
}
h3.highlight-h3{
  color: #6ec8dc;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
h4.highlight-h4{
  color: #fff;
  font-weight: bold;
  margin-top: 48px;
  margin-bottom: 24px;
  padding: 0.8rem;
  background: rgb(47,114,130);
  background: -moz-linear-gradient(47deg, rgba(47,114,130,1) 59%, rgba(191,214,218,1) 100%);
  background: -webkit-linear-gradient(47deg, rgba(47,114,130,1) 59%, rgba(191,214,218,1) 100%);
  background: linear-gradient(47deg, rgba(47,114,130,1) 59%, rgba(191,214,218,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f7282",endColorstr="#bfd6da",GradientType=1);
}
h5.highlight-h5{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
h6.highlight-h6{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 0.5rem;
  background: #006e96;
}
.highlight-text{
  width: 100%;
}
.info-item{
  padding: 1rem;
  border-left: solid 8px #000;
  margin-bottom: 24px;
}
.info-item-num li{
  list-style-type: decimal;
  line-height: 1;
  margin-left: 2rem;
  margin-bottom: 24px;
}
.highlight-img{
  margin: 8px auto;
}
@media (min-width: 960px) {
  .highlight-block{
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .highlight-comment p{
    font-size: 16px;
  }
  h4.highlight-number{
    font-size: 48px;
  }
  h3.highlight-h3{
    margin-bottom: 32px;
  }
  .highlight-comment{
    width: 25%;
  }
  .highlight-text{
    font-size: 18px;
    width: 70%;
  }
  .highlight-img{
    width: 85%;
  }
  p.caption {
    font-size: 14px;
    margin-bottom: 24px;
  }
   p.caption::before{
    content: "▲";
  }
}
@media (min-width: 1240px){
  .content-highlight{
    width: 1240px;
  }
  .highlight-comment p{
    font-size: 20px;
  }
  h4.highlight-number{
    font-size: 60px;
  }
  .highlight-text{
    font-size: 20px;
    width: 70%;
  }
}
/* step */
.step{
  margin: 24px 0;
}
.step-item{
  margin-bottom: 24px;
}
.step-number{
  color: #2f7282;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.step-text{
  margin-bottom: 24px;
}
.step-item img{
  margin-bottom: 24px;
}
@media (min-width: 768px){
  .step-item{
    display: flex;
    justify-content: space-between;
  }
  .step-text{
    width: 48%;
  }
  .step-item img{
    width: 48%;
  }
}
/******** highlight-bg ********/
.highlight-bg{
  padding: 0;
}
.highlight-bg{
  width: 100%;
  height: 300px;
  background: center center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .highlight-bg{
    background-attachment: fixed;
  }
}
@media (min-width: 960px) {
  .highlight-bg{
    height: 500px;  }
}

/******** table ********/
div.table-scroll{
  overflow-x: scroll;
}
table.menu-table{
  width: 800px;
  margin: 16px auto 24px auto;
}
table.menu-table tr{
  font-size: 12px;
  background: #eee;
}
table.menu-table th,table.menu-table td{
  padding: 0.2rem 0.5rem;
}
table.menu-table th{
  background: #bbb;
}
table.menu-table td.menu{
  font-weight: bold;
}
table.menu-table td.price{
  width: 12%;
}
table.menu-table th{
  width: 20rem;
}
@media screen and (min-width: 768px){
  table.menu-table tr{
    font-size: 16px;
  }
  table.menu-table th,table.menu-table td{
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1240px){
  div.table-scroll{
    overflow-x: hidden;
  }
}

/******** aplication ********/
.aplication{
  margin: 24px 0;
}
.aplication-btn{
  margin-bottom: 24px;
}
@media (min-width: 768px){
  .aplication{
    display: flex;
    justify-content: space-between;
  }
  .aplication-btn{
    width: 48%;
  }
}

/******** access ********/
.container-access{
  border-bottom: none;
}
p.shop{
  font-weight: bold;
}
p.shop::before{
  content: "■";
}
.map{
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  padding: 2% 4%;
}
.map iframe{
  width: 100%;
  height: 100%;
}

/* ボタン*/
.btn-01{
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 4px;
  margin: 28px auto 36px auto;
  display: block;
  box-sizing: border-box;
  border-radius: 2px;
  background: rgba(255,0,0,0.7);
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative; /* ボタン内アイコン用 */
  transition: all 0.5s ease-out;
}
.btn-01:hover{
  background: #999;
}
@media screen and (min-width: 768px){
  table.spec-model,table.spec tr{
    font-size: 16px;
  }
  table.spec th,table.spec td{
    padding: 0.2rem;
  }
}

/******** movie ********/
.movie{
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 24px auto;
}
.movie iframe{
  width: 100%;
  height: 100%;
}

/******** footer ********/
.footer{
  background: #000;
  text-align: center;
  color: #555;
  padding: 24px;
}
.footer p{
  font-size: 0.75rem;
  line-height: 1.8;
}

/******** 先行用追加部分 ********/
.introduction  {
	color: #663300;
  font-size: 32px;
  font-weight: bold;
	line-height: 1.4;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #cdb455;
	margin-bottom: 1rem;
}
.synopsis {
	font-size: 18px;
	line-height: 2.1;
}
.senko  {
	color: #999999;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.4;
	text-align:  center;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #cdb455;
	margin-bottom: 0.5rem;
}
.senko-date {
	color: #777777;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	text-align:  center;
	margin-bottom: 30px;
}
.caution {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	text-align:  center;
	margin-bottom: 1rem;
	padding: 0.5rem 0;
	background-color: #384d35;
}
.confirm {
	font-size: 21px;
	color: #384d35;
	font-weight: bold;
	text-align: center;
	line-height: 2.1;
	margin-bottom: 0.5rem;
}
.verification {
	font-size: 18px;
	line-height: 2.1;
}
.procedure {
	width: 75%;
	margin: 60px auto;
	border: 4px solid #cdb455;
	border-radius: 10px;
	padding: 30px 45px;
}
.sponsored {
	font-size: 21px;
	color: #202020;
  font-weight: bold;
	line-height: 1.2;
}
.performance {
	font-size: 48px;
	color: #006e96;
  font-weight: 800;
	line-height: 1.4;
}
.place {
	font-size: 18px;
	color: #202020;
	font-weight: bold;
	line-height: 1.2;
}
.ticket-info {
	width: 55%;
	margin: 0 auto;
}
.container-ticket a {
	color: #0033FF;
	text-decoration: underline;
}
.container-ticket a:hover {
	color: #9900FF;
}
.red {
	color: #FF0033;
}
@media (max-width:768px){
  .introduction{
  	font-size: 21px;
  }
  .synopsis{
  	font-size: 16px;
  }
  .ticket-info,.procedure {
    width: 100%;
  }
  .senko {
  	font-size: 24px;
  }
  .senko-date{
  	font-size: 18px;
  }
  .sponsored {
  	font-size: 16px;
  }
  .performance {
  	font-size: 32px;
  }
  .place {
  	font-size: 16px;
  }
  .procedure {
  	margin: 60px auto;
  	border: none;
  	padding: 30px 0px;
  }
  .caution {
  	font-size: 16px;
  }
  .confirm {
  	font-size: 21px;
  	line-height: 1.6;
  	text-align: left;
  	margin-bottom: 30px;
  }
  .verification {
  	font-size: 14px;
  }
}
