@charset "UTF-8";

/* スタイルのリセット
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}


/* 
******************************************************************/

body {
	background-color: #bd1e0e;
	font-size: 14px;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	color: #fff;
	margin: 0;
	padding: 0;
}

.center{
	text-align: center;
}

.clear {
	clear: both;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

img {
	border: none;
}

.position_relative{
    position: relative;
}


/* 共通
******************************************************************/

#container {
	width: 998px;
	margin: 0px auto 0px auto;
	border-left: 1px solid #833f2c;
	border-right: 1px solid #833f2c;
	background: url(../images/background.jpg);
}

#title_box {
	width: 998px;
	background: url(../images/header_bg.jpg) no-repeat 0 0;	
}

#container header .title_box_yuge {
	width: 998px;
	height: 139px;
	margin: 0px auto 0px auto;
	background: url(../images/header_yuge.png) no-repeat 0 0, url(../images/header_bg.jpg) no-repeat 0 0;
}

#title_box h1 a {
	width: 300px;
	height: 139px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: url(../images/header_logo.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#main {
	width: 998px;
	margin: 0px auto 0px auto;
}


/* グローバルナビゲーション
******************************************************************/

#global_nav {
	width: 998px;
	height: 50px;
	margin: 0px auto 0px auto;
}

#global_nav ul#menu li {
	float: left;
	width: 250px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#global_nav ul#menu li#nav01 {
	width: 249px;
	background: url(../images/nav_item_01_n.jpg) no-repeat 0 0;
}

#global_nav ul#menu li#nav01:hover {
	background: url(../images/nav_item_01_r.jpg) no-repeat 0 0;
}

#global_nav ul#menu li#nav01_current {
	width: 249px;
	background: url(../images/nav_item_01_r.jpg) no-repeat 0 0;
}

#global_nav ul#menu li#nav02 {
	background: url(../images/nav_item_02_n.jpg) no-repeat 0 0;
}

#global_nav ul#menu li#nav02:hover {
	background: url(../images/nav_item_02_r.jpg) no-repeat 0 0;
}

#global_nav ul#menu li#nav02_current {
	background: url(../images/nav_item_02_r.jpg) no-repeat 0 0;
}

#global_nav ul#menu li#nav03 {
	background: url(../images/nav_item_03_n.jpg) no-repeat 0 0;
}

#global_nav ul#menu li#nav03:hover {
	background: url(../images/nav_item_03_r.jpg) no-repeat 0 0;
}

#global_nav ul#menu li#nav03_current {
	background: url(../images/nav_item_03_r.jpg) no-repeat 0 0;
}

#global_nav ul#menu li#nav04 {
	width: 249px;	
	background: url(../images/nav_item_04_n.jpg) no-repeat 0 0;
}

#global_nav ul#menu li#nav04:hover {
	background: url(../images/nav_item_04_r.jpg) no-repeat 0 0;
}

#global_nav ul#menu li#nav04_current {
	width: 249px;
	background: url(../images/nav_item_04_r.jpg) no-repeat 0 0;
}

#global_nav ul#menu li a {
	display: block;
	width: 250px;
	height: 50px;
}


/* フッター
******************************************************************/

#footer {
	margin: 20px auto 0px auto;
	background: url(../images/footer_bg.png) no-repeat 0 bottom;
	height: 265px;
}


#footer #footer_keiretsu {
	font-family: "MS PGothic","Hiragino Kaku Gothic Pro", "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	/*width: 638px;*//*663px*/
	height: 117px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 0;
	text-align: center;
}

#keiretsu_title {
	font-size: 14px;
	line-height: 320%;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
}
#footer #footer_keiretsu #banner_mongolian {
	width: 89px;
	height: 62px;
	margin: 0 15px 0 15px;
	padding: 0;
	background: url(../images/footer_mongolian.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
	vertical-align: top;
}

#footer #footer_keiretsu #banner_waiwai {
	width: 61px;
	height: 62px;
	margin: 0 15px 0 15px;
	padding: 0;
	background: url(../images/footer_waiwai.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
	vertical-align: top;
}

#footer #footer_keiretsu #banner_morimori {
	width: 73px;
	height: 62px;
	margin: 0 15px 0 15px;
	padding: 0;
	background: url(../images/footer_morimori.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
	vertical-align: top;
}

#footer #footer_keiretsu #banner_flow {
	width: 59px;
	height: 73px;
	margin: 0 15px 0 15px;
	padding: 0;
	background: url(../images/footer_flow.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
	vertical-align: top;
}
#footer #footer_keiretsu #banner_hiblue {
	width: 89px;
	height: 73px;
	margin: 0 15px 0 15px;
	padding: 0;
	background: url(../images/teruma_logo.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
	vertical-align: top;
}
#footer #footer_keiretsu #banner_himono {
	width: 79px;
	height: 73px;
	margin: 0 15px 0 15px;
	padding: 0;
	background: url(../images/footer_himono.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
	vertical-align: top;
}

#footer #footer_keiretsu #banner_fushimi {
	width: 81px;
	height: 73px;
	margin: 0 15px 0 15px;
	padding: 0;
	background: url(../images/footer_fushimi.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:inline-block;
	vertical-align: top;
}
#footer #footer_menu {
	font-family: "MS PGothic","Hiragino Kaku Gothic Pro", "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	width: 500px;
	margin: 10px auto 20px auto;
	font-size: 120%;
	text-align: center;
}

#footer #footer_menu a {
	color: #fff;
	text-decoration: none;
	font-size: 80%;
}

#footer #footer_menu a:hover {
	text-decoration: underline;
}

#footer #copyright {
	width: 440px;
	margin: 0px auto 50px auto;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#footer2 {
	margin: 20px auto 0px auto;
	background: url(../images/footer_bg.png) no-repeat 0 bottom;
	height: 170px;
}
#footer2 #footer_menu {
	font-family: "MS PGothic","Hiragino Kaku Gothic Pro", "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	width: 500px;
	margin: 10px auto 20px auto;
	font-size: 120%;
	text-align: center;
}

#footer2 #footer_menu a {
	color: #fff;
	text-decoration: none;
	font-size: 80%;
}

#footer2 #footer_menu a:hover {
	text-decoration: underline;
}

#footer2 #copyright {
	width: 440px;
	margin: 0px auto 50px auto;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

/* index 「トップページ」
******************************************************************/

/*普段*/

#main_index {
	width: 998px;
	height: 1350px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: url(../images/index_normal.jpg) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}




#banner_kuji {
	position: relative;
	width: 260px;
	height: 150px;
	margin: 550px auto 0 694px;/*margin-topと画像と#oshiraseboxのmargin-topで407pxになるように*/
	padding: 0;
	/*background: url(../images/index_bnr_kuji.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;*/
}

#banner_kuji a {
	display: block;
	width: 260px;
	height: 150px;
}

/*#banner_morimori {
	position: relative;
	width: 870px;
	height: 200px;
	margin: 78px auto 0 auto;/*margin-topと画像と#oshiraseboxのmargin-topで407pxになるように*/
	/*padding: 0;
	background: url(../images/index_bnr_morimori.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}*/

/*#banner_morimori a {
	display: block;
	width: 870px;
	height: 200px;
}*/

/*#banner_samugyopusaru {
	position: relative;
	width: 870px;
	height: 172px;
	margin: 106px auto 0 auto;/*margin-topと画像と#oshiraseboxのmargin-topで407pxになるように*/
	/*padding: 0;
	background: url(../images/index_bnr_morimori_open.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

#banner_samugyopusaru a {
	display: block;
	width: 870px;
	height: 265px;
}*/

/*#banner_samugyopusaru {
	position: relative;
	width: 870px;
	height: 172px;
	/*margin: 407px auto 0px auto;*/
	/*margin: 106px auto 0 auto;/*margin-topと画像と#oshiraseboxのmargin-topで407pxになるように*/
	/*padding: 0;
	background: url(../images/index_bnr_samugyopusaru.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	background-image: url(../images/index_bnr_samugyopusaru.png);
}

#banner_samugyopusaru a {
	display: block;
	width: 870px;
	height: 265px;
}*/

/*#banner_tailsoup {
	position: relative;
	width: 870px;
	height: 265px;
	/*margin: 407px auto 0px auto;*/
	/*margin: 77px auto 0px auto;
	padding: 0;
	background: url(../images/index_bnr_tailsoup.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#banner_tailsoup a {
	display: block;
	width: 870px;
	height: 265px;
}*/

#oshirase_box {
	position: relative;
	width: 870px;
	height: 500px;
	/*height: 300px;*/
	/*margin: 129px auto 0px auto;*/
	margin: 0 auto 10px auto; /*バナー無い時用*/
	padding: 0;
	background: url(../images/oshirase_box_bg.png) no-repeat 0 0;
	text-indent:100%;
	/*white-space:nowrap;*/

	overflow:hidden;
	display:block;
}

#oshirase_box #icon_area {
	height: 54px;
}

#oshirase_box #icon_area a#icon_twitter {
	position: absolute;
	top: 8px;
	right: 53px;
	width: 38px;
	height: 38px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: url(../images/icon_twitter.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#oshirase_box #icon_area a#icon_facebook {
	position: absolute;
	top: 8px;
	right: 98px;
	width: 38px;
	height: 38px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: url(../images/icon_facebook.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#oshirase_box #icon_area a#icon_instagram {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 38px;
	height: 38px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: url(../images/icon_instagram.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#oshirase_box #oshirase_box_contents {
	height: 446px;
	/*height: 259px;*/
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	width: 868px;
}

#oshirase_box #oshirase_box_contents .oshirase_box_inner {
	width: 95%;
	margin: 0 auto;
	height: auto;
	border-bottom: 1px dotted #333333;
}

#oshirase_box #oshirase_box_contents .oshirase_box_inner img {
	width: auto;
	/* height: auto; */
	margin: 0 auto;
	padding: 0;
	display: block;
	margin: 20px auto 20px 155px;
}

/*#oshirase_box #oshirase_box_contents .oshirase_box_inner .oshirase_box_photo {
	height: 120px;
	margin: 19px 0 20px 10px;
}*/

#oshirase_box #oshirase_box_contents .oshirase_box_inner .oshirase_box_text {
	width: 95%;
	height: auto;
	margin: 20px 0 20px 25px;
	text-indent: 0px;
	
	/* white-space: pre; */           /* CSS 2.0 */
	/* white-space: pre-wrap; */      /* CSS 2.1 */
	/* white-space: pre-line; */      /* CSS 3.0 */
	/* white-space: -pre-wrap; */     /* Opera 4-6 */
	/* white-space: -o-pre-wrap; */   /* Opera 7 */
	/* white-space: -moz-pre-wrap; */ /* Mozilla */
	/* white-space: -hp-pre-wrap; */  /* HP Printers */
	/* word-wrap: break-word; */      /* IE 5+ */
	
}

#oshirase_box #oshirase_box_contents .oshirase_box_inner .oshirase_box_text a {
	color: #ce1700;
}

#oshirase_box #oshirase_box_contents .oshirase_box_inner .oshirase_box_text a:hover {
	background-color: #c39c95;
}

#banner_box {
	width: 870px;
	margin: 15px auto 15px auto;
}

#banner_box #banner_kodawari a {
	width: 428px;
	height: 116px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: url(../images/banner_kodawari_n.jpg) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#banner_box #banner_kodawari a:hover {
	background: url(../images/banner_kodawari_r.jpg) no-repeat 0 0;
}

#banner_box #banner_tabehoudai a {
	width: 427px;
	height: 116px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: url(../images/banner_tabehoudai_n.jpg) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#banner_box #banner_tabehoudai a:hover {
	background: url(../images/banner_tabehoudai_r.jpg) no-repeat 0 0;
}


/* about 「こだわり」ページ
******************************************************************/

#about_title_box {
	width: 998px;
	height: 123px;
	margin: 0;
	padding: 0;
}

#about_title_box h2 {
	width: 998px;
	height: 123px;
	margin: 0;
	padding: 0;
	background: url(../images/about_title.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}


#about_lamb_box {
	width: 904px;
	height: 469px;
	background: url(../images/about_lamb_image.png) no-repeat 0 0;
	margin: 0 0 100px 0;
	padding: 0;
}

#about_lamb_detail {
	width: 403px;
	height: 311px;
	margin: 0;
	padding: 0 0 0 501px;
}

#about_lamb_detail h3 {
	width: 200px;
	height: 75px;
	background: url(../images/about_lamb_title.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_lamb_detail h4 {
	width: 437px;
	height: 85px;
	margin: 0;
	padding: 0;
	color: transparent;
	background: url(../images/about_lamb_read.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_lamb_detail p {
	width: 437px;
	height: 85px;
	margin: 0;
	padding: 0;
	color: transparent;
	background: url(../images/about_lamb_caption.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_lamb_box .feature {
	width: 812px;
	height: 158px;
	background: url(../images/about_lamb_feature.png) no-repeat 0 0;
	margin: 0 0 0 92px;
	padding: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#about_samugyopusaru_box {
	width: 998px;
	height: auto;
	margin: 0 0 80px 0;
	padding:0;
	background: url(../images/about_samugyopusaru_img.png) no-repeat right top;
}
#about_samugyopusaru_box h3 {
	width: 440px;
	height: 90px;
	margin: 0 0 0 75px;
	padding: 0;
	background: url(../images/about_samugyopusaru_title.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_samugyopusaru_box h4 {
	width: 414px;
	height: 85px;
	margin: 0 0 0 75px;
	padding: 0;
	background: url(../images/about_samugyopusaru_read.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_samugyopusaru_box .feature {
	width: 690px;
	height: 186px;
	margin: 325px 0 0 75px;
	padding: 0;
	background: url(../images/about_samugyopusaru_feauture.png) no-repeat left top;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_samugyopusaru_box .samu_read {
	width: 460px;
	height: 50px;
	margin: 25px 0 0 75px;
	padding: 0;
	background: url(../images/about_samugyopusaru_read2.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_samugyopusaru_box h5 {
	width: 500px;
	height: 37px;
	margin: 50px 0 20px 75px;
	padding: 0;
	background: url(../images/about_samugyopusaru_subtitle.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_samugyopusaru_box .tabekata {
	width: 880px;
	height: 240px;
	margin: 0 0 0 75px;
	padding: 0;
}

#about_tare_box {
	width: 955px;
	height: 553px;
	margin: 0 0 100px 0;
	padding:0;
	background: url(../images/about_tare_image2.png) no-repeat 0 0;
}
#about_tare_box h3 {
	width: 185px;
	height: 80px;
	margin: 0 0 0 489px;
	padding: 50px 0 0 0;
	background: url(../images/about_tare_title.png) no-repeat left 50px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_tare_box h4 {
	width: 475px;
	height: 70px;
	margin: 0 0 0 489px;
	background: url(../images/about_tare_read.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_tare_box p {
	width: 410px;
	height: 80px;
	margin: 0 0 0 489px;
	background: url(../images/about_tare_caption.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_tare_box .sub {
	width: 275px;
	height: 135px;
	background: url(../images/about_tare_sub.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#about_grill_box {
	width: 998px;
	height: auto;
	margin: 0 0 50px 0;
	padding:0;
	background: url(../images/about_grill_image1_2.png) no-repeat right top;
}
#about_grill_detail {
	width: 509px;
	margin: 0;
	padding:0 0 0 75px;
}
#about_grill_detail h3 {
	width: 200px;
	height: 70px;
	margin: 0;
	padding: 0;
	background: url(../images/about_grill_title.png) no-repeat 0 0;
	text-indent:101%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_grill_detail h4 {
	width: 475px;
	height: 75px;
	background: url(../images/about_grill_read.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_grill_detail p {
	width: 509px;
	height: 153px;
	background: url(../images/about_grill_caption.png) no-repeat 0 0;
	text-indent:101%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#about_grill_detail p.image {
	width: 480px;
	height: 181px;
	background: url(../images/about_grill_image2.jpg) no-repeat 0 0;
	text-indent:101%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

/* information 「おみせについて」ページ
******************************************************************/

#information_title_box {
	width: 998px;
	height: 123px;
	margin: 0;
	padding: 0;
}

#information_title_box h2 {
	width: 998px;
	height: 123px;
	margin: 0;
	padding: 0;
	background: url(../images/information_title.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#information_shop {
	width: 810px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.shop_detail, .shop_detail_inner {
	width: 395px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 36px;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	color: #000;
	text-align: left;
}

.shop_detail_nav {
	width: 395px;
	height: 60px;
	margin: 20px 0 0 0;
	padding: 0;
}

.shop_detail h3{
	width: 395px;
	height: 34px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../images/information_title2.jpg) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

.shop_detail .detail_l{
	width: 95px;
	margin: 0;
	padding: 0;
	float: left;
}

.shop_detail .detail_r{
	width: 300px;
	margin: 0;
	padding: 0;
	float: right;
}

.infotxt1{
	width: 171px;
	height:36px;
	background:url(../images/info1.png) no-repeat 0 9px;
	text-indent:-5000px;
}

.infotxt2{
	width: 240px;
	height:70px;	
	background:url(../images/info2.png) no-repeat 0 9px;
	text-indent:-5000px;
}

.shop_image {
	width: 392px;
	height: 412px;
	margin: 0;
	padding: 0;
	float: right;
}

/*.shop_image {
	width: 392px;
	height: 332px;
	margin: 0;
	padding: 0;
	float: right;
}*/
.shop_map {
	width: 600px;
	height: 400px;
	margin: 0;
	padding: 0;
}
/*.shop_map {
	width: 810px;
	height: 405px;
	margin: 60px auto 60px auto;
	padding: 0;
}*/

/* oshirase 「おしらせ」ページ
******************************************************************/

#news_title_box {
	width: 1000px;
	height: 123px;
	margin: 0;
	padding: 0;
}

#news_title_box h2 {
	width: 1000px;
	height: 123px;
	margin: 0;
	padding: 0;
	background: url(../images/news_title.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#news_main_box {
	width: 958px;
	height: auto;
	margin: 0 auto 60px auto;
	padding: 0;
}
#news_main_box .left_area {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #000;
	float: left;
	position: relative;
}

#news_main_box .left_area ul{
	margin: 0;
	padding: 0;
}

#news_main_box .left_area li{
	width: 200px;
	height: 40px;
	list-style-type:none;
	line-height: 40px;
	font-size: 18px;
	color: #000;
	text-indent: 10px;
	margin: 0 0 2px 0;
	padding: 0;
}

#news_main_box .left_area li a {
	width: 200px;
	height: 40px;
	list-style-type:none;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background: url(../images/news_leftnav_normal.jpg) no-repeat 0 0;
	display:block;
}

#news_main_box .left_area li a:hover{
	width: 200px;
	height: 40px;
	list-style-type:none;
	line-height: 40px;
	color: #fff;
	margin: 0;
	padding: 0;
	background: url(../images/news_leftnav_hover.jpg) no-repeat 0 0;
}

#news_main_box .right_area {
	width: 720px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

#news_main_box .right_area .news_box {
	width: 720px;
	height: auto;
	margin: 0;
	padding: 0 0 75px 0;
	background: url(../images/news_main_line.png) no-repeat bottom;
}

#news_main_box .right_area .news_box .ph {
	width: 320px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #000;
	float: left;
}

#news_main_box .right_area .news_box .detail {
	width: 385px;
	height: auto;
	color: #000;
	margin: 0;
	padding: 0;
	float: right;
}

/* menu 「おしながき」ページ
******************************************************************/

#menu_title_box {
	width: 1000px;
	height: 121px;
	margin: 0;
	padding: 0;
}

#menu_title_box h2 {
	width: 1000px;
	height: 121px;
	margin: 0;
	padding: 0;
	background: url(../images/menu_title.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#menu_main_box {
	width: 958px;
	height: auto;
	margin: 0 auto 50px auto;
	padding: 0;
}
#menu_main_box .left_area {
	width: 200px;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0;
	float: left;
	position: relative;
}

#menu_main_box .left_area_first {
	margin: 14px 0 0 0;
}

#menu_main_box .left_area ul{
	margin: 0;
	padding: 0;
}

#menu_main_box .left_area li{
	width: 200px;
	height: 40px;
	list-style-type:none;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	margin: 0 0 2px 0;
	padding: 0;
}

#menu_main_box .left_area li a {
	width: 200px;
	height: 40px;
	list-style-type:none;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	display:block;
}

#menu_main_box .left_area li a:hover{
	width: 200px;
	height: 40px;
	list-style-type:none;
	line-height: 40px;
	color: #fff;
	margin: 0;
	padding: 0;
}
#menu_main_box .left_area p {
	width: 180px;
	height: auto;
	margin: 0;
	padding: 10px ;
	font-size: 13px;
	line-height: 18px;
	color: #000;
}

#menu_main_box .right_area {
	width: 728px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}



/* menu 「おしながき」ページ
*  メニュー
**********************************/

#course01,
#course02,
#course03,
#freedrink,
#alacalt,
#drink_menu, {
	width: 730px;
	height: auto;
	margin: 0;
	padding: 0;
}


#title01 h2 {
	width: 728px;
	height: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../images/menu_title01.jpg) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#title02 h2 {
	width: 728px;
	height: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../images/menu_title02.jpg) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#course01 h3 {
	width: 730px;
	height: 770px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/menu_course01_20191001.jpg) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#course02 h3 {
	width: 730px;
	height: 770px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/menu_course02_20191001.jpg) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#course03 h3 {
	width: 730px;
	height: 770px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/menu_course03_20191001.jpg) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#half h3 {
	width: 730px;
	height:  605px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/menu_half_20191001.jpg) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#freedrink h3 {
	width: 730px;
	height:  1025px;
	margin: 0 0 60px 0;
	padding: 0;
	background: url(../images/menu_drink01_20191001.jpg) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#alacalt h3 {
	width: 730px;
	height: 1034px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/menu_alacalt_20210322.jpg) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}

#drink_menu h3 {
	width: 730px;
	height: 1025px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/menu_drink02_20210322.jpg) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}




#menu_drink_tyuuijikou {
	color: #000;
    line-height: 150%;
}




/************* float *************/

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.clearfix {zoom:1;}
.clearfix:after {content: ""; display: block; clear: both;}

/************* float *************/

/************* margin, padding *************/

.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb25 { padding-bottom: 25px;}
.pb30 { padding-bottom: 30px;}
.pb35 { padding-bottom: 35px;}
.pb40 { padding-bottom: 40px;}
.pb50 { padding-bottom: 50px;}
.pb60 { padding-bottom: 60px;}
.pb70 { padding-bottom: 70px;}
.pb90 { padding-bottom: 90px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}

/************* margin *************/


/* 追加 */
#oshirase_box_contents {
	padding-left: 20px;
	padding-right: 20px;
}