@charset "utf-8";
#idx_containar {
	float:left;
    width: 100%;
	position: absolute;
	top:100%;
	left:0px;
	z-index:1;
}
#idx_contents {
    float: left;
    width: 100%;
}


#idx_main {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	padding-top: 118px;
	padding-left: 100px;
	box-sizing: border-box;
}
#idx_main .main01 {
	float:left;
	width:100%;
	height:100%;
	position:relative;
	background-color:#E5E9EA;
}
#idx_main .main01 h1 {
	float:left;
	width:365px;
	position:absolute;
	top: 50%;
	left: 20%;
	margin-top: -20px;
	margin-left: -90px;
	z-index:10;
}
#idx_main .main {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 0;
	display:block;
	box-sizing:border-box;
}
#idx_main .main li {
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display:none;
}
#idx_main .main #img1 {
	background-image: url(../../images/idx_main01.png);
	display:block;
}
#idx_main .main #img2 {
	background-image: url(../../images/idx_main02.png);
}
#idx_main .main #img3 {
	background-image: url(../../images/idx_main03.png);
}



#idx_about {
	float:left;
	width:100%;
	position:relative;
	padding-top:5%;
	padding-bottom:5%;
	box-sizing:border-box;
}
.idx_about_wrap {
	float:left;
	width:100%;
	height:530px;
	position:relative;
}
#idx_about #photo_gallery {
	float: left;
	width: 100%;
	height:530px;
	position: relative;
	padding-right:435px;
	box-sizing:border-box;
	overflow:hidden;
}
#idx_about #photo_gallery .gallery_carousel {
	float: left;
	width: 100%!important;
	height:500px!important;
}
#idx_about #photo_gallery .gallery_carousel div {
	float:left;
	width:100%;
	height:100%;
}
#idx_about #photo_gallery .gallery_carousel img {
	display: block;
	float: left;
}
#idx_about #photo_gallery .gallery_carousel a:hover {
	opacity:0.8;
}
#idx_about .about_info {
	float:right;
	width:435px;
	position:relative;
	margin-left:-435px;
	padding-top: 3%;
	padding-bottom: 2%;
	box-sizing: border-box;
}
.prev {
	float:right;
	margin-right: 10px;
	cursor:pointer;
}
.next {
	float:right;
	margin-top: 4px;
	cursor:pointer;
}
#pager {
	position: absolute;
	left: 20px;
	bottom: 5px;
}
#pager a {
	display: block;
	float: left;
	height: 1px;
	width: 24px;
	margin-left: 20px;
	border-bottom: 1px dotted #D5B52B;
	box-sizing:border-box;
}
#pager a.selected {
	border-bottom: 1px solid #D5B52B;
}
#pager span {
	display: none;
}
#idx_about .about_info h2 {
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	margin-bottom:30px;
}
#idx_about .about_info p {
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	font-size:13px;
	line-height:2.5em;
}


#idx_menu {
	float:left;
	width:100%;
	position:relative;
}
#idx_menu a:hover {
	opacity:0.5;
}
#idx_menu .subtitle01 {
	float:right!important;
	text-align:right!important;
}
#idx_menu .menubox {
	float:left;
	width:510px;
	position:relative;
}
#idx_menu .menubox h2 {
	position:absolute;
	left: 40px;
	top: -43px;
}
#idx_menu .menubox span {
	float: left;
	width: 100%;
	height: 42px;
	position: relative;
	margin-top: -10px;
	margin-left: 30px;
	padding-top: 20px;
	padding-left: 15px;
	border-left: 1px solid #D5B52B;
	font-family: 'Quicksand', sans-serif;
	font-size:9px;
	color: #D5B52B;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
#idx_menu .btn01 {
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
	border: 1px solid #D5B52B;
	color: #D5B52B;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
	margin-bottom: 40px;
}


#idx_article {
	float:left;
	width:100%;
	position:relative;
	padding-top: 5%;
	padding-bottom: 5%;
	box-sizing: border-box;
}
#idx_article .idx_news {
	float: left;
	width: 48%;
	position: relative;
	margin-bottom: 50px;
}
#idx_article .idx_news02 {
	width: 1080px!important;
	margin-left:auto!important;
	margin-right:auto!important;
	float:none!important;
	padding-bottom:80px;
	height:100px;
}
#idx_article .idx_news h1 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	line-height: 1em;
}
#idx_article .idx_news .news01 {
	float: left;
	width: 100%;
	height:88px;
	margin-bottom: 27px;
	position: relative;
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#idx_article .idx_news.idx_news02 .news01 {
	width: 48%;
}
#idx_article .idx_news.idx_news02 .news01:nth-child(odd) {
	float: right;
}
#idx_article .idx_news .news01 div {
	float: left;
	height: 88px;
	width: 88px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	border: 1px solid #EFEFEF;
	border-radius: 2px;
	box-sizing: border-box;
	background-image: url(../images/dumy.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
#idx_article .idx_news .news01 div img {
	width: auto;
	height: auto;
}
#idx_article .idx_news .news01:last-child {
	margin-bottom: 0px;
}
#idx_article .idx_news .news01:hover {
	opacity:0.5;
}
#idx_article .idx_news .btn01 {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
}
#idx_article .idx_news .news01 dl {
	float: left;
	width: 100%;
	padding-left: 120px;
	padding-top: 20px;
	box-sizing:border-box;
}
#idx_article .idx_news .news01 dt {
	font-family: 'Quicksand', sans-serif;
	color: #D5B52B;
	float: left;
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}
#idx_article .idx_news .news01 dd {
	float: left;
	width: 100%;
	color: #D5B52B;
}
#idx_article .idx_news .blog01 {
	float: left;
	width: 100%;
	min-height:64px;
	margin-bottom: 20px;
	position: relative;
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#idx_article .idx_news .blog01:last-child {
	margin-bottom: 0px;
}
#idx_article .idx_news .blog01:hover {
	opacity:0.5;
}
#idx_article .idx_news .blog01 div {
	float: left;
	width: 30%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	border: 1px solid #EFEFEF;
	border-radius: 2px;
	box-sizing: border-box;
}
#idx_article .idx_news .blog01 div img {
	width:100%;
	height: auto;
}
#idx_article .idx_news .blog01 dl {
	float: right;
	width: 65%;
	margin-bottom:10px;
	box-sizing:border-box;
}
#idx_article .idx_news .blog01 dt {
	font-family: 'Quicksand', sans-serif;
	color: #D5B52B;
	float: left;
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}
#idx_article .idx_news .blog01 dd {
	float: left;
	width: 100%;
	color: #D5B52B;
	font-size: 16px;
	line-height: 2em;
}
#idx_article .idx_news .blog01 p {
	float: right;
	width:65%;
	position:relative;
	font-size:13px;
	line-height: 2em;
	color: #D5B52B;
	box-sizing: border-box;
}
#idx_article .banar {
	float:left;
	width:100%;
	height:300px;
	position:relative;
	background-image:url(../../images/banar_back.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:50px;
	margin-bottom:50px;
}
#idx_article .banar img {
	float:left;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -480px;
}
#idx_article .banar:hover {
	opacity:0.5;
}


#idx_information {
	float:left;
	width:100%;
	position:relative;
	padding-bottom:5%;
	box-sizing:border-box;
}
#idx_information .list_info {
	float:left;
	width: 25%;
	height: 108px;
	position:relative;
	border-right: 1px solid #EFEFEF;
	padding-top: 5px;
	box-sizing: border-box;
}
#idx_information .list_info:last-child {
	border:none;
}
#idx_information .list_info dt {
	float:left;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}
#idx_information .list_info dt span {
	display: inherit;
	font-size: 9px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-family: 'Quicksand', sans-serif;
}
#idx_information .list_info dd {
	float:left;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
}
#idx_information .list_info dd span {
	font-size:13px;
}
/******************** キャンセルについてのお願い ********************/
#idx_cancel {
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	margin-top:60px;
	padding-top:50px;
	padding-bottom:50px;
	padding-left:60px;
	padding-right:60px;
	border: 1px solid #D5B52B;
	box-sizing:border-box;
}
#idx_cancel .subtitle01 {
	text-align:center!important;
}
/******************** 診療案内 ********************/
.medical_table {
	float:left;
	width: 100%;
	position:relative;
	text-align:center;
	font-size: 16px;
	border-collapse:separate;
	border-spacing:0;
	background-color:#FFF;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	box-sizing:border-box;
	overflow:hidden;
	margin-top: 90px;
	margin-bottom:15px;
}
.medical_table th {
	font-weight:400;
	background-color:rgba(242, 242, 242, 0.4);
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing:border-box;
}
 .medical_table td {
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing:border-box;
}

#idx_hoken {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
#idx_hoken .hoken01 {
    float: left;
    width: 900px;
    position: relative;
    font-size: 17px;
    line-height: 1.8em;
    left: 50%;
    margin-left: -450px;
    margin-top: 100px;
    border: 1px solid #D5B52B;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 40px;
    box-sizing: border-box;
}
#idx_hoken .hoken01:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30px;
    left: 40px;
    background-image: url("../../images/icon_news.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}
.monshin {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #c4970a;
    padding: 50px 70px;
    box-sizing: border-box;
}
.monshin h3 {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.monshin .btn_list {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.monshin .btn_list li {
    float: left;
    width: 292px;
    position: relative;
    margin-right: 30px;
}
.monshin .btn_list li:last-child {
    margin-right: 0px;
}
.monshin .btn_list li a {
    float: left;
    width: 100%;
    position: relative;
    color: #FFF;
    font-size: 16px;
    background-image:url(../images/icon_arrow01_white.png);
    background-position: right 30px center;
    background-repeat:no-repeat;
    background-size:30px auto;
    background-color: #c4970a;
    padding: 20px 40px;
    box-sizing: border-box;
}