html,
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    sans-serif;
  line-height: 180%;
  font-size: 14px;
  color: #555555;
}
.spno {
  display: none;
}
#wrap {
  background-color: #f0f0f0;
}
#header {
  width: 100%;
  padding: 12px 15px;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #003988;
  margin-bottom: 10px;
}
#header h1 img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
#header .print {
  display: none;
}
#main {
  padding: 25px 15px;
  margin: 0 auto;
  width: 96%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title-main {
  margin-bottom: 25px;
  font-size: 18px;
}
.head {
  margin-bottom: 30px;
}
.head .intro {
  margin-bottom: 20px;
}
.head .intro .box .ttl {
  font-size: 15px;
  margin-bottom: 4px;
}
.head figure {
  margin-bottom: 15px;
}
.head figure img {
  width: 100%;
  height: auto;
}
.head .info {
  overflow: hidden;
}
.head .info .tbl-info {
  border-collapse: collapse;
}
.head .info .tbl-info tr th,
.head .info .tbl-info tr td {
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  display: block;
}
.head .info .tbl-info tr th {
  background-color: #ededed;
}
.head .info .tbl-info tr td {
  margin-bottom: 10px;
}
.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;
}
.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 23%;
  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: 20px;
}
.photo-list .item {
  width: 47%;
  margin-bottom: 15px;
}
.photo-list .item figure {
  width: auto;
  margin-bottom: 5px;
}
.photo-list .item figure img {
  width: 100%;
}
.photo-list .item p {
  font-size: 12px;
}
.detail {
  margin-bottom: 30px;
}
.detail .works {
  margin-bottom: 50px;
}
.detail .dorm {
  margin-bottom: 50px;
}
.detail .dorm .list-peri {
  margin-bottom: 20px;
}
.detail .dorm .list-peri li a {
  color: #f3a20d;
}
.detail div .title {
  font-size: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.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: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.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 span:after {
  content: "・";
  position: relative;
  top: 0px;
  right: -3px;
}
.detail .conditions dd span:last-child:after {
  content: none;
}
.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 .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 {
  text-align: left;
  color: #ff0004;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.5;
}
.gms-box {
  padding: 15px;
  /* [disabled]background-color: #F5F5F5; */
  /*display: flex;
	-webkit-flex-wrap: wrap;*/
  border: 3px solid #e0e0e0;
}
.gms-box .tanto {
  width: 50%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
.gms-box .tanto figure img {
  margin-bottom: 6px;
}
.gms-box .tanto figure figcaption {
  text-align: center;
}
.gms-box .info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gms-box .info .corp {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: bold;
}
.gms-box .info p {
  font-size: 13px;
}
.gms-box .info p a {
  color: #555;
  text-decoration: underline;
}
.status_off {
  font-size: 14px;
  display: block;
  line-height: 36px;
  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: 30px;
  padding: 20px 5%;
  text-align: center;
}
.usr_evabox .ttl {
  font-size: 18px;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #f06c6c;
  text-align: center;
  line-height: 1.4;
}
.usr_evabox .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.usr_evabox .btns li {
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  padding: 10px;
}
.usr_evabox .btns li img {
  width: 50%;
}
.usr_evabox .btns li p {
  font-size: 14px;
  padding-top: 6px;
  font-weight: 700;
}
.usr_evabox .thanks {
  display: none;
  font-size: 18px;
}
.gms_evabox {
  display: none;
}

/*--2022.07 隧穂ｾ｡讖溯�霑ｽ蜉�縺薙％縺ｾ縺ｧ --*/

.btm_attbox {
  padding: 20px;
  border: 2px solid #d80041;
  margin-bottom: 30px;
  font-size: 14px;
}
.btm_attbox .ttl {
  color: #d80041;
  font-size: 16px;
  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_button a {
  display: block;
  font-weight: bold;
  background-color: #003988;
  border-radius: 6px;
  color: #FFF !important;
  text-decoration: none !important;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  margin-top: 10px;
}