@charset "UTF-8";
/* =========================================================
  Reset
========================================================= */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * 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,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* =========================================================
  Reset
=======================================d================== */
body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #101c29;
  position: relative;
}

a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.6;
}

/* =========================================================
  Layout
========================================================= */
.l-header {
  width: 100%;
  background-color: #101c29;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

.l-header-inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  height: 50px;
  color: #fff;
  margin: 0 auto;
  position: relative;
}

.l-header-content {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-logo-image {
  width: 40px;
}
.l-header-logo-image img {
  width: 100%;
  height: auto;
}

.l-header-logo-font {
  width: 200px;
  margin-left: 10px;
}
.l-header-logo-font.-jp {
  width: 140px;
  margin-top: 2px;
}
.l-header-logo-font img {
  width: 100%;
  height: auto;
}

.l-header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-header-nav-item {
  display: inline-block;
  margin-right: 50px;
}
.l-header-nav-item:last-child {
  margin-right: 30px;
}
.l-header-nav-item a {
  position: relative;
}
.l-header-nav-item a::before {
  content: "";
  width: 8px;
  height: 7px;
  background-image: url(../images/ico/arrows_right_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-header-nav-item a:hover::before {
  left: -15px;
}

.l-header-nav-reserve {
  margin-right: 15px;
}
.l-header-nav-reserve a {
  width: 140px;
  height: 50px;
  background-color: #c4664a;
  text-align: right;
  padding-top: 15px;
  padding-right: 25px;
  display: inline-block;
  position: relative;
}
.l-header-nav-reserve a::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../images/ico/nav_reserve.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header-nav-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-header-nav-lang-button a.-current {
  opacity: 0.6;
}
@media screen and (max-width: 959px) {
  .l-header-content {
    font-size: 14px;
  }

  .l-header-nav-item {
    margin-right: 30px;
  }
  .l-header-nav-item:last-child {
    margin-right: 10px;
  }

  .l-header-nav-reserve a {
    width: 120px;
  }
  .l-header-nav-reserve a::before {
    width: 14px;
    height: 14px;
    left: 20px;
    -webkit-transform: translateY(-58%);
    transform: translateY(-58%);
  }
}
@media screen and (max-width: 768px) {
  .l-header-inner {
    width: 100%;
    height: 40px;
  }

  .l-header-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 0 10px;
  }

  .l-header-logo-image {
    width: 30px;
  }

  .l-header-logo-font {
    width: 170px;
    margin-top: -3px;
  }
  .l-header-logo-font.-jp {
    width: 100px;
    margin-top: 0px;
  }

  .l-header-nav-list {
    display: none;
  }

  .l-header-nav-reserve {
    display: none;
  }

  .l-header-nav-lang {
    font-size: 12px;
    margin-right: 70px;
    padding-top: 2px;
  }
  .l-header-nav-lang.-sp {
    font-size: 10px;
    margin-right: 0;
    padding-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .l-header-nav-lang-space {
    margin: 0 5px;
  }

  .l-header-sp {
    color: #fff;
  }

  .l-header-sp-menu-button {
    cursor: pointer;
    width: 60px;
    height: 40px;
    background-color: #c4664a;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .l-header-sp-menu-button.is-active {
    top: 25px;
    right: 20px;
    background-color: #101c29;
  }
  .l-header-sp-menu-button.is-active .l-header-sp-menu-line:nth-of-type(1) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header-sp-menu-button.is-active .l-header-sp-menu-line:nth-of-type(2) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .l-header-sp-menu-line {
    width: 16px;
    height: 2px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    left: 22px;
  }
  .l-header-sp-menu-line:nth-of-type(1) {
    top: 16px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .l-header-sp-menu-line:nth-of-type(2) {
    top: 24px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .l-header-sp-nav {
    width: 100vw;
    height: 100vh;
    background-color: #101c29;
    position: absolute;
    z-index: 5;
    top: -100vh;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 40px 12vw;
    overflow-y: scroll;
  }
  .l-header-sp-nav.is-active {
    top: 0;
  }

  .l-header-sp-nav-logo {
    width: 32%;
    margin: 0 auto;
  }

  .l-header-sp-nav-logo-image {
    width: 100%;
    margin: 0 auto;
  }
  .l-header-sp-nav-logo-image img {
    width: 100%;
    height: auto;
  }

  .l-header-sp-nav-content {
    margin-top: 45px;
  }

  .l-header-sp-nav-wrap {
    font-size: 12px;
    border-bottom: 1px solid #363d45;
  }
  .l-header-sp-nav-wrap:nth-child(2) {
    font-size: 10px;
    margin-top: 25px;
    border-bottom: none;
  }

  .l-header-sp-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-header-sp-nav-item {
    width: 50%;
    position: relative;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .l-header-sp-nav-item:nth-child(2n) {
    width: 37%;
  }
  .l-header-sp-nav-item::before {
    content: "";
    width: 8px;
    height: 7px;
    background-image: url(../images/ico/arrows_right_wh.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.l-inner-lv1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .l-inner-lv1 {
    padding: 0 5.3333vw;
  }
  .l-inner-lv1.-non-pd-sp {
    padding: 0;
  }
}
.l-page-top-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.l-page-top-button {
  width: 76px;
  height: 76px;
  background-color: #fff;
  border-radius: 100%;
  position: fixed;
  bottom: 2px;
  right: 90px;
  z-index: 1;
}
.l-page-top-button a {
  width: 100%;
  height: 100%;
  padding-top: 35px;
  font-size: 16px;
  color: #c4664a;
  text-align: center;
  position: relative;
}
.l-page-top-button a::before {
  content: "";
  width: 9px;
  height: 12px;
  background-image: url(../images/ico/arrows_top_orange.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1079px) {
  .l-page-top {
    display: none;
  }

  .l-page-top-button {
    -webkit-transform: none;
    transform: none;
    right: 10px;
  }
}
.l-foot-menu {
  opacity: 0;
}
.l-foot-menu a {
  pointer-events: none;
}

.l-foot-menu-button {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-foot-menu {
    opacity: 1;
    width: 100%;
    height: 40px;
    background-color: #101c29;
    position: fixed;
    bottom: 0;
    z-index: 1;
  }
  .l-foot-menu a {
    pointer-events: auto;
  }

  .l-foot-menu-content {
    padding: 5px 0;
  }

  .l-foot-menu-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-foot-menu-button {
    display: inline-block;
    width: 32%;
    height: 30px;
    border: 1px solid #c4664a;
    color: #fff;
  }
  .l-foot-menu-button a {
    width: 100%;
    height: 100%;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    padding: 8px 0;
  }
  .l-foot-menu-button a::before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 10px;
  }
  .l-foot-menu-button.-tell {
    margin-right: 10px;
    background-color: transparent;
  }
  .l-foot-menu-button.-tell a::before {
    font-size: 11px;
    background-image: url(../images/ico/tell_wh.svg);
  }
  .l-foot-menu-button.-reserve a {
    background-color: #c4664a;
  }
  .l-foot-menu-button.-reserve a::before {
    background-image: url(../images/ico/nav_reserve.svg);
  }

  .l-foot-menu .l-page-top-button {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 3px;
    left: 2vw;
  }
  .l-foot-menu .l-page-top-button a {
    padding-top: 13px;
    font-size: 10px;
    font-weight: 500;
  }
  .l-foot-menu .l-page-top-button a::before {
    width: 6px;
    height: 9px;
    top: 5px;
  }
}
.l-foot-info {
  opacity: 0;
}
.l-foot-info a {
  pointer-events: none;
}

.l-foot-info-content {
  display: none;
}

.l-foot-info-button {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-foot-info {
    opacity: 1;
    width: 100%;
    height: 40px;
    background-color: #101c29;
    position: fixed;
    bottom: 0;
    z-index: 5;
  }
  .l-foot-info a {
    pointer-events: auto;
  }

  .l-foot-info-content {
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-foot-info-access {
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
  }

  .l-foot-info-tell {
    display: inline-block;
    width: 143px;
    height: 30px;
    border: 1px solid #e8ca8a;
    color: #fff;
    margin-left: 10px;
  }
  .l-foot-info-tell a {
    padding: 4px 0;
    text-align: center;
  }
  .l-foot-info-tell a span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 18px;
    position: relative;
  }
  .l-foot-info-tell a span::before {
    display: inline-block;
    content: "";
    background-image: url(../images/ico/tel.png);
    width: 12px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 10px;
    position: absolute;
    top: 4px;
    left: 0;
  }

  .l-foot-info .l-page-top-button {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 3px;
    right: 4vw;
  }
  .l-foot-info .l-page-top-button a {
    padding-top: 13px;
    font-size: 10px;
    font-weight: 500;
  }
  .l-foot-info .l-page-top-button a::before {
    width: 6px;
    height: 9px;
    top: 5px;
  }
}
@media screen and (max-width: 450px) {
  .l-foot-info-access {
    margin-right: 7px;
  }

  .l-foot-info-button {
    margin-left: 7px;
  }
}
@media screen and (max-width: 420px) {
  .l-foot-info-content {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.l-footer {
  background-color: #101c29;
  padding: 50px 0 30px;
  position: relative;
}

.l-footer-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.l-footer-content {
  color: #acacac;
}

.l-footer-logo {
  width: 230px;
  margin: 0 auto 45px;
}
.l-footer-logo img {
  width: 100%;
  height: auto;
}

.l-footer-address-wrap {
  width: 450px;
  margin: 0 auto;
  padding-left: 50px;
}

.l-footer-address-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-footer-address-item {
  display: inline-block;
  position: relative;
  margin-bottom: 6px;
}
.l-footer-address-item:nth-of-type(2) {
  margin-left: 35px;
}
.l-footer-address-item:nth-of-type(2)::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #acacac;
  position: absolute;
  top: 2px;
  left: -16px;
}
.l-footer-address-item span {
  display: inline-block;
}
.l-footer-address-item span a {
  display: inline-block;
  color: #c4664a;
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid #c4664a;
}
.l-footer-address-item span a::before {
  content: "";
  width: 16px;
  height: 18px;
  background-image: url(../images/ico/pin_orange.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -20px;
}

.l-footer-nav {
  margin: 40px 0;
}

.l-footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer-nav-item {
  position: relative;
  margin: 0 18px;
}
.l-footer-nav-item::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #acacac;
  position: absolute;
  top: 2px;
  left: -16px;
}
.l-footer-nav-item:last-child::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #acacac;
  position: absolute;
  top: 2px;
  right: -16px;
}

.l-footer-copyright {
  text-align: center;
}

.l-footer.-en .l-footer-address-wrap {
  padding-left: 0;
  text-align: center;
}
.l-footer.-en .l-footer-address-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footer.-en .l-footer-address-item span.mgt {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 45px 0 60px;
  }

  .l-footer-inner {
    padding: 0 5.3333vw;
  }

  .l-footer-logo {
    width: 150px;
    margin: 0 auto 15px;
  }

  .l-footer-address-wrap {
    width: 100%;
    padding-left: 0;
    text-align: center;
    line-height: 1.5;
  }

  .l-footer-address-list {
    display: block;
    margin-top: 15px;
  }

  .l-footer-address-item {
    font-size: 10px;
    display: block;
    margin-bottom: 0;
  }
  .l-footer-address-item:nth-of-type(2) {
    margin-left: 0;
  }
  .l-footer-address-item:nth-of-type(2)::before {
    content: none;
  }
  .l-footer-address-item span a {
    padding-bottom: 3px;
  }

  .l-footer-nav {
    margin: 20px 0;
  }

  .l-footer-nav-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 300px;
    margin: 0 auto;
  }

  .l-footer-nav-item {
    font-size: 10px;
    line-height: 1.5;
    margin: 0 13px;
  }
  .l-footer-nav-item::before {
    height: 12px;
    top: 2px;
    left: -12px;
  }
  .l-footer-nav-item:nth-of-type(3)::after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #acacac;
    position: absolute;
    top: 2px;
    right: -12px;
  }
  .l-footer-nav-item:last-child::after {
    height: 12px;
    top: 2px;
    right: -12px;
  }

  .l-footer-copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 319px) {
  .l-footer-nav-list {
    width: 100%;
  }

  .l-footer-nav-item:nth-of-type(2)::after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #acacac;
    position: absolute;
    top: 2px;
    right: -12px;
  }
  .l-footer-nav-item:nth-of-type(3)::after {
    content: none;
  }
}
/* =========================================================
  Component
========================================================= */
.c-section-heading {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 100px;
}
.c-section-heading h2 {
  display: inline-block;
  position: relative;
}
.c-section-heading h2::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background-color: #907a4c;
}

@media screen and (max-width: 768px) {
  .c-section-heading {
    font-size: 15px;
    margin-bottom: 55px;
  }
  .c-section-heading h2::before {
    bottom: -8px;
  }
}
.c-link-button {
  text-align: center;
}
.c-link-button a {
  width: 300px;
  height: 50px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #c4664a;
  padding: 14px 0;
  margin: 0 auto;
}
.c-link-button a p {
  display: inline-block;
  position: relative;
}
.c-link-button a p::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 7px;
  background-image: url(../images/ico/arrows_right_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: -18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-link-button a:hover p::before {
  left: -10px;
}

@media screen and (max-width: 768px) {
  .c-link-button a {
    width: 230px;
    height: 40px;
    font-size: 15px;
    padding: 12px 0;
  }
}
.c-accordion-item {
  border-top: 1px solid #e2e2e2;
}
.c-accordion-item:last-child {
  border-bottom: 1px solid #e2e2e2;
}

.c-accordion-button {
  padding: 20px 40px 20px 0;
  position: relative;
  cursor: pointer;
}
.c-accordion-button::before, .c-accordion-button::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #101c29;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-accordion-button::before {
  top: 31px;
  right: 18px;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.c-accordion-button::after {
  top: 31px;
  right: 18px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c-accordion-button.-open::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.c-accordion-button.-open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.c-accordion-content {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-accordion-button {
    padding: 15px 25px 15px 0;
  }
  .c-accordion-button::before {
    top: 25px;
    right: 0;
  }
  .c-accordion-button::after {
    top: 25px;
    right: 0;
  }
  .c-accordion-button.-sightseeing::before {
    top: 27px;
    right: 27px;
  }
  .c-accordion-button.-sightseeing::after {
    top: 27px;
    right: 27px;
  }
}
.c-page-heading {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
}

.c-page-heading-title {
  padding-top: 110px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-shadow: 6px 6px 20px #000;
}
.c-page-heading-title h2 {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 2px solid #907a4c;
}

.c-page-heading-read {
  padding-top: 25px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 2.3;
}

@media screen and (max-width: 768px) {
  .c-page-heading {
    height: 155px;
    margin-top: 40px;
  }

  .c-page-heading-title {
    padding-top: 35px;
    font-size: 15px;
  }
  .c-page-heading-title h2 {
    padding-bottom: 6px;
  }

  .c-page-heading-read {
    padding-top: 15px;
    font-size: 12px;
  }
}
.c-page-info {
  padding: 60px 0;
  background-image: url(../images/common/section_bg.png);
  background-repeat: repeat;
  background-position: top;
  background-size: 740px 760px;
  background-color: #edebe7;
}

.c-page-info-read {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

.c-page-link-item a {
  position: relative;
  padding-right: 15px;
}
.c-page-link-item a::after {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url(../images/ico/arrows_bottom_bl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-page-link-item a:hover::after {
  top: 13px;
}

@media screen and (max-width: 768px) {
  .c-page-info {
    padding: 50px 0;
  }

  .c-page-info-read {
    font-size: 12px;
  }

  .c-page-link-item a::after {
    top: 5px;
  }
  .c-page-link-item a:hover::after {
    top: 5px;
  }
}
.c-page-wrap-heading {
  margin-bottom: 85px;
}

.c-page-wrap-title {
  text-align: center;
}
.c-page-wrap-title h2 {
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.c-page-wrap-title h2::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8ca8a;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .c-page-wrap-heading {
    margin-bottom: 45px;
    padding: 0 5.3333vw;
  }

  .c-page-wrap-title h2 {
    font-size: 15px;
  }
  .c-page-wrap-title h2::before {
    bottom: -7px;
  }
}
.c-page-section-heading {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-page-section-heading {
    height: 180px;
  }
}
.c-page-section-item-title h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 15px;
  border-left: 3px solid #c7c7c7;
}

@media screen and (max-width: 768px) {
  .c-page-section-item-title h3 {
    display: inline-block;
    font-size: 12px;
    padding-left: 6px;
    margin-right: 6px;
    border-left: 2px solid #c7c7c7;
  }
}
.c-wineservice-bnr {
  text-align: center;
}
.c-wineservice-bnr a {
  display: inline-block;
  vertical-align: bottom;
}
.c-wineservice-bnr a:hover {
  opacity: 0.6 !important;
}

.c-map img {
  width: 100%;
}
.c-map #map {
  width: 100%;
}

.c-map-pin {
  text-align: center;
  margin-bottom: 20px;
}

.c-map-pin-wrap {
  display: inline-block;
  padding-left: 35px;
  position: relative;
}
.c-map-pin-wrap::before {
  content: "";
  width: 27px;
  height: 42px;
  background: url(../images/common/pin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.c-map-pin-text {
  font-size: 15px;
  font-weight: 500;
  color: #404040;
  text-align: center;
  padding-top: 9px;
  padding-left: 15px;
  position: relative;
  width: 348px;
  height: 40px;
  background: url(../images/common/speech_bubble.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .c-map-pin {
    margin-bottom: 15px;
  }

  .c-map-pin-wrap {
    padding-left: 30px;
  }
  .c-map-pin-wrap::before {
    width: 23px;
    height: 36px;
  }

  .c-map-pin-text {
    font-size: 12px;
    width: 280px;
    height: 33px;
    padding-top: 8px;
    padding-left: 13px;
  }
}
.c-map-spot-name a {
  position: relative;
}
.c-map-spot-name a:hover {
  opacity: unset;
  color: #c4664a;
}
.c-map-spot-name a:hover::after {
  opacity: 1;
}
.c-map-spot-name a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #c4664a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

@media screen and (max-width: 374px) {
  .c-map-pin-text {
    width: 260px;
  }
}
/* =========================================================
  Project
========================================================= */
.p-fade-out {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.p-fade {
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.p-fade.is-show {
  opacity: 1;
}

.p-common-pagenation-list {
  font-size: 22px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-common-pagenation-item {
  width: 40px;
  height: 40px;
  border: 1px solid #101c29;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
.p-common-pagenation-item:first-child {
  margin-left: 0;
}
.p-common-pagenation-item:last-child {
  margin-right: 0;
}
.p-common-pagenation-item a,
.p-common-pagenation-item span {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 6px;
}
.p-common-pagenation-item a:hover {
  opacity: 1;
  color: #fff;
  background-color: #101c29;
}
.p-common-pagenation-item .current {
  background-color: rgba(16, 28, 41, 0.2);
}
.p-common-pagenation-item .prev,
.p-common-pagenation-item .next {
  font-size: 0;
}
.p-common-pagenation-item .prev::before,
.p-common-pagenation-item .next::before {
  content: "";
  width: 10px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-common-pagenation-item .prev:hover,
.p-common-pagenation-item .next:hover {
  opacity: 0.8;
}
.p-common-pagenation-item .prev {
  background-color: #101c29;
}
.p-common-pagenation-item .prev::before {
  background-image: url(../images/ico/slider_arrows_left_wh.svg);
}
.p-common-pagenation-item .next {
  background-color: #101c29;
}
.p-common-pagenation-item .next::before {
  background-image: url(../images/ico/slider_arrows_right_wh.svg);
}

@media screen and (max-width: 768px) {
  .p-common-pagenation-list {
    font-size: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-common-pagenation-item {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
  .p-common-pagenation-item a,
.p-common-pagenation-item span {
    padding-top: 4px;
  }
  .p-common-pagenation-item .prev,
.p-common-pagenation-item .next {
    font-size: 0;
  }
  .p-common-pagenation-item .prev::before,
.p-common-pagenation-item .next::before {
    font-size: 14px;
  }
}
.p-common-archive-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-common-archive-list li {
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin: 0 20px;
}
.p-common-archive-list li:last-child::before {
  content: none;
}
.p-common-archive-list li::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #101c29;
  position: absolute;
  top: 0;
  right: -19px;
}

@media screen and (max-width: 768px) {
  .p-common-archive-list li {
    margin: 0 15px;
    font-size: 10px;
  }
  .p-common-archive-list li::before {
    height: 14px;
    right: -14px;
  }
}
.wysiwyg-style-content {
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.wysiwyg-style-content h1,
.wysiwyg-style-content h2,
.wysiwyg-style-content h3,
.wysiwyg-style-content h4,
.wysiwyg-style-content h5,
.wysiwyg-style-content h6 {
  clear: both;
  font-weight: 700;
  line-height: 1.5;
}

.wysiwyg-style-content h1:first-child,
.wysiwyg-style-content h2:first-child,
.wysiwyg-style-content h3:first-child,
.wysiwyg-style-content h4:first-child,
.wysiwyg-style-content h5:first-child,
.wysiwyg-style-content h6:first-child {
  margin-top: 0;
}

.wysiwyg-style-content h1 {
  font-size: 22px;
}

.wysiwyg-style-content h2 {
  font-size: 20px;
}

.wysiwyg-style-content h3 {
  font-size: 18px;
}

.wysiwyg-style-content h4 {
  font-size: 16px;
  font-weight: bold;
}

.wysiwyg-style-content h5 {
  font-size: 14px;
  font-weight: bold;
}

.wysiwyg-style-content h6 {
  font-size: 12px;
  font-weight: bold;
}

.wysiwyg-style-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
}

.wysiwyg-style-content p:last-child {
  margin: 0 0 0;
}

.wysiwyg-style-content p img:last-child {
  margin-bottom: 0;
}

.wysiwyg-style-content span {
  font-weight: 400;
}

.wysiwyg-style-content img {
  margin: 10px 0;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.wysiwyg-style-content dfn,
.wysiwyg-style-content cite,
.wysiwyg-style-content i {
  font-style: italic;
}

.wysiwyg-style-content blockquote {
  border-left: 2px solid #464646;
  color: #464646;
  font-size: 100%;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 0 0 20px;
}

.wysiwyg-style-content blockquote:not(.alignleft):not(.alignright) {
  margin-left: 0;
}

.wysiwyg-style-content blockquote::before,
.wysiwyg-style-content blockquote::after {
  content: "";
  display: table;
}

.wysiwyg-style-content blockquote::after {
  clear: both;
}

.wysiwyg-style-content blockquote > :last-child {
  margin-bottom: 0;
}

.wysiwyg-style-content blockquote cite,
.wysiwyg-style-content blockquote small {
  font-size: 100%;
}

.wysiwyg-style-content blockquote em,
.wysiwyg-style-content blockquote i,
.wysiwyg-style-content blockquote cite {
  font-style: normal;
}

.wysiwyg-style-content blockquote b,
.wysiwyg-style-content blockquote strong {
  font-weight: 700;
}

.wysiwyg-style-content blockquote.alignleft,
.wysiwyg-style-content blockquote .alignright {
  border: 0 solid #464646;
  border-top-width: 4px;
  padding: 18px 0 0;
  width: calc(50% - 14px);
}

.wysiwyg-style-content address {
  font-style: italic;
  margin: 0 0 20px;
}

.wysiwyg-style-content code,
.wysiwyg-style-content kbd,
.wysiwyg-style-content tt,
.wysiwyg-style-content var,
.wysiwyg-style-content samp,
.wysiwyg-style-content pre {
  font-family: Inconsolata, monospace;
}

.wysiwyg-style-content pre {
  border: 1px solid #d1d1d1;
  line-height: 1.3125;
  margin: 0 0 20px;
  max-width: 100%;
  overflow: auto;
  padding: 10px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.wysiwyg-style-content code {
  background-color: #d1d1d1;
  padding: 2px 4px;
}

.wysiwyg-style-content abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

.wysiwyg-style-content mark,
.wysiwyg-style-content ins {
  color: #fff;
  padding: 2px 4px;
  text-decoration: none;
}

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

.wysiwyg-style-content sup {
  top: -6px;
}

.wysiwyg-style-content sub {
  bottom: -3px;
}

.wysiwyg-style-content small {
  font-size: 80%;
}

.wysiwyg-style-content big {
  font-size: 125%;
}

.wysiwyg-style-content hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}

.wysiwyg-style-content ul,
.wysiwyg-style-content ol {
  list-style-position: inside;
  margin: 10px 0;
}

.wysiwyg-style-content ul {
  list-style-type: disc;
}

.wysiwyg-style-content ol {
  list-style-type: decimal;
}

.wysiwyg-style-content li > ul,
.wysiwyg-style-content li > ol {
  margin-bottom: 0;
}

.wysiwyg-style-content li > ul,
.wysiwyg-style-content blockquote > ul {
  margin-left: 20px;
}

.wysiwyg-style-content li > ol,
.wysiwyg-style-content blockquote > ol {
  margin-left: 20px;
}

.wysiwyg-style-content dl {
  margin: 0 0 20px;
}

.wysiwyg-style-content dt {
  font-weight: 700;
}

.wysiwyg-style-content dd {
  margin: 20px;
}

.wysiwyg-style-content img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.wysiwyg-style-content a img {
  display: block;
}

.wysiwyg-style-content figure {
  margin: 0;
}

.wysiwyg-style-content del {
  opacity: 0.8;
}

.wysiwyg-style-content a {
  font-size: 16px;
  display: inline-block;
  color: #c4664a;
  position: relative;
}
.wysiwyg-style-content a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c4664a;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.wysiwyg-style-content a[target=_blank]::after {
  content: "";
  width: 15px;
  height: 16px;
  background-image: url(../images/ico/ico_external_bl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: bottom;
  position: absolute;
  right: -23px;
  top: 6px;
}

.wysiwyg-style-content .alignleft {
  float: left;
}

.wysiwyg-style-content .alignright {
  float: right;
}

.wysiwyg-style-content .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.wysiwyg-style-content .wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 28px;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}

.wysiwyg-style-content .wp-caption-text,
.wysiwyg-style-content .wp-caption-dd {
  color: #464646;
  font-size: 88%;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 7px;
}

.wysiwyg-style-content .gallery-item {
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

.wysiwyg-style-content .gallery-icon {
  text-align: center;
}

.wysiwyg-style-content .gallery-caption {
  font-size: 90%;
  margin: 0;
  text-align: center;
}

.wysiwyg-style-content .gallery-item img {
  width: 100%;
  padding: 0%;
  margin: 0%;
  float: left;
  height: auto;
}

.wysiwyg-style-content .gallery-columns-1 .gallery-item {
  width: 100%;
  margin: 0%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: auto;
}

.wysiwyg-style-content .gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 1%;
  float: left;
  height: auto;
}

.wysiwyg-style-content .gallery-columns-3 .gallery-item {
  width: 32%;
  margin-left: 1%;
  float: left;
  height: auto;
}

.wysiwyg-style-content .gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 1%;
  float: left;
  height: auto;
}

@media screen and (max-width: 768px) {
  .wysiwyg-style-content {
    padding: 0 4px;
  }

  .wysiwyg-style-content h1,
.wysiwyg-style-content h2,
.wysiwyg-style-content h3,
.wysiwyg-style-content h4,
.wysiwyg-style-content h5,
.wysiwyg-style-content h6 {
    clear: both;
    font-weight: bold;
    line-height: 1.5;
  }

  .wysiwyg-style-content h1 {
    font-size: 18px;
  }

  .wysiwyg-style-content h2 {
    font-size: 16px;
  }

  .wysiwyg-style-content h3 {
    font-size: 14px;
    font-weight: bold;
  }

  .wysiwyg-style-content h4,
.wysiwyg-style-content h5,
.wysiwyg-style-content h6 {
    font-size: 12px;
  }

  .wysiwyg-style-content p {
    font-size: 12px;
    line-height: 1.5;
  }

  .wysiwyg-style-content img {
    width: 100%;
  }

  .wysiwyg-style-content a {
    font-size: 12px;
  }
  .wysiwyg-style-content a[target=_blank]::after {
    width: 13px;
    height: 14px;
    top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .l-inner-lv1 {
    padding: 0 6vw;
  }
  .p-home .c-section-heading {
    margin-bottom: 50px;
  }
  .p-home .c-link-button a p::before {
    width: 6px;
    height: 5px;
    left: -12px;
  }
  .p-home .c-link-button a:hover p::before {
    left: -8px;
  }
  .p-home .c-accordion-button::before {
    right: -6px;
    top: 24px;
  }
  .p-home .c-accordion-button::after {
    right: -6px;
    top: 24px;
  }
}
.p-home-key {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: -1;
}

.p-home-key-wrap {
  width: 100vw;
  height: calc(100vh - 50px);
}

.p-home-key-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-home-key {
    top: 40px;
  }

  .p-home-key-wrap {
    height: calc(100vh - 250px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.p-home-gradation {
  position: relative;
  width: 100%;
}

.p-home-catch {
  width: 100%;
  height: calc(100vh - 150px);
  position: relative;
}

.p-home-catch-info {
  position: absolute;
  top: 24px;
  background: rgba(16, 28, 41, 0.7);
  width: 240px;
  height: 120px;
  text-align: center;
  right: calc(50% - 228px - 240px);
}

.p-home-catch-info-wrap {
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.p-home-catch-info-wrap::before, .p-home-catch-info-wrap::after {
  content: "";
  width: 210px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-home-catch-info-wrap::before {
  height: 13px;
  background-image: url(../images/home/deco_top.png);
  top: 11px;
}
.p-home-catch-info-wrap::after {
  height: 8px;
  background-image: url(../images/home/deco_bottom.png);
  bottom: 15px;
}
.p-home-catch-info-wrap .-access {
  font-size: 13px;
}
.p-home-catch-info-wrap .tel {
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-top: 10px;
  color: #e8ca8a;
  font-weight: 500;
}
.p-home-catch-info-wrap .tel::before {
  content: "";
  width: 18px;
  height: 23px;
  background-image: url(../images/ico/tell_gold.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0px;
}

.p-home-catch-info-content {
  color: #fff;
}

.p-home-catch-wrap {
  position: relative;
  height: calc(100vh - 200px);
  top: 50px;
}

.p-home-catch-image {
  width: 234px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-home-catch-image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 960px) and (max-width: 1099px) {
  .p-home-catch-info {
    right: 81px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .p-home-catch-info {
    right: 74px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-catch {
    height: calc(100vh - 250px);
    margin-top: 40px;
  }

  .p-home-catch-wrap {
    position: relative;
    height: calc(100vh - 250px);
    top: 0px;
  }

  .p-home-catch-image {
    width: 31%;
  }

  .p-home-catch-info {
    display: none;
  }
}
.p-home-gradation.-en .p-home-catch-info-content .tel {
  margin-top: 5px;
}

.p-home-reservation {
  background-image: url(../images/home/reserv_bg.jpg);
  background-repeat: repeat;
  background-position: top;
  background-size: 2960px 300px;
  width: 100%;
  height: 150px;
  padding: 10px 0;
}

.p-home-reservation-wrap {
  border: 1px solid #e8ca8a;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-home-reservation-heading {
  display: inline-block;
  text-align: center;
  margin-right: 50px;
}
.p-home-reservation-heading h3 {
  font-size: 20px;
  color: #fff;
}
.p-home-reservation-heading span {
  font-size: 16px;
  display: block;
  color: #e8ca8a;
  margin-top: 3px;
}

#tripla-searching-app {
  text-align: center;
}
#tripla-searching-app .count-picker-count-picker-wrapper-ca0e7f .count-picker-label-b478f8 {
  color: #0f1213;
  font-size: 16px;
  margin: 3px 0 0;
}
#tripla-searching-app label {
  color: #fff;
  text-align: left;
  font-size: 14px;
  margin-bottom: 2px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
#tripla-searching-app form {
  background: transparent;
  display: inline-block;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#tripla-searching-app form input {
  text-align: left;
  width: 260px !important;
  height: 40px;
}

form.en .button-btn-f51c1a {
  text-indent: 0;
  letter-spacing: 0;
}

.button-btn-f51c1a {
  background-color: #c4664a !important;
  width: 150px;
  font-size: 14px !important;
  height: 40px;
  letter-spacing: 0.5em;
  text-indent: 0.25em;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.search-widget-day-use-wrapper-fc1ff9 {
  text-align: left;
}

#adult-select {
  width: 190px !important;
}

.search-widget-input-34bba0 {
  height: 40px !important;
}

.search-widget-select-75fb48 {
  width: 160px;
  text-align: left;
}

.switch-checkbox-496f6c:checked + .switch-switch-e8f4ca {
  background: #c4664a !important;
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .p-home-reservation-heading {
    margin-right: 30px;
  }
  .p-home-reservation-heading h3 {
    min-width: 100px;
  }

  #tripla-searching-app form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  #tripla-searching-app form input {
    width: 225px !important;
  }

  form.search-widget-search-container-bf1818 {
    width: 570px !important;
  }

  .search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .input-container-input-container-da40af {
    margin-bottom: 10px !important;
  }

  .input-container-input-container-da40af .input-container-slot-239963 {
    margin-right: 10px;
  }

  .search-widget-input-34bba0 {
    width: 120px !important;
  }

  .button-btn-f51c1a {
    width: 100px !important;
    padding: 10px 10px !important;
    margin-bottom: 10px !important;
  }

  .search-widget-search-container-bf1818 .search-widget-day-use-wrapper-fc1ff9 {
    margin-bottom: 0 !important;
    width: 100%;
  }

  #adult-select {
    width: 200px !important;
  }

  .search-widget-input-34bba0 {
    padding: 0 0 0 10px !important;
  }

  .button-btn-f51c1a {
    letter-spacing: 0.3em;
    text-indent: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .p-home-reservation {
    height: auto;
    background-image: url(../images/home/reserv_bg_sp.jpg);
    background-size: 750px 525px;
  }

  .p-home-reservation-wrap {
    display: block;
    padding: 24px 0 28px;
    border-left: none;
    border-right: none;
  }

  .p-home-reservation-heading {
    display: block;
    margin-right: 0;
  }
  .p-home-reservation-heading h3 {
    font-size: 15px;
  }
  .p-home-reservation-heading span {
    font-size: 12px;
  }

  .p-home-reservation-content {
    margin-top: 10px;
  }

  #tripla-searching-app label {
    font-size: 12px;
  }
  #tripla-searching-app form {
    max-width: 350px;
  }
  #tripla-searching-app form input {
    height: 28px;
    font-size: 12px !important;
    width: 100% !important;
    line-height: 1;
  }

  .input-container-input-container-da40af {
    margin-bottom: 7px !important;
  }
  .input-container-input-container-da40af:last-of-type {
    margin-bottom: 7px !important;
  }

  .search-widget-search-container-bf1818 .search-widget-button-wrapper-d2b715 {
    display: inline-block !important;
  }

  .button-btn-f51c1a {
    height: 28px;
    padding: 6px 10px !important;
    margin: 0 auto !important;
  }

  .search-widget-search-container-bf1818 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .search-widget-input-wrapper-eaf5bf {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important;
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .search-widget-two-picker-wrapper-4ca735 {
    width: 100% !important;
  }

  .search-widget-input-34bba0 {
    height: 28px !important;
    line-height: 28px;
  }

  form .search-widget-input-34bba0,
.search-widget-select-75fb48 {
    font-size: 12px !important;
  }

  .search-widget-button-wrapper-d2b715 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
    width: 100% !important;
  }

  .button-btn-f51c1a {
    width: 110px !important;
    letter-spacing: 0.3em;
    text-indent: 0.15em;
  }

  .search-widget-day-use-wrapper-fc1ff9 {
    margin-top: 15px !important;
    text-align: center;
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .search-widget-day-use-wrapper-fc1ff9 .switch-switch-e8f4ca {
    height: 14px !important;
    width: 28px;
  }
  .search-widget-day-use-wrapper-fc1ff9 .switch-switch-e8f4ca::after {
    width: 40%;
  }
  .search-widget-day-use-wrapper-fc1ff9 label {
    font-size: 10px !important;
  }

  .search-widget-search-container-bf1818 .search-widget-day-use-block-da04c0 {
    margin-right: 15px !important;
  }

  #adult-select {
    width: 100% !important;
  }
}
.p-home-news {
  padding: 90px 0 75px;
  background-image: url(../images/common/section_bg.png);
  background-repeat: repeat;
  background-position: top;
  background-size: 740px 760px;
  background-color: #edebe7;
}

.p-home .c-section-heading.p-home-news-heading {
  margin-bottom: 70px;
}

.p-news-content {
  padding: 0 80px;
}

.p-home-news-link-button {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-home-news {
    padding: 30px 0 30px;
  }

  .p-home .c-section-heading.p-home-news-heading {
    margin-bottom: 35px;
  }

  .p-news-date.p-home-news-date {
    margin-bottom: 8px;
  }

  .p-home-news-link-button {
    margin-top: 25px;
  }
}
.p-home-plan {
  padding: 100px 0 100px;
  background-color: #fff;
}
.p-home-plan.-en {
  padding: 100px 0 0;
}

.p-home-plan-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-home-plan-item {
  width: 48.148148%;
  margin-top: 65px;
}
.p-home-plan-item:first-child, .p-home-plan-item:nth-child(2) {
  margin-top: 0;
}

.p-home-plan-image {
  width: 100%;
  padding-top: 57.6923077%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

.p-home-plan-text {
  margin-top: 12px;
  letter-spacing: -0.025em;
  line-height: 1.7;
}

.p-home-plan-wineservice-bnr {
  margin-top: 85px;
}
.p-home-plan-wineservice-bnr .p-home-plan-wineservice-heading {
  font-size: 20px;
  text-align: center;
  margin-bottom: 35px;
}
.p-home-plan-wineservice-bnr a img {
  max-width: 720px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-home-plan {
    padding: 40px 0 40px;
  }
  .p-home-plan.-en {
    padding: 40px 0 0;
  }

  .p-home-plan-list {
    display: block;
  }

  .p-home-plan-item {
    width: 100%;
    margin-top: 30px;
  }
  .p-home-plan-item:nth-child(2) {
    margin-top: 30px;
  }

  .p-home-plan-text {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: -0.025em;
  }

  .p-home-plan-wineservice-bnr {
    margin-top: 35px;
  }
  .p-home-plan-wineservice-bnr .p-home-plan-wineservice-heading {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .p-home-plan-wineservice-bnr a {
    width: 68.1818181818%;
  }
}
.p-home-register {
  background-color: #edebe7;
  padding: 100px 0;
}

.p-home-register-heading {
  font-size: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 54px;
}
.p-home-register-heading h3 {
  display: inline-block;
  padding-right: 50px;
}
.p-home-register-heading h3::after {
  content: "";
  width: 40px;
  height: 44px;
  background-image: url(../images/home/wool_pen.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-home-register-button-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-home-register-button-item {
  max-width: 430px;
  width: 100%;
}
.p-home-register-button-item.c-link-button a {
  width: 100%;
  display: block;
}
.p-home-register-button-item.c-link-button.-friend {
  margin-right: 35px;
}
.p-home-register-button-item.c-link-button.-friend a {
  background-color: #00c300;
  border: 1px solid #00c300;
}
.p-home-register-button-item.c-link-button.-friend a p {
  padding-left: 41px;
}
.p-home-register-button-item.c-link-button.-friend a p::before {
  background-image: url(../images/ico/line.svg);
  width: 32px;
  height: 30px;
  top: -5px;
  left: 0;
}

.p-home-register-button-text {
  margin-top: 12px;
  text-align: left;
  line-height: 1.7;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-home-register {
    padding: 40px 0;
  }

  .p-home-register-heading {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .p-home-register-heading h3 {
    display: inline-block;
    padding-right: 25px;
  }
  .p-home-register-heading h3::after {
    content: "";
    width: 20px;
    height: 22px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p-home-register-button-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-home-register-button-item.c-link-button {
    max-width: 302px;
    width: 100%;
  }
  .p-home-register-button-item.c-link-button a {
    padding: 10px 0;
  }
  .p-home-register-button-item.c-link-button.-friend {
    margin-right: 0px;
    margin-bottom: 22px;
  }
  .p-home-register-button-item.c-link-button.-friend a p {
    padding-left: 25px;
  }
  .p-home-register-button-item.c-link-button.-friend a p::before {
    width: 21px;
    height: 21px;
    top: -2px;
    left: 0;
  }

  .p-home-register-button-text {
    font-size: 10px;
    letter-spacing: -0.02em;
    margin-top: 6px;
  }
}
.p-home-room {
  background-color: #fff;
  padding: 100px 0;
}

.p-home-room-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-home-room-item {
  width: 48.148148%;
  margin-top: 50px;
}
.p-home-room-item.-wide {
  width: 100%;
}
.p-home-room-item.-wide .p-home-room-item-image {
  padding-top: 30.555555555%;
}
.p-home-room-item:first-child, .p-home-room-item:nth-child(2) {
  margin-top: 0;
}

.p-home-room-item-image {
  width: 100%;
  padding-top: 63.46154%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-home-room-item-image.-small-single {
  background-image: url(../images/home/room/room_1.jpg?20250110);
}
.p-home-room-item-image.-single {
  background-image: url(../images/home/room/room_2.jpg?20250110);
}
.p-home-room-item-image.-sup-single {
  background-image: url(../images/home/room/room_3.jpg?20250110);
}
.p-home-room-item-image.-semi-double {
  background-image: url(../images/home/room/room_4.jpg?20250110);
}
.p-home-room-item-image.-double {
  background-image: url(../images/home/room/room_5.jpg?20250110);
}
.p-home-room-item-image.-twin {
  background-image: url(../images/home/room/room_6.jpg?20250110);
}
.p-home-room-item-image.-superior-twin {
  background-image: url(../images/home/room/room_7.jpg?20250110);
}
.p-home-room-item-image.-deluxe-double {
  background-image: url(../images/home/room/room_8.jpg?20250110);
}
.p-home-room-item-image.-triple {
  background-image: url(../images/home/room/room_9.jpg?20250110);
}
.p-home-room-item-image.-deluxe-triple {
  background-image: url(../images/home/room/room_10.jpg?20250110);
}

.p-home-room-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-home-room-item-size {
  font-size: 16px;
}

.p-home-room-item-button-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-home-room-link-button-item.c-link-button {
  width: 100px;
}
.p-home-room-link-button-item.c-link-button a {
  width: 100px;
  height: 45px;
  padding: 9px 0;
}
.p-home-room-link-button-item.c-link-button a p {
  padding-left: 15px;
  font-size: 15px;
}
.p-home-room-link-button-item.c-link-button a p::before {
  left: 0;
  top: 6px;
}
.p-home-room-link-button-item.c-link-button a:hover p::before {
  left: 6px;
}
.p-home-room-link-button-item.-detail a {
  background-color: #f0f0f0;
  color: #101c29;
}
.p-home-room-link-button-item.-detail a p::before {
  background-image: url(../images/ico/arrows_right_bl.svg);
}

@media screen and (max-width: 768px) {
  .p-home-room {
    padding: 40px 0 40px;
  }
  .p-home-room.-en {
    padding: 60px 0 40px;
  }

  .p-home-room-list {
    display: block;
  }

  .p-home-room-item {
    width: 100%;
    margin-top: 22px;
  }
  .p-home-room-item:nth-child(2) {
    margin-top: 22px;
  }

  .p-home-room-item-size {
    font-size: 12px;
  }

  .p-home-room-link-button-item.c-link-button {
    width: 60px;
  }
  .p-home-room-link-button-item.c-link-button a {
    width: 60px;
    height: 30px;
    padding: 4px 0;
  }
  .p-home-room-link-button-item.c-link-button a p {
    padding-left: 11px;
    font-size: 11px;
  }
  .p-home-room-link-button-item.c-link-button a p::before {
    top: 4px;
    width: 6px;
    height: 5px;
  }
  .p-home-room-link-button-item.c-link-button a:hover p::before {
    left: 4px;
  }
}
.p-home-service {
  background-color: #edebe7;
  padding: 100px 0;
}

.p-home-service-item img {
  width: 100%;
}

.p-home-service .slick-slide {
  margin: 0 20px;
}

.p-home-service-item-text {
  font-size: 16px;
  margin-top: 11px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-home-service {
    padding: 40px 0 40px;
  }

  .p-home-service .slick-slide {
    margin: 0 6px;
  }

  .p-home-service-item-text {
    font-size: 12px;
    margin-top: 7px;
  }
}
.p-home-qa {
  background-color: #fff;
  padding: 110px 0 130px;
}

.p-home-qa-link-button {
  margin-top: 110px;
}

.p-home-qa.-en .p-home-qa-link-button a {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .p-home-qa {
    padding: 40px 0;
  }
  .p-home-qa .p-qa-item-content {
    padding: 10px 25px 25px 25px;
  }
  .p-home-qa .p-qa-item-content-text::before {
    left: -23px;
  }
  .p-home-qa .p-qa-item-heading {
    padding-left: 25px;
  }
  .p-home-qa .p-qa-item-title::before {
    left: -23px;
  }

  .p-home-qa-link-button {
    margin-top: 40px;
  }

  .p-home-qa.-en .p-home-qa-link-button a {
    width: 300px;
  }
}
.p-home-insta {
  background-color: #edebe7;
  padding: 100px 0;
}

.p-home-insta-heading {
  margin-bottom: 70px;
}
.p-home-insta-heading h3 {
  font-size: 30px;
  position: relative;
  display: inline-block;
  padding-left: 33px;
}
.p-home-insta-heading h3::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/ico/insta.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}

.p-home-insta-item {
  margin-right: 4px;
}
.p-home-insta-item a {
  width: 215px;
  height: 215px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .p-home-insta-content {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-home-insta {
    padding: 40px 0;
  }

  .p-home-insta-heading.c-section-heading {
    margin-bottom: 35px;
  }
  .p-home-insta-heading h3 {
    font-size: 15px;
    padding-left: 16px;
  }
  .p-home-insta-heading h3::before {
    width: 13px;
    height: 13px;
    top: 3px;
  }

  .p-home-insta-item a {
    width: 138px;
    height: 138px;
  }
}
.p-home-plan-mariage-bnr {
  margin-bottom: 85px;
}
.p-home-plan-mariage-bnr a img {
  width: 100%;
}

.p-home-plan-item:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .p-home-plan-mariage-bnr {
    margin-bottom: 35px;
  }

  .p-home-plan-item:nth-child(3) {
    margin-top: 30px;
  }
}
.p-room-heading {
  background-image: url(../images/room/page_heading_bg_room.jpg);
}

.p-room-heading-title {
  text-shadow: 6px 6px 10px #444;
}

.p-room-heading-read {
  text-shadow: 4px 4px 8px #444;
}

.p-room-info-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-room-info-item {
  width: 200px;
  margin-right: 3.2%;
}
.p-room-info-item:last-child {
  margin-right: 0;
}

.p-room-info-item-card {
  width: 100%;
  min-height: 160px;
  background-color: #fff;
  border: 1px solid #d4d5d4;
  border-radius: 4px;
}

.p-room-info-item-image {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 10px auto 0;
}
.p-room-info-item-image.-check {
  background-image: url(../images/room/info_check.svg);
  width: 20.5%;
  padding-top: 33%;
}
.p-room-info-item-image.-wifi {
  width: 35.5%;
  padding-top: 35%;
  background-image: url(../images/room/info_wifi.svg);
}
.p-room-info-item-image.-mat {
  width: 40.5%;
  padding-top: 29%;
  background-image: url(../images/room/info_mat.svg);
}

.p-room-info-item-text {
  text-align: center;
  line-height: 1.6;
}
.p-room-info-item-text.-check {
  display: block;
  padding-top: 20px;
}
.p-room-info-item-text.-check ul {
  display: inline-block;
}
.p-room-info-item-text.-check ul li {
  text-align: left;
}
.p-room-info-item-text.-check ul li::before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: bottom;
  margin-right: 10px;
}
.p-room-info-item-text.-check ul li.-in::before {
  width: 26px;
  height: 21px;
  background-image: url(../images/room/info_in.svg);
}
.p-room-info-item-text.-check ul li.-out::before {
  width: 29px;
  height: 21px;
  background-image: url(../images/room/info_out.svg);
}
.p-room-info-item-text.-wifi {
  padding-top: 16px;
}
.p-room-info-item-text.-mat {
  padding-top: 15px;
}

.p-room-link {
  margin-top: 40px;
}

.p-room-link-list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-room-link-item {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 1px solid #bfbebc;
  margin: 20px 20px 0;
}
.p-room-link-item.-space {
  width: 100%;
  border-bottom: none;
  margin: 0%;
}
.p-room-link-item:last-child {
  margin-right: 0;
}
.p-room-link-item a {
  padding-right: 20px;
}

.p-room.-en .p-room-info-item-card {
  min-height: 200px;
}
.p-room.-en .p-room-info-item-text.-check {
  display: block;
  padding-top: 40px;
}
.p-room.-en .p-room-info-item-text.-wifi {
  padding-top: 42px;
}
.p-room.-en .p-room-info-item-text.-mat {
  padding-top: 15px;
}

@media screen and (max-width: 819px) {
  .p-room-link-item:last-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-heading-title {
    text-shadow: 3px 3px 8px #444;
  }

  .p-room-heading-read {
    text-shadow: 3px 3px 6px #444;
  }

  .p-room-info-list {
    margin-top: 50px;
  }

  .p-room-info-item {
    width: 32%;
    margin-right: 2%;
  }

  .p-room-info-item-image {
    margin: 20px auto 0;
  }

  .p-room-info-item-text {
    font-size: 10px;
  }
  .p-room-info-item-text.-check ul li::before {
    content: none;
  }

  .p-room-link-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-room-link-item {
    width: 48%;
    font-size: 12px;
    margin: 20px 0 0;
  }
  .p-room-link-item.-space {
    display: none;
  }
  .p-room-link-item:last-child {
    margin-right: 0;
  }

  .p-room.-en .p-room-info-item-card {
    min-height: 180px;
  }
  .p-room.-en .p-room-info-item-text.-check {
    display: block;
    padding-top: 20px;
  }
  .p-room.-en .p-room-info-item-text.-wifi {
    padding-top: 16px;
  }
  .p-room.-en .p-room-info-item-text.-mat {
    padding-top: 15px;
  }
}
@media screen and (max-width: 540px) {
  .p-room-info-item-text.-check {
    padding-top: 30px;
  }
  .p-room-info-item-text.-wifi {
    padding-top: 26px;
  }
  .p-room-info-item-text.-mat {
    padding-top: 25px;
  }

  .p-room-info-item-card {
    min-height: 140px;
  }
}
.p-room-type-wrap {
  padding: 105px 0 35px;
}

.p-room-type-wrap#link-semi .p-room-type-heading, .p-room-type-wrap#link-w-b .p-room-type-heading {
  margin-bottom: 60px;
}

.p-room-type-read {
  font-size: 16px;
  line-height: 1.75;
}

.p-room-type-notice {
  margin-top: 30px;
}
.p-room-type-notice p {
  color: #e71526;
  text-align: center;
  font-weight: 700;
}

.p-room-type-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-room-type-slider-wrap {
  width: 67.592593%;
}

.p-room-type-main-slider-item {
  width: 100%;
  padding-top: 65.753425%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-room-type-thumb-slider {
  width: 52.054795%;
  margin-top: 20px;
}
.p-room-type-thumb-slider.-right-body {
  margin-left: auto;
}
.p-room-type-thumb-slider.-left-body {
  margin-right: auto;
}

.p-room-type-thumb-slider-item {
  width: 100%;
  padding-top: 70.434783%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-room-type-thumb-slider-item:hover {
  opacity: 0.6;
}

.p-room-type-info-wrap {
  width: 34.2407407%;
  padding-top: 15px;
}
.p-room-type-info-wrap.-right-body {
  padding-left: 2.5%;
}
.p-room-type-info-wrap.-left-body {
  padding-right: 2.5%;
}

.p-room-type-info-list {
  margin-top: 40px;
}

.p-room-type-info-item {
  padding: 15px 0 13px;
  border-top: 1px solid #dddcdb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-room-type-info-item:last-child {
  border-bottom: 1px solid #dddcdb;
}
.p-room-type-info-item:nth-of-type(odd) {
  background-color: #f8f7f6;
}

.p-room-type-info-item-child.-title {
  width: 45%;
  padding-left: 20px;
}
.p-room-type-info-item-child.-detail {
  width: 55%;
}
.p-room-type-info-item-child .p-room-type-size {
  display: block;
}
.p-room-type-info-item-child .p-room-type-size + .p-room-type-size {
  margin-top: 10px;
}

.p-room-type-info-facility {
  margin-top: 40px;
}

.p-room-type-info-facility-title {
  font-size: 16px;
}

.p-room-type-info-facility-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-room-type-info-facility-item {
  width: 55px;
  height: 55px;
  margin-top: 10px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-room-type-info-facility-item:nth-of-type(5n) {
  margin-right: 0;
}
.p-room-type-info-facility-item.-tv {
  background-image: url(../images/room/ico/ico_tv.svg);
}
.p-room-type-info-facility-item.-cold {
  background-image: url(../images/room/ico/ico_cold.svg);
}
.p-room-type-info-facility-item.-wifi {
  background-image: url(../images/room/ico/ico_wifi.svg);
}
.p-room-type-info-facility-item.-lan {
  background-image: url(../images/room/ico/ico_lan.svg);
}
.p-room-type-info-facility-item.-dry {
  background-image: url(../images/room/ico/ico_dry.svg);
}
.p-room-type-info-facility-item.-pod {
  background-image: url(../images/room/ico/ico_pod.svg);
}
.p-room-type-info-facility-item.-tea {
  background-image: url(../images/room/ico/ico_tea.svg);
}
.p-room-type-info-facility-item.-wc {
  background-image: url(../images/room/ico/ico_wc.svg);
}
.p-room-type-info-facility-item.-spray {
  background-image: url(../images/room/ico/ico_spray.svg);
}
.p-room-type-info-facility-item.-air {
  background-image: url(../images/room/ico/ico_air.svg);
}
.p-room-type-info-facility-item.-tell {
  background-image: url(../images/room/ico/ico_tell.svg);
}
.p-room-type-info-facility-item.-tell {
  background-image: url(../images/room/ico/ico_nosmoking.svg);
}

.p-room-type-info-link-button {
  margin-top: 40px;
}

.p-room.-en .p-room-type-info-facility-item.-tv {
  background-image: url(../images/room/ico/ico_tv_en.svg);
}
.p-room.-en .p-room-type-info-facility-item.-cold {
  background-image: url(../images/room/ico/ico_cold_en.svg);
}
.p-room.-en .p-room-type-info-facility-item.-wifi {
  background-image: url(../images/room/ico/ico_wifi_en.svg);
}
.p-room.-en .p-room-type-info-facility-item.-lan {
  background-image: url(../images/room/ico/ico_lan_en.svg);
}
.p-room.-en .p-room-type-info-facility-item.-dry {
  background-image: url(../images/room/ico/ico_dry_en.svg);
}
.p-room.-en .p-room-type-info-facility-item.-pod {
  background-image: url(../images/room/ico/ico_pod_en.svg);
}
.p-room.-en .p-room-type-info-facility-item.-tea {
  background-image: url(../images/room/ico/ico_tea_en.svg);
}
.p-room.-en .p-room-type-info-facility-item.-wc {
  background-image: url(../images/room/ico/ico_wc_en.svg);
}
.p-room.-en .p-room-type-info-facility-item.-spray {
  background-image: url(../images/room/ico/ico_spray_en.svg);
}
.p-room.-en .p-room-type-info-facility-item.-air {
  background-image: url(../images/room/ico/ico_air_en.svg);
}
.p-room.-en .p-room-type-info-facility-item.-tell {
  background-image: url(../images/room/ico/ico_tell_en.svg);
}
.p-room.-en .p-room-type-info-facility-item.-tell {
  background-image: url(../images/room/ico/ico_nosmoking_en.svg);
}

@media screen and (max-width: 1079px) {
  .p-room-type-info-facility-item:nth-of-type(5n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-room-type-content {
    padding: 0 2.65vw;
  }

  .p-room-type-wrap#link-semi .p-room-type-heading, .p-room-type-wrap#link-w-b .p-room-type-heading {
    margin-bottom: 45px;
  }

  .p-room-type-wrap {
    padding: 70px 0 0;
  }

  .p-room-type-title {
    margin-bottom: 35px;
    font-size: 15px;
  }

  .p-room-type-notice {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-room-type-notice p {
    font-size: 12px;
    margin-top: 0;
  }

  .p-room-type-read {
    font-size: 12px;
  }

  .p-room-type-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-room-type-slider-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-room-type-thumb-slider.-right-body {
    margin-right: auto;
  }
  .p-room-type-thumb-slider.-left-body {
    margin-left: auto;
  }

  .p-room-type-info-item {
    font-size: 12px;
  }

  .p-room-type-info-wrap {
    width: 100%;
    padding-top: 25px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-room-type-info-wrap.-right-body {
    padding-left: 0;
  }
  .p-room-type-info-wrap.-left-body {
    padding-right: 0;
  }

  .p-room-type-info-list {
    margin-top: 0;
  }

  .p-room-type-info-facility {
    margin-top: 25px;
  }

  .p-room-type-info-facility-title {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
  }

  .p-room-type-info-facility-item {
    width: 15%;
    height: 15%;
    padding-top: 15%;
    margin: 10px 2.5% 0;
  }
  .p-room-type-info-facility-item:nth-of-type(5n) {
    margin-right: 2.5%;
  }

  .p-room-type-info-link-button {
    margin-top: 25px;
  }
}
.p-room-amenity {
  margin-top: 215px;
  padding-bottom: 260px;
  background-color: #f1efec;
}

.p-room-amenity-heading {
  background-image: url(../images/room/amenity_bg.jpg);
}

.p-room-amenity-title {
  padding-top: 140px;
  text-shadow: 5px 4px 15px #555;
}

.p-room-amenity-wrap {
  margin-top: 60px;
}

.p-room-amenity-wrap-title {
  font-size: 24px;
  text-align: center;
}

.p-room-amenity-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-room-amenity-item {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.p-room-amenity-item.-space {
  width: 100%;
}
.p-room-amenity-item.-space::before {
  content: none;
}
.p-room-amenity-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #101c29;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-room-amenity-pic-wrap {
  margin-top: 50px;
}

.p-room-amenity-pic-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-room-amenity-pic-item {
  width: 20.37037%;
}

.p-room-amenity-pic-image {
  width: 100%;
  padding-top: 65.909091%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-room-amenity-pic-title {
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-room-amenity {
    margin-top: 100px;
    padding-bottom: 120px;
  }

  .p-room-amenity-heading {
    background-image: url(../images/room/amenity_bg_sp.jpg);
  }

  .p-room-amenity-title {
    padding-top: 80px;
  }

  .p-room-amenity-wrap {
    margin-top: 35px;
  }

  .p-room-amenity-wrap-title {
    font-size: 15px;
    text-align: left;
  }

  .p-room-amenity-list {
    margin-top: 25px;
    display: block;
  }

  .p-room-amenity-pic-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-room-amenity-item {
    font-size: 12px;
  }

  .p-room-amenity-pic-item {
    width: 48%;
    margin-bottom: 15px;
  }

  .p-room-amenity-pic-image {
    padding-top: 62.5%;
  }

  .p-room-amenity-pic-title {
    font-size: 12px;
    margin-top: 15px;
  }

  .p-room.-en .p-room-amenity-item::before {
    top: 8px;
    -webkit-transform: none;
    transform: none;
  }
}
.p-news-heading {
  height: 250px;
  background-image: url(../images/news/page_heading_bg_news.jpg);
}

.p-news-pagenation {
  margin-top: 180px;
}

.p-news-archive-link {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  .p-news-heading {
    height: 90px;
  }

  .p-news-pagenation {
    margin-top: 130px;
  }

  .p-news-archive-link {
    margin-top: 90px;
  }
}
.p-home-news .p-news-content {
  padding: 0px 80px;
}

.p-news .p-news-content {
  padding: 140px 80px 185px;
}
.p-news .p-news-item-heading {
  pointer-events: none;
}
.p-news .p-news-item-heading.c-accordion-button::before, .p-news .p-news-item-heading.c-accordion-button::after {
  content: none;
}
.p-news .p-news-title a {
  pointer-events: all !important;
}
.p-news .p-news-item-content {
  display: block;
}

.p-news-item-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 1.5;
}

.p-news-date {
  width: 90px;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 500;
}

.p-news-title {
  font-size: 16px;
}
.p-news-title a {
  display: inline-block;
  color: #c4664a;
  position: relative;
}
.p-news-title a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c4664a;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.p-news-title a[target=_blank]::after {
  content: "";
  width: 15px;
  height: 16px;
  background-image: url(../images/ico/ico_external_bl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: bottom;
  position: absolute;
  right: -23px;
  top: 3px;
}

.p-news-item-content {
  padding: 15px 40px 35px 115px;
}

@media screen and (max-width: 768px) {
  .p-home-news .p-news-content {
    padding: 0;
  }

  .p-news .p-news-content {
    padding: 60px 0 125px;
  }
  .p-news .p-news-item-heading {
    pointer-events: all;
  }
  .p-news .p-news-item-heading.c-accordion-button::before, .p-news .p-news-item-heading.c-accordion-button::after {
    content: "";
  }
  .p-news .p-news-item-content {
    display: none;
  }

  .p-news-item-heading {
    display: block;
  }

  .p-news-date {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .p-news-title {
    font-size: 12px;
  }
  .p-news-title a[target=_blank]::after {
    width: 13px;
    height: 14px;
    top: 2px;
  }

  .p-news-item-content {
    padding: 15px 25px 35px 0;
  }
}
.p-qa .p-qa-content {
  padding-top: 80px;
  padding-bottom: 230px;
}

@media screen and (max-width: 768px) {
  .p-qa .p-qa-content {
    padding-top: 50px;
    padding-bottom: 110px;
  }
}
.p-qa-content {
  padding: 0 80px;
}

.p-qa-item-heading {
  padding-left: 65px;
  line-height: 1.5;
}

.p-qa-item-title {
  font-size: 16px;
  position: relative;
}
.p-qa-item-title::before {
  font-size: 18px;
  font-weight: 500;
  content: "Q";
  position: absolute;
  top: -2px;
  left: -38px;
}

.p-qa-item-content {
  padding: 15px 40px 35px 65px;
}

.p-qa-item-content-text {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
.p-qa-item-content-text::before {
  font-size: 18px;
  font-weight: 500;
  color: #c4664a;
  content: "A";
  position: absolute;
  top: -2px;
  left: -38px;
}

@media screen and (max-width: 768px) {
  .p-qa-content {
    padding: 0;
  }

  .p-qa-item-heading {
    padding-left: 20px;
  }

  .p-qa-item-title {
    font-size: 12px;
  }
  .p-qa-item-title::before {
    font-size: 14px;
    top: -2px;
    left: -18px;
  }

  .p-qa-item-content {
    padding: 15px 25px 35px 20px;
  }

  .p-qa-item-content-text {
    font-size: 12px;
  }
  .p-qa-item-content-text::before {
    font-size: 14px;
    top: -2px;
    left: -18px;
  }
}
.p-qa-heading {
  height: 250px;
  background-image: url(../images/faq/page_heading_bg_qa.jpg);
}

.p-qa-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-qa-link-item {
  width: 180px;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 1px solid #bfbebc;
  margin-right: 40px;
}
.p-qa-link-item:last-child {
  margin-right: 0;
}

.p-qa-wrap-heading {
  padding: 85px 0 110px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-qa-heading {
    height: 90px;
    background-image: url(../images/faq/page_heading_bg_qa_sp.jpg);
  }

  .p-qa-link-item {
    width: 130px;
    font-size: 12px;
  }

  .p-qa-wrap-heading {
    padding: 60px 0 70px;
  }
}
.p-service-heading {
  background-image: url(../images/service/page_heading_bg_service.jpg);
}

.p-service-heading-read {
  text-shadow: 2px 2px 14px #000;
}

@media screen and (max-width: 768px) {
  .p-service-link {
    margin-top: 40px;
  }

  .p-service-link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-service-link-item {
    width: 30%;
    font-size: 12px;
    line-height: 1.6;
    border-bottom: 1px solid #bfbebc;
    margin: 0 10px;
  }
}
.p-service-explanation {
  margin-bottom: 150px;
}

.p-service-explanation-wrap {
  padding: 105px 0 0;
}

.p-service-front-main-slider-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-service-front-main-slider-item {
  width: 48.611111%;
}

.p-service-front-main-slider-image {
  width: 100%;
  padding-top: 65.714286%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-service-front-text {
  margin-top: 25px;
}

@media screen and (min-width: 769px) {
  .-txtAdjust {
    letter-spacing: -0.02em;
    margin-right: -0.5em;
  }
}
.p-service-type-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-service-type-item {
  width: 48.611111%;
  margin-bottom: 60px;
}

.p-service-type-item-title h3 {
  margin-bottom: 10px;
}

.p-service-type-item-image {
  width: 100%;
  padding-top: 70.588235%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-service-type-item-text {
  line-height: 1.5;
  padding: 10px 0 0;
}

@media screen and (min-width: 769px) {
  .p-service-type-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service-explanation {
    margin-bottom: 70px;
    padding: 0 2.65vw;
  }

  .p-service-explanation-wrap {
    padding: 65px 0 0;
  }

  .p-service-explanation-title {
    font-size: 16px;
  }

  .p-service-front-main-slider-list {
    display: block;
  }

  .p-service-front-main-slider-item {
    width: 100%;
  }
  .p-service-front-main-slider-item:last-child {
    margin-top: 65px;
  }

  .p-service-front-text {
    text-align: center;
    font-size: 12px;
    text-indent: 0;
    line-height: 1.5;
    padding: 0 2.65vw;
  }

  .p-service-type-list {
    display: block;
  }

  .p-service-type-item {
    width: 100%;
  }
  .p-service-type-item:last-child {
    margin-bottom: 0;
  }

  .p-service-type-item-title {
    text-align: center;
  }
  .p-service-type-item-title h3 {
    margin-bottom: 15px;
  }

  .p-service-type-item-text {
    text-align: center;
    font-size: 12px;
  }
}
.p-service-massage-heading {
  background-image: url(../images/service/massage_bg.jpg);
}

.p-service-massage-wrap-heading {
  margin-bottom: 0;
}

.p-service-massage-title {
  font-size: 30px;
  margin: 80px 0 50px;
}

.p-service-massage-read {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.p-service-massage-menu {
  margin-top: 80px;
}

.p-service-massage-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-service-massage-item {
  width: 340px;
  margin-bottom: 60px;
  margin-right: 30px;
}
.p-service-massage-item:nth-of-type(3n) {
  margin-right: 0;
}
.p-service-massage-item:last-child .p-service-massage-list-child {
  padding: 10px 0;
  border-top: none;
}
.p-service-massage-item:last-child .p-service-massage-list-child:last-child {
  border-bottom: none;
}
.p-service-massage-item:last-child .p-service-massage-list-child:nth-of-type(odd) {
  background-color: #fff;
}
.p-service-massage-item:last-child .p-service-massage-item-child {
  width: 30%;
}
.p-service-massage-item:last-child .p-service-massage-item-child:first-child {
  width: 40%;
  padding-left: 5px;
}

.p-service-massage-item-title {
  font-size: 16px;
  font-weight: 500;
  padding: 0 5px;
}

.p-service-massage-item-text {
  margin: 25px 0;
  padding: 0 5px;
}
.p-service-massage-item-text.-en-mgb {
  margin-bottom: 9px;
}

.p-service-massage-list-child {
  padding: 15px 0 13px;
  border-top: 1px solid #dddcdb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-service-massage-list-child:last-child {
  border-bottom: 1px solid #dddcdb;
}
.p-service-massage-list-child:nth-of-type(odd) {
  background-color: #f8f7f6;
}

.p-service-massage-item-child:first-child {
  width: 45%;
  padding-left: 20px;
}
.p-service-massage-item-child:nth-child(2) {
  width: 55%;
}

.p-service-massage-notes {
  padding: 10px 5px;
}

@media screen and (max-width: 1099px) {
  .p-service-massage-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-service-massage-item {
    margin: 0 15px 60px;
  }
  .p-service-massage-item:nth-of-type(3n) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-massage {
    padding: 0 2.65vw;
  }

  .p-service-massage-heading {
    background-image: url(../images/service/massage_bg_sp.jpg);
  }

  .p-service-massage-title {
    font-size: 15px;
    margin: 50px 0 25px;
  }

  .p-service-massage-read {
    font-size: 12px;
  }

  .p-service-massage-menu {
    margin-top: 50px;
  }

  .p-service-massage-list {
    display: block;
  }

  .p-service-massage-item {
    width: 100%;
    margin: 0 0 50px;
  }
  .p-service-massage-item:last-child .p-service-massage-list-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-service-massage-item:last-child .p-service-massage-item-child {
    width: 20%;
  }
  .p-service-massage-item:last-child .p-service-massage-item-child:first-child {
    width: 40%;
    padding-left: 0;
  }

  .p-service-massage-item-title {
    text-align: center;
    font-size: 12px;
    padding: 0;
  }

  .p-service-massage-item-text {
    text-align: center;
    font-size: 10px;
    padding: 0;
    margin: 15px 0 20px;
  }
  .p-service-massage-item-text.-en-mgb {
    margin-bottom: 20px;
  }

  .p-service-massage-list-child {
    font-size: 12px;
  }

  .p-service-massage-notes {
    text-align: center;
    font-size: 12px;
    padding: 10px 0 0;
  }
}
.p-service-facilities {
  padding: 50px 0 200px;
}

.p-service-facilities-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-service-facilities-item {
  width: 340px;
  margin-right: 30px;
  margin-bottom: 40px;
}
.p-service-facilities-item:nth-of-type(3n) {
  margin-right: 0;
}

.p-service-facilities-item-title h3 {
  margin-bottom: 10px;
}

.p-service-facilities-item-image {
  width: 100%;
  padding-top: 70.588235%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-service-facilities-item-text {
  line-height: 1.5;
  padding: 10px 0 0;
}

@media screen and (max-width: 1099px) {
  .p-service-facilities-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-service-facilities-item {
    margin: 0 15px;
  }
  .p-service-facilities-item:nth-of-type(3) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-facilities {
    padding: 20px 2.65vw 140px;
  }

  .p-service-facilities-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-service-facilities-item {
    width: 48%;
    margin: 0;
  }
  .p-service-facilities-item:nth-of-type(3) {
    margin-right: 0;
  }

  .p-service-facilities-item-title {
    text-align: center;
  }
  .p-service-facilities-item-title h3 {
    margin-bottom: 0;
    margin-top: 15px;
  }

  .p-service-facilities-item-text {
    text-align: center;
    font-size: 10px;
    padding: 15px 0;
  }
}
.p-sightseeing-heading {
  background-image: url(../images/sightseeing/page_heading_bg_sightseeing.jpg);
}

.p-sightseeing-heading-read {
  text-shadow: 2px 2px 14px #000;
}

.p-sightseeing-spot-wrap {
  padding: 105px 0 35px;
}
.p-sightseeing-spot-wrap:first-child .p-sightseeing-spot-item.-space {
  display: none;
  background-color: transparent;
}
.p-sightseeing-spot-wrap:first-child .p-sightseeing-spot-item:nth-of-type(even) {
  background-color: #f1efec;
}
.p-sightseeing-spot-wrap:last-child {
  padding: 105px 0 160px;
}
.p-sightseeing-spot-wrap:last-child .p-sightseeing-spot-item:nth-of-type(odd) {
  background-color: #f1efec;
}

.p-sightseeing-spot-wrap-heading {
  margin-bottom: 100px;
}

.p-sightseeing-spot-title h2 {
  font-size: 24px;
}
.p-sightseeing-spot-title h2 span {
  font-size: 18px;
}

.p-sightseeing-spot-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-sightseeing-spot-item {
  width: 360px;
  min-height: 600px;
  position: relative;
}
.p-sightseeing-spot-item.-space {
  display: none;
  background-color: transparent;
}

.p-sightseeing-spot-item-image {
  width: 100%;
  padding-top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-sightseeing-spot-item-heaging {
  min-height: 160px;
  padding: 35px 25px 30px 20px;
  pointer-events: none;
}
.p-sightseeing-spot-item-heaging.c-accordion-button::before, .p-sightseeing-spot-item-heaging.c-accordion-button::after {
  content: none;
}

.p-sightseeing-spot-item-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-left: 5px;
}

.p-sightseeing-spot-item-access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.p-sightseeing-spot-item-access p {
  width: calc(100% - 90px);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-sightseeing-spot-item-access p:first-child {
  width: 90px;
  letter-spacing: 0;
}

.p-sightseeing-spot-item-content {
  padding: 0 25px;
  display: block;
}

.p-sightseeing-spot-item-text {
  line-height: 1.6;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}

.p-sightseeing-spot-item-link {
  position: absolute;
}

.p-sightseeing-spot.-jp .p-sightseeing-spot-item-link {
  top: 520px;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-link.-admg {
  top: 550px;
}

.p-sightseeing-spot-item-link-button {
  margin-bottom: 10px;
}
.p-sightseeing-spot-item-link-button:last-child {
  margin-bottom: 0;
}
.p-sightseeing-spot-item-link-button a {
  display: inline-block;
  color: #c4664a;
  position: relative;
  margin-left: 15px;
}
.p-sightseeing-spot-item-link-button a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.p-sightseeing-spot-item-link-button a.-map::before {
  width: 9px;
  height: 13px;
  background-image: url(../images/ico/pin_orange.svg);
  top: 3px;
  left: -15px;
}
.p-sightseeing-spot-item-link-button a.-web::before {
  width: 10px;
  height: 8px;
  background-image: url(../images/ico/arrows_right_orange.svg);
  top: 5px;
  left: -15px;
}
.p-sightseeing-spot-item-link-button a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c4664a;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.p-sightseeing-spot.-en .p-sightseeing-spot-item-link {
  bottom: 15px;
}

@media screen and (max-width: 1099px) {
  .p-sightseeing-spot-wrap:first-child .p-sightseeing-spot-item.-space {
    display: block;
    background-color: transparent;
  }

  .p-sightseeing-spot-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-sightseeing-spot-item.-space {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-sightseeing-spot {
    padding: 0 2.65vw;
  }

  .p-sightseeing-spot-wrap {
    padding: 65px 0 0;
  }
  .p-sightseeing-spot-wrap:first-child .p-sightseeing-spot-item.-space {
    display: none;
  }
  .p-sightseeing-spot-wrap:last-child {
    padding: 65px 0 80px;
  }

  .p-sightseeing-spot-wrap-heading {
    margin-bottom: 50px;
  }

  .p-sightseeing-spot-title h2 {
    font-size: 15px;
  }
  .p-sightseeing-spot-title h2 span {
    font-size: 12px;
  }

  .p-sightseeing-spot-list {
    display: block;
  }

  .p-sightseeing-spot-item {
    width: 100%;
    min-height: auto;
  }
  .p-sightseeing-spot-item.-space {
    display: none;
  }

  .p-sightseeing-spot-item-heaging {
    min-height: auto;
    padding: 20px 20px 20px 15px;
    pointer-events: all;
  }
  .p-sightseeing-spot-item-heaging.c-accordion-button::before, .p-sightseeing-spot-item-heaging.c-accordion-button::after {
    content: "";
  }

  .p-sightseeing-spot-item-title {
    width: calc(100% - 30px);
    font-size: 13px;
  }

  .p-sightseeing-spot-item-access {
    margin-top: 15px;
  }
  .p-sightseeing-spot-item-access p {
    font-size: 12px;
    width: calc(100% - 80px);
  }
  .p-sightseeing-spot-item-access p:first-child {
    width: 80px;
  }

  .p-sightseeing-spot-item-content {
    padding: 0 15px;
    display: none;
  }

  .p-sightseeing-spot-item-text {
    margin-bottom: 50px;
  }

  .p-sightseeing-spot-item-link {
    position: static;
    padding-bottom: 50px;
  }
}
.p-sightseeing-map {
  margin-top: 65px;
}
.p-sightseeing-map img {
  height: 250px;
}
.p-sightseeing-map #map {
  height: 450px;
}

@media screen and (max-width: 768px) {
  .p-sightseeing-map img {
    height: 150px;
  }
  .p-sightseeing-map #map {
    height: 250px;
  }
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-wrap:first-child .p-sightseeing-spot-item:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-wrap:last-child .p-sightseeing-spot-item:nth-of-type(even) {
  background-color: #f9f9f9;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item {
  min-height: auto;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item.-near-sky-tree .p-sightseeing-spot-item-title h3 {
  letter-spacing: 0.01em;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-wrap {
  padding-top: 50px;
  margin-top: -50px;
  pointer-events: none;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-heaging {
  padding: 45px 15px 0px 15px;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-title {
  margin-bottom: 30px;
  padding-left: 0;
  text-align: center;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-image {
  padding-top: 84.8484848484%;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-content {
  padding: 25px 25px 10px 30px;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-text {
  margin-bottom: 30px;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-site {
  margin-bottom: 30px;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-site .p-sightseeing-spot-item-site-title {
  font-size: 16px;
  text-indent: -10px;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-site .p-sightseeing-spot-item-site-link {
  margin-top: 3px;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-site .p-sightseeing-spot-item-site-link a {
  position: relative;
  z-index: 10;
  word-break: break-all;
  line-height: 1.6;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-access {
  display: block;
  margin-bottom: 30px;
  margin-top: 0;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-access .p-sightseeing-spot-item-access-title {
  font-size: 16px;
  text-indent: -10px;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-access .p-sightseeing-spot-item-access-content {
  width: 100%;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-link {
  position: static;
  top: auto;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-link a {
  pointer-events: auto;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-content {
  position: relative;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-more-link-wrap {
  text-align: center;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-more-link {
  display: inline-block;
  margin: 15px auto 35px;
  padding: 10px 15px;
  border: 0;
  cursor: pointer;
  pointer-events: auto;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-more-link.c-accordion-button {
  color: #707070;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-more-link.c-accordion-button::before {
  top: 18px;
  left: 0px;
  background-color: #707070;
  width: 10px;
}
.p-sightseeing-spot.-jp .p-sightseeing-spot-item-more-link.c-accordion-button::after {
  top: 18px;
  left: 0px;
  background-color: #707070;
  width: 10px;
}

@media screen and (max-width: 768px) {
  .p-sightseeing-map {
    margin-top: 55px;
  }

  .p-sightseeing-spot.-jp .p-sightseeing-spot-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-wrap {
    padding-top: 40px;
    margin-top: -40px;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-heaging {
    padding: 30px 15px 0 15px;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-title {
    margin-bottom: 20px;
    width: 100%;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-content {
    display: block;
    font-size: 12px;
    padding: 20px 20px 10px 20px;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-text {
    margin-bottom: 20px;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-site {
    margin-bottom: 20px;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-site .p-sightseeing-spot-item-site-title {
    font-size: 13px;
    text-indent: -7px;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-site .p-sightseeing-spot-item-site-link {
    margin-top: 4px;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-access {
    margin-bottom: 20px;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-access .p-sightseeing-spot-item-access-title {
    font-size: 13px;
    text-indent: -7px;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-access p:first-child {
    width: 100%;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-link {
    padding-bottom: 0;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-more-link {
    font-size: 12px;
    margin: 10px auto 20px;
    padding: 10px 13px;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-more-link.c-accordion-button::before {
    top: 17px;
    left: 0px;
    width: 8px;
  }
  .p-sightseeing-spot.-jp .p-sightseeing-spot-item-more-link.c-accordion-button::after {
    top: 17px;
    width: 8px;
  }
}
.p-inq-heading {
  height: 250px;
  background-image: url(../images/inq/page_heading_bg_inq.jpg);
}

.p-inq-heading-title {
  text-shadow: 4px 4px 7px #999;
}

@media screen and (max-width: 768px) {
  .p-inq-heading {
    height: 90px;
    background-image: url(../images/inq/page_heading_bg_inq_sp.jpg);
  }
}
.p-inq-wrap {
  padding: 105px 0 280px;
}

.p-inq-wrap-heading {
  margin-bottom: 65px;
}

.p-inq-wrap-title h2 {
  font-size: 24px;
}

.p-inq-wrap-link-button {
  text-align: center;
  margin-bottom: 80px;
}
.p-inq-wrap-link-button.-maill {
  margin-bottom: 60px;
}
.p-inq-wrap-link-button a {
  font-size: 24px;
  font-weight: 500;
  color: #c4664a;
  display: inline-block;
  position: relative;
}
.p-inq-wrap-link-button a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.p-inq-wrap-link-button a.-tell {
  pointer-events: none;
  padding-left: 34px;
}
.p-inq-wrap-link-button a.-tell::before {
  width: 24px;
  height: 24px;
  background-image: url(../images/inq/tell.svg);
  top: 3px;
  left: 0;
}
.p-inq-wrap-link-button a.-maill {
  padding-left: 41px;
}
.p-inq-wrap-link-button a.-maill::before {
  width: 31px;
  height: 21px;
  background-image: url(../images/inq/maill.svg);
  top: 5px;
  left: 0;
}

.p-inq-wrap-text {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-inq-wrap {
    padding: 60px 0 70px;
  }

  .p-inq-wrap-heading {
    margin-bottom: 35px;
  }

  .p-inq-wrap-title h2 {
    font-size: 15px;
  }

  .p-inq-wrap-link-button {
    margin-bottom: 45px;
  }
  .p-inq-wrap-link-button.-maill {
    margin-bottom: 35px;
  }
  .p-inq-wrap-link-button a {
    font-size: 15px;
  }
  .p-inq-wrap-link-button a.-tell {
    pointer-events: all;
    padding-left: 17px;
  }
  .p-inq-wrap-link-button a.-tell::before {
    width: 12px;
    height: 12px;
  }
  .p-inq-wrap-link-button a.-maill {
    padding-left: 20px;
  }
  .p-inq-wrap-link-button a.-maill::before {
    width: 15px;
    height: 11px;
  }

  .p-inq-wrap-text {
    font-size: 12px;
  }
}
.p-access-heading {
  background-image: url(../images/access/page_heading_bg_access.jpg);
}

.p-access-heading-title {
  text-shadow: 3px 3px 3px #000, -1px -1px 3px #000, -1px -1px 10px #000;
}

.p-access-heading-read {
  text-shadow: 2px 2px 2px #000, -1px -2px 3px #000, 1px 1px 10px #000, -1px -1px 10px #000;
}

.p-access-info {
  padding-bottom: 20px;
}

.p-access-info-read p {
  font-weight: 500;
}
.p-access-info-read p span {
  font-size: 22px;
}

.p-access-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.p-access-info-item:first-child {
  width: 25%;
}
.p-access-info-item:last-child {
  width: 73.1418148%;
}

.p-access-info-item-read {
  height: 100%;
  line-height: 1.8;
  border: 1px solid #e8ca8a;
  background-color: #fff;
  padding: 50px 25px;
}

.p-access-info-item-read-title {
  font-size: 22px;
  margin-bottom: 30px;
}

.p-access-info-item-read-text {
  font-size: 16px;
}

.p-access-info-item-map {
  width: 100%;
  padding-top: 63.291139%;
  position: relative;
}
.p-access-info-item-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-access-heading {
    background-image: url(../images/access/page_heading_bg_access_sp.jpg);
  }

  .p-access-heading-title {
    text-shadow: 2px 2px 3px #000, -1px -1px 3px #000, -1px -1px 10px #000;
  }

  .p-access-heading-read {
    text-shadow: 2px 2px 2px #000, -1px -2px 3px #000, 1px 1px 10px #000, -1px -1px 10px #000;
  }

  .p-access-info {
    padding-bottom: 0;
  }

  .p-access-info-read p span {
    font-size: 18px;
  }

  .p-access-info-list {
    display: block;
    margin-top: 15px;
  }

  .p-access-info-item:first-child {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .p-access-info-item:last-child {
    width: 100%;
  }

  .p-access-info-item-read {
    height: auto;
    text-align: center;
    background-color: transparent;
    padding: 25px 0;
  }

  .p-access-info-item-read-title {
    font-size: 12px;
    margin-bottom: 0;
  }

  .p-access-info-item-read-text {
    font-size: 12px;
  }
  .p-access-info-item-read-text span {
    display: inline;
  }
}
@media screen and (max-width: 640px) {
  .p-access-info-item-map {
    padding-top: 130%;
  }
}
.p-access-section-title h2 {
  font-size: 24px;
}
.p-access-section-title.-station {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-access-section-title h2 {
    font-size: 15px;
  }
}
.p-access-station {
  background-color: #101c29;
  padding: 45px 0 60px;
}

.p-access-station-heading {
  margin-bottom: 50px;
}

.p-access-station-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-access-station-item {
  color: #fff;
  width: 49%;
}
.p-access-station-item:first-child {
  margin-left: 2%;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
}

.p-access-station-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
  margin-bottom: 15px;
}
.p-access-station-text:last-child {
  margin-bottom: 0;
}
.p-access-station-text p {
  width: 30%;
  margin-left: 20px;
}
.p-access-station-text p:last-child {
  color: #c7c7c7;
  position: relative;
  margin-left: 40px;
}
.p-access-station-text p:last-child::before {
  content: "";
  width: 21px;
  height: 19px;
  background-image: url(../images/access/station_walk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -30px;
}

.p-access-station.-en .p-access-station-text p {
  width: 35%;
  margin-left: 10px;
}
.p-access-station.-en .p-access-station-text p:nth-of-type(2) {
  width: 40%;
}
.p-access-station.-en .p-access-station-text p:last-child {
  width: 20%;
  margin-left: 30px;
}
.p-access-station.-en .p-access-station-text p:last-child::before {
  left: -25px;
}

@media screen and (max-width: 1079px) {
  .p-access-station-item:first-child {
    margin-left: 0;
  }

  .p-access-station-text p {
    width: 40%;
  }
  .p-access-station-text p:last-child {
    width: 18%;
  }
}
@media screen and (max-width: 909px) {
  .p-access-station-list {
    display: block;
  }

  .p-access-station-item {
    width: 100%;
  }
  .p-access-station-item:first-child {
    border: none;
  }

  .p-access-station-text:last-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-access-station-text {
    font-size: 12px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .p-access-station-text p {
    width: 40%;
    margin-left: 0;
  }
  .p-access-station-text p:last-child {
    width: 15%;
    margin-left: 20px;
  }
  .p-access-station-text p:last-child::before {
    width: 16px;
    height: 15px;
    top: -1px;
    left: -20px;
  }
}
.p-access-major {
  position: relative;
  padding: 105px 0 210px;
}
.p-access-major::before, .p-access-major::after {
  content: "";
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
}
.p-access-major::before {
  width: 600px;
  height: 460px;
  background-image: url(../images/access/major_bg_before.png);
  background-size: 600px 460px;
  top: 0;
  left: 0;
}
.p-access-major::after {
  width: 500px;
  height: 121px;
  background-image: url(../images/access/major_bg_after.png);
  background-size: 500px 121px;
  top: 125px;
  right: 0;
  z-index: -1;
}

.p-access-major-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-access-major-item {
  width: 31.481481%;
  background-color: #fff;
  border: 1px solid #dfe1e2;
  padding: 35px 25px 30px;
}

.p-access-major-item-title {
  text-align: center;
}
.p-access-major-item-title h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.p-access-major-item-title h3::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.p-access-major-item-title h3.-air {
  padding-left: 28px;
}
.p-access-major-item-title h3.-air::before {
  width: 18px;
  height: 18px;
  background-image: url(../images/access/major_airplane.svg);
  top: 6px;
  left: 0;
}
.p-access-major-item-title h3.-station {
  padding-left: 55px;
}
.p-access-major-item-title h3.-station::before {
  width: 45px;
  height: 10px;
  background-image: url(../images/access/major_station.svg);
  top: 10px;
  left: 0;
}

.p-access-major-list-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.p-access-major-item-child {
  line-height: 1.9;
  border: 1px solid #dfe1e2;
  padding: 0 20px;
}
.p-access-major-item-child:first-child {
  color: #fff;
  background-color: #101c29;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-access-major-item-child:nth-child(2) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.p-access-major-item-text {
  line-height: 1.5;
  margin-top: 35px;
}
.p-access-major-item-text p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.p-access-major-item-text p:last-child {
  margin-bottom: 0;
}
.p-access-major-item-text p::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.p-access-major-item-text p.-plane::before {
  width: 14px;
  height: 17px;
  background-image: url(../images/access/major_plane.svg);
  top: 3px;
  left: 0;
}
.p-access-major-item-text p.-mono::before {
  width: 13px;
  height: 18px;
  background-image: url(../images/access/major_mono.svg);
  top: 3px;
  left: 1px;
}
.p-access-major-item-text p.-buss::before {
  width: 17px;
  height: 17px;
  background-image: url(../images/access/major_buss.svg);
  top: 3px;
  left: -1px;
}
.p-access-major-item-text p.-taxi::before {
  width: 17px;
  height: 14px;
  background-image: url(../images/access/major_taxi.svg);
  top: 4px;
  left: -1px;
}

.p-access-major.-en .p-access-major-item {
  padding: 35px 15px 30px;
}
.p-access-major.-en .p-access-major-item-child {
  padding: 0 8px;
}
.p-access-major.-en .p-access-major-item-child:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p-access-major.-en .p-access-major-item-title h3 {
  font-size: 18px;
}
.p-access-major.-en .p-access-major-item-title h3.-air::before {
  top: 2px;
}
.p-access-major.-en .p-access-major-item-title h3.-station::before {
  top: 6px;
}
.p-access-major.-en .p-access-major-item-text {
  padding: 0 10px;
}

.p-access-spot-content {
  margin-top: 90px;
}

.p-access-spot-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-access-spot-item {
  width: 31.481481%;
}

.p-access-spot-item-image {
  width: 100%;
  padding-top: 73.529412%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-access-spot-item-title {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 15px;
}

.p-access-spot-list-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-access-spot-item-text {
  width: calc(100% - 70px);
  font-size: 16px;
}
.p-access-spot-item-text:nth-of-type(2) {
  width: 55px;
  text-align: right;
}
.p-access-spot-item-text:first-child p {
  padding-left: 20px;
}
.p-access-spot-item-text p {
  line-height: 1.5;
  position: relative;
}
.p-access-spot-item-text p::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.p-access-spot-item-text p.-kagome::before {
  width: 13px;
  height: 18px;
  background-image: url(../images/access/major_kagome.svg);
  top: 3px;
  left: 0;
}
.p-access-spot-item-text p.-walk::before {
  width: 9px;
  height: 20px;
  background-image: url(../images/access/major_walk.svg);
  top: 2px;
  left: 2px;
}
.p-access-spot-item-text p.-plane::before {
  width: 14px;
  height: 18px;
  background-image: url(../images/access/major_plane.svg);
  top: 4px;
  left: 0;
}

.p-access-spot-content.-en .p-access-spot-list-child {
  display: block;
}
.p-access-spot-content.-en .p-access-spot-item-text {
  width: 100%;
}
.p-access-spot-content.-en .p-access-spot-item-text:nth-of-type(2) {
  width: 100%;
  text-align: left;
}
.p-access-spot-content.-en .p-access-spot-item-text:first-child p {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .p-access-major {
    padding: 55px 2.65vw 130px;
  }
  .p-access-major::before, .p-access-major::after {
    content: none;
  }

  .p-access-major-list {
    display: block;
  }

  .p-access-major-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 15px 45px;
  }
  .p-access-major-item:last-child {
    margin-bottom: 0;
  }

  .p-access-major-item-title h3 {
    font-size: 15px;
  }
  .p-access-major-item-title h3.-air::before {
    top: 0px;
    left: 0;
  }
  .p-access-major-item-title h3.-station::before {
    top: 5px;
    left: 0;
  }

  .p-access-major-item-child {
    font-size: 10px;
  }

  .p-access-major-item-text p {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .p-access-major-item-text p.-plane::before {
    top: 1px;
  }
  .p-access-major-item-text p.-mono::before {
    top: 1px;
  }
  .p-access-major-item-text p.-buss::before {
    top: 1px;
  }
  .p-access-major-item-text p.-taxi::before {
    top: 1px;
  }

  .p-access-major.-en .p-access-major-item {
    padding: 40px 15px 45px;
  }

  .p-access-spot-content {
    margin-top: 55px;
  }

  .p-access-spot-list {
    display: block;
  }

  .p-access-spot-item {
    width: 100%;
    margin-bottom: 35px;
  }
  .p-access-spot-item:last-child {
    margin-bottom: 0;
  }

  .p-access-spot-item-title {
    font-size: 12px;
    text-align: center;
  }

  .p-access-spot-item-text {
    font-size: 12px;
  }

  .p-access-spot-list-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-access-spot-item-text {
    width: auto;
  }
  .p-access-spot-item-text.-wide {
    width: 154px;
  }
  .p-access-spot-item-text p {
    line-height: 1.8;
  }
  .p-access-spot-item-text p.-kagome::before {
    top: 1px;
  }
  .p-access-spot-item-text p.-walk::before {
    top: 0px;
  }
  .p-access-spot-item-text p.-plane::before {
    top: 2px;
  }
}
.p-company-heading {
  height: 250px;
  background-image: url(../images/company/page_heading_bg_company.jpg);
}

.p-company-heading-title {
  text-shadow: 4px 4px 10px #999;
}

.p-company-content {
  padding: 105px 0 170px;
}

@media screen and (max-width: 768px) {
  .p-company-heading {
    height: 90px;
  }

  .p-company-content {
    padding: 55px 0 130px;
  }
}
.p-company-wrap {
  margin-bottom: 100px;
}
.p-company-wrap:last-child {
  margin-bottom: 0;
}

.p-company-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 150px;
}

.p-company-title {
  margin-top: 25px;
}
.p-company-title h3 {
  font-size: 22px;
}

.p-company-list {
  width: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
}

.p-company-item {
  width: 260px;
  font-size: 16px;
  line-height: 1.8;
}
.p-company-item:first-child {
  width: 190px;
  padding-left: 15px;
}
.p-company-item a {
  display: inline-block;
  color: #c4664a;
  position: relative;
}
.p-company-item a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c4664a;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 959px) {
  .p-company-row {
    padding: 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-wrap {
    margin-bottom: 65px;
  }

  .p-company-row {
    display: block;
    padding: 0;
  }

  .p-company-title {
    text-align: center;
    margin: 0 0 35px;
  }
  .p-company-title h3 {
    font-size: 15px;
  }

  .p-company-list {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
  }

  .p-company-item {
    width: 60%;
    font-size: 12px;
  }
  .p-company-item:first-child {
    width: 40%;
    padding-left: 10px;
  }
}
.p-policy-heading {
  height: 250px;
  background-image: url(../images/policy/page_heading_bg_policy.jpg);
}

.p-policy-heading-title {
  text-shadow: 5px 5px 9px #000;
}

.p-policy-content {
  padding: 105px 0 150px;
}

@media screen and (max-width: 768px) {
  .p-policy-heading {
    height: 90px;
    background-image: url(../images/policy/page_heading_bg_policy_sp.jpg);
  }

  .p-policy-content {
    padding: 80px 0 140px;
  }
}
.p-policy-wrap {
  padding: 0 80px;
}

.p-policy-title {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  margin: 50px 0 10px;
}

.p-policy-text {
  font-size: 16px;
  line-height: 1.5;
}

.p-policy-wrap-bottom {
  margin-top: 100px;
}
.p-policy-wrap-bottom .p-policy-text:last-child {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-policy-wrap {
    padding: 0;
  }

  .p-policy-title {
    font-size: 14px;
    padding-bottom: 15px;
    margin: 35px 0 10px;
  }

  .p-policy-text {
    font-size: 12px;
  }

  .p-policy-wrap-bottom {
    margin-top: 65px;
  }
  .p-policy-wrap-bottom .p-policy-text:last-child {
    margin-top: 30px;
  }
}
.p-map-heading {
  height: 250px;
  background-image: url(../images/site-map/page_heading_bg_map.jpg);
}

.p-map-content {
  padding: 105px 0 180px;
}

@media screen and (max-width: 768px) {
  .p-map-heading {
    height: 90px;
  }

  .p-map-content {
    padding: 55px 0 200px;
  }
}
.p-map-wrap {
  width: 500px;
  margin: 0 auto;
}
.p-map-wrap:last-child {
  margin-top: 100px;
}

.p-map-link {
  width: 200px;
  line-height: 1.6;
  border-bottom: 1px solid #c6c6c6;
}
.p-map-link a {
  position: relative;
  padding-left: 18px;
}
.p-map-link a::before {
  content: "";
  width: 8px;
  height: 14px;
  background-image: url(../images/site-map/arrows_site_map.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-map-link a:hover::before {
  left: 5px;
}

.p-map-wrap-title {
  font-size: 24px;
  margin: 0 auto 20px;
}
.p-map-wrap-title a::before {
  top: 14px;
}

.p-map-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-map-item {
  font-size: 16px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .p-map-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .p-map-wrap:last-child {
    margin-top: 80px;
  }

  .p-map-link {
    width: 46%;
  }
  .p-map-link a {
    padding-left: 11px;
  }
  .p-map-link a::before {
    width: 6px;
    height: 10px;
    top: 4px;
  }

  .p-map-wrap-title {
    font-size: 15px;
    margin: 0 0 15px;
  }
  .p-map-wrap-title a::before {
    top: 8px;
  }

  .p-map-item {
    font-size: 12px;
  }
}
.p-covid-heading {
  background-image: url(../images/covid19/page_heading_bg_covid19.jpg);
}

.p-covid-heading-title {
  text-shadow: 4px 4px 10px #333;
}
.p-covid-heading-title h2 {
  font-weight: 400;
  line-height: 1.8;
  border: none;
}
.p-covid-heading-title h2 span {
  padding-bottom: 10px;
  border-bottom: 2px solid #907a4c;
}

.p-covid-heading-read {
  text-shadow: 2px 2px 14px #000;
}

@media screen and (max-width: 768px) {
  .p-covid-heading-title h2 span {
    padding-bottom: 2px;
  }
}
.p-covid-section-title h2 {
  font-size: 24px;
}
.p-covid-section-title p {
  font-size: 16px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-covid-section-title h2 {
    font-size: 15px;
  }
  .p-covid-section-title p {
    font-size: 12px;
    margin-top: 20px;
  }
}
.p-covid-cooperation {
  background-color: #101c29;
  color: #fff;
  padding: 100px 0 75px;
}

.p-covid-cooperation-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-covid-cooperation-item:first-child {
  width: 22.2223%;
}
.p-covid-cooperation-item:first-child .p-covid-cooperation-image {
  width: 50%;
  padding-top: 55%;
  background-image: url(../images/covid19/cooperation_1.svg);
}
.p-covid-cooperation-item:nth-of-type(2) {
  width: 26.9%;
}
.p-covid-cooperation-item:nth-of-type(2) .p-covid-cooperation-image {
  width: 45.9%;
  padding-top: 22.43%;
  background-image: url(../images/covid19/cooperation_2.svg);
}
.p-covid-cooperation-item:nth-of-type(3) {
  width: 26%;
}
.p-covid-cooperation-item:nth-of-type(3) .p-covid-cooperation-image {
  width: 46.8%;
  padding-top: 35.36%;
  background-image: url(../images/covid19/cooperation_3.svg);
}
.p-covid-cooperation-item:last-child {
  width: 24.07%;
}
.p-covid-cooperation-item:last-child .p-covid-cooperation-image {
  width: 55.38%;
  padding-top: 49.62%;
  background-image: url(../images/covid19/cooperation_4.svg);
}
.p-covid-cooperation-item:last-child .p-covid-cooperation-border {
  border: none;
}
.p-covid-cooperation-item p {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 25px;
}
.p-covid-cooperation-item p span {
  display: block;
  font-size: 12px;
}

.p-covid-cooperation-border {
  width: 100%;
  border-right: 1px solid #c6c6c6;
}

.p-covid-cooperation-image {
  height: 160px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-covid-cooperation {
    padding: 75px 0;
  }

  .p-covid-cooperation-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-covid-cooperation-item:first-child, .p-covid-cooperation-item:nth-of-type(2), .p-covid-cooperation-item:nth-of-type(3), .p-covid-cooperation-item:last-child {
    width: 50%;
  }
  .p-covid-cooperation-item:first-child .p-covid-cooperation-image, .p-covid-cooperation-item:nth-of-type(2) .p-covid-cooperation-image, .p-covid-cooperation-item:nth-of-type(3) .p-covid-cooperation-image, .p-covid-cooperation-item:last-child .p-covid-cooperation-image {
    padding-top: 55%;
  }
  .p-covid-cooperation-item:first-child, .p-covid-cooperation-item:nth-of-type(2) {
    margin-bottom: 75px;
  }
  .p-covid-cooperation-item:nth-of-type(2) .p-covid-cooperation-border {
    border: none;
  }
  .p-covid-cooperation-item p {
    font-size: 12px;
    margin-top: 20px;
  }
  .p-covid-cooperation-item p span {
    display: block;
    font-size: 10px;
  }

  .p-covid-cooperation-image {
    height: auto;
    min-height: 120px;
  }
}
.p-covid-support {
  padding: 105px 0 80px;
}

.p-covid-support-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-covid-support-item {
  width: 18.518519%;
}
.p-covid-support-item p {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
}

.p-covid-support-image {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-covid-support {
    padding: 75px 2.65vw 50px;
  }

  .p-covid-support-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-covid-support-item {
    width: 49%;
    margin-bottom: 35px;
  }
  .p-covid-support-item:nth-of-type(even) {
    margin-left: 2%;
  }
  .p-covid-support-item:last-child {
    margin-bottom: 0;
  }
  .p-covid-support-item p {
    font-size: 12px;
    margin-top: 10px;
  }
}
.p-covid-section-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-covid-section-list.-no-image {
  margin-top: 80px;
}
.p-covid-section-list.-no-image .p-covid-section-item-title {
  margin-bottom: 20px;
}

.p-covid-section-item {
  width: 31.481481%;
}

.p-covid-section-item-title {
  margin-bottom: 10px;
}

.p-covid-section-item-image {
  width: 100%;
  padding-top: 70.588235%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-covid-section-item-text {
  line-height: 1.5;
  margin-top: 10px;
}

.p-covid-space {
  background-color: #f1efec;
  padding: 105px 0;
}

.p-covid-check {
  padding: 105px 0;
}

.p-covid.-en .p-covid-section-item-title h3 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .p-covid-section-list {
    display: block;
  }

  .p-covid-section-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .p-covid-section-item:last-child {
    margin-bottom: 0;
  }

  .p-covid-section-item-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .p-covid-section-item-text {
    font-size: 12px;
  }

  .p-covid-space {
    padding: 65px 2.65vw 50px;
  }

  .p-covid-check {
    padding: 75px 2.65vw 50px;
  }

  .p-covid.-en .p-covid-section-item-title h3 {
    font-size: 12px;
  }
}
.p-covid-staff {
  background-color: #f1efec;
  padding: 105px 0 140px;
}

.p-covid-staff-item {
  width: 22.9629963%;
  background-color: #fff;
  padding: 35px 15px 50px;
}
.p-covid-staff-item .p-covid-section-item-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-covid-staff {
    padding: 75px 0 80px;
  }

  .p-covid-staff-item {
    width: 100%;
    padding: 25px 15px 45px;
    margin-bottom: 15px;
  }
  .p-covid-staff-item:last-child {
    margin-bottom: 0;
  }
  .p-covid-staff-item .p-covid-section-item-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-recruit-heading {
  height: 250px;
  background-image: url(../images/recruit/page_heading_bg_recruit.jpg);
}

.p-recruit-heading-title {
  text-shadow: 5px 5px 13px rgba(0, 0, 0, 0.6), -5px -5px 12px rgba(0, 0, 0, 0.6);
}

.p-recruit-content {
  padding: 105px 0 150px;
}

.p-recruit-wrap-heading {
  margin-bottom: 45px;
}

.p-recruit-wrap-title h2 {
  font-size: 24px;
  margin-left: -68px;
}
.p-recruit-wrap-title h2::before {
  bottom: -10px;
  left: 10px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .p-recruit-heading {
    height: 90px;
  }

  .p-recruit-heading-title {
    text-shadow: 5px 5px 13px #000, -5px -5px 12px #000;
  }

  .p-recruit-content {
    padding: 80px 0 140px;
  }

  .p-recruit-wrap-title h2 {
    font-size: 15px;
    margin-left: 0;
  }
  .p-recruit-wrap-title h2::before {
    bottom: -7px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.p-recruit-wrap {
  padding: 0 80px;
}

.p-recruit-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.p-recruit-text p {
  display: inline-block;
  text-align: left;
}

.p-recruit-link {
  width: 500px;
  height: 300px;
  margin: 65px auto 0;
}

@media screen and (max-width: 768px) {
  .p-recruit-wrap {
    padding: 0;
  }

  .p-recruit-text {
    font-size: 12px;
  }

  .p-recruit-link {
    width: 100%;
    height: 60%;
    margin: 45px auto 0;
  }
}
.p-wineservice-heading {
  text-align: center;
  margin-bottom: 30px;
}
.p-wineservice-heading h2 {
  font-size: 46px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-wineservice-heading h2 {
    font-size: 26px;
  }
}
.p-wineservice-key {
  margin-top: 50px;
}

.p-wineservice-key-wrap {
  width: 100vw;
  height: calc(100vh - 300px);
}

.p-wineservice-key-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(../images/wineservice/key.jpg);
}

.p-wineservice-catch-image {
  max-width: 814px;
  min-width: 635px;
  width: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-wineservice-catch-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 820px) {
  .p-wineservice-key-image {
    background-image: url(../images/wineservice/key_sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  .p-wineservice-key-wrap {
    height: calc(100vh - 250px);
  }

  .p-wineservice-catch-image {
    min-width: unset;
    width: 82.6666666667%;
    max-width: 500px;
  }
}
.p-wineservice-catch {
  background-color: #000;
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.p-wineservice-catch::after {
  content: "";
  width: 662px;
  height: 250px;
  background-image: url(../images/wineservice/lead_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  border-radius: 15px;
  top: 0;
  left: 50%;
}

.p-wineservice-catch-text {
  color: #fff;
  line-height: 2.0833333333;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 769px) and (max-width: 800px) {
  .p-wineservice-catch-text {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .p-wineservice-key {
    margin-top: 40px;
  }

  .p-wineservice-catch {
    height: 210px;
  }
  .p-wineservice-catch::after {
    width: 100%;
    height: 210px;
    background-image: url(../images/wineservice/lead_img_sp.png);
    left: 0;
  }

  .p-wineservice-catch-text {
    text-align: center;
    font-size: 13px;
  }
}
.p-wineservice-recommend {
  background-color: #EDEDED;
  padding: 60px 0;
}

.p-wineservice-recommend-heading h2 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
}
.p-wineservice-recommend-heading h2 span {
  font-size: 46px;
  margin: 0 10px;
  color: #9F8148;
}

.p-wineservice-recommend-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}

.p-wineservice-recommend-item-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  margin: 0 auto;
}

.p-wineservice-recommend-item.-recommend01 .p-wineservice-recommend-item-img {
  width: 194px;
  height: 174px;
}
.p-wineservice-recommend-item.-recommend02 {
  margin-right: 30px;
}
.p-wineservice-recommend-item.-recommend02 .p-wineservice-recommend-item-img {
  width: 131px;
  height: 177px;
}
.p-wineservice-recommend-item.-recommend03 .p-wineservice-recommend-item-img {
  width: 200px;
  height: 176px;
}

.p-wineservice-recommend-item-text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}
.p-wineservice-recommend-item-text span {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 8px;
}

.p-wineservice-recommend-connotation {
  font-size: 16px;
  color: #8D8D8D;
  display: block;
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 769px) and (max-width: 955px) {
  .p-wineservice-recommend-heading h2 .only-tab {
    display: block;
  }
  .p-wineservice-recommend-heading h2 span {
    margin: 10px 10px;
    display: inline-block;
  }

  .p-wineservice-recommend-content {
    padding: 0 15px;
  }

  .p-wineservice-recommend-item.-recommend02 {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-wineservice-recommend-heading h2 {
    font-size: 20px;
  }
  .p-wineservice-recommend-heading h2 span {
    font-size: 26px;
    margin: 8px 0;
    display: inline-block;
  }

  .p-wineservice-recommend-content {
    max-width: 450px;
    margin: 0 auto;
  }

  .p-wineservice-recommend-list {
    padding: 0;
  }

  .p-wineservice-recommend-item.-recommend01 .p-wineservice-recommend-item-img {
    width: 94px;
    height: 85px;
  }
  .p-wineservice-recommend-item.-recommend02 {
    margin-right: 10px;
  }
  .p-wineservice-recommend-item.-recommend02 .p-wineservice-recommend-item-img {
    width: 63px;
    height: 85px;
  }
  .p-wineservice-recommend-item.-recommend03 {
    margin-right: 0;
  }
  .p-wineservice-recommend-item.-recommend03 .p-wineservice-recommend-item-img {
    width: 96px;
    height: 85px;
  }

  .p-wineservice-recommend-item-text {
    font-size: 13px;
    margin-top: 10px;
  }
  .p-wineservice-recommend-item-text span {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .p-wineservice-recommend-connotation {
    font-size: 10px;
    margin-top: 25px;
  }
}
.p-wineservice-howto {
  background: #BBA374;
  padding: 60px 0;
}

.p-wineservice-howto-heading {
  color: #fff;
}

.p-wineservice-howto-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-wineservice-howto-item {
  background-color: #fff;
  padding: 10px 10px 20px;
  width: calc(33.33% - 40px);
  position: relative;
}
.p-wineservice-howto-item::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/wineservice/arrow_right_wh.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -38px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-wineservice-howto-item:last-child::after {
  display: none;
}

.p-wineservice-howto-item-image {
  width: 100%;
  padding-top: 66.6666666667%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

.p-wineservice-howto-text {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  padding-left: 25px;
  position: relative;
}
.p-wineservice-howto-text::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.p-wineservice-howto-item.-howto01 .p-wineservice-howto-text::after {
  background-image: url(../images/wineservice/circle01.png);
}
.p-wineservice-howto-item.-howto02 .p-wineservice-howto-text::after {
  background-image: url(../images/wineservice/circle02.png);
}
.p-wineservice-howto-item.-howto03 .p-wineservice-howto-text::after {
  background-image: url(../images/wineservice/circle03.png);
}

@media screen and (max-width: 768px) {
  .p-wineservice-howto-content {
    max-width: 450px;
    margin: 0 auto;
  }

  .p-wineservice-howto-list {
    display: block;
  }

  .p-wineservice-howto-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
    padding: 10px;
  }
  .p-wineservice-howto-item::after {
    right: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: unset;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -32px;
  }
  .p-wineservice-howto-item:last-child {
    margin-bottom: 0;
  }

  .p-wineservice-howto-item-image-wrap {
    width: 49.8412698413%;
  }

  .p-wineservice-howto-item-image {
    width: 100%;
    padding-top: 63.6942675159%;
    background-size: cover;
  }

  .p-wineservice-howto-text {
    width: 46.666666667%;
    line-height: 1.5384615385;
    margin-top: 0;
    font-size: 13px;
  }
}
.p-wineservice-shop {
  background: #EDEDED;
  padding: 50px 0;
}

.p-wineservice-shop-heading h2 {
  color: #9F8148;
}

.p-wineservice-shop-heading-lead {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}

.p-wineservice-shop-map {
  padding-top: 20px;
}
.p-wineservice-shop-map img {
  height: 367px;
}
.p-wineservice-shop-map #map {
  height: 450px;
}

.p-wineservice-shop-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.p-wineservice-shop-item {
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 60px;
  margin-top: -60px;
  pointer-events: none;
}

.p-wineservice-shop-item-image-wrap {
  width: 100%;
}

.p-wineservice-shop-item-image {
  margin-bottom: 17px;
  width: 100%;
  padding-top: 58.8235294118%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}

.p-wineservice-shop-item-title {
  margin-bottom: 15px;
  position: relative;
  padding-left: 23px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.p-wineservice-shop-item-title::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #9F8148;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  border-radius: 18px;
  top: 4px;
  left: 0;
}

.p-wineservice-shop-item:nth-child(2) .p-wineservice-shop-item-title {
  margin-bottom: 13px;
}

.p-wineservice-shop-item-description {
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.p-wineservice-shop-item:nth-child(1) .p-wineservice-shop-item-description, .p-wineservice-shop-item:nth-child(3) .p-wineservice-shop-item-description {
  min-height: 113px;
}
.p-wineservice-shop-item:nth-child(4) .p-wineservice-shop-item-description, .p-wineservice-shop-item:nth-child(5) .p-wineservice-shop-item-description, .p-wineservice-shop-item:nth-child(6) .p-wineservice-shop-item-description {
  min-height: 90px;
}

.p-wineservice-shop-item-link-wrap {
  word-break: break-all;
  min-height: 37px;
}
.p-wineservice-shop-item-link-wrap a {
  color: #9F8148;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .p-wineservice-shop-heading-lead {
    font-size: 13px;
    line-height: 1.5384615385;
  }

  .p-wineservice-shop-map {
    padding-top: 0px;
  }
  .p-wineservice-shop-map img {
    height: 150px;
  }
  .p-wineservice-shop-map #map {
    height: 250px;
  }

  .p-wineservice-shop-list {
    display: block;
  }

  .p-wineservice-shop-item {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 50px;
    margin-top: -50px;
  }
  .p-wineservice-shop-item:last-child {
    margin-bottom: 0;
  }

  .p-wineservice-shop-item-image {
    margin-bottom: 10px;
  }

  .p-wineservice-shop-item-title {
    font-size: 13px;
    padding-left: 18px;
    margin-bottom: 7px;
  }
  .p-wineservice-shop-item-title::after {
    width: 13px;
    height: 13px;
    top: 3px;
  }

  .p-wineservice-shop-item:nth-child(2) .p-wineservice-shop-item-title {
    margin-bottom: 7px;
  }

  .p-wineservice-shop-item-description {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .p-wineservice-shop-item:nth-child(1) .p-wineservice-shop-item-description, .p-wineservice-shop-item:nth-child(2) .p-wineservice-shop-item-description, .p-wineservice-shop-item:nth-child(3) .p-wineservice-shop-item-description {
    min-height: unset;
  }
  .p-wineservice-shop-item:nth-child(4) .p-wineservice-shop-item-description, .p-wineservice-shop-item:nth-child(5) .p-wineservice-shop-item-description, .p-wineservice-shop-item:nth-child(6) .p-wineservice-shop-item-description {
    min-height: unset;
  }

  .p-wineservice-shop-item-link-wrap {
    min-height: unset;
  }
  .p-wineservice-shop-item-link-wrap a {
    font-size: 12px;
  }
}
.p-wineservice-shop-bnr {
  padding: 60px 0;
}
.p-wineservice-shop-bnr a img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

.p-wineservice-shop-bnr-heading h2 {
  color: #9F8148;
}

.p-wineservice-shop-bnr-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-wineservice-plan-mariage-bnr {
  margin-right: 15px;
}

.p-wineservice-plan-fine-bnr {
  margin-left: 15px;
}
.p-wineservice-plan-fine-bnr img {
  max-height: 380px;
}

@media screen and (max-width: 768px) {
  .p-wineservice-shop-bnr-content {
    display: block;
  }

  .p-wineservice-plan-mariage-bnr {
    margin-right: 0;
  }

  .p-wineservice-plan-fine-bnr {
    margin-left: 0;
    margin-top: 20px;
  }
}
/* =========================================================
  Utility
========================================================= */
/* show hidden */
.only-pc {
  display: block;
}
.only-pc.-inline {
  display: inline-block;
}
.only-sp {
  display: none;
}
.only-sp.-inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-pc.-inline {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .only-sp.-inline {
    display: inline-block;
  }
}
/* =========================================================
  Custom
========================================================= */
/* bot */
/*# sourceMappingURL=map/style.css.map */