/*
リセットCSSの読み込み
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td{
  margin: 0;
  padding: 0;
}
html{
  /*overflow-y: scroll;*/
}
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
}
ol, ul{
  /* list-style:none; */
}
fieldset, img{
  border:0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing:0;
}
caption, th{
  text-align: left;
}
a:focus {
  outline:none;
}
address, caption, cite, code, dfn, em, th, var{
  font-style: normal;
  font-weight: normal;
}

/*独自CSS*/
/*フォント設定*/
body{
  min-width: 1260px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: flex;
  position: relative;
}
main {
  /* width: 85%; */
  width: calc(100% - 230px);
}
.contact-table{
    table-layout: fixed;
}

.error-404{
  height: 400px;
  padding: 30px;
}
@media all and (max-width: 768px){
  .error-404{
    height: auto;
    padding: 7em 5% 3em 5%;
  }
}

#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: 10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
    -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

#PageTopBtn:hover {
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.contact-sp{
  display: none;
}
.contact-sp2{
  display: none;
}

.boxPostBody {
  overflow: hidden;
}
/*———————————
ヘッダー
———————————*/
.acd-content a{
  color: #4c2810!important;
  padding: 3px!important;
  text-decoration: underline!important;
}
.acd-content2 a{
  color: #4c2810!important;
  padding: 3px!important;
  text-decoration: underline!important;
}
.acd-check{
  display: none;
}
.acd-label{
  color: #3d510d;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  font-weight: 600;
}
.acd-content{
  border: 1px dotted #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: 125px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.acd-content2{
  border: 1px dotted #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content2{
  height: 60px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
header{
  background-image: url(/wp-content/uploads/2019/10/header-001.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 15%;
      width: 230px;
  min-width: 230px;
  /* height: 1400px; */
}
header img{
  width: 100%;
  display: block;

}
.logo-box99 {
    width: 80%;
    margin: 0 auto;
}
.logo{
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
width: 170px;
    height: 85px;
    padding: 30px 0;
}
.logo:hover{
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.copy-right p {
  font-family: Verdana;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.36px;
  color: #1a0c02;
}
.header-wrap{
  width: 80%;
  margin: 0 auto;
}
.header-wrap .cat-item a{
  color: #4c2810;
  position: relative;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.header-wrap .cat-item a:hover{
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.header-wrap .cat-item a::after{
  content: "";
  position: absolute;
  top: 5px;
  left: -21px;
  width: 5px;
  height: 5px;
  border: 1px solid #4c2810;
  border-radius: 5px;
  background-color: #4c2810;
}
.header-wrap .cat-item{
  color: #4c2810;
  margin-left: 20px;
}
.header-wrap h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.13;
  letter-spacing: 1.28px;
  color: #3d510d;
  margin: 10px 0;
}
.header-box{
  background-image: url(/wp-content/uploads/2019/10/header-004.png);
  padding: 11px 16px;
  max-width: 140px;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.header-box:hover{
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.header-box h2{
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.4px;
  color: aliceblue;
  position: relative;
}
.header-box span{
  font-size: 24px;
}
.header-box h2:before {
  content: '';
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -9px;
}
.header-box h2:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #6a8629;
  border-right: solid 2px #6a8629;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.header-box2{
  background-image: url(/wp-content/uploads/2019/10/header-005.png);
  padding: 11px 16px;
  margin-top: 25px;
  max-width: 140px;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.header-box2:hover{
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.header-box2 h2{
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.4px;
  color: aliceblue;
  position: relative;
}
.header-box2 span{
  font-size: 24px;
}
.header-box2 h2:before {
  content: '';
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -9px;
}
.header-box2 h2:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #a82821;
  border-right: solid 2px #a82821;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.header-box2 a,.header-box a{
  display: block;
  text-decoration: none;
}
.header-box3 a{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  text-decoration: none;
}

.header-box3{
  background-color: #2b0907;
  padding: 11px 16px;
  margin-top: 25px;
  max-width: 140px;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.header-box3:hover{
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.header-box4{
  /* padding: 11px 16px; */
  margin-top: 25px;
  max-width: 172px;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.header-box4:hover{
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.corporate{
    background-color: white;
}
li {
  list-style-type: none;
}
.header-box3 img{
  width: 13%!important;
  margin-right: 15px;
}
.header-box3 h2{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.4px;
  color: aliceblue;
  position: relative;
}

.header-box3 h2:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px white;
  border-right: solid 2px white;
  position: absolute;
  top: 50%;
  right: -60%;
  margin-top: -5px;
  transform: rotate(45deg);
}
.copy-right{
  padding: 25px 0;
}
.logo-box{
  position: relative;
}
.logo-box h3{
  font-family: MidashiGoPro-MB31;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.02;
  letter-spacing: 0.84px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 15%;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*———————————
トップ
———————————*/
.top-img img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.top-title{
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 70px;
  align-items: center;
}
.top-title h2 {
  text-shadow: 1px 1.7px 0 rgba(125, 156, 51, 0.75);
  font-size: 38px;
  font-weight: bold;
  line-height: 1.51;
  letter-spacing: 1.52px;
  color: #2b0907;
}
.top-box{
  background-image: url(/wp-content/uploads/2019/10/top-003-1.png);
  padding: 11px 16px;
  background-repeat: no-repeat;
  margin-left: 20px;
  background-size: contain;
  background-position: center;
}
.top-box h3{
  font-size: 30.5px;
  font-weight: bold;
  line-height: 1.43;
  color: #ffffff;
}
.top-box2{
  background-image: url(/wp-content/uploads/2019/10/top-004.png);
  padding: 11px 16px;
  background-repeat: no-repeat;
  margin: 0 10px;
  background-size: contain;
  background-position: center;
}
.top-box2 h3{
  font-size: 30.5px;
  font-weight: bold;
  line-height: 1.43;
  color: #ffffff;
}
.top-box3{
  background-image: url(/wp-content/uploads/2019/10/top-005.png);
  padding: 11px 16px;
  background-repeat: no-repeat;
  margin-right: 20px;
  background-size: contain;
  background-position: center;
}
.top-box3 h3{
  font-size: 30.5px;
  font-weight: bold;
  line-height: 1.43;
  color: #ffffff;
}
.top-wrap {
  background-image: url(/wp-content/uploads/2019/10/top-006.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
  background-position: bottom;
  color: white;
}
.top-btn{
  background-image: url(/wp-content/uploads/2019/10/header-004.png);
  padding: 5px 16px 5px 170px;
}
.top-btn h2{
  font-size: 41px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.4px;
  color: aliceblue;
  position: relative;
  text-shadow: 2.5px 4.3px 0 #33210e;
}
.top-btn span{
  font-size: 48.5px;
}
.top-btn h2:before {
  content: '';
  width: 26px;
  height: 26px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -9px;
}
.top-btn h2:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #6a8629;
  border-right: solid 2px #6a8629;
  position: absolute;
  top: 54%;
  right: 15px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.top-btn2{
  background-image: url(/wp-content/uploads/2019/10/header-005.png);
  padding: 5px 16px 5px 170px;
}
.top-btn2 h2{
  font-size: 41px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.4px;
  color: aliceblue;
  position: relative;
  text-shadow: 2.5px 4.3px 0 #33210e;
}
.top-btn2 span{
  font-size: 48.5px;
}
.top-btn2 h2:before {
  content: '';
  width: 26px;
  height: 26px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -9px;
}
.top-btn2 h2:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #a82821;
  border-right: solid 2px #a82821;
  position: absolute;
  top: 54%;
  right: 15px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.top-wrap2 {
  width: 475px;
  border: 10px solid #48331d;
  position: relative;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.top-wrap2:hover{
opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.top-wrap2 h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 1.28px;
  color: #4c2810;
  background-color: #eeebd0;
  padding: 16px;
  padding-left: 170px;
}
.top-wrap2 a{
  text-decoration: none;
}
.top-wrap2 img{
  position: absolute;
  top: 10%;
  left: 5%;
}
.top-flex {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  justify-content: space-between;
  position: relative;
  top: -100px;
}
.top-content{
  background-image: url(/wp-content/uploads/2019/10/top-009.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 520px; */
  background-position: initial;
  color: white;
  margin-bottom: 90px;
}
.top-content2{
  color: white;
  margin-bottom: 90px;
}
.top-title2 h2 {
  text-shadow: 1px 1.7px 0 rgba(125, 156, 51, 0.75);
  font-size: 38px;
  font-weight: bold;
  line-height: 0.45;
  letter-spacing: 3.04px;
  text-align: center;
  color: #2b0907;
  padding: 15px 5px 25px;
  /* border-bottom: 5px solid rgba(102,78,54,0.72); */
}
.top-title2 img{
  margin-right: 20px;
}
.top-title2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-flex2{
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 50px auto;
  justify-content: space-between;
}
.top-flex2::after{
  content:"";
  display: block;
  width:32%;
}
.item-box{
  width: 32%;
  margin-bottom: 25px;
  background-color: #eeebd0;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.item-box:hover{
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.item-title h2{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: 1.76px;
  color: #2b0907;
  padding: 20px 0;
}
.item-box a{
  text-decoration: none;
}
.item-box .boxImg {
  overflow: hidden;
  aspect-ratio: 320 / 230;
}
.item-box .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.item-title {
  background-color: #eeebd0;
  padding: 12px 10px 0px 10px;
}
.item-title h4{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 1.28px;
  color: #ffffff;
  margin-left: 5px;
}
.title-box{
  display: flex;
  align-items: center;
}
.blue{
  background-color: #2d4381;
  padding: 4px 12px;
}
.orange{
  background-color: #bd4c07;
  padding: 4px 12px;
}
.black{
  background-color: black;
  padding: 4px 12px;
}
.green{
  background-color: #597023;
  padding: 4px 12px;
}
.area{
  background-color: #2b0907;
  padding: 4px 12px;
}
.item-wrap{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  border: solid 6px #48331d;
  background-color: #5a7123;-webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.item-wrap:hover{
  opacity:1;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);	/* IE lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
.item-wrap a{
  text-decoration: none;
}
.item-btn h2{
  font-size: 30px;
  font-weight: bold;
  line-height: 2.32;
  letter-spacing: 1.8px;
  color: #ffffff;
  position: relative;
}

.item-btn h2:before{
  content: '';
  width: 26px;
  height: 26px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
}
.item-btn h2:after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #6a8629;
  border-right: solid 2px #6a8629;
  position: absolute;
  top: 54%;
  right: 40px;
  margin-top: -3px;
  transform: rotate(45deg);
}
/*———————————
フッター
———————————*/
.sub-circle{
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  max-width: 300px;
}
.sub-circle a{
  width: 37%;
}
.sns-box a{
  color: white;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.sns-box a:hover{
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
footer{
  background-image: url(/wp-content/uploads/2019/10/footer_001.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;/*300px;*/
  background-position: bottom;
  color: white;
}
.footer-content{
  border-right: 2px solid rgba(255,255,255,0.3);
  padding-right: 40px;
}
.footer-content h3 {
  line-height: 1.75;
  letter-spacing: normal;
  font-size: 20px;
  font-weight: bold;
}
.footer-content span {
  font-size: 14px;
}
.footer-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: normal;
}
.information{
  padding: 25px 0 0;
}
.information p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: normal;
}
.footer-content2 a {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.27;
  letter-spacing: 0.3px;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.footer-content2 a:hover{
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.footer-content2 a::after{
  content: "";
  position: absolute;
  top: 13px;
  left: -21px;
  width: 5px;
  height: 5px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: #ffffff;
}
.footer-content2 span{
  font-weight: bold;
}
.footer-box{
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: 57%;
  padding-left: 20px;
}
.footer-wrap {
  max-width: 1000px;
  display: flex;
  padding: 70px 0 40px 0;
  margin: 0 auto;
}
.sns-box{
  display: flex;
  align-items: center;
  width: 12%;
  justify-content: space-between;
  margin: 15px 0 0;
}
.circle img{
  padding-left: 10px;
}

/*———————————
物件情報一覧
———————————*/
.archive-wrap {
  background-image: url(/wp-content/uploads/2019/10/archive-001.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 180px;
  background-position: bottom;
  color: white;
}
.archive-title {
  text-align: center;
  padding: 35px 0;
}
.archive-title h2{
  text-shadow: 1px 1.7px 0 rgba(125, 156, 51, 0.75);
  font-size: 52px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 2.08px;
  color: #2b0907;
  margin-top: 10px;
}
.archive-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-box h3{
  font-size: 24.5px;
  font-weight: bold;
  line-height: 1.51;
  letter-spacing: 1.96px;
  color: #2b0907;
  margin: 0 15px;
}
.archive-wrap2{
  padding-top: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.archive-wrap3 {
  padding-top: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.item-td{
  max-width: 700px;
}
.tx-center{
  text-align: center;
}
.breadcrumb{
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: flex-end;
  color: #2b0907;
}
.vector a {
  /* margin-right: 15px; */
  margin-left: 10px;
  color: #2b0907;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.vector a:hover {
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.vector::after {
  content: '>';
  padding: 0 10px;
  color: #2b0907;
}
.archive-box2{
  color: #4c2810;
  display: flex;
  max-width: 490px;
  justify-content: space-between;
  align-items: center;
}
.archive-box2 a{
  color: #4c2810;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.archive-box2 a:hover{
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.archive-box2 ul {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  max-width: 320px;
  justify-content: space-between;
  margin-left: 20px;
}
.archive-box2 li {
  width: 49%;
  margin-bottom: 5px;
  margin-left: 5px;
}
.archive-box2 h3{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 1.8px;
  color: #2b0907;
  padding: 16px;
  background-color: #eeebd0;
  width: 40%;
  text-align: center;
  margin-right: 10px;
}

.archive-box3{
  color: #4c2810;
  display: flex;
  max-width: 480px;
  justify-content: space-between;
  align-items: center;
}
.archive-box3 a{
  color: #4c2810;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.archive-box3 a:hover{
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.archive-box3 ul {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  max-width: 280px;
  justify-content: space-between;
  margin-left: 20px;
}
.archive-box3 li {
  width: 100%;
  margin-bottom: 5px;
  margin-left: 5px;
}
.archive-box3 h3{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 1.8px;
  color: #2b0907;
  padding: 16px;
  background-color: #eeebd0;
  width: 48%;
  text-align: center;
  margin-right: 10px;
}
.archive-flex{
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.archive-border{
  width: 40%;
  margin-top: 55px;
  margin: 55px auto 0;
}
.back2{
  font-size: 16px;
  font-weight: 500;
  /* line-height: 17.78; */
  letter-spacing: 1.6px;
  color: #ffffff;
  background-color: #2b0907;
  padding: 15px 25px 15px 30px;
  position: relative;
  top: -8px;
}
.page-box{
  text-align: center;
}
.page-numbers{
  font-size: 18px;
  font-weight: 500;
  /* letter-spacing: 37.8px; */
  color: #000000;
  padding: 8px 10px;
  margin: 0 10px;
}
.current {
  background-color: #2b0907;
  color: white!important;
}
.back2:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px white;
  border-right: solid 1px white;
  position: absolute;
  top: 48%;
  left: 13px;
  margin-top: -3px;
  transform: rotate(-135deg);
}
.prev{
  float: left;
}
.next{
  float: right;
}
.next2{
  font-size: 16px;
  font-weight: 500;
  /* line-height: 17.78; */
  letter-spacing: 1.6px;
  color: #ffffff;
  background-color: #2b0907;
  padding: 15px 30px 15px 25px;
  position: relative;
  top: -8px;
}
.next2:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px white;
  border-right: solid 1px white;
  position: absolute;
  top: 48%;
  right: 13px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.page-box a{
  text-decoration: none;
}
.term-title{
  font-size: 34px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 4.76px;
  text-align: center;
  color: #2b0907;
  background-color: #eeebd0;
  padding: 35px 0;
  margin-top: 55px;
}
/*———————————
物件情報詳細
———————————*/
.single-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 4.76px;
  text-align: center;
  color: #2b0907;
  background-color: #eeebd0;
  padding: 35px 0;
}
.single-wrap {
  color: #2b0907;
}
.single-right h3{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 2.08px;
  padding-bottom: 15px;
}
.single-left{
  width: 54%;
  position: relative;
}
.single-left img{
  width: 100%!important;
}
.single-right{
  width: 40%;
}
.single-wrap{
  display: flex;
  justify-content: space-between;
}
.item-table th {
  position: relative;
  padding: 10px 0px 5px 25px;
  font-size: 16px;
  line-height: 2;
}
.item-table td{
  padding-top: 10px;
  padding-bottom: 5px;
}
.item-table th::after {
  content: "";
  position: absolute;
  top: 1.3em;
  left: 0em;
  width: 7px;
  height: 7px;
  border: 1px solid #2d0a00;
  border-radius: 4.5px;
  background-color: #2d0a00;
}
.item-table{
  margin-top: 20px;
}
.single-left h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 1.28px;
  color: #ffffff;
  margin-left: 5px;
}
.item-position {
  position: absolute;
  top: 5%;
  left: 3%;
}
.single-wrap2{
  color: #2b0907;
  display: flex;
  justify-content: space-between;
}
.wd32{
  width: 32%;
}
.bb{
  border-bottom: 1px dotted;
}
/*———————————
お問い合わせ（買いたい）
———————————*/
.contact-table tr{
  height: 60px;
}
.contact-table th{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.56;
  color: #4c2810;
}
.contact-table td .pItemName {
  font-size: 16px;
  font-weight: 700;
  color: #4c2810;
}
.must{
  font-size: 12px;
  font-weight: bold;
  line-height: 3.83;
  color: #c40c1c;
  border: solid 1px #c90000;
  background-color: #ffffff;
  padding: 6px;
  margin: 0 9px;
}
.grey-line{
  background-color: #efefef;
}
.wpcf7 [name="your-name"],[name="furigana"],[name="telephone"],[name="inquiry_mail"],[name="inquiry_mail_confirm"]{
  height: 40px;
  width: 45%;
  font-size: 18px;
  background-color: #ffffff;
  border: solid 1px #b4b4b4;
  padding-left: 30px;
  -webkit-appearance: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.wpcf7 [name="item-name"]{
  height: 40px;
  width: 45%;
  font-size: 18px;
  border: solid 1px #efefef;
  -webkit-appearance: none;
  background-color: #efefef;
  font-weight: bold;
  color: #4c2810;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media all and (max-width: 768px){
  .wpcf7 [name="item-name"]{
    width: 100%;
  }
}
.wpcf7 [name="question"] {
  height: 105px;
  width: 85%;
  font-size: 18px;
  background-color: #ffffff;
  border: solid 1px #b4b4b4;
  padding: 15px 30px;
  -webkit-appearance: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.wpcf7 [name="desired-time"]{
  height: 40px;
  width: 90%;
  font-size: 18px;
  background-color: #ffffff;
  border: solid 1px #b4b4b4;
  padding-left: 30px;
  -webkit-appearance: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.checkbox-002 span.wpcf7-list-item {
  display: block!important;
}

.contact-item {
  padding-left: 30px;
}

@media all and (max-width: 768px){
  .trTop .contact-item:after {
    content: none;
  }
}

span.wpcf7-list-item {
  margin: 0!important;
}
input[type=checkbox]{
  display: none;
}
.wpcf7-list-item-label{
  margin-top: 15px;
  margin-right: 40px;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #4c2810;
}
.acceptance-001 .wpcf7-list-item::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -29px;
  width: 16px;
  height: 16px;
  background: #fff;
  box-shadow: 0 0 5.34px 0.66px rgba(#000, .06);
  border: solid 1px #b4b4b4;
}
.wpcf7-list-item-label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  box-shadow: 0 0 5.34px 0.66px rgba(#000, .06);
  border: solid 1px #b4b4b4;
}

input[type="hidden"][name="checkbox-004[]"] + .wpcf7-list-item-label::before,
input[type="hidden"][name="checkbox-003[]"] + .wpcf7-list-item-label::before,
input[type="hidden"][name="checkbox-002[]"] + .wpcf7-list-item-label::before,
input[type="hidden"][name="checkbox-001[]"] + .wpcf7-list-item-label::before {
  background: url(/wp-content/uploads/2019/10/checked.png) center center no-repeat;
  background-size: cover;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2019/10/checked.png") center center no-repeat;
  background-size: cover;
}
.contact-item::after {
  content: "";
  position: absolute;
  top: 27px;
  left: 15px;
  width: 7px;
  height: 7px;
  border: 1px solid #2d0a00;
  border-radius: 4.5px;
  background-color: #2d0a00;
}
.no-must {
  font-size: 12px;
  font-weight: bold;
  line-height: 3.83;
  color: #5c5c5c;
  border: solid 1px #5c5c5c;
  background-color: #ffffff;
  padding: 6px;
  margin: 0 9px;
}
.va-top{
  vertical-align: top;
  padding-top: 10px;
}
.he180{
  height: 180px!important;
}
.btn-box99{
  margin-top: 70px;
}
.btn-box99 a{
  text-decoration: none;
  display: block;
  color: white;

}

.btn-box99 h3{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 1.6px;
  color: #ffffff;
  background-color: #2b0907;
  width: 153px;
  height: 41px;
  text-align: center;
  margin-left: auto;
  position: relative;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.btn-box99 h3:hover{
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.btn-box99 h3:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px white;
  border-right: solid 2px white;
  position: absolute;
  top: 55%;
  right: 15px;
  margin-top: -5px;
  transform: rotate(45deg);
}
.archive-flex99 {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.order-btn {
  margin: 50px 0;
  text-align: center;
}
.wpcf7c-btn-confirm {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 60px;
  width: 47%;
  max-width: 475px;
  color: #fff;
  font-size: 24px;
  letter-spacing: .1em;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-image: url(/wp-content/uploads/2019/10/btn-001.png);
  position: relative;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.wpcf7c-btn-confirm:hover {
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.confirm-btn {
  position: relative;
}
.confirm-btn::before {
  content: '';
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 29%;
  margin-top: -9px;
  z-index: 1;
}
.confirm-btn::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #a82821;
  border-right: solid 2px #a82821;
  position: absolute;
  top: 50%;
  right: 29.7%;
  margin-top: -3px;
  transform: rotate(45deg);
  z-index: 2;
}
.wpcf7c-btn-back {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 60px;
  width: 47%;
  max-width: 475px;
  color: #fff;
  font-size: 24px;
  letter-spacing: .1em;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-image: url(/wp-content/uploads/2019/10/btn-001.png);
  position: relative;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.wpcf7c-btn-back:hover {
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 60px;
  width: 47%;
  max-width: 475px;
  color: #fff;
  font-size: 24px;
  letter-spacing: .1em;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-image: url(/wp-content/uploads/2019/10/btn-001.png);
  position: relative;
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.wpcf7-submit:hover {
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.submit-btn{
  position: relative;
  /* top: -30px; */
  z-index: 10;
}
.accept-label a{
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.accept-label a:hover{
  opacity:1;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 /
-ms-filter: “alpha(opacity=50)”; / IE 8 */
}
.contact-title span{
  font-size: 17.5px;
}
.contact-title h3 {
  font-size: 24px;
  line-height: 1.58;
  letter-spacing: 0.48px;
  color: #2b0907;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-weight: 600;
  font-style: normal;
}
.contact-wrap99{
  display: flex;
  align-items: center;
  width: 830px;
  margin: 0 auto 0px auto;
  justify-content: space-between;
}
.contact-box99 {
  max-width: 209px;
  height: 34px;
  background-color: #5b7324;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  background-image: url(/wp-content/uploads/2019/10/header-004.png);
}
.contact-box99 h4 {
  font-family: MidashiGoPro-MB31,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 2.04px;
  color: #ffffff;
  font-weight: bold;
}
.contact-wrap99 h2 {
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 53.5px;
  line-height: 1.03;
  letter-spacing: 0.14px;
  color: #4d621f;
}
.contact-wrap99 p{
  z-index: 2;
}
.border-box{
  width: 100%;
  height: 5px;
  background-image: url(/wp-content/uploads/2019/10/border-001.png);
  background-size: cover;
}
.mb60{
  margin-bottom: 60px;
}
.tp10{
  position: relative;
  top: -10px;
}
.bt10 {
  position: relative;
  bottom: -10px;
}
.single-bg{
  background-image: url(/wp-content/uploads/2019/10/bg-001.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: initial;
}
/* 投稿箇所 */
.content{
  background-image: url(/wp-content/uploads/2019/10/bg-002.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: initial;
  position: relative;
}
.content-img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.7em;
}
.gallery{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.gallery::after{
  content:"";
  display: block;
  width:23%;
}
.gallery-item{
  width: 23%;
}
.gallery-item img{
  width: 100%!important;
      height: unset;
}
figure{
  margin: 0!important;
}
.content-wrap {
  padding: 0px 0 70px 0;
}
body.single-property_info .content-wrap .boxPostBody {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.content-title {
  text-align: center;
  padding: 40px 0 60px 0;
}
.content-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-box h3{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.12;
  text-align: center;
  color: #2d0a00;
}
.content-wrap h2 {
  position: relative;
  display: inline-block;
  /* padding-right: 55px; */
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: 0.96px;
  color: #2b0907;
  width: 100%;
  margin-bottom: 20px;
}
.content-wrap p{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: 0.64px;
  color: #2b0907;
}

.content-wrap h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: black;
}

.content-wrap h2:after {
  right: 0;
}
/* 売りたい */
.sell-wrap {
  background-image: url(/wp-content/uploads/2019/10/sell-001.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 180px;
  background-position: bottom;
  color: white;
}
.sell-box2{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.sell-box2 h3{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 2.08px;
  color: #2b0907;
  display: flex;
  align-items: center;
}
.sell-left{
  width: 20%;
  text-align: center;
}
.sell-right{
  width: 80%;
}
.sell-box2 span{
  font-size: 32px;
  color: #c81919;
  margin-bottom: 15px;
  padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.1em .3em;
    background-image: radial-gradient(.15em .15em at center center,#c81919,#c81919 100%,transparent);
}
.sell-box3{
  width: 18%;
}
.sell-box3 h3{
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3;
  letter-spacing: 0.4px;
  color: #c81919;
  border-bottom: 1px dotted #664e36;
  text-align: center;
}
.triangle{
  position: relative;
}
.triangle::after {
  position: absolute;
  left: 95%;
  top: 23%;
  content: ' ';
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 20px 20px;
  border-left-color: #c81919;
}
.sell-box3 p{
  text-align: center;
}
.sell-box3 h4{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: #2b0907;
}
.sell-box3 span{
  font-weight: bold;
}
.sell-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  min-width: 975px;
}
.sell-bg99{
  height: 50px;
  position: relative;
}
.sell-bg{
  background-image: url(/wp-content/uploads/2019/10/bg-003.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: initial;
  height: 300px;
  position: absolute;
  width: 100%;
  top: -250px;
  z-index: -1;
}
.border-box2 {
  width: 100%;
  height: 8px;
  background-image: url(/wp-content/uploads/2019/10/sell-002.png);
  background-size: cover;
  margin-bottom: 5px;
}
.sell-title2 {
  text-align: center;
  padding: 35px 0;
}
.sell-wrap99 {
  display: flex;
  align-items: center;
  width: 830px;
  margin: 0 auto 0px auto;
  justify-content: space-between;
}
.sell-wrap99 h2 {
  font-size: 53.5px;
  line-height: 1.03;
  letter-spacing: 0.14px;
  color: #aa1515;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-weight: 600;
  font-style: normal;
}
.sell-box99 {
  max-width: 209px;
  height: 34px;
  background-color: #aa1515;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  background-image: url(/wp-content/uploads/2019/10/header-005.png);
}
.sell-box99 h4 {
  font-family: MidashiGoPro-MB31;
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 2.04px;
  color: #ffffff;
  font-weight: bold;
}
.sell-title h3 {
  font-size: 24px;
  line-height: 1.58;
  letter-spacing: 0.48px;
  color: #2b0907;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-weight: 600;
  font-style: normal;
}
.sell-wrap99 {
  display: flex;
  align-items: center;
  width: 830px;
  margin: 0 auto 0px auto;
  justify-content: space-between;
}
.sell-wrap99 p {
  z-index: 2;
}
.sell-title2 h2 {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 2.08px;
  color: #2b0907;
  margin-top: 10px;
  text-shadow: 1px 1.7px 0 rgba(200, 25, 25, 0.75);
}
.no-must2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #5c5c5c;
  border: solid 1px #5c5c5c;
  background-color: #ffffff;
  padding: 6px;
  margin: 0 9px;
  height: 12px;
}
.va-top2 {
  vertical-align: top;
  padding-top: 20px;
}
.va-flex {
  display: flex;
  align-items: baseline;
  line-height: 1.56!important;
}
.va-flex h4{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #4c2810;
}
.wpcf7 [name="address"] {
  height: 40px;
  width: 81%;
  font-size: 18px;
  background-color: #ffffff;
  border: solid 1px #b4b4b4;
  padding-left: 30px;
  -webkit-appearance: none;
  margin-left: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.address-th{
  font-size: 16px;
  font-weight: bold;
  line-height: 2.88;
  color: #4c2810;
}
.checkbox-004 .wpcf7-checkbox{
  display: flex;
  flex-wrap: wrap;
}
.checkbox-004 span.wpcf7-list-item {
  display: block!important;
  width: 45%;
}
/* モーダル */
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.modal__content{
  overflow-y: auto;
  position: absolute;
  z-index: 11;
  top: 3%;
  left: 50%;
  padding: 40px;
  background: #fff;
  transform: translate(-50%, 0);
  width: 60%;
  height: 82%;
}
.modal__content h2 {
  font-weight: bold;
  color: #4c2810;
}
.modal-box{
  margin: 10px 0;
}
.accept-label {
  display: flex;
  align-items: center;
}
.accept-label.acceptance-001 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 1.8em;
}
.accept-label img {
  margin-left: 5px;
}
.footer-content2 li{
  min-width: 200px;
}
/*———————————
ハンバーガーメニュー
———————————*/
/*グローバルナビ*/
nav.globalMenuSp {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #ffec9f;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted white;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: white;
  padding: 1em 0;
  text-decoration: none;
  font-weight: 600;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
/*ハンバーガーメニュー*/
.navToggle {
  display: block;
  position: fixed;    /* bodyに対しての絶対位置指定 */
  left: 13px;
  top: 12px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 10;
  background: white;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;    /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 3px #48331d;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #48331d;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navToggle{
  display:none;
}
/*———————————レスポンシブ———————————*/
@media screen and (max-width:1200px){
  .footer-wrap {
    padding: 70px 0 0px 0;
  }
  .top-wrap2 {
    width: 50%;
    margin-bottom: 20px;
    min-width: 495px;
  }
  .top-flex {
    flex-wrap: wrap;
    justify-content: center;
    top: -50px;
  }
  .top-title{
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .top-title h2 {
    width: 100%;
  }
  .item-box {
    width: 48%;
  }
  .top-flex2 {
    width: 95%;
  }
  .item-wrap {
    width: 95%;
  }
  .archive-flex {
    flex-wrap: wrap;
    width: 80%;
    margin: 70px auto 0;
  }
  .archive-flex99 {
    flex-wrap: wrap;
    width: 80%;
    margin: 0px auto 0;
  }
  .archive-box2{
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }
  .archive-box3{
    width: 100%;
    max-width: unset;
  }
  .archive-box2 h3 {
    min-width: 170px;
  }
  .archive-box3 h3 {
    width: 37%;
    min-width: 170px;
  }
  .archive-wrap2 {
    width: 95%;
    min-width: 800px;
  }
}


@media screen and (max-width:768px){
  html,
  html * {
    box-sizing: border-box;
  }
  body{
    display: block;
    min-width: 100%;
  }
  main {
    width: 100%;
  }
  .logo {
    width: 200px;
    height: auto;
    padding:0;
    padding-top: 10px;
}
  /*———————————
  フッター（768px）
  ———————————*/
  .footer-content h3 {
    font-size: 18px;
    padding-top: 10px;
  }
  .footer-content p {
    font-size: 14px;
  }
  .information p {
    font-size: 14px;
  }
  .footer-box {
    width: 80%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .footer-wrap {
    padding: 30px 0 0px 0;
    flex-wrap: wrap-reverse;
  }
  footer {
    padding-bottom: 30px;
    height: auto;/*400px;*/
  }
  .footer-content {
    width: 80%;
    margin: 0 auto;
    padding-right: 0;
    border-right: unset;
  }
  .sns-box {
    width: 7%;
  }
  .modal__content {
    width: 90%;
    height: 94%;
    padding: 0.5em 5%;
  }

  /*———————————
  ヘッダー（768px）
  ———————————*/
  .acd-check:checked + .acd-label + .acd-content2{
    height: auto;
    min-height: 60px;
  }
  header {
    display: none;
  }
  .navToggle{
    display:block;
  }
  .buy99 {
    background-image: url(/wp-content/uploads/2019/10/header-004.png);
  }
  .sell99{
    background-image: url(/wp-content/uploads/2019/10/header-005.png);
  }
  .company99{
    background-color: #2b0907;
  }

  /*———————————
  トップ（768px）
  ———————————*/
  .top-title h2 {
    font-size: 36px;
  }
  .top-box3 h3 {
    font-size: 28.5px;
  }
  .top-box2 h3 {
    font-size: 28.5px;
  }
  .top-box h3 {
    font-size: 28.5px;
  }
  .top-btn h2 {
    font-size: 37px;
  }
  .top-btn h2:before {
    right: 0;
    margin-top: -10px;
  }
  .top-btn h2:after {
    right: 10px;
    margin-top: -4px;
  }
  .top-btn2 h2 {
    font-size: 37px;
  }
  .top-btn2 h2:before {
    right: 0;
    margin-top: -10px;
  }
  .top-btn2 h2:after {
    right: 10px;
    margin-top: -4px;
  }
  .top-wrap2 h4 {
    font-size: 14px;
  }
  .top-title2 h2 {
    font-size: 5.4vw;
  }
  .item-title h4 {
    font-size: 14px;
  }
  .item-title h2 {
    font-size: 20px;
    padding: 10px 0;
  }
  .top-title2 img {
    margin-right: 1vw;
  }
  .item-btn h2 {
    font-size: 28px;
  }
  /*———————————
  買いたい（768px）
  ———————————*/
  .term-title {
    font-size: 30px;
  }
  .archive-title h2 {
    font-size: 48px;
  }
  .archive-box h3 {
    font-size: 20.5px;
  }
  .archive-flex {
    width: 100%;
    margin: 2.0em auto 0;
  }
  .breadcrumb {
    width: 95%;
  }
  .breadcrumb p{
    font-size:14px;
  }
  .archive-box2 h3 {
    margin-right: 0;
    font-size: 20px;
  }
  .archive-box2 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    font-size:14px;
  }
  .archive-box2 ul > li {
    width: 50%;
    margin-left: 0;
  }

  .archive-box3 h3 {
    margin-right: 0;
    font-size: 20px;
  }

  .archive-box3 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    font-size:14px;
  }
  .archive-box3 ul > li {
    width: 50%;
    margin-left: 0;
  }

  /*———————————
  買いたい詳細（768px）
  ———————————*/
  .item-table th {
    font-size: 14px;
    min-width: 90px;
  }
  .item-table td {
    font-size: 14px;
    min-width: 110px;
  }
  .single-left {
    width: 100%;
    margin: 0 auto;
  }
  .single-wrap {
    flex-wrap: wrap;
  }
  .single-right {
    width: 100%;
    margin-top: 20px;
  }
  .archive-wrap2 {
    min-width: unset;
  }
  .single-right h3 {
    font-size: 24px;
  }
  .content-box h3 {
    font-size: 28px;
  }
  .content-wrap p {
    font-size: 18px;
  }
  .gallery-item {
    width: 30%;
  }
  .gallery::after {
    content: "";
    display: block;
    width: 30%;
  }
  .gallery::before {
    content: "";
    display: block;
    width: 30%;
    order: 1;
  }
  .content-wrap h2 {
    font-size: 22px;
  }
  .content-wrap h2:after {
    width: 73%;
  }
  .contact-title h3 {
    font-size: 20px;
  }
  .contact-box99 h4 {
    font-size: 14px;
  }
  .contact-wrap99 h2 {
    font-size: 40px;
  }
  .contact-wrap99 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;/*680px;*/
  }
  .contact-table tr.typeRow2 {
    height: 106px;
  }
  .contact-table th {
    width: 200px;
    line-height: 1.4;
    font-size: 16px;
  }
  .contact-table th.typeCheckbox {
    padding-top: 0.7em;
  }
  .contact-table .trTop th {
    position: relative;
    height: 5.5em;
    line-height: 1.0;
  }
  .contact-table .trTop th > p {
    position: absolute;
    top: 1.3em;
    left: 0;
    width: 93vw;
    text-align: center;
  }
  .contact-table td {
    width: calc(100% - 200px);
    vertical-align: middle;
  }
  .contact-table .trTop td {
    position: relative;
  }
  .contact-table .trTop td > p {
    position: absolute;
    z-index: 3;
    top: 2.8em;
    right: 1.5vw;
    width: 90vw;
    text-align: center;
  }

  .wpcf7-list-item-label {
    padding-left: 25px;
    font-size: 14px;
    margin-right: 20px;
  }
  .wpcf7-form-control-wrap[data-name="checkbox-001"],
  .wpcf7-form-control-wrap[data-name="checkbox-002"],
  .wpcf7-form-control-wrap[data-name="checkbox-004"] {
    padding-top: 1.0em;
    padding-bottom: 1.0em;
  }
  .wpcf7-form-control-wrap[data-name="checkbox-001"] .wpcf7-list-item-label,
  .wpcf7-form-control-wrap[data-name="checkbox-002"] .wpcf7-list-item-label,
  .wpcf7-form-control-wrap[data-name="checkbox-004"] .wpcf7-list-item-label {
    margin-bottom: 0.3em;
    margin-top: 0.3em;
  }
  .accept-label {
    font-size: 14px;
  }
  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 14px;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
  }
  ::placeholder{ /* Others */
    font-size: 14px;
  }
  .wpcf7 [name="your-name"], [name="furigana"], [name="telephone"], [name="inquiry_mail"], [name="inquiry_mail_confirm"] {
    width: 100%;/*60%;*/
  }
  .wpcf7 [name="address"] {
    width: 100%;
    margin-left: 0;
  }
  .wpcf7c-btn-confirm {
    font-size: 22px;
  }
  .wpcf7c-btn-back {
    font-size: 22px;
  }
  .wpcf7-submit {
    font-size: 22px;
  }
  .confirm-btn::after {
    right: 29.9%;
  }
  .single-title {
    font-size: 28px;
    padding: 20px 0;
  }
  .single-left h4 {
    font-size: 14px;
  }
  .wpcf7-not-valid-tip {
    font-size: 0.8rem;
  }
  /*———————————
  売りたい（768px）
  ———————————*/
  .sell-title2 h2 {
    font-size: 48px;
  }
  .sell-left {
    width: 100%;
  }
  .sell-box2 {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .sell-box2 h3 {
    font-size: 22px;
  }
  .sell-box2 span {
    font-size: 26px;
  }
  .sell-box3 {
    width: 48%;
  }
  .triangle::after {
    display: none;
  }
  .sell-flex {
    min-width: unset;
    flex-wrap: wrap;
  }

  .sell-bg99 {
    display: none;
  }
  .sell-wrap99 h2 {
    font-size: 40px;
  }
  .sell-title h3 {
    font-size: 20px;
  }
  .sell-wrap99 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;/*680px;*/
  }
  .sell-box99 h4 {
    font-family: MidashiGoPro-MB31,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
    font-size: 14px;
  }
  .sell-box3 h3 {
    font-size: 18px;
  }
  .sell-box3 h4 {
    font-size: 14px;
  }
  .accept-label.acceptance-001 {
    padding-left: 1.9em;
    letter-spacing: -0.05em;
    font-size: 13px;
  }
  .wpcf7-form-control-wrap {
    display: block;
    padding-bottom: 0;/*1.5em;*/
    line-height: 1.4;/*1.8;*/
  }
  .acceptance-001 .wpcf7-list-item::before {
    left: -25px;
  }
  body.page-template-page-sell .acceptance-001 .wpcf7-list-item::before {
    top: 10px;
    left: -24px;
  }
  .wpcf7 [name="question"] {
    width: 100%;
  }
}

@media screen and (max-width:480px){
.contact-pc{
  display: none;
}
.contact-sp{
  display: block;
}
.contact-sp2{
    display: table-row;
}
.item-th{
  display: block;
}
.item-td{
    display: block;
    margin: 0 auto;
}
  /*———————————
  トップ（480px）
  ———————————*/
  .top-flex {
    width: 95%;
  }
  .top-wrap2 {
    width: 100%;
    min-width: unset;
  }
  .top-btn h2 {
    font-size: 26px;
  }
  .top-btn2 h2 {
    font-size: 26px;
  }
  .top-btn span {
    font-size: 35.5px;
  }
  .top-btn2 span {
    font-size: 35.5px;
  }
  .top-wrap2 img {
    top: 50%;
    left: 3.2%;
    transform: translateY(-50%);
  }
  .top-wrap2 h4 {
    font-size: 12px;
    padding-left: 150px;
  }
  .top-btn {
    padding: 5px 16px 5px 150px;
  }
  .top-btn2 {
    padding: 5px 16px 5px 150px;
  }
  .top-title h2 {
    font-size: 32px;
  }
  .top-box h3 {
    font-size: 22.5px;
  }
  .top-box2 h3 {
    font-size: 22.5px;
  }
  .top-box3 h3 {
    font-size: 22.5px;
  }
  .top-box {
    margin-left: 0px;
  }
  .top-box3 {
    margin-right: 0px;
  }
  .item-box {
    width: 100%;
  }
  .top-title2 h2 {
    letter-spacing: 0.03em;
    font-size: 23px;
  }
  .item-btn h2 {
    font-size: 24px;
  }
  .item-btn h2:after {
    top: 50%;
    right: 15px;
  }
  .item-btn h2:before {
    top: 44%;
    right: 5px;
  }

  /*———————————
  フッター（480px）
  ———————————*/
  footer {
    height: auto;/*480px;*/
  }
  .footer-box {
    width: 95%;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-left: 40px;
  }
  .footer-content2{
    width: 100%;
  }
  .footer-content h3 {
    font-size: 16px;
    padding-top: 30px;
  }
  .footer-content p {
    font-size: 12px;
  }
  .information {
    padding: 10px 0 0;
  }
  .information p {
    font-size: 12px;
  }
  .footer-content {
    width: 95%;
    padding-left: 40px;
  }
  .sns-box {
    width: 15%;
  }
  /*———————————
  買いたい（480px）
  ———————————*/
  .vector a {
    margin-left: 0px;
  }
  .term-title {
    font-size: 26px;
    padding: 15px 0;
  }
  .breadcrumb p {
    font-size: 12px;
  }
  .archive-title h2 {
    font-size: 44px;
  }
  .archive-box h3 {
    font-size: 18.5px;
  }
  .archive-border {
    margin: 30px auto 0;
  }
  .archive-flex {
    margin: 40px auto 0;
  }
  .archive-box2 {
    flex-wrap: wrap;
  }
  .archive-box3 {
    flex-wrap: wrap;
  }
  .archive-box2 ul {
    width: 100%;
  }
  .archive-box3 ul {
    width: 100%;
  }
  .archive-box3 h3 {
    font-size: 18px;
    margin-bottom: 20px;
    width: 100%;
  }
  .archive-box2 h3 {
    font-size: 18px;
    margin-bottom: 20px;
    width: 100%;
  }

  /*———————————
  買いたい詳細（480px）
  ———————————*/
  .single-wrap2 {
    flex-wrap: wrap;
  }
  .contact-wrap99 {
    width: unset;
    flex-wrap: wrap;
        justify-content: center;
  }
  .archive-wrap2 img {
    width: 100%;
  }
  .content-wrap iframe {
    width: 100%;
  }
  .content-wrap h2 {
    font-size: 20px;
  }
  .content-wrap h2:after {
    width: 55%;
  }
  .content-wrap p {
    font-size: 16px;
  }
  .content-title {
    padding: 40px 0 20px 0;
  }
  .content-box h3 {
    font-size: 26px;
  }
  .gallery-item {
    width: 48%;
  }
  .gallery::after {
    display: none;
  }
  .gallery::before {
    display: none;
  }
  .contact-wrap99 p {
    width: 35%;
    text-align: center;
  }
  .tel-img{
    width: 50%!important;
  }
  .contact-title h3 {
    font-size: 18px;
  }
  .contact-title {
    width: 80%;
    text-align: center;
  }
  .contact-box99 h4 {
    font-size: 12px;
  }
  .contact-wrap99 h2 {
    font-size: 30px;
    width: 100%;
    text-align: center;
  }
  .tp10 {
    top: 10px;
  }
  .contact-table th {
    font-size: 12px;
    width: 140px;/*39%;*/
  }
  .contact-table td {
    width: calc(100% - 140px) !important;/*61% !important;*/
  }
  .contact-table td {
  }
  .contact-table .trTop td > p {
    font-size: 12px;
  }
  .must {
    font-size: 10px;
    padding: 2px;
    margin: 0 5px 0 0;
  }
  .wpcf7-form-control-wrap[data-name="checkbox-004"] {
    padding-top: 0.1em;
    padding-bottom: 0.8em;
  }
  .acceptance-001 .wpcf7-list-item::before {
    left: -27px;
  }
  .checkbox-002 span.wpcf7-list-item {
    margin-left: 8px!important;
  }
  .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 27px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .checkbox-004 span.wpcf7-list-item-label {
    margin-bottom: 5px;
  }
  .wpcf7 [name="your-name"], [name="furigana"], [name="telephone"], [name="inquiry_mail"], [name="inquiry_mail_confirm"] {
    width: 100%;/*87%;*/
    padding-left: 20px;
    font-size: 14px;
  }
  .wpcf7 [name="desired-time"] {
    width: 100%;/*87%;*/
    font-size: 14px;
    padding-left: 20px;
  }
  .wpcf7 [name="item-name"] {
    width: 95%;
    font-size: 14px;
  }
  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 12px;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 12px;
  }
  ::placeholder{ /* Others */
    font-size: 12px;
  }
  .accept-label {
    font-size: 12px;
    flex-wrap: wrap;
  }
  .accept-label.acceptance-001 {
    padding-left: 2.5em;
    font-size: 11px;
  }
  .wpcf7 [name="question"] {
    width: 100%;/*79%;*/
    font-size: 14px;
    padding: 15px 20px;
  }
  .accept-th{
    width: 14%!important;
  }
  .accept-img{
    width: unset!important;
  }
  .modal__content h2 {
    font-size: 12px;
  }
  .modal__content p {
    font-size: 10px;
  }
  .wpcf7c-btn-confirm {
    font-size: 20px;
  }
  .wpcf7c-btn-back {
    font-size: 20px;
  }
  .wpcf7-submit {
    font-size: 20px;
  }
  .confirm-btn::after {
    right: 30.9%;
  }
  .btn-box99 h3 {
    font-size: 14px;
    line-height: 3;
  }
  .vector img {
    width: unset!important;
  }
  .breadcrumb {
    width: 100%;
  }
  .vector::after {
    padding: 0 3px;
  }
  .single-title {
    font-size: 24px;
    padding: 10px 0;
  }
  .single-right h3 {
    font-size: 22px;
  }
  .item-table th {
    font-size: 12px;
    width: 40%;
  }
  .item-table td {
    font-size: 12px;
  }
  .wd32 {
    width: 100%;
  }
  /*———————————
  売りたい（480px）
  ———————————*/
  .contact-box99 {
    margin: 10px auto;
}
.sell-box99{
   margin: 10px auto;
}
  .sell-wrap99 {
    width: unset;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sell-wrap99 p {
    width: 35%;
    text-align: center;
  }
  .sell-title h3 {
    font-size: 18px;
  }
  .sell-box99 h4 {
    font-size: 12px;
  }
  .sell-title {
    width: 80%;
    padding: 0;
    text-align: center;
  }
  .sell-wrap99 h2 {
    font-size: 30px;
    width: 100%;
    text-align: center;
  }
  .va-flex h4 {
    font-size: 12px;
  }
  .va-top2 {
    width: 100%!important;
  }
  .checkbox-004 span.wpcf7-list-item {
    width: 100%;
  }
  .address-th {
    font-size: 14px;
  }
  .no-must {
    font-size: 10px;
    padding: 2px;
    margin: 0 5px 0 0;
  }
  .no-must2 {
    font-size: 10px;
    padding: 2px;
    margin: 0 5px 0 0;
  }
  .sell-left img {
    width: 45%!important;
  }
  .sell-box2 h3 {
    font-size: 14px;
    justify-content: center;
  }
  .border-box2 {
    height: 5px;
  }
  .sell-box2 span {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .sell-right {
    width: 100%;
  }
  .sell-title2 h2 {
    font-size: 44px;
  }

}


/*##### Link Telno #####*/
.linkBaseTelno {
  color: inherit;
  pointer-events: none;
  text-decoration: none;
  cursor: auto;
}
@media all and (max-width: 750px){
  .linkBaseTelno {
    pointer-events: auto;
    /*text-decoration: underline;*/
  }
}