@charset "UTF-8";
/*変数設定用*/
#sake-brewery {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery p {
    font-size: 15px;
  }
}
#sake-brewery .inner {
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .inner {
    max-width: 920px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .inner {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
#sake-brewery .inner-mapA {
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .inner-mapA {
    max-width: 920px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .inner-mapA {
    max-width: 680px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .inner-mapA {
    max-width: 100%;
  }
}
#sake-brewery .inner-1172 {
  margin: 0 auto;
  max-width: 1172px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .inner-1172 {
    max-width: 920px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .inner-1172 {
    max-width: 680px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .inner-1172 {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
#sake-brewery .inner-1000 {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .inner-1000 {
    max-width: 920px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .inner-1000 {
    max-width: 680px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .inner-1000 {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
#sake-brewery .mv {
  position: relative;
  padding: 80px 100px 60px;
  background-color: #133F57;
}
@media screen and (max-width: 767px) {
  #sake-brewery .mv {
    padding: 25px 25px 30px;
  }
}
#sake-brewery .mv::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: inline-block;
  width: 100%;
  height: 445px;
  background-image: url(/sightseeing/assets/img/special/sake-brewery/img_kousi2.jpg);
  background-position: top left;
  background-repeat: repeat;
  background-size: 80px 56px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .mv .inner {
    padding: 0;
  }
}
#sake-brewery .mv .mv-imgbox {
  position: relative;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .mv .mv-imgbox {
    margin: 0 auto 26px;
  }
}
#sake-brewery .mv h2 {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  color: #EEEDE9;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sake-brewery .mv h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
#sake-brewery .mv h2 span {
  margin-bottom: 15px;
  display: block;
  color: #BAA571;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #sake-brewery .mv h2 span {
    font-size: 18px;
  }
}
#sake-brewery .mv h2 span::before {
  position: relative;
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 24px;
  height: 18px;
  background: url(/sightseeing/assets/img/special/sake-brewery/icon_ochoco.png) no-repeat top left;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #sake-brewery .mv h2 span::before {
    width: 16px;
    height: 12px;
  }
}
#sake-brewery .main-contents {
  background-color: #133F57;
}
#sake-brewery .main-contents h3.midashi {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0.5em;
  font-family: "Zen Old Mincho", serif;
  color: #BAA571;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #sake-brewery .main-contents h3.midashi {
    margin-left: 10%;
    font-size: 20px;
  }
}
#sake-brewery .main-contents h3.midashi span {
  position: absolute;
  top: -8px;
  left: -28px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 80px;
  background: url(/sightseeing/assets/img/special/sake-brewery/img_straip.png) no-repeat center center;
  background-size: 100% auto;
  vertical-align: bottom;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sake-brewery .main-contents h3.midashi span {
    left: -5%;
    width: 3px;
    height: 60px;
  }
}
#sake-brewery .top-feature {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature {
    padding-top: 64px;
  }
}
#sake-brewery .top-feature-intro {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 140px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-intro {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-intro {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
#sake-brewery .top-feature-intro .left-flex {
  position: relative;
  display: flex;
  margin-top: 80px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .top-feature-intro .left-flex {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-intro .left-flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}
#sake-brewery .top-feature-intro .left-flex::before {
  position: absolute;
  display: block;
  top: -145px;
  left: -175px;
  content: "";
  width: 600px;
  height: 600px;
  background: url(/sightseeing/assets/img/special/sake-brewery/img_hamon.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-intro .left-flex::before {
    top: -110px;
    left: -39%;
    width: 390px;
    height: 390px;
  }
}
#sake-brewery .top-feature-intro .imgbox,
#sake-brewery .top-feature-intro .txtbox {
  position: relative;
}
#sake-brewery .top-feature-intro .imgbox.n01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 260px;
  height: 352px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .top-feature-intro .imgbox.n01 {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-intro .imgbox.n01 {
    width: 94%;
    height: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
  }
}
#sake-brewery .top-feature-intro .imgbox.n01 figure {
  width: 218px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-intro .imgbox.n01 figure {
    max-width: 152px;
    width: 100%;
  }
}
#sake-brewery .top-feature-intro .imgbox.n01 figure:nth-of-type(1) {
  margin: 0 auto auto 0;
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-intro .imgbox.n01 figure:nth-of-type(1) {
    margin: 0;
  }
}
#sake-brewery .top-feature-intro .imgbox.n01 figure:nth-of-type(2) {
  margin: auto 0 0 auto;
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-intro .imgbox.n01 figure:nth-of-type(2) {
    margin: 48px 0 0;
  }
}
#sake-brewery .top-feature-intro .imgbox.n02 {
  width: 336px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .top-feature-intro .imgbox.n02 {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-intro .imgbox.n02 {
    max-width: 235px;
    width: 100%;
    margin: 0 0 0 auto;
  }
}
#sake-brewery .top-feature-intro .txtbox {
  padding-left: 48px;
  width: 470px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-intro .txtbox {
    margin-bottom: 40px;
    padding-left: 0;
    width: 100%;
  }
}
#sake-brewery .top-feature-intro .txtbox h2, #sake-brewery .top-feature-intro .txtbox p {
  position: relative;
}
#sake-brewery .top-feature-intro .txtbox p {
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-intro .txtbox p {
    width: 100%;
    font-size: 15px;
    text-align: left;
  }
}
#sake-brewery .top-feature-map {
  position: relative;
}
#sake-brewery .top-feature-map-inner {
  padding: 99px 0 133px;
  border: solid 1px #BAA571;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .top-feature-map-inner {
    padding: 100px 0 100px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .top-feature-map-inner {
    padding: 180px 0 240px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-map-inner {
    padding: 16vw 0 48vw;
  }
}
#sake-brewery .top-feature-map .map-img {
  margin: 0 auto;
  width: 556px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .top-feature-map .map-img {
    width: 538px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .top-feature-map .map-img {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-map .map-img {
    width: 73%;
  }
}
#sake-brewery .top-feature-map .linkbox a {
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-map .linkbox a {
    width: 32%;
    height: auto;
  }
}
#sake-brewery .top-feature-map .linkbox a .mask-image {
  margin-bottom: 8px;
  width: 200px;
  height: 200px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .top-feature-map .linkbox a .mask-image {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .top-feature-map .linkbox a .mask-image {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-map .linkbox a .mask-image {
    margin-bottom: -1px;
    width: 100%;
    height: 100%;
  }
}
#sake-brewery .top-feature-map .linkbox a img {
  width: 100%;
  height: auto;
}
#sake-brewery .top-feature-map .linkbox a .btntxt {
  display: flex;
  align-items: center;
  width: 200px;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .top-feature-map .linkbox a .btntxt {
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-map .linkbox a .btntxt {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-map .linkbox a .btntxt span {
    font-size: 14px;
  }
}
#sake-brewery .top-feature-map .linkbox a .btntxt span.txt {
  width: auto;
  padding: 0.3em 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  color: #BAA571;
  text-align: left;
  word-break: keep-all;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-map .linkbox a .btntxt span.txt {
    padding: 0.6em 0 0.3em;
    text-shadow: 0px 0px 3px rgb(19, 63, 87);
    background-image: url(/sightseeing/assets/img/special/sake-brewery/bgbgbg.png);
    background-repeat: repeat-y;
    background-size: 50px auto;
    font-size: 16px;
    word-break: break-all;
  }
}
#sake-brewery .top-feature-map .linkbox a .btntxt span.arrow {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 8px;
  width: 28px;
  height: 28px;
  min-height: 28px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-map .linkbox a .btntxt span.arrow {
    margin-top: 0.6em;
    width: 18px;
    height: 18px;
    min-height: 18px;
  }
}
#sake-brewery .top-feature-map .linkbox a .btntxt span.arrow img {
  width: 28px !important;
  height: 28px !important;
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-map .linkbox a .btntxt span.arrow img {
    width: 18px !important;
    height: 18px !important;
  }
}
#sake-brewery .top-feature-map .linkbox a.link-miyasita {
  top: 430px;
  right: 143px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .top-feature-map .linkbox a.link-miyasita {
    top: 410px;
    right: 30px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .top-feature-map .linkbox a.link-miyasita {
    top: 500px;
    right: 19px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-map .linkbox a.link-miyasita {
    top: 71%;
    right: 10%;
  }
}
#sake-brewery .top-feature-map .linkbox a.link-itano_zyou {
  top: 120px;
  right: 180px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .top-feature-map .linkbox a.link-itano_zyou {
    top: 138px;
    right: 70px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .top-feature-map .linkbox a.link-itano_zyou {
    top: 190px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-map .linkbox a.link-itano_zyou {
    top: 9%;
    right: 9%;
  }
}
#sake-brewery .top-feature-map .linkbox a.link-manzai {
  top: 485px;
  left: 220px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .top-feature-map .linkbox a.link-manzai {
    top: 475px;
    left: 110px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .top-feature-map .linkbox a.link-manzai {
    top: 525px;
    left: 59px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-map .linkbox a.link-manzai {
    top: 71%;
    left: 6%;
  }
}
#sake-brewery .top-feature-map .linkbox a.link-itano_honten {
  top: 160px;
  left: 130px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .top-feature-map .linkbox a.link-itano_honten {
    top: 183px;
    left: 80px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .top-feature-map .linkbox a.link-itano_honten {
    top: 250px;
    left: 38px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .top-feature-map .linkbox a.link-itano_honten {
    top: 9%;
    left: 9%;
  }
}
#sake-brewery .top-feature-map .linkbox a:hover .btntxt span {
  text-decoration: underline;
}
#sake-brewery .section-feature {
  overflow: hidden;
  padding: 144px 0;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature {
    padding: 80px 0;
  }
}
#sake-brewery .section-feature.sec01 {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature.sec01 {
    padding-top: 120px;
  }
}
#sake-brewery .section-feature.sec01 .section-feature-flex .imgbox {
  background-image: url(/sightseeing/assets/img/special/sake-brewery/sec01_img_01.jpg);
  background-position: top right;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature.sec01 .section-feature-flex .imgbox {
    background-position: center center;
  }
}
#sake-brewery .section-feature.sec01 .section-feature-flex .txtbox h4 {
  width: 266px;
}
#sake-brewery .section-feature.sec01 .section-feature-about.bottombox {
  position: relative;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature.sec01 .section-feature-about.bottombox {
    padding: 0;
  }
}
#sake-brewery .section-feature.sec01 .section-feature-about.bottombox::before {
  position: absolute;
  display: block;
  content: "";
  top: 56px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #BAA571;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature.sec01 .section-feature-about.bottombox::before {
    display: none;
  }
}
#sake-brewery .section-feature.sec01 .section-feature-about.bottombox .imgbox {
  width: 470px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature.sec01 .section-feature-about.bottombox .imgbox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature.sec01 .section-feature-about.bottombox .imgbox figure {
    margin-left: 0px;
    width: 100%;
  }
}
#sake-brewery .section-feature.sec01 .section-feature-about.bottombox .txtbox {
  margin-top: 112px;
  width: 500px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .section-feature.sec01 .section-feature-about.bottombox .txtbox {
    margin-right: 5%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature.sec01 .section-feature-about.bottombox .txtbox {
    margin-top: 32px;
    width: 100%;
  }
}
#sake-brewery .section-feature.sec02 {
  background-color: #21516B;
}
#sake-brewery .section-feature.sec02 .section-feature-flex .imgbox {
  background-image: url(/sightseeing/assets/img/special/sake-brewery/sec02_img_01.jpg);
  background-position: top right;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature.sec02 .section-feature-flex .imgbox {
    background-position: center center;
  }
}
#sake-brewery .section-feature.sec03 .section-feature-flex .imgbox {
  background-image: url(/sightseeing/assets/img/special/sake-brewery/sec03_img_01.jpg);
  background-position: top right;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature.sec03 .section-feature-flex .imgbox {
    background-position: center center;
  }
}
#sake-brewery .section-feature.sec04 {
  background-color: #21516B;
}
#sake-brewery .section-feature.sec04 .section-feature-flex .imgbox {
  background-image: url(/sightseeing/assets/img/special/sake-brewery/sec04_img_01.jpg);
  background-position: top left;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature.sec04 .section-feature-flex .imgbox {
    background-position: center center;
  }
}
#sake-brewery .section-feature-flex {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto 136px;
  max-width: 1400px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .section-feature-flex {
    margin: 0 auto 50px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-flex {
    margin: 0 auto 60px;
    flex-wrap: wrap;
  }
}
#sake-brewery .section-feature-flex.reverse {
  flex-direction: row-reverse;
}
#sake-brewery .section-feature-flex .imgbox,
#sake-brewery .section-feature-flex .txtbox {
  position: relative;
}
#sake-brewery .section-feature-flex .imgbox {
  width: calc(50% + 100px);
  height: 504px;
  aspect-ratio: 720/504;
  background-size: 720px 504px;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .section-feature-flex .imgbox {
    width: 50%;
    background-size: 636px 615px;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-flex .imgbox {
    margin-right: 5%;
    width: 100%;
    height: auto;
    padding-top: 69.86%;
    aspect-ratio: auto;
    background-size: cover;
  }
}
#sake-brewery .section-feature-flex .txtbox {
  position: relative;
  padding: 50px 0 0 100px;
  width: calc(50% + 100px);
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .section-feature-flex .txtbox {
    padding: 50px 20px 0 100px;
    width: 45%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .section-feature-flex .txtbox {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-flex .txtbox {
    padding: 40px 25px 0;
    width: 100%;
  }
}
#sake-brewery .section-feature-flex .txtbox.green::before {
  position: absolute;
  display: block;
  top: 130px;
  left: 112px;
  content: "";
  width: 600px;
  height: 600px;
  background: url(/sightseeing/assets/img/special/sake-brewery/img_hamon_ochoco.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-flex .txtbox.green::before {
    top: 100px;
    left: auto;
    right: 0;
    width: 310px;
    height: 390px;
    background: url(/sightseeing/assets/img/special/sake-brewery/img_hamon_ochoco_sp.png) no-repeat center center;
    background-size: 100% auto;
  }
}
#sake-brewery .section-feature-flex .txtbox.yellow::before {
  position: absolute;
  display: block;
  top: -150px;
  left: auto;
  right: -200px;
  content: "";
  width: 1038px;
  height: 780px;
  background-image: url(/sightseeing/assets/img/special/sake-brewery/bgtxt_yellow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-flex .txtbox.yellow::before {
    top: -57%;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    width: 1249px;
    height: 938px;
    background-position: center right 100px;
  }
}
#sake-brewery .section-feature-flex .txtbox h3, #sake-brewery .section-feature-flex .txtbox h4, #sake-brewery .section-feature-flex .txtbox p {
  position: relative;
}
#sake-brewery .section-feature-flex .txtbox h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-flex .txtbox h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
#sake-brewery .section-feature-flex .txtbox h3::before {
  position: absolute;
  display: block;
  content: "";
}
#sake-brewery .section-feature-flex .txtbox h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  margin-bottom: 23px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-flex .txtbox h4 {
    font-size: 22px;
    margin-bottom: 13px;
  }
}
#sake-brewery .section-feature-flex .txtbox h4::after {
  position: relative;
  display: block;
  content: "";
  margin-top: 8px;
  width: 66px;
  height: 5px;
  background: url(/sightseeing/assets/img/special/sake-brewery/img_unbar.png) no-repeat top left;
  background-size: 100% auto;
}
#sake-brewery .section-feature-flex .txtbox p {
  max-width: 440px;
}
#sake-brewery .section-feature-flex .txtbox p + p {
  margin-top: 1em;
}
#sake-brewery .section-feature-flex .txtbox .ss-txt {
  margin-bottom: 8px;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  color: #BAA571;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-flex .txtbox .ss-txt {
    font-size: 18px;
  }
}
#sake-brewery .section-feature-flex .txtbox .ss-txt::before {
  position: relative;
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 24px;
  height: 18px;
  background: url(/sightseeing/assets/img/special/sake-brewery/icon_ochoco.png) no-repeat top left;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-flex .txtbox .ss-txt::before {
    width: 16px;
    height: 12px;
  }
}
#sake-brewery .section-feature-about {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 136px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about {
    margin-bottom: 64px;
  }
}
#sake-brewery .section-feature-about.reverse {
  flex-direction: row-reverse;
}
#sake-brewery .section-feature-about.reverse .txtbox {
  top: 40px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about.reverse .txtbox {
    top: 0;
  }
}
#sake-brewery .section-feature-about.reverse .txtbox .pbox::before {
  top: 0;
  right: -162px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about.reverse .txtbox .pbox::before {
    top: -40px;
    right: 0;
  }
}
#sake-brewery .section-feature-about.forward .txtbox {
  top: 40px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about.forward .txtbox {
    top: 0;
  }
}
#sake-brewery .section-feature-about.forward .txtbox .pbox::before {
  top: 0;
  left: -162px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about.forward .txtbox .pbox::before {
    top: -40px;
    left: 0;
  }
}
#sake-brewery .section-feature-about.forward .txtbox h3 {
  margin-left: 56px;
}
#sake-brewery .section-feature-about.forward .txtbox h3.long {
  margin-left: 32px;
}
#sake-brewery .section-feature-about .imgbox, #sake-brewery .section-feature-about .txtbox {
  position: relative;
}
#sake-brewery .section-feature-about .imgbox h3, #sake-brewery .section-feature-about .txtbox h3 {
  margin-bottom: 40px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about .imgbox h3, #sake-brewery .section-feature-about .txtbox h3 {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
#sake-brewery .section-feature-about .imgbox h3.circle, #sake-brewery .section-feature-about .txtbox h3.circle {
  padding-left: 1em;
  padding-right: 0.5em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about .imgbox h3.circle, #sake-brewery .section-feature-about .txtbox h3.circle {
    padding-right: 0;
  }
}
#sake-brewery .section-feature-about .imgbox h3.circle::before, #sake-brewery .section-feature-about .txtbox h3.circle::before {
  position: relative;
  display: inline-block;
  content: "";
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: url(/sightseeing/assets/img/special/sake-brewery/img_circle.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about .imgbox h3.circle::before, #sake-brewery .section-feature-about .txtbox h3.circle::before {
    width: 20px;
    height: 20px;
  }
}
#sake-brewery .section-feature-about .imgbox {
  width: 600px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about .imgbox {
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about .imgbox figure {
    margin-left: 45px;
  }
}
#sake-brewery .section-feature-about .txtbox {
  margin-top: 42px;
  width: 600px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .section-feature-about .txtbox {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about .txtbox {
    margin-top: 0px;
    width: 100%;
  }
}
#sake-brewery .section-feature-about .txtbox .pbox {
  position: relative;
  background: #1C4962;
  padding: 56px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about .txtbox .pbox {
    margin-right: 25px;
    padding: 22px;
  }
}
#sake-brewery .section-feature-about .txtbox .pbox::before {
  position: absolute;
  display: block;
  content: "";
  width: 162px;
  height: 100%;
  background-color: #1C4962;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-about .txtbox .pbox::before {
    width: 100%;
    height: 45px;
  }
}
#sake-brewery .section-feature-about .txtbox h3, #sake-brewery .section-feature-about .txtbox h4, #sake-brewery .section-feature-about .txtbox p {
  position: relative;
}
#sake-brewery .section-feature-about .txtbox p + p {
  margin-top: 1em;
}
#sake-brewery .section-feature-person {
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-person {
    margin-bottom: 50px;
  }
}
#sake-brewery .section-feature-person .personbox {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 48px 64px;
  background-color: #1C4962;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-person .personbox {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .section-feature-person .personbox {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-person .personbox {
    justify-content: center;
    padding: 32px 10%;
  }
}
#sake-brewery .section-feature-person .personbox dt {
  width: 240px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-person .personbox dt {
    position: relative;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
#sake-brewery .section-feature-person .personbox dd {
  margin-top: 10px;
  max-width: 772px;
  width: calc(100% - 240px);
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .section-feature-person .personbox dd {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-person .personbox dd {
    width: 100%;
    max-width: 100%;
  }
}
#sake-brewery .section-feature-person .personbox dd h5 {
  margin-bottom: 40px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  border-bottom: solid 1px #BAA571;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-person .personbox dd h5 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#sake-brewery .section-feature-person .personbox dd h5 span {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-person .personbox dd h5 span {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
#sake-brewery .section-feature-person .personbox dd p {
  font-size: 16px;
  line-height: 1.7;
}
#sake-brewery .section-feature-detail {
  position: relative;
  padding: 64px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail {
    padding: 46px 7% 32px;
  }
}
#sake-brewery .section-feature-detail.border {
  border: solid 1px #BAA571;
}
#sake-brewery .section-feature-detail .detailflex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .detailflex {
    flex-wrap: wrap;
  }
}
#sake-brewery .section-feature-detail .detailflex + .detailflex {
  margin-top: 56px;
}
#sake-brewery .section-feature-detail .imgbox {
  width: 36%;
  max-width: 330px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .imgbox {
    width: 100%;
    max-width: 100%;
  }
}
#sake-brewery .section-feature-detail .txtbox {
  width: 70%;
  max-width: 680px;
}
#sake-brewery .section-feature-detail .txtbox.w700 {
  max-width: 700px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .section-feature-detail .txtbox {
    width: 63%;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .txtbox {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
}
#sake-brewery .section-feature-detail .txtbox h3, #sake-brewery .section-feature-detail .txtbox p {
  position: relative;
}
#sake-brewery .section-feature-detail .txtbox h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  color: #BAA571;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .txtbox h3 {
    font-size: 20px;
    text-align: left;
  }
}
#sake-brewery .section-feature-detail .txtbox h3::before {
  position: relative;
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 24px;
  height: 18px;
  background: url(/sightseeing/assets/img/special/sake-brewery/icon_ochoco.png) no-repeat top left;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .txtbox h3::before {
    width: 16px;
    height: 12px;
  }
}
#sake-brewery .section-feature-detail .txtbox p + p {
  margin-top: 1em;
}
#sake-brewery .section-feature-detail .txtbox .detaillist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .txtbox .detaillist {
    justify-content: center;
  }
}
#sake-brewery .section-feature-detail .txtbox .detaillist .box {
  width: 50%;
}
#sake-brewery .section-feature-detail .txtbox .detaillist .box:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #sake-brewery .section-feature-detail .txtbox .detaillist .box-l {
    width: 52%;
  }
}
@media screen and (min-width: 768px) {
  #sake-brewery .section-feature-detail .txtbox .detaillist .box-s {
    width: 48%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  #sake-brewery .section-feature-detail .txtbox .detaillist .box {
    width: 100%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 994px) {
  #sake-brewery .section-feature-detail .txtbox .detaillist .box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .txtbox .detaillist .box {
    width: 100%;
  }
}
#sake-brewery .section-feature-detail .txtbox .detaillist dl {
  display: flex;
  flex-wrap: wrap;
}
#sake-brewery .section-feature-detail .txtbox .detaillist dl:not(:last-of-type) {
  margin-bottom: 20px;
}
#sake-brewery .section-feature-detail .txtbox .detaillist dt, #sake-brewery .section-feature-detail .txtbox .detaillist dd {
  font-size: 16px;
}
#sake-brewery .section-feature-detail .txtbox .detaillist dt span {
  margin-right: 0.5em;
  padding: 0.3em 0;
  min-width: 120px;
  background-color: #BAA571;
  color: #133F57;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .txtbox .detaillist dt span {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .txtbox .detaillist dt {
    margin-bottom: 7px;
    width: 100%;
  }
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd {
  width: 176px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .txtbox .detaillist dd {
    width: 100%;
  }
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd span.caution-s {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .txtbox .detaillist dd span.caution-s {
    font-size: 12px;
  }
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd.phone > a {
  font-size: 26px;
  color: #0CA14A;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  line-height: 1;
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd.instalink {
  width: 54%;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .txtbox .detaillist dd.instalink {
    width: 80%;
    margin: 0 auto;
  }
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd.iconbox {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .txtbox .detaillist dd.iconbox {
    justify-content: center;
  }
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd.iconbox a {
  display: block;
  width: 22px;
  height: 22px;
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd.iconbox a:not(:last-of-type) {
  margin-right: 0.3em;
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd.shoping {
  padding: 0 1em 0.3em 0;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  #sake-brewery .section-feature-detail .txtbox .detaillist dd.shoping {
    width: auto;
    margin: 0 auto;
  }
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd.shoping span {
  display: inline-block;
  vertical-align: middle;
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd.shoping span.carticon {
  margin-right: 0.2em;
  width: 17px;
  height: 15px;
  background: url(/sightseeing/assets/img/special/sake-brewery/detail_icon_cart.png) no-repeat top left;
  background-size: 100% auto;
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd.shoping span.txt {
  position: relative;
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd.shoping span.txt::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -10px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd a {
  color: #fff;
}
#sake-brewery .section-feature-detail .txtbox .detaillist dd a.under {
  text-decoration: underline;
}
#sake-brewery .bottom-contents .bottom-feature {
  position: relative;
  padding: 80px 0 270px;
  background: #1C4962;
}
@media screen and (max-width: 767px) {
  #sake-brewery .bottom-contents .bottom-feature {
    padding: 76px 0 170px;
  }
}
#sake-brewery .bottom-contents .bottom-feature-access {
  position: relative;
}
#sake-brewery .bottom-contents .bottom-feature-access .accessmap {
  height: 45vh;
  overflow: hidden;
}
#sake-brewery .bottom-contents .bottom-feature-access .accessmap iframe {
  width: 100%;
  height: calc(100% + 65px);
  margin-top: -65px;
}
#sake-brewery .bottom-contents .bottom-feature-access h3 {
  margin-bottom: 18px;
  display: flex;
  font-family: "Zen Old Mincho", serif;
  color: #BAA571;
  font-size: 32px;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sake-brewery .bottom-contents .bottom-feature-access h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
#sake-brewery .bottom-contents .bottom-feature-access h3 span {
  display: inline-block;
  content: "";
  margin-right: 0.2em;
  width: 28px;
  height: 39px;
  background: url(/sightseeing/assets/img/special/sake-brewery/map_pin.png) no-repeat center center;
  background-size: 100% auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #sake-brewery .bottom-contents .bottom-feature-access h3 span {
    width: 18px;
    height: 26px;
  }
}
#sake-brewery .bottom-contents .bottom-feature-access-border {
  padding: 25px;
  border: solid 1px #BAA571;
}
@media screen and (max-width: 767px) {
  #sake-brewery .bottom-contents .bottom-feature-access-border {
    padding: 15px;
  }
}

#access-map {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #access-map {
    height: auto;
    min-height: 660px;
  }
}
#access-map .momo-ttl {
  color: #000 !important;
  font-weight: bold;
}

#contents #contentsInner {
  padding-bottom: 0 !important;
}

.foot_top {
  z-index: 1 !important;
  position: relative !important;
  background-color: rgba(232, 249, 252, 0) !important;
}
@media screen and (max-width: 767px) {
  .foot_top {
    padding-top: 0px;
    margin: -100px 0 -5px;
  }
}/*# sourceMappingURL=style.css.map */