@charset "UTF-8";
/**
* Foundation
* ========================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html,
body {
  height: 100%;
}

body {
  color: #666;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 85%;
  line-height: 1.8;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.6;
}

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

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover g {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

figure {
  margin: 0;
}

.l-wrapper {
  padding: 20px;
}
@media (min-width: 768px) {
  .l-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /*左エリア、右エリア横並び指定*/
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; /*ボックスの折り返し可*/
    max-width: 850px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .l-wrapper__left {
    /*左固定記述*/
    position: fixed;
    top: 140px;
    /*横半分50%　縦を100vhにする*/
    width: 155px;
    /*装飾のためのCSS*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .l-wrapper__right {
    width: 500px;
    /*横半分50%にする*/
    margin-left: 280px;
  }
}

/**
* Layout
* ========================== */
@media (min-width: 768px) {
  .l-header {
    width: 155px;
  }
}
.l-header__title {
  margin-bottom: 40px;
  width: 160px;
}
@media (min-width: 768px) {
  .l-header__title {
    width: auto;
  }
}

.l-hamburger {
  display: block;
  position: fixed;
  z-index: 100;
  right: 12px;
  top: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 768px) {
  .l-hamburger {
    display: none;
  }
}
.l-hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #502A0F;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .l-hamburger span {
    width: 56px;
  }
}
.l-hamburger span:nth-child(1) {
  top: 10px;
}
@media (min-width: 768px) {
  .l-hamburger span:nth-child(1) {
    top: 10px;
  }
}
.l-hamburger span:nth-child(2) {
  top: 20px;
}
@media (min-width: 768px) {
  .l-hamburger span:nth-child(2) {
    top: 30px;
  }
}
.l-hamburger span:nth-child(3) {
  top: 30px;
}
@media (min-width: 768px) {
  .l-hamburger span:nth-child(3) {
    top: 50px;
  }
}
.l-hamburger.active span:nth-child(1) {
  top: 16px;
  left: 0px;
  background: #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-hamburger.active span:nth-child(2), .l-hamburger.active span:nth-child(3) {
  top: 16px;
  background: #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-gnav {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  opacity: 0;
  letter-spacing: 0.2em;
  -webkit-transition: opacity 0s ease, visibility 0.8s ease;
  transition: opacity 0s ease, visibility 0.8s ease;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .l-gnav {
    display: block;
    position: relative;
    background: none;
    width: 100%;
    opacity: 1;
    letter-spacing: 0;
    margin-left: 24px;
    z-index: 100;
  }
}
.l-gnav.active {
  opacity: 1;
  z-index: 10;
}
.l-gnav__inner {
  margin: 40px auto 0;
  padding: 0;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 380px) {
  .l-gnav__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .l-gnav__inner {
    margin: 80px auto 0;
    width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .l-gnav__inner {
    margin: 0;
    width: 100%;
  }
}
.l-gnav__list {
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  margin-bottom: 8px;
}
.l-gnav__link {
  color: #fff;
  display: block;
  padding: 4px 0;
  text-transform: uppercase;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  border-bottom: solid 1px #fff;
}
@media (min-width: 992px) {
  .l-gnav__link {
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
    color: #502A0F;
    -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
.l-gnav__link:hover {
  color: #fff;
}

.l-footer {
  padding-top: 80px;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer {
    padding-top: 160px;
  }
}

/**
* Object
* ========================== */
.c-title {
  margin-bottom: 24px;
}

.p-mv {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .p-mv {
    padding-top: 140px;
  }
}
.p-mv__wrap {
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .p-mv__wrap {
    width: 500px;
    height: 600px;
  }
}
.p-mv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; /* 1秒かけてフェードイン・フェードアウト */
  text-align: center;
}
.p-mv__img {
  width: auto;
  height: 400px;
}
@media (min-width: 768px) {
  .p-mv__img {
    width: auto;
    height: 600px;
  }
}

.p-news {
  margin-top: 16px;
}
.p-news__title {
  color: #f00;
  text-transform: capitalize;
}
.p-profile {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .p-profile {
    padding-top: 140px;
  }
}
.p-profile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.p-profile__inner {
  width: calc((100% - 40px) / 2);
}
.p-profile__photo {
  margin-bottom: 16px;
}
.p-profile__name {
  margin-bottom: 16px;
}
.p-message {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .p-message {
    padding-top: 140px;
  }
}
.p-message__txt {
  margin-bottom: 1.5em;
}

.p-about {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .p-about {
    padding-top: 140px;
  }
}
.p-about__txt {
  margin-bottom: 24px;
}
.p-about__map {
  color: #f00;
}
.p-about__subtitle {
  font-weight: bold;
}
.p-about__list {
  margin-left: 24px;
  margin-bottom: 24px;
}
.p-about__listitem {
  list-style: disc;
}

.p-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .p-works {
    padding-top: 140px;
  }
}
.p-works__title {
  width: 100%;
}
.p-works__subtitle {
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #ccc;
}
.p-works__wrap {
  width: calc((100% - 40px) / 2);
  text-align: center;
}
.p-works__photo {
  margin: 0 auto 16px;
  width: 100px;
}
.p-works__info {
  margin-bottom: 8px;
}
.p-works__infoname {
  font-weight: bold;
}
.p-works__facility {
  width: 100%;
}
.p-works__Flist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
  font-size: 9.5px;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .p-works__Flist {
    font-size: 0.8rem;
  }
}
.p-works .date {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .p-works .date {
    margin-right: 8px;
  }
}
.p-works .name {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .p-works .name {
    margin-right: 8px;
  }
}
.p-works .overview {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .p-works .overview {
    margin-right: 8px;
  }
}
.p-works .construction {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .p-works .construction {
    margin-right: 8px;
  }
}
.p-works .area {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .p-works .area {
    margin-right: 8px;
  }
}

/*========= ページネーションCSS ===============*/
.pagination {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1em;
  z-index: 10;
  list-style: none;
}

.pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #000;
  position: relative;
  padding: 4px;
}

.pagination a.active:after {
  -webkit-box-shadow: inset 0 0 0 5px;
          box-shadow: inset 0 0 0 5px;
}

/*現在地表示のテキストの設定*/
.pagination a .hover-text {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
}

.pagination a:hover .hover-text {
  opacity: 1;
}

.pagination a:after {
  -webkit-transition: box-shadow 0.5s ease;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3px;
  bottom: 0;
}

/*768px以下は現在地表示のテキストを非表示*/
@media screen and (max-width: 768px) {
  .pagination a .hover-text {
    display: none;
  }
}
.lum-lightbox-inner img.lum-img {
  max-width: 100%;
}