body {
  background: #cbc6bd;
  color: #595959; }

.area_main .img_main {
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 300px); }
  @media all and (max-width: 896px) {
    .area_main .img_main {
      height: 500px; } }
  @media all and (max-width: 480px) {
    .area_main .img_main {
      height: 250px; } }
  .area_main .img_main .caption {
    position: absolute;
    color: #fff;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    font-size: 1.4em; }
    @media all and (max-width: 480px) {
      .area_main .img_main .caption {
        font-size: 12px;
        font-size: 1.2em;
        text-shadow: 1px 1px 15px black; } }
  .area_main .img_main .main_slide {
    height: calc(100vh - 300px);
    background-color: #fff;
    z-index: -1; }
    @media all and (max-width: 896px) {
      .area_main .img_main .main_slide {
        height: 500px; } }
    @media all and (max-width: 480px) {
      .area_main .img_main .main_slide {
        height: 250px; } }
    .area_main .img_main .main_slide li {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      animation-name: mainanime;
      animation-duration: 16s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }
      .area_main .img_main .main_slide li:nth-child(1) {
        background-image: url("../images/terrace_img02.jpg");
        animation-delay: 8s; }
      .area_main .img_main .main_slide li:nth-child(2) {
        background-image: url("../images/terrace_img01.jpg");
        animation-delay: 0s; }
.area_main .sec_main {
  text-align: center;
  margin-top: 100px;
  padding-top: 80px;
  position: relative; }
  @media all and (max-width: 896px) {
    .area_main .sec_main {
      margin-top: 50px;
      padding-top: 60px; } }
  .area_main .sec_main::before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #595959;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }
.area_main .txt_main {
  font-size: 16px;
  font-size: 1.6em;
  line-height: 2.5; }
  @media all and (max-width: 896px) {
    .area_main .txt_main {
      font-size: 14px;
      font-size: 1.4em; } }
.area_main .txt_main_en {
  font-size: 15px;
  font-size: 1.5em;
  line-height: 2.5;
  margin-top: 20px; }
  @media all and (max-width: 896px) {
    .area_main .txt_main_en {
      font-size: 13px;
      font-size: 1.3em;
      margin-top: 15px; } }
.area_main .list_detail {
  max-width: 500px;
  margin: 40px auto 0; }
  @media all and (max-width: 896px) {
    .area_main .list_detail {
      width: 80%;
      margin-top: 20px; } }

.list_detail {
  width: 100%;
  border: 1px solid #fff;
  padding: 20px 30px; }
  @media all and (max-width: 896px) {
    .list_detail {
      padding: 18px; } }
  .list_detail > li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff; }
    .list_detail > li:first-of-type {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }
  .list_detail .box_detail {
    display: flex; }
    @media all and (max-width: 480px) {
      .list_detail .box_detail {
        display: block; } }
    .list_detail .box_detail > dt {
      width: 110px;
      display: flex;
      align-items: center;
      flex-shrink: 0;
      margin-right: 24px;
      border-right: 1px solid #595959; }
      @media all and (max-width: 896px) {
        .list_detail .box_detail > dt {
          width: 85px;
          padding-bottom: 0;
          margin-right: 20px;
          border-right: 1px solid #595959;
          border-bottom: none; } }
      @media all and (max-width: 480px) {
        .list_detail .box_detail > dt {
          width: 100%;
          padding-bottom: 10px;
          border-right: none;
          border-bottom: 1px solid #595959;
          margin-right: 0; } }
    .list_detail .box_detail > dd {
      flex-grow: 1; }
      @media all and (max-width: 1367px) {
        .list_detail .box_detail > dd {
          margin-top: 15px; } }
      @media all and (max-width: 896px) {
        .list_detail .box_detail > dd {
          margin-top: 0; } }
      @media all and (max-width: 480px) {
        .list_detail .box_detail > dd {
          margin-top: 10px; } }
  .list_detail .ttl_detail {
    font-size: 16px;
    font-size: 1.6em; }
    @media all and (max-width: 896px) {
      .list_detail .ttl_detail {
        font-size: 14px;
        font-size: 1.4em; } }
  .list_detail .subttl_detail {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5em;
    line-height: 1.2; }
    @media all and (max-width: 896px) {
      .list_detail .subttl_detail {
        margin-top: 5px;
        font-size: 13px;
        font-size: 1.3em; } }
  .list_detail .txt_large {
    font-size: 18px;
    font-size: 1.8em; }
    @media all and (max-width: 896px) {
      .list_detail .txt_large {
        font-size: 15px;
        font-size: 1.5em; } }
  .list_detail .txt_medium {
    font-size: 18px;
    font-size: 1.8em; }
    @media all and (max-width: 896px) {
      .list_detail .txt_medium {
        font-size: 15px;
        font-size: 1.5em; } }
  .list_detail .list_note {
    display: none;
    font-size: 14px;
    font-size: 1.4em;
    line-height: 1.6;
    margin-top: 10px; }
    @media all and (max-width: 896px) {
      .list_detail .list_note {
        font-size: 12px;
        font-size: 1.2em; } }
    .list_detail .list_note > li {
      text-indent: -1em;
      padding-left: 1em; }
  .list_detail .txt_detail_en {
    font-size: 15px;
    font-size: 1.5em;
    margin-top: 10px; }
    @media all and (max-width: 896px) {
      .list_detail .txt_detail_en {
        font-size: 13px;
        font-size: 1.3em; } }

/** anime **/
@keyframes mainanime {
  /* Images 2, Delay 8s,
  Fade 3s, Duration 0m16s */
  0% {
    opacity: 1; }
  31.25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  81.25% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.area_terrace {
  margin-top: 140px;
  padding-bottom: 80px;
  background: #cbc6bd; }
  @media all and (max-width: 896px) {
    .area_terrace {
      margin-top: 80px;
      padding-bottom: 40px; } }
  .area_terrace .sec_terrace {
    padding: min(6vw, 260px) 0;
    position: relative;
    z-index: 2; }
    .area_terrace .sec_terrace::after {
      content: "";
      display: block;
      width: calc(50% + 50vw);
      height: 100%;
      background: #e4e4e4;
      position: absolute;
      top: 0;
      left: 12%;
      z-index: -2; }
      @media all and (max-width: 896px) {
        .area_terrace .sec_terrace::after {
          left: 0; } }
  .area_terrace .block_terrace {
    margin-left: calc(50% - 50vw);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
  .area_terrace .img_terrace {
    position: relative;
    width: 55%; }
    @media all and (max-width: 896px) {
      .area_terrace .img_terrace {
        width: 90%; } }
    .area_terrace .img_terrace .caption {
      position: absolute;
      color: #fff;
      bottom: 10px;
      right: 10px;
      font-size: 14px;
      font-size: 1.4em; }
      @media all and (max-width: 480px) {
        .area_terrace .img_terrace .caption {
          font-size: 12px;
          font-size: 1.2em; } }

.area_terrace2 {
  margin-top: 80px;
  padding-bottom: 180px;
  background: #cbc6bd; }
  @media all and (max-width: 896px) {
    .area_terrace2 {
      margin-top: 40px;
      padding-bottom: 80px; } }
  .area_terrace2 .sec_terrace {
    padding: min(6vw, 260px) 0;
    position: relative;
    z-index: 2; }
    .area_terrace2 .sec_terrace::after {
      content: "";
      display: block;
      width: calc(50% + 50vw);
      height: 100%;
      background: #e4e4e4;
      position: absolute;
      top: 0;
      right: 12%;
      z-index: -2; }
      @media all and (max-width: 896px) {
        .area_terrace2 .sec_terrace::after {
          right: 0; } }
  .area_terrace2 .block_terrace {
    margin-right: calc(50% - 50vw);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap; }
  .area_terrace2 .img_terrace {
    position: relative;
    width: 55%; }
    @media all and (max-width: 896px) {
      .area_terrace2 .img_terrace {
        width: 90%; } }

.box_terrace {
  width: 36%; }
  @media all and (max-width: 896px) {
    .box_terrace {
      width: calc(100% - 40px);
      margin: 30px 0 0 auto; } }
  .box_terrace .ttl_terrace {
    font-size: 28px;
    font-size: 2.8em;
    font-family: 'Libre Bodoni', serif;
    font-weight: 400;
    font-weight: 500;
    letter-spacing: 0.3em; }
    @media all and (max-width: 896px) {
      .box_terrace .ttl_terrace {
        font-size: 20px;
        font-size: 2em; } }
    .box_terrace .ttl_terrace .ttl_border {
      position: relative; }
      .box_terrace .ttl_terrace .ttl_border::after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 6px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0; }
    .box_terrace .ttl_terrace + p {
      font-size: 15px;
      font-size: 1.5em;
      line-height: 2.5;
      margin-top: 20px; }
      @media all and (max-width: 896px) {
        .box_terrace .ttl_terrace + p {
          font-size: 14px;
          font-size: 1.4em; } }
      @media all and (max-width: 1300px) {
        .box_terrace .ttl_terrace + p br.pconly {
          display: none; } }
  .box_terrace .list_detail {
    max-width: 420px;
    margin: 40px 0 0; }
    @media all and (max-width: 896px) {
      .box_terrace .list_detail {
        width: auto;
        max-width: 300px;
        margin-top: 20px; } }
