@charset "UTF-8";
/*$primary: #1A379A;

$bg-color: #F5F8FA;
$font-color: #222222;
$link-color: #2B517B;
$border-color: #D9DBDA;*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #000;
  opacity: 1;
  transform: 0.3s all;
}

a:hover {
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
  text-align: justify;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.1em;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body .cinderella {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .cinderella {
    min-width: auto;
  }
}
body .cinderella h1, body .cinderella h2, body .cinderella h3, body .cinderella h4, body .cinderella h5, body .cinderella h6,
body .cinderella .h1, body .cinderella .h2, body .cinderella .h3, body .cinderella .h4, body .cinderella .h5, body .cinderella .h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fwb {
  font-weight: bold;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/*.contents {
	position: relative;
	z-index: 0;
}*/
.contents {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .contents {
    min-width: auto;
  }
}

/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item02 {
  opacity: 0;
  visibility: hidden;
  transition: 2s all;
  transform: translateY(100px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item02 {
    transform: translateY(80px);
  }
}

.fadein-item02.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item03 {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s all;
  transform: translateY(120px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item03 {
    transition: 1.5s all;
    transform: translateY(60px);
  }
}

.fadein-item03.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  visibility: hidden;
  /*animation-name: fadein;
     animation-duration: 2s;*/
  transition-duration: 0.5s;
  transition-property: opacity;
}

.fadein.show {
  opacity: 1;
  visibility: visible;
}

/********アニメーション**********/
.fade-in-item {
  opacity: 0;
  animation-delay: 0.5s;
  transition-duration: 1.5s;
  transition-property: transform, opacity;
  animation-fill-mode: forwards;
}

.fade-in-item.show {
  opacity: 1;
}

/*********GWLPアニメーション************/
.popup-item {
  opacity: 0;
  transform: scale(0.8);
}
.popup-item.popup {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s 0s ease, transform 0.3s 0s ease;
}

/******************************/
:root {
  /* フォントファミリーの変数定義 */
  --font-min: 'Shippori Mincho', serif;
  --font-en-go: 'Marcellus', sans-serif;
  --color-main: #A36424;
  --color-sub: #DBD006;
}

#main .cafe-bakery {
  min-width: 1200px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery {
    min-width: auto;
  }
}
#main .cafe-bakery .heading {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#main .cafe-bakery .heading .mv {
  height: 47vw;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .heading .mv {
    height: 170vw;
  }
}
#main .cafe-bakery .heading .mv .slick-slide {
  overflow: hidden;
  position: relative;
}
#main .cafe-bakery .heading .mv .mv-img {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  will-change: transform;
}
#main .cafe-bakery .heading .title-img {
  max-width: 538px;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .heading .title-img {
    width: 84%;
  }
}
#main .cafe-bakery .heading .grd {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 0;
}
#main .cafe-bakery .heading .grd img {
  width: 100%;
}
#main .cafe-bakery .top-content {
  background: #F9F1E8;
  padding: 200px 0 350px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .top-content {
    padding: 45vw 0 100vw;
  }
}
#main .cafe-bakery .top-content p {
  text-align: center;
  line-height: 2.7;
  font-size: 18px;
  font-family: var(--font-min);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .top-content p {
    font-size: 4vw;
  }
}
#main .cafe-bakery .top-content img.left-cloud {
  position: absolute;
  left: 0;
  top: 0;
  width: 450px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .top-content img.left-cloud {
    width: 55%;
  }
}
#main .cafe-bakery .top-content img.right-cloud {
  position: absolute;
  right: 0;
  bottom: 150px;
  width: 450px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .top-content img.right-cloud {
    width: 55%;
    bottom: 50vw;
  }
}
#main .cafe-bakery .bakery {
  background: url(../img/bg1-2.png) repeat-y left -6px/100%;
  padding-bottom: 300px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery {
    padding-bottom: 30vw;
    background-image: url(../img/bg1-2_sp.png);
  }
}
#main .cafe-bakery .bakery h2.title-h2 {
  background: url(../img/bg1.png) no-repeat top left/100%;
  margin-top: -200px;
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
  color: #CE9051;
  font-size: 65px;
  position: relative;
  font-family: var(--font-en-go), serif;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery h2.title-h2 {
    margin-top: -48vw;
    padding-top: 30vw;
    padding-bottom: 10vw;
    font-size: 13vw;
    background-image: url(../img/bg1_sp.png);
  }
}
#main .cafe-bakery .bakery h2.title-h2 .illust {
  position: absolute;
  bottom: 108px;
  right: calc(50% - 280px);
  width: 150px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery h2.title-h2 .illust {
    bottom: 10vw;
    right: 6vw;
    width: 25vw;
  }
}
#main .cafe-bakery .bakery .block-shop {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 100px 80px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery .block-shop {
    width: 90%;
    padding: 17vw 8vw;
    margin: 0 auto 10vw;
  }
}
#main .cafe-bakery .bakery .block-shop .block-shop-top {
  width: 760px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery .block-shop .block-shop-top {
    width: auto;
  }
}
#main .cafe-bakery .bakery .block-shop .block-shop-top h3.title-h3 {
  font-size: 40px;
  font-family: var(--font-min);
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery .block-shop .block-shop-top h3.title-h3 {
    font-size: 6.5vw;
    line-height: 1.1;
  }
}
#main .cafe-bakery .bakery .block-shop .block-shop-top h3.title-h3 .logo {
  width: 160px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery .block-shop .block-shop-top h3.title-h3 .logo {
    position: inherit;
    display: block;
    width: 25vw;
  }
}
#main .cafe-bakery .bakery .block-shop .block-shop-top h3.title-h3 .small-text {
  font-size: 13px;
  color: var(--color-main);
  display: block;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery .block-shop .block-shop-top h3.title-h3 .small-text {
    font-size: 3.2vw;
    margin-top: 2vw;
    margin-bottom: 6vw;
  }
}
#main .cafe-bakery .bakery .block-shop .block-shop-top .inner-block {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery .block-shop .block-shop-top .inner-block {
    margin-top: 10vw;
  }
}
#main .cafe-bakery .bakery .block-shop .block-shop-top .inner-block p {
  font-family: var(--font-min);
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery .block-shop .block-shop-top .inner-block p {
    font-size: 3.6vw;
  }
}
#main .cafe-bakery .bakery .block-shop .block-shop-top .inner-block img + p {
  margin-top: 20px;
}
#main .cafe-bakery .bakery .block-shop .block-shop-sub {
  display: flex;
  gap: 50px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery .block-shop .block-shop-sub {
    display: block;
    margin-top: 10vw;
  }
}
#main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner {
    width: auto;
    margin-bottom: 15vw;
  }
  #main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner:last-child {
    margin-bottom: 0;
  }
}
#main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner p {
  color: var(--color-main);
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner p {
    font-size: 3.6vw;
  }
}
#main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner .info {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner .info {
    margin-top: 4vw;
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}
#main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner .info .note {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner .info .note {
    margin-top: 4vw;
  }
}
#main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner .info .back-black {
  background: #000;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 5px;
}
#main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner img + p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner img + p {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner:nth-child(2) {
    transition-delay: 0.5s;
  }
  #main .cafe-bakery .bakery .block-shop .block-shop-sub .block-inner:nth-child(3) {
    transition-delay: 1s;
  }
}
#main .cafe-bakery .cafe-eatin h2.title-h2 {
  background: url(../img/bg2.png) no-repeat top left/100%;
  margin-top: -200px;
  padding-top: 280px;
  padding-bottom: 70px;
  text-align: center;
  color: var(--color-sub);
  font-size: 65px;
  position: relative;
  font-family: var(--font-en-go), serif;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin h2.title-h2 {
    width: 100%;
    padding: 25vw 0 15vw;
    margin: -10vw auto 0;
    font-size: 12vw;
    line-height: 1.2;
  }
}
#main .cafe-bakery .cafe-eatin h2.title-h2 .illust-left, #main .cafe-bakery .cafe-eatin h2.title-h2 .illust-right {
  position: absolute;
  bottom: 28px;
  right: calc(50% - 420px);
  width: 150px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin h2.title-h2 .illust-left, #main .cafe-bakery .cafe-eatin h2.title-h2 .illust-right {
    bottom: 3vw;
    right: 5vw;
    width: 23vw;
  }
}
#main .cafe-bakery .cafe-eatin h2.title-h2 .illust-left {
  right: auto;
  left: calc(50% - 440px);
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin h2.title-h2 .illust-left {
    left: 10vw;
    bottom: 47vw;
    width: 20vw;
  }
}
#main .cafe-bakery .cafe-eatin .title-under-text {
  font-family: var(--font-min);
  font-size: 33px;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin .title-under-text {
    font-size: 4.5vw;
    margin-bottom: 13vw;
  }
}
#main .cafe-bakery .cafe-eatin .block-shop {
  background: #fff;
  max-width: 1200px;
  margin: 100px auto 80px;
  padding: 100px 80px 0;
  border-top: 2px solid var(--color-sub);
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin .block-shop {
    margin: 17vw auto 10vw;
    padding: 15vw 7vw 0;
    width: 88%;
  }
}
#main .cafe-bakery .cafe-eatin .block-shop:last-child {
  border-bottom: 2px solid var(--color-sub);
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin .block-shop:last-child {
    padding-bottom: 14vw;
    margin-bottom: 15vw;
  }
}
#main .cafe-bakery .cafe-eatin .block-shop h3.title-h3 {
  font-size: 33px;
  font-family: var(--font-min);
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin .block-shop h3.title-h3 {
    font-size: 6.3vw;
    line-height: 1;
  }
}
#main .cafe-bakery .cafe-eatin .block-shop h3.title-h3 .logo {
  width: 160px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin .block-shop h3.title-h3 .logo {
    position: relative;
    margin-top: 5vw;
  }
}
#main .cafe-bakery .cafe-eatin .block-shop h3.title-h3 .small-text {
  font-size: 13px;
  color: var(--color-sub);
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin .block-shop h3.title-h3 .small-text {
    font-size: 2.9vw;
    margin-top: 3vw;
  }
}
#main .cafe-bakery .cafe-eatin .block-shop .cafe-inner-block {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin .block-shop .cafe-inner-block {
    display: block;
    margin-top: 8vw;
  }
}
#main .cafe-bakery .cafe-eatin .block-shop .cafe-inner-block figure {
  width: 500px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin .block-shop .cafe-inner-block figure {
    width: auto;
  }
}
#main .cafe-bakery .cafe-eatin .block-shop .cafe-inner-block div.text-block {
  width: calc(100% - 560px);
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-family: var(--font-min);
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin .block-shop .cafe-inner-block div.text-block {
    width: auto;
    margin-top: 5vw;
    font-size: 3.6vw;
  }
}
#main .cafe-bakery .cafe-eatin .block-shop .cafe-inner-block div.text-block p {
  line-height: 2;
}
#main .cafe-bakery .cafe-eatin .block-shop.stb h3.title-h3 .logo {
  width: 275px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin .block-shop.stb h3.title-h3 .logo {
    width: 38vw;
  }
}
#main .cafe-bakery .cafe-eatin .block-shop.wg h3.title-h3 .logo {
  width: 149px;
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin .block-shop.wg h3.title-h3 .logo {
    width: 20vw;
  }
}
@media screen and (max-width: 767px) {
  #main .cafe-bakery .cafe-eatin .block-shop + .block-shop {
    margin-top: 14vw;
  }
}

/***電話リンク***/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/***追従ボタン****/
.fix_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .fix_btn {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8000;
    max-width: 126px;
  }
}
/***既存パーツ調整***/
.pageGuide {
  position: relative;
  z-index: 10;
}

.share-sns-column {
  position: relative;
  z-index: 5;
  padding-bottom: 80px;
  background: #fff;
}

.menu-column {
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.Footer {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #header {
    z-index: 999999999;
  }
}

/******************************/
.Pagetop {
  background: #CE9051;
  right: 10px !important;
}

.mb0 {
  margin-bottom: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt15 {
  margin-top: 15px;
}

.mb-em {
  margin-bottom: 1em;
}

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

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */