@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Serif+JP:wght@200..900&display=swap");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  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;
}

.font-garamond-regular {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
.font-garamond-regular.italic {
  font-style: italic;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.03em;
  font-size: 14px;
  color: #222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}

a {
  color: #000;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

span.smallcaps {
  font-size: 0.75em;
  letter-spacing: 0em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url("../img/common/bg_header.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  z-index: 99999;
}
@media screen and (max-width: 1080px) {
  header {
    position: fixed;
    height: 64px;
    background: url("../img/common/bg_header_sp.png") no-repeat center center;
    background-size: cover;
    z-index: 99999;
  }
}
header h1 {
  position: absolute;
  top: 16px;
  left: 28px;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/common/logo.png") no-repeat center center;
  width: 70px;
  height: 89px;
  background-size: contain;
  z-index: 10;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
@media screen and (min-width: 768px) {
  header h1 {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header h1:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1080px) {
  header h1 {
    top: 10px;
    left: 21px;
    width: 35px;
    height: 44px;
  }
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header nav.sub {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  header nav.sub {
    display: none;
  }
}
header nav.sub .sub-menu {
  position: relative;
  top: 2px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 28px;
}
header nav.sub .sub-menu li:nth-child(n+2) {
  margin-left: 20px;
}
header nav.sub .sub-menu li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding-left: 11px;
}
@media screen and (min-width: 768px) {
  header nav.sub .sub-menu li a {
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header nav.sub .sub-menu li a:hover {
    opacity: 0.7;
  }
}
header nav.sub .sub-menu li a:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  background: url("../img/common/icon_link.png") no-repeat center center;
  width: 5px;
  height: 8px;
  background-size: contain;
}
header nav.sub .phone {
  position: relative;
  top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
}
@media screen and (max-width: 1180px) {
  header nav.sub .phone {
    display: none;
  }
}
header nav.sub .phone a.tel {
  position: relative;
  top: 2px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  padding-left: 28px;
}
header nav.sub .phone a.tel:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  background: url("../img/common/icon_freedial.svg") no-repeat center center;
  width: 23px;
  height: 13px;
  background-size: contain;
}
header nav.sub .phone p.note {
  position: relative;
  font-size: 10px;
  line-height: 1.5;
  margin-left: 13px;
}
header nav.sub .phone p.note span.smallcaps {
  position: relative;
  font-size: 0.9em;
  left: -4px;
  letter-spacing: 0em;
}
header nav.sub ul.btn-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}
header nav.sub ul.btn-cta li {
  width: 120px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #D9D9D9;
  text-align: center;
}
@media screen and (min-width: 768px) {
  header nav.sub ul.btn-cta li {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header nav.sub ul.btn-cta li:hover {
    opacity: 0.85;
  }
}
header nav.sub ul.btn-cta li:nth-child(2) {
  background: #EDEAE7;
}
header nav.sub ul.btn-cta li a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  font-size: 13px;
  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;
}
header nav.global {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  header nav.global {
    display: none;
  }
}
header nav.global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1180px) {
  header nav.global ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-right: 20px;
  }
  header nav.global ul li:nth-child(1) {
    display: none;
  }
  header nav.global ul li a {
    padding: 18px 12px !important;
  }
}
header nav.global ul li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  padding: 18px 16px;
  display: block;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  header nav.global ul li a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header nav.global ul li a:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
header nav.global ul li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #C5B9B2;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
header .btnNavi {
  position: absolute;
  top: 26px;
  right: 32px;
  width: 32px;
  height: 32px;
  padding: 9px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 10;
  display: none;
}
@media screen and (max-width: 1080px) {
  header .btnNavi {
    display: block;
    top: 17px;
    right: 20px;
    margin-left: 0;
    padding: 7px 4px;
  }
}
header .btnNavi span {
  position: relative;
  display: block;
  width: 32px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1080px) {
  header .btnNavi span {
    width: 24px;
    height: 2px;
  }
}
header .btnNavi span:nth-child(n+2) {
  margin: 5px 0 0 0;
}
@media screen and (max-width: 1080px) {
  header .btnNavi span:nth-child(3) {
    width: 16px;
    height: 2px;
  }
}
header .btnNavi.active span:nth-child(1) {
  -webkit-transform: translate(0px, 7px) rotate(45deg);
          transform: translate(0px, 7px) rotate(45deg);
}
header .btnNavi.active span:nth-child(2) {
  opacity: 0;
}
header .btnNavi.active span:nth-child(3) {
  -webkit-transform: translate(0px, -7px) rotate(-45deg);
          transform: translate(0px, -7px) rotate(-45deg);
}
@media screen and (max-width: 1080px) {
  header .btnNavi.active span:nth-child(3) {
    width: 24px;
  }
}

footer {
  position: relative;
  width: 100%;
}
footer .sec-note {
  background: #F8F7F6;
  padding: 80px 0 80px;
}
@media screen and (max-width: 767px) {
  footer .sec-note {
    padding: 9.0666666667vw 0 9.6vw;
  }
}
footer .sec-note ul.note-box {
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  footer .sec-note ul.note-box {
    font-size: 2.9333333333vw;
    line-height: 1.45;
  }
}
footer .sec-note ul.note-box li {
  position: relative;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer .sec-note ul.note-box li {
    padding-left: 3.4666666667vw;
  }
}
footer .sec-note ul.note-box li:nth-child(n+2) {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  footer .sec-note ul.note-box li:nth-child(n+2) {
    margin-top: 3.2vw;
  }
}
footer .sec-note ul.note-box li:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0px;
}
footer .sec-contents {
  width: 100%;
  background: #000;
}
footer .sec-contents ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .sec-contents ul li {
  position: relative;
  width: 33.333%;
  height: 18.125vw;
}
@media screen and (max-width: 767px) {
  footer .sec-contents ul li {
    width: 50%;
    height: 27.2vw;
  }
}
footer .sec-contents ul li.location a:before {
  background: url("../img/top/img_contents_1.jpg") no-repeat center center;
  background-size: cover;
}
footer .sec-contents ul li.access a:before {
  background: url("../img/top/img_contents_2.jpg") no-repeat center center;
  background-size: cover;
}
footer .sec-contents ul li.design a:before {
  background: url("../img/top/img_contents_3.jpg") no-repeat center center;
  background-size: cover;
}
footer .sec-contents ul li.landplan a:before {
  background: url("../img/top/img_contents_4.jpg") no-repeat center center;
  background-size: cover;
}
footer .sec-contents ul li.quality a:before {
  background: url("../img/top/img_contents_5.jpg") no-repeat center center;
  background-size: cover;
}
footer .sec-contents ul li.plan a:before {
  background: url("../img/top/img_contents_6.jpg") no-repeat center center;
  background-size: cover;
}
footer .sec-contents ul li.structure a:before {
  background: url("../img/top/img_contents_7.jpg") no-repeat center center;
  background-size: cover;
}
footer .sec-contents ul li.equipment a:before {
  background: url("../img/top/img_contents_9.jpg") no-repeat center center;
  background-size: cover;
}
footer .sec-contents ul li.achievement a:before {
  background: url("../img/top/img_contents_8_2.jpg") no-repeat center center;
  background-size: cover;
}
footer .sec-contents ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  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;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  footer .sec-contents ul li a:hover:before {
    -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  footer .sec-contents ul li a:hover:after {
    opacity: 0.5;
  }
}
footer .sec-contents ul li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/img_contents_2.jpg") no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
footer .sec-contents ul li a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
footer .sec-contents ul li a h3 {
  position: relative;
  top: 0.5em;
  color: #fff;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .sec-contents ul li a h3 {
    top: 0.1em;
  }
}
footer .sec-contents ul li a h3 span {
  display: block;
}
footer .sec-contents ul li a h3 .en {
  font-family: "garamond-premier-pro", serif;
  font-style: italic;
  font-weight: 400;
  display: block;
  font-size: 2.109375vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  footer .sec-contents ul li a h3 .en {
    font-size: 4vw;
  }
}
footer .sec-contents ul li a h3 .jp {
  position: relative;
  font-size: 0.9375vw;
  line-height: 1;
  margin-top: 0.625vw;
}
@media screen and (max-width: 767px) {
  footer .sec-contents ul li a h3 .jp {
    margin-top: 1.3333333333vw;
    font-size: 2.1333333333vw;
  }
}
footer .sec-footinfo {
  position: relative;
  width: 100%;
  background: url("../img/common/bg_footer.jpg") no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 70px 0 112px;
}
@media screen and (max-width: 767px) {
  footer .sec-footinfo {
    padding: 13.8666666667vw 0 17.0666666667vw;
  }
}
footer .sec-footinfo .logo {
  width: 106px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .sec-footinfo .logo {
    width: 27.7333333333vw;
  }
}
footer .sec-footinfo .logo img {
  width: 100%;
  height: auto;
}
footer .sec-footinfo .text-box {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  footer .sec-footinfo .text-box {
    margin-top: 9.3333333333vw;
  }
}
footer .sec-footinfo .text-box .txt-contact p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer .sec-footinfo .text-box .txt-contact p {
    font-size: 3.7333333333vw;
  }
}
footer .sec-footinfo .text-box .txt-contact p span.smallcaps {
  position: relative;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  footer .sec-footinfo .text-box .txt-contact p span.smallcaps {
    font-size: 3.2vw;
    display: block;
    top: auto;
    margin-bottom: 0.8vw;
  }
}
footer .sec-footinfo .text-box .phone {
  position: relative;
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .sec-footinfo .text-box .phone {
    margin-top: 3.2vw;
  }
}
footer .sec-footinfo .text-box .phone a.tel {
  position: relative;
  top: 2px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  padding-left: 44px;
}
@media screen and (max-width: 767px) {
  footer .sec-footinfo .text-box .phone a.tel {
    font-size: 9.8666666667vw;
    padding-left: 9.0666666667vw;
  }
}
footer .sec-footinfo .text-box .phone a.tel:before {
  position: absolute;
  content: "";
  top: 16px;
  left: 0;
  background: url("../img/common/icon_freedial.svg") no-repeat center center;
  width: 29px;
  height: 17px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  footer .sec-footinfo .text-box .phone a.tel:before {
    top: 3.4666666667vw;
    width: 6.6666666667vw;
    height: 3.4666666667vw;
  }
}
footer .sec-footinfo .text-box .txt-open {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  footer .sec-footinfo .text-box .txt-open {
    margin-top: 3.2vw;
  }
}
footer .sec-footinfo .text-box .txt-open p {
  font-size: 13px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  footer .sec-footinfo .text-box .txt-open p {
    font-size: 2.6666666667vw;
    line-height: 1.8;
  }
}
footer .sec-footinfo .text-box .txt-open p span.smallcaps {
  position: relative;
  font-size: 0.9em;
  left: -4px;
  letter-spacing: 0em;
}
footer .sec-footinfo .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  footer .sec-footinfo .btn-box {
    display: block;
    width: 89.3333333333vw;
    margin: 6.4vw auto 0;
  }
}
footer .sec-footinfo .btn-box .btn-ui {
  margin: 0;
}
footer .sec-footinfo .btn-box li:nth-child(2) {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  footer .sec-footinfo .btn-box li:nth-child(2) {
    margin: 3.2vw auto 0;
  }
}
footer .sec-bottom {
  position: relative;
  width: 100%;
  background: #000;
  padding: 64px 0 28px;
}
@media screen and (max-width: 767px) {
  footer .sec-bottom {
    padding: 12.8vw 0 20.2666666667vw;
  }
}
footer .sec-bottom ul.banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  footer .sec-bottom ul.banner-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 84vw;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .sec-bottom ul.banner-box li {
  width: 214px;
}
@media screen and (min-width: 768px) {
  footer .sec-bottom ul.banner-box li {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  footer .sec-bottom ul.banner-box li:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  footer .sec-bottom ul.banner-box li {
    width: 40.8vw;
  }
}
@media screen and (min-width: 768px) {
  footer .sec-bottom ul.banner-box li:nth-child(n+2) {
    margin-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  footer .sec-bottom ul.banner-box li:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
}
footer .sec-bottom ul.banner-box li img {
  width: 100%;
  height: auto;
}
footer .sec-bottom .logo-shinwa {
  position: relative;
  margin: 34px auto 0;
  width: 188px;
}
@media screen and (max-width: 767px) {
  footer .sec-bottom .logo-shinwa {
    margin: 8.5333333333vw auto 0;
    width: 41.6vw;
  }
}
footer .sec-bottom .logo-shinwa a {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  footer .sec-bottom .logo-shinwa a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  footer .sec-bottom .logo-shinwa a:hover {
    opacity: 0.5;
  }
}
footer .sec-bottom .logo-shinwa a img {
  width: 100%;
  height: auto;
}
footer .sec-bottom .copyright {
  position: relative;
  margin-top: 26px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  footer .sec-bottom .copyright {
    margin: 6.9333333333vw auto 0;
    font-size: 2.9333333333vw;
  }
}

#link-online {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 999;
  width: 94px;
  height: 94px;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
#link-online.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  #link-online {
    display: none;
  }
}
#link-online a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#link-online a:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#link-online a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ED8266;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.15s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
#link-online a img {
  position: relative;
  top: -8px;
  display: block;
  width: 55%;
  height: auto;
  margin: 0 auto;
}
#link-online a span {
  position: relative;
  top: -4px;
  text-align: center !important;
  font-size: 11px;
  display: block;
  letter-spacing: 0em;
  line-height: 1.25;
}

nav.sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99998;
  height: 100vh;
  background: #000;
  overflow-y: scroll;
  color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 99997;
}
nav.sp-nav.open {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
nav.sp-nav .nav-container {
  position: relative;
  background: url("../img/common/bg_spnav.jpg") no-repeat bottom center;
  background-size: cover;
  padding: 64px 0 0;
}
nav.sp-nav .nav-container .nav-top {
  width: 100%;
}
nav.sp-nav .nav-container .nav-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 3.7333333333vw;
  height: 17.0666666667vw;
  letter-spacing: 0em;
  padding: 0 4.2666666667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav.sp-nav .nav-container ul.sp-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
nav.sp-nav .nav-container ul.sp-menu:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
nav.sp-nav .nav-container ul.sp-menu:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
nav.sp-nav .nav-container ul.sp-menu li {
  position: relative;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
nav.sp-nav .nav-container ul.sp-menu li:nth-child(n+3):before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
nav.sp-nav .nav-container ul.sp-menu li:nth-child(2n+1):after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
nav.sp-nav .nav-container ul.sp-menu li.full {
  width: 100%;
}
nav.sp-nav .nav-container ul.sp-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 3.7333333333vw;
  height: 17.0666666667vw;
  letter-spacing: 0em;
  padding: 0 4.2666666667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav.sp-nav .nav-container ul.sp-menu li a.smallcaps {
  font-size: 3.2vw;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
nav.sp-nav .nav-container .sec-footinfo {
  position: relative;
  width: 100%;
  padding: 13.8666666667vw 0 16vw;
  text-align: center;
}
nav.sp-nav .nav-container .sec-footinfo .text-box .txt-contact p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  nav.sp-nav .nav-container .sec-footinfo .text-box .txt-contact p {
    font-size: 3.7333333333vw;
  }
}
nav.sp-nav .nav-container .sec-footinfo .text-box .txt-contact p span.smallcaps {
  position: relative;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  nav.sp-nav .nav-container .sec-footinfo .text-box .txt-contact p span.smallcaps {
    font-size: 3.2vw;
    display: block;
    top: auto;
    margin-bottom: 0.8vw;
  }
}
nav.sp-nav .nav-container .sec-footinfo .text-box .phone {
  position: relative;
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  nav.sp-nav .nav-container .sec-footinfo .text-box .phone {
    margin-top: 3.2vw;
  }
}
nav.sp-nav .nav-container .sec-footinfo .text-box .phone a.tel {
  position: relative;
  top: 2px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  padding-left: 44px;
}
@media screen and (max-width: 767px) {
  nav.sp-nav .nav-container .sec-footinfo .text-box .phone a.tel {
    font-size: 9.8666666667vw;
    padding-left: 9.0666666667vw;
  }
}
nav.sp-nav .nav-container .sec-footinfo .text-box .phone a.tel:before {
  position: absolute;
  content: "";
  top: 16px;
  left: 0;
  background: url("../img/common/icon_freedial.svg") no-repeat center center;
  width: 29px;
  height: 17px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  nav.sp-nav .nav-container .sec-footinfo .text-box .phone a.tel:before {
    top: 3.4666666667vw;
    width: 6.6666666667vw;
    height: 3.4666666667vw;
  }
}
nav.sp-nav .nav-container .sec-footinfo .text-box .txt-open {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  nav.sp-nav .nav-container .sec-footinfo .text-box .txt-open {
    margin-top: 3.2vw;
  }
}
nav.sp-nav .nav-container .sec-footinfo .text-box .txt-open p {
  font-size: 13px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  nav.sp-nav .nav-container .sec-footinfo .text-box .txt-open p {
    font-size: 2.6666666667vw;
    line-height: 1.8;
  }
}
nav.sp-nav .nav-container .sec-footinfo .text-box .txt-open p span.smallcaps {
  position: relative;
  font-size: 0.9em;
  left: -4px;
  letter-spacing: 0em;
}
nav.sp-nav .nav-container .sec-footinfo .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  nav.sp-nav .nav-container .sec-footinfo .btn-box {
    display: block;
    width: 89.3333333333vw;
    margin: 6.4vw auto 0;
  }
}
nav.sp-nav .nav-container .sec-footinfo .btn-box .btn-ui {
  margin: 0;
}
nav.sp-nav .nav-container .sec-footinfo .btn-box li:nth-child(2) {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  nav.sp-nav .nav-container .sec-footinfo .btn-box li:nth-child(2) {
    margin: 3.2vw auto 0;
  }
}

#sp-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #000;
  color: #fff;
  display: none;
}
@media screen and (max-width: 767px) {
  #sp-bottom-nav {
    display: block;
  }
}
#sp-bottom-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  height: 56px;
}
#sp-bottom-nav ul li {
  position: relative;
  width: 25%;
  text-align: center;
}
#sp-bottom-nav ul li:nth-child(n+1):before {
  position: absolute;
  content: "";
  top: 20%;
  left: 0;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 999;
}
#sp-bottom-nav ul li:nth-child(2) a i {
  background: url("../img/common/icon_document.png") no-repeat center center;
  background-size: contain;
}
#sp-bottom-nav ul li:nth-child(3) a i {
  background: url("../img/common/icon_calendar.png") no-repeat center center;
  background-size: contain;
}
#sp-bottom-nav ul li:nth-child(4) a i {
  top: -5px;
  background: url("../img/common/icon_online.png") no-repeat center center;
  background-size: contain;
}
#sp-bottom-nav ul li:nth-child(4) a span {
  top: -3px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#sp-bottom-nav ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px 0;
  background: #ED8266;
}
#sp-bottom-nav ul li a i {
  position: relative;
  top: -4px;
  display: block;
  position: relative;
  background: url("../img/common/icon_phone.png") no-repeat center center;
  width: 22px;
  height: 22px;
  background-size: contain;
  margin: 0 auto;
}
#sp-bottom-nav ul li a span {
  position: relative;
  top: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 10px;
  line-height: 1.25;
}

em.color-red {
  color: #FF0000;
}
em.color-orange {
  color: #F55434;
}

.content {
  max-width: 1080px;
  width: calc(100% - 120px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content {
    width: 89.3333333333vw;
  }
}
.content.w-full {
  max-width: none;
  width: 100%;
}
.content.w-640 {
  max-width: 640px;
}
.content.w-800 {
  max-width: 800px;
}
.content.w-980 {
  max-width: 980px;
}
.content.w-1080 {
  max-width: 1080px;
}
.content.w-1280 {
  max-width: 1280px;
}
.content.w-1280.full {
  width: 100%;
  padding: 0;
}
.content img {
  width: 100%;
  height: auto;
}

.btn-ui {
  position: relative;
  width: 360px;
  height: 56px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn-ui {
    width: 100%;
    height: 13.8666666667vw;
  }
}
.btn-ui.orange a, .btn-ui.orange p {
  background: #ED8266;
}
.btn-ui.orange a:hover, .btn-ui.orange p:hover {
  background: #EF7454;
}
.btn-ui.left a span, .btn-ui.left p span {
  position: relative;
  left: -20px;
}
.btn-ui a, .btn-ui p {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #E6E1DD;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 56px;
  text-decoration: none;
  -webkit-transition: background 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .btn-ui a, .btn-ui p {
    line-height: 13.8666666667vw;
    font-size: 3.9466666667vw;
  }
}
.btn-ui a:before, .btn-ui p:before {
  position: absolute;
  content: "";
  top: 23px;
  right: 24px;
  background: url("../img/common/icon_btn.svg") center center no-repeat;
  width: 28px;
  height: 6px;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.15s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .btn-ui a:before, .btn-ui p:before {
    top: 5.6vw;
    right: 6.4vw;
    width: 7.4666666667vw;
    height: 1.6vw;
  }
}
.btn-ui a:hover, .btn-ui p:hover {
  background: #DCD4CE;
}
.btn-ui a:hover:before, .btn-ui p:hover:before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.mod-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mod-image-text {
    display: block;
  }
}
.mod-image-text:nth-child(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mod-image-text:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
.mod-image-text.reverse .image-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.mod-image-text.reverse .text-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.mod-image-text .image-box {
  width: 50%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .mod-image-text .image-box {
    width: 100%;
  }
}
.mod-image-text .image-box img {
  width: 100%;
  height: auto;
}
.mod-image-text .text-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mod-image-text .text-box {
    width: 100%;
  }
}

.mod-txt-walk p {
  font-size: 26px;
  line-height: 0.88;
}
@media screen and (max-width: 767px) {
  .mod-txt-walk p {
    font-size: 5.6vw;
  }
}
.mod-txt-walk p em {
  position: relative;
  color: #A7873D;
  font-size: 2.65em;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin: 0 8px 0 8px;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .mod-txt-walk p em {
    margin: 0 0.12em 0 0.12em;
  }
}
.mod-txt-walk p span.smallcaps {
  font-size: 0.62em;
}
.mod-txt-walk span.smallcaps {
  font-size: 0.8em;
}

span.asterisk {
  position: relative;
  font-size: 0.6em;
  font-weight: 400;
  top: -0.5em;
}

.mod-title-lead {
  margin-top: 58px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mod-title-lead {
    margin-top: 9.6vw;
  }
}
.mod-title-lead h4 {
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mod-title-lead h4 {
    font-size: 5.6vw;
    letter-spacing: 0em;
    line-height: 1.6;
  }
}
.mod-title-lead .p-box {
  margin-top: 22px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .mod-title-lead .p-box {
    margin: 5.3333333333vw auto 0;
  }
}
.mod-title-lead .p-box p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mod-title-lead .p-box p {
    width: 89.3333333333vw;
    margin: 0 auto;
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    text-align: left;
    line-height: 1.8;
  }
}

.effect.anim-scalein .item {
  opacity: 0;
  -webkit-animation: scale-in 2.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: scale-in 2.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@-webkit-keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.effect.anim-up {
  opacity: 1;
  -webkit-animation: anim-up 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: anim-up 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@-webkit-keyframes anim-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes anim-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.effect.anim-scale {
  opacity: 1;
  -webkit-animation: anim-scale 1s 0.1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: anim-scale 1s 0.1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@-webkit-keyframes anim-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes anim-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

main {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  main {
    padding: 0;
  }
}
main.toppage {
  position: relative;
}
main.toppage .sec-main {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-main {
    padding: 64px 0 0;
  }
}
main.toppage .sec-main > .inner {
  position: relative;
  width: 100%;
}
main.toppage .sec-main > .inner video, main.toppage .sec-main > .inner img {
  width: 100%;
  height: auto;
}
main.toppage .sec-main .image-kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-main .image-kv {
    top: 64px;
  }
}
main.toppage .sec-main .image-kv.active {
  -webkit-animation: intro-out 1.75s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
          animation: intro-out 1.75s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
}
@-webkit-keyframes intro-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes intro-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
main.toppage .sec-main .image-kv .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
main.toppage .sec-main .image-kv .inner img {
  width: 100%;
  height: auto;
}
main.toppage .sec-information {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 60px 0 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-information {
    padding: 10.6666666667vw 0 12.8vw;
  }
}
main.toppage .sec-information .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-information .content {
    display: block;
  }
}
main.toppage .sec-information .content .l-box {
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-information .content .l-box {
    width: 100%;
    padding: 0;
  }
}
main.toppage .sec-information .content .l-box .info h2, main.toppage .sec-information .content .l-box .blog h2 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-information .content .l-box .info h2, main.toppage .sec-information .content .l-box .blog h2 {
    font-size: 5.3333333333vw;
  }
}
main.toppage .sec-information .content .l-box .info ul, main.toppage .sec-information .content .l-box .blog ul {
  position: relative;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-information .content .l-box .info ul, main.toppage .sec-information .content .l-box .blog ul {
    margin-top: 5.3333333333vw;
  }
}
main.toppage .sec-information .content .l-box .info ul li, main.toppage .sec-information .content .l-box .blog ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-information .content .l-box .info ul li, main.toppage .sec-information .content .l-box .blog ul li {
    display: block;
  }
}
main.toppage .sec-information .content .l-box .info ul li:nth-child(n+2), main.toppage .sec-information .content .l-box .blog ul li:nth-child(n+2) {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-information .content .l-box .info ul li:nth-child(n+2), main.toppage .sec-information .content .l-box .blog ul li:nth-child(n+2) {
    margin-top: 4.2666666667vw;
  }
}
main.toppage .sec-information .content .l-box .info ul li p.date, main.toppage .sec-information .content .l-box .blog ul li p.date {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-information .content .l-box .info ul li p.date, main.toppage .sec-information .content .l-box .blog ul li p.date {
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.45;
  }
}
main.toppage .sec-information .content .l-box .info ul li p.kiji, main.toppage .sec-information .content .l-box .blog ul li p.kiji {
  position: relative;
  top: -1px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-information .content .l-box .info ul li p.kiji, main.toppage .sec-information .content .l-box .blog ul li p.kiji {
    top: 0;
    width: 100%;
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    line-height: 1.45;
  }
}
main.toppage .sec-information .content .l-box .blog {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-information .content .l-box .blog {
    border-top: 1px solid #D9D9D9;
    margin-top: 10.6666666667vw;
    padding-top: 8.5333333333vw;
  }
}
main.toppage .sec-information .content .l-box .btn-box {
  margin-top: 9.6vw;
}
main.toppage .sec-information .content .l-box .btn-box > div:nth-child(n+2) {
  margin-top: 3.2vw;
}
main.toppage .sec-information .content .r-box {
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main.toppage .sec-information .content .r-box > div:nth-child(n+2) {
  margin-top: 14px;
}
main.toppage .sec-banner {
  position: relative;
  width: 100%;
  background: #000;
}
main.toppage .sec-banner .banner-info {
  position: relative;
  width: 100%;
  background: url("../img/top/bg_info.png") center center no-repeat;
  background-size: cover;
  padding: 18px 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-banner .banner-info {
    padding: 9.6vw 0 8vw;
  }
}
main.toppage .sec-banner .banner-info .image {
  max-width: 847px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-banner .banner-info .image {
    width: 72.5333333333vw;
  }
}
main.toppage .sec-banner .banner-info .image img {
  width: 100%;
  height: auto;
}
main.toppage .sec-banner .banner-access {
  width: 100%;
  overflow: hidden;
}
main.toppage .sec-banner .banner-access img {
  width: 100%;
  height: auto;
}
main.toppage .sec-about {
  position: relative;
}
main.toppage .sec-about .l-box {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-about .l-box {
    position: relative;
  }
}
main.toppage .sec-about .l-box .image {
  width: 100%;
}
main.toppage .sec-about .l-box .image img {
  width: 100%;
  height: auto;
}
main.toppage .sec-about .r-box {
  position: relative;
  width: 50%;
  margin: 0 0 0 auto;
  padding: 160px 0 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-about .r-box {
    padding: 5.3333333333vw 0 24.5333333333vw;
    margin: 0 auto;
    width: 100%;
  }
}
main.toppage .sec-about .r-box ul {
  max-width: 440px;
  width: calc(100% - 120px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-about .r-box ul {
    max-width: none;
    width: 80vw;
  }
}
main.toppage .sec-about .r-box ul li {
  width: 100%;
}
main.toppage .sec-about .r-box ul li:nth-child(n+2) {
  margin-top: 114px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-about .r-box ul li:nth-child(n+2) {
    margin-top: 14.9333333333vw;
  }
}
main.toppage .sec-about .r-box ul li img {
  width: 100%;
  height: auto;
}
main.toppage .sec-access {
  position: relative;
  padding: 165px 0 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-access {
    padding: 17.0666666667vw 0 25.3333333333vw;
  }
}
main.toppage .sec-access .base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/img_access_base.jpg") center center no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-access .base {
    background: url("../img/top/img_access_base_sp.jpg") top center no-repeat;
    background-size: cover;
  }
}
main.toppage .sec-access .access-box {
  position: relative;
  z-index: 1;
  max-width: 920px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-access .access-box {
    max-width: none;
    width: 100%;
  }
}
main.toppage .sec-access .access-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-access .access-box ul {
    display: block;
  }
}
main.toppage .sec-access .access-box ul li {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-access .access-box ul li {
    width: 80%;
    margin: 0 auto;
  }
  main.toppage .sec-access .access-box ul li:nth-child(n+2) {
    margin-top: 14.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main.toppage .sec-access .access-box ul li:nth-child(n+3) {
    margin-top: 72px;
  }
}
main.toppage .sec-access .access-box ul li:nth-child(3) {
  top: 10px;
}
main.toppage .sec-access .access-box ul li span {
  display: block;
  width: 80%;
  margin: 0 auto;
}
main.toppage .sec-access .access-box ul li img {
  width: 100%;
  height: auto;
}
main.toppage .sec-service {
  position: relative;
  background: #fff;
  padding: 132px 0 132px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service {
    padding: 19.2vw 0 25.3333333333vw;
  }
}
main.toppage .sec-service.second {
  padding: 188px 0 132px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service.second {
    padding: 19.2vw 0 23.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content {
    width: 100%;
  }
}
main.toppage .sec-service .content ul.service-box > li {
  position: relative;
}
main.toppage .sec-service .content ul.service-box > li:nth-child(n+2) {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li:nth-child(n+2) {
    margin-top: 18.6666666667vw;
  }
}
main.toppage .sec-service .content ul.service-box > li.gallery .text-box {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li.gallery .text-box {
    margin-top: 6.4vw;
  }
}
main.toppage .sec-service .content ul.service-box > li.gallery .text-box h4 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li.gallery .text-box h4 {
    font-size: 5.8666666667vw;
    margin-top: 0.2666666667vw;
  }
}
main.toppage .sec-service .content ul.service-box > li.gallery .btn-box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li.gallery .btn-box {
    margin-top: 8vw;
  }
}
main.toppage .sec-service .content ul.service-box > li h3 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
main.toppage .sec-service .content ul.service-box > li ul.photo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main.toppage .sec-service .content ul.service-box > li ul.photo-box li {
  width: calc(33.333% - 4px);
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li ul.photo-box li {
    width: 33.0666666667vw;
  }
}
main.toppage .sec-service .content ul.service-box > li ul.photo-box li img {
  width: 100%;
  height: auto;
}
main.toppage .sec-service .content ul.service-box > li .image-box {
  position: relative;
  margin: 36px auto 0;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li .image-box {
    margin: 5.8666666667vw auto 0;
  }
}
main.toppage .sec-service .content ul.service-box > li .image-box .image img {
  width: 100%;
  height: auto;
}
main.toppage .sec-service .content ul.service-box > li .image-box i {
  position: absolute;
  top: calc(50% - 81px);
  left: calc(50% - 81px);
  background: url("../img/top/icon_360.png") center center no-repeat;
  width: 162px;
  height: 162px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li .image-box i {
    top: calc(50% - 14.6666666667vw);
    left: calc(50% - 14.6666666667vw);
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}
main.toppage .sec-service .content ul.service-box > li .text-box {
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li .text-box {
    margin: 8.5333333333vw auto 0;
  }
}
main.toppage .sec-service .content ul.service-box > li .text-box.margin {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li .text-box.margin {
    margin: 8.5333333333vw auto 0;
  }
}
main.toppage .sec-service .content ul.service-box > li .text-box h5 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li .text-box h5 {
    font-size: 3.7333333333vw;
  }
}
main.toppage .sec-service .content ul.service-box > li .text-box h4 {
  position: relative;
  margin-top: 6px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li .text-box h4 {
    margin-top: 1.0666666667vw;
    font-size: 6.1333333333vw;
  }
}
main.toppage .sec-service .content ul.service-box > li .text-box p {
  margin-top: 14px;
  line-height: 1.9;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li .text-box p {
    margin-top: 2.9333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.75;
  }
}
main.toppage .sec-service .content ul.service-box > li .text-box p.note {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li .text-box p.note {
    margin-top: 1.0666666667vw;
    font-size: 4vw;
  }
}
main.toppage .sec-service .content ul.service-box > li .btn-box {
  position: relative;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li .btn-box {
    width: 89.3333333333vw;
    margin: 5.8666666667vw auto 0;
    display: block;
  }
}
main.toppage .sec-service .content ul.service-box > li .btn-box li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
main.toppage .sec-service .content ul.service-box > li .btn-box li:nth-child(2) {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-service .content ul.service-box > li .btn-box li:nth-child(2) {
    margin: 3.2vw auto 0;
  }
}
main.toppage .sec-concept {
  position: relative;
  background: #fff;
  padding: 112px 0 148px;
  background: url("../img/top/bg_concept.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-concept {
    padding: 17.0666666667vw 0 22.6666666667vw;
  }
}
main.toppage .sec-concept .content {
  text-align: center;
  color: #fff;
}
main.toppage .sec-concept .content h3 {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-concept .content h3 {
    font-size: 5.8666666667vw;
  }
}
main.toppage .sec-concept .content h4 {
  margin-top: 74px;
  font-size: 36.6px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-concept .content h4 {
    margin-top: 10.6666666667vw;
    font-size: 5.2266666667vw;
  }
}
main.toppage .sec-concept .content .p-box {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-concept .content .p-box {
    margin-top: 9.6vw;
  }
}
main.toppage .sec-concept .content .p-box p {
  font-size: 15px;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-concept .content .p-box p {
    font-size: 3.1466666667vw;
    line-height: 2.02;
    letter-spacing: 0em;
    white-space: nowrap;
  }
}
main.toppage .sec-concept .content .youtube-box {
  width: 700px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-concept .content .youtube-box {
    margin: 11.7333333333vw auto 0;
    width: 89.3333333333vw;
  }
}
main.toppage .sec-concept .content .youtube-box .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
main.toppage .sec-concept .content .youtube-box .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.toppage .sec-contents {
  position: relative;
  padding: 176px 0 0px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-contents {
    padding: 17.0666666667vw 0 0;
  }
}
main.toppage .sec-contents .content .contents-box li {
  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;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-contents .content .contents-box li {
    display: block;
    width: 84vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main.toppage .sec-contents .content .contents-box li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
main.toppage .sec-contents .content .contents-box li .image-box {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-contents .content .contents-box li .image-box {
    width: 100%;
  }
}
main.toppage .sec-contents .content .contents-box li .image-box .inner span {
  display: block;
}
main.toppage .sec-contents .content .contents-box li .image-box .inner img {
  width: 100%;
  height: auto;
}
main.toppage .sec-contents .content .contents-box li .text-box {
  position: relative;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-contents .content .contents-box li .text-box {
    width: 100%;
    border: 1px solid #EDEBE8;
    border-top: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6.4vw 0 7.4666666667vw;
  }
}
main.toppage .sec-contents .content .contents-box li .text-box .ttl-box h3 span {
  display: block;
  line-height: 1.3;
}
main.toppage .sec-contents .content .contents-box li .text-box .ttl-box h3 span.en {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-size: 28px;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-contents .content .contents-box li .text-box .ttl-box h3 span.en {
    font-size: 5.8666666667vw;
  }
}
main.toppage .sec-contents .content .contents-box li .text-box .ttl-box h3 span.jp {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-contents .content .contents-box li .text-box .ttl-box h3 span.jp {
    font-size: 2.1333333333vw;
    margin-top: 0.5333333333vw;
  }
}
main.toppage .sec-contents .content .contents-box li .text-box .ttl-box p.lead {
  position: relative;
  margin: 40px 0 0;
  font-size: 15px;
  line-height: 2.2;
}
main.toppage .sec-contents .content .contents-box li .text-box .ttl-box p.lead span {
  display: block;
}
main.toppage .sec-contents .content .contents-box li .text-box .ttl-box p.lead span.asterisk {
  display: inline;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-contents .content .contents-box li .text-box .ttl-box p.lead {
    font-size: 3.2vw;
    margin-top: 2.4vw;
    line-height: 1.8;
  }
}
main.toppage .sec-contents .content .contents-box li .text-box .ttl-box .btn-ui {
  position: relative;
  margin: 48px auto 0;
  width: 128px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-contents .content .contents-box li .text-box .ttl-box .btn-ui {
    margin: 4vw auto 0;
    width: 26.6666666667vw;
    height: 8.5333333333vw;
  }
}
main.toppage .sec-contents .content .contents-box li .text-box .ttl-box .btn-ui a {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 42px;
}
main.toppage .sec-contents .content .contents-box li .text-box .ttl-box .btn-ui a:before {
  content: none;
}
@media screen and (max-width: 767px) {
  main.toppage .sec-contents .content .contents-box li .text-box .ttl-box .btn-ui a {
    font-size: 2.9333333333vw;
    line-height: 8.5333333333vw;
  }
}
main.toppage .sec-contents .content .contents-box li:nth-child(even) .image-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main.toppage .sec-contents .content .contents-box li:nth-child(even) .text-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main.toppage .sec-contents .content .btn-more {
  position: relative;
  border: 1px solid #000;
  width: 84vw;
  height: 8vw;
  margin: 5.3333333333vw auto 0;
  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;
}
@media screen and (min-width: 768px) {
  main.toppage .sec-contents .content .btn-more {
    display: none;
  }
}
main.toppage .sec-contents .content .btn-more:before {
  position: absolute;
  content: "";
  top: 2.9333333333vw;
  right: 3.7333333333vw;
  background: url("../img/common/icon_more.png") center center no-repeat;
  width: 2.1333333333vw;
  height: 1.6vw;
  background-size: contain;
}
main.toppage .sec-contents .content .btn-more p {
  font-size: 2.9333333333vw;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  main.secondarypage {
    padding-top: 64px;
  }
}
main.secondarypage.access .sec-secondary-title {
  background: url("../img/access/title.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main.secondarypage.access .sec-secondary-title {
    background: url("../img/access/title_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
main.secondarypage.design .sec-secondary-title {
  background: url("../img/design/title.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main.secondarypage.design .sec-secondary-title {
    background: url("../img/design/title_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
main.secondarypage.landplan .sec-secondary-title {
  background: url("../img/landplan/title.jpg") bottom center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main.secondarypage.landplan .sec-secondary-title {
    background: url("../img/landplan/title.jpg") center center no-repeat;
    background-size: cover;
  }
}
main.secondarypage.quality .sec-secondary-title {
  background: url("../img/quality/title.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main.secondarypage.quality .sec-secondary-title {
    background: url("../img/quality/title_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
main.secondarypage.plan .sec-secondary-title {
  background: url("../img/plan/title.jpg") bottom center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main.secondarypage.plan .sec-secondary-title {
    background: url("../img/plan/title_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
main.secondarypage.structure .sec-secondary-title {
  background: url("../img/structure/title.jpg") bottom center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main.secondarypage.structure .sec-secondary-title {
    background: url("../img/structure/title_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
main.secondarypage .sec-secondary-title {
  position: relative;
  width: 100%;
  height: 348px;
  background: url("../img/location/title.jpg") center center no-repeat;
  background-size: cover;
  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;
}
@media screen and (max-width: 767px) {
  main.secondarypage .sec-secondary-title {
    height: 53.3333333333vw;
    background: url("../img/location/title_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
main.secondarypage .sec-secondary-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
main.secondarypage .sec-secondary-title.simple {
  height: 200px;
  background-image: none;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  main.secondarypage .sec-secondary-title.simple {
    height: 29.3333333333vw;
  }
}
main.secondarypage .sec-secondary-title.simple:before {
  display: none;
}
main.secondarypage .sec-secondary-title.simple h2 {
  top: -2px;
  color: #000;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  main.secondarypage .sec-secondary-title.simple h2 {
    top: 0;
    font-size: 5.8666666667vw;
  }
}
main.secondarypage .sec-secondary-title h2 {
  position: relative;
  color: #fff;
  text-align: center;
}
main.secondarypage .sec-secondary-title h2 span {
  display: block;
  line-height: 1;
}
main.secondarypage .sec-secondary-title h2 span.en {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  main.secondarypage .sec-secondary-title h2 span.en {
    font-size: 7.2vw;
  }
}
main.secondarypage .sec-secondary-title h2 span.jp {
  margin-top: 14px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  main.secondarypage .sec-secondary-title h2 span.jp {
    margin-top: 2.4vw;
    font-size: 2.6666666667vw;
  }
}
main.secondarypage .sec-content {
  position: relative;
  width: 100%;
  padding: 86px 0 140px;
}
@media screen and (max-width: 767px) {
  main.secondarypage .sec-content {
    padding: 11.7333333333vw 0 29.3333333333vw;
  }
}
main.secondarypage .sec-catch {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 86px;
}
@media screen and (max-width: 767px) {
  main.secondarypage .sec-catch {
    font-size: 5.3333333333vw;
    line-height: 1.7;
    margin-bottom: 12.8vw;
    letter-spacing: 0em;
  }
}
main.secondarypage .sec-catch span.smallcaps {
  position: relative;
  font-size: 0.5em;
}
main.secondarypage .sec-main {
  width: 100%;
}
main.secondarypage .sec-main img {
  width: 100%;
  height: auto;
}
main.location .sec-content > .content {
  padding: 0;
}
main.location .sec-content > .content .sec-main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
main.location .sec-content > .content .sec-main .content {
  margin: 0 auto;
  padding: 0;
}
main.location .sec-content > .content .sec-main img {
  width: 100%;
  height: auto;
}
main.location .sec-content > .content .sec-location-1 .content {
  margin: 0 auto;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-1 .content {
    padding: 21.3333333333vw 0 0;
  }
}
main.location .sec-content > .content .sec-location-1 .mod-image-text:nth-child(n+2) {
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-1 .mod-image-text:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
main.location .sec-content > .content .sec-location-1 .mod-image-text.reverse .text-box {
  padding-left: 0;
  padding-right: 5%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-1 .mod-image-text.reverse .text-box {
    text-align: left;
  }
}
main.location .sec-content > .content .sec-location-1 .mod-image-text .image-box {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-1 .mod-image-text .image-box {
    width: 100%;
  }
}
main.location .sec-content > .content .sec-location-1 .mod-image-text .text-box {
  width: 55%;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-1 .mod-image-text .text-box {
    width: 100%;
    padding: 0;
    margin: 5.3333333333vw 0 0;
  }
}
main.location .sec-content > .content .sec-location-1 .mod-image-text .text-box .ttl-box {
  border-bottom: 1px solid #E6E1DD;
  padding: 22px 0 12px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-1 .mod-image-text .text-box .ttl-box {
    padding: 0;
    border-bottom: 0;
  }
}
main.location .sec-content > .content .sec-location-1 .mod-image-text .text-box .ttl-box h5 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-1 .mod-image-text .text-box .ttl-box h5 {
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
}
main.location .sec-content > .content .sec-location-1 .mod-image-text .text-box .ttl-box h4 {
  margin-top: 2px;
  font-size: 32px;
  color: #A7873D;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-1 .mod-image-text .text-box .ttl-box h4 {
    margin-top: 0.5333333333vw;
    font-size: 6.6666666667vw;
    line-height: 1.4;
  }
}
main.location .sec-content > .content .sec-location-1 .mod-image-text .text-box .p-box {
  position: relative;
  padding: 20px 0 0;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-1 .mod-image-text .text-box .p-box {
    padding: 0;
    margin-top: 3.2vw;
    font-size: 3.2vw;
    line-height: 1.65;
  }
}
main.location .sec-content > .content .sec-location-1 .mod-image-text .text-box .p-box span.smallcaps {
  font-size: 0.8em;
}
main.location .sec-content > .content .sec-location-1 .mod-image-text .text-box .mod-txt-walk {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-1 .mod-image-text .text-box .mod-txt-walk {
    margin-top: 3.2vw;
  }
}
main.location .sec-content > .content .sec-location-2 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-2 {
    margin-top: 13.3333333333vw;
  }
}
main.location .sec-content > .content .sec-location-2 .content {
  margin: 0 auto;
  padding: 0;
}
main.location .sec-content > .content .sec-location-2 .content ul.thumb-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li {
  width: 30.5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li {
    width: 48.8%;
  }
}
@media screen and (min-width: 768px) {
  main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li:nth-child(n+4) {
    margin-top: 76px;
  }
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li:nth-child(n+3) {
    margin-top: 7.4666666667vw;
  }
}
main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li img {
  width: 100%;
  height: auto;
}
main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li .text-box {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li .text-box {
    margin-top: 3.4666666667vw;
  }
}
main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li .text-box h5 {
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li .text-box h5 {
    font-size: 3.2vw;
  }
}
main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li .text-box .mod-txt-walk {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li .text-box .mod-txt-walk {
    margin-top: 2.1333333333vw;
  }
}
main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li .text-box .mod-txt-walk p {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li .text-box .mod-txt-walk p {
    font-size: 4.2666666667vw;
  }
}
main.location .sec-content > .content .sec-location-2 .content ul.thumb-box li .text-box .mod-txt-walk p span.smallcaps {
  line-height: 1;
}
main.location .sec-content > .content .sec-location-3 {
  margin-top: 108px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-3 {
    margin-top: 14.4vw;
  }
}
main.location .sec-content > .content .sec-location-3 .content {
  margin: 0 auto;
  padding: 0;
  max-width: 920px;
}
main.location .sec-content > .content .sec-location-3 .content ul.thumb-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main.location .sec-content > .content .sec-location-3 .content ul.thumb-box li {
  width: 47.3%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-3 .content ul.thumb-box li {
    width: 100%;
  }
  main.location .sec-content > .content .sec-location-3 .content ul.thumb-box li:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
main.location .sec-content > .content .sec-location-3 .content ul.thumb-box li img {
  width: 100%;
  height: auto;
}
main.location .sec-content > .content .sec-location-3 .content ul.thumb-box li .text-box {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-3 .content ul.thumb-box li .text-box {
    margin-top: 3.7333333333vw;
  }
}
main.location .sec-content > .content .sec-location-3 .content ul.thumb-box li .text-box h5 {
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-3 .content ul.thumb-box li .text-box h5 {
    font-size: 3.7333333333vw;
  }
}
main.location .sec-content > .content .sec-location-3 .content ul.thumb-box li .text-box .mod-txt-walk {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-3 .content ul.thumb-box li .text-box .mod-txt-walk {
    margin-top: 1.3333333333vw;
  }
}
main.location .sec-content > .content .sec-location-3 .content ul.thumb-box li .text-box .mod-txt-walk p {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-3 .content ul.thumb-box li .text-box .mod-txt-walk p {
    font-size: 4.8vw;
  }
}
main.location .sec-content > .content .sec-location-3 .content ul.thumb-box li .text-box .mod-txt-walk p span.smallcaps {
  line-height: 1;
}
main.location .sec-content > .content .sec-location-4 {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-4 {
    margin-top: 21.3333333333vw;
  }
}
main.location .sec-content > .content .sec-location-4 .image-panorama {
  width: 100%;
}
main.location .sec-content > .content .sec-location-4 .image-panorama img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-4 .image-panorama img {
    width: 135%;
    height: auto;
  }
}
main.location .sec-content > .content .sec-location-5 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 {
    margin-top: 16vw;
  }
}
main.location .sec-content > .content .sec-location-5 .content {
  padding: 0;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .ttl-box {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
main.location .sec-content > .content .sec-location-5 .ttl-box h3 {
  font-size: 33px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .ttl-box h3 {
    font-size: 5.3333333333vw;
    line-height: 1.55;
  }
}
main.location .sec-content > .content .sec-location-5 .ttl-box .p-box {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .ttl-box .p-box {
    font-size: 3.4666666667vw;
    line-height: 1.85;
  }
}
main.location .sec-content > .content .sec-location-5 .image-map {
  margin-top: 44px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .image-map {
    margin-top: 10.1333333333vw;
  }
}
main.location .sec-content > .content .sec-location-5 .image-map img {
  width: 100%;
  height: auto;
}
main.location .sec-content > .content .sec-location-5 .info {
  position: relative;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .info {
    width: 89.3333333333vw;
    margin: 9.6vw auto 0;
  }
}
main.location .sec-content > .content .sec-location-5 .info h4 {
  font-size: 32px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  color: #A7873D;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .info h4 {
    font-size: 6.4vw;
  }
}
main.location .sec-content > .content .sec-location-5 .info .info-box {
  position: relative;
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .info .info-box {
    margin-top: 4.8vw;
    display: block;
  }
}
main.location .sec-content > .content .sec-location-5 .info .info-box .l-box, main.location .sec-content > .content .sec-location-5 .info .info-box .r-box {
  width: 48%;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .info .info-box .l-box, main.location .sec-content > .content .sec-location-5 .info .info-box .r-box {
    width: 100%;
    font-size: 2.6666666667vw;
  }
}
main.location .sec-content > .content .sec-location-5 .info .info-box .l-box .category-list > li:nth-child(n+2), main.location .sec-content > .content .sec-location-5 .info .info-box .r-box .category-list > li:nth-child(n+2) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .info .info-box .l-box .category-list > li:nth-child(n+2), main.location .sec-content > .content .sec-location-5 .info .info-box .r-box .category-list > li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
main.location .sec-content > .content .sec-location-5 .info .info-box .l-box .category-list > li h5, main.location .sec-content > .content .sec-location-5 .info .info-box .r-box .category-list > li h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .info .info-box .l-box .category-list > li h5, main.location .sec-content > .content .sec-location-5 .info .info-box .r-box .category-list > li h5 {
    font-size: 3.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
main.location .sec-content > .content .sec-location-5 .info .info-box .l-box .category-list > li .shop-list li, main.location .sec-content > .content .sec-location-5 .info .info-box .r-box .category-list > li .shop-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .info .info-box .l-box .category-list > li .shop-list li:nth-child(n+2), main.location .sec-content > .content .sec-location-5 .info .info-box .r-box .category-list > li .shop-list li:nth-child(n+2) {
    margin-top: 0.2666666667vw;
  }
}
main.location .sec-content > .content .sec-location-5 .info .info-box .l-box .category-list > li .shop-list li span, main.location .sec-content > .content .sec-location-5 .info .info-box .r-box .category-list > li .shop-list li span {
  display: block;
}
main.location .sec-content > .content .sec-location-5 .info .info-box .l-box .category-list > li .shop-list li span.dot, main.location .sec-content > .content .sec-location-5 .info .info-box .r-box .category-list > li .shop-list li span.dot {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url("../img/location/dot.png") left center repeat-x;
  background-size: auto 1px;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .info .info-box .l-box .category-list > li .shop-list li span.dot, main.location .sec-content > .content .sec-location-5 .info .info-box .r-box .category-list > li .shop-list li span.dot {
    margin: 0 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  main.location .sec-content > .content .sec-location-5 .info .info-box .r-box {
    margin-top: 5.3333333333vw;
  }
}
main.outline .sec-content > .content .sec-outline ul {
  border-bottom: 1px solid #D9D9D9;
}
main.outline .sec-content > .content .sec-outline ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  padding: 22px 0 22px;
  font-size: 15px;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  main.outline .sec-content > .content .sec-outline ul li {
    padding: 4.2666666667vw 0 4.2666666667vw;
    display: block;
    font-size: 3.7333333333vw;
  }
}
main.outline .sec-content > .content .sec-outline ul li .ttl {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main.outline .sec-content > .content .sec-outline ul li .ttl {
    width: 100%;
  }
}
main.outline .sec-content > .content .sec-outline ul li .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  main.outline .sec-content > .content .sec-outline ul li .desc {
    margin-top: 3px;
    width: 100%;
    font-size: 4vw;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
main.outline .sec-content > .content .sec-outline .txt-update {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  main.outline .sec-content > .content .sec-outline .txt-update {
    margin-top: 8.5333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
}
main.outline .sec-content > .content .sec-outline .txt-update p {
  text-align: right;
}
main.outline .sec-content > .content .sec-outline .txt-update p:nth-child(n+2) {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  main.outline .sec-content > .content .sec-outline .txt-update p:nth-child(n+2) {
    margin-top: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main.map .sec-content > .content {
    width: 100%;
  }
}
main.map .sec-content > .content .sec-map .btn-ui {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  main.map .sec-content > .content .sec-map .btn-ui {
    margin-top: 8vw;
    width: 89.3333333333vw;
  }
}
main.map .sec-content > .content .sec-gallery {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.map .sec-content > .content .sec-gallery {
    margin-top: 17.0666666667vw;
  }
}
main.map .sec-content > .content .sec-gallery .content .text-box {
  text-align: center;
}
main.map .sec-content > .content .sec-gallery .content .text-box h3 {
  font-size: 32px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main.map .sec-content > .content .sec-gallery .content .text-box h3 {
    font-size: 6.1333333333vw;
    letter-spacing: -0.06em;
  }
}
main.map .sec-content > .content .sec-gallery .content .text-box p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  main.map .sec-content > .content .sec-gallery .content .text-box p {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.03em;
    line-height: 1.75;
  }
}
main.map .sec-content > .content .sec-gallery .content .image {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main.map .sec-content > .content .sec-gallery .content .image {
    margin-top: 8.5333333333vw;
  }
}
main.map .sec-content > .content .sec-gallery .content .btn-ui {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main.map .sec-content > .content .sec-gallery .content .btn-ui {
    margin-top: 8vw;
  }
}
main.map .sec-content > .content .sec-info {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.map .sec-content > .content .sec-info {
    margin-top: 16vw;
  }
}
main.map .sec-content > .content .sec-info .content .text-box {
  text-align: left;
}
main.map .sec-content > .content .sec-info .content .text-box h4 {
  font-size: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main.map .sec-content > .content .sec-info .content .text-box h4 {
    font-size: 4.8vw;
    letter-spacing: -0.03em;
  }
}
main.map .sec-content > .content .sec-info .content .text-box p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  main.map .sec-content > .content .sec-info .content .text-box p {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.03em;
    line-height: 1.75;
  }
}
main.map .sec-content > .content .sec-info .content ul.gallery-box {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.map .sec-content > .content .sec-info .content ul.gallery-box {
    margin: 10.6666666667vw auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
  }
}
main.map .sec-content > .content .sec-info .content ul.gallery-box li {
  width: 22.6%;
}
@media screen and (max-width: 767px) {
  main.map .sec-content > .content .sec-info .content ul.gallery-box li {
    width: 47%;
  }
  main.map .sec-content > .content .sec-info .content ul.gallery-box li:nth-child(n+3) {
    margin-top: 5.3333333333vw;
  }
}
main.map .sec-content > .content .sec-info .content ul.gallery-box li .caption {
  margin-top: 12px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  main.map .sec-content > .content .sec-info .content ul.gallery-box li .caption {
    margin-top: 1.6vw;
    font-size: 3.2vw;
  }
}
main.access .sec-content > .content {
  padding: 0;
}
main.access .sec-content > .content .sec-gold {
  max-width: 980px;
  width: 100%;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-gold {
    margin: 21.3333333333vw auto 0;
  }
}
main.access .sec-content > .content .sec-minamoa {
  position: relative;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa {
    margin: 21.3333333333vw 0 0;
  }
}
main.access .sec-content > .content .sec-minamoa .content {
  border: 5px solid #00A5DC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 52px 45px 40px;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa .content {
    border: 3px solid #00A5DC;
    padding: 10.6666666667vw 5.3333333333vw 7.4666666667vw;
    width: 94.6666666667vw;
  }
}
main.access .sec-content > .content .sec-minamoa .content .ttl-box h4 {
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa .content .ttl-box h4 {
    font-size: 5.3333333333vw;
    letter-spacing: 0em;
  }
}
main.access .sec-content > .content .sec-minamoa .content .ttl-box .p-box p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa .content .ttl-box .p-box p {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    line-height: 1.7;
  }
}
main.access .sec-content > .content .sec-minamoa .content .image-main {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa .content .image-main {
    margin-top: 7.4666666667vw;
  }
}
main.access .sec-content > .content .sec-minamoa .content .info-box {
  position: relative;
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa .content .info-box {
    margin-top: 9.6vw;
    display: block;
  }
}
main.access .sec-content > .content .sec-minamoa .content .info-box .image {
  width: 61%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa .content .info-box .image {
    width: 100%;
    text-align: center;
  }
}
main.access .sec-content > .content .sec-minamoa .content .info-box .image img {
  width: 92%;
  height: auto;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa .content .info-box .image img {
    width: 100%;
  }
}
main.access .sec-content > .content .sec-minamoa .content .info-box .text-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa .content .info-box .text-box {
    margin-top: 9.6vw;
  }
}
main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li h5 {
  display: block;
  width: 100%;
  background: #00A5DC;
  color: #fff;
  border-radius: 0 50px 50px 0;
  padding: 5px 0 6px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li h5 {
    padding: 1.0666666667vw 0 1.3333333333vw 2.1333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0em;
  }
}
main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box {
  padding: 16px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box {
    padding: 3.7333333333vw 0 4vw;
  }
}
main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .l-box, main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .r-box {
  width: 50%;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .l-box, main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .r-box {
    font-size: 3.2vw;
  }
}
main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .l-box li, main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .r-box li {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .l-box li, main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .r-box li {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .l-box li.etc, main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .l-box li.note, main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .r-box li.etc, main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .r-box li.note {
  padding-left: 0px;
}
main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .l-box li.etc:before, main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .l-box li.note:before, main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .r-box li.etc:before, main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .r-box li.note:before {
  display: none;
}
main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .l-box li.note, main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .r-box li.note {
  position: relative;
  top: 3px;
  font-size: 0.9em;
  text-align: right;
}
main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .l-box li:nth-child(n+2), main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .r-box li:nth-child(n+2) {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .l-box li:nth-child(n+2), main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .r-box li:nth-child(n+2) {
    margin-top: 1.0666666667vw;
  }
}
main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .l-box li:before, main.access .sec-content > .content .sec-minamoa .content .info-box .text-box ul.category-box > li .flex-box .r-box li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
main.access .sec-content > .content .sec-access {
  position: relative;
  margin: 100px auto 0;
  background: url("../img/access/bg_access.jpg") no-repeat center center;
  background-size: cover;
  padding: 78px 0 78px;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access {
    margin: 21.3333333333vw 0 0;
    padding: 12.8vw 0 14.9333333333vw;
  }
}
main.access .sec-content > .content .sec-access .content h4 {
  text-align: center;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access .content h4 {
    font-size: 5.3333333333vw;
  }
}
main.access .sec-content > .content .sec-access .content ul.thumb-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access .content ul.thumb-box {
    margin-top: 8.5333333333vw;
    display: block;
  }
}
main.access .sec-content > .content .sec-access .content ul.thumb-box li {
  width: 30.5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access .content ul.thumb-box li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  main.access .sec-content > .content .sec-access .content ul.thumb-box li:nth-child(n+4) {
    margin-top: 76px;
  }
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access .content ul.thumb-box li:nth-child(n+2) {
    margin-top: 7.4666666667vw;
  }
}
main.access .sec-content > .content .sec-access .content ul.thumb-box li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access .content ul.thumb-box li .image-box {
    width: 72%;
    margin: 0 auto;
  }
}
main.access .sec-content > .content .sec-access .content ul.thumb-box li .text-box {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access .content ul.thumb-box li .text-box {
    margin-top: 4.2666666667vw;
  }
}
main.access .sec-content > .content .sec-access .content ul.thumb-box li .text-box h5 {
  font-size: 16px;
  line-height: 1.55;
  color: #fff;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access .content ul.thumb-box li .text-box h5 {
    font-size: 3.7333333333vw;
  }
}
main.access .sec-content > .content .sec-access .content ul.thumb-box li .text-box .mod-txt-walk {
  margin-top: 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access .content ul.thumb-box li .text-box .mod-txt-walk {
    margin-top: 2.1333333333vw;
  }
}
main.access .sec-content > .content .sec-access .content ul.thumb-box li .text-box .mod-txt-walk p {
  font-size: 20px;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access .content ul.thumb-box li .text-box .mod-txt-walk p {
    font-size: 4.8vw;
  }
}
main.access .sec-content > .content .sec-access .content ul.thumb-box li .text-box .mod-txt-walk p span.smallcaps {
  line-height: 1;
  color: #fff;
}
main.access .sec-content > .content .sec-access .content ul.thumb-box li .text-box .mod-txt-walk p em {
  color: #fff;
  font-size: 2.4em;
  letter-spacing: 0.02em;
}
main.access .sec-content > .content .sec-access .content ul.thumb-box li .text-box p.note {
  position: relative;
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access .content ul.thumb-box li .text-box p.note {
    font-size: 2.9333333333vw;
    line-height: 1.65;
  }
}
main.access .sec-content > .content .sec-access-2 {
  position: relative;
  margin: 72px auto 0;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access-2 {
    margin: 12.8vw 0 0;
  }
}
main.access .sec-content > .content .sec-access-2 .content h4 {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access-2 .content h4 {
    font-size: 5.3333333333vw;
  }
}
main.access .sec-content > .content .sec-access-2 .content ul.thumb-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access-2 .content ul.thumb-box {
    margin-top: 9.6vw;
    display: block;
  }
}
main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li {
  width: 30.5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li {
    width: 72%;
    margin: 0 auto;
  }
}
main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li:nth-child(n+2) {
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li:nth-child(n+2) {
    margin: 8.5333333333vw auto 0;
  }
}
main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li img {
  width: 100%;
  height: auto;
}
main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li .text-box {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li .text-box {
    margin-top: 3.4666666667vw;
  }
}
main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li .text-box h5 {
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li .text-box h5 {
    font-size: 3.2vw;
  }
}
main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li .text-box .mod-txt-walk {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li .text-box .mod-txt-walk {
    margin-top: 1.0666666667vw;
  }
}
main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li .text-box .mod-txt-walk p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li .text-box .mod-txt-walk p {
    font-size: 4.2666666667vw;
  }
}
main.access .sec-content > .content .sec-access-2 .content ul.thumb-box li .text-box .mod-txt-walk p span.smallcaps {
  line-height: 1;
}
main.design .sec-content > .content {
  padding: 0;
}
main.design .sec-content > .content .sec-design {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.design .sec-content > .content .sec-design {
    margin-top: 17.0666666667vw;
  }
}
main.design .sec-content > .content .sec-design .content ul li:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.design .sec-content > .content .sec-design .content ul li:nth-child(n+2) {
    margin-top: 17.0666666667vw;
  }
}
main.landplan .sec-content > .content {
  padding: 0;
}
main.landplan .sec-content > .content .sec-landplan-1 {
  position: relative;
  margin-top: 148px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 {
    margin-top: 17.0666666667vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box {
    display: block;
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box:nth-child(n+2) {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box:nth-child(n+2) {
    margin-top: 17.0666666667vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box .logo {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box .logo {
    width: 26.6666666667vw;
    margin: 0 auto;
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box .text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: -5px 0 0 44px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box .text-box {
    margin: 7.4666666667vw auto 0;
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box .text-box h4 {
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box .text-box h4 {
    font-size: 5.6vw;
    letter-spacing: -0.06em;
    text-align: center;
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box .text-box p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box .text-box p {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.03em;
    line-height: 1.75;
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box .text-box p.note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box .text-box p.note {
    font-size: 2.6666666667vw;
    margin-top: 3.2vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box .photo-photo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box .photo-photo {
    display: block;
    margin-top: 8.5333333333vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box .photo-photo .image {
  width: 29%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box .photo-photo .image {
    width: 75%;
    margin: 0 auto;
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box .photo-photo .photo-box {
  width: 50%;
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box .photo-photo .photo-box {
    width: 75%;
    margin: 2.1333333333vw auto 0;
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box .photo-photo .photo-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box .photo-photo .photo-box ul li {
  position: relative;
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box .photo-photo .photo-box ul li {
    width: calc(50% - 1.0666666667vw);
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box .photo-photo .photo-box ul li:nth-child(2):after {
  position: absolute;
  content: "";
  top: calc(50% - 24px);
  left: -20px;
  background: url("../img/landplan/icon_arrow.png") center center no-repeat;
  width: 29px;
  height: 48px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box .photo-photo .photo-box ul li:nth-child(2):after {
    width: 4.8vw;
    height: 7.4666666667vw;
    left: -3.2vw;
    top: calc(50% - 3.7333333333vw);
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box .photo-photo .photo-box .caption {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box .photo-photo .photo-box .caption {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.6;
    white-space: normal;
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box > .image-box {
  width: 30%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-1 .flex-box > .image-box {
    width: 75%;
    margin: 8.5333333333vw auto 0;
  }
}
main.landplan .sec-content > .content .sec-landplan-1 .flex-box > .image-box img {
  width: 100%;
  height: auto;
}
main.landplan .sec-content > .content .sec-landplan-2 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 {
    margin: 26.6666666667vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box {
    margin: 12.8vw auto 0;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li:nth-child(n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box li:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .number {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #A7873D;
  color: #fff;
  text-align: center;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .number {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 4.8vw;
    line-height: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box h4 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box h4 {
    margin-top: -0.5333333333vw;
    font-size: 4.8vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box h4.bigcaps {
  font-size: 28px;
  margin-top: -11px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box h4.bigcaps {
    margin-top: -0.8vw;
    font-size: 5.3333333333vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .p-box {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.94;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .p-box {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .image {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .image {
    margin-top: 5.3333333333vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .image img {
  width: 98%;
  height: auto;
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .merit-box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .merit-box {
    margin-top: 6.4vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .merit-box h5 {
  border: 1px solid #000;
  text-align: center;
  padding: 7px 0 7px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .merit-box h5 {
    padding: 1.8666666667vw 0 1.8666666667vw;
    font-size: 3.7333333333vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .merit-box ul {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .merit-box ul {
    margin-top: 4.2666666667vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .merit-box ul li {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .merit-box ul li {
    padding-left: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .merit-box ul li:nth-child(n+2) {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .merit-box ul li:nth-child(n+2) {
    margin-top: 1.0666666667vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .merit-box ul li:before {
  position: absolute;
  content: "■";
  top: 0;
  left: 0;
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .merit-box p.note {
  position: relative;
  font-size: 11px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box li .box .merit-box p.note {
    font-size: 2.9333333333vw;
    margin-top: 3.2vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .map-feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .map-feature {
    display: block;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .map-feature .image-map {
  width: 54%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .map-feature .image-map {
    width: 100%;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box-others {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box-others {
    margin-top: 10.6666666667vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box-others .feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box-others .feature-box {
    display: block;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box-others .feature-box li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box-others .feature-box li {
    width: 100%;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box-others .feature-box li:nth-child(n+2) {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  main.landplan .sec-content > .content .sec-landplan-2 .feature-box-others .feature-box li:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box-others .feature-box li:nth-child(n+3) {
  margin-top: 56px;
}
main.landplan .sec-content > .content .sec-landplan-2 .feature-box-others .feature-box li .image {
  margin-bottom: 25px;
}
main.quality .sec-content > .content {
  padding: 0;
}
main.quality .sec-content > .content .sec-quality-1 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-1 {
    margin-top: 17.0666666667vw;
  }
}
main.quality .sec-content > .content .sec-quality-1 .content ul li:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-1 .content ul li:nth-child(n+2) {
    margin-top: 17.0666666667vw;
  }
}
main.quality .sec-content > .content .sec-quality-1 .content ul li.wide-balcony {
  margin-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-1 .content ul li.wide-balcony {
    display: block;
    margin-top: 21.3333333333vw;
  }
}
main.quality .sec-content > .content .sec-quality-1 .content ul li.wide-balcony .image-box {
  width: 59%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-1 .content ul li.wide-balcony .image-box {
    width: 100%;
  }
}
main.quality .sec-content > .content .sec-quality-1 .content ul li.wide-balcony .image-box img {
  width: 100%;
  height: auto;
}
main.quality .sec-content > .content .sec-quality-1 .content ul li.wide-balcony .mod-title-lead {
  margin: 0 0 0 60px;
  text-align: left;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-1 .content ul li.wide-balcony .mod-title-lead {
    margin: 5.3333333333vw 0 0;
    padding: 0;
  }
}
main.quality .sec-content > .content .sec-quality-1 .content ul li.wide-balcony .mod-title-lead h4 {
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-1 .content ul li.wide-balcony .mod-title-lead h4 {
    font-size: 5.3333333333vw;
    letter-spacing: 0em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-1 .content ul li.wide-balcony .mod-title-lead .p-box {
    margin: 5.3333333333vw auto 0;
  }
}
main.quality .sec-content > .content .sec-quality-1 .content ul li.wide-balcony .mod-title-lead .p-box p {
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-1 .content ul li.wide-balcony .mod-title-lead .p-box p {
    width: 89.3333333333vw;
    margin: 0 auto;
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    text-align: left;
    line-height: 1.8;
  }
}
main.quality .sec-content > .content .sec-quality-1 .content ul li.wide-balcony .mod-title-lead .note {
  margin-top: 24px;
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 0em;
}
main.quality .sec-content > .content .sec-quality-2 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 {
    margin-top: 17.0666666667vw;
  }
}
main.quality .sec-content > .content .sec-quality-2 ul.thumb-box {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box {
    display: block;
    margin-top: 17.0666666667vw;
  }
}
main.quality .sec-content > .content .sec-quality-2 ul.thumb-box.col-4 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box.col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
main.quality .sec-content > .content .sec-quality-2 ul.thumb-box.col-4 li {
  width: 22%;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box.col-4 li {
    width: 48% !important;
  }
}
@media screen and (min-width: 768px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box.col-4 li:nth-child(n+2) {
    margin-left: 1%;
  }
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box.col-4 li:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box.col-4 li:nth-child(n+2) {
    margin-top: 0;
  }
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box.col-4 li:nth-child(n+3) {
    margin-top: 10.6666666667vw;
  }
}
main.quality .sec-content > .content .sec-quality-2 ul.thumb-box.col-4 li .text-box h4 {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box.col-4 li .text-box h4 {
    font-size: 4.5333333333vw;
    letter-spacing: 0em;
    line-height: 1.6 br;
    line-height-display: none;
  }
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box.col-4 li .p-box {
    margin-top: 2.6666666667vw !important;
  }
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box.col-4 li .p-box p {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: 1.75;
  }
}
main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li:nth-child(2n) {
    margin-left: 7%;
  }
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li:nth-child(n+3) {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li img {
  width: 100%;
  height: auto;
}
main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li .text-box {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li .text-box {
    margin-top: 5.3333333333vw;
  }
}
main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li .text-box h4 {
  font-size: 22px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li .text-box h4 {
    font-size: 5.3333333333vw;
    letter-spacing: 0em;
    line-height: 1.6;
  }
}
main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li .text-box .p-box {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li .text-box .p-box {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}
main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li .text-box .note {
  margin-top: 16px;
  font-size: 11px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 ul.thumb-box li .text-box .note {
    margin-top: 3.2vw;
    font-size: 2.6666666667vw;
  }
}
main.quality .sec-content > .content .sec-quality-2 .flets-box {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 .flets-box {
    margin-top: 17.0666666667vw;
  }
}
main.quality .sec-content > .content .sec-quality-2 .flets-box .text-box {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 .flets-box .text-box {
    margin-top: 5.3333333333vw;
  }
}
main.quality .sec-content > .content .sec-quality-2 .flets-box .text-box h4 {
  font-size: 22px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 .flets-box .text-box h4 {
    font-size: 5.3333333333vw;
    letter-spacing: 0em;
    line-height: 1.6;
  }
}
main.quality .sec-content > .content .sec-quality-2 .flets-box .text-box .p-box {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 .flets-box .text-box .p-box {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}
main.quality .sec-content > .content .sec-quality-2 .flets-box .text-box .note {
  margin-top: 16px;
  font-size: 11px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  main.quality .sec-content > .content .sec-quality-2 .flets-box .text-box .note {
    margin-top: 3.2vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.02em;
  }
}
main.plan .sec-content > .content {
  padding: 0;
}
main.plan .sec-content > .content .sec-plan-index {
  position: relative;
}
main.plan .sec-content > .content .sec-plan-index.north {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index.north {
    margin-top: 17.0666666667vw;
  }
}
main.plan .sec-content > .content .sec-plan-index.north .content > .title {
  background: #003B6C;
}
main.plan .sec-content > .content .sec-plan-index.north .content .plan-box > li > a ul.menu-box li.menu, main.plan .sec-content > .content .sec-plan-index.north .content .plan-box > li > p ul.menu-box li.menu {
  background: #003B6C;
}
main.plan .sec-content > .content .sec-plan-index.north .content .plan-box > li > a .label, main.plan .sec-content > .content .sec-plan-index.north .content .plan-box > li > p .label {
  background: #003B6C;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content {
    width: 94.6666666667vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content > .title {
  position: relative;
  width: 100%;
  background: #076762;
  color: #fff;
  text-align: center;
  height: 62px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content > .title {
    height: 11.7333333333vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content > .title span {
  position: relative;
  line-height: 58px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content > .title span {
    line-height: 11.4666666667vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content > .title span.jp {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content > .title span.jp {
    font-size: 5.8666666667vw;
    height: 6.4vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content > .title span.en {
  display: block;
  position: absolute;
  top: 0;
  right: 24px;
  color: #C5A865;
  font-size: 28px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content > .title span.en {
    display: none;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box {
    margin-top: 7.4666666667vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li {
  position: relative;
  width: 23.875%;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li {
    width: 49%;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li.end {
  pointer-events: none;
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li.end a {
  background: #C6C6C6;
}
@media screen and (min-width: 768px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li:not(:nth-child(4n)) {
    margin-right: 1.5%;
  }
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li:nth-child(n+5) {
    margin-top: 1.5%;
  }
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li:nth-child(n+3) {
    margin-top: 1.5%;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p {
  display: block;
  width: 100%;
  background: #F7F6F5;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 20px 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a:hover, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p {
    -webkit-box-shadow: 0px 0.4vw 2vw 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0.4vw 2vw 0px rgba(0, 0, 0, 0.15);
    padding: 7.4666666667vw 2.6666666667vw 7.4666666667vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .ttl-box, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .ttl-box {
  text-align: center;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .ttl-box h4, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .ttl-box h4 {
  position: relative;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .ttl-box h4, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .ttl-box h4 {
    font-size: 4.8vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .ttl-box h4 em.head, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .ttl-box h4 em.head {
  position: relative;
  font-size: 62px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .ttl-box h4 em.head, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .ttl-box h4 em.head {
    font-size: 12.8vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .ttl-box h4 em.sub, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .ttl-box h4 em.sub {
  position: relative;
  font-size: 48px;
  margin-left: -8px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .ttl-box h4 em.sub, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .ttl-box h4 em.sub {
    margin-left: -1.6vw;
    font-size: 10.6666666667vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .ttl-box h4 span.txt-type, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .ttl-box h4 span.txt-type {
  position: relative;
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .ttl-box h4 span.txt-type, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .ttl-box h4 span.txt-type {
    margin-left: 0vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .ttl-box h5, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .ttl-box h5 {
  position: relative;
  margin: 2px auto 0;
  text-align: center;
  font-size: 24px;
  width: 96px;
  display: block;
  border-top: 1px solid #000;
  padding-top: 11px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .ttl-box h5, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .ttl-box h5 {
    width: 21.3333333333vw;
    padding-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a ul.menu-box, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p ul.menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a ul.menu-box, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p ul.menu-box {
    margin-top: 2.6666666667vw;
    height: 4.8vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a ul.menu-box li, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p ul.menu-box li {
  position: relative;
  text-align: center;
  width: 48px;
  height: 20px;
  background: #6B6B6B;
  color: #fff;
  font-size: 14px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a ul.menu-box li, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p ul.menu-box li {
    width: 11.7333333333vw;
    height: 4.8vw;
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a ul.menu-box li:nth-child(n+2), main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p ul.menu-box li:nth-child(n+2) {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a ul.menu-box li:nth-child(n+2), main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p ul.menu-box li:nth-child(n+2) {
    margin-left: 1.3333333333vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a ul.menu-box li.menu, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p ul.menu-box li.menu {
  background: #076762;
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a > .txt-type, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p > .txt-type {
  position: relative;
  margin-top: 10px;
  text-align: center;
  font-size: 22px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a > .txt-type, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p > .txt-type {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a > .txt-type em, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p > .txt-type em {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a > .txt-type em, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p > .txt-type em {
    font-size: 6.4vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .txt-detail, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .txt-detail {
  font-size: 13px;
  letter-spacing: 0em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .txt-detail, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .txt-detail {
    font-size: 3.2vw;
    line-height: 1.2;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .txt-detail span.num-en, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .txt-detail span.num-en {
  position: relative;
  margin: 0 2px 0 4px;
  font-size: 28px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .txt-detail span.num-en, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .txt-detail span.num-en {
    font-size: 6.4vw;
    margin: 0 0 0 1.0666666667vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .txt-detail span.num-en small, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .txt-detail span.num-en small {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .txt-detail span.num-jp, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .txt-detail span.num-jp {
    display: block;
    line-height: 1.3;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .label, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .label {
  position: relative;
  margin-top: 12px;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff;
  background: #076762;
  font-size: 14px;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .label, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .label {
    margin-top: 3.2vw;
    height: 9.0666666667vw;
    line-height: 9.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > a .label.few, main.plan .sec-content > .content .sec-plan-index .content .plan-box > li > p .label.few {
  background: #E4613F;
}
main.plan .sec-content > .content .sec-plan-detail {
  position: relative;
}
main.plan .sec-content > .content .sec-plan-detail.north .content .tab-plan li.active {
  background: #003B6C;
}
main.plan .sec-content > .content .sec-plan-detail .content .tab-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content .tab-plan {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content .tab-plan li {
  position: relative;
  width: 360px;
  width: calc(33.33% - 10px);
  height: 56px;
  line-height: 58px;
  color: #000;
  text-align: center;
  background: #F7F6F5;
  border: 1px solid #000;
  font-size: 23px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content .tab-plan li {
    font-size: 4.5333333333vw;
    width: 42.6666666667vw;
    height: 11.7333333333vw;
    line-height: 12.2666666667vw;
  }
  main.plan .sec-content > .content .sec-plan-detail .content .tab-plan li:nth-child(n+3) {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main.plan .sec-content > .content .sec-plan-detail .content .tab-plan li:nth-child(n+4) {
    margin-top: 10px;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content .tab-plan li span.jp {
  font-size: 0.82em;
}
main.plan .sec-content > .content .sec-plan-detail .content .tab-plan li.active {
  background: #076762;
  color: #fff;
  border: 1px solid #076762;
}
main.plan .sec-content > .content .sec-plan-detail .content .tab-plan li.active:before {
  background: url("../img/common/icon_more_w.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  main.plan .sec-content > .content .sec-plan-detail .content .tab-plan li:not(:nth-child(3n+1)) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content .tab-plan li:nth-child(2n) {
    margin-left: 2.1333333333vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content .tab-plan li:before {
  position: absolute;
  content: "";
  top: 22px;
  right: 22px;
  background: url("../img/common/icon_more.svg") center center no-repeat;
  width: 11px;
  height: 11px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content .tab-plan li:before {
    top: 4.5333333333vw;
    right: 3.2vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content .note-plan {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content .note-plan {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box {
  position: relative;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box {
    margin-top: 14.9333333333vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article {
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  border: 1px solid #ddd;
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article.hides {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head {
  background: #F7F6F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head {
    display: block;
    min-height: 0;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box {
  background: #000;
  width: 17.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  color: #fff;
  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;
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box.menu {
  background: #000;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box {
    width: 100%;
    padding: 4.2666666667vw 0;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box > .ttl-box {
  text-align: center;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box > .ttl-box h4 {
  position: relative;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box > .ttl-box h4 {
    font-size: 4.8vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box > .ttl-box h4 em.head {
  position: relative;
  font-size: 72px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box > .ttl-box h4 em.head {
    font-size: 12.8vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box > .ttl-box h4 em.sub {
  position: relative;
  font-size: 56px;
  margin-left: -8px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box > .ttl-box h4 em.sub {
    margin-left: -1.6vw;
    font-size: 10.6666666667vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box > .ttl-box h4 span.txt-type {
  position: relative;
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box > .ttl-box h4 span.txt-type {
    margin-left: 0vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box > .ttl-box h5 {
  position: relative;
  margin: 2px auto 0;
  text-align: center;
  font-size: 24px;
  width: 110px;
  display: block;
  border-top: 1px solid #fff;
  padding-top: 11px;
  line-height: 1;
  letter-spacing: 0.03em;
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box > .ttl-box h5.washitsu {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box > .ttl-box h5.washitsu {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .l-box > .ttl-box h5 {
    width: 32vw;
    padding-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box {
  position: relative;
  width: 82.5%;
  padding: 40px 50px 40px 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box {
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    display: block;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-left {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-left {
    padding-right: 0;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-left .txt-f {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-left .txt-f {
    font-size: 3.7333333333vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-left .txt-plan {
  margin-top: 4px;
  font-size: 44px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-left .txt-plan {
    margin-top: 0.2666666667vw;
    font-size: 8.5333333333vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-left .txt-plan em {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-left .txt-plan em {
    font-size: 10.6666666667vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-left .note-plan {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-left .note-plan {
    margin-top: 0.5333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right {
  width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-left: 1px solid #000;
  height: 100%;
  padding-left: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 3.2vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-area {
  width: 100%;
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.3;
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-area li:nth-child(1) {
  line-height: 1;
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-area li:nth-child(1) .number {
  top: -0.3em;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-area li:nth-child(1) .number {
    top: -0.25em;
    font-size: 1.7em;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-area li .ttl {
  width: 180px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-area li .ttl {
    width: 37.3333333333vw;
    font-size: 3.2vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-area li .number {
  width: 100px;
  text-align: right;
  position: relative;
  top: -0.11em;
  width: 100px;
  text-align: right;
  font-size: 1.4em;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-area li .number {
    width: 26.6666666667vw;
    font-size: 4.2666666667vw;
    top: -0.2em;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-area li .tubo {
  width: 70px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-area li .tubo {
    width: 14.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-total {
  width: 100%;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 14px;
  margin-top: 8px;
  font-size: 14px;
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-total span {
  display: block;
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-total .ttl {
  width: 180px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-total .ttl {
    width: 37.3333333333vw;
    font-size: 3.2vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-total .number {
  position: relative;
  top: -0.15em;
  width: 100px;
  text-align: right;
  font-size: 1.4em;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-total .number {
    width: 26.6666666667vw;
    font-size: 4.2666666667vw;
    top: -0.2em;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-total .tubo {
  width: 70px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article > .head .r-box .txt-right .txt-total .tubo {
    width: 14.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article .content {
  padding: 64px 0 64px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article .content {
    padding: 6.4vw 0 6.4vw;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article .content .image {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article .content .image {
    width: 85%;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article .content .icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article .content .icon {
    bottom: 5.3333333333vw;
    right: 3.2vw;
    width: 12%;
  }
}
main.plan .sec-content > .content .sec-plan-detail .content > .plan-box > article .content .icon img {
  width: 100%;
  height: auto;
}
main.plan .sec-content > .content .sec-plan-detail .content .btn-ui {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  main.plan .sec-content > .content .sec-plan-detail .content .btn-ui {
    margin-top: 17.0666666667vw;
  }
}
main.structure .sec-content > .content {
  padding: 0;
}
main.structure .sec-content > .content .sec-structure.margin {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure.margin {
    margin-top: 17.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main.structure .sec-content > .content .sec-structure.structure ul.thumb-box.col-4 li {
    margin-left: 4%;
  }
  main.structure .sec-content > .content .sec-structure.structure ul.thumb-box.col-4 li:nth-child(n+2) {
    margin-top: 0;
  }
  main.structure .sec-content > .content .sec-structure.structure ul.thumb-box.col-4 li:nth-child(1), main.structure .sec-content > .content .sec-structure.structure ul.thumb-box.col-4 li:nth-child(5), main.structure .sec-content > .content .sec-structure.structure ul.thumb-box.col-4 li:nth-child(8), main.structure .sec-content > .content .sec-structure.structure ul.thumb-box.col-4 li:nth-child(11) {
    margin-left: 0;
  }
  main.structure .sec-content > .content .sec-structure.structure ul.thumb-box.col-4 li:nth-child(n+5) {
    margin-top: 44px;
  }
}
@media screen and (min-width: 768px) {
  main.structure .sec-content > .content .sec-structure.security ul.thumb-box.col-4 li:nth-child(n+2) {
    margin-top: 0;
  }
  main.structure .sec-content > .content .sec-structure.security ul.thumb-box.col-4 li:not(:nth-child(4n+1)) {
    margin-left: 4%;
  }
  main.structure .sec-content > .content .sec-structure.security ul.thumb-box.col-4 li:nth-child(n+5) {
    margin-top: 44px;
  }
}
main.structure .sec-content > .content .sec-structure .ttl-box h4 {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure .ttl-box h4 {
    padding-bottom: 2.6666666667vw;
  }
}
main.structure .sec-content > .content .sec-structure .ttl-box h4 .en {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 36px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure .ttl-box h4 .en {
    font-size: 6.4vw;
  }
}
main.structure .sec-content > .content .sec-structure .ttl-box h4 .jp {
  position: relative;
  top: -0.25em;
  margin-left: 1.2em;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure .ttl-box h4 .jp {
    margin-left: 1em;
    font-size: 2.9333333333vw;
  }
}
main.structure .sec-content > .content .sec-structure .txt-catch {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure .txt-catch {
    margin-top: 8.5333333333vw;
  }
}
main.structure .sec-content > .content .sec-structure .txt-catch h3 {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure .txt-catch h3 {
    font-size: 5.3333333333vw;
    letter-spacing: 0em;
    line-height: 1.6;
  }
}
main.structure .sec-content > .content .sec-structure .full-box {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure .full-box {
    margin-top: 9.6vw;
  }
}
main.structure .sec-content > .content .sec-structure .full-box .text-box {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure .full-box .text-box {
    margin-top: 5.3333333333vw;
  }
}
main.structure .sec-content > .content .sec-structure .full-box .text-box h4 {
  font-size: 18px;
  line-height: 1.75;
  color: #A7873D;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure .full-box .text-box h4 {
    font-size: 4.8vw;
    letter-spacing: 0em;
    line-height: 1.6;
  }
}
main.structure .sec-content > .content .sec-structure .full-box .text-box .p-box {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure .full-box .text-box .p-box {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.01em;
    line-height: 1.65;
  }
}
main.structure .sec-content > .content .sec-structure .full-box .text-box .note {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure .full-box .text-box .note {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.02em;
  }
}
main.structure .sec-content > .content .sec-structure ul.thumb-box {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box {
    display: block;
    margin-top: 10.6666666667vw;
  }
}
main.structure .sec-content > .content .sec-structure ul.thumb-box.col-4 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box.col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
main.structure .sec-content > .content .sec-structure ul.thumb-box.col-4 li {
  width: 22%;
}
main.structure .sec-content > .content .sec-structure ul.thumb-box.col-4 li.col-2 {
  width: 48%;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box.col-4 li {
    width: 48% !important;
  }
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box.col-4 li:nth-child(2n) {
    margin-left: 4%;
  }
  main.structure .sec-content > .content .sec-structure ul.thumb-box.col-4 li:nth-child(n+2) {
    margin-top: 0;
  }
  main.structure .sec-content > .content .sec-structure ul.thumb-box.col-4 li:nth-child(n+3) {
    margin-top: 8.5333333333vw;
  }
}
main.structure .sec-content > .content .sec-structure ul.thumb-box.col-4 li .text-box h4 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box.col-4 li .text-box h4 {
    font-size: 4vw;
    letter-spacing: 0em;
    line-height: 1.4;
  }
  main.structure .sec-content > .content .sec-structure ul.thumb-box.col-4 li .text-box h4 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box.col-4 li .p-box {
    margin-top: 2.1333333333vw !important;
  }
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box.col-4 li .p-box p {
    font-size: 3.2vw;
    letter-spacing: 0em;
    line-height: 1.65;
  }
}
main.structure .sec-content > .content .sec-structure ul.thumb-box li {
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box li {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box li:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
main.structure .sec-content > .content .sec-structure ul.thumb-box li img {
  width: 100%;
  height: auto;
}
main.structure .sec-content > .content .sec-structure ul.thumb-box li .image-box .image.zeh {
  width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box li .image-box .image.zeh {
    width: 100%;
    height: auto;
  }
}
main.structure .sec-content > .content .sec-structure ul.thumb-box li .text-box {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box li .text-box {
    margin-top: 3.2vw;
  }
}
main.structure .sec-content > .content .sec-structure ul.thumb-box li .text-box h4 {
  font-size: 22px;
  line-height: 1.75;
  color: #A7873D;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box li .text-box h4 {
    font-size: 4.8vw;
    letter-spacing: 0em;
    line-height: 1.6;
  }
}
main.structure .sec-content > .content .sec-structure ul.thumb-box li .text-box .p-box {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box li .text-box .p-box {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
    line-height: 1.8;
  }
}
main.structure .sec-content > .content .sec-structure ul.thumb-box li .text-box .note {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  main.structure .sec-content > .content .sec-structure ul.thumb-box li .text-box .note {
    margin-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */