html{
    font-size: 14px;
}
@media screen and (max-width: 992px){
    .btn{
        font-size: 1.5rem;
        color: #534E4E;
    }
    .dropdown-item{
        font-size: 1.4rem;
        color: #534E4E;
    }
}
@media screen and (max-width: 767px){
  html{
    font-size: 10px;
  }
}
body {
    /* background-image: url('../img/bkg.svg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat; */
    position: relative;
    color: #797979;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1.625;
    overflow-x: hidden;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.sakura-falling{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FCF7F4;
    z-index: -1;
    overflow: hidden;
}
.sakura-falling::after{
    content: '';
    position: absolute;
    top: 10%;
    left: -30px;
    z-index: 5;
    width: 300px;
    height: 300px;
    background-image: url('../img/sakura07.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.sakura-falling::before{
    content: '';
    position: absolute;
    bottom: 10%;
    right: -30px;
    z-index: 5;
    width: 300px;
    height: 300px;
    background-image: url('../img/sakura02.png');
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 653px) {
    .sakura-falling::before{
        display: none;
    }
}
ul li{
    list-style: none;
}
img{
    width: 100%;
}
p{
    margin: 0 ;
}
a {
    text-decoration: none;
}
.header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: background 0.4s, all 0.3s linear;
    transition: background 0.4s, all 0.3s linear;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header_area .main_menu .main_box {
    background: #fff;
    margin: 0px auto 0;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(58, 65, 78, 0.1);
            box-shadow: 0px 10px 20px 0px rgba(58, 65, 78, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header_area .navbar {
    background: #fff;
    padding: 1rem;
    border: 0px;
    border-radius: 0px;
}
.header_area .nav a:hover{
    color: #D36256;
    text-decoration: none;
}
@media (min-width: 1024px) {
    .header_area .navbar {
        padding: 0;
        height: 80px;
    }

}
.navbar .dropdown{
    margin-left: auto;
}
.navbar .dropdown .mobile-lang{
    display: none;
}
@media (max-width: 991px) {
    .header_area .navbar .navbar-collapse .navbar-nav{
        margin-top: 30px;
    }
    .header_area .navbar .navbar-collapse .nav-item {
        padding: 10px;
    }
    .navbar .dropdown{
        margin-left: 10px;
    }
    .navbar .dropdown .mobile-lang{
        display: inline-block;
    }
}
.logo_h{
    width: 160px;
    margin-right: 30px;
}
.logo_h img{
    width: 100%;
}
@media screen and (max-width: 465px){

  .banner{
    margin-top: 54px;
  }
}
.sticky-header{
    position: fixed;
    top: 0;
    left: 0;
}
.nav-link-anchor{
    font-size: 1.2rem;
    color: #534E4E;
    margin-right: 1rem;
}
@media screen and (max-width: 780px){
    .nav-link-anchor{
        font-size: 1.4rem;
    }
  }
.anchor-link-active{
    color: #D36256;
    transition: color .2s ease-in-out;
}
.header_area .navbar .navbar-toggler .icon-bar {
    color: #000;
    height: 2px;
    width: 20px;
    content: "";
    background: #000;
    display: block;
    margin: 5px;
}
.slider{
    position: relative;
    z-index: 5;
    margin-top: 80px;
}
.ticket-buy-express{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50;
    width: 76px;
    height: 76px;
    background-color: #F4AFA8;
    border-radius: 80px;
    text-align: center;
    padding: 10px;
    box-shadow: 3px 13px 20px 0px #1F1F1F26;
    transition: all .5s;
}
.ticket-buy-express a{
    line-height: 26px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
.ticket-buy-express a:hover{
    text-decoration: none;
}
.ticket-buy-express:hover{
    box-shadow: none;
    transition: all .5s;
}
/* event-date-section start */
.event-date-section{
    /* background-color: #FCF7F4; */
    position: relative;
    z-index: 4;
}
.event-date-section .event-date{
    display: flex;
    padding: 5rem 0;
}
/* .event-date-section::after{
    content: '';
    position: absolute;
    z-index: 6;
    width: 300px;
    height: 320px;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-image: url("../img/sakura02.png");
    background-repeat: no-repeat;
} */
/* .event-date-section::before{
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-image: url("../img/sakura01.png");
    background-repeat: no-repeat;
} */
/* .event-date-section .container::before{
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    left: 60%;
    background-size: contain;
    background-image: url("../img/sakura01.png");
    transform: translateY(-50%);
    background-repeat: no-repeat;

} */
.event-date-section .event-image-box{
    width: 50%;
    position: relative;
    z-index: 5;
}
.event-date-section .event-image-box img{
    border-radius: 1rem;
}
.event-date-section .event-content{
    width: 50%;
    margin-left: -2.6rem;
    margin-bottom: -1.6rem;
    margin-top: auto;
    position: relative;
    z-index: 6;
}
.event-date-section .event-content .event-content-bkg{
    background-color: #fff;
    border-radius: 1rem;
    opacity: 0.9;
    padding: 2rem;
    box-shadow: 0px 2px 8px 0px #1F1F1F26;
}
.event-date-section .event-content .event-content-bkg::after{
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    bottom: 20px;
    left: -10px;
    transform: translate(-50%,50%);
    background-size: contain;
    background-image: url("../img/sakura03.png");
    background-repeat: no-repeat;
}
.event-date-section .event-content .event-content-bkg .event-title{
    font-size: 2.2rem;
    font-weight: bold;
    color: #D36256;
}
.event-date-section .event-content .event-content-bkg .event-txt{
    font-size: 1.8rem;
    color: #D36256;
}
@media (max-width: 1163px) {
    .event-date-section::after{
        width: 260px;
        height: 280px;
        top: 0;
    }
}
@media (max-width: 1008px) {
    .slider{
        margin-top: 53px;
    }
}
@media (max-width: 992px) {
    .event-date-section .event-content{
        width: 60%;
    }
}

@media (max-width: 769px) {
    .event-date-section .event-image-box{
        width: 80%;
    }
    .event-date-section .event-content{
        width: 80%;
        margin-left: -25rem;
        margin-bottom: -1.6rem;
    }
    .event-date-section::after{
        display: none;
    }
    /* .event-date-section .container::before{
        left: auto;
        right: 0;
        width: 200px;
        height: 200px;
    } */
}
@media (max-width: 576px){
    .navbar{
        padding: 0 1rem;
    }
}
@media (max-width: 445px){
    .event-date-section .event-content{
        width: 100%;
        margin: 0;
    }
    .event-date-section .event-image-box{
        display: none;
    }
    .event-date-section .event-date{
        padding: 5rem 0 1rem;
    }
    .event-date-section .event-content .event-content-bkg::after{
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        top: -60px;
        left: auto;
        right: 10px;
        transform: translate(0%,0%);
    }
}
/* event-date-section end */
/* traffic-guide-section start */
.traffic-guide-section{
    position: relative;
    padding:  2.5rem 0;
}
.traffic-guide-section .traffic-guide-title{
    color: #D36256;
    text-align: center;
    padding-bottom: 2.5rem;
}
.traffic-guide-section .traffic-guide-title h2{
    font-size: 2.2rem;
    padding: 0 1rem;
}
.traffic-guide-section .traffic-time,.traffic-guide-section .traffic-info{
    margin-bottom: 2rem;
}
.traffic-guide-section .traffic-time .container .traffic-time-box .traffic-time-title{
    color: #D36256;
    text-align: center;
    font-size: 2rem;
    padding: 2rem;
}
.traffic-guide-section .traffic-time .container .traffic-time-box{
    border: 5px solid #F4AFA8;
    border-radius: 1rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}
.traffic-guide-section .traffic-time-content .traffic-time-image img{
    padding: 0rem 1rem 0rem 2rem;
}

.traffic-guide-section .traffic-time-content .traffic-time-txt{
   vertical-align: baseline;
   text-align: start;
}
.traffic-guide-section .traffic-time-content .traffic-time-txt ul{
    padding: 0rem 2rem 0rem 1rem;
}
.traffic-guide-section .traffic-time-content .traffic-time-txt ul li{
    font-size: 1.6rem;
    color: #534E4E;
    margin: 15px 0px;
    list-style-image: url('../img/list-icon.svg');
    list-style-position: inside;

}
@media (max-width: 767px){
    .traffic-guide-section .traffic-time-content .traffic-time-image img{
        padding: 0rem 2rem 0rem 2rem;
    }
    .traffic-guide-section .traffic-time-content .traffic-time-txt ul{
        padding: 0rem 2rem 0rem 2rem;
    }
}
.traffic-guide-section .traffic-time-content .traffic-time-txt span{
    height: 2.2rem;
    display: inline-block;
    margin-right: 5px;
}
.traffic-guide-section .traffic-time-content .traffic-time-txt span img{
    height: 100%;
    vertical-align: sub;
}

.traffic-guide-section .traffic-info .container .traffic-info-box .traffic-info-title{
    color: #D36256;
    text-align: center;
    font-size: 2rem;
    padding: 2rem;
}
.traffic-guide-section .traffic-info .container .traffic-info-box{
    border: 5px solid #F4AFA8;
    border-radius: 1rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
    text-align: start;
}
.traffic-guide-section .traffic-info .container .traffic-info-box .info-content{
    overflow: hidden;
    background-color: #fcf7f4;
    border-radius: 1rem;
    margin: 1.4rem 1rem;
    padding: 1.6rem;
    position: relative;
}
.traffic-guide-section .traffic-info .container .traffic-info-box .traffic-info-content .info-content::before{
    content: '';
    position: absolute;
    z-index: 9;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    transform: translate(25%,20%);
    background-size: contain;
    background-image: url("../img/car.png");
    background-repeat: no-repeat;
}
.traffic-guide-section .traffic-info .container .traffic-info-box .traffic-info-content .info-content:nth-child(1)::before {
    background-image: url("../img/car.png");
}
.traffic-guide-section .traffic-info .container .traffic-info-box .traffic-info-content .info-content:nth-child(2)::before {
    background-image: url("../img/bus01.png");
}
.traffic-guide-section .traffic-info .container .traffic-info-box .traffic-info-content .info-content:nth-child(3)::before {
    background-image: url("../img/bus02.png");
}

.traffic-guide-section .traffic-info .container .traffic-info-box .info-content .info-title{
    font-size: 1.5rem;
    color: #D36256;
}
.traffic-guide-section .traffic-info .container .traffic-info-box .info-content .info-txt{
    font-size: 1.4rem;
    color: #534E4E;
}
.traffic-guide-section .traffic-info .container .traffic-info-box .info-title{
    padding-left: 75px;
    position: relative;
    z-index: 4;
    font-weight: 700;
}
.traffic-guide-section .traffic-info .container .traffic-info-box .info-txt{
    padding-left: 75px;
    position: relative;
    z-index: 4;
}
.traffic-guide-section .traffic-info .container .traffic-info-box .info-txt ul {
    padding-inline-start: 0px;
}
.traffic-guide-section .traffic-info .container .traffic-info-box .info-txt ul li{
    list-style-position: inside;
    list-style-type: circle;
}
.traffic-guide-section .traffic-info .container .traffic-info-box .info-title::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translate(-40%,-40%);
    border-radius: 100px;
    width: 100px;
    height: 100px;
    background-color: #F4AFA8;
    box-shadow: 0px 2px 8px 0px #1F1F1F26;
}
.traffic-bus-ticket-info{
    background-color: #f7e9e0;
    padding: 20px 10px 18px 15px;
    border-radius: 1rem;
    margin: 1px;
    margin-top: 46px;
    position: relative;
}
.traffic-bus-ticket-box{
    margin-bottom: 20px;
}
.traffic-bus-ticket-box .traffic-bus-ticket-info .ticket-type p{
    color: #ffffff;
}
.traffic-bus-ticket-box .traffic-bus-ticket-info:nth-child(1) .ticket-type{
    background-color: #D36256;
}
.traffic-bus-ticket-box .traffic-bus-ticket-info:nth-child(2) .ticket-type{
    background-color: #DD9652;
}
.traffic-bus-ticket-box .traffic-bus-ticket-info:nth-child(3) .ticket-type{
    background-color: #68AF3C;
}
.traffic-bus-ticket-box .traffic-bus-ticket-info:nth-child(1) .traffic-bus-ticket{
    color: #D36256;
}
.traffic-bus-ticket-box .traffic-bus-ticket-info:nth-child(2) .traffic-bus-ticket{
    color: #DD9652;
}
.traffic-bus-ticket-box .traffic-bus-ticket-info:nth-child(3) .traffic-bus-ticket{
    color: #68AF3C;
}
.traffic-bus-ticket-memo{
    color: #534E4E;
    padding:0;
    padding-right: 5px;
    
}
.traffic-bus-ticket-memo ol,.traffic-bus-ticket-memo p{
   background-color: #ffffff;
   text-align: start;
   color:#534E4E;
   font-size: 1.2rem;
}
.traffic-bus-ticket-memo ol{
    padding: 0px 0px 15px 15px;
    list-style-position: inside;
    border-radius: 0px 0px 5px 5px;
}
.traffic-bus-ticket-memo p{
    border-radius: 5px 5px 0px 0px;
    padding: 10px 15px 5px;
}
.traffic-bus-ticket-info .ticket-type{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-70%);
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px #1F1F1F26;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 0.5rem;
    min-width: 300px;
}
@media (max-width: 472px){
    .traffic-bus-ticket-info .ticket-type{
        min-width: 0px;
    }
}
.traffic-guide-section .traffic-bus .container .traffic-bus-box .traffic-bus-title{
    color: #D36256;
    text-align: center;
    font-size: 2rem;
    padding: 2rem;
}
.traffic-bus-ticket .traffic-bus-ticket-title,
.traffic-bus-ticket .traffic-bus-ticket-txt,
.traffic-bus-ticket .traffic-bus-ticket-price{
    padding: 0px 5px 5px 0px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: start;
}
.traffic-bus-ticket .traffic-bus-ticket-title p{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 8px;
} 
.traffic-bus-ticket .traffic-bus-ticket-txt p{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 8px;
}
.traffic-bus-ticket .traffic-bus-ticket-price p{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 8px;
}

@media (max-width: 992px){
    .traffic-bus-ticket .traffic-bus-ticket-title p,
    .traffic-bus-ticket .traffic-bus-ticket-txt p,
    .traffic-bus-ticket .traffic-bus-ticket-price p{
        height: 60px;
    }
}
@media (max-width: 501px){
    .traffic-bus-ticket .traffic-bus-ticket-title p,
    .traffic-bus-ticket .traffic-bus-ticket-txt p,
    .traffic-bus-ticket .traffic-bus-ticket-price p{
        height: 80px;
    }
}
@media (max-width: 420px){
    .traffic-bus-ticket .traffic-bus-ticket-price p{
        padding: 2px 1px;
    }
}
.traffic-guide-section{
    text-align: center;
}
.traffic-guide-section .traffic-notice{
    font-size: 1.4rem;
    text-align: center;
    margin: auto 15px;
    position: relative;
    display: inline-block;
    padding: 10px;
}

.traffic-guide-section .traffic-notice p{
    background-color: #FEE7E5;
    color: #D36256;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    font-weight: 700;
}
.traffic-guide-section .traffic-notice::before{
    content: '';
    width: 100%;
    height: 100%;
    border: 0.5px solid #D36256;
    display:inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.traffic-guide-section .traffic-bus .container .traffic-bus-box{
    border: 5px solid #F4AFA8;
    border-radius: 1rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}
.traffic-guide-section .traffic-bus .container .traffic-bus-box .traffic-bus-route,.traffic-guide-section .traffic-bus .container .traffic-bus-box .traffic-bus-time{
    padding: 15px;
}

.traffic-bus-memo{
    text-align: start;
}
.traffic-guide-section .traffic-bus .traffic-bus-memo p{
    font-weight: 700;
    background-color: #FEE7E5;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 0px 5px 5px 5px;
    position: relative;
    box-shadow: 0px 2px 8px 0px #1F1F1F26;
    color:#D36256;
    margin-left: 10px;
    margin-bottom: 10px;
}
.traffic-guide-section .traffic-bus .traffic-bus-memo p::before{
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #FEE7E5;
    border-left: 10px solid transparent;
    display:inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -10px;
   
}
.traffic-guide-section .traffic-bus .traffic-bus-memo::before{
    content: '';
    background-image: url('../img/shuttle-bus.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.traffic-guide-section .traffic-bus .traffic-bus-memo{
    margin:  0px 30px ;
    font-size: 1.3rem;
    color:#534E4E;
}
.traffic-guide-section .traffic-bus .traffic-bus-memo ol {
    color:#534E4E;
    padding-inline-start: 0;
    list-style-position: inside;
}
/* traffic-guide-section end */
/* cherry-ticket-section start */
.cherry-ticket-section,.buy-ticket-section{
    background-color: #F6C9C3;
    position: relative;
    padding: 2rem 0rem;
    z-index: 6;
}
.buy-ticket-section .cherry-ticket-buy .ticket-product{
    padding: 25px;
}
.buy-ticket-section .cherry-ticket-buy .ticket-product-box{
    justify-content: center;
}
.buy-ticket-section .cherry-ticket-buy .ticket-cannel{
    margin: 0px 8px;
    background-color: #ffffff;
    border-radius: 1rem;
}
.buy-ticket-section .cherry-ticket-buy .ticket-product .channel-title{
    text-align: center;
}
.buy-ticket-section .cherry-ticket-buy .ticket-product .channel-title p{
    font-size: 1.8rem;
}
.buy-ticket-section .cherry-ticket-buy .ticket-product .channel{
    padding: 10px;

}
.buy-ticket-section .cherry-ticket-buy .ticket-product .channel .ibon-text{
    text-align: center;
    display: block;
    font-size: 1rem;
}
.buy-ticket-section .cherry-ticket-buy .ticket-product .ticket-other-channel{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 3rem 0rem 1rem 0rem;
}
@media (max-width: 500px){

    .buy-ticket-section .cherry-ticket-buy .ticket-cannel{
        margin: 0px 10px;
        background-color: #ffffff;
        border-radius: 1rem;
        padding: 10px;
    }
}
.buy-ticket-section .cherry-ticket-buy .ticket-product .product-content{
    background-color: #ffffff;
    border-radius: 0 0 1rem 1rem;
    padding: 15px;
    flex-direction: column;
    display: flex;
    min-height: 220px;
}
@media (max-width: 767px){

    .buy-ticket-section .cherry-ticket-buy .ticket-product .product-content{
        min-height: 160px;
    }
}
.buy-ticket-section .cherry-ticket-buy .ticket-product .product-content .product-title{
    flex-grow: 1;
    text-align: start;
}
.buy-ticket-section .cherry-ticket-buy .ticket-product .product-content .spot-button{
    border-radius: 30px;
    border: 2px solid #D36256;
    background-color: #ffffff;
    color:#D36256;
    padding: 6px 20px;
    font-size: 1.3rem;
    display: block;
    margin-left: auto;
    font-weight: 700;
    box-shadow: 0px 2px 8px 0px #1F1F1F26;
    cursor: pointer;
}
.buy-ticket-section .cherry-ticket-buy .ticket-product .product-content a:hover{
    text-decoration: none;
}
.buy-ticket-section .cherry-ticket-buy .ticket-product .product-content .spot-button:hover{
    box-shadow: none;
}
.buy-ticket-section .cherry-ticket-buy .ticket-cannel .spot-button{
    border-radius: 30px;
    border: 2px solid #D36256;
    background-color: #ffffff;
    color:#D36256;
    padding: 6px 20px;
    font-size: 1.3rem;
    display: block;
    margin: auto;
    font-weight: 700;
    box-shadow: 0px 2px 8px 0px #1F1F1F26;
    cursor: pointer;
}
.buy-ticket-section .cherry-ticket-buy .ticket-cannel .product-btn a:hover{
    text-decoration: none;
}
.buy-ticket-section .cherry-ticket-buy .ticket-cannel .spot-button:hover{
    box-shadow: none;
}
.buy-ticket-section .cherry-ticket-buy .ticket-product p{
    font-size: 1.4rem;
    font-weight: 600;
}
.buy-ticket-section .cherry-ticket-buy .ticket-product .product-photo img{
    border-radius:1rem 1rem 0 0 ;
}
.buy-ticket-section .container{
    text-align: center;
}
.buy-ticket-section .buy-ticket-sutitle{
    font-size: 1.4rem;
    text-align: center;
    margin: auto 15px;
    position: relative;
    display: inline-block;
    padding: 10px;
}

.buy-ticket-section .buy-ticket-sutitle p{
    background-color: #ffffff;
    color: #D36256;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    font-weight: 700;
}
.buy-ticket-section .buy-ticket-sutitle::before{
    content: '';
    width: 100%;
    height: 100%;
    border: 0.5px solid #ffffff;
    display:inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.cherry-ticket-section .ticket-type{
    margin-bottom: 2rem;
}
.cherry-ticket-section h2,.buy-ticket-section h2{
    color: #ffffff;
    font-size: 2.2rem;
    text-align: center;
    padding: 1rem;
}
.cherry-ticket-section .cherry-ticket-title{
    color: #ffffff;
    font-size: 2.2rem;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.8rem;
    border-radius:   1rem 1rem 0 0;
}
.cherry-ticket-section .cherry-ticket-content .ticket-type:nth-child(1) .cherry-ticket-title{
    background-color: #D36256;
}
.cherry-ticket-section .cherry-ticket-content .ticket-type:nth-child(2) .cherry-ticket-title{
    background-color: #78AAE5;
}
.cherry-ticket-section .cherry-ticket-content .ticket-type:nth-child(3) .cherry-ticket-title{
    background-color: #E99242;
}
.cherry-ticket-section .cherry-ticket-content .ticket-type:nth-child(4) .cherry-ticket-title{
    background-color: #B2B526;
}
.cherry-ticket-section .cherry-ticket-content .ticket-type:nth-child(5) .cherry-ticket-title{
    background-color: #68AF3C;
}
.cherry-ticket-section .cherry-ticket-title h3{
    margin: 0;
    display: inline-block;
    flex-grow: 1;
    text-align: start;
    font-size: 1.4rem;
}
.cherry-ticket-section .cherry-ticket-title span{
    font-size: 1.8rem;
}
.cherry-ticket-section .cherry-ticket-txt{
    min-height: 80px;
    color: #534E4E;
    font-size: 1.2rem;
    text-align: start;
    background-color: #ffffff;
    padding: 0.8rem;
    border-radius:  0 0 1rem 1rem;
}
.cherry-ticket-section .cherry-ticket-txt ul{
    padding-inline-start:  10px;
}
.cherry-ticket-section .cherry-ticket-txt ul li{
    list-style-position: inside;
    list-style: circle;
}
.cherry-ticket-section .cherry-ticket-txt span{
    display: inline-block;
    font-weight: 700;
}
.cherry-spot-area{
    padding: 2rem 0;
}
.cherry-spot-area h2{
    color: #D36256;
    font-size: 2.2rem;
    text-align: center;
    padding: 1rem;
}
/* cherry-ticket-section end */
/* cherry-spot-section start */
.cherry-spot-area .cherry-spot-card {
    justify-content: center;
}
.cherry-spot-area .cherry-spot-card .spot-card{
    box-shadow: 0px 2px 8px 0px #1F1F1F26;
    background-color: #ffffff;
    border-radius: 1rem;
}
.cherry-spot-area .cherry-spot-card .card-image{
    height: 180px;
    overflow: hidden;
}
.cherry-spot-area .cherry-spot-card  .cherry-spot-content-padding{
    padding: 1rem 0.5rem;
}
.cherry-spot-area .cherry-spot-card .spot-card .card-image img{
    border-radius: 1rem 1rem 0 0;

}
.cherry-spot-area .cherry-spot-card .spot-card .card-content{
    position: relative;
}
.cherry-spot-area .cherry-spot-card .spot-card .card-content .title{
    position: absolute;
    top: 0;
    left: -8px;
    transform: translateY(-50%);
    background-color: #FEE7E5;
    box-shadow: 0px 2px 8px 0px #1F1F1F26;
    color: #D36256;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    border-radius: 0.6rem;
}
.cherry-spot-area .cherry-spot-card .spot-card .card-content .txt{
    color:#534E4E;
    padding: 3rem 1rem 1rem 1rem;
}
.cherry-spot-area .cherry-spot-card .spot-card .card-content .txt ul{
    font-size: 1.3rem;
    padding-inline-start:0rem;
}
.cherry-spot-area .cherry-spot-card .spot-card .card-content .txt ul li{
    font-size: 1.3rem;
}
.cherry-spot-area .cherry-spot-app-memo p{
    font-weight: 700;
    background-color: #FEE7E5;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 0px 5px 5px 5px;
    position: relative;
    box-shadow: 0px 2px 8px 0px #1F1F1F26;
    color:#D36256;
    margin-left: 10px;
    margin-bottom: 10px;
}
.cherry-spot-area .cherry-spot-app-memo p::before{
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #FEE7E5;
    border-left: 10px solid transparent;
    display:inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -10px;
   
}
@media (max-width: 402px){
    .cherry-spot-area .cherry-spot-app-memo::before{
        margin-bottom: 20px;
    }
    .cherry-spot-area .cherry-spot-app-memo p{
        margin: 0;
    }
    .cherry-spot-area .cherry-spot-app-memo p::before{
        content: '';
        width: 0;
        height: 0;
        border: 10px solid ;
        border-color: transparent  transparent #FEE7E5 transparent ;
        display:inline-block;
        position: absolute;
        left: 50%;
        top: 0;
        margin: 0;
        transform: translate(-50%,-100%);
    }
}
.cherry-spot-area .cherry-spot-app-memo::before{
    content: '';
    background-image: url('../img/sakura06.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.cherry-spot-area .cherry-spot-app-memo{
    text-align: center;
    margin:  30px 0px 20px ;
    font-size: 1.3rem;
    color:#534E4E;
}
/* cherry-spot-section end */
/* blogger-section start */
.blogger-section h2{
    color: #ffffff;
    font-size: 2.2rem;
    text-align: center;
    padding: 1rem;
}
.blogger-section{
    background-color: #F4AFA8;
    padding: 2rem 0;
}
.post-wrap {
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 1rem;
    box-sizing: border-box;
	transform: scale(0.86);
    box-shadow: 0px 2px 8px 0px #1F1F1F26;
}
.post-wrap .post-img{
    
    height: 240px;
    overflow: hidden;
}
.post-wrap img {
    display: block;
    width: 100%;
    border-radius: 1rem 1rem 0 0 ;
}
.post-wrap .post-content {
    padding: 10px 15px;
}
.post-wrap a{
	display: block;
	transition: .3s;
}
.post-wrap a:hover{
	box-shadow: 3px 3px 10px rgba(0,0,0,.1);
}
.post-wrap h4 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	color: #534E4E;
}
.post-wrap small {
    color: #00759B;
    font-size: 1rem;
}
.post-wrap p {
    font-size: 1.3rem;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: #534E4E;
}
.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
	height: 100%;
	top: 20px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #e9e9e9 ; 
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 32px ; 
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -5px ; 
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -5px ; 
}
@media (min-width: 768px){
	.post-wrap {
		transition: .2s;
		transform: scale(0.86) translateX(10px);
	}
	.swiper-slide-active .post-wrap {
		transform: scale(0.86) translateX(10px);
	}
	.swiper-slide-next .post-wrap {
		transform: scale(0.86) translateX(-10px);
	}
}
@media (min-width: 992px){
	.post-wrap {
		transform: scale(0.86) translateX(-10px);
	}
	.swiper-slide-active .post-wrap {
		transform: scale(0.86) translateX(10px);
	}
	.swiper-slide-next .post-wrap {
		transform: scale(0.95) translateX(0);
	}
}
.question-area{
    padding: 2rem 0;
}
.question-area h2{
    color: #D36256;
    font-size: 2.2rem;
    text-align: center;
    padding: 1rem;
}
.section-box-QA{
	border-top: 1px solid #f5f7f7;
}
/* START-footer */
.footer{
	background-color: #FEE7E5;
	padding: 20px;
	padding-bottom: 76px;
}
.footer-left span{
	display: block;
	font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
}
.footer-left img{
	display: block;
    max-width: 200px;
    margin-bottom: 30px;
}
.footer-right{
	text-align-last: left;
}
.footer-right span{
	display: block;
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
}
.footer-right p{
	margin: 0;
}
@media (min-width: 576px){
	.footer{
		overflow: hidden;
	}
	.footer-left,.footer-right{
		float: left;
		width: 50%;
	}
	.footer-right h5{
		margin: 10px 0;
	}
}
@media (min-width: 768px){
	.footer{
		padding-bottom: 0;
	}
	.footer-left>div{
		display: block;
	}
	.footer-left img{
		max-width: 160px;
	}
}
@media (min-width: 992px){
	.footer-left>div{
		display: inline-block;
	}
	.footer-left .footer-fontrip{
		margin-left: 50px;
	}
}
@media (min-width: 1200px){
	.footer{
		padding-bottom: 30px;
	}
}
/* CLOSE-footer */

