@charset "UTF-8";
@font-face {
  font-family: "ebrima";
  src: url(../fonts/ebrima.ttf);
}
#clinic h2, #medical .head h2, #news h2 {
  font-family: "ebrima";
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
}
#clinic h2 small, #medical .head h2 small, #news h2 small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #b55e4e;
  margin-top: -3px;
}
@media (max-width: 999px) {
  #clinic h2, #medical .head h2, #news h2 {
    font-size: 30px;
  }
  #clinic h2 small, #medical .head h2 small, #news h2 small {
    font-size: 20px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #clinic h2, #medical .head h2, #news h2 {
    font-size: 24px;
  }
  #clinic h2 small, #medical .head h2 small, #news h2 small {
    font-size: 18px;
  }
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  overflow: hidden;
  margin-bottom: 49px;
}
#mainimg #mainslider img {
  height: calc(100vh - 125px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  position: absolute;
  left: calc((100% - 1180px) / 2);
  bottom: 25%;
  /* font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "メイリオ",system-ui, sans-serif;
  font-weight: $weight; */
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #311303;
  padding-right: 10px;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
#mainimg .bgtext {
  position: absolute;
  bottom: 0;
  /* font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "メイリオ",system-ui, sans-serif;
  font-weight: $weight; */
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 7vw;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(49, 19, 3, 0.37);
  mix-blend-mode: color-burn;
  text-wrap: nowrap;
  margin-left: -0.9375%;
  margin-bottom: -0.3125vw;
}
@media (max-width: 1217px) {
  #mainimg .catch {
    left: 10px;
  }
}
@media (max-width: 999px) {
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 30px;
  }
  #mainimg #mainslider img {
    min-height: 200px;
  }
  #mainimg .catch {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 18px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news h2 {
  margin-left: calc((100% - 1180px) / 2);
  margin-bottom: 44px;
}
#news .contents {
  margin-bottom: 90px;
}
#news .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #b55e4e;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 400px;
  max-width: 100%;
  font-size: 20px;
  height: 80px;
  background-image: url(../images/arow-white.webp);
  border-radius: 40px;
  margin: 0 auto;
}
#news .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #news .btn a {
    font-size: 18px;
    width: 360px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #news .btn a {
    font-size: 16px;
    width: 280px;
    height: 60px;
  }
}
@media (max-width: 1217px) {
  #news h2 {
    margin-left: 10px;
  }
}
@media (max-width: 999px) {
  #news h2 {
    margin-bottom: 35px;
  }
  #news .contents {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #news h2 {
    margin-bottom: 30px;
  }
  #news .contents {
    margin-bottom: 70px;
  }
}

/* ----------------------------------------------
medical
------------------------------------------------- */
#medical {
  position: relative;
  padding-top: 100px;
  padding-bottom: 125px;
}
#medical .bg {
  position: absolute;
  top: -32.8125vw;
  left: 0;
  width: 100%;
  height: calc(100% + 32.8125vw);
  background: url(../images/mediacal-bg.webp) no-repeat top/cover;
  z-index: -2;
}
#medical::before, #medical::after {
  content: "";
  position: absolute;
  background-size: cover;
  z-index: -1;
  opacity: 0.47;
}
#medical::before {
  top: -6.875vw;
  right: 0;
  width: 48.125%;
  aspect-ratio: 770/787;
  background-image: url(../images/medical-shape1.webp);
}
#medical::after {
  bottom: -4.875vw;
  left: 0;
  width: 45.4375%;
  aspect-ratio: 727/787;
  background-image: url(../images/medical-shape2.webp);
}
#medical .head {
  margin-left: calc((100% - 1180px) / 2);
  margin-bottom: 50px;
  padding-right: 10px;
}
#medical .head h2 {
  margin-bottom: 21px;
}
#medical .head .text {
  /* font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "メイリオ",system-ui, sans-serif;
  font-weight: $weight; */
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #311303;
}
#medical .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.9661016949%;
  margin-bottom: 90px;
}
#medical .contents .block {
  width: 31.3559322034%;
  display: flex;
  flex-direction: column;
  background-color: #f2efeb;
  border-radius: 8px;
  padding: 39px 25px 55px;
}
#medical .contents .block a {
  transition: all 0.5s ease-out;
}
#medical .contents .block a:hover {
  opacity: 0.6;
}
#medical .contents .block .title {
  /* font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "メイリオ",system-ui, sans-serif;
  font-weight: $weight; */
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  line-height: 1.2631578947;
  letter-spacing: 0.08em;
  color: #b55e4e;
  margin-bottom: 25px;
  text-align: center;
}
#medical .contents .block .icon {
  width: 110px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e3d9d0;
  margin: 0 auto 26px;
}
#medical .contents .block .icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#medical .contents .block .icon img {
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
}
#medical .contents .block .text {
  display: flex;
  flex-wrap: wrap;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #311303;
  margin-bottom: 31px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
#medical .contents .block .text ul li {
  position: relative;
  padding-left: 18px;
}
#medical .contents .block .text ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#medical .contents .block .block-btn {
  margin-top: auto;
}
#medical .contents .block .block-btn a {
  margin: 0 auto;
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #b55e4e;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 270px;
  max-width: 100%;
  font-size: 16px;
  height: 60px;
  background-image: url(../images/arow-white2.webp);
  border-radius: 30px;
}
#medical .contents .block .block-btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #medical .contents .block .block-btn a {
    font-size: 14px;
    width: 250px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  #medical .contents .block .block-btn a {
    width: 230px;
    height: 40px;
  }
}
#medical .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #b55e4e;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 400px;
  max-width: 100%;
  font-size: 20px;
  height: 80px;
  background-image: url(../images/arow-white.webp);
  border-radius: 40px;
  margin: 0 auto;
}
#medical .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #medical .btn a {
    font-size: 18px;
    width: 360px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #medical .btn a {
    font-size: 16px;
    width: 280px;
    height: 60px;
  }
}
@media (max-width: 1217px) {
  #medical .head {
    margin-left: 10px;
  }
}
@media (max-width: 999px) {
  #medical {
    padding-bottom: 100px;
  }
  #medical .head {
    margin-bottom: 40px;
  }
  #medical .head h2 {
    margin-bottom: 15px;
  }
  #medical .head .text {
    font-size: 18px;
  }
  #medical .contents {
    margin-bottom: 80px;
  }
  #medical .contents .block {
    padding: 30px 15px 40px;
  }
  #medical .contents .block .title {
    font-size: 18px;
  }
  #medical .contents .block .icon {
    width: 90px;
  }
  #medical .contents .block .text {
    font-size: 14px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #medical .contents .block .text ul li {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  #medical {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #medical .head {
    margin-bottom: 30px;
  }
  #medical .head h2 {
    margin-bottom: 10px;
  }
  #medical .head .text {
    font-size: 16px;
  }
  #medical .contents {
    margin-bottom: 70px;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  #medical .contents .block {
    padding: 20px 10px 30px;
    width: 48%;
  }
  #medical .contents .block .title {
    font-size: 16px;
  }
  #medical .contents .block .icon {
    width: 70px;
  }
  #medical .contents .block .text {
    margin-bottom: 15px;
  }
  #medical .contents .block .block-btn a {
    background-image: unset;
  }
}
@media (max-width: 500px) {
  #medical .head .text {
    font-size: 14px;
  }
  #medical .contents {
    flex-direction: column;
    align-items: center;
  }
  #medical .contents .block {
    width: 100%;
    max-width: 370px;
  }
  #medical .contents .block .title {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
clinic
------------------------------------------------- */
#clinic .mainimage {
  margin-bottom: 40px;
  background-image: url("../images/clinic-mainimg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1600/500;
  width: 100%;
  max-height: 500px;
  /* img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 500px;
  } */
}
#clinic .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#clinic h2 {
  text-align: center;
  margin-bottom: 63px;
}
#clinic .contents {
  display: flex;
  overflow-x: clip;
}
#clinic .contents.top {
  -moz-column-gap: 2.3728813559%;
       column-gap: 2.3728813559%;
  margin-bottom: 62px;
}
#clinic .contents.top .map {
  width: 47.4576271186%;
}
#clinic .contents.top .map iframe {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #e3d9d0;
}
#clinic .contents.top .txtbox {
  flex: 1;
  padding-bottom: 25px;
}
#clinic .contents.top .txtbox .logo {
  max-width: 246px;
  margin-bottom: 23px;
}
#clinic .contents.top .txtbox .data {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #311303;
}
#clinic .contents.top .txtbox .data a {
  color: #b55e4e;
}
#clinic .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#clinic .bottom .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
  background-color: #dcd0c4;
  padding: 0 7px;
  margin-bottom: -20px;
  position: relative;
}
#clinic .bottom .contents {
  width: 100%;
  border: 4px solid #dcd0c4;
  background-color: #f2efeb;
  padding: 71px 10px 60px;
  -moz-column-gap: 2.6724137931%;
       column-gap: 2.6724137931%;
  align-items: start;
}
#clinic .bottom .contents .mapimage {
  margin-top: 10px;
  margin-left: 3.7931034483%;
  width: 26.9097222222%;
  aspect-ratio: 310/220;
  min-width: 200px;
}
#clinic .bottom .contents .mapimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#clinic .bottom .contents .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #311303;
  flex: 1;
}
@media (max-width: 999px) {
  #clinic .mainimage {
    margin-bottom: 35px;
  }
  #clinic h2 {
    margin-bottom: 50px;
  }
  #clinic .contents.top {
    margin-bottom: 50px;
  }
  #clinic .contents.top .txtbox {
    padding-bottom: 15px;
  }
  #clinic .contents.top .txtbox .logo {
    margin-bottom: 15px;
  }
  #clinic .contents.top .txtbox .data {
    font-size: 16px;
  }
  #clinic .bottom .title {
    font-size: 20px;
    margin-bottom: -16px;
  }
  #clinic .bottom .contents {
    padding: 50px 10px 40px;
  }
  #clinic .bottom .contents .mapimage {
    margin-top: 0;
  }
  #clinic .bottom .contents .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #clinic .mainimage {
    margin-bottom: 30px;
    min-height: 200px;
  }
  #clinic h2 {
    margin-bottom: 40px;
  }
  #clinic .contents {
    flex-direction: column;
    row-gap: 20px;
  }
  #clinic .contents.top {
    margin-bottom: 40px;
    align-items: center;
  }
  #clinic .contents.top .map {
    width: 100%;
    max-width: 400px;
  }
  #clinic .contents.top .txtbox {
    padding-bottom: 10px;
  }
  #clinic .contents.top .txtbox .logo {
    margin-bottom: 10px;
  }
  #clinic .contents.top .txtbox .data {
    font-size: 14px;
  }
  #clinic .bottom .title {
    font-size: 18px;
    margin-bottom: -14px;
  }
  #clinic .bottom .contents {
    padding: 40px 10px 30px;
    border-width: 3px;
    align-items: center;
  }
  #clinic .bottom .contents .mapimage {
    margin: 0;
    width: 100%;
    min-width: unset;
    max-width: 310px;
  }
  #clinic .bottom .contents .text {
    font-size: 14px;
  }
}/*# sourceMappingURL=index.css.map */