@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  cursor: pointer;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  display: table;
  content: '';
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* slick-theme */
/* Icons */
/* Arrows */
#arrows {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 0;
}

#arrows .slick-prev, #arrows .slick-next {
  display: none !important;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 1;
  background-color: #fff;
  pointer-events: initial;
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
  }
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  border-top: 1px solid #0c2504;
  border-left: 1px solid #0c2504;
  content: "";
  padding-top: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(25%, -50%) rotate(-45deg);
          transform: translate(25%, -50%) rotate(-45deg);
  left: 0;
  display: block;
  margin: auto;
  width: 10px;
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: 0;
}

.slick-next--news {
  -webkit-transform: translate(52px, -20%) rotate(45deg);
          transform: translate(52px, -20%) rotate(45deg);
  display: inline-block;
  padding-top: 4px;
  width: 6px;
}

.slick-next--news:hover {
  cursor: pointer;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  border-top: 1px solid #0c2504;
  border-right: 1px solid #0c2504;
  content: "";
  padding-top: 10px;
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
  width: 10px;
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.topNews_thumb .slick-dots {
  display: table;
  right: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  z-index: 10000;
  width: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  pointer-events: initial;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}

.slick-dots li button {
  background: #ced3cd;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background-color: #0c2504;
  width: 12px;
  height: 12px;
}

.slick-dots li.slick-active {
  width: 12px;
  height: 12px;
}

.slick-arrow.arrow {
  color: transparent;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 2;
}

.slick-arrow.next {
  right: 0;
}

.slick-arrow.prev {
  left: 0;
}

@media only screen and (min-width: 768px) {
  .forSp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .forSp {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .forPc {
    display: none !important;
  }
}

body {
  letter-spacing: -0.025em;
  color: #4c4c4c;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (min-width: 768px) {
  body {
    min-width: 980px;
  }
}

.js-hide {
  opacity: 0;
}

.link--opacity:hover, .header .nav_listItem-link:hover, .shop_listItem-link:hover, .notice_listItem-link:hover {
  opacity: .8;
}

@media only screen and (min-width: 768px) {
  .wrap {
    margin: auto;
    max-width: 950px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .layoutBlock_item-col2 {
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
    width: calc(50% - 25px);
  }
}

.header {
  border-top: 1px solid rgba(214, 218, 212, 0.2);
  width: 100%;
  z-index: 1000;
}

@media only screen and (min-width: 768px) {
  .header {
    bottom: 0;
    position: absolute;
    text-shadow: 0px 0px 2px #000000;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    top: 0;
    padding: 14.25px 19.5px 15.25px 16px;
    position: fixed;
    background-color: #fff;
  }
}

.header.is-active {
  background-color: #fff;
  text-shadow: none;
}

@media only screen and (min-width: 768px) {
  .header.is-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    border-bottom: 1px solid #e5e5e5;
  }
  .header.is-active .nav_listItem {
    color: #304529;
  }
}

.header_logo {
  width: 150px;
}

.header_logo a {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .header_logo {
    width: 120px;
  }
}

.header_logo--green {
  display: block;
}

.header_hamburger {
  height: 20px;
  position: absolute;
  top: 18.5px;
  right: 15px;
  width: 23px;
}

.header_hamburger-part {
  position: absolute;
  width: 100%;
  padding-top: 1px;
  border-top: 1px solid #000;
}

.header_hamburger-part:first-child {
  top: 0;
}

.header_hamburger-part:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_hamburger-part:last-child {
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .header .nav {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .header .nav {
    display: none;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 10px 0 56px;
    z-index: 10000;
    font-size: 16px;
    line-height: 1.81;
  }
}

@media only screen and (max-width: 767px) {
  .header .nav_head {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 10px;
    padding: 4.25px 19.5px 15.25px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .header .nav_wrap {
    margin-top: 40px;
    padding: 0 27px;
  }
}

@media only screen and (max-width: 767px) {
  .header .nav_listItem {
    color: #304529;
  }
  .header .nav_listItem + .nav_listItem {
    margin-top: 34px;
  }
}

.header .nav_listItem--greenlogo {
  display: none;
}

.header .nav_list {
  font-size: 15px;
  line-height: 1.42;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .header .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0;
  }
}

.header .nav .header_hamburger-part {
  top: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
}

.header .nav .header_hamburger-part:nth-child(2) {
  display: none;
}

.header .nav .header_hamburger-part:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

.footer {
  font-size: 11px;
  line-height: 1.81;
  margin-top: 200px;
  text-align: center;
  padding-bottom: 66px;
}

@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 100px;
    padding-bottom: 54px;
  }
}

.footer_copyright {
  margin-top: 25px;
}

* {
  min-width: 0;
  min-width: 0;
}

.noTouch {
  pointer-events: none;
}

.top-header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .top-header {
    display: none;
  }
}

.top-header_logo-left {
  width: 150px;
  margin: 12px 0 14px 23px;
}

.top-header_logo-left a {
  display: inline-block;
}

.top-header_logo-right {
  width: 120px;
  margin: 14px 14px 18px;
}

.mainVis {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mainVis {
    margin-top: 58px;
  }
}

@media only screen and (min-width: 768px) {
  .mainVis_slider-item--01 {
    background: url(/selection/greentea/assets/img/img_mv_01.png) center/cover;
    height: calc(100vh - 67px);
    -webkit-box-shadow: 0 -200px 200px -100px #000 inset;
            box-shadow: 0 -200px 200px -100px #000 inset;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .mainVis_slider-item--02 {
    background: url(/selection/greentea/assets/img/img_mv_02.png) center/cover;
    height: calc(100vh - 67px);
    -webkit-box-shadow: 0 -200px 200px -100px #000 inset;
            box-shadow: 0 -200px 200px -100px #000 inset;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .mainVis_slider-item--03 {
    background: url(/selection/greentea/assets/img/img_mv_03.png) center/cover;
    height: calc(100vh - 67px);
    -webkit-box-shadow: 0 -200px 200px -100px #000 inset;
            box-shadow: 0 -200px 200px -100px #000 inset;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .mainVis_slider-item--04 {
    background: url(/selection/greentea/assets/img/img_mv_04.png) center/cover;
    height: calc(100vh - 67px);
    -webkit-box-shadow: 0 -200px 200px -100px #000 inset;
            box-shadow: 0 -200px 200px -100px #000 inset;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .mainVis_slider-item--05 {
    background: url(/selection/greentea/assets/img/img_mv_05.png) center/cover;
    height: calc(100vh - 67px);
    -webkit-box-shadow: 0 -200px 200px -100px #000 inset;
            box-shadow: 0 -200px 200px -100px #000 inset;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .mainVis_slider-item--06 {
    background: url(/selection/greentea/assets/img/img_mv_06.png) center/cover;
    height: calc(100vh - 67px);
    -webkit-box-shadow: 0 -200px 200px -100px #000 inset;
            box-shadow: 0 -200px 200px -100px #000 inset;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .mainVis_slider-item--07 {
    background: url(/selection/greentea/assets/img/img_mv_07.png) center/cover;
    height: calc(100vh - 67px);
    -webkit-box-shadow: 0 -200px 200px -100px #000 inset;
            box-shadow: 0 -200px 200px -100px #000 inset;
    position: relative;
  }
}

.mainVis_logo {
  left: 20px;
  position: absolute;
  top: 20px;
  width: 160px;
  z-index: 1000;
}

@media only screen and (min-width: 768px) {
  .mainVis_logo.forPc {
    display: none;
  }
}

.mainVis_ttl {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 39px;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .mainVis_ttl {
    width: 20px;
  }
}

.mainVis_slider {
  opacity: 0;
}

.inner {
  padding-top: 70px;
}

@media only screen and (max-width: 767px) {
  .inner {
    padding-top: 43px;
  }
}

@media only screen and (min-width: 768px) {
  .about .layoutBlock_item--slider {
    width: 100%;
  }
  .about .layoutBlock_item--slider:last-child {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .about .layoutBlock-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .about .layoutBlock_item-slider {
    display: inline-block;
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
    width: calc(50% - 25px);
  }
}

.about_content {
  font-size: 17px;
  line-height: 1.88;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .about_content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .about_content {
    font-size: 16px;
    line-height: 2;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about_content .layoutBlock_item-col2 + .layoutBlock_item-col2 {
    margin-top: 50px;
  }
}

.about_content-ttl {
  font-weight: bold;
}

.about_content-txt {
  margin-top: 31px;
}

.about_product {
  font-size: 17px;
  line-height: 1.88;
  margin-top: 160px;
}

@media only screen and (min-width: 768px) {
  .about_product {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .about_product {
    font-size: 16px;
    line-height: 2;
    margin-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .about_product .layoutBlock_item-col2 + .layoutBlock_item-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .about_product .layoutBlock_item-col2 + .layoutBlock_item-col2 {
    margin-top: 56px;
  }
}

.about_product .layoutBlock_item-col2--alignBottom {
  vertical-align: bottom;
}

.about_product-ttl {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .about_product-ttl {
    line-height: 1.87;
  }
}

@media only screen and (min-width: 768px) {
  .about_product-ttl {
    margin-top: -10px;
  }
}

.about_product-lead {
  margin-top: 39px;
}

@media only screen and (max-width: 767px) {
  .about_product-lead {
    margin-top: 35px;
    line-height: 1.87;
  }
}

.about_product-lead--head {
  display: block;
  font-weight: bold;
}

.about_product--priceBox {
  text-align: right;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.85;
}

.about_product .cart {
  margin-top: 42px;
}

@media only screen and (min-width: 768px) {
  .about_product .cart {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
  }
}

.about_product .cart + .cart {
  margin-top: 26px;
}

@media only screen and (max-width: 767px) {
  .about_product .cart + .cart {
    margin-top: 40px;
  }
}

.about_product .cart_price {
  font-size: 14px;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  .about_product .cart_price {
    font-size: 13px;
    line-height: 1.84;
  }
}

@media only screen and (max-width: 767px) {
  .about_product .cart_more {
    margin-top: 32px;
  }
}

.about_product .cart_more-link {
  position: relative;
  font-size: 14px;
  line-height: 1.85;
  background-color: #0c2504;
  color: #fff;
  display: block;
  padding: 5px 1px;
  text-align: center;
  line-height: 1.88;
  font-size: 17px;
}

.about_product .cart_more-link2 {
  position: relative;
  font-size: 14px;
  line-height: 1.85;
  background-color: #a4390c;
  color: #fff;
  display: block;
  padding: 5px 1px;
  text-align: center;
  line-height: 1.88;
  font-size: 17px;
}

@media only screen and (min-width: 768px) {
  .about_product .cart_more-link:hover {
    background: url(/selection/greentea/assets/img/cart-btn-bg.png) repeat;
  }
}

@media only screen and (max-width: 767px) {
  .about_product .cart_more-link {
    padding: 12px 0;
  }
	.about_product .cart_more-link2 {
    padding: 12px 0 0;
  }
}

.about_product .cart_more-link:after {
  border-right: 0px solid #fff;
  border-top: 0px solid #fff;
  content: "";
  display: block;
  padding-top: 6px;
  position: absolute;
  right: 28%;
  top: 52%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  width: 7px;
}

@media only screen and (max-width: 767px) {
  .about_product .cart_more-link:after {
    right: 22%;
  }
}

@media only screen and (min-width: 768px) {
  .about_product .cart_more--about {
    width: 100%;
    margin: 45px 0 0;
  }
	.about_product .cart_more--about2 {
    width: 100%;
    margin: 45px 0 -30px;
  }
}

@media only screen and (min-width: 768px) {
  .about_product .cart_more-margin {
    margin-top: 108px;
  }
}

@media only screen and (min-width: 768px) {
  .about_product--slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 697px;
  }
}

.about_product-top {
  margin-top: 200px;
}

@media only screen and (max-width: 767px) {
  .about_product-top {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .about_product-margin {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .about_product-position {
    position: relative;
  }
}

.about_otsukaen {
  font-size: 17px;
  line-height: 1.88;
  margin-top: 200px;
}

@media only screen and (max-width: 767px) {
  .about_otsukaen {
    margin-top: 90px;
  }
}

.about_otsukaen .layoutBlock {
  overflow: hidden;
}

.about_otsukaen-left {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .about_otsukaen-left {
    float: left;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .about_otsukaen-right {
    float: right;
  }
}

.about_otsukaen-ttl {
  font-weight: bold;
}

.about_otsukaen-lead {
  margin-top: 45px;
}

.about_otsukaen-address {
  margin-top: 32px;
}

@media only screen and (min-width: 768px) {
  .about_otsukaen-address {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.about_otsukaen-address-logo {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .about_otsukaen-address-logo {
    width: 70%;
    margin: 35px auto 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about_otsukaen-address-logo-left {
  width: 90px;
}

.about_otsukaen-address-logo-right {
  width: 95px;
}

.about_otsukaen-address-txt {
  text-align: left;
  font-size: 14px;
  line-height: 1.85;
}

@media only screen and (min-width: 768px) {
  .about_otsukaen-address-txt {
    width: 44%;
  }
}

@media only screen and (max-width: 767px) {
  .about_otsukaen-address-txt {
    font-size: 13px;
    line-height: 2.3;
    margin-top: 32px;
    text-align: center;
  }
}

.about_otsukaen-address-txt--link:hover {
  opacity: .8;
}

.about_miyazaki {
  border: 1px solid #e5e5e5;
  padding: 22px 41px 26px 43px;
}

@media only screen and (min-width: 768px) {
  .about_miyazaki {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about_miyazaki {
    margin-top: 100px;
    padding: 40px 28px;
  }
}

@media only screen and (min-width: 768px) {
  .about_miyazaki-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .about_miyazaki-left {
    margin-top: 0;
  }
}

.about_miyazaki-logo {
  width: 61px;
}

@media only screen and (min-width: 768px) {
  .about_miyazaki-logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media only screen and (max-width: 767px) {
  .about_miyazaki-logo {
    margin: auto;
  }
}

.about_miyazaki-txt {
  font-size: 14px;
  line-height: 1.85;
}

@media only screen and (min-width: 768px) {
  .about_miyazaki-txt {
    margin-left: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .about_miyazaki-txt {
    font-size: 13px;
    margin-top: 40px;
  }
}

.about_miyazaki-txt--bold {
  font-weight: bold;
  line-height: 1;
}

.about_miyazaki-txt-lead {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .about_miyazaki-txt-lead {
    margin-top: 10px;
  }
}

.about_miyazaki-txt span {
  display: block;
}

@media only screen and (min-width: 768px) {
  .about_miyazaki-character {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .about_miyazaki-character {
    margin: 20px auto 0;
    width: 74.6%;
    max-width: 374px;
  }
}

.shop {
  margin-top: 200px;
}

.shop_list-Box {
  text-align: center;
  padding-top: 108px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .shop_list-Box {
    padding-top: 78px;
  }
}

.shop_list-Box_ttl {
  display: inline-block;
  padding: 0 12px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .shop_list-Box_ttl {
    font-size: 13px;
  }
}

.shop_list-Box:after {
  content: "";
  display: block;
  border-bottom: 1px solid #eaecec;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.shop_yellow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #eece55;
  margin-right: 5px;
}

.shop_green {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2d4841;
  margin-right: 5px;
}

.shop_detail {
  text-align: center;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .shop_detail {
    text-align: left;
    margin-top: 30px;
  }
}

.shop_detail_txt {
  display: inline-block;
  font-size: 14px;
  line-height: 1.85;
  color: #7d7d7d;
}

.shop_detail_txt:last-child {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .shop_detail_txt:last-child {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .shop_detail_txt {
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .shop {
    margin-top: 100px;
  }
}

.shop_ttl {
  font-size: 17px;
  line-height: 1.88;
  font-weight: bold;
  text-align: center;
}

.shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop_listItem {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media only screen and (max-width: 767px) {
  .shop_listItem:first-child .shop_listItem-detail {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .shop_listItem {
    margin-top: 4px;
  }
}

@media only screen and (min-width: 768px) {
  .shop_listItem:nth-child(2n) .shop_listItem-detail {
    margin-left: 26px;
  }
}

.shop_listItem .shop_detail-margin {
  margin-left: 9px;
}

@media only screen and (max-width: 767px) {
  .shop_listItem .shop_detail-margin {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_listItem {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.shop_listItem:nth-child(n+3) {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .shop_listItem:nth-child(n+3) {
    margin-top: 4px;
  }
}

@media only screen and (min-width: 768px) {
  .shop_listItem-link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
  }
}

@media only screen and (min-width: 768px) {
  .shop_listItem-detail {
    margin: -9px 0 0 0px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_listItem-detail {
    margin-top: 10px;
  }
}

.shop_listItem-name {
  font-size: 16px;
  line-height: 1.5;
  color: #304529;
}

@media only screen and (max-width: 767px) {
  .shop_listItem-name {
    font-size: 12px;
  }
}

.shop_listItem-address {
  font-size: 14px;
  line-height: 1.85;
  color: #7d7d7d;
}

@media only screen and (max-width: 767px) {
  .shop_listItem-address {
    font-size: 11px;
    line-height: 1.81;
    margin-top: 5px;
  }
}

.shop_moreBtn {
  margin: 76px auto 0;
  max-width: 595px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .shop_moreBtn {
    margin-top: 60px;
    padding: 17px 0 16px;
  }
}

.shop_moreBtn:after {
  background-color: #4c4c4c;
  content: "";
  display: block;
  padding-top: 1px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 380px;
}

@media only screen and (max-width: 767px) {
  .shop_moreBtn:after {
    width: 200px;
  }
}

.shop_moreBtn-link {
  display: block;
  padding: 10px 0;
  background: url(/selection/greentea/assets/img/online-btn-bg.png) repeat;
}

.shop_moreBtn-link:hover {
  opacity: 1;
  background-color: #99ce87;
}

@media only screen and (max-width: 767px) {
  .shop_moreBtn-link {
    padding: 13px 0;
  }
}

.shop_moreBtn-txt {
  font-size: 17px;
  line-height: 1.88;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .shop_moreBtn-txt {
    font-size: 14px;
  }
}

.shop_moreBtn-txt + .shop_moreBtn-txt {
  margin-top: 5px;
}

.shop_moreBtn-arrow, .notice_listItem-arrow {
  background: url(/selection/greentea/assets/img/arrow.png) center center/contain no-repeat;
  height: 20px;
  position: absolute;
  right: 39px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .shop_moreBtn-arrow, .notice_listItem-arrow {
    right: 5%;
  }
}

.notice {
  width: 65%;
  margin: 200px auto 0;
}

@media only screen and (max-width: 767px) {
  .notice {
    margin-top: 100px;
    width: 100%;
  }
}

.notice_ttl {
  font-size: 17px;
  line-height: 1.88;
  font-weight: bold;
  text-align: center;
}

.notice_list {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .notice_list {
    margin-top: 26px;
  }
}

.notice_listItem {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.notice_listItem-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 0 18px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .notice_listItem-link {
    padding: 23px 0;
  }
}

.notice_listItem-txt {
  font-size: 14px;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  .notice_listItem-txt {
    width: 87%;
  }
}

.notice_listItem-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
  position: absolute;
  right: 0;
}
/*# sourceMappingURL=style.css.map */