/*===========================================================================================*/
/* ママボノ　WEBサイト [共通CSS]
/* 2026.01.05 - AD Y.kasahara
/*===========================================================================================*/

/*
Theme Name: mamabono2026
Theme URI: https://mamabono.org/
Description: ママボノ オリジナルテーマ
Author: 認定NPO法人サービスグラント
Author URI: https://www.servicegrant.or.jp/
Version: 1.2
*/

@charset "UTF-8";

/* main color
pink   #e4859e rgba(228,133,158,1.00);
green  rgba(77,157,149,1.00)
*/

/* -------------------------------------------------------------------------
 import.css
------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
/* font-family:'Noto Sans JP', sans-serif; */
/* font-family:'Noto Serif JP', serif; */
/* font-family:'Nunito', sans-serif; */



@import url("style_pc_common.css?v=20260105") 	only screen and (min-width: 981px);
@import url(  "style_pc_home.css?v=20260105") 	only screen and (min-width: 981px);

@import url("style_pc_common.css?v=20260105") 	only screen and (max-width: 980px) and (min-width: 641px);
@import url(  "style_pc_home.css?v=20260105") 	only screen and (max-width: 980px) and (min-width: 641px);

@import url("style_sp_common.css?v=20260105") 	only screen and (max-width: 640px);
@import url(  "style_sp_home.css?v=20260105") 	only screen and (max-width: 640px);

@import url("style_pc_common.css?v=20260105") 	print;
@import url(  "style_pc_home.css?v=20260105") 	print;

/*===========================================================================================*/
/* end */
/*===========================================================================================*/
