@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
.lh1 {
  line-height: 1;
  display: inline-block;
}

.cautionUl {
  margin-left: 0;
}
.cautionUl li {
  margin-left: 0;
  list-style: none !important;
}

.pageTitleBox h2 {
  padding-bottom: 0;
  font-size: 4rem;
  line-height: 1.4;
}

.pageTitleBox::after {
  content: attr(data-subtext) "";
  display: inline-block;
  border-top: 2px solid rgb(255, 255, 255);
  font-size: small;
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
}

h3 {
  font-size: 3rem;
  color: var(--color-main);
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 0.5em;
  position: relative;
}

h3:not(:first-child) {
  margin-top: 4rem;
}

h3::after {
  content: "";
  position: absolute;
  width: 25%;
  bottom: -1px;
  left: 0;
  display: block;
  border-bottom: 2px solid var(--color-main);
}

#newsBody h3 {
  color: #333;
  font-size: 2.4rem;
}

time {
  display: block;
  text-align: right;
}

.contentBtnBox {
  margin: 2em 0;
  text-align: center;
}

#menuBody .contentBtnBox {
  text-align: left;
}

.contentBtnBox a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: var(--color-main);
  color: rgb(255, 255, 255);
  width: 30vw;
  padding: 1.5em 0;
  border-radius: 3px;
}

.contentBtnBox a:hover {
  background: var(--color-hover);
}

#menuBody .contentBtnBox a {
  padding: 0.5rem;
}

.newsContentBox {
  padding: 2em 0;
}

#homeImgBox {
  height: 80vh !important;
  transition: 0.3s;
  margin-bottom: var(--hl);
  position: relative;
}
#homeImgBox #vegasSliderInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
#homeImgBox #vegasSliderInner p,
#homeImgBox #vegasSliderInner h2 {
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.3), 0 0 16px rgba(0, 0, 0, 0.3), 0 0 16px rgba(0, 0, 0, 0.3), 0 0 16px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
#homeImgBox #vegasSliderInner p.black,
#homeImgBox #vegasSliderInner h2.black {
  color: rgb(80, 80, 80);
  text-shadow: 0 0 16px rgb(255, 255, 255), 0 0 16px rgb(255, 255, 255), 0 0 16px rgb(255, 255, 255), 0 0 16px rgb(255, 255, 255);
}
#homeImgBox #vegasSliderInner p {
  font-size: 2rem;
}
#homeImgBox #vegasSliderInner h2 {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  line-height: 1.25;
  font-size: 5rem;
  letter-spacing: -0.05em;
}

#homeCopyBox {
  padding: 2em 0;
  margin-bottom: 2em;
}

#homeCopyBox img {
  /*	width: 100%;*/
  max-width: 600px !important;
}

#homeCopyBox h2 {
  color: var(--color-main);
  padding: 1em 0 1em 0;
}

#homeNewsBox {
  margin-top: var(--hl);
  padding: 3em 0;
  background: var(--bg-newsbox);
  background-size: 8rem;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}

#homeNewsBox h3 {
  width: 23%;
  padding-bottom: 0;
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  color: rgb(255, 255, 255);
}

#homeNewsBox ul {
  width: 70%;
}

#homePointBox h3::before,
#homePointBox h3::before,
#homeNewsBox h3::before,
#homeNewsBox h3::after {
  content: none;
}

#homeNewsBox li {
  padding: 0.25em 0;
}

#homeNewsBox li:not(:nth-last-child(-n+2)) {
  border-bottom: 1px dotted rgb(255, 255, 255);
}

#homeNewsBox li .newsdate {
  /*	color: rgba(255, 255, 255, 1);
  	color: var(--color-hover);
  	color: rgba(250, 255, 199, 1);*/
  width: 18%;
  font-size: small;
}

#homeNewsBox li .newscategory {
  /*			background: var(--color-main);*/
  background: var(--bg-newsbox-category);
  width: 14%;
  color: rgb(255, 255, 255);
  border-radius: 3px;
  font-size: 1.2rem;
  text-align: center;
}

#homeNewsBox li .newstitle {
  width: 64%;
}

#homeNewsBox li a {
  color: rgb(255, 255, 255);
}

#homeNewsBox li.alllistBtnLi {
  font-size: small;
  text-align: right;
}

#homeNewsBox li.alllistBtnLi a,
.newslistDl dd .more-link {
  border: 1px solid var(--color-hover);
  text-decoration: none;
  padding: 0.25em 1em;
  display: inline-block;
  margin-left: 2em;
}

#homeNewsBox li.alllistBtnLi a {
  border: 1px solid rgb(255, 255, 255);
}

#homeNewsBox li.alllistBtnLi a:hover,
.newslistDl dd .more-link:hover {
  background: rgb(255, 255, 255);
  color: var(--color-hover);
}

/* [ pages ] ===========================================*/
.pageTitleBox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  padding: 3em;
  position: relative;
  display: block;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.5);
  margin-bottom: var(--hl);
  position: relative;
  z-index: -2;
  background-image: url(../img/common/header.jpg);
  border-top: 1px solid rgba(100, 100, 100, 0.1);
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}

.pageTitleBox h2 {
  text-shadow: 0 0 8px rgb(100, 100, 100);
}

.pageTitleBox::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#pageBox h2 {
  margin-bottom: 4rem;
}

#pageBox h3,
#pageBox h4 {
  margin-bottom: 2.5rem;
}

#pageBox h3 {
  color: var(--color-main);
}

#pageBox .mb05 {
  margin-bottom: 0.5em;
}

#pageBox .mb {
  margin-bottom: 4rem;
}

#pageBox .mbm {
  margin-bottom: 2rem;
}

/* home */
#newsBody table {
  border-collapse: collapse;
  /*	width: 100%;*/
  border-top: 1px solid rgba(100, 100, 100, 0.5);
  border-left: 1px solid rgba(100, 100, 100, 0.5);
}

#newsBody table td {
  padding: 0.5em;
  border-right: 1px solid rgba(100, 100, 100, 0.5);
  border-bottom: 1px solid rgba(100, 100, 100, 0.5);
}

/* contact */
#contactFormBox dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contactFormBox dl dt {
  width: 26%;
}

#contactFormBox dl dt span {
  background: var(--color-hover);
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  padding: 0 1rem;
  border-radius: 5px;
  float: right;
}

#contactFormBox dl dd {
  width: 70%;
}

#contactFormBox dl dd {
  margin-bottom: 1rem;
}

/* news */
.newslistDl:not(:last-child) {
  padding-bottom: 1em;
  border-bottom: 1px dotted var(--color-gray);
  margin-bottom: 1em;
}

.newslistDl dt {
  font-weight: bold;
}

.newslistDl dd {
  font-size: small;
  display: flex;
  align-items: center;
}

.newslistDl dd .newsDateBox {
  display: inline-block;
  color: var(--color-gray);
  margin-right: 1em;
}

.newslistDl dd .newsCategoryUl {
  display: inline-block;
}

.newslistDl dd .newsCategoryUl li {
  float: left;
  width: 80px;
  font-size: x-small;
  text-align: center;
  border-radius: 3px;
  line-height: 2em;
}

.categorynewsLi {
  background: var(--color-main);
  color: rgb(255, 255, 255);
}

.newslistDl dd p {
  padding-left: 2em;
  color: rgba(102, 102, 102, 0.75);
}

.newslistDl dd .moreBtn {
  flex: 1;
  text-align: right;
}

/* [sp] ============================================ */
@media only screen and (max-width: 780px) {
  .pageTitleBox {
    padding-right: 0;
    padding-left: 0;
  }
  .pageTitleBox h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  #homeImgBox {
    height: 30vh !important;
  }
  #homeImgBox #vegasSliderInner p {
    font-size: 1.6rem;
  }
  #homeImgBox #vegasSliderInner h2 {
    font-size: 2rem;
  }
  #miniMedicalTableBox .medicalhoursBox {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    background: none;
    box-shadow: none;
  }
  #homeNewsBox li {
    margin-left: 25px;
  }
  #contactFormBox dl dt,
  #contactFormBox dl dd,
  #homeNewsBox li .newsdate,
  #homeNewsBox li .newstitle,
  #homeNewsBox h3,
  #homeNewsBox ul,
  .contentBtnBox a {
    width: 100%;
  }
  #homeNewsBox h3,
  #homeNewsBox ul {
    margin-bottom: 1em;
  }
  #contactFormBox dl dt {
    margin-bottom: 0.5rem;
  }
  #costBox .spTable th + td,
  .spTable td:first-child:not(.nochangecolor) {
    background: #f3f3f3;
  }
  .spscroll {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  .spscroll table {
    width: auto !important;
  }
  .spscroll table thead tr th {
    white-space: nowrap;
    padding: 0.5em 1em;
  }
  .spscroll table tbody tr td {
    min-width: 150px;
  }
  .spscroll table tbody tr td:first-child {
    white-space: nowrap;
  }
  .spscroll::before, .spscroll::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .spscroll::before {
    content: "";
    width: 7rem;
    height: 7rem;
    background: black(0.75);
  }
  .spscroll::after {
    font-family: "Material Symbols Outlined";
    content: "\e9ec";
    vertical-align: middle;
    line-height: 1.6;
    font-size: 5rem;
    color: white(1);
    animation: spscrollicon_after ease-in 1s infinite;
  }
  .spscroll.isactive::before, .spscroll.isactive::after {
    animation: spscrollicon 1s forwards;
  }
  @keyframes spscrollicon_after {
    0% {
      transform: translate(-50%, -50%) rotate(-20deg);
    }
    50% {
      transform: translate(-50%, -50%) rotate(20deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(-20deg);
    }
  }
  @keyframes spscrollicon {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  #homeBody .ggmap {
    padding-bottom: 80%;
  }
  #homeNewsBox h3 {
    border-right: none;
  }
  #homeNewsBox li {
    margin-left: 0;
  }
  #homeNewsBox li .newscategory {
    width: auto;
    padding-right: 1em;
    padding-left: 1em;
  }
}/*# sourceMappingURL=design.css.map */