@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================
*/
.quoteTxt {
    margin-bottom: 40px;
}
.quoteTxt span {
    color: #f00;
}
#quoteForm p {
    margin-bottom: 10px;
}
#quoteForm p.red {
    padding-left: 10px;
}
#quoteForm p.confirmTxt {
    font-weight: normal;
    border: solid 1px #3671C0;
    border-radius: 5px;
    padding: 15px;
}
#quoteForm p:not(:first-of-type) {
    margin-top: 30px;
}
#quoteForm .dayBox h3, #quoteForm .infoBox h4 {
    font-weight: bold;
    padding: 10px;
}
#quoteForm {
    counter-reset: countNum;
}
#quoteForm .dayBox {
    counter-increment: countNum;
    position: relative;
}
#quoteForm .delete {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 14px;
    cursor: pointer;
}
#quoteForm .delete:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    pointer-events: none;
}
#quoteForm .delete:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    transform: rotate(-45deg);
    right: 0;
    top: 50%;
    pointer-events: none;
}
#quoteForm .dayBox:not(:first-of-type), #quoteForm .infoBox:not(:first-of-type) {
    margin-top: 40px;
}
#quoteForm .dayBox h3:after {
    content: "("counter(countNum) "日目)";
}
#quoteForm .quoteBox {
    border: solid 1px #bababa;
    border-radius: 10px;
    padding: 15px;
}
#quoteForm ul li {
    margin-bottom: 15px;
}
#quoteForm .hide {
    display: none;
}
#quoteForm .airport li ul, #quoteForm .passenger li ul, #quoteForm .timerental ul, #quoteForm .sending ul, #quoteForm .webplan ul, #quoteForm .others ul, #quoteForm ul li.sep ul, .baseForm ul li.sep ul {
    display: flex;
}
#quoteForm .airport .airportArrive01 > ul, #quoteForm .airport .airportDrop01 > ul {
    display: block;
}
#quoteForm .airport .airportArrive01 > ul > li, #quoteForm .airport .airportDrop01 > ul > li, .baseForm > ul > li {
    width: 100%;
    margin-bottom: 20px;
}
#quoteForm .airport .airportArrive01 > ul > li:last-of-type, #quoteForm .airport .airportDrop01 > ul > li:last-of-type {
    margin-left: 0;
}
#quoteForm .airport .airportArrive01 > ul > li:last-of-type:before, #quoteForm .airport .airportDrop01 > ul > li:last-of-type:before {
    display: none;
}
#quoteForm .airport li ul li, #quoteForm .timerental ul li, #quoteForm .sending ul li, #quoteForm .webplan ul li, #quoteForm .others ul li, #quoteForm ul li.sep ul li, .baseForm ul li.sep ul li {
    width: 48%;
    position: relative;
    margin-bottom: 0;
}
#quoteForm ul li.sep.number ul li:first-of-type {
    width: 66%;
}
#quoteForm ul li.sep.number ul li:nth-of-type(2) {
    width: 30%;
}
#quoteForm ul li.sepTel ul li:first-of-type {
    width: 50%;
    position: relative;
}
#quoteForm .passenger li ul li:first-of-type {
    width: 32%;
    margin-right: 4%;
}
#quoteForm .passenger li ul li:first-of-type fieldset .label.completed, #quoteForm .passenger.formConfirm li ul li:first-of-type fieldset .label {
    transform: scale(0.9) translateX(-5px) translateY(-10px) !important;
}
#quoteForm .passenger.formConfirm li ul li:first-of-type fieldset .label:after {
    right: 0;
}
#quoteForm .passenger li ul li {
    width: 64%;
    margin-bottom: 0;
}
#quoteForm .airport li ul li:last-of-type, #quoteForm .timerental ul li:last-of-type, #quoteForm .sending ul li:last-of-type, #quoteForm .webplan ul li:last-of-type, #quoteForm .others ul li:last-of-type, #quoteForm ul li.sep ul li:last-of-type, .baseForm ul li.sep ul li:last-of-type {
    margin-left: 4%;
}
#quoteForm .airport li ul li:last-of-type:before, #quoteForm .timerental ul li:last-of-type:before, #quoteForm .sending ul li:last-child:before, #quoteForm .webplan ul:last-of-type:before, #quoteForm .others ul li:last-of-type:before {
    content: ":";
    position: absolute;
    left: -8%;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    width: 8%;
}
#quoteForm dl {
    background: #f5f5f5;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
}
#quoteForm dl dt {
    width: 30%;
}
#quoteForm dl dd {
    width: 70%;
    font-weight: bold;
    color: #0068b7;
}
.addDay {
    margin-top: 20px;
}
.addDay p {
    margin: 0 !important;
}
.addDay p.btn {
    border: solid 2px #927e2a;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    margin-bottom: 10px !important;
}
.inputTit {
    font-weight: bold;
    margin-top: 20px;
    padding-left: 10px;
    font-size: 20px;
}
.thanks h3 {
    font-weight: bold;
    font-size: 20px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.thanks p {
    padding: 0 10px;
}
.thanks h3 + p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.thanks .baseBtn {
    margin-top: 40px;
}
.errorTxt {
    border: solid 2px #f00;
    margin-bottom: 40px;
    padding: 20px;
    color: #f00;
    font-weight: bold;
    border-radius: 5px;
}
.luggage{	
    display: none;	
    margin-top: 30px;	
    }	
    .luggage.active{	
    display: block;	
    }	
    .luggageSelect li{	
    margin-bottom: 0 !important;	
    }	
    .luggageSelect li label{	
    cursor: pointer;	
    }
@media screen and (min-width: 1079px) {
    #quoteForm p.red {
        padding-left: 20px;
    }
    #quoteForm dl dt {
        width: 24%;
        font-size: 18px;
    }
    #quoteForm dl dd {
        width: 76%;
        font-size: 18px;
    }
    .addDay {
        width: 270px;
        margin-top: 30px;
    }
    .addDay p.btn {
        font-size: 18px;
        transition: all 0.2s;
        cursor: pointer;
    }
    .addDay p.btn:hover {
        transform: scale(1.1);
        background: #927e2a;
        color: #fff;
    }
    .inputTit {
        font-size: 24px;
        margin-top: 40px;
    }
    #quoteForm ul li.sepTel ul {
        display: flex;
    }
    #quoteForm ul li.sepTel ul li:first-of-type {
        width: 24%;
        margin-bottom: 0;
    }
    #quoteForm ul li.sepTel ul li:last-of-type {
        width: 72%;
        margin-left: 4%;
        margin-bottom: 0;
    }
    .thanks h3 {
        font-size: 30px;
        padding-left: 15px;
    }
    .thanks p {
        padding: 0 15px;
        font-size: 18px;
    }
    .thanks h3 + p {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .thanks .baseBtn {
        width: 300px;
        margin: 80px auto 0;
    }
}