@charset "utf-8";

body {
	overflow: auto;
    padding-top: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*text-box-trim: trim-both;*/
}

img {
    max-width: 100%;
    height: auto;
}

.tab-only {
	display: none;
}

.spe-only {
	display: none;
}

@media screen and (max-width: 1024px) {
	.pc-only {
		display: none;
	}
	.spe-only {
		display: none;
	}
	.tab-only {
		display: block;
	}
	.sp-only {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.spe-only {
		display: none;
	}
	.tab-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}


#guestcard > .container {
	max-width: 1648px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}


/** header **/
header.guestcard__header {
	position: relative;
	display: block;
	width: 100%;
	background: #000000;
	text-align: center;
	padding: 100px 0;
}

header .guestcard__header_ttl {
	font-family: YakuHanMP, "Yu Mincho", "游明朝", serif;
	margin-top: 30px;
}

header .guestcard__header_ttl p {
	font-size: 3.2rem;
	line-height: 1;
	color: #fff;
}

header .guestcard__header_ttl p:first-of-type {
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	header.guestcard__header {
		padding: 40px 0;
	}
	header .guestcard__header_ttl {
		margin-top: 20px;
	}
	header .guestcard__header_ttl p {
		font-size: 2rem;
	}
}



/** contents **/
#guestcard {
	background: #fff;
	padding-bottom: 150px;
}

#guestcard section.ttl p.ttl__text {
	margin-bottom: 10px;
}

#guestcard section.ttl {
	height: auto;
	background-size: auto;
	display: block;
	color: #000;
	text-align: center;
	margin: 150px 0;
}

#guestcard section .inner {
	max-width: 1168px;
	margin: 0 auto;
	padding: 0 20px;
}

#guestcard section.ttl h1 {
	margin-bottom: 100px;
}


#guestcard section.ttl p {
	font-size: 1.6rem;
	font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
#guestcard section.ttl p span {
	color: #3f9fd9;
}

#guestcard .step__list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 400px;
	max-width: 80%;
	margin: 60px auto 150px;
}
#guestcard .step__list:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
	background-color: #cbcbcb;
}
#guestcard .step__list li {
	position: relative;
	width: 20px;
	height: 20px;
	background-color: #cbcbcb;
}
#guestcard .step__list li.active {
	background-color: #555555;
}
#guestcard .step__list li p {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: max-content;
	transform: translate(-50%,150%);
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	#guestcard {
		padding-bottom: 100px;
	}
	#guestcard section.ttl {
		padding-bottom: 0;
		margin: 60px 0;
	}
	#guestcard section .inner {
        max-width: 100%;
        padding: 0 20px;
    }
    #guestcard section.ttl h1 {
        margin-bottom: 60px;
    }
    #guestcard .step__list {
        margin: 40px auto 120px;
    }
}



#guestcard .block_01 .inner {
    max-width: 1040px;
}

#guestcard .block_01 dl dt {
    display: flex;
    gap: 5px;
    font-family: YakuHanMP, "Yu Mincho", "游明朝", serif;
    font-size: 2.6rem;
    align-items: baseline;
    margin-bottom: 10px;
}



#guestcard .block_01 dl dd dl dt {
    font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

#guestcard .block_01 dt.rq {
    position: relative;
    padding-right: 1.5rem;
}

#guestcard .block_01 dt.rq div {
	font-size: 2.6rem;
    font-family: YakuHanMP, "Yu Mincho", "游明朝", serif;
    font-weight: 600;
}

#guestcard .block_01 dt.rq div span {
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    #guestcard .block_01 dl dt {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	#guestcard .block_01 dt.rq div {
		font-size: 1.8rem;
	}
	#guestcard .block_01 dt.rq div span {
    	display: block;
    	font-size: 1.4rem;
	}
}


#guestcard .block_01 dt.rq::after {
    content: "※";
    color: #008dfc;
    font-size: 2rem;
}

#guestcard .block_01 dd {
	text-align: left;
    margin-bottom: 60px;
}

#guestcard .block_01 dd dl dt {
    font-size: 1.6rem;
}

#guestcard .block_01 #consider dt.rq {
    margin-bottom: 40px;
}

#guestcard .block_01 #consider dd {
    margin-bottom: 40px;
}

#guestcard .block_01 #consider .consider-block {
    padding-top: 40px;
    border-top: 1px solid #707070;
}

#guestcard .block_01 #consider .consider__ttl {
    font-family: YakuHanMP, "Yu Mincho", "游明朝", serif;
    font-size: 1.8rem;
    font-weight: 600;
}

#guestcard .block_01 #consider .consider-block dl {
    margin-top: 40px;
}

#guestcard .block_01 #consider .consider-block dl dt.rq {
	font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    margin-bottom: 15px;
}


#guestcard .block_01 .contents_02 {
    text-align: center;
    border-top: 1px solid #707070;
    margin-top: 100px;
    padding-top: 100px;
}

#guestcard .block_01 .contents_02 h2 {
    line-height: 1;
    font-weight: 600;
    margin-bottom: 60px;
}

#guestcard .block_01 .contents_02 div.col {
    display: flex;
    gap: 60px;
}

@media screen and (max-width: 768px) {
    #guestcard .block_01 .contents_02 div.col {
    	display: block;
	}
	#guestcard .block_01 #consider dt.rq {
    	margin-bottom: 30px;
	}
	#guestcard .block_01 #consider dd {
    	margin-bottom: 30px;
	}
	#guestcard .block_01 .contents_02 {
    	margin-top: 60px;
    	padding-top: 60px;
	}
	#guestcard .block_01 .contents_02 h2 {
		margin-bottom: 40px;
	}
}

#guestcard .block_01 .contents_02 div.col>dl {
    width: calc((100% - 60px)/2);
}

@media screen and (max-width: 768px) {
    #guestcard .block_01 .contents_02 div.col>dl {
    	width: 100%;
	}
}

#guestcard .block_01 .contents_02 dl dt {
	font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 2rem;
}

#guestcard .block_01 .contents_02 dl dd.half {
    width: 50%;
}

@media screen and (max-width: 768px) {
    #guestcard .block_01 .contents_02 dl dd.half {
        width: 100%;
    }
    #guestcard .block_01 .contents_02 dl dt {
		font-size: 1.8rem;
	}
}

#guestcard .block_01 .contents_02 dl dd dl dt {
    font-size: 1.6rem;
    font-weight: 300;
}


#guestcard .block_01 dd .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

#guestcard .block_01 dd .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

#guestcard .block_01 dd .wpcf7-list-item {
    margin: 0;
}

#guestcard .block_01 dd .wpcf7-list-item label {
    cursor: pointer;
}

#guestcard .block_01 dd.name>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

#guestcard .block_01 dd.name>div p {
    margin: 0;
}



#guestcard .block_01 .contents_02>div>span::after {
    content: "※";
    color: #008dfc;
    font-size: 1.6rem;
}

#guestcard .block_01 input,#guestcard .block_01 select,#guestcard .block_01 textarea {
    font-size: 1.8rem;
}

#guestcard .block_01 input[type=text],#guestcard .block_01 input[type=tel],#guestcard .block_01 input[type=email],#guestcard .block_01 input[type=date],#guestcard .block_01 textarea {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    padding: 15px;
    width: 100%;
}

#guestcard .block_01 input[type=text]:focus,#guestcard .block_01 input[type=tel]:focus,#guestcard .block_01 input[type=email]:focus,#guestcard .block_01 input[type=date]:focus,#guestcard .block_01 textarea:focus {
    border-color: #333
}

#guestcard .block_01 #consider dd .compare__textfield textarea {
	height: 100px;
}

@media screen and (max-width: 768px) {
	#guestcard .block_01 #consider dd .compare__textfield textarea {
		height: 120px;
	}
	#guestcard .block_01 dd .wpcf7-checkbox {
	    flex-direction: column;
	}
	#guestcard .block_01 dd.preferred-shop .wpcf7-radio {
	    flex-direction: column;
	}
}

#guestcard .block_01 .contents_01 textarea, #guestcard .block_01 .contents_02 textarea {
    height: 200px;
    margin-top: 0;
}

#guestcard .block_01 .remarks textarea {
    margin-top: 0;
}

#guestcard .block_01 input.data::-webkit-calendar-picker-indicator {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#guestcard .block_01 select {
    display: inline-block;
    background: #f0f0f0 url(../img/icon_select.png) no-repeat center right 20px;
    padding: 15px 40px 15px 15px;
    width: 180px;
    width: 100%;
}

#guestcard .block_01 input[type=date] {
    background: #f0f0f0 url(../img/icon_calendar.png) no-repeat center right 20px;
}

#guestcard .block_01 input[type=radio] {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #a39a9a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    vertical-align: -4px;
}

#guestcard .block_01 input[type=radio]:checked:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #008dfc;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
}

#guestcard .block_01 input[type=checkbox] {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #a39a9a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    vertical-align: -4px;
    cursor: pointer;
}

#guestcard .block_01 input[type=checkbox]:checked:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #008dfc;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 1px;
}

#guestcard .block_01 .submit {
    text-align: center;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

#guestcard .block_01 .submit input[type=submit],#guestcard .block_01 .submit input[type=button] {
    background: #008dfc;
    color: #fff;
    text-align: center;
    padding: 15px 100px;
}

#guestcard .block_01 .submit input[type=submit]:disabled,#guestcard .block_01 .submit input[type=button]:disabled {
    background: #f0f0f0;
    color: #c5c5c5;
    text-align: center;
}

#guestcard .block_01 .submit .wpcf7-spinner {
    display: none;
}

#guestcard .block_01 .contents_confirm dd {
    border-radius: 5px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #guestcard .block_01 dd {
        margin-bottom: 40px;
    }

    #guestcard .block_01 dd.col2 {
        gap: 40px;
        flex-direction: column;
    }

    #guestcard .block_01 dd.col2>div {
        width: 100%;
    }

    #guestcard .block_01 dd.half {
        width: 100%;
    }

    #guestcard .block_01 textarea {
        height: 150px;
        margin-top: 10px;
    }

    #guestcard .block_01 .submit {
        flex-direction: column;
        margin-top: 60px;
    }
}


#guestcard .block_01 .contents_03 {
    text-align: center;
}

#guestcard .block_01 .contents_03 div.rq {
    display: flex;
        justify-content: center;
    gap: 5px;
    align-items: baseline;
    margin-bottom: 20px;
}

#guestcard .block_01 .contents_03 div.rq::after {
    content: "※";
    color: #008dfc;
    font-size: 2rem;
}


.underline {
    text-decoration: underline;
}

#guestcard .block_01 input[type=date] {
    text-align: left;
}

#guestcard .block_01 input.wpcf7-form-control {
    text-align: left;
}



/** footer **/
footer.guestcard__footer {
	position: relative;
	display: block;
	background: #000000;
	color: #fff;
	padding: 0;
}

footer.guestcard__footer .copylight {
    width: 100%;
    text-align: center;
    line-height: 1;
    border-top: 0;
    padding: 60px 0;
}



/** confirm **/
.guestcard-thanks__txt {
    text-align: center;
}

.null {
    display: none;
}

#guestcard .block_01 .contents_confirm, #guestcard .block_01 .contents_confirm_cust {
    max-width: 800px;
    margin: 0 auto;
}

#guestcard .block_01 .contents_confirm .input {
    margin-bottom: 40px;
}

#guestcard .block_01 .contents_confirm .input h2 {
    font-family: YakuHanMP, "Yu Mincho", "游明朝", serif;
    font-size: 2rem;
    font-weight: 600;
    align-items: baseline;
    margin-bottom: 0;
}

#guestcard .block_01 .contents_confirm .input h3 {
    font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 20px;
}

#guestcard .block_01 .contents_confirm .input p {
	font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    margin-top: 10px;
}

#guestcard .block_01 .contents_confirm .input dl dt {
    font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 20px;
}

#guestcard .block_01 .contents_confirm_cust {
	border-top: 1px solid #707070;
    margin-top: 60px;
    padding-top: 60px;
}

#guestcard .block_01 .contents_confirm_cust h2 {
	font-size: 2.8rem;
}

#guestcard .block_01 .contents_confirm_cust dl dt {
	font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 40px 0 0;
}

#guestcard .block_01 .contents_confirm_cust dl dd {
    font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    margin: 10px 0 0;
}

#guestcard .block_01 .contents_confirm_cust h3 {
	font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 40px 0 0;
}


.confirm-row:has(dd:empty),
.confirm-row:has(p:empty) {
  display: none;
}

.own-car-wrap:not(:has(dd:not(:empty))) {
  display: none;
}


/** thanks **/
.guestcard-thanks__txt {
    text-align: center;
}