@charset "UTF-8";

/* common */

body {
  overflow-x: hidden;
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  color: #717071;
  letter-spacing: 0.05em;
}

figure {
  position: relative;
}

.sp {
  display: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.flex {
  display: flex;
}

.cap_ShaB02 {
  text-shadow: #000 0 0 10px;
}

.cap_BR {
  bottom: 10px;
  right: 10px;
}

/* ファーストビュー */

.hero {
  padding-top: 50px;
  align-items: center;
  justify-content: space-between;
}

.hero-pic {
  width: 50%;
  position: relative;
}

.hero-desc {
  width: 50%;
  padding: 0 8% 0 5%;
  text-align: center;
}

.hero-desc h2 img {
  width: 70%;
  height: auto;
}

.hero-desc p {
  margin-top: 40px;
  font-size: min(4vw, 20px);
  line-height: 2;
}

/* リンクボタン */

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

.copy img {
  height: 28px;
  width: auto;
}

.link-btn {
  margin-top: 50px;
}

.link-area ul {
  gap: 3%;
  justify-content: center;
  flex-wrap: wrap;
}

.link-area li {
  width: calc((100% - 6%) / 3);
}

.link-area li a {
  transition: 0.3s;
}

.link-area li a:hover {
  opacity: 0.7;
}

/* メインエリア */

.dinks,
.senior,
.family {
  position: relative;
  margin: 160px 0;
  padding-bottom: 100px;
}

.dinks::before,
.senior::before,
.family::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f5f1eb;
  transform: skewY(-7deg);
  z-index: -1;
}

.sec-ttl {
  text-align: center;
}

.sec-ttl img {
  max-width: 100px;
  height: auto;
  margin-top: -20px;
}

.sec-copy {
  text-align: center;
  margin: 40px 0;
}

.sec-copy img {
  height: 32px;
  width: auto;
}

.cp-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
  text-align: center;
}

.cp-ttl::before,
.cp-ttl::after {
  border-top: #c1b194 1px solid;
  content: "";
  width: 34%;
}

.cp-ttl img {
  height: 35px;
  width: auto;
}

.c-pl {
  justify-content: space-between;
}

.zumen {
  width: 58%;
}
.btn_vr a {
  color: #fff;
  /* background-color: #8a6c37; */
  display: block;
  text-align: center;
  /* padding: 16px; */
  font-size: 18px;
  margin: 30px auto;
  width: 70%;
  letter-spacing: 0.05em;
  line-height: 1.3;
  position: relative;
  transition: 0.3s;
}
/* .btn_vr a::before {
  content: "";
  display: block;
  position: absolute;
  top: 47%;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
} */
.btn_vr a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.pl-desc {
  width: 38%;
}

.pl-ttl {
  background: #c1b194;
  padding: 2% 4%;
  border-radius: 5px;
}

.pl-list {
  margin-top: 15px;
}

.pl-list li {
  position: relative;
  margin-left: 22px;
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.5;
}

.pl-list li span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #C16257;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: -22px;
}

.list-pic {
  margin: 10px auto 0;
  width: 100%;
}

.sm-txt {
  font-size: 12px;
  margin-top: 5px;
  vertical-align: top;
}


/* Life Style */

#life-style {}

.ls-ttl {
  text-align: center;
}

.ls-ttl img {
  height: 48px;
  width: auto;
}

.ls-copy {
  text-align: center;
  margin: 40px 0;
}

.ls-copy img {
  height: 32px;
  width: auto;
}

.flow {
  position: relative;
  margin-bottom: 100px;
}

.flow::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #c1b194;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fl-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.fl-item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin: 80px 0;
}

.fl-item:first-child {
  margin-top: 50px;
}

.fl-item:first-child::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #c1b194;
  border-radius: 50%;
  left: 50%;
  top: -5px;
  transform: translate(-50%, -50%);
}

.fl-item:last-child::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #c1b194;
  border-radius: 50%;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, -50%);
}

.fl-desc {
  max-width: 530px;
  margin-top: 20px;
}

.item-right .fl-bal::before {
  content: "";
  position: absolute;
  right: -5.6%;
  top: 50%;
  transform: translateY(-50%);
  border: 15px solid transparent;
  border-left: 15px solid #f5f1eb;
}

.item-left .fl-bal::before {
  content: "";
  position: absolute;
  left: -5.6%;
  top: 63%;
  transform: translateY(-50%);
  border: 15px solid transparent;
  border-right: 15px solid #f5f1eb;
}

.fl-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.fl-bal {
  background: #f5f1eb;
  padding: 10% 5% 10% 10%;
  border-radius: 20px;
  width: 530px;
  position: relative;
}

.en-time {
  position: absolute;
  right: -10px;
  top: -10px;
}

.morning img {
  max-width: 166px;
  height: auto;
}

.evening img {
  max-width: 154px;
  height: auto;
}

.night img {
  max-width: 136px;
  height: auto;
}

.time {
  color: #4c4c4c;
}

.fl-txt {
  color: #414141;
  margin: 20px 0 25px;
  line-height: 1.5;
  font-size: min(4vw, 20px);
}

.fl-point-pic img {
  width: 121px;
  height: auto;
}

.fl-point {
  font-size: min(4vw, 18px);
  color: #8a6c37;
  line-height: 1.5;
  margin-top: 20px;
  letter-spacing: 0.05em;
}

.fl-pic figure {
  max-width: 450px;
  width: 100%;
  height: auto;
}

.item-right .fl-pic figure {
  margin-right: 80px;
}

.item-right .fl-pic figure.pic-lg {
  margin-right: 0px;
  max-width: 540px;
}

.item-left .fl-pic figure {
  max-width: 540px;
}

.item-left .fl-pic figure.pic-md {
  max-width: 450px;
  margin-left: 80px;
}

.fl-item:last-child .fl-pic figure {
  margin-right: 0;
  max-width: 540px;
}

.item-right .fl-pic figure.pic-md02 {
  max-width: 450px;
  margin-right: 80px;
}

.fl-btn {
  margin-top: 30px;
}

.fl-btn a {
  position: relative;
  display: block;
  background: #C16257;
  color: #fff;
  text-align: center;
  width: 80%;
  border-radius: 30px;
  padding: 20px 0;
  font-size: 18px;
  margin: 0 auto;
  transition: 0.3s;
}

.fl-btn a:hover {
  opacity: 0.7;
}

.fl-btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  right: 25px;
}


/* 1200px以下表示 */
@media only screen and (max-width: 1300px) {
  .fl-desc {
    max-width: 40%;
  }

  .fl-bal {
    max-width: 100%;
  }

  .fl-pic {
    max-width: 38%;
  }

  .item-right .fl-bal::before {
    right: -6.4%;
  }

  .item-left .fl-bal::before {
    left: -6.4%;
  }

  .item-right .fl-pic figure {
    margin-right: 0;
  }

  .item-left .fl-pic figure.pic-md {
    margin-left: 0;
  }

  .item-right .fl-pic figure.pic-md02 {
    margin-right: 0;
  }

}

/* sp表示 */
@media only screen and (max-width: 768px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ファーストビュー */
    
    .page_inlink {
        width: 100%;
        height: 1px;
        visibility: hidden;
        pointer-events: none;
        margin-top: -50px;
        padding-top: 50px;
    }

  .hero {
    padding-top: 90px;
    flex-direction: column;
  }

  .hero-pic {
    width: 100%;
    margin-left: 0;
    order: 2;
    margin-top: 20px;
  }

  .hero-pic img {
    width: 95%;
  }

  .hero-desc {
    width: 100%;
    padding: 0;
    order: 1;
    margin-top: 10px;
  }

  .hero-desc h2 img {
    width: 80%;
  }

  .hero-desc p {
    margin-top: 20px;
  }

  /* リンクボタン */

  .link-area {
    margin-top: 60px;
  }

  .copy img {
    height: 50px;
    margin: 0 auto;
  }

  .link-btn {
    margin-top: 20px;
  }

  .link-area ul {
    gap: 16px;
  }

  .link-area li {
    width: calc((100% - 16px) / 2);
  }

  /* Dinks */

  .dinks,
  .senior,
  .family {
    margin: 80px 0 70px;
    padding-bottom: 60px;
  }

  .sec-ttl {
    text-align: center;
  }

  .sec-ttl img {
    max-width: 80px;
    margin-top: -15px;
  }

  .sec-copy {
    margin: 20px 0;
  }

  .sec-copy img {
    height: 18px;
  }

  .senior .sec-copy img {
    height: 16px;
  }

  .cp-ttl {
    margin: 20px 0;

  }

  .cp-ttl::before,
  .cp-ttl::after {
    width: 17%;
  }

  .cp-ttl img {
    height: 23px;
  }

  .c-pl {
    flex-direction: column;
  }

  .zumen {
    width: 100%;
  }

.btn_vr a {
  width: 90%;
}

  .pl-desc {
    width: 100%;
    margin-top: 20px;
  }

  .pl-list {
    margin-top: 10px;
  }

  .pl-list li {
    padding: 10px 0;
    font-size: 16px;
  }

  .pl-list li span {
    top: 14px;
  }
  
  .list-pic {
    width: 100%;
  }


  /* Life Style */

  .ls-ttl img {
    height: 38px;
    width: auto;
  }

  .ls-copy {
    margin: 20px 0 30px;
  }

  .ls-copy img {
    height: 18px;
    width: auto;
  }

  .flow {
    padding-bottom: 20px;
    margin-bottom: 60px;
  }

  .flow::before {
    left: 5vw;
  }

  .fl-item {
    flex-direction: column;
  }

  .fl-item:nth-of-type(even) {
    flex-direction: column;
    margin: 60px 0;
  }

  .fl-item:first-child {
    margin-top: 20px;
}

  .fl-item:first-child::before {
    width: 10px;
    height: 10px;
    left: 5vw;
    top: 0;
    transform: translateX(-5px);
  }

  .fl-item:last-child::after {
    width: 10px;
    height: 10px;
    left: 5vw;
    bottom: -20px;
    transform: translateX(-5px);
  }

  .item-right .fl-bal::before {
    left: -5.3%;
    right: auto;
    top: 58%;
    border-right: 15px solid #f5f1eb;
    border-left: 0;
  }

  .item-left .fl-bal::before {
    left: -10.6%;
    top: 70%;
  }

  .fl-desc {
    max-width: calc(100% - 18vw);
    margin-left: auto;
    margin-top: 10px;
  }

  .fl-bal {
    width: 100%;
  }

  .fl-icon {
    left: 0;
    top: 30%;
    width: 10vw;
    height: 10vw;
    transform: translateY(0%);
  }

  .en-time {
    position: absolute;
    right: 10px;
    top: 0px;
  }

  .morning img {
    max-width: 120px;
  }

  .evening img {
    max-width: 110px;
    height: auto;
  }

  .night img {
    max-width: 98px;
    height: auto;
  }

  .fl-txt {
    margin: 10px 0 16px;
  }

  .fl-point {
    margin-top: 16px;
  }

  .fl-pic {
    height: auto;
    max-width: calc(100% - 18vw);
    margin-left: auto;
    margin-top: 20px;
  }

  .fl-btn {
    margin-right: 0;
    margin-left: auto;
  }

  .fl-btn a {
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
  }

  .fl-btn a::after {
    width: 8px;
    height: 8px;
    top: 21px;
    right: 20px;
  }

}