@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap');

.common-albirex-inner {
  width: 1024px;
  margin: 0 auto;
}

.common-albirex-title {
  margin-bottom: 4rem;
  color: #004099;
  font-weight: 600;
  text-align: center;
}

.common-albirex-en-title {
  font-size: 4.1rem;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  border-bottom: .4rem solid #004099;
}

.common-albirex-title--white {
  color: white;
}

.common-albirex-title--white .common-albirex-en-title {
  border-color: white;
}

.contents {
  width: 100%;
  font-size: 1.5rem;
  background-color: #f4f4f4;
}

.seo-txt {
  width: 1024px;
  margin: 0 auto;
  padding: 4rem 0;
  text-align: center;
}

/* start_Keyvis */

.Keyvis {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40rem;
  padding-bottom: 3rem;
  background: url(../images/bg_keyvis.png) no-repeat center / cover;
}

.Keyvis__title-wrap {
  text-align: center;
}

.Keyvis__sub-title {
  margin-bottom: 1rem;
  color: white;
  font-size: 2.4rem;
  font-weight: 600;
}

.Keyvis__sub-title-img {
    width: 6.5rem;
    height: 3.9rem;
    margin-right: 1rem;
}

.Keyvis__title {
  width: 65.4rem;
  height: 23.9rem;
}

.cooperation-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  background-color: #002d6B;
}

/* end_Keyvis */

/* start_Schedule */

.Schedule {
  padding: 8rem 0;
  background-color: #004099;
}

.Schedule__wrap {
  display: flex;
  justify-content: space-between;
}

.Schedule__group {
  width: 50rem; /*開催日2日*/
  /*width: 31.5rem;*/ /*開催日3日*/
  /*width: 23rem;*/ /*開催日4日*/
  overflow: hidden;
  border-radius: .8rem;
  background-color: #fafafa;
  box-shadow: 0 3.5rem 1rem -3rem rgba(0,13,32,.25);
}

.Schedule__date {
  color: #ea5404;
  font-size: 6rem;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  text-align: center;
}

.Schedule__kick-off {
  padding: 2rem 0;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid rgba(38, 49, 65, .1);
}

.Schedule__deadline {
  padding: 1.2rem 0;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  background-color: #263141;
}

/* end_Schedule */

/* start_Merit */

.Merit {
  margin-top: 8rem;
}

.Merit__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}

.Merit__group {
  position: relative;
  width: 31.5rem;
  padding: 5.5rem;
  text-align: center;
  background-color: white;
}

.Merit__group:nth-child(2) {
  transform: translateY(4rem);
}

.Merit__group:nth-child(3) {
  transform: translateY(8rem);
}

.Merit__num {
  width: 10.5rem;
  height: 4rem;
  position: absolute;
  top: -2rem;
  left: 1rem;
}

.Merit__title {
  position: relative;
  margin-bottom: 2rem;
  color: #004099;
  font-size: 2.4rem;
  font-weight: 600;
}

.Merit__title::after {
  content: '';
  position: absolute;
  bottom: -.2rem;
  left: 50%;
  display: block;
  width: 3rem;
  height: .2rem;
  background-color: #333;
  transform: translateX(-50%);
}

.Merit__img {
  display: inline-block;
  width: 16.5rem;
  height: 8rem;
  margin-top: 5rem;
}

/* end_Merit */

/* start_Price */

.Price__distortion {
  text-align: center;
}

.Price__distortion-img {
  display: inline-block;
  width: 46rem;
  height: 23.42rem;
}

.Price {
  display: flex;
  justify-content: space-between;
  margin-top: -3rem;
}

.Price__group {
  display: flex;
  width: 50%;
  color: white;
}

.Price__group-inner {
  position: relative;
  width: 51.2rem;
  padding: 4rem 0 8rem 0;
  text-align: center;
}

.Price__group-inner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  opacity: .15;
  width: 26.9rem;
  height: 25.2rem;
  background: url(../images/bg_price-group.svg) no-repeat center / contain;
  transform: translate(-50%, -50%);
}

.Price__group-txt-wrap {
  position: relative;
  z-index: 1;
}

.Price__group--left {
  justify-content: flex-end;
  background-color: #004099;
}

.Price__group--right {
  justify-content: flex-start;
  background-color: #002d6B;
}

.Price__title {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

.Price__title::after {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  display: block;
  width: 3rem;
  height: .2rem;
  background-color: white;
  transform: translateX(-50%);
}

.Price__en-title {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
}

.Price__note {
  margin-bottom: 5rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.Price__price-label {
  display: inline-block;
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0.6rem;
  color: #004099;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  background-color: white;
}

.Price__price-label::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -.4rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .4rem .4rem 0 .4rem;
  border-color: white transparent transparent transparent;
  transform: translateX(-50%);
}

.Price__price--left {
  width: 20rem;
  height: 6.7rem;
}

.Price__price--right {
  width: 19.7rem;
  height: 6.7rem;
}

.Price__price-unit01 {
  margin-left: .5rem;
  font-size: 2.8rem;
  font-weight: 600;
}

.Price__price-unit02 {
  font-size: 1.2rem;
  font-weight: 600;
}

/* end_Price */

/* start_PriceDetail */

.PriceDetail {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 102.4rem;
  margin: -4rem auto 8rem auto;
  padding: 4rem;
  background-color: white;
}

.PriceDetail__table-wrap {
  width: 49rem;
}

.PriceDetail__table-title {
  margin-bottom: 1rem;
  padding: 0.5rem;
  color: white;
  font-weight: 600;
  text-align: center;
  background-color: #004099;
}

.PriceDetail__table {
  width: 100%;
}

.PriceDetail__table th,
.PriceDetail__table td {
  padding: .5rem;
  font-weight: 400;
  text-align: center;
  border: 1px solid #ccc;
}

.PriceDetail__table th {
  background-color: #e4eaf4;
}

.PriceDetail__table td:last-child {
  font-weight: 600;
  text-align: right;
}

.PriceDetail__items {
  width: calc(100% - 55rem);
  font-size: 1.4rem;
}

.PriceDetail__item {
  padding-left: 1em;
  text-indent: -1em;
}

/* end_PriceDetail */

/* start_Info */

.Info {
  width: 102.4rem;
  margin: 0 auto 8rem auto;
  padding: 4rem;
  background-color: white;
}

.Info__title {
  margin-bottom: 2rem;
  padding-left: 1rem;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
  border-left: 0.5rem solid #004099;
}

.Info__item {
  padding-left: 1em;
  text-indent: -1em;
}
/* end_Info */

/* start_RESERVATION */

.Reservation {
  margin-bottom: 4rem;
}

.Reservation__fax-btn-wrap {
  margin-bottom: 4rem;
  text-align: center;
}

.Reservation__fax-btn {
  padding: 1.2rem 2.5rem;
  color: white;
  font-weight: 600;
  background-color: #004099;
  border-radius: 10rem;
}

.Reservation__fax-btn:hover {
  opacity: .7;
}

.Reservation__fax-btn::after {
  content: '';
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 1.5rem;
  vertical-align: 0.15rem;
  border-top: 0.2rem solid white;
  border-right: 0.2rem solid white;
  transform: rotate(45deg);
}

.Reservation__game-group {
  padding: 8rem 0;
}

.Reservation__game-group:nth-child(odd) {
  background-color: #004099;
}

.Reservation__game-group-inner {
  width: 102.4rem;
  margin: 0 auto;
}

.Reservation__title {
  margin-bottom: 4rem;
  color: #004099;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
}

.Reservation__game-group:nth-child(odd) .Reservation__title {
  color: white;
}

.Reservation__date {
  font-size: 1.5rem;
}

.Reservation__station-gruop {
  display: flex;
  justify-content: space-between;
  padding: 2rem 4rem;
  border-radius: .3rem;
  background-color: white;
  box-shadow: 0 1px .3rem 1px rgba(0, 0, 0, 0.1);
}

.Reservation__game-group:nth-child(odd) .Reservation__station-gruop {
  background-color: #fafafa;
}

.Reservation__station-gruop:not(:last-child) {
  margin-bottom: 2rem;
}

.Reservation__station-name {
  display: flex;
  align-items: center;
  width: 34rem;
  padding-right: 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  border-right: 1px solid rgba(51,51,51,.3);
}

/*.Reservation__station-name::before {
  content: '';
  display: block;
  width: 2rem;
  height: 1.8rem;
  margin-right: 2rem;
  background: url(../images/icn_reservation-station-name.svg) no-repeat center / contain;
}*/

img.point {
    width: 20px !important;
    height: 24px !important;
    margin-right: 20px;
}

.Reservation__items {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 34rem);
}

.Reservation__item {
  width: calc((100% - 8rem) / 3);
}

.Reservation__item:not(:last-child) {
  margin-right: 2rem;
}

.Reservation__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  font-weight: 600;
  border-radius: 10rem;
  box-shadow: 0 1.5rem 1rem -1.4rem rgb(0 0 0 / 30%);
}

.Reservation__link::before {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  transform: translateY(-50%);
}

.Reservation__link::after {
  content: '';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid white;
  border-right: 0.2rem solid white;
  transform: translateY(-50%) rotate(45deg);
}

.Reservation__link:hover {
  opacity: .7;
}

.Reservation__link--family {
  color: #ea5404;
  border: .2rem solid #ea5404;
}

.Reservation__link--family::before {
  background-color: #ea5404;
}

.Reservation__link--young {
  color: #004099;
  border: .2rem solid #004099;
}

.Reservation__link--young::before {
  background-color: #004099;
}

.Reservation__link--over30 {
  color: #2fb572;
  border: .2rem solid #2fb572;
}

.Reservation__link--over30::before {
  background-color: #2fb572;
}

/* end_RESERVATION */

.soldout{
	width: 60%;
    display: flex;
}

.soldout span{
	align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    justify-items: center;
	font-size:16px;
}

.Schedule_soldout {
	margin: 0 auto;
	font-size: 2.1rem;
	color: #fff;
}

.Reservation .Schedule_soldout{
	color:#004099;
	margin: 4rem auto;
}

.Reservation .common-albirex-title {
	margin-bottom: 0;
}
