html {
  font-size: 62.5%;
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Maru Gothic";
  color: #5F4326;
  box-sizing: border-box;
  background-color: #F9F3E8;
}

img {
  width: 100%;
  height: auto;
}

.link {
  color: #B67228;
  font-weight: bold;
}
.link:hover {
  border-bottom: 1px solid #B67228;
}
@media screen and (max-width: 1120px) {
  .link:hover {
    border-bottom: none;
  }
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.pageHead-frexBox {
  display: flex;
  flex-direction: column;
  background-image: url(../../assets/img/common/head-line__img.png);
  background-repeat: no-repeat;
  background-size: 30%;
  height: 16vw;
  text-align: center;
  background-position: 35vw 0vw;
  margin: 4vw 0;
}
@media screen and (min-width: 1281px) {
  .pageHead-frexBox {
    margin: -7vw 0 -10vw;
  }
}
@media screen and (max-width: 480px) {
  .pageHead-frexBox {
    background-size: 50%;
    height: 26vw;
    text-align: center;
    background-position: 25vw 0vw;
    margin: 5vw 0 3vw;
  }
}

.pageHead-en {
  transform: translateY(2vw);
  transition: opacity 0.5s ease, transform 0.5s ease;
  font-family: "Caveat";
  color: #5F4326;
  font-size: 7vw;
  font-weight: bold;
  position: relative;
  display: flex;
  width: fit-content;
  flex-direction: column;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .pageHead-en {
    font-size: 15vw;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pageHead-en::after {
  content: "Line up";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  color: white;
  -webkit-text-stroke: 2vw #FFF;
}

.pageHead-ja {
  font-family: "Zen Maru Gothic";
  color: #5F4326;
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .pageHead-ja {
    font-size: 1.6rem;
    margin-top: -4vw;
    font-weight: bold;
  }
}

.head-flexBox {
  display: flex;
  text-align: end;
}

.head-en {
  transform: translateY(2vw);
  transition: opacity 1s ease, transform 1s ease;
  opacity: 0;
  font-family: "Caveat";
  color: #5F4326;
  border-bottom: 6px dashed #5F4326;
  font-size: 7vw;
  font-weight: bold;
  margin: 10vw 0 0 13vw;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .head-en {
    border-bottom: 5px dashed #5F4326;
  }
}
@media screen and (max-width: 600px) {
  .head-en {
    border-bottom: 3px dashed #5F4326;
  }
}
@media screen and (max-width: 480px) {
  .head-en {
    border-bottom: 2px dashed #5F4326;
    font-size: 13vw;
    margin: 2vw auto 0;
    flex-direction: column;
    padding: 0vw 23vw;
    align-items: unset;
  }
}
@media screen and (max-width: 360px) {
  .head-en {
    border-bottom: 1px dashed #5F4326;
  }
}

.head-en::after {
  content: "Line up";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  color: white;
  -webkit-text-stroke: 2vw #FFF;
}
@media screen and (max-width: 480px) {
  .head-en::after {
    -webkit-text-stroke: 3vw #FFF;
    padding: 0vw 23vw;
  }
}

.head-en.is-animated {
  transform: translateY(0);
  animation-name: header__fadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes header__fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.head-jp {
  font-family: "Zen Maru Gothic";
  color: #5F4326;
  font-size: 2.5vw;
  font-weight: bold;
  padding-left: 3vw;
  margin: 0vw auto 1vw;
}
@media screen and (max-width: 480px) {
  .head-jp {
    font-size: 1.6rem;
    margin: 1vw auto -7vw;
    padding-left: 0vw;
  }
}
@media screen and (max-width: 360px) {
  .head-jp {
    margin: 0vw auto -8vw;
  }
}

.txt_anime {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: -1;
}
.txt_anime > p {
  width: 320vw;
  font-size: 25vw;
  color: #fff;
  font-family: "Caveat";
  -webkit-text-stroke: 30px;
  transform: translateX(100%);
}
@media screen and (max-width: 1280px) {
  .txt_anime > p {
    -webkit-text-stroke: 16px;
  }
}
@media screen and (max-width: 768px) {
  .txt_anime > p {
    -webkit-text-stroke: 6px;
  }
}

.loop03 {
  padding-top: 0vw;
  padding-bottom: 0vw;
  overflow: hidden;
}

.loop03__box {
  display: flex;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

.loop03__item {
  flex: 0 0 auto;
  font-size: 40px;
  white-space: nowrap;
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

.loop03__item:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop03__item:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/**
 * 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;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

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

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  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;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/**
 * 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 dotted;
}

/**
 * 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;
  font-size: inherit;
}

/**
 * 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;
}

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

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

/*
 * 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]:focus {
  outline: auto;
}

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.contact__btn {
  display: block;
}
@media screen and (max-width: 1280px) {
  .contact__btn {
    display: none;
  }
}

.front_btn {
  display: block;
}
@media screen and (max-width: 1280px) {
  .front_btn {
    display: none;
  }
}

.haMcontact__btn {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1.8vw;
  padding: 1vw 2vw;
  margin: 0vw 4vw;
  background-color: #B67228;
  color: #fff;
  border-radius: 10px;
  font-family: "Zen Maru Gothic";
  outline: 1px dashed #FFF;
  outline-offset: -6px;
}
@media screen and (max-width: 768px) {
  .haMcontact__btn {
    width: 26vw;
    padding: 1.5vw 2vw;
    outline-offset: -4px;
  }
}
@media screen and (max-width: 600px) {
  .haMcontact__btn {
    outline-offset: -3px;
    padding: 1.5vw 3vw;
    margin: 0vw 4vw;
    width: 38vw;
    gap: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .haMcontact__btn {
    padding: 2.5vw 3vw;
    margin: 0vw 4vw;
    width: 60vw;
    gap: 3vw;
  }
}
@media screen and (max-width: 360px) {
  .haMcontact__btn {
    width: 57vw;
  }
}

.haMwolt {
  width: fit-content;
  margin: 2vw 4vw;
}
@media screen and (max-width: 600px) {
  .haMwolt {
    margin: 4vw 5vw;
  }
}
.haMwolt .wolt-link .wolt-img {
  width: auto;
  height: 5vw;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .haMwolt .wolt-link .wolt-img {
    height: 13vw;
    object-fit: contain;
  }
}

.contact-flexBox {
  position: absolute;
  margin: 17vw 11vw 0 10vw;
  z-index: 10000;
}

.tel-img {
  width: 1.8vw;
}

.tel-arrow {
  width: 1.2vw;
}

.common__btn {
  width: fit-content;
  display: flex;
  align-items: center;
  background-color: #B67228;
  color: #fff;
  border-radius: 10px;
  font-family: "Zen Maru Gothic";
  outline: 1px dashed #FFF;
  outline-offset: -5px;
}
@media screen and (max-width: 768px) {
  .common__btn {
    padding: 1.5vw 2vw;
    outline-offset: -4px;
  }
}
@media screen and (max-width: 600px) {
  .common__btn {
    outline-offset: -3px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 480px) {
  .common__btn {
    padding: 1.5vw 4vw;
  }
}
@media screen and (max-width: 360px) {
  .common__btn {
    padding: 1.5vw 3vw;
  }
}

.common__link {
  display: flex;
  padding: 1vw 2vw;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .common__link {
    font-size: 2.5vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .common__link {
    font-size: 4vw;
  }
}

.common__arrow {
  width: 1.2vw;
  margin-left: 0.5vw;
}
@media screen and (max-width: 480px) {
  .common__arrow {
    width: 4vw;
  }
}

.line-up__btn {
  margin-top: 4vw;
  margin-bottom: 13vw;
}

.news__btn {
  margin-right: 15vw;
}
@media screen and (max-width: 768px) {
  .news__btn {
    margin-right: 11vw;
  }
}
@media screen and (max-width: 480px) {
  .news__btn {
    display: none;
  }
}

.Baking-class__btn {
  background-color: #fff;
  color: #B67228;
  outline: 1px dashed #B67228;
}
@media screen and (max-width: 480px) {
  .Baking-class__btn {
    margin: 2vw auto 10vw;
  }
}

.Online-class__btn {
  margin: 3vw auto 8vw;
  background-color: #fff;
  color: #B67228;
  outline: 1px dashed #B67228;
}
@media screen and (max-width: 480px) {
  .Online-class__btn {
    margin: 2vw auto 6vw;
  }
}

@media screen and (max-width: 480px) {
  .access__btn {
    margin: 0 auto;
  }
}

.SPnews__btn {
  display: none;
}
@media screen and (max-width: 480px) {
  .SPnews__btn {
    display: block;
    margin: 4vw auto;
  }
}

.footer {
  margin-top: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .footer__img {
  width: 100%;
}
.footer .footer__nav {
  white-space: nowrap;
  text-align: center;
  background-color: #5F4326;
  width: 100%;
}
.footer .footer__nav .footer__ul {
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  gap: 2vw;
  padding: 2vw 0 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer .footer__nav .footer__ul {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer__nav .footer__ul {
    display: none;
  }
}
.footer .footer__nav .copyright {
  text-align: center;
  color: #fff;
  margin: 2vw auto;
  font-size: 1.6rem;
}

.header {
  position: relative;
}

.header__logo {
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../assets/img/pages/front-logoBG.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 19vw;
  z-index: 9998;
}

.header__logo.active {
  display: none;
}
@media screen and (min-width: 1281px) {
  .header__logo.active {
    display: block;
  }
}

.header__inner {
  display: flex;
  justify-content: end;
  align-items: center;
}

.single__inner {
  height: 2vw;
}

.class__link {
  display: block;
  width: 25vw;
  padding: 2.3vw 0vw 0vw 3vw;
}

.low-global-nav {
  padding: 1vw;
  position: fixed;
  top: 2vw;
  right: 1vw;
  background-color: #fff;
  border-radius: 100px;
  opacity: 1;
  z-index: 10000;
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1280px) {
  .low-global-nav {
    display: none;
  }
}

.low-global-ul {
  display: flex;
  gap: 2vw;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  padding: 0vw 1vw;
}

.low-global__link {
  display: inline-block;
}

.low-globalTelBox {
  background-color: #B67228;
  padding: 6px 1vw;
  color: #fff;
  border-radius: 10px;
  font-family: "Zen Maru Gothic";
  outline: 1px dashed #FFF;
  outline-offset: -6px;
}

.hamburger-navigation {
  position: relative;
  z-index: -10;
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  .hamburger-navigation {
    width: 37vw;
    height: 100vh;
    background-color: #fff;
    color: #000;
    position: fixed;
    top: 0;
    left: -37vw;
    z-index: 9997;
    opacity: 0;
    text-align: center;
    transition: all 0.8s;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-navigation {
    width: 40vw;
    left: -40vw;
  }
}
@media screen and (max-width: 600px) {
  .hamburger-navigation {
    width: 50vw;
    left: -50vw;
  }
}
@media screen and (max-width: 480px) {
  .hamburger-navigation {
    width: 75vw;
    left: -75vw;
  }
}

@media screen and (max-width: 1280px) {
  .hamburger-navigation.active {
    left: 0vw;
    opacity: 1;
  }
}

.hamburger-sections {
  color: #5F4326;
  width: 30vw;
  display: block;
  text-align: justify;
  margin: 2vw 0 0 4vw;
}
@media screen and (max-width: 600px) {
  .hamburger-sections {
    width: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .hamburger-sections {
    width: 65vw;
  }
}
.hamburger-sections__navList {
  padding: 1.2vw 0;
  border-bottom: 2px dashed #5F4326;
}
@media screen and (max-width: 1280px) {
  .hamburger-sections__navList {
    padding: 1vw 0;
  }
}
@media screen and (max-width: 1024px) {
  .hamburger-sections__navList {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-sections__navList {
    border-bottom: 1px dashed #5F4326;
  }
}
@media screen and (max-width: 600px) {
  .hamburger-sections__navList {
    padding: 3vw 0;
  }
}
@media screen and (max-width: 480px) {
  .hamburger-sections__navList {
    padding: 1.2vw 0;
  }
}
.hamburger-sections__navList-link {
  white-space: nowrap;
  display: block;
  color: #5F4326;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .hamburger-sections__navList-link {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 1024px) {
  .hamburger-sections__navList-link {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .hamburger-sections__navList-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .hamburger-sections__navList-link {
    font-size: 1.6rem;
    padding: 3vw 0 3vw 2vw;
  }
}
@media screen and (max-width: 360px) {
  .hamburger-sections__navList-link {
    padding: 3vw 0 3vw 2vw;
  }
}

.haMcontact-flexBox {
  display: none;
}
@media screen and (max-width: 1280px) {
  .haMcontact-flexBox {
    display: block;
  }
}
.haMcontact-flexBox .wolt-arrow {
  width: 1.2vw;
}

.tel-img {
  width: 2.8vw;
}
@media screen and (max-width: 600px) {
  .tel-img {
    width: 3.8vw;
  }
}
@media screen and (max-width: 480px) {
  .tel-img {
    width: 6.8vw;
  }
}

.tel-num {
  font-size: 2.5vw;
  -webkit-text-stroke: 2px;
}
@media screen and (max-width: 1024px) {
  .tel-num {
    -webkit-text-stroke: 1px;
  }
}
@media screen and (max-width: 768px) {
  .tel-num {
    -webkit-text-stroke: 0px;
    font-weight: lighter;
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .tel-num {
    -webkit-text-stroke: 1px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .tel-num {
    -webkit-text-stroke: 1px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 360px) {
  .tel-num {
    font-size: 1.6rem;
  }
}

.tel-arrow {
  width: 2.2vw;
}
@media screen and (max-width: 600px) {
  .tel-arrow {
    width: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .tel-arrow {
    width: 5.2vw;
  }
}

.hamburger-sections__navList-SNS {
  display: none;
}
@media screen and (max-width: 1280px) {
  .hamburger-sections__navList-SNS {
    display: flex;
    align-items: center;
    gap: 3vw;
    margin: 2.5vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-sections__navList-SNS {
    gap: 3vw;
    margin: 4vw 6vw 4vw 4vw;
  }
}
@media screen and (max-width: 600px) {
  .hamburger-sections__navList-SNS {
    gap: 3vw;
    margin: 4vw 0 4vw 4vw;
    width: fit-content;
  }
}
@media screen and (max-width: 480px) {
  .hamburger-sections__navList-SNS {
    gap: 6vw;
    margin: 5vw 0vw 5vw 4vw;
  }
}

.hamburger-sections__SNS-img {
  display: none;
}
@media screen and (max-width: 1280px) {
  .hamburger-sections__SNS-img {
    display: flex;
    width: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-sections__SNS-img {
    width: 13vw;
  }
}
@media screen and (max-width: 600px) {
  .hamburger-sections__SNS-img {
    width: 8vw;
  }
}
@media screen and (max-width: 480px) {
  .hamburger-sections__SNS-img {
    width: 11vw;
  }
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1280px) {
  .hamburger-menu {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0;
    top: 1vw;
    right: 1vw;
    cursor: pointer;
    transition: 0.4s;
    padding-top: 10px;
    position: fixed;
    background-color: #FFF;
    border-radius: 40px;
    z-index: 10000;
    box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 1280px) and (max-width: 480px) {
  .hamburger-menu {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .hamburger-menu span {
    z-index: 10000;
    width: 30px;
    height: 4px;
    border-radius: 30px;
    background: #5F4326;
    position: absolute;
    left: 25px;
    transition: 0.4s ease-in-out;
  }
}
@media screen and (max-width: 1280px) and (max-width: 480px) {
  .hamburger-menu span {
    width: 40px;
    height: 4px;
  }
}
@media screen and (max-width: 1280px) {
  .hamburger-menu span:nth-child(1) {
    top: 24px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 480px) {
  .hamburger-menu span:nth-child(1) {
    top: 16px;
    left: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .hamburger-menu span:nth-child(2) {
    top: 35px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 480px) {
  .hamburger-menu span:nth-child(2) {
    top: 28px;
    left: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .hamburger-menu .hamburger-tit {
    z-index: 10000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    font-weight: bold;
  }
}
@media screen and (max-width: 1280px) and (max-width: 480px) {
  .hamburger-menu .hamburger-tit {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1280px) {
  .hamburger-menu.active {
    background-color: #5F4326;
    opacity: 1;
  }
  .hamburger-menu.active .hamburger-tit {
    color: #fff;
  }
}

.hamburger-menu.active span:nth-child(1) {
  top: 27px;
  left: 25px;
  background: #fff;
  transform: rotate(-25deg);
}
@media screen and (max-width: 480px) {
  .hamburger-menu.active span:nth-child(1) {
    top: 20px;
    left: 15px;
  }
}

.hamburger-menu.active span:nth-child(2) {
  top: 27px;
  background: #fff;
  transform: rotate(25deg);
}
@media screen and (max-width: 480px) {
  .hamburger-menu.active span:nth-child(2) {
    top: 20px;
    left: 15px;
  }
}

.mask {
  display: none;
  transition: all 0.5s;
}

.mask.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 1281px) {
  .mask.active {
    display: none;
  }
}

#fixed-header {
  display: none;
}
@media screen and (min-width: 1281px) {
  #fixed-header {
    display: block;
    position: fixed;
    top: -110px;
    width: 100%;
    height: 110px;
    font-size: 2em;
    text-align: center;
    color: #661600;
    background: #fff;
    border-bottom: 2px solid #661600;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 100000;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

#fixed-header.is-show {
  top: 0;
  z-index: 100000;
}

.fixed-logo {
  display: none;
}
@media screen and (min-width: 1281px) {
  .fixed-logo {
    display: block;
  }
}

.fixed-nav__ul {
  display: none;
}
@media screen and (min-width: 1281px) {
  .fixed-nav__ul {
    display: block;
  }
}

.fixed-logo__link {
  display: block;
  width: 19vw;
  padding: 0.3vw 0vw 0vw 3vw;
}

.fixed-header__img {
  padding: 0 3vw;
}

.fixed-nav__ul {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  gap: 2vw;
  margin-right: 1vw;
}

.low-fixedTelBox {
  background-color: #B67228;
  padding: 6px 1vw;
  color: #fff;
  border-radius: 10px;
  font-family: "Zen Maru Gothic";
  outline: 1px dashed #FFF;
  outline-offset: -6px;
}/*# sourceMappingURL=global.css.map */