@charset "utf-8";
/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt { display: none; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */

	/* ヘッダ */
	#header {
		height: 50px;
		position: relative;
	}
	#header .contact {
		display: flex;
		align-items: center;
	}
	#header .contact .tel {
		margin-right: 50px;
	}
	#header .contact .tel a {
		font-size: 30px;
		color: #ea1515;
		font-style: italic;
	}
	#header .contact .tel a img {
		position: relative;
		top: -2px;
		margin-right: 8px;
		width: 20px;
	}
	#header .contact .btn a {
		display: flex;
		align-items: center;
		font-weight: 500;
		font-size: 17px;
		color: #333;
	}
	#header .contact .btn .maru {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		background : linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(87, 140, 218, 1) 100%);
		margin-right: 10px;
	}
	#header .contact .btn .maru img {
		width: 18px;
	}
	/* メニュー */
	#menu {
		background : linear-gradient(0deg, rgba(0, 0, 0, 1) 47.73%, rgba(51, 51, 51, 1) 51.26%);
		margin-bottom: 25px;
	}
	#menu ul {
		width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 5px 0;
	}
	#menu li {
		width: 110px;
		display: block;
	}
	#menu li a {
		display: block;
		color: #adf636;
		font-size: 15px;
		text-align: center;
		text-decoration: none;
	}
	#menu li:nth-of-type(2) a {
		color: #f1e54c;
	}
	#menu li:nth-of-type(3) a {
		color: #eb434a;
	}
	#menu li:nth-of-type(4) a {
		color: #a4efff;
	}
	#menu li:nth-of-type(5) a {
		color: #fa914f;
	}
	#menu li:nth-of-type(6) a {
		color: #ed1e79;
	}
	#menu li.on a,
	#menu li a:hover {

	}
	#menu li a span {
		display: block;
	}
	#menu li a span.jp {
		border-bottom: 1px solid #fff;
		padding-bottom: 2px;
	}
	#menu li a span.en {
		color: #999;
		font-size: 12px;
	}
	#menu ul li.dsp_tbs {
		display: none;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 118px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 118px;
		margin-top: -118px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#mailform .tbl th {
		width: 170px;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */ 
/*------------------------------------------------*/
}