@charset "utf-8";
/* CSS Document */

/* コンテンツ */
body {
	margin:0 0;
	line-height:1.7em;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings : "palt";
    letter-spacing: 0.1em;
}

#wrapper {
	width:100%;
	position:relative;
}

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
#pc-menu {
	display: block;
}
#sp-menu {
    display: none;
}
@media screen and (max-width: 768px) {
#pc-menu {
	display: none;
}
#sp-menu {
    display: block;
}
}
h2 {
    width:100%;
    display: block;
    text-align: center;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:2vw;
    font-weight: normal;
    letter-spacing: 0.3em;
}

@media screen and (max-width: 768px) {
h2 {
    width:100%;
    display: block;
    text-align: center;
    font-size:6.5vw;
    line-height:8vw;
}
}
h3 {
    display: block;
    text-align: left;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.6vw;
    font-weight: normal;
    padding:0 0 0.5vw 0;
    margin:0 auto 2vw;
}
@media screen and (max-width: 768px) {
h3 {
    font-size:5.5vw;
    display: block;
    margin:0 auto 6vw;
}
}
.title-underline-b {
    margin:0 auto 12vw;
    width:30px;
    border-top: solid 4px #000;
}
@media screen and (max-width: 768px) {
.title-underline-b {
    margin:0 auto 30vw;
    width:30px;
    border-top: solid 4px #000;
}
}
.caution, .caution02{
    font-size:50%;
    color:#000;
    display: inline-block;
    margin-left:5px;
    vertical-align:bottom;
}
@media screen and (max-width: 768px) {
.caution{
    font-size:80%;
    color:#000;
    display:inline;
    margin-left:5px;
    vertical-align:bottom;
    width:100%;
}
.caution02{
    font-size:80%;
    color:#000;
    display:block;
    vertical-align:bottom;
    width:100%;
    margin-bottom:4vw;
}
}
.sub-header {
    width:100%;
}
.sub-header img{
    width:100%;
    height:auto;
}
.sub-header-sp {
    display: none;
}
@media screen and (max-width: 768px) {
.sub-header {
    display: none;
}
.sub-header-sp {
    display: block;
    width:100%;
    padding-top:40px;
}
.sub-header-sp img{
    width:100%;
    height:auto;
}
}

/* Hero */
.hero {
    width:100%;
    height:100vh;
    background-image: url("../img/kv_top.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}
.head {
    position: absolute;
    top: 40vh;
    left: 15vw;
    width: 50%;
}
.hero-title {
    margin:0 auto;
    width: 100%;
}
.hero-title img{
    width:60%;
    height:auto;
    image-rendering: -webkit-optimize-contrast;
}
.sp-hero{
    display: none;    
}

@media screen and (max-width: 768px) {
.pc-hero{
    display: none;    
}
.sp-hero{
    position: relative;
    display: block; 
    height:100vh;
    background-image: url("../img/kv-top-sp.jpg");
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.hero-title {
    position: relative;
    width: 90%;
    top:75vh;
    left:0;
}
.hero-title img{
    width:50%;
    height:auto;
    image-rendering: crisp-edges;
}
}

/* 当院について */

.about-wrapper{
    background-color:rgba(255,255,255,1);
    width:80%;
    padding:80px 10% 80px;
    background-attachment: fixed;
    color:#000;
}
.about {
    max-width:800px;
    color:#fff;
    line-height:1.5em;
    margin:0 auto;
}
.about-txt {
    max-width:800px;
    color:#000;
    font-size:0.9vw;
    line-height:180%;
    margin:0 auto 6vw;
}
.about-txt a{
    color:#000;
}

@media screen and (max-width: 768px) {
.about-wrapper{
    background-color:rgba(255,255,255,1);
    width:100%;
    padding:80px 0;
    color:#fff;
}
.about {
    width:90%;
    margin:0 5%;
}
.about-txt {
    width:100%;
    font-size:4.5vw;
    margin:0 0 24vw;
    line-height:8vw;
}

.about-txt a{
    color:#000;
}
}


/* アクセス */
.access-wrapper{
    background-color:rgba(240,240,240,1);
    width:80%;
    padding:80px 10% 80px;
    color:#fff;
}
.access{
    max-width:980px;
    margin:0 auto;
}
.map {
    margin-bottom:2vw;
    width:100%;
}
.access-detail{
    max-width:980px;
    margin:0 auto;
}
.access-detail p{
    font-size:0.8vw;
    line-height:180%;
    color:#000;
    margin:0;
}

@media screen and (max-width: 768px) {
.access-wrapper{
    background-color:rgba(240,240,240,1);
    width:100%;
    padding:80px 0;
    color:#fff;
}
.access{
    width:90%;
    margin:0 5%;
    min-width: 90%;
}
.map {
    margin-bottom:2vw;
    width:100%;
    max-width: 100%;
}
.access-detail{
    width:100%;
    margin:0 auto;
    min-width: 90%;
    text-align: center;
}
.access-detail p{
    font-size:4vw;
    line-height:180%;
    color:#000;
    margin:0 0 1.5vh;;
}
}

/* お問い合わせ */
.contact-wrapper {
    background-color:rgba(255,255,255,1);
    width:80%;
    padding:80px 10% 80px;
}
.contact {
    max-width:980px;
    margin:0 auto;
}
@media screen and (max-width: 768px) {
.contact-wrapper {
    background-color:rgba(255,255,255,1);
    width:100%;
    padding:80px 0 80px;
}
.contact {
    width:90%;
    margin:0 auto; 
}
}


/* フッター */
footer {
	background-color: #000;
	width:100%;
	padding:40px 0;
    font-size:0.8vw;
    color:#ECECEC;
    text-align: center;
}
footer #wrap{
	margin:0 auto;
    
}
@media screen and (max-width: 768px) {
footer{
	font-size:3vw;
}
}


/* 医師紹介 */
.doctor-txt {
    max-width:800px;
    color:#000;
    font-size:0.9vw;
    line-height:180%;
    margin:0 auto 6vw;
}
.doctor-txt a{
    color:#000;
}
.doctor-photo {
    width:100%;
    text-align: center;
    margin-bottom:6vw;
}

.doctor-photo img{
    width:30%;
    height:auto;
}
.annotation{
    font-size:60%;
    display: block;
    width:100%;
    margin-bottom:4vw;
}
@media screen and (max-width: 768px) {
.doctor-photo img{
    width:50%;
    height:auto;
}

.doctor-txt {
    width:100%;
    font-size:4.5vw;
    margin:0 0 24vw;
    line-height:8vw;
}

.doctor-txt a{
    color:#000;
}
}

/* 当院の特長 */
.feature-image {
    width:100%;
    margin-bottom:3vw;
}
.feature-image img{
    width:100%;
    height:auto;
}
.feature-title {
    width:100%;
    font-size:1.5vw;
    text-align: center;
    color:#000;
    margin-bottom:3vw;
}
@media screen and (max-width: 768px) {
.feature-title  {
    font-size:5vw;
    line-height: 8vw;
    margin:15vw 0;
}
}

/* オクチアドバイス */
.advise-index {
    max-width:800px;
    color:#000;
    font-size:1vw;
    line-height:300%;
    margin:-8vw auto 0;
    text-align: center;
}
.advise-txt {
    max-width:800px;
    color:#000;
    font-size:0.9vw;
    line-height:180%;
    margin:0 auto 6vw;
}
.advise-txt img{
    width:100%;
    height:auto;
    margin:6vw 0;
}
.advise-index a, .advise-txt a{
    color:#000;
    text-decoration: underline;
}  
.advise-index a:hover, .advise-txt a:hover{
    text-decoration: underline;
} 
@media screen and (max-width: 768px) {
.advise-index {
    width:100%;
    color:#000;
    font-size:4.5vw;
    line-height:300%;
    margin:0 auto;
    text-align: center;
}
.advise-txt {
    width:100%;
    font-size:4.5vw;
    margin:0 auto 16vw;
}

.advise-index a, .advise-txt a{
    color:#000;
}
}
.advise-title {
    width:100%;
    font-size:1.5vw;
    text-align: center;
    color:#000;
    margin-bottom:3vw;
    
}
@media screen and (max-width: 768px) {
.advise-title  {
    font-size:6vw;
    line-height:8vw;
    margin-bottom:20vw;
}
.advise-txt {
    width:100%;
    font-size:4.5vw;
    margin:20vw auto 16vw;
}
}

.back-to-top {
    width:100%;
    text-align: center;
}
.back-to-top a{
    padding:0.5vw 1vw;
    width:300px;
    background-color: #000;
    text-align: center;
    color:#fff;
    text-decoration: none;
    font-size:0.8vw;
}
.back-to-top a:hover{
    background-color: #444;
}
@media screen and (max-width: 768px) {
.back-to-top a{
    padding:1vw 2vw;
    width:50%;
    background-color: #000;
    text-align: center;
    color:#fff;
    text-decoration: none;
    font-size:3vw;
}
}
.banner {
    width:100%;
    text-align: center;
    margin-bottom:6vw;
}
.banner img{
    image-rendering: -webkit-optimize-contrast;
    width:50%;
    height:auto;
}
@media screen and (max-width: 768px) {
.banner img{
    width:100%;
    height:auto;
    margin-bottom:25vw;
}
}


/* お知らせ */
.info-wrapper{
    background-color:#fff;
    width:80%;
    padding:10vh 10% 0;
}
.date {
    color:#0085B2;
    width:20%;
    float:left;
    margin: 1vw 0;
}
.message {
    width:80%;
    float:left;
    margin: 1vw 0;
}
.info-title {
    width:100%;
    display: block;
    text-align: center;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.6vw;
    font-weight: normal;
    letter-spacing: 0.3em;
    margin-bottom: 3vw;
}
hr {
    border-width: 1px 0 0 0; 
    border-style: solid; 
    border-color: #ddd;
}
hr:last-child {
    display: none;
}
@media screen and (max-width: 768px) {
.info-title {
    width:100%;
    display: block;
    text-align: center;
    font-size:4.5vw;
}
@media screen and (max-width: 768px) {
.info-wrapper{
    background-color:rgba(240,240,240,0.5);
    width:100%;
    padding:80px 0;
    color:#fff;
}
.date {
    color:#0085B2;
    width:100%;
    margin-bottom:1vw;
}
.message {
    width:100%;
    margin-bottom:1vw;
}
}