@charset "UTF-8";
/*
Theme Name : 丸八製茶場
Theme URI: http://www.kagaboucha.co.jp
Author:
Author URI:
Description:
Version: 1.0
*/
/*---font------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.13em;
  color: #3a3a3a;
  background: #f3f3f3;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

a {
  color: #3a3a3a;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

a:hover {
  opacity: 0.5;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right !important;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

.red {
  color: #c51616;
}

.slick-slide:focus {
  outline: none;
}

/* animate
---------------------------------------------------------------------------------------*/
.fade_first_message,
.fadebox {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-slow {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fancybox-outer {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

#fancybox-title-outside {
  color: #3a3a3a !important;
  text-align: center !important;
  font-size: 1.4rem !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
}

/* layout
---------------------------------------------------------------------------------------*/
.container {
  max-width: 1120px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.main_container {
  float: right;
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  .main_container {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.side_container {
  float: left;
  width: 220px;
}

@media screen and (max-width: 767px) {
  .side_container {
    float: none;
    width: 100%;
    padding: 0;
  }
}

main {
  display: block;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .home main {
    padding-top: 20px !important;
  }
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}

/* btn
---------------------------------------------------------------------------------------*/
.btn_more a {
  background: url("images/common/ico_btnarrow.svg") right 13px center no-repeat;
  background-size: 6px 12px;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  display: inline-block;
  padding: 9px 40px 9px 20px;
}

.btn_more a:hover {
  background: url("images/common/ico_btnarrow.svg") right 10px center no-repeat;
  background-size: 6px 12px;
}

/* header
---------------------------------------------------------------------------------------*/
.mainv_warp {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mainv_warp {
    padding-top: 67px;
  }
}

/*---------------------------------------------------
header
---------------------------------------------------*/
.header {
  padding: 50px 0 90px;
}

@media screen and (max-width: 767px) {
  .header {
    height: 67px;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f3f3f3;
    z-index: 9999;
  }
}

.header .header_logo {
  float: left;
}

.header .header_logo img {
  width: 40px;
}

@media screen and (max-width: 767px) {
  .header .header_logo img {
    width: 50%;
    margin-top: 1px;
  }
}

.header .g_nav {
  margin-top: 20px;
  float: right;
}

@media screen and (max-width: 767px) {
  .header .g_nav {
    margin-top: 67px;
    float: none;
    background: #f3f3f3;
  }
}

@media screen and (max-width: 767px) {
  .header .g_nav ul {
    border-top: 1px solid #ddd;
  }
}

.header .g_nav ul li {
  float: left;
  margin: 0 18px;
}

@media screen and (max-width: 767px) {
  .header .g_nav ul li {
    width: 50%;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  .header .g_nav ul li:nth-child(even) {
    border-left: 1px solid #ddd;
  }
  .header .g_nav ul li:last-child {
    width: 100%;
  }
}

.header .g_nav ul li a {
  display: block;
}

@media screen and (min-width: 768px) {
  .header .g_nav ul li a {
    position: relative;
    transition: 0.3s;
  }
  .header .g_nav ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 1px;
    height: 0;
    background-color: #3a3a3a;
    margin: 0 0 0 -7px;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .header .g_nav ul li a {
    padding: 15px;
  }
}

.header .g_nav ul li a:hover:after {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .header .g_nav ul li a.active:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #3a3a3a;
    margin: 0 0 0 -7px;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .header .g_nav ul li.nav_shopping {
    background: #2d405e;
  }
  .header .g_nav ul li.nav_shopping a {
    color: #fff;
  }
  .header .g_nav ul li.nav_shopping a:after {
    margin: 0 10px 0 0;
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("images/common/ico_cart_w.svg") right center no-repeat;
    background-size: 18px 15px;
    vertical-align: middle;
  }
}

.header .g_nav img {
  width: 16px;
}

@media screen and (max-width: 767px) {
  .header .drawer-nav {
    margin-top: 67px;
    background: #f3f3f3;
  }
  .header .drawer-nav .drawer-menu {
    padding-bottom: 80px;
  }
}

/*---------------------------------------------------
header_shopping
---------------------------------------------------*/
.header_shopping {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .header_shopping {
    height: 67px;
    padding: 15px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
}

.header_shopping .header_logo {
  float: left;
}

.header_shopping .header_logo img {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .header_shopping .header_logo img {
    width: 50%;
    margin-top: 1px;
  }
}

.header_shopping .header_shopping_nav {
  float: right;
}

.header_shopping .header_shopping_nav .official_link {
  text-align: right;
  margin-bottom: 20px;
}

.header_shopping .header_shopping_nav ul li {
  float: left;
  margin-right: 20px;
  display: inline-block;
  border-right: 1px solid;
  padding-right: 20px;
  line-height: 1;
}

.header_shopping .header_shopping_nav ul li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.header_shopping .header_shopping_nav ul .btn_cart {
  background: url("images/common/ico_cart.svg") right center no-repeat;
  background-size: 18px 15px;
  padding-right: 24px;
}

@media screen and (max-width: 767px) {
  .header_shopping .drawer-nav {
    margin-top: 67px;
    background: #f3f3f3;
  }
  .header_shopping .drawer-nav .drawer-menu {
    padding-bottom: 280px;
    border-top: 1px solid #ddd;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header_shopping .drawer-nav .drawer-menu li {
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  .header_shopping .drawer-nav .drawer-menu li:last-child {
    border-bottom: 0;
  }
  .header_shopping .drawer-nav .drawer-menu li a {
    padding: 15px;
    display: block;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .header_shopping .drawer-nav .drawer-menu li br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header_shopping .drawer-nav .drawer-menu li ul {
    border-top: 1px solid #ddd;
  }
  .header_shopping .drawer-nav .drawer-menu li ul li {
    border-bottom: 1px solid #ddd;
  }
  .header_shopping .drawer-nav .drawer-menu li ul li:last-child {
    border-bottom: 0;
  }
  .header_shopping .drawer-nav .drawer-menu li ul li a {
    padding-left: 25px;
    display: block;
  }
  .header_shopping .drawer-nav .drawer-menu li ul li a:before {
    content: " - ";
  }
  .header_shopping .drawer-nav .drawer-menu li.btn_login {
    width: 50%;
    text-align: center;
    border-right: 1px solid #ddd;
    background: #f9f9f9;
  }
  .header_shopping .drawer-nav .drawer-menu li.btn_cart {
    width: 50%;
    text-align: center;
    background: #f9f9f9;
  }
  .header_shopping .drawer-nav .drawer-menu li.btn_cart a:after {
    content: " ";
    margin-left: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("images/common/ico_cart.svg") no-repeat;
    background-size: 18px 15px;
    vertical-align: middle;
  }
}

.menu-item-has-children ul {
  display: none;
}

.menu-item-has-children {
  cursor: pointer;
}

.menu-item-has-children > a:after {
  content: " ＋";
  font-size: 1rem;
  line-height: 25px;
  float: right;
  margin-right: 0;
}

.menu-item-has-children > a.active:after {
  content: "- ";
  font-size: 1.6rem;
  line-height: 25px;
  float: right;
  margin-right: 2px;
}

.post-type-archive-column .g_nav ul li .active:after,
.tax-column-cat .g_nav ul li .active:after,
.single-column .g_nav ul li .active:after {
  display: none;
}

/* footer
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------
footer
---------------------------------------------------*/
.footer {
  margin-top: 120px;
}

.footer .footer_nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 35px 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer .footer_nav {
    text-align: center;
  }
}

.footer .footer_nav li {
  margin-left: 20px;
  display: inline-block;
  border-left: 1px solid;
  padding-left: 20px;
  line-height: 1;
}

.footer .footer_nav li:first-child {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .footer .footer_nav li {
    margin: 0 10px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: none;
  }
}

.footer .footer_inr {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .footer .footer_inr {
    padding: 30px 0;
  }
}

.footer .footer_inr .footer_tel {
  float: left;
  width: 260px;
}

@media screen and (max-width: 767px) {
  .footer .footer_inr .footer_tel {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.footer .footer_inr .footer_tel .text_center {
  font-size: 1.6rem;
}

.footer .footer_inr .footer_tel img {
  margin: 10px 0;
  width: 260px;
}

.footer .footer_inr .address {
  float: right;
  width: 50%;
  text-align: right;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .footer .footer_inr .address {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}

.footer .footer_inr .address h3 {
  margin-bottom: 20px;
}

.footer .footer_inr .address h3 img {
  width: 200px;
}

.footer .footer_inr .copyright {
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 1;
  font-family: "Crimson Text", serif;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer .footer_inr .copyright {
    text-align: center;
  }
}

.footer_shopping {
  margin-top: 120px;
  border-top: 1px solid #ddd;
  padding: 35px 0;
}

.footer_shopping ul {
  margin-bottom: 30px;
}

.footer_shopping ul li {
  margin-right: 20px;
  display: inline-block;
  border-right: 1px solid;
  padding-right: 20px;
  line-height: 1;
}

.footer_shopping ul li:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .footer_shopping ul li {
    margin: 0 10px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: none;
  }
}

#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
}

#page-top img {
  width: 35px;
}

@media screen and (max-width: 767px) {
  #page-top {
    right: 15px;
    bottom: 15px;
  }
}
