@charset "UTF-8";
.keyvisual .slide-01 {
  background: url("../img/index/key01.jpg") no-repeat center;
  background-size: cover;
}
.keyvisual .slide-02 {
  background: url("../img/index/key02.jpg") no-repeat center;
  background-size: cover;
}
.keyvisual .slide-03 {
  background: url("../img/index/key03.jpg") no-repeat center;
  background-size: cover;
}
.keyvisual .slide-04 {
  background: url("../img/index/key04.jpg") no-repeat center;
  background-size: cover;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
p.btn {
  border: 2px solid #dbd1c4;
  width: 255px;
  text-align: center;
  color: #dbd1c4;
  align-self: flex-start;
}
p.btn a, p.btn span {
  font-family: 'Noto Serif JP', serif;
  display: block;
  padding: 4px 0;
  letter-spacing: 2px;
  position: relative;
  /* font-size: 24px; */
  /* font-weight: bold; */
}
p.btn a:hover {
  opacity: 0.8
}
p.btn a:after {
  content: "▶";
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  position: absolute;
  right: 11px;
}
.btn-web a:before {
  content: "";
  background: url("../img/index/icon_1.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 26px;
}
#head-key {
  position: relative;
}
#head-key .shop-bnr {
  position: absolute;
  right: 144px;
  bottom: 73px;
  z-index: 5;
}
#head-key .shop-bnr li {
  margin-bottom: 25px;
}
#head-key .right {
  position: absolute;
  right: 72px;
  top: 26px;
  z-index: 5;
}
#head-key .right .row {
  justify-content: flex-end;
}
#head-key .right .row .tel {
  margin-right: 12px;
  text-align: right;
  line-height: 20px;
}
#head-key .right .row .tel dt {
  font-family: 'Noto Serif JP', serif;
  color: #dbd1c4;
}
#head-key .right .row2 {
  justify-content: flex-end;
}
#head-key .right .row2 .insta {
  margin-right: 45px;
  align-self: center;
}
hr.line {
  background: url("../img/shared/line.jpg") repeat-x;
  width: 100%;
  height: 6px;
  border: none;
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: "fontello";
  z-index: 99;
  border-radius: 50%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: #b10505;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before, .slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: '\f104';
  color: #fff;
}
[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}
.slick-next {
  right: 0;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: '\f105';
  color: #fff;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  background: #756156;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #eadfd9;
}
.dot_right .slick-dots {
  text-align: right;
}
.dot_left .slick-dots {
  text-align: left;
}
/* ============== news ==============*/
#news {
  background: url("../img/index/news_bg.jpg") repeat;
  position: relative;
  padding: 50px 0 100px;
  min-height: 234px;
  box-sizing: border-box;
}
#news:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: calc(50% + 269px);
  top: 0;
  background: url("../img/index/news_bg_left.png") no-repeat right top;
  content: "";
  background-size: cover;
}
#news h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 8px;
  position: absolute;
  top: -1px;
  left: 86px;
  height: 128px;
}
#news .btn-more {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  position: absolute;
  right: 1px;
  top: -20px;
  background: url("../img/shared/blog_bg1.jpg") repeat;
  width: 150px;
  color: #000;
}
#news .btn-more a {
  padding: 3px;
  display: block;
  letter-spacing: 1px;
  padding-right: 11px;
}
#news .btn-more a:hover{
    opacity: 0.8;
}
#news .btn-more a:after {
  content: "▶";
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  font-size: 10px;
  position: absolute;
  right: 13px;
  top: 1px;
}
#news #feed {
  margin-left: 300px;
}
#news #feed .row dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #e3d8ce;
}
#news #feed .row dl dt {
  font-size: 12px;
  width: 120px;
}
#news #feed .row dl dd {
  width: calc(100% - 120px);
}
#news #feed .row dl dd:hover{
    text-decoration: underline;
}
/* ============== lead ==============*/
#lead {
  position: relative;
  padding: 97px 0 87px;
}
#lead h2 {
  margin-bottom: 81px;
  position: relative;
  z-index: 5;
  margin-left: -12px;
}
#lead h3 {
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
  margin-left: -11px;
}
#lead:before {
  position: absolute;
  background: url("../img/index/lead_deco1.jpg") repeat;
  left: 0;
  right: calc(50% + 235px);
  height: 652px;
  content: "";
  top: 224px;
}
#lead:after {
  position: absolute;
  background: url("../img/index/lead_deco2.png") repeat;
  left: calc(50% + 661px);
  width: 65px;
  height: 1000px;
  content: "";
  top: 794px;
}
#lead .txt1, #lead .txt2 {
  width: 520px;
  position: relative;
  z-index: 5;
  margin-left: 6px;
  letter-spacing: 1.5px;
  max-width: 100%;
}
#lead .photo1 {
  position: absolute;
  left: 262px;
  top: -99px;
  width: 1136px;
}
#lead .txt1 {
  margin-bottom: 36px;
}
#lead .txt2 {
  margin-bottom: 135px;
}
#lead .photo2 {
  margin-left: -357px;
  position: relative;
  z-index: 1;
}
#lead .group {
  position: absolute;
  top: 792px;
  left: 432px;
  width: 833px;
  max-width: 100%;
  z-index: 5;
}
#lead .group .ttl {
  position: absolute;
  top: -248px;
  left: 215px;
  z-index: 5;
}
/* ============== scene ==============*/
#scene {
  position: relative;
}
#scene h2 {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
}
#scene .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  min-height: 610px;
}
#scene .row .col {
  width: 50%;
  position: relative;
}
#scene .row .col h3 {
  position: absolute;
  top: 162px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
}
#scene .row .col .bg {
  width: 100%;
  height: 100%;
    min-height: 613px;
    height: 613px;
}
#scene .row .col .txt {
  width: 686px;
  margin: 0 auto;
  max-width: 80%;
}
#scene .row .col1 .bg {
  background: url("../img/index/scene_img01.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 43px;
}
#scene .row .col2 .bg {
  background: url("../img/index/scene_img02.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 43px;
}
/* ============== reco ==============*/
#reco .block1 {
  position: relative;
  padding: 114px 0 100px;
}
#reco .block1 h2 {
  position: relative;
  z-index: 8;
}
#reco .block1:before {
  position: absolute;
  background: url("../img/index/reco_deco.png") no-repeat;
  width: 750px;
  height: 672px;
  right: calc(50% - 100px);
  content: "";
  top: -22px;
}
#reco .block1:after {
  position: absolute;
  background: url("../img/index/reco_bg1.jpg") repeat;
  left: 0;
  right: calc(50% - 199px);
  height: 477px;
  content: "";
  top: 726px;
}
#reco .block1 .group {
  position: absolute;
  left: 363px;
  top: -77px;
  width: 935px;
  height: 600px;
  z-index: 6;
}
#reco .block1 .group h3 {
  position: absolute;
  left: -110px;
  top: 487px;
}
#reco .block1 .group .ttl {
  position: absolute;
  top: 690px;
  left: 213px;
}
#reco .block1 .txt {
  width: 250px;
  height: 432px;
  margin-left: -30px;
  position: relative;
  z-index: 5 !important;
  margin-top: 160px;
  margin-bottom: 38px;
}
#reco .block1 .photo2 {
  position: absolute;
  top: 262px;
  left: -321px;
  z-index: 6;
}
#reco .block1 .g-photo {
  margin-left: -182px;
  position: relative;
  z-index: 5;
}
#reco .block1 .g-photo .photo4 {
  position: absolute;
  left: 733px;
  top: -138px;
  width: 578px;
}
#reco .block1 .g-photo .photo5 {
  position: absolute;
  top: 285px;
  left: 561px;
}
#reco .block2 {
  position: relative;
  padding: 77px 0 161px;
}
#reco .block2:before {
  position: absolute;
  background: url("../img/index/reco_deco2.png") no-repeat;
  width: 750px;
  height: 464px;
  top: 0;
  left: calc(50% + 214px);
  content: "";
  top: -77px;
  z-index: 6;
}
#reco .block2:after {
  position: absolute;
  background: url("../img/index/reco_bg1.jpg") repeat;
  left: calc(50% - 300px);
  right: 0;
  height: 459px;
  content: "";
  top: 313px;
}
#reco .block2 h3 {
  position: absolute;
  left: 794px;
  top: -54px;
  z-index: 14;
  width: 214px;
}
#reco .block2 .photo {
  margin-left: -221px;
  margin-bottom: 50px;
  position: relative;
  z-index: 6;
}
#reco .block2 .txt {
  margin-bottom: 0;
  position: relative;
  z-index: 6;
  margin-left: 9px;
}
#reco .block2 .txt span {
  font-weight: bold;
}
#reco .block2 .g-photo {
  position: absolute;
  left: 473px;
  top: 362px;
  z-index: 8;
  width: 826px;
}
#reco .block2 .g-photo h4 {
  position: absolute;
  top: 24px;
  left: -114px;
  z-index: 5;
}
#reco .block3 {
  position: relative;
  padding-bottom: 101px;
}
#reco .block3:after {
  position: absolute;
  background: url("../img/index/reco_bg1.jpg") repeat;
  left: 0;
  right: calc(50% - 300px);
  height: 402px;
  content: "";
  top: 266px;
}
#reco .block3 h3 {
  position: absolute;
  top: 696px;
  left: -64px;
  z-index: 19;
}
#reco .block3 .photo {
  position: absolute;
  left: -344px;
  top: 43px;
  z-index: 12;
}
#reco .block3 .col {
  margin-left: 388px;
  position: relative;
  z-index: 5;
  margin-top: -29px;
}
#reco .block3 .col h4 {
  margin-left: -5px;
  width: 693px;
}
#reco .block3 .col ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1025px;
  margin-bottom: 35px;
}
#reco .block3 .col ul li {
  margin-bottom: 10px;
  margin-right: 10px;
}
#reco .block3 .col ul li:nth-child(2n+ 2) {
  margin-right: 0;
}
#reco .block3 .col .txt {
  width: 600px;
  max-width: 100%;
  margin-left: 3px;
}
/* ============== sake ==============*/
#sake {
  position: relative;
  min-height: 710px;
  padding-bottom: 64px;
}
#sake:before {
  position: absolute;
  background: url("../img/index/reco_bg1.jpg") repeat;
  right: 0;
  left: calc(50% - 300px);
  height: 560px;
  content: "";
  top: 150px;
}
#sake .box {
  float: right;
  padding-top: 191px;
  margin-right: 172px;
}
#sake .box h2 {
  margin-bottom: 42px;
}
#sake .box .txt {
  width: 512px;
  position: relative;
  z-index: 6;
  margin-left: 10px;
  letter-spacing: 2px;
}
#sake .photo {
  position: absolute;
  right: 759px;
  top: 0;
}
/* ============== menulist ==============*/
#menulist {
  background: url("../img/index/menulist_bg.jpg") repeat;
  position: relative;
}
#menulist .set1 {
  margin-bottom: 30px;
  padding: 71px 0 0;
}
#menulist .set2 {
  padding: 78px 0 162px;
}
#menulist h2 {
  font-size: 60px;
  font-weight: bold;
  color: #dcd3c6;
  background: url("../img/index/menulist_deco.png") no-repeat center top;
  padding-top: 88px;
  text-align: center;
  margin-bottom: 42px;
  font-family: 'Noto Serif JP', serif;
}
#menulist .note {
  text-align: center;
  margin-bottom: 46px;
}
#menulist .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#menulist .menu .col {
  width: 310px;
  margin-right: 35px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 30px;
}
#menulist .menu .col .ttl {
  background: url("../img/index/menu_ttl.jpg") repeat;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 21px;
  margin-bottom: 20px;
}
#menulist .menu .col .note2{
    font-size: 14px;
   line-height: 26px;
    margin-bottom: 10px;
}
#menulist .menu .col .list dl {
  border-bottom: 1px dashed #685e56;
  padding: 1px 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
#menulist .menu .col .list dl dt {
  float: left;
  text-align: left;
}
#menulist .menu .col .list dl dd {
  text-align: right;
  float: right;
  color: #a97a64;
}
#menulist .menu .col .list dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
#menulist .menu .col:nth-child(3n + 3) {
  margin-right: 0;
}
/* ============== floor ==============*/
#floor {
  position: relative;
  padding: 100px 0 123px;
}
#floor h2 {
  position: absolute;
  left: -12px;
  top: 0;
}
#floor .photo {
  margin-left: 118px;
  margin-bottom: 150px;
  width: 951px;
}
#floor .slick-slide .photo2 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transform: scale(0.85) translateY(43px);
  /* margin: 0 -78px; */

}
#floor .slick-slide .photo2.first{
    transition-delay: 0.5s;
}
#floor .slick-current .photo2 {
  transform: scale(1) translateY(0);
  margin: 0 auto;
     -webkit-transition: all 1s ease;
  transition:  all 1s ease;
}
#floor .slick-dots {
  position: relative;
  margin-top: 6px;
}
#floor .txt {
      position: absolute;
    top: -90px;
    width: 514px;
    left: calc(50% + 142px);
    z-index: 10;
}
#floor .js {
  margin-left: -360px;
    position: relative;
}
#floor .js .txt{
    
}
/* ============== info ==============*/
#info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#info .photo {
  width: calc(50% + 192px);
  background: url("../img/index/info_img01.jpg") no-repeat center top;
  background-size: cover;
}
#info .info {
  width: calc(50% - 81px);
  padding: 49px 107px 70px;
  box-sizing: border-box;
  background: url("../img/index/info_bg.png") repeat;
  min-width: 685px;
}
#info .info .logo {
  margin: 0 auto 23px;
  text-align: center;
}
#info .info .tel {
  text-align: center;
  padding: 10px 0 28px;
}
#info .info .tel dt {
  font-size: 24px;
  font-weight: bold;
    color: #dad1c4;
}
#info .info .btn {
  width: 355px;
  margin: 0 auto 77px;
  font-weight: bold;
}
#info .info .btn a {
  display: block;
  padding: 10px 010px;
  font-size: 24px;
}
#info .info .btn a:before {
  content: url("../img/index/icon_1.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}
#info .info .group dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 16px;
  padding: 5px 0;
  line-height: 25px;
  text-align: left;
  margin-bottom: 15px;
}
#info .info .group dl dt {
  font-weight: bold;
  color: #7d776e;
  width: 184px;
  font-size: 16px;
}
#info .info .group dl dd {
  color: #fff;
  width: calc(100% - 150px);
}
#info .info h3 {
  font-weight: bold;
  font-size: 34px;
  color: #dad1c4;
  padding-bottom: 10px;
  border-bottom: 1px solid #dad1c4;
  margin-bottom: 19px;
  letter-spacing: 4px;
}
#gmap iframe {
  width: 100%;
}
#gmap .g-btn {
  padding: 57px 0 73px;
  width: 824px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#gmap .g-btn .col {
  width: 355px;
  font-family: 'Noto Sans JP', sans-serif;
}
#gmap .g-btn .col .btn {
  width: 355px
}
#gmap .g-btn .col .btn2 {
  /* display: none; */
  text-align: center;
  color: #dbd1c4;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}
#gmap .g-btn .col .btn2:hover{
    text-decoration: underline;
}
#gmap .g-btn .col .btn a, #gmap .g-btn .col .btn span {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0;
}
footer nav > a:hover{
    text-decoration: underline;
}
.remodal.colona {
  background: url("../img/shared/popup_bg.jpg") repeat;
  padding: 61px;
}
.remodal.colona button {
  background: #000;
}
.remodal.colona h2 {
  text-align: center;
  font-size: 32px;
  color: #0b0b0b;
  margin-bottom: 44px;
}
.remodal.colona .group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 930px;
  margin: 0 auto;
}
.remodal.colona .group .left {
  width: 456px;
}
.remodal.colona .group .left .txt1 {
  margin-bottom: 30px;
  text-align: left;
  letter-spacing: 1px;
}
.remodal.colona .group .left .txt2 {
  margin-bottom: 30px;
  text-align: left;
  letter-spacing: 1px;
}
.remodal.colona .group .box {
  background: #fff;
  padding: 40px;
  text-align: left;
  align-self: center;
}
.remodal.colona .group .box li {
  line-height: 26px
}
@media only screen and (max-width: 1400px) {
    #sake .box{
        margin-right: 58px;
    }
    #sake .photo{
        right: 638px;
        width: 735px;
        top: 123px;
    }
    #reco .block3 .col ul{
        width: 800px;
    }
    #reco .block3 .col ul li{
        width: 48%;
    }
    #lead .photo1{
        width: 918px;
    }
    #reco .block1 .photo2{
        width: 210px;
        left: -222px;
      z-index: 1;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
    #reco .block1 .group{
        width: 787px;
        left: 409px;
    }
    #reco .block1 .txt{
        margin-left: 50px;
    }
    #reco .block1 .photo2{
            left: -133px;
    top: 318px;
    }
    
}
@media only screen and (max-width: 767px) {
    .btn-fixed{
        width: 35px;
    }
  .keyvisual .slide-01 {
    background: url("../img/index/key01_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .keyvisual .slide-02 {
    background: url("../img/index/key02_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .keyvisual .slide-03 {
    background: url("../img/index/key03_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .keyvisual .slide-04 {
    background: url("../img/index/key04_sp.jpg") no-repeat center;
    background-size: cover;
  }
  p.btn {
    border: 2px solid #dbd1c4;
    width: 255px;
    text-align: center;
    color: #dbd1c4;
    align-self: flex-start;
  }
  p.btn a, p.btn span {
    font-family: 'Noto Serif JP', serif;
    display: block;
    padding: 4px 0;
    letter-spacing: 2px;
    position: relative;
    /* font-size: 24px; */
    /* font-weight: bold; */
  }
  p.btn a:hover {
    opacity: 0.8
  }
  p.btn a:after {
    content: "▶";
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    position: absolute;
    right: 11px;
  }
  .btn-web a:before {
    content: "";
    background: url("../img/index/icon_1.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 26px;
  }
  #head-key {}
  #head-key .btn-colona {
    position: absolute;
    bottom: 7%;
    left: 2%;
    z-index: 10;
  }
  #head-key .logo {
    left: 0;
    width: 45%;
    top: 4px;
  }
  #head-key .shop-bnr {
    display: none;
  }
  #head-key .shop-bnr li {}
  #head-key .right {
    display: none;
  }
  #head-key .right .row {}
  #head-key .right .row .tel {}
  #head-key .right .row .tel dt {}
  #head-key .right .row2 {}
  #head-key .right .row2 .insta {}
  /* Arrows */
  .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: #b10505;
    font-family: "fontello";
    z-index: 99;
    border-radius: 50%;
  }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #b10505;
  }
  .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 30px;
    line-height: 0.5;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: 0;
  }
  [dir='rtl'] .slick-prev {
    right: 0px;
    left: auto;
  }
  .slick-prev:before {
    content: '\f104';
    color: #fff;
  }
  [dir='rtl'] .slick-prev:before {
    content: '▶';
    color: #fff;
  }
  .slick-next {
    right: 0;
  }
  [dir='rtl'] .slick-next {
    right: auto;
    left: 0px;
  }
  .slick-next:before {
    content: '\f105';
    color: #fff;
  }
  [dir='rtl'] .slick-next:before {
    content: '←';
  }
  /* Dots */
  .slick-dots {
    position: absolute;
    bottom: 5%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '•';
    text-align: center;
    background: #756156;
    border-radius: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    background: #eadfd9;
  }
  .dot_right .slick-dots {
    text-align: right;
  }
  .dot_left .slick-dots {
    text-align: left;
  }
  /* ============== news ==============*/
  #news {
    min-height: auto;
    padding: 7vw 0 3vw;
  }

  #news h2 {
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
    writing-mode: inherit;
    -o-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -moz-writing-mode: inherit;
    margin-bottom: 5vw;
    left: auto;
    letter-spacing: 3px;
  }
  #news .btn-more {
    position: relative;
    width: 100%;
  }


  #news #feed {
    margin-left: 0;
    margin-bottom: 40px;
  }

  #news #feed .row dl dt {
	  width: 90px;
  }
  #news #feed .row dl dd {
	  width: calc(100% - 90px);
          display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* ============== lead ==============*/
  #lead {
    padding: 10vw 0 11vw;
  }
  #lead h2 {
    width: 60%;
    margin-left: 5%;
    margin-bottom: 4vw;
  }
  #lead h3 {
    margin-left: 1%;
    width: 75%;
    margin-bottom: 18vw;
  }
  #lead:before {
    left: 0;
    width: 28%;
    right: auto;
    top: 9%;
    height: 122vw;
  }
  #lead:after {
    left: auto;
    right: 0;
    top: 60vw;
    background-size: 100%;
    width: 36px;
    height: 227vw;
  }
  #lead .txt1, #lead .txt2 {
    text-align: justify;
    width: 99%;
  }
  #lead .photo1 {
    width: 100%;
    right: -6%;
    left: auto;
    width: 86%;
    top: -10vw;
  }
  #lead .txt1 {
    margin-bottom: 6vw;
  }
  #lead .txt2 {}
  #lead .photo2 {
    margin-left: -5.5%;
    width: 95%;
  }
  #lead .group {
    position: relative;
    left: 15%;
    top: auto;
    margin-bottom: -21vw;
  }
  #lead .group .ttl {
    top: -26vw;
    left: 2%;
    width: 49%;
  }
  /* ============== scene ==============*/
  #scene {
    z-index: 10;
  }
  #scene h2 {
    position: relative;
    left: auto;
    top: auto;
  }
  #scene .row {
    flex-direction: column;
  }
  #scene .row .col {
    width: 100%;
    margin-bottom: 6vw;
  }
  #scene .row .col h3 {
     top: 15%;
    width: 31%;
    left: 48%;
    transform: translateX(-50%);
  }
  #scene .row .col .bg {}
  #scene .row .col .txt {
    max-width: 90%;
    text-align: justify;
  }
  #scene .row .col1 .bg {
    height: 65vw;
    margin-bottom: 5vw;
	min-height: 65vw;
  }
  #scene .row .col2 .bg {
    height: 65vw;
    margin-bottom: 5vw;
	min-height: 65vw;
  }
  /* ============== reco ==============*/
  #reco .block1 {
    padding: 7vw 0 0vw;
    margin-top: -11vw;
  }
  #reco .block1 h2 {
    width: 70%;
  }
  #reco .block1:before {
    width: 50%;
    height: 50vw;
    background-size: 100%;
    right: auto;
    top: -4vw;
  }
  #reco .block1:after {
    left: 0;
    width: 83%;
    right: 0;
    top: 50vw;
    height: 90vw;
  }
  #reco .block1 .group {
    right: -12%;
    left: 8%;
    width: auto;
    top: 1vw;
    height: 106vw;
  }
  #reco .block1 .group h3 {
    top: 30%;
    left: -6%;
    width: 18%;
    z-index: 10;
  }
  #reco .block1 .group .ttl {
    left: 30%;
    bottom: 6%;
    top: auto;
    width: 57%;
  }
  #reco .block1 .txt {
    writing-mode: inherit;
    -o-writing-mode: inherit;
    -ms-writing-mode: inherit;
    -moz-writing-mode: inherit;
    width: auto;
    height: auto;
    margin: 70vw 0 11vw;
    text-align: justify;
  }
  #reco .block1 .photo2 {
    display: none;
  }
  #reco .block1 .g-photo {
    width: 100%;
    margin-left: 0;
  }
  #reco .block1 .g-photo .photo4 {
    right: -4%;
    left: auto;
    width: 46%;
    top: -8vw;
  }
  #reco .block1 .g-photo .photo5 {
   position: absolute;
    right: 0;
    left: 46%;
    width: 46%;
    top: 23vw;
  }
  #reco .block1 .g-photo .photo3 {
   width: 51%;
    margin-left: -2%;
  }
  #reco .block2 {
    padding-bottom: 10vw;
  }
  #reco .block2:before {
    width: 40%;
    height: 50vw;
    background-size: 100%;
    left: auto;
    right: -27px;
    top: 11vw;
  }
  #reco .block2:after {
    top: 54vw;
    left: 24%;
    height: 52vw;
  }
  #reco .block2 h3 {
    right: 0%;
    top: 0;
    left: auto;
    width: 26%;
  }
  #reco .block2 .photo {
    margin-left: -28%;
    width: 112%;
    padding-top: 16%;
    margin-bottom: 45vw;
  }
  #reco .block2 .txt {
          margin-left: 0;
    font-size: 14px;
    }
  #reco .block2 .txt span {}
  #reco .block2 .g-photo {
    left: auto;
    top: 53vw;
    width: 68%;
    right: -8%;
  }
  #reco .block2 .g-photo h4 {
    width: 82%;
    left: -58%;
    top: 19vw;
  }
  #reco .block3 {
    padding-bottom: 7vw;
  }
  #reco .block3:after {
    right: 14%;
    top: 30vw;
    height: 56vw;
  }
  #reco .block3 h3 {
    top: 0;
    width: 62%;
    left: -15%;
  }
  #reco .block3 .photo {
    left: 36%;
    z-index: 20;
  }
  #reco .block3 .col {
    margin-left: 0;
    padding-top: 55vw;
  }
  #reco .block3 .col h4 {
    width: 90%;
    margin-left: 10%;
  }
  #reco .block3 .col ul {
    width: 100%;
    margin-bottom: 4vw;
  }
  #reco .block3 .col ul li {
    width: 48%;
  }
  #reco .block3 .col ul li:nth-child(2n+ 2) {}
  #reco .block3 .col .txt {
    text-align: justify;
    width: 100%;
  }
  /* ============== sake ==============*/
  #sake {
    min-height: auto;
    padding-bottom: 8vw;
  }
  #sake:before {
    left: 13%;
    height: 42vw;
  }
  #sake .box {
    float: none;
    padding-top: 0;
    margin-right: 0;
  }
  #sake .box h2 {
    width: 72%;
    margin-bottom: 5vw;
    margin-left: 3%;
  }
  #sake .box .txt {
    width: 90%;
    text-align: justify;
    margin: 0 auto;
  }
  #sake .photo {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    right: 0;
    margin-bottom: 5vw;
  }
  /* ============== menulist ==============*/
  #menulist .set1 {
    margin-bottom: 0;
  }
  #menulist .set2 {
    padding: 10vw 0 10vw;
  }
  #menulist h2 {
    font-size: 25px;
    background-size: 50px;
    padding-top: 16vw;
    margin-bottom: 4vw;
  }
  #menulist .note {
    margin-bottom: 6vw;
  }
  #menulist .menu .col {
    width: 100%;
    margin: 0 auto 10vw;
  }
  /* ============== floor ==============*/
  #floor {
    padding: 10vw 0 10vw;
  }
  #floor h2 {
    width: 10%;
    left: 4%;
  }
  #floor .photo {
    margin-left: 53px;
    width: 82%;
    margin-bottom: 9vw;
  }
  #floor .slick-slide .photo2 {
    transform: scale(0.75) translateY(34%);
  }
  #floor .slick-current .photo2 {
    transform: scale(1) translateY(10px);
  }
  #floor .txt {
    position: static;
    width: 90%;
    text-align: justify;
      margin: 5vw auto 0;
      font-size: 13px;
    line-height: 25px;
  }
  #floor .js {
    /* margin-left: 0; */
    margin: 0 auto 5vw 0;
  }
  /* ============== info ==============*/
  #info {
    flex-direction: column;
  }
  #info .photo {
    width: 100%;
    height: 77vw;
    background-position: right -14% bottom 48%;
    background: url(../img/index/info_img01_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  #info .info {
    width: 100%;
    padding: 5% 5% 10%;
      min-width: 100%;
  }
  #info .info .logo {
    width: 55%;
    margin-bottom: -2vw;
  }
  #info .info .tel {
    width: 72%;
    margin: 0 auto;
    padding-bottom: 19px;
  }
  #info .info .tel dt {
    color: #dad1c4;
    font-size: 4vw;
  }
  #info .info .btn {
    width: 71%;
    margin-bottom: 7vw;
  }
  #info .info .btn a {
    font-size: 16px;
  }
  #info .info .btn a:before {
    height: 25px;
  }
  #info .info .group dl {
    flex-direction: column;
    margin-bottom: 0;
  }
  #info .info .group dl dt {
    width: 100%;
  }
  #info .info .group dl dd {
    width: 100%;
    margin-left: 21px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  #info .info h3 {
    font-size: 6vw;
    padding-bottom: 2%;
  }
  #gmap iframe {}
  #gmap .g-btn {
    width: 90%;
    justify-content: space-between;
    padding: 5vw 0 5vw;
  }
  #gmap .g-btn .col {
    width: 48%;
  }
  #gmap .g-btn .col .btn {
    width: 100%;
  }
  #gmap .g-btn .col .btn2 {
      font-size: 13px;
    }
  #gmap .g-btn .col .btn a, #gmap .g-btn .col .btn span {
    font-size: 15px;
    padding: 6px 0;
  }
  .remodal.colona {
    background: url("../img/shared/popup_bg.jpg") repeat;
    padding: 41px 30px;
  }
  .remodal.colona button {
    background: #000;
  }
  .remodal.colona h2 {
    text-align: center;
    font-size: 5vw;
    color: #0b0b0b;
    margin-bottom: 5vw;
    line-height: 1.5;
  }
  .remodal.colona .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .remodal.colona .group .left {
    width: 100%;
  }
  .remodal.colona .group .left .txt1 {
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 1px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: #0b0b0b;
    line-height: 1.6;
  }
  .remodal.colona .group .left .txt2 {
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 1px;
    color: #0b0b0b;
    line-height: 1.6;
    font-family: 'Noto Serif JP', serif;
  }
  .remodal.colona .group .box {
    background: #fff;
    padding: 18px;
    text-align: left;
    align-self: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
  }
  .remodal.colona .group .box li {
    line-height: 26px
  }
}

#news_box {
	background-color: rgba( 255, 255, 255, 0.8 );
    width: 860px;
    margin: 50px auto;
    line-height: 1.8;
    padding-bottom:39px;
}
#news_box .ttl {
	color: #000;
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 20px;
    width: 760px;
    border-bottom: 1px solid #000;
    margin: 0 auto;
	font-weight: bold;
}
#news_box .txt {
	color: #000;
	padding: 20px 50px 0;
	text-align: center;
}
#news_box .red{
	font-weight: bold;
	color: #A00C0E;
	font-size: 120%;
}

@media only screen and (max-width: 480px) {
	#news_box {
	background-color: rgba( 255, 255, 255, 0.8 );
    width: 95%;
    margin: 20px auto;
    line-height: 1.8;
    padding-bottom:39px;
}
#news_box .ttl {
	color: #000;
    padding: 39px 10px 10px;
    text-align: center;
    font-size: 18px;
    width: 90%;
    border-bottom: 1px solid #000;
    margin: 0 auto;
	font-weight: bold;
}
#news_box .txt {
	color: #000;
	padding: 20px 10px 0;
	text-align: center;
}
}