@font-face {
  font-family: 'Butler Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Butler Medium"), url("../font/Butler_Medium.woff") format("woff"); }

@font-face {
  font-family: 'Butler';
  src: url("../font/Butler-Medium.woff2") format("woff2"), url("../font/Butler-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 0.8; } }

@keyframes hide {
  from {
    opacity: 0.8; }
  to {
    opacity: 0; } }

/* line 55, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
.padding-bottom-0 {
  padding-bottom: 0px !important; }
  @media screen and (max-width: 1100px) {
    /* line 55, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
    .padding-bottom-0 {
      padding-bottom: 10px !important; } }

/* line 63, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
.sp-display-block {
  display: none; }
  @media screen and (max-width: 800px) {
    /* line 63, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
    .sp-display-block {
      display: block; } }

@media screen and (max-width: 800px) {
  /* line 69, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
  .sp-display-none {
    display: none; } }

/* line 75, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
.scroll-animation {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease; }
  /* line 79, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
  .scroll-animation.scroll-animate {
    opacity: 1;
    transform: translateY(0px); }

/* line 85, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
html {
  font-size: 9px; }
  @media screen and (max-width: 1100px) {
    /* line 85, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
    html {
      font-size: 8px; } }

/* line 92, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
body {
  width: 100%; }
  /* line 94, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
  body .header-background-wrapper {
    background-image: url(../img/jpg/background-mountain.jpg);
    background-position: bottom;
    background-size: cover; }
  /* line 99, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
  body header {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    /* line 109, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
    body header .nav_box {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 960px) {
        /* line 109, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body header .nav_box {
          padding: 20px 0 20px 30px;
          align-items: center; } }
      /* line 120, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body header .nav_box ul {
        flex-direction: row;
        opacity: 0;
        width: 100%;
        height: 100vh;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 900;
        display: none;
        opacity: 0;
        background-color: #000;
        transition: all 0.5s ease; }
        /* line 137, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body header .nav_box ul li {
          padding-top: 0px;
          padding-bottom: 6px;
          margin-bottom: 44px;
          font-size: 4rem;
          cursor: pointer;
          font-family: "Bulter Medium", "Butler", serif;
          font-weight: 400;
          font-style: normal;
          color: #fff;
          border-bottom: 2px solid transparent;
          transition: all 0.5s ease; }
          /* line 149, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body header .nav_box ul li.nav_li:hover {
            border-bottom: 2px solid #fff; }
          @media screen and (max-width: 640px) {
            /* line 137, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
            body header .nav_box ul li {
              margin-bottom: 20px;
              font-size: 31px; } }
        /* line 157, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body header .nav_box ul.show-animate {
          display: flex;
          animation: show 0.5s linear 0s;
          animation-fill-mode: forwards; }
      /* line 163, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body header .nav_box .icon-wrapper {
        display: block;
        cursor: pointer;
        margin-right: 30px;
        position: fixed;
        top: 62px;
        left: 60px;
        z-index: 990; }
        @media screen and (max-width: 800px) {
          /* line 163, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body header .nav_box .icon-wrapper {
            top: 30px;
            left: 30px; } }
        @media screen and (max-width: 640px) {
          /* line 163, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body header .nav_box .icon-wrapper {
            top: 20px;
            left: 20px; } }
        /* line 179, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body header .nav_box .icon-wrapper .icon-item {
          height: 7px;
          width: 55px;
          background-color: #000;
          margin-bottom: 11px;
          transition: all 0.5s ease; }
          @media screen and (max-width: 800px) {
            /* line 179, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
            body header .nav_box .icon-wrapper .icon-item {
              width: 30px;
              height: 3px;
              margin-bottom: 8px; } }
        @media screen and (max-width: 960px) {
          /* line 163, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body header .nav_box .icon-wrapper {
            display: block; } }
      /* line 197, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body header .nav_box .show-animate .line1 {
        transform: translateY(18px) rotate(-45deg);
        background-color: #fff; }
        @media screen and (max-width: 800px) {
          /* line 197, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body header .nav_box .show-animate .line1 {
            transform: translateY(11px) rotate(-45deg); } }
      /* line 204, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body header .nav_box .show-animate .line2 {
        opacity: 0;
        transform: translateX(50%);
        background-color: #fff; }
      /* line 209, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body header .nav_box .show-animate .line3 {
        transform: translateY(-17px) rotate(45deg);
        background-color: #fff; }
        @media screen and (max-width: 800px) {
          /* line 209, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body header .nav_box .show-animate .line3 {
            transform: translateY(-11px) rotate(45deg); } }
    /* line 218, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
    body header .instagram-link {
      width: 44px;
      position: fixed;
      display: block;
      left: 62px;
      bottom: 48px;
      z-index: 999;
      line-height: 0px;
      font-size: 0px; }
      /* line 227, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body header .instagram-link .instagram-icon {
        display: block;
        transition: all 0.5s ease; }
        /* line 230, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body header .instagram-link .instagram-icon.show-animate {
          fill: #fff; }
      @media screen and (max-width: 800px) {
        /* line 218, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body header .instagram-link {
          left: 30px;
          bottom: 30px; }
          /* line 237, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body header .instagram-link .instagram-icon {
            width: 30px;
            height: auto;
            object-fit: contain; } }
      @media screen and (max-width: 640px) {
        /* line 218, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body header .instagram-link {
          bottom: 20px;
          left: 20px; } }
    @media screen and (max-width: 640px) {
      /* line 248, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body header h1 {
        margin-top: -60px; } }
    @media screen and (max-width: 800px) {
      /* line 248, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body header h1 {
        width: 100%;
        display: flex;
        justify-content: center; }
        /* line 259, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body header h1 img {
          width: 60%; } }
  /* line 270, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
  body .background-wrapper {
    background-image: url(../img/jpg/backgroun.jpg);
    background-size: cover; }
  /* line 274, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
  body .decoration {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    /* line 279, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
    body .decoration img {
      position: absolute; }
  /* line 287, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
  body section {
    display: flex;
    justify-content: center;
    position: relative; }
    @media screen and (max-width: 1100px) {
      /* line 287, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body section {
        width: 100%; } }
    /* line 294, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
    body section .section-wrapper {
      width: 1080px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media screen and (max-width: 1100px) {
        /* line 294, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section .section-wrapper {
          width: 80%; } }
      /* line 302, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body section .section-wrapper h2 {
        font-size: 5.8rem;
        font-family: "Bulter Medium", "Butler", serif;
        letter-spacing: 0.04em;
        text-align: center;
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.5s ease; }
        @media screen and (max-width: 800px) {
          /* line 302, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section .section-wrapper h2 {
            line-height: 50px; } }
        /* line 313, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section .section-wrapper h2::before {
          margin: auto;
          margin-bottom: 60px;
          content: "";
          display: block;
          width: 70px;
          height: 2px;
          background-color: #000; }
        /* line 322, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section .section-wrapper h2::after {
          margin: auto;
          margin-top: 57px;
          content: "";
          display: block;
          width: 70px;
          height: 2px;
          background-color: #000; }
        /* line 331, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section .section-wrapper h2.scroll-animate {
          opacity: 1;
          transform: translateY(0px); }
    /* line 338, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
    body section.concept {
      margin-top: 138px; }
      /* line 341, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body section.concept .section-wrapper p {
        margin-top: 79px;
        margin-bottom: 168px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.5rem;
        letter-spacing: 0.06em;
        line-height: 24px;
        text-align: center;
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.5s ease; }
        /* line 352, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section.concept .section-wrapper p.scroll-animate {
          opacity: 1;
          transform: translateY(0px); }
        @media screen and (max-width: 640px) {
          /* line 341, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.concept .section-wrapper p {
            margin-top: 40px; } }
    /* line 362, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
    body section.personal-trainer {
      padding-top: 140px; }
      @media screen and (max-width: 640px) {
        /* line 362, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section.personal-trainer {
          padding-top: 70px; } }
      /* line 368, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body section.personal-trainer .decoration .decoration-left-1 {
        top: 0;
        left: 0; }
        @media screen and (max-width: 800px) {
          /* line 368, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.personal-trainer .decoration .decoration-left-1 {
            width: 156px;
            height: auto;
            object-fit: contain; } }
        @media screen and (max-width: 640px) {
          /* line 368, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.personal-trainer .decoration .decoration-left-1 {
            width: 93px; } }
      /* line 381, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body section.personal-trainer .section-wrapper {
        margin-bottom: 89px; }
        @media screen and (max-width: 640px) {
          /* line 381, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.personal-trainer .section-wrapper {
            margin-bottom: 45px; } }
        /* line 386, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section.personal-trainer .section-wrapper .trainer-info {
          margin: 119px 0 110px 0;
          display: flex;
          flex-direction: column;
          align-items: center; }
          @media screen and (max-width: 640px) {
            /* line 386, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
            body section.personal-trainer .section-wrapper .trainer-info {
              margin: 60px 0 55px 0; } }
          /* line 394, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.personal-trainer .section-wrapper .trainer-info h3 {
            font-size: 4rem;
            font-family: "IBM Plex Sans", sans-serif;
            letter-spacing: 0.2em; }
          /* line 399, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.personal-trainer .section-wrapper .trainer-info .name-ja {
            margin-top: 30px;
            font-size: 2rem;
            font-family: "Noto Sans JP", sans-serif;
            letter-spacing: 0.32em; }
          /* line 405, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.personal-trainer .section-wrapper .trainer-info .address {
            margin-top: 35px;
            font-size: 1.8rem;
            font-family: "IBM Plex Sans", sans-serif;
            letter-spacing: 0.18em; }
        /* line 412, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section.personal-trainer .section-wrapper .license-info {
          display: flex;
          align-items: center;
          flex-direction: column; }
          /* line 416, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.personal-trainer .section-wrapper .license-info .license {
            width: 160px;
            height: 42px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 21px;
            background-color: #000; }
            /* line 424, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
            body section.personal-trainer .section-wrapper .license-info .license span {
              font-size: 2.1rem;
              font-family: "Noto Sans JP", sans-serif;
              letter-spacing: 0.04em;
              color: #fff;
              font-weight: 300; }
          /* line 433, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.personal-trainer .section-wrapper .license-info .license-list {
            margin-top: 33px;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 1.8rem;
            letter-spacing: 0.12em; }
            @media screen and (max-width: 800px) {
              /* line 433, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.personal-trainer .section-wrapper .license-info .license-list {
                text-align: center;
                line-height: 20px; } }
    /* line 450, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
    body section.price {
      margin-top: 89px; }
      @media screen and (max-width: 640px) {
        /* line 450, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section.price {
          margin-top: 45px; } }
      /* line 456, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body section.price .decoration .decoration-right-1 {
        top: -278px;
        right: 0; }
        @media screen and (max-width: 800px) {
          /* line 456, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.price .decoration .decoration-right-1 {
            width: 229px;
            height: auto;
            object-fit: contain; } }
        @media screen and (max-width: 640px) {
          /* line 456, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.price .decoration .decoration-right-1 {
            top: -190px;
            width: 137px; } }
      /* line 471, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body section.price .section-wrapper .price-table {
        width: 100%;
        margin-top: 88px; }
        @media screen and (max-width: 640px) {
          /* line 471, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.price .section-wrapper .price-table {
            margin-top: 44px; } }
        /* line 478, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section.price .section-wrapper .price-table tbody tr {
          display: flex; }
          @media screen and (max-width: 1100px) {
            /* line 478, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
            body section.price .section-wrapper .price-table tbody tr {
              flex-direction: column;
              align-items: center; } }
          /* line 484, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.price .section-wrapper .price-table tbody tr th {
            width: 50%;
            padding-right: 48px;
            padding-bottom: 25px;
            border-right: 1px solid #000;
            text-align: right;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 2.1rem;
            letter-spacing: 0.04em; }
            @media screen and (max-width: 1100px) {
              /* line 484, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.price .section-wrapper .price-table tbody tr th {
                width: 100%;
                padding-right: 0px;
                padding-bottom: 10px;
                text-align: center;
                border-right: 0px;
                font-size: 2.5rem; } }
            @media screen and (max-width: 800px) {
              /* line 484, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.price .section-wrapper .price-table tbody tr th {
                line-height: 30px; } }
            @media screen and (max-width: 640px) {
              /* line 484, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.price .section-wrapper .price-table tbody tr th {
                padding-bottom: 5px; } }
          /* line 508, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.price .section-wrapper .price-table tbody tr td {
            width: 50%;
            padding-left: 48px;
            padding-bottom: 25px;
            border-left: 1px solid #000;
            text-align: left;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 2.1rem;
            letter-spacing: 0.04em; }
            @media screen and (max-width: 1100px) {
              /* line 508, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.price .section-wrapper .price-table tbody tr td {
                width: 100%;
                padding-left: 0px;
                text-align: center;
                border-left: 0px; } }
            @media screen and (max-width: 800px) {
              /* line 508, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.price .section-wrapper .price-table tbody tr td {
                padding-bottom: 50px;
                line-height: 30px; } }
            @media screen and (max-width: 640px) {
              /* line 508, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.price .section-wrapper .price-table tbody tr td {
                padding-bottom: 16px; } }
      /* line 534, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body section.price .section-wrapper .schedule-table {
        width: 100%;
        margin-top: 50px; }
        @media screen and (max-width: 640px) {
          /* line 534, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.price .section-wrapper .schedule-table {
            margin-top: 25px; } }
        /* line 541, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section.price .section-wrapper .schedule-table tbody tr {
          display: flex; }
          @media screen and (max-width: 1100px) {
            /* line 541, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
            body section.price .section-wrapper .schedule-table tbody tr {
              flex-direction: column;
              align-items: center; } }
          /* line 547, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.price .section-wrapper .schedule-table tbody tr th {
            width: 50%;
            padding-right: 48px;
            padding-bottom: 25px;
            border-right: 1px solid #000;
            text-align: right;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 2.1rem;
            letter-spacing: 0.04em; }
            @media screen and (max-width: 1100px) {
              /* line 547, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.price .section-wrapper .schedule-table tbody tr th {
                width: 100%;
                padding-right: 0px;
                padding-bottom: 10px;
                text-align: center;
                border-right: 0px;
                font-size: 2.5rem; } }
            @media screen and (max-width: 640px) {
              /* line 547, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.price .section-wrapper .schedule-table tbody tr th {
                padding-bottom: 5px; } }
          /* line 569, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.price .section-wrapper .schedule-table tbody tr td {
            width: 50%;
            padding-left: 48px;
            padding-bottom: 25px;
            border-left: 1px solid #000;
            text-align: left;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 2.1rem;
            letter-spacing: 0.04em; }
            @media screen and (max-width: 1100px) {
              /* line 569, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.price .section-wrapper .schedule-table tbody tr td {
                width: 100%;
                padding-left: 0px;
                text-align: center;
                border-left: 0px; } }
            @media screen and (max-width: 800px) {
              /* line 569, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.price .section-wrapper .schedule-table tbody tr td {
                padding-bottom: 50px;
                line-height: 30px; } }
            @media screen and (max-width: 640px) {
              /* line 569, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.price .section-wrapper .schedule-table tbody tr td {
                padding-bottom: 16px; } }
      /* line 595, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body section.price .section-wrapper .price-info {
        margin-top: 65px;
        margin-bottom: 125px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.6rem;
        letter-spacing: 0.12em;
        text-align: center; }
        @media screen and (max-width: 800px) {
          /* line 595, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.price .section-wrapper .price-info {
            line-height: 20px; } }
        @media screen and (max-width: 640px) {
          /* line 595, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.price .section-wrapper .price-info {
            margin-top: 33px;
            margin-bottom: 63px; } }
    /* line 612, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
    body section.about {
      margin-top: 125px; }
      @media screen and (max-width: 640px) {
        /* line 612, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section.about {
          margin-top: 63px; } }
      /* line 618, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body section.about .decoration .decoration-left-2 {
        top: 0;
        left: 0; }
        @media screen and (max-width: 800px) {
          /* line 618, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.about .decoration .decoration-left-2 {
            width: 156px;
            height: auto;
            object-fit: contain; } }
        @media screen and (max-width: 640px) {
          /* line 618, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.about .decoration .decoration-left-2 {
            width: 94px; } }
      /* line 633, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body section.about .section-wrapper .box-wrapper {
        width: 100%;
        margin-top: 112px;
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 640px) {
          /* line 633, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.about .section-wrapper .box-wrapper {
            margin-top: 56px; } }
        /* line 641, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section.about .section-wrapper .box-wrapper img {
          margin-right: 89px; }
          @media screen and (max-width: 640px) {
            /* line 641, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
            body section.about .section-wrapper .box-wrapper img {
              width: 70%; } }
        @media screen and (max-width: 1100px) {
          /* line 633, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.about .section-wrapper .box-wrapper {
            flex-direction: column;
            align-items: center; }
            /* line 650, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
            body section.about .section-wrapper .box-wrapper img {
              margin-right: 0; } }
        /* line 654, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section.about .section-wrapper .box-wrapper .about-info {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          @media screen and (max-width: 1100px) {
            /* line 654, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
            body section.about .section-wrapper .box-wrapper .about-info {
              padding-top: 30px; } }
          /* line 661, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.about .section-wrapper .box-wrapper .about-info .sub-title {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 1.8rem;
            letter-spacing: 0.12em; }
            @media screen and (max-width: 1100px) {
              /* line 661, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.about .section-wrapper .box-wrapper .about-info .sub-title {
                text-align: center; } }
          /* line 669, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.about .section-wrapper .box-wrapper .about-info h3 {
            margin-top: 33px;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 2.5rem;
            letter-spacing: 0.22em; }
            @media screen and (max-width: 1100px) {
              /* line 669, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.about .section-wrapper .box-wrapper .about-info h3 {
                text-align: center; } }
          /* line 678, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.about .section-wrapper .box-wrapper .about-info .address {
            margin-top: 31px;
            display: block;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 1.8rem;
            letter-spacing: 0.1em; }
            @media screen and (max-width: 1100px) {
              /* line 678, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.about .section-wrapper .box-wrapper .about-info .address {
                text-align: center; } }
            @media screen and (max-width: 800px) {
              /* line 678, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.about .section-wrapper .box-wrapper .about-info .address {
                line-height: 20px; } }
          /* line 691, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.about .section-wrapper .box-wrapper .about-info .tel-and-mail {
            margin-top: 50px; }
            @media screen and (max-width: 640px) {
              /* line 691, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.about .section-wrapper .box-wrapper .about-info .tel-and-mail {
                margin-top: 25px; } }
            /* line 698, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
            body section.about .section-wrapper .box-wrapper .about-info .tel-and-mail tbody tr {
              display: flex; }
              @media screen and (max-width: 1100px) {
                /* line 698, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
                body section.about .section-wrapper .box-wrapper .about-info .tel-and-mail tbody tr {
                  flex-direction: column;
                  align-items: center; } }
              /* line 704, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.about .section-wrapper .box-wrapper .about-info .tel-and-mail tbody tr th {
                width: 93px;
                text-align: left;
                font-family: "Noto Sans JP", sans-serif;
                font-size: 2.1rem;
                letter-spacing: 0.14em;
                border-right: 1px solid #000; }
                @media screen and (max-width: 1100px) {
                  /* line 704, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
                  body section.about .section-wrapper .box-wrapper .about-info .tel-and-mail tbody tr th {
                    width: 100%;
                    padding-top: 20px;
                    padding-right: 0px;
                    padding-bottom: 5px;
                    text-align: center;
                    border-right: 0px;
                    font-size: 2.5rem; } }
              /* line 722, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.about .section-wrapper .box-wrapper .about-info .tel-and-mail tbody tr td {
                padding-left: 52px;
                font-family: "Noto Sans JP", sans-serif;
                font-size: 2.1rem;
                letter-spacing: 0.1em;
                border-left: 1px solid #000; }
                /* line 728, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
                body section.about .section-wrapper .box-wrapper .about-info .tel-and-mail tbody tr td a {
                  text-decoration: none;
                  color: #000;
                  cursor: pointer; }
                @media screen and (max-width: 1100px) {
                  /* line 722, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
                  body section.about .section-wrapper .box-wrapper .about-info .tel-and-mail tbody tr td {
                    width: 100%;
                    padding-top: 5px;
                    padding-left: 0px;
                    padding-bottom: 10px;
                    text-align: center;
                    border-left: 0px; } }
                @media screen and (max-width: 640px) {
                  /* line 722, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
                  body section.about .section-wrapper .box-wrapper .about-info .tel-and-mail tbody tr td {
                    font-size: 14px; } }
              /* line 745, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.about .section-wrapper .box-wrapper .about-info .tel-and-mail tbody tr .padding-top-40px {
                padding-top: 40px; }
                @media screen and (max-width: 1100px) {
                  /* line 745, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
                  body section.about .section-wrapper .box-wrapper .about-info .tel-and-mail tbody tr .padding-top-40px {
                    padding-top: 5px; } }
      /* line 756, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
      body section.about .section-wrapper .instagram-wrapper {
        margin-top: 105px;
        margin-bottom: 108px;
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 640px) {
          /* line 756, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.about .section-wrapper .instagram-wrapper {
            margin-top: 53px;
            margin-bottom: 54px; } }
        /* line 765, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body section.about .section-wrapper .instagram-wrapper a {
          display: flex;
          align-items: center;
          text-decoration: none; }
          /* line 769, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.about .section-wrapper .instagram-wrapper a .official-instagram {
            margin-left: 20px;
            font-family: "IBM Plex Sans", sans-serif;
            font-size: 1.5rem;
            letter-spacing: 0.12em;
            color: #000; }
          /* line 776, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.about .section-wrapper .instagram-wrapper a .instagram-acount {
            margin-left: 23px;
            font-family: "IBM Plex Sans", sans-serif;
            font-size: 2.3rem;
            letter-spacing: 0.1em;
            color: #000; }
            @media screen and (max-width: 800px) {
              /* line 776, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
              body section.about .section-wrapper .instagram-wrapper a .instagram-acount {
                margin-top: 20px;
                margin-left: 0; } }
        @media screen and (max-width: 800px) {
          /* line 756, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
          body section.about .section-wrapper .instagram-wrapper {
            flex-direction: column;
            align-items: center; } }
  /* line 796, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
  body footer {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #000; }
    /* line 805, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
    body footer .decoration .decoration-right-2 {
      bottom: 0;
      right: 0; }
      @media screen and (max-width: 800px) {
        /* line 805, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body footer .decoration .decoration-right-2 {
          width: 146px;
          height: auto;
          object-fit: contain; } }
      @media screen and (max-width: 640px) {
        /* line 805, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
        body footer .decoration .decoration-right-2 {
          width: 88px; } }
    /* line 818, /Users/daichi/Desktop/HAUTE_ROUTE/haute_route_web/css/main.scss */
    body footer span {
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 1.3rem;
      letter-spacing: 0.22em;
      color: #fff;
      text-align: center;
      line-height: 15px; }

/*# sourceMappingURL=main.css.map */