@charset "UTF-8";
/* CSS Document */
/* KV */
.section-obssesion__img {
  background-image: url("../img/shop_kv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50vh;
  border-bottom-right-radius: 2000px 340px;
  border-bottom-left-radius: 2000px 340px;
}
.section-obssesion__container {
  margin: 0 auto;
}
.section-obssesion__title {
  margin: 110px auto;
}
.section-obssesion__title span {
  position: relative;
}
.section-obssesion__title span::before {
  background-image: url("../img/beans.png");
  content: "";
  width: 20px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 102px;
}
.section-obssesion__title span::after {
  background-image: url("../img/shop.png");
  content: "";
  width: 110px;
  height: 100px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: 50px;
}
.section-obsession__message {
  margin: 150px auto 100px;
}
.section-obsession__inner {
  padding: 60px;
  max-width: 720px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.4);
}
.section-obsession__inner h3 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 42px;
  text-align: center;
}
@media screen and (max-width: 1166px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .section-obssesion__img {
    height: 40vh;
  }
  .section-obssesion__title span::before {
    bottom: 50px;
    left: 88px;
  }
  .section-obssesion__title span::after {
    top: 40px;
    left: 42px;
  }
}
@media screen and (max-width: 860px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .section-obssesion__img {
    height: 30vh;
  }
  .section-obssesion__title span::before {
    bottom: 40px;
    left: 80px;
  }
  .section-obssesion__title span::after {
    top: 32px;
    left: 28px;
  }
  .section-obsession__inner {
    padding: 60px;
    max-width: 580px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .section-obsession__message {
    margin: 150px auto 120px;
  }
}
@media screen and (max-width: 700px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .section-obssesion__img {
    background-image: url("../img/shop_kv.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 30vh;
    border-bottom-right-radius: 2000px 500px;
    border-bottom-left-radius: 2000px 500px;
  }
  .section-obssesion__title {
    margin: 70px auto;
  }
  .section-obssesion__title span {
    position: relative;
  }
  .section-obssesion__title span::before {
    width: 17px;
    height: 28px;
    bottom: 40px;
    left: 72px;
  }
  .section-obssesion__title span::after {
    content: "";
    width: 74px;
    height: 70px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    top: 32px;
    left: 38px;
  }
  .section-obsession__message {
    margin: 100px auto 80px;
  }
  .section-obsession__inner {
    padding: 30px;
    max-width: 275px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .section-obsession__inner h3 {
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: center;
  }
}
/*スライダー*/
.section-slider {
  margin: 0 auto;
  overflow-y: hidden;
}
.swiper-wrapper {
  display: flex;
  align-items: center;
  /*上下方向にはみ出した要素ををスクロールさせる*/
  overflow-y: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
.swiper-wrapper::-webkit-scrollbar{
  display:none;
}
.swiper-slide img {
  width: 368px;
  height: 200px;
}
.slideshow {
  display: flex;
  animation: loop-slide 30s infinite linear 1s both;
}
.slideshow li {
  margin-left: 40px;
}
/*
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
*/
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1166px) {
  /* 959px以下に適用されるCSS（タブレット用） */
}
@media screen and (max-width: 860px) {
  /* 959px以下に適用されるCSS（タブレット用） */
}
@media screen and (max-width: 700px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .section-slider {
    margin: 0 auto 100px;
    overflow-y: hidden;
  }
  .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .swiper-slide img {
    width: 300px;
    height: 163px;
  }
  .slideshow {
    display: flex;
    animation: loop-slide 30s infinite linear 1s both;
  }
  .slideshow li {
    margin-left: 30px;
  }
  .slide-paused:hover .slideshow {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}
/*メニュー*/
.section-menu {
  margin: 170px 0;
}
.section-menu__container {
  max-width: 1166px;
  margin: auto;
}
.section-menu__title {
  margin: 0 auto 60px;
  text-align: center;
}
.section-menu__title h3 {
  margin-bottom: 40px;
}
.section-menu__title span {
  position: relative;
}
.section-menu__title span::before {
  background-image: url("../img/beans.png");
  content: "";
  width: 20px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: -34px;
}
.menu__image {
  width: 100%;
}
.section-menu__container ul {
  display: flex;
  margin-top: 60px;
  list-style: none;
  justify-content: center;
}
.section-menu__container ul li:first-child {
  margin-right: 40px;
}
.section-menu__container ul li:last-child {
  margin-left: 40px;
}
.menu-description {
  display: flex;
  margin: 0 auto;
}
.menu-description2 {
  margin: 0 0 0 auto;
}
.section-menu li h4 {
  margin: 20px auto;
}
.section-menu li h4 span::before {
  background-image: url("../img/drink.png");
  content: "";
  width: 120px;
  height: 100px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 140px;
  bottom: -20px;
}
.section-menu li h4 span {
  position: relative;
}
.section-menu li:nth-child(2) h4 span::before {
  background-image: url("../img/beans_sub.png");
  left: 130px;
}
.section-menu li:nth-child(3) h4 span::before {
  background-image: url("../img/sweets.png");
  left: 160px;
}
@media screen and (max-width: 1166px) {
  /* 959px以下に適用されるCSS（タブレット用） */
.section-menu__container {
  max-width: 860px;
  margin: auto;
}
.section-menu li h4 span::before {
  background-image: url("../img/drink.png");
  content: "";
  width: 120px;
  height: 100px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50px;
  bottom: -20px;
}
.section-menu li:nth-child(2) h4 span::before {
  background-image: url("../img/beans_sub.png");
  left: 40px;
}
.section-menu li:nth-child(3) h4 span::before {
  background-image: url("../img/sweets.png");
  left: 80px;
}
}
@media screen and (max-width: 860px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .section-menu {
  margin: 90px 0 120px;
}
.section-menu__container {
  max-width: 700px;
  margin: auto;
}
.section-menu__title {
  margin: 0 auto 30px;
  text-align: center;
}
.section-menu__title h3 {
  margin-bottom: 30px;
}
.section-menu__title span {
  position: relative;
}
.section-menu__title span::before {
  background-image: url("../img/beans.png");
  content: "";
  width: 20px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: -34px;
}
.menu__image {
  width: 100%;
}
.section-menu__container ul {
  display: flex;
  margin-top: 30px;
  list-style: none;
  justify-content: center;
}
.section-menu__container ul li:first-child {
  margin-right: 30px;
}
.section-menu__container ul li:last-child {
  margin-left: 30px;
}
.menu-description {
  display: flex;
  margin: 0 auto;
}
.menu-description2 {
  margin: 0 0 0 auto;
}
.section-menu li h4 {
  margin: 10px auto 20px;
}
.section-menu li h4 span::before {
  background-image: url("../img/drink.png");
  content: "";
  width: 98px;
  height: 84px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 42px;
  bottom: -26px;
}
.section-menu li h4 span {
  position: relative;
}
.section-menu li:nth-child(2) h4 span::before {
  background-image: url("../img/beans_sub.png");
  left: 30px;
}
.section-menu li:nth-child(3) h4 span::before {
  background-image: url("../img/sweets.png");
  left: 60px;
}
}
@media screen and (max-width: 700px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .section-menu {
    margin: 100px 0;
  }
  .section-menu__container {
    max-width: 335px;
    margin: auto;
  }
  .section-menu__title {
    margin: 0 auto 30px;
    text-align: center;
  }
  .section-menu__title h3 {
    margin-bottom: 30px;
  }
  .section-menu__title span {
    position: relative;
  }
  .section-menu__title span::before {
    background-image: url("../img/beans.png");
    content: "";
    width: 17px;
    height: 28px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    bottom: 27px;
    left: 40px;
  }
  .menu__image {
    width: 100%;
  }
  .section-menu__container ul {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    list-style: none;
    justify-content: center;
  }
  .section-menu__container ul li {
    margin-top: 40px;
  }
  .section-menu__container ul li:first-child {
    margin-right: 0px;
    margin-top: 0px;
  }
  .section-menu__container ul li:last-child {
    margin-left: 0px;
    margin-top: 40px;
  }
  .menu-description {
    display: flex;
    margin: 0 auto;
  }
  .menu-description2 {
    margin: 0 0 0 auto;
  }
  .section-menu li h4 {
    margin: 0px auto 20px;
  }
  .section-menu li h4 span::before {
    background-image: url("../img/drink.png");
    content: "";
    width: 120px;
    height: 66px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 140px;
    bottom: -24px;
  }
  .section-menu li h4 span {
    position: relative;
  }
  .section-menu li:nth-child(2) h4 span::before {
    background-image: url("../img/beans_sub.png");
    left: 140px;
    bottom: -16px;
  }
  .section-menu li:nth-child(3) h4 span::before {
    background-image: url("../img/sweets.png");
    left: 172px;
    bottom: -20px;
  }
}
/*アクセス*/
.section-access {
  margin: 0 auto 170px;
  background-image: url("../img/shop_bg.png");
  object-fit: cover;
  max-width: 1166px;
}
.section-access__container {
  padding: 80px 80px 60px;
}
.section-access__title {
  text-align: center;
  margin-bottom: 60px;
}
.section-access__title span {
  position: relative;
}
.section-access__title span::before {
  background-image: url("../img/beans.png");
  content: "";
  width: 20px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
}
.section-access__inner {
  display: flex;
  justify-content: center;
}
.section-access__lead {
  margin: 0 50px 0 0;
}
.section-access__lead span {
  font-weight: 600;
}
address {
  margin-bottom: 16px;
  font-style: normal;
}
@media screen and (max-width: 1166px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .section-access {
  max-width: 860px;
}
  .section-access__map {
    width: 380px;
    height: 280px;
  }
  .section-access__map iframe {
    width: 380px;
    height: 280px;
  }
}
@media screen and (max-width: 860px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .section-access {
    margin: 0 auto 120px;
    background-image: url("../img/shop_bg.png");
    object-fit: cover;
    max-width: 700px;
  }
  .section-access__container {
    padding: 60px 30px 40px;
  }
  .section-access__title {
    margin-bottom: 30px;
  }
  .section-access__title span {
    position: relative;
  }
  .section-access__inner {
    display: flex;
    justify-content: center;
  }
  .section-access__lead {
    margin: 0 auto;
  }
  .section-access__lead span {
    font-weight: 600;
  }
  .section-access__map {
    margin: 0px auto 20px;
    width: 280px;
    height: 280px;
  }
  .section-access__map iframe {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 700px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .section-access {
    margin: 0 auto 100px;
    background-image: url("../img/shop_bg.png");
    object-fit: cover;
    max-width: 335px;
  }
  .section-access__container {
    padding: 60px 0px 40px;
  }
  .section-access__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .section-access__title span {
    position: relative;
  }
  .section-access__title span::before {
    background-image: url("../img/beans.png");
    content: "";
    width: 17px;
    height: 28px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -58px;
    bottom: 28px;
  }
  .section-access__inner {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
  }
  .section-access__lead {
    margin: 0 auto;
    max-width: 280px;
  }
  .section-access__lead span {
    font-weight: 600;
  }
  .section-access__map {
    margin: 0px auto 20px;
    width: 300px;
    height: 180px;
  }
  .section-access__map iframe {
    width: 300px;
    height: 180px;
  }
}
/*ワークショップ*/
.section-workshop__container {
  display: flex;
  max-width: 1166px;
  margin: 170px auto;
}
.section-workshop__image img {
  width: 522px;
  height: 348px;
}
.section-workshop__inner {
  margin-left: 80px;
}
.section-workshop__title span {
  position: relative;
}
.section-workshop__title span::before {
  background-image: url("../img/beans.png");
  content: "";
  width: 20px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
}
.section-workshop__title h3 {
  padding-left: 30px;
  margin-bottom: 40px;
}
.section-workshop__lead h4 {
  margin: 20px 0;
  font-size: 1.4rem;
}
.section-workshop__lead h4 span {
  margin-left: 10px;
  font-size: 2.0rem;
}
.section-workshop .contact-btn {
  border: 1px solid #9F2A25;
  color: #9F2A25;
  font-size: 1.7rem;
  letter-spacing: 0.35rem;
  width: 275px;
  height: 60px;
  margin: 0;
}
.section-workshop .contact-btn span {
  top: 14px;
  left: 48px;
  position: absolute;
}
@media screen and (max-width: 1166px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .section-workshop__container {
  display: flex;
  max-width: 860px;
  margin: 170px auto;
}
.section-workshop__image img {
  width: 450px;
  height: 300px;
}
.section-workshop__inner {
  margin-left: 80px;
}
.section-workshop__title span {
  position: relative;
}
.section-workshop__title span::before {
  background-image: url("../img/beans.png");
  content: "";
  width: 20px;
  height: 28px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
}
.section-workshop__title h3 {
  padding-left: 30px;
  margin-bottom: 40px;
}
.section-workshop__lead h4 {
  margin: 20px 0;
  font-size: 1.4rem;
}
.section-workshop__lead h4 span {
  margin-left: 10px;
  font-size: 2.0rem;
}
.section-workshop .contact-btn {
  border: 1px solid #9F2A25;
  color: #9F2A25;
  font-size: 1.7rem;
  letter-spacing: 0.35rem;
  width: 275px;
  height: 60px;
  margin: 0;
}
}
@media screen and (max-width: 860px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .section-workshop__container {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    margin: 100px auto;
  }
  .section-workshop__image img {
    width: 100%;
    height: 100%;
  }
  .section-workshop__inner {
    margin: 0 auto;
  }
  .section-workshop__title span {
    position: relative;
  }
  .section-workshop__title span::before {
    background-image: url("../img/beans.png");
    content: "";
    width: 17px;
    height: 28px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
  .section-workshop__title h3 {
    padding-left: 30px;
    margin: 10px 0 30px;
  }
  .section-workshop__lead h4 {
    margin: 20px 0 30px;
    font-size: 1.4rem;
  }
  .section-workshop__lead h4 span {
    margin-left: 10px;
    font-size: 2.0rem;
  }
  .section-workshop .contact-btn {
    border: 1px solid #9F2A25;
    color: #9F2A25;
    font-size: 1.7rem;
    letter-spacing: 0.35rem;
    width: 275px;
    height: 60px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .section-workshop__container {
    display: flex;
    flex-direction: column;
    max-width: 335px;
    margin: 100px auto;
  }
  .section-workshop__image img {
    width: 100%;
    height: 100%;
  }
  .section-workshop__inner {
    margin: 0 auto;
  }
  .section-workshop__title span {
    position: relative;
  }
  .section-workshop__title span::before {
    background-image: url("../img/beans.png");
    content: "";
    width: 17px;
    height: 28px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
  .section-workshop__title h3 {
    padding-left: 30px;
    margin: 10px 0 30px;
  }
  .section-workshop__lead h4 {
    margin: 20px 0 30px;
    font-size: 1.4rem;
  }
  .section-workshop__lead h4 span {
    margin-left: 10px;
    font-size: 2.0rem;
  }
  .section-workshop .contact-btn {
    border: 1px solid #9F2A25;
    color: #9F2A25;
    font-size: 1.7rem;
    letter-spacing: 0.35rem;
    width: 275px;
    height: 60px;
    margin: 0 auto;
  }
}
/*回遊バナー*/
.section-pagelink {
  max-width: 1166px;
  margin: 170px auto;
}
.section-pagelink__container ul {
  margin: 0 auto;
  justify-content: center;
}
.section-pagelink__container ul li:first-child {
  margin-right: 50px;
}
.section-pagelink__image {
  display: flex;
}
.section-pagelink__image img {
  width: 100%;
}
@media screen and (max-width: 1166px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .section-pagelink {
    max-width: 860px;
  }
}
@media screen and (max-width: 860px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .section-pagelink {
    max-width: 700px;
    margin: 120px auto;
  }
}
@media screen and (max-width: 700px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .section-pagelink {
    margin: 100px auto;
    max-width: 335px;
  }
  .section-pagelink__container ul {
    margin: 0 auto;
    justify-content: center;
  }
  .section-pagelink__container ul li:first-child {
    margin: 0 auto 30px;
  }
  .section-pagelink__image {
    display: flex;
    flex-direction: column;
  }
}
/* ECバナー */
.ec-banner {
  width: 960px;
  height: 200px;
  margin: 0 auto 200px;
  background-image: url("../img/ec-banner.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1166px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .ec-banner {
    width: 800px;
    height: 167px;
  }
}
@media screen and (max-width: 860px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  .ec-banner {
    width: 700px;
    height: 146px;
  }
}
@media screen and (max-width: 700px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  .ec-banner {
    width: 320px;
    height: 100px;
    margin: 0 auto 160px;
    background-image: url("../img/ec-banner_sp.png");
  }
}