@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "​";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border: 1px solid WindowFrame;
  /* 1 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  padding: 0.25em 0.375em;
  /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
[type=color],
[type=range] {
  border-width: 0;
  padding: 0;
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

* {
  padding: 0;
  margin: 0;
}

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

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

li {
  list-style-type: none;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

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

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(1.4285714286vw, 62.5%);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

@supports (-webkit-touch-callout: none) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
[v-cloak] {
  visibility: hidden;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 5.7142857143vw;
  }
}

main {
  background: #000;
  position: relative;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.l-header {
  width: 100vw;
  background: #bf0e0d;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header .inner {
    padding: 0 55px 0 10px;
  }
}
.l-header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-header__flex {
    gap: 10px;
  }
}
.l-header__logo {
  flex-shrink: 0;
  width: 254px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 36.2857142857vw;
  }
  .l-header__nav {
    width: 100vw;
    height: 100vh;
    background: #bf0e0d;
    position: absolute;
    right: -100vw;
    top: 0;
    z-index: -1;
    transition: right 0.4s;
  }
}
.l-header__nav.is-open {
  right: 0;
}
.l-header__list {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  .l-header__list {
    width: 100%;
    height: 100%;
    font-size: 4rem;
    flex-direction: column;
    justify-content: flex-start;
    gap: 33px;
    padding-top: 220px;
  }
}
.l-header__tel {
  font-size: 2.4rem;
  font-weight: bold;
  color: #bf0e0d;
  background: #fff;
  border-radius: 24px;
  padding: 5px 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__tel {
    flex-shrink: 0;
    font-size: 3.6rem;
    padding: 2px 4px;
  }
}
.l-header .spMenu {
  width: 30px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header .spMenu span {
  width: 100%;
  height: 0.5rem;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.l-header .spMenu span:nth-child(1) {
  top: 0;
}
.l-header .spMenu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header .spMenu span:nth-child(3) {
  bottom: 0;
}
.l-header .spMenu.is-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header .spMenu.is-open span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.l-header .spMenu.is-open span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

.l-footer {
  position: relative;
}
.l-footer:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .l-footer:before {
    content: "";
    width: 100vw;
    height: max(30.4285714286vw, 213px);
    background: url(../images/img03.png);
    background-position: top center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.l-footer1 {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  color: #fff;
  text-align: center;
  background: #000;
  padding-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .l-footer1 {
    font-size: 2.2rem;
    line-height: 1.5454545455;
    padding-bottom: 28px;
  }
  .l-footer1__txt {
    position: relative;
    z-index: 1;
  }
}
.l-footer2 {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background: #d60f0f;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer2 {
    font-size: 1.8rem;
    padding: 5px;
    position: relative;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-ttl1 {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  color: #fff;
  text-align: center;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*------------------------------------------------------------
slider
------------------------------------------------------------*/
/*------------------------------------------------------------
mv
------------------------------------------------------------*/
/*------------------------------------------------------------
block
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.p-margarita1 {
  position: relative;
}
.p-margarita1 .inner {
  position: absolute;
  top: 17.5695461201vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-margarita1 .inner {
    top: 50.7142857143vw;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-margarita1__ttl {
  font-size: min(5.8565153734vw, 8rem);
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-margarita1__ttl {
    font-size: 7.1428571429vw;
    letter-spacing: 0.03em;
    line-height: 1.1;
  }
}
.p-margarita2 {
  padding: 66px 0 0;
}
@media screen and (max-width: 767px) {
  .p-margarita2 {
    padding-top: 33px;
  }
  .p-margarita2 .inner {
    padding: 0;
  }
}
.p-margarita2__img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-margarita2__img {
    margin-top: 20px;
  }
}
.p-margarita2__info {
  display: flex;
  gap: 66px;
  background: #bf0d0d;
  padding: 36px 44px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-margarita2__info {
    flex-direction: column;
    gap: 10px;
    padding: 20px 20px 40px;
  }
}
.p-margarita2__info__img {
  flex-shrink: 0;
  width: 48.1359649123%;
  max-width: 439px;
}
@media screen and (max-width: 767px) {
  .p-margarita2__info__img {
    width: 100%;
    max-width: 62.8571428571vw;
    margin: 0 auto;
  }
}
.p-margarita2__info__txt {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  color: #fff;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-margarita2__info__txt {
    width: 100%;
    max-width: 62.8571428571vw;
    font-size: 2.4rem;
    line-height: 1.4166666667;
    padding-top: 0;
    margin: 0 auto;
  }
}
.p-margarita3 {
  padding: 110px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-margarita3 {
    padding-top: 27px;
  }
}
.p-margarita3:before {
  content: "";
  width: 100%;
  display: block;
  height: 647px;
  background: url(../images/img03.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  right: 50%;
}
@media screen and (max-width: 767px) {
  .p-margarita3:before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .p-margarita3 .inner {
    position: relative;
    z-index: 1;
  }
}
.p-margarita3__table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-margarita3__table {
    width: 100%;
    margin: 20px 0 0;
  }
}
.p-margarita3__item {
  display: flex;
  font-size: 2rem;
  line-height: 1.7;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-margarita3__item {
    align-items: center;
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.p-margarita3__item:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .p-margarita3__item:after {
    width: 100%;
  }
}
.p-margarita3__th {
  flex-shrink: 0;
  width: 260px;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-margarita3__th {
    width: 40vw;
    padding: 14px 10px;
  }
}
.p-margarita3__td {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-margarita3__td {
    padding: 14px 0;
  }
}
.p-margarita4 {
  padding: 126px 0 48px;
}
@media screen and (max-width: 767px) {
  .p-margarita4 {
    padding: 36px 0;
  }
}
.p-margarita4__map {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-margarita4__map {
    flex-direction: column;
    gap: 28px;
    margin-top: 17px;
  }
}
.p-margarita4__map .c-map__item {
  font-size: 2rem;
  line-height: 1.7;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-margarita4__map .c-map__item {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    padding: 14px 10px;
  }
}
.p-margarita4__map .c-map__item:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .p-margarita4__map .c-map__item:after {
    width: 100%;
  }
}
.p-margarita4__map .c-map__map {
  width: 56%;
  max-width: 560px;
  aspect-ratio: 600/450;
}
@media screen and (max-width: 767px) {
  .p-margarita4__map .c-map__map {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
.p-margarita4__map .c-map__map iframe {
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/