@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Comfortaa&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap");
.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*
reset css
 _________________________________________________________*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

strong, b {
  font-weight: bold;
}

table, textarea, select {
  font-size: inherit;
  font: 100%;
}

input[type=submit],
button {
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  text-decoration: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
textarea {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: button;
  appearance: button;
}

_::-webkit-full-page-media, _:future, :root input,
_::-webkit-full-page-media, _:future, :root select,
_::-webkit-full-page-media, _:future, :root textarea {
  font-size: 16px;
  transform: scale(0.8);
}

/*
base
 _________________________________________________________*/
html {
  font-size: 62.5%;
  height: 100%;
  scroll-padding-top: 110px;
}

@media only screen and (max-width:768px) {
  html {
    scroll-padding-top: 0;
  }
}
body {
  line-height: 2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
}

input, textarea, select, button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
}

img {
  -webkit-backface-visibility: hidden;
}

a img {
  -webkit-transition: 0.2s;
}
a img:hover {
  opacity: 0.7;
}

@media only screen and (max-width:768px) {
  body {
    font-size: 1.2rem;
  }
}
img {
  max-width: 100%;
}

/*
link color
 _________________________________________________________*/
a {
  color: #6BAC94;
  text-decoration: underline;
}

a:hover {
  color: #436A91;
  text-decoration: none;
}

/*
 layout
 _________________________________________________________*/
.wrapper {
  overflow: hidden;
  position: relative;
  background: #fff;
}

.content {
  width: 80%;
  max-width: 1160px;
  margin: 0 auto;
}

.content-inner {
  width: 80%;
  max-width: 1160px;
  padding: 0;
  margin: 0 auto;
  min-height: 1px;
}
.content-inner:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.page-title {
  width: 90%;
  background: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: -80px auto 0 auto;
  padding: 50px;
}
.page-title h2 {
  font-size: 50px;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
}
.page-title h2 small {
  font-size: 15px;
  display: block;
}
.page-title h2:after {
  content: "";
  position: relative;
  display: block;
  margin: 20px auto 0 auto;
  width: 32px;
  height: 10px;
  background-image: linear-gradient(to right, #6BAC94, #6BAC94 4px, transparent 4px, transparent 10px);
  background-size: 12px 10px;
  background-repeat: repeat-x;
}

.page-title-bg {
  background: url(../images/bg_stripe.png) center center #f3f0e6;
  padding-top: 300px;
}

@media only screen and (max-width:768px) {
  .content-inner {
    width: 100%;
    padding: 0 8%;
  }
  .page-title {
    margin: -40px auto 20px auto;
    padding: 3%;
  }
  .page-title h2 {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
  .page-title h2 small {
    font-size: 1rem;
    line-height: 2.6rem;
  }
  .page-title h2:after {
    content: "";
    position: relative;
    display: block;
    margin: 10px auto 0 auto;
    width: 32px;
    height: 8px;
    background-image: linear-gradient(to right, #6BAC94, #6BAC94 4px, transparent 4px, transparent 10px);
    background-size: 12px 8px;
    background-repeat: repeat-x;
  }
  .page-title-bg {
    padding-top: 60px;
  }
  .layer {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
  }
  .layer.is_open {
    display: block;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.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 {
  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("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  /* font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg'); */
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 10;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 60px;
  padding: 0;
  /*    -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);

      cursor: pointer;

      color: transparent;
      border: none;
      outline: none;
      background: transparent;*/
}

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

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

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 2%;
  background: url("../images/icon_arrow_left.svg");
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 2%;
  background: url("../images/icon_arrow_right.svg");
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

@media only screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 15px;
    height: 30px;
    padding: 0;
    background-size: 100%;
    top: 40%;
  }
}
/* gallery-Arrows */
.photogallery .slick-prev,
.photogallery .slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 10;
  position: absolute;
  top: 35%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  /*    -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);

      cursor: pointer;

      color: transparent;
      border: none;
      outline: none;
      background: transparent;*/
}

/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}*/
.photogallery .slick-prev:hover:before,
.photogallery .slick-prev:focus:before,
.photogallery .slick-next:hover:before,
.photogallery .slick-next:focus:before {
  opacity: 0.7;
}

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

.photogallery .slick-prev:before,
.photogallery .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.photogallery .slick-prev {
  left: -50px;
  background: url("../images/icon_arrow_left_black.svg");
  background-size: 100%;
}

[dir=rtl] .photogallery .slick-prev {
  right: -25px;
  left: auto;
}

.photogallery .slick-prev:before {
  content: "";
}

[dir=rtl] .photogallery .slick-prev:before {
  content: "";
}

.photogallery .slick-next {
  right: -50px;
  background: url("../images/icon_arrow_right_black.svg");
  background-size: 100%;
}

[dir=rtl] .photogallery .slick-next {
  right: auto;
  left: -25px;
}

.photogallery .slick-next:before {
  content: "";
}

[dir=rtl] .photogallery .slick-next:before {
  content: "";
}

@media only screen and (max-width: 768px) {
  .photogallery .slick-prev,
  .photogallery .slick-next {
    width: 15px;
    height: 15px;
    padding: 0;
    background-size: 100%;
    top: 35%;
  }
  .photogallery .slick-prev {
    left: -20px;
  }
  .photogallery .slick-next {
    right: -20px;
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  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-family: "slick";
  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;
}

.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/* ========================================================
 Module
 ** 汎用クラス
 ======================================================== */
.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media only screen and (max-width:768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/*
右寄せ＆左寄せ
_________________________________________________________*/
.a-center,
.aligncenter {
  text-align: center;
}

.a-right {
  text-align: right;
}

.a-left {
  text-align: left;
}

.f-right {
  float: right;
}

.r-left {
  float: left;
}

.alignleft {
  display: inline;
  float: left;
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
  vertical-align: top;
}

.alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
  vertical-align: top;
}

.img-left {
  vertical-align: middle;
  float: left;
  padding-right: 10px;
}

@media only screen and (max-width:768px) {
  .img-left {
    max-width: 50%;
  }
}
/*
マージン＆パディング
_________________________________________________________*/
.mb-100 {
  margin-bottom: 100px;
}

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

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mt-95 {
  margin-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pt-95 {
  padding-top: 95px;
}

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

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

.pb-90 {
  padding-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pt-85 {
  padding-top: 85px;
}

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

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

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

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

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

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pt-65 {
  padding-top: 65px;
}

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

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

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pt-55 {
  padding-top: 55px;
}

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

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

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-45 {
  padding-top: 45px;
}

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

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

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-35 {
  padding-top: 35px;
}

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

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

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

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

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

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

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

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

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-10 {
  padding-right: 10px;
}

/*
文字サイズ
_________________________________________________________*/
.fs-24 {
  font-size: 2.4rem;
}

.fs-22 {
  font-size: 2.2rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-13 {
  font-size: 1.3rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-10 {
  font-size: 1rem;
}

.red {
  color: #C26060;
}

.blue {
  color: #436A91;
}

.green {
  color: #6BAC94;
}

.fc-green {
  color: #6BAC94;
}

.fc-pink {
  color: #f25d87;
}

.fs-small {
  font-size: 0.8em;
}

/*
button
_________________________________________________________*/
.wpcf7-submit {
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 5px;
  letter-spacing: 2px;
}

.m-btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3333333;
  box-sizing: border-box;
  background: #6BAC94;
  color: #fff;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: 0.2s;
  padding: 15px;
  font-size: 1em;
  border-radius: 30px;
}
.m-btn::-webkit-search-decoration {
  display: none;
}
.m-btn::focus {
  outline-offset: -2px;
}
.m-btn:hover {
  text-decoration: none;
  background: #CBC0AC;
  color: #fff;
}
.m-btn:after {
  content: "→";
  padding-left: 10px;
  -webkit-transition: 0.2s;
}
.m-btn:hover:after {
  padding-left: 20px;
}

.m-btn-red {
  background: #C26060;
}

.m-btn-m {
  padding: 15px;
  font-size: 1em;
  border-radius: 30px;
  width: 300px;
}

.m-btn-l {
  padding: 20px 100px;
  border-radius: 50px;
}

.m-btn-lg {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 50px;
}

.m-btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 50px;
}

.m-btn-xs {
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 50px;
}

.uline-red {
  border-bottom: 2px dashed #C26060;
}

.uline-blue {
  border-bottom: 2px dashed #436A91;
}

.title-bold {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.title-uline {
  font-size: 1.5em;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.title-uline:after {
  content: "";
  display: block;
  height: 1px;
  width: 120px;
  background-color: #6BAC94;
  position: relative;
  margin: 10px auto;
}

.title-uline--english {
  font-size: 2.3em;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
}

.list-circle li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 1rem;
}
.list-circle li:before {
  content: "●";
  font-size: 1rem;
  color: #6BAC94;
  position: absolute;
  top: 3px;
  left: 0;
}
.list-circle li:last-child {
  margin-bottom: 0;
}

.list-circle--margin0 li {
  margin-bottom: 0;
}

@media only screen and (max-width:768px) {
  .m-btn {
    margin: 5px auto;
    display: block;
    padding: 15px;
    font-size: 0.9em;
  }
  .m-btn-l {
    padding: 10px 0px;
    width: 100%;
    font-size: 1.6rem;
    border-radius: 50px;
  }
  .m-btn-lg {
    padding: 10px;
    font-size: 1.4rem;
    border-radius: 50px;
  }
  .m-btn-sm {
    padding: 5px 10px;
    font-size: 1.2rem;
    border-radius: 50px;
  }
  .m-btn-xs {
    padding: 3px 8px;
    font-size: 1rem;
    border-radius: 50px;
  }
}
.sns {
  margin: 0 auto;
}

.sns li {
  display: inline-block;
  margin: 0 2px;
  text-align: left;
  width: 40px;
}

.sns a {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  display: block;
  background-color: #6BAC94;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -10000px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sns a:hover {
  background-color: #CBC0AC;
}

.sns-fb {
  background-image: url(../images/icon_fb.svg);
  color: #fff;
  background-size: 50%;
}

.sns-in {
  background-image: url(../images/icon_in.svg);
  background-size: 50%;
}

@media only screen and (max-width:768px) {
  .sns a {
    width: 34px;
    height: 34px;
    border-radius: 17px;
  }
}
.arw-r-green-s {
  display: inline-block;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #f6f07b;
}

.arrow-l-pink-s {
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent #ee7d7c transparent transparent;
}

.arrow-r-green-s {
  display: inline-block;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #6BAC94;
}

.icon-time {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/icon_time.png);
  vertical-align: baseline;
  margin-right: 5px;
}

/*
 bg
 _________________________________________________________*/
.bg-white {
  background: #fff;
  padding: 50px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.bg-bgcolor {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

@media only screen and (max-width:768px) {
  .bg-white {
    padding: 10px;
    margin-bottom: 20px;
  }
}
/*
 hr
 _________________________________________________________*/
hr {
  border: none;
  border-top: 1px dashed #489b43;
  height: 1px;
  width: 100%;
}

/*
 ttl
 _________________________________________________________*/
.ttl-marker {
  background: linear-gradient(transparent 60%, rgba(246, 240, 123, 0.8) 60%);
  margin-bottom: 15px;
}

.ttl-pinkbdr {
  background: url(../images/bg_border_pink.png);
  text-align: center;
  padding: 0.5em 0.75em;
  margin-bottom: 15px;
}

.ttl-box {
  position: relative;
  margin: 1em 0;
  padding: 0.5em 0.75em;
  text-align: center;
  border-top: solid 1px rgba(242, 93, 135, 0.5);
  border-bottom: solid 1px rgba(242, 93, 135, 0.5);
}

.ttl-box:before, .ttl-box:after {
  content: "";
  position: absolute;
  top: -0.5em;
  width: 1px;
  height: calc(100% + 1em);
  background-color: rgba(242, 93, 135, 0.5);
}

.ttl-box:before {
  left: 0.5em;
}

.ttl-box:after {
  right: 0.5em;
}

/*
 list
 _________________________________________________________*/
.list-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.list-indent li {
  padding: 2px 0;
}

.list-num {
  padding-left: 1em;
  text-indent: -1em;
}
.list-num li {
  padding: 2px 0;
}

/*
 icon
 _________________________________________________________*/
.modal-closeButton {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
}

.modal-closeButton.is_active {
  display: block;
}

.js-modal__main__scroll {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #fff;
}

.icon-close {
  width: 40px;
  height: 40px;
  background: url("./../images/icon_close.svg");
  background-size: 100% 100%;
  display: block;
}

@media only screen and (max-width:768px) {
  .modal-closeButton {
    top: 20px;
    right: 20px;
  }
  .icon-close {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
  }
}
/*
 img
 _________________________________________________________*/
.img-4 {
  min-height: 1px;
}
.img-4:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.img-4 {
  margin: 0px -1.5%;
}
.img-4 li {
  width: 22%;
  margin: 1.5% 1.5%;
  float: left;
  text-align: center;
}
.img-4 li img {
  border-radius: 5px;
}

.img-3 {
  min-height: 1px;
}
.img-3:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.img-3 {
  margin: 0px -1%;
}
.img-3 li {
  width: 31.3333333%;
  margin: 5px 1%;
  float: left;
  text-align: center;
}
.img-3 li img {
  border-radius: 5px;
}

@media only screen and (max-width:768px) {
  .img-4 {
    margin: 5px -1%;
  }
  .img-4 li {
    width: 48%;
    padding: 0;
    margin: 1%;
  }
}
/*
 table
 _________________________________________________________*/
.table-form {
  width: 60%;
  margin: 0 auto;
}
.table-form tr {
  border-top: 1px solid #CBC0AC;
}
.table-form tr:last-child {
  border-bottom: 1px solid #CBC0AC;
}
.table-form th {
  width: 30%;
  padding: 20px 0;
}
.table-form td {
  padding: 20px 0;
}
.table-form input[type=text],
.table-form input[type=tel],
.table-form input[type=email],
.table-form input[type=date],
.table-form select,
.table-form textarea {
  background: rgba(107, 172, 148, 0.1);
  border: 1px solid #fff;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  -webkit-transition: 0.2s;
}
.table-form input[type=text]:focus,
.table-form input[type=tel]:focus,
.table-form input[type=email]:focus,
.table-form input[type=date]:focus,
.table-form select:focus,
.table-form textarea:focus {
  background: #fff;
  border: 1px solid rgba(107, 172, 148, 0.5);
  outline: 0;
}

.req {
  color: #C26060;
}

.table-def {
  width: 100%;
  background: #fff;
  margin: 15px 0;
  border: 1px solid #ccc;
}
.table-def td, .table-def th {
  border: 1px solid #ccc;
  padding: 5px;
  text-indent: 0;
}
.table-def th {
  font-weight: bold;
  background: rgb(139.6753246753, 190.3246753247, 171.6233766234);
}

@media only screen and (max-width:768px) {
  .table-def th, .table-def td {
    padding: 10px;
    font-size: 1.3rem;
    line-height: 1.4em;
    width: auto;
  }
  .table-form {
    width: 100%;
  }
  .table-form th, .table-form td {
    display: block;
    width: 100%;
  }
  .table-form td {
    padding: 0 0 15px 0;
  }
  .table-form th {
    padding: 15px 0 5px 0;
  }
}
/*
 hr
 _________________________________________________________*/
.hr-red-flag {
  background: url(../images/common/hr_red_flag.png) no-repeat center center;
  height: 60px;
  width: 100%;
  border: none;
  margin: 20px auto;
}

@media only screen and (max-width:768px) {
  .hr-red-flag {
    background: url(../images/common/hr_red_flag.png) no-repeat center center;
    background-size: 480px 30px;
    height: 30px;
    width: 100%;
    margin: 10px auto;
  }
  .content-inner .hr-red-flag {
    margin: 10px -10px;
    width: calc(100% + 20px);
  }
}
.line {
  background: #6BAC94;
  width: 100%;
  height: 1px;
  margin: 50px auto;
  border: none;
}

@media only screen and (max-width:768px) {
  .line {
    margin: 20px auto;
  }
}
/*
 table
 _________________________________________________________*/
.tb-default {
  width: 100%;
}
.tb-default th, .tb-default td {
  border: 1px solid #ccc;
  padding: 10px;
}
.tb-default th {
  font-weight: bold;
  color: #6BAC94;
  background: rgba(141, 194, 31, 0.2);
}
.tb-default td {
  background: #fff;
}

@media only screen and (max-width:768px) {
  .tb-default {
    width: 100%;
    border: 1px solid #ccc;
  }
  .tb-default th, .tb-default td {
    display: block;
    width: 100%;
    border: none;
  }
  .tb-default th {
    padding: 5px 10px;
  }
  .tb-default td {
    border-bottom: 1px solid #ccc;
    font-size: 1.3rem;
  }
}
.tb-border th, .tb-border td {
  border: 1px solid #ccc;
  padding: 10px;
}
.tb-border th {
  font-weight: bold;
  line-height: 1.6;
}
.tb-border td {
  background: #fff;
}

/*
 imgzoom
 _________________________________________________________*/
@media only screen and (max-width:768px) {
  .imgzoom {
    position: relative;
    background: #999;
    display: block;
  }
  .imgzoom img {
    display: block;
    opacity: 0.7;
  }
  .imgzoom:after {
    content: "zoom +";
    display: block;
    background: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    padding: 5px 20px;
    line-height: 1em;
    font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
  }
}
/*
pagenavi
_________________________________________________________*/
.pagenavi {
  margin: 30px auto;
  text-align: center;
  clear: both;
}
.pagenavi li {
  display: inline-block;
  margin: 3px;
}
.pagenavi li a {
  display: inline-block;
  background: #8dc21f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #8dc21f;
  -webkit-transition: 0.2s;
}
.pagenavi li a:hover {
  background: #fff;
  color: #8dc21f;
}
.pagenavi li span {
  display: inline-block;
  background: #fff;
  color: #8dc21f;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #8dc21f;
}

.photo-4 {
  margin: 0 -0.5%;
  min-height: 1px;
}
.photo-4:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.photo-4 {
  width: 100%;
}
.photo-4 li {
  width: 24%;
  margin: 0.5%;
  float: left;
  display: block;
}
.photo-4 p {
  padding: 10px 0;
  text-align: center;
  font-size: 1.2rem;
}
.photo-4 .col-2 {
  width: 49%;
}

.photo-2 {
  margin: 0 -0.5%;
  min-height: 1px;
}
.photo-2:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.photo-2 {
  width: 100%;
}
.photo-2 li {
  width: 49%;
  margin: 0.5%;
  float: left;
  display: block;
}
.photo-2 p {
  padding: 10px 0;
  text-align: center;
  font-size: 1.2rem;
}
.photo-2 .col-1 {
  width: 99%;
}

@media only screen and (max-width:768px) {
  .photo-2,
  .photo-4 {
    margin: 0 -0.5%;
    width: 100%;
  }
  .photo-2 li,
  .photo-4 li {
    width: 49%;
  }
  .photo-2 p,
  .photo-4 p {
    padding: 5px 0;
    font-size: 1rem;
  }
  .photo-2 .col-2,
  .photo-4 .col-2 {
    width: 99%;
  }
}
.icon-fl li {
  border: 1px solid #e7e2de;
  color: #000;
  background-color: #fff;
  padding: 10px 15px 15px 48px;
  font-size: 1.3rem;
  display: inline-block;
  border-radius: 2px;
}

.icon-fl__wifi {
  background: url(../images/icon_wifi.png) 8px center no-repeat;
}

.icon-fl__outlet {
  background: url(../images/icon_outlet.png) 8px center no-repeat;
}

.icon-fl__24h {
  background: url(../images/icon_24h.png) 8px center no-repeat;
}

.icon-fl__separate {
  background: url(../images/icon_separate.png) 8px center no-repeat;
}

@media only screen and (max-width:768px) {
  .icon-fl li {
    border: 1px solid #e7e2de;
    color: #000;
    background-color: #fff;
    padding: 5px 10px 10px 24px;
    font-size: 1rem;
    display: inline-block;
    border-radius: 2px;
    background-size: 15px 15px;
    margin: 2px;
  }
}
.color-green {
  color: #f6f07b;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.tags li {
  display: inline-block;
  border: 1px solid #6BAC94;
  color: #6BAC94;
  padding: 4px 20px;
  font-size: 10px;
  border-radius: 2px;
  text-align: center;
  min-width: 100px;
  margin-bottom: 4px;
}

@media only screen and (max-width:768px) {
  .tags li {
    padding: 4px 4px;
    font-size: 10px;
    min-width: auto;
  }
}
/*
 header -PC
 _________________________________________________________*/
@media only screen and (min-width:769px) {
  .header {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    height: 110px;
    width: 100%;
    z-index: 300;
    padding: 15px;
    font-size: 0.9em;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s;
  }
  .header.fixed {
    position: fixed;
  }
  .header-wrapper {
    width: 1280px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
  }
  .header-sns {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .header-logo {
    text-align: center;
    width: 310px;
    height: 36px;
    margin: 0 auto;
  }
  .header-logo a:hover {
    opacity: 0.7;
  }
  .header-navi {
    text-align: center;
    margin-top: 20px;
  }
  .header-navi .sns {
    display: none;
  }
  .header-navi ul {
    display: flex;
    justify-content: center;
  }
  .header-navi li {
    margin: 0 2%;
    height: 50px;
  }
  .header-navi li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: transform 0.3s;
    line-height: 1em;
  }
  .header-navi li a em {
    display: none;
  }
  .header-navi li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #6BAC94;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  .header-navi li a:hover::after {
    transform: scale(1, 1);
  }
}
/*
 header -SP
 _________________________________________________________*/
@media only screen and (max-width:768px) {
  .header {
    min-height: 1px;
  }
  .header:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .header {
    overflow: hidden;
    width: 100%;
    height: 60px;
    padding: 2% 5%;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .header-logo {
    width: 60%;
    max-width: 250px;
  }
  .header-sp-btn {
    display: block;
    position: absolute;
    top: 0px;
    right: 3%;
    z-index: 801;
    height: 60px;
    width: 60px;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 35px;
    height: 30px;
    top: 18px;
    left: 15px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #6BAC94;
    border-radius: 0px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 20px;
  }
  .menu-trigger.is_open span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.is_open span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.is_open span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .header-navi {
    position: absolute;
    top: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    padding: 80px 20%;
    transition: left 0.5s, right 0.5s;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
    position: absolute;
    left: 0;
    z-index: 800;
  }
  .header-navi ul li a {
    text-decoration: none;
    letter-spacing: 2px;
    margin: 20px auto;
    display: block;
  }
  .header-navi ul li a em {
    font-size: 2rem;
    display: block;
    color: #000;
    font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.2em;
  }
  .header-navi ul li a span {
    color: #999;
    font-size: 1rem;
  }
  _::-webkit-full-page-media, _:future, :root .header-navi {
    background: rgba(255, 255, 255, 0.8);
  }
  .instagram {
    text-align: center;
  }
  .instagram a {
    width: 40px;
    height: 40px;
    background: url(../images/sns_instagram.png) #fff center center no-repeat;
    display: block;
    background-size: 60%;
    border-radius: 20px;
    text-indent: -10000px;
    margin: 20px auto;
  }
}
.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*
 footer
 _________________________________________________________*/
.footer {
  position: relative;
  margin-top: 50px;
}

.footer-logo {
  text-align: center;
  margin-bottom: 50px;
}
.footer-logo a {
  display: block;
  background: url("./../images/footer_logo.svg") no-repeat;
  width: 140px;
  height: 80px;
  text-indent: -10000px;
  margin: 0 auto;
}

.footer-contents {
  background: #f3f0e6;
  padding: 40px 0;
}

.footer-navi {
  text-align: center;
  padding: 20px 0;
}
.footer-navi li {
  display: inline-block;
  margin: 0 10px;
}
.footer-navi li a {
  color: #000;
  text-decoration: none;
}
.footer-navi li a:hover {
  color: #6BAC94;
}

.footer-sns {
  text-align: center;
  margin-bottom: 20px;
}

.footer-copyright {
  text-align: center;
  color: #000;
  font-size: 0.8em;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
}

@media only screen and (min-width:769px) {
  .footer-link {
    text-align: center;
    margin-bottom: 50px;
  }
  .footer-link li {
    display: inline-block;
    font-size: 0.8em;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 10px;
  }
  .footer-link li:last-child {
    border-right: none;
  }
  .footer-link li:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width:768px) {
  .footer {
    padding: 0;
    margin-top: 20px;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-logo a {
    width: 98px;
    height: 56px;
    background-size: 100% 100%;
  }
  .footer-navi {
    text-align: left;
    padding: 5%;
    font-size: 0.9em;
  }
  .footer-navi li {
    display: block;
  }
  .footer-copyright {
    text-align: center;
  }
}
.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@media only screen and (min-width:769px) {
  .top-mv {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 350px;
  }
  .top-mv .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .top-service {
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
  }
  .top-service__item:hover {
    transform: scale(1.05);
  }
  .top-service__item {
    width: 30%;
    text-align: center;
    -webkit-transition: 0.2s;
  }
  .top-service__item a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
  }
  .top-service__item .title {
    position: relative;
    font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.8rem;
    color: #fff;
    background: rgba(67, 106, 145, 0.85);
    padding: 15px;
    line-height: 1em;
    width: 80%;
    margin: -30px auto 0 auto;
    z-index: 2;
  }
  .top-service__item .title.title--btoc {
    background: rgba(194, 96, 96, 0.85);
  }
  .top-service__item p {
    margin-top: 5px;
  }
  .top-about:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30vh 50vw 0 50vw;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: -50%;
    top: 0;
  }
  .top-about:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30vh 50vw 0 50vw;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: -50%;
    top: 0;
  }
  .top-about {
    position: relative;
    background: url("../images/bg_stripe.png") center center #f3f0e6;
    padding: 15vh 0 10vh 0;
  }
  .top-about__title {
    text-align: center;
  }
  .top-about__title p {
    font-size: 2.5rem;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  .top-about__title:after {
    content: "";
    display: block;
    margin: 30px auto;
    width: 120px;
    height: 2px;
    background-image: linear-gradient(to right, #404040, #404040 10px, transparent 10px, transparent 20px);
    background-size: 20px 2px;
    background-repeat: repeat-x;
  }
  .top-about__caption {
    text-align: center;
    margin-top: 40px;
  }
  .top-about__photo ul {
    display: flex;
    margin-top: 50px;
    justify-content: center;
  }
  .top-about__photo li {
    margin: 0 10px;
    text-align: center;
  }
  .top-about__button {
    text-align: center;
    margin-top: 50px;
  }
  .top-about__button a {
    width: 300px;
    margin: 0 auto;
  }
  .top-about__tree {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 220px;
    height: 670px;
    opacity: 0;
  }
  .top-about__tree.inview {
    opacity: 1;
  }
}
@media only screen and (min-width:1025px) {
  .top-mv {
    min-height: 400px;
  }
  .top-mv__logo h1 img {
    max-width: 550px;
  }
  .top-mv__catch {
    height: 3rem;
    bottom: 15%;
    max-width: 1340px;
    width: 80%;
  }
  .top-mv__catch h2 p {
    font-size: 2rem;
  }
}
@media only screen and (max-width:768px) {
  .top-mv {
    height: 80vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 400px;
  }
  .top-mv .overlay {
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .top-service {
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    padding: 0 10%;
  }
  .top-service__item {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .top-service__item a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
  }
  .top-service__item .title {
    position: relative;
    font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.4rem;
    color: #fff;
    background: rgba(67, 106, 145, 0.85);
    padding: 10px;
    line-height: 1em;
    width: 100%;
    margin: -30px auto 0 auto;
    z-index: 2;
  }
  .top-service__item .title.title--btoc {
    background: rgba(194, 96, 96, 0.85);
  }
  .top-service__item p {
    margin-top: 5px;
  }
  .top-about:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10vh 50vw 0 50vw;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: -50%;
    top: 0;
  }
  .top-about:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10vh 50vw 0 50vw;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: -50%;
    top: 0;
  }
  .top-about {
    position: relative;
    background: url("../images/bg_stripe.png") center center #f3f0e6;
    padding: 10vh 0;
  }
  .top-about__title {
    text-align: center;
  }
  .top-about__title p {
    font-size: 2rem;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  .top-about__title:after {
    content: "";
    display: block;
    margin: 30px auto;
    width: 120px;
    height: 2px;
    background-image: linear-gradient(to right, #404040, #404040 10px, transparent 10px, transparent 20px);
    background-size: 20px 2px;
    background-repeat: repeat-x;
  }
  .top-about__caption {
    text-align: center;
    margin-top: 40px;
  }
  .top-about__photo {
    z-index: 1;
    position: relative;
  }
  .top-about__photo ul {
    display: flex;
    margin-top: 50px;
    justify-content: center;
  }
  .top-about__photo li {
    margin: 0 5px;
    text-align: center;
  }
  .top-about__button {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-top: 50px;
  }
  .top-about__button a {
    width: 300px;
    margin: 0 auto;
  }
  .top-about__tree {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 220px;
    height: 670px;
    opacity: 0.2;
  }
}
.animate {
  opacity: 0;
  position: relative;
}

.animate-fadeDown {
  transition: 2s;
  opacity: 1;
}

.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*
 newborn-about
 _________________________________________________________*/
.newborn-about {
  display: block;
  background-color: rgba(203, 192, 172, 0.1);
  border-radius: 50px;
  padding: 5%;
  margin: 0 auto;
}

.newborn-about__title {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  margin-bottom: 50px;
}

.newborn-about__title:before,
.newborn-about__title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #CBC0AC;
}

.newborn-about__title:before {
  margin-right: 2rem;
}

.newborn-about__title:after {
  margin-left: 2rem;
}

.newborn-about__contents {
  display: flex;
  flex-direction: row-reverse;
}

.newborn-about__text {
  width: 60%;
  line-height: 2.4em;
  padding-left: 3%;
}
.newborn-about__text .title {
  color: #6BAC94;
  margin-bottom: 30px;
  font-size: 1.2em;
}
.newborn-about__text p {
  margin-bottom: 30px;
}
.newborn-about__text p:last-child {
  margin-bottom: 0;
}

.newborn-about__photo {
  width: 37%;
  text-align: center;
}
.newborn-about__photo figure {
  margin-bottom: 30px;
}
.newborn-about__photo figure:last-child {
  margin-bottom: 0;
}

.newborn-img {
  background: url("./../images/newborn/newborn_img_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  height: 20vh;
  display: block;
  position: relative;
  margin: 80px 0;
}

/* safariのみ */
_::-webkit-full-page-media, _:future, :root .newborn-img {
  background-attachment: inherit;
}

.newborn-img__logo {
  width: 18vh;
  height: 18vh;
  background: url("./../images/logo_newborn_white.svg");
  background-size: 100% 100%;
  position: absolute;
  top: 1vh;
  left: 50%;
  margin-left: -30%;
}

@media only screen and (max-width:768px) {
  .newborn-about {
    border-radius: 25px;
  }
  .newborn-about__contents {
    flex-direction: column;
  }
  .newborn-about__text {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .newborn-about__photo {
    width: 100%;
    display: flex;
  }
  .newborn-about__title {
    margin-bottom: 20px;
  }
  .newborn-about__title figure {
    margin-bottom: 0;
  }
  .newborn-img {
    margin: 30px auto;
  }
  .newborn-img__logo {
    margin-left: -50%;
  }
}
/*
 newborn-link
 _________________________________________________________*/
.newborn-link {
  text-align: center;
  margin: 0 auto 80px auto;
}
.newborn-link ul {
  display: flex;
  justify-content: center;
}
.newborn-link li {
  margin: 0 20px;
}
.newborn-link .m-btn {
  width: 300px;
  display: block;
}

@media only screen and (max-width:768px) {
  .newborn-link {
    text-align-last: center;
    margin: 0 auto 50px auto;
  }
  .newborn-link ul {
    flex-direction: column;
  }
  .newborn-link li {
    margin: 5px 0;
  }
  .newborn-link .m-btn {
    width: 80%;
  }
}
/*
 newborn-banner
 _________________________________________________________*/
.newborn-banner {
  text-align: center;
}
.newborn-banner a {
  -webkit-transition: 0.2s;
}
.newborn-banner a:hover {
  opacity: 0.7;
}

@media only screen and (max-width:768px) {
  .newborn-plan__banner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: red;
  }
}
/*
newborn-plan
_________________________________________________________*/
.newborn-plan {
  max-width: 1040px;
  margin: 0 auto;
}

.newborn-plan__item {
  border-radius: 50px;
  background-color: rgba(67, 106, 145, 0.05);
  padding: 30px 5%;
  margin: 50px auto;
}
.newborn-plan__item .title {
  color: #436A91;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.newborn-plan__item .title small {
  font-size: 1.2rem;
}
.newborn-plan__item dl {
  border-top: 1px solid rgba(67, 106, 145, 0.2);
  padding: 15px 0;
  display: flex;
}
.newborn-plan__item dt {
  width: 30%;
}
.newborn-plan__item dd {
  width: 70%;
}
.newborn-plan__item .text {
  border-top: 1px solid rgba(67, 106, 145, 0.2);
  padding: 20px 0;
}

.newborn-plan__item--basic {
  background-color: rgba(194, 96, 96, 0.05);
}
.newborn-plan__item--basic .title {
  color: #C26060;
}
.newborn-plan__item--basic dl, .newborn-plan__item--basic .text {
  border-top: 1px solid rgba(194, 96, 96, 0.2);
}

.newborn-plan__item--premium {
  background-color: rgba(107, 172, 148, 0.05);
}
.newborn-plan__item--premium .title {
  color: #6BAC94;
}
.newborn-plan__item--premium dl, .newborn-plan__item--premium .text {
  border-top: 1px solid rgba(107, 172, 148, 0.2);
}

.newborn-plan__text {
  width: 80%;
  margin: 0 auto;
}

.newborn-plan__link {
  text-align: center;
  margin: 50px 0;
}
.newborn-plan__link li {
  display: inline-block;
  margin: 0 20px;
}

@media only screen and (min-width:769px) {
  .newborn-plan__item .column {
    display: flex;
  }
  .newborn-plan__item .img {
    width: 35%;
  }
  .newborn-plan__item .detail {
    width: 65%;
    padding-left: 5%;
  }
  .newborn-plan__item--basic .column {
    flex-direction: row-reverse;
  }
  .newborn-plan__item--basic .img {
    width: 35%;
  }
  .newborn-plan__item--basic .detail {
    width: 65%;
    padding-right: 5%;
    padding-left: 0;
  }
}
@media only screen and (max-width:768px) {
  .newborn-plan__item {
    border-radius: 25px;
    padding: 10px 5%;
    margin: 30px auto;
  }
  .newborn-plan__item .title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .newborn-plan__item .title small {
    font-size: 1rem;
  }
  .newborn-plan__item .img {
    margin-bottom: 20px;
  }
  .newborn-plan__item dl {
    padding: 15px 0;
    display: flex;
  }
  .newborn-plan__item dt {
    width: 30%;
  }
  .newborn-plan__item dd {
    width: 70%;
  }
  .newborn-plan__item .text {
    border-top: 1px solid rgba(67, 106, 145, 0.2);
    padding: 20px 0;
  }
}
/*
newborn-items
_________________________________________________________*/
.newborn-items {
  margin: 100px auto;
  padding: 70px 0;
  background: rgba(243, 240, 230, 0.4);
}

.newborn-items__list {
  max-width: 1040px;
  margin: 50px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}

.newborn-items__item {
  width: 48%;
  margin: 10px auto;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 2%;
  border: 1px solid #f3f0e6;
}
.newborn-items__item figure {
  width: 50%;
}
.newborn-items__item .text {
  padding-left: 2%;
}

@media only screen and (max-width:768px) {
  .newborn-items {
    margin: 50px auto;
    padding: 30px 0;
    background: rgba(243, 240, 230, 0.4);
  }
  .newborn-items__list {
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: row;
  }
  .newborn-items__item {
    width: 80%;
    border-radius: 15px;
  }
  .newborn-items__item .text {
    font-size: 0.9em;
  }
}
/*
newborn-businesstrip
_________________________________________________________*/
.newborn-businesstrip {
  margin-bottom: 100px;
}

.newborn-businesstrip__area {
  text-align: center;
}
.newborn-businesstrip__area dl {
  margin-bottom: 30px;
}
.newborn-businesstrip__area dt {
  font-weight: bold;
}

.newborn-businesstrip__caution {
  max-width: 750px;
  border: 1px solid #CBC0AC;
  padding: 2%;
  margin: 0 auto;
}

.newborn-businesstrip__studio {
  margin: 50px auto;
  background: rgba(107, 172, 148, 0.7);
  color: #fff;
  padding: 2% 5%;
  text-align: center;
}

.newborn-businesstrip__text {
  text-align: center;
}

@media only screen and (max-width:768px) {
  .newborn-businesstrip {
    margin-bottom: 50px;
  }
}
/*
newborn-gallery
_________________________________________________________*/
.newborn-gallery {
  background: #3B4D60;
  color: #fff;
}
.newborn-gallery .page-title {
  background: #3B4D60;
  color: #fff;
  margin-top: 0;
}

.newborn-gallery__mainimg {
  background: url("./../images/newborn/newborn_gallery_main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.newborn-gallery__mainimg .logo {
  width: 30vh;
  height: 30vh;
  background: url("./../images/logo_newborn_white.svg");
  background-size: 100% 100%;
  margin-top: 10vh;
}

/* safariのみ */
_::-webkit-full-page-media, _:future, :root .newborn-gallery__mainimg {
  background-attachment: inherit;
}

.newborn-gallery__text {
  text-align: center;
  width: 80%;
  margin: 0 auto 50px auto;
}

.newborn-gallery__list {
  width: 80%;
  max-width: 1040px;
  margin: 0 auto;
}

.newborn-gallery__group {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  padding: 30px 5%;
  margin-bottom: 50px;
}
.newborn-gallery__group .title {
  text-align: center;
  position: relative;
  color: #CBC0AC;
  font-size: 2rem;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.newborn-gallery__group .title small {
  font-size: 0.7em;
}
.newborn-gallery__group .title:before, .newborn-gallery__group .title:after {
  content: "";
  width: 30px;
  height: 37px;
  margin: 0 10px;
  flex-grow: 1;
  display: block;
}
.newborn-gallery__group .title:before {
  background: url("../images/leaf_l.svg") no-repeat right center;
}
.newborn-gallery__group .title:after {
  background: url("../images/leaf_r.svg") no-repeat left center;
}

.newborn-gallery__link {
  padding-bottom: 100px;
}

@media only screen and (min-width:769px) {
  .newborn-gallery-flexbox {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px auto;
  }
  .newborn-gallery-flexbox__item {
    width: 48%;
    justify-content: space-between;
  }
  .newborn-gallery__group .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .newborn-gallery__group .list li {
    text-align: center;
    margin: 1% 0;
    font-size: 0.9em;
  }
  .newborn-gallery__group .list--3 li {
    width: 32%;
  }
  .newborn-gallery__group .list--2 li {
    width: 49%;
  }
}
@media only screen and (max-width:768px) {
  .newborn-gallery__mainimg {
    background: url("../images/newborn/newborn_gallery_main_sp.jpg");
    background-attachment: fixed;
    height: 30vh;
    background-position: center top;
    background-size: 100%;
    width: 100%;
  }
  .newborn-gallery__mainimg .logo {
    width: 18vh;
    height: 18vh;
    background-size: 100% 100%;
    margin-top: 0;
  }
  .newborn-gallery__group {
    border-radius: 25px;
    padding: 15px 5%;
    margin-bottom: 30px;
  }
  .newborn-gallery__group .title {
    text-align: center;
    position: relative;
    color: #CBC0AC;
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .newborn-gallery__group .title small {
    font-size: 0.7em;
    display: block;
  }
  .newborn-gallery__group .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .newborn-gallery__group .list li {
    margin: 10px;
  }
  .newborn-gallery__link {
    padding-bottom: 30px;
  }
}
/*
newborn-readme
_________________________________________________________*/
.newborn-readme {
  position: relative;
}
.newborn-readme:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("./../images/newborn/newborn_readme_bg.jpg");
  background-size: cover;
  background-position: left center;
}

.newborn-readme__title {
  text-align: center;
  padding: 5%;
}
.newborn-readme__title h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.newborn-readme__body {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  padding: 8%;
}

.newborn-readme__footer {
  padding: 5%;
  text-align: center;
}

.newborn-readme__link li a {
  width: 100%;
  margin: 5px 0;
  background: rgba(107, 172, 148, 0.8);
}

.newborn-readme__copyright {
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}

.newborn-readme__article {
  margin-bottom: 80px;
}
.newborn-readme__article:last-child {
  margin-bottom: 0;
}
.newborn-readme__article .title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.newborn-readme__article .flow {
  display: flex;
}
.newborn-readme__article .flow dt {
  width: 10rem;
  color: #6BAC94;
}
.newborn-readme__article .flow dd {
  width: calc(100% - 10rem);
}
.newborn-readme__article .flow small {
  font-size: 0.9em;
}

.box-safety {
  background: rgba(107, 172, 148, 0.2);
  padding: 5%;
  margin: 30px auto;
}

.article-footer {
  text-align: center;
}
.article-footer .close a {
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

@media only screen and (min-width:769px) {
  .newborn-readme__title {
    width: 40%;
    height: 100vh;
    position: fixed;
  }
  .newborn-readme__body {
    width: 60%;
    margin-left: 40%;
  }
  .newborn-readme__footer {
    width: 40%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .newborn-readme__copyright {
    width: 40%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width:768px) {
  .newborn-readme__link {
    width: 80%;
    margin: 0 auto;
  }
  .newborn-readme__body {
    padding: 3% 8%;
  }
}
#modal-default {
  max-height: 80vh !important;
}

.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*
 fs-about
 _________________________________________________________*/
.fs-about__contents {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .fs-about__contents {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.fs-category {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.fs-category__item {
  width: 31%;
  text-align: center;
}
.fs-category__item a {
  display: block;
  position: relative;
}

.fs-category__item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(194, 96, 96, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width:768px) {
  .fs-category {
    margin-bottom: 30px;
  }
  .fs-category__item {
    width: 32%;
  }
  .fs-category__item__text {
    height: 30px;
    font-size: 10px;
  }
}
/*
 fs-planlist
 _________________________________________________________*/
.fs-planlist {
  padding-bottom: 100px;
}

.fs-planlist__cover {
  position: relative;
  height: 300px;
  margin-bottom: 30px;
}

.fs-planlist__cover__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.fs-planlist__cover__img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/photostudio/mainimg_family.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.fs-planlist--753 .fs-planlist__cover__img {
  background-image: url("../images/photostudio/mainimg_753.jpg");
}

.fs-planlist--portrait .fs-planlist__cover__img {
  background-image: url("../images/photostudio/mainimg_portrait.jpg");
}

@media only screen and (max-width:768px) {
  .fs-planlist--family .fs-planlist__cover__img {
    background-image: url("../images/photostudio/mainimg_family_sp.jpg");
  }
  .fs-planlist--753 .fs-planlist__cover__img {
    background-image: url("../images/photostudio/mainimg_753_sp.jpg");
  }
  .fs-planlist--portrait .fs-planlist__cover__img {
    background-image: url("../images/photostudio/mainimg_portrait_sp.jpg");
  }
}
.fs-planlist__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto 20px auto;
}

.fs-planlist__item {
  background-color: #F7F7F7;
  border-radius: 0 10px 10px 0;
  display: flex;
  width: 48%;
  margin-bottom: 30px;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  -webkit-transition: 0.2s;
}
.fs-planlist__item:hover {
  color: #000;
  opacity: 0.8;
}

.fs-planlist__item_photo {
  width: 46.5%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.fs-planlist__item__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-shrink: 1;
  width: 53.5%;
  line-height: 1.4;
  padding: 20px;
}
.fs-planlist__item__text h4 {
  font-weight: bold;
  font-size: 16px;
}

.fs-planlist__item__text__price {
  text-align: right;
  margin-top: auto;
}
.fs-planlist__item__text__price small {
  font-size: 0.8em;
}

@media only screen and (max-width: 1200px) {
  .fs-planlist__list {
    justify-content: center;
  }
  .fs-planlist__item {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
    text-decoration: none;
  }
}
@media only screen and (max-width:768px) {
  .fs-planlist .content {
    width: 100%;
  }
  .fs-planlist .fs-planlist__cover {
    position: relative;
    height: 200px;
    margin-bottom: 30px;
  }
  .fs-planlist__item {
    background-color: #F7F7F7;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    -webkit-transition: 0.2s;
  }
  .fs-planlist__item:hover {
    color: #000;
    opacity: 0.8;
  }
  .fs-planlist__item__text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 1;
    width: 53.5%;
    line-height: 1.2;
    padding: 10px;
  }
  .fs-planlist__item__text h4 {
    font-size: 14px;
  }
}
/*
 fs-plans
 _________________________________________________________*/
.fs-plans {
  padding-top: 50px;
  padding-bottom: 50px;
}

.fs-plans__item {
  max-width: 960px;
  width: 80%;
  margin: 30px auto 100px auto;
  background-color: #F7F7F7;
  border-radius: 20px;
  align-items: center;
}

.fs-plans__item:first-child {
  margin-top: 80px;
}

.fs-plans__item__title {
  padding: 30px 20px;
  text-align: center;
  font-weight: bold;
}
.fs-plans__item__title em {
  color: #6BAC94;
  font-size: 13px;
}

.fs-plans__item__title .title {
  font-size: 2.2rem;
  line-height: 1.5;
}

.fs-plans__item__title .title small {
  font-size: 1.4rem;
}

.fs-plans__item__photo {
  display: flex;
}

.fs-plans__item__photo li {
  width: 50%;
}

.fs-plans__item__text {
  padding: 30px 20px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.fs-plans__item__text__text li {
  padding-left: 1.4em;
  width: 100%;
  font-size: 1.5rem;
  text-align: left;
  position: relative;
}
.fs-plans__item__text__text li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #999;
  margin-right: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.fs-plans__item__text__price {
  text-align: right;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 20px;
}
.fs-plans__item__text__price li {
  line-height: 1.3em;
}

.fs-plans__item__2column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fs-plans__item__button {
  justify-items: start;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .fs-plans {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fs-plans__item {
    width: 90%;
    margin: 50px auto;
    border-radius: 10px;
    display: block;
  }
  .fs-plans__item:first-child {
    margin-top: 30px;
  }
  .fs-plans__item__title {
    padding: 20px 10px 10px 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  .fs-plans__item__title .title {
    font-size: 1.8rem;
  }
  .fs-plans__item__title .title small {
    font-size: 1.4rem;
  }
  .fs-plans__item__text {
    padding: 10px 10px 20px 10px;
    width: 90%;
  }
  .fs-plans__item__text__text li {
    font-size: 1.3rem;
  }
  .fs-plans__item__2column {
    display: block;
  }
  .fs-plans__item__button {
    text-align: center;
  }
}
.fs-footertext {
  margin-bottom: 100px;
  text-align: center;
}

@media only screen and (max-width:768px) {
  .fs-footertext {
    margin-bottom: 50px;
  }
}
.fs-kimono__img {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
}

.fs-kimono__text {
  text-align: center;
}

.fs-kimono__text__link {
  margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
  .fs-kimono__img {
    flex-wrap: wrap;
  }
  .fs-kimono__img li {
    width: 33.33333%;
  }
}
/*
fs-gallerylink
 _________________________________________________________*/
.fs-gallerylink {
  margin: 60px auto;
  width: 80%;
  max-width: 1160px;
}

@media only screen and (max-width: 768px) {
  .fs-gallerylink {
    margin: 30px auto;
    width: 90%;
  }
}
/*
fs-caution
 _________________________________________________________*/
.fs-caution__inner {
  width: 80%;
  margin: 0 auto;
}

.fs-caution__list {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .fs-caution {
    padding: 30px 0;
  }
}
.fs-cancelpolicy {
  margin-top: 50px;
}

/*
fs-linkarea
 _________________________________________________________*/
.fs-linkarea {
  margin: 80px auto;
  max-width: 80%;
  margin: 0 auto;
}

.fs-linkarea__caution {
  text-align: center;
  margin: 60px auto 40px auto;
}
.fs-linkarea__caution a {
  font-weight: bold;
  font-size: 1.6rem;
}

.fs-linkarea__reserve {
  text-align: center;
  margin: 40px auto 60px auto;
}

.fs-linkarea__ig {
  text-align: center;
  margin: 0 auto;
}

.fs-linkarea__ig a {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .fs-linkarea {
    margin: 30px auto;
    max-width: 80%;
  }
  .fs-linkarea__reserve {
    text-align: center;
    margin: 30px auto;
  }
}
/*
fs-gallery
 _________________________________________________________*/
.fs-gallery__list {
  max-width: 1160px;
}

.fs-gallery__item {
  width: 25%;
  padding: 10px;
}

.fs-gallery__item img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .fs-gallery__item {
    width: 33.3333%;
    padding: 5px;
  }
}
/*
oshitaku
  _________________________________________________________*/
.oshitaku-item {
  max-width: 960px;
  width: 80%;
  margin: 30px auto 80px auto;
  align-items: center;
  padding: 30px;
  background-color: rgba(107, 172, 148, 0.05);
  border-radius: 20px;
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 30px;
  grid-auto-flow: row;
  grid-template-areas: "oshitaku-item__photo oshitaku-item__title" "oshitaku-item__photo oshitaku-item__text";
}

.oshitaku-item:nth-child(even) {
  grid-template-areas: "oshitaku-item__title oshitaku-item__photo" "oshitaku-item__text oshitaku-item__photo";
}

.oshitaku-item--plus {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-areas: "oshitaku-item__photo oshitaku-item__title" "oshitaku-item__photo oshitaku-item__text" "oshitaku-item__note oshitaku-item__note";
}

.oshitaku-item__title {
  grid-area: oshitaku-item__title;
}

.oshitaku-item__photo {
  grid-area: oshitaku-item__photo;
}

.oshitaku-item__text {
  grid-area: oshitaku-item__text;
}

.oshitaku-item__note {
  grid-area: oshitaku-item__note;
}

.oshitaku-item:first-child {
  margin-top: 80px;
}

.oshitaku-item__title {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 30px;
}

.oshitaku-item__title__desc {
  margin-top: 10px;
}

.oshitaku-item__title__title {
  font-size: 2.4rem;
  line-height: 1.5;
}
.oshitaku-item__title__title small {
  display: block;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #6BAC94;
}

.oshitaku-item__text__set .tags {
  justify-content: flex-end;
  gap: 5px;
}
.oshitaku-item__text__set .tags li {
  background-color: #fff;
  padding: 0 10px;
  min-width: auto;
  font-size: 12px;
}

.oshitaku-item__text {
  align-self: self-start;
}

.oshitaku-item__text__price dl {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(107, 172, 148, 0.3);
  padding: 15px 0;
}
.oshitaku-item__text__price dl dt {
  justify-self: start;
  width: 50%;
  font-size: 16px;
}
.oshitaku-item__text__price dl dd {
  justify-self: end;
  width: 50%;
  text-align: right;
  font-size: 16px;
}

.oshitaku-item__photo figure {
  overflow: hidden;
  border-radius: 9999px 9999px 0 0;
}

.oshitaku-notice {
  margin: 100px auto;
}

.oshitaku-notice__title {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 30px;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
}

.oshitaku-notice__Prohibited {
  background-color: #F7F7F7;
  padding: 15px;
  margin-top: 30px;
}

.oshitaku-notice__Prohibited__title {
  color: #C26060;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.oshitaku-notice__list__title {
  font-weight: bold;
  font-size: 1.1em;
}

.oshitaku-kimono-sample {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.oshitaku-item__note {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .oshitaku-item {
    max-width: 960px;
    width: 90%;
    margin: 30px auto 30px auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .oshitaku-item__title {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 0px;
  }
  .oshitaku-item__title__title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .oshitaku-item__title__title small {
    font-size: 12px;
  }
  .oshitaku-item__text {
    width: 100%;
  }
  .oshitaku-item__photo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .oshitaku-item__photo figure {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .oshitaku-item:first-child {
    margin-top: 30px;
  }
  .oshitaku-item__text__price dl {
    padding: 10px 0;
  }
  .oshitaku-item__text__price dl dt {
    font-size: 14px;
    line-height: 1.5em;
  }
  .oshitaku-item__text__price dl dd {
    font-size: 14px;
    align-self: center;
  }
  .oshitaku-item__text__set .tags {
    gap: 5px;
    justify-content: center;
  }
  .oshitaku-item__text__set .tags li {
    padding: 0 5px;
    font-size: 10px;
  }
  .oshitaku-notice {
    margin: 50px auto;
  }
  .oshitaku-notice__title {
    text-align: center;
    font-size: 2.2rem;
  }
  .oshitaku-kimono-sample {
    gap: 15px;
  }
}
.oshitaku-banner {
  max-width: 960px;
  width: 80%;
  margin: 30px auto 100px auto;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(107, 172, 148, 0.3);
  background: url("../images/photostudio/oshitaku_banner.jpg") no-repeat center center;
  background-size: cover;
}

.oshitaku-banner__title {
  font-size: 3.5rem;
  line-height: 0.8;
  color: #fff;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  padding-left: 80px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.oshitaku-banner__text {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  display: flex;
  padding: 20px 80px;
  align-items: center;
}

.oshitaku-banner__text__desc {
  width: 50%;
  font-size: 1.8rem;
  line-height: 1.4;
}

.oshitaku-banner__text__button {
  width: 50%;
  text-align: right;
}

@media only screen and (max-width: 1000px) {
  .oshitaku-banner {
    width: 100%;
    margin: 30px auto 50px auto;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
    border: none;
  }
  .oshitaku-banner__title {
    font-size: 3rem;
    line-height: 0.8;
    color: #fff;
    font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .oshitaku-banner__text {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px 50px;
    align-items: center;
    text-align: center;
  }
  .oshitaku-banner__text__desc {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .oshitaku-banner__text__button {
    width: 100%;
    text-align: center;
  }
}
.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*
 rental-about
 _________________________________________________________*/
.rental-about__title {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  margin-bottom: 50px;
}

.rental-about__title:before,
.rental-about__title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #CBC0AC;
}

.rental-about__title:before {
  margin-right: 2rem;
}

.rental-about__title:after {
  margin-left: 2rem;
}

.rental-about__studioList .item {
  position: relative;
  display: block;
}
.rental-about__studioList .item img {
  width: 100%;
}
.rental-about__studioList .item .text {
  position: relative;
  text-align: center;
  top: -5%;
}
.rental-about__studioList .item .text p {
  margin-top: 20px;
  font-size: 1.3em;
  line-height: 1.8em;
}
.rental-about__studioList .item .title {
  background-color: rgba(194, 96, 96, 0.85);
  color: #fff;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 4rem;
  line-height: 1;
  padding: 10px 30px;
  display: inline-block;
  marign: 0 auto;
}
.rental-about__studioList .item.item--studioB .title {
  background-color: rgba(67, 106, 145, 0.85);
}

.rental-plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.rental-plan__img1 {
  margin-bottom: 80px;
}

.rental-plan__use {
  text-align: center;
}

.rental-plan__use-box {
  margin-bottom: 80px;
  width: 300px;
  margin: 0 auto 80px auto;
}
.rental-plan__use-box .pricelist {
  text-align: left;
  margin: 0 auto 40px auto;
}

.rental-caution {
  background: #f3f0e6;
  padding: 80px 0;
  margin-top: 50px;
}

.rental-caution__inner {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}

.rental-caution__cancellpolicy {
  margin-top: 50px;
}
.rental-caution__cancellpolicy .title {
  font-weight: bold;
}

@media only screen and (min-width:769px) {
  .rental-about__studioList {
    display: flex;
    justify-content: space-between;
  }
  .rental-about__studioList li {
    width: 48%;
    display: block;
  }
  .rental-plan__img1 {
    width: 100%;
  }
  .rental-plan__img2 {
    width: 48%;
  }
  .rental-plan__use {
    width: 48%;
  }
}
@media only screen and (max-width:768px) {
  .rental-about__title img {
    max-width: 70%;
  }
  .rental-about__studioList .item {
    margin-bottom: 20px;
  }
  .rental-about__studioList .item .text {
    top: -20px;
  }
  .rental-about__studioList .item .text p {
    margin-top: 10px;
    font-size: 1.2em;
  }
  .rental-about__studioList .item .title {
    font-size: 2rem;
    line-height: 1;
    padding: 10px 30px;
    display: inline-block;
    marign: 0 auto;
  }
  .rental-plan {
    margin-top: 20px;
  }
  .rental-plan__img1 {
    margin-bottom: 30px;
  }
  .rental-plan__use {
    margin-top: 50px;
  }
  .rental-caution {
    background: #f3f0e6;
    padding: 40px 0;
    margin-top: 30px;
  }
  .rental-plan__use-box {
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
}
.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*
 access-map
 _________________________________________________________*/
.access-map iframe {
  width: 100%;
}

.access-map__link {
  text-align: center;
  margin: 30px auto;
}

.access-text {
  width: 60%;
  margin: 50px auto;
}

.access-text__item {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CBC0AC;
}

.access-text__item dt, .access-text__item dd {
  padding: 20px 10px;
}

.access-text__item dt {
  width: 20%;
}

.access-text__item dd {
  width: 80%;
}

.access-text__item:first-child {
  border-top: 1px solid #CBC0AC;
}

@media only screen and (min-width: 769px) {
  .access-map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .access-map iframe {
    height: 50vh;
  }
  .access-text {
    width: 100%;
    margin: 30px auto;
  }
  .access-text__item dt, .access-text__item dd {
    padding: 20px 5px;
  }
  .access-text__item dt {
    width: 30%;
  }
  .access-text__item dd {
    width: 70%;
  }
}
.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*
 contact
 _________________________________________________________*/
.contact-text,
.contact-form,
.contact-bottom-text,
.contact-submit {
  text-align: center;
  margin-bottom: 50px;
}

.contact-form dl {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.contact-form dl:last-child {
  margin-bottom: 0;
}
.contact-form dl dt {
  width: 10em;
}
.contact-form .input-message {
  height: 300px;
}

@media only screen and (min-width:769px) {
  .access-map iframe {
    height: 400px;
  }
}
@media only screen and (max-width:768px) {
  .access-map iframe {
    height: 50vh;
  }
}
.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*
 concept
 _________________________________________________________*/
.concept-title {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  margin: 50px auto 80px auto;
  text-align: center;
}
.concept-title p {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.concept-title:before,
.concept-title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #CBC0AC;
}

.concept-title:before {
  margin-right: 2rem;
}

.concept-title:after {
  margin-left: 2rem;
}

.concept-catch {
  text-align: center;
  font-size: 1.2em;
  margin: 50px auto 80px auto;
}

@media only screen and (max-width:768px) {
  .concept-title {
    margin: 40px auto 40px auto;
  }
  .concept-title p {
    font-size: 0.8em;
  }
  .concept-catch {
    font-size: 1em;
    margin: 30px auto;
  }
}
/*
 concept-service
 _________________________________________________________*/
.concept-service {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.concept-service__item {
  position: relative;
}
.concept-service__item .box {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  padding: 50px;
  margin: 30px auto;
  width: 70%;
  max-width: 500px;
}
.concept-service__item .title {
  font-size: 2.7em;
  line-height: 1;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

.concept-service__item--b {
  background: url("./../images/concept/concept_bg_btob.jpg");
  background-size: cover;
  background-position: center center;
}
.concept-service__item--b .title {
  color: #436A91;
}

.concept-service__item--c {
  background: url("./../images/concept/concept_bg_btoc.jpg");
  background-size: cover;
  background-position: center center;
}
.concept-service__item--c .title {
  color: #C26060;
}

@media only screen and (min-width:769px) {
  .concept-service {
    display: flex;
  }
  .concept-service__item {
    width: 50%;
    display: flex;
  }
}
@media only screen and (max-width:768px) {
  .concept-service__item {
    position: relative;
    padding: 20px;
  }
  .concept-service__item .box {
    border-radius: 20px;
    padding: 20px;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .concept-service__item .title {
    font-size: 2.4em;
    margin-bottom: 10px;
  }
}
/*
 concept-name
 _________________________________________________________*/
.concept-name {
  padding: 100px 0;
}

.concept-name__box {
  width: 70%;
  margin: 50px auto 0 auto;
  max-width: 700px;
}
.concept-name__box .title {
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.concept-name__box .title:before {
  content: "－";
  display: block;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width:768px) {
  .concept-name {
    padding: 50px 0;
  }
  .concept-name__box {
    width: 100%;
  }
}
/*
 profile
 _________________________________________________________*/
.profile {
  background-color: #3B4D60;
  padding: 80px 0;
  color: #fff;
}

.profile-box__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 80px auto 0 auto;
}

.profile-box__item {
  width: 45%;
  max-width: 400px;
  text-align: center;
}
.profile-box__item .img {
  width: 70%;
  max-width: 300px;
}
.profile-box__item .name {
  font-size: 1.6em;
  color: #6BAC94;
  margin-bottom: 30px;
}
.profile-box__item .name small {
  display: block;
  color: #fff;
  font-size: 1rem;
}
.profile-box__item .text {
  text-align: left;
}

@media only screen and (max-width:768px) {
  .profile {
    padding: 50px 0;
  }
  .profile-box__wrapper {
    display: block;
    width: 100%;
    margin: 50px auto 0 auto;
  }
  .profile-box__item {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}
.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*
 commercial-gallery
 _________________________________________________________*/
.commercial-gallery__title {
  display: flex;
  align-items: center;
  font-size: 1.2em;
}
.commercial-gallery__title:before, .commercial-gallery__title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #CBC0AC;
}
.commercial-gallery__title:before {
  margin-right: 2rem;
}
.commercial-gallery__title:after {
  margin-left: 2rem;
}
.commercial-gallery__title {
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3rem;
  margin-bottom: 50px;
}

.commercial-gallery__item {
  margin: 20px 0;
}
.commercial-gallery__item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.commercial-gallery__item figure {
  overflow: hidden;
}
.commercial-gallery__item img {
  transition: 0.5s all;
}
.commercial-gallery__item a:hover img {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}
.commercial-gallery__item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 4rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width:769px) {
  .commercial-gallery__list {
    display: flex;
  }
  .commercial-gallery__list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .commercial-gallery__item {
    width: 48%;
  }
}
@media only screen and (max-width:768px) {
  .commercial-gallery__title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .commercial-gallery__item {
    margin: 20px;
  }
  .commercial-gallery__item .title {
    font-size: 2rem;
  }
}
/*
 commercial-about
 _________________________________________________________*/
.commercial-about {
  background: rgba(203, 192, 172, 0.1);
  padding: 80px 0;
  margin-top: 100px;
}

.commercial-about__link {
  margin-top: 50px;
}
.commercial-about__link li {
  margin-top: 20px;
}

@media only screen and (min-width:769px) {
  .commercial-about__content {
    display: flex;
    flex-flow: row-reverse;
    line-height: 2em;
  }
  .commercial-about__photo {
    width: 40%;
    max-width: 460px;
  }
  .commercial-about__photo li {
    margin-bottom: 20px;
  }
  .commercial-about__photo li:last-child {
    margin-bottom: 0;
  }
  .commercial-about__text {
    width: 60%;
    padding-left: 5%;
  }
}
@media only screen and (max-width:768px) {
  .commercial-about {
    padding: 40px 0;
    margin-top: 50px;
  }
  .commercial-about__link {
    margin-top: 30px;
  }
  .commercial-about__link li {
    margin-top: 10px;
  }
  .commercial-about__photo {
    margin-top: 30px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
  }
  .commercial-about__photo li {
    width: 50%;
    height: auto;
  }
}
/*
 photogallery
 _________________________________________________________*/
.photogallery {
  margin: 20px auto;
  max-width: 70%;
}

.comercial-gallery__link {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}
.comercial-gallery__link li {
  width: 22%;
}
.comercial-gallery__link li a {
  color: #6BAC94;
  text-decoration: none;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  background: #fff;
  padding: 5px 20px;
  display: block;
  text-align: center;
  border: 1px solid #6BAC94;
  -webkit-transition: 0.2s;
  line-height: 1em;
}
.comercial-gallery__link li a:hover,
.comercial-gallery__link li a.is-selected {
  background: #6BAC94;
  color: #fff;
}

.slider-nav li {
  padding: 10px;
}

.photogallery__copyright {
  text-align: center;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 20px;
  font-size: 0.8em;
}

.photogallery__footer {
  text-align: center;
}
.photogallery__footer .close a {
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.photogallery__logo {
  width: 40%;
  max-width: 250px;
  margin: 30px auto;
}

@media only screen and (max-width:768px) {
  .photogallery {
    max-width: 100%;
    margin: 20px auto;
  }
  .slider-nav li {
    padding: 5px;
  }
  .comercial-gallery__link {
    flex-wrap: wrap;
  }
  .comercial-gallery__link li {
    width: 48%;
    margin: 5px 0;
  }
  .comercial-gallery__link li a {
    color: #6BAC94;
    text-decoration: none;
    font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
    background: #fff;
    padding: 5px;
  }
}
.hide {
  opacity: 0;
}

.animate-slideDown {
  position: relative;
  opacity: 0;
  top: -30px;
}

.animate-slideDown:nth-child(1) {
  -webkit-animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 0.5s 1 forwards;
}

.animate-slideDown:nth-child(2) {
  -webkit-animation: animeSlideDown 0.5s ease 1s 1 forwards;
  animation: animeSlideDown 0.5s ease 1s 1 forwards;
}

.animate-slideDown:nth-child(3) {
  -webkit-animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 1.5s 1 forwards;
}

.animate-slideDown:nth-child(4) {
  -webkit-animation: animeSlideDown 0.5s ease 2s 1 forwards;
  animation: animeSlideDown 0.5s ease 2s 1 forwards;
}

.animate-slideDown:nth-child(5) {
  -webkit-animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
  animation: animeSlideDown 0.5s ease 2.5s 1 forwards;
}

.animate-slideDown:nth-child(6) {
  -webkit-animation: animeSlideDown 0.5s ease 3s 1 forwards;
  animation: animeSlideDown 0.5s ease 3s 1 forwards;
}

.animate-slideLeft {
  position: relative;
  opacity: 0;
  left: -30px;
}

.animate-slideLeft:nth-child(1) {
  -webkit-animation: animeLeft 0.5s ease 0.5s 1 forwards;
  animation: animeLeft 0.5s ease 0.5s 1 forwards;
}

.animate-slideLeft:nth-child(2) {
  -webkit-animation: animeLeft 0.5s ease 1s 1 forwards;
  animation: animeLeft 0.5s ease 1s 1 forwards;
}

.animate-slideLeft:nth-child(3) {
  -webkit-animation: animeLeft 0.5s ease 1.5s 1 forwards;
  animation: animeLeft 0.5s ease 1.5s 1 forwards;
}

.animate-slideLeft:nth-child(4) {
  -webkit-animation: animeLeft 0.5s ease 2s 1 forwards;
  animation: animeLeft 0.5s ease 2s 1 forwards;
}

.animate-slideLeft:nth-child(5) {
  -webkit-animation: animeLeft 0.5s ease 2.5s 1 forwards;
  animation: animeLeft 0.5s ease 2.5s 1 forwards;
}

.animate-slideLeft:nth-child(6) {
  -webkit-animation: animeLeft 0.5s ease 3s 1 forwards;
  animation: animeLeft 0.5s ease 3s 1 forwards;
}

.animate-PageTitle {
  position: relative;
  opacity: 0;
  top: -10px;
}

.animate-PageTitle:nth-child(1) {
  -webkit-animation: animePageTitle 0.5s ease 0.5s 1 forwards;
  animation: animePageTitle 0.5s ease 0.5s 1 forwards;
}

.animate-PageTitle:nth-child(2) {
  -webkit-animation: animePageTitle 0.5s ease 1s 1 forwards;
  animation: animePageTitle 0.5s ease 1s 1 forwards;
}

.animate-PageTitle:nth-child(3) {
  -webkit-animation: animePageTitle 0.5s ease 1.5s 1 forwards;
  animation: animePageTitle 0.5s ease 1.5s 1 forwards;
}

.animate-PageTitle:nth-child(4) {
  -webkit-animation: animePageTitle 0.5s ease 2s 1 forwards;
  animation: animePageTitle 0.5s ease 2s 1 forwards;
}

.animate-PageTitle:nth-child(5) {
  -webkit-animation: animePageTitle 0.5s ease 2.5s 1 forwards;
  animation: animePageTitle 0.5s ease 2.5s 1 forwards;
}

.animate-PageTitle:nth-child(6) {
  -webkit-animation: animePageTitle 0.5s ease 3s 1 forwards;
  animation: animePageTitle 0.5s ease 3s 1 forwards;
}

.animate-FooterLogo {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-FooterLogo:nth-child(1) {
  -webkit-animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 0.5s 1 forwards;
}

.animate-FooterLogo:nth-child(2) {
  -webkit-animation: animeFooterLogo 0.5s ease 1s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1s 1 forwards;
}

.animate-FooterLogo:nth-child(3) {
  -webkit-animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 1.5s 1 forwards;
}

.animate-FooterLogo:nth-child(4) {
  -webkit-animation: animeFooterLogo 0.5s ease 2s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2s 1 forwards;
}

.animate-FooterLogo:nth-child(5) {
  -webkit-animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
  animation: animeFooterLogo 0.5s ease 2.5s 1 forwards;
}

.animate-FooterLogo:nth-child(6) {
  -webkit-animation: animeFooterLogo 0.5s ease 3s 1 forwards;
  animation: animeFooterLogo 0.5s ease 3s 1 forwards;
}

.animate-Content {
  position: relative;
  opacity: 0;
  bottom: -10px;
}

.animate-Content {
  -webkit-animation: animeContent 0.5s ease 0s 1 forwards;
  animation: animeContent 0.5s ease 0s 1 forwards;
}

@-webkit-keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes animeLeft {
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animeSlideDown {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animePageTitle {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeFooterLogo {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes animeContent {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/* ========================================================
 Module
 ** 汎用クラス
 ======================================================== */
.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media only screen and (max-width:768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/*
右寄せ＆左寄せ
_________________________________________________________*/
.a-center,
.aligncenter {
  text-align: center;
}

.a-right {
  text-align: right;
}

.a-left {
  text-align: left;
}

.f-right {
  float: right;
}

.r-left {
  float: left;
}

.alignleft {
  display: inline;
  float: left;
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
  vertical-align: top;
}

.alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
  vertical-align: top;
}

.img-left {
  vertical-align: middle;
  float: left;
  padding-right: 10px;
}

@media only screen and (max-width:768px) {
  .img-left {
    max-width: 50%;
  }
}
/*
マージン＆パディング
_________________________________________________________*/
.mb-100 {
  margin-bottom: 100px;
}

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

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mt-95 {
  margin-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pt-95 {
  padding-top: 95px;
}

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

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

.pb-90 {
  padding-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pt-85 {
  padding-top: 85px;
}

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

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

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

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

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

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pt-65 {
  padding-top: 65px;
}

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

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

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pt-55 {
  padding-top: 55px;
}

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

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

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-45 {
  padding-top: 45px;
}

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

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

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-35 {
  padding-top: 35px;
}

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

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

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

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

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

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

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

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

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-10 {
  padding-right: 10px;
}

/*
文字サイズ
_________________________________________________________*/
.fs-24 {
  font-size: 2.4rem;
}

.fs-22 {
  font-size: 2.2rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-13 {
  font-size: 1.3rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-10 {
  font-size: 1rem;
}

.red {
  color: #C26060;
}

.blue {
  color: #436A91;
}

.green {
  color: #6BAC94;
}

.fc-green {
  color: #6BAC94;
}

.fc-pink {
  color: #f25d87;
}

.fs-small {
  font-size: 0.8em;
}

/*
button
_________________________________________________________*/
.wpcf7-submit {
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 5px;
  letter-spacing: 2px;
}

.m-btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3333333;
  box-sizing: border-box;
  background: #6BAC94;
  color: #fff;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-transition: 0.2s;
  padding: 15px;
  font-size: 1em;
  border-radius: 30px;
}
.m-btn::-webkit-search-decoration {
  display: none;
}
.m-btn::focus {
  outline-offset: -2px;
}
.m-btn:hover {
  text-decoration: none;
  background: #CBC0AC;
  color: #fff;
}
.m-btn:after {
  content: "→";
  padding-left: 10px;
  -webkit-transition: 0.2s;
}
.m-btn:hover:after {
  padding-left: 20px;
}

.m-btn-red {
  background: #C26060;
}

.m-btn-m {
  padding: 15px;
  font-size: 1em;
  border-radius: 30px;
  width: 300px;
}

.m-btn-l {
  padding: 20px 100px;
  border-radius: 50px;
}

.m-btn-lg {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 50px;
}

.m-btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 50px;
}

.m-btn-xs {
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 50px;
}

.uline-red {
  border-bottom: 2px dashed #C26060;
}

.uline-blue {
  border-bottom: 2px dashed #436A91;
}

.title-bold {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.title-uline {
  font-size: 1.5em;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.title-uline:after {
  content: "";
  display: block;
  height: 1px;
  width: 120px;
  background-color: #6BAC94;
  position: relative;
  margin: 10px auto;
}

.title-uline--english {
  font-size: 2.3em;
  font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
}

.list-circle li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 1rem;
}
.list-circle li:before {
  content: "●";
  font-size: 1rem;
  color: #6BAC94;
  position: absolute;
  top: 3px;
  left: 0;
}
.list-circle li:last-child {
  margin-bottom: 0;
}

.list-circle--margin0 li {
  margin-bottom: 0;
}

@media only screen and (max-width:768px) {
  .m-btn {
    margin: 5px auto;
    display: block;
    padding: 15px;
    font-size: 0.9em;
  }
  .m-btn-l {
    padding: 10px 0px;
    width: 100%;
    font-size: 1.6rem;
    border-radius: 50px;
  }
  .m-btn-lg {
    padding: 10px;
    font-size: 1.4rem;
    border-radius: 50px;
  }
  .m-btn-sm {
    padding: 5px 10px;
    font-size: 1.2rem;
    border-radius: 50px;
  }
  .m-btn-xs {
    padding: 3px 8px;
    font-size: 1rem;
    border-radius: 50px;
  }
}
.sns {
  margin: 0 auto;
}

.sns li {
  display: inline-block;
  margin: 0 2px;
  text-align: left;
  width: 40px;
}

.sns a {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  display: block;
  background-color: #6BAC94;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -10000px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sns a:hover {
  background-color: #CBC0AC;
}

.sns-fb {
  background-image: url(../images/icon_fb.svg);
  color: #fff;
  background-size: 50%;
}

.sns-in {
  background-image: url(../images/icon_in.svg);
  background-size: 50%;
}

@media only screen and (max-width:768px) {
  .sns a {
    width: 34px;
    height: 34px;
    border-radius: 17px;
  }
}
.arw-r-green-s {
  display: inline-block;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #f6f07b;
}

.arrow-l-pink-s {
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent #ee7d7c transparent transparent;
}

.arrow-r-green-s {
  display: inline-block;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #6BAC94;
}

.icon-time {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/icon_time.png);
  vertical-align: baseline;
  margin-right: 5px;
}

/*
 bg
 _________________________________________________________*/
.bg-white {
  background: #fff;
  padding: 50px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.bg-bgcolor {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

@media only screen and (max-width:768px) {
  .bg-white {
    padding: 10px;
    margin-bottom: 20px;
  }
}
/*
 hr
 _________________________________________________________*/
hr {
  border: none;
  border-top: 1px dashed #489b43;
  height: 1px;
  width: 100%;
}

/*
 ttl
 _________________________________________________________*/
.ttl-marker {
  background: linear-gradient(transparent 60%, rgba(246, 240, 123, 0.8) 60%);
  margin-bottom: 15px;
}

.ttl-pinkbdr {
  background: url(../images/bg_border_pink.png);
  text-align: center;
  padding: 0.5em 0.75em;
  margin-bottom: 15px;
}

.ttl-box {
  position: relative;
  margin: 1em 0;
  padding: 0.5em 0.75em;
  text-align: center;
  border-top: solid 1px rgba(242, 93, 135, 0.5);
  border-bottom: solid 1px rgba(242, 93, 135, 0.5);
}

.ttl-box:before, .ttl-box:after {
  content: "";
  position: absolute;
  top: -0.5em;
  width: 1px;
  height: calc(100% + 1em);
  background-color: rgba(242, 93, 135, 0.5);
}

.ttl-box:before {
  left: 0.5em;
}

.ttl-box:after {
  right: 0.5em;
}

/*
 list
 _________________________________________________________*/
.list-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.list-indent li {
  padding: 2px 0;
}

.list-num {
  padding-left: 1em;
  text-indent: -1em;
}
.list-num li {
  padding: 2px 0;
}

/*
 icon
 _________________________________________________________*/
.modal-closeButton {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
}

.modal-closeButton.is_active {
  display: block;
}

.js-modal__main__scroll {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #fff;
}

.icon-close {
  width: 40px;
  height: 40px;
  background: url("./../images/icon_close.svg");
  background-size: 100% 100%;
  display: block;
}

@media only screen and (max-width:768px) {
  .modal-closeButton {
    top: 20px;
    right: 20px;
  }
  .icon-close {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
  }
}
/*
 img
 _________________________________________________________*/
.img-4 {
  min-height: 1px;
}
.img-4:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.img-4 {
  margin: 0px -1.5%;
}
.img-4 li {
  width: 22%;
  margin: 1.5% 1.5%;
  float: left;
  text-align: center;
}
.img-4 li img {
  border-radius: 5px;
}

.img-3 {
  min-height: 1px;
}
.img-3:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.img-3 {
  margin: 0px -1%;
}
.img-3 li {
  width: 31.3333333%;
  margin: 5px 1%;
  float: left;
  text-align: center;
}
.img-3 li img {
  border-radius: 5px;
}

@media only screen and (max-width:768px) {
  .img-4 {
    margin: 5px -1%;
  }
  .img-4 li {
    width: 48%;
    padding: 0;
    margin: 1%;
  }
}
/*
 table
 _________________________________________________________*/
.table-form {
  width: 60%;
  margin: 0 auto;
}
.table-form tr {
  border-top: 1px solid #CBC0AC;
}
.table-form tr:last-child {
  border-bottom: 1px solid #CBC0AC;
}
.table-form th {
  width: 30%;
  padding: 20px 0;
}
.table-form td {
  padding: 20px 0;
}
.table-form input[type=text],
.table-form input[type=tel],
.table-form input[type=email],
.table-form input[type=date],
.table-form select,
.table-form textarea {
  background: rgba(107, 172, 148, 0.1);
  border: 1px solid #fff;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  -webkit-transition: 0.2s;
}
.table-form input[type=text]:focus,
.table-form input[type=tel]:focus,
.table-form input[type=email]:focus,
.table-form input[type=date]:focus,
.table-form select:focus,
.table-form textarea:focus {
  background: #fff;
  border: 1px solid rgba(107, 172, 148, 0.5);
  outline: 0;
}

.req {
  color: #C26060;
}

.table-def {
  width: 100%;
  background: #fff;
  margin: 15px 0;
  border: 1px solid #ccc;
}
.table-def td, .table-def th {
  border: 1px solid #ccc;
  padding: 5px;
  text-indent: 0;
}
.table-def th {
  font-weight: bold;
  background: rgb(139.6753246753, 190.3246753247, 171.6233766234);
}

@media only screen and (max-width:768px) {
  .table-def th, .table-def td {
    padding: 10px;
    font-size: 1.3rem;
    line-height: 1.4em;
    width: auto;
  }
  .table-form {
    width: 100%;
  }
  .table-form th, .table-form td {
    display: block;
    width: 100%;
  }
  .table-form td {
    padding: 0 0 15px 0;
  }
  .table-form th {
    padding: 15px 0 5px 0;
  }
}
/*
 hr
 _________________________________________________________*/
.hr-red-flag {
  background: url(../images/common/hr_red_flag.png) no-repeat center center;
  height: 60px;
  width: 100%;
  border: none;
  margin: 20px auto;
}

@media only screen and (max-width:768px) {
  .hr-red-flag {
    background: url(../images/common/hr_red_flag.png) no-repeat center center;
    background-size: 480px 30px;
    height: 30px;
    width: 100%;
    margin: 10px auto;
  }
  .content-inner .hr-red-flag {
    margin: 10px -10px;
    width: calc(100% + 20px);
  }
}
.line {
  background: #6BAC94;
  width: 100%;
  height: 1px;
  margin: 50px auto;
  border: none;
}

@media only screen and (max-width:768px) {
  .line {
    margin: 20px auto;
  }
}
/*
 table
 _________________________________________________________*/
.tb-default {
  width: 100%;
}
.tb-default th, .tb-default td {
  border: 1px solid #ccc;
  padding: 10px;
}
.tb-default th {
  font-weight: bold;
  color: #6BAC94;
  background: rgba(141, 194, 31, 0.2);
}
.tb-default td {
  background: #fff;
}

@media only screen and (max-width:768px) {
  .tb-default {
    width: 100%;
    border: 1px solid #ccc;
  }
  .tb-default th, .tb-default td {
    display: block;
    width: 100%;
    border: none;
  }
  .tb-default th {
    padding: 5px 10px;
  }
  .tb-default td {
    border-bottom: 1px solid #ccc;
    font-size: 1.3rem;
  }
}
.tb-border th, .tb-border td {
  border: 1px solid #ccc;
  padding: 10px;
}
.tb-border th {
  font-weight: bold;
  line-height: 1.6;
}
.tb-border td {
  background: #fff;
}

/*
 imgzoom
 _________________________________________________________*/
@media only screen and (max-width:768px) {
  .imgzoom {
    position: relative;
    background: #999;
    display: block;
  }
  .imgzoom img {
    display: block;
    opacity: 0.7;
  }
  .imgzoom:after {
    content: "zoom +";
    display: block;
    background: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    padding: 5px 20px;
    line-height: 1em;
    font-family: "Quicksand", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
  }
}
/*
pagenavi
_________________________________________________________*/
.pagenavi {
  margin: 30px auto;
  text-align: center;
  clear: both;
}
.pagenavi li {
  display: inline-block;
  margin: 3px;
}
.pagenavi li a {
  display: inline-block;
  background: #8dc21f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #8dc21f;
  -webkit-transition: 0.2s;
}
.pagenavi li a:hover {
  background: #fff;
  color: #8dc21f;
}
.pagenavi li span {
  display: inline-block;
  background: #fff;
  color: #8dc21f;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #8dc21f;
}

.photo-4 {
  margin: 0 -0.5%;
  min-height: 1px;
}
.photo-4:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.photo-4 {
  width: 100%;
}
.photo-4 li {
  width: 24%;
  margin: 0.5%;
  float: left;
  display: block;
}
.photo-4 p {
  padding: 10px 0;
  text-align: center;
  font-size: 1.2rem;
}
.photo-4 .col-2 {
  width: 49%;
}

.photo-2 {
  margin: 0 -0.5%;
  min-height: 1px;
}
.photo-2:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.photo-2 {
  width: 100%;
}
.photo-2 li {
  width: 49%;
  margin: 0.5%;
  float: left;
  display: block;
}
.photo-2 p {
  padding: 10px 0;
  text-align: center;
  font-size: 1.2rem;
}
.photo-2 .col-1 {
  width: 99%;
}

@media only screen and (max-width:768px) {
  .photo-2,
  .photo-4 {
    margin: 0 -0.5%;
    width: 100%;
  }
  .photo-2 li,
  .photo-4 li {
    width: 49%;
  }
  .photo-2 p,
  .photo-4 p {
    padding: 5px 0;
    font-size: 1rem;
  }
  .photo-2 .col-2,
  .photo-4 .col-2 {
    width: 99%;
  }
}
.icon-fl li {
  border: 1px solid #e7e2de;
  color: #000;
  background-color: #fff;
  padding: 10px 15px 15px 48px;
  font-size: 1.3rem;
  display: inline-block;
  border-radius: 2px;
}

.icon-fl__wifi {
  background: url(../images/icon_wifi.png) 8px center no-repeat;
}

.icon-fl__outlet {
  background: url(../images/icon_outlet.png) 8px center no-repeat;
}

.icon-fl__24h {
  background: url(../images/icon_24h.png) 8px center no-repeat;
}

.icon-fl__separate {
  background: url(../images/icon_separate.png) 8px center no-repeat;
}

@media only screen and (max-width:768px) {
  .icon-fl li {
    border: 1px solid #e7e2de;
    color: #000;
    background-color: #fff;
    padding: 5px 10px 10px 24px;
    font-size: 1rem;
    display: inline-block;
    border-radius: 2px;
    background-size: 15px 15px;
    margin: 2px;
  }
}
.color-green {
  color: #f6f07b;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.tags li {
  display: inline-block;
  border: 1px solid #6BAC94;
  color: #6BAC94;
  padding: 4px 20px;
  font-size: 10px;
  border-radius: 2px;
  text-align: center;
  min-width: 100px;
  margin-bottom: 4px;
}

@media only screen and (max-width:768px) {
  .tags li {
    padding: 4px 4px;
    font-size: 10px;
    min-width: auto;
  }
}