@charset "UTF-8";
/*                reset
======================================================= */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address, caption {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0;
  vertical-align: top; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

ul, ol {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

hr {
  display: none;
  margin: 0;
  padding: 0; }

/* =========================================================
HTML 
========================================================= */
html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  position: relative;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', Osaka, 'MS PGothic', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #111;
  -webkit-text-size-adjust: 100%; }

/* IE10-11 */
_:-ms-input-placeholder, :root body {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important; }

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  /*chrome*/
  backface-visibility: hidden; }

table {
  width: 100%; }

th, td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

th {
  font-weight: bold; }

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: opacity .3s, background .3s;
  -o-transition: opacity .3s, background .3s;
  transition: opacity .3s, background .3s; }
  a img {
    -webkit-transition: opacity .3s, background .3s;
    -o-transition: opacity .3s, background .3s;
    transition: opacity .3s, background .3s; }

@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8; }
  a:hover {
    opacity: .7; }
  .link_ex a:hover {
    opacity: 1; } }

/* =========================================================
Class 
========================================================= */
/* Block
---------------------------------------------------------- */
.cf::after, .clearfix::after {
  content: "";
  display: block;
  clear: both; }

.only_sp {
  display: block !important; }

.only_pc {
  display: none !important; }

.only_sp_il {
  display: inline !important; }

.only_pc_il {
  display: none !important; }

@media print, screen and (min-width: 769px) {
  .only_sp {
    display: none !important; }
  .only_pc {
    display: block !important; }
  .only_sp_il {
    display: none !important; }
  .only_pc_il {
    display: inline !important; } }

/* Text
---------------------------------------------------------- */
.txt_main {
  color: #00a785; }

.txt_red {
  color: #f00; }

.bold {
  font-weight: 600 !important; }

.txt_center {
  text-align: center !important; }
  .txt_center th, .txt_center td {
    text-align: center !important; }

.txt_left {
  text-align: left !important; }
  .txt_left th, .txt_left td {
    text-align: left !important; }

.txt_right {
  text-align: right !important; }
  .txt_right th, .txt_right td {
    text-align: right !important; }

.txt_min {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif; }

/* head1,head2,head3
---------------------------------------------------------- */
.head1, .head2, .head3 {
  font-family: 'M PLUS 1p', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', Osaka, 'MS PGothic', sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 1.2; }

.head1 {
  font-size: 3rem; }

.head2 {
  font-size: 2rem; }

.head3 {
  margin-bottom: 30px;
  font-size: 1.6rem; }
  .head3 span {
    position: relative;
    display: inline-block;
    padding-bottom: 5px; }
    .head3 span:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      width: 100%;
      height: 2px;
      margin: auto;
      background-color: #00a785; }

@media print, screen and (min-width: 769px) {
  .head1 {
    font-size: 4rem; }
  .head2 {
    font-size: 3rem; }
  .head3 {
    margin-bottom: 40px;
    font-size: 2rem; }
    .head3 span {
      padding-bottom: 10px; } }

/* col2,col4
---------------------------------------------------------- */
.col2, .col4 {
  width: 100%;
  margin: 1px 0 20px 1px; }

.col2 > div, .col4 > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* col2_m,col4_m */
.col2_m, .col4_m {
  width: 100%;
  margin-bottom: 0; }

.col2_m > div, .col4_m > div {
  margin-bottom: 20px; }

/* after */
.col2::after, .col4::after, .col2_m::after, .col4_m::after {
  content: '';
  display: block;
  clear: both; }

@media print, screen and (min-width: 769px) {
  .col2 > div, .col4 > div {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .col2 > div {
    width: 50%; }
  .col4 > div {
    width: 25%;
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4); }
  .col2_m > div, .col4_m > div {
    float: left;
    margin-bottom: 30px; }
  .col2_m > div {
    width: 48%;
    width: -webkit-calc((100% - 31px)/2);
    width: calc((100% - 31px)/2); }
  .col4_m > div {
    width: 23%;
    width: -webkit-calc((100% - 91px)/ 4);
    width: calc((100% - 91px)/ 4); }
  .col2_m > div:nth-child(odd) {
    margin-right: 30px; }
  .col4_m > div:nth-child(4n-3), .col4_m > div:nth-child(4n-2), .col4_m > div:nth-child(4n-1) {
    margin-right: 30px; } }

/* tab
---------------------------------------------------------- */
.tab {
  display: table;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-top: solid 1px #e6e6e6; }

#information .tab {
  margin-bottom: 40px; }

.tab li {
  display: inline-block;
  width: 50%;
  border: solid 1px #e6e6e6;
  border-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top; }
  .tab li:nth-child(2n) {
    margin-left: -1px; }
  .tab li.active {
    position: relative; }
    .tab li.active:before {
      position: absolute;
      top: 0px;
      display: block;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #00a785; }
  .tab li a, .tab li > div {
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #fff; }
    .tab li a span, .tab li > div span {
      display: block;
      height: 44px;
      line-height: 44px;
      background-color: #81bd71; }
  .tab li.active {
    position: relative; }
    .tab li.active a, .tab li.active > div {
      color: #00a785;
      pointer-events: none; }
      .tab li.active a span, .tab li.active > div span {
        background-color: #fff; }
  .tab li.hide {
    cursor: default; }
    .tab li.hide a span, .tab li.hide > div span {
      background-color: #ddd; }

.tab_contents {
  display: none; }
  .tab_contents.active {
    display: block; }
  .tab_contents .inner {
    padding: 20px; }

@media print, screen and (min-width: 769px) {
  .tab {
    border-top: 0;
    border-bottom: solid 1px #e6e6e6; }
    .tab li {
      display: table-cell;
      border: 0; }
      .tab li:nth-child(2n) {
        margin-left: 0; }
  #information .tab li {
    width: 20%; }
  #shop .tab li {
    width: 50%; }
  .tab li a, .tab li > div {
    padding: 5px; }
    .tab li a span, .tab li > div span {
      display: block;
      height: 60px;
      line-height: 60px;
      background-color: #81bd71; }
  .tab li.active a, .tab li.active > div {
    border-top: solid 2px #00a785;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    border-bottom: 0; }
  .tab li.active:after {
    position: absolute;
    bottom: -1px;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    margin-top: 1px;
    background-color: #fff; } }

/* btn
---------------------------------------------------------- */
.btn {
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  .btn + .btn {
    margin-top: 0.5em; }
  .btn a {
    position: relative;
    display: inline-block;
    width: 85%;
    padding: 14px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-weight: 1.6rem;
    line-height: 1.2;
    font-weight: normal;
    color: #fff;
    background-color: #00a785; }
    .btn a .icon_ar {
      position: absolute;
      bottom: 24px;
      right: 22px;
      display: block;
      width: 25px;
      height: 1px;
      background-color: #fff; }
      .btn a .icon_ar:after {
        position: absolute;
        bottom: 2px;
        right: 0;
        display: block;
        content: '';
        width: 6px;
        height: 1px;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        background-color: #fff; }
  .btn.yellow-green a {
    background-color: #81bd71; }

@media print, screen and (min-width: 769px) {
  .btn {
    margin: 0 auto;
    padding: 0; }
    .btn a {
      width: auto;
      min-width: 250px;
      padding: 16px 50px; } }

/* =========================================================
header
========================================================= */
#header {
  height: 50px;
  border-bottom: solid 1px #e6e6e6; }
  #header .innerbox {
    padding: 0; }
  #header .logo {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    margin: auto;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  #header #nav ul {
    display: table;
    width: auto;
    margin: 0 0 0 auto;
    text-align: right; }
  #header #nav li {
    display: table-cell;
    vertical-align: middle; }
    #header #nav li a {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      padding: 0 10px;
      height: 50px;
      font-family: 'M PLUS 1p', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', Osaka, 'MS PGothic', sans-serif;
      font-weight: 700;
      font-size: 1.2rem;
      line-height: 1.3; }
      #header #nav li a.current:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #00a785; }

@media print, screen and (min-width: 769px) {
  #header {
    position: relative;
    height: 75px; }
    #header .logo {
      width: 200px;
      height: 200px; } }

@media print, screen and (min-width: 1000px) {
  #header .logo {
    width: 300px;
    height: 300px; } }

/* nav */
/*#header #nav li a.current:before,
#header #nav li a:hover:before{
position:absolute;
top: 0; left: 0;
display: block;
content: '';
width: 100%;
height: 2px;
background-color: #00a785;
}*/
@media print, screen and (min-width: 480px) {
  #header #nav li a {
    font-size: 1.4rem; }
    #header #nav li a br {
      display: none !important; } }

@media print, screen and (min-width: 769px) {
  #header #nav li a {
    padding: 0 20px;
    height: 75px;
    font-size: 1.6rem; }
    #header #nav li a:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      content: '';
      width: 100%;
      height: 3px;
      background-color: #00a785;
      opacity: .5;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      -webkit-transition: -webkit-transform 400ms;
      transition: -webkit-transform 400ms;
      -o-transition: transform 400ms;
      transition: transform 400ms;
      transition: transform 400ms, -webkit-transform 400ms; }
    #header #nav li a.current:before, #header #nav li a:hover:before {
      height: 3px; }
    #header #nav li a.current:before {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      opacity: 1; }
    #header #nav li a:hover {
      opacity: 1; }
      #header #nav li a:hover:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center; } }

/* =========================================================
contents
========================================================= */
#contents, .conbox, .innerbox {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.innerbox100 {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .innerbox100 .inner1200 {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.conbox {
  padding: 0; }

.innerbox {
  max-width: 1240px;
  padding: 0 20px; }

.innerbox100 {
  padding: 0;
  background-color: #f2f5f1; }
  .innerbox100 .inner1200 {
    max-width: 1240px;
    padding: 0 20px; }

@media print, screen and (min-width: 769px) {
  .conbox {
    padding: 0; }
  .innerbox {
    padding: 0 20px; }
  .innerbox100 {
    padding: 0; }
    .innerbox100 .inner1200 {
      padding: 0 20px; } }

/*
information
========================================================= */
#information .list {
  margin-bottom: 20px; }
  #information .list dl {
    padding: 17px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 1px #e6e6e6;
    cursor: pointer; }
    #information .list dl:first-child {
      padding: 25px 20px 17px; }
  #information .list dt {
    margin-bottom: 10px; }
    #information .list dt .cate {
      display: inline-block;
      width: 60px;
      height: 22px;
      padding: 2px 5px;
      line-height: 22px;
      color: #fff;
      font-size: 1.2rem;
      text-align: center;
      background-color: #81bd71; }
    #information .list dt .d {
      margin-right: 10px;
      font-size: 1.2rem;
      color: #666; }
  #information .list dd a, #information .list dd > div {
    font-size: 1.4rem;
    line-height: 1.35; }
  #information .list .modal {
    display: none; }

#information .pagenavi {
  text-align: center; }
  #information .pagenavi ul {
    display: inline-block;
    letter-spacing: -.4em; }
  #information .pagenavi li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    letter-spacing: normal;
    background-color: #fff; }
    #information .pagenavi li span, #information .pagenavi li a {
      display: block;
      width: 30px;
      height: 30px;
      margin-bottom: 5px;
      line-height: 30px; }
    #information .pagenavi li span.current {
      color: #00a785;
      text-decoration: underline; }
    #information .pagenavi li a {
      color: #000;
      text-decoration: none; }

@media print, screen and (min-width: 769px) {
  #information .list {
    margin-bottom: 30px; }
    #information .list dl {
      width: 100%;
      margin-right: 35px;
      padding: 10px 0;
      border-bottom: 0;
      -webkit-transition: background .2s;
      -o-transition: background .2s;
      transition: background .2s; }
      #information .list dl:first-child {
        padding: 10px 0; }
      #information .list dl:hover {
        background-color: #fafafa; }
    #information .list dt {
      display: table-cell;
      width: 250px;
      margin-bottom: 0;
      padding-left: 10px;
      vertical-align: top; }
      #information .list dt .cate {
        width: 100px; }
      #information .list dt .d {
        display: inline-block;
        width: 110px;
        padding-left: 10px;
        font-size: 1.4rem; }
    #information .list dd {
      display: table-cell;
      width: auto;
      padding-right: 10px;
      vertical-align: top; }
      #information .list dd > div {
        display: inline; }
      #information .list dd a, #information .list dd > div {
        font-size: 1.6rem; }
        #information .list dd a:hover, #information .list dd > div:hover {
          opacity: 1; } }

/* pagenavi */
/* =========================================================
Footer
========================================================= */
/*
wingkitchen
========================================================= */
#wingkitchen {
  padding-top: 100px; }
  #wingkitchen .head2 {
    margin-bottom: 40px; }
  #wingkitchen .wk_menu {
    margin-bottom: 50px; }
    #wingkitchen .wk_menu > div a {
      position: relative;
      display: block;
      border: solid 1px #ccc; }
      #wingkitchen .wk_menu > div a.current {
        pointer-events: none;
        opacity: .4; }

.keikyukamata #wingkitchen .wk_menu > div:nth-child(1) a, .keikyukawasaki #wingkitchen .wk_menu > div:nth-child(2) a, .keikyutsurumi #wingkitchen .wk_menu > div:nth-child(3) a, .kanazawahakkei #wingkitchen .wk_menu > div:nth-child(4) a {
  pointer-events: none;
  opacity: .4; }

#wingkitchen .wk_menu > div dl {
  padding: 10px 15px; }

#wingkitchen .wk_menu > div dt, #wingkitchen .wk_menu > div dd {
  display: inline-block; }

#wingkitchen .wk_menu > div dt {
  margin-right: 10px;
  font-size: 1.6rem;
  font-weight: bold; }

#wingkitchen .wk_menu > div dd {
  color: #b2b2b2;
  font-size: 1.6rem; }

#wingkitchen .wk_menu > div .icon_ar {
  position: absolute;
  bottom: 22px;
  right: 22px;
  width: 25px;
  height: 1px;
  background-color: #00a785; }
  #wingkitchen .wk_menu > div .icon_ar:after {
    position: absolute;
    bottom: 2px;
    right: 0;
    display: block;
    content: '';
    width: 6px;
    height: 1px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background-color: #00a785; }

/*
ft_bnr_cont
========================================================= */
#ft_bnr_cont {
  padding: 0 0 50px;
  overflow: hidden; }
  #ft_bnr_cont .ft_bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -15px; }
    #ft_bnr_cont .ft_bnrs > div {
      width: 33.333333%; }
      #ft_bnr_cont .ft_bnrs > div > div {
        padding: 15px; }
    @media print, screen and (max-width: 1200px) {
      #ft_bnr_cont .ft_bnrs {
        margin: -10px; }
        #ft_bnr_cont .ft_bnrs > div > div {
          padding: 10px; } }
    @media print, screen and (max-width: 1024px) {
      #ft_bnr_cont .ft_bnrs {
        margin: -5px; }
        #ft_bnr_cont .ft_bnrs > div > div {
          padding: 5px; } }
    @media print, screen and (max-width: 640px) {
      #ft_bnr_cont .ft_bnrs {
        margin: -10px; }
        #ft_bnr_cont .ft_bnrs > div {
          width: 50%; }
          #ft_bnr_cont .ft_bnrs > div > div {
            padding: 10px; } }
    @media print, screen and (max-width: 480px) {
      #ft_bnr_cont .ft_bnrs {
        margin: -5px; }
        #ft_bnr_cont .ft_bnrs > div {
          width: 100%; }
          #ft_bnr_cont .ft_bnrs > div > div {
            padding: 5px; } }
  #ft_bnr_cont .ft_bnr_set a {
    display: block; }
    @media print, screen and (max-width: 480px) {
      #ft_bnr_cont .ft_bnr_set a {
        max-width: 235px;
        margin: auto; } }
  #ft_bnr_cont .ft_bnr_set img {
    display: block;
    width: 100%; }

/*
ft_shop_list
========================================================= */
.ft_shop_list .ft_shop_conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px; }
  .ft_shop_list .ft_shop_conts > div {
    width: 25%; }
    .ft_shop_list .ft_shop_conts > div > div {
      padding: 10px; }
  @media print, screen and (max-width: 1200px) {
    .ft_shop_list .ft_shop_conts {
      margin: -5px; }
      .ft_shop_list .ft_shop_conts > div {
        width: 25%; }
        .ft_shop_list .ft_shop_conts > div > div {
          padding: 5px; } }
  @media print, screen and (max-width: 1024px) {
    .ft_shop_list .ft_shop_conts {
      margin: -10px; }
      .ft_shop_list .ft_shop_conts > div {
        width: 50%; }
        .ft_shop_list .ft_shop_conts > div > div {
          padding: 10px; } }
  @media print, screen and (max-width: 768px) {
    .ft_shop_list .ft_shop_conts {
      margin: -10px;
      padding-left: 20px;
      padding-right: 20px; }
      .ft_shop_list .ft_shop_conts > div {
        width: 50%; }
        .ft_shop_list .ft_shop_conts > div > div {
          padding: 10px; } }
  @media print, screen and (max-width: 640px) {
    .ft_shop_list .ft_shop_conts > div {
      width: 100%; } }

.ft_shop_list .ft_shop_set {
  color: #fff; }
  .ft_shop_list .ft_shop_set a {
    color: #fff;
    text-decoration: none; }
    .ft_shop_list .ft_shop_set a:hover {
      text-decoration: none; }
  .ft_shop_list .ft_shop_set .ft_shop_title > a, .ft_shop_list .ft_shop_set .ft_shop_title > div {
    font-size: 20px;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 2px #fff;
    font-weight: bold;
    position: relative; }
    .ft_shop_list .ft_shop_set .ft_shop_title > a > p, .ft_shop_list .ft_shop_set .ft_shop_title > div > p {
      width: 100%;
      position: relative;
      text-align: center;
      margin-bottom: 0.1em;
      padding: 0 30px; }
      .ft_shop_list .ft_shop_set .ft_shop_title > a > p:before, .ft_shop_list .ft_shop_set .ft_shop_title > div > p:before {
        position: absolute;
        right: 2px;
        bottom: 50%;
        display: block;
        content: "";
        width: 25px;
        height: 3px;
        border-bottom: 1px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: skew(45deg);
        -ms-transform: skew(45deg);
        transform: skew(45deg); }
  @media print, screen and (min-width: 769px) {
    .ft_shop_list .ft_shop_set .ft_shop_title > a > p:before {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ft_shop_list .ft_shop_set .ft_shop_title > a:hover > p:before {
      right: -2px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; } }
  .ft_shop_list .ft_shop_set .ft_shop_contact {
    font-size: 16px; }
    .ft_shop_list .ft_shop_set .ft_shop_contact + .ft_shop_contact {
      margin-top: 1em; }
    .ft_shop_list .ft_shop_set .ft_shop_contact .contact_title p {
      margin-bottom: 0.25em;
      position: relative; }
      .ft_shop_list .ft_shop_set .ft_shop_contact .contact_title p:before, .ft_shop_list .ft_shop_set .ft_shop_contact .contact_title p:after {
        position: relative;
        top: -0.1em; }
      .ft_shop_list .ft_shop_set .ft_shop_contact .contact_title p:before {
        content: '<';
        margin-right: 0.1em; }
      .ft_shop_list .ft_shop_set .ft_shop_contact .contact_title p:after {
        content: '>';
        margin-left: 0.1em; }
    .ft_shop_list .ft_shop_set .ft_shop_contact .contact_detail > p > span {
      display: block; }
  @media print, screen and (max-width: 1200px) {
    .ft_shop_list .ft_shop_set .ft_shop_title > a, .ft_shop_list .ft_shop_set .ft_shop_title > div {
      font-size: 18px; }
    .ft_shop_list .ft_shop_set .ft_shop_contact {
      font-size: 14px; } }
  @media print, screen and (max-width: 640px) {
    .ft_shop_list .ft_shop_set .ft_shop_detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ft_shop_list .ft_shop_set .ft_shop_detail .ft_shop_contact {
        width: 50%;
        padding: 0 10px 10px 0; }
        .ft_shop_list .ft_shop_set .ft_shop_detail .ft_shop_contact + .ft_shop_contact {
          margin-top: 0;
          padding: 0 0 0 10px; } }
  @media print, screen and (max-width: 480px) {
    .ft_shop_list .ft_shop_set .ft_shop_detail {
      display: block; }
      .ft_shop_list .ft_shop_set .ft_shop_detail .ft_shop_contact {
        width: 100%;
        padding: 0;
        text-align: center; }
        .ft_shop_list .ft_shop_set .ft_shop_detail .ft_shop_contact + .ft_shop_contact {
          margin-top: 1em;
          padding: 0; } }

/*
footer
========================================================= */
#footer {
  width: 100%;
  background-color: #00a785; }
  #footer .footer_inner + .footer_inner {
    border-top: solid 1px #fff; }
  #footer .innerbox {
    padding: 0; }
    #footer .innerbox.shop_list {
      padding-top: 50px;
      padding-bottom: 50px; }
  #footer .fmenu {
    letter-spacing: -.4em; }
    #footer .fmenu li {
      display: inline-block;
      width: 50%;
      padding: 1px;
      margin-bottom: -1px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      letter-spacing: normal; }
      #footer .fmenu li:nth-child(2n) {
        padding: 1px 1px 1px 0; }
      #footer .fmenu li a {
        display: block;
        width: 100%;
        height: 46px;
        line-height: 46px;
        text-align: center;
        font-size: 1.5rem;
        color: #00a785;
        background-color: #fff; }
  #footer .copy {
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem; }

@media print, screen and (min-width: 769px) {
  #footer .innerbox {
    padding: 0 20px; }
    #footer .innerbox > div {
      display: table;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto; }
  #footer .fmenu, #footer .copy {
    display: table-cell;
    width: auto;
    height: 150px;
    padding: 0;
    vertical-align: middle; }
  #footer .fmenu li {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 30px; }
    #footer .fmenu li a {
      display: inline;
      text-align: left;
      color: #fff;
      line-height: 1.2;
      font-size: 1.6rem;
      background-color: transparent; }
      #footer .fmenu li a:before {
        display: inline-block;
        content: '';
        width: 0;
        height: 0;
        margin-right: 5px;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: transparent transparent transparent #fff; }
  #footer .copy {
    line-height: 1.2;
    text-align: right;
    font-size: 1.6rem;
    white-space: nowrap; } }

.modal_trigger {
  cursor: pointer; }

@media only screen and (max-width: 768px) {
  .modal_open {
    overflow: hidden;
    height: 100%; } }

.modal {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: auto; }
  .modal.inline {
    overflow-x: hidden; }
    @media only screen and (max-width: 640px) {
      .modal.inline {
        overflow-y: scroll;
        height: 100%;
        -webkit-overflow-scrolling: touch; } }
    .modal.inline .modal_wrap {
      max-height: 100%; }
      @media only screen and (min-width: 769px) {
        .modal.inline .modal_wrap {
          width: 680px; } }
      .modal.inline .modal_wrap .modal_content {
        overflow-y: auto;
        height: 100%;
        -webkit-overflow-scrolling: touch; }
        @media only screen and (max-width: 640px) {
          .modal.inline .modal_wrap .modal_content {
            padding: 0; } }
        .modal.inline .modal_wrap .modal_content .modal_area {
          height: 100%; }
  .modal .modal_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    min-height: 100%;
    position: relative;
    padding: 70px 20px 50px; }
    @media only screen and (max-width: 768px) {
      .modal .modal_body {
        padding: 40px 20px 0px; } }
    @media only screen and (max-width: 480px) {
      .modal .modal_body {
        padding: 40px 10px 0px; } }
  .modal .modal_wrap {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    max-width: 690px;
    max-height: 489px;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px 20px 40px;
    margin-top: 50px;
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .modal .modal_wrap {
        max-width: 600px; } }
    .modal .modal_wrap.contact_modal {
      padding: 0; }
    @media only screen and (max-width: 768px) {
      .modal .modal_wrap {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        padding: 15px 15px 40px; } }
    @media only screen and (max-width: 480px) {
      .modal .modal_wrap {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px; } }
    .modal .modal_wrap .modal_content .modal_area .modal_close {
      width: 30px;
      height: 30px;
      text-align: right;
      position: absolute;
      right: 10px;
      top: -52px;
      background-image: url("https://www.wing-kitchen.jp/asset_wingkitchen/media/images/modal_close.png");
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer; }
      .modal .modal_wrap .modal_content .modal_area .modal_close span {
        display: none; }

.news_modal {
  font-size: 14px; }
  .news_modal .news_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1px #81bd71; }
    .news_modal .news_title h1, .news_modal .news_title h2, .news_modal .news_title h3, .news_modal .news_title > p {
      font-size: 18px;
      color: #81bd71;
      font-weight: 600;
      text-align: center;
      line-height: 1.8; }
    @media only screen and (max-width: 640px) {
      .news_modal .news_title h1, .news_modal .news_title > p {
        font-size: 16rem6; } }
  .news_modal .head_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .news_modal .head_meta > span {
      display: block;
      font-size: 14px;
      line-height: 1.8; }
  .news_modal .news_detail {
    margin: 1em auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .news_modal .news_detail .inner {
      margin: auto;
      max-width: 450px;
      line-height: 1.8; }
    .news_modal .news_detail p {
      font-size: 14px;
      line-height: 1.8; }
      .news_modal .news_detail p strong {
        color: #81bd71;
        font-weight: normal; }
      .news_modal .news_detail p + p {
        margin-top: 1em; }