/*
  Theme Name: blankslate-mietell
  Template: blankslate
  Version: 1.01
*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

:root{
  --main-color:#004832;
  --main-bg-color:#E3E3E3;
  --main-gray:#7E7E7E;
}
.post-edit-link{
  display: none;
}

html{
  font-size: 16px;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}
body *{
  box-sizing:border-box;
}
body{
  font-family: "Noto Serif JP","EB Garamond", serif;
  font-weight: 300;
  color: var(--main-color);
  background-color: var(--main-bg-color);
  background-size: cover;
  letter-spacing: 0.05em;
  font-size: 16px;
  margin: 0;
}
main{
  position: relative;
  z-index: 50;
  opacity: 0;
  animation: 2s ease 0s forwards fadeIn;
  margin-top: 130px;
}
@media(max-width:768px){
  html,body{
    font-size:14px;
  }
  main{
    margin-top: 65px;
  }
}
@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}


header#header{
  background-color:transparent;
  z-index: 100;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
}
header#header .inner{
  margin: auto;
  padding: 12px 15px;
  max-width: 100%;
}
header#header > .flex{
  justify-content:space-between;
  display: flex;
  gap: 50px;
}
header#header nav#menu{
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  margin-right: 20px;
}
header#header nav#menu ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  align-items: flex-start;
}
header#header nav#menu ul.line:after{
  content: "";
  position: absolute;
  right: -25px;
  top: -12px;
  width: 1px;
  height: 64px;
  background-color: #BABABA;
  display: block;
}
header#header nav#menu li{
  margin-bottom: 0px;
}
header#header nav#menu a{
  color: var(--main-color);
  text-decoration: none;
  font-family: "Helvetica Neue",Arial, sans-serif;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  display: block;
  transition: all 0.5s cubic-bezier(.27,1.78,.5,.73);
/*  transition: all 0.5s cubic-bezier(.47,1.64,.41,.8);*/
  position: relative;
}
/*
header#header nav#menu a.menu:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: var(--main-color);
  transition:width ease 0.3s;
}
*/
header#header nav#menu ul.black a{
  color: #000;
}
header#header nav#menu a span.en{
  display: block;
  margin-bottom: 5px;
}
header#header nav#menu a span.ja{
  display: block;
  font-family: "Noto Serif JP", serif !important;
  font-size: 11px;
  font-weight: 400 !important;
  position: relative;
}
header#header nav#menu a span.ic{
  display: block;
  text-align: center;
  margin-bottom: 3px;
  margin-top: 3px;
}

header#header nav#menu a.soon{
  cursor: default;
}
header#header nav#menu a.soon span.en:before{
  content: "soon..";
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all ease 0.5s;
}
header#header nav#menu a.soon span.ja:before{
  content: "準備中";
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all ease 0.5s;
}
header#header #site-title{
  flex: 0 0 350px;
}
header#header #site-title .search{
  display: none;
  width: 246px;
  transition: all ease 0.5s;
  opacity: 0;
  position: absolute;
}
header#header #site-title .search.open{
  display: block;
  opacity: 1;
}

@media(max-width:768px){
  .member header#header{
    background-color: var(--main-bg-color);
  }
  header#header #site-title{
    flex: 0 0 245px;
  }
  header#header #site-title .search{
    width: 160px;
  }
  header#header .inner{
    padding: 10px !important;
  }
}

@media(hover:hover){
  header#header nav#menu a.menu:hover{
    transform: translate(0px,-15px);
    padding-bottom: 15px;
  }
  header#header nav#menu.open a.menu:hover{
    transform: none;
    padding-bottom: 0px;
  }
  header#header nav#menu a.soon:hover{
    transform: none;
  }
  header#header nav#menu a.soon:hover span.en:before,
  header#header nav#menu a.soon:hover span.ja:before{
    opacity: 1;
  }
  header#header nav#menu a.soon:hover span.en span,
  header#header nav#menu a.soon:hover span.ja span{
    opacity: 0;
  }
}




.headnavi .spmenu{
  display: block !important;
  position: fixed;
  right: 13px;
  top: 13px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 2;
  transform: translateY(0%);
  z-index: 999;
}
.headnavi .spmenu span{
  width: 36px;
  height: 3px;
  display: block;
  background-color: var(--main-color);
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  transition:all ease 0.5s;
}
.headnavi .spmenu:before,
.headnavi .sp.close:before{
  content:"";
  display: block;
  width: 3px;
  height: 36px;
  background-color: var(--main-color);
  transition:all ease 0.5s;
  position: absolute;
  top: 0px;
  left: 50%;
  transform:translateX(-50%);
}
.headnavi .spmenu.open span{
  transform:translateY(-50%) rotate(45deg);
  transform-origin: center;
}
.headnavi .spmenu.open:before{
  transform:translateX(-50%) rotate(45deg);
  transform-origin: center;
}
.headermenu{
  margin-right: 50px;
}
.headnavi .in_panel{
  margin-top: 40px;
}
.headnavi .in_panel li{
  margin-bottom: 1em !important;
}
.headnavi ul.language{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.headnavi ul.language li{
  margin-bottom: 0px;
  width: 100%;
}
.headnavi ul.language li a{
  display: block;
  padding: 5px;
  border-radius: 0px;
  text-align: center;
  color:#212121;
  font-weight: bold;
  text-decoration: none;
  transition: background-color ease 0.5s;
}
.headnavi ul.language > li > a{
  padding: 3px 5px;
}
.headnavi ul.language li ul li a{
  padding: 10px 5px;
}
.headnavi ul.language ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0px;
  transition:all ease 0.5s;
  width: 100%;
  display: block !important;
}
.headnavi ul.language:hover ul{
  max-height: 300px;
}
.headnavi ul.language li a:focus,
.headnavi ul.language li a[data-stt-active]{
  color: #000 !important;
}
@media(hover:hover){
  .headnavi ul.language li a:hover{
    opacity: 0.5;
  }
}
.headnavi ul.language > li:first-child:after{
  display: block;
  text-align: center;
  content: "EN";
  font-family: Arial, Helvetica;
  font-size: 10px;
}


@media (min-width: 1181px){
  .scroll header#header #site-title .search{
    display: block;
    opacity: 1;
  }
  header#header nav#menu a.current.menu:after{
    width: 100%;
  }
  header#header nav#menu a.menu.current{
    transform: translate(0px,-12px);
  }
  header#header #site-title{
    width: 300px;
  }
  header#header h1,
  header#header nav#menu{
    transition:opacity ease 0.5s;
  }
  header#header nav#menu ul.in_panel{
    display: none;
  }
  header#header .headermenu{
    transition: all ease 0.5s;
  }
  header#header .headermenu.open{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: var(--main-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    animation: 0.8s ease 0s fadein forwards;
    z-index: 998;
  }
  header#header .headermenu.open nav#menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
    margin-right: 0px;
  }
  header#header .headermenu.open nav#menu span.en{
    font-size: 35px;
  }
  header#header .headermenu.open nav#menu span.ja{
    font-size: 16px;
  }
  header#header .headermenu.open nav#menu ul{
    display: block !important;
  }
  header#header .headermenu.open nav#menu ul.language{
    display: none !important;
  }
  header#header .headermenu.open nav#menu li{
    margin-bottom: 30px !important;
  }
  header#header .headermenu.open nav#menu ul.abs{
    display: flex !important;
  }
  header#header .headermenu.open nav#menu ul.abs li{
    margin-bottom: 0px !important;
  }


  header#header .headermenu.open nav#menu ul.in_panel{
    margin-top: 0;
  }
  header#header .headermenu.open nav#menu ul.in_panel:last-child{
    flex-basis: 690px;
  }
  header#header .headermenu.open nav#menu ul.line:after{
    display: none;
  }
  header#header .headermenu.open nav#menu ul.in_panel li{
    font-size: 14px;
    margin-bottom: 1.2em !important;
  }
  header#header .headermenu.open nav#menu ul.abs{
    position: fixed;
    top: 12px;
    right: 85px;
  }
  header#header .headermenu.open nav#menu ul.abs li.search{
    display: none;
  }
  header#header .headermenu.open nav#menu ul.abs .ja{
    font-size: 11px;
  }
}

@media (max-width: 1180px){
  .headnavi .spmenu span{
    height: 5px;
  }
  .headnavi .spmenu:before,
  .headnavi .sp.close:before{
    width: 5px;
  }
  .headermenu.open{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    background: var(--main-bg-color);
    margin-top: -10px;
    margin-left: -10px;
    z-index: 998;
  }
  .headermenu.open
  .headnavi .spmenu{
    right: 10px;
    top: 10px;
  }
  .headnavi .spmenu span{
/*    width: 25px;*/
  }

  .headnavi .spmenu:before,
  .headnavi .sp.close:before{
/*    height: 25px;*/
  }
  nav#menu{
    display: block !important;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0%;
    right: -100%;
    transition:right ease 0.5s;
    padding: 100px 10px 10px;
    background: var(--main-bg-color) ;
    background-size: 24px;
    z-index: 998;
    margin: 0 !important;
    overflow: visible;
  }
  nav#menu.open{
    right: 0px;
  }
  header#header nav#menu ul{
    display: block;
    overflow: hidden;
  }
  header#header nav#menu ul.abs{
    position: fixed;
    top: 10px;
    right: 60px;
    overflow: visible;
    gap: 10px;
  }
  header#header nav#menu ul.abs li{
    font-size: 11px;
  }
  header#header .headermenu.open nav#menu ul.in_panel:last-child{
    padding-bottom: 40px;
  }
  header#header nav#menu li{
    margin-bottom:20px;
  }
  header#header nav#menu ul.language li{
    margin-bottom:5px;
  }
  header#header nav#menu li.search svg{
    width: 50px;
    height: 36px;
  }
  header#header nav#menu li.search .ja{
    display: none;
  }
  header#header nav#menu.open li.search{
    display: none;
  }
  header#header nav#menu li.login{
    display: none;
  }
  header#header nav#menu.open li.login{
    display: block;
  }
  header#header nav#menu ul.language{
    display: none !important;
  }
  header#header nav#menu.open ul.language{
    display: block !important;
  }
  header#header nav#menu li a:after{
    bottom:5px;
  }
  header#header nav#menu li.flex-col{
    position: absolute;
    top: 10px;
    left: 10px;
  }
  #header .menu li a{
    display: inline-block;
    padding: 15px 0;
  }
  header#header nav#menu a span.en{
    font-size: 30px;
  }
  header#header nav#menu a span.ja
  {
    font-size: 13px;
  }
  header#header nav#menu a span.ic{
    text-align: center;
    margin-bottom: 3px;
    margin-top: 3px;
  }
}


section input,section select,section textarea{
  display: inline-block;
  height: 52px;
  border: none;
  background-color: #C8C8C8 ;
  color:#000;
  outline: none;
  padding: 10px 20px;
  width: 100%;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  box-sizing: border-box;
  font-size: 15px;
  border-radius: 0px;
}
section textarea{
  height: auto;
}
section select{
  -webkit-appearance:none;
  background: #C8C8C8 url(./images/select.svg) no-repeat calc(100% - 12px)  50%;
  background-size: 20px;
}
section input[type="file"]{
  height: auto;
  background-color: transparent;
  padding: 0;
}
section input.zipcode{
  padding-left: 40px;
  background: #C8C8C8 url(./images/ic_zip.svg) no-repeat 20px  50%;
}
section label{
  position: relative;
  white-space: nowrap;
}
section input[type="checkbox"]{
  height: auto;
  min-width: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
section input[type="checkbox"] + span{
  position: relative;
}
section input[type="checkbox"] + span:before{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #BEBEBE;
  vertical-align: middle;
  margin-right: 12px;
}
section input[type="checkbox"]:checked + span:before{
  background: var(--main-color) url(./images/checked.svg) 50% 50%;
}
section input[type="radio"]{
  height: auto;
  min-width: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
section input[type="radio"] + span{
  color: #868686;
}
section input[type="radio"]:checked + span{
  color: var(--main-color);
}
section input[type="radio"].checkbox + span{
  color: var(--main-color);
}
section input[type="radio"].checkbox + span:before{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #BEBEBE;
  vertical-align: middle;
  margin-right: 12px;
}
section input[type="radio"].checkbox:checked + span:before{
  background: var(--main-color) url(./images/checked.svg) 50% 50%;
}

section input[type="number"] { 
  -moz-appearance:textfield; 
}
section input[type="number"]::-webkit-outer-spin-button, 
section input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

section .file{
  display: flex;
  align-items: center;
  gap: 20px;
}
section .file input[type="file"]{
  display: none;
}
section .file button{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--main-bg-color);
  color: var(--main-color);
  padding: 5px 10px;
  width: 180px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  border: 1px solid var(--main-color);
  font-family: "Noto serif JP", serif;
}
section .file input[type="file"] + span{
  font-size: 14px;
}
section .file.done button{
  background-color: #C8C8C8;
}


section button{
  cursor: pointer;
}
section button.bgblack,
section button.bggreen,
section input[type="submit"].bgblack,
section input[type="submit"].bggreen,
section .button.bgblack,
section .button.bggreen,
section .wp-block-button__link{
  outline: none;
  border: none;
  font-family: "Noto Serif JP", serif;
  width: 243px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}
section button.bgblack.inline-block,
section button.bggreen.inline-block,
section input[type="submit"].bgblack.inline-block,
section input[type="submit"].bggreen.inline-block,
section .button.bgblack.inline-block,
section .button.bggreen.inline-block,
section .wp-block-button__link.inline-block{
  line-height: unset;
  padding-top: 27px;
  padding-bottom: 27px;
}
section button.line,
section a.line{
  border: 1px solid var(--main-color); 
  color: var(--main-color);
  background-color: var(--main-bg-color);
}
section .unit{
  position: relative;
}
section .unit input{
  padding-right: 45px;
}
section .unit span{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media(max-width:768px){
  section button.bgblack,
  section button.bggreen,
  section .button.bgblack,
  section .button.bggreen{
    width: 220px;
    height: 65px;
    font-size: 18px !important;
    line-height: 65px;
  }
  .member .flex.items-center > div:first-child{
    margin-bottom: 10px;
  }
  section button.bgblack.inline-block,
  section button.bggreen.inline-block,
  section input[type="submit"].bgblack.inline-block,
  section input[type="submit"].bggreen.inline-block,
  section .button.bgblack.inline-block,
  section .button.bggreen.inline-block{
    padding-top: 23px;
    padding-bottom: 23px;
  }


}




section.search{
  display: block !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0%;
  transition:right ease 0.5s;
  padding: 10px;
  background-color: var(--main-bg-color);
  z-index: 99;
  transition: all ease 0.5s;
}
section.search.open{
  top: 0%;
}
a.search{
  position: relative;
  z-index: 997;
}
section.search{
  font-size: 13px;
  line-height: 1.2;
  max-height: 100%;
  overflow-y: auto;
}
section.search .inner{
  padding-top: 130px;
  padding-bottom: 0px;
}
section.search .inner > div > div{
  margin-bottom: 40px;
}
section.search input,section.search select{
  width: 170px;
}
section.search select{
  width: 170px;
}
section.search select[name="city"] option,
section.search select[name="transport_station"] option{
  display: none;
}
section.search select[name="city"] option:last-child,
section.search select[name="transport_station"] option:last-child{
  display: block !important;
}

section.search label{
  position: relative;
}
section.search label{
  white-space: nowrap;
  cursor: pointer;
}
section.search .checkbox label{
  flex: 0 1 calc((100% - 40px) / 3);
}
section.search .checkbox.roomtype label{
  flex: 0 1 auto;
}
section.search :focus{
  outline: none;
  border: 2px solid var(--main-color);
}
section.search .bgblack,
section.search .bggreen{
  display: block;
  outline: none;
  border: none;
  font-family: "Noto Serif JP", serif;
  width: 243px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:801px){
  section.search{
    padding-bottom: 150px;
  }
  section.search .flex{
    display: flex !important;
    gap: 15px;
  }   
  section.search form > div > div{
    margin-bottom: 15px;
  }
  section.search .gap60{
    gap: 60px;
  }
  section.search .gap50{
    gap: 50px;
  }
  section.search .gap30{
    gap: 45px;
  }
  .hide-800{
    display: none;
  }
  section.search .btns{
    transition: opacity ease 0.5s;
    opacity: 0;
  }
  section.search.open .btns{
    border-top: 1px solid var(--main-color);
    background-color: var(--main-bg-color);
    padding-top: 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    opacity: 1;
  }
}
@media (max-width:800px){
  section.search .inner{
    padding: 130px 5px 150px !important;
  }
  section.search .flex{
    display: block !important;
  }
  section.search .flex.sp{
    display: flex !important;
  }
  section.search .items-center{
    margin-bottom: 20px;
  }
  section.search .items-center > :first-child{
    margin-bottom: 10px;
  }
  section.search .spauto{
    flex: 1 !important;
  }
  section.search .spauto input{
    width: 100%;
  }
  section.search .checkbox label{
    display: inline-block;
    margin-bottom: 16px;
    width: 49%;
  }
  section.search .checkbox.roomtype label{
    width: auto;
    margin-right: 12px;
  }
  section.search .bgblack,
  section.search .bggreen{
    width: 220px;
    height: 65px;
    font-size: 18px !important;
    transition: opacity ease 0.5s;
    opacity: 0;
  }
  section.search.open .bgblack,
  section.search.open .bggreen{
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: 1;
  }
  section.search.open .bggreen{
    bottom: 85px;
  }  

  section.search .bggreen{
    bottom: 80px;
  }
  section.search .bggreen span{
    font-size: 46px !important;
  }
  section.search select,  section.search input{
    width: 100%;
  }
  section.search .flex.sp.wrap{
    gap: 10px 30px;
  }
  section.search .flex.sp.wrap > *{
    flex: 0 0 calc((100% - 30px) / 2) !important;
  }
  section.search .flex.sp.wrap > .radio{
    flex: 0 0 100% !important;
  }
  section.search .flex.sp.wrap > .radio .nowrap{
    margin-bottom: 0px;
  }
  section.search .flex.sp.wrap > .radio > .flex{
    margin-bottom: 20px !important;
  }
  section.search input,section.search select{
    height: 40px;
  }
  section.search input[type="radio"]:checked + span{
    border-bottom: 1px solid var(--main-color);
  }
  .show-800{
    display: none;
  }
  .gap50,.gap60{
    margin-right: 37px;    
  }
  .mr40{
    margin-right: 37px;
  }
}





.bggray .wpcf7-form input,
.bggray .wpcf7-form textarea,
.bggray .wpcf7-form select{
  border:1px solid #CCC;
}
.wpcf7-spinner{
  margin:0;
  display: block;
}
footer#footer {
  width: calc(90%);
  margin-top: 100px;
  margin-left: 10%;
  margin-bottom: 60px;
  background-color: var(--main-color);
  color: #FFF;
  position: relative;
  padding: 5px 15px 0px;
  font-size: 15px;
  font-weight: 200;
}
footer#footer:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(-10%* 1.1111111);
  bottom: -60px;
  background-color: var(--main-color);
  height: 60px;
  width: calc(10%* 1.1111111);
  letter-spacing: 0em;
}
@media(max-width:768px){
  footer#footer {
    margin-bottom: 95px;
  }
  footer#footer:before {
    bottom: -95px;
    height: 95px;
  }
}
footer#footer .inner{
  max-width: none;
}
footer#footer a{
  color: #FFF;
  text-decoration: none;
}
footer#footer a .en{
  font-size: 50px;
}
footer#footer li{
  margin-bottom: 1em;
}
footer#footer .gotop{
  position: absolute;
  right: 0px;
  bottom: 20px;
}
footer#footer #copyright{
  line-height: 1.5;
}
footer#footer .flex{
  gap:40px;
}
@media (hover:hover){
  .gotop a{
    transition:padding 0.2s ease;
    display: block;
  }
  .gotop a:hover{
    padding:0 0 20px;
  }
}
@media(max-width:1250px){
  footer#footer {
    font-size: 15px;
  }
  footer#footer a .en{
    font-size: 40px;
  }
  footer#footer .flex{
    gap:30px;
  }
}
@media(max-width:768px){
  footer#footer {
    font-size: 13px;
    padding: 12px;
  }
  footer#footer a .en{
    font-size: 46px;
  }
  footer#footer .gotop{
    width: 85px;
  }
  footer#footer #copyright{
    width: calc(100% - 100px);
  }
}

.btn{
  border:0px;
  outline: none;
  background-color: var(--main-color);
  color: #FFF;
  width: 100%;
  max-width: 250px;
  font-size: 18px;
  padding: 20px 0;
  transition: all ease 0.5s;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  text-align: center;
  line-height: 1.3;
  justify-content: center;
}
.btn.black{
  background-color: #000;
}
@media(max-width:768px){
  .btn{
    font-size: 15px;
    padding: 20px 0;
  }
}
@media (hover:hover){
  footer a,
  section button,
  section button,
  section .button,
  a img,
  .btn{
    transition: opacity 0.5s ease;
  }
  footer a:hover,
  section button:hover,
  section .button:hover,
  a img:hover,
  .btn:hover{
    opacity: 0.7;
  }
  .property-list a img:hover{
    opacity: 1;
  }
}





section > .inner,.inner{
  padding: 15px;
  position: relative;
  max-width: 1180px;
  margin: auto;
}
.home section > .inner{
  border:none;
}
section h1{
  font-size: 32px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
section h2{
  font-size: 30px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media(max-width:768px){
  section h1.entry-title{
    font-size: 26px;
  }
  section h2{
    font-size: 21px;
  }
  section > .inner,.inner{
    padding: 10px !important;
  }
}


section a{
  text-decoration: none;
  color: var(--main-gray);
}

section p{
  margin-bottom: 20px;
}
section h2,section h3,section h4,section h5,section figure{
  margin-bottom: 20px;
}
section strong{
  font-weight: bold;
}
section ul,section ol{
  margin-bottom: 40px;
}
section ul li{
  list-style-type:disc;
  margin-left: 30px;
  line-height: 1.5;
}
section ol li{
  list-style-type: decimal;
  margin-left: 30px;
}
main section .inner > div{
  margin-bottom: 40px;
}
main .wp-block-gallery{
  margin-bottom: 40px;
}
main figcaption{
  line-height: 1.5;
}
main .wp-block-image{
  margin-top: 2em;
  margin-bottom: 2em;
}
main .aligncenter{
  text-align: center;
}
main .alignright{
  text-align: right;
}



.slideimg{
  position: relative;
}
.slideimg + .text{
  opacity: 0;
}
.slickbeforeafter{
  display: flex;
  overflow: hidden;
  max-width: 1150px;
  margin-left:auto;
  margin-right: auto;
}
.slickbeforeafter div[data-type="before"]{
  position: absolute;
}
.slickbeforeafter > div{
  flex:0 0 100%;
}
.slickbeforeafter .slideimg:before{
  background-color: rgba(0, 0, 0, 0.25);
  float: left;
}
.large .slideimg:before,.slick-slide .slideimg:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
.cndkbeforeafter-item img{
  max-width: none !important;
}
.cndkbeforeafter-seperator > div > span,
.cndkbeforeafter-theme-light .cndkbeforeafter-seperator > div > span {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  left: auto !important;
  background: var(--main-color) url(./images/icon_eye.svg) 50% 50% no-repeat !important;
  background-size: 80%;
  border-color: var(--main-color) !important;
  top: 25%;
}
@media(max-width:768px){
  .cndkbeforeafter-theme-light .cndkbeforeafter-seperator > div > span {
    top: 75%;
  }
}
.cndkbeforeafter-seperator > div > span::after,
.cndkbeforeafter-seperator > div > span::before{
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-width: 0px !important;
  transform: rotate(0deg);
  color: #FFF;
  padding: 0px;
  white-space: nowrap;
}
.cndkbeforeafter-seperator > div > span::before{
  content:"before";
  right: 100%;
  text-align: right;
  letter-spacing: 0;
}
.cndkbeforeafter-seperator > div > span::after{
  content:"after";
  left: 100%;
  text-align: left;
  letter-spacing: 0;
}
.cndkbeforeafter-seperator:active > div > span{
  transform: scale(1.0) !important;
}

@media(min-width:769px){
  .slide-sp{
    display: none !important;
  }
}
@media(max-width:768px){
  .slide-pc{
    display: none !important;
  }
}
.screen-portrait .slide-sp{
  display: block !important;
}
.screen-portrait .slide-pc{
  display: none !important;
}
.screen-landscape .slide-sp{
  display: none !important;
}
.screen-landscape .slide-pc{
  display: block !important;
}
section.sold .slide-pc:before,
section.sold .slide-sp:before{
  content:"sold";
  position: absolute;
  background-color: #C60C00;
  color: #FFF;
  z-index: 3;
  padding: 15px 20px;
  top:5%;
  left:0px;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-sefif;
  font-weight:700;
  letter-spacing:0px;
  font-size:18px;
}
section.sold .slide-sp:before{
  left:auto;
  right:0px;
}
@media(max-width:768px){
  section.sold .slide-pc:before,
  section.sold .slide-sp:before{
    font-size: 16px;
    padding: 12px 15px;
  }
}
section.new h1 a:before,
section.new h1.f-xlarge:before,
section h1 span.type{
  content:"new";
  color: #C60C00;
  border: 1px solid #C60C00;
  vertical-align: text-bottom;
  padding: 2px 6px;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-sefif;
  font-weight:700;
  letter-spacing:1px;
  font-size:18px;
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
  transform: translateY(-1px);
}
section.new h1.f-xlarge:before,
section h1.f-xlarge span.type{
  transform: translateY(-4px);
}
section h1 span.type{
  color: var(--main-color);
  border-color: var(--main-color);
  font-size: 14px;
  padding: 4px 6px;
}
section.new h1 span.type{
  margin-left: -2px;
}
@media(max-width:768px){
  section.new h1 a:before{
    font-size: 14px;
  }
  section h1 a span.type{
    font-size: 10px;
  }
}
/*
.property-list-wrap{
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  color: #444;
  grid-auto-flow: dense ;
}

.property-list.large{
  grid-column: span 2;
  grid-row: span 2;
}

@media(min-width:769px){
  .property-list.large h1{
    font-size: 2em;
  }
  .property-list.large h2{
    font-size: 1.5em;
  }  
}
*/

@keyframes listfadein{
  0%{
    transform: translateY(-20px);
    opacity: 0
  }
  100%{
    transform: translateY(-0px);
    opacity: 1
  }
}
@keyframes fadein{
  0%{
    opacity: 0
  }
  100%{
    opacity: 1
  }
}

.property-list:nth-child(1){animation: 0.5s ease 0.1s listfadein forwards;}
.property-list:nth-child(2){animation: 0.5s ease 0.2s listfadein forwards;}
.property-list:nth-child(3){animation: 0.5s ease 0.3s listfadein forwards;}
.property-list:nth-child(4){animation: 0.5s ease 0.4s listfadein forwards;}
.property-list:nth-child(5){animation: 0.5s ease 0.5s listfadein forwards;}
.property-list:nth-child(6){animation: 0.5s ease 0.6s listfadein forwards;}
.property-list:nth-child(7){animation: 0.5s ease 0.7s listfadein forwards;}
.property-list:nth-child(8){animation: 0.5s ease 0.8s listfadein forwards;}
.property-list:nth-child(9){animation: 0.5s ease 0.9s listfadein forwards;}
.property-list:nth-child(10){animation: 0.5s ease 1.0s listfadein forwards;}
.property-list:nth-child(11){animation: 0.5s ease 1.1s listfadein forwards;}
.property-list:nth-child(12){animation: 0.5s ease 1.2s listfadein forwards;}
.property-list:nth-child(13){animation: 0.5s ease 1.3s listfadein forwards;}
.property-list:nth-child(14){animation: 0.5s ease 1.4s listfadein forwards;}
.property-list:nth-child(15){animation: 0.5s ease 1.5s listfadein forwards;}
.property-list:nth-child(16){animation: 0.5s ease 1.6s listfadein forwards;}
.property-list:nth-child(17){animation: 0.5s ease 1.7s listfadein forwards;}
.property-list:nth-child(18){animation: 0.5s ease 1.8s listfadein forwards;}
.property-list:nth-child(19){animation: 0.5s ease 1.9s listfadein forwards;}
.property-list:nth-child(20){animation: 0.5s ease 2.0s listfadein forwards;}
.property-list:nth-child(21){animation: 0.5s ease 2.1s listfadein forwards;}
.property-list:nth-child(22){animation: 0.5s ease 2.2s listfadein forwards;}
.property-list:nth-child(23){animation: 0.5s ease 2.3s listfadein forwards;}
.property-list:nth-child(24){animation: 0.5s ease 2.4s listfadein forwards;}
.property-list:nth-child(25){animation: 0.5s ease 2.5s listfadein forwards;}

.property-list div[data-type="before"]{
  display: none;
  position: absolute;
}

.property-list.large div[data-type="before"]{
  display: block;
}
@media(max-width:768px){
  .property-list h1.f-medium{
    font-size: 14px !important;
  }
  .property-list h2.f-small{
    font-size: 11px !important;
  }

}


@media(max-width:768px){
/*
  .property-list-wrap{
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .property-list{
  }
  .property-list.large{
    grid-column: span 2;
  }

*/
  .property-list-wrap .cndkbeforeafter-seperator > div > span,
  .property-list-wrap .cndkbeforeafter-theme-light .cndkbeforeafter-seperator > div > span {
/*    display: ; */
  }
  .property-list-wrap .cndkbeforeafter-seperator{
    width: 1px !important;
  }
}

.result_sort{
  display: flex;
  margin-bottom: 60px !important;
  gap: 0px;
  width: 100%;
  position: relative;
}
.result_sort .result{
/*  flex:0 0 calc(100% / 3 * 2);
  margin-right: 5px;*/
  padding-top: 10px;
  border-top: 1px solid var(--main-color);
  flex: 1;
}
.result_sort .sort{
/*  flex:0 0 calc(100% / 3);
  margin-left: 5px;*/
  padding-top: 10px;
  border-top: 1px solid var(--main-color);
  text-align: right;
  flex: 1;
}
.result_sort a,
.result_sort button,
.modal-sort button{
  color: #000;
  text-decoration: none;
  display: inline-block;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  padding: 0px;
  cursor: pointer;
}
.result_sort .inline-block{
}
.result_sort .inline-block button{
  display: block;
}


.current,
.newer .newer,
.price .price,
.size .size,
.older .older,
.price-low .price-low,
.size-low .size-low
{
  color: var(--main-color) !important;
}
.newer .current,
.price .current,
.size .current,
.older .current,
.price-low .current,
.size-low .current
{
  color: #000 !important;
}
.result_sort .pc .price-low,
.result_sort .pc .size-low,
.result_sort .pc .older{
  display: none !important;
}
.result_sort .price.pc .price-low,
.result_sort .size.pc .size-low,
.result_sort .newer.pc .older,
.result_sort .price-low.pc .price-low,
.result_sort .size-low.pc .size-low,
.result_sort .older.pc .older{
  display: inline-block !important;
}
ul.dropdown{
}
ul.dropdown ul{
  text-align: left;
  padding: 20px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  background-color: #F0F0F0;
  margin-top: 10px;
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
ul.dropdown li{
  line-height: 1.2;
  list-style-type: none;
  position: relative;
  padding-bottom: 20px;
  margin: 0px;
}
ul.dropdown li ul li{
  margin-bottom: 1em;
  padding-bottom: 0px;
  white-space: nowrap;
}
ul.dropdown li ul li a{
  display: inline;
  text-decoration: none;
}
ul.dropdown li a:hover,
ul.dropdown li:hover > a{
  color: var(--main-color) !important;
}
ul.dropdown li:last-child{
  margin: 0px;
}
ul.dropdown li:hover ul{
  opacity: 1;
  visibility: visible;
}

.property-list .dropdown{
  position: absolute;
  top: 10px;
  right: 10px;
}
.property-list .dropdown.edit{
  right: 40px;
}
.property-list .dropdown ul{
  right: -10px;
}
.property-list .dropdown ul:before{
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  background-color: #F0F0F0;
  top: -5px;
  right: 12px;
}
.property-list ul.dropdown svg{
  width: 25px;
  height: 25px;
}
.property-list ul.dropdown a.text{
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0px;
}
.property-list ul.dropdown a.text:hover,
.property-list ul.dropdown li:hover a.text{
  background-color: var(--main-color);
  color: #FFF !important;
}
.property-list ul.dropdown:hover svg .circle,
.property-list ul.dropdown.on svg .circle{
  fill: var(--main-color);
  fill-opacity: 1;
}
.property-list ul.dropdown li ul li{
  white-space: normal;
}
.property-list ul.dropdown li ul{
  width: 1000%;
  max-width: 180px;
}
@media(max-width:540px){
  .property-list ul.dropdown li ul{
    max-width: 140px;
  }
}


@media (max-width:768px){
  .member .result_sort{
    position: sticky;
    top: 55px;
    z-index: 999;
  }
  .member .result_sort .result{
    border-top: 0px;
    padding-top: 0px;
    display: flex;
    width: calc(100% + 22px);
    margin-left: -11px;
    margin-right: -11px;
    background-color: var(--main-bg-color);
    overflow-x: auto;
    /* IE, Edge */
    -ms-overflow-style: none;
    /* Firefox */
    scrollbar-width: none;
  }
  /* Chrome, Safari */
  .member .result_sort .result::-webkit-scrollbar {
   display:none;
  }

  .member .result_sort .stickywrap{
    border-top: 1px solid var(--main-color);
    white-space: nowrap;
    flex: auto;
    padding: 10px 0px 10px;
    margin-left: 10px;
    margin-right: 10px;
    gap: 20px;
  }

  .member .cta{
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    padding: 15px;
    gap: 15px;
    display: flex;
    background-color: var(--main-bg-color);
    justify-content: center;
    border-top: 1px solid #BABABA;
  }
  .member .cta > .button,
  .member .cta > button{
    margin-left: auto;
  }


  /*for account setting in mypage */
  .member .result_sort .result + .sort{
    position: absolute;
    top: -100px;
    right: 0px;
    border-top: 0px;
  }
  .member .result_sort .result + .sort > ul > li > a{
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 14px !important;
  }
  .member .scroll-no-search .result_sort .result + .sort{
    display: none;
  }
}

.progress_wrap{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #E3E3E3;
  top:0px;
  left: 0px;
  z-index: 999;
}
.progress {
  background-color: transparent;
  color: var(--main-color);
  height: 100%;
  position: fixed;
  width: 100%;
  padding: 30px;
}
.progress_bar {
  position: absolute;
  bottom:40px;
  width: 0%;
  height: 50px;
  display: block;
  overflow: hidden;
}
.progress_bar img{
  height: 44px !important;
  position: absolute;
  left: 0;
  top: 0;
  max-width: none !important;
}
.progress_text {
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin-top: 10px;
  position: absolute;
  text-align: left;
  bottom: 60px;
  width: 100%;
  font-size: 120px;
  font-weight: 700;
  padding: 20px 0;
}
@media(max-width:768px){
  .progress_bar img{
    height: 30px !important;
    top: 20px;
  }
}
@media(max-width:768px){
  .progress_text {
    font-size: 60px;
    bottom: 40px;
  }
}

.slick-dots{
  position: absolute;
  bottom: 12%;
  left: 50%;
  width: 300px;
  display: flex;
  counter-reset: listnum;
  z-index: 10;
  opacity: 0;
  animation: 1s ease 3s fadeIn forwards;
}
.slick-dots li{
  list-style-type: none;
  flex: 1 auto;
  padding: 2px;
  margin: 0;
  position: relative;
}
.slick-dots li button{
  height: 25px;
  text-indent: -9999px;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  cursor: pointer;
  transition:height ease 0.5s;
}
.slick-dots li:before{
  counter-increment: number 1;
  content: counter(number);
  font-size: 20px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  counter-increment: listnum;
  content: counter(listnum);
  color: #FFF;
  position: absolute;
  bottom: 5px;
  left: 5px;
  opacity: 0;
}
.slick-dots li.slick-active:before{
  opacity: 1;
}
.slick-dots li.slick-active button{
  border-bottom: 2px solid #FFF;
  height: 30px;
}

@media(max-width:768px){
  .slick-dots{
    left: 30%;
    width: 60%;
    bottom: 0%;
  }
}

table.search-result{
  width: 100%;
  border-collapse: collapse;
}
table.search-result th,table.search-result td{
  padding: 5px 10px 10px;
}
table.search-result th{
  border:1px solid var(--main-color);
  font-weight: normal;
  padding-top: 0px;
  border-top: 0px;
}

table.search-result td{
  color: #000;
  line-height: 2;
  vertical-align: top;
  border:1px solid var(--main-gray);
}
table.search-result td.en{
  font-size: 41px;
  text-align: center;
  line-height: 1;
}
table.search-result .blank td{
  height: 30px;
  border-width: 0px 0px;
  border-bottom: 1px solid transparent;
}
table.search-result button,
table.search-result a.button{
  outline: none;
  border: 1px solid var(--main-color);
  font-family: "Noto Serif JP", serif;
  width: 170px;
  height: 37px;
  margin: auto auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
}
table.search-result button.line .en{
  display: inline-block;
  margin-left: 3px;
}
@media(max-width:768px){
  table.search-result tr.ttl{
    display: none;
  }
  table.search-result tr.blank{
    display: none;
  }
  table.search-result tr{
    display: block;
    border: 1px solid var(--main-gray);
    padding-left: 60px;
    border-top: 0px;
    margin-bottom: 40px;
  }
  table.search-result td{
    display: block;
    border: 0px;
    border-left: 1px solid var(--main-gray);
    font-size: 14px;
    position: relative;
  }
  table.search-result td.center{
    text-align: right !important;
  }
  table.search-result td.center button,
  table.search-result td.center a.button{
    margin: auto 0 15px auto;
  }
  table.search-result td.en{
    text-align: left;
  }
  table.search-result td.en span{
    position: relative;
    left: -65px;

  }
  table.search-result td:nth-child(2):before,
  table.search-result td:nth-child(3):before,
  table.search-result td:nth-child(4):before,
  table.search-result td:nth-child(5):before,
  table.search-result td:nth-child(6):before
  {
    display: block;
    position: absolute;
    top: 10px;
    left: -55px;
    color: var(--main-color);
    width: 50px;
    line-height: 1.2;
  }
  table.search-result td:nth-child(2):before{
    content: "種類";
  }
  table.search-result td:nth-child(3):before{
    content: "エリア";
  }
  table.search-result td:nth-child(4):before{
    content: "条件";
  }
  table.search-result td:nth-child(5):before{
    content: "登録日";
  }

  table.search-result.contact td:nth-child(3):before{
    content: "物件";
  }
  table.search-result.contact td:nth-child(4):before{
    content: "内容";
  }
  table.search-result.contact td:nth-child(5):before{
    content: "連絡先";
  }
  table.search-result.contact td:nth-child(6):before{
    content: "日付";
  }
}














.modal{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 46, 46, 0.9);
  top:0px;
  left: 0px;
  z-index: 999;
}
.modal.open{
  display: block;
  align-items: center;
}
.modal.dialog > .flex{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modal.dialog dialog{
  display: flex;
  border: none;
  outline: none;
  background-color: var(--main-bg-color);
  color: var(--main-color);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  gap: 20px;
  max-width: 90%;
}
.modal.dialog dialog button,
.modal.dialog dialog a.button
{
  display: flex;
  width: 120px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}




.pagination{
  margin: 60px 0 30px!important;
  font-size: 59px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  color: var(--main-color);
}
.pagination a{
  text-decoration: none;
  color: #BEBEBE;
  transition: all ease 0.2s;
}
.pagination a.prev,
.pagination a.next{
  display: none;
}

.pagination a,.pagination span{
  display: inline-block;
  margin-right: 0.4em;
}
.pagination span.current{
  padding-bottom: 1em;
  transform: translateY(-20px);
}
@media(max-width:768px){
  .pagination{
    font-size: 40px;
  }
}
@media(hover:hover){
  .pagination a:hover{
    padding-bottom: 20px;
    transform:translateY(-20px);
  }
}

.line-right{
  color: var(--main-gray);
  position: relative;
  text-align: right;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.line-right:before{
  content: "";
  height: 1px;
  display: block;
  background-color: #B9B9B9;
  flex:1 1 auto;
  margin-right: 5px;
  margin-top: 0.65em;
}
@media(min-width:600px){
  .line-right > span{
    white-space: nowrap;
  }
}


.tab-button-wrap{
  display: flex;
  border-bottom: 1px solid var(--main-color);
  padding: 0 4em;
  list-style-type: none !important;
  gap: 20px;
}
.tab-button-wrap li{
  list-style-type: none !important;
  margin: 0;
  white-space: nowrap;
}
.tab-button-wrap li a{
  text-decoration: none;
  letter-spacing: 0;
  display: block;
  padding: 5px 20px;
  transform: translateY(1px);
  color: var(--main-gray);
  border: 1px solid var(--main-gray);
  border-bottom: 0px;
  position: relative;
}
.tab-button-wrap li.current a{
  color: var(--main-color);
  border: 1px solid var(--main-color);
}
.tab-button-wrap li.current a:before{
  content: "";
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: var(--main-bg-color);
  display: block;
  left: 0;
  bottom: -3px;
}
.tab-button-wrap .en{
  display: block;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}
.tab-button-wrap .ja{
}

@media(max-width:768px){
  .tab-button-wrap{
    padding: 0;
    gap: 10px;
  }
  .tab-button-wrap li a{
    padding: 3px 10px;
  }
  .tab-button-wrap .en{
    font-size: 33px;
  }
  .tab-button-wrap .ja{
    font-size: 14px;
  }
}


























img{
  max-width: 100%;
}
a{
  color: #1f2386;
  text-decoration: underline;
}

h1,h2,h3,h4,h5{
  margin: 0px;
  padding: 0px;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.4;
}
img{
  max-width: 100%;
  height: auto;
}
ul,li{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
li{
  margin: 0 0 15px;
  line-height: 1.2;
}
ul.disc{
  padding-left: 20px;
}

ul.disc li{
  list-style-type: disc;
}
p{
  line-height: 1.8;
}
hr,.wp-block-separator{
  border-top: 1px solid rgba(0,0,0,0.35);
  border-bottom: 0px;
  margin: 40px auto;
}
@media(min-width:769px){
  .sp{
    display: none !important;
  }
}
@media(max-width:768px){
  .pc{
    display: none !important;
  }
}
.clearfix:before{
  clear: both;
  content: "";
  display: block;
}

.indent{
  margin-left: 6em;
}
.indent .indent{
  margin-left: 3em;
}
main.page{
  font-size: 14px;
}
@media(max-width:768px){
  .indent,.indent .indent{
    margin-left: 2em;
  }
  .sp-indent{
    margin-left: 17% !important;
  }
  section.edit-listing .indent,
  main.page .indent{
    margin-left: 0px;
  }
  section.edit-listing .indent .indent{
    margin-left: 0px;
    padding-left: 10px;    
  }
  section.edit-listing .indent .indent .indent{
    margin-left: 0px;
    padding-left: 0px;    
  }
  main.page .indent .indent{
    margin-left: 0px;
    padding-left: 30px;    
  }
}

.mt5{
  margin-top: 5px !important;
}
.mt10{
  margin-top: 10px !important;
}
.mt15{
  margin-top: 15px !important;
}
.mt20{
  margin-top: 20px !important;
}
.mt30{
  margin-top: 30px !important;
}
.mt40{
  margin-top: 40px !important;
}
.mt60{
  margin-top: 60px !important;
}
.mt80{
  margin-top: 80px !important;
}
.mt0{
  margin-top: 0px !important;
}
.mb0{
  margin-bottom: 0px !important;
}
.mb10{
  margin-bottom: 10px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb40{
  margin-bottom: 40px !important;
}
.mb60{
  margin-bottom: 60px !important;
}
.mb80{
  margin-bottom: 80px !important;
}
.my40{
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my20{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my10{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mxauto{
  margin-right: auto !important;
  margin-left: auto !important;
}
.mx20{
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.p10{
  padding:10px !important;
}
.p20{
  padding:20px !important;
}
.p40{
  padding:40px !important;
}
.bt30{
  border-top: 30px solid transparent;
}
.bt40{
  border-top: 40px solid transparent;
}
@media (max-width:768px){
  .mt60{
    margin-top: 40px !important;
  }
  .p20{
    padding: 10px !important;
  }
  .p40{
    padding: 20px !important;
  }
  .sp-mb40{
    margin-bottom: 40px;
  }
  .sp-mb50{
    margin-bottom: 50px;
  }
}
.en{
  font-family: "Helvetica Neue", Arial, sans-serif !important;
}
.serif{
  font-family: "Noto Serif JP", serif !important;
}
.en.serif{
    font-family: "EB Garamond", serif !important;
}
.sans-serif{
  font-family: "Noto Sans JP", sans-serif !important;
}
.bold{
  font-weight: bold !important;
}
.medium{
  font-weight: 400;
}
.normal{
  font-weight: 300;
}
.center{
  text-align: center !important;
}
.left{
  text-align: left !important;
}
.right{
  text-align: right !important;
}
.lineheight2{
  line-height: 2 !important;
}
.lineheight2-3{
  line-height: 2.3 !important;
}
.block{
  display: block !important;
}
.inline-block{
  display: inline-block !important;
}
.nowrap{
  white-space: nowrap !important;
}
.hidden{
  display: none;
}
.bgwhite{
  background-color: #FFF;
}
.bggray{
  background-color: #F3F3F3;
}
.bgred{
  background-color: #E60020;
}
.bggreen{
  background-color: var(--main-color);
  color: #FFF;
}
.bgblack{
  background-color: #000;
  color: #FFF;
}




.f-xxsmall{
  font-size: 10px !important;
}
.f-xsmall{
  font-size: 12px !important;
}
.f-small{
  font-size: 13px !important;
}
.f-small14{
  font-size: 14px !important;
}
.f-regular{
  font-size: 16px !important;
}
.f-medium{
  font-size: 18px !important;
}
.f-large{
  font-size: 21px !important;
}
.f-xlarge{
  font-size: 24px !important;
}
.f-xxlarge{
  font-size: 30px !important;
}
.f-xxxlarge{
  font-size: 40px !important;
}
.f-xxxxlarge{
  font-size: 59px !important;
}
.f-larger{
  font-size: 1.5em !important;
}
.t-red{
  color: #E60020 !important;
}
.t-white{
  color: #FFF !important;
}
.t-gray{
  color: var(--main-gray) !important;
}
.t-black{
  color: #000 !important;
}
.t-green{
  color: var(--main-color);
}
.t-noline{
  text-decoration: none !important;
}
@media(max-width: 768px){
  .f-xsmall{
    font-size: 11px !important;
  }
  .f-small{
    font-size: 12px !important;
  }
  .f-small14{
    font-size: 13px !important;
  }
  .f-regular{
    font-size: 16px !important;
  }
  .f-medium{
    font-size: 18px !important;
  }
  .f-large{
    font-size: 20px !important;
  }
  .f-xlarge{
    font-size: 22px !important;
  }
  .f-xxlarge{
    font-size: 22px !important;
  }
  .f-xxxlarge{
    font-size: 22px !important;
  }
  .f-xxxxlarge{
    font-size: 46px !important;
  }
  .f-sp-regular{
    font-size: 16px!important;
  }
  .spright{
    text-align: right !important;
  }

}
@media (min-width: 769px){
  .flex{
    display: flex;
    gap:20px;
  }
  .flex.div4 > div{
    flex:0 0 calc((100% - 60px) / 4);
  }
  .flex.sp{
    display: flex !important;
  }
}
@media(max-width: 768px){
  .flex.sp{
    display: flex !important;
    gap:10px;
  }
}

.flex-none{
  flex:0 0 auto;
}
.flex.wrap{
  flex-wrap:wrap !important;
}
.flex.column{
  flex-direction: column !important;
}
.gap30{
  gap:30px;
}
.justify-between{
  justify-content:space-between !important;
}
.justify-evenly{
  justify-content:space-evenly !important;
}
.justify-center{
  justify-content:center !important;
}
.justify-start{
  justify-content:flex-start !important;
}
.justify-end{
  justify-content:flex-end !important;
}
.items-center{
  align-items:center !important;
}
.items-start{
  align-items:flex-start !important;
}
.items-end{
  align-items:flex-end !important;
}
.flex-reverse{
  flex-direction:row-reverse !important;
}
.flex-col{
  flex-direction:column !important;
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
@media(max-width:768px){
  .sp-static{
    position: static !important;
  }
  .sp-left{
    text-align: left !important;
  }
  .sp-right{
    text-align: right; !important;
  }
  .sp-center{
    text-align: center !important;
  }
  .sp-hidden{
    display: none;
  }
  .sp-accordion:after{
    content: "";
    background: transparent url(./images/select.svg) no-repeat 50%  50%;
    display: inline-block;
    width: 17px;
    height: 10px;
    margin-left: 12px;
    transform: translateY(-3px);
  }
  .sp-accordion.open:after{
    transform:translateY(-1px) rotate(180deg);
  }
}






hr, .wp-block-separator{
  border-top: 1px solid #BABABA;
}

.wp-block-table td{
  line-height: 1.8;
}
.wp-block-table.auto table{
  width: auto;
}
.wp-block-table.pr40 table td{
  padding-right: 40px;
  padding-left: 0px;
}
.wp-block-table.line table td{
  border-bottom:1px solid #BABABA;
  padding: 2em 0;
}
.wp-block-list li{
  line-height: 1.8;
}


html[lang="en"] ul.language > li:first-child:after{
  content: "EN";
}
html[lang="zh-CN"] ul.language > li:first-child:after{
  content: "CN";
}
html[lang="ja"] ul.language > li:first-child:after{
  content: "JA";
}
html .headnavi ul.language:hover > li:first-child:after{
  content: "";
}
html[lang="en"] .only_ja,
html[lang="zh-CN"] .only_ja,
html[lang="en"] header#header .headermenu.open nav#menu ul.only_ja,
html[lang="zh-CN"] header#header .headermenu.open nav#menu ul.only_ja  {
  display: none !important;
}
span.usd:before{
  content:" / ";
}
span.cny:before{
  content:" / ";
}
.single-land span.sqft:before{
  content:" / ";
}
.usd, .cny, .sqft, .only_en, .only_zh{
  display: none !important;
}
html[lang="en"] span.usd,
html[lang="en"] span.sqft,
html[lang="zh-CN"] span.cny,
html[lang="zh-CN"] span.sqft
{
  display: inline-block !important;
}
html[lang="en"] .only_en,
html[lang="zh-CN"] .only_zh
{
  display: block !important;
}
html[lang="en"] .btn.only_en,
html[lang="zh-CN"] .btn.only_zh
{
  display: flex !important;
}

html[lang="en"] tr.usd,
html[lang="en"] tr.sqft,
html[lang="zh-CN"] tr.cny,
html[lang="zh-CN"] tr.sqft
{
  display:table-row !important;
}
html[lang="en"] .tsubo,
html[lang="zh-CN"] .tsubo{
  display: none !important;
}



#cookie-notice{
  display: none !important;
}

html[lang="en"] #cookie-notice{
  display: block !important;
}



/**/