@charset "UTF-8";
.background {
  background: url(../images/cafe/cafe-bg.png) repeat center center;
/*  background-size: 12%;*/
}

.feature-banner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .feature-banner {
    width: 1000px;
    margin: 0 auto;
  }
}

/* Margin / Padding */
  .mt10 { margin-top:  10px; } .pt10 { margin-top:  10px; }
  .mt25 { margin-top:  25px; } .pt25 { margin-top:  25px; }
  .mt50 { margin-top:  50px; } .pt50 { margin-top:  50px; }
  .mb10 { margin-bottom: 10px; } .pb10 { padding-bottom: 10px; }
  .mb25 { margin-bottom: 25px; } .pb25 { padding-bottom: 25px; }
  .mb50 { margin-bottom: 35px; } .pb50 { padding-bottom: 50px; }

.h2 {
  display: inline-block;
  position: relative;
  margin: 40px 0 80px;
  padding: 20px 45px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  font-size: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .h2 {
    font-size: 3.4rem;
  }
}

.h2:after {
/*  content: url(../images/cafe_illust_kazari01.png);*/
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  width: 91px;
  height: 38px;
  background-image: url(../images/cafe/cafe_illust_kazari01.png);
  background-size: contain;
}

.h3 {
  position: relative;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .h3 {
    font-size: 2.2rem;
  }
}
.h4-ribbon {
  position: relative;
  display: inline-block;
  height: 48px;/*高さ*/
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 40px 0 24px;
  line-height: 48px;/*高さ*/
  vertical-align: middle;
  text-align: center;
  font-size: 16px;/*文字サイズ*/
  background: #5c8f97;
  color: #fff;
  box-sizing: border-box;
}

.h4-ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.h4-ribbon:after {
  top: 0;
  right: 0;
/*  border-width: 30px 15px 30px 0px;*/
  border-width: 24px 15px 24px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}



.mask {
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}
.marker-blue {
  color: #00505c;
  line-height: 1.6;
  font-size: 14px;
}
/*.feature-banner img {
  margin: 0 auto;
}
*/
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    font-size: 1.5rem;
  }
}

.menu-txt {
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  margin: .6rem 0 0;
  line-height: 1.7;
  text-align: center;
  height: 40px;
}

.post-type-feature {
  background: #fff;
  padding-top: 80px;
  background-image: url(../images/cafe/cafe_illust_topkazari.png);
  background-position: top top;
  background-repeat: repeat-x;
  background-size: 50%;
}
@media screen and (min-width: 768px) {
  .post-type-feature {
    padding-top: 100px;
    background-size: auto;
  }
}

.feature-block {
  background-image: url(../images/cafe/cafe_bg_side.png), url(../images/cafe/cafe_bg_side.png);
  background-position: left top, right top;
  background-repeat: repeat-y, repeat-y;
/*  background-size: 40px 9px, auto;  */
  background-size: auto, auto;  
}

.cafe-main img {
  margin: 0 auto;
}
.arch {
  margin-top: 30px;
  text-align: center;
}
.book-fukidashi {
  height: 130px;
  height: 85px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  background: url(../images/cafe/cafe_fukidashi.png) no-repeat center center;
}


.recommend {
  position: relative;
  height: 226px;
  max-width: 380px;
  margin: 20px auto 0;
/*  padding: 80px 0 40px 10px;*/
  padding: 60px 0 40px 10px;
  font-size: 1rem;
  line-height: 15px;
  background: url(../images/cafe/cafe_menu.png) no-repeat center center;
}
@media screen and (min-width: 768px) {
  .recommend {
    padding: 70px 0 40px 30px;
    font-size: 1.4rem;
  }
}
.recommend p {
  margin-top: 0;
  line-height: 1.5;
  font-weight: bold;
}

.recommend-price {
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .recommend-price {
    right: 30px;
  }
}

.post-type-feature .feature-btn {
  display: block;
  margin: 3rem auto 5rem;
  border-radius: 0;
  /*padding: 0.8rem 1rem;*/
  max-width: 140px;
  line-height: 38px;
  color: #fff;
  background: #000;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .post-type-feature .feature-btn {
    margin: 5rem auto 8rem;
  }
}

.pc-trim {
  display: none !important;
}
.sp-trim {
  display: block !important;
}
.illust-coffee {
  position: absolute;
  /*width: 50%;*/
  top: -16px;
  right: -10px;
}

/*-------TAB表示-------*/
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .illust-coffee {
    top: 0px;
    right: -35px;
  }
  .recommend {
/*    padding: 70px 0 40px 10px;*/
    padding: 70px 0 40px 10px;
    font-size: 1.1rem;
  }
  .recommend-price {
    right: 10px;
  }
}

/*-------PC表示-------*/
@media screen and (min-width: 1080px) {
  .pc-trim {
    display: block !important;
  }
  .sp-trim {
    display: none !important;
  }
  .illust-coffee {
    width: auto;
    top: -136px;
    right: -81px;
  }
  .recommend {
/*    padding: 80px 0 40px 15px;*/
    padding: 60px 0 40px 15px;
  }
  .recommend-price {
    right: 10px;
  }

}

.post-type-feature .feature-block {
  padding: 5rem;
}

@media screen and (min-width: 768px) {
  .post-type-feature .feature-block {
    padding: 8rem;
  }
}

figcaption {
  font-size: 1.4rem;
  text-align: center;
}

small {
  font-size: 80%;
  line-height: 1.2;
  display: inline-block;
  line-height: 1.7;
}

strong {
  font-weight: bold;
}

.creset {
  counter-reset: number 0;
}

.number {
  position: relative;
  display: block;
  padding: 33px 0 0;
  margin: 0;
}

.spot-txt-area .number {
  padding: 5px 0 0;
}

.number::before {
  counter-increment: number 1;
  content: "0" counter(number) " ";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #f25a71;
  border-radius: 14px;
  margin: 0 1rem 0 0;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: -.3px;
}

.post-type-feature .feature-btn--inner {
  margin: 1rem auto;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.row-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  position: relative;
}

.mb50 {
  margin-bottom: 50px;
}

.post-type-page img,
.post-type-feature img,
.post-type-store img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
