@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */

/* ----------------------------------------------------------

		RESET CSS

---------------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #42311f;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
}
table {
	table-layout: fixed;
}
table td img {
	max-width: 100% !important;
	height: auto !important;
}
pre {
	margin: 0;
	padding: 0;
	white-space: pre-line;
}
b, strong {
	font-weight: bold;
}
u {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	height: auto !important;
}
small {
	font-size: 80%;
}
hr {
	border: none;
	height: 0;
	border-bottom: 1px dashed #B3B3B3;
}
span {
	font-weight: inherit;
}
.youtube iframe {
	width: 100%;
}
u {
	text-decoration: underline;
}
/* ----------------------------------------------------------

		Bxi Reset

---------------------------------------------------------- */

/* sitemap */
.map {
	margin: 56px 20px 0;
}
.map li {
	border-left: 5px solid #CCCCCC;
	list-style: none;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	text-align: left;
}
/* policy */
.policy h3 {
	border-bottom: 2px solid #BBBBBB;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.policy p {
	margin: 0 0 20px;
}
/* input */
input[type="button"] {
	cursor: pointer;
	padding: 5px 10px;
}
/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

.inner {
	margin: 0 auto;
	max-width: 960px;
}
#contents_wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#contents {
	background-color: inherit !important;
	padding: 45px 0 110px;
}
.ColLeft {
	float: left;
}
.ColRight {
	float: right;
}
a:link, a:visited {
	color: #88540a !important;
	text-decoration: underline;
}
a:hover {
	color: #618a42 !important;
	text-decoration: none;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */
header#global_header {
	clear: both;
	width: 100%;
}
#header {
	background: url(../images/common/back_header.jpg) center top repeat-x !important;
	width: 100%;
	min-width: 100%;
	height: auto;
	overflow: hidden;
}
#header #header_inner {
	background: url(../images/common/back_header_inner.png) center top repeat-x;
	width: 100%;
	min-width: 1000px;
	height: auto;
}
#info_header {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
}
#header .h_txt {
	font-size: 12px;
	line-height: 65px;
	padding: 20px 0 0 300px !important;
	text-align: left !important;
	color: #42311f !important;
}
#siteID {
	position: absolute;
	top: 85px;
	left: 20px;
	z-index: 99999;
	padding: 0 !important;
}
#siteID img {
	width: auto !important;
}
#head_tel {
	position: absolute;
	top: 20px;
	right: 0px;
	margin: 0;
}
#head_parts {
	background: url(../images/common/head_parts.jpg) no-repeat;
	position: absolute;
	top: 20px;
	left: -85px;
	width: 422px;
	height: 358px;
	z-index: 99;
}
#mainArea {
	/*height: 290px;*/
	position: relative;
	z-index: 9999;
}
#head_line {
	background: url(../images/common/head_line.png) center top;
	height: 5px;
	margin-top: 10px;
	width: 100%;
}
#nav_global {
	display: none !important;
}
/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */
footer#global_footer {
	width: 100%;
}
#wrapFooter {
	background: url(../images/common/back_footer.png) center top repeat-x;
	width: 100%;
	min-width: 100%;
	height: 190px;
}
.pageTop {
	position: absolute;
	top: -30px;
	right: 0px;
	z-index: 9999;
}
#info_footer {
	float: right;
}
#info_footer span {
	display: inline-block;
}
#footermenu-list1 {
	float: left;
	height: 60px;
	z-index: 999;
}
#footermenu-list1 a {
	line-height: 60px;
	text-align: left;
	color: #88540a !important;
	text-decoration: none;
}
#footermenu-list1 a:hover{
	text-decoration: underline;
}
#foot_extra {
	text-align: left;
}
.wrapList2 {
	background: #000000;
}
#footermenu-list2 {
	text-align: left;
	color: #00f !important;
	float: right;
	padding: 10px 0;
}
#footermenu-list2 li {
	float: left;
	margin: 0 0 0 10px;
}
#footermenu-list2 li a {
	display: block;
}
#copyright {
	text-align: left;
	color: #fff;
	padding: 15px 0 0;
}
/* ----------------------------------------------------------

		Sidemenu

---------------------------------------------------------- */
.side_menu {
	margin: 0 0 15px 0;
}
.side_menu .banner {
	float: left;
}
.side_info {
	background: url(../images/common/back_side_info.gif);
	font-size: 12px;
	padding: 10px;
	margin: 0 0 15px 0;
}
.color1 {
	color: #25550e;
	font-weight: bold;
}
.color2 {
	color: #aa210b;
	font-weight: bold;
}
/* ----------------------------------------------------------

		Contents

---------------------------------------------------------- */
.home_tdtitle {
	padding: 0 10px !important;
}
.home_link {
	float: left;
	width: 47.22%;
}
.home_tdimg {
	padding: 0 0 !important;
}
.home_tdtext {
	padding: 10px 0 0 !important;
}
.scroll {
	overflow-y: auto;
	height: 190px;
}
.new_text {
	border-bottom: 1px dotted #664a19;
}
/* ----------------------------------------------------------

		Shop Style

---------------------------------------------------------- */

h2.title_h2 {
	background: none !important;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 20px !important;
	line-height: 1.3;
	margin: 0 0 20px !important;
	padding: 10px !important;
}
h2.title_h2 span {
	border: none !important;
	padding: 0 !important;
}
ul.item_list li {
	margin-bottom: 10px !important;
}
ul.item_list li h3.title_h3 {
	font-size: 18px !important;
}
.btn_cart a {
	background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
	background-size: 30px auto !important;
	color: #FFFFFF !important;
	display: block !important;
	padding: 10px 10px 10px 50px !important;
	width: 100% !important;
	border: 1px solid #ffffff;
}
.btn_cart a:hover {
	background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
	background-size: 30px auto !important;
}
.sort_catalog {
	overflow: hidden;
}
.sort_catalog ul {
	margin: 0 -4.16% 20px 0 !important;
	width: auto !important;
}
.sort_catalog ul li {
	padding: 0 !important;
	margin-right: 4.16% !important;
	width: 29.16% !important;
}
.sort_catalog_box:nth-child(3n+1) {
	clear: both;
}
.item_title, .wishlist {
	margin: 0 !important;
}
.shop_cont h2.title_h2, .item_info h2.title_h2 {
	border-top: 2px solid #CCCCCC;
}
.shop_cont a, .item_info a {
	color: #CCCCCC;
}
.shop_cont a:hover, .item_info a:hover {
	text-decoration: none;
}
.item_title h2 {
	border-top: 2px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 768px) {
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */

/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

.inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}
#contents {
	padding: 45px 10px;
}
#col_main {
	padding-bottom: 45px
}
.ColLeft, .ColRight {
	float: none;
	width: 100% !important;
}
/* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */

.tb_tbl_block table td {
	display: block !important;
	width: 100% !important;
	min-width: 100% !important;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Side menu

---------------------------------------------------------- */
#main #col_main {
	float: none;
	width: 100%;
}
#main #col_side1 {
	float: none !important;
	margin: 0 auto;
	width: 230px !important;
	min-width: 230px !important;
}
#main #col_main {
	padding: 0 0 30px;
}
/* tablet END ###################################################### */
}

@media screen and (max-width: 468px) {
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */

/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

body {
	font-size: 15px;
}
#contents {
	padding: 20px 10px;
}
#col_main {
	padding-bottom: 20px;
	text-align: left;
}
.spnone {
	display: none;
}
.inner {
	padding: 0 10px;
}
/* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */

.tbl_scroll table {
	width: auto !important;
}
.tbl_block td {
	width: 100% !important;
	margin-top: -1px;
}
.style_form th, .style_form td {
	margin-top: -1px;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Side menu

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Shop style

---------------------------------------------------------- */
.sort_catalog {
	margin: 0 !important;
	width: auto !important;
}
.sort_catalog_box {
	padding: 0 !important;
	margin: 0 0 30px !important;
	width: 100% !important;
}
/* smartphone END ################################################## */
}
/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */

/* text-align */
.taR {
	text-align: right;
}
.taC {
	text-align: center;
}
/* font-weight */
.fwn {
	font-weight: normal !important;
}
.fwb {
	font-weight: bold !important;
}
/* margin */
.mgAuto {
	margin: 0 auto !important;
}
/* table td padding */
.tdpd0 td {
	padding: 0 !important;
}
.tdpd05 td {
	padding: 5px !important;
}
.tdpd10 td {
	padding: 10px !important;
}
.tdpd15 td {
	padding: 15px !important;
}
.tdpd20 td {
	padding: 20px !important;
}
.tdpd25 td {
	padding: 25px !important;
}
.tdpd30 td {
	padding: 30px !important;
}
.tdpd35 td {
	padding: 35px !important;
}
.tdpd40 td {
	padding: 40px !important;
}
.tdpd45 td {
	padding: 45px !important;
}
.tdpd50 td {
	padding: 50px !important;
}
td.pdT10 {
	padding-top: 10px !important;
}
/* font-family */
.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.shop_cont form, .shop_cont a.btn_type01, .shop_cont a.btn_purchase {
	color: #000000;
}
.shop_cont a.btn_type01:hover, .shop_cont a.btn_purchase:hover {
	color: #636363;
}
#shop_flow .sf_text {
	color: #000000;
}
.shop_cont h3.title_h3 {
	color: #ffffff;
}
.shop_cont table {
	color: #000000;
}
/* ----------------------------------------------------------

		Pages

---------------------------------------------------------- */
/* bread list */
.bread ul {
	float: right;
}
.bread ul li {
	float: left;
	padding: 0 0 0 7px;
	white-space: nowrap;
	font-size: 12px;
}
.bread ul li a {
	color: #88540a;
	text-decoration: none;
}
.bread ul li a:hover {
	color: #618a42;
	text-decoration: underline;
}
.title_h2 h2 {
	background: url(../images/common/title_h2.png) no-repeat left top;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 3px;
	padding: 9px 10px 7px 30px;
}
.title_h3 h3 {
	background: url(../images/common/title_h3.png) no-repeat top left;
	color: #42311f;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1.5;
	padding: 14px 0 0 15px;
}
.drink_tdbg {
	background: url(../images/common/point_icon1.png) no-repeat left center;
	border-bottom: 1px dotted #664a19 !important;
	padding: 5px 5px 5px 20px !important;
	line-height: 1.5;
}
.drink_tdmoney {
	border-bottom: 1px dotted #664a19 !important;
	padding: 5px 5px !important;
}
.drink_pcDisplay {
	border-bottom: 1px dotted #664a19 !important;
}
.drink_bd {
	border-bottom: 1px dotted #664a19 !important;
}
.course_table {
	font-size: 15px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.course_w{
	font-weight: bold;
}
.lunch_table {
	border-bottom: 1px dotted #664a19;
	font-size: 16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.lunch_table td {
	padding: 5px 0 !important;
}
.lunch_text {
	color: #808040;
}
.event_text {
	font-size: 12px;
}
.event_text .tel {
	color: #45550e;
	font-size: 32px;
	font-weight: bold;
}
.event_bdnone td{
	border-bottom: none !important;
}

.event_table td{
	background: url(../images/common/pre_back_table_grad_w30.png) repeat-x left top;
}
.info_textL{
	background: url(../images/common/pre_back_table_grad_w30.png) repeat-x left top;
	font-weight: bold;
}
.info_img{
	float: left;
	width: 22.22%;
}
.info_img img{
	height: 117px !important;
}
.imgBorder {
    padding: 2px;
    border: 1px solid #c2cbac !important;
}