.stripe {
  background: repeating-linear-gradient(-45deg, #00ADA9, #00ADA9 5px, #fff 5px, #fff 10px);
  padding: 0 20px;
}

.stripe_in {
  background-color: #fff;
  max-width: 90%;
  margin: 0 auto;
}

#info {
  padding: 80px 0;
}

.h3_ttl img {
  height: 30px;
  width: auto;
  margin: 0 auto;
}

ul.update {
  padding: 0;
  max-width: 700px;
  margin: 30px auto 0;
}

ul.update li {
  border-bottom: 1px dashed #4C4948;
  padding: 10px;
  list-style: none;
  display: flex;
  /* フレックスボックスにする */
  align-items: center;
  /* 縦の位置指定 */
  justify-content: flex-start;
  /* 横の位置指定 */
  flex-direction: row;
  /* 要素の並び順 */
  flex-wrap: wrap;
  /* 折り返し指定 */
}

ul.update li span {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

ul.update li span.date {
  width: 13%;
}

ul.update li span.txt {}

ul.update li span.update_tag {
  color: #fff;
  padding: 0px 5px;
  font-size: 10px;
  width: 10%;
  text-align: center;
  margin-right: 10px;
}

.tag_tp {
  background-color: #E9546B;
}

.tag_nw {
  background-color: #F6AD3C;
}



@media screen and (max-width: 798px) {
  ul.update {
    max-width: 90%;
  }

  ul.update li span {
    font-size: 12px;
  }

  ul.update li span.date {
    width: 30%;
  }

  ul.update li span.update_tag {
    width: 20%;
    margin-right: 0px;
  }

  ul.update li span.txt {
    width: 100%;
    margin-top: 10px;
  }



}

#land {
  max-width: 1200px;
  margin: 0 auto;
}

.ImageMap {
  max-width: 1200px;
  margin: 0 auto;
}
.ImageMap area{
  position: relative;
}


.search-box_wrap {
  border: 3px solid #B5B5B6;
  padding: 20px;
  margin: 40px auto;
}

.search-box_wrap h4 {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  position: relative;
  margin: 0 auto 30px;
}

.search-box_wrap h4::before {
  background-color: #4C4948;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 5%;
}


.search-box {
  text-align: center;
  display: flex;
  /* フレックスボックスにする */
  align-items: center;
  /* 縦の位置指定 */
  justify-content: space-between;
  /* 横の位置指定 */
  flex-direction: row;
  /* 要素の並び順 */
  flex-wrap: wrap;
  /* 折り返し指定 */
}

.search-box label {
  cursor: pointer;
  display: inline-block;
  line-height: 16px;
  font-weight: bold;
  font-size: 18px;
  padding: 30px 0;
  color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  width: 32%;
  margin: 0 auto 20px;
}

.search-box label.check {
  opacity: .7;
}

.label_shinai {
  background-color: #CE7D7E;
}

.label_nishi {
  background-color: #A9B678;
}

.label_higashi {
  background-color: #748CAD;
}

.label_minami {
  background-color: #6EA79E;
}

.label_nanbu {
  background-color: #D2A36C;
}

.label_sonota {
  background-color: #BEB1AA;
}

.search-box input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: -2px 5px 0 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: middle;
  display: none;
}





.cat_image_all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cat_image {
  width: 100%;
}

.cat_image+.cat_image {
  margin-top: 40px;
}

.area_box_wrap {
  width: 100%;
  display: flex;
  /* フレックスボックスにする */
  align-items: flex-start;
  /* 縦の位置指定 */
  justify-content: flex-start;
  /* 横の位置指定 */
  flex-direction: row;
  /* 要素の並び順 */
  flex-wrap: wrap;
  /* 折り返し指定 */
  gap: 20px;
}

.heading.head_shinai{
  color: #CE7D7E;
}
.heading.head_shinai::before {
  background-color: #CE7D7E;
}
.heading.head_nishi{
  color: #A9B678;
}
.heading.head_nishi::before {
  background-color: #A9B678;
}
.heading.head_higashi{
  color: #748CAD;
}
.heading.head_higashi::before {
  background-color: #748CAD;
}
.heading.head_minami{
  color: #6EA79E;
}
.heading.head_minami::before {
  background-color: #6EA79E;
}
.heading.head_saga{
  color: #D2A36C;
}
.heading.head_saga::before {
  background-color: #D2A36C;
}
.heading.head_other{
  color: #E4D2AB;
}
.heading.head_other::before {
  background-color: #E4D2AB;
}

.area_box {
  width: 23%;
  margin: 0 0 2em;
}

.area_box.tag_seiyakuzumi a{
  pointer-events: none
}

.cat_image.is-hide {
  display: none;
}

.pro_tag {
  color: #fff;
  padding: 5px 10px;
}
.pro_tag.tag_tochi {
  background-color: #9D8D83;
}
.pro_tag.tag_tatemono {
  background-color: #839B9B;
}
.pro_tag.tag_new {
  background-color: #ad0000;
}
.pro_tag.tag_hanbai {
  background-color: #00ADA9;
}
.pro_tag.tag_moshikomi {
  background-color: #e39500;
}
.pro_tag.tag_seiyakuzumi {
  background-color: #00a90e;
}
.pro_tag.tag_other {
  background-color: #84839B;
}

.cat_image a {
  display: block;
  color: #4C4948;
  font-weight: bold;
}

.cat_image a:hover {
  /* text-decoration: underline; */
}

.pro_img {
  padding: 10px;
  background-color: #fff;
  margin: 10px auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.pro_area{
  display: block;
  font-size: 12px;
}
.pro_area.area_shinai{
  color: #CE7D7E;
}
.pro_area.area_nishi{
  color: #A9B678;
}
.pro_area.area_higashi{
  color: #748CAD;
}
.pro_area.area_minami{
  color: #6EA79E;
}
.pro_area.area_saga{
  color: #D2A36C;
}
.pro_area.area_other{
  color: #E4D2AB;
}
.pro_address {
  font-size: 16px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 3px solid #4C4948;
}

.pro_address span {
  font-size: 12px;
}

.pro_price {
  font-size: 18px;
  margin-bottom: 10px;
}

.pro_price span {
  font-size: 12px;
}

table {
  text-align: left;
}

th {
  border-right: 1px solid #4C4948;
  vertical-align: top;
  padding-right: .5em;
    width: 25%;
}

td {
  vertical-align: top;
}


#modal {
  text-align: center;
  margin: 80px auto;
}

.modal_ribbon {
  display: block;
  margin: 40px auto 0;
  max-width: 70%;
}

/* モーダルを開くボタン */
.modal-open {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto 0;
  text-decoration: underline;
}

.modal-open:hover {
  cursor: pointer;
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 999;
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  width: 100%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
}

.modal_com_wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;            /* 折り返し指定 */
}

.modal_com {
  width: 23%;
  background-color: #fff;
  border: 1px solid #a3a3a3;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin: 10px;
  display: flex; /* 直下の要素を並列に */
  flex-direction: column; /* 直下の要素を縦積みに */
}

.modal_com  img{
  display: flex; /* 直下の要素を並列に */
  flex-direction: column; /* 直下の要素を縦積みに */
  flex-grow: 1; /* 比率を指定 */
  width: 100%;
}

.modal_com p {
  text-align: center;
  margin: 20px auto 0;
  border-top: 1px solid #a3a3a3;
  padding: 10px 0 0;
  width: 100%;
  font-size: 12px;
}

@media screen and (max-width: 798px) {
  .search-box_wrap {
    max-width: 90%;
    padding: 20px 10px;
}
.search-box label {
  font-size: 12px;
  width: 48%;
}
.search-box_wrap h4 {
  font-size: 16px;
}
.modal-open {
  font-size: 16px;
  margin: 20px auto 0;
}
.modal_ribbon {
  max-width: 90%;
}

.modal-container {
  max-width: 99%;
  width: 100%;
}
.modal-content {
  padding: 15px;
}
.modal-close {
  top: -10px;
  right: -10px;
}
.modal_com {
  width: 48%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
  margin: 0 0px 10px;
}
.modal_com p {
  font-size: 10px;
}

.area_box_wrap {
  max-width: 90%;
  margin: 0 auto;
}
.area_box {
  width: 100%;
  margin: 0 0 8em;
}
}