@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*color*/
/*背景色*/
/*ベース文字色*/
/*ベース文字色*/
/*アクセント色*/
/*アクセント色*/
/*線*/
/*線*/
/*線*/
/*線*/
/*線*/
/*線2*/
/*font*/
/*layout*/
/*=== zoom out ===*/
@keyframes slide {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
/*safari*/
@-webkit-keyframes slide {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
/*=== フェードイン ===*/
@keyframes from-left-img {
  from {
    opacity: 0; } }
@-webkit-keyframes from-left-img {
  from {
    opacity: 0; } }
/*=== 左から表示 ===*/
@keyframes from-left-before {
  100% {
    transform: translateX(100%); } }
@-webkit-keyframes from-left-before {
  100% {
    transform: translateX(100%); } }
/*=== 上から表示 ===*/
@keyframes from-top {
  100% {
    transform: translateY(100%); } }
@-webkit-keyframes from-top {
  100% {
    transform: translateY(100%); } }
/*=== 下から表示 ===*/
@keyframes from-bottom {
  100% {
    transform: translateY(-100%); } }
@-webkit-keyframes from-bottom {
  100% {
    transform: translateY(-100%); } }
/*====================================
   main_visual
====================================*/
#main_visual {
  background-image: url("../images/cuisine/main.jpg"); }

/*====================================
   lead
====================================*/
#lead .text {
  background-image: url("../images/cuisine/lead_bg.png"); }

/*=======================
    ページ内リンク
=========================*/
.type.facilities .button_outer a .text .title {
  font-size: 18px;
  margin-bottom: 0;
  position: relative; }
  .type.facilities .button_outer a .text .title .box {
    display: block;
    border: 1px solid #FFF;
    font-size: 15px;
    width: 80%;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto; }
  .type.facilities .button_outer a .text .title:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-right: 1px solid #2e4d02;
    border-bottom: 1px solid #2e4d02;
    transform: rotate(45deg);
    transition: all 0.5s;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto; }

.bg_colored {
  margin-bottom: 30px;
  padding-top: 30px; }

/*=======================
    text_lr
=========================*/
.text_lr.facilities .info.bg_accent {
  padding-bottom: 0; }
  .text_lr.facilities .info.bg_accent .buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-top: 1px solid #eeeeee;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 15px; }
    .text_lr.facilities .info.bg_accent .buttons li {
      flex-basis: 50%;
      max-width: 50%; }
      .text_lr.facilities .info.bg_accent .buttons li:first-child {
        border-right: 1px solid #eeeeee; }
      .text_lr.facilities .info.bg_accent .buttons li a {
        width: 100%;
        height: 60px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 1.2;
        transition: all 0.5s; }
        .text_lr.facilities .info.bg_accent .buttons li a:after {
          content: '';
          display: block;
          width: 15px;
          height: 15px;
          border-right: 1px solid #2e4d02;
          border-bottom: 1px solid #2e4d02;
          transform: rotate(45deg); }
        .text_lr.facilities .info.bg_accent .buttons li a:hover {
          background-color: #eeeeee; }
