@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

.slick-track:after {
  clear: both;
}

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

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

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

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

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

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    width: 30px;
    height: 30px;
  }
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

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

.slick-prev:before, .slick-next:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/left_slide.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  .slick-prev:before, .slick-next:before {
    width: 30px;
    height: 30px;
  }
}

.slick-prev {
  left: 75px;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 5px;
  }
}

.slick-next {
  right: 75px;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: 5px;
  }
}

.slick-next:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

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

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

.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 {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), -o-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: 20px;
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: #486cab;
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

@media screen and (max-width: 767px) {
  .scroll-hint {
    margin-bottom: 5%;
  }
}

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3D352F;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
  background: #FBF5EC;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #383838;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

#content {
  clear: both;
}

.inner {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}
.inner_12 {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner_12::after {
  content: "";
  display: block;
  clear: both;
}

.section {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 10%;
  }
}

.secound {
  height: 430px;
  margin: 0 80px;
  border-radius: 50px;
}
@media screen and (max-width: 1140px) {
  .secound {
    margin: 0 30px;
  }
}
@media screen and (max-width: 1040px) {
  .secound {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .secound {
    height: 200px;
    border-radius: 20px;
  }
}
.secound.main_concept {
  background: url(../images/concept_main.jpg) no-repeat center/cover;
}
.secound.main_salon {
  background: url(../images/salon_main.jpg) no-repeat bottom/cover;
}
.secound.main_option {
  background: url(../images/option_main.jpg) no-repeat top/cover;
}

#main {
  float: right;
  width: 700px;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 10%;
  }
}

#sub {
  float: left;
  width: 240px;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

.section_wrap {
  margin: 0 0 150px;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    margin-bottom: 15%;
  }
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  header {
    margin: 20px auto;
  }
}

.header_box {
  width: 100%;
  padding: 0 80px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .header_box {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1040px) {
  .header_box {
    padding: 0 15px;
  }
}
.header_box:after {
  content: "";
  clear: both;
  display: block;
}

.header_ttl img.logo {
  width: 300px;
  height: 91px;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 110px;
    height: 33px;
  }
}

p.header_sub_ttl {
  font-size: 0.8125em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  p.header_sub_ttl {
    display: none;
  }
}

#header_left {
  float: left;
}

#header_right {
  float: right;
}
@media screen and (max-width: 767px) {
  #header_right {
    float: none;
  }
}
#header_right div.contect_h {
  width: 570px;
  font-size: 0.8125em;
  font-weight: bold;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  height: 57px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #header_right div.contect_h {
    float: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    width: 230px;
    margin: 0 auto;
    height: auto;
  }
}
#header_right div.contect_h p {
  padding-right: 10px;
  text-align: right;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
#header_right div.contect_h p:before, #header_right div.contect_h p:after {
  position: absolute;
  content: "";
}
#header_right div.contect_h p:before {
  background: url(../images/icon_speech_t.svg) no-repeat center;
  width: 17px;
  height: 16px;
  top: 0;
  right: 0;
}
#header_right div.contect_h p:after {
  background: url(../images/icon_speech_b.svg) no-repeat center;
  width: 24px;
  height: 8px;
  bottom: 0;
  right: 10px;
}
@media screen and (max-width: 767px) {
  #header_right div.contect_h p {
    text-align: center;
    padding: 0 0 10px;
  }
  #header_right div.contect_h p:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    top: auto;
    right: -20px;
    bottom: 10px;
  }
  #header_right div.contect_h p:after {
    -webkit-transform: rotate(65deg);
        -ms-transform: rotate(65deg);
            transform: rotate(65deg);
    left: -25px;
    bottom: 22px;
    top: auto;
  }
}
#header_right div.contect_h a.button {
  width: 220px;
  background: #fff;
  color: #3D352F;
  font-size: 1.16em;
  position: relative;
  margin: 0;
  float: right;
}
#header_right div.contect_h a.button:before {
  position: absolute;
  content: "";
  background: url(../images/icon_dog.svg) no-repeat center;
  width: 22px;
  height: 15px;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#gnavi {
  font-family: "Lilita One", cursive;
  line-height: 1.3;
  clear: both;
  font-size: 1.25em;
  letter-spacing: 0.2em;
}
#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #486CAB;
}
#gnavi ul li {
  margin-right: 2em;
  padding-bottom: 20px;
  position: relative;
}
#gnavi ul li:last-child {
  margin-right: 0;
}
#gnavi ul li a {
  color: #486CAB;
}
#gnavi ul li span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6em;
  color: #3D352F;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#gnavi ul li:hover::after, #gnavi ul li.current::after {
  position: absolute;
  content: "";
  background: url(../images/icon_footprints.svg) no-repeat center;
  width: 15px;
  height: 16px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
#gnavi ul li:hover div {
  opacity: 1;
  z-index: 1;
}
#gnavi ul li div {
  border: 3px solid #3D352F;
  background: #fff;
  border-radius: 10px;
  padding: 1.5em 2em;
  position: absolute;
  top: 50px;
  z-index: -1;
  width: 160px;
  left: -50%;
  text-align: left;
  font-size: 0.7em;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  opacity: 0;
}
#gnavi ul li div p a {
  position: relative;
  padding-left: 20px;
  color: #3D352F;
  display: inline-block;
}
#gnavi ul li div p a:before {
  position: absolute;
  content: "";
  background: url(../images/right_ble.svg) no-repeat center;
  width: 8px;
  height: 11px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#gnavi ul li div p a:hover::before {
  left: 5px;
}

.header_navi {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_navi li {
  margin-right: 20px;
}
.header_navi li:last-child {
  margin-right: 0;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  top: 11px;
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 3;
  background: #3D352F;
  color: #fff;
  text-align: center;
  padding-top: 3px;
  font-family: "Lilita One", cursive;
  cursor: pointer;
  border-radius: 10px;
  font-size: 12px;
}
.menu-trigger span {
  position: absolute;
  z-index: 4;
  left: 0;
  width: 65%;
  height: 2px;
  background: #fff;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1) {
  top: 25px;
}
.menu-trigger span:nth-of-type(2) {
  top: 33px;
}
.menu-trigger span:nth-of-type(3) {
  top: 41px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
      -ms-transform: translateY(20px) rotate(-45deg);
          transform: translateY(20px) rotate(-45deg);
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
      -ms-transform: translateY(-20px) rotate(45deg);
          transform: translateY(-20px) rotate(45deg);
  top: 52px;
}

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(251, 245, 236, 0.9);
  overflow-y: scroll;
  padding: 90px 5% 15%;
}
#overlay ul {
  color: #486CAB;
  font-family: "Lilita One", cursive;
  line-height: 1.3;
  font-size: 7vw;
  letter-spacing: 0.2em;
  padding: 0 0 5%;
}
#overlay ul li {
  margin-bottom: 0.8em;
}
#overlay ul li span {
  display: block;
  font-size: 0.45em;
  letter-spacing: 0.2em;
  color: #3D352F;
  font-family: "Noto Sans JP", sans-serif;
}
#overlay ul li div {
  font-family: "Noto Sans JP", sans-serif;
  border: 3px solid #3D352F;
  background: #fff;
  border-radius: 10px;
  padding: 1.5em;
  width: 160px;
  text-align: left;
  font-size: 0.6em;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin: 1em auto 0;
  position: relative;
}
#overlay ul li div p a {
  position: relative;
  padding-left: 20px;
  color: #3D352F;
  display: inline-block;
}
#overlay ul li div p a:before {
  position: absolute;
  content: "";
  background: url(../images/right_ble.svg) no-repeat center;
  width: 8px;
  height: 11px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#overlay ul a {
  color: #486CAB;
}

/*
//フッター
------------------------------------------------------------
*/
.footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 1230px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer_box {
    margin-bottom: 10%;
  }
}

.f_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.8125em;
  width: 680px;
}
.f_navi li {
  width: 45.5%;
  padding-left: 9%;
  border-left: 2px dotted #3D352F;
}
@media screen and (max-width: 767px) {
  .f_navi li {
    width: 48%;
    padding-left: 4%;
  }
}
.f_navi li:first-child {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .f_navi li:first-child {
    padding-left: 0;
    border-left: none;
  }
}
.f_navi li a {
  display: block;
  padding: 0 0.5em;
}
.f_navi li p.title {
  font-size: 1.07em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

a.f_logo {
  width: 281px;
  height: 85px;
  margin-right: 5%;
}
@media screen and (max-width: 1060px) {
  a.f_logo {
    margin: 0 5% 3%;
  }
}
@media screen and (max-width: 767px) {
  a.f_logo {
    margin: 0 0 7%;
    width: 140px;
    height: 42px;
  }
}

.copy {
  font-size: 0.6875em;
  text-align: center;
  width: 100%;
  font-family: "Lilita One", cursive;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .copy {
    margin-bottom: 5%;
  }
}

/*
5:side
------------------------------------------------------------
*/
.section_side {
  margin-bottom: 15%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 10%;
  }
}

#searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#searchform div input#search {
  border: 1px solid #333;
  padding: 0.5em;
  border-radius: 20px;
  margin-right: 5%;
}
#searchform div input#search_btn {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding: 0;
  background: url(../images/icon_serch.svg) no-repeat center/100%;
  font-size: 0;
}

.list_cat {
  font-size: 0.8125em;
}
@media screen and (max-width: 767px) {
  .list_cat {
    font-size: 1em;
  }
}
.list_cat li {
  margin-bottom: 1em;
}
.list_cat li:nth-child(6n+1) a:before {
  background: #486CAB;
}
.list_cat li:nth-child(6n+2) a:before {
  background: #ED8831;
}
.list_cat li:nth-child(6n+3) a:before {
  background: #E67B7D;
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  position: relative;
  padding-left: 20px;
}
.list_cat li a:before {
  background: #486CAB;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 5px;
  border-radius: 50%;
}
.list_cat li a:hover {
  color: #9fa0a0;
}
.list_cat.list_acv li:nth-child(6n+2) a:before, .list_cat.list_acv li:nth-child(6n+3) a:before {
  background: #486CAB;
}

.list_side li {
  font-size: 0.9375em;
  margin-bottom: 7%;
}
.list_side li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 1em;
    margin-bottom: 5%;
  }
}
.list_side li p.date {
  font-family: "Lilita One", cursive;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .list_side li p.date {
    margin-bottom: 0.5em;
  }
}
.list_side li div.article_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_side li div.side_img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #3D352F;
}
@media screen and (max-width: 767px) {
  .list_side li div.side_img {
    width: 85px;
    height: 80px;
  }
}
.list_side li div.side_img .wpp-thumbnail {
  width: 100%;
}
.list_side li div.side_desc {
  font-size: 0.86em;
  width: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  .list_side li div.side_desc {
    width: calc(100% - 95px);
  }
}

/*
5:div
------------------------------------------------------------
*/
.ticker_wrap {
  width: 800px;
  margin: -40px auto 5%;
  background: url(../images/bg_bone.svg) no-repeat center/100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ticker_wrap {
    width: 280px;
    height: 75px;
    background: url(../images/bg_bone2.svg) no-repeat center/100%;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 1em;
    line-height: 1;
    margin: -37.5px auto 10%;
  }
}
.ticker_wrap p.title {
  font-size: 1.25em;
  color: #486CAB;
  font-family: "Lilita One", cursive;
  letter-spacing: 0.1em;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .ticker_wrap p.title {
    font-size: 1.1em;
  }
}
.ticker_wrap .ticker {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ticker_wrap .ticker {
    height: 1em !important;
  }
}

.section_concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.section_concept div:first-child {
  background: url(../images/top_concept.jpg) no-repeat center/cover;
  width: 50%;
  margin-right: 5%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .section_concept div:first-child {
    width: 100%;
    margin: 0 0 5%;
    height: 230px;
  }
}
.section_concept div:last-child {
  width: 45%;
  line-height: 2;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .section_concept div:last-child {
    width: 100%;
    padding: 0;
  }
}
.section_concept div:last-child h3 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0.5em;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .section_concept div:last-child h3 {
    font-size: 6vw;
  }
}
.section_concept div:last-child a.button {
  margin: 3em 0 0;
}
@media screen and (max-width: 767px) {
  .section_concept div:last-child a.button {
    margin: 1em auto 0;
  }
}

.section_l {
  max-width: 1200px;
  width: calc(100% - 35px);
  margin: 0 auto 80px;
  border-radius: 40px;
  position: relative;
  padding: 80px 0;
}
.section_l:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  left: -90%;
  height: 100%;
  z-index: -1;
  top: 0;
}
@media screen and (max-width: 767px) {
  .section_l {
    padding: 10% 0;
    border-radius: 20px;
    margin: 0 auto 10%;
  }
}

.section_r {
  max-width: 1200px;
  width: calc(100% - 35px);
  margin: 0 auto 80px;
  border-radius: 40px;
  position: relative;
  padding: 80px 0;
}
.section_r:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  right: -90%;
  height: 100%;
  z-index: -1;
  top: 0;
}
@media screen and (max-width: 767px) {
  .section_r {
    padding: 10% 0;
    margin: 0 auto 10%;
    border-radius: 20px;
  }
}

.id_box {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .id_box {
    padding-top: 20px;
    margin-top: -20px;
  }
}

.table_wrap {
  border: 3px solid #3D352F;
  border-radius: 8px;
  margin-bottom: 2%;
  min-width: 656px;
}

.caution_box {
  background: #FDFAF5;
  border-radius: 8px;
  margin-top: 5%;
  padding: 2.5em;
  font-size: 0.875em;
  letter-spacing: 0.1em;
}
.caution_box h3 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
.caution_box p {
  position: relative;
  padding-left: 20px;
}
.caution_box p:before {
  position: absolute;
  content: "";
  background: #3D352F;
  height: 12px;
  width: 12px;
  left: 0;
  top: 7px;
  border-radius: 50%;
}

.box {
  padding: 7%;
  border: 3px solid #3D352F;
  border-radius: 8px;
  margin-bottom: 4%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .box {
    margin-bottom: 8%;
    padding: 8% 5%;
  }
}
.box::after {
  content: "";
  display: block;
  clear: both;
}
.box.option_box p {
  margin-top: -3%;
  color: #486CAB;
}

.main_img li {
  padding: 0 20px;
}

.map {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .map {
    margin-bottom: 5%;
  }
}
.map::before {
  content: "";
  display: block;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 300px;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_txt {
  font-size: 0.875em;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .section_txt {
    font-size: 1em;
  }
}
.section_txt p.date {
  font-size: 1.1em;
  font-family: "Lilita One", cursive;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 1em;
}
.section_txt img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}
.section_txt p.cat {
  font-size: 0.6875em;
  width: 78px;
  height: 21px;
  line-height: 21px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 1em 1em 0;
  text-align: center;
  color: #fff;
}
.section_txt p.cat.shinonoi {
  background: #ED8831;
}
.section_txt p.cat.ueda {
  background: #E67B7D;
}
.section_txt p.cat.news {
  background: #486CAB;
}

/*
6:ul
------------------------------------------------------------
*/
.list_ticker {
  font-size: 0.8125em;
}
.list_ticker span {
  font-size: 1.15em;
  font-family: "Lilita One", cursive;
  margin-right: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .list_ticker span {
    margin-right: 1em;
  }
}

.list_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .list_blog {
    margin-bottom: 10%;
  }
}
.list_blog li {
  margin: 0 8% 5% 0;
  width: 28%;
}
.list_blog li:nth-child(3n) {
  margin-right: 0;
}
.list_blog li:hover div.fit {
  border: 3px solid #486CAB;
}
@media screen and (max-width: 767px) {
  .list_blog li {
    margin: 0;
    padding: 0 20px;
  }
}
.list_blog li a {
  display: block;
}
.list_blog li div.fit {
  height: 280px;
  border: 3px solid #3D352F;
  border-radius: 10px;
  margin-bottom: 20px;
}
.list_blog li div:last-child dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.list_blog li div:last-child dl dt {
  font-size: 0.9375em;
  font-family: "Lilita One", cursive;
  letter-spacing: 0.1em;
}
.list_blog li div:last-child dl dd {
  font-size: 0.6875em;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  width: 78px;
  text-align: center;
  height: 21px;
  line-height: 21px;
}
.list_blog li div:last-child dl dd.shinonoi {
  background: #ED8831;
}
.list_blog li div:last-child dl dd.ueda {
  background: #E67B7D;
}
.list_blog li div:last-child dl dd.news {
  background: #486CAB;
}
.list_blog.list_blog__low {
  margin-bottom: -8%;
}
@media screen and (max-width: 767px) {
  .list_blog.list_blog__low {
    margin-bottom: -5%;
  }
}
.list_blog.list_blog__low li {
  width: 31%;
  margin: 0 3.5% 8% 0;
}
@media screen and (max-width: 767px) {
  .list_blog.list_blog__low li {
    width: 100%;
    margin: 0 0 5%;
    padding: 0;
  }
  .list_blog.list_blog__low li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.list_blog.list_blog__low li:nth-child(3n) {
  margin-right: 0;
}
.list_blog.list_blog__low li div.fit {
  height: 220px;
}
@media screen and (max-width: 767px) {
  .list_blog.list_blog__low li div.fit {
    width: 45%;
    height: 120px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_blog.list_blog__low li div:last-child {
    width: 50%;
  }
  .list_blog.list_blog__low li div:last-child dl {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .list_blog.list_blog__read {
    margin: 0 5%;
  }
}
.list_blog.list_blog__read li {
  width: 31%;
  margin: 0 3.5% 0 0;
}
@media screen and (max-width: 767px) {
  .list_blog.list_blog__read li {
    margin: 0;
  }
}
.list_blog.list_blog__read li:last-child {
  margin-right: 0;
}
.list_blog.list_blog__read li div.fit {
  height: 220px;
}
@media screen and (max-width: 767px) {
  .list_blog.list_blog__salon {
    margin: 0 5%;
  }
}
.list_blog.list_blog__salon li {
  width: 23.5%;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 767px) {
  .list_blog.list_blog__salon li {
    margin: 0;
  }
}
.list_blog.list_blog__salon li:last-child {
  margin-right: 0;
}
.list_blog.list_blog__salon li div.fit {
  height: 260px;
}

.list_salon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_salon li {
  border-radius: 10px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list_salon li {
    width: 100%;
  }
}
.list_salon li.shinonoi {
  background: url(../images/salon_shinonoi.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .list_salon li.shinonoi {
    margin-bottom: 5%;
  }
}
.list_salon li.ueda {
  background: url(../images/salon_ueda.jpg) no-repeat center/cover;
}
.list_salon li a {
  display: block;
  width: 100%;
  height: 100%;
}
.list_salon li a:hover div {
  background: rgba(255, 255, 255, 0.95);
}
.list_salon li div {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.7);
  max-width: 410px;
  float: right;
  width: 90%;
  border-radius: 10px 0 0 10px;
  margin: 15% 0;
  padding: 7% 10% 7% 7%;
  font-size: 0.875em;
  position: relative;
}
.list_salon li div:after {
  position: absolute;
  content: "";
  background: url(../images/right_ble.svg) no-repeat center/cover;
  width: 8px;
  height: 11px;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_salon li div p.title {
  font-size: 1.714em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.list_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 0.875em;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .list_option {
    margin-bottom: 10%;
  }
}
.list_option li {
  width: 30%;
  margin-right: 5%;
}
.list_option li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_option li {
    margin: 0;
    padding: 0 20px;
  }
}
.list_option li div:first-child {
  margin-bottom: 20px;
}
.list_option li div:last-child p.title {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}

.list_concept {
  font-size: 0.875em;
}
.list_concept li {
  width: 100%;
  margin-bottom: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.list_concept li:last-child {
  margin-bottom: 0;
}
.list_concept li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .list_concept li:nth-child(2n) {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.list_concept li:nth-child(2n) div:first-child {
  margin: 0 0 0 5%;
}
@media screen and (max-width: 767px) {
  .list_concept li:nth-child(2n) div:first-child {
    margin: 0 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .list_concept li {
    margin-bottom: 13%;
  }
}
.list_concept li div:first-child {
  width: 55%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .list_concept li div:first-child {
    width: 100%;
    margin: 0 0 3%;
  }
}
.list_concept li div:last-child {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .list_concept li div:last-child {
    width: 100%;
  }
}
.list_concept li div:last-child h4 {
  font-size: 1.7em;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .list_concept li div:last-child h4 {
    font-size: 5vw;
    line-height: 1.5;
  }
}
.list_concept li div:last-child h4 span {
  font-size: 1.66em;
  color: #486CAB;
  font-family: "Lilita One", cursive;
  display: block;
  letter-spacing: 0.15em;
}

.list_coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .list_coupon {
    margin-top: 10%;
  }
}
.list_coupon li {
  width: 48%;
  background: #fff;
  border-radius: 10px;
  padding: 0 5% 3%;
}
.list_coupon li:first-child {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .list_coupon li:first-child {
    margin: 0 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .list_coupon li {
    padding: 0 5% 5%;
    width: 100%;
  }
}
.list_coupon li h3 {
  width: 100%;
  max-width: 295px;
  margin: -20px auto 20px;
}
.list_coupon li p.title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.list_coupon li div {
  background: #FDFAF5 url(../images/bg_dots.png) repeat;
  border-radius: 10px;
  text-align: center;
  padding: 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.list_coupon li div .sub {
  font-size: 0.75em;
}
.list_coupon li div p.content_p {
  font-size: 1.125em;
}
.list_coupon li div p.content_p span {
  color: #D74A43;
}
.list_coupon li div p.content_p img {
  height: 15px;
}
.list_coupon li p.small_p {
  font-size: 0.75em;
  font-weight: bold;
}

.list_salon__low {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_salon__low {
    margin-bottom: -4%;
    font-size: 0.9em;
  }
}
.list_salon__low li {
  width: 23%;
  margin: 0 2.6% 0 0;
  background: #3D352F;
  border-radius: 10px;
}
.list_salon__low li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_salon__low li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .list_salon__low li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_salon__low li a {
  padding: 1em 1em 2em;
  color: #fff;
  position: relative;
  display: block;
  height: 100%;
}
.list_salon__low li a:after {
  position: absolute;
  content: "";
  background: url(../images/bottm_wht.svg) no-repeat center;
  width: 11px;
  height: 8px;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}

.list_staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: 0.875em;
  text-align: center;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .list_staff {
    text-align: left;
  }
}
.list_staff li {
  width: 22%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .list_staff li {
    width: 48%;
    margin: 0 4% 8% 0;
  }
  .list_staff li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_staff li:last-child {
  margin-right: 0;
}
.list_staff li p.name {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .list_staff li p.name {
    font-size: 1.5em;
    text-align: center;
  }
}
.list_staff li img {
  margin-bottom: 15px;
}

.list_option__low {
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .list_option__low {
    font-size: 0.9em;
  }
}
.list_option__low li {
  border-bottom: 2px dotted #3D352F;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.list_option__low li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.list_option__low li h4 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .list_option__low li h4 {
    padding-left: 25px;
    font-size: 1.3em;
    line-height: 1.5;
  }
}
.list_option__low li h4:before {
  position: absolute;
  content: "";
  background: #486CAB;
  width: 20px;
  height: 20px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .list_option__low li h4:before {
    width: 15px;
    height: 15px;
  }
}

.top_blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.top_blog_list li {
  width: 48%;
}

/*
7:dl
------------------------------------------------------------
*/
.dlist_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.dlist_about dt {
  width: 48%;
  margin-right: 4%;
}
.dlist_about dd {
  width: 48%;
}

.dlist_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875em;
  margin: 4% 0 5%;
}
@media screen and (max-width: 767px) {
  .dlist_option {
    font-size: 3vw;
  }
  .dlist_option br {
    display: none;
  }
}
.dlist_option dt {
  width: 33%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .dlist_option dt {
    width: 25%;
  }
}
.dlist_option dd {
  width: 65%;
  max-width: 385px;
  background: url(../images/bg_speech.svg) no-repeat left/100%;
  height: 155px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .dlist_option dd {
    height: 100px;
    padding: 0 1em 0 2em;
    width: 71%;
    line-height: 1.5;
  }
}

/*
8:table
------------------------------------------------------------
*/
/*.table_company {
	width: 100%;
	border-top: 1px solid #000;
	th {
		font-weight: 700;
		padding: 0.8em 1em;
		border-bottom: 1px solid #000;
	}
	td {
		padding: 0.8em 1em;
		border-bottom: 1px solid #000;
	}
}*/
.table_menu {
  width: 100%;
  min-width: 650px;
}
@media screen and (max-width: 767px) {
  .table_menu {
    font-size: 0.9em;
  }
}
.table_menu tr {
  border-bottom: 3px solid #3D352F;
}
.table_menu tr:last-child {
  border-bottom: none;
}
.table_menu tr th {
  font-weight: bold;
  text-align: center;
  padding: 1em 2em;
  background: #FBF5EC;
  border-right: 2px dotted #3D352F;
}
.table_menu tr th:first-child {
  text-align: left;
  border-radius: 8px 0 0 0;
}
.table_menu tr th:last-child {
  border-right: none;
  border-radius: 0 8px 0 0;
}
.table_menu tr td {
  border-right: 2px dotted #3D352F;
  padding: 1em 2em;
  text-align: right;
}
.table_menu tr td:first-child {
  text-align: left;
}
.table_menu tr td:last-child {
  border-right: none;
}

.table_option {
  width: 100%;
  margin-bottom: 5%;
  min-width: 500px;
}
@media screen and (max-width: 767px) {
  .table_option {
    font-size: 0.9em;
  }
}
.table_option tr {
  border-bottom: 2px dotted #3D352F;
}
.table_option tr th {
  text-align: left;
  width: 50%;
  padding: 1em 1em 1em 0;
}
@media screen and (max-width: 767px) {
  .table_option tr th {
    width: 60%;
  }
}
.table_option tr th span {
  position: relative;
  padding-left: 20px;
}
.table_option tr th span:before {
  position: absolute;
  content: "";
  background: #3D352F;
  width: 12px;
  height: 12px;
  left: 0;
  top: 7px;
  border-radius: 50%;
}
.table_option tr td {
  width: 50%;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .table_option tr td {
    width: 40%;
  }
}

.table_about {
  width: 100%;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .table_about {
    font-size: 0.9em;
  }
}
.table_about tr {
  border-bottom: 2px dotted #3D352F;
}
.table_about tr:last-child {
  border-bottom: none;
}
.table_about tr th {
  width: 25%;
  text-align: left;
  padding: 1em 1em 1em 2em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_about tr th {
    padding: 1em 0;
  }
}
.table_about tr td {
  width: 75%;
  padding: 1em 2em 1em 1em;
}
@media screen and (max-width: 767px) {
  .table_about tr td {
    padding: 1em 0 1em 1em;
  }
}

/*
9:タイトル
------------------------------------------------------------
*/
.main_ttl {
  font-size: 3.75em;
  line-height: 1;
  margin: 0 0 1em;
  color: #486CAB;
  text-align: center;
  font-family: "Lilita One", cursive;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .main_ttl {
    font-size: 11vw;
  }
}
.main_ttl span {
  display: block;
  font-size: 0.23em;
  color: #3D352F;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .main_ttl span {
    font-size: 0.3em;
  }
}

.main_ttl2 {
  font-size: 3.75em;
  line-height: 1;
  margin: 0 0 1em;
  color: #486CAB;
  font-family: "Lilita One", cursive;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .main_ttl2 {
    font-size: 11vw;
  }
}
.main_ttl2 span {
  font-size: 0.23em;
  color: #3D352F;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  margin: 1em 0 0 2em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .main_ttl2 span {
    font-size: 0.3em;
  }
}

.low_main_ttl {
  font-size: 3.125em;
  background: url(../images/bg_bone2.svg) no-repeat center/cover;
  width: 600px;
  height: 160px;
  text-align: center;
  font-family: "Lilita One", cursive;
  color: #486CAB;
  margin: -80px auto 1.5em;
  line-height: 1.3;
  padding: 33px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .low_main_ttl {
    width: 280px;
    height: 75px;
    padding: 13px;
    font-size: 8vw;
    line-height: 1.1;
    margin: -37.5px auto 1em;
  }
}
.low_main_ttl.blog_ttl {
  margin-top: 1em;
}
.low_main_ttl span {
  font-size: 0.28em;
  display: block;
  font-weight: bold;
  color: #3D352F;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .low_main_ttl span {
    font-size: 0.3em;
  }
}

.sub_ttl {
  font-size: 2em;
  margin: 0 0 1em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 6vw;
    line-height: 1.6;
  }
}

.line_ttl {
  font-size: 2.5em;
  color: #486CAB;
  padding-left: 65px;
  position: relative;
  font-family: "Lilita One", cursive;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .line_ttl {
    font-size: 8vw;
    padding-left: 35px;
    line-height: 1;
  }
}
.line_ttl:before {
  position: absolute;
  content: "";
  background: #486CAB;
  height: 6px;
  width: 50px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .line_ttl:before {
    width: 25px;
  }
}
.line_ttl__jp {
  font-size: 2em;
  color: #486CAB;
  padding-left: 65px;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 1em;
}
.line_ttl__jp:before {
  position: absolute;
  content: "";
  background: #486CAB;
  height: 6px;
  width: 50px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.line_ttl2 {
  text-align: center;
  letter-spacing: 0.1em;
  color: #486CAB;
  font-size: 2.5em;
  padding-top: 45px;
  position: relative;
  margin-bottom: 1em;
  font-family: "Lilita One", cursive;
}
.line_ttl2:before {
  position: absolute;
  content: "";
  background: #486CAB;
  height: 40px;
  width: 6px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.side_ttl {
  border-bottom: 2px dotted #3D352F;
  font-size: 1.25em;
  margin-bottom: 1em;
  padding: 0 0 0.5em;
  color: #486CAB;
  font-family: "Lilita One", cursive;
}
@media screen and (max-width: 767px) {
  .side_ttl {
    font-size: 5vw;
    padding: 0 0 0.5em;
    margin-bottom: 1em;
  }
}

.read_ttl {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.read_ttl span {
  position: relative;
  padding: 0 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.read_ttl span:after {
  position: absolute;
  content: "";
  background: url(../images/icon_footprints.svg) no-repeat center;
  width: 37px;
  height: 39px;
  right: 0;
  top: 10px;
}

.txt_ttl {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 2px solid #3D352F;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_white {
  background: #fff;
}
.bg_garland {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_garland {
    margin-top: 15%;
  }
}
.bg_garland:before, .bg_garland:after {
  position: absolute;
  content: "";
  top: 20px;
}
@media screen and (max-width: 767px) {
  .bg_garland:before, .bg_garland:after {
    top: -3%;
  }
}
.bg_garland:before {
  background: url(../images/garland_l.svg) no-repeat center;
  width: 188px;
  height: 99px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .bg_garland:before {
    width: 94px;
    height: 49.5px;
    left: 5px;
  }
}
.bg_garland:after {
  background: url(../images/garland_r.svg) no-repeat center;
  width: 186px;
  height: 104px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .bg_garland:after {
    width: 93px;
    height: 52px;
    right: 10px;
  }
}

.txt_clr_gry {
  color: #8B8682;
}
.txt_clr_ble {
  color: #486CAB;
}

/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol {
  width: 98px;
  height: 72px;
  background: url(../images/pagetop.png) no-repeat center/auto 100%;
}
@media screen and (max-width: 767px) {
  #topcontrol {
    width: 76px;
    height: 56px;
  }
}

a.more {
  text-align: center;
  font-size: 0.9em;
  color: #CCC;
  margin: 0 5%;
  width: 90%;
}
a.more:hover {
  border: 1px dotted #111;
  color: #CCC;
}
a.button {
  color: #fff;
  display: block;
  padding: 0.8em;
  position: relative;
  background: #3D352F;
  border-radius: 30px;
  max-width: 260px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  font-size: 0.875rem;
  font-weight: bold;
  border: 3px solid #3D352F;
  letter-spacing: 0.15em;
}
a.button:hover {
  background: #486CAB;
  border: 3px solid #486CAB;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
p.center_p {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  p.center_p {
    margin-bottom: 1em;
  }
}

#list_breadcrumb {
  font-size: 0.75em;
  margin-bottom: 5px;
  color: #8B8682;
  padding: 0 80px;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  #list_breadcrumb {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1040px) {
  #list_breadcrumb {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    font-size: 0.2vw;
  }
}
#list_breadcrumb img {
  vertical-align: middle;
  margin-right: 8px;
}
#list_breadcrumb img.icon_home {
  height: 20px;
  width: 20px;
}
#list_breadcrumb img.icon_right {
  height: 12px;
  width: 9.5px;
}
#list_breadcrumb a {
  color: #3D352F;
}

p.mini {
  font-size: 0.875em;
}

a.map_p {
  display: inline-block;
  float: right;
  padding-left: 20px;
  font-size: 0.875em;
  position: relative;
  font-family: "Lilita One", cursive;
  letter-spacing: 0.2em;
}
a.map_p:before {
  position: absolute;
  content: "";
  background: url(../images/right_ble.svg) no-repeat center;
  width: 8px;
  height: 11px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.map_p:hover::before {
  left: 5px;
}

p.tel {
  text-align: center;
  font-size: 2.5em;
  font-family: "Lilita One", cursive;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  p.tel {
    font-size: 8vw;
  }
}
p.tel a.click_tel {
  color: #486CAB;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  p.tel a.click_tel {
    pointer-events: auto;
  }
}

p.time {
  text-align: center;
  font-size: 0.8125em;
  margin-top: 1em;
  letter-spacing: 0.15em;
}

p.contact_p {
  font-size: 0.875em;
  margin: 2em 0;
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.contactform {
  margin-bottom: 3em;
  width: 100%;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 0;
    font-size: 1em;
  }
}
.contactform tr {
  border-bottom: 2px dotted #3D352F;
}
@media screen and (max-width: 767px) {
  .contactform tr {
    width: 100%;
    display: block;
    margin-bottom: 2em;
  }
}
.contactform tr:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .contactform tr:last-child {
    margin-bottom: 0;
  }
}
.contactform tr th {
  padding: 1.5em 1em 1em 0;
  color: #040000;
  text-align: left;
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 0.5em;
  }
}
.contactform tr td {
  width: 75%;
  padding: 1em 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
  }
}

input, textarea, select {
  padding: 1em;
  border-radius: 10px;
  border: none;
  background: #FDFAF5;
}

input {
  width: 50%;
}
@media screen and (max-width: 767px) {
  input {
    width: 100%;
  }
}

textarea {
  width: 100%;
  height: 250px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

span.mwform-tel-field input {
  width: 15% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  max-width: 260px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  font-size: 0.875em;
  border-radius: 30px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #3D352F;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}

.backBtn {
  background: #486CAB;
  margin-top: 1.5em;
}

.submit:hover, .backBtn:hover {
  opacity: 0.85;
}

.required {
  font-size: 0.75em;
  display: inline-block;
  margin-left: 1em;
  line-height: 1;
}

/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  margin-top: 8%;
  text-align: center;
  font-family: "Lilita One", cursive;
  font-size: 0.875em;
  line-height: 26px;
}
.wp-pagenavi a {
  border: 2px solid #3D352F;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 1em;
  border-radius: 3px;
  background: #fff;
}
.wp-pagenavi a:hover {
  color: #9fa0a0;
}
.wp-pagenavi span {
  display: inline-block;
  margin-right: 1em;
}
.wp-pagenavi span.current {
  border: 2px solid #3D352F;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  color: #fff;
  background: #3D352F;
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
  margin-bottom: 0;
}

.m05 {
  margin-bottom: 5px;
}

.m10 {
  margin-bottom: 10px;
}

.m15 {
  margin-bottom: 15px;
}

.m20 {
  margin-bottom: 20px;
}

.m30 {
  margin-bottom: 30px;
}

.m40 {
  margin-bottom: 40px;
}

.m50 {
  margin-bottom: 50px;
}

.m60 {
  margin-bottom: 60px;
}

/*
16:Pagination
------------------------------------------------------------
*/
ul.list_pagination {
  width: 100%;
  margin: 0 auto 10%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px dotted #383838;
  border-bottom: 2px dotted #383838;
  font-size: 0.8125em;
  padding: 2em 0;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
ul.list_pagination li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li {
    width: 100%;
  }
}
ul.list_pagination li.prev {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  ul.list_pagination li.prev {
    margin: 0 0 5%;
  }
}
ul.list_pagination li.prev a {
  padding-left: 20px;
}
ul.list_pagination li.prev a:before {
  left: 0;
  background: url(../images/right_b.svg) no-repeat center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
ul.list_pagination li.next {
  text-align: right;
}
ul.list_pagination li.next a {
  padding-right: 20px;
}
ul.list_pagination li.next a:before {
  right: 0;
  background: url(../images/right_b.svg) no-repeat center;
}
ul.list_pagination li a {
  position: relative;
  display: inline-block;
}
ul.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  top: 10px;
}

.fit {
  background-size: cover;
  background-position: center;
}