@charset "utf-8";
/* CSS Document */

/* ********************************************************************************************************** 
 *	
 *	【オリジナルCSS設定】リンクカラーや背景色などはこちらに記入
 *	
 * ********************************************************************************************************** */
/* --------------------------------------------------------------------------- */
/* = フォント指定
/* --------------------------------------------------------------------------- */
body{
	color: #815413;
}
body,
select,
input,
textarea,
button{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight:500;
}
.tel_number,
.eng{
	font-family: "Zen Maru Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight:900;
	letter-spacing:0.03em;
}
/* --------------------------------------------------------------------------- */
/* = 色を選択
/* --------------------------------------------------------------------------- */
:root {
	/* 基本色 */
	--primary-color: #01a309;

	/* 基本色（目立つボタン） */
	--point-color: #e06400;
	--point-hover-color: #8e4001;

	/* ボタンの背景カラー */
	--button-color: #01a309;
	--button-hover-color:#176e1b;

	/* Footerコンテンツリストの背景 */
	--contents_list-color: #eeffa1;

	/* ベース角丸 */
	--kadomaru: 2.5em;

	/* ナビゲーション、ページトップボタン等 */
	--nav_kadomaru: 5px;

	/* 角丸 */
	--kadomaru_button: 2em;

	/* 太字 */
	--font-semi-bold: 700;
	--font-bold: 900;
}
/* --------------------------------------------------------------------------- */
/* = ロゴサイズ指定
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* = headerロゴサイズ指定
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* = footerロゴサイズ指定
/* --------------------------------------------------------------------------- */
#footer .logo img{
	width:230px;
}
@media only screen and ( max-width : 1200px ) {
	#footer .logo img{
		width:160px;
	}
}
/* ------------------------------------------- */
/* = カバー（白）
/* ------------------------------------------- */
/* ------------------------------------------- */
/* = カバー（黒）
/* ------------------------------------------- */
