#form {
  margin-top: 7rem;
}
#form h2 {
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
}
.car-wrap,
.shop-wrap {
	background: #fff;
}
.car-box,
.shop-box {
	margin: 0 auto;
    max-width: 120rem;
    padding: .5rem 0 8rem;
}
.car-ttl,
.shop-ttl {
  padding-bottom: 1rem;
}
.shop-list-txt {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
.shop-list input[type="radio"] {
	display: none;
}
#form {
  background: #fff;
  overflow-x: hidden;
}
#form .explain {
  display: block;
  max-width: 96rem;
  margin: 0 auto 5rem;
  text-align: center;
}
#form .explain-ttl {
  position: relative;
  display: block;
  margin: auto;
  max-width: 88rem;
}
#form .explain-txt {
  margin-top: 4rem;
  letter-spacing: -.03rem;
}
#form .explain-ttl:before {
  position: absolute;
  top: calc(50% - .1rem);
  left: 0;
  width: 100%;
  height: .2rem;
  content: '';
  background: #000;
}
#form .explain-ttl span {
  position: relative;
  padding: 0 2.5rem;
  background: #fff;
}
#form h3 {
    text-align: center;
    font-size: 2.75rem;
    font-weight: normal;
    color: #333;
    margin: 0 auto 2rem;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
}
#form h3.left {
  max-width: 96rem;
  text-align: left;
  justify-content: flex-start;
}
#form h3 span {
	font-size: 1.66rem;
	background: #bf834b;
	color: #fff;
	padding: .5rem 3rem;
	margin: 0 1rem 0 0;
	line-height: 1.3;
}
#form h3 small {
  font-size: 1.6rem;
}
#form h3 small.req {
	color: #9e2a2b;
	border: .1rem solid #9e2a2b;
	padding: .5rem;
}
#form h3 small.out {
	padding: 0 2rem 0 0;
}
#form h3 + p {
  text-align: center;
  line-height: 1.8;
}
#form .entry-shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#form .entry-shop > div {
  margin: 0 1rem 4.5rem;
}
#form .entry-car {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	max-width: 120rem;
}
#form .entry-car .car-list {
	width: calc((100% - 8rem) / 3);
	margin: 0 auto;
}

#form .entry-car input {
  width: .1rem;
  height: .1rem;
  display: inline-block;
}
#form .entry-car label {
  background-color: #fff;
  color: #fff;
  display: block;
  margin-bottom: 1rem;
}
#form .entry-car .car-list-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#form .entry-radio-car + label,
#form .entry-radio-shop + label {
	position:relative;
	cursor: pointer;
	display: block;
}
#form .entry-radio-car + label::before,
#form .entry-radio-shop + label::before {
	content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  border: .2rem solid #ffffff;
  border-radius: 50%;
  background: linear-gradient(#efefef,#cccccc);
  box-sizing: border-box;
}
#form .entry-radio-car:checked + label,
#form .entry-radio-shop:checked + label {
	color: #fff;
}
#form .entry-radio-car:checked + label::after,
#form .entry-radio-shop:checked + label::after {
  background: #0653b6;
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  border: .2rem solid #b3b3b3;
  border-radius: 50%;
  box-sizing: border-box;
}

/*--------------------ご希望の日にちを選んでください--------------------*/
/* .calendar-wrap {
	display: block;
	width: 96rem;
	margin: 2rem auto 10rem;
} */
.calendar-wrap {
  display: flex;
  justify-content: space-evenly;
  max-width: 120rem;
  margin: 2rem auto 10rem;
}
.calendar-note {
  max-width: 45rem;
  margin-top: 2rem;
  color: #f00;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.entry-days h4 {
	text-align: center;
	margin: 1rem 0 .5rem;
	font-size: 2.5rem;
	font-weight: normal;
}
/* .hasDatepicker {
  width: 100%;
} */
.ui-datepicker-multi-2 {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between;
}
.ui-datepicker-row-break {
  display: none;
}
.ui-datepicker-header {
	background: #888888;
	padding: 2rem;
}
.ui-datepicker-prev {
	float: left;
	cursor: pointer;
	color: #ffffff;
	padding: 0 0 0 2rem;
	position: relative;
}
.ui-datepicker-prev:before {
	content: "";
	border: .7rem solid transparent;
	border-right: .7rem solid #ffffff;
	position: absolute;
	left: -.7rem;
	top: calc(50% - 0.51rem);
}
.ui-datepicker-next {
	float: right;
	cursor: pointer;
	color: #ffffff;
	padding: 0 2rem 0 0;
	position: relative;
}
.ui-datepicker-next:after {
	content: "";
	border: .7rem solid transparent;
	border-left: .7rem solid #ffffff;
	position: absolute;
	right: -.7rem;
	top: calc(50% - 0.51rem);
}
.ui-datepicker-title {
	text-align: center;
	color: #ffffff;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.ui-datepicker-year:after {
	content: "年";
}
.entry-days table {
	width: 100%;
	background: #ffffff;
}
.entry-days th,
.entry-days td {
	border: .1rem solid #acacac;
}
.entry-days th {
	padding: 2rem;
}
.entry-days th {
	background: #e8e8e8;
	font-weight: normal;
}
.entry-days td {
	text-align: center;
	font-size: 2rem;
}
.entry-days td a.ui-state-active {
	background: #0653b6;
	color: #ffffff;
}
.entry-days td.ui-datepicker-week-end {
	background: #ffc9c9;
}
.entry-days td.ui-datepicker-week-end:last-child {
	background: #bae4f6;
}
.entry-days a.ui-state-default,
.entry-days span.ui-state-default {
	display: block;
	padding: 2rem;
}
.entry-days .ui-datepicker-calendar td {
	color: #cccccc;
}
.entry-days input#days,
.entry-days input#days2 {
	color: #fff;
	/* display: none; */
}
/*--------------------お名前を入力してください--------------------*/
/*--------------------ふりがなを入力してください--------------------*/
/*--------------------お住まいのエリアを選択してください--------------------*/
/*--------------------メールアドレスを入力してください--------------------*/
/*--------------------電話番号を入力してください--------------------*/
/*--------------------ご職業を入力してください--------------------*/
/*--------------------購入形態を入力してください--------------------*/
.entry-name input,
.entry-kana input,
.entry-area input,
.entry-tel input,
.entry-hobby input,
.entry-email input {
	border: .2rem solid #ccc;
  width: 96rem;
  padding: 2rem;
  font-size: 2.75rem;
  margin: 0rem auto 5rem;
  display: block;
  border-radius: 1rem;
}
.entry-age,
.entry-job,
.entry-buy {
  position: relative;
  width: 96rem;
  margin: 0rem auto 5rem;
  display: block;
}
.entry-age select,
.entry-job select,
.entry-buy select {
  width: 100%;
  padding: 2rem;
  font-size: 2.75rem;
  display: block;
	outline: none;
	border: none;
	border: .2rem solid #ccc;
	  border-radius: 1rem;
	appearance: none;
}
.entry-age::before,
.entry-job::before,
.entry-buy::before {
	position: absolute;
	top: 2em;
	right: 1.75em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: .8em solid transparent;
	border-right: .8em solid transparent;
	border-top: .8em solid #333;
	pointer-events: none;
}
/* .entry-tel { */
  /* margin-bottom: -3rem; */
/* } */
.submit {
  text-align: center;
  padding-bottom: 4rem;
}
input[type="submit"].submit-btn {
background: #bf834b;
  width: 50rem;
  padding: 3rem 0;
  font-size: 3rem;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto 2.5rem;
  display: block;
  transition: .3s;
}
input[type="submit"].submit-btn:hover {
    opacity: 0.8;		
}
.submit-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
.agree {
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  padding-top: 3rem;
}
.agree-wrap {
  max-width: 96rem;
  margin: 3rem auto 6rem;
  padding: 2rem;
  background: #f7f5f4;
}
.agree-wrap p {
	font-size: 1.4rem;
}
.agree-wrap * {
  line-height: 1.4;
  letter-spacing: .1em;
}
.agree-wrap * + p {
  margin-top: 1.5rem;
}
.agree-box {
  height: 50rem;
  overflow-y: scroll;
}
.agree-label:not(:first-of-type) {
  margin-top: 3rem;
}
.agree input[type=checkbox] {
  display: none;
}
.agree label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-size: 2rem
}
.agree label::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.agree label::after {
  border-right: 3px solid #f00;
  border-bottom: 3px solid #f00;
  content: '';
  display: block;
  height: 20px;
  left: 12px;
  margin-top: -18px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.-disabled {
  background: #ccc !important;
  cursor: default !important;
}
.-disabled:hover {
  opacity: 1!important;
  cursor: default !important;
}
.copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  background: #8e8e8e;
  color: #fff;
}
/*--------------------確認画面--------------------*/
#confirm header {
  margin-bottom: 3rem;
  padding: 6rem 0;
  background: #000;
}
#confirm header img {
	width: 25.8rem;
	display: block;
	margin: 0 auto;
}
#confirm section {
}
#confirm h2 {
    margin: 0 0 2rem;text-align: center;
}
#confirm p,
#finish p {
	text-align: center;
	line-height: 1.6;
}
#confirm table {
	width: 100%;
	margin: 1rem 0;
}
#confirm table th,
#confirm table td {
	border: .1rem solid #cccccc;
	padding: 2rem;
}
#confirm table th {
	font-weight: normal;
	background: #efefef;
}
input[type="submit"].prev-btn {
	border: .1rem solid #acacac;
	padding: .5rem;
	color: #acacac;
	border-radius: .3rem;
	cursor: pointer;
	display: block;
	font-size: 1rem;
}
input[type="submit"].prev-btn:hover {
    opacity: 0.8;		
}
#confirm .mainbanner {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#confirm .mainbanner img {
	width: 50%;
}
#confirm a.thnkas-anchor-close {
	text-decoration: underline;
	color: #0000ff;
}
.switch {
  display: flex;
}
.switch img,
.switch a {
  width: 100%;
}


/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------タブレット／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
	@media screen and (min-width:768px) and (max-width:1199px) {
		img {
			max-width:100%;
		}
		#form .inner {
			width: 100%;
		}
		.shop-list {
			width: calc((100% - 2rem) / 3);
		}
		#form .entry-shop > div {
			margin: 0 0.3rem 4.5rem;
		}
		.entry-name input, .entry-kana input, .entry-area input, .entry-tel input, .entry-hobby input, .entry-email input {
			width: 100%;
		}
		.entry-age, .entry-job, .entry-buy {
			width: 100%;
		}
	}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------スマートフォン／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
		@media screen and (max-width:767px) {
			
      #form {
        padding: 1rem 0;
        margin-top: 3.5rem;
      }
      #form .explain {
        margin: 0 auto 2rem;
      }
      #form .explain-ttl {
        padding: 1rem 0;
        max-width: 100%;
        font-size: 1.3rem;
      }
      #form .explain-ttl:before {
        height: .1rem;
      }
      #form .explain-ttl span {
        padding: 0 .8rem;
      }
      #form .explain-txt {
        margin-top: 1rem;
        font-size: 1.1rem;
        letter-spacing: 0;
        line-height: 1.4;
      }
    
			#form h2 {
        margin: 0;
        padding: 1rem;
        font-size: 2rem;
			}
      .shop-list-txt {
        font-size: 1.6rem;
      }
      #form h3 {
      flex-wrap: wrap;
        font-size: 1.4rem;
        padding: 1rem 0;
        margin: 1.5rem auto 0;
        width: 100%;
        align-items: center;
      }
      #form h3 span,
      #form h3 em {
        font-size: 1rem;
        padding: .5rem;
		  margin: 0 .5rem 0 0;
      }
      #form h3#step1 {
        display: block;
      }
      #form h3 small.req {
		font-size: 1.2rem;
		  padding: .3rem;
	}
	#form h3 small.out {
		font-size: 1.1rem;
		line-height: 3;
	}
      #form h3 + p {
        font-size: 1rem;
        line-height: 1.8;
      }
			
			#form .entry-shop {
				justify-content: space-between;
			}
      #form .entry-shop .shop-list {
      		width: calc((100% - 1rem) / 2);
		  margin: 0 0 1rem;
      }
			#form .entry-shop > div {
		  margin: 0;
		}
			
      .car-box {
        width: 100%;
        padding: 0 0 4rem;
      }
      #form .entry-models > div {
        margin: -.5rem .5rem 0;
        width: calc((100% - 3rem)/3);
        height: 15rem;
      }
      #form .entry-radio-models + label::before,
      #form .entry-radio-store + label::before {
        top: .5rem;
        left: .5rem;
        width: 1.5rem;
        height: 1.5rem;
        border: .3rem solid #ffffff;
        border-radius: 50%;
        background: linear-gradient(#efefef,#cccccc);
        box-sizing: border-box;
      }
      #form .entry-radio-models:checked + label::after,
      #form .entry-radio-store:checked + label::after {
        content: "";
        display: block;
        position: absolute;
        top: .5rem;
        left: .5rem;
        width: 1.5rem;
        height: 1.5rem;
        background: #0653b6;
        border-radius: 50%;
      }
      #form .entry-car img {
        width: 100%;
      }
			#form .entry-car .car-list {
				    width: calc((100% - 2rem) / 2);
			}
      .calendar-wrap {
        position: relative;
        width: 100%;
        display: block;
        margin: 1rem auto 2rem;
      }
      .calendar-note {
        /* position: absolute;
        bottom: 30rem;
        right: 0;
        left: 0; */
        position: static;
        margin: auto;
        padding-top: 1rem;
        font-size: 1.4rem;
      }
      .ui-datepicker-header {
        padding: 1rem;
      }
      .ui-datepicker-multi-2 {
        display: block !important;
      }
      .ui-datepicker-group {
        max-width: 30rem;
        margin: auto;
      }
      .ui-datepicker-group + .ui-datepicker-group {
        margin-top: 4rem;
      }
      .entry-days h4 {
        margin: 2rem 0 .5rem;
        font-size: 1.6rem;
        margin-bottom: -1rem;
      }
      .entry-days table {
        table-layout: fixed;
      }
      .entry-days th,
      .entry-days td {
        font-size: 1.4rem;
      }
      .entry-days th {
        padding: 1rem;
      }
      .entry-days a.ui-state-default,
      .entry-days span.ui-state-default {
        padding: 1rem;
      }
      .entry-name input,
      .entry-kana input,
      .entry-tel input,
      .entry-email input,
      .entry-age input,
      .entry-area input,
      .entry-hobby input,
      .entry-job select,
      .entry-buy select {
        width: 100%;
        font-size: 1.6rem;
        padding: 2rem 1rem;
        margin: 0;
      }
			.entry-age select, .entry-job select, .entry-buy select {
				 font-size: 1.6rem;
			}
      .entry-age,
      .entry-job,
      .entry-buy {
        width: 100%;
        margin: 0;
      }
      .entry-age::before,
      .entry-job::before,
      .entry-buy::before {
        top: 1.5em;
        right: .75em;
        border-left: .6em solid transparent;
        border-right: .6em solid transparent;
        border-top: .6em solid #333;
      }
      .entry-tel {
        margin-bottom: 0;
      }
      input[type="submit"].submit-btn {
        width: 94%;
        font-size: 1.6rem;
        margin: 1rem auto 1rem;
        padding: 1.5rem 0;
      }
      #confirm header {
        padding: 4rem 0;
      }
      #confirm img.logo {
        width: 15rem;
      }
      #confirm h2 {
        font-size: 1.6rem;
        line-height: 1.4;
        margin: 1.5rem 0 !important;
      }
      #confirm p {
        font-size: 1.3rem;
      }
      #confirm a.thnkas-anchor {
        text-decoration: underline;
        color: #000;
        margin: 0 0 2rem;
        display: block;
      }
      #button {
        width: 100%;
        font-size: 1.5rem;
        margin: 2rem auto;
      }
      .entry-note {
        line-height: 1.3;
      }
      .shop-box {
        width: 100%;
        padding: .5rem 0 2rem;
      }
      
      #form {
        
      }
      #form form {
        
      }
      .clean ul {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      .clean ul li {
        margin: 3rem 0 0;
        width: 21.6rem;
      }
      .safety img.safty-text {
        width: 60%;
        margin: 0 auto 1rem;
      }
      #form .entry-body {
        justify-content: flex-start;
      }
      #form .entry-body li {
        width: calc(33.3% - .5rem);
        margin-top: -.5rem;
        margin-right: .75rem;
      }
      #form .entry-body li:nth-of-type(3n) {
        margin-right: 0;
      }
      #form .entry-body label {
        font-size: 1.2rem;
        padding: 1.4rem;
        padding-left: 1.7rem;
        padding-right: .3rem;
      }
      #form .entry-body label::before {
        top: 0;
        left: .4rem;
        width: 1rem;
        height: 1rem;
      }
      #form .entry-radio-body:checked + label::after {
        top: 0;
        left: .4rem;
        width: 1rem;
        height: 1rem;
      }
      #form .entry-car label {
       
        margin: auto;
      }
      #form .entry-car .car-list-txt {
        font-size: 1.3rem;
        text-align: center;
      }
      #form .entry-car img {
        width: 100%;
      }
      #form .entry-store > div {
        margin: 0 .5rem;
        float: left;
        width: calc((100% - 3rem) / 3);
    }
      #form .entry-store label {
        height: 120px;
      }
      #form .entry-store .store-list-txt {
        font-size: 1.3rem;
        text-align: center;
      }
      #form .entry-store img {
        width: 100%;
      }
      .submit {
        padding: 2.5rem 0;
      }
      .agree {
        margin: 0 auto;
        padding-top: 0;
      }
      .agree-ttl {
        font-size: 2rem;
      }
      .agree-wrap {
        margin: .5rem auto 3rem;
      }
      .agree-box {
        height: 30rem;
      }
      .agree-box * {
        font-size: 1.2rem;
      }
      .agree label {
        padding: 5px 10px 5px 30px;
        font-size: 1.4rem
      }
      .agree label::before {
        width: 12px;
        height: 12px;
        left: 10px;
        margin-top: -8px;
      }
      .agree label::after {
        border-right: 2px solid #f00;
        border-bottom: 2px solid #f00;
        height: 14px;
        left: 16px;
        margin-top: -12px;
      }
      .submit-txt {
        font-size: 1.2rem;
        line-height: 1.9;
        text-align: left;
      }
			.agree-wrap p {
				font-size: 1.2rem;
			}
 
		.is-hide {
		  display: none !important;
		}
		.is-active {
		  display: inline-block !important;
		}
		#confirm .mainbanner img {
			width: 87%;
		} 
}
