<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------------- 
カーブス様専用ページ CSS
 ----------------------------------------------------------------------------- */
/*-- Gナビ --*/
.shop_gnavi .main_navi li.point a {
    width: 104px;
    background: url(../../../com/images/shop/gnavi7.jpg) no-repeat left top;
}
.shop_gnavi .main_navi li.info a {
    width: 104px;
    background: url(../../../com/images/shop/gnavi8.jpg) no-repeat left top;
}
.shop_gnavi .main_navi li a:hover{
    display: block;
    background-position: left -33px;
}
/* アンカー設定 */
.anchor {
    padding-top: 55px;
    margin-top: -55px;
}

/*-- 施設の特徴：ポイント --*/
.shop_feature_bk .point {
    margin-bottom: 30px;
}
/* 見出し */
.shop_feature_bk .point_title {
    color: #00a0e9;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
/* 動画_20230112追加 */
.shop_feature_bk .cp_movie_box{
	margin-bottom:20px;
}
/* サブポイント */
.shop_feature_bk .sub_point{
    margin-bottom: 15px;
}
/* キャッチコピー */
.shop_feature_bk .point_catch{
    font-weight: bold;
    color: #7e1285;
}
/* 画像 */
.shop_feature_bk .point .img{
    text-align: center;
    margin-top: 10px;
}
/*-- 施設の特徴：その他 --*/
.shop_feature_bk .other{
    overflow: hidden;
    text-align: center;
    background: #F8F4E8;
    padding: 30px 30px 0;
}
.shop_feature_bk .other .img{
    margin-bottom: 30px;
}
.shop_feature_bk .other .img a{
    margin-right: 0;
}
.shop_feature_bk .other .img img{
    max-width: 100%;
    height: auto;
}

/* 閲覧履歴読み込みファイル_2023.07.13 */
.shop_main_bk img[src$="check.php?series_data=curves"]{
	display:none;
}
</pre></body></html>