@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
header{
  display: none;
}
  .cafe-page {
  line-height: 1.5;
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px) {
  .cafe-page {
    font-size: 1rem;
  }
}

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

.tit-style-cafe {
  position: relative;
}

.tit-style-cafe dd {
  margin-top: 20px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .tit-style-cafe dd {
    margin-top: 0;
    line-height: 2;
  }
}

.tit-style-cafe dd::before {
  position: absolute;
  left: 40px;
  top: 40px;
}

@media only screen and (min-width: 768px) {
  .tit-style-cafe dd::before {
    position: relative;
    left: inherit;
    top: -10px;
  }
}

.tit-style-cafe dd::after {
  position: absolute;
  right: 40px;
  top: 60px;
}

@media only screen and (min-width: 768px) {
  .tit-style-cafe dd::after {
    position: relative;
    right: inherit;
    top: 5px;
  }
}

.head-cafe {
  background: url(images/cafe/head_cafe.jpg) center top/cover no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / .7;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .head-cafe {
    aspect-ratio: 2 / 1;
  }
}

.head-cafe img {
  width: 70%;
}

@media only screen and (min-width: 768px) {
  .head-cafe img {
    width: auto;
  }
}

.tit-up-cafe {
  margin-top: 50px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .tit-up-cafe {
    margin-top: 100px;
    margin-bottom: 30px;
  }
}

.tit-up-cafe dd {
  font-size: 5.5vw;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .tit-up-cafe dd {
    font-size: 2.8rem;
  }
}

.txt-up-cafe {
  text-align: center;
  line-height: 2;
}

.main-box {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .main-box {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.main-box .pic {
  max-width: 1100px;
  margin: auto;
  width: 90%;
}

.main-box .pic img {
  width: 100%;
}

.main-box img {
  border-radius: 20px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .main-box img {
    width: auto;
  }
}

.main-box dl {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .main-box dl {
    margin-bottom: 40px;
  }
}

.main-box dl dt {
  color: #FF8C00;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 4vw;
}

@media only screen and (min-width: 768px) {
  .main-box dl dt {
    font-size: 1.4rem;
  }
}

.main-box dl dd img {
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .main-box dl dd img {
    width: auto;
  }
}

.cafe-column {
  max-width: 1100px;
  margin: 0 auto 80px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .cafe-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.cafe-column .pic {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .cafe-column .pic {
    width: 40%;
  }
}

.cafe-column .pic img {
  width: 100%;
  border-radius: 20px;
}

@media only screen and (min-width: 768px) {
  .cafe-column .detail {
    width: 60%;
  }
}

.cafe-column .detail .detail-inner {
  background: #fff8f0;
  border-radius: 80px;
  position: relative;
  padding: 40px 40px 50px;
  margin-top: -40px;
}

@media only screen and (min-width: 768px) {
  .cafe-column .detail .detail-inner {
    padding: 50px 50px 80px 50%;
    margin-top: 80px;
    margin-left: -40%;
  }
}

.cafe-column .detail .num-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .cafe-column .detail .num-wrap {
    margin-bottom: 20px;
  }
}

.cafe-column .detail .num-wrap .num {
  margin-right: 1rem;
}

.cafe-column .detail .num-wrap h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 5vw;
  font-weight: normal;
  position: relative;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .cafe-column .detail .num-wrap h3 {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .cafe-column .detail .num-wrap h3 br {
    display: none;
  }
}

.cafe-column:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

@media only screen and (min-width: 768px) {
  .cafe-column:nth-child(even) .detail .detail-inner {
    padding: 50px 50% 80px 100px;
    margin-left: -0%;
    margin-right: -40%;
  }
}

span.att {
  display: block;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  line-height: 1;
}

.tit-style-mb0 {
  margin-bottom: 10px;
}

.menu-wrap {
  max-width: 800px;
  margin: 50px auto;
  width: 90%;
}

.menu-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;
}

.menu-wrap ul li {
  width: 48%;
  margin-bottom: 30px;
}

.menu-wrap ul li img {
  width: 100%;
  border-radius: 20px;
}

.menu-wrap ul li:last-child {
  width: 100%;
}

.menu-wrap ul li:last-child img {
  width: 100%;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .menu-wrap ul li:last-child img {
    width: 80%;
  }
}

.use {
  background: #fff8f0;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .use {
    padding: 80px 0;
  }
}

.use-inner {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}

.use .link-bnr {
  max-width: 1000px;
  margin: auto;
}

.use .link-bnr img {
  width: 100%;
}

.use h4 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 6vw;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .use h4 {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .use .txt {
    text-align: center;
  }
}

.use .txt span {
  display: block;
  margin-top: 30px;
  color: #ff8c00;
  margin-bottom: 50px;
}

.use .tokuten {
  background: #FFFFFF;
  max-width: 600px;
  margin: 80px auto 0;
  padding: 30px;
  border-radius: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .use .tokuten {
    padding: 50px;
    text-align: center;
  }
}

.use .tokuten dl dt {
  font-size: 5vw;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .use .tokuten dl dt {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}

.use .tokuten::before {
  content: "";
  display: block;
  background: url(images/icon01.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  left: -10px;
}

@media only screen and (min-width: 768px) {
  .use .tokuten::before {
    width: 50px;
    height: 50px;
  }
}

.use .tokuten::after {
  content: "";
  display: block;
  background: url(images/icon02.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

@media only screen and (min-width: 768px) {
  .use .tokuten::after {
    width: 50px;
    height: 50px;
  }
}

.shop-info {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .shop-info {
    padding: 80px 0;
  }
}

.shop-info h4 {
  font-size: 6vw;
  font-weight: normal;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

@media only screen and (min-width: 768px) {
  .shop-info h4 {
    font-size: 1.8rem;
  }
}

.shop-info .info-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  .shop-info .info-column {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.shop-info .info-column .map {
  position: relative;
  height: 0;
  padding-top: 100%;
  display: block !important;
}

@media only screen and (min-width: 768px) {
  .shop-info .info-column .map {
    width: 55%;
    padding-top: 40%;
  }
}

.shop-info .info-column .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media only screen and (min-width: 768px) {
  .shop-info .detail {
    width: 40%;
  }
}

.shop-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  max-width: 400px;
  margin: auto;
  padding: 10px 0;
}

.shop-info dl dt {
  width: 120px;
}

.shop-info dl dd {
  width: 100%;
}

.shop-info .tit-shop {
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 4vw;
  color: #ff8c00;
  margin-bottom: 10px;
  position: relative;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .shop-info .tit-shop {
    font-size: 1.4rem;
    margin-bottom: 40px;
    margin-top: 0;
  }
}

.shop-info .tit-shop::before {
  background: #FF8C00;
  position: relative;
  display: inline-block;
  content: "";
  height: 25px;
  width: 2px;
  right: 15px;
  transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  top: 4px;
}

.shop-info .tit-shop::after {
  background: #FF8C00;
  position: relative;
  display: inline-block;
  content: "";
  height: 25px;
  width: 2px;
  left: 15px;
  transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  top: 4px;
}

.pic-garden {
  max-width: 1200px;
  margin: 100px auto;
  width: 90%;
}

.pic-garden img {
  width: 100%;
  border-radius: 20px;
}
