@charset 'utf-8';

.plan-name h3 {
  padding: 10px;
  color: #fff;
  background: #044DAB;
  margin-top: 10px;
  height: auto;
  font-size: 5rem!important;
}

.plan-name p {
  font-size: 3rem!important;
}

.usj-hotel h3 {
  padding: 15px;
  color: #fff;
  background: #044DAB;
  margin-top: 10px;
  height: 13rem;
  font-size: 4rem!important;
}

.usj-hotel p {
  font-size: 3rem!important;
}

.hotel-card {
  display: flex;
  flex-direction: column;
}

.hotel-card dd {
  margin: 7px 0;
}

.hotel-card .thumb {
  order: 0;
  text-align: center;
  min-height: 0%; /* IE11での崩れ防止用 */
}

.hotel-card .thumb .caption {
  display: block;
  font-size: 1.3rem;
  margin-top: 5px;
}

.hotel-card .region {
  order: 1;
}

.hotel-card .region .region-label {
  background: #091574;
  color: #fff;
  padding: 1px 15px;
}

.hotel-card .hotel-name {
  font-size: 1.8rem;
  font-weight: bold;
  order: 2;
}

.hotel-card .appeal-text {
  order: 3;
}

.hotel-card .special {
  order: 4;
}

.hotel-card .modal-button {
  order: 5;
}

.heijitsu-plan-wrap {
	background: #e4f1f9;
	padding: 30px;
}

@media (min-width: 0px) and (max-width: 767px) {
	.plan-name h3 {
		font-size: 2rem!important;
		padding: 10px;
		height: auto;
	}
	.plan-name p {
		font-size: 1.8rem!important;
	}
	.usj-hotel h3 {
		font-size: 2rem!important;
		padding: 20px;
		height: auto;
	}
	.usj-hotel p {
		font-size: 1.8rem!important;
	}
}
