/*
/* Mixin
/*
----------------------------------------------------------------- */
/*
/* Reset
/*
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&subset=japanese");
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;
}

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

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

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src:
    url("../fonts/icon.eot?#iefix") format("eot"),
    url("../fonts/icon.woff") format("woff"),
    url("../fonts/icon.ttf") format("truetype"),
    url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-arrow-right:before {
  content: "\EA01";
}

.icon-cross:before {
  content: "\EA02";
}

.icon-enter:before {
  content: "\EA03";
}

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

body {
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #111;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
  min-width: 1240px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/assets/images/bg_2.jpg) 50% 0% no-repeat;
  background-size: cover;
  -webkit-animation: bg 90s linear infinite alternate;
  animation: bg 90s linear infinite alternate;
}

body::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(/assets/images/bg_gray.jpg) 50% 0% no-repeat;
  background-size: cover;
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

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

a:link {
  color: #111;
}

a:visited {
  color: #111;
}

a:hover {
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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;
  height: 100%;
  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 * {
  -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-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;
  -webkit-box-shadow: none;
  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-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: 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);
  }
}

.page-sec:first-child {
  margin-top: 0;
}

.page-sec:last-child {
  margin-bottom: 0;
}

.sa {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition:
    opacity 3s ease,
    -webkit-transform 3s ease;
  transition:
    opacity 3s ease,
    -webkit-transform 3s ease;
  transition:
    transform 3s ease,
    opacity 3s ease;
  transition:
    transform 3s ease,
    opacity 3s ease,
    -webkit-transform 3s ease;
}

.sa.-init {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.site-inner {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .site-inner {
    width: auto;
  }
}

.site-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.st0 {
  fill: #ddd;
}

.st1 {
  fill: #ddd;
}

.st2 {
  fill: #ddd;
}

.nav-lang {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.nav-lang__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-lang__list__item.-current a {
  background-color: #ddd;
  color: #111;
}

.nav-lang__list__item a {
  display: block;
  padding: 8px 16px;
  background-color: rgba(17, 17, 17, 0.8);
  text-decoration: none;
  color: #ddd;
}

@media screen and (max-width: 768px) {
  .nav-lang__list__item a {
    padding: 6px 12px;
    font-size: 1rem;
  }
}

.visual {
  position: relative;
}

.visual__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.4);
  transform: translate(-50%, -50%) scale(1.4);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .visual__logo {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
}

.visual__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.visual__item.-active {
  z-index: 1;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.visual img {
  max-width: none;
  width: 100%;
}

.menu {
  position: relative;
  margin-top: 180px;
  margin-bottom: 80px;
  background: url(/assets/images/bg_menu.jpg) 100% 50% no-repeat;
  background-size: cover;
  padding: 40px 80px;
}

@media screen and (max-width: 768px) {
  .menu {
    padding: 30px 20px;
    margin-top: 60px;
    margin-bottom: 20px;
    background: none;
  }
  .menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(/assets/images/bg_covid.jpg) repeat-y;
    background-size: contain;
  }
  .menu::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(/assets/images/bg_menu.jpg) 100% 90% no-repeat;
    background-size: 200% auto;
    opacity: 0.5;
  }
}

.menu__title {
  font-size: 1.8rem;
  margin-top: 25px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .menu__title {
    margin-bottom: 0;
  }
}

.menu__title:first-child {
  margin-top: 0;
}

.menu__price {
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .menu__price {
  }
}

.menu__bento {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px;
}
.menu__bento-row {
  display: grid;
  grid-template-columns: 230px 1fr;
}
@media screen and (max-width: 768px) {
  .menu__bento-row {
    display: grid;
    grid-template-columns: 5em 1fr;
  }
}
.menu__bento-row:not(:has(dd)) {
  grid-template-columns: 1fr;
}
.menu__bento dt {
}
.menu__bento dd {
}

.menu__info {
  margin-top: 30px;
  line-height: 1.8;
}

.menu__info dt {
  clear: left;
  float: left;
  width: 230px;
  padding-top: 10px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .menu__info dt {
    float: none;
    width: auto;
    font-weight: bold;
    font-size: 1.4rem;
  }
}

.menu__info dd {
  margin-left: 230px;
  padding-top: 10px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .menu__info dd {
    font-size: 1.4rem;
    padding-top: 0;
    margin-left: 0;
  }
}

.menu__info dd.-lg {
  font-size: 1.8rem;
}

.menu__desc {
  margin-top: 10px;
}

.menu__notes {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.menu__reserve {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.menu__reserve-item {
}
.menu__reserve-item a {
  display: flex;
  border: 1px solid #111;
  padding: 2px 8px;
  font-size: 12px;
  text-decoration: none;
}
.menu__reserve-item a:hover {
  background-color: #111;
  color: #fff;
}

.sec {
  margin-top: 110px;
}

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

.sec-header {
  position: relative;
  margin-bottom: 16px;
  min-height: 1px;
}

@media screen and (max-width: 768px) {
  .sec-header {
    margin-bottom: 0px;
    min-height: 16px;
  }
}

@media screen and (max-width: 768px) {
  .sec-header.-apparence {
    margin-bottom: 10px;
  }
}

.sec-header__title {
  position: relative;
  padding-left: 48px;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #ddd;
}

@media screen and (max-width: 768px) {
  .sec-header__title {
    font-size: 1.6rem;
  }
}

.sec-header__title::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 15px;
  width: 10px;
  height: 1px;
  background-color: #ddd;
}

.sec-header__label {
  display: inline-block;
  position: relative;
  padding-left: 48px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #ddd;
  padding-right: 260px;
  background: url(/assets/images/ico_ttl.png) left 100% bottom 6px no-repeat;
}

@media screen and (max-width: 768px) {
  .sec-header__label {
    display: block;
    padding-right: 0;
    font-size: 1.6rem;
    margin-bottom: 10px;
    background-size: 98px auto;
    background-position: right 0 bottom 5px;
  }
  .sec-header__label.-narrow {
    background-position: right -50px bottom 5px;
  }
}

.sec-header__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 10px;
  height: 1px;
  background-color: #ddd;
}

@media screen and (max-width: 768px) {
  .sec-header__label::after {
    top: 10px;
  }
}

.sec-header__logo {
  position: absolute;
  right: 130px;
  top: -60px;
  -webkit-animation: logoSP 10s linear infinite alternate;
  animation: logoSP 10s linear infinite alternate;
}

@media screen and (max-width: 768px) {
  .sec-header__logo {
    width: 60px;
    right: 10px;
    top: -30px;
  }
}

.covid {
  padding: 32px;
  border: 1px solid rgba(221, 221, 221, 0.9);
  max-width: 640px;
  margin: 80px auto 0;
}

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

.covid__title {
  font-size: 1.8rem;
  color: #ddd;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .covid__title {
    font-size: 1.6rem;
  }
}

.covid__desc {
  color: #ddd;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .covid__desc {
    font-size: 1.2rem;
  }
}

.photo {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .photo {
    margin-top: 10px;
  }
}

.photo:first-child {
  margin-top: 0;
}

.photo figcaption {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 32px;
  color: #ddd;
}

@media screen and (max-width: 768px) {
  .photo figcaption {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}

.sec-summary {
  position: relative;
  margin: 16px 0 30px;
}

@media screen and (max-width: 768px) {
  .sec-summary {
    margin: 0 0 10px;
  }
}

.sec-summary::after {
  bottom: 0;
}

.sec-summary__desc {
  color: #ddd;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .sec-summary__desc {
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 1.6;
  }
}

.sec-summary__desc:first-child {
  margin-top: 0;
}

.greeting {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  background: url(/assets/images/bg_greeting.jpg) 100% 100% no-repeat;
  background-size: cover;
  padding: 40px 80px 40px;
}

@media screen and (max-width: 768px) {
  .greeting {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 30px 20px;
    background: url(/assets/images/bg_covid.jpg) repeat-y;
    background-size: contain;
  }
  .greeting::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(/assets/images/bg_greeting_icon_left.jpg) right 100px bottom
      60px no-repeat;
    background-size: 180px auto;
    opacity: 0.8;
  }
  .greeting::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(/assets/images/bg_greeting_icon_right.jpg) right 30px bottom
      50px no-repeat;
    background-size: 120px auto;
  }
}

.greeting__title {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .greeting__title {
    font-size: 1.8rem;
  }
}

.greeting__ruby {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .greeting__ruby {
    font-size: 1.8rem;
  }
}

.greeting__desc {
  margin-top: 24px;
  line-height: 1.8;
  font-size: 1.6rem;
}

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

.greeting__sign {
  margin-top: 32px;
  line-height: 1.8;
  font-size: 1.6rem;
}

.copyright {
  padding: 100px 0 120px;
  text-align: center;
  line-height: 1.8;
  color: #ddd;
}

.copyright a {
  color: #ddd;
}

@media screen and (max-width: 768px) {
  .copyright {
    padding: 80px 0;
  }
}

@-webkit-keyframes logo {
  0% {
    -webkit-transform: rotateY(0) scale(0.5);
    transform: rotateY(0) scale(0.5);
  }
  100% {
    -webkit-transform: rotateY(360deg) scale(1.2);
    transform: rotateY(360deg) scale(1.2);
  }
}

@keyframes logo {
  0% {
    -webkit-transform: rotateY(0) scale(0.5);
    transform: rotateY(0) scale(0.5);
  }
  100% {
    -webkit-transform: rotateY(360deg) scale(1.2);
    transform: rotateY(360deg) scale(1.2);
  }
}

@-webkit-keyframes logoSP {
  0% {
    -webkit-transform: rotateY(0) scale(0.2);
    transform: rotateY(0) scale(0.2);
  }
  100% {
    -webkit-transform: rotateY(360deg) scale(0.8);
    transform: rotateY(360deg) scale(0.8);
  }
}

@keyframes logoSP {
  0% {
    -webkit-transform: rotateY(0) scale(0.2);
    transform: rotateY(0) scale(0.2);
  }
  100% {
    -webkit-transform: rotateY(360deg) scale(0.8);
    transform: rotateY(360deg) scale(0.8);
  }
}

/*
/* Clearfix
/*
----------------------------------------------------------------- */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (min-width: 769px) {
  .hidden__pc {
    display: none;
  }
}

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

/*
/* Grid System
/*
----------------------------------------------------------------- */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

.row.-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.-sm {
  margin-right: -5px;
  margin-left: -5px;
}

.row.-sm > .col,
.row.-sm > .col-1,
.row.-sm > .col-2,
.row.-sm > .col-3,
.row.-sm > .col-4,
.row.-sm > .col-5,
.row.-sm > .col-6,
.row.-sm > .col-7,
.row.-sm > .col-8,
.row.-sm > .col-9,
.row.-sm > .col-10,
.row.-sm > .col-11,
.row.-sm > .col-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.row.-md {
  margin-left: -20px;
  margin-right: -20px;
}

.row.-md > .col,
.row.-md > .col-1,
.row.-md > .col-2,
.row.-md > .col-3,
.row.-md > .col-4,
.row.-md > .col-5,
.row.-md > .col-6,
.row.-md > .col-7,
.row.-md > .col-8,
.row.-md > .col-9,
.row.-md > .col-10,
.row.-md > .col-11,
.row.-md > .col-12 {
  padding-right: 20px;
  padding-left: 20px;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333%;
  flex: 0 0 8.333%;
  max-width: 8.333%;
}

@media screen and (max-width: 768px) {
  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333%;
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.667%;
  flex: 0 0 16.667%;
  max-width: 16.667%;
}

@media screen and (max-width: 768px) {
  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.667%;
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (max-width: 768px) {
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

@media screen and (max-width: 768px) {
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.667%;
  flex: 0 0 41.667%;
  max-width: 41.667%;
}

@media screen and (max-width: 768px) {
  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.667%;
    flex: 0 0 41.667%;
    max-width: 41.667%;
  }
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333%;
  flex: 0 0 58.333%;
  max-width: 58.333%;
}

@media screen and (max-width: 768px) {
  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333%;
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.667%;
  flex: 0 0 66.667%;
  max-width: 66.667%;
}

@media screen and (max-width: 768px) {
  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.667%;
    flex: 0 0 66.667%;
    max-width: 66.667%;
  }
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

@media screen and (max-width: 768px) {
  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333%;
  flex: 0 0 83.333%;
  max-width: 83.333%;
}

@media screen and (max-width: 768px) {
  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.667%;
  flex: 0 0 91.667%;
  max-width: 91.667%;
}

@media screen and (max-width: 768px) {
  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.667%;
    flex: 0 0 91.667%;
    max-width: 91.667%;
  }
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
