/* ##############################################################################

    KEYFRAMES

############################################################################## */


/* ##############################################################################

    COMMON

############################################################################## */

  html {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  html.noscroll {
    overflow: hidden;
  }
  body {
    height: 100%;
    padding-top: 136px;
    font-size: .938rem; /* 15px */
  }
  .win p,
  .win h1,
  .win h2,
  .win h3,
  .win h4,
  .win h5,
  .win h6,
  .win a:not(.post--link),
  .win span,
  .win li,
  .win th,
  .win td,
  .win dt,
  .win dd,
  .win input,
  .win select,
  .win option,
  .win button {
    transform: rotate(.04deg);
  }
  main {
    overflow: hidden;
  }

  @media screen and (max-width: 1080px) {
    body {
      padding-top: 41px;
    }
  }
  @media screen and (max-width: 767px) {
    body {
      padding-top: calc(64px - 2.9vw);
      font-size: .929rem; /* 13px */
    }
  }

/* layout
**************************************** */

  /* --- inner --- */
  .inner {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-sm { max-width: 880px; }
  .inner-sm2 { max-width: 1100px; }
  .inner-md { max-width: 1190px; }
  .inner-lg { max-width: 1440px; }
  .inner-xl { max-width: calc(100% - 112px); }

  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section_pdg-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* --- anchor --- */
  .anchor {
    position: absolute;
    top: -192px; /* 固定ヘッダーの高さ */
    left: 0;
    pointer-events: none;
  }

  @media print, screen and (max-width: 1080px) {
    /* --- inner --- */
    .inner { width: 90%; }
    .inner-xl { max-width: 90%; }

    /* --- anchor --- */
    .anchor {
      top: -64px; /* 固定ヘッダーの高さ */
    }
  }
  @media screen and (max-width: 767px) {
    /* --- inner --- */
    .inner { width: 80%; }
    .inner-xl { max-width: 80%; }

    /* --- section_pdg --- */
    .section_pdg {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .section_pdg-sm {
      padding-top: 24px;
      padding-bottom: 24px;
    }
  }

/* flex
**************************************** */

  /* --- ざっくりflexレイアウト --- */
  .flex-col1 {
    display: block;
  }
  .flex-col2,
  .flex-col3,
  .flex-col4,
  .flex-col5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-col2 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col2 > *:nth-child(even) { margin-right: 0; }
  .flex-col3 > * {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flex-col3.narrow > * {
    width: 31.58%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
  }
  .flex-col3 > *:nth-child(3n) { margin-right: 0; }
  .flex-col4 > * {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .flex-col4 > *:nth-child(4n) { margin-right: 0; }
  .flex-col5 > * {
    width: 17.18%;
    margin-right: 3.52%;
    margin-bottom: 3.52%;
  }
  .flex-col5 > *:nth-child(5n) { margin-right: 0; }

  @media screen and (max-width: 767px) {
    /* --- ざっくりflexレイアウト - sp --- */
    .flex-col2.flex-sp-block > *,
    .flex-col3.flex-sp-block > *,
    .flex-col3.narrow.flex-sp-block > *,
    .flex-col4.flex-sp-block > *,
    .flex-col5.flex-sp-block > * {
      width: 100%;
      margin-bottom: 24px;
      margin-right: 0;
    }
    .flex-col2.flex-sp-block > *:last-child,
    .flex-col3.flex-sp-block > *:last-child,
    .flex-col4.flex-sp-block > *:last-child,
    .flex-col5.flex-sp-block > *:last-child {
      margin-bottom: 0;
    }
    .flex-sp-col2 > *,
    .flex-sp-col2.flex-col3 > *:nth-child(3n) {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col2 > *:nth-child(even) { margin-right: 0; }
    .flex-sp-col3 > *,
    .flex-sp-col3.flex-col4 > *:nth-child(4n) {
      width: 31.33%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flex-sp-col3 > *:nth-child(3n) { margin-right: 0; }
  }

/* bg
********************************************** */
  .bg-main {
    background-color: #5B9599;
  }
  .bg-sub,
  .lps_sec:nth-child(2n) {
    background-color: #E6EEF3;
  }
  .bg-wh {
    background-color: #fff;
  }

/* img
********************************************** */
  .img-ctr {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .img-trim {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img-trim.pos_rel::before {
    content: '';
    display: block;
  }
  .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .img-cover.pos_ab {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .img-contain {
    object-fit: contain;
    font-family: 'object-fit: contain;';
  }

/* ttl
********************************************** */
  /* --- page_ttl --- */
  .page_ttl {
    position: relative;
    height: 400px;
    color: #fff;
  }
  .page_ttl--bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #eee;
    background-size: cover;
    background-position: center;
  }
  .page_ttl span {
    display: block;
  }
  .page_ttl-jp {
    font-size: 2rem; /* 32px */
    margin-bottom: .5em;
  }
  .page_ttl-en {
    text-transform: uppercase;
    font-size: .875rem; /* 14px */
  }

  /* --- ttl --- */
  .ttl-01,
  .ttl-02,
  .ttl-03 {
    color: #5B9599;
  }
  .ttl-01:not(:last-child),
  .ttl-02:not(:last-child),
  .ttl-03:not(:last-child) {
    margin-bottom: 1em;
  }
  .ttl-01,
  .lps_parts--img_text .inner-lg .ttl-03 {
    font-size: 2rem; /* 32px */
  }
  .ttl-01::before,
  .ttl-01::after,
  .lps_parts--img_text .inner-lg .ttl-03::after {
    content: '';
    display: block;
  }
  .ttl-01::before {
    width: 64px;
    height: 43px;
    background-image: url(../images/section_ttl_kazari01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: .6em;
  }
  .ttl-01::after,
  .lps_parts--img_text .inner-lg .ttl-03::after {
    width: 86px;
    height: 5px;
    border-radius: 2.5px;
    background-image: linear-gradient(90deg, #F0DC7A 0%, #F0DC7A 25%, #9AC3C5 25%, #9AC3C5 50%, #5A968E 50%, #5A968E 75%, #3A5950 75%, #3A5950 100%);
    margin-top: 1em;
  }
  .ttl-01.txt-ctr::before,
  .ttl-01.txt-ctr::after,
  .lps_parts--img_text .inner-lg .ttl-03.txt-ctr::after {
    margin-left: auto;
    margin-right: auto;
  }
  .ttl-02,
  .ttl-03 {
    font-size: 1.5rem; /* 24px */
  }
  .lps_sec .ttl-01,
  .lps_sec .ttl-02,
  .lps_sec .ttl-03 {
    position: relative;
    z-index: 1;
  }

  @media print, screen and (min-width: 1081px) {
  }
  @media print, screen and (min-width: 768px) {
    .page_ttl-jp::before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      background-image: url(../images/deco_kira-white.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-bottom: .5em;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media screen and (max-width: 767px) {
    /* --- page_ttl --- */
    .page_ttl {
      height: 240px;
    }
    .page_ttl-jp {
      font-size: 1.714rem; /* 24px */
    }
    .page_ttl-en {
      font-size: .786rem; /* 11px */
    }

    /* --- ttl --- */
    .ttl-01,
    .lps_parts--img_text .inner-lg .ttl-03 {
      font-size: 1.714rem; /* 24px */
    }
    .ttl-01::before {
      width: 48px;
      height: 33px;
    }
    .ttl-01::after,
    .lps_parts--img_text .inner-lg .ttl-03::after {
      width: 65px;
      height: 4px;
      border-radius: 2px;
    }
    .ttl-02,
    .ttl-03 {
      font-size: 1.286rem; /* 18px */
    }
  }

/* breadcrumbs
**************************************** */
  .breadcrumbs {
    font-size: .75rem; /* 12px */
  }
  .breadcrumbs a {
    color: #5B9599;
    text-decoration: underline;
  }
  .breadcrumbs a:hover {
    text-decoration: none;
  }
  .breadcrumbs .breadcrumb_last {
    display: table-cell; 
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  @media print, screen and (min-width: 768px) {
    .breadcrumbs {
      padding: 16px 0;
    }
  }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      position: absolute;
      bottom: 48px;
      width: 100%;
      font-size: .714rem; /* 10px */
      color: #fff;
    }
    .breadcrumbs .inner {
      width: 90%;
      max-width: 90%;
    }
    .breadcrumbs span {
      display: block;
    }
    .breadcrumbs a {
      color: #fff;
    }
  }

/* txt
**************************************** */
  .txt-lg { font-size: 1.125rem; /* 18px */ }
  .txt-sm { font-size: .875rem; /* 14px */ }
  .txt-wh,
  .txt-wh * { color: #fff; }
  .txt-main,
  .txt-main * { color: #5B9599; }
  .txt-sub,
  .txt-sub * { color: #99C2C4; }
  .txt-tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .txt-tate * {
    font-feature-settings: normal;
  }

  /* --- font --- */
  .font-en {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }

  /* --- line-height --- */
  .lh-2 {
    line-height: 2;
  }

  @media screen and (max-width: 767px) {
    .txt-lg { font-size: 1.071rem; /* 15px */ }
    .txt-sm { font-size: .929rem; /* 13px */ }
  }

/* btn
********************************************** */
  .btn + .btn {
    margin-top: 8px;
  }
  .flex > .btn + .btn {
    margin-top: 0;
  }
  .btn a {
    position: relative;
    z-index: 1;
    display: block;
    padding: .85em 1em;
    border-radius: 3em;
    width: 100%;
    max-width: 280px;
    color: #383838;
    text-align: center;
    background-color: #F0DC7A;
    font-size: 1rem; /* 16px */
    letter-spacing: 0;
  }
  .flex > .btn a {
    max-width: 100%;
  }
  .btn svg {
    fill: #383838;
  }
  .btn a:hover {
    background-color: #FAD93A;
  }
  .btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"]):not([href^="/reserve"])::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    transition: all .4s ease-out;
  }
/*  .btn-wh a {
    background-color: #fff;
  }
  .btn-wh a:hover {
    background-color: #fffae0;
  }*/
  .btn-lg a {
    max-width: 360px;
  }
  .btn.btn-next_page a {
    max-width: 100%;
    padding: .85em 1.25em;
    border-radius: 10px;
    text-align: left;
  }

  /* --- btn-bd --- */
  .btn-bd a {
    color: #66CACC;
    background-color: #fff;
    border: 2px solid #66CACC;
  }
  .btn-bd svg {
    fill: #66CACC;
  }
  .btn-bd a:hover {
    color: #fff;
    background-color: #66CACC;
    border-color: #66CACC;
  }
  .btn-bd a:hover svg {
    fill: #fff;
  }

  @media screen and (max-width: 767px) {
    .btn a {
      max-width: 100%;
      font-size: 1.143rem; /* 16px */
    }
  }


/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 136px;
    background-color: #fff;
    z-index: 9990;
    transition: all .4s ease-out;
  }
  .page-contact .header {
    position: absolute;
  }
  .header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(90deg, #F0DC7A 0%, #F0DC7A 25%, #9AC3C5 25%, #9AC3C5 50%, #5A968E 50%, #5A968E 75%, #3A5950 75%, #3A5950 100%);
    background-size: 285px;
  }
  .header::after {
    content: '';
    position: absolute;
    top: 135px;
    left: 0;
    width: 100%;
    height: 168.97px;
    background-image: url(../images/header-bg.svg);
    background-position: center top;
    background-size: auto 168.97px;
    transition: all .4s ease-out;
  }
  .header > .inner {
    height: 100%;
  }
  .header--logo a,
  .footer--logo a {
    display: block;
  }
  .header--logo a:hover,
  .footer--logo a:hover {
    opacity: .7;
  }
  .head::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 167px;
    background-image: url(../images/section_line-white.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 167px;
  }
  .head > .inner {
    height: 100%;
  }

  @media print, screen and (min-width: 1081px) {
    .gnav ul,
    .gnav li,
    .gnav a {
      height: 100%;
    }
    .header > .inner {
      opacity: 1;
      transition: all .4s ease-out;
    }
    .header.active > .inner {
      opacity: 1;
    }
    .header {
      padding-top: 40px;
    }
    .header-sm {
      height: 100px;
      padding-top: 12px;
    }
    .header-sm::after {
      top: 100px;
      opacity: 0;
      pointer-events: none;
    }
    .header > .inner {
      position: relative;
    }
    .header > .inner::before {
      content: '';
      position: absolute;
      bottom: -185px;
      left: -98px;
      width: 168.219px;
      height: 148.68px;
      background-image: url(../images/deco_garland-l.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      z-index: 1;
    }
    .header-sr > .inner::before {
      opacity: 0;
    }
    .header--logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%) !important;
      margin: auto;
      z-index: 1;
    }
    .header--logo img {
      transition: all .4s ease-out;
      width: auto;
      max-height: 148px;
      transform: translateY(8px);
    }
    .header-sm .header--logo img {
      width: auto;
      max-height: 124px;
      transform: translateY(38px);
    }
    .head > .inner {
      position: relative;
    }
    .head > .inner::before,
    .head > .inner::after {
      content: '';
      position: absolute;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transition: all .4s ease-out;
    }
    .head > .inner::before {
      top: 36px;
      left: -97px;
      width: 168.219px;
      height: 148.68px;
      background-image: url(../images/deco_garland-l.svg);
    }
    .head > .inner::after {
      bottom: -36px;
      right: -94px;
      width: 168.5px;
      height: 150.09px;
      background-image: url(../images/deco_garland-l.svg);
    }
    .header_bg-fixed {
      position: absolute;
      top: 99px;
      left: 0;
      width: 100%;
      height: 92px;
      background-image: url(../images/header-bg-fixed.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto 92px;
      transition: all .4s ease-out;
      opacity: 0;
    }
    /* IE */
    _:-ms-input-placeholder, :root .header_bg-fixed {
      top: 98px;
    }
    .header-sm .header_bg-fixed {
      opacity: 1;
    }
  }
  @media screen and (max-width: 1080px) {
    .header {
      height: 64px;
      background-color: transparent;
      background-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50px, rgba(255,255,255,0) 50px, rgba(255,255,255,0) 100%);
    }
    .header::after {
      top: 50px;
      z-index: 301;
    }
    .header > .inner {
      width: 100%;
      max-width: 100%;
      padding-left: 64px;
      padding-right: 64px;
    }
    .header--logo {
      position: relative;
      z-index: 9999;
    }
    .header--logo img {
      width: auto;
      max-height: 88px;
      transform: translateY(30px);
    }
  }
  @media screen and (max-width: 767px) {
    .header {
      background-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60px, rgba(255,255,255,0) 60px, rgba(255,255,255,0) 100%);
    }
    .header::after {
      top: 59px;
      height: 60px;
      background-size: auto 88px;
    }
    .header::before {
      background-size: 94px;
    }
    .head::before {
      height: 60px;
      background-size: auto 88px;
    }
    .header--logo img {
      max-height: 72px;
      transform: translateY(16px);
    }
  }

/* gnav
********************************************** */
  .gnav a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .head_sub_nav--wrap {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 100;
    transition: all .4s ease-out;
    opacity: 0;
    pointer-events: none;
  }
  .menu-item-has-children {
    position: relative;
  }
  .gnav--menu .icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-image-title-after.menu-image-title {
    padding-left: 0;
  }
  .head_sub_nav li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .head_sub_nav a {
    display: block;
    padding: 16px 24px;
  }

  /* ---CTA --- */
  .cta_tel a {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
  }
  .cta_tel a > span {
    display: block;
  }
  .cta_tel .tel {
    font-size: 1.125rem; /* 18px */
    font-weight: 600;
    letter-spacing: 0;
  }
  .cta_tel .num {
    font-size: 1.875rem; /* 30px */
    letter-spacing: 0;
  }

  /* ---fixed_btn--list --- */
  .fixed_btn--list .instagram > a {
    color: #d5545d;
  }
  .fixed_btn--list .instagram:hover > a {
    background-color: #E1878D;
  }
  .fixed_btn--list li span {
    transition: all .4s ease-out;
  }
  .fixed_btn--list .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }
  .fixed_btn--list .instagram .icon {
    margin-bottom: 13px;
  }
  .fixed_btn--list .address .icon {
    justify-content: flex-start;
  }
  .fixed_btn--list .schedule a .icon {
    margin-bottom: 10px;
  }
  .fixed_btn--list .schedule .icon svg {
    fill: #99C2C4;
  }
  .fixed_btn--list .schedule a .icon svg {
    width: 18px;
    height: 18px;
  }
  .schedule--blc {
    width: 425px;
    background-color: rgba(255,255,255,.95);
    padding: 24px 37px 24px 28px;
  }
  .schedule--table {
    width: 100%;
  }
  .schedule--table th,
  .schedule--table td {
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    padding: .5em;
    vertical-align: middle;
  }
  .schedule--table th:not(:first-child),
  .schedule--table td:not(:first-child) {
    text-align: center;
  }
  .schedule--table td {
    color: #99c2c4;
  }
  .schedule--table tbody th {
    padding-left: 0;
  }
  .schedule--blc .address {
    margin-top: .8em;
  }
  .schedule--blc .time {
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,.8);
    font-size: .5rem; /* 8px */
    color: #3f3f3f;
    white-space: nowrap;
    letter-spacing: 0;
    line-height: 1;
    padding: .13em .2em;
  }
  .btn-map {
    margin-left: 2em;
  }
  .btn-map a {
    display: block;
    width: 89px;
    text-align: center;
    line-height: 1.4;
    padding: 0 .5em;
    border-radius: 3em;
    border: 1px solid;
    font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';
    font-size: .75rem; /* 12px */
  }
  .btn-map a:hover,
  .btn-map a:hover * {
    color: #fff;
  }
  .btn-map a:hover {
    border-color: #99C2C4;
    background-color: #99C2C4;
  }

  @media print, screen and (min-width: 1081px) {
    .gnav {
      position: relative;
      display: flex;
      height: 88px;
    }
    .header-sm .gnav {
      height: 64px;
    }
    .gnav::before {
      content: '';
      position: absolute;
      bottom: -36px;
      left: 50%;
      transform: translateX(-50%);
      width: 348px;
      height: 16px;
      background-image: url(../images/deco_kira-white.svg), url(../images/deco_kira-white.svg);
      background-repeat: no-repeat, no-repeat;
      background-position: left, right;
      background-size: 16px, 16px;
      transition: all .4s ease-out;
    }
    .header-sm .gnav::before {
      opacity: 0;
      pointer-events: none;
    }
    .contact_btn,
    .gnav_btn,
    .gnav--copyright {
      display: none;
    }
    .gnav--menu > li {
      border-left: 1px dashed #ddd;
      width: 132px;
    }
    .gnav--menu > li:last-child,
    .gnav--menu > li:nth-child(3) {
      border-right: 1px dashed #ddd;
    }
    .gnav--menu > li:nth-child(3) {
      margin-right: 385px;
    }
    .gnav--link {
      text-align: center;
    }
    .gnav--menu > li > .gnav--link {
      flex-direction: column;
    }
    .gnav--menu .icon {
      height: 67px;
    }
    .header-sm .gnav--menu .icon {
      height: 48px;
    }
    .header-sm .gnav--menu .icon svg {
      transform: scale(.8);
    }
    .gnav--menu .icon svg[viewBox="0 0 460.86 390.69"] {
      margin-right: -12px;
    }
    .gnav--menu li:nth-child(odd) .icon svg {
      fill: #8a9899;
    }
    .gnav--menu li:nth-child(even) .icon svg {
      fill: #66cacc;
    }
    .gnav--menu > li:nth-child(odd) > .gnav--link:not([href="javascript:void(0);"]):hover svg,
    .gnav--menu > li.current_page_item:nth-child(odd) > .gnav--link svg {
      fill: #777;
    }
    .gnav--menu > li:nth-child(even) > .gnav--link:not([href="javascript:void(0);"]):hover svg,
    .gnav--menu > li.current_page_item:nth-child(even) > .gnav--link svg {
      fill: #5B9599;
    }
    .head_sub_nav a {
      background-color: #fff;
    }
    .gnav_sub_toggle {
      display: none;
    }
    .gnav--menu .menu-item-has-children:hover .head_sub_nav--wrap {
      opacity: 1;
      pointer-events: auto;
    }
    .head_sub_nav a:hover { opacity: .7; }

    /* ---CTA --- */
    .gnav--cta,
    .gnav--tel {
      display: none;
    }

    /* ---fixed_btn--list --- */
    .fixed_btn--list {
      position: fixed;
      top: 288px;
      left: calc(100% - 64px);
      right: 0;
      z-index: 9999;
    }
    .fixed_btn--list li {
      border-radius: 30px 0 0 30px;
      box-shadow: 0 0 32px rgba(58,89,80,.2);
      height: auto !important;
      transition: all .4s ease-out;
      cursor: pointer;
    }
    .fixed_btn--list li:not(:last-child) {
      margin-bottom: 20px;
    }
    .fixed_btn--list li > a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 64px;
      min-width: 64px;
      height: 224px;
      background-color: #fff;
      border-radius: 30px 0 0 30px;
      letter-spacing: 0;
    }
    .fixed_btn--list .schedule:hover > a {
      background-color: #9AC3C5;
    }
    .subpage .fixed_btn--list .instagram > a {
      height: 64px;
    }
    .subpage .fixed_btn--list .instagram span:not(.icon) {
      display: none;
    }
    .fixed_btn--list li:hover > a span {
      color: #fff;
    }
    .fixed_btn--list .schedule:hover a .icon svg {
      fill: #fff;
    }
    .fixed_btn--list .instagram .icon {
      width: 24px;
    }
    .subpage .fixed_btn--list .instagram .icon {
      margin-bottom: 0;
      transform: translateX(4px);
    }
    .fixed_btn--list .schedule {
      width: 488px;
    }
    .fixed_btn--list .schedule.active {
      transform: translateX(-424px);
    }
    .fixed_btn--list .schedule--txt {
      display: none;
    }
  }
  @media screen and (max-height: 800px) and (min-width: 1081px) {
    .fixed_btn--list {
      top: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }
  @media screen and (max-width: 1200px) and (min-width: 1081px) {
    .gnav--menu > li {
      width: 112px;
    }
  }
  @media screen and (max-width: 1080px) {
    .gnav {
      position: fixed;
      top: 50px;
      right: 0;
      width: 100%;
      height: calc(100% - 50px);
      margin: 0;
      padding: 88px 7% 161px;
      overflow-x: hidden;
      overflow-y: auto;
      background-color: #E6EEF3;
      z-index: 300;
      -webkit-overflow-scrolling: touch;
      opacity: 0;
      pointer-events: none;
      transition: all .4s ease-out;
      background-image: url(../images/section_line-green.svg), linear-gradient(180deg, #E6EEF3 0%, #E6EEF3 calc(100% - 68px), #9ac3c5 calc(100% - 68px), #9ac3c5 100%);
      background-repeat: repeat-x, no-repeat;
      background-position: center bottom 68px, center bottom;
      background-size: auto 167px, auto;
    }
    .gnav.active {
      opacity: 1;
      pointer-events: auto;
    }
    .gnav--menu {
      flex-wrap: wrap-reverse;
      justify-content: flex-start;
      margin-bottom: 16px;
    }
    .gnav--menu,
    .gnav .schedule--blc {
      position: relative;
    }
    .gnav--menu::before,
    .gnav .schedule--blc::before {
      content: '';
      position: absolute;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      z-index: 1;
    }
    .gnav--menu::before {
      top: -80px;
      left: -80px;
      width: 140px;
      height: 170px;
      background-image: url(../images/deco_l_sp.svg);
    }
    .gnav .schedule--blc::before {
      bottom: -72px;
      right: -72px;
      width: 168px;
      height: 150px;
      background-image: url(../images/deco_r_sp.svg);
    }
    .gnav--menu > li {
      width: 50%;
      font-size: 1rem; /* 16px */
    }
    .gnav--menu > #menu-item-2951 {
      display: none;
    }
    .gnav--menu a {
      justify-content: flex-start;
      padding: 8px 8px 8px 0;
    }
    .gnav--menu .icon {
      width: 36px;
      height: 30px;
      margin-right: .25em;
    }
    .gnav--menu .icon svg {
      transform: scale(.6);
      fill: #8a9899;
    }
    .gnav--menu .icon svg[viewBox="0 0 320.53 445.61"] {
      transform: scale(.5);
    }
    .gnav--menu .icon svg[viewBox="0 0 460.86 390.69"] {
      margin-right: -6px;
    }
    .gnav--menu li:nth-child(2n) .icon svg,
    .gnav--menu li:nth-child(2n+1) .icon svg {
      fill: #66cacc;
    }
    .gnav--menu li:nth-child(4n) .icon svg,
    .gnav--menu li:nth-child(4n+1) .icon svg {
      fill: #8a9899;
    }
    .head_sub_nav--wrap {
      position: relative;
      width: 100%;
      border-top: 1px dotted #5B9599;
      transition: none;
      opacity: 1;
      pointer-events: inherit;
      display: none;
    }
    .menu-item-has-children.active .head_sub_nav--wrap {
      opacity: 1;
      pointer-events: auto;
    }
    .head_sub_nav a {
      padding-left: 32px;
    }
    .gnav_sub_toggle {
      position: absolute;
      top: 0;
      right: -20px;
      width: 64px;
      height: 64px;
      transition: all .4s ease-out;
      color: #5B9599;
    }
    .gnav_sub_toggle::before,
    .gnav_sub_toggle::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 11px;
      height: 1px;
      border-bottom: 1px solid;
    }
    .gnav_sub_toggle::after {
      transform: rotate(90deg);
    }
    .gnav_sub_toggle.active {
      transform: rotate(180deg);
    }
    .current_page_item .gnav_sub_toggle {
      color: #fff;
    }
    .head_sub_nav {
      position: relative;
    }
    .contact_btn,
    .gnav_btn {
      position: fixed;
      top: 0;
      right: 0;
      width: 94px;
      height: 64px;
      z-index: 9999;
      transition: all .4s ease-out;
    }
    .contact_btn {
      left: 0;
    }
    .gnav_btn {
      right: 0;
    }
    .contact_btn .icon,
    .contact_btn svg {
      height: 23px;
    }
    .contact_btn .icon {
      margin-top: 6px;
      margin-bottom: 6px;
    }
    .contact_btn svg {
      width: 23px;
      fill: #66CACC;
    }
    .gnav_btn--lines {
      position: relative;
      width: 32px;
      height: 16px;
    }
    .gnav_btn--lines span {
      transition: all .4s ease-out;
      box-sizing: border-box;
    }
    .gnav_btn--lines span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #66CACC;
    }
    .gnav_btn--lines span:nth-of-type(1) {
      top: 0;
    }
    .gnav_btn--lines span:nth-of-type(2) {
      top: 7px;
    }
    .gnav_btn--lines span:nth-of-type(3) {
      bottom: 0;
    }
    .active .gnav_btn--lines span:nth-of-type(1) {
      transform: translateY(7px) rotate(-30deg);
    }
    .active .gnav_btn--lines span:nth-of-type(2) {
      opacity: 0;
    }
    .active .gnav_btn--lines span:nth-of-type(3) {
      transform: translateY(-7px) rotate(30deg);
    }
    .contact_btn .txt,
    .gnav_btn .txt {
      color: #666;
      font-size: .625rem; /* 10px */
      white-space: nowrap;
      line-height: 1;
    }
    .gnav_btn .txt {
      bottom: 8px;
      left: 50%;
      transform: translateX(-50%);
      transition: all .4s ease-out;
    }
    .gnav_btn .close,
    .active .gnav_btn .open {
      opacity: 0;
    }
    .active .gnav_btn .close {
      opacity: 1;
    }
    .gnav--copyright {
      position: fixed;
      bottom: 40px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 300;
      transition: all .4s ease-out;
      opacity: 0;
    }
    .gnav--copyright.active {
      opacity: 1;
    }

    /* ---CTA --- */
    .cta_tel .tel {
      font-size: 1.286rem; /* 18px */
    }
    .cta_tel .num {
      font-size: 1.714rem; /* 24px */
    }
    .gnav--cta .bg-wh {
      width: calc(50% - 4px);
      border-radius: 10px;
      box-shadow: 0 0 8px rgba(58,89,80,.1);
    }
    .gnav--cta .bg-wh:only-child {
      width: 100%;
    }
    .gnav--cta .bg-wh:not(:last-child) {
      margin-right: 8px;
    }
    .gnav--cta .bg-wh a {
      flex-direction: column;
      height: 96px;
    }
    .gnav--cta .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 48px;
    }
    .gnav--contact svg {
      fill: #66CACC;
      width: 35px;
      height: 35px;
    }
    .gnav--instagram img {
      width: 31px;
      height: 31px;
    }
    .gnav--tel {
      width: 100%;
      margin-top: 8px;
    }
    .gnav--tel a {
      display: block !important;
      text-align: center;
      background-color: #D9E2E8;
      border-radius: 10px;
      padding: 8px 16px;
    }
    .gnav--tel .tel,
    .gnav--tel .num {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
    .gnav--tel .num::before {
      content: '';
      display: block;
      width: 16px;
      height: 6px;
      margin-left: .5em;
      margin-right: .5em;
      background-image: radial-gradient(#777 30%, transparent 30%);
      background-position: center;
      background-size: 6px 6px;
    }

    /* ---fixed_btn--list --- */
    .fixed_btn--list li {
      display: block;
    }
    .fixed_btn--list li > a {
      justify-content: flex-start;
      -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
      writing-mode: inherit;
      font-size: 1.071rem; /* 15px */
      margin-bottom: .5em;
      border-top: 3px solid rgba(154,195,197,.3);
      padding-top: .8em;
    }
    .fixed_btn--list .instagram {
      display: none;
    }
    .fixed_btn--list .schedule--txt {
      display: table;
      margin: 1em auto;
      padding-left: 16px;
      padding-right: 16px;
      background-image: url(../images/deco_kira-blue.svg), url(../images/deco_kira-blue.svg);
      background-repeat: no-repeat, no-repeat;
      background-size: 13px, 13px;
      background-position: left, right;
      letter-spacing: 0;
    }
    .fixed_btn--list .icon {
      width: 18px;
      height: 18px;
    }
    .fixed_btn--list .schedule a .icon {
      margin-bottom: 0;
      margin-right: 8px;
    }
    .schedule--blc {
      width: 100%;
      border-radius: 8px;
      box-shadow: 0 0 8px rgba(58,89,80,.1);
      padding: 24px 32px 20px;
    }
    .btn-map {
      margin-left: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .gnav {
      top: 60px;
      padding: 48px 7% 66px;
      height: calc(100% - 60px);
      background-image: url(../images/section_line-green.svg), linear-gradient(180deg, #E6EEF3 0%, #E6EEF3 calc(100% - 36px), #9ac3c5 calc(100% - 36px), #9ac3c5 100%);
      background-repeat: repeat-x, no-repeat;
      background-position: center bottom 36px, center bottom;
      background-size: auto 88px, auto;
    }
    .gnav--menu::before {
      width: 70px;
      height: 85px;
      top: -40px;
      left: -40px;
    }
    .gnav .schedule--blc::before {
      width: 84px;
      height: 75px;
      bottom: -36px;
      right: -36px;
    }
    .gnav--menu > li {
      font-size: 1.071rem; /* 15px */
    }
    .contact_btn .txt,
    .gnav_btn .txt {
      font-size: .714rem; /* 10px */
    }
    .gnav--copyright {
      bottom: 8px;
    }

    /* ---fixed_btn--list --- */
    .schedule--blc {
      font-size: .929rem; /* 13px */
      padding: 18px 24px 14px;
    }
    .schedule--table th:first-child {
      font-size: .857rem; /* 12px */
      line-height: 1.2;
      text-align: left;
    }
    .schedule--blc .time {
      top: 28px;
    }
    .schedule--blc p {
      letter-spacing: 0;
    }
    .btn-map a {
      width: 55px;
      font-size: .857rem; /* 12px */
    }
  }
  @media screen and (max-width: 370px) {
    .gnav--menu > li {
      font-size: 4.05vw; /* 15px */
    }
    .gnav--menu .icon {
      width: 9.73vw; /* 36px */
      height: 8.11vw; /* 30px */
    }

    /* ---fixed_btn--list --- */
    .schedule--blc {
      font-size: 3.51vw; /* 13px */
      padding: 4.86vw 6.49vw 3.78vw; /* 18px 24px 14px */
    }
    .schedule--table th:first-child {
      font-size: 3.24vw; /* 12px */
    }
    .schedule--txt,
    .schedule--blc p {
      font-size: 3.51vw; /* 13px */
    }
    .btn-map a {
      font-size: 14.86vw; /* 55px */
      font-size: 3.24vw; /* 12px */
    }
  }


/* ##############################################################################

    FOOTER

############################################################################## */

  .footer {
    padding-top: 0;
  }
  .footer::before {
    content: '';
    position: absolute;
    top: -243px;
    left: 0;
    width: 100%;
    height: 244px;
    background-image: url(../images/section_line-footer.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 244px;
  }
  .footer--logo::after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 12px;
    height: 12px;
    background-image: url(../images/deco_kira-yellow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 18px;
    margin-bottom: 15px;
  }
  .footer--logo img {
    width: auto;
    max-height: 129px;
  }
  .fnav--menu a:hover {
    color: #66cacc;
  }
  .fnav--menu a {
    display: block;
    padding: .5em;
  }
  .footer--tel,
  .footer--cta {
    margin-top: 1em;
  }
  .footer--contact a {
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 2em;
    padding-right: 1.5em;
  }
  .footer--contact-bl a {
    background-color: #BDD2E0;
  }
  .footer--contact-bl a:hover {
    background-color: #acc6d8;
  }
  .footer--contact .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-left: auto;
  }
  .footer--contact svg {
    width: 24px;
    fill: #b69b1c;
  }
  .footer--contact-bl svg {
    fill: #88A5B8;
  }
  .footer--schedule {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    box-shadow: 0 0 24px rgba(58,89,80,.1);
    overflow: hidden;
  }
  .footer--schedule .schedule--blc {
    width: auto;
    flex: 1;
    padding: 32px 24px 32px 32px;
  }
  .footer--schedule .address {
    display: none;
  }
  .copyright {
    font-size: .625rem; /* 10px */
  }
  .pbl a,
  .pbl img {
    display: block;
  }
  .pbl a {
    opacity: .5;
  }
  .pbl a:hover {
    opacity: 1;
  }

  @media print, screen and (min-width: 768px) {
    .footer--cta .btn {
      width: 100%;
      max-width: 280px;
    }
    .footer--cta .btn + .btn {
      margin-top: 0;
      margin-left: 8px;
    }
    .footer--schedule .iframe--google_map {
      width: 41.67%; /* 300px */
      padding-top: calc(190/300*41.67%);
    }
    .footer .copyright {
      margin-right: 1em;
    }
  }
  @media screen and (max-width: 767px) {
    .footer::before {
      top: -129px;
      height: 129px;
      background-size: auto 129px;
    }
    .footer--cta {
      display: block;
    }
    .footer--cta li:not(:last-child) {
      margin-bottom: 8px;
    }
    .footer--schedule .schedule--blc {
      padding: 24px 16px;
    }
    .footer--schedule .iframe--google_map {
      padding-top: calc(190/300*100%);
      border-radius: 0 0 20px 20px;
      overflow: hidden;
    }
    .footer--schedule .iframe--google_map iframe {
      border-radius: 0 0 20px 20px;
      overflow: hidden;
    }
    .fnav--menu a {
      position: relative;
      padding: .5em .5em .5em 0;
    }
    .fnav--menu a::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 8px;
      height: 8px;
      border-top: 2px solid;
      border-right: 2px solid;
      transform: rotate(45deg);
    }
    .copyright {
      font-size: .786rem; /* 11px */
    }
  }


/* ##############################################################################

    INDEX

############################################################################## */

/* hero
********************************************** */
  .hero {
    position: relative;
    height: 720px;
  }
  .hero_slide {
    overflow: hidden;
    z-index: -1;
  }
  .hero_slide,
  .hero_slide .slick-list,
  .hero_slide .slick-track,
  .hero_slide .slick-slider,
  .hero_slide .slick-slide {
    width: 100%;
    height: 100% !important;
  }
  .hero_slide .slick-list {
    position: relative;
    overflow: hidden;
  }
  .hero_slide .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35px;
    left: 22px;
    counter-reset: dots;
    z-index: 1;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }
  .hero_slide .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    counter-increment: dots;
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin: 6px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s ease-out;
  }
  .hero_slide .slick-dots li:hover {
    background-color: #9AC3C5;
  }
  .hero_slide .slick-dots .slick-active {
    width: 35px;
    height: 35px;
    background-color: #9AC3C5;
    margin: 8px;
  }
  .hero_slide .slick-dots .slick-active:hover {
    background-color: #5B9599;
  }
  .hero_slide .slick-dots li::before {
    content: counter(dots,decimal-leading-zero);
    display: block;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0;
    opacity: 0;
    transition: all .4s ease-out;
  }
  .hero_slide .slick-dots .slick-active::before {
    opacity: 1;
  }
  .hero_slide .slick-dots button {
    display: none;
  }
  .hero > .inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero--catch {
    position: absolute;
    top: 118px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero--ttl {
    line-height: 2;
  }
  .hero .deco {
    bottom: -80px;
    left: -96px;
  }

  @media screen and (max-width: 767px) {
    .hero {
      height: 540px;
    }
    .hero--catch {
      top: 96px;
    }
    .hero .deco {
      bottom: 8px;
      left: -44px;
      width: 202px;
    }
  }

/* home_news
********************************************** */
  .home_news .inner .posts-news .post:first-child {
    margin-left: auto;
  }
  .home_news .inner .posts-news .post:last-child {
    margin-right: auto;
  }
  .news_slide .post {
    margin-left: 15px;
    margin-right: 15px;
    width: 379px;
  }
  .news_slide .slick-arrow {
    position: absolute;
    top: 0;
    width: calc((100vw - 1240px) / 2);
    height: 100%;
    background-color: rgba(255,255,255,.5);
    z-index: 1;
  }
  .news_slide .slick-prev {
    left: 0;
  }
  .news_slide .slick-next {
    right: 0;
  }

  @media screen and (max-width: 767px) {
    .news_slide .post {
      margin-left: 2.13vw; /* 8px */
      margin-right: 2.13vw;
    }
    .news_slide + .btn a {
      width: 86%;
    }
    .news_slide .slick-arrow {
      width: 10.67vw; /* 40px */
      background-color: transparent;
    }
    .news_slide .slick-prev {
      left: 2.13vw; /* 8px */
    }
    .news_slide .slick-next {
      right: 2.13vw;
    }
    .news_slide .slick-arrow::before,
    .news_slide .slick-arrow::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
    }
    .news_slide .slick-arrow::before {
      width: 100%;
      height: 10.67vw; /* 40px */
      background-color: #66CACC;
      border-radius: 50%;
    }
    .news_slide .slick-arrow::after {
      width: 8px;
      height: 8px;
      transform: rotate(45deg);
    }
    .news_slide .slick-prev::after {
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
    }
    .news_slide .slick-next::after {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
    }
  }

/* home_message
********************************************** */
  .home_message::before {
    background-image: url(../images/section_line-dark.svg) !important;
  }
  .home_message--txt {
    line-height: 1.8;
  }
  .home_message .inner {
    z-index: 1;
  }
  .home_message .deco {
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
  .home_message .deco01 {
    margin-top: -12px;
    left: -112px;
  }
  .home_message .deco02 {
    margin-top: -16px;
    right: -120px;
  }
  .home_message--btns {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .home_message--btns .btn-wh {
    width: 100%;
    margin-right: 0;
  }
  
  @media screen and (max-width: 767px) {
    .home_message .deco {
      opacity: .5;
    }
    .home_message .deco01 {
      width: 224px;
    }
    .home_message .deco02 {
      width: 202px;
    }
    .home_message--btns .btn:not(:last-child) {
      margin-bottom: 8px;
    }
  }

/* home_faq
********************************************** */
  .home_faq {
    background-color: #d1e0e9;
    background-image: url(../images/faq-bg01.png), url(../images/faq-bg02.png), url(../images/kazari-kumo3.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top 200px, right bottom, right -34px top 6px;
  }
  .home_faq::before {
    background-image: url(../images/section_line-white.svg) !important;
  }
  .home_faq .lps_sec-deco::before {
    top: -72px;
    left: -12px;
  }
  .home_faq .lps_sec-deco::after {
    display: none;
  }
  .home_faq--blc {
    margin-bottom: -32px;
  }
  .home_faq--blc .txtarea {
    padding-top: 32px;
  }
  .home_faq--tab li {
    position: relative;
    border-radius: 20px 20px 0 0;
    padding: 1.1em 1em;
    background-color: #EAD054;
    width: calc(100% / 3);
    text-align: center;
    letter-spacing: 0;
    color: #383838;
    z-index: 1;
    cursor: pointer;
    transition: all .4s ease-out;
  }
  .win .home_faq--tab li {
    transform: none;
  }
  .win .home_faq--tab span {
    display: block;
    transform: rotate(.04deg);
  }
  .home_faq--tab li:hover,
  .home_faq--tab li.select {
    background-color: #f8f8f8;
    box-shadow: 0 -.75rem .75rem rgba(58,89,80,.1);
  }
  .home_faq--content {
    background-color: #fff;
    box-shadow: 0 0 1.5rem rgba(58,89,80,.1);
    border-radius: 0 20px 20px 20px;
  }
  .home_faq--content:not(:first-child) {
    display: none;
  }
  .home_faq--list li {
    position: relative;
    width: 25%;
  }
  .home_faq--list li::before {
    content: '';
    display: block;
    padding-top: calc(215/276*100%);
  }
  .home_faq--list a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }
  .home_faq--list a:hover {
    background-color: rgba(234,208,84,.1);
  }
  .home_faq--list li:not(:nth-child(4n)) a::before,
  .home_faq--list li a::after {
    content: '';
    position: absolute;
    background-size: 12px 12px;
  }
  .home_faq--list li:not(:nth-child(4n)) a::before {
    top: 0;
    right: 0;
    background-image: linear-gradient(to bottom,#eee,#eee 60%,transparent 60%,transparent 100%);
    width: 2px;
    height: 100%;
  }
  .home_faq--list li a::after {
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right,#eee,#eee 60%,transparent 60%,transparent 100%);
    width: 100%;
    height: 2px;
  }
  .home_faq--list .num {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #f0dc7a;
    font-size: 1.563rem; /* 25px */
    line-height: 1;
  }
  .home_faq--list .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    margin-bottom: 16px;
  }
  .home_faq--list .txt {
    color: #383838;
    letter-spacing: 0;
  }
  .home_faq--txtarea {
    padding: 3rem 2rem;
  }

  @media print, screen and (min-width: 768px) {
    .home_faq--blc .imgarea {
      margin-right: 28px;
    }
    .home_faq--contents::before {
      content: '';
      position: absolute;
      top: -140px;
      right: 56px;
      width: 168.219px;
      height: 148.68px;
      background-image: url(../images/deco_garland-l.svg);
      background-repeat: no-repeat;
      background-position: center;
      transform: rotate(90deg);
    }
    .home_faq--list li:nth-last-child(-n+4) a::after {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .home_faq {
      position: relative;
      background-size: 345px, 371px, 186px;
      background-position: left top 100px, right bottom, right -17px top 3px;
      padding-bottom: 136px;
    }
    .home_faq::before {
      z-index: 2;
    }
    .home_faq--blc {
      flex-direction: column-reverse;
      margin-bottom: 24px;
    }
    .home_faq--blc .imgarea {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 120px;
      z-index: 1;
      pointer-events: none;
    }
    .home_faq--tab {
      width: 90%;
      margin-left: -5%;
      font-size: 1rem; /* 14px */
    }
    .home_faq--tab li {
      width: 50%;
      border-radius: 10px 10px 0 0;
    }
    .home_faq--contents {
      width: 110%;
      margin-left: -5%;
    }
    .home_faq--content {
      border-radius:  0 8px 8px 8px;
    }
    .home_faq--list li {
      width: 50%;
    }
    .home_faq--list li:nth-child(even) a::before,
    .home_faq--list li:nth-last-child(-n+2) a::after {
      display: none;
    }
    .home_faq--list a {
      padding: 8px;
    }
    .home_faq--list .icon {
      height: 56px;
      margin-bottom: 0;
    }
    .home_faq--list .icon img {
      transform: scale(.5);
    }
    .home_faq--list .txt {
      font-size: .929rem; /* 13px */
    }
  }

/* home_goal
********************************************** */
  .home_goal {
    background-color: #fff !important;
    padding-bottom: 210.5px;
  }
  .home_goal::before {
    z-index: 1;
    transform: scaleY(-1);
  }
  .home_goal--txt {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .home_goal--txt::before,
  .home_goal--txt::after {
    content: '';
    position: absolute;
    top: -80px;
    width: 201px;
    height: 72px;
    background-image: url(../images/deco_kira-blue.svg), url(../images/deco_kira-yellow.svg), url(../images/deco_kira-yellow.svg), url(../images/deco_kira-blue.svg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left bottom 7px, left 71px top, right 71px bottom, right top 7px;
    background-size: 22px, 22px, 22px, 22px;
  }
  .home_goal--txt::before {
    left: -102px;
  }
  .home_goal--txt::after {
    right: -102px;
    transform: scaleX(-1);
  }
  .home_goal--list .imgarea {
    margin-bottom: 1rem;
  }
  .home_goal--list .imgarea::before {
    content: '';
    position: absolute;
    top: 11px;
    right: 9px;
    width: 22px;
    height: 22px;
    background-image: url(../images/deco_kira-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .home_goal--list .num {
    position: absolute;
    top: -16px;
    left: -8px;
    line-height: 1;
  }
  .home_goal--list li:nth-child(odd) .num {
    color: #9AC3C5;
  }
  .home_goal--list li:nth-child(even) .num {
    color: #E4CF71;
  }
  .home_goal--list img {
    border-radius: 20px;
  }

  @media screen and (max-width: 767px) {
    .home_goal {
      padding-bottom: 105.25px;
    }
    .home_goal--txt::before,
    .home_goal--txt::after {
      top: -64px;
      width: 100.5px;
      height: 36px;
      background-position: left bottom 3.5px, left 35.5px top, right 35.5px bottom, right top 3.5px;
      background-size: 11px, 11px, 11px, 11px;
    }
    .home_goal--txt::before {
      left: -40px;
    }
    .home_goal--txt::after {
      right: -40px;
    }
    .home_goal--list .imgarea {
      max-width: 200px;
      margin-left: auto;
      margin-right: auto;
    }
  }

/* home_slide
********************************************** */
  .home_slide {
    margin-top: -163.5px;
    padding-bottom: 0;
  }
  .home_slide .lps_sec-deco {
    z-index: 1;
  }
  .home_slide .lps_sec-deco::before {
    top: -2px;
    left: 838px;
    transform: rotate(65deg);
  }
  .home_slide .lps_sec-deco::after {
    bottom: 8px;
    right: 848px;
    transform: rotate(-110deg);
  }
  .home_slide::before {
    background-image: url(../images/section_line-dark.svg) !important;
    z-index: 1;
  }
  .home_slide--txt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    z-index: 1;
  }
  .home_slide--txt::before,
  .home_slide--txt::after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: .889em; /* 16px */
    height: .889em; /* 16px */
    background-image: url(../images/deco_kira-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .home_slide--txt::before {
    margin-bottom: 1.333em;
  }
  .home_slide--txt::after {
    margin-top: 1em;
  }
  .arrow-circle .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 2rem rgba(58,89,80,.3);
    z-index: 1;
  }
  .arrow-circle .slick-prev {
    left: 24px;
  }
  .arrow-circle .slick-next {
    right: 24px;
  }
  .arrow-circle .slick-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    color: #66cacc;
  }
  .arrow-circle .slick-prev::before {
    border-bottom: 2px solid;
    border-left: 2px solid;
  }
  .arrow-circle .slick-next::before {
    border-top: 2px solid;
    border-right: 2px solid;
  }

  @media screen and (max-width: 767px) {
    .home_slide {
      margin-top: -58.75px;
    }
    .home_slide--txt {
      font-size: 1rem; /* 14px */
    }
    .home_slide--slide {
      height: 80vw;
    }
    .home_slide--slide .slick-list,
    .home_slide--slide .slick-track {
      height: 100% !important;
    }
    .arrow-circle .slick-arrow {
      width: 36px;
      height: 36px;
    }
    .arrow-circle .slick-prev {
      left: 3.5%;
    }
    .arrow-circle .slick-next {
      right: 3.5%;
    }
  }

/* home_instagram
********************************************** */
  .home_instagram {
    background-color: #d1e0e9 !important;
  }
  .home_instagram::before {
    background-image: url(../images/section_line-blue.svg) !important;
    z-index: 3;
  }
  .home_instagram--ttl {
    color: #777;
    letter-spacing: 0;
  }
  .home_instagram--ttl::before {
    background-image: url(../images/icon-insta.png);
    width: 40px;
    height: 40px;
    margin-bottom: .3em;
  }
  .home_instagram--ttl::after {
    display: none;
  }
  #instagram {
    height: 335px;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #instagram::before,
  #instagram::after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
  }
  #instagram::before {
    top: 51%;
    left: 0;
    width: 175px;
    height: 384px;
    background-image: url(../images/instagram-slide01.png);
  }
  #instagram::after {
    top: 46%;
    right: -8px;
    width: 197px;
    height: 410px;
    background-image: url(../images/instagram-slide02.png);
  }
  #instagram .deco_wrap {
    width: 100%;
    max-width: 1366px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
  }
  #instagram .deco01 {
    bottom: -120px;
    left: 8px;
  }
  #instagram .deco02 {
    top: -160px;
    right: -25px;
  }
  #sb_instagram #sbi_images {
    float: none;
    padding: 0 !important;
  }
  .sbi_item {
    display: block !important;
    width: 320px !important;
  }
  #sb_instagram .sbi_photo:hover {
    opacity: .7;
  }
  #sbi_images .slick-arrow {
    transform: none !important;
    z-index: 2;
  }
  #sbi_images .slick-prev {
    top: 0;
    left: 1.25%; /* 24px */
  }
  #sbi_images .slick-next {
    top: inherit;
    bottom: 0;
    right: 1.25%; /* 24px */
  }

  @media screen and (max-width: 767px) {
    .home_instagram--ttl {
      z-index: 3 !important;
    }
    .home_instagram--ttl::before {
      width: 24px;
      height: 24px;
    }
    #instagram {
      height: 175px;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    #instagram::before {
      width: 91px;
      height: 200px;
    }
    #instagram::after {
      right: -4px;
      width: 102px;
      height: 213px;
    }
    #instagram .deco01 {
      bottom: -60px;
      left: 4px;
      width: 166px;
    }
    #instagram .deco02 {
      top: -80px;
      right: -28px;
      width: 201px;
    }
    .sbi_item {
      width: 166px !important;
    }
  }

/* home_recruit
********************************************** */
  .home_recruit {
    background-color: #E6EEF3;
  }
  .home_recruit--ttl:not(:last-child) {
    margin-bottom: 2em;
  }
  .home_recruit .ttl-03::after {
    display: none !important;
  }
  .home_recruit .img_text--img::before {
    content: '';
    position: absolute;
    top: -108px;
    right: 343px;
    width: 372px;
    height: 164px;
    background-image: url(../images/kazari-kumo3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
  }
  .home_recruit .lps_parts .img-detail::before {
    padding-top: calc(560/983*100%);
  }
  .home_recruit .img_text--txt {
    position: relative;
  }
  .home_recruit .img_text--txt .deco {
    top: -102px;
    left: 240px;
  }

  @media print, screen and (min-width: 768px) {
    .home_recruit .lps_parts--img_text .inner-lg .img_text--img {
      width: 50.6%;
    }
    .home_recruit .lps_parts--img_text .inner-lg .img_text--txt {
      width: 42.9%;
    }
    .lps_parts--img_text .inner-lg .img_text--txt {
      min-height: 560px;
    }
  }
  @media screen and (max-width: 767px) {
    .home_recruit .img_text--txt {
      z-index: 1;
    }
    .home_recruit .img_text--txt .deco {
      top: -56px;
      left: 148px;
      width: 222.5px;
      z-index: -1;
    }
  }


/* ##############################################################################

    PAGE

############################################################################## */

/* sitemap
*************************************************** */
  .sitemap--menu {
    flex: 1;
  }
  .sitemap--menu a,
  .sitemap--menu span {
    display: block;
  }
  .sitemap--menu a {
    position: relative;
  }
  .sitemap--menu a:hover {
    color: #5B9599;
  }
  .sitemap--menu > li > a {
    font-size: 1.125rem; /* 18px */
    border-bottom: 1px dashed #ddd;
    padding-bottom: .5em;
    padding-left: 1.25em;
    margin-bottom: 1.25em;
    background-repeat: no-repeat;
    background-position: left top .5em;
    background-size: 14px;
  }
  .sitemap--menu > li:nth-child(odd) > a {
    background-image: url(../images/deco_kira-blue.svg);
  }
  .sitemap--menu > li:nth-child(even) > a {
    background-image: url(../images/deco_kira-yellow.svg);
  }
  .sitemap_sub_nav--wrap {
    padding-left: 1.25em;
    margin-bottom: 1.5em;
  }
  .sitemap_sub_nav a {
    padding-top: .4em;
    padding-bottom: .4em;
    padding-left: 1.25em;
  }
  .sitemap_sub_nav a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #5B9599;
    border-right: 1px solid #5B9599;
    transform: rotate(45deg);
  }

  @media print, screen and (min-width: 768px) {
    .sitemap--menu:not(:last-child) {
      margin-right: 7.41%; /* 80px */
    }
  }
  @media screen and (max-width: 767px) {
    .sitemap--menu:not(:last-child) {
      margin-bottom: 24px;
    }
    .sitemap--menu > li > a {
      background-size: 12px;
    }
  }

/* contact
********************************************** */
  .page-contact .cta_tel {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .page-contact .cta_tel a {
    position: relative;
    padding: 24px 56px;
    border-radius: 10px;
  }
  .page-contact .cta_tel a::before,
  .page-contact .cta_tel a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../images/deco_kira-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .page-contact .cta_tel a::before {
    left: 20px;
  }
  .page-contact .cta_tel a::after {
    right: 20px;
  }

  @media screen and (max-width: 767px) {
    .page-contact .cta_tel a {
      display: block;
      padding: 16px 48px;
      border-radius: 8px;
    }
    .page-contact .cta_tel a::before,
    .page-contact .cta_tel a::after {
      width: 14px;
      height: 14px;
    }
    .page-contact .cta_tel a::before {
      left: 18px;
    }
    .page-contact .cta_tel a::after {
      right: 18px;
    }
  }
  @media screen and (max-width: 420px) {
    .page-contact .cta_tel a {
      padding: 16px 32px;
    }
    .page-contact .cta_tel a::before,
    .page-contact .cta_tel a::after {
      width: 12px;
      height: 12px;
    }
    .page-contact .cta_tel a::before {
      left: 14px;
    }
    .page-contact .cta_tel a::after {
      right: 14px;
    }
  }
  @media screen and (max-width: 350px) {
    .page-contact .cta_tel {
      display: block;
    }
    .page-contact .cta_tel a {
      padding: 16px;
    }
    .page-contact .cta_tel a::before,
    .page-contact .cta_tel a::after {
      display: none;
    }
  }


/* ##############################################################################

    ARCHIVE

############################################################################## */

/* main_column
**************************************** */
  .main_column {
    flex: 1;
    margin-right: 80px;
    overflow: hidden;
  }

  /* --- post --- */
  .post { position: relative; }
  .post--link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .post--img,
  .post--txtarea {
    pointer-events: none;
  }
  .post--img {
    overflow: hidden;
    background-color: #eee;
  }
  .post--img img:not(.img-cover) {
    max-width: 80%;
  }
  .hover-lg .post--img img {
    transition: all .8s ease-out;
  }
  .hover-lg:hover .post--img img {
    transform: scale(1.05);
  }
  .hover-cl .post--ttl {
    transition: all .4s ease-out;
  }
  .hover-cl:hover .post--ttl {
    color: #5B9599;
  }
  .post--date {
    color: #777;
    font-size: .875rem; /* 14px */
  }
  .post--info.flex .post--date + .cat_list {
    margin-left: 16px;
  }
  .cat_list {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .cat_list a {
    display: inline-block;
    vertical-align: middle;
    font-size: .813rem; /* 13px */
    background-color: #5B9599;
    color: #fff;
    padding: 0 1em;
    float: left;
    white-space: nowrap;
    margin: 2px;
    border-radius: 3em;
    pointer-events: auto;
  }
  .cat_list a:hover {
    opacity: .7;
  }
  .cat_list-hash a {
    color: #5b9599;
    background-color: transparent;
    border: 2px solid;
  }
  .cat_list-hash a::before {
    content: '#';
    display: inline;
  }
  .cat_list-hash a:hover,
  .cat_list-hash a.current {
    color: #fff;
    border-color: #5B9599;
    background-color: #5B9599;
    opacity: 1;
  }
  .cat_list-hash-lg {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .cat_list-hash-lg a {
    font-size: 1rem; /* 16px */
    margin: 3px;
  }
  .cat_list-hash-lg a:first-child {
    margin-left: auto;
  }
  .post--ttl {
    letter-spacing: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  @media screen and (max-width: 1100px) {
    .container > .inner.flex {
      display: block;
    }
    .main_column {
      width: 100%;
      margin-bottom: 40px;
      margin-right: 0;
    }
  }

/* side_column
**************************************** */
  .side_column,
  .side_fixed { width: 264px; }
  .side_section:not(:last-child) { margin-bottom: 64px; }
  .side--ttl {
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dashed #ddd;
  }
  .side--ttl small {
    opacity: .5;
    letter-spacing: 0;
    display: block;
    line-height: 1;
    margin-top: 8px;
  }

  /* --- post --- */
  .posts-side .post:not(:last-child) { margin-bottom: 16px; }
  .posts-side .post--img {
    margin-right: 16px;
    width: 64px;
    height: 64px;
  }
  .posts-side .txtarea { flex: 1; }
  .posts-side .post--date { margin-bottom: 0; }
  .posts-side .post--ttl { line-height: 1.4; }

  /* --- archive --- */
  .archive_list--ttl {
    cursor: pointer;
    font-weight: 500;
    line-height: 2;
    transition: all .4s ease-out;
    letter-spacing: 0;
  }
  .archive_list--ttl::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(135deg);
    transition: all .4s ease-out;
  }
  .archive_list--ttl.active::after { transform: rotate(315deg); }
  .archive_list--ttl:hover,
  .archive_month a:hover {
    color: #66CACC;
  }
  .archive_month { display: none; }
  .archive_month a {
    position: relative;
    display: block;
    padding-left: 16px;
  }
  .archive_month a::before {
    content: '';
    position: absolute;
    top: .8em;
    left: 0;
    width: 8px;
    height: 2px;
    border-bottom: 2px solid #66CACC;
  }

  /* --- archive-pulldown --- */
  .archive-pulldown {
    position: relative;
    margin-left: auto;
    z-index: 1;
  }
  .archive-pulldown .archive_list {
    position: relative;
  }
  .archive-pulldown .archive_list:not(:last-child) { margin-right: 24px; }
  .archive-pulldown .archive_list a {
    display: block;
    padding: .25em 1em;
    text-align: left;
  }
  .archive-pulldown .archive_list a:not(:last-child) { border-bottom: 1px solid #E6EEF3; }
  .archive-pulldown .archive_list a:hover {
    background-color: #E6EEF3;
  }
  .archive-pulldown .archive_list--label { margin-right: 8px; }
  .archive-pulldown .archive_list--btn {
    cursor: pointer;
    border: none;
    outline: none;
    appearance: none;
    padding: .25em 4em .25em 2em;
    background-color: #fff;
    border: 2px solid #E6EEF3;
    font-family: '秀英丸ゴシック B', 'Shuei MaruGo B', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0;
    border-radius: 8px;
    color: #777;
  }
  .archive-pulldown .active .archive_list--btn {
    border-radius: 8px 8px 0 0;
  }
  .archive-pulldown .archive_list--btn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: .4em;
    right: .8em;
    margin: auto;
    width: .6em;
    height: .6em;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    transition: all .2s ease-out;
  }
  .archive-pulldown .active .archive_list--btn::after {
    bottom: -.2em;
    transform: rotate(225deg);
  }
  .archive-pulldown .archive_list--menu {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    border: 2px solid #E6EEF3;
    visibility: hidden;
    margin-top: -2px;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    transition: all .2s ease-out;
  }
  .archive-pulldown .active .archive_list--menu {
    visibility: visible;
    opacity: 1;
  }

  @media screen and (max-width: 1100px) {
    .side_column,
    .side_fixed {
      width: 100%;
    }
  }

/* blog
**************************************** */
  .posts-blog .post {
    padding-bottom: 48px;
    padding-top: 48px;
    border-bottom: 1px solid #e5e5e5;
  }
  .posts-blog .post:first-child { border-top: 1px solid #e5e5e5; }
  .posts-blog .post--txtarea { flex: 1; }
  .posts-blog .post--img {
    width: 280px;
    margin-right: 40px;
  }
  .posts-blog .post--img::before {
    padding-top: 75%;
  }

  @media screen and (max-width: 767px) {
    .posts-blog .post {
      display: block;
      padding-top: 24px;
      padding-bottom: 24px;
    }
    .posts-blog .post--img {
      padding-left: 0;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 16px;
      text-align: center;
    }
  }

/* nayami
**************************************** */
  .posts-nayami .post {
    border-radius: 20px;
    box-shadow: 0 0 24px rgba(58,89,80,.1);
    overflow: hidden;
  }
  .posts-nayami .post--txtarea {
    padding: 24px 40px;
  }
  .posts-nayami .post--img::before {
    padding-top: calc(3/4*100%);
  }

  @media screen and (max-width: 767px) {
    .posts-nayami .post {
      border-radius: 8px;
    }
    .posts-nayami .post--txtarea {
      padding: 24px;
    }
  }

/* news
**************************************** */
  .posts-news .post--img {
    border-radius: 20px;
  }
  .posts-news .post--img::before {
    padding-top: calc(256/379*100%);
  }
  .posts-news .post--info::after {
    content: '';
    display: block;
    margin-left: auto;
    width: 18px;
    height: 18px;
    background-image: url(../images/deco_kira-yellow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  @media screen and (max-width: 767px) {
    .posts-news .post--img {
      border-radius: 8px;
    }
  }

/* news
**************************************** */

  /* --- news_list --- */
  .news_list .post {
    padding-bottom: 1em;
    padding-top: 1em;
    border-bottom: 1px dashed #E6EEF3;
  }
  .news_list .post--info {
    margin-right: 32px;
  }
  .news_list .post--ttl {
    pointer-events: none;
    transition: all .4s ease-out;
  }
  .news_list .post--link:not([href="javascript:void(0);"]):hover + .post--ttl {
    color: #5B9599;
  }
  .news_list .post--link:hover + .post--ttl svg {
    fill: #5B9599;
  }

  @media screen and (max-width: 767px) {
    .news_list .post { display: block; }
    .news_list .post--info {
      margin-bottom: 8px;
      margin-right: 0;
    }
  }


/* ##############################################################################

    SINGLE

############################################################################## */

/* pass
**************************************** */
  #pass p {
    margin-bottom: 1em;
  }
  #pass input[name="post_password"] {
    padding: 5px;
    border: solid 1px #aaa;
    outline: none;
  }
  #pass input[type="submit"] {
    padding: 4px 16px;
    letter-spacing: 0;
    background-color: #E6EEF3;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all .4s ease-out;
  }
  #pass input[type="submit"]:hover {
    opacity: .7;
  }

/* nayami
**************************************** */
  .single-nayami .main_column,
  .single-nayami .side_section {
    background-color: #fff;
    border-radius: 20px;
  }
  .single-nayami .main_column {
    padding: 40px;
  }
  .single-nayami .side_section {
    padding: 24px;
  }

/* wp-pagenavi
**************************************** */
  .wp-pagenavi {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 40px;
  }
  .wp-pagenavi .pages {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
  }
  .wp-pagenavi a {
    position: relative;
    padding: .5em 1em;
    background-color: #5B9599;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 8px;
  }
  .wp-pagenavi a:hover {
    opacity: .7;
  }
  .wp-pagenavi a {
    color: #fff;
  }
  .wp-pagenavi > *:not(.pages) {
    max-width: calc(100% / 2.6);
  }
  .archive .wp-pagenavi {    
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
  }
  .archive .wp-pagenavi > *:not(.pages) {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .wp-pagenavi-single a[rel="prev"],
  .wp-pagenavi-single a[rel="next"] {
    width: 40px;
  }
  .wp-pagenavi > *:not(.pages) {
    margin-bottom: 4px; 
  }
  .wp-pagenavi > *:not(.pages):not(:last-child) {
    margin-right: 4px;
  }
  .wp-pagenavi .extend {
    width: 24px !important;
  }
  .wp-pagenavi a[rel="prev"]::before,
  .wp-pagenavi a[rel="next"]::before,
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before,
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid;
    border-right: 2px solid;
  }
  .wp-pagenavi a[rel="prev"]::before,
  .wp-pagenavi a[rel="next"]::before,
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before,
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    width: 8px;
    height: 8px;
  }
  .wp-pagenavi a[rel="prev"]::before,
  .wp-pagenavi .first::before,
  .wp-pagenavi .first::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .wp-pagenavi a[rel="next"]::before,
  .wp-pagenavi .last::before,
  .wp-pagenavi .last::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .wp-pagenavi-single a[rel="prev"]::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .wp-pagenavi-single a[rel="next"]::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .wp-pagenavi .first::before,
  .wp-pagenavi .last::before {
    left: -6px;
  }
  .wp-pagenavi .first::after,
  .wp-pagenavi .last::after {
    right: -6px;
  }

  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      margin-top: 24px;
    }
    .archive .wp-pagenavi > *:not(.pages) {
      width: 32px;
      height: 32px;
    }
    .wp-pagenavi-single a[rel="prev"],
    .wp-pagenavi-single a[rel="next"] {
      width: 32px;
    }
    .wp-pagenavi .first::before,
    .wp-pagenavi .last::before {
      left: -5px;
    }
    .wp-pagenavi .first::after,
    .wp-pagenavi .last::after {
      right: -5px;
    }
  }


/* ##############################################################################

    FORMY

############################################################################## */
  #formy_form {
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
  }
  #formy_form table { width: 100%; }
  #formy_form th,
  #formy_form td {
    padding: 16px;
    vertical-align: middle;
    border-bottom: 1px dashed #ddd;
  }
  #formy_form th {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    width: 34%;
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form table textarea {
    width: 100%;
    border-radius: 5px;
    vertical-align: bottom;
  }
  #formy_form table input[type="text"],
  #formy_form table input[type="email"],
  #formy_form table input[type="tel"],
  #formy_form table input[type="date"],
  #formy_form table input[type="password"],
  #formy_form select,
  #formy_form textarea {
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #E6EEF3;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
  }
  #formy_form textarea { height: 100px; }
  #formy_form select { height: 40px; }
  #formy_form ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #formy_form input:hover { opacity:.7; }
  #formy_form textarea:hover { opacity:.7; }
  #formy_form input:focus { outline: none; }
  #formy_form .parsley-validated {  background-color: #eee; }
  #formy_form .parsley-error {  background-color: #fee; }
  #formy_form .parsley-success {  background-color: #fff; }
  .help_text {
    font-size: .875rem; /* 14px */
    color: #999;
  }
  .hidden_help { display: none; }
  .formy_privacy div {
    overflow-y: scroll;
    height: 140px;
    border: 1px solid #E6EEF3;
    font-size: .875rem; /* 14px */
    padding: 8px 16px;
  }
  .requiredIcon {
    background-color: #f0a17a;
    color: #fff;
    margin: 0 0 0 1em;
    font-size: .75rem; /* 12px */
    padding: 2px 5px;
    border-radius: 3px;
    float: right;
  }
  /* IE */
  _:-ms-input-placeholder, :root .requiredIcon {
    padding: 2.5px 5px 1.5px;
  }
  #formy_btn {
    padding-top: 32px;
    text-align: center;
  }
  #formy_btn input {
    font-size: inherit;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    padding: 16px 32px;
    -webkit-appearance: none;
    appearance: none;
    font-family: '秀英丸ゴシック B', 'Shuei MaruGo B', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: 700;
    transition: all .4s ease-out;
  }
  #formy_form ul li input[type="radio"],
  #formy_form ul li input[type="checkbox"] { display: none !important; }
  #formy_form ul li label {
    position: relative;
    display: inline-block;
    padding: .5em 8px .5em 40px;
    line-height: 1.6;
    vertical-align: top;
    cursor: pointer;
  }
  #formy_form ul li label:hover { opacity: .7; }
  #formy_form ul li label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    left: 16px;
    top: 12px;
  }
  #formy_form ul li input[type="radio"] + label::before { border-radius: 10px; }
  #formy_form ul li input[type="radio"]:checked + label,
  #formy_form ul li input[type="checkbox"]:checked + label {
    color: #e75f5f;
    font-weight: bold;
  }
  #formy_form ul li input[type="radio"]:checked + label::before,
  #formy_form ul li input[type="checkbox"]:checked + label::before {
    border-color: #e75f5f;
  }
  #formy_form ul li input[type="radio"]:checked + label::after,
  #formy_form ul li input[type="checkbox"]:checked + label::after {
    content: "";
    width: 10px;
    height: 18px;
    top: 4px;
    left: 20px;
    border-right: 2px solid #e75f5f;
    border-bottom: 2px solid #e75f5f;
    display: block;
    position: absolute;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .formy_confirm { background-color: #66CACC; }
  .formy_submit_disabled { background-color: #ccc; }
  #formy_btn .formy_submit_disabled:hover {
    opacity: 1;
    cursor: default;
  }
  .autoConfirmBack { background-color: #aaa; }
  .formy_send {
    color: #383838 !important;
    background-color: #F0DC7A;
    padding: 17.5px 32px !important;
  }
  #total_required {
    padding: 16px;
    color: #f0a17a;
    text-align: center;
    letter-spacing: 0;
  }

  @media print, screen and (min-width: 768px) {
    #formy_form .confirm-message {
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) {
    #formy_form {
      padding: 24px;
      border-radius: 8px;
    }
    #formy_form th,
    #formy_form td {
      display: block;
      width: auto;
      padding-left: 0;
      padding-right: 0;
    }
    #formy_form th {
      border-bottom:none;
      padding-bottom: 0;
      white-space: normal;
      font-weight: bold;
    }
    #formy_form td { padding-top: 0; }
    #formy_btn { padding-top: 8px; }
    #formy_btn input {
      width: 100%;
      background-size: contain;
      background-position: center;
    }
    .autoConfirmBack { margin-bottom: 8px; }
  }


/* ##############################################################################

    Loops調整

############################################################################## */

/* lps_parts--img_text
********************************************** */
  .lps_parts--img_text .img_text--img .img-detail {
    overflow: hidden;
  }
  .lps_parts--img_text .bg-wh {
    border-radius: 20px;
  }
  .lps_parts--img_text .bg-wh .img-detail,
  .lps_parts--img_text .inner-lg.img_right:not(.bg-wh) .img-detail {
    border-radius: 20px 0 0 20px;
  }
  .lps_parts--img_text .bg-wh.img_right .img-detail,
  .lps_parts--img_text .inner-lg:not(.bg-wh) .img-detail {
    border-radius: 0 20px 20px 0;
  }
  .lps_parts--img_text .inner-lg.bg-wh .img-detail {
    border-radius: 0;
  }
  .lps_parts--img_text .img-detail {
    border-radius: 20px;
  }

  @media screen and (max-width: 767px) {
    .lps_parts--img_text .bg-wh,
    .lps_parts--img_text .img-detail {
      border-radius: 8px;
    }
    .lps_parts--img_text .bg-wh .img-detail {
      border-radius: 8px 8px 0 0 !important;
    }
    .lps_parts--img_text .inner-lg .img-detail {
      border-radius: 0 !important;
    }
  }

/* lps_parts--column
********************************************** */
  .lps_parts--column .column_item.bg-wh,
  .lps_parts--column .column_item:not(.bg-wh) .img-detail,
  .lps_parts--slide .img {
    border-radius: 20px;
    overflow: hidden;
  }
  .lps_parts--column .ttl-03 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .lps_parts--column .ttl-03.txt-ctr {
    display: block;
  }
  .lps_parts--column .ttl-03::after {
    content: '';
    display: block;
    margin-left: auto;
    width: 22px;
    height: 22px;
    background-image: url(../images/deco_kira-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .lps_parts--column .bg-wh .ttl-03::after {
    background-image: url(../images/deco_kira-yellow.svg);
  }

  @media print, screen and (min-width: 768px) {
    .lps_parts--column.column-3,
    .lps_parts--column.column-4 {
      font-size: .875rem; /* 14px */
    }
  }
  @media screen and (max-width: 767px) {
    .lps_parts--column .column_item.bg-wh,
    .lps_parts--column .column_item:not(.bg-wh) .img-detail,
    .lps_parts--slide .img {
      border-radius: 8px;
    }
  }

/* lps_parts--faq
********************************************** */
  .lps_parts--faq .ttl-03 {
    border-radius: 20px 20px 0 0;
  }
  .lps_parts--faq .mce-content-body {
    border-radius: 0 0 20px 20px;
  }
  .lps_parts--faq img,
  .lps_parts--flow img {
    border-radius: 20px;
  }

  @media screen and (max-width: 767px) {
    .lps_parts--faq .ttl-03 {
      border-radius: 8px 8px 0 0;
    }
    .lps_parts--faq .mce-content-body {
      border-radius: 0 0 8px 8px;
    }
    .lps_parts--faq img,
    .lps_parts--flow img {
      border-radius: 8px;
    }
  }