@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.is-style-btn_line_white a {
background-color: transparent;
border: 3px solid ;
border-color:#fff;
border-radius:50px;
color: #fff;
position: relative;
transition: background-color .25s
}

.is-style-btn_line_white a:hover {
background-color: #fff;
border-color: #fff;
color:#e60013 !important;
}

/*カテゴリー一覧のカテゴリー名-色*/
[data-cat-id="1"] {/* お知らせ */
  background-color: #e60013 !important;
}
[data-cat-id="3"] {/* イベント */
  background-color: #FAB95B !important;
}
[data-cat-id="4"] {/* メディア */
	background-color: #75B06F !important;
}

/* 画像の右クリックとドラッグを無効化 */
img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
