@charset "UTF-8";
/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  word-break: break-word;
  tab-size: 4;
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[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;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  padding: 1px 5px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  color: initial;
  font: inherit;
  font-size: 10px;
  line-height: inherit;
  letter-spacing: normal;
  word-spacing: normal;
  cursor: pointer;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: -webkit-fill-available;
  outline: none;
  font-size: 15px;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #fff;
  color: #333;
  font-size: 100%;
  word-break: break-all;
}

img {
  max-width: 100%;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ol, ul, li {
  list-style: none;
  list-style-position: inside;
}

em {
  font-style: normal;
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
  font-family: inherit;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.38rem;
}

h3 {
  font-size: 1.18rem;
}

h4 {
  font-size: 1.13rem;
}

h5 {
  font-size: 1.07rem;
}

h6 {
  font-size: 0.92rem;
}

textarea {
  resize: vertical;
}

a {
  color: #00b3a6;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #00e6d5;
  text-decoration: none;
}

/*---------- table base style ----------*/
table th {
  font-weight: bold;
}

table td,
table th {
  text-align: left;
}

/*---------- form style ----------*/
fieldset {
  border: none;
}

legend {
  display: none;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  font-weight: normal;
  font-size: 1.07rem;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

[class*=u-fz-] input,
[class*=u-fz-] textarea {
  font-size: inherit;
}

input[type=text], input[type=search], input[type=tel], input[type=url], input[type=email], input[type=password], input[type=datetime], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime-local], input[type=number] {
  max-width: 100%;
  min-height: 3rem;
  padding: 0.5rem 0.5rem;
  border: #999 1px solid;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
}
input[type=text]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=url]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=datetime]:disabled, input[type=date]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=time]:disabled, input[type=datetime-local]:disabled, input[type=number]:disabled {
  border-color: #ccc;
  background-color: #eee;
}
input[type=text]:focus:not(:disabled), input[type=search]:focus:not(:disabled), input[type=tel]:focus:not(:disabled), input[type=url]:focus:not(:disabled), input[type=email]:focus:not(:disabled), input[type=password]:focus:not(:disabled), input[type=datetime]:focus:not(:disabled), input[type=date]:focus:not(:disabled), input[type=month]:focus:not(:disabled), input[type=week]:focus:not(:disabled), input[type=time]:focus:not(:disabled), input[type=datetime-local]:focus:not(:disabled), input[type=number]:focus:not(:disabled) {
  border-color: #2fa4e7;
}

textarea {
  width: 100%;
  max-width: 100%;
  min-height: 3rem;
  padding: 0.5rem 0.5rem;
  border: #999 1px solid;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
  resize: vertical;
}
textarea:disabled {
  border-color: #ccc;
  background-color: #eee;
  box-shadow: none;
}
textarea:focus:not(:disabled) {
  border-color: #2fa4e7;
  box-shadow: 0 0 3px rgba(47, 164, 231, 0.8) inset;
}

select:focus {
  box-shadow: 0 0 2px 1px rgba(47, 164, 231, 0.8);
}

/*icon*/
.material-symbols-outlined {
  margin-top: -0.1em;
  font-size: 1em;
  vertical-align: middle;
}

i.material-symbols-outlined {
  max-width: 1em;
}

/*
layout
--------------------------------------------------------------------------------*/
.l-main__top--vcenter, .l-main__top {
  flex-grow: 1;
  padding: 16px 16px 20px;
}
.l-main__top--vcenter > *, .l-main__top > * {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.l-main {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.l-main__top--vcenter {
  display: flex;
  align-items: center;
}

/*
component
--------------------------------------------------------------------------------*/
/*-------------------- button --------------------*/
.c-button__outlined {
  -webkit-user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 44px;
  padding: 0.53rem 1.6rem;
  border-width: 0;
  border-radius: 4px;
  outline: none;
  font-weight: bold;
  font-size: 1.06rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
          user-select: none;
}
.c-button__outlined:hover, .c-button__outlined:focus, .c-button__outlined:active {
  outline: none;
}
.c-button__outlined:active {
  box-shadow: none;
}
.c-button__outlined i {
  margin-bottom: -0.05em;
  font-size: 1.25em;
}
.c-button__outlined i:first-child {
  margin-right: 0.25rem;
}

.c-button__outlined {
  border-width: 2px;
  border-style: solid;
  background-color: #fff;
}
[disabled].c-button__outlined, .is_disabled.c-button__outlined {
  border-color: #999;
  color: #999;
}

.c-button__outlined {
  border-color: #fd9247;
  color: #fd9247;
}

/*
project
--------------------------------------------------------------------------------*/
.p-header--gray, .p-header {
  display: flex;
  align-items: center;
  min-height: 40px;
  background-color: #fd9247;
  color: #fff;
}

.p-header--gray {
  background-color: #666;
}
.p-header__title {
  flex-grow: 1;
  color: #fff;
  font-size: 1.33rem;
  line-height: 1.2;
  text-align: center;
}

.p-floormap {
  position: relative;
  width: 100%;
  margin-top: 0.93rem;
  text-align: center;
}
.p-floormap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-floormap__infoText {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0.26rem;
  font-size: 1.2rem;
  line-height: 1.1;
}
.p-floormap__infoText::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: calc(.5em - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fd9247;
  content: "";
}
.p-floormap__heading {
  padding: 0 1rem;
  background-color: #fff;
}
.p-floormap__heading span {
  font-size: 0.93rem;
}
.p-floormap__heading-em {
  color: #fd9247;
  font-weight: bold;
  font-size: inherit;
}
.p-floormap__maps {
  position: relative;
  width: 100%;
  height: calc((100vw - 24px * 2) * .75);
}
.p-floormap__mapWrapper {
  height: 100%;
  padding-right: 1px;
  padding-left: 1px;
}
.p-floormap__mapWrapper img {
  margin: auto;
}
.p-floormap__arrows {
  display: flex;
  position: relative;
  align-items: center;
  height: 3.2rem;
  margin-top: 0.53rem;
}
.p-floormap .p-floormap__arrow--next, .p-floormap .p-floormap__arrow--prev {
  position: absolute;
  top: 0%;
  width: 3.2rem;
  height: 3.2rem;
  border-width: 0;
  border-radius: 4px;
  background-color: #eee;
}
.p-floormap .p-floormap__arrow--next::before, .p-floormap .p-floormap__arrow--prev::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 30%;
  border-style: solid;
  border-color: #888;
  content: "";
}
.p-floormap__arrow--prev {
  left: 0;
}
.p-floormap__arrow--prev::before {
  transform: translateX(-36%) translateY(-50%) rotate(45deg);
  border-width: 0 0 3px 3px;
}
.p-floormap__arrow--next {
  right: 0;
}
.p-floormap__arrow--next::before {
  transform: translateX(-64%) translateY(-50%) rotate(45deg);
  border-width: 3px 3px 0 0;
}

.p-table__itemData {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fce5d6;
  line-height: 1.2;
}
.p-table__itemData td, .p-table__itemData th {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}
.p-table__itemData th {
  width: calc(3.5em + 1rem);
  background-color: #fd9247;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
.p-table__itemData td {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.1rem;
}

.p-close {
  padding: 12px 16px 16px;
  background-color: #f6f6f6;
  text-align: center;
}

.p-message__icon--shop, .p-message__icon--error {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto 1rem;
  background-size: contain;
  color: #999;
  font-size: 3.4rem;
  text-align: center;
}

.p-message {
  font-size: 1.1rem;
  text-align: center;
}
.p-message__icon--error {
  background: transparent url("../img/icon_error.svg") center center no-repeat;
}
.p-message__icon--shop {
  background: transparent url("../img/icon_shop.svg") center center no-repeat;
}
.p-message span {
  display: inline-block;
}

/*
utility
--------------------------------------------------------------------------------*/
@media screen and (min-width: 375px){
  .l-main__top--vcenter, .l-main__top {
    padding: 16px 24px 20px;
  }
  .p-message {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 400px){
  .p-message {
    font-size: 1.33rem;
  }
}
@media screen and (min-width: 576px){
  .l-main__top--vcenter, .l-main__top {
    padding: 20px 80px 24px;
  }
  .c-button__outlined:hover, .c-button__outlined:focus, .c-button__outlined:active {
    opacity: 0.8;
  }
  .p-header--gray, .p-header {
    min-height: 44px;
  }
  .p-header__title {
    font-size: 1.46rem;
  }
  .p-floormap {
    margin-top: 1.3rem;
  }
  .p-floormap__infoText {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .p-floormap__heading span {
    font-size: 0.93rem;
  }
  .p-floormap__arrows {
    position: static;
    height: auto;
    margin-top: 0.4rem;
  }
  .p-floormap .p-floormap__arrow--next, .p-floormap .p-floormap__arrow--prev {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .p-floormap__arrow--prev {
    left: -56px;
  }
  .p-floormap__arrow--next {
    right: -56px;
  }
  .p-table__itemData th {
    width: calc(3.5em + 2rem);
  }
  .p-table__itemData td {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .p-close {
    padding: 16px 16px 24px;
  }
}
@media screen and (min-width: 700px){
  .p-floormap__maps {
    height: calc((700px - 80px * 2) * .75);
  }
}
@media screen and (max-width: 1599px){
  input[type=text], input[type=search], input[type=tel], input[type=url], input[type=email], input[type=password], input[type=datetime], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime-local], input[type=number] {
    border-width: 1px;
  }
  textarea {
    border-width: 1px;
  }
}
@media screen and (max-width: 991px){
  textarea {
    font-size: 16px;
  }
}
@media (max-width: 768px){
  ::-webkit-file-upload-button {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2;
  }
}
@media screen{
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/*# sourceMappingURL=styles.css.map */