@charset "utf-8";
.fix_btn {
	display: none;
}
#model_kohata {
  font-family: "Noto Sans JP", sans-serif;
}

.p-breadcrumb {
  display: none;
}

.c-anime {
  transition: all 1.6s ease;
}
.c-anime.js-scrollAnime {
  opacity: 0;
}
.c-anime.js-scrollAnime.start {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anime__fadeUp {
  transform: translateY(3rem);
}
.c-anime__delay1 {
  transition-delay: 0.3s;
}

/* .p-mv */

.p-mv {
  position: relative;
  padding: 0 0 170px;
}

.p-mv__bg {
    position: relative;
    background: url("../img/model_kohata/bg_mv_pc.png")no-repeat;
    background-size: cover;
    background-position: center;
    height: 80vh;
    padding: 0 50px;
}

.p-mv__headline {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.p-mv__headline span {
  display: block;
  max-width: 490px;
  margin: 25px auto 35px;
}

.p-mv__headline a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
  font-size: 1.5rem;
  background: url("../img/model_kohata/ico_pin.svg")no-repeat;
  background-size: 11px;
  background-position: right center;
  transition: .3s;
  font-weight: 400;
}

.p-mv__bottom {
  background: #fff;
  padding: 60px 74px;
}

.p-mv__bottom p {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2;
  font-weight: 500;
}

.p-mv__bottom p + p {
  padding-top: 20px;
}
@media (min-width: 1440px) {
	.fix_btn {
		display: block;
		width: 150px;
		position: fixed;
		left: 22px;
		bottom: 22px;
		z-index: 100;
	}
	.fix_btn a{
		transition: .3s;
	}

}
@media (min-width: 1600px) {
	.fix_btn {
        width: 180px;
		left:40px;
		bottom: 40px;
	}

}
@media (min-width: 768px) {

  .p-mv__headline a:hover {
    opacity: .8;
  }

  .p-mv__bottom {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
  }


}


@media (max-width: 767px) {

  .p-mv {
    padding: 0;
  }

  .p-mv__bg {
      position: relative;
      background: url("../img/model_kohata/bg_mv_sp.png")no-repeat;
      background-size: cover;
      background-position: center;
      height: 530px;
  }

  .p-mv__headline {
    font-size: 1.6rem;
  }

  .p-mv__headline span {
    display: block;
    max-width: 207px;
    margin: 25px auto 35px;
  }

  .p-mv__headline a {
    font-size: 1.4rem;
  }

  .p-mv__bottom {
	width: 100%;
    padding: 60px 30px 50px;
  }

  .p-mv__bottom p {
    font-size: 1.2rem;
  }


}

/* ギャラリー */

.p-heading {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0 0 0 15px;
    border-left: solid 5px #665546;
}

.p-container {
  width: 100%;
  padding: 80px 0 120px;
}

.p-content {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 0 100px;
  z-index: 2;
}

.p-container p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

.p-large {
  margin: 30px 0;
}

.p-large img {
  width: 100%;
  height: auto;
  display: block;
}

.p-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 50px auto 20px;
}


.p-sub-heading {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.p-ldk {
  background: url("../img/model_kohata/txt_ldk.svg")no-repeat;
  background-size: 393px;
  background-position: right 80px top;
}

.p-terrace {
  background: url("../img/model_kohata/txt_terrace.svg")no-repeat;
  background-size: 403px;
  background-position: right 80px top;
}

.p-entrance {
  background: url("../img/model_kohata/txt_entrance.svg")no-repeat;
  background-size: 481px;
  background-position: right 80px top;
}

.p-washroom {
  background: url("../img/model_kohata/txt_washroom.svg")no-repeat;
  background-size: 559px;
  background-position: right 80px top;
}

.p-bedroom {
  background: url("../img/model_kohata/txt_bedroom.svg")no-repeat;
  background-size: 869px;
  background-position: right 80px top;
}


@media (min-width: 768px) {

.p-large {
	position: relative;
	margin-left: calc((100% - 1040px) / 2);
	max-width: 1215px;
	overflow: hidden;
	z-index: 1;
	margin-right: 80px;
}

  .p-small-pic {
    width: 32%;
    /*! max-width: 313px; */
  }

  .p-2col {
    display: flex;
    gap: 50px; /* 任意のカラム間余白 */
    justify-content: space-between;
  }

  .p-2col__left {
    width: 28%;
    flex-shrink: 0;
    margin-top: 50px;
  }

  .p-2col__small {
    width: 25%;
    margin-top: 50px;
  }

  .p-2col__right {
    width: 68%;
  }

  .p-2col__block {
    padding: 50px 50px 0;
    max-width: 660px;
  }

  .p-bedroom .p-2col {
    align-items: flex-end;
  }

  .p-bedroom .p-2col__block {
    padding-left: 0;
  }

}

@media (max-width: 1340px) {
	.p-large {
	margin-left: 120px;
	margin-right: 80px;
	}
}
@media (max-width: 834px) {
	.p-content {
	padding: 0 30px;
	}
	
	.p-large {
	margin-left: 30px;
	margin-right: 30px;
	}	
}


@media (max-width: 767px) {

  .p-container {
    padding: 30px 0 60px;
  }

  .p-content {
    padding: 0 15px;
  }

  .p-container p {
    font-size: 1.2rem;
  }

  .p-heading {
      font-size: 2rem;
      border-left: solid 3px #665546;
  }


  .p-large {
    margin: 20px 0;
  }

  .p-flex {
    margin: 20px 0;
  }

  .p-small-pic {
    width: 48%;
  }

  .p-small-pic:nth-child(n + 3) {
    margin-top: 15px;
  }

  .p-2col__left {
    padding: 0 90px 0 15px;
    margin: 0 0 30px;
  }

  .p-2col__small {
    width: 45%;
    margin: 30px 15px 0;
  }

  .p-2col__block {
      padding: 15px 15px 0;
  }

  .p-sub-heading {
      font-size: 1.7rem;
      margin: 0;
  }

  .p-ldk {
    background-size: 191px;
    background-position: right -10px top;
  }

  .p-terrace {
    background-size: 196px;
    background-position: right -10px top;
  }

  .p-entrance {
    background-size: 234px;
    background-position: right -10px top;
  }

  .p-washroom {
    background-size: 272px;
    background-position: right -10px top;
  }

  .p-bedroom {
    background-size: 375px;
    background-position: right -10px top;
  }

}

/* .p-floor */

p.p-floor-lead {
    font-size: 2rem;
    font-weight: 500;
    color: #665546;
    padding: 20px 0;
    line-height: 1;
    letter-spacing: 0.04em;
}

.p-floor-tag {
  margin: 0 0 25px;
}

.p-floor-tag li {
  display: inline-block;
  vertical-align: middle;
  min-width: 140px;
  border: solid 1px #665546;
  border-radius: 30px;
  min-height: 34px;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 8px;
}

.p-floor-tag li + li {
  margin-left: 15px;
}

.p-floor-graph {
  margin: 0 0 70px;
}

.p-floor-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}



.p-floor-link li {
  border-bottom: solid 1px #C6C6C6;
  line-height: 1;
}

.p-floor-link li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0 30px 14px 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: url("../img/model_kohata/ico_down.svg")no-repeat;
  background-size: 20px;
  background-position: right top;
}

.p-floor {
  background: url("../img/model_kohata/txt_floor.svg")no-repeat;
  background-size: 650px;
  background-position: right 80px top 80px;
}

.p-button a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  min-height: 80px;
  border-radius: 50px;
  transition: .3s;
  text-align: center;
  padding: 25px 0;
}

.p-button_info a {
  background: #252525;
}

.p-button_book a {
  background: #665546;
}

.p-button_book span {
  display: inline-block;
  padding: 0 30px 0 45px;
  position: relative;
}

.p-button_book span::before {
  position: absolute;
  content: "";
  pointer-events: none;
  background: url("../img/model_kohata/ico_calendar.svg")no-repeat;
  background-size: 22px;
  background-position: left center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-button_book span::after {
  position: absolute;
  content: "";
  pointer-events: none;
  background: url("../img/model_kohata/ico_arrow.svg")no-repeat;
  background-size: 18px;
  background-position: right center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .p-floor-link::after{
    content:"";
    display: block;
    width: 32%;
    max-width: 330px;
  }

  .p-floor-link li {
      width: 32%;
      max-width: 330px;
  }

  .p-floor-link li:nth-child(n + 4) {
    margin-top: 30px;
  }

  .p-2col-button {
    display: flex;
    justify-content: space-between;
    max-width: 804px;
    margin: 100px auto 0;
  }

  .p-button {
    width: 48%;
    max-width: 380px;
  }

  .p-button a:hover ,.fix_btn a:hover{
    opacity: .8;
  }

}


@media (max-width: 767px) {

  p.p-floor-lead {
      font-size: 1.6rem;
      line-height: 1;
  }

  .p-floor-tag li {
      font-size: 1.3rem;
      min-width: 124px;
      min-height: 30px;
  }

  .p-floor-tag li + li {
      margin-left: 8px;
  }

  .p-floor-graph {
    margin: 0 0 30px;
  }

  .p-floor-link li {
      width: 47%;
  }


  .p-floor-link li a {
    font-size: 1.2rem;
    background-position: right bottom 15px;
    line-height: 1.3;
    background-size: 15px;
    padding: 15px 20px 15px 0;
  }

  .p-floor {
    background-size: 317px;
    background-position: right -10px top;
  }

  .p-2col-button {
    margin: 70px auto 0;
  }

  .p-button {
    max-width: 280px;
    margin: 0 auto;
  }

  .p-button_book {
    margin-top: 20px;
  }

  .p-button a {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    min-height: 60px;
    padding: 15px 0;
  }


}


/* .p-info */


.p-info-content {
    padding: 40px 50px 60px;
    background: #F7F7F7;
    max-width: 1040px;
    margin: 0 auto;
}

.p-info-heading {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
    padding: 0 0 20px;
    border-bottom: solid 1px #000000;
    margin: 0 0 60px;
    letter-spacing: 0.08em;
}

.p-info-map {
  margin: 45px auto 0;
  height: 360px;
}

.p-info-map iframe {
	width: 100%;
	height: 100%;
}
.p-info-table {
  	letter-spacing: 0.04em;
}
.p-info-table td,
.p-info-table th {
  border-bottom: 5px solid #F7F7F7;
}
.p-info-table th {
    color: #fff;
    background: #000000;
    text-align: center;
    font-weight: 500;
    width: 66px;
    font-size: 1.1rem;
    vertical-align: middle;
    padding: 10px 0;
}

.p-info-table td {
  vertical-align: middle;
  font-size: 1.4rem;
  padding: 5px 0 5px 22px;
  line-height: 1.4;
}


.p-movie {
  display: none;
  margin: 0 0 60px;
}

.p-movie-thumb a {
  display: block;
  transition: .3s:
}

.p-movie-list {
  margin: 20px 0 0;
}

.p-movie-list li {
  display: inline-block;
  vertical-align: middle;
  min-width: 140px;
  border: solid 1px #665546;
  border-radius: 30px;
  min-height: 32px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 8px;
}

.p-movie-list li + li {
  margin-left: 15px;
}

.p-price {
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.p-price dt {
  font-size: 1.4rem;
}

.p-price dd {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
}

.p-price dd strong {
  font-size: 4.4rem;
}

p.p-movie-lead {
    line-height: 1;
    color: #665546;
    font-size: 1.8rem;
}

@media (min-width: 768px) {

  .p-info-table {
      width: calc(50% - 20px);
  }

  .p-movie {
    align-items: center;
  }

  .p-movie-thumb {
    width: calc(50% - 20px);
  }

  .p-movie-thumb a:hover {
    opacity: .8;
  }

  .p-movie-info {
    width: calc(50% - 20px);
  }

}


@media (max-width: 767px) {

  .p-info-content {
      padding: 30px 15px 40px;
  }

  .p-info-heading {
    font-size: 2rem;
    padding: 0 0 10px;
    margin: 0 0 30px;
  }

  .p-info-map {
    margin: 30px auto 0;
  }

  .p-info-table td {
    font-size: 1.2rem;
  }

  .p-movie-info {
    margin-top: 30px;
  }

  .p-movie-list li {
      font-size: 1.3rem;
      min-width: 124px;
      min-height: 30px;
  }

  .p-movie-list li + li {

      margin-left: 8px;
  }

  p.p-movie-lead {
      font-size: 1.6rem;
  }



}


/* .p- */


.p- {

}



@media (min-width: 768px) {


}


@media (max-width: 767px) {


}
