@charset "euc-jp";

.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
a {
	text-decoration: none;
}

/* font size */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
}
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
	color: #333333;
	font-weight: normal;
	font-size: 90%;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	text-align:left;
}

input[type="text"],
textarea,
select {
  border: 1px solid #888;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

/* layout */
.layout_header,.layout_container {
  margin: 0 auto;
  max-width: 100%;
}

.layout_header {
  padding-top: 10px;
}

.layout_content,.header_headline_nav {
	max-width:870px;
	margin: 0 auto;
}


/* responsive */
.layout_content .text_waku{float: right;}
.layout_content .text_waku_L{float: left;margin-right:20px;}
.layout_content .text_waku_C{float: none;}
.layout_content li img{float: left;}
.layout_content .img_L {display: none;}
.layout_content .img_R {float: right;}

.YWF { max-width:620px;overflow:auto; }
.YW0 { max-width:440px; }
.YW1 { max-width:470px; }
.YW2 { max-width:500px; }
.YW3 { max-width:90%;margin: 0 auto; }
.YW4 { max-width:370px; }
.YW5 { float: right; }

.TWF { max-width:580px;overflow:auto; }
.TW0 { max-width:370px; }
.TW1 { max-width:360px; }
.TW2 { max-width:480px; }
.TW3 { max-width:360px; }
.TW4 { max-width:470px; }
.TW5 { max-width:530px; }

.KWF { max-width:590px;overflow:auto; }
.KW0 { width:700px;overflow:auto;}
.KW1 { max-width:700px;overflow:auto; }
.KW2 { max-width:390px; }
.KW3 { max-width:516px;float:left; }

.FWF { max-width:580px;overflow:auto; }
.FW0 { max-width:560px;float:left; }
.FW1 { max-width:330px; }
.FW2 { max-width:470px;float:left; }
.FW3 { max-width:470px; }
.FW4 { max-width:530px;float:left; }

.MW1 { float:left; }
.MW2 { margin-top: 65px; }

.FW4 .text_sub img,.FW3 .text_sub img,.FW2 .text_sub img,.FW1 .text_sub img,.FW0 .text_sub img { float: none; }

.torimeshi {
  position: absolute;
  top: 320px;
  right: 28px;
}

/* shopname logo */
.shop_name {
  clear: both;
  padding: 0;
  text-align: center;
}

.shop_name a {
  color: #444;
  text-decoration: none;
}
.shop_name a:hover {
  text-decoration: underline;
}

.shop_name a:hover img {
  position:relative;top:1px;left:1px;
}

.shop_name p {
  text-align: center;
  font-size: 246.153%;
}
.shop_name img {
  margin: 0px;
}

.shop_name .left { float:left; margin:40px 0 0 0; }
.shop_name .right { float:right; margin:40px 0 0 0; }


/* header global nav */
.header_global_nav {
  margin-top: 3px;
}
.header_nav_lst {
  text-align: center;

}
.header_nav_menu {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;

}
.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
.header_nav_menu a:hover img {
      position:relative;top:1px;left:1px;
}
.header_nav_menu_category img {
  position: relative;
  max-width: 16px;
  height: 16px;
}

.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #aaa;
  background-color: #fff;
}
.header_category_lst li {
  display: block;
  float: none;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}
.header_category_lst a {
  display: block !important;
  padding: 1em;
  background-color: #fff;
}

.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  max-width: 100% !important;
}
.bx-wrapper .bx-pager {
  padding-top: 10px;
  bottom: -20px;
}
.bx-wrapper {
  margin-bottom: 30px;
}


/* index */

.index_wrapper{
	position:relative;
	margin: 0 auto;
	max-width: 1020px;
	height: 100%;
	background-color: #F2D6C4;
	display:block;
}
.index_block{
	background-position:center bottom;
	width:100%;
	max-height: 700px;
	height: 100%;
	overflow:hidden;
}

#index_footer{
	width:100%;
	min-height:100px;
	margin:0 auto;
	text-align:center;
}

.index_tit{
	padding:40px 85px 10px;
}

.index_menu{
	margin: 0;
	padding:0;
}

.index_menu li {
	margin-left:60px;
	margin-bottom:10px;
	width:100%;
	float:left;
}

.index_menu a:hover img {
	position:relative;
	top:1px;left:1px;
}
.index_menu .icon {
	margin-top:30px;
	visibility:hidden;
}

.info_tit{ 
	font-weight:bold;
	color:#333;
	font-size: 14px;
	line-height:16px;
	margin:10px auto;
	text-align:center;
}

.index_tag{
	position:absolute;
	right:50px;
	top:-50px;
	width:180px;
	height:325px;
	background-image: url('http://www.minori-karatsu.com/images/tag.png');

    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}

.index_com{
	position:absolute;
	right:104px;
	top:130px;
	width:136px;
	height:325px;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);

	color:#573924;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height:1rem;
	text-align:left;
}

/* original */

.prd_group_block{
	max-width:100%;
	margin: 0px;
	text-align:center;
}

.prd_group_block ul{
	width:100%;
	clear: both;
}
.prd_group_block li{
	margin: 0px;
}

.prd_group_block .map li {
	clear:both;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

.prd_group_block .kitchen li {
	clear:both;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}



/* contents */

.text_waku,.text_waku_L{
	padding:0;
	margin: 0 0 1.5em 20px;
	display: inline;
}

.text_waku_C{
	max-width:100%;
	margin: 0 auto;
}

.text_sub{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 1.3rem;
	line-height: 1.3;
	text-align:left;
	margin-bottom:10px;
	color:#40220F;
	font-weight: bold;
}

.CR {
	color:#ff0000;
	margin: 0 auto 20px;
	font-size: 1.6rem;
}

.BD {
	border-bottom:2px dotted;
}

.text_com {
	font-size: 0.9rem;
	line-height: 1.9;
	text-align:left;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.text_com .small {
	font-size: 0.7rem;
	line-height: 1.4;
	letter-spacing: 0;
}


.front_waku {
	max-width:100%;
	margin:20px 0;

}
.front_waku .text_sub {
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color:#333333;
}
.front_waku .img{
	float:left;
	margin:-20px 40px;

}

.kit_waku {
	width:830px;
	margin-left:auto;
	margin-right:auto;
}
.kit_waku .text_sub {
	float:left;
	width:120px;
}

.movie {
	background:url(http://www.minori-karatsu.com/images/y_moveback.png) no-repeat right;
	width:890px;
	margin:20px auto 50px auto;
}


.about li,.tel li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.9rem;
	line-height: 1.9;
	text-align:left;
}
.about,.tel {
	color:#6A3906;
	max-width:540px;
	margin-left:50px;
}

.tel li {
	display: block;
	width:270px;
	float:left;
}

.tel .tel-s {
	display: none;
}
.tel .tel-b {
	display: block;
}


.AW1 {
	display: block;
	width:100px;
	margin-right:70px;
	float:left;
}
.AW2 {
	width:300px;
}


/* footer */

.foot_our{
	max-width:100%;
	margin:0;
	padding:0;
	border: 0;
	display:block;
}

#layout_footer{
	max-width:100%;
	min-height:230px;
	background-color:#c9bb9e;
	margin:0;
	
	font-color:#fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height:1rem;
	font-weight:bold;
}

#layout_footer .ft_waku {
	max-width:767px;
	margin-left:auto;
	margin-right:auto;
}

#layout_footer .ft_swaku {
	max-width:720px;
	margin-left:auto;
	margin-right:auto;
}

#layout_footer .sub_title{
	padding-top: 24px;
	padding-bottom: 12px;
	display:block;
	clear:both;
}

#layout_footer .ft_cate {
	width:300px;
	margin-right:30px;
	float:left;
}

#layout_footer .ft_shop {
	width:220px;
	margin-right:30px;
	float:left;
}

#layout_footer .ft_mail {
	width:130px;
	float:left;
	padding-top: 24px;
}

#layout_footer .ft_cate .sub_title {
	width:284px;
	overflow:hidden;
}

#layout_footer .ft_shop .sub_title {
	width:220px;
	overflow:hidden;
}

#layout_footer li {
	float:left;
}

#layout_footer .ft_cate li a {
	width:150px;
	display:block;
}

#layout_footer .ft_shop li a {
	width:200px;
	display:block;
}

#layout_footer .ft_mail li a {
	width:130px;
	display:block;
}

#layout_footer .ft_mail img {
	padding-right:4px;
}


#layout_footer a {
	color:#fff;
	text-decoration: none;
}
#layout_footer a:hover {
	position:relative;top:1px;left:1px;
}

#layout_footer .ft_copy {
	color:#fff;
	width:100%;
	text-align:center;
	display:block;
}
#layout_footer .ft_line {
	width:100%;
	overflow:hidden;
}

.index_wrapper #layout_footer{
	background-color:#F2D6C4;
	min-height:60px;
}
