@charset "UTF-8";
.s-toshin-img-fluid {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.s-toshin-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #124a7b;
}
@media only screen and (max-width: 768px) {
  .s-toshin-title {
    font-size: 20px;
  }
}
.s-toshin-subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  position: relative;
  padding-left: 16px;
  margin-top: 27px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-subtitle {
    font-size: 18px;
  }
}
.s-toshin-subtitle::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #bb8e00;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.s-toshin-subtitle-txt-sm {
  display: block;
  font-size: 10px;
  color: #bb8e00;
  letter-spacing: 0.06em;
}
.s-toshin-banner {
  background-color: rgba(80, 129, 165, 0.05);
  padding: 60px 0 64px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-banner {
    margin-top: 55px;
    padding: 45px 0 64px;
  }
}
.s-toshin-banner__box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.s-toshin-banner__col {
  width: 50%;
  max-width: 50%;
  padding: 0 8px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-banner__col {
    width: 100%;
    max-width: 100%;
  }
}
.s-toshin-banner__linkbox {
  padding: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.s-toshin-banner__linkbox:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}
.s-toshin-banner__link {
  display: flex;
  margin: 0 -8px;
}
.s-toshin-banner__fig {
  width: 20.45%;
  max-width: 20.45%;
  padding: 0 8px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .s-toshin-banner__fig {
    width: 31%;
    max-width: 31%;
  }
}
.s-toshin-banner__content {
  width: 79.45%;
  max-width: 79.45%;
  padding: 0 8px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-banner__content {
    width: 69%;
    max-width: 69%;
  }
}
.s-toshin-banner__ttl {
  font-size: 16px;
  line-height: 1.33;
  color: #0062b2;
  margin-bottom: 8px;
}
.s-toshin-banner__desc {
  font-size: 13px;
  line-height: 1.33;
  color: #777777;
  margin-bottom: 8px;
}
.s-toshin-hero {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .s-toshin-hero__box {
    display: flex;
    flex-direction: column-reverse;
  }
}
.s-toshin-hero__txt-box {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 130px 0 50px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-hero__txt-box {
    margin: 56px 0 40px;
  }
}
.s-toshin-hero__txt {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.33;
  background-color: #124a7b;
  color: #fff;
  margin-bottom: 8px;
  display: inline-flex;
  padding: 2px 30px 2px 25px;
  height: 70px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .s-toshin-hero__txt {
    font-size: 45px;
    padding: 2px 45px 2px 20px;
    position: relative;
    left: -15px;
    height: 55px;
  }
}
.s-toshin-hero__txt-sm {
  font-size: 40px;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-hero__txt-sm {
    font-size: 25px;
    height: 35px;
  }
}
.s-toshin-hero__desc-box {
  margin-left: 70px;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-hero__desc-box {
    margin-left: 45px;
    margin-top: 22px;
  }
}
.s-toshin-hero__desc-lg {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.16em;
  color: #5081a5;
  position: relative;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-hero__desc-lg {
    font-size: 14px;
  }
}
.s-toshin-hero__desc-lg::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #5081a5;
  left: -70px;
  top: 10px;
}
.s-toshin-hero__desc-sm {
  font-size: 14px;
  line-height: 1.6;
  color: #5081a5;
}
@media only screen and (max-width: 768px) {
  .s-toshin-hero__desc-sm {
    font-size: 12px;
  }
}
.s-toshin-hero__fig {
  position: absolute;
  right: 0;
  top: 40px;
  margin: 0;
}
@media only screen and (max-width: 1300px) {
  .s-toshin-hero__fig {
    max-width: 560px;
  }
}
@media only screen and (max-width: 768px) {
  .s-toshin-hero__fig {
    position: relative;
    top: 0;
    margin-right: -15px;
    margin-top: 20px;
    margin-left: 35px;
    max-width: 100%;
  }
}
.s-toshin-apartment {
  padding: 55px 0 35px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .s-toshin-apartment {
    padding: 40px 0 35px;
    overflow: hidden;
  }
}
.s-toshin-apartment .s-toshin-title::before {
  position: absolute;
  content: "";
  max-width: 100%;
  max-height: 280px;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 129, 165, 0.05);
  right: 47%;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .s-toshin-apartment .s-toshin-title::before {
    right: 15px;
  }
}
.s-toshin-apartment__box {
  margin-top: 18px;
}
.s-toshin-apartment__row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .s-toshin-apartment__row {
    flex-wrap: nowrap;
  }
}
.s-toshin-apartment__col {
  width: 25%;
  max-width: 25%;
}
@media only screen and (max-width: 768px) {
  .s-toshin-apartment__col {
    max-width: 285px;
    flex: 0 0 285px;
  }
}
.s-toshin-apartment__link {
  display: block;
  padding: 10px 20px;
  border-right: 2px solid #dce2e6;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.s-toshin-apartment__link:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.s-toshin-apartment__link-noline {
  border-right: 0;
}
.s-toshin-apartment__ttl {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  background-color: #124a7b;
  padding: 2px 10px;
  display: inline-block;
  margin: 10px 0;
}
.s-toshin-apartment__desc {
  font-size: 14px;
  line-height: 1.3;
  color: #7c7c7c;
  margin-bottom: 8px;
}
@media only screen and (min-width: 769px) {
  .s-toshin-apartment__desc {
    min-height: 36px;
  }
}
.s-toshin-apartment__more {
  font-size: 13px;
  font-family: Helvetica, sans-serif;
  color: #5081a5;
  position: relative;
  display: inline-block;
}
.s-toshin-apartment__more::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 8px;
  background-image: url(/assets/materials/toshin-arw.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.s-toshin-shibu {
  background-color: rgba(80, 129, 165, 0.05);
  padding: 35px 0;
}
@media only screen and (max-width: 768px) {
  .s-toshin-shibu {
    overflow: hidden;
    padding: 20px 0 35px;
  }
}
.s-toshin-chiyo {
  background-color: rgba(80, 129, 165, 0.05);
  padding: 35px 0;
}
@media only screen and (max-width: 768px) {
  .s-toshin-chiyo {
    overflow: hidden;
  }
}
.s-toshin-shin {
  padding: 28px 0 25px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-shin {
    overflow: hidden;
  }
}
.s-toshin-shina {
  background-color: rgba(80, 129, 165, 0.05);
  padding: 55px 0;
}
@media only screen and (max-width: 768px) {
  .s-toshin-shina {
    overflow: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .s-toshin-detail {
    overflow: hidden;
  }
}
.s-toshin-detail__feature-fig {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__feature-fig {
    margin-top: 73px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 40px;
  }
}
.s-toshin-detail__comp-subttl {
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  line-height: 1.6;
  color: #124a7b;
  padding-left: 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__comp-subttl {
    font-size: 12px;
  }
}
.s-toshin-detail__comp-subttl::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #124a7b;
  left: 0;
  top: 5px;
}
.s-toshin-detail__comp-desc {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  padding: 6px 0 15px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__comp-desc {
    font-size: 18px;
  }
}
.s-toshin-detail__feature {
  padding: 58px 0;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__feature {
    padding: 58px 0 0;
  }
}
.s-toshin-detail__feature-img-box {
  position: relative;
  padding-top: 33px;
}
.s-toshin-detail__feature-img-desc {
  font-size: 55px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 700;
  font-family: Helvetica, sans-serif;
  color: #5081a5;
  letter-spacing: 0.16em;
  position: absolute;
  right: 16px;
  top: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__feature-img-desc {
    font-size: 42px;
    color: #124a7b;
    bottom: 0;
    right: 16px;
    top: inherit;
    opacity: 0.7;
  }
}
.s-toshin-detail__feature-row {
  display: flex;
  margin: 0 -15px;
}
.s-toshin-detail__feature-col-lg {
  max-width: 56.7%;
  width: 56.7%;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__feature-col-lg {
    max-width: 100%;
    width: 100%;
  }
}
.s-toshin-detail__feature-col-sm {
  max-width: 43.3%;
  width: 43.3%;
  padding: 0 15px;
}
.s-toshin-detail__feature-subttl {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #5081a5;
  font-family: Helvetica, sans-serif;
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__feature-subttl {
    padding-left: 25px;
  }
}
.s-toshin-detail__feature-subttl::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #5081a5;
  left: 0;
  top: 5px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__feature-subttl::before {
    left: -15px;
  }
}
.s-toshin-detail__feature-subttl-span {
  display: block;
  font-size: 14px;
}
.s-toshin-detail__feature-ttl-box {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 108px 0 33px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__feature-ttl-box {
    margin: 0;
    position: absolute;
    top: -37px;
    left: -15px;
  }
}
.s-toshin-detail__feature-ttl {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.33;
  background-color: #124a7b;
  color: #fff;
  margin-bottom: 8px;
  display: inline-block;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__feature-ttl {
    font-size: 42px;
    margin-bottom: 4px;
    padding: 0 17px;
  }
  .s-toshin-detail__feature-ttl-lg {
    font-size: 36px;
  }
}
.s-toshin-detail__feature-ttl-sm {
  font-size: 16px;
  line-height: 1.33;
  font-weight: 400;
  letter-spacing: 0.06em;
  background-color: #124a7b;
  color: #fff;
  display: flex;
  padding: 4px 30px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__feature-ttl-sm {
    font-size: 14px;
    padding: 4px 17px;
  }
}
.s-toshin-detail__feature-content {
  background-color: rgba(80, 129, 165, 0.05);
  padding: 60px 40px 60px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__feature-content {
    padding: 20px 15px 20px;
  }
}
.s-toshin-detail__feature-about-ttl {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #124a7b;
  padding-bottom: 17px;
  border-bottom: 1px solid #dce2e6;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__feature-about-ttl {
    font-size: 20px;
  }
}
.s-toshin-detail__feature-about-txt {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__feature-about-txt {
    font-size: 14px;
  }
}
.s-toshin-detail__area-content {
  max-width: 750px;
  margin-top: 143px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-content {
    margin-top: 80px;
  }
}
.s-toshin-detail__area-box {
  margin: 100px 0 200px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-box {
    margin: 100px 0 170px;
  }
}
.s-toshin-detail__area-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 474px;
  background-color: rgba(187, 142, 0, 0.05);
  left: 50%;
  top: -100px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-box::after {
    left: 28%;
    height: 300px;
    top: -60px;
  }
}
.s-toshin-detail__area-box-noafter::after {
  content: none;
}

.s-toshin-detail__area-box-mb {
  margin-bottom: 110px;
}

@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-box-mb {
    margin-bottom: 100px;
  }
}

.s-toshin-detail__area-fig {
  margin: 0;
  position: relative;
}
.s-toshin-detail__area-fig-area {
  display: flex;
}
.s-toshin-detail__area-fig-area .s-toshin-img-fluid {
  max-width: 62.54%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-fig-area .s-toshin-img-fluid {
    height: 300px;
  }
}
.s-toshin-detail__area-fig-area .s-toshin-img-fluid-sm {
  margin-right: 10px;
  max-width: 37.46%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-fig-area .s-toshin-img-fluid-sm {
    margin-right: 5px;
    height: 300px;
    object-fit: cover;
  }
}
.s-toshin-detail__area-text {
  position: relative;
}
.s-toshin-detail__area-text::after {
  position: absolute;
  content: "WHAT’S \aTHIS AREA LIKE?";
  white-space: pre;
  width: 100%;
  height: 100%;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #bb8e00;
  font-family: Helvetica, sans-serif;
  top: -30px;
  right: 16px;
  /* transform: rotate(90deg); */
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-text::after {
    font-size: 20px;
    top: -40px;
    right: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-text .s-toshin-img-fluid {
    height: 300px;
    object-fit: cover;
  }
}
.s-toshin-detail__area-mansion {
  position: relative;
}
.s-toshin-detail__area-mansion::after {
  position: absolute;
  content: "RECOMMENDED \aMANSION";
  white-space: pre;
  width: 100%;
  height: 100%;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #5081a5;
  font-family: Helvetica, sans-serif;
  top: -30px;
  right: 16px;
  /* transform: rotate(90deg); */
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-mansion::after {
    font-size: 20px;
    top: -40px;
    right: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-mansion .s-toshin-img-fluid {
    height: 300px;
    object-fit: cover;
  }
}
.s-toshin-detail__area-caption {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 30px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-caption {
    bottom: 10px;
  }
}
.s-toshin-detail__area-caption-ttl {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #bb8e00;
  line-height: 1.3;
  background-color: #fff;
  padding: 3px 20px 3px 40px;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-caption-ttl {
    font-size: 14px;
    padding: 3px 20px 3px 35px;
  }
}
.s-toshin-detail__area-caption-ttl::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bb8e00;
  left: 21px;
  top: 7px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-caption-ttl::before {
    width: 8px;
    height: 8px;
    left: 22px;
  }
}
.s-toshin-detail__area-caption-ttl-lg {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #bb8e00;
  line-height: 1.3;
  background-color: #fff;
  padding: 3px 20px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-caption-ttl-lg {
    font-size: 20px;
    letter-spacing: 0.06em;
  }
}
.s-toshin-detail__area-desc {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 30px;
}
.s-toshin-detail__area-desc-bold {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-desc {
    font-size: 14px;
    margin-top: 20px;
  }
}
.s-toshin-detail__area-seemore {
  position: relative;
}
.s-toshin-detail__area-seemore-btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 700;
  color: #5081a5;
}
@media only screen and (min-width: 769px) {
  .s-toshin-detail__area-seemore-btn {
    display: none;
  }
}
.s-toshin-detail__area-seemore-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 15px;
  background-image: url(/assets/materials/toshin-arw-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  bottom: -15px;
}
.s-toshin-detail__area-seemore-btn.hide {
  display: none;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-seemore-box {
    max-height: 210px;
    margin-bottom: 60px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .s-toshin-detail__area-seemore-box.open {
    max-height: 100%;
  }
}
.s-toshin-detail__area-btn-box {
  text-align: right;
  margin-top: 27px;
}
.s-toshin-detail__area-btn {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 6px;
  color: #5081a5;
  border-bottom: 2px solid #5081a5;
  padding-right: 20px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-btn {
    font-size: 15px;
    padding-right: 20px;
  }
}
.s-toshin-detail__area-btn:hover {
  opacity: 0.7;
  border-bottom: 2px solid transparent;
}
.s-toshin-detail__area-btn::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 11px;
  background-image: url(/assets/materials/toshin-arw-2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 41%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-btn::after {
    top: 37%;
  }
}
.s-toshin-detail__area-btn-mb {
  margin-bottom: 32px;
}
.s-toshin-detail__area .s-toshin-detail__area-caption-ttl-lg-span {
  font-size: 14px;
  line-height: 1.3;
  display: block;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area .s-toshin-detail__area-caption-ttl-lg-span {
    font-size: 12px;
  }
}
.s-toshin-detail__area-box-blue {
  position: relative;
}
.s-toshin-detail__area-box-blue::after {
  content: none;
}
.s-toshin-detail__area-box-blue::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 474px;
  background-color: rgba(80, 129, 165, 0.05);
  right: 50%;
  top: -100px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-box-blue::before {
    right: 28%;
    height: 300px;
    top: -60px;
  }
}
.s-toshin-detail__area-box-blue .s-toshin-detail__area-caption-ttl::before {
  background-color: #5081a5;
}
.s-toshin-detail__area-box-blue .s-toshin-detail__area-caption-ttl,
.s-toshin-detail__area-box-blue .s-toshin-detail__area-caption-ttl-lg {
  color: #5081a5;
}
.s-toshin-detail__area-box-blue .s-toshin-detail__area-caption-ttl-lg-span {
  font-size: 14px;
  line-height: 1.3;
  display: block;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-box-blue .s-toshin-detail__area-caption-ttl-lg-span {
    font-size: 12px;
  }
}
.s-toshin-detail__area-req {
  font-size: 13px;
  line-height: 1.4;
  text-align: right;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__area-req {
    font-size: 11px;
    text-align: center;
  }
}
.s-toshin-detail__facinating {
  padding: 0 50px 60px;
  background-color: rgba(80, 129, 165, 0.05);
  margin: -80px 0 60px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__facinating {
    padding: 5px 15px 60px;
    margin: -40px 0 40px;
  }
}
.s-toshin-detail__facinating-ttl {
  font-size: 42px;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #124a7b;
  position: relative;
  top: -30px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__facinating-ttl {
    font-size: 35px;
  }
}
.s-toshin-detail__facinating-subttl {
  font-size: 22px;
  line-height: 1.3;
  border-bottom: 1px solid #dce2e6;
  padding-bottom: 27px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__facinating-subttl {
    font-size: 20px;
  }
}
.s-toshin-detail__facinating-desc {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__facinating-desc {
    font-size: 16px;
  }
}
.s-toshin-detail__map {
  border-top: 1px solid #5081a5;
  padding: 28px 0 70px;
}
.s-toshin-detail__profile {
  background-color: rgba(80, 129, 165, 0.05);
  padding: 40px 40px 50px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__profile {
    padding: 40px 15px 50px;
  }
}
.s-toshin-detail__profile-row {
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__profile-row {
    flex-direction: column;
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  .s-toshin-detail__profile-col-sm {
    width: 25.3%;
    max-width: 25.3%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 769px) {
  .s-toshin-detail__profile-col-lg {
    width: 74.7%;
    max-width: 74.7%;
    padding: 0 10px;
  }
}
.s-toshin-detail__profile-ttl {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  border-bottom: 1px solid #dce2e6;
  padding-bottom: 7px;
  margin-bottom: 24px;
}
.s-toshin-detail__profile-cat {
  font-size: 14px;
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  line-height: 1.1;
  color: #5081a5;
  margin-right: 10px;
  position: relative;
  padding-left: 12px;
}
.s-toshin-detail__profile-cat::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5081a5;
  left: 0;
  top: 4px;
}
.s-toshin-detail__profile-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__profile-name {
    font-size: 15px;
    max-width: 70%;
  }
}
.s-toshin-detail__profile-name-desc {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #9fa0a0;
  display: block;
  margin-top: 3px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__profile-name-desc {
    font-size: 11px;
  }
}
.s-toshin-detail__profile-desc {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__profile-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__profile .s-toshin-img-fluid {
    max-width: 30%;
    margin-bottom: 16px;
  }
}
.s-toshin-detail__profile-link-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.s-toshin-detail__profile-link {
  font-size: 16px;
  color: #5081a5;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__profile-link {
    font-size: 14px;
  }
}
.s-toshin-detail__profile-link:hover {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.s-toshin-detail__profile-inner-row {
  display: flex;
  align-items: center;
}
.s-toshin-detail__profile-inner-row .s-toshin-detail__profile-name {
  margin-left: 8px;
}
.s-toshin-detail__apart {
  margin: 100px 0 60px;
}
.s-toshin-detail__apart-ttl {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #124a7b;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__apart-ttl {
    font-size: 20px;
  }
}
.s-toshin-detail__apart-box {
  padding: 20px;
  background-color: rgba(80, 129, 165, 0.05);
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__apart-box {
    padding: 12px 12px 38px;
  }
}
.s-toshin-detail__apart-row {
  display: flex;
  margin: 0 -15px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__apart-row {
    flex-direction: column;
  }
}
.s-toshin-detail__apart-col-sm {
  width: 37%;
  max-width: 37%;
  padding: 0 15px;
  transition: all .3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__apart-col-sm {
    width: 100%;
    max-width: 100%;
  }
}

.s-toshin-detail__apart-col-sm:hover {
  opacity: 0.8;
}

.s-toshin-detail__apart-col-lg {
  width: 63%;
  max-width: 63%;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__apart-col-lg {
    width: 100%;
    max-width: 100%;
  }
}
.s-toshin-detail__apart-name {
  font-size: 20px;
  line-height: 1.5;
  color: #124a7b;
  padding-bottom: 16px;
  border-bottom: 1px solid #dce2e6;
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__apart-name {
    font-size: 18px;
    padding-bottom: 8px;
    margin-top: 17px;
  }
}
.s-toshin-detail__apart-desc {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__apart-desc {
    font-size: 14px;
  }
}
.s-toshin-detail__apart-link {
  font-size: 20px;
  line-height: 1.3;
  color: #5081a5;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__apart-link {
    font-size: 16px;
  }
}
.s-toshin-detail__apart-link::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 14px;
  background-image: url(/assets/materials/toshin-arw.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.s-toshin-detail__apart-link:hover {
  opacity: 0.7;
}
.s-toshin-detail__nearby-alaska {
  padding: 60px 0 64px;
}
.s-toshin-detail__nearby-row {
  display: flex;
  margin: 0 -20px 40px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__nearby-row {
    flex-direction: column;
  }
}
.s-toshin-detail__nearby-col {
  width: 50%;
  max-width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__nearby-col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.s-toshin-detail__nearby-col-line {
  position: relative;
}
.s-toshin-detail__nearby-col-line::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #dce2e6;
  left: 0;
  top: 0;
}
.s-toshin-detail__nearby-ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.s-toshin-detail__nearby-link-row {
  display: flex;
  margin: 0 -25px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__nearby-link-row {
    flex-direction: column;
  }
}
.s-toshin-detail__nearby-link-col {
  width: 50%;
  max-width: 50%;
  padding: 0 25px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__nearby-link-col {
    width: 100%;
    max-width: 100%;
  }
}
.s-toshin-detail__nearby-link {
  font-size: 16px;
  line-height: 1.3;
  color: #0062b2;
  margin-bottom: 11px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.s-toshin-detail__nearby-link-mb0 {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__nearby-link-mb0 {
    margin-bottom: 11px;
  }
}
.s-toshin-detail__nearby-link:hover {
  text-decoration: underline;
}
.s-toshin-detail__nearby-btn {
  font-size: 20px;
  color: #fff;
  background-color: #1e50a2;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 20px 10px;
  transition: all 0.3s ease-in-out;
}
.s-toshin-detail__nearby-btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__nearby-btn {
    font-size: 16px;
  }
}
.s-toshin-detail__special {
  background-color: rgba(80, 129, 165, 0.05);
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__special {
    padding-top: 40px;
  }
}
.s-toshin-detail__special-ttl {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__special-ttl {
    font-size: 16px;
  }
}
.s-toshin-detail__special-subttl {
  font-size: 18px;
  position: relative;
  padding-left: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #dce2e6;
  margin-bottom: 15px;
}
.s-toshin-detail__special-subttl::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bb8e00;
  left: 0;
  top: 4px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__special-subttl::before {
    width: 8px;
    height: 8px;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__special-subttl {
    font-size: 16px;
  }
}
.s-toshin-detail__special-link {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 12px;
  display: inline-block;
  width: 50%;
  max-width: 50%;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}
.s-toshin-detail__special-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__special-link {
    font-size: 16px;
  }
}
.s-toshin-detail__special-row {
  display: flex;
  flex-wrap: wrap;
  margin: 27px -15px 0;
}
.s-toshin-detail__special-col {
  width: 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__special-col {
    width: 100%;
    max-width: 100%;
  }
}
.s-toshin-detail__special-lnk-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.s-toshin-detail__store-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 32px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__store-row {
    flex-direction: column;
  }
}
.s-toshin-detail__store-col-sm {
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__store-col-sm {
    margin-bottom: 16px;
  }
}
.s-toshin-detail__store-col-lg {
  padding: 0 15px;
}
.s-toshin-detail__store-text {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__store-text {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.s-toshin-detail__store-text-l {
  max-width: 130px;
  width: 130px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__store-text-l {
    font-size: 15px;
    line-height: 1.32;
    width: 100px;
  }
}
.s-toshin-detail__store-text-r {
  width: calc(100% - 130px);
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .s-toshin-detail__store-text-r {
    font-size: 15px;
    line-height: 1.3;
    width: calc(100% - 100px);
  }
}

.s-scroll-wrap {
  position: relative;
}

.s-scroll:before {
  content: none;
}

.s-scroll::-webkit-scrollbar {
  width: 0;
  height: 2px;
  background: #dce2e6;
}

.s-scroll::-webkit-scrollbar-thumb {
  background: #5081a5;
  border-radius: 2px;
}

/*NEW CSS 10/05/2023*/


.s-toshin-title-nav {
  margin-top: 40px;
}

.s-toshin-title-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 32px -10px 0;
}

.s-toshin-title-link {
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .s-toshin-title-link {
    width: 33.33%;
  }
}
.s-toshin-title-link .s-toshin-subtitle {
  padding: 8px 20px 6px;
  border: 1px solid #124a7b;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .s-toshin-title-link .s-toshin-subtitle {
    padding: 8px 10px;
  }
}
.s-toshin-title-link .s-toshin-subtitle:hover {
  background-color: #124a7b;
  color: #fff;
}
.s-toshin-title-link .s-toshin-subtitle::before {
  content: none;
}
.s-toshin-title-link .s-toshin-subtitle {
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .s-toshin-title-link .s-toshin-subtitle {
    font-size: 16px;
  }
}
.s-toshin-title-link .s-toshin-subtitle-txt-sm {
  font-size: 10px;
  text-align: center;
}


/*# sourceMappingURL=static_toshin.css.map */
