@charset "UTF-8";
/* ------------------------------------------------------------
   Toppage
   トップページのみで使うレイアウト
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Mixin
   ミックスイン
------------------------------------------------------------ */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------
   Variables
   変数
------------------------------------------------------------ */
main {
  width: 100%;
  max-width: 100%;
  position: relative;
}
main::before {
  content: "";
  position: fixed;
  top: 120px;
  left: 0;
  width: 400px;
  height: 400px;
  background-image: url(../img/bg_blur02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main::before {
    top: 50px;
    width: 280px;
    height: 280px;
  }
}
main::after {
  content: "";
  position: fixed;
  bottom: -300px;
  right: 50px;
  width: 600px;
  height: 600px;
  background-image: url(../img/bg_blur01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main::after {
    content: none;
  }
}

.p_topMediaPanel {
  margin-bottom: 152px;
}
.p_topMediaPanel.reverse .p_topMedia {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .p_topMediaPanel.reverse .p_topMedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p_topMediaPanel.reverse .p_topMedia--box01 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .p_topMediaPanel.reverse .p_topMedia--box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p_topMediaPanel.reverse .p_topMedia--box01 .c_headline02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
    text-align: right;
  }
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  .p_topMediaPanel.reverse .p_topMedia--box01 .c_headline02 {
    margin-right: 0;
    margin: 0 auto;
    max-width: none;
    width: 94%;
  }
}
@media screen and (max-width: 980px) {
  .p_topMediaPanel.reverse .p_topMedia--box01 .p_topMedia__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p_topMediaPanel.reverse .p_topMedia__img img {
  border-radius: 32px 0 0 32px;
}
.p_topMediaPanel.reverse .p_topMedia__txt {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .p_topMediaPanel.reverse .p_topMedia__txt {
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}
@media screen and (max-width: 980px) {
  .p_topMediaPanel.reverse .p_topMedia__img {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: 0;
    max-width: none;
    width: 80%;
  }
}
.p_topMediaPanel.reverse .p_topPanel {
  border-left: none;
  border-right: 1px solid #E2DDDB;
  border-radius: 0 20px 20px 0;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .p_topMediaPanel.reverse .p_topPanel {
    border-left: 1px solid #E2DDDB;
    border-right: none;
    width: calc(100% - 20px);
    margin-left: 0;
    margin-right: auto;
  }
}
.p_topMediaPanel.reverse .p_topPanel .l_twoColumn {
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .p_topMediaPanel.reverse .p_topMedia--box02 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

.p_topMedia {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 980px) {
  .p_topMedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p_topMedia--box01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 40%;
}
@media screen and (max-width: 980px) {
  .p_topMedia--box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .p_topMedia--box01 .c_headline02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  .p_topMedia--box01 .c_headline02 {
    margin-right: 0;
    margin: 0 auto;
    max-width: none;
    width: 94%;
  }
}
@media screen and (max-width: 980px) {
  .p_topMedia--box01 .p_topMedia__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p_topMedia--box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: max(5vw, (100vw - 980px) / 2);
  width: 60%;
}
@media screen and (max-width: 980px) {
  .p_topMedia--box02 {
    padding-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.p_topMedia__content {
  margin-left: auto;
  margin-right: 0;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .p_topMedia__content {
    margin: 0 auto;
    max-width: none;
    width: 94%;
  }
}
.p_topMedia__img {
  max-width: 580px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .p_topMedia__img {
    width: 80%;
  }
}
.p_topMedia__img img {
  border-radius: 0 32px 32px 0;
  display: block;
  height: auto;
  width: 100%;
}
.p_topMedia__txt {
  margin-left: auto;
  margin-right: 0;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .p_topMedia__txt {
    margin-right: 0;
    margin: 0 auto;
    max-width: none;
  }
}
.p_topMedia .c_btn {
  max-width: 600px;
}

.p_topMediaPanel.reverse .p_topMedia--box02 {
  padding-right: 0;
  padding-left: max(5vw, (100vw - 980px) / 2);
}
@media screen and (max-width: 980px) {
  .p_topMediaPanel.reverse .p_topMedia--box02 {
    padding-left: 0;
  }
}

.p_topPanel {
  background-color: #fefefd;
  border-top: 1px solid #E2DDDB;
  border-left: 1px solid #E2DDDB;
  border-bottom: 1px solid #E2DDDB;
  border-radius: 20px 0 0 20px;
  margin-top: 64px;
  margin-left: auto;
  padding: 48px 96px;
  width: 80%;
}
@media screen and (max-width: 980px) {
  .p_topPanel {
    padding: 48px 40px;
    width: calc(100% - 20px);
  }
}
.p_topPanel .l_twoColumn {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 80%;
}
@media screen and (max-width: 980px) {
  .p_topPanel .l_twoColumn {
    width: 100%;
  }
}
.p_topPanel .l_twoColumn--box01 {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .p_topPanel .l_twoColumn--box01 {
    width: 100%;
  }
}
.p_topPanel .l_twoColumn--box02 {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .p_topPanel .l_twoColumn--box02 {
    width: 100%;
  }
}
.p_topPanel .c_headline04 {
  margin-top: 0;
}

.p_topIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 980px) {
  .p_topIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p_topIntro__content {
  max-width: 684px;
  width: 50%;
}
@media screen and (max-width: 980px) {
  .p_topIntro__content {
    width: 100%;
  }
}
.p_topIntro__txt {
  padding-left: 80px;
}
@media screen and (max-width: 980px) {
  .p_topIntro__txt {
    padding-left: 0;
  }
}
.p_topIntro__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  width: 50%;
}
@media screen and (max-width: 980px) {
  .p_topIntro__visual {
    width: 100%;
  }
}
.p_topIntro__photo {
  border-radius: 32px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 980px) {
  .p_topIntro__photo {
    border-radius: 20px;
  }
}
.p_topIntro__photo img {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p_topIntro__photo--main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p_topIntro__photo--sub {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 240px;
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
}
@media screen and (max-width: 980px) {
  .p_topIntro__photo--sub {
    margin-top: 120px;
  }
}

.p_topMv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 120px;
}
@media screen and (max-width: 980px) {
  .p_topMv {
    margin-top: 120px;
  }
}
.p_topMv__inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: min(600px, 100svh - 94px - 20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  margin-inline: 40px;
  max-width: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p_topMv__inner {
    height: min(500px, 100svh - 94px - 20px);
    margin-inline: 0;
  }
}
.p_topMv__img {
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p_topMv__img {
    border-radius: 0;
  }
}
.p_topMv img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p_topMv img {
    border-radius: 0 20px 20px 0;
    width: 80%;
  }
}
.p_topMv__ttl {
  background: #fcfaf9;
  border-start-start-radius: 20px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px 0;
  padding: 32px 20px 12px;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p_topMv__ttl {
    padding: 16px 12px;
    top: -10%;
    background: transparent;
  }
}
@supports (corner-shape: scoop) {
  .p_topMv__ttl::before, .p_topMv__ttl::after {
    aspect-ratio: 1;
    background-color: inherit;
    block-size: 20px;
    border-start-start-radius: calc(infinity * 1px);
    content: "";
    corner-shape: scoop;
    position: absolute;
  }
  .p_topMv__ttl::before {
    inset-block-end: 100%;
    inset-inline-end: 0;
  }
  .p_topMv__ttl::after {
    inset-block-end: 0;
    inset-inline-end: 100%;
  }
  @media screen and (max-width: 767px) {
    .p_topMv__ttl::after {
      inset-block-end: 54%;
    }
  }
}
.p_topMv__mainTtl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #864e4a;
  padding-left: 32px;
  text-align: end;
  margin-right: 0;
  max-width: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 980px) {
  .p_topMv__mainTtl {
    font-size: 28px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p_topMv__mainTtl {
    font-size: 22px;
    padding-left: 12px;
  }
}
.p_topMv__subTtl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #311303;
  display: inline-block;
  line-height: 1.8;
  margin-left: auto;
  margin-right: 0;
  max-width: 100%;
  padding-top: 56px;
  padding-left: 48px;
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p_topMv__subTtl {
    padding-left: 40px;
    padding-top: 48px;
    margin-top: 160px;
    margin-right: 32px;
  }
}
.p_topMv__subTtl::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 112px;
  left: 0;
  top: 0;
  background-image: url(../img/headline.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p_topMv__subTtl::before {
    height: 90px;
    width: 80px;
  }
}

.p_topNav {
  display: none;
}
@media screen and (max-width: 767px) {
  .p_topNav {
    background-color: #F5F0EC;
    border-top: 1px solid #E2DDDB;
    border-bottom: 1px solid #E2DDDB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin-top: 48px;
    padding: 32px 0;
    width: 100%;
  }
}
.p_topNav__grid {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
}
.p_topNav__link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fefefd;
  border: 1px solid #E2DDDB;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #864e4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.p_topNav__ico {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 16%;
}
.p_topNav__ico img {
  width: 100%;
  max-width: 30px;
}
.p_topNav__tel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #864e4a;
  border-radius: 4px;
  color: #864e4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  letter-spacing: 0.5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 4px 8px;
  position: relative;
  text-align: center;
}
.p_topNav__tel::before {
  display: inline-block;
  background-image: url(../img/ico_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 18px;
  width: 18px;
}
.p_topNav__cta {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #965d57;
  border-radius: 4px;
  color: #fefefd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 4px;
  position: relative;
  text-align: center;
}
.p_topNav__cta::after {
  display: inline-block;
  content: " ";
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/ico_link.svg);
          mask-image: url(../img/ico_link.svg);
  background-color: #fefefd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  width: 16px;
}

.p_topMvLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-inline: auto;
  padding: 16px 0 24px;
  width: 85%;
}
.p_topMvLink__item {
  -webkit-transition: background 0.35s ease-out, border 0.35s ease-out, color 0.35s ease-out, opacity 0.35s ease-out, scale 0.35s ease-out, margin 0.35s ease-out, top 0.35s ease-out, right 0.35s ease-out, bottom 0.35s ease-out, left 0.35s ease-out, visibility 0.35s ease-out, -webkit-box-shadow 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-flex 0.35s ease-out;
  transition: background 0.35s ease-out, border 0.35s ease-out, color 0.35s ease-out, opacity 0.35s ease-out, scale 0.35s ease-out, margin 0.35s ease-out, top 0.35s ease-out, right 0.35s ease-out, bottom 0.35s ease-out, left 0.35s ease-out, visibility 0.35s ease-out, -webkit-box-shadow 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-flex 0.35s ease-out;
  transition: background 0.35s ease-out, border 0.35s ease-out, color 0.35s ease-out, box-shadow 0.35s ease-out, transform 0.35s ease-out, opacity 0.35s ease-out, scale 0.35s ease-out, margin 0.35s ease-out, top 0.35s ease-out, right 0.35s ease-out, bottom 0.35s ease-out, left 0.35s ease-out, flex 0.35s ease-out, visibility 0.35s ease-out;
  transition: background 0.35s ease-out, border 0.35s ease-out, color 0.35s ease-out, box-shadow 0.35s ease-out, transform 0.35s ease-out, opacity 0.35s ease-out, scale 0.35s ease-out, margin 0.35s ease-out, top 0.35s ease-out, right 0.35s ease-out, bottom 0.35s ease-out, left 0.35s ease-out, flex 0.35s ease-out, visibility 0.35s ease-out, -webkit-box-shadow 0.35s ease-out, -webkit-transform 0.35s ease-out, -webkit-box-flex 0.35s ease-out, -ms-flex 0.35s ease-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #965d57;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 8px 20px;
  text-decoration: none;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .p_topMvLink__item {
    width: 100%;
  }
}
.p_topMvLink__item::after {
  display: inline-block;
  content: " ";
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/ico_arrow01.svg);
          mask-image: url(../img/ico_arrow01.svg);
  background-color: #965d57;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 12px;
  width: 24px;
}
.p_topMvLink__lbl {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #965d57;
  display: block;
  line-height: 1.4;
}
.p_topMvLink__txt {
  font-size: 22px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #965d57;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 0;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p_topMvLink__txt {
    font-size: 18px;
  }
}

.p_topAbout {
  padding: 104px 0 160px;
}

.p_topNews {
  padding: 104px 0 160px;
  background-color: #F8F4F1;
  border-top: 1px solid #E2DDDB;
  border-bottom: 1px solid #E2DDDB;
}
@media screen and (max-width: 767px) {
  .p_topNews {
    padding: 96px 0 96px;
  }
}
.p_topNews .l_twoColumn {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p_topNews .l_twoColumn--box01 {
  width: 25%;
}
@media screen and (max-width: 980px) {
  .p_topNews .l_twoColumn--box01 {
    width: 100%;
  }
}
.p_topNews .l_twoColumn--box02 {
  width: 75%;
}
@media screen and (max-width: 980px) {
  .p_topNews .l_twoColumn--box02 {
    width: 100%;
  }
}
.p_topNews__important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
  width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p_topNews__important {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p_topNews__important img {
    width: 30px;
    height: 30px;
  }
}
.p_topNews__importantList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  min-width: 0;
  width: 100%;
}
.p_topNews__importantItem {
  margin: 0;
  min-width: 0;
  padding: 0;
}
.p_topNews__importantItem:not(:last-child) {
  margin-bottom: 24px;
}
.p_topNews__importantLink {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(49, 19, 3, 0.15);
  color: inherit;
  display: block;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 8px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p_topNews__importantLink {
    font-size: 14px;
  }
}
.p_topNews__importantTxt {
  display: block;
}
.p_topNews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p_topNews__item {
  border-bottom: 1px dotted rgba(49, 19, 3, 0.15);
  margin: 0;
  padding-bottom: 24px;
}
.p_topNews__item:not(:last-child) {
  margin-bottom: 24px;
}
.p_topNews__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  min-width: 0;
  padding-right: 24px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p_topNews__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 8px;
  }
}
.p_topNews__link::after {
  border-right: 1px solid #965d57;
  border-top: 1px solid #965d57;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
}
.p_topNews__date {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #311303;
}
.p_topNews__txt {
  color: #311303;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p_topNews .c_newsCat {
  font-size: 14px;
  border-radius: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #311303;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1.8;
  min-width: 120px;
  padding: 4px 12px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p_topNews .c_newsCat {
    font-size: 12px;
    padding: 4px 8px;
  }
}
.p_topNews .c_newsCat.c_newsCat--1 {
  background-color: #e0c7c1;
}
.p_topNews .c_newsCat.c_newsCat--2 {
  background-color: #C1C4E0;
}
.p_topNews .c_newsCat.c_newsCat--3 {
  background-color: #d0dabc;
}
.p_topNews .c_newsCat.c_newsCat--4 {
  background-color: #e1d1aa;
}
.p_topNews .p_topBanner {
  background-color: #fefefd;
  border: 1px solid #E2DDDB;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .p_topNews .p_topBanner {
    border-color: rgba(214, 133, 71, 0.5);
  }
}
.p_topNews .p_topBanner__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 380px;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .p_topNews .p_topBanner__img {
    display: none;
  }
}
.p_topNews .p_topBanner__img img {
  border-radius: 20px 0 0 20px;
  display: block;
  height: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p_topNews .p_topBanner__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding: 40px;
  padding-right: calc(40px + 52px + 24px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p_topNews .p_topBanner__body {
    padding: 32px 20px;
  }
}
.p_topNews .p_topBanner__body::before {
  background: url("../img/top/banner_logo.png") no-repeat left -30px top -20px;
  background-size: 220px auto;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p_topNews .p_topBanner__body::before {
    background-position: left -25px top -20px;
    background-size: 160px auto;
  }
}
.p_topNews .p_topBanner__label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  border-bottom: 1px solid #d68547;
  color: #d68547;
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p_topNews .p_topBanner__label {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.p_topNews .p_topBanner__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p_topNews .p_topBanner__title {
    font-size: 13px;
    margin-top: 12px;
  }
}
.p_topNews .p_topBanner__title span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p_topNews .p_topBanner__title span {
    font-size: 18px;
    font-weight: 400;
  }
}
.p_topNews .p_topBanner__text {
  font-size: 14px;
  line-height: 1.65;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
.p_topNews .p_topBanner__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d68547;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52px;
  z-index: 2;
}
.p_topNews .p_topBanner__icon::before {
  display: inline-block;
  content: " ";
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/ico_link.svg);
          mask-image: url(../img/ico_link.svg);
  background-color: #d68547;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .p_topNews .p_topBanner__icon {
    height: 36px;
    right: 18px;
    width: 36px;
    background-color: #d68547;
  }
  .p_topNews .p_topBanner__icon::before {
    height: 14px;
    width: 14px;
    background-color: #fefefd;
  }
}

.p_topSchedule {
  padding: 104px 0 160px;
}
@media screen and (max-width: 767px) {
  .p_topSchedule {
    padding: 96px 0 96px;
  }
}
.p_topSchedule .l_twoColumn {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p_topSchedule .l_twoColumn--box01 {
  width: 25%;
}
@media screen and (max-width: 980px) {
  .p_topSchedule .l_twoColumn--box01 {
    width: 100%;
  }
}
.p_topSchedule .l_twoColumn--box02 {
  width: 75%;
}
@media screen and (max-width: 980px) {
  .p_topSchedule .l_twoColumn--box02 {
    width: 100%;
  }
}
.p_topSchedule__tableWrap {
  overflow-x: auto;
  width: 100%;
}
.p_topSchedule__table {
  border-collapse: collapse;
  color: #965d57;
  min-width: 100%;
  width: 100%;
}
.p_topSchedule__table th,
.p_topSchedule__table td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 12px;
  vertical-align: middle;
}
.p_topSchedule__table thead th {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  background-color: #F8F4F1;
  font-weight: 400;
  text-align: center;
}
.p_topSchedule__table tbody {
  border-bottom: 1px solid #e0c7c1;
}
.p_topSchedule__table tbody th {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  background-color: #fefefd;
  text-align: center;
}
.p_topSchedule__table tbody td {
  font-size: 18px;
  background-color: #fefefd;
  color: #b9837a;
  text-align: center;
}
.p_topSchedule__timeSub {
  font-size: 12px;
  display: block;
  margin-top: 4px;
}
.p_topSchedule__notes {
  margin-top: 16px;
  text-align: right;
}
.p_topSchedule__note {
  font-size: 16px;
}
.p_topSchedule__note + .p_topSchedule__note {
  margin-top: 12px;
}
.p_topSchedule__noteSym {
  color: #b9837a;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
}

.p_topFeature {
  padding: 104px 0 160px;
  background-color: #fefefd;
  border-top: 1px solid #E2DDDB;
  border-bottom: 1px solid #E2DDDB;
}
@media screen and (max-width: 767px) {
  .p_topFeature {
    padding: 96px 0 96px;
  }
}
.p_topFeature .l_twoColumn {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p_topFeature .l_twoColumn--box01 {
  width: 25%;
}
@media screen and (max-width: 980px) {
  .p_topFeature .l_twoColumn--box01 {
    width: 100%;
  }
}
.p_topFeature .l_twoColumn--box02 {
  width: 75%;
}
@media screen and (max-width: 980px) {
  .p_topFeature .l_twoColumn--box02 {
    width: 100%;
  }
}
.p_topFeature__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p_topFeature__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p_topFeature__link {
  display: block;
  width: 100%;
}
.p_topFeature__img {
  display: block;
  height: auto;
  width: 100%;
  border-top-left-radius: 20px;
}
.p_topFeature .c_btn {
  margin-top: 8px;
}

.p_topDepartment {
  padding: 104px 0 160px;
}
@media screen and (max-width: 767px) {
  .p_topDepartment {
    padding: 96px 0 96px;
  }
}

.p_topClinic {
  background-color: #f2f5ee;
  padding: 104px 0 160px;
}
@media screen and (max-width: 767px) {
  .p_topClinic {
    padding: 96px 0 96px;
  }
}

.p_topPrimary {
  background-color: #fefefd;
  border-radius: 20px;
  border: 1px solid #E2DDDB;
  padding: 88px 72px;
}
@media screen and (max-width: 1199px) {
  .p_topPrimary {
    padding: 64px 48px;
  }
}
@media screen and (max-width: 980px) {
  .p_topPrimary {
    padding: 40px 16px;
  }
}
.p_topPrimary .l_twoColumn {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #E2DDDB;
  padding-bottom: 48px;
}
@media screen and (max-width: 1199px) {
  .p_topPrimary .l_twoColumn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p_topPrimary .l_twoColumn {
    padding-bottom: 32px;
  }
}
.p_topPrimary .l_twoColumn--box01 {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .p_topPrimary .l_twoColumn--box01 {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .p_topPrimary .l_twoColumn--box01 {
    width: 100%;
  }
}
.p_topPrimary .l_twoColumn--box02 {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .p_topPrimary .l_twoColumn--box02 {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .p_topPrimary .l_twoColumn--box02 {
    width: 100%;
  }
}
.p_topPrimary__title {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #7d9657;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p_topPrimary__title {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
.p_topPrimary__logo {
  margin-bottom: 30px;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .p_topPrimary__logo {
    max-width: 240px;
    margin-bottom: 16px;
  }
}
.p_topPrimary__telLbl {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p_topPrimary__telLbl {
    font-size: 12px;
  }
}
.p_topPrimary__tel {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p_topPrimary__tel {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.p_topPrimary__map {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .p_topPrimary__map {
    width: 100%;
  }
}
.p_topPrimary__map iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.p_topPrimary__mapFrame {
  height: 350px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .p_topPrimary__mapFrame {
    height: 40vw;
    min-height: 280px;
  }
}
.p_topPrimary__mapFrame::before {
  background-color: rgba(250, 224, 221, 0.35);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.p_topPrimary__mapBtn {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d68547;
  border-radius: 30px;
  color: #d68547;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  max-width: 130px;
  padding: 4px 12px;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.p_topPrimary__mapBtn::before {
  display: inline-block;
  content: " ";
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/ico_access.svg);
          mask-image: url(../img/ico_access.svg);
  background-color: #d68547;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 8px;
  width: 13px;
}
.p_topPrimary__mapBtn:hover {
  opacity: 0.75;
}
.p_topPrimary__txt {
  border-top: 1px solid #E2DDDB;
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .p_topPrimary__txt {
    padding-top: 32px;
  }
}
.p_topPrimary__note {
  font-size: 14px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p_topPrimary__note {
    font-size: 13px;
  }
}
.p_topPrimary .c_schedule__table thead th {
  background-color: #F5EDE7;
}
.p_topPrimary .c_schedule__table tbody td {
  color: #d68547;
}

.p_topBlog {
  padding: 104px 0 160px;
}
@media screen and (max-width: 767px) {
  .p_topBlog {
    padding: 96px 0 96px;
  }
}
.p_topBlog__link {
  background-color: rgba(254, 254, 253, 0.5);
  border: 1px solid #E2DDDB;
  border-radius: 20px;
  padding: 56px 32px;
}
@media screen and (max-width: 767px) {
  .p_topBlog__link {
    padding: 48px 32px;
  }
}
.p_topBlog__link a {
  display: block;
}
.p_topBlog__link a:hover .p_topBlog__ttl {
  border-bottom-color: #311303;
}
.p_topBlog__img {
  margin-bottom: 24px;
  overflow: hidden;
}
.p_topBlog__img img {
  aspect-ratio: 3/2;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.p_topBlog__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  display: inline;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  -webkit-transition: border-color 0.35s ease-out;
  transition: border-color 0.35s ease-out;
}
@media screen and (max-width: 767px) {
  .p_topBlog__ttl {
    font-size: 16px;
  }
}
.p_topBlog__date {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #864e4a;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p_topBlog__date {
    font-size: 12px;
  }
}

.p_topInstagram {
  padding: 0 0 160px;
}

.p_topRelated {
  background-color: #F8F4F1;
  border-bottom: 1px solid #E2DDDB;
  border-top: 1px solid #E2DDDB;
  padding: 120px 0 104px;
}
@media screen and (max-width: 767px) {
  .p_topRelated {
    padding: 96px 0 96px;
  }
}
.p_topRelated__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p_topRelated__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p_topRelated__item {
  background-color: rgba(254, 254, 253, 0.35);
  border: 1px solid #E2DDDB;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: block;
  padding: 32px;
  text-decoration: none;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p_topRelated__item {
    width: 100%;
  }
}
.p_topRelated__logo {
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 35px;
}
.p_topRelated__logo img {
  width: 100%;
}
.p_topRelated__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 12px;
  text-align: right;
}
.p_topRelated__txt {
  margin-bottom: 8px;
  text-align: right;
}
.p_topRelated__link {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 20px;
}
@media screen and (max-width: 767px) {
  .p_topRelated__link {
    max-width: 18px;
  }
}
.p_topRelated__link img {
  width: 100%;
}
.p_topRelated__tel {
  color: #864e4a;
  -webkit-text-decoration: underline solid #864e4a;
          text-decoration: underline solid #864e4a;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.p_topAccess {
  padding: 120px 0 104px;
}
.p_topAccess__info {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .p_topAccess__info {
    width: 100%;
  }
}
.p_topAccess__map {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .p_topAccess__map {
    width: 100%;
  }
}
.p_topAccess__map iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.p_topAccess__mapFrame {
  height: 350px;
}
@media screen and (max-width: 980px) {
  .p_topAccess__mapFrame {
    height: 40vw;
    min-height: 280px;
  }
}
.p_topAccess__mapBtn {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #864e4a;
  border-radius: 30px;
  color: #864e4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  max-width: 130px;
  padding: 4px 12px;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.p_topAccess__mapBtn::before {
  display: inline-block;
  content: " ";
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../img/ico_access.svg);
          mask-image: url(../img/ico_access.svg);
  background-color: #864e4a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 8px;
  width: 13px;
}
.p_topAccess__mapBtn:hover {
  opacity: 0.75;
}
.p_topAccess__logo {
  margin-bottom: 30px;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .p_topAccess__logo {
    margin-bottom: 16px;
  }
}
.p_topAccess__telLbl {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p_topAccess__telLbl {
    font-size: 12px;
  }
}
.p_topAccess__tel {
  font-family: "Avenir Next", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p_topAccess__tel {
    margin-bottom: 16px;
  }
}
.p_topAccess__accessLine {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
  margin-bottom: 12px;
  margin-top: 0;
}
.p_topAccess__accessLine:last-of-type {
  margin-bottom: 24px;
}
.p_topAccess__accessLbl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F0EC;
  border-radius: 4px;
  color: #864e4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 8px;
  margin: 0;
  padding: 8px;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p_topAccess__accessLbl {
    width: 40%;
    padding: 8px 12px;
  }
}
.p_topAccess__accessLbl.--bus::before {
  display: inline-block;
  background-image: url(../img/ico_bus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 20px;
  width: 22px;
}
.p_topAccess__accessLbl.--parking::before {
  display: inline-block;
  background-image: url(../img/ico_parking.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 22px;
  width: 22px;
}
.p_topAccess__accessLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #311303;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  text-decoration: underline;
}
.p_topAccess__accessLink::after {
  display: inline-block;
  background-image: url(../img/ico_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 18px;
  width: 18px;
  margin-left: 12px;
}
.p_topAccess__note {
  font-size: 14px;
  text-align: right;
  margin-top: 12px;
}