@charset "utf-8";
/* CSS Document */

.kantan{
	background-color: #222;
	padding: 20px;
	text-align: center;
	position: relative;
	display: inline-block;
	width: 100%; font-size: 130%;
	z-index: 1;
    color: #fff;
    margin-bottom: 30px;
}

.kantan:after{
	content: "";
	position: absolute;
	bottom: -18px; left: 50%;
	margin-left: -50px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 40px 0 40px;
	border-color: #222 transparent transparent transparent;
}



.form-text{text-align: center; margin: 10px 0;}
.form-text a{color: #f00; text-decoration: underline;}

#form{padding-bottom: 20px;overflow: hidden;}

#form table{width: 100%; border-collapse: separate;  border-spacing: 0 30px; margin-top: 0px;}

#form th {
    letter-spacing: 1px;
    text-align: left;
    vertical-align: middle;
    width: 100px;
}
#form th {width: 200px;	font-weight: normal;}
#form td {
    border-left: 1px solid #e6e7e8;
    line-height: 18px;
    padding: 0 30px;
}
#form th, #form td {
    position: relative;
}
#form th::before, #form td::before {
    border-bottom: 1px solid #e6e7e8;
    content: "";
    display: block;
    height: 1px;
    left: -1px;
    position: absolute;
    top: -18px;
    width: 101%;
}
#form td p.loan{border-bottom: solid 1px #e6e7e8; padding: 10px;}
#form td p.loan:first-child{padding: 20px 10px;}
#form td p.loan:lstt-child{border-bottom: none;}

#form span.sonota{font-size: 12px; color: #999; display: inline-block; margin-left: 20px;}

.ownerBOX{
    border-bottom: solid 3px #222;
    border-top: solid 3px #222;
    padding: 60px 0;
    margin-bottom: 50px;
}
.ownerBOX .ttl{text-align: center; font-size: 150%; font-weight: 700; margin-bottom: 50px;}
.ownerBOX .text{ line-height: 2em;}
.ownerBOX .text a{
    text-decoration: underline;
    color: #1E68FF;
}
.ownerBOX .date{text-align: right; margin-top: 30px;}
#form dl.owner{margin-bottom: 25px!important;}
#form dl.owner dt {
	display:inline-block;
	min-width:200px;
	margin: 0;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.5em;
	vertical-align: top;
	font-weight: 700;
}
#form dl.owner dd{
	display:inline-block;
	width: 72%;
	margin: 10px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.5em;
	vertical-align: top;
}
#form .owner-form-item{background: #E8F3FF; padding: 10px 20px; font-weight: 700; margin-bottom: 10px;}


#form .must {
	border-radius: 3px;
	font-size: 70%;
	margin: 0 5px 0 0;
	padding: 1px 2px;
	color: #FFF;
	background-attachment: scroll;
	background-color: #FF0000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

#form .btnMain{
	width: 300px;
	background-position: 280px center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}


#postal{width: 180px;}
#tel1, #tel2, #tel3{width: 50px;}
#date-1, #date-2{width: 130px;}

#form .txt01{margin-bottom: 10px; font-size: 90%;}

.pp_box{border:solid 3px #E1E1E1; padding: 20px 3%; margin:  20px 5% 30px; font-size: 90%;}

.r-button {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #FCBC14;
  padding: 8px 0;
  font-size: 14px;
    letter-spacing: -0.02em;
  font-weight: 500;
  width: 100%;
    text-align: center;
}
.r-button:hover {
  background: #FFEA00;
  color: #222;
}

.pink-button {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #FF5277;
  border:solid 1px #FF5277;
  padding: 12px 10px;
font-size: 18px;    
  letter-spacing: -0.02em;
  font-weight: 500;
    margin:15px auto 0;
    display: block;
    max-width: 350px;
    width: 90%;
    font-family: "Noto Sans JP", sans-serif;    
    text-align: center;
    color: #fff;
}
.pink-button:hover {
  background: #fff;
   color:#FF5277!important;
}

a.formlink{color: blue;}


/*-----------------------------------------
 店舗・展示場
----------------------------------------*/
.shop_select{
	margin-bottom: 15px;
}
.shop_select .select-shop{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
	background-color: #FFEA00;
}
.shop_select h3.shop-name{background: #222; color: #fff; padding: 5px; text-align: center;}
.shop_select .select-photo{float: left; width: 45%; position: relative;  overflow: hidden; padding: 10px;}
.shop_select .select-info{float: right; width: 55%; padding: 10px 10px 10px 0;}
.shop_select p.select-gm{font-size: 14px; margin-bottom: 5px!important; font-weight: 500;}
.shop_select p.select-look{font-size: 14px; margin-bottom: 10px!important; font-weight: 500;}
.shop_select .select-link a{color: #222;}
.shop_select .select-link a:hover{color: #FCBC14;;}

.shop_select ul, #shop_select li{margin:0; padding:0;}
.shop_select li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 15px;
    border: solid 2px #222;
    background: #fff;
}
.shop_select li:nth-child(3n){margin-right: 0;}

.select-photo img{width:100%;}
/*.select-comment{
	margin-top: 10px;
}*/

/*Contact Form 7*/
.wpcf7-form input{
	margin: 0;
	font-size: 20px;
	padding: 7px;
	border: 1px solid #E9E9E9;
}
.wpcf7-form label{
	display: block;
	padding-top: 1px;
	padding-bottom: 5px;
	width: 100%;
	font-weight: normal;
}

.wpcf7-form textarea{width:100%;margin:0 0 10px;font-size: 20px;border: 1px solid #E9E9E9; padding: 15px; line-height: 1.8em;}
.wpcf7-form select{margin: 0;font-size: 16px;padding: 5px;border: 1px solid #E9E9E9;}
.wpcf7-not-valid-tip{padding:2px;clear:both;color:#c00;}
.wpcf7-display-none{display:none;}
.wpcf7-form img.ajax-loader{float:right;margin-top:-30px;}
.wpcf7-response-output{margin:0 0 20px;padding:5px;text-align:center;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;}
.wpcf7-mail-sent-ok{background-color:#398f14;color:#fff; padding:10px; font-size:16px;}
.wpcf7-mail-sent-ng{background-color:#ff0000;color:#fff; padding:10px; font-size:16px;}
.wpcf7-spam-blocked{background-color:#ffa500;color:#000; padding:10px; font-size:16px;}
.wpcf7-validation-errors{background-color:#f7e700;color:#000; padding:15px; font-size:16px;}
input#datepicker, input#datepicker1, input.datepicker{max-width: 250px;}

::-webkit-input-placeholder { color: #ccc; font-size:14px;}
::-moz-placeholder { color: #ccc; opacity: 1; font-size:14px;}
:-ms-input-placeholder { color: #ccc; font-size:14px;}

.wpcf7-form .px80{width: 80px;}
.wpcf7-form .w20{width: 20%;}
.wpcf7-form .w30{width: 30%;}
.wpcf7-form .w50{width: 50%;}
.wpcf7-form .w90{width: 90%;}
.wpcf7-form .w100{width: 100%;}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input[type="image"]{max-width: 100%; height: auto;}


#wpmem_login .ttl{
	padding: 20px 0 5px;
    text-align: center;
	font-weight: 400;
}
#wpmem_login .inputBOX{width: 30%; margin: auto;}
#wpmem_login .loginBOX{text-align: center; margin: 10px 0;}
#wpmem_login .txtBOX{text-align: center; margin: 50px 0;}
#wpmem_login a{text-decoration: underline;}

/*input.wpcf7-submit{
	margin: 10px auto;
	width: 400px;
	display: block;
	cursor: pointer;
	padding: 10px;
	border: 1px solid #aaa;
	font-size: 20px;
	line-height: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #00ADED;
	color: #FFF;
}*/

input.wpcf7-submit{
    width: 400px;
    background-color: #FCBC14;
    color: #222;
    font-size: 20px;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 10px auto;
    font-weight: 700;
    padding: 15px 20px;
    cursor: pointer;
}

input.wpcf7-submit a:hover{
	background-color: #222;	display: block;
}
span.wpcf7-list-item {display: block;}

/*会員ログイン*/
.swpm-login-widget-form{text-align: center;}
.swpm-forgot-pass-link{
    margin-top: 20px;
}
.swpm-forgot-pass-link a{color: cornflowerblue;}

input[type="checkbox"], input[type="radio"]{ margin-right: 5px!important;}
label.type3{width: 100px!important; display: inline-block!important; margin-right: 5px;}
label.type4{width: 200px!important; display: inline-block!important; margin-right: 5px;}

    #toggle1{
        display: none;
    }
    .toggle-inner{
        display: none;
    }
    #toggle1:checked ~ .toggle-inner{
        display: block;
    }


.toggle-outer{width: 90%;margin: auto;}
.toggle-outer label{width: 100%; padding: 15px; border: solid 3px #2EAA52; border-bottom: solid 6px #2EAA52; border-radius: 50px; text-align: center; font-size: max(24px,1.5vw); font-weight: 900;cursor: pointer; background: #FFE900;font-family: "Noto Sans JP", sans-serif;}
.toggle-outer label span.quo{color: #EC4034;}
.toggle-comment{text-align: center; display: block; width: 100%; padding: 20px 0 20px;}
.toggle-comment strong{font-weight: 700; font-size: max(18px,1.2vw);}

.get-lead {
  width: 90%;
  margin: 0 auto;
  font-size: clamp(12px,1.2vw,15px)
}
.get-lead-toggle {
  display: none;
}
.get-lead-label {
  display: block;
  padding: 10px;
  cursor: pointer;
  font-size: clamp(12px,1.2vw,14px);
}
.get-lead-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: clamp(12px,1.2vw,14px);
}
.get-lead-toggle:checked + .get-lead-label + .get-lead-content {
  max-height: 450px; /* 適切な高さに調整 */
  padding: 10px;
}
.get-lead p.txt,.get-lead-event p.txt{font-weight: 500; line-height: 1.8em; margin-bottom: 15px;}
.get-lead strong,.get-lead-event strong{color: #2EAA52;}
.get-lead .ttl,.get-lead-event .ttl{font-weight: 700;color: #2EAA52; margin-bottom: 15px!important; text-align: center;}     
.get-lead p.indent-come{margin: 3px 0; font-size: 80%;}

.form-caution{}
.form-caution p.txt1{text-align: center; padding: 20px 0 10px; font-size: 120%;}
.form-caution .cautionBOX{border:solid 2px #ccc; padding: 20px 10px 20px 20px; margin: 20px 0;}
.form-caution p.ttl{text-align: center;font-weight: 700; margin-bottom: 10px!important; font-size: 110%;}
.form-caution ul li{list-style: circle!important;margin:0 20px 10px!important;text-align: left; font-size: 16px; line-height: 1.6em;}

.form-under-tel{border:solid 3px #ccc; padding: 0 0 20px; text-align: center; margin: 30px 10% 0;}
.form-under-tel h2.tel-contact{background: #222; padding: 10px; color: #fff;}
.form-under-tel p.text{font-weight: 500; padding: 20px 20px 10px;}
.form-under-tel p.tel{font-weight: 700; font-size: 40px;}
.form-under-tel p.tel i{margin-right: 10px;}
.form-under-tel p.eigyo-time{font-size: 16px; text-align: center; font-weight: 500;}
/*kairos*/
#K3_content{font-size: 120%;}
#K3_content h3{
	
}
.text-top{font-size: 120%;}

.kiyaku{margin: 10px 0 20px}
.kiyaku .ttl{background: #222; color: #fff; padding: 10px}
.kiyakubox{
    border:solid 2px #ccc;
    padding: 20px 5%;
    height: 200px;
    overflow-y: scroll;    
}
.kiyakubox strong{display: block; margin: 15px 0 5px;}
.kiyakubox p{margin: 5px 0;}


