@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swa");

#main {
  background-color: rgba(0, 0, 0, 0.05);
}

.toshindai-head {
  padding: 0 6vw;
  position: relative;
}

.toshindai-head__wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.toshindai-head__title {
  max-width: 510px;
  flex-basis: 510px;
  margin-right: 80px;
}

.toshindai-head__image {
  max-width: 600px;
  flex-basis: 600px;
}

.toshindai-head-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 0;
}

.toshindai-head-bg__item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.special-section {
  margin: 160px 0;
}

.concept-catch {
  margin-bottom: calc(10px + 0.5vw);
  font-size: 7rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.concept-catch .red {
  color: rgba(255, 98, 62, 1);
}

.concept-catch .yellow {
  color: rgba(255, 207, 59, 1);
}

.concept-catch .green {
  color: rgba(24, 141, 96, 1);
}

.concept-catch .blue {
  color: rgba(62, 117, 255, 1);
}

.concept-catch-jp {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.concept-catch-jp span {
  display: inline-block;
  vertical-align: top;
}

.concept-text {
  margin: 80px 0;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.gallery,
.access {
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
}

.special-section__title {
  position: relative;
}

.gallery .special-section__title,
.access .special-section__title {
  padding: 0 3vw;
  top: -55px;
}

.floor .special-section__title {
  margin-bottom: 20px;
}

.contact .special-section__title {
  margin-bottom: 60px;
}

.special-section__title span {
  margin: 0 auto;
  padding: 0 40px;
  display: table;
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.special-section__title span:before,
.special-section__title span:after {
  content: "";
  width: 10px;
  height: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 1);
  box-sizing: border-box;
  position: absolute;
  top: 0;
}

.special-section__title span:before {
  border-right: 0;
  left: 0;
}

.special-section__title span:after {
  border-left: 0;
  right: 0;
}

.gallery-list__item {
  width: calc(100% / 3);
  padding: 30px;
  box-sizing: border-box;
}

.gallery-list__item a {
  display: block;
  position: relative;
  text-decoration: none;
}

.gallery-list__image {
  position: relative;
  z-index: 0;
}

.gallery-list__title {
  margin-top: -40px;
  padding-right: 20px;
  display: table;
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 1;
}

.gallery-list__title span {
  height: 40px;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: rgba(0, 0, 0, 1);
  align-items: center;
}

.gallery-list__title:after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}

.gallery-list__text {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.floor__text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.floor-data {
  max-width: 1000px;
  margin: 20px auto;
  padding-top: 20px;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.floor-data__list {
  margin: 5px 10px;
  display: flex;
  align-items: center;
}

.floor-data__list dt {
  height: 24px;
  margin-right: 10px;
  padding: 0 10px;
  display: flex;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  align-items: center;
  color: rgba(255, 255, 255, 1);
}

.floor-data__list dd,
.access__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.floor-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.floor-list__item {
  max-width: calc((100% - (60px * 2)) / 3);
  flex-basis: calc((100% - (60px * 2)) / 3);
  background-color: rgba(255, 255, 255, 1);
  padding-bottom: 40px;
}

.floor-list__title {
  width: 60px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  font-size: 1.6rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 1);
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}

.floor-list__image {
  max-width: 500px;
  margin: 0 auto;
}

.floor-list-data {
  margin: 10px 0;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floor-list-data dt {
  height: 20px;
  margin-right: 10px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  color: rgba(255, 255, 255, 1);
}

.floor-list-data dd {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.floor .notice {
  margin: 0 auto;
  display: table;
}

.access__text {
  margin-top: -30px;
  margin-bottom: 40px;
  text-align: center;
}

.access-map {
  width: 100%;
  height: calc(200px + 40vw);
  max-height: 600px;
}

.contact__wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}

.contact__item {
  max-width: 50%;
  flex-basis: 50%;
  padding: 80px 20px;
  position: relative;
  box-sizing: border-box;
}

.contact__item:after {
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 20px;
  right: 0;
}

.contact__item:last-child:after {
  display: none;
}

.contact__title {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.contact__btn .btn {
  max-width: 440px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 2rem;
  justify-content: center;
}

.contact-tel {
  display: flex;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(24, 141, 96, 1);
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
}

.contact-tel:before {
  content: "";
  width: 45px;
  height: 32px;
  margin-right: 10px;
  display: block;
  background-image: url(../images/special/toshindai/icon_free.png);
  background-repeat: repeat;
  background-size: 100% auto;
}

.contact__wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}

.contact__item {
  max-width: 50%;
  flex-basis: 50%;
  padding: 80px 20px;
  position: relative;
  box-sizing: border-box;
}

.contact__item:after {
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 20px;
  right: 0;
}

.contact__item:last-child:after {
  display: none;
}

.contact__title {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.contact__btn .btn {
  max-width: 440px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 2rem;
  justify-content: center;
}

.contact-tel {
  display: flex;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(24, 141, 96, 1);
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
}

.contact-tel:before {
  content: "";
  width: 45px;
  height: 32px;
  margin-right: 10px;
  display: block;
  background-image: url(../images/special/toshindai/icon_free.png);
  background-repeat: repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 1280px) {
  .toshindai-head__wrap {
    padding-top: 5vw;
  }

  .toshindai-head-bg {
    top: -5vw;
  }
}

@media screen and (max-width: 1024px) {
  .special-section {
    margin: 16vw 0;
  }

  .concept-catch {
    font-size: calc(3rem + 4vw);
  }

  .concept-catch-jp,
  .floor__text {
    font-size: calc(1.4rem + 1vw);
  }

  .concept-text {
    margin: calc(30px + 5vw) 0;
    font-size: calc(1.4rem + 0.3vw);
  }

  .gallery {
    padding: 3vw;
  }

  .gallery .special-section__title {
    top: -50px;
  }

  .gallery-list__item {
    width: calc(100% / 2);
    padding: 3vw;
  }

  .special-section__title span {
    font-size: calc(1.2rem + 2.5vw);
  }

  .floor-list__item {
    max-width: calc((100% - (20px * 2)) / 3);
    flex-basis: calc((100% - (20px * 2)) / 3);
  }

  .contact-tel {
    font-size: calc(2rem + 3vw);
  }

  .contact__title {
    margin-bottom: 20px;
    font-size: calc(1.2rem + 1vw);
  }
}

@media screen and (max-width: 800px) {
  .toshindai-head__title {
    margin-right: 5vw;
  }

  .special-section__title span {
    padding: 0 20px;
  }

  .gallery .special-section__title {
    top: calc(-20px - 2vw);
  }

  .floor-data h4 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .floor-list {
    display: block;
  }

  .floor-list__item {
    max-width: none;
    margin-top: 10px;
  }

  .access__text {
    margin-bottom: 20px;
  }

  .contact__wrap {
    display: block;
  }

  .contact__item {
    padding: calc(20px + 5vw) 20px;
    max-width: none;
  }

  .contact__item:after {
    width: 100%;
    height: 1px;
    bottom: 0;
  }

  .contact__btn .btn {
    height: 50px;
    border-radius: 25px;
    font-size: calc(1.4rem + 1vw);
  }

  .contact-tel:before {
    width: 34px;
    height: 24px;
  }
}

@media screen and (max-width: 640px) {
  .toshindai-head {
    width: 100%;
    margin-top: -60px;
    padding-top: 60px;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .toshindai-head-bg {
    width: 200%;
    top: 0;
    left: -70%;
  }

  .gallery .special-section__title span {
    padding: 0 20px;
  }

  .floor-data__list dd,
  .access__text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .toshindai-head__wrap {
    display: block;
  }

  .toshindai-head__title,
  .toshindai-head__image {
    max-width: 65vw;
    margin: 0 auto;
  }

  .toshindai-head__title {
    margin-bottom: 10vw;
  }

  .gallery-list__item {
    width: 100%;
  }

  .access {
    padding: 3vw;
  }
}

/*------------------------------------*/
