@charset "UTF-8";
/****************************************************************************
  メディアクエリ
 ***************************************************************************/
/****************************************************************************
  Reset Style
 ***************************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  overflow-y: scroll; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/****************************************************************************
  Basic Setting
 ***************************************************************************/
html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #332a02;
  font-family: 'Noto Serif JP', serif;
  -webkit-text-size-adjust: 100%; }
  @media (max-width: 600px) {
    body {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.71; } }

a:link {
  color: #332a02;
  font-weight: normal;
  text-decoration: none; }

a:visited {
  color: #332a02; }

a:hover {
  color: #332a02; }

a:active {
  color: inherit; }

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.ie8 img {
  width: auto; }

ul, li {
  list-style: none; }

/****************************************************************************
  Heading
 ***************************************************************************/
h1 {
  text-align: center;
  margin: 0 auto 1em auto;
  font-size: 22px;
  font-size: 2.2rem; }

/****************************************************************************
  Layout
 ***************************************************************************/
.Wrapper {
  width: 100%;
  background: url(../images/bg.png) no-repeat top; }

.Footer {
  width: 100%;
  background: url(../images/bg.png) repeat top; }

.copyright {
  width: 100%;
  text-align: center;
  padding: 12px 10px;
  background-color: #fff;
  font-size: 20px;
  font-size: 2rem; }

/****************************************************************************
  Header
 ***************************************************************************/
.Header {
  width: 100%;
  height: 157px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 738px) {
    .Header {
      height: 96px; } }

.Header__area {
  width: 738px;
  margin: 0 auto; }
  @media (max-width: 738px) {
    .Header__area {
      width: 100%; } }

.Header__menu {
  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 (max-width: 738px) {
    .Header__menu {
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media (max-width: 738px) {
    .Header__menu li {
      width: 126px; } }
  @media (max-width: 600px) {
    .Header__menu li {
      width: 116px; } }

.Header__logo {
  width: 202px; }
  @media (max-width: 738px) {
    .Header__logo {
      width: 156px; } }
  @media (max-width: 600px) {
    .Header__logo {
      width: 106px;
      margin: 0 8px; } }

/****************************************************************************
  Page
 ***************************************************************************/
/* keyvisual --------------------------- */
.Keyvisual {
  width: 738px;
  margin: 0 auto 2em auto;
  padding-bottom: 2em;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem; }
  @media (max-width: 738px) {
    .Keyvisual {
      width: 100%; } }

.Keyvisual__image {
  margin-bottom: 1.5em; }

.Keyvisual__copy {
  background: url(../images/bg_keyvisual-sake.svg) no-repeat left top; }
  @media (max-width: 738px) {
    .Keyvisual__copy {
      width: 93%;
      margin: 0 auto;
      background-size: 20%; } }

.Keyvisual__copy p {
  background: url(../images/bg_keyvisual-wine.svg) no-repeat right bottom;
  padding-bottom: 2em; }
  @media (max-width: 738px) {
    .Keyvisual__copy p {
      background-size: 20%;
      font-size: 12px;
      font-size: 1.2rem; } }

/* Social --------------------------- */
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 738px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 2em auto; }
  @media (max-width: 738px) {
    .social {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

/* fb --- */
.fb {
  width: 376px;
  height: 540px; }
  @media (max-width: 738px) {
    .fb {
      width: 340px;
      height: 540px;
      margin: 0 auto; } }

.fb__title {
  width: 262px;
  height: 56px;
  margin: 0 auto;
  background: url(../images/bg_facebook.svg) no-repeat;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 1.3em; }

.fb__copy {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  margin: 0.5em auto 1em auto; }
  @media (max-width: 738px) {
    .fb__copy {
      font-size: 12px;
      font-size: 1.2rem; } }

.fb__body {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.fb-page {
  display: block !important;
  width: 100%;
  margin: 0 auto; }

/* insta, blog  ---- */
.socialbtn {
  width: 320px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 20px; }
  @media (max-width: 738px) {
    .socialbtn {
      margin: 40px auto 0 auto; } }

.socialbtn__instagram {
  width: 320px;
  height: 150px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  background: url(../images/bg_instagram.svg) no-repeat;
  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;
  margin-bottom: 2em; }
  .socialbtn__instagram dl {
    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; }
  .socialbtn__instagram dd {
    text-align: center; }

.socialbtn__blog {
  width: 320px;
  height: 150px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  background: url(../images/bg_blog.svg) no-repeat;
  margin-bottom: 2em; }
  .socialbtn__blog dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    z-index: 1; }
  .socialbtn__blog dt {
    width: 277px;
    height: 111px;
    z-index: 3;
    margin-top: -23px;
    margin-left: 33px; }
  .socialbtn__blog dd {
    margin-top: 10px;
    margin-left: 20px; }

.socialbtn__achikochi {
  width: 320px;
  height: 150px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  background: url(../images/bg_achikochi.svg) no-repeat;
  margin-bottom: 2em; }
  .socialbtn__achikochi dt {
    text-align: center;
    padding-top: 40px; }
  .socialbtn__achikochi dd {
    text-align: right;
    position: relative;
    top: -20px;
    right: 18px; }

/* recommend --------------------------- */
.recommend {
  width: 963px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative; }
  @media (max-width: 1000px) {
    .recommend {
      width: 346px;
      margin: 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.sake .recommend__head {
  position: relative;
  top: 12px;
  width: 250px;
  margin: 0 auto;
  background: url(../images/bg_bubble_sake.svg) no-repeat right top; }
  .sake .recommend__head img {
    width: 101px;
    position: relative;
    top: 0px;
    left: -60px; }

.wine .recommend__head {
  position: relative;
  top: 12px;
  width: 234px;
  margin: 0 auto;
  margin-right: 40px;
  background: url(../images/bg_bubble_wine.svg) no-repeat left top; }
  .wine .recommend__head img {
    width: 101px;
    position: relative;
    top: 0px;
    right: -60px; }

.sake .recommend__voice {
  position: absolute;
  top: 20px;
  right: 5px;
  line-height: 1.6;
  font-size: 11px;
  font-size: 1.1rem; }
  .sake .recommend__voice span {
    display: block;
    text-align: left;
    line-height: 1.3;
    margin: 3px 0px 0px 13px; }

.wine .recommend__voice {
  position: absolute;
  top: 25px;
  left: 25px;
  line-height: 1.6;
  font-size: 11px;
  font-size: 1.1rem; }
  .wine .recommend__voice span {
    display: block;
    text-align: right;
    line-height: 1.3;
    margin: 13px 0px 0px 0px; }

.sake .recommend__body {
  position: relative;
  width: 346px;
  height: 661px;
  background: url(../images/bg_recommend_sake.svg) no-repeat center top;
  padding-top: 1.3em;
  margin-bottom: 30px; }

.wine .recommend__body {
  position: relative;
  width: 346px;
  height: 672px;
  background: url(../images/bg_recommend_wine.svg) no-repeat center top;
  padding-top: 1.3em;
  margin-bottom: 20px; }

.recommend__title {
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem; }

@media (max-width: 1000px) {
  .recommend__bottle {
    display: none; } }

.recommend__info-sake .recommend__liquor div.recommend__subhead {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold; }

.recommend__info-sake .recommend__liquor div.recommend__subhead + dt {
  border: none; }

.recommend__info-sake .recommend__liquor dt {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0.2em;
  border-top: 1px solid #649C60;
  padding-top: 15px;
  line-height: 1.5; }
  .recommend__info-sake .recommend__liquor dt span {
    font-weight: bold; }

.recommend__info-sake .recommend__liquor dt:first-child {
  border-top: none;
  padding-top: 0px; }

.recommend__info-sake .recommend__liquor dd {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 1.8em;
  line-height: 1.5; }

.recommend__info-wine .recommend__liquor dt {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0.5em;
  font-weight: bold;
  border-top: 1px solid #AA5456;
  padding-top: 15px;
  line-height: 1.5; }

.recommend__info-wine .recommend__liquor dt:first-child {
  border-top: none;
  padding-top: 0px; }

.recommend__info-wine .recommend__liquor dd {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 1.8em;
  line-height: 1.5; }

.recommend__info-sake {
  width: 250px;
  min-height: 550px;
  margin: 30px auto 20px auto;
  position: relative; }

.recommend__info-wine {
  width: 250px;
  min-height: 550px;
  margin: 30px auto 20px auto;
  position: relative; }

.prev-arrow {
  position: absolute;
  top: 250px;
  left: -35px;
  cursor: pointer; }

.next-arrow {
  position: absolute;
  top: 250px;
  right: -35px;
  cursor: pointer; }

/* slick */
.sake .slick-dots li button:hover:before,
.sake .slick-dots li button:before {
  font-size: 15px;
  opacity: 1;
  color: #999; }

.sake .slick-dots li.slick-active button:hover:before,
.sake .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #649C60; }

.wine .slick-dots li button:hover:before,
.wine .slick-dots li button:before {
  font-size: 15px;
  opacity: 1;
  color: #999; }

.wine .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #AA5456; }

/* shop --------------------------- */
.shop {
  width: 1030px;
  margin: 0px auto;
  padding: 60px 0px 80px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  font-size: 1.8rem; }
  @media (max-width: 1000px) {
    .shop {
      width: 310px;
      padding: 40px 0px 20px 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      font-size: 17px;
      font-size: 1.7rem; } }

.shop__info {
  width: 430px; }
  @media (max-width: 1000px) {
    .shop__info {
      width: 310px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.shop__info p {
  letter-spacing: 0.5em; }

.shop__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.shop__info dt {
  width: 22%;
  margin-bottom: 0.5em; }
  @media (max-width: 1000px) {
    .shop__info dt {
      width: 32%; } }

.shop__info dd {
  width: 78%;
  margin-bottom: 0.5em; }
  @media (max-width: 1000px) {
    .shop__info dd {
      width: 68%; } }

.shop__info-name {
  margin-left: 0.4em;
  font-size: 31px;
  font-size: 3.1rem; }
  @media (max-width: 1000px) {
    .shop__info-name {
      margin-left: 0.8em;
      font-size: 28px;
      font-size: 2.8rem; } }

.shop__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1000px) {
    .shop__img {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.shop__img-map {
  width: 270px;
  height: 214px;
  border: 7px solid #fff; }
  @media (max-width: 1000px) {
    .shop__img-map {
      margin: 0 auto; } }

.shop__img-photo {
  width: 270px;
  height: 214px;
  margin-left: 1em;
  border: 7px solid #fff; }
  @media (max-width: 1000px) {
    .shop__img-photo {
      margin: 1.5em auto; } }

.shop iframe {
  vertical-align: bottom; }
