@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  background: #FFF;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6em;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #00678C;
}
/*-----------------------------
　header
-------------------------------*/
h1 {
  background: #000;
  height: 1.6rem;
  color: #888;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
}
header {
  height: 500px;
  max-height: 700px;
  width: 100%;
  background: url(img/head1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.logo {
  width: 180px;
  height: auto;
  position: absolute;
  top: 1.6rem;
  left: 10%;
}
.title {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.title img {
  width: 600px;
  max-width: 90%;
  position: relative;
  z-index: 5;
}
.title::before {
  position: absolute;
  content: "";
  background: url(img/line-l.png) no-repeat;
  width: 130px;
  height: 130px;
  top: 10px;
  left: 0;
  z-index: 0;
}
.title::after {
  position: absolute;
  content: "";
  background: url(img/line-r.png) no-repeat;
  width: 130px;
  height: 130px;
  top: 10px;
  right: 0;
  z-index: 0;
}
/*-----------------------------
　お知らせ
-------------------------------*/
.topics {
  border: 4px #DCB6A0 solid;
  box-shadow: 5px 5px 5px #eee;
  border-radius: 10px;
  padding: 30px 40px 40px 40px;
  width: 930px;
  max-width: 100%;
  margin: 10px auto 30px auto;
  background: rgba(255, 255, 255, 0.8) url(img/title02.png) repeat-y 5%;
  background-size: contain;
  text-align: center;
  font-size: 110%;
}
h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.4rem;
}
/*-----------------------------
　店舗紹介
-------------------------------*/
.piza img {
  margin-top: 18px;
  width: 100%;
}
.photo img, .shop img {
  width: 100%;
}
.shop img {
  margin-top: 8px;
}
img.w-img {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 8px auto 0 auto;
  text-align: center;
}
.m-tb40 {
  /*スペーサー*/
  margin: 40px auto;
}
.center, img.center {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.boxW, .map {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 8px auto 0 auto;
}
.left, .right {
  width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 340px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  place-items: center center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.left p, .right p {
  font-size: 1.8rem;
}
.img1, .img2, .img3 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.img1 {
  background-image: url(img/img01.jpg);
}
.img2 {
  background-image: url(img/img02.jpg);
}
.img3 {
  background-image: url(img/img03.jpg);
}
.bk1, .bk2, .bk3 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.bk1 {
  background-image: url(img/bk1.png);
}
.bk2 {
  background-image: url(img/bk2.png);
}
.bk3 {
  background-image: url(img/bk3.png);
}
.menubk {
  display: inline-block;
  text-align: center;
  background: url(img/menu.png) top no-repeat;
  width: 100%;
  z-index: 100;
  padding-top: 150px;
  margin-top: -20px;
}
.menu {
  width: 100%;
  max-width: 1200px;
  margin: 8px auto 0 auto;
}
.menu img {
  width: 48%;
  display: inline-block;
}
.menu1 {
  margin-right: 2%;
}
.cafe .pc {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 8px auto 0 auto;
  background: url("img/cafe_bk.jpg") no-repeat top;
  background-size: cover;
  height: 470px;
  position: static;
}
.cafe .pc .inner {
  position: relative;
  top: 180px;
  font-size: 2rem;
  color: #fff;
  left: 670px;
}
.mobile {
  display: none;
}
/*---------------
 map
--------------*/
.mapleft, .mapright {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.iframe {
  max-width: 100%;
  height: 540px;
  margin-bottom: 10px;
}
.access {
  display: inline-block;
  position: relative;
  top: 30px;
  left: 80px;
  overflow: hidden;
}
.access img {
  margin-bottom: 30px;
}
.kanban {
  max-width: 80%;
  margin-top: -75px;
}
/*---------------
Footer
--------------*/
address {
  background: #000;
  width: 100%;
  color: #fff;
  padding: 30px 0 10px 0;
  font-style: normal;
  overflow: auto;
  margin-top: 8px;
}
div.ftext {
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  position: static;
}
img.flogo {
  float: left;
  padding-right: 80px;
  width: 300px;
}
address p.f-title {
  font-size: 2.3rem;
  padding-top: 15px;
  margin-bottom: 1rem;
}
address p {
  margin-bottom: 1rem;
}
address p a:link {
  color: #fff;
}
footer {
  text-align: center;
  color: #333;
  font-size: 1.1rem;
  margin: 8px 0;
}
.insta img {
  display: inline-block;
  position: relative;
  width: 180px;
  left: 260px;
  bottom: 40px;
}
.insta img:hover {
  opacity: 0.7;
}
/*-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .left, .right {
    width: 50%;
    max-width: auto;
    height: auto;
    min-height: 340px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    place-items: center center;
  }
}
@media screen and (max-width: 1025px) {
  .left, .right {
    width: 50%;
    max-width: auto;
    height: auto;
    min-height: 260px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    place-items: center center;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .access {
    left: 40px;
  }
  .kanban {
    width: 400px;
    margin-top: -40px !important;
  }
  .actitle {
    max-width: 25%;
  }
  .cafe .mobile img {
    display: block;
    width: 600px;
    max-width: 100%;
    align: center;
    margin: 0 auto;
  }
  .cafe1 {
    position: relative;
    width: 100%;
  }
  .cafe2 p {
    position: absolute;
    top: 40%;
    right: 30%;
    color: #fff;
  }
  .topics {
    font-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*スマホ縦*/
  header {
    text-align: center;
    margin: 0 auto
  }
  .logo {
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: auto;
  }
  h1 {
    display: none;
  }
  .title {
    line-height: 0rem;
    width: 96%;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
  }
  .title img {
    padding: 5px 0 0 0;
  }
  .title::before, .title::after {
    background-size: cover;
    width: 60px;
    height: 60px;
    top: 20px;
  }
  .title::before {
    left: -26px;
  }
  .title::after {
    right: -18px;
  }
  .left, .right, .mapleft, .mapright {
    float: none;
    width: 100%;
    height: auto;
    min-height: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .left p, .right p {
    font-size: 100%;
  }
  .img1, .img2, .img3 {
    background-size: cover;
  }
  h3 {
    font-size: 2.8rem;
    line-height: 88px;
    height: 88px;
  }
  .access {
    display: block;
    position: static;
    top: 40px;
    left: 50px;
    text-align: center;
  }
  .access img, .access p {
    margin-bottom: 30px;
  }
  .actitle {
    max-width: 30%;
  }
  address {
    padding: 0;
    width: 99%;
    max-width: 99%;
    text-align: center;
  }
  kuju_andante div.ftext {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  img.flogo {
    float: none;
    padding: 0;
    width: 180px;
    position: relative;
  }
  address p {
    font-size: 1.3rem;
  }
  address p.f-title {
    font-size: 1.7rem;
  }
  .insta img {
    display: block;
    position: static;
    margin: 50px auto;
  }
  .menubk {
    display: inline-block;
    text-align: center;
    background: url(img/menu.png) top no-repeat;
    background-size: 1500px;
    width: 100%;
    z-index: 100;
    padding-top: 100px;
    margin-top: -20px;
  }
  .menu img {
    width: 90%;
    display: inline-block;
    margin: 2% 0;
  }
  .iframe {
    max-width: 100%;
    height: 330px;
    margin-bottom: 10px;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .kanban {
    max-width: 80%;
    margin-top: -20px !important;
    margin-bottom: 0px !important;
  }
  .cafe2 p {
    position: absolute;
    top: 36%;
    right: 13%;
  }
  h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
  }
}