@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

body {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 800;
}

a {
  color: #fff;
  text-decoration: none;
}

a[href^="tel"] {
  color: #fff;
  pointer-events: none;
}

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

.pc {
  display: block;
}

.sp {
  display: none;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    overflow-x: hidden;
  }
  a[href^="tel"] {
    pointer-events: auto;
  }
}

/*header*/
.header-l_wrap {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-l_wrap .line-wrap {
  position: absolute;
  right: 0;
  top: 95px;
  background-color: #00ac02;
  padding: calc((14/1920)*100vw) calc((10/1920)*100vw) calc((10/1920)*100vw);
  font-family: 'Shippori Mincho B1', serif;
}

.header-l_wrap .line-wrap img {
  width: calc((25/1920)*100vw);
}

.header-l_wrap .line-wrap .img-wrap {
  text-align: center;
}

.header-l_wrap .line-wrap p {
  color: #fff;
}

.header-l_wrap .line-wrap p:first-of-type {
  font-size: clamp(11px, 1.14583vw, 22px);
  margin: calc((7/1920)*100vw) 0 calc((14/1920)*100vw);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
}

.header-l_wrap .line-wrap p:nth-of-type(2) {
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: calc(33/18);
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  line-height: 1.2;
}

.header-l_wrap .line-wrap p:nth-of-type(2) span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.header-l_wrap .line-wrap p:last-of-type {
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.1em;
  background-color: #fff;
  text-align: center;
  margin-top: calc((14/1920)*100vw);
  color: #000;
  padding: calc((5/1920)*100vw) 0;
}

.header-l_wrap .w1200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0 27px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-l_wrap .w1200 .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-l_wrap .w1200 .menu-list li {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: 'Shippori Mincho B1', serif;
}

.header-l_wrap .w1200 .menu-list li a {
  color: #000;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-l_wrap .w1200 .menu-list li a span {
  font-size: 14px;
  margin-top: 8px;
}

.line-banner {
  display: none;
}

/*safariのみ*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media .header-l_wrap .line-wrap p:nth-of-type(2),
  _:future .header-l_wrap .line-wrap p:nth-of-type(2),
  :root .css-hack .header-l_wrap .line-wrap p:nth-of-type(2) {
    padding-bottom: 2vw;
    white-space: nowrap;
  }
}

/**/
/* Firefox */
@-moz-document url-prefix() {
  .header-l_wrap .line-wrap p:nth-of-type(2) {
    padding-bottom: 2vw;
    white-space: nowrap;
  }
}

/**/
@media screen and (max-width: 768px) {
  .header-l_wrap {
    position: fixed;
    width: 100%;
  }
  .header-l_wrap .w1200 {
    padding: calc((17/750)*100vw) 0;
    /*ボタン内側*/
    /*activeクラスが付与されると線が回転して×に*/
  }
  .header-l_wrap .w1200 h1 {
    width: calc((330/750)*100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-l_wrap .w1200 .openbtn1 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    background: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .header-l_wrap .w1200 .openbtn1 span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #1c194a;
    width: 45%;
  }
  .header-l_wrap .w1200 .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .header-l_wrap .w1200 .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .header-l_wrap .w1200 .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  .header-l_wrap .w1200 .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .header-l_wrap .w1200 .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  .header-l_wrap .w1200 .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .header-l_wrap .w1200 .sp-menu {
    width: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    background-color: #1c194a;
    padding: calc((100/750)*100vw) 0 calc((75/750)*100vw);
  }
  .header-l_wrap .w1200 .sp-menu h2 {
    width: calc((235/750)*100vw);
    margin: 0 auto;
  }
  .header-l_wrap .w1200 .sp-menu .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header-l_wrap .w1200 .sp-menu .menu-list li {
    margin-top: calc((55/750)*100vw);
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 0.1em;
  }
  .header-l_wrap .w1200 .sp-menu .menu-list li a {
    color: #fff;
  }
  .header-l_wrap .w1200 .sp-menu p {
    text-align: center;
    color: #fff;
    font-family: 'Shippori Mincho B1', serif;
    margin: calc((110/750)*100vw) 0 calc((20/750)*100vw);
  }
  .header-l_wrap .w1200 .sp-menu .line {
    background-color: #00ac02;
    width: calc((425/750)*100vw);
    margin: 0 auto;
    padding: calc((20/750)*100vw) 0;
    border-radius: 10px;
  }
  .header-l_wrap .w1200 .sp-menu .line a {
    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;
    font-family: 'Shippori Mincho B1', serif;
    letter-spacing: 0.4em;
  }
  .header-l_wrap .w1200 .sp-menu .line a img {
    width: calc((52/750)*100vw);
    margin-right: calc((20/750)*100vw);
  }
}

/**/
.line-banner {
  display: none;
}

@media screen and (max-width: 768px) {
  .line-banner {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background-color: #00ac02;
    width: 100%;
    margin: 0 auto;
    padding: calc((20/750)*100vw) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .line-banner img {
    margin-right: calc((20/750)*100vw);
    margin-left: calc((20/750)*100vw);
  }
  .line-banner img:first-of-type {
    width: calc((52/750)*100vw);
  }
  .line-banner img:last-of-type {
    width: calc((70/750)*100vw);
  }
}

/*footer*/
.footer-l_wrap .footer-wrap {
  background-color: #1c194a;
  color: #fff;
  padding-top: calc((95/1920)*100vw);
  font-family: 'Shippori Mincho B1', serif;
}

.footer-l_wrap .footer-wrap h2 {
  width: calc((240/1920)*100vw);
  margin: 0 auto calc((50/1920)*100vw);
}

.footer-l_wrap .footer-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-bottom: calc((95/1920)*100vw);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 16.66667%;
}

.footer-l_wrap .footer-wrap .content-wrap dt {
  width: 36.66667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-l_wrap .footer-wrap .content-wrap .text-wrap {
  margin-right: 0;
  margin-left: 0;
}

.footer-l_wrap .footer-wrap .content-wrap .text-wrap p {
  font-size: clamp(12px, 1.25vw, 24px);
  margin: calc((25/1920)*100vw) 0;
  letter-spacing: 0.1em;
}

.footer-l_wrap .footer-wrap .content-wrap .text-wrap > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.05em;
  line-height: 3.33333;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.footer-l_wrap .footer-wrap .content-wrap .text-wrap > dl dt {
  width: calc((143/1920)*100vw);
  letter-spacing: 0.05em;
}

.footer-l_wrap .footer-wrap .content-wrap .text-wrap > dl dd {
  line-height: calc(30/18);
  letter-spacing: 0.05em;
}

.footer-l_wrap .footer-wrap .content-wrap .text-wrap > dl:nth-of-type(2) {
  line-height: 1;
  margin-bottom: calc((15/1920)*100vw);
}

.footer-l_wrap .footer-wrap .content-wrap .text-wrap > dl:nth-of-type(4) {
  line-height: 1;
}

.footer-l_wrap .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: calc((620/1920)*100vw);
  position: relative;
}

.footer-l_wrap .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: calc((620/1920)*100vw);
  width: 100%;
}

.footer-l_wrap .copy-right {
  font-size: clamp(12px, 0.9375vw, 18px);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: calc(30/18);
  color: #1c194a;
  margin: calc((15/1920)*100vw) 0;
}

@media screen and (max-width: 768px) {
  .footer-l_wrap .footer-wrap {
    padding: calc((95/750)*100vw) calc((30/750)*100vw) 0;
  }
  .footer-l_wrap .footer-wrap .w1200 {
    padding: 0 calc((30/750)*100vw);
  }
  .footer-l_wrap .footer-wrap .w1200 h2 {
    width: calc((240/750)*100vw);
    margin-bottom: calc((65/750)*100vw);
  }
  .footer-l_wrap .footer-wrap .w1200 .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: calc((90/750)*100vw);
    padding-left: 0;
  }
  .footer-l_wrap .footer-wrap .w1200 .content-wrap > p {
    margin-bottom: calc((60/750)*100vw);
    font-size: clamp(18px, 4.8vw, 36px);
  }
  .footer-l_wrap .footer-wrap .w1200 .content-wrap dt {
    width: 100%;
  }
  .footer-l_wrap .footer-wrap .w1200 .content-wrap .text-wrap {
    margin-top: calc((60/750)*100vw);
  }
  .footer-l_wrap .footer-wrap .w1200 .content-wrap .text-wrap > dl dt {
    width: calc((150/750)*100vw);
    font-size: clamp(13px, 3.46667vw, 26px);
  }
  .footer-l_wrap .footer-wrap .w1200 .content-wrap .text-wrap > dl dd {
    font-size: clamp(13px, 3.46667vw, 26px);
  }
  .footer-l_wrap .gmap {
    padding-bottom: calc((620/750)*100vw);
  }
  .footer-l_wrap .gmap iframe {
    height: calc((620/750)*100vw);
  }
  .footer-l_wrap .copy-right {
    font-size: clamp(12px, 2.4vw, 18px);
    margin-bottom: 16vw;
  }
}

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