@charset "UTF-8";
/* =================================================
    .page_profile
=================================================== */
/* =================================================
    .bl_pageHeader
=================================================== */
.bl_pageHeader {
  position: relative;
  width: 100%;
  height: 200px;
  background: url(../images/fv_img_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .bl_pageHeader {
    height: 300px;
    background: url(../images/fv_img_pc.jpg) no-repeat center center/cover;
  }
}
.bl_pageHeader h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .bl_pageHeader h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}

/* =================================================
    bl_profile
=================================================== */
@media screen and (min-width: 768px) {
  .bl_profile .ly_sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .bl_profile_cont {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    padding-top: 6px;
    padding-left: 6%;
  }
}
.bl_profile_cont h3 {
  margin-bottom: 2em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) {
  .bl_profile_cont h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_profile_cont h4 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .bl_profile_cont h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_profile_cont .btn_toggle {
  margin-bottom: 1em;
  font-family: "Shippori Mincho", serif;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
.bl_profile_cont .btn_toggle i {
  margin-left: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bl_profile_cont .btn_toggle.is_open i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bl_profile_cont p {
  margin-bottom: 1em;
}
.bl_profile_cont .el_togggle {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* =================================================
    bl_address
=================================================== */
@media screen and (min-width: 768px) {
  .bl_address .ly_sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .bl_address_cont {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    padding-left: 6%;
    padding-top: 8px;
  }
}
.bl_address_cont address {
  text-align: left;
}

/* =================================================
    bl_hours
=================================================== */
@media screen and (min-width: 768px) {
  .bl_hours .ly_sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .bl_hours_cont {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    padding-left: 6%;
    padding-top: 8px;
  }
}
.bl_hours_cont a {
  text-decoration: underline;
}

/* =================================================
    bl_service
=================================================== */
@media screen and (min-width: 768px) {
  .bl_service .ly_sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .bl_service_cont {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    padding-left: 6%;
    padding-top: 8px;
  }
}

/* =================================================
    .bl_contact {
=================================================== */
.bl_contact {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .bl_contact {
    padding-bottom: 10rem;
  }
}
.bl_contact .el_mail {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .bl_contact .el_mail {
    padding-top: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    padding-left: 6%;
  }
}
@media screen and (min-width: 768px) {
  .bl_contact .el_mail {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* =================================================
    common
=================================================== */
.el_secTtl {
  margin-bottom: 15px;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .el_secTtl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 768px) {
  .el_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

a.el_link {
  text-decoration: underline;
}

/* =================================================
    bl_fv
=================================================== */
.bl_fv {
  position: relative;
  height: 100dvh;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bl_fv {
    height: 100vh;
    background: url(../images/fv_img_pc.jpg) no-repeat center center/cover;
    background-attachment: fixed;
  }
}
.bl_fv_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 20rem;
  height: auto;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .bl_fv_logo {
    width: 32rem;
  }
}
.bl_fv::before {
  content: "";
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100dvh;
  background: url(../images/fv_img_sp.jpg) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .bl_fv::before {
    content: none;
  }
}
.bl_fv::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 100dvh;
  background-color: #000;
  -webkit-animation: bgcolor 3s ease-out 0s 1 forwards;
          animation: bgcolor 3s ease-out 0s 1 forwards;
  z-index: 100000;
}

@-webkit-keyframes bgcolor {
  0% {
    background-color: #000;
  }
  80% {
    background-color: rgba(65, 65, 65, 0.8);
  }
  99% {
    background-color: rgba(65, 65, 65, 0.5);
  }
  100% {
    background-color: transparent;
  }
}

@keyframes bgcolor {
  0% {
    background-color: #000;
  }
  80% {
    background-color: rgba(65, 65, 65, 0.8);
  }
  99% {
    background-color: rgba(65, 65, 65, 0.5);
  }
  100% {
    background-color: transparent;
  }
}
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  top: 89dvh;
  left: 50%;
  /*全体の高さ*/
  height: 50px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .scrolldown {
    top: auto;
    bottom: 10px;
  }
}

/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #ddd;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .scrolldown span {
    font-size: 1.2rem;
  }
}

/* 線の描写 */
.scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #ddd;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/* =================================================
    bl_philosophy
=================================================== */
.bl_philosophy {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .bl_philosophy .ly_sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_philosophy_cont {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 65.99%;
            flex: 1 0 65.99%;
    padding-left: 6%;
  }
}
.bl_philosophy_cont dl {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .bl_philosophy_cont dl {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }
}
.bl_philosophy_cont dl dt {
  margin-bottom: 4px;
  font-size: 26px;
  font-size: 2.6rem;
}
.bl_philosophy_cont dl dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.bl_philosophy_cont p {
  margin-bottom: 1em;
}
.bl_philosophy_cont p:last-of-type {
  margin-bottom: 0;
}

/* =================================================
    bl_1m2
=================================================== */
.bl_1m2 {
  padding-bottom: 3em;
  background: #eee;
}
@media screen and (min-width: 768px) {
  .bl_1m2 {
    padding-bottom: 10rem;
  }
}
.bl_1m2_wrap {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .bl_1m2_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.bl_1m2_info {
  width: 85.3333333333%;
  padding-top: 60px;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .bl_1m2_info {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.8541666667%;
            flex: 0 0 33.8541666667%;
    padding: 0 50px;
    margin: 0;
    position: sticky;
    top: 100px;
  }
}
.bl_1m2_info .el_annotation {
  margin-top: 10px;
  padding-left: 1em;
}
.bl_1m2_info .el_annotation li {
  text-indent: -1em;
}
.bl_1m2_info .el_cont a:link {
  text-decoration: underline !important;
}
@media screen and (min-width: 1025px) {
  .bl_1m2_gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.5416666667%;
            flex: 0 0 63.5416666667%;
  }
}
.bl_1m2_gallery .el_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
}
@media screen and (min-width: 768px) {
  .bl_1m2_gallery .el_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 2px;
  }
}
.bl_1m2_gallery > .el_img {
  margin: 2px 0;
}
.bl_1m2_gallery img {
  width: 100%;
  max-width: 100%;
}
.bl_1m2 h2 {
  width: 60%;
  max-width: 11rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 1025px) {
  .bl_1m2 h2 {
    width: 18rem;
    max-width: none;
    margin: 0 auto 8rem;
  }
}
.bl_1m2_cont {
  padding-top: 50px;
}
.bl_1m2 .el_open {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) {
  .bl_1m2 .el_open {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_1m2 .el_open img {
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  .bl_1m2 .el_open img {
    max-width: 300px;
  }
}
.bl_1m2 .bl_insta {
  margin-top: 100px;
  margin-bottom: 100px;
}
.bl_1m2 .bl_insta_inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bl_1m2 .bl_insta_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl_1m2 .bl_insta #box-instagram_first {
  width: 100%;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .bl_1m2 .bl_insta #box-instagram_first {
    width: calc(50% - 3px);
    margin-right: 6px;
    margin-bottom: 0;
  }
}
.bl_1m2 .bl_insta .el_listInsta_first {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bl_1m2 .bl_insta .el_listInsta_first a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
}
.bl_1m2 .bl_insta .el_listInsta_first a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_1m2 .bl_insta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0 auto;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .bl_1m2 .bl_insta ul {
    width: calc(50% - 3px);
  }
}
.bl_1m2 .bl_insta ul .el_listInsta {
  position: relative;
  width: calc(50% - 3px);
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.bl_1m2 .bl_insta ul .el_listInsta a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: auto;
}
.bl_1m2 .el_insta {
  margin-top: 2em;
  margin-bottom: 4em;
  padding-top: 8px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_1m2 .el_insta {
    margin-top: 3em;
    margin-bottom: 6em;
  }
}
.bl_1m2 .el_insta i {
  font-size: 28px;
  font-size: 2.8rem;
}
.bl_1m2 .bl_calendar img {
  width: 100%;
  height: auto;
  max-width: 447px;
}
.bl_1m2 .bl_calendar figcaption {
  margin-top: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .bl_1m2 .bl_calendar figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.bl_1m2 .el_cont {
  margin-bottom: 5em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .bl_1m2 .el_cont {
    padding-top: 1px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    padding-left: 6%;
  }
}
.bl_1m2 .el_cont p {
  margin-bottom: 1.5em;
  line-height: 2;
}
.bl_1m2 .el_cont p:last-of-type {
  margin-bottom: 0;
}
.bl_1m2 .bl_parking .el_cont {
  margin-bottom: 0;
}

/* =================================================
    bl_map
=================================================== */
.bl_map {
  background: #fff;
}
.bl_map .ly_sec_inner {
  max-width: 1300px;
}
@media screen and (min-width: 768px) {
  .bl_map .ly_sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
  }
}
.bl_map .el_map {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .bl_map .el_map {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: grid;
    place-items: center;
  }
}
@media screen and (min-width: 768px) {
  .bl_map .el_map img {
    max-width: 500px;
  }
}
.bl_map .el_map .caption {
  width: 100%;
  max-width: 500px;
  text-align: left;
}
.bl_map .el_gmap {
  width: 100%;
  height: auto;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bl_map .el_gmap {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: grid;
    place-items: center;
  }
}
.bl_map .el_gmap_inner {
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .bl_map .el_gmap_inner {
    max-width: 500px;
  }
}
.bl_map .el_gmap iframe {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (min-width: 1025px) {
  .bl_map .el_gmap iframe:hover {
    -webkit-transition: -webkit-filter 0.8s ease;
    transition: -webkit-filter 0.8s ease;
    transition: filter 0.8s ease;
    transition: filter 0.8s ease, -webkit-filter 0.8s ease;
    -webkit-filter: grayscale(0) saturate(1);
            filter: grayscale(0) saturate(1);
  }
}/*# sourceMappingURL=page.css.map */