@charset "utf-8";
/* =Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	-webkit-overflow-scrolling: touch;
}
body {
	font: 16px;
    line-height: 1.8;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	-webkit-text-size-adjust: none;
	background-color: #f2f2f2;
	background-image: url(../images/bg-patarn-pc.png);
	background-position: top left;
	background-repeat: repeat;
-webkit-overflow-scrolling: touch;
	font-weight: 500;
}
/* リンク設定
------------------------------------------------------------*/

a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	font-weight: bold;
	color: #ff6212;
}
a:hover, a:active {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #cdcdcd;
}
a.btn {
	position: relative;
	display: block;
	padding: 10px 20px;
	text-decoration: none !important;
	color: #FFF !important;
	background: #e70618;/*色*/
	border: solid 1px #c70010;/*線色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	margin: 20px auto 0;
	font-size: 20px;
	text-align: center;
}
a.btn::after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 10px;
}
a.btnRetuen::after {
	content: "" !important;
}
a.btnRetuen::before {
	font-family: FontAwesome;
	content: "\f104";
	margin-right: 10px;
}
.post a{
	text-decoration:underline;
}
/**** Clearfix ****/

nav .panel:after, #mainNav:after, .newsTitle:after, .bg:after, .post:after {
	content: "";
	display: table;
	clear: both;
}
nav .panel, #mainNav, .newsTitle, .bg, .post {
	zoom: 1;
}
.clearfix:after {
	content : '';
	clear : both;
	display : block;
	height: 0;
}
.clear_fix:before, .clear_fix:after {content: " ";display: table;}
.clear_fix:after {clear: both;}
.clear_fix {*zoom: 1;}
/* レイアウト
------------------------------------------------------------*/

#wrapper, .inner {
	margin: 0 auto;
	width: 1040px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
#wrapper{
	min-height: calc(100vh - 380px);
}
#header {
	text-align: center;
	background: #FFF;
}
#content {
	padding: 30px 0;
}
#sidebar {
	float: right;
	width: 255px;
	padding: 30px 0;
}
#footer {
	clear: both;
}
.mb, .sp {
	display: none;
}
/* ヘッダー
------------------------------------------------------------*/

#header .headerLineTitle {
	position: relative;
	padding: 3px 20px;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
}
.contact {
	position: relative;
	float: right;
	text-align: right;
	font-size: 80%;
	margin-top: -32px;
	font-weight: bold;
}
#header .headerLogo {
	position: relative;
	clear: both;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
}
#header .headerLogo img {
	width: 260px;
}
#header .pnav ul {
	position: relative;
	float: right;
}
#header .pnav ul li {
	font-weight: bold;
	display: inline;
	margin-left: 5px;
	font-size: 90%;
}
#header .pnav ul li a:hover {
	color: #999999;
}
nav#mainnav ul li a span {
	color: #e70618;
}
/* トップページ　メイン画像
------------------------------------------------------------*/

#mainImg img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.post {
	margin: 0 0 20px 0;
}
/* タイポグラフィ
------------------------------------------------------------*/

.title {
	clear: both;
	margin-bottom: 50px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
}
.title span {
	padding-bottom: 10px;
	border-bottom: 3px solid;
}
.midashi {
	font-size: 20px;
	font-weight: bold;
	color: #e70618;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}
.post p {
	padding-bottom: 15px;
}
.post ul {
	margin: 10px 0 20px 20px;
}
.post ul li {
	padding-left: 5px;
	list-style: disc;
}
.post h1 {
	margin: 15px 0 25px;
	padding: 15px 0;
	font-size: 150%;
	font-weight: bold;
	color: #333333;
	border-bottom: 3px solid;
}
.post h2 {
	margin: 15px 0 25px;
	padding: 15px 0;
	font-size: 130%;
	font-weight: bold;
	color: #333333;
	border-bottom: 2px solid;
}
.post h3 {
	margin: 15px 0 25px;
	padding: 15px 0;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid;
}
.post h4 {
	margin: 15px 0 10px;
	padding: 15px 0;
	font-size: 110%;
	font-weight: bold;
}
.post h5 {
	margin: 15px 0 10px;
	padding: 15px 0;
	font-size: 110%;
	font-weight: bold;
}
.post h6 {
	margin: 15px 0 10px;
	padding: 15px 0;
	font-size: 110%;
	font-weight: bold;
}
.post blockquote {
	clear: both;
	padding: 10px 0 10px 25px;
	margin: 10px 0 25px 0px;
	border-left: 5px solid #e9e9e9;
}
.post blockquote p {
	padding: 5px 0;
}
.post table {
	border: 1px #cccccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 30px;
	width: 100%;
}
.post table th {
	padding: 15px;
	border: #cccccc solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
}
.post table td {
	padding: 15px;
	border: 1px #cccccc solid;
	border-width: 0 0 1px 1px;
	vertical-align: middle;
}
.post img {
	max-width: 100%;
	height: auto;
}
.fcPage h3{
	color: #FFF;
	background:  #e70618;
	border: none;
	padding: 10px 20px;
	margin-top: 20px;
}
.fcPage h4{
	color:#e70618;
	font-size:120%;
	padding: 0;
}
.fcPage h5{
	border-left:10px solid #000;
	padding: 0 20px;
}
.fcPage th{
	background: #EEE;
}
img.aligncenter {
	display: block;
	margin: 5px auto 30px auto;
	text-align: center;
}
img.alignright {
	margin: 5px 0 30px 30px;
}
img.alignleft {
	margin: 5px 30px 30px 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.centerText{
	text-align:center;
	margin: 20px 0;
}
.small {
	font-size: 80%;
}
.big {
	font-size: 140%;
	font-weight: bold;
}
.thin{
	font-weight:normal;
}

i{
	margin-right:5px;
}
b{
	color: #e70618;
}

.fs120 {font-size: 120%;}
.b {font-weight: bold;}

/* サイドバー
------------------------------------------------------------*/

.widget, .widgetInfo {
	margin: 0 0 20px;
}
#banners img {
	max-width: 255px;
	height: auto;
	padding-bottom: 10px;
}
.widget h3 {
	clear: both;
	margin: 0 0 20px;
	padding: 5px 0;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 2px solid ;
}
.widget a {
	font-weight: bold;
	display: block;
	padding: 5px 0 5px 0;
	color: #333333;
}
.widget a:hover {
	color: #999999;
}
.newsTitle {
	clear: both;
	margin: 0 0 20px;
	padding: 5px 0;
	font-size: 100%;
	border-bottom: 2px solid;
}
.newsTitle h3 {
	font-size: 130%;
	float: left;
	font-weight: bold;
}
.newsTitle p {
	float: right;
	padding: 5px 5px 0 5px;
	font-size: .8em;
}
.newsTitle a {
	font-weight: bold;
	color: #333333;
}
.newsTitle a:hover {
	color: #999999;
}
.news p {
	clear: both;
	padding-bottom: 2px;
}
.news p:last-child {
	border: 0;
}
.news p a {
	font-weight: bold;
	display: block;
	padding: 5px 0;
	color: #333333;
}
.news p a:hover {
	color: #999999;
}
.news span {
	padding-left: 10px;
}
/* フッター
------------------------------------------------------------*/

#footer ul {
	background: #1a1a1a;
}
#footer li {
	display: inline-block;
	vertical-align: text-top;
	text-align: left;
	margin-right: 30px;
}
#footer li a {
	font-weight: bold;
	display: block;
	padding: 0 0 0 10px;
	overflow: hidden;
	color: #FFF;
}
#footer li a:hover {
	color: #cdcdcd;
}
#footer li li {
	display: block;
	padding: 0;
}
*:first-child+html #footer li {
	display: inline;
}
*:first-child+html #footer ul ul, *:first-child+html #footer li li a, *:first-child+html #footer li li {
	display: none;
}
#copyright {
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 75%;
	zoom: 1;
	background: #e70618;
	color: #FFF;
}
#copyright a{
	color:#FFF;
}
.copyrightCompany {
	font-size: 14px;
}
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 0px;
	font-size: 40px;
	color: #cdcdcd;
}
/* パンくずリスト
------------------------------------------------------------*/

.breadcrumb {
  padding-left:0;
  margin-left:0;
	text-align: right;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #e70618;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}
}
/* トップページ
------------------------------------------------------------*/
.topSection {
	padding: 20px;
	margin-bottom: 10px;
}
.topSection2 {
	margin: 20px 0 10px;
}
.topMerit {
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 20px;
}
.topMerit .box {
	width: 31%;
	float: left;
	margin: 20px 1%;
}
.topNews ul {
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #CCC;
}
.topNews li {
	border-bottom: 1px solid #CCC;
}
.topNews li:last-child {
	border: none;
}
.topNews li a {
	color: #000;
	padding: 10px 20px;
	display: block;
}
.topShop .shopList {
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 20px;
}
.topShop .box a {
	background: #e70618;
	padding: 5px;
	margin: 5px;
	color: #FFF;
	display: block;
}
.topShop .box img {
	width: 50%;
	float: left;
}
.shopname {
	width: 50%;
	float: left;
}
.shopname p {
	padding: 20px;
	font-size: 20px;
	line-height: 1.5
}
.textBig {
	font-size: 20px;
	font-weight: bold;
	color: #e70618;
	text-align: center;
	line-height: 1.5;
}
.topFc {
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 20px;
}

/* スライドショー
------------------------------------------------------------*/
#shopPage #mainImg img {
	max-width: 1000px;
	margin: 0 auto;
	display: block;
}
.sliderPage {
	margin: 0 auto;
	max-width: 1000px;
	text-align: left;
	position: relative;
	visibility: hidden;
}
.sliderPage ul, .sliderPage ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.sliderPage ul li img {
	width: 100%;
}
.sliderCover {
	width: 100%;
	overflow: hidden;
}
.sliderWrap {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}

@media only screen and (max-width: 800px) {
.sliderPage {
	width: 100%;
}
}
/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 10px;
	text-align: center;
	position: absolute;
	z-index: 110;
}
.pagiNation a {
	margin: 0 5px;
	width: 30px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #aaa;
	transition: all 0.2s ease-in-out;
}
.pagiNation a:hover {
	opacity: 0.6;
}
.pagiNation a.pnActive:hover {
	opacity: 1;
}
.pagiNation a.pnActive {
	background: #000;
}
/* SideNavi
------------------------- */
.sliderPage .btnPrev, .sliderPage .btnNext {
	top: 0;
	position: absolute;
	z-index: 105;
}
.sliderPage .btnPrev {
	left: 0;
	background: url(../images/btnPrev.png) no-repeat center right;
	background-color: rgba(255, 255, 255,0.7);
}
.sliderPage .btnNext {
	right: 0;
	background: url(../images/btnNext.png) no-repeat center left;
	background-color: rgba(255, 255, 255,0.7);
}
.sliderPage .btnPrev:hover, .sliderPage .btnNext:hover {
	transition: all 0.3s linear;
	background-color: rgba(255, 255, 255,0.5);
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.sliderPage ul:before, .sliderPage ul:after, .sliderWrap:before, .sliderWrap:after {
	content: " ";
	display: table;
}
.sliderPage ul:after, .sliderWrap:after {
	clear: both;
}
.sliderPage ul, .sliderWrap {
*zoom: 1;
}

/* 本部下層ページ
--------------------------- */
.post{
		background:#FFF;
		padding: 40px;
	border: 1px solid #CCC;
	border-radius: 10px;
	}
.postAbout{
	text-align:center;
}
.aboutShomeiC{
	text-align:right;
	margin-top:60px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.aboutShomeiName{
	margin-top: 0;
	text-align:right;
	font-size:120%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.aboutImg img{
	margin: 10px;
	display:inline-block;
}
/* メニューページ
------------------------------------------------------------*/
#menu .menuBox .menuDetail {
    float: left;
    width: 60%;
}
#menu p {
    margin: 30px 0;
}
#menu table {
    border: 1px #CCC solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 30px;
    width: 100%;
}
#menu table th {
    padding: 15px;
    border: #CCC solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
}
#menu table td {
    padding: 15px;
    border: 1px #CCC solid;
    border-width: 0 0 1px 1px;
    vertical-align: middle;
}
#menu .menuPriceTable .menuName {
    border-left: 5px solid #e70618;
    background: #f9f9f9;
    width: 40%;
}
#menu .menuPriceTable .menuTime {
    text-align: right;
    width: 30%;
}

#menu .menuPriceTable .menuPrice {
    text-align: right;
    width: 30%;
    font-size: 80%;
}
#menu .menuPriceTable .priceText {
    font-size: 18px;
    padding-right: 5px;
}
#menu .menuBox .menuImg {
    width: 35%;
    float: right;
}
#menu #special .menuBox .menuDetail, 
#menu #special .menuBox .menuImg {
    width: 100%;
    float: none;
}
#menu table th span {
    font-size: 14px;
    color: #FFF;
    background: #e70618;
    border-radius: 10px;
    padding: 0px 15px;
    font-weight: normal;
    margin-left: 10px;
    display: inline-block;
}
.shopBox{
	border-bottom: 1px solid #CCC;
	padding: 20px;
}
.shopBox .shopDetail{
	float:left;
	width: 60%;
}
.shopBox .shopName{
	font-size:20px;
	color:#e70618;
	margin-top: 0;
	border-left:5px solid #e70618;
	padding-left: 10px;
}
.shopBox .shopImg{
	width:35%;
	float: right;
}
#companyTable th{
	background: #7b7b7b;
	color: #FFF;
}
.priceText{
	font-weight:bold;
	margin-right: 10px;
	font-size:16px;
}


#QandA dt {
	background: #444; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px 20px;
	border-radius: 2px;
}
#QandA dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA dd {
	margin: 24px 16px 40px 50px;
	line-height: 140%;
	text-indent: -24px;
}
#QandA dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}
.FCcontactField{
	background: #fffaae;
	text-align: center;
	padding: 10px;
	margin: 20px 0;
}
.telNum{
	font-size:28px;
}

form#mail_form{
	width : 100%;
	margin: 0 auto;
}

form#mail_form dl{
	margin : 0 auto;
	overflow : hidden;
}

form#mail_form dl dt{
	width: 100%;
	border-top : 1px solid #cccccc;
	padding : 10px 0 5px;
	overflow : hidden;
	text-align: left;
}

form#mail_form dl dd{
	padding : 0px 0 13px 0px;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	border : none;
}
form#mail_form input{
	padding : 10px 20px;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}

form#mail_form textarea{
	width : 100%;
	max-width : 100%;
	box-sizing: border-box;
	height : 200px;
	padding : 10px;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
}

form#mail_form input:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #f7931e;
	border : 1px solid #f7931e;
	background : #ffffff;
}

form#mail_form input#company{
	width : 60%;
	max-width : 90%;
	-webkit-appearance : none;
}

form#mail_form input#name_1,
form#mail_form input#name_2{
	width : 37%;
	max-width : 100%;
	-webkit-appearance : none;
}

form#mail_form input#read_1,
form#mail_form input#read_2{
	width : 37%;
	max-width : 100%;
	-webkit-appearance : none;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm{
	width : 80%;
	max-width : 100%;
	-webkit-appearance : none;
}
form#mail_form ul li{
	list-style-type : none;
	margin-bottom : 0.5em;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}

form#mail_form ul li input{
	height : auto;
	margin-right : 0.5em;
}

form#mail_form input#postal{
	width : 30%;
	max-width : 90%;
	-webkit-appearance : none;
}

form#mail_form input#address_1,
form#mail_form input#address_2{
	display : block;
	width : 90%;
	max-width : 90%;
	margin-bottom : 7px;
	-webkit-appearance : none;
}

form#mail_form input#phone{
	width : 80%;
	max-width : 90%;
	-webkit-appearance : none;
}



form#mail_form p#form_submit{
	width : 100%;
	margin : 0 auto;
	padding : 15px 0;
	border-top : 1px solid #cccccc;
}

form#mail_form input#form_submit_button{
	width : auto;
	height : auto;
	padding : 7px 15px;
	vertical-align : middle;
	color : #444444;
	background : #eeeeee;
	border : 1px solid #cccccc;
	border-radius : 3px;
	font-family : inherit;
	font-weight : bold;
	-webkit-appearance : none;
}

form#mail_form input#form_submit_button:hover{
	cursor : pointer;
	color : #106dff;
	background : #e0e0e0;
}
span.required{
	color:#e70618;
	font-size:70%;
	margin-left: 10px;
	display: inline-block;
}
span.required::before{
	content:"※";
}

::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}


/* 店舗TOPページ
------------------------------------------------------------*/
section {
	margin: 30px 0;
}
.topPageMenu .wrapper {
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 20px;
}
.topPageMenu .box {
	box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #000;
	-webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #000;
	-moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #000;
	position: relative;
}
.topPageMenu a {
	color: #1a1a1a;
}
.topPageMenu .summary h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	min-height:45px;
}
.topPageMenu .summary p {
	line-height: 1.4;
}
.topPageMenuPrice{
	font-size:120%;
	font-weight: bold !important;
	color: #e70618;
	margin-bottom: 10px;
}
.topPageMenuPrice .time{
	font-size:12px;
	background: #f15a24;
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
	color: #FFF;
	margin-right: 10px;
}
.menuKousei{
	color:#f15a24;
	font-size: 80%;
	line-height: 1.2;
}
.topPageAccess .wrapper {
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 20px;
}
h3.shopPageName {
	font-size: 24px;
	font-weight: bold;
	color: #e70618;
}

/* 店舗一覧ページ
------------------------------------------------------------*/
.shoplist_page {
line-height: 1.4;
}
.shoplist_page h3 {
font-size: 22px;
}
.shoplist_page h3:before {
	font-family: FontAwesome;
	content: "\f150";
    margin-right: 10px;
}
.shoplist_page h4 {
padding: 0;
margin: 0　0　20px 0;
font-size: 18px;
}
.shoplist_page section {
padding: 20px;
border-bottom: 1px solid #CCC;
margin: 0px;
}
.shoplist_page figure {
float: left;
width: 35%;
padding: 0;
margin: 0;
}
.shoplist_page figure img {
border: 1px solid #CCC;
padding: 1px;
}
.shoplist_page div {
float: right;
width: 62%;
}
.shopname_shoplist_page {
font-size: 18px;
font-weight: bold;
}
/* contents内設定
------------------------------------------------------------*/
#content #menu h2 {
    margin: -20px -20px 0px -20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    background: -webkit-linear-gradient(left, #e70618, #c4061d);
    background: -o-linear-gradient(left, #e70618, #c4061d);
    background: linear-gradient(to right, #e70618, #c4061d);
    padding: 10px 0 20px 0;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
#content #menu h2 span {
    padding-bottom: 10px;
    border-bottom: 3px solid #f15a24;
}
.maru {
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 20px;
}
/* トップページ新店情報
------------------------------------------------------------*/
#top_shoplist div {
    margin: 10px 0;
}
#top_shoplist div:after {
	font-family: FontAwesome;
	content: "\f105";
    color: #CCC;
    font-size: 30px;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
}
#top_shoplist .maru {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    background: #e70618;
}
#top_shoplist .newopen {
    background: #FFFFFF;
    color: #e70618;
    text-align: center;
    padding: 5px;
    font-size: 28px;
    line-height: 1.2;
    vertical-align: middle;
    font-family: "Rounded Mplus 1c"; font-weight: bold;
}
#top_shoplist .newopen span {
    display: block;
}
#top_shoplist .newshopname {
    font-size: 36px;
    font-weight: bold;
    color:  #FFFFFF;
    padding:0  10px 0 20px;
    vertical-align: middle;
    line-height: 1.2;
    font-family: "Rounded Mplus 1c"; font-weight: bold;
    text-align: center;
}
#top_shoplist .newday {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    vertical-align: middle;
    padding: 0 10px;
    font-family: "Rounded Mplus 1c"; font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
#top_shoplist .newday span {
    display: block;
    font-size: 90%;
}
#top_shoplist .newadd_wrap {
    color: #FFFFFF;
    font-size: 18px;
    vertical-align: middle;
    padding: 0 0 0 10px;
    font-weight: normal;
    font-family: "Rounded Mplus 1c"; font-weight: normal;
}
#top_shoplist .newadd {
    width: 100%;
}
#top_shoplist .newtel {
    width: 100%;
    font-size: 130%;
}

/* 求人情報ページ
------------------------------------------------------------*/
.post img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    line-height: 1;
}
.rec_bar {
    background: #e70618;
    padding: 2% 1%;
    text-align: center;
}
.rec_bar_wrap {
margin: 0 auto;
max-width: 900px;
}
.rec_bar a:hover {
display: block;
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}
.rec_okigaru {
    max-width: 400px;
    margin: 0 auto 2% auto;
}
.rec_tel {
    float: left;
    width: 49%;
}
.rec_entry {
    float: right;
    width: 49%;
}
.rec_wrap {
    padding: 4% 2%;
}
#konnnakata {
    background: url(../images/LP/lp3.jpg);
    background-size: cover;
}
#konnnakata p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
#konnnakata ul {
    border: 2px solid #FFF;
    margin: 2%;
    padding: 3%;
}
#konnnakata li {
    width: 47%;
    float: left;
    padding: 1.5%;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    list-style: none;
}
#konnnakata li:before {
	font-family: FontAwesome;
	content: "\f046";
    margin-right: 10px;
}
.b {
font-weight: bold;
}
#rec_system {
background: #ea522f;
color: #FFFFFF;
text-align: center;
position: relative;
background: url(../images/LP/lp13.png) center bottom;
}
#rec_system:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f15a24;
    z-index: 1;
}
#rec_system h2 {
color: #FFF;
font-weight: bold;
border-bottom: 2px solid #FFF;
margin-top: 0;
padding-top: 0;
}
#rec_system h2+p {
font-size: 18px;
line-height: 180%;
margin-bottom: 3%;
}
#rec_system h2+p span {
font-weight: bold;
font-size: 140%;
}
#rec_system table {
border: none;
margin: 0;
}
#rec_system table td {
width: 45%;
padding: 0;
text-align: center;
border: none;
}
#rec_system table th {
width: 8%;
vertical-align: middle;
padding: 1%;
text-align: center;
border: none;
}
#rec_system2 {
position: relative;
background: url(../images/LP/lp14.png) center bottom;
}
#rec_system2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f7931e;
}
#rec_system2 h3,
#gesshu h3 {
text-align: center;
font-size: 28px;
border: 2px solid #FFF;
padding: 10px;
color: #FFF;
}
#rec_system2 dl {
background: #FFF;
border-radius: 10px;
padding: 20px;
margin: 10px auto;
font-weight: bold;
}
#rec_system2 dl dt {
font-size: 20px;
border-bottom: 3px dotted #f7931e;
padding-bottom: 10px;
line-height: 150%;
color: #f15a24;
}
#rec_system2 dl dd {
font-size: 32px;
padding-top: 10px;
text-align: right;
color: #f15a24;
margin-right: 10px;
font-weight: bold;
}
#rec_system2 dl dd span {
font-size: 20px;
margin: 0 10px 0 5px;
font-weight: bold;
background: #f7931e;
color: #FFF;
padding: 0 10px;
border-radius: 10px;
display: inline-block;
}
.w_98 {width: 98%; margin: 0 auto;}
#gesshu {
    background: url(../images/LP/lp3.jpg);
    background-size: cover;
}
.gesshu_box {
width: 32.33%;
float: left;
background: #FFF;
border-radius: 10px;
text-align: center;
margin: 0 0.5%;
}
.gesshu_box p {
font-size: 22px;
padding: 10px 0;
font-weight: bold;
}
.gesshu_box table {
border: none;
margin: 0;
}
.gesshu_box table th {
text-align: center;
background: #F2F2F2;
border: none;
}
.gesshu_box table td {
text-align: center;
border: none;
}
.gesshu_box table td span {
font-size: 32px;
font-weight: bold;
color: #f15a24;
}
.rec_full {border-top: 10px solid #e70618;}
.rec_full p {border-bottom: 5px solid #e70618; color: #e70618;}
.rec_part {border-top: 10px solid #f15a24;}
.rec_part p {border-bottom: 5px solid #f15a24; color: #f15a24;}
.rec_wwork {border-top: 10px solid #f7931e;}
.rec_wwork p {border-bottom: 5px solid #f7931e; color: #f7931e;}

#momitoha {
background: url(../images/LP/lp12.jpg);
background-size: cover;
}

#momitoha p {
float: left;
width: 65%;
font-size: 19px;
font-weight: bold;
padding: 4%;
background: rgba(255,255,255,0.7);
margin: 5% 0 0 2%;
border: 1px solid #FFF;
}

#momitoha div {
float: right;
width: 24%;
}

.rec_boshuu {
}

.rec_boshuu h3,
#rec_form h3 {
text-align: center;
font-size: 24px;
color: #c1272d;
border-bottom: 2px solid #c1272d;
margin-top: 0;
padding-top: 0;
}
.rec_boshuu table {
margin: 0 auto;
}
.rec_boshuu table th {
text-align: center;
background: #F2F2F2;
}
.rec_boshuu div {
border: 2px solid #c1272d;
color: #c1272d;
padding: 10px 20px;
font-size: 20px;
}
.rec_boshuu p {
margin: 0 0 0 20px;
padding: 15px  0 0 0;
font-weight: bold;
font-size: 18px;
}
.rec_boshuu li {
margin-left: 20px;
}
.rec_boshuu li span {
font-size: 100%;
font-weight: bold;
margin-right: 20px;
}
.rec_boshuu li a {
width: 100%;
height: 100%;
color: #333;
text-decoration: none;
font-weight: normal;
}
#rec_form {}
#rec_form th {
vertical-align: middle;
font-weight: normal;

background: #f2f2f2;
text-align: center;
}
input, select, textarea {
font-size: 100%;
}









/* iPadサイズ（1025px）以上　トップページ新店情報
------------------------------------------------------------*/
@media only screen and (min-width:1025px) {
#top_shoplist div {display: table;}
#top_shoplist .newopen {display: table-cell;width: 15%;}
#top_shoplist .newshopname {display: table-cell;width: 30%;}
#top_shoplist .newday {display: table-cell;width: 30%;}
#top_shoplist .newadd_wrap {display: table-cell;width: 25%;}
}
/* iPadサイズ（1024px）以下　トップページ新店情報
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
#top_shoplist div {display: block; background: url(../images/shop/mainimg.jpg) ;background-size: cover;background-position: left;text-align: right;}
#top_shoplist .newopen {display: block;width:cal(100%-20px);}
#top_shoplist .newopen span {display: inline; padding-left: 10px;}
#top_shoplist .newshopname {display: block;width:cal(100%-20px);background: none;text-align: center;margin: 10px 0;}
#top_shoplist .newday {display: block;width:cal(100%-20px); text-align:center; margin-bottom: 5px;}
#top_shoplist .newday span {display: inline; padding-left: 10px;}
#top_shoplist .newadd_wrap {display: block;width:cal(100%-20px);line-height: 1.3;}
#top_shoplist div:after { display: none;}
}
/* iphoneサイズ（644px）以下　トップページ新店情報
------------------------------------------------------------*/
@media only screen and (max-width:644px) {
#top_shoplist .newday span {display: block; padding-left: 0px;}
#top_shoplist .newopen {font-size: 20px;}
#top_shoplist .newshopname {font-size: 24px;}
#top_shoplist .newday {font-size: 24px;}
#top_shoplist .newadd_wrap {font-size: 14px!important; text-align: center;}
}
/* メインメニュー　PC用
------------------------------------------------------------*/

@media only screen and (min-width:1025px) {
.pc_none {
display: none!important;
}
#header .headerLineTitle {
	color: #FFF;
}
.headerLine {
	position: relative;
	background: #e70618;
}
.pnav {
	position: absolute;
	top: 0;
	right: 20px;
}
.pnav li {
	background: #FFF;
	border: 1px solid #e70618;
	border-top:none;
	padding: 10px;
	min-width: 100px;
	display: inline-block !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
#header .pnav ul li a {
	color: #e70618;
}
#header .headerLogo {
	margin-top: 30px;
}

	
nav#mainnav {
	position: relative;
	margin-top: 25px;
	position: relative;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 33%, rgba(242,242,242,1) 99%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 33%,rgba(242,242,242,1) 99%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 33%,rgba(242,242,242,1) 99%);

}
nav#mainnav ul {
	display: table;
	table-layout: fixed;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
nav#mainnav ul li {
	display: table-cell;
	position: relative;
}
nav#mainnav ul li a {
	display: block;
	text-align: center;
	_float: left;
	height: 60px;
	padding: 8px 0 0;
	line-height: 60px;
	font-size: 130%;
	font-weight: bold;
	color: #333333;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #CCC;
}
	nav#mainnav ul li a.active::after{
		position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #e70618;
	}
	nav#mainnav ul li:first-child a{
		border-left: 1px solid #CCC;
	}
	nav#mainnav ul li a:hover{
		background: rgb(206,206,206);
background: -moz-linear-gradient(top, rgba(206,206,206,1) 32%, rgba(226,226,226,1) 99%);
background: -webkit-linear-gradient(top, rgba(206,206,206,1) 32%,rgba(226,226,226,1) 99%);
background: linear-gradient(to bottom, rgba(206,206,206,1) 32%,rgba(226,226,226,1) 99%);
	}
nav#mainnav ul li a span, nav#mainnav ul li a strong {
	display: block;
	font-size: 90%;
	line-height: 1.7;
}
nav#mainnav ul li a span {
	font-size: 60%;
}
nav#mainnav ul li a:hover span, nav#mainnav ul li a:hover {
	opacity: 0.7;
}
nav#mainnav ul ul {
	width: 160px;
	border-top: 0;
}
nav#mainnav ul li ul {
	display: none;
}
nav#mainnav ul li:hover ul {
	display: block;
	position: absolute;
	top: 60px;
	text-align: center;
	z-index: 500;
}
nav#mainnav ul li li {
	background: #ffffff;
	border-bottom: 1px dotted #cdcdcd;
	float: none;
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin: 0;
}
nav#mainnav ul li li:last-child {
	border: 0;
}
nav#mainnav ul li li a {
	width: 100%;
	height: 40px;
	padding: 0;
	line-height: 40px;
	font-size: 95%;
	text-lign: center;
}
nav#mainnav ul li li a:hover {
	color: #999999;
}
nav div.panel {
	display: block !important;
}
a#menu {
	display: none;
}
#footer {
	background: #1a1a1a;
}
.footerMenu {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#footer ul {
	padding: 20px 0;
}
#footer li {
	width: 20%;
}
.footerMenu a::before {
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 10px;
}
.footerMenu .title {
	display: none;
}
.midashi {
	font-size: 24px;
}
.textBig {
	padding: 5px 0;
	margin-top: 20px;
}
.topNews li time {
	color: #e70618;
}
.topShop .box {
	width: 30%;
}
	.topNews li a{
		padding:20px;
	}
	
/* 店舗トップページ
--------------------------- */
.headerShopLogo {
	width: 40%;
	float: left;
}
.headerShopLogo a {
	display: table;
	border-collapse: separate;
}
.headerShopLogoImg {
	display: table-cell;
	vertical-align: bottom;
}
.headerShopName {
	display: table-cell;
	vertical-align: bottom;
	font-size: 18px;
	color: #000;
	margin-left: 10px;
	padding-left: 10px;
}
.headerContact {
	width: 55%;
	float: right;
	vertical-align: middle;
	margin: 20px 0 0;
	text-align: right;
}
.headerContactTell {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	margin-right: 20px;
}
.headerContactNet {
	display: inline-block;
	width: 200px;
	vertical-align: middle;
}
section {
	margin: 30px 0;
}
#shopPage #header .headerLogo {
	text-align: left;
	margin-top: 20px;
}


.topPageMenu .box {
	width: 23%;
	float: left;
	margin: 0 1%;
	position: relative;

}
.topPageMenu .box:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #e70618;
}
.topPageMenu .summary {
	padding: 15px;
}
.shopImg {
	float: left;
	width: 40%;
}
.topPageAccessSummary {
	float: right;
	width: 55%;
}
.pageContactTell {
	display: block;
	margin: 5px 0;
	font-size: 24px;
}
.pageContactNet {
	width: 300px;
	display: block;
}
iframe {
	margin-top: 20px;
}
}

/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/

@media only screen and (max-width:1024px) {
#header {
	width: 100%;
	z-index: 500;
}
#headerWrap {
	position: relative;
	width: 100%;
	height: 60px;
}
#header .headerLineTitle {
	display: none;
}
#header .headerLogo {
	padding-top: 18px;
}
#header .headerLogo img {
	max-height: 40px;
	width: auto !important;
}
#header .pnav ul {
	display: none;
}
a#menu {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
}
#menuBtn {
	display: block;
	position: absolute;
	top: 60%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #e70618;
	transition: .2s;
}
#menuBtn:before, #menuBtn:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background: #e70618;
	transition: .3s;
}
#menuBtn:before {
	margin-top: -7px;
}
#menuBtn:after {
	margin-top: 5px;
}
a#menu .close {
	background: transparent;
}
a#menu .close:before, a#menu .close:after {
	margin-top: 0;
}
a#menu .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
a#menu .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.panel {
	width: 100%;
	display: none;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
}
#mainnav {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	z-index: 500;
}
#mainnav ul {
	background: #ffffff;
	text-align: left;
}
#mainnav li a {
	position: relative;
	display: block;
	padding: 12px 25px;
	border-bottom: 1px solid #eeeeee;
	color: #333333;
	font-weight: bold;
}
#mainnav ul li a span {
	display: none;
}
#mainnav ul li li {
	border: 0;
}
#mainnav ul li li a {
	padding-left: 40px;
}
}

/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/

@media only screen and (max-width:1024px) {
.mb {
	display: block;
}
.mbno {
	display: none;
}
body {
	background-image: url(../images/bg-patarn.png);
	background-position: top left;
	background-size: contain;
	background-repeat: repeat-y;
}
#wrapper, #header, .inner {
	width: 100%;
}
#header .headerLineTitle, #header p {
	padding: 5px 10px;
}
#header .headerLogo {
	padding: 10px;
}
#mainImg {
	margin-bottom: 0;
}
h2.first {
	margin-top: 30px;
}
h2.topFirst {
	margin-top: -10px;
}
#content, #sidebar {
	clear: both;
	width: 95%;
	float: none;
	margin: 0 auto;
	padding: 10px 0;
}
#banners {
	width: 100%;
	margin: 30px 0 30px 0;
	text-align: center;
}
#banners p {
	display: inline;
}
#banners p img {
	width: 100%;
	height: auto;
}
.widget_search {
	text-align: center;
}
#footer {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}
#footer ul {
	text-align: center;
	background: rgb(51,51,51);
	background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(26,26,26,1) 100%);
	background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(26,26,26,1) 100%);
	background: linear-gradient(to right, rgba(51,51,51,1) 0%, rgba(26,26,26,1) 100%);
}
#footer li {
	width: 50%;
	float: left;
	margin: 0;
}
#footer li a {
	padding: 20px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#footer li a::after {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
}
.footerMenu .title {
	font-size: 25px;
	font-weight: bold;
}
.footerOficialBtn {
	background: #000;
	color: #FFF;
	padding: 20px;
	text-align: left;
	display: block;
}
.footerOficialBtn::after {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
}
.thumbWrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}
.thumbWrap ul.thumb li {
	width: 30%;
	float: left;
	margin: 0 1% 0 2%;
}
.thumbWrap img {
	width: 100%;
	height: auto;
}
.meritBox {
	margin: 10px 0;
}
.meritText {
	margin-bottom: 20px;
}
.topNews ul {
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #CCC;
}
.topNews li {
	border-bottom: 1px solid #CCC;
}
.topNews li:last-child {
	border: none;
}
.topNews li time {
	display: block;
}
.topNews li a {
	color: #000;
	padding: 10px 20px;
	display: block;
}
.menuBox .menuDetail{
		width:70%;
	}
.menuBox .menuImg{
	width: 25%;
	}
.shopNameMb {
	background: url(../images/bg-shopName.png) no-repeat top left;
	background-size: 100% 90px;
	color: #FFF;
	text-align: center;
	height: 90px;
}
.shopNameMb h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 20px 10px;
}
.shopTopContact {
	text-align: center;
	padding: 20px 0;
}
.shopTopContact .clearfix {
	display: block;
	margin: 0 auto;
	width: 80%;
}
.shopTopContact a {
	float: left;
	width: 50%;
}
.shopTopContact a img {
	width: 100%;
}
.topPageMenu .box {
	margin-bottom: 10px;
	position: relative;
	padding-right: 20px;
}
	.topPageMenu .box::before{
		content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-right: 20px solid #e70618;
	}
.topPageMenu a.menuLink::after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 20px;
	color: #FFF;
	position: absolute;
	top: 40%;
	right: 0;
	width: 20px;
	height: 20px;
	text-align: center;
}
.topPageMenu img {
	float: left;
	width: 30%;
}
.topPageMenu .summary {
	float: right;
	width: 65%;
	line-height: 1.5;
}
.topPageMenu .summary h3 {
	padding: 10px 10px 10px 0;
}
.topPageMenu .summary p {
	padding: 0 10px 10px 0;
}
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/

@media only screen and (max-width:644px) {
section {
	margin: 20px 0;
}
.spno {
	display: none;
}
.title {
	margin-bottom: 35px;
}
img.alignright, img.alignleft {
	display: block;
	margin: 5px auto 20px auto;
}
.alignright, .alignleft {
	float: none;
}
	.centerText{
		text-align:left;
	}

.topMerit .box {
	width: 100%;
	float: none;
}

	
/* 店舗TOPページ
------------------------------------------------------------*/
.topPageMenu .wrapper {
	background: #FFF;
	border-radius: 10px;
	border: 1px solid #CCC;
	padding: 20px;
}
.topPageMenu img {
	width: 40%;
}
.topPageMenu .summary {
	width: 55%;
}
.topPageMenu .summary h3 {
	font-size: 18px;
}
.topPageAccess {
	margin-top: 20px;
}
.shopImg {
	width: 100%;
	height: auto;
}
.shopTopContact {
	padding: 10px 0;
}
.topPageAccessTel {
	font-size: 24px;
	font-weight: bold;
}
.shopTopContact {
	padding: 20px;
}
.shopTopContact .clearfix {
	width: 100%;
}
.post{padding: 20px;}

/* メニューページ
------------------------------------------------------------*/
#menu .menuBox {box-sizing: border-box;}
#menu .menuBox .menuDetail {width:100%;float:none; box-sizing: border-box;}
#menu .menuPriceTable {border-left: none; border-bottom: none;width: 100%; box-sizing: border-box;}
#menu .menuPriceTable .menuName {display:block;width:100%; box-sizing: border-box;}
#menu .menuPriceTable .menuTime {border-bottom:none;padding-bottom: 0;display: block;width:100%;text-align: left; box-sizing: border-box;}
#menu .menuPriceTable .menuTime br {display: none;}
#menu .menuPriceTable .menuPrice {display:block;width:100%;text-align: right; box-sizing: border-box;}
#menu .menuBox .menuImg {width: 100%;float: none;}

/* 店舗一覧ページ
------------------------------------------------------------*/
.shoplist_page figure {float: none;width: 100%;margin: 0 auto;}
.shoplist_page div {float: none;width: 100%;}
.shoplist_page section {padding: 20px 0;}

/* 求人情報ページ
------------------------------------------------------------*/
.rec_bar {padding: 3%;}
.rec_tel,
.rec_entry {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 1% auto;
}
#konnnakata li {
    width: 100%;
    float: none;
    font-size: 18px;
}

#rec_system,
#rec_system2 {
background-size: 50%;
}
#rec_system h2 {
padding: 0  10% 4% 10%;
margin-bottom: 4%;
}
#rec_system table {
width: 90%;
margin: 0 auto;
}
#rec_system table td {
display: block;
width: 100%;
}
#rec_system table th {
display: block;
max-width: 120px;
margin: 0 auto;
padding: 4%;
}
#rec_system2 h3,
#gesshu h3 {
font-size: 22px;
padding: 5px;
}
.gesshu_box {
width: 100%;
float: none;
margin: 3% 0;
}

#momitoha p {
float: none;
width: 80%;
margin: 0 auto;
}

#momitoha div {
float: none;
width: 50%;
margin: 0 auto;
}
.rec_boshuu table th,
.rec_boshuu table td {
display: block;
}
.rec_boshuu li span {
display: block;
}

#rec_form th,
#rec_form td {
display: block;text-align: center;
}

.rec_wrap {
padding: 40px 2%;
}





}
