@charset "UTF-8";
/* リセット
──────────────────────────────────────── */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
}

picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/* インポート
──────────────────────────────────────── */
/* カラー
──────────────────────────────────────── */
@media screen and (min-width: 1050px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .sp-hidden {
    display: none;
  }
}

/* テキスト
──────────────────────────────────────── */
.txt-red {
  color: #BF0E0D;
}

/* 余白と配置
──────────────────────────────────────── */
/* 流用パーツ
──────────────────────────────────────── */
.overlay {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.header {
  background: #fff;
}

.header__message {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  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;
  background: #573701;
  padding: 1rem 2rem;
  width: 100%;
}

.header__inner {
  max-width: 1280px;
  margin: auto;
  padding: 2.5rem 5rem 0 3rem;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 1rem;
}

.header__logo {
  width: 20.3rem;
}

.header .pc-menu {
  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;
}

.header .menu-item {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  list-style-type: none;
  padding: 0 1rem;
}

.header .menu-item a {
  color: #573701;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 6rem;
  text-decoration: none;
}

.header .menu-item a:hover {
  position: relative;
  display: block;
}

.header .menu-item a:hover::before {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 2px;
  background: #573701;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 12px;
}

.header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.7rem;
}

.header-cta__number {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.2rem;
  background: url(http://test1.uplitydesign.com/wp-content/uploads/tel.png) no-repeat;
  background-size: contain;
  padding-left: 4.6rem;
  margin-right: 1.8rem;
}

.header-cta__address {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  background: url(http://test1.uplitydesign.com/wp-content/uploads/access.png) no-repeat;
  background-size: contain;
  padding-left: 3.9rem;
}

@media screen and (max-width: 1050px) {
  /*　画面サイズが480px以下は　*/
  .header {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 65px;
    /* ナビ開いてる時に×にする */
    /* ナビメニュー内 */
  }
  .header .header__message,
  .header .header-cta,
  .header .pc-menu {
    display: none;
  }
  .header .header-cta-sp {
    display: block;
    padding-top: 30px;
  }
  .header .header-cta-sp__number {
    font-size: 1.8rem;
    background: url(http://test1.uplitydesign.com/wp-content/uploads/tel.png) no-repeat;
    background-size: contain;
    margin-right: 1.3rem;
  }
  .header .header-cta-sp__link {
    text-decoration: none;
    color: #3a3a3a;
  }
  .header .header-cta-sp__address {
    font-size: 1.4rem;
    background: url(http://test1.uplitydesign.com/wp-content/uploads/access.png) no-repeat;
    background-size: contain;
    min-height: 36px;
  }
  .header .header-cta-sp__number, .header .header-cta-sp__address {
    color: #3a3a3a;
    padding-left: 40px;
    background-size: 25px;
    line-height: 25px;
    font-weight: 700;
  }
  .header .header-cta-sp__number {
    padding-bottom: 10px;
  }
  .header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 10px 15px 7px;
    border-bottom: 1px solid #573701;
  }
  .header .header__logo {
    width: 12.5rem;
  }
  .header .header__info {
    padding-bottom: 0;
  }
  .header .p-hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 22px;
    top: 15px;
    width: 25px;
    height: 40px;
    cursor: pointer;
    text-align: center;
  }
  .header .p-hamburger span {
    display: block;
    position: absolute;
    width: 25px;
    height: 4px;
    left: 0;
    background: #3a3a3a;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 2px;
  }
  .header .p-hamburger span:nth-child(1) {
    top: 10px;
  }
  .header .p-hamburger span:nth-child(2) {
    top: 19px;
  }
  .header .p-hamburger span:nth-child(3) {
    top: 28px;
  }
  .header .p-hamburger.active span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .header .p-hamburger.active span:nth-child(2) {
    display: none;
  }
  .header .p-hamburger.active span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }
  .header .p-globalMenuSp {
    position: fixed;
    z-index: 2;
    padding-top: 66px;
    right: 0;
    color: #fff;
    background: #fff;
    width: 80%;
    height: 100%;
    padding: 0 20px;
    overflow-y: scroll;
    -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
            box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    display: none;
    -webkit-animation: appear 0.5s ease;
            animation: appear 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .header .p-globalMenuSp .sp-menu {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .header .p-globalMenuSp .menu-item {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #573701;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-size: 18px;
    padding: 0 20px;
  }
  .header .p-globalMenuSp .menu-item:last-child {
    padding-bottom: 0;
  }
  .header .p-globalMenuSp .menu-item a {
    display: block;
    color: #573701;
    font-weight: 700;
    padding: 1.4rem 0;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .header .p-globalMenuSp .menu-item a:hover::before {
    display: none;
  }
}

@media screen and (min-width: 1051px) {
  .header .p-hamburger,
  .header .header-cta-sp,
  .header .sp-menu {
    display: none;
  }
}

.footer {
  background: #EEEBE6;
}

.footer__inner {
  max-width: 1200px;
  margin: auto;
  padding: 4.2rem 2rem 3.5rem 2rem;
}

.footer__contents {
  max-width: 1020px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6.2rem 0 1rem;
}

.l-footer,
.r-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-footer {
  width: 50%;
}

.r-footer {
  width: 49.5%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-bnr {
  max-width: 1020px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-bnr__link {
  width: 32.3529%;
}

.footer-nav {
  width: 50%;
}

.footer-nav:first-child {
  width: 22.7%;
  margin-right: 7.8%;
}

.footer-nav .menu {
  padding-left: 0;
}

.footer-nav .menu-item {
  line-height: 2.5rem;
  list-style-type: none;
  font-weight: 400;
}

.footer-nav a {
  font-size: 1.2rem;
  color: #573701;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-sns {
  width: 41.5%;
  line-height: 0;
}

.footer-sns__link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.footer-sns__link:not(:last-child) {
  margin-bottom: 10px;
}

.footer-sns__link:last-child img {
  margin-bottom: 2px;
}

.footer-sns__link:last-child p {
  font-size: 12px;
  line-height: 1;
  color: #315198;
}

.footer-youtube {
  width: 47.7%;
  margin-left: 9.8%;
}

.footer-bottom {
  background: #573701;
  padding: 1.5rem 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-bottom__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 127px;
}

.footer-bottom__ico {
  width: 2.5rem;
  height: 2.5rem;
}

.footer-bottom__ico:last-child {
  width: 3rem;
  height: 3rem;
}

.footer-bottom__right {
  width: 127px;
}

.copyright {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1050px) {
  .footer__inner {
    padding: 4.2rem 0 3.5rem 0;
  }
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 2rem 0;
  }
  .footer-bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-bnr__link {
    width: 330px;
    margin: auto;
  }
  .footer-bnr__link:not(:last-child) {
    margin-bottom: 1rem;
  }
  .l-footer,
  .r-footer {
    width: 100%;
  }
  .l-footer {
    -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;
    text-align: center;
    padding-top: 5rem;
  }
  .r-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-sns,
  .footer-youtube {
    width: 100%;
    margin-left: 0;
  }
  .footer-sns {
    width: 205px;
    margin: auto;
    padding-bottom: 2rem;
  }
  .footer-sns__link {
    padding-bottom: 2rem;
  }
  .footer-sns__link:not(last-child) {
    padding-bottom: 1rem;
  }
  .footer-youtube__iframe {
    margin: auto;
    display: block;
  }
  .footer-nav:first-child {
    margin-right: 5%;
    width: 100%;
    margin-right: 0;
  }
  .footer-nav:last-child {
    width: 100%;
    margin-right: 0;
  }
  .footer-nav .menu-item {
    border-bottom: 1px solid #573701;
    line-height: 3.2rem;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
  .footer-bottom__sns {
    width: 200px;
    padding-bottom: 1.5rem;
  }
}

/* 全体
──────────────────────────────────────── */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 400;
  color: #3a3a3a;
}
/*# sourceMappingURL=style.css.map */