@charset "UTF-8";
/* CSS Document */
.inner {
  width: 83%;
  margin: 0 auto; }
  @media screen and (max-width: 991px) {
    .inner {
      width: 100%; } }

.arch-img::after {
  content: url(../img/ellipse.svg);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7.5px;
  margin: auto;
  z-index: 1; }

header {
  padding-bottom: 3rem; }
  @media screen and (max-width: 1199px) {
    header {
      padding-bottom: 2rem; } }
  @media screen and (max-width: 575px) {
    header {
      padding-bottom: 1rem; } }
  header .header-main {
    margin-bottom: 3rem; }
    @media screen and (max-width: 991px) {
      header .header-main {
        margin-bottom: 2rem; } }
    @media screen and (max-width: 767px) {
      header .header-main {
        margin-bottom: 0; } }
    header .header-main .row {
      height: 80px;
      justify-content: space-between;
      flex-wrap: nowrap; }
      @media screen and (max-width: 991px) {
        header .header-main .row {
          height: 70px; } }
      @media screen and (max-width: 767px) {
        header .header-main .row {
          flex-wrap: wrap;
          height: auto; } }
      header .header-main .row > a {
        display: flex;
        align-items: flex-end;
        width: auto; }
        @media screen and (max-width: 767px) {
          header .header-main .row > a {
            margin: 1rem 0; } }
        header .header-main .row > a div {
          display: flex;
          align-items: center; }
        header .header-main .row > a img {
          width: 58px;
          margin-left: -5%;
          margin-right: 1rem; }
          @media screen and (max-width: 1199px) {
            header .header-main .row > a img {
              width: 50px;
              margin-left: 0; } }
          @media screen and (max-width: 991px) {
            header .header-main .row > a img {
              width: 45px; } }
          @media screen and (max-width: 575px) {
            header .header-main .row > a img {
              width: 38px;
              margin-right: 0.5rem; } }
        header .header-main .row > a h1 {
          font-size: 45px;
          font-size: 4.5rem;
          font-weight: 700;
          color: #4d4d4d;
          margin-bottom: 0; }
          @media screen and (max-width: 1199px) {
            header .header-main .row > a h1 {
              font-size: 40px;
              font-size: 4rem; } }
          @media screen and (max-width: 991px) {
            header .header-main .row > a h1 {
              font-size: 33px;
              font-size: 3.3rem; } }
          @media screen and (max-width: 575px) {
            header .header-main .row > a h1 {
              font-size: 26px;
              font-size: 2.6rem; } }
      header .header-main .row > div {
        display: flex;
        align-items: flex-end;
        width: 40%;
        flex-wrap: wrap; }
        @media screen and (max-width: 1199px) {
          header .header-main .row > div {
            width: 47%; } }
        @media screen and (max-width: 991px) {
          header .header-main .row > div {
            width: 50%; } }
        @media screen and (max-width: 767px) {
          header .header-main .row > div {
            width: auto;
            margin-left: 1rem; } }
        @media screen and (max-width: 575px) {
          header .header-main .row > div {
            width: auto;
            margin-left: 0; } }
        header .header-main .row > div p {
          color: #00a19d;
          font-size: 20px;
          font-size: 2rem;
          font-weight: 700;
          margin-bottom: 0; }
          @media screen and (max-width: 991px) {
            header .header-main .row > div p {
              font-size: 18px;
              font-size: 1.8rem; } }
          @media screen and (max-width: 767px) {
            header .header-main .row > div p {
              font-size: 20px;
              font-size: 2rem; } }
          header .header-main .row > div p a {
            color: #00a19d; }
          header .header-main .row > div p span {
            display: block;
            color: #4d4d4d;
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: 400;
            line-height: 1;
            margin-bottom: 0.5rem; }
            @media screen and (max-width: 767px) {
              header .header-main .row > div p span {
                font-size: 14px;
                font-size: 1.4rem;
                margin-bottom: 0.3rem; } }
  @media screen and (max-width: 767px) {
    header .header-links {
      display: none; } }
  header .header-links ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0; }
    header .header-links ul li a {
      color: #4d4d4d; }
      header .header-links ul li a img {
        display: block;
        width: 60px;
        margin: 0 auto 0.5rem; }
        @media screen and (max-width: 991px) {
          header .header-links ul li a img {
            width: 55px; } }
      header .header-links ul li a p {
        text-align: center;
        line-height: 1;
        padding: 0 0.75em;
        border-left: solid 1px #000; }
        @media screen and (max-width: 1199px) {
          header .header-links ul li a p {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 991px) {
          header .header-links ul li a p {
            font-size: 12px;
            font-size: 1.2rem;
            padding: 0 0.5em; } }
      header .header-links ul li a:hover {
        color: #ff9150; }
    header .header-links ul li:last-child p {
      border-right: solid 1px #000; }

#gloval_nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: #fff; }
  #gloval_nav .nav-left {
    position: relative;
    background-image: url("../img/side-menu.png");
    background-size: cover;
    background-position: center;
    height: 100vh; }
  #gloval_nav .nav-right {
    position: relative;
    height: 100vh; }
    #gloval_nav .nav-right .nr-link {
      display: flex;
      padding-top: 10rem;
      padding-left: 8rem; }
      @media screen and (max-width: 1399px) {
        #gloval_nav .nav-right .nr-link {
          padding-left: 6rem; } }
      @media screen and (max-width: 1199px) {
        #gloval_nav .nav-right .nr-link {
          padding-left: 4rem; } }
      @media screen and (max-width: 991px) {
        #gloval_nav .nav-right .nr-link {
          padding-top: 12rem;
          padding-left: 6rem;
          flex-wrap: wrap; } }
      @media screen and (max-width: 767px) {
        #gloval_nav .nav-right .nr-link {
          padding-left: 4rem; } }
      @media screen and (max-width: 575px) {
        #gloval_nav .nav-right .nr-link {
          padding-top: 7rem; } }
      #gloval_nav .nav-right .nr-link > ul {
        margin-bottom: 0; }
        @media screen and (max-width: 1199px) {
          #gloval_nav .nav-right .nr-link > ul {
            width: 100%; } }
        #gloval_nav .nav-right .nr-link > ul:first-child {
          padding-right: 6rem; }
          @media screen and (max-width: 1399px) {
            #gloval_nav .nav-right .nr-link > ul:first-child {
              padding-right: 5rem; } }
          @media screen and (max-width: 1199px) {
            #gloval_nav .nav-right .nr-link > ul:first-child {
              padding-right: 3rem; } }
          @media screen and (max-width: 991px) {
            #gloval_nav .nav-right .nr-link > ul:first-child {
              padding-right: 0; } }
        #gloval_nav .nav-right .nr-link > ul > li {
          margin-bottom: 3rem; }
          @media screen and (max-width: 575px) {
            #gloval_nav .nav-right .nr-link > ul > li {
              margin-bottom: 1.5rem; } }
          #gloval_nav .nav-right .nr-link > ul > li:last-child {
            margin-bottom: 0; }
            @media screen and (max-width: 991px) {
              #gloval_nav .nav-right .nr-link > ul > li:last-child {
                margin-bottom: 3rem; } }
            @media screen and (max-width: 575px) {
              #gloval_nav .nav-right .nr-link > ul > li:last-child {
                margin-bottom: 1.5rem; } }
          #gloval_nav .nav-right .nr-link > ul > li a {
            color: #4d4d4d;
            font-size: 20px;
            font-size: 2rem;
            font-weight: 500; }
            @media screen and (max-width: 1199px) {
              #gloval_nav .nav-right .nr-link > ul > li a {
                font-size: 18px;
                font-size: 1.8rem; } }
            #gloval_nav .nav-right .nr-link > ul > li a::before {
              content: "｜";
              margin-right: 0.5rem; }
            #gloval_nav .nav-right .nr-link > ul > li a:hover {
              color: #ff9150; }
    #gloval_nav .nav-right .nav-footer {
      position: absolute;
      font-family: 'Noto Sans JP', sans-serif;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #ff9150; }
      #gloval_nav .nav-right .nav-footer .nf-contents {
        position: relative;
        padding: 4rem 0; }
        @media screen and (max-width: 1199px) {
          #gloval_nav .nav-right .nav-footer .nf-contents {
            padding: 4rem 0; } }
        @media screen and (max-width: 991px) {
          #gloval_nav .nav-right .nav-footer .nf-contents {
            padding: 3rem 0; } }
        @media screen and (max-width: 767px) {
          #gloval_nav .nav-right .nav-footer .nf-contents {
            padding: 2rem 0; } }
        #gloval_nav .nav-right .nav-footer .nf-contents > div {
          display: flex;
          align-items: center;
          justify-content: center; }
          #gloval_nav .nav-right .nav-footer .nf-contents > div img {
            width: 55px;
            margin-right: 2rem; }
            @media screen and (max-width: 991px) {
              #gloval_nav .nav-right .nav-footer .nf-contents > div img {
                width: 45px; } }
            @media screen and (max-width: 767px) {
              #gloval_nav .nav-right .nav-footer .nf-contents > div img {
                width: 35px; } }
            @media screen and (max-width: 575px) {
              #gloval_nav .nav-right .nav-footer .nf-contents > div img {
                width: 40px; } }
          #gloval_nav .nav-right .nav-footer .nf-contents > div h1 {
            font-family: 'Zen Maru Gothic', serif;
            font-size: 37px;
            font-size: 3.7rem;
            font-weight: 700;
            color: #fff; }
            @media screen and (max-width: 1199px) {
              #gloval_nav .nav-right .nav-footer .nf-contents > div h1 {
                font-size: 33px;
                font-size: 3.3rem; } }
            @media screen and (max-width: 767px) {
              #gloval_nav .nav-right .nav-footer .nf-contents > div h1 {
                font-size: 24px;
                font-size: 2.4rem; } }
            @media screen and (max-width: 575px) {
              #gloval_nav .nav-right .nav-footer .nf-contents > div h1 {
                font-size: 28px;
                font-size: 2.8rem; } }
        #gloval_nav .nav-right .nav-footer .nf-contents p {
          text-align: center;
          color: #fff;
          font-weight: 500; }
          @media screen and (max-width: 991px) {
            #gloval_nav .nav-right .nav-footer .nf-contents p {
              font-size: 15px;
              font-size: 1.5rem; } }
          @media screen and (max-width: 767px) {
            #gloval_nav .nav-right .nav-footer .nf-contents p {
              font-size: 14px;
              font-size: 1.4rem; } }
          #gloval_nav .nav-right .nav-footer .nf-contents p:last-child {
            font-size: 25px;
            font-size: 2.5rem;
            font-weight: 700;
            text-align: left;
            margin-bottom: 0; }
            @media screen and (max-width: 1199px) {
              #gloval_nav .nav-right .nav-footer .nf-contents p:last-child {
                font-size: 22px;
                font-size: 2.2rem; } }
            @media screen and (max-width: 991px) {
              #gloval_nav .nav-right .nav-footer .nf-contents p:last-child {
                font-size: 21px;
                font-size: 2.1rem;
                text-align: center; } }
            @media screen and (max-width: 767px) {
              #gloval_nav .nav-right .nav-footer .nf-contents p:last-child {
                font-size: 24px;
                font-size: 2.4rem;
                line-height: 1.3; } }
            @media screen and (max-width: 575px) {
              #gloval_nav .nav-right .nav-footer .nf-contents p:last-child {
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 1.3; } }
            #gloval_nav .nav-right .nav-footer .nf-contents p:last-child .reception-time {
              display: block;
              font-size: 16px;
              font-size: 1.6rem;
              font-weight: 500;
              margin-top: 0.5rem; }
              @media screen and (max-width: 767px) {
                #gloval_nav .nav-right .nav-footer .nf-contents p:last-child .reception-time {
                  line-height: 1.6; } }
              @media screen and (max-width: 575px) {
                #gloval_nav .nav-right .nav-footer .nf-contents p:last-child .reception-time {
                  font-size: 14px;
                  font-size: 1.4rem; } }
          #gloval_nav .nav-right .nav-footer .nf-contents p a {
            color: #fff; }
        #gloval_nav .nav-right .nav-footer .nf-contents > img {
          position: absolute;
          top: -40%;
          right: 15%;
          width: 150px;
          z-index: 5; }
          @media screen and (max-width: 991px) {
            #gloval_nav .nav-right .nav-footer .nf-contents > img {
              top: -50%;
              right: 10%; } }
          @media screen and (max-width: 991px) {
            #gloval_nav .nav-right .nav-footer .nf-contents > img {
              top: -50%;
              right: 10%; } }
          @media screen and (max-width: 575px) {
            #gloval_nav .nav-right .nav-footer .nf-contents > img {
              top: -60%;
              right: 5%; } }

#nav_button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  transition: 0.5s; }

#nav_toggle {
  position: relative;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #00a19d; }
  @media screen and (max-width: 991px) {
    #nav_toggle {
      width: 70px;
      height: 70px; } }
  @media screen and (max-width: 575px) {
    #nav_toggle {
      width: 60px;
      height: 60px; } }
  #nav_toggle > div {
    position: relative;
    width: 44px;
    height: 26px;
    margin: auto;
    top: 27px; }
    @media screen and (max-width: 991px) {
      #nav_toggle > div {
        top: 22px;
        width: 36px; } }
    @media screen and (max-width: 575px) {
      #nav_toggle > div {
        top: 20px;
        width: 32px;
        height: 23px; } }
    #nav_toggle > div span {
      width: 100%;
      height: 1.3px;
      left: 0;
      display: block;
      background: #fff;
      position: absolute;
      -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
      transition: top .5s ease, -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out, top .5s ease;
      transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
      /* #nav-toggle close */ }
      #nav_toggle > div span:nth-child(1) {
        top: 0; }
      #nav_toggle > div span:nth-child(2) {
        top: 13px; }
        @media screen and (max-width: 575px) {
          #nav_toggle > div span:nth-child(2) {
            top: 10px; } }
      #nav_toggle > div span:nth-child(3) {
        top: 26px; }
        @media screen and (max-width: 575px) {
          #nav_toggle > div span:nth-child(3) {
            top: 20px; } }

.open #nav_toggle > div {
  top: 27px; }
  @media screen and (max-width: 991px) {
    .open #nav_toggle > div {
      top: 19px; } }
  @media screen and (max-width: 575px) {
    .open #nav_toggle > div {
      top: 15px; } }
.open #nav_toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.open #nav_toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%; }
.open #nav_toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

footer {
  border-top: solid 5px #ff9150; }
  footer .footer-top {
    background-color: #fff;
    padding: 4rem 0; }
    footer .footer-top .row > div > ul {
      border-left: solid 1px #ff9150;
      padding-left: 2rem; }
      @media screen and (max-width: 1199px) {
        footer .footer-top .row > div > ul {
          padding-left: 1.5rem; } }
      @media screen and (max-width: 991px) {
        footer .footer-top .row > div > ul {
          padding-left: 2rem; } }
      @media screen and (max-width: 575px) {
        footer .footer-top .row > div > ul {
          border-left: none; } }
      footer .footer-top .row > div > ul > li {
        margin-bottom: 3rem; }
        @media screen and (max-width: 575px) {
          footer .footer-top .row > div > ul > li {
            margin-bottom: 2rem; } }
        footer .footer-top .row > div > ul > li a {
          color: #ff9150;
          font-size: 15px;
          font-size: 1.5rem; }
          footer .footer-top .row > div > ul > li a::before {
            content: "▼";
            color: #ff9150;
            margin-right: 0.5rem; }
          footer .footer-top .row > div > ul > li a:hover {
            color: #00a19d; }
            footer .footer-top .row > div > ul > li a:hover::before {
              color: #00a19d; }
        footer .footer-top .row > div > ul > li ul li a {
          color: #4d4d4d;
          font-size: 15px;
          font-size: 1.5rem; }
          footer .footer-top .row > div > ul > li ul li a::before {
            content: "・";
            margin-left: 1em;
            color: #4d4d4d; }
  footer .footer-bottom {
    background-color: #ff9150;
    font-family: 'Noto Sans JP', sans-serif; }
    footer .footer-bottom .inner {
      padding: 4rem 0; }
      @media screen and (max-width: 767px) {
        footer .footer-bottom .inner {
          padding: 3rem 0; } }
      @media screen and (max-width: 575px) {
        footer .footer-bottom .inner {
          padding: 2rem 0; } }
      footer .footer-bottom .inner > div {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem; }
        @media screen and (max-width: 575px) {
          footer .footer-bottom .inner > div {
            margin-bottom: 0; } }
        footer .footer-bottom .inner > div img {
          width: 70px;
          margin-right: 2rem; }
          @media screen and (max-width: 991px) {
            footer .footer-bottom .inner > div img {
              width: 60px; } }
          @media screen and (max-width: 767px) {
            footer .footer-bottom .inner > div img {
              width: 50px; } }
          @media screen and (max-width: 575px) {
            footer .footer-bottom .inner > div img {
              width: 40px;
              margin-right: 1rem; } }
        footer .footer-bottom .inner > div h1 {
          font-family: 'Zen Maru Gothic', serif;
          font-size: 46px;
          font-size: 4.6rem;
          font-weight: 700;
          color: #fff; }
          @media screen and (max-width: 991px) {
            footer .footer-bottom .inner > div h1 {
              font-size: 43px;
              font-size: 4.3rem; } }
          @media screen and (max-width: 767px) {
            footer .footer-bottom .inner > div h1 {
              font-size: 40px;
              font-size: 4rem; } }
          @media screen and (max-width: 575px) {
            footer .footer-bottom .inner > div h1 {
              font-size: 28px;
              font-size: 2.8rem;
              margin-bottom: 0; } }
      footer .footer-bottom .inner p {
        text-align: center;
        color: #fff;
        font-weight: 500; }
        @media screen and (max-width: 575px) {
          footer .footer-bottom .inner p {
            font-size: 14px;
            font-size: 1.4rem; } }
        footer .footer-bottom .inner p:last-child {
          font-size: 25px;
          font-size: 2.5rem;
          font-weight: 700;
          margin-bottom: 0; }
          @media screen and (max-width: 575px) {
            footer .footer-bottom .inner p:last-child {
              font-size: 19px;
              font-size: 1.9rem; } }
          footer .footer-bottom .inner p:last-child span {
            display: block;
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 500;
            margin-top: 0.5rem; }
            @media screen and (max-width: 575px) {
              footer .footer-bottom .inner p:last-child span {
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 1.6; } }
        footer .footer-bottom .inner p a {
          color: #fff; }
    footer .footer-bottom .copyright {
      border-top: 1px solid #ffffff;
      padding: 2rem 0;
      text-align: center;
      color: #ffffff;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1;
      margin-bottom: 0; }

#page404 {
  padding: 10rem 0; }
  #page404 h2 {
    margin-bottom: 6rem;
    color: #ff9150;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold; }
    #page404 h2 span {
      font-size: 200px;
      font-size: 20rem;
      letter-spacing: 0.03em;
      display: block;
      color: #ff9150; }
      @media screen and (max-width: 575px) {
        #page404 h2 span {
          font-size: 160px;
          font-size: 16rem; } }
  #page404 .main-button {
    font-weight: 600;
    border: solid 1px #00a19d;
    padding: 1.5rem 0;
    border-radius: 3rem;
    width: 310px;
    text-align: center;
    display: block;
    transition: 0.3s;
    color: #fff;
    background-color: #00a19d;
    margin: 3rem auto 0; }
    @media screen and (max-width: 991px) {
      #page404 .main-button {
        width: 270px; } }
    #page404 .main-button:hover {
      color: #00a19d;
      background-color: #fff; }
