/* ##############################################################################

    COMMON

############################################################################## */

  html {
    height: 100%;
    overflow-y: scroll;
  }
  body {
    height: 100%;
    padding-top: 162px;
  }
  body.page-contact {
    padding-top: 0;
  }

  @media screen and (max-width: 767px) {
    body {
      padding-top: 146px;
    }
  }

/* layout
**************************************** */

  /* --- inner --- */
  .inner {
    width: 86%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-sm { max-width: 880px; }
  .inner-lg { max-width: 1200px; }
  .inner-xl { max-width: 1480px; }

  /* --- section_pdg --- */
  .section_pdg {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  @media screen and (max-width: 767px) {
    /* --- section_pdg --- */
    .section_pdg {
      padding-top: 64px;
      padding-bottom: 72px;
    }
  }

/* 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 > *: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.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .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-col4.flex-sp-block > * {
      width: 100%;
      margin-bottom: 16px;
      margin-right: 0;
    }
    .flex-col2.flex-sp-block > *:last-child,
    .flex-col3.flex-sp-block > *:last-child,
    .flex-col4.flex-sp-block > *:last-child {
      margin-bottom: 0;
    }
    .flex-sp-col2 {
      flex-wrap: wrap;
    }
    .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(odd) {
      margin-right: 3% !important;
    }

    .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-wh {
    background-color: #fff;
  }
  .lps_sec,
  .bg-beige {
    background-color: #F7F2E7;
  }
  .lps_sec:nth-child(2n),
  .bg-yel {
    background-color: #F4E9CE;
  }
  .section_deco { position: relative; }
  * + .lps_sec::before,
  .section_deco::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 24px;
    background-image: url(../images/common/section_deco01.png);
  }
  .lps_sec:nth-child(2n)::before,
  .bg-yel.section_deco::before {
    background-image: url(../images/common/section_deco02.png);
  }
  .lps_sec[style*="background-color:"]::before {
    display: none;
  }

/* ttl
********************************************** */

  /* --- page_ttl --- */
  .page_ttl {
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 392px;
    line-height: 1.5;
    background-color: #eee;
    background-size: cover;
    background-position: center;
  }
  .page_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.56);
  }
  .page_ttl-jp {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 300%;
    color: #fff;
    font-family: DS-akari;
  }
  .archive-news .page_ttl,
  .single-news .page_ttl {
    background-image: url(../images/ttl_news.jpg);
  }
  .archive-event .page_ttl,
  .single-event .page_ttl {
    background-image: url(../images/ttl_event.jpg);
  }
  .page_ttl-info {
    height: auto;
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .page_ttl--info {
    margin-top: 2em;
    position: relative;
  }
  .page_ttl--info > *:not(:last-child) {
    margin-bottom: 1em;
  }
  .page_ttl--info .post--date {
    color: #fff;
  }

  /* --- ttl --- */
  .ttl-01,
  .ttl-02,
  .ttl-03 {
    position: relative;
    z-index: 1;
  }
  .ttl-01 {
    padding-top: 92px;
    font-size: 325%;
    line-height: 1.15;
    font-family: DS-akari;
    text-align: center;
    letter-spacing: -.08em;
  }
  .ttl-01 .ttl-deco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    fill: #362e2b;
  }
  .ttl-01 i { font-style: italic; }
  .ttl-02 {
    font-size: 287%;
    line-height: 1.2;
    letter-spacing: -.08em;
    font-family: DS-akari;
    color: #d56f00;
  }
  .ttl-03 {
    font-size: 250%;
    line-height: 1.2;
    letter-spacing: .09em;
  }
  .ttl-03 + p {
    margin-top: 16px;
  }
  .lps_sec .ttl-01 {
    margin-bottom: 64px;
  }
  .lps_sec .ttl-02 {
    margin-bottom: 32px;
  }
  .lps_sec .ttl-03 {
    margin-bottom: 24px;
  }
  .lps_sec .column-3 .ttl-03 {
    font-size: 130%;
  }

  @media screen and (max-width: 767px) {

    /* --- page_ttl --- */
    .page_ttl {
      height: 160px;
    }
    .page_ttl-jp {
      font-size: 200%;
    }
    .page_ttl-info {
      height: auto;
      padding-top: 48px;
      padding-bottom: 48px;
    }

    /* --- ttl --- */
    .ttl-01 {
      padding-top: 66px;
      font-size: 238%;
      line-height: 1.05;
    }
    .ttl-01 .ttl-deco {
      width: 132px;
      height: 60px;
    }
    .ttl-02 {
      font-size: 213%;
    }
    .ttl-03 {
      font-size: 173%;
    }
    .lps_sec .ttl-01 {
      margin-bottom: 32px;
    }
    .lps_sec .ttl-02 {
      margin-bottom: 24px;
    }
    .lps_sec .ttl-03 {
      margin-bottom: 16px;
    }
  }

/* breadcrumbs
**************************************** */
  .breadcrumbs {
    padding: 8px 0;
    font-size: 87%;
  }
  .breadcrumbs a {
    text-decoration: underline;
  }

/* txt
**************************************** */
  .txt-lg { font-size: 107%; }
  .txt-sm { font-size: 93%; }
  .txt-wh { color: #fff; }
  .txt-attention-kome {
    position: relative;
    padding-left: 1.4em;
  }
  .txt-attention-kome::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
  }
  .txtarea p:not(:last-child) {
    margin-bottom: 1em;
  }

  /* --- font --- */
  @font-face {
    font-family: 'noblecompany';
    src: url('../fonts/noblecompany.otf') format('opentype');
  }
  .font-en { font-family: 'noblecompany'; }

/* btn
********************************************** */
  .btn + .btn {
    margin-top: 8px;
  }
  .btn a {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 16px 40px;
    border-radius: 80px;
    min-width: 300px;
    color: #fff;
    text-align: center;
    background-color: #362E2B;
  }
  .btn svg {
    fill: #fff;
    transition: all .4s ease-out;
  }
  .btn a[target="_blank"] { padding-right: 56px; }
  .btn a[href$=".pdf"] { padding-left: 56px; }
  .btn a:hover {
    opacity: .7;
  }
  .btn a:not([target="_blank"],[href$=".pdf"])::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    transition: all .2s ease-out;
  }
  .btn a[target="_blank"] {
    padding-right: 48px;
  }
  .btn a[href$=".pdf"] {
    padding-left: 48px;
  }
  .btn.btn-next_page a {
    min-width: 100%;
    max-width: 100%;
    border-radius: 0;
    font-size: 120%;
    text-align: left;
  }
  .btn.btn-line a {
    border: 2px solid;
    background-color: transparent;
    color: #362E2B;
  }
  .btn.btn-line a:hover {
    opacity: 1;
    border: 2px solid #362E2B;
    background-color: #362E2B;
    color: #fff;
  }

  /* --- btn-wh --- */
  .btn-wh a {
    color: #000;
    background-color: #fff;
  }
  .btn-wh svg {
    fill: #000;
  }

  @media screen and (max-width: 767px) {
    .btn a {
      min-width: 100%;
      max-width: 100%;
    }
    .btn a[target="_blank"] {
      padding-right: 40px;
    }
    .btn a[href$=".pdf"] {
      padding-left: 40px;
    }
  }

/* sns_area
********************************************** */
  .sns_area {
    position: relative;
    padding-top: 98px;
    padding-bottom: 98px;
    background-color: #9A6F48;
  }
  .sns_area::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 12px;
    background-image: url(../images/common/line-deco02.png);
  }
  .sns_area--instagram,
  .sns_area--twitter,
  .sns_area--news {
    width: 32%;
  }
  .sns_area .ttl-01 { color: #fff; }
  .sns_area .ttl-01 .ttl-deco { fill: #fff; }
  #sb_instagram {
    background-color: #fff;
    padding: 0 !important;
    border-radius: 6px;
  }
  #sb_instagram #sbi_images {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    overflow: hidden;
  }
  .sns_area--news_wrap {
    background-color: #fff;
    padding: 18px 16px;
    height: 380px;
    border-radius: 6px;
  }
  .sns_area--news .news_list {
    height: 100%;
    overflow-y: scroll;
  }
  .sns_area--news .news_list::-webkit-scrollbar {
    width: 5px;
  }
  .sns_area--news .news_list::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #E4E4E4;
  }
  .sns_area--news .news_list::-webkit-scrollbar-thumb {
    background-color: #ffa61a;
    border-radius: 5px;
  }
  .sns_area--bnrs {
    margin: 40px auto 0;
  }
  .sns_area--bnrs li a:hover {
    opacity: .8;
  }

  @media screen and (max-width: 1578px) {
    .sns_area--news .news_list .post {
      flex-direction: column;
      align-items: flex-start;
    }
    .sns_area--news .news_list .post .post--ttl {
      margin-top: 4px;
      margin-left: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .sns_area {
      padding-top: 68px;
      padding-bottom: 60px;
    }
    .sns_area--instagram,
    .sns_area--twitter,
    .sns_area--news {
      width: 100%;
      margin-bottom: 40px;
    }
    .sns_area--bnrs { margin-top: 0; }
  }

/* floating_bnr
********************************************** */
  .floating_bnr {
    position: fixed;
    right: 14px;
    z-index: 100;
  }
  .floating_bnr1 { bottom: 28px; }
  .floating_bnr2 { bottom: 160px; }
  .floating_bnr .close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
  }
  .floating_bnr .close::before,
  .floating_bnr .close::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 2px;
    background-color: #555;
    transform: rotate(-45deg);
  }
  .floating_bnr .close::after {
    transform: rotate(45deg);
  }
  .floating_bnr a:hover {
    opacity: .7;
  }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .floating_bnr1 { bottom: 140px; }
    .floating_bnr1 img { width: 100px; }
    .floating_bnr2 img { width: 100px; }
  }
  @media screen and (max-width: 767px) {
    .floating_bnr {
      width: 80px;
    }
    .floating_bnr1 {
      right: 8px;
      bottom: 8px;
    }
    .floating_bnr2 {
      right: 95px;
      bottom: 8px;
    }
    .floating_bnr .close {
      top: -6px;
      left: -6px;
      right: auto;
      width: 18px;
      height: 18px;
    }
  }

/* floating_nav
********************************************** */
  .floating_nav {
    position: fixed;
    top: 30%;
    left: 0;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100;
    transform: translateX(-100%);
    transition: all .4s ease-out;
  }
  .scrollin .floating_nav {
    transform: translateX(-80.4%);
  }
  .floating_nav .time {
    display: flex;
    flex-direction: row-reverse;
    background-color: #fff;
    border-radius: 0 6px 6px 0;
    margin-bottom: 8px;
    transition: all .4s ease-out;
  }
  .floating_nav .time:hover,
  .floating_nav .time:focus {
    transform: translateX(77%);
  }
  .floating_nav .time h3 {
    width: 42px;
    background-color: #08AA08;
    padding: 28px 10px 32px;
    line-height: 1.25;
    color: #fff;
    text-align: center;
    border-radius: 0 6px 6px 0;
    font-size: 1.16rem;
  }
  .floating_nav .time h3 i {
    margin-bottom: 6px;
  }
  .floating_nav .time .detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 24px 24px 16px;
  }
  .floating_nav .time .detail h4 {
    margin-bottom: 4px;
    font-size: 113%;
    opacity: .8;
  }
  .floating_nav .time .detail .num {
    font-size: 150%;
    line-height: 1;
    color: #e67500;
  }
  .floating_nav .access {
    width: 42px;
    transition: all .4s ease-out;
  }
  .floating_nav .access:hover {
    width: 54px;
    margin-right: -12px;
  }
  .floating_nav .access a {
    display: block;
    background-color: #009DD6;
    color: #fff;
    line-height: 1.25;
    padding: 38px 10px;
    text-align: center;
    border-radius: 0 6px 6px 0;
    font-size: 1.16rem;
  }
  .floating_nav .access:hover a {
    padding: 38px 10px 38px 18px;
    transition: all .4s ease-out;
  }
  @media screen and (max-width: 767px) {
    .floating_nav {
      left: 0;
      right: auto;
      align-items: flex-end;
      transform: translateX(-100%);
    }
    .scrollin .floating_nav {
      transform: translateX(-100%);
    }
    .floating_nav .time {
      flex-direction: row-reverse;
      border-radius: 0 6px 6px 0;
      transform: translateX(0);
    }
    .floating_nav .time:hover {
      transform: translateX(84%);
    }
    .floating_nav .time h3,
    .floating_nav .access a {
      border-radius: 0 6px 6px 0;
      line-height: 1.14;
      font-size: 88%;
    }
    .floating_nav .time h3,
    .floating_nav .access,
    .floating_nav .access:hover {
      width: 28px;
    }
    .floating_nav .time h3 { padding: 14px 4px 16px; }
    .floating_nav .access a,
    .floating_nav .access:hover a {
      padding: 20px 4px;
    }
    .floating_nav .time .detail { padding: 24px 12px; }
  }


/* ##############################################################################

    HEADER

############################################################################## */

/* header
**************************************** */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    line-height: 1;
    z-index: 9990;
    transition: all .4s ease-out;
    padding-top: 12px;
    border-top: 6px solid #ffa61a;
  }
  .header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 21px;
    background-image: url(../images/common/header_deco.png);
    pointer-events: none;
    transition: all .4s ease-out;
  }
  .sub_head {
    margin-bottom: 3px;
  }
  .sub_head--sns li:not(:last-child) { margin-right: 8px; }
  .sub_head--sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    letter-spacing: -.01em;
    font-size: 88%;
  }
  .sub_head--sns li a:hover { opacity: .7; }
  .sub_head--sns li a.tw { background-color: #1DA1F2; }
  .sub_head--sns li a.fb { background-color: #1877f2; }
  .sub_head--sns li a.in { background-color: #D93177; }
  .sub_head--sns li a.line { background-color: #00b900; }
  .sub_head--sns li a.line svg { fill: #fff; }
  .sub_head--nav {
    margin-left: auto;
    margin-right: 14px;
  }
  .sub_head--nav li:not(:last-child) { margin-right: 12px; }
  .sub_head--nav li a {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    color: #757575;
    font-size: 88%;
  }
  .sub_head--nav li a:hover {
    opacity: .7;
  }
  .sub_head--nav li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
  }

  /* -- 営業時間 -- */
  .business_time {
    position: relative;
    padding: 6px 14px 6px 30px;
    border-radius: 28px;
    background-color: #eaeaea;
    font-size: 93%;
  }
  .business_time.holiday {
    padding: 6px 14px 6px 36px;
    background-color: #ffebec;
    color: #fc616c;
  }
  .business_time i {
    position: absolute;
    top: 7px;
    left: 10px;
  }
  .business_time.holiday i {
    left: 16px;
  }

  /* -- 河川環境楽園ポータルサイトへのリンク -- */
  .portal_site a {
    position: relative;
    padding: 6px 14px;
    padding-right: 30px;
    border-radius: 28px;
    background-color: #D0EBF1;
    font-size: 93%;
    margin-left: 8px;
  }
  .portal_site a::after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url(../images/common/blankicon.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 50%;
    translate: 0 -50%;
  }
  .portal_site a:hover {
    background-color: #60b9d5;
  }
  .lang_time--wrap  {
    column-gap: 8px;
  }
  /* -- gnav--language -- */
  .gnav--language {
    position: relative;
  }
  .gtranslate_wrapper  {
    position: relative;
    width: fit-content;
  }
  .gnav--language ::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    translate: 0 -50%;
    rotate: 45deg;
    pointer-events: none;
  }
  .gt_selector {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
      padding: 6px 14px;
      padding-right: 24px;
    color: var(--clr-body);
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    border-radius: 9999px;
    background-color: #fdf5d6;
    appearance: none;
    border: none;
    cursor: pointer;
  }


  @media screen and (min-width: 768px) {
    .header--nav,
    .gnav,
    .gnav > .flex,
    .gnav ul,
    .gnav li,
    .gnav a {
      height: 100%;
    }
  }
  @media screen and (max-width: 1190px) {
    .portal_site {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .header {
      padding-top: 0;
      border-top: none;
    }
    .header .inner { width: 100%; }
    .sub_head {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      justify-content: space-between;
      padding: 8px;
      margin-bottom: 0;
      background-color: #fff;
      border-top: 6px solid #ffa61a;
      z-index: 9999;
    }
    .sub_head .logo { width: 25%; }
    .business_time {
      border-radius: 4px;
      padding: 6px 8px 6px 40px;
      line-height: 1.3;
    }
    .business_time span {
      display: block;
    }
    .business_time .txt {
      font-size: 88%;
      letter-spacing: .02em;
    }
    .business_time .time {
      padding-left: 1px;
      letter-spacing: .1em;
    }
    .business_time i {
      top: 10px;
      left: 8px;
      font-size: 160%;
    }
    .business_time.holiday {
      width: 36%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 8px 12px;
      background-color: #ffebec;
      color: #fc616c;
    }
    .business_time.holiday i {
      position: static;
      font-size: 140%;
    }
    .business_time.holiday .txt {
      flex: 1;
      margin-left: 8px;
      font-size: 94%;
      line-height: 1;
    }
    .lang_time--wrap {
      row-gap: 5px;
    }
    .gt_selector {
      width: 100%;
      height: 30px;
    }
  }

/* gnav
********************************************** */
  .gnav {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .gnav {
      position: fixed;
      top: 68px;
      left: 0;
      z-index: 300;
      display: block;
      width: 100%;
      height: calc(100% - 68px);
      margin: 0;
      padding: 24px 5%;
      background-color: #F7F2E7;
      opacity: 0;
      pointer-events: none;
      transition: .4s ease-out;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
    }
    .gnav.active {
      opacity: 1;
      pointer-events: auto;
    }
    .gnav_btn {
      width: 52px;
      height: 52px;
      background-color: #FFA61A;
      border-radius: 50%;
      z-index: 9999;
    }
    .gnav_btn--lines {
      position: relative;
      width: 26px;
      height: 20px;
    }
    .gnav_btn--lines span {
      transition: all .4s;
      box-sizing: border-box;
    }
    .gnav_btn--lines span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
    }
    .gnav_btn--lines span:nth-of-type(1) {
      top: 0;
    }
    .gnav_btn--lines span:nth-of-type(2) {
      top: 46%;
    }
    .gnav_btn--lines span:nth-of-type(3) {
      bottom: 0;
    }
    .active .gnav_btn--lines span:nth-of-type(1) {
      -webkit-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg);
    }
    .active .gnav_btn--lines span:nth-of-type(2) {
      opacity: 0;
    }
    .active .gnav_btn--lines span:nth-of-type(3) {
      -webkit-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg);
    }

    .gnav_list > li {
      position: relative;
      background-color: #fff;
      border: 1px solid #F4E9CE;
    }
    .gnav_list li:not(:last-child) {
      margin-bottom: 6px;
    }
    .gnav_list li .gnav--link {
      position: relative;
      display: flex;
      align-items: center;
      height: 80px;
      padding: 8px 14px;
      border-radius: 4px;
      font-size: 107%;
    }
    .gnav_list li .gnav--link::after {
      content: "";
      position: absolute;
      top: 37px;
      right: 28px;
      width: 6px;
      height: 6px;
      border-right: 2px solid #FFA61A;
      border-bottom: 2px solid #FFA61A;
      transform: rotate(-45deg);
    }
    .gnav_list li .gnav--link span {
      display: flex;
      justify-content: center;
      margin-right: 18px;
      width: 87px;
    }
    .gnav_list li .open {
      position: absolute;
      top: 32px;
      right: 22px;
      width: 16px;
      height: 16px;
      background-color: #fff;
    }
    .gnav_list li .open::before,
    .gnav_list li .open::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      height: 2px;
      background-color: #FFA61A;
      transition: all .4s ease-out;
    }
    .gnav_list li .open.active::after {
      transform: rotate(90deg);
    }
    .gnav_list .child {
      padding: 0 6% 10px;
    }
    .gnav_list .child li {
      border-top: 2px dotted #CBBA8E;
    }
    .gnav_list .child li a {
      position: relative;
      display: block;
      padding: 18px 0 18px 24px;
      font-size: 107%;
    }
    .gnav_list .child li a::before {
      content: "";
      position: absolute;
      top: 0;
      left: 6px;
      bottom: 0;
      width: 6px;
      height: 6px;
      border-right: 2px solid #FFA61A;
      border-bottom: 2px solid #FFA61A;
      transform: rotate(-45deg);
      margin: auto;
    }

    .gnav_links { margin-top: 18px; }
    .gnav_links li a {
      display: block;
      padding: 16px 8px;
      background-color: #fff;
      border-radius: 28px;
      text-align: center;
      font-size: 88%;
    }
    .gnav_links li.lg {
      width: 100% !important;
      margin-right: 0 !important;
    }
    .gnav_links li.bl a {
      background-color: #D0EBF1;
    }

    .sub_head--sns li a {
      width: 40px;
      height: 40px;
      font-size: 113%;
    }
  }

/* main_nav
********************************************** */
  .main_nav {
    padding: 8px 0 16px;
  }
  .main_nav_list li {
    position: relative;
  }
  .main_nav_list > li:not(:nth-child(4)) {
    width: calc(100%/7);
  }
  .main_nav_list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 50%;
    border-right: 2px dotted #ddd;
  }
  .main_nav_list li .main_nav--link {
    display: block;
    padding: 0 8px;
  }
  .main_nav_list li .main_nav--link:hover {
    color: #ffa61a;
  }
  .main_nav_list li.current .main_nav--link .txt {
    border-bottom: 2px solid #ffa61a;
  }
  .main_nav_list li .main_nav--link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    margin-bottom: 8px;
    transition: all .4s ease-out;
  }
  .main_nav_list li .main_nav--link .txt {
    display: block;
    text-align: center;
    width: fit-content;
    margin: auto;
    font-size: 107%;
    letter-spacing: .11em;
  }
  .main_nav_list .child {
    position: absolute;
    left: -26px;
    display: none;
    width: 200px;
    background-color: #fff;
    border-radius: 6px;
    padding: 24px 18px 14px;
    z-index: 1;
  }
  .main_nav_list .child li:not(:last-child) {
    border-bottom: 2px dotted #ddd;
  }
  .main_nav_list .child a {
    position: relative;
    display: block;
    padding: 12px 0 12px 18px;
  }
  .main_nav_list .child a:hover {
    color: #FFA61A;
  }
  .main_nav_list .child a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-right: 2px solid #ffa61a;
    border-bottom: 2px solid #ffa61a;
    transform: rotate(-45deg);
  }
  .main_nav--logo a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 24px;
  }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .main_nav_list .child {
      left: -50px;
    }
  }
  @media screen and (max-width: 767px) {
    .main_nav {
      overflow-x: scroll;
      padding: 0 0 12px;
    }
    .main_nav_list {
      width: max-content;
      padding-left: 8px;
    }
    .main_nav_list li:not(:nth-child(4)) { width: auto; }
    .main_nav_list li .main_nav--link {
      padding: 0 18px;
    }
    .main_nav_list li:nth-child(1) .main_nav--link {
      padding-left: 4px;
    }
    .main_nav_list li .main_nav--link .icon { height: 34px; }
    .main_nav_list li .main_nav--link .icon img {
      width: auto;
      height: 100%;
    }
  }

/* header-sm
********************************************** */
  .header-sm::after {
    opacity: 0;
  }
  .header-sm .main_nav_list li .main_nav--link .icon {
    opacity: 0;
    height: 0;
    margin-bottom: 0;
  }

  @media screen and (min-width: 768px) {
    .header.header-sm {
      padding-top: 8px;
    }
    .header-sm .sub_head {
      display: none;
    }
    .header-sm .main_nav_list li .main_nav--link {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height: 100%;
      padding: 0 8px;
    }
  }


/* ##############################################################################

    FOOTER

############################################################################## */

/* sns_line
********************************************** */
  .sns_line {
    position: relative;
    display: flex;
    align-items: center;
    height: 440px;
    background-position: center;
    background-size: cover;
    background-image: url(../images/line_bg.jpg);
  }
  .sns_line::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top -40%;
    background-image: url(../images/line_sumaho.png);
  }
  .sns_line--ttl {
    margin-bottom: 8px;
    font-family: DS-akari;
    font-size: 337%;
    letter-spacing: -.05em;
  }
  .sns_line--ttl + p {
    line-height: 1.65;
  }
  .sns_line .btn a {
    padding: 16px 40px;
    background-color: #08AA08;
    font-size: 1.16rem;
  }
  .sns_line .btn a::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-left: 8px;
  }
  @media screen and (max-width: 767px) {
    .sns_line {
      display: block;
      padding-top: 34px;
    }
    .sns_line::after {
      width: 100%;
      height: 44%;
      background-size: 85%;
      background-position: center top;
    }
    .sns_line--ttl {
      text-align: center;
      font-size: 270%;
    }
  }

/* footer_nav
********************************************** */
  .footer_nav {
    position: relative;
    padding-top: 24px;
    padding-bottom: 60px;
    border-radius: 0 0 20px 20px;
    background-color: #489BB1;
  }
  .footer_nav::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(45deg, #489BB1 52%, transparent 52%),
      linear-gradient(315deg, #489BB1 52%, transparent 52%);
    background-size: 30px 30px;
  }
  .footer_nav .footer_nav--list > li {
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .footer_nav--link {
    position: relative;
    display: block;
    padding: 18px;
    color: #fff;
    font-size: 1.16rem;
  }
  .footer_nav--link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 32px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
  }
  span.footer_nav--link::before { display: none; }
  .footer_nav .child {
    padding: 0 16px 28px;
  }
  .footer_nav .child li:not(:last-child) {
    margin-bottom: 4px;
  }
  .footer_nav .child li a {
    display: block;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #fff;
    color: #43a0b9;
    font-size: 1.16rem;
  }
  a.footer_nav--link:hover,
  .footer_nav .child li a:hover {
    opacity: .7;
  }

  .footer_nav--links {
    margin-top: 32px;
  }
  .footer_nav--links a {
    display: block;
    padding: 6px 8px;
    border-radius: 28px;
    background-color: #fff;
    color: #43a0b9;
    text-align: center;
  }

  .page_top {
    position: relative;
    margin-top: -35px;
    margin-bottom: 18px;
  }
  .page_top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: auto;
    background-color: #FFA61A;
    border: 5px solid #fff;
    border-radius: 50%;
  }
  .page_top a svg { fill: #fff; }

  @media screen and (max-width: 767px) {
    .footer_nav .footer_nav--list {
      margin-bottom: 0;
    }
    .footer_nav .footer_nav--list > li .open {
      position: absolute;
      top: 14px;
      right: 17px;
      width: 36px;
      height: 36px;
      background-color: #fff;
    }
    .footer_nav .footer_nav--list > li .open::before,
    .footer_nav .footer_nav--list > li .open::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 48%;
      height: 2px;
      background-color: #43a0b9;
    }
    .footer_nav .footer_nav--list > li .open::after {
      transform: rotate(90deg);
    }
    .footer_nav .child {
      display: none;
      padding: 0 16px 14px;
    }
  }

/* footer--sub_nav
*************************************************** */
  .footer--sub .company_info {
    width: 100%;
    max-width: 580px;
    border: 4px solid #C3DDEF;
    margin: 24px auto 32px;
    padding: 18px;
    text-align: center;
    line-height: 1.5;
  }

  .footer--sub_nav li {
    margin: 0 4px;
  }
  .footer--sub_nav li a {
    color: #1D5882;
  }
  .footer--sub_nav li a:hover {
    opacity: .7;
  }

  .footer_copyright {
    padding-bottom: 8px;
  }
  .pbl {
    margin-right: 16px;
    text-align: center;
    opacity: .5;
  }
  .pbl:hover {
    opacity: 1;
  }

  @media screen and (max-width: 767px) {
    .footer--sub_nav .flex-j-end {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }


/* ##############################################################################

    INDEX

############################################################################## */

/* home_events
********************************************** */
  /* -- event_slide -- */
  .home_events--post {
    padding-top: 64px;
    padding-bottom: 170px;
    overflow-x: hidden;
    background-color: #A9ECFF;
    background-image: url(../images/hero_bg.jpg);
    background-position: center;
    background-size: cover;
  }
  .event_slide {
    position: relative;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
    z-index: 1;
  }
  .event_slide .slick-list {
    overflow: visible;
  }
  .event_slide .slick-track {
    display: flex;
  }
  .event_slide .slick-arrow {
    position: absolute;
    top: 36%;
    z-index: 10;
    appearance: none;
    border: none;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    background-color: #362e2b;
    font-size: 0;
    outline: 0;
    cursor: pointer;
    transition: all .4s ease-out;
  }
  .event_slide .slick-arrow:hover {
    background-color: #615551;
  }
  .event_slide .slick-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
  }
  .event_slide .slick-arrow.slick-prev { left: -14px; }
  .event_slide .slick-arrow.slick-next { right: -51px; }
  .event_slide .slick-prev::before { transform: rotate(135deg); }
  .event_slide .post {
    position: relative;
    height: auto !important;
    min-height: auto !important;
    margin: 0 24px;
    padding-bottom: 78px;
    border-radius: 6px;
    opacity: .9;
  }
  .event_slide .post.slick-current {
    opacity: 1;
  }
  .event_slide .post--img {
    width: 96%;
    padding-top: 61vh;
    margin-left: auto;
    border-radius: 6px !important;
    background-position: center;
    background-size: cover;
  }
  .event_slide .post--img.no_img {
    background-color: #fbfbfb;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/common/logo-header.png);
  }
  .event_slide .post--txt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 640px;
    padding: 24px 40px;
    background-color: #fff;
    border-radius: 6px;
  }
  .event_slide .post--txt .cat_list span {
    display: inline-block;
    border-radius: 24px;
    padding: 0 12px;
    color: #028002;
    border-width: 2px;
    border-style: solid;
    border-color: #d1e6d1;
    font-size: 88%;
  }
  .event_slide .post--txt .cat_list span.open {
    color: #b75300;
    border-color: #f8e6ca;
  }
  .event_slide .post--txt .cat_list span.other {
    color: #028002;
    border-color: #d1e6d1;
  }
  .event_slide .post--txt .cat_list span.water {
    color: #277e95;
    border-color: #d4e6ec;
  }
  .event_slide .post--ttl {
    font-size: 140%;
    line-height: 1.4;
  }
  .event_slide .event--deta {
    color: #757575;
    width: 100%;
    height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .event_slide .slick-dots {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .event_slide .slick-dots li {
    margin-right: 10px;
  }
  .event_slide .slick-dots li:last-child {
    margin-right: 0;
  }
  .event_slide .slick-dots li button {
    position: relative;
    appearance: none;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid #fff;
    background-color: #fff;
    padding: 0;
    outline: 0;
    font-size: 0;
    cursor: pointer;
  }
  .event_slide .slick-dots li.slick-active button {
    background-color: #60b2c9;
  }
  .pause_btn {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJmaWxsOiM0M2EwYjkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTggN2gzdjEwSDh6bTUgMGgzdjEwaC0zeiIvPjwvc3ZnPg==');
    width: fit-content;
    height: 32px;
    padding-left: 32px;
    padding-right: 12px;
    cursor: pointer;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: left;
    transform: translateY(-5px);
    font-size: 85%;
    line-height: 31px;
    border-radius: 9px;
    color: #43a0b9;
    background-color: #fff;
    margin-left: 10px;
    border: none;
    font-family: 'Koburina Gothic W6 JIS2004', 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  }
  .pause_btn:not(.active) {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJmaWxsOiM0M2EwYjkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTcgNnYxMmwxMC02eiIvPjwvc3ZnPg==');
  }
  .home_events--post > .btn a {
    background: #43a0b9;
  }

  @media screen and (max-width: 767px) {
    .home_events {
      background: rgb(130,205,226);
      background: linear-gradient(180deg, rgba(130,205,226,1) 74%, rgba(255,255,255,1) 74%);
    }
    .home_events--post {
      width: 100%;
      padding-top: 30px;
      padding-bottom: 64px;
      background-image: url(../images/hero_bg-sp.jpg);
    }
    .event_slide {
      width: 100%;
      margin-bottom: 80px;
    }
    .event_slide .post {
      margin: 0 18px;
      padding-bottom: 0;
      background-color: #fff;
    }
    .event_slide .post--img {
      width: 100%;
      padding-top: 26vh;
      margin-left: 0;
      border-radius: 6px 6px 0 0 !important;
    }
    .event_slide .post--txt {
      position: static;
      width: 100%;
      padding: 14px;
    }
    .event_slide .post--ttl {
      font-size: 120%;
    }
    .event_slide .slick-arrow {
      top: auto;
      bottom: -10px;
      width: 40px;
      height: 40px;
      z-index: 101;
    }
    .event_slide .slick-arrow.slick-prev { left: 18px; }
    .event_slide .slick-arrow.slick-next { right: 18px; }
    .event_slide .slick-dots { margin-top: 26px; }
    .pause_btn {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -60px;
      margin: auto;
    }
    .home_events--post > .btn { margin: 0 18px; }
  }

  /* -- home_events--related -- */
  .home_events--related {
    position: relative;
    margin-top: -40px;
    padding-top: 60px;
    padding-bottom: 104px;
    background-color: #82CDE2;
  }
  .home_events--related::before {
    content: "";
    position: absolute;
    top: -66px;
    left: 0;
    width: 100%;
    height: 66px;
    background-position: center;
    background-image: url(../images/blue_wave_line.png);
  }
  .event_calendar {
    width: 49%;
    max-width: 600px;
  }
  .event_calendar .ttl-01 { color: #1D5882; }
  .event_calendar .ttl-01 .ttl-deco { fill: #1D5882; }
  .event_calendar .calendar {
    width: 100%;
    padding: 24px 24px 14px;
    border-radius: 6px;
    background-color: #fff;
  }
  .home_calendar--desc {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 4px;
  }
  .home_calendar--desc span {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
  }
  .home_calendar--desc span.event {
    background-color: #f7d25e;
    border-radius: 50%;
  }
  .home_calendar--desc span.water {
    background: linear-gradient(#dbf1fe 50%, rgba(255,255,255,0) 0) 0 0, radial-gradient(circle closest-side, #dff1ff 53%, rgba(255,255,255,0) 0) 0 0, radial-gradient(circle closest-side, #dff1ff 50%, rgba(255,255,255,0) 0) .35em 0 #54a9c1;
    background-size: .7em .7em;
    background-repeat: repeat-x;
  }
  .home_calendar--desc span.gururi {
    background-size: cover;
    background-image: url(../images/common/term_icon_gururi.png);
  }
  .home_calendar--desc span.wheel {
    background-size: cover;
    background-image: url(../images/common/term_icon_wheel.png);
  }
  .calendar_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9998;
  }
  .calendar_modal--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(206,192,127,.5);
  }
  .modal_date {
    padding: .5em 1em;
    transform: none;
    margin-bottom: 0 !important;
    line-height: 1.4;
  }
  .calendar_modal--close {
    position: absolute;
    top: -90px;
    right: -40px;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .calendar_modal--close::before,
  .calendar_modal--close::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 2px;
    background-color: #fff;
  }
  .calendar_modal--close::before {
    transform: rotate(40deg);
  }
  .calendar_modal--close::after {
    transform: rotate(140deg);
  }
  #posts-calendar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-55%);
    background-color: #fff;
    padding: 28px 40px 40px;
  }
  #posts-calendar .news_list {
    min-height: inherit;
    max-height: 480px;
    overflow: auto;
  }
  #posts-calendar .i-date { display: none; }
  #posts-calendar .cat_list {
    width: 160px;
  }
  #posts-calendar .cat_list a {
    width: calc(100% - 2px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #fff;
  }
  #posts-calendar .cat_list a.open {
    background-color: #ffa61a;
  }
  #posts-calendar .cat_list a.plan {
    background-color: #5cb538;
  }
  #posts-calendar .cat_list a.water {
    background-color: #00a5e3;
    pointer-events: none;
  }
  #posts-calendar .cat_list a.gururi {
    background-color: #0a5106;
    pointer-events: none;
  }
  #posts-calendar .cat_list a.wheel {
    background-color: #ffa21c;
    pointer-events: none;
  }
  #posts-calendar .cat_list a.cancel {
    background-color: #aaa;
    pointer-events: none;
  }
  #posts-calendar .cat_list a.cancel.show + a {
    display: none;
  }
  #posts-calendar .post--ttl {
    margin-left: 20px;
    width: calc(100% - 200px);
  }
  #posts-calendar .post--ttl a[href="javascript:void(0);"] { pointer-events: none; }
  .child_site #wp-catcalendarajax td#prev a::before { left: calc(50% - 6px); }
  .child_site #wp-catcalendarajax td#next a::before { right: calc(50% - 6px); }
  .child_site #wp-catcalendarajax td#prev a::after,
  .child_site #wp-catcalendarajax td#next a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: .6em;
    height: .6em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .child_site #wp-catcalendarajax td#prev a::after {
    left: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .child_site #wp-catcalendarajax td#next a::after {
    right: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .event_menu {
    width: 47%;
    max-width: 510px;
  }
  .event_menu .ttl { margin-bottom: 24px; }
  .event_menu .ttl span {
    position: relative;
    display: inline-block;
    padding: 8px 54px;
    border-radius: 28px;
    background-color: #fff;
    color: #66AFC3;
    font-size: 150%;
    line-height: 1.2;
    letter-spacing: .09em;
  }
  .event_menu .ttl span::before,
  .event_menu .ttl span::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #66AFC3;
  }
  .event_menu .ttl span::before { left: 18px; }
  .event_menu .ttl span::after { right: 18px; }
  .aqua_toto_event { margin-bottom: 24px; }
  .rain_plan { margin-top: 24px; }
  .rain_plan a { display: block; }
  .event_menu a:hover { opacity: .7; }

  @media screen and (max-width: 767px) {
    .home_events {
      padding-bottom: 54px;
    }
    .home_events--related {
      margin-top: 0;
      padding-top: 8px;
      padding-bottom: 0;
      background: rgb(130,205,226);
      background: linear-gradient(180deg, rgba(130,205,226,1) 80%, rgba(255,255,255,1) 80%);
    }
    .home_events--related::before {
      content: "";
      top: -34px;
      height: 34px;
      background-size: auto 100%;
      background-position: top left 64%;
    }
    .home_events--related > .flex {
      flex-direction: column-reverse;
    }
    .event_calendar {
      width: 100%;
      margin-top: 32px;
      margin-right: 0;
    }
    .event_calendar .calendar {
      padding: 16px 10px 18px;
    }
    #posts-calendar { padding: 18px 18px 20px; }
    .calendar_modal--close {
      top: -80px;
      right: -24px;
    }
    #posts-calendar .news_list {
      max-height: 350px;
      overflow-y: scroll;
    }
    #posts-calendar .cat_list { width: auto; }
    #posts-calendar .post--ttl {
      margin-left: 0;
      width: 100%;
    }
    .home_calendar--desc {
      font-size: 83%;
    }
    .home_calendar--desc span.water {
      background: #54a9c1;
      border-radius: 50%;
    }
    .event_menu {
      width: 100%;
      padding-top: 0;
    }
    .event_menu .ttl {
      margin-top: 0;
      margin-bottom: 12px;
    }
    .event_menu .ttl span {
      padding: 5px 38px;
      background-color: #fff;
      color: #66afc3;
      font-size: 128%;
    }
    .event_menu .ttl span::before,
    .event_menu .ttl span::after {
      width: 6px;
      height: 6px;
      background-color: #66afc3;
    }
    .aqua_toto_event {
      border-radius: 0;
      margin-top: 24px;
      margin-bottom: 16px;
    }
    .rain_plan { margin-top: 16px; }
  }

/* home_park
********************************************** */
  .home_park {
    position: relative;
    background-color: #EEDFBA;
    padding-bottom: 160px;
  }
  .home_park::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(45deg, #EEDFBA 52%, transparent 52%), linear-gradient(315deg, #EEDFBA 52%, transparent 52%);
    background-size: 30px 30px;
  }
  .home_park--deco {
    position: absolute;
    top: 0;
    left: 0;
  }
  .home_park--food,
  .home_park--kitchencar {
    position: relative;
  }
  .home_park--food { width: 48%; }
  .home_park--kitchencar { width: 46%; }

  /* -- food -- */
  .home_park--food .ranking_list li:not(:last-child) {
    margin-bottom: 16px;
  }
  .home_park--food .ranking_list li a {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
  }
  .home_park--food .ranking_list li a:not([href="javascript:void(0);"])::after {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
  }
  .home_park--food .ranking_list li a:not([href="javascript:void(0);"]):hover {
    opacity: .8;
  }
  .home_park--food .ranking_list li .img {
    width: 128px;
    min-height: 128px;
    background-position: center;
    border-radius: 4px 0 0 4px;
    background-size: cover;
  }
  .home_park--food .ranking_list li .txt {
    flex: 1;
    min-height: 128px;
    padding: 12px 32px 12px 16px;
  }
  .home_park--food .ranking_list li .store {
    margin-bottom: 4px;
  }
  .home_park--food .ranking_list li .store span {
    position: relative;
    display: inline-block;
    background-color: #FFBB37;
    padding: 6px 10px 6px 8px;
    font-size: 86%;
    line-height: 1;
  }
  .home_park--food .ranking_list li .store span::before,
  .home_park--food .ranking_list li .store span::after {
    content: "";
    position: absolute;
    right: -10px;
    border: 10px solid transparent;
  }
  .home_park--food .ranking_list li .store span::before {
    top: 0;
    border-top: 14px solid #FFBB37;
  }
  .home_park--food .ranking_list li .store span::after {
    bottom: 0;
    border-bottom: 14px solid #FFBB37;
  }
  .home_park--food .ranking_list li .name {
    margin-bottom: 8px;
    font-size: 120%;
    line-height: 1.25;
  }
  .home_park--food .ranking_list li .price {
    line-height: 1;
    color: #757575;
  }
  .home_park--food .btn a,
  .home_events--related a {
    min-width: 100%;
  }

  /* -- kitchencar -- */
  .home_park--kitchencar .kitchencar_content {
    padding: 32px;
    border-radius: 4px;
    background-color: #2F2F2F;
  }
  .home_park--kitchencar .kitchencar_list {
    overflow-y: scroll;
    height: 598px;
    padding-right: 10px;
  }
  .home_park--kitchencar .kitchencar_list::-webkit-scrollbar {
    width: 8px;
  }
  .home_park--kitchencar .kitchencar_list::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #707070;
  }
  .home_park--kitchencar .kitchencar_list::-webkit-scrollbar-thumb {
    background-color: #FFBB37;
    border-radius: 8px;
  }
  .home_park--kitchencar .kitchencar_list li {
    padding-left: 18px;
    padding-right: 18px;
  }
  .home_park--kitchencar .kitchencar_list li:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #DBDBDB;
  }
  .home_park--kitchencar .kitchencar_list .img {
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
  }
  .home_park--kitchencar .kitchencar_list .txt {
    flex: 1;
    color: #fff;
  }
  .home_park--kitchencar .kitchencar_list .img + .txt {
    margin-left: 24px;
  }
  .home_park--kitchencar .kitchencar_list .txt .catch {
    margin-bottom: 6px;
    color: #A0A0A0;
    line-height: 1.4;
    font-size: 88%;
  }
  .home_park--kitchencar .kitchencar_list .txt .name {
    font-size: 107%;
    line-height: 1.5;
  }

  @media screen and (max-width: 1270px) {
    .home_park--food {
      width: 51%;
    }
  }
  @media screen and (max-width: 1160px) {
    .home_park > .flex {
      flex-wrap: wrap;
      max-width: 800px;
    }
    .home_park--food,
    .home_park--kitchencar {
      width: 100%;
    }
    .home_park--food { margin-bottom: 40px; }
  }
  @media screen and (max-width: 767px) {
    .home_park {
      padding-bottom: 90px;
    }
    .home_park--food,
    .home_park--kitchencar {
      width: 100%;
    }
    .home_park--deco { top: -40px; }
    .home_park--food .ranking_list li:not(:last-child) {
      margin-bottom: 8px;
    }
    .home_park--food .ranking_list li .store span {
      padding: 6px;
      font-size: 66%;
    }
    .home_park--food .ranking_list li .name {
      font-size: 107%;
      line-height: 1.25;
    }

    .home_park--kitchencar .kitchencar_content {
      padding: 24px 16px;
    }
    .home_park--kitchencar .kitchencar_list {
      height: 343px;
      padding-right: 4px;
    }
    .home_park--kitchencar .kitchencar_list li {
      padding-left: 8px;
      padding-right: 8px;
    }
    .home_park--kitchencar .kitchencar_list li:not(:last-child) {
      padding-bottom: 18px;
      margin-bottom: 18px;
    }
    .home_park--kitchencar .kitchencar_list .img {
      width: 88px;
      height: 88px;
    }
    .home_park--kitchencar .kitchencar_list .txt {
      margin-left: 14px;
    }
    .home_park--kitchencar .kitchencar_list .img + .txt {
      margin-left: 16px;
    }
    .home_park--kitchencar .kitchencar_list .txt .catch {
      margin-bottom: 2px;
    }
  }

/* home_taberu
********************************************** */
  .home_taberu {
    position: relative;
    padding-bottom: 0;
    background-color: #C3DDEF;
    background-repeat: no-repeat;
    background-position: top 52% center;
    background-image: url(../images/home_taberu_bg.png);
  }
  .home_taberu::before {
    content: "";
    position: absolute;
    top: -68px;
    left: 0;
    width: 100%;
    height: 93px;
    background-position: center;
    background-image: url(../images/home_taberu_section_deco.png);
  }
  .home_taberu .ttl-01 { color: #1D5882; }
  .home_taberu .ttl-01 .ttl-deco { fill: #1D5882; }
  .home_taberu li {
    width: calc(100%/3 - (5%*2/3));
    margin-right: 5%;
    color: #1D5882;
  }
  .home_taberu li:nth-child(3n),
  .home_taberu li:last-child {
    margin-right: 0;
  }
  .home_taberu li:nth-child(1),
  .home_taberu li:nth-child(4),
  .home_taberu li:nth-child(3n) {
    margin-top: 94px;
  }
  .home_taberu li:nth-child(7) { margin-top: -30px; }
  .home_taberu li:last-child { margin-top: 40px; }
  .home_taberu li .img {
    position: relative;
    margin-bottom: 14px;
    text-align: center;
  }
  .home_taberu li .img img {
    position: relative;
    z-index: 1;
  }
  .home_taberu li .ttl {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    text-align: center;
    font-size: 164%;
    line-height: 1.35;
  }
  .home_taberu li .ttl + p {
    position: relative;
    margin-bottom: 24px;
    line-height: 1.8;
  }
  .home_taberu li .btn a,
  .home_events--related .btn a { color: #1D5882; }
  .home_taberu li .btn a:hover,
  .home_events--related .btn a:hover {
    background-color: #1D5882;
    border-color: #1D5882;
    color: #fff;
  }
  .home_taberu li .btn svg,
  .home_events--related .btn svg { fill: #1D5882; }
  .home_taberu li .btn a:hover svg,
  .home_events--related .btn a:hover svg { fill: #fff; }

  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .home_taberu--list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px;
    }
    .home_taberu--list li {
      width: 100%;
    }
  }

  @media screen and (max-width: 767px) {
    .home_taberu { background-image: none; }
    .home_taberu::before {
      top: -41px;
      height: 42px;
      background-size: auto 100%;
      background-position: 70%;
    }
    .home_taberu li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 48px !important;
    }
    .home_taberu li:nth-child(1),
    .home_taberu li:nth-child(4),
    .home_taberu li:nth-child(3n) {
      margin-top: 0;
    }
    .home_taberu li:last-child { margin-top: 0; }
    .home_taberu li .img::before,
    .home_taberu li .img::after {
      content: "";
      position: absolute;
      width: calc(212px - 80px);
      height: 212px;
      background-image: url(../images/common/deco_circle1.png);
    }
    .home_taberu li .img::before {
      top: -20px;
      right: -8%;
    }
    .home_taberu li .img::after {
      left: -8%;
      bottom: -80px;
      background-position: center right;
    }
    .home_taberu li:nth-child(1) .img::after,
    .home_taberu li:nth-child(3) .img::after,
    .home_taberu li:nth-child(5) .img::after,
    .home_taberu li:nth-child(7) .img::after {
      background-image: url(../images/common/deco_circle2.png);
    }
    .home_taberu li:nth-child(2) .img::after,
    .home_taberu li:nth-child(6) .img::after {
      background-image: url(../images/common/deco_circle3.png);
    }
  }

/* home_pa
********************************************** */
  .home_pa {
    position: relative;
    display: flex;
    align-items: center;
    height: 660px;
    padding-top: 90px;
    margin-top: -80px;
    background-color: #C3DDEF;
  }
  .home_pa::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 609px;
    background-size: cover;
    background-position: top right 34%;
    background-image: url(../images/home_pa_bg.png);
  }
  .home_pa .ttl-01 {
    padding-top: 0;
    color: #362e2b;
    text-align: left;
  }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .home_pa {
      align-items: flex-start;
      padding-top: 70px;
      margin-top: 0px;
    }
  }
  @media screen and (max-width: 767px) {
    .home_pa {
      display: block;
      margin-top: 0;
      padding-top: 20px;
      height: 444px;
      background-size: cover;
      background-position: center bottom;
      background-image: url(../images/home_pa_bg_sp.png);
    }
    .home_pa::before {
      display: none;
    }
    .home_pa .ttl-01 {
      padding-top: 0;
      color: #ff660a;
      text-align: center;
    }
  }

/* home_enjoy
********************************************** */
  .home_enjoy {
    position: relative;
    background-color: #FFF0B7;
  }
  .home_enjoy::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 24px;
    background-image: url(../images/common/section_deco03.png);
  }
  .home_enjoy::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    height: 12px;
    background-image: url(../images/common/line-deco01.png);
  }
  .home_enjoy .home_enjoy--deco {
    position: absolute;
    top: 0;
    left: 20%;
  }
  .home_enjoy--nav {
    max-width: 1200px;
    width: 90%;
    margin: auto;
  }
  .home_enjoy--nav li {
    width: calc(100%/4 - (34px*3/4));
    margin-right: 34px;
  }
  .home_enjoy--nav li:nth-child(4),
  .home_enjoy--nav li:last-child {
    margin-right: 0;
  }
  .home_enjoy--nav li a {
    position: relative;
    display: block;
    height: 100%;
    min-height: 248px;
    text-align: center;
    font-size: 140%;
  }
  .home_enjoy--nav li a:hover {
    color: #ffa61a;
  }
  .home_enjoy--nav li .img {
    overflow: hidden;
    border-radius: 50%;
    width: 90%;
    margin: 0 auto 24px;
    border: 7px solid #fff;
  }
  .home_enjoy--nav li h3 {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    line-height: 1.4;
  }
  .home_enjoy--nav li h3::after {
    position: absolute;
    top: 12px;
    right: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
  }

  @media screen and (min-width: 768px) {
    .home_enjoy--nav li:not(:last-child):not(:nth-last-child(2)) {
      margin-bottom: 48px;
    }
  }
  @media screen and (max-width: 767px) {
    .home_enjoy {
      padding-bottom: 80px;
    }
    .home_enjoy .home_enjoy--deco {
      top: -48px;
      left: 8px;
    }
    .home_enjoy--nav {
      width: 100%;
    }
    .home_enjoy--nav li {
      width: 50%;
      margin-right: 0;
      background-color: #ffdf67;
    }
    .home_enjoy--nav li:nth-child(2),
    .home_enjoy--nav li:nth-child(3),
    .home_enjoy--nav li:nth-child(6) {
      background-color: #ffe78d;
    }
    .home_enjoy--nav li:nth-child(4) {
      background-color: #ffdf67;
    }
    .home_enjoy--nav li a {
      position: relative;
      display: block;
      padding: 22px 16px;
      height: 100%;
      min-height: 248px;
      text-align: center;
      font-size: 100%;
    }
    .home_enjoy--nav li .img {
      overflow: hidden;
      border-radius: 50%;
      width: 100%;
      height: auto;
      margin: 0 auto 8px;
      border: 7px solid #fff;
    }
    .home_enjoy--nav li h3::after {
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
    }
  }


/* ##############################################################################

    PAGE

############################################################################## */

/* map
********************************************** */
  .page-map #parts_child_01-column_03 .inner {
    max-width: 1600px;
  }
  .page-map #map .map_scroll {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: calc(820 / 1920 * 100vw) 1fr;
    gap: 3rem;
  }
  .map--pictogram {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 2rem 1rem 2rem calc(48 / 1920 * 100vw);
    background-color: #fff;
    border-radius: 8px;
  }
  .map--pictogram_item {
    gap: 1em;
    margin-left: 0 !important;
  }
  .page-map #map img,
  .page-map #map ul { margin: 0 !important; }
  .page-map .map_nav li {
    /* position: absolute; */
    list-style: none;
    margin-left: 0;
    padding-top: 0;
    font-size: 84%;
  }
  .page-map .map_nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
  .map--img {
    width: calc(776 / 1920 * 100vw);
    aspect-ratio: 41 / 90;
  }
  .map--img img {
    width: 100%;
    border-radius: 8px;
  }
  .map--img_link {
    position: absolute;
    height: max(16px, calc(32 / 1920 * 100vw));
    line-height: max(16px, calc(32 / 1920 * 100vw));
  }
  .map--img_link:hover {
    text-decoration: inherit !important;
    opacity: .8;
  }
  .map--img_num {
    font-size: clamp(12px, calc(16 / 1920 * 100vw), 20px);
  }
  .map--img_link.link1 {
    top: calc(174 / 1920 * 100vw);
    left: calc(336 / 1920 * 100vw);
  }
  .map--img_link.link2 {
    top: calc(302 / 1920 * 100vw);
    left: calc(446 / 1920 * 100vw);
  }
  .map--img_link.link3 {
    top: calc(339 / 1920 * 100vw);
    left: calc(369 / 1920 * 100vw);
  }
  .map--img_link.link4 {
    top: calc(404 / 1920 * 100vw);
    left: calc(382 / 1920 * 100vw);
  }
  .map--img_link.link5 {
    top: calc(595 / 1920 * 100vw);
    left: calc(259 / 1920 * 100vw);
  }
  .map--img_link.link6 {
    top: calc(759 / 1920 * 100vw);
    left: calc(316 / 1920 * 100vw);
  }
  .map--img_link.link7 {
    top: calc(834 / 1920 * 100vw);
    left: calc(380 / 1920 * 100vw);
  }
  .map--img_link.link8 {
    top: calc(635 / 1920 * 100vw);
    left: calc(490 / 1920 * 100vw);
  }
  .map--img_link.link9 {
    top: calc(771 / 1920 * 100vw);
    left: calc(520 / 1920 * 100vw);
  }
  .map--img_link.link10 {
    top: calc(979 / 1920 * 100vw);
    left: calc(507 / 1920 * 100vw);
  }
  .map--img_link.link11 {
    top: calc(1024 / 1920 * 100vw);
    left: calc(482 / 1920 * 100vw);
  }
  .map--img_link.link12 {
    top: calc(1150 / 1920 * 100vw);
    left: calc(361 / 1920 * 100vw);
  }
  .map--img_link.link13 {
    top: calc(1200 / 1920 * 100vw);
    left: calc(290 / 1920 * 100vw);
  }
  .map--img_link.link14 {
    top: calc(1195 / 1920 * 100vw);
    left: calc(459 / 1920 * 100vw);
  }
  .map--img_link.link15 {
    top: calc(1316 / 1920 * 100vw);
    left: calc(374 / 1920 * 100vw);
  }
  .map--img_link.link16 {
    top: calc(1336 / 1920 * 100vw);
    left: calc(492 / 1920 * 100vw);
  }
  .map--img_link.link17 {
    top: calc(1340 / 1920 * 100vw);
    left: calc(607 / 1920 * 100vw);
  }
  .map--img_link.link18 {
    top: calc(1339 / 1920 * 100vw);
    left: calc(675 / 1920 * 100vw);
  }
  .map--img_link.link19 {
    top: calc(1423 / 1920 * 100vw);
    left: calc(288 / 1920 * 100vw);
  }
  .map--img_link.link20 {
    top: calc(1475 / 1920 * 100vw);
    left: calc(284 / 1920 * 100vw);
  }
  .map--img_link.link21 {
    top: calc(1549 / 1920 * 100vw);
    left: calc(479 / 1920 * 100vw);
  }
  .page-map .map_nav li a {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 24px;
    padding: 8px 10px 8px 40px;
    letter-spacing: normal;
    text-decoration: none !important;
    transition: all .2s ease-out;
  }
  .page-map .map_nav li a[href="javascript:void(0);"]:hover {
    cursor: default;
  }
  .page-map .map_nav li a:not([href="javascript:void(0);"]):hover {
    transform: translateY(-2px);
    opacity: .8;
  }
  .page-map .map_nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    width: 0;
    border: 5px solid transparent;
    border-top: 10px solid #fff;
    display: none;
  }
  .map--img_link,
  .page-map .map_nav li .num {
    display: inline-block;
    background-color: #d44300;
    border-radius: 50%;
    aspect-ratio: 1/1;
    text-align: center;
    letter-spacing: 0;
    color: #fff;  
  }
  .page-map .map_nav li .num {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(-50%, -50%);
    height: 100%;
    line-height: 2.7;
  }
  @media screen and (max-width: 767px) {
    .page-map #map .map_scroll {
      grid-template-columns: 1fr;
    }
    .page-map .map_nav {
      grid-template-columns: 1fr;
    }
    .page-map .map_nav li .num {
      font-size: 14px;
      line-height: 2.5;
    }
    .map--img {
      width: auto;
    }
    .map--pictogram {
      grid-template-columns: repeat(2, 1fr);
      padding: 2rem 2rem 2rem calc(32 / 414 * 100vw);
    }
    .map--pictogram_item {
      font-size: 12px;
    }
    .page-map .map_nav li a {
      font-size: 12px;
    }
    .map--img_link {
      line-height: 1;
    }
    .map--img_link.link1 {
      top: calc(79 / 414 * 100vw);
      left: calc(154 / 414 * 100vw);
    }
    .map--img_link.link2 {
      top: calc(138 / 414 * 100vw);
      left: calc(204 / 414 * 100vw);
    }
    .map--img_link.link3 {
      top: calc(156 / 414 * 100vw);
      left: calc(170 / 414 * 100vw);
    }
    .map--img_link.link4 {
      top: calc(186 / 414 * 100vw);
      left: calc(175 / 414 * 100vw);
    }
    .map--img_link.link5 {
      top: calc(272 / 414 * 100vw);
      left: calc(118 / 414 * 100vw);
    }
    .map--img_link.link6 {
      top: calc(349 / 414 * 100vw);
      left: calc(144 / 414 * 100vw);
    }
    .map--img_link.link7 {
      top: calc(383 / 414 * 100vw);
      left: calc(174 / 414 * 100vw);
    }
    .map--img_link.link8 {
      top: calc(294 / 414 * 100vw);
      left: calc(224 / 414 * 100vw);
    }
    .map--img_link.link9 {
      top: calc(352 / 414 * 100vw);
      left: calc(238 / 414 * 100vw);
    }
    .map--img_link.link10 {
      top: calc(444 / 414 * 100vw);
      left: calc(229 / 414 * 100vw);
    }
    .map--img_link.link11 {
      top: calc(471 / 414 * 100vw);
      left: calc(220 / 414 * 100vw);
    }
    .map--img_link.link12 {
      top: calc(529 / 414 * 100vw);
      left: calc(165 / 414 * 100vw);
    }
    .map--img_link.link13 {
      top: calc(552 / 414 * 100vw);
      left: calc(129 / 414 * 100vw);
    }
    .map--img_link.link14 {
      top: calc(543 / 414 * 100vw);
      left: calc(210 / 414 * 100vw);
    }
    .map--img_link.link15 {
      top: calc(603 / 414 * 100vw);
      left: calc(170 / 414 * 100vw);
    }
    .map--img_link.link16 {
      top: calc(613 / 414 * 100vw);
      left: calc(226 / 414 * 100vw);
    }
    .map--img_link.link17 {
      top: calc(617 / 414 * 100vw);
      left: calc(278 / 414 * 100vw);
    }
    .map--img_link.link18 {
      top: calc(617 / 414 * 100vw);
      left: calc(307 / 414 * 100vw);
    }
    .map--img_link.link19 {
      top: calc(650 / 414 * 100vw);
      left: calc(125 / 414 * 100vw);
    }
    .map--img_link.link20 {
      top: calc(675 / 414 * 100vw);
      left: calc(127 / 414 * 100vw);
    }
    .map--img_link.link21 {
      top: calc(708 / 414 * 100vw);
      left: calc(220 / 414 * 100vw);
    }
  }

/* sitemap
********************************************** */
  .sitemap_list {
    padding: 60px 0;
  }
  .sitemap_list ul li:not(:last-child) {
    margin-bottom: 16px;
  }
  .sitemap_list ul li a,
  .sitemap_list ul li span {
    position: relative;
    display: inline-block;
    padding-left: 16px;
  }
  .sitemap_list ul li a::before,
  .sitemap_list ul li span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-right: 2px solid #ffa61a;
    border-bottom: 2px solid #ffa61a;
    transform: rotate(-45deg);
  }
  .sitemap_list .child {
    margin-top: 8px;
    padding-left: 15px;
  }
  .sitemap_list .child li:not(:last-child) {
    margin-bottom: 4px;
  }
  .sitemap_list .child li a::before {
    width: 8px;
    height: 2px;
    border-right: none;
    border-bottom: 2px solid #ffa61a;
    transform: rotate(0);
  }
  @media screen and (max-width: 767px) {
    .sitemap_list { padding: 24px 10px; }
    .sitemap_list--col1,
    .sitemap_list--col1 .child,
    .sitemap_list--col2 {
      display: flex;
      flex-wrap: wrap;
      padding-left: 0;
    }
    .sitemap_list--col1 li,
    .sitemap_list--col1 .child li,
    .sitemap_list--col2 li {
      width: 50%;
    }
    .sitemap_list--col1 li:last-child {
      width: 100%;
    }
  }

/* contact
********************************************** */
  .page-contact .cta_tel a {
    display: inline-block!important;
    margin-bottom: 40px;
    padding: 20px 64px;
    background-color: #eee;
    line-height: 1;
  }

  @media screen and (max-width: 767px) {
    .contact { padding: 40px 0; }
    .page-contact .cta_tel a {
      display: block;
      padding: 16px;
    }
  }


/* ##############################################################################

    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--date {
    color: #aaa;
  }
  .cat_list {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .cat_list a {
    display: inline-block;
    vertical-align: middle;
    font-size: 79%;
    background-color: #FF5F5F;
    color: #f6f6f6;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 24px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
  }
  .cat_list span {
    display: inline-block;
    background-color: #edf7e9;
    border-radius: 18px;
    padding: 0 16px;
    color: #028002;
    font-size: 88%;
    border-width: 2px;
    border-style: solid;
    border-color: #d4e6ec;
  }
  .event_slide .post--txt .cat_list span.open {
    color: #b75300;
    border-color: #f8e6ca;
  }
  .event_slide .post--txt .cat_list span.other {
    color: #028002;
    border-color: #d1e6d1;
  }
  .event_slide .post--txt .cat_list span.water {
    color: #277e95;
    border-color: #d4e6ec;
  }
  .cat_list span.open {
    color: #b75300;
    border-color: #f8e6ca;
    background-color: #fff5e5;
  }
  .cat_list span.water {
    color: #277e95;
    border-color: #d4e6ec;
    background-color: #f0fbff;
  }
  .cat_list span.cancel {
    background-color: #aaa;
  }
  .cat_list span.other {
    color: #028002;
    border-color: #d1e6d1;
    background-color: #edf7e9;
  }
  .post .post--img {
    border-radius: 3px;
  }
  .no-image {
    background-size: 80% auto!important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
  }

  @media screen and (max-width: 1100px) {
    .main_column {
      width: 100%;
      margin-bottom: 40px;
      margin-right: 0;
    }
  }

/* side_column
**************************************** */
  .side_column { width: 264px; }
  .side_section:not(:last-child) { margin-bottom: 64px; }
  .side--ttl {
    font-size: 120%;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 16px;
  }
  .side--ttl small {
    font-size: 62%;
    opacity: .5;
    letter-spacing: .15em;
    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;
    border-radius: 3px;
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .posts-side .txtarea { flex: 1; }
  .posts-side .post--date { margin-bottom: 0; }
  .posts-side .post--ttl { line-height: 1.4; }

  /* --- archive --- */
  .side_column .archive_list--ttl {
    cursor: pointer;
  }
  .side_column .archive_list--ttl::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(135deg);
    transition: .4s ease-out;
  }
  .side_column .archive_list--ttl.active::after { transform: rotate(315deg); }
  .side_column .archive_month { display: none; }

  @media screen and (max-width: 1100px) {
    .side_column { width: 100%; }
  }

  /* --- archive-pulldown --- */
  .archive-pulldown {
    position: relative;
    margin-left: auto;
    z-index: 1;
  }
  .archive-pulldown .archive_list {
    position: relative;
    font-size: 92%;
  }
  .archive-pulldown .archive_list:not(:last-child) { margin-right: 24px; }
  .archive-pulldown .archive_list a {
    display: block;
    padding: 2px 16px;
    text-align: left;
  }
  .archive-pulldown .archive_list a:not(:last-child) { border-bottom: 1px solid #eee; }
  .archive-pulldown .archive_list--label { margin-right: 8px; }
  .archive-pulldown .archive_list--btn {
    cursor: pointer;
    border: none;
    outline: none;
    appearance: none;
    padding: 8px 54px 8px 32px;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .archive-pulldown .archive_list--btn::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    transition: .2s ease-out;
    transform-origin: 50% 50%;
  }
  .archive-pulldown .active .archive_list--btn::after {
    top: 14px;
    transform: rotate(225deg);
  }
  .archive-pulldown .archive_list--menu {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    visibility: hidden;
    margin-top: -1px;
    opacity: 0;
    transition: .2s ease-out;
  }
  .archive-pulldown .active .archive_list--menu {
    visibility: visible;
    opacity: 1;
  }

/* posts-store
**************************************** */
  .posts-store .post:nth-child(even) {
    flex-direction: row-reverse;
  }
  .posts-store .post .img,
  .posts-store .post .txt {
    width: 50%;
  }
  .posts-store .post .img {
    min-height: 550px;
    background-size: cover;
    background-position: center;
  }
  .posts-store .post .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 4%;
    max-width: 830px;
  }
  .archive-asobu .posts-store .post .txt {
    max-width: 740px;
  }
  .posts-store .post .store--name {
    margin-bottom: 24px;
    font-size: 300%;
    line-height: 1.15;
    letter-spacing: .1em;
    word-break: break-all;
  }
  .recommend_menu,
  .recommend_items {
    margin-bottom: 24px;
    padding: 32px;
    background-color: #EAE0C9;
  }
  .recommend_menu .ttl,
  .recommend_items .ttl {
    position: relative;
    margin-bottom: 16px;
    padding-left: 38px;
    padding-bottom: 12px;
    border-bottom: 2px solid;
    font-size: 112%;
    line-height: 1.35;
  }
  .recommend_items .ttl { padding-left: 0; }
  .recommend_menu .ttl::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    width: 17px;
    height: 20px;
    background-image: url(../images/common/icon_bel.svg);
  }
  .recommend_menu .recommend_menu--img,
  .recommend_items .recommend_item--img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
  }
  .kau_recommend_item--img {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
  }
  .recommend_menu .recommend_menu--txt,
  .kau_recommend_item--txt {
    flex: 1;
    margin-left: 24px;
  }
  .recommend_items .recommend_item--txt {
    flex: 1;
    margin-left: 16px;
  }
  .recommend_menu .recommend_menu--txt .name,
  .recommend_items .recommend_item--txt .name,
  .kau_recommend_item--txt .name {
    position: relative;
    margin-bottom: 8px;
    color: #9e3c00;
    font-size: 113%;
    line-height: 1.5;
  }
  .recommend_items .recommend_item--txt .name,
  .kau_recommend_item--txt .name {
    padding-left: 37px;
  }
  .recommend_items .recommend_item--txt .name::before,
  .kau_recommend_item--txt .name::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 29px;
    height: 27px;
  }
  .recommend_items .recommend_item:nth-child(1) .recommend_item--txt .name::before,
  .kau_recommend_items .kau_recommend_item:nth-child(1) .kau_recommend_item--txt .name::before {
    background-image: url(../images/common/recommend_ranking_icon1.svg);
  }
  .recommend_items .recommend_item:nth-child(2) .recommend_item--txt .name::before,
  .kau_recommend_items .kau_recommend_item:nth-child(2) .kau_recommend_item--txt .name::before {
    background-image: url(../images/common/recommend_ranking_icon2.svg);
  }
  .recommend_items .recommend_item:nth-child(3) .recommend_item--txt .name::before,
  .kau_recommend_items .kau_recommend_item:nth-child(3) .kau_recommend_item--txt .name::before {
    background-image: url(../images/common/recommend_ranking_icon3.svg);
  }
  .recommend_items .recommend_item .catch {
    line-height: 1.4;
    font-size: 88%;
  }
  .recommend_items .recommend_item .description,
  .kau_recommend_item--txt .description {
    color: rgb(98 98 98);
    font-size: 80%;
    line-height: 1.7;
  }
  .recommend_menu .recommend_menu--txt p:not(.name) {
    line-height: 1.5;
    font-size: 88%;
  }

  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .posts-store .post .txt {
      padding: 64px 7% 64px 3%
    }
    .posts-store .post:nth-child(even) .txt {
      padding: 64px 3% 64px 7%
    }
  }

  @media screen and (min-width: 768px) {
    .recommend_items .recommend_item:nth-of-type(1) {
      width: 100%;
      margin-right: 0;
    }
    .recommend_items .recommend_item:nth-of-type(n+2) {
      display: none;
    }
    .recommend_items .recommend_item .catch {
      margin-bottom: 8px;
    }
  }
  @media screen and (max-width: 767px) {
    .posts-store .post:not(:last-child) {
      margin-bottom: 64px;
    }
    .posts-store .post:nth-child(even) {
      flex-direction: column;
    }
    .posts-store .post .txt {
      width: 100%;
    }
    .posts-store .post .img {
      width: 90%;
      min-height: 180px;
      margin: 0 auto 16px;
    }
    .posts-store .post .store--name {
      border-radius: 6px;
      margin-left: 5%;
      margin-right: 5%;
      margin-bottom: 16px;
      padding: 16px;
      background-color: #d56f00;
      font-size: 160%;
      color: #fff;
      font-family: 'Koburina Gothic W6 JIS2004', 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    }
    .posts-store .post .txt {
      padding: 0 5%;
      background-color: transparent;
    }
    .recommend_menu,
    .recommend_items {
      padding: 24px 16px 18px;
      background-color: #fff;
    }
    .recommend_items {
      position: relative;
      padding-bottom: 32px;
    }
    .recommend_menu .ttl + .flex,
    .recommend_item .flex {
      margin-bottom: 8px;
      align-items: center;
    }
    .recommend_menu .recommend_menu--img {
      width: 56px;
      height: 56px;
    }
    .recommend_items .recommend_item--img {
      width: 88px;
      height: 88px;
    }
    .recommend_menu .recommend_menu--txt,
    .recommend_items .recommend_item--txt {
      margin-left: 16px;
    }
    .recommend_menu .recommend_menu--txt .name {
      font-size: 106%;
    }
    .recommend_items .recommend_item .catch {
      font-size: 93%;
      line-height: 1.35;
    }

  }

/* event
**************************************** */
  .posts-event .post {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
  }
  .posts-event .post:not(:last-child) {
    margin-bottom: 32px;
  }
  .posts-event .post a:hover {
    color: #ffa61a;
  }
  .posts-event .post--img {
    width: 400px;
    min-height: 256px;
    background-size: cover;
    background-position: center;
  }
  .posts-event .post--img.no_img {
    background-color: #fbfbfb;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/common/logo-header.png);
  }
  .posts-event .txt {
    flex: 1;
    width: calc(100% - 400px);
    padding: 24px 34px;
  }
  .posts-event .post .cat_list span {
    font-size: 88%;
  }
  .posts-event .post--ttl {
    margin-bottom: 16px;
    font-size: 144%;
    line-height: 1.4;
  }
  .posts-event .post--txt {
    line-height: 1.65;
    font-size: .875rem;
  }
  .posts-event .event--deta,
  .posts-event .post--txt {
    color: #757575;
  }
  .posts-event .event--deta {
    flex: 1;
    height: 2em;
    margin-right: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .posts-event .post .cat_list { margin-left: auto; }

  .asobu_event .posts-event .post--img,
  .lps_sec-event .posts-event .post--img {
    width: 100%;
    min-height: 240px;
  }
  .asobu_event .posts-event .post--txt,
  .lps_sec-event .posts-event .post--txt {
    padding: 18px;
  }
  .asobu_event .posts-event .post--ttl,
  .lps_sec-event .posts-event .post--ttl {
    margin-bottom: 8px;
    font-size: 113%;
    color: #362E2B;
  }

  @media screen and (max-width: 767px) {
    .posts-event .post--img {
      width: 100%;
      min-height: 190px;
    }
    .posts-event .txt {
      padding: 18px;
      width: 100%;
    }
    .posts-event .post--info {
      font-size: 80%;
    }
    .posts-event .post--ttl {
      margin-top: 10px;
      margin-bottom: 8px;
      font-size: 133%;
    }
    .posts-event .post--txt {
      font-size: 88%;
    }
    .posts-event .event--deta {
      height: auto;
      margin-right: 0;
      overflow: visible;
      text-overflow: unset;
      white-space: normal;
    }
  }

/* news
**************************************** */

  /* --- news--archive --- */
  .news--archive {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #111;
  }
  .news--archive li {
    margin-left: 8px;
    margin-right: 8px;
  }
  .news--archive a {
    color: #fff;
  }

  /* --- news_list --- */
  .news_list .post {
    padding: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #dedede;
  }
  .news_list .post.cancel_link { pointer-events: none; }
  .news_list .post--date {
    margin-right: 18px;
  }
  .news_list .post .cat_list span {
    display: inline-block;
    min-width: 80px;
    background-color: #edf7e9;
    border-radius: 18px;
    padding: 0 16px;
    color: #028002;
    font-size: 73%;
    text-align: center;
    border: 2px solid #d1e6d1;
  }
  .news_list .post .post--ttl {
    flex: 1;
    margin-left: 16px;
    line-height: 1.35;
  }
  .news_list a[href="javascript:void(0);"],
  .news_list a[href="javascript:void(0);"]::before {
    color: inherit;
    cursor: inherit;
    opacity: 1;
    text-decoration: none;
  }
  .news_list a:not([href="javascript:void(0);"]):hover {
    opacity: .7;
  }

  @media screen and (max-width: 767px) {
    .news_list .post {
      padding-left: 0;
      padding-right: 0;
      align-items: flex-start;
    }
    .news_list .post--date {
      margin-right: 16px;
    }
    .news_list .post .post--ttl {
      margin-top: 8px;
      margin-left: 0;
    }
  }


/* ##############################################################################

    SINGLE

############################################################################## */

/* 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: #d56f00;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 50%;
  }
  .wp-pagenavi a:hover {
    opacity: .7;
  }
  .wp-pagenavi a {
    color: #fff;
  }
  .wp-pagenavi > *:not(.pages) {
    max-width: calc(100% / 2.6);
  }
  .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;
    }
  }

/* kau
**************************************** */
  .kau_recommend_item {
    padding: 32px;
    background-color: #fff;
  }
  .kau_recommend_item:not(:last-child) {
    margin-bottom: 16px;
  }
  @media screen and (max-width: 767px) {
    .kau_recommend_item {
      padding: 26px;
    }
    .kau_recommend_item--img {
      width: 108px;
      height: 108px;
    }
    .kau_recommend_item--txt {
      margin-left: 15px;
    }
    .recommend_items .recommend_item--txt .name,
    .kau_recommend_item--txt .name {
      line-height: 1.25;
    }
    .kau_recommend_item--txt .catch {
      line-height: 1.35;
    }
    .kau_recommend_item .description {
      margin-top: 14px;
      color: #ACABAB;
    }
  }

/* event
**************************************** */
  .single-event .event--info .cat_list {
    margin-left: auto;
  }


/* ##############################################################################

    SEARCH

############################################################################## */

  #search-list .section_pdg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #search-list .ttl-01 { margin: 70px 0 0; }


/* ##############################################################################

    FORMY

############################################################################## */
  #formy_form table { width: 100%; }
  #formy_form th,
  #formy_form td {
    padding: 16px;
    vertical-align: middle;
    border-bottom: solid 1px #eee;
  }
  #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%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    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 #ccc;
    font: inherit;
    font-size: 100%;
  }
  #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: 85%;
    color: #999;
  }
  .hidden_help { display: none; }
  .formy_privacy div {
    overflow-y: scroll;
    height: 140px;
    border: solid 1px #ccc;
    font-size: 85%;
    padding: 8px 16px;
  }
  .requiredIcon {
    background-color: #f55;
    color: #fff;
    margin: 0 0 0 1em;
    font-size: 70%;
    padding: 2px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: right;
  }
  #formy_btn {
    padding-top: 32px;
    text-align: center;
  }
  #formy_btn input {
    font-size: inherit;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    padding: 16px 32px;
    -webkit-appearance: none;
    appearance: none;
  }
  #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 #788b93;
    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: #4dbaff; }
  .formy_submit_disabled { background-color: #ccc; }
  #formy_btn .formy_submit_disabled:hover {
    opacity: 1;
    cursor: default;
  }
  .autoConfirmBack { background-color: #aaa; }
  .formy_send { background-color: #ff6600; }
  #total_required {
    padding: 16px;
    color: #f55555;
    text-align: center;
  }

  @media screen and (max-width: 767px) {
    #formy_form { padding: 0 16px; }
    #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; }
  }