/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2024 | 02:09:15 */
@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
  color: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}


html {
  font-size: 14px !important;
}
html body {
  min-height: 100vh;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555;
  line-height: 1.8;
  letter-spacing: 0.05em;
  min-width: 1200px;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

i {
  vertical-align: baseline;
}

b, strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}


/* pc sp
-------------------------*/
.pc {
  display: none;
}
.sp,
.sp-min {
  display: block;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .sp-min {
    display: none;
  }
}
/* ease
-------------------------*/
.ease,
.ease * {
  -webkit-transition: .2s all ease;
  -moz-transition: .2s all ease;
  -ms-transition: .2s all ease;
  -o-transition: .2s all ease;
  transition: .2s all ease;
}

/* opacity
-------------------------*/
a.opacity:hover,
.opacity a:hover {
  opacity: 0.7;
}

/* font
-------------------------*/
.red {
  color: #e60012;
}
.bold {
  font-weight: bold;
}
.font-mincho {
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* container
-------------------------*/
.container {
  max-width: 1360px;
  margin: 0 auto;
}

/* flex
--------------------------------- */
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}
.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
.flex-around {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content:         space-around;
}


/* clearfix
-------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* breadcrumbs
-------------------------*/
.breadcrumbs {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 0.8em;
  color: #999;
  line-height: 1.6;
}
.breadcrumbs a.home {
  background: url("../img/svg/icon_home.svg") no-repeat left center / 15px;
  padding-left: 17px;
}

/* loading
-------------------------*/
.org_loader_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1111;
}

.org_loader {
  width: 0px;
  height: 0px;
  position: absolute;
  margin: -30px 0 0 -30px;
  border: 0px solid black;
  border-width: 30px 30px;
  top: 50%;
  left: 50%;
  animation: border-loading-indicator-row-2 750ms linear infinite;
}

@keyframes border-loading-indicator-row-2 {
  0% {
    border-color: black rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.75);
  }
  25% {
    border-color: rgba(0, 0, 0, 0.75) black rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.5);
  }
  50% {
    border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.75) black rgba(0, 0, 0, 0.25);
  }
  75% {
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.75) rgba(0, 0, 0, 0.75);
  }
  100% {
    border-color: black rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.75);
  }
}

/*=================================
  contentsWrap
=================================*/

.contentsWrap {
  width: 100%;
  height: 100%;
}
.contentsWrap_in {
  width: calc(100% - 88px);
  height: 100vh;
  position: absolute;
  left: 88px;
  top: 0;
}
.l-contents {
  width: 47%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.r-contents {
  width: 53%;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.l-contents_in,
.r-contents_in,
.contentsWrap_in {
  height: 100%;
}
.mainContents {
  padding: 2% 4% 4%;
}
.section {
  position: relative;
}

/* page_ttl
-------------------------------------------- */
.page_ttl {
  text-align: center;
  margin-bottom: 5%;
}
.page_ttl .en {
  font-size: 1.8rem;
  display: block;
  line-height: 1.2;
  margin-bottom: 7px;
}


/* .mikata 情報の見方
-------------------------*/
.mikata {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 100;
}
.mikata .mikata_in {
  height: 100vh;
  width: 100%;
}
.mikata .mikata_info {
  position: relative;
}
.mikata .mikata_in .close {
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 8px;
  line-height: 1;
}


@media only screen and (max-width: 768px) {

  html {
    font-size: 13px;
  }
  body {
    min-width: 100%;
    height: 100%;
  }

  .contentsWrap_in {
    width: 100%;
    position: inherit;
    left: auto;
    top: auto;
  }
  .l-contents,
  .r-contents {
    width: 100%;
    height: auto;
    position: inherit;
    left: auto;
    top: auto;
  }

  .mainContents {
    padding-top: 40px;
    padding-bottom: 40px;
  }


}


/*---------------------------
  top header
---------------------------*/
.header {
  width: 88px;
  height: 100vh;
  background: #313131;
  position: absolute;
  left: 0;
  top: 0;
}
.header_nav,
.header_in {
  height: 100%;
}
.header_in {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
   flex-flow: column;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.header_logo a {
  display: block;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 15px 10px;
}
.header_logo a:hover {
  opacity: 0.7;
}
.header_search {
  width: 100%;
  height: 352px;
}
.header_search li {
  display: table;
  width: 100%;
  color: #fff;
  font-size: 10px;
  margin-bottom: 1px;
}
.header_search li a {
  background: #434343;
  height: 88px;
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.header_search li a:hover {
  opacity: 0.7;
}
.header_search li span {
  margin-top: 5px;
  display: block;
}
.header_search li img {
  max-height: 22px;
  max-width: 22px;
}
.header_menuBtn {
  background: #434343;
  height: 88px;
  width: 100%;
  display: table;
  cursor: pointer;
}
.header_menuBtn:hover {
  opacity: 0.7;
}
.header_menuBtn i {
  height: 88px;
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.header_menuBtn img {
  max-height: 30px;
  max-width: 30px;
}
.header_menu {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: -1;
  transition: all 0.4s ease;
  opacity: 0;
}
.header_menu_in {
  position: absolute;
  left: -100%;
  top: 0;
  background: rgba(50, 50, 50, 0.9);
  width: calc(88px + calc(0.47 * calc(100% - 88px)));
  height: 100%;
  z-index: 1001;
  transition: all 0.4s ease;
  transition-delay: 0.4s;
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  .header_menu_in {
    width: 50%;
  }
}
.header_menu.menuOpen {
  z-index: 101;
  opacity: 1;
}
.header_menu.menuOpen .header_menu_in {
  left: 0;
}
.header_menu .btn_close {
  display: block;
  text-align: center;
  line-height: 88px;
  margin-top: -44px;
  vertical-align: middle;
  color: #fff;
  font-size: 40px;
  width: 88px;
  height: 88px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 11;
}
.header_menu .btn_close:active {
  border: 1px dotted #ccc;
}
.header_menu .header_menuList {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.header_menu ul {
  text-align: center;
  margin-top: -50px;
}
.header_menu ul li {
  color: #fff;
  font-size: 17px;
  padding: 1.2vh 0;
}
.header_menu ul li a {
  transition: all 3s;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.header_menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  background: #fff;
  height: 1px;
  transition: all .3s;
}
.header_menu ul li a:hover:after {
  width: 100%;
  left: 0
}

@media only screen and (max-width: 768px) {

  .header {
    width: 100%;
    height: 56px;
    position: inherit;
    top: auto;
    left: auto;
  }
  .header_in {
    flex-flow:row nowrap;
  }
  .header_logo a {
    width: 60px;
    height: 100%;
    padding: 12px;
    text-align: center;
  }
  .header_logo a img {
    max-height: 30px;
  }
  .header_search {
    height: 100%;
    width: 204px;
  }
  .header_search li {
    width: 50px;
    font-size: 10px;
    border-right: 1px solid transparent;
  }
  .header_search li.sunmiyako,
  .header_search li.art {
    display: none;
  }
  .header_search li a {
    height: 56px;
  }
  .header_search li span {
    display: none;
  }
  .header_search li img {
    max-height: 20px;
  }
  .header_menuBtn {
    width: 60px;
    height: 100%;
  }
  .header_menuBtn i {
    height: 100%;
  }
  .header_menuBtn img {
    max-height: 16px;
    vertical-align: middle;
  }

  .header_menu_in {
    width: 100%;
  }
  .header_menu .btn_close {
    font-size: 30px;
    line-height: 56px;
    width: 60px;
    height: 56px;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
  }
  .header_menu ul li {
    font-size: 14px;
  }

}


/*---------------------------
  top footer
---------------------------*/
.footer_contact {
  background: #cfd4d4;
  padding: 4%;
}
.footer_contact a {
  color: #333;
  display: block;
  width: 32%;
  margin: auto;
  border: 1px solid #333;
  padding: 10px;
  text-align: center;
  transition: all .4s;
}
.footer_contact a:hover {
  background: #333;
  color: #fff;
}

.footer_in {
  color: #fff;
  background: #4b4d4d;
  padding: 4%;
}
.footer_bnr {
  margin-bottom: 40px;
}
.footer_bnr li {
  width: 32%;
  margin-left: 2%;
  line-height: 50px;
  text-align: center;
}
.footer_bnr li:first-child {
  margin-left: 0;
}
.footer_bnr li a {
  background: #575959;
  display: block;
}
.footer_bnr li a:hover {
  opacity: 0.7;
}

.footer_link {
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 40px;
  min-height: 12vh;
}
.footer_link .ttl {
  float: left;
  width: 100px;
}
.footer_link .link_block {
  margin-bottom: 5px;
}
.footer_link ul {
  float: left;
  width: calc(100% - 100px);
}
.footer_link li {
  margin-bottom: 5px;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.footer_link li:last-child {
  border-right: none;
}


.footer_bottom {
  padding: 30px 0 0;
  border-top: 1px solid #fff;
}
.footer_info {
  font-size: 0.9rem;
  float: left;
}
.footer_info .tel {
  margin-bottom: 7px;
}
.footer_logo {
  width: 180px;
  float: right;
  padding-top: 35px;
}
.footer_logo a {
  display: block;
  overflow: hidden;
}
.footer .copyright {
  text-align: right;
  font-size: 0.7rem;
  margin-top: 30px;
}


@media only screen and (max-width: 768px) {

  .footer_contact {
    padding: 40px 4%;
  }
  .footer_contact a {
    width: 100%;
  }
  .footer_bnr li {
    width: 48%;
  }
  .footer_bnr li {
    margin: 0 auto 15px;
    border-right: 1px solid transparent;
  }
  .footer_bnr {
    margin-bottom: 20px;
  }

  .footer_link {
    margin-bottom: 20px;
  }
  .footer_link .ttl,
  .footer_link ul {
    float: none;
    width: 100%;
  }
  .footer_link .ttl {
    font-size: 1.1rem;
  }
  .footer_link ul {
    padding: 10px 0;
    margin-left: -10px;
  }
  .footer_link li {
    margin-bottom: 10px;
  }

  .footer_bottom {
    padding: 20px 0 0;
  }
  .footer_logo,
  .footer_info {
    float: none;
  }
  .footer_logo {
    padding-top: 10px;
    margin: 0 auto 30px;
  }
  .footer_info {
    text-align: center;
  }
  .footer .copyright {
    text-align: center;
    margin-top: 20px;
  }

}

/*---------------------------
  top sidemenu
---------------------------*/
.sidemenu {
  position: fixed;
  top: 50%;
  right: -50px;
  z-index: 10;
  transition: 0.2s all ease;
}
.sidemenu.js-visible {
  right: 0px;
}
.sidemenu-list {
  position: absolute;
  top: 0;
  right: -130px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 180px;
  background: #1b1b1b;
  padding: 7px 0;
  border-radius: 7px 0 0 7px;
  transition: 0.2s all ease;
}
.sidemenu-list:hover {
  right: 0;
}

.sidemenu-list .icon {
  width: auto;
  height: 20px;
  display: inline;
  text-align: center;
  vertical-align: middle;
  margin-top: -3px;
}
.sidemenu-list .menu-text {
  margin-left: 15px;
}
.sidemenu-list > li {
  color: #fff;
}
.sidemenu-list > li > a {
  display: block;
  padding-left: 15px;
  color: #8f8f8f;
  line-height: 36px;
}
.sidemenu-list > li > a:hover {
  color: #fff;
  background: #434343;
}

@media only screen and (max-width: 768px) {

  .sidemenu-btn {
    background: #1b1b1b;
    border-radius: 7px 0 0 7px;
    padding: 13px 15px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sidemenu-btn .icon {
    width: 20px;
  }
  .sidemenu-list {
    right: -180px;
  }
  .sidemenu.js-menuopen .sidemenu-list {
    right: 0;
  }
  .sidemenu-list > li > a {
    color: #fff;
  }

}


/*---------------------------
  top contents
---------------------------*/
.home .sec_mv {
  color: #fff;
  height: 100%;
  display:-webkit-box;”
  display:-ms-flexbox;
  display:flex;
   flex-flow: column;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  background: url("https://www.housepartner1.co.jp/app/uploads/sites/243/2024/12/ph_top3.jpg") no-repeat center center / cover;
}
.home .sec_mv .sitetitle {
  font-size: 0.85rem;
  text-align: center;
  border-bottom: 1px solid #fff;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 16px;
}
.home .sec_mv .mv-hero {
  text-align: center;
  height: 80%;
}
.home .sec_mv .site-logo {
  width: 60%;
  max-width: 450px;
  margin: auto;
}
.home .sec_mv .site-logo i img {
  width: 18%;
  max-width: 96px;
}
.home .sec_mv .site-logo > img {
  display: block;
  margin: 5% auto 0;
}
.home .sec_mv .mv-sub-catch {
  text-align: center;
  margin: 2% auto 5%;
}
.home .sec_mv .mv-catch-title {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.home .sec_mv .mv-catch-text {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.home .sec_mv .btn_bknsearch {
  text-align: center;
  width: 500px;
  margin: 5% auto;
}
.home .sec_mv .btn_bknsearch a {
  border: 1px solid #fff;
  display: block;
  width: 100%;
  padding: 7px;
  margin: 0 10px;
  text-align: center;
}
.home #main .sec_mv .btn_bknsearch a:hover {
  background: #fff;
  color: #333;
}
.home .sec_mv .sns-btn {
  max-width: 240px;
  margin: auto;
}
.home .sec_mv .sns-btn li {
  line-height: 1.2;
}
.home .sec_mv .sns-btn li a {
  color: #333;
  background: #fff;
  font-size: 1.5rem;
  line-height: 26px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 5px;
  text-align: center;
  display: inline-block;
  transition: all .4s;
}
.home .sec_mv .sns-btn li a:hover {
  color: #fff;
  background: #333;
}
.home .sec_mv .sns-btn li a:hover {
  color: #fff;
  background: #333;
}
.home .sec_mv .sns-btn li.fb a:hover {
  background: #3B5998;
}
.home .sec_mv .sns-btn li.insta a:hover {
  background: #D93177;
}
.home .sec_mv .sns-btn li.tw a:hover {
  background: #55acee;
}
.home .sec_mv .sns-btn li.yt a:hover {
  background: #c4302b;
}
.home .sec_mv .sns-btn li.ameblo a:hover {
  background: #2d8c3c;
}
.home .sec_mv .sns-btn li a .off,
.home .sec_mv .sns-btn li a:hover .on {
  display: block;
  margin: auto;
}
.home .sec_mv .sns-btn li a .on,
.home .sec_mv .sns-btn li a:hover .off {
  display: none;
}
.home .sec_mv .sns-btn li.ameblo a img {
  max-height: 26px;
}


.home .sec_mv .mv-hr {
  width: 20%;
  height: 1px;
  border: none;
  margin: 0 auto 5%;
  padding: 0;
  background: #fff;
}

.home .sec_bnrList .bnr_block {
  width: 32%;
}
.home .sec_bnrList .bnr {
  position: relative;
  margin-bottom: 1vw;
  overflow: hidden;
}
.home .sec_bnrList .bnr .text {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 12px;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
}
.home .sec_bnrList .sizeL .text {
  top: calc(21vw - 40px);
}
.home .sec_bnrList .sizeM .text {
  top: calc(15vw - 40px);
}
.home .sec_bnrList .sizeS .text {
  top: calc(10vw - 40px);
}
.home .sec_bnrList .sizeXS .text {
  top: calc(6vw - 40px);
}
.home .sec_bnrList .sizeL a:hover .text {
  top: calc(21vw - 80px);
}
.home .sec_bnrList .sizeM a:hover .text {
  top: calc(15vw - 80px);
}
.home .sec_bnrList .sizeS a:hover .text {
  top: calc(10vw - 80px);
}
.home .sec_bnrList .sizeXS a:hover .text {
  top: calc(6vw - 80px);
}
.home .sec_bnrList .bnr .text .ttl {
  font-weight: bold;
  margin-bottom: 8px;
}
.home .sec_bnrList .bnr .text p {
  font-size: 0.86rem;
  letter-spacing: 0;
}
.home .sec_bnrList .bnr img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.home .sec_bnrList .sizeXS img {
  height: 6vw;
}
.home .sec_bnrList .sizeS img {
  height: 10vw;
}
.home .sec_bnrList .sizeM img {
  height: 15vw;
}
.home .sec_bnrList .sizeL img {
  height: 21vw;
}
.home .sec_bnrList .bnr02 li {
  width: 49%;
  margin-bottom: 1vw;
}
.home .sec_bnrList .bnr02 li:nth-child(even) {
  margin-left: 2%;
}

.home .mainContents .section {
  margin-bottom: 40px;
}
.home .mainContents .section:last-child {
  margin-bottom: 0;
}



.home .section.sec_bnrList01 .bnr {
  margin: 0 5px 1vw;
}
.home .sec_bnrList01 .sizeM .text {
  top: calc(12vw - 40px);
}
.home .sec_bnrList01 .sizeM a:hover .text {
  top: calc(12vw - 80px);
}
.home .sec_bnrList01 .sizeM img {
  height: 12vw;
}
@media only screen and (min-width: 768px) {
  .home .mainContents .section.sec_bnrList01 {
    margin-bottom: 0;  
  }
  .home .mainContents .section.sec_bnrList01 .bnr_row {
    margin: 0 -5px;  
  }
}

/* =======================================
	共通
======================================= */
.section .mgn_auto {
  margin: 0 auto;
  text-align: center;
}
.home .sec_title {
  margin: 0 auto 30px;
}
.home .sec_title2 {
  margin: 0 auto 20px;
}
.home .sec_title .en,
.home .sec_title2 .en {
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-right: 15px;
}
.home .sec_title2 {
  background: #356aa0;
  color: #fff;
  padding: 10px 10px 10px 20px;
}

.section .fl {
  float: left;
}
.section .fr {
  float: right;
}


/* =======================================
	ニュース
======================================= */
.news_cont {
  border: 1px solid #959595;
  padding: 2% 4%;
  overflow-y: auto;
  height: 185px;
}
.news_info {
  border-bottom: 1px solid #c6c6c6;
  padding: 2% 0;
}
.news_text a {
  text-decoration: underline;
}
.news_text a:hover {
  color: #356aa0;
}
.news_text a[href=""] {
  text-decoration: none;
  pointer-events: none;
}


/* =======================================
	バナー
======================================= */

.sec_bnrList .mgb {
  margin-bottom: 15px;
}
.sec_bnrList .mgb2 {
  margin-bottom: 8.3%;
}
.sec_bnrList .mgb3 {
  margin-bottom: 4.3%;
}

.sec_bnrList .bn1-inner {
	width: 100%;
	margin:0px auto;
}

.sec_bnrList .bn2-inner1 {
	width:49%;
	margin:0px;
}
.sec_bnrList .bn2-inner2 {
	width:48%;
	margin:0px;
}

/* =======================================
	インフォメーション
======================================= */


/* =======================================
	物件
======================================= */

.pickup_article div.bkn:nth-child(n + 4) {
  display: none;
}
@media only screen and (max-width: 768px) {
	.pickup_article div.bkn:nth-child(-n + 4) {
	  display: block;
	}
}
.new_article div.bkn:nth-of-type(n + 7) {
  display: none;
}



.sec_bknList {
  position: relative;
}
.sec_bknList .btn_more {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #333;
  padding: 3px 20px;
  display: inline-block;
  font-size: 0.9rem;
}
.sec_bknList .btn_more:hover {
  background: #333;
  color: #fff;
}

.sec_bknList .bknList .bkn {
  width: calc(96% / 3);
  margin-left: 2%;
  margin-bottom: 40px;
}
.sec_bknList .bknList .bkn:nth-child(3n + 1) {
  margin-left: 0;
}

.sec_bknList .bknList .bkn a {
  display: block;
}
.sec_bknList .bknList .bkn a:hover img {
  opacity: 0.7;
}
.sec_bknList .bknList .bkn .img {
  position: relative;
}
.sec_bknList .bknList .bkn .img img {
  width: 100%;
  height: 11vw;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.sec_bknList .bknList .bkn .img .label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 20%;
  height: 100%;
  content: "";
  display: inline-block;
  background: no-repeat left top / 100%;
}
.sec_bknList .bknList .bkn .img .new {
  background-image: url("../img/label_new.png");
}
.sec_bknList .bknList .bkn .img .recommend {
  background-image: url("../img/label_recommend.png");
}
.sec_bknList .bknList .bkn .bkn_info {
  padding: 10px 0;
}
.sec_bknList .bknList .bkn .bkn_name {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 5px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sec_bknList .bknList .bkn .bkn_row {
  margin-bottom: 5px;
}
.sec_bknList .bknList .bkn .bkn_price {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 5px;
}
.sec_bknList .bknList .bkn .bkn_price .yen {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
.sec_bknList .bknList .bkn .bkn_addr {
  font-size: 0.8rem;
  line-height: 1.4;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sec_bknList .bknList .bkn .bkn_access {
  font-size: 0.8rem;
  line-height: 1.4;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sec_bknList .bknList .bkn .bkn_row_r {
  text-align: right;
  line-height: 1.3;
}
.sec_bknList .bknList .bkn .bkn_madori_01 {
  font-weight: bold;
}
.sec_bknList .bknList .bkn .bkn_madori_02 {
  font-size: 0.8rem;
}


/* =======================================
	スタッフ
======================================= */
.sec_staff .staff-list .list {
  width: 20%;
  margin-left: 4.5%;
  margin-bottom: 20px;
}
.sec_staff .staff-list .list a:hover {
  opacity: 0.7;
}

/* =======================================
	メディア
======================================= */
.sec_media .media-link .list {
  width: 17.4%;
  margin-left: 2%;
  margin-bottom: 20px;
}


/* =======================================
	SNS
======================================= */

.sns_title {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
.sns_title_tw {
  background: rgb(90,200,250);
  background: -webkit-linear-gradient(left, rgba(90,200,250,1) 0%, rgba(81,241,252,1) 100%);
  background: -o-linear-gradient(left, rgba(90,200,250,1) 0%, rgba(81,241,252,1) 100%);
  background: linear-gradient(to right, rgba(90,200,250,1) 0%, rgba(81,241,252,1) 100%);
}
.sns_title_fb {
  background: rgb(0,185,255);
  background: -webkit-linear-gradient(left, rgba(0,185,255,1) 0%, rgba(0,122,255,1) 100%);
  background: -o-linear-gradient(left, rgba(0,185,255,1) 0%, rgba(0,122,255,1) 100%);
  background: linear-gradient(to right, rgba(0,185,255,1) 0%, rgba(0,122,255,1) 100%);
}
.sns_title_insta {
  background: rgb(255,24,247);
  background: -webkit-linear-gradient(left, rgba(255,24,247,1) 0%, rgba(255,149,0,1) 100%);
  background: -o-linear-gradient(left, rgba(255,24,247,1) 0%, rgba(255,149,0,1) 100%);
  background: linear-gradient(to right, rgba(255,24,247,1) 0%, rgba(255,149,0,1) 100%);
}

.block_insta_l,
.block_twitter,
.block_facebook {
  width: 48%;
}
.block_sns_cont iframe {
  width: 100%;
}


.block_insta {
  margin-top: 30px;
}
.insta-output {
  margin: 0 -1%;
}
.insta-img {
  width: calc(100% / 6);
  padding: 1%;
}
.insta-img a {
  -webkit-transition: .2s;
  transition: .2s;
}
.insta-img a:hover {
  opacity: 0.7;
}

.block_insta_list {
  margin: -5px;
}
.block_insta_list .item {
  width: 50%;
  padding: 5px;
}
.block_insta_list .item a {
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}
.block_insta_list .item a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {

  html body {
    min-height: 0;
  }

  .home .sec_title {
    margin: 0 auto 20px;
  }
  .home .sec_title .en, .home .sec_title2 .en {
    font-size: 1.6rem;
  }

  .home .sec_mv {
    min-height: auto;
  }
  .home .sec_mv .mv-hero {
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
  }
  .home .sec_mv .mv-catch {
    font-size: 6vw;
  }
  .home .sec_mv .mv-catch-text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .home .sec_mv .btn_bknsearch {
    width: 90%;
  }

  .sec_bnrList .bnr_row {
    display: block;
  }
  .home .sec_bnrList .bnr_block {
    width: 100%;
  }
  .home .sec_bnrList .bnr {
    margin-bottom: 10px;
  }
  .home .sec_bnrList .bnr a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .home .sec_bnrList .bnr img {
    width: 36%;
    height: 24vw;
    min-height: 80px;
  }
  .home .sec_bnrList .bnr .text {
    position: static;
    width: 64%;
    padding: 3% 5%;
  }
  .home .sec_bnrList .sec_in .bnr02 li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .home .section.sec_bnrList01 .bnr {
    margin: 0 0 10px;
  }
  .sec_sns .block_row {
    display: block;
  }
  .block_insta_l,
  .block_twitter,
  .block_facebook {
    width: 100%;
  }
  .block_facebook {
    margin-top: 30px;
  }
  .insta-img {
    width: calc(100% / 3);
  }

  .sec_bknList .btn_more {
    position: inherit;
    right: auto;
    top: auto;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px;
    display: block;
  }

  .sec_bknList .bknList .bkn,
  .sec_bknList .bknList .bkn:nth-child(3n + 1) {
    width: 49%;
    margin-bottom: 20px;
    margin-left: 2%;
  }
  .sec_bknList .bknList .bkn:nth-child(odd) {
    margin-left: 0;
  }
  .sec_bknList .bknList .bkn .img img {
    height: 30vw;
  }

  .home .sec_bknList .bknList {
    margin-top: 20px;
  }
  .sec_bknList .bknList .bkn .bkn_row {
    display: block;
  }
  .sec_bknList .bknList .bkn .bkn_row_r {
    text-align: left;
    line-height: 1.3;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec_bknList .bknList .bkn_madori_01 {
    margin-right: 10px;
  }
  .sec_bknList .bknList .bkn .bkn_price {
    padding: 0 0 5px;
  }


}






/* wp flex版 */
.es-container {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

#main a:hover {
  color: inherit;
  text-decoration: none;
}
#main a:hover img {
  transform: scale(1);
}
#main .sec_bknList .btn_more:hover {
  background: #333;
  color: #fff;
}
#main .footer_contact a:hover {
  background: #333;
  color: #fff;
}

.es-list-wrapper,
.vertical-padding {
  padding: 0;
}
.has-4-columns > * {
  width: calc(33.33% - 10px);
}
.has-4-columns a:hover {
  opacity: 0.7;
}


.es-list.list-direction-column h3 {
  font-weight: normal;
}
.es-list.list-direction-column .date {
  color: #555;
  letter-spacing: 0.1em;
}

.es_new_block figure img.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.es_new_block figure .label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 20%;
  height: 100%;
  content: "";
  display: inline-block;
  background: no-repeat left top / 100%;
}
.es_new_block figure .new {
  background-image: url("/wp-content/uploads/sites/243/2020/11/label_new.png");
}
.es_new_block figure .recommend {
  background-image: url("/wp-content/uploads/sites/243/2020/11/label_recommend.png");
}



@media only screen and (max-width: 768px) {

  html body {
    min-width: 0;
  }
  body:not(.wp-admin) {
    min-width: 0;
  }

  .es-separate-container #content .es-container {
    padding: 0;
  }
  .has-4-columns > * {
    width: calc(50% - 10px);
  }

}
.es_new_block_items.has-4-columns::before,
.es_new_block_items.has-4-columns::after {
    width: calc(33.3% - 10px);
}