@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/*--------------------------------------
basic
--------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  padding: 0;
  background: #fff;
  color: #111;
  min-width: 1000px;
}

body {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

@media (min-width: 769px) {
  body {
    padding-top: 166px;
  }
}

main {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

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

p {
  font-size: 16px;
  text-align: left;
  line-height: 2;
}

h3, h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  main > section {
    padding-top: 40px;
  }
  p {
    font-size: 15px;
  }
  h3, h4 {
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  body {
    min-width: 1200px;
  }
  .sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  body {
    min-width: 320px;
  }
  .pc {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

.ib {
  display: inline-block;
}

.aligncenter {
  text-align: center;
}

.small {
  font-size: 85%;
}

a.arrow {
  position: relative;
}

a.arrow::before {
  position: relative;
  top: -2px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #9d2a31;
}

/*--------------------------------------
parts
--------------------------------------*/
#spnav {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  width: 62px;
  height: 70px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
}

#spnav span {
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: 18px;
  width: 25px;
  height: 1px;
  background: #111;
  -webkit-transition: top 0.4s 0.2s,  -webkit-transform 0.4s 0s;
  transition: top 0.4s 0.2s,  -webkit-transform 0.4s 0s;
  transition: top 0.4s 0.2s,  transform 0.4s 0s;
  transition: top 0.4s 0.2s,  transform 0.4s 0s,  -webkit-transform 0.4s 0s;
}

#spnav .spnav2 {
  top: calc(50% - 1px);
}

#spnav .spnav3 {
  top: calc(50% + 7px);
}

#spnav.on .spnav1, #spnav.on .spnav3 {
  top: calc(50% - 1px);
  left: calc(50% - 12px);
  width: 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: top 0.4s 0s,  -webkit-transform 0.4s 0.2s;
  transition: top 0.4s 0s,  -webkit-transform 0.4s 0.2s;
  transition: top 0.4s 0s,  transform 0.4s 0.2s;
  transition: top 0.4s 0s,  transform 0.4s 0.2s,  -webkit-transform 0.4s 0.2s;
}

#spnav.on .spnav2 {
  opacity: 0;
}

#spnav.on .spnav3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*--------------------------------------
header
--------------------------------------*/
header {
  background: #fff;
  z-index: 110;
  padding-bottom: 20px;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 769px) {
  header {
    position: fixed;
  }
}

header h1 {
  width: 342px;
  padding-top: 33px;
  margin-left: 20px;
}

header h1 a {
  display: inline-block;
  max-width: 100%;
}

header h1 a img {
  max-width: 100%;
}

header #mainnav {
  text-align: right;
}

header #mainnav ul.subnav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: right;
}

header #mainnav ul.subnav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

header #mainnav ul.subnav li.tel h2 {
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  font-size: 12px;
  line-height: 1;
}

@media all and (-ms-high-contrast: none) {
  header #mainnav ul.subnav li.tel h2 {
    padding-top: 4px;
  }
}

header #mainnav ul.subnav li.tel a {
  font-family: 'EB Garamond', serif;
  font-size: 32px;
  line-height: 0;
  padding: 10px;
  display: inline-block;
  letter-spacing: 0.05em;
}

header #mainnav ul.subnav li.contact {
  background: #0599d9;
  padding: 0;
}

header #mainnav ul.subnav li.contact a {
  margin: 0;
  line-height: 1;
  display: block;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  header #mainnav ul.subnav li.contact a {
    padding-top: 1em;
  }
}

header #mainnav .gnav {
  margin-top: 35px;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
}

header #mainnav .gnav > ul > li {
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

header #mainnav .gnav > ul > li a {
  display: inline-block;
  font-size: 15px;
  padding: 15px 20px;
}

header #mainnav .gnav > ul > li ul {
  opacity: 0;
  display: block;
  height: auto;
  position: absolute;
  left: -9999px;
  padding-top: 10px;
  -webkit-transition: opacity 0.3s 0s, left 0s 0.3s;
  transition: opacity 0.3s 0s, left 0s 0.3s;
  background: #fff;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  height: auto;
  text-align: left;
  padding-bottom: 10px;
}

header #mainnav .gnav > ul > li ul li {
  display: block;
}

header #mainnav .gnav > ul > li ul a {
  display: block;
  font-weight: normal !important;
  padding: 15px 20px;
  color: #111 !important;
  font-size: 14px;
  white-space: nowrap;
}

header #mainnav .gnav > ul > li:hover ul {
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.3s 0s, left 0s 0s;
  transition: opacity 0.3s 0s, left 0s 0s;
}

header.moving {
  top: -170px;
}

header.on {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding-bottom: 15px;
}

header.on h1 {
  width: 220px;
  padding-top: 15px;
  margin-left: 20px;
}

@media (min-width: 769px) {
  header.on #mainnav ul.subnav li.tel h2 {
    font-size: 10px;
  }
  header.on #mainnav ul.subnav li.tel a {
    font-family: 'EB Garamond', serif;
    font-size: 24px;
    padding: 10px;
  }
  header.on #mainnav ul.subnav li.contact {
    background: #0599d9;
    padding: 0;
  }
  header.on #mainnav ul.subnav li.contact a {
    margin: 0;
    line-height: 1;
    display: block;
    padding: 9px 20px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
    color: #fff;
  }
}

@media all and (min-width: 769px) and (-ms-high-contrast: none) {
  header.on #mainnav ul.subnav li.contact a {
    padding-top: 1em;
  }
}

@media (min-width: 769px) {
  header.on #mainnav .gnav {
    margin-top: 0px;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
  }
  header.on #mainnav .gnav > ul > li {
    display: inline-block;
  }
  header.on #mainnav .gnav > ul > li > a {
    display: inline-block;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  header {
    max-width: 100%;
    margin: auto auto 20px;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header h1 {
    width: 224px;
    padding-top: 12px;
    margin-left: 8px;
  }
  header h1 a {
    display: inline-block;
  }
  header #mainnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: #fff;
    text-align: center;
    overflow: scroll;
  }
  header #mainnav ul.subnav {
    display: block;
    text-align: center;
    padding-top: 15px;
  }
  header #mainnav ul.subnav li {
    display: block;
    padding-top: 15px;
  }
  header #mainnav ul.subnav li.tel h2 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  header #mainnav ul.subnav li.tel h2 br {
    display: none;
  }
  header #mainnav ul.subnav li.contact {
    margin: 20px 15px 0;
    color: #fff;
    padding: 13px 30px;
    font-size: 18px;
    border-radius: 3px;
  }
  header #mainnav .gnav {
    margin-top: 0px;
  }
  header #mainnav .gnav > ul > li {
    border-bottom: 1px solid #aaa;
    margin-top: 10px;
    margin-right: auto;
    display: inline-block;
    width: 90%;
  }
  header #mainnav .gnav > ul > li a {
    padding: 10px 0 20px;
    display: inline-block;
    font-size: 15px;
    width: 100%;
  }
  header #mainnav .gnav > ul > li ul {
    display: none;
    margin: auto;
    opacity: 1;
    position: static;
    background: #fff;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
    height: auto;
    padding: 0 !important;
  }
  header #mainnav .gnav > ul > li ul li {
    display: block;
  }
  header #mainnav .gnav > ul > li ul a {
    display: block;
    font-weight: normal !important;
    padding: 15px 20px;
    color: #111 !important;
    font-size: 14px;
    white-space: nowrap;
  }
  header #mainnav .gnav > ul > li:hover ul {
    -webkit-transition: none;
    transition: none;
  }
}

/*--------------------------------------
footer
--------------------------------------*/
footer {
  margin-top: 200px;
  border-top: 1px solid #e5e5e5;
  padding-top: 70px;
  padding-bottom: 40px;
  text-align: center;
}

footer h2 {
  width: 342px;
  margin: auto;
}

footer p.address {
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  font-size: 13px;
  text-align: center;
  margin-top: 15px;
}

footer ul.lv_1 {
  margin-top: 30px;
  display: inline-block;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
}

footer ul.lv_1 > li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 18px;
  margin-right: 100px;
}

footer ul.lv_1 > li:last-child {
  margin-right: 0;
}

footer ul.lv_1 > li a {
  display: block;
  margin-top: 30px;
}

footer ul.lv_1 > li ul {
  margin-top: 40px;
}

footer ul.lv_1 > li ul li {
  font-family: sans-serif;
  font-size: 13px;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

footer ul.lv_1 > li ul li a {
  margin-top: 20px;
}

footer small {
  display: block;
  margin-top: 80px;
  font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
  font-size: 12px;
}

@media (max-width: 768px) {
  footer {
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
  }
  footer h2 {
    width: auto;
    margin: auto 10vw;
  }
  footer p.address {
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
    font-size: 11px;
    text-align: center;
    margin-top: 15px;
  }
  footer ul.lv_1 {
    margin-top: 10px;
    display: inline-block;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
    font-size: 0;
    text-align: center;
  }
  footer ul.lv_1 > li:first-child {
    display: none;
  }
  footer ul.lv_1 > li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 15px;
    margin-right: 0;
    width: 40%;
    margin: 15px 5% 0 !important;
  }
  footer ul.lv_1 > li:last-child {
    margin-right: 0;
  }
  footer ul.lv_1 > li a {
    display: block;
    margin-top: 30px;
  }
  footer ul.lv_1 > li ul {
    margin-top: 30px;
  }
  footer ul.lv_1 > li ul li {
    font-size: 11px;
    margin-right: -1em;
  }
  footer ul.lv_1 > li ul li a {
    margin-top: 20px;
  }
  footer small {
    margin-top: 40px;
    font-size: 11px;
  }
}

/*--------------------------------------
topagetop
--------------------------------------*/
#topagetop {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  font-size: 0;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#topagetop:hover {
  background: rgba(0, 0, 0, 0.12);
}

#topagetop::before, #topagetop::after {
  width: 30%;
  height: 2px;
  background: #000;
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 20%;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
}

#topagetop::after {
  left: auto;
  right: 20%;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
}

@media (max-width: 768px) {
  #topagetop {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    right: 5px;
    bottom: 5px;
  }
}
