@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500; }

* {
  margin: 0;
  padding: 0; }

section,
.section,
section section, section .section, .section section, .section .section {
  margin: 0; }

p, dt, dd, th, td, ul, ol {
  font-size: inherit; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  text-decoration: none; }

.u-editableArea {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  font-style: normal;
  color: #252b3a;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #373737; }

a:not([href^="tel:"]) {
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  a:not([href^="tel:"]):hover {
    text-decoration: none;
    opacity: 0.4; }

a[href^="tel:"] {
  cursor: default; }

/* ---------------------------
btn
--------------------------- */
.m-btn01 {
  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;
  line-height: 1;
  font-weight: bold;
  position: relative;
  border-width: 1px;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-align: center; }
  .m-btn01:hover {
    text-decoration: none;
    opacity: 0.7; }
  .m-btn01.arrow-r:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../img/base/ico_arrow_01_c0.svg") center no-repeat;
    background-size: contain; }
  .m-btn01.arrow-r.u-c-wh:before {
    background-image: url("../img/base/ico_arrow_01_wh.svg"); }
  .m-btn01.arrow-l:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../img/base/ico_arrow_01_c0.svg") center no-repeat;
    background-size: contain;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  .m-btn01.arrow-rt:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../img/base/ico_arrow_01_c0.svg") center no-repeat;
    background-size: contain;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .m-btn01.ico-newTab:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    background: url("../img/base/ico_newTab_c0.svg") center no-repeat;
    background-size: contain; }

.m-btn02 {
  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;
  line-height: 1;
  font-weight: bold;
  position: relative;
  border-radius: 2em;
  border-width: 1px;
  letter-spacing: 0.1em;
  cursor: pointer; }
  .m-btn02:hover {
    text-decoration: none;
    opacity: 0.7; }
  .m-btn02.arrow-r:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../img/base/ico_arrow_01_c2.svg") center no-repeat;
    background-size: contain; }
  .m-btn02.arrow-l:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../img/base/ico_arrow_01_c2.svg") center no-repeat;
    background-size: contain;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }

/* ---------------------------
btns1col
--------------------------- */
.m-btns1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .m-btns1col-item:not(:last-child) {
    margin-bottom: 10px; }
  .m-btns1col-item .m-btn01 {
    height: 100%; }

.m-alignRightBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.m-btns2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .m-btns2col.is-jcc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .m-btns2col-item {
    width: 49%; }
    .m-btns2col-item .m-btn01 {
      height: 100%; }
    .m-btns2col.is-autoSize .m-btns2col-item {
      width: auto; }
    .is-jcc .m-btns2col-item:not(:last-child) {
      margin-right: 2%; }

.m-btns3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .m-btns3col-item {
    width: 32%; }
    .m-btns3col-item .m-btn01 {
      height: 100%; }

/* ---------------------------
m-gnav
--------------------------- */
.m-gnav-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.m-gnav-head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold; }

.m-gnav-links-item {
  font-weight: bold; }

.m-gnav-links-fondlingBtn-span {
  position: relative; }
  .m-gnav-links-fondlingBtn-span a {
    position: relative; }
    .m-gnav-links-fondlingBtn-span a:before {
      content: ""; }

.m-gnav-links-fondlingBtn-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  background: url("../img/base/ico_arrow_01_c0.svg") center no-repeat;
  background-size: 7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.m-gnav-subLinks {
  display: none; }
  .m-gnav-subLinks-item:not(:last-child) {
    border-bottom: 1px solid #4c5466; }
  .m-gnav-subLinks-item a {
    color: #fff;
    background: rgba(37, 43, 58, 0.6);
    display: block;
    padding: 8px 14px;
    position: relative; }
    .m-gnav-subLinks-item a:before {
      content: "";
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -7px;
      width: 14px;
      height: 14px;
      background: url("../img/base/ico_arrow_01_wh.svg") center no-repeat;
      background-size: contain; }

.m-gnav-btn-lines {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .m-gnav-btn-lines-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    width: 100%;
    background: #252b3a; }
    .m-gnav-btn-lines-item:nth-child(1), .m-gnav-btn-lines-item:nth-child(3) {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -1px; }
    .m-gnav-btn-lines-item:nth-child(1) {
      -webkit-transform: translateY(-350%);
              transform: translateY(-350%); }
    .m-gnav-btn-lines-item:nth-child(3) {
      -webkit-transform: translateY(350%);
              transform: translateY(350%); }

/* ---------------------------
h
--------------------------- */
.m-h01 {
  font-family: "Yu Mincho", serif;
  letter-spacing: 0.2em;
  line-height: 1.3; }
  .m-h01 span {
    color: #a98f4a; }

.m-h02 {
  font-family: "Yu Mincho", serif;
  position: relative;
  padding-left: calc(1.2rem + 10px);
  letter-spacing: 0.1em; }
  .m-h02:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 1rem;
    height: 3px;
    background: #a98f4a; }

.m-h03 {
  font-family: "Yu Mincho", serif;
  text-align: center;
  letter-spacing: 0.15em; }
  .m-h03:before {
    content: "";
    display: block;
    margin: 0 auto 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(#252b3a), color-stop(50%, #252b3a), color-stop(51%, #a98f4a), to(#a98f4a));
    background: linear-gradient(0deg, #252b3a 0%, #252b3a 50%, #a98f4a 51%, #a98f4a 100%); }

.m-h04 {
  font-family: "Yu Mincho", serif;
  text-align: center;
  letter-spacing: 0.1em; }
  .m-h04:after {
    content: "";
    display: block;
    margin: 0 auto;
    background: #a98f4a;
    margin-top: 0.5em; }

.m-h05 {
  position: relative;
  padding-left: 1.5em; }
  .m-h05:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #a98f4a; }
  .m-h05 .ja {
    display: block;
    line-height: 1; }
  .m-h05 .en {
    font-family: "Yu Mincho", serif;
    color: #a98f4a;
    margin-top: 1em;
    display: block;
    line-height: 1; }

.m-h06 {
  font-family: "Yu Mincho", serif;
  margin-bottom: 0.5em;
  color: #fff;
  letter-spacing: 0.1em; }
  .m-h06 span {
    background: #252b3a;
    padding: 6px 30px;
    position: relative; }
    .m-h06 span:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -1px;
      width: 10px;
      height: 2px;
      background: #fff; }

.m-home-mv {
  color: #fff;
  background: url("../img/home/mv_bg_01.jpg") center no-repeat;
  background-size: cover; }
  .m-home-mv-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .m-home-mv-h {
    text-align: center; }
    .m-home-mv-h .row1 {
      font-family: "Yu Mincho", serif;
      letter-spacing: 0.3em;
      font-weight: bold;
      margin-right: -0.3em; }
    .m-home-mv-h .row2 {
      font-weight: bold;
      letter-spacing: 0.2em; }
      .m-home-mv-h .row2 span {
        border: 1px solid #fff;
        width: 7em;
        display: inline-block; }
    .m-home-mv-h .row3 {
      font-weight: bold;
      letter-spacing: 0.4em;
      margin-right: -0.4em; }

.m-home-climate-pre {
  font-family: "Yu Mincho", serif;
  margin-bottom: 0.8em;
  letter-spacing: 0.1em; }

.m-home-charms-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .m-home-charms-head-txts {
    width: 44%; }

.m-home-charms-img {
  width: 52%; }

.m-home-charms-num {
  font-family: "Yu Mincho", serif;
  text-align: right;
  line-height: 1.2; }

.m-home-charms-h {
  font-family: "Yu Mincho", serif;
  border-top: 1px solid #252b3a;
  border-right: 1px solid #252b3a;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.7em; }
  .m-home-charms-h:before {
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 10px;
    height: 10px;
    background: #fff; }

.m-home-areaGuide-map {
  background: #e2e2e2; }
  .m-home-areaGuide-map-img {
    text-align: center; }

.m-home-areaGuide-imgSlide-frame {
  overflow: hidden; }

.m-home-areaGuide-imgSlide-imgs-item {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s; }
  .m-home-areaGuide-imgSlide-imgs-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .m-home-areaGuide-imgSlide-imgs-item.slick-current {
    z-index: 1; }
    .m-home-areaGuide-imgSlide-imgs-item.slick-current:after {
      opacity: 0; }

.m-home-areaGuide-imgSlide-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.m-home-areaGuide-imgSlide-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .m-home-areaGuide-imgSlide-dots button {
    display: none; }
  .m-home-areaGuide-imgSlide-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #a98f4a;
    margin: 0 8px 4px; }
    .m-home-areaGuide-imgSlide-dots li.slick-active {
      background: #a98f4a; }

.m-home-areaGuide-imgSlide-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1; }
  .m-home-areaGuide-imgSlide-arrow.is-prev {
    left: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  .m-home-areaGuide-imgSlide-arrow.is-next {
    right: 0; }
  .m-home-areaGuide-imgSlide-arrow.slick-disabled {
    display: none !important; }

.m-home-future-sec-img {
  margin-bottom: 1.5em; }

.m-home-works {
  color: #fff;
  background: #252b3a; }
  .m-home-works-h {
    font-family: "Yu Mincho", serif;
    text-align: center; }
  .m-home-works-lead {
    font-family: "Yu Mincho", serif;
    text-align: center;
    margin-bottom: 1.5em; }

.m-home-special-links-btn {
  font-family: "Yu Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #b3b3b3;
  margin-bottom: 0.5em;
  background: #fff;
  position: relative; }
  .m-home-special-links-btn:hover {
    border-color: #252b3a;
    opacity: 1 !important; }
  .m-home-special-links-btn .small {
    font-size: 0.9em;
    display: block; }
  .m-home-special-links-btn .large {
    font-size: 1.2em;
    display: block; }
  .m-home-special-links-btn:before {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../img/base/ico_arrow_01_c0.svg") center no-repeat;
    background-size: contain; }

.m-home-special-links-caption {
  color: #55595d;
  font-size: 0.9rem;
  line-height: 1.4; }

.bukken-ttl {
  text-align: center;
  font-size: 26px;
  margin-bottom: 50px; }

.bukken-info .bukkenName {
  font-size: 22px;
  margin-bottom: 18px;
  font-weight: 400;
  font-family: Yu Mincho, 'Noto Serif JP', serif; }

.bukken-info .bukkenComment {
  font-size: 13px;
  margin-bottom: 18px;
  font-family: Yu Mincho, 'Noto Serif JP', serif; }

.bukken-info .bukkenInfo {
  font-family: 'Noto Sans JP', sans-serif; }
  .bukken-info .bukkenInfo th {
    font-weight: 500;
    padding-right: 23px;
    width: 75px;
    font-size: 12px;
    padding-bottom: 5px; }
  .bukken-info .bukkenInfo td {
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 5px; }

.bukken-btn-wrap {
  padding: 0;
  margin-top: 30px;
  height: 39px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px; }
  .bukken-btn-wrap div {
    width: 144px;
    height: 39px !important;
    font-size: 14px;
    font-weight: 600;
    padding: 0 !important;
    text-align: center;
    -webkit-box-shadow: 1px 1px 3px #00000033;
            box-shadow: 1px 1px 3px #00000033;
    font-family: Yu Mincho, 'Noto Serif JP', serif; }
    .bukken-btn-wrap div a {
      position: relative;
      color: #fff;
      height: 39px !important;
      vertical-align: middle;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all .5s;
      transition: all .5s; }
      .bukken-btn-wrap div a span {
        margin-inline: auto; }
      .bukken-btn-wrap div a::before {
        border-top: 1px solid;
        content: "";
        width: 15px;
        margin-right: 7px;
        position: absolute; }
      .bukken-btn-wrap div a:hover::before {
        width: 7px;
        -webkit-transition: all .5s;
        transition: all .5s; }
  .bukken-btn-wrap .bukken-btn-document {
    background-color: #6B829E; }
  .bukken-btn-wrap .bukken-btn-detail {
    background-color: #DBAA00; }

.bukken-border {
  width: 100%;
  height: 1px;
  background-color: #F0F0F0;
  margin-top: 55px;
  margin-bottom: 55px; }

/* ---------------------------
m-items
--------------------------- */
.m-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.m-contiguousItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.tac {
  text-align: center !important; }

body {
  background: none; }

#container {
  width: auto;
  margin: 0; }

.m-mainContent-bg01 {
  background: url("../img/base/bg_02.png") 0 0; }

.slick-slide {
  height: auto !important; }

/* ---------------------------
m-slide
--------------------------- */
.m-mv01 {
  background: url() center no-repeat;
  background-size: cover; }

.m-mv02 {
  background: url() center no-repeat;
  background-size: cover; }

.m-areaFeature-posts01-item {
  font-family: "Yu Mincho", serif; }
  .m-areaFeature-posts01-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    color: #fff;
    max-width: 1120px;
    margin: 0 auto; }
    .m-areaFeature-posts01-item a:hover {
      opacity: 1;
      text-decoration: none; }
  .m-areaFeature-posts01-item:nth-child(2n) a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.m-areaFeature-posts01-txts {
  position: relative;
  z-index: 1;
  background: #252b3a;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:hover .m-areaFeature-posts01-txts {
    background: #a98f4a; }

.m-areaFeature-posts01-num {
  position: absolute;
  right: 0;
  line-height: 1;
  color: #252b3a;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:hover .m-areaFeature-posts01-num {
    color: #a98f4a; }

.m-areaFeature-posts01-h .ja {
  display: block;
  letter-spacing: 0.3em; }

.m-areaFeature-posts01-h .en {
  display: block;
  letter-spacing: 0.2em; }
  .m-areaFeature-posts01-h .en:before, .m-areaFeature-posts01-h .en:after {
    content: "-"; }

.m-areaFeature-posts01-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: 0.2em;
  position: relative; }
  .m-areaFeature-posts01-more:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    background: url("../img/base/ico_arrow_01_wh.svg") center no-repeat;
    background-size: contain; }
  .m-areaFeature-posts01-more span {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 0.5em 0; }

.m-areaFeature-posts01-bg {
  background: url() center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0; }

.m-areaFeature-posts02-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid #252b3a; }
  .m-areaFeature-posts02-item a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: url("../img/base/ico_arrow_01_c0.svg") center no-repeat;
    background-size: contain; }
  .m-areaFeature-posts02-item a:hover {
    opacity: 1;
    border-color: #a98f4a; }

.m-areaFeature-posts02-txts {
  font-family: "Yu Mincho", serif; }
  .m-areaFeature-posts02-txts .head {
    position: relative;
    letter-spacing: 0.15em; }
    .m-areaFeature-posts02-txts .head:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      background: #252b3a; }
  .m-areaFeature-posts02-txts .ja {
    margin-right: 0.4em;
    letter-spacing: 0.25em; }
  .m-areaFeature-posts02-txts .en {
    letter-spacing: 0.25em; }
    .m-areaFeature-posts02-txts .en:before, .m-areaFeature-posts02-txts .en:after {
      content: "-"; }

.m-areaFeature-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .m-areaFeature-head-txts {
    font-family: "Yu Mincho", serif;
    position: relative;
    z-index: 1;
    background: #a98f4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff; }
  .m-areaFeature-head-num {
    margin-bottom: 0.5em; }
    .m-areaFeature-head-num span {
      border: 1px solid #fff;
      padding: 2px 20px;
      position: relative; }
      .m-areaFeature-head-num span:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        width: 10px;
        height: 2px;
        background: #fff; }
  .m-areaFeature-head-h .ja {
    display: block;
    letter-spacing: 0.3em; }
  .m-areaFeature-head-h .en {
    display: block;
    letter-spacing: 0.2em; }
    .m-areaFeature-head-h .en:before, .m-areaFeature-head-h .en:after {
      content: "-"; }
  .m-areaFeature-head-bg {
    background: url() center no-repeat;
    background-size: cover;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.m-areaFeature-pageNav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .m-areaFeature-pageNav-links-item {
    font-family: "Yu Mincho", serif;
    width: 50%;
    position: relative;
    letter-spacing: 0.1em; }
    .m-areaFeature-pageNav-links-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
      .m-areaFeature-pageNav-links-item a:after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: url("../img/base/ico_arrow_02_c1.svg") center no-repeat;
        background-size: contain;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .m-areaFeature-pageNav-links-item .ico {
      display: block; }

.m-areaFeature-h01 {
  font-family: "Yu Mincho", serif;
  position: relative;
  letter-spacing: 0.1em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  .m-areaFeature-h01:after {
    content: "";
    display: block;
    margin: 0 auto;
    background: #a98f4a;
    margin-top: 0.8em; }
  .m-areaFeature-h01 .ico {
    display: block;
    margin-bottom: 10px; }

.m-areaFeature-secType01 {
  border-top: 1px solid #e2e2e2; }
  .m-areaFeature-secType01-imgs-img:not(:last-child) {
    margin-bottom: 1.5em; }
  .m-areaFeature-secType01-imgs-img p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .m-areaFeature-secType01-imgs-img p img {
      width: calc(50% - 5px); }
  .m-areaFeature-secType01-imgs-img figcaption {
    text-align: right;
    margin-top: 0.5em; }

.m-areaFeature-spot {
  background: #f5f5f5;
  border: 1px solid #e2e2e2; }
  .m-areaFeature-spot-h {
    border-left: 4px solid #252b3a;
    font-weight: bold !important;
    line-height: 1.2; }
  .m-areaFeature-spot-data-h {
    font-weight: bold; }
  .m-areaFeature-spot-data-dl {
    color: #55595d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1; }
    .m-areaFeature-spot-data-dl dt {
      margin-right: 0.5em; }
      .m-areaFeature-spot-data-dl dt img {
        width: 18px; }
    .m-areaFeature-spot-data-dl dd {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .m-areaFeature-spot-img figcaption {
    text-align: right; }

.m-areaFeature-gallery {
  background: #252b3a; }
  .m-areaFeature-gallery-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .m-areaFeature-gallery-imgs-item {
      position: relative; }
      .m-areaFeature-gallery-imgs-item button {
        cursor: pointer; }
    .m-areaFeature-gallery-imgs-label {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
      font-weight: bold;
      font-size: 1.05rem;
      padding: 8px;
      text-align: left;
      line-height: 1.4;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.4)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%); }

.m-areaFeature-popup {
  background: rgba(37, 43, 58, 0.9);
  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;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  pointer-events: none;
  opacity: 0;
  z-index: 201; }
  .m-areaFeature-popup.on {
    pointer-events: auto;
    opacity: 1; }
  .m-areaFeature-popup-content {
    position: relative;
    max-width: 930px; }
  .m-areaFeature-popup-item {
    max-height: calc(100vh - 80px);
    overflow-y: scroll;
    display: none; }
    .m-areaFeature-popup-item.on {
      display: block; }
  .m-areaFeature-popup-close {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background: #a98f4a;
    border-radius: 50%;
    cursor: pointer;
    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; }
    .m-areaFeature-popup-close img {
      width: 40%; }

.m-catHead01 {
  color: #fff;
  background: #252b3a; }
  .m-catHead01-clear {
    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; }
  .m-catHead01-h {
    text-align: center; }
    .m-catHead01-h-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .m-catHead01-h .row1 {
      font-family: "Yu Mincho", serif;
      letter-spacing: 0.3em;
      font-weight: bold;
      margin-right: 0.1em; }
    .m-catHead01-h .row2 {
      font-weight: bold;
      letter-spacing: 0.4em; }
      .m-catHead01-h .row2 span {
        border: 1px solid #fff;
        width: 6em;
        display: inline-block;
        padding: 3px; }
    .m-catHead01-h .row3 {
      font-weight: bold;
      letter-spacing: 0.4em; }

.m-works-lead {
  border-bottom: 1px solid #252b3a; }
  .m-works-lead-h {
    font-family: "Yu Mincho", serif;
    text-align: center;
    margin-bottom: 0.6em;
    line-height: 1.3; }
  .m-works-lead-lead {
    font-family: "Yu Mincho", serif;
    text-align: center; }

.m-works-city {
  background: #f5f5f5; }
  .m-works-city:not(:last-child) {
    margin-bottom: 1em; }
  .m-works-city-pre {
    margin-bottom: 1.5em;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.15em; }
    .m-works-city-pre span {
      color: #fff;
      background: #a98f4a;
      padding: 3px 12px; }
  .m-works-city-h {
    font-family: "Yu Mincho", serif;
    text-align: center;
    margin-bottom: 1em;
    letter-spacing: 0.1em; }

.m-works-mansion-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .m-works-mansion-posts-img {
    margin-bottom: 1em; }
  .m-works-mansion-posts-h {
    font-family: "Yu Mincho", serif; }
  .m-works-mansion-posts-info {
    margin-bottom: 1em; }

.m-otherPagesSec {
  background: #f5f5f5; }
  .m-otherPagesSec-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .m-otherPagesSec-links-item {
      width: 48%; }
      .m-otherPagesSec-links-item a {
        font-family: "Yu Mincho", serif;
        border: 1px solid #e2e2e2;
        display: block;
        padding: 37px 30px;
        background: #fff;
        position: relative; }
      .m-otherPagesSec-links-item.arrow-r a:before {
        content: "";
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
        width: 16px;
        height: 16px;
        background: url("../img/base/ico_arrow_01_c0.svg") center no-repeat;
        background-size: contain; }
      .m-otherPagesSec-links-item.ico-newTab a:before {
        content: "";
        display: block;
        position: absolute;
        right: 18px;
        top: 50%;
        margin-top: -11px;
        width: 22px;
        height: 22px;
        background: url("../img/base/ico_newTab_c0.svg") center no-repeat;
        background-size: contain; }

.m-gmap-popup {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 1em; }
  .m-gmap-popup-img {
    margin-bottom: 0.5em; }
  .m-gmap-popup-h {
    color: #a98f4a;
    font-weight: bold;
    margin-bottom: 0.5em; }
  .m-gmap-popup-address {
    color: #55595d;
    font-size: 0.85rem; }
  .m-gmap-popup-tel {
    color: #55595d;
    font-size: 0.85rem; }
  .m-gmap-popup-caption {
    margin-top: 1em;
    font-size: 0.85rem; }

.m-pankuzu {
  background: #f5f5f5; }
  .m-pankuzu-links {
    line-height: 1.3; }
  .m-pankuzu-item a {
    color: #a98f4a; }
  .m-pankuzu-item:not(:last-child):after {
    content: ">";
    margin: 0 1em; }

.u-c-bk {
  color: #252b3a !important; }

.u-c-gy {
  color: #616161 !important; }

.u-c-c1 {
  color: #a98f4a !important; }

.u-c-c1l {
  color: #f5f5f5 !important; }

.u-c-c2 {
  color: #faba00 !important; }

.u-c-c3 {
  color: #faba00 !important; }

.u-c-c4 {
  color: #faba00 !important; }

.u-c-c9 {
  color: #f5f5f5 !important; }

.u-c-c9_1 {
  color: #f5f5f5 !important; }

.u-c-c9_2 {
  color: #e2e2e2 !important; }

.u-c-c9_3 {
  color: #55595d !important; }

.u-c-wh {
  color: #fff !important; }

.u-c-pk {
  color: #EEA295 !important; }

.u-bg-bk {
  background: #252b3a !important; }

.u-bg-gy {
  background: #616161 !important; }

.u-bg-c0 {
  background: #252b3a !important; }

.u-bg-c1 {
  background: #a98f4a !important; }

.u-bg-c1l {
  background: #f5f5f5 !important; }

.u-bg-c2 {
  background: #faba00 !important; }

.u-bg-c3 {
  background: #faba00 !important; }

.u-bg-c4 {
  background: #faba00 !important; }

.u-bg-c9 {
  background: #f5f5f5 !important; }

.u-bg-c9_1 {
  background: #f5f5f5 !important; }

.u-bg-c9_2 {
  background: #e2e2e2 !important; }

.u-bg-c9_3 {
  background: #55595d !important; }

.u-bg-c9d {
  background: #55595d !important; }

.u-bg-c4 {
  background: #faba00 !important; }

.u-bg-wh {
  background: #fff !important; }

.u-bg-pk {
  background: #EEA295 !important; }

.u-bd-bk {
  border: 2px solid #252b3a !important; }

.u-bd-gy {
  border: 2px solid #616161 !important; }

.u-bd-c0 {
  border: 2px solid #252b3a !important; }

.u-bd-c1 {
  border: 2px solid #a98f4a !important; }

.u-bd-c1l {
  border: 2px solid #f5f5f5 !important; }

.u-bd-c2 {
  border: 2px solid #faba00 !important; }

.u-bd-c3 {
  border: 2px solid #faba00 !important; }

.u-bd-c4 {
  border: 2px solid #faba00 !important; }

.u-bd-c9_1 {
  border: 2px solid #f5f5f5 !important; }

.u-bd-c9_2 {
  border: 2px solid #e2e2e2 !important; }

.u-bd-c9_3 {
  border: 2px solid #55595d !important; }

.u-bd-wh {
  border: 2px solid #fff !important; }

.u-bd-pk {
  border: 2px solid #EEA295 !important; }

/* ---------------------------
input
--------------------------- */
.u-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #55595d;
  position: relative;
  vertical-align: middle;
  resize: none;
  font-size: 1rem;
  border-radius: 6px; }
  .u-input:disabled {
    background: #f5f5f5; }
  .u-input.invalid {
    border-color: #d45252; }
  .u-input.size-max {
    width: 100%; }
  .u-input.size-s {
    width: 5em; }
  .m-form .u-input {
    margin-bottom: 4px;
    margin-right: 8px; }
  .u-input-radioLabel {
    padding: 8px;
    display: block;
    border: dotted #ccc 1px; }
  .u-input-selectWrap {
    display: inline; }
  .u-input-radio01:not(:last-child) {
    border-bottom: 2px dotted #f5f5f5; }
  .u-input-radio01 input {
    opacity: 0;
    position: absolute; }
  .u-input-radio01 label {
    display: block; }
  .u-input-radio01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .u-input-radio01-ico {
    border: 1px solid #f5f5f5;
    background: #e2e2e2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    input:checked + .u-input-radio01-clear .u-input-radio01-ico {
      border-color: #a98f4a;
      background: #a98f4a; }
      input:checked + .u-input-radio01-clear .u-input-radio01-ico:after {
        content: "";
        display: block;
        width: 40%;
        height: 40%;
        background: #f9d9e7;
        border-radius: 50%; }
    input:focus + .u-input-radio01-clear .u-input-radio01-ico {
      -webkit-box-shadow: 0 0 2px 1px #004AA1;
              box-shadow: 0 0 2px 1px #004AA1; }
  .u-input-radio01-txts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.u-input02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #f5f5f5;
  position: relative;
  vertical-align: middle;
  resize: none;
  font-size: 1rem; }
  .u-input02:focus {
    border-bottom-color: #a98f4a;
    outline: none; }
  .u-input02:disabled {
    background: #f5f5f5; }
  .u-input02.invalid {
    border-color: #d45252; }
  .u-input02.size-max {
    width: 100%; }
  .u-input02.size-s {
    width: 5em; }
  .m-form .u-input02 {
    margin-bottom: 4px;
    margin-right: 8px; }
  .u-input02-radioLabel {
    padding: 8px;
    display: block;
    border: dotted #ccc 1px; }
  .u-input02-selectWrap {
    display: inline; }

button, input[type="submit"] {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro",  "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-weight: 500;
  font-style: normal;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  background: none;
  display: block;
  width: 100%; }

/* ---------------------------
m
--------------------------- */
/* align */
.u-align-c {
  text-align: center !important; }

.u-align-l {
  text-align: left !important; }

.u-align-r {
  text-align: right !important; }

.u-valign-t {
  vertical-align: top !important; }

.u-valign-m {
  vertical-align: middle !important; }

.u-valign-b {
  vertical-align: bottom !important; }

/* margin */
.u-ml-2xs {
  margin-left: 5px !important; }

.u-ml-xs {
  margin-left: 10px !important; }

.u-ml-s {
  margin-left: 20px !important; }

.u-ml {
  margin-left: 30px !important; }

.u-ml-l {
  margin-left: 40px !important; }

.u-ml-xl {
  margin-left: 60px !important; }

.u-ml-2xl {
  margin-left: 80px !important; }

.u-ml-3xl {
  margin-left: 120px !important; }

/* margin */
.u-mr-2xs {
  margin-right: 5px !important; }

.u-mr-xs {
  margin-right: 10px !important; }

.u-mr-s {
  margin-right: 20px !important; }

.u-mr {
  margin-right: 30px !important; }

.u-mr-l {
  margin-right: 40px !important; }

.u-mr-xl {
  margin-right: 60px !important; }

.u-mr-2xl {
  margin-right: 80px !important; }

.u-mr-3xl {
  margin-right: 120px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-mb-1e {
  margin-bottom: 1em !important; }

.u-mb-2e {
  margin-bottom: 2em !important; }

.u-mb-3e {
  margin-bottom: 3em !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

/* ---------------------------
link
--------------------------- */
.u-link01 {
  word-break: break-all;
  text-decoration: underline !important; }
  .u-link01:hover {
    text-decoration: none !important; }

.u-link-newTab:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../img/base/ico_newTab_c0.svg") center no-repeat;
  background-size: contain;
  margin-left: 4px; }

.u-link02 {
  position: relative;
  padding-right: 20px;
  font-size: 1.2rem;
  font-weight: bold; }
  .u-link02:after {
    content: "";
    display: block;
    width: 24px;
    height: 18px;
    background: url("../img/base/ico_arrow_01_c1.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -9px; }

/* ---------------------------
list
--------------------------- */
.u-list01 li {
  margin-left: 1em; }
  .u-list01 li:before {
    content: "・";
    margin-left: -1em;
    position: absolute; }

.u-fwb {
  font-weight: bold !important; }

.u-fwm {
  font-weight: 500 !important; }

.u-font-serif {
  font-family: "Yu Mincho", serif; }

/* ---------------------------
bordered
--------------------------- */
.u-bordered01 {
  border: 1px solid #55595d; }

.u-bdt-c9d {
  border-top: 1px solid #55595d; }

/* ---------------------------
fixedAfterScroll
--------------------------- */
.u-fixedAfterScroll {
  bottom: -100px; }
  .u-fixedAfterScroll.fixed {
    position: fixed;
    z-index: 10;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

/* ---------------------------
u-tabBtn
--------------------------- */
.u-tabBtn {
  cursor: pointer; }

.u-tabContent {
  display: none; }
  .u-tabContent.on {
    display: block; }

.u-onScrollAddClass {
  -webkit-transition: 1.0s;
  transition: 1.0s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px); }
  .u-onScrollAddClass.on {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }

/* ---------------------------
folding
--------------------------- */
.u-folding-target {
  display: none; }

/* ---------------------------
u-table
--------------------------- */
.u-table01 {
  width: 100%; }
  .u-table01 th, .u-table01 td {
    border-bottom: 2px dotted #f5f5f5;
    padding: 10px 0;
    vertical-align: top; }
  .u-table01 th {
    font-weight: bold;
    padding-right: 2em;
    white-space: nowrap; }

.u-table02 {
  width: 100%; }
  .u-table02 th, .u-table02 td {
    border: 1px solid #f5f5f5;
    padding: 10px;
    vertical-align: top;
    background: #fff; }
  .u-table02 th {
    font-weight: bold;
    padding-right: 2em;
    white-space: nowrap;
    border-right: none; }
  .u-table02 td {
    border-left: 2px dotted #f5f5f5;
    text-align: right; }

/* ---------------------------
u-wysiwyg
--------------------------- */
.u-wysiwyg {
  overflow: hidden;
  line-height: 2; }
  .u-wysiwyg a {
    text-decoration: underline;
    word-wrap: break-word;
    color: #a98f4a; }
    .u-wysiwyg a:hover {
      text-decoration: none; }
    .u-wysiwyg a img {
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .u-wysiwyg a img:hover {
        opacity: 0.8; }
  .u-wysiwyg h1 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 2rem;
    font-weight: bold; }
  .u-wysiwyg h3 {
    margin-top: 1.5em;
    margin-bottom: 0.9em;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
    border-bottom: 4px solid #a98f4a; }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-weight: bold; }
  .u-wysiwyg ol {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em; }
    .u-wysiwyg ol li {
      list-style-type: decimal; }
  .u-wysiwyg ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em; }
    .u-wysiwyg ul li {
      list-style-type: disc;
      margin-bottom: 0.5em; }
  .u-wysiwyg p {
    margin-bottom: 1em; }
  .u-wysiwyg em {
    font-weight: normal; }
  .u-wysiwyg blockquote {
    border: 2px solid #f5f5f5; }
    .u-wysiwyg blockquote p:last-child {
      margin-bottom: 0; }
  .u-wysiwyg .aligncenter {
    display: block;
    margin: 0 auto; }
  .u-wysiwyg .alignright {
    float: right; }
  .u-wysiwyg .alignleft {
    float: left; }
  .u-wysiwyg .wp-caption {
    max-width: 100%; }
  .u-wysiwyg table {
    margin-bottom: 1em; }
  .u-wysiwyg figure {
    margin-bottom: 1em !important; }
  .u-wysiwyg hr {
    margin: 2em 0; }

.u-editableArea {
  /* reset */
  /* --------------------------------------------------------
	01share style
	-------------------------------------------------------- */
  /*CSS Rollover*/
  /* ---------------------------
module
--------------------------- */
  /* ---------------------------
l-header
--------------------------- */
  /* ---------------------------
l-footer
--------------------------- */
  /* ---------------------------
l-wrap
--------------------------- */ }
  .u-editableArea html {
    overflow-y: scroll; }
  .u-editableArea * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .u-editableArea a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .u-editableArea dt, .u-editableArea th, .u-editableArea h1, .u-editableArea h2, .u-editableArea h3, .u-editableArea h4, .u-editableArea h5, .u-editableArea h6 {
    font-weight: 500; }
  .u-editableArea section, .u-editableArea figure, .u-editableArea aside, .u-editableArea header, .u-editableArea footer, .u-editableArea main, .u-editableArea nav {
    display: block; }
  .u-editableArea address, .u-editableArea caption, .u-editableArea cite, .u-editableArea code, .u-editableArea dfn, .u-editableArea em, .u-editableArea strong, .u-editableArea th, .u-editableArea var {
    font-style: normal; }
  .u-editableArea table {
    border-collapse: collapse; }
  .u-editableArea caption, .u-editableArea th {
    text-align: left; }
  .u-editableArea q:before, .u-editableArea q:after {
    content: ''; }
  .u-editableArea object,
  .u-editableArea embed {
    vertical-align: top; }
  .u-editableArea img, .u-editableArea abbr, .u-editableArea acronym, .u-editableArea fieldset {
    border: 0; }
  .u-editableArea li {
    list-style-type: none; }
  .u-editableArea img {
    vertical-align: bottom; }
  .u-editableArea hr {
    clear: both; }
  .u-editableArea .tal {
    text-align: left; }
  .u-editableArea .tar {
    text-align: right; }
  .u-editableArea .tac {
    text-align: center; }
  .u-editableArea .fwb {
    font-weight: bold; }
  .u-editableArea .fwn {
    font-weight: normal; }
  .u-editableArea a.cssRoll img {
    opacity: 1; }
  .u-editableArea a:hover.cssRoll img {
    opacity: 0.6; }
  .u-editableArea figure {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0; }
  .u-editableArea em {
    font-weight: bold; }
  .u-editableArea #wrapper {
    position: relative;
    overflow: hidden; }
  .u-editableArea img {
    max-width: 100%;
    height: auto; }
  .u-editableArea .l-header {
    line-height: 1; }
    .u-editableArea .l-header-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .u-editableArea .l-header-col1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .u-editableArea .l-header-logo {
      font-size: 0.85rem; }
      .u-editableArea .l-header-logo span {
        color: #707070;
        margin-left: 15px; }
  .u-editableArea .l-footer {
    background: #55595d;
    color: #ffffff; }
    .u-editableArea .l-footer-address-logo {
      margin-bottom: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .u-editableArea .l-footer-address-logo .logo {
        margin-right: 1rem;
        display: block; }
    .u-editableArea .l-footer-address-txt {
      font-size: 0.85rem; }
    .u-editableArea .l-footer-links01 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .u-editableArea .l-footer-links01-head {
        border-top: 2px solid #252b3a;
        padding-top: 1rem; }
        .u-editableArea .l-footer-links01-head > a {
          position: relative;
          display: block;
          color: #ffffff; }
          .u-editableArea .l-footer-links01-head > a:after {
            content: "";
            background: url("../img/base/ico_arrow_01_wh.svg") center center no-repeat;
            background-size: contain;
            position: absolute;
            right: 0;
            top: 50%;
            width: 12px;
            height: 12px;
            margin-top: -6px; }
    .u-editableArea .l-footer-links01sub-item {
      font-size: 0.85rem;
      margin-bottom: 0.5em; }
      .u-editableArea .l-footer-links01sub-item a {
        color: #ffffff; }
      .u-editableArea .l-footer-links01sub-item.is-newTab a:after {
        content: "";
        background: url("../img/base/ico_newTab_01_wh.svg") center center no-repeat;
        background-size: contain;
        width: 14px;
        height: 14px;
        display: inline-block;
        margin-left: 8px; }
    .u-editableArea .l-footer-sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .u-editableArea .l-footer-sns-h {
        font-size: 0.85rem;
        margin-right: 1em; }
    .u-editableArea .l-footer-snses {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .u-editableArea .l-footer-snses-item {
        background: #ffffff;
        border-radius: 50%; }
        .u-editableArea .l-footer-snses-item:not(:last-child) {
          margin-right: 1em; }
    .u-editableArea .l-footer-links02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .u-editableArea .l-footer-links02-item {
        font-size: 0.85rem; }
        .u-editableArea .l-footer-links02-item:after {
          content: "|";
          margin: 0 1em; }
        .u-editableArea .l-footer-links02-item a {
          color: #ffffff; }
    .u-editableArea .l-footer-copyright {
      text-align: center;
      font-size: 0.75rem; }

@media screen and (min-width: 1240px) {
  /* ==========================================================================
   Large
   ========================================================================== */
  html {
    font-size: 16px; }
  /* ---------------------------
btn
--------------------------- */
  .m-btn01 {
    padding: 19px 14px; }
    .m-btn01 .ico {
      width: 30px;
      margin-right: 15px; }
    .m-btn01.size-220pc {
      width: 220px; }
    .m-btn01.arrow-r, .m-btn01.ico-newTab {
      padding-right: 25px; }
    .m-btn01.arrow-l {
      padding-left: 25px; }
    .m-btn01.is-smallPadding {
      padding: 9px 6px;
      border-radius: 4px; }
  .m-btn02 {
    padding: 19px 14px; }
    .m-btn02 .ico {
      width: 30px;
      margin-right: 15px; }
    .m-btn02.size-220pc {
      width: 220px; }
    .m-btn02.arrow-r {
      padding-right: 25px; }
    .m-btn02.arrow-l {
      padding-left: 25px; }
    .m-btn02.is-smallPadding {
      padding: 7px 6px; }
  /* ---------------------------
btns1col
--------------------------- */
  .m-btns1col-item {
    width: 460px; }
  /* ---------------------------
m-gnav
--------------------------- */
  .m-gnav {
    width: 75%; }
    .m-gnav-clear {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 780px;
      margin: 0 auto; }
    .m-gnav-head {
      width: 25%; }
      .m-gnav-head a {
        height: 64px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: relative; }
        .m-gnav-head a:before {
          content: "";
          display: block;
          position: absolute;
          right: 0px;
          top: 0;
          width: 26px;
          height: 100%;
          background: url("../img/base/gnav_arrow_01.svg") center no-repeat;
          background-size: contain; }
    .m-gnav-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .m-gnav-links-item {
        text-align: center;
        position: relative;
        width: 33.3%; }
        .m-gnav-links-item > a {
          height: 64px;
          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; }
      .m-gnav-links-fondlingBtn-span a {
        height: 64px;
        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; }
    .m-gnav-subLinks {
      position: absolute;
      right: 0;
      top: 100%;
      width: 100%;
      min-width: 160px;
      text-align: left; }
      .m-gnav-links-item:hover .m-gnav-subLinks {
        display: block; }
    .m-gnav-btn {
      display: none;
      width: 88px;
      height: 88px; }
      .m-gnav-btn-lines {
        width: 31px;
        height: 50px;
        display: none; }
        .m-gnav-btn-lines-item {
          height: 3px; }
    .m-gnav-close {
      display: none; }
  /* ---------------------------
h
--------------------------- */
  .m-h01 {
    font-size: 2.7rem; }
  .m-h02 {
    font-size: 1.5rem; }
  .m-h03 {
    font-size: 1.5rem; }
    .m-h03:before {
      width: 2px;
      height: 80px; }
  .m-h04 {
    font-size: 1.6rem; }
    .m-h04:after {
      width: 38px;
      height: 3px; }
  .m-h05 .ja {
    font-size: 1.4rem; }
  .m-h05 .en {
    font-size: 0.85rem; }
  .m-h06 {
    font-size: 1.3rem; }
  .m-home-mv-clear {
    height: 470px; }
  .m-home-mv-h .row1 {
    font-size: 3.2rem;
    margin-bottom: 1rem; }
  .m-home-mv-h .row2 {
    font-size: 1.5rem;
    margin-bottom: 1rem; }
  .m-home-mv-h .row3 {
    font-size: 1.2rem; }
  .m-home-mv-map img {
    width: 420px; }
  .m-home-climate-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .m-home-climate-txts {
    width: 58%; }
  .m-home-climate-pre {
    font-size: 1.1rem; }
  .m-home-climate-imgs {
    width: 38%; }
  .m-home-culture-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .m-home-culture-sec:not(:last-child) {
      margin-bottom: 70px; }
    .m-home-culture-sec:nth-child(2n+1) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .m-home-culture-img {
    width: 49%; }
  .m-home-culture-txts {
    width: 48%; }
  .m-home-charms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 100px; }
    .m-home-charms-item {
      width: 48%;
      margin-bottom: 75px; }
      .m-home-charms-item:nth-child(2n) {
        -webkit-transform: translateY(60px);
                transform: translateY(60px); }
    .m-home-charms-head {
      margin-bottom: 30px; }
      .m-home-charms-head-txts {
        margin-top: -10px; }
    .m-home-charms-num {
      font-size: 2.6rem; }
    .m-home-charms-h {
      padding-left: 0;
      padding-right: 5px;
      font-size: 1.2rem; }
  .m-home-areaGuide-map {
    padding: 30px 0 80px; }
  .m-home-areaGuide-imgSlide-frame {
    margin-top: -50px; }
  .m-home-areaGuide-imgSlide-imgs .slick-list {
    overflow: visible;
    padding: 50px 0 !important; }
  .m-home-areaGuide-imgSlide-imgs-item.slick-current {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .m-home-areaGuide-imgSlide-dots {
    margin-top: 16px; }
  .m-home-areaGuide-imgSlide-arrow {
    margin-top: -26px; }
    .m-home-areaGuide-imgSlide-arrow img {
      width: 20px; }
    .m-home-areaGuide-imgSlide-arrow.is-prev {
      left: 30px; }
    .m-home-areaGuide-imgSlide-arrow.is-next {
      right: 30px; }
    .m-contiguousItems.col-pc2 .m-home-areaGuide-imgSlide-arrow.is-prev {
      margin-left: -42px; }
    .m-contiguousItems.col-pc2 .m-home-areaGuide-imgSlide-arrow.is-next {
      margin-right: -42px; }
  .m-home-future-sec.is-float {
    overflow: hidden; }
  .m-home-future-sec.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .m-home-future-sec:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .m-home-future-sec:not(:last-child) {
    margin-bottom: 80px; }
  .m-home-future-sec.is-flex .m-home-future-sec-txts {
    width: 57%; }
  .m-home-future-sec-img {
    margin-bottom: 1em;
    width: 38%; }
    .m-home-future-sec.is-float:nth-child(2n+1) .m-home-future-sec-img {
      float: right;
      margin-left: 1.5em; }
    .m-home-future-sec.is-float:nth-child(2n+2) .m-home-future-sec-img {
      float: left;
      margin-right: 1.5em; }
  .m-home-works-h {
    font-size: 1.6rem;
    margin-bottom: 1em; }
  .m-home-special-links {
    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;
    width: 720px;
    margin: 0 auto; }
    .m-home-special-links-item {
      width: 48%;
      margin-bottom: 4%; }
    .m-home-special-links-btn {
      padding: 32px;
      height: 160px;
      font-size: 1.2rem; }
  .bukken-wrap {
    padding-top: 4%;
    padding-bottom: 4%; }
  .bukken-ttl {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px; }
  .bukken-flex {
    max-width: 998px;
    padding-inline: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 42px;
    margin-inline: auto; }
  .bukken-img {
    width: 100%;
    max-width: 448px; }
  .bukken-info {
    width: 100%;
    max-width: 448px; }
    .bukken-info .bukkenName {
      font-size: 22px;
      margin-bottom: 18px;
      font-weight: 400;
      font-family: Yu Mincho, 'Noto Serif JP', serif; }
    .bukken-info .bukkenComment {
      font-size: 13px;
      margin-bottom: 18px;
      font-family: Yu Mincho, 'Noto Serif JP', serif; }
    .bukken-info .bukkenInfo {
      font-family: 'Noto Sans JP', sans-serif; }
      .bukken-info .bukkenInfo th {
        font-weight: 500;
        padding-right: 23px;
        width: 75px;
        font-size: 12px;
        padding-bottom: 5px; }
      .bukken-info .bukkenInfo td {
        font-size: 12px;
        font-weight: 300;
        padding-bottom: 5px; }
  .bukken-btn-wrap {
    padding: 0;
    margin-top: 30px;
    height: 39px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px; }
    .bukken-btn-wrap div {
      width: 144px;
      height: 39px !important;
      font-size: 14px;
      font-weight: 600;
      padding: 0 !important;
      text-align: center;
      -webkit-box-shadow: 1px 1px 3px #00000033;
              box-shadow: 1px 1px 3px #00000033;
      font-family: Yu Mincho, 'Noto Serif JP', serif; }
      .bukken-btn-wrap div a {
        position: relative;
        color: #fff;
        height: 39px !important;
        vertical-align: middle;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: all .5s;
        transition: all .5s; }
        .bukken-btn-wrap div a span {
          margin-inline: auto; }
        .bukken-btn-wrap div a::before {
          border-top: 1px solid;
          content: "";
          width: 15px;
          margin-right: 7px;
          position: absolute; }
        .bukken-btn-wrap div a:hover::before {
          width: 7px;
          -webkit-transition: all .5s;
          transition: all .5s; }
    .bukken-btn-wrap .bukken-btn-document {
      background-color: #6B829E; }
    .bukken-btn-wrap .bukken-btn-detail {
      background-color: #DBAA00; }
  .bukken-border {
    width: 100%;
    height: 1px;
    background-color: #F0F0F0;
    margin-top: 55px;
    margin-bottom: 55px; }
  /* ---------------------------
m-items
--------------------------- */
  .m-items.is-fdrr-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .m-items.is-w800-pc {
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }
  .m-items.col-pc2 .m-items-item {
    width: 48%;
    margin-bottom: 4%; }
    .m-items.col-pc2 .m-items-item:not(:nth-child(2n)) {
      margin-right: 4%; }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:nth-child(2n) {
    margin-right: 4%; }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:not(:nth-child(2n)) {
    margin-right: 0; }
  .m-items.col-pc3 .m-items-item {
    width: 31%;
    margin-bottom: 3%; }
    .m-items.col-pc3 .m-items-item:not(:nth-child(3n)) {
      margin-right: 3%; }
  .m-items.col-pc4 .m-items-item {
    width: 23%;
    margin-bottom: 4%; }
    .m-items.col-pc4 .m-items-item:not(:nth-child(4n)) {
      margin-right: 2.5%; }
  .m-items.col-pc5 .m-items-item {
    width: 18%;
    margin-bottom: 4%; }
    .m-items.col-pc5 .m-items-item:not(:nth-child(5n)) {
      margin-right: 2.2%; }
  .m-items.col-pc6 .m-items-item {
    width: 14.7%;
    margin-bottom: 4%; }
    .m-items.col-pc6 .m-items-item:not(:nth-child(6n)) {
      margin-right: 2.2%; }
  .m-contiguousItems.col-pc2 .m-contiguousItems-item {
    width: calc(100% / 2); }
  .m-contiguousItems.col-pc3 .m-contiguousItems-item {
    width: calc(100% / 3); }
  .m-contiguousItems.col-pc4 .m-contiguousItems-item {
    width: calc(100% / 4); }
  .m-contiguousItems.col-pc5 .m-contiguousItems-item {
    width: calc(100% / 5); }
  .m-contiguousItems.col-pc6 .m-contiguousItems-item {
    width: calc(100% / 6); }
  .spOnly {
    display: none; }
  #wrapper {
    margin-top: 80px; }
  #allWrapper {
    min-width: 1240px; }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px; }
  .m-mainContent-bg01 {
    padding-bottom: 120px; }
  /* ---------------------------
m-slide
--------------------------- */
  .m-mv01 {
    height: 530px; }
  .m-mv02 {
    height: 448px; }
  .m-areaFeature-posts01-item:not(:last-child) {
    margin-bottom: 110px; }
  .m-areaFeature-posts01-item a {
    height: 430px; }
  .m-areaFeature-posts01-txts {
    width: 540px;
    padding: 90px 85px 60px; }
  .m-areaFeature-posts01-num {
    top: 55px;
    font-size: 8.5rem;
    text-shadow: 0 0 2px #fff; }
  .m-areaFeature-posts01-h {
    margin-bottom: 30px; }
    .m-areaFeature-posts01-h .ja {
      font-size: 2.7rem; }
    .m-areaFeature-posts01-h .en {
      font-size: 1.3rem; }
  .m-areaFeature-posts01-more {
    font-size: 0.95rem; }
    .m-areaFeature-posts01-more span {
      width: 120px; }
    .m-areaFeature-posts01-more:before {
      margin-top: -7px;
      width: 14px;
      height: 14px; }
  .m-areaFeature-posts01-bg {
    width: 1034px;
    height: 100%; }
    .m-areaFeature-posts01-item:nth-child(2n+1) .m-areaFeature-posts01-bg {
      left: 166px; }
    .m-areaFeature-posts01-item:nth-child(2n) .m-areaFeature-posts01-bg {
      right: 166px; }
  .m-areaFeature-posts02 {
    max-width: 720px;
    margin: 0 auto; }
    .m-areaFeature-posts02-item a {
      padding: 10px; }
      .m-areaFeature-posts02-item a:before {
        right: 15px;
        margin-top: -8px;
        width: 16px;
        height: 16px; }
    .m-areaFeature-posts02-item:not(:last-child) {
      margin-bottom: 20px; }
    .m-areaFeature-posts02-img {
      margin-right: 20px; }
    .m-areaFeature-posts02-txts .head {
      padding-bottom: 0.5em;
      margin-bottom: 0.5em;
      font-size: 0.9rem; }
      .m-areaFeature-posts02-txts .head:after {
        width: 80px; }
    .m-areaFeature-posts02-txts .ja {
      font-size: 1.5rem; }
    .m-areaFeature-posts02-txts .en {
      font-size: 1.2rem; }
  .m-areaFeature-head-txts {
    width: 360px;
    height: 510px;
    padding-left: 70px;
    padding-right: 20px; }
  .m-areaFeature-head-num {
    font-size: 1.4rem; }
  .m-areaFeature-head-h {
    margin-bottom: 30px; }
    .m-areaFeature-head-h .ja {
      font-size: 2.7rem; }
    .m-areaFeature-head-h .en {
      font-size: 1.3rem; }
  .m-areaFeature-pageNav-links-item a {
    height: 210px; }
    .m-areaFeature-pageNav-links-item a:after {
      margin: 10px auto 0; }
  .m-areaFeature-pageNav-links-item .ico {
    margin-bottom: 10px; }
    .m-areaFeature-pageNav-links-item .ico img {
      width: 48px; }
  .m-areaFeature-pageNav-links-item .label {
    font-size: 1.1rem; }
  .m-areaFeature-pageNav-links-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 1px;
    height: 90px;
    margin-top: -45px;
    background: #252b3a; }
  .m-areaFeature-h01 .ico img {
    width: 48px; }
  .m-areaFeature-h01 .label {
    font-size: 1.6rem; }
  .m-areaFeature-h01:after {
    width: 38px;
    height: 3px; }
  .m-areaFeature-secType01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .m-areaFeature-secType01-clear:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .m-areaFeature-secType01-txts {
    width: 48%; }
  .m-areaFeature-secType01-imgs {
    width: 48%; }
  .m-areaFeature-gmap {
    height: 600px; }
  .m-areaFeature-spot {
    padding: 37px 38px; }
    .m-areaFeature-spot:not(:last-child) {
      margin-bottom: 20px; }
    .m-areaFeature-spot-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .m-areaFeature-spot-txts {
      width: 80%;
      margin-right: 5%; }
    .m-areaFeature-spot-h {
      font-size: 1.3rem;
      padding-left: 1em; }
    .m-areaFeature-spot-data-h {
      margin-bottom: 1em; }
    .m-areaFeature-spot-data-dl {
      margin-bottom: 0.9em; }
    .m-areaFeature-spot-img {
      width: 265px; }
  .m-areaFeature-gallery-imgs-item {
    width: 23%;
    margin-bottom: 2%; }
    .m-areaFeature-gallery-imgs-item:not(:nth-child(4n)) {
      margin-right: 2%; }
  .m-areaFeature-popup {
    padding: 30px; }
  .m-catHead01-clear {
    height: 224px; }
  .m-catHead01-h .row1 {
    font-size: 2.8rem; }
  .m-catHead01-h .row2 {
    font-size: 1.2rem; }
  .m-catHead01-h .row3 {
    font-size: 1.1rem; }
  .m-catHead01-map img {
    width: 280px; }
  .m-works-lead-h {
    font-size: 1.6rem; }
  .m-works-city-h {
    font-size: 1.6rem; }
  .m-works-mansion-posts-item {
    width: 48%; }
  .m-works-mansion-posts-txts {
    padding: 20px 30px; }
  .m-works-mansion-posts-h {
    font-size: 1.5rem; }
  .m-otherPagesSec-links {
    max-width: 720px;
    margin: 0 auto; }
    .m-otherPagesSec-links-item {
      font-size: 1.2rem; }
  .m-gmap-popup {
    width: 250px; }
    .m-gmap-popup-h {
      font-size: 1.1rem; }
  .m-pankuzu {
    padding: 10px 0; }
    .m-pankuzu-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .m-pankuzu-item {
      font-size: 0.8rem; }
  /* ---------------------------
input
--------------------------- */
  .u-input {
    padding: 13px; }
    .u-input.size-m {
      width: 230px; }
    .u-input.padding-s {
      padding: 7px; }
    .u-input-radio01-clear {
      padding: 10px 0; }
    .u-input-radio01-ico {
      width: 30px;
      height: 30px;
      margin-right: 15px; }
  .u-input02 {
    padding: 13px; }
    .u-input02.size-m {
      width: 230px; }
    .u-input02.padding-s {
      padding: 7px; }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 20px !important; }
  .u-mt {
    margin-top: 30px !important; }
  .u-mt-l {
    margin-top: 40px !important; }
  .u-mt-xl {
    margin-top: 60px !important; }
  .u-mt-2xl {
    margin-top: 80px !important; }
  .u-mt-3xl {
    margin-top: 120px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 20px !important; }
  .u-mb {
    margin-bottom: 30px !important; }
  .u-mb-l {
    margin-bottom: 40px !important; }
  .u-mb-xl {
    margin-bottom: 60px !important; }
  .u-mb-2xl {
    margin-bottom: 80px !important; }
  .u-mb-3xl {
    margin-bottom: 120px !important; }
  .u-ml-1em {
    margin-left: 1em !important; }
  .u-mr-1em {
    margin-right: 1em !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 20px !important; }
  .u-pt {
    padding-top: 30px !important; }
  .u-pt-l {
    padding-top: 40px !important; }
  .u-pt-xl {
    padding-top: 60px !important; }
  .u-pt-2xl {
    padding-top: 80px !important; }
  .u-pt-3xl {
    padding-top: 120px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 20px !important; }
  .u-pb {
    padding-bottom: 30px !important; }
  .u-pb-l {
    padding-bottom: 40px !important; }
  .u-pb-xl {
    padding-bottom: 60px !important; }
  .u-pb-2xl {
    padding-bottom: 80px !important; }
  .u-pb-3xl {
    padding-bottom: 120px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 20px !important; }
  .u-p {
    padding: 30px !important; }
  .u-p-l {
    padding: 40px !important; }
  .u-p-xl {
    padding: 60px !important; }
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3; }
  /* ---------------------------
bordered
--------------------------- */
  .u-bordered01 {
    padding: 40px; }
  /* ---------------------------
fixedAfterScroll
--------------------------- */
  .u-fixedAfterScroll.fixed {
    right: 20px;
    bottom: 20px;
    width: 300px; }
  /* ---------------------------
u-tabBtn
--------------------------- */
  /* ---------------------------
folding
--------------------------- */
  /* ---------------------------
u-table
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px; }
  .u-wysiwyg h3 {
    font-size: 1.34rem; }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem; }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px; }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  .u-editableArea {
    /* ---------------------------
module
--------------------------- */
    /* ---------------------------
l-header
--------------------------- */
    /* ---------------------------
l-footer
--------------------------- */
    /* ---------------------------
l-wrap
--------------------------- */ }
    .u-editableArea .wrapin {
      max-width: calc( 970px + 40px);
      margin: 0 auto;
      padding: 0 40px; }
    .u-editableArea html {
      font-size: 16px; }
    .u-editableArea .l-header-clear {
      height: 100px; }
    .u-editableArea .l-footer {
      padding: 40px 0 50px; }
      .u-editableArea .l-footer-row1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 30px; }
      .u-editableArea .l-footer-address-logo .logo {
        width: 150px; }
      .u-editableArea .l-footer-links01-item {
        width: 23.5%;
        font-size: 1.1rem;
        margin-bottom: 30px; }
        .u-editableArea .l-footer-links01-item:not(:nth-child(4n)) {
          margin-right: 2%; }
      .u-editableArea .l-footer-links01-head {
        margin-bottom: 20px; }
      .u-editableArea .l-footer-sns {
        margin-bottom: 40px; }
      .u-editableArea .l-footer-snses-item {
        width: 40px; }
      .u-editableArea .l-footer-links02 {
        margin-bottom: 30px; }
    .u-editableArea .l-wrap {
      max-width: calc( 970px + 40px);
      margin: 0 auto;
      padding: 0 40px; }
      .u-editableArea .l-wrap-740 {
        max-width: 820px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-780 {
        max-width: 860px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-800 {
        max-width: 880px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-900 {
        max-width: 980px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-930 {
        max-width: 1010px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-960 {
        max-width: 1030px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-980 {
        max-width: 1060px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-1000 {
        max-width: 1080px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-1100 {
        max-width: 1180px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-1280 {
        max-width: 1360px;
        width: 100%;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-1460 {
        max-width: 1560px;
        width: 100%;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; } }

@media screen and (min-width: 481px) and (max-width: 1240px), print {
  /* ==========================================================================
   PC
   ========================================================================== */
  html {
    font-size: 16px; }
  /* ---------------------------
btn
--------------------------- */
  .m-btn01 {
    padding: 19px 14px; }
    .m-btn01 .ico {
      width: 30px;
      margin-right: 15px; }
    .m-btn01.size-220pc {
      width: 220px; }
    .m-btn01.arrow-r, .m-btn01.ico-newTab {
      padding-right: 25px; }
    .m-btn01.arrow-l {
      padding-left: 25px; }
    .m-btn01.is-smallPadding {
      padding: 9px 6px;
      border-radius: 4px; }
  .m-btn02 {
    padding: 19px 14px; }
    .m-btn02 .ico {
      width: 30px;
      margin-right: 15px; }
    .m-btn02.size-220pc {
      width: 220px; }
    .m-btn02.arrow-r {
      padding-right: 25px; }
    .m-btn02.arrow-l {
      padding-left: 25px; }
    .m-btn02.is-smallPadding {
      padding: 7px 6px; }
  /* ---------------------------
btns1col
--------------------------- */
  .m-btns1col-item {
    width: 460px; }
  /* ---------------------------
m-gnav
--------------------------- */
  .m-gnav {
    width: 75%; }
    .m-gnav-clear {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 780px;
      margin: 0 auto; }
    .m-gnav-head {
      width: 25%; }
      .m-gnav-head a {
        height: 64px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: relative; }
        .m-gnav-head a:before {
          content: "";
          display: block;
          position: absolute;
          right: 0px;
          top: 0;
          width: 26px;
          height: 100%;
          background: url("../img/base/gnav_arrow_01.svg") center no-repeat;
          background-size: contain; }
    .m-gnav-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .m-gnav-links-item {
        text-align: center;
        position: relative;
        width: 33.3%; }
        .m-gnav-links-item > a {
          height: 64px;
          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; }
      .m-gnav-links-fondlingBtn-span a {
        height: 64px;
        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; }
    .m-gnav-subLinks {
      position: absolute;
      right: 0;
      top: 100%;
      width: 100%;
      min-width: 160px;
      text-align: left; }
      .m-gnav-links-item:hover .m-gnav-subLinks {
        display: block; }
    .m-gnav-btn {
      display: none;
      width: 88px;
      height: 88px; }
      .m-gnav-btn-lines {
        width: 31px;
        height: 50px;
        display: none; }
        .m-gnav-btn-lines-item {
          height: 3px; }
    .m-gnav-close {
      display: none; }
  /* ---------------------------
h
--------------------------- */
  .m-h01 {
    font-size: 2.7rem; }
  .m-h02 {
    font-size: 1.5rem; }
  .m-h03 {
    font-size: 1.5rem; }
    .m-h03:before {
      width: 2px;
      height: 80px; }
  .m-h04 {
    font-size: 1.6rem; }
    .m-h04:after {
      width: 38px;
      height: 3px; }
  .m-h05 .ja {
    font-size: 1.4rem; }
  .m-h05 .en {
    font-size: 0.85rem; }
  .m-h06 {
    font-size: 1.3rem; }
  .m-home-mv-clear {
    height: 470px; }
  .m-home-mv-h .row1 {
    font-size: 3.2rem;
    margin-bottom: 1rem; }
  .m-home-mv-h .row2 {
    font-size: 1.5rem;
    margin-bottom: 1rem; }
  .m-home-mv-h .row3 {
    font-size: 1.2rem; }
  .m-home-mv-map img {
    width: 420px; }
  .m-home-climate-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .m-home-climate-txts {
    width: 58%; }
  .m-home-climate-pre {
    font-size: 1.1rem; }
  .m-home-climate-imgs {
    width: 38%; }
  .m-home-culture-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .m-home-culture-sec:not(:last-child) {
      margin-bottom: 70px; }
    .m-home-culture-sec:nth-child(2n+1) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .m-home-culture-img {
    width: 49%; }
  .m-home-culture-txts {
    width: 48%; }
  .m-home-charms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 100px; }
    .m-home-charms-item {
      width: 48%;
      margin-bottom: 75px; }
      .m-home-charms-item:nth-child(2n) {
        -webkit-transform: translateY(60px);
                transform: translateY(60px); }
    .m-home-charms-head {
      margin-bottom: 30px; }
      .m-home-charms-head-txts {
        margin-top: -10px; }
    .m-home-charms-num {
      font-size: 2.6rem; }
    .m-home-charms-h {
      padding-left: 0;
      padding-right: 5px;
      font-size: 1.2rem; }
  .m-home-areaGuide-map {
    padding: 30px 0 80px; }
  .m-home-areaGuide-imgSlide-frame {
    margin-top: -50px; }
  .m-home-areaGuide-imgSlide-imgs .slick-list {
    overflow: visible;
    padding: 50px 0 !important; }
  .m-home-areaGuide-imgSlide-imgs-item.slick-current {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .m-home-areaGuide-imgSlide-dots {
    margin-top: 16px; }
  .m-home-areaGuide-imgSlide-arrow {
    margin-top: -26px; }
    .m-home-areaGuide-imgSlide-arrow img {
      width: 20px; }
    .m-home-areaGuide-imgSlide-arrow.is-prev {
      left: 30px; }
    .m-home-areaGuide-imgSlide-arrow.is-next {
      right: 30px; }
    .m-contiguousItems.col-pc2 .m-home-areaGuide-imgSlide-arrow.is-prev {
      margin-left: -42px; }
    .m-contiguousItems.col-pc2 .m-home-areaGuide-imgSlide-arrow.is-next {
      margin-right: -42px; }
  .m-home-future-sec.is-float {
    overflow: hidden; }
  .m-home-future-sec.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .m-home-future-sec:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .m-home-future-sec:not(:last-child) {
    margin-bottom: 80px; }
  .m-home-future-sec.is-flex .m-home-future-sec-txts {
    width: 57%; }
  .m-home-future-sec-img {
    margin-bottom: 1em;
    width: 38%; }
    .m-home-future-sec.is-float:nth-child(2n+1) .m-home-future-sec-img {
      float: right;
      margin-left: 1.5em; }
    .m-home-future-sec.is-float:nth-child(2n+2) .m-home-future-sec-img {
      float: left;
      margin-right: 1.5em; }
  .m-home-works-h {
    font-size: 1.6rem;
    margin-bottom: 1em; }
  .m-home-special-links {
    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;
    width: 720px;
    margin: 0 auto; }
    .m-home-special-links-item {
      width: 48%;
      margin-bottom: 4%; }
    .m-home-special-links-btn {
      padding: 32px;
      height: 160px;
      font-size: 1.2rem; }
  .bukken-wrap {
    padding-top: 4%;
    padding-bottom: 4%; }
  .bukken-ttl {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px; }
  .bukken-flex {
    max-width: 998px;
    padding-inline: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 42px;
    margin-inline: auto; }
  .bukken-img {
    width: 100%;
    max-width: 448px; }
  .bukken-info {
    width: 100%;
    max-width: 448px; }
    .bukken-info .bukkenName {
      font-size: 22px;
      margin-bottom: 18px;
      font-weight: 400;
      font-family: Yu Mincho, 'Noto Serif JP', serif; }
    .bukken-info .bukkenComment {
      font-size: 13px;
      margin-bottom: 18px;
      font-family: Yu Mincho, 'Noto Serif JP', serif; }
    .bukken-info .bukkenInfo {
      font-family: 'Noto Sans JP', sans-serif; }
      .bukken-info .bukkenInfo th {
        font-weight: 500;
        padding-right: 23px;
        width: 75px;
        font-size: 12px;
        padding-bottom: 5px; }
      .bukken-info .bukkenInfo td {
        font-size: 12px;
        font-weight: 300;
        padding-bottom: 5px; }
  .bukken-btn-wrap {
    padding: 0;
    margin-top: 30px;
    height: 39px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px; }
    .bukken-btn-wrap div {
      width: 144px;
      height: 39px !important;
      font-size: 14px;
      font-weight: 600;
      padding: 0 !important;
      text-align: center;
      -webkit-box-shadow: 1px 1px 3px #00000033;
              box-shadow: 1px 1px 3px #00000033;
      font-family: Yu Mincho, 'Noto Serif JP', serif; }
      .bukken-btn-wrap div a {
        position: relative;
        color: #fff;
        height: 39px !important;
        vertical-align: middle;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: all .5s;
        transition: all .5s; }
        .bukken-btn-wrap div a span {
          margin-inline: auto; }
        .bukken-btn-wrap div a::before {
          border-top: 1px solid;
          content: "";
          width: 15px;
          margin-right: 7px;
          position: absolute; }
        .bukken-btn-wrap div a:hover::before {
          width: 7px;
          -webkit-transition: all .5s;
          transition: all .5s; }
    .bukken-btn-wrap .bukken-btn-document {
      background-color: #6B829E; }
    .bukken-btn-wrap .bukken-btn-detail {
      background-color: #DBAA00; }
  .bukken-border {
    width: 100%;
    height: 1px;
    background-color: #F0F0F0;
    margin-top: 55px;
    margin-bottom: 55px; }
  /* ---------------------------
m-items
--------------------------- */
  .m-items.is-fdrr-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .m-items.is-w800-pc {
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }
  .m-items.col-pc2 .m-items-item {
    width: 48%;
    margin-bottom: 4%; }
    .m-items.col-pc2 .m-items-item:not(:nth-child(2n)) {
      margin-right: 4%; }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:nth-child(2n) {
    margin-right: 4%; }
  .m-items.col-pc2.is-fdrr-pc .m-items-item:not(:nth-child(2n)) {
    margin-right: 0; }
  .m-items.col-pc3 .m-items-item {
    width: 31%;
    margin-bottom: 3%; }
    .m-items.col-pc3 .m-items-item:not(:nth-child(3n)) {
      margin-right: 3%; }
  .m-items.col-pc4 .m-items-item {
    width: 23%;
    margin-bottom: 4%; }
    .m-items.col-pc4 .m-items-item:not(:nth-child(4n)) {
      margin-right: 2.5%; }
  .m-items.col-pc5 .m-items-item {
    width: 18%;
    margin-bottom: 4%; }
    .m-items.col-pc5 .m-items-item:not(:nth-child(5n)) {
      margin-right: 2.2%; }
  .m-items.col-pc6 .m-items-item {
    width: 14.7%;
    margin-bottom: 4%; }
    .m-items.col-pc6 .m-items-item:not(:nth-child(6n)) {
      margin-right: 2.2%; }
  .m-contiguousItems.col-pc2 .m-contiguousItems-item {
    width: calc(100% / 2); }
  .m-contiguousItems.col-pc3 .m-contiguousItems-item {
    width: calc(100% / 3); }
  .m-contiguousItems.col-pc4 .m-contiguousItems-item {
    width: calc(100% / 4); }
  .m-contiguousItems.col-pc5 .m-contiguousItems-item {
    width: calc(100% / 5); }
  .m-contiguousItems.col-pc6 .m-contiguousItems-item {
    width: calc(100% / 6); }
  .tbOnly {
    display: none; }
  .spOnly {
    display: none; }
  #wrapper {
    margin-top: 80px; }
  #allWrapper {
    min-width: 1240px; }
  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px; }
  .m-mainContent-bg01 {
    padding-bottom: 120px; }
  /* ---------------------------
m-slide
--------------------------- */
  .m-mv01 {
    height: 530px; }
  .m-mv02 {
    height: 448px; }
  .m-areaFeature-posts01-item:not(:last-child) {
    margin-bottom: 110px; }
  .m-areaFeature-posts01-item a {
    height: 430px; }
  .m-areaFeature-posts01-txts {
    width: 540px;
    padding: 90px 85px 60px; }
  .m-areaFeature-posts01-num {
    top: 55px;
    font-size: 8.5rem;
    text-shadow: 0 0 2px #fff; }
  .m-areaFeature-posts01-h {
    margin-bottom: 30px; }
    .m-areaFeature-posts01-h .ja {
      font-size: 2.7rem; }
    .m-areaFeature-posts01-h .en {
      font-size: 1.3rem; }
  .m-areaFeature-posts01-more {
    font-size: 0.95rem; }
    .m-areaFeature-posts01-more span {
      width: 120px; }
    .m-areaFeature-posts01-more:before {
      margin-top: -7px;
      width: 14px;
      height: 14px; }
  .m-areaFeature-posts01-bg {
    width: 1034px;
    height: 100%; }
    .m-areaFeature-posts01-item:nth-child(2n+1) .m-areaFeature-posts01-bg {
      left: 166px; }
    .m-areaFeature-posts01-item:nth-child(2n) .m-areaFeature-posts01-bg {
      right: 166px; }
  .m-areaFeature-posts02 {
    max-width: 720px;
    margin: 0 auto; }
    .m-areaFeature-posts02-item a {
      padding: 10px; }
      .m-areaFeature-posts02-item a:before {
        right: 15px;
        margin-top: -8px;
        width: 16px;
        height: 16px; }
    .m-areaFeature-posts02-item:not(:last-child) {
      margin-bottom: 20px; }
    .m-areaFeature-posts02-img {
      margin-right: 20px; }
    .m-areaFeature-posts02-txts .head {
      padding-bottom: 0.5em;
      margin-bottom: 0.5em;
      font-size: 0.9rem; }
      .m-areaFeature-posts02-txts .head:after {
        width: 80px; }
    .m-areaFeature-posts02-txts .ja {
      font-size: 1.5rem; }
    .m-areaFeature-posts02-txts .en {
      font-size: 1.2rem; }
  .m-areaFeature-head-txts {
    width: 360px;
    height: 510px;
    padding-left: 70px;
    padding-right: 20px; }
  .m-areaFeature-head-num {
    font-size: 1.4rem; }
  .m-areaFeature-head-h {
    margin-bottom: 30px; }
    .m-areaFeature-head-h .ja {
      font-size: 2.7rem; }
    .m-areaFeature-head-h .en {
      font-size: 1.3rem; }
  .m-areaFeature-pageNav-links-item a {
    height: 210px; }
    .m-areaFeature-pageNav-links-item a:after {
      margin: 10px auto 0; }
  .m-areaFeature-pageNav-links-item .ico {
    margin-bottom: 10px; }
    .m-areaFeature-pageNav-links-item .ico img {
      width: 48px; }
  .m-areaFeature-pageNav-links-item .label {
    font-size: 1.1rem; }
  .m-areaFeature-pageNav-links-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 1px;
    height: 90px;
    margin-top: -45px;
    background: #252b3a; }
  .m-areaFeature-h01 .ico img {
    width: 48px; }
  .m-areaFeature-h01 .label {
    font-size: 1.6rem; }
  .m-areaFeature-h01:after {
    width: 38px;
    height: 3px; }
  .m-areaFeature-secType01-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .m-areaFeature-secType01-clear:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .m-areaFeature-secType01-txts {
    width: 48%; }
  .m-areaFeature-secType01-imgs {
    width: 48%; }
  .m-areaFeature-gmap {
    height: 600px; }
  .m-areaFeature-spot {
    padding: 37px 38px; }
    .m-areaFeature-spot:not(:last-child) {
      margin-bottom: 20px; }
    .m-areaFeature-spot-clear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .m-areaFeature-spot-txts {
      width: 80%;
      margin-right: 5%; }
    .m-areaFeature-spot-h {
      font-size: 1.3rem;
      padding-left: 1em; }
    .m-areaFeature-spot-data-h {
      margin-bottom: 1em; }
    .m-areaFeature-spot-data-dl {
      margin-bottom: 0.9em; }
    .m-areaFeature-spot-img {
      width: 265px; }
  .m-areaFeature-gallery-imgs-item {
    width: 23%;
    margin-bottom: 2%; }
    .m-areaFeature-gallery-imgs-item:not(:nth-child(4n)) {
      margin-right: 2%; }
  .m-areaFeature-popup {
    padding: 30px; }
  .m-catHead01-clear {
    height: 224px; }
  .m-catHead01-h .row1 {
    font-size: 2.8rem; }
  .m-catHead01-h .row2 {
    font-size: 1.2rem; }
  .m-catHead01-h .row3 {
    font-size: 1.1rem; }
  .m-catHead01-map img {
    width: 280px; }
  .m-works-lead-h {
    font-size: 1.6rem; }
  .m-works-city-h {
    font-size: 1.6rem; }
  .m-works-mansion-posts-item {
    width: 48%; }
  .m-works-mansion-posts-txts {
    padding: 20px 30px; }
  .m-works-mansion-posts-h {
    font-size: 1.5rem; }
  .m-otherPagesSec-links {
    max-width: 720px;
    margin: 0 auto; }
    .m-otherPagesSec-links-item {
      font-size: 1.2rem; }
  .m-gmap-popup {
    width: 250px; }
    .m-gmap-popup-h {
      font-size: 1.1rem; }
  .m-pankuzu {
    padding: 10px 0; }
    .m-pankuzu-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .m-pankuzu-item {
      font-size: 0.8rem; }
  /* ---------------------------
input
--------------------------- */
  .u-input {
    padding: 13px; }
    .u-input.size-m {
      width: 230px; }
    .u-input.padding-s {
      padding: 7px; }
    .u-input-radio01-clear {
      padding: 10px 0; }
    .u-input-radio01-ico {
      width: 30px;
      height: 30px;
      margin-right: 15px; }
  .u-input02 {
    padding: 13px; }
    .u-input02.size-m {
      width: 230px; }
    .u-input02.padding-s {
      padding: 7px; }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 20px !important; }
  .u-mt {
    margin-top: 30px !important; }
  .u-mt-l {
    margin-top: 40px !important; }
  .u-mt-xl {
    margin-top: 60px !important; }
  .u-mt-2xl {
    margin-top: 80px !important; }
  .u-mt-3xl {
    margin-top: 120px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 20px !important; }
  .u-mb {
    margin-bottom: 30px !important; }
  .u-mb-l {
    margin-bottom: 40px !important; }
  .u-mb-xl {
    margin-bottom: 60px !important; }
  .u-mb-2xl {
    margin-bottom: 80px !important; }
  .u-mb-3xl {
    margin-bottom: 120px !important; }
  .u-ml-1em {
    margin-left: 1em !important; }
  .u-mr-1em {
    margin-right: 1em !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 20px !important; }
  .u-pt {
    padding-top: 30px !important; }
  .u-pt-l {
    padding-top: 40px !important; }
  .u-pt-xl {
    padding-top: 60px !important; }
  .u-pt-2xl {
    padding-top: 80px !important; }
  .u-pt-3xl {
    padding-top: 120px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 20px !important; }
  .u-pb {
    padding-bottom: 30px !important; }
  .u-pb-l {
    padding-bottom: 40px !important; }
  .u-pb-xl {
    padding-bottom: 60px !important; }
  .u-pb-2xl {
    padding-bottom: 80px !important; }
  .u-pb-3xl {
    padding-bottom: 120px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 20px !important; }
  .u-p {
    padding: 30px !important; }
  .u-p-l {
    padding: 40px !important; }
  .u-p-xl {
    padding: 60px !important; }
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3; }
  /* ---------------------------
bordered
--------------------------- */
  .u-bordered01 {
    padding: 40px; }
  /* ---------------------------
fixedAfterScroll
--------------------------- */
  .u-fixedAfterScroll.fixed {
    right: 20px;
    bottom: 20px;
    width: 300px; }
  /* ---------------------------
u-tabBtn
--------------------------- */
  /* ---------------------------
folding
--------------------------- */
  /* ---------------------------
u-table
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px; }
  .u-wysiwyg h3 {
    font-size: 1.34rem; }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem; }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px; }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px; }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px; }
  .u-editableArea {
    /* ---------------------------
module
--------------------------- */
    /* ---------------------------
l-header
--------------------------- */
    /* ---------------------------
l-footer
--------------------------- */
    /* ---------------------------
l-wrap
--------------------------- */ }
    .u-editableArea .wrapin {
      max-width: calc( 970px + 40px);
      margin: 0 auto;
      padding: 0 40px;
      padding: 0 30px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .u-editableArea html {
      font-size: 16px; }
    .u-editableArea .l-header-clear {
      height: 100px; }
    .u-editableArea .l-footer {
      padding: 40px 0 50px; }
      .u-editableArea .l-footer-row1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 30px; }
      .u-editableArea .l-footer-address-logo .logo {
        width: 150px; }
      .u-editableArea .l-footer-links01-item {
        width: 23.5%;
        font-size: 1.1rem;
        margin-bottom: 30px; }
        .u-editableArea .l-footer-links01-item:not(:nth-child(4n)) {
          margin-right: 2%; }
      .u-editableArea .l-footer-links01-head {
        margin-bottom: 20px; }
      .u-editableArea .l-footer-sns {
        margin-bottom: 40px; }
      .u-editableArea .l-footer-snses-item {
        width: 40px; }
      .u-editableArea .l-footer-links02 {
        margin-bottom: 30px; }
    .u-editableArea .l-wrap {
      max-width: calc( 970px + 40px);
      margin: 0 auto;
      padding: 0 40px;
      padding: 0 30px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
      .u-editableArea .l-wrap-740 {
        max-width: 820px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-780 {
        max-width: 860px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-800 {
        max-width: 880px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-900 {
        max-width: 980px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-930 {
        max-width: 1010px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-960 {
        max-width: 1030px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-980 {
        max-width: 1060px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-1000 {
        max-width: 1080px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-1100 {
        max-width: 1180px;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-1280 {
        max-width: 1360px;
        width: 100%;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; }
      .u-editableArea .l-wrap-1460 {
        max-width: 1560px;
        width: 100%;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px; } }

@media screen and (max-width: 480px) {
  /* ==========================================================================
   SP
   ========================================================================== */
  html {
    font-size: 15px; }
  /* ---------------------------
btn
--------------------------- */
  .m-btn01 {
    padding: 19px 6px; }
    .m-btn01 .ico {
      width: 26px;
      margin-right: 10px; }
    .m-btn01.size-220sp {
      width: 220px;
      margin: 0 auto; }
    .m-btn01.arrow-r:before, .m-btn01.arrow-rt:before, .m-btn01.arrow-l:before {
      margin-top: -4px;
      width: 8px;
      height: 8px; }
    .m-btn01.ico-newTab:before {
      right: 6px;
      margin-top: -8px;
      width: 16px;
      height: 16px; }
    .m-btn01.ico-newTab, .m-btn01.arrow-r {
      padding-right: 25px; }
    .m-btn01.arrow-rt {
      padding-right: 25px; }
    .m-btn01.arrow-l {
      padding-left: 25px; }
    .m-btn01.is-smallPadding, .m-btn01.is-smallPaddingSp {
      padding: 9px 6px;
      border-radius: 4px; }
  .m-btn02 {
    padding: 9px 6px; }
    .m-btn02 .ico {
      width: 26px;
      margin-right: 10px; }
    .m-btn02.size-220sp {
      width: 220px;
      margin: 0 auto; }
    .m-btn02.arrow-r:before, .m-btn02.arrow-l:before {
      margin-top: -4px;
      width: 8px;
      height: 8px; }
    .m-btn02.arrow-r {
      padding-right: 25px; }
    .m-btn02.arrow-l {
      padding-left: 25px; }
    .m-btn02.is-smallPadding, .m-btn02.is-smallPaddingSp {
      padding: 5px 10px;
      font-size: 0.85rem;
      border-width: 1px !important; }
      .m-btn02.is-smallPadding .ico, .m-btn02.is-smallPaddingSp .ico {
        width: 16px;
        margin-right: 7px; }
  /* ---------------------------
btns1col
--------------------------- */
  .m-btns1col-item {
    width: 100%; }
  /* ---------------------------
m-gnav
--------------------------- */
  .m-gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(100vh);
    background: rgba(255, 255, 255, 0.95);
    color: #fff;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    padding: 50px 30px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    z-index: 9;
    pointer-events: none;
    opacity: 0;
    overflow-y: auto; }
    .m-gnav.on {
      pointer-events: auto;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .m-gnav-clear {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .m-gnav-head a {
      height: 50px; }
    .m-gnav-links-item {
      border-bottom: 1px solid #e2e2e2; }
      .m-gnav-links-item > a {
        padding: 10px 0;
        display: block; }
    .m-gnav-links-fondlingBtn-span a {
      padding: 10px 0;
      display: block; }
    .m-gnav-btn {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50px;
      height: 50px;
      margin-right: -10px; }
      .m-gnav-btn-lines {
        width: 27px;
        height: 50px; }
        .m-gnav-btn-lines-item {
          height: 2px; }
    .m-gnav-close {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 20px;
      height: 20px; }
  /* ---------------------------
h
--------------------------- */
  .m-h01 {
    font-size: 1.7rem; }
  .m-h02 {
    font-size: 1.2rem; }
  .m-h03 {
    font-size: 1.2rem; }
    .m-h03:before {
      width: 1px;
      height: 40px; }
  .m-h04 {
    font-size: 1.2rem; }
    .m-h04:after {
      width: 20px;
      height: 1px; }
  .m-h05 .ja {
    font-size: 1.2rem; }
  .m-h05 .en {
    font-size: 0.8rem; }
  .m-h06 {
    font-size: 1.2rem; }
  .m-home-mv-clear {
    padding: 40px 0; }
  .m-home-mv-h .row1 {
    font-size: 1.7rem;
    margin-bottom: 0.5rem; }
  .m-home-mv-h .row2 {
    margin-bottom: 0.5rem;
    font-size: 0.9rem; }
  .m-home-mv-h .row3 {
    font-size: 0.7rem; }
  .m-home-mv-map {
    width: 30%; }
  .m-home-culture-sec:not(:last-child) {
    margin-bottom: 30px; }
  .m-home-culture-img {
    text-align: center;
    margin-bottom: 20px; }
  .m-home-charms {
    margin-bottom: 50px; }
    .m-home-charms-item {
      margin-bottom: 30px; }
    .m-home-charms-head {
      margin-bottom: 20px; }
    .m-home-charms-num {
      font-size: 1.5rem; }
    .m-home-charms-h {
      padding-left: 0;
      padding-right: 5px; }
  .m-home-areaGuide-map {
    padding: 20px 0 60px; }
  .m-home-areaGuide-imgSlide-dots {
    margin-top: 16px; }
  .m-home-areaGuide-imgSlide-arrow {
    margin-top: -16px; }
    .m-home-areaGuide-imgSlide-arrow img {
      width: 10px; }
    .m-home-areaGuide-imgSlide-arrow.is-prev {
      left: 15px; }
    .m-home-areaGuide-imgSlide-arrow.is-next {
      right: 15px; }
  .m-home-future-sec:not(:last-child) {
    margin-bottom: 40px; }
  .m-home-works-h {
    font-size: 1.3rem;
    margin-bottom: 0.5em; }
  .m-home-special-links-item:not(:last-child) {
    margin-bottom: 20px; }
  .m-home-special-links-btn {
    padding: 20px; }
  .bukken-wrap {
    padding-top: 10%;
    padding-bottom: 10%; }
  .bukken-ttl {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px; }
  .bukken-flex {
    padding-inline: 30px; }
  .bukken-info {
    margin-top: 30px; }
    .bukken-info .bukkenName {
      font-size: 22px;
      margin-bottom: 18px;
      font-weight: 400;
      font-family: Yu Mincho, 'Noto Serif JP', serif; }
    .bukken-info .bukkenComment {
      font-size: 13px;
      margin-bottom: 18px;
      font-family: Yu Mincho, 'Noto Serif JP', serif; }
    .bukken-info .bukkenInfo {
      font-family: 'Noto Sans JP', sans-serif; }
      .bukken-info .bukkenInfo th {
        font-weight: 500;
        padding-right: 23px;
        width: 75px;
        font-size: 12px;
        padding-bottom: 5px; }
      .bukken-info .bukkenInfo td {
        font-size: 12px;
        font-weight: 300;
        padding-bottom: 5px; }
  .bukken-btn-wrap {
    padding: 0;
    margin-top: 30px;
    height: 39px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px; }
    .bukken-btn-wrap div {
      width: 144px;
      height: 39px !important;
      font-size: 14px;
      font-weight: 600;
      padding: 0 !important;
      text-align: center;
      -webkit-box-shadow: 1px 1px 3px #00000033;
              box-shadow: 1px 1px 3px #00000033;
      font-family: Yu Mincho, 'Noto Serif JP', serif; }
      .bukken-btn-wrap div a {
        position: relative;
        color: #fff;
        height: 39px !important;
        vertical-align: middle;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: all .5s;
        transition: all .5s; }
        .bukken-btn-wrap div a span {
          margin-inline: auto; }
        .bukken-btn-wrap div a::before {
          border-top: 1px solid;
          content: "";
          width: 15px;
          margin-right: 7px;
          position: absolute; }
        .bukken-btn-wrap div a:hover::before {
          width: 7px;
          -webkit-transition: all .5s;
          transition: all .5s; }
    .bukken-btn-wrap .bukken-btn-document {
      background-color: #6B829E; }
    .bukken-btn-wrap .bukken-btn-detail {
      background-color: #DBAA00; }
  .bukken-border {
    width: 100%;
    height: 1px;
    background-color: #F0F0F0;
    margin-top: 55px;
    margin-bottom: 55px; }
  /* ---------------------------
m-items
--------------------------- */
  .m-items.col-sp1 .m-items-item {
    width: 100%; }
    .m-items.col-sp1 .m-items-item:not(:last-child) {
      margin-bottom: 10px; }
  .m-items.col-sp2 .m-items-item {
    width: 48%;
    margin-bottom: 4%; }
    .m-items.col-sp2 .m-items-item:not(:nth-child(2n)) {
      margin-right: 4%; }
  .m-items.col-sp3 .m-items-item {
    width: 31%;
    margin-bottom: 4%; }
    .m-items.col-sp3 .m-items-item:not(:nth-child(3n)) {
      margin-right: 3%; }
  .m-items.col-sp4 .m-items-item {
    width: 23%;
    margin-bottom: 4%; }
    .m-items.col-sp4 .m-items-item:not(:nth-child(4n)) {
      margin-right: 2.5%; }
  .m-items.col-sp5 .m-items-item {
    width: 18%;
    margin-bottom: 4%; }
    .m-items.col-sp5 .m-items-item:not(:nth-child(5n)) {
      margin-right: 2.2%; }
  .m-contiguousItems.col-sp1 .m-contiguousItems-item {
    width: calc(100% / 1); }
  .m-contiguousItems.col-sp2 .m-contiguousItems-item {
    width: calc(100% / 2); }
  .m-contiguousItems.col-sp3 .m-contiguousItems-item {
    width: calc(100% / 3); }
  .m-contiguousItems.col-sp4 .m-contiguousItems-item {
    width: calc(100% / 4); }
  .m-contiguousItems.col-sp5 .m-contiguousItems-item {
    width: calc(100% / 5); }
  .m-contiguousItems.col-sp6 .m-contiguousItems-item {
    width: calc(100% / 6); }
  .lapctbOnly {
    display: none; }
  .pcOnly {
    display: none; }
  .tbOnly {
    display: none; }
  #container {
    padding: 0; }
  #wrapper {
    margin-top: 60px; }
  .m-mainContent-bg01 {
    padding-bottom: 40px; }
  .m-mainContentMargin {
    height: 50px; }
  /* ---------------------------
m-slide
--------------------------- */
  .m-mv01 {
    height: 39vw; }
  .m-mv02 {
    height: 39vw; }
  .m-areaFeature-posts01-item:not(:last-child) {
    margin-bottom: 50px; }
  .m-areaFeature-posts01-txts {
    width: 180px;
    padding: 25px 20px 20px; }
  .m-areaFeature-posts01-num {
    top: 25px;
    font-size: 2.8rem;
    text-shadow: 0 0 1px #fff; }
  .m-areaFeature-posts01-h .ja {
    font-size: 1.7rem;
    line-height: 1; }
  .m-areaFeature-posts01-h .en {
    font-size: 0.8rem; }
  .m-areaFeature-posts01-more {
    font-size: 0.7rem; }
    .m-areaFeature-posts01-more span {
      width: 60px; }
    .m-areaFeature-posts01-more:before {
      margin-top: -5px;
      width: 10px;
      height: 10px; }
  .m-areaFeature-posts01-bg {
    width: calc(100% - 20px);
    height: 140px; }
    .m-areaFeature-posts01-item:nth-child(2n+1) .m-areaFeature-posts01-bg {
      margin-right: 20px; }
    .m-areaFeature-posts01-item:nth-child(2n) .m-areaFeature-posts01-bg {
      margin-left: 20px; }
  .m-areaFeature-posts02-item a {
    padding: 5px; }
    .m-areaFeature-posts02-item a:before {
      right: 8px;
      margin-top: -5px;
      width: 10px;
      height: 10px; }
  .m-areaFeature-posts02-item:not(:last-child) {
    margin-bottom: 20px; }
  .m-areaFeature-posts02-img {
    margin-right: 10px;
    width: 25%; }
  .m-areaFeature-posts02-txts .head {
    padding-bottom: 0.2em;
    margin-bottom: 0.2em;
    font-size: 0.8rem; }
    .m-areaFeature-posts02-txts .head:after {
      width: 40px; }
  .m-areaFeature-posts02-txts .ja {
    font-size: 1.2rem; }
  .m-areaFeature-posts02-txts .en {
    font-size: 0.9rem; }
  .m-areaFeature-head-txts {
    width: 40%;
    padding: 20px; }
  .m-areaFeature-head-num {
    font-size: 1.1rem; }
  .m-areaFeature-head-h {
    margin-bottom: 20px; }
    .m-areaFeature-head-h .ja {
      font-size: 1.6rem; }
    .m-areaFeature-head-h .en {
      font-size: 0.8rem; }
  .m-areaFeature-pageNav-links-item a {
    height: 80px; }
  .m-areaFeature-pageNav-links-item .ico img {
    width: 24px; }
  .m-areaFeature-pageNav-links-item .label {
    font-size: 0.9rem; }
  .m-areaFeature-h01 {
    height: 80px;
    font-size: 1.3rem; }
    .m-areaFeature-h01:after {
      width: 20px;
      height: 1px; }
  .m-areaFeature-secType01-imgs-img figcaption {
    font-size: 0.85rem; }
  .m-areaFeature-gmap {
    height: 400px; }
  .m-areaFeature-spot {
    padding: 20px; }
    .m-areaFeature-spot:not(:last-child) {
      margin-bottom: 20px; }
    .m-areaFeature-spot-txts {
      margin-bottom: 20px; }
    .m-areaFeature-spot-h {
      font-size: 1.2rem;
      margin-bottom: 0.5em;
      padding-left: 0.5em; }
    .m-areaFeature-spot-data-h {
      margin-bottom: 0.5em; }
    .m-areaFeature-spot-data-dl {
      margin-bottom: 0.5em; }
  .m-areaFeature-gallery-imgs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .m-areaFeature-gallery-imgs-item {
      width: 48%;
      margin-bottom: 2%; }
  .m-areaFeature-popup {
    padding: 20px; }
  .m-catHead01 {
    padding: 20px 0; }
    .m-catHead01-h .row1 {
      font-size: 1.7rem;
      margin-bottom: 0.5rem; }
    .m-catHead01-h .row2 {
      margin-bottom: 0.5rem;
      font-size: 0.9rem; }
    .m-catHead01-h .row3 {
      font-size: 0.7rem; }
    .m-catHead01-map {
      width: 30%; }
  .m-works-lead-h {
    font-size: 1.3rem; }
  .m-works-city-h {
    font-size: 1.2rem; }
  .m-works-mansion-posts-item:not(:last-child) {
    margin-bottom: 20px; }
  .m-works-mansion-posts-h {
    font-size: 1.2rem; }
  .m-works-mansion-posts-info {
    font-size: 0.85rem; }
  .m-otherPagesSec-links-item a {
    padding: 20px; }
  .m-otherPagesSec-links-item.arrow-r a {
    padding-right: 26px; }
  .m-otherPagesSec-links-item.arrow-r a:before {
    right: 6px;
    margin-top: -8px;
    width: 16px;
    height: 16px; }
  .m-otherPagesSec-links-item.ico-newTab a {
    padding-right: 26px; }
  .m-otherPagesSec-links-item.ico-newTab a:before {
    right: 6px;
    margin-top: -8px;
    width: 16px;
    height: 16px; }
  .m-pankuzu {
    padding: 8px 0;
    padding-right: 80px; }
    .m-pankuzu-item {
      display: inline;
      font-size: 0.8rem; }
  /* ---------------------------
input
--------------------------- */
  .u-input {
    padding: 14px 4px;
    font-size: 0.85rem; }
    .u-input.size-m {
      width: 120px; }
    .u-input.padding-s {
      padding: 7px 3px; }
    .u-input-selectWrap {
      position: relative;
      margin-right: 8px;
      margin-bottom: 8px; }
      .u-input-selectWrap:after {
        content: "";
        font-size: 4px;
        display: block;
        border: 4px solid transparent;
        border-top: 6px solid #252b3a;
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -2px;
        pointer-events: none; }
      .u-input-selectWrap .u-input {
        overflow: hidden;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        padding-right: 20px;
        margin-right: 0;
        margin-bottom: 0;
        padding-left: 8px; }
    .u-input-radio01-clear {
      padding: 8px; }
    .u-input-radio01-ico {
      width: 22px;
      height: 22px;
      margin-right: 10px; }
  .u-input02 {
    padding: 14px 4px;
    font-size: 0.85rem; }
    .u-input02.size-m {
      width: 120px; }
    .u-input02.padding-s {
      padding: 7px 3px; }
    .u-input02-selectWrap {
      position: relative;
      margin-right: 8px;
      margin-bottom: 8px; }
      .u-input02-selectWrap:after {
        content: "";
        font-size: 4px;
        display: block;
        border: 4px solid transparent;
        border-top: 6px solid #252b3a;
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -2px;
        pointer-events: none; }
      .u-input02-selectWrap .u-input {
        overflow: hidden;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        padding-right: 20px;
        margin-right: 0;
        margin-bottom: 0;
        padding-left: 8px; }
  /* ---------------------------
m
--------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important; }
  .u-mt-xs {
    margin-top: 10px !important; }
  .u-mt-s {
    margin-top: 10px !important; }
  .u-mt {
    margin-top: 15px !important; }
  .u-mt-l {
    margin-top: 20px !important; }
  .u-mt-xl {
    margin-top: 25px !important; }
  .u-mt-2xl {
    margin-top: 30px !important; }
  .u-mt-3xl {
    margin-top: 30px !important; }
  .u-mb-2xs {
    margin-bottom: 5px !important; }
  .u-mb-xs {
    margin-bottom: 10px !important; }
  .u-mb-s {
    margin-bottom: 10px !important; }
  .u-mb {
    margin-bottom: 15px !important; }
  .u-mb-l {
    margin-bottom: 20px !important; }
  .u-mb-xl {
    margin-bottom: 25px !important; }
  .u-mb-2xl {
    margin-bottom: 30px !important; }
  .u-mb-3xl {
    margin-bottom: 30px !important; }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important; }
  .u-pt-xs {
    padding-top: 10px !important; }
  .u-pt-s {
    padding-top: 10px !important; }
  .u-pt {
    padding-top: 15px !important; }
  .u-pt-l {
    padding-top: 20px !important; }
  .u-pt-xl {
    padding-top: 25px !important; }
  .u-pt-2xl {
    padding-top: 30px !important; }
  .u-pt-3xl {
    padding-top: 30px !important; }
  .u-pb-2xs {
    padding-bottom: 5px !important; }
  .u-pb-xs {
    padding-bottom: 10px !important; }
  .u-pb-s {
    padding-bottom: 10px !important; }
  .u-pb {
    padding-bottom: 15px !important; }
  .u-pb-l {
    padding-bottom: 20px !important; }
  .u-pb-xl {
    padding-bottom: 25px !important; }
  .u-pb-2xl {
    padding-bottom: 30px !important; }
  .u-pb-3xl {
    padding-bottom: 30px !important; }
  .u-p-xs {
    padding: 10px !important; }
  .u-p-s {
    padding: 10px !important; }
  .u-p {
    padding: 15px !important; }
  .u-p-l {
    padding: 20px !important; }
  .u-p-xl {
    padding: 20px !important; }
  /* ---------------------------
link
--------------------------- */
  /* ---------------------------
list
--------------------------- */
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7; }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7; }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7; }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-14 {
    font-size: 0.85rem;
    line-height: 1.6; }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6; }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6; }
  .u-text-20 {
    font-size: 1.2rem;
    line-height: 1.5; }
  .u-text-22 {
    font-size: 1.3rem;
    line-height: 1.5; }
  .u-text-24 {
    font-size: 1.35rem;
    line-height: 1.4; }
  .u-text-28 {
    font-size: 1.4rem;
    line-height: 1.4; }
  .u-text-30 {
    font-size: 1.45rem;
    line-height: 1.4; }
  .u-text-32 {
    font-size: 1.5rem;
    line-height: 1.3; }
  /* ---------------------------
bordered
--------------------------- */
  .u-bordered01 {
    padding: 18px; }
  /* ---------------------------
fixedAfterScroll
--------------------------- */
  .u-fixedAfterScroll.fixed {
    left: 0;
    bottom: 0;
    width: 100%; }
  .u-fixedAfterScroll-wrap {
    height: 48px; }
  /* ---------------------------
u-tabBtn
--------------------------- */
  /* ---------------------------
folding
--------------------------- */
  /* ---------------------------
u-table
--------------------------- */
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px; }
  .u-wysiwyg h3 {
    font-size: 1.24rem; }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.1rem; }
  .u-wysiwyg blockquote {
    padding: 12px 15px;
    margin-bottom: 20px; }
  .u-wysiwyg .alignright {
    margin-left: 20px;
    margin-bottom: 20px; }
  .u-wysiwyg .alignleft {
    margin-right: 20px;
    margin-bottom: 20px; }
  .u-editableArea {
    /* ---------------------------
module
--------------------------- */
    /* ---------------------------
l-header
--------------------------- */
    /* ---------------------------
l-footer
--------------------------- */
    /* ---------------------------
l-wrap
--------------------------- */ }
    .u-editableArea .wrapin-sp {
      padding: 0 20px; }
    .u-editableArea html {
      font-size: 14px; }
    .u-editableArea .l-header-clear {
      height: 46px; }
    .u-editableArea .l-header-logo img {
      width: 84px; }
    .u-editableArea .l-header-logo span {
      display: none; }
    .u-editableArea .l-header-group img {
      width: 86px; }
    .u-editableArea .l-footer {
      padding: 20px 0 40px; }
      .u-editableArea .l-footer-row1 {
        margin-bottom: 20px; }
      .u-editableArea .l-footer-address-logo .logo {
        width: 100px; }
      .u-editableArea .l-footer-links01-head {
        margin-bottom: 12px; }
      .u-editableArea .l-footer-sns {
        margin-bottom: 20px; }
      .u-editableArea .l-footer-snses-item {
        width: 40px; }
      .u-editableArea .l-footer-links02 {
        margin-bottom: 20px; }
    .u-editableArea .l-wrap-sp {
      padding: 0 15px; } }
