@charset "utf-8";
/* CSS Document */
#baseForm {
    padding: 0 20px 40px 20px;
}
#baseForm h2 {
    background: #4a483c;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}
#baseForm ol {
    margin-bottom: 50px;
    padding: 0 20px;
}
#baseForm ol li:not(:last-of-type) {
    margin-bottom: 20px;
}
#baseForm ol li {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #dcdcdc;
    padding: 10px 0;
    position: relative;
}
#baseForm ol li:last-child {
    margin-right: 0;
}
#baseForm ol li:not(:last-of-type):after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #dcdcdc;
    border-bottom: 0;
}
#baseForm ol li.current {
    background: #9c8e49;
}
#baseForm dl {
    border: solid 2px #bfbfbf;
}
#baseForm dl.requestIn dd{
	padding: 10px 10px 0 10px;
}
.datepicker {
    display: none;
}
#baseForm a.calender {
    background: url(../img/quote/ico_calendar.png) left center no-repeat;
    background-size: 30px;
    padding-left: 35px;
    font-size: 14px;
    color: #333;
    display: block;
    margin-top: 20px;
    line-height: 30px;
}
#baseForm dl:not(:last-of-type) {
    border-bottom: none;
}
#baseForm dl dd dl {
    border: none;
}
#baseForm dl dd dl dt {
    font-size: 14px;
    background: #efefef;
}
#baseForm dl.endBox {
    border-bottom: solid 2px #bfbfbf;
    margin-bottom: 20px;
}
#baseForm dl dd dl dd {
    padding: 10px;
}
#baseForm dl dt {
    background: #dcdddd;
    padding: 10px;
    font-weight: bold;
    border-bottom: solid 1px #bfbfbf;
}
#baseForm dl dt span {
    background: #a40000;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    padding: 0 10px;
    margin-left: 10px;
    line-height: 1.6;
}
#baseForm dl.single dd {
    padding: 10px;
}
#baseForm dl dd:not(:last-of-type) {
    border-bottom: solid 1px #bfbfbf;
}
#baseForm .formBtn {
    margin-top: 40px;
}
#baseForm .formBtn li input {
    width: 100%;
    text-align: center;
    display: block;
    background: #9c8e49;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#baseForm .formBtn li:nth-of-type(2) input {
    background: #dcdcdc;
    color: #333;
    padding: 15px;
}
#baseForm .formBtn li:not(:first-of-type) {
    margin-top: 20px;
}
#baseForm.inputForm {
    padding-top: 40px;
}
#baseForm h2.thanks {
    font-size: 20px;
    margin-bottom: 10px;
}
#baseForm h2.thanks + p span {
    font-weight: bold;
    font-size: 24px;
}
#baseForm .addDay a {
    width: 50%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    background: #9c8e49;
    color: #fff;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: bold;
}
#baseForm ul.landscape {
    padding: 10px 0;
    display: flex;
}
#baseForm ul.landscape li {
    margin-right: 20px;
}
#baseForm .day_row {
    position: relative;
}
#baseForm .deletebtn {
    position: absolute;
    right: 6px;
    top: 5px;
    padding: 10px 20px;
    background: #fff;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#baseForm .deletebtn:hover {
    background: #ccc;
}
#baseForm ul li {
    margin-bottom: 10px;
    overflow: hidden;
}
#baseForm ul li .listPad, #baseForm ul.age li .listPad {
    width: 65%;
    display: inline-block;
}
#baseForm dl dd .tabBr {
    display: block;
    padding-top: 10px;
}
#baseForm h2.thanks {
    font-size: 27px;
    background: #fff;
    color: #333;
    padding: 0;
    font-weight: bold;
    margin-bottom: 20px;
}
.btn {
    padding: 0 20px 40px 20px;
}
#baseForm dl.single.executive .calender {
    display: inline-block;
    margin-left: 5px;
}
#baseForm dl.single.executive .baseCheck {
    display: block;
    margin-left: 5px;
    margin-top: 20px;
}
#baseForm dl.single.executive .baseCheck input {
    border-radius: 3px;
    width: 16px;
    height: 16px;
    border: solid 2px #ddd;
}
#baseForm dl.single.executive .baseCheck label {
    padding-left: 2px;
}
#baseForm dl.single.executive dt:nth-of-type(even) {
    background: #efefef;
}
#baseForm dl.single.executive .fleetCheck li input {
    display: none;
}
#baseForm dl.single.executive .fleetCheck li label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    border: solid 1px #bebebe;
    border-radius: 3px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#baseForm dl.single.executive .fleetCheck li input + label:before {
    content: "";
    background: url("../img/shared/checkbox.webp")center center no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
#baseForm dl.single.executive .fleetCheck li input:checked + label:before {
    background: url("../img/shared/check_on.webp")center center no-repeat;
    background-size: 100%;
}
#baseForm dl.single.executive .fleetCheck li input:checked + label {
    border: solid 2px #9c8e49;
}
#baseForm dl.single.executive .fleetCheck li label img {
    width: 35%;
    height: auto;
}
#baseForm dl.single.executive .fleetCheck li label div {
    width: 65%;
    text-align: left;
    padding: 30px 10px 10px 10px;
}
#baseForm dl.single.executive .fleetCheck li:not(:last-of-type) {
    margin-bottom: 10px !important;
}
#baseForm dl.single.executive .fleetCheck li p {
    font-weight: bold;
    line-height: 1.4;
}
#baseForm dl.single.executive .fleetCheck li p span {
    font-size: 14px;
    display: block;
}
#baseForm dl.single.executive .fleetCheck li p.passenger {
    display: inline-block;
    background: #efefef;
    border-radius: 50px;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}
#baseForm dl.single.executive .day_input {
    width: 80px;
}
#baseForm dl.single.executive .note {
    display: block;
    margin-left: 0;
    margin-top: 10px;
}
#baseForm dl.single.executive.confirm dd {
    padding: 30px;
}
#baseForm dl.single.executive.confirm {
    border-bottom: solid 2px #ccc !important;
}
#baseForm dl.single.executive.confirm dd.fleetSet img {
    width: 120px;
    height: auto;
}
#baseForm dl.single.executive.confirm dd.fleetSet p span {
    display: block;
}
#creatTour #baseForm dl {
	margin-bottom: 10px;
}
#creatTour #baseForm .passenger li{
	display: flex;
	align-items: center;
}
#creatTour #baseForm .passenger li .selectBox{
	width: 70px;
	margin-left: auto;
}
#creatTour #baseForm select {
  padding: 10px 30px 10px 10px;
}
#creatTour #baseForm dd textarea:not(:last-of-type) {
  margin-bottom: 20px;
}
#creatTour #baseForm{
	padding:40px 0 0 0;
}
#creatTour{
	padding: 40px 20px;
}
#creatTour h2 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
#creatTour p {
  text-align: center;
}
#creatTour div.fee {
  border: solid 2px #ccc;
  padding: 20px;
  margin: 20px 0;
}
#creatTour div h3 {
  text-align: center;
  font-weight: bold;
}#creatTour p span {
  font-weight: bold;
  font-size: 18px;
}
#creatTour p.thanks{
	max-width: 800px;
	text-align: left;
	margin: 0 auto 40px auto;
}
#baseForm .price{
	border: solid 4px #0347a1;
	padding:10px 20px;
	margin: 0 auto 40px auto;
}
#baseForm .price ul li{
	display: flex;
	align-items: center;
	border-bottom: dotted 1px #ccc;
	padding: 10px 0;
	margin-bottom: 0 !important;
}
#baseForm .price ul li:last-of-type{
	border-bottom: none;
}
#baseForm .price ul li .tit{
	width: 60%;
	line-height: 1.4;
	font-size: 14px;
}
#baseForm .price ul li p{
	width: 40%;
	text-align: right;
	color: #0347a1;
	font-weight: bold;
}
#baseForm .price ul li:last-of-type .tit{
	font-weight: bold;
}
#baseForm .price ul li:last-of-type p span{
	font-size: 24px;
}
#baseForm .checkBoxList input{
	display: none;
}
#baseForm .checkBoxList label{
	display: block;
	background: #f0f0f0;
	padding: 5px 5px 5px 35px;
	position: relative;
}
#baseForm .checkBoxList label:before{
	content: "";
	width: 14px;
	height: 14px;
	border: solid 1px #9C8E49;
	position: absolute;
	background: #fff;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#baseForm .checkBoxList input:checked + label{
	color: #9c8e49;
}
#baseForm .checkBoxList input:checked + label:before{
	background: #9C8E49;
}
#baseForm .checkBoxList input:checked + label:after{
	content: "";
	  position:absolute;
  top: 40%;
  left: 9px;
  display:block;
  height: 12px;
  width: 12px;
  background: #fff;
  border-radius: 2px;
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 50% 100%, 50% 80%, 80% 80%);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 600px) {
    .btn {
        padding: 10px 30px 60px 30px;
    }
    .btn .baseBtn a {
        padding: 20px;
    }
    #baseForm {
        padding: 0 20px 60px 20px;
        max-width: 1142px;
        margin: 0 auto;
    }
    #baseForm ol {
        max-width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-bottom: 70px;
        padding: 0;
    }
    #baseForm ol li:not(:last-of-type) {
        margin-bottom: 0;
    }
    #baseForm ol li {
        padding: 20px;
        width: 20%;
    }
    #baseForm ol.thStep li {
        width: 30%;
    }
    #baseForm ol li:not(:last-of-type) {
        margin-right: 5%;
    }
    #baseForm ol li:not(:last-of-type):after {
        left: auto;
        bottom: 50%;
        transform: translateY(50%);
        right: -15%;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #dcdcdc;
        border-right: 0;
    }
    #baseForm ol.thStep li:not(:last-of-type):after {
        right: -10%;
    }
    #baseForm ol li.current {
        background: #9c8e49;
    }
    #baseForm dl {
        display: flex;
        flex-wrap: wrap;
        border: solid 2px #bfbfbf;
    }
	#baseForm dl.requestIn dt{
		width: 430px;
	}
	#baseForm dl.requestIn dd{
		width: calc(100% - 430px);
		padding: 20px;
	}
	#baseForm.confirm dl.requestIn dd{
		padding: 30px 20px;
	}
	#baseForm.confirm dl dd dl dd{
		padding: 30px 20px;
	}
    #baseForm dl dt {
        width: 150px;
        padding: 30px 20px;
        border-right: solid 1px #bfbfbf;
        background: #efefef;
    }
	#baseForm dl dd ul.nameFiled,#baseForm dl dd ul.telField{
		display: flex;
	}
	#baseForm dl dd ul.nameFiled li:first-of-type{
		width: 10%;
	}
	#baseForm dl dd ul.nameFiled li select{
		width: 100%;
	}
	#baseForm dl dd ul.nameFiled li{
		width: 43%;
	}
	#baseForm dl dd ul.nameFiled li:not(:first-of-type){
		margin-left: 2%;
	}
	#baseForm dl dd ul.telField li{
		width: 48%;
	}
	#baseForm dl dd ul.telField li:not(:first-of-type){
		width: 50%;
		margin-left: 2%;
	}
    #baseForm dl dd {
        width: calc(100% - 150px);
    }
    #baseForm dl dd dt {
        width: 280px;
    }
    #baseForm dl dd dl dd {
        width: calc(100% - 280px);
        padding: 20px;
    }
    #baseForm dl.single dt {
        width: 30%;
        padding: 30px 20px 20px 20px;
    }
    #baseForm dl.single.bdBot {
        border-bottom: solid 2px #ccc;
    }
    #baseForm dl.single dd {
        width: 70%;
        padding: 20px;
    }
    #baseForm a.calender {
        margin-top: 0;
        display: inline-block;
        margin-left: 20px;
    }
    #baseForm .addDay a {
        width: 360px;
    }
    #baseForm dl dt span {
        float: right;
        margin-left: 0;
    }
    #baseForm dl dt:last-of-type {
        border-bottom: none;
    }
    #baseForm .formBtn {
        max-width: 800px;
        margin: 0 auto;
        margin-top: 60px;
        display: flex;
        justify-content: center;
    }
    #baseForm .formBtn li {
        min-width: 60%;
    }
    #baseForm .formBtn li:nth-of-type(2) input {
        padding: 20px;
    }
    #baseForm .formBtn li:first-of-type {
        order: 2;
    }
    #baseForm .formBtn li:not(:first-of-type) {
        margin-top: 0;
        margin-right: 30px;
        min-width: 20%;
    }
    #baseForm .formBtn li:nth-of-type(2) input:hover {
        background: #bbb;
    }
    #baseForm .formBtn li input:hover {
        background: #75682a;
    }
    #baseForm.inputForm {
        padding-top: 60px;
    }
    #baseForm dl.single {
        margin-bottom: 40px;
    }
    #baseForm dl.single.contact dt, #baseForm dl.single.contact dd {
        border-top: solid 1px #bfbfbf;
    }
    #baseForm dl.single.contact dt:nth-of-type(1), #baseForm dl.single.contact dd:nth-of-type(1) {
        border-top: none;
    }
    #baseForm ul li .listPad {
        width: 180px;
        display: inline-block;
    }
    #baseForm dl dd .tabBr {
        display: inline-block;
        padding-top: 0;
    }
    #baseForm dl.bgDark dt {
        background: #dcdddd;
    }
    #baseForm dl dd dl dt {
        font-size: 16px;
    }
	#baseForm dl.addInfo dd dl dt{
		min-height: 119.5px;
	}
    #baseForm dl.confirm dd dl dd {
        padding: 30px;
        overflow-wrap: anywhere;
    }
    #baseForm h2.thanks {
        font-size: 32px;
    }
    #baseForm dl.single.executive .fleetCheck {
        display: flex;
        flex-wrap: wrap;
    }
    #baseForm dl.single.executive .fleetCheck li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    #baseForm dl.single.executive .fleetCheck li:nth-of-type(3) ~ li {
        margin-bottom: 0 !important;
    }
    #baseForm dl.single.executive .fleetCheck li:nth-of-type(3n) {
        margin-right: 0;
    }
    #baseForm dl.single.executive .fleetCheck li label {
        display: block;
        padding: 20px 10px;
    }
    #baseForm dl.single.executive .fleetCheck img {
        width: 100% !important;
        height: auto;
        margin: 0 auto;
    }
    #baseForm dl.single.executive .fleetCheck li label div {
        width: 100%;
        text-align: center;
    }
#creatTour{
	padding: 40px;
}
}
@media screen and (min-width: 1023px) {	
	#creatTour #baseForm dl dt,#creatTour #baseForm dl dd{
		border-top: none;
	}
#baseForm dl.itinerary dd:not(:last-of-type),#baseForm dl.itinerary dt:not(:last-of-type){
	border-bottom: none;
}
#baseForm dl.itinerary dd:not(:first-of-type),#baseForm dl.itinerary dt:not(:first-of-type){
	border-top: solid 1px #bfbfbf;
}
	#creatTour #baseForm .passenger{
		display: flex;
	}
#creatTour #baseForm .passenger li{
	margin-right: 20px;
}
#creatTour #baseForm .passenger li .selectBox{
	margin-left: 10px;
}
	#creatTour #baseForm .nameBox{
		display: flex;
	}
#creatTour #baseForm .nameBox li:first-of-type{
	width: 20%;
	margin-right: 2%;
}
#creatTour #baseForm .nameBox li{
	width: 39%;
}
#creatTour #baseForm .nameBox li:last-of-type{
	margin-left: 2%;
}
#creatTour{
	max-width: 1222px;
	margin: 0 auto;
	padding: 80px 40px;
}
#creatTour h2 {
  font-size: 28px;
	margin-bottom: 40px;
}
#creatTour p {
  text-align: center;
}
#creatTour div.fee {
  padding: 20px;
  margin: 40px auto;
	max-width: 800px;
}
#creatTour div h3 {
  text-align: center;
  font-weight: bold;
}
}