@charset "UTF-8";
/* Scss Document */
/* basic */
/* Scss Document */
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
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;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  box-sizing: border-box;
}

a {
  color: #0089ed;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

p, h1, h2, h3, h4, h5 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

ul {
  list-style-type: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.clearfix::after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

/* Scss Document */
/**********
## menu ##
**********/
.check {
  display: none;
}

.menu-btn {
  width: 19px;
  height: 19px;
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 9;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.menu-btn .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 17px;
  cursor: pointer;
  background: #fff;
  display: block;
  content: '';
}

.menu-btn .bar.top {
  transform: translate3d(-50%, -6px, 0);
  -webkit-transform: translate3d(-50%, -6px, 0);
}

.menu-btn .bar.middle {
  transform: translate3d(-50%, -1px, 0);
  -webkit-transform: translate3d(-50%, -1px, 0);
}

.menu-btn .bar.bottom {
  transform: translate3d(-50%, 4px, 0);
  -webkit-transform: translate3d(-50%, 4px, 0);
}

.drawer-menu {
  position: absolute;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  padding: 0;
  padding-bottom: 20px;
  background: #fff;
  overflow-y: auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.drawer-menu li a {
  color: #333;
  font-size: 15px;
}

.drawer-menu .catHeader {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  margin: 0;
  padding: 8px 15px;
  background-color: #f4f4f4;
  border-bottom: #e2e2e2;
}

.drawer-menu ul {
  margin: 0;
  padding: 0;
}

.drawer-menu ul.common li,
.drawer-menu ul.page li {
  border-bottom: solid 1px #f4f4f4;
}

.drawer-menu ul.common li:last-child,
.drawer-menu ul.page li:last-child {
  border: none;
}

.drawer-menu ul.common li a,
.drawer-menu ul.page li a {
  padding: 17px 15px 15px;
  display: block;
}

.drawer-menu ul.common li a {
  padding-left: 44px;
  position: relative;
}

.drawer-menu ul.common i.fa {
  color: #f07800;
  font-size: 24px;
  margin-right: 5px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.drawer-menu ul.common #toHome a {
  padding-top: 7px;
  padding-bottom: 6px;
}

.drawer-menu ul.common #toHome span {
  color: #999;
  font-size: 12px;
  display: block;
}

.drawer-menu ul.ex_menu {
  padding: 20px 15px;
}

.drawer-menu ul.ex_menu li a {
  color: #0089ed;
  font-size: 13px;
  line-height: 2.5;
  text-decoration: underline;
}

.drawer-menu ul.ex_menu li a:hover {
  text-decoration: none;
}

.drawer-menu a.confirm {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 17px 15px;
  background-color: #f07800;
  display: block;
  position: relative;
}

.drawer-menu a.confirm::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 20px;
}

.close-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.contents {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.check:checked ~ .header,
.check:checked ~ .menu-btn {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  position: absolute;
}

.check:checked ~ .drawer-menu {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  z-index: 2;
}

.check:checked ~ .contents {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.check:checked ~ .close-menu {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  z-index: 20;
}

body {
  color: #333;
}

.wrapper {
  overflow-x: hidden;
}

.blue {
  color: #0089ed;
}

.red {
  color: #cc3333;
}

/************
## header ##
************/
.header {
  color: #fff;
  width: 100%;
  padding: 8px 0 7px;
  background-color: #f07800;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}

.header .logo {
  text-indent: -9999px;
  height: 35px;
  margin: 0;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.header p {
  font-size: 9px;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 18px;
}

.header .shop {
  font-size: 13px;
  text-align: center;
  line-height: 35px;
}

.sw {
  display: none;
}

/*************
## contents ##
*************/
.contents {
  display: block;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.page_header {
  font-size: 15px;
  text-align: center;
  width: 100%;
  padding: 20px 15px;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  background-color: #fff0da;
}

main {
  padding-top: 50px;
}

.sum {
  font-weight: bold;
  padding: 20px 15px;
  background-color: #fff0da;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
}

.up_down {
  width: 92px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.up_down .btn {
  text-align: center;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  border: none;
  border-radius: 18px;
}

.up_down .fa {
  color: #fff;
  font-size: 20px;
  line-height: 38px;
}

.up_down #up {
  background-color: #fbb670;
}

.up_down #down {
  background-color: #c6c6c6;
}

.close_btn {
  width: 17px;
  height: 18px;
}

.close_btn span {
  width: 23px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  position: absolute;
  left: 0;
}

.close_btn span.left {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close_btn span.right {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

input, select, textarea {
  font-size: 13px;
}

select {
  width: 100%;
  padding: 0.5em 1em;
  background-image: url(../images/arrow_select.png);
  background-repeat: no-repeat;
  background-position: right center;
  border: solid 1px #e2e2e2;
  border-radius: 6px;
}

select option {
  font-size: 13px;
}

.search {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.search .input_wrap {
  width: 100%;
  padding: 5px 10px;
  padding-right: 85px;
  background-color: #fff;
  border: solid 1px #e2e2e2;
  border-radius: 6px;
  position: relative;
}

.search .textBox {
  font-size: 13px;
  width: 100%;
}

.search input[type=text] {
  padding: 0;
  border: none;
}

.search .form_btn {
  color: #fff;
  font-weight: bold;
  width: 75px;
  height: 100%;
  display: block;
  background-color: #f07800;
  border-radius: 0 6px 6px 0;
  position: absolute;
  right: 0;
  top: 0;
}

.btn {
  color: #333;
  text-align: center;
  border: solid 1px #a5a5a5;
  border-radius: 6px;
  background-color: #fff;
  display: block;
  position: relative;
}

input[type=text] {
  font-size: 13px;
  padding: 2px 10px;
  border: solid 1px #e2e2e2;
  border-radius: 6px;
  background-color: #fbfbfb;
}

/* pages */
/**********************************
	P1
**********************************/
.p1 main {
  width: 100%;
  padding: 15px;
  background-image: url(../images/bg_top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.p1 .home_header {
  width: 100%;
  padding-top: 47px;
  padding-bottom: 35px;
  position: relative;
}

.p1 .home_header p {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.p1 .home_header .logo {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  width: 90%;
  max-width: 305px;
  height: 0;
  margin: 0 auto;
  padding-top: 29%;
  background-image: url(../images/home_logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.p1 input[type=radio] {
  display: none;
}

.p1 .tab_label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p1 .tab_label label {
  font-size: 13px;
  text-align: center;
  line-height: 1;
  width: 50%;
  padding: 14px 0;
  background-color: #fff0da;
  display: block;
}

.p1 .tab_label label span {
  position: relative;
}

.p1 .tab_label label span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #f07800;
  border-top: solid 1px #f07800;
  border-left: none;
  border-bottom: none;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  width: 5px;
  height: 5px;
  left: -12px;
  top: 7px;
}

.p1 #tab_jp ~ .tab_label label.tab_jp {
  box-shadow: -16px 0px 20px -20px #999 inset;
  border-radius: 10px 0 0 0;
}

.p1 #tab_en ~ .tab_label label.tab_en {
  box-shadow: 16px 0px 20px -20px #999 inset;
  border-radius: 0 10px 0 0;
}

.p1 #tab_jp:checked ~ .tab_label label.tab_jp,
.p1 #tab_en:checked ~ .tab_label label.tab_en {
  padding: 20px 0;
  background-color: #fff;
  box-shadow: none;
  border-radius: 10px 10px 0 0;
}

.p1 #tab_jp:checked ~ .tab_label label.tab_jp span,
.p1 #tab_en:checked ~ .tab_label label.tab_en span {
  font-weight: bold;
  background-color: #fff;
  box-shadow: none;
}

.p1 #tab_jp:checked ~ .tab_label label.tab_jp span::before,
.p1 #tab_en:checked ~ .tab_label label.tab_en span::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p1 .search_box {
  width: 100%;
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

.p1 .search_box .title {
  margin-bottom: 18px;
  display: none;
}

.p1 .search_box .title.en {
  display: none;
}

.p1 .search_box .title i {
  color: #f07800;
  font-size: 30px;
  margin-right: 10px;
}

.p1 .search_box .title h2 {
  font-size: 13px;
  font-weight: normal;
  line-height: 2;
}

.p1 .search_box .title h2 span {
  font-size: 17px;
  font-weight: bold;
  margin-right: 3px;
  padding-bottom: 3px;
  background-image: url(../images/dot_yellow.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 5px auto;
}

.p1 #tab_jp:checked ~ .search_box .title.jp,
.p1 #tab_en:checked ~ .search_box .title.en {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.p1 .search_box .form_btn.jp,
.p1 .search_box .form_btn.en {
  display: none;
}

.p1 #tab_jp:checked ~ .search_box .form_btn.jp,
.p1 #tab_en:checked ~ .search_box .form_btn.en {
  display: block !important;
}

.p1 .anime {
  width: 220px;
  margin: 0 auto;
  display: block;
}

.p1 .management {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding-top: 16px;
}

.p1 .management p {
  margin-bottom: 5px;
}

.p1 .management a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.p1 .footer {
  width: 100%;
  background-color: #fff;
}

.p1 .footer .upper {
  padding: 15px;
  border-bottom: solid 1px #e2e2e2;
}

.p1 .footer .upper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p1 .footer .upper li {
  font-size: 13px;
  text-decoration: underline;
}

.p1 .footer .lower {
  text-align: center;
  padding: 7px;
}

.p1 .footer .lower a {
  text-decoration: underline;
  font-size: 11px;
  display: block;
}

.p1 .footer .lower .copyright {
  color: #999;
  font-size: 9px;
}

/**********************************
	P4
**********************************/
.p4 .page_header {
  text-align: left;
  padding: 15px;
}

.p4 .lev1 {
  padding: 15px;
}

.p4 .lev1 .secHeader {
  font-size: 15px;
  margin-bottom: 5px;
}

.p4 .lev2 {
  margin-bottom: 10px;
}

.p4 .lev2 h3 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 7px;
}

.p4 ol {
  font-size: 15px;
  padding-left: 22px;
}

.p4 ol li {
  line-height: 1.5;
  padding-left: 8px;
}

.p4 ol.bracket {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}

.p4 ol.bracket li {
  padding-left: 30px;
  list-style-type: none;
  list-style-position: outside;
  counter-increment: cnt;
  position: relative;
}

.p4 ol.bracket li::before {
  position: absolute;
  left: 0px;
  display: marker;
  content: "(" counter(cnt) ") ";
}

/**********************************
	P7
**********************************/
.p7 .search_box {
  width: 100%;
  padding: 15px;
  background-color: #fff0da;
}

.p7 .shop_list li {
  padding: 15px;
  border-bottom: solid 1px #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p7 .shop_list .shop_img {
  width: 80px;
  height: auto;
  margin-right: 15px;
}

.p7 .shop_list .shop_img img {
  width: 100%;
  height: auto;
}

.p7 .shop_list .shop_info {
  line-height: 1.4;
}

.p7 .shop_list .shop_name {
  color: #0089ed;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 3px;
}

.p7 .more {
  padding: 25px 15px;
}

.p7 .more .btn {
  color: #333;
  width: 100%;
  padding: 12px;
}

/**********************************
	P8
**********************************/
.p8 input#lang_jp,
.p8 input#lang_en {
  display: none;
}

.p8 .wrapper {
  background-color: #f4f4f4;
}

.p8 main {
  padding-top: 0;
  padding-bottom: 155px;
}

.p8 .contents {
  padding-top: 50px;
}

.p8 .sw_label {
  padding: 15px 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p8 .sw_label label {
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  width: 120px;
  height: 26px;
  border: solid 1px #a5a5a5;
  display: block;
}

.p8 .sw_label label.sw_jp {
  border-right: none;
}

.p8 .sw_label label.sw_en {
  border-left: none;
}

.p8 .sw_jp {
  border-radius: 13px 0 0 13px;
}

.p8 .sw_en {
  border-radius: 0 13px 13px 0;
}

.p8 input#lang_jp:checked ~ .sw_label label.sw_jp {
  border: solid 1px #f07800;
  background-color: #fffde8;
}

.p8 input#lang_en:checked ~ .sw_label label.sw_en {
  border: solid 1px #f07800;
  background-color: #fffde8;
}

.p8 .info_box .address,
.p8 .info_box .tel,
.p8 .info_box .card {
  padding: 15px;
  border-bottom: solid 1px #e2e2e2;
  background-color: #fff;
}

.p8 .info_box .card span {
  margin-top: 5px;
  vertical-align: top;
  display: inline-block;
}

.p8 .info_box .card img {
  width: 230px;
  height: 21px;
  margin-top: 6px;
}

.p8 .info_box .policy {
  padding: 15px;
  background-color: #fff;
}

.p8 .info_box .policy h3 {
  color: #f07800;
  text-align: center;
  margin-bottom: 8px;
}

.p8 .info_box .policy .lead {
  font-size: 13px;
  text-align: center;
  margin-bottom: 15px;
}

.p8 .info_box .policy_inner {
  padding: 15px;
  background-color: #f4f4f4;
}

.p8 .info_box .policy_inner h4 {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
}

.p8 .info_box .policy_inner ol {
  list-style-position: inside;
}

.p8 .info_box .policy_inner ol li {
  font-size: 12px;
  line-height: 1.67;
  margin-bottom: 20px;
}

.p8 .info_box .policy_inner .privacy_policy {
  color: #333;
  font-size: 13px;
  text-decoration: underline;
  width: auto;
  display: inline-block;
  position: relative;
}

.p8 .info_box .policy_inner .privacy_policy::after {
  content: "";
  width: 12px;
  height: 11px;
  background-image: url(../images/ico_outerlink.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  right: -18px;
  top: 3px;
}

.p8 .info_box .closed_message {
  padding: 45px 15px;
}

.p8 .info_box .closed_message h3 {
  color: #e6e6e6;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}

.p8 .info_box .closed_message .lead {
  color: #868686;
  font-size: 16px;
  text-align: center;
}

.p8 .button {
  width: 100%;
  padding: 15px;
  background-color: #fff0da;
  border-top: solid 1px #e2e2e2;
  position: fixed;
  bottom: 0;
}

.p8 .button p {
  margin-bottom: 10px;
}

.p8 .button a {
  color: #333;
  font-size: 13px;
  padding: 12px 6px;
}

.p8 .button .order {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  background-color: #f07800;
  border: none;
}

.p8 .button .order::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  border-left: none;
  border-bottom: none;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 18px;
}

.p8 .button .clearfix {
  letter-spacing: -0.05em;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p8 .button .clearfix .btn {
  min-width: 98px;
  padding-left: 18px !important;
}

.p8 .button .clearfix .back {
  width: 50%;
  margin-right: 15px;
}

.p8 .button .clearfix .back::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: solid 1px #f07800;
  border-bottom: solid 1px #f07800;
  border-right: none;
  border-top: none;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 10px;
  top: 18px;
}

.p8 .button .clearfix .favorite {
  color: #fff;
  font-weight: bold;
  width: 50%;
  background-color: #5ba3d6;
  border: solid 1px #5ba3d6;
}

.p8 .button .clearfix .favorite i {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p8 #about_shop {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  opacity: 0;
  display: none;
}

.p8 #about_shop .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
}

.p8 #about_shop .modal_window {
  width: 90%;
  height: 90%;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 21;
}

.p8 #about_shop .modal_header {
  width: 100%;
  padding: 12px;
  background-color: #f07800;
  border-radius: 8px 8px 0 0;
  position: absolute;
}

.p8 #about_shop .modal_header h2 {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.p8 #about_shop .modal_header .close_btn {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p8 #about_shop .modal_contents {
  height: 100%;
  padding: 47px 0 70px;
  overflow-y: auto;
}

.p8 #about_shop .modal_contents li {
  padding: 15px;
  border-bottom: solid 1px #e2e2e2;
}

.p8 #about_shop .modal_contents li:last-child {
  border-bottom: none;
}

.p8 #about_shop .modal_contents li .dt {
  display: inline-block;
}

.p8 #about_shop .modal_contents li p {
  display: inline-block;
}

.p8 #about_shop .modal_contents li.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p8 #about_shop .modal_contents li.address .dt {
  min-width: 50px;
  display: block;
}

.p8 #about_shop .modal_contents li.address p {
  width: auto;
}

.p8 #about_shop .modal_contents .button {
  width: 100%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 8px 8px;
  border-top: none;
  position: absolute;
  bottom: 0;
}

.p8 #about_shop .modal_contents .close {
  width: 100px;
  margin: 0 auto;
  padding: 8px;
  position: relative;
  -webkit-transform: scale(20%);
          transform: scale(20%);
}

.p8 #about_shop .modal_contents .close .close_btn {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p8 #about_shop .modal_contents .close .close_btn span {
  width: 15px;
  height: 1px;
  background-color: #333;
}

.p8 #about_shop .modal_contents .close .text {
  padding-left: 15px;
}

.p8 #modal div:target {
  opacity: 1;
  display: block;
}

.p8.closed main {
  padding-bottom: 0;
}

/**********************************
	P9
**********************************/
.p9 main {
  height: 100%;
  padding-bottom: 145px;
  overflow-y: auto;
}

.p9 .swiper-container {
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.p9 .swiper-container .swiper-slide {
  background-size: contain;
}

.p9 .swiper-container .swiper-slide a {
  display: block;
}

.p9 .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.p9 .swiper-container .swiper-button-prev,
.p9 .swiper-container .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-size: 16px 16px;
  background-color: white;
}

.p9 .swiper-container .swiper-button-prev {
  background-image: url(../images/btn_prev.png);
}

.p9 .swiper-container .swiper-button-next {
  background-image: url(../images/btn_next.png);
}

.p9 .swiper-container .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.p9 .swiper-container .swiper-pagination-bullet,
.p9 .swiper-container .swiper-pagination-bullet-active {
  background: #f07800;
}

.p9 .menu_info {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  padding: 4%;
  padding-top: 0;
}

.p9 .menu_info .menu_name {
  font-size: 15px;
  font-weight: bold;
}

.p9 .order {
  font-size: 15px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
}

.p9 .order .count, .p9 .order .sum {
  padding: 4%;
  border-top: solid 1px #e2e2e2;
}

.p9 .order .count {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p9 .order .count p {
  line-height: 43px;
}

.p9 .order .count .clearfix {
  width: 100%;
}

.p9 .order .sum p {
  font-weight: bold;
  line-height: 40px;
  width: 45%;
  display: inline-block;
  vertical-align: middle;
}

.p9 .order .sum .btn {
  color: #fff;
  width: 50%;
  min-width: 150px;
  padding: 10px;
  background-color: #f07800;
  border: none;
  float: right;
}

/**********************************
	P12
**********************************/
.p12 .cart li {
  padding: 15px;
  border-bottom: solid 1px #e2e2e2;
}

.p12 .cart li:last-child {
  border-bottom: none;
}

.p12 .cart .menu_img {
  width: 45px;
  height: 35px;
  display: block;
  float: left;
}

.p12 .cart .menu_name {
  padding-left: 10px;
  float: left;
}

.p12 .cart .menu_name p {
  font-size: 15px;
  line-height: 1.25;
}

.p12 .cart .amount {
  float: left;
}

.p12 .cart .amount p {
  text-align: right;
  line-height: 36px;
}

.p12 .cart .sum {
  font-weight: bold;
  padding: 20px 15px;
  background-color: #fff0da;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
}

.p12 form.order {
  padding: 15px 0;
}

.p12 .select_menu dt {
  font-weight: bold;
  line-height: 1;
  padding: 15px;
}

.p12 .select_menu dt .required {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-left: 5px;
  padding: 1px 4px;
  background-color: #f07800;
  border-radius: 3px;
}

.p12 .select_menu dd {
  padding: 15px;
  padding-top: 0;
  border-bottom: solid 1px #e2e2e2;
}

.p12 .button {
  padding: 15px;
}

.p12 .button p {
  margin-bottom: 10px;
}

.p12 .button a {
  color: #333;
  font-size: 13px;
  padding: 12px 10px;
}

.p12 .button a.back::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: solid 1px #f07800;
  border-bottom: solid 1px #f07800;
  border-right: none;
  border-top: none;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 10px;
  top: 18px;
}

.p12 .button .clearfix a {
  width: 48%;
  margin-bottom: 15px;
  padding-right: 20px;
}

.p12 .button .clearfix a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #f07800;
  border-top: solid 1px #f07800;
  border-left: none;
  border-bottom: none;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 18px;
}

.p12 .button .clearfix a.payID {
  color: #fff;
  font-weight: bold;
  background-color: #0063f0;
}

.p12 .button .clearfix a.payID::after {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
}

/**********************************
	P13
**********************************/
.p13 .guest_header {
  height: 60px;
  padding: 15px;
}

.p13 .guest_header img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  float: left;
}

.p13 .guest_header span {
  line-height: 30px;
}

.p13 .check_message {
  padding: 15px;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  background-color: #fff0da;
}

.p13 .check_message p {
  font-weight: normal;
}

.p13 .check_message p span {
  font-size: 17px;
  font-weight: bold;
  margin-right: 0.2em;
}

.p13 .card {
  padding: 15px;
  border-bottom: solid 1px #e2e2e2;
}

.p13 .card span {
  font-weight: bold;
  margin-top: 5px;
  vertical-align: top;
  display: inline-block;
}

.p13 .card img {
  width: 230px;
  height: 21px;
  margin-top: 6px;
}

.p13 form.payment dt {
  font-weight: bold;
  line-height: 42px;
  width: 100px;
  padding: 15px;
  display: block;
  clear: right;
  float: left;
}

.p13 form.payment dd {
  width: auto;
  padding: 15px;
  padding-left: 100px;
  border-bottom: solid 1px #e2e2e2;
  display: block;
}

.p13 form.payment dd input {
  width: 100%;
  padding: 10px;
}

.p13 form.payment dd.name input {
  width: 48%;
}

.p13 form.payment dd.name input:first-child {
  float: left;
}

.p13 form.payment dd.name input:last-child {
  float: right;
}

.p13 form.payment .final_message {
  padding: 15px;
}

.p13 form.payment .final_message .caution {
  font-size: 13px;
  margin-top: 10px;
}

.p13 form.payment .button {
  padding: 0 15px 30px;
}

.p13 form.payment .button .btn {
  font-size: 14px;
  padding: 12px 5px;
}

.p13 form.payment .button .input_wrap {
  position: relative;
}

.p13 form.payment .button .input_wrap::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  border-left: none;
  border-bottom: none;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 18px;
}

.p13 form.payment .button .submit_btn {
  color: #fff;
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
  background-color: #f07800;
  border: none;
}

.p13 form.payment .button .backOrder::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: solid 1px #f07800;
  border-bottom: solid 1px #f07800;
  border-right: none;
  border-top: none;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 10px;
  top: 18px;
}

/**********************************
	P15
**********************************/
.p15 .order_header {
  padding: 15px;
}

.p15 .order_header .info {
  text-align: center;
  margin-bottom: 12px;
}

.p15 .order_header .thanks {
  color: #f07800;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 12px;
  border: solid 1px #f07800;
}

.p15 .order_header .caution {
  font-size: 13px;
  padding-left: 1em;
  position: relative;
}

.p15 .order_header .caution::before {
  content: "\203B";
  position: absolute;
  left: 0;
}

.p15 .selected_menu {
  border-top: solid 1px #e2e2e2;
}

.p15 .selected_menu li {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p15 .selected_menu .menu_img {
  width: 45px;
  height: 35px;
  display: block;
}

.p15 .selected_menu .menu_info {
  width: 100%;
}

.p15 .selected_menu .menu_name {
  padding-left: 10px;
}

.p15 .selected_menu .menu_name p {
  font-size: 15px;
  line-height: 1.25;
}

.p15 .selected_menu .amount p {
  text-align: right;
  line-height: 36px;
}

.p15 form.order {
  padding: 15px 0;
}

.p15 .select_menu dt {
  font-weight: bold;
  line-height: 1;
  padding: 15px;
}

.p15 .select_menu dt .required {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-left: 5px;
  padding: 1px 4px;
  background-color: #f07800;
  border-radius: 3px;
}

.p15 .select_menu dd {
  padding: 15px;
  padding-top: 0;
  border-bottom: solid 1px #e2e2e2;
}

.p15 .comment p {
  font-size: 13px;
  padding: 15px;
}

.p15 .comment p span {
  display: block;
}

.p15 .comment ol {
  list-style-position: inside;
}

.p15 .comment li {
  font-weight: bold;
  padding: 16px 15px;
  border-bottom: solid 1px #e2e2e2;
}

.p15 .comment li:first-child {
  border-top: solid 1px #e2e2e2;
}

.p15 .comment li span {
  font-weight: normal;
}

.p15 .button {
  padding: 15px;
  background-color: #fff0da;
  border-top: solid 1px #e2e2e2;
}

.p15 .button p {
  margin-bottom: 10px;
}

.p15 .button a {
  color: #333;
  font-size: 13px;
  padding: 12px 6px;
}

.p15 .button a.back::after, .p15 .button a.backHome::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: solid 1px #f07800;
  border-bottom: solid 1px #f07800;
  border-right: none;
  border-top: none;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 10px;
  top: 18px;
}

.p15 .button .clearfix {
  letter-spacing: -0.05em;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p15 .button .clearfix .btn {
  min-width: 98px;
  padding-left: 18px !important;
}

.p15 .button .clearfix .back {
  width: 34%;
  margin-right: 15px;
}

.p15 .button .clearfix .favorite {
  color: #fff;
  font-weight: bold;
  width: 100%;
  background-color: #5ba3d6;
  border: solid 1px #5ba3d6;
}

.p15 .button .clearfix .favorite i {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/**********************************
	P16
**********************************/
.p16 {
  /*  アイコン回転 */
  /*  開閉動作 */
}

.p16 .page_header {
  text-align: left;
  padding: 15px;
}

.p16 .cat_wrap {
  overflow: hidden;
}

.p16 .cat_wrap:last-child .cat_sw {
  border-bottom: solid 1px #e2e2e2;
}

.p16 label.cat_sw::after,
.p16 label.faq_sw::after {
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.p16 label.cat_sw {
  width: 100%;
  padding: 15px;
  border-bottom: solid 1px #e2e2e2;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 4;
}

.p16 label.cat_sw::after {
  content: "\f138";
  color: #f07800;
}

.p16 label.faq_sw::before,
.p16 .answer::before {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 12px;
}

.p16 label.faq_sw {
  width: 100%;
  padding: 15px 40px;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 2;
}

.p16 label.faq_sw::before {
  content: "Q";
  color: #f07800;
}

.p16 label.faq_sw::after {
  content: "\f054";
  color: #999;
  font-size: 13px;
  right: 19px;
  top: 20px;
}

.p16 .faq_wrap {
  -webkit-transform-origin: top;
          transform-origin: top;
  overflow: hidden;
}

.p16 .faq_item {
  border-bottom: solid 1px #e2e2e2;
}

.p16 .answer {
  padding: 0 40px;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transform-origin: top;
          transform-origin: top;
  overflow: hidden;
}

.p16 .answer::before {
  content: "A";
  color: #999;
  top: 0;
}

.p16 .answer p {
  margin-bottom: 15px;
}

.p16 input[type=checkbox].cat_sw:checked ~ label.cat_sw::after {
  color: #999;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p16 input[type=checkbox].faq_sw:checked ~ label.faq_sw::after {
  color: #999;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p16 input[type=checkbox].cat_sw ~ .faq_wrap {
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.p16 input[type=checkbox].cat_sw:checked ~ .faq_wrap {
  max-height: 100vh;
}

.p16 input[type=checkbox].faq_sw ~ .answer {
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.p16 input[type=checkbox].faq_sw:checked ~ .answer {
  max-height: 100vh;
  background-color: #fbfbfb;
}

.p16 input[type=checkbox].faq_sw:checked ~ label.faq_sw {
  background-color: #fbfbfb;
}

/**********************************
	Maintainance
**********************************/
.maintainance .wrapper {
  background-image: url("../images/bg_top.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.maintainance main {
  color: #fff;
  padding: 25px;
}

.maintainance main div {
  margin-bottom: 25px;
}

.maintainance main h2 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.maintainance main p {
  font-size: 17px;
  line-height: 1.5;
}

.maintainance main .img {
  text-align: center;
  margin-bottom: 25px;
}

.maintainance main .img img {
  width: 48%;
  max-width: 362px;
}

.p_maintainance3 main .img img {
  width: 32%;
  max-width: 240px;
}

.p_maintainance3 main h2 {
  text-align: center;
  margin-bottom: 21px;
}

.p_maintainance3 main h2 span {
  margin-bottom: 10px;
  display: block;
}

.p_maintainance3 main ul {
  margin: 20px 0;
  padding-left: 1.5em;
}

.p_maintainance3 main ul li {
  font-weight: bold;
  list-style-type: disc;
}

/*# sourceMappingURL=maps/main.css.map */
