@charset "utf-8";

.i4ewOd-pzNkMb-haAclf{
    display: none!important;
}
/* iframe{
    filter: grayscale(1);
  } */
/* MV */
.mv{
    height: 100svh;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    background: #191c13;
    /* background: url(../img/top/mv01.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(100vw - 260px);
    background-position: center;
    min-height: 390px;
}
.mv::after{
    background: url(../img/top_/mv01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition-duration: 6.0s;
	transition-duration: 6.0s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.mv.is-show::after {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.00);
    -ms-transform: scale(1.00);
    transform: scale(1.00);
    -webkit-transition-duration: 6.0s;
	transition-duration: 6.0s;
}
.green_fade {
    background: linear-gradient(rgba(55,90,66,0),rgba(25,28,19,0.8));
    max-width: 590px;
    width: 100%;
    height: 80vh;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.green_fade_pos_re{
    position: relative;
}
.mv_catch{
    position: absolute;
    color: #fff;
    z-index: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.8;
    top: REVERT;
    right: -11vw;
}
.mv_catch p{
    text-shadow: 4px 4px 16px #50370f;
    font-size: 42px;
    white-space: nowrap;
    /* font-size: 2.2vw; */
}
.mv_ttl{
    position: absolute;
    width: 7vh;
    max-width: 80px;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /* min-width: 40px; */
}
.line-vertical__bot0 {
    bottom: 0
}

.line-vertical__eff {
    background-color: #bcbcbc;
    overflow: hidden;
    height: 6rem
}

.line-vertical__eff:after {
    content: "";
    background-color: #fff;
    width: .1rem;
    height: 110%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-animation: lineScroll 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
    animation: lineScroll 2s infinite cubic-bezier(0.77, 0, 0.18, 1)
}
.line-vertical__eff_g {
    height: 14rem;
    top: -7rem
}
.line-vertical {width: .1rem;height: 12vh;background-color: #bababa;position: absolute;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);z-index: 1;}
@-webkit-keyframes lineScroll {
0% {
    height: 0
}
45% {
    height: 100%
}
55% {
    height: 100%;
    top: 0
}
100% {
    height: 0;
    top: 100%
}
}

@keyframes lineScroll {
0% {
    height: 0
}
45% {
    height: 100%
}
55% {
    height: 100%;
    top: 0
}
100% {
    height: 0;
    top: 100%
}
}

/* common */
.contents_wrapper{
    background: url(../img/common/contents_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
/* .common_mid_inner{
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
} */
.sec_ttl{
    position: relative;
    line-height: 1;
}
.sec_content{
    margin-bottom: 100px;
}
.bg_deco{
    position: absolute;
    z-index: -5;
}
.moon{max-width: 530px;left: -5%;width: 26vw;top: -5%;}
.sky, .ground{
    max-width: 1134px;
    width: 54vw;
}
.grass{bottom: -5vw;right: 0;max-width: 400px;width: 20vw;}
.sky{
    top: 0;
    right: 0;
}
.ground{
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}



/* news */
.news_list{
    display: flex;
    justify-content: center;
    column-gap: 10px;
    max-width: 920px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}

.news_list li{
    max-width: 280px;
    width: 31%;
}

.news_text{
    margin-top: 20px;
}
.news_date{
    font-size: 14px;
    font-weight: 700;
}
.news_dtl{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
}

.news_box{
    position: relative;
    margin: 0 auto;
}
#news_area .sec_ttl{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.news_ttl{
    position: relative;
    font-size: 20px;
    padding: 30px 0;
    font-weight: 600;
}
.news_ttl::before{
    content: "";
    position: absolute;
    background: url(../img/common/midashi.svg);
    width: 33px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.news_ttl::after{
    content: "";
    position: absolute;
    background: url(../img/common/midashi.svg);
    width: 33px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    bottom: 0;
}
.news_ttl_box{
    position: absolute;
    left: -40px;
    top: 0;
    display: flex;
}
.news_link{
    color: rgb(55, 52, 255);
    text-decoration: underline;
    font-size: 13px;
    display: inline-block;
}
.news_text a{
    color: rgb(55, 52, 255);
    text-decoration: underline;
    font-size: 13px;
    display: inline-block;
}
.newsbtn{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
}

/* greeting */
#greeting, #menu{
    position: relative;
}
.content100_flex{
    display: flex;
    align-items: center;
}
.content100_flex > div{
    width: 50%;
}
.img_col3{
    display: flex;
    justify-content: space-between;
}
.img_col3 > div{
    width: 31%;
    background: #000;
    height: 29vw;
    max-height: 550px;
    min-height: 240px;
}
.img_col3 > div.col3_1{
    background: url(../img/top_/greeting01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.img_col3 > div.col3_2{
    background: url(../img/top_/greeting02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.img_col3 > div.col3_3{
    background: url(../img/top_/greeting03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content100_ttl{
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}
.content100_ttl::after{
    content: "";
    background: url(../img/common/midashi02.svg);
    width: 230px;
    height: 43px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 10px;
    opacity: 0.4;
}
#greeting .content100_r{
    padding-left: 3%;
    position: relative;
    padding-right: 20px;
}
.content100_lead{
    font-size: 16px;
    line-height: 2.8;
    text-align: justify;
}
.cloud{
    position: absolute;
    max-width: 1010px;
    width: 48vw;
    z-index: -3;
    top: 50%;
    transform: translateY(-50%);
}
#greeting .cloud{
    right: -2vw;
}



/* menu */
#menu .content100_l{
    max-width: 600px;
    position: relative;
}
#menu .content100_flex{
    justify-content: right;
    padding-left: 20px;
}
#menu .cloud{
    left: -2vw;
}

/* info */
.bussiness_hour{
    margin: 0 auto 40px auto;
}
.bussiness_hour_info{
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
}

/* map */
.hori_ttl{
    max-width: 280px;
    height: auto;
    margin: 0 auto;
}
#map .sec_ttl, #sns .sec_ttl{
    margin-bottom: 40px;
}
#map .sec_ttl::after, #sns .sec_ttl::after{
    content: "";
    display: block;
    width: 74px;
    height: 2px;
    margin-top: 20px;
    background: #21251a;
    margin: 20px auto 0;
}
.map_info{
    font-size: 20px;
    text-align: center;
}
.map_info span{
    position: relative;
    padding: 0 5px;
    z-index: 1;
    display: inline-block;
    margin: 5px 0;
}
.map_info span::before{
    position: absolute;
    content: "";
    width: 100%;
    bottom: -2px;
    background: #bd9c6c;
    height: 10px;
    opacity: 0.2;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
.map_tel{
    font-size: 25px;
    margin-top: 30px;
}
.map_tel span{
    padding: 0 5px 0 40px;
}
.map_tel span::after{
    content: "";
    background: url(../img/common/tel02.svg);
    vertical-align: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 27px;
    height: 22px;
    left: 0;
    bottom: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.map_box{
    margin-top: 40px;
    width: 100%;
    height: 450px;
}
.map_box iframe{
    width: 100%;
    height: 100%;
}
/*calender*/
.calender_box{
    width:800px;
    margin: 40px auto 0;
}
.calender_box iframe{
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;

}

/* sns */
#sns .sec_ttl{
    font-size: 40px;
    text-align: center;
}
.sns_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* margin-bottom: 30px; */
}
.sns_flex div {
	width: 32%;
	height: 480px;
	overflow-y: scroll;
}
.sns_flex div.sns_twi {
	border: 1px solid #e9e9e9;
}
.sns_insta{
    overflow: hidden !important;
    background: #fff;
}

.insta-list iframe{
    height: 480px;
    width: 100%;
}
.on1540{
    display: none;
}



/* btn */
/* octagon */
.myicon3 {
    display: inline-block;
    width: 190px;
    height: 40px;
    background: transparent url(../img/top_/octagon_bf.svg) no-repeat top center / contain;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
}
.myicon3:hover {
    background: transparent url(../img/top_/octagon_af.svg) no-repeat top center / contain;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.con_btn{
    margin-top: 40px;
    display: inline-block;
    position: relative;
    z-index: 5;
    height: 40px;
    width: 190px;
}
.con_btn_p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    color: #21251a;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    white-space: nowrap;
}

.con_btn:hover .con_btn_p {
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* .square{
    content: "";
    width: 10px;
    height: 10px;
    background: #21251a;
    display: inline-block;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 47%;
    right: 20px;
    pointer-events: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
} */

.con_btn:hover .square{
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.recruit_link{
    margin: 40px auto 0;
    /* border: solid 1px #21251a; */
    max-width: 380px;
    text-align: center;
    height: 80px;
    width: 100%;
}
.recruit_link_a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: solid 1px #21251a;
    color: #21251a;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.recruit_link_a:hover{
    background: #21251a;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /* opacity: 1; */
}

.recruit_link_a:hover .square{
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #fff;
}
.rec_ttl{
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.rec_text{
    font-size: 18px;
    margin-top: 10px;
    line-height: 1;
}
.news_img{
    /* max-width: 280px; */
    /* max-height: 168px; */
    aspect-ratio: 5 / 3;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #999;
    overflow: hidden;
}
.news_img img{
    /* object-fit: cover; */
    /* aspect-ratio: 5 / 3; */
    height: 100%;
    width: auto;
}

@media (max-width: 1540px) {
    .on1540{
        display: block;
    }
    .content100_lead {
        letter-spacing: 0.05em;
        line-height: 2.5;
    }
    .news_ttl_box {
        left: 0px;
    }
    .news_list {
        padding-left: 30px;
    }
}

@media (max-width: 1260px) {
    /* common */
    .mv{
        width: 100%;
        height: calc(100svh - 80px);
        padding: 0;
        min-height: 390px;
    }
    .mv_ttl {
        width: 9vh;
        max-width: 60px;
    }
    .green_fade{
        width: 70%;
    }
    .mv_catch p {
        text-shadow: 4px 4px 16px #50370f;
        font-size: 36px;
        white-space: nowrap;
        font-size: min(7vh,36px);
    }
    .mv_catch {
        right: -20px;
    }
    .content100_flex {
        align-items: flex-start;
    }
}

@media (max-width: 1200px) {
    .mv::after{
        background: url(../img/top_/mv01_sp.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 1000px) {
    /* news */
    .news_list {
        padding-left: 60px;
    }

    /* greeting menu */
    .content100_lead br{
        display: none;
    }
        /*calender*/
        .calender_box{
            width:80%;
        } 
}
@media (max-width: 768px){
    /* common */
    .contents_wrapper{
        padding: 80px 0;
    }
    .sec_content{
        margin-bottom: 80px;
    }

    /* news */
    .news_list {
        flex-wrap: wrap;
        padding: 0;
    }
    .news_list li {
        max-width: unset;
        width: 100%;
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        padding-bottom: 15px;
        justify-content: center;
        border-bottom: solid 1px #d2d2d2;
    }
    .news_img{
        max-width: 200px;
        width: 32%;
        min-width: 130px;
    }
    .news_text{
        margin-top: 0;
        width: 65%;
        margin-left: 20px;
    }
    .news_ttl_box {
        left: 0px;
        position: relative;
        justify-content: center;
    }
    .news_ttl{
        -ms-writing-mode: unset;
        writing-mode: unset;
        display: inline-block;
        padding: 0 30px;
        font-size: 28px;
        margin-bottom: 0;
    }
    #news_area .sec_ttl{
        -ms-writing-mode: unset;
        writing-mode: unset;
    }
    .news_ttl::after {
        content: none;
    }
    .news_ttl::before {
        content: none;
    }
    .news_list li:last-child{
        margin-bottom: 0;
        border-bottom: none;
    }
    .news_box {
        position: relative;
        margin: 0 auto;
        max-width: 600px;
    }
    #news_area .sec_ttl{
        margin-bottom: 40px;
        text-align: center;
    }
    #news_area .sec_ttl::after{
        content: "";
        display: block;
        width: 74px;
        height: 2px;
        margin-top: 20px;
        background: #21251a;
        margin: 20px auto 0;
    }

    .newsbtn{
        width: initial;
        margin: initial;
        text-align: initial;
    }
    .news_dtl {
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    /* greeting menu */
    .content100_flex{
        flex-wrap: wrap;
        justify-content: center!important;
        max-width: 640px!important;
        margin: 0 auto;
        padding: 0 20px!important;
    }
    .content100_flex > div{
        width: 100%;
    }
    .content100_text{
        order: 2;
    }
    .content100_img{
        order: 1;
        margin-bottom: 30px;
    }
    #menu .content100_flex{
        padding: unset;
    }
    #greeting .content100_r{
        padding: unset;
    }
    .content100_lead br{
        display:block;
    }
    .content100_lead {
        letter-spacing: 0.05em;
        line-height: 2;
    }
    .content100_ttl {
        font-size: 28px;
        padding-bottom: 16px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .content100_ttl::after {
        width: 194px;
        height: 36px;
        left: 20px;
    }
    .img_col3 > div {
        width: 32%;
    }
    /* info */
    .bussiness_hour{
        margin: 0 auto 30px auto;
    }
    .bussiness_hour_info{
        font-size: 20px;
        line-height: 1.8;
        text-align: center;
    }
    

    /* map */
    .map_info {
        font-size: 18px;
        text-align: center;
    }
    .map_tel {
        font-size: 22px;
        margin-top: 20px;
    }
    #map .sec_ttl, #sns .sec_ttl {
        margin-bottom: 30px;
    }
    .map_tel span::after {
        width: 23px;
        height: 18px;
    }
    .map_tel span {
        padding: 0 5px 0 30px;
    }
    /*calender*/
    .calender_box{
        width:80%;
        height: 100%;
        aspect-ratio: initial;
    } 
    .hori_ttl {
        max-width: 240px;
        height: auto;
        margin: 0 auto;
    }
    .cloud {
        top: unset;
        transform: unset;
        bottom: 0vw;
        width: 90vw;
    }
    .sky, .ground {
        width: 90vw;
    }
    .moon {
        width: 48vw;
        left: -10vw;
        top: -16vw;
    }
    .grass {
        width: 42vw;
    }

    .con_btn {
        left: 50%;
        transform: translateX(-50%);
    }
    .con_btn_p {
        font-size: 14px;
    }
    .rec_ttl {
        font-size: 18px;
    }
    .rec_text {
        font-size: 16px;
    }
}

@media (max-width: 650px) {
    .mv_ttl {
        max-width: 45px;
    }
}
@media (max-width: 600px) {
    .news_list li{
        flex-wrap: wrap;
    }
    .news_img {
        width: 80%;
        min-width: 120px;
        margin: 0 auto 10px;
        max-width: unset;
    }
    .news_text{
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 550px) {
    .content100_lead br{
        display: none;
    }
    .news_ttl {
        font-size: 24px;
    }
    .content100_ttl {
        font-size: 24px;
    }
    .map_tel {
        margin-top: 15px;
    }
    .news_dtl{
        font-size: 14px;
    }
    .news_link {
        font-size: 12px;
    }
    .news_text a{
        font-size: 12px;
    }
    .map_info {
        font-size: 16px;
        text-align: center;
    }
    .map_tel {
        font-size: 18px;
        margin-top: 20px;
    }
    .rec_ttl {
        font-size: 16px;
    }
    .rec_text {
        font-size: 14px;
    }
    .recruit_link {
        max-width: 300px;
        height: 70px;
    }
        /*calender*/
    .calender_box{
        width:100%;
        min-height: 500px;
        aspect-ratio: 1 / 1;
    } 
    .calender_box iframe{
        width: calc(100vw - 40px);
        margin: 0 20px;
        height: 100%;
    }
    
}
@media (max-width: 450px) {
.mv_catch p {
    font-size: 22px;
    font-size: min(3.5vh,22px);
}
.mv_catch {
    top: 20vw;
}
.content100_lead{
    font-size: 14px;
}
}

.blur {
	opacity: 0;
	filter: blur(20px);
	-ms-filter: blur(20px);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.blur.is-show {
	opacity: 1;
	filter: blur(0);
	-ms-filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.fade {
	opacity: 0;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s;
    transform: translateY(20px);
}
.fade.is-show {
	opacity: 1;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s;
    transform: translateY(0);
}
.d01{
    transition-delay: 0.2s;
}
.d02{
    transition-delay: 0.4s;
}









/* calendar */
.open .calendar_tab{
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
}
.calendar_tab{
    opacity: 1;
    position: absolute;
    width: 40px;
    height: 80%;
    writing-mode: vertical-lr;
    background-image: linear-gradient(to bottom, #ffaa00, #ff9600);
    color: #fff;
    text-align: center;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 0 20px;
    transition: 0.5s;
    cursor: pointer;
}
.calendar_box.open{
    right: 1%;
}
.calendar_box{
    max-width: 320px;
    right: -320px;
    /* margin: 100px auto; */
    position: fixed;
    z-index: 100;
    bottom: 100px;
    width: 100%;
    /* background: #fff; */
    padding: 0px;
    box-sizing: border-box;
    transition: 0.5s;
}
.calendar_overlay{
    position: relative;
}
.calendar_overlay a{
    position: absolute;
    width: 100%;
    height: 100%;
}
#booking-package{
    background: unset!important;
    padding: 10px;
    border: solid 1px #ddd;
    background: #fff!important;
}
#booking-package_calendarPage{
    background: none!important;
}
#booking-package_calendarPage .week_slot{
    background: #fff;
}
#booking-package_calendarPage .day_slot{
    background: #fff;
    font-size: 14px;
}
#booking-package_calendarPage .day_slot.mon{
    position: relative;
}
#booking-package_calendarPage .day_slot.mon::after{
    content: "休";
    padding: 0.2em 0 0;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}
#booking-package_calendarPage .pastDay:after{
    content: "ー";
    padding: 0.2em 0 0;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
}
#booking-package_schedulePage .closed {
    color: unset!important;
    background: #eee!important;
}
#booking-package .selectable_time_slot{
    position: relative;
}
#booking-package_calendarPage .symbolPanel{
     -webkit-text-stroke: 1px;
}
#booking-package_calendarPage .closingDay .symbolPanel{
     -webkit-text-stroke: unset!important;
}
#booking-package_calendarPage .arrowRight{
    margin: 0!important;
}
#booking-package_calendarPage .arrowFont.material-icons{
    font-size: 1.5em!important;
}
#booking-package_calendarPage .arrowRight span, #booking-package_calendarPage .arrowLeft span{
    display: none;
}
#booking-package_calendarPage .pastDay {
    color: #ccc;
    background: unset!important;
    pointer-events: none;
}
.calendarData{
    font-size: 16px!important;
}
#booking-package_calendarPage .week_slot {
    font-size: 12px;
}
#booking-package_calendarPage .week_slot.sun{
    color: #e64c30;
}
#booking-package_calendarPage .week_slot.sat{
    color: #3d90dd;
}


#booking-package_calendarPage .symbolPanel, #booking-package_calendarPage .numberInsteadOfSymbols {
    padding: 0.2em 0 0!important;
    /* color: #ff9600!important; */
}
#booking-package_calendarPage .arrowLeft{
    margin: 0!important;
}
#booking-package_calendarPage .calendarHeader {
    padding: 0 0 0.3em!important;
    align-items: center;
}
#booking-package_calendarPage .calendar{
    margin-bottom: 0!important;
}
#booking-package_calendarPage .sun .dateField{
    color: #e64c30!important;
}
#booking-package_calendarPage .sun.pastDay .dateField{
    color: #ccc!important;
}
#booking-package_calendarPage .sat .dateField{
    color: #3d90dd!important;
}
#booking-package_calendarPage .sat.pastDay .dateField{
    color: #ccc!important;
}

.calendar_ttl{
    background-image: linear-gradient(to bottom, #ffaa00, #ff9600);
    color: #fff;
    text-align: center;
    padding: 0.8em;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    border-radius: 20px 20px 0 0;
}
.calendar_ttl .calendar_close{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.calendar_ttl .calendar_close span {
    position: absolute;
    left: 0;
    content: url(/img/common/hamburgerline.svg);
    display: inline-block;
    vertical-align: top;
}
.calendar_ttl .calendar_close span {
    position: absolute;
    left: 0;
    content: url(/img/common/hamburgerline.svg);
    display: inline-block;
    vertical-align: top;
}
.calendar_ttl .calendar_close span:nth-child(1) {
    -webkit-transform: translateX(0px) translateY(10px) rotate(-45deg);
    transform: translateX(0px) translateY(10px) rotate(-45deg);
    border-radius: 0;
    top: 0;
}
.calendar_ttl .calendar_close span:nth-child(2) {
    top: 17px;
    -webkit-transform: translateX(0px) translateY(-7px) rotate(45deg);
    transform: translateX(0px) translateY(-7px) rotate(45deg);
    border-radius: 0;
}
#booking-package_calendarPage .day_slot, #booking-package_calendarPage .week_slot{
    border: none!important;
}
#booking-package_calendarPage .day_slot {
    height: 3.5em!important;
}
#booking-package_calendarPage .available_day:hover {
    background-color: #faf8f5!important;
}
#booking-package_calendarPage .dateField {
    padding: 5px 0 0 !important;
}
/* #booking-package_calendarPage .symbolPanel, #booking-package_calendarPage .numberInsteadOfSymbols{
    content: ""!important;
    width: 10px!important;
    height: 10px!important;
    background: #f00!important;
    font-size: 0!important;
} */
.db650{
    display: none;
}
@media (max-width: 650px) {
    .db650{
        display: block;
    }
    .dn650{
        display: none;
    }
    /* .mv {
        height: calc(50svh - 120px);
        min-height: unset;
    }
    .mv_ttl {
        max-width: unset;
        width: 60%;
    } */
    .line-vertical {
        height: 6vh;
    }
    /* .mv_catch {
        right: unset;
        left: 3vw;
        writing-mode: unset;
        top: 4vw;
    } */
    .green_fade {
        height: 100%;
    }
    /* .mv_catch p {
        font-size: 22px;
        font-size: min(2vh,22px);
        line-height: 1.4;
    } */



    .calendar_box{
        display: block;
        position: unset;
        margin: 0 auto 40px;
    }
    .contents_wrapper {
        padding: 30px 0 80px;
    }
    .calendar_close{
        display: none;
    }
    .calendar_ttl {
        padding: 0.8em 0 0.6em;
        font-size: 12px;
    }
    .calendarData {
        font-size: 14px!important;
    }
    #booking-package_calendarPage .week_slot {
        padding: 2px 0 3px;
    }
    #booking-package_calendarPage .dateField {
        padding: 0px 0 0 !important;
    }
    #booking-package_calendarPage .day_slot {
        height: 3em!important;
    }
    #booking-package_calendarPage .day_slot {
        font-size: 12px!important;
    }
    #booking-package {
        font-size: 12px!important;
    }
    #booking-package_calendarPage .symbolPanel{
        font-size: 10px!important;
    }

    .mv {
        height: calc(100svh - 120px);
    }
}