@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 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(211,177,165,0.8);
		z-index: 99;
	}
	#header .contact {
		float: right;
		padding-top: 5px;
	}
	#header .contact a img {
		width: 20px;
	}
	#header .contact .tel {
		margin: 0 15px 0 40px;
	}
	#header .contact .tel img {
		position: relative;
		top: -2px;
	}
	#header .contact .tel,
	#header .contact .btn {
		display: inline-block;
		width: 40px;
		height: 40px;
		padding: 9px;
		border: 1px solid #FFF;
		border-radius: 50%;
		box-sizing: border-box;
	}
	#header .contact .insta {
		margin-left: 15px;
	}
	#header .contact .insta img {
		width: 40px;
	}
	/* コンテナ */
	#header, #wrap, #footer {
		min-width: 1150px;
		box-sizing: border-box;
	}
	#container {
		padding-bottom: 424px;
	}
	.main {
		width: 1100px;
		margin: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 424px;
		margin-top: -424px;
	}
	#footer .contact{
		height: 329px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
		box-sizing: border-box;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* ご挨拶 */
	#top_greeting {
		padding: 120px 0;
	}
	/* メニューコンテンツ */

	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
		/*--------------------------------------------------
		メニュー
	--------------------------------------------------*/
	#price .menu .photo {
		width: 30%;
	}
	#price .menu .text {
		width: 70%;
	}
	/* End hide from IE-mac */ 
/*------------------------------------------------*/
}