* {
  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;
  background: #eaf8ff;
}

.sec02__btn01 {
  position: absolute;
  top: 85%;
  left: 5.06667%;
  width: 90.86667%;
}

.sec02__btn02 {
position: absolute;
    top: 93%;
    left: 3.06667%;
    width: 93.86667%;
}

.sec02__btn03 {
  position: absolute;
  top: 67%;
  left: 13.4%;
  width: 73%;
}

.sec09__btn01 {
  position: absolute;
 top: 91%;
  left: 5.06667%;
  width: 90.86667%;
}

.sec09__btn02 {
position: absolute;
    top: 95.2%;
    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: 59%;
  left: 10.66667%;
  width: 78.66667%;
}

.gmaps {
  position: absolute;
  width: 84%;
  top: 77.5%;
  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%;
}


/*-------------  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);
}

/*ボタンアニメーション*/

.updown {
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 3s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
}
 
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/*追従ボタン*/
.fixed_bnr_sp {
  position: fixed;
  bottom: 0;
  z-index: 500;
  width: 100%;
}

.floating__inner img {
  display: block;
  margin-left: 640px;
  width: 45%;
  }

@media screen and (min-width:601px) and (max-width:900px){
.floating__inner img {
  display: block;
  margin-left: auto;
  }
}

@media screen and (min-width:901px){
.floating__inner img {
  display: block;
  width: 200px;
  margin-left: 630px;
  }
}


/* ボタン */
.btn a {
display: inline-block;
    cursor: pointer;
    padding: 0;
    border-radius: 120px;
    position: relative;
    overflow: hidden;
    width: 90%;
    left: 4%;
}

.btn2 a {
display: inline-block;
    cursor: pointer;
    padding: 0;
    /*border-radius: 120px;*/
    position: relative;
    overflow: hidden;
    width: 90%;
  padding-top: 20px;
}

/* ボタンをキラッとさせる
.btn a::before,.btn2 a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
} */

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

/* テキスト化 */
p.sec03_text {
    position: absolute;
    font-size: clamp(11px,3.5vw,26px);
    line-height: 2em;
    top: 40.7%;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
}

p.sec04_text01 {
    position: absolute;
    top: 37%;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(11px,3.5vw,26px);
    line-height: 2em;
}

.sec04_text02 {
    position: absolute;
    bottom: 1.5%;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(11px,3.4vw,26px);
    line-height: 2em;
}
ul.sec04_note {
    font-size: clamp(9px,2.5vw,20px);
    list-style: none;
    padding: 0;
	line-height: 2em;
}
.blue {
    color: #5B88C8;
}
.red {
    color: red;
}
.sec09_list {
    position: absolute;
    top: 36.5%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(9px,3vw,23.5px);
    line-height: 1.8;
    letter-spacing: 0.06em;
}
ul {
	padding: 0;
}
span.no-wrap {
    white-space: nowrap;
}
span.feature-settings {
    letter-spacing: -0.07em;
}

.sec13_text01,.sec13_text02,.sec13_text03 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	line-height: 1.8;
}



.sec13_text02 {
    top: 24%;
    font-size: clamp(10px,4vw,28px);
    width: 75%;
}
address {
    font-style: inherit;
}
.sec13_text03 {
top: 31.5%;
width: 77%;
font-feature-settings: "palt";
font-size: clamp(10px,3.2vw,26px);
}
p.title {
    font-weight: bold;
}
.sec13_text03_02 {
    margin: 1.5em 0;
}

p.shop {
    font-size: clamp(17px,5vw,40px);
    font-weight: 500;
}

p.user {
    border: solid 1px #e8375f;
    padding: 0.3em;
    color: #e8375f;
    font-weight: 600;
	margin-left: 1.5em;
}
.sec13_text01 {
    top: 19.4%;
    display: flex;
    font-size:clamp(10px,3vw,20px);
    align-items: center;
}


html{
	    font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section.sec04.relative.view_area_5 {
    background: #eaf9fe;
}
li {
    list-style: none;
}

