@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
/*
/* 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,
icenter,
dl,
dt,
dd,
ol,
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;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-break: strict;
}

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

area:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  line-height: 0;
  vertical-align: bottom;
}

/*
/* Base
/*
----------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #fff;
}

body {
  color: #1f1f1f;
  font-family: "LIFULLFONT", "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.-active {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

/*
/* Normarize
/*
----------------------------------------------------------------- */
p {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #1f1f1f;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

p.-c {
  text-align: center;
}

p.-r {
  text-align: right;
}

figure:not([class]) {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  figure:not([class]) {
    margin: 15px 0;
  }
}

figure.-c {
  text-align: center;
}

figure.-r {
  text-align: right;
}

b,
strong {
  font-weight: bold;
}

b.-assort,
strong.-assort {
  color: #ed6103;
}

sup {
  font-size: 75%;
  vertical-align: top;
  position: relative;
  top: 0;
}

sub {
  font-size: 75%;
  vertical-align: bottom;
  position: relative;
  bottom: 0;
}

.contents {
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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 * {
  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-slide--html {
  padding: 6px;
}

.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 {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.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;
}

.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: -44px;
  z-index: 401;
}

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

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

.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;
}

/* Caption */
.fancybox-caption {
  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;
  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);
  }
}

.box-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0;
}

@media screen and (max-width: 768px) {
  .box-img {
    display: block;
    margin: 1em 0;
  }
}

.box-img__fig {
  /* width: 34%; */
  /* flex: 0 0 auto; */
  text-align: center;
}

@media screen and (max-width: 768px) {
  .box-img__fig {
    width: 100% !important;
    max-width: 100%;
    margin: 32px 0;
  }
}

.box-img__fig .-border img,
.box-img__fig.-border img {
  border: 1px solid #e1e1e1;
}

.box-img__fig .-caption {
  margin-top: 0.5em;
  font-size: 1.4rem;
  line-height: 1.8;
}

.box-img__fig.-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .box-img__fig.-logo {
    padding-left: 0;
    display: block;
    margin-bottom: 0;
    padding: 0 10px;
  }
}

.box-img__fig iframe {
  width: 100%;
  height: auto;
}

.box-img__movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.box-img__movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-img__lead {
  font-weight: bold;
  font-size: 1.8rem;
  color: #ed6103;
  margin-bottom: 1em;
}

@media screen and (max-width: 992px) {
  .box-img__lead {
    font-size: 1.6rem;
  }
}

.box-img__body {
  /* flex: 1 1 auto; */
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .box-img__body {
    width: 100% !important;
  }
}

.cm-imgBox.-texture .box-img__body {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 80px 70px;
  margin: 0 -80px -70px;
}

@media screen and (max-width: 768px) {
  .cm-imgBox.-texture .box-img__body {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .box-img__body.common_pr_50 {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .box-img__body.-wid70 {
    width: 100% !important;
  }
}

.box-img__body > *:first-child {
  margin-top: 0;
}

.box-img.-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.box-img.-left .box-img__body {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .box-img.-left .box-img__body {
    padding-left: 0;
  }
}

.box-img.-right .box-img__body {
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .box-img.-right .box-img__body {
    padding-right: 0;
  }
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  /* padding: 0 20px;
	@include mq(sp) {
		padding: 0;
	} */
}

.full-width__inner {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .full-width__inner {
    position: relative;
    padding: 0;
  }
}

#dcms_layoutPageBlock > .full-width:first-child {
  margin-top: 112px;
}

@media screen and (max-width: 768px) {
  #dcms_layoutPageBlock > .full-width:first-child {
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px) {
  .mod-securityArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 940px;
    margin: 2rem auto;
    background: #ffffff;
    font-size: 1.2rem;
  }
  .mod-securityArea .councilBox,
  .mod-securityArea .specificationBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 10px);
  }
  .mod-securityArea .councilBox dt,
  .mod-securityArea .specificationBox dt {
    padding-right: 1em;
  }
  .mod-securityArea .councilBox dt img,
  .mod-securityArea .specificationBox dt img {
    max-width: none;
  }
  .mod-securityArea .councilBox dd,
  .mod-securityArea .specificationBox dd {
    line-height: 1.4;
  }
  .mod-securityArea .councilBox dt a {
    display: block;
  }
  .mod-securityArea .councilBox dt img {
    width: 62px;
  }
  .mod-securityArea .specificationBox dt img {
    width: 130px;
  }
  .sec-footer {
    background: #ed6103;
    /* min-width: 960px; */
    padding: 0 20px;
  }
  .mod-footer {
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
    font-size: 1.3rem;
  }
  .mod-footer .logo {
    margin-left: -15px;
  }
  .mod-footer .serviceLinks {
    position: absolute;
    top: 15px;
    right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 839px) {
  .mod-footer .serviceLinks {
    position: inherit;
  }
}

@media screen and (min-width: 769px) {
  .mod-footer .serviceLinks ul {
    width: 670px;
    line-height: 2;
    text-align: right;
  }
}

@media screen and (min-width: 769px) and (max-width: 839px) {
  .mod-footer .serviceLinks ul {
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .mod-footer .serviceLinks li {
    display: inline-block;
    margin-right: 10px;
  }
  .mod-footer .serviceLinks li:after {
    content: "";
    display: inline-block;
    border-right: 1px solid #fff;
    height: 10px;
    padding-right: 10px;
    vertical-align: -1px;
  }
  .mod-footer .serviceLinks li:nth-of-type(5n),
  .mod-footer .serviceLinks li:last-child {
    margin-right: 0;
  }
  .mod-footer .serviceLinks li:nth-of-type(5n):after,
  .mod-footer .serviceLinks li:last-child:after {
    border-right: none;
    padding-right: 0;
  }
  .mod-footer .serviceLinks a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .mod-footer .serviceLinks a:hover {
    color: #ffe680;
  }
  .mod-footer .copyright {
    color: #fff;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
  }
}

@media screen and (min-width: 769px) and (max-width: 939px) {
  .mod-footer .copyright {
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .mod-footer.is-simple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }
  .mod-footer.is-simple .copyright {
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 768px) {
  .mod-securityArea {
    border-top: 1px solid #bdc8ca;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1.5rem 0;
    font-size: 1.1rem;
  }
  .mod-securityArea .councilBox,
  .mod-securityArea .specificationBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding: 0.6rem 1rem 0;
  }
  .mod-securityArea .councilBox dt,
  .mod-securityArea .specificationBox dt {
    padding-bottom: 2rem;
    width: 100%;
  }
  .mod-securityArea .councilBox dt img,
  .mod-securityArea .specificationBox dt img {
    display: block;
    margin: auto;
  }
  .mod-securityArea .councilBox dd,
  .mod-securityArea .specificationBox dd {
    width: 100%;
    line-height: 1.4;
    word-break: break-all;
  }
  .mod-securityArea .councilBox {
    border-right: 1px solid #d8d8d8;
  }
  .mod-securityArea .councilBox dt a {
    display: block;
    width: 100%;
  }
  .mod-securityArea .councilBox dt img {
    width: 62px;
  }
  .mod-securityArea .specificationBox dt img {
    width: 130px;
  }
  .mod-footer {
    background-color: #ed6103;
  }
  .mod-footer.has-fixedInquireBtn {
    padding-bottom: 100px;
  }
  .mod-footer .navUtility li a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
  }
  .mod-footer .companyIdentity {
    text-align: center;
    padding: 10px 25px;
  }
  .mod-footer .companyIdentity .logo {
    padding-bottom: 10px;
  }
  .mod-footer .companyIdentity .logo img {
    display: inline-block;
  }
  .mod-footer .companyIdentity .copyright {
    line-height: 1.4;
    padding: 0 20px;
    font-size: 1.2rem;
    color: #fff;
  }
}

@media screen and (min-width: 769px) {
  .sec-header {
    /* min-width: 960px; */
  }
  .mod-header {
    width: 100%;
    /* min-width: 960px; */
    background: #fff;
    border-bottom: 1px solid #bdc8ca;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
  }
  .mod-header .homesBar {
    background: #ed6103;
    width: 100%;
    /* min-width: 960px; */
    font-size: 1.3rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 32px;
    padding-bottom: 4px;
  }
  .mod-header .homesBar .logo {
    display: inline-block;
    vertical-align: middle;
  }
  .mod-header .homesBar .logo a {
    display: block;
    padding: 2px 0 0 3px;
    line-height: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .mod-header .homesBar .logo a:hover {
    opacity: 0.6;
  }
  .mod-header .homesBar .message {
    display: inline-block;
    vertical-align: middle;
    margin-left: 19px;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .mod-header .homesBar .message a {
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .mod-header .homesBar .message a:hover {
    color: #ffe680;
  }
  .mod-header .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
  }
  .mod-header .header .logo {
    margin: 0.8rem 0 1.2rem;
  }
  .mod-header .header .logo a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .mod-header .header .logo a:hover {
    opacity: 0.6;
  }
  .mod-header .header .function {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    /* min-width: 645px; */
  }
  .mod-header .header .function .tel {
    border-right: 1px solid #bdc8ca;
    padding: 4px 10px;
  }
  .mod-header .header .function .tel dt {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .mod-header .header .function .tel .time {
    font-size: 1rem;
  }
  .mod-header .header .function .tel dd {
    color: #ed6103;
  }
  .mod-header .header .function .tel .free {
    border: 1px solid #ed6103;
    margin-right: 0.5em;
    padding: 2px;
    font-size: 1.2rem;
  }
  .mod-header .header .function .tel .number {
    font-size: 2rem;
    vertical-align: middle;
  }
  .mod-header .header .function .tel .number a {
    text-decoration: none;
    color: #ed6103;
  }
  .mod-header .header .function .inquire {
    margin-left: 10px;
  }
  .mod-header .header .function .inquire li {
    display: inline-block;
    margin-right: 10px;
  }
  .mod-header .header .function .inquire a {
    display: block;
    background: #fff;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
    padding: 1.2rem 1.6rem;
    border: 1px solid #bdc8ca;
    border-radius: 100px;
    box-shadow: 0 1px 2px rgba(132, 132, 132, 0.3);
  }
  .mod-header .header .function .inquire a:hover {
    background: #fffea4;
    border-color: #ed6103;
    color: #ed6103;
    box-shadow: none;
  }
  .mod-header .header .function .inquire .free {
    font-size: 1rem;
    border-radius: 10px;
    padding: 4px 6px;
    background: #f0f0f0;
    margin-left: 0.5rem;
  }
  .mod-header .header .function.noInquireBtn {
    /* min-width: 300px; */
  }
  .mod-header .header .function.noInquireBtn .tel {
    border-right: none;
  }
  .mod-header.is-fixed {
    position: fixed;
    z-index: 1000;
  }
  .mod-header.is-fixed .homesBar {
    display: none;
  }
  .mod-header.is-fixed .header {
    border-top: 10px solid #ed6103;
  }
  .mod-header.is-simple {
    border-top: 8px solid #ed6103;
    border-bottom: none;
    background: #f7fafa;
  }
  .mod-header.is-simple .header {
    max-width: 960px;
    margin: 0 auto;
  }
  .mod-header.is-simple .header .logo {
    margin: 0.5rem 0 1rem;
  }
  .mod-header .header .header_news_nonstop {
    font-size: 2.3rem;
    font-weight: 600;
    color: #ed6103;
    padding: 12px 22px;
    border: 2px solid #ed6103;
    border-radius: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 1.5rem 1.3rem 1.2rem 0;
  }
}

@media screen and (max-width: 1032px) {
  .mod-header .header .header_news_nonstop {
    font-size: 1.6rem;
    white-space: nowrap;
    padding: 8px 16px;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .mod-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .mod-header.hide {
    margin-top: -85px;
  }
  .mod-header .upper {
    background: #ed6103;
    color: #fff;
    display: table;
    width: 100%;
  }
  .mod-header .upper > .logo {
    display: table-cell;
    vertical-align: middle;
    width: 112px;
    height: 50px;
    padding: 0 10px 0 2px;
  }
  .mod-header .upper > .headerTitle {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1rem;
  }
  .mod-header .upper > .announce {
    display: table-cell;
    font-size: 0.625em;
    width: 12em;
    padding-bottom: 14px;
    vertical-align: bottom;
  }
  .mod-header .upper > .announce a {
    text-decoration: underline;
  }
  .header__logo_sp {
    max-width: 200px;
    min-width: 200px;
    max-height: 50px;
  }
  .mod-header .upper > .categoryName {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 1.1rem;
    /* text-align: right; */
  }
  .mod-header .upper > .copy a {
    color: inherit;
    text-decoration: none;
    line-height: 1.4;
  }
  .mod-header .upper > .categoryName {
    padding: 0 15px 0 0;
  }
  .mod-header .upper > .categoryName a,
  .mod-header .upper > .categoryName span {
    display: inline-block;
    /* border: 1px solid #fff; */
    /* border-radius: 4px; */
    /* padding: 9px 10px; */
    color: inherit;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  .mod-header .header_news_nonstop {
    background: #fff;
    color: #ed6103;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    padding: 11px;
    line-height: 1;
  }

  .mod-header .selectMenu {
    display: table-cell;
    /* height: 30px; */
    height: 50px;
    width: 26px;
  }
  .mod-header .selectMenuInn {
    position: relative;
  }
  .mod-header .selectMenuInn .bar,
  .mod-header .selectMenuInn::before,
  .mod-header .selectMenuInn::after {
    background-color: #fff;
    height: 2px;
    position: absolute;
    top: 24px;
    width: 18px;
  }
  .mod-header .selectMenuInn::before {
    content: " ";
    top: 18px;
  }
  .mod-header .selectMenuInn::after {
    content: " ";
    top: 30px;
  }
  body .mod-nav {
    width: 100%;
    height: 100%;
    background-color: transparent;
    height: 0;
    z-index: -1;
  }
  body .mod-nav .navBody {
    position: fixed;
    top: 0;
    right: -1000px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #f5f5f5;
    z-index: 1020;
    width: 80%;
    height: 100%;
    padding: 2rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body .mod-nav .navBody .head {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2.7rem;
  }
  body .mod-nav .navBody .note {
    font-size: 1.2rem;
  }
  body .mod-nav .navBody .btnArea li {
    margin-bottom: 1rem;
  }
  body .mod-nav .navBody .btnArea li a.business-hour-disabled {
    color: #a5a5a5;
    background: #ebebeb;
    pointer-events: none;
  }
  body .mod-nav .navBody .btnArea li .btn-line {
    padding: 1.35rem 1rem;
    background: #ffffff;
    border: 1px solid #bfc9cc;
    box-shadow: 0 1px 2px 0 rgba(132, 132, 132, 0.4);
    color: #1f1f1f;
  }
  body .mod-nav .navBody .btnArea li .btn-line::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
    background: url("/assets/common/icon_line-b1b11a8d.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  body .mod-nav .navBody .btnArea li .btn-line span {
    display: inline-block;
    vertical-align: middle;
  }
  body .mod-nav .navBody .consultBtn {
    padding-bottom: 16px;
    margin-bottom: 0;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }
  body .mod-nav .navBody .consultBtn div.space {
    padding: 6px;
  }
  body .mod-nav .navBody .consultBtn li:not(.cv__reservation__btn) a span {
    font-size: 1.6rem;
  }
  body .mod-nav .navBody .consultBtn .free-icon {
    background: #0e15a8;
    font-size: 1.2rem !important;
    padding: 5px 6px 3px;
    float: right;
    margin-right: 12px;
    margin-top: 0;
    border-radius: 5px;
    color: #fff;
    width: 48px;
    text-align: center;
  }
  body .mod-nav .navBody .consultBtn .tel .free-icon {
    background: #003af6;
  }
  body .mod-nav .navBody .consultBtn .tel .business-hour-disabled {
    border-color: #a5a5a5;
  }
  body .mod-nav .navBody .consultBtn .tel .business-hour-disabled:before {
    border-right-color: #ebebeb;
    height: 54px;
  }
  body .mod-nav .navBody .consultBtn .tel .business-hour-disabled .free-icon {
    background: #dadada;
    color: #fff;
  }
  body .mod-nav .navBody .consultBtn .line .free-icon {
    background: #4caf50;
  }
  body .mod-nav .navBody .consultBtn .note {
    margin-top: 10px;
    margin-bottom: 27px;
  }
  body .mod-nav .navBody .consultBtn .title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 7px;
  }
  body .mod-nav .navBody .consultBtn .title span + span {
    margin-left: 28px;
    font-size: 12px;
  }
  body .mod-nav .navBody .serviseLinks {
    margin: 2rem -2rem;
  }
  body .mod-nav .navBody .serviseLinks > li:first-child a {
    border-top: 1px solid #dadada;
  }
  body .mod-nav .navBody .serviseLinks a {
    display: block;
    padding: 2rem;
    background: #fff;
    border-bottom: 1px solid #dadada;
    text-decoration: none;
    color: #ed6103;
    font-weight: bold;
  }
  body .mod-nav .navBody .serviseLinks .subLinks a {
    padding-left: 4rem;
  }
  body .mod-nav .navBody .serviseLinks .arrow {
    position: relative;
    padding-right: 4rem;
  }
  body .mod-nav .navBody .dropdown .subLinks {
    overflow: hidden;
    max-height: 1000px;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  body .mod-nav .navBody .dropdown .arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 20px;
    right: 2rem;
    border-top: 3px solid #6c6c6c;
    border-right: 3px solid #6c6c6c;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  body .mod-nav .navBody .dropdown.close .arrow:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  body .mod-nav .navBody .dropdown.close .subLinks {
    max-height: 0;
  }
  body .mod-nav .closeBtn {
    position: fixed;
    z-index: 1020;
    top: 25px;
    right: -700px;
    right: calc(90% - 1000px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: transparent;
    width: 0;
    height: 0;
  }
  body .mod-nav .closeBtn:before,
  body .mod-nav .closeBtn:after {
    width: 30px;
    position: absolute;
    top: 0;
    content: "";
    border-top: 3px solid #fff;
    -webkit-transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  body .mod-nav .closeBtn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body .mod-nav .closeBtn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.is-visible {
    position: fixed;
    width: 100%;
  }
  body.is-visible .mod-nav {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    z-index: 1000;
  }
  body.is-visible .mod-nav .navBody {
    right: 0;
    z-index: 1020;
  }
  body.is-visible .mod-nav .closeBtn {
    right: 90%;
    z-index: 1020;
  }
  body.is-visible .mod-nav .closeBtn:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.is-visible .mod-nav .closeBtn:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mod-nav .cv__reservation__btn a {
    width: 100%;
  }
}

.consultBtn li:not(.cv__reservation__btn) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 58px;
  border-radius: 5px;
  text-decoration: none;
}

.consultBtn li:not(.cv__reservation__btn) a span {
  display: block;
  margin-top: 1px;
  width: calc(100% - 40px);
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 320px) {
  .consultBtn li:not(.cv__reservation__btn) a span {
    font-size: 1.5rem;
  }
}

.consultBtn li:not(.cv__reservation__btn) a:before {
  display: inline-block;
  content: "";
  min-width: 58px;
  height: 58px;
  border-radius: 5px 0 0 5px;
  vertical-align: middle;
}

@media screen and (max-width: 320px) {
  .consultBtn li:not(.cv__reservation__btn) a:before {
    min-width: 48px;
  }
}

.consultBtn li.line a {
  background: #00c300;
}

.consultBtn li.line a:before {
  background: #00c300 url("/assets/common/icon_line_bubble-fabc3e70.svg") no-repeat center center;
  background-size: 32px;
  border-right: 1px solid #00b300;
}

.consultBtn li.tel a {
  background: #fff;
  border: 2px solid #003af6;
  border-radius: 5px;
}

.consultBtn li.tel a:before {
  background: url("/assets/common/icon_phone_blue-2ce7efdb.png") no-repeat center center;
  background-color: transparent;
  background-size: 30px;
  border-right: 1px solid rgba(44, 58, 246, 0.1);
}

.consultBtn li.tel a span {
  color: #003af6;
}

.consultBtn li.tel a.business-hour-disabled:before {
  background: url("/assets/common/icon_phone-2674e123.svg") no-repeat center center;
  background-color: transparent;
  background-size: 30px;
}

.consultBtn li.tel a.business-hour-disabled span {
  color: #a5a5a5;
}

.mod-nav .cv__reservation__btn a {
  height: 58px;
}

.mod-nav .cv__reservation__btn a .-txt {
  font-size: 1.6rem !important;
  line-height: 3.6;
}

.site-pagetop {
  position: fixed;
  height: 0;
  right: 20px;
  bottom: 85px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .site-pagetop {
    position: fixed;
    height: 0;
    z-index: 0;
    right: 5px;
    bottom: 150px;
  }
}

.site-pagetop a {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  height: 80px;
  color: #ed6103;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .site-pagetop a {
    height: 60px;
  }
}

.site-pagetop a:hover::after {
  background-color: #a54402;
  border-color: #a54402;
  color: #fff;
}
.site-pagetop a::before {
  content: "";
  display: block;
  background-image: url("https://icon.lifull.com/lh/chevron-up-outline");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.site-pagetop a::after {
  content: "";
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 25px;
  border: 3px solid #ed6103;
  background: #fff;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .site-pagetop a::after {
    border: 2px solid #ed6103;
    width: 46px;
    height: 46px;
  }
}

/* 電話CTAここから */

.tel-cta + .full-width.present {
  padding-top: 0;
}

.tel-cta .full-width__inner {
  padding: 100px 0 60px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tel-cta .full-width__inner {
    padding: 30px 0;
  }
}

.tel-cta_title {
  color: #ed6103;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: -20px;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .tel-cta_title {
    position: relative;
    left: auto;
    transform: inherit;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.4;
    top: auto;
  }
}

.tel-cta_title::before {
  content: "";
  position: absolute;
  width: 544px;
  height: 30px;
  background-color: #f9f9f9;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .tel-cta_title::before {
    display: none;
  }
}

.tel-cta_wrap {
  border: 2px solid #ed6103;
  border-radius: 20px;
  padding: 40px 45px 26px 45px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 25px;
}

@media screen and (max-width: 900px) {
  .tel-cta_wrap {
    padding: 40px 40px 26px 40px;
  }
}

@media screen and (max-width: 768px) {
  .tel-cta_wrap {
    padding: 18px 34px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .balloon {
    position: relative;
  }
  .balloon:before,
  .balloon:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
  }
  .balloon:before {
    border-style: solid;
    border-color: #ed6103 transparent transparent transparent;
    border-width: 12px 24px 0 24px;
    top: -2px;
  }
  .balloon:after {
    border-style: solid;
    border-color: #f9f9f9 transparent transparent transparent;
    border-width: 10px 20px 0 20px;
    z-index: 10;
    top: -2px;
  }
}

.tel-cta_wrap::after {
  position: absolute;
  content: "";
  background: url("/assets/common/img_top_telcta_chara_pc-ef3c1cd7.png") no-repeat;
  width: 155px;
  height: 160px;
  right: 3%;
  bottom: 0;
  /* z-index: 2; */
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .tel-cta_wrap::after {
    right: 1%;
  }
}

@media screen and (max-width: 768px) {
  .tel-cta_wrap::after {
    background: url("/assets/common/img_top_telcta_chara_sp-ed5dc639.png");
    width: 114px;
    height: 168px;
    background-size: cover;
    /* right: 6.4%; */
    right: 2%;
  }
}

.tel-cta_detail {
  display: flex;
  position: relative;
}

.tel-cta_info {
  width: 50%;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .tel-cta_info {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .tel-cta_info {
    display: none;
  }
}

.tel-cta_info .tel_number {
  font-size: 4.2rem;
  font-weight: 900;
  color: #ed6103;
  text-decoration: none;
  position: relative;
  padding-left: 33px;
  letter-spacing: 0.05em;
  pointer-events: auto;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .tel-cta_info .tel_number {
    font-size: 3.2rem;
  }
}

.tel-cta_info .tel_number::before {
  position: absolute;
  content: "";
  background: url("/assets/common/icon_top_tel-cta-ae56ca59.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.tel-cta_info .tel_desc {
  display: inline-block;
  font-size: 1.5rem;
}

.tel-cta_list {
  padding-left: 3%;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .tel-cta_list {
    padding-left: 1%;
  }
}

@media screen and (max-width: 768px) {
  .tel-cta_list {
    padding-left: 0;
    margin-top: 10px;
  }
}

.tel-cta_list li {
  padding-left: 1em;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .tel-cta_list li {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .tel-cta_list li {
    font-size: 1.2rem;
    font-weight: normal;
  }
}

.tel-cta_list > *::after {
  background: #ffab00;
  content: "";
  border-radius: 100%;
  display: block;
  width: 6px;
  height: 6px;
  left: 0;
  top: 0.6em;
  position: absolute;
}

.tel-cta_btn {
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.tel-cta_btn a {
  /* width: 267px; */
  width: 100%;
  padding-left: 87px;
  text-align: left;
}

.cv-tel__note {
	font-size: 1.5rem;
	line-height: 1.6;
}

.cv-tel__note span.business-hour-disabled{
	display: none;
}

.cv__reservation__btn.tel a:before {
	content: '';
    width: 64px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cv__reservation__btn.tel a:after{
	content: '';
    width: 19px;
    height: 30px;
    position: absolute;
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	background: url("/assets/common/icon_spphone-aee33562.svg") center center no-repeat;
	background-size: contain;
}

.cv__reservation__btn.tel .business-hour-disabled{
    background: #fff;
    border: 2px solid #A5A5A5;
    color: #A5A5A5;
}

.cv__reservation__btn.tel .business-hour-disabled::before{
	border-right: 1px solid #A5A5A5;
}

.cv__reservation__btn.tel .business-hour-disabled::after{
	background: url("/assets/common/icon_spphone_off-5be8e51a.svg") center center no-repeat;
	background-size: contain;
}

.cv__reservation__btn.tel .business-hour-disabled span.-txt{
  margin-top: 0;
  display: inline;
}

.cv__reservation__btn.tel .business-hour-disabled span.-label{
	background: #D9D9D9;
	color: #fff;
}
