@charset "UTF-8";
.section-title {
  background-image: url(../images/top/view.jpg);
  background-position: 60% 60%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100vw;
  display: flex;
  align-items: center;
  position: relative;
}
.section-title::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-title > * {
  position: relative;
}
@media (max-width: 768px) {
  .section-title {
    height: 150px;
    margin-top: 68px;
  }
}
/*==================================
section-introduction
===================================*/
.section-introduction {
  display: flex;
  max-width: 1300px;
  padding: 180px 40px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}
.section-introduction__house.pc {
  /*width: calc((100% - 60px) / 2);*/
  width: 50%;
  margin-right: 30px;
}
.section-introduction__house.sp {
  display: none;
}
.section-introduction__message-wrapper {
  /*width: calc((100% - 60px) / 2);*/
  width: 50%;
  margin-left: 30px;
}
.section-introduction__message span {
  display: block;
  text-align: left;
  margin-bottom: 40px;
}
.section-introduction__owner {
  display: flex;
  align-items: center;
}
.section-introduction__owner img {
  width: 25%;
  height: 25%;
  border-radius: 100%;
  margin-top: 30px;
}
.section-introduction__owner-message {
  text-align: left;
  margin: 10px;
}
.section-introduction__owner-message span {
  display: block;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 980px) {
  .section-introduction {
    display: flex;
    flex-direction: row-reverse;
    padding: 80px 30px;
  }
  .section-introduction__house.pc {
    display: none;
  }
  .section-introduction__house.sp {
    display: block;
    width: 60%;
    margin: 60px 0;
    max-width: 300px;
  }
  .section-introduction__message-wrapper {
    display: block;
    width: 100%;
    margin-left: 0px;
  }
  .section-introduction__message span {
    display: block;
    text-align: left;
    margin-bottom: 18px;
  }
  .section-introduction__owner {
    display: block;
  }
  .section-introduction__owner img {
    width: 40%;
    height: 40%;
  }
}
/*==================================
section-transport 行き方
===================================*/
.mountain_line {
  background-image: url(../images/top/mountain-line@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 90%;
  max-width: 520px;
  margin: 0 auto;
  font-size: 2.4rem;
}
.section-transport__wrapper {
  display: flex;
  max-width: 1300px;
  margin: 80px auto;
  padding: 0 30px;
  justify-content: space-between;
}
.section-transport__wrapper img {
  max-width: 600px;
  /*width: calc((100% - 60px) / 2);*/
  width: 50%;
  height: 100%;
  margin-right: 30px;
}
.section-transport__description {
  max-width: 600px;
  /*width: calc((100% - 60px) / 2);*/
  width: 50%;
  margin-left: 30px;
  text-align: left;
}
.section-transport__traffic {
  font-weight: 600;
}
.section-transport__traffic-attention {
  text-indent: -1.2em;
  padding-left: 1em;
}
.section-transport__traffic-attention span {
  margin-right: 0.2em;
}
@media (max-width: 980px) {
  .section-transport__wrapper {
    display: block;
  }
  .section-transport__wrapper img {
    width: 100%;
    margin-right: 0;
  }
  .section-transport__description {
    width: 100%;
    margin: 50px 0 0;
  }
}
/*==================================
section-way
===================================*/
.section-way__title {
  font-size: 2rem;
  font-weight: 600;
  padding: 30px;
  position: relative;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
}
.section-way__description {
  margin: 0px 15px 30px;
}
.section-way__photo {
  padding: 0 30px;
  max-width: 660px;
  margin: 0 auto;
}
.section-way__photo img {
  margin-bottom: 40px;
}
.section-way__order {
  display: flex;
  justify-content: flex-start;
  max-width: 1000px;
  align-items: center;
  margin: 60px auto;
  padding: 0 30px;
}
.section-way__order-photo {
  margin: 0 20px;
}
.section-way__order-number {
  max-width: 40px;
  height: auto;
}
.section-way__order-number.sp {
  display: none;
}

.section-way__order-description {
  margin: 30px 30px 60px;
  text-align: left;
}
.section-way__order-description p {
  display: flex;
  align-items: center;
}
.section-way__order-arrow {
  display: none;
}
@media (max-width: 768px) {
  .section-way__order {
    display: block;
    margin: 40px auto 0;
  }
  .section-way__order-photo {
    margin: 0;
  }
  .section-way__order-number {
    display: none;
  }
  .section-way__order-description {
    max-width: 310px;
    display: flex;
    margin: 10px auto;
  }
  .section-way__order-number.sp {
    display: block;
    min-width: 40px;
    height: 100%;
    margin-right: 10px;
  }
  .section-way__order-arrow {
    display: block;
    font-size: 2.5rem;
  }
}

/*カギ括弧*/

.plus {
  display: inline-block;
  width: 3px;
  height: 46px;
  position: relative;
  background: #333;
  /* padding: 30px; */
  text-align: center;
  top: -20px;
}
.plus::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 3px;
  position: absolute;
  background: #333;
  /* padding: 30px; */
  text-align: center;
  top: 9px;
  left: -9px;
}
.plus.rotate {
  transform: rotate(180deg);
  top: 10px;
}

.section-town__title {
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 200px 0 70px;
}
.section-town__title:before {
  content: "";
  width: 30%;
  height: 2px;
  background-color: #333;
  margin: 0 1rem 0 0;
}
.section-town__first-message {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
.section-town__photo {
  width: 73.33%;
  margin-right: -10%;
  margin-bottom: 208px;
}
.section-town__photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-town__message {
  max-width: 560px;
  background-color: #f9f9f9;
  margin-top: 17%;
  padding: 50px;
  text-align: left;
}
.section-town__message-title {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
  margin-top: -150px;
  padding-left: 30px;
}
.section-town__bicycle {
  max-width: 90px;
  margin: 100px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-town__image {
  max-width: 600px;
  height: 312px;
  margin: 50px auto 320px;
  position: relative;
}
.section-town__image img {
  width: 50%;
}
.section-town__image img:first-child {
  border: solid 15px#f9f9f9;
}
.section-town__image img:last-child {
  width: 40%;
}
.section-town__image-nightocean {
  position: absolute;
  top: 50px;
  left: 0;
}
.section-town__image-port {
  position: absolute;
  top: 0;
  right: 0;
}
.section-town__image-oceanview {
  position: absolute;
  left: 25%;
  top: 270px;
}
@media (max-width: 768px) {
  .section-town__title:before {
    width: 80px;
  }

  .section-town__first-message {
    display: block;
    padding: 0;
  }
  .section-town__bicycle {
    max-width: 60px;
  }
  .section-town__photo {
    width: 73.33%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .section-town__message {
    padding: 50px 30px;
    text-align: left;
    margin: 0 auto;
    max-width: 400px;
  }
  .section-town__message-title {
    margin: 0 auto;
    max-width: 400px;
  }
  /*コピーーーーーー*/
  .section-town__image {
    max-width: 260px;
    height: 156px;
    margin: 0 auto 200px;
    position: relative;
  }

  .section-town__image img:first-child {
    border: solid 7px#f9f9f9;
  }

  .section-town__image-nightocean {
    position: absolute;
    top: 50px;
    left: 0;
  }
  .section-town__image-port {
    position: absolute;
    top: 0;
    right: 0;
  }
  .section-town__image-oceanview {
    position: absolute;
    left: 25%;
    top: 120px;
  }
}
