@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 15px;
  color: #545F6B;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption, figure, main {
  display: block;
}

article, aside, footer, header, nav, section, .section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* form input*/
table {
  border-collapse: collapse;
  table-layout:fixed;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  margin: 2px;
  outline: none;
  padding: 0 .3em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  border-color: #39B8B8;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 0 .3em;
  outline: none;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  border-color: #39B8B8;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.flex-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-content-around {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

/*Flex Items*/
.flex {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 10px;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 10px;
}

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 10px;
}

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  padding: 10px;
}

.flex-5 {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  padding: 10px;
}

.flex-6 {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  padding: 10px;
}

.flex-7 {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  padding: 10px;
}

.flex-8 {
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
  padding: 10px;
}

.flex-9 {
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9;
  padding: 10px;
}

.flex-10 {
  -webkit-box-flex: 10;
  -ms-flex: 10;
  flex: 10;
  padding: 10px;
}

.flex-11 {
  -webkit-box-flex: 11;
  -ms-flex: 11;
  flex: 11;
  padding: 10px;
}

.flex-12 {
  -webkit-box-flex: 12;
  -ms-flex: 12;
  flex: 12;
  padding: 10px;
}

/*margin*/
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

/* wordpress pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}

.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #39B8B8;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active, .pc .pager a:hover, .pc .pager a:focus {
  border-color: #39B8B8;
  color: #39B8B8;
}

.pager .previous, .pager .next, .pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}

.pager .next a:after {
  content: "≫";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span, .pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active, .pc .pagination > li > a:hover, .pc .pagination > li > a:focus {
  border-color: #39B8B8;
  color: #39B8B8;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wp-pagenavi a {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #A0E0E0;
  color: #39B8B8;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #A0E0E0;
  color: #39B8B8;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi span.current {
  border: 0px;
  color: #fff;
  background: #7CD4D4;
  font-weight: normal;
}

.wp-pagenavi a:hover {
  border: 1px solid #39B8B8;
}

/* wordpress breadcrumbs */
.breadcrumbs {
  font-size: 1.2rem;
}

.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.breadcrumbs ul, .breadcrumbs ol {
  list-style: none;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
  margin: 0;
}

.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #39B8B8;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
}

.wp-caption-text, .wp-caption, .aligncenter, .alignleft, .alignright, .sticky, .gallery-caption, .bypostauthor, .screen-reader-text {
  font-weight: normal;
}

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

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

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

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

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

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

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

.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

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

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

.slick-slide img {
  width: 100%;
  height: auto;
}

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-next:hover, .slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: .2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date {
    font-size: 1rem;
  }
  .slick-archive__title {
    font-size: 1.2rem;
  }
  .slick-archive__label {
    font-size: 1rem;
  }
}

/* toggle button */
.toggle {
  display: none;
}

.toggle[aria-expanded="true"] .toggle__bar {
  background-color: transparent;
}

.toggle[aria-expanded="true"] .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.toggle[aria-expanded="true"] .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.toggle[aria-expanded="true"] .toggle__title:before {
  content: "とじる";
}

@media screen and (max-width: 768px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 13px;
    right: 10px;
    text-align: center;
    top: 5px;
    z-index: 7;
  }
  .toggle__bar {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #231815;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #231815;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before {
    top: -8px;
  }
  .toggle__bar::after {
    top: 8px;
  }
  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    padding-top: 5px;
    width: 4em;
    white-space: nowrap;
  }
  .toggle__title:before {
    content: "メニュー";
  }
}

.icon-check, .list-check > li {
  position: relative;
  padding-left: 1.5em;
}

.icon-check:before, .list-check > li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 2;
}

.icon-come {
  text-indent: -1em;
  margin-left: 1em;
}

.icon-come:before {
  content: "※";
}

.list, .pagination {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .gnav {
    display: block !important;
    height: inherit !important;
		width:calc(100% - 177px);
  }
	.is-show .gnav{
		width:calc(100% - 135px);
	}
}

@media screen and (max-width: 768px) {
  .gnav {
    position: absolute;
    left: 0;
    top: 130px;
    width: 100%;
    background: rgba(255,255,255,.9);
    border-bottom: 1px solid #E8E8E8;
		padding-bottom:30px;
    z-index: 6;
  }
	.is-show .gnav{
		top: 99px;
	}
}

/*////////////////////////

 user common css

////////////////////////*/
.container {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container-s {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.t-center{
	text-align:center;
}
.t-left{
	text-align:left;
}
.t-right{
	text-align:right;
}

.f-bold{
	font-weight:bold;
}

.btn01{
	background:linear-gradient(-90deg, #95E1D7, #FFFBC8) ;
	border-radius:50px;
	padding:2px;
	display:inline-block;
	font-size:18px;
	text-align:center;
	min-width:200px;
}
.btn01 > span{
	background:#fff;
	border-radius:50px;
	display:block;
	line-height:1.6;
	padding:10px 40px;
	position:relative;
}
.btn01 > span:after{
	content:"";
	width:6px;
	height:6px;
	background:#95E1D7;
	border-radius:50%;
	position:absolute;
	right:25px;
	top:calc(50% - 3px);
}

.marker-yellow{
	background:linear-gradient(transparent 60%, #FAF1BE 60%);
}


@media screen and (min-width: 769px) {
	.t-center_pc{
		text-align:center;
	}
	.t-left_pc{
		text-align:left;
	}
	.t-right_pc{
		text-align:right;
	}
	.sp{
		display:none;
	}
}

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

/*////////////////////////

 header

////////////////////////*/

header [class^="container"]{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header{
	position: absolute;
	top:0;
	width:100%;
	z-index:999;
	transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
	padding-top:50px;
}

.header.is-show{
	position:fixed;
	background:rgba(255,255,255,.9);
	padding:15px;
}

.header__logo{
	margin-right:25px;
}

.header__nav__item{
	font-family: 'EB Garamond', serif;
}
.header__nav__item a{
	padding:15px;
}
.header__nav__item.is-tel span{
	font-size:24px;
	margin-left:3px;
}
.header__nav__item.is-hot{
	border-left:1px solid #eee;
}
.header__nav__item.is-hot i{
	margin-left:15px;
}
@media screen and (min-width: 769px) {
	.header__nav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.header__nav__item{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.header__nav__item.is-tel{
		margin-left:auto;
	}
	.header:not(.is-show) .header__nav__item.is-tel,
	.header:not(.is-show) .header__nav__item.is-hot{
		display:none;
	}
	.is-show .header__logo{
		width:110px;
	}

}

@media screen and (max-width: 768px) {
	.header__logo{
		width:110px;
	}
	.header__nav__item{
		font-size:18px;
		text-align:center;
	}
	.header__nav__item a{
		display:block;
	}
}

/*////////////////////////

footer

////////////////////////*/
footer {
  padding:0 0 3px;
	background:linear-gradient(90deg, #FFE7A8, #95E1D7) ;
}

.footer__top{
	background:url(img/common/footer_top_bg.jpg) no-repeat center / cover;
	color:#1F1F1F;
}
.footer__top .container{
	padding-top:240px;
	padding-bottom:270px;
	position:relative;
}

.footer__top__text01{
	text-align:center;
	font-size:24px;
	line-height:2;
	margin-bottom:10px;
}
.footer__top__text02{
	text-align:center;
}

.footer__top__bnr{
	display:block;
	background:#3B3B3B;
	text-align:center;
	padding:27px 15px 37px;
	position:absolute;
	bottom:-80px;
	left:15px;
	width:calc(100% - 30px);
}

.footer__bottom{
	background:#F7F7F7;
	padding:170px 0 25px;
}
.footer__bottom__logo{
	font-weight:bold;
	margin-bottom:20px;
}
.footer__bottom__shopInfo__item{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:calc((100% - 60px) / 4);
}
.footer__bottom__shopInfo__item__hdg{
	margin-bottom:10px;
}
.footer__bottom__shopInfo__item__tel{
	font-size:40px;
}
.footer__bottom__shopInfo__item__tel a{
	border-bottom:1px solid #56606B;
}
.footer__nav__item a{
	display:block;
	padding:20px;
}

@media screen and (max-width: 768px) {
.footer__bottom__shopInfo__item{
	width:calc((100% - 20px) / 2);
	margin-bottom:30px;
}
}

@media screen and (max-width: 550px) {
	.footer__bottom__shopInfo__item{
		width:100%;
	}
	.footer__nav__item{
		width:calc(100% / 3);
	}
}


/*////////////////////////

top

////////////////////////*/

.top01{
	background:url(img/top/top01_bg.jpg) no-repeat center / cover;
	padding:60px 0;
}

.top01 .container{
	position: relative;
}

.top01__image{
	font-size:0;
	padding-left:70px;
}

.top01__image__item{
	display:inline-block;
	width:50%;
}
.top01__image__item:nth-of-type(1){
	position:relative;
	right:-40px;
	top:110px;
}

.top01__text{
	position:absolute;
	left:0;
	top:50%;
}

.top01__text__note{
	background:linear-gradient(90deg, #FFE7A8, #95E1D7);
	color:#fff;
	display:inline-block;
	padding:0 10px;
	margin-bottom:10px;
	line-height:2;
	font-size:21px;
	font-weight:bold;
}


.top02{
	background:url(img/top/top02_bg.jpg) no-repeat center / cover;
	padding:195px 0 145px;
	line-height:2.4;
}
.top02__hdg{
	padding-top:60px;
	text-align:center;
	font-size:32px;
	font-family: 'EB Garamond', serif;
	font-weight:normal;
	letter-spacing:2px;
	background:url(img/top/top02_ico01@2x.png) no-repeat top / 46px 47px;
	line-height:1.6;
}

.top02__text01{
	font-size:28px;
}

.top03{
	background:url(img/top/top03_bg.jpg) no-repeat center / cover;
	padding:110px 0 70px;
}

.top03__list__item{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:calc(100% / 4);
	margin-bottom:50px;
}
.top03__list__item__image img{
	width:100%;
}

.top03__list__item__hdg{
	text-align:center;
	font-size:18px;
	margin:-20px 0 20px;
	position:relative;
}

.top03__list__item__hdg__en{
	color:#fff;
	background:linear-gradient(90deg, #FFE7A8, #95E1D7) ;
	display:inline-block;
	font-size:40px;
	font-family: 'EB Garamond', serif;
	font-weight:normal;
	line-height:1;
	padding:0 5px;
	margin-bottom:20px;
}
.top03__list__item__text{
	max-width:300px;
	padding:0 10px;
	margin:0 auto 30px;
	line-height:1.8;
}

.top04{
	padding:70px 0 50px;
}

.top04__list__item{
	background:linear-gradient(-135deg, #95E1D7, #FFFBC8) ;
	padding:2px;
	position:relative;
	text-align:center;
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:calc((100% - 54px) / 4);
}
.top04__list__item:after{
	content: "\f054";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	background:linear-gradient(-180deg, #95E1D7 10%, #FFFBC8) ;
	display:block;
	color:#fff;
	position:absolute;
	right:0;
	bottom:0;
	line-height:30px;
	width:30px;
	font-size:16px;
}
.top04__list__item a{
	display:block;
	background:#fff;
	padding:20px;
}
.top04__list__item__text{
	font-size:17px;
}
.top04__list__item__text span{
	font-size:26px;
}
.top05{
	padding:30px 0 70px;
}
.top05__hdg{
	font-size:32px;
	text-align:center;
}
.top05__follow{
	padding:30px 15px;
	border:1px solid #56606B;
	max-width:716px;
	margin:0 auto;
	position:relative;
}
.top05__follow:before,
.top05__follow:after{
	content:"";
	width:calc(100% - 24px);
	height:1px;
	background:#fff;
	position: absolute;
	left:12px;
}
.top05__follow:before{
	top:-1px;
}
.top05__follow:after{
	bottom:-1px;
}
.top05__follow__hdg{
	font-size:32px;
}
.top05__follow__hdg i{
	margin-right:10px;
}
.top05__follow__id{
	font-size:18px;
	border-bottom:1px solid #56606B;
}
.top05__follow__id i{
	font-size:13px;
	margin-left:30px;
}

@media screen and (max-width: 900px) {
	.top03__list__item{
		width:calc(100% / 2);
	}
	.top04__list__item{
		width:calc((100% - 18px) / 2);
		margin-bottom:18px;
	}
	.top05__follow__hdg{
		width:100%;
	}
}

@media screen and (max-width: 768px) {
	.top02__text01 {
    font-size: 20px;
    line-height: 1.8;
	}
}

@media screen and (max-width: 550px) {
	.top01__image{
		padding-left:0;
	}
	.top01__text{
		top:100%;
		padding:0 10px;
	}
	.top01__text__note{
		font-size: 4.4vw;
	}
	.top03__list__item{
		width:100%;
	}
	.top04__list__item{
		width:calc((100% - 5px) / 2);
		margin-bottom:5px;
	}
	.top04__list__item a {
    padding: 20px 5px;
	}
	.top04__list__item__text {
    font-size: 15px;
	}
	.top04__list__item__text span {
    font-size: 19px;
	}
	.top05__follow__hdg{
		width:100%;
		text-align:center;
		margin-bottom:10px;
	}
}


/*////////////////////////

faq

////////////////////////*/
.faq01__dl{
	border-bottom:1px solid #ECECEC;
	position:relative;
	padding:25px 60px 25px 15px;
	margin:0;
}
.faq01__dl:before,
.faq01__dl:after{
	content:"";
	background:#56606B;
	width:15px;
	height:1px;
	position:absolute;
	right:10px;
	top:37px;
	transform-origin:50% 50%;
	transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
}
.faq01__dl:not(.is-open):after{
	transform:rotate(-90deg);
}
.faq01__dl__dt{
	position:relative;
	padding-left:45px;
}
.faq01__dl__dt:before{
	content:"Q.";
	font-family: 'EB Garamond', serif;
	font-size:24px;
	color:#F5E686;
	position:absolute;
	left:0;
	top:0;
	line-height:1;
}
.faq01__dl__dd{
	font-size:13px;
	padding-left:60px;
	padding-top:15px;
	position: relative;
	line-height:2;
}
.faq01__dl__dd:before{
	content:"";
	width:8px;
	height:1px;
	background:#535F6B;
	position:absolute;
	left: 45px;
  top: 24px;
}


/*////////////////////////

subpage

////////////////////////*/

.subpage__ttl{
	padding-top:170px;
	background:url(img/common/subpage_bg.jpg) no-repeat center / cover;
	margin-bottom:140px;
}

.subpage__ttl .container{
	position:relative;
}

.subpage__ttl__text{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:270px;
	padding-top:85px;
}

.subpage__ttl__text__hdg{
	margin-bottom:75px;
}

.subpage__ttl__text__hdg__jp{
	background: linear-gradient(90deg, #FFE7A8, #95E1D7);
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
	line-height: 2;
	font-size: 21px;
	font-weight: bold;
	margin-top:30px;
}

.subpage__ttl__text__anchor{
	background:#fff;
	padding:50px 15px;
}
.subpage__ttl__text__anchor__item{
	font-size:12px;
	margin: 0 auto 15px;
  max-width: 190px;
}
.subpage__ttl__text__anchor__item:last-of-type{
	margin-bottom:0;
}
.subpage__ttl__text__anchor__item a:before{
	content:"-";
	margin-right:5px;
}
.subpage__ttl__image{
	background:url(img/esthetic/page_ttl.jpg) no-repeat center / cover;
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:calc(100% - 270px);
	min-height:500px;
}

.is-about .subpage__ttl__image{
	background:url(img/about/page_ttl.jpg) no-repeat left top / cover;
}

.is-bridal .subpage__ttl__image{
	background:url(img/bridal/page_ttl.jpg) no-repeat center / cover;
}
.is-nail .subpage__ttl__image{
	background:url(img/nail/page_ttl.jpg) no-repeat center / cover;
}
.is-facial .subpage__ttl__image{
	background:url(img/facial/page_ttl.jpg) no-repeat center / cover;
}
.is-faq .subpage__ttl__image{
	background:url(img/faq/page_ttl.jpg) no-repeat center / cover;
}


.menu-ttl{
	margin-bottom:45px;
	background:url(img/common/menu-ttl_bg.png) no-repeat left top / contain;
	padding-top:40px;
}

.menu-ttl__hdg{
	font-family: 'EB Garamond', serif;
	font-size:82px;
	font-weight:normal;
	margin-right:35px;
	line-height:1.3;
	-webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
	position:relative;
}
.menu-ttl__hdg.is-body:before{
	content:url(img/common/menu-ttl_body.png);
	position:absolute;
	left:0;
	top:-30px;
}
.menu-ttl__hdg span{
	font-size:18px;
	display:block;
	font-weight:bold;
}

.menu-ttl__text{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	line-height:2;
}

.menu-list__item{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:calc((100% - 55px) / 2);
	margin-bottom:35px;
}

.menu-list__item__hdg{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	font-weight:bold;
	font-size:17px;
}
.menu-list__item__price{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	color:#D8A300;
	font-size:19px;
	font-family: 'EB Garamond', serif;
	padding-left:15px;
}
.menu-list__item__hdg-wrap{
	border-bottom:1px dotted #B8BEC7;
	padding-bottom:10px;
	margin-bottom:10px;
}
.menu-list__item__text{
	font-size:13px;
	color:#798596;
	line-height:1.8;
}

.caution{
	background:#FBFBFB;
	border-radius:30px;
	padding:40px;
	font-size:13px;
	line-height:2;
	margin-top: 20px;
}
.caution__hdg01{
	font-size:30px;
	font-weight:bold;
	margin-top:-70px;
	margin-bottom:20px;
	text-align:center;
}
.caution__hdg02{
	font-weight:bold;
	font-size:15px;
}
.caution__hdg02:before{
	content:"◆";
	margin-right:5px;
}
.caution__list__item{
	text-indent:-1em;
	padding-left:1em;
}
.caution__list__item:before{
	content:"・";
}
.taxNotation{
	display:inline-block;
	background:#F8F8F8;
	border:1px dashed #D5D9DD;
	border-radius:30px;
	padding:5px 30px;
	font-size:14px;
}
.box-gray{
	background:#F8F8F8;
	border:1px dashed #D5D9DD;
	border-radius:10px;
	padding:40px;
}
.box__hdg{
	font-weight:bold;
	font-size:28px;
	border-bottom:1px solid #C5CACF;
	margin-bottom:15px;
}
.box__hdg span{
	font-size:14px;
	margin-left:5px;
}
.facial__select{
	counter-reset:count;
	padding-top:10px;
}
.facial__select__item{
	counter-increment:count;
	position:relative;
	text-align:center;
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:calc((100% - 80px) / 5);
	padding:40px 15px 15px;
	background: url(img/facial/select_star01.png) no-repeat top 10px left 50%;
	background-color:#fff;
}
.facial__select__item.is-pink{
	background-image:url(img/facial/select_star02.png);
}
.facial__select__item.is-blue{
	background-image:url(img/facial/select_star03.png);
}
.facial__select__item.is-green{
	background-image:url(img/facial/select_star04.png);
}
.facial__select__item.is-yellow{
	background-image:url(img/facial/select_star05.png);
}
.facial__select__item:before{
	content:counter(count, decimal-leading-zero);
	font-size:28px;
	font-family: 'EB Garamond', serif;
	font-style:italic;
	position:absolute;
	top:-10px;
	left:10px;
	line-height:1;
	color:#DF6262;
}
.facial__select__item.is-pink:before{
	color:#F8A6A9;
}
.facial__select__item.is-blue:before{
	color:#93C5D6;
}
.facial__select__item.is-green:before{
	color:#4FB076;
}
.facial__select__item.is-yellow:before{
	color:#D3AF00;
}
.facial__selectText{
	text-align:center;
	font-weight:bold;
	font-size:18px;
}

@media screen and (max-width: 768px) {
	.subpage__ttl{
		padding-top:130px;
	}
	.subpage__ttl__image{
		width:100%;
		min-height:360px;
	}
	.subpage__ttl__text{
		position:absolute;
		top:0;
		left:0;
		width:auto;
		padding-top:30px;
	}
	.subpage__ttl__text__hdg{
		margin-bottom:30px;
	}
	.subpage__ttl__text__anchor{
		padding:15px;
	}
	.menu-ttl,
	.menu-list__item__hdg-wrap{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.menu-ttl__hdg{
		margin-bottom:20px;
	}
	.menu-list__item{
		width:calc(50% - 15px);
	}
	.menu-list__item__price{
		width:100%;
		text-align:right;
	}
	.facial__select__item{
		width:calc((100% - 20px) / 2);
		margin-bottom:20px;
	}
}

@media screen and (max-width: 550px) {
	.menu-ttl__text br{
		display:none;
	}
	.menu-list__item{
		width:100%;
	}
	.box-gray{
		padding:30px 10px;
	}
	.facial__select__item {
    width: calc((100% - 10px) / 2);
		padding: 40px 5px 15px;
	}
	
}

/*////////////////////////

bridal

////////////////////////*/

.bridal01{
	background:url(img/bridal/bridal01_bg.png) no-repeat center / contain;
}

.bridal01__image{
	max-width:925px;
	margin-left:auto;
	margin-right:auto;
}

.bridal01__image__item{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:calc(50% - 2px);
}

.bridal01__text01{
	text-align:center;
	line-height:2;
	font-size:28px;
}

.bridal02{
	padding-bottom:80px;
}

.bridal02__text01{
	border-top:1px dotted #D8A300;
	border-bottom:1px dotted #D8A300;
	color:#D8A300;
	font-size:17px;
	display:inline-block;
	padding:20px;
	position:relative;
}

.bridal02__text01:before,
.bridal02__text01:after{
	content:"＊";
	position:absolute;
	line-height:1;
	top:calc(50% - 9px);
}
.bridal02__text01:before{
	left:0;
}
.bridal02__text01:after{
	right:0;
}


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

}

@media screen and (max-width: 550px) {
	.bridal01__text01{
		font-size:20px;
	}
}


/*////////////////////////

bridal flow

////////////////////////*/

.bridalFlow01__list__item__box{
	border:1px solid #E1E3E8;
	position:relative;
	padding:30px;
	max-width:720px;
	margin-left:auto;
	margin-right:auto;
}

.bridalFlow01__list__item__box:before,
.bridalFlow01__list__item__box:after{
	content:"";
	position:absolute;
	width:calc(100% + 10px);
	height:calc(100% - 6px);
}

.bridalFlow01__list__item__box:before{
	border-top:1px solid #E1E3E8;
	border-left:1px solid #E1E3E8;
	top:3px;
	left:-5px;
}

.bridalFlow01__list__item__box:after{
	border-bottom:1px solid #E1E3E8;
	border-right:1px solid #E1E3E8;
	bottom:3px;
	right:-5px;
}

.bridalFlow01__list__item__hdg01{
	font-size:22px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}

.bridalFlow01__list__item{
	position:relative;
}

.bridalFlow01__list__item:not(:last-of-type){
	margin-bottom:70px;
}

.bridalFlow01__list__item:not(:last-of-type):after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 13.5px 0 13.5px;
	border-color: #525f6b transparent transparent transparent;
	position:absolute;
	bottom:-50px;
	left:calc(50% - 13px);
}

.bridalFlow01__list__item__box__image{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:200px;
	text-align:center;
}
.bridalFlow01__list__item__box__text{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:calc(100% - 230px);
}

.bridalFlow01__list__item__hdg02{
	color:#fff;
	background:#90D8D0;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	padding:2px 15px;
	border-radius:50px;
	margin-bottom:10px;
}

.bridalFlow01__list__item__marrigeImage{
	position:relative;
	text-align:center;
	margin-top:-80px;
	z-index:-1;
}
.bridalFlow01__list__item__marrigeImage__deco{
	position:absolute;
	top:-35px;
	left:0;
	right:0;
	margin:0 auto;
}

@media screen and (min-width: 769px) {
	.bridalFlow01__list__item__note01{
		position:absolute;
		bottom: 10px;
    right: calc(50% - 400px);
	}
	.bridalFlow01__list__item__note02{
		position:absolute;
		bottom: -50px;
    right: calc(50% - 440px);
	}
	.bridalFlow01__list__item__note03{
    position: absolute;
    bottom: 0px;
    right: calc(50% - 540px);
	}
}

@media screen and (max-width: 768px) {
	[class^="bridalFlow01__list__item__note"]{
		text-align:center;
		margin:10px 0;
	}
}

@media screen and (max-width: 550px) {
	.bridalFlow01__list__item__box{
		padding: 30px 10px;
	}
	.bridalFlow01__list__item__box__image{
		width:100%;
		margin-bottom:20px;
	}
	.bridalFlow01__list__item__box__text{
		width:100%;
	}
	.bridalFlow01__list__item__marrigeImage {
    margin-top: -45px;
	}
}




/*////////////////////////

esthetic

////////////////////////*/

.esthetic01{
	padding-bottom:80px;
}



/*////////////////////////

nail

////////////////////////*/

.nail01{
	padding-bottom:80px;
}



/*////////////////////////

facial

////////////////////////*/

.facial01{
	padding-bottom:80px;
}




/*////////////////////////

about

////////////////////////*/

.subpage__ttl.is-about{
	margin-bottom:0;
}
.about01{
	padding-bottom:160px;
}
.about01.top02{
	background-size:contain;
	background-position: top calc(50% - 180px) left 50%;
}

.about01__conceptList{
	background:url(img/about/about01_bg01.png) no-repeat top center;
	padding-top:80px;
}

.about01__conceptList__item{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:calc((100% - 80px) / 3);
}

.about01__conceptList__item__text__hdg{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin:-25px 0 0;
	position:relative;
}
.about01__conceptList__item__text__hdg span{
	background: linear-gradient(90deg, #FFE7A8, #95E1D7);
  color: #fff;
	font-family: 'EB Garamond', serif;
	font-size:40px;
	font-weight:100;
	line-height:50px;
	display:inline-block;
}

.about02{
	padding-bottom:120px;
}
.about02__staff__item{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:calc(50% - 40px);
	margin-bottom:65px;
}

.about02__staff__item__image{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:160px;
}
.about02__staff__item__text{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:calc(100% - 190px);
	line-height:1.8;
	font-size:13px;
}

.about02__staff__item__text__job{
	font-size:12px;
	display:inline-block;
	border-bottom:1px solid #555F6B;
	margin-bottom:15px;
	line-height:2;
}

.about02__staff__item__text__name{
	font-size:24px;
	display: table-cell;
	padding-bottom:15px;
}

.about02__staff__item__text__name span{
	font-size:11px;
	vertical-align:middle;
	display:inline-block;
	margin-left:15px;
}

.about02__staff__item__text__hdg01{
	font-size:15px;
	font-weight:bold;
}

.about02__staff__item__text__dl__dt{
	border-bottom:1px dotted #B8BEC7;
	font-weight:bold;
	line-height:2;
	margin-bottom:5px;
}
.about02__staff__item__text__dl__dd{
	margin-bottom:15px;
}
.about03{
	padding-bottom:80px;
}
.about03__box{
	background:#FBFBFB;
	padding:90px 80px;
	border-radius:50px;
}
.about03__box__hdg{
	font-size:96px;
	text-align:center;
	color:#E7E7E7;
	font-weight:100;
	font-family: 'EB Garamond', serif;
	margin-top: -170px;
}
.about03__box__dl__dt{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:155px;
	padding:30px 0;
	border-bottom:1px solid #E0E0E0;
	line-height:1.8;
}
.about03__box__dl__dd{
	-webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
	width:calc(100% - 155px);
	border-bottom:1px solid #E0E0E0;
	padding:30px 15px;
	line-height:1.8;
}
.about03__box__tag__item{
	display:inline-block;
	color:#fff;
	font-size:14px;
	background:#6FCEBB;
	border-radius:3px;
	padding:0 10px;
	line-height:2;
	margin-bottom:5px;
}


@media screen and (max-width: 768px) {
	.about01.top02 {
    background-position: top 300px left 50%;
	}
	.about01__conceptList{
		background-size:contain;
	}
	.about01__conceptList__item{
		width:100%;
		margin-bottom:40px;
	}
	.about02__staff__item{
		width:100%;
	}
	.about03__box{
		padding:90px 40px;
	}
}

@media screen and (max-width: 550px) {
	.about02__staff__item__image{
		width:100%;
		text-align:center;
		margin-bottom:15px;
	}
	.about02__staff__item__text{
		width:100%;
	}
	.about03__box__dl__dt{
		width:100%;
		border-bottom:none;
		padding-bottom:0;
	}
	.about03__box__dl__dd{
		width:100%;
		padding:10px 0 30px;
	}
	.about03__box{
		padding:30px 20px;
	}
	.about03__box__hdg {
    font-size: 60px;
    margin-top: -80px;
	}
}




/*////////////////////////

item

////////////////////////*/
.is-item .subpage__ttl__image {
    background: url(img/item/page_ttl.jpg) no-repeat left top / cover;
}

.item01__pickupHdg{
	font-weight:normal;
	font-size:12px;
}
.item01__pickupHdg span{
	border-bottom:1px solid #525F6B;
	margin-left:5px;
}




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

}

@media screen and (max-width: 550px) {

}
