@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
.times {
  font-family: "Times New Roman", Times, serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.br::before {
  content: "\a";
  white-space: pre;
}

.calendar-caption, .holiday-title, table {
  font-family: "Times New Roman", Times, serif;
}

/* トップへ戻るボタン */
.page_top_btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: 0.7em;
  text-align: center;
  font-weight: bold;
  border: 0.1rem solid #000;
  color: #000;
  font-size: 0.8rem;
  text-decoration: none;
}
.page_top_btn a {
  text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*--------------------------------------- max-width: 767px ----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
  .spn, .spjp {
    display: none;
  }
  .brsp::before {
    content: "\a";
    white-space: pre;
  }
  .menu-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  .menu-content ul li {
    width: 70%;
    margin: 0 auto 2rem auto;
    border-bottom: solid 1px #000;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    position: relative;
  }
  .menu-btn {
    position: fixed;
    top: 4.6vh;
    right: 5vw;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #menu-btn-check {
    display: none;
  }
  header {
    padding: 4vh 0 2vh;
    margin: 0 auto;
  }
  header #header-left {
    width: 40%;
    margin-left: 8%;
  }
  header #header-left img {
    width: 100%;
  }
  header #header-left h1 {
    width: 50%;
  }
  header #header-left h2 {
    width: 100%;
  }
  header #header-right #header-sns {
    width: 50%;
    margin: 14vh auto 0;
  }
  header #header-right #header-sns ul {
    display: flex;
  }
  header #header-right #header-sns ul li {
    width: 18%;
    border-bottom: none;
  }
  header #header-right #header-sns ul li:nth-child(2n) {
    margin: 0 4vw;
  }
  header nav {
    margin-top: 1.5rem;
  }
  header nav a {
    text-decoration: none;
    color: #000;
  }
  header nav ul li {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
  .stbjp {
    width: 70%;
    margin: 0 auto;
  }
  .stbjp p {
    font-size: 1.4rem;
  }
  .stbjp p a {
    text-decoration: none;
    color: #1E1E1E;
  }
  #index-eye-catch {
    margin-top: 0;
  }
  .slide {
    position: relative;
    width: 100%;
    height: 27vh;
    z-index: 1;
    overflow: hidden;
  }
  @keyframes slideshow {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    20% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    animation: slideshow 24s linear infinite;
    z-index: 2;
  }
  .slide img:nth-child(2) {
    animation-delay: 6s;
  }
  .slide img:nth-child(3) {
    animation-delay: 12s;
  }
  .slide img:last-child {
    animation-delay: 18s;
  }
  #index-catch {
    width: 70%;
    margin: 7vh auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #index-catch #kobinai {
    width: 18%;
    margin: 0 auto 5vh;
  }
  #index-catch #kobinai img {
    width: 100%;
  }
  #index-catch #hayariha img {
    width: 100%;
  }
  .index-catch-discri {
    width: 70%;
    margin: 10vh auto 0;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.2vw;
  }
  .index-title-main {
    position: relative;
  }
  .index-title-main #index-image-pic {
    width: 100%;
  }
  .index-title-main #index-image-pic img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-title-main h2 {
    width: 20vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .index-title-main h2 img {
    width: 100%;
  }
  #index-products #index-products-main {
    width: 70%;
    margin: 10vh auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #index-products #index-products-main img {
    width: 100%;
  }
  #index-products #index-products-main .index-products-contents {
    width: 42%;
    margin: 0 auto 10vh;
  }
  #index-products #index-products-main .index-products-contents a {
    display: flex;
    justify-content: space-between;
  }
  #index-products #index-products-main .index-products-contents h2 {
    width: 32%;
    order: 2;
  }
  #index-products #index-products-main .index-products-contents .index-products-bin {
    width: 63%;
    margin: 1.5vh 0;
    order: 1;
  }
  #index-products #index-products-button {
    width: 50%;
    margin: 5vh auto 0;
  }
  #index-products #index-products-button p {
    width: 200px;
    margin-bottom: 5vh;
    text-align: center;
  }
  #index-products #index-products-button a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 1.4rem;
  }
  #index-siru {
    margin-top: 20vh;
  }
  #index-siru #index-siru-link p {
    width: 200px;
    margin: 6vh auto;
    text-align: center;
  }
  #index-siru #index-siru-link a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 1.4rem;
  }
  #index-tanoshimu #index-tanoshimu-link p {
    width: 200px;
    margin: 5vh auto 0;
    text-align: center;
    letter-spacing: 0.1vw;
  }
  #index-tanoshimu #index-tanoshimu-link a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 1.4rem;
  }
  #index-tanoshimu #index-tanoshim-contents {
    width: 80%;
    margin: 10vh auto 0;
    display: flex;
    justify-content: space-between;
  }
  #index-tanoshimu #index-tanoshim-contents img {
    width: 100%;
  }
  #index-tanoshimu #index-tanoshim-contents h3 {
    width: 45%;
  }
  #index-awanashi {
    margin-top: 20vh;
  }
  #index-awanashi #index-awanashi-contents {
    width: 84%;
    margin: 10vh auto;
  }
  #index-awanashi #index-awanashi-contents #index-awanashi-logo {
    width: 28%;
    margin: 0 auto;
  }
  #index-awanashi #index-awanashi-contents #index-awanashi-logo img {
    width: 100%;
  }
  #index-awanashi #index-awanashi-contents p {
    margin: 2vh auto 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #index-awanashi #index-awanashi-link p {
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }
  #index-awanashi #index-awanashi-link a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 1.4rem;
  }
  #index-news {
    width: 70%;
    margin: 20vh auto 0;
  }
  #index-news h2 {
    font-size: 2rem;
  }
  #index-news ul {
    margin-top: 6vh;
  }
  #index-news li {
    margin-bottom: 3vh;
    border-bottom: 0.1rem solid #f1f1f1;
    font-size: 1.4rem;
    letter-spacing: 0.1vw;
  }
  #index-news li a {
    text-decoration: none;
    color: #000;
  }
  #index-news li .index-news-time {
    margin-bottom: 0.6vh;
  }
  #index-news #index-news-link p {
    width: 200px;
    margin: 8vh auto 0;
    text-align: center;
  }
  #index-news #index-news-link a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 1.4rem;
  }
  #index-bottom-contact {
    margin: 20vh 0 5vh;
  }
  #index-bottom-contact p {
    width: 250px;
    margin: 0 auto;
    text-align: center;
  }
  #index-bottom-contact a {
    background: #000;
    padding: 3vh 0 2.5vh;
    display: block;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.16vw;
    font-size: 1.6rem;
  }
  footer {
    background: #EAEAEA;
    padding: 3vh 0;
  }
  footer #footer-inner {
    width: 70%;
    margin: 0 auto;
  }
  footer #footer-top-name {
    color: #000;
  }
  footer #footer-top-name .cmp-ch {
    font-size: 1.4rem;
    letter-spacing: 0.1vw;
  }
  footer #footer-top-name h2 {
    margin-bottom: 2vh;
    font-size: 2.3rem;
    letter-spacing: 0.2vw;
  }
  footer #footer-bottom-name {
    margin-top: 1vh;
    color: #000;
  }
  footer #footer-bottom-name .footer-en {
    font-size: 1.2rem;
    text-align: left;
  }
  footer #footer-middle {
    margin-top: 7vh;
    color: #000;
    align-items: flex-end;
  }
  footer #footer-middle #footer-middle-left h2 {
    font-size: 1.6rem;
    letter-spacing: 0.2vw;
  }
  footer #footer-middle #footer-middle-left a {
    font-size: 1.2rem;
    letter-spacing: 0.1vw;
    color: #000;
    letter-spacing: 0.1vw;
  }
  footer #footer-middle #footer-middle-right {
    width: 30%;
    margin-top: 2vh;
  }
  footer #footer-middle #footer-middle-right ul {
    display: flex;
    justify-content: space-between;
  }
  footer #footer-middle #footer-middle-right ul li {
    width: 24%;
  }
  footer #footer-nav nav ul {
    margin-top: 3vh;
    font-size: 1.4rem;
  }
  footer #footer-nav nav ul li {
    margin-bottom: 2vh;
  }
  footer #footer-nav nav ul a {
    text-decoration: none;
    color: #000;
  }
  footer #foot-calender {
    margin-top: 4rem;
    font-family: "Times New Roman", Times, serif;
  }
  footer #foot-calender h3 {
    font-size: 1.6rem;
  }
  footer #foot-calender .xo-months .calendar-caption, footer #foot-calender .xo-months .holiday-title, footer #foot-calender .xo-months table {
    font-size: 1.2rem;
  }
  footer #footer-attention {
    margin-top: 5vw;
  }
  footer #footer-attention P {
    margin-bottom: 1vh;
    font-size: 1.2rem;
    color: #939393;
  }
  footer #copy {
    margin-top: 7vh;
    letter-spacing: 0.11vw;
    font-size: 1.2rem;
    text-align: center;
    color: #939393;
  }
  /*------------------------*/
  /*------------------------*/
  /*--------- page ---------*/
  /*------------------------*/
  /*------------------------*/
  #page-cotnaienr {
    margin-top: 2vh;
    position: relative;
    display: table;
  }
  #page-cotnaienr img {
    width: 100%;
  }
  #page-cotnaienr #page-back {
    width: 100%;
    position: relative;
  }
  #page-cotnaienr #page-back img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page-cotnaienr #page-title-tts {
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  #page-cotnaienr #page-title-ttl {
    width: 19%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .page-contents {
    margin: 0 auto 30vh;
  }
  .page-contents img {
    width: 100%;
  }
  #page-bottom-button {
    width: 30%;
    margin: 14vh auto 0;
    display: flex;
    justify-content: space-between;
  }
  #page-bottom-button p {
    width: 42%;
    text-align: center;
  }
  #page-bottom-button a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  #page-bottom-button2 {
    margin: 10vh auto 0;
  }
  #page-bottom-button2 p {
    margin: 0 auto 1vh;
    text-align: center;
  }
  #page-bottom-button2 a {
    width: 200px;
    margin: 0 auto;
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  #page-bottom-button3 {
    margin: 3vh auto 0;
  }
  #page-bottom-button3 p {
    margin: 0 auto 1vh;
    text-align: center;
  }
  #page-bottom-button3 a {
    width: 338px;
    margin: 0 auto;
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- products -------*/
  /*------------------------*/
  /*------------------------*/
  #products-main {
    background: url(img/products-main-bk.jpg) center top no-repeat;
    background-size: 90%;
    margin-top: 10vh;
  }
  #products-main #products-main-top {
    width: 80%;
    margin: 0 auto;
  }
  #products-main .products-box a {
    text-decoration: none;
    color: #000;
    display: flex;
  }
  #products-main .products-box a .products-main-box {
    display: flex;
    justify-content: space-between;
  }
  #products-main .products-box a .products-main-box .products-name {
    width: 17%;
    order: 3;
  }
  #products-main .products-box a .products-main-box #products-bin {
    width: 32%;
    margin-top: 2vh;
    order: 2;
    align-self: flex-end;
  }
  #products-main .products-box a .products-main-box .products-explain {
    width: 44%;
    order: 1;
    align-self: flex-end;
  }
  #products-main .products-box a .products-main-box .products-explain .products-explanin-main {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #products-main .products-box a .products-main-box .products-explain ul {
    margin-top: 4vh;
    font-size: 1.2rem;
    letter-spacing: 0.1vw;
  }
  #products-main .products-box a .products-main-box .products-explain ul .products-price {
    margin-top: 2vh;
  }
  #products-main .products-box a .products-main-box2, #products-main .products-box a .products-main-box3 {
    display: flex;
    justify-content: space-between;
  }
  #products-main .products-box a .products-main-box2 .products-name, #products-main .products-box a .products-main-box3 .products-name {
    width: 18.6%;
    order: 3;
  }
  #products-main .products-box a .products-main-box2 .products-name2, #products-main .products-box a .products-main-box3 .products-name2 {
    width: 10%;
    order: 3;
  }
  #products-main .products-box a .products-main-box2 #products-bin, #products-main .products-box a .products-main-box3 #products-bin {
    width: 32%;
    margin-top: 1.6vh;
    order: 2;
    align-self: flex-end;
  }
  #products-main .products-box a .products-main-box2 .products-explain, #products-main .products-box a .products-main-box3 .products-explain {
    width: 44%;
    order: 1;
    align-self: flex-end;
  }
  #products-main .products-box a .products-main-box2 .products-explain .products-explanin-main, #products-main .products-box a .products-main-box3 .products-explain .products-explanin-main {
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: justify;
  }
  #products-main .products-box a .products-main-box2 .products-explain ul, #products-main .products-box a .products-main-box3 .products-explain ul {
    margin-top: 5vh;
    font-size: 1.2rem;
    letter-spacing: 0.1vw;
  }
  #products-main .products-box a .products-main-box2 .products-explain ul .products-price, #products-main .products-box a .products-main-box3 .products-explain ul .products-price {
    margin-top: 2vh;
  }
  #products-main #products-main-middle {
    width: 80%;
    margin: 0 auto;
  }
  #products-main #products-main-middle .products-box-middle {
    margin: 10vh 0 0;
  }
  #products-main #products-main-bottom {
    width: 80%;
    margin: 20vh auto 0;
  }
  #products-main #products-main-bottom .products-box-bottom {
    margin: 10vh 0 0;
  }
  #products-bottom-button {
    width: 60%;
    margin: 14vh auto 0;
  }
  #products-bottom-button p {
    width: 200px;
    margin-bottom: 4vh;
    text-align: center;
  }
  #products-bottom-button a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 1.4rem;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- hikamiguide -------*/
  /*------------------------*/
  /*------------------------*/
  #hikamiguide-catch {
    width: 80%;
    margin: 10vh auto;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.2vw;
    line-height: 2;
  }
  .hikamiguide-container {
    width: 80%;
    margin: 0 auto;
  }
  .hikamiguide-container p {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: justify;
  }
  .hikamiguide-container .hikamiguide-main {
    margin-top: 4vh;
  }
  .hikamiguide-container .hikamiguide-main .sinb {
    width: 80%;
    margin: 0 auto 2vh;
    display: block;
  }
  .hikamiguide-container .hikamiguide-prise {
    margin-top: 7vh;
  }
  .hikamiguide-container .hikamiguide-prise h3 {
    font-size: 1.4rem;
  }
  .hikamiguide-container .hikamiguide-prise p {
    margin-top: 1vh;
    line-height: 1.8;
  }
  .hikamiguide-container .hikamiguide-prise .hikamiguide-prise-year {
    margin-top: 4vh;
  }
  .hikamiguide-title {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0.2px;
  }
  .hikamiguide-title img {
    width: 30px;
    margin-bottom: 0.5rem;
    vertical-align: middle;
  }
  .hikamiguide-title .hikamiguide-subtitle {
    font-size: 1.1rem;
  }
  #hikamiguide-guide {
    margin-top: 20vh;
  }
  #hikamiguide-logo {
    margin-top: 5vh;
  }
  #hikamiguide-logo #hikamiguide-logo-main {
    width: 40%;
    margin: 0 auto 2vh;
  }
  #hikamiguide-logo #hikamiguide-logo-main img {
    width: 100%;
  }
  #hikamiguide-logo .logo-main-guide {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- buydrink -------*/
  /*------------------------*/
  /*------------------------*/
  #buydrink-container {
    width: 80%;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
  }
  #buydrink-container #drink-buy-nav {
    margin-bottom: 10vh;
  }
  #buydrink-container #drink-buy-nav .bu-a {
    padding: 0.5rem 0;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
  }
  #buydrink-container #drink-buy-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #buydrink-container #drink-buy-nav a {
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  #buydrink-container #drink-buy-nav .nav {
    display: flex;
  }
  #buydrink-container #drink-buy-nav .nav > li {
    width: 43%;
    margin-left: 0.8rem;
    position: relative;
    background: #1e1e1e;
  }
  #buydrink-container #drink-buy-nav .nav a {
    display: block;
    line-height: 1;
    z-index: 1;
  }
  #buydrink-container #drink-buy-nav .nav {
    flex-flow: row wrap;
  }
  #buydrink-container #drink-buy-nav .nav a {
    padding: 0.5em 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
  }
  #buydrink-container #drink-buy-nav .sub {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 2em;
    width: 100%;
    min-height: 0;
    height: 0;
    z-index: 3;
    transition: min-height 0.5s;
  }
  #buydrink-container #drink-buy-nav .sub > li > a {
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.4;
    background-color: #3a3a3a;
  }
  #buydrink-container #drink-buy-nav .sub > li > a:hover {
    background-color: #858585;
    opacity: 1;
  }
  #buydrink-container #drink-buy-nav .sub.active {
    min-height: 340px;
  }
  #buydrink-container h3 {
    font-size: 2.2rem;
  }
  #buydrink-container #buy-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #buydrink-container #buy-contents .buydrink-chihou {
    width: 90%;
    margin: 0 auto 4vh;
  }
  #buydrink-container #buy-contents .buy-box {
    margin: 3vh auto 8vh auto;
  }
  #buydrink-container #buy-contents .buy-box h4 {
    padding-bottom: 0.4vh;
    font-size: 1.4rem;
    vertical-align: top;
    border-bottom: 1px solid #000;
  }
  #buydrink-container #buy-contents .buy-box img {
    width: 20px;
    margin-right: 0.5vw;
    padding-left: 1vw;
    vertical-align: top;
  }
  #buydrink-container #buy-contents .buy-box .buydrink-adress {
    width: 90%;
    margin: 2vh auto 0;
  }
  #buydrink-container #buy-contents .buy-box .buydrink-adress h5, #buydrink-container #buy-contents .buy-box p {
    font-size: 1.3rem;
    font-weight: normal;
  }
  #buydrink-container #buy-contents .buy-box h5 {
    margin: 1vh 0 0.5vh 0;
  }
  #buydrink-container #drink {
    margin-top: 10vh;
  }
  .buydrink-contents {
    margin-top: 5vh;
  }
  .drinkbuy-contact {
    margin-bottom: 1vh;
    font-size: 1.4rem;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- awanashi -------*/
  /*------------------------*/
  /*------------------------*/
  #awanashi-top {
    margin-top: 10vh;
  }
  .awa-subt {
    margin-bottom: 1vh;
    font-size: 1.4rem;
    display: block;
  }
  #awanashi-top2 {
    margin-top: 10vh;
  }
  .kobinai-title {
    margin-top: 10vh;
    text-align: center;
    font-size: 2vw;
    letter-spacing: 0.1vw;
  }
  .kobinai-title img {
    width: 2.4vw;
    margin-right: 0.4vw;
    vertical-align: top;
  }
  .kobinai-title .hikamiguide-subtitle {
    margin-left: 1vw;
    font-size: 1.2vw;
  }
  .awanashi-imag-ph {
    margin-top: 10vh;
  }
  .awanashi-imag-ph img {
    width: 100%;
  }
  #hikami-awanashi-main {
    margin-top: 10vh;
    display: flex;
    justify-content: space-between;
  }
  #hikami-awanashi-main2 {
    margin-top: 5vh;
  }
  #hikami-awanashi-main2 #hikami-awanashi-mainbase {
    width: 80%;
    margin: 0 auto 2vh;
    display: block;
  }
  #hikami-awanashi-main2 .hikami-awanashi-mainbase-guide {
    font-size: 1.4rem;
    letter-spacing: 0.1vw;
    line-height: 1.5;
    text-align: justify;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- contact -------*/
  /*------------------------*/
  /*------------------------*/
  #page-contact {
    width: 70%;
    margin: 10vh auto 30vh;
  }
  #page-contact h2 {
    font-size: 20px;
  }
  #page-contact #page-contact-contents {
    margin-top: 4vh;
  }
  #page-contact #page-contact-contents table {
    font-size: 16px;
    margin: 0 auto;
  }
  #page-contact #page-contact-contents th {
    padding-bottom: 0.5rem;
    text-align: left;
    font-weight: normal;
    display: block;
  }
  #page-contact #page-contact-contents th .rep {
    background: #000;
    margin-right: 0.5rem;
    padding: 0.4rem 1rem;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    color: #fff;
  }
  #page-contact #page-contact-contents th .unrep {
    background: rgb(99, 99, 99);
    margin-right: 0.5rem;
    padding: 0.4rem 1rem;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    color: #fff;
  }
  #page-contact #page-contact-contents td {
    padding-bottom: 2rem;
    display: block;
  }
  #page-contact #page-contact-contents td input, #page-contact #page-contact-contents td textarea {
    width: 100%;
    padding: 0.8rem;
    font-size: 1.6rem;
    box-sizing: border-box;
  }
  #page-contact #page-contact-contents td input::-moz-placeholder, #page-contact #page-contact-contents td textarea::-moz-placeholder {
    font-family: A1 Mincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #page-contact #page-contact-contents td input::placeholder, #page-contact #page-contact-contents td textarea::placeholder {
    font-family: A1 Mincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #page-contact #page-contact-contents .submit {
    background: #fff;
    width: 200px;
    margin: 4vh auto 0;
    padding: 0.8vh 0;
    text-align: center;
    font-size: 16px;
    display: block;
    color: #000;
    border: 0.1rem solid #000;
    cursor: pointer;
    font-family: A1 Mincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- pageinfo -------*/
  /*------------------------*/
  /*------------------------*/
  #page-news {
    width: 80%;
    margin: 10vh auto 30vh;
  }
  #page-news h2 {
    font-size: 20px;
  }
  #page-news ul {
    margin-top: 6vh;
  }
  #page-news li {
    margin-bottom: 3vh;
    border-bottom: 0.1rem solid #f1f1f1;
    display: flex;
    justify-content: flex-start;
    font-size: 1.4rem;
  }
  #page-news li a {
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #page-news li a .index-news-time {
    width: 70%;
    margin-bottom: 1vh;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- single -------*/
  /*------------------------*/
  /*------------------------*/
  .single-date {
    font-size: 1.2rem;
  }
  #page-single-contents {
    margin-top: 10vh;
  }
  #page-single-contents p {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.2vw;
  }
  #page-single-contents p img {
    margin: 1vh 0;
    max-width: 100%;
  }
}
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*--------------------------------------- max-width: 1279px ---------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  html {
    font-size: 62.5%;
  }
  .sp, .spjp {
    display: none;
  }
  .brsp::before {
    content: "\a";
    white-space: pre;
  }
  .menu-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  .menu-content ul li {
    width: 90%;
    margin: 0 auto 3rem auto;
    border-bottom: solid 1px #000;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    position: relative;
  }
  .menu-btn {
    position: fixed;
    top: 3.3vh;
    right: 5vw;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #menu-btn-check {
    display: none;
  }
  header {
    padding: 4vh 0 2vh;
    margin: 0 auto;
  }
  header img {
    width: 100%;
  }
  header #header-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 46%;
    margin-left: 8%;
  }
  header #header-left h1 {
    width: 30%;
  }
  header #header-left h1 img {
    width: 100%;
  }
  header #header-left h2 {
    width: 66%;
  }
  header #header-left h2 img {
    width: 100%;
  }
  header #header-right #header-sns {
    margin-top: 10vh;
  }
  header #header-right #header-sns ul {
    width: 50%;
    margin: 0 auto;
    display: flex;
  }
  header #header-right #header-sns ul li {
    width: 10%;
    border-bottom: none;
  }
  header #header-right #header-sns ul li:nth-child(2n) {
    margin: 0 4vw;
  }
  header nav {
    margin-top: 1rem;
  }
  header nav a {
    text-decoration: none;
    color: #000;
  }
  header nav ul {
    width: 60%;
    margin: 10vh auto 0;
  }
  header nav ul li ul {
    margin: 1rem 1rem 4rem;
  }
  .stbjp {
    width: 55%;
    margin: 0 auto;
  }
  .stbjp p {
    font-size: 1.6rem;
  }
  .stbjp p a {
    text-decoration: none;
    color: #1E1E1E;
  }
  #index-eye-catch {
    margin-top: 0;
  }
  .slide {
    position: relative;
    width: 100%;
  }
  .slide img {
    width: 100%;
    height: auto;
  }
  .slide:before {
    content: "";
    display: block;
    padding-top: 58%;
  }
  @keyframes slideshow {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    20% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    opacity: 0;
    animation: slideshow 24s linear infinite;
  }
  .slide img:nth-child(2) {
    animation-delay: 6s;
  }
  .slide img:nth-child(3) {
    animation-delay: 12s;
  }
  .slide img:last-child {
    animation-delay: 18s;
  }
  #index-catch {
    width: 70%;
    margin: 12vh auto;
    display: flex;
    justify-content: space-between;
  }
  #index-catch img {
    width: 100%;
  }
  #index-catch #kobinai {
    width: 14%;
    order: 2;
  }
  #index-catch #hayariha {
    width: 75%;
    order: 1;
  }
  .index-catch-discri {
    margin: 10vh 0 0;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.6;
    letter-spacing: 0.2vw;
  }
  .index-title-main {
    position: relative;
  }
  .index-title-main h2 {
    width: 12vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  #index-products img {
    width: 100%;
  }
  #index-products #index-products-main {
    width: 70%;
    margin: 10vh auto 0;
    display: flex;
    justify-content: space-between;
  }
  #index-products #index-products-main .index-products-contents {
    width: 40%;
  }
  #index-products #index-products-main .index-products-contents a {
    display: flex;
    justify-content: space-between;
  }
  #index-products #index-products-main .index-products-contents h2 {
    width: 32%;
    order: 2;
  }
  #index-products #index-products-main .index-products-contents .index-products-bin {
    width: 57%;
    margin: 1.5vh 0;
    order: 1;
  }
  #index-products #index-products-button {
    width: 60%;
    margin: 10vh auto 0;
    display: flex;
    justify-content: space-between;
  }
  #index-products #index-products-button p {
    width: 200px;
    text-align: center;
  }
  #index-products #index-products-button a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 1.6rem;
  }
  #index-siru {
    margin-top: 20vh;
  }
  #index-siru img {
    width: 100%;
  }
  #index-siru #index-siru-link p {
    width: 200px;
    margin: 6vh auto;
    text-align: center;
  }
  #index-siru #index-siru-link a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 1.6rem;
  }
  #index-tanoshimu {
    margin-top: 20vh;
  }
  #index-tanoshimu img {
    width: 100%;
  }
  #index-tanoshimu #index-tanoshimu-link p {
    width: 200px;
    margin: 5vh auto 0;
    text-align: center;
    letter-spacing: 0.1vw;
  }
  #index-tanoshimu #index-tanoshimu-link a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 1.6rem;
  }
  #index-tanoshimu #index-tanoshim-contents {
    width: 70%;
    margin: 10vh auto 0;
    display: flex;
    justify-content: space-between;
  }
  #index-tanoshimu #index-tanoshim-contents h3 {
    width: 45%;
  }
  #index-awanashi {
    margin-top: 20vh;
  }
  #index-awanashi img {
    width: 100%;
  }
  #index-awanashi #index-awanashi-contents {
    width: 84%;
    margin: 10vh auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #index-awanashi #index-awanashi-contents #index-awanashi-logo {
    width: 26%;
  }
  #index-awanashi #index-awanashi-contents #index-awanashi-logo img {
    width: 100%;
  }
  #index-awanashi #index-awanashi-contents p {
    width: 70%;
    font-size: 1.6rem;
  }
  #index-awanashi #index-awanashi-link p {
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }
  #index-awanashi #index-awanashi-link a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 1.6rem;
  }
  #index-news {
    width: 70%;
    margin: 20vh auto 0;
  }
  #index-news h2 {
    font-size: 2rem;
  }
  #index-news ul {
    margin-top: 6vh;
  }
  #index-news li {
    margin-bottom: 3vh;
    border-bottom: 0.1rem solid #f1f1f1;
    display: flex;
    justify-content: flex-start;
    font-size: 1.6rem;
    letter-spacing: 0.1vw;
  }
  #index-news li a {
    text-decoration: none;
    color: #000;
  }
  #index-news li .index-news-time {
    margin-right: 1rem;
  }
  #index-news #index-news-link p {
    width: 200px;
    margin: 8vh auto 0;
    text-align: center;
  }
  #index-news #index-news-link a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 1.6rem;
  }
  #index-bottom-contact {
    margin: 20vh 0 5vh;
  }
  #index-bottom-contact p {
    width: 362px;
    margin: 0 auto;
    text-align: center;
  }
  #index-bottom-contact a {
    background: #000;
    padding: 3vh 0 2.5vh;
    display: block;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.16vw;
    font-size: 2rem;
  }
  footer {
    background: #EAEAEA;
    padding: 3vh 0;
  }
  footer #footer-inner {
    width: 690px;
    margin: 0 auto;
  }
  footer #footer-top-name {
    display: flex;
    justify-content: space-between;
    color: #000;
    align-items: flex-end;
  }
  footer #footer-top-name #footer-top-name-left {
    width: 32%;
  }
  footer #footer-top-name #footer-top-name-right {
    width: 57%;
  }
  footer #footer-top-name .cmp-ch {
    font-size: 12px;
    letter-spacing: 0.1vw;
  }
  footer #footer-top-name h2 {
    font-size: 20px;
    letter-spacing: 0.2vw;
  }
  footer #footer-bottom-name {
    margin-top: 1vh;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer #footer-bottom-name #footer-bottom-name-left {
    width: 32%;
  }
  footer #footer-bottom-name #footer-bottom-name-right {
    width: 57%;
  }
  footer #footer-bottom-name .footer-en {
    font-size: 10px;
    text-align: left;
  }
  footer #footer-middle {
    margin-top: 7vh;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer #footer-middle #footer-middle-left h2 {
    font-size: 16px;
    letter-spacing: 0.2vw;
  }
  footer #footer-middle #footer-middle-left a {
    font-size: 12px;
    letter-spacing: 0.1vw;
    color: #000;
    letter-spacing: 0.1vw;
  }
  footer #footer-middle #footer-middle-right {
    width: 14%;
  }
  footer #footer-middle #footer-middle-right ul {
    display: flex;
    justify-content: space-between;
  }
  footer #footer-middle #footer-middle-right ul li {
    width: 24%;
  }
  footer #footer-nav nav ul {
    margin-top: 2vh;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
  }
  footer #footer-nav nav ul a {
    text-decoration: none;
    color: #000;
  }
  footer #foot-calender {
    margin-top: 6rem;
    font-family: "Times New Roman", Times, serif;
  }
  footer #foot-calender h3 {
    font-size: 16px;
  }
  footer #foot-calender .xo-months .calendar-caption, footer #foot-calender .xo-months .holiday-title, footer #foot-calender .xo-months table {
    font-size: 1rem;
  }
  footer #footer-attention {
    margin-top: 5vw;
  }
  footer #footer-attention P {
    margin-bottom: 1vh;
    font-size: 12px;
    color: #939393;
  }
  footer #copy {
    margin-top: 7vh;
    letter-spacing: 0.11vw;
    font-size: 12px;
    text-align: center;
    color: #939393;
  }
  /*------------------------*/
  /*------------------------*/
  /*--------- page ---------*/
  /*------------------------*/
  /*------------------------*/
  #page-cotnaienr {
    margin-top: 2vh;
    position: relative;
    display: table;
  }
  #page-cotnaienr img {
    width: 100%;
  }
  #page-cotnaienr #page-back {
    position: relative;
  }
  #page-cotnaienr #page-title-tts {
    width: 7%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  #page-cotnaienr #page-title-ttl {
    width: 12%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .page-contents {
    margin: 0 auto 30vh;
  }
  .page-contents img {
    width: 100%;
  }
  #page-bottom-button {
    width: 30%;
    margin: 14vh auto 0;
    display: flex;
    justify-content: space-between;
  }
  #page-bottom-button p {
    width: 42%;
    text-align: center;
  }
  #page-bottom-button a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  #page-bottom-button2 {
    margin: 10vh auto 0;
  }
  #page-bottom-button2 p {
    margin: 0 auto 1vh;
    text-align: center;
  }
  #page-bottom-button2 a {
    width: 200px;
    margin: 0 auto;
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  #page-bottom-button3 {
    margin: 3vh auto 0;
  }
  #page-bottom-button3 p {
    margin: 0 auto 1vh;
    text-align: center;
  }
  #page-bottom-button3 a {
    width: 338px;
    margin: 0 auto;
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- products -------*/
  /*------------------------*/
  /*------------------------*/
  #products-main {
    background: url(img/products-main-bk.jpg) center top no-repeat;
    background-size: 80%;
    margin-top: 10vh;
  }
  #products-main #products-main-top {
    width: 70%;
    margin: 0 auto;
    padding-top: 2vh;
  }
  #products-main .products-box a {
    text-decoration: none;
    color: #000;
    display: flex;
  }
  #products-main .products-box a .products-main-box {
    width: 80%;
    display: flex;
    justify-content: space-between;
  }
  #products-main .products-box a .products-main-box .products-name {
    width: 19%;
    order: 3;
  }
  #products-main .products-box a .products-main-box #products-bin {
    width: 32%;
    margin-top: 2vh;
    order: 2;
    align-self: flex-end;
  }
  #products-main .products-box a .products-main-box .products-explain {
    width: 44%;
    order: 1;
    align-self: flex-end;
  }
  #products-main .products-box a .products-main-box .products-explain .products-explanin-main {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
  }
  #products-main .products-box a .products-main-box .products-explain ul {
    margin-top: 5vh;
    font-size: 1.2rem;
    letter-spacing: 0.1vw;
  }
  #products-main .products-box a .products-main-box .products-explain ul .products-price {
    margin-top: 2vh;
  }
  #products-main .products-box a .products-main-box2, #products-main .products-box a .products-main-box3 {
    display: flex;
    justify-content: space-between;
  }
  #products-main .products-box a .products-main-box2 .products-name, #products-main .products-box a .products-main-box3 .products-name {
    width: 18.6%;
    order: 3;
  }
  #products-main .products-box a .products-main-box2 .products-name2, #products-main .products-box a .products-main-box3 .products-name2 {
    width: 10%;
    order: 3;
  }
  #products-main .products-box a .products-main-box2 #products-bin, #products-main .products-box a .products-main-box3 #products-bin {
    width: 32%;
    margin-top: 1.6vh;
    order: 2;
    align-self: flex-end;
  }
  #products-main .products-box a .products-main-box2 .products-explain, #products-main .products-box a .products-main-box3 .products-explain {
    width: 44%;
    order: 1;
    align-self: flex-end;
  }
  #products-main .products-box a .products-main-box2 .products-explain .products-explanin-main, #products-main .products-box a .products-main-box3 .products-explain .products-explanin-main {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
  }
  #products-main .products-box a .products-main-box2 .products-explain ul, #products-main .products-box a .products-main-box3 .products-explain ul {
    margin-top: 5vh;
    font-size: 1.2rem;
    letter-spacing: 0.1vw;
  }
  #products-main .products-box a .products-main-box2 .products-explain ul .products-price, #products-main .products-box a .products-main-box3 .products-explain ul .products-price {
    margin-top: 2vh;
  }
  #products-main #products-main-middle {
    width: 82%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #products-main #products-main-middle .products-box-middle {
    width: 48%;
    margin: 10vh 0 0;
  }
  #products-main #products-main-bottom {
    width: 82%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #products-main #products-main-bottom .products-box-bottom {
    width: 48%;
    margin: 10vh 0 0;
  }
  #products-bottom-button {
    width: 60%;
    margin: 14vh auto 0;
    display: flex;
    justify-content: space-between;
  }
  #products-bottom-button p {
    width: 200px;
    text-align: center;
  }
  #products-bottom-button a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- hikamiguide -------*/
  /*------------------------*/
  /*------------------------*/
  #hikamiguide-catch {
    margin: 14vh 0;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.2vw;
    line-height: 2.6;
  }
  .hikamiguide-container {
    width: 70%;
    margin: 0 auto;
  }
  .hikamiguide-container p {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: justify;
  }
  .hikamiguide-container .hikamiguide-main {
    margin-top: 7vh;
  }
  .hikamiguide-container .hikamiguide-main .sinb {
    width: 48%;
    margin: 0 0 1vh 1vw;
    float: right;
  }
  .hikamiguide-container .hikamiguide-prise {
    margin-top: 7vh;
  }
  .hikamiguide-container .hikamiguide-prise h3 {
    font-size: 2rem;
  }
  .hikamiguide-container .hikamiguide-prise p {
    margin-top: 1vh;
    line-height: 1.8;
  }
  .hikamiguide-container .hikamiguide-prise .hikamiguide-prise-year {
    margin-top: 4vh;
  }
  .hikamiguide-title {
    text-align: center;
    font-size: 3.3rem;
    letter-spacing: 0.3px;
  }
  .hikamiguide-title img {
    width: 36px;
    margin-right: 0.4vw;
    padding-bottom: 0.2rem;
    vertical-align: middle;
  }
  .hikamiguide-title .hikamiguide-subtitle {
    font-size: 1.7rem;
  }
  #hikamiguide-guide {
    margin-top: 20vh;
  }
  #hikamiguide-logo {
    margin-top: 5vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #hikamiguide-logo #hikamiguide-logo-main {
    width: 30%;
  }
  #hikamiguide-logo #hikamiguide-logo-main img {
    width: 100%;
  }
  #hikamiguide-logo .logo-main-guide {
    width: 64%;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- buydrink -------*/
  /*------------------------*/
  /*------------------------*/
  #buydrink-container {
    width: 84%;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
  }
  #buydrink-container #drink-buy-nav {
    margin-bottom: 10vh;
  }
  #buydrink-container #drink-buy-nav .bu-a {
    padding: 0.5rem 0;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
  }
  #buydrink-container #drink-buy-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #buydrink-container #drink-buy-nav a {
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  #buydrink-container #drink-buy-nav .nav {
    display: flex;
    justify-content: space-around;
  }
  #buydrink-container #drink-buy-nav .nav > li {
    width: 43%;
    margin-left: 0.8rem;
    position: relative;
    background: #1e1e1e;
  }
  #buydrink-container #drink-buy-nav .nav a {
    display: block;
    line-height: 1;
    z-index: 1;
  }
  #buydrink-container #drink-buy-nav .nav {
    flex-flow: row wrap;
  }
  #buydrink-container #drink-buy-nav .nav a {
    padding: 0.5em 0;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
  }
  #buydrink-container #drink-buy-nav .sub {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 2em;
    width: 100%;
    min-height: 0;
    height: 0;
    z-index: 3;
    transition: min-height 0.5s;
  }
  #buydrink-container #drink-buy-nav .sub > li > a {
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.4;
    background-color: #3a3a3a;
  }
  #buydrink-container #drink-buy-nav .sub > li > a:hover {
    background-color: #858585;
    opacity: 1;
  }
  #buydrink-container #drink-buy-nav .sub.active {
    min-height: 340px;
  }
  #buydrink-container h3 {
    font-size: 2.2rem;
  }
  #buydrink-container #buy-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #buydrink-container #buy-contents .buydrink-chihou {
    width: 100%;
    margin-bottom: 5vh;
  }
  #buydrink-container #buy-contents .buydrink-chihou .buydrink-chiou-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #buydrink-container #buy-contents .buy-box {
    width: 46%;
    margin: 3vh auto 8vh auto;
  }
  #buydrink-container #buy-contents .buy-box h4 {
    padding-bottom: 0.4vh;
    font-size: 2vw;
    vertical-align: top;
    border-bottom: 1px solid #000;
  }
  #buydrink-container #buy-contents .buy-box img {
    width: 20px;
    margin-right: 0.5vw;
    padding-left: 1vw;
    vertical-align: top;
  }
  #buydrink-container #buy-contents .buy-box .buydrink-adress {
    width: 90%;
    margin: 2vh auto 0;
  }
  #buydrink-container #buy-contents .buy-box .buydrink-adress h5, #buydrink-container #buy-contents .buy-box p {
    font-size: 1.7vw;
    font-weight: normal;
  }
  #buydrink-container #buy-contents .buy-box h5 {
    margin: 1vh 0 0.5vh 0;
  }
  #buydrink-container #drink {
    margin-top: 20vh;
  }
  .buydrink-contents {
    margin-top: 10vh;
  }
  .drinkbuy-contact {
    font-size: 12px;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- awanashi -------*/
  /*------------------------*/
  /*------------------------*/
  #awanashi-top {
    margin-top: 20vh;
  }
  .awa-subt {
    font-size: 20px;
    display: block;
  }
  #awanashi-top2 {
    margin-top: 10vh;
  }
  .kobinai-title {
    margin-top: 10vh;
    text-align: center;
    font-size: 2vw;
    letter-spacing: 0.1vw;
  }
  .kobinai-title img {
    width: 2.4vw;
    margin-right: 0.4vw;
    vertical-align: top;
  }
  .kobinai-title .hikamiguide-subtitle {
    margin-left: 1vw;
    font-size: 1.2vw;
  }
  .awanashi-imag-ph {
    margin-top: 10vh;
  }
  .awanashi-imag-ph img {
    width: 100%;
  }
  #hikami-awanashi-main {
    margin-top: 10vh;
    display: flex;
    justify-content: space-between;
  }
  #hikami-awanashi-main2 {
    margin-top: 5vh;
    display: flex;
    justify-content: space-between;
  }
  #hikami-awanashi-main2 #hikami-awanashi-mainbase {
    width: 40%;
  }
  #hikami-awanashi-main2 .hikami-awanashi-mainbase-guide {
    width: 58%;
    font-size: 1.6rem;
    letter-spacing: 0.1vw;
    line-height: 1.5;
    text-align: justify;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- contact -------*/
  /*------------------------*/
  /*------------------------*/
  #page-contact {
    width: 600px;
    margin: 10vh auto 30vh;
  }
  #page-contact h2 {
    font-size: 20px;
  }
  #page-contact #page-contact-contents {
    margin-top: 4vh;
  }
  #page-contact #page-contact-contents table {
    font-size: 16px;
    margin: 0 auto;
  }
  #page-contact #page-contact-contents th {
    padding: 10px;
    text-align: left;
    font-weight: normal;
  }
  #page-contact #page-contact-contents th .rep {
    background: #000;
    margin-right: 5px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
  }
  #page-contact #page-contact-contents th .unrep {
    background: rgb(99, 99, 99);
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
  }
  #page-contact #page-contact-contents td {
    padding: 10px 10px 10px 0;
  }
  #page-contact #page-contact-contents td input, #page-contact #page-contact-contents td textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
  }
  #page-contact #page-contact-contents td input::-moz-placeholder, #page-contact #page-contact-contents td textarea::-moz-placeholder {
    font-family: A1 Mincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #page-contact #page-contact-contents td input::placeholder, #page-contact #page-contact-contents td textarea::placeholder {
    font-family: A1 Mincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #page-contact #page-contact-contents .submit {
    background: #fff;
    width: 200px;
    margin: 4vh auto 0;
    padding: 0.8vh 0;
    text-align: center;
    font-size: 16px;
    display: block;
    color: #000;
    border: 0.1rem solid #000;
    cursor: pointer;
    font-family: A1 Mincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- pageinfo -------*/
  /*------------------------*/
  /*------------------------*/
  #page-news {
    width: 80%;
    margin: 10vh auto 30vh;
  }
  #page-news h2 {
    font-size: 20px;
  }
  #page-news ul {
    margin-top: 6vh;
  }
  #page-news li {
    margin-bottom: 3vh;
    border-bottom: 0.1rem solid #f1f1f1;
    display: flex;
    justify-content: flex-start;
    font-size: 1.6rem;
  }
  #page-news li a {
    text-decoration: none;
    color: #000;
    display: flex;
  }
  #page-news li a .index-news-time {
    margin: 0 2vw 1vh 0;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- single -------*/
  /*------------------------*/
  /*------------------------*/
  .single-date {
    font-size: 1.4rem;
  }
  #page-single-contents {
    margin-top: 10vh;
  }
  #page-single-contents p {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.2vw;
  }
  #page-single-contents p img {
    margin: 1vh 0;
    max-width: 100%;
  }
}
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*--------------------------------------- min-width: 1281px ---------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {
  #header {
    position: fixed;
    width: 100%;
    padding: 1.5rem 0;
    z-index: 999;
    background: #fff;
  }
  #header.UpMove {
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 0;
      transform: translateY(-100px);
    }
  }
  /*　下に下がる動き　*/
  #header.DownMove {
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .sp, .stbjp {
    display: none;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  header #header-left {
    width: 20%;
    margin-left: 5%;
    display: flex;
    align-items: flex-end;
  }
  header #header-left h1 {
    width: 35%;
  }
  header #header-left h1 img {
    width: 100%;
    vertical-align: bottom;
  }
  header #header-left h2 {
    width: 60%;
    margin-left: 5%;
  }
  header #header-left h2 img {
    width: 100%;
    vertical-align: bottom;
  }
  header #header-right {
    width: 53%;
    margin-right: 5%;
  }
  header #header-right #lang {
    margin-bottom: 1rem;
  }
  header #header-right #lang p {
    font-size: 0.85vw;
    text-align: right;
  }
  header #header-right #lang a {
    text-decoration: none;
    color: #000;
  }
  header #header-right #header-sns {
    margin-bottom: 0.5vh;
  }
  header #header-right #header-sns ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header #header-right #header-sns ul #nav-on a {
    text-decoration: none;
  }
  header #header-right #header-sns ul .sns-icon {
    width: 4.5%;
  }
  header #header-right #header-sns ul .sns-icon :nth-child(n) {
    margin: 0 0.5vw;
  }
  header #header-right #header-sns ul .sns-icon2 {
    width: 5.5%;
  }
  header #header-right #header-sns ul .sns-icon2 :nth-child(n) {
    margin: 0 0.5vw;
  }
  header #header-right nav {
    position: relative;
  }
  header #header-right nav ul {
    display: flex;
    justify-content: space-between;
  }
  header #header-right nav ul li {
    font-size: 0.75vw;
  }
  header #header-right nav ul li a {
    text-decoration: none;
    color: #000;
  }
  header #header-right nav ul li a:hover {
    background: #EAEAEA;
    border-bottom: 0.1rem solid #000;
  }
  header #header-right nav ul li ul {
    background: #EAEAEA;
    position: absolute;
    padding: 0.4vh 0.7vw;
    left: 13vw;
    display: none;
  }
  header #header-right nav ul li:hover ul {
    display: flex;
    justify-content: space-between;
  }
  header #header-right nav ul li ul li:nth-child(2) {
    margin-left: 1vw;
  }
  #index-eye-catch {
    width: 100%;
    padding-top: 10rem;
    overflow: hidden;
  }
  #index-eye-catch img {
    width: 100%;
  }
  .slide {
    position: relative;
    height: 88vh;
  }
  .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    opacity: 0;
    animation: slideshow 24s linear infinite;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
  }
  @keyframes slideshow {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    20% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .slide img:nth-child(2) {
    animation-delay: 6s;
  }
  .slide img:nth-child(3) {
    animation-delay: 12s;
  }
  .slide img:last-child {
    animation-delay: 18s;
  }
  #index-catch {
    width: 734px;
    margin: 20vh auto;
    display: flex;
    justify-content: space-between;
  }
  #index-catch #kobinai {
    width: 101px;
    order: 2;
  }
  #index-catch #hayariha {
    width: 573px;
    order: 1;
  }
  .index-catch-discri {
    margin: 16vh 0 0;
    font-size: 16px;
    text-align: center;
    line-height: 2.6;
    letter-spacing: 0.2vw;
  }
  .index-title-main {
    width: 100%;
    position: relative;
  }
  .index-title-main #index-image-pic img {
    width: 100%;
  }
  .index-title-main h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 164px;
  }
  #index-products #index-products-main {
    width: 741px;
    margin: 16vh auto 0;
    display: flex;
    justify-content: space-between;
  }
  #index-products #index-products-main .index-products-contents {
    width: 276px;
  }
  #index-products #index-products-main .index-products-contents a {
    display: flex;
    justify-content: space-between;
  }
  #index-products #index-products-main .index-products-contents h2 {
    order: 2;
  }
  #index-products #index-products-main .index-products-contents .index-products-bin {
    width: 170px;
    margin: 1.5vh 0.6vw 0 0;
    order: 1;
  }
  #index-products #index-products-main .index-products-contents .index-products-bin img {
    width: 100%;
  }
  #index-products #index-products-button {
    width: 457px;
    margin: 10vh auto 0;
    display: flex;
    justify-content: space-between;
  }
  #index-products #index-products-button p {
    width: 200px;
    text-align: center;
  }
  #index-products #index-products-button a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  #index-products #index-products-button a:hover {
    background-color: #000;
    color: #fff;
  }
  #index-siru {
    margin-top: 20vh;
  }
  #index-siru #index-siru-link p {
    width: 200px;
    margin: 6vh auto;
    text-align: center;
  }
  #index-siru #index-siru-link a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16pxt;
  }
  #index-siru #index-siru-link a:hover {
    background-color: #000;
    color: #fff;
  }
  #index-tanoshimu {
    margin-top: 20vh;
  }
  #index-tanoshimu #index-tanoshimu-link p {
    width: 200px;
    margin: 5vh auto 0;
    text-align: center;
    letter-spacing: 0.1vw;
  }
  #index-tanoshimu #index-tanoshimu-link a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  #index-tanoshimu #index-tanoshimu-link a:hover {
    background-color: #000;
    color: #fff;
  }
  #index-tanoshimu #index-tanoshim-contents {
    width: 1000px;
    margin: 20vh auto 0;
    display: flex;
    justify-content: space-between;
  }
  #index-tanoshimu #index-tanoshim-contents h3 {
    width: 436px;
  }
  #index-tanoshimu #index-tanoshim-contents h3 img {
    width: 100%;
  }
  #index-awanashi {
    margin-top: 20vh;
  }
  #index-awanashi #index-awanashi-contents {
    width: 1000px;
    margin: 20vh auto 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #index-awanashi #index-awanashi-contents #index-awanashi-logo {
    width: 118px;
  }
  #index-awanashi #index-awanashi-contents #index-awanashi-logo img {
    width: 100%;
  }
  #index-awanashi #index-awanashi-contents p {
    width: 867px;
    font-size: 16px;
    line-height: 1.4;
  }
  #index-awanashi #index-awanashi-link p {
    width: 12%;
    margin: 0 auto;
    text-align: center;
  }
  #index-awanashi #index-awanashi-link a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  #index-awanashi #index-awanashi-link a:hover {
    background-color: #000;
    color: #fff;
  }
  #index-news {
    width: 1000px;
    margin: 20vh auto 0;
  }
  #index-news h2 {
    font-size: 20px;
  }
  #index-news ul {
    margin-top: 6vh;
  }
  #index-news li {
    margin-bottom: 3vh;
    border-bottom: 0.1rem solid #f1f1f1;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    letter-spacing: 0.1vw;
  }
  #index-news li a {
    text-decoration: none;
    color: #000;
  }
  #index-news li .index-news-time {
    margin-right: 1rem;
  }
  #index-news #index-news-link p {
    width: 30%;
    margin: 8vh auto 0;
    text-align: center;
  }
  #index-news #index-news-link a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  #index-news #index-news-link a:hover {
    background-color: #000;
    color: #fff;
  }
  #index-bottom-contact {
    margin: 20vh 0 5vh;
  }
  #index-bottom-contact p {
    width: 362px;
    margin: 0 auto;
    text-align: center;
  }
  #index-bottom-contact a {
    background: #000;
    padding: 3vh 0;
    display: block;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.16vw;
    font-size: 20px;
  }
  footer {
    background: #EAEAEA;
    padding: 2rem 0;
  }
  footer #footer-inner {
    width: 50%;
    margin: 0 auto;
  }
  footer #footer-top-name {
    display: flex;
    color: #000;
    align-items: flex-end;
  }
  footer #footer-top-name #footer-top-name-left {
    width: 36%;
  }
  footer #footer-top-name #footer-top-name-right {
    margin-left: 3rem;
  }
  footer #footer-top-name .cmp-ch {
    font-size: 0.9rem;
    letter-spacing: 0.1vw;
    font-weight: normal;
  }
  footer #footer-top-name h2 {
    font-size: 1.8rem;
    letter-spacing: 0.2vw;
  }
  footer #footer-bottom-name {
    margin-top: 1vh;
    color: #000;
    display: flex;
    align-items: flex-end;
  }
  footer #footer-bottom-name #footer-bottom-name-left {
    width: 36%;
  }
  footer #footer-bottom-name #footer-bottom-name-right {
    margin-left: 3rem;
  }
  footer #footer-bottom-name .footer-en {
    font-size: 0.8rem;
    text-align: left;
  }
  footer #footer-middle {
    margin-top: 7vh;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer #footer-middle #footer-middle-left h2 {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
  footer #footer-middle #footer-middle-left a {
    font-size: 0.8rem;
    letter-spacing: 0.1vw;
    color: #000;
    letter-spacing: 0.1vw;
  }
  footer #footer-middle #footer-middle-right {
    width: 14%;
  }
  footer #footer-middle #footer-middle-right ul {
    display: flex;
    justify-content: space-between;
  }
  footer #footer-middle #footer-middle-right ul li {
    width: 24%;
  }
  footer #footer-nav nav ul {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
  }
  footer #footer-nav nav ul a {
    text-decoration: none;
    color: #000;
  }
  footer #foot-calender {
    margin-top: 3rem;
  }
  footer #foot-calender h3 {
    font-size: 1.3rem;
  }
  footer #foot-calender .month-header {
    width: 70%;
    margin: 0 auto 0.5rem;
  }
  footer #foot-calender #foot-calender-co {
    width: 80%;
    margin: 0.6rem auto 0;
  }
  footer #foot-calender .xo-months .calendar-caption, footer #foot-calender .xo-months .holiday-title, footer #foot-calender .xo-months table {
    font-size: 1rem;
  }
  footer #footer-attention {
    margin-top: 2vw;
  }
  footer #footer-attention P {
    margin-bottom: 1vh;
    font-size: 12px;
    color: #939393;
  }
  footer #copy {
    margin-top: 7vh;
    letter-spacing: 0.11vw;
    font-size: 12px;
    text-align: center;
    color: #939393;
  }
  /*------------------------*/
  /*------------------------*/
  /*--------- page ---------*/
  /*------------------------*/
  /*------------------------*/
  #page-cotnaienr {
    width: 100%;
    padding-top: 8rem;
    position: relative;
    display: table;
  }
  #page-cotnaienr #page-back {
    position: relative;
  }
  #page-cotnaienr #page-back img {
    width: 100%;
  }
  #page-cotnaienr #page-title-tts {
    width: 6%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  #page-cotnaienr #page-title-ttl {
    width: 12%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .page-contents {
    width: 57%;
    margin: 0 auto 30vh;
  }
  .page-contents2 {
    width: 57%;
    margin: 0 auto;
  }
  .page-contents3 {
    width: 60%;
    margin: 0 auto 30vh;
  }
  #page-bottom-button {
    width: 30%;
    margin: 14vh auto 0;
    display: flex;
    justify-content: space-between;
  }
  #page-bottom-button p {
    width: 42%;
    text-align: center;
  }
  #page-bottom-button a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  #page-bottom-button a:hover {
    background-color: #000;
    color: #fff;
  }
  #page-bottom-button2 {
    margin: 10vh auto 0;
  }
  #page-bottom-button2 p {
    margin: 0 auto 1vh;
    text-align: center;
  }
  #page-bottom-button2 a {
    width: 200px;
    margin: 0 auto;
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  #page-bottom-button2 a:hover {
    background-color: #000;
    color: #fff;
  }
  #page-bottom-button3 {
    margin: 3vh auto 0;
  }
  #page-bottom-button3 p {
    margin: 0 auto 1vh;
    text-align: center;
  }
  #page-bottom-button3 a {
    width: 338px;
    margin: 0 auto;
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  #page-bottom-button3 a:hover {
    background-color: #000;
    color: #fff;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- products -------*/
  /*------------------------*/
  /*------------------------*/
  #products-main {
    background: url(img/products-main-bk.jpg) center top no-repeat;
    background-size: 841px;
    margin-top: 20vh;
  }
  #products-main #products-main-top {
    width: 640px;
    margin: 0 auto 0;
    padding-top: 9vh;
  }
  #products-main .products-box a {
    text-decoration: none;
    color: #000;
  }
  #products-main .products-box a .products-main-box {
    display: flex;
    justify-content: space-between;
  }
  #products-main .products-box a .products-main-box .products-name {
    width: 98px;
    order: 3;
  }
  #products-main .products-box a .products-main-box #products-bin {
    width: 170px;
    margin-top: 20px;
    order: 2;
    align-self: flex-end;
  }
  #products-main .products-box a .products-main-box #products-bin img {
    width: 100%;
  }
  #products-main .products-box a .products-main-box .products-explain {
    width: 300px;
    order: 1;
    align-self: flex-end;
  }
  #products-main .products-box a .products-main-box .products-explain .products-explanin-main {
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: 0.05rem;
  }
  #products-main .products-box a .products-main-box .products-explain ul {
    margin-top: 5vh;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
  }
  #products-main .products-box a .products-main-box .products-explain ul .products-price {
    margin-top: 2vh;
  }
  #products-main .products-box a .products-main-box2, #products-main .products-box a .products-main-box3 {
    display: flex;
  }
  #products-main .products-box a .products-main-box2 .products-name, #products-main .products-box a .products-main-box2 .products-name2, #products-main .products-box a .products-main-box3 .products-name, #products-main .products-box a .products-main-box3 .products-name2 {
    width: 14%;
    order: 3;
  }
  #products-main .products-box a .products-main-box2 h2, #products-main .products-box a .products-main-box3 h2 {
    order: 2;
  }
  #products-main .products-box a .products-main-box2 #products-bin, #products-main .products-box a .products-main-box3 #products-bin {
    width: 27%;
    margin: 13px 13px 0 0;
    order: 2;
    align-self: flex-end;
  }
  #products-main .products-box a .products-main-box2 .products-explain, #products-main .products-box a .products-main-box3 .products-explain {
    width: 54%;
    line-height: 1.5;
    order: 1;
    align-self: flex-end;
  }
  #products-main .products-box a .products-main-box2 .products-explain .products-explanin-main, #products-main .products-box a .products-main-box3 .products-explain .products-explanin-main {
    width: 90%;
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: justify;
  }
  #products-main .products-box a .products-main-box2 .products-explain .products-explanin-main .kuram, #products-main .products-box a .products-main-box3 .products-explain .products-explanin-main .kuram {
    letter-spacing: 0.3vw;
  }
  #products-main .products-box a .products-main-box2 .products-explain ul, #products-main .products-box a .products-main-box3 .products-explain ul {
    margin-top: 5vh;
    padding: 0;
    font-size: 0.85rem;
  }
  #products-main .products-box a .products-main-box2 .products-explain ul .products-price, #products-main .products-box a .products-main-box3 .products-explain ul .products-price {
    margin-top: 2vh;
  }
  #products-main #products-main-middle {
    margin: 15vh auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #products-main #products-main-middle .products-box-middle {
    width: 43%;
    margin-bottom: 20vh;
  }
  #products-main #products-main-bottom {
    margin: 16vh auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #products-main #products-main-bottom .products-box-bottom {
    width: 42%;
  }
  #products-bottom-button {
    width: 490px;
    margin: 14vh auto 0;
    display: flex;
    justify-content: space-between;
  }
  #products-bottom-button p {
    width: 200px;
    text-align: center;
  }
  #products-bottom-button a {
    padding: 0.8vh 0;
    display: block;
    text-decoration: none;
    color: #000;
    border: 0.1rem solid #000;
    font-size: 16px;
  }
  #products-bottom-button a:hover {
    background-color: #000;
    color: #fff;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- hikamiguide -------*/
  /*------------------------*/
  /*------------------------*/
  #hikamiguide-catch {
    margin: 210px 0;
    font-size: 1.08rem;
    text-align: center;
    letter-spacing: 0.2vw;
    line-height: 2.6;
  }
  .hikamiguide-container {
    margin: 0 auto;
  }
  .hikamiguide-container p {
    font-size: 1.08rem;
    line-height: 1.77;
    text-align: justify;
  }
  .hikamiguide-container .hikamiguide-main {
    margin-top: 7vh;
  }
  .hikamiguide-container .hikamiguide-main .sinb {
    width: 445px;
    margin: 0 0 1vh 1vw;
    float: right;
  }
  .hikamiguide-container .hikamiguide-prise {
    margin-top: 7vh;
  }
  .hikamiguide-container .hikamiguide-prise h3 {
    font-size: 20px;
  }
  .hikamiguide-container .hikamiguide-prise p {
    margin-top: 1vh;
    line-height: 1.8;
  }
  .hikamiguide-container .hikamiguide-prise .hikamiguide-prise-year {
    margin-top: 4vh;
  }
  .hikamiguide-title {
    text-align: center;
    font-size: 33px;
    letter-spacing: 0.4px;
  }
  .hikamiguide-title img {
    width: 36px;
    margin-right: 0.4vw;
    padding-bottom: 0.2rem;
    vertical-align: middle;
  }
  .hikamiguide-title .hikamiguide-subtitle {
    margin-left: 12px;
    font-size: 21px;
  }
  #hikamiguide-guide {
    width: 84%;
    margin-top: 10rem;
  }
  #hikamiguide-logo {
    margin-top: 5vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #hikamiguide-logo #hikamiguide-logo-main {
    width: 27%;
  }
  #hikamiguide-logo #hikamiguide-logo-main img {
    width: 100%;
  }
  #hikamiguide-logo .logo-main-guide {
    width: 66%;
    font-size: 1.08rem;
    line-height: 1.5;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- buydrink -------*/
  /*------------------------*/
  /*------------------------*/
  #buydrink-container {
    margin-top: 10vh;
  }
  #buydrink-container #drink-buy-nav {
    margin-bottom: 10vh;
  }
  #buydrink-container #drink-buy-nav .bu-a {
    padding: 0.5rem 0;
    color: #fff;
    text-align: center;
  }
  #buydrink-container #drink-buy-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #buydrink-container #drink-buy-nav a {
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  #buydrink-container #drink-buy-nav .nav {
    display: flex;
    justify-content: flex-end;
  }
  #buydrink-container #drink-buy-nav .nav > li {
    width: 180px;
    margin-left: 0.4rem;
    position: relative;
    background: #1e1e1e;
  }
  #buydrink-container #drink-buy-nav .nav a {
    display: block;
    line-height: 1;
    z-index: 1;
  }
  #buydrink-container #drink-buy-nav .nav {
    flex-flow: row wrap;
  }
  #buydrink-container #drink-buy-nav .nav a {
    padding: 0.5em 0;
    font-size: 1rem;
    color: #fff;
    text-align: center;
  }
  #buydrink-container #drink-buy-nav .sub {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 2em;
    width: 100%;
    min-height: 0;
    height: 0;
    z-index: 3;
    transition: min-height 0.5s;
  }
  #buydrink-container #drink-buy-nav .sub > li > a {
    font-size: 0.9rem;
    color: #fff;
    line-height: 1.4;
    background-color: #3a3a3a;
  }
  #buydrink-container #drink-buy-nav .sub > li > a:hover {
    background-color: #858585;
    opacity: 1;
  }
  #buydrink-container #drink-buy-nav .sub.active {
    min-height: 340px;
  }
  #buydrink-container #buy-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #buydrink-container #buy-contents .buydrink-chihou {
    width: 82%;
    margin: 0 auto 5vh;
  }
  #buydrink-container #buy-contents .buydrink-chihou .buydrink-chiou-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #buydrink-container #buy-contents .buydrink-chihou .buydrink-chiou-contents::after {
    content: "";
    width: 50%;
  }
  #buydrink-container #buy-contents .buy-box {
    width: 42%;
    margin: 3vh auto 8vh auto;
  }
  #buydrink-container #buy-contents .buy-box h4 {
    padding-bottom: 0.4vh;
    font-size: 1.2rem;
    vertical-align: top;
    border-bottom: 1px solid #000;
  }
  #buydrink-container #buy-contents .buy-box img {
    width: 20px;
    margin-right: 5px;
    padding-left: 14px;
    vertical-align: top;
  }
  #buydrink-container #buy-contents .buy-box .buydrink-adress {
    width: 90%;
    margin: 20px auto 0;
  }
  #buydrink-container #buy-contents .buy-box .buydrink-adress h5, #buydrink-container #buy-contents .buy-box p {
    font-size: 1.08rem;
    font-weight: normal;
  }
  #buydrink-container #buy-contents .buy-box h5 {
    margin: 0 0 0.5vh 0;
  }
  #buydrink-container #drink {
    margin-top: 20vh;
  }
  .buydrink-contents {
    margin-top: 10vh;
  }
  .drinkbuy-contact {
    font-size: 12px;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- awanashi -------*/
  /*------------------------*/
  /*------------------------*/
  #awanashi-top {
    margin-top: 20vh;
  }
  .awa-subt {
    display: block;
  }
  #awanashi-top2 {
    margin-top: 10vh;
  }
  .kobinai-title {
    margin-top: 10vh;
    text-align: center;
    font-size: 2vw;
    letter-spacing: 0.1vw;
  }
  .kobinai-title img {
    width: 2.4vw;
    margin-right: 0.4vw;
    vertical-align: top;
  }
  .kobinai-title .hikamiguide-subtitle {
    margin-left: 1vw;
    font-size: 1.2vw;
  }
  .awanashi-imag-ph {
    width: 100%;
    margin-top: 10vh;
  }
  .awanashi-imag-ph img {
    width: 100%;
  }
  #hikami-awanashi-main {
    margin-top: 10vh;
    display: flex;
    justify-content: space-between;
  }
  #hikami-awanashi-main2 {
    width: 96%;
    margin: 5vh auto 0;
    display: flex;
    justify-content: space-between;
  }
  #hikami-awanashi-main2 #hikami-awanashi-mainbase {
    width: 35%;
  }
  #hikami-awanashi-main2 #hikami-awanashi-mainbase img {
    width: 100%;
  }
  #hikami-awanashi-main2 .hikami-awanashi-mainbase-guide {
    width: 60%;
    font-size: 1.08rem;
    letter-spacing: 0.1vw;
    line-height: 1.5;
    text-align: justify;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- contact -------*/
  /*------------------------*/
  /*------------------------*/
  #page-contact {
    width: 50%;
    margin: 0 auto 30vh;
    padding-top: 20vh;
  }
  #page-contact h2 {
    font-size: 20px;
  }
  #page-contact #page-contact-contents {
    margin-top: 4vh;
  }
  #page-contact #page-contact-contents table {
    font-size: 16px;
    margin: 0 auto;
  }
  #page-contact #page-contact-contents th {
    padding: 10px;
    text-align: left;
    font-weight: normal;
  }
  #page-contact #page-contact-contents th .rep {
    background: #000;
    margin-right: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
  }
  #page-contact #page-contact-contents th .unrep {
    background: rgb(99, 99, 99);
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
  }
  #page-contact #page-contact-contents td {
    padding: 10px;
  }
  #page-contact #page-contact-contents td input, #page-contact #page-contact-contents td textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
  }
  #page-contact #page-contact-contents td input::-moz-placeholder, #page-contact #page-contact-contents td textarea::-moz-placeholder {
    font-family: A1 Mincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #page-contact #page-contact-contents td input::placeholder, #page-contact #page-contact-contents td textarea::placeholder {
    font-family: A1 Mincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #page-contact #page-contact-contents .submit {
    background: #fff;
    width: 200px;
    margin: 4vh auto 0;
    padding: 0.8vh 0;
    text-align: center;
    font-size: 16px;
    display: block;
    color: #000;
    border: 0.1rem solid #000;
    cursor: pointer;
    font-family: A1 Mincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- pageinfo -------*/
  /*------------------------*/
  /*------------------------*/
  #page-news {
    width: 50%;
    margin: 0 auto 30vh;
    padding-top: 20vh;
  }
  #page-news h2 {
    font-size: 20px;
  }
  #page-news ul {
    margin-top: 6vh;
  }
  #page-news li {
    margin-bottom: 3vh;
    border-bottom: 0.1rem solid #f1f1f1;
    display: flex;
    justify-content: flex-start;
    font-size: 1rem;
  }
  #page-news li a {
    text-decoration: none;
    color: #000;
    display: flex;
  }
  #page-news li a .index-news-time {
    margin: 0 2rem 1rem 0;
  }
  /*------------------------*/
  /*------------------------*/
  /*------- single -------*/
  /*------------------------*/
  /*------------------------*/
  .single-date {
    font-size: 14px;
  }
  #page-single-contents {
    margin-top: 10vh;
  }
  #page-single-contents p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.2vw;
  }
  #page-single-contents p img {
    margin: 1vh 0;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */