/* CSS Document */
.home-box {
  max-width: 1500px;
  margin: 50px auto 0px;
  text-align: center; }
  .home-box h3.box-ttl {
    margin-bottom: 5px;
    margin-top: -60px;
    padding-top: 60px; }
  .home-box .box-img {
    margin-top: 20px; }

@media screen and (min-width: 769px) {
  .home-box {
    margin-top: 100px; }
    .home-box h3.box-ttl {
      margin-bottom: 20px; }
    .home-box .box-img {
      margin-top: 33px; } }

.slick-prev, .slick-next {
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 21px;
  height: 40px;
  position: absolute;
  top: 45%;
  padding: 0;
  z-index: 1;
  text-indent: -9999px;
  transition: all  0.3s ease; }
  .slick-prev:before, .slick-next:before {
    content: "";
    width: 21px;
    height: 40px;
    position: absolute;
    top: 0; }

.slick-next {
  right: 0; }
  .slick-next:before {
    right: 15px;
    background: url(../images/home/icon_arrow_r.png) no-repeat;
    background-size: 21px 40px; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    left: 15px;
    background: url(../images/home/icon_arrow_l.png) no-repeat;
    background-size: 21px 40px; }

@media screen and (min-width: 769px) {
  .slick-prev, .slick-next {
    width: 42px;
    height: 81px; }
    .slick-prev:before, .slick-next:before {
      width: 42px;
      height: 81px; }
  .slick-next:before {
    right: 30px;
    background-size: 42px 81px; }
  .slick-prev:before {
    left: 30px;
    background-size: 42px 81px; } }

.mv-slider {
  opacity: 0;
  transition: all  0.4s ease-out;
  transform: translateY(-20px);
  text-align: center;
  margin-bottom: 35px; }
  .mv-slider .slider-img img {
    width: 100%; }

@media screen and (min-width: 769px) {
  .mv-slider {
    margin-bottom: 100px; }
    .mv-slider .slider-img img {
      width: 100%; } }

.box-news {
  opacity: 0;
  transition: all  0.4s ease-out;
  transform: translateY(-20px); }
  .box-news h3.box-ttl {
    margin-bottom: 20px; }

@media screen and (min-width: 769px) {
  .box-news h3.box-ttl {
    margin-bottom: 30px; } }

.box-menu .menu-inner {
  display: flex;
  color: #FFF;
  height: 180px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-align: center; }
  .box-menu .menu-inner a {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  .box-menu .menu-inner .menu-l {
    background: url(../images/home/img_cafetime.jpg) no-repeat 61% 0;
    background-size: 375px;
    width: 50%; }
  .box-menu .menu-inner .menu-r {
    background: url(../images/home/img_bartime.jpg) no-repeat 19%;
    background-size: 375px;
    width: 50%; }

@media screen and (min-width: 769px) {
  .box-menu .menu-inner {
    height: 360px;
    font-size: 36px; }
    .box-menu .menu-inner .menu-l, .box-menu .menu-inner .menu-r {
      text-decoration: none;
      transition: all  0.3s ease-out;
      color: #000; }
      .box-menu .menu-inner .menu-l:hover, .box-menu .menu-inner .menu-r:hover {
        opacity: 0.7; }
    .box-menu .menu-inner .menu-l {
      background-size: cover; }
    .box-menu .menu-inner .menu-r {
      background-size: cover; } }

.box-insta .box-ttl img {
  vertical-align: middle;
  width: 20px;
  margin-right: 10px;
  margin-bottom: 3px; }

.box-insta .insta-link {
  font-size: 14px;
  margin-bottom: 20px; }
  .box-insta .insta-link a {
    text-decoration: underline; }

@media screen and (min-width: 769px) {
  .box-insta .box-ttl img {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 5px; }
  .box-insta .insta-link {
    font-size: 16px;
    margin-bottom: 35px;
    margin-top: -20px; } }

#insta-area {
  display: flex;
  flex-wrap: wrap; }
  #insta-area li {
    width: 30%;
    height: auto;
    position: relative;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
    margin-right: 5%; }
    #insta-area li:nth-child(3) {
      margin-right: 0; }
    #insta-area li:before {
      content: '';
      background: inherit;
      filter: blur(10px);
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      z-index: -1; }
    #insta-area li:after {
      content: "";
      display: block;
      padding-top: 100%; }
    #insta-area li img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    #insta-area li:nth-last-of-type(-n+2) {
      display: none; }
    #insta-area li .insta-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media screen and (min-width: 769px) {
  #insta-area {
    flex-wrap: nowrap; }
    #insta-area li {
      max-width: 200px;
      width: calc(100% / 5);
      margin-right: 3.7%; }
      #insta-area li:nth-child(3) {
        margin-right: 3.7%; }
      #insta-area li:last-child {
        margin-right: 0; }
      #insta-area li:nth-last-of-type(-n+2) {
        display: block; } }
