@charset "utf-8";
/* -------------　index -------------
00.初期設定
01.共通パーツ
02.TOPページ
03.徳島焙煎工房について
04.商品紹介
05.ブログ
----------------------------------- */
/*
768px以上
@media print,screen and (min-width: 768px)

縦長
@media screen and (orientation: portrait)

横長
@media screen and (orientation: landscape)
*/
/* ==================== 00.初期設定 ====================*/
body {
  color: #2b1a00;
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
main {
  overflow: hidden;
  padding-top: 44px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #dd4b1a;
}
a:hover, a:active {
  color: #ef271b;
}
a[href^="tel:"] span {
  margin: 0 4px;
}
@media print,screen and (min-width: 900px) {
  a[href^="tel:"] {
    color: #2b1a00;
    pointer-events: none;
  }
  main {
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (orientation:portrait) {
  a[href^="tel:"] {
    color: #2b1a00;
    pointer-events: none;
  }
  main {
    padding-top: 80px;
  }
}
@media print {
 main {
 padding-top: 0;
 }
}
/* ==================== 01.共通パーツ ====================*/
.header {
  align-items: center;
  background: url("../img/common/bg-dark.jpg");
  display: flex;
  height: 44px;
  justify-content: space-between;
  left: 0;
  padding: 8px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header__logo {
  margin: 0;
  padding: 0;
}
.header__logo--square {
  align-self: flex-start;
  max-width: 90px;
  opacity: 1;
  width: 24%;
  -webkit-transition: all .1s ease 0s;
  transition: all .1s ease 0s;
}
.header__logo--horizontal {
  max-width: 187px;
  opacity: 1;
  width: 49.87%;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}
.header__logo img {}
.header__btn {
  align-items: center;
  color: #BAB6B0;
  cursor: pointer;
  display: flex;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: .75rem;
  right: 15px;
  top: 7px;
  z-index: 20;
}
.header__btn div {
  align-content: space-around;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 20px;
  margin-left: 10px;
  width: 22px;
}
.header__btn div span {
  background-color: #fff;
  height: 2px;
  transition: opacity 0.1s ease, transform 0.6s ease-in-out;
  width: 100%;
}
.header__btn.js-clicked span:nth-child(1) {
  transform: translateY(7px) rotate(135deg);
}
.header__btn.js-clicked span:nth-child(2) {
  opacity: 0;
}
.header__btn.js-clicked span:nth-child(3) {
  transform: translateY(-7px) rotate(-135deg);
}
.gnav {
  background: #221C11;
  color: #fff;
  display: none;
  min-width: 16rem;
  opacity: .95;
  padding-top: 1.2rem;
  position: fixed;
  right: 0;
  top: 44px;
  z-index: 10;
}
.gnav ul {
  margin: 0;
  padding-left: 1.5rem;
}
.gnav li {
  list-style: none;
}
.gnav a {
  border-bottom: dashed 1px #9C968D;
  color: #fff;
  display: block;
  margin-bottom: 1.2rem;
  padding: 0 0 1rem 1rem;
}
.gnav li:last-child a {
  border: none;
  margin-bottom: .6rem;
}
.about .gnav__about, .items .gnav__items, .information .gnav__information {
  color: #f5cb4f;
}
.footer {
  background: url("../img/common/bg-dark.jpg");
  padding: 8px 20px;
  width: 100%;
}
.footer__logo {
  line-height: 1;
  margin: 12px 0;
  max-width: 187px;
  width: 49.87%;
}
.fnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.fnav li {
  flex-basis: 40%;
  flex-shrink: 2;
  list-style: none;
  margin: 8px;
}
.fnav a {
  color: #fff;
}
.fnav .fnav__about {
  flex-grow: 2;
  flex-shrink: 0;
  white-space: nowrap;
}
.about .fnav__about, .items .fnav__items, .information .fnav__information {
  color: #f5cb4f;
}
.heading-category {
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 20px;
  text-align: center;
}
.heading-category__en {
  display: block;
  font-family: felt-tip-roman, sans-serif;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.heading-category__en--baseline {
  margin-bottom: 0;
}
.btn {}
.btn a {
  display: flex;
  justify-content: center;
  text-align: center;
}
.btn a:hover {
  text-decoration: none;
}
.btn--primary {
  margin: 0 auto;
  max-width: 78.67%;
  width: 295px;
}
.btn--primary a {
  background: #ef271b;
  color: #fff;
  overflow: hidden;
  padding: 10px 10px 10px 2rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--primary a:hover {
  background: #f56416;
}
.btn--primary a::after {
  content: url("../img/common/arrow-white.svg");
  margin: -3px 0 0 6px;
}
.btn--exlink {
  margin: 0 auto;
  max-width: 78.67%;
  width: 295px;
}
.btn--exlink a {
  background: #ef271b;
  color: #fff;
  padding: 10px 10px 10px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--exlink a:hover {
  background: #f56416;
}
.btn--exlink a::after {
  content: url("../img/common/icon-ex-link.svg");
  margin: 1px 0 0 6px;
}
.btn--skeleton {
  border: solid 2px #2b1a00;
  width: 73%;
  z-index: 3;
}
.btn--skeleton a {
  color: #2b1a00;
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  padding: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--skeleton a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.btn--skeleton a::after {
  content: url("../img/common/arrow-brown-sp.svg");
  margin: -3px 0 0 6px;
  max-width: 38px;
}
.title {
  background: url("../img/common/bg-main.jpg");
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 6.93vw;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 40px;
  padding: 26px;
  text-align: center;
}
@media (max-width: 340px) and (orientation:portrait) {
.btn--skeleton a {
 font-size: 4.27vw;
 }
}
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
@media (min-width: 420px) and (max-width: 767px) {
  .title {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (orientation:landscape) {
  .title {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (orientation:portrait) {
  .header {
    height: 80px;
    padding: 16px 0 16px 20px;
  }
  .header__logo--square {
    max-width: 164px;
    width: 164px;
  }
  .header__logo--horizontal {
    max-width: 22.97%;
    width: 294px;
  }
  .header__btn {
    display: none;
  }
  .gnav {
    background: none;
    display: block;
    font-size: 1.56vw;
    min-width: auto;
    opacity: 1;
    padding-top: 0;
    position: static;
    z-index: 10;
  }
  .gnav ul {
    align-items: center;
    display: flex;
    padding-left: 0;
  }
  .gnav li {
    align-items: center;
    padding: 4px 8px;
    position: relative;
  }
  .gnav li::after {
    border-left: dotted 1px #fff;
    content: "";
    display: block;
    height: 98%;
    position: absolute;
    top: 2px;
    right: -10px;
    transform: rotate(30deg);
    width: 11px;
  }
  .gnav li:last-child::after {
    content: none;
  }
  .gnav a {
    border-bottom: none;
    display: inline;
    margin: 0 10px 0;
    padding: 0 0 4px 0;
  }
  .gnav li:last-child a {
    margin-bottom: 0;
  }
  .gnav a:hover {
    color: #f5cb4f;
    text-decoration: none;
  }
  .about .gnav__about, .items .gnav__items, .information .gnav__information {
    border-bottom: solid 1px #f5cb4f;
  }
}
@media print,screen and (min-width: 900px) {
  .header {
    height: 80px;
    padding: 16px 0 16px 20px;
  }
  .header__logo--square {
    max-width: 164px;
    width: 164px;
  }
  .header__logo--horizontal {
    max-width: 22.97%;
    width: 294px;
  }
  .header__btn {
    display: none;
  }
  .gnav {
    background: none;
    display: block;
    font-size: 1.56vw;
    min-width: auto;
    opacity: 1;
    padding-top: 0;
    position: static;
    z-index: 10;
  }
  .gnav ul {
    align-items: center;
    display: flex;
    padding-left: 0;
  }
  .gnav li {
    align-items: center;
    padding: 4px 8px;
    position: relative;
  }
  .gnav li::after {
    border-left: dotted 1px #fff;
    content: "";
    display: block;
    height: 98%;
    position: absolute;
    top: 2px;
    right: -10px;
    transform: rotate(30deg);
    width: 11px;
  }
  .gnav li:last-child::after {
    content: none;
  }
  .gnav a {
    border-bottom: none;
    display: inline;
    margin: 0 10px 0;
    padding: 0 0 4px 0;
  }
  .gnav li:last-child a {
    margin-bottom: 0;
  }
  .gnav a:hover {
    color: #f5cb4f;
    text-decoration: none;
  }
  .about .gnav__about, .items .gnav__items, .information .gnav__information {
    border-bottom: solid 1px #f5cb4f;
  }
  .footer {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: space-between;
    padding: 16px 0 16px 20px;
  }
  .footer__logo {
    line-height: 1;
    margin: 12px 0;
    max-width: 22.97%;
    min-width: 187px;
    width: 294px;
  }
  .fnav {
    font-size: 1.56vw;
  }
  .fnav ul {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .fnav li {
    align-items: center;
   flex-basis: auto;
   flex-shrink: 1;
    margin: 0;
    padding: 4px 8px;
    position: relative;
  }
  .fnav li::after {
    border-left: dotted 1px #fff;
    content: "";
    display: block;
    height: 98%;
    position: absolute;
    top: 2px;
    right: -10px;
    transform: rotate(30deg);
    width: 11px;
  }
  .fnav li:last-child::after {
    content: none;
  }
  .fnav a {
    color: #fff;
    margin: 0 10px 0;
    padding: 0 0 4px 0;
  }
  .fnav .fnav__about {
    flex-grow: 0;
  }
  .about .fnav__about, .items .fnav__items, .information .fnav__information {
    border-bottom: solid 1px #f5cb4f;
  }
  .heading-category {
    font-size: 1.41vw;
  }
  .heading-category__en {
    font-size: 4.84vw;
  }
  .btn a {
    font-size: 1.125rem;
  }
  .btn--primary a, .btn--exlink a {
    padding: 16px 10px 16px 2rem;
  }
  .btn--skeleton {
    display: inline-block;
    width: auto;
  }
  .btn--skeleton a {
    padding: 8px 16px 8px 30px;
  }
  .wrapper {
    margin: 0 auto;
    max-width: 1080px;
  }
  .title {
    font-size: 36px;
    margin-bottom: 7.81%;
    padding: 2.73%;
  }
  .pc-none {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 900px) {
  .gnav, .fnav {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .gnav, .fnav {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .heading-category {
    font-size: 22px;
  }
  .heading-category__en {
    font-size: 77px;
  }
}
@media print {
 .header {
  position: static;
 }
.btn--skeleton a {
 white-space: nowrap;
 }
}
/*loading*/
#page-loading {
  background: #2b1a00;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  display: table;
  z-index: 101;
}
.loading__inner {
  position: fixed;
  top: 37%;
  left: 50%;
  margin-left: -3rem;
}
.coffee_cup {
  width: 40px;
  height: 48px;
  border: 2px rgba(255, 255, 255, 1) solid;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  margin: 72px auto 16px;
}
.coffee_cup:after, .coffee_cup:before {
  position: absolute;
  content: "";
}
.coffee_cup:after {
  width: 10px;
  height: 24px;
  border: 2px #fff solid;
  border-left: none;
  border-radius: 0px 20px 20px 0px;
  left: 40px;
}
.coffee_cup:before {
  width: 2px;
  height: 12px;
  background-color: rgba(255, 255, 255, 1);
  top: -20px;
  left: 8px;
  box-shadow: 9px 0px 0px 0px rgba(255, 255, 255, 1), 9px -9px 0px 0px rgba(255, 255, 255, 1), 18px 0px 0px 0px rgba(255, 255, 255, 1);
  -webkit-animation: steam 1s linear infinite alternate;
  -moz-animation: steam 1s linear infinite alternate;
  animation: steam 1s linear infinite alternate;
}
@-webkit-keyframes steam {
  0% {
    height: 0px;
  }
  100% {
    height: 12px;
  }
}
@-moz-keyframes steam {
  0% {
    height: 0px
  }
  100% {
    height: 12px;
  }
}
@keyframes steam {
  0% {
    height: 0px
  }
  100% {
    height: 12px;
  }
}
span.loading {
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}
span.loading span {
  display: inline-block;
  padding: 0 2px;
  vertical-align: middle;
}
span.loading span:nth-of-type(1) {
  -webkit-animation: animation 4s ease 0s infinite;
  animation: animation 4s ease 0s infinite;
}
span.loading span:nth-of-type(2) {
  -webkit-animation: animation 4s ease 0.2s infinite;
  animation: animation 4s ease 0.2s infinite;
}
span.loading span:nth-of-type(3) {
  -webkit-animation: animation 4s ease 0.4s infinite;
  animation: animation 4s ease 0.4s infinite;
}
span.loading span:nth-of-type(4) {
  -webkit-animation: animation 4s ease 0.6s infinite;
  animation: animation 4s ease 0.6s infinite;
}
span.loading span:nth-of-type(5) {
  -webkit-animation: animation 4s ease 0.8s infinite;
  animation: animation 4s ease 0.8s infinite;
}
span.loading span:nth-of-type(6) {
  -webkit-animation: animation 4s ease 1.0s infinite;
  animation: animation 4s ease 1.0s infinite;
}
span.loading span:nth-of-type(7) {
  -webkit-animation: animation 4s ease 1.2s infinite;
  animation: animation 4s ease 1.2s infinite;
}
@-webkit-keyframes animation {
  0% {
    margin-top: 0;
  }
  5% {
    margin-top: -0.8rem;
  }
  10% {
    margin-top: 0;
  }
  13% {
    margin-top: -0.4rem;
  }
  16% {
    margin-top: 0;
  }
  18% {
    margin-top: -0.1rem;
  }
  20% {
    margin-top: 0;
  }
}
@keyframes animation {
  0% {
    margin-top: 0;
  }
  5% {
    margin-top: -0.8rem;
  }
  10% {
    margin-top: 0;
  }
  13% {
    margin-top: -0.4rem;
  }
  16% {
    margin-top: 0;
  }
  18% {
    margin-top: -0.1rem;
  }
  20% {
    margin-top: 0;
  }
}
/* ==================== 02.TOPページ ====================*/
.news {
  padding: 0 5.33%;
  margin-bottom: 70px;
}
.news__contents {
  border-top: solid 1px #2b1a00;
  margin-bottom: 20px;
}
.news__list {
  border-bottom: solid 1px #2b1a00;
  padding: 10px 0;
}
.news__title {
  border-bottom: dotted 1px #707070;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.news__title:last-of-type {
  border: none;
  margin-bottom: 2px;
  padding-bottom: 0;
}
.news__bnr {
 margin-bottom: 2rem;
}
.ranking {
  background: url("../img/common/bg-light.jpg");
  padding: 40px 5.33% 70px;
}
.ranking__item {}
.ranking__photoset {
  float: left;
  position: relative;
  width: 46.27%;
}
.ranking__photowrap {
  filter: drop-shadow(3px 5px 0 #fff);
  padding-top: 87.37%;
  position: relative;
}
_:-ms-lang(x)::-ms-backdrop, .ranking__photowrap {
  padding: 0;
  position: static;
}
.ranking__photo {
  -webkit-clip-path: polygon(46% 0, 79% 4%, 100% 48%, 94% 85%, 29% 100%, 0 69%, 0 24%);
  clip-path: polygon(46% 0, 79% 4%, 100% 48%, 94% 85%, 29% 100%, 0 69%, 0 24%);
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
_:-ms-lang(x)::-ms-backdrop, .ranking__photo {
  height: auto;
  position: static;
}
.ranking__icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 21%;
}
.ranking__name {
  float: right;
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  margin-top: 1rem;
  width: 48.66%;
}
.ranking__description {
  clear: both;
  padding: 1.5rem 0;
}
.ranking__feature {
  float: right;
  width: 48.66%;
}
.instagram,
.sns {
  padding: 70px 5.33%;
}
.sns__instagram {
 margin-bottom: 80px;
}
.sns__icon {
  display: block;
  margin: 0 auto 30px;
}
.instagram__photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 30px;
  padding: 0;
}
.instagram__photo {
  flex: 1 1 30%;
  list-style: none;
  margin: 1.15%;
  overflow: hidden;
  padding-bottom: 31.04%;
  position: relative;
}
.instagram__photo a {}
.instagram__photo img {
  left: 50%;
  /*  max-width: 179%;*/
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.instagram__video {
}
.instagram__video::after {
 content: url("../img/toppage/icon-play.png");
 left: calc(50% - 16px);
 opacity: .7;
 position: absolute;
 top: calc(50% - 16px);
}
_:-ms-lang(x)::-ms-backdrop, .instagram__photo a {
 pointer-events: none;
}
_:-ms-lang(x)::-ms-backdrop, .instagram__btn {
 display: none;
}
_:-ms-lang(x)::-ms-backdrop, .instagram__video::after {
 display: none;
}
.shop {
  background: url("../img/common/bg-wood.jpg");
  padding: 50px 5.33% 0;
}
.wrapper--shop {
  overflow: hidden;
  padding-top: 85px;
}
.shop__inner {
  background: #fff;
  padding: 0 20px 40px;
  position: relative;
}
.shop__inner::before {
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 46vw 85px 46vw;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -85px;
  transform: translate(-50%);
  width: 0;
}
.shop__photo {
  margin-bottom: 16px;
}
.shop__text {
  margin-bottom: 16px;
}
.shop__map {
  margin-bottom: 20px;
  padding-top: 61.7%;
  position: relative;
}
.shop__gmap {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media print,screen and (min-width: 768px) {
  .news {
    margin-bottom: 7.81%;
  }
 .news__contents {
  border-bottom: solid 1px #2b1a00;
  display: flex;
  justify-content: space-between;
    margin-bottom: 50px;
    padding: 6px 0 4px;
 }
  .news__list {
   border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    padding: 18px 0 0;
   width: calc(100% - 360px);
  }
  .news__date {
    border-bottom: dotted 1px #707070;
    font-size: 1.125rem;
    padding-left: 20px;
    width: 17.93%;
  }
  .news__date:last-of-type {
    border: none;
    margin-bottom: 2px;
    padding-bottom: 0;
  }
  .news__title {
    width: 82.07%;
  }
  .news__date, .news__title {
    margin-bottom: 18px;
    padding-bottom: 12px;
  }
 .news__bnr {
  height: fit-content;
  margin-bottom: 0;
  max-width: 336px;
    padding: 6px 0;
 }
  .ranking {
    padding: 7.81% 5.33%;
  }
  .ranking__items {
    display: flex;
    justify-content: space-between;
  }
  .ranking__item {
    display: flex;
    flex-direction: column;
    width: 29.68%;
  }
  .ranking__item:nth-of-type(2) {
    margin-top: 7.97%;
  }
  .ranking__item:nth-of-type(3) {
    margin-top: 15.94%;
  }
  .ranking__photoset {
    float: none;
    margin-bottom: 16px;
   overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ranking__name {
    font-size: 1.125rem;
    text-align: center;
    width: 100%;
  }
  .ranking__description {
    clear: both;
    padding: 0;
  }
  .ranking__feature {
    float: none;
    order: 4;
    width: 100%;
  }
  .instagram,
 .sns{
    padding: 9.38% 5.33%;
   padding-bottom: calc(9.38% + 80px);
  }
  .wrapper--sns {
    display: flex;
    justify-content: space-between;
  }
 .sns__instagram {
  flex-basis: 44%;
  margin-bottom: 0;
 }
 .sns__facebook {
  flex-basis: 44%;
 }
 .sns__heading {
  
 }
 .sns__heading--facebook {
  margin-bottom: 42px;
 }
/*
  .wrapper--instagram {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
  }
  .instagram__heading {
    padding-top: 13.45%;
    width: 32.27%;
  }
  .instagram__photos {
    margin: 0;
    width: 62.15%;
  }
  .instagram__btn {
    position: absolute;
    right: 0;
    top: 63%;
    width: 32.27%;
  }
*/
 .shop {
  margin-top: -80px;
  padding-top: 80px;
 }
  .wrapper--shop {
    padding-top: 130px;
  }
  .shop__inner::before {
    border-width: 0 46vw 130px 46vw;
    top: -130px;
  }
  .heading-category--shop {
    position: relative;
    top: -40px;
  }
  .shop__box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 4.98%;
  }
  .shop__basic {
    display: flex;
    flex-direction: column;
    width: 35.95%;
  }
/*
  .shop__text {
    margin-bottom: 50px;
  }
*/
 .shop__text small {
  font-size: .875rem;
 }
  .shop__photo {
    margin: auto 0 0;
    order: 3;
  }
  .shop__maps {
    width: 59.62%;
  }
}
/* ==================== 03.徳島焙煎工房について ====================*/
.howto {
  background: url("../img/common/bg-light.jpg");
  padding: 40px 10.67%;
}
.howto__block {
  margin-bottom: 2rem;
}
.howto__pic {
  margin: 0 0 1rem -5.76%;
}
.roaster {
  padding: 60px 5.33% 40px;
}
.roaster__photo {
  margin-bottom: 1rem;
}
.roaster__name {
  align-items: center;
  display: flex;
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 36px;
  font-weight: 700;
  justify-content: space-between;
}
.roaster__name small {
  font-size: 20px;
  margin-left: 1rem;
}
@media (max-width: 767px) and (orientation:landscape) {
  .roaster__photo {
    margin: 0 auto 1rem;
    width: 32.27%;
  }
  .roaster__name {
    justify-content: space-around;
    margin: 0 auto 1rem;
    white-space: nowrap;
    width: 32.27%;
  }
}
@media print,screen and (min-width: 768px) {
  .howto {
    padding: 7.81% 5.33%;
  }
  .howto__blocks {
    display: flex;
    justify-content: space-between;
  }
  .howto__block {
    flex-basis: 28.59%;
    margin-bottom: 0;
  }
  .roaster {
   padding-bottom: 14%;
  }
  .roaster__inner {
   align-items: center;
   display: flex;
   justify-content: space-between;
  }
  .roaster__photo {
    margin: 0 0 1rem;
    width: 32.27%;
  }
  .roaster__name {
    justify-content: flex-start;
    margin: 0 auto 1rem;
    white-space: nowrap;
  }
}
/* ==================== 04.商品紹介 ====================*/

.dripbag {
 padding: 0 5.33% 13.33%;
}
.dripbag__photo {
 margin-bottom: 1rem;
}
.dripbag__text {
 margin-bottom: 1rem;
}
.dripbag__text {
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.dripbag__text p {
 margin: .3rem 0;
}
.goodvalue {
 background: url("../img/common/bg-wood.jpg");
 color: #fff;
 padding: 2.13%;
}
.goodvalue__wrapper {
 background: url("../img/items/bg_chalkboard.png");
 background-size: cover;
 padding: 6.8%;
 position: relative;
}
.goodvalue__title {
 margin: -4px 0 10px -4px;
}
.goodvalue__number {
 display: inline-block;
 text-align: right;
 width: 3.2rem;
}
.goodvalue__price {
 display: inline-block;
 text-align: right;
 width: 3.7rem;
}
.goodvalue__pic {
 bottom: 16px;
 position: absolute;
 right: 0;
 max-width: 200px;
 width: 51.75%;
}
.gift {
 padding: 0 5.33%;
}
.giftset {
 margin-bottom: 2rem;
}
.gift__photo {
 margin-bottom: 1rem;
}
.gift__title {
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
 margin-bottom: .3rem;
}
.gift__description {
 margin-bottom: 1rem;
}
.gift__title span {
 display: inline-block;
}
@media print,screen and (min-width: 768px) {
 .dripbag {
   margin-bottom: 5%;
  padding-bottom: 0;
 }
  .dripbag__inner {
   display: flex;
   justify-content: space-between;
  }
 .dripbag__photo{
  margin-bottom: 0;
  width: 66.14%;
 }
 .dripbag__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32.27%;
 }
 .dripbag__text {
  font-size: 1.125rem;
 }
 .giftset {
  align-items: center;
  display: flex;
  justify-content: space-between;
 }
 .giftset:nth-child(even) {
  flex-direction: row-reverse;
 }
 .gift__photo {
  width: 40.74%;
 }
 .gift__body {
  width: 57.67%;
 }
}
/* ==================== 05.ブログ ====================*/
@media print,screen and (min-width: 768px) {}