@charset "UTF-8";
/* ===========================================
   Reset Css and Base Style
=========================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Reset Styles
 * Deprecated normalize.css v5.0.0
 * 参考 : html5doctor.com Reset Stylesheet v1.6.1
 */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* form */
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: 1px solid #8dafe6;
}

/* ----------------------------------------
*	add reset style
---------------------------------------- */
input[type="image"]:focus,
input[type="button"]:focus {
  outline: none;
}

/* padding,margin reset */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, figure, figcaption {
  padding: 0;
  margin: 0;
}

/* list reset */
ul, ol, li {
  list-style: none;
}

/* img vertical-align */
img {
  vertical-align: top;
}

/* ----------------------------------------
*	clearfix class
---------------------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* ----------------------------------------
*	Base Style
---------------------------------------- */
a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #666;
}

/* ----------------------------------------
*	Expand Base Style
---------------------------------------- */
.p-wrapper img {
  max-width: 100%;
  height: auto;
}

.p-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-wrapper *:after, .p-wrapper *:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.u-fluid-img {
  width: 100%;
  height: auto;
}

.is-sp-show {
  display: none;
}

@media screen and (max-width: 750px) {
  .is-sp-show {
    display: block;
  }
  .is-sp-show br.is-sp-show {
    display: inline;
  }
  .is-sp-show img.is-sp-show {
    display: inline;
  }
  .is-sp-show span.is-sp-show {
    display: inline;
  }
}

.is-tablet-show {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1119px) {
  .is-tablet-show {
    display: block;
  }
  .is-tablet-show br.is-tablet-show {
    display: inline;
  }
  .is-tablet-show img.is-tablet-show {
    display: inline;
  }
  .is-tablet-show span.is-tablet-show {
    display: inline;
  }
}

.is-tabletSp-show {
  display: none;
}

@media screen and (max-width: 1119px) {
  .is-tabletSp-show {
    display: block;
  }
  .is-tabletSp-show br.is-tabletSp-show {
    display: inline;
  }
  .is-tabletSp-show img.is-tabletSp-show {
    display: inline;
  }
  .is-tabletSp-show span.is-tabletSp-show {
    display: inline;
  }
}

@media screen and (max-width: 750px) {
  .is-tabletPc-show {
    display: none;
  }
}

@media screen and (max-width: 1120px) {
  .is-pc-show {
    display: none;
  }
}

.p-wrapper {
  max-width: 100%;
  font-size: 16px;
  font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
  font-weight: 500;
  background-color: #fff;
}

.p-wrapper [lang="ko"],
.p-wrapper [lang="zh-tw"],
.p-wrapper [lang="zw-cn"] {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo,"メイリオ", sans-serif;
}

@font-face {
  font-family: "kirarifont";
  src: url("/wp/wp-content/themes/kirari/fonts/KirarutoFont-Regular.woff") format("woff2"), url("/wp/wp-content/themes/kirari/fonts/KirarutoFont-Regular.woff") format("woff"), url("/wp/wp-content/themes/kirari/fonts/KirarutoFont-Regular.ttf") format("truetype"), url("/wp/wp-content/themes/kirari/fonts/KirarutoFont-Regular.eot") format("eot");
}

.wf-kirari {
  letter-spacing: 0.2em;
  font-family: "kirarifont", 'M PLUS 1p', -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo,"メイリオ", sans-serif;
}

@-webkit-keyframes flash {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-moz-keyframes flash {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes flash {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* ===========================================
   components (kgc-)
=========================================== */
/* button component
---------------------------------------------- */
.kgc-button {
  -webkit-appearance: none;
  display: inline-block;
  padding: 10px 25px;
  margin: 0;
  font-size: 14px;
  line-height: 1.3em;
  color: #141414;
  text-decoration: none;
  vertical-align: top;
  background: transparent;
  border: 1px solid;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  transition: background-color .2s;
}

.kgc-button:hover {
  background-color: rgba(222, 222, 222, 0.65);
}

@media screen and (max-width: 767px) {
  .kgc-button {
    font-size: 75%;
  }
}

.kgc-button--block {
  width: 100%;
  text-align: center;
}

.kgc-button--lalw {
  padding: 10px 50px;
  min-width: 110px;
  background-image: url("/wp/wp-content/themes/kirari/imgs/icon_angle-left.png");
  background-repeat: no-repeat;
  background-position: left 14px center;
  -webkit-background-size: 6px 6px;
  -moz-background-size: 6px;
  background-size: 6px;
}

.kgc-button--ralw {
  padding: 10px 50px;
  min-width: 110px;
  background-image: url("/wp/wp-content/themes/kirari/imgs/icon_angle-right.png");
  background-repeat: no-repeat;
  background-position: right 14px center;
  -webkit-background-size: 6px 6px;
  -moz-background-size: 6px;
  background-size: 6px;
}

.kgc-button--balw {
  padding: 10px 50px;
  min-width: 110px;
  background-image: url("/wp/wp-content/themes/kirari/imgs/icon_angle-btm.png");
  background-repeat: no-repeat;
  background-position: right 14px top 54%;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px;
  background-size: 16px;
}

/* humbtn component
---------------------------------------------- */
.kg-humbtn {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0 5px;
  cursor: pointer;
}

.kg-humbtn__line {
  display: block;
  height: 30px;
}

.kg-humbtn__line:before, .kg-humbtn__line:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 2px;
  margin: 0 auto;
  background: #141414;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.kg-humbtn__line:before {
  top: 6px;
}

.kg-humbtn__line:after {
  top: 16px;
}

.kg-humbtn__text {
  display: block;
  font-size: 75%;
}

@media screen and (min-width: 1079px) {
  .kg-humbtn:hover {
    background: #f5f5f5;
  }
}

@media screen and (max-width: 767px) {
  .kg-humbtn__text {
    font-size: 62.5%;
  }
}

.kg-humbtn.is-close .kg-humbtn__line:after, .kg-humbtn.is-close .kg-humbtn__line:before,
.kg-humbtn--close .kg-humbtn__line:after,
.kg-humbtn--close .kg-humbtn__line:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.kg-humbtn.is-close .kg-humbtn__line:after,
.kg-humbtn--close .kg-humbtn__line:after {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.kg-humbtn.is-close .kg-humbtn__line:before,
.kg-humbtn--close .kg-humbtn__line:before {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.kg-humbtn.is-close .kg-humbtn__text,
.kg-humbtn--close .kg-humbtn__text {
  visibility: hidden;
}

.kg-humbtn--white {
  color: #fff;
}

.kg-humbtn--white .kg-humbtn__line:before, .kg-humbtn--white .kg-humbtn__line:after {
  background-color: #fff;
}

@media screen and (min-width: 1079px) {
  .kg-humbtn--white:hover {
    background: transparent;
  }
}

.c-tag {
  display: inline-block;
  background: #000000;
  color: #fff;
  font-size: 14px;
  padding: 2px .8em;
  letter-spacing: .05em;
}

.kgc-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.kgc-media__image {
  margin-right: 1em;
}

.kgc-media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* .kgc-entry
---------------------------------------------- */
.kgc-entry {
  max-width: 335px;
}

.kgc-entry__boxlink {
  text-decoration: none;
  display: block;
}

.kgc-entry__thumb {
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 215px;
  height: 215px;
}

.kgc-entry__thumb img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.kgc-entry__thumb + .kgc-entry__body {
  margin-top: 5px;
}

.kgc-entry__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 81.25%;
}

.kgc-entry__cat {
  display: none;
  /*padding: 5px 3px;
  background: #bfbfbf;
  text-align: center;
  color: #fff;
  letter-spacing: -0.05em;
  */
}
/*
.kgc-entry__cat--service {
  background-color: #9b8cbe;
}

.kgc-entry__cat--bridal {
  background-color: #cb92b1;
}

.kgc-entry__cat--food {
  background-color: #cf8e8e;
}

.kgc-entry__cat--lifestyle {
  background-color: #c7b082;
}

.kgc-entry__cat--space {
  background-color: #7f9abf;
}
*/
.kgc-entry__date {
  padding: 5px 0;
  color: #727272;
}

.kgc-entry__text {
  padding: 1em 0 1.2em;
  line-height: 1.5;
  font-size: 87.5%;
}

.kgc-entry__title {
  font-size: 100%;
}

.kgc-entry__maintitle, .kgc-entry__subtitle {
  display: block;
}

.kgc-entry__subtitle {
  color: #727272;
}

@media screen and (max-width: 767px) {
  .kgc-entry__meta {
    font-size: 68.75%;
  }
  .kgc-entry__thumb {
    width: 100%;
    height: auto;
    padding-top: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .kgc-entry__text {
    font-size: 75%;
  }
  .kgc-entry__cat {
    display: none;
    /*width: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 120%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;*/
  }
  /*
  .kgc-entry__cat--service {
    background-image: url("/wp/wp-content/themes/kirari/imgs/icon_service.png");
  }
  .kgc-entry__cat--bridal {
    background-image: url("/wp/wp-content/themes/kirari/imgs/icon_bridal.png");
  }
  .kgc-entry__cat--food {
    background-image: url("/wp/wp-content/themes/kirari/imgs/icon_food.png");
  }
  .kgc-entry__cat--lifestyle {
    background-image: url("/wp/wp-content/themes/kirari/imgs/icon_lifestyle.png");
  }
  .kgc-entry__cat--space {
    background-image: url("/wp/wp-content/themes/kirari/imgs/icon_space.png");
  }
  .kgc-entry__cat--other {
    width: auto;
    line-height: 20px;
    text-indent: 0;
  } */
}

@media screen and (max-width: 480px) {
  .kgc-entry__meta {
    font-size: 62.5%;
  }
}

.kgc-heading {
  padding: 60px 30px;
  text-align: center;
}

.kgc-heading__title {
  color: #727272;
  font-size: 375%;
}

.kgc-heading__title--small {
  font-size: 150%;
}

.kgc-heading__title--img {
  font-size: 0;
}

.kgc-heading__title--img img {
  height: 32px;
}

.kgc-heading__title--magazine {
  font-size: 0;
}

.kgc-heading__title--magazine img {
  height: 84px;
}

.kgc-heading__subtitle {
  margin-top: 40px;
  font-size: 125%;
}

.kgc-heading__subtitle:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .kgc-heading {
    padding: 30px 10px;
  }
  .kgc-heading__title {
    font-size: 112.5%;
  }
  .kgc-heading__title.wf-kirari {
    font-size: 300%;
    margin: -.25em 0;
    line-height: 1.1;
  }
  .kgc-heading__title--img {
    font-size: 0;
    text-align: center;
  }
  .kgc-heading__title--img img {
    height: 17px;
    width: auto;
  }
  .kgc-heading__title--magazine {
    font-size: 0;
  }
  .kgc-heading__title--magazine img {
    height: 42px;
  }
  .kgc-heading__subtitle {
    margin-top: 15px;
    font-size: 75%;
  }
  .kgc-heading__subtitle:not(:last-child) {
    margin-bottom: 25px;
  }
}

.kgc-heading--secondary {
  background-color: #f5f5f5;
  color: #727272;
}

.kgc-heading--xsmall {
  padding: 20px 30px 10px;
}

.kgc-heading--xsmall .kgc-heading__subtitle {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .kgc-heading--xsmall {
    padding: 10px 10px;
  }
  .kgc-heading--xsmall .kgc-heading__subtitle {
    margin-top: 10px;
  }
}

.kgc-heading--small {
  padding: 40px 30px;
}

@media screen and (max-width: 767px) {
  .kgc-heading--small {
    padding: 30px 10px;
  }
}

/* ブログ記事系コンテンツレイアウト
   このコンポート内に他レイアウトなどを入れる場合はコンポーネントが聞かない場合があります。
---------------------------------------------- */
.kgc-contents {
  line-height: 1.75;
}

.kgc-contents h2 {
  font-size: 2em;
  margin: 1em 0;
  border-bottom: 1px solid #727272;
  padding-bottom: .5em;
}

.kgc-contents h2:first-child {
  margin-top: 0;
}

.kgc-contents h3 {
  font-size: 1.5em;
  margin: 1em 0;
}

.kgc-contents h4 {
  font-size: 1em;
  margin: 1em 0;
}

.kgc-contents p, .kgc-contents ul, .kgc-contents ol, .kgc-contents dl, .kgc-contents table {
  margin: .75em 0;
}

.kgc-contents ol, .kgc-contents ul {
  margin-left: 1.2em;
}

.kgc-contents ol > li {
  list-style: decimal;
}

.kgc-contents ul > li {
  list-style: disc;
}

.kgc-contents ul > li ul > li {
  list-style: circle;
}

.kgc-contents dd {
  margin-left: 1em;
}

.kgc-contents table {
  border-spacing: 0;
}

.kgc-contents table th, .kgc-contents table td {
  padding: 10px;
}

.kgc-contents table tbody th, .kgc-contents table tbody td {
  text-align: left;
}

.kgc-contents a[target="_blank"]:after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 9px;
  margin-left: .2em;
  vertical-align: baseline;
  background: url("/wp/wp-content/themes/kirari/img/icon_outbound.svg") 0 bottom no-repeat;
}

.kgc-contents blockquote {
  padding: 1em;
  color: #222;
}

.kgc-contents code {
  padding: 1em;
}

.kgc-contents iframe {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .kgc-contents {
    font-size: 12px;
  }
}

/* 小さい単位のセクション
---------------------------------------------- */
.kgc-minisec {
  margin-bottom: 1em;
}

.kgc-minisec__head {
  font-size: 150%;
  font-weight: 500;
  margin-bottom: .8em;
  color: #141414;
}

.kgc-minisec__body {
  font-size: 87.5%;
  line-height: 1.5;
  color: #727272;
}

.kgc-minisec__body dl, .kgc-minisec__body p {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .kgc-minisec__head {
    font-size: 87.5%;
  }
  .kgc-minisec__body {
    font-size: 75%;
  }
}

.kgc-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 30px;
  font-size: 13px;
  color: #727272;
  font-weight: 100;
  border-bottom: 1px solid white;
  background: #f5f5f5;
}

.kgc-breadcrumb__item::before {
  content: '>';
  display: inline-block;
  margin: 0 5px;
}

.kgc-breadcrumb__item:first-child::before {
  display: none;
}

.kgc-breadcrumb__item:last-child > a {
  text-decoration: none;
  pointer-events: none;
  color: #8c8c8c;
}

@media screen and (max-width: 767px) {
  .kgc-breadcrumb {
    padding: 10px 15px;
    font-size: 12px;
  }
}

/* ===========================================
   layout (kgl-)
=========================================== */
.kgl-container {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/* .kgl-header (kg-l-header)
---------------------------------------------- */
.kgl-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 20px 30px;
}

.kgl-header__brand {
  max-width: 60px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.kgl-header__gnavtgl {
  margin-left: 19px;
  margin-right: -5px;
}

.kgl-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.kgl-header__item {
  display: block;
  font-size: 75%;
  text-decoration: none;
  text-align: center;
  margin: 0 12px;
}

.kgl-header__itemicon, .kgl-header__itemtext {
  display: block;
  line-height: 1;
}

.kgl-header__itemicon {
  height: 30px;
  font-size: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .kgl-header {
    padding: 10px 15px;
  }
  .kgl-header__brand {
    max-width: 48.5px;
  }
  .kgl-header__item {
    font-size: 62.5%;
    margin: 0 6px;
  }
  .kgl-header__gnavtgl {
    margin-left: 10px;
  }
}

@media screen and (max-width: 420px) {
  .kgl-header__item {
    margin: 0 3px;
  }
}

.kgl-header--fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

.p-wrapper {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-wrapper {
    padding-top: 62px;
  }
}

.kgl-footer {
  position: relative;
  z-index: 2;
}

.kgl-footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #727272;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  padding: 15px 30px;
}

.kgl-footer__navitem {
  margin-right: 15px;
}

.kgl-footer__nav a {
  text-decoration: none;
  padding: .5em;
  display: inline-block;
}

.kgl-footer__nav a:hover {
  text-decoration: underline;
}

.kgl-footer__nav a:visited {
  color: #ddd;
}

@media screen and (max-width: 767px) {
  .kgl-footer__nav {
    display: block;
    padding: 30px 15px;
    font-size: 75%;
  }
  .kgl-footer__nav a:hover {
    text-decoration: none;
  }
}

.kgl-footer__brand {
  text-align: center;
  background: #000;
  padding: 40px 30px;
  color: #727272;
}

@media screen and (max-width: 767px) {
  .kgl-footer__brand {
    padding: 20px;
  }
}

.kgl-footer__logo {
  margin-bottom: 15px;
  font-size: 0;
}

.kgl-footer__copyright {
  display: block;
  font-size: 75%;
}

@media screen and (max-width: 767px) {
  .kgl-footer__copyright {
    font-size: 62.5%;
  }
}

/* kgl-gnav
---------------------------------------------- */
.kgl-gnav {
  display: none;
  height: 100%;
  width: 100%;
  overflow: auto;
  background: #000000;
  color: #fff;
}

.kgl-gnav.kgl-popupnav {
  display: block;
}

.kgl-gnav.is-fixed {
  position: fixed;
  display: none;
  z-index: 110;
  top: 0;
}

.kgl-gnav__head {
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #727272;
}

.kgl-gnav__title {
  padding-top: 8px;
}

.kgl-gnav__close {
  text-align: right;
}

.kgl-gnav__closebtn {
  max-width: 44px;
}

.kgl-gnav__item > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #727272;
}

@media screen and (min-width: 1079px) {
  .kgl-gnav__item > a:hover {
    background: gray;
  }
}

.kgl-gnav__item > a img {
  vertical-align: middle;
}

.kgl-gnav__item--haschild > a:before, .kgl-gnav__item--haschild > a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 20px;
  height: 2px;
  width: 20px;
  background: #fff;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.kgl-gnav__item--haschild > a:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.kgl-gnav__item--haschild.is-open > a:after {
  width: 0;
  right: 30px;
}

.kgl-gnav__item > ul .kgl-gnav__item > a {
  padding: 20px 46px;
  background-color: #333333;
}

@media screen and (min-width: 1079px) {
  .kgl-gnav__item > ul .kgl-gnav__item > a:hover {
    background: gray;
  }
}

.kgl-gnav__item--lifestyle a:before, .kgl-gnav__item--bridal a:before, .kgl-gnav__item--food a:before, .kgl-gnav__item--service a:before, .kgl-gnav__item--space a:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.kgl-gnav__item--lifestyle a:before {
  background-image: url("/wp/wp-content/themes/kirari/imgs/icon_lifestyle.png");
}

.kgl-gnav__item--food a:before {
  background-image: url("/wp/wp-content/themes/kirari/imgs/icon_food.png");
}

.kgl-gnav__item--service a:before {
  background-image: url("/wp/wp-content/themes/kirari/imgs/icon_service.png");
}

.kgl-gnav__item--bridal a:before {
  background-image: url("/wp/wp-content/themes/kirari/imgs/icon_bridal.png");
}

.kgl-gnav__item--space a:before {
  background-image: url("/wp/wp-content/themes/kirari/imgs/icon_space.png");
}

.kgl-gnav__foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}

.kgl-gnav__footitem--secondary {
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .kgl-gnav__head {
    padding: 0 15px;
  }
  .kgl-gnav__title {
    width: 59.71831%;
    padding-top: 0;
  }
  .kgl-gnav__title img {
    vertical-align: middle;
  }
  .kgl-gnav__item > a {
    padding: 15px 15px;
    font-size: 13px;
  }
  .kgl-gnav__item--lifestyle a:before, .kgl-gnav__item--bridal a:before, .kgl-gnav__item--food a:before, .kgl-gnav__item--service a:before, .kgl-gnav__item--space a:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .kgl-gnav__item img {
    width: auto;
    height: 10px;
    vertical-align: middle;
  }
  .kgl-gnav__item--food img {
    height: 17px;
  }
  .kgl-gnav__item--bridal img {
    height: 17px;
  }
  .kgl-gnav__item--space img {
    height: 32px;
  }
  .kgl-gnav__item > ul .kgl-gnav__item > a {
    padding: 15px 10px 15px 23px;
  }
  .kgl-gnav__foot {
    padding: 15px;
  }
}

/* ===========================================
   project  (kg-)
=========================================== */
/* visual
---------------------------------------------- */
.kg-visual__box {
  position: relative;
}

.kg-visual__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25%;
  left: 0;
  margin: auto;
  width: 180px;
  height: 149px;
}

@media screen and (max-width: 767px) {
  .kg-visual__logo {
    width: 90px;
    height: 74.5px;
    right: 45%;
  }
}

.kg-mv-slider {
  padding-bottom: 20px;
}

.kg-mv-slider .swiper-slide img {
  width: 100%;
}

.kg-mv-slider .swiper-pagination {
  bottom: 0;
}

.kg-shopinfo {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.kg-shopinfo--archive {
  padding-bottom: 80px;
  background: #f5f5f5;
}

.kg-shopinfo__entries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.kg-shopinfo__entries .kgc-entry {
  margin-left: 10px;
  margin-right: 10px;
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
}

@media screen and (max-width: 767px) {
  .kg-shopinfo__entries {
    padding: 0 10px;
  }
  .kg-shopinfo__entries .kgc-entry {
    margin-left: 5px;
    margin-right: 5px;
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

.kg-shopinfo__more {
  text-align: center;
  margin: 25px 25px 0;
}

/* kg-bgview
---------------------------------------------- */
.kg-bgview {
  position: relative;
  z-index: 1;
  background: url("/wp/wp-content/themes/kirari/imgs/bg_bgview1_pc.jpg") center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-attachment: fixed;
  max-height: 502px;
  min-height: 502px;
  overflow: hidden;
}

.kg-bgview__mask {
  position: absolute;
}

.kg-bgview__mask--top {
  top: 0;
  left: 0;
  height: 98px;
  width: 100%;
  background: url("/wp/wp-content/themes/kirari/imgs/parts_bgview_mask-top.png") center top repeat-x;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}

.kg-bgview__mask--btm {
  bottom: 0;
  left: 0;
  height: 98px;
  width: 100%;
  background: url("/wp/wp-content/themes/kirari/imgs/parts_bgview_mask-btm-gray.png") center bottom repeat-x;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  .kg-bgview {
    background-attachment: scroll;
    background-image: url("/wp/wp-content/themes/kirari/imgs/bg_bgview1_sp.jpg");
    padding-top: 66.93333%;
    min-height: 0;
    z-index: 0;
  }
  .kg-bgview__mask--top {
    height: 49px;
  }
  .kg-bgview__mask--btm {
    height: 49px;
  }
  .kg-bgview.is-inview:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/wp/wp-content/themes/kirari/imgs/bg_bgview1_sp.jpg") center no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
}

.kg-bgview--2 {
  background-image: url("/wp/wp-content/themes/kirari/imgs/bg_bgview2_pc.jpg");
}

.kg-bgview--2 .kg-bgview__mask--btm {
  background-image: url("/wp/wp-content/themes/kirari/imgs/parts_bgview_mask-btm.png");
}

@media screen and (max-width: 767px) {
  .kg-bgview--2 {
    background-attachment: scroll;
    background: url("/wp/wp-content/themes/kirari/imgs/bg_bgview2_sp.jpg") center no-repeat;
  }
  .kg-bgview--2.is-inview {
    background-attachment: fixed;
    background-image: none;
  }
  .kg-bgview--2.is-inview:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/wp/wp-content/themes/kirari/imgs/bg_bgview2_sp.jpg") center no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
}

/* news
---------------------------------------------- */
.kg-news {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.kg-news__body {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .kg-news__body {
    padding: 0 15px;
  }
}

.kg-news__item {
  display: block;
  padding: .8em 0;
  text-decoration: none;
  font-size: 75%;
  line-height: 1.5;
}

.kg-news__item > div {
  margin-bottom: .5em;
}

.kg-news__item--link .kg-news__itemtitle {
  text-decoration: underline;
}

.kg-news__item--link__item--link:hover {
  text-decoration: none;
}

.kg-news__more {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kg-news {
    padding-bottom: 40px;
  }
  .kg-news__more {
    margin-top: 40px;
  }
}

/* kgc-igembed
---------------------------------------------- */
.kg-igembed {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 80px 0 0;
}

.kg-igembed__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .kg-igembed {
    padding: 40px 0 0;
  }
  .kg-igembed__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.kg-igembed__wrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.kg-igembed__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* kg-aside-nav
---------------------------------------------- */
.kg-aside {
  position: relative;
  z-index: 2;
  background: #fff;
}

.kg-aside__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.kg-aside__item {
  width: 100%;
}

.kg-aside__item > a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 250px;
  font-size: 150%;
  color: #fff;
  text-decoration: none;
}

.kg-aside__item > a:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .50;
  background: #000;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (any-hover: hover) {
  .kg-aside__item > a {
    text-shadow: 0 0 3px #000;
  }
  .kg-aside__item > a:hover:after {
    opacity: 0;
  }
}

.kg-aside__item--about > a {
  background: url("/wp/wp-content/themes/kirari/imgs/bnr_bg_about.jpg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.kg-aside__item--magazine > a {
  background: url("/wp/wp-content/themes/kirari/imgs/bnr_bg_magazine.jpg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.kg-aside__item--magazine > a img {
  display: block;
  width: 53.2%;
  max-width: 399px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .kg-aside__nav {
    display: block;
  }
  .kg-aside__item {
    width: 100%;
  }
  .kg-aside__item > a {
    min-height: 175px;
    font-size: 112.5%;
  }
}

/* kg-search
---------------------------------------------- */
.kg-search {
  padding-bottom: 25px;
}

.kg-search__form, .kg-search__cat {
  padding: 0 30px;
}

.kg-search__formtitle, .kg-search__cattitle {
  font-size: 150%;
  font-weight: 500;
  margin-bottom: 1em;
}

.kg-search__form {
  margin-bottom: 50px;
}

.kg-search__control {
  position: relative;
}

.kg-search__submit {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url("/wp/wp-content/themes/kirari/imgs/icon_search.png") center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -300%;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.kg-search__input {
  width: 100%;
  display: block;
  border: 1px solid;
  padding: 1em 50px 1em 1em;
}

.kg-search__catlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -1px;
  margin-right: -1px;
}

.kg-search__catitem {
  margin: 5px 1px;
  width: -moz-calc(20% - 2px);
  width: calc(20% - 2px);
  font-size: 87.5%;
}

.kg-search__catitem > a {
  display: block;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  height: 100%;
  font-size: 87.5%;
}

.kg-search__catitem--service > a {
  padding-top: 40px;
  background: #9b8cbe url("/wp/wp-content/themes/kirari/imgs/icon_service.png") center 5px no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px;
  background-size: 30px;
}

.kg-search__catitem--bridal > a {
  padding-top: 40px;
  background: #cb92b1 url("/wp/wp-content/themes/kirari/imgs/icon_bridal.png") center 5px no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px;
  background-size: 30px;
}

.kg-search__catitem--food > a {
  padding-top: 40px;
  background: #cf8e8e url("/wp/wp-content/themes/kirari/imgs/icon_food.png") center 5px no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px;
  background-size: 30px;
}

.kg-search__catitem--lifestyle > a {
  padding-top: 40px;
  background: #c7b082 url("/wp/wp-content/themes/kirari/imgs/icon_lifestyle.png") center 5px no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px;
  background-size: 30px;
}

.kg-search__catitem--space > a {
  padding-top: 35px;
  background: #7f9abf url("/wp/wp-content/themes/kirari/imgs/icon_space.png") center 5px no-repeat;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px;
  background-size: 30px;
}

@media screen and (max-width: 767px) {
  .kg-search__form, .kg-search__cat {
    padding: 0 15px;
  }
  .kg-search__formtitle, .kg-search__cattitle {
    font-size: 87.5%;
  }
  .kg-search__form {
    margin-bottom: 25px;
  }
  .kg-search__control:after {
    width: 30px;
    height: 30px;
  }
  .kg-search__submit {
    width: 25px;
    height: 25px;
    text-indent: 100px;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px;
    background-size: 25px;
  }
  .kg-search__input {
    width: 100%;
    display: block;
    padding: 1em 50px 1em 1em;
    font-size: 75%;
    border: 1px solid;
  }
  .kg-search__catitem {
    margin: 2px 2px;
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    font-size: 62.5%;
  }
  .kg-search__catitem:nth-child(odd):last-child {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .kg-search__catitem {
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
  }
}

/* kg-info
---------------------------------------------- */
.kg-info {
  background-color: #f5f5f5;
}

.kg-info__opendate, .kg-info__access {
  padding: 0 30px;
}

.kg-info__opendatetitle, .kg-info__accesstitle {
  font-size: 150%;
  font-weight: 500;
  margin-bottom: 1em;
}

.kg-info__opendateroot, .kg-info__opendatebody, .kg-info__accessroot, .kg-info__accessbody {
  margin-bottom: 2em;
  color: #727272;
  font-size: 87.5%;
  line-height: 1.5;
}

.kg-info__opendateroot dl, .kg-info__opendatebody dl, .kg-info__accessroot dl, .kg-info__accessbody dl {
  margin-bottom: 1em;
}

.kg-info__opendateroot dt, .kg-info__opendatebody dt, .kg-info__accessroot dt, .kg-info__accessbody dt {
  float: left;
}

.kg-info__opendateroot dd, .kg-info__opendatebody dd, .kg-info__accessroot dd, .kg-info__accessbody dd {
  overflow: hidden;
}

.kg-info__opendatebody dt {
  min-width: 125px;
}

.kg-info__accessroot dt {
  min-width: 75px;
}

.kg-info__accessroot dt:not(:first-child), .kg-info__accessroot dd:not(:first-child) {
  margin-top: 1em;
}

.kg-info__accessfig {
  max-width: 690px;
  margin-bottom: 14px;
}

.kg-info__accessfig iframe {
  width: 100%;
  aspect-ratio: 4/3; //アスペクト比（縦横比）を指定
}

.kg-info__accessdetail {
  text-align: center;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .kg-info__opendate, .kg-info__access {
    padding: 0 15px;
  }
  .kg-info__opendatetitle, .kg-info__accesstitle {
    font-size: 87.5%;
  }
  .kg-info__opendateroot, .kg-info__opendatebody, .kg-info__accessroot, .kg-info__accessbody {
    font-size: 75%;
  }
}

/* .kg-shops
---------------------------------------------- */
.kg-shops__body {
  padding: 0 30px 60px;
}

.kg-shops__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.kg-shops__item {
  width: -moz-calc(16.6%);
  width: calc(16.6%);
  margin: 0 0 20px -1px;
  padding: 0 20px;
  border-right: 1px solid #727272;
  border-left: 1px solid #727272;
}

@media screen and (max-width: 1079px) {
  .kg-shops__item {
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .kg-shops__body {
    padding: 0 15px 40px;
  }
  .kg-shops__item {
    margin: 0 0 20px;
    width: 100%;
    border: none;
    padding: 0;
  }
}

.kg-shopcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  -webkit-transition: background-color .25s ease-out, -webkit-box-shadow .25s ease-out;
  transition: background-color .25s ease-out, -webkit-box-shadow .25s ease-out;
  -moz-transition: box-shadow .25s ease-out, background-color .25s ease-out, -moz-box-shadow .25s ease-out;
  transition: box-shadow .25s ease-out, background-color .25s ease-out;
  transition: box-shadow .25s ease-out, background-color .25s ease-out, -webkit-box-shadow .25s ease-out, -moz-box-shadow .25s ease-out;
}

.kg-shopcard > a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding: 5px;
}

.kg-shopcard__logo {
  overflow: hidden;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  max-width: 130px;
  margin: 0 auto;
  text-align: center;
}

.kg-shopcard__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.kg-shopcard__data {
  padding: 1em 0;
  line-height: 1.5;
  font-size: 87.5%;
}

.kg-shopcard__name {
  color: #141414;
}

.kg-shopcard__meta {
  color: #727272;
  font-size: 12px;
}

@media screen and (min-width: 1079px) {
  .kg-shopcard:hover {
    will-change: box-shadow;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 1079px) {
  .kg-shopcard {
    max-width: 100%;
  }
  .kg-shopcard__data {
    padding: 0;
  }
  .kg-shopcard__logo {
    margin: 0 20px 0 0;
    height: auto;
  }
  .kg-shopcard__logo img {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .kg-shopcard > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .kg-shopcard > a {
    padding: 0;
  }
  .kg-shopcard__data {
    font-size: 75%;
  }
}

@media screen and (max-width: 767px) {
  .kg-shopcard__logo {
    margin-right: 10px;
  }
}

/* shopinfo 詳細
---------------------------------------------- */
.kg-infodetail {
  padding: 80px 30px;
}

.kg-infodetail__title {
  margin-bottom: 25px;
  font-size: 225%;
  line-height: 1.3;
}

.kg-infodetail__meta {
  margin-bottom: 45px;
}

.kg-infodetail__meta > div {
  overflow: hidden;
  margin-bottom: 20px;
}

.kg-infodetail__metaitem {
  float: left;
  margin-right: 40px;
}

.kg-infodetail__metaitem > dt, .kg-infodetail__metaitem dd {
  display: inline-block;
}

.kg-infodetail__metaitem > dt {
  font-size: 100%;
  color: #727272;
}

.kg-infodetail__metaitem > dd {
  font-size: 125%;
  color: #141414;
  margin-left: 1em;
}

.kg-infodetail__icatch {
  text-align: center;
}

.kg-infodetail__otherimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

.kg-infodetail__image {
  max-width: 400px;
}

.kg-infodetail__image + .kg-infodetail__image {
  margin-left: 10px;
}

.kg-infodetail__body {
  padding: 20px 0 80px;
  line-height: 1.5;
  font-size: 87.5%;
}

.kg-infodetail__footer {
  padding-bottom: 30px;
}

.kg-infodetail__footer--center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kg-infodetail {
    padding: 40px 15px 0;
  }
  .kg-infodetail__title {
    margin-bottom: 10px;
    font-size: 112.5%;
  }
  .kg-infodetail__meta {
    margin-bottom: 20px;
  }
  .kg-infodetail__meta > div {
    margin-bottom: 10px;
  }
  .kg-infodetail__metaitem {
    margin-right: 20px;
  }
  .kg-infodetail__metaitem > dt {
    font-size: 62.5%;
  }
  .kg-infodetail__metaitem > dd {
    font-size: 81.25%;
    margin-left: 1em;
  }
  .kg-infodetail__body {
    padding: 20px 0 40px;
    font-size: 81.25%;
  }
}

.kg-infodetail--page .kg-news__itemwrap {
  margin-bottom: 15px;
}

.kg-infodetail--page a:hover .kg-news__itemtitle {
  text-decoration: none;
}

.kg-infodetail--page .kg-infodetail__footer {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .kg-infodetail--page .kg-news__itemtitle {
    font-size: 100%;
  }
}

.kg-infodetail__recenthead {
  text-align: center;
  font-size: 112.5%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .kg-infodetail__recenthead {
    margin-bottom: 25px;
  }
}

.kg-relations {
  padding: 30px 0;
}

.kg-relations__title {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #727272;
}

.kg-relations__list-item {
  margin: 15px 0;
  line-height: 1.5;
  font-size: 81.25%;
}

@media screen and (max-width: 640px) {
  .kg-relations__title {
    font-size: 100%;
  }
  .kg-relations__list-item {
    font-size: 75%;
  }
}

/* kg-flooguide
---------------------------------------------- */
.kg-floorguide {
  background: #f5f5f5;
}

.kg-floorguide__main {
  padding: 0 30px 70px;
}

.kg-floorguide__list {
  position: relative;
}

@media screen and (max-width: 767px) {
  .kg-floorguide__main {
    padding: 0 15px 35px;
  }
}

.kg-flooritem {
  position: relative;
  text-align: center;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0;
  border-top: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 0 -1px 1px rgba(210, 210, 210, 0.5);
  -moz-box-shadow: 0 0 -1px 1px rgba(210, 210, 210, 0.5);
  box-shadow: 0 0 -1px 1px rgba(210, 210, 210, 0.5);
  cursor: pointer;
  -webkit-transition: background-color .25s ease-out;
  -moz-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out;
}

.kg-flooritem:last-child {
  border-bottom: 1px solid #d2d2d2;
}

.kg-flooritem:focus {
  outline: 1px;
}

.kg-flooritem:hover {
  background: rgba(255, 255, 255, 0.4);
}

.kg-flooritem.is-open {
  background-color: #727272;
  color: #fff;
  cursor: auto;
}

.kg-flooritem.is-open .kg-flooritem__num {
  color: #fff;
}

.kg-flooritem.is-open .kg-flooritem__num:after {
  background-color: #fff;
}

.kg-flooritem.is-open .kg-flooritem__summary {
  color: #fff;
}

.kg-flooritem__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 150%;
}

.kg-flooritem__num {
  width: 160px;
  text-align: right;
  color: #727272;
}

.kg-flooritem__num:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 1em;
  margin-left: 20px;
  background-color: #727272;
}

.kg-flooritem__summary {
  margin-left: 30px;
  color: #141414;
  text-align: left;
  font-size: 137.5%;
}

@media screen and (max-width: 767px) {
  .kg-flooritem {
    padding: 12px 0;
  }
  .kg-flooritem__label {
    font-size: 75%;
  }
  .kg-flooritem__num {
    width: 23.18841%;
  }
  .kg-flooritem__num:after {
    width: 2px;
    margin-left: 10px;
  }
  .kg-flooritem__summary {
    margin-left: 15px;
  }
}

.kg-flooritem .swiper-container {
  margin-top: 5px;
  padding: 0 10px 20px 10px;
}

.kg-flooritem .swiper-pagination {
  bottom: -3px;
}

.kg-flooritem .swiper-wrapper {
  background-color: #fff;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.kg-flooritem .static-items {
  padding: 5px 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kg-flooritem .floor-slider__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 28%;
  background: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  border-left: 2px solid #727272;
}

.kg-flooritem .floor-slider__item:first-child {
  border-left: none;
}

.kg-flooritem .floor-slider__item > a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px;
}

.kg-flooritem .floor-slider__item .kg-shopname {
  padding: .4em 0;
  line-height: 1.5;
  min-height: 3.8em;
  color: #141414;
}

.kg-flooritem .floor-slider__item .kg-shoplogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kg-flooritem .floor-slider__item .kg-shoplogo img {
  max-width: 160px;
  max-height: 120px;
  width: auto;
}

.kg-flooritem .floor-slider__item .kg-cat {
  color: #fff;
  padding: 5px;
}

.kg-flooritem .floor-slider__item .kg-cat--service {
  background-color: #9b8cbe;
}

.kg-flooritem .floor-slider__item .kg-cat--bridal {
  background-color: #cb92b1;
}

.kg-flooritem .floor-slider__item .kg-cat--food {
  background-color: #cf8e8e;
}

.kg-flooritem .floor-slider__item .kg-cat--lifestyle {
  background-color: #c7b082;
}

.kg-flooritem .floor-slider__item .kg-cat--space {
  background-color: #7f9abf;
}

.kg-flooritem .floor-slider__item .kg-cat--tmpclosed {
  background-color: #777;
}

@media screen and (max-width: 767px) {
  .kg-flooritem .floor-slider__item {
    font-size: 10px;
    width: 45%;
  }
  .kg-flooritem .floor-slider__item .kg-shoplogo img {
    max-width: 100%;
  }
}

.kg-floordesc {
  padding: 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 162.5%;
  color: #727272;
}

.kg-floordesc__item:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 1em;
  margin-right: 10px;
}

.kg-floordesc__item--lifestyle::before {
  background-color: #c7b082;
}

.kg-floordesc__item--service::before {
  background-color: #9b8cbe;
}

.kg-floordesc__item--food::before {
  background-color: #cf8e8e;
}

.kg-floordesc__item--bridal::before {
  background-color: #cb92b1;
}

.kg-floordesc__item--space::before {
  background-color: #7f9abf;
}

.kg-floordesc__item + .kg-floordesc__item {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .kg-floordesc {
    padding: 20px 0 0 0;
    font-size: 75%;
  }
}

/* .kg-access
---------------------------------------------- */
.kg-access {
  background-color: #f5f5f5;
  color: #727272;
}

.kg-access__main {
  padding: 0 30px 45px;
}

@media screen and (max-width: 767px) {
  .kg-access__main {
    padding: 0 15px 15px;
  }
}

.kg-access__map {
  position: relative;
  max-width: 690px;
  margin: 0 auto 50px;
}

.kg-access__map iframe {
  width: 100%;
  aspect-ratio: 4/3; //アスペクト比（縦横比）を指定
}



.kg-access__map figcaption {
  text-align: center;
  margin-top: 1em;
  font-size: 87.5%;
}

.kg-access__map > .kgc-button {
  position: absolute;
  bottom: -moz-calc(2.5em + 5%);
  bottom: calc(2.5em + 5%);
  right: 5%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .kg-access__map {
    margin: 0 auto 25px;
  }
  .kg-access__map figcaption {
    font-size: 75%;
  }
  .kg-access__map > .kgc-button {
    padding: 5px 25px;
    background-position: right 7px center;
  }
}

.kg-access-unit__title {
  font-size: 150%;
  font-weight: 500;
  margin-bottom: .8em;
  color: #141414;
}

.kg-access-unit__body {
  margin-bottom: 2em;
  font-size: 87.5%;
  line-height: 1.5;
  color: #727272;
  font-weight: 300;
}

.kg-access-unit__body dl, .kg-access-unit__body p {
  margin-bottom: 1em;
}

.kg-access-unit__body dt {
  clear: both;
  float: left;
}

.kg-access-unit__body dd {
  overflow: hidden;
}

.kg-access-unit .kg-min-block {
  padding-left: .5em;
}

.kg-access-unit .kg-min-block dl {
  overflow: hidden;
}

.kg-access-unit .kg-min-block dt {
  float: left;
  clear: both;
  min-width: 3em;
}

.kg-access-unit .kg-min-block dd {
  overflow: hidden;
  padding-left: .5em;
}

.kg-access-unit .kg-min-block dd span {
  min-width: 4em;
  display: inline-block;
}

.kg-access-unit table {
  width: 100%;
  font-size: 87.5%;
}

.kg-access-unit table th, .kg-access-unit table td {
  vertical-align: top;
  padding: 3px .4em;
}

.kg-access-unit table th {
  background: #dfdfdf;
  border: 1px solid #fff;
  text-align: left;
}

.kg-access-unit table td {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .kg-access-unit__title {
    font-size: 87.5%;
  }
  .kg-access-unit__body {
    font-size: 75%;
  }
  .kg-access-unit table {
    font-size: 75%;
  }
  .kg-access-unit .kg-min-block dt {
    min-width: 4.5em;
  }
  .kg-access-unit .kg-min-block dd:last-child {
    overflow: auto;
    clear: both;
  }
}

.kg-opendate__body dt {
  min-width: 125px;
}

.kg-accessroot dt {
  min-width: 75px;
}

.kg-accessroot dt:not(:first-child), .kg-accessroot dd:not(:first-child) {
  margin-top: 1em;
}

/* foreign
---------------------------------------------- */
.kg-foreign {
  background-color: #f5f5f5;
}

.kg-foreign .kgc-heading {
  padding-bottom: 20px;
}

.kg-foreign__title {
  max-width: 676px;
  width: 90.13333%;
  margin: 0 auto;
}

.kg-foreign__title img {
  width: 100%;
  height: auto;
}

.kg-lang__accesstab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #727272;
  margin: 30px 0;
}

.kg-lang__accesstab li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.kg-lang__accesstab li:not(:first-child) a {
  border-left: none;
}

.kg-lang__accesstab a {
  display: block;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  border: 1px solid #727272;
  border-bottom: none;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.kg-lang__accesstab a:hover {
  background-color: #727272;
  color: #fff;
}

.kg-lang__accesstab a.is-active {
  background-color: #727272;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .kg-lang__accesstab a {
    padding: 10px;
    margin: 20px 0;
  }
}

.kg-foreign__main {
  padding: 0 30px 45px;
}

.kg-foreign__main .kg-foreign__visual {
  margin-bottom: 40px;
}

.kg-foreign__main .kgc-minisec {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .kg-foreign__main {
    padding: 0 15px 15px;
  }
  .kg-foreign__main .kg-foreign__visual {
    margin-bottom: 20px;
  }
}

/* .kgc-magazine
---------------------------------------------- */
.kg-magazine {
  background-color: #f5f5f5;
  color: #727272;
}

.kg-magazine__main {
  padding: 0 30px 45px;
}

.kg-magazine__main--archive {
  padding: 30px 30px 45px;
}

.kg-magazine__main--archive .kgc-media {
  margin: 20px 0;
}

.kg-magazine__main--archive .kgc-media__body h2 {
  margin-bottom: 1em;
}

.kg-magazine__main--archive .kgc-media__body p {
  margin: 1em 0;
  line-height: 1.5;
}

.kg-magazine__main--archive .kgc-media__image {
  max-width: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .kg-magazine__main {
    padding: 0 15px 15px;
  }
  .kg-magazine__main--archive {
    padding: 30px 15px 45px;
  }
  .kg-magazine__main--archive .kgc-media__body h2 {
    font-size: 16px;
  }
  .kg-magazine__main--archive .kgc-media__body p {
    font-size: 12px;
  }
  .kg-magazine__main--archive .kgc-media__image {
    max-width: 100px;
  }
}

.kg-magazine .kgc-heading {
  padding-bottom: 0;
}

.kg-magsec {
  margin: 60px 0;
  line-height: 1.5;
  font-size: 87.5%;
}

.kg-magsec__head {
  padding-top: 45px;
  margin-bottom: 20px;
  background: url("/wp/wp-content/themes/kirari/imgs/parts_magazine-ttl.png") center top no-repeat;
  text-align: center;
  color: #996ea3;
  font-size: 257.14286%;
}

.kg-magsec p {
  margin: 1em 0;
}

@media screen and (max-width: 767px) {
  .kg-magsec {
    margin: 30px 0;
    font-size: 75%;
  }
  .kg-magsec__head {
    margin-bottom: 10px;
    padding-top: 30px;
    font-size: 150%;
    -webkit-background-size: auto 16px;
    -moz-background-size: auto 16px;
    background-size: auto 16px;
  }
}

.kgc-nextlink,
.kgc-prevlink {
  text-decoration: none;
  margin: 30px 0 0;
  display: block;
  font-size: 112.5%;
  line-height: 1.5;
}

.kgc-nextlink a:hover,
.kgc-prevlink a:hover {
  text-decoration: underline;
}

.kgc-nextlink > span,
.kgc-prevlink > span {
  display: block;
}

.kgc-nextlink__text,
.kgc-prevlink__text {
  color: #141414;
}

@media screen and (max-width: 767px) {
  .kgc-nextlink,
  .kgc-prevlink {
    font-size: 87.5%;
  }
}

.kgc-nextlink {
  text-align: right;
}

.kg-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0 30px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
}

.kg-pager__item {
  margin: 0 5px;
}

.kg-pager__item > a {
  display: inline-block;
  text-decoration: none;
  min-width: 40px;
  min-height: 34px;
  padding: 5px;
  line-height: 30px;
  font-size: 112.5%;
  text-align: center;
  border: 1px solid #141414;
  background-color: #fff;
}

.kg-pager__item.is-active > a {
  background-color: #727272;
  color: #fff;
}

.kg-pager > span,
.kg-pager > a {
  margin: 0 5px;
  display: inline-block;
  text-decoration: none;
  min-width: 40px;
  min-height: 34px;
  padding: 5px;
  line-height: 30px;
  font-size: 112.5%;
  text-align: center;
  border: 1px solid #141414;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  transition: all .25s;
}

.kg-pager > span {
  background-color: #727272;
  color: #fff;
}

.kg-pager > a {
  background-color: #fff;
}

.kg-pager > a:hover {
  background: #c7b082;
  color: #fff;
}

.kg-pager__prev > a {
  text-indent: -.5em;
}

.kg-pager__next > a {
  text-indent: .5em;
}

@media screen and (max-width: 767px) {
  .kg-pager {
    margin: 10px 0 15px;
  }
  .kg-pager__item {
    margin: 0 5px;
  }
  .kg-pager__item > a {
    min-width: 30px;
    min-height: 20px;
    padding: 5px;
    line-height: 15px;
    font-size: 75%;
  }
}

/* マガジン用投稿ページ
 * wordpressからの投稿のためタグセレクタ
---------------------------------------------- */
.kgl-magazine__body {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size: 87.5%;
}

.kgl-magazine__body h2 {
  clear: both;
  padding-top: 45px;
  margin-bottom: 20px;
  margin-top: 30px;
  background: url("/wp/wp-content/themes/kirari/imgs/parts_magazine-ttl.png") center top no-repeat;
  text-align: center;
  font-size: 257.14286%;
}

.kgl-magazine__body p {
  margin: 1em 0;
}

@media screen and (max-width: 767px) {
  .kgl-magazine__body {
    margin: 0 0;
    font-size: 75%;
  }
  .kgl-magazine__body h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 30px;
    font-size: 150%;
    -webkit-background-size: auto 16px;
    -moz-background-size: auto 16px;
    background-size: auto 16px;
  }
}

/* aboutページ
---------------------------------------------- */
.kg-about {
  position: relative;
}

.kg-about__heading {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .kg-about__heading {
    padding: 15px 0;
  }
}

.kg-about__title {
  max-width: 676px;
  width: 90.13333%;
  margin: 0 auto;
}

.kg-about__title img {
  width: 100%;
  height: auto;
}

.kg-about__subtitle {
  margin-top: 20px;
}

.kg-about__desc {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
  line-height: 2;
  font-size: 87.5%;
}

@media screen and (max-width: 767px) {
  .kg-about__desc {
    font-size: 62.5%;
    line-height: 1.5;
  }
}

.kg-about__sec {
  position: relative;
  height: -moz-calc(100vh - 90px);
  height: calc(100vh - 90px);
}

@media screen and (max-width: 767px) {
  .kg-about__sec {
    height: -moz-calc(100vh - 61px);
    height: calc(100vh - 61px);
  }
}

.kg-about__next {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
}

@media screen and (max-width: 767px) {
  .kg-about__next {
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
    left: auto;
    margin: 0;
  }
}

.kg-about-detail__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.kg-about-detail__text {
  color: #141414;
}

.kg-about-detail__copy {
  font-size: 72px;
  margin-top: -.15em;
}

.kg-about-detail__copy span {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translate3D(0, 15px, 0px) rotateY(90deg);
  -moz-transform: translate3D(0, 15px, 0px) rotateY(90deg);
  transform: translate3D(0, 15px, 0px) rotateY(90deg);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.kg-about-detail__copy span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.kg-about-detail__copy span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.kg-about-detail__copy span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.kg-about-detail__copy span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.kg-about-detail__copy span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.kg-about-detail__copy span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.kg-about-detail__copy span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.kg-about-detail__copy span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.kg-about-detail__copy span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.kg-about-detail__copy span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.kg-about-detail__copy span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.kg-about-detail__copy span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.kg-about-detail__copy span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.kg-about-detail__copy span:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.kg-about-detail__copy span:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.kg-about__sec.is-active .kg-about-detail__copy span {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(0);
  -moz-transform: translate(0, 0) rotate(0);
  -ms-transform: translate(0, 0) rotate(0);
  transform: translate(0, 0) rotate(0);
}

@media screen and (max-width: 767px) {
  .kg-about-detail__copy {
    font-size: 48px;
  }
}

.kg-about-detail__lead {
  opacity: 0;
  font-size: 18px;
  line-height: 1.55556;
  -webkit-transform: translate(0, -30px);
  -moz-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

.kg-about__sec.is-active .kg-about-detail__lead {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .kg-about-detail__lead {
    font-size: 12px;
  }
}

.kg-about-detail__text--invert {
  color: #fff;
}

.kg-about #section01 {
  height: -moz-calc(100vh - 190px);
  height: calc(100vh - 190px);
  background: url("/wp/wp-content/themes/kirari/imgs/bg_about_scene1_pc.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.kg-about #section01 .kg-about-detail__text {
  padding-top: 75px;
}

.kg-about #section01 .kg-about-detail__copy {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .kg-about #section01 {
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
    background-image: url("/wp/wp-content/themes/kirari/imgs/bg_about_scene1_sp.jpg");
  }
  .kg-about #section01 .kg-about-detail__text {
    padding: 30px 15px;
  }
  .kg-about #section01 .kg-about-detail__copy {
    margin: 0 0 10px;
  }
}

.kg-about #section02 {
  background: url("/wp/wp-content/themes/kirari/imgs/bg_about_scene2_pc.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.kg-about #section02 .kg-about-detail__text {
  padding-top: 75px;
  text-align: right;
}

.kg-about #section02 .kg-about-detail__copy {
  margin-left: 30px;
}

.kg-about #section02 .kg-about-detail__lead {
  padding-top: .25em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .kg-about #section02 {
    background-image: url("/wp/wp-content/themes/kirari/imgs/bg_about_scene2_sp.jpg");
  }
  .kg-about #section02 .kg-about-detail__text {
    padding: 30px 15px;
    text-align: left;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .kg-about #section02 .kg-about-detail__lead {
    text-align: left;
  }
  .kg-about #section02 .kg-about-detail__copy {
    margin: 0 0 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.kg-about #section03 {
  background: url("/wp/wp-content/themes/kirari/imgs/bg_about_scene3_pc.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.kg-about #section03 .kg-about-detail__text {
  padding-top: 40px;
}

.kg-about #section03 .kg-about-detail__copy {
  margin-bottom: 15px;
}

.kg-about #section03 .kg-about-detail__lead {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .kg-about #section03 {
    background-image: url("/wp/wp-content/themes/kirari/imgs/bg_about_scene3_sp.jpg");
  }
  .kg-about #section03 .kg-about-detail__text {
    padding: 30px 15px;
  }
  .kg-about #section03 .kg-about-detail__copy {
    margin: 0 0 10px;
  }
}

.kg-about #section04 {
  background: url("/wp/wp-content/themes/kirari/imgs/bg_about_scene4_pc.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.kg-about #section04 .kg-about-detail__inner {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kg-about #section04 .kg-about-detail__text {
  bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kg-about #section04 .kg-about-detail__copy {
  font-size: 60px;
  margin-right: 30px;
  font-weight: 200;
}

.kg-about #section04 .kg-about-detail__lead {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .kg-about #section04 {
    background-image: url("/wp/wp-content/themes/kirari/imgs/bg_about_scene4_sp.jpg");
  }
  .kg-about #section04 .kg-about-detail__inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .kg-about #section04 .kg-about-detail__text {
    padding: 30px 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 25px;
  }
  .kg-about #section04 .kg-about-detail__copy {
    font-size: 30px;
    margin: 0 0 10px;
    text-align: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.kg-about #section05 {
  background: url("/wp/wp-content/themes/kirari/imgs/bg_about_scene5_pc.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.kg-about #section05 .kg-about-detail {
  height: 100%;
}

.kg-about #section05 .kg-about-detail__inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.kg-about #section05 .kg-about-detail__copy {
  font-size: 60px;
  font-weight: 200;
  text-shadow: none;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .kg-about #section05 {
    background-image: url("/wp/wp-content/themes/kirari/imgs/bg_about_scene5_sp.jpg");
  }
  .kg-about #section05 .kg-about-detail__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 15px 0;
  }
  .kg-about #section05 .kg-about-detail__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kg-about #section05 .kg-about-detail__copy {
    line-height: 1.3;
    font-size: 30px;
    margin: 0 0 10px;
  }
}

/* kg-shop詳細
---------------------------------------------- */
.kg-shop-detail {
  padding: 0 30px;
}

.kg-shop-detail__head {
  text-align: center;
  margin-bottom: 30px;
}

.kg-shop-detail__logo {
  padding: 15px 0;
}

.kg-shop-detail__name {
  margin-bottom: 5px;
}

.kg-shop-detail__namakana {
  color: #f5f5f5;
}

.kg-shop-detail__reserve {
  margin: 15px 0;
}

.kg-shop-detail__images {
  max-width: 625px;
  margin: 0 auto 30px;
}

.kg-shop-detail__description {
  line-height: 1.5;
  font-size: 87.5%;
}

.kg-shop-detail__meta {
  padding: 30px 0;
}

.kg-shop-detail__meta table {
  width: 100%;
  font-size: 87.5%;
}

.kg-shop-detail__meta table th, .kg-shop-detail__meta table td {
  vertical-align: top;
  padding: 10px .5em;
}

.kg-shop-detail__meta table th {
  background: #dfdfdf;
  border: 1px solid #fff;
  text-align: left;
}

.kg-shop-detail__meta table td {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .kg-shop-detail__meta table {
    font-size: 75%;
  }
}

@media screen and (max-width: 767px) {
  .kg-shop-detail {
    padding: 0 15px;
  }
  .kg-shop-detail__name {
    font-size: 112.5%;
  }
  .kg-shop-detail__namakana {
    font-size: 75%;
  }
}

.kg-shop-entries__head {
  text-align: center;
  margin: 0 0 25px;
}

.kg-shop-entries__none {
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kg-shop-entries__head {
    font-size: 100%;
  }
}

/* お問い合わせ
---------------------------------------------- */
.kg-contact__body {
  padding: 0 30px 50px;
}

@media screen and (max-width: 767px) {
  .kg-contact__body {
    padding: 0 10px 50px;
  }
}

body.single .kgl-footer {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  body.single .kgl-footer {
    margin-top: 25px;
  }
}

/* ===========================================
   from wp create class style (no prefix class from wp system)
=========================================== */
/* Wordpressで必要な共通css
** =WordPress Core
https://codex.wordpress.org/CSS
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*.categories {...}*/
/*.cat-item {...}*/
/*.current-cat {...}*/
/*.current-cat-parent {...}*/
/*.children {...}*/
/*.pagenav {...}*/
/*.page_item {...}*/
/*.current_page_item {...}*/
/*.current_page_parent {...}*/
/*.current_page_ancestor {...}*/
/*.widget {...}*/
/*.widget_text {...}*/
/*.blogroll {...}*/
/*.linkcat{...}*/
/* テーマ common style
--------------------------------------------------------------  */
pre {
  -moz-tab-size: 4;
  tab-size: 4;
}

/* ===========================================
   Utility Classes (u-)
=========================================== */
.is-hidden {
  display: none !important;
}

.is-unvisible {
  visibility: hidden;
}

.is-show {
  display: block !important;
}

.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

.is-disabled {
  pointer-events: none !important;
  cursor: auto !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.is-disabled:hover {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/*# sourceMappingURL=style.css.map */

/* .kg-facility
---------------------------------------------- */
.kg-facility {
  background-color: #f5f5f5;
  color: #727272;
}

.kg-facility-unit {
  padding: 0 30px 25px;
}

@media screen and (max-width: 767px) {
  .kg-facility-unit {
    padding: 0 15px 20px;
  }
}

h3.kg-facility-unit__title {
  font-size: 125%;
  font-weight: 500;
  margin-bottom: .8em;
  margin-right: 1em;
  color: #fff;
  background-color: #727272;
  display: inline-block;
  padding: 3px 10px;
}

h2.kg-facility-unit__title {
  font-size: 150%;
  font-weight: 500;
  margin-bottom: .8em;
  color: #141414;
  display: inline-block;
}

.kg-shop-detail__description p {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .kg-facility-unit__title {
    font-size: 87.5%;
  }
}

.kg-facility-unit__body {
  margin-bottom: 2em;
  font-size: 87.5%;
  line-height: 1.5;
  color: #727272;
  font-weight: 300;
}

.kg-facility-unit table {
  width: 100%;
  font-size: 87.5%;
}

.kg-facility-unit table th, .kg-facility-unit table td {
  padding: 3px .4em;
}

.kg-facility-unit table th {
  background: #dfdfdf;
  border: 1px solid #fff;
  text-align: center;
}

.kg-facility-unit table th.title {
  width: 10em;
}

.kg-facility-unit table td {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kg-facility-unit__body {
    font-size: 75%;
  }
  .kg-facility-unit table {
    font-size: 125%;
  }
  .kg-facility-unit table th.title {
    width: 5em;
  }
  .kg-facility-unit table th.floor {
    width: 3em;
  }
}