@charset "utf-8";

/*
  File Name   : top.css
  Description : Write top content styles
*/

/* kv-wrap
============================================================ */
#home .kv-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
#home .kv-wrap .kv-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
#home .kv-wrap .kv-inner .kv-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
}
#home .kv-wrap .kv-inner .kv-item {
  vertical-align: top;
}
#home .kv-wrap .kv-inner .kv-item:nth-child(n+2) {
  display: none;
}
#home .kv-wrap .kv-inner .slick-initialized .kv-item {
  display: inline-block;
}
#home .kv-wrap .kv-inner .kv-item .kv-item-img {
  overflow: hidden;
  text-indent: -9999px;
  height: 700px;
  background: no-repeat center center;
  background-size: cover;
}
#home .kv-wrap .kv-inner .kv-item .sp-img {
  display: none;
}
#home .kv-wrap .kv-inner .slick-list {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0;
}

.kv-copy {
   position: absolute;
    width: 600px;
    top: 190px;
    left: auto;
    right: 50px;
    /* margin-right: -50%; */
    /* transform: translate(-50%, -50%); */
    z-index: 9;
	opacity: 0;
	-webkit-animation: key_lay-title 0.4s ease-in 0.3s forwards;
    animation: key_lay-title 0.4s ease-in 0.3s forwards;
}

.kv-copy img {
    width: 100%;
}


.kv-yoyaku {
   position: absolute;
    width: 320px;
    top: auto;
    bottom: 40px;
    left: auto;
    right: 50px;
    /* margin-right: -50%; */
    /* transform: translate(-50%, -50%); */
    z-index: 9;
}

.kv-yoyaku img {
    width: 100%;
}


.kv-copy img.copy_pc{
	display: block;
}

.kv-copy img.copy_sp{
	display: none;
}



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

#home .kv-wrap .kv-inner .kv-item .kv-item-img {
  height: 620px;
	}

.kv-copy {
    width: 500px;
}

.kv-yoyaku {
    width: 270px;
	}

}


@media screen and (max-width: 1020px) {
.kv-copy,.kv-yoyaku {
    right: 20px;
}

}


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

.kv-yoyaku {display: none;
	}

.kv-copy img.copy_sp{
	display: block;
}

.kv-copy img.copy_pc{
	display: none;
}

.kv-copy {
        right: 40px;
        top: 130px;
        width: 180px;
    }


}



@media screen and (max-width: 640px) {
.kv-copy {
        right: 30px;
        top: 120px;
        width: 160px;
    }
}



@media screen and (max-width: 500px) {
    .kv-copy {
        width: 120px;
	        top: 110px;
    }
}



.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

/* sp
------------------------------------------------------------ */



@media screen and (max-width: 900px) {
#home .kv-wrap .kv-inner .kv-item .kv-item-img {
    height: 620px;
}
}


@media screen and (max-width: 879px) {
#home .kv-wrap .kv-inner .kv-item .kv-item-img {
	background-position: top left;
}
}



@media screen and (max-width: 811px) {
  #home .kv-wrap .kv-inner .kv-item .kv-item-img {
/*    min-height: 500px;*/
/*    height: calc(100vh - 60px);*/

  }
  #home .kv-wrap .kv-inner .kv-item .pc-img {
    display: none;
  }
  #home .kv-wrap .kv-inner .kv-item .sp-img {
    display: block;
  }
}


@media screen and (max-width: 700px) {
	#home .kv-wrap .kv-inner .kv-item .kv-item-img {
			background-position: top left -100px;
		}
}


@media screen and (max-width: 500px) {
    #home .kv-wrap .kv-inner .kv-item .kv-item-img {
        height: 410px;
    }
}


@media screen and (max-width: 460px) {
    #home .kv-wrap .kv-inner .kv-item .kv-item-img {
        background-position: top left -150px;
    }
}

/* kv loading
============================================================ */
#home .kv-loading {
  position: absolute;
  z-index: 0;
  top: calc(50% - 40px - 30px);
  left: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#home .kv-loading::after {
  content: "";
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-top: 4px solid rgba(0, 0, 0, .1);
  border-right: 4px solid rgba(0, 0, 0, .1);
  border-bottom: 4px solid rgba(0, 0, 0, .1);
  border-left: 4px solid #333;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load-animation 1.1s infinite linear;
          animation: load-animation 1.1s infinite linear;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .kv-loading {
    top: calc(50% - 35px);
    left: calc(50% - 35px);
  }
  #home .kv-loading::after {
    width: 70px;
    height: 70px;
  }
}
@-webkit-keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* sp-reservation-area
============================================================ */

/*
	.sp-reservation-area-wrap{
		display: none;
	}
*/



@media screen and (min-width: 601px) {
	.sp-reservation-area-wrap{
		display: none;
	}
}

@media screen and (max-width: 600px) {
.sp-reservation-area-wrap{
	background-color: #ffe36c;
	display: none;
}

.sp-reservation-area{
	background-color: #ffe36c;
	background-image: url(../images/web_yoyaku.png), url(../images/arrow_w.png);
	background-position: left 0px center, right 0px center;
	background-repeat: no-repeat,no-repeat;
    background-size: 25px, 8px;
	font-size: 150%;
	width: 100%;
	max-width: 210px;
	margin: 0 auto;
	color: #333333;
	font-weight: bold;
}

.sp-reservation-area a {
    padding: 14px 14px 14px 35px;
	color: #333333;
	text-decoration: none;
	display: block;
}
}

/* emergency
============================================================ */
#home .sect-emergency {
  padding: 0;
}
#home .sect-emergency .section-inner {
  width: 100%;
/*  max-width: 1040px;*/
  padding: 0;
  margin: 0 auto;
  display: flex;
}
#home .sect-emergency .title-wrap {
  margin-bottom: 0;
  padding: 10px 20px;
  background: #43aff7;
  color: #fff;
  border-bottom: none;
  width: 25%;
	align-items: center;
    display: grid;
	text-align: center;
	justify-content: center;
	align-content: center;
}
#home .sect-emergency h2 {
  display: inline-block;
}


.sect-emergency span.sub-h2 {
    color: #fcd521;
    font-family: 'Edu TAS Beginner', cursive;
	padding-left: 0;
    padding-top: 10px;
}

#home .sect-emergency .emergency-list {
  padding: 30px;
    border-top: none;
    background-color: #f7f7f7;
    width: 85%;
}
#home .sect-emergency .emergency-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #929292;
  font-size: 100%;
}
#home .sect-emergency .emergency-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#home .sect-emergency .emergency-list li .date {
  width: 100px;
    color: #43aff7;
    font-size: .933333333333em;
    line-height: 2;
    display: inline-block;
}


#home .sect-emergency .emergency-list li a{
	text-decoration: none;
	font-weight: bold;
}

#home .sect-emergency .emergency-list li .new {
	background: #fdd62b;
    color: #333333;
  margin-left: 6px;
  padding: 2px 8px;
  font-size: .8em;
  border-radius: 3px;
}
#home .sect-emergency .emergency-list li .title {
  width: calc(100% - 110px);
  padding-left: 10px;
	text-decoration: underline;
    color: #333333;
}
#home .sect-emergency .emergency-list li .title a {
  line-height: 1.6;
  color: #333333;
}


@media screen and (max-width: 1020px) {
  #home .sect-emergency .emergency-list li {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
  #home .sect-emergency .emergency-list li .date {
    display: block;
    width: auto;
  }
  #home .sect-emergency .emergency-list li .title {
    display: block;
    width: 100%;
    margin-top: 1px;
    padding-left: 0;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
/*
  #home .sect-emergency {
    padding: 20px 0;
  }
*/
	
#home .sect-emergency h2 {
    display: inline;
}
	
	
.sect-emergency span.sub-h2 {
    padding-top: 0;
	padding-left: 8px;
}


#home .sect-emergency .section-inner {
    display: block;
}

#home .sect-emergency .title-wrap,#home .sect-emergency .emergency-list {
	width: 100%;
	}

#home .sect-emergency .title-wrap {
    padding: 20px 20px;
	    display: block;
	}

  #home .sect-emergency .emergency-list {
    padding: 20px 20px 25px;
  }

}





/*
@media screen and (max-width: 811px) {

#home .sect-emergency {
    padding: 20px;
}

#home .sect-emergency .section-inner {
        border: 3px solid #c2272d;
    }

#home .sect-emergency .title-wrap {
    text-align: left;
}
}
*/


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


#home .sect-emergency .title-wrap {
    display: block;
}
}


@media screen and (max-width: 600px) {
#home .sect-emergency .title-wrap {
    text-align: left;
}
}



/*
@media screen and (max-width: 481px) {
  #home .sect-emergency h2 {
    display: block;
  }
}
*/




/* common
------------------------------------------------------------ */

.top-inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}


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

.top-inner{
    padding: 0 20px;
}

}

.top-inner h2{
	position: relative;
	text-align: center;
    font-size: 250%;
    letter-spacing: 1px;
	padding-bottom: 18px;
	margin-bottom: 20px;
}

.top-inner h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 50px);
    width: 100px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #fcd521;
}


@media screen and (max-width: 450px) {
.top-inner h2 {
    font-size: 220%;
}
}


@media screen and (max-width: 420px) {
.top-inner h2 {
    font-size: 200%;
}
}



.n-m-wrap{
	background-image: url(../images/medical/dot-bg.jpg);
    /* background-repeat: no-repeat; */
    background-position: top center;
    background-size: 100%;
}


.top-title.ci,.medical-info .top-title{
	text-align: center;
    margin-bottom: 30px;
}

.top-title.ci {
    margin-top: 80px;
    margin-bottom: 0px;
}


@media screen and (max-width: 500px) {
.top-title.ci {
    margin-top: 60px;
}
}

.top-title.ci h2,.medical-info .top-title h2{
	color: #fff;
	padding-bottom: 12px;
    margin-bottom: 0px;
}

.top-title.ci h2{
    color: #4d4d4d;
}


.top-title.ci h2:before,.medical-info .top-title h2:before {
	display: none;
}

.top-title.ci span.sub,.medical-info .top-title span.sub{
	color: #fcd521;
    font-family: 'Edu TAS Beginner', cursive;
}


/* medical-info
------------------------------------------------------------ */

.medical-info{
	width: 100%;
    background-image: url(../images/medical/md-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
	padding: 100px 0;
}

@media screen and (max-width: 500px) {
.medical-info {
    padding: 60px 0;
}
}

.medical-info .top-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.medical-info .top-title{
	text-align: center;
    margin-bottom: 30px;
}


.medical-info .top-title h2{
	color: #fff;
	padding-bottom: 12px;
    margin-bottom: 0px;
}


.medical-info .top-title h2:before {
	display: none;
}

.medical-info .top-title span.sub{
	color: #fcd521;
    font-family: 'Edu TAS Beginner', cursive;
}

ul.medical-list01,ul.medical-list02{
	display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
	justify-content: center;
}

ul.medical-list02{
	margin-top: 50px;
    padding-top: 50px;
    border-top: 2px dotted #fff;
}

ul.medical-list01 li,ul.medical-list02 li{
	margin: 1%;
    width: 23%;
}



@media screen and (max-width: 630px) {
	
ul.medical-list01, ul.medical-list02 {
	padding-left: 50px;
	padding-right: 50px;
}
	
ul.medical-list01 li, ul.medical-list02 li {
    margin: 1%;
    width: 48%;
}
}

@media screen and (max-width: 500px) {
ul.medical-list01, ul.medical-list02 {
	padding-left: 20px;
	padding-right: 20px;
}
}

@media screen and (max-width: 430px) {
ul.medical-list01, ul.medical-list02 {
	padding-left: 0;
	padding-right: 0;
}
	
ul.medical-list02 {
    margin-top: 30px;
    padding-top: 30px;
}
	
}




/* reha-mri
------------------------------------------------------------ */


.reha-mri{
	width: 100%;
    background-image: url(../images/medical/dot-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	padding: 80px 0;
}


@media screen and (max-width: 480px) {
.reha-mri {
    padding: 50px 0 70px 0;
}
}


ul.medical-list{
/*	padding: 30px 0;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
/*    max-width: 820px;*/
    margin: 0 auto;
}


ul.medical-list li span.sub {
    color: #fcd521;
    font-family: 'Edu TAS Beginner', cursive;
	display: block;
}

ul.medical-list li{
	text-align: center;
    width: 46%;
    background-color: #fff;
    border: 4px solid #caecfc;
    margin: 2%;
    /* box-shadow: 0 0 5px #626262; */
    border-radius: 30px 0 30px 0;
    transition: all 0.2s ease-in-out;
}

ul.medical-list li span.md-title{
	background-repeat: no-repeat;
    background-position: top center;
    background-size: 70px;
	display: block;
}

ul.medical-list li.md02 span.md-title{
	 background-image: url(../images/medical/r-icon.png);
}

ul.medical-list li.md03 span.md-title{
	 background-image: url(../images/medical/m-icon.png);
}

ul.medical-list li span.md-photo {
	display: block;
	padding-bottom: 20px;
}

ul.medical-list li span.md-photo img{
	width: 100%;
	border-radius: 26px 0 0 0;
}


ul.medical-list li a{
	color: #4d4d4d;
	display: block;
	padding: 75px 30px 0 30px;
	border-radius: 30px 0 30px 0;
    text-decoration: none;
	font-size: 140%;
	font-weight: bold;
}

ul.medical-list li:hover{
	background-color: #fef9e4;
}


span.md-text{
	padding: 15px 25px 25px 25px;
    display: block;
    font-size: 80%;
}







@media screen and (max-width: 700px) {
	
.reha-mri {
    padding: 40px 0;
}
	
ul.medical-list li {
        width: 80%;
	margin: 4% 0;
    }
	
span.md-text {
    font-size: 100%;
}

ul.medical-list li a {
        font-size: 180%;
    }

ul.medical-list {
        padding: 10px 0;
    }
	
span.md-text {
    padding: 25px 35px 35px 35px;
}
	
}

@media screen and (max-width: 480px) {
	ul.medical-list li {
        width: 100%;
	margin: 4% 2%;
    }
	
	
span.md-text {
    font-size: 80%;
	padding: 15px 25px 25px 25px;
}
	
    ul.medical-list li a {
        font-size: 150%;
    }
	
}


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

    ul.medical-list li a {
        font-size: 140%;
    }
}


.reha-mri p{
	text-align: center;
	font-size: 160%;
	font-weight: bold;
}

p.md-text{
	margin-bottom: 20px;
	margin-top: 20px;
}

.md-more{
	margin: 0 auto;
	max-width: 170px;
	padding: 7px 12px;
    background-color: #43aff7;
    border-radius: 6px;
    background-image: url(../images/arrow_w.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 8px;
	transition: all 0.2s ease-in-out;
}

.md-more a{
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

.md-more:hover{
	background-position: right 12px center;
}



@media screen and (max-width: 1080px) {
p.md-text {
    margin-top: 0px;
}
}


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

p.md-text {
        line-height: 160%;
    }

p.md-text span{
	display: block;
}

}

@media screen and (max-width: 450px) {
    p.md-text {
        margin-top: 0;
    }
	}








/* top-news
------------------------------------------------------------ */



.news-wrap{
	width: 70%;
    padding-right: 50px;
}

.sns-wrap{
	width: 30%;
}


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

.news-wrap{
	width: 60%;
    padding-right: 50px;
}

.sns-wrap{
	width: 40%;
}

}


.top-news{
	width: 100%;
    padding: 80px 0;
}

.top-inner h2.news-title{
	font-size: 220%;
    letter-spacing: 2px;
	text-align: left;
	margin-bottom: 0;
    padding-bottom: 0;
}

.top-inner h2.news-title:before{
	display: none;
}

.top-news .top-inner{
	display: flex;
}


span.sub-h2 {
    color: #fcd521;
    font-family: 'Edu TAS Beginner', cursive;
    /* padding-top: 3px; */
    padding-left: 15px;
}

.more{
	background-color: #fff;
    border: 1px solid #43aff7;
    /* padding: 3px 12px; */
    width: 135px;
    font-size: 90%;
    font-weight: bold;
    border-radius: 6px;
    background-image: url(../images/arrow_y.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 7px;
    display: block;
    margin-top: 20px;
	transition: all 0.2s ease-in-out;
    height: 40px;
}

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

.more {
    width: 105px;
    height: 35px;
}

}

.more:hover{
	background-position: right 12px center;
}

.more a{
	display: block;
    padding: 7px 15px;
    text-decoration: none;
    font-weight: bold;
}

.title-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-bottom: 30px;
}

.title-wrap-h2{
	display: flex;
}


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



.top-news .com-news-list ul li:first-child a {
    padding-top: 0px;
}

.top-news .com-news-list ul li:last-child a {
    padding-bottom: 0px;
}

.top-news .com-news-list ul li .date,
.top-news .com-news-list ul li .title {
	display: block;
	padding-left:0;
}

.top-news .com-news-list ul li .title {
        margin-top: 0;
    }

.top-news .com-news-list ul li .date {
    line-height: 120%;
    padding-bottom: 3px;
}

}



@media screen and (max-width: 800px) {
.more {
        width: 95px;
        margin-top: 0;
        height: 30px;
    }
}


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

.n-m-wrap {
    background-size: 150%;
}

.top-news {
    padding: 50px 0;
}

.top-news .top-inner {
	padding: 0 30px;
	display: block;
}

.news-wrap {
        width: 100%;
        padding-right: 0;
        border-bottom: 1px solid #53b7f8;
        padding-bottom: 50px;
        margin-bottom: 20px;
    }

.sns-wrap {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 0 auto;
        padding-top: 30px;
    }

}


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

.top-news {
    padding: 60px 0;
}

.top-news .top-inner {
    display: block;
}

.title-wrap,.news-wrap{
	width: 100%;
}

.title-wrap{
	display: flex;
	margin-bottom: 40px;
	align-items: center;
    justify-content: space-between;
	}

.top-news .com-news-list.-wrap-link ul li > a {
	padding-left: 0;
	padding-right: 0;
    }


.more a {
    padding: 4px 15px;
	}


}

.sns-wrap{
	text-align: center;
}

.sns-title{
	margin: 30px auto 30px auto;
    max-width: 270px;
	width: 100%;
}

@media screen and (max-width: 900px) {
.sns-title {
    margin: 0px auto 30px auto;
}
}


@media screen and (max-width: 680px) {
.sns-title {
    margin: 0px auto 10px auto;
}
}


@media screen and (max-width: 480px) {
.sns-wrap {
        max-width: 330px;
    }

.sns-title {
    max-width: 200px;
}

}

@media screen and (max-width: 420px) {
.sns-wrap {
        max-width: 270px;
    }
}


.sns-title img{
	width: 100%;
}

ul.sns-icons{
	display: inline-flex;
    flex-wrap: wrap;
}

ul.sns-icons li{
	width: 46%;
	margin: 2%;
}

ul.sns-icons li img{
	border: 1px solid #808080;
	border-radius: 8px;
	width: 100%;
}




/* info-wrap
------------------------------------------------------------ */


.info-wrap {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 50px 30px 0 30px;
    display: flex;
	
}

.info-wrap table {
    width: 100%;
}

.info-wrap table td{
	vertical-align: top;
}


.td-left, .td-right {
    width: 50%;
    padding: 50px;
}

.td-left {
    background-color: #fef9e4;
    border-radius: 70px 0 0 0;
    text-align: center;
}

.td-right {
    background-color: #eefaff;
    border-radius: 0 70px 0 0;
    text-align: center;
}

.td-right iframe{
	height: 330px!important;
}


.td-right img{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.greeting-text{
	text-align: center;
	font-size: 90%;
	margin-top: 20px;
    line-height: 200%;
	margin-bottom: 30px;
}


.info-wrap .td-left h2,.info-wrap .td-right h2 {
	font-size: 190%;
    text-align: center;
    padding: 50px 0 20px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 35px;
}


.info-wrap .td-left h2 {
	background-image: url(../images/hours.png);
}

.info-wrap .td-right h2 {
    background-image: url(../images/logo_mark.png);
}

.shinryou{
	margin-bottom: 20px;
}

.shinryou-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.shinryou-text{
	text-align: center;
    font-size: 90%;
    line-height: 200%;
}


.shinryou-text p{
	font-weight: bold;
}

span.important{
	color: #fc7849;
}

.kyuushin-wrap{
	margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dotted #b3b3b3;
    display: flex;
    align-items: center;
}

.kyuushin-l{
	width: auto;
    padding-right: 20px;
}

.kyuushin-l img{
	width: 100%;
	max-width: 80px;
}

.kyuushin-r{
	text-align: left;
}

.doctor{
	width: 100%;
    background-color: #fff;
    border: 1px solid #43aff7;
    border-radius: 6px;
    font-weight: bold;
/*    padding: 20px;*/
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.doctor-l{
	color: #43aff7;
	padding: 20px 30px;
	border-right: 1px solid #43aff7;
	font-size: 110%;
}

.doctor-r{
	text-align: left;
	padding: 20px 30px;
}

.doctor-r-am,.doctor-r-pm{
	margin: 10px 0;
}

.doctor-r-am span,.doctor-r-pm span{
	color: #fff;
    text-align: center;
    background-color: #43aff7;
    padding: 1px 12px;
    margin-right: 12px;
    letter-spacing: 2px;
    display: inline-block;
    font-size: 90%;
    line-height: 160%;
    border-radius: 3px;
}

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

.doctor-l {
    padding: 20px 20px;
    font-size: 90%;
}

.doctor-r {
    padding: 10px 20px;
    font-size: 90%;
}

.td-right img {
    max-width: 350px;
}

.greeting-text {
    line-height: 170%;
        text-align: center;
        margin-bottom: 30px;
}

}

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


.td-right {
    border-radius: 0 40px 0 0;
}

.td-left {
    border-radius: 40px 0 0 0;
}

.shinryou {
    margin-bottom: 30px;
}

}



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

.td-left, .td-right {
    padding: 40px 40px;
}

}



@media screen and (max-width: 1040px) {
.doctor {
    	display: block;
	    padding: 20px;
}


.doctor-l {
        padding: 0px 20px 0px 20px;
        font-size: 110%;
        /* border-bottom: 1px solid #43aff7; */
        border-right: none;
    }

.doctor-r {
        padding: 3px 0 0px 0;
    }

.doctor-r-am{
	padding-bottom: 10px;
	border-bottom: 1px dotted #b3b3b3;
	}

.doctor-r-pm {
    margin: 10px 0 0 0;
}

}


@media screen and (max-width: 1000px) {
.info-wrap {
    padding: 50px 0 0 0;
}
}




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

.info-wrap {
    display: block;
        padding: 20px 0 0 0;
}


.info-wrap .td-left h2, .info-wrap .td-right h2 {
    font-size: 220%;
	}


.info-wrap table td {
    vertical-align: top;
    display: block;
	width: 100%;
}



.td-left, .td-right {
    width: 100%;
	padding: 60px 40px;
	}


.td-left{
	border-radius: 40px 40px 0 0;
	}

.td-right{
	border-radius: 0;
	}


 .shinryou, .shinryou-text, .info-wrap .td-left h2, .info-wrap .td-right h2, p.greeting-text{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	}

.doctor{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	font-size: 100%;
	}

.doctor-l {
        font-size: 150%;
	}



.info-wrap .td-left h2, .info-wrap .td-right h2 {
    margin-bottom: 40px;
	}

.shinryou {
        margin-bottom: 30px;
    }

p.greeting-text {
    margin-top: 40px;
    font-size: 90%;
}

.doctor {
    margin-top: 30px;
	}

}


@media screen and (max-width: 720px) {
    .shinryou, .shinryou-text, .info-wrap .td-left h2, .info-wrap .td-right h2, p.greeting-text {
        max-width: 500px;
    }
}



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

.td-left, .td-right {
        padding: 60px 30px;
    }

.shinryou-text {
    font-size: 110%;
    text-align: center;
}

}



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

.info-wrap .td-left h2, .info-wrap .td-right h2 {
        font-size: 200%;
    }

.td-left, .td-right {
        padding: 40px 30px;
    }

.info-wrap .td-left h2, .info-wrap .td-right h2 {
        margin-bottom: 25px;
    }



.shinryou {
        margin-bottom: 20px;
    }

.shinryou-text {
        font-size: 90%;
    }

}



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


.td-left, .td-right {
        padding: 40px 30px;
    }

.shinryou-text {
        letter-spacing: 0;
    }
}





/*alignment*/


.alignment{
	padding: 80px 0;
	background-color: #eefaff;
}

.alignment-wrap-list{}


.alignment-wrap-list ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* max-width: 820px; */
    margin: 0 auto;
}


.alignment-wrap-list ul li{
	text-align: center;
    padding: 20px;
    width: 30%;
    background-color: #fff;
    margin: 15px;
    /* box-shadow: 0 0 5px #626262; */
    border-radius: 10px;
    box-shadow: 0 0 5px #bcbcbc;
    transition: all 0.2s ease-in-out;
}

.alignment-wrap-list ul li .thumb{
	margin-bottom: 20px;
    padding-bottom: 20px;
    display: block;
    border-bottom: 2px #d2d2d2 dotted;
}

.alignment-wrap-list ul li .thumb img {
    width: 100%;
    max-width: 300px;
}


.alignment-wrap-list ul li .title{
	display: none;
}

.alignment-wrap-list ul li a{
	text-decoration: none;
	color: #4d4d4d;
}

.alignment-wrap-list ul li .description{
	    font-size: 90%;
    line-height: 200%;
}


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

.alignment-wrap-list ul li {
    width: 40%;
}
}

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

.alignment-wrap-list ul li {
    width: 60%;
}
}



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

.alignment-wrap-list ul li {
    width: 80%;
}
}

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

	.alignment {
    padding: 50px 0;
}
}

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

.alignment-wrap-list ul li {
    width: 100%;
}
}

/*sns-wrap*/

.sns-wrap{
	text-align: center;
    padding: 40px 0;
	width: 100%;
}

.sns-title{
	margin: 30px auto 30px auto;
    max-width: 270px;
	width: 100%;
}

@media screen and (max-width: 900px) {
.sns-title {
    margin: 0px auto 30px auto;
}
}


@media screen and (max-width: 680px) {
.sns-title {
    margin: 0px auto 10px auto;
}
}



.sns-title img{
	width: 100%;
}

ul.sns-icons{
	display: inline-flex;
    flex-wrap: wrap;
	justify-content: center;
}

ul.sns-icons li{
	width: 15%;
    margin: 3%;
}

ul.sns-icons li img{
	border: 1px solid #808080;
	border-radius: 8px;
	width: 100%;
}



@media screen and (max-width: 800px) {
	ul.sns-icons li {
    width: 21%;
    margin: 2%;
}
}

@media screen and (max-width: 500px) {
	
	
ul.sns-icons {
        max-width: 300px;
    }
	
ul.sns-icons li{
	width: 46%;
	margin: 2%;
}
	}



.p-link {
/*    margin: 20px 0 0 0;*/
    font-weight: bold;
    display: inline-block;
    padding: 6px 40px 6px 15px;
    border: 1px solid #43aff7;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fff;
    color: #43aff7;
    background-image: url(../images/arrow_y.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 6px;
	transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 860px) {
.p-link {
	margin: 20px 0 0 0;
}
}

.p-link:hover {
	background-position: right 12px center;
}

.p-link a{
	text-decoration: none;
}

/*top-bottomPict*/
.top-bottomPict {
    display: block;
    width: 100%;
    height: 550px;
}
@media screen and (max-width: 1000px) {
    .top-bottomPict {
        height: 400px;
    }
}
@media screen and (max-width: 720px) {
    .top-bottomPict {
        height: 280px;
    }
}
.top-bottomPict > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}