@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dongle&family=LINE+Seed+JP&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap");
/*全体*/
.cp {
  background: #F7F6EF;
}

main img {
  height: auto;
}
main .tel_box {
  width: 100%;
  max-width: 360px !important;
  margin: 30px auto 0 !important;
}
main .red {
  color: red;
}
main .map {
  display: block;
  max-width: 733px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
main iframe {
  width: 100%;
  height: 500px;
  display: block;
  margin: 0 auto;
}
main .w733 {
  max-width: 733px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
main ul li {
  font-size: 1.7rem;
}
main ul li a {
  font-size: 1.7rem;
}
main strong {
  line-height: 1.4;
  display: block;
}
main .flex4cl div {
  width: 20%;
}
main .flex4cl div img {
  width: 100%;
}
main .table_wtline {
  margin-bottom: 0;
  border-bottom: none;
}
main .table_wtline th {
  border-bottom: 2px dotted rgba(255, 255, 255, 0.3098039216);
}

/*見出し系*/
.obi_midashi {
  background: #48A974;
  padding: 14px;
  border-radius: 5px;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px;
}

h3 {
  font-size: 2rem;
  border-bottom: 2px solid #48A974;
  padding-bottom: 10px;
  margin-top: 60px;
  line-height: 1.3;
}

h4 {
  font-size: 1.9rem;
  padding-bottom: 10px;
  margin-top: 30px;
  line-height: 1.3;
  color: #48A974;
}

h5 {
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-top: 30px;
  line-height: 1.3;
}

h6 {
  font-size: 1.7rem;
  padding-bottom: 10px;
  margin-top: 30px;
  line-height: 1.3;
}

.smcl_body .obi_midashi {
  background: #ed8484;
}
.smcl_body h3 {
  border-bottom: 2px solid #ed8484;
}
.smcl_body .normal_table th {
  background: #f79d9d;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  main .tel_box {
    width: 90%;
  }
  main iframe {
    height: 300px;
  }
  main ul li {
    font-size: 1.6rem;
  }
  main ul li a {
    font-size: 1.6rem;
  }
  main h3 {
    margin-top: 40px;
  }
  main .flex4cl div {
    width: 100%;
  }
  main .flex4cl div img {
    width: 100%;
  }
  main img.asset-image {
    width: 100%;
    display: block;
  }
}
/*MV*/
.mv {
  background: url(/assets/img/sub_mv.jpg);
  background-position: center;
  background-size: cover;
  height: 210px;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}
.mv:before {
  background: rgba(60, 106, 7, 0.2784313725);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.mv .midashi {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
  text-align: center;
}
.mv .midashi span {
  font-family: "LINE Seed JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  color: #333;
}
.mv.filter_none:before {
  display: none;
}

/*チェックリスト*/
.check_list li {
  padding: 20px 0 20px 50px !important;
}

.list.rich {
  margin-left: 20px;
}
.list.rich li {
  padding: 10px 0;
  position: relative;
  font-weight: 600;
  font-size: 1.7rem;
}

/*画像系*/
img.wide_img {
  margin: 20px auto;
  display: block;
  width: 100%;
}
img.kadomaru {
  border-radius: 7px;
}

/*flex-画像とテキスト*/
.txt_img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
.txt_img img {
  width: auto;
}

/*吹き出しデザイン*/
.fukidashi_waku {
  position: relative;
  border: 4px solid #92C35E;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7019607843);
  padding: 30px;
  margin-top: 0px;
}
.fukidashi_waku .box_title {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 11px 43px 6px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.7rem;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to bottom, #92c35e calc(100% - 5px), transparent calc(100% - 5px)) border-box;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: transparent;
  box-sizing: border-box;
}
.fukidashi_waku .box_content {
  line-height: 1.8;
  font-size: 14px;
}

/*フッター*/
.sub .footer_menu_btn {
  padding: 30px 0 60px;
  margin-top: 80px !important;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  /*MV*/
  .mv {
    height: 140px;
    width: 100%;
    border-radius: 0px;
  }
  .mv .midashi {
    font-size: 3rem;
    width: 100%;
  }
  .mv .midashi span {
    font-size: 1rem;
  }
  /*flex-画像とテキスト*/
  .txt_img {
    display: block;
    width: 100%;
  }
  .txt_img img {
    width: auto;
    width: 100%;
    display: block;
    margin-bottom: 5%;
  }
  /*見出し系*/
  .obi_midashi {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
  }
  /*フッター*/
  .sub .footer_menu_btn {
    padding: 30px 0 30px;
    margin-top: 50px !important;
  }
  .list li {
    font-size: 1.6rem;
  }
  .list.rich {
    width: 90%;
    margin-top: 5% !important;
  }
  .list.rich li {
    padding: 8px 0;
    position: relative;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
  }
}
/*===================================
policy
===================================*/
#policy .sec2 {
  margin-top: 80px !important;
}

/*===================================
診療時間
===================================*/
.info {
  box-sizing: border-box;
  border-radius: 20px;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.info h2 {
  font-size: 1.8rem;
  line-height: 1;
  padding-left: 40px;
  position: relative;
}
.info h2:before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  background-image: url("/assets/img/time.svg");
  width: 28px;
  height: 28px;
  right: inset;
  left: 0;
}
.info .ttl {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.info .time_box .box {
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  justify-content: space-between;
}
.info .time_box .box .week span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  background: #48A974;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  padding: 5px 8px 10px;
  color: #fff;
  font-weight: bold;
  margin-right: 4px;
}
.info .time_box .time {
  font-weight: 600;
  position: relative;
  top: 2px;
}
.info .time_box .time span {
  font-size: 1.5rem;
}
.info .time_box .time .num {
  font-size: 5.5rem;
  font-weight: 500;
  display: inline-block;
}
.info .time_box .time .num span {
  font-size: 3rem;
  font-weight: 500;
  margin-left: -6px;
}
.info .tensen {
  width: 100%;
  display: block;
  margin: 7px auto 4px;
  background-image: url("/assets/img/tensen2.svg");
  width: 100%;
  height: 2px;
  background-size: 100%;
  background-repeat: repeat;
  content: "";
}
.info .tel_box {
  border-radius: 10px 10px 0 0;
}
.info .honbun {
  margin-top: 12px;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .info {
    padding: 8%;
    padding-bottom: 0px;
    padding: 0;
  }
  .info .time_box .box {
    display: block;
  }
  .info .time_box .box .week span {
    font-size: 1.6rem;
  }
  .info .tensen {
    width: auto;
    margin-bottom: 18px;
  }
  .info .flex {
    display: flex;
  }
}
/*===================================
テーブル
===================================*/
.normal_table {
  width: 100%;
  margin-top: 40px;
  border-radius: 20px;
  display: inline-table;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 20px solid #ffffff;
  border-radius: 15px;
  overflow: hidden;
}
.normal_table th {
  background: #92C35E;
  padding: 17px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.4;
}
.normal_table td {
  background: #fff;
  font-size: 1.6rem;
  padding: 17px;
  border-bottom: 2px dotted #e7e7e7;
  line-height: 1.4;
}

table.simple {
  width: 100%;
  border: 1px solid #333;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
}
table.simple th, table.simple td {
  border: 1px solid #333;
  padding: 10px;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .normal_table tr td:first-child {
    width: 0px;
  }
  .scroll {
    width: 100%;
    overflow: scroll;
    height: 500px;
    margin-top: 20px;
  }
  table.simple {
    width: 640px;
    max-width: 640px;
  }
}
/*===================================
box
===================================*/
.dotted_box .box {
  margin-top: 20px;
  border-bottom: 1.5px dotted #d1d1d1;
  padding-bottom: 20px;
}
.dotted_box .box .icon_ttl {
  margin-bottom: 10px;
  border: none;
  margin-top: 20px;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .dotted_box .box {
    margin-top: 5%;
    padding-bottom: 5%;
  }
}
/*===================================
送迎
===================================*/
#transportation .txt_img img {
  width: 40%;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  #transportation .txt_img img {
    width: 100%;
  }
}
/*===================================
記事系ページ
===================================*/
.article_box .honbun {
  margin-top: 20px;
}
.article_box .caption {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
  display: block;
  text-align: center;
}
.article_box .wide {
  max-width: 733px;
  width: 100%;
  margin: 20px auto 40px;
}
.article_box .wide img {
  display: block;
  width: 100%;
  border: 1px solid #d6d6d6;
}
.article_box .img_2flex {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 20px;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
  border-radius: 7px;
  border: 1px solid #d6d6d6;
}
.article_box .img_2flex .caption {
  text-align: center;
}
.article_box .small {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.article_box .small img {
  display: block;
  width: 100%;
  border: 1px solid #d6d6d6;
}
.article_box .list {
  margin-top: 20px;
}

.study_report {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}
.study_report .article_box .box {
  margin-top: 102px;
  background: #f7f6ef;
  border-radius: 15px;
  padding: 50px;
  box-sizing: border-box;
  border: 2px solid #48a974;
}
.study_report .article_box .box .wide {
  max-width: 410px;
}
.study_report .article_box .box .wide2 {
  max-width: 733px;
  width: 100%;
  margin: 20px auto 40px;
}
.study_report .article_box .box .wide2 img {
  display: block;
  width: 100%;
  border: 1px solid #d6d6d6;
}
.study_report .article_box .box .date {
  font-size: 1.4rem;
  margin-top: 20px;
  text-align: right;
  color: #858585;
}
.study_report .article_box .box .name {
  font-size: 1.8rem;
  margin-top: 15px;
  text-align: right;
  color: #858585;
}
.study_report .article_box .box:first-child {
  margin-top: 0px;
}
.study_report .article_box .box h2 {
  text-align: center;
  margin-top: -60px;
  border-radius: 0;
  margin-bottom: 70px;
}
.study_report .article_box .box h2 span {
  font-size: 2rem;
  background: #48A974;
  color: #fff;
  padding: 30px;
  margin-top: -40px;
  border-radius: 0;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .article_box .honbun {
    margin-top: 20px;
  }
  .article_box .img_2flex {
    display: block;
  }
  .article_box .img_2flex img {
    width: 100%;
    margin-bottom: 10px;
  }
  .article_box .img_2flex .caption {
    margin-top: 0;
  }
  .article_box .img_2flex div {
    margin-bottom: 5%;
  }
  .article_box .img_2flex div:last-child {
    margin-bottom: 0%;
  }
  .article_box .small {
    max-width: 100%;
  }
  .study_report .article_box .box {
    padding: 20px;
  }
  .study_report .article_box .box h2 span {
    display: block;
    padding: 14px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: -38px;
  }
}
/*===================================
report
===================================*/
.report_wrap li {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
}
.report_wrap li span {
  color: #92C35E;
  font-weight: 600;
  margin-right: 20px;
}
.report_wrap li .link_btn {
  background: #92C35E;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 8px 10px 8px 40px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.report_wrap li .link_btn:before {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  background-image: url(/assets/img/report.svg);
  width: 20px;
  height: 18px;
}
.report_wrap.link_list {
  margin-top: 20px;
}
.report_wrap.link_list li a {
  display: block;
  box-sizing: border-box;
  position: relative;
  padding-right: 30px;
  line-height: 1.4;
}
.report_wrap.link_list li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  background-image: url(/assets/img/green_arrow.svg);
  width: 8px;
  height: 12px;
  right: 5px;
}
.report_wrap.link_list.faq a {
  display: flex;
  align-items: center;
}
.report_wrap.link_list.faq a .q {
  font-size: 2.3rem;
  line-height: 1;
}
.report_wrap.link_list_3clm {
  gap: 30px;
  display: flex;
  justify-content: space-between;
}
.report_wrap.link_list_3clm li {
  width: 33%;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .report_wrap li {
    line-height: 1.4;
  }
  .report_wrap li span {
    display: block;
    margin-bottom: 4px;
  }
  .report_wrap li .link_btn {
    display: block;
    width: max-content;
    transform: none;
    position: relative;
    margin-top: 10px;
    left: 0px;
    font-size: 1.3rem;
  }
  .report_wrap.link_list_3clm {
    display: block;
  }
  .report_wrap.link_list_3clm li {
    width: 100%;
  }
}
/*===================================
ノート
===================================*/
#study .sec2 {
  background: #fff;
  padding: 100px 0 60px;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  #study .sec2 {
    padding: 84px 0 50px;
  }
}
/*===================================
書籍
===================================*/
.book {
  gap: 40px;
  margin: 0 auto;
  justify-content: center;
}
.book div .more {
  display: table !important;
  margin: 20px auto 0;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .book div img {
    width: 100%;
  }
  .book div {
    margin-bottom: 40px;
  }
  .book div:last-child {
    margin-bottom: 0px;
  }
}
/*===================================
ニュース
===================================*/
.news_articlebox {
  background: none;
}

.page_nation {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.page_nation a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
}
.page_nation a.on {
  color: #92C35E;
}

#news .date {
  color: #48A974;
  font-size: 1.8rem;
}
#news.smcl_body {
  background: #F7F6EF;
}
#news.smcl_body .date {
  color: #ed8484;
}
#news.smcl_body .page_nation .on {
  color: #f79d9d;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  #news table th {
    width: 100px;
  }
}
/*===================================
医師紹介
===================================*/
.doctor_container h2 {
  margin-top: 40px;
}
.doctor_container h2:first-child {
  margin-top: 0px;
}
.doctor_container .txt_img {
  align-items: center;
}
.doctor_container .txt_img .honbun {
  border: none;
}
.doctor_container .honbun {
  border-top: 1.5px dotted #d1d1d1;
  padding-top: 15px;
  margin-top: 15px;
  font-size: 1.5rem;
}
.doctor_container .flex {
  justify-content: space-between;
  margin-top: 40px;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.doctor_container .flex .box {
  width: 48%;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  .doctor_container h2 {
    margin-top: 30px;
  }
  .doctor_container .flex {
    margin-top: 30px;
  }
  .doctor_container .flex .box {
    width: 100%;
    margin-top: 30px;
  }
}
/*===================================
faq
===================================*/
#faq .obi_midashi:first-child {
  margin-top: 0px;
}
#faq .obi_midashi {
  margin-top: 60px;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  #faq .obi_midashi:first-child {
    margin-top: 0px;
  }
  #faq .obi_midashi {
    margin-top: 40px;
  }
}
/*===================================
取り組み
===================================*/
#torikumi .article_box .flex, #facilities .article_box .flex {
  align-items: center;
  gap: 30px;
  justify-content: flex-start;
}
#torikumi .article_box div.caption, #facilities .article_box div.caption {
  text-align: left;
}
#torikumi .article_box div.caption img, #facilities .article_box div.caption img {
  width: 100%;
}
#torikumi .article_box div.caption p, #facilities .article_box div.caption p {
  text-align: center;
  margin-top: 10px;
}
#torikumi .article_box .w400, #facilities .article_box .w400 {
  width: 100%;
  max-width: 400px;
}
#torikumi .article_box .w280, #facilities .article_box .w280 {
  width: 100%;
  max-width: 280px;
}

#facilities .right_fl {
  flex: 1;
}
#facilities .article_box .flex img {
  width: 400px;
}
#facilities .article_box .flex_wide img {
  width: 100%;
}

/*===================================
SP版ここから
===================================*/
@media (max-width: 768px) {
  #torikumi .article_box .flex, #facilities .article_box .flex {
    display: block;
  }
  #torikumi .article_box .flex img, #facilities .article_box .flex img {
    display: block;
    width: 140px;
    max-width: 140px;
    margin: 0 auto;
  }
  #torikumi .article_box .sp_flex, #facilities .article_box .sp_flex {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  #torikumi .article_box .flex_wide img, #facilities .article_box .flex_wide img {
    width: 100% !important;
    max-width: 100% !important;
  }
  #torikumi .article_box .w400, #facilities .article_box .w400 {
    width: 100% !important;
    max-width: 100% !important;
  }
  #facilities .article_box .flex img {
    width: 100%;
    max-width: 100%;
  }
  #facilities .article_box .flex .w280 {
    display: block;
    width: 210px;
    max-width: 210px;
    margin: 0 auto 10px;
  }
}

/*# sourceMappingURL=common.css.map */
