@charset "utf-8";

/* 変数 -----------------------------------------------------------------------------------------*/
:root {
	--family-min: "Noto Serif", serif;
	--family-go: "Noto Sans", sans-serif;

	--weight-r: 300;
	--weight-b: 400;
}
/*-----------------------------------------------------------------------------------------------*/


/* ボタン ---------------------------------------------------------------------------------------*/
.button a,
.button .a,
.button input[type="submit"] { padding-bottom: 13px; }
/*-----------------------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------------------*/
/* グローバル -----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/* メニュー -------------------------------------------------------------------------------------*/
.global .menu { margin-top: 9px; }


/* ボタン ---------------------------------------------------------------------------------------*/
.global .reserve a,
.footer .reserve a {
	/*padding: 4px 0 6px;*/
	padding-top: 12px;
	padding-bottom: 13px;
}
/*-----------------------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------------------*/
/* フッター -------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.footer .wrapper { width: var(--wrapper);/*100%;*/ }
/* インフォメーション ---------------------------------------------------------------------------*/
/* 住所 */
.footer .address { line-height: var(--line-s); }
/*-----------------------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------------------------*/
/* ボディー -------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/* リード */
.main .read { text-align: left;/*justify;*/ }

/* コメント */
.main .comment,
.main .notes { text-align: left;/*justify;*/ }
/*-----------------------------------------------------------------------------------------------*/





@media(min-width: 530px) {
}



@media(min-width: 768px) {
}



@media(min-width: 1024px) {
	/*-----------------------------------------------------------------------------------------------*/
	/* グローバル -----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------------------*/
	/* メニュー -------------------------------------------------------------------------------------*/
	.global .lang { margin-top: 8px; }
	/* ボタン ---------------------------------------------------------------------------------------*/
	.global .reserve { margin-top: 8px;/*0;*/ }
	/*-----------------------------------------------------------------------------------------------*/

	/*-----------------------------------------------------------------------------------------------*/
	/* フッター -------------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------------------*/
	.footer .wrapper { width: var(--wrapper-w); }
	/*-----------------------------------------------------------------------------------------------*/
}



@media(min-width: 1280px) {
}



@media(min-width: 1366px) {
}