@charset "utf-8";


#tdr.tdr_guest .titleInBox{
  padding: 0;
}

/*グラデ背景設定*/
#tdr.tdr_guest #hotelB6 {
    background-image: linear-gradient(180deg, rgba(250, 234, 224, 1) 80%, rgba(248, 245, 234, 1));
}




/* ---------------------------------------------------------------------------

  #subtitleBox = サブタイトル

---------------------------- */
#tdr.tdr_guest 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: 1px;
  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;
}







/*ディズニーホテル特典*/
#tdr.tdr_guest .box_hotelbenefits{
  width: min(90%,700px);
  margin:0 auto;
}
#tdr.tdr_guest .box_hotelbenefits h2{
  padding: 0.2em;
  background: #fff;
  color: #0a59b5;
  font-size: 1.5em;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px;
  border:solid 2px #0a59b5;
}
.hotelbenefitsInbox{
  padding: 1em;
  margin: 1.5em 0;
  border-radius: 10px;
  box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
  background: #fff;
}
.hotelbenefitsInbox dl dt{
  font-size: 1.4em;
  text-align: center;
  font-weight: 600;
  padding-bottom: 1em;
}
.hotelbenefitsInbox dl dt span{
  background: linear-gradient(transparent 50%, #b8d6f5 50%);
  padding: 0 5px;
}
.hotelbenefitsInbox dl dd{
  font-weight: 600;
  text-align: center;
  padding-bottom: 1em;
}
.earlyBox{
  position: relative;
  background: #dae5f5;
  padding: 1.5em 1em 1em 1em;
  margin: 1em 0;
}
.earlyBox p:first-child{
	position: absolute;
	left: -10px;
	top: -5px;
  font-weight: 600;
  color: #fff;
  background: #0a59b5;
	padding: 1px 10px;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}
.earlyBox ul li{
  padding-left: 1em;
  position: relative;
}
.earlyBox ul li::before{
  content:'・';
  position: absolute;
  left:0;
}
ul.att li{
  padding-left: 1em;
  position: relative;
}
ul.att li::before{
  content:'※';
  position: absolute;
  left:0;
}

.txt_hotelhead{
  padding:3em 0.8em 0 0.8em;
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  color: #176ec8;
}
/*ディズニーホテルMAP番号なし*/
#tdr.tdr_guest .hotel_number{
  border-radius: 2px;
  width: 0.5em;
}



/*各ホテル特典の画像*/
.img_hotelbenefits{
  width: min(90%,700px);
  margin:0 auto;
  padding: 20px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
  text-align: center;
}
.img_hotelbenefits img{
  width: min(95%,500px) !important;
}

/*各ホテル下のリンクボタン*/
#tdr.tdr_guest .hotel_search_all{
  width: min(90%,800px);
  margin-top: 30px;
  font-size: 1.2em;
}

.tdr_guest #Disney .hotel_search_all{
    display: none;
}




@media screen and (max-width: 759.9px) {  /* SP */

  #tdr.tdr_guest .hotel_search_all{
    font-size: 1em;
  }

}/* SP */














