<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.waku-osirase {
  border: 3px double #d4a568;
  background-color: #fdfbf5;
  padding: 2rem;
  margin: 2rem 0;
}

@media (max-width: 550px) {
  .waku-osirase {
    padding: 0.6rem;
  }
}

.waku-osirase dt {
  border-bottom: dashed 1px #999999;
}

.ryosyu {
  border: 0;
  background-color: #000000;
  color: #ffffff;
  height: 50px;
  width: 250px;
  cursor: pointer;
}

.women-list {
  padding: 2px;
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #B68E1D, #f8d471, #B68E1D) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#B68E1D), color-stop(#f8d471), to(#B68E1D)) 1;
     border-image: linear-gradient(to right, #B68E1D, #f8d471, #B68E1D) 1;
}

.women-list .list-waku {
  background-image: url(renew/images/mem-list.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 550px) {
  .women-list .list-waku {
    display: block;
    width: 48%;
    padding: 1%;
    float: left;
  }
}

.women-list .womenphoto img {
  width: 96%;
  height: auto;
  padding: 2px;
  border: 3px solid;
  -o-border-image: linear-gradient(to right, #B68E1D, #f8d471, #B68E1D) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#B68E1D), color-stop(#f8d471), to(#B68E1D)) 1;
     border-image: linear-gradient(to right, #B68E1D, #f8d471, #B68E1D) 1;
}

.k-td-left {
  padding: 10px;
  width: 40%;
  background-color: #f4eee5;
  border-bottom: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 550px) {
  .k-td-left {
    display: block;
    width: 100%;
  }
}

.k-td-left2 {
  padding: 10px;
  width: 40%;
  background-color: #f0f4e5;
  border-bottom: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 550px) {
  .k-td-left2 {
    display: block;
    width: 100%;
  }
}

.k-td-right {
  padding: 10px;
  width: 60%;
  background-color: #f7f6f3;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 550px) {
  .k-td-right {
    display: block;
    width: 100%;
  }
  .k-td-right input[type="text"], .k-td-right input[type="email"] {
    width: 300px;
  }
  .k-td-right select {
    max-width: 200px;
    margin-bottom: 5px;
  }
  .k-td-right textarea {
    width: 300px !important;
  }
}

.mem-title {
  font-size: 24px;
}

@media (max-width: 550px) {
  .mem-title {
    font-size: 18px;
    line-height: 1.6;
  }
}

.prof1 #photo {
  padding: 2px;
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #B68E1D, #f8d471, #B68E1D) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#B68E1D), color-stop(#f8d471), to(#B68E1D)) 1;
     border-image: linear-gradient(to right, #B68E1D, #f8d471, #B68E1D) 1;
}

@media (max-width: 550px) {
  .prof1 .prof-photo {
    display: block;
    width: 100%;
  }
}

@media (max-width: 550px) {
  .prof1 .prof-text {
    display: block;
    width: 100%;
  }
}

.prof1-2 td {
  padding: 8px 0;
  border-bottom: 1px dotted #999999;
}

.protitle1 {
  background-color: #948662;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #ffffff;
  display: inline-block;
  width: 110px;
  text-align: center;
  margin-right: 15px;
}

@media (max-width: 550px) {
  .protitle1 {
    width: 80px;
    margin-right: 10px;
  }
}

.prof2 {
  background-color: #ffffff;
}

.prof2 td {
  border: #d2be87 solid 1px;
  padding: 10px;
}

.prof-btn {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prof-btn img {
  width: 80px;
  height: auto;
}

.profmiddle {
  background-image: url(renew/images/mem-list.png);
}

@media (max-width: 550px) {
  input {
    max-width: 95%;
  }
}

.search-inp input {
  margin: 10px;
  width: 130px;
}

.fmen {
  padding: 20px;
  background-color: #5a6198;
  border: solid 1px #5a6198;
  color: #ffffff;
  /* 内側の線になる一本線の枠線をひく*/
  outline: solid 1px #5a6198;
  /* 外側の線になる一本線の枠線をひく*/
  outline-offset: 1px;
  /* 外側の線と内側の線の空き具合を調整*/
  margin: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .fmen {
    padding: 10px;
  }
}

.fmen2 {
  padding: 20px;
  border: solid 1px #acac9c;
  /* 内側の線になる一本線の枠線をひく*/
  outline: solid 1px #acac9c;
  /* 外側の線になる一本線の枠線をひく*/
  outline-offset: 1px;
  /* 外側の線と内側の線の空き具合を調整*/
  margin: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .fmen2 {
    padding: 10px;
  }
}

.list-btn {
  border: 0;
  width: 420px;
  height: 60px;
  margin: 30px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 24px;
  color: #ffffff;
  background-color: #b6a58f;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-image: url(renew/images/al-btn.svg);
  background-repeat: no-repeat;
  background-position: 8% center;
  background-size: 14px;
}

@media (max-width: 550px) {
  .list-btn {
    width: 300px;
    height: 50px;
    font-size: 18px;
    background-size: 10px;
  }
}

.contact-area {
  border: double;
  border-width: 3px;
  width: 750px;
  border-color: #D2C897;
  background: #FFFAF4;
  padding: 1rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 550px) {
  .contact-area {
    width: 100%;
    padding: 0.5rem;
  }
}

.contact_waku {
  padding: 10px;
  font-size: 22px;
  color: #660;
  background-color: #e3dfd0;
  width: 650px;
  margin-bottom: 25px;
}

.line_separate {
  width: 100%;
  margin-top: 15px;
  padding-bottom: 15px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #C7C7B6;
}

.contact_table {
  background-color: #CCCCCC;
  border: 0;
  margin-bottom: 15px;
}

.c_left {
  width: 250px;
  padding: 10px;
  background: #ECE7D7;
  font-weight: normal;
  border: solid 1px #ffffff;
}

@media (max-width: 550px) {
  .c_left {
    width: 120px;
  }
}

.c_right {
  padding: 10px;
  background: #ebe8de;
  border: solid 1px #ffffff;
}

.input_s {
  width: 180px;
  height: 30px;
}

.input_m {
  width: 350px;
  height: 30px;
}

@media (max-width: 550px) {
  .input_m {
    width: 200px;
  }
}

.input_l {
  width: 420px;
  height: 30px;
}

.title_obi {
  color: #7E6D0F !important;
}
/*# sourceMappingURL=member.css.map */</pre></body></html>