@charset "utf-8";

/* /////////////////////////////
      lower common
///////////////////////////// */
.lowmv {
  padding-top: 90px;
  margin-bottom: 150px;
}
.lowmv .mv_area {
  float: right;
  width: calc(100% - 200px);
  height: 460px;
}
.anchor_link {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width:1040px){
  .lowmv .mv_area {
    width: calc(100% - 100px);
    height: 340px;
  }
}
@media screen and (max-width:767px){
  .lowmv {
    padding-top: 50px;
    margin-bottom: 70px;
  }
  .lowmv .mv_area {
    width: calc(100% - 50px);
    height: 180px;
  }
}

/* イベント情報詳細ページ */
.event_single h2{
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 2px 0;
}
.event_icon{
  color: #9d0012;
  border: solid 1px #9d0012;
  padding: 4px 10px;
}
.main_img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 30px;
  /* height: 500px; */
  width: 100%;
}
.event_main_img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 30px;
  height: 500px;
  width: 100%;
}
.black_ttl{
  background: #000;
  color: #fff;
  padding: 4px 10px;
}
.point{
  text-align: center;
}
.point span{
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.point span:before, .point span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
}
.point span:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left:0;
}
.point span:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}
.highlights{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.highlights li{
  margin-bottom: 20px;
  width: 48%;
}
.highlights div{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 320px;
  width: 100%;
}
.detail_txt{
  background: #e0dfd5;
  box-sizing: border-box;
  padding: 20px 30px;
}
.event_place_ttl{
  align-items: center;
  background: #525256;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 4px 4px 4px 10px;
  margin: 20px 0;
}
.event_place_ttl span{
  background: #c0b749;
  font-weight: bold;
  font-size: 15px;
  margin-left: auto;
  padding: 0 10px;
}
.event_line{
  align-items: center;
  display: flex;
  flex: 1 1 auto;
}
.event_line::before{
  content: "";
  flex-grow: inherit;
  margin-right: 10px;
  background: radial-gradient(#a3a6ab 30%, transparent 40%) center/ 8px 8px;
  background: -ms-radial-gradient(#a3a6ab 10%, transparent 30%) center/ 8px 8px;
  display: flex;
  flex: 1 1 auto;
  height: 8px;
}
.color_gold{
  color: #c0b749;
}
.event_info_item{
  box-sizing: border-box;
  border: solid 1px;
  max-width: 360px;
  width: 50%;
  padding: 20px;
}
.gray_ttl{
  background: #d4d5d7;
  text-align: center;
  padding: 4px;
}
.freetel{
  display: block;
  height: 100%;
  max-width: 30px;
  margin-right: 10px;
  width: 100%;
}

@media screen and (max-width:767px){
  .main_img{
    height: 300px;
  }
  .event_main_img{
    height: 300px;
  }
  .highlights li ,.event_place_ttl span,.event_info_item{
    box-sizing: border-box;
    width: 100%;
  }
  .event_info_item{
    max-width: 100%;
    margin-bottom: 10px;
  }
  .event_place_ttl{
    text-align: center;
    display: block;
  }
  .event_place_ttl span{
    display: block;
  }
}
@media screen and (max-width:420px){
  .main_img{
    /* height: 200px; */
  }
}
/* /////////////////////////////
      neststyle
///////////////////////////// */
.neststyle .lowmv .mv_area {
  background: url(../img/neststyle/neststyle_img01.jpg) center / cover;
}
.neststyle h1 {
  letter-spacing: -2px;
}
.about_nest {
  padding: 60px 0 200px;
  background: url(../img/neststyle/neststyle_img02.jpg) center / cover;
}
@media screen and (max-width:1040px){
}
@media screen and (max-width:767px){
  .about_nest {
    height: 50vw;
    padding: 0;
    margin-bottom: 20px;
  }
}

/* /////////////////////////////
      creation
///////////////////////////// */
.creation .lowmv .mv_area {
  background: url(../img/creation/creation_img01.jpg) center / cover;
}
.creation_about {
  max-width: 800px;
  margin: 0 auto;
}
.creation_about > div {
  box-sizing: border-box;
}
.onlyone figure {
  height: 560px;
  background: url(../img/creation/creation_img03.jpg) center bottom / cover no-repeat;
}
.onlyone .txt_area {
  box-sizing: border-box;
}
.hermony .main_img figure {
  width: calc(100% - 200px);
}
.maintainance .txt_area {
  box-sizing: border-box;
  padding-right: 20px;
}
.cre_dtl li {
  width: 31%;
}
.cre_dtl li a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #000;
  background-color: #e0dfd5;
}
.cre_acc .acc_ttl {
  position: relative;
  height: 140px;
  padding: 0 80px 0 20px;
  display: flex;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  background: url(../img/creation/creation_img07.jpg) left center / cover;
  cursor: pointer;
}

.cre_acc .acc_ttl .cre_btn {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  right: 20px;
  top: calc(50% - 20px);
}
.cre_acc .acc_ttl .cre_btn::before {
  position: absolute;
  content: "";
  right: 10px;
  top: calc(50% - 1px);
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.cre_acc .acc_ttl .cre_btn::after {
  position: absolute;
  content: "";
  right: 19px;
  top: calc(50% - 10px);
  width: 2px;
  height: 20px;
  background-color: #fff;
}
.cre_acc .acc_ttl span{
  display: block;
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  margin-top: 44px;
  text-align: center;
}
.cre_acc .acc_inner {
  display: none;
  background-color: #d3d3d4;
}
.w-600 {
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
}
.cre_acc .acc_close {
  background-color: #000;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  cursor: pointer;
}
.cre_acc .acc_inner th {
  text-align: left;
  width: 100px;
}
.cre_acc .acc_inner th,.cre_acc .acc_inner td {
  padding: 5px 0;
}
@media screen and (max-width:1040px){
  .hermony .main_img figure {
    width: calc(100% - 100px);
  }
  .onlyone figure {
    height: 440px;
  }
}
@media screen and (max-width:767px){
  .hermony .main_img figure {
    width: 100%;
  }
  .onlyone figure {
    height: 74vw;
  }
  .onlyone .txt_area {
    padding: 0 20px;
  }
  .maintainance .txt_area {
    padding-left: 20px;
  }
  .cre_dtl li {
    width: 100%;
    margin-bottom: 10px;
  }
  .cre_acc .acc_ttl {
    height: 100px;
    padding: 0 60px 0 20px;
  }
  .cre_acc .acc_ttl .cre_btn {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .cre_acc .acc_ttl .cre_btn::before {
    width: 16px;
    right: 7px;
  }
  .cre_acc .acc_ttl .cre_btn::after {
    right: 14px;
    top: calc(50% - 8px);
    height: 16px;
  }
  .cre_acc .acc_ttl span{
    font-size: 12px;
    margin-top: 34px;
  }
  .cre_acc .acc_inner th {
    width: 70px;
  }
  .cre_acc .acc_close {
    padding: 10px 0;
  }
}

/* /////////////////////////////
      location
///////////////////////////// */
.location .lowmv .mv_area {
  background: url(../img/location/location_img01.jpg) center / cover;
}
.location_access {
  padding: 0 20px 140px;
}
.location_access .txt_area {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 770px;
  box-sizing: border-box;
  padding: 70px;
  background-color: #f2f1e7;
}
.location_kodawari {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.location_kodawari .img01 {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.location_kodawari .img02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.kankyo_riben figure {
  width: 50%;
  height: 410px;
  background: url(../img/location/location_img04.jpg) left bottom / cover no-repeat;
}
.kankyo_riben .txt_area {
  display: flex;
  justify-content: flex-end;
  width: 47%;
  padding: 20px 0 60px 20px;
  box-sizing: border-box;
}
.kankyo_riben .txt_area .inner {
  max-width: 495px;
  width: 100%;
}
.shisan_kachi figure {
  margin-top: -40px;
  width: 45%;
  height: 410px;
  background: url(../img/location/location_img05.jpg) left bottom / cover no-repeat;
}
.shisan_kachi .txt_area {
  padding-top: 40px;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}
.location_link {
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto 150px;
}
.location_link .prev {
  position: relative;
  display: block;
  padding-left: 100px;
}
.location_link .prev::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #000;
  left: 0;
  top: calc(50% + 3px);
  transition: .3s;
}
.location_link .prev::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  background-color: #000;
  left: 0;
  top: calc(50% + 3px);
  transition: .3s;
}
.location_link .next {
  position: relative;
  display: block;
  padding-right: 100px;
}
.location_link .next::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #000;
  right: 0;
  top: calc(50% + 3px);
  transition: .3s;
}
.location_link .next::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  transform: rotate(45deg);
  transform-origin: bottom right;
  background-color: #000;
  right: 0;
  top: calc(50% + 3px);
  transition: .3s;
}
@media screen and (max-width:1400px){
  .location_kodawari .img02 {
    width: 33%;
  }
}
@media screen and (max-width:1040px){
  .location_access {
    padding: 0px 20px 100px;
  }
  .location_kodawari .img01 {
    width: 38%;
  }
}
@media screen and (max-width:767px){
  .location_kodawari .img01 {
    left: -20px;
    bottom: 0;
  }
  .location_access {
    padding: 40px 0;
  }
  .location_access .txt_area {
    padding: 70px 20px;
  }
  .location_kodawari .img02 {
    top: 70px;
  }
  .kankyo_riben figure,.shisan_kachi figure {
    margin-top: 0;
    width: 100%;
    height: 60vw;
    order: -1;
  }
  .kankyo_riben .txt_area {
    width: 100%;
    padding: 30px 20px 60px;
  }
  .shisan_kachi .txt_area {
    width: 100%;
    padding: 30px 20px 20px;
  }
  .location_link {
    margin: 0 auto 60px;
  }
  .location_link .prev {
    padding-left: 40px;
    font-size: 13px;
  }
  .location_link .next {
    padding-right: 40px;
    font-size: 13px;
  }
  .location_link .prev::before,.location_link .next::before {
    width: 30px;
    top: 50%
  }
  .location_link .prev::after,.location_link .next::after {
    width: 10px;
    top: 50%
  }
}

/* /////////////////////////////
      construction
///////////////////////////// */
.creation_link li {
  width: 31%;
}
.creation_link li a {
  display: block;
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.creation_link a.current {
  background-color: #e0dfd5
}
.kozo_dtl {
  max-width: 300px;
  width: 28%;
}
.kozo_img {
  max-width: 340px;
  width: 34%;
  margin: 0 3%;
}
.kozo_chara {
  max-width: 180px;
  width: 24%;
}
.kozo_chara h3 {
  display: inline-block;
  padding: 2px 5px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.ttl_bgb {
  padding: 5px 20px;
  background-color: #f4f3e9;
}
.shozai_list li {
  padding: 0 20px 5px;
  border-left: 1px solid #000000;
  width: 25%;
  box-sizing: border-box;
}
.shozai_list li h3 {
  width: 60%;
  margin: 0 auto;
  height: 50px;
}
.shozai_list li:last-child {
  border-right: 1px solid #000;
}
.shozai_item01{
  border: solid 1px;
  display: inline-block;
  font-size: 17px;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.shozai_item02{
  background: #DCDCDC;
  line-height: 25px;
  height: 25px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.others ul::after{
  content: "";
  display: block;
  width: 31%;
}
.others li{
  margin-bottom: 30px;
  width: 31%;
}
.others li img{
  margin-bottom: 10px;
}
.others li p:first-of-type{
  font-size: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width:767px){
  .creation_link li {
    width: 100%;
    margin-bottom: 10px;
  }
  .kozo_dtl {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .kozo_img {
    max-width: 50%;
    width: 50%;
    margin: 0 2% 0 0;
  }
  .kozo_chara {
    max-width: 48%;
    width: 48%;
  }
  .shozai_list li {
    padding: 0 10px 10px;
    font-size: 10px;
    width: 50%;
    margin-bottom: 20px;
  }
  .shozai_list li:nth-child(2) {
    border-right: 1px solid #000;
  }
  .arrow_shita_sp {
    position: relative;
  }
  .arrow_shita_sp::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border-top: 8px solid #80859f;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .shozai .w-32{
    margin: 20px 0;
  }
  .roof .w-48,.shozai .w-35,.shozai .w-32,.shozai .w-30,.others li{
    box-sizing: border-box;
    width: 100%;
  }
  .others li p:first-of-type {
    font-size: 16px;
  }
}
/* /////////////////////////////
      facility
///////////////////////////// */
.facility_img .list_box {
  margin-bottom: 40px;
}
.kitchin .kitchin_img03,.kitchin .kitchin_img04{
  max-width: 118px;
  margin-left: 10px;
  width: 100%;
}
.list_box .just{
  font-size: 12px;
  line-height: 1.8;
  margin-top: 6px;
}
.fc_ttl{
  font-size: 14px;
  margin-bottom: 6px;
}
.kitchin li,.bathroom li,.powderroom li{
  margin-bottom: 20px;
  width: 30%;
}
.kitchin li img,.bathroom li img,.powderroom li img{
  margin-bottom: 10px;
}
.bathroom_img02{
  max-width: 336px;
  width: 100%;
}
.bathroom_img03 figure{
  position: relative;
}
.bathroom_img03 figcaption{
  bottom: -8px;
  font-size: 10px;
  right: 0;
  position: absolute;
  text-align: right;
}
.tiolet .w-30{
  margin: 0 20px;
}
.ecologo{
  max-width: 105px;
  margin-bottom: 20px;
}
.ecocute{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 640px;
  width: 100%;
}
.gus_img img{
  margin-bottom: 20px;
}
@media screen and (max-width:1040px){
  .facility_img .list_box{
    margin-bottom: 3vw;
  }

}
@media screen and (max-width:767px){
  .ttl_bgb {
    padding: 5px 10px;
  }
  .list_box .just {
    font-size: 11px;
    line-height: 1.6;
    margin-top: 6px;
  }
  .kitchin .w-60,.bathroom .w-60,.tiolet .w-60,.tiolet .w-30{
    margin-bottom: 20px;
  }
  .kitchin .w-60,.kitchin .w-38,.kitchin li, .bathroom li, .powderroom li,
  .bathroom .w-60,.bathroom .w-38,.powderroom .w-49,.tiolet .w-60,.tiolet .w-35,.tiolet .w-30{
    box-sizing: border-box;
    width: 100%;
  }
  .kitchin .kitchin_img03, .kitchin .kitchin_img04{
    margin-left: 0;
  }
  .tiolet .w-30 {
    margin: 0 0 20px 0;
  }
  .ecocute {
    position: static;
    margin-bottom: 20px;
  }
  .gus_img{
    margin-top: 20px;
  }
}
/* /////////////////////////////
      secrity
///////////////////////////// */
.anshin_point .point_num {
  line-height: 100px;
  width: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #f4f3e9;
  font-size: 20px;
  font-weight: bold;
}
.anshin_point .ttl_area {
  height: 50px;
}
.anshin_point .year_flow {
  position: absolute;
  width: 210%;
  top: calc(100% + 10px);
  left: 0;
}
@media screen and (max-width:1040px){
}
@media screen and (max-width:767px){
  .kensa_img_wrap {
    overflow-x: auto;
  }
  .kensa_img_wrap figure {
    width: 700px;
  }
  .anshin_point .year_flow {
    position: static;
    width: 100%;
  }
  .anshin_point .point_num {
    line-height: 80px;
    width: 80px;
    font-size: 16px;
  }
}
/* /////////////////////////////
      conpany
///////////////////////////// */
.company .lowmv .mv_area {
  background: url(../img/company/company_img01.jpg) center / cover;
}
.company_tbl {
  width: 100%;
  border-top: 1px solid #000;
}
.company_tbl tr {
  border-bottom: 1px solid #000;
}
.company_tbl th {
  padding: 15px 0;
  width: 140px;
  text-align: center;
  background-color: #f4f3e9;
}
.company_tbl td {
  padding: 15px 20px;
}
@media screen and (max-width:1040px){
}
@media screen and (max-width:767px){
  .company_tbl th {
    width: 80px;
  }
}
/* /////////////////////////////
      contact
///////////////////////////// */
.contact .contact_wrap select,
.contact .contact_wrap input{
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 3px;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
.contact .contact_wrap select {
  padding: 5px 5px 10px;
}
.contact .contact_wrap input[type="text"],
.contact .contact_wrap input[type="textarea"],
.contact .contact_wrap input[type="tel"],
.contact .contact_wrap input[type="email"]   {
  width: 100%;
  box-sizing: border-box;
}
.contact .contact_wrap  table tr.free_txt td textarea {
  width: 100%;
  border: 1px solid #000;
  border-radius: 3px;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
.contact .contact_wrap table {
  border: 1px solid #999;
  width: 100%;
  border-collapse: separate;
}
.contact .contact_wrap th,
.contact .contact_wrap td{
  font-size: 14px;
  text-align: left;
  padding: 20px;
  vertical-align: middle;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
}
.contact .contact_wrap tr:last-child th,
.contact .contact_wrap tr:last-child td{
  border:none;
}
.contact .contact_wrap th {
  background: #e8e8e8;
  width: 20%;
}
.contact .contact_wrap td {
  width: 80%;
}
.contact .contact_wrap tr.name td span,
.contact .contact_wrap tr.name_furi td span,
.contact .contact_wrap tr.add td span,
.contact .contact_wrap tr.come td span,
.contact .contact_wrap tr.family td span,
.contact .contact_wrap tr.budget td span{
  display: block;
}
.contact_wrap tr.add td span.flex {
  display: flex;
}
.contact .contact_wrap tr.budget span.wpcf7-list-item label {
  display: flex!important;
  margin-bottom: 10px;
  align-items: center;
}
.contact .contact_wrap tr.budget span.wpcf7-list-item{
  margin-left: 0;
}
.contact .p-postal-code {
  max-width: 200px;
}
.c-red {
  color: #b11510;
}
tr.family span.wpcf7-form-control-wrap.family input {
  max-width: 40px;
  margin-right: 10px;
}
.contact .contact_wrap  table tr.family td .form_inner span.form_txt {
  margin-bottom: 0;
}
.contact .request_link {
  border: 1px solid #000;
  color: #000;
  max-width: 350px;
  width: 100%;
}
.contact .request_link .btn_area {
  padding: 0;
}
.contact .request_link a{
  padding: 20px;
}
.contact .contact_wrap  input[type="submit"],
.contact .contact_wrap  input[type="button"] {
  padding: 15px 25px;
  width: 200px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  display: block;
  letter-spacing: 1px;
  transition: 0.3s;
  background: #fff;
  border: 1px solid #000;
}
.contact .contact_wrap  input[type="submit"]:hover,
.contact .contact_wrap  input[type="button"]:hover{
  cursor: pointer;
  opacity: 0.7;
}
.request .request_link {
  border: 1px solid #000;
  color: #000;
  max-width: 370px;
  width: 100%;
}

.request_step_inner {
  width: calc(100% * 1/3);

}
.request_step_inner:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 22px;
  border-color: transparent transparent transparent #e2e2e2;
}
.request_step_inner:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 22px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
.request_step_inner p{
  padding: 15px 0px 15px 20px;
  box-sizing: border-box;
  background: #e2e2e2;
  width: 100%;
  line-height: 1;
}
.request_step_inner.step_active{
  border:none;
}
.wpcf7c-elm-step1 .request_step_inner.step_active:before,
.wpcf7c-elm-step2 .request_step_inner:first-child:before,
.wpcf7c-elm-step3 .request_step_inner:first-child:before{
  display: none
}
.request_step_inner.step_active p{
  background: #f4f3e9;
  width: 100%;
}
.request_step_inner.step_active:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 22px;
  border-color: transparent transparent transparent #f4f3e9;
}
.wpcf7c-conf {
    background-color: #FAEDED;
    color: black;
    border: 1px solid #999;
}
.request #acMenu dd{
  display: none;
}
.company .lowmv .mv_area {
  background: url(../img/company/company_img01.jpg) center / cover;
}
@media screen and (max-width:1040px){
}
@media screen and (max-width:767px){
  .request_step_inner:before,.request_step_inner.step_active:before,.request_step_inner:after,.request_step_inner.step_active:after {
    border-width: 22px 0 22px 10px;
  }
  .request_step_inner p {
    padding: 15px 0px 15px 10px;
  }
  .contact .contact_wrap th{
    display: block;
    width: 100%;
  }
  .contact .contact_wrap td{
    display: block;
    width: 100%;
    padding: 10px;
  }
  .contact .contact_wrap th{
    padding: 10px;
    border:none;
  }
  .contact .contact_wrap tr.sex span.wpcf7-list-item {
      display: flex;
      align-items: center;
      margin-left: 0;
  }
  .contact .contact_wrap tr.sex  input[type="radio"] {
    max-width: 10%;
  }
  .contact .contact_wrap tr.know .wpcf7-list-item,
  .contact .contact_wrap tr.status .wpcf7-list-item{
    width: 100%;
    margin-left: 0;
  }
  .contact .request_link {
    margin: auto;
  }
  .contact .request_link a {
    padding: 15px;
    }

  .contact .contact_thanks .request_link {
    margin: 0 auto 20px;;
  }
  .contact .contact_wrap input[type="submit"], .contact .contact_wrap input[type="button"] {
    padding: 5px 15px;
    width: auto;
  }
}
/* /////////////////////////////
      sales
///////////////////////////// */
.sales .sales_wrap li{
  position: relative;
}
.sales .sales_wrap li:nth-child(odd)::after {
  width: 1px;
  height: 90%;
  position: absolute;
  content: "";
  right: -4.4%;
  top: 5%;
  background-color: #000;
}
.sales .lowmv .mv_area {
  background: url(../img/sales/sales_img01.jpg) center / cover;
}
@media screen and (max-width:1040px){
}
@media screen and (max-width:767px){
  .sales .sales_wrap li:nth-child(odd)::after {
    display: none;
  }
}
/* /////////////////////////////
      sales single
///////////////////////////// */

.sale_post .main_img {
  padding-top: 90px;
  margin-bottom: 50px;
}
.sale_post .left_content {
  width: 200px;
}
.sale_post .color_gray {
  color: #5a5a5a;
}
.sale_post .left_content .ttl {
  text-align: center;
  width: 140px;
  padding: 3px 0 1px;
  background-color: #e0dfd5;
  font-size: 19px;
  font-weight: 500;
}
.sale_post .right_content {
  width: calc(100% - 200px);
  padding-left: 50px;
  box-sizing: border-box;
  border-left: 1px solid #5a5a5a
}
.sale_post .box_ttl {
  position: relative;
  padding-left: 15px;
  font-size: 17px;
  line-height: 1.6;
}
.sale_post .box_ttl::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 7px;
  background-color: #000;
}
.sale_post .situation .inner {
  position: relative;
  padding: 0 100px;
}
.sale_post .situation.sokunyukyo .inner::after {
  content: "";
  position: absolute;
  width: 93px;
  height: 93px;
  background: url(../img/sales_list/sokunyukyo.png) center / cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sale_post iframe {
  width: 100%;
  height: 400px;
}
.sale_post .btn_only {
  margin-left: 250px;
}
.sale_post .va-t {
  vertical-align: top;
}
.equipment_box {
  padding: 15px 20px;
  background-color: #e0dfd5;
}
.w-1040.pd0 {
  padding: 0;
}
@media screen and (max-width:1040px){
  .sale_post .left_content {
    width: 180px;
  }
  .sale_post .right_content {
    width: calc(100% - 180px);
    padding-left: 30px;
  }
}
@media screen and (max-width:767px){
  .sale_post .main_img {
    padding-top: 10px;
    margin-bottom: 40px;
  }
  .sale_post .situation .inner {
    padding: 20px 0 0;
  }
  .sale_post .situation.sokunyukyo .inner::after {
    width: 50px;
    height: 50px;
    right: -30px;
    top: -20px;
    transform: translateY(0);
  }
  .sale_post .left_content {
    width: 100%;
    margin-bottom: 30px;
  }
  .sale_post .left_content .ttl {
    text-align: center;
    width: 120px;
    font-size: 16px;
    margin: 0 auto;
  }
  .sale_post .right_content {
    width: 100%;
    padding-left: 0;
    border: 0;
  }
  .sale_post .box_ttl {
    padding-left: 12px;
    font-size: 14px;
  }
  .sale_post .box_ttl::after {
    width: 9px;
    height: 9px;
    top: 6px;
  }
  .equipment_box {
    padding: 10px;
  }
  .sale_post .btn_only {
    margin: 0;
  }
  .sale_post .concept .more_btn02 {
    width: auto;
  }
}

/* /////////////////////////////
      member
///////////////////////////// */
.member_ttlbox {
  padding: 20px;
  background-color: #f4f3e9;
}
.member_point li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.member_point li:first-child {
  margin-bottom: 20px;
}
.member_point li figure {
  width: 200px;
}
.member_point li .txt_area {
  width: calc(100% - 240px);
}
.member_point .indent {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width:1040px){
}
@media screen and (max-width:767px){
  .member_point li {
    margin-bottom: 30px !important
  }
  .member_point li figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .member_point li .txt_area {
    width: 100%;
  }
}
/* /////////////////////////////
      information
///////////////////////////// */
.information_page .lowmv .mv_area {
  background: url(../img/information/information_img01.jpg) center / cover;
}
.info_confirm_txt {
  max-width: 500px;
  text-align: center;
  padding: 10px;
  background-color: #e0dfd5;
  margin: 0 auto 80px;
}
.info_confirm_txt p {
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
  color: #5a5a5a;
}
@media screen and (max-width:1040px){
}
@media screen and (max-width:767px){
  .info_confirm_txt {
    margin: 0 auto 40px;
  }
  .info_confirm_txt p {
    padding: 15px;
  }
}



/* /////////////////////////////
      gallery
///////////////////////////// */
.gallery .lowmv .mv_area {
  background: url(../img/gallery/gallery_img01.jpg) center / cover;
}
.gallery .bg_color {
  background: #f4f3e9;
  display: flex;
  justify-content: center; /*左右中央揃え*/
  align-items: center;
}

.gallery .bg_color p{
  text-align: center;
  margin: 0 auto;
  font-size: 31px;
}

.gallery p.detail{
  text-align: center;
  font-size: 14px;
  line-height: 42px;
}



@media screen and (max-width:1040px){
}
@media screen and (max-width:767px){

  .gallery .bg_color p{
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
  }

  .gallery p.detail{
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}


.page_voice{
  margin-bottom: 100px;
}
.page_voice li figure {
  height: 300px;
}
.page_voice li .txt_area .ttl_area {
  bottom: 5px;
  left: 10px;
}
#container .wp-pagenavi a, #container .wp-pagenavi span{
  background: #000;
  color: #fff;
  margin: 4px;
}

/* /////////////////////////////
voise single
///////////////////////////// */
.voice .lowmv .mv_area,.voise_single .lowmv .mv_area {
  background: url(../img/voice/voice_mv.jpg) center / cover;
}
.voise_single_ttl{
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: bold;
}
.family_member{
  border-top: solid 4px #9fa0a0;
  border-bottom: solid 4px #9fa0a0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  margin: 50px auto;
}
.family_ttl{
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.mein_text{
  color: #5a5a5a;
  font-size: 17px;
  line-height: 2.0;
}
.family_member .family_mv{
  height: 220px;
  width: 30%;
}
.check_item{
  position: absolute;
  max-width: 108px;
  width: 100%;
}
.check_ttl span{
  display: block;
  font-size: 45px;
}
.check_area{
  box-sizing: border-box;
  padding: 30px 0 0 70px;
}
.check_ttl{
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.check_txt{
  color: #5a5a5a;
  font-size: 14px;
  line-height: 2.0;
  text-align: justify;
  text-justify: inter-ideograph;

}
.check01 .check_item{
  top: 0;
  left: -58px;
}
.img02{
  width: 60%;
  height: 400px;
}
.img03,.img04,.img05,.img06,.img07,.img08{
  height: 275px;
}
.img03{
  width: 31%;
}
.img04{
  width: 28%;
}
.img05{
  width: 39%;
}
.check02,.check03,.check04{
  padding-top: 80px;
}
.check02 .check_item,.check03 .check_item,.check04 .check_item{
  top: -46px;
  left: -20px;
}
.img06{
  width: 34%;
}
.img07{
  width: 40%;
}
.img08{
  width: 24%;
}
.img09,.img10{
  height: 305px;
}
.img09{
  width: 40%;
}
.img10{
  width: 58%;
}
.single_pager{
  font-size: 18px;
  justify-content: space-between;
  margin: 130px auto;
  max-width: 600px;
  width: 100%;
}
.single_pager,.single_pager p{
  align-items: baseline;
  display: flex;
  position: relative;
}
.single_pager .pre{
  padding-left: 120px;
}
.single_pager .next{
  padding-right: 120px;
}
.single_pager a::after,.single_pager a::before{
  content: "";
  position: absolute;
  background-color: #000;
  transition: .3s;
}
.single_pager a::before{
  width: 84px;
  height: 1px;
  top: calc(50% + 3px);
}
.single_pager .pre a::before{
  left: 10px;
}
.single_pager .next a::before{
  right: 10px;
}
.single_pager a::after {
  width: 20px;
  height: 1px;
  top: calc(50% + 3px);
}
.single_pager .pre a::after{
  left: 10px;
  transform-origin: bottom left;
  transform: rotate(-45deg);
}
.single_pager .next a::after{
  transform-origin: bottom right;
  transform: rotate(45deg);
  right: 10px;
}
.single_pager .pre a:hover::before, .single_pager .pre a:hover::after {
  left: 5px;
}
.single_pager .next a:hover::before, .single_pager .next a:hover::after {
  right: 5px;
}
@media screen and (max-width:1040px){
  .img02{
    margin-bottom: 10px;
  }
  .check01 .w-40,.img02{
    width: 100%;
  }
  .check01 .check_item {
    left: 0;
  }
  .check_area {
    padding: 80px 0 0 0;
  }
}
@media screen and (max-width:767px){
  .family_member .w-65,.w-45.check02,.w-45.check03,.w-45.check04{
    width: 100%;
  }
  .family_member .family_mv{
    height: 340px;
    width: 80%;
    margin: 20px auto 0;
  }
  .check02 .check_item, .check03 .check_item, .check04 .check_item{
    left: 0;
  }
  .check03{
    margin-top: 80px;
  }
  .page_voice li {
    margin-bottom: 20px;
  }
  .page_voice li .txt_area {
    padding: 20px !important;
  }
  .page_voice .wp-pagenavi{
    padding: 0 20px;
  }
}
@media screen and (max-width:420px){
  .family_ttl{
    font-size: 25px;
  }
  .mein_text {
    font-size: 15px;
  }
  .family_member .family_mv {
    height: 240px;
    width: 100%;
  }
  .img02,.img09, .img10 {
    height: 200px;
  }
  .check_area {
    padding: 70px 0 0 0;
  }
  .check_item{
    max-width: 60px;
  }
  .check_ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .check02, .check03, .check04 {
    padding-top: 80px;
  }
  .img03, .img04, .img05, .img06, .img07, .img08 {
    height: 100px;
  }
  .check02 .check_item, .check03 .check_item, .check04 .check_item{
    top: 10px;
  }
  .check03 {
    margin-top: 0;
  }
  .single_pager a::before {
    width: 40px;
  }
  .single_pager .pre {
    padding-left: 70px;
  }
  .single_pager .next {
    padding-right: 80px;
  }
  .single_pager a::after {
    width: 16px;
  }
}
