  @charset "utf-8";
  /*
@media (min-width: 768px) {
}
@media (min-width: 960px) {
}
@media (max-width: 767px) {
}
*/
  ol, ul, dl, dt, dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .pc-s {
    display: block !important;
  }
  .sp-s {
    display: none !important;
  }
  @media (max-width: 1024px) {
    .pc-s {
      display: none !important;
    }
    .sp-s {
      display: block !important;
    }
    img {
      width: 100%;
    }
  }
  /* sp tel */
  a[href^="tel:"] {
    cursor: default;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }
  .clearfix {
    min-height: 1px;
  }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .g-col-site {
    color: #5787f4;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .txt-j {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .txt-right {
    text-align: right;
  }
  /* header */
  header {
    padding-top: 140px;
  }
  @media (max-width: 1024px) {
    header {
      padding-top: 20px;
    }
  }
  header .fix-area.is-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 10000;
  }
  header .fix-area {
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  @media (max-width: 1024px) {
    header .fix-area {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 10000;
    }
  }
  header .top-area {
    padding-top: 0px;
    max-width: 1280px;
    margin: auto;
    display: flex;
    background-color: white;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  @media (max-width: 1440px) {
    header .top-area {
      padding-left: 45px;
      padding-right: 45px;
    }
  }
  @media (max-width: 1024px) {
    header .top-area {
      padding: 0 20px 0;
      border-bottom: 1px solid #eaeaea;
    }
  }
  header .top-area .site-logo {
    max-width: 280px;
    font-size: 2.4em;
    margin: 20px 0;
  }
  @media (max-width: 1024px) {
    header .top-area .site-logo {
      margin-bottom: 20px;
      font-size: 2.0em;
    }
  }
  @media (max-width: 480px) {
    header .top-area .site-logo {
      width: 200px;
    }
  }
  @media (min-width: 1025px) {
    header .top-area .data {
      width: 600px;
      margin-top: 10px;
      display: flex !important;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
    }
    header .top-area .data p {
      float: left;
      font-size: 15px;
      line-height: 1;
      color: #5e5e5e;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      max-height: 60px;
    }
    header .top-area .data p img {
      width: 20px;
    }
  }
  header .top-area .data p a {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .top-area .data p.head-btn a {
    background: #544743;
    padding: 13px 20px;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
    color: white;
    border-radius: 8px;
  }
  /* お得な電話予約ボタン用 */
  header .top-area .data p.head-btn2 a {
    background: #544743;
    padding: 0 20px;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
    color: white;
    border-radius: 8px;
  }
  header .top-area .data p.head-btn3 a {
    background: #ffffff;
    padding: 11px 20px;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
    color: #544743;
    border-radius: 8px;
    border-style: solid;
    border-color: #544743;
  }
  header .top-area .data p.head-btn4 a {
    background: #c44805;
    padding: 1px 20px;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
    color: white;
    border-radius: 8px;
  }
  header .top-area .data p.head-btn5 a {
    background: #c44805;
    padding: 0 20px;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
    color: white;
    border-radius: 8px;
    height: 100%;
    box-sizing: border-box;
  }
  header .top-area .data p.head-btn5 a span {
    width: 100%;
    display: block;
  }
  header .top-area .data p.head-btn5 a span:last-child {
    font-size: 13px;
    line-height: 1.3;
  }
  /* お得な電話予約ボタン用 ここまで*/
  /* IE */
  @media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, header .top-area .data .contact a {
      padding-top: 5px;
    }
  }
  @media all and (-ms-high-contrast:none) {
    header .top-area .data .contact a {
      padding-top: 5px;
    }
  }
  @media (max-width: 1024px) {
    header .top-area .tel-btn {
      position: absolute;
      right: 60px;
      top: 19px;
      font-size: 25px;
      color: #5787f4;
      line-height: 1;
    }
  }
  header .g-nav {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #fff;
    background: #544743;
  }
  header .g-nav ul li {
    display: inline-block;
  }
  header .g-nav ul li a {
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
  }
  @media (max-width: 1260px) {
    header .g-nav ul li a {
      padding: 0 10px;
    }
  }
  #menu {
    display: none;
  }
  .sp-icon {
    clear: both;
    text-align: center;
    padding-right: 4px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #544743;
  }
  .sp-icon a {
    display: inline-block;
    text-align: center;
    margin: 0 15px;
  }
  .sp-icon img {
    width: 30px;
  }
  .sp-icon a.reserve {
    border: 1px solid #fff;
    padding: 8px 20px;
    color: white;
    line-height: 1;
    margin: 5px 15px 4px;
  }
  @media (max-width: 1024px) {
    header section nav {
      display: none;
    }
  }
  .slicknav_menu {
    display: none;
  }
  @media (max-width: 1024px) {
    .slicknav_menu {
      display: block;
    }
  }
  /* page top */
  .pagetop {
    position: fixed;
    right: 0;
    z-index: 10000;
    width: 60px;
    height: 60px;
  }
  .pagetop a {
    width: 60px;
    display: block;
    height: 100%;
    text-align: center;
    background: #5787f4;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 15px;
    color: white;
  }
  _::-webkit-full-page-media, _:future, :root .pagetop a {
    padding-bottom: 10px;
    padding-top: 15px;
    height: 60px;
    /* display: block; */
  }
  .sec-c-wrap {
    margin-top: -135px;
    padding-top: 135px;
  }
  @media (max-width: 1024px) {
    .sec-c-wrap {
      margin-top: -59px;
      padding-top: 59px;
    }
  }
  .content-ttl {
    font-size: 38px;
    color: #111;
    text-align: center;
    line-height: 1;
    letter-spacing: 7.6px;
    font-weight: bold;
    margin-bottom: 17px;
  }
  @media (max-width: 1024px) {
    .content-ttl {
      font-size: 33px;
      line-height: 20px;
      letter-spacing: 6.6px;
      margin-bottom: 15px;
    }
  }
  .content-ttl:before {
    content: "";
    display: block;
    margin: 0 auto 40px;
    width: 80px;
    height: 3px;
    background: #5787f4;
  }
  @media (max-width: 1024px) {
    .content-ttl:before {
      margin: 0 auto 35px;
      width: 70px;
    }
  }
  .content-ttl + .sub-ttl {
    color: #5787f4;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.26px;
    font-family: arial;
    margin-bottom: 80px;
    line-height: 1;
  }
  @media (max-width: 1024px) {
    .content-ttl + .sub-ttl {
      font-size: 11px;
      letter-spacing: 0.22px;
      margin-bottom: 70px;
    }
  }
  .content-ttl + .sub-ttl + .top-txt {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: white;
  }
  @media (max-width: 1024px) {
    .content-ttl + .sub-ttl + .top-txt {
      font-size: 14px;
      line-height: 28px;
      padding: 0 25px;
    }
  }
  .sec {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media (max-width: 1024px) {
    .sec {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 25px;
      padding-right: 25px;
    }
  }
  footer {
    background: black;
    padding: 80px 0;
    text-align: center;
    margin-top: 80px;
  }
  @media (max-width: 1024px) {
    footer {
      padding: 50px 0;
      text-align: center;
      margin-top: 50px;
    }
  }
  footer .f-logo {
    margin-bottom: 60px;
  }
  @media (min-width: 1025px) {
    footer .f-logo img.pc-s {
      display: inline-block !important;
    }
  }
  @media (max-width: 1024px) {
    footer .f-logo {
      margin-bottom: 50px;
    }
    footer .f-logo img.sp-s {
      width: 215px !important;
      display: inline-block !important;
    }
  }
  footer .f-logo + p {
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 50px;
  }
  @media (max-width: 1024px) {
    footer .f-logo + p {
      font-size: 14px;
      line-height: 28px;
      margin-bottom: 45px;
    }
  }
  footer .f-logo + p a {
    color: #FFFFFF;
  }
  footer .copy {
    color: #888;
    font-family: arial;
    font-size: 15px;
  }
  @media (max-width: 1024px) {
    footer .copy {
      font-size: 12px;
    }
  }