
















.shippori{
  font-family: "Shippori Mincho", serif !important;
  font-weight: 400;
}
.shippori h1,.shippori h2,.shippori h3,.shippori h4,.shippori h5,.shippori h6,.shippori p{
  font-family: "Shippori Mincho", serif !important;
  font-weight: 400;
}
.fv{
  height: 100dvh;
  max-height: 800px;
  background: url(./images/top-new/fv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.fv::before{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  display: block;
  background: rgb(59,51,45);
  background: linear-gradient(90deg, rgba(59,51,45,0.8225884103641457) 0%, rgba(59,51,45,0.43043154761904767) 65%, rgba(255,255,255,0) 100%);
}
.fv-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
  word-break: keep-all;
}
.fv-text h2{
  font-size: clamp(30px,4vw,50px);
  line-height: 1.7em;
  margin-bottom: 0;
}
.fv-text h3{
  font-size: clamp(14px,2vw,24px);
  line-height: 2em;
  margin-top: 2em;
}
#breadcrumb{
  display: none;
}



body.home{
  background: #fff;
}

section{
  padding: clamp(40px,10vw,100px) 0;
}
.sec-ttl{
  margin-bottom: clamp(20px,4vw,40px);
}
.sec-ttl h3{
  font-size: clamp(16px,2vw,20px);
  border-bottom: 5px solid #b07c53;
  width: fit-content;
  padding-bottom: 0.5em;
  margin: 0 0 0.5em;
}
.sec-ttl.sec-ttl-blue h3{
  border-bottom: 5px solid #314265;
}
.sec-ttl h2{
  font-size: clamp(24px,4.5vw,45px);
  margin: 0;
}
.sec-ttl h2 span{
  font-size: clamp(14px,1.6vw,16px);
  margin-left: 2.5em;
}

.concept .text-box p{
  line-height: 2em;
  margin-bottom: 2em;
  font-size: clamp(14px,1.6vw,16px);
  letter-spacing: -0.1em;
}

.column-2{
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}


@media screen and (min-width: 992px) {
  .column-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .fv::before{
    position: absolute;
    width: 70%;
  }
  .concept .img-box { grid-area: 1 / 1 / 2 / 2; }
  .concept .text-box { grid-area: 1 / 2 / 2 / 3;  }
}


.works-items{
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;

}

a.works-item{
  color: #111;
}
.works-item .thum-wrap{
  overflow: hidden;
  position: relative;
}
.works-item .works-cat{
  position: absolute;
  top: 20px;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 1;
}
.works-item .works-cat::before{
  position: relative;
  display: block;
  height: 1px;
  width: 80px;
  background: #fff;
  content: '';margin: 0 20px;

}
.works-item .thum-img{
  background-size: cover;
  padding-bottom: 60%;
  transition: .5s;
}
.works-item .works-no{
  font-size: clamp(40px,7vw,70px);
  margin: -0.2em 0 0;
  line-height: 1em;
  width: fit-content;
  margin-right: 0.3em;

}
.works-item .text-box{
  display: flex;
  padding-right: 0px;
  position: relative;
  align-items: center;
  margin-top:20px;
}
.works-item .works-more{
  position: absolute;
  right: 0;
  bottom: -20px;
}
.works-item h4{
  margin: 0;
  line-height: 1.7em;
  font-size: clamp(14px,1.6vw,16px);
  flex: 1;
}

.works-items-wrap{
  margin-bottom: clamp(30px,6vw,60px)
}






@media screen and (min-width: 992px) {

.works-item h4{
  margin: 0;
  line-height: 2em;
}
  .works-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

  }
  .works-item .text-box{
    display: flex;
    padding-right: 80px;
  }
  .works-item .text-box{
    margin-top: 32px;
  }
  .works-item .works-more{
    position: absolute;
    bottom: 0;
  }
}





.room{
  position: relative;
  z-index: 0;
  color: #fff;
}
.room .sec-ttl{
  color: #fff;
}

.room::before{
  content: '';
  position: absolute;
  background: #314265;
  width: 100%;
  min-width: 1200px;
  z-index: -1;
  right: 0;
  top: 0;
  height: 100%;
}
.room h4{
  text-align: center;
  margin-top: 40px;
  line-height: 1.7em;
  font-size: clamp(16px,2vw,20px);
  word-break: keep-all;
}


@media screen and (min-width: 1200px) {

  .room::before{
    width: 97%;

    z-index: -1;
    border-radius: 50px 0 0 0 ;
  }
}
@media screen and (min-width: 1440px) {

  .room::before{
    width: 93%;

    z-index: -1;
    border-radius: 50px 0 0 0 ;
  }
}


.snaps img{
  width: 100%;
  display: block;
}

.column-news{
  display: flex;
  gap: 0px;
  flex-direction: column;
}
.column-news .text-box{
  flex: 1;
}

@media screen and (min-width: 992px) {
  .column-news{
    display: flex;
    gap: 100px;
    flex-direction: row;
  }
}


.custom-posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
a.post-item{
  color: #111;
}
.post-item {
    position: relative;
    padding:8px 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    display: block;
    align-items: center;
}
a.post-item:hover{
  color: #111;
}

.post-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-right: 20px;

}

.post-date {
    color: #555;
    font-size: clamp(14px,1.6vw,16px);
}

.post-category {
    background-color: #b07c53;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
}

.post-title {
    font-size: 1.5em;
    margin: 10px 0;
    font-size: clamp(16px,1.8vw,18px);
}

.arrow-decoration {
    position: absolute;
    right: 20px;
    top: 60%;
    width: 20px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
   /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -25px;
  transition: .5s;
}
a.post-item:hover .arrow-decoration{
  transform: skew(45deg) translateX(10px);
}


@media screen and (min-width: 576px) {
  .post-item{
    display: flex;
  }
}



.cta{
  display: none;
}

/* このサブサイトにはトップページ用の透過ヒーローヘッダーがないため、一覧ページ(is_home)でも通常のヘッダー表示に戻す */
.home .header-wrap{
  position: static;
  background: #314366;
}
