* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-size: 14px;
  line-height: 28px;
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #333;
}

input {
  vertical-align: middle;
  border: 1px solid #CCC;
  padding: 4px;
}

.clear {
  clear: both;
}

ol {
  margin-left: 16px;
}

img {
  border: none;
  vertical-align: top;
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover, a:active {
  color: #D65C5C;
  text-decoration: none;
}

hr {
  border: none;
  border-top: dashed 1px #CCC;
  height: 1px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

table {
  border-collapse: collapse;
}

/* pagebody
------------------------------------------------------------------*/
.pagebody {
  padding: 10px;
  clear: both;
}

/* common
------------------------------------------------------------------*/
.textBox {
  -webkit-box-shadow: 0px 0px 3px #333;
          box-shadow: 0px 0px 3px #333;
  padding: 10px;
  -webkit-border-radius: 8px;
  background: #fff;
  border-radius: 8px;
}

.textBox2 {
  border: solid 2px #452405;
  background: #fff;
  padding: 8px;
}

.In {
  line-height: normal;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr2p {
  margin-right: 2%;
}

.ml10 {
  margin-left: 10px;
}

.ml18 {
  margin-left: 18px;
}

.small {
  font-size: 80%;
}

.form-s {
  width: 20%;
}

.form-m {
  width: 40%;
}

.form-l {
  width: 60%;
}

.form100 {
  width: 98%;
}

.form-h {
  height: 80px;
}

.needinput {
  background-color: #fee;
  border: 1px solid #ccc;
}

input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
}

input {
  font-size: 100%;
  vertical-align: middle;
  padding: 2px;
}

input[type="text"], select {
  border: 1px solid #ccc;
  padding: 2px;
}

input:focus[type="text"] {
  border: 1px solid #06c;
  padding: 2px;
}

textarea {
  font-size: 100%;
  border: 1px solid #ccc;
  padding: 2px;
  width: 99%;
}

/*  headder
------------------------------------------------------------------*/
header {
  padding: 0px 10px;
  display: block;
  margin-bottom: 15px;
}
header h1 {
  float: left;
}
header h1 img {
  width: auto;
  height: 50px;
}
header .menuBtn {
  float: right;
  -webkit-box-shadow: 0px 1px 3px #333;
          box-shadow: 0px 1px 3px #333;
  border-radius: 8px;
  border: solid 2px #A09332;
  color:#fff;
  background:#c33
}
header .menuBtn img {
  width: auto;
  height: 46px;
}
header #tel {
  float: right;
  width: 100%;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #d65c5c url(../images/tel_line.gif) no-repeat center center;
  margin-bottom: 15px;
}
header #tel:after {
  content: "";
  display: block;
  clear: both;
}
header #tel dl {
  text-align: center;
  line-height: 100%;
  padding: 8px 0px;
  width: 50%;
}
header #tel dt {
  margin: 0px 0px 4px;
  font-size: 12px;
}
header #tel dd em {
  font-size: 11px;
  font-style: normal;
}
header #tel dd a {
  color: #fff;
  text-decoration: none;
}
header #tel dd:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
header #tel dd:nth-of-type(2) {
  font-size: 12px;
}
header #tel dl:nth-child(1) {
  float: left;
}
header #tel dl:nth-child(2) {
  float: right;
}
header:after {
  clear: both;
  content: "";
  display: block;
}

#pageTop {
  background: #f2f2f2;
  background-image: url(../images/bg_main01.gif), url(../images/bg_main02.gif);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  padding: 0px 0px 30px;
  margin-bottom: 30px;
}

/* main
---------------------------------------------------- */
#mainVisual {
  width: 100%;
  height: auto;
  /*
  background: url(../images/bg_main.jpg) no-repeat center top;
  background-size: cover;
  overflow:hidden;
  */  
}

#mainVisual img{
	width: 100%;
}

#mainVisual .inr {
  width: 100%;
  padding: 20px 30px 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
/*
#mainVisual .inr:after {
  content: url(../images/icon_scroll.png);
  position: absolute;
  bottom: -70px;
  left: 50%;
}
*/
#mainVisual .inr h2 {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  text-shadow: 0px 0px 2px #000;
}
/*
#mainVisual .inr h2:before {
  content: url(../images/subtitle01-01.png);
  position: absolute;
  top: -40px;
  left: -20px;
}
*/
#mainVisual .inr p {
  color: #fff;
  font-size: 12px;
  text-shadow: 0px 0px 2px #000;
}
#mainVisual p {
  color: #fff;
  font-size: 14px;
  background:#0b152a;
  padding:5px 0;
}


#newsBox {
  width: 100%;
  background-image: url(../images/bg_news01.gif), url(../images/bg_news02.gif), url(../images/bg_news00.gif);
  background-position: left top, left bottom, 0px 0px;
  background-repeat: repeat-x, repeat-x, repeat;
  padding: 30px 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
#newsBox h3 {
  margin: 0px 0px 30px 20px;
  font-size: 24px;
  color: #cc3333;
  position: relative;
}
/*
#newsBox h3:after {
  content: url(../images/subtitle01-02.png);
  position: absolute;
  top: -30px;
  left: -20px;
}
*/
#newsBox .box th {
  font-weight: bold;
  text-align: left;
  font-size: 12px;
}
#newsBox .box td {
  padding: 0px 0px 14px;
  line-height: 1.4em;
}
#newsBox .box td .detailBtn {
  display: inline-block;
}
#newsBox .box td .detailBtn a {
  color: #cc3333;
}

#productsBox {
  width: 100%;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/bg_syouhin.jpg) no-repeat top 15px left;
  background-size: 75%;
  margin-bottom: 30px;
}
#productsBox ul {
  width: 100%;
  list-style: none;
}
#productsBox ul::after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 15px;
}
#productsBox ul li {
  margin-bottom: 5px;
  width: 48%;
}
#productsBox ul li img {
  width: 100%;
  height: auto;
}
#productsBox ul li:nth-child(odd) {
  float: left;
}
#productsBox ul li:nth-child(even) {
  float: right;
}

#schoolBox {
  width: 100%;
  background: url(../images/bg_text_top.jpg), url(../images/bg_text_bottom.jpg), url(../images/bg_text.jpg);
  background-position: left top, left bottom, 0px 0px;
  background-repeat: repeat-x, repeat-x, repeat;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#schoolBox h3 {
  color: #a0932d;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
#schoolBox h3:before {
  content: url(../images/icon_tarako.png);
  display: block;
  margin-bottom: 15px;
}
#schoolBox h3 span {
  color: #000;
  font-size: 15px;
  display: block;
  font-weight: normal;
}
#schoolBox .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/bg_text.gif);
  padding: 30px;
}
#schoolBox .box h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 100%;
}
#schoolBox .box p {
  font-size: 14px;
  line-height: 28px;
}

#schoolBox3 {
  width: 100%;
  background: url(../images/bg_text_top.jpg), url(../images/bg_text_bottom.jpg), url(../images/bg_text.jpg);
  background-position: left top, left bottom, 0px 0px;
  background-repeat: repeat-x, repeat-x, repeat;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#schoolBox3 h3 {
  color: #a0932d;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
#schoolBox3 h3:before {
  content: url(../images/icon_tarako.png);
  display: block;
  margin-bottom: 15px;
}
#schoolBox3 h3 span {
  color: #000;
  font-size: 15px;
  display: block;
  font-weight: normal;
}
#schoolBox3 .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/bg_text.gif);
  padding: 15px;
}
#schoolBox3 .box h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
}
#schoolBox3 .box p {
  font-size: 14px;
  line-height: 28px;
}

#storeBox {
  width: 100%;
  text-align: center;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#storeBox::after {
  content: "";
  display: block;
  clear: both;
}
#storeBox h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 15px;
}
#storeBox img {
  width: 100%;
  height: auto;
}

/* menu
--------------------------------------------------------- */
#menu li {
  list-style: none;
  margin-bottom: 10px;
  height: auto;
  display: block;
  line-height: 1.2em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 2px solid #097328;
  box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
}

#menu li:last-child {
  margin-bottom: 0px;
}

#menu li a {
  padding: 12px 0px 12px 28px;
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #333;
  font-weight: bold;
}

#menuBox {
  border: #ccc solid 1px;
  border-radius: 4px;
}

#menuBox h3 {
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  padding: 4px 10px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #097328;
}

#menuBox .inr {
  padding: 10px;
  background: #fff;
}

/* footer
----------------------------------------------------------*/
footer {
  width: 100%;
  background: #AB4242;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

#pagetopBtn {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 100;
}

/*--------yokonavi--------*/
.yokonavi {
  border-collapse: collapse;
  border-top: 1px solid #0d0d0d;
  border-bottom: 1px solid #333;
}

.yokonavi ul li {
  list-style: none;
  line-height: normal;
  padding: 10px 0 7px;
  text-align: center;
  font-size: 90%;
  font-weight: 700;
}

.yokonavi ul li a:link, .yokonavi ul li a:visited, .yokonavi ul li a:active {
  display: block;
  text-decoration: none;
  color: #fff;
}

.yokonavi .menu01 {
  float: left;
  width: 25%;
  display: block;
}

.yokonavi .menu02 {
  float: left;
  width: 25%;
  display: block;
}

.yokonavi .menu03 {
  float: left;
  width: 25%;
  display: block;
}

.yokonavi .menu04 {
  float: right;
  width: 25%;
  display: block;
}

.yokonavi ul li i {
  font-size: 30px;
}

/* index.html
---------------------------------------------------- */
#p01_Box01 {
  width: 100%;
  margin-bottom: 30px;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#p01_Box01::after {
  content: "";
  display: block;
  clear: both;
}
#p01_Box01 dl {
  /*width: 48%;*/
  width: 100%;
}

/*
#p01_Box01 dl:nth-child(odd) {
  float: left;
  clear: both;
}
#p01_Box01 dl:nth-child(even) {
  float: right;
}
*/

#p01_Box01 dl{
  margin-bottom: 50px;
}

#p01_Box01 dl dd {
  margin-bottom: 8px;
}
#p01_Box01 dl dd img {
  width: 100%;
  height: auto;
}
#p01_Box01 dl dt {
  text-align: center;
  color: #cc3333;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 16px;
}

#breadClumb {
  background: #fafafa;
  border-radius: 16px;
  font-size: 12px;
  padding: 5px;
}

.bnr1 {
	margin:30px 10px;
}
.bnr1 h3 {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin-bottom:15px;
}
.imgBox2 {
  list-style: none;
  margin: 0px auto;
  width: 100%;
  height:auto;
}

/*  2 	news.detal
---------------------------------------------------- */
.line01 {
  width: 100%;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/bg_text_top.jpg), url(../images/bg_text_bottom.jpg), url(../images/bg_text.jpg);
  background-position: left top, left bottom, 0px 0px;
  background-repeat: repeat-x, repeat-x, repeat;
}

.imgBox {
  list-style: none;
  margin: 0px auto;
  width: 100%;
}
.imgBox:after {
  content: "";
  display: block;
  clear: both;
}
.imgBox li {
  width: 100%;
  border: solid 3px #F2F2F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}
.imgBox li:last-child {
  margin-bottom: 0px;
}
.imgBox li img {
  width: 100%;
  height: auto;
}

.downloadBox {
  width: 100%;
  margin: 60px 0px 0px;
  padding: 0px 10px 30px;
  background: url(../images/bg_th.gif) repeat top center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.downloadBox:after {
  content: "";
  display: block;
  clear: both;
}
.downloadBox h3 {
  float: left;
  margin: -10px 0px 10px 0px;
}
.downloadBox ul {
  clear: both;
  margin: 0px 0px;
  background: #fff;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}
.downloadBox ul li {
  margin: 0px 0px 15px 20px;
  line-height: 120%;
}
.downloadBox ul li:last-child {
  margin-bottom: 0px;
}
.downloadBox ul li i {
  color: #D65C5C;
}

.scroll {
  width: 100%;
  overflow: auto;
}

/* 2,nagatoya.html	
---------------------------------------------------- */
.flow-dot {
  background: url(../images/flow-dot.png) top left 25px repeat-y;
}

.flow-area {
  width: 100%;
  margin: 0 auto;
}

.flow-area .flow-1set {
  position: relative;
  z-index: 1;
}

.flow-area .flow-1set .step-img {
  position: absolute;
}

.flow-area .flow-1set .step-text-area {
  margin-left: 60px;
  background: rgba(255, 255, 255, 0.9);
}

.flow-area .flow-1set .step-h {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  color: #a0932d;
  padding: 10px 0px 0px 0px;
}

.flow-area .flow-1set .step-text {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 30px;
}

.flow-area .flow-img {
  width: 600px;
  position: absolute;
  right: 0px;
  top: 110px;
}

.flow-area .flow-img img {
  max-width: 100%;
  height: auto;
}

.flow-1set-soto {
  position: relative;
  margin-bottom: 30px;
}

/* 3,item.html	
---------------------------------------------------- */
.accordion {
  width: 100%;
}

.accordion dt {
  display:none;
  cursor: pointer;
/*  background: #333 url(../images/plus_white.gif) no-repeat center right 20px;*/
  background:#333;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  border-radius: 48px;
}

.accordion dd {
/*  display: none;*/
  font-size: 14px;
  line-height: 140%;
  margin: 0;
  padding: 15px 0px;
}

.accordion dt.active {
  background: #666 url(../images/minus_white.gif) no-repeat center right 20px;
}

#main {
  width: 100%;
}
#main #productsIndex article {
  border: solid 1px #ccc;
  padding: 14px;
  width: 49%;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display:inline-block;
}
#main #productsIndex article h4 {
  background: #d65c5c;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: normal;
}
#main #productsIndex article h4 a {
  color: #fff;
  text-decoration: none;
}
#main #productsIndex article h4 a:hover {
  text-decoration: underline;
}
#main #productsIndex article img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#main #productsIndex article img:hover {
  opacity: 0.6;
}
#main #productsIndex article dt {
  font-size: 19px;
  font-weight: bold;
  text-align: right;
}
#main #productsIndex article dt span {
  font-size: 13px;
}
#main #productsIndex article dd {
  margin-bottom: 10px;
}
#main #productsDetail {
  margin-bottom: 30px;
}
#main #productsDetail::after {
  content: "";
  display: block;
  clear: both;
}

#sub {
  width: 100%;
}
#sub #selectBox {
  border: solid 1px #ccc;
  background: #f8f8f8;
  padding: 9px;
}
#sub #selectBox select {
  width: 100%;
  background: #fff;
  padding: 5px;
  height:5em;
}
#sub #seachBox {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sub #seachBox input {
  border: none;
  background: none;
  width: 190px;
  float: left;
}
#sub #seachBox button {
  float: right;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}
#sub #seachBox:after {
  content: "";
  display: block;
  clear: both;
}
#sub nav h3 {
  background: #d65c5c;
  color: #fff;
  padding: 10px;
  font-size: 19px;
}
#sub nav ul {
  list-style: none;
  background: url(../images/bg_text.gif);
  font-size: 17px;
  padding: 30px 15px;
  border: solid 1px #ccc;
}
#sub nav ul li {
  line-height: 100%;
  margin-bottom: 30px;
}
#sub nav ul li a {
/*  text-decoration: none;*/
  text-decoration:underline;
  color:#D65C5C;
}
#sub nav ul li a:hover {
  text-decoration: underline;
}
#sub nav ul li:last-child {
  margin-bottom: 0px;
}

/* 4,guide.html	
---------------------------------------------------- */
.company-table table th {
  background: none;
  width: 240px;
  text-align: left;
  border: 1px solid #e6e6e6;
  color: #cc3333;
  padding: 10px 20px;
}

.company-table table td {
  background: #fff;
  width: 900px;
  border: 1px solid #e6e6e6;
  padding: 15px 20px;
}

.company-table table td span {
  color: #cc3333;
}

/* 5,cooking.html	
---------------------------------------------------- */
#schoolBox2 {
  width: 100%;
  background: #fff;
  padding: 0px 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#schoolBox2 h3 {
  color: #a0932d;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
#schoolBox2 h3:before {
  content: url(../images/icon_tarako.png);
  display: block;
  margin-bottom: 15px;
}
#schoolBox2 h3 span {
  color: #000;
  font-size: 15px;
  display: block;
  font-weight: normal;
}
#schoolBox2 img {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#schoolBox2 .box {
  width: 100%;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/bg_text.gif);
  padding: 30px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#schoolBox2 .box h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 100%;
}
#schoolBox2 .box p {
  font-size: 14px;
  line-height: 28px;
}

.cook-img-area {
  width: 100%;
  margin-bottom: 30px;
}
.cook-img-area:after {
  content: "";
  display: block;
  clear: both;
}

.cook-img-area img {
  width: 48%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}

.cook-img-area img:nth-child(2n+1) {
  float: left;
  clear: both;
}

.cook-img-area img:nth-child(2n+2) {
  float: right;
}

.cooking-h4-area {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

h4.cooking-h {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 22px;
  margin-bottom: 36px;
  color: #cc3333;
}
h4.cooking-h span {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 14px;
}

h4.cooking-h:before, h4.cooking-h:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #cc3333;
  border-bottom: solid 1px #cc3333;
}

h4.cooking-h:before {
  left: 0;
}

h4.cooking-h:after {
  right: 0;
}

.recipe-area {
  margin: 0 auto;
  width: 100%;
}

.recipe-1set {
  margin-bottom: 30px;
}

.recipe-area .recipe-text {
  width: 100%;
  padding: 20px 20px;
  color: #565656;
  background: #ffebec;
  border: dashed 2px #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}

.recipe-area .recipe-text p {
  margin: 0;
  padding: 0;
}

.recipe-area .recipe-img {
  width: 100%;
  height: auto;
}

.recipe-area .recipe-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.recipe-area h5 {
  font-size: 18px;
  margin-bottom: 16px;
  color: #4a418d;
}

dl.hakata-ming {
  width: 100%;
  overflow: hidden;
}

dl.hakata-ming dt {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-weight: bold;
}

dl.hakata-ming dd {
  text-align: left;
  margin-left: 25%;
}

dl.hakata-ming dd:after {
  display: block;
  content: "";
  clear: both;
}

/* 6,store.html	
---------------------------------------------------- */
.store-h4-area {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

h4.store-h {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 22px;
  margin-bottom: 28px;
  color: #cc3333;
}

h4.store-h:before, h4.store-h:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #cc3333;
  border-bottom: solid 1px #cc3333;
}

h4.store-h:before {
  left: 0;
}

h4.store-h:after {
  right: 0;
}

dl.access-text {
  width: 100% !important;
  overflow: hidden;
}

dl.access-text dt {
  width: 30%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-weight: bold;
}

dl.access-text dd {
  text-align: left;
  margin-left: 30%;
}

dl.access-text dd:after {
  display: block;
  content: "";
  clear: both;
}

.access-h {
  margin-top: 48px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #cc3333;
}

.map-btn {
  margin-top: 18px;
}

.access-img {
  width: 755px !important;
  margin-right: 30px;
}

.tel-color {
  font-weight: bold;
  color: #cc3333;
}

/* 7,contact.html	
---------------------------------------------------- */
.agreeBox {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

.privacyBox {
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 90%;
  line-height: normal;
  padding: 0px 10px;
  border-radius: 8px;
}

.privacyBox h4 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: #CCC solid 1px;
  margin-bottom: 10px;
}

.privacyBox p {
  margin-bottom: 1em;
}

.privacyBox ul {
  margin-bottom: 1em;
  margin-left: 20px;
}

.privacyBox li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 5px;
}

.required {
  background: #D65C5C;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 4px 8px;
  line-height: 100%;
  vertical-align: middle;
  margin-right: 4px;
  border-radius: 4px;
}

/*  title
------------------------------------------------------------------*/
#h2Title {
  width: 100%;
  height: 120px;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/bg_h2.jpg);
}
#h2Title h2 {
  padding: 50px 0px 50px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
  margin: 0px auto;
  font-size: 24px;
}

.title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin: 0px auto 30px;
}
.title span {
  padding: 10px 10px;
  margin: 0px auto;
  display: block;
  position: relative;
  border-bottom: solid 2px #4a418d;
  border-top: solid 2px #4a418d;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d65c5c+25,d65c5c+67,ffffff+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(214, 92, 92, 0) 0%, #d65c5c 30px, #d65c5c calc(100% - 30px), rgba(214, 92, 92, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.title span:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 15px;
}
.title span:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #fff;
  margin-left: 18px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 15px;
}
/**/
.title2a {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin: 0px auto 30px;
}
.title2a span.ttl {
  padding: 10px 10px;
  margin: 0px auto;
  display: block;
  position: relative;
  border-bottom: solid 2px #4a418d;
  border-top: solid 2px #4a418d;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d65c5c+25,d65c5c+67,ffffff+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(214, 92, 92, 0) 0%, #d65c5c 30px, #d65c5c calc(100% - 30px), rgba(214, 92, 92, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.title2a span.ttl:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 15px;
}
.title2a span.ttl:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #fff;
  margin-left: 18px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 15px;
}

.subTitle {
  color: #D65C5C;
  border-bottom: solid 1px #333;
  font-size: 18px;
  margin-bottom: 20px;
}

.subTitle2 {
  background: #4E4E4E;
  padding: 5px 15px;
  color: #fff;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 15px;
}

/*  table
------------------------------------------------------------------*/
.table {
  width: 100%;
}

.table th {
  background: url(../images/bg_th.gif);
  border: 1px solid #ccc;
  padding: 5px 15px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.4em;
}
.table th .required {
  float: right;
}

.table td {
  background-color: #fff;
  padding: 15px 0px 30px;
  vertical-align: middle;
}
.table td img {
  vertical-align: middle;
  margin-right: 20px;
}
.table td input[type="text"] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
.table td ul {
  list-style: none;
}
.table td ul::after {
  content: "";
  display: block;
  clear: both;
}
.table td ul li {
  float: left;
  width: 50%;
}

.table ul {
  margin-left: 18px;
}

.table td span {
  color: #666;
  font-size: 90%;
}

.telTable {
  width: 100%;
}
.telTable th {
  width: 105px;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
}
.telTable td {
  font-weight: bold;
  font-size: 20px;
}
.telTable td span {
  font-size: 13px;
}

.detalTable {
  width: 100%;
  font-size: 13px;
}
.detalTable th {
  padding: 5px 15px;
  background: url(../images/bg_th.gif);
  font-weight: normal;
  border: solid 1px #ccc;
  width: 100px;
  text-align: center;
}
.detalTable td {
  padding: 5px 15px;
  border: solid 1px #ccc;
}

.priceTable {
  width: 100%;
}
.priceTable th {
  padding: 5px 0px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.priceTable td {
  padding: 5px 0px;
  font-size: 20px;
  text-align: right;
  font-weight: bold;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.priceTable td span {
  font-size: 14px;
}
.priceTable td select {
  font-size: 16px;
  padding: 5px;
}
.priceTable .total th, .priceTable .total td {
  color: #D65C5C;
  font-size: 20px;
}

.cartTable {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.cartTable th {
  background: url(../images/bg_th.gif);
  border: 1px solid #ccc;
  padding: 7px 15px;
  vertical-align: middle;
  text-align: center;
}
.cartTable td {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px 15px;
  vertical-align: middle;
  text-align: left;
}
.cartTable td img {
  width: 100%;
  height: auto;
}
.cartTable tr:nth-of-type(3) th {
  width: 30%;
}
.cartTable tr:nth-of-type(3) td, .cartTable tr:nth-of-type(4) td, .cartTable tr:nth-of-type(5) td, .cartTable tr:nth-of-type(6) td {
  text-align: right;
}

.alertTable {
  width: 100%;
}
.alertTable td {
  padding: 15px 0px 15px 1em;
  text-align: left;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-indent: -1em;
}

.sendTable {
  width: 100%;
  white-space: nowrap;
}
.sendTable th, .sendTable td {
  padding: 5px 0px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}
.sendTable thead th {
  background: #D65C5C;
  color: #fff;
  font-weight: normal;
  line-height: 1.4em;
  padding: 5px 0px;
}
.sendTable thead th span {
  font-size: 10px;
  display: block;
}
.sendTable tbody th, .sendTable tbody td {
  border: solid 1px #ccc;
}
.sendTable tbody th {
  background: #fafafa;
}
.sendTable tbody th span {
  font-size: 12px;
  display: block;
}
.sendTable tbody tr:nth-child(2n-1) td {
  color: #AD9D43;
}

ul.downLoadList {
  background: #fff;
  list-style: none;
}
ul.downLoadList li {
  margin-bottom: 15px;
  line-height: 120%;
}
ul.downLoadList li:last-child {
  margin-bottom: 0px;
}
ul.downLoadList li i {
  color: #D65C5C;
}
ul.downLoadList li a {
  color: #333;
}

.addressTable {
  width: 100%;
}

.addressTable th {
  background: #F2F2F2;
  border: 1px solid #ccc;
  padding: 5px 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}

.addressTable td {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px;
  vertical-align: middle;
}

.telTable2 {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
.telTable2 th {
  font-size: 13px;
  font-weight: normal;
}
.telTable2 tr:nth-child(2) td {
  font-size: 18px;
  font-weight: bold;
}
.telTable2 tr:nth-child(3) td {
  font-size: 12px;
  font-weight: normal;
}

.accessTable {
  width: 100%;
}
.accessTable th, .accessTable td {
  padding: 5px 0px;
  text-align: left;
  vertical-align: top;
  line-height: 18px;
}
.accessTable th {
  font-weight: bold;
}
.accessTable td {
  font-weight: normal;
}

/*  list
------------------------------------------------------------------*/
/*  btn
------------------------------------------------------------------*/
.detailBtn a {
  color: #a0932d;
  text-decoration: none;
  padding: 0px 46px 0px 0px;
  background: url(../images/icon_arrow.png) no-repeat right center;
}
.detailBtn a:hover {
  text-decoration: underline;
}

.btn {
  display: block;
  border: solid 1px #cc3333;
  background: #fff;
  line-height: 100%;
  padding: 15px 0px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  margin: 0px auto;
}
.btn:hover {
  background: #fafafa;
}

.btn2 {
  display: inline-block;
  border: solid 1px #cc3333;
  line-height: 100%;
  padding: 15px 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  margin: 0px auto;
}
.btn2:hover {
  background: #fafafa;
}

.btn3 {
  display: inline-block;
  background: #D65C5C;
  color: #fff;
  border-radius: 24px;
  line-height: 100%;
  padding: 15px 0px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: none;
  font-size: 15px;
}

.btn4 {
  display: inline-block;
  background: #4E4E4E;
  color: #fff;
  border-radius: 24px;
  line-height: 100%;
  padding: 15px 0px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: none;
  font-size: 15px;
}

.contactBtn a {
  display: block;
  background: #aea459;
  color: #fff;
  text-align: center;
  padding: 10px;
  line-height: 100%;
  text-align: center;
  font-size: 16px;
  border-radius: 16px;
  text-decoration: none;
}
.contactBtn a:hover {
  opacity: 0.6;
}

.cartBtn {
  background: url(../images/bg_btn.jpg);
  border-radius: 36px;
  -webkit-box-shadow: 0px 0px 3px #ccc;
          box-shadow: 0px 0px 3px #ccc;
  text-align: center;
}
.cartBtn a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  font-size: 16px;
}

button.cartBtn {
  background: url(../images/bg_btn.jpg);
  border-radius: 36px;
  -webkit-box-shadow: 0px 0px 3px #ccc;
          box-shadow: 0px 0px 3px #ccc;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fs60 {
  font-size: 60%;
}

.fs70 {
  font-size: 70%;
}

.fs80 {
  font-size: 80%;
}

.fs90 {
  font-size: 90%;
}

.fs95 {
  font-size: 95%;
}

.fs110 {
  font-size: 110%;
}

.fs120 {
  font-size: 120%;
}

.fs140 {
  font-size: 140%;
}

.bold {
  font-weight: 700;
}

.mb05 {
  margin-bottom: 5px;
}

.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;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml2em {
  margin-left: 2em;
}

.blue {
  color: #1b9dcd;
}

.red {
  color: #e90000;
}

.orange {
  color: #F60;
}

.green {
  color: #060;
}

.gray {
  color: #999;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.ln {
  line-height: normal;
}

.large {
  font-size: 18px;
}

.x-large {
  font-size: 20px;
}

.small {
  font-size: 80%;
  line-height: 1.4em;
}

.frame img {
  border: 2px solid #1B9DCD;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-top-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-topright: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.btn2 a {
  display: block;
  background: #ff9126;
  color: #fff;
  line-height: 100%;
  padding: 8px 40px;
  display: inline-block;
  text-decoration: none;
  border-radius: 32px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.btn2 a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 8px;
}

.btn2 a i {
  color: #fff;
}

.bnr img {
  border: solid 2px #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 3px #ccc;
          box-shadow: 0px 0px 3px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bnr2 img {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 3px #ccc;
          box-shadow: 0px 0px 3px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formBtn input {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 40px;
  background: #1b9dcd;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.formBtn input:hover {
  opacity: 0.6;
}

.ul {
  margin-left: 18px;
  line-height: 2em;
}

.ol {
  margin-left: 23px;
}

.ml20 {
  margin-left: 20px;
}

.red {
  color: #c00;
}

.gray {
  color: #868686;
}

.green {
  color: #4F910B;
}

.fs18 {
  font-size: 18px;
  line-height: 24px;
}

.fs24 {
  font-size: 24px;
}

.w10 {
  width: 10px;
}

.w45 {
  width: 45px;
}

.w50 {
  width: 40px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w14p {
  width: 14%;
  height: auto;
}

.w14p img {
  width: 100%;
  height: auto;
}

.w19p {
  width: 19%;
  height: auto;
}

.w19p img {
  width: 100%;
  height: auto;
}

.w24p {
  width: 24%;
  height: auto;
}

.w24p img {
  width: 100%;
  height: auto;
}

.w34p {
  width: 34%;
  height: auto;
}

.w34p img {
  width: 100%;
  height: auto;
}

.w40p {
  width: 40%;
  height: auto;
}

.w40p img {
  width: 100%;
  height: auto;
}

.w48p {
  width: 48%;
  height: auto;
}

.w48p img {
  width: 100%;
  height: auto;
}

.w49p {
  width: 49%;
  height: auto;
}

.w49p img {
  width: 100%;
  height: auto;
}

.w64p {
  width: 64%;
  height: auto;
}

.w64p img {
  width: 100%;
  height: auto;
}

.w74p {
  width: 74%;
  height: auto;
}

.w74p img {
  width: 100%;
  height: auto;
}

.w79p {
  width: 79%;
  height: auto;
}

.w79p img {
  width: 100%;
  height: auto;
}

.w80p {
  width: 80%;
  height: auto;
}

.w80p img {
  width: 100%;
  height: auto;
}

.w84p {
  width: 84%;
  height: auto;
}

.w84p img {
  width: 100%;
  height: auto;
}

.w100p {
  width: 100%;
  height: auto;
}

.w100p img {
  width: 100%;
  height: auto;
}

.w25p {
  width: 25%;
  height: auto;
}

.w30p {
  width: 30%;
  height: auto;
}

.w35p {
  width: 35%;
  height: auto;
}

.w50p {
  width: 50%;
  height: auto;
}

.w140 {
  width: 140px;
}

.w170 {
  width: 170px;
}

.mt50 {
  margin-top: 50px;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

.font-adj-foot {
  font-size: 1.1em;
  text-align: center;
}

.under-line {
  text-decoration: underline;
}

/*# sourceMappingURL=base.css.map */