@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img, .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */ a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: .8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  #colorbox, #cboxOverlay, #cboxWrapper {
    position: fixed !important;
    top: 0px !important;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  #cboxWrapper {
    position: absolute !important;
    top: 100px !important;
  }
}
.f_hari {
  font-family: "Hannari";
}
.f_noto_san {
  font-family: 'Noto Sans JP', sans-serif;
}
.f_noto_se {
  font-family: 'Noto Serif JP', serif;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.price {
  font-size: 22px;
  line-height: 38px;
  font-weight: 500;
}
.price dd {
  color: #aa5d3c;
}
.sp {
  display: none;
}
section {
  overflow: hidden;
}
#head-key .mail {
  margin-bottom: 14px;
  margin-top: -26px;
}
#head-key .link1 {
  font-size: 14px;
  font-weight: 500;
  width: 250px;
  margin: 0 auto;
}
#head-key .link1 li {
  min-width: 37%;
}
#head-key .link1 li a {
  line-height: 18px;
  font-size: 14px;
  padding: 0;
}
#head-key .link1 li:first-child {
  border-right: 2px solid #1d1d1d;
}
#head-key {
  position: relative;
}
#head-key:after {
  background: url("../img/shared/bg1.jpg") repeat;
  position: absolute;
  bottom: -97px;
  left: 0;
  right: 0;
  height: 420px;
  content: '';
  z-index: -1;
}
#news {
  padding: 145px 0 214px;
  position: relative;
}
#news .btn_more {
  position: relative;
  width: 699px;
  margin: 0 auto;
}
#news .btn_more span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
#news .btn_more:hover {
  background: #474747;
}
#news .btn_more:hover span {
  color: #f0efef;
  z-index: 10;
}
#news h2 {
  margin-bottom: 31px;
  margin-left: -66px;
}
#news .more_blog {
  position: absolute;
  right: 0;
  top: 0;
  width: 136px;
  height: 43px;
}
#news .more_blog:hover {
  opacity: 0.8;
}
#news .more_blog a {
  background: url(../img/shared/btn_more.png) no-repeat center bottom;
  padding-bottom: 0px;
  display: block;
  text-align: center;
  height: 100%;
}
#news .more_blog a:hover {
  text-decoration: none;
}
#news #feed {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 81px;
  color: #333;
}
#news #feed .row {
  width: 48%;
  max-width: 480px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#news #feed .row .photo {
  border: 1px solid #1d1d1d;
}
#news #feed .row dl {
  padding-left: 30px;
}
#news #feed .row .date {
  font-size: 12px;
}
#news #feed .row .title {
  align-self: center;
}
#news #feed .row .title a:hover {
  text-decoration: none;
  border-bottom: 1px solid #1d1d1d;
}
#news #feed .row .title .more {
  border-bottom: 1px solid #1d1d1d;
}
#news #feed .row .photo:hover {
  opacity: 0.8;
}
.box_ct {
  display: none;
}
#cboxContent {
  background: url("../img/shared/popup_bg.jpg") repeat;
}
#cboxContent .title {
  text-align: center;
  margin-bottom: 30px;
}
#pop_covid {
  padding: 60px 40px;
  min-height: 500px;
  box-sizing: border-box;
}
#pop_covid h2 {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  font-size: 28px;
  border-bottom: 1px solid #1d1d1d;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
#pop_covid .txt1 {
  text-align: center;
  margin-bottom: 20px;
}
#pop_covid .txt2 {
  text-align: center;
}
#pop_covid .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
  width: 700px;
  margin: 0 auto 30px;
  justify-content: space-between;
}
#pop_covid .list ul {
  width: 48%;
}
#pop_covid .list ul li {
  position: relative;
  font-weight: bold;
}
#pop_covid .list ul li:before {
  width: 6px;
  height: 6px;
  background: #aa5d3c;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  content: '';
}
#read {
  border-left: 10px solid #ad5f3f;
  position: relative;
}
#read:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 500px;
  bottom: 0;
  right: 0;
  background: #ad5f3f;
  z-index: -1;
}
#read h2 {
  color: #f0efef;
  font-size: 47px;
  line-height: 72px;
  font-weight: 400;
  position: relative;
  padding: 9px 0 7px;
  margin-left: 52px;
  width: 546px;
  /* font-weight: 600; */
  letter-spacing: 1px;
  max-width: 100%;
  -webkit-text-stroke-width: 1px;
}
#read h2:before {
  position: absolute;
  background: #ad5f3f;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1000px;
  content: '';
  z-index: -1;
}
#read h3 {
  position: absolute;
  left: 100px;
  top: 156px;
  font-size: 47px;
  line-height: 90px;
  z-index: 90;
  /* font-weight: bold; */
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
}
#read .group {
  margin-left: 389px;
  position: relative;
  padding-bottom: 105px;
}
#read .group .photo {
  width: 652px;
}
#read .group:before {
  position: absolute;
  top: 0;
  right: -1000px;
  left: 0;
  bottom: 0;
  background: #1d1d1d;
  content: '';
  z-index: -1;
}
#read .group .txt {
  color: #ece7e6;
  padding-left: 152px;
  padding-top: 35px;
  z-index: 4;
  position: relative;
  letter-spacing: 1.5px;
}
#read .note {
  text-align: right;
  margin-top: 12px;
  margin-right: 50px;
}
#read .photo2 {
  position: absolute;
  right: 50%;
  top: 635px;
}
#concept {
  border-left: 10px solid #ad5f3f;
  border-right: 10px solid #ad5f3f;
}
#concept .vegetable {
  position: relative;
  padding-top: 132px;
}
#concept .vegetable h2 {
  margin-left: 143px;
  margin-bottom: 41px;
}
#concept .vegetable .photo {
  margin-left: -81px;
  position: relative;
  width: 650px;
}
#concept .vegetable .photo:before {
  position: absolute;
  right: 100%;
  top: 0;
  left: -1000px;
  background: url("../img/shared/bg2.jpg") repeat;
  bottom: 0;
  content: '';
}
#concept .vegetable .price {
  font-weight: 500;
  position: absolute;
  right: -8px;
  top: 77px;
  font-size: 22px;
  text-align: right;
}
#concept .vegetable .price dd {
  color: #aa5d3c;
}
#concept .vegetable .txt {
  position: absolute;
  left: 615px;
  top: 174px;
}
#concept .frutti .row1 {
  position: relative;
  padding-top: 94px;
}
#concept .frutti .row1:before {
  background: url("../img/shared/bg1.jpg") repeat;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 712px;
  content: '';
  z-index: -1;
}
#concept .frutti .row1 .photo {
  position: absolute;
  left: 345px;
  top: -373px;
  width: 877px;
}
#concept .frutti .row1 h2 {
  margin-bottom: 65px;
}
#concept .frutti .row1 .photo2 {
  position: absolute;
  left: 380px;
  top: 167px;
  width: 700px;
}
#concept .frutti .row1 .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
  width: 332px;
  height: 346px;
  justify-content: space-between;
	margin-left: 50px;
}
#concept .frutti .row1 .box .price {
  font-size: 22px;
  font-weight: 500;
}
#concept .frutti .row1 .box .price dt {
  margin-bottom: 13px;
  height: 215px;
}
#concept .frutti .row1 .box .price dd {
  color: #aa5d3c;
	letter-spacing: 0;
	width:90px;
}
#concept .frutti .row1 .box .txt {
  height: 382px;
}
#concept .frutti .row2 {
  padding-top: 169px;
  margin-top: -138px;
}
#concept .frutti .row2 .box {
  margin-left: -129px;
  position: relative;
  margin-bottom: 240px;
}
#concept .frutti .row2 .box h3 span.ttl1 {
  position: absolute;
  top: 140px;
  left: 365px;
  z-index: 5;
  font-size: 34px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 3px;
}
#concept .frutti .row2 .box h3 span.ttl1 span {
  color: #f0efef;
}
#concept .frutti .row2 .txt {
  position: absolute;
  top: 152px;
  left: 516px;
}
#concept .frutti .row2 .photo2 {
  position: absolute;
  top: 352px;
  left: 380px;
  width: 700px;
}
#concept .frutti .row2 .photo2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: -1000px;
  bottom: 0;
  background: #a95b3c;
  content: '';
  z-index: -1;
}
#concept .frutti .row2 .group {
  margin-left: -80px;
  width:800px;
  justify-content: space-between;
  position: relative;
}
#concept .frutti .row2 .group dl.price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 149px;
  margin-left: 50px;
}
#concept .frutti .row2 .group dl.price dt {
  margin-right: 20px;
  letter-spacing: 0px;
}
#concept .frutti .row2 .group dl.price dd {
  color: #aa5d3c;
}
#concept .frutti .row2 .group .col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#concept .frutti .row2 .txt2 {
  position: absolute;
  top: -120px;
  left: 81px;
}
#concept .frutti .row2 .txt2-2 {
  position: absolute;
  top: 190px;
  left: 510px;
}
#concept .meat {
  position: relative;
  min-height: 775px;
}
#concept .meat h2 {
  text-align: right;
  padding-top: 1px;
  margin-bottom: 46px;
}
#concept .meat .price {
  text-align: right;
  letter-spacing: 0.5px;
  line-height: 25px;
}
#concept .meat .price dt {
  margin-bottom: 10px;
}
#concept .meat .price dd {
  letter-spacing: 2px;
}
#concept .meat .photo {
  position: absolute;
  top: 56px;
  right: 299px;
  width: 851px;
}
#concept .meat .txt {
  width: 230px;
  height: 450px;
  position: absolute;
  top: 245px;
  right: -4px;
}
#wine-sake .bnr {
  background: url("../img/shared/bnr_bg.jpg") repeat;
  padding: 72px 0 143px;
}
#wine-sake .bnr h2 {
  text-align: center;
}
#wine-sake .bnr .g_btn {
  width: 715px;
  margin: 0 auto 32px;
  justify-content: center;
}
#wine-sake .bnr .g_btn p:first-child {
  border-right: 1px solid #fff;
}
#wine-sake .bnr .txt {
  text-align: center;
  color: #f0efef;
}
#wine-sake .wine {
  position: relative;
}
#wine-sake .wine:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background: url("../img/shared/bg1.jpg") repeat;
  content: '';
  z-index: -1;
}
#wine-sake .wine .row1 .group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-height: 695px;
}
#wine-sake .wine .row1 .group .left {
  width: 50%;
  background: url("../img/index/wine_p1.jpg") no-repeat center top;
  background-size: cover;
}
#wine-sake .wine .row1 .group .right {
  width: 50%;
  color: #f0efef;
  background: #1d1d1d;
}
#wine-sake .wine .row1 .group .right .col {
  max-width: 512px;
  padding-top: 68px;
}
#wine-sake .wine .row1 .group .right .col h2 {
  text-align: center;
  color: #f0efef;
  /* font-weight: bold; */
  font-size: 43px;
  line-height: 63px;
  width: 317px;
  margin: 0 auto 32px;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
}
#wine-sake .wine .row1 .group .right .col h2 span {
  width: 89%;
  display: inline-block;
  text-align: left;
  margin-bottom: -10px;
  vertical-align: bottom;
}
#wine-sake .wine .row1 .group .right .col .txt {
  margin-bottom: 54px;
  text-align: center;
}
#wine-sake .wine .row1 .group .right .col h3 {
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
#wine-sake .wine .row1 .group .right .col h3 span {
  position: relative;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
#wine-sake .wine .row1 .group .right .col h3 span:before {
  content: url("../img/index/wine_line1.png");
  display: inline-block;
  vertical-align: middle;
}
#wine-sake .wine .row1 .group .right .col h3 span:after {
  content: url("../img/index/wine_line2.png");
  display: inline-block;
  vertical-align: middle;
}
#wine-sake .wine .row1 .group .right .col .balloon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 579px;
  margin-left: -50px;
  justify-content: space-between;
  margin-bottom: -96px;
}
#wine-sake .wine .row1 .group .right .col .balloon li {
  position: relative;
  width: 32%;
  font-weight: 600;
}
#wine-sake .wine .row1 .group .right .col .balloon li span {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 30px;
  color: #aa5d3c;
  text-align: center;
  z-index: 10;
}
#wine-sake .wine .row2 {
  padding: 155px 0 147px;
}
#wine-sake .wine .row2 h3 {
  color: #aa5d3c;
  font-size: 24px;
  margin-left: -63px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: -4px;
}
#wine-sake .wine .row2 h3:before {
  display: inline-block;
  content: '';
  width: 55px;
  height: 6px;
  background: #aa5d3c;
  vertical-align: middle;
  margin-right: 5px;
}
#wine-sake .wine .row2 .group {
  margin-left: -58px;
}
#wine-sake .wine .row2 .group ul.list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-left: -207px;
}
#wine-sake .wine .row2 .group ul.list li {
  border-right: 1px solid #000;
  padding: 11px 15px;
  font-weight: 600;
  font-family: 'Amiri', serif;
  font-size: 23px;
}
#wine-sake .wine .row2 .group ul.list li:first-child {
  border-left: 1px solid #000;
}
#wine-sake .wine .row2 h2 {
  position: absolute;
  right: 37px;
  top: -5px;
  width: 70px;
  height: 333px;
  font-size: 30px;
  /* font-weight: bold; */
  line-height: 53px;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
}
#wine-sake .wine .row2 h2 span {
  font-size: 49px;
  margin-top: 32px;
  letter-spacing: 4px;
}
#wine-sake .wine .row2 h2 span span {
  font-size: 39px;
  margin-top: 0;
}
#wine-sake .wine .row2 .txt {
  position: absolute;
  top: 341px;
  right: -7px;
  width: 183px;
  height: 401px;
}
#wine-sake .wine .row3 {
  position: relative;
  padding-bottom: 106px;
}
#wine-sake .wine .row3 .photo {
  position: absolute;
  left: 391px;
  top: -59px;
  width: 552px;
}
#wine-sake .wine .row3 h2 {
  font-size: 39px;
  /* font-weight: 600; */
  margin-left: 64px;
  margin-bottom: 37px;
  -webkit-text-stroke-width: 1px;
}
#wine-sake .wine .row3 h2 span {
  font-size: 49px;
}
#wine-sake .wine .row3 .txt {
  margin-left: 69px;
}
#wine-sake .wine .row4 {
  position: relative;
  padding-top: 26px;
}
#wine-sake .wine .row4 .photo {
  position: relative;
  width: 508px;
  margin-left: 86px;
}
#wine-sake .wine .row4 .photo span {
  margin-bottom: -60px;
  text-align: center;
  display: inline-block;
  z-index: 5;
  position: relative;
  width: 100%;
  vertical-align: middle;
}
#wine-sake .wine .row4 .photo:before {
  position: absolute;
  background: url("../img/shared/bg2.jpg") repeat;
  right: 100%;
  top: 36px;
  left: -1000px;
  bottom: 0;
  content: '';
}
#wine-sake .wine .row4 .info {
  margin-left: 640px;
  position: absolute;
  top: 105px;
}
#wine-sake .wine .row4 .info h2 {
  font-size: 39px;
  /* font-weight: 600; */
  margin-bottom: 18px;
  text-align: left;
  line-height: 61px;
  -webkit-text-stroke-width: 1px;
}
#wine-sake .wine .row4 .info h2 span {
  font-size: 49px;
}
#wine-sake .wine .row4 .ttl {
  position: absolute;
  color: #aa5d3c;
  font-size: 24px;
  right: -67px;
  top: 43px;
  font-weight: 500;
}
#wine-sake .wine .row4 .ttl:after {
  display: inline-block;
  content: '';
  width: 55px;
  height: 6px;
  background: #aa5d3c;
  vertical-align: middle;
  margin-left: 14px;
}
#wine-sake .wine .row5 {
  padding-top: 103px;
  padding-bottom: 140px;
}
#wine-sake .wine .row5 .ttl {
  position: relative;
  color: #aa5d3c;
  font-size: 24px;
  margin-left: -60px;
  margin-bottom: 50px;
  font-weight: 500;
  letter-spacing: 2.5px;
}
#wine-sake .wine .row5 .ttl:before {
  display: inline-block;
  content: '';
  width: 55px;
  height: 6px;
  background: #aa5d3c;
  vertical-align: middle;
  margin-right: 11px;
}
#wine-sake .wine .row5 .photo {
  margin-left: 20px;
}
#wine-sake .wine .row5 .box {
  position: absolute;
  width: 490px;
  min-height: 390px;
  background: #1d1d1d;
  left: 500px;
  top: -43px;
  color: #f0efef;
  padding-top: 50px;
  box-sizing: border-box;
}
#wine-sake .wine .row5 .box h2 {
  /* font-weight: bold; */
  text-align: center;
  font-size: 37px;
  line-height: 55px;
  margin-bottom: 25px;
  -webkit-text-stroke-width: 1px;
}
#wine-sake .wine .row5 .box .txt {
  text-align: center;
  color: #f0efef;
}
#wine-sake .sake .row1 h2 {
  position: absolute;
  top: 263px;
  left: 111px;
  z-index: 11;
}
#wine-sake .sake .row1 .bg_parallax {
  position: relative;
  min-height: 854px;
  z-index: 0;
}
#wine-sake .sake .row1 .img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#wine-sake .sake .row1 .img_parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #wine-sake .sake .row1 .img_parallax img {
    opacity: 0;
  }
  #wine-sake .sake .row1 .bg_parallax {
    background-attachment: fixed !important;
    background-size: cover;
  }
  #access .shopinfo h2 {
    text-shadow: 0px 1px 0px #000;
  }
}
#wine-sake .sake .row2 {
  padding-bottom: 13px;
}
#wine-sake .sake .row2 .group .photo {
  margin-left: -76px;
  margin-top: -70px;
}
#wine-sake .sake .row2 .group .info {
  padding: 68px 39px;
}
#wine-sake .sake .row2 .group .info h3 {
  /* font-weight: bold; */
  color: #aa5d3c;
  margin-bottom: 30px;
  -webkit-text-stroke-width: 1px;
}
#wine-sake .sake .row2 .group .info h3 .ttl1 {
  font-size: 25px;
  line-height: 35px;
}
#wine-sake .sake .row2 .group .info h3 .ttl2 {
  font-size: 70px;
  line-height: 76px;
}
#wine-sake .sake .row2 .group .info .txt {
  width: 348px;
  height: 304px;
}
/*#wine-sake .sake .row2 .group .info .txt > .int {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}*/
#wine-sake .sake .row3 {
  padding-top: 50px;
}
#wine-sake .sake .row3 h3 {
  text-align: center;
  width: 294px;
  font-size: 42px;
  line-height: 53px;
  /* font-weight: 600; */
  margin-bottom: 7px;
  -webkit-text-stroke-width: 1px;
}
#wine-sake .sake .row3 h3 span {
  text-align: center;
}
#wine-sake .sake .row3 p.price {
  text-align: center;
  color: #aa5d3c;
  font-size: 32px;
  font-weight: 500;
  line-height: 25px;
  width: 285px;
  margin-bottom: 53px;
}
#wine-sake .sake .row3 p.price .unit {
  font-size: 22px;
}
#wine-sake .sake .row3 p.price .note {
  font-size: 16px;
}
#wine-sake .sake .row3 .photo {
  position: absolute;
  left: 334px;
  top: -44px;
  width: 900px;
  max-width: 100%;
}
#wine-sake .sake .row3 .txt {
  position: relative;
  width: 335px;
  max-width: 100%;
  padding: 25px 39px 64px;
  box-sizing: border-box;
  color: #f0efef;
  padding-left: 0;
}
#wine-sake .sake .row3 .txt:before {
  position: absolute;
  background: #1d1d1d;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1000px;
  content: '';
  z-index: -1;
}
#wine-sake .sake .hors-doeuvre {
  min-height: 900px;
}
#wine-sake .sake .hors-doeuvre h3 {
  position: absolute;
  right: -27px;
  top: 25px;
  color: #1d1d1d;
  font-size: 65px;
  /* font-weight: bold; */
  line-height: 65px;
  -webkit-text-stroke-width: 1px;
}
#wine-sake .sake .hors-doeuvre h3 span {
  color: #aa5d3c;
  font-size: 25px;
  line-height: 45px;
}
#wine-sake .sake .hors-doeuvre p.photo {
  position: absolute;
  top: 66px;
  left: 200px;
  z-index: 1;
}
#wine-sake .sake .hors-doeuvre .txt {
  width: 218px;
  height: 485px;
  padding-top: 130px;
  box-sizing: border-box;
  margin-bottom: 2px;
  margin-left: -17px;
  line-height: 29px;
}
#wine-sake .sake .hors-doeuvre .price {
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
  color: #aa5d3c;
  letter-spacing: 0px;
  position: relative;
  z-index: 9;
}
#wine-sake .sake .hors-doeuvre .price span{
	font-size: 16px;
}
#wine-sake .sake .hors-doeuvre .btn1 {
  position: absolute;
  right: 0;
  top: 493px;
  z-index: 10;
}

/*20210804追記▽*/
#wine-sake .sake .hors-doeuvre .att{
	color:#000;
	font-size: 18px !important;
	line-height: 1.8;
	display: inline-block;
}
#wine-sake .sake .hors-doeuvre a.a_txt{
	color:#aa5d3c;
	font-weight: bold;
	text-decoration: underline;
}
#wine-sake .sake .hors-doeuvre a.a_txt:hover{
	color:#aa5d3c;
}
#wine-sake .sake .hors-doeuvre .desc{
	font-size:90%;
	line-height: 1.4;
	display: inline-block;
}

#floor {
  padding: 10px 10px 15px;
}
#floor .group {
  background: url("../img/index/floor_bg.jpg") repeat;
  min-height: 1121px;
  padding-top: 1px;
}
#floor .group h2 {
  position: absolute;
  top: 72px;
  left: 32px;
  color: #f0efef;
  /* font-weight: bold; */
  font-size: 39px;
  line-height: 45px;
  width: 79px;
  height: 380px;
  padding: 58px 18px;
  box-sizing: border-box;
  margin-left: 100px;
  background: #1d1d1d;
  -webkit-text-stroke-width: 1px;
}
#floor .group .map {
  position: absolute;
  top: 451px;
  left: 0;
}
#floor .group .photo {
  margin-left: 398px;
  margin-top: -100px;
  width: 745px;
}
#floor .group .group1 {
  margin-left: 393px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
}
#floor .group .group1 .txt {
  padding-top: 56px;
  width: 300px;
}
#floor .group .group1 .photo2 {
  margin-right: -240px;
}
#floor .group .group2 {
  margin-left: 394px;
  justify-content: space-between;
}
#floor .group .group2 .txt {
  padding-left: 15px;
  width: 327px;
}
#floor .group .group2 .photo3 {
  width: 385px;
  max-width: 100%;
}
#access {
  padding: 100px 0 0px;
}
#access .shopinfo {
  padding-bottom: 20px;
  border-bottom: 4px double #1d1d1d;
  margin-bottom: 20px;
  width: 749px;
  margin: 0 auto -17px;
}
#access .shopinfo .logo {
  text-align: center;
  margin-bottom: 11px;
}
#access .shopinfo h2 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 8px;
  -webkit-text-stroke-width: 1px;
}
#access .shopinfo .address {
  text-align: center;
  margin-bottom: 0px;
}
#access .shopinfo .map {
  margin: 0 auto;
  text-align: center;
}
#access .shopinfo .map a {
  display: block;
  width: 123px;
  min-height: 27px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #1d1d1d;
  line-height: 25px;
}
#access .shopinfo .map a:before {
  display: inline-block;
  content: url("../img/shared/navi_btn1.png");
  vertical-align: text-top;
  width: auto;
  height: auto;
}
#access .contact {
  padding: 0 34px;
  margin: 30px auto 45px;
  justify-content: space-between;
  width: 650px;
  max-width: 100%;
}
#access .contact .tel {
  font-size: 12px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  padding: 0px 15px 0px;
}
#access .contact .tel dt {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: -12px;
  text-align: center;
}
#access .contact .tel dt .tel-icon {
  font-size: 34px;
}
#access .contact .tel dd {
  font-size: 12px;
  letter-spacing: 0;
}
#access .contact .mail {
  align-self: center;
}
#access .group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#access .group .photo {
  margin-left: -248px;
}
#access .group .info {
  width: 500px;
  margin-top: -12px;
  max-width: 100%;
}
#access .group .info .row {
  margin-bottom: 30px;
}
#access .group .info .row dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0px;
  line-height: 32px;
}
#access .group .info .row dl dt {
  width: 146px;
  text-align: right;
}
#access .group .info .row dl dd {
  padding-left: 20px;
  width: calc(100% - 146px);
}
#access .group .info h3 {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
#access .group .info h3:before {
  display: inline-block;
  content: "-";
  vertical-align: baseline;
  width: auto;
  height: auto;
}
#access .group .info h3:after {
  display: inline-block;
  content: "-";
  vertical-align: baseline;
  width: auto;
  height: auto;
}
#access .group .info .txt {
  text-align: center;
}
#access .calender {
	padding: 80px 0 80px;
}
#map iframe {
  width: 100%;
}
#map .wrap {
  padding-top: 37px;
  padding-bottom: 110px;
}
#map .wrap .g_btn {
  justify-content: space-between;
  width: 830px;
  margin: 0 auto;
}
footer {
  background: url("../img/shared/footer_bg.jpg") repeat;
}
footer .group {
  justify-content: space-between;
}
footer .group .sns {
  width: 48%;
  max-width: 458px;
  justify-content: space-between;
  padding-top: 29px;
}
footer .group .sns .ttl {
  width: 40%;
  font-weight: 500;
}
footer .group .sns .ttl:after {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 1px;
  background: #1d1d1d;
  content: '';
  margin-left: 10px;
}
footer .group .sns .col {
  justify-content: space-between;
  width: 60%;
}
footer .group .right {
  width: 48%;
}
#cboxContent {
  background: url("../img/shared/popup_bg.jpg") repeat;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }
  #cboxClose {
    transform: scale(0.6);
  }
  #colorbox {
    position: fixed !important;
    top: 0 !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .txt-vertical {
    writing-mode: inherit;
    -o-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -moz-writing-mode: inherit;
  }
  .price {}
  .price dd {}
  .sp {}
  section {}
  #head-key .mail {}
  #head-key .link1 {}
  #head-key .link1 li {}
  #head-key .link1 li a {}
  #head-key .link1 li:first-child {}
  #head-key {}
  #head-key:after {
    top: -11%;
    background-size: 83%;
  }
  #news {
    padding: 5% 0 31%;
  }
  #news .btn_more {
    max-width: 86%;
  }
  #news .btn_more span {}
  #news .btn_more:hover {}
  #news .btn_more:hover span {}
  #news h2 {
    width: 192px;
    margin-left: 0;
  }
  #news #feed {
    flex-direction: column;
  }
  #news #feed .row {
    width: 100%;
    margin-bottom: 5%;
  }
  #news #feed .row dl {}
  #news #feed .row .date {}
  #news #feed .row .title {}
  #news #feed .row .title .more {}
  #news #feed .row .photo:hover {}
  .box_ct {}
  #cboxContent {}
  #cboxContent .title {}
  #pop_covid {
    padding: 20% 5% 10%;
  }
  #pop_covid h2 {
    font-size: 24px;
    line-height: 33px;
  }
  #pop_covid .txt1 {
    font-size: 14px;
  }
  #pop_covid .txt2 {
    text-align: left;
  }
  #pop_covid .list {
    flex-direction: column;
    max-width: 100%;
  }
  #pop_covid .list ul {
    width: 100%;
  }
  #pop_covid .list ul li {}
  #pop_covid .list ul li:before {}
  #read {
    border-left: none;
    border-right: none;
  }
  #read:before {
    content: '';
    width: 5px;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ad5f3f;
    z-index: -1;
  }
  #read:after {
    content: '';
    width: 5px;
    height: 500px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ad5f3f;
    z-index: -1;
  }
  #read h2 {
    font-size: 24px;
    width: 84%;
    line-height: 32px;
    padding: 12px 0 11px;
    margin-left: 8%;
  }
  #read h2:before {}
  #read h3 {
    font-size: 27px;
    line-height: 52px;
    position: static;
    margin: 29px auto 40px;
  }
  #read .group {
    margin-left: 0;
    margin: 0 -5.5% 0;
  }
  #read .group .photo {
    max-width: 100%;
  }
  #read .group:before {}
  #read .group .txt {
    padding: 6%;
  }
  #read .note {
    margin-bottom: 60px;
    margin-right: 0;
  }
  #read .photo2 {
    position: static;
    width: 91%;
  }
  #concept {
    border-left: 5px solid #ad5f3f;
    border-right: 5px solid #ad5f3f;
  }
  #concept .vegetable {
    padding-top: 10px;
    padding-bottom: 100px;
  }
  #concept .vegetable h2 {
    margin-left: 0;
    margin-bottom: 20px;
    width: 76%;
  }
  #concept .vegetable .photo {
    margin-left: 20%;
    margin-right: -5.5%;
    width: 86%;
    margin-bottom: 20px;
  }
  #concept .vegetable .photo:before {}
  #concept .vegetable .price {
    position: static;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
  }
  #concept .vegetable .price dd {}
  #concept .vegetable .txt {
    position: static;
  }
  #concept .frutti .row1 {
    padding-top: 1px;
  }
  #concept .frutti .row1:before {
    height: 1920px;
    background-size: 80%;
  }
  #concept .frutti .row1 .photo {
    position: static;
    width: auto;
    margin: -11% -9% 0;
  }
  #concept .frutti .row1 h2 {
    margin-bottom: 30px;
  }
  #concept .frutti .row1 .photo2 {
    position: static;
    margin-right: -5.5%;
    width: auto;
    max-width: none;
  }
  #concept .frutti .row1 .box {
    background: url("../img/shared/bnr_bg.jpg") repeat;
    color: #ece7e6;
    flex-direction: column;
    padding: 25px 20px 40px;
    box-sizing: border-box;
    margin-right: -5.5%;
    width: auto;
    justify-content: flex-start;
	  height: auto;
  }
  #concept .frutti .row2 .box h3 {
    width: 65%;
  }
  #concept .frutti .row1 .box .price {
    text-align: center;
    line-height: 13px;
    margin-bottom: 20px;
  }
  #concept .frutti .row1 .box .price dt {
    height: auto;
  }
  #concept .frutti .row1 .box .price dd {
    color: #f0efef;
	  width: 100%;
  }
  #concept .frutti .row1 .box .txt {
    height: auto;
    font-weight: 200;
  }
  #concept .frutti .row2 {
    padding-top: 34px;
    margin-top: 0;
  }
  #concept .frutti .row2 .box {
    margin-left: 0;
    margin-bottom: 16px;
  }
  #concept .frutti .row2 .box h3 span.ttl1 {
    left: 53%;
    font-size: 17px;
    line-height: 27px;
    top: 50%;
    transform: translateY(-50%);
  }
  #concept .frutti .row2 .box h3 span.ttl1 span {}
  #concept .frutti .row2 .txt {
    position: static;
    margin-bottom: 48px;
  }
  #concept .frutti .row2 .photo2 {
    position: static;
    margin-left: -5.5%;
    width: 105%;
  }
  #concept .frutti .row2 .group .photo3 {
    width: 64%;
  }
  #concept .frutti .row2 .photo2:before {
    opacity: 0;
  }
  #concept .frutti .row2 .group {
    max-width: 105%;
    margin-left: -5.5%;
    background: url("../img/shared/bnr_bg.jpg") repeat;
    color: #ece7e6;
  }
  #concept .frutti .row2 .group dl.price {
    flex-direction: column;
    margin-left: 0;
    width: 65%;
    text-align: center;
    margin-top: 0;
    align-self: center;
  }
  #concept .frutti .row2 .group dl.price dt {
    margin-right: 0;
  }
  #concept .frutti .row2 .group dl.price dd {
    color: #ece7e6;
  }
  #concept .frutti .row2 .group .col {
    flex-direction: row-reverse;
  }
  #concept .frutti .row2 .txt2 {
    position: static;
    padding: 5% 5% 0;
    font-size: 15px;
  }
  #concept .frutti .row2 .txt2-2 {
    position: static;
    padding: 0 5% 5%;
    font-size: 15px;
  }
  #concept .meat {
    margin-top: 22%;
    min-height: auto;
    padding-bottom: 26%;
  }
  #concept .meat h2 {
    width: 49%;
    display: flex;
    justify-content: flex-end;
    float: right;
    margin-bottom: 18px;
  }
  #concept .meat .price {
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #concept .meat .price dt {
    margin-bottom: 0;
  }
  #concept .meat .photo {
    position: static;
    margin: 0 -5.5% 17px;
    max-width: none;
    width: auto;
  }
  #concept .meat .txt {
    position: static;
    width: 100%;
    height: auto;
  }
  #wine-sake .bnr {
    padding-bottom: 25%;
  }
  #wine-sake .bnr h2 {
    width: 73%;
    margin: 0 auto;
  }
  #wine-sake .bnr .g_btn {
    max-width: 100%;
  }
  #wine-sake .bnr .txt {}
  #wine-sake .wine {}
  #wine-sake .wine:before {
    background-size: 165%;
  }
  #wine-sake .wine .row1 .group {
    flex-direction: column;
  }
  #wine-sake .wine .row1 .group .left {
    width: 100%;
    padding-bottom: 104%;
  }
  #wine-sake .wine .row1 .group .right {
    width: 100%;
    padding-top: 5%;
  }
  #wine-sake .wine .row1 .group .right .col {
    padding-top: 5%;
  }
  #wine-sake .wine .row1 .group .right .col h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 25px;
  }
  #wine-sake .wine .row1 .group .right .col h2 span {
    width: 28%;
    margin-left: -35%;
    margin-bottom: 1%;
  }
  #wine-sake .wine .row1 .group .right .col .txt {
    text-align: left;
    padding: 0 6% 3%;
    margin-bottom: 20px;
  }
  #wine-sake .wine .row1 .group .right .col h3 {
    margin-bottom: 0;
  }
  #wine-sake .wine .row1 .group .right .col h3 span {
    font-size: 15px;
  }
  #wine-sake .wine .row1 .group .right .col h3 span:before {
    transform: scale(0.6);
  }
  #wine-sake .wine .row1 .group .right .col h3 span:after {
    transform: scale(0.6);
  }
  #wine-sake .wine .row1 .group .right .col .balloon {
    max-width: 81%;
    margin: 0 auto -12%;
    justify-content: space-between;
  }
  #wine-sake .wine .row2 .group .photo {
    margin: 0 -5.5%;
  }
  #wine-sake .wine .row1 .group .right .col .balloon li {
    width: 32%;
  }
  #wine-sake .wine .row1 .group .right .col .balloon li span {
    font-size: 16px;
    font-weight: bold;
    top: 39%;
  }
  #wine-sake .wine .row2 {
    padding: 27% 0 14%;
  }
  #wine-sake .wine .row2 h3 {
    margin-left: 0;
    margin-bottom: 30px;
    font-size: 16px;
  }
  #wine-sake .wine .row2 h3:before {
    width: 40px;
    height: 4px;
  }
  #wine-sake .wine .row2 .group {
    margin-left: 0;
  }
  #wine-sake .wine .row2 .group ul.list {
    margin-left: 0;
  }
  #wine-sake .wine .row2 .group ul.list li {
    font-size: 13px;
    line-height: 10px;
  }
  #wine-sake .wine .row2 .group ul.list li:first-child {}
  #wine-sake .wine .row2 h2 {
    position: static;
    width: 100%;
    font-size: 15px;
    text-align: center;
    height: auto;
    margin-top: 14px;
    margin-bottom: 10px;
    line-height: 38px;
  }
  #wine-sake .wine .row2 h2 span {
    font-size: 28px;
  }
  #wine-sake .wine .row2 h2 span span {
    font-size: 21px;
  }
  #wine-sake .wine .row2 .txt {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
    /* letter-spacing: 0; */
    margin: 0 -5%;
    line-height: 29px;
  }
  #wine-sake .wine .row3 {
    padding-bottom: 0;
  }
  #wine-sake .wine .row3 .photo {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  #wine-sake .wine .row3 h2 {
    margin-left: 0;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  #wine-sake .wine .row3 h2 span {
    font-size: 25px;
  }
  #wine-sake .wine .row3 .txt {
    margin-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  #wine-sake .wine .row3 .info .txt {}
  #wine-sake .wine .row4 {}
  #wine-sake .wine .row4 .photo {
    margin-left: 0;
    width: 81%;
    margin: 0 auto 10px;
  }
  #wine-sake .wine .row4 .photo span {
    max-width: 85%;
    margin: 0 auto -10%;
    display: block;
  }
  #wine-sake .wine .row4 .photo:before {
    top: 21.5%;
  }
  #wine-sake .wine .row4 .info {
    position: static;
    margin-left: 0;
  }
  #wine-sake .wine .row4 .info .txt {
    text-align: center;
  }
  #wine-sake .wine .row4 .info h2 {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 10px;
  }
  #wine-sake .wine .row4 .info h2 span {
    font-size: 25px;
  }
  #wine-sake .wine .row4 .ttl {
    position: static;
    float: right;
    margin-bottom: 30px;
    font-size: 16px;
  }
  #wine-sake .wine .row4 .ttl:after {
    width: 30px;
    width: 40px;
    height: 4px;
  }
  #wine-sake .wine .row5 {
    padding-top: 20%;
    padding-bottom: 0;
  }
  #wine-sake .wine .row5 .ttl {
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: -5.5%;
  }
  #wine-sake .wine .row5 .ttl:before {
    width: 28px;
    height: 4px;
  }
  #wine-sake .wine .row5 .photo {
    margin-left: 0;
  }
  #wine-sake .wine .row5 .box {
    position: static;
    width: auto;
    padding: 6% 6% 28%;
    margin: 0 -5.5%;
    min-height: auto;
  }
  #wine-sake .wine .row5 .box h2 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
  }
  #wine-sake .wine .row5 .box .txt {
    text-align: left;
  }
  #wine-sake .sake .row1 h2 {
    position: absolute;
    width: 46%;
    top: 27%;
    left: 6%;
    margin-top: 18%;
    max-width: 217px;
  }
  #wine-sake .sake .row2 .group {
    flex-direction: column;
  }
  #wine-sake .sake .row1 .bg_parallax {
    min-height: 400px;
  }
  #wine-sake .sake .row1 .img_parallax {}
  #wine-sake .sake .row1 .img_parallax img {}
  #wine-sake .sake .row2 {
    padding-bottom: 2%;
  }
  #wine-sake .sake .row2 .group .photo {
    margin: -5% auto;
  }
  #wine-sake .sake .row2 .group .info {
    padding: 16% 0 0;
  }
  #wine-sake .sake .row2 .group .info h3 {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  #wine-sake .sake .row2 .group .info h3 .ttl1 {
    font-size: 17px;
    line-height: 25px;
    align-self: center;
  }
  #wine-sake .sake .row2 .group .info h3 .ttl2 {
    font-size: 50px;
    line-height: 42px;
  }
  #wine-sake .sake .row2 .group .info .txt {
    height: auto;
    width: 100%;
  }
  #wine-sake .sake .row3 {}
  #wine-sake .sake .row3 h3 {
    width: 100%;
    font-size: 27px;
    line-height: 35px;
  }
  #wine-sake .sake .row3 h3 span {
    width: 40%;
    display: inline-block;
  }
  #wine-sake .sake .row3 p.price {
    width: 100%;
    margin-bottom: 20px;
  }
  #wine-sake .sake .row3 p.price .unit {}
  #wine-sake .sake .row3 p.price .note {}
  #wine-sake .sake .row3 .photo {
    position: static;
    width: 100%;
  }
  #wine-sake .sake .row3 .txt {
    margin: -2px auto;
    padding: 7% 7% 11%;
    width: 100%;
  }
  #wine-sake .sake .row3 .txt:before {
    left: 0;
  }
  #wine-sake .sake .hors-doeuvre {
    padding: 8% 0 15%;
  }
  #wine-sake .sake .hors-doeuvre h3 {
    position: static;
    font-size: 40px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 30px;
  }
  #wine-sake .sake .hors-doeuvre h3 span {
    font-size: 15px;
  }
  #wine-sake .sake .hors-doeuvre p.photo {
    position: static;
    margin-bottom: -8%;
    width: auto;
    margin: 0 -3% -8%;
  }
  #wine-sake .sake .hors-doeuvre .txt {
    position: static;
    width: 100%;
    padding-top: 0;
    text-align: center;
    height: auto;
    margin: 0 auto 10px;
  }
  #wine-sake .sake .hors-doeuvre .price {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    margin-bottom: 25px;
  }
  #wine-sake .sake .hors-doeuvre .btn1 {
    position: static;
    width: 85%;
    margin: 0 auto;
  }
  #floor {
    margin-top: 14%;
  }
  #floor .group {
    padding-top: 1px;
    padding-bottom: 41%;
  }
  #floor .group h2 {
    position: static;
    margin-top: -16%;
    margin: -16% auto 0;
    font-size: 20px;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    height: 209px;
    width: 54px;
    box-sizing: border-box;
    padding: 12% 4px 0;
  }
  #floor .group .map {
    position: static;
    width:90%;
    margin: 0 auto;
  }
  #floor .group .photo {
    margin-left: 0;
    margin-top: 15%;
    margin-bottom: 10%;
    max-width: none;
    width: auto;
  }
  #floor .group .group1 {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2%;
  }
  #floor .group .group1 .txt {
    width: 100%;
    margin-bottom: 33px;
    padding: 0 6%;
    box-sizing: border-box;
  }
  #floor .group .group1 .photo2 {
    margin-right: 0;
    width: 70%;
    margin-left: 30%;
  }
  #floor .group .group2 {
    margin-left: 0;
    flex-direction: column;
  }
  #floor .group .group2 .txt {
    padding-left: 0;
    width: 100%;
  }
  #floor .group .group2 .photo3 {
    width: 76%;
    margin-bottom: 10%;
  }
  #access {
    padding-bottom: 17%;
  }
  #access .shopinfo {
    width: 100%;
  }
  #access .shopinfo .logo {
    width: 60%;
    margin: 0 auto 15px;
  }
  #access .shopinfo h2 {
    margin-bottom: 0;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #access .shopinfo .address {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #access .shopinfo .map {}
  #access .shopinfo .map a {}
  #access .shopinfo .map a:before {}
  #access .contact {
    flex-direction: column;
    padding: 0 0 0%;
  }
  #access .contact .tel {
    text-align: center;
    padding: 0 0 10px;
  }
  #access .contact .tel dt {
    margin-bottom: -3px;
  }
  #access .contact .tel dt .tel-icon {}
  #access .contact .tel dd {}
  #access .contact .mail {}
  #access .group {
    flex-direction: column;
  }
  #access .group .photo {
    margin-left: 0;
    margin-bottom: 30px;
  }
  #access .group .info .row {
    margin-bottom: 19%;
  }
  #access .group .info .row dl {
    text-align: left;
    flex-direction: column;
  }
  #access .group .info .row dl dt {
    text-align: left;
    width: 100%;
    -webkit-text-stroke-width: 1px;
  }
  #access .group .info .row dl dd {
    width: 100%;
    padding-left: 0;
  }
  #access .group .info h3 {
    margin-bottom: 13px;
    font-size: 24px;
  }
  #access .group .info .txt {}
	
  #access .calender {
	padding: 50px 0 0;
    text-align: center;
  }
  #access .calender iframe {
    width: 100% !important;
    height: 150vw !important;
    border: 2px solid #ded5ce !important;
  }
	
  #map iframe {
    height: 480px;
  }
  #map .wrap {
    padding: 50px 0 50px;
  }
  #map .wrap .g_btn {
    width: 70%;
    justify-content: center;
  }
  footer {
    padding: 20px 0 83px;
  }
  footer .group {
    flex-direction: column;
  }
  footer .group .sns .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 500;
  }
  footer .group .sns .ttl:after {
    display: none;
  }
  footer .group .sns .col {
    width: 89%;
    justify-content: space-between;
    margin: 0 auto 9%;
    max-width: 300px;
  }
  footer .group .sns {
    width: 100%;
    flex-direction: column;
    max-width: 100%;
  }
  footer .group .sns .ttl:after {}
  footer .group .right {
    width: 100%;
  }
  address span a {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }
  address {
    text-align: center
  }
  #socialbuttons {
    margin-bottom: 10px
  }
  .js-scroll .sns {
    width: 100%;
    flex-direction: column;
  }
  .js-scroll .sns .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 500;
  }
  .js-scroll .sns .col {
    width: 89%;
    justify-content: space-between;
    margin: 0 auto 9%;
    max-width: 300px;
  }
  .js-scroll .nav li:first-child a.active:before {
    content: url(../img/shared/icon_home_w.png);
    transform: scale(0.7) translateY(-8px);
    margin-right: 0;
    vertical-align: middle;
    height: 20px;
  }
  #cboxClose {
    top: 10px !important;
    right: 10px !important;
  }
}
#news_box {
    background: hsla(51,59%,93%,0.40);
    width: 90%;
    margin: 50px auto;
    line-height: 1.8;
    padding-bottom: 39px;
}
#news_box .ttl {
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}

#news_box .txt {
    padding: 20px 50px 0;
    text-align: center;
}
#news_box2 {
    background: hsla(51,59%,93%,0.40);
    width: 90%;
    margin: 50px auto;
    line-height: 1.8;
    padding-bottom: 39px;
	border: 1px solid #ad5f3f;
}
#news_box2 .ttl {
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}

#news_box2 .txt {
    padding: 20px 50px 0;
    text-align: center;
}