@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300&display=swap');
@font-face {
	font-family: 'SourceHanSansJP-Regular';
	src: url('../font/SourceHanSansJP-Regular.woff') format('woff');
}
/* contact
------------------------------------------------------ */
.contact-form-bg{
    padding: 100px 0 10px;
	background: linear-gradient(90deg, #F5F5F3 0%, #F5F5F3 50%, #fff 50%, #fff 100%);
    z-index: -2;
}
.contact-form{
    margin-top: 100px;
    max-width: 1000px;
}
h2 {
	color: #1E3C43;
	font-size: 4rem;
	margin-bottom: 20px;
    line-height: 4.4rem;
    text-align: center;
    margin-left: 0;
    position: relative;
    z-index: 3;
}
h2:after {
	content: 'C';
	display: inline-block;
	position: absolute;
	top: -10px;
	color: #fff;
	font-size: 10rem;
    left: 35%!important;
    z-index: -1;
}
h2 span {
	display: block;
}
.main-lead{
    text-align: center;
    margin-left: 0;
    border-bottom: 1px solid #B7B6B6;
    padding-bottom: 30px;
}
.btn {
	background: #938038;
	border: 1px solid #938038;
    margin-bottom: 80px;
}
.btn:hover span {
	color: #938038;
}
/*== 背景が流れる（斜め） */
.bgskew.btn::before {
	background: #fff;
}
.contact-txt{
    margin-top: 30px;
    margin-bottom: 60px;
}
.thanks-message{
    width: 90%;
    margin: 50px auto 100px;
    text-align: center;
}
/*PC Layout
===================================*/
@media all and (min-width: 769px) {
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
h2 {
	font-size: 2.2rem;
	letter-spacing: .2rem;
}
h2:after {
	top: 10px;
	font-size: 8rem;
}
h2 span {
	margin-top: 0;
}
.main-img:after {
	height: 220px;
}
    .contact{
        margin-top: 0;
    }

    .contact-txt{
        width: 100%;
        line-height: 1.8rem;
    margin-top: 10px;
    }
		.contact-form{
			margin-top: 0;
		}
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}
input{
	padding: 0 4px;
}
input[type="radio"] {
    height: 10px;
}

/*==================================================
form
===================================*/
.form-name{
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #D5D6D7;
	padding-bottom: 10px;
	font-size: 1.8rem;
}
section{
	max-width: 800px;
}
.form_ttl{
	padding: 30px 0;
}
span.required{
	background: #938038;
	padding: 6px 10px;
	color: #fff;
	margin-left: 10px;
}
input{
	background: #fff;
	border: 1px solid #34454A;
	height: 40px;
	line-height: 40px;
	width: 100%;
	margin: 0 auto;

}

textarea{
	width: 100%;
	background: #fff;
	border: 1px solid #34454A;
	height: 240px;

}
select{
	width: 50%;
	background: #F8F9F9;
  border-radius: 4px;
	border: 1px solid #D5D6D7;
	height: 40px;
}
input.adress-number {
    width: 50%;
    margin-left: 10px;
}
input[type="radio"] {
    width: auto;
    margin: 0 2px 0 0;
}
.submit{
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}
input[type="image"] {
    width: 100%;
    height: auto;
	border: none;
}
input[type="submit"]{
    background: #938038;
    border: 1px solid #938038;
    margin-bottom: 80px;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-top: 40px;
}
input[type="checkbox"]{
    height: 16px;
    line-height: 16px;
    width: 16px;
    vertical-align: middle;
}
.form_inner{
	border-bottom: 1px solid #D5D6D7;
    display: flex;
    align-items: center;
		margin-right: 4px;
}
.form_inner:first-child .form_body{
	display: block;
}
.form_inner.last-inner{
	border-bottom: none;
    justify-content: center;
}
.form_body{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
}
label.error {
  display: block;
  width: 100%;
	color: #938039;
}
.form_body div{
	width: 48%;
}
.form_head,.form_body,.form_body_block{
	max-width: 600px;
	margin: 0 auto;
}
.form_head {
    width: 25%;
    margin: 0;
    margin-left: 30px;
}
.form_body {
    width: 70%;
    margin: 0;
    padding: 30px 0;
}
.form_body.radio-wrap {
    justify-content: flex-start;
	align-items: center;
	display: block;;
}
.form-bg{
	background: #fff;
	padding: 20px;
	margin: 20px auto;
}
.inner-wrap input{
	margin-right: 4px;
}
.form-step-wrap{
	margin-bottom: 12px;
}
.reserved-lead{
	margin-bottom: 30px;
}
.reserved-lead p{
	margin: 0 20px;
	font-weight: 600;
}
.reserved-lead p:nth-child(1):before{
	content: '';
	background: url(images/car-icon.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
.reserved-lead p:nth-child(2):before{
	content: '';
	background: url(images/reserved-icon01.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;

}
.reserved-lead p:nth-child(3):before{
	content: '';
	background: url(images/reserved-icon02.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.reserved-lead p:nth-child(4):before{
	content: '';
	background: url(images/reserved-icon03.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
#booking-area{
	margin-bottom: 60px;
}

#booking-package input{
	height: auto;
}
.form_body.radio-wrap a {
    display: inline-block;
    text-decoration: underline;
	fz1.2rem
}
.form_body.radio-wrap p {
    font-size: 1.2rem;
    margin-top: 20px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
button#js-show-popup {
    background: #DD0000;
    border: none;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    margin: 20px auto 10px;
    font-weight: 600;
    border-radius: 6px;
    font-size: 1.6rem;
	width: 90%;
	max-width: 450px;
	margin: 0 auto 20px;
	display: block;
}
p.privacypolicy-check {
    text-align: center!important;
    margin: 0 auto;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	h3{
		margin-top: 10px;
		margin-bottom: 4px;
	}
	h3 span {
    line-height: 2.5rem;
	font-size: 1.5rem;
}
	.form-step-wrap{
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.reserved-lea{
		margin-bottom: 0px;
	}
		input,textarea{
		font-size: 16px;
	}
	.form_body.radio-wrap a{
		text-decoration: none;
	}
	button#js-show-popup{
		font-size: 1.4rem;
		margin-top: 10px;
    font-size: 1.2rem;
    padding: 6px 0;
	}
	.form_inner{
		flex-direction: column;
	}
	.form_head,.form_body{
		width: 100%;
		margin: 0;
	}
	.form_body{
		padding-top: 0;
	}
	.form_ttl{
		padding-bottom: 10px;
	}
}
/*PC Layout
===================================*/
@media all and (min-width: 769px) {
div#booking_package_input_hopeforasubstitutecar {
    display: flex;
    flex-wrap: wrap;
	width: 60%;
}
div#booking_package_input_hopeforasubstitutecar label {
    width: 48%;
}
	.reserved-lead{
	display: flex;
	justify-content: center;
}
	h3{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	ul.breadclumb{
		margin-top: 0;
	}
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
button#js-show-popup {
    background: #DD0000;
    border: none;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    margin: 20px auto 10px;
    font-weight: 600;
    border-radius: 6px;
    font-size: 1.6rem;
	width: 90%;
	max-width: 450px;
	margin: 0 auto 20px;
	display: block;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

	button#js-show-popup{
		font-size: 1.4rem;
		margin-top: 10px;
    font-size: 1.2rem;
    padding: 6px 0;
	}
}
