@charset "utf-8";
/* CSS Document */
*{
  box-sizing: border-box;
  line-height: normal;
  color: #4d4d4d;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  scroll-behavior: smooth;
}
li{
  list-style: none;
}
#wrapper{
  width: 1200px;
  margin: 0 auto;
}
header{
  width: 1200px;
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
}
.head-logo{
  display: block;
  width: 40%;
}
.head-logo a img{
  width: 300px;
  height: 100%;
}
header > nav{
  display: block;
  width: 60%;
}
header > nav > ul{
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  text-align: center;
}
header > nav > ul > li > a{
  font-size:14px;
  color:#498c9e;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  transition-duration: 0.5s;
}
header > nav > ul > li > a:hover{
  border-bottom: 2px solid #ecc135;
  transition-duration: 0.5s;
}
section{
  margin: 30px auto 50px;
}
section p{
  margin-bottom: 20px;
}
section a{
  color: #256877;
  transition-duration: 0.3s;
}
section a:hover{
  color: #F15A24;
  text-decoration: underline;
  transition-duration: 0.3s;
}
.main-contents{
  width: 100%;
}
.main-contents h2{
  font-size:21px;
  font-weight:normal;
  color: #666;
  letter-spacing: 0.1em;
  text-align: center;
  position:relative;
  padding: 0 0 15px;
  margin-bottom: 50px;
}
.main-contents h2::after{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  margin: auto;
  border-bottom: 2px solid #ecc135;
}
section h3{
  font-size: 18px;
  color: #498C9E;
  border-bottom: 1px solid #498C9E;
  border-left: 5px solid #498C9E;
  margin: 30px auto 10px;
  padding: 0 0 5px 8px;
}
.top-slider img{
  width: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-wm-area{
  width: 100%;
}
.top-wm-area a{
  display: block;
  transition: 0.3s;
}
.top-wm-area a:hover{
  opacity: 0.6;
}
.top-wm-area a img{
  width: 100%;
}
.topics-area{
  display: flex;
  justify-content: space-between;
}
.topics-area a{
  display: block;
  position: relative;
  width: 24%;
}
.topics-area a br{
  display: none;
}
.topics-area p.topics-text{
  color: #fff;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%,-50%);
}
.topics-area img{
  width: 100%;
  transition-duration: 0.5s;
}
.topics-area img:hover{
  opacity: 0.6;
  transition-duration: 0.5s;
}
#news{
  width: 800px;
  margin: 0 auto;
  border-top: 1px dotted #666;
}
#news dl {
  overflow: hidden;
  border-bottom: 1px dotted #666;
  padding: 20px 15px;
  font-size: 14px;
}
#news dl dt {
  font-weight: bold;
  float: left;
  background: url("../img/news-icon.svg") no-repeat 0 4px;
  background-size: 12px;
  padding-left: 18px;
  font-weight: normal;
}
#news dl dd {
  float: left;
  margin-left: 30px;
}
footer{
  width: 100%;
  background: #498c9e;
  font-family: 'Noto Sans JP', sans-serif;
}
.ft-logo{
  width: 145px;
  margin: 0 auto;
  padding: 40px 0 20px;
}
.ft-logo img{
  width: 100%;
}
.ft-inquery{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.ft-inquery a{
  text-indent: -9999px;
  margin: 0 10px;
  background: #fbb03b;
  border-radius: 27px;
  transition-duration: 0.5s;
}
.ft-inquery a:hover{
  background: #f15a24;
  transition-duration: 0.5s;
}
.ft-inquery a.a-tel{
  display: block;
  width: 237px;
  height:54px;
  background-image: url("../img/a-tel.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.ft-inquery a.a-mail{
  display: block;
  width: 237px;
  height:54px;
  background-image: url("../img/a-mail.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.ft-inquery a.a-insta{
  display: block;
  width: 237px;
  height:54px;
  background-image: url("../img/a-instagram_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.ft-inquery a.a-facebook{
  display: block;
  width: 237px;
  height:54px;
  background-image: url("../img/a-facebook.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.ft-inquery a.a-insta:hover, .ft-inquery a.a-facebook:hover{
  filter: brightness(70%);
}
.ft-access{
  width: 100%;
}
.ft-access h2{
  font-size:18px;
  font-weight:normal;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  position:relative;
  padding: 0 0 15px;
  margin-bottom: 30px;
}
.ft-access h2::after{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  margin: auto;
  border-bottom: 2px solid #ecc135;
}
.ft-access > p{
  font-size: 14px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.ft-access > p > span{
  color: #fff;
}
.ft-access > p > br{
  display: none;
}
footer > nav{
  width: 100%;
  margin-bottom: 10px;
}
footer > nav > ul{
  display: flex;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
}
footer > nav > ul > li + li{
  border-left: 1px solid #fff;
}
footer > nav > ul > li > a{
  font-size:14px;
  color:#fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding-bottom: 15px;
  transition-duration: 0.5s;
  padding: 0 15px;
}
footer > nav > ul > li > a:hover{
  color:#fbb03b;
  transition-duration: 0.5s;
}
.copyright{
  width: 100%;
  background: #9bbdc9;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 30px 0;
}
.code-pc{
  display: inline;
}
.code-sp{
  display: none;
}

/*各ページ用*/
section.cont-center{
  text-align: center;
}
section.cont-center h3{
  font-size: 18px;
  color: #498C9E;
  border-bottom: 1px dotted #498C9E;
  border-left: none;
  margin: 30px auto 15px;
  padding: 0 0 5px 8px;
}
section.cont-center h3.border-none{
  border-bottom: none;
}
p.send-comp{
  font-size:18px;
  font-weight: bold;
  color: #498C9E;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.main-img{
  width: 100%;
  height: 300px;
  display: block;
}
.staff_bg{
  background: url("../img/main-staff.jpg");
  background-size: cover;
  background-position: right;
}
.company_bg{
  background: url("../img/main-company.jpg");
  background-size: cover;
  background-position: center;
}
.privacy_bg{
  background: url("../img/main-privacy.jpg");
  background-size: cover;
  background-position: right;
}
.contact_bg{
  background: url("../img/main-contact.jpg");
  background-size: cover;
  background-position: center;
}
.monthly_bg{
  background: url("../img/main-monthly.jpg");
  background-size: cover;
  background-position: center;
}
.private_bg{
  background: url("../img/main-private-lodging.jpg");
  background-size: cover;
  background-position: center;
}
.main-img-title{
  font-size:24px;
  font-weight:normal;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  position:relative;
  padding: 100px 0 10px;
  margin-bottom: 10px;
}
.main-img-title::after{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 210px;
  margin: auto;
  border-bottom: 1px solid #fff;
}
.main-img-sub{
  font-size:16px;
  font-weight:normal;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
h2.main-title{
  font-size:21px;
  font-weight:normal;
  color: #666;
  letter-spacing: 0.1em;
  text-align: center;
  position:relative;
  padding: 0 0 15px;
  margin: 50px auto;
}
h2.main-title::after{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  margin: auto;
  border-bottom: 2px solid #ecc135;
}
section.flow-img{
  text-align: center;
}
section.flow-img img{
  width: 800px;
}
.under-arrow{
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.under-arrow img{
  width: 15%;
  opacity: 0.6;
}
.greeting-area{
  display: flex;
  justify-content: space-between;
}
.greeting-left{
  width: 60%;
}
.greeting-right{
  width: 35%;
}
.greeting-right img{
  width: 100%;
}
.greeting-main-txt{
  line-height: 2;
  margin-bottom: 100px;
}
.president-tit{
  font-size: 14px;
  margin-bottom: 5px;
}
.president-name{
  font-size:24px;
  font-weight: bold;
  letter-spacing: 0.3em;
  border-bottom: 1px dotted #666;
  padding-bottom: 50px;
}
#company-table{
  width: 800px;
  margin: 0 auto;
}
#company-table dl {
  overflow: hidden;
  font-size: 14px;
}
#company-table dl dt {
  width: 20%;
  padding: 20px 0;
  margin-right: 2%;
  border-bottom: 1px dotted #666;
  float: left;
}
#company-table dl dd {
  width: 78%;
  padding: 20px 15px;
  border-bottom: 1px dotted #666;
  float: left;
}
.office-area{
  width:100%;
  display:block;
  justify-content: space-between;
}
.office-img{
  width: 60%;
  margin: 0 auto;
}
.office-img img{
  width: 100%;
  margin-bottom: 15px;
}
.office-text{
  width:60%;
  margin: 0 auto;
  text-align: center;
}
/*20250417add*/
.middle-button{
  margin: 30px 0 80px;
}
.middle-button a{
  width: fit-content;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #faae40;
  line-height: 1.6;
  padding: 15px 30px;
  margin: 0 auto;
  border-radius: 5px;
  transition: 0.3s;
}
.middle-button a:hover{
  color: #fff;
  text-decoration: none;
  background-color: #e5410e;
}
.wm-contens{
  width: 100%;
  margin: 50px 0 0 0;
}
.sec-read{
  padding: 0 15px;
}
.sec-read p{
  text-align: center;
  line-height: 1.8;
}
.property-area h4{
  position: relative;
  display: block;
  width: fit-content;
  padding: 0 55px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  color: #498c9e;
}
.property-area h4:before, .property-area h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #498c9e;
}
.property-area h4:before {
  left:0;
}
.property-area h4:after {
  right: 0;
}
.property-list{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.property-list::after {
  content: "";
  display: block;
  width: 31%;
}
.property-box{
  width: 31%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.property-box img{
  width: 100%;
  border-radius: 5px;
}
.property-box .property-read{
  margin: 15px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #414141;
}
.property-box h5{
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 0 0 5px 0;
  color: #498c9e;
  border-bottom: 1px solid #498c9e;
}
.property-box p{
  font-size: 12px;
  line-height: 1.8;
  margin: 10px 0 15px 0;
}
.property-box a.prop-btn{
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 3;
  color: #fff;
  background-color: #faae40;
  margin: auto 0 0 0;
  border-radius: 30px;
  transition: 0.3s;
}
.property-box a.prop-btn:hover{
  background-color: #e5410e;
  text-decoration: none;
}
.property-box a img{
  transition: 0.5s;
  position: relative;
}
.property-box a img:hover{
  opacity: 0.5;
}
.property-box a.prop-img{
  position: relative;
}
.property-box a.prop-img span{
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 12px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  line-height: 2;
  padding: 0 15px;
}
/*物件ページ*/
.wm-contents h2 {
  font-size: 27px;
  font-weight: 700;
  color: #498C9E;
  position: relative;
  padding: 50px 0 20px;
  margin: 0 0 30px;
  text-align: center;
}
.wm-contents h2 span{
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #498C9E;
}
.wm-contents h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #498C9E, #498C9E 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #498C9E, #498C9E 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.property-top-box{
  display: flex;
  justify-content: space-between;
}
.prop-slider {
  width: 49%;
}
.prop-cont{
  width: 49%;
}
.prop-cont h3{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #498C9E;
  padding: 10px 15px;
  margin: 0;
  border-radius: 5px;
}
.prop-cont h3 span{
  display: inline-block;
  color: #fff;
}
.prop-cont-read{
  margin-top: 15px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.8;
}
.cont-list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cont-list:nth-child(even){
  background: #f2f2f2;
}
.prop-cont dl{
  margin: 20px 0 0 0;
  border-top: 1px solid #DADADA;
  font-size: 14px;
}
.prop-cont dl dt{
  width: 30%;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #DADADA;
  display: flex;
  align-items: center;
}
.prop-cont dl dd{
  width: 70%;
  padding: 15px;
  border-bottom: 1px solid #DADADA;
}
.cont-list a.list-map{
  display: block;
  width: fit-content;
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #498C9E;
  border: 1px solid #498C9E;
  padding: 5px 8px;
  border-radius: 3px;
  transition: 0.3s;
}
.cont-list a.list-map:hover{
  color: #fff;
  background-color: #498C9E;
}
.prop-cont-icon ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prop-cont-icon ul li{
  width: 24%;
  font-size: 12px;
  font-weight: bold;
  line-height: 3;
  border-radius: 5px;
  text-align: center;
  margin-top: 15px;
}
.prop-cont-icon ul li.p-on{
  color: #fff;
  background-color: #3fbf81;
}
.prop-cont-icon ul li.p-off{
  color: #9d9d9d;
  background-color: #d7d7d7;
}
.go-prop-contact a{
  display: block;
  color: #fff;
  background-color: #fbb03b;
  width: fit-content;
  margin: 40px auto 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 30px;
  border-radius: 30px;
  transition: 0.3s;
  text-align: center;
}
.go-prop-contact a:hover{
  color: #fff;
  text-decoration: none;
  background-color: #f15a24;
}
.go-prop-contact a span{
  display: inline-block;
  color: #fff;
}
.prop-map iframe{
  width: 100%;
  height: 500px;
}
.property-middle-box h4{
  border-left: 10px solid #498C9E;
  padding-left: 15px;
  font-size: 18px;
  color: #498C9E;
  margin: 40px 0 20px;
}
.property-middle-box p{
  margin: 10px 0 0 0; 
}
.prop-spec dl{
  border-top: 1px solid #DADADA;
  font-size: 14px;
}
.prop-spec dl dt{
  width: 15%;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #DADADA;
  display: flex;
  align-items: center;
}
.prop-spec dl dd{
  width: 85%;
  padding: 15px;
  border-bottom: 1px solid #DADADA;
}
.prop-price table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.prop-price th,.prop-price td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.prop-price th {
  font-weight: normal;
  font-size: 0.875rem;
  color: #666;
  background: #eee;
}
.prop-price th + th,.prop-price td + td{
  border-left: 1px solid #ddd;
}
.price-tbl-plan{
  background: #eee;
}
.price-tbl-plan span{
  display: block;
  font-size: 12px;
}
h3.prop-contact-title {
  font-size: 27px;
  font-weight: 700;
  color: #498C9E;
  position: relative;
  padding: 50px 0 20px;
  margin: 0 0 30px;
  text-align: center;
}
h3.prop-contact-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #498C9E, #498C9E 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #498C9E, #498C9E 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.airbnb-btn a{
  display: block;
  width: fit-content;
  margin: 20px 0 0;
  padding: 0 30px;
  line-height: 3;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #ff7977;
  border-radius: 5px;
  transition: 0.5s;
}
.airbnb-btn a:hover{
  color: #fff;
  background: #ff1916;
  transition: 0.5s;
  text-decoration: none;
}
/*slick*/
#slider {
  width: 100%;
  margin: 0 auto 15px;
}
.slide-item img {
  width: 100%;
}
.slick-slide{
  background-color: #e8e8e8;
}
.slick-slide img{
  aspect-ratio: 4 / 3;
  object-fit: contain;
}
#thumbnail-list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#thumbnail-list::after {
  content: "";
  display: block;
  width: 23%;
}
#thumbnail-list::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
#thumbnail-list .slick-current {
  opacity: 1;
}
.thumbnail-item {
  width: 23%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s opacity linear;
}
.thumbnail-item:hover{
  opacity: 0.7;
}
.thumbnail-item.thumbnail-current{
  opacity: 1;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* ソート機能用 */
.category-btn-area{
  width: fit-content;
  margin: 30px auto 0;
}
.category-btn-area p{
  text-align: center;
  font-size: 14px;
  color: #222;
}
.category-btn {
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  background-color: #e5e5e5;
  border: none;
  border-radius: 5px;
  transition: 0.3s;
}
.category-btn:hover{
  background-color: #4CAF50;
  color: #fff;
}
.category-btn.active {
  background-color: #4CAF50;
  color: #fff;
}
.items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.item {
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: calc(33.333% - 10px);
  box-sizing: border-box;
}
.hidden {
  display: none;
}
#no-results {
  color: #ff0000;
  font-size: 14px;
  background-color: #ffecec;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  line-height: 10;
  border-radius: 5px;
  display: none;
}
@media screen and (max-width: 1024px) {
  #wrapper {
    width: 100%;
  }
  .contact-wrap{
    padding: 0 40px;
  }
  header {
    width: 100%;
    padding: 20px 40px;
  }
  section {
    margin: 30px 40px 50px;
  }
  .topics-area a br{
  display: inline;
  }
  #news {
    width: 100%;
  }
  section.flow-img img{
    width: 100%;
  }
  .office-img{
    width: 80%;
  }
  .office-text{
    width:100%;
  }
  .property-top-box {
    display: block;
  }
  .prop-slider {
    width: 100%;
  }
  .prop-cont {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .prop-price{
    overflow-x: scroll;
  }
  .prop-price table{
    width: 1200px;
  }
}
@media screen and (max-width: 896px) {
  header {
    display: block;
    padding: 20px 40px 0;
  }
  .head-logo{
    width: 100%;
    text-align: center;
  }
  header > nav {
    width: 100%;
  }
  .main-img-title {
    padding: 65px 0 10px;
  }
  .main-img {
    height: 220px;
  }
  .greeting-area{
    display: block;
  }
  .greeting-left{
    width: 100%;
  }
  .greeting-right{
    display:none;
  }
  #company-table {
    width: 100%;
  }
  .office-img{
    width: 100%;
  }
  .property-box {
    width: 48%;
  }
  .ft-inquery {
    padding: 0 10px;
  }
  .ft-inquery a.a-tel{
    width: 33%;
  }
  .ft-inquery a.a-mail{
    width: 33%;
  }
  .ft-inquery a.a-insta{
    width: 33%;
  }
  .airbnb-btn a{
    margin: 20px auto 0;
  }
  .prop-spec dl dt {
    width: 25%;
  }
  .prop-spec dl dd {
    width: 75%;
  }
}
@media screen and (max-width: 599px) {
  .contact-wrap{
    padding: 0 15px;
  }
  header {
    padding: 20px 15px;
  }
  .head-logo {
    text-align: left;
  }
  .head-logo a img {
    width: 270px;
  }
  header > nav > ul{
    display: block;
  }
  header > nav > ul > li > a {
    border-bottom: 1px solid #fff;
  }
  nav.global-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: none;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
  }
  nav.global-nav ul {
    background-color: rgba(102,102,102,0.85);
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.global-nav ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
  /* 最後はラインを描かない */
  nav.global-nav ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.global-nav ul li a {
      display: block;
      color: #fff;
      padding: 1em 0;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.global-nav.active {
      transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 15px;
    top: 20px;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 3;
    background: #498c9e;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 2px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
 .navToggle span:nth-child(1) {
    top: 11px;
  }
 .navToggle span:nth-child(2) {
    top: 20px;
  }
  .navToggle span:nth-child(3) {
    top: 29px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  section {
    margin: 30px 15px 50px;
  }
  .topics-area {
    flex-wrap: wrap;
  }
  .topics-area a {
    width: 49%;
    margin-bottom: 2px;
  }
  .topics-area p.topics-text {
    color: #fff;
    position: absolute;
    left: 40%;
    top: 43%;
    transform: translate(-30%,-30%);
  }
  #news dl{
    padding: 20px 0;
  }
  #news dl dt {
    float: none;
    margin-bottom: 5px;
    color: #498C9E;
    font-weight: bold;
  }
  #news dl dd {
    margin-left: 18px;
  }
  .ft-inquery {
    display: block;
  }
  .ft-inquery a.a-tel {
    margin: 0 auto;
  }
  .ft-inquery a + a{
    margin: 10px auto 0; 
  }
  .ft-access > p > span{
    display: none;
  }
  .ft-access > p > br{
    display: inline;
  }
  footer > nav > ul {
    display: block;
    border-top: 1px dotted #fff;
    padding: 0;
    margin: 20px 0;
  }
  footer > nav > ul > li{
    padding: 8px 0 10px;
    border-bottom: 1px dotted #fff;
  }
  footer > nav > ul > li + li {
    border-left: none;
  }
  footer > nav > ul > li > a {
    display: block;
  }
  .code-pc{
    display: none;
  }
  .code-sp{
    display: inline;
  }
  .main-img-title{
    font-size:14px;
    padding: 22px 0 10px;
  }
  .main-img-title::after{
    width: 150px;
  }
  .main-contents h2 {
    font-size: 16px;
  }
  .main-img-sub{
    font-size:12px;
    letter-spacing: 0.1em;
  }
  .main-img {
    height: 100px;
  }
  #company-table dl {
    overflow: hidden;
    font-size: 14px;
  }
  #company-table dl dt {
    width: 100%;
    margin-right: 0;
    padding: 20px 0 0;
    color: #498C9E;
    font-weight: bold;
    border-bottom: none;
    float: none;
  }
  #company-table dl dd {
    width: 100%;
    padding: 10px 0 20px;
    float: none;
  }
  .ft-inquery a.a-tel{
    width: 80%;
    height: 50px;
    background-size: 80%;
    background-position: center;
  }
  .ft-inquery a.a-mail{
    width: 80%;
    height: 50px;
    background-size: cover;
    background-position: center;
  }
  .ft-inquery a.a-insta{
    width: 80%;
    height: 50px;
    background-size: cover;
    background-position: center;
  }
  .property-box {
    width: 100%;
  }
  .prop-cont dl dt {
    width: 100%;
    background: #f2f2f2;
  }
  .prop-cont dl dd {
    width: 100%;
  }
  .cont-list:nth-child(even) {
    background: none;
  }
  .prop-cont-icon ul li {
    width: 49%;
  }
  .prop-cont-icon ul li {
    margin-top: 10px;
  }
  .prop-spec dl dt {
    width: 100%;
    background: #f2f2f2;
  }
  .prop-spec dl dd {
    width: 100%;
  }
  .prop-map iframe {
    height: 360px;
  }
  .property-contact-box{
    padding: 0 15px;
  }
  h3.prop-contact-title {
    font-size: 21px;
  }
  .category-btn-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .category-btn {
    width: 47%;
  }
}
/*電話発信制御*/
@media(min-width: 414px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}