body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #fff;
  background-color: #191919;
}
a {
  color: #1f8836;
  font-style: normal;
  text-decoration: none;
}
a:link {
  color: #1f8836;
  font-style: normal;
  text-decoration: none;
}
a:visited {
  color: #1f8836;
  text-decoration: none;
}
a:hover {
  color: #1f8836;
  font-style: normal;
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/*

#breadcrumb
________________________*/
#breadcrumb {
  display: block;
  padding: 11px 0;
  margin-bottom: 52px;
  text-align: left;
}
#breadcrumb ul {
  margin: 0;
  padding: 0;
}
#breadcrumb ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  text-align: left;
}
#breadcrumb ul li:before {
  content: " / ";
}
#breadcrumb ul li:first-child:before {
  content: none;
}
#breadcrumb ul li, #breadcrumb ul li a {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: .8rem;
  color: #000;
}
.blk_section {
  padding: 8em 0;
  background-color: #000;
  background-image:
    url("../img/sewing_bg.png"), url("../img/sewing_bg.png"), url("../img/03-dark-carpet.png");
  background-repeat: repeat-x, repeat-x, repeat;
  background-position: 0 1%, 0 99%, center;
  color: #fff;
}
.wh_section {
  padding: 8em 0;
  background-color: #fff;
  background-image:
    url("../img/sewing_bg.png"), url("../img/sewing_bg.png"), url("../img/03-light-carpet.png");
  background-repeat: repeat-x, repeat-x, repeat;
  background-position: 0 1%, 0 99%, center;
  color: #000;
}
/*

/*

mv_box
_______________________*/
.mv_box {
  width: 100%;
  position: relative;
}
.mv_box h1 {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
.mv_box h1 img {
  width: 30%;
  height: auto;
  animation-name: fadein;
  animation-duration: 2s;
  animation-iteration-count:1;
}
@keyframes fadein {
  from {
    opacity: 0;
	transform: scale(.9);
  }
  to {
    opacity: 1;
	transform: scale(1);
  }
}
  .mv_box .inf_sub {
    text-align: center;
  }
  .mv_box .inf_sub img {
    width: 100%;
    height: auto;
  }
  .ph_box img {
    margin-bottom: 2em;
  }
  .ph_box .lead {
    font-size: 1rem;
    line-height: 1.9;
  }
  /*
flow_box

____________________*/
  .flow_box ul {
    display: flex;
    justify-content: space-between;
  }
  .flow_box ul li {
    text-align: center;
    overflow: hidden;
    width: 20%;
    margin: 0 10px;
    border: solid 2px #fff;
    font-weight: bold;
  }
  .flow_box ul li.arrow {
    text-align: center;
    overflow: hidden;
    width: 3%;
    margin: 0 0;
    border: 0;
    font-weight: bold;
    background: url(../img/arrow-wh.png) no-repeat top 48% right 0;
  }
  .flow_box ul li:first-child {
    margin: 0 10px 0 0;
  }
  .flow_box ul li:last-child {
    margin: 0 0 0 10px;
  }
  .flow_box ul li span {
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    padding: 2em 0;
    box-sizing: border-box;
  }
  /*

.infinit
________________________*/
  .infiniteslide ul {
    margin: 0;
  }
  .infiniteslide li {
    list-style-type: none;
  }
  /*

.top
________________________*/
  h3.top_h3 {
    position: relative;
    font-size: 3rem;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1em;
  }
  h3.top_h3 span {
    display: block;
    font-size: .93rem;
  }
  .top_concept p {
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 600;
  }
  .top_menu, .top_restaurant {
    margin-bottom: 20px;
  }
  .top_menu_img, .top_restaurant_img {
    margin-bottom: 60px;
  }
  .top_menu_img p, .top_restaurant_img p {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .top_btm .grid-padding-x > .cell.top_btm_l {
    padding-right: 3rem;
    padding-left: 0.9375rem;
  }
  .tel_read {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 8px;
  }
  .tel_read a {
    color: #fff;
  }
  p.access_read {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .top_cont_mb {
    margin-bottom: 80px;
  }
  table {
    background: #ebfff0;
  }
  table thead {
    background: #66b37a;
    color: #fff;
  }
  table tbody td, table tbody th, table thead th {
    border: 2px solid #fff;
    text-align: center !important;
  }
  table tbody tr:nth-child(even) {
    background: #f7fff9 !important;
  }
  /*

footer_cont
________________________*/
  footer {
    padding: 5px 0 15px 0;
    background-color: #000;
    background-image: url("../img/03-dark-carpet.png");
    background-repeat: repeat;
    background-position: center;
    color: #fff;
  }
  footer .btm_copy {
    font-size: .83rem;
    margin-bottom: 0;
  }
  dl.dl_dt {
    width: 100%;
    margin: 0 0 1em 0;
  }
  dl.dl_dt:after {
    content: " ";
    display: block;
    clear: both;
  }
  dl.dl_dt dt {
    display: block;
    width: 7em;
    clear: left;
    float: left;
    margin: 0 0 .6em 0;
  }
  dl.dl_dt dd {
    display: block;
    width: calc(100% - 7em);
    float: left;
    margin: 0 0 .6em 0;
  }
  /*

flex
_____________________________*/
  .flex_parent {
    display: flex;
  }
  .flex_child-box {
    margin-right: auto;
  }
  /*

button
_____________________________*/
  .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    border: 1px solid #636363;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #444;
    color: #fff;
    padding: 18px 24px;
    position: relative;
    border-radius: 0;
  }
  .button_w {
    padding: 18px 80px;
  }
  a.button {
    color: #fff;
    text-decoration: none;
  }
  a.button:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  .button.large {
    padding: 15px 15px !important;
  }
  .button.large {
    font-size: 1rem;
  }
  .button:focus, .button:hover {
    background-color: #444;
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  /*

button_rev
_____________________________*/
  .button_rev {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    border: 1px solid #fff;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    min-width: 222px;
    position: relative;
  }
  a.button_rev {
    color: #fff;
    text-decoration: none;
  }
  a.button_rev .fas {
    position: absolute;
    top: 31%;
    right: 5px;
  }
  .icon::before {
    font-weight: 900;
  }
  a.button_rev:hover {
    background-color: #2ba6cb;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  /* ----------------------------------------------
 pagetop
 ---------------------------------------------- */
  .pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: -50px;
  }
  @media all and (min-width: 300px) and (max-width: 1024px) {
    .header_sp, .sp_menu {
      display: block;
    }
    .header_pc_menu, header ul.header_ico {
      display: none;
    }
    /*media end */
  }
  @media all and (min-width: 768px) and (max-width: 1023px) {
    .blk_section, .wh_section {
      padding: 3em 0;
    }
    /*media end */
  }
  @media all and (min-width: 300px) and (max-width: 767px) {
    .blk_section, .wh_section {
      padding: 3em 0;
    }
    .mv_box h1 img {
      width: 70%;
    }
    .ph_box img {
      width: 60%;
    }
    .ph_box p {
      text-align: left;
    }
    br.pc_only {
      display: none;
    }
    h3.top_h3 {
      font-size: 1.5rem;
    }
    .flow_box ul {
      max-width: 400px;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin: 0 auto;
    }
    .flow_box ul li {
      width: 21.5%;
      margin: 0 1% 10px;
    }
    .flow_box ul li.arrow {
      width: 1.5%;
    }
    .flow_box ul li:first-child {
      margin: 0 1% 10px;
    }
    .flow_box ul li:last-child {
      margin: 0 1% 10px;
    }
  }
  /*media end */
}