/* common */
@media (min-width:1230px){
    .container {
        width: 1230px;
    }
    .hid-min {
        display: none;
    }
}
@media (max-width:1230px){
    .hid-max {
        display: none;
    }
}
/* header */
#header.actPc .header-body:after {
    /*display: none;*/
}
@media (max-width: 1600px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 0 2vw !important;
    }
}

/* TourFullpage */
#TourFullpage .secMain {
    position: relative;
}
#TourFullpage .fp-section, 
#TourFullpage .fp-slide, 
#TourFullpage .fp-scrollable,
#TourFullpage .fp-tableCell {
    height: 125vh !important;
}
@media (min-width:992px){
    #TourFullpage #visual .bg {
        height: 125vh;
    }
    #TourFullpage.fullpage-wrapper {
        width: 100% !important;
        transform: none !important;
    }
    #TourFullpage .fp-section {
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100% !important;
        opacity: 0;
        transition: all .7s ease-in-out;
    }
    #TourFullpage .fp-section .fp-tableCell {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #TourFullpage .fp-section:not(#tour0) {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }

    #TourFullpage .fp-section.active {
        visibility: visible;
        opacity: 1;
        z-index: 10;
    }

    #TourFullpage .fp-section.active:not(#tour0) {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    #TourFullpage .fp-scroller,
    #TourFullpage .fp-scrollable {
        width: 100%;
        height: 100%;;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width:992px){
    #TourFullpage .secMain,
    #TourFullpage .secMain .fp-scrollable,
    #TourFullpage .secMain .fp-tableCell {
        height: auto !important;
        min-height: auto;
    }
}
/* visual */
#visual .bg.bg1 {
    background: url(../img/tour_visual1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg2 {
    background: url(../img/tour_visual2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg3 {
    background: url(../img/tour_visual3.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg::after {
    opacity: 0;
}
@media (min-width:1992px){
    #visual .bg {
        height: 100vh;
        min-height: 800px;
    }
}
/* tour1 */
#tour1 {
    background: url(../img/tour1.jpg) center center no-repeat;
    background-size: cover;
}
#tour1 .con {
    position: relative;
}
#tour1 .con .rt h1 {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
#tour1 .con .rt ul li {
    margin-top: 60px;
}
#tour1 .con .rt ul li p {
    opacity: .7;
    line-height: 1.7em;
}
@media (min-width:1340px){
    #tour1 .con {
        padding-left: 540px;
    }
    #tour1 .con .lt {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width:992px){
    #tour1 .con {
        padding: 60px 15px;
    }
    #tour1 .con .lt,
    #tour1 .con .rt h1 {
        text-align: center;
    }
    #tour1 .con .lt img {
        max-width: 80%;
        margin-bottom: 30px;
    }
    #tour1 .con .rt h1 {
        padding-bottom: 20px;
    }
    #tour1 .con .rt ul li {
        margin-top: 20px;
    }
}

/* tour2 */
.abtCourse .couseBg .img {
    position: relative;
    text-align: center;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.abtCourse .couseBg .img .icon {
    position: absolute;
    right: 5%;
    bottom: 5%;
    background-color: #f8262b;
    border-radius: 50%;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.1);
    z-index: 3;
}
.abtCourse .couseBg .img .icon:after {
    content: '';
    display: block;
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    border-radius: 100%;
    -webkit-animation: circlani 2s infinite ease-out;
    animation: circlani 2s infinite ease-out;
    background-color: #f8262b;
}
.abtCourse .txt .lt h5 {
    color: #bcbcbc;
    text-transform: uppercase;
}
.abtCourse .txt .rt ul li {
    margin: 10px 0;
}
.abtCourse .txt .rt ul li p {
    position: relative;
    padding-left: 15px;
    line-height: 1.2em;
}
.abtCourse .txt .rt ul li p span {
    position: absolute;
    left: 0;
    top: 0px;
}
.abtCourse .txt .rt .btnBox a {
    margin-top: 30px;
    display: block;
    width: 150px;
    border-radius: 100px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    color: #666;
    border: 1px solid #aaa;
    text-decoration: none;
    cursor: pointer;
}
.abtCourse .txt .rt .btnBox a i {
    display: inline-block;
    vertical-align: middle;
}
.abtCourse .btNav {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
}
.abtCourse .btNav > div {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}
.abtCourse .btNav .row {
    margin: 0 -4px;
}
.abtCourse .btNav .row > li {
    padding: 0 4px;
}
.abtCourse .btNav .row > li a {
    text-decoration: none;
    display: block;
    border-bottom: 2px solid #666;
    color: #666;
    font-size: 17px;
    font-weight: 600;
    opacity: .4;
    padding-bottom: 5px;
}
.abtCourse .btNav .row > li a.act {
    opacity: 1;
}
@media (min-width:1400px){
    .abtCourse .couseBg {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 650px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .abtCourse .txt {
        position: relative;
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
    }
    .abtCourse .txt .lt,
    .abtCourse .txt .rt{
        padding: 0 15px;
        position: absolute;
        z-index: 5;
        height: 100%;
        max-width: 1600px;
        align-items: center;
        display: flex;
        top: 0;
    }
    .abtCourse .txt > .lt {
        width: calc(50% - 300px);
        left: 0;
    }
    .abtCourse .txt > .rt {
        width: calc(50% - 350px);
        right: 0;
    }
}
@media (max-width:1400px) and (min-width:992px){
    .abtCourse .txt > .lt br {
        display: none;
    }
}
@media (max-width:1400px){
    .abtCourse .txt {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .abtCourse .txt > .lt {
        order: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .abtCourse .txt > .couseBg {
        order: 2;
    }
    .abtCourse .txt > .couseBg .img > img {
        max-width: 25vw;
        min-width: 250px;
    }
    .abtCourse .couseBg .img .icon img {
        max-width: 80px;
    }
    .abtCourse .txt > .rt {
        order: 3;
        padding-left: 30px;
    }
}
@media (max-width:992px){
    #tour3,
    #tour5 {
        background: #f4f4f4 !important;
    }
    .abtCourse {
        padding: 60px 0;
    }
    .abtCourse .btNav {
        display: none;
    }
    .abtCourse .txt > .rt {
        order: 3;
        padding: 15px 15px 0;
        width: 100%;
    }
    .abtCourse .txt .rt .btnBox a {
        margin-top: 15px;
        line-height: 35px;
        font-size: 14px;
        width: 130px;
    }
}
/* tour6 */
#tour6 {
    background: url(../img/tour6.jpg) center center no-repeat;
    background-size: cover;
}
#tour6 .infoCon .item {
    padding: 50px 30px;
    background-color: rgba(0,0,0,0.3);
}
#tour6 .infoCon .item .top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
@media (min-width:992px){
    #tour6 .infoCon .item .cont {
        height: 100px;
    }
    #tour6 .infoCon .item .cont ul li h5 {
        padding-left: 145px;
        position: relative;
    }
    #tour6 .infoCon .item .cont ul li h5 .hd {
        display: flex;
        width: 130px;
        justify-content: space-between;
        font-weight: 500;
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width:992px){
    #tour6 {
        padding: 60px 0;
    }
    #tour6 .infoCon .item {
        padding: 25px 20px;
    }
    #tour6 .infoCon .item .top img {
        width: 40px;
    }
    #tour6 .infoCon .item .cont ul li h5 .hd {
        display: block;
    }
    #tour6 .infoCon .item .cont ul li:not(:first-child) h5 .hd {
        margin-top: 8px;
    }
}

/* tour7 */
#tour7 {
    background-color: #fafafa !important;
}
#tour7 .resItem .resTit {
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}
#tour7 .resItem .resCon {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
@media (min-width:992px){
    #tour7 .mtit {
        padding-top: 60px;
    }
}
/* dateSelect */
@media (min-width:992px){
    .dateSelect {
        display: flex;
        margin: 0 -30px;
    }
    .dateSelect > div {
        width: 50%;
        padding: 0 30px;
    }
}
/* cld */
.cld {
    padding: 50px 30px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
}
.cld .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 50%;
    margin: 0 auto;
}
.cld .top .prv > span,
.cld .top .nxt > span {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    background-color: #eee;
    border-radius: 50%;
    text-align: center;
    color: #666;
    cursor: pointer;
}
.cld .top .prv > span i,
.cld .top .nxt > span i {
    font-size: 15px;
    line-height: 1em;
    vertical-align: middle;
}
.cld .table {
    border-top: 1px solid #aaa;
    table-layout: fixed;
    margin-top: 10px;
}
.cld .table tr th,
.cld .table tr td {
    vertical-align: middle;
    text-align: center;
}
.cld .table thead tr th {
    border: 1px solid #aaa;
    border-left: 0px;
    border-right: 0px;
    font-size: 17px;
    font-weight: 300;
    color: #b2b2b2;
}
.cld .table tbody tr td {
    border: 0px;
    font-size: 17px;
    font-weight: 700;
    color: #111;
    padding: 4px;
}
.cld .table tbody tr td span {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cld .table tbody tr td span:hover {
    background-color: #fff3f3;
    color: #f8262b;
}
.cld .table tbody tr td span.selected {
    background-color: #f8262b;
    color: #fff;
}

@media (max-width:992px){
    .cld {
        padding: 30px 15px;
        border-radius: 10px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    }
    .cld .table tbody tr td {
        font-size: 15px;
    }
}
/* timeSlt */
.timeSlt .row {
    margin: 0 -5px;
}
.timeSlt .row > div {
    padding: 0 5px;
}
.timeSlt span {
    text-decoration: none;
    display: block;
    border-radius: 4px;
    line-height: 50px;
    border: 1px solid #d4d4d5;
    background-color: #f7f7f7;
    color: #aaa;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
}
.timeSlt span.selected {
    border-color: #f8262b;
    color: #f8262b;
    background-color: #fff3f3;
}

@media (max-width:992px){
    .timeSlt span {
        border-radius: 2px;
        line-height: 40px;
        font-size: 15px;
    }
}
/* tour8 */
#tour8 {
    background: url(../img/tour8.png) left center no-repeat;
}
#tour8 .mtit h5 {
    color: #bcbcbc;
    text-transform: uppercase;
}
#tour8 .comInfo p span {
    display: inline-block;
    width: 40px;
    font-weight: 700;
}
#tour8 .comInfo .btnBox a {
    margin-top: 30px;
    display: block;
    width: 150px;
    border-radius: 100px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    color: #666;
    border: 1px solid #aaa;
    text-decoration: none;
}
#tour8 .comInfo .btnBox a i {
    display: inline-block;
    vertical-align: middle;
}
@media (min-width:992px){
    #tour8 .con {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #tour8 .rt {
        padding-left: 30px;
    }
}
@media (max-width:992px){
    #tour8 {
        padding: 60px 0 160px;
    }
    #tour8 .mtit {
        text-align: center;
    }
    #tour8 .comInfo .btnBox a {
        line-height: 35px;
        font-size: 14px;
        width: 130px;
        margin: 0 auto;
        margin-top: 15px;
    }
    #tour8 .rt {
        margin-top: 20px;
        text-align: center;
    }
}
/* tourInfo */
.tourInfo > .infoList > li {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
.tourInfo .infoItem {
    position: relative;
    padding-left: 150px;
}
.tourInfo .infoItem > .itemTit {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}
.tourInfo .infoItem.time .basicForm {
    display: inline-block;
    vertical-align: middle;
    width: calc(70% - 100px);
}
.tourInfo .infoItem.time h4 {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    margin-left: 8px;
}
.tourInfo .infoItem.time h4 .sm {
    font-size: .7em;
}
.tourInfo .infoItem.current {
    text-align: right;
}
.tourInfo .infoItem.current h5:nth-of-type(1) {
    color: #bdbdbd;
}
.tourInfo .infoItem.current h5 strong {
    font-size: 2em;
}
@media (max-width:992px){
    .tourInfo .infoItem {
        padding-left: 100px;
    }
    .tourInfo .infoItem.time {
        margin-top: 20px;
    }
    .tourInfo .infoItem.time .basicForm {
        width: calc(100% - 100px);
    }
}
/* formWrp */
.formWrp .basicForm {
    box-shadow: 0 0 0;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 17px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.formWrp .basicForm:not(textarea) {
    height: 50px;
}
.formWrp .basicForm:focus {
    border-color: #f8262b;
}
@media (max-width:992px){
    .formWrp .basicForm:not(textarea) {
        height: 40px;
    }
}

/* radioCustom */
.radioCustom {
	position: relative;
	padding: 0 0 0 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.radioCustom:first-child, 
.radioCustom:first-of-type {
	margin-top: 0;
}
.radioCustom.makeInline {
	display: inline-block;
	vertical-align: middle;
}
.radioCustom input[type="radio"],
.radioCustom input[type="radio"] {
	opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -11px 0 0 -3px;
    z-index: 2;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.radioCustom input[type="radio"]:checked + label:after,
.radioCustom input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #f8262b;
    background: url(../img/chk_w.png) center center no-repeat;
    background-color: #f8262b;
}
.radioCustom input[type="radio"]:disabled,
.radioCustom input[type="radio"]:disabled {
	cursor: not-allowed;
}
.radioCustom input[type="radio"]:disabled:checked + label:after,
.radioCustom input[type="radio"]:disabled:checked + label:after {
	color: #999;
}
.radioCustom input[type="radio"]:disabled + label,
.radioCustom input[type="radio"]:disabled + label {
	cursor: not-allowed;
}
.radioCustom input[type="radio"]:disabled + label:before,
.radioCustom input[type="radio"]:disabled + label:before {
    background: url(../img/x.png) center center no-repeat;
	background-color: #eee;
    border-color: #eee;
}
.radioCustom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}
.radioCustom label:before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: url(../img/chk.png) center center no-repeat;
    background-color: transparent;
}
.radioCustom label + label.error {
	display: block;
}
@media (max-width:640px){
    .radioCustom {
        padding-left: 33px;
    }
    .radioCustom input[type="radio"]:checked + label:after,
    .radioCustom input[type="radio"]:checked + label:after {
        width: 24px;
        height: 24px;
        background-size: 24px !important;
    }
    .radioCustom label:before {
        width: 24px;
        height: 24px;
    }
}


/* checkboxCust */
.checkboxCust {
	position: relative;
	padding: 0 0 0 40px;
    vertical-align: middle;
    margin-right: 15px;
}
.checkboxCust:first-child, 
.checkboxCust:first-of-type {
	margin-top: 0;
}
.checkboxCust.makeInline {
	display: inline-block;
	vertical-align: middle;
}
.checkboxCust input[type="checkbox"],
.checkboxCust input[type="checkbox"] {
	opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -11px 0 0 -3px;
    z-index: 2;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.checkboxCust input[type="checkbox"]:checked + label:after,
.checkboxCust input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 3px;
    border: 2px solid #f8262b;
    background: url(../img/chk_w.png) center center no-repeat;
    background-color: #f8262b;
}
.checkboxCust input[type="checkbox"]:disabled,
.checkboxCust input[type="checkbox"]:disabled {
	cursor: not-allowed;
}
.checkboxCust input[type="checkbox"]:disabled:checked + label:after,
.checkboxCust input[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
.checkboxCust input[type="checkbox"]:disabled + label,
.checkboxCust input[type="checkbox"]:disabled + label {
	cursor: not-allowed;
}
.checkboxCust input[type="checkbox"]:disabled + label:before,
.checkboxCust input[type="checkbox"]:disabled + label:before {
    background: url(../img/x.png) center center no-repeat;
	background-color: #eee;
    border-color: #eee;
}
.checkboxCust label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}
.checkboxCust label:before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 3px;
    border: 2px solid #ddd;
    background: url(../img/chk.png) center center no-repeat;
    background-color: transparent;
}
.checkboxCust label + label.error {
	display: block;
}
@media (max-width:640px){
    .checkboxCust {
        padding-left: 33px;
    }
    .checkboxCust input[type="checkbox"]:checked + label:after,
    .checkboxCust input[type="checkbox"]:checked + label:after {
        width: 24px;
        height: 24px;
        background-size: 24px !important;
    }
    .checkboxCust label:before {
        width: 24px;
        height: 24px;
    }
}

/* uInfo */
.uInfo li {
    display: flex;
    margin: 5px 0;
}
.uInfo li label {
    width: 150px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #666;
}
.uInfo li .basicForm {
    width: calc(100% - 150px);
}
@media (min-width:992px){
    .uInfo.row {
        margin: 0 -30px;
    } 
    .uInfo.row > div {
        padding: 0 30px;
    }
}
@media (max-width:992px){
    .uInfo li label {
        width: 120px;
        line-height: 40px;
        font-size: 15px;
    }
    .uInfo li .basicForm {
        width: calc(100% - 120px);
    }
}
/* sbmBtn */
.sbmBtn {
    display: inline-block;
    width: 250px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #e50019;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 600;
    border: 0px;
}
@media (max-width:992px){
    .sbmBtn {
        width: 200px;
        line-height: 50px;
        font-size: 17px;
    }
}
/* wanList */
.wanList > li {
    margin: 3px 0;
}
.wanList > li p {
    position: relative;
    padding-left: 15px;
    line-height: 1.2em;
}
.wanList > li p span {
    position: absolute;
    left: 0;
    top: 0px;
}

/* modal */
.privacy.firstkitchen .modal-dialog > div .modal-content {
    max-width: 600px;
}
.privacy.firstkitchen .modal-dialog > div .modal-content .img img {
    border-radius: 15px;
    margin-bottom: 15px;
}

/* tourQuick */
#tourQuick {
    position: fixed;
    z-index: 50;
    text-align: center;
}
#tourQuick a {
    margin: 1px 0;
    padding: 20px 15px;
    display: block;
    background-color: rgba(0,0,0,0.5);
    text-decoration: none;
}
#tourQuick a p {
    margin-top: 12px;
    line-height: 1em;
}
@media (min-width:992px){
    #tourQuick {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width:992px){
    #tourQuick {
        left: 0;
        bottom: 0;
        display: flex;
        width: 100%;
    }
    #tourQuick > div {
        width: 33.33333%;
    }
    #tourQuick a {
        padding: 10px 10px;
        margin: 0;
        background-color: rgba(0,0,0,0.9);
    }
    #tourQuick div:not(:last-child) a {
        border-right: 1px solid #ddd;
    }
    #tourQuick a img {
        width: 20px;
    }
}