@charset "utf-8";


#tdr.tdr_info .titleInBox{
  padding: 0;
}


/* ---------------------------------------------------------------------------

  #subtitleBox = サブタイトル

---------------------------- */
#tdr.tdr_info section#subtitleBox{
  background-image: linear-gradient(180deg, rgba(242, 239, 233, 1), rgba(251, 228, 237, 1));
}
.subtitleInBox{
  width: min(96%, 1200px);
  margin: 0 auto;
  padding: 0;
  background: url("../images/tdr_subheadbg.png") no-repeat center top;
  background-size: 100%;
}
#subtitle{
  margin: 0 auto;
  padding: 2em 0;
  width: min(98%, 970px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2em;
  color: #f2547e;
  font-weight: 600;
  line-height: 1.5;
}
#subtitle h1{
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 1), 0px 0px 15px rgba(255, 255, 255, 1), 0px 0px 15px rgba(255, 255, 255, 1);
}

@media screen and (max-width: 759.9px) {  /* SP */
  #subtitle{
    display: flex;
    flex-direction: column;
  }
  #subtitleBox img{
    margin-right: 0;
    margin-bottom: 5px;
  }
}

#subtitleBox .maintitle{
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 5.35vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  text-align: center;
  color: #f2547e;
}
#subtitleBox #title img{
  width:clamp(5.688rem, 2.875rem + 12vw, 11.875rem);
  box-shadow: 0px 0px 15px -6px #f9c5d5;
  margin-right: 3%;
}
#subtitleBox .maintitle .reg{
  font-size: 0.9em;
}
#subtitleBox .maintitle .sizeS{
  font-size: 0.6em;
  padding-right: 0.05em;
  letter-spacing: -0.02em;
}








#disney_ticket{
  background-image: linear-gradient(180deg, rgba(251, 228, 237, 1), rgba(248, 245, 234, 1));
}
#disney_ticket .inner{
  background: #fff;
  padding: 20px 0;
  width: min(90%, 970px);
	margin: 0 auto;
}

.ticket_info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(90%,970px);
  margin: 0 auto 50px auto;
}
.ticket_info .img_ticket{
  width: calc(50% - 10px);
}

.ticket_info .infoBox{
  width: calc(50% - 10px);
  padding-bottom: 2em;
  margin-top: 1em;
  border:solid 1px #000;
  border-radius: 10px;
}
.ticket_info .infoBox h2{
  padding: 0.8em 0.3em;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  background: #c5d6ea;
  border-radius: 10px 10px 0 0;
}
.ticket_info .infoBox img{
  padding: 2em 1em 1em 1em;
}
.ticket_info .infoBox dl{
  padding: 0 1em;
}
.ticket_info .infoBox dl dt{
  font-size: 1.4em;
  font-weight: 600;
  text-align: center;
}
.ticket_info .infoBox dl dt span{
  background: linear-gradient(transparent 50%, #c5d6ea 50%);
  padding: 0 5px;
}
.ticket_info .infoBox dl dd{
  padding-top: 1em;
}

.disney_note{
  display: flex;
  flex-wrap: wrap;
  width: min(90%,970px);
  margin: 0 auto;
}
.disney_note li{
  width:50%;
}



@media screen and (max-width: 759.9px) {  /* SP */

.ticket_info{
  flex-direction: column;
}
.ticket_info .img_ticket{
  width: 100%;
}

.ticket_info .infoBox{
  width: 100%;
}

.disney_note{
  display: flex;
  flex-direction: column;
}
.disney_note li{
  width:100%;
}


}/* SP */














