@media print {
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  body {
    -webkit-print-color-adjust: exact;
  }
}
html,
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", YuGothic, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  line-height: 180%;
  font-size: 14px;
  color: #555555;
  letter-spacing: 1px;
}
a {
  transition-property: all;
  transition: 0.3s linear;
}
a:hover {
  opacity: 0.7;
}
.pcno {
  display: none;
}
#wrap {
  background-color: #f0f0f0;
  padding-bottom: 180px;
}
#header {
  width: 1000px;
  padding: 15px 30px;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #003988;
  position: relative;
}
#header h1 img {
  height: 50px;
}
#header .print {
  position: absolute;
  top: 24px;
  right: 30px;
}
#header .print a {
  background-color: #003988;
  color: #ffffff;
  text-decoration: none;
  width: 120px;
  line-height: 32px;
  border-radius: 3px;
  text-align: center;
  display: block;
  background-image: url(/images/icon/print.png);
  background-position: 15px center;
  background-size: 18px auto;
  background-repeat: no-repeat;
  padding-left: 20px;
}
#main {
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 1000px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title-main {
  margin-bottom: 25px;
  font-size: 20px;
}
.head {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 30px;
}
.head .intro {
  width: 30%;
  float: left;
  margin-right: 50px;
}
.head .intro .box .ttl {
  font-size: 15px;
  margin-bottom: 4px;
}
.head figure {
  margin-bottom: 20px;
}
.head figure img {
  width: 100%;
  height: auto;
}
.head .info {
  overflow: hidden;
}
.head .info .tbl-info {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}
.head .info .tbl-info tr th,
.head .info .tbl-info tr td {
  padding: 10px;
  border: 1px solid #ffffff;
}
.head .info .tbl-info tr th,
.head .info .tbl-info tr td {
  padding: 10px;
}
.head .info .tbl-info tr th {
  background-color: #e9e9e9;
  width: 150px;
}
.head .info .tbl-info tr td {
  background-color: #f2f2f2;
}
.head .info .tbl-info tr td a,
.head .info .tbl-info tr td p a,
.head .info .tbl-info tr td .url a {
  text-decoration: underline;
  color: #333;
}
.head .info .tbl-info tr td .label {
  font-weight: bold;
}
.icon {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -1%;
  margin-left: -1%;
  border-top: 1px solid #ececec;
  padding-top: 30px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}
.icon li {
  flex: 0 1 18%;
  margin: 0 1% 1%;
  border-radius: 4px;
  border: 1px solid #ececec;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  font-size: 10px;
  line-height: 1.3;
}
.icon li img {
  display: block;
  width: 35px;
  margin: 0 auto 5px;
}
.photo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
.photo-list::after {
  content: "";
  display: block;
  width: 30%;
}
.photo-list .item {
  width: 30%;
  margin-bottom: 2%;
}
.photo-list .item figure {
  width: 100%;
  margin-bottom: 5px;
}
.photo-list .item figure img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.photo-list .item p {
  font-size: 12px;
  text-align: center;
}
.detail {
  overflow: hidden;
  margin-bottom: 40px;
}
.detail .works {
  width: 48%;
  float: left;
}
.detail .dorm {
  width: 48%;
  float: right;
}
.detail div .title {
  font-size: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.detail .conditions {
  /* [disabled]background-color: #fafafa; */
  /* [disabled]padding: 25px; */
}
.detail .conditions dt,
.detail .conditions dd {
  padding-top: 3px;
  /* [disabled]padding-right: 10px; */
  /* [disabled]padding-left: 10px; */
  padding-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}
.detail .conditions dt {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}
.detail .conditions dd {
  border-left: 1px solid #d4d4d4;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
  line-height: 1.5;
}
.detail .conditions dd span {
  position: relative;
}
.detail .conditions dd span:after {
  content: "・";
  position: relative;
  top: 0px;
  right: -3px;
}
.detail .conditions dd span:last-child:after {
  content: none;
}
.detail .conditions dd p {
  margin-bottom: 15px;
}
.detail .conditions dd .pdf a {
  background-image: url(/images/icon/pdf.png);
  display: inline-block;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px auto;
  color: #555555;
  padding-top: 2px;
  padding-bottom: 2px;
}
.detail .conditions dd p:last-child {
  margin-bottom: 0;
}
.detail .conditions dd .list-inline li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
}

.detail .conditions dd .list-inline li:after {
  content: " / ";
  position: absolute;
  top: -1px;
  right: -12px;
}
.detail .conditions dd .list-inline li:last-child:after {
  content: "";
  top: 0px;
  right: 0px;
}
.detail .dorm .txt {
  margin-bottom: 20px;
  line-height: 1.5;
}
.detail .dorm .list-peri {
  margin-bottom: 20px;
}
.detail .dorm .list-peri li a {
  color: #f3a20d;
}
.detail .dorm .title-sub {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

.detail .dorm .dorm-icon {
  display: flex;
  -webkit-flex-wrap: wrap;
  margin: 0 -1% 30px;
  flex-wrap: wrap;
}
.detail .dorm .dorm-icon li {
  flex: 0 1 18%;
  margin: 0 1% 10px;
  border-radius: 4px;
  border: 1px solid #ececec;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 2px;
  font-size: 10px;
  line-height: 1.3;
}
.detail .dorm .dorm-icon li img {
  display: block;
  width: 35px;
  margin: 0 auto 5px;
}
.detail .dorm .pr p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.print-txt {
  padding: 0 100px;
  color: #ff0004;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.5;
}
.gms-box {
  padding: 30px;
  align-items: center;
  display: flex;
  -webkit-flex-wrap: wrap;
  border: 4px solid #e0e0e0;
}
.gms-box .tanto {
  width: 16%;
}
.gms-box .tanto figure img {
  margin-bottom: 10px;
}
.gms-box .tanto figure figcaption {
  text-align: center;
}
.gms-box .info {
  width: 84%;
  box-sizing: border-box;
  padding-left: 30px;
}
.gms-box .info .corp {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: bold;
}
.gms-box .info p a {
  color: #555;
  text-decoration: underline;
}
.status_off {
  font-size: 16px;
  display: block;
  line-height: 40px;
  background-color: #da1c1c;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.for_adbox {
  border: 2px solid #d80041;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.for_adbox .ttl {
  font-size: 14px;
  font-weight: 700;
  color: #d80041;
}
.for_adbox .txt {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0 !important;
}

/*--2022.07 隧穂ｾ｡讖溯�霑ｽ蜉� --*/
.usr_evabox {
  background: #333;
  color: #fff;
  margin-bottom: 40px;
  padding: 25px;
  text-align: center;
}
.usr_evabox .ttl {
  font-size: 18px;
  margin-bottom: 25px;
}
.usr_evabox .ttl span {
  background-color: #f06c6c;
  text-align: center;
  line-height: 40px;
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
  padding: 8px 20px;
}
.usr_evabox .ttl span br {
  display: none;
}
.usr_evabox .btns li {
  display: inline-block;
  line-height: 40px;
  width: 230px;
  cursor: pointer;
}
.usr_evabox .btns li img {
  width: 50px;
}
.usr_evabox .btns li p {
  font-size: 15px;
  font-weight: 700;
}
.usr_evabox .thanks {
  display: none;
  font-size: 18px;
}
.gms_evabox {
  color: #fff;
  padding: 30px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
.gms_evabox .inner {
  max-width: 1000px;
  min-width: 640px;
  margin: 0 auto;
}
.gms_evabox .ttl {
  font-size: 18px;
  margin-bottom: 25px;
}
.gms_evabox .ttl span {
  background-color: #f06c6c;
  text-align: center;
  line-height: 40px;
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
  padding: 8px 20px;
}
.gms_evabox .btns {
  display: flex;
  justify-content: space-between;
}
.gms_evabox .btns li {
  line-height: 40px;
  width: 22%;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid #ffffff;
}

.gms_evabox .thanks {
  display: none;
  font-size: 18px;
}

.btm_attbox {
  padding: 25px;
  border: 2px solid #d80041;
  margin-bottom: 30px;
}
.btm_attbox .ttl {
  color: #d80041;
  font-size: 18px;
  margin-bottom: 5px;
}
.btm_attbox .sub {
  font-weight: 700;
  margin-bottom: 5px;
}
.btm_attbox .txt {
  margin-bottom: 15px;
}
.btm_attbox ul {
}
.btm_attbox ul li {
  position: relative;
  padding-left: 15px;
}
.btm_attbox ul li:after {
  content: "・";
  position: absolute;
  top: 0px;
  left: 0px;
}

/*--2024.08 --*/

.tel a {
  text-decoration: none !important;
  pointer-events: none;
}
.tel_button {
  display: none;
}