@charset "UTF-8";


/*============================
PC  #KEY
============================*/
@media screen and (min-width: 769px), print {

#REST {
  width: auto;
}

#REST #KEY {
  width: auto;
  height: 510px;
  overflow: hidden;
  position: relative;
}


#REST #KEY .key_inner{
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

#REST #KEY div.key_inner h2 {
  width: auto;
  padding: 170px 0 0 0;
  font-size: 29px;
  color: #FFF;
  text-align: center;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}

#REST div#KEY div.key_inner h2 em{
  width: auto;
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;

}

#REST div#KEY div.key_inner h2 span {
  width: auto;
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.allscreen{
  width: 100%;
  height: 510px;
  background: url(../../images/restaurant/top/main_pc.jpg) no-repeat;
  background-size: cover;
}
  .screen_scale{
  transform: scale(1.05);
  transition-duration: 5s;
}
}


/*============================
SP  #KEY
============================*/
@media screen and (max-width: 768px), print {

  #REST #KEY {
    width: auto;
    height: 90vw;
    overflow: hidden;
    position: relative;
  }

  #REST #KEY .key_inner{
    width: auto;
  }

  #REST #KEY div.key_inner h2 {
    width: 100%;
    padding: 30% 0 0 0;
    font-size: 5vw;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
  }

  #REST div#KEY div.key_inner h2 em{
    width: auto;
    display: block;
    font-size: 3.5vw;
    letter-spacing: 0.1em;
  }

  #REST div#KEY div.key_inner h2 span {
    width: auto;
    display: block;
    font-size: 3.5vw;
    letter-spacing: 0.1em;
  }

  .allscreen{
    width: 100%;
    height: 100vw;
    background: url(../../images/restaurant/top/main_sp.jpg) no-repeat;
    background-size: cover;
  }

  .screen_scale{
    transform: scale(1.05);
    transition-duration: 5s;
  }
}


/*============================
PC  .read_container
============================*/
@media screen and (min-width: 769px), print {

#REST div.read_container {
  width: auto;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}

#REST div.read_container h3 {
  width: 200px;
  margin: 0 auto;
}

#REST div.read_container h3 span {
  width: auto;
  display: block;
  padding: 15px 0 0 0;
  font-size: 12px;
  color: #64754A;
  text-align: center;
}

#REST div.read_container p.read_text {
  width: auto;
  padding: 30px 0 0 0;
  text-align: center;
  font-size: 13px;
}

#REST div.read_container div.read_block {
  width: auto;
  padding: 80px 0 0 0;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

#REST div.read_container div.read_block div.text_box {
  width: 28%;
}

#REST div.read_container div.read_block div.text_box p.l_text {
  width: auto;
  font-size: 18px;
  text-align: left;
}

#REST div.read_container div.read_block div.text_box p.text {
  width: auto;
  padding: 15px 0 0 0;
  font-size: 13px;
  text-align: left;
}

/*#REST div.read_container div.read_block div.text_box div.pic_area  span.pic {
  width: auto;
}

#REST div.read_container div.read_block div.text_box div.pic_area span.pic img {
  width: 63%;
  display: block;
}*/

#REST div.read_container div.read_block div.pic_area {
  width: 65%;
}

#REST div.read_container div.read_block div.pic_area span.pic {
  width: auto;
}

#REST div.read_container div.cock_block {
  width: auto;
  padding: 80px 0 0 0;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

#REST div.read_container div.cock_block span.pic {
  width: 60%;
  display: block;
}


#REST div.read_container div.cock_block div.text_box {
  width: 36%;
}

#REST div.read_container div.cock_block div.text_box div.info_area {
  width: auto;
  padding: 0 0 30px 0;
}

#REST div.read_container div.cock_block div.text_box div.info_area h4 {
  width: auto;
  font-size: 11px;
  text-align: left;
  line-height: 2.2em;
}

#REST div.read_container div.cock_block div.text_box div.info_area h4 span {
  width: auto;
  display: block;
  font-size: 18px;
}

#REST div.read_container div.cock_block div.text_box div.info_area p.text {
  width: auto;
  padding: 10px 0 10px 0;
  text-align: left;
}

#REST div.read_container div.cock_block div.text_box div.info_area ul {
  width: auto;
}

#REST div.read_container div.cock_block div.text_box div.info_area ul li {
  width: auto;
  font-size: 11px;
  line-height: 1.8em;
}
}




/*============================
PC  .read_container
============================*/
@media screen and (max-width: 768px), print {

  #REST div.read_container {
    margin: 0 auto;
    padding: 3em 1em 2em 1em;
  }

  #REST div.read_container h3 {
    width: 170px;
    margin: 0 auto;
  }

  #REST div.read_container h3 span {
    width: auto;
    display: block;
    padding: 0.7em 0 0 0;
    font-size: 11px;
    color: #64754A;
    text-align: center;
  }

  #REST div.read_container p.read_text {
    width: auto;
    padding: 1em 0 0 0;
    text-align: center;
    font-size: 13px;
    text-align: left;
  }

  #REST div.read_container div.read_block {
    width: auto;
    padding: 2.5em 0 0 0;
  }

  #REST div.read_container div.read_block div.text_box {
    width: auto;
  }

  #REST div.read_container div.read_block div.text_box p.l_text {
    width: auto;
    font-size: 16px;
    text-align: center;
  }

  #REST div.read_container div.read_block div.text_box p.text {
    width: auto;
    padding: 15px 0 0 0;
    font-size: 13px;
    text-align: left;
  }

  /*#REST div.read_container div.read_block div.text_box div.pic_area  span.pic {
    width: auto;
  }

  #REST div.read_container div.read_block div.text_box div.pic_area span.pic img {
    width: 63%;
    display: block;
  }*/

  #REST div.read_container div.read_block div.pic_area {
    width: auto;
    padding: 2em 0 0 0;
  }

  #REST div.read_container div.read_block div.pic_area span.pic {
    width: auto;
  }

  #REST div.read_container div.cock_block {
    width: auto;
    padding: 2em 0 0 0;
  }

  #REST div.read_container div.cock_block span.pic {
    width: auto;
    display: block;
  }


  #REST div.read_container div.cock_block div.text_box {
    width: auto;
  }

  #REST div.read_container div.cock_block div.text_box div.info_area {
    width: auto;
    padding: 0 0 2em 0;
  }

  #REST div.read_container div.cock_block div.text_box div.info_area h4 {
    width: auto;
    padding: 1.2em 0 0 0;
    font-size: 11px;
    text-align: left;
    line-height: 2.2em;
  }

  #REST div.read_container div.cock_block div.text_box div.info_area h4 span {
    width: auto;
    display: block;
    font-size: 18px;
  }

  #REST div.read_container div.cock_block div.text_box div.info_area p.text {
    width: auto;
    padding: 10px 0 10px 0;
    text-align: left;
  }

  #REST div.read_container div.cock_block div.text_box div.info_area ul {
    width: auto;
  }

  #REST div.read_container div.cock_block div.text_box div.info_area ul li {
    width: auto;
    font-size: 11px;
    line-height: 1.8em;
  }
}

/*============================
PC  .menu
============================*/
@media screen and (min-width: 769px), print {

#REST div.menu {
  width: auto;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

#REST div.menu h3 {
  width: auto;
  padding: 0 0 30px 0;
  font-size: 30px;
  color: #64754a;
  text-align: center;
  line-height: 1.1em;
  border-bottom: 3px #64754a solid;
}

#REST div.menu h3 span {
  width: auto;
  display: block;
  font-size: 13px;
  color: #4d4d4d;
}


#REST div.menu div.menu_box {
  width: auto;
  padding: 0 0 50px 0;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#REST div.menu div#BL01 {
  padding-top: 80px;
}

#REST div.menu div#BL02 {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#REST div.menu div.menu_box span.pic {
  width: 53%;
  display: block;
}

#REST div.menu div.menu_box div.menu_area {
  width: 40%;
}

#REST div.menu div.menu_box div.menu_area h4 {
  width: auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #64754a;
}

#REST div.menu div.menu_box div.menu_area h4 span {
  width: auto;
  margin: 0 0 0 10px;
  font-size: 13px;
}

#REST div.menu div.menu_box div.menu_area p.time {
  width: auto;
  padding: 20px 0 0 0;
  font-size: 20px;
  text-align: left;
}

#REST div.menu div.menu_box div.menu_area p.time span {
  width: auto;
  margin: 0 0 0 10px;
  font-size: 13px;
}

#REST div.menu div#BL01 div.menu_area p.text {
  width: auto;
  font-size: 13px;
  color: #4d4d4d;
  text-align: left;
}

#REST div.menu div#BL02 div.menu_area p.text {
  width: auto;
  font-size: 13px;
  color: #4d4d4d;
  text-align: left;
}

#REST div.menu div.menu_box div.menu_area ul {
  width: auto;
  padding: 0 0 15px 0;
}

#REST div.menu div.menu_box div.menu_area ul li {
  width: auto;
  padding: 10px 0 0 0;
}

#REST div.menu div.menu_box div.menu_area ul li dl {
  width: auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  align-items:baseline;
}

#REST div.menu div.menu_box div.menu_area ul li dl dt {
  width: auto;
  margin: 0 15px 0 0;
  font-size: 16px;
  color: #64754a;
}

#REST div.menu div.menu_box div.menu_area ul li dl dd.price {
  width: auto;
  margin: 0 15px 0 0;
  font-size: 16px;
  color: #4d4d4d;
}

#REST div.menu div.menu_box div.menu_area ul li dl dd.pdf {
  width: auto;
}

#REST div.menu div.menu_box div.menu_area ul li dl dd.pdf a {
  width: auto;
  display: block;
  padding: 0 0 0 10px;
  font-size: 12px;
  color: #64754a;
  background: transparent url(../../images/restaurant/common/arrow_green.png) left center no-repeat;
  -webkit-background-size: 4px;
  background-size: 4px;
}

#REST div.menu div.menu_box div.menu_area p.bottom_text {
  width: auto;
  font-size: 13px;
  line-height: 1.4em;
}

#REST div.menu div.menu_box div.menu_area p.bottom_text + p.bottom_text {
  padding: 5px 0 0 0;
}



#REST div.menu div#BL03 div.menu_area dl {
  width: auto;
  padding: 15px 0 15px 0;
}

#REST div.menu div#BL03 div.menu_area dl dt {
  width: auto;
  font-size: 16px;
  color: #64754a;
  text-align: left;
}

#REST div.menu div#BL03 div.menu_area dl dd.price {
  width: auto;
  margin: 0 15px 0 0;
  font-size: 16px;
  color: #4d4d4d;
}

#REST div.menu div#BL03 div.menu_area dl dd.pdf {
  width: auto;
}

#REST div.menu div#BL03 div.menu_area dl dd.pdf a {
  width: auto;
  display: block;
  padding: 0 0 0 10px;
  font-size: 12px;
  color: #64754a;
  background: transparent url(../../images/restaurant/common/arrow_green.png) left center no-repeat;
  -webkit-background-size: 4px;
  background-size: 4px;
}

#REST div.menu div#BL03 div.menu_area p.bottom_text {
  width: auto;
}
#REST div.menu .menuBlock  {
    margin: 50px 0;
}
#REST div.menu .menuBlock h4 {
  font-size: 32px;
  color: #5F7644;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
#REST div.menu .menuBlock h4 span {
  font-size: 12px;
  display: inline-block;
  margin-left: 1em;
}


#REST div.menu .menuBlock .box_wrap {
    display: flex;
}
#REST div.menu .menuBlock .box_wrap .box .boxTxt {
  padding: 1.5em 2em 2em;
  font-size: 14px;
}
#REST div.menu .menuBlock .box_wrap .box .boxTxt h5 {
  font-size: 26px;
      color: #5F7644;
      margin-bottom: 0.5em;
}
#REST div.menu .menuBlock .box_wrap .box .boxTxt h5 span {
  font-size: 16px;
      display: inline-block;
      margin-left: 1em;
}

#REST div.menu .menuBlock .box_wrap .box .boxTxt p.price {
  font-size: 13px;
  margin-bottom: 1em;
}
#REST div.menu .menuBlock .box_wrap .box .boxTxt p.price span {
  font-size: 16px;
    display: inline-block;
    margin-right: 0.5em;
}
#REST div.menu .menuBlock .notes p {
    text-indent: -1em;
    margin-left: 1em;
    padding: 0 2em;
}
}



/*============================
PC  .menu
============================*/
@media screen and (max-width: 768px), print {

  #REST div.menu {
    width: auto;
    margin: 0 auto 70px;
    padding: 0 1em;
  }

  #REST div.menu h3 {
    width: auto;
    padding: 0 0 0.5em 0;
    font-size: 26px;
    color: #64754a;
    text-align: center;
    line-height: 1.1em;
    border-bottom: 3px #64754a solid;
  }

  #REST div.menu h3 span {
    width: auto;
    display: block;
    font-size: 13px;
    color: #4d4d4d;
  }


  #REST div.menu div.menu_box {
    width: auto;
    padding: 0 0 3em 0;
    align-items: center;
  }

  #REST div.menu div#BL01 {
    padding-top: 2em;
  }

  #REST div.menu div.menu_box span.pic {
    width: auto;
    display: block;
  }

  #REST div.menu div.menu_box div.menu_area {
    width: auto;
  }

  #REST div.menu div.menu_box div.menu_area h4 {
    width: auto;
    padding: 1.5em 0 0 0;
    font-size: 24px;
    color: #64754a;
    text-align: center;
    line-height: 1em;
  }

  #REST div.menu div.menu_box div.menu_area h4 span {
    width: auto;
    display: block;
    font-size: 13px;
  }

  #REST div.menu div.menu_box div.menu_area p.time {
    width: auto;
    padding: 0.5em 0 0 0;
    font-size: 16px;
    text-align: left;
  }

  #REST div.menu div.menu_box div.menu_area p.time span {
    width: auto;
    margin: 0 0 0 10px;
    font-size: 13px;
  }

  #REST div.menu div#BL01 div.menu_area p.text {
    width: auto;
    font-size: 13px;
    color: #4d4d4d;
    text-align: left;
  }

  #REST div.menu div#BL02 div.menu_area p.text {
    width: auto;
    font-size: 13px;
    color: #4d4d4d;
    text-align: left;
  }

  #REST div.menu div.menu_box div.menu_area ul {
    width: auto;
    padding: 0.5em 0 0.5em 0;
  }

  #REST div.menu div.menu_box div.menu_area ul li {
    width: auto;
    padding: 0.5em 0 0 0;
  }

  #REST div.menu div.menu_box div.menu_area ul li dl {
    width: auto;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    align-items:baseline;
    flex-wrap: wrap;
  }

  #REST div.menu div.menu_box div.menu_area ul li dl dt {
    width: auto;
    margin: 0 30px 0 0;
    font-size: 16px;
    color: #64754a;
  }

  #REST div.menu div.menu_box div.menu_area ul li dl dd.price {
    width: 40%;
    margin: 0 15px 0 0;
    font-size: 16px;
    color: #4d4d4d;
  }

  #REST div.menu div.menu_box div.menu_area ul li dl dd.pdf {
    width: auto;
  }

  #REST div.menu div.menu_box div.menu_area ul li dl dd.pdf a {
    width: auto;
    display: block;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #64754a;
    background: transparent url(../../images/restaurant/common/arrow_green.png) left center no-repeat;
    -webkit-background-size: 4px;
    background-size: 4px;
  }

  #REST div.menu div.menu_box div.menu_area p.bottom_text {
    width: auto;
    font-size: 13px;
    line-height: 1.4em;
    padding: 0.5em 0;
  }

  #REST div.menu div.menu_box div.menu_area p.bottom_text + p.bottom_text {
    padding: 5px 0 0 0;
  }



  #REST div.menu div#BL03 div.menu_area dl {
    width: auto;
    padding: 1em 0;
  }

  #REST div.menu div#BL03 div.menu_area dl dt {
    width: auto;
    font-size: 15px;
    color: #64754a;
    text-align: left;
  }

  #REST div.menu div#BL03 div.menu_area dl dd.price {
    width: auto;
    margin: 0 15px 0 0;
    font-size: 16px;
    color: #4d4d4d;
  }

  #REST div.menu div#BL03 div.menu_area dl dd.pdf {
    width: auto;
  }

  #REST div.menu div#BL03 div.menu_area dl dd.pdf a {
    width: auto;
    display: block;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #64754a;
    background: transparent url(../../images/restaurant/common/arrow_green.png) left center no-repeat;
    -webkit-background-size: 4px;
    background-size: 4px;
  }

  #REST div.menu div#BL03 div.menu_area p.bottom_text {
    width: auto;
  }

  #REST div.menu .menuBlock  {
      margin: 30px 0 40px;
  }
  #REST div.menu .menuBlock h4 {
    font-size: 23px;
        color: #5F7644;
        margin-bottom: 0.5em;
        letter-spacing: 0.1em;
  }
  #REST div.menu .menuBlock h4 span {
    font-size: 12px;
    display: inline-block;
    margin-left: 1em;
  }

  #REST div.menu .menuBlock .box_wrap .box {
      margin-bottom: 20px;
  }
  #REST div.menu .menuBlock .box_wrap .box .boxTxt {
    padding: 1.5em;
    font-size: 14px;
  }
  #REST div.menu .menuBlock .box_wrap .box .boxTxt h5 {
    font-size: 26px;
        color: #5F7644;
        margin-bottom: 0.5em;
  }
  #REST div.menu .menuBlock .box_wrap .box .boxTxt h5 span {
    font-size: 16px;
        display: inline-block;
        margin-left: 1em;
  }

  #REST div.menu .menuBlock .box_wrap .box .boxTxt p.price {
    font-size: 13px;
    margin-bottom: 1em;
  }
  #REST div.menu .menuBlock .box_wrap .box .boxTxt p.price span {
    font-size: 16px;
      display: inline-block;
      margin-right: 0.5em;
  }
  #REST div.menu .menuBlock .notes p {
      text-indent: -1em;
      margin-left: 1em;
      padding: 0 1.5em;
  }
}











/*============================
PC  #KEY
============================*/
@media screen and (min-width: 769px), print {
  #REST div.facility {
      width: auto;
      max-width: 1100px;
      margin: 0 auto;
      padding: 80px 0 0 0;
  }
  #REST div.facility h3 {
      width: auto;
      padding: 0 0 30px 0;
      font-size: 30px;
      color: #64754a;
      text-align: center;
      line-height: 1.1em;
      border-bottom: 3px #64754a solid;
  }
  #REST div.facility h3 span {
      width: auto;
      display: block;
      font-size: 13px;
      color: #4d4d4d;
  }

  #REST div.facility h3 + p {
    font-size: 13px;
        text-align: center;
        padding: 3.5em 0 5em;
}
#REST div.facility .box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#REST div.facility .box_wrap .box {
  width: 48%;
  margin-bottom: 40px;
}

#REST div.facility .box_wrap .box .box_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1em;
}
#REST div.facility .box_wrap .box .box_tit h4 {
    font-size: 20px;
    color: #64754a;
}
#REST div.facility .box_wrap .box .box_tit p {
    border: solid 1px #64754a;
    border-radius: 5px;
    color: #64754a;
    padding: 0.4em 1em;
    line-height: 1em;
    box-sizing: border-box;
}
#REST div.facility .box_wrap .box .box_img {
    margin-bottom: 50px;
}

#REST div.facility .box_wrap .box .box_lead {
    font-size: 13px;
}
#REST div.facility .box_wrap .box .box_lead p {
    margin-bottom: 1em;
}

#REST div.facility .box_wrap .box .box_lead .fac_menu {
    background: #FCF9F9;
    border: solid 1px #E6E6E6;
    padding: 1.2em;
    margin-bottom: 1.5em;
    line-height: 1.8;
}
#REST div.facility .box_wrap .box .box_lead ul li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 1em;
}
#REST div.menu .menuBlock .box_wrap .box02{
    width: 50%;
}

.slick-dots li button:before {
  line-height: 7px!important;
    position: absolute;
    width: 7px!important;
    height: 7px!important;
    opacity: .25;
    background: #4e4e4e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "";
    border-radius: 50%;
    color: transparent!important;
}
.slick-dots li.slick-active button:before {
    background: #2c2c2c;
}
.slick-dots {
bottom: -35px!important;
}
.slick-dots li {
  width: 8px!important;
height: 8px!important;
margin: 0 6px!important;
}
}


/*============================
SP  #KEY
============================*/
@media screen and (max-width: 768px), print {

  #REST div.facility {
    width: auto;
    margin: 0 auto;
    padding: 0 1em;
  }
  #REST div.facility h3 {
      width: auto;
      padding: 0 0 30px 0;
      font-size: 30px;
      color: #64754a;
      text-align: center;
      line-height: 1.1em;
      border-bottom: 3px #64754a solid;
  }
  #REST div.facility h3 span {
      width: auto;
      display: block;
      font-size: 13px;
      color: #4d4d4d;
  }

  #REST div.facility h3 + p {
    font-size: 13px;
        text-align: left;
        padding: 3.5em 0 5em;
}
#REST div.facility .box_wrap {

}
#REST div.facility .box_wrap .box {
  margin-bottom: 40px;
}

#REST div.facility .box_wrap .box .box_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1em;
}
#REST div.facility .box_wrap .box .box_tit h4 {
    font-size: 20px;
    color: #64754a;
}
#REST div.facility .box_wrap .box .box_tit p {
    border: solid 1px #64754a;
    border-radius: 5px;
    color: #64754a;
    padding: 0.4em 1em;
    line-height: 1em;
    box-sizing: border-box;
}
#REST div.facility .box_wrap .box .box_img {
    margin-bottom: 50px;
}

#REST div.facility .box_wrap .box .box_lead {
    font-size: 13px;
}
#REST div.facility .box_wrap .box .box_lead p {
    margin-bottom: 1em;
}

#REST div.facility .box_wrap .box .box_lead .fac_menu {
    background: #FCF9F9;
    border: solid 1px #E6E6E6;
    padding: 1.2em;
    margin-bottom: 1.5em;
    line-height: 1.8;
}
#REST div.facility .box_wrap .box .box_lead ul li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 1em;
}


.slick-dots li button:before {
  line-height: 7px!important;
    position: absolute;
    width: 7px!important;
    height: 7px!important;
    opacity: .25;
    background: #4e4e4e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "";
    border-radius: 50%;
    color: transparent!important;
}
.slick-dots li.slick-active button:before {
    background: #2c2c2c;
}
.slick-dots {
bottom: -35px!important;
}
.slick-dots li {
  width: 8px!important;
height: 8px!important;
margin: 0 6px!important;
}

}



/*============================
PC  .information
============================*/
@media screen and (min-width: 769px), print {

#REST div.information {
  width: auto;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}

#REST div.information h3 {
  width: auto;
  padding: 0 0 30px 0;
  font-size: 30px;
  color: #64754a;
  text-align: center;
  line-height: 1.1em;
  border-bottom: 3px #64754a solid;
}

#REST div.information h3 span {
  width: auto;
  display: block;
  font-size: 13px;
  color: #4d4d4d;
}

#REST div.information ul {
  width: auto;
  padding: 50px 0 0 0;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

#REST div.information ul li {
  width: 22%;
  max-width: 250px;
  margin: 0 4% 0 0;
  overflow: hidden;
}

#REST div.information ul li:nth-of-type(4) {
  margin: 0;
}

#REST div.information ul li dl {
  width: auto;
}

#REST div.information ul li dl a:link,
#REST div.information ul li dl a:visited {
  display: block;
  transition: 0.3s;
}

#REST div.information ul li dl a:hover {
  display: block;
  opacity: 0.7;
  transition: 0.3s;
}

#REST div.information ul li dl a dt {
  max-width: 250px;
  overflow: hidden;
}

#REST div.information ul li dl a:link dt span,
#REST div.information ul li dl a:visited dt span {
  width: 100%;
  height:0;
  display: block;
  padding-bottom: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  transition: 1.3s;
}

#REST div.information ul li dl a:hover dt span {
  transform: scale(1.04);
  transition-duration: 1.3s;
}

#REST div.information ul li dl a dd.tag {
  width: auto;
  padding: 15px 0 0 0;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}


#REST div.information ul li dl a dd.tag span.cate {
  width: auto;
  margin: 0 3px 3px 0;
  padding: 0 10px;
  color: #FFF;
  font-size: 11px;
  background-color: #64754a;
}

#REST div.information ul li dl a dd.title {
  width: auto;
  padding: 10px 0 0 0;
  line-height: 1.4em;
  font-size: 14px;
}

#REST div.information p.common_bt {
  width: 200px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

#REST div.information p.common_bt a:link,
#REST div.information p.common_bt a:visited {
  width: auto;
  display: block;
  color: #FFF;
  border: 1px #64754a solid;
  line-height: 35px;
  text-align: center;
  background: #64754a url(../../images/common/arrow_wht.png) 15px center no-repeat;
  -webkit-background-size: 4px;
  background-size: 4px;
}

#REST div.information p.common_bt a:hover{
  width: auto;
  display: block;
  color: #64754a;
  line-height: 35px;
  text-align: center;
  border: 1px #64754a solid;
  background: transparent url(../../images/common/arrow_green.png) 15px center no-repeat;
  -webkit-background-size: 4px;
  background-size: 4px;
}

#REST div.information p.common_bt a {
  width: auto;
}

#REST div.information p.common_bt a span {
  width: auto;
}
}


/*============================
PC  .information
============================*/
@media screen and (max-width: 768px), print {

  #REST div.information {
    width: auto;
    margin: 0 auto;
    padding: 3em 1em;
  }


  #REST div.information h3 {
    width: auto;
    padding: 0 0 0.5em 0;
    font-size: 26px;
    color: #64754a;
    text-align: center;
    line-height: 1.1em;
    border-bottom: 3px #64754a solid;
  }

  #REST div.information h3 span {
    width: auto;
    display: block;
    font-size: 13px;
    color: #4d4d4d;
  }


  #REST div.information ul {
    width: auto;
    padding: 2em 0 0 0;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

  #REST div.information ul li {
    width: 47%;
    padding: 0 0 1em 0;
    overflow: hidden;
  }

  #REST div.information ul li dl {
    width: auto;
  }


  #REST div.information ul li dl a dt {
    max-width: 250px;
    overflow: hidden;
  }

  #REST div.information ul li dl a dt span {
    width: 100%;
    height:0;
    display: block;
    padding-bottom: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #REST div.information ul li dl a dd.tag {
    width: auto;
    padding: 15px 0 0 0;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
  }

  #REST div.information ul li dl a dd.tag span.cate01 {
    width: auto;
  }

  #REST div.information ul li dl a dd.tag span.cate02 {
    width: auto;
  }

  #REST div.information ul li dl a dd.tag span.cate {
    width: auto;
    margin: 0 3px 3px 0;
    padding: 0 7px;
    color: #FFF;
    font-size: 11px;
    background-color: #64754a;
  }

  #REST div.information ul li dl a dd.title {
    width: auto;
    padding: 10px 0 0 0;
    line-height: 1.4em;
    font-size: 13px;
  }

  #REST div.information p.common_bt {
    width: auto;
    margin: 0 auto;
    padding: 2em 0 0 0;
  }

  #REST div.information p.common_bt a {
    width: auto;
    display: block;
    color: #FFF;
    border: 1px #64754a solid;
    line-height: 45px;
    text-align: center;
    background: #64754a url(../../images/common/arrow_wht.png) 15px center no-repeat;
    -webkit-background-size: 4px;
    background-size: 4px;
  }

  #REST div.information p.common_bt a span {
    width: auto;
  }
}

/*============================
PC  .bottom_info
============================*/
@media screen and (min-width: 769px), print {

#REST div.bottom_info {
  width: auto;
  padding: 60px 0 60px 0;
  background-color: #64754a;
}

#REST div.bottom_info h3 {
  width: 200px;
  margin: 0 auto;
  font-size: 29px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.1em;
}

#REST div.bottom_info dl {
  width: auto;
  padding: 20px 0 0 0;
}

#REST div.bottom_info dl dt {
  width: auto;
  font-size: 13px;
  color: #FFF;
  text-align: center;
}

#REST div.bottom_info dl dd.top_text {
  width: auto;
  padding: 5px 0 0 0;
  font-size: 13px;
  color: #FFF;
  text-align: center;
}

#REST div.bottom_info dl dd {
  color: #FFF;
  text-align: center;
}

#REST div.bottom_info dl dd.call {
  width: auto;
  font-size: 20px;
  line-height: 1.5em;
}

#REST div.bottom_info dl dd.address {
  width: auto;
  padding: 10px 0 0 0;
  font-size: 12px;
}

#REST div.bottom_info dl dd.time {
  width: auto;
  padding: 5px 0 0 0;
  font-size: 12px;
}

#REST div.bottom_info dl dd.time span {
  width: auto;
  margin: 0 10px;
}

#REST div.bottom_info dl dd.under_text {
  width: auto;
}

#REST div.bottom_info div.bt_area {
  width: auto;
  padding: 30px 0 0 0;
}

#REST div.bottom_info div.bt_area p.bt {
  width: 280px;
  margin: 0 auto;
}

#REST div.bottom_info div.bt_area p.bt a {
  width: auto;
  line-height: 55px;
  display: block;
  text-align: center;
  color: #64754a;
  background: #FFF url(../../images/common/arrow_green.png) 25px center no-repeat;
  background-color: #fff;
  -webkit-background-size: 3px;
  background-size: 3px;
}

#REST div.bottom_info div.bt_area p.bt a {
  color: #64754a;
}

}
/*============================
PC  .bottom_info
============================*/
@media screen and (max-width: 768px), print {

  #REST div.bottom_info {
    width: auto;
    padding: 2em 0 3em 0;
    background-color: #64754a;
  }

  #REST div.bottom_info h3 {
    width: 35%;
    margin: 0 auto;
    padding: 0 0 1em 0;
    font-size: 23px;
    text-align: center;
    color: #FFF;
    letter-spacing: 0.1em;
  }

  #REST div.bottom_info dl {
    width: auto;
    padding: 0 0 0 0;
  }

  #REST div.bottom_info dl dt {
    width: auto;
    padding: 0 0 1em;
    font-size: 16px;
    color: #FFF;
    text-align: center;
  }

  #REST div.bottom_info dl dd.top_text {
    width: auto;
    padding: 5px 0 0 0;
    font-size: 13px;
    color: #FFF;
    text-align: center;
  }

  #REST div.bottom_info dl dd {
    color: #FFF;
    text-align: center;
  }

  #REST div.bottom_info dl dd.call {
    width: auto;
    padding: 5px 0 0 0;
    font-size: 20px;
  }

  #REST div.bottom_info dl dd.address {
    width: auto;
    padding: 5px 0 0 0;
    font-size: 12px;
  }

  #REST div.bottom_info dl dd.time {
    width: auto;
    padding: 5px 0 0 0;
    font-size: 12px;
  }

  #REST div.bottom_info dl dd.time span {
    width: auto;
    display: block;
  }

  #REST div.bottom_info dl dd.under_text {
    width: auto;
    padding: 5px 0 0 0;
  }

  #REST div.bottom_info div.bt_area {
    width: auto;
    padding: 1.5em 0 0 0;
  }

  #REST div.bottom_info div.bt_area p.bt {
    width: auto;
    margin: 0 1em;
    padding: 0.5em 0 0 0;
  }

  #REST div.bottom_info div.bt_area p.bt a {
    width: auto;
    display: block;
    text-align: center;
    color: #64754a;
    background: #FFF url(../../images/common/arrow_gold.png) 25px center no-repeat;
    background-color: #FFF;
    -webkit-background-size: 3px;
    background-size: 3px;
  }

  #REST div.bottom_info div.bt_area p.bt a {
    color: #64754a;
    padding: 1.3em 0;
  }
}


/*============================
PC  bottom_banner
============================*/
@media screen and (min-width: 769px), print {

 div.bottom_banner {
  width: auto;
  padding: 40px 0;
}

div.bottom_banner ul {
  width: 97%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

div.bottom_banner ul li {
  width: 49.5%;
  height: 18vw;
  max-height: 230px;
  text-align: center;
  overflow: hidden;

}

div.bottom_banner ul li:nth-child(odd) a {
  background: transparent url(../../images/restaurant/top/banner01.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

div.bottom_banner ul li:nth-child(even) a {
  background: transparent url(../../images/restaurant/top/banner02.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

div.bottom_banner ul li a:hover {
  transform: scale(1.04);
  transition-duration: 1.3s;
}

div.bottom_banner ul li a {
  width: auto;
  height: 18vw;
  display: block;
  color: #FFF;
}

div.bottom_banner ul li a span {
  width: auto;
  display: block;
  padding: 15% 0 0 0;
  font-size: 26px;
  letter-spacing: 0.15em;
}

div.bottom_banner ul li a span em {
  width: auto;
  display: block;
  font-size: 13px;
  padding: 3px 0 0 0;
}
}

/*============================
SP  bottom_banner
============================*/
@media screen and (max-width: 768px), print {

  div.bottom_banner {
    width: auto;
    padding: 1.5em 0;
  }

  div.bottom_banner ul {
    width: auto;
    padding: 0 1em;
  }

  div.bottom_banner ul li {
    width: auto;
    height: 32vw;
    text-align: center;
  }

  div.bottom_banner ul li + li {
    margin: 0.8em 0 0 0;
  }

  div.bottom_banner ul li:nth-child(odd) {
    background: transparent url(../../images/restaurant/top/banner01.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  div.bottom_banner ul li:nth-child(even) {
    background: transparent url(../../images/restaurant/top/banner02.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  div.bottom_banner ul li a {
    width: auto;
    height: 32vw;
    display: block;
    color: #FFF;
  }

  div.bottom_banner ul li a span {
    width: auto;
    display: block;
    padding: 12% 0 0 0;
    font-size: 20px;
    letter-spacing: 0.15em;
  }

  div.bottom_banner ul li a span em {
    width: auto;
    display: block;
    font-size: 12px;
    padding: 3px 0 0 0;
  }
}
