@charset "UTF-8";
.pc {
  display: none;
}
.sp {
  display: block;
}
body {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  a {
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
  }
  a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
  a:focus, a:hover {
    text-decoration: none;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  body {
    font-size: 18px;
  }
  body p, body span, body div, table th, table td {
    line-height: 1.7;
  }
  .entry-content li, .entry-content p {
    line-height: 1.7;
  }
  /*                    トップページ　　　　*/
  /*　　共通　　　*/
  .top_box {
    padding: 100px 25px;
  }
  .top_service {
    padding-top: 20px;
  }
  .top_midasi {
    font-size: 39px;
    margin-bottom: 60px;
    letter-spacing: 2px;
  }
  .top_midasi span {
    font-size: 22px;
    margin-top: 10px;
  }
  .top_midasi img {
    margin-bottom: 20px;
  }
  .more {
    max-width: 300px;
    width: 100%;
  }
  .page_midasi {
    margin-bottom: 40px;
  }
  .page_midasi span, .page_midasi {
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .contact_parts .midasi + p {
    margin: 15px 0 30px 0;
  }
  .contact_btn_list li {
    width: 48%;
  }
  /*  物件情報　*/
  .property_list {
    grid-row-gap: 64px;
  }
  .property_list > li {
    width: 48%;
  }
  .property_list .thumb img {
    border-radius: 15px;
  }
  .property_list .title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .property_spec_wrap {
  margin: 0;
  }
  .meta_wrap {
    column-gap: 15px;
    margin: 15px 0;
  }
  .property_spec * {
    font-size: 14px;
  }
  .property_spec th {
    width: 90px;
  }
  .property_spec th, .property_spec td {
    padding: 5px 10px;
  }
  .property_list .cat_name {
column-gap: 5px;
	grid-row-gap: 5px;
}

  .property_list .cat_name a {
  padding: 1px 20px;
  min-width: 130px;
  font-size: 16px;
}
.property_list .title_wrap{
padding: 20px 25px;
margin-bottom: 15px;
}



  /*　医院３つ */
  .top_service_list {
    border-radius: 20px;
    width: calc(100% - 100px);
  }
  .top_service_list .ts_box {
    width: calc(100% / 3);
  }
  .top_service:after {
    height: 100px;
  }
  /*　おまかせ */
  .omakase_img {
    text-align: center;
    position: relative;
    top: -45px;
  }
  .omakase_img img {
    margin-left: 386px;
    max-width: inherit;
  }
  .top_omakase_LR > div {
    width: 45%;
  }
  /*　３つの強み */
  .top_tuyomi {
    margin-top: 20px;
  }
  .top_tuyomi:before {
    width: 415px;
    right: 0px;
    left: -168px;
    top: -69px;
  }
  .tuyomi_midasi {
    font-size: 39px;
    letter-spacing: 2px;
    margin-bottom: 80px;
  }
  .tuyomi_midasi span {
    font-size: 93px;
    margin: 0 -16px;
    bottom: -9px;
  }
  .tuyomi_midasi span:before {
    width: 48px;
    top: -11px;
  }
  .tuyomi_img_wrap {
    width: 50%;
    margin-left: auto;
  }
  .ttd_02 .tuyomi_img_wrap {
    margin-left: 0;
  }
  .ttd_02 .tuyomi_text_wrap .text {
    margin-left: auto;
  }
  .tuyomi_text_wrap .text {
    width: 40%;
    margin-top: 0px;
  }
  .tuyomi_text_wrap {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 50px);
  }
  .ttd_02 {
    margin: 130px 0;
  }
  .tuyomi_img_wrap .img {
    border-radius: 20px 0 0 20px;
  }
  .ttd_02 .tuyomi_img_wrap .img {
    border-radius: 0 20px 20px 0;
  }
  .tuyomi_text_wrap:before {
    width: 222px;
  }
  .ttd_03 .tuyomi_text_wrap:before, .ttd_01 .tuyomi_text_wrap:before {
    right: 43%;
    bottom: 0;
    top: auto;
  }
  .ttd_02 .tuyomi_text_wrap:before {
    right: -16%;
    bottom: 0;
    top: auto;
  }
  /* 鳥anime　*/
  .tuyomi_text_wrap:before {
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0.4s;
    opacity: 0;
  }
  .ttd_01 .tuyomi_text_wrap:before, .ttd_03 .tuyomi_text_wrap:before {
    right: -150px; /* ← 最初は画面外に */
  }
  .ttd_02 .tuyomi_text_wrap:before {
    right: 150px;
  }
  .tuyomi_text_wrap.inview:before {
    opacity: 1;
  }
  .ttd_01 .tuyomi_text_wrap.inview:before, .ttd_03 .tuyomi_text_wrap.inview:before {
    right: 43%; /* ← ここに着地させる */
  }
  .ttd_02 .tuyomi_text_wrap.inview:before {
    right: -16%;
  }
  /*　サービス料金、会社紹介 */
  .top_sc_LR {
    border-radius: 20px;
  }
  .top_sc_LR > div {
    width: 50%;
  }
  .top_service_list .ts_box:after, .top_sc_LR > div:after {
    width: 54px;
    right: 40px;
    bottom: 35px;
  }
  .top_service_list .ts_box .top_midasi, .top_sc_LR > div .top_midasi {
    padding-bottom: 50px;
  }
  /*　contact */
  .contact_parts_wrap:before {
    width: 75%;
    height: 380px;
    bottom: -39%;
    border-radius: 0 20px 20px 0;
  }
  .contact_parts {
    width: calc(100% - 100px);
    padding: 80px 25px 150px;
  }
  .contact_parts .midasi span, .contact_parts .midasi {
    font-size: 54px;
    line-height: 1.5;
  }
  .contact_parts .midasi span:before {
    width: 120px;
    top: -20px;
  }
  .contact_parts:before {
    position: absolute;
    background: url(../images/common/city.png) no-repeat center center;
    background-size: contain;
    width: 1208px;
    height: auto;
    aspect-ratio: 16 / 2.8;
    content: "";
    left: 0px;
    right: 0;
    bottom: -74px;
    margin: auto;
  }
  /*            footer                  */
  .footer {
    padding-top: 255px;
  }
  .footer .inner {
    padding-bottom: 90px;
  }
  .footer_L {
    width: 360px;
  }
  .footer_R {
    flex: 1;
    display: block;
  }
  .footer_logo {
    text-align: left;
  }
  .footer_logo img {
    max-width: 280px;
  }
  .taiou_area {
    padding: 15px;
    margin: 15px 0;
    font-size: 13px;
  }
  .footer_L p {
    font-size: 12px;
    text-align: left;
  }
  /*     slider  */
  .top_slider_wrap {
    padding: 0px 15px 50px;
    padding-top: 209px;
  }
  .top_slider_wrap .inner {
    width: calc(100% - 100px);
  }
  .top_slider li img {
    width: 100%;
    border-radius: 20px;
  }
  /*     page top   */
  .ec-blockTopBtn {
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
  }
}
@media (min-width: 1300px) and (max-width: 1600px) {
  .ttd_02 .tuyomi_text_wrap.inview:before {
    right: 43%;
  }
}
@media (min-width: 1069.888px) and (max-width: 1300px) {
  .footer_more_wrap .more {
    width: 32%;
  }
  .footer_more_wrap .more a {
    font-size: 17px;
    letter-spacing: 0;
  }
  .footer_more_wrap .more a:after {
    right: 16px;
  }
  .footer_more_wrap .more:nth-of-type(2) a {
    padding-right: 33px;
    letter-spacing: -1px;
  }
  .footer_nav .menu {
    column-gap: 35px;
    grid-row-gap: 14px;
  }
}
@media (min-width: 1069.888px) and (max-width: 1400px) {
  .top_slider_wrap .inner, .header .inner {
    width: calc(100% - 10px);
  }
  .top_box {
    padding-right: 60px;
    padding-left: 60px;
  }
  .tuyomi_text_wrap {
    width: calc(100% - 120px);
  }
  .top_omakase_LR > div, .property_list > li {
    width: 47%;
  }
  .top_service_list {
    width: 100%;
  }
  .omakase_img img {
    margin-left: 286px;
    max-width: 350px;
  }
  .tuyomi_text_wrap .text {
    width: 44%;
  }
  .contact_parts {
    width: calc(100% - 90px);
    padding: 61px 25px 108px;
  }
  .page_midasi {
    margin-bottom: 30px;
  }
  .contact_parts:before {
    position: absolute;
    background: url(../images/common/city.png) no-repeat center center;
    background-size: contain;
    height: auto;
    aspect-ratio: 16 / 2.8;
    content: "";
    left: 0px;
    right: 0;
    bottom: -53px;
    margin: auto;
    width: 90%;
    max-width: 1200px;
  }
  .contact_parts .midasi span, .contact_parts .midasi {
    font-size: 44px;
    line-height: 1.5;
  }
}
@media (min-width:1069.888px) and (max-width: 1300px) {
  .header_ue .contact_btn_list {
    max-width: 500px;
  }
  .header_ue .contact_btn_list .more a {
    padding: 5px 20px;
    font-size: 17px;
  }
  .header_ue .contact_btn_list .more_fax a {
    padding: 5px 20px;
    font-size: 20px;
    padding-left: 56px;
  }
  .header_ue .contact_btn_list .more_fax:before {
    left: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .tuyomi_text_wrap {
    position: relative;
  }
  .tuyomi_text_wrap {
    width: calc(100% - 140px);
    margin: 0 auto !important;
  }
  .tuyomi_text_wrap .text {
    width: 100%;
  }
  .tuyomi_img_wrap {
    width: calc(100% - 70px);
  }
  .ttd_02 {
    margin: 100px 0;
  }
  .tuyomi_img_wrap .img {
    height: 400px;
    margin-bottom: 70px;
  }
  .tuyomi_img_wrap .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .ttd_02 .tuyomi_text_wrap:before, .ttd_03 .tuyomi_text_wrap:before, .ttd_01 .tuyomi_text_wrap:before {
    right: 0;
    bottom: auto;
    top: -123px;
  }
  .ttd_01 .tuyomi_text_wrap.inview:before, .ttd_03 .tuyomi_text_wrap.inview:before {
    right: 0;
  }
  .ttd_02 .tuyomi_text_wrap.inview:before {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1070px) {
  .top_slider_wrap {
    padding: 0px 15px 50px;
    padding-top: 0px;
  }
  .top_slider_wrap .inner {
    width: calc(100% - 5px);
  }
  .top_box {
    padding: 50px 25px;
  }
  .top_midasi {
    margin-bottom: 40px;
  }
  .top_midasi img {
    margin-bottom: 10px;
  }
  .page_midasi {
    margin-bottom: 30px;
  }
  .property_list > li {
    width: 48%;
  }
  .top_service_list {
    width: 100%;
  }
  .property_list .title {
    font-size: 16px;
  }
  .property_spec th {
    width: 80px;
  }
  .top_midasi, .top_sc_LR .top_midasi, .top_service_list .top_midasi {
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  .top_sc_LR .top_midasi span, .top_service_list .top_midasi span {
    font-size: 15px;
    margin-top: 2px;
  }
  .top_service_list .ts_box:after, .top_sc_LR > div:after {
    width: 20px;
    right: 18px;
    bottom: 15px;
  }
  .top_service_list .ts_box .top_midasi, .top_sc_LR > div .top_midasi {
    padding-bottom: 10px;
  }
  .omakase_img {
    top: -22px;
  }
  .omakase_img img {
    margin-left: 60px;
    max-width: 285px;
  }
  .top_omakase_LR > div {
    width: 100%;
  }
  .top_omakase_LR .img {
   height: 400px;
	text-align: center;
  }
  .home .top_omakase_LR .img{
  height: auto;
  //height: 400px;
  }
  .home .top_omakase_LR .img img{
  max-width: 500px;
  height: auto;
  width: 100%;
  }
  .top_omakase_LR {
    grid-row-gap: 55px;
  }
  .top_omakase_LR .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .page_midasi span, .page_midasi {
    letter-spacing: 0px;
  }
  .contact_parts .midasi span, .contact_parts .midasi {
    font-size: 33px;
  }
  .contact_parts .midasi span:before {
    width: 78px;
    top: -10px;
  }
  .contact_parts {
    width: calc(100% - 15px);
    padding: 50px 25px 90px;
  }
  .contact_parts:before {
    width: 91%;
    height: 100px;
    bottom: -37px;
  }
  .contact_parts_wrap:before {
    width: 75%;
    height: 266px;
    bottom: -31%;
  }
  .footer {
    padding-top: 183px;
  }
  .footer .inner {
    column-gap: 0;
    padding-left: 60px;
    padding-right: 60px;
  }
  .footer .inner > div {
    width: 47%;
    flex: none;
  }
  .taiou_area {
    padding: 15px 10px;
    margin: 15px 0;
    font-size: 11px;
  }
}
@media (max-width: 1070px) {
  body {}
  
  .bukken_spec_LR > div{
width:100%;
}

 .bukken_slider .bukken_img{

height: 250px;

}
 
  
  
  .sp_header_logo {
    display: block;
  }
    .footer_more_wrap {
    grid-row-gap: 10px;
  }
  .footer_more_wrap .more {
    width: 100%;
    max-width: 100%;
  }
  .footer_more_wrap .more a {
    font-size: 14px;
    height: 36px;
    padding: 5px 20px;
  }
  .footer_more_wrap .more a:after {
    right: 13px;
  }
  .footer_nav {
    padding: 10px 10px;
    margin-top: 18px;
    width: 100%;
  }
  .footer_nav .menu {
    column-gap: 26px;
  }
  .footer_nav .menu a {
    padding-left: 12px;
    font-size: 12px;
  }
  .footer_nav .menu a:before {
    top: 6px;
  }

.footer_more_wrap .more{
opacity: 1!important;
    transform: translateZ(0) scale(1)!important;
}


}
/*      @media   　 max767                                             */
@media (max-width: 767.888px) {
.copy {
padding-bottom: 100px;
}
/*.contact_parts .more_fax{
display: none;
}*/

  .more a:hover {}
  .slider_text_wrap {
    /*        left: 21px;
        top: auto;
        bottom: 23px;
        right: auto;*/
  }
  .top_property .top_midasi {
    margin-bottom: 30px;
  }
  .top_sc_LR > div {
    height: 245px;
  }
  .top_fee_company {
    padding-top: 0 !important;
  }
  #secondary {
    margin-top: 40px;
  }
  .nav-previous a {
    padding: 12px 20px 12px 40px;
  }
  .nav-next a {
    padding: 12px 40px 12px 20px;
  }
}