/* PC */
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: glyphs;
  src: url(../fonts/glyphs.eot?t=1622786909872);
  src: url(../fonts/glyphs.eot?t=1622786909872#iefix) format("embedded-opentype"), url(../fonts/glyphs.woff2?t=1622786909872) format("woff2"), url(../fonts/glyphs.woff?t=1622786909872) format("woff"), url(../fonts/glyphs.ttf?t=1622786909872) format("truetype"), url(../fonts/glyphs.svg?t=1622786909872#glyphs) format("svg")
}

[class*=" glyphs-"], [class^=glyphs-] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: glyphs!important;
  font-size: 1em;
  font-style: normal
}

.glyphs-arrow-blank:before {
  content: "\ea01"
}

.glyphs-arrow-left:before {
  content: "\ea02"
}

.glyphs-arrow-right:before {
  content: "\ea03"
}

.glyphs-arrow-up:before {
  content: "\ea04"
}

.glyphs-d-arrow-down:before {
  content: "\ea05"
}

.glyphs-d-arrow-left:before {
  content: "\ea06"
}

.glyphs-d-arrow-right:before {
  content: "\ea07"
}

.glyphs-d-arrow-up:before {
  content: "\ea08"
}

.glyphs-icon-direction:before {
  content: "\ea09"
}

.glyphs-icon-grass:before {
  content: "\ea0a"
}

.glyphs-icon-location:before {
  content: "\ea0b"
}

.glyphs-icon-moon:before {
  content: "\ea0c"
}

.glyphs-icon-pin:before {
  content: "\ea0d"
}

.glyphs-icon-search-list:before {
  content: "\ea0e"
}

.glyphs-icon-search-map:before {
  content: "\ea0f"
}

.glyphs-icon-search:before {
  content: "\ea10"
}

.glyphs-icon-tabaco:before {
  content: "\ea11"
}

.glyphs-icon-time:before {
  content: "\ea12"
}

.glyphs-icon-yen:before {
  content: "\ea13"
}

.glyphs-test:before {
  content: "\ea14"
}

:root {
  --vw: 10px;
  --vh: 10px
}

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline
}

ol, ul {
  list-style: none

}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle
}

caption, td, th {
  font-weight: 400;
  text-align: left;
  vertical-align: middle
}

img {
  vertical-align: middle
}

dd, div, dl, dt, h1, h2, h3, h4, h5, h6, img, li, nav, ol, p, ul {
  margin: 0;
  padding: 0
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1
}

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

main {
  display: block
}

figure {
  display: block;
  margin: 0;
  padding: 0
}

img {
  height: auto;
  width: 100%
}

[class^=glyphs-] {
  line-height: 1
}

[class*=" glyphs-"]:before, [class^=glyphs-]:before {
  line-height: 1;
  vertical-align: middle
}

  body {
    color: #383432;
    font-family: Noto Sans JP, sans-serif;
  }


.ff-mukta {
  font-family: Mukta, sans-serif
}

a {
  color: black;
  text-decoration: none
}

.full {
  height: calc(var(--vh)*100)!important
}

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.fit--contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain
}

.footer {
  background-color: #fff
}

.footer__owner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #504c4a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  line-height: 1
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media (min-width:769px), print {
  .root {
    min-width: 1260px;
    overflow: hidden;
    width: 100%
  }
  .link__alpha {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    will-change: opacity
  }
  .link__alpha:hover {
    opacity: .6
  }
  .link__fill {
    cursor: pointer;
    overflow: hidden;
    position: relative
  }
  .link__fill:before {
    background-color: #696767;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 100%;
    will-change: transform
  }
  .link__fill:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
  .link__fill span {
    position: relative
  }
  .only-sp {
    display: none!important
  }

  .sections {
    background-color: #f2f0e9;
    padding-bottom: 20px;
  }
  .contents {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;    
    width: 90%;
    margin: 0 auto;
  }
  @media screen and (min-width: 769px), print {
    .contents {
      width: calc(100% - 40px);
      border-radius: 60px 60px 4px 4px;
    }
  }

  .container {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .footer {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .header {
    background-color: #f2f0e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 104px;
    left: 0;
    min-width: 1100px;
    padding: 0 40px;
    top: 0;
    width: 100%;
    z-index: 4000;
  }
  .header-detail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 104px;
    left: 0;
    min-width: 1100px;
    padding: 0 40px;
    margin-bottom: 20px;
    top: 0;
    width: 100%;
    z-index: 4000;
    border-bottom: 1px solid #ddd;
  }
  .header__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between
  }
  .header__logo {
    width: 105px
  }
  .header__menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #383432;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    height: 50px;
    justify-content: center;
    width: 50px
  }
  .global-navigation {
    background-color: #f2f0e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .4s ease-in;
    transition: -webkit-transform .4s ease-in;
    -o-transition: transform .4s ease-in;
    transition: transform .4s ease-in;
    transition: transform .4s ease-in, -webkit-transform .4s ease-in;
    width: 100%;
    will-change: transform;
    z-index: 9999
  }
  .global-navigation.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    will-change: transform
  }
  .global-navigation:before {
    background-image: url(../../assets/images/utils/global_navigation_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    width: 38%
  }
  .global-navigation__column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 150px;
    position: relative;
    width: 62%
  }
  .global-navigation__marquee-area {
    left: 0;
    position: absolute;
    top: 45px
  }
  .global-navigation__marquee-area-slave {
    overflow: hidden;
    white-space: nowrap;
    width: 100%
  }
  .global-navigation__marquee {
    -webkit-animation: marquee 80s linear infinite;
    animation: marquee 80s linear infinite;
    display: inline-block
  }
  .global-navigation__marquee-text {
    color: #6d6a68;
    display: inline-block;
    font-size: 1.125rem;
    white-space: nowrap
  }
  .global-navigation__marquee-text span {
    display: inline-block
  }
  .global-navigation__marquee-text i {
    font-size: .8em;
    margin: 0 1em;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }
  .global-navigation__list-item:first-of-type {
    margin-bottom: 20px
  }
  .global-navigation__list-item:nth-of-type(n+2) {
    margin-top: 15px
  }
  .global-navigation__list-item-arrow {
    font-size: .75rem;
    margin-right: 12px
  }
  .global-navigation__list-item-top-page img {
    margin-bottom: 10px;
    width: 338px
  }
  .global-navigation__list-item-middle-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1875rem;
    font-weight: 500
  }
  .global-navigation__list-item-large-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.125rem;
    font-weight: 500
  }
  .global-navigation__owner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #383432;
    border-radius: 17.5px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .875rem;
    height: 35px;
    line-height: 1;
    margin-top: 30px;
    padding: 0 1em
  }
  .global-navigation__sns-navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .global-navigation__sns-navigation a {
    width: 30px
  }
  .global-navigation__sns-navigation a:nth-of-type(n+2) {
    margin-left: 20px
  }
  .global-navigation__sub-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    left: 150px;
    position: absolute;
    width: calc(100% - 180px)
  }
  .global-navigation__sub-navigation-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
  }
  .global-navigation__sub-navigation-list-item {
    font-size: .875rem
  }
  .global-navigation__sub-navigation-list-item:nth-of-type(n+2) {
    margin-left: 28px
  }
  .global-navigation__manager i {
    font-size: .8em;
    margin-left: .5em
  }
  .global-navigation__close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #383432;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: absolute
  }
  .global-navigation__close span {
    display: inline-block;
    position: relative
  }
  .global-navigation__close span:after, .global-navigation__close span:before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%
  }
  .global-navigation__close span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .global-navigation__close span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .global-navigation__close {
    height: 70px;
    right: 30px;
    top: 20px;
    width: 70px
  }
  .global-navigation__close span {
    height: 9px;
    width: 9px
  }
  .global-navigation__close span:after, .global-navigation__close span:before {
    height: 1px;
    margin-left: -6px;
    margin-top: -.5px;
    width: 12px
  }









  .footer {
    padding: 80px 40px 35px
  }
  .footer__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
  }
  .footer__row:first-of-type {
    margin-bottom: 50px
  }
  .footer__row:nth-of-type(2) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
  .footer__logo {
    width: 235px
  }
  .footer__flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .footer__owner {
    border-radius: 17.5px;
    font-size: .875rem;
    height: 35px;
    margin-bottom: 25px;
    width: 200px
  }
  .footer__navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .footer__navigation-list-item {
    font-size: .875rem
  }
  .footer__navigation-list-item:nth-of-type(n+2) {
    margin-left: 25px
  }
  .footer__navigation-list-item i {
    margin-left: .3em
  }
  .footer__notice {
    font-size: .6875rem;
    line-height: 1.9em
  }
  .footer__copyright-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .footer__copyright-row .link__alpha {
    display: inline-block
  }
  .footer__copyright-row .link__color {
    font-size: .6875rem;
    line-height: 1;
    margin-right: 1em;
    white-space: nowrap
  }
  .footer__copyright-row .link__alpha {
    margin-right: 20px;
    width: 26px
  }
  .footer__copyright {
    font-size: .75rem
  }
  .breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e8e6df;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin: 60px auto 0;
    padding: 0 20px;
    position: relative;
    width: calc(100% - 40px)
  }
  .breadcrumb__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    font-weight: 500
  }
  .breadcrumb__list li:nth-of-type(n+2):before {
    content: "/";
    margin: 0 .5em
  }
  .breadcrumb__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fafafa;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .625rem;
    height: 25px;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px
  }
}

/* SP */
@media only screen and (max-width:768px) {
  .only-pc {
    display: none!important
  }
  .map__wrap {
    height: calc(var(--vh)*100 - 30.93vw)
  }
  .sections {
    background-color: #f2f0e9;
    padding-bottom: 20px;
  }
  .contents {
    background-color: #fff;
    padding-bottom: 5.333333333333334vw;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 90%;
    margin: 0 auto;
    width: calc(100% - 40px);
    border-radius: 20px 20px 4px 4px;
  }
  .boarder {
    width: 100%;
  }
  .container {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .footer {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .header {
    background-color: #f2f0e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 18.666666666666668vw;
    left: 0;
    padding: 0 5.333333333333334vw;
    top: 0;
    width: 100%;
    z-index: 4000
  }
  .header-detail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 18.666666666666668vw;
    left: 0;
    padding: 0 5.333333333333334vw;
    top: 0;
    width: 100%;
    z-index: 4000;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .header__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between
  }
  .header__logo {
    width: 25.6vw
  }
  .header__menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #383432;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.2vw;
    height: 13.333333333333334vw;
    justify-content: center;
    width: 13.333333333333334vw
  }
  .global-navigation {
    background-color: #f2f0e9;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    width: 100%;
    will-change: transform;
    z-index: 9999
  }
  .global-navigation.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    will-change: transform
  }
  .global-navigation:before {
    background-image: url(../../assets/images/utils/global_navigation_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    width: 38%
  }
  .global-navigation__column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 16vw;
    position: relative;
    width: 100%
  }
  .global-navigation__marquee-area {
    left: 0;
    position: absolute;
    top: 7.199999999999999vw
  }
  .global-navigation__marquee-area-slave {
    overflow: hidden;
    white-space: nowrap;
    width: 100%
  }
  .global-navigation__marquee {
    -webkit-animation: marquee 80s linear infinite;
    animation: marquee 80s linear infinite;
    display: inline-block
  }
  .global-navigation__marquee-text {
    color: #6d6a68;
    display: inline-block;
    white-space: nowrap
  }
  .global-navigation__marquee-text span {
    display: inline-block
  }
  .global-navigation__marquee-text i {
    font-size: .8em;
    margin: 0 1em;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
  }
  .global-navigation__marquee-text {
    font-size: 4vw
  }
  .global-navigation__list-item:first-of-type {
    margin-bottom: 6.666666666666667vw
  }
  .global-navigation__list-item:nth-of-type(n+2) {
    margin-top: 5.333333333333334vw
  }
  .global-navigation__list-item-arrow {
    font-size: 3.2vw;
    margin-right: 3.2vw
  }
  .global-navigation__list-item-top-page img {
    margin-bottom: 2.666666666666667vw;
    width: 61.86666666666667vw
  }
  .global-navigation__list-item-middle-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4vw;
    font-weight: 500
  }
  .global-navigation__list-item-large-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 6.4vw;
    font-weight: 500
  }
  .global-navigation__owner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #383432;
    border-radius: 4.666666666666667vw;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 3.2vw;
    height: 9.333333333333334vw;
    line-height: 1;
    margin-top: 8vw;
    padding: 0 1em
  }
  .global-navigation__sns-navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: -37.333333333333336vw
  }
  .global-navigation__sns-navigation a {
    width: 6.933333333333333vw
  }
  .global-navigation__sns-navigation a:nth-of-type(n+2) {
    margin-top: 5.333333333333334vw
  }
  .global-navigation__sub-navigation {
    bottom: 5.333333333333334vw;
    left: 5.333333333333334vw;
    position: absolute;
    width: calc(100% - 10.66667vw)
  }
  .global-navigation__sub-navigation-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
  }
  .global-navigation__sub-navigation-list-item {
    font-size: 3.2vw
  }
  .global-navigation__sub-navigation-list-item:first-of-type {
    width: 100%
  }
  .global-navigation__sub-navigation-list-item:nth-of-type(n+2) {
    margin-top: 2.1333333333333333vw
  }
  .global-navigation__sub-navigation-list-item:nth-of-type(n+3) {
    margin-left: 6.666666666666667vw
  }
  .global-navigation__manager i {
    font-size: .8em;
    margin-left: .5em
  }
  .global-navigation__manager {
    bottom: 0;
    position: absolute;
    right: 0
  }
  .global-navigation__close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #383432;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: absolute
  }
  .global-navigation__close span {
    display: inline-block;
    position: relative
  }
  .global-navigation__close span:after, .global-navigation__close span:before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%
  }
  .global-navigation__close span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .global-navigation__close span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .global-navigation__close {
    height: 13.333333333333334vw;
    right: 5.333333333333334vw;
    top: 2.666666666666667vw;
    width: 13.333333333333334vw
  }
  .global-navigation__close span {
    height: 3.2vw;
    width: 3.2vw
  }
  .global-navigation__close span:after, .global-navigation__close span:before {
    height: .5333333333333333vw;
    margin-left: -2.1333333333333333vw;
    margin-top: -.26666666666666666vw;
    width: 4.266666666666667vw
  }
  .footer {
    padding: 13.333333333333334vw 5.333333333333334vw 5.333333333333334vw
  }
  .footer__logo {
    margin-bottom: 6.4vw;
    width: 52.800000000000004vw
  }
  .footer__owner {
    border-radius: 4.666666666666667vw;
    font-size: 3.2vw;
    height: 9.333333333333334vw;
    margin-bottom: 5.866666666666666vw;
    width: 48vw
  }
  .footer__navigation {
    margin-bottom: 9.333333333333334vw
  }
  .footer__navigation-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .footer__navigation-list-item {
    font-size: 3.2vw
  }
  .footer__navigation-list-item:nth-of-type(n+2) {
    margin-left: 8vw
  }
  .footer__navigation-list-item:nth-of-type(n+4) {
    margin-left: 0;
    margin-top: 5.333333333333334vw
  }
  .footer__navigation-list-item i {
    margin-left: .3em
  }
  .footer__notice {
    font-size: 2.933333333333333vw;
    line-height: 1.9em;
    margin-bottom: 5.333333333333334vw
  }
  .footer__copyright-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .footer__copyright-row .link__alpha {
    display: inline-block
  }
  .footer__copyright-row .link__color {
    font-size: 2.933333333333333vw;
    line-height: 1;
    margin-right: 1em;
    white-space: nowrap
  }
  .footer__copyright-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .footer__copyright-row .link__alpha {
    margin-right: 4vw;
    width: 7.466666666666668vw
  }
  .footer__copyright {
    font-size: 3.2vw;
    text-align: right
  }
  .breadcrumb {
    background: #e8e6df;
    border-radius: 2.666666666666667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10.666666666666668vw auto 0;
    padding: 2.666666666666667vw;
    position: relative;
    width: calc(100% - 5.33333vw)
  }
  .breadcrumb__list {
    color: #222;
    font-size: 3.2vw;
    font-weight: 500
  }
  .breadcrumb__list li {
    display: inline
  }
  .breadcrumb__list li:nth-of-type(n+2):before {
    content: "/";
    margin: 0 .5em
  }
  .breadcrumb__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fafafa;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.article-votes-question {
  font-size: 15px;
  font-family: Noto Sans JP, sans-serif;
}


.article-votes {
  text-align: center;
}

.recent-articles {
  text-align: center;
}

.article-votes-controls {
  padding-top: 30px;
}

.article-relatives h3 {
  padding-left: 80px;
}

.article-relatives li {
  padding-left: 80px;

}

.related-articles {
}

,article-header h1 {
  font-family: Noto Sans JP, sans-serif;
}

.article-body h2 {
  font-family: "Lucida Grande";
}

.knowledge-base h3 {
  margin-top: 50px;
}

.article-title {
  font-size: 28px;
}

.recent-articles a {
  color: #2F81B8;
}


.recent-articles-title h3 {
  color: #222222;
}

.article-body h3  {
  margin-top: 50px;
}

.related-articles a {
  color: #2F81B8;
}

.article-body a {
  color: #2F81B8;
}

.breadcrumbs a {
  color: #2F81B8;
}
