@charset "UTF-8";
html{
		font-size:62.5%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6
 {
	font-size: 100%;
	font-weight: normal;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

a[href^="tel:"] {
    pointer-events: none;
}
h1,h1 a {
font-size:26px;
font-size:2.6rem;
}
h2,h2 a {
font-size:20px;
font-size:2.0rem;
}
h3,dt,dt a {
font-size:16px;
font-size:1.6rem;
}
h4,h5 {
font-size:16px;
font-size:1.6rem;
}
p,dl,a,ul,table {
font-size:15px;
font-size:1.5rem;
}

a {
	text-decoration: none;
	color:#333;
	cursor: pointer;
}

a:hover{
	color:#f87365;
	text-decoration: none;
}
ul,p,tr,td,table{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
p{
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
li,dd{
	list-style:none;
	margin: 0;
	padding: 0;
}
.clearFix:after{
	content: "";
	clear: both;
	display: block;
}

body{

	font-size:10px;
	font-size:1.0rem;
	font-family:"游明朝体", "Yu Mincho", YuMincho, serif;
	width:100%;
	background: rgba(0, 0, 0, 0) url("img/main-bg.png") repeat top center ;
	line-height:1.5;
}

#container {
	height: auto;
	max-height: 100%;
	padding-top: 1px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0) url("img/bg.png") no-repeat top center ;
}
/*---------------------スライドショー関係--------------------------*/
.slick-dots
{
    position: absolute;
    bottom: 60px;

    display: block;
    font-size: 0;
    width: 50%;
    padding: 0;
    left:10%;
    list-style: none;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'san-serif';
    font-size: 80px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .55;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .55;
    color: #F8C065;
}
.slick-prev{
	position: absolute;
	left:0;
	top:0;
	z-index: 100;
	opacity: 0.9;
}
.slick-next{
	position: absolute;
	right:0;
	top:0;
	z-index: 100;
	opacity: 0.9;
}
#slideShow{
	width: 87.5%;
	max-width: 1400px;
	margin: 0 auto;
}
div.slide1{
	height: 875px;
	background: rgba(0, 0, 0, 0) url("img/top/slide1.jpg") no-repeat center center ;
	background-size:cover;
	position: relative;
	width: 100%;
	margin: 0 auto
}
div.slide2{
	height: 875px;
	background: rgba(0, 0, 0, 0) url("img/top/slide2.jpg") no-repeat center center ;
	background-size:cover;
	position: relative;
	width: 100%;
	margin: 0 auto
}
.slide-contents{
	position: absolute;
	top: 13.7%;
	left: 10.7%;
	width: 220px;
	height: 220px;

	border: 20px solid rgba(255, 255, 255, 0.8);
}
.slide-contents p{
	width: 180px;
	height: 180px;
	background-color: rgba(255, 255, 255, 1);
	font-weight: normal;
	font-size:30px;
	font-size:3.0rem;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #6a4c52;
}


/*---------------------ヘッダー周り--------------------------*/


header{
	max-width: 1400px;
	width: 87.5%;
	margin: 0 auto;
	height: auto;
	padding: 10px 0px;
}
header ul li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size:26px;
	font-size:2.6rem;
	font-weight: bold;
	color: #fff;
}
header ul li p{
	padding-top: 24px;
}
header #title-img{
	max-width: 283px;
	width: 40%;

}
header #title-img h1 a{
	background: rgba(0, 0, 0, 0) url("img/logo3.png") no-repeat scroll left center / contain ;
	display: block;
	height: 80px;
	text-indent: -9999px;
	width: 100%;
}

nav#main-nav{
	width:87.5%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px 0px;
	min-height: 184px;
}
nav#main-nav ul {
	width:40.7%;
	max-width: 570px;
	font-size: 0;
}
nav#main-nav ul li{
	display: inline-block;
	width: 25%;
	padding: 40px 10px 10px;
	max-width: 124px;

}

nav#main-nav ul li img{
	box-shadow: 2px 2px 5px rgba(0,0,0, 0.25);
	width: 100%;

}
#main-contents{
	width:87.5%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
#about{
	width:40.7%;
	max-width: 570px;
	padding:20px 30px;
	background-color: #F8C166;
	margin-bottom: 60px;
	border-bottom-right-radius: 20px;
}
#about h2{
	background: url("img/bg-about.png") no-repeat top left;
	padding-left: 30px;
	padding-bottom: 8px;
	border-bottom: 1px solid #6a4c52;
	margin-bottom: 14px;
}
#about p{
	color:  #000;
}

#about p a{
	color: rgba(204, 50, 50, 1);
	text-decoration: underline;
}
#about p a:hover{
	color:#fff;
	text-decoration: underline;
}

nav#right-nav{
	position: fixed;
	width: 108px;
	right: 10%;
	top:30px;
	z-index: 200;
}
nav#right-nav li{
	margin-bottom: 20px;
}
nav#right-nav img{
	box-shadow: 2px 2px 5px rgba(0,0,0, 0.25);
	width: 100%;
}

#best{
	width: 35.5%;
	position: absolute;
	left:45%;
	bottom: 0;
	max-width: 680px;
}

#best .advantage{
	padding:30px 30px;
	background-color: rgba(249, 198, 116, 0.8);
	margin-bottom: 20px;
	border-bottom-right-radius: 20px;
}
#best .advantage h2{
	padding-left: 30px;
	padding-bottom: 8px;
	border-bottom: 1px solid #6a4c52;
	margin-bottom: 14px;
	padding-top: 8px;
}
#best .advantage h2#masui{
	background: url("img/bg-zzz.png") no-repeat top left;
}
#best .advantage h2#chiryou{
	background: url("img/bg-chiryou.png") no-repeat top left;
}
#best .advantage h2#kouku{
	background: url("img/bg-kouku.png") no-repeat top left;
}

#best .advantage img{
	display: inline-block;
	vertical-align: middle;
	width:25%;
	max-width: 162px;
	font-size: 0;
}

#best .advantage .method-text{
	display: inline-block;
	vertical-align: middle;
	width:72%;
	font-size: 0;
	margin-left: 2%;
}
#best .advantage .method-text p{

}
#best .advantage .method-text .more{
	width:70px;
	margin: 10px 0;
	float: right;
}

#best article:last-child{
	margin-bottom: 0;
}

#map_canvas {
	margin-top: 80px;
	border-top: 10px solid #f8c065;
	border-bottom: 10px solid #f8c065;
    height: 500px;
    margin-bottom: 1%;
    width: 100%;

}
#map_canvas2 {
	margin-top: 80px;
	border-top: 10px solid #f8c065;
	border-bottom: 10px solid #f8c065;
    height: 500px;
    width: 100%;
    margin-bottom: 1%;

}
#map_canvas2 iframe{
	width: 100%;
	height: 480px;
}
#map_canvas3 {
    height: 500px;
    width: 100%;
    margin-bottom: 1%;

}
#map_canvas3 iframe{
	width: 100%;
	height: 500px;
}
#subject-info{
	background-color: rgba(106, 76, 82, 1);
}
#subject-info p{
	width:87.5%;
	max-width: 1400px;
	text-align: right;
	margin: 0 auto;
	color: #fff;
}

/*-----------------------------------子ページ---------------------------------------------------------*/
#subpage-title{

	width: 100%;
	margin: 0 auto;
	height: 180px;
	background: rgba(0, 0, 0, 0) url("img/greeting/bg-title.jpg") no-repeat center center ;
	background-size:cover;
	position: relative;
	box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.05);
}
#subpage-title h1{
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	padding: 20px 0px 0 0px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	border-bottom: 4px solid  rgba(255, 255, 255, 0);
	height: 80px;
	text-align: center;
	color: #fff;
	font-size:40px;
	font-size:4.0rem;
	font-weight: bold;
	right: 0;
	width: 400px;
}
section#subpage-contents{
	width: 100%;
	margin: 0px auto 0;
	background-color: rgba(255, 255, 255,0.6);
	padding: 40px 0;

}
section#subpage-contents h2{
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
section#subpage-contents h2 span{
	font-size:30px;
	font-size:3.0rem;
}
section#subpage-contents ul{
	width: 74.4%;
	max-width: 1000px;
	margin: 60px auto 1%;
	display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-align-content: space-around; /* Safari */
  align-content:         space-around;
}
section#subpage-contents ul li{
	margin: 0px 0 10px;
	width:100%;
	display: inline-block;
	vertical-align: top;
	background-color: rgba(248, 192, 101,0.6);
	border-bottom-right-radius: 20px;
	padding: 20px;
}
section#subpage-contents ul li img{
	display: inline-block;
	vertical-align: top;
	width:29%;
	margin-right: 1%;
	padding: 10px;
}
section#subpage-contents ul li .introduction{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	padding: 10px 20px 10px 0px;
}
section#subpage-contents ul li .introduction h3{
	font-size:30px;
	font-size:3.0rem;
}
section#subpage-contents ul li .introduction h4{
	font-size:20px;
	font-size:2.0rem;
}
section#subpage-contents ul li .introduction h5{
	font-size:18px;
	font-size:1.8rem;
	margin: 1% 0;
}
section#subpage-contents ul li .introduction dl.intro-list{
	width: 100%;
}
section#subpage-contents ul li .introduction dl.intro-list dt{
	float: left;
	clear : both;
}
section#subpage-contents ul li .introduction dl.intro-list dd{
	margin-left: 5em;
	font-size:16px;
	font-size:1.6rem;
}
section#subpage-contents ul li.half-size{
	width: 49.5%;

}
section#subpage-contents ul li.half-size img.intro-half-photo{
	width:24%;
}
section#subpage-contents ul li.half-size .introduction{
	width: 75%;
}
section#subpage-contents ul li.half-size .introduction h3{
	font-size:26px;
	font-size:2.6rem;
}
section#subpage-contents ul li.half-size .introduction h4{
	font-size:18px;
	font-size:1.8rem;
}

section#subpage-contents ul li#staff{

}
section#subpage-contents ul li#staff img{
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px 20px;
}

section#subpage-contents ul li#staff h3{
	font-size:30px;
	font-size:3.0rem;
	padding: 20px 20px 0;
	text-align: center;
}
section#subpage-contents ul li#staff h5{
	font-size:18px;
	font-size:1.8rem;
	padding: 0px 30px 0px;

}
section#subpage-contents ul li#staff p{
	padding: 0px 30px 20px;
}
section#subpage-contents ul li.quarter-size{
	width: 24.1%;
	margin-right: 1.2%;
}
section#subpage-contents ul li.quarter-size:nth-child(4n){
	margin-right: 0%;
}
section#subpage-contents ul li.half-size img.meidical-half-photo{
	width: 100%;
}
section#subpage-contents ul li.quarter-size img.facility-photo{
	width: 100%;
}
section#subpage-contents ul li.half-size .medical{
	width: 100%;
}
section#subpage-contents ul li.half-size .medical h3{
	text-align: left;
	margin: 0 auto 8px;
	width: 100%;
	font-size:24px;
	font-size:2.4rem;
}

section#subpage-contents ul li.half-size .medical img.more{
	width:70px;
	margin: 10px 0;
	float: right;
	padding: 0 0 20px;
}
section#subpage-contents ul li#masui{
	padding: 20px;
}
section#subpage-contents ul li#masui h3{
	font-size:30px;
	font-size:3.0rem;
}
section#subpage-contents ul li#masui dl#medical-type,
section#subpage-contents ul li#masui dl#medical-for,
section#subpage-contents ul li#masui dl#medical-seq{
	margin: 40px 0 10px 0px;
	max-width: 1000px;
	width:100%;
	display: inline-block;
	vertical-align: top;
}
section#subpage-contents ul li#masui dl#medical-type > dt,
section#subpage-contents ul li#masui dl#medical-for > dt,
section#subpage-contents ul li#masui dl#medical-seq > dt{
	margin-bottom: 4px;
	font-weight: bold;
	font-size:22px;
	font-size:2.2rem;
}
section#subpage-contents ul li#masui dl#medical-type > dd,
section#subpage-contents ul li#masui dl#medical-for > dd{
	margin-left: 1em;
	background-color: transparent;
	text-indent: -1em;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted rgba(106, 76, 82 , 1);
}
section#subpage-contents ul li#masui dl#medical-type > dd span,
section#subpage-contents ul li#masui dl#medical-for > dd span,
section#subpage-contents ul li#masui dl#medical-seq > dd span{
	font-size:13px;
	font-size:1.3rem;
}
section#subpage-contents ul li#masui dl#medical-type > dd:before,
section#subpage-contents ul li#masui dl#medical-for dd dl.for-list dt:before{
	content: "・";

}

section#subpage-contents ul li#masui dl#medical-for dd dl.for-list dt{
	font-weight: bold;
}
section#subpage-contents ul li#masui dl#medical-for dd dl.for-list dd{
	text-indent: 0;
}

section#subpage-contents ul li#masui dl#medical-seq dd{
	display: inline-block;
	text-align: center;
	position: relative;
	background-color: rgba(106, 76, 82 , 1);
	color: #fff;
	padding: 20px;
	min-width: 100px;
	margin-top: 20px;
}

section#subpage-contents ul li#masui dl#medical-seq dd.seq-next{
	background-color: transparent;
	text-align: center;
	min-width: 36px;
	padding: 20px 10px;
}
section#subpage-contents ul li#masui dl#medical-seq dd.seq-next img{
	width: 24px;
	display: inline-block;
	padding: 0;
}
section#subpage-contents ul li#masui dl#medical-seq dd p{
	width: 100%;
	text-align: center;
}
section#subpage-contents ul li.onethird-size{
	width: 32.6%;
	margin-right: 1.1%;
	padding: 20px;
}
section#subpage-contents ul#medic-ul li.onethird-size:nth-child(3n){
	margin-right: 0%;
}
section#subpage-contents ul li.onethird-size dl dt,
section#subpage-contents ul li.onethird-size h3{
	margin-bottom: 4px;
	font-weight: bold;
	font-size:22px;
	font-size:2.2rem;
}
section#subpage-contents ul li.onethird-size p{
	margin-bottom: 6px;
}
section#subpage-contents ul li.onethird-size dl dd{
	margin-left: 1em;
	background-color: transparent;
	text-indent: -1em;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted rgba(106, 76, 82 , 1);
}
section#subpage-contents ul li.onethird-size dl dd:before{
	content: "・";
}
section#subpage-contents ul li.onethird-size dd span,
section#subpage-contents ul li.onethird-size p span{
	font-size:13px;
	font-size:1.3rem;
}
section#subpage-contents ul li#fee{
	padding: 20px;
}
section#subpage-contents ul li#fee h3{
	margin-bottom: 4px;
	font-weight: bold;
	font-size:30px;
	font-size:3.0rem;
}

section#subpage-contents ul li.no-right-margin{
	margin-right: 0%;
}


section#subpage-contents #subject-info{
	background-color: transparent;
}
section#subpage-contents #subject-info h2{
	font-size:26px;
	font-size:2.6rem;
	font-weight: bold;
	text-align: left;
	width: 100%;
	margin: 20px 0 10px;
	border-bottom: 1px dotted rgba(106, 76, 82 , 1);
}
section#subpage-contents #subject-info p{
	color: #000;
	text-align: left;
	width: 100%;
	margin: 0px 0;
	font-size:20px;
	font-size:2.0rem;
	padding: 2px 0;
}
section#subpage-contents #subject-info dl dt{
	margin-bottom: 4px;
	font-weight: bold;
	font-size:22px;
	font-size:2.2rem;
}
section#subpage-contents #subject-info dl dd{
	margin-bottom: 10px;
}
/*-----------------------------------フッター周り周り---------------------------------------------------------*/

footer{
	background-color: rgba(106, 76, 82, 1);
	width: 100%;
	padding: 40px 0;
	color: #fff;
	min-height: 200px;
}
footer #footer-contents{
	width:87.5%;
	max-width: 1400px;
	text-align: center;
	margin: 0 auto;
}
footer div.footer-title-inner{
	display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
  -webkit-align-items: center;align-items:center;
}
footer div.footer-title-inner p{
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0;
	margin-right: 4px;
	padding-top: 3px;
}
footer #footer-contents h2{
	font-size:30px;
	font-size:3.0rem;
	font-weight: bold;
	line-height: 1.2;
}

footer #footer-contents #footer-phone a{
	font-size:30px;
	font-size:3.0rem;
	font-weight: bold;
	color: #f8c065;
}
footer p{
	text-align: center;
	margin: 10px 0;
}
footer p#copy{
	margin: 60px 0 20px;
}


table.brwsr1 {

    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
}
table.brwsr1 caption{
	margin-bottom: 20px;
	text-align: left;
}

table.brwsr1 th {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #999 1px solid;
    color: #fff;
}

table.brwsr1 td {
    padding: 12px;
    vertical-align: middle;
    text-align: center;
    border-bottom: #999 1px solid;
    color: #f8c065;

}

table.brwsr1 th.r1 {
    border-right: #999 1px solid;
    text-align: center;
    padding: 0 40px;

}

table.brwsr1 th.r2,
table.brwsr1 td.r2 {
    border-right: #999 1px solid;

}

table.brwsr1 th.r2,
table.brwsr1 th.r3,
table.brwsr1 th.r4 {
    text-align: center;
}

table.brwsr1 th.r3,
table.brwsr1 td.r3 {

    border-right: #999 1px solid;

}

table.brwsr1 th.r4,
table.brwsr1 td.r4 {



}


#menu-overlay{
	display: none;
	position: fixed;
		top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	width:400px;
	height:400px;
	font-weight: bold;
	font-size:36px;
	font-size:3.6rem;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	padding:0;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0, 0.25);
	z-index: 500;
}
#menu-overlay ul{
	margin: 50px 0;
}
#menu-overlay ul li{
	margin: 30px 0;
}
#menu-overlay a{
	color: #6a4c52;
	font-size:34px;
	font-size:3.4rem;
}
#btn-close{
	position: absolute;
	right: 30px;
	top:30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.forsmall{
	display: none;
}
.forbig{
	display: inline-block;
}
section#subpage-contents nav ul.subpage-nav{
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
}
section#subpage-contents nav ul li{
	width: auto;
	margin: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-right-radius: 10px;
}
section#subpage-contents ul.sergery-detail-list h3{
	text-align: left;
	margin: 0 auto 8px;
	width: 100%;
	font-size:24px;
	font-size:2.4rem;
}
section#subpage-contents ul.gallery{
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
}
section#subpage-contents ul.subpage-photos{
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0;
}
section#subpage-contents ul.subpage-photos li{
	width: 24%;
	background: rgba(0, 0, 0, 0) url("img/surgery/arrow.png") no-repeat center right / contain;
	margin-bottom: 0;
	padding: 10px 20px;
}
section#subpage-contents ul.subpage-photos li:last-child{
	background:none;
}
section#subpage-contents ul.subpage-photos li img{
	width: 100%;
	padding: 0;
}
section#subpage-contents ul.sergery-detail-list h4.sergery-h4{
	font-size:19px;
	font-size:1.9rem;
	margin-top: 20px;
	margin-left: 20px;
}
section#subpage-contents ul.sergery-detail-list h5.sergery-h5{
	font-size:17px;
	font-size:1.7rem;
	margin-top: 20px;
	margin-left: 20px;
}
section#subpage-contents ol.cure-list{
}
section#subpage-contents ol.cure-list li{
	list-style-position: inside;
	list-style-type: decimal;
	display: list-item;
	padding: 0;
	padding: 20px;
}
section#subpage-contents ul.cure-num-list{
	width: 100%;
	margin-top: 0;
}
section#subpage-contents ul.cure-num-list li{
	width: 24%;
	background-color: #7C5B54;
	color: #fff;
}
section#subpage-contents ul.cure-num-list li h5{
	font-weight: bold;
	font-size:17px;
	font-size:1.7rem;

}
/*--------------------------------1200x以下-----------------------------------------------------*/
@media screen and (max-width: 1200px) {
div.slide1{
	height: 500px;
}
div.slide2{
	height: 500px;
}
nav#right-nav{
	right: 5%;
}

nav#main-nav ul{
	width: 100%;
	max-width: 100%;
}
.slick-dots
{
    position: absolute;
    bottom: 60px;

    display: block;
    font-size: 0;
    width: 50%;
    padding: 0;
    left:0;
    right: 0;
    margin: 0 auto;

    list-style: none;

    text-align: center;
}
#about{
	width: 88.5%;
	max-width: 88.5%;
	opacity: 0.9;
}
#best{
	width: 88.5%;
	position: relative;
	max-width: 88.5%;
	left:0;
}
#best article{
	width: 32.6%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
	height: 100%;
	font-size: 0;
	min-height: 260px;
}
#best article:last-child{
	margin-right: 0;
}
#best article h2{
	font-size:16px;
	font-size:1.6rem;
}
#best article p{
	font-size:13px;
	font-size:1.3rem;
}
#best article div{
	font-size: 0;
}
#best .advantage img{
	vertical-align: top;
}
nav#right-nav{
	width: 10%;
}
.slick-dots{
	bottom: 30px;
}
}
/*--------------------------------1024x以下-----------------------------------------------------*/
@media screen and (max-width: 1024px) {
#best article{
	width: 49%;
}

.slide-contents{
	height: 140px;
	width: 140px;
}
.slide-contents p{
	font-size:20px;
	font-size:2.0rem;
	height: 100px;
	width: 100px;
}
section#subpage-contents ul li.quarter-size{
	width: 32.6%;
	margin-right: 1.1%;
}
section#subpage-contents ul li.quarter-size:nth-child(4n){
	margin-right: 1.1%;
}
section#subpage-contents ul li.quarter-size:nth-child(3n){
	margin-right: 0%;
}
section#subpage-contents ul li.half-size{
	width: 100%;
	margin-right: 0%;
}
section#subpage-contents ul li.onethird-size{
	width: 100%;
	margin-right: 0%;
}
section#subpage-contents ul.subpage-photos li{
	width: 24%;
}
section#subpage-contents ul.cure-num-list li{
	width: 100%;
	background-color: #7C5B54;
	color: #fff;
}
}
/*--------------------------------767px以下-----------------------------------------------------*/
@media screen and (max-width: 767px) {

#best article{
	width: 100%;
	margin-right: 0;
	min-height: 0;
}
#btn-close{
	right: 20px;
	top: 20px;
}
#menu-overlay{
	width: 200px;
	height: 320px;
}
#menu-overlay ul{
	margin-top: 60px;
}
#menu-overlay a{
	font-size:20px;
	font-size:2.0rem;
}
#subject-info p{
	text-align: center;
	padding: 10px 0;
}
#slideShow{
	width: 100%;
}
div.slide1{
	height: 300px;
	width: 100%;
}
div.slide2{
	height: 300px;
	width: 100%;
}
#container {
	padding-top: 0px;
}
#header-ul p{
	font-size:12px;
	font-size:1.2rem;
}
.slide-contents{
	height: 80px;
	width: 80px;
	border:10px solid rgba(255, 255, 255, 0.8);
}
.slide-contents p{
	font-size:14px;
	font-size:1.4rem;
	height: 60px;
	width: 60px;
}
.forsmall{
	display: block;
}
.forbig{
	display: none;
}
nav#main-nav{
	min-height: 100px;
}
nav#main-nav ul li{
	padding-top: 20px;
}
#header-ul li {
	display: block;
}
header #title-img h1 a{
	height: 40px;
}
header #title-img{
	width: 60%;
	margin-bottom: 10px;
}
.brwsr1{
	font-size:12px;
	font-size:1.2rem;
}
table.brwsr1 th.r1{
	padding: 20px;
}
.slick-dots{
	bottom: 20px;
}
#about h2{
	font-size:14px;
	font-size:1.4rem;
	background-size:24px;
}
#about p{
	font-size:12px;
	font-size:1.2rem;
}
#best article h2{
	font-size:14px;
	font-size:1.4rem;
}
#best article p{
	font-size:12px;
	font-size:1.2rem;
}
#best .advantage h2#masui,#best .advantage h2#chiryou,#best .advantage h2#kouku{
	background-size:24px;
}
footer #footer-contents h2{
	font-size:24px;
	font-size:2.4rem;
}
a[href^="tel:"] {
    pointer-events: auto;
}
section#subpage-contents ul li.quarter-size{
	width: 49.5%;
	margin-right: 1%;
}
section#subpage-contents ul li.quarter-size:nth-child(4n){
	margin-right: 1%;
}
section#subpage-contents ul li.quarter-size:nth-child(3n){
	margin-right: 1%;
}
section#subpage-contents ul li.quarter-size:nth-child(2n){
	margin-right: 0%;
}
section#subpage-contents ul li.quarter-size .medical h3{
	font-size:20px;
	font-size:2.0rem;
}
section#subpage-contents ul.subpage-photos li{
	width: 32%;
}
header ul li p{
	padding-top: 0;
}
}
/*--------------------------------480px以下-----------------------------------------------------*/
@media screen and (max-width: 480px) {
section#subpage-contents ul{
	width: 100%;
}
section#subpage-contents ul.subpage-photos li{
	width: 49%;
}
#subpage-title h1{
	font-size:34px;
	font-size:3.4rem;
	font-weight: bold;
	right: 0;
	width: 80%;
}
section#subpage-contents h2{
	font-size:16px;
	font-size:1.6rem;
	width: 80%;
}
}