/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- テキスト関係 ---*/

.attention { color: #FF0000; } /* 注意色(基本赤) */
.text4L { font-size: 200%; }
.text3L { font-size: 160%; }
.text2L { font-size: 140%; }
.textL { font-size: 120%; }
.textS { font-size: 80%; }
.text2S { font-size: 60%; }
.bold {	font-weight: bold; }


/* テキスト位置設定 */

.center { margin: auto;	text-align: center;}
.textCenter { text-align: center !important;}
.textLeft { text-align: left !important;}
.left { text-align: left; }
.right { text-align: right; }


/*--- サイズ ---*/
.w35p { width: 35%; }
.w50p { width: 50%; }
.w60p { width: 60%; }


/*--- マージン関係 ---*/

.m0 {margin: 0;}
.mB7 {	margin-bottom: 7px; }
.mT10 {	margin-top: 10px; }
.mT20 {	margin-top: 20px; }
.mT15 {	margin-top: 15px; }
.mT40 {	margin-top: 40px; }
.mB5 { margin-bottom: 5px; }
.mB10 {	margin-bottom: 10px; }
.mB12 {	margin-bottom: 12px; }
.mB15 {	margin-bottom: 15px; }
.mB17 {	margin-bottom: 17px; }
.mB20 {	margin-bottom: 20px; }
.mB25 {	margin-bottom: 25px; }
.mB26 {	margin-bottom: 26px; }
.mB27 {	margin-bottom: 27px; }
.mB29 {	margin-bottom: 29px; }
.mB30 {	margin-bottom: 30px; }
.mB38 {	margin-bottom: 38px; }
.mB40 {	margin-bottom: 40px; }
.mB43 {	margin-bottom: 43px; }
.mB45 {	margin-bottom: 45px; }
.mB49 {	margin-bottom: 49px; }
.mB50 {	margin-bottom: 50px; }
.mB76 {	margin-bottom: 76px; }
.mB80 {	margin-bottom: 80px; }
.mR0 { margin-right: 0 !important;}
.mR10 {	margin-right: 10px; }
.mR20 {	margin-right: 20px; }
.mL5 { margin-left: 5px; }
.mL10 {	margin-left: 10px; }
.mL20 {	margin-left: 20px; }
.mL36 {	margin-left: 36px; }
.mLR10 {margin: auto 10px; }


/*--- パッディング関係 ---*/

.p0 { padding: 0 !important; }
.p10 { padding: 10px; }
.p20 { padding: 20px; }
.pT5 { padding-top: 5px; }
.pT10 {	padding-top: 10px; }
.pT40 {	padding-top: 40px; }
.pT50 {	padding-top: 50px; }
.pT100 { padding-top: 100px; }
.pB10 {	padding-bottom: 10px; }
.pB30 {	padding-bottom: 30px; }
.pB40 {	padding-bottom: 40px; }
.pB50 {	padding-bottom: 50px; }
.pLR60 { padding: 0 60px; }
.pR10 {	padding-right: 10px; }
.pL4 {	padding-left: 4px; }
.pL10 {	padding-left: 10px; }
.pL20 {	padding-left: 20px; }
.pB5 {	padding-bottom: 5px; !important}
.pB20 {	padding-bottom: 20px; }
.pLR10 { padding: 0 10px; }
.pLR15 { padding: 0 15px; }
.pLR20 { padding: 0 20px; }
.pLR30 { padding: 0 30px; }
.pT31B40 {	padding: 31px 0 40px; }
.pT31B80 {	padding: 31px 0 80px; }
.pT40B30 {	padding: 40px 0 30px; }


/*--- ページトップ ---*/

#pageTop { width: 53px; }

#pageTop a {
	text-decoration: none;
	color: #BA7E67;
	background: url(./../img/totop.png) no-repeat 0 center;
	padding-left: 15px;
}

/*--- フロート関係 ---*/

.floatLeftBox li { float: left; } /* リストをフロート左へ */
.floatLeft { float: left; }
.floatRightBox li { float: right; } /* リストをフロート右へ */
.floatRight { float: right; }
.clearBoth { clear: both; }


/*-- 画像関係 --*/

.block { display: block;}

.float_r {
	float: right;
	width: 302px;
}

.img_frame1, .list5_a li {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 9px;
	float: left;
}

.img_frame2 {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 9px;
}

.tit_green, .tit_broun {
	height: 30px;
	line-height: 30px;
	padding: 2px 10px 0 12px;
	color: #FFFFFF;
	width: 580px;
}

.tit_green2, .tit_broun2 {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #FFFFFF;
	width: 448px;
}

.tit_green { background: url(./../img/subtit_bg1.jpg) no-repeat; }
.tit_broun { background: url(./../img/subtit_bg2.jpg) no-repeat; }
.tit_green2 { background: url(./../img/subtit_bg3.png) no-repeat; }
.tit_broun2 { background: url(./../img/subtit_bg4.png) no-repeat; }


/*-- ボタン関係 --*/

a {	text-decoration: none;}

.list1 li a:hover, .footerLink li:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}


/*-- フォーム関係 --*/

input[type="text"],
input[type="password"],
textarea, select { border: 2px solid #CCCCCC;}
button, input[type="submit"], input[type="button"] { cursor: pointer; }


/*-- タイトル関係 --*/

.tit3 {
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	padding: 10px 0;
}


/*-- テキスト関係 --*/

.f18 { font-size: 128.571%;} /* 18px */
.f16 { font-size: 114.285%;} /* 16px */
.f15 { font-size: 107.142%;} /* 15px */
.f13 { font-size: 92.857%;} /* 13px */
.f12 { font-size: 85.714%;} /* 12px */
.f11 { font-size: 78.571%;} /* 11px */
.red {
	color: #E83828;
}




/*-- テーブル関係 --*/




/*-- ボーダー関係 --*/

.border-r3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.border-r5 {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.border-r10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.border-r15 {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.border-none {
	border: none !important;
}


/*-- リスト関係 --*/

.list-indent li {
	padding-left: 1em;
	text-indent: -1em;
}

.indent {
	padding-left: 1.5em;
	text-indent: -1.65em;
	line-height: 1.4;
}




/* 全ページ共通クラス(要調整)
----------------------------------------------------------- */

/*--- 記事枠 ---*/




/*--- パンくずリスト ---*/

.pankuzu {
	font-size: 84.61%;
	color: #A78B6C;
	margin: 0 0 15px 11px;
}

.pankuzu li {
	background: url(./../img/pankuzu_icon.png) no-repeat 6px 2px;
	display: inline;
	padding: 0 5px 0 0;
}

.pankuzu li:first-child {
	background: none;
	padding-left: 0;
	background: none;
}

.pankuzu li a {
	color: #7C7C7C;
}

#pageTop {
	position: fixed;
	bottom: 340px;
	right: 50px;
	z-index: 10000;
}




/* HOME index
----------------------------------------------------------- */

.leftBox1 {
	float: left;
	width: 437px;
	margin-left: -1px;
}

.rightBox1 {
	float: right;
	width: 438px;
}

.textBox1 {
	padding: 14px 21px 0 21px;
	line-height: 2.2;
}

.textBox1~p {
	padding: 14px 21px 0 21px;
	line-height: 2.2;
}

.textBox1_a {
	padding: 14px 21px 0 20px;
	line-height: 2;
	width: 550px;
	float: left;
}

.textBox1_b {
	padding: 20px 21px 0 21px;
	line-height: 2;
}

.imgBox1 {
	width: 250px;
	float: left;
	text-align: right;
}

.list1 {
	width: 400px;
	margin: -10px 0 0 -10px;
}

.list1 li {
	float: left;
	width: 190px;
	margin: 10px 0 0 10px;
}

.news_list {
  max-height: 187px;
  min-height: 187px;
  overflow-y: auto;
  margin: 14px 0px 14px 20px;
  padding-right: 10px;
  line-height: 2;
}

.news_list dt {
  width: 110px;
  float: left;
  line-height: 1.4;
  clear: both;
}

.news_list dd {
  padding-left: 110px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.news_list dd a {
	color: #192D52;
}


/* お店について about
----------------------------------------------------------- */

.list2 {
	width: 870px;
	margin-left: -10px;
}

.list2 li {
	width: 280px;
	float: left;
	margin: 0 0 10px 10px;
	text-align: center;
	max-width: 280px;
}

.list2 li a {
	display: block;
}

.about_name1 {
	display: block;
	text-align: right;
	line-height: 1.5;
	margin-top: 20px;
}


.pstile {
	float: left;
	width: 400px;
	margin: 70px 20px 0 20px;
}

.rightbox10{
	float: left;
	width: 307px;
}


.pstile2 {
	float: right;
	width: 400px;

  margin: 50px 20px 0 0;
}

.rightbox11{
	float: left;
	width: 307px;
}

.textBoxlarge {
	width: 900px;
  height: 530px;

background-image: url("./../img/about2_back.jpg")
	
}

.textBoxlarge2 {
	width: 900px;
  height: 530px;

background-image: url("./../img/about1_back.jpg")
	
}

/* お知らせ info
----------------------------------------------------------- */

.article {
	width: 660px;
	float: right;
}

.blog_section1 {
	padding: 20px 20px 30px 20px;
	margin-bottom: 30px;
	background: #FFFFFF;
}

.blog_tit1 {
	font-size: 128.57%;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
	padding: 1px 0 3px 48px;
	background: url(./../img/icon_2.png) no-repeat 6px 0;
}

.blog_date {
	color: #CCCCCC;
	font-size: 87.5%;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
}

.blog_date a {
	color: #595757;
}

.blog_content {
	word-break: break-all;
	padding-left: 15px;
	width: 300px;
	float: right;
}

.blog_img {
	width: 300px;
	float: right;
}

.blog_img a {
	display: block;
	margin-left: 10px;
	float: left;
	width: 300px;
}

.blog_img a:first-child {
	margin-left: 0;
}

.blog_img1 {
}

.blog_img2 {
}

/* ページャー */

#pagerCont {
	position: relative;
	overflow: hidden;
	margin: 10px 10px 50px 10px;
}

.pager {
	position: relative;
	left: 50%;
	float: left
}

.pager li {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 5px;
	border: 1px solid #736357;
	font-weight: bold;
}

.pager li.prev,
.pager li.next { border: none }

.pager li a {
	position: relative;
	display: block;
	padding: 3px 8px;
	color: #736357
}

.pager li a:link,
.pager li a:visited { text-decoration: none }

.pager li a:hover,
.pager li a:active {
	background-color: #736357;
	text-decoration: none;
	color: #FFFFFF;
}

.pager li em {
	display: block;
	padding: 3px 8px;
	background: #192D52;
	color: #FFFFFF;
}

.pager li.prev a:hover,
.pager li.next a:hover { color: #FFFFFF }


.blog_list {
	margin-bottom: 38px;
}

.blog_list dd {
	border-bottom: 1px dotted #917400;
	margin-left: 8px;
}

.blog_list dd:hover {
	border-bottom: 1px dotted #DDC977;
}

.blog_list dd a {
	color: #595757;
	text-decoration: none;
	display: block;
	padding: 10px 0 7px 0;
}

.blog_list dd a:hover {
	background: #FFFFFF;
}

.blog_img {
	text-align: center;
}

.blog_img img {
	display: block;
	width: 300px;
	float: right;
	border: 1px solid #E5E5E5;
	max-width: 300px;
	/*max-height: 199px;*/
}

.side {
	width: 220px;
	float: left;
}




/* メニュー menu
----------------------------------------------------------- */

.list4 li {
	width: 263px;
	float: left;
	padding: 10px 10px;
	margin: 0 0 10px 3px;
	background: url(./../img/menu_bg1.png) no-repeat;
	padding-top: 92px;
	line-height: 1.4;
}

.list4 li dl dt {
	color: #FFFFFF;
	/* font-size: 114.28%; */
	width: 192px;
	padding-left: 36px;
	text-align: center;
	min-height: 48px;
	max-height: 48px;
	margin-bottom: 19px;
	display: table;
}

.list4 li dl dt span {
	display: table-cell;
	vertical-align: middle;
}


.list4 li dl dd {
	width: 115px;
	padding: 0 0 0 75px;
	margin-bottom: 12px;
}

.list4 li dl dd a {
	width: 112px;
	display: block;
	text-align: center;
	background: #FFFFFF;
}

.list4 li dl dd + dd {
	width: 160px;
	padding: 0 0 0 56px;
	margin-bottom: 5px;
}

.list4 li dl dd + dd + dd {
	text-align: right;
	padding-right: 40px;
	width: 170px
}

.list4_a li {
	width: 400px;
	float: left;
	padding: 10px 10px;
	margin: 0 0 50px 3px;
	background: url(./../img/menu_bg2.png) no-repeat;
	padding-top: 146px;
	line-height: 1.4;
}

.list4_a li dl dt {
	/* font-size: 114.28%; */
	width: 260px;
	padding-left: 58px;
	text-align: center;
	min-height: 48px;
	max-height: 48px;
	margin-bottom: 15px;
	display: table;
}

.list4_a li dl dt span {
	display: table-cell;
	/*vertical-align: middle;*/
	height: 54px;
	font-weight:bold;
}


.list4_a li dl dd {
	width: 227px;
	padding: 0px 0 0 79px;
	margin-bottom: 12px;
}


.item_img1 {
	padding: 0 !important;
	margin-left: 79px;
min-height: 157px;
}

.item_img1 div {
text-align: center;
  background-color:#FFF;
  height:157px;
  max-width:227px;
}

.item_img1 div:before {
content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  background-color:#F00;
}

.item_img1 div img {
	display: inline-block;
  vertical-align:middle;
}

.list4_a li dl dd a {
	width: 112px;
	display: block;
	text-align: center;
	background: #FFFFFF;
}

.list4_a li dl dd + dd {
	width: 220px;
	padding: 0 0 0 86px;
	margin-bottom: 5px;
	text-align: left;
	word-break: break-all;
}

.list4_a li dl dd + dd + dd {
	text-align: right;
	padding-right: 40px;
	width: 220px;
}

.list4_a li dl dd {
	text-align: center;
}

.list4_a li dl dd img {
	max-width: 227px;
	max-height: 157px;
}


.pstile12{
	text-align: right;
}

.pstile13{
	text-align: center;
	font-size: 16px;
	text-decoration: underline;
}


/* アクセス access
----------------------------------------------------------- */

.mapBox1 {
	float: right;
	width: 450px;
}

.mapBox1 th {
	text-align: left;
}

.mapBox1 th, .mapBox1 td {
	padding: 5px 10px;
}

.mapBox2 {
	float: left;
	width: 390px;
}

.tb1 {
	line-height: 1.6;
}

.access_detail_list1 dt {
	background: url(./../img/access_icon1.png) no-repeat 10px 0;
	border-bottom: 1px dotted #192D52;
	margin-bottom: 10px;
	height: 32px;
	line-height: 32px;
	padding-left: 48px;
	font-weight: bold;
}

.access_detail_list2 dt {
	background: url(./../img/access_icon2.png) no-repeat 10px 0;
	border-bottom: 1px dotted #192D52;
	margin-bottom: 10px;
	height: 32px;
	line-height: 32px;
	padding-left: 48px;
	font-weight: bold;
}

.access_detail_list1 dd, .access_detail_list2 dd {
	line-height: 1.6;
	padding-left: 15px;
	margin-bottom: 10px;
}




/* 採用情報 recruit
----------------------------------------------------------- */

.tb2 {
	width: 670px;
	margin: 0 auto;
}

.tb2 tr {
	border-bottom: 2px solid #E7E7D1;
}

.tb2 th, .tb2 td {
	padding: 20px 10px 20px 20px;
}

.tb2 th {
	text-align: left;
}

.tb2 td {
	
}


/* 定休日カレンダー
----------------------------------------------------------- */

table.calendar {
    width: 860px;
    margin-left: 20px;
}
table.calendar tbody {
}
table.calendar tbody tr {
    border: 1px solid #A5A5A5;
}
table.calendar tbody tr th.sun {
    background: #FFA2A2;
}
table.calendar tbody tr th {
    text-align: center;
    height: 50px;
    border-right: 1px dashed #66748A;
    background: #E9F4FF;
}
table.calendar tbody tr th.sat {
    background: #C4BFE2;
}
table.calendar tbody tr td {
    height: 70px;
    background: #FFF;
    text-align: center;
    border-right: 1px dashed #aaa;
    vertical-align: top;
    padding-top: 4px;
    text-align: left;
    text-indent: 11px;
    font-size: 24px;
    color: #CACACA;
    font-style: oblique;
    position: relative;
}
table.calendar tbody tr td p {
}

p.calendarCaption {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
}
p.calendarCaption span.nextBtn {
}
.teikyuuTd{
    font-size: 23px;
    position: absolute;
    width: 200px;
    top: 38px;
    left: 26px;
    color: #FE6666;
    font-weight: bold;
}


/* TOP定休日カレンダー
----------------------------------------------------------- */

.top_calBox {
	overflow: hidden;
	width: 860px;
}

.top_calBox table.calendar {
    width: 380px;
    margin-left: 20px;
}
.top_calBox table.calendar tbody {
}
.top_calBox table.calendar tbody tr {
    border: 1px solid #A5A5A5;
}
.top_calBox table.calendar tbody tr th.sun {
    background: #FFA2A2;
}
.top_calBox table.calendar tbody tr th {
    text-align: center;
    height: 40px;
    border-right: 1px dashed #66748A;
    background: #E9F4FF;
}
.top_calBox table.calendar tbody tr th.sat {
    background: #C4BFE2;
}
.top_calBox table.calendar tbody tr td {
    height: 50px;
    background: #FFF;
    text-align: center;
    border-right: 1px dashed #aaa;
    vertical-align: top;
    padding-top: 4px;
    text-align: left;
    text-indent: 11px;
    font-size: 14px;
    color: #CACACA;
    font-style: oblique;
    position: relative;
}

.top_calBox #thisMonth {
	width: 400px;
	float:left;
	margin-right: 50px;
}

.top_calBox #nextMonth {
	width: 400px;
	float: left;
}

.top_calBox .teikyuuTd{
    font-size: 18px;
    position: absolute;
    top: 25px;
    left: 0px;
    color: #FE6666;
    font-weight: bold;
}