@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
.wrapper:after, .topContainer:after, .container:after, .pageContainer:after, #global-nav ul:after, .footer:after, .footer .link:after, .footer .link li:after, .footer .copy:after, .home .page_navi:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	color
----------------------------------------*/
.cBase1 {
  color: #5DC1BF;
}

.cBase2 {
  color: #735d49;
}

.cGray1 {
  color: #ccc;
}

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #4b2a0c;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	body
----------------------------------------*/
body {
  width: 100%;
  position: relative;
  background-image: url("../img/common/bg.gif");
  font-family: 'Kosugi',"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #4b2a0c;
  text-align: center;
  line-height: 1;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@media only screen and (max-width: 709px) {
  body {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
body .pagetop {
  position: fixed;
  bottom: 177px;
  right: 20px;
  cursor: pointer;
}
body .pagetop:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.6 !important;
  filter: alpha(opacity=60);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #4b2a0c;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.6 !important;
  filter: alpha(opacity=60);
}
a:hover {
  color: #e60012;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  a:hover {
    opacity: 0.6 !important;
    filter: alpha(opacity=60);
  }
  a:hover img {
    opacity: 0.6 !important;
    filter: alpha(opacity=60);
  }
}
@media only screen and (max-width: 709px) {
  a:hover {
    opacity: 0.6 !important;
    filter: alpha(opacity=60);
  }
  a:hover img {
    opacity: 0.6 !important;
    filter: alpha(opacity=60);
  }
}
a:active {
  color: #4b2a0c;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.wrapper {
  width: 1040px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 709px) {
  .wrapper {
    /*min-width: 300px;*/
    width: 100%;
  }
}

.topContainer {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .topContainer {
    width: 100%;
    padding: 120px 10px 0px;
  }
}
@media only screen and (max-width: 709px) {
  .topContainer {
    width: 100%;
    min-width: 250px;
    padding: 120px 10px 0px;
  }
}

.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0 0 20px;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .container {
    width: 100%;
    padding: 50px 10px 10px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 709px) {
  .container {
    width: 100%;
    min-width: 250px;
    padding: 40px 10px 10px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.pageContainer {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .pageContainer {
    width: 100%;
    padding: 0 10px 10px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 709px) {
  .pageContainer {
    width: 100%;
    min-width: 250px;
    padding: 0 10px 10px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.spVisual {
  display: none;
}
@media only screen and (max-width: 709px) {
  .spVisual {
    display: block;
  }
}

@media only screen and (max-width: 709px) {
  .spNone {
    display: none;
  }
}

.responsiveImg {
  width: 100%;
  height: auto;
}

h2.std {
  margin-bottom: 30px;
}
@media only screen and (max-width: 709px) {
  h2.std {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 709px) {
  h2.std img {
    width: auto;
    height: 24px;
  }
}

@media only screen and (min-width: 710px) and (max-width: 788px) {
  .catch {
    width: 100%;
  }
  .catch img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 709px) {
  .catch {
    width: 100%;
  }
  .catch img {
    width: 100%;
    height: auto;
  }
}

.invisible {
  transition: opacity 1.5s ease;
  opacity: 0.0;
}

.visible {
  transition: opacity 1.5s ease;
  opacity: 1.0;
}

@media only screen and (min-width: 710px) and (max-width: 788px) {
  width: 100%;
}
/*----------------------------------------
	header
----------------------------------------*/
#top-head {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 23px;
  line-height: 1;
  z-index: 999;
}

#top-head a,
#top-head {
  text-decoration: none;
}

#top-head .inner {
  width: 100%;
  position: relative;
}

#top-head .inner:after {
  content: "";
  clear: both;
  display: block;
}

#top-head h1 {
  display: block;
  padding: 6px 0 0 20px;
  z-index: 99999;
}

#global-nav ul {
  list-style: none;
  margin: 0 auto;
}

#global-nav ul li {
  /*width: 208px;*/
  display: block;
  width: 20%;
  float: left;
}

#global-nav ul li a {
  width: 100%;
  padding: 80px 10px 10px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#global-nav ul li:first-child a {
  background: url("../img/common/menu_icon01.png") no-repeat top 14px center;
}

#global-nav ul li:nth-child(2) a {
  background: url("../img/common/menu_icon02.png") no-repeat top 16px center;
}

#global-nav ul li:nth-child(3) a {
  background: url("../img/common/menu_icon03.png") no-repeat top 28px center;
}

#global-nav ul li:nth-child(4) a {
  background: url("../img/common/menu_icon04.png") no-repeat top 22px center;
}

#global-nav ul li:last-child a {
  background: url("../img/common/menu_icon05.png") no-repeat top 22px center;
}

#global-nav span {
  background: #4b2a0c;
  height: 2px;
  display: block;
  position: relative;
  width: 50px;
  left: 0;
}

#top-head.fixed {
  width: 100%;
  margin-top: 0;
  top: 0;
  position: fixed;
  background: #fff;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 18px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
  padding: 10px;
  background: #fef7e9;
  border-radius: 50%;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #4b2a0c;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 5px;
}

#nav-toggle span:nth-child(2) {
  top: 16px;
}

#nav-toggle span:nth-child(3) {
  top: 27px;
}

/*---------gnav sp--------------*/
@media screen and (max-width: 768px) {
  .head-inner {
    display: none;
  }

  .slick-next {
    right: 0;
  }

  #top-head {
    width: 100%;
    padding: 10px;
    background-image: url("../img/common/bg.gif");
    background: rgba(255, 255, 255, 0.6);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #top-head {
    min-width: 300px;
    top: 0;
    position: fixed;
    margin-top: 0;
  }

  #top-head.open {
    position: fixed;
    top: 0;
    left: 0;
  }

  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
  }

  #top-head.fixed h1,
  #top-head h1 {
    width: 80px;
    height: auto;
    margin: 0 auto;
  }
  #top-head.fixed h1 img,
  #top-head h1 img {
    width: 100%;
    height: auto;
  }

  #global-nav {
    position: absolute;
    left: 5%;
    top: -440px;
    width: 90%;
    max-width: 767px;
    background: #fef7e9;
    text-align: center;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
  }

  #global-nav ul li {
    width: 100%;
    float: none;
    position: static;
    border-bottom: 1px dotted #c3914b;
  }

  #global-nav ul li:last-child {
    border-bottom: none;
  }

  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #000;
    padding: 15px;
    background-position: left 50px center;
    background-size: 30px auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  #top-head #global-nav ul li:first-child a, #top-head.fixed #global-nav ul li:first-child a {
    background-size: 24px auto;
  }

  #nav-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
  }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 16px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}
/*----------------------------------------
	footer
----------------------------------------*/
.footer {
  width: 100%;
  min-width: 1040px;
  position: relative;
  padding: 40px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .footer {
    min-width: 690px;
  }
}
@media only screen and (max-width: 709px) {
  .footer {
    min-width: 300px;
    padding: 30px 0 0 0;
  }
}
.footer .footNavi {
  width: 1040px;
  background: url(../img/common/foot_line.png) repeat-x;
  margin: 0 auto;
  padding-top: 42px;
  clear: both;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .footer .footNavi {
    width: 80%;
    min-width: 690px;
  }
}
@media only screen and (max-width: 709px) {
  .footer .footNavi {
    width: 80%;
    min-width: 300px;
    padding-top: 30px;
  }
}
.footer .footNavi li {
  display: -moz-inline-box;
  display: inline-block;
  display: inline;
  zoom: 1;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 709px) {
  .footer .footNavi li {
    display: block;
    float: none;
    margin-bottom: 8px;
  }
}
.footer .footNavi li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  vertical-align: middle;
  text-decoration: none;
}
.footer .footNavi li a::before, .footer .footNavi li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 4px;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #4b2a0c;
}
.footer .link {
  width: 1040px;
  margin: 40px auto 0;
  clear: both;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .footer .link {
    width: 80%;
    min-width: 690px;
  }
}
@media only screen and (max-width: 709px) {
  .footer .link {
    width: 100%;
  }
}
.footer .link li {
  display: -moz-inline-box;
  display: inline-block;
  display: inline;
  float: left;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .footer .link li {
    width: 20%;
  }
  .footer .link li img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 709px) {
  .footer .link li {
    float: none;
    display: block;
  }
}
.footer .link li:first-child {
  margin-right: 32px;
}
@media only screen and (max-width: 709px) {
  .footer .link li:first-child {
    margin-right: 0;
  }
}
.footer .link li:nth-child(2) {
  padding-top: 5px;
  margin-right: 32px;
}
@media only screen and (max-width: 709px) {
  .footer .link li:nth-child(2) {
    padding-top: 7px;
    margin-right: 0;
  }
}
.footer .link li:nth-child(3) {
  padding-top: 9px;
  margin-right: 32px;
}
@media only screen and (max-width: 709px) {
  .footer .link li:nth-child(3) {
    padding-top: 10px;
    margin-right: 0;
  }
}
.footer .link li:nth-child(4) {
  padding-top: 9px;
  margin-right: 0;
}
@media only screen and (max-width: 709px) {
  .footer .link li:nth-child(4) {
    padding-top: 10px;
    margin-right: 0;
  }
}
.footer .sns {
  width: 176px;
  padding: 30px 0 0 0;
  margin: 0 auto;
  clear: both;
}
.footer .sns li {
  display: inline-block;
  float: left;
}
.footer .sns li a {
  width: 38px;
  height: 38px;
  display: block;
  overflow: hidden;
  text-indent: -999em;
}
.footer .sns li:first-child {
  margin-right: 30px;
}
.footer .sns li:first-child a {
  background: url(../img/common/facebook.png) top center no-repeat;
}
.footer .sns li:first-child a:hover {
  background-position: center bottom;
}
.footer .sns li:nth-child(2) {
  margin-right: 30px;
}
.footer .sns li:nth-child(2) a {
  background: url(../img/common/insta.png) top center no-repeat;
}
.footer .sns li:nth-child(2) a:hover {
  background-position: center bottom;
}
.footer .sns li:nth-child(3) a {
  background: url(../img/common/twitter.png) top 2px center no-repeat;
}
.footer .sns li:nth-child(3) a:hover {
  background-position: center bottom 2px;
}
.footer .footer_inr {
  width: 1040px;
  height: 380px;
  background: url(../img/common/bg_footer.png) center bottom no-repeat;
  padding: 30px 0 0 623px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .footer .footer_inr {
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: left 4px bottom;
    padding: 30px 0 150px 400px;
  }
}
@media only screen and (max-width: 709px) {
  .footer .footer_inr {
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: left 4px bottom;
    padding: 30px 0 150px 0;
  }
}
.footer .footer_inr address {
  text-align: left;
  font-style: normal;
  line-height: 1.5;
}
@media only screen and (max-width: 709px) {
  .footer .footer_inr address {
    display: inline-block;
  }
}
.footer .footer_inr address h3 {
  margin-bottom: 12px;
}
.footer .copy {
  width: 100%;
  min-width: 1040px;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  background: #4b2a0c;
  padding: 40px;
  font-weight: normal;
  text-align: center;
  /*font-family: 'B612 Mono', monospace;*/
  font-family: 'Acme', sans-serif;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .footer .copy {
    width: 100%;
    min-width: 700px;
  }
}
@media only screen and (max-width: 709px) {
  .footer .copy {
    width: 100%;
    min-width: 300px;
    display: block;
    text-align: center;
    margin: 0px auto;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.footer .copy p, .footer .copy a {
  color: #fef7e9;
  line-height: 1.5;
  font-family: 'Acme', sans-serif;
}

/*----------------------------------------
	index
----------------------------------------*/
.home .slidWrapper {
  position: relative;
  margin-bottom: 70px;
}
@media only screen and (max-width: 709px) {
  .home .slidWrapper {
    margin-bottom: 20px;
  }
}
.home .slidWrapper .slider {
  z-index: 2;
}
.home .slidWrapper .slider .slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (max-width: 709px) {
  .home .slidWrapper .slider .slick-dots {
    position: absolute;
    bottom: -30px;
  }
}
.home .slidWrapper .beans_left {
  position: absolute;
  bottom: -40px;
  left: 6px;
  z-index: 1;
}
@media only screen and (max-width: 709px) {
  .home .slidWrapper .beans_left {
    width: 50px;
    position: absolute;
    bottom: -10px;
    left: 6px;
  }
  .home .slidWrapper .beans_left img {
    width: 100%;
    height: auto;
  }
}
.home .slidWrapper .beans_right {
  position: absolute;
  bottom: -74px;
  right: -20px;
  z-index: 4;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .home .slidWrapper .beans_right {
    width: 50px;
    position: absolute;
    bottom: -14px;
    right: -8px;
  }
  .home .slidWrapper .beans_right img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 709px) {
  .home .slidWrapper .beans_right {
    width: 50px;
    position: absolute;
    bottom: -14px;
    right: 0;
  }
  .home .slidWrapper .beans_right img {
    width: 100%;
    height: auto;
  }
}
.home .greeting {
  width: 540px;
  max-height: 20em;
  display: inline-block;
  background: url("../img/top/bg_greeting.png") no-repeat top center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  margin: 0 auto;
  line-height: 2.2;
  padding-bottom: 20px;
}
@media only screen and (max-width: 709px) {
  .home .greeting {
    width: 100%;
    background-size: 250px auto;
    margin: 0 auto;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.home .greeting .vertical {
  text-orientation: mixed;
}
.home .greeting .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  letter-spacing: 0.1em;
}
.home .greeting .paragraph01 {
  margin-right: 30px;
}
@media only screen and (max-width: 709px) {
  .home .greeting .paragraph01 {
    margin-right: 10px;
  }
}
.home .greeting .paragraph02 {
  margin-right: 200px;
}
@media only screen and (max-width: 709px) {
  .home .greeting .paragraph02 {
    margin-right: 60px;
  }
}
.home .page_navi {
  width: 1040px;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .home .page_navi {
    width: 100%;
  }
}
@media only screen and (max-width: 709px) {
  .home .page_navi {
    width: 100%;
  }
}
.home .page_navi li {
  width: 25%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 16px;
  padding-left: 16px;
}
@media only screen and (max-width: 709px) {
  .home .page_navi li {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
}
.home .page_navi li img {
  width: 100%;
  max-width: 232px;
  height: auto;
}
.home .page_navi li:first-child {
  padding-right: 16px;
}
.home .page_navi li:last-child {
  padding-right: 0px;
}

/*----------------------------------------
	roasting
----------------------------------------*/
.roasting .beans_right {
  position: absolute;
  bottom: -12px;
  right: -20px;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .roasting .beans_right {
    width: 90px;
    position: absolute;
    bottom: 10px;
    right: -8px;
  }
  .roasting .beans_right img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 709px) {
  .roasting .beans_right {
    width: 50px;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  .roasting .beans_right img {
    width: 100%;
    height: auto;
  }
}
.roasting .textArea {
  width: 68%;
  text-align: left;
  clear: both;
}
@media only screen and (max-width: 709px) {
  .roasting .textArea {
    width: 100%;
  }
}
.roasting .leftBox {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .roasting .leftBox {
    padding-right: 20px;
  }
}
.roasting .rightBox {
  float: right;
  padding-top: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .roasting .rightBox {
    padding-left: 20px;
  }
}
.roasting .roastingImg {
  width: 32%;
  float: left;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .roasting .roastingImg img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 709px) {
  .roasting .roastingImg {
    width: 60%;
    float: none;
    margin: 0 auto;
    padding: 10px;
    clear: both;
  }
  .roasting .roastingImg img {
    width: 100%;
    height: auto;
  }
}
.roasting p {
  line-height: 2;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .roasting .pcBr {
    display: none;
  }
}
@media only screen and (max-width: 709px) {
  .roasting .pcBr {
    display: none;
  }
}
.roasting .aboutRoasting {
  width: 80%;
  position: relative;
  background: url("../img/roasting/bg.png") no-repeat top 95px left 30px;
  padding: 150px 0 0 186px;
  margin: 0 auto;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 709px) {
  .roasting .aboutRoasting {
    width: 100%;
    padding: 120px 10px 0 166px;
  }
}
.roasting .aboutRoasting h3 {
  position: absolute;
  top: 30px;
  left: 120px;
}

/*----------------------------------------
	welcome
----------------------------------------*/
.welcome .beans_right {
  position: absolute;
  bottom: -12px;
  right: -20px;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .welcome .beans_right {
    width: 90px;
    position: absolute;
    bottom: 10px;
    right: -8px;
  }
  .welcome .beans_right img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 709px) {
  .welcome .beans_right {
    width: 50px;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  .welcome .beans_right img {
    width: 100%;
    height: auto;
  }
}
.welcome .motorcycleImg {
  width: 32%;
  float: none;
  margin: 30px auto;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .welcome .motorcycleImg img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 709px) {
  .welcome .motorcycleImg {
    width: 60%;
    float: none;
    margin: 0 auto;
    padding: 10px;
    clear: both;
  }
  .welcome .motorcycleImg img {
    width: 100%;
    height: auto;
  }
}
.welcome p {
  line-height: 2;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .welcome .pcBr {
    display: none;
  }
}
@media only screen and (max-width: 709px) {
  .welcome .pcBr {
    display: none;
  }
}

/*----------------------------------------
	access
----------------------------------------*/
.access .beans_right {
  position: absolute;
  bottom: -12px;
  right: -20px;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .access .beans_right {
    width: 90px;
    position: absolute;
    bottom: 10px;
    right: -8px;
  }
  .access .beans_right img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 709px) {
  .access .beans_right {
    width: 50px;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  .access .beans_right img {
    width: 100%;
    height: auto;
  }
}
.access .mapImg {
  width: 100%;
  float: none;
  margin: 50px auto;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .access .mapImg img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 709px) {
  .access .mapImg {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 0;
    clear: both;
  }
  .access .mapImg img {
    width: 100%;
    height: auto;
  }
}
.access p {
  line-height: 2;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .access .pcBr {
    display: none;
  }
}
@media only screen and (max-width: 709px) {
  .access .pcBr {
    display: none;
  }
}
.access .mapLink {
  padding-bottom: 60px;
}
.access .mapLink a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  vertical-align: middle;
  text-decoration: none;
  text-decoration: underline;
}
.access .mapLink a::before, .access .mapLink li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 4px;
  box-sizing: border-box;
  width: 6px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #4b2a0c;
}
.access .pageContainer h3 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

/*----------------------------------------
	menu
----------------------------------------*/
.menu .beans_right {
  position: absolute;
  bottom: -12px;
  right: -20px;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .menu .beans_right {
    width: 90px;
    position: absolute;
    bottom: 10px;
    right: -8px;
  }
  .menu .beans_right img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 709px) {
  .menu .beans_right {
    width: 50px;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  .menu .beans_right img {
    width: 100%;
    height: auto;
  }
}
.menu .takeoutImg {
  position: relative;
  top: -100px;
}
@media only screen and (max-width: 709px) {
  .menu .takeoutImg {
    top: 0;
  }
}
.menu .textArea {
  width: 68%;
  text-align: left;
  clear: both;
}
@media only screen and (max-width: 709px) {
  .menu .textArea {
    width: 100%;
  }
}
.menu .textArea h3 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
@media only screen and (max-width: 709px) {
  .menu .textArea h3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.menu .textArea h3 .special {
  color: #e60012;
}
.menu .textArea .pcpt42 {
  padding-top: 42px;
}
@media only screen and (max-width: 709px) {
  .menu .textArea .pt42 {
    padding-top: 0;
  }
}
.menu .textArea ul li {
  margin-bottom: 16px;
}
.menu .textArea ul li .ad {
  font-size: 12px;
  font-size: 0.75rem;
}
.menu .textArea .mt58 {
  margin-top: 42px;
}
.menu .leftBox {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .menu .leftBox {
    padding-right: 20px;
  }
}
.menu .rightBox {
  float: right;
  padding-left: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .menu .rightBox {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 709px) {
  .menu .rightBox {
    padding-left: 0;
  }
}
.menu .menuImg {
  width: 32%;
  float: left;
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .menu .menuImg img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 709px) {
  .menu .menuImg {
    width: 60%;
    float: none;
    margin: 0 auto;
    padding: 10px;
    clear: both;
  }
  .menu .menuImg img {
    width: 100%;
    height: auto;
  }
}
.menu p {
  line-height: 2;
}
.menu .menuPrice {
  width: 90%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 709px) {
  .menu .menuPrice {
    width: 100%;
  }
}
.menu .menuLeft, .menu .menuRight {
  flex: 0 1 auto;
}
.menu .centerLine {
  padding: 0px 15px;
  flex-grow: 2;
}
.menu .centerLine hr {
  position: relative;
  top: -8px;
  border-width: 1px 0px 0px 0px;
  border-style: dotted;
  border-color: #673b15;
}
@media only screen and (max-width: 709px) {
  .menu .spt20 {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 788px) {
  .menu .pcBr {
    display: none;
  }
}
@media only screen and (max-width: 709px) {
  .menu .pcBr {
    display: none;
  }
}
.menu .container {
  padding: 0 10px;
}
.menu .pt60 {
  padding-top: 60px;
}
.menu .clear {
  clear: both;
}
.menu .pt80 {
  padding-top: 80px;
}
