@charset "UTF-8";
html {
    scroll-behavior: smooth;
  }



/*------------------------------------------------------------
	TOP
------------------------------------------------------------*/

.main,
.l-cv_sec {

	/* reset */
 
* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

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

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

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

blockquote,
q {
    quotes: none;
}

[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}

label {
    -webkit-user-select: none;
    user-select: none;
}

* {
    word-break: break-word;
}

}

.main,
.l-cv_sec {
  display: block;
  -webkit-text-size-adjust: 100%;
  font-family: "BIZ UDPGothic", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #333;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .main,
.l-cv_sec  {
    font-size: 1.5rem;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
  }
}

img {
  vertical-align: middle;
  border: none;
}
@media screen and (max-width: 599px) {
  img {
    width: 100%;
  }
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

ul {
  margin: 0;
  padding: 0;
}

li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*------------------------------------------------------------
//           top content
------------------------------------------------------------*/
.main {
  display: block;
}

.l_main_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100svh - 80.17px);
}
@media screen and (max-width: 1024px) {
  .l_main_grid {
    height: auto;
  }
}
.l_main_grid .l-left {
  width: 60%;
  /* ヘッダーの高さを引いたコンテンツ縦幅 */
  height: calc(100svh - 80.17px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-right: solid 0.8vw #fff;
  border-bottom: solid 0.8vw #fff;
  border-left: solid 1.4vw #fff;
}
@media screen and (max-width: 1024px) {
  .l_main_grid .l-left {
    width: 100%;
    height: auto;
    overflow: visible;
    display: block;
    position: relative;
    border-right: solid 1.4vw #fff;
    border-bottom: solid 1.4vw #fff;
  }
}
.l_main_grid .l-right {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

      /* 右サイドスクロール実装 */
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; 

/* 
   height: calc(100svh - 80.17px);
   border-bottom: solid 0.8vw #fff;
   border-right: solid 0.6vw #fff; */
}
@media screen and (max-width: 1024px) {
  .l_main_grid .l-right {
    border-left: solid 1.4vw #fff;
  }
}

.l_main_grid .l-right::-webkit-scrollbar {
  display: none;
}
.l_main_grid .l-right .p-box_2col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          border-right: solid 0.6vw #fff;
          border-bottom: solid 0.6vw #fff;
          position: relative;
}
@media screen and (max-width: 1024px) {
  .l_main_grid .l-right .p-box_2col {
    border-right: solid 0.8vw #fff;
    border-bottom: solid 0.8vw #fff;
  }
}
.l_main_grid .l-right .p-box_1col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          border-right: solid 0.6vw #fff;
}
@media screen and (max-width: 1024px) {
  .l_main_grid .l-right {
    width: 100%;
    overflow: visible;
    position: static;
    height: auto;
  }
}


@media screen and (max-width: 599px)  {
  .l_main_grid .l-right .p-box_2col {

  }
}



.p-message_box {
  position: absolute;
     /* item pl10px分位置を調整 */
  left:calc( 2.24vw - 10px);
  bottom: 1.8vw;
  z-index: 10;
}

@media screen and (max-width: 599px) {
  .p-message_box {
    left: 2.8vw;
    bottom: 2.4vw;
  }
}

.p-message_box .catch {
  position: absolute;
  top: -3.2vw;
  left: -2vw;
  opacity: 0.5;
}

.p-message_box .message_ttl {
  font-size: clamp(47px, 4.59vw, 86px);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
  font-weight: 400;
  color: #fff;
  line-height: 1.16;
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP";
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  /* .spece {
    display: inline-block;
    margin-left: -0.06em;
  } */
}

@media screen and (max-width: 1024px) {
  .p-message_box .catch {
    top: -5.6vw;
    width: 21vw;
  }
  .p-message_box .message_ttl {
    font-size: clamp(36px,11.25vw,60px);
    line-height: 1.04;
  }
}


@media screen and (max-width: 599px) {
  .p-message_box .message_ttl {
    font-size: min(14vw, 44px);
  }
}


.p-message_box .message_ttl .item {
  display: block !important;
  outline: none;
  padding-top: 80px;
  padding-left: 10px;
}
.p-message_box .message_ttl .item .min {
  font-size: 0.8em;
}

/* タイトルスペル１ */
.p-message_box .message_ttl .item.ashirai_01 {
  &::before {
    content: "";
    position: absolute;
    background: url("../img/ttl_ashirai_ver.svg")no-repeat;
    top: 1.3vw;
    left: -10px;
    width: 284px;
    height: 98px;
    background-size: contain;
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  .p-message_box .message_ttl .item.ashirai_01 {
    &::before {
      content: "";
      top: 11vw;
      width: 201px;
      height: 70px;
    }
  }
}


/* タイトルスペル2 */
.p-message_box .message_ttl .item.ashirai_02 {
  &::before {
    content: "";
    position: absolute;
    background: url("../img/ttl_ashirai_well.svg")no-repeat;
    top: 2.5vw;
    left: -5px;
    width: 241px;
    height: 82px;
    background-size: contain;
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  .p-message_box .message_ttl .item.ashirai_02 {
    &::before {
      content: "";
      top: 12vw;
      width: 171px;
      height: 58px;
    }
  }
}


/* タイトルスペル3 */
.p-message_box .message_ttl .item.ashirai_03 {
  &::before {
    content: "";
    position: absolute;
    background: url("../img/ttl_ashirai.svg")no-repeat;
    top: 1.5vw;
    left: -10px;
    width: 210px;
    height: 96px;
    background-size: contain;
    opacity: 0.5;
  }
}
@media screen and (max-width: 599px) {
  .p-message_box .message_ttl .item.ashirai_03 {
    &::before {
      content: "";
      top: 11.5vw;
      left: -5px;
      width: 128px;
      height: 61px;
    }
  }
}


/* タイトルスペル4 */
.p-message_box .message_ttl .item.ashirai_04 {
  &::before {
    content: "";
    position: absolute;
    background: url("../img/ttl_ashirai_excell.svg")no-repeat;
    top: 1.5vw;
    left: -10px;
    width: 274px;
    height: 81px;
    background-size: contain;
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  .p-message_box .message_ttl .item.ashirai_04 {
    &::before {
      content: "";
      top: 12.5vw;
      left: -5px;
      width: 197px;
      height: 58px;

    }
  }
}


.p-message_box .access_area {
  position: absolute;
  z-index: 100;
  bottom: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1vw;
}
@media screen and (max-width: 599px) {
  .p-message_box .access_area {
    gap: 0 10px;
    bottom: 2vw;
    padding-left: 1%;
  }
}
.p-message_box .access_area .ico {
  width: 2.6vw;
}
@media screen and (max-width: 599px) {
  .p-message_box .access_area .ico {
    width: 20px;
  }
}
.p-message_box .access_ttl {
  color: #0E2594;
  font-weight: bold;
  font-size: clamp(14px, 1.02vw, 18px);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 599px) {
  .p-message_box .access_ttl {
    font-size: 13px;
    line-height: 1.2;
  }
}
.p-message_box .access_txt {
  margin-top: 0.38vw;
  font-size: clamp(12px, 0.88vw, 14px);
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .p-message_box .access_txt {
    font-size: 12px;
  }
}
.p-message_box .access_caption {
  font-size: clamp(10px, 73vw, 12px);
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  .p-message_box .access_caption {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 4px;
  }
}
.p-message_box .access_caption::before {
  content: "※";
}
@media screen and (max-width: 1200px) {
  .p-message_box .access_caption {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-message_box .access_caption {
    display: block;
  }
}
.p-message_box .top_ico {
  position: absolute;
  right: 1vw;
  bottom: -1px;
  z-index: 10;
  width: 12vw;
}
@media screen and (max-width: 599px) {
  .p-message_box .top_ico {
    width: 115px;
    /* bottom: 10vw; */
    opacity: 0.5;
  }
}


.p-box_2col a {
  position: relative;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-box_2col .ttl {
  position: absolute;
  color: #fff;
  margin: 0 auto;
  bottom: 5vw;
}

.p-box_2col .bg .ttl {
  left: 1.56vw;
  bottom: 0.84vw;
  font-size: clamp(14px, 1.37vw, 28px);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 1024px) {
  .p-box_2col .bg .ttl {
    font-size: clamp(17px,2.83vw,20px);
  }
}

@media screen and (max-width: 599px) {
  .p-box_2col .bg .ttl {
    left: 4.7vw;
    bottom: 2.84vw;
  }
}

.p-box_2col .ttl .ja,
.p-box_2col .ttl .spell {
  display: block;
}
.p-box_2col .ttl .ja {
  margin-bottom: 3px;
}

.p-box_2col .ttl .spell {
  font-family: "roboto";
  font-size: clamp(12px,1.17vw,18px);
}

@media screen and (max-width: 1024px) {
  .p-box_2col .ttl .spell {
    font-size: clamp(12px,2vw,14px);
  }
}

@media screen and (max-width: 1024px) {
  .p-box_2col .ttl .ja,
  .p-box_2col .ttl .spell {
    line-height: 1;
  }
  .p-box_2col .ttl .ja {
    margin-bottom: 5px;
  }
}

.p-box_2col .ico .ttl {
  text-align: center;
  font-size: clamp(13px,1.27vw,25px);
  left: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .p-box_2col .ico .ttl {
    font-size: clamp(15px,2.67vw,18px);
    bottom: 11vw;
  }
}
@media screen and (max-width: 599px) {
  .p-box_2col .ico .ttl {
    font-size: 16px;
    bottom: 11.5vw;
  }
}
.p-box_2col .ico .ttl .spell {
  font-size: clamp(10px,0.98vw,17px);
}


.p-box_2col .ico {
  text-align: center;
}

.p-box_2col .ico img {
  position: relative;
  top: -2.2vw;
  width: 5vw;
}
@media screen and (max-width: 1024px) {
  .p-box_2col .ico img {
    top: -4.2vw;
    width: 13vw;
  }
}

@media screen and (max-width: 599px) {
  .p-box_2col .ico img {
    width: 12vw;
  }
}

@media screen and (max-width: 599px) {
  .p-box_2col .ico img {
    top: -6vw;
  }
}

.p-box_2col.access .ico img {
  width: 3vw;
}
@media screen and (max-width: 1024px) {
  .p-box_2col.access .ico img {
    width: 9vw;
  }
}
@media screen and (max-width: 599px) {
  .p-box_2col.access .ico img {
    width: 11vw;
  }
}
.p-box_2col.trimming_hotel .ico img {
  width: 5vw;
}
@media screen and (max-width: 1024px) {
  .p-box_2col.trimming_hotel .ico img {
    width: 18vw;
  }
}
@media screen and (max-width: 599px) {
  .p-box_2col.trimming_hotel .ico img {
    width: 20vw;
  }
}
.p-box_2col.booking .ico img {
  width: 4vw;
}
@media screen and (max-width: 1024px) {
  .p-box_2col.booking .ico img {
    width: 10vw;
  }
}
@media screen and (max-width: 599px) {
  .p-box_2col.booking .ico img {
    width: 11vw;
  }
}

.p-box_2col.access {
  top: -4.75vw;
}
@media screen and (max-width: 1024px) {
  .p-box_2col.access {
    top: -11.75vw;
  }
}

.p-box_2col.booking {
  top: -4.75vw;
}
@media screen and (max-width: 1024px) {
  .p-box_2col.booking {
    top: -11.75vw;
  }
}


.p-box_2col.info a {
  aspect-ratio: 4/5;
}
.p-box_2col.clinical-services a {
  background-image: linear-gradient(#00195b, #010e32);
}
.p-box_2col.specialty-services a {
  background-image: linear-gradient(#3e588c, #212e47);
}
.p-box_2col.access a {
  background-color: #426289;
}
.p-box_2col.trimming_hotel a {
  background-color: #A0A6C4;
  aspect-ratio: 3/2.25;
}


.p-box_2col.booking a {
  background-image: linear-gradient(#0e2594, #081866);
}

.p-box_2col a:has(.bg):hover {
  opacity: 1;
}

.p-box_2col .bg {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.p-box_2col .bg img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  &:hover {
    transform: scale(1.05);
  }
}


.p-box_1col.schedule .schedule_ttl {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: clamp(15px, 1.47vw, 20px);
  letter-spacing: 0.06em;
  padding: 14px 0;
  width: 100%;
}
.p-box_1col.schedule {
  margin-top: -4.75vw;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
  }
}
@media screen and (max-width: 1024px) {
  .p-box_1col.schedule {
    margin-top: -11.75vw;
    &::before {
      background-color: #ccc;
    }
  }
}
@media screen and (max-width: 599px) {
  .p-box_1col.schedule  {
    padding-bottom: 8px;
  }
  .p-box_1col.schedule .schedule_ttl {
    padding: 8px 0;
    font-size: 17px;
  }
  /* スマホ版順番一番上 */
  .p-box_1col.schedule {
    /* -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; */
  }
}

.p-box_1col.news {
  width: 100%;
}

.p-schedule_table {
  padding: 28px 40px 18px;
  max-width: 624px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .p-schedule_table {
    padding: 28px 32px 18px;
  }
}
@media screen and (max-width: 599px) {
  .p-schedule_table {
    padding: 22px 7% 14px;
  }
}
.p-schedule_table dl {
  display: -ms-grid;
  display: grid;
  align-items: center;
  color: #0E2594;
  -ms-grid-columns: 2fr (0.88fr)[8];
  grid-template-columns: 2fr repeat(8, 0.88fr);
  line-height: 1;
}

.p-schedule_table dd {
  line-height: 1;
  text-align: center;
}

.p-schedule_table .week {
  padding-bottom: 14px;
  border-bottom: solid 2px #0E2594;
}

.p-schedule_table .week dt {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .p-schedule_table .week dt {
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .p-schedule_table .week {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .p-schedule_table .week dd {
    font-size: 14px;
  }
}
.p-schedule_table .time {
  border-bottom: solid 1px #0E2594;
  padding: 16px 0;
}

@media screen and (max-width: 599px) {
  .p-schedule_table .time {
    font-size: 13px;
    padding: 14px 0;
  }
}
.p-schedule_table .time:last-of-type {
  border-bottom: none;
}

.p-schedule_table .time dt {
  font-family: "roboto";
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}

.p-schedule_table .time dd {
  font-size: 13px;
  font-family: "roboto";
  color: #0E2594;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 599px) {
  .p-schedule_table .time dd {
    font-size: 12px;
  }
}
.p-schedule_table .time .false {
  font-weight: 800;
}

.schedule_txt {
  font-size: clamp(14px, 1.37vw, 16px);
}

.schedule_caption {
  margin-top: 1.25vw;
}
.schedule_caption li {
  font-size: 12px;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.schedule_caption li::before {
  content: "※";
}

.p-box_1col.news {
  padding: 2.08vw 2.92vw;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .p-box_1col.news {
    padding: 16px 6%;
  }
}
.p-box_1col.news .news_ttl {
  color: #0E2594;
  font-size: clamp(16px, 1.56vw, 20px);
  margin-bottom: 0.94vw;
}
.p-box_1col.news .news_list .item {
  font-size: clamp(13px, 1.27vw, 15px);
  padding-bottom: 0.83vw;
  margin-bottom: 0.83vw;
  border-bottom: dashed 1px #ccc;
}
@media screen and (max-width: 599px) {
  .p-box_1col.news .news_list .item {
    font-size: 13px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.p-box_1col.news .news_list .item:last-child {
  border-bottom: none;
}
.p-box_1col.news .news_list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .p-box_1col.news .news_list .item a {
    display: block;
    line-height: 1.6;
  }
}
.p-box_1col.news .news_list .item .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .p-box_1col.news .news_list .item .date {
    font-size: 10px;
    line-height: 1.2;
  }
}
.p-box_1col.news .news_list .item .cat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1.09vw;
  font-size: clamp(12px, 1.17vw, 14px);
  padding: 0.31vw 0.42vw;
  border: solid 1px #ccc;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  .p-box_1col.news .news_list .item .cat {
    font-size: 10px;
    line-height: 1.4;
  }
}
.p-box_1col.news .news_list .item .ttl {
  margin-left: 1.2vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 599px) {
  .p-box_1col.news .news_list .item .ttl {
    margin-left: 0;
    width: 100%;
    display: inline-block;
    line-height: 1;
  }
}


.scroll_arrow {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0.4vw;
  bottom: 0;
  z-index: 1;
  width: 40%;
  margin: 0 0 0 auto;
  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 46px;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.24));
    left: 0;
    bottom: 0;
  }
  img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    margin: 0 auto;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.24));
    animation: scrollBounce 1.5s infinite ease;
  }
}

@keyframes scrollBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

@media screen and (max-width: 1024px) {
  .scroll_arrow {
    display: none;
  }
}

