@charset "UTF-8";
/* home
   ========================================================================== */
.home_nut {
  margin-bottom: 30px;
}
.home_nut h2 {
  text-align: center;
}
.home_nut h2 img {
  width: auto;
  height: 45px;
}
@media (min-width: 600px) {
  .home_nut {
    background: url(../images/home/home_nut_img.jpg) no-repeat left center;
    background-size: 40% auto;
  }
  .home_nut h2 {
    text-align: right;
  }
  .home_nut h2 img {
    height: auto;
  }
  .home_nut p {
    padding-left: 45%;
  }
  .home_nut .photo {
    display: none;
  }
}

/* 人気商品 */
.home_hot_product {
  padding: 40px 0 0;
  margin-bottom: 40px;
  background: url(../images/common/line.png) no-repeat left top;
  background-size: 100% 2px;
}
.home_hot_product h3 {
  margin-bottom: 35px;
}
.home_hot_product ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home_hot_product ul li {
  margin-bottom: 30px;
}
.home_hot_product ul li h4 {
  text-align: center;
  margin-bottom: 10px;
}
.home_hot_product ul li a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media (min-width: 480px) {
  .home_hot_product ul {
    margin: 0 -10px;
    overflow: hidden;
  }
  .home_hot_product ul li {
    float: left;
    width: 50%;
    padding: 0 10px;
  }
  .home_hot_product ul li:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .home_hot_product ul {
    margin: 0 -10px;
    overflow: hidden;
  }
  .home_hot_product ul li {
    float: left;
    width: 33.333%;
    padding: 0 10px;
  }
  .home_hot_product ul li:nth-child(2n+1) {
    clear: inherit;
  }
  .home_hot_product ul li:nth-child(3n+1) {
    clear: left;
  }
}

/* 魅力 */
.home_appeal {
  margin-bottom: 40px;
}
.home_appeal h4 {
  margin-bottom: 10px;
}
.home_appeal .columns .photo {
  text-align: center;
}
@media (min-width: 480px) {
  .home_appeal .columns {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .home_appeal .columns .photo {
    float: left;
    width: 30.822%;
  }
  .home_appeal .columns .content {
    float: right;
    width: 69%;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .home_appeal {
    overflow: hidden;
    margin: 0 -10px 40px;
  }
  .home_appeal .columns {
    float: left;
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 0px;
  }
  .home_appeal .columns .photo {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .home_appeal .columns .content {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
}

/* 2、珍味堂の魅力（笑顔）
   ========================================================================== */
@media (min-width: 600px) {
  .service_col_1 {
    height: 257px;
    padding-top: 20px;
    padding-right: 300px;
    background: url(../images/service/photo01.jpg) no-repeat right top;
  }
  .service_col_1 h3 {
    margin-bottom: 40px;
  }

  .service_col_3 h3 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.contact_banner {
  padding: 10px;
  border: solid 1px #F1E7D2;
  background-color: #F5EEDD;
}
.contact_banner .fax {
  padding: 10px;
  text-align: center;
  background-color: #fff;
}

/* 5、商品一覧
   ========================================================================== */
.pan {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}

.item_category {
  *zoom: 1;
}
.item_category:after {
  content: "";
  display: table;
  clear: both;
}
.item_category .columns {
  margin: 0 0 30px;
}
.item_category .columns h3 {
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #231815;
}
.item_category .columns ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.item_category .columns ul li {
  height: 70px;
  margin-bottom: 10px;
}
.item_category .columns ul li a {
  color: #231815;
  line-height: normal;
  width: 100%;
  height: 70px;
  display: table;
  overflow: hidden;
  margin: 0;
  padding: 0 20px 0 0;
  text-decoration: none;
  -moz-box-shadow: inset 0 0 5px #ccc;
  -webkit-box-shadow: inset 0 0 5px #ccc;
  box-shadow: inset 0 0 5px #ccc;
  background-color: #FCE4E7;
}
.item_category .columns ul li a img {
}
.item_category .columns ul li a .thumbnail,
.item_category .columns ul li a .title {
	display: table-cell;
	vertical-align: middle;
}
.item_category .columns ul li a .thumbnail {
	width: 100px;
}
.item_category .columns ul li a .title {
	padding-left: 10px;
}
.item_category .columns ul li a:hover {
  background-color: #f7b6be;
}
@media (min-width: 600px) {
  .item_category .columns ul {
	  margin: 0 -10px;
  }
  .item_category .columns ul li {
	  float: left;
	  width: 50%;
	  padding: 0 10px;
  }
}

/* 5、商品詳細
   ========================================================================== */
.detail_content h3 {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: url(../images/common/line.png) no-repeat left bottom;
}
.detail_content h4 {
  font-size: 16px;
  padding: 5px 10px;
  background-color: #eee7d1;
  margin-bottom: 20px;
}
.detail_content h5 {
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 5px 5px;
}
.detail_content .detail_columns {
  overflow: hidden;
  margin-bottom: 40px;
}
.detail_content .detail_columns .photo {
  padding-top: 20px;
}
.detail_content .detail_columns .photo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.detail_content .detail_columns .columns table tr {
  display: inline;
}
.detail_content .detail_columns .columns table th, .detail_content .detail_columns .columns table td {
  display: block;
  padding: 5px 10px;
}
@media (min-width: 600px) {
  .detail_content .detail_columns .photo {
    float: left;
    width: 38.461%;
  }
  .detail_content .detail_columns .columns {
    float: right;
    width: 57.692%;
  }
  .detail_content .detail_columns .columns table tr {
    display: table-row;
  }
  .detail_content .detail_columns .columns table th, .detail_content .detail_columns .columns table td {
    display: table-cell;
  }
  .detail_content .detail_columns .columns table th {
    width: 100px;
  }
}

/* 7、スタッフ紹介
   ========================================================================== */
/* 9、店舗紹介
   ========================================================================== */
.googlemap {
  position: relative;
  padding-bottom: 75%;
  /*これが縦横比*/
  height: 0;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.shop_table tr {
  display: inline;
}
.shop_table th, .shop_table td {
  display: block;
}
@media (min-width: 600px) {
  .shop_table tr {
    display: table-row;
  }
  .shop_table th, .shop_table td {
    display: table-cell;
  }
}

/* お問い合わせ
   ========================================================================== */
.content_tel {
  padding: 0 0 20px;
  margin-bottom: 40px;
  background: url(../images/common/line.png) no-repeat left bottom;
}
.content_tel h3 {
  font-size: 24px;
  padding-top: 20px;
  background: url(../images/common/line.png) no-repeat left top;
}

#contactForm * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contactForm table {
  margin-bottom: 20px;
}
#contactForm table tr {
  display: inline;
}
#contactForm table th, #contactForm table td {
  display: block;
}
#contactForm .rei {
  font-size: 13px;
  line-height: 20px;
  color: #666;
}
#contactForm .md {
  width: 60%;
}
#contactForm .lg {
  width: 100%;
}
#contactForm .zip {
  width: 10em;
}
#contactForm .buttons {
  text-align: center;
  padding-top: 20px;
}
#contactForm input[type="text"], #contactForm input[type="tel"], #contactForm input[type="email"], #contactForm textarea {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#contactForm input:focus[type="text"], #contactForm input:focus[type="tel"], #contactForm input:focus[type="email"], #contactForm textarea:focus {
  padding: 5px;
  border: 1px solid #3d3d3d;
  border-radius: 4px;
  background-color: #FFFFF7;
}
#contactForm textarea {
  width: 100%;
  height: 150px;
}
#contactForm input[type="submit"], #contactForm input[type="button"] {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  background-color: #3b9edb;
  border: 1px solid #cccccc;
  padding: 5px 20px;
  margin: 0 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#contactForm input[type="submit"]:hover, #contactForm input[type="button"]:hover {
  color: #231815;
  background-color: #fff;
}
@media (min-width: 600px) {
  #contactForm table tr {
    display: table-row;
  }
  #contactForm table th, #contactForm table td {
    display: table-cell;
  }
  #contactForm table th {
    width: 150px;
  }
}

#policy h4 {
  margin-bottom: 15px;
}
#policy .contents {
  font-size: 13px;
  border: solid 1px #ccc;
  padding: 15px;
  height: 200px;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 14px;
  border-bottom: dotted 1px #aaa;
  padding-bottom: 10px;
  margin: 30px 0 10px;
}
#policy .contents ol {
  margin: 0;
  padding-left: 2em;
  list-style: outside decimal;
}
