@charset "UTF-8";

/* CSS Document */
html,
body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo",
    sans-serif;
}

#top h2 {
  text-align: center;
  position: relative;
}

#top h2 span {
  display: inline-block;
  padding: 0 15px;
  background-color: #fff;
}

#top .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #1c237d;
  z-index: -1;
}

#top .ttl {
  margin: 70px auto 30px;
}

.instagram h2 img {
  max-width: 510px;
}

.point {
  background: url(../../img/point_bg_pc.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 39%;
}

.point a {
  width: 315px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  margin: auto;
}

.campaign_box {
  border: 3px solid #1e2c58;
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
}

.campaign_box .fl {
  padding: 40px 30px;
  width: 50%;
  box-sizing: border-box;
}

.campaign_box .fr {
  width: 50%;
}

.campaign_box .fr img {
  width: 98%;
  padding: 6px 5px 5px 5px;
}

@media print, screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .campaign_box .fr img {
    width: 85%;
  }

  .sp-none {
    display: none;
  }
}

.campaign_ttl {
  font-size: 40px;
  color: #444;
  margin-bottom: 30px;
}

.campaign_txt {
  font-size: 20px;
  line-height: 1.25;
  color: #444;
}

.campaign .campaign_btn_pc {
  background: #1e2c58;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin: 40px auto 0;
  width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.campaign .campaign_btn_pc::before {
  background: #a3d1ea;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}

.campaign .campaign_btn_pc:hover::before {
  opacity: 1;
  transform: rotate(-5deg);
}

.menu article {
  width: 33.33%;
  float: left;
}

.menu .crepe {
  background: #d8b579;
}

.menu .drink {
  background: #f6b37f;
}

.menu .other {
  background: #e0c98d;
}

.menu article a {
  display: block;
}

.menu article figure {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
}

.menu article figure::before {
  content: "";
  display: block;
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.menu article figure span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.menu article figure span::before {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}

.menu article figure img {
  width: 100%;
  display: block;
  transition: 0.5s;
}

.menu article a:hover figure img {
  transform: scale(1.1);
}

.menu article h3 {
  text-align: center;
  padding: 20px 0;
}

.menu h3 img {
  max-width: 172px;
  height: 40px;
}

@media print, screen and (max-width: 768px) {
  .menu h3 img {
    height: auto;
  }
}

.news article {
  width: 33%;
  box-sizing: border-box;
  padding: 0 1% 0;
  line-height: 1.25;
}

.news article:hover {
  opacity: 0.8;
}

.news article figure img {
  width: 100%;
  height: auto;
}

.news article figcaption {
  text-align: center;
  font-family:
    -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo",
    sans-serif;
  font-weight: bold;
}

.news article figcaption time {
  border-bottom: 1px solid #b9b9b9;
  color: #14116e;
  display: block;
  margin: 10px auto 0;
  padding-bottom: 10px;
  font-size: 18px;
  width: 80%;
}

.news article figcaption p {
  margin: 16px auto 35px;
}

@media screen and (max-width: 768px) {
  .news article figcaption p {
    margin: 16px auto;
  }
}

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 20px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.insta-more {
  text-align: right;
  padding: 10px 5px 25px 0;
  font-size: 22px;
  color: #14116e;
}

.insta-more a {
  color: #14116e;
}

.insta-more:before {
  content: ">";
  color: #14116e;
  padding: 0 5px 0 0;
}

.footyoutube {
}

.footyoutube iframe {
  width: 350px;
  height: 200px;
  padding: 20px 30px 0 0;
}

footer {
  width: 100%;
  padding: 0 0 0 200px;
  box-sizing: border-box;
  max-width: 1170px;
}

@media print, screen and (max-width: 768px) {
  footer {
    padding: 0;
  }
}

.footli {
  padding: 0 0 0 30px;
}

@media print, screen and (max-width: 768px) {
  .footyoutube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .footyoutube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  footer {
    width: 100%;
    margin: 0;
  }

  footer .fr {
    float: none;
  }

  .footli {
    padding: 0;
  }
}

@media print, screen and (max-width: 768px) {
  #visi {
  }

  #dust0,
  #dust1,
  #dust2,
  #dust3,
  #dust4,
  #dust5,
  #dust6,
  #dust7,
  #dust8 {
  }

  #dust0 img,
  #dust1 img,
  #dust2 img,
  #dust3 img,
  #dust4 img,
  #dust5 img,
  #dust6 img,
  #dust7 img,
  #dust8 img {
  }

  #dust0 {
  }
}

@media print, screen and (max-width: 768px) {
  .point {
    background: url(../../img/point_bg_sp.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 57%;
  }

  .point a {
    width: 60%;
    bottom: 2%;
  }

  #top .ttl {
    margin: 50px auto 25px;
  }

  #top h2 span {
    padding: 0 20px;
  }

  .campaign h2 img {
    max-width: 156px;
  }

  .menu h2 img {
    max-width: 84px;
  }

  .news h2 img {
    max-width: 83px;
  }

  .campaign_box .fl,
  .campaign_box .fr {
    float: none;
    width: 100%;
    text-align: center;
  }

  .campaign_box .fl {
    padding: 15px;
  }

  .campaign_ttl {
    font-size: 200%;
    margin-bottom: 10px;
    text-align: center;
  }

  .campaign_txt {
    font-size: 120%;
    text-align: center;
  }

  .campaign .campaign_btn_sp {
    background: #1e2c58;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin: 5px auto 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 5px 5px #a3d1ea;
  }

  .menu article,
  .menu article a {
    display: flex;
    align-items: center;
    float: none;
    width: 100%;
  }

  .menu article + article {
    margin-top: 20px;
  }

  .menu article figure,
  .menu article h3 {
    float: left;
  }

  .menu article figure {
    width: 66.66%;
  }

  .menu article h3 {
    width: 28%;
    margin: 0 auto;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .menu article h3 img {
    width: 100%;
  }

  .news article {
    float: none;
    width: 100%;
    border: 2px solid #0f1978;
    padding: 5px;
    overflow: hidden;
  }

  .news article + article {
    margin: 20px auto 0;
  }

  .news article figure {
    float: left;
    width: 30%;
  }

  .news article figure img {
    height: auto;
  }

  .news article figcaption {
    box-sizing: border-box;
    float: right;
    font-family:
      -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
      "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo",
      sans-serif;
    font-weight: normal;
    padding-right: 15px;
    width: 65%;
    text-align: left;
  }

  .news article figcaption time {
    margin: 5px auto;
    padding-bottom: 5px;
    width: 100%;
  }

  .news article figcaption p {
    margin-top: 5px;
  }
}

@-moz-keyframes my-sparkle {
  0% {
    opacity: 0;
    -moz-transform: rotate(0deg) scale(0);
  }

  50% {
    opacity: 1;
    -moz-transform: rotate(360deg) scale(1);
  }

  100% {
    opacity: 0;
    -moz-transform: rotate(720deg) scale(0);
  }
}

@-webkit-keyframes my-sparkle {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(720deg) scale(0);
  }
}

@keyframes my-sparkle {
  0% {
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }

  50% {
    opacity: 1;
    transform: rotate(360deg) scale(1);
  }

  100% {
    opacity: 0;
    transform: rotate(720deg) scale(0);
  }
}

#menu_index .arText {
  margin-bottom: 15px;
  text-align: right;
}

/*インスタ表示*/
#instafeed {
  width: 970px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

#instafeed div {
  width: 32%;
  padding: 0 0 2%;
}

#instafeed div a img {
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  #instafeed {
    width: 100%;
  }
}

/*インスタ表示end*/
@media screen and (max-width: 768px) {
  .newsflex {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .newsflex {
    display: flex;
    flex-wrap: wrap;
  }
}
