@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  word-wrap: break-word;
}

body {
  font-family: 'Noto Serif SC','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6666;
  color: #232324;
  position: relative;
  background: #fff;
  letter-spacing: .12em;
}

@media (max-width: 960px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 3.0vw;
  }
}

h1, h2, h3, .ttl {
  font-weight: 400;
  color: #2b2929;
  margin: 0;
  letter-spacing: .18em;
}

h4, h5 {
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  letter-spacing: .16em;
}

.site-en {
  letter-spacing: .04em;
}

.site-en h1, .site-en h2, .site-en h3, .site-en h4, .site-en h5, .site-en .ttl {
  letter-spacing: .03em;
}

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

img[src$=".svg"] {
  max-width: 100%;
}

/* wp用 -------------------------------------------------------*/
p {
  margin: 1em 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  border-radius: 0;
  background: none;
  padding: inherit;
}

/*--------------------------------------------------------------*/
*:focus {
  outline: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #2b2929;
  outline: none;
}

a:visited {
  color: #2b2929;
}

a:hover {
  opacity: 0.8;
}

a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=9);
}

a:focus {
  outline: none;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

a[href^="tel:"]:hover {
  opacity: 1;
}

.is-pc {
  display: inherit;
}

@media (max-width: 680px) {
  .is-pc {
    display: none;
  }
}

@media (max-width: 520px) {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}

@media (max-width: 811px) {
  .is-tab {
    display: block;
  }
}

.is-sp {
  display: none;
}

@media (max-width: 680px) {
  .is-sp {
    display: block;
  }
}

.is-sp-emsp {
  display: none;
}

@media (max-width: 680px) {
  .is-sp-emsp {
    display: inline;
  }
}

.totop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  opacity: 0;
  background-color: rgba(219, 25, 102, 0.5);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  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;
  z-index: 1;
}

.totop.fixed {
  opacity: 1;
}

/* Fixed */
/* Toggle Button */
#page {
  position: relative;
}

#bg-nav {
  background-color: #fff;
  position: fixed;
  bottom: -200px;
  width: 100%;
}

@media (max-width: 811px) {
  #bg-nav {
    top: 0;
    width: 100%;
    -webkit-transition: top 0.65s ease-in;
    transition: top 0.65s ease-in;
    margin-top: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7);
    background-color: #fff;
    height: 62px;
  }
}

@media (max-width: 680px) {
  #bg-nav {
    height: 46px;
  }
}

#bg-nav.fixed {
  bottom: 0;
  width: 100%;
  -webkit-transition: bottom 0.65s ease-in-out;
  transition: bottom 0.65s ease-in-out;
  z-index: 10;
}

#bg-nav.fixed .dropdown {
  display: none;
}

@media (max-width: 811px) {
  #bg-nav.fixed .dropdown {
    display: block;
  }
}

#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}

@media (max-width: 811px) {
  #nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#nav li {
  position: relative;
  list-style: none;
}

#nav li a {
  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;
  height: 68px;
  position: relative;
  padding: 0 20px;
  letter-spacing: .08em;
  color: #000;
}

#nav li a:visited, #nav li a:hover {
  color: #000;
}

@media (max-width: 1024px) {
  #nav li a {
    padding: 0 10px;
    font-size: 1.6vw;
  }
}

@media (max-width: 811px) {
  #nav li a {
    height: 42px;
    border-bottom: 1px solid #c1c1c1;
    padding-left: 2px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2.4vw;
    margin-right: calc(((100vw - 100%)/ 2)* -1);
  }
}

@media (max-width: 680px) {
  #nav li a {
    font-size: 3.0vw;
  }
}

@media (max-width: 520px) {
  #nav li a {
    font-size: 3.8vw;
  }
}

#nav li .sp-arw {
  position: relative;
}

#nav li .sp-arw::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #8976a2;
  position: absolute;
  margin: auto;
  bottom: -7px;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 811px) {
  #nav li .sp-arw::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    margin: auto;
    background-image: url(../img/icon/li-menu-arw-c.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: -2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: inherit;
    bottom: inherit;
    left: inherit;
  }
}

#nav li .sp-arw:hover::before {
  width: 100%;
}

@media (max-width: 811px) {
  #nav li .sp-arw:hover::before {
    width: 15px;
  }
}

#nav li.current .sp-arw::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #8976a2;
  position: absolute;
  bottom: -7px;
  left: 0;
}

@media (max-width: 811px) {
  #nav li.current .sp-arw::before {
    content: none;
  }
}

#nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: top 0.65s ease-in;
  transition: top 0.65s ease-in;
  margin-top: 0;
}

#nav .l-btn {
  display: none;
}

@media (max-width: 811px) {
  #nav .l-btn {
    display: block;
  }
}

#nav .menu-item-has-children > a.open:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#nav .menu-item-has-children .sub-menu {
  display: none;
}

#menu_btn,
.overlay {
  display: none;
}

@media (max-width: 811px) {
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    background: rgba(255, 255, 255, 0.7);
  }
  .overlay.opne {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    -webkit-transition: all .5s;
    transition: all .5s;
    min-height: 100vh;
  }
  #main.opne {
    position: fixed;
    width: 100%;
  }
  #menu_btn {
    top: 0px;
    right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 46px;
    height: 46px;
    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;
    border-radius: 50%;
  }
  .menu-trigger {
    width: 28px;
    height: 26px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #aaa;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
  }
  #nav {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 54px 62px;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 120;
    -webkit-transform: translate(769px);
            transform: translate(769px);
    /* media */
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 0;
  }
  #nav.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #nav li {
    padding: 0 20px;
    width: 100%;
  }
  #nav .menu-item-has-children .sub-menu li {
    padding: 0;
  }
  #nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  #nav .menu-item-has-children > a.oppen:first-of-type {
    color: #dad4ec;
  }
  #nav .l-btn .btn {
    height: 42px;
    width: 100%;
    border: none;
    margin-bottom: 12px;
    padding: 0 1.2em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2.4vw;
  }
}

@media (max-width: 811px) and (max-width: 680px) {
  #nav .l-btn .btn {
    font-size: 3.0vw;
  }
}

@media (max-width: 811px) and (max-width: 520px) {
  #nav .l-btn .btn {
    font-size: 3.8vw;
  }
}

.l-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (max-width: 680px) {
  .l-nav {
    height: 46px;
    padding: 0 15px !important;
  }
}

.l-nav .site-title {
  margin: 0;
  height: 68px;
}

@media (max-width: 680px) {
  .l-nav .site-title {
    width: 152px;
    height: 100%;
  }
}

@media (max-width: 520px) {
  .l-nav .site-title {
    width: 101px;
  }
}

.l-nav .site-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

.l-nav .site-title a img {
  vertical-align: unset;
}

.post, .page {
  margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

section {
  padding: 60px 0;
}

@media (max-width: 960px) {
  section {
    padding: 80px 0;
  }
}

@media (max-width: 680px) {
  section {
    padding: 60px 0;
  }
}

@media (max-width: 520px) {
  section {
    padding: 30px 0;
  }
}

.content {
  max-width: 100%;
  width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1024px) {
  .content {
    padding: 0 30px;
  }
}

.ttl {
  margin-bottom: 2em;
}

.txt {
  line-height: 2;
}

.tx-link {
  color: #0e5dca;
  text-decoration: underline;
}

.cnt {
  text-align: center;
}

.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 9999;
}

.md-contents {
  padding: 30px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1000px;
  max-width: 80%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
}

@media (max-width: 520px) {
  .md-contents {
    max-width: 90%;
    padding: 12px;
  }
}

.md-contents .md-inner {
  padding: 0;
  background: #fff;
  height: auto;
  text-align: left;
}

@media (max-width: 811px) {
  .md-contents .md-inner .ttl {
    font-size: 22px;
    line-height: 1.2;
    padding-right: .5em;
  }
}

.md-contents .md-inner iframe {
  vertical-align: bottom;
}

.md-contents .md-xmark {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  z-index: 9999;
  cursor: pointer;
}

@media (max-width: 520px) {
  .md-contents .md-xmark {
    top: 18px;
    right: 15px;
  }
}

.md-contents .md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-radius: 4px;
}

.md-contents .md-xmark span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.md-contents .md-xmark span:nth-of-type(2) {
  bottom: 0;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.grad-wrap {
  padding-bottom: 2em;
  position: relative;
}

.grad-btn {
  position: absolute;
  bottom: -5em;
  right: 0;
  line-height: 1.2;
  text-align: center;
  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;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #db1966;
  color: #fff;
}

@media (max-width: 520px) {
  .grad-btn {
    right: 2em;
    height: 70px;
    width: 70px;
  }
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 275px;
  /*隠した状態の高さ*/
  -webkit-transition: .5s;
  transition: .5s;
}

.grad-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*グラデーションで隠す高さ*/
  /* background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%); */
  /* background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%); */
}

/*チェックボックスは常に非表示*/
.grad-trigger {
  display: none;
}

/*チェックされていたら、文言を変更する*/
.grad-btn .disp-2 {
  display: none;
}

.grad-trigger:checked ~ .grad-btn .disp-1 {
  display: none;
}

.grad-trigger:checked ~ .grad-btn .disp-2 {
  display: block;
}

/*チェックされていたら、高さを戻す*/
.grad-trigger:checked ~ .grad-item {
  height: auto;
  visibility: visible;
}

/*チェックされていたら、grad-itemのbeforeを非表示にする*/
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

@media all and (-ms-high-contrast: none) {
  .fade-in {
    opacity: 1;
  }
}

.fade-in-up {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.fade-in-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fade-in-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fade-in-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.sa {
  opacity: 0;
  -webkit-transition: all 3.0s ease;
  transition: all 3.0s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.footer {
  padding: 80px 0 30px;
  background-color: #2c2925;
  color: #fff;
}

.footer p {
  text-align: center;
}

.footer a {
  color: #fff;
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}

@media (max-width: 960px) {
  .l-row {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.l-row .l-col {
  padding-left: 50px;
  padding-right: 50px;
  width: 50%;
  margin: 30px 0;
}

@media (max-width: 960px) {
  .l-row .l-col {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 680px) {
  .l-row .l-col {
    width: 100%;
    margin: 15px 0;
  }
}

.l-row .l-col .l-col-inner {
  overflow: hidden;
}

.l-row_3c {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 811px) {
  .l-row_3c {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.l-row_3c .l-col {
  width: 33.333%;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 811px) {
  .l-row_3c .l-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 680px) {
  .l-row_3c .l-col {
    width: 100%;
  }
}

.l-row_4c {
  margin-left: -30px;
  margin-right: -30px;
}

.l-row_4c .l-col {
  width: 25%;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 680px) {
  .l-row_4c .l-col {
    width: 100%;
  }
}

.tb-base {
  border-collapse: collapse;
  width: 100%;
}

.tb-base th, .tb-base td {
  padding: .5em 1em;
}

footer {
  background-color: #000;
  padding-bottom: 132px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 811px) {
  footer {
    padding-bottom: 0;
  }
}

.l-footer-inner {
  padding-top: 50px;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP";
}

@media (max-width: 680px) {
  .l-footer-inner {
    padding-top: 27px;
    font-size: 2.8vw;
  }
}

.l-footer-inner .l-row {
  margin: 0;
}

.l-footer-inner .l-row .l-col {
  padding: 0;
}

.l-footer-inner .l-col-about {
  width: 47.5%;
}

@media (max-width: 680px) {
  .l-footer-inner .l-col-about {
    width: 100%;
    margin: 0;
  }
}

.l-footer-inner .l-col-about .l-col-inner {
  padding-left: 16%;
}

@media (max-width: 680px) {
  .l-footer-inner .l-col-about .l-col-inner {
    padding-left: inherit;
    padding-bottom: 10px;
  }
}

@media (max-width: 520px) {
  .l-footer-inner .l-col-about .l-col-inner p {
    margin-top: 0;
  }
}

.l-footer-inner .l-col-about .l-col-inner .site-logo img {
  width: 315px;
  max-width: 54%;
}

@media (max-width: 680px) {
  .l-footer-inner .l-col-about .l-col-inner .f-logo {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 680px) {
  .l-footer-inner .l-col-about .l-col-inner .f-logo img {
    width: 162px;
  }
}

.l-footer-inner .l-col-about .l-col-inner .tx-add {
  line-height: 2;
  color: #fff;
}

@media (max-width: 680px) {
  .l-footer-inner .l-col-about .l-col-inner .tx-add {
    line-height: 2.2;
  }
}

.l-footer-inner .l-col-about .f-icon .f-icon-col {
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 520px) {
  .l-footer-inner .l-col-about .f-icon .f-icon-col {
    width: 35px;
  }
}

.l-footer-inner .l-col-fnav {
  width: 52.5%;
}

.l-footer-inner .l-col-fnav .l-col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 14px;
}

.l-footer-inner .l-col-fnav .l-col-inner .ul-fnav {
  display: block;
  border-left: 1px solid #757575;
  padding-left: 25px;
}

.l-footer-inner .l-col-fnav .l-col-inner .ul-fnav li {
  list-style: none;
}

.l-footer-inner .l-col-fnav .l-col-inner .ul-fnav li a {
  display: block;
  padding: 0 18px 5px 0;
  color: #fff;
}

@media (max-width: 680px) {
  .l-footer-inner .l-col-fnav {
    display: none;
  }
}

.l-footer-inner .tx-copy {
  margin: 20px 0 40px;
  font-size: 12px;
  color: #ababab;
  text-align: center;
}

@media (max-width: 680px) {
  .l-footer-inner .tx-copy {
    font-size: 2vw;
    margin: 15px 0;
    text-align: left;
  }
}

.l-anc-nav {
  position: absolute;
  width: 100%;
}

#md-wrap .md-wrap-inner {
  padding-top: 180px;
}

@media (max-width: 680px) {
  #md-wrap .md-wrap-inner {
    padding-top: 330px;
  }
}

.mb0 {
  margin-bottom: 0;
}

@media (max-width: 680px) {
  .site-footer {
    padding-bottom: 70px;
    position: relative;
  }
}

.site-footer .easy-menu {
  display: none;
}

@media (max-width: 680px) {
  .site-footer .easy-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

.site-footer .easy-menu li {
  text-align: center;
}

.site-footer .easy-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 70px;
  position: relative;
  padding-bottom: 5px;
}

.site-footer .easy-menu li a::before {
  content: "";
  height: 28px;
  width: 28px;
  position: relative;
  margin: auto;
  top: 3px;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.site-footer .easy-menu .menu-tel {
  width: 25%;
}

.site-footer .easy-menu .menu-tel a {
  background-color: #fff;
  border-right: 1px solid #ababab;
}

.site-footer .easy-menu .menu-tel a::before {
  background-image: url(../img/common/i-menu-tel.png);
}

.site-footer .easy-menu .menu-status {
  width: 25%;
}

.site-footer .easy-menu .menu-status a {
  background-color: #fff;
}

.site-footer .easy-menu .menu-status a::before {
  background-image: url(../img/common/i-menu-status.png);
}

.site-footer .easy-menu .menu-plan {
  width: 50%;
}

.site-footer .easy-menu .menu-plan a {
  background-color: #8976a2;
}

.site-footer .easy-menu .menu-plan a::before {
  background-image: url(../img/common/i-menu-plan.png);
}
/*# sourceMappingURL=common-plus.css.map */