@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
58 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on open links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interopen */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.75;
}

._pc {
  display: none !important;
}

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

h1 {
  font-family: YuMincho, 'Yu Mincho', serif;
}

h2 {
  margin: 30px 0;
  font-size: 3rem;
  text-align: center;
  font-family: YuMincho, 'Yu Mincho', serif;
  line-height: 1;
}

h3 {
  font-size: 1.6rem;
  margin: 30px 0;
}

p {
  line-height: 1.9;
  word-break: break-all;
}

.button, .in-link, .pagination li.button, .external-link {
  border: solid 1px #333;
  width: 191px;
  position: relative;
  font-size: 1.4rem;
  margin: 30px 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  opacity: 1;
  background-color: #fff;
}

.button:hover::before, .in-link:hover::before, .external-link:hover::before {
  opacity: 1;
  transition-duration: 0.3s;
}

.button:before, .in-link:before, .pagination li.button:before, .external-link:before {
  content: "";
  background: -moz-linear-gradient(left, #ffdfd9, #fff, #fff);
  background: -webkit-linear-gradient(left, #ffdfd9, #fff, #fff);
  background: linear-gradient(to right, #ffdfd9, #fff, #fff);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition-duration: 0.3s;
}

.button a, .in-link a, .pagination li.button a, .external-link a {
  position: relative;
  z-index: 1;
}

.button:active, .in-link:active, .pagination li.button:active, .external-link:active {
  animation: up-scale 0.3s 1 ease-out;
}

@keyframes up-scale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

.link {
  position: relative;
  margin-right: 18px;
  display: inline-block;
}

.link::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #333;
  position: absolute;
  bottom: 0.25em;
}

.link::after {
  content: "";
  background-position: -250px -100px;
  position: absolute;
  right: -6px;
  top: -5px;
  margin-right: -25px;
  margin-top: -5px;
}

.link:hover {
  color: #ff6f90;
  transition-duration: 0.1s;
}

.link:hover::before {
  background-color: #ff6f90;
  transition-duration: 0.1s;
}

.in-link a, .pagination li.button a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}

.in-link::after, .pagination li.button::after, .pagination li.in-link::after, .pagination li.external-link::after {
  content: "";
  background-position: -250px -50px;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -25px;
  margin-top: -5px;
  transition-duration: 0.3s;
}

.in-link:hover::after, .pagination li.button:hover::after, .pagination li.external-link:hover::after {
  right: -8px;
  transition-duration: 0.3s;
}

.in-link.no-arrow::after, .pagination li.no-arrow.button::after, .pagination li.no-arrow.external-link::after {
  content: none;
}

.in-link i, .pagination li.button i {
  margin-left: -2em;
  margin-top: -2px;
}

.external-link::after {
  content: "";
  margin: 0 -20px 0 -10px;
  position: relative;
}

.external-link > span {
  position: relative;
}

header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  background-color: #fff;
}

header .logo {
  margin-left: 20px;
  font-size: 8px;
  margin-top: -6px;
}

header #hamburger {
  margin-right: 23px;
}

header nav {
  text-align: center;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: calc(100% - 59px);
  top: 60px;
  padding-top: 10px;
  margin-top: -1px;
  display: none;
}

header nav > ul > li {
  margin: 5px 0;
  width: 70%;
  margin-left: 15%;
  padding: 10px 0;
}

header nav .contact {
  background-color: #ffeae6;
  font-size: 1.4rem;
  margin-top: 20px;
  padding: 5px 0;
  margin-bottom: 15px;
}

header nav .contact i {
  margin-left: -2em;
  margin-top: -1px;
  margin-right: -0.8em;
}

header nav .sns ul {
  display: flex;
  justify-content: center;
}

main {
  position: relative;
  margin-top: 60px;
}

main .slider {
  margin-left: 15%;
}

main .slider img {
  border-bottom-left-radius: 40px;
}

main .slider.progress::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 20px;
  background-color: #000;
  opacity: 0.5;
  animation-name: progress;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  width: calc(100% - 15%);
}

main .catch {
  position: absolute;
  bottom: 0;
  margin-bottom: 10%;
  margin-left: 8%;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-duration: 3s;
  animation-name: uku;
}

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

@keyframes progress {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
    transform-origin: right;
  }
}

#news {
  max-width: 1088px;
  margin: auto;
  margin-bottom: 60px;
}

#news time {
  color: #81b0e6;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  margin: 8px 0;
}

#news .news a {
  display: flex;
  padding: 20px;
}

#news .news a > div:first-of-type {
  min-width: 85px;
  margin-left: 20px;
}

#news .news a > div + div {
  margin-left: 30px;
}

#news .news a img {
  align-self: center;
}

#news .news a h3 {
  margin: 0;
}

#news .news a img:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

#news .news a time {
  text-align: left;
}

#page #news .news a {
  padding: 20px 0;
}

#balloon-dress-wedding,
#share-salon,
#mobile-hairdresser,
#free-lance-salon,
#free-lance-salon2{
  background-color: #f5f5f5;
  padding-bottom: 30px;
  position: relative;
}

#balloon-dress-wedding .label > div,
#share-salon .label > div,
#mobile-hairdresser .label > div,
#free-lance-salon .label > div,
#free-lance-salon2 .label > div{
  transform: rotate(-90deg);
  display: inline-block;
  border-right: solid 1px #333;
  padding-right: 1em;
  height: 30px;
  line-height: 30px;
  font-family: YuMincho, 'Yu Mincho', serif;
  width: 180px;
  text-align: right;
}

#balloon-dress-wedding h2,
#share-salon h2,
#mobile-hairdresser h2,
#free-lance-salon h2,
#free-lance-salon2 h2{
  margin-top: 0;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 20px;
}

#balloon-dress-wedding h2::after,
#share-salon h2::after,
#mobile-hairdresser h2::after,
#free-lance-salon h2::after,
#free-lance-salon2 h2::after{
  content: "";
  background-position: -250px 0px;
  position: absolute;
  right: -15px;
  top: -2px;
}

.panel {
  width: 80%;
  margin-top: -50px;
  padding: 20px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  max-width: 580px;
}

.panel h2 {
  text-align: left;
  height: 50px;
  display: flex;
  align-items: center;
}

.panel.right {
  border-bottom-left-radius: 30px;
  margin-left: auto;
  margin-right: 0;
}

.panel.left {
  border-bottom-right-radius: 30px;
  margin-left: 0;
  margin-right: auto;
}

#business {
  padding: 20px;
}

#business picture {
  margin: 10px 0;
}

#business h2 + p {
  margin-bottom: 40px;
}

footer {
  min-height: 300px;
  background: -moz-linear-gradient(top, #ffdfd9, #d6e9ff);
  background: -webkit-linear-gradient(top, #ffdfd9, #d6e9ff);
  background: linear-gradient(to bottom, #ffdfd9, #d6e9ff);
  padding: 20px;
  text-align: center;
  padding-bottom: 45px;
  color: #555;
  margin-top: 30px;
}

footer .logo {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .in-link, footer .pagination li.button, .pagination footer li.button {
  width: 230px;
  height: 50px;
  border-color: #555;
  margin: 30px 0;
}

footer .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer li {
  margin: 20px 0;
  font-size: 1.4rem;
}

footer li:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

footer address {
  font-size: 1rem;
  margin-top: 60px;
}

#information {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 20px;
  position: relative;
  max-width: 756px;
  margin: auto;
  margin-bottom: 60px;
}

#information .tel {
  font-size: 3rem;
}

#information .tel i {
  margin-top: -4px;
}

#information > p:first-of-type {
  font-size: 2.4rem;
  line-height: 1.5;
}

#information > div.first::before,
#information > div.first::after,
#information > div.last::before,
#information > div.last::after {
  content: "";
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
}

#information > div.first::before {
  background-position: -400px 0px;
  left: -17px;
  top: -17px;
}

#information > div.first::after {
  background-position: -450px 0px;
  right: -17px;
  top: -17px;
}

#information > div.last::before {
  background-position: -400px -50px;
  left: -17px;
  bottom: -17px;
}

#information > div.last::after {
  background-position: -450px -50px;
  right: -17px;
  bottom: -17px;
}

#pagetop {
  text-align: right;
}

#pagetop:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

.breadcrumbs {
  border-top: solid 2px #f5f5f5;
  border-bottom: solid 2px #f5f5f5;
  font-size: 1.4rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.breadcrumbs li {
  position: relative;
  margin-right: 2em;
}

.breadcrumbs li:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(-1em - 3px);
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 5px;
  height: 5px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
  margin-top: -2px;
}

main article {
  padding: 20px;
  text-align: center;
}

main article hr {
  border: none;
  height: 40px;
}

main article p {
  margin: 20px 0;
  text-align: left;
}

main article h1 {
  font-size: 3rem;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

main article h1::after {
  content: "";
  position: absolute;
  background-position: -300px 0;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
}

main article .read {
  font-size: 2.4rem;
  font-family: YuMincho, 'Yu Mincho', serif;
  text-align: center;
  margin-bottom: 40px;
}

main article h2 {
  text-align: left;
}

main article h2.extend-h3 {
  text-align: left;
  font-size: 2.4rem;
  border-bottom: solid 1px #333;
  font-family: YuMincho, 'Yu Mincho', serif;
  padding-bottom: 0.5em;
}

main article h3 {
  text-align: left;
  font-size: 2.4rem;
  border-bottom: solid 1px #333;
  font-family: YuMincho, 'Yu Mincho', serif;
}

main article h4 {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}

main article h4::before {
  content: "";
  background-position: -300px -50px;
  margin-left: -20px;
}

main article table {
  max-width: 1088px;
  margin: 60px auto;
  width: 100%;
  text-align: left;
}

main article tr {
  border-top: solid 1px #ededed;
}

main article tr:first-of-type {
  border-top: solid 1px #ededed;
}

main article tr:last-of-type {
  border-bottom: solid 1px #ededed;
}

main article th,
main article td {
  font-weight: 100;
  padding: 2em 0;
  padding-left: 1em;
}

main article th {
  width: 200px;
}

main article strong {
  position: relative;
  font-weight: 100;
  white-space: nowrap;
}

main article strong::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: calc(100% - 8px);
  width: calc(100% + 0.2em);
  margin-left: -0.1em;
  margin-top: 10px;
}

main article strong.pink::before {
  background-color: #ffeae6;
}

main article strong.blue::before {
  background-color: #e3f0ff;
}

/* お問い合わせ共通 */
.require dt::after {
  content: "必須";
  color: #ff6f90;
  border: solid 1px #ff6f90;
  display: inline-block;
  margin-left: 2em;
  font-size: 1rem;
  padding: 0 1em;
  vertical-align: middle;
  margin-bottom: 1px;
}

form {
  text-align: left;
  max-width: 904px;
  margin: auto;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
  background-color: #f5f5f5;
  padding: 10px;
  width: 100%;
}

form dl {
  margin-bottom: 20px;
}

form dt {
  margin-bottom: 0.5em;
}

/* NEWS */
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.pagination li {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin: 10px;
}

.pagination li.in-link, .pagination li.button, .pagination li.external-link {
  margin: 15px 30px;
}

.pagination li.button::after, .pagination li.in-link::after, .pagination li.external-link::after {
  content: none;
}

.pagination .page-numbers {
  height: 100%;
  width: 100%;
  display: inline-block;
}

.pagination .page-numbers.current {
  border: solid 1px #333;
}

.pagination .page-numbers {
  display: none;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  display: inline-block;
}

.pagination .prev.page-numbers {
  margin-left: -26px;
}

.pagination .next.page-numbers {
  margin-right: -26px;
}

/* 事業案内 */
#page.business .share-salon-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#page.business .share-salon-link > a,
#page.business .share-salon-link > span {
  width: calc(50% - 3px);
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}

#page.business .share-salon-link > a figure,
#page.business .share-salon-link > span figure {
  display: inline-block;
}

#page.business .share-salon-link > a figcaption,
#page.business .share-salon-link > span figcaption {
  white-space: nowrap;
  font-size: 1.4rem;
}

#page.business .share-salon-link > a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

/* バルーンドレス・ウェディング */
#page.balloon-dress-wedding #sample {
  margin: 30px 0;
}

#page.balloon-dress-wedding #sample .sample-movie {
  margin: 30px 0;
}

#page.balloon-dress-wedding #sample .sample-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#page.balloon-dress-wedding #sample .sample-image a {
  width: calc(50% - 10px);
  display: inline-block;
  margin-bottom: 20px;
}

#page.balloon-dress-wedding #sample .sample-image .dummy {
  margin: 0;
  padding: 0;
}

/* 訪問福祉美容 */
#page.mobile-hairdresser #sample {
  margin: 30px 0;
}

#page.mobile-hairdresser #sample .sample-movie {
  margin: 30px 0;
}

#page.mobile-hairdresser #sample .sample-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#page.mobile-hairdresser #sample .sample-image a {
  width: calc(50% - 10px);
  display: inline-block;
  margin-bottom: 20px;
}

#page.mobile-hairdresser #sample .sample-image .dummy {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .icons, .link::after, .in-link::after, .pagination li.button::after, .pagination li.in-link::after, .pagination li.external-link::after, .external-link::after, #balloon-dress-wedding h2::after,
  #share-salon h2::after,
	#free-lance-salon h2::after,
	#free-lance-salon2 h2::after,
  #mobile-hairdresser h2::after, main article h1::after, main article h4::before, #business h2::after {
    background-image: url("../img/icons.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
  }
  .icons a, .link::after a, .in-link::after a, .pagination li.button::after a, .pagination li.in-link::after a, .pagination li.external-link::after a, .external-link::after a, #balloon-dress-wedding h2::after a, #free-lance-salon h2::after a, #free-lance-salon2 h2::after a, #share-salon h2::after a, #mobile-hairdresser h2::after a, main article h1::after a, main article h4::before a, #business h2::after a {
    display: block;
    width: 100%;
    height: 100%;
  }
  ._sp {
    display: none !important;
  }
  ._pc {
    display: block !important;
  }
  header {
    position: relative;
  }
  #hamburger {
    display: none;
  }
  header nav {
    position: relative;
    height: 100%;
    top: 0;
    padding-top: 0;
    margin-top: 0;
    align-items: center;
    display: block;
  }
  header nav > ul {
    display: flex;
    justify-content: right;
  }
  header nav > ul > li {
    margin-left: auto;
    width: 100px;
    padding: 0;
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center;
  }
  header nav > ul > li:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
  }
  header nav .sns {
    position: absolute;
    display: block;
  }
  header nav .sns ul {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-left: 30px;
  }
  header nav .sns .facebook-b {
    background-position: 0 -50px;
  }
  header nav .sns .twitter-b {
    background-position: -50px -50px;
  }
  header nav .sns .instagram-b {
    background-position: -100px -50px;
  }
  header nav .sns .youtube-b {
    background-position: -150px -50px;
  }
  header nav .contact {
    width: 150px;
    padding: 0;
    margin: 0;
  }
  header nav .contact i {
    margin-left: 5px;
  }
  #news .news a h3 {
    margin: 5px 0;
    border: none;
    font-size: 1.6rem;
    font-family: inherit;
  }
  #news .news a time {
    font-size: 1.2rem;
  }
  main {
    margin-top: 0;
  }
  main .slider {
    display: flex;
    justify-content: end;
    padding-bottom: calc(100% * 619 / 1366);
  }
  main .slider > div {
    width: 85%;
  }
  main .slider img {
    width: 100%;
  }
  main .slider.progress::after {
    width: 100%;
  }
  main .catch {
    margin-left: 6.2%;
    margin-bottom: 16%;
  }
  main .catch img {
    width: 40vw;
  }
  #news > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #news .news {
    width: 25%;
    max-width: 296px;
  }
  #news .news a {
    display: block;
  }
  #news .news a > div:first-of-type {
    height: 154px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 0;
    position: relative;
  }
  #news .news a > div + div {
    margin-left: 0;
  }
  #news .news a img {
    width: 100%;
    margin-bottom: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #news time {
    margin-top: -0.25em;
  }
  #balloon-dress-wedding,
  #share-salon,
	#free-lance-salon,
	#free-lance-salon2,
  #mobile-hairdresser {
    padding-left: 60px;
    padding-bottom: calc(70% * 150 / 859);
  }
  #balloon-dress-wedding.right,
  #share-salon.right,
	#free-lance-salon.right,
	#free-lance-salon2.right,
  #mobile-hairdresser.right {
    text-align: right;
    padding-right: 60px;
  }
  #balloon-dress-wedding .label > div,
  #share-salon .label > div,
	#free-lance-salon .label > div,
	#free-lance-salon2 .label > div,
  #mobile-hairdresser .label > div {
    position: absolute;
    left: -60px;
    bottom: 100%;
    margin-bottom: 15px;
  }
  #balloon-dress-wedding .panel,
  #share-salon .panel,
	#free-lance-salon .panel,
	#free-lance-salon2 .panel,
  #mobile-hairdresser .panel {
    max-width: 536px;
    padding: 30px 40px;
    position: absolute;
    text-align: left;
    width: 39vw;
  }
  #balloon-dress-wedding .panel.right,
  #share-salon .panel.right,
	#free-lance-salon .panel.right,
	#free-lance-salon2 .panel.right,
  #mobile-hairdresser .panel.right {
    border-top-right-radius: 40px;
    left: 55%;
    top: 100px;
  }
  #balloon-dress-wedding .panel.left,
  #share-salon .panel.left,
	#free-lance-salon .panel.left,
	#free-lance-salon2 .panel.left,
  #mobile-hairdresser .panel.left {
    border-top-left-radius: 40px;
    right: 45%;
    top: 70px;
  }
  #balloon-dress-wedding picture._pc,
  #share-salon picture._pc,
	#free-lance-salon picture._pc,
	#free-lance-salon2 picture._pc,
  #mobile-hairdresser picture._pc {
    margin-top: -120px;
    display: inline-block !important;
  }
  #balloon-dress-wedding img,
  #share-salon img,
	#free-lance-salon img,
	#free-lance-salon2 img,
  #mobile-hairdresser img {
    width: 100%;
    min-width: 859px;
  }
  #balloon-dress-wedding {
    margin-top: 180px;
  }
  #share-salon picture {
    writing-mode: vertical-rl;
  }
  #mobile-hairdresser {
    background-color: transparent;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  #mobile-hairdresser::before {
    content: "";
    height: 180px;
    width: 100%;
    background-color: #f5f5f5;
    display: block;
    position: absolute;
    top: 0;
    margin-left: -60px;
    z-index: -1;
  }
  #mobile-hairdresser .panel.right {
    top: -20px;
  }
  #business {
    text-align: center;
  }
  #business h2 {
    position: relative;
    margin-bottom: 40px;
  }
  #business h2::after {
    content: "";
    position: absolute;
    background-position: -300px 0;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
  }
  footer {
    padding: 40px;
  }
  footer .logo {
    margin-right: 30px;
    margin-top: 10px;
  }
  footer nav {
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  footer nav > div:first-of-type {
    display: flex;
    align-items: center;
  }
  footer nav > ul {
    display: flex;
    align-items: center;
  }
  footer nav > ul > li {
    padding: 0 20px;
  }
  footer address {
    text-align: left;
    margin: auto;
    margin-top: 30px;
  }
  #information {
    margin-bottom: 30px;
  }
  #information .uketsuke {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #information .uketsuke p > small {
    font-size: 80%;
    display: block;
    margin-top: -0.5em;
  }
  main article {
    max-width: 1366px;
    margin: auto;
  }
  main article .read {
    margin-bottom: 60px;
  }
  main article h1 {
    margin: 30px 0;
    margin-bottom: 60px;
  }
  main article h2 {
    text-align: center;
  }
  main article hr {
    height: 60px;
  }
  main article .columns {
    display: flex;
    margin: 60px 0;
    padding: 0 30px;
  }
  main article .column.two-third {
    width: calc(100% / 3 * 2);
  }
  main article .column.one-third {
    width: calc(100% / 3 * 1);
  }
  main article .column:first-of-type p {
    padding-right: 40px;
    margin: 0;
  }
  main article .column img {
    width: auto;
  }
  /* NEWS */
  .pagination .page-numbers {
    display: block;
    line-height: 50px;
  }
  .pagination ul {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
  .pagination li {
    width: 50px;
    height: 50px;
  }
  /* 事業案内 */
  #page.business .description {
    display: flex;
    justify-content: space-between;
  }
  #page.business .description p {
    margin-right: 3em;
  }
  #page.business .description > div:first-of-type > p:first-of-type {
    margin-top: 0;
  }
  #page.business .description img {
    order: 2;
    align-self: self-start;
  }
  #page.business .share-salon-link > a,
  #page.business .share-salon-link > span {
    width: auto;
    min-width: 150px;
  }
  /* バルーンドレス・ウェディング */
  #page.balloon-dress-wedding #sample {
    margin-top: 130px;
    background-image: url("../img/page/bridal/balloon-dress-wedding-sample-back.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 300px;
  }
  #page.balloon-dress-wedding #sample figcaption {
    font-size: 2.4rem;
    font-family: YuMincho, 'Yu Mincho', serif;
    margin: 20px 0;
  }
  #page.balloon-dress-wedding #sample .sample-movie {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 528px;
  }
  #page.balloon-dress-wedding #sample .sample-movie .external-link {
    width: 100%;
  }
  #page.balloon-dress-wedding #sample .sample-movie img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  #page.balloon-dress-wedding #sample .sample-movie img:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
  }
  #page.balloon-dress-wedding #sample .sample-image {
    max-width: 1088px;
    margin: auto;
    padding: 20px;
    display: block;
  }
  #page.balloon-dress-wedding #sample .sample-image a {
    width: auto;
  }
  #page.balloon-dress-wedding #sample .sample-image img {
    margin: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  #page.balloon-dress-wedding #sample .sample-image img:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
  }
  #page.balloon-dress-wedding #contact {
    max-width: 904px;
    margin: auto;
  }
  /* 訪問福祉美容 */
  #page.mobile-hairdresser .text {
    max-width: 1088px;
    margin: 60px auto 30px;
  }
  #page.mobile-hairdresser #sample .sample-image {
    max-width: 1366px;
    margin: auto;
    padding: 20px;
    display: block;
  }
  #page.mobile-hairdresser #sample .sample-image a {
    width: auto;
    margin-bottom: 0;
  }
  #page.mobile-hairdresser #sample .sample-image img {
    margin: 8px;
  }
  #page.mobile-hairdresser #sample .sample-image img:hover {
    opacity: 0.7;
    transition-duration: 0.3s;
  }
  #page.mobile-hairdresser #contact {
    max-width: 904px;
    margin: auto;
  }
  #page.recruit #contact {
    max-width: 904px;
    margin: auto;
  }
  /* 採用情報 */
  /* お問い合わせ */
  #page.contact main article {
    max-width: 904px;
  }
}

@media screen and (min-width: 1366px) {
  #balloon-dress-wedding picture._pc,
	#free-lance-salon picture._pc,
	#free-lance-salon2 picture._pc,
  #mobile-hairdresser picture._pc {
    width: 58.9%;
  }
  #share-salon picture._pc {
    width: 60.95%;
  }
}

/* CSSスプライトここから */
.icons, .link::after, .in-link::after, .pagination li.button::after, .pagination li.in-link::after, .pagination li.external-link::after, .external-link::after, #balloon-dress-wedding h2::after,
#share-salon h2::after,
#free-lance-salon h2::after,
#free-lance-salon2 h2::after,
#mobile-hairdresser h2::after, main article h1::after, main article h4::before, #business h2::after {
  background-image: url("../img/icons.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.icons a, .link::after a, .in-link::after a, .pagination li.button::after a, .pagination li.in-link::after a, .pagination li.external-link::after a, .external-link::after a, #balloon-dress-wedding h2::after a, #free-lance-salon h2::after a, #free-lance-salon2 h2::after a, #share-salon h2::after a, #mobile-hairdresser h2::after a, main article h1::after a, main article h4::before a, #business h2::after a {
  display: block;
  width: 100%;
  height: 100%;
}

.facebook-b {
  background-position: 0 0;
}

.facebook-g {
  background-position: 0 -100px;
}

.twitter-b {
  background-position: -50px 0;
}

.twitter-g {
  background-position: -50px -100px;
}

.instagram-b {
  background-position: -100px 0;
}

.instagram-g {
  background-position: -100px -100px;
}

.youtube-b {
  background-position: -150px 0;
}

.youtube-g {
  background-position: -150px -100px;
}

.mail-b {
  background-position: -200px 0;
}

.mail-g {
  background-position: -200px -100px;
}

.phone {
  background-position: -350px -50px;
}

.prev {
  background-position: -200px -50px;
}

.next {
  background-position: -250px -50px;
}

.blank, .external-link::after {
  background-position: -300px -100px;
}

.pagetop {
  background-position: -350px 0;
  position: fixed;
  z-index: 100;
  bottom: 10px;
  right: 10px;
}

/* CSSスプライトここまで */
/* ローディングここから */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.splash {
  transform: scaleY(0);
  animation-name: splash;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

#box {
  display: inline-block;
  animation: 1s linear 1 staging;
}

#box.rotation {
  animation: 3s linear infinite rotation;
}

@keyframes staging {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes splash {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: top;
    transform: scaleY(1);
    opacity: 0;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ローディングここまで */
/* ハンバーガーメニューここから */
#hamburger {
  width: 24px;
  height: 13px;
  position: relative;
}

#hamburger span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#hamburger span:nth-of-type(1) {
  top: 0;
}

#hamburger span:nth-of-type(2) {
  top: 6px;
}

#hamburger span:nth-of-type(3) {
  bottom: 0;
}

#hamburger span:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#hamburger.open span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.open span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#hamburger.open span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
  -ms-transform: translateY(20px) scale(0);
  transform: translateY(20px) scale(0);
}

#hamburger.open span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) scale(0);
  -ms-transform: translateY(-20px) scale(0);
  transform: translateY(-20px) scale(0);
}

/* ハンバーガーメニューここまで */
/* スライダーここから */
.slider {
  padding-bottom: calc(85% * 1000 / 630);
}

.slider > div:nth-of-type(2) {
  background-image: url("../img/top/slider/back.jpg");
  background-size: contain;
}

.slider > div {
  position: absolute;
}

.slider > div:nth-of-type(n+2) {
  display: none;
}

.fadein {
  animation: fadein 2s;
}

.fadeout {
  animation: fadeout 0.1s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0.1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  100% {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

/* スライダーここまで */
/* チェックボックス、ラジオボタンここから */
input[type=checkbox] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 10px 0 30px;
  position: relative;
  width: auto;
  margin-left: 0.5em;
}

.checkbox::before {
  background: #fff;
  border: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}

.checkbox::after {
  border-right: 3px solid #97bbe3;
  border-bottom: 3px solid #97bbe3;
  content: "";
  display: block;
  height: 12px;
  left: 5px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}

input[type=radio] {
  display: none;
}

.radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 0 32px;
  position: relative;
  width: auto;
  margin-right: 1em;
}

.radio::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 18px;
  left: 5px;
  margin-top: 5px;
  position: absolute;
  width: 18px;
}

.radio::after {
  background-color: #97bbe3;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 9px;
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 10px;
}

input[type=radio]:checked + .radio::after {
  opacity: 1;
}

/* ポップアップ */
#open {
  cursor: pointer;
}

#pop-up {
  display: none;
}

#overlay {
  display: none;
}

#pop-up:checked + #overlay {
  display: block;
  z-index: 9999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#window {
  width: 90vw;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1025px) {
  #window {
    max-width: 60%;
  }
}

#content {
  font-size: 18px;
  margin: 0;
}

#close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 80px;
}

/* SNS非表示 */
.facebook-b,
.facebook-g,
.twitter-b,
.twitter-g,
.youtube-b,
.youtube-g {
  display: none;
}

#news time {
  font-size: 1.4rem;
}

#information .uketsuke small {
  font-size: 1.4rem;
}

footer address {
  font-size: 1.4rem;
}

footer li {
  margin: 30px 0;
}

footer .sns {
  margin-bottom: -10px;
}
