@charset "UTF-8";
/* form */
form {
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
}
#form h2 {
	text-align: center;
  overflow: hidden;
  background: #a11920;
  color: #fff;
  margin-left: calc(((100vw - 44rem) / 2) * -1);
  margin-right: calc(((100vw - 44rem) / 2) * -1);
  padding: 3rem calc((100vw - 44rem) / 2);
  font-size: 5rem;
  line-height: 1.5;
  font-weight: normal;
}
.shop-wrap {
/*	background: #fff;*/
}
.shop-box {
	margin: 0 auto;
    width: 100%;
    padding: .5rem 0 8rem;
}
#form {
  background: #f2f2f2;
  overflow-x: hidden;
	padding: 10rem 4rem 0;
}
#form h3 {
	font-size: 2.75rem;
	padding: 5rem 0 2rem;
	line-height: 1.4;
	border-bottom: .1rem solid #8e8e8e;
}
#form h3 span {
	font-size: 1.66rem;
	background: #4d4d4d;
	color: #ffffff;
	padding: .5rem 3rem;
	margin: 0 1rem 0 0;
	line-height: 1.3;
}
#form h3 em {
    background: #8c6239;
    color: #fff;
    padding: .8rem 3.4rem;
    font-size: 1.6rem;
    vertical-align: middle;
    border-radius: .5rem;
}
#form .entry-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#form .entry-body li {
  width: calc(33.3% - 1rem);
  margin-top: 1rem;
}
#form .entry-body label {
  position: relative;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
  background: #aaa;
  padding: 2.8rem 0;
  padding-left: 4rem;
  border-radius: .5rem;
  width: 100%;
  display: flex;
  align-items: center;
}
#form .entry-body label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0!important;
  bottom: 0;
  margin: auto;
  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-body:checked + label {
  background:#8c6239;
}
#form .entry-radio-body:checked + label::after {
  background: #670000;
  content: "";
  display: block;
  position: absolute;
  top: 0!important;
  bottom: 0;
  margin: auto;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  border: .2rem solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
}
#form .entry-car {
  margin: 0 -1rem;
}
#form .entry-car > div {
	margin: 0 1rem;
	float: left;
	width: calc((100% - 6rem) / 3);
}
#form .entry-car input {
  width: .1rem;
  height: .1rem;
  display: inline-block;
}
#form .entry-car input.is-active + label {
  opacity: 1;
}
#form .entry-car label {
	background: #fff;
  border-radius: 1rem;
/*
  background-color: #fff;
  color: #fff;
  border: 2px solid #888;
  border-radius: 10px;
  height: 280px;
*/
  display: block;
  opacity: .9;
}
#form .entry-car .car-list-img {
  height: 70%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
	margin: 2rem 0 0;
}
#form .entry-car .car-list-txt {
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
  line-height: 1.3;
  color: #333;
}
#form .entry-store {
  margin: 0 -1rem;
}
#form .entry-store > div {
	margin: 0 1rem;
	float: left;
	width: calc((100% - 6rem) / 3);
}
#form .entry-store input {
  width: .1rem;
  height: .1rem;
  display: inline-block;
}
#form .entry-store label {
  background-color: #fff;
  color: #fff;
  border-radius: 10px;
  display: block;
}
#form .entry-store .store-list-img {
/*
  width: 102%;
  height: 58%;
*/
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#form .entry-store .store-list-txt,
#form .entry-store .shop-list-txt {
  height: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: auto;
  line-height: 1.3;
  color: #333;
}
#form .entry-store .store-list-txt small,
#form .entry-store .shop-list-txt small {
  position: absolute;
  bottom: 10%;
}
#form .entry-radio-body + label,
#form .entry-radio-car + label,
#form .entry-radio-store + label {
	position:relative;
	cursor: pointer;
	overflow: hidden;
	display: block;
}
#form .entry-radio-body + label::before,
#form .entry-radio-car + label::before,
#form .entry-radio-store + 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-body:checked + label,
#form .entry-radio-car:checked + label,
#form .entry-radio-store:checked + label {
	color: #fff;
}
#form .entry-radio-body:checked + label::after,
#form .entry-radio-car:checked + label::after,
#form .entry-radio-store:checked + label::after {
  background: #8c6239;
  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: flex;*/
	justify-content: space-evenly;
	width: 100%;
	margin: 2rem auto 10rem;
}
.entry-days h4 {
	margin: 3rem 0 1.5rem;
	font-size: 2.5rem;
}
.entry-note {
  font-size: 2.5rem;
	text-align: center;
  color: #cc0000;
  font-weight: bold;
}
.ui-datepicker-inline {
	border: .1rem solid #acacac;
}
.ui-datepicker-header {
	background: #888888;
	padding: 2rem 2rem 1rem;
}
.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;
	font-size: 2rem;
}
.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: 1rem;
	background: #888;
	color: #fff;
}
.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;*/
}
td.ui-datepicker-unselectable.ui-state-disabled.holiday,
td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled,
td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled {
    background: #efefef !important;
}
.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: transparent;
  position: absolute;
	/* display: none; */
}
/*--------------------お名前を入力してください--------------------*/
/*--------------------電話番号を入力してください--------------------*/
/*--------------------メールアドレスを入力してください--------------------*/
.entry-name input,
.entry-tel input,
.entry-email input,
.entry-zip input,
.entry-campaign select,
.entry-yourcar input,
select.entry-job,
select.entry-age,
select.entry-schedule {
  width: 100%;
  padding: 2rem;
  font-size: 2.75rem;
  margin: 0rem auto 3rem;
  display: block;
  border-radius: 1rem;background: #fff;
	font-family: AxisBasicStdN Light;
}
select.entry-job,
select.entry-age,
select.entry-schedule {
	font-size: 2rem;
	padding: 3rem 2rem;
	color: #262626;
}
/*
select:invalid {
  color: #bbbbbb;
}
*/
.select-wrap {
	position: relative;
}
.select-wrap:after {
	content: "»";
	position: absolute;
	right: 2rem;
	top: 3rem;
	font-size: 20px;
}
.submit {
  text-align: center;
  padding-bottom: 4.5rem;
}
input[type="submit"].submit-btn {
	background: #0653b6;
  width: calc(100% + 8rem);
  padding: 4rem 0;
  font-size: 2.5rem;
	margin: 5rem -4rem 3rem;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
  display: block;
	border-radius: 0;
}
input[type="submit"].submit-btn:hover {
    opacity: 0.8;		
}
p.calendar-notes {
	font-family: AxisBasicStdN Light;
	line-height: 2;
}
.submit-link {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  margin: -3rem auto 0;
  padding-bottom: 1rem;
  border-bottom: .1rem solid #fff;
}
.submit-link:hover {
  border-bottom: .1rem solid #000;
}
/*--------------------確認画面--------------------*/
#confirm header {
  padding: 1rem 0;
  width: 120rem;
  margin: auto;
}
#confirm main {
  width: 100rem;
  margin: auto;
}
#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: 80%;
}
#confirm a.thnkas-anchor-close {
	text-decoration: underline;
	color: #0000ff;
}
.switch {
  display: flex;
}
.switch img,
.switch a {
  width: 100%;
}
.notes {
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.6;
}
p.entry {
	font-size: 4rem;
}
p.series {
	font-size: 2.75rem;
	margin: 5rem 1rem 1rem;
	width: 100%;
}
p.description {
	padding: 2rem 0;
	font-size: 2rem;
}
p.description span {
	color: #d20000;
}
input#checkBtn {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
input[type="submit"]:disabled {
    opacity: .2 !important;
}
@media screen and (max-width:767px) {
	#form h2 {
		width: calc(100% + 2rem);
		margin: 0;
		padding: 1rem;
		font-size: 1.8rem;
	}
	#form {
		padding: 5rem 2rem 0;
	}
	p.series {
		margin: 3rem 0 0 .5rem;
		font-size: 2rem;
	}
	#form h3 {
		font-size: 1.6rem;
		padding: 1rem 0;
		margin: 2rem auto 0;
		width: calc(100% + 2rem);
		align-items: center;
		justify-content: flex-start;
		line-height: 1.4;
	}
	#form h3 span,
	#form h3 em {
		font-size: 1rem;
		padding: .5rem .75rem;
		margin: 0;
	}
	#form h3 span {
		margin: 0 .5rem 0 1rem;
	}
	#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: #8c6239;
		border-radius: 50%;
	}
	#form .entry-car > div {
		margin: 0 .5rem;
		float: left;
		width: calc((100% - 3rem) / 2);
	}
	#form .column7 > div {
		margin: 0 .5rem;
		float: left;
		width: calc((100% - 3rem) / 3);
	}
	#form .entry-car img {
		width: 100%;
	}
	.calendar-wrap {
		width: 100%;
		display: block;
		margin: 1rem auto 2rem;
	}
	.entry-days h4 {
		font-size: 1.6rem;
	}
	.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-tel input,
	.entry-email input,
	.entry-zip input,
	.entry-yourcar input,
	.entry-campaign select,
	select.entry-job,
	select.entry-age,
	select.entry-schedule {
		width: 100%;
		font-size: 1.6rem;
		padding: 1rem 1rem;
		margin: 0;
	}
	select.entry-job,
	select.entry-age,
	select.entry-schedule {
		font-size: 2rem;
		padding: 1rem 2rem;
	}
	.select-wrap:after {
		content: "»";
		position: absolute;
		right: 2rem;
		top: 1.5rem;
		font-size: 20px;
	}
	input[type="submit"].submit-btn {
		width: calc(100% + 4rem);
/*
    font-size: 1.8rem;
    margin: 2rem -2rem 1rem;
    padding: 4rem;
		text-align: left;
*/
    font-size: 4vw;
    margin: 2rem -2rem 1rem;
    padding: 4rem 0;
    text-align: center;
	}
	#confirm header {
		width: auto;
	}
	#confirm main {
		width:  auto;
		margin-bottom: 3rem;
	}
	#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: #0000ff;
		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;
	}

	.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 {
		margin: 0 -.5rem;
	}
	#form .entry-car label {
		height: 100%;
	}
	#form .entry-car .car-list-txt {
		font-size: 1.3rem;
		text-align: center;
	}
	#form .entry-car img {
		width: 90%;
	}
	#form .entry-store > div {
		margin: 0 .5rem;
		float: left;
		width: calc((100% - 3rem) / 3);
	}
	#form .entry-store label {
/*		height: 130px;*/
	}
	#form .entry-store .store-list-txt,
	#form .entry-store .shop-list-txt {
		position: relative;
		font-size: 1.3rem;
		text-align: center;
		padding-bottom: 1rem;
	}
	#form .entry-store .store-list-txt small,
	#form .entry-store .shop-list-txt small {
		position: absolute;
		left: 0;
		top: 60%;
		font-size: 1rem;
		transform: scale(.8);
		width: 120%;
		margin-left: -10%;
	}
	#form .entry-store img {
		width: 100%;
	}
	.submit-link {
		margin: auto;
		font-size: 1.3rem;
	}
	.submit {
		padding-bottom: 2.5rem;
	}
	.notes {
		text-align: left;
		font-size: 1rem;
	}
	p.entry {
		font-size: 2rem;
	}
}