@charset "utf-8";
html {
    -webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: "メイリオ","Meiryo","Meiryo UI","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
    line-break: strict;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}
p, li, th, td {
    font-size: 17px;
	line-height: 170%;
    font-weight: 500;
    color: #4d4d4d;
	font-feature-settings: "palt";
    letter-spacing: 0.03em;
}
ul, ol {
    margin: 0;
	padding: 0;
    text-align: left;
	list-style-type: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}
.palt {
	font-feature-settings: "palt";
    letter-spacing: 0.03em;
}
.pkna {
	font-feature-settings: "pkna";
    letter-spacing: 0.03em;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
img {
    vertical-align: bottom;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.bold {
    font-weight: bolder;
}
.right {
    text-align: right;
}
.green {
    color: #199632;
}
.underline {
    color: #199632;
    text-decoration: underline;
}


/* ローディング画面 */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loaded {
    opacity: 0;
    visibility: hidden;
}
.spinner {
    font-size: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #199632, 1.8em -1.8em 0 0em rgba(25,150,50, 0.2), 2.5em 0em 0 0em rgba(25,150,50, 0.2), 1.75em 1.75em 0 0em rgba(25,150,50, 0.2), 0em 2.5em 0 0em rgba(25,150,50, 0.2), -1.8em 1.8em 0 0em rgba(25,150,50, 0.2), -2.6em 0em 0 0em rgba(25,150,50, 0.5), -1.8em -1.8em 0 0em rgba(25,150,50, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.7), 1.8em -1.8em 0 0em #199632, 2.5em 0em 0 0em rgba(25,150,50, 0.2), 1.75em 1.75em 0 0em rgba(25,150,50, 0.2), 0em 2.5em 0 0em rgba(25,150,50, 0.2), -1.8em 1.8em 0 0em rgba(25,150,50, 0.2), -2.6em 0em 0 0em rgba(25,150,50, 0.2), -1.8em -1.8em 0 0em rgba(25,150,50, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.5), 1.8em -1.8em 0 0em rgba(25,150,50, 0.7), 2.5em 0em 0 0em #199632, 1.75em 1.75em 0 0em rgba(25,150,50, 0.2), 0em 2.5em 0 0em rgba(25,150,50, 0.2), -1.8em 1.8em 0 0em rgba(25,150,50, 0.2), -2.6em 0em 0 0em rgba(25,150,50, 0.2), -1.8em -1.8em 0 0em rgba(25,150,50, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.2), 1.8em -1.8em 0 0em rgba(25,150,50, 0.5), 2.5em 0em 0 0em rgba(25,150,50, 0.7), 1.75em 1.75em 0 0em #199632, 0em 2.5em 0 0em rgba(25,150,50, 0.2), -1.8em 1.8em 0 0em rgba(25,150,50, 0.2), -2.6em 0em 0 0em rgba(25,150,50, 0.2), -1.8em -1.8em 0 0em rgba(25,150,50, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.2), 1.8em -1.8em 0 0em rgba(25,150,50, 0.2), 2.5em 0em 0 0em rgba(25,150,50, 0.5), 1.75em 1.75em 0 0em rgba(25,150,50, 0.7), 0em 2.5em 0 0em #199632, -1.8em 1.8em 0 0em rgba(25,150,50, 0.2), -2.6em 0em 0 0em rgba(25,150,50, 0.2), -1.8em -1.8em 0 0em rgba(25,150,50, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.2), 1.8em -1.8em 0 0em rgba(25,150,50, 0.2), 2.5em 0em 0 0em rgba(25,150,50, 0.2), 1.75em 1.75em 0 0em rgba(25,150,50, 0.5), 0em 2.5em 0 0em rgba(25,150,50, 0.7), -1.8em 1.8em 0 0em #199632, -2.6em 0em 0 0em rgba(25,150,50, 0.2), -1.8em -1.8em 0 0em rgba(25,150,50, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.2), 1.8em -1.8em 0 0em rgba(25,150,50, 0.2), 2.5em 0em 0 0em rgba(25,150,50, 0.2), 1.75em 1.75em 0 0em rgba(25,150,50, 0.2), 0em 2.5em 0 0em rgba(25,150,50, 0.5), -1.8em 1.8em 0 0em rgba(25,150,50, 0.7), -2.6em 0em 0 0em #199632, -1.8em -1.8em 0 0em rgba(25,150,50, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.2), 1.8em -1.8em 0 0em rgba(25,150,50, 0.2), 2.5em 0em 0 0em rgba(25,150,50, 0.2), 1.75em 1.75em 0 0em rgba(25,150,50, 0.2), 0em 2.5em 0 0em rgba(25,150,50, 0.2), -1.8em 1.8em 0 0em rgba(25,150,50, 0.5), -2.6em 0em 0 0em rgba(25,150,50, 0.7), -1.8em -1.8em 0 0em #199632;
    }
  }
  @keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #199632, 1.8em -1.8em 0 0em rgba(25,150,50, 0.2), 2.5em 0em 0 0em rgba(25,150,50, 0.2), 1.75em 1.75em 0 0em rgba(25,150,50, 0.2), 0em 2.5em 0 0em rgba(25,150,50, 0.2), -1.8em 1.8em 0 0em rgba(25,150,50, 0.2), -2.6em 0em 0 0em rgba(25,150,50, 0.5), -1.8em -1.8em 0 0em rgba(25,150,50, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.7), 1.8em -1.8em 0 0em #199632, 2.5em 0em 0 0em rgba(25,150,50, 0.2), 1.75em 1.75em 0 0em rgba(25,150,50, 0.2), 0em 2.5em 0 0em rgba(25,150,50, 0.2), -1.8em 1.8em 0 0em rgba(25,150,50, 0.2), -2.6em 0em 0 0em rgba(25,150,50, 0.2), -1.8em -1.8em 0 0em rgba(25,150,50, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.5), 1.8em -1.8em 0 0em rgba(25,150,50, 0.7), 2.5em 0em 0 0em #199632, 1.75em 1.75em 0 0em rgba(25,150,50, 0.2), 0em 2.5em 0 0em rgba(25,150,50, 0.2), -1.8em 1.8em 0 0em rgba(25,150,50, 0.2), -2.6em 0em 0 0em rgba(25,150,50, 0.2), -1.8em -1.8em 0 0em rgba(25,150,50, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.2), 1.8em -1.8em 0 0em rgba(25,150,50, 0.5), 2.5em 0em 0 0em rgba(25,150,50, 0.7), 1.75em 1.75em 0 0em #199632, 0em 2.5em 0 0em rgba(25,150,50, 0.2), -1.8em 1.8em 0 0em rgba(25,150,50, 0.2), -2.6em 0em 0 0em rgba(25,150,50, 0.2), -1.8em -1.8em 0 0em rgba(25,150,50, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.2), 1.8em -1.8em 0 0em rgba(25,150,50, 0.2), 2.5em 0em 0 0em rgba(25,150,50, 0.5), 1.75em 1.75em 0 0em rgba(25,150,50, 0.7), 0em 2.5em 0 0em #199632, -1.8em 1.8em 0 0em rgba(25,150,50, 0.2), -2.6em 0em 0 0em rgba(25,150,50, 0.2), -1.8em -1.8em 0 0em rgba(25,150,50, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.2), 1.8em -1.8em 0 0em rgba(25,150,50, 0.2), 2.5em 0em 0 0em rgba(25,150,50, 0.2), 1.75em 1.75em 0 0em rgba(25,150,50, 0.5), 0em 2.5em 0 0em rgba(25,150,50, 0.7), -1.8em 1.8em 0 0em #199632, -2.6em 0em 0 0em rgba(25,150,50, 0.2), -1.8em -1.8em 0 0em rgba(25,150,50, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.2), 1.8em -1.8em 0 0em rgba(25,150,50, 0.2), 2.5em 0em 0 0em rgba(25,150,50, 0.2), 1.75em 1.75em 0 0em rgba(25,150,50, 0.2), 0em 2.5em 0 0em rgba(25,150,50, 0.5), -1.8em 1.8em 0 0em rgba(25,150,50, 0.7), -2.6em 0em 0 0em #199632, -1.8em -1.8em 0 0em rgba(25,150,50, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(25,150,50, 0.2), 1.8em -1.8em 0 0em rgba(25,150,50, 0.2), 2.5em 0em 0 0em rgba(25,150,50, 0.2), 1.75em 1.75em 0 0em rgba(25,150,50, 0.2), 0em 2.5em 0 0em rgba(25,150,50, 0.2), -1.8em 1.8em 0 0em rgba(25,150,50, 0.5), -2.6em 0em 0 0em rgba(25,150,50, 0.7), -1.8em -1.8em 0 0em #199632;
    }
}




.container {
	width: 100%;
	margin: 0 auto;
}

.white {
    overflow: hidden;
}

/* SPヘッダー */
.SP_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #199632;
    z-index: 1000;
}

.SP_header img {
    width: 100%;
    height: 22px;
    padding: 9px 0;
    
}


.mainimg {
	width: 100%;
    height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: -2;
}

/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
	overflow: hidden;
	position: relative;		
}

.viewer ul {
	margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.viewer ul li {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.viewer ul li img {
	width: 100%;
	height: 100vh;
    position: absolute;
    object-fit: cover;
} 


.maintext {
	position: absolute;
	top: calc(90vh - 50%);
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
	margin: 0 auto;
    z-index: 100;
}

h1 p {
    font-weight: 400;
    font-family: serif;
	color: #199632;
    text-shadow: 0 0 15px #fff;
}
h1 p.h1p_lrg {
    font-size: 28px;
    line-height: 140%;
    
}
h1 p.h1p_sml {
    font-size: 22px;
    line-height: 150%;
    margin: 10px 15px 0;
}
h1.deep {
    filter: drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 4px #fff);
}


/* 各ブロック */
h5, h6 {
    font-size: 25px;
    line-height: 110%;
	font-weight: 700;
    font-family: 'BIZ UDPGothic', sans-serif;
    text-align: center;
    white-space: nowrap;
	color: #4d4d4d;
    margin: 0 15px 30px;
}

h5 span, h6 span {
    font-size: 15px;
    line-height: 100%;
	font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
	color: #199632;
}

h5 span.pink, h6 span.pink {
    font-size: 15px;
    line-height: 100%;
	font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
	color: #ff647d;
}


/* 各ブロック */
.news {
	padding-bottom: 40px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, #ebf5e1 20%, #ebf5e1 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.greeting {
    padding-top: 40px;
	padding-bottom: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contents {
    padding-top: 40px;
	padding-bottom: 40px;
    background: url(../img/top_contents_bg6502.webp) 
		no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_neph {
    padding-top: 40px;
	padding-bottom: 40px;
    background: #ebf5e1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overview {
    padding-top: 40px;
	padding-bottom: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recruit {
    padding-top: 40px;
	padding-bottom: 40px;
    background: #fae6f0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_inner {
    width: 100%;
    max-width: 800px;
    margin: 0 15px;
    
}

.m_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 15px; 
}

.n_inner {
    width: 1000px;
    margin: 0 15px;
    padding: 25px 0px;
    background: #fff;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
}

.c_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 15px; 
}

/* おしらせ */

.table_news {
	width: 100%;
}

.table_information {
	width: calc(100% - 30px);
	border-collapse: collapse;
    margin: -5px 15px 0;
}

.table_information th {
	font-size: 15px;
    line-height: 140%;
	font-weight: bold;
	text-align: left;
    color: #ff647d;
    display: block;
	padding: 15px 0 5px;
}

.table_information td {
	font-size: 16px;
    line-height: 140%;
    text-align: left;
    color: #4d4d4d;
	display: block;
	border-bottom: solid 1px #ccc;
	padding: 0 0 15px;
}

.table_information td a {
    color: #199632;
    text-decoration: underline;
}

.table_information tr:first-child th {
	border-top: solid 1px #ccc;
}

/* ごあいさつと腎臓内科について */
.messageLR {
}

.greeting p, .about_neph p {
    text-align: justify;
}
p.mp00 {
    margin-bottom: 5px;
}
p.mp01 {
    margin-bottom: 15px;
}
p.mp02 {
    margin-bottom: 20px;
}
p.mp03 {
    margin-bottom: 25px;
}

p.mp_name01 {
    line-height: 100%;
    text-align: right;
    margin-bottom: 10px;
}

p.mp_name02 {
    line-height: 100%;
    text-align: right;
    margin-bottom: 20px;
}

.messageR img {
    width: 100%;
}

.more_neph {
    margin-bottom: 30px;
}

.more_neph a {
    width: 250px;
    height: 60px;
    color: #fff;
    background: linear-gradient(#199632, #007d19);
    margin: auto;
    outline: solid 1px #199632;
    display: flex;
	justify-content: center;
	align-items: center;
}

.more_neph a i {
    margin-left: 20px;
}







/* コンテンツ */
.contentsbox {
	text-align: center;

}

.c1, .c2, .c3 {
	width: 100%;
	margin: 0 0 15px;
	position: relative;
	height: 200px;
	overflow: hidden;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.2));
}

.c3 {
	margin-bottom: 0;
}

.c_box {
	margin: auto;
    position: absolute;	
	pointer-events: none;
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
	z-index: 1;
}

.dsbox {
    width: 75%;
    background: #fff;
    padding: 12px;
    position: relative;
    flex-direction: column;
}

.c1 {
    background: linear-gradient(135deg, #fff, #f57d96);
}
.c2 {
    background: linear-gradient(135deg, #fff, #32afc8);
}
.c3 {
    background: linear-gradient(135deg, #fff, #fa8c00);
}


.hov_line {
    color: #4d4d4d;
    transition: all 0.12s linear;
}



.hc1, .hc2, .hc3 {
	font-size: 22px;
    line-height: 120%;
    font-weight: 500;
    text-align: left;
    margin-left: 10px;
}

.contentsbox .right {
	font-size: 12.5px;
    line-height: 120%;
    font-weight: 500;
    text-align: right;
    margin-right: 10px;
}

.h6c1, .h6c2, .h6c3 {
    transform: rotate(-5deg);
    margin: 7px 0 20px;
}
.h6c1 {
	border-bottom: solid 1px #f57d96;
}
.h6c2 {
	border-bottom: solid 1px #32afc8;
}
.h6c3 {
	border-bottom: solid 1px #fa8c00;
}

.nnm {
    
}

.background-image {
	position: absolute;
	width: 100%;
	height: 200px;
	background-size: cover;
	transition: all 0.4s ease-out;
    opacity: 0.7;
}

.c1 .background-image {
	background: url(../img/top_contents_dia6265.webp) 
		no-repeat center center;
}
.c2 .background-image {
	background: url(../img/top_contents_out6476.webp) 
		no-repeat center center;
}
.c3 .background-image {
	background: url(../img/top_contents_hos6455.webp) 
		no-repeat center center;
}


/* クリニック概要 */
.table_overview {
    width: 100%;
	text-align: left;
    border-bottom: solid 1px #666;
	border-collapse: collapse;
    box-sizing: border-box;
}

.table_overview tr {
    border-top: solid 1px #666;
}

.table_overview th, .table_overview td {
	display: block;
}

.table_overview th {
    line-height: 100%;
    font-weight: bolder;
    color: #199632;
    padding: 20px 0 10px;
}

.table_overview td {
    padding: 0 0 15PX;
}

.table_overview td a {
    color: #4d4d4d;
}

.table_overview td a.go_accs {
    color: #199632;
    text-decoration: underline;
}

.accs_ul li {
    line-height: 160%;
    text-align: justify;
    padding-left: 20px;
    background-image: url(../img/circle-solid-green02.svg);
    background-repeat: no-repeat;
    background-position: left  3px;
	margin-bottom: 5px;
}

.cooperation {
    display: flex;
    margin: 10px 0;
}

.op1 {
    width: 100%;
    max-width: 300px;
    margin: 0 10px 0 0;
    overflow: hidden;
}

.op2 {
    width: 100%;
    max-width: 300px;
    margin: 0 0 0 10px;
    overflow: hidden;
}

.cooperation a img {
    width: 100%;
    background-size: cover;
}

p.coop_name {
    color: #fff;
    background: #199632;
    padding: 3px 0;
}

/* 各種情報 */
.notice_box {
    margin-bottom: 5px;
}
.notice_box a {
    font-size: 17px;
    line-height: 100%;
    font-weight: 500;
    background: linear-gradient(#199632, #007d19);
    max-width: 350px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table_overview td .notice_box a {
    color: #fff;
}
.notice_box a i {
    margin-left: 5px;
    margin-bottom: 2px;
}
@media screen and (min-width: 768px){
.notice_box {
    margin-top: 5px;
}
.notice_box a {
    border: solid 1px #199632;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease;
}
.table_overview td .notice_box a:hover {
    color: #199632;
}
 
.notice_box a:hover::before {
    transform-origin: top right;
	transform: skewX(-45deg) translateX(0);
}
.notice_box a::before {
    content: '';
	width: 135%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform-origin: top left;
	transform: skewX(-45deg) translateX(-100%);
	transition: inherit;
}
}





.recruit p {
    line-height: 100%;
    margin-bottom: 25px;
}

a.rec_box {
    font-size: 18px;
    line-height: 100%;
    max-width: 300px;
    height: 60px;
    color: #fff;
    background: linear-gradient(#ff647d, #fa4b64);
    margin: auto;
    display: flex;
	justify-content: center;
	align-items: center;
}

a.rec_box i {
    margin-left: 20px;
}

/*フッター*/

footer {
	background: url(../img/footer_bg5906.webp) 
		no-repeat center center;
    background-size: cover;
	padding-top: 40px;
	padding-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-info {
    text-align: center;
}    

.footlogo img {
    width: 100%;
    max-width: 300px;
}

.footlogo p.f_ad {
    line-height: 100%;
    white-space: nowrap;
    margin-top: 20px;
}

.footlogo p.f_tel {
    font-size: 45px;
    line-height: 10%;
    font-weight: bolder;
    font-family: 'Crimson Text', sans-serif;
    margin-top: 15px;
}

.footlogo p.f_tel a {
    color: #199632;
}

.footlogo p.f_tel i {
    font-size: 30px;
    vertical-align: 2px;
    margin-right: 5px;
}

.footlogo p.f_fax {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    margin-top: 10px;
}

.footlogo .f_form {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    margin-top: 30px;
}

.footlogo .f_form a {
    color: #fff;
    background: linear-gradient(#199632, #007d19);
    padding: 12px 50px; 
}

.footlogo .f_form a i {
    margin-right: 10px;
}


table.out, table.dia {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.foottime p {
    font-size: 17px;
    line-height: 100%;
    font-weight: bolder;
    text-align: left;
    display: flex;
    align-items: center;
    margin: 30px 0 7px;
}

.foottime p:after {
    border-top: solid 1px #4d4d4d;
    content: "";
    flex-grow: 1;
}

.foottime p:after {
    margin-left: 7px;
}

.foottime p.footout {
    margin: 50px 0 7px;
}

table.d2 {
    margin-top: 20px;
}

.foottime td, .foottime th {
    font-size: 16px;
    line-height: 100%;
    padding: 10px;
}

.foottime th {
    color: #fff;
    background: #199632;
}

.foottime th.t1 {
    color: #4d4d4d;
    background: #ebf5e1;
    padding: 6px;
}

.foottime th.t2 {
    color: #4d4d4d;
    background: #e1f0d7;
    padding: 6px;
}

.foottime td {
    color: #4d4d4d;
    background: #fff;
}

.foottime td.t1 {
    color: #4d4d4d;
    background: #ebf5e1;
    padding: 12px;
}

.foottime td.t2 {
    color: #4d4d4d;
    background: #e1f0d7;
    padding: 12px;
}

.f_sm {
    margin-top: 30px;
    border-top: solid 1px #4d4d4d;
}

.footer_menu {
    margin: 30px auto 0;
}

.footer_menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_menu ul li {
    font-size: 16.5px;
    line-height: 100%;
    font-weight: 500;
    margin: 0 10px 15px;	
    font-feature-settings: "pkna";
}

.footer_menu ul li a {
	color: #4d4d4d;
	display: inline-block;
}

p.copyright {
    font-size: 14px;
    line-height: 100%;
    margin: 10px 0 0;
}



/* 固定フッター */

.footerfixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.ff_in ul.box4 {
    display: flex;
    width: calc(100% - 25%);
    height: 50px;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}

.ff_in ul.box4 li {
    width: 100%;
    border-right: solid 1px #4d4d4d;
    box-sizing: border-box;
}

.ff_in ul.box4 li a.fl_in {
    text-align: center;
    color: #4d4d4d;
    background: linear-gradient(#fff, #ddd);
    width: 100%;
    height: 50px;
    display: block;
    transition: all 0.2s linear;
}

.ff_in ul.box4 li a.fl_in i {
    font-size: 20px;
    line-height: 15px;
    margin-top: 10px;
}

.ff_in ul.box4 li a.fl_in p {
    font-size: 11px;
    line-height: 10px;
}


/* ハンバーガーメニュー */
#hanburger {
    display: none;
}

.menu_button {
    width: 25%;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(#fff, #ddd);
    z-index: 10;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}

.menu_button::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #4d4d4d;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-25%);
}

.menu_button p {
    font-size: 11px;
    line-height: 10px;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%,15%);
    z-index: 10;
}

#hanburger:checked + .menu_button::before {
    content: "\f00d";
}

.global_menu {
    visibility: hidden;
    width: 100%;
    height: calc(100% - 50px);
    position: fixed;
    bottom: 50px;
    left: 0;
    padding: 0;
    margin: 0;
    background: #ebf5e1;
    background-size: cover;
    overflow: auto;
    opacity: 0;
    z-index: -1;
    transition: all 0.2s linear;
}

#hanburger:checked ~ .global_menu {
    visibility: visible;
    opacity: 1;
}

.global_menu img {
    display: flex;
    margin: 20px auto;
    width: 100%;
    max-width: 200px;
}

.global_menu ul.gm_in {
    margin: 0 20px;
}

.global_menu ul.gm_in li {
    width: 100%;
    border-bottom: 1px solid #fff;
}

.global_menu ul.gm_in li.mfirst {
    border-top: 1px solid #fff;
}

.global_menu ul.gm_in li a {
    font-size: 17px;
    line-height: 50px;
    text-align: left;
    color: #4d4d4d;
    padding: 0 10px;
    display: block;
}

.global_menu .g_info {
    margin: 20px 0;
}

.global_menu p.g_title {
    font-size: 18px;
    line-height: 100%;
    color: #199632;
    margin-bottom: 10px;
}

.global_menu a.g_tel {
    font-size: 40px;
    line-height: 100%;
    font-weight: bolder;
    font-family: 'Crimson Text', sans-serif;
    color: #199632;
    letter-spacing: 0.03em;
}

.global_menu a.g_tel i {
    font-size: 24px;
    margin-right: 5px;
    vertical-align: 2px;
}

.global_menu .g_goform {
    margin: 15px auto;    
}

.global_menu .g_goform a {
    font-size: 15px;
    color: #fff;
    background: linear-gradient(#199632, #007d19);
    padding: 10px 25px;
}

.global_menu .g_goform a i {
    margin-right: 5px;
    vertical-align: 1px;
}



.no_link {
    pointer-events: none;
}

/* ######## 599px以下 ######## */
@media screen and (max-width: 599px){
   
h2 {
	font-size: 20px;
    line-height: 160%;
	margin-bottom: 10px;
}

h3 {
	font-size: 22px;
    line-height: 100%;
	margin-bottom: 20px;
}

.top_logo a img {
	height: 44px;
	padding: 8px 10px;
}
    
.dsbox {
    width: 80%;
    padding: 12px 7px;
}
    
.contentsbox h6 {
	font-size: 16px;
}

.contentsbox .right {
	font-size: 12px;
}

p.coop_name {
    font-size: 13px;
}

p.copyright {
    font-size: 13px;
}
}

/* ######## 599px以上 ######## */
@media screen and (min-width: 599px){
h1 p.h1p_lrg {
    font-size: 34px;
    line-height: 150%;
    
}
h1 p.h1p_sml {
    font-size: 24px;
    line-height: 160%;
    margin: 15px 15px 0;
}
}


/* ######## 768px以上 ######## */
@media screen and (min-width: 768px){
/* PCヘッダー */
.PC_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}

.header_top {
	height: 65px;
}
    
.header_in {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.top_logobox {
	height: 65px;
    display: flex;
    align-items: center;
	margin-left: 10px;
}

.top_box{
    height: 65px;
    display: flex;
}

.top_telbox {
    height: 45px;
    display: table;
    margin: 10px 0 0 20px;
}

.top_formbox {
    height: 45px;
    display: table;
    margin: 10px 10px 0 20px;
}


.telbox_in p {
    text-align: right;
}
    
.top_telbox p.topRtel {
    font-size: 35px;
    line-height: 70%;
    font-weight: bolder;
    font-family: 'Crimson Text', sans-serif;
    color: #ff647d;
	vertical-align: 5%;
    letter-spacing: 0.03em;
}

.top_telbox p.topRtel a {
    color: #ff647d;
}
    
.top_telbox p.topRtel i {
	font-size: 25px;
    line-height: 0;
	margin-right: 5px;
	vertical-align: 5%;
}

.top_telbox p.topRtime {
    font-size: 13.5px;
	line-height: 100%;
    margin-top: 8px; 
	vertical-align: bottom;
}

.top_formbox a {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
	text-align: center;
    color: #fff;
    background: linear-gradient(#ff647d, #fa4b64);
	border: solid 1px #ff647d;
    box-sizing: border-box;
	padding: 0 15px;
	display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
	z-index: 1;
	letter-spacing: 0.02em;
	transition: all 0.3s ease;
}

.top_formbox a i {
    margin-right: 5px;
}

.top_formbox a:hover {
    color: #ff647d;
}
    
.top_formbox a:hover::before {
    transform-origin: top right;
	transform: skewX(-45deg) translateX(0);
}

.top_formbox a::before {
    content: '';
	width: 135%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform-origin: top left;
	transform: skewX(-45deg) translateX(-100%);
	transition: inherit;
}



#menupc {
	margin: 0 auto;
	width: 100%;
	background: linear-gradient(#f5fffa, #ebf5e1);
	height: 50px;
	position: absolute;
    z-index: 1000;
}

#menupc.m_fixed {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
}

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

.mp_list {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	margin: 0;
	padding: 0;
}

.mp_item {
    font-weight: 600;
    display: table;
	flex: 1;
	border-left: 1px solid #199632;
    font-feature-settings: "pkna";
}

.mp_item:last-child {
	border-right: 1px solid #199632;
	margin-right: 0;
}

.mp_item a {
    font-size: 14px;
    line-height: 100%;
    font-weight: bolder; 
    height: 50px;
	color: #199632;
	margin: 0;
    display: table-cell;
    vertical-align: middle;
	transition: all 0.2s linear;
}

.mp_item a:hover {
    color: #fff;
	background: linear-gradient(#199632, #007d19);
}

.mp_item a.mp_now {
    color: #fff;
	background: linear-gradient(#199632, #007d19);
}


/* トップ画像  */
.mainimg {
	width: 100%;
    height: 75vh;
}

.maintext {
	top: calc(95vh - 50%);
}


h1 p.h1p_lrg {
    font-size: 40px;
}
h1 p.h1p_sml {
    font-size: 26px;
}
    
h5 {
    font-size: 24px;
    text-align: left;
    margin: 0 50px;
}

h5 span {
    font-size: 17px;
}

    
h6 {
    font-size: 24px;
    margin: 0 50px 40px;
}

h6 span {
    font-size: 17px;
}
    
/* 各ブロック */
.news {
    padding-bottom: 50px;
}

.greeting {
    padding-top: 80px;
	padding-bottom: 80px;
}

.contents {
    padding-top: 80px;
	padding-bottom: 80px;
}

.about_neph {
    padding-top: 80px;
	padding-bottom: 80px;
}

.overview {
    padding-top: 80px;
	padding-bottom: 80px;
}

.recruit {
    padding-top: 80px;
	padding-bottom: 80px;
}

.s_inner {
    margin: 0 25px; 
}

.m_inner {
    margin: 0 25px; 
}

.c_inner {
    margin: 0 25px; 
}

.n_inner {
    display: flex;
    align-items: flex-start;
    margin: 0 25px;
    padding: 60px 0;
}

    
/* おしらせ */
.table_information {
	width: calc(100% - 50px);
	border-collapse: collapse;
    margin: 0 50px 0 0;   
}

.table_information th, 
.table_information td {
	display: table-cell;
	text-align: left;
	border-bottom: solid 1px #ccc;
	padding: 20px 10px;
}

.table_information tr:first-child th {
	border-top: solid 1px #ccc;
}

.table_information tr:first-child td {
	border-top: solid 1px #ccc;
}

 /* ごあいさつ */   
p.mp_name02 {
    margin-bottom: 0px;
}

.messageLR {
    display: flex;
}

.messageL {
    width: 70%;
    margin-right: 30px;
}

.messageR {
    width: 30%;  
}
    
.more_neph {
    margin: 30px 0 0;
}

.more_neph a {
    height: 70px;
    margin: 0;
    position: relative;
    overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease;
}

.more_neph a i {
    margin-left: 30px;
}

.more_neph a:hover {
    color: #199632;
}
    
.more_neph a:hover::before {
    transform-origin: top right;
	transform: skewX(-45deg) translateX(0);
}

.more_neph a::before {
    content: '';
	width: 135%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform-origin: top left;
	transform: skewX(-45deg) translateX(-100%);
	transition: inherit;
}





/* コンテンツ3つ横並べ */
.contentsbox {
	display: flex;
}

.c1, .c2, .c3 {
    width: 100%;
    height: 300px;
}

.c1, .c2 {
    margin-right: 15px;
    margin-bottom: 0;
}

.c_box {
	height: 300px;
}

.hc1, .hc2, .hc3 {
	font-size: 26px;
    margin-bottom: 5px;
}
    
.background-image {
	height: 300px;
    transform: scale(1);
	will-change: transform;
}

.background-image:hover {
	transform: scale(1.1);
}    

.c1 .hov_line:hover {
    color: #f57d96;
}

.c2 .hov_line:hover {
    color: #32afc8;
}

.c3 .hov_line:hover {
    color: #fa8c00;
}



/* クリニック概要 */   
.table_overview th,
.table_overview td {
	display: table-cell;
    padding: 15px;
}
 
.cooperation a {
    transition: all 0.2s linear;
}

.cooperation a:hover {
	opacity: 0.8;
}    

.recruit p {
    margin-bottom: 30px;
}

a.rec_box {
    max-width: 400px; 
    height: 100px;
    position: relative;
    overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease;
}

a.rec_box i {
    margin-left: 30px;
}

a.rec_box:hover {
    color: #ff647d;
    border: solid 1px #ff647d;
    box-sizing: border-box;
}
    
a.rec_box:hover::before {
    transform-origin: top right;
	transform: skewX(-45deg) translateX(0);
}

a.rec_box::before {
    content: '';
	width: 135%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform-origin: top left;
	transform: skewX(-45deg) translateX(-100%);
	transition: inherit;
}
    
    
/*フッター*/
footer {
	padding-top: 80px;
	padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-info {
    display: flex;
    justify-content: space-between;
    text-align: start;
    margin: auto;
    padding-bottom: 30px;
}

.footlogo {
    width: calc(50% - 30px);
    margin: 0 30px 0 0;
}

.footlogo p {
    text-align: left;
}

.f_form a {
    display: inline-block;
    border: solid 1px #199632;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease;
}

.f_form a:hover {
    color: #199632;
}
    
.f_form a:hover::before {
    transform-origin: top right;
	transform: skewX(-45deg) translateX(0);
}

.f_form a::before {
    content: '';
	width: 135%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform-origin: top left;
	transform: skewX(-45deg) translateX(-100%);
	transition: inherit;
}

.foottime {
    width: 50%;
}

.foottime p.footout {
    margin: 0 0 10px;
}

table.out {
    margin-bottom: 30px;
}

.footer_menu {
    margin: 50px 15px 0;
}

.footer_menu ul {
    
}
 
.footer_menu ul li {
    margin: 0 15px;
}

.footer_menu ul li a {
	position: relative;
    transition: all 0.2s;
}

.footer_menu ul li a:hover {
	color: #199632;
}

.footer_menu ul li a::after {
	position: absolute;
	top: 20px;
    left: 0;
	content: "";
	width: 100%;
	height: 1px; 
	background: #199632;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.2s;
}

.footer_menu ul li a:hover::after {
	transform: scale(1, 1);
}

p.copyright {
    text-align: center;
    margin: 50px 10px 0;
}

    
/*コンタクトへGOボタン*/

#go-contact {
    position: fixed;
    bottom: 50px;
    right: 0;
    filter: drop-shadow(-1px 0px 2px rgba(0,0,0,0.4));
}

#go-contact p {
    display: flex;
    justify-content: center;
    align-items: center;    
}
    
#go-contact a {	
	width: 30px;
	transition: all 0.1s linear;
    
}

#go-contact a.go_con {
    color: #fff;
    background: linear-gradient(#ff647d, #fa4b64);
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding: 10px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;   
    position: relative;
    overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease;
}

#go-contact a.go_con:hover {
    color: #ff647d;
}
    
#go-contact a.go_con:hover::before {
    transform-origin: top right;
	transform: skewX(-45deg) translateX(0);
}

#go-contact a.go_con::before {
    content: '';
	width: 450%;
	height: 200px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform-origin: top left;
	transform: skewX(-45deg) translateX(-100%);
	transition: inherit;
}

#go-contact a.go_con i {
    margin-bottom: 5px;
    margin-left: 1px;
}


#go-contact a.go_top {
    font-size: 13px;
    line-height: 120%;
    font-weight: 500;
    color: #ff647d;
    background-color: #ffff96;
    padding: 10px;
    height: 30px;
}

#go-contact a.go_top i {
	font-size: 20px;
    margin-top: -2px;
}

#go-contact a.go_top:hover {
    background-color: #ffff00;
}




 
    
.no_tel_link {
    pointer-events: none;
}
}


/* ######## 899x以上 ######## */
@media screen and (min-width: 899px){
.mp_item a {
    font-size: 15.5px;
}
}

/* ######## 1000px以上 ######## */
@media screen and (min-width: 1000px){

}

   
@media print {
.PC_header {
	position: absolute;
}
}

/* ######## 1px以上 ######## */
@media screen and (min-width: 1px){
.yesPC499 {
    display: block !important;
}
.yesSP499 {
    display: none !important;
}
.yesPC599 {
	display: block !important;
}
.yesSP599 {
	display: none !important;
}
.yesPC699 {
	display: block !important;
}
.yesSP699 {
	display: none !important;
}
.yesPC768 {
	display: none !important;
}
.yesSP768 {
	display: block !important;
}
.yesPC810 {
	display: none !important;
}
.yesSP810 {
	display: block !important;
}
.yesPC899 {
	display: none !important;
}
.yesSP899 {
	display: block !important;
}
.yesPC1000 {
	display: none !important;
}
.yesSP1000 {
	display: block !important;
}
}
/* ######## 499px以下 ######## */
@media screen and (max-width: 499px){
.yesPC499 {
    display: none !important;
}
.yesSP499 {
    display: block !important;
} 
}
/* ######## 599px以下 ######## */
@media screen and (max-width: 599px){
.yesPC599 {
	display: none !important;
}
.yesSP599 {
	display: block !important;
} 
}
/* ######## 699px以下 ######## */
@media screen and (max-width: 699px){
.yesPC699 {
    display: none !important;
}
.yesSP699 {
    display: block !important;
} 
}
/* ######## 768px以上 ######## */
@media screen and (min-width: 768px){
.yesPC768 {
	display: block !important;
}
.yesSP768 {
	display: none !important;
} 
}
/* ######## 810px以上 ######## */
@media screen and (min-width: 810px){
.yesPC810 {
	display: block !important;
}
.yesSP810 {
	display: none !important;
}
}
/* ######## 899px以上 ######## */
@media screen and (min-width: 899px){
.yesPC899 {
	display: block !important;
}
.yesSP899 {
	display: none !important;
} 
}
/* ######## 1000px以上 ######## */
@media screen and (min-width: 1000px){
.yesPC1000 {
	display: block !important;
}
.yesSP1000 {
	display: none !important;
} 
}