/*---------------------------------
	フォント設定 start
---------------------------------*/
/*
 * "LigatureSymbols" is lisenced under the SIL Open Font License 1.1
 * http://kudakurage.com/ligature_symbols/
 */

@font-face {
    font-family: 'LigatureSymbols';
    src: url('../../font/LigatureSymbols/LigatureSymbols-2.11.eot');
    src: url('../../font/LigatureSymbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../../font/LigatureSymbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../../font/LigatureSymbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../../font/LigatureSymbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*---------------------------------
	フォント宣言 end
---------------------------------*/

/*---------------------------------
	共通スタイル start
---------------------------------*/
body{
	font-family: 'Noto Sans JP', 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 18px;
	color: #333;
}

@media(max-width: 750px){
	body{
		font-size: calc(18px * 0.85);
	}
}

*{
	min-width: 0%;
	min-height: 0%;
}

table{
	table-layout: fixed;
	width: 100%;
	margin: 2em auto;
}

table th,
table td{
	border-bottom: 1px solid #666;
	padding: 0.5em 1em;
}

@media(min-width: 601px){

	a[href^="tel:"]{
		cursor: default;
		color: inherit;
		font-size: inherit;
		text-decoration: inherit;
		line-height: inherit;
	}

	a[href^="tel"],
	a[href^="tel"]:hover{
		color: inherit;
		cursor: default;
		text-decoration: none;
		pointer-events: none;
	}

}

/*---------------------------------
	共通スタイル end
---------------------------------*/


/*---------------------------------
	CSSカスタムプロパティ start
---------------------------------*/
:root {
	--mainColor01_hex: #29C4A0;
	--subColor01_hex: #FEFF02;
	--subColor02_hex: #F08404;
	--subColor03_hex: #FFD110;
	--fontColor01_hex: #333;
	--fontColor02_hex: #D00;
	--coatColor01_hex: #14989F;
	--forestaColor01_hex: #00522B;
}

/*---------------------------------
	CSSカスタムプロパティ end
---------------------------------*/

