@charset "UTF-8";
/* media-queries.css */
@media screen and (min-width: 1681px) {
  /* 1681px以上 */ }
@media screen and (max-width: 1680px) {
  /* 1680px以下 */
  #top-page .contentWrap .content .inner {
    padding-left: 5vw;
    padding-right: 5vw; } }
@media screen and (max-width: 1280px) {
  /* 1280px以下 */
  #top-page .contentWrap .content .inner {
    padding-left: 7.5vw;
    padding-right: 7.5vw; } }
@media screen and (max-width: 820px) {
  /* 820px以下 */
  #header .inner {
    border-radius: 44px;
    padding: 16px 7.5vw;
    top: 20px;
    transition: opacity 0.8s; }
    #header .inner .box {
      justify-content: flex-start; }
  #header.show {
    display: flex;
    align-items: flex-start; }
    #header.show .inner {
      max-height: 95vh;
      overflow-y: scroll; }
    #header.show .header_nav_sp {
      display: block; }
  #header h1 {
    margin-right: 4vw;
    width: 54px; }
  #header .header_nav {
    display: none; }
  #header .header_nav_sp {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
    text-align: center; }
    #header .header_nav_sp ul.header_nav_sp_list {
      margin-bottom: 2em; }
      #header .header_nav_sp ul.header_nav_sp_list li {
        font-size: 142.857%;
        font-weight: 500; }
        #header .header_nav_sp ul.header_nav_sp_list li a {
          display: block;
          padding: 1em; }
    #header .header_nav_sp .header_nav_sp_contact {
      margin-bottom: 4em; }
      #header .header_nav_sp .header_nav_sp_contact a {
        border: 1px solid #000;
        display: inline-block;
        font-size: 142.857%;
        padding: 0.5em 3em; }
    #header .header_nav_sp .header_nav_sp_sns ul {
      display: flex;
      justify-content: center; }
      #header .header_nav_sp .header_nav_sp_sns ul li.header_nav_sp_sns_instagram {
        margin-right: 6VW;
        width: min(9.6vw, 40px); }
      #header .header_nav_sp .header_nav_sp_sns ul li.header_nav_sp_sns_note {
        width: min(28.8vw, 120px); }
  #header .header_contact {
    display: none; }
  #header .header_sns {
    display: none; }
  #header .header_menu {
    content: '';
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    right: 7.5vw;
    top: 24px;
    z-index: 10; }
    #header .header_menu span {
      background-color: #000;
      content: "";
      cursor: pointer;
      display: block;
      width: 36px;
      height: 1px;
      position: absolute;
      top: 18px;
      right: 0;
      transition: all .25s; }
      #header .header_menu span::before, #header .header_menu span::after {
        background-color: #000;
        content: "";
        display: block;
        width: 36px;
        height: 1px;
        position: absolute;
        right: 0;
        transition: all .25s; }
      #header .header_menu span::before {
        top: 12px; }
      #header .header_menu span::after {
        bottom: 12px; }
    #header .header_menu.show span {
      background-color: transparent; }
      #header .header_menu.show span::before {
        top: 0;
        transform: rotate(-45deg); }
      #header .header_menu.show span::after {
        bottom: 0;
        transform: rotate(45deg); }
  #header.is-low .inner {
    padding: 16px 7.5vw; }
  #header.is-low h1 {
    width: 54px; }

  #footer .links {
    display: block;
    margin-top: 0; }
    #footer .links .footer_sns ul {
      justify-content: center; }
      #footer .links .footer_sns ul li:first-child {
        margin-left: 0; }

  #top-page .contentWrap .kv {
    padding-bottom: 133.333%; }
    #top-page .contentWrap .kv .kv_statement img {
      padding: 5vw 0;
      width: 80%; }
    #top-page .contentWrap .kv img.kv_image {
      left: -21%;
      width: 200%; }
  #top-page .contentWrap .about {
    padding-bottom: 75vw; }
    #top-page .contentWrap .about::after {
      background-position: 50% 100%;
      width: 100%;
      height: 100%;
      right: 0;
      bottom: 0;
      transform: translateY(0%); }
    #top-page .contentWrap .about .inner .titleBox,
    #top-page .contentWrap .about .inner .txtBox {
      width: 100%; }
    #top-page .contentWrap .about .inner .txtBox .txtBox_br {
      display: none; }
  #top-page .contentWrap .access {
    padding-bottom: 20vw; }
    #top-page .contentWrap .access::after {
      top: 84vw;
      width: 37.5%; }
    #top-page .contentWrap .access .access_bg::after {
      bottom: -20vw;
      width: 37.5%; }
    #top-page .contentWrap .access .inner {
      box-sizing: border-box;
      width: 100%; }
      #top-page .contentWrap .access .inner .access_map {
        margin-bottom: 16vw; }

  .tab-none {
    display: none !important; }

  .tab {
    display: block !important; } }
@media screen and (max-width: 480px) {
  /* 480px以下 */
  #header .inner {
    padding: 16px 7.5vw 16px 10vw; }
  #header .notice {
    line-height: 1.4em; }
  #header .header_nav_sp ul.header_nav_sp_list li {
    font-size: 128.571%; }
  #header .header_nav_sp .header_nav_sp_contact {
    margin-bottom: 3em; }
    #header .header_nav_sp .header_nav_sp_contact a {
      font-size: 128.571%; }
  #header .header_nav_sp .header_nav_sp_sns ul li.header_nav_sp_sns_instagram {
    margin-right: 6VW;
    width: 7.2vw; }
  #header .header_nav_sp .header_nav_sp_sns ul li.header_nav_sp_sns_note {
    width: 21.6vw; }
  #header.is-low .inner {
    padding: 16px 7.5vw 16px 10vw; }

  #footer .links {
    margin-bottom: 2em;
    flex-wrap: wrap; }
    #footer .links .footer_logo,
    #footer .links .footer_items,
    #footer .links .footer_sns {
      margin-bottom: 2em;
      text-align: center;
      width: 100%; }
    #footer .links .footer_logo {
      border-right: none;
      margin-right: 0;
      padding-right: 0;
      padding-bottom: 2em;
      position: relative; }
      #footer .links .footer_logo::after {
        background: #000;
        content: '';
        width: 15%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 42.5%; }
      #footer .links .footer_logo img {
        width: 70%; }
    #footer .links .footer_items ul li {
      margin-right: 2em; }
    #footer .links .footer_sns ul {
      justify-content: center; }
      #footer .links .footer_sns ul li:first-child {
        margin-left: 0; }
      #footer .links .footer_sns ul li.footer_sns_instagram {
        margin-right: 6VW;
        width: 7.2vw; }
      #footer .links .footer_sns ul li.footer_sns_note {
        width: 21.6vw; }

  #top-page .contentWrap .kv {
    padding-bottom: 200%; }
    #top-page .contentWrap .kv .kv_statement img {
      padding: 15vw 0;
      width: 80%; }
    #top-page .contentWrap .kv img.kv_image {
      left: -82%;
      width: 305%; }
  #top-page .contentWrap .content .inner .titleBox h2 {
    margin-bottom: 32px;
    padding-bottom: 32px; }
    #top-page .contentWrap .content .inner .titleBox h2::after {
      width: 36px; }
  #top-page .contentWrap .message {
    background-size: 150%;
    padding-bottom: 36vw; }
    #top-page .contentWrap .message .inner .titleBox h2 {
      margin-left: 0;
      width: 180px; }
      #top-page .contentWrap .message .inner .titleBox h2::after {
        left: 0;
        transform: translateX(0); }
    #top-page .contentWrap .message .inner .titleBox .desc {
      margin-left: 0;
      margin-bottom: 3em;
      width: 248px; }
      #top-page .contentWrap .message .inner .titleBox .desc .desc_pc {
        display: none; }
      #top-page .contentWrap .message .inner .titleBox .desc .desc_sp {
        display: block; }
    #top-page .contentWrap .message .inner .txtBox {
      text-align: left; }
      #top-page .contentWrap .message .inner .txtBox p {
        line-height: 2em; }
  #top-page .contentWrap .about {
    padding-bottom: 80vw; }
    #top-page .contentWrap .about .inner .titleBox h2 {
      width: 130px; }
    #top-page .contentWrap .about .inner .titleBox .desc {
      font-size: 20px;
      margin-bottom: 1.5em; }
    #top-page .contentWrap .about .inner .txtBox {
      font-size: 16px; }
  #top-page .contentWrap .access {
    padding-bottom: 50vw; }
    #top-page .contentWrap .access::before {
      width: 64%;
      top: 10vw; }
    #top-page .contentWrap .access::after {
      background-size: 200%;
      background-position: 50% 0%;
      top: 190vw;
      width: 48%; }
    #top-page .contentWrap .access .access_bg::after {
      right: 5%;
      bottom: -50vw;
      width: 90%; }
    #top-page .contentWrap .access .inner .titleBox {
      margin-bottom: 45vw; }
      #top-page .contentWrap .access .inner .titleBox h2 {
        width: 140px; }
    #top-page .contentWrap .access .inner .access_map {
      margin-bottom: 40vw; }
      #top-page .contentWrap .access .inner .access_map .desc {
        width: 200px; }
        #top-page .contentWrap .access .inner .access_map .desc .desc_pc {
          display: none; }
        #top-page .contentWrap .access .inner .access_map .desc .desc_sp {
          display: block; }
      #top-page .contentWrap .access .inner .access_map .google_map {
        padding-top: 100%; }
    #top-page .contentWrap .access .inner .access_info .access_info_box {
      overflow-x: scroll; }
      #top-page .contentWrap .access .inner .access_info .access_info_box span {
        display: block;
        width: 150%; }
    #top-page .contentWrap .access .inner .access_info .access_parking {
      flex-wrap: wrap; }
      #top-page .contentWrap .access .inner .access_info .access_parking .title,
      #top-page .contentWrap .access .inner .access_info .access_parking .desc {
        width: 100%; }
      #top-page .contentWrap .access .inner .access_info .access_parking .title {
        font-weight: 600;
        padding: 2em 0; }
      #top-page .contentWrap .access .inner .access_info .access_parking .desc dl {
        justify-content: space-between;
        margin-top: 1em;
        margin-bottom: 1em; }
        #top-page .contentWrap .access .inner .access_info .access_parking .desc dl dt, #top-page .contentWrap .access .inner .access_info .access_parking .desc dl dd {
          padding: 1em 0 0; }
        #top-page .contentWrap .access .inner .access_info .access_parking .desc dl dt {
          font-weight: 600;
          text-align: left;
          width: 25%; }
        #top-page .contentWrap .access .inner .access_info .access_parking .desc dl dd {
          width: 70%; }

  .pc {
    display: none !important; }

  .smp-none {
    display: none !important; }

  .smp {
    display: block !important; } }
