@charset "UTF-8";
/*==========================
共通
===========================*/
body{
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
}
img{
    width: 100%;
    height: auto;
}
a{
    text-decoration: none;
    color: #333333;
}
.container{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}
.wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btn{
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #082408;
    border-radius: 3px;
  }
.not-link{
    pointer-events: none;
}

/*スマホ*/
@media screen and (max-width:768px){
    body{
        font-size: 14px;
        color: #082408;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1.5;
    }
    .pc{
        display: none;
    }
    .bg-color{
        padding: 30px 0;
        background-color: #f8ffec;
    }
    h2{
        text-align: center;
        font-size: 20px;
        font-weight: 550;
    }
    .sp-width{
        width: 90%;
        max-width: 1080px;
        margin: 0 auto;
    }

}
/*PC*/
@media screen and (min-width:769px){
    .sp{
        display: none;
    }
    .content-title{
        margin-bottom: 30px;
    }
    h2{
        text-align: center;
        font-size: 24px;
        font-weight: 550;
    }
}

/*==========================
header
===========================*/
header{
    width: 100%;
    border-bottom: solid 1px #e4e4e4;
}
/* ↓pc表示 */
@media screen and (min-width:769px){
.header-container{
    max-width: 1280px;
    width: 99%;
    height: auto;
    margin: 0 auto;
}
.header-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.header-left{
    float: left;
}
/* h1{
    font-size: 8px;
} */
.logo a img{
    width: 150px;
    height: auto;
    margin-right: 5px;
}
.header-name{
    font-size: 8px;
    margin-top: 42px;
}
.header-right{
    float: right;
    margin-top: 10px;
}
.shop-info,.save{
    margin-right: 10px;
}
.shop-info{
    line-height: 1.2;
}
.shop-tel{
    font-size: 22px;
    font-weight: bold;
}
.shop-text{
    font-size: 10px;
}
.save-list-item{
    border: 1px solid #61B38D;
    border-radius: 3px;
    background: #fff;
    width: 100px;
    height: 52px;
    text-align: center;
    transition: all 0.3s;
    line-height: 1.3;
}
.save-list-item span{
    font-size: 1.4em;
}
.save-list-item:nth-child(2){
    margin: 0 1px ;
}
.save-list-item:hover{
    border: 1px solid #61B38D;
    border-radius: 3px;
    background: #61B38D;
    width: 100px;
    height: 52px;
    text-align: center;
    color: #fff;
}
.btn-white,.btn-blue:hover{
    border: 1px solid #03A3AF;
    background: #fff;
    font-weight: bold;
    color: #03A3AF;
    padding: 13.1px 15px;
}
.btn-white:hover,.btn-blue{
    border: 1px solid #03A3AF;
    background: #03A3AF;
    font-weight: bold;
    color: #fff;
    padding: 13.1px 15px;
}
.nav{
    clear: both;
    margin: 5px 0;
}
.nav-wrapper{
    display: flex;
    justify-content: center;
}
.nav-item a{
    padding: 10px 25px;
}
.nav-item:hover{
    border-bottom: 3px solid #03A3AF;
    transition: all 0.3s;
}
.nav-item{
    border-bottom: 3px solid #fff;
    position: relative;
    border-left: 1px dotted #03A3AF;
}
.nav-item:last-child{
    border-right: 1px dotted #03A3AF;
}
.sub {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 32px;
    width: 180px;
    min-height: 0;
    height: 0;
    z-index: 3;
    transition: min-height 0.5s;
}
  .sub > li > a {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    background-color: #03A3AF;
    display: block;
}
  .sub > li > a:hover {
    background-color: #005f66;
    opacity: 1;
}
  .sub.active {
    min-height: 300px;
}
}
@media screen and (min-width:769px) and ( max-width:970px){
.shop-info,.save,.shop-info,.shop-tel,.shop-text{
    font-size: 0.8em;
}

.save-list-item p{
    padding-top: 5px;
}

.save-list-item{
    border: 1px solid #61B38D;
    border-radius: 3px;
    background: #fff;
    width: 70px;
    height: 52px;
    text-align: center;
    transition: all 0.3s;
}

.shop-tel{
    font-size: 18px;
    font-weight: bold;
}

.btn{
    position: relative;
    display: inline-block;
    padding: 15.5px 8px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #082408;
    border-radius: 3px;
    font-size: 0.8em;
}

  .btn-white,.btn-blue:hover{
    border: 1px solid #03A3AF;
    background: #fff;
    font-weight: bold;
    color: #03A3AF;
}

.btn-white:hover,.btn-blue{
    border: 1px solid #03A3AF;
    background: #03A3AF;
    font-weight: bold;
    color: #fff;
}
}
@media screen and (min-width:769px) and ( max-width:899px){
    h1{
        font-size: 5px;
    }
}
@media screen and (min-width:900px){
    h1{
        font-size: 8px;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
header{
    max-width: 767px;
    width: 100%;
    height: 70px;
    margin: 0px auto;
    z-index: 50;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #fff;
}
.header-left{
    float: left;
    margin-left: 5px;
}
h1{
    display: none;
}
.logo a img{
    width: 75px;
    height: auto;
    margin-top: 10px;
}
.header-name{
    font-size: 10px;
}
.header-right{
    float: right;
    margin: 3% 14% 0 0;
}
.save-list-item{
    /* border: 1px solid #03A3AF; */
    background: #fff;
    width: 63px;
    height: 43px;
    text-align: center;
    transition: all 0.3s;
    line-height: 1.3;
}
.save-list-item p{
    font-size: 0.85em;
}
.save-list-item span{
    font-size: 1.4em;
}
.save-list-item:nth-child(2){
    margin: 0 1px ;
}
.sp-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #efff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
    left: -98%;
    width: 80%;
}
.open .sp-nav {
    left: 0;
    opacity: 1;
}
.sp-nav .inner {
    padding: 25px;
}
.sp-nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sp-nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #929292;
}
.sp-nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    transition-duration: 0.2s;
    border-bottom: 1px solid #929292;
    font-family: 'Noto Serif JP', serif;
}
.sp-nav .inner ul li a:last-child{
    border-bottom: none;
}
.header-icon{
    color: #03A3AF;
    margin-right: 10px;
}
.header-icon-width1{
    margin-right: 15px;
}
.header-icon-width2{
    margin-right: 17px;
}

  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 15px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }

/*=================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}
.accordion-area li{
    margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding:10px;
    transition: all .5s ease;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
}
/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}
.title::before{
    top:48%;
    left: 90%;
    transform: rotate(0deg);
}
.title::after{    
    top:48%;
    left: 90%;
    transform: rotate(90deg);
}
/*closeというクラスがついたら形状変化*/
.title.close::before{
  transform: rotate(45deg);
}
.title.close::after{
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #efff;
  margin:0 3% 3% 3%;
    padding: 3%;
}
}

/*==========================
TOP
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .top{
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    .top-item{
        position: relative;
    }
    .top-item img{
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .top-item-text{
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        font-family: 'Noto Serif JP', serif;
    }
    .top-item-text h2{
        font-size: 2.5vw;
        font-weight: bold;
        color: #fff;
        text-shadow: 4px 4px 5px silver;
    }
    .top-item-span{
        font-size: 3vw;
        font-weight: bold;
    }
    .mvLink {
        width: 634px;
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
    .mvLink li {
        width: 300px;
        height: 80px;
    }
    .mvLink li a {
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        color: #03A3AF;
        background: #fff;
    }
    .mvLink li a:hover{
        background: #03A3AF;
        color: #fff;
        border: 1px solid #03A3AF;
    }
    .mvLink li .s1 {
        font-size: 16px;
        letter-spacing: 0.05em;
    }
    .mvLink li .s2 {
        font-size: 20px;
        letter-spacing: 0.2em;
    }
    .w_btn1 {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        transition: 0.3s ease;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    main{
        margin-top: 70px;
    }
    .top-item img{
        display: block;
    }
    .top-item{
        position: relative;
    }
    .top-item-text{
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        font-family: 'Noto Serif JP', serif;
    }
    .top-item-text h2{
        text-align: center;
        font-size: 6vw;
        font-weight: bold;
        color: #fff;
        width: 300px;
        text-shadow: 4px 4px 5px silver;
    }
    .top-item-span{
        font-size: 12vw;
        font-weight: bold;
    }
    .mvLink {
        width: 100%;
        position: absolute;
        top: 45%;
    }
    .mvLink li {
        width: 270px;
        height: 50px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 40px;
    }
    .mvLink li a {
        width: 100%;
        height: 100%;
        border: 2px solid #fff;
        color: #fff;
    }
    .mvLink li .s1 {
        font-size: 16px;
        letter-spacing: 0.05em;
    }
    .mvLink li .s2 {
        font-size: 20px;
        letter-spacing: 0.2em;
    }
    .w_btn1 {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
    }
    .scrolldown{
        position:absolute;
        left:50%;
        bottom:20px;
        height:50px;
    }
    .scrolldown span{
        position: absolute;
        left:-15px;
        top: -15px;
        color: #eee;
        font-size: 0.7rem;
        letter-spacing: 0.05em;
    }
    .scrolldown::after{
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        height: 30px;
        background: #eee;
        animation: pathmove 1.4s ease-in-out infinite;
        opacity:0;
    }
    @keyframes pathmove{
    0%{
        height:0;
        top:0;
        opacity: 0;
    }
    30%{
        height:30px;
        opacity: 1;
    }
    100%{
        height:0;
        top:50px;
        opacity: 0;
    }
    }

}

/*==========================
キャッチコピー
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .catch-copy{
        background-color: #EEEEEE;
    }
    .catch-copy-item{
        padding: 50px 0;
    }
    .catch-copy-item h3{
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .catch-copy-item p{
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .catch-copy{
        background-color: #EEEEEE;
    }
    .catch-copy-item{
        padding: 30px 0;
    }
    .catch-copy-item h3{
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: bold;
    }
}

/*==========================
トップコンテンツ
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .top-contents{
        margin: 100px 0;
    }
    .contents-block,.contents-block-reverse {
        width: 100%;
        position: relative;
    }
    .contents-block-reverse{
        margin: 100px 0;
    }
    .thumb,.thumb-reverse{
        width: 60%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .thumb-reverse{
        margin-left: auto;
    }
    .contents-link {
        max-width: 550px;
        max-height: 325px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 25%;
        margin: auto;
        width: 100%;
        height: 80%;
    }
    .contents-link-reverse {
        max-width: 550px;
        max-height: 325px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 25%;
        margin: auto;
        width: 100%;
        height: 80%;
    }
    .flx {
        /* height: 100%; */
        background-color: #F3FFF9;
        box-shadow: 0 5px 7px 0 rgb(0 0 0 / 30%);
        position: relative;
    } 
    .btn2-area{
        text-align: right;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .w_btn2:hover{
        background: #fff;
        color: #03A3AF;
        border: 1px solid #03A3AF;
    }
    .contents-block-reverse{
        width: 100%;
        position: relative;
    }
    .effect-fade {
        opacity : 0;
        transform : translate(0, 100px);
        transition : all 1000ms;
    }
    .effect-fade.effect-scroll {
        opacity : 1;
        transform : translate(0, 0);
    }
    /*吹き出し*/
    .balloon5 {
        margin: 10px;
        overflow: hidden;
    }
    .balloon5 .faceicon {
        float: left;
        margin-right: -90px;
        width: 80px;
    }
    .balloon5 .faceicon2 {
        float: left;
        margin-left: -10px;
        width: 85px;
    }
    .balloon5 .faceicon img{
        width: 100%;
        height: auto;
        border: solid 3px #d7ebfe;
        border-radius: 50%;
    }
    .balloon5 .faceicon2 img{
        width: 100%;
        height: auto;
        border: solid 3px #d7ebfe;
        border-radius: 50%;
    }
    .balloon5 .chatting {
        width: 100%;
    }
    .says {
        display: inline-block;
        position: relative; 
        margin: 5px 0 0 105px;
        padding: 17px 13px;
        border-radius: 12px;
        background: #d7ebfe;
    }
    .says:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 18px; 
        left: -24px;
        border: 12px solid transparent;
        border-right: 12px solid #d7ebfe;
    }
    .says p {
        margin: 0;
        padding: 0;
    }

    .mycomment {
        margin: 10px 10px 10px 0;
    }
    .mycomment p {
        display: inline-block;
        position: relative; 
        margin: 0 10px 0 0;
        padding: 17px 13px;
        max-width: 250px;
        border-radius: 12px;
        background: #d7ebfe;
        font-size: 15px;
    }
    .mycomment p:after {
        content: "";
        position: absolute;
        top: 18px; 
        right: -19px;
        border: 8px solid transparent;
        border-left: 12px solid #d7ebfe;
    }
}
@media screen and (min-width:769px) and ( max-width:1300px){
    .contents_h4{
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .flx-in{
        padding: 40px 40px 20px 40px;
    }
    .engTit p{
        color: #03A3AF;
        text-decoration:underline;
        text-underline-offset: 3px;
        position: absolute;
        top: -70px;
        bottom: 0;
        font-weight: bold;
        font-size: 4.5em;
        font-family: 'Noto Serif JP', serif;
    }
    .p1{
        line-height: 1.8;
    }
    .w_btn2{
        padding: 10px 25px;
        background: #03A3AF;
        width: 30%;
        color: #fff;
        transition: 0.3s ease;
        border: 1px solid #03A3AF;
    }
}
@media screen and (min-width:1301px){
    .contents_h4{
        /* text-align: center; */
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .flx-in{
        padding: 60px 40px 20px 40px;
    }
    .engTit p{
        color: #03A3AF;
        text-decoration:underline;
        text-underline-offset: 3px;
        position: absolute;
        top: -60px;
        bottom: 0;
        font-weight: bold;
        font-size: 4.5em;
        font-family: 'Noto Serif JP', serif;
    }
    .p1{
        line-height: 2;
    }
    .w_btn2{
        padding: 15px 30px;
        background: #03A3AF;
        width: 30%;
        color: #fff;
        transition: 0.3s ease;
        border: 1px solid #03A3AF;
    }
}
@media screen and (min-width:1000px) and ( max-width:1299px){
    .face-chat1{
        position: absolute;
        top: 15%;
        left: 76%;
    }
    .face-chat2{
        position: absolute;
        top: 45%;
        left: 76%;
        display: flex;
    }
    .face-chat3{
        position: absolute;
        top: 15%;
        right: 76%;
    }
    .face-chat4{
        position: absolute;
        top: 43%;
        right: 76%;
        display: flex;
    }
}
@media screen and (min-width:1300px) and ( max-width:1399px){
    .face-chat1{
        position: absolute;
        top: 20%;
        left: 77%;
    }
    .face-chat2{
        position: absolute;
        top: 47%;
        left: 77%;
        display: flex;
    }
    .face-chat3{
        position: absolute;
        top: 20%;
        right: 77%;
    }
    .face-chat4{
        position: absolute;
        top: 47%;
        right: 77%;
        display: flex;
    }
}
@media screen and (min-width:1400px){
    .face-chat1{
        position: absolute;
        top: 29%;
        left: 77%;
    }
    .face-chat2{
        position: absolute;
        top: 48%;
        left: 77%;
        display: flex;
    }
    .face-chat3{
        position: absolute;
        top: 29%;
        right: 77%;
    }
    .face-chat4{
        position: absolute;
        top: 48%;
        right: 77%;
        display: flex;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .top-contents{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .engTit p{
        color: #03A3AF;
        text-decoration:underline;
        text-underline-offset: 3px;
        font-weight: bold;
        font-size: 2.5em;
        font-family: 'Noto Serif JP', serif;
        margin-bottom: 10px;
    }
    .contents_h4{
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .p1{
        clear: both;
    }
    .thumb img,.thumb-reverse img{
        box-shadow: 10px 10px 2px 1px #03a3af1c;
        width: 98%;
        height: auto;
    }
    .btn2-area{
        text-align: center;
        margin: 40px 0 40px 0;
    }
    .w_btn2{
        padding: 10px 100px;
        background: #03A3AF;
        width: 30%;
        color: #fff;
        transition: 0.3s ease;
        border: 1px solid #03A3AF;
    }
    .flx-in hr{
        margin: 10px 0 20px;
    }
    .effect-fade {
        opacity : 0;
        transform : translate(0, 100px);
        transition : all 1000ms;
    }
    .effect-fade.effect-scroll {
        opacity : 1;
        transform : translate(0, 0);
    }
    /*吹き出し*/
    .balloon5 {
        margin: 10px;
        overflow: hidden;
    }
    .balloon5 .faceicon {
        float: left;
        margin-right: -90px;
        width: 80px;
    }
    .balloon5 .faceicon2 {
        float: left;
        margin-left: -10px;
        width: 80px;
    }
    .balloon5 .faceicon img{
        width: 100%;
        height: auto;
        border: solid 3px #d7ebfe;
        border-radius: 50%;
    }
    .balloon5 .faceicon2 img{
        width: 100%;
        height: auto;
        border: solid 3px #d7ebfe;
        border-radius: 50%;
    }
    .balloon5 .chatting {
        width: 100%;
    }
    .says {
        display: inline-block;
        position: relative; 
        margin: 5px 0 0 105px;
        padding: 17px 13px;
        border-radius: 12px;
        background: #d7ebfe;
    }
    .says:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 18px; 
        left: -24px;
        border: 12px solid transparent;
        border-right: 12px solid #d7ebfe;
    }
    .says p {
        margin: 0;
        padding: 0;
    }
    .mycomment {
        margin: 10px 10px 10px 0;
    }
    .mycomment p {
        display: inline-block;
        position: relative; 
        margin: 0 10px 0 0;
        padding: 17px 13px;
        max-width: 250px;
        border-radius: 12px;
        background: #d7ebfe;
        /* font-size: 15px; */
    }
    .mycomment p:after {
        content: "";
        position: absolute;
        top: 18px; 
        right: -19px;
        border: 8px solid transparent;
        border-left: 12px solid #d7ebfe;
    }
    .face-chat1{
        position: absolute;
        top: 27%;
        left: 15%;
        font-size: 12px;
        display: none;
    }
    .face-chat2{
        position: absolute;
        top: 30%;
        left: 23%;
        display: flex;
        font-size: 12px;
    }
    .face-chat3{
        position: absolute;
        top: 29%;
        right: 0%;
        font-size: 12px;
        display: none;
    }
    .face-chat4{
        position: absolute;
        top: 30%;
        right: 2%;
        display: flex;
        font-size: 12px;
    }
}

/*==========================
お知らせ
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .news{
        margin-bottom: 100px;
    }
    .content-title h4{
        text-align: center;
        font-size: 24px;
        font-weight: bold;
    }
    .news-list dl {
        width: 80%;
        margin: 0 auto 30px;
    }
    .news-list dt {
        border-bottom: 1px solid rgba(0,0,0,.125);
        float: left;
        padding: 10px 5px;
    }
    .news-list dd {
        border-bottom: 1px solid rgba(0,0,0,.125);
        margin-left: 100px;
        padding: 10px 5px;
    }
    .detail-area{
        text-align: center;
        margin-top: 50px;
    }
    .news-list dd a:hover{
        color: #03A3AF;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .content-title h4{
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .news-list dd {
        border-bottom: 1px solid rgba(0,0,0,.125);
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .detail-area{
        text-align: center;
        margin: 40px 0;
    }
}

/*==========================
コンタクトエリア
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .c-conversion {
        width: 100%;
        height: 280px;
        background-image: url(../img/contact-us.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .c-conversion .ul1 {
        /* width: 900px; */
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .c-conversion .ul1 a {
        width: 300px;
        height: 80px;
        border: 1px solid #fff;
        color: #fff;
    }
    .ul1 a:hover{
        background-color: #fff;
        color: #333333;
    }
    .c-conversion .ul1 a.contact-btn {
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0.15em;
        margin: 10px 0;
    }
    .c-conversion .ul1 a.tel-btn {
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0.15em;
        display: flex;
        flex-flow: row wrap;
        margin: 10px 0;
    }
    .time{
        font-size: 0.5em;
    }
    /* .tel-btn{
        pointer-events: none;
    } */
}
@media screen and (min-width:769px) and ( max-width:920px){
        .c-conversion .ul1 {
            width: 800px;
            display: flex;
            justify-content: space-between;
        }
        .c-conversion .ul1 a {
            width: 350px;
            height: 110px;
            border: 1px solid #fff;
            color: #fff;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .c-conversion {
        width: 100%;
        height: 300px;
        background-image: url(../img/contact-us.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .c-conversion .ul1 a {
        width: 160px;
        height: 60px;
        border: 1px solid #fff;
        color: #fff;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .ul1{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    /* .c-conversion .ul1 a:first-child {
        margin-bottom: 10px;
    } */
    .c-conversion .ul1 a.contact-btn {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.15em;
    }
    .c-conversion .ul1 a.tel-btn {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.15em;
    }
    .time{
        font-size: 0.4em;
    }
}
@media screen and (max-width:360px){
    .c-conversion {
        width: 100%;
        height: 450px;
        background-image: url(/img/contact-us.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*==========================
コンタクトマップ
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .contact-map {
        position: relative;
        padding-bottom: 25%;
        /* height: 0;
        overflow: hidden; */
        width: 75%;
        margin: 40px auto;
    }
    .contact-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .contact-map {
        position: relative;
        padding-bottom: 50%;
        /* height: 0;
        overflow: hidden; */
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .contact-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*==========================
フッターメニュー
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .footer-menu{
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #E6E6E6;
        padding: 20px ;
    }
    .f-wrap{
        display: flex;
        justify-content: space-between;
    }
    .f-box1{
        width: 300px;
    }
    .f-box2,.f-box3,.f-box4{
        width: 250px;
    }
    .f-font{
        font-size: 0.8em;
    }
    .f-baibai,.f-tintai{
        font-size: 1.2em;
    }
    .f-li a:hover{
        text-decoration: underline;
        color: #03A3AF;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .footer-menu{
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #E6E6E6;
        padding:10px 0;
    }
    .f-font{
        font-size: 0.8em;
    }
}

/*==========================
コピーライト
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .copy-right{
        width: 100%;
        height: auto;
        background: #000000;
    }
    .copy-right p{
        color: #fff;
        font-size: 0.8em;
        padding: 20px 0;
        text-align: center;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .copy-right{
        width: 100%;
        height: 105px;
        background: #000000;
    }
    .copy-right p{
        color: #fff;
        font-size: 0.7em;
        padding: 20px 0;
        text-align: center;
    }
}

/*==========================
sp用 フッターアイコン
===========================*/
/* ↓sp表示 */
@media screen and (max-width: 767px){
    .fixfoot {
    width: 100%;
    position: fixed;
    bottom: -1px;
    height: 50px;
    background-color: #FFF;
    z-index: 50;
    border-top: 1px solid #333333;
    margin: 0px;
    padding: 0px;
    background-color: #f5f5f5;
    }
    .fixfoot ul {
        display: flex;
    }
    .fixfoot ul li {
        text-align: center;
        /* vertical-align: middle; */
        height: 100%;
        margin: 0px;
        padding: 0px;
        border-right: 1px solid #ddd;
        flex: 1;
        display: block;
    }
    .fixfoot ul li a {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 10px;
        font-size: 13px;
    }
}

/*==========================
TOPへ戻るボタン
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
.page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#03A3AF;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}
.page-top a:hover{
  background: #49bbc4;
}
/*リンクを右下に固定*/
.page-top {
  position: fixed;
  right: 20px;
  bottom:20px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*上に上がる動き*/
.page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*下に下がる動き*/
.page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
}
/* ↓sp表示 */
@media screen and (max-width: 767px){
    .page-top a{
        display: flex;
        justify-content:center;
        align-items:center;
        background:#03A3AF;
        border-radius: 5px;
        width: 50px;
        height: 50px;
        color: #fff;
        text-align: center;
        text-transform: uppercase; 
        text-decoration: none;
        font-size:0.6rem;
        transition:all 0.3s;
      }
      .page-top a:hover{
        background: #49bbc4;
      }
      /*リンクを右下に固定*/
      .page-top {
        position: fixed;
        right: 10px;
        bottom:60px;
        z-index: 2;
          /*はじめは非表示*/
        opacity: 0;
        transform: translateY(100px);
      }
      /*上に上がる動き*/
      .page-top.UpMove{
        animation: UpAnime 0.5s forwards;
      }
      @keyframes UpAnime{
        from {
          opacity: 0;
        transform: translateY(100px);
        }
        to {
          opacity: 1;
        transform: translateY(0);
        }
      }
      /*下に下がる動き*/
      .page-top.DownMove{
        animation: DownAnime 0.5s forwards;
      }
      @keyframes DownAnime{
        from {
          opacity: 1;
        transform: translateY(0);
        }
        to {
          opacity: 1;
        transform: translateY(100px);
        }
      }
}

/*==========================
売買TOP
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .pankuzu{
        position: absolute;
        top: 5%;
        left: 5%;
        font-size: 0.8em;
        color: #fff;
    }
    .pankuzu a{
        color: #fff;
    }
    .pankuzu a:hover{
        color: #03A3AF;
        text-decoration: underline;
    }
    .top-text{
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        font-family: 'Noto Serif JP', serif;
    }
    .top-text h2{
        font-size: 2.5vw;
        font-weight: bold;
        color: #fff;
        text-shadow: 4px 4px 5px silver;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .pankuzu{
        position: absolute;
        top: 5%;
        left: 5%;
        font-size: 0.8em;
        color: #fff;
    }
    .pankuzu a{
        color: #fff;
    }
    .top-text{
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        font-family: 'Noto Serif JP', serif;
    }
    .top-text h2{
        text-align: center;
        font-size: 6vw;
        font-weight: bold;
        color: #fff;
        width: 300px;
        text-shadow: 4px 4px 5px silver;
    }
}

/*==========================
検索box
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .search{
        width: 100%;
        height: auto;
        padding: 30px 0;
        background: #EEEEEE;
    }
    .search-box {
        width: 1000px;
        height: auto;
        margin: 0 auto;
        padding: 50px 40px;
        background-color: #fff;
        box-shadow: 0 8px 8px -4px rgb(0 0 0 / 8%);
        display: flex;
    }
    .search-box-inner1{
        padding-right: 30px;
        border-right: 1px solid #cccccc;
    }
    .box-inner-p1{
        font-size: 24px;
        margin-bottom: 10px;
        position: relative;
    }
    .box-inner-p1::before {
        content: "";
        top: 2px;
        left: -20px;
        width: 5px;
        height: 100%;
        background: #333;
        position: absolute;
    }
    .box-inner-p2{
        font-size: 14px;
    }
    .box-inner-span{
        font-size: 24px;
        font-weight: bold;
        margin: 0 10px;
    }
    .box-inner-span2{
        font-size: 24px;
        font-weight: bold;
        margin: 0 10px;
        color: #dd0000;
    }
    .search-box-inner2{
        padding-left: 30px;
        display: flex;
        margin-top: 10px;
    }
    .search-choice-item{
        padding: 15px 20px;
        background: #03A3AF;
        color: #fff;
        border-radius: 2px;
        border: 1px solid #03A3AF;
        transition: 0.3s ease;
    }
    .search-choice-item:hover{
        background: #fff;
        color: #03A3AF;
        border: 1px solid #03A3AF;
    }
    .search-choice-item:first-child{
        margin-left: 30px;
    }
    .search-choice-item:nth-child(n+2){
        margin-left: 20px;
    }
    .search-choice-item p {
        width: 70px;
        display: inline-block;
        text-align: center;
    }
    .search-free{
        margin: 40px 0 0 30px;
        display: flex;
        align-items: center;
        position: relative;
    }
    .search-free-form{
        margin-left: 30px;
    }
    .search-free-area{
        width: 450px;
        padding: 15px 10px;
        border: 1px solid #c6c6c6;
    }
    .free-btn{
        background: #03A3AF;
        border-radius: 0 2px 2px 0;
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        font-size: 32px;
        line-height: 1;
        width: 58px;
        border: 1px solid #03A3AF;
        cursor: pointer;
    }
}
@media screen and (min-width:769px) and ( max-width:999px){
    .search-box {
        width: 760px;
        height: auto;
        margin: 0 auto;
        padding: 25px 30px;
        background-color: #fff;
        box-shadow: 0 8px 8px -4px rgb(0 0 0 / 8%);
        display: flex;
    }
    .search-box-inner1{
        padding-right: 20px;
        border-right: 1px solid #cccccc;
    }
    .box-inner-p1{
        font-size: 20px;
        margin-bottom: 10px;
        position: relative;
    }
    .box-inner-span{
        font-size: 20px;
        font-weight: bold;
        margin: 0 10px;
    }
    .box-inner-span2{
        font-size: 20px;
        font-weight: bold;
        margin: 0 10px;
        color: #dd0000;
    }
    .search-box-inner2{
        padding-left: 20px;
        display: flex;
        margin-top: 10px;
    }
    .search-choice-item{
        padding: 10px 10px;
        background: #03A3AF;
        color: #fff;
        border-radius: 2px;
        border: 1px solid #03A3AF;
        transition: 0.3s ease;
    }
    .search-choice-item:first-child{
        margin-left: 10px;
    }
    .search-choice-item:nth-child(n+2){
        margin-left: 3px;
    }
    .search-choice-item p {
        width: 65px;
        display: inline-block;
        text-align: center;
    }
    .search-free{
        margin: 40px 0 0 20px;
        display: flex;
        align-items: center;
        position: relative;
    }
    .search-free-form{
        margin-left: 10px;
    }
    .search-free-area{
        width: 300px;
        padding: 15px 10px;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .search-box {
        width: 100%;
        height: auto;
        position: relative;
    }
    .box-inner-p2{
        margin-bottom: 10px;
        position: absolute;
        top: -70px;
        right: 3%;
        color: #fff;
        font-size: 14px;
        font-family: 'Noto Serif JP', serif;
    }
    .box-inner-p2:last-child{
        margin-bottom: 10px;
        position: absolute;
        top: -50px;
        right: 3%;
        color: #fff;
        font-size: 14px;
        font-family: 'Noto Serif JP', serif;
    }
    .box-inner-span{
        font-size: 18px;
        margin: 0 10px;
    }
    .box-inner-span2{
        font-size: 18px;
        font-weight: bold;
        margin: 0 10px;
        color: #dd0000;
        text-shadow    : 
       1px  1px 1px #fff,
      -1px  1px 1px #fff,
       1px -1px 1px #fff,
      -1px -1px 1px #fff,
       1px  0px 1px #fff,
       0px  1px 1px #fff,
      -1px  0px 1px #fff,
       0px -1px 1px #fff
    }
    .contents-title{
        margin: 20px auto 10px;
        position: relative;
    }
    .contents-title p::before{
        content: "";
        top: 0px;
        left: -10px;
        width: 5px;
        height: 100%;
        background: #03A3AF;
        position: absolute;
    }
    .wrapper-sp{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .search-choice{
        margin-bottom: 20px;
    }
    .search-choice-item:nth-child(odd) {
        border-right: 1px solid #03A3AF;
    }
    .search-choice-item:first-child,.search-choice-item:nth-child(2){
        border-top: 1px solid #03A3AF;
    }
    .search-choice-item {
        border-bottom: 1px solid #03A3AF;
        background: #f3feff;
        width: 50%;
        height: auto;
        text-align: center;
        padding: 20px 10px;
    }
    .icon-color{
        color: #03A3AF;
        font-size: 2.5em;
    }
    .search-choice-item p{
        margin-top: 5px;
    }
    .search-free{
        position: relative;
        margin-bottom: 30px;
    }
    .search-free-area{
        width: 100%;
        padding: 15px 10px;
        border: 1px solid #c6c6c6;
    }
    .free-btn{
        background: #03A3AF;
        border-radius: 0 2px 2px 0;
        color: #fff;
        position: absolute;
        top: 31px;
        bottom: 0;
        right: 5%;
        font-size: 32px;
        width: 58px;
        border: 1px solid #03A3AF;
    }
}

/*==========================
新着物件、オススメ物件、
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .bukken-list{
        margin: 50px 0 100px;
    }
    .bukken-list-box .contents-title p{
        text-align: center;
        font-size: 24px;
        position: relative;
        margin-bottom: 30px;
    }
    .bukken-list-box .contents-title p::before {
        content: "";
        top: 17px;
        left: 0;
        width: 35%;
        height: 2px;
        background: #E6E6E6;
        position: absolute;
    }
    .bukken-list-box .contents-title p::after {
        content: "";
        top: 17px;
        right: 0;
        width: 35%;
        height: 2px;
        background: #E6E6E6;
        position: absolute;
    }
    .bukken-list-container{
        display: flex;
        flex-wrap: wrap;
    }
    .bukken-list-item{
        margin: 20px 10px 0 10px;
        width: 250px;
        background-color: #fff;
        border-radius: 2px;
        text-align: left;
        border: 1px solid #ccc;
    }
    .bukken-list-img{
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 2px 2px 0 0;
    }
    .bukken-list-img:hover{
        opacity: 0.8;
    }
    .bukken-text{
        padding: 5px 15px 15px;
    }
    .bukken-text-container{
        margin-top: 5px;
    }
    .bukken-text-item{
        display: flex;
        font-size: 0.8em;
    }
    .text-item-p1{
        width: 80px;
    }
    .text-item-p2{
        color: #dd0000;
        font-weight: bold;
    }
    .text-item-p3{
        width: 80px;
        width: 140px;
    }
    .bukken-list-item a:hover{
        opacity: 0.8;
    }
    .bukken-text:hover{
        opacity: 0.8;
    }
    .bukken-list-btn{
        text-align: center;
        margin-top: 50px;
    }
    .w_btn3{
        padding: 10px 100px;
        background: #03A3AF;
        color: #fff;
        transition: 0.3s ease;
        border: 1px solid #03A3AF;
    }
    .w_btn3:hover{
        background: #fff;
        color: #03A3AF;
        border: 1px solid #03A3AF;
    }
    .kaiin-baner-top{
        width: 100%;
        height: 100%;
    }
    .kbt-img{
        background-image: url(../img/kaiin-banner.png);
        width: 100%;
        height: 100%;
    }
    .bukken-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .kbt-text-area{
        text-align: center;
        padding: 50px 10px 30px;
    }
    .kbt-title{
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .kbt-text{
        color: #fff;
        font-size: 14px;
    }
    .kbt-btn{
        color: #fff;
        padding: 10px 5px;
        background: #03A3AF;
        border-radius: 2px;
        width: 80%;
        margin: 40px auto 0;
    }
    .kbt-btn:hover{
        opacity: 0.8;
    }
    .kbt-title:hover,.kbt-text:hover{
        opacity: 0.8;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .bukken-list-item a{
        display: flex;
        padding: 10px;
        width: 100%;
        justify-content: space-between;
        border: 1px solid #ccc;
        margin: 10px 0px 0 0;
    }
    .bukken-list-img-area{
        max-width: 100px;
        max-height: 100px;
    }
    .bukken-list-img{
        width: 100px;
        height: 100px;
        object-fit: cover;
        box-shadow: 3px 3px 5px #cccccc;
    }
    .bukken-text{
        font-size: 12px;
        margin-left: 15px;
        width: 100%;
    }
    .bukken-text-item{
        width: 100%;
        height: auto;
        display: flex;
    }
    .text-item-p1{
        width: 35%;
    }
    .text-item-p3{
        width: 65%;
    }
    .text-item-p2{
        color: #dd0000;
    }
    .bukken-list-btn{
        text-align: center;
        margin: 50px 0;
    }
    .w_btn3{
        padding: 10px 100px;
        background: #03A3AF;
        color: #fff;
        transition: 0.3s ease;
        border: 1px solid #03A3AF;
    }
    .bukken-title {
        font-size: 1.2em;
        font-weight: bold;
        /* overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; */
    }
    .kaiin-baner-top{
        width: 100%;
        height: 120px;
    }
    .kbt-img{
        background-image: url(../img/kaiin-banner.png);
        width: 100%;
        height: 100%;
    }
    .bukken-list-kaiin{
        padding: 0 !important;
    }
    .kbt-text-area{
        text-align: center;
        padding:5px;
    }
    .kbt-title{
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }
    .kbt-text{
        color: #fff;
        font-size: 12px;
    }
    .kbt-btn{
        color: #fff;
        padding: 5px 5px;
        background: #03A3AF;
        border-radius: 2px;
        width: 50%;
        margin: 10px auto 0;
    }

}

/*==========================
物件問合せ画面(賃貸・売買)
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .bk-padding{
        padding: 20px 0;
    }
    .pankuzu2 a{
        font-size: 0.8em;
    }
    .pankuzu2 a:hover{
        color: #03A3AF;
        text-decoration: underline;
    }
    .contact-section{
        margin: 20px 0;
    }
    .title-underline p{
        font-weight: bold;
        padding: 5px 0 0px 0px;
        margin-bottom: 20px;
        border-bottom: solid 3px #03A3AF;
        color: #03A3AF;
        font-size: 20px;
    }
    .contact-icon{
        margin-right: 10px;
    }
    .contact-taishou{
        width: 100%;
        margin-bottom: 50px;
    }
    .contact-taishou th{
        background: #F2F2F2;
        text-align: center;
        padding: 5px 0 5px;
        border: 1px solid #c6c6c6;
        font-weight: normal;
    }
    .contact-taishou td{
        padding: 5px 10px 5px;
        border: 1px solid #c6c6c6;
        text-align: center;
    }
    .contact-input{
        width: 100%;
    }
    .contact-input td{
        padding: 10px 8px;
        border: 1px solid #c6c6c6;

        text-align: left;
        vertical-align: middle;
        width: 75%;
    }
    .contact-input th{
        padding: 10px 8px;
        border: 1px solid #c6c6c6;
        background: #F2F2F2;
        text-align: left;
        vertical-align: middle;
        width: 25%;
    }
    .contact-input-area{
        text-align: left;
        vertical-align: middle;
        width: 100%;
        padding: 10px 8px;
        border-width: 1px;
        border-style: solid;
        border-color: #c6c6c6;
        border-image: initial;
    }
    .required-item{
        background-color: #dd0000;
        color: #fff;
        padding: 5px 10px;
        display: inline-block;
        font-size: 0.8em;
    }
    .contact-checkbox{
        display: grid;
        line-height: 1.7;
    }
    /* 元々のチェックボックス（非表示） */
    .contact-checkbox input[type="checkbox"]{
        display: none;
    }
    /* チェックボックスの代わりを成すラベル */
    .contact-checkbox input[type="checkbox"]+span{
        display: none;
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-left: 25px;
        padding-right: 10px;
    }
    /* ラベルの左に表示させる正方形のボックス□ */
    .contact-checkbox input[type="checkbox"]+span::before{
        content: "";
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        left: 0;
        top: 50%;
        border: 1px solid;
        border-color:  #8a8a8a; 
        background-color: #FFF;
        border-radius: 3px;
    }
    /* チェックが入った時のレ点 */
    .contact-checkbox input[type="checkbox"]:checked+span::after{
        content: "";
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 18px;
        height: 9px;
        margin-top: -9px;
        top: 50%;
        left: 3px;
        transform: rotate(-45deg);
        border-bottom: 3px solid;
        border-left: 3px solid;
        border-color:  #03A3AF; 
    }
    .textarea-top{
        margin-top: 10px;
    }
    .privacy a{
        color: rgb(88, 48, 28);
        font-size: 0.8em;
        text-decoration: underline;
    }
    .privacy p{
        font-size: 0.8em;
    }
    .contact-btn-area{
        text-align: center;
        margin: 40px 0 60px;
    }
    .btn-contact-blue{
        width: 270px;
        font-size: 1.2em;
        background: #03A3AF; 
        border: 1px solid #03A3AF; 
        display: block;
        margin: 0 auto;
        border-radius: 3px;
        padding: 10px 0;
        color: #fff !important;
        -webkit-appearance: none;
        cursor: pointer;
    }
    .btn-contact-blue:hover{
        background: #028d97; 
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .bk-padding{
        padding: 10px 0;
    }
    .pankuzu2 a{
        font-size: 0.8em;
    }
    .contact-section{
        margin: 10px 0;
    }
    .title-underline p{
        font-weight: bold;
        padding: 5px 0 0px 0px;
        margin-bottom: 20px;
        border-bottom: solid 2px #03A3AF;
        color: #03A3AF;
        font-size: 18px;
    }
    .contact-icon{
        margin-right: 5px;
    }
    .contact-taishou{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-taishou th{
        background: #F2F2F2;
        text-align: center;
        padding: 5px 0 5px;
        border: 1px solid #c6c6c6;
        font-weight: normal;
    }
    .contact-taishou td{
        padding: 5px 10px 5px;
        border: 1px solid #c6c6c6;
        text-align: center;
    }
    .contact-input{
        width: 100%;
    }
    .contact-input td{
        padding: 10px 8px;
        border: 1px solid #c6c6c6;

        text-align: left;
        vertical-align: middle;
        width: 68%;
    }
    .contact-input th{
        padding: 10px 8px;
        border: 1px solid #c6c6c6;
        background: #F2F2F2;
        text-align: left;
        vertical-align: middle;
        width: 32%;
    }
    .contact-input-area{
        text-align: left;
        vertical-align: middle;
        width: 100%;
        padding: 10px 8px;
        border-width: 1px;
        border-style: solid;
        border-color: #c6c6c6;
        border-image: initial;
    }
    .required-item{
        background-color: #dd0000;
        color: #fff;
        padding: 5px 10px;
        display: inline-block;
        font-size: 0.8em;
    }
    .contact-checkbox{
        display: grid;
        line-height: 1.7;
    }
    /* 元々のチェックボックス（非表示） */
    .contact-checkbox input[type="checkbox"]{
        display: none;
    }
    /* チェックボックスの代わりを成すラベル */
    .contact-checkbox input[type="checkbox"]+label{
        display: none;
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-left: 25px;
        padding-right: 10px;
    }
    /* ラベルの左に表示させる正方形のボックス□ */
    .contact-checkbox input[type="checkbox"]+label::before{
        content: "";
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        left: 0;
        top: 50%;
        border: 1px solid;
        border-color:  #8a8a8a; 
        background-color: #FFF;
        border-radius: 3px;
    }
    /* チェックが入った時のレ点 */
    .contact-checkbox input[type="checkbox"]:checked+label::after{
        content: "";
        position: absolute;
        display: block;
        box-sizing: border-box;
        width: 18px;
        height: 9px;
        margin-top: -9px;
        top: 50%;
        left: 3px;
        transform: rotate(-45deg);
        border-bottom: 3px solid;
        border-left: 3px solid;
        border-color:  #03A3AF; 
    }
    .textarea-top{
        margin-top: 10px;
    }
    .privacy a{
        color: rgb(88, 48, 28);
        font-size: 0.8em;
        text-decoration: underline;
    }
    .privacy p{
        font-size: 0.8em;
    }
    .contact-btn-area{
        text-align: center;
        margin: 30px 0 40px;
    }
    .btn-contact-blue{
        width: 250px;
        font-size: 1.2em;
        background: #03A3AF; 
        border: 1px solid #03A3AF; 
        display: block;
        margin: 0 auto;
        border-radius: 3px;
        padding: 10px 0;
        color: #fff !important;
        -webkit-appearance: none;
        cursor: pointer;
    }
}

/*==========================
物件問い合わせ確認画面(賃貸・売買)
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .contact-btn-area-wrapp{
        display: flex;
        justify-content: space-around;
        width: 70%;
        margin: 0 auto;
    }
    .btn-contact-gray{
        width: 270px;
        font-size: 1.2em;
        background: #F2F2F2;
        border: 1px solid #d1d1d1;
        display: block;
        margin: 0 auto;
        border-radius: 3px;
        padding: 10px 0;
        color: #333 !important;
        -webkit-appearance: none;
        cursor: pointer;
    }
    .btn-contact-gray:hover{
        background: #e4e4e4;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .btn-contact-gray{
        width: 250px;
        font-size: 1.2em;
        background: #F2F2F2;
        border: 1px solid #d1d1d1;
        display: block;
        margin: 0 auto;
        border-radius: 3px;
        padding: 10px 0;
        color: #333 !important;
        -webkit-appearance: none;
        cursor: pointer;
        margin-bottom: 10px;
    }
}

/*==========================
お知らせ一覧
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .news-container{
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-around; */
    }
    .news-item{
        margin: 20px 10px 0 10px;
        width: 250px;
        background-color: #fff;
        border-radius: 2px;
        text-align: left;
        border: 1px solid #ccc;
    }
    .news-item-img{
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 2px 2px 0 0;
    }
    .news-text{
        padding: 15px;
    }
    .news-title{
        overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
        font-weight: bold;
    }
    .news-text-container{
        margin-top: 10px;
        font-size: 0.8em;
    }
    .text-overflow{
        margin-bottom: 10px;
        overflow: hidden;
        width: 100%;
        height: 80px;
    }
    .news-item-img:hover,.news-title:hover,.text-overflow:hover{
        opacity: 0.8;
    }
    .news-pulldown-area{
        display: flex;
        justify-content: flex-end;
    }
    .news-pulldown-area p{
        padding: 5px 15px;
    }
    .news-pulldown{
        padding: 5px 15px;
        border-color: #bbbbbb;
        border-radius: 3px;
    }
    .pagenation-container{
        margin: 50px 0;
        text-align: center;
    }
    .pagenation-container li {
        display: inline-block;
        height:40px;
        line-height:40px;
        width:40px;
        text-align:center;
        border:1px #ccc solid;
        border-radius: 3px;
    }
    .pagenation-container .pre {
        background-color:#ccc;
        color:#333;
    }
    .pagenation-container .this {
        background-color:#03A3AF;
        color:#fff;
    }
    .pagenation-container li a{
        display:block;
        text-decoration: none;
    }
    .pagenation-container li a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #03A3AF;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .news-item{
        margin: 20px 0px 0 0;
        width: 100%;
        background-color: #fff;
        border-radius: 2px;
        text-align: left;
        border: 1px solid #ccc;
    }
    .news-item-img{
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 2px 2px 0 0;
    }
    .news-text{
        padding: 15px;
    }
    .news-title{
        overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
        font-weight: bold;
    }
    .news-text-container{
        margin-top: 10px;
        font-size: 0.8em;
    }
    .text-overflow{
        margin-bottom: 10px;
        overflow: hidden;
        width: 100%;
        height: 35px;
    }
    .news-pulldown-area{
        display: flex;
        justify-content: flex-end;
    }
    .news-pulldown-area p{
        padding: 5px 15px;
    }
    .news-pulldown{
        padding: 5px 15px;
        border-color: #bbbbbb;
        border-radius: 3px;
    }
    .pagenation-container{
        margin: 30px 0;
        text-align: center;
    }
    .pagenation-container li {
        display: inline-block;
        height:40px;
        line-height:40px;
        width:40px;
        text-align:center;
        border:1px #ccc solid;
        border-radius: 3px;
    }
    .pagenation-container .pre {
        background-color:#ccc;
        color:#333;
    }
    .pagenation-container .this {
        background-color:#03A3AF;
        color:#fff;
    }
    .pagenation-container li a{
        display:block;
        text-decoration: none;
    }
    .pagenation-container li a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #03A3AF;
    }
}

/*==========================
お知らせ詳細
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .news-detail-img-area{
        text-align: center;
    }
    .news-detail-img{
        width: 70%;
        height: 400px;
        object-fit: cover;
        border-radius: 2px 2px 0 0;
    }
    .news-detail-text{
        padding: 15px;
    }
    .news-detail-title{
        font-size: 1.2em;
        font-weight: bold;
    }
    .news-detail-item{
        margin-top: 20px;
    }
    .news-detail-p1{
        margin-bottom: 20px;
    }
    .back-page{
        text-align: center;
        margin: 30px 0 50px;
    }
    .back-page a{
        padding: 15px 40px;
        background: #fff;
        color: #03A3AF;
        border: 1px solid #03A3AF;
        transition: 0.3s ease;
    }
    .back-page a:hover{
        background: #03A3AF;
        color: #fff;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .news-detail-img-area{
        text-align: center;
    }
    .news-detail-img{
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 2px 2px 0 0;
    }
    .news-detail-text{
        padding: 5px;
    }
    .news-detail-title{
        font-size: 1.1em;
        font-weight: bold;
    }
    .news-detail-item{
        margin-top: 10px;
    }
    .news-detail-p1{
        margin-bottom: 10px;
    }
    .back-page{
        text-align: center;
        margin: 40px 0 50px;
    }
    .back-page a{
        padding: 15px 40px;
        background: #fff;
        color: #03A3AF;
        border: 1px solid #03A3AF;
        transition: 0.3s ease;
    }
}

/*==========================
ログイン画面
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .login-bk {
        background-color: #fafafa;
    }
    .login-container.login-card {
        max-width: 450px;
        padding: 60px 40px;
    }
    .login-card {
        background-color: #fafafa;
        padding: 20px 25px 30px;
        margin: 0 auto;
    }
    .profile-img-card {
        width: 96px;
        height: 96px;
        margin: 0 auto 10px;
        display: block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .reauth-email {
        display: block;
        color: #404040;
        line-height: 2;
        margin-bottom: 10px;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .form-signin #inputEmail, .form-signin #inputPassword {
        direction: ltr;
        height: 44px;
        font-size: 16px;
    }
    .form-signin input[type=email], .form-signin input[type=password], .form-signin input[type=text], .form-signin button {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        z-index: 1;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .form-signin input[type="password"], .form-signin input[type="number"], .form-signin input[type="text"], .form-signin input[type="email"], .form-signin textarea {
        outline: none;
        box-sizing: border-box;
        width: 100%;
        padding: 5px;
        border-radius: 2px;
        border: 1px solid #c6c6c6;
        font-size: 16px;
    }
    .forgot-password {
        color: rgb(104, 145, 162);
    }
    .forgot-password:hover {
        color: rgb(147, 175, 187);
    }
    .login-btn.btn-signin {
        background-color: rgb(104, 145, 162);
        padding: 0px;
        font-weight: 700;
        font-size: 14px;
        height: 36px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: none;
        -o-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -webkit-transition: all 0.218s;
        transition: all 0.218s;
        color: #fff;
        margin-top: 10px;
        cursor: pointer;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .login-bk {
        background-color: #fafafa;
    }
    .login-container.login-card {
        max-width: 450px;
        padding: 35px 0px;
    }
    .profile-img-card {
        width: 96px;
        height: 96px;
        margin: 0 auto 10px;
        display: block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .profile-name-card {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 10px 0 0;
        min-height: 1em;
    }
    .reauth-email {
        display: block;
        color: #404040;
        line-height: 2;
        margin-bottom: 10px;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .form-signin #inputEmail, .form-signin #inputPassword {
        direction: ltr;
        height: 44px;
        font-size: 16px;
    }
    .form-signin input[type=email], .form-signin input[type=password], .form-signin input[type=text], .form-signin button {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        z-index: 1;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .login-card input[type="password"], .login-card input[type="number"], .login-card input[type="text"], .login-card input[type="email"], .login-card textarea {
        outline: none;
        box-sizing: border-box;
        width: 100%;
        padding: 5px;
        border-radius: 2px;
        border: 1px solid #c6c6c6;
        font-size: 16px;
    }
    .forgot-password {
        color: rgb(104, 145, 162);
    }
    .login-btn.btn-signin {
        background-color: rgb(104, 145, 162);
        padding: 0px;
        font-weight: 700;
        font-size: 14px;
        height: 36px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: none;
        -o-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -webkit-transition: all 0.218s;
        transition: all 0.218s;
        color: #fff;
        margin-top: 10px;
        cursor: pointer;
    }
}

/*==========================
ログイン出来ない場合はこちら,パスワードをお忘れの方はこちら
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .profile-name-card {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin: 10px 0 10px;
        min-height: 1em;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .profile-name-card {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin: 10px 0 10px;
        min-height: 1em;
    }
}

/*==========================
管理等物件、棟一覧ページ
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .building-list{
        margin: 20px 0 0px;
    }
    .building-list-box .contents-title p{
        text-align: center;
        font-size: 24px;
        position: relative;
        margin-bottom: 30px;
    }
    .building-list-box .contents-title p::before {
        content: "";
        top: 17px;
        left: 0;
        width: 35%;
        height: 2px;
        background: #E6E6E6;
        position: absolute;
    }
    .building-list-box .contents-title p::after {
        content: "";
        top: 17px;
        right: 0;
        width: 35%;
        height: 2px;
        background: #E6E6E6;
        position: absolute;
    }
    .building-list-container{
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-around; */
    }
    .building-list-item{
        margin: 20px 10px 0 10px;
        width: 250px;
        background-color: #fff;
        border-radius: 2px;
        text-align: left;
        border: 1px solid #ccc;
    }
    .building-pagenation-container li {
        display: inline-block;
        height:40px;
        line-height:40px;
        width:40px;
        text-align:center;
        border:1px #ccc solid;
        border-radius: 3px;
        margin: 30px 0;
    }
    .building-list-img{
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 2px 2px 0 0;
    }
    .building-list-img:hover{
        opacity: 0.8;
    }
    .building-text{
        padding: 5px 15px 15px;
    }
    .building-text-container{
        margin-top: 5px;
    }
    .building-text-item{
        display: flex;
        font-size: 0.8em;
    }
    .building-list-item a:hover{
        opacity: 0.8;
    }
    .building-text:hover{
        opacity: 0.8;
    }
    .building-list-btn{
        text-align: center;
        margin-top: 50px;
    }
    .vacancy-icon{
        padding: 1px 3px;
        background: rgb(67, 105, 233);
        color: #fff;
        border-radius: 2px;
    }
    .vacancy-icon-no{
        padding: 1px 3px;
        background: rgb(158, 158, 158);
        color: #fff;
        border-radius: 2px;
    }
    .building-title{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .building-list-item a{
        display: flex;
        padding: 10px;
        width: 100%;
        justify-content: space-between;
        border: 1px solid #ccc;
        margin: 10px 0px 0 0;
    }
    .building-list-img-area{
        max-width: 100px;
        max-height: 100px;
    }
    .building-list-img{
        width: 100px;
        height: 100px;
        object-fit: cover;
        box-shadow: 3px 3px 5px #cccccc;
    }
    .building-text{
        font-size: 12px;
        margin-left: 15px;
        width: 100%;
    }
    .building-text-item{
        width: 100%;
        height: auto;
        display: flex;
    }
    .building-list-btn{
        text-align: center;
        margin: 50px 0;
    }
    .vacancy-icon{
        padding: 1px 3px;
        background: rgb(67, 105, 233);
        color: #fff;
    }
    .building-title{
        font-size: 1.2em;
        font-weight: bold;
        /* overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; */
    }
    .vacancy-icon-no{
        padding: 1px 3px;
        background: rgb(158, 158, 158);
        color: #fff;
        border-radius: 2px;
    }
}

/*==========================
マイページ画面
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .mypage-menu-list > li {
        flex: 1 1 150px;
        width: 150px;
        height: 150px;
        margin: 10px;
        border: 1px solid #cccccc;
        border-radius: 5px;
        font-size: 18px;
        text-align: center;
    }
    .mypage-icon{
        font-size: 64px;
        padding: 20px;
    }
    .mypage-menu-list a{
        color: #03A3AF;
    }
    .mypage-menu-list a:hover{
        color: #5ba2ff;
    }
    
    .mypage-menu-list{
        display: flex;
        flex-wrap: wrap;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .mypage-menu-list > li {
        flex: 1 1 130px;
        width: 150px;
        height: 150px;
        margin: 10px;
        border: 1px solid #cccccc;
        border-radius: 5px;
        font-size: 18px;
        text-align: center;
    }
    .mypage-icon{
        font-size: 64px;
        padding: 20px;
    }
    .mypage-menu-list a{
        color: #03A3AF;
    }
    .mypage-menu-list a:hover{
        color: #5ba2ff;
    }
    
    .mypage-menu-list{
        display: flex;
        flex-wrap: wrap;
    }
}

/*==========================
保存条件一覧画面
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    table.room-list {
        width: 100%;
        border-collapse: separate;
        border-spacing: 3px;
    }
    .room-list-title {
        margin: 20px 10px 10px;
        font-size: 18px;
        font-weight: bold;
    }
    .room-list-title th{
        padding: 5px;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
    }
    .save-room{
        background-color: #666666;
        padding: 2px 0;
        font-size: 14px;
        font-weight: normal;
        color: white;
        text-align: center;
    }
    .save-room th{
        width: 50px;
    }
    table.room-list > tbody > tr > td {
        border-bottom: 1px solid #cccccc;
        text-align: center;
    }
    .btn-blue2{
        border: 1px solid #03A3AF;
        background: #fff;
        font-weight: bold;
        color: #03A3AF;
        padding: 10px 30px;
        margin: 5px 0 8px;
    }
    .btn-blue2:hover{
        pointer-events: painted;
        border: 1px solid #03A3AF;
        background: #03A3AF;
        font-weight: bold;
        color: #fff;
    }
    .room-list-width1{
        width: 30%;
        vertical-align: middle;
    }
    .room-list-width2{
        width: 10%;
        vertical-align: middle;
    }
    .room-list-width3{
        width: 25%;
        vertical-align: middle;
    }
}

/* ↓sp表示 */
@media screen and (max-width:768px){
    table.room-list {
        width: 100%;
        border-collapse: separate;
        border-spacing: 3px;
    }
    .room-list-title {
        margin: 20px 10px 10px;
        font-size: 18px;
        font-weight: bold;
    }
    .room-list-title th{
        padding: 5px;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
    }
    .save-room{
        background-color: #666666;
        padding: 2px 0;
        font-size: 14px;
        font-weight: normal;
        color: white;
        text-align: center;
    }
    .save-room th{
        width: 50px;
    }
    table.room-list > tbody > tr > td {
        border-bottom: 1px solid #cccccc;
        text-align: center;
    }
    .btn-blue2{
        border: 1px solid #03A3AF;
        background: #03A3AF;
        font-weight: bold;
        color: #fff;
        padding: 5px 3px;
        margin: 5px 0 8px;
    }
    .room-list-width1{
        width: 40%;
        vertical-align: middle;
    }
}

/*==========================
保存済み編集画面画面
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .save-input-change{
        width: 100%;
    }
    .save-input-change td{
        padding: 10px 8px;
        border: 1px solid #c6c6c6;

        text-align: left;
        vertical-align: middle;
        width: 75%;
    }
    .save-input-change th{
        padding: 10px 8px;
        border: 1px solid #c6c6c6;
        background: #F2F2F2;
        text-align: left;
        vertical-align: middle;
        width: 25%;
    }
    .sic-padding{
        padding: 5px;
        border: 1px solid #c6c6c6;
        width: 100%;
    }
    .sic-1,.sic-2{
        vertical-align: unset;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .save-input-change{
        width: 100%;
    }
    .save-input-change td{
        padding: 10px 8px;
        border: 1px solid #c6c6c6;
        text-align: left;
        vertical-align: middle;
        width: 70%;
    }
    .save-input-change th{
        padding: 10px 8px;
        border: 1px solid #c6c6c6;
        background: #F2F2F2;
        text-align: left;
        vertical-align: middle;
        width: 30%;
    }
    .sic-padding{
        padding: 5px;
        border: 1px solid #c6c6c6;
        width: 100%;
    }
    .sic-1,.sic-2{
        vertical-align: unset;
    }
}

/*==========================
rent-search,buy-search（検索一覧）
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .regular{
        width: 100%;
    }
    .step-box table th {
        padding: 1.2em 1em;
        width: 150px;
        background: #ededed;
        font-weight: bold;
    }
    .step-box table td {
        display: flex;
        flex-wrap: wrap;
        padding: 0.9em 1em;
    }
    .step-box table th, .step-box table td {
        border-top: solid 1px rgba(148, 148, 148, 0.4);
    }
    .step-box .checkbox, .step-box .radio > div {
        min-width: 20%;
    }
    .step-box .checkbox, .step-box .radio > div, .step-box .text-input {
        display: inline-block;
        margin-right: 1em;
        margin-bottom: 0.5em;
        padding: 0.3em 0;
    }
    .step-box input[type="radio"], .step-box input[type="checkbox"] {
        display: none;
    }
    .step-box .checkbox label, .step-box .radio > div label {
        padding-left: calc(30px + 0.3rem) !important;
        cursor: pointer;
    }
    .step-box label {
        position: relative;
        padding-left: 20px;
    }
    .step-box label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
        border-radius: 2px;
        border: solid 1px rgba(148, 148, 148, 0.4);
        background-color: #FFF;
    }
    .step-box table tr:last-child th, .step-box table tr:last-child td {
        border-bottom: solid 1px rgba(148, 148, 148, 0.4);
    }
    .step-box table th.only-pc {
        display: table-cell;
    }
    .step-box .checkbox.link-checkbox {
        display: inline-block;
        margin-right: 1em;
        margin-bottom: 0.5em;
        padding: 0.3em 0 0.3em 0px;
        position: relative;
    }
    .step-box .checkbox.link-checkbox label {
        padding-left: 35px !important;
    }
    .only-sp {
        display: none !important;
    }
    .step-box .checkbox.link-checkbox label.only-pc {
        position: absolute;
        left: 0;
        top: 50%;
    }
    .step-box .checkbox.link-checkbox label::before {
        width: 20px;
        height: 20px;
    }
    .step-box .checkbox a {
        text-decoration: underline;
    }
    .step-box .checkbox.link-checkbox.checked label.only-pc::after {
        position: absolute;
        content: "";
        display: table-cell;
        top: -13px;
        left: 5px;
        width: 10px;
        height: 16px;
        transform: rotate(40deg);
        border-bottom: 4px solid #03A3AF;
        border-right: 4px solid #03A3AF;
    }
    .step-box .checkbox.link-checkbox label::after {
        left: 7px !important;
    }
    .step-box .checkbox input:checked + label::after {
        top: 0px;
        left: 5px;
        width: 10px;
        height: 16px;
        transform: rotate(40deg);
        border-bottom: 4px solid #03A3AF;
        border-right: 4px solid #03A3AF;
    }
    .step-box input[type="radio"]:checked + label::after, .step-box input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
    }
    .search-more-area{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .search-more-btn{
        background: #fff;
        padding: 15px 30px;
        border-radius: 3px;
        border: 1px solid #03A3AF;
        color: #03A3AF;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
    }
    .search-more-btn:hover{
        background: #03A3AF;
        color: #fff;
        transition: 0.3s ease;
    }
    .search-step{
        border-left: solid 3px #03A3AF;
        margin-bottom: 1em;
        display: flex;
        margin-top: 40px
    }
    .search-step span:first-child {
        padding-left: 0.5em;
        font-weight: bold;
        font-size: 18px;
    }
    .search-step span:nth-child(2) {
        padding-left: 1em;
        font-weight: bold;
        font-size: 18px;
    }
    .search-step span:nth-child(3) {
        margin-left: auto;
        font-weight: bold;
        font-size: 18px;
    }
    .search-result-num{
        padding: 0 0.2em;
        color: #dd0000;
    }

    /*ステップ2*/
    .step-box .select-box {
        display: inline-block;
        margin-right: 1em;
        margin-top: 3px;
    }
    .step-box .select-box .select {
        display: inline-block;
        border: solid 1px rgba(148, 148, 148, 0.4);
        border-radius: 2px;
        /* position: relative; */
    }
    .step-box .select-box .select select {
        width: 150px;
        padding: 0.5em 2.5em 0.5em 0.5em;
        border: none;
        background: #fff;
    }
    .step-box .select-box span {
        padding: 0 1em;
    }
    .step-box .radio {
        width: 100%;
    }
    .step-box .checkbox, .step-box .radio > div {
        min-width: 20%;
    }
    .step-box .radio label::before {
        border-radius: 50px;
    }
    .step-box label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 16px;
        height: 16px;
        transform: translateY(-50%);
        border-radius: 2px;
        border: solid 1px rgba(148, 148, 148, 0.4);
        background-color: #FFF;
        cursor: pointer;
    }
    .step-box .radio input:checked + label::after {
        top: 50%;
        left: 4px;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        transform: translateY(-50%);
        background: #03A3AF;
    }
    .step-box .text-input {
        width: 100%;
    }
    .step-box .text-input input {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid rgba(148, 148, 148, 0.4);
        border-radius: 3px;
    }
    .search-btn-box{
        padding: 40px 0;
    }
    .search-btn-text {
        text-align: center;
        margin-bottom: 1.5em;
        font-size: 18px;
        font-weight: bold;
    }
    .search-btn-num{
        font-size: 24px;
        color: #dd0000;
        margin: 0 5px;
        font-weight: bold;
    }
    .search-btn-area{
        background: #d9e4e6;
        text-align: center;
        padding: 2.5em 0;
    }
    .search-btn-conversion{
        background: #03A3AF;
        color: #fff;
        padding: 10px 80px;
        border-radius: 3px;
        transition: all 0.2s;
        font-size: 18px;
        border: none;
        cursor: pointer;
        font-weight: bold;
    }
    .search-btn-conversion:hover{
        background: #027e86;
    }
    .more-table{
        width: 100%;
    }
    .step-box table.more-table td, .step-box table.more-table th {
        width: 100%;
    }
    .step-box table.more-table tr:first-child td, .step-box table.more-table tr:first-child th {
        border-top: none;
    }
    .step-box table.more-table th {
        display: block;
        position: relative;
        text-align: left;
    }
    .step-box table.more-table th .plus {
        position: absolute;
        width: 25px;
        height: 25px;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.2s;
    }
    .step-box table.more-table th .plus::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: #949494;
    }
    .step-box table.more-table th .plus::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #949494;
    }
    .rotate {
        transform: translateY(-50%) rotate(45deg) !important;
    }
    /*フローティング*/
    .floating-show {
        transform: translateY(0%) !important;
    }
    .floating {
        position: fixed;
        z-index: 10000;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
        transform: translateY(110%);
        transition: all 0.8s;
        padding: 1.5em 0;
    }
    .screen-width-middle {
        max-width: 1080px;
        margin: 0 auto;
    }
    .floating .floating-filter-num-wrap {
        padding: 0.5em 1em;
        border-left: solid 1px #fff;
        flex: 1;
        text-align: center;
    }
    .text-white {
        color: #fff;
    }
    .floating .floating-filter-num-wrap .floating-filter-num {
        display: inline-block;
        text-align: right;
        color: #03A3AF;
        font-weight: 600;
        padding: 0 0.3em;
        font-size: 1.4rem;
        min-width: 70px;
    }
    .flex-justify-spacebt {
        justify-content: space-between;
    }
    .flex-aling-center {
        align-items: center;
    }
    .flex-full {
        flex-wrap: wrap;
    }
    .flex-small, .flex-full, .flex-middle {
        display: flex;
    }
    .floating .more-btn-wrap {
        margin-right: 1em;
        text-align: center;
    }
    .more-btn-wrap .more-btn {
        display: inline-block;
        background: #fff;
        padding: 10px 20px;
        border-radius: 3px;
        transition: 0.3s ease;
    }
    .more-btn-wrap .more-btn:hover{
        background: rgb(172, 172, 172);
    }
    .search-btn-wrap .search-btn {
        background: #03A3AF;
        color: #fff;
        /* padding: 10px 80px; */
        padding:0.6em 3em;
        border-radius: 3px;
        font-size: 18px;
        border: none;
        cursor: pointer;
        font-weight: bold;
        transition: 0.3s ease;
    }
    .search-btn-wrap .search-btn:hover{
        background: #027e86;
    }
    


}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .regular{
        width: 100%;
        font-weight: 400;
    }
    .step-box table th, .step-box table td {
        display: block;
        width: 100%;
    }
    .step-box table th {
        background: #ededed;
        padding: 0.6em 1em;
        text-align: left;
        font-weight: bold;
    }
    .more-table th{
        border-top: solid 1px rgba(148, 148, 148, 0.4);
    }
    .step-box table td.new_list, .step-box table td.new_list_02 {
        padding: 0;
    }
    .step-box table td {
        padding: 0.9em 2vw;
    }
    .step-box .new_list_02 .checkbox {
        min-width: 100%;
        display: block;
        margin-right: 0;
        /* margin-bottom: 0.5em; */
        padding: 1em 0 1em 2vw;
        border-bottom: 1px solid rgba(235,235,235,1.00);
    }
    .step-box .checkbox, .step-box .radio > div {
        min-width: 45%;
    }
    .step-box .checkbox, .step-box .radio > div, .step-box .text-input {
        display: inline-block;
        margin-right: 1em;
        /* margin-bottom: 0.5em; */
        padding: 0.3em 0;
    }
    .step-box input[type="radio"], .step-box input[type="checkbox"] {
        display: none;
    }
    .step-box .new_list_02 .checkbox label {
        display: block;
    }
    .step-box .checkbox label {
        padding-left: 28px;
    }
    .step-box label {
        position: relative;
        padding-left: 20px;
    }
    .step-box .checkbox label::before {
        width: 20px;
        height: 20px;
    }
    .step-box label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 16px;
        height: 16px;
        transform: translateY(-50%);
        border-radius: 2px;
        border: solid 1px rgba(148, 148, 148, 0.4);
        background-color: #FFF;
    }
    /* .step-box table tr:last-child th, .step-box table tr:last-child td {
        border-bottom: solid 1px rgba(148, 148, 148, 0.4);
    } */
    .step-box table th.only-pc {
        display: none;
        padding: 0;
    }
    .only-pc {
        display: none;
    }
    .step-box .new_list .checkbox {
        /* display: block; */
        /* margin-right: 0; */
        /* margin-bottom: 0; */
        padding: 0 0 0 40px;
        /* border-bottom: 1px solid rgba(235,235,235,1.00); */
        position: relative;
    }
    .step-box .checkbox.link-checkbox label.text.only-sp {
        padding-left: 10px !important;
    }
    .step-box .new_list .checkbox .text.only-sp {
        position: static;
        display: block;
        left: auto;
        top: auto;
        padding: 1.0em 0;
    }
    .step-box .new_list .checkbox label {
        position: absolute;
        left: 2vw;
        top: 50%;
    }
    .step-box .checkbox.link-checkbox label {
        padding-left: 35px !important;
    }
    .step-box .checkbox.link-checkbox label::before {
        position: absolute;
        /* left: 15px; */
    }
    .step-box .checkbox.link-checkbox label::before {
        width: 20px;
        height: 20px;
    }
    .step-box .new_list .checkbox .only-pc {
        display: none;
    }
    .step-box input[type="radio"]:checked + label::after, .step-box input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
    }
    .step-box .checkbox input:checked + label::after {
        top: -2px;
        left: 5px;
        width: 10px;
        height: 16px;
        transform: rotate(40deg);
        border-bottom: 4px solid #03A3AF;
        border-right: 4px solid #03A3AF;
    }
    .step-box .new_list .checkbox input:checked + label.only-sp::after {
        top: 10px;
        left: 22px !important;
        width: 10px;
        height: 16px;
        transform: rotate(40deg);
        border-bottom: 4px solid #03A3AF;
        border-right: 4px solid #03A3AF;
    }
    .search-more-area{
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .search-more-btn{
        background: #fff;
        padding: 15px 15px;
        border-radius: 3px;
        border: 1px solid #03A3AF;
        color: #03A3AF;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
    }
    .search-step{
        border-left: solid 3px #03A3AF;
        margin-bottom: 1em;
        display: flex;
        margin-top: 20px
    }
    .search-step span:first-child {
        padding-left: 0.5em;
        font-weight: bold;
        font-size: 14px;
    }
    .search-step span:nth-child(2) {
        padding-left: 1em;
        font-weight: bold;
        font-size: 14px;
    }
    .search-step span:nth-child(3) {
        margin-left: auto;
        font-weight: bold;
        font-size: 14px;
    }
    /*0902追加*/
    .step-box .checkbox{
        display: inline-block;
        margin-right: 1em;
        margin-bottom: 0.5em;
        padding: 0.3em 0;
        margin-top: 10px;
    }

    /*ステップ2*/
    .step-box .select-box {
        margin-bottom: 0.5em;
    }
    .step-box .select-box .select {
        display: inline-block;
        border: solid 1px rgba(148, 148, 148, 0.4);
        border-radius: 2px;
        position: relative;
    }
    .step-box .select-box .select select {
        padding: 0.5em 2.5em 0.5em 0.5em;
        border: none;
        background: #fff;
        -webkit-appearance: none;
        width: 120px;
    }
    /*追加*/
    .step-box .select-box .select:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        top: 40%;
        right: 0.5em;
        border-bottom: solid 2px #323232;
        border-left: solid 2px #323232;
        transform: rotate(-45deg) translateY(-50%);
    }

    .step-box td.border-check {
        padding: 0;
    }
    .step-box table.more-table td, .step-box td.border-check {
        padding: 0;
        font-size: 0;
    }
    .step-box .border-check .radio {
        font-size: 0;
        padding: 0;
    }
    .step-box table.more-table td .checkbox:nth-child(1),
    .step-box table.more-table td .checkbox:nth-child(2),
    .step-box td.border-check .checkbox:nth-child(1),
    .step-box td.border-check .checkbox:nth-child(2),
    .step-box td.border-check .radio > div:nth-child(1),
    .step-box td.border-check .radio > div:nth-child(2) {
        border-top: rgba(228,228,228,1.00) 1px solid;
    }
    .step-box table.more-table td .checkbox:nth-child(2n-1),
    .step-box td.border-check .checkbox:nth-child(2n-1),
    .step-box td.border-check .radio > div:nth-child(2n-1) {
        border-right: rgba(228,228,228,1.00) 1px solid;
        border-bottom: rgba(228,228,228,1.00) 1px solid;
    }
    .step-box table.more-table td .checkbox:nth-child(2n),
    .step-box td.border-check .checkbox:nth-child(2n),
    .step-box td.border-check .radio > div:nth-child(2n) {
        border-bottom: rgba(228,228,228,1.00) 1px solid;
    }
    .step-box .border-check .radio > div {
        padding: 0;
        margin: 0;
        min-width: 50%;
        width: 50%;
        display: inline-block;
        font-size: 14px;
    }
    .step-box .border-check .radio > div label {
        display: block;
    }
    .step-box table.more-table td .checkbox label, .step-box td.border-check .checkbox label, .step-box td.border-check .radio label {
        display: block;
        padding: 1.2em 0.6em 1.2em 8.5vw;
        font-size: 14px;
    }
    .step-box .radio label {
        padding-left: 25px;
    }
    .step-box .border-check .radio label::before {
        left: 1.5vw;
        top: 50%;
        width: 5vw;
        height: 5vw;
    }
    .step-box .border-check .radio input:checked + label::after {
        left: 2.4vw !important;
    }
    .step-box .radio label::before {
        border-radius: 50px;
    }
    .radio input:checked + label::after {
        top: 50%;
        left: 3px;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        transform: translateY(-50%);
        background: #03A3AF;
    }
    .step-box .border-check .radio label::after {
        left: 2.5vw !important;
        width: 3.2vw !important;
        height: 3.2vw !important;
    }
    
    .step-box td.border-check .checkbox label,
    .step-box td.border-check .radio label {
        display: block;
        padding: 1.2em 0.6em 1.2em 8.5vw;
        font-size: 14px;
    }
    .step-box table.more-table td .checkbox label{
        display: block;
        padding: 1.2em 0.6em 1.2em 8.5vw;
        font-size: 12px;
    }
    .step-box .checkbox label {
        padding-left: 28px;
    }
    .step-box table.more-table td .checkbox label::before,
    .step-box td.border-check .checkbox label::before {
        content: "";
        position: absolute;
        left: 2.0vw;
        top: 2em;
        width: 4.3vw;
        height: 4.3vw;
        transform: translateY(-50%);
        border-radius: 2px;
        border: solid 1px rgba(148, 148, 148, 0.4);
    }
    .step-box table.more-table td .checkbox input:checked + label::after,
    .step-box td.border-check .checkbox input:checked + label::after {
        top: 1.2em;
        left: 2.8vw;
        width: 2.5vw;
        height: 3.5vw;
        transform: rotate(40deg);
        border-bottom: 4px solid #03A3AF;
        border-right: 4px solid #03A3AF;
    }
    .step-box .text-input {
        width: 100%;
    }
    .step-box .text-input input {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid rgba(148, 148, 148, 0.4);
        border-radius: 3px;
    }
    .step-box table.more-table td .checkbox, .step-box td.border-check .checkbox {
        width: 50%;
        min-width: 50%;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-size: 16px;
        vertical-align: top;
    }
    .search-btn-box{
        padding: 20px 0;
    }
    .search-btn-text {
        text-align: center;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
    }
    .search-btn-num{
        font-size: 20px;
        color: #dd0000;
        margin: 0 5px;
        font-weight: bold;
    }
    .search-btn-area{
        background: #d9e4e6;
        text-align: center;
        padding: 30px 0;
    }
    .search-btn-conversion{
        background: #03A3AF;
        color: #fff;
        padding: 10px 60px;
        border-radius: 3px;
        transition: all 0.2s;
        font-size: 16px;
        border: none;
        font-weight: bold;
    }
    .more-table{
        width: 100%;
    }
    .step-box table.more-table th {
        display: block;
        position: relative;
    }
    .step-box table.more-table th .plus {
        position: absolute;
        width: 14px;
        height: 14px;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.2s;
    }
    .step-box table.more-table th .plus::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        transform: translateY(-50%);
        background: #949494;
    }
    .step-box table.more-table th .plus::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #949494;
    }
    .rotate {
        transform: translateY(-50%) rotate(45deg) !important;
    }

    /*フローティング*/
    .floating-show {
        transform: translateY(0%) !important;
    }
    .floating {
        position: fixed;
        z-index: 10000;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
        transform: translateY(110%);
        transition: all 0.8s;
        padding: 0.5em 0;
    }
    /* .screen-width-middle {
        padding: 0 2vw;
    } */
    .floating .floating-filter-num-wrap {
        flex: 1;
        text-align: center;
        margin-bottom: 0.5em;
    }
    .text-white {
        color: #fff;
    }
    .floating .floating-filter-num-wrap .floating-filter-num {
        display: inline-block;
        text-align: right;
        color: #03A3AF;
        font-weight: 600;
        padding: 0 0.3em;
        font-size: 1.4rem;
        min-width: 70px;
    }
    .flex-justify-spacebt {
        justify-content: space-between;
    }
    .flex-aling-center {
        align-items: center;
    }
    .flex-full {
        display: flex;
        flex-wrap: wrap;
    }
    .floating .more-btn-wrap {
        font-size: 0.9rem;
    }
    .floating .more-btn-wrap, .floating .search-btn-wrap {
        flex: 1;
        height: 50px;
    }
    .more-btn-wrap {
        text-align: center;
    }
    .more-btn-wrap .more-btn {
        display: inline-block;
        background: #fff;
        padding: 5px 10px;
        border-radius: 3px;
        font-size: 0.9em;
    }
    .floating .more-btn-wrap a, .floating .more-btn-wrap button, .floating .search-btn-wrap a, .floating .search-btn-wrap button {
        width: 90%;
        padding-left: 0.5em !important;
        padding-right: 0.5em !important;
        margin: 0 auto;
    }
    .floating .search-btn {
        display: block;
        text-align: center;
    }
    .search-btn-wrap .search-btn {
        background: #03A3AF;
        color: #fff;
        padding: 5px 10px;
        border-radius: 3px;
        border: none;
        font-size: 0.9em;
    }
    
    
    
}

/*==========================
物件一覧
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .section-inner {
        display: flex;
        width: 100%;
        margin-top: 20px;
    }
    /*サイドバー*/
    .sidebar {
        border-radius: 3px;
        overflow: hidden;
    }
    .sidebar .sidebar-ttl {
        background: #323232;
        color: #fff;
        padding: 0.8em 0;
        text-align: center;
    }
    .f18 {
        font-size: 1.2rem;
    }
    .bold {
        font-weight: bold;
    }
    .sidebar .sidebar-change-search {
        padding: 1em 1em 1.5em;
        background: #ededed;
    }
    .sidebar .sidebar-change-search a {
        display: block;
        background: #03A3AF;
        border-radius: 5px;
        padding: 0.8em 0.5em;
        text-align: center;
        width: 48%;
        transition: all 0.2s;
        
    }
    .sidebar .sidebar-change-search a:nth-child(1),.sidebar .sidebar-change-search a:nth-child(3){
        margin: 5px 5px 0 0;
    }
    .sidebar .sidebar-change-search a:nth-child(2),.sidebar .sidebar-change-search a:nth-child(4){
        margin: 5px 0px 0 0;
    }
    .sidebar .sidebar-change-search a:hover{
        background: #027e86;
    }
    .sidebar .sidebar-change-search a div {
        height: 35px;
        margin-bottom: 0.3em;
        display: flex;
        align-items: center;
    }
    .sidebar .sidebar-change-search a:nth-child(1) img,
    .sidebar .sidebar-change-search a:nth-child(2) img,
    .sidebar .sidebar-change-search a:nth-child(3) img,
    .sidebar .sidebar-change-search a:nth-child(4) img{
        height: 100%;
        width: auto;
        margin: 0 auto;
        
    }
    .img-full {
        width: 100%;
    }
    .sidebar .sidebar-change-search a p {
        font-size: 0.8rem;
    }
    .sidebar .sidebar-filter-main {
        padding: 1em;
        background: #ededed;
    }
    .sidebar .search-filter-box {
        margin-bottom: 2em;
    }
    .sidebar .search-filter-box .search-filter-ttl {
        padding-bottom: 0.8em;
        margin-bottom: 0.8em;
        border-bottom: solid 1px rgba(148, 148, 148, 0.3);
    }
    .sidebar .select-box {
        display: inline-block;
        margin-right: 1em;
    }
    .sidebar .select {
        display: inline-block;
        background: #fff;
        border: solid 1px rgba(148, 148, 148, 0.2);
        border-radius: 3px;
        position: relative;
        margin-bottom: 0.5em;
        font-size: 0.9rem;
    }
    /* .sidebar .select:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        top: 40%;
        right: 0.5em;
        border-bottom: solid 2px #323232;
        border-left: solid 2px #323232;
        transform: rotate(-45deg) translateY(-50%);
    } */
    .sidebar .select select {
        padding: 0.5em 1.5em 0.5em 0.5em;
        border: none;
        cursor: pointer;
    }
    .sidebar .checkbox, .sidebar .radio > div, .sidebar .text-input {
        display: inline-block;
        margin-right: 1em;
        padding: 0.3em 0;
    }
    .sidebar input[type="radio"], .sidebar input[type="checkbox"] {
        display: none;
    }
    .sidebar label {
        position: relative;
        padding-left: 23px;
    }
    .sidebar label::before {
        content: "";
        position: absolute;
        background: #fff;
        left: 0;
        top: 50%;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
        border-radius: 2px;
        border: solid 1px rgba(148, 148, 148, 0.3);
    }
    .sidebar .checkbox input:checked + label::after {
        top: 0px;
        left: 5px;
        width: 10px;
        height: 16px;
        transform: rotate(40deg);
        border-bottom: 4px solid #03A3AF;
        border-right: 4px solid #03A3AF;
    }
    .sidebar input[type="radio"]:checked + label::after, .sidebar input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
    }
    .sidebar label {
        position: relative;
        padding-left: 23px;
        cursor: pointer;
    }
    .sidebar .radio label::before {
        border-radius: 50px;
    }
    .sidebar label::before {
        content: "";
        position: absolute;
        background: #fff;
        left: 0;
        top: 50%;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
        border-radius: 2px;
        border: solid 1px rgba(148, 148, 148, 0.3);
    }
    .sidebar .radio input:checked + label::after {
        top: 50%;
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 50px;
        transform: translateY(-50%);
        background: #03A3AF;
    }
    .sidebar .sub-ttl {
        width: 100%;
        margin-top: 1em;
        margin-bottom: 0.5em;
        padding-left: 0.5em;
        border-left: solid 4px #949494;
        display: flex;
        align-items: center;
    }
    .sidebar .text-input {
        width: 100%;
        padding: 0.5em 0.5em;
        border-radius: 3px;
        background: #fff;
        border: solid 1px rgba(148, 148, 148, 0.2);
        display: flex;
        align-items: center;
    }
    .sidebar .text-input input{
        border: none;
        width: 100%;
        padding: 5px 0;
    }
    .sidebar .search-btn-box .search-btn-text {
        text-align: center;
        margin-bottom: 1.0em;
    }
    .sidebar .search-btn-box .search-btn-text span {
        color: #dd0000;
        letter-spacing: 0.2em;
        padding: 0 0.2em;
        font-weight: bold;
    }
    .sidebar .search-btn-box .search-btn-wrap {
        text-align: center;
    }
    .sidebar .search-btn-box .search-btn-wrap .search-btn {
        background: #03A3AF;
        color: #fff;
        padding: 0.6em 1em;
        border-radius: 3px;
        transition: 0.3s ease;
    }
    .sidebar .search-btn-box .search-btn-wrap .search-btn:hover{
        background: #027e86;
    }
    .sidebar .sidebar-filter-more .sidebar-filiter-more-heading {
        background: #abdadd;
        padding: 1em 1em 0.6em;
    }
    .sidebar .sidebar-filter-more .search-filter-more-box .search-filter-more-ttl {
        display: block;
        padding: 0.8em 1em;
        position: relative;
        background: rgb(214 234 241);
        box-shadow: 0 1px 1px rgb(0 0 0 / 20%) inset;
        cursor: pointer;
    }
    .sidebar .sidebar-filter-more .search-filter-more-box .search-filter-more-ttl .plus {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.2s;
    }
    .sidebar .sidebar-filter-more .search-filter-more-box .search-filter-more-ttl .plus::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        transform: translateY(-50%);
        background: #323232;
    }
    .sidebar .sidebar-filter-more .search-filter-more-box .search-filter-more-ttl .plus::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #323232;
    }
    .sidebar .sidebar-filter-more .search-filter-more-box > div {
        padding: 1em;
        background: rgb(214 234 241 / 61%);
    }
    .sidebar .sidebar-filter-more .search-btn-box {
        padding: 2em 0 3em 0;
        background: #abdadd
    }

    /*検索一覧メイン*/
    .result .result-ttl {
        position: relative;
        margin-bottom: 1em;
        border-bottom: solid 3px #03A3AF;
        padding: 0 0 10px 0;
    }
    .text-blue{
        color: #03A3AF;
    }
    .f23 {
        font-size: 1.7rem;
    }
    .result .result-filter-box {
        border: solid 4px #e1e1e1;
        padding: 1.5em 1.5em;
        margin-bottom: 2em;
    }
    .result .result-filter-box .result-filter-ttl {
        border-left: solid 3px #03A3AF;
        margin-bottom: 1em;
    }
    .result .result-filter-box .result-filter-ttl span:first-child {
        padding-left: 0.5em;
    }
    .result .result-filter-box .save-condition-btn {
        position: relative;
        color: #fff;
        margin-left: auto;
        background: #03A3AF;
        padding: 0.5em 1em 0.5em 2.5em;
        border-radius: 3px;
        transition: 0.3s ease;
        font-weight: bold;
    }
    .result .result-filter-box .save-condition-btn:hover{
        background: #027e86;
    }
    .result .result-filter-box .save-condition-btn::before {
        content: "";
        position: absolute;
        left: 0.6em;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url(../img/search-save.png) no-repeat center center/100% auto;
    }
    .display-search-condition {
        display: -webkit-box;
        display: -webkit-flex;
        /* display: flex; */
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .display-search-condition > dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        min-width: 240px;
    }
    .display-search-condition > dl > dt {
        padding: 0.5em;
        background: #ededed;
        display: flex;
        align-items: center;
        min-width: 120px;
        font-weight: bold;
    }
    .display-search-condition > dl > dd {
        font-size: 0.9rem;
        padding: 0.5em;
    }
    .display-search-condition > dl > dd > div {
        display: inline-block;
        font-weight: bold;
    }
    .display-search-condition > dl > dd > ul {
        display: inline-block;
        margin: 0 5px;
        font-size: 0.8rem;
    }
    .display-search-condition > dl > dd > ul > li {
        display: inline-block;
        font-weight: bold;
    }
    .result .result-filter-box .result-filter-wrap.result-filter-top {
        padding-bottom: 0.5em;
        margin-bottom: 1em;
        border-bottom: solid 1px rgba(148, 148, 148, 0.2);
    }
    .result .result-filter-box .result-filter-wrap {
        flex-wrap: wrap;
    }
    .result .result-filter-box .result-filter-wrap .result-filter {
        margin-bottom: 0.5em;
    }
    .result .result-filter-box .result-filter-wrap .result-filter p:first-child {
        padding: 0.5em;
        background: #ededed;
        display: flex;
        align-items: center;
    }
    .result .result-filter p:first-child {
        min-width: 120px;
    }
    .result .result-filter-box .result-filter-wrap .result-filter p:last-child {
        flex: 1;
        margin-left: 0.5em;
        margin-right: 0.5em;
        padding: 0.5em;
    }
    .f10 {
        font-size: 0.9rem;
    }
    .result .result-filter-box .result-filter-wrap .result-filter p:last-child.no-filter {
        color: #aeaeae;
    }
    .jouken-btn-wrap{
        text-align: center;
    }
    .jouken-btn{
        background: #03A3AF;
        padding: 5px 10px;
        color: #fff;
        border-radius: 3px;
        transition: 0.3s ease;
    }/*0818*/
    .jouken-btn:hover{
        background: #027e86;
    }
    .result .result-top > div:first-child {
        margin-bottom: 1em;
    }
    .result .result-top .result-num span {
        color: #dd0000;
        margin:0 0.3em;
        font-weight: bold;
    }
    .result .property-chacnge-how-show > div:first-child {
        margin-right: 0.5em;
    }
    .result .select {
        display: inline-block;
        background: #fff;
        position: relative;
    }
    .result .select select {
        position: relative;
        z-index: 2;
        padding: 0.5em 2em 0.5em 0.8em;
        border: solid 1px rgb(177, 177, 177);
        border-radius: 3px;
        background: #fff;
    }
    .result .result-top .result-request-document {
        margin-bottom: 1em;
    }
    .result .result-request-document {
        position: relative;
        display: inline-block;
        background: #e0e0e0;
        padding: 0.5em 1em;
    }
    .result .result-request-document::before {
        content: "";
        position: absolute;
        bottom: -7px;
        width: 15px;
        height: 15px;
        transform: rotate(45deg);
        background: #e0e0e0;
    }
    .result .checkbox {
        display: inline-block;
        margin-right: 1em;
        padding: 0.3em 0;
    }
    .result input[type="checkbox"] {
        display: none;
    }
    .result label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
    }
    .result label::before {
        content: "";
        position: absolute;
        background: #fff;
        left: 0;
        top: 50%;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
        border-radius: 2px;
        border: solid 1px rgba(148, 148, 148, 0.3);
    }
    .result .checkbox input:checked + label::after {
        top: 0px;
        left: 5px;
        width: 10px;
        height: 16px;
        transform: rotate(40deg);
        border-bottom: 4px solid #03A3AF;
        border-right: 4px solid #03A3AF;
    }
    .result input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
    }
    .result .result-request-document .result-request-btn {
        background: #03A3AF;
        color: #fff;
        padding: 0.5em 1em;
        border-radius: 3px;
        font-weight: bold;
        border: none;
        transition: 0.3s ease;
    }
    .result .result-request-document .result-request-btn:hover{
        background: #027e86;
    }
    .f16 {
        font-size: 1.0rem;
    }
    /*会員*/
    .property-box_b {
        margin-bottom: 2em;
        position: relative;
        height: 375px;
    }
    .limited-property {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        background-image: url(../img/kaiin-banner-pc.png);
    }
    .limited-property .limited-property-inner {
        margin: 0 auto;
    }
    .limited-property p {
        text-align: center;
        line-height: 1.3;
    }
    .f28 {
        font-size: 2.0rem;
    }
    .mb05 {
        margin-bottom: 0.5em !important;
    }
    .mb1 {
        margin-bottom: 1em !important;
    }
    .mb3 {
        margin-bottom: 3em !important;
    }
    .limited-property .limited-btn-wrap {
        text-align: center;
    }
    .limited-property .limited-btn {
        display: inline-block;
        background: #03A3AF;
        padding: 0.5em 2.5em;
        border-radius: 5px;
        transition: all 0.2s;
        color: #fff;
        font-weight: bold;
        transition: 0.3s ease;
    }
    .limited-property .limited-btn:hover{
        background: #027e86;
    }
    /*一般公開*/
    .property-box {
        margin-bottom: 2em;
        position: relative;
    }
    .property-box .property-top {
        display: block;
    }
    .property-top {
        position: relative;
    }
    .property-top:hover{
        opacity: 0.8;
    }
    .property-box .property-top > div.only-sp {
        display: none;
    }
    .property-box .property-top > div {
        display: block;
    }
    .property-box .property-tag {
        margin-bottom: 1em;
        font-size: 0.8rem;
    }
    .property-box .property-tag span {
        display: inline-block;
        padding: 0.1em 0.8em;
        border-radius: 3px;
        margin-right: 2px;
    }
    .member-icon {
        background: #e78b0b;
    }
    .newest-icon {
        background: #dd0000;
    }
    .pricedown-icon {
        background: #008bca;
    }
    .bk-sbt-icon {
        background: #008aa0;
    }
    .openhouse-icon {
        background: #dd5555;
    }
    .property-box .property-name {
        display: inline-block;
        padding-bottom: 0.3em;
        margin-bottom: 1em;
        border-bottom: solid 1px #323232;
    }
    .property-middle {
        display: table;
    }
    .property-middle > div.property-img {
        width: 33%;
        vertical-align: top;
    }
    .property-box .property-img {
        max-height: 200px;
        height: auto;
        vertical-align: top;
    }
    .property-middle > div {
        display: table-cell;
        vertical-align: top;
    }
    .property-middle > div.property-img .inner {
        display: inline-block;
    }
    .property-box .property-img img {
        height: 100%;
        object-fit: contain !important;
    }
    .property-middle > div.property-feture-box {
        width: 77%;
        padding-left: 20px;
    }
    /* .property-feture-box > div {
        font-size: 0;
    } */
    .property-box .property-feture-box > div > div {
        margin-bottom: 0.5em;
        align-items: center;
    }
    .property-feture-box > div > div {
        display: inline-block;
        margin-bottom: 15px;
        min-height: 30px;
        line-height: 30px;
    }
    .property-box .property-feture-box .property-address, .property-box .property-feture-box .property-station {
        width: 100%;
    }
    .property-address span:first-child,
    .property-station span:first-child,
    .property-createdat span:first-child,
    .property-floors span:first-child,
    .property-construction span:first-child,
    .property-direction span:first-child{
        background: #808080;
        padding: 0.3em 0.5em;
        border-radius: 3px;
        color: #fff;
    }
    .property-box .property-feture-box > div > div span {
        font-size: 0.9rem;
    }
    .property-box .property-feture-box > div > div span:last-child {
        /* margin-left: 0.5em; */
        flex: 1;
    }
    .property-padding {
        padding-right: 15px;
    }
    .property-message {
        margin-top: 15px;
        padding: 10px;
        background-color: rgb(214 234 241 / 61%);
        font-size: 0.9rem;
        display: block;
    }
    .property-message p {
        margin-left: 5px;
    }
    .property-box .property-top .link_area {
        left: 0;
        top: 0;
    }
    .property-top .link_area {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .property-top .link_area:hover{
        cursor: pointer;
    }
    .property-box .property-room-table {
        padding-top: 1.5em;
    }
    .property-box .property-room-table .table {
        width: 100%;
    }
    .property-box .property-room-table .table .tr {
        width: 100%;
        position: relative;
    }
    .property-box .property-room-table .table .th {
        background: #e0e0e0;
    }
    .property-box .property-room-table .table .th, .property-box .property-room-table .table .td {
        text-align: center;
        vertical-align: middle;
    }
    .property-box .property-room-table .table .th, .property-box .property-room-table .table .td {
        text-align: center;
        vertical-align: middle;
    }
    .property-box .property-room-table .table .checkbox {
        margin-right: 0;
    }
    .property-box .property-img2 {
        display: inline-block;
        width: 80px;
        height: 80px;
        padding: 0.2em 0.2em;
    }
    /* .property-box .property-room-table .table .property-room-price span {
        margin-right: 0.2em;
        color: #dd0000;
    } */
    .property-box .property-room-table .table .property-room-price .prp-red{
        margin-right: 0.2em;
        color: #dd0000;
    }
    .prp-icon{
        background: #e0e0e0;
        padding: 0 3px;
        margin-right: 5px;
        border-radius: 3px;
    }
    .property-box .property-room-table .table .favorite-btn {
        display: inline-block;
        background: #ff9600;
        font-weight: 500;
        color: #fff;
        width: 90px !important;
        padding: 0.9em 0.8em;
        position: relative;
        border-radius: 6px;
        vertical-align: middle;
        border: none;
        -webkit-appearance: none;
        transition: 0.3s ease;
    }
    .btn-favorite-text{
        font-weight: bold;
    }
    .property-box .property-room-table .table .favorite-btn:hover{
        background: #e78b0b;
    }
    .property-box .property-room-table .table .detail-btn {
        display: inline-block;
        font-weight: 500;
        color: #fff;
        width: 90px !important;
        padding: 0.6em 0.3em;
        border-radius: 6px;
        background: #03A3AF;
        -webkit-appearance: none;
        transition: 0.3s ease;
    }
    .property-box .property-room-table .table .detail-btn:hover{
        background: #027e86;
    }
    
}
@media print, screen and (min-width: 1201px){
    .sidebar {
        width: 300px;
    }
    .sidebar .checkbox, .sidebar .radio > div {
        min-width: 43%;
    }
    .sidebar .search-btn-box-fixed {
        position: fixed !important;
        /* left: calc(50% - 550px) !important; */
        bottom: 0 !important;
        width: 300px !important;
        margin-bottom: 0 !important;
    }
    .sp_tab {
        display: none !important;
    }
    .sidebar .sidebar-filter-more {
        position: relative;
        margin-bottom: 300px;
    }
    .result {
        flex: 1;
        margin-left: 3em;
    }
    .result .result-filter {
        width: 50%;
    }
    .property-box .table {
        display: table;
    }
    .property-box .table .tr {
        display: table-row;
    }
    .property-box .table .th:first-child, .property-box .table .td:first-child {
        width: 50px;
    }
    .property-box .table .th, .property-box .table .td {
        display: table-cell;
        border-bottom: solid 1px #e0e0e0;
        padding: 0.3em 0.3em;
    }
    .property-box .table .th:first-child, .property-box .table .td:first-child {
        width: 50px;
    }
    .property-box .table .th:nth-child(8), .property-box .table .td:nth-child(8) {
        width: 40px;
    }
}
@media print, screen and (max-width: 1200px){
    .sidebar {
    display: none;
    }
    .result {
        max-width: 800px;
        margin: 0 auto;
    }
    .result .property-chacnge-how-show > div {
        margin-bottom: 0.5em;
    }
    .result .property-chacnge-how-show .select {
        margin-left: 0.2em;
    }
    .property-box .property-top > div.only-sp {
        display: block;
    }
    .result .property-box .table {
        overflow: hidden;
        display: table;
    }
    .property-room-table.only-sp table .table-checkbox {
        width: 30px;
        vertical-align: middle;
        text-align: center;
    }
    .property-room-table.only-sp table .td.table-info {
        vertical-align: middle;
    }
    .property-room-table.only-sp table .table-price {
        font-size: 14px;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
    }
    .property-room-table.only-sp table .table-price .sp_tab {
        display: inline-block;
    }
    .property-room-table.only-sp table .table-price .property-room-price {
        display: inline-block;
    }
    /* .property-room-table.only-sp table .table-price .property-room-price span {
        display: inline-block;
        color: rgba(217,0,3,1.00);
        padding: 0 0.1em;
    } */
    .property-room-table.only-sp table .table-price .property-room-price .prp-red {
        display: inline-block;
        color: rgba(217,0,3,1.00);
        padding: 0 0.1em;
    }
    .property-box .property-room-table .favorite-btn {
        display: inline-block;
        background: #ff9600;
        font-weight: 500;
        color: #fff;
        width: 95px;
        padding: 0.5em 0.8em;
        position: relative;
        border-radius: 6px;
        vertical-align: middle;
        transition: all 0.2s;
        box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
        font-size: 14px;
        text-align: center;
        border: none;
    }
    .btn-favorite-text{
        font-weight: bold;
    }


    .property-box .table {
        display: table;
    }
    .property-box .table .tr {
        display: table-row;
    }
    .property-box .table .th:first-child, .property-box .table .td:first-child {
        width: 50px;
    }
    .property-box .table .th, .property-box .table .td {
        display: table-cell;
        border-bottom: solid 1px #e0e0e0;
        padding: 0.3em 0.3em;
    }
    .property-box .table .th:first-child, .property-box .table .td:first-child {
        width: 50px;
    }
    .property-box .table .th:nth-child(8), .property-box .table .td:nth-child(8) {
        width: 40px;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .result {
        margin-bottom: 2em;
        margin-top: 10px;
    }
    .result .result-ttl {
        position: relative;
        margin-bottom: 15px;
        border-bottom: solid 3px #03A3AF;
        padding: 0 0 10px 0;
    }
    .f23 {
        font-size: 1.4rem;
    }
    .text-blue {
        color: #03A3AF;
    }
    .bold {
        font-weight: bold;
    }
    .result .result-filter-box {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }
    .search-condition-wrap.only-sp {
        display: block;
    }
    .only-sp {
        display: block;
    }
    .search-condition-wrap .head {
        font-size: 16px;
        font-weight: normal;
        color: #FFF;
        background-color: #03A3AF;
        padding: 0.3em 0.6em;
    }
    .search-condition-wrap table {
        width: 100%;
        border: 1px solid rgba(225,225,225,1.00);
        border-bottom: none;
    }
    .search-condition-wrap th.title {
        font-size: 12px;
        font-weight: normal;
        vertical-align: middle;
        text-align: left;
        width: 60px;
        padding: 0.3em 0 0.3em 0.3em;
        border-bottom: 1px solid rgba(225,225,225,1.00);
    }
    .search-condition-wrap td.search_td01 {
        font-size: 12px;
        font-weight: normal;
        padding: 0.2em;
        border-right: 1px solid rgba(225,225,225,1.00);
        border-bottom: 1px solid rgba(225,225,225,1.00);
    }
    .result-title{
        width: 25%;
        border-right: 1px solid rgba(225,225,225,1.00);
        border-bottom: 1px solid rgba(225,225,225,1.00);
    }
    .search_td01 {
        width: 75%;
    }
    .btn-conditionBox-area {
        margin: 0 auto;
        text-align: center;
        padding: 10px 0;
        background-color: #d6d6d6;
    }
    .btn-conditionBox:first-child {
        margin-right: 5px;
    }
    .btn-conditionBox {
        border: 1px solid #919191;
        font-weight: bold;
        /* color: #56A03C; */
        width: 40%;
        height: auto;
        border-radius: 3px;
        position: relative;
        clear: both;
        padding: 8px 0px;
        background-color: #fbfbfb;
        font-size: 12px;
    }
    .result-top{
        margin-top: 10px;
    }
    /* .result .result-top > div:first-child {
        margin-bottom: 2em;
    } */
    .flex-small {
        display: block;
    }
    .flex-justify-spacebt {
        justify-content: space-between;
    }
    .flex-aling-center {
        align-items: center;
    }
    .result .result-top .result-num span {
        color: #dd0000;
        margin-right: 0.3em;
    }
    .result-top-flex{
        display: flex;
    }
    .result .select {
        display: inline-block;
        background: #fff;
        border: solid 1px rgba(148, 148, 148, 50%);
        border-radius: 3px;
        position: relative;
    }
    .result .select select{
        border: none;
        -webkit-appearance: none;
        width: 130px;
        padding: 1px 5px;
    }
    .result .select:before{
        content: "";
        z-index: 1;
        position: absolute;
        width: 8px;
        height: 8px;
        top: 40%;
        right: 0.5em;
        border-bottom: solid 2px #323232;
        border-left: solid 2px #323232;
        transform: rotate(-45deg)translateY(-50%);
    }
    .result .result-top .result-request-document{
        margin-bottom: 1em;
    }
    .result .result-top .result-request-document {
        margin-bottom: 1em;
    }
    .result .result-request-document {
        position: relative;
        display: inline-block;
        background: #e0e0e0;
        padding: 0.5em 1em;
    }
    .result .result-top .result-request-document::before {
        transform: rotate(45deg);
        bottom: -7px;
    }
    .result .result-request-document::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        transform: rotate(45deg);
        background: #e0e0e0;
    }
    .result .checkbox {
        display: inline-block;
        margin-right: 1em;
        padding: 0.3em 0;
    }
    .result input[type="checkbox"] {
        display: none;
    }
    .result label {
        position: relative;
        padding-left: 23px;
    }
    .result label::before {
        content: "";
        position: absolute;
        background: #fff;
        left: 0;
        top: 50%;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
        border-radius: 2px;
        border: solid 1px rgba(148, 148, 148, 0.3);
    }
    .result input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 5px;
        width: 10px;
        height: 16px;
        transform: rotate(40deg);
        border-bottom: 4px solid #03A3AF;
        border-right: 4px solid #03A3AF;
    }
    .result .result-request-document .result-request-btn {
        background: #03A3AF;
        color: #fff;
        padding: 0.5em 1em;
        border-radius: 3px;
        border: none;
    }
    .property-box_b {
        margin-bottom: 2em;
        position: relative;
        height: 375px;
    }
    .limited-property {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        background-image: url(../img/kaiin-banner.png);
    }
    .limited-property .limited-property-inner {
        margin: 0 auto;
    }
    .limited-property p {
        text-align: center;
        line-height: 1.3;
    }
    .f28 {
        font-size: 2.0rem;
    }
    .mb05 {
        margin-bottom: 0.5em !important;
    }
    .mb1 {
        margin-bottom: 1em !important;
    }
    .mb3 {
        margin-bottom: 3em !important;
    }
    .limited-property .limited-btn-wrap {
        text-align: center;
    }
    .limited-property .limited-btn {
        display: inline-block;
        background: #03A3AF;
        padding: 0.5em 2.5em;
        border-radius: 5px;
        transition: all 0.2s;
        color: #fff;
        font-weight: bold;
    }
    .f18 {
        font-size: 1.2rem;
    }
    .property-box {
        margin-bottom: 2em;
        position: relative;
    }
    .property-box .property-top {
        display: block;
    }
    .property-top {
        position: relative;
    }
    .property-box .property-tag {
        margin-bottom: 1em;
        font-size: 0.7rem;
    }
    .property-box .property-tag span {
        display: inline-block;
        /* background: #008aa0; */
        padding: 0.3em 0.8em;
        border-radius: 3px;
        margin-right: 2px;
    }
    .member-icon {
        background: #dd7700;
    }
    .newest-icon {
        background: #dd0000;
    }
    .pricedown-icon {
        background: #008bca;
    }
    .bk-sbt-icon {
        background: #008aa0;
    }
    .openhouse-icon {
        background: #dd5555;
    }
    .property-box .property-name {
        display: inline-block;
        padding-bottom: 0.3em;
        margin-bottom: 1em;
        border-bottom: solid 1px #323232;
    }
    .property-name{
        font-size: 20px;
        font-weight: bold;
    }
    .property-box .property-top > div {
        display: block;
    }
    .property-middle {
        display: table;
    }
    .property-middle > div.property-img {
        width: 33%;
        vertical-align: top;
    }
    .property-box .property-img {
        max-height: 200px;
        height: auto;
        vertical-align: top;
    }
    .property-middle > div.property-img .inner {
        display: inline-block;
    }
    .property-box .property-img img {
        height: 100%;
        object-fit: contain !important;
    }
    .img-full {
        width: 100%;
    }
    .property-middle > div {
        display: table-cell;
        vertical-align: top;
    }
    .property-box .property-feture-box > div > div {
        margin-bottom: 0.5em;
        align-items: center;
    }
    .property-box .property-tag {
        margin-bottom: 1em;
        font-size: 0.7rem;
    }
    .property-middle > div.property-feture-box {
        width: 77%;
        padding-left: 20px;
        font-size: 12px;
    }
    .property-feture-box > div > div {
        display: inline-block;
        margin-bottom: 15px;
        min-height: 30px;
        line-height: 30px;
    }
    .property-box .property-feture-box .property-address, .property-box .property-feture-box .property-station {
        width: 100%;
    }
    .property-box .property-feture-box > div > div {
        margin-bottom: 0.5em;
        align-items: center;
    }
    .property-box .property-feture-box > div > div span:first-child {
        background: #808080;
        padding: 0.3em 0.5em;
        border-radius: 3px;
        color: #fff;
    }
    .property-createdat,
    .property-floors,
    .property-construction,
    .property-direction{
        padding-right: 15px;
    }
    .property-message {
        margin-top: 10px;
        padding: 10px;
        background-color: rgb(214 234 241 / 61%);
        font-size: 0.9rem;
        display: block;
    }
    .property-message p {
        margin-left: 5px;
        font-size: 12px;
    }
    .property-box .property-top .link_area {
        left: 0;
        top: 0;
    }
    .property-top .link_area {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .property-top .link_area a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .property-box .property-room-table {
        padding-top: 1.5em;
    }
    .property-room-table.only-sp > table {
        width: 100%;
        border-top: 2px solid rgba(237,237,237,1.00);
        border-bottom: 2px solid rgba(237,237,237,1.00);
    }
    .property-room-table.only-sp table .table-madori {
        width: 20%;
        padding-right: 10px;
        text-align: left;
        vertical-align: middle;
    }
    .property-box .property-img2 {
        width: 100%;
        max-width: 90px;
        height: auto;
        align-self: baseline;
        position: relative;
        top: 0;
        margin: 0 0.6em;
        display: inline-block;
        padding: 0.2em 0.3em;
    }
    .property-box .property-img2 img {
        width: 100%;
        max-width: 90px;
        height: 100%;
        object-fit: contain !important;
    }
    .property-room-table.only-sp table .subinfo > td {
        font-size: 10px;
        font-weight: normal;
        padding: 0.2em 0.8em 0.2em 0;
    }
    .property-box .property-room-table .table-favorite {
        vertical-align: middle;
        width: auto;
    }
    /* .property-box .property-room-table .table {
        width: 100%;
    }
    .property-box .property-room-table .table .tr {
        width: 100%;
        position: relative;
    } */
    /* .property-feture-box > div {
        font-size: 0;
    } */
    /* .property-box .property-top {
        display: block;
    }
    .property-top {
        position: relative;
    }
    .property-box .property-top > div.only-sp {
        display: none;
    }
    .property-box .property-top > div {
        display: block;
    }
    .property-box .property-tag {
        margin-bottom: 1em;
        font-size: 0.8rem;
    }
    .property-box .property-tag span {
        display: inline-block;
        padding: 0.3em 0.8em;
        border-radius: 50px;
        margin-right: 2px;
    }
    .member-icon {
        background: #dd7700;
    }
    .newest-icon {
        background: #dd0000;
    }
    .pricedown-icon {
        background: #008bca;
    }
    .bk-sbt-icon {
        background: #008aa0;
    }
    .openhouse-icon {
        background: #dd5555;
    }
    .property-box .property-tag {
        margin-bottom: 1em;
        font-size: 0.8rem;
    } */
    .table-price-kanrihi{
        font-size: 12px;
    }
    .table-price-kanrihi span{
        padding: 0 3px;
    }
    .prp-icon{
        background: #e0e0e0;
        padding: 0 2px;
        margin-right: 3px;
        border-radius: 3px;
    }
    .prp-sikirei{
        font-size: 12px;
    }
    .prp-info{
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
    }
    .prp-info p{
        margin-right: 3px;
    }
}

/*==========================
地図から探す一覧
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .map-sbt-icon {
        display: flex;
        justify-content: flex-end;
    }
    .map-sbt-icon span,.map-sbt-icon div {
        margin-right: 20px;
    }
    .map-sbt-icon img {
        width: 24px;
        vertical-align: middle;
    }
}

/* ↓sp表示 */
@media screen and (max-width:768px){
    .map-sbt-icon {
        display: flex;
        justify-content: end;
        flex-wrap: wrap;
    }
    .map-sbt-icon span,.map-sbt-icon div {
        margin-right: 20px;
    }
    .map-sbt-icon img {
        width: 24px;
        vertical-align: middle;
    }
}

/*==========================
ページネーション
===========================*/
    #pagination {
        display: flex;
        height: 5vh;
        margin-bottom: 40px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    #pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }
    #pagination ul li {
        display: flex;
    }
    #pagination ul li {
        color: #fff;
        cursor: pointer;
    }
    #pagination ul li a {
        /* background-color: #444B6E; */
        padding: 10px 15px;
        /* border: 2px solid #3D315B; */
        border-right: 0;
        color: #acacac;
    }
    #pagination ul li.active a {
        background-color: #03A3AF;
        color: #fff;
    }
    .property-show-num {
        /* padding-top: 1em; */
        text-align: center;
        margin-bottom: 2em;
    }

/*==========================
favorite-listタブ切り替え
===========================*/
.favorite-tab{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #03A3AF;
  }
.favorite-tab li a{
    display: block;
    background:#ddd;
    margin:0 2px;
    padding:10px 20px;
    color: #fff;
  }
.favorite-tab li.change-color a{
    background:#03A3AF;
    border-radius: 3px 3px 0 0;
  }
.favorite-tab-area{
    display: none;/*はじめは非表示*/
    opacity: 0;/*透過0*/
    background: #fff;
    padding:50px 0px;
}
.favorite-tab-area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

/*==========================
物件詳細
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .overview-ttl {
        margin-bottom: 2em;
    }
    .overview-tag {
        margin-bottom: 1em;
        display: flex;
        align-items: center;
    }
    .overview-tag span {
        display: inline-block;
        margin-right: 2px;
        border-radius: 3px;
        color: #fff;
        font-weight: bold;
        padding: 0.4em 0.8em;
    }
    .overview-title{
        padding-bottom: 0.2em;
        /* display: inline-block; */
        border-bottom: solid 2px #03A3AF;
    }
    /*画像スライダー*/
    .photo {
        margin-bottom: 3em;
        margin-top: 20px;
    }
    .main-photo {
        margin-bottom: 2em;
    }
    .photo .main-photo .main-photo-item {
        width: 48%;
        padding: 1em;
        max-height: 500px;
        border: solid 1px rgba(148, 148, 148, 0.4);
    }
    .photo .main-photo .main-photo-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .swiper-container-wrap {
        position: relative;
    }
    .swiper-container {
        width: 100%;
        height: 400px;
    }
    .swiper-slide {
        position: relative;
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .swiper-slide {
        height: 200px !important;
        overflow: hidden;
    }
    .swiper-slide a {
        position: initial;
        display: block;
    }
    .swiper-slide a {
        z-index: 100;
        width: 100%;
    }
    .swiper-slide a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 200;
        box-shadow: 0 -40px 13px rgb(0 0 0 / 40%) inset;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .swiper-slide p {
        position: absolute;
        z-index: 100;
        bottom: 0.5em;
        left: 0.5em;
        z-index: 300;
        right: 0.5rem;
        color: #fff;
        font-size: 0.9rem;
        text-align: left;
    }
    .swiper-container-wrap .swiper-button-prev {
        left: -3em;
    }
    .swiper-container-wrap .swiper-button-next {
        right: -3em;
    }

    /*コメント*/
    .bukken-comment {
        padding: 0 0 15px;
    }
    .catch-comment {
        font-weight: bold;
        line-height: 1.5rem;
        border: 1px solid #cccccc;
        background-color: rgb(214 234 241 / 61%);
        border-radius: 3px;
        margin-bottom: 5px;
    }
    .catch-comment .inner {
        padding: 10px;
        border-top: 5px solid #03A3AF;
        line-height: 1.2;
    }
    .btn-list-middle {
        margin-bottom: 3em;
    }
    .btn-list {
        display: flex;
        background: #ededed;
        justify-content: center;
        padding: 2em 0;
    }
    .btn.btn-reserve {
        width: 300px;
        padding: 0.7em 1.5em;
        font-size: 1.4rem;
        background: linear-gradient(0deg , #c7c7c7 11.89%, #dadada 23.87%, #efefef 40.71%, #fbfbfb 57.44%, white 73.83%);
        border-style: Solid;
        border-width: 1px;
        margin: 0 0.5em;
        color: #568F00;
        font-weight: 600;
    }
    .btn-list{
        margin: 0 auto;
    }
    .btn-list .favorite-btn {
        display: inline-block;
        background: #ff9600;
        font-weight: bold;
        color: #fff;
        width: 300px !important;
        padding: 0.9em 0.8em;
        position: relative;
        border-radius: 3px;
        vertical-align: middle;
        border: none;
        -webkit-appearance: none;
        transition: 0.3s ease;
        font-size: 18px;
        margin-right: 10px;
    }
    .btn-list .favorite-btn:hover{
        background: #e78b0b;
    }
    .claim-btn{
        display: inline-block;
        background: #03A3AF;
        font-weight: bold;
        color: #fff;
        width: 300px !important;
        padding: 0.9em 0.8em;
        position: relative;
        border-radius: 3px;
        vertical-align: middle;
        border: none;
        -webkit-appearance: none;
        transition: 0.3s ease;
        font-size: 18px;
    }
    .claim-btn:hover{
        background: #027e86;
    }
    .claim-btn-text{
        font-weight: bold;
    }
    .info_table .info_table_ttl {
        margin-bottom: 1em;
        padding-left: 1em;
        border-left: solid 4px #03A3AF;
    }
    .info_table .table{
        display: flex;
        flex-wrap: wrap;
    }
    .table .w50 {
        width: 50%;
    }
    .table .table-item {
        display: flex;
        align-items: center;
        border-top: solid 1px rgba(148, 148, 148, 0.4);
    }
    .table .table-item > span:first-child {
        width: 160px;
        min-width: 160px;
        background: #ededed;
        font-weight: bold;
    }
    .table .table-item > span {
        padding: 1em;
        height: 100%;
        display: block;
    }
    .table .table-item > span:last-child {
        width: 100%;
    }
    .table .w100 {
        width: 100%;
    }
    .table .table-item.last {
        border-bottom: solid 1px rgba(148, 148, 148, 0.4);
    }
    .table .more-tag.more-active {
        background: #03A3AF;
    }
    .table .more-tag {
        font-size: 0.9rem;
        display: inline-block;
        border-radius: 5px;
        background: #949494;
        color: #fff;
        margin: 0.15em 0 0.15em 0;
        text-align: center;
    }
    .point{
        margin-top: 30px;
    }

    .bukken-comment {
        padding: 0 0 15px;
    }
    .bukken-comment .seals-text {
        font-size: 1.3rem;
        line-height: normal;
        font-weight: bold;
        background-color: #03A3AF;
        color: white;
        border-radius: 5px 5px 0 0;
        padding: 5px 10px;
    }
    .point-comment {
        border: 1px solid #bbbbbb;
        border-width: 0 1px 1px 1px;
        background-color: rgb(214 234 241 / 61%);
        padding: 10px;
        border-radius: 0 0 5px 5px;
        margin-bottom: 5px;
        line-height: 1.2;
    }
    .bukken_detail_around_box {
        margin-bottom: 20px;
    }
    .bukken_detail_around_box .around_box_ttl {
        color: #32324b;
        font-size: 1.3rem;
        font-weight: bold;
    }
    .bukken_detail_around_s {
        font-size: 0;
        padding-top: 15px;
        display: flex;
        flex-wrap: wrap;
    }
    .bukken_detail_around_box .bukken_detail_around {
        width: 30%;
        margin-right: 2%;
    }
    .bukken_detail_around_box .bukken_detail_around .bukken_detail_around_wrapper {
        display: block;
        font-size: 16px;
        position: relative;
        padding-top: 215px;
    }
    .bukken_detail_around_box .bukken_detail_around .info_area {
        padding-bottom: 20px;
        vertical-align: top;
    }
    .bukken_detail_around_box .bukken_detail_around .bukken_detail_around_sbt {
        background-color: #03A3AF;
        color: #fff;
        padding: 0.2rem 0.5rem;
        border-radius: 0.3rem;
        margin-bottom: 0.3rem;
        margin-right: 0.5em;
    }
    .bukken_detail_around_box .bukken_detail_around .info_area > * {
        display: inline-block;
    }
    .bukken_detail_around_box .bukken_detail_around .img_area {
        width: 100%;
        height: 200px;
        vertical-align: top;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y: hidden;
    }
    .bukken_detail_around_box .bukken_detail_around .img_area img {
        width: 100%;
        height: auto;
    }
    .bk-another-ttl{
        margin-bottom: 1em;
        padding-left: 1em;
        border-left: solid 4px #03A3AF;
        margin: 10px 0 10px 10px;
    }
    .table-wrap {
        margin-bottom: 2em;
    }
    .table {
        display: flex;
        flex-wrap: wrap;
    }
    .staff-com {
        margin-bottom: 1.5rem;
    }
    .staff-com > p {
        color: #00ae45;
        font-size: 1.5rem;
        line-height: normal;
        font-weight: bold;
    }
    .staff-com > table.contents {
        border: 1px solid #bbbbbb;
        width: 100%;
    }
    .staff-com > table.contents > tbody > tr.staff-info > td.image {
        width: 180px;
    }
    .staff-com > table.contents > tbody > tr.staff-info > td {
        vertical-align: top;
    }
    .staff-com > table.contents > tbody > tr.staff-info > td.image > img {
        margin: 15px;
        max-width: 150px;
        max-height: 150px;
    }
    .staff-detail>div{
        margin: 1.2rem;
        margin-left: 0;
        font-weight: bold;
    }
    .staff-name{
        font-size: 1.2rem;
        font-weight: bold;
    }
    .staff-license{
        font-size: 0.8rem;
        font-weight: bold;
    }
    .staff-comment{
        padding: 0.5rem 0;
        font-size: 1rem;
        font-weight: bold;
    }
    .comment-info{
        border-top: 1px dashed #bbbbbb;
    }
    .staff-comment2{
        margin: 10px 0 10px 15px;
    }
    .staff-comment2>div{
        font-weight: bold;
    }
    .detail-map > div {
        width: 50%;
    }
    .loan {
        margin-bottom: 3em;
    }
    .loan-ttl {
        color: #00ae45;
        margin-bottom: 0.5em;
    }
    .loan-box {
        border: solid 3px #e1e1e1;
        background: rgb(214 234 241 / 61%);
        padding: 2em 4em;
    }
    .loan-box-top {
        margin-bottom: 1em;
        padding: 0 1em;
    }
    .loan-input-box {
        flex: 1;
    }
    .loan-input-ttl {
        margin-bottom: 0.2em;
        font-weight: bold;
    }
    .loan-input-box input {
        display: inline-block;
        max-width: 100px;
        padding: 0.3em;
        text-align: right;
        background-color: #fff;
        border: solid 1px rgba(148, 148, 148, 0.3);
        border-radius: 3px;
        -webkit-appearance: none;
    }
    .loan-input-box .unit {
        margin-left: 0.3em;
    }
    .loan-box-result {
        margin-bottom: 1em;
        background: #fff;
        padding: 1.8em 2em;
    }
    .loan-result-left {
        text-align: center;
        flex: 1;
    }
    .loan-calc-btn {
        background: #03A3AF;
        color: #fff;
        font-size: 1.2rem;
        border: none;
        padding: 10px 10px;
        -webkit-appearance: none;
        font-weight: bold;
        transition: 0.3s ease;
    }
    .loan-calc-btn:hover{
        background: #027e86;
    }
    .loan-supplement {
        margin-left: 1em;
    }
    .loan-box-result .text-red {
        color: #dd0000;
    }
    .loan-result-right {
        margin-left: auto;
    }
    .f22 {
        font-size: 1.3rem;
    }
    .load-price {
        letter-spacing: 0.03em;
        padding: 0 0.2em;
    }
    .loan-bonus-price {
        background: #ededed;
        padding: 0.5em 1em;
        text-align: right;
        letter-spacing: 0.1em;
    }
    .morebtn{
        display: none;
    }
}
@media print, screen and (min-width: 1200px){
    .more-tag {
        width: 19%;
        padding: 0.5em 0.2em;
    }
}
@media print, screen and (min-width: 768px) and (max-width: 1199px){
    .more-tag {
        width: 30%;
        padding: 0.5em 0.2em;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 1 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    }
    .swiper-pagination {
        position: absolute;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0,0,0);
        z-index: 1 !important;
    }
    .overview {
        position: relative;
        margin-bottom: 2em;
    }
    /* .overview-ttl {
        margin-bottom: 2em;
    } */
    .overview-tag {
        margin-bottom: 1em;
        display: flex;
        align-items: center;
    }
    .overview-tag span {
        display: inline-block;
        margin-right: 2px;
        border-radius: 3px;
        color: #fff;
        font-weight: bold;
        padding: 0.4em 0.8em;
    }
    .overview-title{
        padding-bottom: 0.2em;
        border-bottom: solid 2px #03A3AF;
    }

    /*ここから*/
    .photo {
        margin-bottom: 2em;
        margin-top: 20px;
    }
    .photo .main-photo {
        margin-bottom: 1em;
    }
    .main-photo-item {
        flex: 1;
        max-height: 200px;
        border: solid 1px rgba(148, 148, 148, 0.4);
        padding: 0.5em;
    }
    .main-photo .main-photo-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .swiper-container-wrap {
        width: 100%;
        margin: 0 auto;
    }
    .swiper-container-wrap {
        position: relative;
    }
    .swiper-container {
        width: 100%;
        height: 200px;
    }
    .swiper-slide {
        position: relative;
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px;
        overflow: hidden;
    }
    .swiper-slide a {
        position: initial;
        display: block;
        z-index: 100;
        width: 100%;
    }
    .swiper-slide a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 200;
        box-shadow: 0 -40px 13px rgb(0 0 0 / 40%) inset;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .swiper-slide p {
        position: absolute;
        z-index: 100;
        bottom: 0.5em;
        left: 0.5em;
        z-index: 300;
        right: 0.5rem;
        color: #fff;
        font-size: 0.9rem;
        text-align: left;
    }
    /*ここまで*/

    .bukken-comment {
        padding: 0 0 5px;
    }
    .catch-comment {
        font-weight: bold;
        line-height: 1.2;
        border: 1px solid #bbbbbb;
        background-color: rgb(214 234 241 / 61%);
        border-radius: 5px;
        margin-bottom: 5px;
    }
    .catch-comment .inner {
        padding: 10px;
        border-top: 5px solid #03A3AF;
    }
    /* .btn-list-middle {
        margin-bottom: 3em;
    } */
    .btn-list {
        display: flex;
        justify-content: center;
        padding: 2em 0;
    }
    .btn-list .favorite-btn {
        display: inline-block;
        background: #ff9600;
        font-weight: bold;
        color: #fff;
        width: 49% !important;
        padding: 15px 5px;
        position: relative;
        border-radius: 3px;
        vertical-align: middle;
        border: none;
        -webkit-appearance: none;
        transition: 0.3s ease;
        font-size: 14px;
        margin-right: 10px;
    }
    .claim-btn {
        display: inline-block;
        background: #03A3AF;
        font-weight: bold;
        color: #fff;
        width: 49% !important;
        padding: 15px 5px;
        position: relative;
        border-radius: 3px;
        vertical-align: middle;
        border: none;
        -webkit-appearance: none;
        transition: 0.3s ease;
        font-size: 13px;
    }
    .claim-btn-text{
        font-weight: bold;
    }
    .info_table{
        margin-top: 20px;
    }
    .info_table_ttl {
        margin-bottom: 1em;
        padding-left: 0.5em;
        border-left: solid 4px #03A3AF;
    }
    .info_table .table {
        display: flex;
        flex-wrap: wrap;
    }
    .table .w50 {
        width: 100%;
    }
    .table .table-item {
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        border-top: solid 1px rgba(148, 148, 148, 0.4);
    }
    .table .w100 {
        width: 100%;
    }
    .table .table-item.last {
        border-bottom: solid 1px rgba(148, 148, 148, 0.4);
    }
    .table .table-item > span:first-child {
        width: 110px;
        min-width: 110px;
        background: #ededed;
        font-weight: bold;
    }
    .table .table-item > span {
        padding: 1em;
        height: 100%;
        display: block;
    }
    .table .table-item > span:last-child {
        width: 100%;
    }
    .bukken-comment{
        margin-top: 20px;
    }
    .bukken-comment .seals-text{
        font-size: 1.3rem;
        line-height: normal;
        font-weight: bold;
        background-color: rgba(255,255,255,0.00);
        color: #9ac717;
        border-radius: 5px 5px 0 0;
        padding: 0;
        /* margin-bottom: 0.5em; */
    }
    .point-comment {
        border: none;
        background-color: rgba(0,0,0,0.00);
        padding: 0;
        border-radius: 0;
        margin-bottom: 5px;
        line-height: 1.2;
    }
    .bukken-comment .seals-text {
        font-size: 1.3rem;
        line-height: normal;
        font-weight: bold;
        background-color: #03A3AF;
        color: white;
        border-radius: 5px 5px 0 0;
        padding: 5px 10px;
    }
    .point-comment {
        border: 1px solid #bbbbbb;
        border-width: 0 1px 1px 1px;
        background-color: rgb(214 234 241 / 61%);
        padding: 10px;
        border-radius: 0 0 5px 5px;
        margin-bottom: 5px;
        line-height: 1.2;
    }
    .bukken_detail_around_box {
        margin-top: 20px;
    }
    .around_box_ttl{
        color: #32324b;
        font-size: 1.3rem;
        font-weight: bold;
    }
    .bukken_detail_around_s {
        font-size: 0;
        padding-top: 15px;
        display: flex;
        flex-wrap: wrap;
    }
    .bukken_detail_around_box .bukken_detail_around {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .bukken_detail_around_box .bukken_detail_around .bukken_detail_around_wrapper {
        display: table;
        font-size: 16px;
        position: static;
        padding: 0;
    }
    .bukken_detail_around_box .bukken_detail_around .bukken_detail_around_wrapper > div {
        display: table-cell;
        position: static;
    }
    .bukken_detail_around_box .bukken_detail_around .info_area {
        padding-right: 15px;
        padding-bottom: 10px;
        vertical-align: top;
    }
    .bukken_detail_around_box .bukken_detail_around .info_area > .bukken_detail_around_sbt {
        display: inline-block;
    }
    .bukken_detail_around_box .bukken_detail_around .bukken_detail_around_sbt {
        background-color: #03A3AF;
        color: #fff;
        padding: 0.2rem 0.5rem;
        border-radius: 0.3rem;
        margin-bottom: 0.3rem;
        margin-right: 0.5em;
    }
    .bukken_detail_around_box .bukken_detail_around .info_area > * {
        display: inline-block;
    }
    .bukken_detail_around_box .bukken_detail_around .bukken_detail_around_wrapper > div {
        display: table-cell;
        position: static;
    }
    .bukken_detail_around_box .bukken_detail_around .img_area {
        width: 30%;
        height: auto;
        vertical-align: top;
    }
    .bukken_detail_around_box .bukken_detail_around .img_area img {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }
    .bk-another-ttl{
        margin-bottom: 1em;
        padding-left: 0.5em;
        border-left: solid 4px #03A3AF;
        margin-top: 10px;
    }
    .table-wrap {
        margin-bottom: 1em;
    }
    .table {
        display: flex;
        flex-wrap: wrap;
    }
    .staff-com {
        margin-bottom: 1.5rem;
    }
    .staff-com > p {
        color: #082408;
        font-size: 1.5rem;
        line-height: normal;
        font-weight: bold;
    }
    .staff-com > table.contents {
        border: 1px solid #bbbbbb;
        width: 100%;
    }
    .staff-com > table.contents > tbody > tr.staff-info > td.image {
        width: 180px;
    }
    .staff-com > table.contents > tbody > tr.staff-info > td.image > img {
        margin: 15px;
        max-width: 150px;
        max-height: 150px;
    }
    .staff-detail > div {
        margin:10px;
        margin-left: 0;
    }
    .staff-name{
        font-size: 1.2rem;
    }
    .staff-license{
        font-size: 0.8rem;
    }
    .staff-comment{
    padding: 0.5rem 0;
    font-size: 12px;
    }
    .staff-com > table.contents > tbody > tr.staff-info > td {
        vertical-align: top;
    }
    .staff-com > table.contents > tbody > tr.bukken-info > td.comment-info {
        border-top: 1px dashed #bbbbbb;
    }
    .staff-comment2{
        margin: 10px 0 10px 15px;
    }
    .loan .loan-ttl {
        color: #082408;
        margin-bottom: 0.5em;
    }
    .loan-box {
        padding: 2em 2em !important;
        border: solid 3px #e1e1e1;
        background: rgb(214 234 241 / 61%);
    }
    .loan-box-top {
        margin-bottom: 1em;
        padding: 0 1em;
    }
    .loan-input-box {
        display: flex;
        align-items: center;
        margin-bottom: 0.5em;
    }
    .loan-input-box {
        flex: 1;
    }
    .loan-input-ttl {
        width: 120px;
        font-weight: bold;
    }
    .loan-input-ttl {
        margin-bottom: 0.2em;
    }
    .loan-input-wrap {
        flex: 1;
    }
    .loan-input-box input {
        max-width: 120px !important;
        width: 65% !important;
        display: inline-block;
        padding: 0.3em;
        text-align: right;
        background-color: #fff;
        border: solid 1px rgba(148, 148, 148, 0.3);
        border-radius: 3px;
    }
    .loan-input-box .unit {
        margin-left: 0.3em;
    }
    .loan-box-result {
        margin-bottom: 1em;
        background: #fff;
        padding: 2em 2em;
    }
    .loan-result-left {
        text-align: center;
        flex: 1;
    }
    .loan-calc-btn {
        background: #03A3AF;
        color: #fff;
        font-size: 1.2rem;
        border: none;
        -webkit-appearance: none;
        padding: 5px;
        margin-bottom: 5px;
        font-weight: bold;
        width: 100%;
    }
    .loan-box-result .text-red {
        color: #dd0000;
    }
    .loan-result-right {
        text-align: center;
        margin-top: 5px;
    }
    .loan-supplement p{
        font-weight: bold;
    }
}

/*==========================
管理棟詳細
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    /* .building-detail .property-room-table {
        padding-top: 1em;
    } */
    .building-detail .property-room-table .table {
        width: 100%;
    }
    .building-detail .property-room-table .table .tr {
        width: 100%;
        position: relative;
    }
    .building-detail .property-room-table .table .th, .building-detail .property-room-table .table .td {
        text-align: center;
        vertical-align: middle;
    }
    .building-detail .property-room-table .table .th {
        background: #e0e0e0;
    }
    .building-detail .property-room-table .table .checkbox {
        margin-right: 0;
    }
    .building-detail .checkbox {
        display: inline-block;
        margin-right: 1em;
        padding: 0.3em 0;
    }
    .building-detail input[type="checkbox"] {
        display: none;
    }
    .building-detail label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
    }
    .building-detail label::before {
        content: "";
        position: absolute;
        background: #fff;
        left: 0;
        top: 50%;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
        border-radius: 2px;
        border: solid 1px rgba(148, 148, 148, 0.3);
    }
    .building-detail input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
    }
    .building-detail .checkbox input:checked + label::after {
        top: 0px;
        left: 5px;
        width: 10px;
        height: 16px;
        transform: rotate(40deg);
        border-bottom: 4px solid #03A3AF;
        border-right: 4px solid #03A3AF;
    }
    .building-detail .property-img2 {
        display: inline-block;
        width: 70px;
        height: 70px;
        padding: 0.2em 0.2em;
    }
    .property-img2 img{
        object-fit: cover;
        width: 70px;
        height: 70px;
    }
    .building-detail .property-room-table .table .property-room-price .prp-red {
        margin-right: 0.2em;
        color: #dd0000;
    }
    .building-detail .property-room-table .table .favorite-btn {
        display: inline-block;
        background: #ff9600;
        font-weight: 500;
        color: #fff;
        width: 120px !important;
        padding: 0.9em 0.8em;
        position: relative;
        border-radius: 6px;
        vertical-align: middle;
        border: none;
        -webkit-appearance: none;
        transition: 0.3s ease;
    }
    .building-detail .property-room-table .table .favorite-btn:hover{
        background: #e78b0b;
    }
    .building-detail .property-room-table .table .detail-btn {
        display: inline-block;
        font-weight: 500;
        color: #fff;
        width: 120px !important;
        padding: 0.6em 0.3em;
        border-radius: 6px;
        background: #03A3AF;
        -webkit-appearance: none;
        transition: 0.3s ease;
    }
    .building-detail .property-room-table .table .detail-btn:hover{
        background: #027e86;
    }
    .building-position{
        margin: 0;
    }
}

@media print, screen and (min-width: 1200px){
    .building-detail .table {
        display: table;
    }
    .building-detail .table .tr {
        display: table-row;
    }
    .building-detail .table .th:first-child, .building-detail .table .td:first-child {
        width: 50px;
    }
    .building-detail .table .th, .building-detail .table .td {
        display: table-cell;
        border-bottom: solid 1px #e0e0e0;
        padding: 0.3em 0.3em;
    }
    .building-detail .table .th:nth-child(8), .building-detail .table .td:nth-child(8) {
        width: 100px;
    }
}

/* ↓sp表示 */
@media screen and (max-width:768px){
    .building-detail .property-room-table {
        padding-top: 0em;
    }
    .building-detail .property-room-table.only-sp > table {
        width: 100%;
        /* border-top: 2px solid rgba(237,237,237,1.00); */
        border-bottom: 2px solid rgba(237,237,237,1.00);
        border-top: none;
    }
    .building-detail input[type="checkbox"] {
        display: none;
    }
    .building-detail label {
        position: relative;
        padding-left: 23px;
    }
    .building-detail label::before {
        content: "";
        position: absolute;
        background: #fff;
        left: 0;
        top: 50%;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
        border-radius: 2px;
        border: solid 1px rgba(148, 148, 148, 0.3);
    }
    .building-detail input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 5px;
        width: 10px;
        height: 16px;
        transform: rotate(40deg);
        border-bottom: 4px solid #03A3AF;
        border-right: 4px solid #03A3AF;
    }
    .property-img2 img {
        object-fit: cover;
        width: 50px;
        height: 50px;
    }
    .building-detail .property-room-table .table-detail .detail-btn{
        display: inline-block;
        font-weight: 500;
        color: #fff;
        width: 90px !important;
        padding: 0.6em 0.3em;
        border-radius: 6px;
        background: #03A3AF;
        -webkit-appearance: none;
        transition: 0.3s ease;
        border: none;
    }
    .building-detail .table-detail{
        padding-top: 15px;
    }
    .building-position{
        margin: 0;
    }
}

/*==========================
物件詳細追加分（パノラマ）
===========================*/
    #previewPanoramaContents {
        margin: 0px auto -120px;
        overflow: hidden;
        cursor: move;
        max-width: 100%;
    }
    #previewPanoramaContents #container {
        position: relative;
    }
    #previewPanoramaContents #container .loading-cover {
        position: absolute;
        z-index: 2001;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    #previewPanoramaContents #container .loading-cover > .preview-loading {
        left: 50%;
        top: 50%;
    }
    #previewPanoramaContents #container .preview-loading {
        position: absolute;
        z-index: 2001;
        background-image: url(../img/loading_struct.png);
        width: 40px;
        height: 40px;
        -moz-animation: loading 1s steps(12) infinite normal;
        -webkit-animation: loading 1s steps(12) infinite normal;
    }
    #previewPanoramaContents #container canvas {
        max-width: 100%;
    }
    .swiper-panorama-area{
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        bottom: 84px;
        z-index: -1;
        background-color: rgba(0,0,0,0.3);
        transition: all 0.3s ease-in-out;
    }
    .swiper-disp {
        bottom: 84px;
        z-index: 100;
    }
    .swiper-all {
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
    }
    .swiper-panorama-wrapper{
        transition-timing-function: ease-out;
        margin: 0 auto;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .panorama-slide{
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 80px;
        min-width: 150px;
        max-width: 150px;
    }
    .button {
        background-color: #F7F7F7;
        color: #000;
        font-size: 14px;
        font-weight: bold;
        vertical-align: middle;
        border: 1px #aaa solid;
        height: 78px;
        opacity: 0.7;
    }

    .swiper-image img{
        width: 90px;
        height: 60px;
        object-fit: cover;
    }
    .button-selected .swiper-image img{
        border: 3px solid #DD9296;
    }
    .button-selected .swiper-text {
        color: #DD9296;
    }
    .swiper-text {
        font-size: 11px;
        color: #fff;
        text-align: center;
        overflow: hidden;
    }
    .panorama-button-next,.panorama-button-prev,.panorama-button-disabled{
        opacity: 0.9;
        cursor: auto;
        pointer-events: none;
    }
    .panorama-button-next {
        background-image: url(../img/arrow_right.png);
        right: 5px;
        left: auto;
        width: 30px !important;
        height: 46px;
        background-color: #65A7D6;
        border-radius: 5px;
        background-size: 9px 15px !important;
        box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%);
        z-index: 35;
    }
    .panorama-button-prev{
        background-image: url(../img/arrow_left.png);
        left: 5px;
        right: auto;
        width: 30px !important;
        height: 46px;
        background-color: #65A7D6;
        border-radius: 5px;
        background-size: 9px 15px !important;
        box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%);
        z-index: 35;
    }
    .panorama-button-prev, .panorama-button-next {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 44px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 27px 44px;
        -webkit-background-size: 27px 44px;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .m360_menu {
        width: 100%;
        height: 40px;
        position: relative;
        bottom: 84px;
        z-index: 30;
        border: 1px solid #aaa;
        border-top: 1px solid #aaa;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
        box-shadow: 0 -1px 0 rgb(255 255 255) inset;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 );
    }
    .m360_menu > div {
        z-index: 30;
        position: relative;
        width: 40px;
        height: 37px;
        background-size: 26px 26px;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.8;
    }
    .playing #button_play {
        background-image: url(../img/stop_w.png);
    }
    #button_play {
        left: 5px;
        background-size: 50% 50%;
        background-image: url(../img/play_w.png);
    }
    .swiper-disp #button_thum {
        background-image: url(../img/thum_w.png);
    }
    #button_thum {
        float: right;
        top: -37px;
        right: 200px;
        background-image: url(../img/up_w.png);
    }
    #button_zoom {
        float: right;
        top: -37px;
        right: 120px;
        background-image: url(../img/zoom_w.png);
        background-size: 35px 35px;
    }
    #button_wide {
        float: right;
        top: -37px;
        right: 40px;
        background-image: url(../img/wide_w.png);
        background-size: 35px 35px;
    }
    #button_vr {
        float: right;
        background-image: url(../img/vr_w.png);
        top: -37px;
        right: -40px;
        background-size: 35px 35px;
    }


/* ↓sp表示 */
@media screen and (max-width:768px){
    #previewPanoramaContents #container .loading-cover {
        z-index: 10;
    }
    #previewPanoramaContents #container .preview-loading {
        z-index: 10;
    }
    .swiper-panorama-area{
        z-index: 1;
    }
}


/*==========================
物件詳細追加分（動画）
===========================*/
.movie{
    text-align: center;
}
.movie-area{
    width: 100%;
    height: auto;
}


/*==========================
会社案内
===========================*/
    .info-ttl{
        text-align: center;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .info-ttl p{
        font-size: 28px;
        font-weight: bold;
    }
    .info-table th{
        font-weight: 600;
        width: 25%;
    }
    .info-table th,.info-table td,.info-table td.td1 span{
        border-right: 1px solid #dad4d4;
    }
    .info-table th,.info-table td{
        padding: 1.2em;
        text-align: left;
    }
    .info-table td:last-child{
        border-right: none;
    }
    .info-table tr:nth-child(even){
        background-color: #f7f7f7;
    }
    .info-h3{
        font-size: 20px;
        margin: 10px 0 24px;
        padding: 16px 0;
        clear: both;
        border-bottom: 1px solid #ddd;
        line-height: 1.3;
    }
    .info-ol{
        padding-left: 2%;
        margin: 20px 0;
    }
    .info-h4{
        font-size: 18px;
        line-height: 1.318;
        padding: 0 0 0 10px;
        border-left: 5px solid #131D2A;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .info-h4-ul ul{
        list-style: disc;
    }
    .info-h4-ul ul li{
        margin: 0 0 1% 5% ;
    }
    .info-map{
        margin: 30px 0 10px 0;
    }

/* ↓sp表示 */
@media screen and (max-width:768px){
    .info-ttl{
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .info-ttl p{
        font-size: 20px;
        font-weight: bold;
    }
}


/*==========================
プライバシーポリシー
===========================*/
.privacy-ttl{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.privacy-ttl p{
    font-size: 28px;
    font-weight: bold;
}
.privacy-h2{
    position: relative;
    line-height: 1.6;
    font-size: 28px;
    padding: 0.25em;
    top: 0;
    text-align: center;
    margin: 60px auto;
    width: 60%;
}
.privacy-h2:before, .privacy-h2:after{
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}
.privacy-h2:before {
    border-left: solid 1px #333;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    left: 0;
}
.privacy-h2:after {
    content: '';
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    right: 0;
}
.privacy-h3{
    font-size: 20px;
    margin: 10px 0 24px;
    padding: 16px 0;
    clear: both;
    border-bottom: 1px solid #ddd;
    line-height: 1.3;
}
.privacy-content p{
    margin-bottom: 30px;
}

/* ↓sp表示 */
@media screen and (max-width:768px){
    .privacy-ttl{
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .privacy-ttl p{
        font-size: 20px;
        font-weight: bold;
    }
    .privacy-h2{
        position: relative;
        line-height: 1.6;
        font-size: 20px;
        padding: 0.25em;
        top: 0;
        text-align: center;
        margin: 60px auto;
        width: 80%;
    }
}

/*==========================
TOPページのオンライン来店
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .online-visit{
        margin-top: 70px;
    }
    .online-visit-item h3{
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .online-visit-item p{
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .online-img-link{
        text-align: center;
        margin-top: 50px;
    }
    .online-img-link a img{
        width: 600px;
        height: auto;
        box-shadow: 0 5px 7px 0 rgb(0 0 0 / 30%);
    }
    .online-img-link a img:hover{
        opacity: 0.8;
    }
    .line-area{
        text-align: center;
        margin-top: 30px;
    }
    .line-area a img{
        width: 300px;
        height: auto;
        box-shadow: 0 5px 7px 0 rgb(0 0 0 / 30%);
        margin-top: 20px;
    }
    .line-area a img:hover{
        opacity: 0.8;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .online-visit{
        margin-top: 30px;
    }
    .online-visit-item h3{
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .online-img-link{
        text-align: center;
        margin-top: 30px;
    }
    .online-img-link a img{
        width: 100%;
        height: auto;
        box-shadow: 0 5px 7px 0 rgb(0 0 0 / 30%);
    }
    .line-area{
        margin-top: 30px;
        text-align: center;
    }
    .line-area a img{
        width: 90%;
        height: auto;
        box-shadow: 0 5px 7px 0 rgb(0 0 0 / 30%);
        margin-top: 20px;
    }
}

/*==========================
TOPページの店舗画像
===========================*/
/* ↓pc表示 */
@media screen and (min-width:769px){
    .shop-img-area{
        text-align: center;
    }
    .shop-img-area p{
        font-size: 24px;
        font-weight: bold;
    }
    .shop-img{
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
        margin: 30px 0;
    }
    .shop-img div img{
        width: 350px;
        height: auto;
        margin-right: 20px;
        box-shadow: 0 5px 7px 0 rgb(0 0 0 / 30%);
    }
    .shop-img3 img{
        width: 250px !important;
        height: 233px !important;
        object-fit: cover;
        margin-right: 0px !important;
    }
}
/* ↓sp表示 */
@media screen and (max-width:768px){
    .shop-img-area{
        text-align: center;
    }
    .shop-img-area p{
        font-size: 1.2em;
        font-weight: bold;
        margin: 30px 0 10px; 
    }
    .shop-img div img{
        box-shadow: 0 5px 7px 0 rgb(0 0 0 / 30%);
        margin-bottom: 15px;
    }
    .shop-img3 img{
        width: 100% !important;
        height: 250px;
        object-fit: cover;
    }
}