@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
.mv_t01 {
  width: 100%;
}

.mv_t01 img {
  width: 100%;
  height: auto;
}

.top_obi02 {
  background: url(../img/bg_pattern_long.jpg) repeat-y top center;
  background-size: 100%;
  padding: 70px 5% 150px;
  text-align: center;
}

.top_kokuchi02 {
  margin-top: 40px;
}

.top_kokuchi01-02 {
  max-width: 594px;
  margin-inline: auto;
  margin-top: 40px;
}

.top_kokuchi01-02 a {
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  animation: kokuchiBtn 3s infinite;
}

.top_kokuchi01-02 a:hover {
  background: #CEAE47;
}

.top_model-house-hiraya_banner {
  max-width: 594px;
  margin-inline: auto;
  margin-top: 40px;
}
@keyframes kokuchiBtn {
  0% {
    background: #0B0B0B;
  }

  50% {
    background: #CEAE47;
  }

  100% {
    background: #0B0B0B;
  }
}

.top_kokuchi01-03 {
  margin-top: 10px;
}

.top_obi_cta {
  width: 80%;
  margin-top: -30px;
  margin-inline: auto;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.top_obi_cta a {
  width: 240px;
}

.top_kokuchi03 {
  margin-top: 60px;
}

.top_kokuchi04 {
  margin-top: 60px;
}

@media screen and (max-width:768px) {
  .top_obi_cta {
    width: 220px;
    margin-top: -30px;
    margin-inline: auto;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .top_obi_cta a {
    width: 220px;
  }
}

.u-bg01 {
  background: url(../img/bg_pattern_long.jpg) repeat-y top center;
  background-size: 100%;
  padding-bottom: 100px;
}

@media screen and (max-width:768px) {
  .u-bg01 {
    background: url(../img/bg_pattern_long.jpg) repeat-y top left;
    background-size: 450%;
    padding-bottom: 40px;
  }
}

.top-section02,
.top-section03,
.top-section04,
.top-section05 {
  padding-top: 100px;
}

.l-container-middle {
  max-width: 800px;
  margin-inline: auto;
}

.c-top-ttlset {
  text-align: center;
  position: relative;
}

.c-top-ttl01 {
  font-size: 34px;
  font-family: "dico-slab",
    serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  text-align: center;
}

.c-top-ttl01::after {
  content: "";
  display: block;
  width: 5.5em;
  height: 2.5px;
  background: #111;
  margin: 5px auto 0;
}

.c-top-ttl02 {
  margin-top: 3.5em;
  text-align: center;
}

.c-top-lead01 {
  line-height: 2;
  margin-top: 3em;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
}

.top_logo {
  text-align: center;
  margin-top: 80px;
}

.top-location-slider {
  max-width: 765px;
  margin-inline: auto;
  margin-top: 80px;
}

._slider_txt {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}

.l-top-contents-bg {
  max-width: 800px;
  margin-inline: auto;
  background: #fff;
}

.l-top-contents-in {
  padding: 40px 105px 60px;
  text-align: center;
}

.c-border-cta {
  display: flex;
  align-items: center;
  max-width: 765px;
  margin-inline: auto;
  margin-top: 40px;
}

.top-contents-ttl03 {
  margin-top: 60px;
}

.c-top-lead02 {
  line-height: 2;
  margin-top: 2em;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  text-align: justify;
  letter-spacing: -.01em;
}

.p-home-more {
  max-width: 414px;
  min-height: 478px;
  margin-inline: auto;
  margin-top: 40px;
  text-align: center;
  background: url(../../img/01top/top_home04_bg.jpg) no-repeat top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.p-home-more_in {
  width: 70%;
  margin-inline: auto;
  padding: 40px 20px;
  background: rgba(22, 49, 60, .8);
}

a.p-home-more-btn {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "dico-slab", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  width: 120px;
  height: 36px;
  line-height: 36px;
  margin-inline: auto;
  margin-top: 20px;
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.p-home-more-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.85em;
  right: 8px;
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.p-home-more-btn {
  background: #111;
}

a:hover.p-home-more-btn::after {
  right: 4px;
}


.p-top_plan04 {
  margin-inline: auto;
  margin-top: 40px;
  margin-left: -5%;
  margin-right: -5%;
}

a.c-outline-btn {
  display: block;
  position: relative;
  text-align: center;
  color: #111;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1;
  width: 15em;
  height: 40px;
  line-height: 40px;
  margin-inline: auto;
  margin-top: 20px;
  background: transparent;
  border: 1px solid #111;
  border-radius: 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  animation: topOutlinBtn 3s infinite;
}

a.c-outline-btn span {
  display: inline-block;
  transform: translateY(-0.1em);
}

/* a:hover.c-outline-btn {
  background: #111;
  color: #fff;
} */

@keyframes topOutlinBtn {
  0% {
    background: #fff;
  }

  50% {
    background: #CEAE47;
  }

  100% {
    background: #fff;
  }
}

.top_plan_point {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  justify-content: center;
}

.top_plan_point li {
  width: calc(calc(100% - 20px) / 2);
}

.top-section06 {
  padding: 60px 5% 0;
}

.p-top_quality_set_pc {
  background: url(../../img/01top/top_quality_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 100px 5%;
  text-align: center;
}

.p-top_quality_links {
  max-width: 800px;
  display: flex;
  margin-inline: auto;
  margin-top: 40px;
  justify-content: center;
}

.p-top_quality_link {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top_quality_link._boder_right {
  border-right: 1px solid #fff;
}

.l-container-m {
  max-width: 865px;
  margin-inline: auto;
}

.top-info-ttl {
  text-align: center;
  font-size: 20px;
  font-family: "dico-slab", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  margin-inline: auto;
  text-transform: uppercase;
}

.top-info-ttl span {
  position: relative;
  display: inline-block;
}

.top-info-ttl span::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #111;
  margin-inline: auto;
  margin-top: 20px;
}

.p-top-info-box {
  padding: 30px 0px 30px 30px;
  background: #fff;
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
  margin-top: 40px;
}

.dl-horizontal {
  display: flex;
  padding-bottom: .5em;
  padding-right: 1em;
  flex-wrap: wrap;
  gap: 15px 0;
  overflow-y: scroll;
  max-height: 8em;
}

.dl-horizontal dt {
  width: 10%;
  font-weight: bold;
}

.dl-horizontal dd {
  width: 90%;
  padding: 0 0 0 3em;
}

.dl-horizontal dd a {
  color: #316DF4;
}

.dl-horizontal dd a:hover {
  text-decoration: underline;
}

.top-banner-slider {
  max-width: 865px;
  margin-inline: auto;
  margin-top: 60px;
}

.c-top-banner-box a:hover {
  opacity: .7;
}

.c-top-contents-img {
  position: relative;
}

.p-top_area04 {
  position: relative;
  margin-inline: auto;
  margin-top: 0px;
  margin-left: -5%;
  margin-right: -5%;
}

a.c-more-btn {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "dico-slab", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  width: 140px;
  height: 36px;
  line-height: 36px;
  margin-inline: auto;
  margin-top: 20px;
  background: #111;
  border: 1px solid #111;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-more-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.85em;
  right: 8px;
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.c-more-btn {
  background: #2b2b2b;
}

a:hover.c-more-btn::after {
  right: 4px;
}

a.c-more-btn.soon {
  pointer-events: none;
  width: 180px;
  background: #5f5f5f;
  border: 1px solid #5f5f5f;
  text-transform: uppercase;
}

a.c-more-btn.soon::after {
  display: none;
}

.c-more-button {
  text-align: center;
  margin-top: 30px;
}


.top-area-spot {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.top-area-spot-item-txt {
  text-align: center;
  margin-top: 0.5em;
}

.top_holidays_banner {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 50px;
}

.top_holidays_banner a {
  display: block;
}

.top_holidays_banner a:hover {
  opacity: .7;
}

@media screen and (max-width:768px) {
  .top_holidays_banner {
    margin-top: 30px;
  }

  .top_obi {
    padding: 30px 5%;
  }

  .top_obi02 {
    padding: 30px 5% 60px;
    text-align: center;
    /* border-top: 2px solid #fff; */
  }

  .top_kokuchi03 {
    margin-top: 40px;
  }
  
  .top_kokuchi04 {
    margin-top: 40px;
  }

  .top_kokuchi01-03 {
    padding: 0 10%;
  }

  .top-section02,
  .top-section03,
  .top-section04,
  .top-section05 {
    padding-top: 40px;
  }

  .c-top-ttlset {
    text-align: center;
    position: relative;
  }

  .c-top-ttl01 {
    font-size: 20px;
  }

  .c-top-ttl02 {
    width: 70%;
    margin-inline: auto;
  }

  .c-top-lead01 {
    line-height: 2;
    margin-top: 2.5em;
    text-align: justify;
    padding: 0 5%;
  }

  .top_logo {
    text-align: center;
    margin-top: 40px;
    padding: 0 15%;
  }

  .l-top-contents-bg {
    width: 90%;
    margin-inline: auto;
    background: #fff;
  }

  .l-top-contents-in {
    padding: 30px 20px 40px;
  }

  .top-contents-ttl>img {
    height: 26.7vw;
    width: auto;
  }

  .top-contents-ttl03 {
    margin-top: 40px;
  }

  .top-contents-ttl03 img {
    height: 27.5vw;
    width: auto;
  }

  .c-top-lead02 {
    line-height: 1.7;
    margin-top: 2em;
    font-size: 17px;
    letter-spacing: 0;
  }

  .p-top_area04 {
    margin-top: 0;
  }

  .p-top_plan04 {
    margin-top: 20px;
  }

  .top_plan_point {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
  }

  .top_plan_point li {
    width: 100%;
  }

  .top-section06 {
    padding: 40px 5% 0;
  }

  .p-top_quality_set_pc {
    padding: 60px 5%;
    text-align: center;
  }

  .p-top_quality_links {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
    margin-top: 40px;
    justify-content: center;
    gap: 30px;
  }

  .p-top_quality_link {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
  }

  .p-top_quality_link._boder_right {
    border-right: none;
    padding-top: 30px;
    border-top: 1px solid #fff;
  }

  .top-info-ttl {
    text-align: center;
    font-size: 20px;
    font-family: "dico-slab", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    margin-inline: auto;
  }

  .p-top-info-box {
    padding: 20px 10px 20px 20px;
    background: #fff;
    margin-top: 20px;
  }

  .dl-horizontal {
    display: block;
    padding-bottom: .5em;
    padding-right: 1em;
    flex-direction: column;
    font-size: 14px;
    gap: 0;
    min-height: 12em;
  }

  .dl-horizontal dt {
    width: 100%;
    font-weight: bold;
  }

  .dl-horizontal dd {
    width: 100%;
    padding: .5em 0 0 0;
  }

  .dl-horizontal dd+dt {
    margin-top: 1.5em;
  }

  .top-banner-slider {
    width: 80%;
    margin-inline: auto;
    margin-top: 40px;
  }

  .footer_notes {
    padding: 20px 5%;
    margin-top: 40px;
  }

}


.top_kokuchi01_banner {
  max-width: 400px;
  margin-inline: auto;
  margin: 20px auto 0;
}

@media screen and (max-width:768px) {
  .top_kokuchi01_banner {
    width: 80%;
    margin-inline: auto;
    margin: 15px auto 0;
  }
}
/* slick初期化前は非表示にしておく */
.mv_t01-slider {
  display: none;
}
/* slick初期化後（画像の読み込み完了後）に表示する */
.mv_t01-slider.slick-initialized {
  display: block;
}
