@charset "UTF-8";


html {
  font-size: 62.5%;
}

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

body {
  background-color: #fff;
  color: #040000;
  text-align: center;
  font-size: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #040000;
}

ul {
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  vertical-align: top;
}

.event-none {
  pointer-events: none !important;
}

/* 共通 */

.slick-dots {
  display: none !important;
}

.header-kv-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
  height: 50vh;
}

.header-kv-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-kv-hakuchou {
  height: auto;
}

.responsive-logo {
  display: none;
}

.tel-link {
  pointer-events: none;
  cursor: default;
}

.contents {
  width: 1000px;
  margin: 0 auto;
}

.section-contents {
  padding: 50px 0;
}

.images {
  width: 100%;
}

.letter-space {
  letter-spacing: 0.2em;
}

.hover {
  display: inline-block;
  transition: 0.3s;
}

.hover:hover {
  transform: translateY(-3px);
  transition: 0.3s !important;
}

.heading-frame {
  width: 240px;
  margin: 0 auto;
}

.section-title {
  margin: 20px auto 15px;
}

.section-title-wrappper {
  margin-bottom: 30px;
}

.section-title-under {
  margin-top: 10px;
  opacity: 0.6;
}

.heading-under {
  line-height: 1;
}

.first {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
}

.second {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
}

.third {
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 1;
}

.fourth {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
}

.small-text {
  font-size: 1.2rem;
}

.red-text {
  color: #AF2D2C;
}

.brown-text {
  color: #EEDEB9;
}

.dark-brown-text {
  color: #382E2A;
}

.white-text {
  color: #fff;
}

.back-top-section {
  text-align: right;
  margin-bottom: 40px;
}

.back-top-section a {
  display: inline-block;
  width: 40px;
}

.top-page-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-top: 55px;
}

@media screen and (max-width:1200px) {
  
  .top-page-title {
    margin-top: 4%;
  }
  
}

/* 共通のフェードインアニメーション */

.fade-in-animation {
	opacity : 0;
	visibility: hidden;
	transition: 1s !important;
	transform: translateY(30px);
}

.fade-in-animation-right {
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateX(60px);
}

.fade-in-animation-left {
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateX(-60px);
}

.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) translateX(0);
}


/* header */

.header-wrapper {
  position: relative;
}

.header-navi-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/common/header-back.png);
  background-size: 100%;
  width: 100%;
  padding: 30px 90px 20px;
  display: flex;
  justify-content: space-between;
}

.header-navi-wr-top {
  position: static;
  background-image: none;
}

.header-navi-wrapper-home {
  background-image: none;
}

.header-logo-wrapper {
  width: 245px;
}

.header-list {
  max-width: 560px;
  width: 56%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.header-list li a {
  color: #fff;
  font-weight: bold;
}

.header-list-top li a{
  color: #040000;
}

.header-sake-name {
  max-width: 88px;
  width: 7.5%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.header-line {
  width: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header-line-white {
  max-height: 100px;
  height: 13%;
  background-color: #fff;
  bottom: 0;
}

.header-line-black {
  height: 50px;
  background-color: #000;
  bottom: -50px;
}

.header-home-text {
  position: absolute;
  text-align: left;
  top: 52%;
  left: 8%;
}

.header-home-text p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}

.header-home-title {
  width: 612px;
}

.header-page-name h1 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width:1200px) {
  
  .header-line-black {
    height: 9.5%;
    bottom: -9.5%;
  }
  
}

/* footer */

.footer-wrapper {
  text-align: left;
  font-size: 1.4rem;
}

.footer-text-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.footer-text-left {
  padding: 25px 0 15px;
  
}

.footer-text-left p {
  margin-top: 25px;
}

.footer-text-right {
  padding: 15px 0;
  line-height: 1.9;
}

.footer-line {
  width: 1px;
  background-color: #040000;
  display: block;
}

.copy-right-wrapper {
  padding: 25px 0 35px;
  background-image: url(../images/common/footer-back.jpg);
  background-size: cover;
}

  .footer-text-left2 {
    padding: 0;
  }

  .footer-text-right2 {
    padding: 0;
  }

  .footer-text-right2 p {
    text-decoration: underline;
	font-size: 1.2rem;
  }

/* home */

.home-navi-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.home-navi-list li {
  width: 50%;
  position: relative;
}

.home-navi-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  line-height: 1.75;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  transition: 0.3s;
}

.home-navi-title-left {
  right: 75px;
  text-align: right;
}

.home-navi-title-right {
  left: 75px;
  text-align: left;
}

.home-navi-title span {
  margin-right: 30px;
}

.home-navi-list li a:hover .home-navi-title {
  transform: translateY(-55%);
}

.news-section {
  margin-top: 70px;
}

.news-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 920px;
  margin: 60px auto;
}

.coupon-image {
  width: 200px;
  margin: 0 auto;
}

.news-left p {
  margin-top: 30px;
}

.cal-wrapper {
  width: 460px;
  height: 380px;
}
 
.googlecal {
  position: relative;
  padding-bottom: 75%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.seller-section {
  background-image: url(../images/home/table-back.jpg);
  background-size: cover;
  padding: 20px 0;
  margin-bottom: 30px;
}

.seller-contents {
  padding: 25px 120px 15px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.seller-list {
  width: 550px;
  border-left: 1px solid #040000;
}

.seller-list li {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #040000;
}

.seller-list li:last-child {
  border-bottom: none;
}

.seller-list-left {
  text-align: right;
  width: 195px;
  margin-left: 30px;
  margin-right: 50px;
}

.seller-list-right {
  text-align: left;
}


/* sake-introduce-section */

.sake-introduce-section {
  margin: 100px auto 90px;
  padding-left: 190px;
  display: flex;
  text-align: left;
}

.sake-introduce-image {
  width: 110px;
  margin-right: 200px;
}

.sake-introduce-contents {
  width: 450px;
}

.sake-introduce-title h2 span {
  font-size: 1.5rem;
  margin-left: 25px;
}

.sake-introduce-title p {
  margin-top: 5px;
}

.sake-introduce-text {
  margin: 25px auto 40px;
}

.sake-introduce-text2 {
  margin: 25px auto 40px;
  text-align: left;
}


.sake-introduce-list {
  line-height: 1;
}

.sake-introduce-list li {
  padding: 10px;
  border-bottom: 1px solid #040000;
  display: flex;
}

.sake-introduce-list-left {
  width: 135px;
}


/* recommend section */

.recommend-section {
  margin-bottom: 40px;
}

.recommend-title {
  margin-bottom: 60px;
}

.recommend-box {
  width: 450px;
  margin: 0 auto 30px;
  padding: 25px 0 15px;
  display: block;
  transition: 0.5s;
}

.recommend-box:last-child {
  margin-bottom: 0;
}

.recommend-box-black {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.recommend-box-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.recommend-box-line {
  position: relative;
  margin: 10px auto 0;
  height: 1px;
  width: 250px;
  transition: 0.5s;
}

.recommend-box-line-curve {
  position: absolute;
  height: 1px;
  width: 12px;
  transform: rotate(25deg);
  top: -2px;
  right: -1px;
}

.recommend-box-line-white {
  background-color: #fff;
}

.recommend-box-line-black {
  background-color: #000;
}

.recommend-box-black:hover {
  background-color: #fff;
  color: #000;
}

.recommend-box-black:hover .recommend-box-line-white {
  background-color: #000;
}

.recommend-box-white:hover {
  background-color: #000;
  color: #fff;
}

.recommend-box-white:hover .recommend-box-line-black {
  background-color: #fff;
}


/* hakuchou */

.header-kv-hakuchou {
  padding-top: 50px;
}

.shikomi-section {
  background-color: #382E2A;
  margin-top: 25px;
}

.shikomi-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.shikomi-photo {
  width: 44%;
  margin-left: 4%;
}

.shikomi-title {
  letter-spacing: 0.12em;
  white-space: nowrap;
  margin-bottom: 40px;
}

.shikomi-text {
  text-align: left;
  
  margin-left: 5%;
  max-width: 465px;
}

.paper-section {
  padding: 60px 0 40px;
  background-image: url(../images/hakuchou/back1.jpg);
  background-size: cover;
}

.paper-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 810px;
}

.sake-circle {
  width: 200px;
}

.paper-left {
  text-align: right;
}

.paper-right {
  text-align: left;
}

.paper-text {
  line-height: 1.6;
}

.compare-section {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.compare-left {
  width: 335px;
  margin-left: 70px;
  margin-top: 40px;
}

.compare-right {
  width: 575px;
}

.recipe-section {
  background-image: url(../images/hakuchou/back2.jpg);
  background-size: cover;
  padding: 50px 0 70px;
  margin-bottom: 80px;
}

.recipe-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.recipe-top {
  margin-bottom: 25px;
}

.recipe-image {
  width: 440px;
  margin-left: 25px;
}

.recipe-box {
  width: 455px;
}

.recipe-heading {
  width: 380px;
  margin: 20px auto 55px;
}

.recipe-title {
  width: 100%;
}

.recipe-wrapper {
  padding-left: 11px;
}

.recipe-brown {
  width: 75px;
  background-color: #534741;
  color: #fff;
  padding: 5px;
  line-height: 1;
}

.recipe-recipe {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
}

.recipe-how-to {
  margin-top: 30px;
}

.recipe-list {
  margin-top: 20px;
  text-align: left;
}

.recipe-list li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 30px;
}

.recipe-list li:last-child {
  margin-bottom: 0;
}

.recipe-list li span {
  margin-right: 5px;
}

.recipe-sato {
  width: 150px;
  margin-left: 30px;
}

.recipe-hourensou {
  width: 200px;
}

.recipe-salud {
  width: 150px;
  margin-left: 30px;
}


/* introduce page */

.limited-section {
  margin-top: 40px;
}

.limited-heading {
  margin: 5px auto 20px;
  display: block;
  width: 130px;
}

.introduce-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}

.introduce-list li {
  width: 450px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding: 0 15px 35px;
  margin-top: 55px;
}

.introduce-image {
  width: 110px;
}

.introduce-image-amazake {
  margin-top: 120px;
  width: 165px;
}

.introduce-text {
  padding-top: 70px;
  width: 240px;
}

.introduce-text-space {
  padding-top: 130px;
}

.introduce-title {
  margin: 15px auto 35px;
  white-space: nowrap;
}

.introduce-alcohol {
  margin: 10px auto 35px;
  white-space: nowrap;
}

.introduce-explanation {
  line-height: 1.4;
  min-height: 120px;
}

.sake-detail {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding: 12px 0;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.detail-arrow {
  height: 1px;
  width: 10px;
  background-color: #000;
  margin-left: 20px;
}

.detail-arrow-top {
  transform: translateY(-3.5px) rotate(45deg);
}

.detail-arrow-bottom {
  transform: translateY(3px) rotate(-45deg);
}

.sake-detail:hover {
  background-color: #000;
  color: #fff;
}

.sake-detail:hover .detail-arrow {
  background-color: #fff;
}

.general-section {
  margin-top: 150px;
}

.general-heading {
  display: block;
   margin: 5px auto 20px;
  width: 145px;
}

.introduce-list .border-none {
  border-bottom: none;
}


/* profile */

.profile-top-text {
  margin: 45px auto 110px;
  line-height: 2;
}

.facility-outer-contents {
  background-image: url(../images/profile/back1.jpg);
  background-size: cover;
}

.facility-contents {
  text-align: left;
  line-height: 2;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.facility-image {
  width: 515px;
}

.facility-text {
  margin-right: 35px;
}


.kura-section {
  margin: 100px auto 150px;
}

.kura-outer-contents {
  background-image: url(../images/profile/back2.jpg);
  background-size: cover;
}

.kura-contents {
  text-align: left;
  line-height: 2;
  display: flex;
  justify-content: space-between;
}

.kura-image {
  width: 515px;
}

.kura-text {
  margin-left: 120px;
}

.map-section {
  margin: 0 auto 80px;
}

.map-contents {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.map-image {
  width: 560px;
  margin-right: 10px;
}

.map-text {
  margin-bottom: 50px;
}

.google-map-wrapper iframe {
  border: 0;
  margin-top: 20px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: none; 
  width: 100%;
  height: 450px;
}

  .personal_info-section {
    margin: 0px auto 150px;
  }


/* tour page */

.vrtour-section {
  margin: 45px auto 80px;
}

.vrtour-outer-contents {
  background-image: url(../images/tour/back1.jpg);
  background-size: cover;
}

.vrtour-text-top {
  line-height: 2;
}

.vrtour-detail-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 60px;
}

.vrtour-image {
  width: 500px;
}

.vrtour-detail-text {
  text-align: left;
  line-height: 2;
}

.vrtour-text-row {
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.vrtour-text-left {
  width: 60px;
}

.vrtour-text-three {
  white-space: nowrap;
  letter-spacing: 0.5em;
}

.vrtour-arrow {
  color: #fff;
  margin-left: 7px;
  margin-right: 15px;
}

.vrtour-detail-text-under {
  margin-top: 15px;
}

.vr-link-box {
  height: 70px;
  padding: 20px 0;
}

.vr-link-box-under {
  padding: 13px 0 0;
}

.vr-tel {
  font-size: 2.1rem;
  line-height: 1;
}

.tasting-contents {
  display: flex;
  justify-content: space-between;
}

.tasting-text {
  margin-left: 80px;
  text-align: left;
  line-height: 2;
}

.tasting-text-image {
  margin-top: 60px;
  margin-left: 150px;
  width: 250px;
}

.tasting-image {
  width: 500px;
}


.process-section {
  margin: 145px auto 30px;
}

.process-outer-contents {
  background-image: url(../images/tour/back2.jpg);
  background-size: cover;
}

.process-contents {
  padding: 50px 60px;
}

.process-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.process-list li {
  width: 210px;
  position: relative;
  text-align: left;
  margin-right: 125px;
}

.process-list li:nth-child(3n) {
  margin-right: 0;
}

.process-list-normal {
  min-height: 300px;
  margin-bottom: 50px;
}

.process-list-images {
  width: 100%;
}

.process-list-title {
  margin: 10px auto 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.process-list-title span {
  margin-right: 25px;
}

.process-list-arrow {
  width: 120px;
  position: absolute;
  right: -120px;
  top: 75px;
}

.images-invisible {
  opacity: 0;
}

.process-list-sake {
  width: 120px;
  position: absolute;
  bottom: 20px;
  left: 110px;
}

/* product page */

.product-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-list li {
  width: 45%;
  max-width: 450px;
  margin-bottom: 40px;
  border-bottom: 1px solid #231815;
}

.product-list li a  {
  display: inline-block;
  transition: 0.3s;
}

.product-list li a:hover {
  opacity: 0.8;
}

.product-title-wr {
  margin-top: 30px;
  margin-bottom: 10px;
}

.product-title {
  font-size: 2.1rem;
}

.gentei {
  color: #e60012;
  font-size: 1.5rem;
}

.product-explain {
  margin-top: 20px;
  font-size: 1.3rem;
}

/* top-page */

.kv-wr {
  width: 100%;
}

.kv-list li {
  width: 100%;
  height: 80vh;
}

.kv-list li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kv-title {
  top: 60px;
  max-width: 95px;
  width: 15%;
}

.info-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #231815;
}

.info-box {
  width: 100%;
  max-width: 495px;
}

.wide-img {
  width: 100%;
  max-height: 450px;
  height:45vh;
}

.wide-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.btn {
  width: 350px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 2.4rem;
  white-space: nowrap;
  transition: 0.3s;
}

.wide-link:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.wide-link:hover .btn {
  background-color: #231815;
  color: #fff;
}

.btn-wr-vr {
  top: 75%;
}

.profile-list li {
  display: flex;
  margin-bottom: 20px;
}

.profile-left {
  width: 70px;
}

.g-map-wr iframe {
  border: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: none; 
  width: 100%;
  height: 450px;
}

/* responsove start */

@media screen and (max-width:900px) {
  
   /* 共通 */
  
  body {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  
  .responsive-logo {
    display: block;
  }

  .pc-logo {
    display: none;
  }
  
  .tel-link {
    pointer-events: auto;
    cursor: pointer;
  }

  .contents {
    width: 90%;
    margin: 0 5%;
  }

  .section-contents {
    padding: 30px 0;
  }

  .letter-space {
    letter-spacing: 0.2em;
  }


  .heading-frame {
    width: 240px;
    margin: 0 auto;
  }

  .section-title {
    margin: 20px auto 15px;
  }

  .section-title-wrappper {
    margin-bottom: 20px;
  }

  .first {
    font-size: 2.4rem;
    line-height: 1;
  }

  .second {
    font-size: 1.8rem;
    line-height: 1;
  }

  .third {
    font-size: 1.6rem;
    line-height: 1;
  }
  
  .fourth {
    font-size: 1.5rem;
    line-height: 1;
  }

  .small-text {
    font-size: 1rem;
  }

  
  .back-top-section {
    text-align: right;
    margin-bottom: 40px;
  }

  .back-top-section a {
    display: inline-block;
    width: 40px;
  }

  .top-page-title {
    font-weight: bold;
    margin-top: 55px;
  }

  
/* header ハンバーガメニュー */
  

  .header-navi-trigger{
    display: inline-block;
    position: fixed;
    top: 3px;
    right: 3px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 9999;
  }

  .header-menu, .header-menu span {
    display: inline-block;
    transition: all .4s;
  }

  .header-menu {
    position: relative;
    width: 40px;
    height: 40px;
  }

  .header-menu span {
    position: absolute;
    width: 80%;
    height: 4px;
    background-color: #000;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-menu:nth-of-type(1) {
    top: 9px;
  }

  .header-menu span:nth-of-type(2) {
    top: 12px;
  }

  .header-menu span:nth-of-type(3) {
    top: 23px;
  }

  .header-menu.active span:nth-of-type(1) {
    left: 0;
    transform: translateY(9px) rotate(-45deg);
  }

  .header-menu.active span:nth-of-type(2) {
    opacity: 0;
  }

  .header-menu.active span:nth-of-type(3) {
    left: 0;
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
  }

  
  /* header */

  .header-wrapper {
    position: relative;
  }
  
  .header-navi-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background-image: none;
    background-color: #fff;
    color: #000;
    width: 100%;
    padding: 0;
    display: none;
    z-index: 9998;
  }

  .header-logo-wrapper {
    width: 245px;
    margin: 30px auto;
  }

  .header-list {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    line-height: 1;
  }
  
  .header-list li:first-child {
    border-top: 1px solid #000;
  }
  
  .header-list li {
    padding: 20px 0;
    border-bottom: 1px solid #000;
  }

  .header-list li a {
    color: #000;
    font-weight: bold;
  }

  .header-sake-name {
    max-width: 88px;
    width: 7.5%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .header-line {
    width: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-line-white {
    max-height: 100px;
    height: 13%;
    background-color: #fff;
    bottom: 0;
  }

  .header-line-black {
    height: 50px;
    background-color: #000;
    bottom: -50px;
  }


  .header-page-name h1 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    white-space: nowrap;
  }

  /* footer */

  .footer-wrapper {
    text-align: center;
    font-size: 1.4rem;
  }

  .footer-text-wrapper {
    display: block;
    margin-bottom: 50px;
  }

  .footer-text-left {
    padding: 0;
  }

  .footer-text-left p {
    margin-top: 25px;
  }

  .footer-text-right {
    padding: 15px 0;
    line-height: 1.7;
  }

  .footer-line {
    display: none;
  }

  .copy-right-wrapper {
    padding: 20px 0;
  }
  
  .footer-text-left2 {
    padding: 0;
  }

  .footer-text-right2 {
    padding: 15px 0;
  }

  .footer-text-right2 p {
    text-decoration: underline;
	font-size: 1.2rem;
  }


  /* home */
  
  
  .header-home-text {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .header-home-text p {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 0px;
    letter-spacing: 0.1em;
  }

  .header-home-title {
    width: 80%;
    margin: 10px auto 0;
  }

  .home-navi-list {
    display: block;
    width: 100%;
  }

  .home-navi-list li {
    width: 100%;
    position: relative;
  }
  
  .home-navi-list li a {
    display: block;
  }
  
  .home-navi-list li a:hover .home-navi-title {
    transform: translateY(-51%) translateX(-50%);
  }

  .home-navi-title {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    line-height: 1.3;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    width: 100%;
  }
  
  .home-navi-title-tel {
    top: 38%;
  }

  .home-navi-title-left {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .home-navi-title-right {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .home-navi-title span {
    margin-right: 0px;
  }


  .news-section {
    margin-top: 70px;
  }

  .news-contents {
    display: block;
    width: 100%;
    margin: 30px auto;
  }

  .coupon-image {
    width: 200px;
    margin: 0 auto;
  }

  .news-left p {
    margin-top: 30px;
  }

  .cal-wrapper {
    margin-top: 50px;
    width: 100%;
    height: auto;
  }

  .seller-section {
    padding: 20px 0;
    margin-bottom: 30px;
  }

  .seller-contents {
    padding: 25px 0 15px;
    background-color: #fff;
    display: block;
  }

  .seller-list {
    width: 95%;
    margin: 0 auto;
    border-left: none;
  }

  .seller-list li {
    display: block;
    padding: 12px 0;
  }

  .seller-list-left {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .seller-list-right {
    text-align: center;
  }


  /* sake-introduce-section */

  .sake-introduce-section {
    margin: 60px auto 80px;
    padding-left: 0;
    display: block;
    text-align: center;
  }

  .sake-introduce-image {
    width: 110px;
    margin: 0 auto;
  }

  .sake-introduce-contents {
    width: 100%;
    margin: 30px auto 0;
  }

  .sake-introduce-title h2 span {
    font-size: 1.5rem;
    margin-left: 15px;
  }

  .sake-introduce-title p {
    margin-top: 5px;
  }

  .sake-introduce-text {
    margin: 25px auto 40px;
  }

  .sake-introduce-list {
    width: 90%;
    margin: 0 auto;
    line-height: 1;
  }

  .sake-introduce-list li {
    padding: 15px;
    border-bottom: 1px solid #040000;
    display: block;
  }

  .sake-introduce-list-left {
    width: 100%;
    margin-bottom: 10px;
  }
  

  /* hakuchou */

  .header-kv-hakuchou {
    padding-top: 0px;
  }

  .shikomi-section {
    background-color: #382E2A;
    margin-top: 25px;
  }

  .shikomi-wrapper {
    width: 100%;
    display: block;
    padding: 30px 0;
  }

  .shikomi-photo {
    width: 50%;
    margin: 0 auto;
  }

  .shikomi-title {
    white-space: pre-wrap;
    margin-bottom: 20px;
    text-align: center
  }

  .shikomi-text {
    text-align: left;
    width: 100%;
    max-width: 95%;
    margin: 20px auto 0;
  }

  .paper-section {
    padding: 40px 0;
  }

  .paper-contents {
    display: block;
    width: 100%;
    margin:  0 auto;
  }

  .sake-circle {
    width: 200px;
    margin: 20px auto;
  }

  .paper-left {
    text-align: center;
  }

  .paper-right {
    text-align: center;
  }

  .paper-text {
    line-height: 1.5;
  }

  .compare-section {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .compare-left {
    width: 35%;
    margin-left: 2%;
    margin-top: 40px;
  }

  .compare-right {
    width: 60%;
  }

  .recipe-section {
    padding: 50px 0;
    margin-bottom: 40px;
  }

  .recipe-contents {
    display: block;
  }

  .recipe-top {
    margin-bottom: 25px;
  }

  .recipe-image {
    width: 450px;
    margin:  0 auto 50px;
  }

  .recipe-box {
    width: 455px;
    margin: 0 auto;
  }

  .recipe-heading {
    width: 380px;
    margin: 20px auto 55px;
  }

  .recipe-title {
    width: 100%;
  }

  .recipe-wrapper {
    padding-left: 11px;
  }

  .recipe-brown {
    width: 75px;
    background-color: #534741;
    color: #fff;
    padding: 5px;
    line-height: 1;
  }

  .recipe-recipe {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
  }

  .recipe-how-to {
    margin-top: 30px;
  }

  .recipe-list {
    margin-top: 20px;
    text-align: left;
  }

  .recipe-list li {
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: 30px;
  }

  .recipe-list li:last-child {
    margin-bottom: 0;
  }

  .recipe-list li span {
    margin-right: 5px;
  }

  .recipe-sato {
    width: 150px;
    margin-left: 30px;
  }

  .recipe-hourensou {
    width: 200px;
  }

  .recipe-salud {
    width: 150px;
    margin-left: 30px;
  }


  /* introduce page */

  .limited-heading {
    margin: 5px auto 20px;
    display: block;
    width: 130px;
  }

  .introduce-list {
    display: block;
    margin-top: 20px;
  }

  .introduce-list li {
    width: 450px;
    margin: 40px auto 0;
    display: flex;
  }


  /* profile */

  .profile-top-text {
    margin: 30px auto 60px;
    line-height: 1.5;
    width: 95%;
  }

  .facility-contents {
    text-align: center;
    line-height: 1.7;
    display: block;
  }

  .facility-image {
    width: 70%;
    margin: 0 auto;
  }

  .facility-text {
   margin: 0 auto 30px;
  }


  .kura-section {
    margin: 80px auto 100px;
  }

  .kura-contents {
    text-align: center;
    line-height: 1.7;
    display: block;
  }

  .kura-image {
    width: 70%;
    margin: 0 auto;
  }

  .kura-text {
    margin: 0 auto 30px;
  }

  .map-section {
    margin: 0 auto 80px;
  }

  .map-contents {
    text-align: center;
    display: block;
  }

  .map-image {
    width: 70%;
    margin: 0 auto;
  }

  .map-text {
    margin-bottom: 30px;
  }

  .google-map-wrapper iframe {
    width: 100%;
    height: 300px;
  }

  .personal_info-section {
    margin: 30px auto 30px;
  }


  /* tour page */

  .vrtour-section {
    margin: 30px auto 80px;
  }

  .vrtour-text-top {
    line-height: 1.5;
  }

  .vrtour-detail-wrapper {
    display: block;
    margin: 30px auto 60px;
  }

  .vrtour-image {
    width: 70%;
    margin: 0 auto 30px;
  }

  .vrtour-detail-text {
    text-align: left;
    line-height: 1.7;
    margin: 0 auto;
    display: inline-block;
  }

  .vrtour-text-row {
    display: flex;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }

  .vrtour-text-left {
    width: 60px;
  }

  .vrtour-text-three {
    white-space: nowrap;
    letter-spacing: 0.5em;
  }

  .vrtour-arrow {
    color: #fff;
    margin-left: 7px;
    margin-right: 15px;
  }

  .vrtour-detail-text-under {
    margin-top: 15px;
  }

  .vr-link-box {
    height: 70px;
    padding: 20px 0;
  }

  .vr-link-box-under {
    padding: 13px 0 0;
  }

  .vr-tel {
    font-size: 1.8rem;
    line-height: 1;
  }

  .tasting-contents {
    display: block;
  }

  .tasting-text {
    text-align: center;
    line-height: 2;
    margin: 0 auto;
  }

  .tasting-text-image {
    margin: 0 auto;
    width: 70%;
  }

  .tasting-image {
    width: 70%;
    margin: 30px auto 0;
  }

  .process-section {
    margin: 100px auto 30px;
  }
  
  .process-contents {
    padding: 50px 0;
  }

  .process-list {
    display: block;
  }

  .process-list li {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto 100px;
  }
  

  .process-list li:nth-child(3n) {
     margin: 0 auto 100px;
  }

  .process-list-normal {
    min-height: 0;
     margin: 0 auto 100px;
  }

  .process-list-images {
    width: 50%;
    margin: 0 auto;
  }

  .process-list-title {
    margin: 10px auto 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }

  .process-list-title span {
    margin-right: 25px;
  }

  .process-list-arrow {
    display: none;
  }

  .images-invisible {
    opacity: 0;
    display: none;
  }

  .process-list-sake {
    width: 120px;
    margin: 0 auto;
    position: static;
    bottom: auto;
    left: auto;
  }

  /* product page */

  .product-title {
    font-size: 1.5rem;
  }
  
  .gentei {
    font-size: 1.3rem;
  }

/* responsive finish */
}



@media screen and (max-width:500px) {
  
  
/* home page */

  .header-home-text p {
    font-size: 1.4rem;
  }

  .header-home-title {
    width: 90%;
  }
  
  .home-navi-title-tel {
    top: 25%;
  }

  /* sake-introduce-section */


  .sake-introduce-list {
    width:  100%;
  }

  /* recommend section */

  .recommend-section {
    margin-bottom: 40px;
  }

  .recommend-title {
    margin-bottom: 40px;
  }

  .recommend-box {
    width: 100%;
    margin: 0 auto 30px;
    padding: 25px 0 15px;
  }
  
  
  /* hakuchou */
  .shikomi-photo {
    width: 80%;
  }

  .shikomi-text {
    max-width: 90%;
  }

  .compare-section {
    padding-bottom: 40px;
    display: block;
  }

  .compare-left {
    width: 85%;
    margin: 40px auto;
  }

  .compare-right {
    width: 90%;
    margin: 0 auto;
  }


  .recipe-top {
    margin-bottom: 25px;
  }

  .recipe-image {
    width: 300px;
    margin:  0 auto 50px;
  }

  .recipe-heading {
    width: 300px;
    margin: 40px auto;
  }
  
  .recipe-box {
    width: 100%;
    margin: 0 auto;
  }

  .recipe-title {
    width: 100%;
  }

  .recipe-wrapper {
    padding-left: 10px;
  }

  .recipe-brown {
    width: 75px;
  }

  .recipe-how-to {
    margin-top: 30px;
  }

  .recipe-list {
    margin-top: 20px;
    text-align: left;
  }

  .recipe-sato {
    width: 130px;
  }

  .recipe-hourensou {
    width: 170px;
  }

  .recipe-salud {
    width: 130px;
  }
  
  /* introduce page */

  .limited-section {
    margin-top: 40px;
  }

  .introduce-list {
    display: block;
    margin-top: 20px;
  }

  .introduce-list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 35px 0;
    margin: 0 auto;
  }

  .introduce-image {
    width: 25%;
    margin-right: 5%;
  }

  .introduce-image-amazake {
    margin-top: 0;
    width: 25%;
  }

  .introduce-text {
    padding-top: 0px;
    width: 70%;
  }

  .introduce-text-space {
    padding-top: 0px;
  }

  .introduce-title {
    margin: 15px auto 25px;
    white-space: pre-wrap;
  }

  .introduce-alcohol {
    margin: 10px auto 25px;
    white-space: pre-wrap;
  }

  .introduce-explanation {
    line-height: 1.4;
    min-height: 100px;
  }

  .sake-detail {
    width: 100%;
  }

  .general-section {
    margin-top: 100px;
  }

  .general-heading {
    display: block;
    margin: 5px auto 20px;
    width: 145px;
  }

  .introduce-list .border-none {
    border-bottom: none;
  }
  
  
  /* tour page */

  
  .vrtour-arrow {
    color: #fff;
    margin-left: 7px;
    margin-right: 10px;
  }
  
  .vr-link-box-under {
    padding: 18px 0 0;
  }

  .tasting-text-image {
    margin: 30px auto 0;
    width: 70%;
  }

  .process-contents {
    padding: 50px 0;
  }

  .process-list li {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto 60px;
  }
  

  .process-list li:nth-child(3n) {
     margin: 0 auto 60px;
  }

  .process-list-normal {
    min-height: 0;
     margin: 0 auto 60px;
  }

  .process-list-images {
    width: 70%;
    margin: 0 auto;
  }

  .process-list-title {
    margin: 20px auto;
  }

  .process-list-title span {
    margin-right: 10px;
  }

  /* top page */

  .info-box-wr {
    display: block;
  } 

  
/* responsive finish */  
}
