@charset "utf-8";

/************************** template *************************/
#stk_menu_btn {
  display: none;
}
.bgfull #header,
#inner-content {
  box-shadow: none;
}
#inner-content {
  padding-bottom: 5rem;
}
.bgfull #header {
  border-bottom: 4px solid #231815;
  box-sizing: border-box;
}
#content {
  margin: 0 auto;
}
.wrap {
  max-width: 100%;
}
#sidebar1 {
  display: none;
}
#main {
  font-family: 'Noto Sans JP', sans-serif;
  margin-right: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/************************** common *************************/
.br-sp {
  display: none;
}
/* h1 */
.entry-header .entry-title {
  position: relative;
  font-size: 1.7rem;
  font-weight: 400;
  color:#231815;
  padding: 0 0 1rem;
  margin: 2rem 0 0;
}
.entry-header .entry-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  border: 1px solid #231815;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
.entry-header .entry-title::after {
  position: absolute;
  content: "";
  width: 22%;
  max-width: 260px;
  height: 5px;
  background: #231815;
  bottom: 0;
  left: 0;
}
/* h3 */
.entry-content h3:not(.is-style-stylenone) {
  position: relative;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5em;
  color:#231815;
  border: none;
  border-left: 3px solid #EE7700 !important;
  padding: 0 0 0.4rem 1rem;
  margin: 4.7rem 1rem 2.7rem;
  box-sizing: border-box;
}
/* f-box */
.f-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.f-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 22%;
  max-width: 260px;
  background: #ECEBE9;
  padding: 20px;
  margin-right: 8px;
  box-sizing: border-box;
  align-content: center;
}
.f-box .f-left h4 {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1em;
  border: none;
  padding: 0;
  margin: 0;
}
.f-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 78%;
  border: 1px solid #ECEBE9;
  padding: 1.1rem 1.5rem;
  box-sizing: border-box;
}
.required-icon {
  display: inline-block;
  width: 40px;
  height: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  text-align: center;
  padding: 3px 0 5px;
  margin: 0 0 0 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.required-icon {
  color: #fff;
  background: #856139;
}
.f-left-note {
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
}
.one-line {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: left;
  align-items: baseline;
}
.one-line p:nth-child(2) {
  margin: 0 0 0 10px;
}
.f-year .f-right p:nth-child(3) {
   margin: 0 10px;
}
.f-right-note {
  margin: 0 0 0 20px;
}
.error {
  display: block;
  width: 100%;
  margin: 5px 0 0;
}

/* form */
.field,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
#main textarea {
  padding: 10px 1%;
  color:#3B2513;
  border: 1px solid #666464;
  width: 90%;
  max-width: 100%;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
input.mini-box-1,
.start-reserve .mini-box-1 {
  width: 25%;
}
input.mini-box-2,
.start-reserve .mini-box-2 {
  width: 45%;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.f-property .f-right > input[type=text]{
  margin-bottom: 15px;
}
.f-year select {
  width: 25%;
  max-width: 240px;
  text-align: center;
  text-align: -webkit-center;
}
.address-wrapper {
  display: flex;
  align-items: center;
}
.address-wrapper > input {
  width: 100%;
}
.address-wrapper .mwform-checkbox-field {
  width: 15%;
  margin-left: 2.5rem;
  box-sizing: border-box;
}
/* checkbox + radiobox */
.start-form input[type="checkbox"],
.start-form input[type="radio"]{
  display: none;
}
.mwform-checkbox-field,
.mwform-radio-field {
  display: block;
  width: 220px;
  box-sizing: border-box;
}
.f-madori .mwform-radio-field {
  width: 14%;
  max-width: 120px;
}
.f-genjo .mwform-radio-field {
  width: auto;
  margin-right: 6.5%;
}
.start-form .mwform-checkbox-field-text,
.start-form .mwform-radio-field-text {
  font-size: 0.95rem;
  font-feature-settings: "palt";
  padding-left: 32px;
  position:relative;
}
.start-form .mwform-checkbox-field-text::before,
.start-form .mwform-radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #666464;
  border-radius: 4px;
}
.start-form .mwform-checkbox-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 2px solid #EFEFEF;
  border-right: 2px solid #EFEFEF;
}
.start-form input[type="checkbox"]:checked + .mwform-checkbox-field-text,
.start-form input[type="radio"]:checked + .mwform-radio-field-text{
  color: #EE7700;
}
.start-form input[type="checkbox"]:checked + .mwform-checkbox-field-text::before,
.start-form input[type="radio"]:checked + .mwform-radio-field-text::before{
  border: 1px solid #EE7700;
}
.start-form input[type="checkbox"]:checked + .mwform-checkbox-field-text::after{
  border-bottom: 2px solid #EE7700;
  border-right: 2px solid #EE7700;
}
/* radio */
.start-form .mwform-radio-field-text::before{
  border-radius: 50%;
}
.start-form .mwform-radio-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #EFEFEF;
}
.start-form input[type="radio"]:checked + .mwform-radio-field-text::after{
  background: #EE7700;
}

/* reserve */
.f-consultation .mwform-radio-field,
#property-search > section:nth-child(3) > div:nth-child(9) > div.f-right > span {
  width: auto;
  margin-right: 3rem;
}
#property-search > section:nth-child(2) > div:nth-child(2) > div.f-right > div input,
#property-owned > section:nth-child(2) > div:nth-child(2) > div.f-right > div input {
  margin-right: 20px;
}
#property-search > section:nth-child(2) > div:nth-child(2) > div.f-right > div > select,
#property-search > section:nth-child(2) > div:nth-child(3) > div.f-right > select,
#property-search > section:nth-child(3) > div.f-box.f-area > div.f-right > select,
#property-owned > section:nth-child(2) > div:nth-child(2) > div.f-right > div > select,
#property-owned > section:nth-child(2) > div:nth-child(3) > div.f-right > select {
  text-align: center;
}
#property-search > section:nth-child(3) > div:nth-child(10) > div.f-left > h4 {
  line-height: 1.5em;
}

/* privacy-policy */
.privacy-policy {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 0;
  margin: 4.7rem 0 3rem;
  box-sizing: border-box;
}
.privacy-policy h4 {
  font-size: 1em;
  color: #231815;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0.5rem !important;
}
.policy-txt {
  height: 240px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  border: 1px solid #ecebe9;
  padding: 2rem;
  box-sizing: border-box;
}
.policy-txt p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #231815;
}

/* btn */
.start-form .check-btn,
.start-form .back-btn {
  display: block;
  width: 80%;
  max-width: 350px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  border-radius: 8px;
  background: #231815;
  padding: 15px;
  margin: 0 auto;
  box-sizing: border-box;
  transition: .3s;
}
.start-form .back-btn {
  margin-bottom: 1rem;
  background: #898989;
}
.start-form .check-btn:hover {
  background: #EE7700;
}
.start-form .back-btn:hover {
  background:#3B2513;
}

/* kanryo */
.mw_wp_form_complete p {
  margin-top: 2rem;
}

/* tab */
.entry-content .tab-list {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin: 4.5rem 0;
}
.entry-content .tab-list>li {
	width:49%;
    padding: 0;
    margin: 0;
}
.entry-content .tab-list>li::before {
	display: none;
}
.entry-content .tab-list>li span {
	display:block;
	cursor: pointer;
	background-color:#ecebe9;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 10px;
	padding: 0.5rem 1rem 0.7rem;
	box-sizing: border-box;
	cursor: pointer;
}
#property-owned {
	display:none;
}
.entry-content .tab-list .is-cur {
	background-color:#EE7700;
	color: #fff;
}
.entry-content .tab-radio {
  display: none;
}

/************************** footer *************************/
#footer-top .footerwidget {
  width: 100%;
}
#footer-top {
  font-family: 'Noto Sans JP', sans-serif;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 15px;
}
#footer-top #media_image-3 {
  margin-bottom: 1.5rem;
}
#footer-top .wp-image-288,
#footer-top .wp-image-298,
#footer-top .wp-image-328 {
  display: block;
  margin: 0 auto;
}
#footer-top .f-ompany {
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  padding: 0;
  margin: 0 auto 0rem;
}
#footer-top .f-info {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  padding: 0;
  margin: 0 auto 0rem;
}
#footer-bottom .copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-weight: 100;
}

/************************** sp *************************/

/****-1200px****/
@media screen and (max-width:1200px){
  .f-area .f-right .one-line,
  .f-year .f-right .one-line {
    flex-wrap: wrap;
  }
  .f-area .f-right .one-line .f-right-note,
  .f-year .f-right .one-line .f-right-note{
    display: block;
    width: 100%;
    margin: 5px 0 0;
  }
  .f-madori .mwform-radio-field {
    width: 20%;
    max-width: 120px;
  }
}


/****-1024px****/
@media screen and (max-width:1024px){
  .f-box .f-left h4 {
    font-size: 1rem;
    line-height: 1.5em;
  }
  .required-icon {
    width: 36px;
    font-size: 13px;
  }
}

/*****768px****/
@media screen and (max-width: 768px) {
  #inner-content {
    overflow: hidden;
    padding: 3% 1% 8%;
  }
  /* h1 */
  .entry-header .entry-title {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 1.5rem;
  }
  .entry-header .entry-title::before {
    width: 100vw;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
  }
  .entry-header .entry-title::after {
    height: 3px;
    left: -1%;
  }
  /* h3 */
  .entry-content h3:not(.is-style-stylenone) {
    font-size: 1.1rem;
    line-height: 1.5em;
    padding: 0.1rem 0 0.4rem 0.6rem;
    margin: 3rem 0.8rem 1rem;
  }
  /* f-box */
  .f-box {
    flex-direction: column;
    margin-bottom: 8px;
    box-sizing: border-box;
  }
  .f-left {
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 12px 20px;
    margin: 0 0 4px;
  }
  .f-box .f-left h4 {
    display: flex;
    font-size: 1rem;
    line-height: 1.5em;
  }
  .f-right {
    width: 100%;
    padding: 12px 20px;
  }
  .required-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    font-size: 11px;
  }
  .f-left-note {
    font-size: 13px;
    margin: 0 0 0 10px;
  }
  .f-right-note {
    font-size: 13px;
    margin: 0;
  }
  .field,
  input[type=color],
  input[type=date],
  input[type=datetime-local],
  input[type=datetime],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  select,
  textarea {
    width: 100%;
  }
  input.mini-box-1 {
    width: 25%;
  }
  input.mini-box-2 {
    width: 100%;
  }
  .mwform-checkbox-field,
  .mwform-radio-field {
    width: 100%;
  }
  .f-madori .mwform-radio-field {
    width: 50%;
    max-width: 50%;
  }
  .f-genjo .mwform-radio-field {
    width: 100%;
    margin-right: 6.5%;
  }
  .address-wrapper {
    flex-direction: column;
    justify-content: left;
  }
  .address-wrapper > input {
    width: 100%;
  }
  .address-wrapper .mwform-checkbox-field {
    width: 100%;
    margin: 8px 0 0 0;
  }
  /* tab */
  .entry-content .tab-list>li label {
	font-size: 0.9rem;
	padding: 0.3rem 1rem 0.5rem;
  }
  /* privacy-policy */
  .privacy-policy {
    margin: 3rem 0 1.5rem;
  }
  .policy-txt {
    padding: 1.5rem;
  }
  /* footer */
  #footer-top {
    padding-top: 10px;
  }
  #footer-top #media_image-3 {
    margin-bottom: 1.5rem;
  }
  #footer-top .wp-image-288,
  #footer-top .wp-image-298,
  #footer-top .wp-image-328 {
    width: 150px;
    height: auto;
  }
  #footer-top .f-ompany {
    font-size: 1rem;
    margin: 0 auto 1rem;
  }
  #footer-top .f-info {
    font-size: 0.85rem;
  }
  #footer-bottom .copyright {
    font-size: 0.9rem;
  }
}

/*****480px****/
@media screen and (max-width: 480px) {
  .br-sp {
    display: block;
  }
  #inner-content {
    padding: 3% 1% 15%;
  }
  input.mini-box-1,
  .start-reserve .mini-box-1 {
    width: 50% !important;
  }
  #main input[type="tel"],
  #main input[type="email"],
  #main input[type="text"],
  #main textarea {
    width: 100%;
  }
  .f-year select {
    width: 40% !important;
  }
  .start-reserve .f-year select {
    width: 50% !important;
  }
  .one-line p {
    font-size: 0.9em;
  }
  .privacy-policy {
    padding: 1.2rem 1rem;
  }
  #property-search > section:nth-child(2) > div:nth-child(2) > div.f-right > div,
  #property-owned > section:nth-child(2) > div:nth-child(2) > div.f-right > div {
  	flex-direction: column;
  }
    #property-search > section:nth-child(2) > div:nth-child(2) > div.f-right > div > input,
    #property-owned > section:nth-child(2) > div:nth-child(2) > div.f-right > div > input {
    	margin-bottom: 10px;
    }
    .f-consultation .mwform-radio-field,
	#property-search > section:nth-child(3) > div:nth-child(9) > div.f-right > span {
	  width: 100%;
	  margin-right: 3rem;
	}
  /* tab */
	.entry-content .tab-list {
		margin: 2.5rem 0 0;
	}
	.entry-content .tab-list>li {
		width:100%;
		margin-bottom: 0.8em;
	}
	.entry-content .tab-list>li label {
		font-size: 1rem;
		padding: 0.3rem 1rem 0.4rem;
	}
  /* privacy-policy */
  .privacy-policy {
    margin: 2rem 0 1.5rem;
  }
  /* footer */
  #footer-top {
    padding-top: 10px;
  }
  #footer-top #media_image-3,
  #footer-top .widget {
    margin-bottom: 1rem;
  }
  #footer-top .wp-image-288,
  #footer-top .wp-image-298,
  #footer-top .wp-image-328 {
    width: 120px;
    height: auto;
  }
  #footer-top .f-ompany {
    font-size: 0.95rem;
    margin: 0 auto 0.7rem;
  }
  #footer-top .f-info {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  #footer-bottom .copyright {
    font-size: 0.7rem;
  }
}
/*****350px****/
@media screen and (max-width: 350px) {
.mwform-tel-field input {
  width: 80px !important;
}
}
