/*
 * StyleName: hurry_potter.css
 * Version: 1.0
 * Description:
 */

/*=============================================
 * .hp-hero
 *=============================================*/
.hp-hero {
  height: 650px;
  width: 100%;
  background: url("/images/2021ss10/hero-bg.jpg") no-repeat;
  background-size: contain;
  max-width: 950px;
  margin: auto;
}

@media screen and (max-width: 950px) {
  .hp-hero {
    height: 68.421vw;
  }
}

/*=============================================
 * .hp-inner
 *=============================================*/
.hp-inner {
  width: 100%;
  max-width: 790px;
  margin: auto;
  padding: 0 16px;
}

.hp-inner .clothes {
  padding: 0;
}

/*=============================================
 * .hp-reserve
 *=============================================*/
.hp-reserve {
  margin-top: -273px;
  padding-bottom: 46px;
}

.hp-reserve__title-image1 {
  height: 20px;
  width: auto;
  display: block;
}

.hp-reserve__title-image2 {
  height: 43px;
  width: auto;
  display: block;
  margin-top: 8px;
}

.hp-reserve__date {
  margin: 24px 0 0 4px;
  display: flex;
}

.hp-reserve__date img {
  height: 30px;
  width: auto;
}

.hp-reserve__reception {
  margin-left: 20px;
  display: flex;
  align-items: flex-end;
}

.hp-reserve__reception-remarks {
  font-size: 12px;
  color: #140700;
  margin-left: 10px;
  line-height: 1;
}

.hp-reserve__text {
  margin-top: 9px;
  font-size: 16px;
  line-height: 1.5;
}

.hp-reserve__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hp-reserve__link img {
  margin-top: 10px;
}

@media screen and (max-width: 950px) {
  .hp-reserve {
    margin-top: -28.75vw;
  }
}

@media screen and (max-width: 768px) {
  .hp-reserve {
    margin-top: -22vw;
    padding-bottom: 30px;
  }

  .hp-reserve__title-image1 {
    height: 18px;
  }

  .hp-reserve__title-image2 {
    height: 35px;
  }

  .hp-reserve__date {
    margin: 16px 0 0 4px;
  }

  .hp-reserve__date img {
    height: 22px;
  }

  .hp-reserve__reception {
    margin-left: 10px;
  }

  .hp-reserve__reception-remarks {
    margin-left: 5px;
  }

  .hp-reserve__body {
    flex-direction: column;
  }

  .hp-reserve__text {
    width: 100%;
    text-align: left;
  }
  .hp-reserve__link img {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .hp-reserve__title-image1 {
    height: 16px;
  }

  .hp-reserve__title-image2 {
    height: 30px;
  }

  .hp-reserve__date img {
    height: 20px;
  }

  .hp-reserve__reception {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15px;
    margin-top: 0;
  }

  .hp-reserve__reception img {
    margin-bottom: 6px;
  }

  .hp-reserve__reception-remarks {
    margin-left: 0;
  }

  .hp-reserve__text {
    font-size: 14px;
  }
}

/*=============================================
 * .dormitory
 *=============================================*/
.dormitory {
  margin-bottom: 60px;
}

.dormitory__title {
  padding: 30px 50px 43px;
  margin-bottom: 30px;
}

.dormitory__title--gf {
  background-color: #6a3444;
}

.dormitory__title--sl {
  background-color: #0e270e;
}

.dormitory__title--hf {
  background-color: #c2a642;
}

.dormitory__title--rv {
  background-color: #030427;
}

.dormitory__description {
  color: #fff;
  margin-top: 23px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1rem;
}

/* clothes */
.dormitory .clothes__text {
  padding-left: 0;
  padding-right: 0;
  word-break: break-all;
  color: #616161;
  letter-spacing: -1px;
}

.dormitory .clothes__title img {
  max-height: 35px;
}

.dormitory .clothes__specification {
  color: #140700;
}

@media screen and (max-width: 768px) {
  .dormitory {
    margin-bottom: 45px;
  }

  .dormitory__title {
    padding: 20px 25px 30px;
    margin-bottom: 30px;
  }

  .dormitory__description {
    line-height: 1.6;
    font-size: 16px;
  }

  .dormitory .clothes__title img {
    max-height: 30px;
  }
}

@media screen and (max-width: 481px) {
  .dormitory__description {
    font-size: 3.5vw;
  }

  .dormitory {
    margin-bottom: 30px;
  }

  .dormitory .clothes__title img {
    max-height: 25px;
  }
}

/*=============================================
 * .goods
 *=============================================*/
.goods {
  background: url("/images/2021ss10/hp-bottom-bg.jpg") no-repeat;
  background-size: contain;
  background-position: bottom center;
  padding-bottom: 190px;
  max-width: 950px;
  margin: auto;
}

.goods .hp-inner {
  position: relative;
  padding: 0 16px;
}

.goods .hp-inner::before,
.goods .hp-inner::after {
  position: absolute;
  content: "";
  width: calc(100% - 32px);
  height: 5px;
  background-color: #000740;
}

.goods .hp-inner::before {
  top: -12px;
  left: 16px;
}

.goods .hp-inner::after {
  bottom: -12px;
  left: 16px;
}

.goods .clothes__body {
  padding: 15px 0 55px;
}

.goods .clothes__item {
  border-top: 1px solid #000740;
  border-bottom: 1px solid #000740;
  padding: 50px 0 0;
}

.goods .clothes__text {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 950px) {
  .goods {
    padding-bottom: 18.94vw;
  }
}

@media screen and (max-width: 768px) {
  .goods .clothes__item {
    padding: 25px 0 0;
  }

  .goods .clothes__body {
    padding: 20px 0 45px;
  }
}

/*=============================================
 * .tb__br
 *=============================================*/
.tb__br {
  display: none;
}

@media screen and (max-width: 768px) {
  .tb__br {
    display: block;
  }
}

/*=============================================
 * 表示非表示
 *=============================================*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 481px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*=============================================
 * .hp-button
 *=============================================*/
.hp-button {
  background-color: #bda35e;
}

/*=============================================
 * .clothes-button__wrap
 *=============================================*/
.clothes-button__wrap {
}
.clothes-button__wrap .button {
  width: 250px;
  padding: 5px;
  background-color: transparent;
}

@media screen and (max-width: 550px) {
  .clothes-button__wrap .button {
    margin-top: 10px;
    width: 100%;
  }
}

/*=============================================
 * .clothes-button__wrap--column
 *=============================================*/
.clothes-button__wrap--column {
  flex-wrap: wrap;
}

.clothes-button__wrap--column .button:nth-child(2n + 1) {
  margin-left: 0;
}
.clothes-button__wrap--column .button:nth-child(n + 3) {
  margin-top: 10px;
}

@media screen and (max-width: 550px) {
  .clothes-button__wrap--column .button {
    margin-left: 0;
  }
}
