@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
*/


/**/
#header{
	background:linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),url(https://sporeoja3.com/wp-content/uploads/2025/01/IMG_0466.png);
	background-size:cover;
}


/*******************************
 * グローバルメニューに下線を追加
******************************/
/*ナビ下余白*/
.c-gnav {
	padding-top:2px;/*上の余白*/
	padding-bottom:3px;/*下の余白*/
}

/*******************************
 * カテゴリーごとに色を変える
******************************/
/* 駐在帯同準備 */
.c-postThumb__cat[data-cat-id="6"] {
  background-color:#59524c;
  color:white;
}
/* 旅行 */
.c-postThumb__cat[data-cat-id="14"] {
  background-color: #E87E7E;
  color:white;
}
/* 観光・お出かけ */
.c-postThumb__cat[data-cat-id="77"] {
  background-color:#d1c323;
  color:white;
}

