@charset "UTF-8";
/*---------- Google Fontsの読み込み----------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300&family=Homemade+Apple&family=Noto+Sans+JP:wght@100;300;400;500;700&family=Open+Sans+Condensed:wght@300;700&family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
/*---------- Scssファイルの読み込み----------*/
/*----------共通項目----------*/
/*-----カラーベース 変数-----*/
/*----- ベーススタイル-----*/
html {
  font-size: 62.5%;
  color: #222222;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "筑紫A丸ゴシック","ヒラギノ角ゴシック","Noto+Sans+JP","sans-serif";
  font-size: 1.5rem;
  line-height: 1.5;
  height: 100%;
}

@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #222222;
}

@media (min-width: 769px) {
  a:hover {
    color: #009b9f;
  }
}

/*.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}*/
.fade_on {
  opacity: 1;
}

/*----------共通--------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center {
  text-align: center;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

/*-----------ハンバーガーボタン----------*/
.nav-button {
  position: relative;
  width: 3rem;
  height: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .nav-button {
    width: 2rem;
    height: 2rem;
  }
}

.nav-button span {
  display: block;
  width: 3rem;
  height: 0.5rem;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .nav-button span {
    width: 2rem;
    height: 0.3rem;
  }
}

.nav-button .bar1 {
  top: 0.3rem;
}

@media (max-width: 768px) {
  .nav-button .bar1 {
    top: 0.2rem;
  }
}

.nav-button .bar2 {
  top: 1.2rem;
}

@media (max-width: 768px) {
  .nav-button .bar2 {
    top: 0.84rem;
  }
}

.nav-button .bar3 {
  bottom: 0.3rem;
}

@media (max-width: 768px) {
  .nav-button .bar3 {
    bottom: 0.2rem;
  }
}

.nav-button .bar1.open {
  top: 1.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #222222;
}

@media (max-width: 768px) {
  .nav-button .bar1.open {
    top: 0.8rem;
  }
}

.nav-button .bar2.open {
  opacity: 0;
}

.nav-button .bar3.open {
  top: 1.5rem;
  background: #222222;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .nav-button .bar3.open {
    top: 0.8rem;
  }
}

.sp-nav {
  display: none;
}

/*-----------pc表示----------*/
@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

/*----------sp表示----------*/
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .flex-none {
    display: initial;
  }
}

footer p {
  margin: 3rem 0;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Impact";
}

/*-------------スマホ-----------------*/
@media (max-width: 768px) {
  footer p {
    margin: 3rem 0 3rem;
    font-size: 1rem;
  }
}

/*-----カバー-----*/
.top-cover {
  height: 690px;
  padding-top: 12.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../img/top/top_cover.jpg");
  background-position: center;
  position: relative;
  z-index: 1;
  /*-----カバーロゴ-----*/
  /*-----カフェ＆バー選択ボタン-----*/
}

.top-cover .top-cover-name figure {
  margin: 0;
  line-height: 1;
  text-align: center;
}

.top-cover .top-cover-name figure img {
  padding: 1.4rem;
  border: 0.5rem solid #fff;
  line-height: 1;
}

.top-cover .click-btns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-cover .click-btns a {
  margin: 12rem 0 0;
  width: 16rem;
  text-align: center;
}

.top-cover .click-btns a .click-btn {
  padding: 1rem;
  color: #fff;
  line-height: 1;
  font-size: 2.4rem;
  font-family: "Akrobat","Oswald","Barlow Condensed";
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: auto;
}

.top-cover .click-btns a .click-btn1::before {
  position: absolute;
  right: -1rem;
  bottom: 6rem;
  content: "Cafe";
  font-size: 6.2rem;
  font-family: "Homemade Apple";
  z-index: -1;
}

.top-cover .click-btns a .click-btn2::before {
  position: absolute;
  right: 1rem;
  bottom: 4.5rem;
  content: "Bar";
  font-size: 6.2rem;
  font-family: "Homemade Apple";
  z-index: -1;
}

.top-cover .click-btns a .shop-choice {
  margin: 1.2rem 0 0;
  font-size: 1.6rem;
  font-family: "筑紫A丸ゴシック","ヒラギノ角ゴシック","Noto+Sans+JP","sans-serif";
  color: #fff;
}

/*-----------スクロール線----------*/
.scroll-line {
  background: #fff;
  width: 0.1rem;
  height: 3.4rem;
  left: 50%;
  position: absolute;
  margin: 2rem 0 0;
}

/*----------スクロールテキスト----------*/
.scroll {
  position: relative;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  margin: 6.4rem 0 0;
}

/*-----------------------------------------*/
/*----------TOPコンテンツ----------*/
/*----------ニュース----------*/
.about-news {
  margin: 10rem 0 0;
  padding: 0 20rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*-----ニュースタイトル-----*/
  /*-----ニュースコンテンツ-----*/
}

.about-news .news-ttl {
  margin: auto 0;
  width: 12rem;
  height: 12rem;
  border: 0.2rem solid black;
  position: relative;
}

.about-news .news-ttl::before {
  content: "NEWS";
  position: absolute;
  top: 25%;
  left: 15%;
  font-size: 4rem;
  font-family: "Akrobat","Oswald","Barlow Condensed";
  font-weight: 100;
}

.about-news .news-container {
  height: 18rem;
  width: 60rem;
  overflow-y: scroll;
  border-top: solid 0.2rem black;
  border-bottom: solid 0.2rem black;
}

.about-news .news-container .news-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "筑紫A丸ゴシック","ヒラギノ角ゴシック","Noto+Sans+JP","sans-serif";
  font-size: 1.6rem;
}

.about-news .news-container .news-content p:nth-child(1) {
  margin-right: 14rem;
}

/*----------アバウトショップ----------*/
.about-shop {
  margin: 6rem 0 0;
  padding: 0 20rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-shop .about-shop-ttl {
  margin: auto 0;
  width: 12rem;
  height: 12rem;
  border: 0.2rem solid black;
  position: relative;
}

.about-shop .about-shop-ttl::before {
  content: "ABOUT SHOP";
  position: absolute;
  top: 25%;
  left: -26%;
  font-size: 4rem;
  font-family: "Akrobat","Oswald","Barlow Condensed";
  font-weight: 100;
  width: 20rem;
  background: #fff;
}

.about-shop .flex-right h3 {
  font-family: "Academy Engraved LET";
  font-size: 2.5rem;
  color: #778899;
  position: relative;
  text-align: center;
  margin-bottom: 0.5rem;
}

.about-shop .flex-right h3::after {
  content: "";
  height: 1rem;
  width: 24rem;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 12rem;
  top: 0.8rem;
}

.about-shop .flex-right .shop-time {
  font-size: 1.6rem;
  font-family: "筑紫A丸ゴシック","ヒラギノ角ゴシック","Noto+Sans+JP","sans-serif";
}

.about-shop .flex-right .shop-time span {
  font-family: "Impact","Roboto";
  margin-right: 4rem;
  font-size: 2rem;
}

.about-shop .flex-right .shop-time p:nth-child(1) {
  margin-bottom: 3rem;
  margin-top: 0;
}

.about-shop .flex-right .access-ttl {
  margin-top: 7rem;
}

.about-shop .flex-right .shop-address p {
  font-family: "筑紫A丸ゴシック","ヒラギノ角ゴシック","Noto+Sans+JP","sans-serif";
  font-size: 1.6rem;
}

.about-shop .flex-right .shop-address p span {
  font-family: "Impact","Roboto";
}

.about-shop .flex-right .shop-address p:nth-child(1) {
  margin-top: 0;
}

/*----------グーグルマップ----------*/
.gmap {
  margin-top: 7rem;
  text-align: center;
}

/*-------------タブレット-----------------*/
@media (max-width: 1100px) {
  .about-news {
    padding: 0 10rem;
  }
  .about-news .news-container {
    width: 70%;
  }
  .about-shop {
    padding: 0 10rem;
  }
  .about-shop .flex-right {
    width: 60%;
  }
}

@media (min-width: 767px) {
  .top-cover .top-cover-name figure img {
    width: 25% !important;
  }
}

@media (min-width: 800px) {
  .top-cover .top-cover-name figure img {
    width: auto !important;
  }
}

/*-------------スマホ-----------------*/
@media (max-width: 768px) {
  /*---カバー---*/
  .top-cover {
    height: 61.7rem;
    padding-top: 6.5rem;
    background-image: url("../img/top/top_cover_sp.jpg");
    background-position-x: 27%;
    /*---カバーロゴ---*/
    /*---カフェ＆バー選択ボタン---*/
  }
  .top-cover .top-cover-name figure img {
    width: 50%;
  }
  .top-cover .click-btns a {
    margin: 14rem 0 0;
    width: 11rem;
  }
  .top-cover .click-btns a .click-btn {
    padding: 0.5rem;
  }
  .top-cover .click-btns a .click-btn1::before {
    bottom: 4rem;
    font-size: 5rem;
  }
  .top-cover .click-btns a .click-btn2::before {
    bottom: 3.5rem;
    font-size: 5rem;
  }
  .top-cover .click-btns a:nth-child(1) {
    margin-right: 3rem;
  }
  .top-cover .click-btns a:nth-child(2) {
    margin-left: 3rem;
  }
  /*---スクロール線---*/
  .scroll-line {
    margin: 4rem 0 0;
  }
  /*---スクロールテキスト---*/
  .scroll {
    margin: 8rem 0 0;
  }
  /*-----------------------------------------*/
  /*---TOPコンテンツ---*/
  /*---ニュース---*/
  .about-news {
    margin: 5rem 0 0;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*-----ニュースタイトル-----*/
    /*-----ニュースコンテンツ-----*/
  }
  .about-news .news-ttl {
    margin: 2rem auto;
    width: 7rem;
    height: 7rem;
  }
  .about-news .news-ttl::before {
    top: 20%;
    left: 5%;
    font-size: 3rem;
  }
  .about-news .news-container {
    height: 13rem;
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0;
  }
  .about-news .news-container .news-content {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
  }
  .about-news .news-container .news-content p:nth-child(1) {
    margin-right: 0;
  }
  .about-news .news-container .news-content p:nth-child(2) {
    margin-bottom: 2.5rem;
  }
  /*---アバウトショップ---*/
  .about-shop {
    margin: 6rem 0 0;
    padding: 0 20rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-shop .about-shop-ttl {
    margin: 5rem auto 0;
    width: 7rem;
    height: 7rem;
    border: 0.2rem solid black;
    position: relative;
  }
  .about-shop .about-shop-ttl::before {
    top: 20%;
    left: -50%;
    font-size: 3rem;
    width: 20rem;
  }
  .about-shop .flex-right {
    width: 100%;
  }
  .about-shop .flex-right h3 {
    font-size: 2rem;
  }
  .about-shop .flex-right h3::after {
    height: 0.8rem;
    width: 10rem;
    left: 36%;
    top: 23%;
  }
  .about-shop .flex-right .shop-time {
    font-size: 1.4rem;
    padding: 0 17%;
  }
  .about-shop .flex-right .shop-time span {
    margin-right: 4rem;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .about-shop .flex-right .shop-time p:nth-child(1) {
    margin-bottom: 1rem;
  }
  .about-shop .flex-right .access-ttl {
    margin-top: 4rem;
  }
  .about-shop .flex-right .shop-address {
    padding: 0 5%;
  }
  .about-shop .flex-right .shop-address p {
    font-size: 1.4rem;
  }
  .about-shop .flex-right .shop-address p:nth-child(1) {
    margin-top: 0;
  }
  /*---グーグルマップ---*/
  .gmap {
    margin: -2rem 5% 0;
    width: 90%;
    height: 30%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .gmap iframe {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.cafe {
  background-color: #f78150;
}

.bar {
  background-color: #030000;
  color: #fff;
  /*--ヘッダー--*/
  /*--カバー--*/
  /*--メニュー--*/
  /*--イベント--*/
  /*--アバウトショップ--*/
}

.bar header .nav-text a {
  color: #fff;
}

.bar header .nav-button span {
  background-color: #fff;
}

.bar header .nav-button .bar1.open {
  background: #030000;
}

.bar header .nav-button .bar3.open {
  background: #030000;
}

.bar header .sp-nav div a {
  color: #222222;
}

.bar .cover .bg {
  background-image: url("../img/bar/bg.jpg");
}

.bar .cover .cover-text::after {
  content: "Bar" !important;
}

.bar .cover .cover-name figure span {
  position: relative;
}

.bar .cover .cover-name figure span:before {
  content: "";
  position: absolute;
  background-image: url("../img/bar/bg1.png");
  width: 811px;
  height: 682px;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  z-index: -2;
  bottom: -330px;
  right: -260px;
}

@media (max-width: 768px) {
  .bar .cover .cover-name figure span:before {
    width: 300px;
    height: 300px;
    bottom: -19rem;
    right: -5rem;
  }
}

.bar .menu h2 {
  border: double #fff;
}

.bar .menu h3 {
  color: #1470cf !important;
}

.bar .menu h3 span:before {
  background-color: #1470cf !important;
}

.bar .menu h3 span:after {
  background-color: #1470cf !important;
}

.bar .menu .btn_more {
  margin-top: 2em;
  text-align: center;
}

.bar .menu .btn_more a {
  padding: 1em 3em;
  background-color: #fff;
  color: #444444;
}

.bar .event h2 {
  border: double #fff;
}

.bar .about-shop2 h2 {
  border: double #fff;
}

.bar .about-shop2 h3 {
  color: #1470cf !important;
}

.bar .about-shop2 h3:before {
  background-color: #1470cf !important;
}

.bar .about-shop2 h3:after {
  background-color: #1470cf !important;
}

.bar .about-shop2 .flex-right::after {
  content: "";
  background-image: url("../img/bar/bg2.png");
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 500px;
  height: 700px;
  position: absolute;
  top: 0%;
  z-index: -2;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .bar .about-shop2 .flex-right::after {
    width: 320px;
    height: 350px;
    top: 4%;
    left: 6%;
  }
}

/*----------ヘッダー----------*/
header {
  margin-top: 1rem;
}

header .pc-only {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .pc-only div {
  margin-right: 8rem;
}

header .pc-only div:last-child {
  margin-right: 0;
}

header .pc-only .nav-icon {
  padding: 0.5rem;
}

header .pc-only .nav-icon img {
  border: solid 0.1rem rgba(0, 0, 0, 0.2);
}

header .pc-only .nav-text {
  padding: 2rem 0;
  font-size: 2.2rem;
  font-family: "Impact", "Roboto";
  font-weight: 100;
}

header .pc-only .nav-text a {
  color: #1470cf;
}

header .nav-insta {
  font-size: 4rem;
  padding-top: 0.5rem;
}

header .nav-insta i {
  color: #fff;
}

/*----------カバー----------*/
.cover {
  padding: 0 5rem 3rem;
}

.cover .bg {
  background-image: url("../img/cafe/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0 5rem;
  position: relative;
  z-index: 1;
}

.cover .bg .cover-name {
  text-align: center;
  margin-bottom: 4rem;
}

.cover .bg .cover-text {
  text-align: center;
  font-family: "Athelas";
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
  position: relative;
}

.cover .bg .cover-text:after {
  content: "Cafe";
  position: absolute;
  font-size: 8rem !important;
  top: 5%;
  left: 42%;
  font-size: 4rem;
  font-family: "Homemade Apple";
  font-weight: 100;
  color: rgba(255, 255, 255, 0.3);
  z-index: -1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

/*-----------キャッチ----------*/
.catch p {
  color: #fff;
  font-family: "筑紫A丸ゴシック", "ヒラギノ角ゴシック", "Noto+Sans+JP", "sans-serif";
}

/*----------メニュー----------*/
#menu {
  margin-top: 6rem;
}

.menu h2 {
  display: inline-block;
  font-size: 2.3rem;
  font-family: "Akrobat", "Oswald", "Barlow Condensed";
  font-weight: 600;
  padding: 0.5rem 8rem;
  margin-left: 10rem;
  margin-bottom: 0;
  color: #fff;
  border: double #fff;
}

.menu .menu-slide .menu-slider {
  padding: 10px 0 0;
  margin-top: 3rem;
  margin-bottom: 0;
}

.menu .menu-slide .menu-slider2 {
  margin: 7rem 0 0;
}

.menu .menu-slide li {
  height: 30rem;
}

.menu .menu-bg {
  background: #fff;
  padding: 3rem 0 5rem;
}

.menu .menu-bg .foodmenu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5rem;
}

.menu .menu-bg .foodmenu .menu {
  width: 50%;
  text-align: center;
}

.menu .menu-bg .foodmenu .menu h3 {
  margin: 2rem 0 0;
  font-size: 2.5rem;
  font-family: "Impact", "Roboto";
  color: #1470cf;
}

.menu .menu-bg .foodmenu .menu h3 span {
  position: relative;
}

.menu .menu-bg .foodmenu .menu h3 span:before {
  content: "";
  width: 5rem;
  height: 0.5rem;
  background-color: #1470cf;
  position: absolute;
  left: -60px;
  top: 44%;
}

.menu .menu-bg .foodmenu .menu h3 span:after {
  content: "";
  width: 5rem;
  height: 0.5rem;
  background-color: #1470cf;
  position: absolute;
  right: -60px;
  top: 44%;
}

.menu .menu-bg .foodmenu .menu dl {
  margin: 0 auto;
  width: 35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "筑紫A丸ゴシック", "ヒラギノ角ゴシック", "Noto+Sans+JP", "sans-serif";
}

.menu .menu-bg .foodmenu .menu dl dt {
  width: 80%;
  margin-top: 1rem;
  text-align: left;
}

.menu .menu-bg .foodmenu .menu dl dd {
  width: 20%;
  margin: 0;
  margin-top: 1rem;
  text-align: right;
}

.menu .menu-bg .foodmenu .empty {
  margin: auto 0 0 0;
}

.menu .drink-set h3 {
  margin-bottom: 0;
  font-size: 2rem;
  color: #5e5c5c;
}

.menu .drink-set dl {
  margin: 1rem auto 1rem;
  border: double #5e5c5c;
  padding: 2rem;
  width: 42%;
  font-size: 1.8rem;
  color: #000000;
  font-weight: 500;
}

.menu .drink-set dl dt {
  margin-right: 2rem;
}

.menu .drink-set dl dt:nth-child(4) {
  margin-right: 0;
}

/*----------イベント----------*/
.event {
  margin-top: 7rem;
}

.event h2 {
  display: inline-block;
  font-size: 2.3rem;
  font-family: "Akrobat", "Oswald", "Barlow Condensed";
  font-weight: 600;
  padding: 0.5rem 8rem;
  margin-left: 10rem;
  margin-bottom: 0;
  border: double #fff;
  color: #fff;
}

.event .bg-color {
  margin-top: 3rem;
  padding: 1rem 0 0.5rem;
  background: #02366a;
}

.event .bg-color .event-img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 10rem;
}

.event .bg-color .event-img li img {
  max-width: 26rem;
}

.event .bg-color .event-img li:nth-child(2) {
  margin: 0 3.5rem;
}

/*----------ギャラリー----------*/
.gallery {
  margin-top: 6rem;
}

.gallery h2 {
  display: inline-block;
  font-size: 2.3rem;
  font-family: "Akrobat", "Oswald", "Barlow Condensed";
  font-weight: 600;
  padding: 0.5rem 8rem;
  margin-left: 10rem;
  margin-bottom: 0;
  border: double #fff;
  color: #fff;
}

.gallery .img-box {
  padding: 0 3rem;
  margin-top: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery .img-box img {
  width: 23%;
  margin: 1rem 0;
}

/*----------ショップについて----------*/
.about-shop2 {
  margin-top: 6rem;
}

.about-shop2 h2 {
  display: inline-block;
  font-size: 2.3rem;
  font-family: "Akrobat", "Oswald", "Barlow Condensed";
  font-weight: 600;
  padding: 0.5rem 8rem;
  margin-left: 10rem;
  margin-bottom: 0;
  border: double #fff;
  color: #fff;
}

.about-shop2 .about-shop2-inner {
  padding: 0 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about-shop2 .about-shop2-inner .flex-left {
  width: 50%;
}

.about-shop2 .about-shop2-inner .flex-left h3 {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 2.5rem;
  font-family: "Impact", "Roboto";
  color: #1470cf;
  position: relative;
  text-align: left;
}

.about-shop2 .about-shop2-inner .flex-left .h32:after {
  left: 27%;
}

.about-shop2 .about-shop2-inner .flex-left .shop-time {
  margin-top: 1rem;
  padding-left: 0.5rem;
  border-left: solid 2px #fff;
  font-size: 1.6rem;
  color: #fff;
  font-family: "筑紫A丸ゴシック", "ヒラギノ角ゴシック", "Noto+Sans+JP", "sans-serif";
}

.about-shop2 .about-shop2-inner .flex-left .shop-time span {
  font-family: "Akrobat", "Oswald", "Barlow Condensed";
  margin-right: 4rem;
  font-size: 2rem;
}

.about-shop2 .about-shop2-inner .flex-left .shop-time p {
  margin: 0.5rem;
}

.about-shop2 .about-shop2-inner .flex-left .shop-time p:nth-child(1) {
  margin-bottom: 0;
  margin-top: 0;
}

.about-shop2 .about-shop2-inner .flex-left .shop-address {
  color: #fff;
  margin-top: 1rem;
  padding-left: 0.5rem;
  border-left: solid 2px #fff;
}

.about-shop2 .about-shop2-inner .flex-left .shop-address .address {
  margin-top: 0.5rem;
}

.about-shop2 .about-shop2-inner .flex-right {
  width: 50%;
  position: relative;
}

.about-shop2 .about-shop2-inner .flex-right figure {
  margin: 0;
  line-height: 1;
}

.about-shop2 .about-shop2-inner .flex-right figure:nth-child(2) {
  float: right;
}

.about-shop2 .about-shop2-inner .flex-right:before {
  content: "";
  position: absolute;
  width: 30.5rem;
  height: 30.5rem;
  border: solid 1px;
  left: 20%;
  top: 20%;
  z-index: -1;
}

/*-------------スマホ-----------------*/
@media (max-width: 768px) {
  /*----------ヘッダー----------*/
  header .nav-button {
    text-align: right;
    position: fixed;
    right: 0.5rem;
    z-index: 3;
  }
  header .sp-nav {
    padding: 4rem 0 4rem;
    position: fixed;
    z-index: 2;
    top: 0;
    background-color: #fff;
    width: 100%;
    text-align: center;
  }
  header .sp-nav div {
    margin: 1rem 0;
  }
  header .sp-nav div a {
    font-size: 2rem;
  }
  header .pc-only {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .pc-only div {
    margin-right: 8rem;
  }
  header .pc-only div:last-child {
    margin-right: 0;
  }
  header .pc-only .nav-icon {
    padding: 0.5rem;
  }
  header .pc-only .nav-icon img {
    border: solid 0.1rem rgba(0, 0, 0, 0.2);
  }
  header .pc-only .nav-text {
    padding: 2rem 0;
    font-size: 2.2rem;
    font-family: "Impact";
    font-weight: 100;
  }
  header .nav-insta {
    font-size: 2rem;
    padding-top: 0;
  }
  header .nav-insta i {
    color: #e4007f;
  }
  /*----------カバー----------*/
  .cover {
    padding: 1rem 3rem 0;
  }
  .cover .bg {
    height: 400px;
    padding: 2rem 0 5rem;
    background-size: cover;
    background-position-x: -130px;
  }
  .cover .bg .cover-name {
    text-align: center;
    margin-bottom: 4rem;
  }
  .cover .bg .cover-name figure img {
    width: 90%;
  }
  .cover .bg .cover-text {
    font-size: 2rem;
  }
  .cover .bg .cover-text:after {
    content: "Cafe";
    position: absolute;
    font-size: 5rem !important;
    left: 32%;
  }
  /*-----------キャッチ----------*/
  .catch {
    margin: 4rem 0 0;
  }
  .catch p {
    font-size: 1.4rem;
  }
  /*----------メニュー----------*/
  .menu {
    text-align: center;
    margin-top: 4rem;
  }
  .menu h2 {
    font-size: 2rem;
    padding: 0.3rem 5rem;
    margin: 0 0 0;
  }
  .menu .menu-slide .menu-slider {
    padding: 0.5rem 0 0;
    margin: 2rem 0 0;
  }
  .menu .menu-slide .menu-slider li img {
    height: 100%;
  }
  .menu .menu-slide .menu-slider2 {
    margin: 2rem 0 0;
  }
  .menu .menu-slide li {
    height: 18rem;
  }
  .menu .menu-bg {
    margin-top: 0;
    padding: 1rem 0 5rem;
  }
  .menu .menu-bg .foodmenu {
    margin: 0 3rem;
    display: block;
  }
  .menu .menu-bg .foodmenu .menu {
    width: 100%;
    text-align: center;
  }
  .menu .menu-bg .foodmenu .menu h3 {
    margin: 2rem 0 0;
    font-size: 2rem;
  }
  .menu .menu-bg .foodmenu .menu h3:before {
    width: 4rem;
    height: 0.3rem;
    left: 25%;
  }
  .menu .menu-bg .foodmenu .menu h3:after {
    width: 4rem;
    height: 0.3rem;
    position: absolute;
    right: 25%;
  }
  .menu .menu-bg .foodmenu .menu dl {
    margin: 0 auto;
    width: 26rem;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .menu .menu-bg .foodmenu .menu dl dt {
    margin-top: 0.5rem;
    width: 70%;
  }
  .menu .menu-bg .foodmenu .menu dl dd {
    margin-top: 0.5rem;
    width: 30%;
  }
  .menu .menu-bg .foodmenu .empty {
    margin: auto 0 0 0;
  }
  .menu .menu-bg .drink-set h3 {
    font-size: 2rem;
  }
  .menu .menu-bg .drink-set dl {
    display: block;
    margin: 1rem auto 1rem;
    padding: 1rem;
    font-size: 1.4rem;
  }
  .menu .menu-bg .drink-set dl dt {
    margin-right: 0;
  }
  .menu .menu-bg .drink-set dl dt:nth-child(4) {
    margin-right: 0;
  }
  /*----------イベント----------*/
  .event {
    margin-top: 4rem;
    text-align: center;
  }
  .event h2 {
    font-size: 2rem;
    padding: 0.3rem 5rem;
    margin: 0;
  }
  .event .bg-color .event-img {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2rem 1rem 2rem;
  }
  .event .bg-color .event-img li img {
    max-width: 10rem;
  }
  .event .bg-color .event-img li:nth-child(2) {
    margin: 0 1rem;
  }
  /*---------ギャラリー----------*/
  .gallery {
    text-align: center;
  }
  .gallery h2 {
    font-size: 2rem;
    padding: 0.3rem 5rem;
    margin: 0;
  }
  .gallery .img-box {
    padding: 0 1rem;
  }
  .gallery .img-box img {
    width: 46%;
    margin: 0.5rem;
  }
  /*----------ショップについて----------*/
  .about-shop2 {
    text-align: center;
    margin-top: 4rem;
  }
  .about-shop2 h2 {
    font-size: 2rem;
    padding: 0.3rem 5rem;
    margin: 0;
  }
  .about-shop2 .about-shop2-inner {
    padding: 0 1rem;
    display: block;
  }
  .about-shop2 .about-shop2-inner .flex-left {
    width: 100%;
  }
  .about-shop2 .about-shop2-inner .flex-left h3 {
    padding-left: 0;
    font-size: 2rem;
    text-align: center;
    margin: 2rem 0 0;
  }
  .about-shop2 .about-shop2-inner .flex-left h3:before {
    content: "";
    background-color: #1470cf;
    position: absolute;
    width: 4rem;
    height: 0.3rem;
    left: 25%;
    top: 44%;
  }
  .about-shop2 .about-shop2-inner .flex-left h3:after {
    content: "";
    background-color: #1470cf;
    position: absolute;
    width: 4rem;
    height: 0.3rem;
    left: 61%;
    top: 44%;
  }
  .about-shop2 .about-shop2-inner .flex-left .h32:after {
    left: 62%;
  }
  .about-shop2 .about-shop2-inner .flex-left .shop-time {
    font-size: 1.5rem;
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    border-left: none;
  }
  .about-shop2 .about-shop2-inner .flex-left .shop-time span {
    margin-right: 3rem;
    font-size: 2rem;
  }
  .about-shop2 .about-shop2-inner .flex-left .shop-time p {
    margin: 0 0 0 6rem;
  }
  .about-shop2 .about-shop2-inner .flex-left .shop-time p:nth-child(1) {
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
  .about-shop2 .about-shop2-inner .flex-left .shop-address {
    margin-top: 0;
    padding-left: 0;
    border-left: none;
  }
  .about-shop2 .about-shop2-inner .flex-left .shop-address p {
    margin: 1rem;
    text-align: left;
  }
  .about-shop2 .about-shop2-inner .flex-right {
    width: 100%;
    margin-top: 2rem;
  }
  .about-shop2 .about-shop2-inner .flex-right figure {
    margin: 0;
    line-height: 1;
  }
  .about-shop2 .about-shop2-inner .flex-right figure img {
    width: 15rem;
    height: 15rem;
  }
  .about-shop2 .about-shop2-inner .flex-right figure:nth-child(1) {
    text-align: left;
    margin-left: 2rem;
  }
  .about-shop2 .about-shop2-inner .flex-right figure:nth-child(2) {
    text-align: right;
    float: none;
    margin-right: 2rem;
  }
  .about-shop2 .about-shop2-inner .flex-right:before {
    width: 20rem;
    height: 20rem;
  }
}

/*--スマホ--*/
/*# sourceMappingURL=style.css.map */