@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

area {
  border: none;
  outline: none;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

i {
  font-style: normal;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 共通 */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-size: 3.9vw;
  text-align: center;
  line-height: 120%;
  color: #000;
  font-family: "Shippori Mincho", "Noto Serif JP", "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

p {
  line-height: 120%;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

img {
  width: 100%;
}

section {
  padding: 4em 0;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

p {
  line-height: 160%;
}

a {
  text-decoration: none;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 580px) {
  section {
    padding: 5.5em 0;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  body {
    font-size: 1.1rem;
  }
  .inner {
    margin: 0 auto;
    max-width: 1000px;
  }
  p {
    font-size: 1rem;
  }
  .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }
}
/* -------------------------小泉製菓------------------------- */
/* ---ボタン--- */
a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.arrowBtn {
  display: flex;
  align-items: center;
  justify-content: right;
}
.arrowBtn img {
  width: 1.6em;
  padding-left: 0.5em;
}

.whiteBtn {
  background-color: #fff;
  color: #6D3A42;
  border-radius: 30px;
  width: 300px;
  padding: 1em 0;
  display: inline-block;
  font-size: 1.2em;
}
.whiteBtn:hover {
  background-color: #6D3A42;
  color: #fff;
  opacity: 1;
}

/* ---タイトル--- */
.enjpTitle {
  margin-bottom: 2em;
}
.enjpTitle .en {
  color: #7A5636;
  font-family: "Noto Sans JP";
  font-size: 0.8em;
  margin-bottom: 0.6em;
}
.enjpTitle .en::before {
  content: "●";
  font-size: 0.65em;
  padding-right: 1em;
}
.enjpTitle .jp {
  font-size: 1.3em;
  letter-spacing: 3px;
}

.diamondTitle {
  color: #6D3A42;
  font-size: 1.5em;
  margin-bottom: 2em;
  display: inline-block;
  color: #000;
}
.diamondTitle span {
  border-bottom: 1px dotted #6D3A42;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em 0.3em 0.5em;
}
.diamondTitle span::before {
  content: "";
  display: inline-block;
  background-image: url(../img/diamond.png);
  background-size: contain;
  height: 30px;
  width: 20px;
  margin-right: 0.5em;
  color: #6D3A42;
}

.enjpDiamondTitle {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  margin-bottom: 1.5em;
}
.enjpDiamondTitle.whiteDia {
  background-image: url(../img/diamond_white.png);
}
.enjpDiamondTitle.azukiDia {
  background-image: url(../img/diamond.png);
}
.enjpDiamondTitle .en {
  font-size: 1.7em;
  margin-bottom: 1.3em;
  padding-bottom: 0.2em;
}

@media only screen and (min-width: 580px) {
  .enjpTitle {
    margin-bottom: 3.5em;
  }
  .enjpTitle .en {
    margin-bottom: 0.7em;
  }
  .enjpTitle .jp {
    font-size: 1.5em;
  }
  .diamondTitle {
    margin-bottom: 1.5em;
  }
  .enjpDiamondTitle {
    margin-bottom: 3.5em;
  }
}
/* ---背景--- */
.creamBack {
  background-image: url(../img/newsBack.jpg);
  background-size: cover;
  background-position: center center;
}

.azukiBack {
  background-color: #6D3A42;
  color: #fff;
}
.azukiBack .diamondTitle {
  color: #fff;
}
.azukiBack .diamondTitle span {
  border-bottom: 1px dotted #fff;
}
.azukiBack .diamondTitle span::before {
  background-image: url(../img/diamond_white.png);
}

.backKo {
  background-image: url(../img/aboutBack.png);
  background-size: 50%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 580px) {
  .backKo {
    background-size: 25%;
    background-position: right bottom 4em;
  }
}
/* ---ヘッダー--- */
header {
  position: relative;
}
header .headerWrap {
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #fff;
  padding: 1em 0 1em 1em;
}
header .logo {
  width: 38px;
}
header a.shopBtn {
  border: 1px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  padding: 0.5em 0;
  color: #fff;
}

@media only screen and (min-width: 580px) {
  header .headerWrap .logo {
    position: relative;
    z-index: 999;
    width: 90px;
    padding: 1em 0 0.5em 2.5em;
  }
  header .headerWrap .shopBtn {
    display: none;
  }
}
/* ---フッター--- */
.access {
  text-align: left;
}
.access .onlineBtn {
  margin-bottom: 5em;
  display: block;
}
.access .accessWrap {
  width: 90%;
  margin: 0 auto;
}
.access .accessWrap h3 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.access .accessWrap p {
  margin-bottom: 1em;
}
.access .accessWrap img {
  margin-bottom: 0.5em;
}
.access .accessWrap .honsha img {
  margin-bottom: 3em;
}
.access .map iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 5em;
}

footer {
  background-image: url(../img/footerBack.jpg);
  background-size: cover;
  background-position: center center;
  padding: 6em 0 0.5em;
  color: #fff;
}
footer .footerLogo {
  width: 35%;
  margin: 0 auto 5em;
  display: block;
}
footer .contactWrap {
  margin-bottom: 3em;
}
footer .contactWrap a.contactBtn {
  width: 100%;
  display: block;
  border: 1px solid #fff;
  padding: 1em 0;
}
footer .contactWrap a.contactBtn:hover {
  background-color: #6D3A42;
  opacity: 1;
}
footer .privacyWrap {
  margin-bottom: 2em;
}
footer .privacyWrap a {
  text-decoration: underline;
  font-size: 0.95em;
}
footer .sns {
  margin-bottom: 3em;
}
footer .sns p {
  margin-bottom: 0.5em;
}
footer .sns a {
  margin-right: 0.5em;
}
footer .sns a i {
  font-size: 1.8em;
}
footer .sns a:last-child {
  margin-right: 0;
}
footer p.copy {
  font-size: 0.8em;
}

@media only screen and (min-width: 580px) {
  .access .accessWrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .access .accessWrap .takashimaya {
    width: 61%;
  }
  .access .accessWrap .takashimaya .food,
  .access .accessWrap .takashimaya .entrance {
    width: 48%;
  }
  .access .accessWrap .honsha {
    width: 33%;
  }
  footer .footerLogo {
    width: 15%;
  }
  footer .contactWrap a.contactBtn {
    width: 400px;
    margin: 0 auto;
  }
  footer .sns {
    float: right;
    text-align: right;
    margin-bottom: 0em;
  }
  footer .sns a {
    margin-right: 1em;
  }
  footer p.copy {
    clear: both;
  }
}
/* ---下層--- */
.subPage .headerWrap {
  border-bottom: 1px solid #777;
  position: inherit;
}
.subPage .headerWrap .subLogo {
  display: block;
}
.subPage .headerWrap .topLogo {
  display: none;
}
.subPage a.shopBtn {
  border: 1px solid #777;
  color: #777;
}
.subPage .pageTitle {
  background-image: url(../img/newsBack.jpg);
  background-size: cover;
  padding: 2.5em 0;
}
.subPage .pageTitle h2 .jp {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  font-weight: normal;
}
.subPage .pageTitle h2 .en {
  color: #6D3A42;
  font-size: 0.8em;
}

@media only screen and (min-width: 580px) {
  header .headerWrap .logo {
    position: relative;
    z-index: 999;
    width: 85px;
    padding: 0em 0 0em 2.2em;
  }
}
.hamburger-overlay {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 52px;
  height: 52px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: fixed;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 35px;
  height: 1px;
  background-color: #777;
  transition: all 0.6s;
  display: flex;
  justify-content: right;
}

.hamburger-overlay__line:nth-of-type(1) {
  top: 14px;
}

.hamburger-overlay__line:nth-of-type(2) {
  text-align: right;
  top: 40px;
  width: 20px;
}

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  width: 35px;
  transform: translateY(-15px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) {
  transition-delay: 0.1s;
}

.nav-overlay.active .nav-overlay__item:nth-child(2) {
  transition-delay: 0.3s;
}

.nav-overlay.active .nav-overlay__item:nth-child(3) {
  transition-delay: 0.4s;
}

.nav-overlay.active .nav-overlay__item:nth-child(4) {
  transition-delay: 0.5s;
}

.nav-overlay.active .nav-overlay__item:nth-child(5) {
  transition-delay: 0.6s;
}

.nav-overlay.active .nav-overlay__item:nth-child(6) {
  transition-delay: 0.7s;
}

.nav-overlay.active .nav-overlay__item:nth-child(7) {
  transition-delay: 0.8s;
}

.nav-overlay.active .nav-overlay__item:nth-child(8) {
  transition-delay: 0.9s;
}

.nav-overlay.active .nav-overlay__item:nth-child(9) {
  transition-delay: 1s;
}

.nav-overlay__link {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-overlay__link:hover {
  position: relative;
  opacity: 1;
}
.nav-overlay__link:hover::after {
  position: absolute;
  content: "●";
  font-size: 0.5em;
  right: -0.5em;
}

@media only screen and (min-width: 580px) {
  .hamburger-overlay {
    display: none;
  }
  .nav-overlay {
    visibility: visible;
    background-color: transparent;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    opacity: 1;
    height: 90px;
    padding: 1.5em 0;
  }
  .nav-overlay .nav-overlay__list {
    display: flex;
    justify-content: center;
    padding-bottom: 1.5em;
  }
  .nav-overlay .nav-overlay__list .nav-overlay__item {
    visibility: visible;
    opacity: 1;
  }
  .nav-overlay .nav-overlay__list .nav-overlay__item .nav-overlay__link {
    position: relative;
    font-size: 0.95em;
    text-shadow: 0px 0px 6px #000;
    padding: 20px 15px;
    opacity: 1;
  }
  .nav-overlay .nav-overlay__list .nav-overlay__item .nav-overlay__link:hover::after {
    position: absolute;
    display: block;
    content: "●";
    font-size: 0.3em;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s !important;
  }
  .subPage .nav-overlay {
    background: rgba(255, 255, 255, 0.8);
  }
  .subPage .nav-overlay__link {
    color: #000;
  }
  .subPage .nav-overlay .nav-overlay__list .nav-overlay__item .nav-overlay__link {
    text-shadow: none;
    color: #757575;
  }
}