@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
:root {
--font-gothic: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
--font-mincho: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit
}
html {font-size: 62.5%}
body {
 font-size: 1.8rem;
 line-height: 2.0;
 font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
 font-weight: 400;
 color: #333333;
 -webkit-font-smoothing: subpixel-antialiased;
 -moz-osx-font-smoothing: unset;
 -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {line-height: 1}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote:after, blockquote:before, q:after, q:before {content: ''; content: none}
table {border-collapse: collapse; border-spacing: 0}
input, select, textarea {
 font-family: -apple-system, BlinkMacSystemFont, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: inherit;
 font-weight: inherit
}
a {
	color: #339933;
	transition-duration: 0.3s;
	text-decoration: underline;
}
a:hover {color: #896958}
a img {transition-duration: 0.3s;}
a:hover img {opacity: 0.8; transition-duration: 0.3s;}
* html ul li {margin-left: 1px}
*, :after, :before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box
}
@media screen and (min-width:750px) {
 body {background-color: #FFFFFF}
 a[href^="tel:"] {
  pointer-events: none; /*PC表示で電話番号リンクを無効*/
  cursor: default
 }
 .sp_cta {display: none;}
}
@media screen and (max-width:750px) {
 body {
  font-size: 1.6rem;
  line-height: 1.6;
 }
}


@media screen and (min-width: 750px){   
  .pc { display:block; }
  .sp { display:none; }
 br.sp:after {
  margin-right: -.333em;
  content: ""
 }
}
@media screen and (max-width: 749.98px){   
  .pc { display:none; }
  .sp { display:block; }
 br.pc:after {
  margin-right: -.333em;
  content: ""
 }
}

h2 {
font-family: var(--font-mincho);
font-size: 43px;
line-height: 1.4;
font-weight: 700;
 text-align: center;
 margin-bottom: 40px;
}
h3 {
 font: 500 28px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
 margin-bottom: 15px;
}
h4 {
 font: 500 24px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
 margin-bottom: 10px;
}
@media screen and (max-width:750px) {
 h2 {
  font: 700 20px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  margin-bottom: 15px;
 }
 h3 {
  font: 700 18px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-bottom: 10px;
 }
 h4 {
  font: 600 16px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-bottom: 10px;
 }
}
img {
 width: auto;
 height: auto;
 max-width: 100%;
 font-size: 0;
 line-height: 0;
 vertical-align: bottom;
}
ul.dots li,ul.asterisk li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: .4em;
}
ul.dots li:last-child { margin-bottom: 0; }
ul.dots > li:before { content: "・"; }
ul.astx > li {text-indent: -1em;padding-left: 1em;}
ul.astx li:last-child { margin-bottom: 0; }
ul.astx > li:before { content: "※";}
.bg-grn { background-color: #F6FBEF;}
.bg-beg { background-color: #F6EFE7;}
.bg-ash { background-color: #F1F1F1;}
.bg-pnk { background-color: #FFF3F3;}
.bg-wht { background-color: #FFFFFF;}
.bg-blu {	background-color: #F3FBFF;}
.color-grn {color: #339933}
.figure { text-align: center; margin-bottom: 20px;}
.pc_flex { display: flex; justify-content: space-between;}

@media screen and (max-width:750px) {
 .pc_flex { display: block; }
}

.btn_reserve {
 max-width: 750px;
 width: 100%;
 margin: 30px auto 60px;
 text-align: center;
}
.btn_reserve a {
 display: block;
}
.btn_reserve2 {
 max-width: 1000px;
 width: 100%;
 margin: 60px auto;
 text-align: center;
}
.btn_reserve2 > div {
 text-align: center !important;
}
.btn_reserve img,.btn_reserve2 img {
 font-size: 0;margin: 0 auto;
}
.btn_reserve2 img {width: auto;max-width: 100%;}
.header, .footer {
 background-color: #339933;
 overflow: hidden;
}
.btn_reserve0 {
 max-width: 1000px;
 width: 100%;
 margin: 30px auto;
 text-align: center;
}


.header {
 height: 100px;
}
.header h1 {
 width: 30%;
 font-size: 0;
 margin-top: 6px;
}
.header .cta {
	display: flex;
	justify-content: flex-end;
 width: 70%;
 margin-top: 20px;
}
.header .cta p {margin-left: 1em;color: #fff;font-weight: 500;font-size: 15px;line-height: 1.4;}
.footer {
 padding: 20px 0;
}
.footer .f_logo {
 float: left;
 width: 30%;
 font-size: 0;
 margin-top: 6px;
}
.footer .cta {
 float: left;
 text-align: right;
 width: 70%;
 font-size: 0;
 margin-top: 20px;
}
.footer address {
 clear: both;
 text-align: center;
 font-size: 12px;
 color: #FFFFFF;
 font-style: normal;
 display: block;
}
.inner {
 width: 96%;
 max-width: 1000px;
 margin-right: auto;
 margin-left: auto;
}
.inner-wide {
 width: 96%;
 max-width: 1200px;
 margin-right: auto;
 margin-left: auto;
}
.header .inner {
	display: flex;justify-content: space-between;
}
#branding {
 background-image: url(../img/main_bg.png);
 text-align: center;
 background-repeat: repeat-x;
}
#branding img {
	margin: 0 auto;
}
section {
 padding: 80px 0;
}
@media screen and (max-width:750px) {
 section {
  padding: 30px 0;
 }
	.btn_reserve {
 margin: 0 auto 15px;
}
	.btn_reserve2 {
 margin: 15px auto;
}
.btn_reserve0 {
 margin: 0 auto;
}
 .cta {
  display: none;
 }
 .header {
  height: 60px;
 }
	.header .cta {
  display: none;
 }
	.header .cta_sp {text-align: right;display: flex;justify-content: flex-end;align-items: center;}
	.header .cta_sp p {font-size: 12px;color: #fff;font-feature-settings: "palt";margin-top: 5px;}
 .header h1 {
  float: none;
  width: auto;
  font-size: 0;
  margin-top: 5px;
  text-align: center;
 }
 .header h1 img {
  max-height: 50px;
  width: auto;
 }
 .footer {
  padding-bottom: 65px;
  padding-top: 10px;
 }
 .footer .f_logo {
  float: none;
  width: 50%;
  margin: auto;
 }
 .sp_cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #339933;
  display: flex;
  flex-wrap: nowrap;
 }
 .sp_cta li {
  flex-basis: 50%;
 }
 .sp_cta li:last-child {
  margin-left: 1px;
 }
 .sp_cta li img {
  width: 100%;
  height: auto;
 }
}
@media screen and (min-width:750px) {
 .header .cta_sp {display: none;}
}

h2.headline {
	padding: 15px 5px;
	border: 1px solid #339933;font-feature-settings: "palt";letter-spacing: 0.05em;
}
h2.headline em {
	font-style: italic;padding-right: 0.33em;
}
.h1_ttl {font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;text-align: center;font-size: 50px;}
.h3_ttl {text-align: center;font-size: 21px;font-weight: bold;margin-bottom: 10px;}
.uline {text-decoration: underline;}


@media screen and (max-width:750px) {
 h2.headline {
  padding: 10px 0;
  font-size: 18px;
 }
 h2.headline em {
  padding-right: 0em;
  display: block;
  font-size: 22px;
 }
 .h3_ttl {
  font-size: 19px;
 }
}

p.justify {text-align: justify;}


.layout {display: flex; gap:30px}
.layout .text {flex-shrink: 0;}
.layout.reverse {flex-direction: row-reverse;}
.layout.-ratio64 .image {flex-basis: 40%;}
.layout.-ratio64 .text {flex-basis: 60%;}
.layout.-ratio73 .image {flex-basis: 30%;}
.layout.-ratio73 .text {flex-basis: 70%;}
.layout.-ratio82 .image {flex-basis: 20%;}
.layout.-ratio82 .text {flex-basis: 80%;}

@media screen and (max-width:750px) {
.layout {display: block;}
.layout .image + .text {margin-top: 10px;}
}



#doctor {
 padding: 30px;
 margin-top: 30px;
 font-size: 16px;
 color: #000000;
}
#doctor .doc_name { text-align: center; margin-bottom: 10px; }
#doctor .doc_pic {
 text-align: center;
 margin-bottom: 15px;
}

#doctor .treatise {background: #fff;padding: 20px;margin-top: 20px;}
#doctor .treatise .pc_flex {align-items: center;}
#doctor .treatise .pc_flex .image {width: 100%;}
#doctor .treatise .pc_flex .text {width: 100%; text-align: center;
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif; font-size: 19px;}
@media screen and (max-width:750px) {
#doctor .treatise {padding: 15px;margin-top: 15px;}
#doctor .treatise .pc_flex .text {font-size: 16px;margin-bottom: 10px;}
}

#doctor .doc_career {
 padding: 15px;
 margin-top: 30px;
 font-size: 14px;
}

#doctor .doc_career .career_ttl {display: block;position: relative;font-size: 20px;letter-spacing: .5em; font-weight: 500;background: rgba(105,156,52,0.1);padding: 5px;text-align: center;cursor: pointer;}
#doctor .doc_career .career_ttl::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #555;
}
#doctor .doc_career .career_ttl.open::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  border: 10px solid transparent;
  border-bottom-color: #555;
}
#doctor .doc_career dl {
display: none;
	margin-top: 15px;
	padding: 15px;
}
#doctor .doc_career dt {
 font-weight: 600;
}
#doctor .doc_career dt:not(:first-child) {
 margin-top: 15px;
}
#doctor .doc_career .books {display: flex;justify-content: center;}
#doctor .doc_career .books li {margin: 5px;}
#doctor .doc_career .books li img {height: 200px; width: auto;}

@media screen and (max-width:750px) {
 #doctor {
  padding: 10px;
  margin-top: 20px;
  font-size: 14px;
 }
 #doctor .doc_career {
  padding: 10px;
  margin-top: 15px;
  font-size: 13px;
 }
	#doctor .doc_career .career_ttl {font-size: 18px;}
	#doctor .doc_career dl {	margin-top: 5px;}
 #doctor .doc_career .books li img {height: auto; width: auto;}
}

/* === .sec_features =================================== */
.sec_features h1 {font-size: 60px;letter-spacing: 0.1em;position: relative;margin-bottom: 100px;}
.sec_features h1::after {content: "";position: absolute;width: 100px;height: 2px;background: #333;bottom: -48px;transform: translateX(-50px);left: 50%;}
.sec_features h2 {font-size: 35px;margin-top: 50px;}
.sec_features h3 {margin-top: 60px;}
.sec_features .figure {margin-top: 25px;}
@media screen and (max-width:750px) {
.sec_features h1 {font-size: 34px;margin-bottom: 50px;}
.sec_features h1::after {width: 50px;bottom: -24px;transform: translateX(-25px);left: 50%;}
.sec_features h2 {font-size: 19px;font-feature-settings: "palt"}
.sec_features h3 {font-size: 18px;text-indent: -2em;padding-left: 2em; margin-top: 30px;}
	
}

/* === .sec_clinic =================================== */
.sec_clinic .inner {
	padding: 45px 30px;
	border-radius: 10px;
	background: #FFF;
 max-width: 1100px;
}
.sec_clinic h3 {text-indent: 1em;margin-left: -1em;}
.sec_clinic h3::before {
	content: "\02666";
	color: #339933;
	width: 1em;
	font-size: 90%;
}
.sec_clinic h4 {margin-top: 30px; }
.sec_clinic .clinic_data {margin-left: 28px;}
.sec_clinic .clinic_data span {display: inline-block;margin-right: 1em;}
.sec_clinic .clinic_map {text-align: center;margin-top: 30px;}
.sec_clinic .clinic_data-tbl th,
.sec_clinic .clinic_data-tbl td {padding: 2px;text-align: left;vertical-align: top;}
.sec_clinic .clinic_data-tbl th {padding-right: 1em;position: relative;width: 6.5em;}
.sec_clinic .clinic_data-tbl th::after {content: "："; position: absolute;top:2px;right: 0; padding-right: 0.5em;}


@media screen and (max-width:750px) {
.sec_clinic .inner {padding: 20px 10px 15px;}	
.sec_clinic h4 {margin-top: 15px; }
.sec_clinic .clinic_data {margin-left: 0px;}
.sec_clinic .clinic_data span {display: block;margin-right: 0em;}
.sec_clinic .clinic_map {text-align: center;margin-top: 20px;}
.sec_clinic .clinic_data-tbl th {padding-right: 0.5em;position: relative;width: 6em;}
.sec_clinic .gmap iFrame {width: 100%;}
 .sec_clinic .gmap {margin-top: 15px;}
}


/* === .sec2 =================================== */
.sec2 .profile {margin: 30px 0 0;border: 1px solid #ccc;padding: 3rem;}
.sec2 .profile h3 {font-size: 2.5rem;}
.sec2 .profile p {font-size: 1.6rem;}
.sec2 .profile dl dt {font-weight: 500;margin-top: 2rem;font-size: 1.5rem;}
.sec2 .profile dl dd {font-size: 1.4rem;}
.sec2 .profile dl dd + dt {}

@media screen and (max-width:750px) {
.sec2 .-ratio73 .image {width: 50%;margin: 0 auto 15px;}
.sec2 .profile {margin: 20px 0 0;padding: 1.5rem;}
.sec2 .profile h3 {font-size: 2.0rem;text-align: center;}
.sec2 .profile h3 span {font-size: 1.5rem;display: block;}

}

/* === .sec3 =================================== */
.sec3 .inpage-link {display: flex;flex-wrap: wrap;gap:20px;margin:3rem auto 10rem;}
.sec3 .inpage-link li {flex-basis: calc((100% - 20px) / 2);text-align: center;}
.sec3 .inpage-link li a {display: flex;padding: 2rem 0;background-color: #fff;/*#F6FBEF;*/color: #333; justify-content: center;text-decoration: none;font-weight: 500;font-size: 2rem;}
.sec3 .inpage-link li a:hover {background-color: #F6FBEF;}
.sec3 a.arrow {position: relative;}
.sec3 a.arrow::after {
    content: "";
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    width: 14px;
    height: 14px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}
.sec3 a.arrow.-bottom::after{transform: rotate(135deg);}
.sec3 article {padding: 3rem;background-color: #fff;}
.sec3 article + article {margin-top: 3rem;}
.sec3 .frame-price {margin-top: 3rem;}

@media screen and (max-width:750px) {
.sec3 .inpage-link {gap:10px;margin:1.5rem auto 3rem;}
.sec3 .inpage-link li {flex-basis: calc((100% - 10px) / 2);}
.sec3 .inpage-link li a {padding: 1.5rem 0.2rem 24px;font-size: 1.5rem;font-feature-settings: "palt"}
.sec3 a.arrow::after {
    content: "";
    right: calc(50% - 7px);
    top: auto;
    bottom: 12px;
    width: 10px;
    height: 10px;
}
.sec3 article {padding: 1.5rem;}
.sec3 article + article {margin-top: 1.5rem;}
.sec3 article h3 {font-size: 21px;font-feature-settings: "palt";}
.sec3 .frame-price {margin-top: 1.0rem;}

}


/* === .sec4 =================================== */
.sec4 dl dt {position: relative;font-weight: 600;cursor: pointer;border-bottom: 3px double #ccc;padding: 10px 40px 10px 0;font-size: 2.2rem;}
.sec4 dl dt:hover {color: #339933;}
.sec4 dl dt::after {
  border-right: solid 2px #777;
  border-top: solid 2px #777;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.sec4 dl dt.open::after {top: 45%;transform: rotate(-45deg);}
.sec4 dl dd {display: none;padding: 15px 0 30px;}

@media screen and (max-width:750px) {
.sec4 dl dt {font-size: 1.7rem;}
}


/* === .sec_clinic =================================== */
.sec_clinic .inner {
	padding: 45px 30px 30px;
	border-radius: 10px;
	background: #FFF;
 max-width: 1200px;
}
.sec_clinic h3 {margin-bottom: 30px;}
.sec_clinic h3::before {
	content: "\02666";
	color: #339933;
	width: 1em;
	font-size: 90%;
}
.sec_clinic h4 {}
.sec_clinic .clinic_data {margin-left: 28px;}
.sec_clinic .clinic_data span {display: inline-block;margin-right: 1em;}
.sec_clinic .clinic_data-tbl th,
.sec_clinic .clinic_data-tbl td {padding: 2px;text-align: left;vertical-align: top;}
.sec_clinic .clinic_data-tbl th {padding-right: 1em;position: relative;width: 6.5em;}
.sec_clinic .clinic_data-tbl th::after {content: "："; position: absolute;top:2px;right: 0; padding-right: 0.5em;}

.gmap {width: 100%; margin-top: 30px;}
.gmap iFrame {width: 100%;}

@media screen and (max-width:750px) {
.sec_clinic .inner {padding: 20px 10px 15px;}
.sec_clinic h3 {margin-bottom: 15px;}
.sec_clinic h4 {margin-top: 15px; }
.sec_clinic .clinic_data {margin-left: 0px;}
.sec_clinic .clinic_data span {display: block;margin-right: 0em;}
.sec_clinic .clinic_map {text-align: center;margin-top: 20px;}
.sec_clinic .clinic_data-tbl th {padding-right: 0.5em;position: relative;width: 6em;}

}
.layout {display: flex; gap:30px}
.layout .text {flex-shrink: 0;}
.layout.reverse {flex-direction: row-reverse;}
.layout.-ratio64 .image {flex-basis: 40%;}
.layout.-ratio64 .text {flex-basis: 60%;}
.layout.-ratio73 .image {flex-basis: 30%;}
.layout.-ratio73 .text {flex-basis: 70%;}
.layout.-ratio82 .image {flex-basis: 20%;}
.layout.-ratio82 .text {flex-basis: 80%;}

@media screen and (max-width:750px) {
.layout {display: block;}
.layout .image + .text {margin-top: 10px;}
}




