@charset "UTF-8";
#home #slideVisualWrap #slideVisual #slideVisualItems:after, #home #slideBanner:after, #kodawari .contentsInner .reasonBox:after, #development .contentsInner .storeBox:after, #development .contentsInner .storeMakingList .storeMakingBox:after, #notFound .contentsInner .recomendBox .btnRecommend:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------------------------------------------------------
CSS Information

File name:		other.css
Style Info:		カテゴリに属さないページのスタイル

Index:
	ホーム
	てんやのこだわり
	原産地情報
	店舗開発物件の募集
	プライバシーポリシー
	お問い合わせ
	公式twitterのお知らせ
	クーポン
	サイトマップ
	404
-------------------------------------------------------------- */
/*=====================================================
	ホーム
=====================================================*/
/*	スライドビジュアル
------------------------------------------ */
#home #slideVisualWrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 480px;
  margin-top: -15px;
}

#home #slideVisualWrap #slideVisual {
  margin: 25px 0;
  height: 430px;
}

#home #slideVisualWrap #slideVisual #slideVisualItems {
  position: absolute;
  left: 0;
}

#home #slideVisualWrap #slideVisual #slideVisualItems li {
  position: relative;
  float: left;
  width: 645px;
  height: 430px;
  margin-right: 20px;
}

#home #slideVisualWrap #slideVisual #slideVisualItems li img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
}

#home #slideVisualWrap #slideVisual #slideVisualItems li img.active {
  opacity: 1;
}

#home #slideVisualWrap #slideVisual #slideVisualMoveBtns li {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
}

#home #slideVisualWrap #slideVisual #slideVisualMoveBtns li#slideVisualPrevBtn {
  left: 50%;
  margin-left: -430px;
}

#home #slideVisualWrap #slideVisual #slideVisualMoveBtns li#slideVisualNextBtn {
  right: 50%;
  margin-right: -430px;
}

#home #slideVisualWrap #slideVisual #slideVisualMoveBtns li a {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(../img/common/bg_arrows.png);
  background-repeat: no-repeat;
}

#home #slideVisualWrap #slideVisual #slideVisualMoveBtns li a:active {
  margin-top: 2px;
}

#home #slideVisualWrap #slideVisual #slideVisualMoveBtns li#slideVisualPrevBtn a {
  background-position: 0 0;
}

#home #slideVisualWrap #slideVisual #slideVisualMoveBtns li#slideVisualPrevBtn a:hover {
  background-position: -55px 0;
}

#home #slideVisualWrap #slideVisual #slideVisualMoveBtns li#slideVisualNextBtn a {
  background-position: 0 -55px;
}

#home #slideVisualWrap #slideVisual #slideVisualMoveBtns li#slideVisualNextBtn a:hover {
  background-position: -55px -55px;
}

/*	スライドバナー
------------------------------------------ */
#home #slideBanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin: 10px 0 40px;
  padding: 15px 0;
  background: url(../img/home/bg_slide_banner.png) repeat-x;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

#home #slideBanner #slideBannerItems {
  position: absolute;
  left: 0;
}

#home #slideBanner #slideBannerItems li {
  float: left;
  width: 300px;
  height: 150px;
  margin-right: 20px;
}

#home #slideBanner #slideBannerMoveBtns li {
  position: absolute;
  top: 50%;
  margin-top: -25px;
}

#home #slideBanner #slideBannerMoveBtns li#slideBannerPrevBtn {
  left: 10px;
}

#home #slideBanner #slideBannerMoveBtns li#slideBannerNextBtn {
  right: 10px;
}

#home #slideBanner #slideBannerMoveBtns li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../img/common/bg_arrows.png);
  background-repeat: no-repeat;
}

#home #slideBanner #slideBannerMoveBtns li a:active {
  margin-top: 2px;
}

#home #slideBanner #slideBannerMoveBtns li#slideBannerPrevBtn a {
  background-position: 0 -110px;
}

#home #slideBanner #slideBannerMoveBtns li#slideBannerPrevBtn a:hover {
  background-position: -35px -110px;
}

#home #slideBanner #slideBannerMoveBtns li#slideBannerNextBtn a {
  background-position: 0 -145px;
}

#home #slideBanner #slideBannerMoveBtns li#slideBannerNextBtn a:hover {
  background-position: -35px -145px;
}

/*
------------------------------------------ */
#home #main {
  margin-top: -30px;
}

#home #main h2 {
  margin-top: 30px;
  border-bottom: 2px solid #331c7c;
  font-size: 20px;
  font-weight: bold;
}

#home #main h2 span {
  margin-left: 10px;
  font-size: 14px;
}

#home #main .btnNews {
  position: absolute;
  top: 30px;
  right: 0;
}

#home #main .twitterTimeline {
  width: 520px;
  height: 500px;
  margin: 25px auto 0;
  border-radius: 6px;
  background: url(../img/common/loading.png) no-repeat 50% 50% #e4e4e4;
}

#home #sub aside article {
  margin-top: 15px;
}

#home #sub aside article:first-child {
  margin-top: 0;
}

/*=====================================================
	てんやのこだわり
=====================================================*/
#kodawari .contentsInner .kodawari_h3 {
  padding: 20px;
  background-color: #FFF;
  text-align: center;
  background: url(../kodawari/img/bg_h3.png) no-repeat 50% 50%;
}

#kodawari .contentsInner .kodawari_h4 {
  margin-bottom: 10px;
  padding: 20px;
  background-color: #f1e8d1;
  color: #c60;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

#kodawari .contentsInner .anchorList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#kodawari .contentsInner .anchorList .anchorItem {
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
  margin: 0 10px;
}

#kodawari .contentsInner .anchorList .anchorItem a {
  display: block;
  padding: 12px 40px 10px;
  background-color: #331c7c;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

#kodawari .contentsInner .anchorList .anchorItem a span {
  position: relative;
  padding-left: 30px;
}

#kodawari .contentsInner .anchorList .anchorItem a span:before {
  content: "";
  background: url(/img/common/ico_arrow_bottom_s_white.png) no-repeat center/cover;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 1000;
}

#kodawari .contentsInner .tareBox .tarePic {
  text-align: center;
}

#kodawari .contentsInner .tareBox .tareTxt {
  padding: 15px 15px 15px 300px;
  border: 2px solid #956a33;
  line-height: 1.8;
  background: url(../kodawari/img/fig_reason_tare_01.png) no-repeat 10% 0;
  -webkit-background-size: 140px 140px;
          background-size: 140px;
}

#kodawari .contentsInner .tareBox .tareTxt span {
  font-weight: bold;
  color: #b3181a;
}

#kodawari .contentsInner .reasonBox .box01 {
  float: left;
  width: 425px;
}

#kodawari .contentsInner .reasonBox .box01 .logo {
  margin-top: 30px;
  text-align: center;
}

#kodawari .contentsInner .reasonBox .box02 {
  margin-left: 450px;
}

/*=====================================================
	原産地情報
=====================================================*/
#productinfo .contentsInner .box {
  float: left;
  width: 430px;
}

#productinfo .contentsInner .box.left {
  margin-right: 40px;
}

#productinfo .contentsInner .box h3 {
  margin: 30px 0 20px;
  border-bottom: 3px solid #898568;
  font-size: 16px;
  font-weight: bold;
}

#productinfo .contentsInner .box table .name {
  width: 120px;
}

#productinfo .contentsInner .box table .origin {
  width: 320px;
}

#productinfo .contentsInner .box table thead th {
  background-color: #898568;
  color: #fff;
  text-align: center;
}

#productinfo .contentsInner .box table thead th:first-child {
  border-right: 1px solid #fff;
}

#productinfo .contentsInner .box table tbody th {
  border-right: 1px solid #cccccc;
}

#productinfo .contentsInner .box .note {
  margin: 5px 0 0 1em;
  text-indent: -1em;
}

/*=====================================================
	店舗開発物件の募集
=====================================================*/
#development .contentsInner .intro {
  padding: 20px 0 0 280px;
  min-height: 250px;
  background: url(../development/img/bg_intro.png) no-repeat left top;
}

#development .contentsInner .storeBox {
  margin-left: 130px;
}

#development .contentsInner .storeBox figure {
  float: left;
  width: 300px;
  margin: 20px 30px 0 0;
}

#development .contentsInner .storeBox figure figcaption {
  margin-top: 5px;
}

#development .contentsInner .storeMakingList {
  margin-top: 20px;
  border-bottom: 1px solid #cccccc;
}

#development .contentsInner .storeMakingList .storeMakingBox {
  border-top: 1px solid #cccccc;
}

#development .contentsInner .storeMakingList .storeMakingBox h3, #development .contentsInner .storeMakingList .storeMakingBox p, #development .contentsInner .storeMakingList .storeMakingBox dl {
  float: left;
  padding: 10px 0;
}

#development .contentsInner .storeMakingList .storeMakingBox h3 {
  width: 160px;
  font-size: 16px;
  font-weight: bold;
}

#development .contentsInner .storeMakingList .storeMakingBox dl dt {
  padding-top: 10px;
  font-weight: bold;
}

#development .contentsInner .storeMakingList .storeMakingBox dl dt:first-child {
  padding-top: 0;
}

#development .contentsInner .storeMakingList .storeMakingBox dl dd {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

#development .contentsInner .storeMakingList .storeMakingBox dl dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#development .contentsInner .contactBox .heading {
  color: #605506;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

#development .contentsInner .contactBox .tel {
  margin: 10px 0;
  color: #605506;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}

#development .contentsInner .contactBox .tel span {
  padding-left: 20px;
  font-size: 28px;
}

/*=====================================================
	プライバシーポリシー
=====================================================*/
#privacy .contentsInner ol {
  margin-left: 3em;
}

#privacy .contentsInner ol li {
  margin-top: 10px;
  list-style-type: decimal;
}

/*=====================================================
	お問い合わせ
=====================================================*/
#contact .contentsInner .introBox {
  min-height: 240px;
  padding-left: 270px;
  background: url(../contact/img/bg_intro.png) no-repeat left top;
}

#contact .contentsInner .btnFAQ {
  margin-top: 20px;
}

#contact .contentsInner .btnFAQ a {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.0;
  width: 240px;
  padding: 25px 30px;
  background-image: url(../img/common/ico_arrow_right_s_gray.png);
  background-position: right 10px top 50%;
}

#contact .contentsInner .btnFAQ a:hover {
  background-color: #ffcc00;
  background-image: url(../img/common/ico_arrow_right_s_orange.png);
}

#contact .contentsInner .btnFAQ.is-form a {
  margin: 0 auto;
}

#contact .contentsInner .mod-contactBox {
  background: #e5e3d4;
}

#contact .contentsInner .mod-contactBox .contactItem .heading {
  margin-left: 0;
}

#contact .contentsInner .mod-contactBox .contactItem.is-tel, #contact .contentsInner .mod-contactBox .contactItem.is-mail {
  padding-left: 100px;
  position: relative;
  display: block;
}

#contact .contentsInner .mod-contactBox .contactItem.is-tel:before, #contact .contentsInner .mod-contactBox .contactItem.is-mail:before {
  content: "";
  width: 88px;
  height: 88px;
  position: absolute;
  top: -10px;
  left: 0;
}

#contact .contentsInner .mod-contactBox .contactItem.is-tel:before {
  background: url(../img/common/ico_circle_tel.png) no-repeat center/cover;
}

#contact .contentsInner .mod-contactBox .contactItem.is-mail {
  margin-top: 20px;
  margin-left: 0;
}

#contact .contentsInner .mod-contactBox .contactItem.is-mail:before {
  background: url(../img/common/ico_circle_form.png) no-repeat center/cover;
}

/*=====================================================
	公式twitterのお知らせ
=====================================================*/
#twitter .contentsInner section p {
  margin-top: 30px;
}

#twitter .contentsInner section h2 + p {
  margin-top: 0;
}

#twitter .contentsInner section .box {
  position: relative;
  min-height: 168px;
  padding-left: 190px;
}

#twitter .contentsInner section .box p {
  margin-top: 0;
}

#twitter .contentsInner section .box .icon {
  position: absolute;
  top: 0;
  left: 0;
}

#twitter .contentsInner section .box .btnTwitter {
  margin-top: 20px;
}

#twitter .contentsInner section .box .btnTwitter a {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.0;
  width: 370px;
  padding: 25px 30px;
  background-image: url(../img/common/ico_arrow_right_s_gray.png);
  background-position: right 10px top 50%;
}

#twitter .contentsInner section .box .btnTwitter a:hover {
  background-color: #ffcc00;
  background-image: url(../img/common/ico_arrow_right_s_orange.png);
}

/*=====================================================
	クーポン
=====================================================*/
#coupon .contentsInner em {
  font-weight: bold;
}

#coupon .contentsInner strong {
  color: #b80207;
  font-size: 16px;
}

#coupon .contentsInner .btnAnchor {
  text-align: center;
}

#coupon .contentsInner .btnAnchor li {
  display: inline-block;
  width: 250px;
  margin: 20px 20px 0;
  vertical-align: top;
}

#coupon .contentsInner .btnAnchor li a {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.0;
  width: 220px;
  padding: 25px 30px;
  background-image: url(../img/common/ico_arrow_bottom_s_gray.png);
  background-position: right 10px top 50%;
  width: unset;
}

#coupon .contentsInner .btnAnchor li a:hover {
  background-color: #ffcc00;
  background-image: url(../img/common/ico_arrow_bottom_s_orange.png);
}

#coupon .contentsInner .btnAnchor li span {
  display: block;
  text-align: left;
}

#coupon .contentsInner .imgCoupon {
  margin-top: 30px;
  text-align: center;
}

#coupon .contentsInner .btnShop {
  margin-top: 20px;
  text-align: center;
}

#coupon .contentsInner .btnShop a {
  display: inline-block;
}

#coupon .contentsInner .btnShop a span {
  display: block;
  padding: 5px 5px 5px 25px;
  background-image: url(../img/common/ico_arrow_right_s_gray.png);
  background-repeat: no-repeat;
  background-position: 5px 0.7em;
  color: #333;
  text-decoration: none;
}

#coupon .contentsInner .btnShop a:hover span {
  background-image: url(../img/common/ico_arrow_right_s_orange.png);
  background-color: #ffcc00;
}

/*=====================================================
	サイトマップ
=====================================================*/
#sitemap h1 + .box {
  margin: 0 40px 0 29px;
}

#sitemap .box {
  float: left;
  width: 431px;
}

#sitemap .box .boxInner {
  margin-top: 30px;
  padding: 20px 30px 20px;
  background-color: #fff;
}

#sitemap .box .boxInner:first-child {
  margin-top: 0px;
}

#sitemap .box .boxInner ul li a {
  display: block;
  padding: 5px 5px 5px 25px;
  background-image: url(../img/common/ico_arrow_right_s_gray.png);
  background-repeat: no-repeat;
  background-position: 5px 0.7em;
  color: #333;
  text-decoration: none;
}

#sitemap .box .boxInner ul li a.category {
  display: block;
  width: 341px;
  padding: 5px 5px 5px 25px;
  background: url(../img/common/ico_arrow_right_l_blue.png) no-repeat 5px 0.6em;
  font-size: 16px;
  font-weight: bold;
}

#sitemap .box .boxInner ul li a.category:hover {
  color: #fff;
  background-image: url(../img/common/ico_arrow_right_l_white.png);
  background-color: #331c7c;
  border-radius: 6px;
}

#sitemap .box .boxInner ul li span {
  display: block;
  width: 341px;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
}

#sitemap .box .boxInner ul li ul {
  border-top: 1px solid #cccccc;
}

#sitemap .box .boxInner ul li ul li {
  border-bottom: 1px solid #cccccc;
}

#sitemap .box .boxInner ul li ul li a:hover {
  background-image: url(../img/common/ico_arrow_right_s_orange.png);
  background-color: #ffcc00;
}

#sitemap .box .boxInner ul li ul li ul li:last-child {
  border-bottom: none;
}

#sitemap .box .boxInner ul li ul li ul li a {
  padding: 5px 5px 5px 50px;
  background-position: 30px .7em;
}

/*=====================================================
	404
=====================================================*/
#notFound .contentsInner {
  text-align: center;
}

#notFound .contentsInner .lead {
  margin: 10px 0 30px;
  font-size: 16px;
  font-weight: bold;
}

#notFound .contentsInner .btnTop {
  width: 300px;
  margin: 20px auto;
}

#notFound .contentsInner .btnTop a {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.0;
  width: 230px;
  padding: 25px 35px;
  background-image: url(../img/common/ico_home_l.png), url(../img/common/ico_arrow_right_s_gray.png);
  background-position: 15px 50%, right 10px top 50%;
}

#notFound .contentsInner .btnTop a:hover {
  background-color: #ffcc00;
  background-image: url(../img/common/ico_home_l.png), url(../img/common/ico_arrow_right_s_orange.png);
}

#notFound .contentsInner .recomendBox {
  margin-top: 70px;
  padding: 0 50px;
  border-top: 1px solid #cccccc;
}

#notFound .contentsInner .recomendBox h2 {
  margin-top: -.8em;
  color: #605506;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

#notFound .contentsInner .recomendBox h2 span {
  display: inline-block;
  padding: 0 20px;
  background-color: #faf9f4;
}

#notFound .contentsInner .recomendBox .btnRecommend {
  width: 680px;
  margin: 20px auto 0;
}

#notFound .contentsInner .recomendBox .btnRecommend li {
  float: left;
  width: 220px;
  margin-left: 10px;
}

#notFound .contentsInner .recomendBox .btnRecommend li:first-child {
  margin-left: 0;
}

#notFound .contentsInner .recomendBox .btnRecommend li a {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.0;
  width: 160px;
  padding: 25px 30px;
  background-image: url(../img/common/ico_arrow_right_s_gray.png);
  background-position: right 10px top 50%;
}

#notFound .contentsInner .recomendBox .btnRecommend li a:hover {
  background-color: #ffcc00;
  background-image: url(../img/common/ico_arrow_right_s_orange.png);
}
