@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: relative;
	}
	#header h1 {
		position: absolute;
		top: 0;
		left: 0;
	}
	#header p.title {
		padding-top: 5px;
	}
	#header .contact {
		position: absolute;
		top: 29px;
		right: 15px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	#header .contact .tel img {
		width: 31px;
		position: relative;
		top: -2px;
		margin-right: 8px;
	}
	#header .contact .btn {
		display: inline-block;
		padding: 7px 23px;
		border-radius: 5px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	#header .contact .btn img {
		width: 24px;
		margin-right: 8px;
	}
	/* sns */
	#header .contact .sns {
		margin-left: 130px;
	}
	#header .contact .sns span+span {
		margin-left: 10px;
	}
	/* メニュー */
	#menu ul {
		width: 1100px;
		margin: auto;
	}
	/* コンテナ */
	#header, #wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 567px;
	}
	.main {
		width: 1100px;
		margin: auto;
	}
	#main {
		float: left;
		width: 800px;
	}
	#navi {
		float: right;
		width: 250px;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 567px;
		margin-top: -567px;
	}

	#footer .contact{
		height: 119px;
		margin: auto;

		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#footer .box {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		padding-top: 77px;
		height: 380px;
		box-sizing: border-box;
	}
	#footer .contact .btn {
		float: right;
	}

	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* メッセージ */
	#top_msg {
		padding-top: 40px;
	}
	/* メニューコンテンツ */
	#top_menu {
		padding-top: 97px;
	}
	/* Facebook */
	.fb iframe {
		width: 500px;
	}
	/*--------------------------------------------------
		出雲そば
	--------------------------------------------------*/
	#soba #page_navi {
		margin-bottom: 30px;
	}
	#soba .msg {
		padding-bottom: 50px;
	}
	#soba .in {
		padding-top: 50px;
	}
	#soba .in dl .block {
		min-height: 160px;
	}
	#soba .in dl .block {
		padding-right: 270px;
	}
	/*--------------------------------------------------
		松江ラーメン
	--------------------------------------------------*/
	#ramen #page_navi {
		margin-bottom: 35px;
	}
	#ramen .msg {
		padding-bottom: 70px;
	}
	#ramen .point {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	/*--------------------------------------------------
		商品案内
	--------------------------------------------------*/
	#service {
		padding-top: 5px;
		padding-bottom: 35px;
	}
	#service .in .box .block {
		min-height: 304px;
		box-sizing: border-box;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	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 */
/*------------------------------------------------*/
}