@charset "UTF-8";
/*------------------------------------------------------------------
/* スマホ記述がベース
/* media query
------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
color
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
fonts
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
base
---------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  background-color: #f8f7f3;
  background-image: url(../img/noise.webp);
  background-blend-mode: overlay;
  color: #2d2d2d;
  font-family: "Quicksand", "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

a {
  transition: 0.2s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.75;
  }
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  vertical-align: bottom;
}

/*--------------------------------------------------------------------------
使いまわし
---------------------------------------------------------------------------*/
/* 予約ボタン・問診ボタン */
.yoyaku_btn {
  background: url(../img/icon_yoyaku.svg) no-repeat #00a968;
  background-position: 20px center;
}

.monshin_btn {
  background: url(../img/icon_monshin.svg) no-repeat #00a968;
  background-position: 20px center;
}

.yoyaku_btn,
.monshin_btn {
  color: #fff;
  display: block;
  padding: 20px 0 20px 55px;
}
@media screen and (min-width: 650px) {
  .yoyaku_btn,
  .monshin_btn {
    font-size: 18px;
    padding: 30px 0 30px 75px;
    background-size: 32px;
    background-position: 30px center;
  }
}
@media screen and (min-width: 1024px) {
  .yoyaku_btn,
  .monshin_btn {
    background-size: 20px;
    background-position: 15px center;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 20px 10px 45px;
  }
}

/* 見出し */
.title_box {
  background: url(../img/h_wave.svg) no-repeat center 35px;
  background-size: 100px;
  text-align: center;
  margin: -32px 0 30px;
}
@media screen and (min-width: 650px) {
  .title_box {
    background: url(../img/h_wave.svg) no-repeat center 40px;
    background-size: 120px;
    margin: -54px 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .title_box {
    background: url(../img/h_wave.svg) no-repeat center 50px;
    background-size: 150px;
    margin: -68px 0 60px;
  }
}
.title_box h2 {
  color: #2d2d2d;
  margin-bottom: 24px;
  font-size: 24px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
@media screen and (min-width: 650px) {
  .title_box h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .title_box h2 {
    font-size: 34px;
    margin-bottom: 35px;
  }
}
.title_box p {
  font-size: 16px;
}
@media screen and (min-width: 650px) {
  .title_box p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .title_box p {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------------------
header
---------------------------------------------------------------------------*/
header {
  box-sizing: border-box;
  padding: 20px 15px;
}
@media screen and (min-width: 1024px) {
  header {
    padding: 30px 30px 25px;
  }
}
header .h_wrapper {
  width: 200px;
  z-index: 20;
  position: relative;
}
@media screen and (min-width: 1024px) {
  header .h_wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
}
header .h_wrapper {
  /* ロゴ */
}
@media screen and (min-width: 1024px) {
  header .h_wrapper .h_wrapper_left {
    width: 25%;
    max-width: 300px;
  }
}
header .h_wrapper .h_wrapper_left h1 img {
  width: 100%;
}
header .h_wrapper {
  /* 電話　予約　問診 */
}
header .h_wrapper .h_wrapper_right {
  display: none;
}
@media screen and (min-width: 1024px) {
  header .h_wrapper .h_wrapper_right {
    display: block;
    flex: 1;
    align-self: end;
  }
}
header .h_wrapper .h_wrapper_right .h_wrapper_right_inner {
  display: flex;
  align-items: end;
  gap: 10px;
  justify-content: flex-end;
}
header .h_wrapper .h_wrapper_right .h_wrapper_right_inner .item.tel {
  color: #00a968;
  font-size: 26px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  header .h_wrapper .h_wrapper_right .h_wrapper_right_inner .item.tel {
    font-size: 28px;
  }
}
header .h_wrapper .h_wrapper_right .h_wrapper_right_inner .item.tel span {
  font-size: 16px;
  font-weight: normal;
  padding-right: 5px;
}
@media screen and (min-width: 1200px) {
  header .h_wrapper .h_wrapper_right .h_wrapper_right_inner .item.tel span {
    font-size: 18px;
  }
}
header .h_wrapper .h_wrapper_right .h_wrapper_right_inner .item.tel a {
  color: #00a968;
  text-decoration: none;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*--------------------------------------------------------------------------
SP menu
---------------------------------------------------------------------------*/
header .sp_menu_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  header .sp_menu_wrapper {
    display: none;
  }
}
header .sp_menu_wrapper {
  /* ボタン */
}
header .sp_menu_wrapper .sp_menu_btnbox {
  position: relative;
  z-index: 10;
}
header .sp_menu_wrapper .sp_menu_btnbox button {
  position: fixed;
  top: 16px;
  right: 10px;
  background: #00a968;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}
header .sp_menu_wrapper .sp_menu_btnbox button span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  display: block;
  width: 55%;
  height: 2px;
  transition: 0.2s;
}
header .sp_menu_wrapper .sp_menu_btnbox button span:nth-child(1) {
  top: 20px;
}
header .sp_menu_wrapper .sp_menu_btnbox button span:nth-child(2) {
  bottom: 20px;
}
header .sp_menu_wrapper {
  /* メニュー本体 */
}
header .sp_menu_wrapper .sp_menu_cont {
  opacity: 0;
  transition: 0.2s;
  width: 100%;
  height: 0;
  padding: 100px 10% 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  overflow: hidden;
}
header .sp_menu_wrapper .sp_menu_cont.panelactive {
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 5;
}
header .sp_menu_wrapper .sp_menu_cont {
  /* メインメニュー */
}
header .sp_menu_wrapper .sp_menu_cont .sp_menu_main {
  margin-bottom: 15px;
}
@media screen and (min-width: 650px) {
  header .sp_menu_wrapper .sp_menu_cont .sp_menu_main {
    margin: 20px 0 30px;
  }
}
header .sp_menu_wrapper .sp_menu_cont .sp_menu_main li {
  border-bottom: 1px solid #ddd;
}
header .sp_menu_wrapper .sp_menu_cont .sp_menu_main li a {
  color: #2d2d2d;
  display: block;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 0 15px 2px;
  position: relative;
}
@media screen and (min-width: 650px) {
  header .sp_menu_wrapper .sp_menu_cont .sp_menu_main li a {
    font-size: 18px;
    padding: 20px 0 20px 2px;
  }
}
header .sp_menu_wrapper .sp_menu_cont .sp_menu_main li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #00a968;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
}
header .sp_menu_wrapper .sp_menu_cont .sp_menu_main li:last-of-type {
  border: none;
}
header .sp_menu_wrapper .sp_menu_cont {
  /* 電話番号　WEB予約　WEB問診 */
}
header .sp_menu_wrapper .sp_menu_cont .sp_menu_sub li a {
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 650px) {
  header .sp_menu_wrapper .sp_menu_cont .sp_menu_sub li a {
    border-radius: 10px;
  }
}
header .sp_menu_wrapper .sp_menu_cont .sp_menu_sub li a.tel {
  background-color: #edf5f0;
  color: #2d2d2d;
  padding: 15px 0;
}
@media screen and (min-width: 650px) {
  header .sp_menu_wrapper .sp_menu_cont .sp_menu_sub li a.tel {
    padding: 20px 0;
  }
}
header .sp_menu_wrapper .sp_menu_cont .sp_menu_sub li a.tel .comment {
  display: block;
  font-size: 80%;
  margin-bottom: 7px;
}
@media screen and (min-width: 650px) {
  header .sp_menu_wrapper .sp_menu_cont .sp_menu_sub li a.tel .comment {
    font-size: 90%;
    margin-bottom: 10px;
  }
}
header .sp_menu_wrapper .sp_menu_cont .sp_menu_sub li a.tel .number {
  font-size: 160%;
  font-weight: 700;
  padding-left: 5px;
}
@media screen and (min-width: 650px) {
  header .sp_menu_wrapper .sp_menu_cont .sp_menu_sub li a.tel .number {
    font-size: 180%;
  }
}
header .sp_menu_wrapper .sp_menu_cont .sp_menu_sub li.flex {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
header .sp_menu_wrapper .sp_menu_cont .sp_menu_sub li.flex a {
  margin-bottom: 0;
  text-align: left;
  width: calc((100% - 10px) / 2);
}

/* スマホメニュー　クローズ */
.sp_menu_wrapper .sp_menu_btnbox .sp_menu_btn.close span {
  width: 60%;
}
.sp_menu_wrapper .sp_menu_btnbox .sp_menu_btn.close span:nth-child(1) {
  top: 24px;
  transform: rotate(150deg);
}
.sp_menu_wrapper .sp_menu_btnbox .sp_menu_btn.close span:nth-child(2) {
  bottom: 24px;
  transform: rotate(-150deg);
}

/*--------------------------------------------------------------------------
PC menu
---------------------------------------------------------------------------*/
.pc_menu {
  display: none;
}

@media screen and (min-width: 1024px) {
  header .pc_menu {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 20px 0 0;
  }
  header .pc_menu ul {
    background-color: #fff;
    border-radius: 50px;
    width: 100%;
    display: flex;
    font-size: 16px;
    justify-content: center;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  header .pc_menu ul {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  header .pc_menu ul li {
    text-align: center;
    width: 16.6666666667%;
  }
  header .pc_menu ul li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
  }
  header .pc_menu ul li a span {
    position: relative;
  }
  header .pc_menu ul li a:link {
    color: #2d2d2d;
    opacity: 1;
  }
  header .pc_menu ul li a:visited {
    color: #2d2d2d;
    opacity: 1;
  }
  header .pc_menu ul li a:hover {
    color: #2d2d2d;
    opacity: 1;
  }
  header .pc_menu ul li a:active {
    color: #2d2d2d;
    opacity: 1;
  }
  header .pc_menu ul li:hover span::before {
    content: "";
    background: #00a968;
    border-radius: 20px;
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -15px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  header .pc_menu ul li:hover span::before {
    width: 11px;
    height: 11px;
    left: -20px;
  }
}
/*--------------------------------------------------------------------------
MV
---------------------------------------------------------------------------*/
#mv {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 650px) {
  .mv_wrapper {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
}
.mv_wrapper .mv_photo {
  margin-bottom: 20px;
  padding: 0 15px;
}
@media screen and (min-width: 650px) {
  .mv_wrapper .mv_photo {
    background: url(../img/main_photo.webp);
    background-size: cover;
    background-position: center;
    border-radius: 0 15px 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv_wrapper .mv_photo {
    padding: 0;
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .mv_wrapper .mv_photo {
    border-radius: 0 40px 40px 0;
    width: 52%;
  }
}
@media screen and (min-width: 1600px) {
  .mv_wrapper .mv_photo {
    width: 51%;
  }
}
.mv_wrapper .mv_photo img {
  border-radius: 15px;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .mv_wrapper .mv_photo img {
    display: none;
  }
}
.mv_wrapper .mv_cont {
  padding: 0 15px;
}
@media screen and (min-width: 650px) {
  .mv_wrapper .mv_cont {
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .mv_wrapper .mv_cont {
    padding-top: 10px;
    width: 44%;
  }
}
@media screen and (min-width: 1200px) {
  .mv_wrapper .mv_cont {
    padding-top: 20px;
    min-width: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .mv_wrapper .mv_cont {
    padding-top: 50px;
  }
}
.mv_wrapper .mv_cont .mv_catch {
  margin-bottom: 20px;
}
@media screen and (min-width: 650px) {
  .mv_wrapper .mv_cont .mv_catch {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .mv_wrapper .mv_cont .mv_catch {
    margin-bottom: 20px;
  }
}
.mv_wrapper .mv_cont .mv_catch p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 650px) {
  .mv_wrapper .mv_cont .mv_catch p {
    text-align: left;
    padding-left: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .mv_wrapper .mv_cont .mv_catch p {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  .mv_wrapper .mv_cont .mv_catch p {
    line-height: 1.8;
  }
}
.mv_wrapper .mv_cont .mv_catch p span {
  color: #2d2d2d;
}
@media screen and (min-width: 650px) {
  .mv_wrapper .mv_cont .mv_catch p span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .mv_wrapper .mv_cont .mv_catch p span {
    font-size: 18px;
  }
}
.mv_wrapper .mv_cont .mv_catch p span.s01 {
  display: block;
}
@media screen and (min-width: 650px) {
  .mv_wrapper .mv_cont .mv_catch p span.s01 {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .mv_wrapper .mv_cont .mv_catch p span.s01 {
    display: block;
  }
}
.mv_wrapper .mv_cont .mv_catch p span.s02 {
  display: block;
}
@media screen and (min-width: 650px) {
  .mv_wrapper .mv_cont .mv_catch p span.s02 {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .mv_wrapper .mv_cont .mv_catch p span.s02 {
    display: block;
  }
}
.mv_wrapper .mv_cont .mv_catch p span.s03 {
  color: #00a968;
  display: block;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (min-width: 650px) {
  .mv_wrapper .mv_cont .mv_catch p span.s03 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1024px) {
  .mv_wrapper .mv_cont .mv_catch p span.s03 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  .mv_wrapper .mv_cont .mv_catch p span.s03 {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1600px) {
  .mv_wrapper .mv_cont .mv_catch p span.s03 {
    font-size: 1.8em;
  }
}
.mv_wrapper .mv_cont .mv_catch p span.s04 {
  display: block;
}
.mv_wrapper .mv_cont .mv_calendar {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 650px) {
  .mv_wrapper .mv_cont .mv_calendar {
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .mv_wrapper .mv_cont .mv_calendar {
    padding: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .mv_wrapper .mv_cont .mv_calendar {
    padding: 25px 0 25px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .mv_wrapper .mv_cont .mv_calendar {
    border-radius: 40px;
    padding: 30px 0 30px 35px;
  }
}
.mv_wrapper .mv_cont .mv_calendar p {
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .mv_wrapper .mv_cont .mv_calendar p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.mv_wrapper .mv_cont .mv_calendar p.uketsuke_time {
  padding-top: 2px;
}
@media screen and (min-width: 1200px) {
  .mv_wrapper .mv_cont .mv_calendar p.uketsuke_time {
    padding-top: 4px;
  }
}
.mv_wrapper .mv_cont .mv_calendar p.uketsuke_time span {
  background: #00a968;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  padding: 2px 8px;
}
@media screen and (min-width: 1200px) {
  .mv_wrapper .mv_cont .mv_calendar p.uketsuke_time span {
    font-size: 14px;
    padding: 3px 8px;
  }
}
@media screen and (min-width: 650px) {
  .mv_wrapper .mv_cont .mv_calendar::after {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: -150%;
    z-index: -1;
  }
}

/* 診療カレンダー */
.shinryo_table {
  font-size: 14px;
  margin-bottom: 10px;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .shinryo_table {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .shinryo_table {
    font-size: 18px;
  }
}
.shinryo_table tr {
  border-bottom: 1px solid #ccc;
}
.shinryo_table tr th {
  padding: 5px 0;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .shinryo_table tr th {
    padding: 7px 0;
  }
}
.shinryo_table tr th:first-child {
  width: 30%;
}
.shinryo_table tr td {
  color: #00a968;
  padding: 5px 0;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .shinryo_table tr td {
    padding: 7px 0;
  }
}
.shinryo_table tr td:first-child {
  color: #2d2d2d;
}
.shinryo_table tr td small {
  font-size: 0.75em;
}

/*--------------------------------------------------------------------------
フッター固定ナビ
---------------------------------------------------------------------------*/
.f_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .f_nav {
    display: none;
  }
}
.f_nav nav {
  background: #00a968;
  display: flex;
  justify-content: space-between;
}
.f_nav nav div {
  position: relative;
  width: 25%;
}
.f_nav nav div::after {
  content: "";
  display: block;
  background: #edf5f0;
  width: 1px;
  height: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.f_nav nav div:last-of-type::after {
  display: none;
}
.f_nav nav div a {
  color: #fff;
  display: block;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
}
.f_nav nav div a img {
  display: block;
  margin: 0 auto 7px;
}

/*--------------------------------------------------------------------------
トップページコンテンツ
---------------------------------------------------------------------------*/
main.toppage {
  overflow: hidden;
  padding-top: 12vw;
  padding-bottom: 270px;
}
@media screen and (min-width: 650px) {
  main.toppage {
    padding-top: 8vw;
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 1024px) {
  main.toppage {
    padding-top: 7vw;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1200px) {
  main.toppage {
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 1600px) {
  main.toppage {
    padding-top: 5vw;
  }
}

.index_sec {
  margin-bottom: 10vw;
  padding: 0 15px;
}
@media screen and (min-width: 650px) {
  .index_sec {
    margin-bottom: 7vw;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .index_sec {
    margin-bottom: 5vw;
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  .index_sec {
    margin-bottom: 4vw;
  }
}

#sec01 .item,
#sec02 .item,
#sec03 .item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
  padding-bottom: 1.3rem;
}
#sec01 .item:last-of-type,
#sec02 .item:last-of-type,
#sec03 .item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sec01 .item h3,
#sec02 .item h3,
#sec03 .item h3 {
  color: #00a968;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1200px) {
  #sec01 .item h3,
  #sec02 .item h3,
  #sec03 .item h3 {
    font-size: 1.5em;
    margin-bottom: 0.75rem;
  }
}
#sec01 .item p,
#sec02 .item p,
#sec03 .item p {
  line-height: 1.4;
  margin-bottom: 1rem;
}
#sec01 .item p:last-of-type,
#sec02 .item p:last-of-type,
#sec03 .item p:last-of-type {
  margin-bottom: 0;
}
#sec01 .item p .fc_blue,
#sec02 .item p .fc_blue,
#sec03 .item p .fc_blue {
  color: #007ce9;
}
#sec01 .item p .web_uketsuke,
#sec02 .item p .web_uketsuke,
#sec03 .item p .web_uketsuke {
  background: #00a968;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 3px;
  padding: 3px 10px;
}
#sec01 .item p.banner_flex,
#sec02 .item p.banner_flex,
#sec03 .item p.banner_flex {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
@media screen and (min-width: 650px) {
  #sec01 .item p.banner_flex,
  #sec02 .item p.banner_flex,
  #sec03 .item p.banner_flex {
    flex-direction: row;
  }
}
#sec01 .item p.banner_flex img,
#sec02 .item p.banner_flex img,
#sec03 .item p.banner_flex img {
  width: 100%;
}
@media screen and (min-width: 650px) {
  #sec01 .item p.banner_flex img,
  #sec02 .item p.banner_flex img,
  #sec03 .item p.banner_flex img {
    width: unset;
  }
}
#sec01 .item p .wakuchin_info,
#sec02 .item p .wakuchin_info,
#sec03 .item p .wakuchin_info {
  width: 100%;
  max-width: 320px;
  display: block;
}
@media screen and (min-width: 1200px) {
  #sec01 .item p .wakuchin_info,
  #sec02 .item p .wakuchin_info,
  #sec03 .item p .wakuchin_info {
    max-width: 500px;
  }
}
#sec01 .item .maru,
#sec02 .item .maru,
#sec03 .item .maru {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 3px 0 3px 18px;
  position: relative;
}
#sec01 .item .maru::before,
#sec02 .item .maru::before,
#sec03 .item .maru::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #2d2d2d;
  border-radius: 50px;
  position: absolute;
  top: 9px;
  left: 0;
}

#sec03 {
  margin-bottom: 6vw;
}
@media screen and (min-width: 650px) {
  #sec03 {
    margin-bottom: 3.5vw;
  }
}
@media screen and (min-width: 1024px) {
  #sec03 {
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  #sec03 {
    margin-bottom: 2vw;
  }
}

/* 病院からメッセージ */
#sec04 {
  margin-top: -530px;
  position: relative;
}
@media screen and (min-width: 650px) {
  #sec04 {
    margin-top: -520px;
  }
}
@media screen and (min-width: 1024px) {
  #sec04 {
    margin-top: -510px;
  }
}
@media screen and (min-width: 1600px) {
  #sec04 {
    margin-bottom: 4vw;
  }
}

/* 院長からメッセージ */
#sec05 {
  background-color: #edf5f0;
  background-image: url(../img/noise.webp);
  background-blend-mode: overlay;
  margin-bottom: 0;
  padding-bottom: 10vw;
  position: relative;
}
@media screen and (min-width: 650px) {
  #sec05 {
    padding-bottom: 7vw;
  }
}
@media screen and (min-width: 1200px) {
  #sec05 {
    padding-bottom: 6vw;
  }
}

/* 境界の曲線 */
.wave01 {
  background-color: #edf5f0;
  background-image: url(../img/noise.webp);
  background-blend-mode: overlay;
  -webkit-mask-image: url(../img/green_wave.svg);
          mask-image: url(../img/green_wave.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 100%;
  height: 550px;
}

.wave02 {
  background-color: #edf5f0;
  background-image: url(../img/noise.webp);
  background-blend-mode: overlay;
  -webkit-mask-image: url(../img/green_wave02.svg);
          mask-image: url(../img/green_wave02.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 bottom;
          mask-position: 0 bottom;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 100%;
  height: 400px;
  margin-top: -630px;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 650px) {
  .wave02 {
    margin-top: -590px;
  }
}
@media screen and (min-width: 1024px) {
  .wave02 {
    margin-top: -540px;
  }
}

/* 白い箱 */
.white_box {
  background: #fff;
  border-radius: 15px;
  margin: auto;
  padding: 20px;
  width: 100%;
  max-width: 1100px;
}
@media screen and (min-width: 650px) {
  .white_box {
    border-radius: 30px;
    padding: 40px 50px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .white_box {
    border-radius: 40px;
    padding: 50px 60px 60px;
  }
}
@media screen and (min-width: 1600px) {
  .white_box {
    border-radius: 50px;
    padding: 50px 80px 80px;
  }
}

/* 横に伸びている白い部分 */
@media screen and (min-width: 650px) {
  .white_box.index {
    position: relative;
  }
  .white_box.index::after {
    content: "";
    display: block;
    width: 150%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .white_box.index.left::after {
    left: -100%;
  }
  .white_box.index.right::after {
    right: -100%;
  }
}
/* 医院から一言 */
.index_flex {
  background: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-width: 1100px;
  margin: auto;
}
@media screen and (min-width: 650px) {
  .index_flex {
    border-radius: 30px;
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .index_flex {
    border-radius: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .index_flex {
    border-radius: 50px;
  }
}
@media screen and (min-width: 650px) {
  .index_flex .index_flex_photo {
    width: 40%;
  }
}
.index_flex .index_flex_photo img {
  width: 100%;
}
@media screen and (min-width: 650px) {
  .index_flex .index_flex_photo img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.index_flex .index_flex_text {
  padding: 20px;
}
@media screen and (min-width: 650px) {
  .index_flex .index_flex_text {
    flex: 1;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .index_flex .index_flex_text {
    padding: 40px;
  }
}
.index_flex .index_flex_text h4 {
  color: #00a968;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 650px) {
  .index_flex .index_flex_text h4 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .index_flex .index_flex_text h4 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 650px) {
  .index_flex .index_flex_text h4 span {
    display: block;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .index_flex .index_flex_text h4 span {
    padding-left: 4rem;
  }
}
.index_flex .index_flex_text p {
  line-height: 1.4;
}
@media screen and (min-width: 650px) {
  .index_flex .index_flex_text p {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .index_flex .index_flex_text p {
    line-height: 1.6;
  }
}
.index_flex.reverse {
  flex-direction: column;
}
@media screen and (min-width: 650px) {
  .index_flex.reverse {
    flex-direction: row-reverse;
  }
}
.index_flex.reverse .index_flex_text p:nth-child(2) {
  color: #00a968;
  font-size: 24px;
  text-align: right;
  padding-top: 15px;
}
@media screen and (min-width: 650px) {
  .index_flex.reverse .index_flex_text p:nth-child(2) {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .index_flex.reverse .index_flex_text p:nth-child(2) {
    font-size: 28px;
    padding-top: 15px;
  }
}
.index_flex.reverse .index_flex_text p:nth-child(2) span {
  font-size: 16px;
  margin-right: 10px;
}

/* 診療科目 */
#sec06 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#sec06 > div {
  padding: 0 15px 7vw;
}
@media screen and (min-width: 650px) {
  #sec06 > div {
    padding: 0 30px 3vw;
  }
}
@media screen and (min-width: 1200px) {
  #sec06 > div {
    padding: 0 0 4vw;
  }
}
#sec06 > div.index_ms01 {
  background-color: #edf5f0;
  background-image: url(../img/noise.webp);
  background-blend-mode: overlay;
}
#sec06 > div .inner {
  max-width: 1100px;
  margin: auto;
}
#sec06 > div .title_box {
  margin-top: 0;
}
#sec06 > div .lead {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  #sec06 > div .lead {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  #sec06 > div .lead {
    margin-bottom: 30px;
  }
}
#sec06 > div .catch {
  color: #00a968;
  font-size: 120%;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  #sec06 > div .catch {
    font-size: 150%;
  }
}
@media screen and (min-width: 1200px) {
  #sec06 > div .catch {
    font-size: 160%;
    line-height: 1.7;
  }
}
#sec06 > div span {
  display: block;
}
@media screen and (min-width: 650px) {
  #sec06 > div span {
    display: inline;
  }
}
#sec06 > div br {
  display: none;
}
@media screen and (min-width: 650px) {
  #sec06 > div br {
    display: block;
  }
}
#sec06 > div.index_ms02 {
  padding-bottom: 0;
}
#sec06 > div.index_ms02 ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 650px) {
  #sec06 > div.index_ms02 ul {
    gap: 0 20px;
  }
}
#sec06 > div.index_ms02 ul li {
  width: calc((100% - 20px) / 3);
}
@media screen and (min-width: 650px) {
  #sec06 > div.index_ms02 ul li {
    width: calc((100% - 60px) / 4);
  }
}
#sec06 > div.index_ms02 ul li img {
  width: 100%;
}

@media screen and (min-width: 650px) {
  footer {
    padding-bottom: 0px;
  }
}
footer .f_contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 650px) {
  footer .f_contact {
    flex-direction: row;
    gap: 20px;
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1024px) {
  footer .f_contact {
    gap: 40px;
    margin-bottom: 90px;
  }
}
footer .f_contact > div {
  width: 300px;
}
@media screen and (min-width: 650px) {
  footer .f_contact > div {
    width: 340px;
  }
}
@media screen and (min-width: 1200px) {
  footer .f_contact > div {
    width: 380px;
  }
}
footer .f_contact a {
  border-radius: 50px;
  color: #fff;
  display: block;
  text-decoration: none;
}
footer .f_contact a.tel {
  background: url(../img/f_tel.svg) no-repeat 30px center #00a968;
  background-size: 36px;
  font-size: 22px;
  padding: 8px 20px 8px 80px;
}
@media screen and (min-width: 650px) {
  footer .f_contact a.tel {
    background: url(../img/f_tel.svg) no-repeat 30px center #00a968;
    background-size: 40px;
    font-size: 26px;
    padding: 10px 20px 10px 85px;
  }
}
@media screen and (min-width: 1024px) {
  footer .f_contact a.tel {
    background: url(../img/f_tel.svg) no-repeat 30px center #00a968;
    background-size: 42px;
    font-size: 26px;
    padding: 10px 20px 10px 85px;
  }
}
@media screen and (min-width: 1200px) {
  footer .f_contact a.tel {
    background: url(../img/f_tel.svg) no-repeat 30px center #00a968;
    background-size: 50px;
    font-size: 34px;
    font-weight: 700;
    padding: 15px 20px 15px 95px;
  }
}
footer .f_contact a.tel span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 2px;
}
@media screen and (min-width: 650px) {
  footer .f_contact a.tel span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  footer .f_contact a.tel span {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1200px) {
  footer .f_contact a.tel span {
    font-size: 16px;
  }
}
footer .f_contact a.mail {
  background: url(../img/f_mail.svg) no-repeat 34px center #00a968;
  background-size: 30px;
  font-size: 16px;
  padding: 20px 20px 20px 80px;
}
@media screen and (min-width: 650px) {
  footer .f_contact a.mail {
    background: url(../img/f_mail.svg) no-repeat 30px center #00a968;
    background-size: 32px;
    font-size: 18px;
    padding: 22px 20px 22px 75px;
  }
}
@media screen and (min-width: 1024px) {
  footer .f_contact a.mail {
    background: url(../img/f_mail.svg) no-repeat 35px center #00a968;
    background-size: 36px;
    font-size: 20px;
    padding: 22px 20px 22px 85px;
  }
}
@media screen and (min-width: 1200px) {
  footer .f_contact a.mail {
    background: url(../img/f_mail.svg) no-repeat 35px center #00a968;
    background-size: 42px;
    font-size: 22px;
    font-weight: 700;
    padding: 31px 20px 31px 93px;
  }
}
footer .f_inner_wrapper {
  padding: 0 15px;
}
@media screen and (min-width: 650px) {
  footer .f_inner_wrapper {
    padding: 0 30px;
  }
}
footer .f_inner_wrapper .f_inner_inner {
  background: #fff;
  border-radius: 15px 15px 0 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 25px 25px 50px 25px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media screen and (min-width: 650px) {
  footer .f_inner_wrapper .f_inner_inner {
    border-radius: 30px 30px 0 0;
    flex-direction: row;
    gap: 30px;
    padding: 35px 40px 50px;
  }
}
@media screen and (min-width: 1024px) {
  footer .f_inner_wrapper .f_inner_inner {
    border-radius: 40px 40px 0 0;
    gap: 40px;
    padding: 40px 50px 50px;
  }
}
@media screen and (min-width: 1200px) {
  footer .f_inner_wrapper .f_inner_inner {
    padding: 50px 60px 60px;
  }
}
@media screen and (min-width: 1600px) {
  footer .f_inner_wrapper .f_inner_inner {
    border-radius: 50px 50px 0 0;
  }
}
@media screen and (min-width: 650px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_left {
    width: calc((100% - 30px) / 2);
  }
}
footer .f_inner_wrapper .f_inner_inner .f_inner_left img {
  width: 75%;
  max-width: 300px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_left img {
    margin-bottom: 15px;
  }
}
footer .f_inner_wrapper .f_inner_inner .f_inner_left .f_address {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_left .f_address {
    margin-bottom: 30px;
  }
}
footer .f_inner_wrapper .f_inner_inner .f_inner_left .f_address address {
  margin-bottom: 10px;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_left .f_address address {
    font-size: 16px;
  }
}
footer .f_inner_wrapper .f_inner_inner .f_inner_left .f_address a {
  background: #00a968;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_left .f_address a {
    font-size: 14px;
  }
}
footer .f_inner_wrapper .f_inner_inner .f_inner_left ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  font-size: 12px;
}
@media screen and (min-width: 650px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_left ul {
    gap: 8px 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_left ul {
    gap: 10px 30px;
  }
}
@media screen and (min-width: 1200px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_left ul {
    gap: 15px 35px;
    font-size: 16px;
  }
}
footer .f_inner_wrapper .f_inner_inner .f_inner_left ul li {
  padding-left: 11px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_left ul li {
    padding-left: 15px;
  }
}
footer .f_inner_wrapper .f_inner_inner .f_inner_left ul li::before {
  content: "";
  border-radius: 30px;
  display: block;
  width: 6px;
  height: 6px;
  background: #2d2d2d;
  position: absolute;
  top: 4px;
  left: 0px;
}
@media screen and (min-width: 1200px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_left ul li::before {
    width: 8px;
    height: 8px;
    top: 5px;
  }
}
footer .f_inner_wrapper .f_inner_inner .f_inner_left ul li a:link {
  color: #2d2d2d;
  text-decoration: none;
}
footer .f_inner_wrapper .f_inner_inner .f_inner_left ul li a:visited {
  color: #2d2d2d;
  text-decoration: none;
}
@media (hover: hover) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_left ul li a:hover {
    color: #2d2d2d;
    text-decoration: underline;
  }
}
footer .f_inner_wrapper .f_inner_inner .f_inner_left ul li a:active {
  color: #2d2d2d;
  text-decoration: underline;
}
@media screen and (min-width: 650px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_right {
    width: calc((100% - 30px) / 2);
  }
}
footer .f_inner_wrapper .f_inner_inner .f_inner_right .shinryo_table tr th:first-child {
  width: 27%;
}
@media screen and (min-width: 1024px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_right .shinryo_table tr th:first-child {
    width: 25%;
  }
}
footer .f_inner_wrapper .f_inner_inner .f_inner_right .shinryo_table tr td {
  color: #2d2d2d;
}
footer .f_inner_wrapper .f_inner_inner .f_inner_right p {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_right p {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1200px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_right p {
    font-size: 16px;
    line-height: 1.4;
  }
}
footer .f_inner_wrapper .f_inner_inner .f_inner_right p.uketsuke_time {
  margin-bottom: 0;
}
footer .f_inner_wrapper .f_inner_inner .f_inner_right p.uketsuke_time span {
  background: #00a968;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  margin-right: 7px;
  padding: 6px 12px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1200px) {
  footer .f_inner_wrapper .f_inner_inner .f_inner_right p.uketsuke_time span {
    font-size: 14px;
  }
}
footer .f_inner_wrapper .copy {
  background: #fff;
  text-align: center;
  font-size: 80%;
  margin: auto;
  padding-bottom: 80px;
  width: 100%;
  max-width: 1100px;
}
@media screen and (min-width: 650px) {
  footer .f_inner_wrapper .copy {
    padding-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */