@charset "UTF-8";
#home #slideVisual .slidesjs-navigation:after {
  content: "";
  display: block;
  clear: both;
}

#home #slideVisual .slidesjs-pagination li, #home #slideVisual .slidesjs-navigation {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* --------------------------------------------------------------
CSS Information

File name:		other.css
Style Info:		カテゴリに属さないページのスタイル

Index:
	ホーム
	てんやのこだわり
	クーポン
	てんやのデリバリー
-------------------------------------------------------------- */
/*=====================================================
	アプリ
=====================================================*/
#app .app_image {
  text-align: center;
}
#app .app_image img {
  max-width: 100%;
}
#app .app_notice {
  margin-top: 20px;
}
#app .app_notice em {
  color: #FF0000;
  font-weight: 700;
}
#app .app_caption {
  margin: 40px auto 0;
  font-size: 16px;
  font-weight: bold;
}
#app .app_flex {
  margin: 40px auto 0;
}
#app .app_flexitem a {
  display: block;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  width: 100%;
  padding: 20px 30px;
}
#app .app_flexitem a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/common/ico_arrow_right_gray.png);
  background-repeat: no-repeat;
  -webkit-background-size: 11px 11px;
          background-size: 11px 11px;
  right: 10px;
}

/*=====================================================
	クーポン
=====================================================*/
#coupon #contents .contentsInner {
  padding: 0 18px;
  margin-bottom: 100px;
}
#coupon #contents .coupon_image {
  text-align: center;
}
#coupon #contents .coupon_image img {
  max-width: 100%;
}
#coupon #contents .coupon_caption {
  margin-top: 20px;
}
#coupon #contents .coupon_text {
  margin-top: 1em;
  font-size: 13px;
}

/*=====================================================
	てんやのデリバリー
=====================================================*/
#delivery #contents img {
  max-width: 100%;
  width: 100%;
}
#delivery #contents .btn a {
  display: inline-block;
  padding: 1em;
  background-color: #fff;
  background-repeat: no-repeat;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#delivery #contents .contentsInner {
  max-width: 400px;
  margin: 0 auto;
}
#delivery #contents .notice {
  margin-top: 1em;
}
#delivery #contents .shop {
  margin-top: 20px;
  padding: 20px;
  background-color: #e5e3d4;
  border: 3px solid #fff;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
}
#delivery #contents .shopBtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 10px auto 0;
  font-size: 16px;
}
#delivery #contents .shopBtn a::before, #delivery #contents .shopBtn a::after {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
}
#delivery #contents .shopBtn a::before {
  width: 30px;
  height: 24px;
  margin-right: 4px;
  background-image: url(/sp/img/common/ico_shop.png);
  -webkit-background-size: 30px auto;
          background-size: 30px auto;
}
#delivery #contents .shopBtn a::after {
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url(/sp/img/common/ico_arrow_right_gray.png);
  -webkit-background-size: 11px auto;
          background-size: 11px auto;
}
#delivery #contents .orderType {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -15px;
}
#delivery #contents .orderType > li:nth-child(2n+1):last-child {
  margin-left: auto;
  margin-right: auto;
}
#delivery #contents .orderTypeItem {
  width: calc(50% - 10px);
  margin-top: 20px;
}
#delivery #contents .orderTypeItemLogo a {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  height: 40vw;
  max-height: 200px;
  background: url(/img/common/ico_arrow_bottom_s_gray.png) no-repeat left 50% bottom 15px #fff;
}
#delivery #contents .orderTypeItemBtn {
  margin-top: 5px;
}
#delivery #contents .orderApp {
  margin-top: 20px;
  padding: 20px 15px;
  background-color: #e5e3d4;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}
#delivery #contents .orderAppHeading {
  font-weight: bold;
}
#delivery #contents .orderAppItem {
  margin-top: 10px;
}
#delivery #contents .orderAppItem + .orderAppItem {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #acaba4;
}
#delivery #contents .orderAppItemHeading {
  font-weight: bold;
}
#delivery #contents .orderAppItemList {
  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;
  margin-top: 10px;
}
#delivery #contents .orderAppItemList li {
  width: calc(50% - 10px);
}
#delivery #contents .orderAppItemList li:first-child {
  margin-right: 10px;
}
#delivery #contents .orderAppItemList li:last-child {
  margin-left: 10px;
}
#delivery #contents .orderAppItemBtn {
  margin-top: 20px;
  text-align: center;
}
#delivery #contents .orderAppItemBtn a {
  width: 80%;
  font-size: 16px;
}
#delivery #contents .orderAppItemBtn a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 -16px 0 4px;
  background: url(/sp/img/common/ico_blank.png) no-repeat;
  -webkit-background-size: 16px auto;
          background-size: 16px auto;
}
#delivery #contents .orderFlow {
  margin-top: 20px;
}
#delivery #contents .orderFlow > li span {
  display: block;
  padding: 20px 10px;
  background-color: #e5e3d4;
  font-weight: bold;
  text-align: center;
}
#delivery #contents .orderFlow > li:not(:first-child) {
  padding-top: 60px;
  background: url(/delivery/img/bg_flow_arrow.png) no-repeat center top;
}
#delivery #contents .orderFlow > li:last-child span {
  position: relative;
  font-size: 18px;
}
#delivery #contents .orderFlow > li:last-child span::before, #delivery #contents .orderFlow > li:last-child span::after {
  position: absolute;
  top: 50%;
  content: "";
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#delivery #contents .orderFlow > li:last-child span::before {
  width: 34vw;
  height: 18vw;
  left: 1vw;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url(/delivery/img/bg_flow_menu_01.png);
}
#delivery #contents .orderFlow > li:last-child span::after {
  width: 32vw;
  height: 22vw;
  right: 1vw;
  -webkit-background-size: contain;
          background-size: contain;
  background-image: url(/delivery/img/bg_flow_menu_02.png);
}
#delivery #contents .orderFlow > li > ul {
  margin: 10px 0;
  font-size: 12px;
}
#delivery #contents .orderFlow > li > ul li {
  margin-left: 1em;
  text-indent: -1em;
}

/*=====================================================
	ホーム
=====================================================*/
#home #slideVisual {
  position: relative;
  width: 300px;
  margin: 0 auto;
  padding: 0 10px;
}
#home #slideVisual .slidesjs-navigation {
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 200px;
  z-index: 10;
}
#home #slideVisual .slidesjs-navigation:after {
  content: "";
  position: absolute;
  top: 89px;
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../img/home/bg_slide_visual.png);
  background-repeat: no-repeat;
  -webkit-background-size: 44px 22px;
          background-size: 44px 22px;
}
#home #slideVisual .slidesjs-navigation.slidesjs-previous {
  left: 0px;
}
#home #slideVisual .slidesjs-navigation.slidesjs-previous:after {
  background-position: 0 0;
}
#home #slideVisual .slidesjs-navigation.slidesjs-next {
  right: -18px;
}
#home #slideVisual .slidesjs-navigation.slidesjs-next:after {
  background-position: -22px 0;
}
#home #slideVisual .slidesjs-pagination {
  margin-top: 5px;
  text-align: center;
}
#home #slideVisual .slidesjs-pagination li {
  display: inline-block;
  margin-left: 10px;
}
#home #slideVisual .slidesjs-pagination li:first-child {
  margin-left: 0;
}
#home #slideVisual .slidesjs-pagination li a {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
}
#home #slideVisual .slidesjs-pagination li a.active {
  background-color: #fdd200;
}
#home .twitter {
  text-align: center;
}
#home .bnrs {
  padding: 10px;
  background: url(../img/home/bg_banner.png) repeat;
  -webkit-background-size: 6px 6px;
          background-size: 6px 6px;
  text-align: center;
}
#home .bnrs li {
  margin-top: 30px;
}
#home .bnrs li:first-child {
  margin-top: 0;
}
#home .bnrs a {
  display: block;
}
#home .bnrs.middleBnr {
  margin: 20px auto;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
#home .bnrs.middleBnr img {
  max-width: 296px;
}
#home .bnrs.middleBnr .txt {
  padding-top: 10px;
}
#home .btnSocial {
  margin-top: 15px;
  text-align: center;
}
#home .btnSocial li {
  display: inline-block;
  height: 20px;
  margin-left: 15px;
  vertical-align: top;
}
#home .btnSocial li:first-child {
  margin-left: 0;
}
#home .btnSocial li.twitter iframe {
  width: 100px !important;
}
#home .headingNews {
  margin-top: 15px;
  border-bottom: 2px solid #331c7c;
  font-size: 16px;
  font-weight: bold;
}
#home .btnNews {
  width: 75%;
  margin: 15px auto 0;
}
#home .btnNews a {
  position: relative;
  display: block;
  border-radius: 8px;
  background-color: #25155d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
#home .btnNews a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/common/ico_arrow_right_white.png);
  background-repeat: no-repeat;
  -webkit-background-size: 11px 11px;
          background-size: 11px 11px;
  left: 10px;
}
#home .linkBtn {
  width: 75%;
  margin: 20px auto 0;
  text-align: center;
}
#home .linkBtn a {
  display: block;
  text-decoration: none;
  margin: 0 10px;
}
#home .linkBtn a span {
  position: relative;
  display: block;
  width: 100%;
  background-color: #454545;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#06288a), to(#1f0d57));
  background-image: -webkit-linear-gradient(bottom, #06288a, #1f0d57);
  background-image: linear-gradient(to top, #06288a, #1f0d57);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  height: 50px;
  padding: 0 40px 0 25px;
  line-height: 50px;
}
#home .linkBtn a span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/common/ico_arrow_right_white.png);
  background-repeat: no-repeat;
  -webkit-background-size: 11px 11px;
          background-size: 11px 11px;
  right: 10px;
}

/*=====================================================
	てんやのこだわり
=====================================================*/
#kodawari #contents img {
  width: 100%;
  height: auto;
}
#kodawari #contents .kodawari_h3 {
  color: #630;
  font-weight: bold;
  text-align: center;
}
#kodawari #contents .kodawari_h4 {
  margin: 15px 0 10px;
  padding: 10px;
  background-color: #f1e8d1;
  color: #c60;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#kodawari #contents .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 #contents .anchorList .anchorItem {
  -webkit-flex-basis: calc(33.33333% - 10px);
      -ms-flex-preferred-size: calc(33.33333% - 10px);
          flex-basis: calc(33.33333% - 10px);
  margin: 0 5px;
}
#kodawari #contents .anchorList .anchorItem a {
  display: block;
  padding: 12px 5px 10px;
  background-color: #331c7c;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
#kodawari #contents .anchorList .anchorItem a span {
  position: relative;
  padding-left: 18px;
}
#kodawari #contents .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: 1px;
  left: 0;
  width: 11px;
  height: 11px;
  z-index: 1000;
}
#kodawari #contents .imgW50 {
  margin: 0 auto;
  width: 50%;
}
#kodawari #contents .imgW60 {
  margin: 0 auto;
  width: 60%;
}
#kodawari #contents .imgW80 {
  margin: 0 auto;
  width: 60%;
}
#kodawari #contents .img {
  margin-top: 10px;
  text-align: center;
}
#kodawari #contents .imgList {
  margin: 10px 0;
  text-align: center;
}
#kodawari #contents .imgList li {
  margin-top: 5px;
}
#kodawari #contents .imgList li:frist-child {
  margin-top: 0;
}
#kodawari #contents .txt_redbld {
  color: #b3181a;
  font-weight: bold;
}
#kodawari #contents .txtBox_border {
  padding: 10px;
  border: 1px solid #956a33;
}
#kodawari #contents .kodawari_riceAstImg img {
  width: 100%;
}

#home #slideVisual .slidesjs-navigation:after {
  content: "";
  display: block;
  clear: both;
}

#home #slideVisual .slidesjs-navigation, #home #slideVisual .slidesjs-pagination li {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*=====================================================
	モバイルオーダー
=====================================================*/
#mobileorder .mobileorder_image {
  text-align: center;
}
#mobileorder .mobileorder_image img {
  max-width: 100%;
}
#mobileorder .mobileorder_caption {
  margin: 1em auto 0;
  font-size: 13px;
}
#mobileorder .mobileorder_caption em {
  font-weight: 700;
  color: #1566b8;
  font-size: 15px;
  font-style: normal;
}
#mobileorder .mobileorder_section {
  margin-top: 30px;
}
#mobileorder .mobileorderList {
  margin-top: 20px;
}
#mobileorder .mobileorderList > * {
  margin-top: 2px;
  font-weight: bold;
}
#mobileorder .mobileorderList > *:first-child {
  margin-top: 0;
}
#mobileorder .mobileorderList > * a {
  position: relative;
  display: block;
  min-height: 50px;
  padding: 15px 25px 15px 10px;
  background-color: #eeece0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  text-decoration: none;
}
#mobileorder .mobileorderList > * a:after {
  content: "";
  display: block;
  clear: both;
}
#mobileorder .mobileorderList > * a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/common/ico_arrow_right_gray.png);
  background-repeat: no-repeat;
  -webkit-background-size: 11px 11px;
          background-size: 11px 11px;
  right: 10px;
}
#mobileorder .mobileorderList > * a .new {
  float: left;
  margin-right: 10px;
}
#mobileorder .mobileorderList > * a .name {
  overflow: auto;
}
#mobileorder .mobileorderUse {
  margin-top: 30px;
}
#mobileorder .mobileorderUse_item {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
#mobileorder .mobileorderUse_item img {
  max-width: 100%;
}
#mobileorder .mobileorderUse_item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#mobileorder .mobileorderUse_text {
  font-size: 13px;
  text-align: left;
  margin-top: 10px;
}
#mobileorder .mobileorderUse_caption {
  font-size: 13px;
  margin-top: 50px;
  margin-bottom: 40px;
}

/*=====================================================
	お支払い方法
=====================================================*/
#payment #contents {
  line-height: 24px;
}
#payment #contents .methods {
  margin-top: 50px;
}
#payment #contents .methods .ttl {
  font-weight: 600;
}
#payment #contents .methods .logo {
  margin-top: 30px;
}
#payment #contents .methods img {
  width: 100%;
}
#payment #contents .notice {
  margin-top: 30px;
}
#payment #contents .note {
  margin-top: 22px;
}
#payment #contents .note a {
  font-size: 18px;
  font-weight: bold;
}

/*=====================================================
	公式twitterのお知らせ
=====================================================*/
#twitter .contentsInner section p {
  margin-top: 30px;
}
#twitter .contentsInner section h2 + p {
  margin-top: 0;
}
#twitter .contentsInner section .icon {
  text-align: center;
}
#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: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin-inline: auto;
  max-width: 370px;
  padding: 25px 30px;
  background-image: url(/img/common/ico_arrow_right_s_gray.png);
  background-position: right 10px top 50%;
}