@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: #1E5E84; }
	#header .contact .tel a { background: #fff; }
	#rwdMenuWrap { background: #1E5E84; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: rgba(255,255,255,0.8);
		z-index: 9997;
	}
	#header::before {
		height: 3px;
		z-index: 1;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 30px;
	}
	/* お問い合わせ */
	#header .contact .tel a {
		width: 46px;
		height: 50px;
		padding: 0 11px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .tel {
		padding-right: 45px;
	}
	#header .contact .tel .txt {
		display: none;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 23px;
	}
	#container h3.kumo span {
		width: 180px;
		height: 57px;
		font-size: 25px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box {
		padding: 30px 0;
	}
	#footer .box dt {
		margin-bottom: 20px;
	}
	#copyright {
		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;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#page_title #slider {
		padding-bottom: 80px;
	}
	#page_title .lft_box .pet_box {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#page_title .lft_box .pet_box .txt_in {
		margin-left: 110px;
	}
	#page_title .lft_box .pet_box .txt_in .ttl {
		font-size: 15px;
	}
	#page_title .lft_box .pet_box .txt_in .txt {
		font-size: 13px;
	}
	#page_title .lft_box .pet_box .img {
		width: 90px;
	}
	#page_title .rit_box img {
		width: 150px;
	}
	#page_title .sub span {
		font-size: 28px;
		white-space: nowrap;
	}
	#top_renewal h3.sub {
		margin-bottom: 15px;
	}
	#top_renewal .renewal_box .txt {
		font-size: 18px;
		margin-bottom: 0;
	}
	#top_contents .contents_box {
		width: 100%;
	}
	#top_contents .contents_box .box {
		width: 49%;
	}
	#top_contents .contents_box .box .img_box {
		width: 95%;
	}
	#top_contents .contents_box .box .txt_box {
		width: 95%;
	}
	#top_contents .contents_box .box .txt_box {
		padding: 90px 15px 15px;
	}
	#top_contents .contents_box .box .txt_box:before {
		width: 50px;
	}
	#top_contents .contents_box .box .txt_box .ttl {
		font-size: 25px;
	}
	#top_contents .contents_box .box .txt_box .txt {
		padding-top: 15px;
	}
	#top_contents .contents_box .box .txt_box .txt {
		font-size: 15px;
	}
	#top_seat h3 span {
		width: 200px;
		height: 64px;
		font-size: 30px;
	}
	#top_seat .seat_box .box {
		width: 49%;
		margin-bottom: -60px;
	}
	#top_seat .seat_box .box .img img {
		width: 95%;
	}
	/**/
	#top_about {
		display: block;
		padding-bottom: 80px;
	}
	#top_about .img_box {
		width: 95%;
		margin: 0 0 -60px;
	}
	#top_about .txt_box {
		width: calc(100% - 30px);
		margin: auto;
		padding: 80px 30px 50px;
	}
	#top_about .txt_box h3 {
		font-size: 30px;
	}
	#top_about .txt_box .list {
		padding-top: 20px;
	}
	/*--------------------------------------------------
		メニュー
	--------------------------------------------------*/
	#menu_page .meal .list {
		margin-top: 0;
	}
	#menu_page .meal .box .img {
		position: relative;
		text-align: center;
		width: 95%;
		margin: 0 auto;
		z-index: 1;
	}
	#menu_page .meal .box .in {
		width: 100%;
		padding: 70px 15px 15px;
		position: relative;
		transform: unset;
		border-radius: 15px;
		top: -50px;
		margin-bottom: -40px;
	}
	#menu_page .meal .box:nth-of-type(2) .in {
		top: -50px;
		padding: 70px 15px 15px;
	}
	#menu_page .meal .box .in .txt {
		padding-top: 20px;
	}
	#menu_page .meal .box .in dl {
		font-size: 35px;
	}
	#menu_page .drink {
		margin-top: 0;
	}
	#menu_page .drink h3 {
		font-size: 30px;
	}
	#menu_page .drink .box {
		width: 48%;
	}
	#menu_page .drink .box .sec {
		margin-bottom: 30px;
	}
	#menu_page .drink .box .sec h4 {
		padding: 10px 15px;
		font-size: 20px;
		margin-bottom: 15px;
	}
	#menu_page .drink .box .sec > dl {
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	#menu_page .drink .box .sec .detail, #menu_page .drink .box .sec ul {
		display: block;
	}
	#menu_page .drink .box .sec ul, #menu_page .drink .box .sec ul:last-of-type {
		width: 100%;
	}
	/*--------------------------------------------------
		お席紹介
	--------------------------------------------------*/
	#seat .seat {
		margin-bottom: 0;
	}
	#seat .seat .box {
		border-radius: 15px;
		padding: 15px;
	}
	#seat .seat .box .in {
		width: 100%;
		margin-bottom: 15px;
	}
	#seat .seat .box:nth-of-type(even) .in {
		order: 1;
	}
	#seat .seat .box .in h3 {
		font-size: 28px;
		padding-top: 30px;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
	#seat .seat .box .in h3.w1 {
		padding-top: 30px;
	}
	#seat .seat .box .in h3 img {
		top: 0;
		transform: unset;
	}
	#seat .seat .box .in table {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#seat .seat .box .img {
		margin: 0 auto;
	}
	#seat .seat .box:nth-of-type(even) .img {
		order: 2;
	}
	#seat .seat .box .in .sakana {
		padding-top: 0;
	}
	#seat #shop h3 {
		font-size: 30px;
	}
	#seat #shop .box {
		margin-bottom: 30px;
	}
	#seat #shop .box .sec {
		width: 48%;
	}
	#seat #shop .box .sec > dl {
		margin-bottom: 20px;
	}
	#seat #shop .box .sec > dl > dt {
		padding: 10px 15px;
		font-size: 20px;
		margin-bottom: 15px;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}

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