@charset "UTF-8";
._mb-ss {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 560px) {
  ._mb-ss {
    margin-bottom: 5px !important;
  }
}

._mb-s {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 560px) {
  ._mb-s {
    margin-bottom: 12px !important;
  }
}

._mb-m {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 560px) {
  ._mb-m {
    margin-bottom: 18px !important;
  }
}

._mb-l {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 560px) {
  ._mb-l {
    margin-bottom: 25px !important;
  }
}

._mb-ll {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 560px) {
  ._mb-ll {
    margin-bottom: 30px !important;
  }
}

._mb-xl {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 560px) {
  ._mb-xl {
    margin-bottom: 40px !important;
  }
}

._mt-ss {
  margin-top: 10px !important;
}
@media screen and (max-width: 560px) {
  ._mt-ss {
    margin-top: 5px !important;
  }
}

._mt-s {
  margin-top: 20px !important;
}
@media screen and (max-width: 560px) {
  ._mt-s {
    margin-top: 12px !important;
  }
}

._mt-m {
  margin-top: 30px !important;
}
@media screen and (max-width: 560px) {
  ._mt-m {
    margin-top: 18px !important;
  }
}

._mt-l {
  margin-top: 40px !important;
}
@media screen and (max-width: 560px) {
  ._mt-l {
    margin-top: 25px !important;
  }
}

._mt-ll {
  margin-top: 50px !important;
}
@media screen and (max-width: 560px) {
  ._mt-ll {
    margin-top: 30px !important;
  }
}

._mt-xl {
  margin-top: 60px !important;
}
@media screen and (max-width: 560px) {
  ._mt-xl {
    margin-top: 40px !important;
  }
}

._mr-s {
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  ._mr-s {
    margin-right: 16px;
  }
}
@media screen and (max-width: 560px) {
  ._mr-s {
    margin-right: 12px;
  }
}

._no-mb {
  margin-bottom: 0 !important;
}

._no-mt {
  margin-top: 0 !important;
}

._no-pb {
  padding-bottom: 0 !important;
}

._no-pt {
  padding-top: 0 !important;
}

._txt-centered {
  text-align: center;
}

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

html, body {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}

img {
  display: block;
  width: 100%;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}
img._cover {
  object-fit: cover;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #000;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.main {
  display: block;
  overflow-x: hidden;
}

span.ib {
  display: inline-block;
}

.section {
  padding: 40px 0;
}
@media screen and (max-width: 960px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.section._colored {
  background-color: #F7DFE1;
}
.section._colored02 {
  background-color: #FDF4F4;
}
.section._no-pt {
  padding-top: 0 !important;
}
.section-wrapper {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .section-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.section-inner {
  width: 100%;
  max-width: 724px;
  padding: 0 12px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .section-inner {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.section-title {
  text-align: center;
  font-size: 27px;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #D9587C;
  padding-bottom: 6px;
  border-bottom: 1px solid #D9587C;
}
@media screen and (max-width: 960px) {
  .section-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .section-title {
    font-size: 18px;
  }
}
.section-desc {
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .section-desc {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 560px) {
  .section-desc {
    font-size: 0.8rem;
  }
}
.section-desc._centered {
  text-align: center;
}
.section-desc._right {
  text-align: right;
}
.section-desc._bold {
  font-weight: bold;
}
.section-desc._sub {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section-desc._semi-large {
  font-size: 1.1rem;
}
@media screen and (max-width: 960px) {
  .section-desc._semi-large {
    font-size: 17px;
  }
}
@media screen and (max-width: 560px) {
  .section-desc._semi-large {
    font-size: 15px;
  }
}
.section-desc._large {
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .section-desc._large {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 560px) {
  .section-desc._large {
    font-size: 1rem;
  }
}
.section-desc._ex-large {
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .section-desc._ex-large {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 560px) {
  .section-desc._ex-large {
    font-size: 1.2rem;
  }
}
.section-desc._small {
  font-size: 0.9rem;
}
@media screen and (max-width: 960px) {
  .section-desc._small {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .section-desc._small {
    font-size: 0.7rem;
  }
}
.section-desc._ex-small {
  font-size: 12px;
}
@media screen and (max-width: 560px) {
  .section-desc._ex-small {
    font-size: 10px;
  }
}
.section-desc._plus-lh {
  line-height: 2;
}
.section-desc._minus-lh {
  line-height: 1.4;
}
.section-desc._indent {
  padding-left: 1.5em;
  position: relative;
}
.section-desc._indent span {
  position: absolute;
  left: 0;
}
.section-desc._indent-plus {
  padding-left: 2.5em;
  position: relative;
}
.section-desc._indent-plus span {
  position: absolute;
  left: 0;
}
.section-desc._colored {
  color: #D9587C;
}
.section-desc ._colored {
  color: #D9587C;
}
.section-desc .bold {
  font-weight: bold;
}
.section-desc > a {
  color: #D9587C !important;
  text-decoration: underline;
  transition: 0.3s;
}
.section-desc > a:hover {
  opacity: 0.7;
}

._flex {
  display: flex;
  justify-content: space-between;
}
._flex._reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  ._flex {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  ._flex._tb {
    display: flex;
  }
}
@media screen and (max-width: 560px) {
  ._flex._tb {
    display: block;
  }
}
._flex .section-desc-wrapper {
  flex: 1;
}
@media screen and (max-width: 960px) {
  ._flex .section-desc-wrapper {
    width: 100%;
  }
}

._wrap {
  flex-wrap: wrap;
}

._around {
  justify-content: space-around;
}

._align-c {
  align-items: center;
}

.flex-img-left {
  margin-right: 30px;
}
@media screen and (max-width: 960px) {
  .flex-img-left {
    width: 100%;
    margin-right: 0;
  }
}
.flex-img-right {
  margin-left: 30px;
}
@media screen and (max-width: 960px) {
  .flex-img-right {
    width: 100%;
    margin-left: 0;
  }
}

#scroll-top {
  position: fixed;
  right: 20px;
  bottom: 110px;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #D9587C;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
  z-index: 100;
  cursor: pointer;
}
#scroll-top.shown {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  #scroll-top.shown:hover {
    opacity: 0.7;
  }
}
#scroll-top span {
  font-size: 36px;
  color: #fff;
  display: grid;
  place-items: center;
}

.main-logo {
  display: block;
  width: 224px;
  height: 50px;
}
.main-logo._centered {
  margin: 0 auto;
}

.contact-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact-tel a {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #D9587C;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.contact-tel a::before {
  content: "";
  width: 20px;
  height: 30px;
  display: block;
  background-image: url(../images/icon_phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.contact-icon {
  width: 50px;
  height: 50px;
  display: block;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .contact-icon:hover {
    opacity: 0.7;
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 102;
  box-shadow: 0 0 2px rgba(217, 88, 124, 0.3);
  padding: 10px 0 20px;
}
.header-wrapper {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .header-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.header-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
}
.header-contact {
  display: flex;
  align-items: center;
}

.footer {
  padding: 16px;
  background-color: #E59497;
  display: grid;
  place-items: center;
}
.footer small {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cta-btns {
  display: none;
}

.main {
  margin-top: 135px;
}

/*-------------------------------------------------------*/

.main-visual {
  position: relative;
}

/* ===== 固定マスク ===== */
.main-visual-mask {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

/* 左右に白をかける */
.main-visual-mask::before,
.main-visual-mask::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc((100% - 1000px)/2);                 /* 白の幅（調整可） */
  height: 100%;
  background: rgba(255,255,255,0.8);
}

.main-visual-mask::before {
  left: 0;
}

.main-visual-mask::after {
  right: 0;
}

/* ===== Swiper ===== */
.swiper {
  width: 100vw;
  max-width: 1200px;
  height: 600px;
  overflow: visible;
}

.swiper-slide {
  width: 1000px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

/* ===== 1040px以下 ===== */
@media screen and (max-width: 1040px) {
  .swiper {
    height: auto;           /* ← 高さ固定を解除 */
  }

  .swiper-slide {
    width: 100%;
    height: auto;           /* ← スライドも高さ自動 */
  }

  .swiper-slide img {
    width: 100%;
    height: auto;           /* ← 縦がちゃんと縮む */
    max-height: none;
  }
}

/*--------------------------*/

.sozai-wrapper {
  background-image: url(../images/bg_sozai.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.sozai-inner {
  width: 100%;
  max-width: 724px;
  padding: 0 12px;
  margin: 0 auto;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.86);
}
@media screen and (max-width: 560px) {
  .sozai-inner {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.sozai-img01 {
  width: 250px;
  height: 267px;
}

.menu-img {
  width: 330px;
  height: 204px;
}
.menu-banner {
  background-color: #E8F7FD;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-banner-logo {
  width: 164px;
  height: 120px;
}
.menu-banner-img {
  width: 164px;
  height: 94px;
}

.about-imgs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about-imgs img:first-of-type {
  width: 132px;
  height: 90px;
  margin-right: 20px;
}
.about-imgs img:last-of-type {
  width: 140px;
  height: 132px;
}
.about-img {
  width: 300px;
  height: 330px;
}
.about-banner {
  padding: 40px;
  background-color: #E8F7FD;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.about-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-detail {
  display: flex;
}
.about-detail p:first-of-type {
  margin-right: 20px;
}
.about-line {
  width: 180px;
  height: 180px;
}

.shop-img {
  width: 282px;
  height: 361px;
}
.shop-table {
  width: 100%;
}
.shop-table tr td, .shop-table tr th {
  vertical-align: top;
  padding: 6px;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}
.shop-table tr td a, .shop-table tr th a {
  color: #D9587C !important;
  transition: 0.3s;
}
.shop-table tr td a:hover, .shop-table tr th a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.shop-table tr th {
  font-weight: bold;
  color: #D9587C;
  white-space: nowrap;
}
.shop-appendix {
  display: flex;
  align-items: center;
}

.site-link {
  display: block;
  width: 300px;
  height: 120px;
  margin: 0 auto;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .site-link:hover {
    opacity: 0.7;
  }
}

.tb-sp-only {
  display: none;
}

.sp-only {
  display: none;
}

@media (max-width: 960px) {
  .pc-only {
    display: none;
  }
  .tb-sp-only {
    display: block;
  }
  .contact-tel a {
    font-size: 20px;
  }
  .contact-tel a::before {
    width: 16px;
    height: 24px;
  }
  .header-lower {
    padding-top: 20px;
  }
  .main {
    margin-top: 120px;
  }
  .sozai-wrapper {
    padding: 40px;
  }
  .menu-img {
    width: 80%;
    margin: 0 auto;
    height: auto;
  }
  .menu-img.flex-img-left {
    margin-bottom: 12px;
  }
  .pastry-img {
    width: 330px;
    height: 204px;
    margin-right: 12px;
  }
  .section-desc.tb-centered {
    text-align: center;
  }
  .about-img {
    width: 70%;
    height: auto;
    margin: 20px auto 0;
  }
  .shop-img {
    width: 70%;
    height: auto;
    margin: 0 auto 20px;
  }
  .shop-table {
    width: 75%;
    margin: 0 auto;
  }
  .shop-appendix {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .sp-only {
    display: block;
  }
  .pc-tb-only {
    display: none;
  }
  .header-lower {
    justify-content: center;
    padding-top: 10px;
  }
  .header {
    padding-bottom: 10px;
  }
  .section-wrapper._sozai, .section._sozai {
    padding: 0;
  }
  .sozai-wrapper {
    padding: 40px 8px;
  }
  .sozai-wrapper .section-desc._indent {
    font-size: 12px;
    padding-left: 1.1em;
    white-space: nowrap;
  }
  .sozai-inner {
    padding-right: 5px;
    padding-left: 4px;
  }
  .sozai-inner .section-desc-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .sozai-img01 {
    margin: 0 auto 12px;
    width: 76%;
    height: auto;
  }
  .menu-banner {
    flex-direction: column;
  }
  .menu-banner .section-desc {
    font-size: 1rem;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .menu-img, .about-img {
    width: 100%;
  }
  .about-banner {
    flex-direction: column;
    padding: 32px;
  }
  .section-desc.sp-centered {
    text-align: center;
  }
  .about-tel .contact-tel {
    margin: 0 auto;
    margin-bottom: 20px !important;
  }
  .about-detail p:first-of-type {
    white-space: nowrap;
  }
  .about-detail {
    width: 90%;
    margin: 0 auto 20px;
  }
  .shop-img {
    width: 100%;
  }
  .shop-table {
    width: 100%;
  }
  .shop-table tr td, .shop-table tr th {
    font-size: 0.8rem;
  }
  #scroll-top {
    right: 10px;
    bottom: 76px;
  }
  body {
    margin-bottom: 80px;
  }
  .cta-btns {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 80px;
    width: 100vw;
    z-index: 100;
    display: block;
    padding: 2px;
  }
  .cta-btns-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    border: 4px solid #D9587C;
    border-radius: 6px;
    background-color: #fff;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cta-btns .contact-icon {
    width: 50px;
    height: 50px;
  }
  .cta-btns .contact-icon:first-of-type {
    margin-right: 8px !important;
  }
  .cta-btns .contact-btns {
    display: flex;
  }
  .cta-btns .contact-tel {
    margin-right: 8px !important;
  }
  .cta-btns .contact-tel a {
    font-size: 23px;
    white-space: nowrap;
    font-family: "Noto Sans JP", sans-serif !important;
  }
}
/*追加*/
.about-video-link {
  position: relative;
  display: inline-block;
}

.play-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  background: rgba(0,0,0,.55);
  border-radius: 50%;
}

.play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
}
/*youtube*/
.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/*# sourceMappingURL=style.css.map */