ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}

.menu{
    position: relative;
    z-index: calc(infinity);
}

.menu__item{
    margin-left: 1vw;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.menu__link_contact{
    background: #f2efeb;
    border-radius: 9999px;
    padding: 12px 20px;
    border: solid #333 0.9px;
}



.header-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 2vh 4vw;
    width: 100vw;
    box-shadow: #333 0px 0px 4px;
}

.header-index > .header-wrapper{
    position: absolute;
    box-shadow: none;
}

.logotop{
    height: 8vh;
}

.menu__list{
    display: flex;
    text-align: right;
}

.menu__link{
    color: #fff;
}

.menu__link_bukken{
    color: #333;
}


.menu__link_contact{
    color: black;
}

.toppic-wrapper{

}

.toppic{
    background-image: url(../img/toppage/toppic.jpg);
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

.toppic-logo-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20vh;
}

.toppic-logo{
    height: 12vh;
}

.toppic-companyname{
    font-family: "DM Serif Text", serif;    font: bold;
    font-size: 10vh;
    color: #fff;
}


.toppic-text{
    font-family: MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #fff;
    font-size: 7vh;
    text-align: center;
    padding-top: 5vh;
}

.button a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    max-width: 200px;
    background: #f2efeb;
    margin: auto;
    margin-top: 10vh;
    padding: 10px 20px;
    font-family: MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
}

.button a span {
    position: relative;
    z-index: 3;
    color:#333;
}

.button a:hover span{
    color:#fff;
}

.bgtop:before {
  content: '';
  position: absolute;
  top:0;
  left: 0;
  z-index: 2;
  background:  #333;
  width: 100%;
  height: 0;
  transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.bgtop:hover:before{
   height: 100%;  
   background-color: #333;
}

.news-wrapper{
    margin: 8vh 8vw;
}

h3{
    font-family: MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 5vh;
    font-weight: normal;
}

.sub-title{
    padding-top: 15px;
    padding-left: 10px;
    font-family:serif;
    font-size: 2vh;
    font-weight: normal;
}

.news_list {
    margin: 8vh 10vw;
  }
  
  .news_list_item {
    padding: 25px 0;
    border-bottom: 1px solid #E6E6E6;
    
  }
  
  .news_list_item:first-child {
    border-top: 1px solid #E6E6E6;
  }
  .news_list_item a {
   position: relative;
   display: flex;
   padding-right: 30px;
  }
  
  .news_list_date {
    font-size: 15px;
    display: flex;
    margin-right: 15px;
    align-items: center;
  }
  
  .news_item {
    background: #F6C6A2;
    border-radius: 14px;
    width: 6em;
    /* 親要素の文字サイズを基準 */
    text-align: center;
    margin-left: 20px;
  }
  
  .arrow {
    width: 25px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 50%;
    right: 0;
  }
  
  .arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #707070;
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
    bottom: 2px;
  }
  
.search-region-background{
    background-color: #ffffff;
    background-image: linear-gradient(0deg, #ffffff 0%, #c4f4ff 100%);
    height: 100vh;
}

.search-region-wrapper{
    padding: 8vh 8vw;
    position: relative;
}

.okinawa-background-wrapper{
    display: block;
    position: relative;
    height: 80vh;
}

.okinawa-background{
    position: relative;
    background-image: url(../img/toppage/18757195.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100%;
    width: 100%;


}

.map-okinawa{
    position: absolute;
    width: 250px;
}

#okinawa-hokubu {
    text-align: center;
    right: 10%;
}

#okinawa-tyubu {
    text-align: center;
    left: 10%;
    bottom: 30%;
}

#okinawa-nanbu {
    text-align: center;
    right: 20%;
    bottom: 5%;
}

.region-ttl {
    font-size: 20px;
    font-family: sans-serif;
    margin: 15px;
}


.cfx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cfx > li {
    background-color: #bfd7e6;
    width: 75px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
}

.cfx > .no {
    cursor: default;
}

.cfx > .poi {
    cursor: pointer;
}

.sale-property-background{
    background-color: #efede9;
}

.sale-property-wrapper{
    padding: 8vh 8vw;
}

.sale-property-list{
    display: flex;
    flex-wrap: wrap;
    gap: 60px 7%;
    padding-top: 80px;
    text-align: center;
    justify-content: center;
}

.sale-property-list li{
    width: 27%;
}

.sale-property-list li figure{
    position: relative;
    overflow: hidden;
    padding-top: 120%;
}

.sale-property-list li figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sale-property-list-wrapper > .button a{
    background-color: #fff;
    line-height: 2.4;
    font-weight: bold;
}

.recommend-property-wrapper{
    padding: 13vh 8vw;
}

.recommend-property-wrapper h4{
    text-align: center;
    font-family: MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 4vh;
    font-weight:100;
    letter-spacing: 0.12em;
}

.property-type {
    margin-top: 0.5rem;
}

.property-title h5{
    font-size: 1.2rem;
    margin: 0.5rem;

}

.property-details{

}

figure{
    overflow: hidden;
    cursor: pointer;
}

.mousehover figure img{
    transition: all 0.3s;
}

.mousehover figure img:hover {
    transform: scale(1.2);
    translate: -50% -50%;
}

.recommend-container{
    display: flex;
    justify-content: center;
    margin-top: 5vh;
    gap: 30px;
}

.recommend-container-left{
    width: 35%;
}

.recommend-container-left h4{
    text-align: center;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin: 10px 0px;
}

.recommend-container-left p {
    text-align: center;
}

.recommend-tag {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.recommend-tag li {
    border: 1px solid #dadada;
    background-color: #efede9;
    font-size: small;
    padding:3px 8px;
}

.recommend-container-right{
    width: 20%;
}

.philosophy-background{
    background-color: #efede9;
}

.philosophy-wrapper{
    padding: 10vh 5vw;
}

.philosophy-flex{
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.philosophy-left{
    width: 50%;
}

.philosophy-left figure{
    position: relative;
    overflow: hidden;
    padding-top: 90%;
}

.philosophy-left figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.philosophy-right{
    width: 50%;
    padding: 10vh 0;
}

.philosophy-right > h3 {
    text-align: center;
}

.philosophy-right > .button a {
    background-color: #53494c;
}

.philosophy-right > .button a span {
    color: #fff;
}

.houselist-background{
    background-color: #efede9;
}

.houselist-wrapper{
    padding: 8vh 8vw;
}

.bukken-search-region-ttl{
    position: absolute;
    margin-top: 5vh;
}

.bukken-search-region-{
    margin-top: 5vh;
}

.houselist{
    margin: 8vh 8vw;
    margin-top: 0;
}

.houselist li{
    box-shadow: 2px 2px 12px #53494c;
}

.list-background{
    background-color: #fff;
    margin-top: 8vh;
}

.list-headcontent{
    padding: 5px 0;
    padding-left: 10px;
    background-color: #bfd7e6;
    border-bottom: solid #7fafc5;
    border-width: 6px;
}

.list-pic{
    padding: 3vh 3vh;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
    justify-content: center;
    border-bottom: solid #333 1px ;
}

.list-pic > li {
    width: 30%;
}

.list-pic li figure{
    position: relative;
    overflow: hidden;
    padding-top: 70%;
}

.list-pic li figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit:contain;
}

.list-househead{
    display: flex;
    align-items: center;
    margin: 15px;
    margin-bottom: 0;
    gap: 15px;
}

.list-housetype{
    padding: 2px 15px;
    background-color: #bfd7e6;
    border: solid #7fafc5 3px;
}

.list-houseadd{
    font-weight: bold;
    font-size: 18px;
}

.list-housesub{
    margin: 0 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-housesub-left{

}

.list-housesub-right{
    display: flex;
    gap: 15px;
}

.list-streetview-bn .button a{
    margin: 0;
    padding: 5px 10px;
}

.list-map-bn .button a{
    margin: 0;
    padding: 5px 10px;
}

.list-housedata-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 2vw;
    padding-top: 1vw;
}

table{
    border-collapse: collapse;
    text-align: center;
}

th,td{
    border: solid #333 1px;
    padding: 0;
    font-weight: 100;
}

th{
    padding: 5px;
}

td{
    padding: 15px 20px;
}

.list-housedata{

}

.list-detail-bn .button a{
    margin: 0;
    padding: 10px 50px;
    background: #90703c;
    font-weight: bold;
}

.list-detail-bn .button a{
    display: inline-block;
    overflow: hidden;
}

.list-detail-bn .button a span{
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
}

.houseprice{
    color:#ff3131;
    font-size: 18px;
    font-weight: bold;
}

.footer-wrapper{
    margin: 5vh 3vw;
}

.footer-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
    margin-bottom: 10vh;
}

.footer-logo figure img{
    position: absolute;
    width: 10vw;
}

.footer-img{
    width: 28vw;
}


.footer-img figure{
    position: relative;
    overflow: hidden;
    padding-top: 120%;
}

.footer-img figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-left{
}

.footer-right{
    margin-left: 5vw;
}

.footer-comname{
    font-family: "DM Serif Text", serif;    font: bold;
    font-size: 8vh;
    color: #333;
    text-align: center;
}

.footer-ttl{
    margin: 5vh 0;
}

.footer-contact-detail{
    margin-left:2vh;
    font-size: 18px;
}

.footer-table{
    display: flex;

}

.footer-week{
    text-align: center;
    margin: 0 2vh;
    font-weight: bold;
}

.footer-sunday{
    margin-top: 10px;
    margin-left: 2vh;
    font-weight: bold;
}

.footer-sns-flex{
    display: flex;
    margin-left: 2vh;
    gap: 40px;
}






/*--------------------Contact----------------------------*/

.contact-wrapper{
    background-color: #efede9;
}

.contact h3{
    margin: 8vh 8vw;
    margin-top: 14vh;
    text-align: center;
}

/* 全幅指定 */
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
  }
  /* pタグの余白を削除 */
  .wpcf7-form p {
    margin-bottom: 0;
  }
  /* 背景色（お好きな色に） */
  section.contact {
    background-color: #efede9;
  }
  /*  フォームの幅（自由に変えてOK） */
  .contactForm {
    width: 50%;
    margin: 0 auto;
  }
  /* 各項目の下部余白 */
  .contact_item {
    margin-bottom: 2.5rem;
  }
  /* 項目名 */
  .label {
    display: block;
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: .6rem;
    font-weight: bold;
    font-family: MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;

  }
  /* 必須タグと任意タグ共通のスタイル */
  .label_tag {
    font-size: 1.1rem;
    color: #ffffff;
    border-radius: .3rem;
    margin-right: 1rem;
    padding: 5px 10px;

  }
  /* 必須タグ */
  .label_must {
    background-color: #C84772;
  }
  /* 任意タグ */
  .label_option {
    background-color: #888988;
  }
  /* 名前やメールアドレスなどユーザーが入力する箇所 */
  .inputs {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type="text"],input[type="email"] {
    border: solid 1px #707070;
    padding: .5rem;
    font-size: 1.8rem;
    width: -webkit-fill-available;
  }
  /* お問い合わせ内容を入力する箇所 */
  textarea {
    border: solid 1px #707070;
    padding: .5rem;
    height: 207px;
    font-size: 1.8rem;
    width: 100%;
  }
  /* ボタン */
  .btnArea {
    text-align: center;
  }
  input[type="submit"]{
    background: #C84772;
    border: 2px solid #ffffff;
    width: 200px;
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: .5em;
    text-indent: .5em;
    font-weight: bold;
    padding: 1rem 0;
    margin-top: 2rem;
    cursor: pointer;
    border-radius: .3rem;
    transition: all .3s;
    
  }
  /* ボタンにホバーした時 */
  input[type="submit"]:hover {
    color: #C84772;
    background-color: #ffffff;
    border-color: #C84772;
  }
  /* ローダー */
  .wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
  }
  
  .conf-form{
    background-color: #ebeced;
    padding: 30px;
    margin: 0 20vw;
  }
  
  .confirm-message{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-top: 50px;
  }
  
  .thanks{
    background-color: #ebeced;
    padding:60px 0;
  }
  
  .thanks h3{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  
  .botan{
    padding: 15px 25px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
  }
  

  .blog-wrapper{
    background-color: #efede9;
    height: 90vh;
  }

  .blog-wrapper h3{
    padding: 8vh 8vw;
    padding-top: 18vh;
    text-align: center;
  }

  .blog-text{
    position: relative;
    padding: 10vh 10vw;
    font-family: MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    text-align: center;
  }


.no {
    opacity: 0.2;
    cursor: default;
}

.details-title{
    margin: 5vh 9vw;
    font-size: 25px;
}

.details-wrapper{
    margin: 2vh 5vw;
    display: flex;
}

.details-left{
    margin: 0 4vw;
    width: 50%;
    order: -1;
}

.details-right{
    margin: 0 3vw;
    width: 50%;
}

.details-wrapper:before{
    content: "";
    border: 2px solid #d3d3d3;
    align-self: stretch;
}

.details-img > li {
    margin-bottom: 3vh;
}

.details-img > li > figure{

}

.details-img > li > figure > img {
    object-fit: cover;
    width: 100%;
}







.details-right{

}

.details-right-contact-back{
    display: flex;
    background-color: #efede9;
    padding: 3%;
    justify-content: center;
}

.details-right-contact-left{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: #fff;
    padding: 3% 5%;
    border-radius: 15px;
}

.details-right-contact-left > figure {
    width: 3rem;
}

.details-right-contact-left > p {
    font-size: 1.5rem;
    font-family:  MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: lighter;
}

.details-right > h3 {
    margin: 5vh 0;
    font-size: 2rem;
}

.details-right > table {
    width: 100%;
}

.details-table {
    background: #efede9;
    padding: 10px;
    font-family: MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.details-bikou {
    background-color: #efede9;
    padding: 8% 5%;
    border-radius: 10px;
}

.contact-pro-wrapper >h3 {
    margin: 2rem;
    margin-top: 5rem;
    font-size: 2rem;
    text-align: center;
}

.contact-pro{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-pro-wrapper{
    margin-bottom: 5rem;
}

.contact-pro-call{
    display: flex;
    align-items: center;
}

.contact-pro-call > figure {
    width: 2rem;
}

.contact-pro-call > p {
    font-size: 1.5rem;
    margin-left: 10px;
}

.contact-pro-mail{
    display: flex;
    margin-left: 4rem;
    background-color: #efede9;
    padding: 1rem 2rem;
}

.contact-pro-mail > figure {
    width: 3rem;
}

.contact-pro-mail > p {
    font-size: 1.5rem;
    margin-left: 10px;
    font-family: MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}





.newsdetail-title{
    margin: 10vh 9vw;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
    font-size: 2rem;
    font-family: MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: lighter;
    border-bottom: #7fafc5 5px solid;
}

.newsdetail-sub{
    display: flex;
    justify-content: space-between;
    margin: 1rem 10vw;
}

.newsdetail-typetag{
    background-color: #F6C6A2;
    border-radius: 25px;
    padding: 0.3rem 1.5rem;
}

.newsdetail-date{

}

.newsdetail-wrapper{
    margin: 5vh 8vw;
    display: flex;
    flex-direction: row-reverse;
}

.newsdetail-left{
    margin: 0 4vw;
    width: 50%;
    order: -1;
}

.newsdetail-right{
    margin: 0 3vw;
    width: 50%;
}

.newsdetail-wrapper:before{
    content: "";
    border: 2px solid #d3d3d3;
    align-self: stretch;
}

.newsdetail-img > li {
    margin-bottom: 3vh;
}

.newsdetail-img > li > figure{

}

.newsdetail-img > li > figure > img {
    object-fit: cover;
    width: 100%;
}

.newsdetail-detail > .button > .bgtop{
    margin-top: 2rem;
    background: #53494c;

}


.newsdetail-top > .newsdetail-detail > .button > .bgtop{
    margin-top: 7rem ;
    margin-bottom: 5rem;
}


.newsdetail-detail > .button > .bgtop > span{
    color: #fff;
}

.newsdetail-detail > .button > .bgtop:before{
    background: #333;
}


.newsdetail-right{

}

.newsdetail-right-contact-back{
    display: flex;
    background-color: #efede9;
    padding: 3%;
    justify-content: center;
}

.newsdetail-right-contact-left{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: #fff;
    padding: 3% 5%;
    border-radius: 15px;
}

.newsdetail-right-contact-left > figure {
    width: 3rem;
}

.newsdetail-right-contact-left > p {
    font-size: 1.5rem;
    font-family:  MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: lighter;
}

.newsdetail-right > h3 {
    margin: 5vh 0;
    font-size: 2rem;
}

.newsdetail-right > table {
    width: 100%;
}

.newsdetail-table {
    background: #efede9;
    padding: 10px;
    font-family: MS Mincho,'Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.newsdetail-bikou {
    background-color: #efede9;
    padding: 8% 5%;
    border-radius: 10px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1023px) {
    .toppic-companyname {
        font-size: 8vh;
    }

    .toppic-text {
        font-size: 5vh;
    }

    .sale-property-list li {
        width: 45%;
    }

    .recommend-container {
        flex-direction: column;
        gap: 15px;
    }

    .recommend-container-left,
    .recommend-container-right {
        width: 100%;
    }

    .footer-flex {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .footer-left,
    .footer-right {
        width: 100%;
    }

    .footer-img {
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .header-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 1vh 2vw;
    }

    .menu__list {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .menu__item {
        margin: 0.5em 0;
        width: 100%;
        text-align: center;
    }

    .menu__link_contact {
        display: block;
        margin: 0 auto;
        width: 80%;
    }

    .toppic-logo-wrapper {
        flex-direction: column;
        padding-top: 15vh;
    }

    .toppic-companyname {
        font-size: 6vh;
    }

    .toppic-text {
        font-size: 4vh;
        padding: 3vh 2vw;
    }

    .news_list {
        margin: 8vh 5vw;
    }

    .news_list_item a {
        flex-direction: column;
        gap: 10px;
    }

    .news_list_date {
        justify-content: flex-start;
    }

    .map-okinawa {
        position: static;
        width: 100%;
        margin-bottom: 30px;
    }

    .sale-property-list {
        gap: 30px;
    }

    .sale-property-list li {
        width: 100%;
    }

    .philosophy-flex {
        flex-direction: column;
        gap: 30px;
    }

    .philosophy-left,
    .philosophy-right {
        width: 100%;
    }

    .philosophy-right h3 {
        text-align: center;
        font-size: 4vh;
    }

    .contactForm {
        width: 90%;
    }

    .details-wrapper,
    .newsdetail-wrapper {
        flex-direction: column;
    }

    .details-left,
    .details-right,
    .newsdetail-left,
    .newsdetail-right {
        width: 100%;
        margin: 2vh 0;
    }

    .details-wrapper:before,
    .newsdetail-wrapper:before {
        display: none;
    }

    .contact-pro {
        flex-direction: column;
        gap: 20px;
    }

    .contact-pro-mail {
        margin-left: 0;
    }
}