@charset "UTF-8";
@import url(style2.css);
@import url("https://fonts.googleapis.com/css?family=Caveat:400,700");
/* テーマカラー */
/* ベンダプレフィックス */
@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .h_top_left img {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .h_top_left {
    /*position: absolute;
    top: 20px;
    left: 20px;*/
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .h_top_right {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #header_logo img {
    width: 170px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #header_logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
  }
}

@media screen and (max-width: 768px) {
  img.h_logo_center {
    background: #000;
    position: absolute;
    left: 20px;
    top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #header_logo {
    background: #FFF;
    height: 70px;
    position: fixed;
    z-index: 100;
    border: none;
    box-shadow: 1px 1px 0 #CCC;
  }
}

@media screen and (max-width: 768px) {
  #header {
    margin: 0;
    padding: 0 0 23px 0;
  }
}

.cafe-wrap {
  width: 1000px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media screen and (max-width: 768px) {
  .cafe-wrap {
    width: 100%;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.cafe-wrap .cafe-wrap-l {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .cafe-wrap .cafe-wrap-l {
    width: 100%;
  }
}

.cafe-wrap .cafe-wrap-l img {
  width: 95%;
}

@media screen and (max-width: 768px) {
  .cafe-wrap .cafe-wrap-l img {
    width: 100%;
  }
}

.cafe-wrap .cafe-wrap-r {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .cafe-wrap .cafe-wrap-r {
    width: 100%;
  }
}

.cafe-wrap .cafe-wrap-r dt {
  font-size: 26px;
  border-bottom: 1px solid #999999;
  padding: 50px 0 25px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .cafe-wrap .cafe-wrap-r dt {
    font-size: 20px;
  }
}

.cafe-wrap .cafe-wrap-r dd {
  margin: 0;
  padding: 20px 0 0;
}

.cafe-img02 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .cafe-img02 {
    margin-top: 0;
  }
}

.cafe-img03 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .cafe-img03 {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #cafe_tit h2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #cafe_tit {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #contact-wrap {
    padding: 0 20px;
  }
}

#contact-wrap::after {
  display: block;
  content: "";
  clear: both;
}

#contact-wrap .contact-wrap-l {
  float: right;
  width: 50%;
  background: url(../images/contactus-img01.jpg) center center/cover no-repeat;
  height: 350px;
}

@media screen and (max-width: 768px) {
  #contact-wrap .contact-wrap-l {
    width: 100%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 46.25%;
    background: url(../images/contactus-img01.jpg) 0 0 no-repeat;
    background-size: contain;
  }
}

#contact-wrap .contact-wrap-r {
  float: left;
  width: 50%;
}

@media screen and (max-width: 768px) {
  #contact-wrap .contact-wrap-r {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contactus_container {
    margin: 0;
  }
}

.contactus_details01 img {
  width: 280px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .contactus_details01 img {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .contactus_details01 {
    margin: 0;
    text-align: center;
    height: auto;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contactus_details02 {
    height: auto;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .contactus_details03 {
    height: auto;
    padding: 20px 0;
  }
}

.menu-wrap {
  margin-top: 80px;
  box-sizing: border-box;
  background: url(../images/cafe-img_bg.jpg) top center/cover no-repeat;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .menu-wrap {
    margin-top: 50px;
  }
}

.menu-wrap dl, .menu-wrap dt, .menu-wrap dd {
  margin: 0;
  padding: 0;
}

.menu-wrap .menu-wrap-inner {
  background-color: rgba(255, 255, 255, 0.9);
  width: 1000px;
  margin: auto;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .menu-wrap .menu-wrap-inner {
    width: 90%;
    padding: 30px 15px;
    box-sizing: border-box;
  }
}

.menu-wrap h3 {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: 'Fjalla One', sans-serif;
  color: #333333;
  line-height: 1.1em;
  text-align: center;
  margin: 0 0 20px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .menu-wrap h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.menu-wrap .sub-txt {
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu-wrap .tit-menu {
  width: 670px;
  height: 160px;
  margin: 30px auto;
  padding: 0 0 0 30px;
  background-image: url(../images/cafe-img04.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .menu-wrap .tit-menu {
    width: 100%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 23.00%;
    background: url(../images/cafe-img04.jpg) 0 0 no-repeat;
    background-size: contain;
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.menu-wrap .tit-menu h4 {
  border-bottom: 1px solid #000;
  font-weight: normal;
  width: 92%;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .menu-wrap .tit-menu h4 {
    width: 88%;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 10px;
  }
}

.menu-wrap .c-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 768px) {
  .menu-wrap .c-row {
    display: block;
  }
}

.menu-wrap .c-row.m-oy {
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: Seravek;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .menu-wrap .c-row.m-oy {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .menu-wrap .c-row dl {
    margin-bottom: 20px;
  }
}

.menu-wrap .c-row dt {
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-family: Seravek;
}

.menu-wrap .c-row dd {
  font-size: 7px;
  font-size: 0.7rem;
}

.menu-wrap .row-l {
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .menu-wrap .row-l {
    width: 100%;
    margin-bottom: 30px;
  }
}

.menu-wrap .row-r {
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .menu-wrap .row-r {
    width: 100%;
    margin-bottom: 30px;
  }
}

.menu-wrap .menu-box {
  width: 700px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .menu-wrap .menu-box {
    width: 100%;
    margin-bottom: 30px;
  }
}

.menu-wrap .one-menu {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: Seravek;
  margin: 30px 0 10px;
}

@media screen and (max-width: 768px) {
  .menu-wrap .one-menu {
    margin: 0 0 10px;
  }
}

.menu-wrap #drink {
  margin-top: 70px;
  background-image: url(../images/cafe-img05.jpg);
  color: #FFF;
}

.menu-wrap #drink h4 {
  border-bottom: 1px solid #FFF;
}

.menu-wrap #bar {
  margin-top: 70px;
  background-image: url(../images/cafe-img06.jpg);
}

.menu-wrap .triple {
  width: 700px;
}

@media screen and (max-width: 768px) {
  .menu-wrap .triple {
    width: 100%;
  }
}

.menu-wrap .triple .row-l {
  width: 33%;
}

@media screen and (max-width: 768px) {
  .menu-wrap .triple .row-l {
    width: 100%;
    margin-bottom: 20px;
  }
}

.menu-wrap .triple .row-c {
  width: 33%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .menu-wrap .triple .row-c {
    width: 100%;
    margin-bottom: 20px;
  }
}

.menu-wrap .triple .row-r {
  width: 33%;
}

@media screen and (max-width: 768px) {
  .menu-wrap .triple .row-r {
    width: 100%;
    margin-bottom: 20px;
  }
}

.menu-att {
  text-align: center;
  margin: 50px 0 30px;
}

@media screen and (max-width: 768px) {
  .menu-att {
    margin: 30px 0;
  }
}

.tal {
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  #creezan_tit {
    margin: 30px 0;
    font-size: 0;
  }
}

.nav-icon {
  border-bottom: none !important;
}

/*　FatNav */
.hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 0;
  z-index: 9997;
  padding: 20px 0 0 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media only screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger__icon {
  position: relative;
  margin-top: 12px;
  margin-bottom: 10px;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -10px;
}

.hamburger__icon:after {
  top: 10px;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #2e2e2e;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  transition-duration: 0.4s;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #000;
}

.hamburger.active .hamburger__icon:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9996;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /*opacity: .9;*/
}

.fat-nav.active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav ul {
  text-align: center;
  border-top: 1px dotted #CCC;
  width: 96%;
  margin: 0 auto;
  padding: 0;
}

.fat-nav li,
.fat-nav a {
  color: #000;
  line-height: 4.5em;
}

.fat-nav li {
  list-style-type: none;
  text-align: center;
  font-size: 16px !important;
  font-size: 1.6rem;
  border-bottom: 1px dotted #CCC;
}

.fat-nav li a {
  text-decoration: none;
}

.fat-nav .inner {
  display: table-cell;
  vertical-align: middle;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  display: table;
  table-layout: fixed;
}

.link-nav-cop a {
  text-align: center;
  margin-top: 30px;
  display: block;
  width: 80%;
  background: #f2f2f2;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.insta-wrap {
  margin: auto;
  width: 89.84375%;
}

@media only screen and (min-width: 768px) {
  .insta-wrap {
    max-width: 1150px;
  }
}

.insta-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.insta-wrap ul li {
  width: 24%;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .insta-wrap ul li {
    margin-bottom: 20px;
  }
}

.insta-wrap ul li img {
  width: 100%;
  height: auto;
  height: 100px;
}

@media only screen and (min-width: 768px) {
  .insta-wrap ul li img {
    height: 200px;
  }
}

@media only screen and (min-width: 1025px) {
  .insta-wrap ul li img {
    height: 250px;
  }
}

.obj-fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%;
}

.obj-fit img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%;
}

