@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700,900");

@import url("https://fonts.googleapis.com/css?family=Barlow:400,600&display=swap");

.w_pageTitle {
  margin-bottom: 50px;
}

.w_pageTitle.w_pageTitle__tateuri {
  background-image: url(../img/tateuri/mainvisual.jpg);
}

.w_pageTitle.w_pageTitle__land {
  background-image: url(../img/land/mainvisual.jpg);
}

.w_pageTitle.w_pageTitle__chuko {
  background-image: url(../img/chuko/mainvisual.jpg);
}

.single .w_pageTitle {
  background-image: none;
  margin-bottom: 0;
}

.single .w_pageTitle .h1 {
  color: #4c4948;
}

.single .w_pageTitle .h1 .t1:after {
  background-color: #4c4948;
}

.single .descList__price {
  font-size: 28px;
}

.single .descList__price .small {
  font-size: 21px;
}

.houseNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.houseNav__list__item {
  background-color: #dcdcdc;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.houseNav__list__item.item__01 {
  letter-spacing: 0.29em;
}

.houseNav__list__item.item__02 {
  letter-spacing: 0.32em;
}

.houseNav__list__item.item__03 {
  letter-spacing: 0.32em;
}

.houseNav__list__item:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.houseNav__list__item.is__current {
  background-color: #56595c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.houseNav__list__item.is__current:before {
  border-color: #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.houseNav__list__item.is__current a {
  color: #fff;
}

.houseNav__list__item a {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.houseNav__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.houseNav__subList__item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.houseNav__subList__item.is__current a {
  color: #b81c2b;
}

.houseNav__subList__item.is__current a:before {
  border-color: #b81c2b;
}

.houseNav__subList__item:before {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  background-color: #4c4948;
  position: absolute;
  top: 0;
  left: 0;
}

.houseNav__subList__item:first-child:before {
  content: none;
}

.houseNav__subList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
}

.houseNav__subList__item a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  position: absolute;
  top: 0;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.searchInformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 75px;
}

.searchInformation__result {
  font-size: 19px;
  letter-spacing: 0.19em;
}

.searchInformation__result .result {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-left: 5px;
  padding-right: 5px;
}

.searchInformation__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.selectBoxList {
  width: 104px;
  position: relative;
}

.selectBoxList.is__open .selectBoxList__list {
  height: auto;
}

.selectBoxList__button {
  font-size: 12px;
  line-height: 1;
  height: 38px;
  border: 1px solid #4d4d4d;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.selectBoxList__button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  position: absolute;
  top: 0;
  bottom: -10px;
  right: 10px;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.selectBoxList__button:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  position: absolute;
  top: -10px;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.selectBoxList__list {
  width: 100%;
  height: 0;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}

.selectBoxList__list__item {
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.selectBoxList__list__item a {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.resultList__item {
  padding-bottom: 15px;
  border-bottom: 3px solid #56595c;
  margin-top: 60px;
  letter-spacing: 0.15em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.resultList__item.typeTochi .resultList__item__subTitle {
  font-size: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.7;
}

.resultList__item.typeTochi .resultList__item__descArea {
  padding-top: 25px;
}

.resultList__item.typeChuko .resultList__item__subTitle__item01 {
  width: auto;
}

.resultList__item.typeWorks .resultList__item__subTitle__item01 {
  width: auto;
}

.resultList__item.typeWorks .worksLinkArea {
  position: relative;
}

.resultList__item.typeWorks .worksLinkArea > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.resultList__item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.resultList__item__thumbnail {
  height: 330px;
  position: relative;
}

.resultList__item__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665E51;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.resultList__item__thumbnail__photo {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 330px;
}

.resultList__item__thumbnail__floor {
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -2px;
  left: -1px;
  font-size: 20px;
  background-color: #fff;
  padding: 10px 16px 3px 16px;
}

.resultList__item__thumbnail__floor:before {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  display: block;
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 27px 14px;
  border-color: transparent transparent #ffffff transparent;
}

.resultList__item__thumbnail__catType {
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  background-color: #c8c8c8;
  padding: 7px 16px 7px 16px;
}

.resultList__item__thumbnail__catType:before {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  display: block;
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 27px 14px;
  border-color: transparent transparent #c8c8c8 transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.resultList__item__thumbnail__logoArea {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 88px;
  position: absolute;
  top: 0;
  left: 30px;
  padding: 13px 5px 10px 5px;
}

.resultList__item__thumbnail__logoArea__logo {
  width: 63px;
  height: 59px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 5px;
}

.resultList__item__thumbnail__logoArea__text {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.07em;
}

.resultList__item__titArea {
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #56595c;
}

.resultList__item__subTitle {
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.resultList__item__subTitle__item01 {
  margin-right: 10px;
}

.resultList__item__title {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.resultList__item__descArea__twoColumn {
  margin-top: 10px;
}

.resultList__item__descArea__twoColumn .descList {
  margin-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resultList__item__descArea__threeColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
}

.resultList__item__descArea__threeColumn .descList {
  margin-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resultList__item__descArea__threeColumn .descList__desc {
  width: 100px;
}

.descList {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}

.descList:first-child {
  margin-top: 0;
}

.descList.is__price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.descList__title {
  color: #fff;
  background-color: #4c4948;
  width: 75px;
  text-align: center;
  letter-spacing: 0.15em;
}

.descList__desc {
  font-size: 16px;
  margin-left: 15px;
  width: 320px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.descList__desc span {
  display: block;
}

.descList__price {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0em;
}

.descList__price .small {
  display: inline;
}

.infoBnrArea .unLink {
  pointer-events: none;
  opacity: 0.4;
}

/* bunjyo_wrap
***************************************************************/

.bunjyo_wrap {
  padding: 160px 0 150px;
}

.bunjyo_wrap .item {
  position: relative;
}

.bunjyo_wrap .item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665e51;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

.bunjyo_wrap .item.type2 {
  width: 1000px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bunjyo_wrap .item .thumb {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.bunjyo_wrap .item .thumb .img {
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.bunjyo_wrap .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 400px;
  height: 200px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 30px 12px 5px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 11;
}

.bunjyo_wrap .item.type2 .link {
  right: auto;
  left: 30px;
}

.bunjyo_wrap .item .link .h2 {
  text-align: center;
}

.bunjyo_wrap .item .link .h2 .jp {
  display: block;
  font-size: 22px;
  letter-spacing: 0.3em;
  font-weight: 500;
}

.bunjyo_wrap .item .link .h2 .en {
  display: block;
  font-size: 10px;
}

.bunjyo_wrap .item .link .p1 {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1.62;
  text-align: center;
}

.bunjyo_wrap .item:before {
  content: "";
  display: block;
}

.bunjyo_wrap .arrow {
  font-size: 11px;
  width: 65px;
  margin: 10px 0 0 auto;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.bunjyo_wrap .arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: -1px;
  bottom: 0;
  margin: auto;
}

.bunjyo_wrap {
  padding: 0;
}

.bunjyo_wrap a:not(:first-child) {
  margin-top: 60px;
}

.landCategoryList {
  width: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.landCategoryList__item {
  font-size: 12px;
  width: 140px;
  height: 26px;
  color: #fff;
  background-color: #788560;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  margin-top: 10px;
  margin-left: 10px;
}

.landCategoryList__item:first-child,
.landCategoryList__item:nth-child(2) {
  margin-top: 0;
}

.landCategoryList__item:first-child,
.landCategoryList__item:nth-child(2n + 1) {
  margin-left: 0;
}

.landCategoryList__item.landCategory__01 {
  border: 1px solid #788560;
  background-color: #fff;
  color: #788560;
}

.landCategoryList__item.landCategory__03 {
  background-color: #496d8f;
}

.landCategoryList__item.landCategory__04 {
  background-color: #646464;
}

.houseInformationArea {
  background-color: #dfdfdf;
  background-image: url(../img/common/bg_paper.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: 200px;
  padding: 85px 0;
  margin-bottom: 80px;
}

.houseInformation__floor {
  font-size: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.houseInformation__description .descList__desc {
  line-height: 1.375;
}

.houseInformation .landCategoryList {
  margin-top: 0;
  margin-left: 0;
  width: auto;
}

.houseInformation .landCategoryList__item {
  margin-top: 10px;
  margin-left: 10px;
}

.houseFeature {
  background-color: #fff;
  border: 2px solid #4c4948;
  counter-reset: section;
}

.houseFeature__title {
  font-size: 20px;
  color: #fff;
  background-color: #4c4948;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.houseFeature__list {
  padding: 20px 20px 25px 20px;
}

.houseFeature__list__item {
  font-size: 19px;
  text-align: center;
  letter-spacing: 0.15em;
  position: relative;
  padding: 0 35px;
}

.houseFeature__list__item:first-child {
  padding-left: 0;
  border-left: 0;
}

.houseFeature__list__item:last-child {
  padding-right: 0;
}

.houseFeature__list__item .counter {
  font-size: 10px;
  display: block;
  margin-bottom: 5px;
}

.houseFeature__list__item .counter:after {
  font-size: 18px;
  content: counter(section);
  counter-increment: section;
  padding-left: 3px;
}

.mgladFeature {
  background-color: #fff;
  border: 2px solid #4c4948;
  padding: 40px 50px 30px 60px;
}

.mgladFeature__inner {
  background-image: url(../img/tateuri/mglad02.svg);
  background-size: 131px 138px;
  background-position: left 15px;
  background-repeat: no-repeat;
}

.mgladFeature__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.mgladFeature__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.mgladFeature__text .strong {
  font-size: 28px;
  display: block;
  margin-top: 15px;
  letter-spacing: 0.15em;
}

.mgladFeature.type_archive {
  width: 1000px;
  margin: 0 auto 60px;
}

.photo_wrap {
  background-image: none;
  background-color: #fff;
  padding-top: 0;
}

.photo_wrap .thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.plan_wrap {
  background-image: none;
  background-color: #fff;
  padding: 0;
  margin-bottom: 80px;
}

.plan_wrap .plan_inner {
  padding: 0;
}

.plan_wrap .madori_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan_wrap .madori_wrap .madori_wrap_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.plan_wrap .madori_wrap .madori_wrap_inner div {
  position: relative;
}

.plan_wrap .madori_wrap a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665e51;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.plan_wrap .madori_wrap a:after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/modelhouse/photo_btn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

.plan_wrap .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.plan_wrap .img_wrap .thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.plan_inner {
  padding-top: 0;
  padding-bottom: 0;
}

.btnListArea .linkWrap .w_link1 {
  margin: 0;
}

.btnListArea02 {
  margin-top: 70px;
  margin-bottom: 80px;
  /* btn */
}

.btnListArea02 .txt {
  color: #4c4948;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}

.btnListArea02 .btn {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #de5d4c;
  border: 1px solid #de5d4c;
  width: 450px;
  height: 85px;
  margin: 0 auto;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.btnListArea02 .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}

.btnListArea02 .btn02 {
  border-color: #eb9445;
  background-color: #eb9445;
}

.btnListArea03 {
  margin-top: 70px;
  margin-bottom: 80px;
  /* btn */
}

.btnListArea03 .txt {
  color: #4c4948;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}

.btnListArea03 .btn {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #de5d4c;
  border: 1px solid #de5d4c;
  width: 450px;
  height: 85px;
  margin: 0 auto;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.btnListArea03 .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}

.btnListArea03 .btn02 {
  border-color: #eb9445;
  background-color: #eb9445;
}

.contentList {
  margin-bottom: 130px;
}

.contentList .concept_wrap {
  width: auto;
}

.contentBox {
  margin-top: 60px;
  padding: 0;
}

.contentBox + .imageBox {
  margin-top: 80px;
}

.contentBox.imageBox + .contentBox {
  margin-top: 30px;
}

.contentBox__text {
  font-size: 15px;
  line-height: 2.266;
  text-align: center;
}

.contentBox__image__thumbnail {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contentBox__image.imagePortrait .contentBox__image__thumbnail {
  margin: 0 auto;
}

.contentBox .eventBnr {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.eventBnrWrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.eventBnrWrap a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.eventBnrWrap .eventBnr {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.eventBnrWrap .eventBnr:not(:first-child) {
  margin-top: 10px;
}

.eventBnrWrap .eventBnr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665e51;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.eventBnrWrap .bnr {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.eventBnrWrap .bnr02 {
  text-align: center;
  background: none;
}

.eventBnrWrap .bnr02 a {
  position: relative;
  display: inline;
}

.access_wrap {
  margin-bottom: 100px;
}

.access_wrap .access_point {
  margin-top: 50px;
}

.surroundingEnvironment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.surroundingEnvironment__list__item {
  font-size: 15px;
  width: 312px;
  margin-top: 20px;
  margin-left: 30px;
}

.surroundingEnvironment__list__item.noImage .surroundingEnvironment__list__item__thumb {
  background-image: url(../img/common/noImage02.jpg);
}

.surroundingEnvironment__list__item__thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  margin-bottom: 10px;
}

.outlineArea {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}

.outlineArea__table {
  width: 100%;
  font-size: 14px;
}

.outlineArea__table th,
.outlineArea__table td {
  padding: 10px 15px 10px 15px;
}

.outlineArea__table th {
  text-align: left;
  font-weight: normal;
}

.outlineArea__table td {
  line-height: 1.8;
}

.outlineArea__table td a {
  color: #b81c2b;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contactArea {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.contactArea a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.contactArea dt {
  font-size: 16px;
  margin-bottom: 10px;
}

.contactArea .text {
  font-size: 14px;
  margin-bottom: 10px;
}

.contactArea .tel {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 49px;
  padding-left: 85px;
  position: relative;
  line-height: 1;
}

.contactArea .tel:before {
  content: "";
  width: 58px;
  height: 35px;
  background-image: url(../img/common/ico_freedial.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 13px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
.contactArea .tel.type2 {
  padding-left: 50px;
}
.contactArea .tel.type2:before {
  width: 29px;
  height: 38px;
  background-image: url(../img/common/ico_tel.svg);
  left: 28px;
}

.contactArea .time {
  font-size: 13px;
  letter-spacing: 0;
}

.singleMainvisual {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.townArea {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}

.townArea__figure__thumb {
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}

.townArea__subTitle {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

.townArea__table table {
  width: 100%;
  border-bottom: 1px solid #000;
}

.townArea__table tr {
  border-top: 1px solid #000;
}

.townArea__table th {
  position: relative;
}

.townArea__table th:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #4d4d4d;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.townArea__table th:last-child:after {
  content: none;
}

.townArea__table th,
.townArea__table td {
  font-weight: normal;
  padding: 10px 5px;
  font-size: 14px;
  text-align: center;
}

.townArea__table td {
  vertical-align: middle;
}

.townArea__table td:nth-child(6) {
  width: 249px;
}

.townArea__table .landCategoryList__item {
  font-size: 12px;
  width: 111px;
  margin: 0 auto;
}

.townArea__table .bikouArea {
  text-align: center;
}

.townArea__table .textLink {
  background-color: #de5d4c;
  color: #fff;
  text-decoration: none;
  padding: 3px 15px 3px 10px;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 12px;
  width: 140px;
  position: relative;
}
.townArea__table .textLink::after {
  content: "";
  width: 9px;
  height: 9px;
  background-image: url(../img/common/ico_arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}
.townArea__table .bikouArea + .textLink {
  margin-top: 4px;
}
@media print, screen and (min-width: 680px) {
  .townArea__table .textLink:hover {
    background-color: #dc7967;
  }
}

.townArea__tableSp__item {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.townArea__tableSp__item:first-child {
  border-top: 1px solid #000;
}

.townArea__tableSp__item__twoColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.townArea__tableSp__item__place {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.townArea__tableSp__item__category {
  display: inline-block;
  position: relative;
  top: -3px;
}

.townArea__tableSp .townArea__tableSp__item__link {
  width: 100%;
}
.townArea__tableSp .textLink {
  background-color: #de5d4c;
  color: #fff;
  text-decoration: none;
  padding: 3px 15px 3px 10px;
  margin: 8px auto 2px;
  font-size: 12px;
  text-align: center;
  display: block;
  width: 140px;
  position: relative;
}
.townArea__tableSp .textLink::after {
  content: "";
  width: 9px;
  height: 9px;
  background-image: url(../img/common/ico_arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}

.pageTitle {
  padding-top: 0;
}

.pageTitle.mode__land h1 .ttl_area {
  font-size: 40px;
  line-height: 1.2;
}

.arrowMoreBtn {
  font-size: 10px;
  width: 85px;
  margin: 0 0 0 auto;
  padding-bottom: 2px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.arrowMoreBtn:before {
  content: "";
  width: 75px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  bottom: 0;
  right: 10px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.arrowMoreBtn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 12px;
  border-color: transparent transparent transparent #4c4948;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

.moreBtn {
  width: 326px;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #4d4d4d;
  margin: 0 auto;
  margin-top: 120px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.moreBtn a {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.moreBtn a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#infscr-loading {
  margin: 0 auto;
  font-size: 11px;
  clear: both;
}

#infscr-loading .comment {
  width: 200px;
  position: relative;
  top: 20px;
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center;
}

#infscr-loading img {
  display: none;
}

.single .cmsConversionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single .cmsConversionList__item {
  background-color: #4c4948;
  font-size: 10px;
  text-align: center;
  width: 50%;
}

.single .cmsConversionList__item a {
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  color: #fff;
}

.single .cmsConversionList__item.item01 a {
  background-image: url(../img/common/ico_mail_w.svg);
  background-size: 24px 17px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.single .cmsConversionList__item.item02 a {
  background-image: url(../img/common/ico_tel_w.svg);
  background-size: 18px 29px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.single-tateuri .cmsConversionList__item.item01 {
  background-color: #496d8f;
}

.single-tochi .cmsConversionList__item.item01 {
  background-color: #788560;
}

.single-chuko .resultList__item__descArea__fourColumn .descList:nth-child(3) .descList__desc {
  word-wrap: break-word;
}

.single-chuko .resultList__item__descArea__fourColumn .descList {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-chuko .cmsConversionList__item.item01 {
  background-color: #a57e56;
}

.bannerBtn {
  margin-left: 0;
  margin-right: 0;
}

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 35px;
  font-family: 'Crimson Text', serif;
}

ul.page-numbers li {
  margin: 0 15px;
}

ul.page-numbers .current {
  color: #b81c2b;
}

ul.page-numbers .next,
ul.page-numbers .prev {
  display: block;
  position: relative;
  padding-right: 60px;
}

ul.page-numbers .prev:before {
  content: "";
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

ul.page-numbers .prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 12px 0 0;
  border-color: transparent #4c4948 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
}

ul.page-numbers .next:before {
  content: "";
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

ul.page-numbers .next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 12px;
  border-color: transparent transparent transparent #4c4948;
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 0;
  margin: auto;
}

@-moz-document url-prefix()  {
  /* Firefox fix */

  ul.page-numbers .next:before {
    top: 6px;
  }
}

@media print, screen and (min-width: 680px) {
  .single .resultList__item__descArea__twoColumn .descList:first-child .descList__desc {
    width: 120px;
  }

  .single .resultList__item__descArea__twoColumn .descList:nth-child(2) .descList__desc {
    width: 200px;
  }

  .foot .block1 {
    padding-top: 200px;
  }

  .houseNav {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .houseNav__list__item:hover {
    background-color: #ABACAE;
  }

  .houseNav__list__item:hover a {
    color: #fff;
  }

  .houseNav__list__item {
    width: 326px;
    margin-left: 10px;
  }

  .houseNav__list__item:first-child {
    margin-left: 0;
  }

  .houseNav__list__item.is__current:hover {
    background-color: #ABACAE;
  }

  .houseNav__subList__item {
    width: 188px;
    line-height: 1;
  }

  .houseNav__subList__item:hover a:before {
    bottom: -31px;
  }

  .houseNav__subList__item:first-child,
  .houseNav__subList__item:nth-child(6) {
    width: 119px;
  }

  .houseNav__subList__item:first-child a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .houseNav__subList__item:first-child a:before {
    left: 22px;
    right: auto;
    margin: auto 0;
  }

  .houseNav__subList__item:nth-child(6) a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .houseNav__subList__item:nth-child(6) a:before {
    right: 14px;
    left: auto;
    margin: auto 0;
  }

  .houseNav__subList__item a:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .searchInformation {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .searchInformation__select {
    position: absolute;
    top: 0;
    right: 0;
    width: 216px;
  }

  .selectBoxList__list {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }

  .selectBoxList__list__item:hover {
    color: #fff;
    background-color: #ABACAE;
  }

  .resultList {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 154px;
  }

  .resultList__inner {
    margin-left: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .resultList__item:hover .arrowMoreBtn {
    width: 75px;
  }

  .resultList__item:hover .arrowMoreBtn:before {
    width: 65px;
  }

  .resultList__item:hover .resultList__item__thumbnail:before {
    opacity: 0.4;
  }

  .resultList__item {
    width: 470px;
    margin-left: 60px;
  }

  .resultList__item:first-child,
  .resultList__item:nth-child(2) {
    margin-top: 0;
  }

  .resultList__item.typeTochi .resultList__item__titArea {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .resultList__item.typeTochi .resultList__item__subTitle__item01 {
    min-width: 137px;
  }

  .resultList__item.typeTochi .resultList__item__descArea {
    width: 450px;
    margin: 0 0 0 20px;
  }

  .resultList__item.typeTochi .descList__price {
    width: 125px;
  }

  .resultList__item__subTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .resultList__item__subTitle__item01 {
    width: 125px;
  }

  .resultList__item__descArea {
    padding-top: 30px;
    width: 410px;
    margin: 0 auto;
  }

  .resultList__item__descArea__twoColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .resultList__item__descArea__twoColumn .descList:not(:first-child) {
    margin-left: 20px;
  }

  .resultList__item__descArea__twoColumn .descList__desc {
    width: 100px;
  }

  .resultList__item__descArea__threeColumn .descList:not(:first-child) {
    margin-left: 30px;
  }

  .descList__price .small {
    font-size: 18px;
  }

  .landCategoryList {
    margin-left: 60px;
  }

  .houseInformationArea__inner {
    width: 900px;
    margin: 0 auto;
  }

  .houseInformation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 90px;
  }

  .houseInformation__description {
    border-left: 1px solid #4c4948;
    padding-left: 50px;
  }

  .houseInformation__description .descList__title {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .houseInformation__description .descList__desc {
    width: 610px;
  }

  .houseInformation__description .resultList__item__descArea__threeColumn .descList__desc {
    width: 123px;
  }

  .houseInformation .landCategoryList__item:first-child,
  .houseInformation .landCategoryList__item:nth-child(4n + 1) {
    margin-left: 0;
  }

  .houseInformation .landCategoryList__item:first-child,
  .houseInformation .landCategoryList__item:nth-child(2),
  .houseInformation .landCategoryList__item:nth-child(3),
  .houseInformation .landCategoryList__item:nth-child(4) {
    margin-top: 0;
  }

  .houseFeature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .houseFeature__list__item {
    border-left: 1px solid #4c4948;
  }

  .mgladFeature__inner {
    padding-left: 170px;
  }

  .mgladFeature__title br {
    display: none;
  }

  .mgladFeature__text .strong br {
    display: none;
  }

  .photo_wrap .thumb {
    height: 211px;
  }

  .plan_wrap .plan_inner {
    width: 820px;
    margin: 0 auto;
  }

  .plan_wrap .madori_wrap .madori_wrap_inner {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
  }

  .plan_wrap .madori_wrap .madori_wrap_inner div {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .plan_wrap .madori_wrap .madori_wrap_inner div img {
    width: 100%;
  }

  .plan_wrap .madori_wrap a:hover:before {
    opacity: 0.4;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .plan_wrap .img_wrap {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .plan_wrap .img_wrap a {
    width: 380px;
    height: auto;
  }

  .plan_wrap .img_wrap .thumb {
    height: auto;
  }

  .btnListArea {
    width: 565px;
    margin: 0 auto;
  }

  .btnListArea .linkWrap {
    width: 563px;
    margin: 0 auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btnListArea .linkWrap .w_link1 {
    margin-left: 30px;
  }

  .btnListArea .linkWrap .w_link1:first-child {
    margin-left: 0;
  }

  .btnListArea02 {
    width: 935px;
    margin-left: auto;
    margin-right: auto;
  }

  .btnListArea02 .linkWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btnListArea02 .linkWrap .btn,
  .btnListArea02 .linkWrap .model_btn {
    margin: 0;
  }

  .btnListArea03 {
    width: 935px;
    margin-left: auto;
    margin-right: auto;
  }

  .btnListArea03 .linkWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btnListArea03 .linkWrap .btn {
    margin: 0;
  }

  .contentList {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .contentBox__image.imagePortrait .contentBox__image__thumbnail {
    width: 460px;
    height: 700px;
  }

  .contentBox__image.imageLandscape .contentBox__image__thumbnail {
    height: 460px;
  }

  .contentBox iframe {
    width: 900px;
    height: 500px;
    display: block;
    margin: 0 auto;
  }

  .contentBox .eventBnr:hover {
    opacity: 0.4;
  }

  .eventBnrWrap {
    width: 700px;
  }

  .eventBnrWrap .eventBnr:hover {
    opacity: 0.4;
  }

  .eventBnrWrap .bnr {
    height: 200px;
  }

  .eventBnrWrap .bnr02 {
    height: auto;
  }

  .surroundingEnvironment {
    width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .surroundingEnvironment__list__item:first-child,
  .surroundingEnvironment__list__item:nth-child(3n + 1) {
    margin-left: 0;
  }

  .surroundingEnvironment__list__item:first-child,
  .surroundingEnvironment__list__item:nth-child(2),
  .surroundingEnvironment__list__item:nth-child(3) {
    margin-top: 0;
  }

  .outlineArea {
    width: 1000px;
    margin: 0 auto;
  }

  .outlineArea__inner {
    width: 750px;
    margin: 0 auto;
  }

  .outlineArea__table {
    margin-bottom: 60px;
  }

  .outlineArea__table tr {
    border-bottom: 1px solid #4c4948;
  }

  .outlineArea__table tr:first-child {
    border-top: 1px solid #4c4948;
  }

  .outlineArea__table th {
    background-color: #fff;
    width: 200px;
  }

  .outlineArea__table td {
    width: 305px;
  }

  .outlineArea__table td a:hover {
    text-decoration: none;
  }

  .contactArea {
    width: 400px;
  }

  .contactArea .tel {
    letter-spacing: 0.015em;
  }

  .contactArea .time br {
    display: none;
  }

  .singleMainvisual {
    width: 900px;
    height: 600px;
    margin: 0 auto;
  }

  .townArea {
    width: 1000px;
    margin: 0 auto;
  }

  .townArea__inner {
    width: 760px;
    margin: 0 auto;
  }

  .townArea__table .textLink:hover {
    text-decoration: none;
  }

  .townArea__tableSp {
    display: none;
  }

  .pageTitle.mode__land h1 img {
    width: 55px;
    height: auto;
  }

  .pageTitle.mode__land h1 .ttl_area {
    padding-left: 10px;
  }

  .moreBtn:hover {
    background-color: #ABACAE;
  }

  #infscr-loading .comment {
    position: relative;
    left: 20px;
  }

  #map_canvas {
    height: 450px;
  }

  .single-tochi .houseInformation {
    margin-bottom: 0px;
  }

  .single-tochi .houseInformation + .mgladFeature {
    margin-top: 90px;
  }

  .single-chuko .houseInformation__description .descList__desc {
    width: 660px;
  }

  .single-chuko .resultList__item__descArea__fourColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
  }

  .single-chuko .houseInformation__description {
    padding-left: 25px;
  }

  .single-chuko .houseInformation__floor {
    font-size: 21px;
  }

  .single-chuko .houseInformation__description .resultList__item__descArea__threeColumn .descList__desc {
    width: 100px;
  }

  .single-chuko .houseInformation__description .resultList__item__descArea__fourColumn .descList__desc {
    width: 100px;
  }

  .single-chuko .resultList__item__descArea__fourColumn .descList:nth-child(3) .descList__desc {
    width: 70px;
  }

  .single-chuko .resultList__item__descArea__fourColumn .descList {
    margin-top: 0;
  }

  .single-chuko .descList__price {
    width: 120px !important;
  }

  .single-tateuri .resultList__item__descArea__threeColumn .descList .descList__desc,
  .single-tateuri .resultList__item__descArea__fourColumn .descList .descList__desc,
  .single-chuko .resultList__item__descArea__threeColumn .descList .descList__desc,
  .single-chuko .resultList__item__descArea__fourColumn .descList .descList__desc,
  .single-tochi .resultList__item__descArea__threeColumn .descList .descList__desc,
  .single-tochi .resultList__item__descArea__fourColumn .descList .descList__desc {
    padding-right: 15px;
  }

  .single-tateuri .resultList__item__descArea__threeColumn .descList .descList__desc.descList__price,
  .single-tateuri .resultList__item__descArea__fourColumn .descList .descList__desc.descList__price,
  .single-chuko .resultList__item__descArea__threeColumn .descList .descList__desc.descList__price,
  .single-chuko .resultList__item__descArea__fourColumn .descList .descList__desc.descList__price,
  .single-tochi .resultList__item__descArea__threeColumn .descList .descList__desc.descList__price,
  .single-tochi .resultList__item__descArea__fourColumn .descList .descList__desc.descList__price {
    padding-right: 0;
  }

  ul.page-numbers {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  ul.page-numbers li:hover a {
    color: #b81c2b;
  }

  ul.page-numbers li:hover a.prev:before {
    background-color: #b81c2b;
  }

  ul.page-numbers li:hover a.prev:after {
    border-color: transparent #b81c2b transparent transparent;
  }

  ul.page-numbers li:hover a.next:before {
    background-color: #b81c2b;
  }

  ul.page-numbers li:hover a.next:after {
    border-color: transparent transparent transparent #b81c2b;
  }

  ul.page-numbers {
    margin-bottom: 140px;
  }
}

@media all and (min-width: 681px) {
  .bunjyo_wrap .item:hover:before {
    opacity: 0.4;
  }

  .btnListArea02 .btn:hover {
    background-color: #dc7967;
  }

  .btnListArea03 .btn:hover {
    background-color: #dc7967;
  }
}

@media all and (max-width: 680px) {
  .bunjyo_wrap {
    padding: 50px 0 50px;
  }

  .bunjyo_wrap .item.type2 {
    width: 100%;
  }

  .bunjyo_wrap .item .thumb {
    height: 200px;
  }

  .bunjyo_wrap .item.type2 .link {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    margin: 30px;
    padding: 15px 6px 5px;
    left: auto;
  }

  .bunjyo_wrap .item .link .h2 .jp {
    font-size: 16px;
  }

  .bunjyo_wrap .item .link .p1 {
    font-size: 12px;
    line-height: 1.42;
    padding: 0px 8%;
  }

  .bunjyo_wrap .arrow {
    margin: 0px 0 0 auto;
  }

  .btnListArea02 .btn {
    font-size: 13px;
    width: 288px;
  }

  .btnListArea03 .btn {
    font-size: 13px;
    width: 288px;
  }
}

@media screen and (max-width: 679px) {
  .w_pageTitle {
    margin-bottom: 25px;
  }

  .w_pageTitle.w_pageTitle__tateuri {
    background-image: url(../img/tateuri/mainvisual_sp.jpg);
  }

  .w_pageTitle.w_pageTitle__tateuri .h1 {
    color: #fff;
  }

  .foot .block1 {
    margin-top: 70px;
  }

  .houseNav {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .houseNav__list {
    margin-bottom: 20px;
  }

  .houseNav__list__item {
    width: 48.5%;
    margin-top: 10px;
  }

  .houseNav__list__item:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .houseNav__list__item {
    font-size: 14px;
  }

  .houseNav__list__item:first-child {
    width: 100%;
    margin-top: 0;
  }

  .houseNav__list__item a {
    height: 45px;
    padding-right: 10px;
  }

  .houseNav__subList__item {
    font-size: 13px;
    width: 33%;
  }

  .houseNav__subList__item:before {
    top: 4px;
    height: 43px;
  }

  .houseNav__subList__item:after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #4c4948;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .houseNav__subList__item:first-child:before,
  .houseNav__subList__item:nth-child(3n+1):before {
    content: none;
  }

  .houseNav__subList__item:first-child:after,
  .houseNav__subList__item:nth-child(2):after,
  .houseNav__subList__item:nth-child(3):after {
    content: none;
  }

  .houseNav__subList__item:nth-child(4):before {
    content: none;
  }

  .houseNav__subList__item a {
    padding-top: 5px;
    height: 50px;
  }

  .houseNav__subList__item a:before {
    bottom: -18px;
    width: 6px;
    height: 6px;
  }

  .searchInformation {
    margin-bottom: 0;
  }

  .searchInformation__result {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .searchInformation__result .result {
    font-size: 18px;
  }

  .searchInformation__select {
    width: 220px;
  }

  .resultList {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 70px;
  }

  .resultList__item {
    margin-top: 40px;
  }

  .resultList__item.typeTochi .resultList__item__subTitle {
    font-size: 16px;
  }

  .resultList__item.typeTochi .resultList__item__subTitle__item01 {
    min-width: 150px;
  }

  .resultList__item__thumbnail {
    height: 66vw;
  }

  .resultList__item__thumbnail__photo {
    height: 66vw;
  }

  .resultList__item__thumbnail__floor {
    font-size: 16px;
  }

  .resultList__item__thumbnail__catType {
    font-size: 16px;
  }

  .resultList__item__thumbnail__logoArea {
    width: 86px;
    left: 10px;
  }

  .resultList__item__thumbnail__logoArea__logo {
    width: 59px;
    height: 54px;
    background-size: contain;
  }

  .resultList__item__subTitle {
    font-size: 16px;
  }

  .resultList__item__subTitle__item01 {
    text-align: center;
  }

  .resultList__item__subTitle__item02 {
    text-align: center;
  }

  .resultList__item__title {
    font-size: 19px;
  }

  .resultList__item__descArea {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .resultList__item__descArea__twoColumn .descList:not(:first-child) {
    margin-top: 10px;
  }

  .resultList__item__descArea__threeColumn .descList:not(:first-child) {
    margin-top: 10px;
  }

  .resultList__item__descArea__threeColumn .descList__desc {
    width: 50%;
  }

  .descList {
    font-size: 11px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 10px;
  }

  .descList__title {
    font-size: 11px;
    width: 60px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .descList__desc {
    font-size: 14px;
    width: 74%;
  }

  .descList__desc span {
    display: inline;
  }

  .descList__price {
    font-size: 16px;
  }

  .descList__price .small {
    font-size: 14px;
  }

  .bunjyo_wrap {
    padding: 0;
  }

  .bunjyo_wrap .item .link .p1 {
    text-align: left;
  }

  .landCategoryList {
    margin-left: auto;
    margin-right: auto;
  }

  .houseInformationArea {
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .houseInformationArea__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .houseInformationArea .pageTitle h1 {
    display: block;
    line-height: 24px;
  }

  .houseInformationArea .pageTitle h1 span {
    font-size: 13px;
  }

  .houseInformationArea .pageTitle h1 img {
    width: 26px;
    margin-right: 8px;
  }

  .houseInformationArea .pageTitle h1 .mt_line {
    position: relative;
    padding-left: 20px;
  }

  .houseInformationArea .pageTitle h1 .mt_line:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
  }

  .houseInformation {
    margin-bottom: 45px;
  }

  .houseInformation__floor {
    font-size: 16px;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #4c4948;
    margin-bottom: 20px;
  }

  .houseInformation__description .resultList__item__descArea__threeColumn {
    display: block;
  }

  .houseInformation__description .resultList__item__descArea__threeColumn .descList__desc {
    width: auto;
  }

  .houseInformation .landCategoryList__item {
    width: 102px;
  }

  .houseInformation .landCategoryList__item:first-child,
  .houseInformation .landCategoryList__item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .houseFeature__title {
    font-size: 16px;
    height: 35px;
  }

  .houseFeature__list {
    padding: 10px 0 20px 0;
  }

  .houseFeature__list__item {
    font-size: 13px;
    padding: 0;
    margin-top: 15px;
  }

  .houseFeature__list__item:before {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #4c4948;
  }

  .houseFeature__list__item:first-child {
    border-top: 0;
    margin-top: 0;
  }

  .houseFeature__list__item:first-child:before {
    content: none;
  }

  .mgladFeature {
    padding: 20px;
  }

  .mgladFeature__inner {
    background-size: 50px;
    background-position: top left;
  }

  .mgladFeature__title {
    font-size: 13px;
    letter-spacing: 0.11em;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 60px;
  }

  .mgladFeature__text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .mgladFeature__text .strong {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.05em;
  }

  .mgladFeature.type_archive {
    width: calc(100% - 40px);
  }

  .photo_wrap .thumb {
    height: 30vw;
  }

  .plan_wrap {
    margin-bottom: 40px;
  }

  .plan_wrap .madori_wrap .madori_wrap_inner {
    margin-top: 20px;
  }

  .plan_wrap .madori_wrap .madori_wrap_inner div:first-child {
    margin-top: 0;
  }

  .plan_wrap .madori_wrap .madori_wrap_inner div {
    margin-top: 20px;
  }

  .plan_wrap .madori_wrap a:after {
    width: 30px;
    height: 30px;
  }

  .plan_wrap .img_wrap {
    width: 100%;
  }

  .plan_wrap .img_wrap a {
    height: auto;
  }

  .plan_wrap .img_wrap .thumb {
    height: auto;
  }

  .btnListArea .linkWrap {
    margin-top: 20px;
  }

  .btnListArea .linkWrap .w_link1 {
    margin-left: auto;
    margin-right: auto;
  }

  .btnListArea .linkWrap .w_link1:not(:first-child) {
    margin-top: 10px;
  }

  .btnListArea02 {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .btnListArea02 .txt {
    font-size: 14px;
  }

  .btnListArea02 .btn {
    padding-right: 20px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .btnListArea02 .btn:not(:first-child) {
    margin-top: 10px;
  }

  .btnListArea03 {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .btnListArea03 .txt {
    font-size: 14px;
  }

  .btnListArea03 .btn {
    padding-right: 20px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  .btnListArea03 .btn:not(:first-child) {
    margin-top: 10px;
  }

  .contentList {
    margin-bottom: 50px;
  }

  .contentBox {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .contentBox + .imageBox {
    margin-top: 60px;
  }

  .contentBox.imageBox + .contentBox {
    margin-top: 15px;
  }

  .contentBox__text {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .contentBox__image.imagePortrait .contentBox__image__thumbnail {
    padding-top: 130%;
  }

  .contentBox__image.imageLandscape .contentBox__image__thumbnail {
    padding-top: 65%;
  }

  .contentBox iframe {
    width: 100%;
    height: 57vw;
  }

  .eventBnrWrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .eventBnrWrap .bnr {
    height: 40vw;
  }

  .eventBnrWrap .bnr02 {
    height: auto;
  }

  .access_wrap {
    margin-bottom: 50px;
  }

  .access_wrap .access_point {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.6;
  }

  .surroundingEnvironment {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .surroundingEnvironment__list__item {
    font-size: 12px;
    width: 48.5%;
    margin-left: 3%;
  }

  .surroundingEnvironment__list__item:first-child,
  .surroundingEnvironment__list__item:nth-child(2) {
    margin-top: 0;
  }

  .surroundingEnvironment__list__item:first-child,
  .surroundingEnvironment__list__item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .surroundingEnvironment__list__item__thumb {
    height: 28vw;
  }

  .outlineArea {
    padding-top: 30px;
  }

  .outlineArea__table {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .outlineArea__table tr {
    border-top: 1px solid #a29f9e;
  }

  .outlineArea__table tr:last-child {
    border-bottom: 1px solid #a29f9e;
  }

  .outlineArea__table th,
  .outlineArea__table td {
    padding: 7px 1% 7px 3%;
  }

  .outlineArea__table th {
    width: 35%;
    font-weight: 700;
  }

  .outlineArea__table td {
    line-height: 1.2;
    padding-bottom: 8px;
  }

  .contactArea {
    width: 310px;
    margin-bottom: 30px;
  }

  .contactArea dt {
    margin-bottom: 5px;
  }

  .contactArea .tel {
    font-size: 36px;
    padding-left: 35px;
    margin-bottom: 5px;
  }

  .contactArea .tel:before {
    width: 30px;
    height: 20px;
  }

  .contactArea .tel.type2 {
    padding-left: 40px;
  }
  .contactArea .tel.type2:before {
    width: 19px;
    height: 24px;
    left: 26px;
  }

  .contactArea .time {
    font-size: 11px;
  }

  .singleMainvisual {
    padding-top: 66%;
  }

  .singleMainvisual.is__movie {
    padding-top: 0;
    height: 57vw;
  }

  .singleMainvisual iframe {
    width: 100%;
    height: 57vw;
  }

  .townArea {
    padding-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .townArea__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .townArea__figure__thumb {
    margin-bottom: 40px;
  }

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

  .townArea__table {
    display: none;
  }

  .townArea__tableSp__item .landCategoryList__item {
    font-size: 11px;
    width: 96px;
    height: 20px;
    margin-left: 5px;
  }

  .pageTitle h1 img {
    width: 55px;
    height: auto;
  }

  .pageTitle.mode__land h1 .ttl_area {
    font-size: 14px;
  }

  .arrowMoreBtn {
    width: 58px;
    margin: 0 0 0 auto;
    text-indent: -9999px;
    overflow: hidden;
  }

  .moreBtn {
    width: 90%;
    margin-top: 60px;
  }

  .concept_wrap .inner_txt {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .single-tochi .houseInformation {
    margin-bottom: 0px;
  }

  .single-tochi .houseInformation + .mgladFeature {
    margin-top: 45px;
  }

  .bannerBtn {
    margin-left: auto;
    margin-right: auto;
  }

  ul.page-numbers {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 679px) and (max-width: 679px) {
  .houseFeature__list__item:before {
    width: 88%;
  }
}


/* ---------------------------------------------------- */
/* blog_wrap */
/* ---------------------------------------------------- */

.blog_wrap .btn_toggle:before{
    content: "もっと表示する";
}

.blog_wrap .btn_toggle.show:before{
    content: "閉じる";
}
.blog_wrap .newsResultList__inner li:nth-child(n + 4) {
    display: none;
}

.blog_wrap .newsResultList__inner.show li:nth-child(n + 4) {
    display: block;
}
.newsResultList__item {
    border: 1px solid #4c4948;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 80px;
}

.newsResultList__item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.newsResultList__item__thumbnail {
    position: relative;
}

.newsResultList__item__thumbnail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #665E51;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.newsResultList__item__thumbnail__photo {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 246px;
}

.newsResultList__item__titArea__category {
    background-color: #4c4948;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 130px;
    height: 22px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}

.newsResultList__item__titArea__title {
    font-size: 16px;
    line-height: 1.937;
    margin-bottom: 20px;
}

.newsResultList__item__descArea {
    padding: 20px 30px 30px 30px;
}

.newsResultList__item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print,
screen and (min-width: 680px) {
    .blog_wrap{
        padding-top: 50px;
    }
    .newsResultList {
        margin-left: -30px;
        margin-bottom: 80px;
    }

    .newsResultList__inner {
        width: 1030px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .newsResultList__item:hover .arrowMoreBtn {
        width: 75px;
    }

    .newsResultList__item:hover .arrowMoreBtn:before {
        width: 65px;
    }

    .newsResultList__item:hover .newsResultList__item__thumbnail:before {
        opacity: 0.4;
    }

    .newsResultList__item {
        width: 306px;
        margin-left: 37px;
    }

    .newsResultList__item:first-child,
    .newsResultList__item:nth-child(2),
    .newsResultList__item:nth-child(3) {
        margin-top: 0;
    }
}

@media screen and (max-width: 679px) {
    .blog_wrap{
        padding-top: 30px;
    }
    .newsResultList {
        margin-bottom: 30px;
    }

    .newsResultList__item {
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .newsResultList__item__thumbnail__photo {
        height: 180px;
    }
}


/* pageLink
***************************************************************/
.pageLinkWrap {
  padding-top: 70px;
}
.pageLink {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
}
.pageLink li {
  width: 25%;
}
.pageLink li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  padding: 13px 0 15px;
  position: relative;
}
.pageLink li a .in {
  position: relative;
  padding-bottom: 5px;
  padding-right: 30px;
}
.pageLink li a .in::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #4c4948;
  border-bottom: 1px solid #4c4948;
  transform: rotate(45deg);
}
@media all and (min-width: 681px) {
  .pageLink li + li a::before {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #a5a4a3;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pageLink li a .in::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: background 0.3s ease;
  }
  .pageLink li a:hover .in::before {
    background-color: #808080;
  }
}
@media all and (max-width: 680px) {
  .pageLinkWrap {
    padding-top: 35px;
  }
  .pageLink {
    width: 100%;
    flex-flow: row wrap;
  }
  .pageLink li {
    width: 50%;
  }
  .pageLink li a {
    font-size: 12px;
    letter-spacing: 0;
    padding: 10px 0;
  }
  .pageLink li:nth-of-type(2n) a::before {
    content: "";
    width: 1px;
    height: calc(100% - 12px);
    background-color: #a5a4a3;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pageLink li + li + li a::after {
    content: "";
    width: calc(100% - 12px);
    height: 1px;
    background-color: #a5a4a3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  .pageLink li a .in {
    display: block;
    padding-bottom: 0;
    padding-right: 18px;
  }
  .pageLink li a .in::after {
    margin-top: -5px;
    right: 10px;
    width: 6px;
    height: 6px;
  }
}
@media all and (max-width: 370px) {
  .pageLink li a {
    font-size: 11px;
  }
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
