@charset "UTF-8";
/* ==============================================================
*  ベース
* ============================================================ */
* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Verdana, Roboto, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  color: rgb(0, 0, 0);
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

ol li,
ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #0044CC;
}

a:focus,
*:focus {
  outline: none;
}

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

a img {
  outline: none;
  border-width: 0;
  border-style: none;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select,
textarea,
input,
form {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
  color: inherit;
  font-family: inherit;
  background: #FFFFFF;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

textarea:focus,
input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
}

/* ================================================

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ================================================

- フォント

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 569px) {
  body {
    max-width: 1280px;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ==============================================================
*  レイアウト
* ============================================================ */
/* ================================================

- header

================================================ */
.l-header {
  background-color: #595757;
}

.l-header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  margin: 0 auto;
  padding: 33px 240px 0 30px;
  position: relative;
}

.l-header__logo {
  width: 279px;
  padding-bottom: 16px;
  position: relative;
  z-index: 2;
}

.l-header__btnList {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 2;
}
.l-header__btnList ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.l-header__btnList ul li {
  width: 100px;
  margin-left: 10px;
  background-color: #005542;
  cursor: pointer;
}
.l-header__btnList ul li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 45px;
  padding: 0;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: -0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
}
.l-header__btnList ul li a span {
  display: block;
  margin-bottom: 3px;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.l-header__btnList ul li:first-child {
  margin-left: 0;
}

.outline .l-header__btnList ul li:first-child {
  background-color: #80AAA1;
}
.outline .l-header__btnList ul li:first-child a {
  color: #000000;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .l-header__inner {
    padding: 20px 0;
    position: static;
  }
  .l-header__logo {
    max-width: 262px;
    width: 100%;
    padding: 0 4vw;
  }
  .l-header__btnList {
    display: none;
  }
}
/* ================================================

- ナビゲーション

================================================ */
.l-nav {
  margin-left: auto;
}

.l-nav__inner ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.l-nav__inner ul li {
  border-right: dashed 2px #FFFFFF;
}
.l-nav__inner ul li a {
  display: block;
  padding: 0 20px 8px;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  white-space: nowrap;
  color: #FFFFFF;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  position: relative;
  z-index: 3;
}
.l-nav__inner ul li a:hover {
  color: #80AAA1;
}
.l-nav__inner ul li a span {
  display: block;
  margin-bottom: 6px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.l-nav__inner ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - 10px);
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.l-nav__inner ul li a:hover::after {
  background-color: #80AAA1;
}
.l-nav__inner ul li:first-child {
  border-left: dashed 2px #FFFFFF;
}
.l-nav__inner ul li:nth-last-child(-n+3) {
  display: none;
}

.access .l-nav__inner ul li a[href*=access],
.equipment .l-nav__inner ul li a[href*=equipment],
.outline .l-nav__inner ul li a[href*=outline],
.gallery .l-nav__inner ul li a[href*=gallery],
.plan .l-nav__inner ul li a[href*=plan],
.location .l-nav__inner ul li a[href*=location],
.top .l-nav__inner ul li a[href*=index] {
  color: #80AAA1;
}
.access .l-nav__inner ul li a[href*=access]::after,
.equipment .l-nav__inner ul li a[href*=equipment]::after,
.outline .l-nav__inner ul li a[href*=outline]::after,
.gallery .l-nav__inner ul li a[href*=gallery]::after,
.plan .l-nav__inner ul li a[href*=plan]::after,
.location .l-nav__inner ul li a[href*=location]::after,
.top .l-nav__inner ul li a[href*=index]::after {
  background-color: #80AAA1;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .l-nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: 8;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #595757;
  }
  .l-nav.-active {
    visibility: visible;
    opacity: 1;
  }
  .l-nav__inner {
    padding: 17.6vw 0 34vw;
  }
  .l-nav__inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4vw;
  }
  .l-nav__inner ul li {
    width: 100%;
    margin: 30px auto 0;
    border-right: none;
  }
  .l-nav__inner ul li a {
    width: 100%;
    padding: 4vw 0;
    font-size: 4vw;
    text-align: center;
  }
  .l-nav__inner ul li a span {
    margin-top: 6px;
    font-size: 3.4666666667vw;
  }
  .l-nav__inner ul li a::after {
    width: 24vw;
  }
  .l-nav__inner ul li:first-child {
    margin: 0 auto;
    border-left: none;
  }
  .l-nav__inner ul li:nth-last-child(-n+3) {
    display: block;
  }
}
/* ==============================================================
*  モジュール
* ============================================================ */
/* ================================================

- コンテナ

================================================ */
.m-mv {
  min-height: 370px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
  overflow-x: hidden;
}

.m-mv.-location {
  background-image: url("../images/location/mv.jpg");
}

.m-mv.-access {
  background-image: url("../images/access/mv.jpg");
}

.m-mv.-plan {
  background-image: url("../images/plan/mv.jpg");
}

.m-mv.-equipment {
  background-image: url("../images/equipment/mv.jpg");
}

.m-mv__inner {
  width: 100%;
  min-height: 370px;
  margin: 0 auto;
  position: relative;
}

.m-mv.-gallery,
.m-mv.-outline {
  min-height: 0;
}
.m-mv.-gallery .m-mv__inner,
.m-mv.-outline .m-mv__inner {
  min-height: 0;
}
.m-mv.-gallery .m-mv__ttl,
.m-mv.-outline .m-mv__ttl {
  min-height: 127px;
  background-color: transparent;
}
.m-mv.-gallery .m-mv__ttl__en,
.m-mv.-outline .m-mv__ttl__en {
  position: static;
  padding: 20px 0 0 40px;
  color: #DEDDDD;
}
.m-mv.-gallery .m-mv__ttl__jp,
.m-mv.-outline .m-mv__ttl__jp {
  bottom: 40px;
  color: #595757;
}
.m-mv.-gallery .m-mv__ttl__jp::after,
.m-mv.-outline .m-mv__ttl__jp::after {
  background-color: #595757;
}

.m-mv__ttl {
  width: 34.844vw;
  min-height: 127px;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
}

.m-mv__ttl__en {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 8.4rem;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.04em;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

.m-mv__ttl__jp {
  position: absolute;
  left: 42px;
  bottom: 22px;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #FFFFFF;
}
.m-mv__ttl__jp::after {
  content: "";
  position: absolute;
  left: -62px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}

.m-mv__lead {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  width: 40.703vw;
  min-height: 181px;
  padding: 54px 35px;
  background-color: rgba(0, 85, 66, 0.7);
}

.m-mv__lead__txt p {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #FFFFFF;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .m-mv {
    min-height: 101.333vw;
  }
  .m-mv.-location {
    background-image: url("../images/location/mv_sp.jpg");
  }
  .m-mv.-access {
    background-image: url("../images/access/mv_sp.jpg");
  }
  .m-mv.-plan {
    background-image: url("../images/plan/mv_sp.jpg");
  }
  .m-mv.-equipment {
    background-image: url("../images/equipment/mv_sp.jpg");
  }
  .m-mv__inner {
    min-height: 101.333vw;
  }
  .m-mv.-gallery,
  .m-mv.-outline {
    min-height: 0;
  }
  .m-mv.-gallery .m-mv__inner,
  .m-mv.-outline .m-mv__inner {
    min-height: 0;
  }
  .m-mv.-gallery .m-mv__ttl,
  .m-mv.-outline .m-mv__ttl {
    min-height: 26.133vw;
  }
  .m-mv.-gallery .m-mv__ttl__en,
  .m-mv.-outline .m-mv__ttl__en {
    padding: 5.333vw 0 0 4vw;
  }
  .m-mv.-gallery .m-mv__ttl__jp,
  .m-mv.-outline .m-mv__ttl__jp {
    bottom: 8vw;
  }
  .m-mv__ttl {
    width: 89.333vw;
    min-height: 120px;
  }
  .m-mv__ttl__en {
    top: 10.667vw;
    left: 4vw;
    font-size: 16vw;
  }
  .m-mv__ttl__jp {
    left: 11.2vw;
    bottom: 8vw;
    font-size: 4.2666666667vw;
  }
  .m-mv__ttl__jp::after {
    left: -16vw;
  }
  .m-mv__lead {
    width: 89.333vw;
    min-height: 0;
    padding: 30px 6.4vw;
  }
  .m-mv__lead__txt p {
    font-size: 4.8vw;
  }
}
/* ================================================

- 現地案内図

================================================ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-to,
.fade-leave {
  opacity: 1;
}

.m-modalMap--btn {
  cursor: pointer;
}

.m-modalMap {
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #FFFFFF;
  cursor: default;
  pointer-events: auto;
}

.m-modalMap__btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}
.m-modalMap__btn button {
  display: block;
  width: calc(50% - 10px);
  padding: 25px 0;
  font-size: 1.4rem;
  text-align: center;
  color: #717071;
  cursor: pointer;
  background-color: #DCDCDC;
}
.m-modalMap__btn button:not(:first-of-type) {
  margin-left: 20px;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .m-modalMap {
    padding: 15px 0;
  }
  .m-modalMap__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
    padding: 0 4vw;
  }
  .m-modalMap__btn button {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 3.2vw;
  }
  .m-modalMap__btn button:not(:first-of-type) {
    margin: 15px auto 0;
  }
}
/* ================================================

- ハンバーガーボタン

================================================ */
.m-hamburgerBtn {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .m-hamburgerBtn {
    display: block;
    position: fixed;
    top: 5.4vw;
    right: 3.2vw;
    padding: 6px;
    z-index: 9;
    cursor: pointer;
    background-color: #000000;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line {
    position: relative;
    max-width: 48px;
    width: 8.533vw;
    height: 6.133vw;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span::before,
  .m-hamburgerBtn .m-hamburgerBtn__line span::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span::before {
    top: -7px;
  }
  .m-hamburgerBtn .m-hamburgerBtn__line span::after {
    top: 7px;
  }
  .m-hamburgerBtn.-active .m-hamburgerBtn__line span {
    background-color: transparent;
  }
  .m-hamburgerBtn.-active .m-hamburgerBtn__line span::before,
  .m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
    top: 0;
    background-color: #FFFFFF;
  }
  .m-hamburgerBtn.-active .m-hamburgerBtn__line span::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .m-hamburgerBtn.-active .m-hamburgerBtn__line span::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
/*--- media screen ---*/
/* ================================================

- 空室情報・賃料条件一覧　+ お問い合わせボタン

================================================ */
.m-commonArea {
  padding: 70px 0;
  background-color: #E5EEEC;
}

.m-common__btnArea {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}

.m-common__btn {
  width: 280px;
  cursor: pointer;
}

body {
  position: relative;
}

.m-ankBtn {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 65px;
}

#ZZ_common_footer {
  border-top: none !important;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .m-commonArea {
    padding: 40px 0;
  }
  .m-common__btnArea {
    display: block;
  }
  .m-common__btn {
    width: 67.633vw;
    margin: 0 auto;
  }
  .m-common__btn:not(:first-of-type) {
    margin: 15px auto 0;
  }
  .m-ankBtn {
    display: none;
  }
}
/* ================================================

- コンフォリシリーズ共通スライド

================================================ */
/* ================================================

- リンク

================================================ */
.m-commonLinks {
  background-color: #1A1311;
}

.m-commonLinks__inner ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 50px;
}
.m-commonLinks__inner ul li {
  border-right: solid 1px #FFFFFF;
}
.m-commonLinks__inner ul li a {
  display: block;
  padding: 0 20px;
  font-size: 1.5rem;
  line-height: 1;
  color: #FFFFFF;
  position: relative;
}
.m-commonLinks__inner ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #FFFFFF;
}
.m-commonLinks__inner ul li a:hover::after,
.m-commonLinks__inner ul li a:active::after {
  width: calc(100% - 40px);
}
.m-commonLinks__inner ul li:last-child {
  border-right: none;
}

/* @media screen */
@media screen and (max-width: 569px) {
  .m-commonLinks__inner {
    padding: 15px 0;
  }
  .m-commonLinks__inner ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .m-commonLinks__inner ul li {
    width: 50%;
    margin-bottom: 8px;
  }
  .m-commonLinks__inner ul li span,
  .m-commonLinks__inner ul li a {
    display: block;
    padding: 7px 0 5px;
    font-size: 1.2rem;
    text-align: center;
  }
  .m-commonLinks__inner ul li:last-child {
    border-right: solid 1px #FFFFFF;
    margin-bottom: 0;
  }
  .m-commonLinks__inner ul li:nth-child(even) {
    border-right: none;
  }
}
.m-hover-opacity {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.m-hover-opacity:hover,
.m-hover-opacity:active {
  opacity: 0.7;
}

/* @media screen */
.m-indent--kome p {
  position: relative;
  padding: 0 0 0 1em;
}
.m-indent--kome p::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* ==============================================================
*  プリント
* ============================================================ */
/* ================================================

- プリント

================================================ */
@media print {
  .m-container,
  #ZZ_common_footer {
    display: none;
  }
  _:-ms-lang(x)::-ms-backdrop, .wrapper > :not(#printarea) {
    display: block;
  }
  *::-ms-backdrop,
  .footer,
  .m-commonArea,
  .container,
  .l-nav,
  .mv,
  .l-header {
    display: none !important;
  }
  .m-modalMap {
    display: block !important;
    opacity: 1 !important;
  }
  _::-webkit-full-page-media, _:future, :root .m-modalMap {
    position: static !important;
    -webkit-transform: translateY(0) translateX(0) !important;
            transform: translateY(0) translateX(0) !important;
  }
}