@charset "UTF-8";

.chinryoSoba {
  width: 1050px;
  margin: 50px auto 100px;
}

.chinryoSoba__titleArea {
  margin-bottom: 73px;
}

.chinryoSoba__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 19px;
}

.chinryoSoba__explain {
  font-size: 16px;
}

.chinryoSoba__pictureArea {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 73px;
}

.chinryoSoba__pictureButton {
  margin-left: 75px;
  display: flex;
  align-items: center;
}

.chinryoSoba__btn {
  font-size: 18px;
  font-weight: bold;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 260px;
  background-color: #3D3D3D;
  color: #fff;
  text-align: center;
  margin-bottom: 23px;
}

.chinryoSoba__btn__sibuya {
  margin-bottom: 0;
}

.chinryoSoba__btn.areaActive {
  background-color: #FFC743;
  color: #2E2E2E;
}

.chinryoSoba__btnArea {
  text-align: center;
}

.chinryoSoba__btnArea__toContact {
  font-size: 18px;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 360px;
  background-color: #FFC743;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto 35px;
  color:#333;
}

.chinryoSoba__btnArea__toTop {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
  .chinryoSoba {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .chinryoSoba__pictureArea {
    flex-direction: column-reverse;
  }

  .chinryoSoba__pictures {
    margin-bottom: 32px;
    text-align: center;
  }

  .chinryoSoba__pictureButton {
    margin-left: 0;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 50px;
  }

  .chinryoSoba__pictureButton ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 800px) {
  /* .menu-sp {
    margin-top: 35px;
  } */
}

@media screen and (max-width: 500px) {
  .chinryoSoba {
    padding-right: 16px;
    padding-left: 16px;
  }

  .chinryoSoba__titleArea {
    margin-bottom: 32px;
  }

  .chinryoSoba__pictures {
    padding-right: 16px;
    padding-left: 16px;
  }

  .chinryoSoba__pictureButton {
    width: 100%;
  }

  .chinryoSoba__btn {
    width: 180px;
  }

  .chinryoSoba__btnArea__toContact {
    width: 320px;
  }
}

@media screen and (max-width: 400px) {
  .chinryoSoba__btn {
    width: 160px;
  }
}

@media screen and (max-width: 374px) {
  .chinryoSoba__title {
    font-size: 25px;
  }

  .chinryoSoba__pictureButton {
    width: 100%;
  }

  .chinryoSoba__btn {
    width: 140px;
  }

  .chinryoSoba__btnArea__toContact {
    width: 290px;
  }
}