@charset "UTF-8";
/************************************************
    Reset
*************************************************/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, figure, figcaption, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  border: 0;
  margin: 0;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "Times New Roman", "Hiragino Mincho ProN";
}

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

table, caption, th, td {
  font-weight: normal;
  text-align: left;
  empty-cells: show;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0;
}

a img, iframe {
  border: none;
}

a {
  color: inherit;
}

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

input, textarea, select, button {
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  vertical-align: bottom;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0;
}

input[type=text],
textarea {
  width: 100%;
}

address {
  font-style: normal;
}

img {
  backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

br {
  opacity: 0;
}

* {
  box-sizing: border-box;
}

a {
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
}

/************************************************
    共通設定
*************************************************/
* {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  display: block;
  min-width: 320px;
}

body {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  font-weight: 500;
  display: block;
}

.main {
  background-color: rgba(0, 0, 0, 0.3);
}

.l-body {
  background-color: #969c9b;
  background-image: url("../img/logo-bg--soft2.png");
  background-blend-mode: soft-light;
  background-size: 100% auto;
  background-repeat: repeat;
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: transparent;
  padding: 0 40px;
  display: flex;
  align-items: center;
  z-index: 500;
}
.l-header .l-logo {
  position: fixed;
  height: 54px;
  width: auto;
  left: 40px;
  top: 10px;
}
.l-header .l-logo img {
  position: relative;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 960px) {
  .l-header {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .l-header .l-logo {
    position: relative;
    left: auto;
    top: auto;
  }
  .l-header .l-global-nav {
    position: fixed;
    right: -320px; /* これで隠れる */
    top: 0;
    width: 200px; /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.6s;
    z-index: 250;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .l-header .l-global-nav .l-global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .l-header .l-global-nav .l-global-nav__list .l-global-nav__item {
    text-align: right;
    padding: 0 14px;
  }
  .l-header .l-global-nav .l-global-nav__list .l-global-nav__item:not(.l-global-nav__item--year) {
    padding: 5px 14px;
  }
  .l-header .l-global-nav .l-global-nav__list .l-global-nav__item:not(.l-global-nav__item--year) a {
    font-size: 2.4rem;
  }
  .l-header .l-global-nav .l-global-nav__list .l-global-nav__item a {
    display: block;
    padding: 8px 0;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
  }
  .l-header .l-global-nav .l-global-nav__list .l-global-nav__item.l-global-nav__item--parent a {
    font-family: "Aladin", cursive;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #ffffff;
  }
}
@media screen and (min-width: 961px) {
  .l-header .l-global-nav {
    position: fixed;
    right: 10px;
    top: 0;
    height: 100vh;
    padding-top: 20px;
    transition: all 0.6s;
    z-index: 400;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .l-header .l-global-nav .l-global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .l-header .l-global-nav .l-global-nav__list .l-global-nav__item {
    text-align: right;
    padding: 0 14px;
  }
  .l-header .l-global-nav .l-global-nav__list .l-global-nav__item:not(.l-global-nav__item--year) {
    padding: 5px 14px;
  }
  .l-header .l-global-nav .l-global-nav__list .l-global-nav__item:not(.l-global-nav__item--year) a {
    font-size: 2.8rem;
    padding: 10px 0;
  }
  .l-header .l-global-nav .l-global-nav__list .l-global-nav__item a {
    display: block;
    padding: 8px 0;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #3A4040;
    font-weight: 600;
  }
  .l-header .l-global-nav .l-global-nav__list .l-global-nav__item.l-global-nav__item--parent a {
    font-family: "Aladin", cursive;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #000000;
  }
}
.l-header .l-hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 50px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.l-header .l-hamburger .l-hamburger__line {
  position: absolute;
  left: 13px;
  width: 24px;
  height: 3px;
  background-color: #111;
  border-radius: 2px;
  display: block;
  transition: all 0.6s;
}
.l-header .l-hamburger .l-hamburger__line.l-hamburger__line--1 {
  top: 16px;
}
.l-header .l-hamburger .l-hamburger__line.l-hamburger__line--2 {
  top: 24px;
}
.l-header .l-hamburger .l-hamburger__line.l-hamburger__line--3 {
  top: 32px;
}
.l-header .l-black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .l-header {
    height: 50px;
    padding: 0 10px;
  }
  .l-header .l-logo {
    height: 38px;
  }
}
@media screen and (min-width: 961px) {
  .l-header .l-hamburger {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  /* 表示された時用のCSS */
  .js-nav-open .l-global-nav {
    right: 0;
  }
  .js-nav-open .l-black-bg {
    opacity: 0.8;
    visibility: visible;
  }
  .js-nav-open .l-hamburger .l-hamburger__line {
    background-color: #fff;
  }
  .js-nav-open .l-hamburger .l-hamburger__line.l-hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .js-nav-open .l-hamburger .l-hamburger__line.l-hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .js-nav-open .l-hamburger .l-hamburger__line.l-hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
}
.l-main {
  padding-top: 100px;
  min-height: calc(100vh - 150px);
  position: relative;
}

.l-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 961px) {
  .l-container {
    max-width: calc(100% - 300px);
  }
}
@media screen and (max-width: 960px) {
  .l-container {
    max-width: 1024px;
  }
}

.l-content {
  position: relative;
  width: 100%;
  margin: 0 auto 100px;
  padding-top: 100px;
  margin-top: -100px;
}

.l-content__heading {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  z-index: 110;
}
.l-content__heading h2 {
  position: relative;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  font-family: "Aladin", cursive;
}

.l-footer {
  position: relative;
  text-align: center;
  padding: 10px 0;
}
.l-footer small {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #7A7A7A;
}

.c-select {
  position: relative;
  border-bottom: solid 1px #3A4040;
  margin-left: 20px;
}
.c-select::after {
  position: absolute;
  content: "";
  border-left: solid 1px #3A4040;
  border-bottom: solid 1px #3A4040;
  height: 8px;
  width: 8px;
  right: 10px;
  margin-top: -2px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 1;
}
.c-select select {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0 30px 0 10px;
  z-index: 2;
}

.p-photos {
  position: relative;
  margin-bottom: 20px;
  margin-top: -100px;
  padding-top: 100px;
}
.p-photos .p-photos__heading {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.p-photos .p-photos__heading h3 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #3A4040;
}
.p-photos .p-photos__body {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-photos .p-photos__body .p-photo-col {
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.p-photos .p-photos__body .p-photo-col .slick-slider {
  transition: all 0.6s;
  background-color: rgba(228, 228, 228, 0);
  z-index: 100;
}
.p-photos .p-photos__body .p-photo-col .slick-slider .slick-list {
  opacity: 1;
  transition: all 0.6s;
}
.p-photos .p-photos__body .p-photo-col h4 {
  text-align: center;
}
.p-photos .p-photos__body .p-photo-col.js-hide .slick-slider {
  transform: scale(0.975);
  background-color: rgb(0, 0, 0);
}
.p-photos .p-photos__body .p-photo-col.js-hide .slick-slider .slick-list {
  opacity: 0.6;
}
.p-photos .p-photos__body .p-photo-col.js-hide .slick-slider .slick-list a {
  pointer-events: none;
}
.p-photos .p-photos__body .p-photo-col.js-up .slick-slider {
  transform: scale(1.025);
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 961px) {
  .p-photos .p-photos__body .p-photo-col {
    width: 23%;
    margin-right: 2.6666666667%;
  }
  .p-photos .p-photos__body .p-photo-col:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .p-photos .p-photos__body .p-photo-col {
    width: 30%;
    margin-right: 5%;
  }
  .p-photos .p-photos__body .p-photo-col:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-photos .p-photos__body .p-photo-col {
    width: 48%;
  }
  .p-photos .p-photos__body .p-photo-col:nth-child(odd) {
    margin-right: 4%;
  }
}
.p-photos .p-photos__body .p-photo-video-item-wrapper {
  aspect-ratio: 16/9;
  text-align: center;
}
.p-photos .p-photos__body .p-photo-video-item {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.p-photos .p-photos__body .p-photo-video-item.cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-photos .p-photos__body .p-photo-item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  transition: all 0s;
}
.p-photos .p-photos__body .p-photo-item:hover {
  opacity: 0.8;
}
.p-photos .p-photos__body .p-photo-item .p-photo-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
  position: relative;
  overflow: hidden;
}
.p-photos .p-photos__body .p-photo-item h4 {
  font-size: 1rem;
  padding-top: 6px;
}

.p-profile {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-profile .p-profile_left {
  position: relative;
  width: 25%;
  max-width: 220px;
  height: auto;
  margin-right: 5%;
}
.p-profile .p-profile_right {
  position: relative;
  width: 70%;
  padding-top: 15px;
}
.p-profile h3 {
  font-size: 2rem;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  font-weight: 600;
}
.p-profile h3 span {
  font-size: 1.6rem;
  position: relative;
  font-weight: normal;
}
.p-profile h3 span::before, .p-profile h3 span::after {
  content: "-";
  display: inline;
  padding: 0 2px;
}
.p-profile .p-profile__detail {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
.p-profile .p-profile__detail a {
  color: #222b2c;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .p-profile {
    flex-direction: column;
  }
  .p-profile .p-profile_left {
    width: 60%;
    max-width: 220px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .p-profile .p-profile_right {
    width: 100%;
    padding-top: 0;
  }
}

.p-contact {
  position: relative;
  width: 100%;
  max-width: 520px;
}
.p-contact .p-contact-input {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-contact .p-contact-input dt {
  line-height: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  width: 100px;
  margin-bottom: 20px;
}
.p-contact .p-contact-input dd {
  width: calc(100% - 100px);
  margin-bottom: 20px;
}
.p-contact .p-contact-input dd input {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2.4em;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 40px;
  padding: 0.8em;
  color: #ffffff;
}
.p-contact .p-contact-input dd textarea {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2.4em;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 150px;
  padding: 0.8em;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .p-contact .p-contact-input dt, .p-contact .p-contact-input dd {
    width: 100%;
  }
  .p-contact .p-contact-input dt {
    margin-bottom: 10px;
    line-height: 2.4rem;
  }
}
.p-contact .p-contact-btn {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.p-contact .p-contact-btn.p-contact-btn--error {
  justify-content: flex-start;
}
.p-contact .p-contact-btn button,
.p-contact .p-contact-btn input[type=button],
.p-contact .p-contact-btn input[type=submit] {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  background-color: #000000;
  color: #ffffff;
  margin-left: 10px;
}
.p-contact .p-contact-btn button[value=return],
.p-contact .p-contact-btn input[type=button][value=return],
.p-contact .p-contact-btn input[type=submit][value=return] {
  background-color: rgba(255, 255, 255, 0.4);
  border: solid 1px #000000;
  color: #000000;
}

.p-thanks {
  position: relative;
  margin-bottom: 20px;
}
.p-thanks h3 {
  font-size: 2rem;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.p-thanks h3 span {
  font-size: 1.2rem;
  position: relative;
}
.p-thanks h3 span::before, .p-thanks h3 span::after {
  content: "-";
  display: inline;
  padding: 0 2px;
}
.p-thanks .p-thanks__detail {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8em;
}
.p-thanks .p-thanks-btn {
  position: relative;
  display: flex;
  margin-top: 50px;
}
.p-thanks .p-thanks-btn a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.p-check {
  position: relative;
}
.p-check h3 {
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.p-check p {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.p-check .p-check__table {
  position: relative;
  width: 100%;
  max-width: 520px;
  font-size: 1.4rem;
}
.p-check .p-check__table tr {
  border-bottom: 20px solid transparent;
}
.p-check .p-check__table th {
  width: 100px;
}
.p-check .p-check__table td {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 40px;
  padding: 0.8em;
}
@media screen and (max-width: 480px) {
  .p-check .p-check__table .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .p-check .p-check__table th {
    margin-bottom: 10px;
    line-height: 2.4rem;
    display: block;
  }
  .p-check .p-check__table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

.p-contact__error {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.p-service {
  position: relative;
  margin-bottom: 20px;
}
.p-service .p-service__detail {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
.p-service .p-service__detail h3 {
  font-size: 2rem;
  font-weight: bold;
}
.p-service .p-service__detail a {
  color: #222b2c;
  text-decoration: underline;
}

.u-space {
  margin-top: 10rem;
}
@media screen and (max-width: 960px) {
  .u-space {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .u-space {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 375px) {
  .u-space {
    margin-top: 4rem;
  }
}

.u-object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.u-flex {
  display: flex;
}

.u-flex--between {
  justify-content: space-between;
}

.u-flex--wrap {
  flex-wrap: wrap;
}

.u-align-end {
  align-items: flex-end;
}

.u-mb-1 {
  margin-bottom: 1rem;
}

.u-mb-2 {
  margin-bottom: 2rem;
}

.u-mb-3 {
  margin-bottom: 3rem;
}

.u-mb-3_5 {
  margin-bottom: 3.5rem;
}

.u-mb-4 {
  margin-bottom: 4rem;
}

.u-mb-5 {
  margin-bottom: 5rem;
}

.u-mb-7_5 {
  margin-bottom: 7.5rem;
}

.u-mb-10 {
  margin-bottom: 10rem;
}

.u-pt-145 {
  padding-top: 14.5rem;
}

@media screen and (max-width: 767px) {
  .u-mb-1 {
    margin-bottom: 0.6666666667rem;
  }
  .u-mb-2 {
    margin-bottom: 1.3333333333rem;
  }
  .u-mb-3 {
    margin-bottom: 2rem;
  }
  .u-mb-3_5 {
    margin-bottom: 2.3333333333rem;
  }
  .u-mb-4 {
    margin-bottom: 2.6666666667rem;
  }
  .u-mb-5 {
    margin-bottom: 3.3333333333rem;
  }
  .u-mb-7_5 {
    margin-bottom: 5rem;
  }
  .u-mb-10 {
    margin-bottom: 6.6666666667rem;
  }
  .u-pt-145 {
    padding-top: 9.6666666667rem;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-1 {
    margin-bottom: 0.5rem;
  }
  .u-mb-2 {
    margin-bottom: 1rem;
  }
  .u-mb-3 {
    margin-bottom: 1.5rem;
  }
  .u-mb-3_5 {
    margin-bottom: 1.75rem;
  }
  .u-mb-4 {
    margin-bottom: 2rem;
  }
  .u-mb-5 {
    margin-bottom: 2.5rem;
  }
  .u-mb-7_5 {
    margin-bottom: 3.75rem;
  }
  .u-mb-10 {
    margin-bottom: 5rem;
  }
  .u-pt-145 {
    padding-top: 7.25rem;
  }
}
.u-pos-center {
  position: relative;
  margin: 0 auto;
}

.u-center {
  text-align: center;
}

.u-hr {
  border: none;
}

@media screen and (min-width: 768px) {
  .u-tel-btn {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.u-shadow-txt {
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0px black, -1px -1px 0px black, 1px -1px 0px black, -1px 1px 0px black;
  z-index: 1;
}
.u-shadow-txt::before {
  content: attr(title);
  display: inline;
  width: 100%;
  word-break: keep-all;
  color: #000000;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate3d(calc(-50% + 1.5px), 1.5px, 0);
  -webkit-text-stroke: 2px #000000;
  text-stroke: 2px #000000;
}/*# sourceMappingURL=style.css.map */