@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #52403c; }
	#header .contact .tel a { background: #52403c; }
	#header .contact .btn a { background: #52403c; }
	#rwdMenuWrap { background: #52403c; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		padding-top: 4px;
		background: #fff;
		z-index: 9997;
	}
	#header:before {
		height: 4px;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 40px;
	}
	/* お問い合わせ */
	#header .contact .tel {
		margin-right: 1px;
	}
	#header .contact .tel a,
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 11px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .btn {
		padding-right: 45px;
	}
	#header .contact .tel span:not(.maru) {
		display: none;
	}
	#page_title.top {
		background: url(../img/bg-header.png) repeat-x bottom -30px left -100px, #f9f0ec url(../img/bg-dot.png);
		background-size: 60px auto, auto;
	}
	#page_title.sub h2 {
		margin-top: 20px;
		width: 300px;
		height: 156px;
		font-size: 40px;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 28px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer {
		background-size: auto, 60px auto;
		background-position: top left -30px, bottom -20px left -100px;
	}
	#footer .box {
		padding: 90px 0 50px;
	}
	#footer .box dt {
		margin-bottom: 20px;
	}
	#copyright {
		width: 100%;
		text-align: center;
		height: 30px;
		line-height: 30px;
		font-size: 10px;
	}
	/* パンくずリスト */
	#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;
	}
	.btn01 a {
		padding-bottom: 3px;
		line-height: 40px;
	}
	.btn01 a:before {
		top: 6px;
		right: 10px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_ttl {
		background: url(../img/bg-header.png) repeat-x top -40px left -100px;
		background-size: 60px auto;
		margin-top: 0;
		padding-top: 30px;
	}
	#top_msg .in {
		width: 100%;
		margin-left: unset;
	}
	#top_msg .img {
		position: relative;
		left: auto;
		width: 70%;
		margin: 0 auto 30px;
		text-align: center;
	}
	#top_msg .img img {
		max-height: unset;
		border-radius: 20px;
		box-sizing: border-box;
	}
	#top_gallery:before {
		background-position: top 100px left;
	}
	#top_gallery ul li {
		width: 23%;
	}
	#top_gallery ul li img {
		box-sizing: border-box;
		padding: 5px;
	}
	#top_gallery .btn01 a:first-of-type {
		margin-right: 15px;
	}
	#top_gallery .btn01 a {
		width: 290px;
		padding-left: 20px;
		font-size: 16px;
		line-height: 40px;
	}
	#top_menu {
		padding-bottom: 100px;
	}
	#top_menu .box {
		width: 48%;
	}
	#top_menu .box dl dd {
		padding: 15px 15px 30px;
	}
	#top_menu .box dl dd h3 {
		font-size: 30px;
	}
	#top_menu .box dl dd .txt {
		font-size: 15px;
	}
	#top_menu .box .btn01 {
		bottom: -20px;
	}
	#top_menu .box .btn01 a {
		width: 250px;
		line-height: 40px;
	}
	#top_info {
		margin-bottom: 50px;
	}
	#top_info h3 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	#top_info dl {
		padding: 15px 0;
	}
/*--------------------------------------------------
	店舗情報
--------------------------------------------------*/
	#shop .txt {
		font-size: 16px;
	}
	#shop .txt02 {
		font-size: 14px;
	}
	#shop .waku_bg::before {
		top: 50%;
	}
	#shop .waku_box .box {
		padding: 60px 25px;
	}
	#shop .waku_box .box .fukidashi {
		font-size: 20px;
	}
	#shop .waku_box .box .fukidashi::before {
		top: 5px;
		left: 35px;
	}
	#shop .waku_box .box .fukidashi::after {
		top: 5px;
		right: 35px;
	}
	#shop .waku_box .box .btn01 a {
		bottom: -20px;
	}
	#shop .shop_about::before {
		background-size: cover;
		padding-bottom: 60px;
	}
	#shop .shop_about .txt_box {
		width: 100%;
		margin: 20px;
	}
	#shop .shop_about .txt_box dl {
		padding: 15px;
	}
	#shop .shop_about .map {
		width: 100%;
		height: 250px;
	}
/*--------------------------------------------------
	額装例
--------------------------------------------------*/
	#frame .frame_box .box {
		width: 48%;
	}
	#frame .frame_box .box .img_box {
		width: 100%;
		min-height: 350px;
		height: auto;
	}
	#frame .frame_box .box .img_box img {
		max-width: 280px;
		max-height: 300px;
	}
	#frame .frame_box .box .txt_box .ttl_box {
		min-height: 80px;
	}
	#frame .frame_box .box .txt_box .ttl_box .ttl {
		font-size: 18px;
		padding-bottom: 0;
	}
	#frame .frame_box .box .txt_box .ttl_box .ttl .haiban {
		font-size: 12px;
	}
	#frame .frame_box .box .txt_box .omakase {
		font-size: 16px;
	}
	#frame .frame_box .box .txt_box .price {
		font-size: 18px;
	}
	/*--------------------------------------------------
		サブページ
	--------------------------------------------------*/
	
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}

/*------------------------------------------------*/
}