@charset "UTF-8";
/*
Theme Name:ベジキッチン
Theme URI:http://vegikitchen.jp/
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

	Reset Style

---------------------------------------------------------- */
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, 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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  -webkit-appearance: none;
  border-radius: 0;
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*-----------------------------------------------------------

	Common
		
---------------------------------------------------------- */
body {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  background-color: #f4f0e9;
}

/* text */
strong.marker.yellow {
  background: linear-gradient(transparent 40%, #ff9 40%);
}

/* link */
a {
  color: #4c2508;
  text-decoration: none;
}

a:hover {
  color: #b21818;
}

a:active, a:focus {
  outline: 0;
}

.gosic {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",  serif;
}

/* margin */
.mb16 {
  margin-bottom: 16px;
}

/* float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* clearfix */
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* pager */
.pager {
  text-align: center;
  margin-top: 30px;
}
.pager .page-numbers {
  padding: 4px 12px;
  color: #979799;
  border-right: 1px solid #e2dde1;
}
.pager .page-numbers:last-child {
  border: none;
}
.pager .page-numbers.current {
  color: #d90000;
}

/*-----------------------------------------------------------

	stracture
		
---------------------------------------------------------- */
#header {
  width: 100%;
  margin: 0 auto;
}

#gnav {
  width: 980px;
  margin: 0 auto;
}

#content {
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 0 80px;
  margin: 0 auto;
  background-image: url(img/contents/common/wave.png), url(img/contents/common/wave-bottom.png);
  background-position: top center,bottom center;
  background-repeat: repeat-x;
}

#main {
  float: left;
  width: 720px;
}

#sidebar {
  float: right;
  width: 230px;
}

#footer {
  width: 100%;
  margin-top: 30px;
}

/*-----------------------------------------------------------

	header
		
---------------------------------------------------------- */
#header {
  position: relative;
  z-index: 2;
}
#header .desc {
  width: 100%;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.7);
}
#header .desc h1 {
  position: relative;
  width: 980px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: normal;
}
#header > .logo {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#header > .logo img {
  position: absolute;
  top: 30px;
  left: 30px;
}
#header .page {
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
}
#header .page .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#header .page .inner .logo {
  position: relative;
  top: 10px;
  left: 10px;
}
#header .page .inner .tel {
  position: absolute;
  top: 10px;
  right: 10px;
}

.slideshow {
  width: 100%;
  height: auto;
  z-index: 1;
  margin-top: -25px;
}
.slideshow img {
  width: 100%;
  height: auto;
}

#gnav ul {
  margin: 20px 0 10px;
}
#gnav ul li {
  display: inline-block;
  margin-left: 30px;
}
#gnav ul li img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 3px solid #F4F0E9;
}
#gnav ul li img:hover {
  border-bottom: 3px solid #000000;
}

/*-----------------------------------------------------------

	contents
		
---------------------------------------------------------- */
#content #content-area {
  width: 980px;
  margin: 40px auto 0;
}
#content #content-area:after {
  content: "";
  display: block;
  clear: both;
}

/* top
-------------------------------------- */
.news-area {
  margin-bottom: 50px;
  /* single */
}
.news-area .title {
  width: 720px;
  height: 25px;
  background-image: url(img/contents/top/title-news.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 20px;
}
.news-area .page-title {
  width: 720px;
  height: 25px;
  background-image: url(img/contents/news/title.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 20px;
}
.news-area .article {
  display: inline-block;
  width: 230px;
  margin-left: 10px;
  margin-bottom: 30px;
}
.news-area .article .header {
  margin-top: 15px;
  padding: 5px 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 2px solid #d3d3d3;
}
.news-area .article .header .article-title {
  margin: 7px 0;
}
.news-area .article .header .icon-new {
  position: relative;
  top: -1px;
  background-color: #f30056;
  font-size: 10px;
  color: #FFFFFF;
  padding: 2px 6px 0;
}
.news-area .article .header .btn-more {
  text-align: right;
}
.news-area .article:nth-child(3n+1) {
  margin-left: 0;
}
.news-area .single-article .header {
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 5px 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 2px solid #d3d3d3;
}
.news-area .single-article .header .single-article-title {
  margin: 10px 0;
  font-size: 18px;
  color: #4c2508;
}
.news-area .single-article .header .icon-new {
  position: relative;
  top: -1px;
  background-color: #f30056;
  font-size: 10px;
  color: #FFFFFF;
  padding: 2px 6px 0;
}

.sinfo-area {
  width: 980px;
  margin: 0 auto;
}
.sinfo-area .title {
  width: 720px;
  height: 25px;
  background-image: url(img/contents/top/title-sinfo.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 20px;
}
.sinfo-area ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.sinfo-area ul li:first-child {
  margin-left: 0;
}
.sinfo-area ul li a {
  display: block;
  width: 317px;
  height: 239px;
  position: relative;
}
.sinfo-area ul li a h3 {
  position: relative;
  top: -10px;
  left: 15px;
}
.sinfo-area ul li a p {
  width: 240px;
  line-height: 1.4;
  position: relative;
  left: 40px;
}
.sinfo-area ul li a.lunch {
  background-image: url(img/contents/top/lunch01-bg-off.jpg);
}
.sinfo-area ul li a.lunch:hover {
  background-image: url(img/contents/top/lunch01-bg-on.jpg);
  color: #000000;
}
.sinfo-area ul li a.sweets {
  background-image: url(img/contents/top/sweets02-bg-off.jpg);
}
.sinfo-area ul li a.sweets:hover {
  background-image: url(img/contents/top/sweets02-bg-on.jpg);
  color: #000000;
}
.sinfo-area ul li a.shop {
  background-image: url(img/contents/top/shop03-bg-off.jpg);
}
.sinfo-area ul li a.shop:hover {
  background-image: url(img/contents/top/shop03-bg-on.jpg);
  color: #000000;
}

/* single.php
-------------------------------------- */
/* page.php
-------------------------------------- */
#breadcrumb {
  width: 980px;
  margin: 0 auto;
}
#breadcrumb ul li {
  display: inline-block;
  margin-right: 15px;
}
#breadcrumb ul li a {
  color: #4c340a;
  text-decoration: underline;
}

/* about */
.page-about .page-title {
  width: 720px;
  height: 25px;
  background-image: url(img/contents/about/title.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 30px;
}
.page-about p {
  font-size: 14px;
  text-align: center;
  line-height: 2;
}

/* menu */
.page-menu .page-title {
  width: 720px;
  height: 25px;
  background-image: url(img/contents/menu/title.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 30px;
}
.page-menu .pr {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.page-menu .lunch .title-lunch {
  width: 721px;
  height: 71px;
  background-image: url(img/contents/menu/title-lunch.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 40px;
}
.page-menu .lunch .col {
  margin-bottom: 90px;
}
.page-menu .lunch .col .photo {
  width: 472px;
  float: left;
}
.page-menu .lunch .col .detail {
  width: 215px;
  float: right;
  position: relative;
}
.page-menu .lunch .col .detail h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 20px 0;
  border-top: 1px solid #000000;
}
.page-menu .lunch .col .detail .price {
  font-size: 14px;
  color: #ba0c0c;
  font-weight: bold;
  position: absolute;
  top: 22px;
  right: 0;
}
.page-menu .lunch .col .detail .price span {
  font-size: 10px;
}
.page-menu .lunch .col .detail ul li {
  margin-bottom: 5px;
}
.page-menu .lunch .col2 {
  margin-bottom: 50px;
}
.page-menu .lunch .col2 .left {
  width: 350px;
  float: left;
}
.page-menu .lunch .col2 .right {
  width: 350px;
  float: right;
}
.page-menu .lunch .col2 .detail {
  position: relative;
}
.page-menu .lunch .col2 .detail h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 20px 0;
  border-top: 1px solid #000000;
}
.page-menu .lunch .col2 .detail h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.page-menu .lunch .col2 .detail .price {
  font-size: 14px;
  color: #ba0c0c;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 0;
}
.page-menu .lunch .col2 .detail .price span {
  font-size: 10px;
}
.page-menu .lunch .col2 .detail ul li {
  margin-bottom: 5px;
  position: relative;
}
.page-menu .lunch .col2 .detail ul li span {
  color: #ba0c0c;
  position: absolute;
  right: 0;
  font-weight: bold;
}
.page-menu .sweets .title-sweets {
  width: 721px;
  height: 71px;
  background-image: url(img/contents/menu/title-sweets.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.page-menu .sweets ul li {
  width: 235px;
  height: 280px;
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}
.page-menu .sweets ul li:nth-child(3n+1) {
  margin-left: 0;
}
.page-menu .sweets ul li h3 {
  font-size: 16px;
  border-top: 1px solid #000000;
  padding: 10px;
  margin: 20px 0 5px;
}
.page-menu .sweets ul li .price {
  color: #ba0c0c;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.page-menu .sweets ul li .price span {
  font-size: 12px;
}
.page-menu .drink .title-drink {
  width: 721px;
  height: 71px;
  background-image: url(img/contents/menu/title-drink.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.page-menu .drink .col .left {
  width: 350px;
  float: left;
}
.page-menu .drink .col .right {
  width: 350px;
  float: right;
}
.page-menu .drink .col ul {
  margin: 15px 0 20px;
}
.page-menu .drink .col ul li {
  margin-bottom: 5px;
  position: relative;
}
.page-menu .drink .col ul li span {
  position: absolute;
  right: 0;
  font-weight: bold;
}

/* delivery */
.page-delivery .page-title {
  width: 720px;
  height: 30px;
  background-image: url(img/contents/delivery/title.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 30px;
}
.page-delivery .pr {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.page-delivery .delivery .title-delivery {
  width: 720px;
  height: 71px;
  background-image: url(img/contents/delivery/title-delivery.jpg);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 30px;
}
.page-delivery .delivery .price {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  padding: 15px;
  margin: 35px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.page-delivery .delivery .price .yen {
  color: #ba0c0c;
}
.page-delivery .delivery .price .zei {
  color: #ba0c0c;
  font-size: 11px;
}
.page-delivery .delivery .deli-box {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #b2b2b2;
}
.page-delivery .delivery .detail {
  padding: 20px;
}
.page-delivery .delivery .detail table {
  margin-top: 40px;
}
.page-delivery .delivery .detail table th {
  width: 120px;
}
.page-delivery .delivery .detail table th span {
  display: block;
  padding: 5px;
  color: #FFFFFF;
}
.page-delivery .delivery .detail table th .time {
  background-color: #968e19;
}
.page-delivery .delivery .detail table th .kosuu {
  background-color: #1aa29a;
}
.page-delivery .delivery .detail table th .tel {
  background-color: #fd6876;
}
.page-delivery .delivery .detail table td {
  padding: 14px;
}
.page-delivery .delivery .detail table td .tel {
  font-size: 28px;
  font-weight: bold;
  color: #fd6876;
  position: relative;
  top: -20px;
}

/* online shop */
.page-onlineshop .page-title {
  width: 720px;
  height: 30px;
  background-image: url(img/contents/onlineshop/title.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 30px;
}
.page-onlineshop .pr {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.page-onlineshop .img {
  margin: 50px 0 80px;
}
.page-onlineshop .order-table {
  margin: 30px auto 50px;
}
.page-onlineshop .order-table caption {
  text-align: left;
  font-weight: bold;
  padding: 15px 0;
}
.page-onlineshop .order-table tr th {
  width: 200px;
  background-image: url(img/contents/onlineshop/bg-th.jpg);
  padding: 10px;
  text-align: left;
}
.page-onlineshop .order-table tr th.bdr {
  border-bottom: 1px solid #FFFFFF;
}
.page-onlineshop .order-table tr th .important {
  font-size: 10px;
  padding: 2px 4px;
  background-color: #F21F56;
  color: #FFFFFF;
  font-weight: normal;
  position: relative;
  top: -1px;
}
.page-onlineshop .order-table tr td {
  padding: 14px;
}
.page-onlineshop .order-table tr td.bdr {
  border-bottom: 1px solid #666666;
}
.page-onlineshop .order-table .text-form {
  border: 1px solid #dddddd;
  padding: 4px;
}
.page-onlineshop .order-table .text-form-mini {
  border: 1px solid #dddddd;
  padding: 4px;
  width: 80px;
  margin-bottom: 10px;
}
.page-onlineshop .order-table .form-short {
  width: 100px;
}
.page-onlineshop .order-table .form-short50 {
  width: 50px;
}
.page-onlineshop .order-table .form-long {
  width: 400px;
}
.page-onlineshop .order-table .form-longmax {
  width: 60%;
}
.page-onlineshop .order-table .textarea-form {
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  color: #000;
  border: solid 1px #ccc;
  margin: 0 0 20px;
  height: 80px;
  width: 450px;
}
.page-onlineshop .btn-order {
  display: block;
  width: 300px;
  background: #357F4F;
  margin: 30px auto;
  border: none;
  padding: 15px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 14px;
  font-size: 14px;
}
.page-onlineshop .btn-order:hover {
  cursor: pointer;
  background-color: #44915f;
}

/* shop */
.page-shop .page-title {
  width: 720px;
  height: 30px;
  background-image: url(img/contents/shop/title.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 30px;
}
.page-shop #gallery #photo {
  width: 720px;
  height: 374px;
  overflow: hidden;
  position: relative;
}
.page-shop #gallery div div {
  top: 0;
  left: 0;
  position: absolute;
}
.page-shop #gallery .active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.page-shop #gallery #thumbnail ul {
  margin-bottom: 50px;
}
.page-shop #gallery #thumbnail ul li {
  display: inline-block;
  margin: 10px 0 0 6px;
}
.page-shop #gallery #thumbnail ul li:first-child {
  margin-left: 0;
}
.page-shop #gallery #thumbnail ul li:hover {
  cursor: pointer;
}
.page-shop .pr {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.page-shop table {
  margin: 50px 0;
}
.page-shop table tr {
  border-bottom: 1px solid #d9d9d9;
}
.page-shop table th {
  text-align: left;
  font-weight: bold;
  padding: 15px;
  width: 150px;
}
.page-shop table td {
  padding: 15px;
}
.page-shop table td .red {
  color: red;
}

/* blog */
.page-blog {
  margin-bottom: 50px;
  /* single */
}
.page-blog .title {
  width: 720px;
  height: 30px;
  background-image: url(img/contents/blog/title.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 20px;
}
.page-blog .article {
  display: inline-block;
  width: 230px;
  margin-left: 10px;
  margin-bottom: 30px;
}
.page-blog .article .header {
  margin-top: 15px;
  padding: 5px 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 2px solid #d3d3d3;
}
.page-blog .article .header .article-title {
  margin: 7px 0;
}
.page-blog .article .header .icon-new {
  position: relative;
  top: -1px;
  background-color: #f30056;
  font-size: 10px;
  color: #FFFFFF;
  padding: 2px 6px 0;
}
.page-blog .article .header .btn-more {
  text-align: right;
}
.page-blog .article:nth-child(3n+1) {
  margin-left: 0;
}
.page-blog .single-article .header {
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 5px 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 2px solid #d3d3d3;
}
.page-blog .single-article .header .single-article-title {
  margin: 10px 0;
  font-size: 18px;
  color: #4c2508;
}
.page-blog .single-article .header .icon-new {
  position: relative;
  top: -1px;
  background-color: #f30056;
  font-size: 10px;
  color: #FFFFFF;
  padding: 2px 6px 0;
}

/* 特定商取引法 */
.page-asct {
  margin-bottom: 50px;
}
.page-asct .page-title {
  width: 720px;
  height: 30px;
  background-image: url(img/contents/asct/title.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 20px;
}
.page-asct .title-pay {
  width: 720px;
  height: 30px;
  background-image: url(img/contents/asct/title-pay.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 20px;
}
.page-asct .title-send {
  width: 720px;
  height: 30px;
  background-image: url(img/contents/asct/title-send.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 20px;
}
.page-asct table {
  margin-bottom: 50px;
}
.page-asct table th {
  width: 180px;
  text-align: left;
  background-color: #faf9f7;
  padding: 15px;
  border: 1px solid #d0c9c1;
}
.page-asct table td {
  padding: 15px;
  border: 1px solid #d0c9c1;
}
.page-asct table td p {
  margin-bottom: 10px;
}
.page-asct table td .bold {
  font-weight: bold;
}

/* プライバシーポリシー */
.page-privacypolicy {
  margin-bottom: 50px;
}
.page-privacypolicy .page-title {
  width: 720px;
  height: 30px;
  background-image: url(img/contents/privacypolicy/title.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 20px;
}
.page-privacypolicy dl dt {
  font-weight: bold;
  margin-bottom: 20px;
}
.page-privacypolicy dl dd {
  margin-bottom: 30px;
}

/* お問い合わせ */
.page-inquiry {
  margin-bottom: 50px;
}
.page-inquiry .page-title {
  width: 720px;
  height: 30px;
  background-image: url(img/contents/inquiry/title.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 20px;
}
.page-inquiry p {
  margin-bottom: 15px;
}
.page-inquiry p .red {
  color: red;
}
.page-inquiry p a {
  text-decoration: underline;
}
.page-inquiry table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-inquiry table th {
  width: 180px;
  text-align: left;
  background-color: #faf9f7;
  padding: 15px;
  border: 1px solid #d0c9c1;
  vertical-align: middle;
}
.page-inquiry table td {
  padding: 15px;
  border: 1px solid #d0c9c1;
}
.page-inquiry table td p {
  margin-bottom: 10px;
}
.page-inquiry table td .bold {
  font-weight: bold;
}
.page-inquiry .form {
  border: solid 1px #d0c9c1;
  padding: 4px;
}
.page-inquiry .form-short {
  width: 100px;
}
.page-inquiry .form-short50 {
  width: 50px;
}
.page-inquiry .form-long {
  width: 400px;
}
.page-inquiry .form-longmax {
  width: 60%;
}
.page-inquiry .textarea-form {
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  color: #000;
  border: solid 1px #ccc;
  margin: 0 0 20px;
  height: 80px;
  width: 450px;
}
.page-inquiry .send-btn {
  display: block;
  width: 300px;
  background: #756023;
  margin: 30px auto;
  border: none;
  padding: 15px;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 14px;
  font-size: 14px;
}
.page-inquiry .send-btn:hover {
  cursor: pointer;
  background-color: #9a8340;
}

/*-----------------------------------------------------------

	side
		
---------------------------------------------------------- */
#sidebar .onlinestore {
  border: 1px solid #f2ece3;
  background-image: url(img/side/bg.jpg);
  padding: 10px;
}
#sidebar .onlinestore .title {
  width: 110px;
  height: 20px;
  background-image: url(img/side/title-onlinestore.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 10px;
}
#sidebar .onlinestore h3 {
  font-weight: bold;
  color: #60430f;
  margin: 10px 0;
}
#sidebar .shopinformation {
  margin-top: 40px;
}
#sidebar .shopinformation .title {
  width: 155px;
  height: 30px;
  background-image: url(img/side/title-shopinformation.png);
  background-repeat: no-repeat;
  text-indent: -8900px;
  margin-bottom: 10px;
}
#sidebar .shopinformation ul li {
  margin-bottom: 10px;
}

/*-----------------------------------------------------------

	footer
		
---------------------------------------------------------- */
#footer #footer-area {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 12px;
  position: relative;
}
#footer #footer-area .totop {
  position: absolute;
  top: -70px;
  right: 0;
}
#footer #footer-area .logo {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 150px;
  padding-left: 30px;
  border-left: 2px solid #e9e2d6;
}
#footer #footer-area .shop {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 135px;
  padding-top: 15px;
  padding-left: 30px;
  border-left: 2px solid #e9e2d6;
}
#footer #footer-area .shop p {
  color: #735219;
  margin-bottom: 5px;
}
#footer #footer-area .shop p .tel {
  font-size: 26px;
}
#footer #footer-area .shop p .strong {
  font-weight: bold;
}
#footer #footer-area .link {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 135px;
  padding-top: 15px;
  padding-left: 30px;
  border-left: 2px solid #e9e2d6;
  border-right: 2px solid #e9e2d6;
  color: #735219;
}
#footer #footer-area .link ul {
  margin-bottom: 50px;
}
#footer #footer-area .link ul li {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  margin-bottom: 10px;
  padding-left: 15px;
  background-image: url(img/footer/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}
#footer #footer-area .link ul li a {
  color: #735219;
}
#footer #footer-area .link ul li a:hover {
  text-decoration: underline;
}
#footer #copyright {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
