@charset "utf-8";
.wrap {
    overflow: hidden;
}
/* ----- section-kv ----- */

.kv {
    position: relative;
}
.top-kv {
    width: 100%;
    height:650px;
    object-fit: cover;
    object-position: center;
    margin-top: 110px;
}
@media screen and (max-width: 600px) {
	.top-kv {
		height:500px;
	}
}

.kv-wrap {
    position: relative;
}
#top h1 {
    position: absolute;
    top: 55%;
    left: 5%;
    text-align: left;
    font-weight: 600;
    font-size: min(3vw, 36px);
    color: #fff;

    transform: translateY(-50%);
}
#top h1 span {
    display: inline-block;
    margin: min(0.833vw, 10px) 0;
    padding: min(0.167vw, 2px) min(1.667vw, 20px) 0 min(1.667vw, 20px);
    background-color: #44B674;
}
#top-kv .kv-features-wrap {
    position: absolute;
    display: flex;
    bottom: min(4.167vw, 50px);
    right: min(4.167vw, 50px);
    z-index: 10;
}
.kv-features {
width: min(11.666vw, 140px);
height: min(11.666vw, 140px);
border-radius: 50%;
background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 min(0.666vw, 8px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: min(1.416vw, 17px);
    line-height: 1.4;
    font-weight: 500;
    color: #000;
}
.kv-features span {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: min(0.833vw, 10px);
    font-size: min(1.167vw, 14px);
	color:#f66919;
}
.kv-features01 {
    background-color: #fff;
}
.kv-features02 {
    background-color: #fff;
}
.kv-features03 {
    background-color: #fff;
}
.kv-btn-wrap {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	z-index: 100;
}
.kv-btn {
    position: absolute;
    width: min(5.833vw, 70px);
    height: min(10vw, 120px);
    display: block;
    color: #fff;
    font-size: min(1.333vw, 16px);
    position: relative;
    border-radius: min(0.833vw, 10px) 0 0 min(0.833vw, 10px);
}
a.kv-btn01 {
    background-color: #F66919;
    z-index: 30;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.kv-btn01:hover {
    background-color: #BF4F0F;
}
img.reserve-icon01 {
    width: min(2.636vw, 31.63px);
    margin-bottom: min(0.5vw, 6px);
    margin-left: min(0.167vw, 2px);
}
@media screen and (max-width: 1000px) {
.top-kv {

    margin-top: 70px;
}
}
@media screen and (max-width: 600px) {
    .top-kv {
        height: 500px;
    }

#top h1 {
    top: 40%;
    left: 10px;
    font-size:20px;
}
#top h1 span{
    display: inline-block;
    margin: 4px 0;
    padding: 2px 10px 0 10px;
	font-size: 18px;
}
.kv-btn-wrap{
    display: none;
}
#top-kv .kv-features-wrap {
    bottom: 10px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
}
.kv-features span {
    top: 8px;
}
.kv-features {
    width: 110px;
    height: 110px;
    margin: 0 2px;
    font-size: 13px;
}
.kv-features span {
    font-size: 12px;
}
}
/* ----- scroll-button ----- */

.scroll-top {
    z-index: 100;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.4px solid #44B674;
    color: #44B674;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.scroll-top:hover {
    cursor: pointer;
    background-color: #44B674;
    color: #fff;
}
@media screen and (max-width: 600px) {
    .scroll-top {
        display: none;
    }
}


/* ----- section-top-notice ----- */
#top-notice {
    margin: min(5vw, 60px) 0;
}

h2 {
    font-size: clamp(20px, 2.667vw, 32px);
    color: #F66919;
    position: relative;
}

.top-notice-wrap {
    display: flex;
    background-color: #fff;
    padding: min(1.667vw, 20px) min(3.333vw, 40px);
}

.top-notice-left {
    border-right: 1px solid #F4F2EB;
    width: min(25.833vw, 310px);
    display: flex;
    align-items: center;
}

.notice-icon {
    width: min(3vw, 36px);
    height: min(3vw, 36px);
    margin-right: min(0.833vw, 10px);
}

.top-notice-right {
    margin-left: min(1.667vw, 20px);
    width: calc(100% - min(25.833vw, 310px));
    text-align: left;
}

.news-title-wrap {
    display: flex;
    text-align: left;
}

.news-date {
    font-size: clamp(13px, 1.25vw, 15px);
    width: clamp(90px, 10vw, 120px);
	color: #333;
}

.news-title {
    font-size: clamp(16px, 1.5vw, 18px);
	line-height: 1.4;
    color: #2A8357;
    font-weight: 600;
    width: calc(100% - clamp(90px, 10vw, 120px));
}

#top-notice p {
    margin-top: min(0.5vw, 6px);
    font-size: clamp(15px, 1.333vw, 16px);
	color: #333;
}

.news-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ★2行で省略 */
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 600px) {
#top-notice {
    margin: 30px 0;
}
.top-notice-wrap {
    flex-direction: column;
    padding: 20px;
}

#top-notice h2 {
    margin-top: 4px;
}
.top-notice-left {
    border-right: 0;
    border-bottom: 1px solid #F4F2EB;
    width: 100%;
}
.notice-icon {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.top-notice-right {
    margin-left: initial;
    width: 100%;
    margin-top: 12px;
}
.news-date{
    font-size: 12px;
}
#top-notice .news-date{
    margin-top: 20ox;
}
.news-title{
    font-size: 16px;
    display: block;
}
#top-notice p {
    margin-top: 4px;
}
}
/* ----- section-top-news ----- */

#top-news {
    padding: min(8.333vw, 100px) 0;
    background-color: #fff;
}

.h2-border {
    border-bottom: min(0.333vw, 4px) solid #E5E2C9;
    width: min(3.333vw, 40px);
    display: block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
	bottom: -10px;
}

.top-news-wrap {
    display: flex;
	padding-bottom: 30px;
}

.top-news-left {
    width: min(16.667vw, 200px);
}

#top-news li{
    border-bottom: 1px solid #CDE6D5;
    width: 100%;
    text-align: left;

    position: relative;
}

#top-news li a{
    padding: min(2vw, 24px) min(4.167vw, 50px) min(2vw, 24px) min(1vw, 12px);
    text-align: left;
	display: flex;
}

#top-news .news-title {
    width: calc(100% - min(10vw, 120px));
}

.top-news-right {
    width: calc(100% - min(16.667vw, 200px));
}

.arrow01 {
    width: min(1.667vw, 20px);
    height: min(1.667vw, 20px);
    position: absolute;
    right: min(1vw, 12px);
    top: 50%;
    transform: translateY(-50%);
}


@media screen and (max-width: 600px) {
#top-news {
    padding: 40px 0;
}
.h2-border {
    border-bottom: 2px solid #E5E2C9;
    width: 20px;
	bottom: -4px;
}
.top-news-wrap{
    flex-direction: column;
}
.top-news-left {
    width: 100%;
}
.top-news-right {
    width: 100%;
}
#top-news li {

    width: 100%;
}
#top-news li a{
    display: block;
	    padding: 12px 30px 12px 4px;
}

#top-news .news-title {
    width: 100%;
    margin-top: 2px;
}
.arrow01 {
    right: 0;
}
.arrow01 {
    width: 20px;
    height: 20px;
    right: 0;
}
}
/* ----- section-top-medical ----- */

#top-medical {
    padding: min(8.333vw, 100px) 0;
}

.top-medical-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3.333%;
    row-gap: min(3.333vw, 40px);
    margin-top: min(3.333vw, 40px);
}

.top-medical-wrap li {
    width: 48.333%;
    position: relative;
}

img.top-medical-img {
    width: 100%;
}

.top-medical-wrap p {
    padding: min(2.5vw, 30px) min(1.667vw, 20px);
    text-align: justify;
    background-color: #fff;
    min-height: min(12.167vw, 146px);
}

.top-medical-title {
    width: min(18.333vw, 220px);
    font-size: min(1.833vw, 22px);
    font-weight: 600;
    color: #fff;
    background-color: #44B674;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: min(4.167vw, 50px);
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 0.05em;
}


@media screen and (max-width: 600px) {
#top-medical {
    padding: 40px 0;
}
.top-medical-wrap{
    gap: 20px;
    margin-top: 20px;
}
.top-medical-wrap li {
    width: 100%;
    position: relative;
}
.top-medical-wrap p {
    padding: 20px;
    height: auto;
}
.top-medical-title {
    width: 160px;
    font-size: 16px;

    height: 40px;
}
}
/* ----- section-top-features ----- */

#top-features {
    padding: min(8.333vw, 100px) 0;
    background-color: #fff;
}

.faq-item {
    background-color: #2A8357;
}

.qmark {
    background-color: #F66919;
    font-size: min(2.667vw, 32px);
    color: #fff;
    font-weight: 500;
    text-align: center;
    width: min(5.833vw, 70px);
    height: min(5.833vw, 70px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 100%;
    margin: min(4.167vw, 50px) 0 0 0;
}

.accordion-area li {
    margin: min(2.5vw, 30px) 0;
}

/*アコーディオンタイトル*/
.quesiton {
    position: relative;
    cursor: pointer;
    display: flex;
    padding: 0 min(4.167vw, 50px) 0 0;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.quesiton::before,
.quesiton::after {
    position: absolute;
    content: '';
    width: min(1.25vw, 15px);
    height: min(0.167vw, 2px);
    background-color: #fff;
}

.quesiton::before {
    top: 48%;
    right: min(1.25vw, 15px);
    transform: rotate(0deg);
}

.quesiton::after {
    top: 48%;
    right: min(1.25vw, 15px);
    transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.quesiton.close::before {
  transform: rotate(45deg);
}

.quesiton.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    padding: min(2.5vw, 30px);
    background-color: #F4F2EB;
    text-align: justify;
}

.que-text {
    font-size: min(2vw, 24px);
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: min(1.667vw, 20px);
}


@media screen and (max-width: 600px) {
#top-features {
    padding: 40px 0;
    background-color: #fff;
}
.accordion-area {
    margin: 20px 0 0 0;
}
.qmark {
    background-color: #F66919;
    font-size: 22px;
    width: 50px;
    height: 50px;
}
.que-text {
    font-size: 18px;
    padding-left: 12px;
}
.box {
    padding: 20px;
}
.accordion-area li {
    margin: 20px 0;
}
.quesiton::after {
    right: 15px;
}
.quesiton::before {
    right: 15px;
}
.quesiton::before, .quesiton::after {

    width: 15px;
    height: 2px;
}
}
/* ----- section-top-symptoms ----- */
#top-cases {
    padding: min(8.333vw, 100px) 0;
    background-color: #44B674;
}

#top-cases h2 {
    color: #fff;
}

.top-cases-item {
    padding: 0;
    border-left: 1px solid #44B674;
    width: 33.333%;
}

.top-cases-item:first-child {
    border-left: 0;
}

#top-cases h3 {
    font-size: min(1.667vw, 20px);
    font-weight: 600;
}

.tab-area {
    width: 100%;
    margin: 0 auto;
}

.tab-btn {
    display: none;
}

.tab-list-wrap {
    width: 100%;
    padding: 0;
    margin: min(4.167vw, 50px) 0 0 0;
    list-style-type: none;
    display: flex;
}
 
.tab-list {
    width: 100%;
    text-align: center;
    background: #2A8357;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: min(0.833vw, 10px) 0;
}
 
#tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3,
#tab-btn4:checked ~ .tab-list-wrap #tab-list4,
#tab-btn5:checked ~ .tab-list-wrap #tab-list5 {
    background: #fff;
    color: #2A8357;
}

.tab-content {
    display: none; /*初期状態を非表示に*/
    text-align: center;
    background-color: #fff;
}

#tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#tab-btn2:checked ~ .tab-content-wrap #tab-content2,
#tab-btn3:checked ~ .tab-content-wrap #tab-content3,
#tab-btn4:checked ~ .tab-content-wrap #tab-content4,
#tab-btn5:checked ~ .tab-content-wrap #tab-content5 {
    display: block;
}

.top-cases-wrap {
    display: flex;
    padding: min(3.333vw, 40px);
}

.top-cases-left {
    width: min(9.167vw, 110px);
    text-align: left;
}

.top-cases-title {
    width: min(5vw, 60px);
    text-align: center;
    padding: min(0.167vw, 2px) 0;
    background-color: #F66919;
    color: #fff;
}

.top-cases-right {
    width: calc(100% - min(9.167vw, 110px));
    text-align: left;
}

.top-cases-right ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: min(1.667vw, 20px);
}

.top-cases-right li {
    width: 32%;
}
.top-cases-right li a{
    color: #44B674;
    border: 1px solid #44B674;
    padding: min(1vw, 12px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: min(0.5vw, 6px);
    font-size: clamp(15px, 1.333vw, 16px);
    font-weight: 600;
    line-height: 1.3;
}
.top-cases-right li a:hover{
    color: #fff;
    background-color: #44B674;
}

@media screen and (max-width: 600px) {
#top-cases{
    padding: 40px 0;
}

#top-cases h2 {
    font-size: 26px;
    line-height: 1.4;
}
.tab-list-wrap {
    margin: 20px 0 0 0;

}
#top-cases h3 {
    font-size: 16px;
}
.tab-list {
    padding: 6px 0;
}
.top-cases-wrap {
    padding: 20px;
    flex-direction: column;
}
.top-cases-title {
    width: 50px;
    font-size: 14px;
}
.top-cases-right {
    width: 100%;
}
.top-cases-right ul {
    margin-top: 20px;
    row-gap: 12px;
}
.top-cases-right li {
    width: 100%;
}
.top-cases-right li a {
    padding: 10px;
    border-radius: 6px;
}
}
/* ----- section-top-greeting ----- */
#top-greeting {
    padding: min(8.333vw, 100px) 0;
    background-image: url(/staging/wp-content/uploads/2025/09/top06.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-greeting-wrap {
    background-color: #fff;
    padding: min(4.167vw, 50px);
}

.top-greeting-inner {
    display: flex;
    gap: min(3.333vw, 40px);
    margin-top: min(3.333vw, 40px);
}

.top-greeting-left {
    width: calc(100% - 320px);
}

#top-greeting p {
    text-align: justify;
    font-size: clamp(15px, 1.333vw, 16px);
}

.top-greeting-right {
    width: 320px;
    text-align: right;
}

.top-greeting-img {
    width: 100%;
}

.doctor-name {
    margin-top: min(0.667vw, 8px);
    font-size: clamp(15px, 1.333vw, 16px);
}

.doctor-name span {
    font-size: clamp(11px, 1vw, 12px);
    margin-right: min(0.833vw, 10px);
}

#top-greeting button {
    margin-top: min(3.333vw, 40px);
}

.btn01 {
    color: #fff;
    font-size: 14px;
    background-color: #2A8357!important;
    position: relative;
    width: 300px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.arrow02 {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 18px;
}

@media screen and (max-width: 600px) {

#top-greeting{
    padding: 40px 0;
}
.top-greeting-wrap {
    padding: 24px;
}
.top-greeting-inner {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 20px;
}
.top-greeting-right {
    width: 100%;
}
.top-greeting-left {
    width: 100%;
}
.btn01 {
    width: 250px;
}
}
/* ----- map ----- */
#map{
    height: 500px;
}
#map iframe{
    height: 500px;
}

@media screen and (max-width: 600px) {
#map{
    height: 480px;
}
#map iframe{
    height: 480px;
}
}
/* ----- footer ----- */

footer {
    padding: min(5vw, 60px) 0 min(2.5vw, 30px) 0;
    background-color: #fff;
}

.footer-navi-wrap {
    display: flex;
}

#footer img.f-logo {
   width: 35%;
}

.footer-navi {
    width: 65%;
    display: flex;
    justify-content: right;
    align-items: center;
}

.footer-navi ul {
    display: inline-flex;
    flex-wrap: wrap;
}

.footer-navi li {
    margin-left: min(2.5vw, 30px);
}

a.f-navi {
    font-size: min(1.167vw, 14px);
    color: #2A8357;
    font-weight: 600;
}

.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: min(4.167vw, 50px) 0 0 0;
    position: relative;
}

.footer-left {
    width: 45%;
    text-align: left;
}

.footer-center {
    width: 30%;
    text-align: left;
    padding-left: min(4.167vw, 50px);
    font-size: min(1.167vw, 14px);
    color: #1d1d1d;
}

.footer-right {
    width: 25%;
    text-align: right;
}

img.f-calendar {
    width: 100%;
}

img.f-bn {
	margin:10px 5px 0 5px;
}
#footer button {
    margin-bottom: 10px;
    width: 100%;
}

#footer button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 25px;
    font-weight: 500;
    width: 100%;
}

a.line-btn {
    font-size: clamp(14px, 1.25vw, 15px);
    background-color: #06C755;
    border: 1px solid #06C755;
    color: #fff;
}

a.tel-btn {
    background-color: #fff;
    border: 1px solid #06C755;
    color: #44B674;
    font-size: clamp(16px, 1.5vw, 18px);
    font-family: 'Jost',sans-serif;
}

a.reserve-btn {
    background-color: #F66919;
    border: 1px solid #F66919;
    color: #fff;
    font-size: clamp(14px, 1.25vw, 15px);
    position: relative;
}

img.line-icon {
    width: 25.05px;
    margin-right:8px;
}

img.tel-icon {
    width: 15.74px;
    margin-right: 8px;
}

img.reserve-icon02 {
    width: 20.11px;
    margin-right: 8px;
}

.copyright-wrap {
    margin: min(4.167vw, 50px) 0 0 0;
}

.copyright {
    font-size: min(1.167vw, 14px);
    color: #333;
}
.copyright  a{
	color: #2A8357;
	text-decoration: none;
}

@media screen and (max-width: 600px) {
footer {
    padding: 30px 0 80px 0;
}
.footer-navi-wrap{
    flex-direction: column;
}
#footer img.f-logo{
   width: 100%;
   max-width:350px;

}
.footer-navi {
    width: 100%;
    display: block;
    justify-content: left;
}

.footer-navi li{
    width: 50%;
    margin-left: 0;
    text-align: left;
    margin-top: 10px;
}
a.f-navi {
    font-size: 13px;
}
.footer-wrap {
    margin: 30px 0 0 0;
}
.footer-left{
    width: 100%;
}
.footer-center{
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding-left: 0;
    margin-top: 30px;
}
.footer-right{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
img.f-bn {
	width: 100%;
}
#footer button a {
    width: 300px;
}

.copyright-wrap{
    margin: 30px 0 0 0;
}
.copyright {
    font-size: 10px;
}
.copyright  a{
	color: #2A8357;
	text-decoration: none;
}
}
/* ----- sp contact button ----- */
.sp-contact-button{
    display: none;
}

@media screen and (max-width: 600px) {
.sp-contact-button{
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 100;
    width: 100%;
}
.sp-contact-button button{
    width: 33.333%;
     height: 60px;
}
.sp-c-btn{
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.sp-line-btn{
    background-color: #06C755;
}
.sp-tel-btn{
    background-color: #2A8357;
}
.sp-reserve-btn{
    background-color: #F66919;
}
img.f-line-icon{
    width: 32px;
        margin-right: 8px;
}

img.f-tel-icon{
    width: 25px;
    margin-right: 8px;
}
img.f-reserve-icon{
    width: 30px;
        margin-right: 8px;
}
}