@charset "UTF-8";
/* CSS Document */
:root {
  --bg-color: #e3ded1;
  --text-color: #000;
  --text-color-w: #fff;
}

/*=====================================================
COMMON LAYOUT
======================================================*/
section {
  width: 100%;
  margin: 0 auto;
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cont {
  width: 960px;
  margin: 50px auto;
  z-index: 1;
  position: relative;
}

#sec00 {
  text-align: center;
  position: relative;
  background: var(--bg-color);
  display: none;
  padding: 0;
}

h1 {
  position: absolute;
  left: 30px;
  top: 30px;
}

#sec00 h2 {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 29%;
  bottom: 0;
  width: 50%;
}
#sec00 h2 img {
  -webkit-filter: drop-shadow(0 0 13px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(0 0 13px rgba(0, 0, 0, 0.75));
}

.bgimg img {
  margin: 0;
  padding: 0;
  width: 100%;
}

#sec01 {
  text-align: center;
  background: var(--bg-color);
  color: var(--text-color);
}

#sec01 h4 {
  max-width: 800px;
  padding: 0 0 1%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-size: 32px;
  line-height: 1;
  color: var(--text-color);
  font-weight: 500;
  border-bottom: 1px solid var(--text-color);
  margin: 40px auto 20px;
}

#sec01 .hdread span {
  font-size: 18px;
}

#sec01 dl {
  max-width: 760px;
  margin: 0 auto;
  text-align: left !important;
}

#sec01 dt {
  float: left;
  clear: left;
  max-width: 100px;
}

#sec01 dd {
  float: left;
  max-width: 670px;
}

#wappen {
  position: absolute;
  right: 0;
  top: 220px;
  width: 142px;
}

h3 {
  padding: 20px 0 3%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-size: 35px;
  line-height: 1.3;
  color: var(--text-color);
  font-weight: 500;
}
h3 span {
  display: block;
  font-size: 0.55em;
}
h3 small {
  display: block;
  font-size: 0.75em;
}

.shimekiri {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}
.shimekiri::before, .shimekiri::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1px;
  background: var(--text-color);
  vertical-align: middle;
  line-height: 0;
}

.btn {
  margin: 10px auto;
}
.btn a:hover img {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.photocap {
  text-align: right;
  margin-right: 10px;
  color: var(--text-color);
  font-size: 11px;
  background: var(--bg-color);
  padding: 0 10px 0 0;
}

#sec02 table {
  border-collapse: collapse;
  margin-bottom: 90px;
}

#sec02 table td {
  padding: 30px;
}

#sec02 table th {
  width: 22%;
  padding: 20px;
  color: #846c33;
  font-size: 16px;
}

#sec02 table tr {
  border-bottom: 1px solid #846c33;
}

#sec02 h4 {
  color: var(--text-color);
  font-size: 32px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-weight: 100;
  text-align: center;
  margin: 40px auto 20px;
}

.bukken {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 60px;
}

#sec02 .bukken li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  width: 46%;
  margin-bottom: 1em;
}
#sec02 .bukken li p.title {
  width: 100%;
  height: 3em;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 0.5em;
}
#sec02 .bukken li p.title span {
  display: inline-block;
  font-weight: bold;
  background: #846c33;
  color: var(--text-color-w);
  margin-right: 0.5em;
  padding: 0.2em 0.5em;
  font-family: serif;
}
#sec02 .bukken li .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
}
#sec02 .bukken li .meta p {
  border: 2px solid var(--text-color);
  border-left: 0;
  border-right: 0;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
#sec02 .bukken li .meta img {
  width: 55%;
}
#sec02 .bukken li .body {
  min-height: 11em;
}
@media all and (max-width: 768px) {
  #sec02 .bukken li .body {
    min-height: auto;
  }
}
#sec02 .bukken li .body p {
  text-align: justify;
}
#sec02 .bukken li .plan {
  margin: 0.5em 0;
}

.SP {
  display: none;
}

footer {
  background: #000;
  color: var(--text-color-w);
  text-align: center;
  padding: 10px;
  font-size: 12px;
  line-height: 2;
}

address {
  font-style: normal;
}

.str {
  /*background:#fff;
  color:var(--bg-color);*/
  font-size: 15px;
  font-weight: bold;
  /*padding:2px;*/
}

#arrow {
  display: none;
}

.arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  margin: auto;
}

#sinsain ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#sinsain ul li {
  padding: 0 3%;
}

@media all and (max-width: 1300px) {
  .arrow {
    display: none;
  }
  #sec00 h2 {
    width: 50%;
    padding: 50px 0;
  }
  .photocap {
    text-align: right;
    color: var(--text-color);
    font-size: 11px;
  }
}
@media all and (max-width: 768px) {
  #sinsain ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    width: 88%;
    margin: 0 auto;
  }
  #sinsain ul li {
    padding: 1% 3%;
    text-align: center;
  }
  .PC {
    display: none;
  }
  .SP {
    display: block;
  }
  .cont {
    width: 90%;
    margin: 20px auto;
    z-index: 1;
  }
  p {
    font-size: 13px;
  }
  .arrow {
    display: none;
  }
  h3 {
    font-size: 25px;
    margin-top: 0px;
  }
  .shimekiri::before, .shimekiri::after {
    content: none;
  }
  #sec01 h4 {
    font-size: 25px;
  }
  .photocap {
    text-align: left;
    margin: 0 auto;
    padding: 0 3%;
  }
  #sec00 h1 {
    position: absolute;
    left: 5px;
    top: 5px;
  }
  #sec00 {
    position: relative;
    /*background:url(../images/sec00sp_bg.jpg) no-repeat center;
    background-size: cover;*/
    padding: 0 0;
  }
  #sec00 h2 {
    width: 80%;
    padding: 10px 0;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
    bottom: 0;
  }
  /*.bgimg img{
  display:none;}*/
  .str {
    display: block;
  }
  h1 {
    width: 30%;
    top: 5px;
    left: 5px;
  }
  h2 {
    padding: 30px 0 10px;
    width: 80%;
    margin: 0 auto;
  }
  #wappen {
    display: none;
  }
  #sec02 table th {
    width: 100%;
    display: inline-block;
    clear: both;
    padding: 0;
    padding-top: 10px;
  }
  #sec02 table td {
    width: 100%;
    display: inline-block;
    clear: both;
    padding: 10px 0;
  }
  #sec02 h4 {
    margin: 20px auto 10px;
    font-size: 25px;
  }
  #sinsain ul li {
    padding: 0;
  }
  #sinsain img {
    width: 100%;
  }
  .btn {
    margin: 5px auto 10px;
  }
  #sec02 .bukken li {
    padding: 6px;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */