﻿/*===========================================================================================*/
/* なおえつ うみまちアート 2025　WEBサイト [基本CSS]
/* 2025.06.15 - 
/*===========================================================================================*/

/*
Theme Name: NAOETSU UMIMACHI ART 2025
Theme URI: https://naoetsu-umimachi.com/
Description: なおえつ うみまちアート 2025 オリジナルテーマ
Author: アクセルデザイン
Author URI: https://akuseru-design.com/
Version: 1.0
*/

@charset "UTF-8";

/* -------------------------------------------------------------------------
 font
------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* font-family:'Noto Sans JP', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap');
/* font-family:'Noto Serif JP', serif; */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap');
/* font-family:'M PLUS Rounded 1c', sans-serif; */

/* -------------------------------------------------------------------------
 import.css
------------------------------------------------------------------------- */

@import url("style_pc_common.css?v=20250821") 	only screen and (min-width: 721px);
@import url(  "style_pc_home.css?v=20250821") 	only screen and (min-width: 721px);
@import url(  "style_pc_page.css?v=20250821") 	only screen and (min-width: 721px);

@import url("style_sp_common.css?v=20250821") 	only screen and (max-width: 720px) and (min-width: 641px);
@import url(  "style_sp_home.css?v=20250821") 	only screen and (max-width: 720px) and (min-width: 641px);
@import url(  "style_sp_page.css?v=20250821") 	only screen and (max-width: 720px) and (min-width: 641px);

@import url("style_sp_common.css?v=20250821") 	only screen and (max-width: 640px);
@import url(  "style_sp_home.css?v=20250821") 	only screen and (max-width: 640px);
@import url(  "style_sp_page.css?v=20250821") 	only screen and (max-width: 640px);

@import url("style_pc_common.css?v=20250821") 	print;
@import url(  "style_pc_home.css?v=20250821") 	print;
@import url(  "style_pc_page.css?v=20250821") 	print;

/*===========================================================================================*/
/* end */
/*===========================================================================================*/
