﻿@charset "utf-8";

/*==================================================
  GENERAL SETTINGS
==================================================*/
.contentWire {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.btn_archive {
  text-align: center;
}

.btn_archive a {
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 0 auto;
  background: var(--color-black);
  color: #FFF;
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
}

.btn_archive a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

/*==================================================
  TITLE COMMON
==================================================*/
#eventBox,
#searchBox,
#pickupBox,
#gallery_reformBox,
#shopInfoBox,
#noticeBox {
  padding: 50px 0;
}

#eventBox .ttl img {
  max-width: 215px;
  width: 90%;
}

#searchBox .ttl img {
  max-width: 187px;
  width: 90%;
}

#pickupBox .ttl img {
  max-width: 401px;
  width: 90%;
}

#pickupBox {
  position: relative;
  padding: 80px 0;
}

#recomBox .ttl img {
  max-width: 455px;
  width: 90%;
}

#gallery_reformBox .ttl img {
  max-width: 409px;
  width: 90%;
}

#modelroomBox .ttl img {
  max-width: 348px;
  width: 90%;
}

#shopInfoBox .ttl img {
  max-width: 217px;
  width: 90%;
}

.topicsBox .ttl img {
  max-width: 110px;
  width: 90%;
}

.columnBox .ttl img {
  max-width: 78px;
  width: 90%;
}

/*
===== SLIDER ==========================================
*/
#indexmainBox {
  max-height:500px;
  overflow: hidden;
}

#indexmainBox .slick-list.draggable {
  width: 100%;
}

#indexmainBox .indexSlideWrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

/*dots*/
#indexmainBox .mainSlider .slick-dots {
  bottom: 20px;
}

.slick-dots li,
.slick-dots li button {
  width: 16px !important;
  height: 16px !important;
}

.slick-dots li button:before {
  content: "" !important;
  width: 13px !important;
  height: 13px !important;
  border-radius: 8px;
  opacity: 1 !important;
}

#indexmainBox .slick-slider .slick-dots li.slick-active button:before {
  background: #FFED26;
}

#indexmainBox .slick-slider .slick-dots li button:before {
  background: #fff;
}

.bannerWrap {
  text-align: center;
  margin: 30px auto 0;
  max-width: 1080px;
}

.slick-list.draggable {
  width: calc(100% - 100px);
  overflow: hidden;
  margin: 0 auto;
}

/*
===== EVENTBOX ==========================================
*/
#eventBox .ttl {
  text-align: center;
  margin-bottom: 30px;
}

#eventBox .item {
  margin: 0 10px;
}

#eventBox .item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#eventBox .item .photo {
  aspect-ratio: 3/ 2;
  overflow: hidden;
}

#eventBox .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#eventBox .item .info {
  padding: 10px;
}

#eventBox .item .eventTtl {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
}

#eventBox .item .date {
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#eventBox .item dd.intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#eventBox .item .icon span {
  min-width: 40px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
  padding: 10px;
}

#eventBox .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#eventBox .inner .slick-initialized {
  min-height: 200px;
}

#eventBox .itemList .item {
  width: 300px;
  background: var(--color-palegray);
  position: relative;
}

#eventBox .inner>.itemList>.item {
  margin-right: 36px;
}

#eventBox .inner>.itemList>.item:last-of-type {
  margin-right: 0;
}

#eventBox .itemList {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  position: relative;
}

#eventBox .item .eventTtl {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#eventBox .item .icon {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

#eventBox .btn_archive {
  margin-top: 50px;
}

/*
===== SEARCHBOX ==========================================
*/

#searchBox {
  background: url(../img/index/bg_search.webp) center/cover;
}

#searchBox h2.ttl {
  text-align: center;
  margin-bottom: 30px;
}

#searchBox .mapWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  gap: 20px;
}

/*
----- leftCont --------------------
*/
#searchBox .leftCont {
  max-width: 420px;
  width: calc(40% - 20px);
  background: rgba(255,255,255,.8);
  padding: 40px 0 20px;
}

#searchBox .leftCont .count01 {
  padding: 0 40px 20px;
}

#searchBox .leftCont .count01 dl {
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

#searchBox .leftCont .count01 dl+dl {
  margin-top: 20px;
}

#searchBox .leftCont .count01 dt {
  max-width: 170px;
  width: 52%;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-right: 8px;
}

#searchBox .leftCont .count01 dd {
  font-weight: bold;
  font-size: 18px;
}

#searchBox .leftCont .count01 dd .num {
  font-size: 36px;
  line-height: 1;
}

#searchBox .leftCont .count01 .total dt {
  border: 2px solid var(--color-black);
  color: #fff;
  background-color: var(--color-black);
}

#searchBox .leftCont .count01 .today dt {
  border: 2px solid var(--color-black);
  background-color: #fff;
}

#searchBox .leftCont .count02 {
  border:1px solid var(--color-black);
  margin: 0 18px;
  padding: 30px;
}

#searchBox .leftCont .count02 dl {
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

#searchBox .leftCont .count02 .member,
#searchBox .leftCont .count02 .shop {
  margin-top: 20px;
}

#searchBox .leftCont .count02 dt,
#searchBox .leftCont .count02 dd {
  font-weight: bold;
  font-size: 18px;
}

#searchBox .leftCont .count02 dd span {
  font-size: 36px;
  line-height: 1;
}

#searchBox .leftCont .count02 dt i {
  margin-right: 5px;
}

#searchBox .leftCont .count02 .general dt i {
  color: var(--color-lightblue);
}

#searchBox .leftCont .count02 .member dt i {
  color: var(--color-yellow);
}

#searchBox .leftCont .count02 .shop dt i {
  color: var(--color-green);
}

#searchBox .leftCont .searchBox_btn {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 8px 0 10px;
  border-radius: 3px;
  position: relative;
}

#searchBox .leftCont .searchBox_btn::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 5px solid currentColor;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

#searchBox .leftCont .searchBox_btn span {
  font-size: 14px;
}

#searchBox .leftCont .searchBox_btn.registration {
  background-color: var(--color-yellow);
  color: var(--color-black);
}

#searchBox .leftCont .searchBox_btn.shopreserve {
  background-color: var(--color-green);
  border: 1px solid var(--color-green);
}

#searchBox .leftCont .searchBox_btn.emember {
  background-color: #fff;
  color: var(--color-red);
  padding: 18px 0;
  border: 1px solid var(--color-red);
  position: relative;
  border-color: var(--color-yellow);
  background: var(--color-yellow);
  color: var(--color-black);
}

#searchBox .leftCont .searchBox_btn.emember::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 5px solid currentColor;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

/*
----- areasearchBox rightCont --------------------
*/
#searchBox .areasearchBox {
  max-width: 640px;
  width: 60%;
}

.areasearchBox ul.tab {
  width: 100%;
  border-bottom: 5px solid var(--color-black);
  background: url(../img/index/areasearchBox_tab_bg.webp) no-repeat 15px center;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end;
  gap: 2px;
  margin-bottom: 5px;
}

.areasearchBox ul.tab li {
  max-width: 140px;
  width: calc((100% - 70px) / 4);
  background-color: var(--color-palegray);
  color: var(--color-darkgray);
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px 5px;
}

@media (any-hover:hover) {
  .areasearchBox ul.tab li:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.areasearchBox ul.tab li.active {
  background-color: var(--color-black);
  color: #fff;
}

.areasearchBox ul.tab li span {
  line-height: 1.1;
}

.areasearchBox .map {
  width: 100%;
  height: 500px;
  background: url(../img/index/areasearchBox_map1.webp) center no-repeat;
  position: relative;
}

.areasearchBox .map .countBox .countarea a {
  text-decoration: none;
  display: block;
}

.areasearchBox .map .countBox .countarea dt,
.areasearchBox .map .countBox .countarea dd {
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.areasearchBox .map .countBox .countarea dt {
  margin-bottom: 5px;
  font-size: 18px;
}

.areasearchBox .map .countBox .countarea dd {
  font-size: 18px;
}

.areasearchBox .map .countBox .countarea dd span {
  font-family: Arial, Helvetica, 'sans-serif';
  font-size: 24px;
  line-height: 1;
}

@media screen and (min-width: 768px) {

  .areasearchBox .map .countBox .countarea dl {
    position: absolute;
  }
  
  /*強調エリア*/
  .areasearchBox .map .countBox .countarea dl.c-09201,
  .areasearchBox .map .countBox .countarea dl.c-09208{
    background: var(--color-black);
    color: #fff;
    border-radius: 100%;
    width: 100px;
    height: auto;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .areasearchBox .map .countBox .countarea dl.c-09201 dt,
  .areasearchBox .map .countBox .countarea dl.c-09208 dt{
    font-size: 20px;
  }

  /*宇都宮市*/
  .areasearchBox .map .countBox .countarea dl.c-09201{
    top: 198px;
    left: 50%;
    transform: translateX(calc(-50% + 10px));
  }
  
  /*小山市*/
  .areasearchBox .map .countBox .countarea dl.c-09208{
    top: 370px;
    left: 50%;
    transform: translateX(calc(-50% - 60px));
  }
  
  /*さくら市*/
  .areasearchBox .map .countBox .countarea dl.c-09214{
    top: 140px;
    left: 50%;
    transform: translateX(calc(-50% + 75px));
  }
  
  /*那須塩原市*/
  .areasearchBox .map .countBox .countarea dl.c-09213{
    top: 10px;
    left: 50%;
    transform: translateX(calc(-50% + 55px));
  }

  /*大田原市*/
  .areasearchBox .map .countBox .countarea dl.c-09210{
    top: 54px;
    left: 50%;
    transform: translateX(calc(-50% + 140px));
  }

  /*塩谷郡高根沢町*/
  .areasearchBox .map .countBox .countarea dl.c-09386{
    top: 207px;
    left: 50%;
    transform: translateX(calc(-50% + 105px));
  }

  /*鹿沼市*/
  .areasearchBox .map .countBox .countarea dl.c-09205{
    top: 250px;
    left: 50%;
    transform: translateX(calc(-50% + -116px));
  }

  /*下野市*/
  .areasearchBox .map .countBox .countarea dl.c-09216{
    top: 375px;
    left: 50%;
    transform: translateX(calc(-50% + 30px));
  }

  /*真岡市*/
  .areasearchBox .map .countBox .countarea dl.c-09209{
    top: 340px;
    left: 50%;
    transform: translateX(calc(-50% + 104px));
  }

  /*下都賀郡壬生町*/
  .areasearchBox .map .countBox .countarea dl.c-09361{
    top: 310px;
    left: 50%;
    transform: translateX(calc(-50% + -44px));
  }

  /*河内郡上三川町*/
  .areasearchBox .map .countBox .countarea dl.c-09301{
    top: 310px;
    left: 50%;
    transform: translateX(calc(-50% + 34px));
  }

  /*補助線*/
  /* .areasearchBox .map .countBox .countarea dl.c-23102::before,
  .areasearchBox .map .countBox .countarea dl.c-23103::before {
    position: absolute;
    content: '';
    width: 40px;
    border-top: 2px solid var(--color-darkgray);
    transform: rotate(45deg);
    top: 40px;
    left: 40px;
  }
  .areasearchBox .map .countBox .countarea dl.c-23102::before{
    width:100px;
    top:-40px;
    left:-80px;
  }
  .areasearchBox .map .countBox .countarea dl.c-23103::before{
    top:-20px;
    left:-40px;
  } */

  /*○○群*/
  /* .areasearchBox .map .countBox .countarea dl.c-23103 dt{
    font-size:16px;
  } */
}


/*linkBox*/
#searchBox .linkBox {
  max-width: 1080px;
  width: 100%;
  margin: 20px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 20px;
}

.prpsearch_btn {
  background-color: var(--color-black);
  color: #fff;
  border-radius: 3px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  max-width: 370px;
  width: 90%;
  height: 70px;
  border: 1px solid #fff;
  box-shadow: 10px 10px 0 rgba(0,0,0,.5);
  position: relative;
}

.prpsearch_btn::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

.prpsearch_btn span {
  font-size: 14px;
}

.prpsearch_btn.station {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*
===== RECOMBOX 注目物件／リフォーム済みおすすめ物件 ==========================================
*/

#recomBox {
  padding: 50px 0;
  background: url(../img/index/recBox_re_bg.webp) no-repeat top center/cover;
}

.recom h2.ttl {
  text-align: center;
  margin-bottom: 30px;
}

.recom .wrap {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

.recom #itemList {
  position: relative;
  display: flex;
  justify-content: center;
}

.recom .item {
  width: 300px;
  background: #FFF;
  border: solid 1px #999999;
  position: relative;
  margin: 0 10px;
}

#recomBox.recom_re .item.emember {
  border: solid 1px #CCC;
}

#recomBox.recom .item.emember {
  border: none;
}

#recomBox.recom .item.emember a {
  padding: 0;
}

.recom .item.emember a img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

/*-------------------------▲*/
.recom .item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
}

.recom .item.emember a {
  padding: 0;
  height: 100%;
}

#recomBox.recom_re .item.emember a {
  padding: 0;
}

.recom .item .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.recom .item .box01 {
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
}

.recom .item .box01 .icon img {
  width: 50px;
  aspect-ratio: 5 / 2;
  display: inline-block !important;
  margin-right: 3px;
}

.recom .item .box01 .price {
  color: var(--color-orange);
  font-weight: bold;
  font-size: 12px;
  flex-shrink: 0;
}

.recom .item .box01 .price span {
  font-size: 18px;
  line-height: 1.3;
}

.recom .item .photo {
  text-align: center;
}

.recom .item .photo img {
  width: 100%;
  height: 185px;
  display: block;
  margin: 0 auto;
}

.recom .item .info {
  padding: 10px;
  flex-grow: 1;
}

.recom .item .info h3.ttl {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.recom .item .info .details {
  min-height: 60px;
}

.recom .item .payment_pay {
  margin: 0 20px;
  padding: 10px 0 5px;
}

.recom .item .payment_pay dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recom .item .payment_pay dt,
.recom .item .payment_pay dd {
  font-weight: bold;
  line-height: 1;
}

.recom .item .payment_pay dd span {
  font-size: 16px;
  margin: 0 3px;
}

.recom .item .payment_pay .payment_txt {
  padding: 5px;
  font-size: 12px;
  text-align: center;
  background: var(--color-palegray);
  margin-top: 10px;
  line-height: 1;
}

/* スタッフコメント */
.recom .item .staffComment {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.recom .item .staffComment_img {
  width: 75px;
  height: auto;
  aspect-ratio: 1 / 1;
}
.recom .item .staffComment_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recom .item .staffComment_txtBox {
  width: calc(100% - 75px);
  padding: 0 8px;
  text-align: left;
}
.recom .item .staffComment_name {
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recom .item .staffComment_txt {
  font-size: 1.3rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*
===== GALLERY_REFORMBOX ==========================================
*/
#gallery_reformBox .ttl {
  text-align: center;
}

#gallery_reformBox .inner {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

#gallery_reformBox .inner .slick-initialized {
  min-height: 200px;
}

#gallery_reformBox .itemList {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  position: relative;
}

#gallery_reformBox .itemList .item {
  max-width: 300px;
  width: calc((100% - 40px)/ 3);
  text-align: center;
  position: relative;
  background: var(--color-palegray);
  margin: 0 10px;
}

#gallery_reformBox>.inner>.itemList>.item {
  margin-right: 36px;
}

#gallery_reformBox>.inner>.itemList>.item:last-of-type {
  margin-right: 0;
}

#gallery_reformBox .item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#gallery_reformBox .item .photo img {
  width: 100%;
  height: 200px;
}

#gallery_reformBox .item .info {
  padding: 10px;
  border-top: none;
}

#gallery_reformBox .item .info dt {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#gallery_reformBox .item .info dd {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gallery_reformBox .item .info dd .date_ttl {
  width: 47%;
  text-align: left;
}

#gallery_reformBox .item .info dd .date_wrap {
  width: 53%;
}

#gallery_reformBox .item .info dd .price_note,
#gallery_reformBox .item .info dd .cost_note {
  display: block;
  font-size: 0.9em;
  line-height: 1.2;
}

#gallery_reformBox .item .icon {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

#gallery_reformBox .item .icon span {
  padding: 10px !important;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1;
}

#gallery_reformBox .btn_archive {
  margin-top: 50px;
}

#gallery_reformBox .ttl {
  margin-bottom: 30px;
}

#gallery_reformBox .inner {
  max-width: 1080px;
}

/*
===== modelroomBox ==========================================
*/
#modelroomBox {
  background: var(--color-palegray);
  padding: var(--gutter) 0;
  overflow: hidden;
  background: url(../img/index/modelroomBox_bg.webp) no-repeat top center/cover;
}

.indexPage #modelroomArrows {
  width: min(98%, 1080px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

#modelroomBox h2.ttl {
  text-align:center;
}

#modelroomBox .modelroomBox__catch{
  margin:30px 20px 0;
  font-size: clamp(12px,3vw,20px);
  font-weight: bold;
}

#modelroomBox .modelroomBox__list {
  margin-bottom: 60px;
  margin-top: 40px;
  text-align: center;
  position:relative;
}

#modelroomBox .modelroomBox__item {
  max-width: 300px;
  width: calc((100% - 40px) / 3);
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
  padding:5px;
  background:#fff;
  position:relative;
  vertical-align:top;
  margin: 20px 10px 0;
}

#modelroomBox .modelroomBox__item__photo {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  background-color: #fff;
}

#modelroomBox .modelroomBox__item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#modelroomBox .modelroomBox__item__info{
  padding:15px;
}

#modelroomBox .modelroomBox__item .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#modelroomBox .modelroomBox__item__info p{
  text-align: left;
}

#modelroomBox .modelroomBox__item .numbering {
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1.0;
  margin-right: 0.2em;
  white-space: nowrap;
}

#modelroomBox .modelroomBox__item dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#modelroomBox .modelroomBox__item .catch {
  font-weight: bold;
  margin: 5px 0;
  height: 7em;
}

#modelroomBox .modelroomBox__item .iconWrap{
  position: absolute;
  top: 5px;
  left: 5px;
}

#modelroomBox .modelroomBox__item .iconWrap__reservable {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: -20px;
  left:0;
}

#modelroomBox .modelroomBox__item .iconWrap__reservable span {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 100%;
  border: 2px solid #fff;
  background:var(--color-main);
  color:#fff;
  font-size: 1.3rem;
}

/*
===== SHOPINFOBOX ==========================================
*/
#shopInfoBox{
  padding-bottom: 0;
}

#shopInfoBox .ttl {
  text-align: center;
  margin: 0 auto 30px;
}

#shopInfoBox .shopWrap{
  background: #fff;
}

#shopInfoBox .inner {
  width: 100%;
  margin: 0 auto 30px;
  background: var(--color-palegray);
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#shopInfoBox .shopData {
  display: flex;
  align-items: center;
  border-bottom: dotted 1px #CCC;
}

#shopInfoBox .shopData dt {
  max-width: 150px;
  width: 35%;
  text-align: center;
  font-weight: bold;
  padding: 20px 25px;
  flex-shrink: 0;
}

#shopInfoBox .shopData dd {
  flex-grow: 1;
  padding: 20px 25px;
}

#shopInfoBox .leftCont {
  width: 51%;
  max-width: 486px;
}

#shopInfoBox .shopImages {
  position: relative;
}

#shopInfoBox .slick-list.draggable {
  width: 100%;
}

#shopInfoBox .rightCont {
  width: 48%;
  max-width: 460px;
}

#shopInfoBox .shopmap {
  width: 100%;
  height: 250px;
  margin-top: 20px;
}


/*
===== NOTICEBOX ==========================================
*/
#noticeBox .contentWire {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  width: 100%;
}

#noticeBox .btn_archive a {
  display: block;
  width: 180px;
  padding: 15px;
  margin: 0 auto;
  color: #FFFFFF;
  background: var(--color-black);
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
}

#noticeBox .btn_archive a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

.topicsBox .ttl,
.columnBox .ttl {
  margin: 20px 0;
  text-align: center;
  height: 50px;
}

.topicsBox a {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.topicsBox .date {
  width: 32%;
  max-width: 150px;
  flex-shrink: 0;
  font-weight: bold;
}

.topicsBox .topicsPostTtl {
  width: 75%;
  max-width: 360px;
  margin: 15px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.columnBox dt span.date {
  font-weight: bold;
}

#noticeBox span.cate_new,
#noticeBox span.cate_popular {
  padding: 2px 5px;
  font-weight: bold;
}

#indexPage .icon span+span {
  margin-right: 5px;
}

.columnBox .item {
  display: block;
}

.columnBox .item:nth-child(even) {
  margin: 20px 0;
}

.columnBox .item a {
  display: block;
  text-decoration: none;
}

.columnBox .item .photo {
  width: 33.3%;
  display: inline-block;
  vertical-align: middle;
}

.columnBox .item .photo img {
  width: 120px;
  height: 80px;
}

.columnBox .item .info {
  width: calc(100% - 38%);
  max-width: 340px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.columnBox .item .icon span {
  font-weight: bold;
}

.columnBox .item .term {
  display: inline-block;
  margin-top: 10px;
}

.columnBox .item .term li {
  margin-right: 5px;
  display: inline-block;
}

.columnBox .item .term li.date {
  font-weight: bold;
}

.topicsBox,
.columnBox {
  width: calc((100% - 20px)/2);
  padding: 0 36px 36px;
  position: relative;
}

/*.topicsBox:before,
.columnBox::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  top: 0;
  left: 0;
}

.topicsBox:after,
.columnBox::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  bottom: 0;
  right: 0;
}*/

.topicsBox .inner,
.columnBox .inner {
  min-height: 280px;
  margin-bottom: 20px;
}

/*
===== SNSBOX ==========================================
*/
.SNSBox {
  background: var(--color-palegray);
  padding: 50px;
}

.SNSBox ul {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.SNSBox ul li {
  width: 48%;
  margin-bottom: 30px;
}

.SNSBox ul li.col1{
  width: 100%;
}

/*==================================================
  tablet SETTINGS : Min768px Max1080px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .contentWire {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
  }

  #indexmainBox .slideItem {
    width: 100%;
    height: 46.3vw !important;
  }

  .bannerWrap {
    margin: 30px auto;
    width: 96%;
  }

  #eventBox .itemList .item {
    width: 250px;
  }

  /* 地図 */
  .areasearchBox .map {
    background-size: cover;
  }

  /*宇都宮市*/
  .areasearchBox .map .countBox .countarea dl.c-09201{
    top: 278px;
    transform: translateX(calc(-50% + 30px));
  }

  /*小山市*/
  .areasearchBox .map .countBox .countarea dl.c-09208{
    top: auto;
    bottom: 50px;
  }
  
  /*さくら市*/
  .areasearchBox .map .countBox .countarea dl.c-09214{
    top: 190px;
    transform: translateX(calc(-50% + 105px));
  }
  
  /*那須塩原市*/
  .areasearchBox .map .countBox .countarea dl.c-09213{
    top: 10px;
  }

  /*大田原市*/
  .areasearchBox .map .countBox .countarea dl.c-09210 {
    top: 65px;
    transform: translateX(calc(-50% + 170px));
}

  /*塩谷郡高根沢町*/
  .areasearchBox .map .countBox .countarea dl.c-09386{
    top: 275px;
    transform: translateX(calc(-50% + 120px));
  }

  /*鹿沼市*/
  .areasearchBox .map .countBox .countarea dl.c-09205{
    top: 320px;
  }

  /*下野市*/
  .areasearchBox .map .countBox .countarea dl.c-09216{
    top: auto;
    bottom: 110px;
  }

  /*真岡市*/
  .areasearchBox .map .countBox .countarea dl.c-09209{
    top: auto;
    bottom: 150px;
  }

  /*下都賀郡壬生町*/
  .areasearchBox .map .countBox .countarea dl.c-09361{
    top: 400px;
  }

  /*河内郡上三川町*/
  .areasearchBox .map .countBox .countarea dl.c-09301{
    top: auto;
    bottom: 170px;
    transform: translateX(calc(-50% + 39px));
  }

  #searchBox .leftCont {
    padding: 4% 0;
  }

  #searchBox .leftCont .count01 dl {
    flex-direction: column;
  }

  #searchBox .leftCont .count01 dt {
    width: 100%;
    margin-right: 0;
  }

  #searchBox .leftCont .count02 {
    padding: 7%;
  }

  #searchBox .leftCont .count02 dl {
    flex-direction: column;
  }

  #searchBox .leftCont .searchBox_btn {
    padding: 2px 0 10px;
  }

  #searchBox .leftCont .searchBox_btn span {
    font-size: clamp(10px, 1vw, 14px);
  }

  /* 店舗案内 */
  #shopInfoBox .inner {
    padding: 5%;
  }

  #noticeBox .contentWire {
    width: 98%;
    margin: 0 auto;
  }

}

/*==================================================
  SP SETTINGS : Max767px
==================================================*/

@media screen and (max-width: 767px) {
  .contentWire {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
  }

  #eventBox,
  #searchBox,
  #gallery_reformBox,
  #shopInfoBox,
  .topicsBox,
  .columnBox {
    padding: 10% 0;
  }

  #indexmainBox{
    max-height: 47vw;
    aspect-ratio: 1080 / 500;
  }

  #indexmainBox .mainSlider .slick-dots {
    bottom: 0;
  }

  .slick-list.draggable {
    width: calc(100% - 60px);
    overflow: visible;
  }

  .slick-dots li button:before {
    width: 8px !important;
    height: 8px !important;
  }

  .bannerWrap {
    width: 96%;
  }

  /*
  ===== SEARCHBOX - SP ==========================================
  */

  #searchBox .ttl img {
    width: 45%;
  }

  #searchBox h2.ttl {
    margin-bottom: 20px;
  }

  #searchBox .mapWrap {
    flex-direction: column-reverse;
  }

  #searchBox .rightCont {
    width: 100%;
    max-width: unset;
  }

  .areasearchBox ul.tab {
    background: none;
    flex-wrap: wrap;
    justify-content: center;
  }

  .areasearchBox ul.tab li {
    width: 32%;
    max-width: unset;
    flex-grow: 1;
  }

  .areasearchBox ul.tab li:nth-of-type(1),
  .areasearchBox ul.tab li:nth-of-type(2) {
    width: 49%;
  }

  .areasearchBox .map {
    background: none;
    height: unset;
  }

  .areasearchBox .map .countBox .countarea {
    display: flex;
    flex-wrap: wrap;
  }

  .areasearchBox .map .countBox .countarea dl {
    border: 1px solid #ccc;
    width: 48%;
    margin: 5px 1% 0;
    position: static;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .areasearchBox .map .countBox .countarea a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5px;
    width: 100%;
  }

  .areasearchBox .map .countBox .countarea a dt,
  .areasearchBox .map .countBox .countarea a dd {
    font-size: 13px;
    text-shadow: none;
    color: var(--color-black);
  }

  .areasearchBox .map .countBox .countarea a span {
    font-size: 17px;
  }

  #searchBox .leftCont {
    width: 100%;
    max-width: unset;
    padding: 30px 0 20px;
  }

  #searchBox .leftCont .count01 {
    padding: 0 15px 20px;
  }

  #searchBox .leftCont .count01 dt {
    font-size: clamp(14px, 4.6vw, 18px);
  }

  #searchBox .leftCont .count02 {
    padding: 15px;
  }

  #searchBox .leftCont .count02 .shop {
    flex-direction: column;
  }

  #searchBox .leftCont .searchBox_btn span {
    font-size: clamp(12px, 3.8vw, 14px);
  }

  #searchBox .linkBox {
    flex-direction: column;
    align-items: center;
  }

  .prpsearch_btn {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 0.7;
  }

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

  /*
  ===== EVENTBOX - SP ==========================================
  */
  #eventBox {
    overflow: hidden;
  }

  #eventBox .inner {
    width: 96%;
    margin: 0 auto 5%;
  }

  #eventBox .inner .slick-initialized {
    min-height: 100px;
  }

  #eventBox .ttl {
    width: 45%;
    margin: 0 auto 20px;
  }

  #eventBox .item .info {
    padding: 10px;
    display: inline-block;
    width: 100%;
  }

  #eventBox .item .info dt,
  #eventBox .item .info dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.4rem;
  }

  #eventBox .item .info .ttl {
    font-weight: bold;
  }

  #eventBox .item .icon {
    margin-bottom: 5px;
  }

  #eventBox .item .icon span {
    padding: 5px;
    font-size: 11px;
    margin-right: 5px;
  }

  #pickupBox,
  #recomBox {
    overflow: hidden;
  }

  #pickupBox {
    padding: 15% 0;
  }

  #pickupBox::before,
  #pickupBox::after {
    height: 10vw;
  }

  /*
  ===== GALLERY_REFORMBOX ==========================================
  */
  #gallery_reformBox {
    overflow: hidden;
  }

  #gallery_reformBox .ttl {
    margin-bottom: 5%;
  }

  #gallery_reformBox .itemList .item{
    width:300px;
  }

  /*
  ===== modelroomBox - SP ==========================================
  */

  #modelroomBox .modelroomBox__item {
    max-width: 80vw;
    width: 360px;
    margin-left:2vw;
    margin-right:2vw;
  }

  #modelroomBox .modelroomBox__item:nth-child(2) {
    margin-left:2vw;
    margin-right:2vw;
  }

  /*
  ===== SHOPINFOBOX ==========================================
  */
  #shopInfoBox .inner {
    padding: 20px;
    width: 96%;
  }

  #shopInfoBox .ttl {
    width: 50%;
  }

  #shopInfoBox .rightCont {
    width: 100%;
    max-width: unset;
  }

  #shopInfoBox .leftCont {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }

  #shopInfoBox dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 5%;
  }

  #shopInfoBox .shopData dt {
    width: 30%;
    flex-shrink: 0;
  }

  #shopInfoBox .shopData dt,
  #shopInfoBox .shopData dd {
    padding: 0;
    max-width: unset;
    text-align: left;
  }

  /*
  ===== noticeBox ==========================================
  */
  #noticeBox {
    padding: 0;
  }

  #noticeBox .contentWire {
    flex-direction: column;
    padding: 0;
    width: 96%;
    margin: 0 auto;
  }

  .topicsBox,
  .columnBox {
    width: 100%;
    max-width: unset;
  }

  .topicsBox .inner,
  .columnBox .inner {
    min-height: unset;
  }

  .topicsBox a {
    flex-direction: column;
    align-items: baseline;
  }

  .topicsBox .date,
  .topicsBox .topicsPostTtl {
    width: 100%;
    margin: 0;
  }

  .topicsItem {
    padding: 20px;
  }

  .topicsItem:nth-of-type(odd) {
    background: #F5F5F5;
  }

  /*
  ===== SNSBOX ==========================================
  */
  .SNSBox {
    padding: 10% 2%;
  }

  .SNSBox ul {
    flex-direction: column;
    gap: 10px;
  }

  .SNSBox ul li {
    width: 100%;
  }
}
