@charset "UTF-8";


/* Header Footer Add
  ========================================================================== */

.l-header-gnav .gnav-cafe .gnav-cafe-list ._item.navOnlineShop a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 18px 10px 30px;
  background: #000;
  color: #fff;
  position: relative;
}

.l-header-gnav .gnav-cafe .gnav-cafe-list ._item.navOnlineShop a::before {
  font-family: FontAwesome;
  content: "\f04b";
  transform: scale(0.5);
  position: absolute;
  top: 11px;
  left: 14px;
}

footer a{
  font-size: 100% !important;
  text-decoration: none;
  position: relative;
  margin-left: 20px;
  padding-left: 14px;
}

footer a:before {
  font-family: FontAwesome;
  content: "\f04b";
  transform: scale(0.5);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 640px){
  footer a{
    margin-left: 0;
  }
}

@media screen and (min-width: 860px){
  .l-header-primary {
    border: none;
  }

  .l-header-gnav .gnav-cafe .gnav-cafe-list{
    display: flex;
    justify-content: flex-end;
    padding: 22px 0;
    align-items: center;
  }

  .l-header-gnav .gnav-cafe .gnav-cafe-list ._item{
    margin-right: 20px;
  }

  .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:first-child {
    margin-right: 30px;
    padding-right: 40px;
    border-right:1px solid rgba(255, 255, 255, 0.5);
  }

  .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:first-child a {
    text-decoration: none;
    display: block;
    padding: 7px 0px;
    position: relative;
  }

  .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:first-child a::before {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    top: 7px;
    left: -18px;
  }

  .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:nth-child(2) a {
    padding: 0px 6px;
  }

  .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:last-child {
    margin-right: 0px;
  }

  .header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:first-child {
    margin-right: 20px;
    padding-right: 0;
    border-right: none;
  }

  .header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:nth-child(-n+4) {
    position: relative;
  }

  .header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:nth-child(-n+4) a {
    text-decoration: none;
    display: block;
    padding: 7px 0px;
    position: relative;
  }

  .header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:first-child a::before {
    display: none;
  }

  .header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item > ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 0px;
    visibility: hidden;
    opacity: 0;
    transition: padding-top 0.4s, opacity 0.4s, visibility 0.4s;
  }

  .header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:hover > ul {
    padding-top: 10px;
    visibility: visible;
    opacity: 1;
  }

  .header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item > ul a {
    white-space: nowrap;
  }

  .header-deli.l-header-second .l-header-gnav .gnav-cafe .gnav-cafe-list ._item > ul {
    left: -20px;
    padding-top: 18px;
  }

  .header-deli.l-header-second .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:hover > ul {
    padding-top: 28px;
  }

  .header-deli.l-header-second .l-header-gnav .gnav-cafe .gnav-cafe-list ._item > ul a {
    padding: 7px 20px !important;
    background: rgba(255, 255, 255, 0.9);
  }

  .header-deli.l-header-second .l-header-gnav .gnav-cafe .gnav-cafe-list ._item > ul a:hover {
    opacity: 1;
    color: rgba(0,0,0,0.6);
  }

  .header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:nth-child(5) a {
    padding: 0px 6px;
  }
}

@media screen and (max-width: 860px){
.l-header-second .l-header-gnav .gnav-cafe {
  display: none;
}
.l-header-main .gnav-cafe {
    position: fixed;
    top: 0;
    right: -1000px;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-transition: left .5s, right .5s;
    transition: left .5s, right .5s;
    z-index: 3;
    padding-top: 30px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.header-cafe .l-header-main .gnav-cafe {
    background-color: rgba(151, 85, 0, 0.9);
}

.openNav .gnav-cafe {
    right: 0;
    z-index: 7;
}

.l-header-gnav .gnav-cafe .gnav-cafe-list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
}

.l-header-gnav .gnav-cafe .gnav-cafe-list ._item{
    padding:20px 0 ;
}

.l-header-gnav .gnav-cafe .gnav-cafe-list ._item:first-child {
    border-bottom: 1px solid #FFF;
    width:100%;
}

.l-header-gnav .gnav-cafe .gnav-cafe-list ._item:first-child a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width:100%;
    text-align: center;
}

.l-header-gnav .gnav-cafe .gnav-cafe-list ._item:nth-child(2) a{
  padding: 10px 22px 0;
}

.header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:first-child {
    border-bottom: none;
}

.header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:first-child a,
.header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:nth-child(-n+4) a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width:100%;
    text-align: center;
}

.header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item:nth-child(2) a{
  padding: 10px 22px 0;
}

.header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item > ul {
    margin-top: 10px;
}

.header-deli .l-header-gnav .gnav-cafe .gnav-cafe-list ._item > ul li {
    margin-top: 5px;
}

.l-header-gnav .gnav-cafe .gnav-cafe-list ._item.navOnlineShop {
  width: 100%;
  display: block;
}

.l-header-gnav .gnav-cafe .gnav-cafe-list ._item.navOnlineShop a {
  background: #fff;
  color: #000;
  width: 100%;
  display: block;
  text-align: center;
}

}

/* メインビジュアル
  ========================================================================== */
.main-visual {
  left: 0;
  top: 0;
  height: 100vh; }

.main-visual-img {
  animation: mainVisualFadeIn 1.5s ease-out 1s both; }
  .main-visual-img img {
    height: 100vh;
    width: 100%; }

.main-visual-img-set {
  overflow: hidden; }

.main-visual-img-set img {
  transition: transform 10s 0s ease-in-out;
  transform: scale(1);
  will-change: animate; }

.main-visual-img.on .main-visual-img-set.slick-active img {
  transform: scale(1.1);
  will-change: animate; }

.main-visual-logo {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
}

.main-visual-logo.onFirst {
  animation: mainLogoFadeIn 2s ease 1s both;
  animation-delay: 2s;
}

.main-visual-scroll {
  animation: mainVisualFadeIn 1.5s ease-out 1s both;
  animation-delay: 2.3s;
}
.main-visual-scroll span {
    background: rgba(255, 255, 255, 0.6);
    height: 183px;
    position: absolute;
    top: 0;
    left: 0;
    animation: sdb 2s infinite;
    width: 2px;
}
.main-message-box .main-message span{
  font-size: 24px;
  line-height: 36px;
}
@keyframes mainVisualFadeIn {
  0% {
    opacity: 0;
    filter: blur(10px); }
  100% {
    opacity: 1;
    filter: blur(0); } }

@keyframes mainLogoFadeIn {
  0% {
    opacity: 0;
    filter: blur(60px); }
  100% {
    opacity: 1;
    filter: blur(0); } }
 
@keyframes sdb {
  0% {
    height: 0;
    opacity: 0; }
  50% {
    height: 183px;
    opacity: 1; }
  100% {
    height: 183px;
    opacity: 0; } }

@media screen and (max-width: 767px) {
  .main-visual {
    /*padding-bottom: 172%;*/
    height:60vh;
    overflow: hidden; }
  .main-visual-logo {
    height: 74.4vw;
    width: 22.67vw; }
    .main-visual-logo img {
      height: auto;
      width: 100%; }
  .main-visual-img img {
    height: 60vh;
  }

  .main-visual-scroll{
    display: none;
  }
  .slick-slide{
    height:60vh;
  }
}
.main-visual-deli .main-message-box .main-message span{
  display: block;
}
.main-visual-deli .main-message-box .main-message br{
  display: none;
}


/*----------------------------*/
/* Parallax Section */
/*----------------------------*/
@media screen and (max-width: 640px) {
  div.parallax {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .main-message-box {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-message-box .main-message {
    font-size: 32px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 6px black;
  }
  .main-visual-deli .main-message-box .main-message span{
    display: inline-block;
    padding-bottom: 0.5em;
    font-size: 5vw;
    line-height: 1.8;
  }
  .main-visual-deli .main-message-box .main-message br{
    display: block;
  }
}

@media screen and (min-width: 640px) {
  div.parallax {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    width:100%;
    overflow: hidden;
  }
  .main-message-box {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-message-box .main-message {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 53px;
    font-size: 45px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    text-shadow: 0 0 6px black;
  }
}


/*---------------------------------------------------------*/
/* index page */
/*---------------------------------------------------------*/

._scroll {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  text-align: center;
  right: 60px;
}

@media screen and (max-width: 640px) {
  ._scroll {
    right: 15px;
  }
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  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 8px;
  padding: 0;
}

.slick-dots li button {
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  cursor: default;
  color: transparent;
  border-radius: 7px;
  border: 0;
  outline: none;
  background:rgba(255, 255, 255, 0.3);
}

.slick-dots li.slick-active button {
  background:#FFF;
  /*background:linear-gradient(#FFF, #DDD);*/
}


/*----------------------------*/
/* NEWS Section */
/*----------------------------*/

#news{
    margin-bottom: 0;
    background-image: url(../img/bg-paper.jpg);
}

#news .inner-block {
    padding-bottom: 40px;
}

#news h2 {
    margin: 20px 0 40px 0;
    text-align: center;
}
#news .news_follwlink {
    margin-bottom: 40px;
    text-align: center;
}
#news .news_follwlink a {
    position: relative;
    text-decoration: none;
}
#news .news_follwlink a:before {
    font-family: FontAwesome;
    content: "\f16d";
    top: 0;
    left: 0;
    margin-right: 0.5em;
}
#news .news_follwlink a:hover {
    text-decoration: underline;
}

#news .sbi_info {
    margin-top: 0.5em;
}
#news .sbi_caption {
    font-size: 1.2em;
}

@media screen and (max-width: 640px){
  #news h2 {
    margin: 40px 0 20px 0;
  }
  #news .news_follwlink {
    margin-bottom: 20px;
  }
  #news .news_follwlink a{
    font-size: 1em;
  }
  #news #sb_instagram #sbi_images .sbi_item {
    margin-bottom: 20px !important;
  }
}


/*----------------------------*/
/* SERVICE Section */
/*----------------------------*/
#service {
  background-image: url(../img/bg-paper.jpg);
  width: 100%;
}
#service.bgnone {
  background-image: none;
}

#service .service-main{
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
  padding-top: 60px;
}

#service .service-main h4{
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 65px;
    font-size: 40px;
    font-weight: 800;
}

#service .service-main p{
  padding: 30px 2px 20px;
  font-size: 18px;
  line-height:45px;
  color: #666666;
}

#service .service-main .detail {
    color: #fff;
    background: #000;
}

#service .service-read{
  width: 60%;
}

#service .service-photo{
  width: 40%;
  padding-top: 10px;
  display: block;
  padding-left: 40px;
}

#service .service-photo:after{
  clear:both;
}

#service .service-photo .service-image{
  width:70%;
  padding: 0 0 20px;
}

#service .service-photo .service-image:nth-child(1){
  float: left;
}

#service .service-photo .service-image:nth-child(2){
  float: right;
}

@media screen and (max-width: 980px) {
  #service .service-photo .service-image{
    width:100%;
  }
}

@media screen and (max-width: 640px) {
  #service {
    padding-bottom: 44px;
  }

  #service .service-main {
    flex-direction: column;
  }

  #service .service-main h4{
      line-height: 52px;
      font-size: 30px;
  }

  #service .service-read,
  #service .service-photo{
    width: 100%;
    text-align: center;
  }

  #service .service-photo{
    margin-top: 20px;
    justify-content: space-between;
    padding-left: 0;
  }

  #service .service-photo .service-image{
    width:48%;
    margin: 4px 0 ;
  }
}


/*----------------------------*/
/* MENU Section */
/*----------------------------*/

#menu{
  background: #fff;
  padding-bottom: 40px;
}

#menu h2 {
    margin: 40px 0 80px;
    text-align: center;
}

#menu .columnBox{
  padding-bottom:40px;
  position: relative;
}

#menu .columnImage{
  position: relative;
  margin: 0 auto;
  width: fit-content;
}

#menu .badgeReco .columnImage:after{
  display: flex;
  content:"看板\Aメニュー";
  white-space: pre;
  position: absolute;
  top:-25px;
  right:-25px;
  width:98px;
  height:98px;
  border-radius: 49px;
  font-size: 16px;
  line-height: 18px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #f19300;
  text-align: center;
  font-weight: bold;
  z-index: 2;
}

.main-deli #menu .badgeReco .columnImage:after{
  content:"人気・定番\Aメニュー";
}

#menu h4 {
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
    line-height: 30px;
}

.main-deli #menu .menu_lead {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}

.main-deli #menu .menu_lead p {
    display: inline-block;
    position: relative;
    padding: 0 2em;
    font-size: 1.2em;
    line-height: 1.4;
    color: #666;
    font-weight: bold;
    text-align: center;
}

.main-deli #menu .menu_lead p:before,
.main-deli #menu .menu_lead p:after {
    display: block;
    position: absolute;
    bottom: 0;
    content: "";
    height: 90%;
    width: 3px;
    background: #666;
}

.main-deli #menu .menu_lead p:before {
    left: 0;
    transform: rotate(-30deg);
}

.main-deli #menu .menu_lead p:after {
    right: 0;
    transform: rotate(30deg);
}

.main-deli #menu .menu_lead p br.sp {
    display: none;
}

#menu .price {
    text-align: center;
    font-size: 20px;
    font-style :italic;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 5px;
    font-weight: 800;
}

#menu .menuDetail {
    text-align: center;
    font-size: 13px;
    color: #646464;
    padding-top: 15px;
}

#menu p {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    padding-top: 15px;
    text-align: left;
}

#menu .menu_button {
    margin-bottom: 40px;
    text-align: center;
}

#menu .menu_button a {
    background: #000;
    color: #fff;
}

#menu .menu_button a:hover {
   opacity: 0.7 !important;
}

#menu .attn{
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px;
    color: #333333;
    width: 100%;
    background: #e6e6e6;
    border:1px solid #cdcdcd;
    text-align: center;
}

#menu .info{
    margin-top: 40px;
    font-size: 14px;
    line-height: 24px;
    padding: 30px 20px;
    color: #333333;
    width: 100%;
    border:1px solid #cdcdcd;
    text-align: center;
}

#menu .info *{
    text-align: center;
}

#menu .info > *:first-child{
    padding-top: 0;
}

#menu .info .detail{
    background: #000;
    color: #fff;
}

@media screen and (min-width: 640px) and (max-width: 800px){
  #menu .badgeReco:after{
    top:-16px;
    right:-16px;
    width: 66px;
    height:66px;
    border-radius: 33px;
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (max-width: 640px){
  #menu .badgeReco:after{
    right:-10px;
  }
  .main-deli #menu .menu_lead p br.sp {
    display: block;
  }
}


/*----------------------------*/
/* SNS Section */
/*----------------------------*/
#sns {
  min-height:100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
}

#sns h2 {
    margin: 40px 0 80px;
    text-align: center;
}

#sns .columnSNS{
  display: flex;
}

#sns .columnSNS h3{
  font-size: 36px;
  letter-spacing: 4px;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 400;
}

#sns .columnSNS p.read{
  text-align: center;
  padding-bottom: 30px;
  line-height:150%;
}


#sns .columnIN{
  width:60%;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

#sns .columnIN .wpmi-item{
  padding: 0 10px 10px 0;
}

#sns .columnFB{
  width:40%;
  padding-left: 30px;
  margin-bottom: 20px;
}

#sns li.wp-my-instagram{
  list-style-type: none;
}

#sns li.wp-my-instagram .widget_title,#sns li.wp-my-instagram .wpmi-me{
  display: none;
}

.facebook-wrapper {
    max-width: 100%;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

@media screen and (max-width: 760px) {
  #sns .columnIN .wpmi-item{
    padding: 0 5px 10px 5px;
  }

  #sns .columnSNS{
    flex-direction: column;
  }

  #sns .columnIN{
    width:100%;
    padding-right: 0;
    border: none;
    margin-bottom: 60px;
  }

  #sns .columnFB{
    width:100%;
    padding-left: 0;
    margin-bottom: 60px;
  }
}


/*----------------------------*/
/* ORDER Section */
/*----------------------------*/
#order {
  min-height:80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  text-align: center;
  
}

#order h2 {
    margin: 40px 0 40px 0;
    font-size: 30px;
    text-align: center;
}

#order .tel-contact-cont {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
            box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
    padding: 20px;
    text-align: center;
    width: 100%;
    height: 100%;
}

#order .tel-contact-block {
    border:1px solid #FFF;
    padding:8px;
    width: 50%;
    margin: 0 auto;
    color:#333;
}

#order .tel-contact-block a {
    font-size: 38px;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
}

#order .tel-contact-block a:hover {
    text-decoration: none;
}

#order .tel-contact-cont ._title {
    letter-spacing: 4px;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: bold;
}

#order ._txt {
    font-size: 13px;
    color: #333333;
    padding: 0;
    letter-spacing: 4px;
}

#order h4 {
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: 700;
}

#order h4 br.sp {
    display: none;
}

#order .order_text {
    margin-top: 40px;
}

#order p {
    line-height: 1.5;
}

#order .tel-contact-cont a:before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 0.9em;
}

@media screen and (max-width: 640px) {

  #order h2 {
    font-size: 24px;
  }
  #order .tel-contact-block a {
    font-size: 7vw;
  }
  #order .tel-contact-block{
    width: 100%;
    margin-bottom: 20px;
  }
  #order .tel-contact-cont {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
            box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
    padding: 20px;
    text-align: center;
  }
  #order .tel-contact-block ._title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: bold;
  }
  #order .tel-contact-block ._txt{
    padding: 0;
    font-size: 14px;
    line-height:26px;
  }
  #order .tel-contact-cont .tel-btn {
    font-size: 25px;
    font-weight: bold;
  }
  #order .tel-contact-cont .tel-btn a {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    text-decoration: none;
    font-family: 'Noto Sans JP';
    letter-spacing: 4px;
  }
  #order .order_text {
    text-align: left;
  }
  #order p {
    font-size: 3vw;
    line-height: 1.8;
  }
  #order h4 br.sp {
    display: none;
  }

}


/*----------------------------*/
/* INFO Section */
/*----------------------------*/
#info {
  background: #f7f7f7;
  padding-bottom: 40px;
}

#info h2 {
    padding: 80px 0 80px;
    text-align: center;
}

#info .map{
  padding: 0 40px;
}

#info .inner-block{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-deli #info .inner-block{
  justify-content: center;
}

#info .inner-block tr{
  border-bottom:2px dotted #CCC;
}

#info .inner-block tr:first-child{
  border-top:2px dotted #CCC;
}

#info .inner-block th,#info .inner-block td{
  padding: 10px;
  line-height: 22px;
  text-align: left;
}

#info .inner-block th{
  white-space: nowrap;
}

#info .inner-block td a{
  font-size: 100%;
  text-decoration: none;
}

#info .inner-block table:last-child td a{
  /*
  padding:3px 0 3px 24px;
  background: url(/img/icon_arrow.png) center left no-repeat;
  */
  padding:3px 0 3px 0;
}

@media screen and (max-width: 767px) {
  #info .inner-block{
    flex-direction: column;
    padding: 40px 10px;
  }

  #info .inner-block table{
    width:100%;
  }

  #info .inner-block table:nth-child(2) tr:first-child{
    border-top:none;
  }

  #info .map{
    padding: 0 10px;
  }
}

@media screen and (min-width: 767px) {
  #info .inner-block table{
    width:calc(50% - 20px);
  }
}


/*----------------------------*/
/* COLOR */
/*----------------------------*/

.main-cafe #sns {
  background-image: url(/img/cafe/bg_sns.jpg);
}

.main-cafe #service .service-main h4,
.main-cafe #menu h4,
.main-cafe #menu .price,
.main-cafe #info .inner-block th{
    color: #975500;
}

.main-cafe #sns .columnSNS p.read span{
  border-bottom:4px solid #975500;
}

.main-tree #sns {
  background-image: url(/img/tree/bg_sns.jpg);
}

.main-tree #service .service-main h4,
.main-tree #menu h4,
.main-tree #menu .price,
.main-tree #info .inner-block th{
    color: #1e6e13;
}

.main-tree #sns .columnSNS p.read span{
  border-bottom:4px solid #1e6e13;
}

.main-farmers #sns {
  background-image: url(/img/farmers/bg_sns.jpg);
}

.main-farmers #service .service-main h4,
.main-farmers #menu h4,
.main-farmers #menu .price,
.main-farmers #info .inner-block th{
    color: #7b1a11;
}

.main-farmers #sns .columnSNS p.read span{
  border-bottom:4px solid #7b1a11;
}

.header-farmers .l-header-logo ._logo{
  top:2px;
}

.main-deli #order {
  background-image: url(/img/deli/bg_sns.jpg);
}

.main-deli #service .service-main h4,
.main-deli #menu h4,
.main-deli #menu .price,
.main-deli #info .inner-block th{
    color: #f76252;
}

.main-deli #sns .columnSNS p.read span{
  border-bottom:4px solid #f76252;
}

.header-deli .l-header-logo ._logo{
  top: 11px;
}

@media screen and (max-width: 860px){
  .header-tree .l-header-logo ._logo img {
      width: 120px;
  }
  .header-deli .l-header-logo ._logo{
    top: 6px;
  }

  .header-tree .l-header-main .gnav-cont {
    background-color: rgba(30, 110, 19, 0.9);
  }

  .header-farmers .l-header-main .gnav-cont {
    background-color: rgba(123, 26, 17, 0.9);
  }
}
