@charset "UTF-8";
.img-responsive {
  max-width: 100% !important;
  height: auto;
  display: block;
}

.contact__row, .foot-banners, .thumbs__row {
  zoom: 1;
}

.contact__row:before, .foot-banners:before, .thumbs__row:before {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.contact__row:after, .foot-banners:after, .thumbs__row:after {
  clear: both;
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.title {
  margin-bottom: 20px;
}

.case {
  margin-bottom: 30px;
}

.section-header {
  position: relative;
  border-bottom: 1px solid #0099CB;
  padding-bottom: 13px;
  margin-bottom: 23px;
}

.section-title {
  font-size: 2.4em;
  color: #0099CB;
}
.section-title .place {
  padding-left: 1em;
  font-size: 0.6em;
  color: #333;
}

.icons {
  position: absolute;
  right: 0;
  top: 10px;
}
.icons li {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  vertical-align: bottom;
  width: 77px;
  padding: 5px 0;
}
.icons li.bakery {
  background: #B28500;
}
.icons li.side-dish {
  background: #27A027;
}
.icons li.sweets {
  background: #FBAF93;
}
.icons li.coffee {
  background: #A98D70;
}
.icons li.kitchen-category {
  background: #0000ff;
}
.icons li.capacity {
  background: #aaa;
}

/* タブ切り替えボタン
---------------------------------------- */
.tab-nav {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.tab-nav__list {
  text-align: center;
  margin-bottom: 30px;
}
.tab-nav__item {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 10px;
}
.tab-nav__item:first-child {
  padding-left: 0;
}
.tab-nav__item:first-child:before {
  display: none;
}
.tab-nav__item:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 3px;
  margin-top: -9px;
  width: 8px;
  height: 18px;
  background: url(/case-study/assets/images/img-tab-nav_delimiter.gif) no-repeat 0 0;
  content: '';
}
.tab-nav__link {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 1.6em;
  border-bottom: 3px solid transparent;
}
.tab-nav__link:link, .tab-nav__link:visited {
  color: #333;
  text-decoration: none;
}
.tab-nav__link.active, .tab-nav__link:hover {
  border-bottom: 3px solid #1954a6;
}
.tab-nav__link.active:before, .tab-nav__link:hover:before {
  position: absolute;
  content: '';
  bottom: -18px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-width: 9px 6px 0;
  border-style: solid;
  border-color: #1954a6 transparent transparent;
}
.tab-nav__link.active {
  font-weight: 700;
}

.img-large {
  float: left;
  width: 395px;
}

.thumbs {
  float: right;
  width: 540px;
  padding-left: 20px;
}

.thumbs__row {
  margin-left: -16px;
}

.thumbs .thumb {
  float: left;
  width: 260px;
  margin-left: 16px;
}

.balloon {
  width: 540px;
  background: url(/case-study/assets/images/bg-balloon.gif) repeat-y left top;
  margin-bottom: 6px;
}

.balloon--top {
  background: url(/case-study/assets/images/bg-balloon-top.gif) no-repeat left top;
}

.balloon--bottom {
  background: url(/case-study/assets/images/bg-balloon-bottom.gif) no-repeat left bottom;
  min-height: 45px;
  padding: 12px 12px 28px;
}

.balloon p {
  font-size: 1.3em;
  margin-bottom: 0;
}

.qubette .img-large {
  width: 411px;
}
.qubette .balloon {
  float: right;
}
.qubette .thumbs {
  width: 549px;
  padding-left: 0;
}

.qubette-detail {
  clear: both;
  position: relative;
  border: 2px solid #0099CB;
  padding: 16px;
}
.qubette-detail p {
  font-size: 1.3em;
}

.contact {
  margin: 40px 0;
  padding: 35px 20px;
  border: 5px solid #1954a6;
}
.contact p {
  font-size: 1.6em;
  margin-bottom: 20px;
  text-align: center;
}

.contact__row {
  background: url(/assets/images/modules/common/vr-gray.gif) repeat-y 50% top;
}

.contact__phone {
  float: left;
  padding-left: 133px;
  min-height: 113px;
  width: 283px;
  background: url(/strength//assets/images/icon-phone.gif) no-repeat left top;
}

.contact__mail {
  float: right;
  padding-left: 133px;
  padding-left: 133px;
  min-height: 113px;
  width: 283px;
  background: url(/strength//assets/images/icon-mail.gif) no-repeat left top;
}

.contact__btn {
  padding-left: 0;
  font-size: 1.385em;
  position: relative;
  display: inline-block;
  width: 283px;
  height: 53px;
  background: url(/strength//assets/images/btn-contact.gif) no-repeat left top;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  line-height: 53px;
}
.contact__btn:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: rotate(360deg);
}
.contact__btn:hover, .contact__btn:link, .contact__btn:visited {
  color: #fff;
}

.foot-banners {
  margin-left: -27px;
  margin-bottom: 30px;
}
.foot-banners .item {
  float: left;
  margin-right: -1px;
  margin-left: 27px;
}
