@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: #ff0000; }
	#header .contact .tel a { background: #ff0000; }
	#header .contact .btn a { background: #ff0000; }
	#rwdMenuWrap { background: #ccc; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: #fff;
		z-index: 9997;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 30px;
	}
	/* お問い合わせ */
	#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 .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	#page_title .sub_page {
		padding-top: 50px;
		font-size: 60px;
		height: 150px;
		min-height: inherit;
	}
	#page_title .sub_page::before {
		height: 50%;
	}
	#page_title .sub_page span {
		font-size: 25px;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 23px;
		min-height: 50px;
		padding: 0 45px;
	}
	#container h3.sub:before {
		width: 20px;
		height: 20px;
		top: 15px;
		left: 15px;
	}
	#container h3.sub .fs {
		bottom: -3px;
	}
	#container h4.sub {
		font-size: 20px;
		padding: 30px 0 30px 30px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .box {
		padding: 25px 0;
	}
	#footer .bg .box_flex {
		width: 100%;
		display: block;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
		text-align: center;
	}
	/* パンくずリスト */
	#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_menu dl dt {
		font-size: 25px;
		margin-bottom: 5px;
	}
	#top_menu dl dd a {
		bottom: -25px;
		width: 200px;
		line-height: 50px;
	}
	/*--------------------------------------------------
		会社概要
	--------------------------------------------------*/
	#about .about_philosophy .box .in {
		width: 48%;
		padding: 15px;
		margin-bottom: 30px;
		justify-content: center;
		flex-direction: column;
	}
	#about .about_philosophy .box .in .img_box {
		width: 80px;
		height: 80px;
		margin-right: 0;
	}
	#about .about_philosophy .box .in .img_box img {
		width: 60%;
	}
	#about .about_philosophy .box .in .txt_box {
		font-size: 16px;
		line-height: 1.8em;
		text-align: center;
	}
	#about .about_origin .box {
		padding-top: 30px;
	}
	#about .about_origin .box dl {
		border: 5px solid #f8f8f8;
		width: 150px;
		height: 150px;
	}
	#about .about_origin .box dl::before {
		width: 60%;
	}
	#about .about_origin .box dl:nth-of-type(2)::before {
		width: 20px;
	}
	#about .about_origin .box dl:nth-of-type(3)::before,#about .about_origin .box dl:nth-of-type(4)::before {
		width: 50%;
	}
	#about .about_origin .box dt {
		font-size: 18px;
	}
	#about .about_origin .box dt span {
		font-size: 16px;
	}
	#about .about_history::before {
		width: 60px;
		top: 60px;
	}
	#about .about_history dl {
		padding: 15px 0;
	}
	#about .about_group .box .in_lft {
		width: 100%;
	}
	#about .about_group .box .in_lft dl {
		padding: 15px;
	}
	#about .about_group .box .in_lft dl:last-of-type {
		margin-bottom: 30px;
	}
	#about .about_group .box .in_rit {
		width: 450px;
		margin: 0 auto;
	}
	#about .about_group .box .in_rit .bana.w1 a {
		margin-bottom: 15px;
	}
	#about .about_group .box .in_rit .bana a {
		width: calc(440px /2);
	}
	/*--------------------------------------------------
		店舗紹介
	--------------------------------------------------*/
	#shop .shop_box {
		padding-top: 30px;
	}
	#shop .shop_box .box dl {
		width: 48%;
		margin-bottom: 30px;
		padding: 15px;
		align-items: center;
	}
	#shop .shop_box .box dt {
		font-size: 18px;
	}
	#shop .shop_box .box.gaisyoku_box dl {
		width: 48%;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#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;
	}

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