@charset "UTF-8";
@import url("destyle.css");
@import url("common.css");

/* home */

/**** sp *****/
/**** tbl *****/
.contents {
  padding-bottom: 0;
}
section {
  padding: 60px 0;
}
section h2 {
  text-align: center;
  font-size: 2.6rem;
}
section h2::after {
  left: calc(50% - 20px);
}
section .lead {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}

/* fv */
#js-fv {
  transition: all 4s;
  opacity: 1;
}
#js-fv.stop {
  opacity: 0;
}
#js-fv_logo {
  transition: all 3s;
  opacity: 1;
}
#js-fv_logo.stop {
  opacity: 0;
}
section.fv .slider li img {
  transform: scale(1.15);
}
section.fv .slider li.slick-current img {
  animation: zoomUp 12s linear 0s normal forwards;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

section.fv {
  padding: 0 15px;
}
section.fv .sliders {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
section.fv .slider {
  position: relative;
}
section.fv .slider li {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
section.fv h1.logo {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.fv h1.logo img {
  margin-right: 40px;
}

/* headline */
section.fv .headline {
  padding: 15px 15px 0 15px;
  font-size: 1.6rem;
  line-height: 1.7;
}
section.fv .headline dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.fv .headline dt {
  flex: 0 0 auto;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #bfbfbf;
}
section.fv .headline dd {
  min-width: 0;
  overflow-wrap: anywhere;
}
section.fv .headline dd a::after {
  content: " ›";
  color: #e2b4af;
  font-size: 1.25em;
  font-weight: bold;
}

/* greeting */
section.greeting .slogan {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 0 15px;
}
section.greeting .message {
  background-color: #f9eeed;
  padding: 106px 15px 80px 15px;
  margin-top: -70px;
}
section.greeting .message p {
  line-height: 2;
  font-size: 1.8rem;
}
section.greeting .message .signature {
  margin-top: 40px;
  text-align: center;
}
section.greeting .message .signature img {
  margin-bottom: 30px;
  width: 70%;
}
section.greeting .message .signature p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

/* business */
section.business .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.business .card {
  position: relative;
  padding-bottom: 60px;
  width: calc(50% - 7px);
}
section.business .card:last-child {
  padding-bottom: 0;
}
section.business .card:last-child:after {
  display: none;
}
section.business .card .img {
  margin-bottom: 20px;
}
section.business .card .img img {
  width: 100%;
}
section.business .card .texts .title {
  font-size: 1.8rem;
  font-weight: bold;
}
section.business .card .texts p {
  margin-bottom: 1em;
  line-height: 2;
  text-align: justify;
}
section.business .card .texts .note {
  font-size: 1.4rem;
  line-height: 1.5;
}

/* flow */
section.flow .cards {
  display: flex;
  overflow-x: auto;
}
section.flow .card {
  min-width: 250px;
  position: relative;
  margin-right: 50px;
}
section.flow .card::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/img/icon_flow_next.svg) center center no-repeat;
  position: absolute;
  top: calc(250px / 2 - 12px);
  left: calc(100% + 12px);
}
section.flow .card:last-child {
  margin-right: 0;
}
section.flow .card:last-child:after {
  display: none;
}
section.flow .card .img {
  margin-bottom: 20px;
}
section.flow .card .img img {
  width: 100%;
}
section.flow .card .texts .title {
  font-size: 1.8rem;
  font-weight: bold;
}
section.flow .card .texts p {
  margin-bottom: 1em;
  line-height: 2;
}
section.flow .card .texts .note {
  font-size: 1.4rem;
  line-height: 1.5;
}

/* outline */
section.outline .photos {
  margin-bottom: 40px;
}
section.outline .photos img{
  width: 100%;
}
section.outline dl {
  line-height: 2;
}
section.outline dl dt {
  border-top: 1px solid #999;
  padding: 10px 0 0 0;
}
section.outline dl dd {
  padding-bottom: 10px;
}
section.outline .slick-dots{
  display: flex;
  justify-content: center;
}
section.outline .slick-dots button{
  overflow: hidden;
  text-indent: -100vw;
  color: transparent;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.outline .slick-dots button::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #999;
  box-sizing: content-box;
}
section.outline .slick-dots .slick-active button::before{
  background-color: #fff;
  border: 2px solid #E2B4AF;
}


/* access */
section.access .info {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
section.access .data {
  font-size: 1.8rem;
  line-height: 1.333;
}
section.access .data dt {
  font-weight: bold;
  margin-top: 1em;
}

/* infomation */
section.infomation dl dt {
  border-top: 1px solid #999;
  padding: 10px 0 0 0;
}
section.infomation dl dd {
  padding-bottom: 10px;
}
section.infomation .news-title {
  font-size: 1.8rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
section.infomation .news-title a {
  text-decoration: none;
}
section.infomation .news-title a::after {
  content: " ›";
  color: #e2b4af;
  font-size: 1.25em;
  font-weight: bold;
}
section.infomation .news-excerpt {
  margin-top: 8px;
  color: #555;
  line-height: 1.8;
}
section.infomation .is-important .news-title::before {
  content: "重要";
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  color: #fff;
  background: #9b3d37;
  font-size: 1.2rem;
  text-decoration: none;
  vertical-align: 2px;
}
section.infomation .news-more {
  margin-top: 30px;
  text-align: center;
}
section.infomation .news-more a {
  display: inline-block;
  min-width: 210px;
  padding: 10px 24px;
  color: #e2b4af;
  border: 2px solid #e2b4af;
  border-radius: 100px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
}
section.fv .headline dd {
  min-width: 0;
  overflow-wrap: anywhere;
}

/* consultation */
section.consultation h2 {
  font-size: 2rem;
  padding-bottom: 0;
}
section.consultation h2::after {
  display: none;
}
section.consultation .layout .layout_box {
  background-color: #f9eeed;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
section.consultation .layout .layout_box:last-child {
  margin-bottom: 0;
}
section.consultation .layout .layout_box h3 {
  color: #333;
  font-size: 2rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
}
section.consultation .layout .layout_box .reception {
  background-image: url(../img/icon_phone_b.svg);
}
section.consultation .layout .layout_box .reception .tel_no {
  margin-top: -3px;
}
section.consultation .layout .layout_box .btn a {
  border-color: #333;
  color: #333;
}

/**** pc *****/
/*@media screen and (min-width: 768px) {/**/
@media screen and (min-width: 1025px) {
  .contents {
    padding-bottom: 0;
    padding-top: 0;
  }
  section {
    padding: 120px 0;
  }
  section h2 {
    font-size: 3.6rem;
  }

  /* fv */
  section.fv {
    /*
    width: calc(100vw - 17px);
    margin: 0 0 0 calc(50% - ((100vw - 17px) / 2));
    padding: 0 15px;
    */
    padding-top: 80px;
  }
  section.fv .sliders {
    display: flex;
  }
  section.fv .slider {
    width: 50%;
  }
  section.fv h1.logo img {
    margin-right: 0;
  }

  /* headline */
  section.fv .headline {
    width: 920px;
    position: absolute;
    left: calc(50% - 460px);
    bottom: 0;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  /* greeting */
  section.greeting {
    display: flex;
    justify-content: flex-end;
  }
  section.greeting .slogan {
    font-size: 3.6rem;
    position: absolute;
    left: 0;
    padding-top: 40px;
  }
  section.greeting .message {
    margin-top: 0;
    padding: 40px 50px 40px 380px;
    display: inline-block;
  }
  section.greeting .message p {
    font-size: 1.6rem;
    line-height: 2.5;
  }
  section.greeting .message .signature {
    display: flex;
    align-items: center;
  }
  section.greeting .message .signature img {
    margin-bottom: 0;
    margin-right: 40px;
    width: 210px;
  }
  section.greeting .message .signature p {
    text-align: left;
  }

  /* business */
  section.business .cards {
    display: flex;
    justify-content: space-between;
  }
  section.business .cards .card {
    width: 255px;
  }

  /* flow */
  section.flow .cards {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  section.flow .cards .card {
    min-width: auto;
    width: 200px;
    padding-bottom: 0;
    margin-right: 0;
  }
  section.flow .cards .card::after {
    top: calc(100px - 12px);
    left: calc(100% + 40px);
    transform: rotateZ(0deg);
  }
  section.flow .card .texts .title {
    min-height: 72px;
  }

  /* outline */
  section.outline .photos {
    display: flex;
    margin-bottom: 80px;
  }
  section.outline dl {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  section.outline dl dt {
    width: calc(20% - 30px);
    margin-right: 30px;
    padding: 20px 0;
  }
  section.outline dl dd {
    border-top: 1px solid #999;
    width: 80%;
    padding: 20px 0;
  }

  /* access */
  section.access .layout {
    display: flex;
  }
  section.access .layout .gmap {
    width: 50%;
    padding-top: 50%;
    margin-bottom: 0;
  }
  section.access .layout .texts {
    width: 50%;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  section.access .layout .texts .info {
    margin-bottom: 0;
  }
  section.access .layout .texts .data {
    line-height: 2;
  }
  section.access .layout .texts .data dt:first-child {
    margin-top: 0;
  }
  section.access .layout .texts .btn {
    margin-left: 0;
  }
  section.access .layout .texts .btn a {
    width: 346px;
  }

  /* infomation */
  section.infomation dl {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  section.infomation dl dt {
    width: calc(20% - 30px);
    margin-right: 30px;
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
  section.infomation dl dd {
    border-top: 1px solid #999;
    width: 80%;
    padding: 20px 0;
    display: flex;
    align-items: center;
  }

  /* consultation */
  section.consultation h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  section.consultation .layout {
    display: flex;
    justify-content: center;
  }
  section.consultation .layout .layout_box {
    align-items: center;
    width: 445px;
    margin-bottom: 0;
    margin-right: 30px;
  }
  section.consultation .layout .layout_box:last-child {
    margin-right: 0;
  }
  section.consultation .layout .layout_box h3 {
    font-size: 2.4rem;
  }
}
