@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

@font-face {
  font-family: '小塚明朝 Pr6N B',  serif;;
  src: url('../font/Kozuka Gothic Pr6N.ttf') format('ttf'), 
}

@font-face {
  font-family: 'Koz Min Pr6N', serif;';
  src: url('../font/Koz Min Pr6N Medium.ttf') format('ttf'), 
}

@font-face {
  font-family: 'Koz Min Pr6N', serif;';
  src: url('../font/Kozuka Gothic Pr6N.ttf') format('ttf'), 
}


body {
    font-family: 'Noto Sans JP', sans-serif;
/*    font-family: 'Koz Min Pr6N', serif;';*/
    line-height: 1.5em;
    overflow-wrap: break-word;
	  -webkit-text-size-adjust: 100%;
}

html {
    scroll-behavior: smooth;
}



/*=== GENERAL ===*/
.mgt-10 {
    margin-top: 10px;
}
.mgt-20 {
    margin-top: 20px;
}
.mgt-30 {
    margin-top: 30px;
}
.mgt-40 {
    margin-top: 40px;
}
.mgt-50 {
    margin-top: 50px;
}
.mgt-60 {
    margin-top: 60px;
}

.mgb-10 {
    margin-bottom: 10px;
}
.mgb-20 {
    margin-bottom: 20px;
}
.mgb-30 {
    margin-bottom: 30px;
}
.mgb-40 {
    margin-bottom: 40px;
}
.mgb-50 {
    margin-bottom: 50px;
}
.mgb-60 {
    margin-bottom: 60px;
}

.sp-none {
    display: inline-block;
}

.sp-show {
    display: none;
}

.sp-show768 {
    display: none;
}

.sp-show767 {
    display: none;
}

/*=== NAVBAR ===*/
#main-nav {
/*    background: rgba(255,255,255,1);*/
    background: rgba(255,255,255,0.7);
}

.navbar-brand {
    color: #3572b7!important;
    position: relative;
}

.navbar-brand:hover {
    text-decoration: none;
}

.logo {
    width: 70%;
}

.top-info {
    font-size: 15px;
/*    color: #3572b7;*/
    color: #000;
    display: block;
    margin-top: -2%;
    margin-left: 20%;
/*    margin-top: 5px;*/
/*
    position: absolute;
    top: 0;
    right: -35%;
*/
}

.info1 {
/*    font-size: 15px; */
     font-size: 16px;
     color: #3572b7;
}

.info2, .info3 {
/*    font-size: 17px;*/
/*    font-size: 130%;*/
    font-size: 18px;
    color: #000;
}

.txt-black {
    color: #000;
}

.txt-bold {
    font-weight: 700;
}

.nav-item {
/*    font-size: 18px;*/
/*    font-size: 110%;*/
    font-size: 120%;
    padding: 0 5px;
    position: relative;
}

.nav-item a {
    padding: 0 5px;
    color: #3572b7!important;
}

.nav-item:not(:last-child)::before {
    content: "";
    height: 60%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 8px;
    background-color: #3572b7;
}

/*=== HOME SECTION ===*/
#home-section {
/*    background: url(../images/top-banner.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
/*    min-height: 700px;*/
    min-height: 500px;
/*    margin-top: -140px;*/
/*    margin-top: -55px;*/
    margin-top: -30px;
}

#home-section-lower {
    margin-top: 111px;
}

#home-section .home-inner {
/*    margin-top: 60px;*/
    margin-top: 140px;
    position: relative;
}

.txt-slider {
    background: #4f85c2;
    color: #fff;
/*    font-size: 26px;*/
    font-size: 29px;
    padding: 15px 10px;
}

.txt-banner1 {
    position: absolute;
    top: 180px;
/*    right: 28%;        */
    right: 30%;
    font-family: '小塚明朝 Pr6N B', serif;
    font-weight: 700;    
}

.txt-banner2 {
    position: absolute;
    top: 250px;
/*    top: 225px;*/
/*    right: 10%; */
    right: 12%;
    font-family: '小塚明朝 Pr6N B', serif;
    font-weight: 700;
}

.txt-banner3 {
   position: absolute;
    top: 270px;
/*    right: 5%; */
    right: 8%;
    font-family: '小塚明朝 Pr6N B', serif;
    font-weight: 700;
}

.slide-nav {
    width: 100%;
    height: 50px;
    background: rgba(53,114,183,0.65);
    position: relative;
    top: -50px;
    left: 0;
    z-index: 1;
}

.slide-nav2 {
    width: 100%;
    height: 50px;
    background: #fff; 
    color: #6fa6e4;
    position: relative;
    top: 10px;
    left: 0;
    z-index: 1;
}

.nav-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    cursor: pointer;
}

.nav-button img:hover {
    opacity: 0.6;
}

.nav-button img {
/*    margin-right: 10px;*/
    margin-right: 5px;
    margin-top: 10px;
}

.slide-nav2 .nav-button img {
    cursor: pointer;
}

.slide-nav2 .nav-button img:hover {
    opacity: 0.6;
}

.top-navbar {
    margin-top: -50px;
    background: #fff;
    padding: 30px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #3572b7;
}

.top-nav-item {    
    width: fit-content;
    margin-right: 20px;
    position: relative;
}

.top-nav-item i {
    color: #3572b7;
    padding-left: 5px;
}

.top-nav-item a {
    color: #3572b7!important;
/*    font-size: 110%;*/
    font-size: 16px;
}

.top-banner {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.img-banner {
    width: 100%;
    height: auto;
    opacity: 0; /* Start with opacity 0 for the fade-in effect */
    animation: zoomInAndFade 1.5s ease-out forwards; /* 'forwards' keeps the final state after animation */
}

@keyframes zoomInAndFade {
    from {
        transform: scale(1.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/*=== NEWS SECTION ===*/
#news {
    padding-top: 120px;
    background: #f8f8f8;
    padding-bottom: 120px;
}

.jp-title {
    position: relative;
    display: inline-block;
    padding: 0 150px;
    text-align: center;
    color: #3572b7;
}

.jp-title {
  position: relative;
  display: inline-block;
  padding: 0 75px;
  text-align: center;
  font-size: 18px;
}

.jp-title:before,
.jp-title:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 60px;
  height: 6px;
  content: '';  
  border-bottom: solid 2px #3572b7;
}

.jp-title:before {
  left: 0;
}

.jp-title:after {
  right: 0;
}

.en-title {
    font-size: 30px;
    color: #3572b7;
    margin-top: 15px;
}

.rss-wrap:first-child {
    margin-top: 60px;
}

.rss-wrap {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;    
    border-bottom: 1px solid #3572b7;
    padding: 20px 15px;  
    justify-content: center;
}

.rss-date {
    color: #3572b7;
    flex-basis: 29%;
    text-align: center;
}

.rss-title {
    color: #000;
    flex-basis: 80%;
}

.rss-title a:hover {
    text-decoration: none;
}

.jp-title-blog {
    text-align: center;
    color: #3572b7;
    font-size: 18px;
}

/*=== FEATURES SECTION ===*/
#features {
    background: #fff;
    padding: 60px 0;
}

.feature-wrap {
    margin-top: 40px;
    border-radius: 15px;
    border: 1px solid #3572b7;
    padding: 10px;
	height: calc(100% - 40px);
}

.feature-img img {
    width: 100%;
    border-radius: 15px;
}

.feature-title {
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    color: #3572b7;
    font-size: 18px;
}

.feature-desc {
    padding: 0 0 10px 0;
/*    min-height: 250px;*/
/*     min-height: 310px; */
    letter-spacing: 0.8px;
    line-height: 1.7em;
}

.info-desc.mgt-40 {
    letter-spacing: 0.8px;
    line-height: 1.7em;
}

.doctor-desc.mgt-40 {
    letter-spacing: 0.8px;
    line-height: 1.7em;
}

.btn-more {
    text-align: center;
    display: block;
    width: fit-content;
    margin: 60px auto 0;
    border: 1px solid #3572b7;
    padding: 10px 15px;
    border-radius: 25px;
    transition: .5s;
}

.btn-more:hover {
    text-decoration: none;
    background: #3572b7;
    color: #fff;
}

.btn-more img {
    margin-left: 10px;
}

.btn-more:hover .image {
    filter: brightness(0) invert(1);
}

/*=== SYMPTONS SECTION ===*/
#symptoms {
    background: #f4f5f4;
    padding: 80px 15px;
/*    min-height: 300px;*/
}

#symptoms .jp-title {
    font-size: 30px;
}

.symptons-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
/*    margin-top: 60px;*/
    margin: 60px;
    justify-content: center;
}

.symptons-item {
    flex: 100%;
    max-width: calc(100% / 4 - 30px);
    margin: 0 30px 30px 0; 
    border: 1px solid #3572b7;
}

.symptons-item:last-child {
    border: none;
    position: relative;
}

.symptons-item:nth-child(4),
.symptons-item:nth-child(8),
.symptons-item:nth-child(12) {
    margin-right: 0;
}

.symptons-item .logo-fade {
    position: absolute;
    bottom: 20px;
    left: -20px;
}

.logo-fade {
    width: 90%;
}

.symptons-icon {
    text-align: center;
    padding: 20px 0;
/*    height: 140px;*/
    height: 126px;
}

.symptons-icon img {    
    height: 90%;
}

.symptons-title {
    text-align: center;
    color: #3572b7;
    background: #ebf3fc;
    padding: 8px 0;
}

.symptons-desc {
    padding: 10px 5px;
}

.my-ul li {
    list-style: disc;
}

/*=== CLINIC SECTION ===*/
#clinic-hours {
    background: #fff;
    padding: 60px 0 50px;
}

.img-clinic {
    width: 100%;
}

#clinic-hours .more-info p:first-child {
   margin-bottom: 0;
}

table.tbl-hours {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #3572b7;
    margin-bottom: 20px;    
}

table.tbl-hours tr th {
    background: #3572b7;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #3572b7;
}

table.tbl-hours tr td {
    color: #3572b7;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #3572b7;
}

.info-title {
    background: #3572b7;
    color: #fff;    
    padding: 5px 10px;
    position: relative;
    top: 9px;
        
}

.info-title2 {
    border: 1px solid #3572b7;
    color: #3572b7;
    padding: 5px 10px;
}

.more-info {
    border: 1px solid #3572b7;
    padding: 20px 15px;
}

.info-title3 {   
    color: #3572b7;
    font-size: 20px;
    position: relative;
    top: -35px;
    background: #fff;
    padding: 0 20px;
}

.icon-mask {
    margin-right: 10px;
    height: 25px;
    width: auto;
}

/*=== ACCESS SECTION ===*/
#access {
    background: #f6f5f5;
    padding: 80px 15px 60px;
}

.access-title {
    color: #3572b7;
}

.access-title img {
    margin-right: 5px;
}

.access-tel {
    font-size: 22px;
    color: #3572b7; 
}

.access-tel:hover {
    text-decoration: none;
}

.img-tel {
    position: relative;
    top: -10px;
}

.img-map {
    margin-top: 10px;
}

.img-map img {
    width: 100%;
}

.access-info {
    padding-left: 20px;
}

.access-images {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 20px;
}

.access-item {
    flex: 100%;
    max-width: calc(100% / 2 - 10px);
    margin: 0 10px 30px 0; 
}

.access-item img {
    width: 100%;
}

/*=== GREETINGS SECTION ===*/
#greetings {
    background: #f6fafd;
    padding: 80px 15px;
}
#greetings .en-title {
/*    font-size: 45px;*/
    font-size: 30px;
}

#doctors .container-fluid {
/*
    padding-left: 0;
    padding-right: 0;
*/
}

.col-md-5.img-doctor1,
.col-md-5.img-doctor2 {
    padding-left: 0;
    padding-right: 30px;
}

.doctor-img {
    width: 100%;
}

.doctor-img img {
    width: 100%;  
/*    padding-left: 50px;*/
}

.doctor-title {
/*    font-size: 20px;*/
    font-size: 24px;
    font-weight: 700;
}

.doctor-title img {
    margin-right: 5px;
}

img.img-doctor {
    width: 100%;
}

.max-1140 {
    max-width: 1140px;
    margin: 0 auto;
}

.doctor1-wrap {
/*    margin: 0 60px;*/
    padding: 10px 30px;
    background-image: url('../images/doctor1_back.png');
    background-size: cover; /* You can use 'cover', 'contain', or specific dimensions */
    background-position: center; /* You can adjust the position as needed */
    background-repeat: no-repeat; /* This ensures the image is not repeated */   
}

.doctor1-wrap2 {
    background-image: url('../images/bg.png');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
/*     padding: 10px 30px;*/
    padding: 20px 0 40px;
}

.doctor2-wrap {
/*    padding: 0 80px;*/
/*    margin: 0 60px;*/
    padding: 10px 30px;
    background-image: url('../images/doctor2_back.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;   
}

.doctor2-wrap2 {
    background-image: url('../images/bg.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    padding: 20px 0;
}

.doctor2-wrap3 {
    padding: 20px 0;
}

.btn-more2 {
    text-align: center;
    display: block;
    width: fit-content;
    margin: 60px 0;
    border: 1px solid #3572b7;
/*    padding: 10px 15px;*/
/*    padding: 15px 15px 15px 55px;*/
    padding: 15px 15px 15px 25px;
    border-radius: 25px;
    transition: .5s;
}

.btn-more2:hover {
    text-decoration: none;
    background: #3572b7;
    color: #fff;
}

.btn-more2 img {
    margin-left: 10px;
}

.btn-more2:hover .image {
    filter: brightness(0) invert(1);
}

.logo-fade-wrap {
    text-align: right;
}

.logo-fade2 {
    width: 45%;    
}

/*=== CLINIC INTRODUCTION SECTION ===*/
#intro {
    background: #fff;
    padding: 80px 15px 20px;
}

/*=== SLIDER BOTTOM SECTION ===*/
#slider-bottom {
    padding: 10px 0 80px;
}

.bottom-slider-wrap {
    background: #deecf7;
    padding: 10px 0;
}

/*=== HOSPITAL SECTION ===*/
#hospital {
    background: #f7f8f7;
    padding: 60px 15px 80px;
}

/*=== FOOTER SECTION ===*/

footer {
    background: #f6f7f7;
}

footer .container-fluid {
/*
    padding-left: 0;
    padding-right: 0;
*/
}

.logo-footer {
    max-width: 320px;
    margin-right: 20px;
}
.tel-ft {
    position: relative;
    top: 3px;
}
.tel-ft a {
    font-size: 26px;
}

.tel-ft img {
    position: relative;
    top: -7px;
}

.address {
    position: relative;
    top: 6px;
}

table.tbl-info {
    width: 100%;
    border-collapse: collapse;
}

table.tbl-info tr td {
    padding: 10px 0;
    vertical-align: top;
}

table.tbl-info tr td:first-child {
    width: 20%;
}

.copyright {
    padding: 20px 0 40px;
    background: #fff;
    color: #000;
    font-size: 14px;
    text-align: center;
	font-family: "Noto Sans JP", sans-serif;
}

.copyright > span {
	font-size: 1rem;
}


/*=== ABOUT PAGE ===*/
.feature-img img {
    width: 100%;
}

.img-banner {
    position: relative;
    width: 100%;
}

#features .col-md-5 img {
    width: 100%;
}

.txt-banner {
    position: absolute;
    top: 50%;
/*    top: 50%;*/
    right: 20%;
    transform: translateY(-50%);
    width: fit-content;
    padding: 20px 40px;
    background-color: rgba(245, 245, 245, 0.8);
    color: #014A9B;
    font-size: 36px;
    text-align: center;
    line-height: 1.4em;
}

.feature-wrap2 {
/*    padding-left: 30px;*/
    padding-left: 20px;
}

.feature-title2 {
    color: #6FA6E4;
/*    font-size: 32px;*/
    font-size: 24px;
    margin-bottom: 35px;
    text-align: left;
}

.feature-desc2 {
/*    font-size: 20px;*/
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.7em;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

/*=== TOPICS / TREATMENT PAGE ===*/

#treatment {
   padding: 60px 0 50px;
}

#treatment p {
    letter-spacing: 0.8px;
    line-height: 1.7em;
}

#diseases {
    padding: 50px 15px;
    background: #f7f7f7;
}

#diseases .jp-title {
    font-size: 30px;
}

table.tbl-disease {
    width: 100%;
    background: #fff;
    border: 1px solid #3572b7;    
}

table.tbl-disease tr td {
    border: 1px solid #3572b7; 
    padding: 20px;
}

table.tbl-disease tr td ul {
    display: inline-block;
    vertical-align: top;
}

table.tbl-disease tr td ul:first-child {
    padding-right: 20px;  
/*    width: 250px;*/
    width: 320px;
}



table.tbl-disease tr td img {
    width: 90px;
    height: auto;
    margin-right: 30px;
    margin-left: 20px;
}

table.tbl-disease tr td:first-child {
    color: #3572b7;
    width: 40%;
}

#department {
    padding: 60px 0 50px;
}

#department p.desc {
    letter-spacing: 0.8px;
    line-height: 1.7em;
}

#department img {
    width: 100%;
}

.title-department {
    font-size: 32px;
    color: #6FA6E4;
    margin-bottom: 40px;
}

.department-subtitle {
    font-size: 24px;
    color: #6FA6E4;
    margin-bottom: 15px;   
}

/*=== DOCTORS ===*/
#doctors {
    padding: 60px 0 50px;
}

#doctors .desc {
/*    font-size: 20px;*/
/*    font-size: 24px;*/
    font-size: 18px;
    letter-spacing: 0.8px;
    line-height: 1.7em;
}

#doctor1 img {
    width: 100%;
}

.txt-president {
    font-size: 36px;
    text-align: right;    
    color: #014A9B;
}

.president-detail {
    color: #6FA5E7;
    font-size: 24px;
    border-bottom: 2px solid #6FA6E4;
    border-left: 1px solid #6FA6E4;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 180px;
}

/*
.col-left {
    vertical-align: bottom;
}

.col-right {
    vertical-align: bottom;
}
*/

.doctor-wrap1 {
    margin: 0 auto;
    display: block;
    position: relative;
/*    left: 40%;*/
/*    left: 30%;*/
    left: 0;
}

.doctor-wrap2 {
    margin: 0 auto;
    display: block;
}

.doctor-wrap1 ul li {
    font-size: 18px;
}

.doctor-wrap2 ul li {
    font-size: 18px;
}

.doctor-wrap3 ul li {
    font-size: 18px;
}

.doctor-wrap3 {
    margin: 0 auto;
    display: block;
    position: relative;
/*    left: 30%;*/
    left: 0;
}

p.note.doc.text-right {
    font-size: 130%;
}

#qualification {
    padding-bottom: 120px;
/*    padding-left: 17%;*/
}

table.tbl-qualify tr td {
    vertical-align: top;
    font-size: 18px;
}

table.tbl-qualify tr td:first-child {
/*    width: 75px;*/
    width: 85px;
}

table.tbl-awards tr td:first-child {
/*    width: 75px;*/
    width: 85px;
}

table.tbl-awards tr td {
    font-size: 18px;
}

.card-headtitle {
    color: #3572b7;
    font-size: 20px;
    text-align: center;
}

.f-15 {
/*    font-size: 15px;*/
    font-size: 16px;
}

/*=== TOP PAGE PAYMENT LOGOs ===*/
.logo-wrap1,
.logo-wrap2,
.logo-wrap3{
    border: 1px solid #6FA5E7;
    margin-top: 30px;
}

.logo-wrap3 {
    margin-bottom: 60px;
}

.logo-title,
.logo-title2,
.logo-title3 {
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #6FA5E7;
}

.logo-item-wrap,
.logo-item-wrap2,
.logo-item-wrap3 {
    display: flex;
    width: 100%;
    flex-wrap: wrap; 
}

.logo-item {
    flex: 100%;
    max-width: calc(100% / 6);
/*
    max-width: calc(100% / 6 - 30px);
    margin: 0 30px 0 0; 
*/
    padding: 20px 20px;
    align-self: center;
    justify-content: center;
}

.logo-item img {
    max-width: 100%;
}

.logo-item2 {
    flex: 100%;
/*
    max-width: calc(100% / 6 - 30px);
    margin: 0 30px 0 0; 
*/
    max-width: calc(100% / 6);
    padding: 20px 20px;
    align-self: center;
}

.logo-item2 img {
    max-width: 100%;
}

.logo-item3 {
    flex: 100%;
/*
    max-width: calc(100% / 6 - 30px);
    margin: 0 30px 0 0; 
*/
    max-width: calc(100% / 6);
    padding: 20px 20px;
    align-self: center;
}

.logo-item3 img {
    max-width: 100%;
}

.logo-item:last-child,
.logo-item2:last-child, 
.logo-item3:last-child{
    margin-right: 0;
}

.max-1078 {
    max-width: 1078px;    
}

.txt-underline {
    text-decoration: underline;
}

.back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 12px !important;
    padding: 2px;
    cursor: pointer;
    z-index: 10000;
}

.back_to_top img {
    height: 50px;
    width: 50px;
}

.txt-center {
    text-align: center;
}

.treatment-outer {
    position: relative;
}

.treatment-wrap {
    padding-left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.treatment-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.treatment-desc {
/*    text-indent: 15px;*/
}

ul.my-ul2 li {
    line-height: 1.6em;
    padding: 15px 0;
    border-bottom: 1px solid #D9D6CF;
}

ul.my-ul2 li:last-child {
    list-style: none;
    border-bottom: none;
}

img.img-home {
    width: 28px;
    height: 28px;
}

.br-1255 {
    display: none;
}

