@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
*{
	margin: 0;
	padding: 0;
}
body{
	line-height: 1.5;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif ;
    word-break: break-all;
}
a{
	text-decoration: none;
}
ol, ul, li {
  list-style: none;
}
img{
	max-width: 100%
}
/* Common */

.pc {
  display: block;
}
.sp,
.sp-480 {
  display: none;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.font-type01{
	font-family: 'ヒラギノ明朝 ProN W3', serif;
}
.left{
	float: left;
}
.right{
	float: right;
}
.img-align{
	display: block;
	margin: 0 auto
}
.inner{
	width: 1200px;
	margin: 0 auto;
}
#totop{
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: 2px #fff solid;
	border-radius: 5px;
	background: #cb000d url(../images/page-top.png) no-repeat center center;
	background-size: 54px;
	cursor: pointer;
	z-index: 9996;
	text-indent: -9999px;
	opacity: 0;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
}
#totop.active{
	opacity: 1
}
.wrapper{
	margin-top: 163px;
}
#main-conts{
	padding-top: 0;
	padding-bottom: 0;
}
/*main slider*/
.slider-box{
	width: 100%;
	position: relative;
	float: inherit;
	padding-right: 0;
}
.slider-box.demo-1 {
	height: calc(100% - 65px);
	position: absolute;
	top: 0;
}
/*header*/
.wrap-header{
	overflow: hidden;
	margin-bottom: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    border-bottom: 1px #d0d0d0 solid;
}
.wrap-header .header-top{
	background: #c40000;
	border-top: 5px #F0CA69 solid;
	border-bottom: 5px #F0CA69 solid;
	height: 90px;
	overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.wrap-header .header-top .inner{
	position: relative;
}
.wrap-header .header-top .left-box{
	width: 540px;
	float: left;
	padding: 7px 0;
}
.wrap-header .header-top .left-box p{
	color: #fff;
	float: right;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
    text-shadow: 1px 1px 1px #000;
}
.wrap-header .header-top .logo{
	width: 292px;
	float: left;
	display: block;
    z-index: 9999;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.wrap-header .header-top .logo img{
	display: block;
	width: 100%;
}
.wrap-header .header-top .right-box{
	float: right;
}
.wrap-header .header-top .right-box .top-sns{
	float: left;
	padding: 26px 0;
}
.wrap-header .header-top .right-box .top-sns a:last-child img{
	margin-right: 20px;
}
.wrap-header .header-top .right-box .top-sns img{
	float: left;
	width: 48px;
	margin-right: 13px;
	opacity: 1;
	box-sizing: border-box;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.wrap-header .header-top .right-box .top-sns img:hover{
	opacity: 0.8;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.wrap-header .header-top .right-num{
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    text-align: right;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    margin: 12px 0;
    /*border-left: 1px #fff solid;*/
    text-shadow: 1px 1px 1px #000;
}
.wrap-header .header-top .right-num span{
    display: inline-block;
    font-weight: bold;
    font-size: 29px;
    background: url(../images/call.png) no-repeat left 7px;
    background-size: 30px;
    padding-left: 35px;
    text-decoration: none !important;
}
.wrap-header .header-top .right-num2{
    float: right;
    padding-left: 15px;
    padding-right: 5px;
    color: #fff;
    text-align: left;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    margin: 12px 0;
    border-left: 1px #fff solid;
    text-shadow: 1px 1px 1px #000;
	font-size: 12px;
}
.header-bottom {
	background: #fff;
}
.header-bottom ul li{
	float: left;
	/*width: calc(100% / 7);*/
	width: 14.28%;
	text-align: center;
	list-style: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
}
.header-bottom ul li:first-child a:before{
	display: none;
}
.header-bottom ul li:hover a:before{
	display: none;
}
.header-bottom ul li a:before{
	content: "";
	display: block;
	position: absolute;
	left: -7px;
	width: 10px;
	height: 43px;
	background: url(../images/slash02.png) no-repeat left center;
	background-size: 10px;
}
.header-bottom ul li a{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	display: block;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	padding: 10px 0;
}
.header-bottom ul li a span{
	display: block;
	font-size: 12px;
	text-align: center;
	color: #c40000;
	font-weight: normal;
}


.wrap-header.shrink {
    /*height: 93px;*/
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.wrap-header.shrink .header-top{
	height: 0;
	border: none;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.wrap-header.shrink .header-bottom{
	/*background: #c40000;*/
    border-top: 5px #F0CA69 solid;
    border-bottom: 5px #F0CA69 solid;
}
.wrap-header.shrink .header-bottom ul li a:before{
	background: url(../images/slash03.png) no-repeat left center;
	background-size: 10px;
}
/*.wrap-header.shrink .header-bottom ul li:hover {
	background: #fff;
}
.wrap-header.shrink .header-bottom ul li:hover a{
	color: #c40000;
}
.wrap-header.shrink .header-bottom ul li a{
	color: #fff;
}
.wrap-header.shrink .header-bottom ul li a span{
	color: #000;
}*/

.slider-logo{
	display: none;
}
.header-bottom ul li:hover{
	background: #c40000;
    -webkit-transform:skewX(-14deg);
    -moz-transform:skewX(-14deg);
    transform:skewX(-14deg);

}
.header-bottom ul li:hover a{
	color: #fff;
}
.header-bottom ul li:hover span{
	color: #000;
}
#sp-header{
	display: none;
}
.logo-sp{
	display: none;
}

.breadcrumb{
    font-size: 13px;
    margin-bottom: 20px;
}
.breadcrumb a{
	color: #000;
}
.breadcrumb a:hover{
	text-decoration: underline;
	color: #f00;
}
.breadcrumb span{
	font-weight: bold;
}
.contents{
	padding: 20px 0 50px;
}
.container{
	width: 900px;
	float: left;
	padding-right: 50px;
	box-sizing: border-box;
}
.side-bar{
	width: 300px;
	float: right;
	overflow: hidden;
}
.search{
	border: 2px #c40000 solid;
	overflow: hidden;
	margin-bottom: 20px
}
.search input{
	width: 80%;
	float: left;
	box-sizing: border-box;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 5px
}
.search button{
    width: 100%;
    height: 37px;
    border: none;
    float: right;
    background: #c40000;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*----------
google custom search
----------*/

.search-box .search{
	height: 37px !important;
	border-color: #c40000;
}
.gsc-control-cse{
	padding: 0 0 0 5px !important;
	border: none !important;
}
form.gsc-search-box,
table.gsc-search-box{
	margin-bottom: 0 !important
}
.gsib_a{
	padding: 0 !important;
	margin: 0
}
table.gsc-search-box{
	width: 101% !important;
}
table.gsc-search-box td{
	vertical-align: top !important;
}
.gsst_a{
	padding-top: 5px !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus{
	box-shadow: none !important
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus{
	height: 35px !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input{
	height: 35px !important;
	padding-right: 0 !important
}


.gsc-search-button input{
    margin: 0 !important;
    width: 70px !important;
    padding: 10px 27px !important;

}
.side-bar .menu-title{
	background: #C40000;
	color: #fff;
	background-position: 97% center;
	background-size: 19px;
	font-weight: bold;
	text-align: left;
	height: 35px;
	line-height: 36px;
	position: relative;
	padding: 5px 10px;
	border-bottom: 1px #fff solid;
}
.side-bar .menu-title a{
	color: #fff;
    width: 100%;
    display: inline-block;
}
.side-bar .menu-title i{
    position: absolute;
    right: 8px;
    font-size: 39px;
    line-height: 35px;
    cursor: pointer;
}


.side-bar .menu-list{
	background: #fff;
	box-sizing: border-box;
	height: 46px;
	overflow: hidden;
  -webkit-transition: height 0.5s ease;
     -moz-transition: height 0.5s ease;
       -o-transition: height 0.5s ease;
      -ms-transition: height 0.5s ease;
          transition: height 0.5s ease;
}
.side-bar .menu-list.on{
	height: auto;
}
.side-bar .menu-list.on .menu-title{
	background: #f9ac0a;
}
.side-bar .menu-list.side-top{
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}
.side-bar .menu-list.side-bottom{
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	border-bottom: 1px #c40000 solid;
	margin-bottom: 30px;
}
.side-bar .menu-list.side-bottom.on{
	border-bottom: none;
}
.side-bar .menu-list ul{
	padding: 10px 20px;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
}
.side-bar .menu-list ul li{
	padding: 6px 0;
    border-bottom: 1px #797979 dotted;
}
.side-bar .menu-list ul li:last-child{
	border-bottom: none;
}
.side-bar .menu-list ul li a{
	color: #000;
	font-size: 14px;
	position: relative;
}
.side-bar .menu-list ul li a i{
	padding-right: 5px;
}
.side-bar .menu-list ul li a:hover{
	text-decoration: underline;
}

.side-bar iframe{
	margin-bottom: 20px;
}
.side-bar .banner-list img{
	display: block;
	margin-bottom: 10px
}

.wrap-title{
	text-align: center;
    border-bottom: 1px #c40000 solid;
    margin-bottom: 50px;
    padding: 0 !important
}
.title{
	font-size: 32px;
	font-family:  'ヒラギノ明朝 ProN W3', serif;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
    border-bottom: 4px #c40000 solid;
    padding: 5px 50px;
    min-width: 350px;
}
.title span{
	background: #C40000;
	border-radius: 50%;
	font-size: 30px;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	float: left;
	margin-right: 5px;
}
.pc-slider{
	display: block;
	margin-top: 215px;
}
.sp-slider{
	display: none;
}
.pre-flexslider-container{
	position: relative;
	margin-bottom: 45px
}
.loader-icon{
	position: absolute;
	top: 60%;
	left: 50%;
	margin-left: -16px
}
.main-flexslider-container{
	margin-bottom: 50px;
	position: relative;
}
.custom-navigation{
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 100%
}
.flex-prev{
    position: absolute;
    left: 15px;
}
.flex-next{
    position: absolute;
    right: 15px;
}
/*治療一覧*/
.wrap-clinic-menu{
	margin-top: 120px;
}
.clinic-menu {
	border-bottom: 1px #e5e5e5 solid;
	/*margin-bottom: 100px;*/
}
.clinic-menu li {
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
	text-align: center;
	padding: 35px 20px 55px;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
	transition: box-shadow 0.2s ease;
}

.clinic-menu li:nth-child(4n),
.clinic-menu li:nth-child(10) {
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.1);
}
.clinic-menu li:nth-child(9),
.clinic-menu li:nth-child(10){
	width: 50%;
}
.clinic-menu li:hover {
	z-index: 1;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 5px 25px rgba(0,0,0,0.2) !important;
}

.clinic-menu li p{
	font-family: 'ヒラギノ明朝 ProN W3', serif;;
	font-size: 22px;
	z-index: 1;
}
.clinic-menu li .en-tit{
	font-size: 12px;
}
.clinic-menu li div{
	font-size: 14px;
	z-index: 1;
	padding-bottom: 10px;
	border-bottom: 1px #f1f1f1 solid;
	display: none;
}
.clinic-menu li figure{
	width: 88px;
	height: 88px;
	margin: 25px auto;
	z-index: 1;
}
.clinic-menu li figure img{
	width: 60px;
	padding-top: 15px;
}
.clinic-menu li .circle {
	position: absolute;
	top: 112px;
	left: 0;
	right: 0;
	width: 88px;
	height: 88px;
	margin: 0 auto;
	z-index: -1;
	border-radius: 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s cubic-bezier(.17,.84,.44,1) 0s;
}

.clinic-menu li:hover .circle {
	-webkit-transform: scale(8);
	-moz-transform: scale(8);
	transform: scale(8);
	transition: all 0.3s cubic-bezier(.47,0,.74,.71) 0s;
}
.clinic-menu li a{
	color: #000;
	transition:  0.3s cubic-bezier(.17,.84,.44,1) 0s;
}
.clinic-menu li a:hover {
	color: #fff;
}
.clinic-menu li:nth-child(1) .circle { background-color: #FF1B1B; }
.clinic-menu li:nth-child(2) .circle { background-color: #ffb61b; }
.clinic-menu li:nth-child(3) .circle { background-color: #67a512; }
.clinic-menu li:nth-child(4) .circle { background-color: #2e439f; }
.clinic-menu li:nth-child(5) .circle { background-color: #386000; }
.clinic-menu li:nth-child(6) .circle { background-color: #cb5710; }

.clinic-menu li:nth-child(7) .circle { background-color: #10cbcb; }
.clinic-menu li:nth-child(8) .circle { background-color: #ee7d2e; }
.clinic-menu li:nth-child(9) .circle { background-color: #004E4E; }
.clinic-menu li:nth-child(10) .circle { background-color: #9513ab; }

.clinic-menu li:nth-child(1) a:hover .circle { background-color: #FF4D4D; }
.clinic-menu li:nth-child(2) a:hover .circle { background-color: #ffc241; }
.clinic-menu li:nth-child(3) a:hover .circle { background-color: #70b117; }
.clinic-menu li:nth-child(4) a:hover .circle { background-color: #2e439f; }
.clinic-menu li:nth-child(5) a:hover .circle { background-color: #477901; }
.clinic-menu li:nth-child(6) a:hover .circle { background-color: #f5792d; }

.clinic-menu li:nth-child(7) a:hover .circle { background-color: #2bcece; }
.clinic-menu li:nth-child(8) a:hover .circle { background-color: #fd8c3d; }
.clinic-menu li:nth-child(9) a:hover .circle { background-color: #006565; }
.clinic-menu li:nth-child(10) a:hover .circle { background-color: #ba2ad2; }

.clinic-menu li .more-btn{
	bottom: 17px;
}
.clinic-menu li .more-btn:before{
	background: url(../images/arrow-grey.png) right center no-repeat;
	background-size: 14px 14px;
	top: 6px;
}
.clinic-menu li .more-btn span{
	font-weight: normal;
}
.clinic-menu li:hover .more-btn {
	padding-right: 70px;
	opacity: 1;
}
.clinic-menu li:hover .more-btn span{
	opacity: 1;
}
.wrap-sports01{
	margin: 120px auto;
}
.wrap-sports01 img{
	margin-top: 50px;
}
.wrap-sports02{
	display: none;
}
.dr-greeting,
.clinic-info{
	margin-top: 120px;
}
.dr-greeting .inner,
.clinic-info .inner{
	position: relative;
}
.dr-greeting img,
.clinic-info img{
	display: block;
}
.dr-greeting .bg-box p{
    position: absolute;
    width: 360px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.79);
    right: 0;
    bottom: 20px;
    padding: 15px;
}
.clinic-info .bg-box p{
    position: absolute;
    width: 360px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.79);
    left: 0;
    bottom: 25px;
    padding: 15px;
}
.bg-box p a{
	display: block;
	padding: 5px 0;
	width: 200px;
	margin: 10px auto 0;
	background: #cb000d;
	color: #fff;
	text-align: center;
}
.wrap-timetable{
	background: url(../images/bg.jpg) no-repeat right center;
	margin-top: 120px;
	background-size: 410px
}
.wrap-timetable .date{
	width: 41%;
	margin: 30px auto
}
.wrap-timetable .date .tel{
	color: #cb000d;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-top: 20px
}
.timetable{
	border-collapse:collapse;
	margin-bottom: 20px;
	margin: 0 auto;
	padding: 5px;
}
.timetable .bg-slash{
	background: #fff url(../images/table-slash.png) no-repeat center center;
	background-size: 16px;
}
.timetable .bg-circle{
	background: #fff url(../images/table-circle.png) no-repeat center center;
	background-size: 16px;
}
.timetable tr{
	border-bottom: 2px #c40000 solid;
}
.timetable th{
	padding: 16px 33px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	width: 12.5%;
}
.timetable th.day span{
	background: #c40000;
    border-radius: 50%;
    width: 32px;
    display: inline-block;
    height: 32px;
    line-height: 33px;
}
.timetable td{
    padding: 16px 6px;
    border-collapse: collapse;
    text-align: center;
    line-height: 14px;
   	background: #fff;
}
.timetable .time{
	font-size: 18px;
	line-height: 20px;
    background: #c40000;
    color: #fff;
    border-color: #fff;
}
.timetable .time.border{
	border-bottom: 2px #fff solid;
	border-top: 2px #c40000 solid;
}
.wrap-injection-list{
	margin-top: 120px;
	background: url(../images/bg02.webp) no-repeat center center;
	background-size: cover;
	padding: 120px 0 70px;
}
.wrap-injection-list .inner.cf{
	overflow: hidden;
}
.injection-info{
	text-align: center;
	margin-bottom: 80px
}
.injection-info p{
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px
}
.pain-img{
	width: 38%;
	position: relative;
}
.pain-img img{
	width: 100%;
}
.pain-list li{
    color: #000;
    font-weight: bold;
    position: absolute;
    font-size: 18px;
}
.pain-list li p{
	position: absolute;
    text-align: center;
    cursor: default;
}
.pain-list li p b{
	background: #fff;
    border-radius: 50%;
    border: 2px #c40000 solid;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 27px;
}
.pain-list li span{
	opacity: 0;
	width: 210px;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    transition: opacity 0.3s ease-out;
    cursor: default;
}
.pain-list li.on span{
    opacity: 1;
}
.pain-list li.on p b{
	border-color: #000;
}
.pain-list .pain-a p{
	left: 66px;
	top: 30px;
}
.pain-list .pain-a span{
    left: -78px;
    top: 32px;
}

.pain-list .pain-b p{
	left: 116px;
	top: 35px;
	z-index: 1;
}
.pain-list .pain-b span{
	left: -78px;
	top: -35px;
}

.pain-list .pain-c p{
	left: 31px;
	top: 40px;
}
.pain-list .pain-c span{
	left: -73px;
	top: -4px;
}

.pain-list .pain-d p{
	left: 62px;
	bottom: 26px;
}
.pain-list .pain-d span{
    left: -47px;
    top: 31px;
}

.pain-list .pain-e p{
    left: 150px;
    top: 38px;
}
.pain-list .pain-e span{
    left: -55px;
    top: 35px;
}

.pain-a{
    right: 13.5%;
    top: 30%;
    width: 36%;
    height: 53%;
}
.pain-a.on{
	background: url(../images/injection/area-a.png) no-repeat center center;
	background-size: contain;
}
.pain-b{
    top: 18%;
    left: 0;
    width: 65%;
    height: 46%;
}
.pain-b.on{
	background: url(../images/injection/area-b.png) no-repeat center center;
	background-size: contain;

}
.pain-c{
    left: 58%;
    top: 0;
    width: 20%;
    height: 14%;
    line-height: 96px;
}
.pain-c.on{
	background: url(../images/injection/area-c.png) no-repeat center center;
	background-size: contain;
}
.pain-d{
	right: 9%;
    top: 10%;
    width: 46%;
    height: 13%;
}
.pain-d.on{
	background: url(../images/injection/area-d.png) no-repeat center center;
	background-size: contain;
}
.pain-e{
    top: 20%;
    left: 0;
    width: 64%;
    height: 46%;
}
.pain-e.on{
	background: url(../images/injection/area-e.png) no-repeat center center;
	background-size: contain;
}
.pain-f{
    left: 30%;
    top: 40%;
}
.pain-f01{
    left: 20%;
    top: 54%;
}
.pain-f02{
    top: 15%;
    right: 22%;
}
.pain-txt{
	width: 62%;
	margin-top: 20px
}
.pain-txt li{
	width: 32%;
	margin-right:2%;
	margin-bottom: 45px;
	border: 2px #CB000D solid;
	border-radius: 50%;
	height: 195px;
	float: left;
	box-sizing: border-box;
	text-align: center;
    padding: 20px 10px 10px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
}
.pain-txt li:nth-child(3n){
	margin-right: 0
}
.pain-txt li a{
	display: block;
	overflow: hidden;
}
.pain-txt p{
	font-size: 20px;
	border-bottom: 2px #CB000D solid;
	font-weight: bold;
	color: #CB000D
}
.pain-txt div{
	color: #CB000D;
	padding: 10px;
}
.pain-txt li.on{
	background: #CB000D;
}
.pain-txt li.on p{
	color: #fff;
	border-bottom-color: #fff
}
.pain-txt li.on div{
	color: #fff
}
.pain-txt li:before{
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    background: #CB000D;
    color: #fff;
    border-radius: 50%;
    line-height: 43px;
    font-size: 22px
}
/*.pain-txt li div span{
	display: none;
}
.pain-txt li.on div span{
    font-size: 12px;
    padding: 3px;
    margin: 5px auto 0;
    display: block;
    width: 98px;
    background: #ffb61b;
    color: #c40000;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    border: 2px #fff solid;
}*/

.more-btn{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	width: 100%;
	height: 24px;
	margin: auto;
	text-align: center;
	line-height: 24px;
	overflow: hidden;
	opacity: 0.5;
	z-index: 1;
	-webkit-transition: all 0.25s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	-moz-transition: all 0.25s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	transition: all 0.25s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}
.more-btn:before {
	position: absolute;
	top: 6px;
	left: 50%;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	content: "";
	opacity: 1;
	border-radius: 50%;
	background: url(../images/arrow-white.png) right center no-repeat;
	background-size: 14px 14px;
}

.more-btn span {
	font-size: 12px;
	opacity: 0;
	padding-right: 20px;
	color: #fff;
	font-weight: bold;
	transition: all 0.25s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}

.pain-txt li:hover .more-btn {
	padding-right: 70px;
	opacity: 1;
}
.pain-txt li:hover .more-btn span{
	opacity: 1;
}

.a-txt:before{
	content: "A";
}
.b-txt:before{
	content: "B";
}
.c-txt:before{
	content: "C";
}
.d-txt:before{
	content: "D";
}
.e-txt:before{
	content: "E";
}
.f-txt:before{
	display: none;
}
.g-txt:before{
	display: none;
}
.h-txt:before{
	display: none;
}
.h-txt p{
	padding: 16px 0
}

.pain-txt .list-bottom{
	padding-top: 45px;
	border-top: 2px #000 dashed;
}


.wide-img{
	width: 100%;
}
.service{
	background: url(../images/bg03.webp) no-repeat center center;
	background-size: cover;
	padding: 120px 0 0;
}
.service-info{
	text-align: center;
	margin-bottom: 50px
}
/*.service-list{
	margin-bottom: 150px
}*/
.service-list li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.service-list li:nth-child(3n){
	margin-right: 0
}
.service-list li:nth-child(7),
.service-list li:nth-child(8),
.service-list li:nth-child(9){
	margin-bottom: 0;
}
.service-list li:hover span img{
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
}
.service-list li span:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
}
.service-list li:hover span:after{
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
}
.service-list li:hover p{
	background: #ffc025;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
}
.service-list li span{
	display: block;
	overflow: hidden;
	position: relative;
}
.service-list li img{
	display: block;
	width: 100%;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
}
.service-list li p{
	text-align: center;
	background: #cb000d;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
}
.group{
	max-width: 865px;
	margin: 120px auto 0;
}
.group-tit{
	font-size: 32px;
	font-family:  'ヒラギノ明朝 ProN W3', serif;
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
}
.group .left{
	width: 30%
}
.group .right{
	width: 68%;
	padding: 0 15px;
	box-sizing: border-box;
	line-height: 30px;
}
/*2階層*/
.sub-title02{
	padding: 15px 10px 10px;
    color: #000;
    background: #f4f4f4;
    border-left: solid 7px #c40000;
    border-bottom: solid 5px #d2d2d2;
    text-align: center;
    border-top: 1px #e4e4e4 solid;
    border-right: 1px #e4e4e4 solid;
    margin-top: 100px;
}
.m0t{
	margin-top: 0 !important;
}
.m30t{
	margin-top: 30px !important;
}
.m30b{
	margin-bottom: 30px !important;
}
.m50t{
	margin-top: 50px !important;
}
.m50b{
	margin-bottom: 50px !important;
}
.p30t{
	padding-top: 30px !important;
}
.more{
	background: #cb000d;
	color: #fff;
	text-align: center;
	display: block;
	width: 200px;
	padding: 0 20px;
    height: 46px;
    line-height: 46px;
	margin: 50px auto;
	font-weight: bold;
}
.access{
	margin-top: 120px;
}
.access .logo-box{
	width: 865px;
	margin: 0 auto;
}
.access .inner{
	margin-bottom: 50px
}
.access .left{
	width: 50%;
}
.access .logo-box .left img{
	display: block;
	width: 100%;
}
.access .logo-box .left img:hover{
	opacity: 0.8;
}
.access .right{
	width: 45%;
}
.access .right span{
	font-weight: bold;
	color: #EB0000;
}
.access #map{
	width: 100%;
	height: 600px;
}
.wrap-news{
	margin: 120px auto ;
}
#news-iframe{
	width: 100%;
	height: 250px;
	overflow: scroll;
}
.news{
	border-bottom: 1px #cb000d solid;
	/*padding-bottom: 50px;*/
}
.news-list{
	width: 865px;
	margin: 0 auto;
}
.news-list li a{
	color: #000;
}
.news-list li{
	padding-bottom: 10px
}
.news-list li span{
	padding-right: 15px;
	float: left;
	width: 15%;
	box-sizing: border-box;
}
.news-list li p{
	float: right;
	width: 85%;
}

/*top information*/
.wrap-top-info{
	background: #c40000;
    padding: 10px 0;
    border-top: 1px #fff solid;
}
.wrap-top-info .inner{
	height: 45px;
}
.wrap-top-info .inner iframe{
	width: 100%;
	height: 45px;
	overflow: hidden;
}


.footer{
	background: #eaeaea;
	padding-top: 15px;
}
.right-copy{
	width: 43% !important
}
.right-copy img{
	width: 35px;
	display: block;
	float: left;
	padding-left: 10px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.right-copy img:hover{
	opacity: 0.8;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

}
.right-copy p{
	padding-bottom: 0 !important;
	/*padding-right: 15px;*/
	line-height: 40px;
}

.footer div.left,
.footer div.right{
	width: 50%;
}
/*.footer div.left .menu-box{
	padding-bottom: 25px;
}*/
.footer div.left .menu-box.top{
	height: 150px;
}
.footer div.right .menu-box.top{
	/*height: 281px;
	padding-bottom: 25px;*/
}
.footer div.right p{
	padding-bottom: 15px;
	font-size: 14px;
	text-align: right;
}

.footer a{
	color: #000;
	font-size: 14px;
}
.footer a:hover{
	text-decoration: underline;
}
.footer .menu-box{
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	padding-bottom: 20px;
}
.footer .top ul{
	width: 45%;
	margin-right: 5%
}
.footer .top ul:last-child{
	margin-right: 0;
	width: 50%;
}
.footer ul li{
	padding-left: 32px;
    background: url(../images/footer-icon02.png) no-repeat 16px center;
    background-size: 11px;
    line-height: 26px;
}
.footer ul li:first-child{
	border-bottom: 1px #404040 dotted;
	background: url(../images/footer-icon01.png) no-repeat left center;
    background-size: 14px;
    padding: 3px 0 3px 20px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}
.footer .bottom ul{
	width: 100%
}
.footer .bottom ul li{
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.footer .bottom ul li:first-child{
	width: 100%;
}
.footer .footer-info{
	margin-top: 64px;
	border-top: 1px #404040 dotted;
}
.footer .footer-info:last-child {
	margin-top: 0px;
}
.footer .footer-info div.bnr-right_txt {
	padding-top: 0.5em;
}
.footer .footer-info img{
	float: left;
	width: 45%;
	max-width: 268px;
	padding-top: 10px;
}
.footer .footer-info div{
	float: left;
	width: 55%;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 14px;
	padding-top: 0.5em;
}
.privacy{
	margin: 0 auto;
	line-height: 40px;
}
.privacy a{
	color: #fff;
}
.copy{
	background: #c40000;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-top: 5px #f0ca69 solid;
	padding: 10px;
}

.br-950,
.br-1200{
	display: none;
}
.comingsoon{
	font-size: 30px;
	text-align: center;
	margin: 150px auto;
	font-style: italic;
	color: #f00;
	font-weight: bold;
}





/*media query*/




@media screen and (max-width: 1500px) {
	.header-bottom ul li a span{
		line-height: 18px;
	}

}


@media(max-width:1200px){
	.br-1200{
		display: block;
	}
	.wrapper{
		width: 100%;
	}
	.inner{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.container{
		width: 70%;
		padding-right: 30px;
	}
	.side-bar{
		width: 30%;
	}
	.wrap-header .header-top .inner{
		padding: 0 10px;
	}
	.wrap-header .header-top .inner .logo{
		width: 285px !important;
	}
	.header-bottom .inner{
		padding: 0 10px;
	}
	.wrap-top-info .inner{
		padding: 0 10px;
	}
	.title{
		min-width: auto;
	}
	.sub-title02{
		font-size: 20px;
	}
	.clinic-menu li div{
		border-bottom: none;
	}
	.wrap-timetable{
		background-position: right bottom;
		background-size: 242px;
	}
	.wrap-timetable .date{
		width: 54%;
	}
	.wrap-timetable .date p{
		text-shadow: 1px 1px 1px #fff;
	}
	.clinic-menu {
		border-bottom: none;
	}
	.clinic-menu li{
		padding: 40px 10px;
	}
	.clinic-menu li:nth-child(5) p,
	.clinic-menu li:nth-child(6) p,
	.clinic-menu li:nth-child(7) p{
		letter-spacing: -2px;
	}
	.clinic-menu li:nth-child(9),
	.clinic-menu li:nth-child(10){
		border-bottom: 1px #e5e5e5 solid;
	}
	.clinic-menu li:nth-child(9){
		padding-top: 15px;
	}
	.clinic-menu li .circle{
		top: 120px;
	}
	.clinic-menu li figure{
		margin: 30px auto 0;
	}
	.clinic07 a,
	.clinic09 a{
		padding: 30px 0 30px 7px !important;
	}
	.dr-greeting,
	.clinic-info{
		/*margin-bottom: 100px;*/
	}
	.dr-greeting .wrap-title,
	.clinic-info .wrap-title{
		width: calc(100% - 20px);
	}
	.dr-greeting .bg-box p,
	.clinic-info .bg-box p{
		position: inherit;
		right: inherit;
		bottom: inherit;
		width: 100%;
		padding: 10px 0 0 0;
	}
	.pain-txt p{
		font-size: 16px;
	}
	.k-txt p{
		padding: 14px 0 12px
	}
	.pain-txt div{
		font-size: 12px;
	}
	.service-list li{
		width: 32%;
		margin-right: 2%
	}
	.service-list li img{
		width: 100%
	}
	.group .right{
		padding: 0 0 0 15px;
	}
	.access .logo-box{
		width: 100%
	}
	.access .logo-box .left{
		width: 48%;
	}
	.access .logo-box .left img{
		width: 100%
	}
	.news-list{
		width: 100%
	}
	.footer ul li{
		padding-left: 15px;
		background-position: left center;
	}
	.copy{
		padding: 0
	}
	.right-copy{
		width: 68% !important
	}


}
@media only screen and (max-width: 1180px){
	.search button{
		height: 48px;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
	.container .pain-txt p{
		font-size: 14px !important;
	}
	.container .pain-img{
		width: 33% !important;
	}
	.container .pain-txt{
		width: 67% !important;
	}
	.container .pain-txt li{
		padding-top: 14px !important;
	}
	.container .pain-txt li:before{
	    width: 30px;
	    height: 30px;
	    top: -15px;
	    margin-left: -15px;
	    line-height: 33px;
	    font-size: 16px;
	}
	.container .pain-txt div{
		font-size: 11px !important;
	}
	.footer div.left{
		width: 40%;
	}
	.footer div.right{
		width: 60%;
	}
}

@media(max-width:950px){
	.br-950{
		display: block;
	}
	.wrapper{
		margin-top: 0;
		padding-top: 70px;
	}
	.wrap-header{
		display: none;
	}
	#sp-header{
		display: block;
		overflow: hidden;
	}
	/*.slider-logo{
		margin: 30px auto 0;
	    display: block;
	    width: 230px;
	}*/
    #header{
    	height: 70px;
    	background: #c40000;
	    position: fixed;
	    width: 100%;
	    top: 0;
	    z-index: 9999;
	    box-shadow: 0 1px 4px #525252;
    }
    #header .logo-sp{
    	display: block;
		width: 210px;
		margin: 11px auto;
    }

	/*mobile header overlay*/

    #header .toggle-button{
		display: block;
		position: absolute;
		padding: 14px 10px 30px 7px;
		top: 0;
		right: 0;
		height: 23px;
		width: 48px;
		cursor: pointer;
		z-index: 9999;
		background: #c40000;
		box-sizing: initial;
    }
    #header .toggle-button p{
		font-size: 12px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding-top: 7px;
    }
	.bar {
	    background-color: #fff;
	    display: block;
	    width: 100%;
	    height: 5px;
	    border: 0;
	    -webkit-transition: all .35s ease;
	    transition: all .35s ease;
	}
	.bar + .bar {
	    margin-top: 4px;
	}
	.middle {
	    top: 11px;
	}
	.bottom {
	    top: 22px;
	}
	.toggle-active{
	    background: none
	}
	.toggle-active .bar {
	    background-color: #fff;
	}
	.toggle-active .top {
	    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	}
	.toggle-active .middle {
	   opacity: 0;
	}
	.toggle-active .bottom {
	    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	}
	.menu-txt{
	    font-size: 10px;
	    width: 42px;
	    text-align: center;
	    color: #105fac;
	    font-weight: bold;
	    margin-top: 2px;
	}
	.toggle-active .menu-txt{
	    color: #fff;
	}
	.overlay {
	    position: fixed;
	    background: #c40000;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 0;
	    visibility: hidden;
	    opacity: 0;
	    transition: opacity .35s, visibility .35s, height .35s;
	    -webkit-transition: opacity .35s, visibility .35s, height .35s;
	}
	.nav-active {
	    opacity: 1;
	    visibility: visible;
	    height: 100%;
	    z-index: 9998;
	    /*    max-height: 340px;*/
	}
	.overlay ul {
	    display: block;
	    position: relative;
	    top: 60px;
	    left: 0;
	    font-size: 16px;
	    text-align: center;
	    list-style: none;
	    padding: 10px;
	    overflow: hidden;
	}
	.overlay ul li {
	    display: block;
	    width: 50%;
	    float: left;
	    border-left: 1px #ffa7a4 solid;
	    border-top: 1px #ffa7a4 solid;
	    box-sizing: border-box;
	}
	.overlay ul li:first-child{
		width: 100%;
		border-top: none;
		border-left: none;
	}
	.overlay ul li:first-child a{
		padding-top: 0;
	}
	.overlay ul li:first-child img{
		width: 240px;
		display: block;
		margin: 0 auto;
	}
	.overlay ul li:nth-child(even){
		border-left: none;
	}
	.overlay ul li:nth-child(10),
	.overlay ul li:last-child{
		width: 100%;
		border-left: none;
	}
	.overlay ul li:last-child{
		border-top: none;
	}
	.overlay ul li i{
		padding-right: 10px;
	}
	.overlay ul .tel p{
		padding-bottom: 0 !important;
		font-size: 20px;
	}
	.overlay ul .tel a{
		padding-top: 0;
		font-size: 24px;
		text-decoration: underline;
		letter-spacing: 3px;
		font-weight: bold;
	}
	.overlay ul .btn{
	    width: 70%;
	    margin: 0 auto 15px;
	    padding-bottom: 0;
	    height: 45px;
	    line-height: 46px;
	    border-radius: 3px;
	    background: #fff url(../../images/next.png) no-repeat 90% center;
	    background-size: 12px;
	}
	.overlay ul .btn a{
	    color: #424242;
	    line-height: 20px;
	}
	.overlay ul li p,
	.overlay ul li a {
	    color: #fff;
	    text-decoration: none;
	    font-size: 14px;
	    padding: 15px 0;
	    display: block;
	    font-family: 'ヒラギノ明朝 ProN W3', serif;
	    font-weight: bold;
	}
	/*診療時間追加　囲みケイ　20210514*/
	.overlay ul li p.kakomi-k {
		border: 1px #ffa7a4 solid;
		padding: 10px;
		display: inline-block;
	}
	.fa-angle-right:before{
	    padding-left: 10px
	}
	.sp-submenu{
	    padding: 0 17px;
	    background: rgb(14, 61, 105);
	    /*margin-top: 22px;*/
	    height: 0;
	    visibility: hidden;
	    opacity: 0;
	    -webkit-transition: opacity .35s, visibility .35s, height .35s;
	    overflow: hidden;
	    margin-left: 0
	}
	.sp-submenu li{
	    width: 50%;
	    float: left;
	    padding: 10px 0 !important
	}
	.sp-submenu li a{
	    font-size: 13px
	}
	.open .sp-submenu{
	    opacity: 1;
	    visibility: visible;
	    margin-top: 15px
	}
	.open.sub01 .sp-submenu{
	    height: auto;
	}
	.open.sub02 .sp-submenu{
	    height: auto;
	}
	.open.sub03 .sp-submenu{
	    height: auto;
	}
	.open.sub04 .sp-submenu{
	    height: auto;
	}


    #header #access{
    	display: block;
		position: absolute;
		right: 76px;
		color: #fff;
		text-align: center;
		top: 11px;
		background:  #fff;
		border-radius: 3px;
		padding: 4px 5px;
	}
	#header #access:after{
	    content: "";
	    border-right: 1px #a90000 solid;
	    position: absolute;
	    right: -10px;
	    height: 49px;
	    top: 0;
	}
    #header #access i{
    	font-size: 26px;
    	color:  #c40000;
    }
    #header #access p{
    	font-size: 12px;
    	font-weight: bold;
    	color: #c40000;
    	line-height: 9px;
    	padding-top: 5px;
    }
    .slider-box.demo-1{
    	height: 100%;
    }

	.clinic-menu{
		border-bottom: none;
	}
	.clinic-menu li:nth-child(5),
	.clinic-menu li:nth-child(6),
	.clinic-menu li:nth-child(7),
	.clinic-menu li:nth-child(9){
		padding: 30px 10px 40px;
	}
	.clinic-menu li:nth-child(5) figure,
	.clinic-menu li:nth-child(6) figure,
	.clinic-menu li:nth-child(7) figure,
	.clinic-menu li:nth-child(9) figure{
		margin: 15px auto 0 !important;
	}
	.clinic-menu li:nth-child(9),
	.clinic-menu li:nth-child(10){
		border-bottom: 1px #e5e5e5 solid
	}
	.dr-greeting,
	.clinic-info{
		margin-top: 70px;
	}
}


@media(max-width:768px){
	body{
		font-size: 14px;
	}
	.pc {
	  display: none !important;
	}
	.sp,
	.sp-480 {
	  display: block;
	}
	.left,
	.right{
		float: inherit;
	}
	#header{
		margin-bottom: 0
	}
	.search{
		margin-bottom: 25px;
	}
	.pc-slider{
		display: none;
	}
	.sp-slider{
		display: block;
	}
	#main-conts{
		padding: 0;
	}
	.contents{
		padding: 10px;
	}
	.contents .main-flexslider-container{
		margin-bottom: 80px;
	}
	/*.contents .clinic-list{
		padding: 0 25px
	}*/
	.custom-navigation{
		margin-top: -6px;
	}
	.custom-navigation a img{
		width: 22px
	}
	.side-bar .menu-list ul{
		padding: 10px 15px;
	}
	.search button{
		width: 60px;
	}
/*	.clinic-list li{
		background-size: 60px;
		height: 170px;
	}
	.clinic-list li a{
		font-size: 16px;
		padding: 30px 5px 18px;
		font-size: 12px;
	}
	.clinic05 a,.clinic07 a, .clinic09 a{
		padding: 20px 5px 10px !important
	}
	.clinic-list li a span{
		border-bottom: none
	}
	.clinic-list li img{
		top: -21px;
		width: 70px
	}
	.clinic-list li p{
		font-size: 12px;
	}*/
	.wrap-clinic-menu{
		margin-top: 70px;
	}

	.clinic-menu li:nth-child(5) figure,
	.clinic-menu li:nth-child(6) figure,
	.clinic-menu li:nth-child(7) figure{
		margin-top: 0;
	}
	.clinic-menu li p{
		font-size: 20px;
	}
	.wrap-title{
		margin-bottom: 30px
	}
	.title{
		min-width: inherit;
    	font-size: 22px;
    	padding: 5px 20px
	}
	.clinic-info .left,
	.clinic-info .right{
		width: 100%
	}
	.clinic-info a{
		padding-top: 0;
		line-height: 50px;
		font-weight: bold;
	}
	.wrap-timetable{
		background-size: 40%;
		margin: 70px auto 0;
	}
	.wrap-timetable .date{
		width: 100%;
		text-align: center;
	}
	.timetable{
		width: 100%;
		max-width: 480px;
	}
	.timetable th{
		padding: 10px;
		font-size: 14px;
	}
	.timetable td{
		padding: 15px 0;
		font-size: 14px;
	}
	.timetable .time{
		line-height: 19px;
		font-size: 14px;
	}
	.timetable .bg-circle,
	.timetable .bg-slash{
		background-size: 14px;
	}
	.wrap-injection-list{
		padding: 50px 0 20px;
		margin-top: 70px;
	}
	.pain-img{
		display: none;
	}
	.pain-txt.sp{
		width: 480px !important;
		margin: 0 auto;
	}
	.pain-txt.sp li{
		width: 148px;
		height: 148px;
		padding-top: 40px !important;
	}
	.pain-txt.sp .g-txt{
		padding-top: 54px !important
	}
	.pain-txt.sp .h-txt{
		padding-top: 46px !important;
	}
	.pain-txt p{
		border-bottom: none;
		font-size: 16px;
	}
	.pain-txt p img{
		width: 16px;
		display: block;
		position: absolute;
		bottom: 7px;
		left: 50%;
		margin-left: -8px;
	}
	.pain-txt li:before{
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: -15px;
		background: #CB000D;
		color: #fff;
		border-radius: 50%;
		line-height: 33px;
		font-size: 18px;
	}
	.pain-txt p{
		line-height: 21px;
	}
	.pain-txt .list-bottom li{
		margin-bottom: 0;
	}
	.sp-modal .left{
		width: 120px;
		margin: 0 auto;
	}
	.sp-modal .left img{
		width: 100%;
	}
/*	.sp-modal .right{
		width: 62%;
		float: right;
	}*/
	.sp-modal p{
		color: #cb000d;
		font-size: 18px;
		font-weight: bold;
	}
	.sp-modal div{
		font-size: 16px;
		padding-top: 15px
	}
	.sp-modal a{
		display: block;
		width: 180px;
		margin: 15px auto 0;
		background: #cb000d;
		color: #fff;
		font-weight: bold;
		height: 30px;
		line-height: 30px;
	}
	.service{
		padding-top: 70px;
	}
	.service-list{
		margin-bottom: 0;
	}
	.service-list li p{
		font-size: 16px;
		padding: 5px 0
	}
	.group{
		margin-top: 70px;
	}
	.group-tit{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.group .left,
	.group .right{
		width: 100%;
		padding: 10px;
		line-height: 1.5;
		box-sizing: border-box;
	}
	.group img{
		display: block;
		width: 360px !important;
		margin: 0 auto 30px;
	}
	.access{
		margin-top: 70px;
	}
	.access .left{
		float: left !important;
	}
	.access .right{
		float: right !important;
	}
	/*.access iframe{
		height: 300px
	}*/
	.access #map{
		height: 300px;
	}
	.wrap-news{
		margin: 70px auto 20px;
	}
	.news-list{
		max-width: 600px;
	}
	.news-list li span{
		width: 30%;
	}
	.news-list li p{
		width: 70%;
	}
	.footer{
		background: #cb000d;
		padding-top: 5px;
	}
	.footer-sp p{
		padding-top: 5px;
		padding-bottom: 20px;
		color: #fff !important;
	}
	.footer-sp div{
		padding-top: 10px;
	}
	.footer-sp div img{
		width: 35px;
		padding-right: 5px;
	}
	.footer-sp .footer-sp-logo-img{
		width: 50%;
	}
	.footer div.right p{
		font-size: 12px;
	}
	.right-copy{
		width: 100% !important;
	}
	.right-copy p{
		padding-right: 0;
		line-height: inherit;
		text-align: center !important;
	}
	.privacy{
		line-height: 20px;
		padding-bottom: 5px;
	}
	.privacy a{
		font-size: 12px;
	}



	/*sub page*/
	.injection .title{
	    font-size: 22px;
	    padding: 5px 10px;
	    min-width:inherit;
	}
	.injection .title span{
		font-size: 22px;
	    height: 30px;
	    line-height: 30px;
	    width: 30px;
	}
	.injection-info{
		margin-bottom: 30px;
	}
	.injection-info p{
		font-size: 20px
	}
	.injection-info p.sp{
		font-size: 14px;
		font-weight: normal;
		padding-top: 15px;
	}
}

@media(max-width:700px){
	.br-950{
		display: none;
	}
	.clinic-menu li{
		width: 50%;
		padding: 33px 10px !important;
	}
	.clinic-menu li p{
		font-size: 18px;
	}
	.clinic-menu li .circle{
		top: 98px;
	}
	.clinic-menu li figure{
		margin: 17px auto 0 !important;
	}
	.clinic-menu li:nth-child(odd){
		box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2)
	}
	.clinic-menu li:nth-child(even){
		box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), 0 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.1) !important
	}
	.clinic-menu li:nth-child(7),
	.clinic-menu li:nth-child(8){
		border-bottom: none;
	}
	.clinic-menu li:nth-child(5),
	.clinic-menu li:nth-child(6),
	.clinic-menu li:nth-child(7),
	.clinic-menu li:nth-child(9){
		padding: 20px 0 33px 0 !important;
	}
	.clinic-menu li .en-tit{
		letter-spacing: 0 !important;
	}
	.clinic-menu li:nth-child(5) p,
	.clinic-menu li:nth-child(6) p,
	.clinic-menu li:nth-child(8) p{
		letter-spacing: -1px;
	}
	.group img{
		width: 100% !important
	}

}

@media(max-width:600px){
	#header .logo-sp{
		margin: 11px 0 11px 11px;
	}
	.contents{
		padding: 30px 0 0 ;
		float: inherit;
	}
	.container{
		width: 100%;
		padding: 10px;
	}
	.side-bar{
		width: 100%;
		float: inherit;
		padding: 10px;
		box-sizing: border-box;
		background: #eceff1;
		margin-top: 50px;
	}

	.gsc-overflow-hidden{
		height: 667px;
	}
	.gsc-results-wrapper-visible{
		width: 90% !important;
		left: 5% !important;
		padding: 40px 15px !important;
		box-sizing: border-box;
	}
	.gsc-results-close-btn{
		top: 20px !important;
		right: 15px !important;
	}

	.side-bar .menu-list.side-bottom{
		margin-bottom: 0;
	}
	.side-bar .menu-list ul{
		padding: 10px;
	}
	.side-bar .banner-list img{
		margin-bottom: 0;
		margin-top: 10px;
	}
	.side-bar iframe{
		display: none;
	}
	.pain-txt.sp{
		width: 355px !important;
		margin: 0 auto;
	}
	.pain-txt.sp li{
		width: 110px;
		height: 110px;
		padding-top: 17px !important;
	}
	.pain-txt.sp .g-txt{
		padding-top: 33px !important
	}
	.pain-txt.sp .h-txt{
		padding-top: 28px !important;
	}

	.service-list li{
		margin-bottom: 10px !important;
	}
	.service-list li,
	.service-list li:nth-child(3n){
		width: 48.5%;
		margin-right: 3%
	}
	.service-list li:nth-child(2n){
		margin-right: 0
	}
	.service-list li p{
		font-size: 14px;
		padding: 5px 0
	}
	.access .logo-box .left{
		box-sizing: border-box;
		width: 100%;
	}
	.access .logo-box .right{
		width: 100%;
		padding-top: 15px;
		color: #000 !important;
	}
	.timetable th{
		padding: 10px 0;
	}
	.timetable th.day span{
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
	.no-fullwide{
		padding-top: 0 !important;
	}
	.sub-title02{
		margin-top: 50px;
	}

	.wrap-top-info .inner{
		height: 116px;
	}
	.wrap-top-info .inner iframe{
		height: 116px;
	}
}
@media(max-width:360px){
	.clinic-menu li p{
		font-size: 15px;
		font-weight: bold;
	}

}
@media(max-width:320px){
	.sp-480{
		display: none;
	}
	.wrapper{
		padding-top: 65px;
	}
	#header{
		height: 65px;
	}
	#header .logo-sp{
		width: 184px;
	}
	#header .toggle-button{
		width: 40px;
		padding-bottom: 25px;
	}
	#header .toggle-button p{
		font-size: 10px;
		padding-top: 5px;
	}
	#header #access{
		right: 65px;
	}
	#header #access:after{
		right: -8px;
	}
	#header #access i{
		font-size: 22px;
	}
	#header #access p{
		font-size: 10px;
		padding-top: 3px;
	}
	.overlay ul li:first-child img{
		width: 200px;
	}
	.overlay ul li p,
	.overlay ul li a{
		padding: 10px 0;
	}
	.clinic-menu li .en-tit{
		font-size: 10px;
	}
	.clinic-menu li .circle{
		top: 87px;
	}
	.clinic05 a,
	.clinic07 a,
	.clinic09 a{
		padding-bottom: 78px !important;
	}
	.pain-txt.sp{
		width: 100% !important;
		margin: 0 auto;
	}
	.pain-txt.sp li{
		width: 95px;
		height: 95px;
		padding: 18px 5px 5px !important;
		margin-right: 5px;
	}
	.pain-txt.sp .g-txt{
		padding-top: 28px !important;
	}
	.pain-txt.sp .h-txt{
		padding-top: 20px !important;
	}
	.pain-txt p{
		font-size: 14px;
	}
	.service-list li,
	.service-list li:nth-child(3n){
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.news-list li span{
		width: 35%;
	}
	.news-list li p{
		width: 65%;
	}

}
/*クリップ付き強調文*/
.clip01{
	font-size: 16px;
	margin: 20px auto 30px;
	display: inline-block;
	background: #FCF2F2;
	padding: 20px;
	position: relative
}
.clip01 i{
	color: #c40000;
    font-size: 30px;
    padding-right: 10px;
	position: absolute;
    top: -10px;
    left: 10px;
}
@media(max-width:600px){
.clip01{
	font-size: 14px;
text-align: left;
	}
}