/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
  overflow: hidden;
}

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

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

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button {
  display: block;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

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

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

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

/* User Reset
	 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

input {
  outline: medium none invert;
}

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

i {
  font-style: normal;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
}

div,
span {
  outline: none;
}

figure {
  margin: 0;
  padding: 0;
}

:root {
  --c-green: #008765;
  --c-red: #e20012;
  --c-blue: #4387ff;
  --c-yellow: #ff0;
  --c-gray: #ddd;
  --c-bg-gray: #f5f5f5;
  --c-txtcolor: #000;
  --keycolor: #e6004f;
  --keycolor-sub: #e54e76;
  --keycolor-thin: #9b757b;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--c-txtcolor);
}

[v-cloak] {
  display: none;
}

* {
  /* -ms-overflow-style: none;     */
  /* scrollbar-width: none;        */
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  /* display:none; */
}

em,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  transition: 0.3s;
  text-decoration: none;
}

.p-wrap {
  margin: 0 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .p-wrap {
    max-width: 980px;
    margin: 0 auto;
  }
}

.p-spOnly {
  display: block;
}

.p-pcOnly {
  display: none;
}

.p-line-through {
  text-decoration: line-through;
  color: #000;
}

.p-line-through-black {
  position: relative;
}

.p-line-through-black::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.p-line-through-red {
  position: relative;
}

.p-line-through-red::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.p-line-through-blue {
  position: relative;
}

.p-line-through-blue::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00a0e9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

@media (min-width: 1024px) {
  .p-spOnly {
    display: none;
  }
  .p-pcOnly {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-hiddenSp {
    display: none;
  }
}
/*
  ================================================
  p-emergencyInfo
  ================================================
  */
.p-emergencyInfo {
  display: flex;
  background-color: var(--c-yellow);
  color: #2e2e2e;
  margin-top: 0px;
  padding: 10px 16px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.p-emergencyInfo a {
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-emergencyInfo a {
    font-size: 2.1333333333vw;
  }
}
.p-emergencyInfo a span {
  background: #2d2d2d;
  color: #fff;
  height: 5.3333333333vw;
  width: 21.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 2.6666666667vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-emergencyInfo a span {
    font-size: 16px;
    height: 40px;
    width: 160px;
    margin-right: 25px;
  }
}
@media (min-width: 1024px) {
  .p-emergencyInfo {
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 40px;
    align-items: center;
  }
}
.p-emergencyInfo i::before {
  color: var(--c-yellow);
  margin-right: 5px;
  font-size: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-emergencyInfo i::before {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .p-emergencyInfo i::before {
    font-size: 20px;
    line-height: 1;
    margin-right: 15px;
  }
}
.p-emergencyInfo i:nth-child(2)::before {
  font-size: 10px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .p-emergencyInfo i:nth-child(2)::before {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .p-emergencyInfo dl {
    display: flex;
    align-items: center;
  }
}
.p-emergencyInfo dt {
  font-size: 10px;
  margin-bottom: 3px;
}
@media (min-width: 1024px) {
  .p-emergencyInfo dt {
    margin-bottom: 0;
    font-size: 13px;
    margin-right: 16px;
  }
}
.p-emergencyInfo dd {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .p-emergencyInfo dd {
    font-size: 15px;
  }
}

.container {
  margin: auto;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xl1-none {
    display: none !important;
  }
  .d-xl1-block {
    display: block !important;
  }
  .d-xl1-flex {
    display: flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1300px) {
  .text-xl1-left {
    text-align: left !important;
  }
  .text-xl1-right {
    text-align: right !important;
  }
  .text-xl1-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-underline {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .p-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
  }
}
.p-header__wrap {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1024px) {
  .p-header__wrap {
    background-color: var(--keycolor);
    flex-wrap: nowrap;
  }
}
.p-header__logo {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  position: relative;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .p-header__logo {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .p-header__logo {
    height: 70px;
    padding-right: 20px;
  }
  .p-header__logo::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 35px 0 35px 35px;
    border-color: transparent transparent transparent #fff;
    transform: rotate(0deg);
    position: absolute;
    left: 100%;
    top: 0;
  }
}
@media (min-width: 1440px) {
  .p-header__logo {
    padding-left: 40px;
    width: 488px;
  }
}
.p-header__logo-num {
  background-color: #008765;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  height: 26px;
  padding: 4px 6px;
  display: block;
}
.p-header__logo-txt {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1440px) {
  .p-header__logo-txt {
    font-size: 20px;
  }
}
.p-header__logo .logo-sp {
  width: 45px;
}
@media (min-width: 1024px) {
  .p-header__logo .logo-sp {
    display: none;
  }
}
.p-header__top {
  background-color: var(--keycolor);
  color: #fff;
}
@media (max-width: 1023px) {
  .p-header__top {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-header__top {
    display: flex;
    justify-content: center;
    padding: 10px 4vw;
  }
}
.p-header__top__wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 5px 0 0;
}
@media (min-width: 768px) {
  .p-header__top__wrap {
    margin: 10px 0;
  }
}
@media (min-width: 1024px) {
  .p-header__top__wrap {
    padding-left: 50px;
    height: 70px;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .p-header__top__wrap {
    gap: 40px;
    padding-left: 70px;
  }
}
@media (max-width: 1023px) {
  .p-header__top__wrap {
    justify-content: center;
    flex: 0 100%;
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p-header__top__wrap {
    justify-content: flex-start;
    padding: 0;
  }
}
.p-header__nx {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 13px 15px 15px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 71px;
}
@media (min-width: 1440px) {
  .p-header__nx {
    right: 40px;
    width: 93px;
  }
}
.p-header__nx img {
  width: 100%;
}
.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1023px) {
  .p-header__nav {
    display: none;
    position: absolute;
    top: 52px;
    width: 100%;
    height: calc(100vh - 52px);
    overflow: scroll;
    padding: 0 35px 100px;
    background: #fff;
    z-index: 99;
  }
}
.p-header__nav-sub {
  border: 2px solid var(--keycolor);
  border-radius: 10px;
  font-weight: 600;
  z-index: 1;
  font-size: 16px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 20px -15px 0;
}
@media (min-width: 1024px) {
  .p-header__nav-sub {
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid var(--keycolor);
    font-size: 12px;
    right: 10px;
    padding: 7px 40px 7px 13px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition-duration);
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .p-header__nav-sub {
    font-size: 14px;
    right: 40px;
    padding: 7px 59px 7px 18px;
  }
}
.p-header__nav-sub:hover {
  background-color: var(--keycolor);
  color: #fff;
}
.p-header__nav-sub:hover i {
  color: #fff;
}
.p-header__nav-sub i {
  color: var(--keycolor);
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition-duration);
}
@media (min-width: 1024px) {
  .p-header__nav-sub i {
    font-size: 13px;
  }
}

.nx-footer {
  padding: 18px 0 0;
}
@media (min-width: 768px) {
  .nx-footer {
    padding: 83px 0 40px;
  }
}
@media (max-width: 767px) {
  .nx-footer__nav {
    padding-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .nx-footer__nav {
    display: block;
  }
}
@media (min-width: 768px) {
  .nx-footer__nav ul {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 40px;
    flex-wrap: wrap;
    gap: 10px 8px;
    max-width: 1040px;
    margin: auto;
  }
}
.nx-footer__nav ul li {
  width: 100%;
}
@media (min-width: 768px) {
  .nx-footer__nav ul li {
    width: calc(20% - 14px);
  }
}
.nx-footer__nav a {
  font-size: 15px;
  font-weight: bold;
  padding: 12px 10px;
  border: 2px solid var(--keycolor);
  border-radius: 5px;
  text-align: center;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .nx-footer__nav a {
    width: auto;
    margin: 20px;
    text-align: left;
    padding: 21px 10px;
    border-radius: 10px;
  }
}
.nx-footer__nav a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/common/ic_down.png) no-repeat top center;
  background-size: contain;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .nx-footer__nav a:after {
    background: url(../img/common/ic_right_3.png) no-repeat top center;
    background-size: contain;
    width: 6px;
    height: 10px;
    transform: translateY(-50%);
  }
}
.nx-footer__nav a:hover {
  color: var(--keycolor);
}
.nx-footer__nav a:hover:after {
  right: 11px;
}
.nx-footer__bg {
  background: #f0f0f0;
  padding: 37px 20px;
}
@media (min-width: 768px) {
  .nx-footer__bg {
    padding: 84px 0 77px;
  }
}
@media (max-width: 767px) {
  .nx-footer__bg .wrap {
    padding: 0;
  }
}
.nx-footer__info {
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .nx-footer__info {
    padding: 30px 0 !important;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .nx-footer__info {
    display: flex;
    justify-content: center;
    text-align: left;
    padding: 57px 15px;
    border-radius: 10px;
  }
}
.nx-footer__info__ttl {
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .nx-footer__info__ttl {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 10px;
    margin-right: 40px;
  }
}
.nx-footer__info__ttl em {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .nx-footer__info__ttl em {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .nx-footer__info__ttl span {
    font-size: 16px;
  }
}
.nx-footer__info__tel {
  text-align: center;
}
@media (min-width: 768px) {
  .nx-footer__info__tel {
    text-align: left;
  }
}
.nx-footer__info__tel > a {
  display: flex;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .nx-footer__info__tel > a {
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .nx-footer__info__tel > a {
    font-size: 48px;
    line-height: 1;
  }
}
.nx-footer__info__tel > a i {
  margin-top: 10px;
}
.nx-footer__info__tel i::before {
  width: 41px;
  height: 29px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .nx-footer__info__tel i::before {
    width: 58px;
    height: 34px;
    margin-right: 10px;
  }
}
.nx-footer__info__tel__com {
  font-size: 13px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .nx-footer__info__tel__com {
    font-size: 13px;
    font-weight: 500;
  }
  .nx-footer__info__tel__com label {
    font-size: 10px;
    font-weight: normal;
    display: block;
    margin-bottom: -15px;
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  .nx-footer__info__tel__com {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .nx-footer__info__tel__com a {
    color: var(--keycolor);
    border: 2px solid var(--keycolor);
    margin: 10px 0;
    display: inline-block;
    padding: 7px 20px;
    font-weight: bold;
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .nx-footer__info__tel__com a {
    border-bottom: 1px solid var(--keycolor);
    color: var(--keycolor);
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 3px;
    display: inline-block;
  }
  .nx-footer__info__tel__com a:hover {
    color: #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
  }
}
@media (max-width: 767px) {
  .nx-footer__bgcom {
    background: #f0f0f0;
    padding-bottom: 65px;
  }
}
.nx-footer__subnav {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .nx-footer__subnav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .nx-footer__subnav {
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .nx-footer__subnav a {
    padding: 21px 17px;
    width: 100%;
    background: #fff;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
  }
  .nx-footer__subnav a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/common/ic_down.png) no-repeat top center;
    background-size: contain;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all 0.2s;
  }
}
@media (min-width: 768px) {
  .nx-footer__subnav a {
    margin: 0 15px;
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .nx-footer__subnav a:hover {
    border-bottom: 1px solid #2e2e2e;
  }
}
.nx-footer__com {
  text-align: center;
  font-size: 10px;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .nx-footer__com {
    padding: 0 15px;
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .nx-footer__com {
    font-size: 12px;
  }
  .nx-footer__com br {
    display: none;
  }
}
.nx-footer__com p {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .nx-footer__com p {
    margin-bottom: 10px;
  }
}
.nx-footer__com span {
  display: inline-block;
}

.footer-fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 22;
}
@media (min-width: 768px) {
  .footer-fix {
    display: none;
  }
}
.footer-fix__link {
  width: 50%;
  color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: var(--keycolor);
}
.footer-fix__link i {
  margin-right: 10px;
  font-size: 19px;
}
.footer-fix__link.--02 {
  background: var(--keycolor-sub);
}

@media (min-width: 768px) {
  .page-top {
    display: none !important;
  }
}
.page-top__scroll {
  position: fixed;
  right: 19px;
  bottom: 66px;
  background: #fff;
  width: 36px;
  height: 36px;
  border: 2px solid var(--keycolor);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 22;
}
.page-top__scroll img {
  transform: rotate(-90deg);
  width: 8px;
}

.c-dateNotice {
  display: flex;
  align-items: center;
  position: relative;
  top: -5px;
}
.c-dateNotice__item {
  display: flex;
  align-items: flex-end;
}
.c-dateNotice__item:not(:last-child)::after {
  content: "";
  background: url("../images/ic_next.png") no-repeat center/contain;
  align-self: center;
  flex-shrink: 0;
  aspect-ratio: 50/43;
  width: 3.4666666667vw;
  margin: 0 1.3333333333vw;
  position: relative;
  top: 3px;
}
@media (min-width: 768px) {
  .c-dateNotice__item:not(:last-child)::after {
    width: 26px;
    margin: 0 10px;
  }
}
@media (min-width: 1440px) {
  .c-dateNotice__item:not(:last-child)::after {
    margin: 0 13px 0 16px;
  }
}
.c-dateNotice__item .sup {
  align-self: flex-start;
  font-size: 2.1333333333vw;
  font-weight: bold;
  margin-right: 0.5333333333vw;
  margin-top: 1.3333333333vw;
}
@media (min-width: 768px) {
  .c-dateNotice__item .sup {
    font-size: 20px;
    margin-right: 5px;
    margin-top: 5px;
  }
}
.c-dateNotice__item .num {
  display: inline-flex;
  font-size: 5.8666666667vw;
  font-weight: 710;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-dateNotice__item .num {
    font-size: 44px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .c-dateNotice__item .num {
    font-size: 38px;
  }
}
.c-dateNotice__item .num.has-line::after, .c-dateNotice__item .num:first-child::after {
  content: "";
  background: url("../images/ic_xec.png") no-repeat center/contain;
  aspect-ratio: 45/76;
  flex-shrink: 0;
  width: 2.9333333333vw;
  position: relative;
  top: 3px;
  margin: 0 2px;
}
@media (min-width: 768px) {
  .c-dateNotice__item .num.has-line::after, .c-dateNotice__item .num:first-child::after {
    width: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .c-dateNotice__item .num.has-line::after, .c-dateNotice__item .num:first-child::after {
    width: 15px;
  }
}
.c-dateNotice__item .evt {
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  color: var(--keycolor);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  font-size: 2.2666666667vw;
  font-weight: 500;
  line-height: 1;
  padding: 0 2px;
}
@media (min-width: 768px) {
  .c-dateNotice__item .evt {
    font-size: 14px;
    padding: 0 3px;
  }
}

.c-dateDirect__top {
  --icon-size: 5.3333333333vw;
  display: flex;
  align-items: center;
  gap: 0.6666666667vw;
}
@media (min-width: 768px) {
  .c-dateDirect__top {
    --icon-size: 32px;
    gap: 5px;
    margin-bottom: 7px;
  }
}
.c-dateDirect__ttl {
  font-size: 2.9333333333vw;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-dateDirect__ttl {
    font-size: 22px;
  }
}
.c-dateDirect__txt {
  font-size: 11px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .c-dateDirect__txt {
    font-size: 11px;
  }
}

.c-arrow-traffic {
  background: url("../images/arrow.png") no-repeat center/contain;
  aspect-ratio: 40/21;
  width: var(--icon-size, 2.8vw);
}

.p-modal__footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px 30px;
}
@media (min-width: 768px) {
  .p-modal__footer {
    align-items: center;
    flex-direction: row;
  }
}
.p-modal__btn {
  background-color: var(--keycolor);
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  display: block;
  padding: 10px 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-modal__btn {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.p-modal__scroll.--cm {
  background: none !important;
  padding-top: 45px;
}
@media (min-width: 1024px) {
  .p-modal__scroll.--cm {
    padding-top: 67px;
  }
}
.p-modal__scroll .p-modal__bg {
  position: fixed !important;
}
.p-modal .mv {
  max-width: 1000px;
}
@media (min-width: 1024px) {
  .p-modal .wraped {
    width: 1000px;
    margin: auto;
    position: relative;
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  .p-modal__content-img img {
    min-width: 800px;
  }
}
.p-modal__content__close-keycolor {
  width: 35px;
  height: 35px;
  background-color: var(--keycolor);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .p-modal__content__close-keycolor.--cm {
    top: -65px;
    right: 0;
  }
}
.p-modal__content__close-keycolor > span {
  width: 24px;
  height: 24px;
  position: relative;
  transform: rotate(45deg);
}
.p-modal__content__close-keycolor > span:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.p-modal__content__close-keycolor > span:after {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
}

.fancybox__slide::before, .fancybox__slide::after {
  display: none;
}

.p-modal__wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.dialog-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: calc(100dvh - 69px);
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .dialog-modal {
    padding: 30px 80px;
  }
}
.dialog-modal__ttl {
  color: var(--keycolor);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .dialog-modal__ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.dialog-modal__txt {
  display: grid;
  gap: 1em;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .dialog-modal__txt {
    font-size: 24px;
  }
}
.dialog-modal__footer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .dialog-modal__footer {
    gap: 60px;
  }
}
.dialog-modal__footer .p-modal__btn {
  line-height: 1.3;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .dialog-modal__footer .p-modal__btn {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .dialog-modal__footer .p-modal__btn {
    font-size: 24px;
  }
}
.dialog-modal__footer img {
  width: 60px;
}
@media (min-width: 768px) {
  .dialog-modal__footer img {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  .dialog-modal__footer img {
    width: 150px;
  }
}

.c-modal-concierge__wrap {
  max-width: 980px !important;
}

.rain_modal img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.rain_modal .ttl {
  text-align: left;
  background-color: var(--keycolor);
  color: white;
  padding: 10px 15px;
  margin-bottom: 24px;
  font-size: 24px;
}
.rain_modal .ttl.date {
  color: #000;
  background: none;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
}
.rain_modal a:link {
  color: var(--keycolor);
  text-decoration: underline;
  font-size: 16px;
}
.rain_modal a:link:hover {
  text-decoration: none;
}
.rain_modal .link {
  padding: 0px;
  padding-top: 10px;
}
.rain_modal .text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.rain_inner {
  padding: 20px;
  max-height: 70vh;
  overflow: scroll;
}

#rain_twitter_vue.remodal.nx-remodal {
  width: auto;
}

.rain_modal_img {
  cursor: move;
  overflow: hidden;
}
.rain_modal_img img {
  max-width: 100%;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}/*# sourceMappingURL=style.css.map */