@charset "UTF-8";
/* CSS Document */
h2 {
  font-size: 3.4rem;
  font-family: var(--zenmaru);
  color: var(--green);
  letter-spacing: 0.07em;
  margin: 0 auto 32px;
  text-align: center;
  -webkit-text-stroke: 0.2px var(--green);
  text-stroke: 0.2px var(--green);
}
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #ffffff;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 100px;
}
/*---------------------------------------------------------------------
	mv
---------------------------------------------------------------------*/
.mv {
  position: relative;
  margin-bottom: 100px;
}
.mv .mv_swiper_outer {
  width: 100%;
  height: 100%;
  bottom: -1px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
}
.mv .mv_swiper-pagination {
  position: absolute;
  bottom: 0;
  text-align: center;
}
.mv .mv_swiper_outer::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 4.3vw 50vw;
  border-color: transparent transparent #ffffff transparent;
  z-index: -1;
}
.mv .mv_swiper_outer::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -4.35vw;
  left: -1vw;
  width: 102vw;
  height: 8.6vw;
  z-index: -2;
  background-image: url("../img/bg.png");
  background-repeat: repeat;
  background-size: 400px 400px;
  background-color: var(--green);
  transform: rotate(4.9deg);
}
.slide01 {
  width: 100%;
  height: 700px;
  position: relative;
}
.slide01 .swiper-slide {
  width: 100%;
}
.slide01 .swiper-slide img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-drag: none;
}
.mv .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 10px;
  border: solid 1px var(--green);
  margin-right: 10px;
  cursor: pointer;
}
.mv .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.mv .swiper-pagination-bullet-active {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 10px;
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.slide01 .swiper-slide-active img, .slide01 .swiper-slide-duplicate-active img, .slide01 .swiper-slide-prev img {
  animation: zoom-in 12s linear 0s 1 normal both;
}
/*---------------------------------------------------------------------
	news
---------------------------------------------------------------------*/
#news {
  width: 530px;
  border-radius: 90px;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 20px 40px 20px 24px;
  position: absolute;
  bottom: 65px;
  left: 3.89vw;
  z-index: 11;
}
#news h2 {
  margin: 0;
  font-size: 0;
}
#news h2 img {
  width: 30px;
  height: auto;
}
#news .news_inner {
  width: 100%;
  align-items: center;
}
#news .news_list {
  width: calc(100% - 44px);
  display: flex;
}
#news .news_list li .datetime {
  width: 100px;
  text-align: right;
}
#news .news_list li .datetime time {
  width: inherit;
  padding-right: 20px;
  font-family: 'Roboto', sans-serif;
}
/*#news .news_list li {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
#news .news_list li:last-child {
  margin-bottom: 0;
}
#news .news_list li:first-of-type .datetime time {
  font-size: 1.6rem;
}
#news .news_list li:first-of-type .news_title span {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
/*#news ul.news_list li:nth-of-type(2) .news_title p,#news ul.news_list li:last-of-type .news_title p{
	display: none;
}*/
#news time {
  font-family: var(--man);
  font-size: 1.3rem;
  color: var(--pink);
  display: block;
}
#news .news_title {
  border-left: dashed 1px var(--pink);
  padding-left: 20px;
}
#news .news_title span, #news .news_title span a {
  font-size: 1.2rem;
  color: var(--pink);
  font-family: var(--zenkaku);
  display: block;
  transition: all 0.3s ease-out;
}
#news .news_title span a {
  text-decoration: underline;
}
#news .news_title span a:hover {
  opacity: 0.7;
}
#news .news_title p, #news .news_title p button {
  font-size: 1.2rem;
  color: #6F6F6F;
  display: block;
}
#news .news_title p button {
  font-family: var(--zenkaku);
  font-size: 1.2rem;
  color: var(--pink);
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease-out;
  text-align: left;
}
#news .news_title p button:hover {
  opacity: 0.7;
}
/*---------------------------------------------------------------------
	about
---------------------------------------------------------------------*/
#about {
  position: relative;
  overflow-x: clip;
}
#about h3 {
  font-size: 3.4rem;
  font-family: var(--zenmaru);
  color: var(--green);
  letter-spacing: 0.05em;
  text-align: center;
}
#about .inner .flex {
  align-items: stretch;
  justify-content: center;
}
#about p {
  text-align: center;
  margin-bottom: 56px;
  line-height: 4rem;
}
#about .twitter {
  width: 45.5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#about .twitter_content {
  width: 100%;
  height: 425px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
#about .side_img_01 {
  width: 20.83vw;
  min-width: 200px;
  max-width: 400px;
  height: auto;
  position: absolute;
  right: -5.83vw;
  top: 0;
}
/*---------------------------------------------------------------------
	medical_content 診療内容
---------------------------------------------------------------------*/
#medical_content .inner .flex {
  grid-row-gap: 24px;
}
#medical_content .inner .flex .wrap {
  width: calc(100%/3);
}
/* 開くボタン */
.button-open {
  cursor: pointer;
  align-items: center;
  font-size: 1.6rem;
  font-family: var(--zenkaku);
  text-align: left;
  transition: all 0.3s ease-out;
  color: #000000;
}
.button-open:hover {
  color: var(--pink);
}
.button-open span:first-child {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: #fffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: scale 0.3s ease-out, transform 0.3s ease-out;
}
.button-open:hover span:first-child {
  transform: rotate(-10deg);
  scale: 1.2;
}
.button-open span:last-child {
  position: relative;
  width: calc(100% - 80px);
}
.button-open span:last-child:not(.small):after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: transparent;
  transition: all 0.3s;
}
.button-open:hover span:last-child:not(.small):after {
  background-color: var(--pink);
}
#medical_content .inner .flex .wrap_img01 {
  width: 40px;
  height: auto;
}
#medical_content .inner .flex .wrap_img02 {
  width: 48px;
  height: auto;
}
#medical_content .inner .flex .wrap_img03 {
  width: 42px;
  height: auto;
}
#medical_content .inner .flex .wrap_img04 {
  width: 51px;
  height: auto;
}
#medical_content .inner .flex .wrap_img05 {
  width: 40px;
  height: auto;
}
#medical_content .inner .flex .wrap_img06 {
  width: 60px;
  height: auto;
}
#medical_content .inner .flex .wrap_img07 {
  width: 56px;
  height: auto;
}
#medical_content .inner .flex .wrap_img08 {
  width: 30px;
  height: auto;
}
#medical_content .inner .flex .wrap_img09 {
  width: 48px;
  height: auto;
}
/* モーダルウィンドウ */
/*.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68.1%;
  max-width: 980px;
  min-height: 400px;
  max-height: calc(100% - 80px);
  height: auto;
  background-color: #ffffff;
  border-radius: 60px;
  z-index: 1000;
  padding: 40px 6.9%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow-y: scroll;
}*/
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translate(-50%, -50%);
  max-width: 980px;
  width: 68.1%;
  height: calc(100vh - 6.94vw);
  z-index: 1000;
  text-align: center;
}
.modal-window_content {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 6.94vw);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-color: #ffffff;
  border-radius: 60px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 90px 60px;
}
.scroll {
  width: 100%;
  margin: 0 auto;
  max-height: calc(100vh - 6.94vw - 80px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll::-webkit-scrollbar {
  display: none;
}
.modal-window h3 {
  font-size: 3.4rem;
  font-family: var(--zenmaru);
  color: var(--green);
  /*margin-bottom: 16px;*/
  /* h4がない時 */
  margin-bottom: 60px;
}
.modal-window img {
  margin-bottom: 24px;
}
#medical_content .inner .modal-window_img01 {
  width: 54px;
  height: auto;
}
#medical_content .inner .modal-window_img02 {
  width: 61px;
  height: auto;
}
#medical_content .inner .modal-window_img03 {
  width: 51px;
  height: auto;
}
#medical_content .inner .modal-window_img04 {
  width: 59px;
  height: auto;
  padding: 8px 0 16px;
}
#medical_content .inner .modal-window_img05 {
  width: 41px;
  height: auto;
}
#medical_content .inner .modal-window_img06 {
  width: 66px;
  height: auto;
  padding: 24px 0 24px;
}
#medical_content .inner .modal-window_img07 {
  width: 71px;
  height: auto;
}
#medical_content .inner .modal-window_img08 {
  width: 36px;
  height: auto;
}
#medical_content .inner .modal-window_img09 {
  width: 55px;
  height: auto;
}
.modal-window h4 {
  font-size: 2.2rem;
  font-family: var(--zenmaru);
  color: var(--green);
  margin-bottom: 24px;
}
.modal-window p {
  text-align: left;
  line-height: 3.0rem;
}
/* 閉じるボタン */
.button-close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button-close span {
  content: "";
  display: inline-block;
  width: 33px;
  height: 2px;
  background-color: var(--green);
  border-radius: 2px;
  position: absolute;
}
.button-close span:first-child {
  transform: translate(-50%, -50%) rotate(30deg);
}
.button-close span:last-child {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.button-close:hover {
  opacity: 0.6;
}
/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 999;
}
body.no_scroll {
  overflow: hidden;
}
.modal-window.modal-news h3, .modal-window.modal-news h4 {
  color: var(--pink);
  font-family: 'Manrope', 'Zen Maru Gothic', sans-serif;
}
.modal-window.modal-news p a {
  text-decoration: underline;
  color: var(--pink);
}
/*---------------------------------------------------------------------
	time　診療時間
---------------------------------------------------------------------*/
#time .inner {
  max-width: calc(780px + 10.6%);
}
#time table {
  width: 100%;
  margin-bottom: 24px;
}
#time table tr {
  border-bottom: 1px solid #000000;
}
#time table tr th {
  padding: 16px;
  font-size: 1.8rem;
}
#time table tr td span {
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: var(--green);
  vertical-align: 5px;
}
#time table tr:nth-child(2) th, #time table tr:last-child th {
  font-family: var(--man);
  font-size: 2.2rem;
}
#time table tr:nth-child(2) td, #time table tr:last-child td {
  color: var(--green);
  text-align: center;
  font-size: 1.8rem;
  vertical-align: middle;
}
#time p span:first-of-type {
  color: var(--green);
  margin-right: 8px;
}
#time .medical-hours {
  margin-bottom: 10px;
}
/*---------------------------------------------------------------------
	price
---------------------------------------------------------------------*/
#price {
  position: relative;
  background-image: url("../img/bg.png");
  background-repeat: repeat;
  background-size: 400px 400px;
  background-color: #E66F89;
  padding: 90px 0 160px;
}
#price, #price h2 {
  color: #ffffff;
  -webkit-text-stroke: 0px;
  text-stroke: 0px;
}
#price p {
  text-align: center;
  margin-bottom: 20px;
}
#price h3 {
  font-size: 2.2rem;
  font-family: var(--zenmaru);
  margin-bottom: 16px;
}
#price dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 8px;
  margin-bottom: 24px;
  align-items: baseline;
}
#price dl dt {
  font-size: 1.4rem;
}
#price .price_table_content {
  margin-bottom: 40px;
}
#price .price_table_content:last-of-type {
  margin-bottom: 0;
}
#price .price_table_content dl:last-of-type {
  margin-bottom: 0;
}
#price dl dd {
  font-size: 1.4rem;
}
#price dl dd span {
  font-family: var(--man);
  font-size: 2.2rem;
}
#price dl dd span > span {
  font-size: 1.4rem;
  margin-left: 4px;
}
.diagonal {
  position: relative;
}
.diagonal::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  border-top: 6vw solid #ffffff;
  border-right: 100vw solid transparent;
}
.diagonal::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 6vw solid #ffffff;
  border-left: 100vw solid transparent;
}
#price .side_img_02 {
  position: absolute;
  left: 3.91vw;
  width: 7.81vw;
  min-width: 50px;
  max-width: 200px;
  height: auto;
  top: 20px;
}
#price .side_img_03 {
  position: absolute;
  right: 3.91vw;
  width: 5.47vw;
  min-width: 80px;
  max-width: 200px;
  height: auto;
  top: 50%;
}
#price .side_img_04 {
  position: absolute;
  right: 0;
  width: 18.75vw;
  min-width: 180px;
  max-width: 300px;
  height: auto;
  bottom: -55px;
  z-index: 1;
}
/*---------------------------------------------------------------------
	access
---------------------------------------------------------------------*/
#access {
  position: relative;
  padding-bottom: 90px;
}
#access .map_content {
  width: calc(50% - 40px);
}
#access .map_content img {
  width: 100%;
  margin-bottom: 24px;
}
#access .map_content h3 {
  font-family: var(--zenmaru);
  color: var(--green);
  font-size: 2.2rem;
  margin-bottom: 16px;
  text-align: center;
}
#access .map_content p {
  text-align: center;
}
#access .flex .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#access .side_img_05 {
  position: absolute;
  left: 3.91vw;
  width: 12.66vw;
  min-width: 110px;
  max-width: 200px;
  height: auto;
  bottom: -100px;
}
/*---------------------------------------------------------------------
	gallery
---------------------------------------------------------------------*/
.slide02 {
  width: 100%;
  position: relative;
}
.slide02 .swiper-wrapper {
  align-items: center;
  margin-bottom: 30px;
}
.slide02 .swiper-slide, .slide02 .swiper-slide-prev, .slide02 .swiper-slide-next {
  text-align: center;
  overflow: hidden;
}
.slide02 .swiper-slide-prev, .slide02 .swiper-slide-next {
  transform: scale(0.85);
}
.slide02 .swiper-slide {
  transition: transform 1s;
}
.slide02 .swiper-slide img {
  object-fit: cover !important;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-drag: none;
}
.slide02 .swiper-slide-active {
  margin: 0 auto;
}
.slide02 .swiper-pagination {
  bottom: -5px;
}
.slide02 .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 10px;
  border: solid 1px var(--green);
  margin-right: 10px;
  cursor: pointer;
}
.slide02 .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.slide02 .swiper-pagination-bullet-active {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 10px;
}
.swiper-button-prev, .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: var(--green);
  border-radius: 50px;
  position: absolute;
  right: 18.4vw;
  cursor: pointer;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}
.swiper-button-prev {
  left: 18.4vw;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  scale: 1.1;
  background-color: var(--pink);
}
.swiper-button-prev::before, .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: calc(50% + 5px);
  background-color: #ffffff;
  transform: translateY(-50%) rotate(30deg);
  border-radius: 10px;
}
.swiper-button-next::before {
  transform: translateY(-50%) rotate(-30deg);
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: calc(50% - 4px);
  background-color: #ffffff;
  transform: translateY(-50%) rotate(-30deg);
  border-radius: 10px;
}
.swiper-button-next::after {
  transform: translateY(-50%) rotate(30deg);
}
#gallery {
  position: relative;
}
#gallery .side_img_05 {
  position: absolute;
  left: 3.91vw;
  width: 12.66vw;
  min-width: 110px;
  max-width: 200px;
  height: auto;
  top: -165px;
}
/*---------------------------------------------------------------------
	recruit
---------------------------------------------------------------------*/
#recruit {
  position: relative;
}
#recruit p {
  text-align: center;
  margin: 0 auto 40px;
}
#recruit .button {
  margin-bottom: 64px;
}
#recruit p.inquiry {
  margin-bottom: 16px;
}
#recruit .tel {
  text-align: center;
}
#recruit .tel a {
  position: relative;
  color: var(--pink);
  font-size: 2.5rem;
  font-family: var(--man);
}
#recruit .tel a img {
  width: 36px;
  height: auto;
  vertical-align: text-top;
  margin-right: 8px;
}
#recruit .tel a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.3s;
}
#recruit .tel a:hover:after {
  background-color: var(--pink);
}
#recruit .side_img_06 {
  position: absolute;
  right: 3.91vw;
  width: 10.3vw;
  min-width: 132px;
  max-width: 180px;
  height: auto;
  bottom: 60px;
}
/* 25.03.27 追記 */
.news_list_sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.news_list_sns ul li a {
  padding: 5px !important;
  display: block;
  transition: all 0.3s ease-out;
}
.news_list_sns ul li a:hover {
  opacity: 0.7;
}
.news_list_sns ul li a img {
  display: block;
}
#news .news_title {
  flex-shrink: 0;
}
#news {
  width: -moz-fit-content;
  width: fit-content;
}
#news .news_title span {
  margin-bottom: 10px;
}
#news .news_list {
  width: auto;
}
#news .news_inner {
  column-gap: 16px;
}