@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

/* -- reset module8 -- */
.edit,
.show_content,
.main_part { width: 100% !important; max-width: 100% !important; margin: auto !important; padding: 0px !important;}
.pageIndex .main_part { border:none !important; }
.path{ display:none;}
/* -- reset module8 end -- */


.hs_box * { line-height:150%; font-size:15px; border:0; outline:none; text-decoration:none; padding:0; margin:0; list-style:none; box-sizing:border-box; max-width:100%; font-family: "Montserrat","Noto Sans TC", serif;
    -webkit-transition: ease .4s; -moz-transition: ease .4s; -ms-transition: ease .4s; -o-transition: ease .4s; transition: ease .4s;}
.hs_box{overflow: hidden;scroll-behavior: smooth;background-color: #fff;max-width: 2000px;margin: auto;}
.hs_box sub, .hs_box sup{vertical-align: unset;}
.hs_box i, .hs_box em , .hs_box dfn , .hs_box var{font-style: normal;line-height: 0px;}/*斜線標籤轉正*/
.hs_box table{border-spacing: 0px;border-collapse: collapse;}
.hs_box table td{border: 1px solid #000;}
.hs_box img { max-width:100%;line-height: 0px;}
.hs_clear::before, .hs_clear::after { content:''; display: table; }
.hs_clear::after { clear: both;}
.hs_clear { zoom: 1; }

/*Animations*/
[data-animate-in] { opacity: 0; transition: transform 1.6s ease, opacity 1.6s ease;}
[data-animate-in="up"] { transform: translate3d(0, 10px, 0);}/*由下往上*/
[data-animate-in="left"] { transform: translate3d(-5%, 0, 0);}/*由左往右*/
[data-animate-in="right"] { transform: translate3d(5%, 0, 0);}/*由右往左*/
[data-animate-in="down"] { transform: translate3d(0, -10%, 0);}/*由上往下*/
[data-animate-in="fadeIn"] { transform: translate3d(0, 0, 0);}/*淡入*/
[data-animate-in="scaleIn"] {transform: scale(.3);}/*放大淡入*/
[data-animate-in="rotateIn"] {transform: scale(.3) rotate(-10deg);}/*放大淡入*/
[data-animate-in].in-view { opacity: 1; transform:translate3d(0,0,0) rotate(0deg); -webkit-transform:translate3d(0,0,0) rotate(0); transition: transform .8s ease, opacity .8s ease;}
.fade-in { opacity: 0; transition: opacity .5s ease; }
/*Animations-end*/


html{
    scroll-behavior: smooth;
}
.edit_part {
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.content_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hs_box{
    --f35:35px;
    --f30:30px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --f16:16px;
    --f15:15px;
    --f14:14px;
    --color1: #FEF6E9;
    --color2: #3F944E;
    --color3: #D55736;
    --color4: #F7C5B4;
    --color5: #333333;
    padding: 0 5%;
    background-color: #FCFCFC;
}

/*----------bookcar----------*/
.bookcarban{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 5px #CCCCCC;
    background: #FFFFFF;
}

.bdb_a{
    max-width: 1200px;
    margin: auto;
    padding: 50px 5%;
    background-color: #fff;
    box-shadow: 0 0 5px #CCCCCC;
}
.bdb_a01{
    max-width: 915px;
    margin: auto;
}
.bdb_a01 ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 50px;
}
.bdb_a01 ul li h4{
    font-size: var(--f18);
    color: var(--color5);
    letter-spacing: 0.05em;
    margin: 0 0 15px;
}
.bdb_a01 ul li h4 b{
    font-size: var(--f20);
    color: red;
    letter-spacing: 0.05em;
}
.bdb_a01 ul li input[type="date"]{
    width: 100%;
    padding: 10px;
    border: 1px solid var(--color2);
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* -webkit-appearance: textfield; */
    /* -moz-appearance: textfield; */
    display: block;
    min-width: 95%;
    text-align: left;
    line-height: 1;
}
.bdb_a01 ul li input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
}
.bdb_a01 ul li input[type="date"]::after{
    content: '';
    background-color: var(--color2);
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.bdb_a01 ul li input[type="date"]::before{
    content: '';
    background: url(../img/reserve_01.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 0;
    display: block;
    border-width: thin;
    background: unset;
}
.bdb_a01 ul li select{
    width: 100%;
    padding: 10px;
    border: 1px solid var(--color2);
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.bdb_a01 section{
    position: relative;
}
.time_icon{
    width: 48px;
    height: 100%;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
}
.time_icon::after{
    content: '';
    background-color: var(--color2);
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.time_icon::before{
    content: '';
    background: url(../img/reserve_02.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}
.bdb_a01 > i{
    display: block;
    max-width: fit-content;
    margin: auto;
    max-width: 200px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.bdb_a01 > i input[type="submit"]{
    display: block;
    margin: 50px auto 0;
    background-color: #888888;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-size: var(--f18);
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}
.bdb_a01 > i::after{
    /* content: ''; */
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px solid var(--color3);
    border-radius: 5000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.bdb_a01 > i input[type="submit"]:hover{
    transform: scale(0.97);
}

.bdb_a02{
    max-width: 915px;
    margin: 30px auto;
}
.bdb_a02 > h4{
    display: flex;
    align-items: center;
    justify-content:flex-start;
    font-size: var(--f16);
    font-weight: 400;
    color: var(--color2);
    margin: 30px auto 0;
}
.bdb_a02 > h4 a{
    margin: 0 0 0 10px;
    min-width: fit-content;
}
.bdb_a02 > h4 a:hover{
    transform: translateY(-10px);
}
.bdb_a02 > h4 a img{
    vertical-align: middle;
}
.bdb_a02 > h5{
    padding: 30px 0 0;
    font-size: var(--f20);
    font-weight: 400;
    color: var(--color5);
    letter-spacing: 0.05em;
}
.bdb_qa{
    margin: 20px auto;
}
.bdb_qa ul{
    border: 1px solid var(--color2);
    overflow: hidden;
}
.bdb_qa ul ol{
    padding: 10px 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: var(--color2);
    cursor: pointer;
}
.bdb_qa ul ol b{
    display: block;
    font-size: var(--f18);
    color: #fff;
    letter-spacing: 0.05em;
}
.bdb_qa ul ol b s{
    display: inline-block;
    font-size: var(--f18);
    color: #fff;
    letter-spacing: 0.05em;
}
.bdb_qa ul ol::after{
    content: '';
    width: 12px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%) rotate(-90deg);
    background-color: #8FCF9B;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transition: all .4s;
}
.bdb_qa ul ol.close::after{
    transform: translateY(-50%) rotate(0deg);
    background-color: #fff;
    transition: all .4s;
}
.bdb_qa ul .bdb_qacon{
    padding: 15px 5%;
    background-color: #fff;
    display: none;
    transition: unset;
}
.bdb_qacon dl{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: 1px solid #FEF6EA;
}
.bdb_qacon dl:nth-last-of-type(1){
    border: unset;
}
.bdb_qacon dl dd{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.bdb_qacon dl dd i{
    display: block;
    max-width: 110px;
    width: 100%;
    margin: 0 20px 0 0;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fdf7eb;
}
.bdb_qacon dl dd i img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 110px;
    max-height: 100px;
}
.bdb_qacon dl dd section h4{
    font-size: var(--f20);
    font-weight: 700;
    color: var(--color5);
    letter-spacing: 0.05em;
}
.bdb_qacon dl dd section p{
    font-size: var(--f20);
    font-weight: 700;
    color: #444444;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
}
.bdb_qacon dl dd section h5 b{
    min-width: 65px;
    margin: 0 10px 0 0;
    display: inline-block;
    font-weight: 700;
    font-size: var(--f20);
    color: var(--color2);
    letter-spacing: 0.05em;
}
.bdb_qacon dl dd section h5 s{
    display: inline-block;
    font-weight: normal;
    font-size: var(--f16);
    color: #878787;
    letter-spacing: 0.05em;
}
.bdb_qacon dl dd section h5 s u{
    display: inline-block;
    color: var(--color2);
    letter-spacing: 0.05em;
}
.bdb_qacon dl dt{
    min-width: 70px;
    max-width: 100px;
    margin: 0 0 0 20px;
}
.bdb_qacon dl dt s{
    display: none;
    font-size: var(--f15);
    color: #ccc;
    text-align: center;
    margin: 5px;
}
.bdb_qacon dl dt input[type="number"]{
    background-color: #fff;
    border: 1px solid #FEF6EA;
    height: 35px;
    text-align: center;
    color: var(--color5);
    padding: 0 0 0 10px !important;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-width: 70px;
}
.bdb_qacon dl dt button{
    width: 100%;
    max-width: 40px;
    height: 40px;
    background-color: var(--color2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 5000px;
    padding: 0 !important;
    margin: 15px auto 0;
}
.bdb_qacon dl dt button::after{
    content: '+';
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    line-height: 0px
}
.bdb_qacon dl dt .nocar{
    background-color: var(--color3);
}
.bdb_qacon dl dt .nocar::after{
    color: #FFFFFF;
}
.bdb_a02 > i{
    display: block;
    max-width: 210px;
    margin: 50px auto 0;
    width: 100%;
    position: relative;
    z-index: 1;
}
.bdb_a02 > i input[type="submit"]{
    display: block;
    background-color: #888888;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-size: var(--f18);
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    text-align: center;
}
.bdb_a02 > i input[type="submit"]:hover{
    transform: scale(0.97);
}
.bdb_a03{
    padding: 30px 0 0;
    max-width: 915px;
    margin: auto;
}
.bdb_a03 dl{
    padding: 20px 5%;
    background-color: #FAFAFA;
    margin: 0;
}
.bdb_a03 dl dd{
    max-width: 760px;
    margin: auto;
    padding: 0 0 50px;
}
.bdb_a03 dl h4{
    font-size: var(--f20);
    color: var(--color5);
    letter-spacing: 0.05em;
    text-align: center;
    margin: 15px 0 10px;
}
.bdb_a03 dl section{
    padding: 30px 0 0;
}
.bdb_a03 dl dd h5{
    font-size: var(--f18);
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #3F944E;
}
.bdb_a03 dl dd p{
    font-size: var(--f16);
    color: var(--color5);
    line-height: 180%;
    letter-spacing: 0.05em;
}
.bdb_a03 dl dd em{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: var(--f16);
    color: var(--color5);
    line-height: 180%;
    letter-spacing: 0.05em;
}
.bdb_a03 dl dt h6{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}
.bdb_a03 dl dt i{
    max-width: 30px;
    width: 100%;
}

.bdb_a03 dl dt s{
    display: block;
    width: calc(100% - 40px);
    font-size: var(--f18);
    font-weight: 400;
    letter-spacing: 0.2em;
    color: var(--color5);
    padding-top: 5px;
}
.bdb_a03 dl dt span{
    display: block;
    padding-top: 20px;
    font-size: var(--f14);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 160%;
    color: var(--color5);
}

/*----------bookcar end----------*/

/*----------bookdetail----------*/

.bdt_a{
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 5%;
    background-color: #fff;
    box-shadow: 0 0 5px #CCCCCC;
}
.bdt_a01{
    max-width: 460px;
    margin: 0 auto 80px;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    background-color: #9ED6A8;
}
.bdt_a01 > h4{
    padding: 10px;
    font-size: var(--f16);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
}
.bdt_a01 > .bdt_active{
    background-color: var(--color2);
}
.bdt_a02{
    max-width: 914px;
    margin: 0px auto 70px;
}
.bdt_a02 > h4{
    font-size: var(--f18);
    color: #fff;
    letter-spacing: 0.05em;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--color2);
    padding: 10px;
    text-align: center;
}
.bdt_a02_a{
    max-width: 868px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bdt_a02_a > i{
    display: block;
    max-width: 150px;
    min-width: 130px;
    width: 100%;
    margin: 0 20px 0 0;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fdf7eb;
}
.bdt_a02_a > i img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 150px;
    max-height: 150px;
}
.bdt_a02_a dl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bdt_a02_a dl dd{
    width: 100%;
    max-width: 445px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0 0;
}
.bdt_a02_al{
    margin: 0 15px 0 0;
}
.bdt_a02_al h4{
    font-size: var(--f20);
    font-weight: 700;
    color: var(--color5);
    letter-spacing: 0.05em;
}
.bdt_a02_al h5{
    font-size: var(--f16);
    font-weight: 400;
    color: var(--color5);
    letter-spacing: 0.05em;
    margin: 0 0 10px;
}
.bdt_a02_al h6 b{
    display: block;
    font-size: var(--f18);
    font-weight: 500;
    color: var(--color2);
    letter-spacing: 0.05em;
}
.bdt_a02_al h6 s{
    display: block;
    font-size: var(--f18);
    font-weight: 500;
    color: #888888;
    letter-spacing: 0.05em;
}
.bdt_a02_al h6 span{
    font-size: var(--f18);
    font-weight: 700;
}
.bdt_a02_ar p{
    font-size: var(--f16);
    color: var(--color5);
    letter-spacing: 0.05em;
}
.bdt_a02_ar p s{
    display: inline-block;
    font-size: var(--f15);
    color: var(--color5);
    letter-spacing: 0.05em;
}
.bdt_a02_a dl dt{
    min-width: 75px;
    max-width: 75px;
    margin: 0 0 0 20px;
    text-align: center;
}
.bdt_a02_a dl dt input[type="number"]{
    background-color: #fff;
    border: 1px solid #FEF6EA;
    height: 35px;
    text-align: center;
    color: var(--color5);
    padding: 0 0 0 10px !important;
    max-width: 50px;
}
.bdt_a02_a dl dt p{
    font-size: var(--f15);
    color: var(--color5);
    letter-spacing: 0.05em;
    margin: 12px auto;
}
.bdt_a02_a dl dt p s{
    display: inline-block;
    font-size: var(--f15);
    color: var(--color5);
    letter-spacing: 0.05em;
}
.bdt_a02_b{
    max-width: 868px;
    margin: auto;
}
.bdt_a02_b dl{
    padding: 20px 0 20px 8%;
    border-top: 1px solid #FEF6EA;
    border-bottom: 1px solid #FEF6EA;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bdt_a02_b dl dd{
    min-width: fit-content;
    margin: 0 10px 0 0;
}
.bdt_a02_b dl dd a{
    font-size: var(--f15);
    color: var(--color5);
    letter-spacing: 0.05em;
    display: inline-block;
}
.bdt_a02_b dl dd a:hover{
    color: var(--color3);
}
.bdt_a02_b dl dt{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    max-width: 300px;
}
.bdt_a02_b dl dt i input{
    padding: 5px 15px !important;
    text-align: center;
    font-size: var(--f15);
    color: #fff;
    width: 100%;
    cursor: pointer;
}
.bdt_update{
    background-color: var(--color3);
}
.bdt_next{
    background-color: #888888;
}
.bdt_update:hover,.bdt_next:hover{
    background-color: var(--color2);
}
.bdt_a02_b > h5{
    max-width: fit-content;
    margin: 0 0 0 auto;
    padding: 20px 0 0;
    font-size: var(--f20);
    font-weight: 700;
    color: var(--color2);
    letter-spacing: 0.05em;
}
.bdt_a02_b > h5 s{
    display: inline-block;
    font-size: var(--f20);
    font-weight: 700;
    color: var(--color2);
    letter-spacing: 0.05em;
}
.bdt_a03{
    max-width: 1000px;
    margin: 0 auto;
    padding: 5%;
    background: #FAFAFA;
}
.bdt_a03 > h4{
    font-size: var(--f20);
    font-weight: 500;
    color: var(--color5);
    letter-spacing: 0.05em;
    text-align: center;
}
.bdt_a03 ul{
    display: grid;
    margin: 50px auto;
    grid-template-columns: 1fr 1fr;
    gap: 30px 70px;
}
.bdt_a03 ul li h4{
    font-size: var(--f18);
    font-weight: 400;
    color: #444444;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
}
.bdt_a03 ul li input[type="text"]{
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #888888;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bdt_a03 ul li label{
    font-size: var(--f15);
    color: var(--color5);
    letter-spacing: 0.05em;
}    
.bdt_a03_a{
    padding: 0 0 30px;
    border-bottom: 1px solid #FEF6EA;
}
.bdt_a03_a label{
    font-size: var(--f16);
    color: var(--color5);
    letter-spacing: 0.05em;
}
.bdt_a03_a label a{
    display: inline-block;
    font-size: var(--f16);
    color: var(--color2);
    letter-spacing: 0.05em;
    line-height: 120%;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    text-decoration-color:  var(--color2);
    text-decoration-skip-ink:none;
}
.bdt_a03_a label a:hover{
    background-color: var(--color2);
    color: #fff;
}
.bdt_a04{
    max-width: 1000px;
    margin: 20px auto;
}
.bdt_a04 > h4{
    font-size: var(--f20);
    font-weight: 500;
    color: var(--color5);
    letter-spacing: 0.05em;
}
.bdt_a04 > h4 s{
    display: inline-block;
    font-size: var(--f14);
    font-weight: 400;
    color: var(--color2);
    letter-spacing: 0.05em;
}
.bdt_a04 > h4 s i{
    display: inline-block;
    font-size: var(--f15);
    color: var(--color2);
    letter-spacing: 0.05em;
    font-weight: normal;
}
.bdt_a04 > section{
    margin: 10px 0;
    max-width: fit-content;
}
.bdt_a04 > section label{
    font-size: var(--f16);
    color: var(--color5);
    letter-spacing: 0.05em;
}
.bdt_a04 > section:nth-of-type(2) label{
    vertical-align: middle;
}
.bdt_a04 > section:nth-of-type(2) label img{
    width: 100px;
}
.bdt_a04 > section label b{
    font-size: 14px;
    color: red;
    display: inline-block;
}
.bdt_a04 > ul{
    max-width: 287px;
    padding: 20px;
    background-color: #F8F8F1;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 5px;
}
.bdt_a04 > ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bdt_a04 > ul li+li{
    padding-top: 5px;
}
.bdt_a04 > ul li h5{
    font-size: var(--f14);
    font-weight: 400;
    color: #444444;
    letter-spacing: 0.05em;
    min-width: 65px;
    margin: 0 10px 0 0;
}
.bdt_a04 > ul li p{
    font-size: var(--f14);
    color: #444444;
    width: 120px;
}
.bdt_a04 > h6{
    font-size: var(--f15);
    font-weight: normal;
    color: var(--color5);
    letter-spacing: 0.05em;
    margin: 50px auto 10px;
}
.bdt_a04 > textarea{
    width: 100%;
    min-height: 160px;
    background-color: #fff;
    border: 1px solid #888888;
    border-radius: 10px;
    margin: 0 0 50px;
    padding: 15px !important;
}
.bdt_a04 > i{
    display: block;
    margin: 0 auto;
    max-width: 210px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.bdt_a04 > i input[type="submit"] {
    display: block;
    background-color: #888888;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-size: var(--f16);
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.bdt_a04 > i input[type="submit"]:hover{
    transform: scale(0.95);
}

/*----------bookdetail end----------*/

.bdf_a{
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 5%;
    background-color: #fff;
    box-shadow: 0 0 5px #CCCCCC;
}
.bdf_a01{
    max-width: 460px;
    margin: 0 auto 80px;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    background-color: #9ED6A8;
}
.bdf_a01 > h4{
    padding: 10px;
    font-size: var(--f16);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
}
.bdf_a01 > .bdf_active{
    background-color: var(--color2);
}
.bdf_a02{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    min-height: 140px;
    margin: -20px auto 0;
    background-color: var(--color1);
    border-radius: 10px;
    padding: 20px 5% 0;
    text-align: center;
    display: none;
}
.bdf_a02 > p {
    font-size: var(--f15);
    color: var(--color2);
    letter-spacing: 0.05em;
}
.bdf_a02 > p s{
    display: inline-block;
    font-size: var(--f15);
    color: var(--color2);
    letter-spacing: 0.05em;
}
.bdf_a03{
    max-width: 1000px;
    margin: 0 auto 100px;
}
.bdf_a03 > h4{
    padding: 10px;
    background-color: #888888;
    font-size: var(--f18);
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.bdf_a03 > h4 s{
    display: inline-block;
    background-color:#888888;
    color: #fff;
    font-size: var(--f18);
    font-weight: 700;
}
.bdf_a03 > section{
    /* max-width: 868px;
    margin: auto; */
}
.bdf_a03 > section h5{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;
    padding: 20px 0;
    border-bottom: 1px solid var(--color1);
}
.bdf_a03 > section h5 b{
    display: flex;
    align-items: center;
    min-width: 120px;
    margin-right: 20px;
    font-size: var(--f16);
    font-weight: 400;
    color: #444444;
    letter-spacing: 0.05em;
}
.bdf_a03 > section h5 b::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color2);
    margin: 0 10px;
}
.bdf_a03 > section h5 b::after{
    content: '';
    display: block;
    width: 1px;
    min-height: 20px;
    background: #CCCCCC;
    margin: 0 0 0 auto;
}
.bdf_a03 > section h5 s{
    font-size: var(--f16);
    color: var(--color5);
    letter-spacing: 0.05em;
}
.bdf_a04{
    max-width: 1000px;
    margin: auto;
}
.bdf_a04 > h4{
    font-size: var(--f20);
    font-weight: 500;
    color: var(--color5);
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 auto 15px;
}
.bdf_a04 section table{
    width: 100%;
    border: unset;
}
.bdf_a04 section table tr th{
    background-color: var(--color2);
    padding: 15px 10px;
    font-size: var(--f18);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 120%;
    letter-spacing: 0.05em;
}
.bdf_a04 section table tr th:nth-of-type(1){
    text-align: center;
    width: 10%;
    min-width: 55px;
}
.bdf_a04 section table tr th:nth-of-type(2){
    width: 30%;
}
.bdf_a04 section table tr th:nth-of-type(3){
    width: 30%;
}
.bdf_a04 section table tr th:nth-of-type(4){
    text-align: center;
    width: 10%;
    min-width: 55px;
}
.bdf_a04 section table tr th:nth-of-type(5){
    text-align: center;
    width: 10%;
    min-width: 55px;
}
.bdf_a04 section table tr th:nth-of-type(6){
    text-align: center;
    width: 10%;
    min-width: 55px;
}
.bdf_a04 section table tr td{
    padding: 20px 10px;
    border: unset;
    border-bottom: 1px solid var(--color1);
    vertical-align: top;
}
.bdf_a04 section table tr td:nth-of-type(1),
.bdf_a04 section table tr td:nth-of-type(4),
.bdf_a04 section table tr td:nth-of-type(5),
.bdf_a04 section table tr td:nth-of-type(6){
    text-align: center;
    
}
.bdf_a04 section table tr td b{
    font-size: var(--f16);
    font-weight: 400;
    color: var(--color5);
    letter-spacing: 0.05em;
}
.bdf_a04 section table tr td h4{
    font-size: var(--f18);
    font-weight: 500;
    color: var(--color5);
    letter-spacing: 0.05em;
    margin: 0 0 10px 0;
}
.bdf_a04 section table tr td i{
    display: block;
    max-width: 110px;
    width: 100%;
    margin: 0 20px 0 0;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fdf7eb;
}
.bdf_a04 section table tr td i img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 110px;
    max-height: 110px;
}
.bdf_a04 section table tr td p{
    font-size: var(--f16);
    font-weight: 400;
    color: var(--color5);
    letter-spacing: 0.05em;
}
.bdf_a04 section table tr td p s{
    display: inline-block;
    font-size: var(--f15);
    color: var(--color5);
    letter-spacing: 0.05em;
}
.bdf_a04 > h6{
    max-width: fit-content;
    margin: 0 0 0 auto;
    padding: 20px 0 0;
    font-size: var(--f20);
    font-weight: 700;
    color: var(--color2);
    letter-spacing: 0.05em;
}
.bdf_a04 > h6 s{
    display: inline-block;
    font-size: var(--f20);
    font-weight: 700;
    color: var(--color2);
    letter-spacing: 0.05em;
}
.bdf_a04 > i{
    display: block;
    max-width: fit-content;
    margin: auto;
    max-width: 200px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.bdf_a04 > i::after{
    /* content: ''; */
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px solid #F7C5B4;
    border-radius: 5000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.bdf_a04 > i a{
    display: block;
    margin: 50px auto 0;
    background-color: #888888;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-size: var(--f18);
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}
.bdf_a04 > i a:hover{
    transform: scale(0.95);
}


@media (max-width: 1360px) {
.hs_box{
    --f35:32px;
    --f30:26px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --f16:16px;
}
/*----------bookcar end----------*/

/*----------bookdetail end----------*/
}
@media (max-width: 1024px) {
/*----------bookcar end----------*/

/*----------bookdetail end----------*/
}
@media (max-width: 968px) {
.hs_box{
    --f35:26px;
    --f30:24px;
    --f22:20px;
    --f20:18px;
    --f18:16px;
    --f16:15px;
    --f15:14px;
    --f14:13px;
}
/*----------bookcar end----------*/

/*----------bookdetail end----------*/
}
@media (max-width: 768px) {
.bdb_a01 ul{grid-template-columns: 1fr;}
.bdb_a01 ul li input[type="date"]{display: grid;align-items: center;}
/*----------bookcar end----------*/

.bdt_a02_a dl{align-items: flex-end;}
.bdt_a02_a dl dd{flex-direction: column;}
.bdt_a02_al{margin: 0 0 10px;}
.bdt_a03 ul{gap: 20px 5%;}
/*----------bookdetail end----------*/

/* .bdf_a04 section table tr:nth-of-type(1){display: none;}
.bdf_a04 section table tr td{display: flex;align-items: flex-start;justify-content: flex-start;width: 100%;}
.bdf_a04 section table tr td::before{content: attr(data-title);display: inline-block;min-width: 70px;margin: 0 10px 0 0;}
.bdf_a04 section table tr td:nth-of-type(1), .bdf_a04 section table tr td:nth-of-type(4), .bdf_a04 section table tr td:nth-of-type(5), .bdf_a04 section table tr td:nth-of-type(6){text-align: left;} */

.bdf_a01{margin-bottom: 50px;}
.bdf_a03{margin-bottom: 80px;}
}
@media (max-width: 600px) {
.bdf_a03{margin-bottom: 50px;}
}
@media (max-width: 568px) {
.hs_box{
    --f35:24px;
    --f30:22px;
    --f22:18px;
    --f20:17px;
    --f18:15px;
    --f16:14px;
    --f15:14px;
}
/*----------bookcar end----------*/

.bdt_a02_a dl{flex-direction: column;}
.bdt_a02_a dl dt{margin: 15px 20px 0 0;text-align: right;}
.bdt_a03 ul{grid-template-columns: 1fr;}
.bdb_qacon dl{flex-direction: column;}
.bdb_qacon dl dt{
    margin: 20px 0 0;max-width: unset;width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.bdb_qacon dl dt button{margin: 15px 0 0 0 ;width: 90%;max-width: unset;}
.bdb_qacon dl dd{justify-content: center;}
/*----------bookdetail end----------*/

.bdf_a03 > section h5 b{min-width: 100px;}
.bdf_a04 section table tr:nth-of-type(1){display: none;}
.bdf_a04 section table tr td{display: flex;align-items: flex-start;justify-content: flex-start;width: 100%;padding: 10px;}
.bdf_a04 section table tr td::before{
    content: attr(data-title);
    display: inline-block;
    min-width: 80px;
    margin: 0 10px 0 0;
    padding: 5px;
    background-color: var(--color2);
    text-align: center;
    color: #FFFFFF;
}
.bdf_a04 section table tr td:nth-of-type(1), .bdf_a04 section table tr td:nth-of-type(4), .bdf_a04 section table tr td:nth-of-type(5), .bdf_a04 section table tr td:nth-of-type(6){text-align: left;}
}
@media (max-width: 425px) {
/*----------bookcar end----------*/

/* .bdt_a02_a{flex-direction: column;align-items: center;} */
.bdt_a02_a > i{min-width: 70px;max-width: 70px;margin: 0 10px 0 0;}
.bdt_a02_al h6 s{display: block;}
.bdt_a02_a dl{align-items: flex-start;}
.bdt_a02_a dl dd{max-width: fit-content;}
.bdt_a02_a dl dt{margin: 15px 0 0;text-align: center;}
.bdt_a02_a dl dt input[type="number"]{width: 100%;max-width: unset;}
.bdt_a02_b dl{flex-direction: column;padding: 20px 5%;}
.bdt_a02_b dl dd{margin: 0 0 15px;}
.bdt_a02_b dl dd a{text-align: center;width: 150px;}
.bdt_a02_b dl dt{grid-template-columns: 1fr;width: 150px;}
.bdt_a02_b > h5{margin: auto;}
.bdt_a04 > i{margin: auto;}
/*----------bookdetail end----------*/
}
@media (max-width: 500px) {
/*----------bookcar end----------*/
.bdb_a01 ul li input[type="date"]::before{
    width: 15px;
    height: 15px;
    background-size: contain;
    right: 17.5px;
}
/*----------bookdetail end----------*/
}
