/** Shopify CDN: Minification failed

Line 22:57 Expected ":"

**/
/* ---------------------------------------------------------------- */
/* スライドショー縦型 */
/* ---------------------------------------------------------------- */

/* 画像サイズを大きく */

/* 1枚目 */
.six-tenths {
    width: calc(var(--grid-width) / 12 * 6.3);
}
/* .primary-image_addwidth{
    width: calc(var(--grid-width) / 12 * 6.3);
} */

/* 2枚目 */
.pull-left-one-tenth {
    margin-left: calc(var(--grid-width) / 12 * -2);　　/* 元は-1 */
}
.two-plus-tenths {
    width: calc(var(--grid-width) / 12 * 3.5);
}
.secondary-image_addwidth{
    width: calc(var(--grid-width) / 12 * 4.5);
}

/* 3枚目 */
.two-tenths {
    width: calc(var(--grid-width) / 12 * 3);
}
.third-image_addwidth{
    width: calc(var(--grid-width) / 12 * 4);
}
/* 縦長 */
.third-image_addwidth_vertical{
    width: calc(var(--grid-width) / 12 * 2.5);  /* 元は1.5 */
}

@media screen and (max-width:599px){
    .six-tenths {
        /* width: calc(var(--grid-width) / 12 * 12);
        margin: 0 calc(50% - 50vw); */
        width: calc(100% + 30px);
        margin: 0 -15px;
        width: 90vw;
    }

    .two-plus-tenths {
        width: calc(var(--grid-width) / 12 * 10.5);
    }

    .two-tenths {
        width: calc(var(--grid-width) / 12 * 8.5);  /* 元は5 */
    }
    /* フトンルーム2枚目 */
    .pull-left-one-tenth {
        margin-left: calc(var(--grid-width) / 12 * 1);
    }
    /* 縦長 */
    .third-image_addwidth_vertical{
        width: calc(var(--grid-width) / 12 * 7.5);  /* 元は1.5 */
    }

    .third-image_addwidth{
        width: calc(var(--grid-width) / 12 * 9.5);
    }
}
/* //画像サイズを大きく */


/* コメントのマージン、文字透過 */
.slider-vertical_comment{
    margin-bottom: 15px;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    visibility: inherit;
    will-change: opacity, transform;
}
/* //コメントのマージン、文字透過 */


/* 画像の横の文字を縦書きへ */

/* 1枚目 */
.vertical-slider .slide-image__caption.slide-image__caption--right {
    writing-mode:vertical-rl ;
    transform: rotate(0deg) translateY(-145px) translateX(20px);
}
/* //1枚目 */

/* 2枚目 */

.vertical-slider .slide-image__caption.slide-image__caption--left {
    writing-mode: vertical-rl;
    transform: rotate(-90deg) translateY(-20px) translateX(20px);
    transform: rotate(0deg) translateY(-120px) translateX(-250px);
    left: 0;
}
@media screen and (min-width: 1650px) {
    .vertical-slider .slide-image__caption.slide-image__caption--left {
        left: -26%;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1650px){
    .vertical-slider .slide-image__caption.slide-image__caption--left {
        left: -22%;
    }
}
@media screen and (min-width: 1365px) and (max-width: 1500px) {
    .vertical-slider .slide-image__caption.slide-image__caption--left {
        left: -18% ;
    }
}
@media screen and (min-width: 1250px) and (max-width: 1365px) {
    .vertical-slider .slide-image__caption.slide-image__caption--left {
        left: -11% ;
    }
}
@media screen and (min-width: 1150px) and (max-width: 1250px) {
    .vertical-slider .slide-image__caption.slide-image__caption--left {
        left: -6% ;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1150px) {
    .vertical-slider .slide-image__caption.slide-image__caption--left {
        left: -3%;
    }
}
@media screen and (min-width: 1023px) and (max-width: 1100px) {
    .vertical-slider .slide-image__caption.slide-image__caption--left {
        left: 2%;
    }
}
@media screen and (min-width: 900px) and (max-width: 1023px) {
    .vertical-slider .slide-image__caption.slide-image__caption--left {
        left: 18%;
    }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
    .vertical-slider .slide-image__caption.slide-image__caption--left {
        left: 30%;
    }
}
@media screen and (min-width: 599px) and (max-width: 800px) {
    .vertical-slider .slide-image__caption.slide-image__caption--left {
        left: 70%;
    }
}

/* 2枚目縦長画像 */
.slide-image__caption_sp{
    display: none;
}

.addimgclass{
    transform: rotate(0deg) translateY(-141px) translateX(-250px) !important;
}
@media screen and (min-width: 1650px){
    .addimgclass {
        left: -87% !important;
    }
}
@media screen and (min-width: 1500px) and (max-width:1650px){
    .addimgclass {
        left: -82% !important;
    }
}
@media screen and (min-width: 1365px) and (max-width:1500px){
    .addimgclass {
        left: -77% !important;
    }
}
@media screen and (min-width: 1250px) and (max-width:1365px){
    .addimgclass {
        left: -69% !important;
    }
}
@media screen and (min-width: 1150px) and (max-width:1250px){
    .addimgclass {
        left: -60% !important;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1150px) {
    .addimgclass {
        left: -56% !important;
    }
}
@media screen and (min-width: 1023px) and (max-width: 1100px) {
    .addimgclass {
        left: -50% !important;
    }
}
@media screen and (min-width: 900px) and (max-width: 1023px) {
    .addimgclass {
        left: -30% !important;
    }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
    .addimgclass {
        left: -11% !important;
    }
}
@media screen and (min-width: 599px) and (max-width: 800px) {
    .addimgclass {
        left: 40% !important;
    }
}
/* //2枚目 */
/* //画像の横の文字を縦書きへ */

.add-title{
    margin: 0.2em 0 0.5em !important;
}
.add-title_caption{
    font-size: 16px;
    margin-bottom: 0px;
}
.add-comment{
    font-size: 13px;
}
.add-comment_title{
    margin-bottom: 14px;
}
@media screen and (max-width: 599px){
    .palm--hide {
        display: block;
    }
}




/* SP時にタイトルの並び調整 */
@media screen and (max-width: 599px){
    .vertical-slider .slide-heading{
        flex-direction: column;
    }
    .vertical-title_sp{
        margin-bottom: 10px !important;
    }
    .add-title_caption{
        font-size: 12px;
    }
    .slider-vertical_comment{
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .add-comment{
        margin-bottom: 20px;
        font-size: 12px;
    }
/* -------------キャプション位置調整------------------ */
    /* １枚目 */
    .slide-image__caption--right{
        display: none !important;
    }
    .slide-image--primary{
        display: flex;
        align-items: flex-end;
    }
    .vertical-slider .slide-image__caption{
        position: static;
    }

    /* 2枚目 */
    .slide-image__caption--left{
        display: none !important;
    }
    .slide-image__caption_sp{
        display: block !important;
        writing-mode:vertical-rl ;
        font-size: 11px;
    }
    .slide-image--secondary{
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
    }

    /* 3枚目 */
    .slide-image--third{
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        margin-top: 90px; /*2枚目との重なり調整 */
    }

    .four_img,.six_img{
        margin-top: 40px;
    }
}

/* ---------------------------------------------------------------- */
/* //スライドショー縦型 */
/* ---------------------------------------------------------------- */



/* ---------------------------------------------------------------- */
/* テキストオーバーレイを加えた画像 */
/* ---------------------------------------------------------------- */

/* マージンボトム調整 */
.text-overlay_margin{
    margin-bottom: 50px;
}
/* //マージンボトム調整 */

/* 画像内フォントの大きさはtheme.cssに追記 */

/* 画像を元のサイズで表示 */

.image-with-text-overlay__background .lazy-image img{
    /* object-fit: contain !important; */
    /* position: absolute;
    bottom: 0; */
    /* background-color: white; */
}

/* //画像を元のサイズで表示 */

/* ---------------------------------------------------------------- */
/* //テキストオーバーレイを加えた画像 */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/* フッター */
/* ---------------------------------------------------------------- */

footer{
    margin-top: 50px !important;
}
.footer_border{
    border-bottom: solid 1px #C8C8C8;
    /* margin-top: 200px; */
}

.footer-item--text .rte {
    font-size: 16px
}

.footer-item--copyright{
    text-align: center;
}
/* ---------------------------------------------------------------- */
/* //フッター */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/* 注目のコレクション */
/* ---------------------------------------------------------------- */

/* 画像を大きくして中央へ。商品が増えたらマージンを消してwidthも調整 */

.product-item--0 {
    margin: 0 auto;
    width: calc(var(--grid-width) / 12 * 4.5);
}

@media screen and (max-width: 599px){
    .product-item--0{
        width: calc(var(--grid-width) / 12 * 8);
    }
}

/* ---------------------------------------------------------------- */
/* //注目のコレクション */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/* カスタムliquid */
/* ---------------------------------------------------------------- */

.custom-liquid_title{
    font-size: 30px;
}

.custom-liquid_p{
    font-size: 20px !important;
}

@media screen and (max-width: 599px){
    .custom-liquid_title{
        font-size: 20px;
    }
    .custom-liquid_p{
        font-size: 14px !important;
    }
}









/* ---------------------------------------------------------------- */
/* 予約バー */
/* ---------------------------------------------------------------- */


.search_main {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    background: rgba(220, 220, 220, 0.8);
    padding: 10px 0 10px;
}

.search_main #booking{
    margin: 0 auto;
}

.search_main .search-widget-search-container-bf1818 {
    border-radius: 0;
    width: auto;
    text-align: center;
    box-shadow: none;
    background: none;
    padding: 0 !important;
}

.input-container-input-container-da40af .input-container-title-db81ec {
    font-size: 14px  !important;
}

.search-widget-input-34bba0, .search-widget-select-75fb48 {
    font-size: 14px  !important;
}

.tripla_btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

@media screen and (max-width: 599px){
    .search_main{
        display: none;
    }
}
@media screen and (min-width: 599px){
    .tripla_btn{
        display: none;
    }
}


/* ---------------------------------------------------------------- */
/* //予約バー */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */


.add-logo-img img{
    height: 210px !important; /*変更前３００*/
}

.header{
    height: 220px;  /*変更前３００*/
}

.add-header_height{
    height: 25px;
}



.header-holder.fix .-before{
   display: none;
}

.add-logo-img .-after{
    /* display: none; */
    height: 50px !important;
    
}

.header-holder .-after{
    display: none;
}

.header-holder.fix .-after{
    display: block;
}

.header-holder .menu-opener__icon{
    display: none;
}
.header-holder.fix .menu-opener__icon{
    display: block;
}
.header-holder .menu-meta{
    display: none;
}
.header-holder.fix .menu-meta{
    display: block;
}

.tripla_btn img{
    height: 110px;
}

@media screen and (max-width: 1023px){
    .add-header_height{
        height: 90px;
    }
}

@media screen and (max-width: 750px){
    .breadcrumb{
        margin-top: 0px;
    }
}

@media screen and (max-width: 599px){
    .add-header_height{
        height: 120px;
    }
    .add-logo-img img{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .add-logo-img .-after{
        height: 65px !important;
    }
    .add-logo-img img{
        height: 180px !important; /*元は250*/
    }
    .header--wout-icon-labels .menu-meta{
        margin-right: -10px;  /*元は-5px*/
    }
    .header--wout-icon-labels .menu-opener{
        margin-left: -15px;  /*元は-10px*/
    }
    .breadcrumb{
        margin-top: 0px;
        padding-bottom:20px ;
    }


}

/* ---------------------------------------------------------------- */
/* //ヘッダー */
/* ---------------------------------------------------------------- */