@charset "UTF-8";
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
/* line 14, ../sass/base/_reset.scss */
html, body {
  line-height: 1.65;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, ../sass/base/_reset.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, ../sass/base/_reset.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, ../sass/base/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 63, ../sass/base/_reset.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 73, ../sass/base/_reset.scss */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 82, ../sass/base/_reset.scss */
hr {
  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.
 */
/* line 93, ../sass/base/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 106, ../sass/base/_reset.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 116, ../sass/base/_reset.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 126, ../sass/base/_reset.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 135, ../sass/base/_reset.scss */
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.
 */
/* line 145, ../sass/base/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 156, ../sass/base/_reset.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 164, ../sass/base/_reset.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 173, ../sass/base/_reset.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 182, ../sass/base/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 190, ../sass/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 194, ../sass/base/_reset.scss */
sup {
  top: -0.5em;
}

/* line 198, ../sass/base/_reset.scss */
ul, li,
ol,
dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 213, ../sass/base/_reset.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 222, ../sass/base/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 231, ../sass/base/_reset.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 239, ../sass/base/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 251, ../sass/base/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 267, ../sass/base/_reset.scss */
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.
 */
/* line 277, ../sass/base/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 288, ../sass/base/_reset.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 299, ../sass/base/_reset.scss */
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.
 */
/* line 311, ../sass/base/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 322, ../sass/base/_reset.scss */
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.
 */
/* line 333, ../sass/base/_reset.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 347, ../sass/base/_reset.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 356, ../sass/base/_reset.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 365, ../sass/base/_reset.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 375, ../sass/base/_reset.scss */
[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.
 */
/* line 385, ../sass/base/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 394, ../sass/base/_reset.scss */
[type="search"]::-webkit-search-cancel-button,
[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.
 */
/* line 404, ../sass/base/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 417, ../sass/base/_reset.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 426, ../sass/base/_reset.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 437, ../sass/base/_reset.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 445, ../sass/base/_reset.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 456, ../sass/base/_reset.scss */
[hidden] {
  display: none;
}

/* line 3, ../sass/base/_main.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

/* line 15, ../sass/base/_main.scss */
html,
body {
  color: #474747;
  background-color: #fcfcfc;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 62.5%;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../sass/base/_main.scss */
header,
body,
footer {
  display: block;
}

/* line 32, ../sass/base/_main.scss */
h1, h2, h3, h4, h5, h6,
p {
  margin: 0;
  padding: 0;
}

/* line 38, ../sass/base/_main.scss */
a,
a:focus,
a:link,
a:visited,
a:hover,
a:active,
img,
button, html [type="button"], [type="reset"], [type="submit"] {
  border: none;
  outline: none;
  -webkit-appearance: none;
}

/* line 51, ../sass/base/_main.scss */
a,
a:link {
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

/* line 58, ../sass/base/_main.scss */
a:visited {
  color: #666666;
}

/* line 62, ../sass/base/_main.scss */
a:hover {
  color: #7942a5;
  text-decoration: underline;
}

/* line 67, ../sass/base/_main.scss */
a:active {
  color: #44255c;
}

/* line 71, ../sass/base/_main.scss */
a:focus {
  outline: none;
}

/* line 75, ../sass/base/_main.scss */
h1 a {
  display: inline-block;
}

/* line 3, ../sass/layout/_main.scss */
.uk-section,
.uk-section-muted,
.uk-section-secondary {
  padding: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
}

/* line 11, ../sass/layout/_main.scss */
.uk-padding {
  padding: 0 32px;
}

/* line 15, ../sass/layout/_main.scss */
.uk-padding-small {
  padding: 0 16px;
}

/* line 19, ../sass/layout/_main.scss */
.uk-margin-small-bottom {
  margin-bottom: 16px !important;
}

/* line 23, ../sass/layout/_main.scss */
.uk-margin-bottom {
  margin-bottom: 32px !important;
}

/* line 27, ../sass/layout/_main.scss */
.uk-margin-medium-bottom {
  margin-bottom: 64px !important;
}

/* line 31, ../sass/layout/_main.scss */
.uk-margin-large-bottom {
  margin-bottom: 128px !important;
}

@media screen and (min-width: 769px) {
  /* line 36, ../sass/layout/_main.scss */
  .uk-margin-small-bottom {
    margin-bottom: 32px !important;
  }

  /* line 40, ../sass/layout/_main.scss */
  .uk-margin-bottom {
    margin-bottom: 64px !important;
  }

  /* line 44, ../sass/layout/_main.scss */
  .uk-margin-medium-bottom {
    margin-bottom: 128px !important;
  }

  /* line 48, ../sass/layout/_main.scss */
  .uk-margin-large-bottom {
    margin-bottom: 256px !important;
  }
}
@media screen and (min-width: 1025px) {
  /* line 54, ../sass/layout/_main.scss */
  .uk-container-expand.main {
    max-width: 1024px;
    margin: 0 auto;
  }
}
/* line 60, ../sass/layout/_main.scss */
.container-content,
.post p {
  margin-bottom: 32px;
  padding: 0 32px;
}

/* line 66, ../sass/layout/_main.scss */
.uk-list > li,
.uk-list > li > ul {
  margin: 0 0 16px 0;
}

/* line 71, ../sass/layout/_main.scss */
.uk-list > li::after {
  display: block;
}

/* line 7, ../sass/module/_common.scss */
.btn::before, .btn::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(black), to(black));
  background: -moz-linear-gradient(left, black, black);
  background: linear-gradient(left, black, black);
}
/* line 18, ../sass/module/_common.scss */
.btn:active, .btn:hover {
  border-left: 2px solid #afe0ff;
  border-right: 2px solid #7942a5;
}
/* line 23, ../sass/module/_common.scss */
.btn:active::before, .btn:active::after, .btn:hover::before, .btn:hover::after {
  background: -webkit-gradient(linear, left top, right bottom, from(#afe0ff), to(#7942a5));
  background: -moz-linear-gradient(left, #afe0ff, #7942a5);
  background: linear-gradient(left, #afe0ff, #7942a5);
}

/* line 34, ../sass/module/_common.scss */
.g-logo {
  width: 200px;
  height: auto;
}

/* line 42, ../sass/module/_common.scss */
.header::before {
  content: "";
  display: block;
  height: 64px;
  background: white;
}

/* line 50, ../sass/module/_common.scss */
.header-top {
  position: relative;
  margin-top: -64px;
}
/* line 54, ../sass/module/_common.scss */
.header-top.front {
  background-color: #313131;
  background-image: url(../images/bg_header.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 100%;
  height: 160px;
  margin-top: 64px;
  padding: 0 16px;
}
/* line 66, ../sass/module/_common.scss */
.header-top.sub {
  height: 64px;
  padding: 0 16px;
}
@media screen and (min-width: 481px) {
  /* line 73, ../sass/module/_common.scss */
  .header-top.front {
    height: 320px;
    padding: 0 32px;
  }
  /* line 78, ../sass/module/_common.scss */
  .header-top.sub {
    padding: 0 32px;
  }
}
@media screen and (min-width: 769px) {
  /* line 85, ../sass/module/_common.scss */
  .header-top.front {
    height: 400px;
  }
}
/* line 91, ../sass/module/_common.scss */
.header-top h1 a {
  color: black;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  text-decoration: none;
}

/* line 102, ../sass/module/_common.scss */
.front .header::before {
  height: 8px;
}
/* line 107, ../sass/module/_common.scss */
.front .header-top {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 16px;
}
/* line 112, ../sass/module/_common.scss */
.front .header-top h1 {
  position: relative;
  top: -54px;
}
/* line 116, ../sass/module/_common.scss */
.front .header-top h1 a {
  color: white;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  text-shadow: 0 0 16px black;
}
@media screen and (min-width: 769px) {
  /* line 125, ../sass/module/_common.scss */
  .front .header-top {
    padding-bottom: 32px;
  }
}

/* line 133, ../sass/module/_common.scss */
.page-info.page-info-df {
  background-image: -moz-linear-gradient(-45deg, #7942a5 0%, #afe0ff 100%);
  background-image: -webkit-linear-gradient(-45deg, #7942a5 0%, #afe0ff 100%);
  background-image: -ms-linear-gradient(-45deg, #7942a5 0%, #afe0ff 100%);
  background-image: linear-gradient(-45deg, #7942a5 0%, #afe0ff 100%);
}

/* line 140, ../sass/module/_common.scss */
.ttl-sct {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 0.66667;
  font-style: italic;
  color: #ebebeb;
}

/* line 146, ../sass/module/_common.scss */
.ttl-sct-sub {
  font-weight: bold;
  text-align: center;
}

/* line 153, ../sass/module/_common.scss */
.ttl-page a {
  color: white;
  text-decoration: none;
}

/* line 159, ../sass/module/_common.scss */
.ttl-page-sub {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fcfcfc;
  font-style: italic;
}

/* line 168, ../sass/module/_common.scss */
.post {
  margin-bottom: 128px;
}
/* line 171, ../sass/module/_common.scss */
.post::after {
  content: "";
  display: block;
  width: 25%;
  height: 1px;
  margin: 32px 0 0 auto;
  background-color: #ebebeb;
}
/* line 180, ../sass/module/_common.scss */
.post.sticky::after {
  margin: 32px auto 0 auto;
}
/* line 184, ../sass/module/_common.scss */
.post .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: 120px;
  margin-bottom: 32px;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  /* line 191, ../sass/module/_common.scss */
  .post .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 360px;
  }
}
/* line 196, ../sass/module/_common.scss */
.post .ttl-post {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778;
}
/* line 199, ../sass/module/_common.scss */
.post .ttl-post a {
  color: black;
}

/* line 205, ../sass/module/_common.scss */
.blog-info {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.66667;
}
/* line 208, ../sass/module/_common.scss */
.blog-info .cat {
  font-style: italic;
}

/* line 216, ../sass/module/_common.scss */
.single .post-info p a,
.single .post-info h3 a {
  color: black;
}

/* line 226, ../sass/module/_common.scss */
.page-template-default .main h3,
.page-template-default .main h4 {
  margin: 0 0 32px;
}
/* line 233, ../sass/module/_common.scss */
.page-template-default .uk-list p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6875;
}

/* line 239, ../sass/module/_common.scss */
.page-info {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 24vh;
  padding-bottom: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: right;
}

/* line 274, ../sass/module/_common.scss */
.page-info.page-contact {
  background-image: url(https://fashonablecormorants.com/wp-content/uploads/2018/04/hero_contact-768x510.jpg);
}

/* line 282, ../sass/module/_common.scss */
.list-ctg .arrangement::after {
  background: url(../images/btn_ctg_1.png) no-repeat center center;
  background-size: cover;
}
/* line 287, ../sass/module/_common.scss */
.list-ctg .column::after {
  background: url(../images/btn_ctg_2.png) no-repeat center center;
  background-size: cover;
}
/* line 292, ../sass/module/_common.scss */
.list-ctg .flower-people::after {
  background: url(../images/btn_ctg_3.png) no-repeat center center;
  background-size: cover;
}
/* line 297, ../sass/module/_common.scss */
.list-ctg .lifestyle::after {
  background: url(../images/btn_ctg_4.png) no-repeat center center;
  background-size: cover;
}
/* line 302, ../sass/module/_common.scss */
.list-ctg .topics::after {
  background: url(../images/btn_ctg_5.png) no-repeat center center;
  background-size: cover;
}
/* line 307, ../sass/module/_common.scss */
.list-ctg .uncategorized::after {
  background: url(../images/btn_ctg_6.png) no-repeat center center;
  background-size: cover;
}

/* line 316, ../sass/module/_common.scss */
.footer-about {
  position: relative;
  top: 32px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  background-color: #474747;
  color: #ebebeb;
}
/* line 324, ../sass/module/_common.scss */
.footer-about h2 {
  position: relative;
  top: -32px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778;
}
/* line 332, ../sass/module/_common.scss */
.footer-about p {
  margin-bottom: 32px;
}

/* line 340, ../sass/module/_common.scss */
.footer .box-copy {
  background-image: none;
  background-color: #474747;
  color: white;
  text-align: center;
}
/* line 346, ../sass/module/_common.scss */
.footer .box-copy a,
.footer .box-copy a:focus,
.footer .box-copy a:link,
.footer .box-copy a:visited,
.footer .box-copy a:hover,
.footer .box-copy a:active {
  color: white;
}

@media screen and (min-width: 1025px) {
  /* line 358, ../sass/module/_common.scss */
  .footer-contact,
  .footer-about p {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 3, ../sass/module/_font.scss */
.f-en {
  font-family: "Quattrocento", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* line 7, ../sass/module/_font.scss */
.f-size-small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.66667;
}

/* line 11, ../sass/module/_font.scss */
.f-size-base {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6875;
}

/* line 15, ../sass/module/_font.scss */
.f-size-large {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
}

/* line 5, ../sass/module/_form.scss */
.search-form .uk-input {
  background-color: #fcfcfc;
}

/* line 11, ../sass/module/_form.scss */
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  color: #474747;
  border-color: #7942a5;
}

/* line 18, ../sass/module/_form.scss */
.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

/* line 25, ../sass/module/_form.scss */
.required::after {
  content: "必須";
  display: inline-block;
  margin-left: 8px;
  padding: 4px 8px;
  color: #fcfcfc;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  background-color: #7942a5;
  border-radius: 4px;
}

/* line 37, ../sass/module/_form.scss */
.uk-form-label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.28571;
  align-items: center;
}

/* line 42, ../sass/module/_form.scss */
.uk-form-large {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
}

/* line 46, ../sass/module/_form.scss */
.wpcf7-form-control.uk-button {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  padding: 16px 32px;
}

/* line 4, ../sass/module/_content-contact.scss */
.free-consul {
  border: 2px solid #474747;
  text-align: center;
}
/* line 8, ../sass/module/_content-contact.scss */
.free-consul h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0.0625;
  color: black;
}
/* line 13, ../sass/module/_content-contact.scss */
.free-consul .num-tel {
  display: inline-block;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  color: #7942a5;
}
/* line 20, ../sass/module/_content-contact.scss */
.free-consul .icon-tel svg {
  width: 75%;
  height: auto;
}
@media screen and (max-width: 320px) {
  /* line 27, ../sass/module/_content-contact.scss */
  .free-consul .num-tel {
    display: inline-block;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.14286;
    color: #7942a5;
  }
  /* line 34, ../sass/module/_content-contact.scss */
  .free-consul .icon-tel svg {
    width: 75%;
    height: auto;
  }
}
/* line 41, ../sass/module/_content-contact.scss */
.free-consul .icon-tel.uk-icon [stroke*='#']:not(.uk-preserve) {
  stroke: #7942a5;
}
/* line 45, ../sass/module/_content-contact.scss */
.free-consul .cpt-tel {
  border-radius: 16px;
}
/* line 49, ../sass/module/_content-contact.scss */
.free-consul .free-consul-bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: -97px;
  width: 268px;
  height: 82px;
  background: url(../images/obj_rbn_campaign.png) no-repeat center center;
  background-size: cover;
}
/* line 62, ../sass/module/_content-contact.scss */
.free-consul .free-consul-bottom span {
  color: #7942a5;
  border-bottom: 2px solid #7942a5;
  padding-bottom: 8px;
}
/* line 68, ../sass/module/_content-contact.scss */
.free-consul .free-consul-bottom .text-hero {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
  border-bottom: 0;
}
