@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline-color: #aaa;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}
@media screen and (max-width:413px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: #222;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:767px) {
  body {
    min-width: 320px;
  }
}
body.is-freeze {
  position: fixed;
  width: 100%;
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

* {
  line-break: strict;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a img,
a i {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

img {
  width: 100%;
  vertical-align: bottom;
}

ifrrame {
  vertical-align: bottom;
}

.hover-alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #eee;
  background: #fff;
  height: 44px;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #eee;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:767px) {
  select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
    font-size: 1.6rem;
  }
}
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
@media screen and (max-width: 1500px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .l-inner {
    padding: 0 15px;
  }
}

@media print, screen and (min-width:768px) {
  .l-container {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .l-container {
    padding-top: 180px;
  }
}
@media screen and (max-width:767px) {
  .l-container {
    padding: 32vw 0 0;
  }
}
@media print, screen and (min-width:768px) {
  .l-container:last-child {
    padding-bottom: 150px;
  }
}
@media screen and (max-width:767px) {
  .l-container:last-child {
    padding-bottom: 80px;
  }
}
.l-container.l-container--gray {
  background: #eee;
}

.l-page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.l-page__heading {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.top .menu-nav__link--top:after,
.about .menu-nav__link--about:after,
.plan .menu-nav__link--plan:after,
.access .menu-nav__link--access:after,
.hanazono .menu-nav__link--hanazono:after,
.kyoka .menu-nav__link--kyoka:after,
.information .menu-nav__link--information:after {
  width: 100%;
  max-width: 100%;
}

.l-header {
  width: 100%;
  position: fixed;
  height: 100px;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #fff;
  z-index: 999;
}
.l-header.is-open {
  z-index: 999;
}
.l-header.is-fixed {
  background: #fff;
  z-index: 999;
}
.l-header.is-fixed .l-header__fixed {
  right: 0;
}
@media screen and (max-width: 1168px) {
  .l-header.is-fixed .menu-nav {
    max-width: 610px;
  }
  .l-header.is-fixed .menu-nav__item {
    margin: 0 17px;
  }
}
@media screen and (max-width: 980px) {
  .l-header {
    background: #fff;
  }
}
@media screen and (max-width:767px) {
  .l-header {
    background: #fff;
    height: 16vw;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1500px;
  margin: 0 auto;
  max-height: 100px;
  height: 100px;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1500px) {
  .l-header__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .l-header__inner {
    max-height: 16vw;
    height: 16vw;
    padding: 0 4.6666666667vw 0 5.3333333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__logo {
  width: 160px;
  height: 66px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  z-index: 10;
  margin-left: 40px;
  padding-top: 16px;
}
@media screen and (max-width: 1270px) {
  .l-header__logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 1168px) {
  .l-header__logo {
    width: 120px;
    height: 50px;
    padding-top: 26px;
  }
}
@media screen and (max-width:767px) {
  .l-header__logo {
    width: 27.8666666667vw;
    height: 11.4666666667vw;
    padding: 0;
  }
}
.l-header__logo img {
  width: 160px;
  height: 66px;
}
@media screen and (max-width: 1168px) {
  .l-header__logo img {
    width: 120px;
    height: 50px;
  }
}
@media screen and (max-width:767px) {
  .l-header__logo img {
    width: 27.8666666667vw;
    height: 11.4666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .l-header__logo a:hover {
    opacity: 0.8;
  }
}
.l-header__hambuger {
  display: none;
}
@media screen and (max-width:767px) {
  .l-header__hambuger {
    display: block;
    width: 10.6666666667vw;
    height: 5.0666666667vw;
    position: absolute;
    right: 4.6666666667vw;
    top: 5.3333333333vw;
  }
  .l-header__hambuger .hambuger__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10.6666666667vw;
    height: 5.0666666667vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-header__hambuger .hambuger__icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-header__hambuger .hambuger__icon span:nth-child(1) {
    top: 0;
  }
  .l-header__hambuger .hambuger__icon span:nth-child(2) {
    top: 2.4666666667vw;
  }
  .l-header__hambuger .hambuger__icon span:nth-child(3) {
    bottom: 0;
  }
  .l-header__hambuger.is-open .hambuger__icon span:nth-child(1) {
    -webkit-transform: translateY(2.9333333vw) rotate(45deg);
            transform: translateY(2.9333333vw) rotate(45deg);
  }
  .l-header__hambuger.is-open .hambuger__icon span:nth-child(2) {
    opacity: 0;
  }
  .l-header__hambuger.is-open .hambuger__icon span:nth-child(3) {
    -webkit-transform: translateY(-1.8666666vw) rotate(-45deg);
            transform: translateY(-1.8666666vw) rotate(-45deg);
  }
}
@media screen and (max-width: 500px) {
  .l-header__hambuger .hambuger__icon span {
    height: 1px;
  }
}
@media screen and (max-width:767px) {
  .l-header__wrap {
    display: block;
    position: absolute;
    top: 16vw;
    left: 0;
    width: 100%;
    z-index: 9;
    border-top: 0.2666666667vw solid #d9d0bd;
    height: 100vh;
    max-height: calc(100vh - 16vw);
    overflow-y: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .l-header__wrap.is-open {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    display: block;
  }
}
@media screen and (max-width:767px) {
  .l-header__sp {
    min-height: 167.4666666667vw;
    padding-bottom: 0.6666666667vw;
  }
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .l-header__sp {
        padding-bottom: 20vw;
      }
    }
  }
}
.l-header__nav {
  position: absolute;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1168px) {
  .l-header__nav {
    position: initial;
    left: 50px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width:767px) {
  .l-header__nav {
    left: initial;
  }
}
.l-header__contact {
  position: absolute;
  right: 0;
  top: 0;
  width: 265px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 980px) {
  .l-header__contact {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .l-header__contact {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.l-header__contact.is-hide {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width:767px) {
  .l-header__contact.is-hide {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__fixed {
  position: fixed;
  right: -200px;
  top: 130px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 980px) {
  .l-header__fixed {
    right: 0;
    top: 100px;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width:767px) {
  .l-header__fixed {
    top: 16vw;
    right: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-header__close.c-btn-01 {
  display: none;
}
@media screen and (max-width:767px) {
  .l-header__close.c-btn-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 16vw;
    max-width: 68vw;
    position: relative;
  }
  .l-header__close.c-btn-01:after {
    display: none;
  }
}
.l-header__icon {
  display: none;
}
@media screen and (max-width:767px) {
  .l-header__icon {
    display: block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    position: absolute;
    right: 9.3333333333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-header__icon:before, .l-header__icon:after {
  width: 6vw;
  height: 0.2666666667vw;
  content: "";
  background: #5c4416;
  position: absolute;
  top: 50%;
}
.l-header__icon:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header__icon:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.phone-fixed {
  width: 130px;
  height: 133px;
  background: #1a60a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.phone-fixed a {
  pointer-events: none;
  width: 130px;
  height: 133px;
  background: #1a60a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 980px) {
  .phone-fixed a {
    width: 100%;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width:767px) {
  .phone-fixed a {
    pointer-events: visible;
    height: 16vw;
  }
}
@media screen and (max-width: 980px) {
  .phone-fixed {
    width: 50%;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width:767px) {
  .phone-fixed {
    width: 55.3333333333vw;
    height: 16vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.phone-fixed__img {
  width: 21px;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .phone-fixed__img {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width:767px) {
  .phone-fixed__img {
    width: 4.9333333333vw;
    margin: 0 2vw 0 0;
  }
}
.phone-fixed__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .phone-fixed__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width:767px) {
  .phone-fixed__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.phone-fixed__number {
  font-size: 0;
  white-space: nowrap;
  font-weight: 500;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 980px) {
  .phone-fixed__number {
    font-size: 2.8rem;
    opacity: 1;
    font-weight: 700;
    line-height: 1;
  }
}
@media screen and (max-width:767px) {
  .phone-fixed__number {
    font-size: 5.3333333333vw;
    opacity: 1;
    font-weight: 700;
    line-height: 1;
  }
}
.phone-fixed__txt {
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 90px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  -webkit-transition: opacity 0.4s, font-size 0.4s;
  transition: opacity 0.4s, font-size 0.4s;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .phone-fixed__txt {
    font-size: 1.6rem;
    font-weight: normal;
    max-width: 100%;
    margin-bottom: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width:767px) {
  .phone-fixed__txt {
    font-size: 3.4666666667vw;
    font-weight: normal;
    max-width: 100%;
    margin-bottom: 1.6vw;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 981px) {
  .phone-fixed:hover {
    width: 247px;
  }
  .phone-fixed:hover .phone-fixed__number {
    margin-bottom: 10px;
    font-size: 2.8rem;
    opacity: 1;
    -webkit-animation: phoneNumber 0.4s;
            animation: phoneNumber 0.4s;
  }
  .phone-fixed:hover .phone-fixed__txt {
    max-width: 100%;
    -webkit-animation: phone 0.4s;
            animation: phone 0.4s;
  }
}

.mail-fixed {
  width: 130px;
  height: 113px;
  background: #074481;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 980px) {
  .mail-fixed {
    width: 50%;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width:767px) {
  .mail-fixed {
    width: 44.6666666667vw;
    height: 16vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mail-fixed__img {
  width: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .mail-fixed__img {
    width: 28px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .mail-fixed__img {
    width: 6.9333333333vw;
    margin-right: 2.6666666667vw;
    margin-bottom: 0;
  }
}
.mail-fixed__txt {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .mail-fixed__txt {
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
  }
  .mail-fixed__txt br {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .mail-fixed__txt {
    font-size: 4.8vw;
    font-family: "Noto Serif JP", serif;
  }
}
@media screen and (min-width: 981px) {
  .mail-fixed:hover {
    opacity: 0.8;
  }
}

@-webkit-keyframes phone {
  0% {
    opacity: 0;
    font-size: 0;
  }
  100% {
    opacity: 1;
    font-size: 1.6rem;
  }
}

@keyframes phone {
  0% {
    opacity: 0;
    font-size: 0;
  }
  100% {
    opacity: 1;
    font-size: 1.6rem;
  }
}
@-webkit-keyframes phoneNumber {
  0% {
    opacity: 0;
    font-size: 0;
  }
  100% {
    opacity: 1;
    font-size: 2.8rem;
  }
}
@keyframes phoneNumber {
  0% {
    opacity: 0;
    font-size: 0;
  }
  100% {
    opacity: 1;
    font-size: 2.8rem;
  }
}
.menu-phone {
  width: 265px;
  height: 80px;
  background: #1a60a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  padding: 12px 0 0 20px;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .menu-phone {
    width: 100%;
    height: 17.3333333333vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 2vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    pointer-events: visible;
  }
}
.menu-phone__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 7px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .menu-phone__title {
    font-size: 3.7333333333vw;
  }
}
.menu-phone__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .menu-phone__link {
    padding-left: 9.3333333333vw;
  }
}
.menu-phone__link img {
  width: 17px;
  margin-right: 10px;
}
@media screen and (max-width:767px) {
  .menu-phone__link img {
    width: 5.7333333333vw;
    margin-right: 5.6vw;
  }
}
.menu-phone__txt {
  font-size: 29px;
  font-weight: bold;
  letter-spacing: -0.01em;
}
@media screen and (max-width:767px) {
  .menu-phone__txt {
    font-size: 6.9333333333vw;
    letter-spacing: 0.05em;
  }
}

.menu-mail {
  height: 56px;
  width: 265px;
  background: #074481;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .menu-mail {
    width: 100%;
    height: 17.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.menu-mail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 16px 0 0 20px;
}
@media screen and (max-width:767px) {
  .menu-mail__link {
    width: 100%;
    height: 17.3333333333vw;
    padding: 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8.2666666667vw;
  }
}
.menu-mail__link img {
  width: 23px;
  margin-right: 15px;
}
@media screen and (max-width:767px) {
  .menu-mail__link img {
    width: 8.2666666667vw;
    margin-right: 6vw;
  }
}
@media print, screen and (min-width:768px) {
  .menu-mail__link:hover {
    opacity: 0.8;
  }
}
.menu-mail__txt {
  font-size: 1.8rem;
  padding-right: 23px;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .menu-mail__txt {
    font-size: 5.3333333333vw;
    width: 100%;
  }
}
.menu-mail__txt:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width:767px) {
  .menu-mail__txt:after {
    border-width: 0 0.5333333333vw 0.5333333333vw 0;
    padding: 1.0666666667vw;
    right: 5.3333333333vw;
    top: 50%;
  }
}

.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 910px;
}
@media screen and (max-width: 1168px) {
  .menu-nav {
    max-width: 540px;
  }
}
@media screen and (max-width: 980px) {
  .menu-nav {
    max-width: 610px;
  }
}
@media screen and (max-width:767px) {
  .menu-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 100%;
    background: #fff;
    margin-bottom: 8vw;
  }
}
.menu-nav__item {
  margin: 0 10px;
  padding-top: 16px;
}
.menu-nav__item a {
  font-size: 1.5rem;
  position: relative;
  padding: 12px 0;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  color: #5c4416;
}
@media screen and (max-width:767px) {
  .menu-nav__item a {
    height: 14.6666666667vw;
    font-size: 4.2666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5.3333333333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.menu-nav__item a:hover:after, .menu-nav__item a.is-active:after {
  width: 100%;
  max-width: 100%;
}
.menu-nav__item a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #5c4416;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width:767px) {
  .menu-nav__item a:after {
    display: none;
  }
}
.menu-nav__item a:before {
  display: none;
}
@media screen and (max-width:767px) {
  .menu-nav__item a:before {
    content: "";
    border: solid #5c4416;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    border-width: 0 0.5333333333vw 0.5333333333vw 0;
    padding: 1.0666666667vw;
    right: 5.3333333333vw;
  }
}
@media screen and (max-width: 1270px) {
  .menu-nav__item {
    margin: 0 10px;
  }
  .menu-nav__item a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1168px) {
  .menu-nav__item {
    margin: 0 8px;
  }
  .menu-nav__item a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1168px) and (max-width:767px) {
  .menu-nav__item a {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 980px) {
  .menu-nav__item {
    margin: 0 12px;
  }
}
@media screen and (max-width:767px) {
  .menu-nav__item {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 0.2666666667vw solid #d9d0bd;
  }
}

.l-footer {
  background: #fff;
}
.l-footer__inner {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .l-footer__inner {
    padding: 50px 20px 40px;
  }
}
@media screen and (max-width:767px) {
  .l-footer__inner {
    padding: 8vw 5.3333333333vw 0;
  }
}
.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .l-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.l-footer__logo {
  width: 199px;
}
@media screen and (max-width: 1080px) {
  .l-footer__logo {
    width: 150px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__logo {
    width: 120px;
  }
}
@media screen and (max-width:767px) {
  .l-footer__logo {
    width: 40.5333333333vw;
  }
}
.l-footer__logo img {
  width: 199px;
}
@media screen and (max-width: 1080px) {
  .l-footer__logo img {
    width: 150px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__logo img {
    width: 120px;
  }
}
@media screen and (max-width:767px) {
  .l-footer__logo img {
    width: 40.5333333333vw;
  }
}
@media print, screen and (min-width:768px) {
  .l-footer__logo a:hover {
    opacity: 0.8;
  }
}
.l-footer__menu {
  margin-left: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .l-footer__menu {
    margin-left: 0;
  }
}
@media screen and (max-width:767px) {
  .l-footer__menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__contact {
  margin: 10px -4px 0 0;
}
@media screen and (max-width:767px) {
  .l-footer__contact {
    width: 100%;
    margin: 0 0 6vw 0;
  }
}
.l-footer__copyright {
  height: 50px;
  background: #a1895a;
}
@media screen and (max-width:767px) {
  .l-footer__copyright {
    height: 24.6666666667vw;
  }
}

.footer-nav {
  margin: 10px 40px 0 0;
}
@media screen and (max-width: 900px) {
  .footer-nav {
    margin: 10px 20px 0 0;
  }
}
@media screen and (max-width:767px) {
  .footer-nav {
    margin: 0 -5.3333333333vw;
    width: calc(100% + 10.66666vw);
  }
}
.footer-nav__link {
  font-size: 1.4rem;
  margin-bottom: 25px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width:767px) {
  .footer-nav__link {
    height: 13.7333333333vw;
    font-size: 4vw;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #a1895a;
    border-bottom: 0.2666666667vw solid #fff;
    padding: 0 5.3333333333vw;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
  }
}
@media screen and (max-width:767px) {
  .footer-nav__link:after {
    content: "";
    border: solid #fff;
    border-width: 0 0.5333333333vw 0.5333333333vw 0;
    padding: 1.0666666667vw;
    right: 5.3333333333vw;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
@media print, screen and (min-width:768px) {
  .footer-nav__link:hover {
    text-decoration: underline;
  }
}

.footer-contact {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
}
.footer-contact__address {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: -0.05em;
}
@media screen and (max-width:767px) {
  .footer-contact__address {
    font-size: 3.4666666667vw;
    margin: 3.3333333333vw 0 6vw;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
.footer-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .footer-contact__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-contact__title {
  font-size: 1.5rem;
  color: #1a60a6;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 10px;
  letter-spacing: -0.05em;
}
@media screen and (max-width:767px) {
  .footer-contact__title {
    font-size: 4vw;
    text-align: left;
    line-height: 1;
    margin-bottom: 3.7333333333vw;
    letter-spacing: 0.08em;
  }
}
.footer-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .footer-contact__link {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:767px) {
  .footer-contact__link {
    font-size: 7.4666666667vw;
    font-weight: 600;
    pointer-events: visible;
  }
}
.footer-contact__link img {
  width: 19px;
  margin-right: 6px;
}
@media screen and (max-width:767px) {
  .footer-contact__link img {
    width: 4vw;
    margin-right: 2vw;
  }
}
.footer-contact__txt {
  position: relative;
  top: -3px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:767px) {
  .footer-contact__txt {
    letter-spacing: 0.02em;
  }
}
.footer-contact__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 25px;
}
@media screen and (max-width:767px) {
  .footer-contact__sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-contact__sns li {
  width: 40px;
  margin-left: 18px;
}
@media screen and (max-width:767px) {
  .footer-contact__sns li {
    margin-left: 0;
    margin-right: 20px;
  }
}
.footer-contact__sns li a:hover {
  opacity: 0.7;
}

.footer-copyright {
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  .footer-copyright {
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .footer-copyright {
    height: 28vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px 7.3333333333vw;
  }
}
@media screen and (max-width:767px) {
  .footer-copyright__wrap {
    margin-bottom: 5.3333333333vw;
  }
}
.footer-copyright__link {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
.footer-copyright__link--law {
  margin-left: 30px;
}
@media screen and (max-width:767px) {
  .footer-copyright__link {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width:768px) {
  .footer-copyright__link:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
}
.footer-copyright__txt {
  font-size: 1.1rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width:767px) {
  .footer-copyright__txt {
    font-size: 2.9333333333vw;
    letter-spacing: 0.13em;
  }
}

.l-footer-pagetop {
  display: block;
  position: absolute;
  position: absolute;
  bottom: 100%;
  right: 15px;
  margin-bottom: 15px;
  z-index: 1000;
  outline: none;
  cursor: pointer;
}
.l-footer-pagetop__trriger {
  background: #000;
  width: 40px;
  height: 40px;
}
.l-footer-pagetop__txt {
  display: inline-block;
  text-indent: -9999em;
}
.l-footer-pagetop__ico {
  -webkit-transform: translate(-50%, -50%) rotateZ(-90deg);
          transform: translate(-50%, -50%) rotateZ(-90deg);
  width: 13px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.l-footer-pagetop__ico svg {
  width: 13px;
  height: 26px;
}
.l-footer-pagetop.is-fixed {
  position: fixed;
  bottom: 0;
}

.l-footer-copyright {
  font-size: 1.2rem;
  line-height: 1.3;
}

.block-contact {
  background: url("../images/contact_bg.jpg") no-repeat center center;
  background-size: cover;
  height: 462px;
  padding-top: 90px;
  color: #222222;
}
@media screen and (max-width:767px) {
  .block-contact {
    background: url("../images/contact_bg_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 130.4vw;
    padding: 20vw 5.3333333333vw 0;
  }
}
.block-contact__phone {
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .block-contact__phone {
    pointer-events: visible;
  }
}
.block-contact__title {
  font-size: 3.8rem;
  padding-bottom: 30px;
  line-height: 1;
  position: relative;
  text-align: center;
  color: #222222;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .block-contact__title {
    font-size: 8.5333333333vw;
    padding-bottom: 8vw;
    margin-bottom: 6.4vw;
  }
}
.block-contact__title:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .block-contact__title:after {
    width: 16vw;
    height: 0.2666666667vw;
  }
}
.block-contact__lead {
  font-size: 1.6rem;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.14em;
}
@media screen and (max-width:767px) {
  .block-contact__lead {
    font-size: 4.2666666667vw;
    margin-bottom: 11.3333333333vw;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.055em;
  }
}
.block-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .block-contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.btn-top {
  width: 50px;
  height: 50px;
  background: #a1895a;
  display: inline-block;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  right: 40px;
  bottom: 70px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9100;
}
@media screen and (max-width:767px) {
  .btn-top {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: 0vw;
    bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .btn-top:hover .btn-top__icon:after {
    top: 16px;
  }
}
.btn-top.is-fixed {
  opacity: 1;
  visibility: visible;
}
.btn-top__icon:after {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 7px;
  position: absolute;
  right: 17px;
  top: 22px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
  .btn-top__icon:after {
    border-width: 0 0.2666666667vw 0.2666666667vw 0;
    padding: 1.8666666667vw;
    right: 4.6666666667vw;
    top: 6vw;
  }
}

.l-main {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-btn-center {
  margin-left: auto;
  margin-right: auto;
}

.c-btn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #5c4416;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 330px;
  padding: 0 20px;
  font-size: 1.7rem;
}
@media screen and (max-width:767px) {
  .c-btn-01 {
    height: 16vw;
    border: 0.2666666667vw solid #5c4416;
    max-width: 89.3333333333vw;
    font-size: 4.5333333333vw;
    font-weight: 500;
  }
}
.c-btn-01:after {
  content: "";
  border: solid #5c4416;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
  .c-btn-01:after {
    padding: 1.3333333333vw;
    border-width: 0 0.2666666667vw 0.2666666667vw 0;
    right: 5.3333333333vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-btn-01:hover {
    background: #a1895a;
    color: #fff;
  }
  .c-btn-01:hover:after {
    right: 12px;
    border-color: #fff;
  }
}
.c-btn-01--back {
  color: #a1895a;
  border: 1px solid #a1895a;
}
.c-btn-01--back:after {
  left: 20px;
  right: inherit;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border: solid #a1895a;
  border-width: 0 1px 1px 0;
}
@media screen and (max-width:767px) {
  .c-btn-01--back:after {
    left: 6.4vw;
    border: solid #a1895a;
    border-width: 0 0.2666666667vw 0.2666666667vw 0;
  }
}
@media print, screen and (min-width:768px) {
  .c-btn-01--back:hover:after {
    left: 12px;
    right: inherit;
  }
}
.c-btn-01--blank:after {
  background: url("/assets/images/about/icon_blank@2x.png") no-repeat top center;
  background-size: cover;
  width: 17px;
  height: 13px;
  border: none;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .c-btn-01--blank:after {
    width: 4.5333333333vw;
    height: 3.4666666667vw;
  }
}
.c-btn-01--blank:hover:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  right: 20px;
}
.c-btn-01--reverse {
  background: #a1895a;
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid #a1895a;
}
.c-btn-01--reverse:after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
}
.c-btn-01--reverse.c-btn-01--blank:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  border: none;
  right: 20px;
}
@media screen and (max-width:767px) {
  .c-btn-01--reverse.c-btn-01--blank:after {
    right: 3.2vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-btn-01--reverse:hover {
    background: #fff;
    color: #a1895a;
  }
  .c-btn-01--reverse:hover:after {
    border: solid #a1895a;
    border-width: 0 1px 1px 0;
  }
  .c-btn-01--reverse:hover.c-btn-01--blank:after {
    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
    border: none;
  }
}

.c-btn-02 {
  height: 100px;
  width: 100%;
  max-width: 530px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1a60a6;
  margin: 0 10px;
}
@media screen and (max-width: 980px) {
  .c-btn-02 {
    padding: 0 3.0612244898vw;
  }
}
@media screen and (max-width:767px) {
  .c-btn-02 {
    max-width: 89.3333333333vw;
    height: 20vw;
    padding: 0 5.3333333333vw;
    margin: 0 0 2.6666666667vw 0;
  }
}
@media print, screen and (min-width:768px) {
  .c-btn-02:hover {
    opacity: 0.8;
  }
}
.c-btn-02__icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 65px;
}
@media screen and (max-width: 1168px) {
  .c-btn-02__icon {
    margin-right: 5.5650684932vw;
  }
}
@media screen and (max-width: 980px) {
  .c-btn-02__icon {
    margin-right: 4.0816326531vw;
  }
}
@media screen and (max-width:767px) {
  .c-btn-02__icon {
    width: 13.4666666667vw;
    height: 13.4666666667vw;
    margin-right: 4vw;
  }
}
.c-btn-02__icon img {
  width: 19px;
}
@media screen and (max-width:767px) {
  .c-btn-02__icon img {
    width: 4.5333333333vw;
  }
}
.c-btn-02__txt {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1168px) {
  .c-btn-02__txt {
    font-size: 3.2534246575vw;
  }
}
@media screen and (max-width: 980px) {
  .c-btn-02__txt {
    font-size: 3.8775510204vw;
  }
}
@media screen and (max-width:767px) {
  .c-btn-02__txt {
    font-size: 7.4666666667vw;
    letter-spacing: 0.07em;
  }
}
.c-btn-02--dark {
  background: #074481;
  position: relative;
}
.c-btn-02--dark .c-btn-02__icon {
  margin-right: 28px;
}
@media screen and (max-width: 1168px) {
  .c-btn-02--dark .c-btn-02__icon {
    margin-right: 5.5650684932vw;
  }
}
@media screen and (max-width: 980px) {
  .c-btn-02--dark .c-btn-02__icon {
    margin-right: 3.5714285714vw;
  }
}
@media screen and (max-width:767px) {
  .c-btn-02--dark .c-btn-02__icon {
    margin-right: 4vw;
  }
}
.c-btn-02--dark .c-btn-02__icon img {
  width: 28px;
}
@media screen and (max-width:767px) {
  .c-btn-02--dark .c-btn-02__icon img {
    width: 6.4vw;
  }
}
.c-btn-02--dark .c-btn-02__txt {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1168px) {
  .c-btn-02--dark .c-btn-02__txt {
    font-size: 1.7123287671vw;
  }
}
@media screen and (max-width: 980px) {
  .c-btn-02--dark .c-btn-02__txt {
    font-size: 2.0408163265vw;
  }
}
@media screen and (max-width:767px) {
  .c-btn-02--dark .c-btn-02__txt {
    font-size: 4.8vw;
    text-align: center;
    line-height: 1.5;
  }
}
.c-btn-02--dark:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 980px) {
  .c-btn-02--dark:after {
    right: 2.0408163265vw;
  }
}
@media screen and (max-width:767px) {
  .c-btn-02--dark:after {
    border-width: 0 0.5333333333vw 0.5333333333vw 0;
    padding: 1.4666666667vw;
    right: 5.3333333333vw;
  }
}

.c-ttl-01 {
  font-size: 3.8rem;
  color: #222;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 40px;
  margin: 0 0 80px;
  position: relative;
  letter-spacing: 0.06em;
}
@media screen and (max-width:767px) {
  .c-ttl-01 {
    font-size: 8.8vw;
    padding-bottom: 6vw;
    margin-bottom: 8.6666666667vw;
  }
}
.c-ttl-01:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .c-ttl-01:after {
    width: 16vw;
    height: 0.2666666667vw;
  }
}

.c-ttl-02 {
  text-align: left;
  font-weight: 700;
  padding: 0 0 0 10px;
  line-height: 1.3;
  border-left: 4px solid #000;
}
@media print, screen and (min-width:768px) {
  .c-ttl-02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px) {
  .c-ttl-02 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.c-ttl-03 {
  text-align: left;
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (min-width:768px) {
  .c-ttl-03 {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width:767px) {
  .c-ttl-03 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.block-kv {
  height: 380px;
}
@media screen and (max-width:767px) {
  .block-kv {
    height: 66.6666666667vw;
  }
}
.block-kv--about {
  background: url("../images/about/mv_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .block-kv--about {
    background: url("../images/about/mv_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.block-kv--access {
  background: url("../images/access/mv_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .block-kv--access {
    background: url("../images/access/mv_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.block-kv--hanazono {
  background: url("../images/hanazono/mv_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .block-kv--hanazono {
    background: url("../images/hanazono/mv_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.block-kv--plan {
  background: url("../images/plan/mv_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .block-kv--plan {
    background: url("../images/plan/mv_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.block-kv--contact {
  background: url("../images/contact/mv_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .block-kv--contact {
    background: url("../images/contact/mv_bg.jpg") no-repeat -800px center;
    background-size: cover;
  }
}
@media screen and (max-width:767px) {
  .block-kv--contact {
    background: url("../images/contact/mv_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.block-kv--kyoka {
  background: url("../images/kyoka/mv_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .block-kv--kyoka {
    background: url("../images/kyoka/mv_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.block-kv__inner {
  max-width: 1080px;
  width: 100%;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .block-kv__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .block-kv__inner {
    height: 66.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.block-kv__slogan {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .block-kv__slogan {
    font-size: 9.3333333333vw;
  }
}

.p-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .p-breadcrumb {
    display: none;
  }
}
.p-breadcrumb__link {
  font-size: 1.4rem;
  color: #222;
  position: relative;
  padding-right: 20px;
  margin-right: 15px;
}
.p-breadcrumb__link:after {
  content: "";
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media print, screen and (min-width:768px) {
  .p-breadcrumb__link:hover {
    text-decoration: underline;
  }
}

.c-modal {
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width:1024px) {
  .c-modal {
    padding: 0 20px;
    font-size: 1.4rem;
  }
}
.c-modal__wrap {
  display: table;
  max-width: 800px;
  width: 100%;
  height: 100%;
  padding: 100px 0 60px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1024px) {
  .c-modal__wrap {
    max-width: inherit;
    padding: 80px 0 50px;
  }
}
.c-modal__inner {
  display: table-cell;
  vertical-align: middle;
}
.c-modal__cont {
  position: relative;
  background-color: #fff;
  max-width: 820px;
  padding: 80px 65px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (max-width:1024px) {
  .c-modal__cont {
    max-width: inherit;
    padding: 50px 65px;
  }
}
.c-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #a1895a;
}
@media screen and (max-width:1024px) {
  .c-modal__close {
    width: 40px;
    height: 40px;
  }
}
.c-modal__close i {
  width: 38px;
  height: 2px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:1024px) {
  .c-modal__close i {
    width: 30px;
    height: 1px;
  }
}
.c-modal__close i::before, .c-modal__close i::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.c-modal__close i::before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.c-modal__close i::after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-modal__close:hover i {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.c-modal__bg {
  width: calc(100% - 17px);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.c-modal.is-open .c-modal__cont {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media print, screen and (min-width:768px) {
  .p-anchor-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px -5px 0;
  }
}
.p-anchor-link ul li {
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (min-width:768px) {
  .p-anchor-link ul li {
    width: calc(100% - 10px);
    padding: 0 5px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width:767px) {
  .p-anchor-link ul li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.p-anchor-link ul li a {
  max-width: none;
}
@media print, screen and (min-width:768px) {
  .p-anchor-link--wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width:768px) {
  .p-anchor-link--wrap ul li {
    width: calc(25% - 10px);
  }
}

.block-related {
  background: #f6f4f1;
  padding: 100px 0 95px;
}
@media screen and (max-width:767px) {
  .block-related {
    padding: 16vw 0 5.3333333333vw;
  }
}
.block-related__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .block-related__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .block-related__inner {
    padding: 0 5.3333333333vw;
  }
}

.related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767px) {
  .related-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -2vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.related-list__item {
  width: calc(25% - 22px);
}
@media screen and (max-width:767px) {
  .related-list__item {
    width: 50%;
    padding: 0 2vw;
    margin-bottom: 9.6vw;
  }
}
.related-list__link {
  display: block;
}
@media print, screen and (min-width:768px) {
  .related-list__link:hover {
    opacity: 0.8;
  }
}
.related-list img {
  width: 100%;
  margin-bottom: 14px;
}
@media screen and (max-width:767px) {
  .related-list img {
    margin-bottom: 2.2666666667vw;
  }
}
.related-list__title {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  width: 100%;
  line-height: 1;
  color: #5c4416;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .related-list__title {
    font-size: 4.8vw;
    margin-bottom: 2vw;
    line-height: 1.4;
  }
}
.related-list__title:after {
  content: "";
  border: solid #5c4416;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
  .related-list__title:after {
    border-width: 0 0.2666666667vw 0.2666666667vw 0;
    padding: 1.0666666667vw;
    right: 0.4vw;
    top: 4vw;
  }
}
.related-list__txt {
  font-size: 1.4rem;
  color: #222;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:767px) {
  .related-list__txt {
    font-size: 3.7333333333vw;
  }
}

.u-clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.u-ws-nw {
  white-space: nowrap;
  margin: 0 !important;
}

@media screen and (max-width:413px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:414px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:768px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1239px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1240px) {
  .u-lg-max {
    display: none !important;
  }
}

.u-ff-jp {
  font-family: "Noto Serif JP", serif;
}

.u-ff-en {
  font-family: Arial;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-c-main {
  color: #000 !important;
}

.u-c-plain {
  color: #222 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #000 !important;
}

.u-bg-plain {
  background-color: #222 !important;
}

.u-bg-focus {
  background-color: #aaa !important;
}

.u-bg-border {
  background-color: #eee !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: #eee !important;
}

.u-bg-gray02 {
  background-color: #ccc !important;
}

.u-bd {
  border: 1px solid #eee !important;
}

.u-bd-t {
  border-top: 1px solid #eee !important;
}

.u-bd-l {
  border-left: 1px solid #eee !important;
}

.u-bd-b {
  border-bottom: 1px solid #eee !important;
}

.u-bd-r {
  border-right: 1px solid #eee !important;
}

.u-bd-main {
  border-color: #000 !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-xs {
  margin-top: 20px !important;
}
@media screen and (max-width:767px) {
  .u-mt-xs {
    margin-top: 10px !important;
  }
}

.u-mt-sm {
  margin-top: 40px !important;
}
@media screen and (max-width:767px) {
  .u-mt-sm {
    margin-top: 20px !important;
  }
}

.u-mt-md {
  margin-top: 60px !important;
}
@media screen and (max-width:767px) {
  .u-mt-md {
    margin-top: 30px !important;
  }
}

.u-mt-lg {
  margin-top: 80px !important;
}
@media screen and (max-width:767px) {
  .u-mt-lg {
    margin-top: 40px !important;
  }
}

.u-mt-xl {
  margin-top: 100px !important;
}
@media screen and (max-width:767px) {
  .u-mt-xl {
    margin-top: 50px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width:767px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

.u-mb-sm {
  margin-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .u-mb-sm {
    margin-bottom: 20px !important;
  }
}

.u-mb-md {
  margin-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-mb-md {
    margin-bottom: 30px !important;
  }
}

.u-mb-lg {
  margin-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .u-mb-lg {
    margin-bottom: 40px !important;
  }
}

.u-mb-xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-mb-xl {
    margin-bottom: 50px !important;
  }
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}
@media screen and (max-width:767px) {
  .u-pt-xs {
    padding-top: 10px !important;
  }
}

.u-pt-sm {
  padding-top: 40px !important;
}
@media screen and (max-width:767px) {
  .u-pt-sm {
    padding-top: 20px !important;
  }
}

.u-pt-md {
  padding-top: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pt-md {
    padding-top: 30px !important;
  }
}

.u-pt-lg {
  padding-top: 80px !important;
}
@media screen and (max-width:767px) {
  .u-pt-lg {
    padding-top: 40px !important;
  }
}

.u-pt-xl {
  padding-top: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pt-xl {
    padding-top: 50px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
}

.u-pb-sm {
  padding-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}

.u-pb-md {
  padding-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pb-md {
    padding-bottom: 30px !important;
  }
}

.u-pb-lg {
  padding-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .u-pb-lg {
    padding-bottom: 40px !important;
  }
}

.u-pb-xl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xl {
    padding-bottom: 50px !important;
  }
}