@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/* Reset
----------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
  font-size: 100%;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

img,
a img {
  border: none;
}

a {
  cursor: pointer;
}

input:not([type="checkbox"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* --------------------------------------------------------------------------
FANCY BOX
-------------------------------------------------------------------------- */

.p-main-menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999999999999;
  position: relative;
  display: none;
  width: 72px;
  height: 72px;
  border: 1px solid #000;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media print,
screen and (max-width: 61.9375em) {
  .p-main-menu-button {
    display: block;
  }

  .p-main-menu-button._open,
  .l-header._scroll .p-main-menu-button,
  body.secondary .p-main-menu-button {
    border: 1px solid #000 !important;
  }
}

.p-main-menu-button.is-active {
  border: 1px solid #fff;
}

.p-main-menu-button.is-active .p-main-menu-button__icon:before {
  color: #fff;
}

.p-main-menu__link:hover {
  color: #0d9a7c;
  opacity: 0.85;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .p-main-menu-button {
    display: block;
    width: 60px;
    height: 60px;
  }
}

.p-main-menu-button:focus {
  outline: none;
}

.p-main-menu-button__icon {
  margin-right: auto;
  margin-left: auto;
}

.p-main-menu-button__icon:before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #000;
  line-height: 1;
}

@media print,
screen and (min-width: 48em) {
  .p-main-menu-button__icon:before {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-main-menu-button__icon:before {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.l-header._open .p-main-menu-button__icon:before,
.l-header._scroll .p-main-menu-button__icon:before,
body.secondary .p-main-menu-button__icon:before {
  color: #000 !important;
}

.p-main-menu-button__icon span {
  display: block;
  position: absolute;
  left: 13px;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}

.p-main-menu-button__icon span:nth-child(1) {
  top: 20px;
}

.p-main-menu-button__icon span:nth-child(2) {
  top: 30px;
}

.p-main-menu-button__icon span:nth-child(3) {
  bottom: 17px;
}

.l-header._open .p-main-menu-button__icon span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.l-header._open .p-main-menu-button__icon span:nth-child(2) {
  opacity: 0;
}

.l-header._open .p-main-menu-button__icon span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

@media print,
screen and (min-width: 48em) {
  .p-main-menu-button:hover {
    border: 1px solid #000;
  }

  .p-main-menu-button:hover .p-main-menu-button__icon:before {
    color: #fff !important;
  }
}

.p-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media print,
screen and (max-width: 61.9375em) {
  .p-main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 10%);
    margin: 15px auto 0;
    height: 150%;
    position: fixed;
    /* top:0; */
    left: 5%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: -webkit-fill-available;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-main-menu {
    width: calc(100% - 60px);
    left: 30px;
    height: 150%;
    margin-bottom: 60px;
    height: -webkit-fill-available;
  }
}

@media only screen and (max-width: 36em) {
  .p-main-menu {
    width: calc(100% - 30px);
    padding-top: 0;
    left: 15px;
    height: 160%;
    height: -webkit-fill-available;
  }
}

.p-main-menu__item {
  position: relative;
  font-weight: 400;
}

.p-main-menu__item.-address,
.p-main-menu__item.-cv {
  display: none;
}

@media print,
screen and (max-width: 61.9375em) {
  .p-main-menu__item {
    width: 100%;
    border-bottom: 1px solid #000;
  }

  .p-main-menu__item.-address {
    display: block;
    margin-top: 25px;
  }

  .p-main-menu__item.-sns {
    margin-top: 12px;
  }

  .p-main-menu__item.-contact {
    margin-top: 12px;
  }

  .p-main-menu__item.-cv {
    display: block;
    margin-top: 30px;
  }

  .p-main-menu__item.-cv a {
    padding: 15px 0px 14px;
  }

  .p-main-menu__item.-contact,
  .p-main-menu__item.-sns,
  .p-main-menu__item.-address,
  .p-main-menu__item.-lang {
    border: none;
  }
}

@media only screen and (max-width: 36em) {
  .p-main-menu__item {
    padding: 0;
  }
}

@media print,
screen and (min-width: 62em) {
  .p-main-menu__item:not(:first-child) {
    margin-left: 11px;
  }
}

@media print,
screen and (min-width: 75em) {
  .p-main-menu__item:not(:first-child) {
    margin-left: 15px;
  }
}

.p-main-menu__link {
  display: block;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

body.en .p-main-menu__link {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0em;
}

@media print,
screen and (min-width: 48em) {
  .p-main-menu__link:hover {
    opacity: 0.8;
  }
}

@media print,
screen and (max-width: 61.9375em) {
  .p-main-menu__link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    padding: 20px 0;
  }

  .p-main-menu__link::before {
    content: "";
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 13px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 50%;
  }
}

@media print,
screen and (min-width: 48em) {
  .p-main-menu__link span:hover {
    /* color: rgba($color:#000, $alpha: 0.5); */
  }
}

.p-main-menu__link--sub {
  display: none;
  color: #0d9a7c;
  margin-left: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media print,
screen and (max-width: 61.9375em) {
  .p-main-menu__link--sub {
    display: inline-block;
  }
}

.p-main-menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-main-menu-sns-item .p-main-menu__link::before {
  content: none;
}

@media print,
screen and (min-width: 62em) {
  .p-main-menu-sns-item .p-main-menu__link {
    width: 20px;
    height: 20px;
  }
}

@media print,
screen and (min-width: 75em) {
  .p-main-menu-sns-item .p-main-menu__link {
    width: 26px;
    height: 26px;
  }
}

@media print,
screen and (max-width: 61.9375em) {
  .p-main-menu-sns-item .p-main-menu__link {
    width: 36px;
    height: 36px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-main-menu-sns-item .p-main-menu__link {
    width: 24px;
    height: 24px;
  }
}

.p-main-menu-sns-item .p-main-menu__link svg {
  display: block;
}

@media print,
screen and (min-width: 62em) {
  .p-main-menu-sns-item .p-main-menu__link svg {
    width: 20px;
    height: 20px;
  }
}

@media print,
screen and (min-width: 75em) {
  .p-main-menu-sns-item .p-main-menu__link svg {
    width: 26px;
    height: 26px;
  }
}

@media print,
screen and (max-width: 61.9375em) {
  .p-main-menu-sns-item .p-main-menu__link svg {
    width: 36px;
    height: 36px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-main-menu-sns-item .p-main-menu__link svg {
    width: 24px;
    height: 24px;
  }
}

@media print,
screen and (min-width: 62em) {
  .p-main-menu-sns-item:not(:first-child) {
    margin-left: 5px;
  }
}

@media print,
screen and (min-width: 75em) {
  .p-main-menu-sns-item:not(:first-child) {
    margin-left: 8px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-main-menu-button__icon span {
    left: 18px;
  }

  .p-main-menu-button__icon span:nth-child(3) {
    bottom: 25px;
  }

  .p-main-menu-button__icon span:nth-child(2) {
    top: 34px;
  }

  .p-main-menu-button__icon span:nth-child(1) {
    top: 25px;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 80px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 60px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
  fill: #7f7f7f;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -70px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 0px;
  right: 0;
  top: 0;
  margin: 30px;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* Base
----------------------------------------------------------------- */
html {
  height: 100%;
  line-height: 1.6;
}

body {
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.025em;
}
@media only screen and (max-width: 47.9375em) {
  body.en {
    letter-spacing: -0.05em;
  }
}
@media print, screen and (min-width: 48em) {
  body {
    font-family: "YakuHanJP", "Noto Sans CJK JP Subset", "Yu Gothic Medium",
      "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    line-height: 1.75;
  }
  body.browser-is-ie {
    font-family: "YakuHanJP", "Noto Sans CJK JP Subset", "Yu Gothic Medium",
      "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-family: "YakuHanJP", "Noto Sans CJK JP Subset", "Yu Gothic Medium",
      "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    line-height: 1.75;
  }
  body.browser-is-ie {
    font-family: "YakuHanJP", "Noto Sans CJK JP Subset", "Yu Gothic Medium",
      "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  }
}

@media print, screen and (min-width: 48em) {
  button {
    font-family: "YakuHanJP", "Noto Sans CJK JP Subset", "Yu Gothic Medium",
      "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  }
  button.browser-is-ie {
    font-family: "YakuHanJP", "Noto Sans CJK JP Subset", "Yu Gothic Medium",
      "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  }
}

@media only screen and (max-width: 47.9375em) {
  button {
    font-family: "YakuHanJP", "Noto Sans CJK JP Subset", "Yu Gothic Medium",
      "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  }
  button.browser-is-ie {
    font-family: "YakuHanJP", "Noto Sans CJK JP Subset", "Yu Gothic Medium",
      "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  }
}

a {
  text-decoration: none;
  color: #000;
}
@media print, screen and (min-width: 62em) {
  a[href^="tel"] {
    pointer-events: none;
    cursor: text;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 500;
}

address {
  font-style: normal;
}

.browser-is-ie wbr:after {
  content: "\00200B";
}

.preload * {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
}
@media print, screen and (min-width: 48em) {
  button {
    line-height: 1.75;
  }
  .browser-is-ie button {
    font-family: "YakuHanJP", "Noto Sans CJK JP Subset", "Yu Gothic Medium",
      "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  }
}
@media only screen and (max-width: 47.9375em) {
  button {
    font-family: "YakuHanJP", "Noto Sans CJK JP Subset", "Yu Gothic Medium",
      "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    line-height: 1.75;
  }
  .browser-is-ie button {
    font-family: "YakuHanJP", "Noto Sans CJK JP Subset", "Yu Gothic Medium",
      "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  }
}

::-moz-selection {
  background: #ddd;
  color: #333;
}

::selection {
  background: #ddd;
  color: #333;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cccccc;
}

input::placeholder,
textarea::placeholder {
  color: #cccccc;
}

.img-max {
  width: 100%;
  height: auto;
  display: block;
}
 .sp-on {
   display: none;
 }
@media print, screen and (min-width: 48em) {
  .pc-br {
    display: inline-block;
  }
}

@media only screen and (max-width: 47.9375em) {
  .pc-br {
    display: none;
  }
}

@media print, screen and (min-width: 75em) {
  .tab-br {
    display: inline-block;
  }
}

@media print, screen and (max-width: 74.9375em) {
  .tab-br {
    display: none;
  }
}

@media print, screen and (min-width: 62em) {
  .mid-br {
    display: inline-block;
  }
}

@media print, screen and (max-width: 61.9375em) {
  .mid-br {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .sp-br {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .sp-none {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .common-br {
    display: inline-block;
  }
}

@media print, screen and (min-width: 48em) {
  .sp-br {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .sp-br {
    display: inline-block;
  }
}

.object-fit {
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}

@media print, screen and (min-width: 48em) {
  #twitter-widget-0 {
    height: calc(400px) !important;
  }
}

@media print, screen and (min-width: 62em) {
  #twitter-widget-0 {
    height: calc(1018px - 58px) !important;
  }
}

@media print, screen and (min-width: 75em) {
  #twitter-widget-0 {
    height: calc(1074px - 58px) !important;
  }
}

@media print, screen and (min-width: 75em) {
  #twitter-widget-0 {
    height: calc(990px - 58px) !important;
  }
}

@media only screen and (max-width: 47.9375em) {
  #twitter-widget-0 {
    height: calc(350px) !important;
  }
}

/* ==========================================================================
Layout
========================================================================== */
/* Body直下のwrapper
----------------------------------------------------------------- */
.l-root-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}
body:not(.browser-is-ie) .l-root-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-content-container {
  position: relative;
  height: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 48em) {
  .l-content-container {
    width: calc(100% - 10%);
  }
}
@media print, screen and (min-width: 62em) {
  .l-content-container {
    width: calc(100% - 10%);
  }
}
@media print, screen and (min-width: 75em) {
  .l-content-container {
    max-width: 1110px;
    width: 100%;
  }
}
@media print, screen and (min-width: 81.25em) {
  .l-content-container {
    max-width: 1220px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-content-container {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 36em) {
  .l-content-container {
    width: calc(100% - 30px);
  }
}

/* ヘッダー
----------------------------------------------------------------- */
.l-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: 114px;
}
@media print, screen and (max-width: 61.9375em) {
  .l-header {
    background-color: #fff;
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header {
    background-color: transparent;
  }
  .l-header .p-main-menu-button {
    border: 1px solid #fff;
  }
  .l-header .p-main-menu-button__icon:before {
    color: #fff;
  }
  .l-header .js-head-logo img:nth-of-type(1) {
    opacity: 0;
  }
  .l-header .js-head-logo img:nth-of-type(2) {
    opacity: 1;
  }
}
.l-header._open,
.l-header._scroll,
body.secondary .l-header {
  background-color: #fff;
}
.l-header._open .js-head-logo img:nth-of-type(1),
.l-header._scroll .js-head-logo img:nth-of-type(1),
body.secondary .l-header .js-head-logo img:nth-of-type(1) {
  opacity: 1;
}
.l-header._open .js-head-logo img:nth-of-type(2),
.l-header._scroll .js-head-logo img:nth-of-type(2),
body.secondary .l-header .js-head-logo img:nth-of-type(2) {
  opacity: 0;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 48em) {
  .l-header__inner {
    width: calc(100% - 10%);
  }
}
@media print, screen and (min-width: 62em) {
  .l-header__inner {
    width: calc(100% - 10%);
  }
}
@media print, screen and (min-width: 75em) {
  .l-header__inner {
    max-width: 1110px;
    width: 100%;
  }
}
@media print, screen and (min-width: 81.25em) {
  .l-header__inner {
    max-width: 1220px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 36em) {
  .l-header__inner {
    width: calc(100% - 30px);
  }
}

.l-header__inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__inner-logo a {
  display: block;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media print, screen and (min-width: 48em) {
  .l-header__inner-logo a {
    height: 44px;
  }
  .l-header__inner-logo a:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 62em) {
  .l-header__inner-logo a {
    height: 70px;
  }
}
@media print, screen and (min-width: 75em) {
  .l-header__inner-logo a {
    height: 74px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner-logo a {
    height: 40px;
  }
}
.l-header__inner-logo img {
  display: block;
  height: auto;
  width: 80px;
}

.l-header__inner-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}

.l-header__nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media print, screen and (max-width: 61.9375em) {
  .l-header__nav {
    overflow: auto;
    position: fixed;
    left: 0%;
    top: 90px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid;
    margin-bottom: 60px;
    height: -webkit-fill-available;
  }
}
.l-header._open .l-header__nav {
  visibility: visible;
  z-index: 60000;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #fff;
  opacity: 1;
}

.l-header-lang {
  display: none;
  height: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* @media print, screen and (max-width:1024px) {
  .l-header-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
} */
@media only screen and (max-width: 47.9375em) {
  .l-header-lang {
    height: 60px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header-lang-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.l-header-lang-item:nth-child(2) {
  position: relative;
}
.l-header-lang-item:nth-child(2)::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
body.secondary .l-header-lang-item:nth-child(2)::before {
  background-color: #000;
}
.l-header._scroll .l-header-lang-item:nth-child(2)::before {
  background-color: #000;
}

.l-header-lang-item.-active .l-header-lang-item__link {
  color: #0d9a7c !important;
  font-weight: 700;
  pointer-events: none;
}

.l-header-lang-item__link {
  display: block;
  line-height: 30px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
  text-align: center;
}
body.secondary .l-header-lang-item__link {
  color: #000;
}
.l-header._scroll .l-header-lang-item__link {
  color: #000;
}
@media print, screen and (min-width: 48em) {
  .l-header-lang-item__link:hover {
    color: #0d9a7c;
  }
}

.l-footer {
  background-color: #fff;
}
@media print, screen and (min-width: 48em) {
  .l-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 62em) {
  .l-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    padding-top: 40px;
    padding-bottom: 90px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-main.secondary + .l-footer {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-main.secondary + .l-footer {
    margin-top: 10px;
  }
}
.l-footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-container{
  max-width: 1300px;
}
.footer-container2{
  max-width: 1270px;
}
.banner-btn-wrap{
  top: 325px !important;
}
.banner-btn img{
  width: 100%;
}
.sp-en{
  display: none;;
}
@media print, screen and (min-width: 62em) {
  .l-footer-wrap {
    display: block;
  }
}
@media print, screen and (min-width: 81.25em) {
  .l-footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width: 61.9375em) {
  .l-footer .p-main-menu-sns-item .p-main-menu__link,
  .l-footer .p-main-menu-sns-item .p-main-menu__link svg {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 62em) {
  .l-footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 61.9375em) {
  .l-footer-links {
    display: block;
  }
    .sp-en{
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
  .pc-en{
    display: none !important;
  }
}
@media print, screen and (min-width: 48em) {
  .l-footer-links__item:not(:first-of-type) {
    margin-top: 5px;
  }
  .l-footer-links__item:last-child {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 62em) {
  .l-footer-links__item:not(:first-of-type) {
    margin-left: 15px;
    margin-top: 0px;
  }
  .l-footer-links__item:last-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer-links__item:not(:first-of-type) {
    margin-top: 5px;
  }
  .l-footer-links__item:last-child {
    margin-top: 20px;
  }
}
.l-footer-links__link {
  line-height: 2;
  font-weight: 400;
  color: #000;
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .l-footer-links__link {
    font-size: 15px;
    font-size: 0.9375rem;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .l-footer-links__link:hover {
    opacity: 0.85;
  }
}
@media print, screen and (min-width: 62em) {
  .l-footer-links__link {
    font-size: 10.5px;
    font-size: 0.65625rem;
  }
}
@media print, screen and (min-width: 75em) {
  .l-footer-links__link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 81.25em) {
  .l-footer-links__link {
    font-size: 13.5px;
    font-size: 0.84375rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer-links__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer-copyright {
  line-height: 1;
  font-weight: 400;
  color: #000;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}
@media print, screen and (min-width: 48em) {
  .l-footer-copyright {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media print, screen and (min-width: 62em) {
  .l-footer-copyright {
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: left;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 81.25em) {
  .l-footer-copyright {
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: right;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer-copyright {
    margin-top: 30px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.l-footer-menu-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer-lang-item.-active .l-footer-links__link {
  color: #0d9a7c;
}

.l-footer-lang-item:nth-child(2) {
  margin-left: 20px;
  position: relative;
}
.l-footer-lang-item:nth-child(2)::before {
  content: "";
  background-color: #000;
  height: 20px;
  width: 1px;
  top: 6px;
  left: -10px;
  position: absolute;
}

.l-footer-links__link {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 62em) {
  .l-footer-links__link:hover {
    color: #0d9a7c;
  }
}

/* ==========================================================================
Object
========================================================================== */
.c-block {
  position: relative;
}
.c-block.-break {
  padding: 0;
}
@media print, screen and (min-width: 62em) {
  .c-block {
    padding: 45px 30px;
  }
}
@media print, screen and (min-width: 75em) {
  .c-block {
    padding: 60px;
  }
}
@media print, screen and (max-width: 61.9375em) {
  .c-block {
    margin: 0px auto;
    width: auto;
    padding: 40px 30px;
  }
  .c-block:not(:first-child) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 36em) {
  .c-block {
    padding: 40px 15px;
  }
}
.c-block.-max {
  width: 100%;
}
.c-block.-green {
  background-color: #0d9a7c;
}
.c-block.-white {
  background-color: #fff;
}
.c-block.-lightGreen {
  background-color: #b6dad1;
}
.c-block.-midGreen {
  background-color: #83cdb9;
}
@media print, screen and (min-width: 62em) {
  .c-block.-column_2 {
    margin: 0px 20px 0;
    width: calc(100% / 3 * 2 - 40px);
  }
}
@media print, screen and (min-width: 62em) {
  .c-block.-column_1 {
    margin: 0px 20px 0;
    width: calc(100% / 3 * 1 - 40px);
  }
}
@media print, screen and (min-width: 62em) {
  .c-block__sub {
    padding: 45px 30px;
  }
}
@media print, screen and (min-width: 75em) {
  .c-block__sub {
    padding: 60px;
  }
}
@media print, screen and (max-width: 61.9375em) {
  .c-block__sub {
    margin: 0px auto;
    width: auto;
    padding: 40px 30px;
  }
  .c-block__sub:not(:first-child) {
    margin-top: 60px;
  }
}

.c-button {
  position: relative;
  display: block;
  font-weight: 500;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #fff;
  color: #fff;
}
body.en .c-button {
  line-height: 40px;
}
@media print, screen and (min-width: 48em) {
  .c-button {
    margin-top: 26px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    width: calc(100% - 15px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .c-button:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 62em) {
  .c-button {
    width: calc(100% - 22px);
    margin-top: 20px;
    height: 46px;
    line-height: 44px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 75em) {
  .c-button {
    margin-top: 38px;
  }
}
@media print, screen and (max-width: 61.9375em) {
  .c-button {
    width: 100%;
    margin: 30px 0;
    padding: 7px 0;
  }
}
.c-button:before,
.c-button:after {
  z-index: 2;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: "";
  border-bottom: 1px solid #fff;
  position: absolute;
}
@media print, screen and (max-width: 61.9375em) {
  .c-button:before,
  .c-button:after {
    display: none;
  }
}
.c-button:before {
  width: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 48em) {
  .c-button:before {
    top: 19px;
    right: -16px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 62em) {
  .c-button:before {
    right: -22px;
  }
}
.c-button:after {
  top: 22px;
  right: -15px;
}
@media print, screen and (min-width: 48em) {
  .c-button:after {
    width: 25px;
  }
}
@media print, screen and (min-width: 62em) {
  .c-button:after {
    right: -20px;
    width: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-button + img {
    margin-top: 33px;
  }
}
@media print, screen and (min-width: 75em) {
  .c-button + img {
    margin-top: 38px;
  }
}
@media print, screen and (min-width: 75em) {
  .c-button + img {
    margin-top: 39px;
  }
}

.c-buttonCV-wrap {
    position: fixed;
    right: 0;
    z-index: 99;
    font-size: 16px;
    top: 110px;
    color: #fff;
}
/* @media only screen and (max-width: 47.9375em) {
  .c-buttonCV-wrap {
    font-size: 16px;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-buttonCV-wrap {
    width: 100%;
    height: 64px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-buttonCV-wrap {
    width: 200px;
    height: auto;
    top: 90px;
  }
} */
/* @media print, screen and (min-width: 62em) {
  .c-buttonCV-wrap {
    width: 200px;
    top: 105px;
  }
} */

.c-buttonCV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  background-color: #109b7c;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-buttonCV.-en {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-right: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .c-buttonCV.-en {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 23.375em) {
  .c-buttonCV.-en {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.c-buttonCV.-en span {
  margin-left: 17px;
  margin-right: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .c-buttonCV.-en span {
    margin-left: 17px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-buttonCV {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-buttonCV {
    width: 100%;
    height: auto;
  }
  .c-buttonCV:nth-child(2) {
    border-left: 1px solid #fff;
  }
}
@media only screen and (max-width: 36em) {
  .c-buttonCV {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 23.375em) {
  .c-buttonCV {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-buttonCV {
    font-size: 15px;
    font-size: 0.9375rem;
    height: 80px;
  }
  .c-buttonCV:nth-child(2) {
    border-top: 1px solid #fff;
  }
  .c-buttonCV:hover {
    background-color: #3c1802;
  }
}
@media print, screen and (min-width: 62em) {
  .c-buttonCV {
    font-size: 15px;
    font-size: 0.9375rem;
    height: 90px;
  }
}
@media screen and (min-width: 1050px) {
  .c-buttonCV {
    font-size: 15px;
    font-size: 0.9375rem;
    height: 90px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1049px) {
  .c-buttonCV {
    height: 80px;
  }
}

.c-buttonCV-inner {
  position: relative;
  display: inline-block;
  text-align: center;
}

.c-buttonCV-icon {
  position: relative;
  color: #fff;
  display: block;
  font-weight: 500;
}
.c-buttonCV-icon::before {
  background-repeat: no-repeat;
  position: relative;
  content: "";
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .c-buttonCV-icon.-buy {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-buttonCV-icon.-buy {
    margin-top: -3px;
  }
}
.c-buttonCV-icon.-buy::before {
  background: url(../images/common/icon-dawn.png);
}
@media print, screen and (min-width: 48em) {
  .c-buttonCV-icon.-buy::before {
    height: 24px;
    width: 25px;
    margin-right: 9px;
    top: 6px;
  }
}
@media print, screen and (min-width: 62em) {
  .c-buttonCV-icon.-buy::before {
    height: 24px;
    width: 25px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-buttonCV-icon.-buy::before {
    height: 25px;
    width: 25px;
    margin-right: 9px;
    top: 6px;
  }
}
.c-buttonCV-icon.-logo::before {
  background: url(/assets/images/common/icon-burger.png);
}
@media print, screen and (min-width: 48em) {
  .c-buttonCV-icon.-logo::before {
    top: 5px;
    height: 24px;
    width: 25px;
    margin-right: 6px;
  }
}
@media print, screen and (min-width: 62em) {
  .c-buttonCV-icon.-logo::before {
    top: 5px;
    height: 24px;
    width: 25px;
    margin-right: 7px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-buttonCV-icon.-logo::before {
    top: 5px;
    height: 24px;
    width: 25px;
    margin-right: 6px;
  }
}
@media only screen and (max-width: 36em) {
  .c-buttonCV-icon.-logo::before {
    margin-right: 8px;
  }
}

.c-buttonSY {
  position: relative;
  display: block;
  font-weight: 500;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #0d9a7c;
  color: #0d9a7c;
}
@media print, screen and (min-width: 48em) {
  .c-buttonSY {
    margin-top: 38px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    font-size: 1rem;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .c-buttonSY:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-buttonSY {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    height: 50px;
    line-height: 48px;
    margin-top: 35px;
  }
  .c-buttonSY:nth-of-type(2) {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 47.9375em) {
  body.en .c-buttonSY {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#js-system.is-active {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  z-index: 1;
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.c-buttonSY-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .c-buttonSY-wrap {
    display: block;
  }
}
@media only screen and (max-width: 47.9375em) {
  body.en .c-buttonSY-wrap {
    display: block;
  }
}
.c-buttonSY-wrap .c-buttonSY {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 47.9375em) {
  .c-buttonSY-wrap .c-buttonSY {
    width: 100%;
  }
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-flex.-logo {
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 760px;
}
.c-flex.-name {
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-flex.-gallery {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.c-flex-nw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 61.9375em) {
  .c-flex-nw {
    display: block;
  }
}
.c-flex-nw.-logo {
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 840px;
}

.c-grid {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 75em) {
  .c-grid {
    -ms-grid-rows: 364.39px auto;
    -ms-grid-columns: 67.27272727272727% 3.636363636363636% 29.09090909090909%;
    grid-template: "image list" 364.39px "info list" auto/ 67.27272727272727% 29.09090909090909%;
    -webkit-column-gap: 3.636363636363636%;
    -moz-column-gap: 3.636363636363636%;
    column-gap: 3.636363636363636%;
  }
}
@media print, screen and (min-width: 81.25em) {
  .c-grid {
    -ms-grid-rows: 404.88px auto;
    -ms-grid-columns: 67.27272727272727% 3.636363636363636% 29.09090909090909%;
    grid-template: "image list" 404.88px "info list" auto/ 67.27272727272727% 29.09090909090909%;
    -webkit-column-gap: 3.636363636363636%;
    -moz-column-gap: 3.636363636363636%;
    column-gap: 3.636363636363636%;
  }
}
@media print, screen and (max-width: 74.9375em) {
  .c-grid {
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: 1fr;
    grid-template: "image" auto "list" auto "info" auto/ 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media print, screen and (max-width: 61.9375em) {
  .c-grid__inner:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-grid__inner.c-map-list {
    margin-top: 0px;
  }
}
.c-grid__inner.-image {
  grid-area: image;
}
.c-grid__inner.-info {
  grid-area: info;
}
.c-grid__inner.-list {
  grid-area: list;
}
@media print, screen and (min-width: 75em) {
  .c-grid__inner.-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-grid__inner.-info {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid__inner.-list {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 81.25em) {
  .c-grid__inner.-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-grid__inner.-info {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid__inner.-list {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
}
@media print, screen and (max-width: 74.9375em) {
  .c-grid__inner.-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-grid__inner.-info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .c-grid__inner.-list {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

@media print, screen and (min-width: 48em) {
  .c-grid-item {
    margin: 0px 20px 0;
    width: calc(100% / 3 * 1 - 40px);
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-grid-item {
    margin: 0px 10px 0;
    width: calc(100% / 2 - 20px);
  }
}

.c-grid-item.-title {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  background-color: #83cdb9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-grid-item.-title .c-heading {
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-grid-item.-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* ギャラリー */
.c-grid-item.-imageA {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .c-grid-item.-imageA {
    /* -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; */
    margin-top: 20px;
  }
}

.c-grid-item.-imageB {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .c-grid-item.-imageB {
    /* -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; */
    margin-top: 20px;
  }
}

.c-grid-item.-imageC {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .c-grid-item.-imageC {
    /* -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; */
    margin-top: 20px;
  }
}

.c-grid-item.-imageD {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .c-grid-item.-imageD {
    margin-top: 20px;
  }
}

.c-grid-item.-imageE {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-top: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .c-grid-item.-imageE {
    margin-top: 20px;
  }
}

.c-grid-item.-imageF {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-top: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .c-grid-item.-imageF {
    margin-top: 20px;
  }
}

.c-grid-item.-imageG {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
  margin-top: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .c-grid-item.-imageG {
    margin-top: 20px;
  }
}

.c-grid-item.-imageH {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
  margin-top: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .c-grid-item.-imageH {
    margin-top: 20px;
  }
}

.c-grid-item.-imageI {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
  margin-top: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .c-grid-item.-imageI {
    margin-top: 20px;
  }
}

.c-grid-item.-imageJ {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  margin-top: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .c-grid-item.-imageJ {
    margin-top: 20px;
  }
}

.c-grid-item.-imageK {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
  margin-top: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .c-grid-item.-imageK {
    margin-top: 20px;
  }
}
.c-grid-item.-imageL {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
  margin-top: 40px;
}

@media only screen and (max-width: 47.9375em) {
  .c-grid-item.-imageL {
    margin-top: 20px;
  }
}

.c-heading {
  line-height: 1.2;
  display: block;
}
body.en .c-heading {
  letter-spacing: -0.025em;
}
.c-heading_inner {
  display: block;
}
.c-heading.-lv_1 {
  font-weight: 700;
  color: #000;
  line-height: 1;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_1 {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading.-lv_1TG {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_1TG {
    margin-top: 40px;
  }
}
.c-heading.-lv_1TG .c-heading-image {
  width: 320px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_1TG .c-heading-image {
    width: 260px;
  }
}
.c-heading.-lv_2 {
  font-weight: 700;
  color: #000;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_2 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 23.375em) {
  .c-heading.-lv_2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-heading.-lv_2 .c-heading__sub {
  color: #fff;
  margin-left: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_2 .c-heading__sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_2 .c-heading__sub.-gr {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
}
.c-heading.-lv_2 .c-heading__sub.-bk {
  color: #000;
}
@media print, screen and (max-width: 61.9375em) {
  .c-heading.-lv_2 .c-heading__sub.-faq {
    margin-left: 0;
    margin-top: 10px;
    display: block;
    line-height: 1.5;
  }
}
.c-heading.-lv_2FD {
  width: 42%;
  margin-bottom: 30px;
}
.sweets-heading{
  width: 85% !important;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_2FD {
    width: 280px !important;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 23.375em) {
  .c-heading.-lv_2FD {
    width: 240px;
  }
}
.c-heading.-lv_2NM {
  font-weight: 300;
  color: #000;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_2NM {
    font-size: 14.5px;
    font-size: 0.90625rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 23.375em) {
  .c-heading.-lv_2NM {
    margin-top: 7px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-heading.-lv_2NM span {
  margin-left: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_2NM span {
    margin-left: 0;
    margin-top: 5px;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
  }
}
.c-heading.-lv_2MD {
  font-weight: 500;
  color: #000;
  line-height: 1;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_2MD {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 23.375em) {
  .c-heading.-lv_2MD {
    margin-top: 7px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-heading.-lv_2BF {
  font-weight: 500;
  color: #fff;
  line-height: 1;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_2BF {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-heading.-lv_2MN {
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .c-heading.-lv_2MN {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 9px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_2MN {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 9px;
  }
}
@media only screen and (max-width: 36em) {
  .c-heading.-lv_2MN {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 9px;
  }
}
@media only screen and (max-width: 23.375em) {
  .c-heading.-lv_2MN {
    font-size: 13.8px;
    font-size: 0.8625rem;
    margin-top: 8px;
  }
}
.c-heading.-lv_3 {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 48em) {
  .c-heading.-lv_3 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 36em) {
  .c-heading.-lv_3 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 21px;
    margin-bottom: 21px;
  }
}
.c-heading.-lv_3HM {
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media print, screen and (min-width: 48em) {
  .c-heading.-lv_3HM {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_3HM {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 36em) {
  .c-heading.-lv_3HM {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 21px;
    margin-bottom: 21px;
  }
}
.c-heading.-lv_3HM.-bk {
  color: #000;
}
.c-heading.-lv_3FD {
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  position: relative;
}
.c-heading.-lv_3FD:before,
.c-heading.-lv_3FD:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
}
.c-heading.-lv_3FD:before {
  width: 93%;
  z-index: 1;
  background-color: #b6dad1;
}
.c-heading.-lv_3FD:after {
  width: 100%;
  background-color: #0d9a7c;
}
@media print, screen and (min-width: 48em) {
  .c-heading.-lv_3FD {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 62em) {
  .c-heading.-lv_3FD {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_3FD {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 18px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 36em) {
  .c-heading.-lv_3FD {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 23.375em) {
  .c-heading.-lv_3FD {
    font-size: 14.5px;
    font-size: 0.90625rem;
  }
}
.c-heading.-lv_3DK {
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
@media print, screen and (min-width: 48em) {
  .c-heading.-lv_3DK {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_3DK {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
  }
}
.c-heading.-lv_3SC {
  font-weight: 500;
  line-height: 1.2;
  color: #0d9a7c;
}
@media print, screen and (min-width: 48em) {
  .c-heading.-lv_3SC {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-heading.-lv_3SC {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_3SC {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.c-heading.-lv_3SY {
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
@media print, screen and (min-width: 48em) {
  .c-heading.-lv_3SY {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-heading.-lv_3SY {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_3SY {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 23.375em) {
  .c-heading.-lv_3SY {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.c-heading.-lv_4 {
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
body.home .c-heading.-lv_4 + .c-paragraph {
  margin-top: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_4.mt-10 {
    margin-top: 25px;
  }
}
.c-heading.-lv_4.-system {
  font-weight: 500;
  color: #0d9a7c;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_4.-system {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 0;
  }
}
.c-heading.-lv_4.-system + ul {
  border-top: 1px solid #0d9a7c;
  padding-top: 18px;
  margin-top: 18px;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_4.-system + ul {
    padding-top: 12px;
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading.-lv_4 {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-heading.-lv_4:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_4 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
  }
}

.c-paragraph {
  color: #000;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
body.en .c-paragraph {
  letter-spacing: -0.05em;
}
.c-paragraph.-light {
  font-weight: 300;
}
.c-paragraph.-center {
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-paragraph.-center {
    text-align: left;
  }
}
.c-paragraph.-white {
  color: #fff;
}
@media print, screen and (min-width: 48em) {
  .c-paragraph.-menu {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 62em) {
  .c-paragraph.-menu {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-paragraph.-menu {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 10px;
  }
  .all-menu{
    font-size: 18px;
  }
}
@media only screen and (max-width: 23.375em) {
  .c-paragraph.-menu {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.home .c-paragraph {
  font-size: 16px;
  font-size: 1rem;
}
@media print, screen and (max-width: 61.9375em) {
  body.home .c-paragraph {
    margin-top: 25px;
  }
  body.home .c-paragraph br {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  body.home .c-paragraph {
    margin-top: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.home .c-paragraph:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 47.9375em) {
  body.home .c-paragraph:not(:first-of-type) {
    margin-top: 15px;
  }
}
.c-paragraph.-secondary {
  margin-top: 50px;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-paragraph.-secondary {
    margin-top: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-paragraph.-secondary br {
    display: none;
  }
}
.c-paragraph.-secondary:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .c-paragraph.-secondary:not(:first-of-type) {
    margin-top: 25px;
  }
}

.c-paragraphLG {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  line-height: 1.6666666;
  font-weight: 500;
  margin-top: 40px;
}
body.en .c-paragraphLG {
  letter-spacing: 0em;
}
.c-paragraphLG span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media print, screen and (max-width: 61.9375em) {
  .c-paragraphLG {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-paragraphLG {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-paragraphLG br {
    display: none;
  }
}
.c-paragraphLG:not(:first-of-type) {
  margin-top: 40px;
}
@media print, screen and (max-width: 61.9375em) {
  .c-paragraphLG:not(:first-of-type) {
    margin-top: 25px;
  }
}
.c-paragraphLG:first-of-type {
  margin-top: 50px;
}
@media print, screen and (max-width: 61.9375em) {
  .c-paragraphLG:first-of-type {
    margin-top: 30px;
  }
}
.c-paragraphLG.-center {
  text-align: center;
  margin-top: 35px;
}
@media only screen and (max-width: 47.9375em) {
  .c-paragraphLG.-center {
    margin-top: 20px;
    text-align: left;
  }
}

.c-link {
  position: relative;
  cursor: pointer;
}
.c-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0d9a7c;
  left: 0;
  bottom: -1px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media print, screen and (min-width: 48em) {
  .c-link:hover:before {
    width: 0%;
  }
}

@media print, screen and (min-width: 62em) {
  .c-section {
    margin: 0px -20px 0;
  }
  .c-section:not(:first-of-type) {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 61.9375em) {
  .c-section {
    margin: 0 auto;
  }
  .c-section:not(:first-of-type) {
    margin-top: 60px;
  }
}

.c-section.-full {
  margin-right: 0;
  margin-left: 0;
}

.c-video {
  margin-top: 40px;
  width: 100%;
}

.p-map {
  display: block;
  margin-bottom: 25px;
  width: 100%;
  height: 300px;
}

.p-guide {
  border-top: 1px solid #fff;
}
@media print, screen and (min-width: 62em) {
  .p-guide {
    margin-top: 45px;
    padding-top: 45px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-guide {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-guide {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.p-guide.-first {
  padding-top: 0;
  margin-top: 20px;
  border-top: none;
}
@media only screen and (max-width: 47.9375em) {
  .p-guide.-first {
    margin-top: 0px;
  }
}

.p-guide-list-item:not(:first-of-type) {
  margin-top: 5px;
}

@media print, screen and (min-width: 48em) {
  .p-guide-list-item {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 3px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-guide-list-item {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.p-guide-list.-disc {
  list-style: disc;
  padding-left: 20px;
  margin-top: 20px;
}

.p-guide-list.-num {
  list-style: decimal;
  padding-left: 42px;
  margin-top: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .p-guide-list.-num {
    padding-left: 37px;
    margin-top: 7px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-guide-appendix {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 3px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-guide-appendix {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.p-guide-heading {
  line-height: 1.7;
  margin-top: 30px;
}
.p-guide-heading + .p-guide-paragraph {
  margin-top: 10px;
}

.p-guide-paragraph{
  padding-bottom: 10px;
}

.p-guide-paragraph {
  line-height: 1.7;
  margin-top: 20px;
}
.p-guide-paragraph.-tel:before {
  position: relative;
  content: "";
  display: inline-block;
  margin-right: 12px;
  top: 10px;
  height: 31px;
  width: 17px;
  background-image: url(/assets/images/common/icon-tel.png);
  background-size: contain;
}
@media only screen and (max-width: 47.9375em) {
  .p-guide-paragraph.-tel:before {
    margin-right: 8px;
    top: 7px;
    height: 26px;
    width: 14px;
  }
}

.p-guide-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-guide-menu {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-guide-menu-item {
  line-height: 2.4;
}
@media print, screen and (min-width: 48em) {
  .p-guide-menu-item {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-guide-menu-item {
    font-size: 14.5px;
    font-size: 0.90625rem;
  }
}
.p-guide-menu-item:not(:last-of-type) {
  margin-right: 20px;
}
.p-guide-menu-item a {
  position: relative;
}
.p-guide-menu-item a:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0px;
}
@media print, screen and (min-width: 48em) {
  .p-guide-menu-item a:before {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
@media print, screen and (min-width: 48em) {
  .p-guide-menu-item a:hover:before {
    width: 0;
  }
}

.p-header-logo {
  position: relative;
}
.p-header-logo img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.js-head-logo img:nth-of-type(1) {
  opacity: 1;
}

.js-head-logo img:nth-of-type(2) {
  opacity: 0;
}

.js-head-logo.is-active img:nth-of-type(1) {
  opacity: 0;
}

.js-head-logo.is-active img:nth-of-type(2) {
  opacity: 1;
}

.l-header._open .js-head-logo.is-active img:nth-of-type(1),
.l-header._scroll .js-head-logo.is-active img:nth-of-type(1) {
  opacity: 1 !important;
}

.l-header._open .js-head-logo.is-active img:nth-of-type(2),
.l-header._scroll .js-head-logo.is-active img:nth-of-type(2) {
  opacity: 0 !important;
}

.p-info {
  background-color: #fff;
  padding: 10px 15px 20px;
}
@media print, screen and (min-width: 62em) {
  .p-info {
    margin: 0px 5px 0;
    width: calc(100% / 3 * 1 - 40px);
  }
}
@media print, screen and (max-width: 61.9375em) {
  .p-info {
    padding: 20px 15px 20px;
  }
  .p-info:not(:first-of-type) {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 62em) {
  .p-info-wrap {
    margin: 60px -5px 0;
  }
}
@media print, screen and (max-width: 61.9375em) {
  .p-info-wrap {
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 61.9375em) {
  .p-info-wrap {
    display: block;
  }
}
.p-info__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-info__head img {
  width: 60px;
  margin-right: 15px;
}
.p-info__heading {
  line-height: 1.4;
  color: #0d9a7c;
}
.p-info__heading:before {
  background: url("/assets/images/home/orihime.png");
}
@media print, screen and (min-width: 48em) {
  .p-info__heading {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 75em) {
  .p-info__heading {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 81.25em) {
  .p-info__heading {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media print, screen and (max-width: 61.9375em) {
  .p-info__heading {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-info__heading br {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-info__heading {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-info__paragraph {
  padding-top: 15px;
  border-top: 1px solid #0d9a7c;
}
@media print, screen and (min-width: 48em) {
  .p-info__paragraph {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-info__paragraph {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-info .p-info__paragraph + img {
  margin-top: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 61.9375em) {
  .p-info .p-info__paragraph + img {
    margin-top: 20px;
    width: 360px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-info .p-info__paragraph + img {
    width: 280px;
  }
}
@media only screen and (max-width: 36em) {
  .p-info .p-info__paragraph + img {
    width: 240px;
  }
}
@media only screen and (max-width: 23.375em) {
  .p-info .p-info__paragraph + img {
    width: 200px;
  }
}

.c-map {
  position: relative;
}
@media print, screen and (min-width: 75em) {
  .c-map {
    height: 364.39px;
  }
}
@media print, screen and (min-width: 81.25em) {
  .c-map {
    height: 404.89px;
  }
}
.c-map-wrap {
  z-index: 0;
}
.c-map-click {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 1;
}
.c-map map {
  cursor: pointer;
}
.c-map .c-map-hover {
  z-index: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-map .c-map-hover.is-active {
  opacity: 1;
}
.c-map-hover {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-map-image,
.c-map-info {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 75em) {
  .c-map-image,
  .c-map-info {
    width: 666px;
  }
}
@media print, screen and (min-width: 81.25em) {
  .c-map-image,
  .c-map-info {
    width: 740px;
  }
}

@media print, screen and (min-width: 75em) {
  .c-max-fixed._scroll .c-map-image,
  .c-max-fixed._scroll .c-map-info {
    position: fixed;
  }
}

@media print, screen and (max-width: 74.9375em) {
  .c-max-fixed._scroll .c-map-info {
    position: static;
  }
}

@media print, screen and (min-width: 75em) {
  .c-max-fixed._scroll .c-map-info {
    top: 105px;
  }
}

@media print, screen and (min-width: 75em) {
  .c-max-fixed._scroll .c-map-image {
    top: 105px;
  }
}

.c-max-fixed._scroll .c-map-info {
  top: 510.89px;
}
@media print, screen and (min-width: 75em) {
  .c-max-fixed._scroll .c-map-info {
    top: 464.39px;
  }
}
@media print, screen and (min-width: 81.25em) {
  .c-max-fixed._scroll .c-map-info {
    top: 510.89px;
  }
}

.p-list .c-paragraph {
  margin-top: 0 !important;
}

@media print, screen and (max-width: 74.9375em) {
  .p-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-list .p-list-item {
    width: 50%;
  }
  body.en .p-list .p-list-item:nth-of-type(1),
  body.en .p-list .p-list-item:nth-of-type(2),
  body.en .p-list .p-list-item:nth-of-type(3) {
    width: 100%;
  }
  body.en .p-list .p-list-item:nth-of-type(1) .p-list-hidden,
  body.en .p-list .p-list-item:nth-of-type(2) .p-list-hidden,
  body.en .p-list .p-list-item:nth-of-type(3) .p-list-hidden {
    width: 100%;
    margin-left: 0;
  }
}

.p-list-item:not(:first-child) {
  margin-top: 1px;
}

@media print, screen and (max-width: 74.9375em) {
  .p-list-item:nth-child(2) {
    margin-top: 0;
  }
}

.p-list-item.is-open .p-list-item__button {
  background-color: #eee !important;
}

.p-list-item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  width: 100%;
  text-align: left;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-list-item__button {
    height: 65px;
  }
}
@media only screen and (max-width: 36em) {
  .p-list-item__button {
    height: 60px;
  }
}
.p-list-item__button:before,
.p-list-item__button:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  background-color: #000;
  height: 1px;
  width: 17px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
body.en .p-list-item__button:before,
body.en .p-list-item__button:after {
  width: 12px;
  right: 5px;
}
@media print, screen and (min-width: 48em) {
  .p-list-item__button:before,
  .p-list-item__button:after {
    right: 15px;
  }
}
@media print, screen and (min-width: 62em) {
  .p-list-item__button:before,
  .p-list-item__button:after {
    right: 10px;
  }
}
@media print, screen and (min-width: 75em) {
  .p-list-item__button:before,
  .p-list-item__button:after {
    right: 15px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-list-item__button:before,
  .p-list-item__button:after {
    right: 8px;
    width: 10px;
    top: auto;
    bottom: 16px;
  }
  body.en .p-list-item__button:before,
  body.en .p-list-item__button:after {
    top: 12px;
    width: 7px;
  }
}
.p-list-item__button:before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-list-item__button:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.is-open .p-list-item__button:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.p-list-item:nth-of-type(2n) .p-list-item__button {
  background-color: #d3d1d9;
}

.p-list-item:nth-of-type(2n + 1) .p-list-item__button {
  background-color: #e0dee6;
}

.p-list-item-heading {
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 48em) {
  .p-list-item-heading {
    padding-left: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 62em) {
  .p-list-item-heading {
    font-size: 14.5px;
    font-size: 0.90625rem;
    padding-left: 8px;
  }
}
@media print, screen and (min-width: 75em) {
  .p-list-item-heading {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 81.25em) {
  .p-list-item-heading {
    padding-left: 15px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-list-item-heading {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 36em) {
  .p-list-item-heading {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 8px;
    line-height: 1.2;
  }
}
.p-list-item-heading__sub {
  line-height: 1;
  margin-top: 6px;
  display: block;
  font-weight: 400;
}
@media print, screen and (min-width: 48em) {
  .p-list-item-heading__sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-list-item-heading__sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-list-item-num {
  line-height: 1;
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-list-item-num.-yellow {
  background-color: #fff200;
}
.p-list-item-num.-green {
  background-color: #0d9a7c;
  color: #fff;
}
@media print, screen and (min-width: 48em) {
  .p-list-item-num {
    height: 100%;
    padding: 0 12px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 62em) {
  .p-list-item-num {
    height: 100%;
    padding: 0 6px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 81.25em) {
  .p-list-item-num {
    height: 100%;
    padding: 0 12px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-list-item-num {
    height: 100%;
    padding: 0 3px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
  }
}

.p-list-hidden {
  max-height: 0;
  margin-top: 1px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #fff;
}
@media print, screen and (max-width: 74.9375em) {
  .p-list-hidden {
    width: 200%;
  }
  .p-list-item:nth-child(2n) .p-list-hidden {
    margin-left: -100%;
  }
  body.en .p-list-item:nth-child(2n) .p-list-hidden {
    margin-left: 0%;
  }
  body.en .p-list-item:nth-child(2n + 1) .p-list-hidden {
    margin-left: -100%;
  }
}
.p-list-hidden-inner {
  padding: 30px 15px;
}
.p-list-hidden .p-list-paragraph {
  margin: 0;
  font-size: 14.5px;
  font-size: 0.90625rem;
}
.p-list-hidden img {
  margin-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-list-hidden img {
    max-width: 400px;
  }
}
@media print, screen and (min-width: 75em) {
  .p-list-item.is-open .p-list-hidden {
    max-height: 450px;
  }
}
@media print, screen and (max-width: 74.9375em) {
  .p-list-item.is-open .p-list-hidden {
    max-height: 1000px;
  }
}
@media print, screen and (max-width: 61.9375em) {
  .p-list-item.is-open .p-list-hidden {
    max-height: 600px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-list-item.is-open .p-list-hidden {
    max-height: 450px;
  }
}

.p-main-menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999999999999;
  position: relative;
  display: none;
  width: 72px;
  height: 72px;
  border: 1px solid #000;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media print, screen and (max-width: 61.9375em) {
  .p-main-menu-button {
    display: block;
  }
  .p-main-menu-button._open,
  .l-header._scroll .p-main-menu-button,
  body.secondary .p-main-menu-button {
    border: 1px solid #000 !important;
  }
}
.p-main-menu-button.is-active {
  border: 1px solid #fff;
}
.p-main-menu-button.is-active .p-main-menu-button__icon:before {
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .p-main-menu-button {
    display: block;
    width: 60px;
    height: 60px;
  }
}
.p-main-menu-button:focus {
  outline: none;
}

.p-main-menu-button__icon {
  margin-right: auto;
  margin-left: auto;
}
.p-main-menu-button__icon:before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: "";
  color: #000;
  line-height: 1;
}
@media print, screen and (min-width: 48em) {
  .p-main-menu-button__icon:before {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-main-menu-button__icon:before {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.l-header._open .p-main-menu-button__icon:before {
  content: "";
}
.l-header._open .p-main-menu-button__icon:before,
.l-header._scroll .p-main-menu-button__icon:before,
body.secondary .p-main-menu-button__icon:before {
  color: #000 !important;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-main-menu-button__icon span {
    left: 18px;
  }

  .p-main-menu-button__icon span:nth-child(3) {
    bottom: 25px;
  }

  .p-main-menu-button__icon span:nth-child(2) {
    top: 34px;
  }

  .p-main-menu-button__icon span:nth-child(1) {
    top: 25px;
  }
    .menu-flex{
      display: block;
    }
  .p-menu-price{
    text-align: left;
  }
  .p-menu-item:nth-child(n + 2){
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-main-menu-button:hover {
    border: 1px solid #000;
  }
  .p-main-menu-button:hover .p-main-menu-button__icon:before {
    color: #fff !important;
  }
}

.p-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media print, screen and (max-width: 61.9375em) {
  .p-main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 10%);
    margin: 15px auto 0;
    height: 150%;
    position: fixed;
    /* top:0; */
    left: 5%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: -webkit-fill-available;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-main-menu {
    width: calc(100% - 60px);
    left: 30px;
    height: 150%;
    margin-bottom: 60px;
    height: -webkit-fill-available;
  }
}
@media only screen and (max-width: 36em) {
  .p-main-menu {
    width: calc(100% - 30px);
    padding-top: 0;
    left: 15px;
    height: 160%;
    height: -webkit-fill-available;
  }
}

.p-main-menu__item {
  position: relative;
  font-weight: 400;
}
.p-main-menu__item.-address,
.p-main-menu__item.-cv {
  display: none;
}
@media print, screen and (max-width: 61.9375em) {
  .p-main-menu__item {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .p-main-menu__item.-address {
    display: block;
    margin-top: 25px;
  }
  .p-main-menu__item.-sns {
    margin-top: 12px;
  }
  .p-main-menu__item.-contact {
    margin-top: 12px;
  }
  .p-main-menu__item.-cv {
    display: block;
    margin-top: 30px;
  }
  .p-main-menu__item.-cv a {
    padding: 15px 0px 14px;
  }
  .p-main-menu__item.-contact,
  .p-main-menu__item.-sns,
  .p-main-menu__item.-address,
  .p-main-menu__item.-lang {
    border: none;
  }
}
@media only screen and (max-width: 36em) {
  .p-main-menu__item {
    padding: 0;
  }
}
@media print, screen and (min-width: 62em) {
  .p-main-menu__item:not(:first-child) {
    margin-left: 11px;
  }
}
@media print, screen and (min-width: 75em) {
  .p-main-menu__item:not(:first-child) {
    margin-left: 15px;
  }
}

.p-main-menu__link {
  display: block;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
body.en .p-main-menu__link {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0em;
}
@media print, screen and (min-width: 48em) {
  .p-main-menu__link:hover {
    opacity: 0.8;
  }
}
@media print, screen and (max-width: 61.9375em) {
  .p-main-menu__link {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    padding: 20px 0;
  }
  .p-main-menu__link::before {
    content: "";
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 13px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 50%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-main-menu__link span:hover {
    /* color: rgba($color:#000, $alpha: 0.5); */
  }
}

.p-main-menu__link--sub {
  display: none;
  color: #0d9a7c;
  margin-left: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media print, screen and (max-width: 61.9375em) {
  .p-main-menu__link--sub {
    display: inline-block;
  }
}

.p-main-menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-main-menu-sns-item .p-main-menu__link::before {
  content: none;
}

@media print, screen and (min-width: 62em) {
  .p-main-menu-sns-item .p-main-menu__link {
    width: 20px;
    height: 20px;
  }
}

@media print, screen and (min-width: 75em) {
  .p-main-menu-sns-item .p-main-menu__link {
    width: 26px;
    height: 26px;
  }
}

@media print, screen and (max-width: 61.9375em) {
  .p-main-menu-sns-item .p-main-menu__link {
    width: 36px;
    height: 36px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-main-menu-sns-item .p-main-menu__link {
    width: 24px;
    height: 24px;
  }
}

.p-main-menu-sns-item .p-main-menu__link svg {
  display: block;
}
@media print, screen and (min-width: 62em) {
  .p-main-menu-sns-item .p-main-menu__link svg {
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 75em) {
  .p-main-menu-sns-item .p-main-menu__link svg {
    width: 26px;
    height: 26px;
  }
}
@media print, screen and (max-width: 61.9375em) {
  .p-main-menu-sns-item .p-main-menu__link svg {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-main-menu-sns-item .p-main-menu__link svg {
    width: 24px;
    height: 24px;
  }
}

@media print, screen and (min-width: 62em) {
  .p-main-menu-sns-item:not(:first-child) {
    margin-left: 5px;
  }
}

@media print, screen and (min-width: 75em) {
  .p-main-menu-sns-item:not(:first-child) {
    margin-left: 8px;
  }
}

@media print, screen and (max-width: 61.9375em) {
  .p-main-menu-sns-item:not(:first-child) {
    margin-left: 15px;
  }
}

@media print, screen and (min-width: 62em) {
  .p-main-menu-contact {
    display: block;
  }
}

@media print, screen and (min-width: 75em) {
  .p-main-menu-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 61.9375em) {
  .p-main-menu-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 61.9375em) {
  .p-main-menu-contact-item {
    width: calc(50% - 5px);
  }
}

@media print, screen and (min-width: 48em) {
  .p-main-menu-contact-item a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media print, screen and (min-width: 62em) {
  .p-main-menu-contact-item a {
    font-size: 11.5px;
    font-size: 0.71875rem;
  }
}

@media print, screen and (min-width: 75em) {
  .p-main-menu-contact-item a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media print, screen and (min-width: 62em) {
  .p-main-menu-contact-item:not(:first-child) a {
    border-top: none;
  }
}

@media print, screen and (min-width: 75em) {
  .p-main-menu-contact-item:not(:first-child) a {
    border-top: 1px solid #000;
  }
}

@media print, screen and (min-width: 75em) {
  .p-main-menu-contact-item:not(:first-child) {
    margin-top: 0;
    margin-left: 10px;
  }
}

.p-main-menu-contact-item__link {
  display: block;
  border: 1px solid #000;
  padding: 15px 12px 14px;
  line-height: 1;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media print, screen and (min-width: 62em) {
  .p-main-menu-contact-item__link {
    padding: 13px 5px 12px;
  }
}
@media print, screen and (min-width: 75em) {
  .p-main-menu-contact-item__link {
    padding: 15px 12px 14px;
  }
}
@media print, screen and (max-width: 61.9375em) {
  .p-main-menu-contact-item__link {
    padding: 15px 6px 14px;
  }
}
@media only screen and (max-width: 23.375em) {
  .p-main-menu-contact-item__link {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-main-menu-contact-item__link:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
  }
}

.p-main-menu-address-head {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-main-menu-address-text {
  font-size: 12px;
  font-size: 0.75rem;
}

@media print, screen and (min-width: 62em) {
  .p-main-menu__item.-lang .p-main-menu-lang-item .p-main-menu__link {
    text-align: center;
  }
}

@media print, screen and (min-width: 48em) {
  .p-main-menu__item.-lang .p-main-menu-lang-item .p-main-menu__link:hover {
    color: #0d9a7c;
  }
}

@media print, screen and (max-width: 61.9375em) {
  .p-main-menu__item.-lang .p-main-menu-lang-item .p-main-menu__link {
    padding: 5px 0;
  }
}

.p-main-menu__item.-lang .p-main-menu-lang-item.-active .p-main-menu__link {
  color: #0d9a7c;
  font-weight: 700;
  pointer-events: none;
}

@media print, screen and (min-width: 62em) {
  .p-main-menu__item.-lang .p-main-menu-lang-item:nth-of-type(2) {
    margin-top: 5px;
    padding-top: 5px;
    position: relative;
  }
}

@media print, screen and (min-width: 62em) {
  .p-main-menu__item.-lang .p-main-menu-lang-item:nth-of-type(2)::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    content: "";
  }
}

@media print, screen and (max-width: 61.9375em) {
  .p-main-menu-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    padding-bottom: 120px;
  }
  .p-main-menu-lang .p-main-menu-lang-item {
    margin-top: 0;
    padding-top: 0;
  }
  .p-main-menu-lang .p-main-menu-lang-item:nth-child(2) {
    margin-left: 30px;
    position: relative;
  }
  .p-main-menu-lang .p-main-menu-lang-item:nth-child(2)::before {
    position: absolute;
    bottom: 5px;
    left: -15px;
    width: 1px;
    height: 22px;
    background-color: #000;
    content: "";
  }
  .p-main-menu-lang .p-main-menu-lang-item .p-main-menu__link::before {
    content: none;
  }
}

.p-main {
  padding: 80px 0;
}
.p-main.secondary {
  margin-top: 120px;
}
@media only screen and (max-width: 47.9375em) {
  .p-main.secondary {
    margin-top: 10px;
    padding-bottom: 50px;
  }
}

.p-main-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .p-main-wrap {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-main-wrap {
    padding: 10px 0;
  }
}

.p-main-inner {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-main-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-main-inner {
    padding-top: 18px;
    padding-bottom: 20px;
  }
}

#redirect_info {
  border: 1px solid #000000;
  position: relative;
  margin: 10px 0 0 0;
  padding: 20px;
}

@media print, screen and (min-width: 48em) {
  .p-main-inner {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 90%;
    height: 90%;
  }
}
@media only screen and (max-width: 47.9375em) {
  #redirect_info {
    font-size: 0.875rem;
    margin: 10px 12px 0;
  }
  .p-main-inner {
    padding-top: 18px;
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
  }
}

#redirect_info h2,
p {
  margin: 0 auto;
  margin-left: 5px;
}

.p-mainvisual {
  position: relative;
  height: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 48em) {
  .p-mainvisual {
    width: calc(100% - 10%);
    margin-top: 90px;
  }
}
@media print, screen and (min-width: 62em) {
  .p-mainvisual {
    width: calc(100% - 10%);
    margin-top: 104px;
  }
}
@media print, screen and (min-width: 75em) {
  .p-mainvisual {
    max-width: 1110px;
    width: 100%;
  }
}
@media print, screen and (min-width: 81.25em) {
  .p-mainvisual {
    max-width: 1220px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-mainvisual {
    width: 100%;
    margin-top: 0px;
  }
}
.p-mainvisual-inner {
  position: relative;
}
.p-mainvisual-message {
  letter-spacing: 0.02em;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
}
body.en .p-mainvisual-message {
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 48em) {
  .p-mainvisual-message {
    margin: 30px 0 60px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 62em) {
  .p-mainvisual-message {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-mainvisual-message {
    margin: 20px 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 23.375em) {
  .p-mainvisual-message {
    font-size: 16px;
    font-size: 1rem;
  }
}

.js-shadow span {
  position: relative;
  display: inline-block;
}
.js-shadow span::before {
  background: #222;
  display: inline-block;
  width: 0;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.js-shadow.is-active span::before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .p-menu:first-of-type {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-menu:first-of-type {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-menu:not(:first-of-type) {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-menu:not(:first-of-type) {
    margin-top: 70px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-menu-list {
    margin: 0px -10px;
  }
}

@media print, screen and (min-width: 62em) {
  .p-menu-list {
    margin: 0px -20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-menu-list {
    margin: 0px -15px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-menu-list:not(:first-of-type) {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-menu-list:not(:first-of-type) {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-menu-item {
    margin: 0 20px;
    width: calc(100% / 2 - 40px);
  }
  .p-menu-item:nth-of-type(1) {
    margin-top: 0;
  }
  .p-menu-item:nth-of-type(2) {
    margin-top: 0;
  }
  
}

@media print, screen and (min-width: 62em) {
  .p-menu-item {
    margin: 0 20px;
    width: calc(100% / 3 - 40px);
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-menu-item {
    margin: 50px auto 0;
    width: calc(100% - 30px);
  }
  .p-menu-item:first-of-type {
    margin-top: 0;
  }
}

.p-menu-item__link {
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 48em) {
  .p-menu-item__link:hover .p-pilot-image {
    opacity: 0.7;
  }
}

.p-menu-text {
  margin-top: 20px;
}

.p-menu-info {
  display: -ms-grid;
  /* display: grid; */
}
.menu-fz{
  font-size: 16px;
}
/* .menu-flex{
  display: flex;
  justify-content: space-between;
} */
.menu-sub-p{
  font-size: 14px;
  font-weight: normal;
}
.d-flex{
  width: 100%;
  flex-wrap: wrap;
  height: 100%;
}
.sweets-flex{
  display: flex;
}

.sweets-sub-p{
    margin-top: -39px;
    padding-bottom: 10px;
    color: #0d9a7c;
}
.alcohol-items{
    width: 100% !important;
    align-items: baseline;
}
.alcohol-items-sec .p-drink-item{
  width: calc(100% / 4 - 30px) !important;
}
.drink-price{
  color: #0d9a7c;
}

@media only screen and (max-width: 991px) {
.alcohol-items-sec .p-drink-item {
    width: calc(100% / 4 - 10px) !important;
}
}

@media only screen and (max-width: 47.9375em){
.alcohol-items {
    margin: 40px 10px 0 !important;
}
.alcohol-items-sec .p-drink-item {
    width: calc(100% / 2 - 17px) !important;
}
.alcohol-items-h2{
  margin-bottom:0px !important;
}
.menu-flex{
  display: block;
}
.d-flex{
  width: 100%;
}
.sweets-sub-p{
margin-top: -20px;
}
}

@media print, screen and (min-width: 48em) {
  .p-menu-info {
    margin-top: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 68% 32%;
    grid-template: "head price" auto "data price" auto/ 68% 32%;
  }
  .p-menu-info.-dessert {
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto 115px;
    grid-template: "head price" auto "data price" auto/ auto 115px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-menu-info {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 55% 45%;
    grid-template: "head price" auto "data price" auto/ 55% 45%;
  }
}

.p-menu-head {
  grid-area: head;
}

.p-menu-data {
  grid-area: data;
}
@media print, screen and (min-width: 48em) {
  .p-menu-data-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 62em) {
  .p-menu-data-item {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-menu-data-item {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.p-menu-data-item.-dessert {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-menu-data-item.-info {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-menu-data-item:not(.-info):before {
  content: "◆";
  color: #0d9a7c;
}
@media print, screen and (min-width: 48em) {
  .p-menu-data-item:not(:last-of-type) {
    margin-right: 0.7rem;
  }
}
@media print, screen and (min-width: 62em) {
  .p-menu-data-item:not(:last-of-type) {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-menu-data-item:not(:last-of-type) {
    margin-right: 0.7rem;
  }
}
@media only screen and (max-width: 36em) {
  .p-menu-data-item:not(:last-of-type) {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.menu-ul{
  display: flex;
  flex-wrap: wrap;
}
.p-menu-price {
  grid-area: price;
  align-self: flex-end;
  color: #0d9a7c;
  font-weight: 700;
}

@media print, screen and (min-width: 48em) {
  .p-menu-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-menu-info.-dessert > .p-menu-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-menu-data {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-menu-info.-dessert > .p-menu-data {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-menu-price {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-menu-info.-dessert > .p-menu-price {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-menu-head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-menu-data {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-menu-price {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}
@media print, screen and (min-width: 48em) {
  .p-menu-price {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.25;
  }
}
@media print, screen and (min-width: 62em) {
  .p-menu-price {
    font-size: 24px;
    font-size: 1.5rem;

  }
}
@media only screen and (max-width: 47.9375em) {
  .p-menu-price {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: left;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 23.375em) {
  .p-menu-price {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.p-menu-price-mini {
  font-weight: 400;
  margin-left: 3px;
}

@media print, screen and (min-width: 48em) {
  .p-menu-price-mini {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 62em) {
  .p-menu-price-mini {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-menu-price-mini {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-menu-extra {
  margin-top: 40px;
  border: 1px solid #0d9a7c;
  padding: 15px 20px;
}
@media only screen and (max-width: 47.9375em) {
  .p-menu-extra {
    margin-top: 30px;
    padding: 10px 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.p-menu-dessert {
  max-width: 1060px;
  margin: 60px auto 0;
  padding: 30px 40px;
  border: 1px solid #0d9a7c;
}
@media print, screen and (min-width: 48em) {
  .p-menu-dessert {
    padding: 30px 25px;
  }
}
@media print, screen and (min-width: 62em) {
  .p-menu-dessert {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-menu-dessert {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 36em) {
  .p-menu-dessert {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-menu-dessert .p-menu-image {
    width: 100%;
  }
}
.p-menu-dessert .p-menu-text {
  margin-top: 0;
  margin-left: 30px;
  width: calc(100% - 390px);
}
@media only screen and (max-width: 47.9375em) {
  .p-menu-dessert .p-menu-text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-drink {
    margin: 0px -10px;
  }
}

@media print, screen and (min-width: 62em) {
  .p-drink {
    margin: 0px -20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-drink {
    margin: 0px -15px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-drink-coffee {
    margin: 0px 10px;
    width: calc(100% / 2 - 20px);
  }
}

@media print, screen and (min-width: 62em) {
  .p-drink-coffee {
    margin: 0 20px;
    width: calc(100% / 2 - 40px);
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-drink-coffee {
    margin: 0px auto;
    width: calc(100% - 30px);
  }
}

@media print, screen and (min-width: 48em) {
  .p-drink-list {
    margin: 0px 5px;
    width: calc(100% / 2 - 10px);
  }
}

@media print, screen and (min-width: 62em) {
  .p-drink-list {
    margin: 0px 5px;
    width: calc(100% / 2 - 10px);
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-drink-list {
    margin: 40px auto 0;
    width: calc(100% - 15px);
  }
}

@media print, screen and (min-width: 48em) {
  .p-drink-item {
    margin: 20px 5px 0;
    width: calc(100% / 2 - 10px);
  }
  .p-drink-item:nth-of-type(1) {
    margin-top: 0;
  }
  .p-drink-item:nth-of-type(2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 62em) {
  .p-drink-item {
    margin: 25px 15px 0;
    width: calc(100% / 2 - 30px);
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-drink-item {
    margin: 10px 7.5px 0;
    width: calc(100% / 2 - 15px);
  }
  .p-drink-item:nth-of-type(1) {
    margin-top: 0;
  }
  .p-drink-item:nth-of-type(2) {
    margin-top: 0;
  }
}

.p-drink-data {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 3px;
}

.p-drink-info {
  margin-top: 30px;
}

.p-drink-title {
  background-color: #0d9a7c;
  padding: 10px 20px;
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .p-drink-title {
    padding: 10px 15px;
  }
}
.p-drink-title img {
  width: 210px;
}
@media only screen and (max-width: 47.9375em) {
  .p-drink-title img {
    width: 180px;
  }
}

.p-drink-subtitle {
  color: #0d9a7c;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 47.9375em) {
  .p-drink-subtitle {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    line-height: 1.5;
  }
}
.p-drink-subtitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0d9a7c;
}

.p-drink-name {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}

.p-support {
  background-color: #0d9a7c;
  margin-top: 120px;
  padding: 60px 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-support {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-support-flex {
    margin: 30px -10px 0;
  }
}
@media print, screen and (min-width: 62em) {
  .p-support-flex {
    margin: 30px -20px 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-support-flex {
    margin: 0px -15px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-support-items {
    margin: 0 10px;
    width: calc(100% / 2 - 20px);
  }
  .p-support-items:first-of-type {
    width: calc(60% - 20px);
  }
  .p-support-items:last-of-type {
    width: calc(40% - 20px);
  }
}
@media print, screen and (min-width: 62em) {
  .p-support-items {
    margin: 0 20px;
    width: calc(100% / 2 - 40px);
  }
  .p-support-items:first-of-type {
    width: calc(60% - 40px);
  }
  .p-support-items:last-of-type {
    width: calc(40% - 40px);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-support-items {
    margin: 0 auto;
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-support-links {
    margin-top: 30px;
  }
}
.p-support-links-inner {
  background-color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .p-support-links-inner {
    padding: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-support-data {
  color: #0d9a7c;
}
.p-support-image {
  width: 66px;
}
.p-support-supervisor {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-support-supervisor {
    margin-top: 30px;
  }
}
.p-support-supervisor-text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
}
@media print, screen and (min-width: 48em) {
  .p-support-supervisor-text {
    font-size: 14px;
    font-size: 0.875rem;
    width: calc(100% - 66px - 15px);
  }
}
@media print, screen and (min-width: 62em) {
  .p-support-supervisor-text {
    font-size: 16px;
    font-size: 1rem;
    width: calc(100% - 66px - 30px);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-support-supervisor-text {
    font-size: 14px;
    font-size: 0.875rem;
    width: calc(100% - 66px - 15px);
  }
}

.p-modal-area {
  display: none;
  top: 0;
  left: 0;
  width: 60vw;
  height: 80%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #b6dad1;
}
@media only screen and (max-width: 47.9375em) {
  .p-modal-area {
    width: 100%;
    height: auto;
    padding: 30px 0px 40px;
  }
}

.p-modal + button {
  margin: 0px 15px !important;
}
@media only screen and (max-width: 47.9375em) {
  .p-modal + button {
    margin: 0 !important;
  }
}

.p-modal-bg {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.4);
}

.p-modal-image {
  width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-modal-image {
    width: 80%;
  }
}
@media only screen and (max-width: 36em) {
  .p-modal-image {
    width: 100%;
  }
}

.p-modal {
  overflow: auto;
  z-index: 99999;
  margin: 0px auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-modal {
    width: calc(100% - 30px);
  }
}

.p-modal-head {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}

.p-modal-image {
  margin-top: 40px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 36em) {
  .p-modal-image {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

.p-modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  border: none;
  background: none;
  width: 34px;
  height: 34px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-modal-close {
    width: 27px;
    height: 27px;
  }
}
.p-modal-close::before,
.p-modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  background: #000;
  width: 1px;
  height: 46px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-modal-close::before,
  .p-modal-close::after {
    top: -5px;
    width: 1px;
    height: 36px;
  }
}
.p-modal-close::before {
  left: 16px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
@media only screen and (max-width: 47.9375em) {
  .p-modal-close::before {
    left: 13px;
  }
}
.p-modal-close::after {
  right: 17px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
@media only screen and (max-width: 47.9375em) {
  .p-modal-close::after {
    right: 12.5px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-modal-close:hover {
    opacity: 0.8;
  }
}

@media print, screen and (min-width: 48em) {
  .p-pilot {
    margin: 60px -7.5px 0;
  }
}

@media print, screen and (min-width: 62em) {
  .p-pilot {
    margin: 60px -10px 0;
  }
}

@media print, screen and (min-width: 75em) {
  .p-pilot {
    margin: 60px -12px 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-pilot {
    margin: 40px -7.5px 0;
  }
}

@media print, screen and (min-width: 48em) {
  .p-pilot-item {
    margin: 30px 7.5px 0;
    width: calc(100% / 4 - 15px);
  }
  .p-pilot-item:nth-of-type(1) {
    margin-top: 0;
  }
  .p-pilot-item:nth-of-type(2) {
    margin-top: 0;
  }
  .p-pilot-item:nth-of-type(3) {
    margin-top: 0;
  }
  .p-pilot-item:nth-of-type(4) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 62em) {
  .p-pilot-item {
    margin: 30px 10px 0;
    width: calc(100% / 5 - 20px);
  }
  .p-pilot-item:nth-of-type(5) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 75em) {
  .p-pilot-item {
    margin: 30px 12px 0;
    width: calc(100% / 6 - 24px);
  }
  .p-pilot-item:nth-of-type(6) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-pilot-item {
    margin: 20px 7.5px 0;
    width: calc(100% / 3 - 15px);
  }
  .p-pilot-item:nth-of-type(1) {
    margin-top: 0;
  }
  .p-pilot-item:nth-of-type(2) {
    margin-top: 0;
  }
  .p-pilot-item:nth-of-type(3) {
    margin-top: 0;
  }
}

.p-pilot-item__link {
  display: block;
  cursor: pointer;
}
body.en .p-pilot-item__link {
  pointer-events: none;
}
@media print, screen and (min-width: 48em) {
  .p-pilot-item__link:hover .p-pilot-image {
    opacity: 0.7;
  }
  body.en .p-pilot-item__link:hover .p-pilot-image {
    opacity: 1;
    pointer-events: none;
  }
}

.p-pilot-image {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.p-pilot-image img {
  border-radius: 0 20px;
}

.keen-slider__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}

.keen-slider[data-keen-slider-v] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.keen-slider[data-keen-slider-v] .keen-slider__slide {
  width: 100%;
}

.keen-slider[data-keen-slider-moves] * {
  pointer-events: none;
}

.p-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  height: 50vw;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 48em) {
  .p-slide {
    height: 50vw;
  }
}
@media print, screen and (min-width: 62em) {
  .p-slide {
    height: 60vh;
  }
}
@media print, screen and (min-width: 75em) {
  .p-slide {
    height: 75vh !important;
    max-height: 785px;
  }
}
@media print, screen and (min-width: 81.25em) {
  .p-slide {
    height: calc(100vh - 104px - 102px) !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-slide {
    height: 50vw;
  }
}
@media only screen and (max-width: 36em) {
  .p-slide {
    height: 750px;
  }
}
@media only screen and (max-width: 23.4375em) {
  .p-slide {
    height: 750px;
  }
}
@media only screen and (max-width: 23.375em) {
  .p-slide {
    height: 650px;
  }
}
.p-slide-image {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 36em) {
  .p-slide-image {
    top: 0%;
    -webkit-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
  }
}
@media only screen and (max-width: 23.4375em) {
  .p-slide-image {
    top: 0%;
    -webkit-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
  }
}

.p-slide-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
}

.js-logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 180px;
}
@media print, screen and (max-width: 61.9375em) {
  .js-logo {
    width: 120px;
    bottom: 15px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .js-logo {
    width: 100px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 36em) {
  .js-logo {
    left: 15px;
    bottom: 15px;
    width: 100px;
  }
}
@media only screen and (max-width: 36em) {
  .js-logo {
    display: none;
  }
}
.js-logo.is-active {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 48em) {
  .p-sponsor {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-sponsor:not(:first-of-type) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-sponsor:not(:first-of-type) {
    margin-top: 50px;
  }
  .p-sponsor:first-of-type {
    margin-top: 40px;
  }
}

.p-sponsor-heading {
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .p-sponsor-heading {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sponsor-heading {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

.p-sponsor-block {
  height: auto;
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media print, screen and (min-width: 48em) {
  .p-sponsor-block:hover {
    opacity: 0.8;
  }
}
.p-sponsor-block.-column_3 {
  width: calc(100% / 3 - 60px);
  margin: 30px 30px 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-sponsor-block.-column_3 {
    width: calc(100% - 30px);
    margin: 30px auto 0;
    max-width: 230px;
  }
  .p-sponsor-block.-column_3 img {
    width: 180px;
  }
}
.p-sponsor-block.-column_4 {
  width: calc(100% / 4 - 40px);
  margin: 30px 20px 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-sponsor-block.-column_4 {
    width: calc(100% / 2 - 30px);
    margin: 30px 15px 0;
  }
}
.p-sponsor-block.-column_5 {
  width: calc(100% / 5 - 30px);
  margin: 30px 15px 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-sponsor-block.-column_5 {
    width: calc(100% / 2 - 30px);
    margin: 30px 15px 0;
  }
}

.p-sponsor-name {
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .-column_3 .p-sponsor-name {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .-column_3 .p-sponsor-name {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 48em) {
  .-column_4 .p-sponsor-name {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .-column_4 .p-sponsor-name {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 48em) {
  .-column_5 .p-sponsor-name {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .-column_5 .p-sponsor-name {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 15px;
  }
}

.p-system {
  border-top: 1px solid #fff;
}
@media print, screen and (min-width: 62em) {
  .p-system {
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-system {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-system {
    margin-top: 45px;
    padding-top: 45px;
  }
}
.p-system:first-of-type {
  margin-top: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .p-system:first-of-type {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.p-system-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .p-system-grid {
    display: block;
  }
}
@media print, screen and (min-width: 75em) {
  .p-system-image {
    width: 35%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-system-image {
    width: 30%;
  }
}
@media print, screen and (min-width: 75em) {
  .p-system-info {
    width: calc(65% - 40px);
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 62em) {
  .p-system-info {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-system-info {
    width: calc(70% - 30px);
    margin-left: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-system-info {
    margin-top: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-system-info-appendix {
  margin-top: 5px;
}
@media print, screen and (min-width: 62em) {
  .p-system-info-appendix {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-system-info-appendix {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-system-info-appendix {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-system-info-sm {
  margin-top: 20px;
}
.p-system-block {
  margin-top: 30px;
}
.p-system-list {
  padding-left: 12px;
}
@media only screen and (max-width: 47.9375em) {
  .p-system-list {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-system-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-system-item:not(:first-of-type) {
  margin-top: 3px;
}
.p-system-item:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  position: relative;
  left: -12px;
  top: -3px;
}
@media only screen and (max-width: 47.9375em) {
  .p-system-item:before {
    width: 4px;
    height: 4px;
    left: -10px;
    top: -3px;
  }
}
.p-system-block {
  background-color: #fff;
  padding: 20px 25px;
}
@media only screen and (max-width: 47.9375em) {
  .p-system-block {
    padding: 20px 15px;
  }
}

/* -------------中山追記 */
.title-fl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.rental-button {
  margin-top: 0px;
  width: calc(100% - 58%);
  background: #fff;
}

.option-area-fl{
  display: flex;
  justify-content: space-around;
}

.option-area-fl img{
  width: 350px;
  margin: 0 auto;
    display: block;
}

.option-area-sec{
  width: 40%;
}

.option-area-title{
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
}

.option-area >.option-area-ttl{
  font-size: 16px;
  margin: 60px 0 50px 0;
}

.red{
  font-size: 14px;
    margin: 60px 0 50px 0;
    color: #0d9a7c;
    font-weight: 500;
}

.cl-white{
    background: white;
    padding: 25px;
    margin-top: 20px;
}

.cl-white p{
  font-size: 14px;
}

.title-sm{
  font-size: 14px;
}

.reservation-span{
  font-size: 16px;
}

.cl-white-se{
  padding-bottom: 50px;
}

@media print, screen and (max-width: 61.9375em){
.rental-button {
    width: 100%;
    margin: 30px 0;
    padding: 0px;
}

.title-fl{
  display: block;
}

.option-area-fl{
  display: block;
}

.ipad-br{
display: block;
}

.c-heading.-lv_3SY.option-area-ttl{
  line-height: 1.7;
}

.option-area-sec{
width: 100%;
display: flex;
}

.option-area-sec:last-child{
  margin-top: 30px;
}

.option-area-fl img{
  width: 220px;
  display: block;
}

.red{
  font-size: 14px;
}

.cl-white{
  margin-top: 0px;
  margin-left: 30px;
}

.cl-white p{
  font-size: 14px;
}

}

@media only screen and (max-width: 47.9375em) {
  .option-area-fl img{
    width: 100%;
    margin-top: -20px;
  }

  .option-area-sec {
    display: block;
  }

  .cl-white {
    margin-left: 0px;
    padding: 15px;
}
.option-area-sec:last-child {
    margin-top: 60px;
}

.option-area-title {
    font-size: 15px;
}

}

/* アニメーション用
----------------------------------------------------------------- */
/* ベース */
.u-fade {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.u-fade.is-active,
.u-anime-group.is-active .u-fade {
  opacity: 1;
}

/* 下から上 */
.u-fade.-up {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.u-fade.-up.is-active,
.u-anime-group.is-active .u-fade.-up {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* FAQ中山追記 */
.header-logo img{
  width:70% ;
  height: auto;
}
.header_inner-pp{
  display: flex;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  align-items: center;
  height: 104px;
}
.header-ll{
  width: 100%;
  background: #fff;
  /* margin: 0 auto; */
  height: 104px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.nav_list-ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_item{
  margin-left: 15px;
  white-space: nowrap;
}
/* .second{
  margin-top: 0px !important;
} */

.hamburger{
  display: none;
}

@media only screen and (max-width: 1024px) {
.hamburger {
     display: block;
    position: fixed;
    z-index: 3;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    padding: 8px;
    border: 1px solid #000;
    top: 15px;
    right: 10%;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 14px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 19px;
}
.hamburger span:nth-child(2) {
  top: 28px;
}
.hamburger span:nth-child(3) {
  top: 37px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 29px;
  left: 14px;
  background :#000;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 29px;
  background :#000;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    background: #fff;
    top: 90px;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow:hidden;
    visibility: hidden;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  border-top: 1px solid #000;
  visibility: visible;
}
.l-header.active{
  background: #fff;
}

.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
/* .header-flex{
  display: flex;
} */
}

@media only screen and (max-width: 992px) {
  .header-logo img {
    width: 45%;
}
.header-ll {
    height: 94px;
    padding: 0 20px;
}
}



@media only screen and (max-width: 584px) {
.hamburger {
    right: 14%;
}
}

/* メニュー */
.p-menu-image{
  position: relative;
}

.p-menu-image p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    color: black;
    background: #fff;
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.menu-p{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}

.menu-caution{
  padding: 20px 0 !important;
}

@media print, screen and (max-width: 1024px){
.p-menu-image p{
font-size: 14px;
padding: 10px 0;
}
.menu-p{
  font-size: 16px;
}
}

.en-br{
  content: "";
}

.al-caution{
  font-size: 14px;
  margin-top: 25px;
}

.cv-btn{
  background: #602500;
  border: 1px solid #602500;
  color: #fff;
}
.cv-btn-follow {
  display: block;
  text-align: center;
  background: #59290b;
  width: 177px;
  height: 155px;
  color: #fff;
}
.cv-btn-img {
  margin-top: 30px;
}
.cv-btn-follow:hover {
  background-color: #281104;
  transition: 0.4s;
}
.appetizer-img{
  width: 83% !important;
}

.support-div{
  margin: 40px 0 0 0;
}

.support-sec{
  width: 100%;
}

/* メニュー */
.p-menu-item:nth-child(n + 4){
  margin-top: 30px;
}
.menu-pdf{
  color: #109b7c;
  border-bottom: 1px solid #109b7c;
}
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  margin-top: 50px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 65px;
  border-bottom: 3px solid #13ab8f;
  background-color: #d9d9d9;
  font-size: 20px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}

.tab_item:hover {
  opacity: 0.75;
  transition: all 0.2s ease !important; 
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  background-color: #13ab8f;
  color: #fff;
}

.heading_menu{
  width: 50%;
  margin: 0 auto;
}
.menu-price-sub{
  font-size: 15px !important;
  margin-top: 7px;
  display: block;
}
.menu-price-sub2{
  font-size: 13px !important;
  font-weight: normal !important;
}
/* @media print,
screen and (max-width: 61.9375em) {
.p-menu-item:nth-child(n + 4) {
    margin-top: 0px;
  }
} */
.soy-milk-price{
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading.-lv_2FD{
    margin-top: 60px;
  }
  .tab_content {
    padding: 40px 0px 0;
  }
  .tab_item{
    font-size: 16px;
  }
  .c-heading.-lv_3FD{
    margin-bottom: -4px;
    margin-top: 10px;
  }
  .p-menu-item {
    margin: 30px auto 0;
  }
  .p-menu-item:nth-child(n + 2) {
    margin-top: 50px;
  }

  .sp-on {
    display: block;
  }
  .drink-p{
    padding: 0 20px;
  }
  .drink-ul{
    padding: 0 20px;
  }
  .soft-drink-title{
    padding: 0 20px;
  }
    .c-heading.-lv_2FD{
      padding-left: 20px;
    }
  .c-heading.-lv_2FD:nth-child(n + 2){
    margin-top: 50px !important;
  }
  .drink-en{
    /* display: block; */
    line-height: 1.3;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
}
@media print,
screen and (max-width: 767px) {
  .p-menu-item:nth-child(n + 2) {
    margin-top: 30px;
  }
  .food-title,
  .drink-menu{
    margin-top: 0px !important;
  }

  #redirect_info p {
    font-size: 17px !important;
  }
}
.soft-drink-title{
  font-size: 20px;
  font-weight: bold;
  margin-left: 0px;
  margin-top: 20px;
}
.soft-drink-title span{
  font-size: 16px;
  color: #0d9a7c;
}
/* パイロット */
.heading_pilot{
  width: 90%;
}

  .pc-none {
    display: none;
  }

  .sp-none {
    display:block;
  }

/* menu */
.all-menu{
  font-size: 20px;
}

.info-link {
  color: #14ab8f;
  font-weight: bold;
  border-bottom: 1px solid #14ab8f;
  padding-bottom: 2px;
  text-align: center;
}

#redirect_info p {
  text-align: center;
  font-size: 21px;
}
.p-main-menu__item.-cv a {
  background: #59290b;
}
.en-l-footer-wrap {
  justify-content: center;
}

.en-l-footer-links {
  margin-right: 30px;
}
.pc-guideline-btn{
  font-size: 14px;
}


/* ロゴ */
@media screen and (max-width: 991px) and (min-width: 768px) {
  .p-header-logo img {
    width: 60px;
    top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-header-logo img {
    width: 70px;
    top: -15px;
  }
}

@media only screen and (max-width: 768px) {
    .cv-btn-img {
        margin: 0;
      }
    
      .cv-btn-img {
        width: 20px;
      }

    .pc-none {
      display: block;
    }
  
    .sp-none {
      display: none;
    }
  
    .c-buttonCV-wrap {
      display: flex;
      width: 100%;
      height: 64px;
      bottom: 0 !important;
      top: initial;
    }
    .cv-btn-follow{
      display: flex;
      width: 100%;
      height: auto;
    }
    .cv-btn-p {
      margin: 0;
    }
    .l-footer-wrap{
      display: block;
    }
    .l-footer-copyright{
      text-align: center;
    }
    .all-menu {
      font-size: 16px !important;
    }
    .menu-b-title{
      font-size: 16px !important;
    }
    .sp-menu-price{
      font-size: 16px !important;
    }
  .en-l-footer-wrap {
    justify-content: initial;
  }

  .en-l-footer-links {
    margin-right: 0px;
  }


}

/* メニューページ */
.menu-button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.menu-button-item {
  /* background: #109B7C; */
  color: #fff;
  font-weight: bold;
  margin: 0 20px;
  text-align: center;
  border: 2px solid #109B7C;
  max-width: 100%;
  width: 400px;
}

.menu-button-item a {
  background: #109B7C;
  color: #fff;
  display: inline-block;
  padding: 25px 0;
  width: 100%;
}

.menu-button-item:hover {
  background-color: transparent;
  ;
}

.menu-button-item a:hover {
  color: #109B7C;
  transition-duration: 0.2s;
  background-color: transparent;
}

.sp-on2 {
  display: none;
}

.pilot-info{
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 860px) {
  .menu-button {
    display: block;
  }

  .menu-button-item {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 767px) {
.pilot-info {
 font-size: 14px;
  text-align: left;
  }
}
@media only screen and (max-width: 430px) {
  .sp-on2 {
    display: block;
  }
}


.note-icon {
  border: 1px solid #000;
  border-radius: 50%;
  width: 26px;
}

@media only screen and (max-width: 813px) {
  .note-icon {
    width: 23px;
  }

  .note-icon2 {
    width: 29px !important;
  }
}

/* ニュースページ */

.news-h1 {
  font-family: "Futura";
  font-weight: bold;
  color: #04a77e;
  font-size: 40px;
  text-align: center;
}

.news-whole {
  margin-top: 110px;
}

.news-item {
  display: flex;
  margin-bottom: 90px;
  justify-content: center;
   padding-top: 110px;
  margin-top: -130px;
}

.news-pic {
  margin-right: 40px;
  width: 350px;
      text-align: center;
}

.news-date {
  font-size: 14px;
  display: inline-block;
  background: #B6DAD0;
  padding: 5px 16px;
}

.news-title {
  margin: 14px 0;
  font-size: 22px;
  font-weight: bold;
}

.news-sec {
  width: calc(100% - 350px);
}

.news-pic img {
  width: 100%;
}
.news-pcon{
  display: none;
}
.news-item {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 60px;
}

.news-item-first {
  border-bottom: none;
  padding-bottom: 0;
}

@media only screen and (max-width: 813px) {
  .news-item {
    display: block;
  }


  .news-sec {
    width: 100%;
  }

  .news-whole {
    margin-top: 60px;
  }
    .news-h1{
      font-size: 35px;
    }
    .news-title{
      font-size: 20px;
    }
    .news-spon {
      display: none;
    }
        .news-contents {
          margin-top: 20px;
        }
            .news-pcon {
              display: block;
              margin: 0 auto;
            }
}

.news-pic2 {
  text-align: center;
}
.news-pic2 img {
  width: 80%;
}

.wi80{
  width: 80% !important; 
  margin: 0 auto; 
  display: inline-block;
  text-align: center;
}