* {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cv__btn {
  transition: filter 0.3s;
}

.cv__btn:hover {
  filter: brightness(120%);
  transition: filter 0.3s;
}

.bold {
  font-weight: bold;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.sec02__btn01 {
  position: absolute;
  top: 75%;
  left: 5.06667%;
  width: 90.86667%;
}

.sec02__btn02 {
position: absolute;
    top: 90.5%;
    left: 3.06667%;
    width: 93.86667%;
}

.sec02__btn03 {
  position: absolute;
  top: 67%;
  left: 13.4%;
  width: 73%;
}

.sec09__btn01 {
  position: absolute;
  top: 88.8%;
  left: 5.06667%;
  width: 90.86667%;
}

.sec09__btn02 {
position: absolute;
    top: 95.7%;
    left: 2.06667%;
    width: 95.86667%;
}

.sec09__btn03 {
  position: absolute;
  top: 61%;
  left: 13.4%;
  width: 73%;
}

.sec12__btn01 {
  position: absolute;
  top: 84.2%;
  left: 5.06667%;
  width: 90.86667%;
}

.sec12__btn02 {
  position: absolute;
  top: 92.8%;
  left: 5.06667%;
  width: 90.86667%;
}

.sec13__btn01 {
  position: absolute;
  top:36.1%;
  left: 10.66667%;
  width: 78.66667%;
}

.gmaps {
  position: absolute;
  width: 84%;
  top: 47%;
  left: 50.2%;
  transform: translateX(-50%);
}

.gmaps__area {
      position: relative;
    padding-top: 100%;
}

.gmaps__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec15__btn-lists {
  position: absolute;
  top: 9%;
  left: 31.46667%;
  width: 36.8%;
}

.sec15__btn+.sec15__btn {
  margin-top: 11.13333%;
}

.floating {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  max-width: 750px;
  width: 100%;
  background: #F9FCDD;
}

.floating .attention {
  text-align: center;
    padding-bottom: 5px;
    margin-top: -15px;
}

.floating__inner {
  display: flex;
  justify-content: space-between;
}

/*-------------  form  --------------*/

    #form {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 1.2rem;
    color: #333;
    background: antiquewhite;
　　　}
    #form h2 {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    max-width: 100%;
    min-width: 0%;
    margin: 0 auto 20px;
    text-align: center;
    }
		#form table{
			background: #FFF;
			border-collapse: collapse;
			max-width: 700px;
			margin: 0 auto 30px;
			width: 90%;
		}
		#form tr {
			border-top: 1px solid #A5A5A5;
		}
		#form tr:last-of-type {
			border-bottom: 1px solid #A5A5A5;
		}
		#form th{
			padding: 8px 10px 8px 10px;
			background-color: #f7f7f9;
			text-align: left;
		}
		#form td {
			padding: 8px 10px 8px 10px;
		}
		#form td input {
			padding: 8px 8px;
			border: 1px solid #A5A5A5;
			box-sizing: border-box;
			width: 100%;
			background-color: #ffeff9;
			font-size: 1.2rem;
		}
		#form td.schedule {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		#form td select {
			padding: 8px 8px;
			border: 1px solid #9FA0A0;
			box-sizing: border-box;
			width: 136px;
			background-color: #ffeff9;
			font-size: 1.2rem;
		}
		#form td.schedule select:first-of-type {
			width: 50%;
		}
		#form td.schedule select:nth-of-type(2) {
			width: 48%;
		}
		#form .asterisk{
			color: #d93025;
			padding: 0 0 0 5px;
		}
		#form .text-danger{
			color: #d93025;
			font-size: 0.8rem;
		}
		#form td input.form-check-input{
			width: 15px;
		}
		#form td .form-check-label{
			display: inline-flex;
			vertical-align: middle;
			padding: 8px 0;
		}
    #form .wrap {
    text-align: center;
    margin: 0 auto 20px;
    line-height: 1.6em;
    }
		#form .wrap p {
			text-align: center;
			/*color: #d93025;
			font-weight: bold;*/
		}
		#form .privacy {
			text-align: center;
			margin: 0 0 15px;
		}
		#form .privacy a {
			text-decoration: underline;
			font-size: 0.8rem;
			color: #555;
		}
		#form .agree {
			margin-bottom: 30px;
			text-align: center;
		}
		#form button{
			display: block;
			margin: 0 auto 50px;
			background: #e66158;
			width: 300px;
			padding: 15px;
			font-size:1.4rem;
			color: #FFF;
			border: none;
			border-radius: 5px;
		}
		#form th {
			padding: 5px 10px 5px 10px;
			font-size: .9rem;
		}
		#form td input,#form td select{
			padding: 5px 8px;
			font-size: .8rem;
		}
		#form td .form-check-label{
			padding: 0 0 5px;
			font-size: .9rem;
		}
		#form .privacy a {
			font-size: 0.8rem;
		}
		#form .agree {
			font-size: 1.0rem;
		}	
    #form td strong {
    background: none;
    display: inline-block;
    margin-top: 1rem;
    color: #E80604;
    font-size: 1rem;
    }
    #form .checkbox-text {
    font-size: 1rem;
    margin: 0 0 2rem;
    }
    #form td .checkbox {
    display: block;
    margin-bottom: 1rem;
    font-size: 16px;
    }  
    #form td .checkbox input {
    width: 5%;
    }

/* 211228 阿部 追加 */
.schedule_btn {
    width: 100%;
    color: rgb(255, 255, 255);
    font-family: 見出ゴMB1;
    font-size: 22px;
    text-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px;
    background: url(/lp/shop/img/btn_scdl_befor_bg.png) 0px 0px / auto 100% repeat-x;
    margin: 30px auto 30px;
    border-radius: 26px;
    padding: 20px 0px;
}
.schedule_btn a {
    display: block;
    color: rgb(255, 255, 255);
    font-family: 見出ゴMB1;
    text-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px;
    text-align: left;
    line-height: 44px;
    border-radius: 26px;
    text-decoration: none;
}
.schedule_btn.start a {
    background: url(/lp/shop/cp/img/schedule_arrow.png) top 16px right 34px / 42px auto no-repeat;
    padding: 6px 53px 0 37px;
}
.schedule_btn .name_active {
    font-size: 40px;
    font-weight: bold;
}
@media only screen and (max-width: 560px) {
	.schedule_btn.start a{
		background: url(/lp/shop/cp/img/schedule_arrow.png) top 16px right 30px / 24px auto no-repeat;
		line-height: 34px;
		padding: 0 22px;
	}
	.schedule_btn .name_active{
		font-size: 24px;
	}
}

/*見学会フーム部分*/
		.form_area {
			width: 100%;
			margin: 0 auto;
			padding: 10px 0;
			font-size: 1.2rem;
			color: #333;
		}
		.form_area table{
			background: #FFF;
			border-collapse: collapse;
			max-width: 700px;
			margin: 0 auto 30px;
			width: 90%;
		}
		.form_area tr {
			border-top: 1px solid #A5A5A5;
		}
		.form_area tr:last-of-type {
			border-bottom: 1px solid #A5A5A5;
		}
		.form_area th{
			padding: 8px 10px 8px 10px;
			background-color: #f7f7f9;
			text-align: left;
		}
		.form_area td {
			padding: 8px 10px 8px 10px;
		}

.cancel {
padding: 5px 10px 5px 10px;
    font-size: 1.2rem;
    text-align: center;
    background: #F38C8D;
    color: #fff;
}
		.form_area td input,
        .form_area td textarea {
			padding: 8px 8px;
			border: 1px solid #A5A5A5;
			box-sizing: border-box;
			width: 100%;
			background-color: rgb(95 141 201 / 15%);
			font-size: 1.2rem;
		}
		.form_area td.schedule {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.form_area td select {
			padding: 8px 8px;
			border: 1px solid #9FA0A0;
			box-sizing: border-box;
			width: 136px;
			background-color: rgb(95 141 201 / 15%);
			font-size: 1.2rem;
		}
		.form_area td.schedule select:first-of-type {
			width: 50%;
		}
		.form_area td.schedule select:nth-of-type(2) {
			width: 48%;
		}
		.form_area .asterisk{
			color: #d93025;
			padding: 0 0 0 5px;
		}
		.form_area .text-danger{
			color: #d93025;
			font-size: 0.8rem;
		}
		.form_area td input.form-check-input{
			width: 15px;
		}
		.form_area td .form-check-label{
			display: inline-flex;
			vertical-align: middle;
			padding: 8px 0;
		}
		.form_area .wrap p {
			text-align: center;
			color: #d93025;
			font-weight: bold;
		}
		.form_area .privacy {
			text-align: center;
			margin: 0 0 15px;
		}
		.form_area .privacy a {
			text-decoration: underline;
			font-size: 0.8rem;
			color: #555;
		}
		.form_area .agree {
			margin-bottom: 30px;
			text-align: center;
		}
		.form_area button{
			display: block;
			margin: 0 auto 50px;
			background: #e66158;
			width: 300px;
			padding: 15px;
			font-size:1.4rem;
			color: #FFF;
			border: none;
			border-radius: 5px;
		}
		.form_area th {
			padding: 5px 10px 5px 10px;
			font-size: .9rem;
		}
		.form_area td input,.form_area td select,.form_area td textarea {
			padding: 5px 8px;
			font-size: .8rem;
		}
        .form_area td textarea {
            width: 100%;
        }
		.form_area td .form-check-label{
			padding: 0 0 5px;
			font-size: .9rem;
		}
		.form_area .privacy a {
			font-size: 0.8rem;
		}
		.form_area .agree {
			font-size: 1.0rem;
		}
.form p.text {
    width: 95%;
    max-width: 700px;
    margin: 0 auto 30px;
    color: #d93025;
    font-weight: 400;
}
@media (min-width:375px) {
    .form h1 {
        font-size: 2rem;
    }
}
@media (min-width:768px) {
    .form p.text {
        text-align: center;
    }
}
/*問い合わせform部分*/
.form02 {
    background: rgba(238,140,2,.2);
    margin: 0;
}
.form02 .contents {
    width: 95%;
    max-width: 650px;
    margin: 0 auto;
    padding: 60px 0 0;
}
.form02 h1 {
    margin-top: 0;
    font-family: A1明朝;
    text-align: center;
    margin-bottom: 60px;
    color: #EF8C01;
    position: relative;
}
.form02 h1:after {
    content: '';
    display: block;
    width: 250px;
    height: 20px;
    background: url(../img/sp/h1_line.png) 100% 0 / 100% no-repeat;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.form_area .wrap p {
    text-align: center;
    color: #d93025;
    font-weight: bold;
}
.form_area table {
    background: #FFF;
    border-collapse: collapse;
    max-width: 700px;
    margin: 0 auto 30px;
    width: 90%;
}

.cv_box_last {
    text-align: center;
    background: antiquewhite;
    padding-top: 3%;
    padding-bottom: 5%;
}

       .faq_title {
            position: relative;
        }


        .faq_icon2 {
            position: absolute;
            top: 50%;
            left: 45%;
            width: 10%;
            transition: transform 0.3s;
            z-index: 10;
        }

        .faq_answer {
            margin-top: -3%;
            position: relative;
        }
.add-rotate {
    transform: rotate(-180deg);
    transition: transform 0.3s;
}

.faq_answer {
    margin-top: -3%;
    position: relative;
}

.text_link {
    position: absolute;
    background: #fff;
    bottom: 1%;
    left: 5%;
    width: 95%;
      word-break: break-all;
}

#thanks{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: .8rem;
  line-height: 1.5;
  max-width: 750px;
  text-align: center;
  color: #88889f;
  margin: 0 auto;
}
#thanks h1{
	font-size: 1.8rem;
	margin: 15px 0 10px;
}
#thanks img{
	width: 20%;
}

video {
  width: 100%;
  max-width: 750px;
  height: auto;
  display: block;
  margin: auto;
}

.cv_box_last h3 {
  font-size: clamp(10px,5vw,35px);
}
p.attention {
    font-size: clamp(10px,4vw,25px);
}

