@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
	#footer .contact .txt span {
		display: inline-block;
		margin-left: 10px;
	}
	/* メニューコンテンツ */

}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ヘッダ */
	#header {
		overflow: hidden;
		height: auto;
		padding: 0;
		background: #fff;
	}
	#header h1 {
		width: 100%;
		background: #FFF;
		color: #999;
		font-size: 10px;
		line-height: 1;
	}
	#header p.title {
		height: 50px;
		padding-left: 0;
	}
	#header p.title img {
		width: auto;
		max-height: 45px;
	}
	#sticky {
		position: relative;
		z-index: 9997;
	}
	#sticky.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	/* sns */
	#header .contact .sns {
		display: none;
	}
	/*メニュー*/
	#rwdMenuWrap ul li a span {
		display: none;
	}
	#rwdMenuWrap ul li:nth-last-of-type(2) a,
	#rwdMenuWrap ul li:nth-last-of-type(3) a,
	#rwdMenuWrap ul li:last-of-type a {
		padding: 12px 15px;
	}
	#rwdMenuWrap ul li:nth-last-of-type(2) img {
		width: 37px;
	}
	/* お問い合わせ */
	#header .contact {
		position: relative;
	}
	#header .contact .store,
	#header .contact .tel,
	#header .contact .btn {
		position: absolute;
		top: 0;
		right: 90px;
		display: block;
		width: 24px;
		height: 50px;
		padding: 0 11px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#header .contact .store {
		width: 60px;
		padding: 0;
		font-size: 11px;
		background: #FF7300;
		text-align: center;
		right: 136px;
	}
	#header .contact .store a {
		color: #fff;
	}
	@media only screen and (max-width: 374px){
		#header .contact .store {
			display: none;
		}
	}
	#header .contact .btn {
		right: 44px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 20px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	#navi {
		padding-bottom: 40px;
	}
	/* フッター */
	#footer .contact a img {
		width: 30px;
	}
	#footer .contact .tel {
		margin: 0 0 5px;
	}
	#footer .contact .tel a {
		font-size: 26px;
	}
	#footer .box dt {
		margin-bottom: 20px;
	}
	#footer .box dt img {
		width: 400px;
	}
	#footer .box .sns {
		margin-top: 25px;
	}
	#footer .box .sns p+p {
		margin-left: 20px;
	}
	#footer .box .sns a {
		height: 50px;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* メッセージ */
	#top_msg .txt1 {
		margin-bottom: 15px;
		line-height: 2em;
	}
	#top_msg .txt1 .pick {
		font-size: 16px;
	}
	#top_msg hr {
		width: auto;
	}
	/* メニューコンテンツ */
	#top_menu {
		padding-top: 50px;
	}
	#top_menu::before {
		background-size: auto 13%;
	}
	#top_menu .in {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-evenly;
		justify-content: space-evenly;
	}
	#top_menu h3.sub {
		margin-bottom: 15px;
	}
	#top_menu .box {
		width: 46%;
		padding: 20px 15px;
		margin-bottom: 50px;
	}
	#top_menu .box .icon {
		width: 44px;
		top: -13px;
		left: calc(50% - 22px);
	}
	#top_menu .box:nth-of-type(3) .icon {
		top: -23px;
	}
	#top_menu .box:last-of-type .icon {
		top: -27px;
	}
	/* お知らせ */
	#top_info {
		-webkit-flex-flow: column;
		flex-flow: column;
	}
	#top_info .news {
		margin-bottom: 40px;
		width: 100%;
	}
	/*--------------------------------------------------
		出雲そば
	--------------------------------------------------*/
	#page_title .soba {
		padding-left: 20px;
	}
	#soba .msg .box {
		min-height: auto;
	}
	#soba .msg .box h4 {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#soba .msg .box+.box {
		margin-top: 25px;
	}
	#soba .msg .box h4 .pick {
		font-size: 17px;
	}
	#soba .msg .box .img1,
	#soba .msg .box .img2 {
		width: 30%;
	}
	#soba .msg .box h4,
	#soba .msg .box .txt {
		margin-left: 32%;
	}
	#soba .msg .box:last-of-type h4,
	#soba .msg .box:last-of-type .txt {
		margin-left: 0;
		margin-right: 32%;
	}
	#soba .in dl {
		padding:  15px 15px 20px;
		min-height: auto;
	}
	#soba .in dl .img {
		width: 30%;
		top: 20px;
		right: 15px;
	}
	#soba .in dl dt {
		font-size : 20px;
		padding-bottom: 20px;
	}
	#soba .in dl dt,
	#soba .in dl .txt {
		margin-right: 33%;
	}
	#soba .in dl .block:first-of-type {
		margin-top: 25px;
	}
	#soba .in dl .block {
		padding: 13px 15px;
	}
	#soba .in dl .block h4 {
		font-size: 16px;
	}
	#soba .in .note {
		margin-top: 30px;
	}
	/*--------------------------------------------------
		松江ラーメン
	--------------------------------------------------*/
	#ramen .msg::before {
		background-size: 30%;
	}
	#ramen .msg h4 {
		font-size : 17px;
		margin-bottom: 15px;
	}
	#ramen .msg .txt {
		line-height: 2em;
	}
	#ramen .msg .txt .pick {
		font-size: 16px;
	}
	#ramen .point dl {
		padding: 15px;
		min-height: auto;
	}
	#ramen .point dl dt {
		font-size : 20px;
		padding-left: 68px;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	#ramen .point dl dt .p {
		top: -20px;
		width: 60px;
		height: 60px;
		font-size : 17px;
	}
	#ramen .point dl dt .num {
		font-size : 23px;
	}
	#ramen .point dl h5 {
		font-size : 15px;
		margin-bottom: 5px;
	}
	#ramen .point dl .img {
		width: 30%;
		top: 15px;
		right: 15px;
	}
	#ramen .point dl dt,
	#ramen .point dl h5,
	#ramen .point dl .txt {
		margin-right: 33%;
	}
	/*--------------------------------------------------
		商品案内
	--------------------------------------------------*/
	#service h3 {
		font-size : 20px;
		margin-bottom: 30px;
	}
	#service .in .box {
		width: 48%;
	}
	#service .in .box h4 {
		font-size : 19px;
	}
	#service .in .box .block .in2 {
		margin-bottom: 13px;
		-webkit-justify-content: space-evenly;
		justify-content: space-evenly;
	}
	#service .in .box .block .img,
	#service .in .box .block .in3 {
		width: 48%;
	}
	/* 商品案内ナビ */
	.product_navi h3 {
		font-size : 20px;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}

/*------------------------------------------------*/
}