html {
  -webkit-text-size-adjust: 100%
}

html:focus-within {
  scroll-behavior: smooth
}

body {
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed
}

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

a:not([class]) {
  text-decoration-skip-ink: auto
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
br,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
data,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
link,
main,
map,
mark,
menu,
meta,
meter,
nav,
noscript,
object,
ol,
optgroup,
option,
output,
p,
param,
picture,
pre,
progress,
q,
rb,
rp,
rt,
rtc,
ruby,
s,
samp,
script,
section,
select,
small,
source,
span,
strong,
style,
svg,
sub,
summary,
sup,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
track,
tt,
u,
ul,
var,
video,
wbr {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}

:focus {
  outline: 0
}

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

canvas,
iframe {
  max-width: 100%;
  height: auto;
  display: block
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

input:required,
input {
  box-shadow: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

input:focus {
  outline: none
}

video {
  background: #000
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

a:active,
a:hover {
  outline: none
}

audio,
img,
picture,
svg,
video {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto
}

button,
input {
  line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent
}

button[disabled],
html input[disabled] {
  cursor: default
}

[disabled],
[disabled=true],
[aria-disabled=true] {
  pointer-events: none
}

input[type=checkbox],
input[type=radio] {
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

button {
  border: 0;
  background: transparent
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical
}

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

hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%
}

pre {
  font-family: monospace, monospace;
  font-size: 100%
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: none
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

small {
  font-size: 75%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -5px
}

sup {
  top: -5px
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%
}

fieldset {
  min-width: 0
}

body:not(:-moz-handler-blocked) fieldset {
  display: block
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

template {
  display: none
}

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

html {
  font-size: 62.5%
}

body {
  font-size: 1.6rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  background-color: #f7f9fa;
  scroll-behavior: smooth
}

a {
  color: inherit;
  text-decoration: none
}

img {
  width: 100%;
  height: auto
}

:focus,
:focus-visible {
  outline: .4rem solid #EE6F2B;
  outline-offset: .2rem;
  border-radius: .2rem
}

html{
  background-color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}


body{
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  color: #303745;
  text-align: center;
}

/* 共通パーツ */
.inner{
  padding: 0 2rem;
}

.sec-ttl{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #303745;
}

.sec-ttl p{
  font-size: 1.6rem;
  font-weight: 700;
}

.sec-ttl h2{
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: .03em;
  font-size: 4rem;
}

.sec-ttl h2::before{
  content: '';
  display: block;
  position: absolute;
  left: calc(100% + 2rem);
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 5px;
  background: url(../img/y-dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.sec-ttl h2::after{
  content: '';
  display: block;
  position: absolute;
  right: calc(100% + 2rem);
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 5px;
  background: url(../img/y-dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.sec-ttl h2 span{
  display: block;
  font-size: 1.4rem;
  letter-spacing: .05em;
  margin-top: -1rem;
}

.headline{
  font-size: 1.4rem;
  line-height: 1.85;
  padding-top: 2rem;
  margin-bottom: 4rem;
}

/* ここまで */

header{
  position: fixed;
  bottom: 2rem;
  left: 0;
  left: auto;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 2rem;
  z-index: 998;
}

.head-menu-list{
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  height: 6rem;
  border-radius: 3rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(0,0,0,.4);
}

.head-menu-list a{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  color: #fff;
}

.about{
  background: #0E0E0F;
  color: #fff;
  padding: 8rem 0 15rem;
}

.about p{
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  font-weight: 500;
  padding-top: 1.5rem;
}

.about .price{
  width: 100%;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  border: 1px solid #fff;
  margin-top: 5rem;
  font-weight: 500;
}

.menu{
  background: #FDF9F2;
  border-radius: 4rem 4rem 0 0;
  margin-top: -4rem;
  padding: 8rem 0 5rem;
}

.menu-wrap{
  position: relative;
  text-align: left;
  padding: 3rem 0;
}

.menu-wrap::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background: url(../img/menu-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-wrap h3{
  font-size: 1.6rem;
  font-weight: 700;
}

.menu-wrap span{
  color: #FFC201;
  padding-right: .5rem;
}

.menu-wrap ul{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}

.menu-wrap li{
  width: calc(50% - 1.5rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 1rem;
}

.menu-wrap .small-txt{
  font-size: 90%;
  letter-spacing: 0;
}

.access{
  background: #fff;
  padding: 6rem 0 7rem;
}

.map-wrap{
  margin-top: 3rem;
}

iframe{
  width: 100%;
  height: 205px;
  border-radius: 10px;
}

.map-wrap p{
  padding-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.contact{
  position: relative;
  padding: 8rem 0 3rem;
  background-color: #0E0E0F;
  color: #fff;
  z-index: 999;
}

.contact h2{
  color: #fff;
}

.contact h2::before,.contact h2::after{
  display: none;
}

.contact .headline{
  margin-bottom: 2rem;
}

.foot-menu-list{
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
  padding-top: 3rem;
  margin-top: 3rem;
}

.foot-menu-list a{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  color: #fff;
}

.copyright{
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .05em;
  padding-top: 6rem;
  opacity: .4;
}