@charset "UTF-8";
/* ---------------------------------------------------------
    Font
--------------------------------------------------------- */
/* ---------------------------------------------------------
    Color
--------------------------------------------------------- */
/* ---------------------------------------------------------
    animetion
--------------------------------------------------------- */
.loadFadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
  opacity: 0; }

.loadFadeInTrigger {
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* スクロールその場で */
.scrollFadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-delay: .3s;
  animation-fill-mode: forwards;
  opacity: 0; }

.scrollFadeInTrigger {
  opacity: 0; }

/* ---------------------------------------------------------
    variable
--------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  background: #fff9f2;
  overflow-x: hidden; }

img {
  width: 100%;
  vertical-align: top; }

.no-scroll {
  overflow: hidden; }

.reservation {
  z-index: 10 !important; }

/* ---------------------------------------------------------
    header
--------------------------------------------------------- */
.header {
  width: 250px;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 97; }
  .header .header_inner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .header .header_inner::-webkit-scrollbar {
      width: .5px;
      background: #fff; }
    .header .header_inner::-webkit-scrollbar-thumb {
      background: #f48f9f; }
    .header .header_inner .site_logo {
      width: 140px;
      position: relative;
      margin-top: 40px; }
      .header .header_inner .site_logo .link {
        position: absolute;
        inset: 0; }
    .header .header_inner .sp_navi {
      display: contents; }
      .header .header_inner .sp_navi .navi_wrap {
        margin-top: 75px; }
        .header .header_inner .sp_navi .navi_wrap .navi {
          list-style-type: none;
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 25px; }
          .header .header_inner .sp_navi .navi_wrap .navi .navi_item.home {
            display: none; }
          .header .header_inner .sp_navi .navi_wrap .navi .navi_item .link {
            text-decoration: none;
            color: #696969;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5px; }
            .header .header_inner .sp_navi .navi_wrap .navi .navi_item .link .en {
              font-size: 12px;
              color: #f48f9f; }
      .header .header_inner .sp_navi .tel_area {
        margin-top: 40px;
        text-align: center; }
        .header .header_inner .sp_navi .tel_area .text {
          font-size: 12px;
          color: #707070;
          margin-bottom: 3px; }
        .header .header_inner .sp_navi .tel_area .link {
          font-size: 28px;
          color: #f48f9f;
          text-decoration: none; }
          .header .header_inner .sp_navi .tel_area .link .min {
            font-size: 18px; }
      .header .header_inner .sp_navi .sns_area {
        margin-top: 35px;
        margin-bottom: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px; }
        .header .header_inner .sp_navi .sns_area .text {
          color: #f48f9f;
          font-size: 12px;
          font-family: "Belleza", system-ui;
          font-weight: 400;
          font-style: normal; }
        .header .header_inner .sp_navi .sns_area .icon_wrap {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 10px; }
          .header .header_inner .sp_navi .sns_area .icon_wrap .icon {
            width: 35px;
            position: relative; }
            .header .header_inner .sp_navi .sns_area .icon_wrap .icon .link {
              position: absolute;
              inset: 0; }
    .header .header_inner .sp_btn {
      display: none; }
    .header .header_inner .hamburger_icon {
      display: none; }

.reservation {
  width: 170px;
  height: 120px;
  background: #f48f9f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  transition: all .2s; }
  .reservation:hover {
    opacity: .7; }
  .reservation .link {
    position: absolute;
    inset: 0; }
  .reservation .icon {
    width: 28px; }
  .reservation .text {
    font-size: 14px;
    color: #fff; }

@media (max-width: 1280px) {
  .reservation {
    display: none; } }

@media (max-width: 1280px) {
  .header {
    width: auto;
    height: auto;
    background: transparent;
    position: static; }
    .header .header_inner {
      width: auto;
      height: auto;
      overflow-y: auto;
      display: block; }
      .header .header_inner .site_logo {
        display: none; }
      .header .header_inner .sp_navi {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100vh;
        background: #fff;
        position: fixed;
        top: 0;
        left: auto;
        right: -150%;
        transform: none;
        transition: all .5s;
        z-index: 95;
        box-shadow: none; }
        .header .header_inner .sp_navi.panelactive {
          right: 0; }
        .header .header_inner .sp_navi .navi_wrap {
          max-width: 330px;
          margin-top: 0; }
          .header .header_inner .sp_navi .navi_wrap .navi {
            list-style-type: none;
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            gap: 0 30px; }
            .header .header_inner .sp_navi .navi_wrap .navi .navi_item {
              padding: 15px 0;
              border-bottom: 1px solid #e3e3e3; }
              .header .header_inner .sp_navi .navi_wrap .navi .navi_item:first-child {
                border-top: 1px solid #e3e3e3; }
              .header .header_inner .sp_navi .navi_wrap .navi .navi_item:nth-child(2) {
                border-top: 1px solid #e3e3e3; }
              .header .header_inner .sp_navi .navi_wrap .navi .navi_item.home {
                display: block; }
        .header .header_inner .sp_navi .tel_area {
          margin-top: 35px; }
        .header .header_inner .sp_navi .sns_area {
          margin-bottom: 0; }
          .header .header_inner .sp_navi .sns_area .icon_wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px; }
            .header .header_inner .sp_navi .sns_area .icon_wrap .icon {
              width: 35px;
              position: relative; }
              .header .header_inner .sp_navi .sns_area .icon_wrap .icon .link {
                position: absolute;
                inset: 0; }
      .header .header_inner .sp_btn {
        display: flex;
        align-items: center;
        gap: 8px;
        position: fixed;
        top: 40px;
        right: 75px;
        z-index: 50; }
        .header .header_inner .sp_btn .insta_icon {
          width: 36px;
          height: 36px; }
          .header .header_inner .sp_btn .insta_icon a {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute; }
        .header .header_inner .sp_btn .sp_top_icon {
          width: 36px;
          height: 36px;
          background: #f48f9f;
          border: 2px solid #F5E9F3;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          .header .header_inner .sp_btn .sp_top_icon .link {
            position: absolute;
            inset: 0; }
          .header .header_inner .sp_btn .sp_top_icon .image {
            width: 18px; }
        .header .header_inner .sp_btn .reservation_sp {
          width: 116px;
          height: 36px;
          background: #f48f9f;
          border: 2px solid #F5E9F3;
          border-radius: 100px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          .header .header_inner .sp_btn .reservation_sp .link {
            position: absolute;
            inset: 0; }
          .header .header_inner .sp_btn .reservation_sp .text {
            color: #fff;
            font-size: 12px; }
      .header .header_inner .hamburger_icon {
        display: block;
        position: fixed;
        top: 35px;
        right: 10px;
        z-index: 99;
        width: 46px;
        height: 46px;
        background: #f48f9f;
        border: 2px solid #F5E9F3;
        border-radius: 50%;
        cursor: pointer; }
        .header .header_inner .hamburger_icon.active span:nth-of-type(1) {
          top: 18px;
          left: 10px;
          transform: translateY(6px) rotate(-45deg);
          width: 60%; }
        .header .header_inner .hamburger_icon.active span:nth-of-type(2) {
          opacity: 0; }
        .header .header_inner .hamburger_icon.active span:nth-of-type(3) {
          top: 30px;
          left: 10px;
          transform: translateY(-6px) rotate(45deg);
          width: 60%; }
        .header .header_inner .hamburger_icon span {
          display: inline-block;
          width: 60%;
          transition: all .4s;
          position: absolute;
          left: 10px;
          height: 2px;
          border-radius: 2px;
          background: #fff; }
          .header .header_inner .hamburger_icon span:nth-last-of-type(1) {
            top: 15px; }
          .header .header_inner .hamburger_icon span:nth-last-of-type(2) {
            top: 23px; }
          .header .header_inner .hamburger_icon span:nth-last-of-type(3) {
            top: 31px; } }

@media (max-width: 767px) and (max-width: 1280px) {
  .header .header_inner .sp_btn {
    top: 15px;
    right: 70px; }
  .header .header_inner .hamburger_icon {
    top: 10px; } }

/* ---------------------------------------------------------
    footer
--------------------------------------------------------- */
.footer_container {
  padding-left: 250px; }
  .footer_container .footer {
    padding: 35px 40px 20px;
    background: #f48f9f; }
    .footer_container .footer .footer_inner {
      max-width: 1000px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      gap: 30px; }
      .footer_container .footer .footer_inner .l_content {
        width: 40%; }
        .footer_container .footer .footer_inner .l_content .footer_logo {
          width: 100%; }
        .footer_container .footer .footer_inner .l_content .address {
          font-size: 14px;
          color: #fff;
          margin-top: 5px; }
        .footer_container .footer .footer_inner .l_content .number {
          margin-top: 30px;
          font-size: 32px;
          color: #fff;
          font-family: "Lato", sans-serif;
          font-weight: 300;
          font-style: normal; }
          .footer_container .footer .footer_inner .l_content .number .min {
            font-size: 14px; }
        .footer_container .footer .footer_inner .l_content .time {
          font-size: 14px;
          color: #fff;
          margin-top: 10px; }
      .footer_container .footer .footer_inner .r_content {
        width: 40%; }
    .footer_container .footer .copy {
      max-width: 1000px;
      font-family: "Belleza", system-ui;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      color: #fff;
      margin: 60px auto 0; }

@media (max-width: 1280px) {
  .footer_container {
    padding-left: 0; }
    .footer_container .footer .footer_inner {
      gap: 20px; }
      .footer_container .footer .footer_inner .l_content {
        width: 45%; }
      .footer_container .footer .footer_inner .r_content {
        width: 45%; } }

@media (max-width: 767px) {
  .footer_container .footer {
    padding: 35px 30px 20px 30px; }
    .footer_container .footer .footer_inner {
      max-width: none;
      margin: auto;
      display: block; }
      .footer_container .footer .footer_inner .l_content {
        width: 100%; }
        .footer_container .footer .footer_inner .l_content .footer_logo {
          max-width: 340px; }
      .footer_container .footer .footer_inner .r_content {
        width: 100%;
        max-width: 500px;
        margin-top: 40px; }
    .footer_container .footer .copy {
      max-width: none;
      text-align: center;
      margin: 20px auto 0; } }

.page_top {
  width: 12px;
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page_top .link {
    position: absolute;
    inset: 0; }
  .page_top .pc {
    display: block; }
  .page_top .sp {
    display: none; }

@media (max-width: 767px) {
  .page_top {
    width: 50px;
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 5; }
    .page_top .pc {
      display: none; }
    .page_top .sp {
      display: block; } }

.ai_chatbot {
  width: 192px;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 99;
  overflow: hidden;
  transition: all .3s; }
  .ai_chatbot.hidden {
    opacity: 0;
    visibility: hidden; }

@media (max-width: 767px) {
  .ai_chatbot {
    width: 110px;
    right: 20px;
    bottom: 70px; } }

/* ---------------------------------------------------------
    taxonomy
--------------------------------------------------------- */
.container {
  padding-left: 250px; }

.inner {
  max-width: 930px;
  padding: 0 20px;
  margin: auto; }

.footer_container {
  margin-top: 100px; }

@media (max-width: 1280px) {
  .container {
    padding-left: 0; } }

@media (max-width: 767px) {
  .footer_container {
    margin-top: 140px; } }

/* ---------------------------------------------------------
    taxonomy
--------------------------------------------------------- */
.page_visual {
  width: 100%; }
  .page_visual .site_logo {
    display: none; }
  .page_visual .visual_image {
    background-color: #fff; }
    .page_visual .visual_image img {
      width: 100%;
      height: 100%;
      aspect-ratio: 19 / 10;
      object-fit: cover; }

@media (max-width: 1280px) {
  .page_visual {
    width: 100%;
    position: relative; }
    .page_visual .site_logo {
      display: block;
      width: 110px;
      /*250px*/
      padding: 5px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
      .page_visual .site_logo .link {
        position: absolute;
        inset: 0; }
    .page_visual .visual_image {
      padding-top: 120px; } }

@media (max-width: 767px) {
  .page_visual .site_logo {
    width: 60px;
    /*130px*/ }
  .page_visual .visual_image {
    padding-top: 70px; }
    .page_visual .visual_image img {
      aspect-ratio: 106 / 55; } }

/* ---------------------------------------------------------
    taxonomy
--------------------------------------------------------- */
.page_ttl {
  margin-top: 100px;
  font-size: 32px;
  color: #f48f9f;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; }
  .page_ttl .en {
    font-family: "Belleza", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 14px; }

.read {
  margin-top: 70px;
  font-size: 15px;
  text-align: center;
  line-height: 2; }

@media (max-width: 767px) {
  .page_ttl {
    margin-top: 70px;
    font-size: 28px;
    gap: 10px; }
  .read {
    margin-top: 50px;
    font-size: 15px;
    text-align: justify;
    padding: 0 20px; } }

/* ---------------------------------------------------------
    taxonomy
--------------------------------------------------------- */
.angelnote_list_info {
  margin-top: 70px; }
  .angelnote_list_info h2 {
    line-height: 1.75;
    font-weight: 500;
    color: #f48f9f;
    font-size: 26px;
    letter-spacing: .04em;
    width: fit-content;
    margin: 0 auto;
    position: relative; }
    .angelnote_list_info h2::before {
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      background-color: #f48f9f;
      position: absolute;
      bottom: 0; }
    .angelnote_list_info h2 span {
      font-size: 1.5rem;
      margin-left: 0.5rem; }

.sect_post {
  margin-top: 50px; }
  .sect_post .card {
    max-width: 700px;
    margin: 80px auto 0; }
    .sect_post .card:first-of-type {
      margin-top: 0; }
    .sect_post .card .heading {
      color: #f48f9f;
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      line-height: 1;
      margin-bottom: 20px; }
      .sect_post .card .heading h2 {
        font-weight: 400;
        display: flex;
        align-items: baseline; }
        .sect_post .card .heading h2 .epi {
          font-family: "Belleza", system-ui;
          font-weight: 400;
          font-style: normal;
          font-size: 15px;
          letter-spacing: .16rem;
          position: relative;
          margin-right: 4px; }
          .sect_post .card .heading h2 .epi::after {
            content: '';
            display: block;
            height: 1px;
            width: 100%;
            background-color: #f48f9f;
            margin-top: 3px; }
        .sect_post .card .heading h2 .num {
          font-size: 70px;
          font-weight: 300;
          transform: translateY(6px); }
      .sect_post .card .heading .date {
        font-family: "Belleza", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        transform: translateY(3px); }
    .sect_post .card .summary {
      background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #FFFAF4 50%, #FFFAF4 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
      background-size: 4px 100%, 100% 3rem;
      line-height: 3rem;
      padding-bottom: 1px;
      letter-spacing: 0;
      text-align: justify;
      font-size: 15px; }
    .sect_post .card .tags {
      display: flex;
      margin-top: 10px; }
      .sect_post .card .tags .link {
        font-size: 14px;
        color: #f48f9f;
        margin-right: 24px; }
        .sect_post .card .tags .link:hover {
          text-decoration: none; }
/*# sourceMappingURL=common.css.map */