@charset "utf-8";

@media (min-width: 680px) {
/*  common  */
body{
	background:url(../img/common/body_back_deco.png),url(../img/common/body_back.png);
}

/* header */
header{
	width:1080px;
	margin:0 auto;
	padding:10px 0 0;
}
header .logo{
	display:block;
	margin:15px auto 20px;
}
#gnavi{
	margin:0 auto 25px;
	width:1080px;
	line-height:0;
	padding-top:20px;
	border-top:1px solid #fff;	
}
#gnavi li{
	position:relative;
	float:left;
	width:140px;
	margin-right:5px;
}
#gnavi li:first-of-type{
	margin-left:35px;
}
#gnavi li:last-of-type{
	margin-right:0px;
}
#gnavi li img{
	width:100%;
}
#gnavi li span{
	display:none;
}
#gnavi_sp,
#navi_sp_top{
	display:none;
}

/* footer */
#footernavi{
	width:100%;
	min-width:1080px;
	background:#643F33;
	border-top:2px solid #A1843C;
	border-bottom:2px solid #A1843C;
	padding:30px 0;
}
#footernavi ul{
	width:1080px;
	margin:0 auto;
	padding:0px 30px;
	position:relative;
}
#footernavi ul li{
	color:#FFF;
	width:250px;
	position:absolute;
}
#footernavi ul li a{
	color:#FFF;
	text-decoration:none;
	transition:all 0.5s;
}
#footernavi ul li a:hover{
	color:#b56d90;
}
#footernavi ul li:nth-of-type(1),
#footernavi ul li:nth-of-type(2),
#footernavi ul li:nth-of-type(3),
#footernavi ul li:nth-of-type(4),
#footernavi ul li:nth-of-type(5){
	position:relative;
}
#footernavi ul li:nth-of-type(6){
	top:0px;
	left:280px;
}
#footernavi ul li:nth-of-type(7){
	top:23px;
	left:280px;
}
#footernavi ul li:nth-of-type(8){
	top:46px;
	left:280px;
}
#footernavi ul li:nth-of-type(9){
	top:69px;
	left:280px;
}
#footernavi ul li:nth-of-type(10){
	top:92px;
	left:280px;
}
#footernavi ul li:nth-of-type(11){
	top:0px;
	left:560px;
}
#footernavi ul li:nth-of-type(12){
	top:23px;
	left:560px;
}
#footernavi ul li:nth-of-type(13){
	top:46px;
	left:560px;
}
#footernavi ul li:nth-of-type(14){
	top:69px;
	left:560px;
}
#back-top {
    position:relative;
	margin:0 auto;
	width:1080px;
}
#back-top_main {
	max-width:1080px;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:0;
	z-index:5;
}
#back-top_main img {
    height: auto;
    width: 82px;
	position:absolute;
	right:10px;
	bottom:10px;
}
footer{
	background:#EFECE1;
	width:100%;
	min-width:1080px;
}
footer #footer_main{
	width:1080px;
	margin:0 auto;
    padding: 30px;
	position:relative;
}
footer .clinicname{
	font-size:20px;
	font-weight:bold;
}
footer .adress{
	font-size:16px;
}
footer .copy{
	font-size:12px;
	margin-left:3px;
}

/* contents-parts */
.div_h1{
	background:#4B5644;
	width:100%;
	min-width:1080px;
	height:220px;
	overflow:hidden;
	margin:0 auto;
}
.div_h1 .h1_im{
	display:none;
}
.div_h1 .div_h1_text{
	width:1080px;
	margin:30px auto;
	padding-left:40px;
}
.div_h1 h1{
	display:none;
}

h1{
	background:#4B5644;
	width:100%;
	min-width:1080px;
	height:220px;
	overflow:hidden;
	margin:0 auto;
}
h1 .h1_im{
	display:none;
}
h1 .div_h1_text{
	width:1080px;
	margin:30px auto;
	padding-left:40px;
}
h1 span{
	display:none;
}
.contentsmain{
	background:#EFECE1;
	width:1080px;
	margin:0 auto;
    padding: 0 30px 30px;
	position:relative;
}
.contentsmain h2{
	position:relative;
	font-size:30px;
	font-weight:normal;
	color:#604C3F;
	margin:10px auto 40px;
	display:table;
	font-family:serif, "メイリオ", Meiryo;
}
.contentsmain h2:before{
	background:url(../img/common/h2_back_l.png) no-repeat 0 0 /153px auto;
    /*bottom: 14px;*/
    content: "";
    height: 65px;
    left: -230px;
    position: absolute;
    width: 153px;
}
.contentsmain h2:after{
	background:url(../img/common/h2_back_r.png) no-repeat 0 0 /153px auto;
    /*bottom: 14px;*/
    content: "";
    height: 65px;
    right: -230px;
    position: absolute;
    width: 153px;
}
.contentsmain .sec_contents{
	position:relative;
	margin:0 80px 60px;
	padding:25px 20px 0;
}
.contentsmain .sec_contents:last-of-type{
	margin-bottom:60px;
}
.contentsmain .sec_contents>p{
	margin-bottom:20px;
}
.contentsmain .sec_contents .art_contents{
	margin:0px 40px 50px;
	position:relative;
}
.contentsmain .sec_contents .art_contents:last-of-type{
	margin-bottom:0px;
}
.contentsmain .sec_contents .art_contents h3{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-size:20px;
	letter-spacing: 4px;
	color:#604C3F;
	padding:0 15px;
	margin:0 auto 20px;
	border-bottom:6px solid #A1843C;
}
#contentsmain .sec_contents .art_contents p,
#contentsmain .sec_contents .art_contents ul,
#contentsmain .sec_contents .art_contents ol{
	margin-bottom:15px;
}
#contentsmain .sec_contents .art_contents p:last-child,
#contentsmain .sec_contents .art_contents ul:last-child,
#contentsmain .sec_contents .art_contents ol:last-child{
	margin-bottom:0px;
}
#contentsmain .sec_contents .bt_toggle{
	margin-top:15px;
	background:#6A3906;
	border:2px solid #fff;
	border-radius:10px;
	padding:5px;
	font-size:12px;
	display:inline-block;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#contentsmain .sec_contents .bt_toggle:hover{
	background:#F8B62D;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#contentsmain .sec_contents .bt_toggle span:after{
	content:"▼";
	color:#fff;
	margin-left:4px;
}
#contentsmain .sec_contents .togglecontents{
	display:none;
}
#contentsmain .sec_contents .bt_toggle_close{
	margin-top:15px;
	background:#6A3906;
	border:2px solid #fff;
	border-radius:10px;
	padding:5px;
	font-size:12px;
	display:inline-block;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#contentsmain .sec_contents .bt_toggle_close:hover{
	background:#F8B62D;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#contentsmain .sec_contents .bt_toggle_close span:after{
	content:"▲";
	color:#fff;
	margin-left:4px;
}
#contentsmain .sec_contents .p_flick{
	display:none;
}

/*contents-format */
.div_topic01{
	background:#D2D5D0;
	padding:15px 30px;
	margin-bottom:30px;
	position:relative;
}
.div_topic01 .headline{
	background:#4B5644;
	color:#fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-size:26px;
	text-align:center;
	margin:0 -15px 15px;
}
.div_topic01 .headline02{
	background:#4B5644;
	color:#fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-size:20px;
	text-align:center;
	margin:0 -15px 15px;
}
.div_topic01 .bt{
	background:#fff;
	padding:2px;
	text-align:center;
	margin-top:15px;
}
.div_topic02a{
	border:1px dashed #f5860d;
	background:#fff;
	padding:10px 15px;
}
.div_topic02b{
	border:1px dashed #f5860d;
	background:#ffffcd;
	padding:10px 15px;
}
.p_bt01{
	background: rgb(245,114,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,114,37,1) 0%, rgba(247,152,96,1) 25%, rgba(247,152,96,1) 79%, rgba(245,114,37,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(245,114,37,1) 0%,rgba(247,152,96,1) 25%,rgba(247,152,96,1) 79%,rgba(245,114,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(245,114,37,1) 0%,rgba(247,152,96,1) 25%,rgba(247,152,96,1) 79%,rgba(245,114,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57225', endColorstr='#f57225',GradientType=0 ); /* IE6-9 */
	box-shadow:5px 5px 8px 0px #6ba7a4;
	-moz-box-shadow:5px 5px 8px 0px #6ba7a4;
	-webkit-box-shadow:5px 5px 8px 0px #6ba7a4;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	width:fit-content;
	width:-moz-fit-content;
	width:-webkit-fit-content;
	transition:all 0.2s linear;
}
.p_bt01:hover{
	opacity:0.8;
}
.p_bt01 a{
	color:#fff;
	text-decoration:none;
}
.text_notice01{
	font-size:14px;
	font-weight:normal;
	color: #777;
	line-height:1.4;
}
.text_notice02{
	font-size: 12px;
	font-weight:normal;
	color: #ff5151;
	line-height:1.4;	
}
.text_notice03{
	font-size: 12px;
	font-weight:normal;
	color:#3e3a39;
	line-height:1.4;	
}
.span_hl01{
	border:4px solid #F8B62D;
	color:#F8B62D;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;
	display:inline-block;
	margin-bottom:5px;
	margin-right:5px;
	padding:1px 10px;
}
.text_st01{
    color: #872414;
    font-size: 16px;
    font-weight: bold;
}
.text_st02{
    color: #ffda90;
	font-weight:bold;	
	font-size:14px;
}
.text_st03{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;	
	font-size:16px;
	color:#ffda90;
}
.text_st04{
    color: #f8b62d;
	font-weight:bold;	
	font-size:14px;
}
.text_st04b{
    color: #247b3a;
	font-weight:bold;	
	font-size:14px;
}
.text_st05{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;
	font-size:18px;
	color:#FFDA90;
}
.text_st05b{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;
	font-size:18px;
	color:#247b3a;
}
.link01 a{
	color:#FFFFBB;
}
.link01 a:hover{
	color:#b56d90;
}
.link01:before{
	content:" ";
	background:url(../image/common/mark_arrow01.png) no-repeat 0 0/ contain;
	width:16px;
	height:10px;
	display:inline-block;
	margin-right:3px;
}
.link_pdf01:before{
	content:" ";
	background:url(../img/common/ic_pdf.png) no-repeat 0 0/ contain;
	width:32px;
	height:27px;
	display:inline-block;
	margin-right:3px;
}
.ul01 > li{
	list-style:none;
	margin-left:15px;
	margin-bottom:10px;
}
.ul01 > li::before{
	content:"●";
	color:#4b5644 ;
	margin-right:2px;
	margin-left:-14px;
}
.ul02 > li{
    list-style:none;	
	margin-left:53px;
	margin-bottom:20px;
	position:relative;
}
.ul02 > li::before{
	content:"";
	background:url(../img/common/mark_f01.png) no-repeat 0 0 / 27px 27px;
	width:27px;
	height:27px;
	position:absolute;
	top:-3px;
	left:-33px;
}
.ul03 li{
    list-style:none;	
	margin-left:14px;
	margin-bottom:5px;
}
.ul03 li::before{
	content:"○";
	margin-right:2px;
	margin-left:-14px;
}
.ul02s li{
    list-style:none;
	font-size:12px;
}
.ul_notice01,
.ul_notice02{
	margin-left:14px;
}
.ul_notice01 li,
.ul_notice02 li{
	font-size:14px;
	font-weight:normal;
	color: #777;
	line-height:1.4;
	margin-bottom:3px;
	padding-left:2px;
}
.ul_notice02 li{
	font-size:16px;
}
.ul_notice01 li:before,
.ul_notice02 li:before{
	content:"※";
	display:block;
	float:left;
	margin-left:-16px;
}
.ul_flow01 li{
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	background:#C9CCC6;
	padding:5px 10px;
	font-size:22px;
	text-align:center;
}
.ul_flow01 li:last-of-type{
	margin-right:0;
}
.ol01{
	margin-left:22px;
}
.ol01 li{
	list-style:decimal outside;
	margin-bottom:10px;
}
.ol_st01{
	margin-left:19px;
}
.ol_st01 li{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;
	font-size:16px;
	color:#F8B62D;
	list-style:decimal outside;
	letter-spacing: 0.8px;
	margin-bottom:15px;
}
.ol_st01 li span.subscript{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:1.2;
	display:block;
	color:#fff;
}
.ol_st01{
	margin-left:19px;
}
.ol_st02{
	margin-left:19px;
}
.ol_st02 li{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;
	font-size:15px;
	list-style:decimal outside;
	letter-spacing: 0.8px;
	margin-bottom:15px;
	color:#F8B62D;
}
.ol_st02 li span.subscript{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:1.2;
	display:block;
	color:#fff;
}
.ol_st03{
	margin-left:19px;
}
.ol_st03 li{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;
	font-size:15px;
	list-style:decimal outside;
	letter-spacing: 0.8px;
	margin-bottom:5px;
}
.dl01{
	margin-bottom:15px;
}
.dl01:last-of-type{
	margin-bottom:0;
}
.dl01 dt{
	float:left;
	margin-right:15px;
}
.dl01 dt:after{
	content:"：";
	position:absolute;
}
.dl01 dd{
	margin-bottom:5px;
}
.dl01 dd:last-of-type{
	margin-bottom:0;
}
.dl01s{
	margin-bottom:15px;
	font-size:12px;
}
.dl01s dt{
	float:left;
	margin-right:15px;
}
.dl01s dt:after{
	content:"：";
	position:absolute;
}
.dl01s dd{
}
.dl02{
	margin-bottom:15px;
}
.dl02:last-of-type{
	margin-bottom:0;
}
.dl02 dt{
	float:left;
	margin-right:15px;
	border-right: 3px solid #f2620d;
}
.dl02 dd{
	margin-bottom:5px;
}
.dl02 dd:last-of-type{
	margin-bottom:0;
}
.dl_form{
    margin: 0 auto;
}
.dl_form dt{
    float: left;
    font-size: 16px;
    font-weight:normal;
    padding: 30px 0;
    text-align: left;
    vertical-align: top;
    width: 200px;
}
.dl_form dd{
    margin-bottom: 5px;
    margin-left: 200px;
    padding: 30px 0;
}
.dl_form .required {
    background: #e50012 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
    padding: 5px;
}
.dl_form .wpcf7-textarea, .dl_form .wpcf7-text,.dl_form .wpcf7-number {
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.098);
    padding: 15px;
	width:100%;
}
.bt_box{
}
.bt_sendform {
    background-color: #643f33;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    width: 200px;
}
.bt_sendform:hover {
    background: #b0937e none repeat scroll 0 0;
}
.table_time{
	border-spacing: 0;
}
.table_time tr{
	padding:10px;
}
.table_time tr{
	background:#fff;
}
.table_time th{
	border-top:1px solid #89B9C9C;
    background: #643F33;
    color: #ffffff;
    font-weight:normal;
	border-left:1px solid #9B9C9C;	
	border-bottom:1px solid #9B9C9C;
	padding:5px;
	font-size:20px;
}
.table_time td{
	border-left:1px solid #9B9C9C;	
	border-bottom:1px solid #9B9C9C;	
	padding:10px;
	text-align:center;
	font-size:40px;
}
.table_time td:first-of-type{
	font-size:22px;
}
.table_time th:last-of-type,
.table_time td:last-of-type{
	border-right:1px solid #9B9C9C;	
}
.table_time .subscript{
	font-size:14px;
}
.table01{
	border-spacing: 0;
	border-top:1px solid #231815;
}
.table01:last-of-type{
	margin-bottom:0px;
}
.table01 tr:nth-of-type(2n-1){
	background:#fff;
}
.table01 tr:nth-of-type(2n){
	background:#EDEEEC;
}
.table01 th{
    font-weight:normal;
	border-left:1px solid #231815;	
	border-bottom:1px solid #231815;
	padding:10px 15px;
	background:#4b5644;
	color:#fff;
}
.table01 td{
	border-left:1px solid #231815;	
	border-bottom:1px solid #231815;	
	padding:15px 20px;
	/*font-weight:bold;*/	
}
.table01 th:last-of-type,
.table01 td:last-of-type{
	border-right:1px solid #231815;	
}
.table01 td:first-of-type{
	font-weight:normal;
	text-align:center;
}
.table02{
	border-spacing: 0;
	border-top:1px solid #231815;
}
.table02 th{
    background-color: #4b5644;
    color: #fff;
    font-size: 20px;
	font-weight:normal;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
	border-left:1px solid #231815;
	border-bottom:solid #231815 1px;		
}

.table02 td{
    padding: 10px;
	border-left:1px solid #231815;
	border-bottom:solid 1px #231815;	
}

/*.table02 td:first-of-type{
	color:#f8b62d;
	font-weight:bold;
	font-size:16px;
}
.table02 td .subscript{
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:12px;
}*/
.table02 td:last-of-type{
	border-right:1px solid #231815;	
}

.table02 td:nth-of-type(1){
	background:#EDEEEC;
}
.table02 td:nth-of-type(2){
	background:#fff;
}
.table03{
    border: 1px solid #d1ffa3;
    border-collapse: collapse;
}
.table03 th{
    background: #a8c97f;
    border-left: 1px solid #d1ffa3;
    border-right: 1px solid #d1ffa3;
    border-top: 1px solid #d1ffa3;
    color: #3f312b !important;
}
.table03 td{
    border-left: 1px solid #d1ffa3;
    border-right: 1px solid #d1ffa3;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
	background:#fff;
	color:#3f312b;
}
.table04 tr {
    border-collapse: collapse;
}
.table04 th {
    border-bottom: 1px dotted #e6e6e6;
    font-weight: normal;
    padding: 30px 0;
    text-align: left;
    vertical-align: top;
}
.table04 td {
    border-bottom: 1px dotted #e6e6e6;
    padding: 30px 15px;
}
.table04 .required {
    background: #ffda90 none repeat scroll 0 0;
    color: #10442e;
    font-weight: bold;
    font-size: 12px;
    margin-right: 5px;
    padding: 1px 3px;
}
.div_border01{
    border: 5px solid #fc7f96;
    padding: 15px;
}
#seccon_subnavi .subnavi01{
	margin-bottom:20px;
}
#seccon_subnavi .subnavi01 li{
	line-height:0;
}
#seccon_subnavi .subnavi01_sp{
	display:none;
}
#seccon_subnavi .subnavi02{
	position:relative;
	width:500px;
	/*
	height:390px;
	*/
	margin:0 auto;
}
.subnavi02 li .fb_iframe_widget{
    max-height: 390px !important;
    width: 500px !important;
}
.subnavi02 li > .fb-page {
    width: 100%;
}
.subnavi02 li > .fb-page > span,
.subnavi02 li iframe,
._2p3a{
    width: 100% !important;
}

/*20201111*/
#side_nav .side_nav{
	writing-mode: vertical-rl;
	position: fixed;
	right: 0px;
	top: 45px;
	padding: 20px 10px;
	font-weight: bold;
	background-color: #996633;
	border: 1px solid white;
	border-radius: 20px 0 0 20px;
	z-index: 10000;
}
#side_nav .side_nav a{
	color: white;
	text-decoration: none;
	font-family: serif;
}

.toppage #seccon_time .div_topic01 .text_st01{
	font-size:20px;
	text-align:center;
	margin:20px auto 15px;
}

.internet_reserve{
	height: 60px;
	width: 354px;
	margin: 0 auto;
}

.bt_internet_reserve{
	height: 100px;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #996633;
	border: 1.5px solid white;
	border-radius: 10px;
	color: white;
	font-size: 24px;
	font-family: serif;
	text-decoration: none;
	
}
/*20201111*/
/*
#seccon_subnavi .subnavi02{
	position:relative;
	width:820px;
	height:390px;
}
#seccon_subnavi .subnavi02 li:nth-of-type(1),
#seccon_subnavi .subnavi02 li:nth-of-type(2){
	width:400px;
	line-height:0;
}
#seccon_subnavi .subnavi02 li:nth-of-type(1) img,
#seccon_subnavi .subnavi02 li:nth-of-type(2) img{
	width:100%;
	height:auto;
}
#seccon_subnavi .subnavi02 li:nth-of-type(1){
	margin-bottom:20px;
}
#seccon_subnavi .subnavi02 li:nth-of-type(3){
	position:absolute;
	top:0;
	right:0;
	width:400px;
	height:px;
}
.subnavi02 li:nth-of-type(3) .fb_iframe_widget{
    height: 390px !important;
    width: 400px !important;
}
.subnavi02 li:nth-of-type(3) > .fb-page {
    width: 100%;
}
.subnavi02 li:nth-of-type(3) > .fb-page > span,
.subnavi02 li:nth-of-type(3) iframe,
._2p3a{
    width: 100% !important;
}
*/

/* toppage */
.toppage{
}
.toppage h1{
	display:none;
}
.toppage #gnavi{
	width:910px;
}
.toppage #gnavi li{
	width: 140px;
}
.toppage #gnavi li:first-of-type{
	display:none;
}
.toppage #gnavi li:nth-of-type(2){
	margin-left:25px;
}
.toppage #gnavi li:last-of-type{
	margin-right:0px;
}
.toppage #mainimg_top{
	width:100%;
	min-width:1080px;

	/*
	min-width:1080px;
	height:502px;
	*/
	margin:0 auto;
    overflow: hidden;
}
.toppage #mainimg_top .bx-viewport {
    overflow: visible!important;
	/*
    width: 1500px!important;
	*/
}
.toppage #mainimg_top > ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
.toppage #mainimg_top > li {
	/*
    width: 1500px!important;
	*/
    margin: 0;
    padding: 0;
}
.toppage #mainimg_top_sp{
	display:none;
}
.toppage #seccon_news dl{
	padding:0 60px;
}
.toppage #seccon_news dl dt{
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}
.toppage #seccon_news dl dd{
	font-size:14px;
	padding-bottom:20px;
	margin-bottom:30px;
	margin-left:0;
	border-bottom:1px #3E3A39 dashed;
}
.toppage #seccon_news dl dd .date_day{
	font-size:12px;
	color:#604c3f;
	display:block;
}
.toppage #seccon_time .h2_time{
	display:block;
	margin:0 auto 20px;
	width:250px;
	height:auto;
}
.toppage #seccon_time .table_time:first-of-type{
	width:100%;
	margin-bottom:30px;
}
.toppage #seccon_time .table_time:last-of-type{
	width:100%;
	margin-bottom:10px;
}
.toppage #seccon_time .table_time .subscript{
	display:block;
}
.toppage #seccon_time > .text01{
	margin-left:10px;
}
.toppage #seccon_time .div_topic01{
	margin-top:40px;
}
.toppage #seccon_time .div_topic01 .text_st01{
	font-size:20px;
	text-align:center;
	margin:20px auto 15px;
}
.toppage #seccon_time .div_topic01 .dl01{
	margin:0 120px;
}
.toppage #seccon_time .div_topic01 .dl01 dd{
	margin-left:152px;
}
.toppage #seccon_time .ul_notice02{
	margin:0 30px 30px;
}
.toppage #seccon_time .ul_notice02 li{
	font-size:14px;
}
.toppage #seccon_time .div_topic02a .text_st01{
	font-size:20px;
	text-align:center;
	margin:20px auto 15px;
}
.toppage #seccon_time .div_topic02a .text01,
.toppage #seccon_time .div_topic02a .text02{
	font-size:14px;
}
.toppage #seccon_map{
	width:100%;
	min-width:1080px;
	height:460px;
}
.toppage #seccon_map iframe{
	width:100%;
	height:460px;
}
.toppage #seccon_subnavi{
	margin-left:0px;
	margin-right:0px;
}
/*
.toppage #seccon_subnavi .subnavi02{
	position:relative;
	width:980px;
	height:390px;
}
.toppage #seccon_subnavi .subnavi02 li:nth-of-type(1),
.toppage #seccon_subnavi .subnavi02 li:nth-of-type(2){
	width:460px;
	line-height:0;
}
.toppage #seccon_subnavi .subnavi02 li:nth-of-type(3){
	position:absolute;
	top:0;
	right:0;
	width:500px;
	height:px;
}
.toppage .subnavi02 li:nth-of-type(3) .fb_iframe_widget{
    height: 390px !important;
    width: 500px !important;
}
.toppage .subnavi01_sp{
	display:none;
}
*/

/* toppage end */

/* doctor */
.doctor .div_h1{
	background:url(../img/doctor/h1_im.jpg) no-repeat 120% 0  #4b5644;
}
.doctor #seccon_doctor h3{
	font-size:24px;
}
.doctor #seccon_doctor h3 .subscript{
	font-size:14px;
	font-weight:normal;
	margin-right:15px;
}
.doctor #seccon_doctor h3 .subscript:nth-of-type(2){
	margin-left:15px;
}
.doctor #seccon_doctor .dl01{
	margin-left: 310px;
	font-size:14px;
}
.doctor #seccon_doctor .dl01 dd{
	margin-left:80px;
}
.doctor #artcon_doctor01 .im_doctor01,
.doctor #artcon_doctor02 .im_doctor02{
    float: left;
    margin-right: 30px;
    width: 280px;
}
/* doctor end */

/* medical */
.medical .div_h1{
	background:url(../img/gynecology/h1_im.jpg) no-repeat 120% 0  #4b5644;
}
/* medical end */

/* homecoming */
.homecoming .div_h1{
	background:url(../img/obstetrics/h1_im.jpg) no-repeat 120% 0  #4b5644;
}
/* homecoming end */


/* obstetrics */
.obstetrics .div_h1{
	background:url(../img/obstetrics/h1_im.jpg) no-repeat 120% 0  #4b5644;
}
.obstetrics #seccon_topics{
	margin-bottom:0 !important;
}
.obstetrics #seccon_topics .text01{
	margin-bottom:20px;
}
.obstetrics #seccon_pregnantcheck .ul_flow01{
	margin-bottom:20px;
}
.obstetrics #seccon_pregnantcheck .div_topic02a .text01{
	font-size:14px;
}
.obstetrics #seccon_bloodcheck .text01{
	margin-bottom:30px;
}
.obstetrics #seccon_bloodcheck .ul_flow01{
	margin-bottom:30px;
}
.obstetrics #seccon_bloodcheck .ul_flow01 li{
	width:190px;
}
.obstetrics #seccon_bloodcheck .text02{
}
.obstetrics #seccon_soniccheck > .text01{
	width:510px;
	margin-right:50px;
	float:left;
}
/*
.obstetrics #seccon_soniccheck .im_check01{
	width:300px;
	margin-bottom:20px;
}
.obstetrics #seccon_soniccheck .im_check02{
	width:300px;
	margin-bottom:40px;
}
*/
.obstetrics #seccon_soniccheck .im_check04{
	width:220px;
	margin-bottom:40px;
}
.obstetrics #seccon_soniccheck .div_topic01 p{
	margin-left:225px;
}
.obstetrics #seccon_soniccheck .im_check03{
	position:absolute;
	bottom:0;
	left:0;
	width:260px;
}
/* obstetrics end */

/* class */
.class .div_h1{
	background:url(../img/class/h1_im.jpg) no-repeat 120% 0  #4b5644;
}
.class #seccon_motherclass #artcon_motherclass .table01{
	width:100%;
	margin-bottom:20px;
}
.class #seccon_motherclass .im_class01{
	float:right;
	width:130px;
	transform:rotate(7deg);
}
/* class end */

/* hospitalization */
.hospitalization .div_h1{
	background:url(../img/hospitalization/h1_im.jpg) no-repeat 120% 0  #4b5644;
}
.hospitalization #seccon_breastfeed .ul01 > li{
	font-size:14px;
}
.hospitalization #seccon_rooming .text_st01,
.hospitalization #seccon_breastfeed .text_st01{
	text-align:center;
}
.hospitalization #seccon_hospitalization .text03{
	color:#f00;
}
.hospitalization #artcon_deliveryprice .table02{
	margin-bottom:30px;
}
/* hospitalization end */

/* facility */
.facility .div_h1{
	background:url(../img/facility/h1_im.jpg) no-repeat 120% 0  #4b5644;
}
.facility #seccon_room .im_room01,
.facility #seccon_room .im_room02,
.facility #seccon_labor .im_labor01,
.facility #seccon_feeding .im_feeding01,
.facility #seccon_feeding .im_feeding02,
.facility #seccon_newborn .im_newborn01,
#seccon_meal .im_meal01,
#link_img01 .im_link01{
	display:block;
	margin:0 auto 15px;
}
.facility #seccon_room .text01,
.facility #seccon_labor .text01,
.facility #seccon_feeding .text01,
.facility #seccon_feeding .text02,
.facility #seccon_newborn .text01{
	width:640px;
	margin:0 auto;
}
.facility #seccon_room .text01{
	margin-bottom:20px;
}
.facility #seccon_delivery .im_delivery01{
	width:280px;
	margin-right:20px;
	float:left;
}
.facility #seccon_feeding .text01{
	margin-bottom:50px;
}
.facility #seccon_newborn .im_newborn02{
	float:right;
	width:300px;
	margin-right:95px;
}
/* facility end */

/* gynecology */
.gynecology .div_h1{
	background:url(../img/gynecology/h1_im.jpg) no-repeat 120% 0  #4b5644;
}
.gynecology #artcon_examination .table01{
	width:100%;
}
.gynecology #artcon_examination .table01 .subscript,
.gynecology #artcon_examination .text03{
	color:#f00;
}
.gynecology #artcon_check .text01{
	margin-bottom:20px;
}
/* gynecology end */

/* recruit */
.recruit .div_h1{
	background:url(../img/recruit/h1_im.jpg) no-repeat 120% 0  #4b5644;
}
.recruit .div_h1_text{
	padding-top:23px;
}
/* recruit end */

/* contact */
.contact .div_h1{
	background:url(../img/contact/h1_im.jpg) no-repeat 120% 0  #4b5644;
}
.contact .ul_notice{
	margin:10px 20px 60px;
}
.contact .rec{
	background: #c65e7a none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	margin-left: 5px;
	padding: 3px;
}
/* contact end */

/* link */
.link .div_h1{
	background:url(../img/link/h1_im.jpg) no-repeat 120% 0  #4b5644;
}
.link  .div_h1_text{
	padding-top:23px;
}
.link h1 .div_h1_text{
	margin: 55px auto 0;
}
/* link end */

/* topics */
.topics .div_h1{
	background:url(../img/topics/h1_im.jpg) no-repeat 120% 0  #4b5644;
}
.topics h2.h2_topics{
	position:relative;
	font-size:30px;
	font-weight:normal;
	color:#000F;
	margin:10px auto 40px;
	background:url(../img/topics/h2_topics_back.png) no-repeat bottom left;
	background-size:contain;
	display:block;
	padding: 0 0 5px 5px;

}
.topics h2.h2_topics:before{
	display:none;
}
.topics h2.h2_topics:after{
	display:none;

}
.topics #art_topics_postsingle .times_day{
	font-size:12px;
	color:#604c3f;
}
.topics #art_topics_postsingle .wp-prev-next .post{
	margin:20px auto;
	width:100%;
	display:block;
	position:relative;
}
.topics #art_topics_postsingle .wp-prev-next .post li{
	display:block;
}
.topics #art_topics_postsingle .wp-prev-next .post li.prev{
	background:#c0b393;
	border:1px solid #c0b393;
	width:120px;
	transition:all 0.2s linear;
}
.topics #art_topics_postsingle .wp-prev-next .post li.next{
	background:#a1843c;
	border:1px solid #a1843c;
	width:120px;
	transition:all 0.2s linear;
}
.topics #art_topics_postsingle .wp-prev-next .post li.prev {
	float:left;
}
.topics #art_topics_postsingle .wp-prev-next .post li.next{
	float:right;
}
.topics #art_topics_postsingle .wp-prev-next .post li.prev a{
	color:#fff;
	text-decoration:none;
	padding-left:20px;
}
.topics #art_topics_postsingle .wp-prev-next .post li.next a{
	color:#fff;
	text-decoration:none;
	padding-left:20px;
	}
.topics #art_topics_postsingle .wp-prev-next .post li.prev:hover{
	background:#6d5924;
	border:1px solid #6d5924;
	width:120px;
	transition:all 0.2s linear;
}
.topics #art_topics_postsingle .wp-prev-next .post li.next:hover{
	background:#643f33;
	border:1px solid #643f33;
}
.topics #art_topics_postsingle .wp-prev-next .post li.prev:before{
	content:"◀";
	color:#fff;
}
.topics #art_topics_postsingle .wp-prev-next .post li.next a:before{
	content:"▶";
	color:#fff;
	float:right;
}
.topics #art_topics_postsingle .wp-prev-next .post li.topics_navi{
	background:#4b5644;
	border:1px solid #4b5644;
	width:150px;
	margin:auto;
	display:block;
	text-align:center;
}
.topics #art_topics_postsingle .wp-prev-next .post li.topics_navi a{
	color:#fff;
}
/* topics */

}
@media (max-width: 679px) {
/*  common  */
body{
	background:url(../img/common/body_back_deco.png),url(../img/common/body_back.png);
}

/* header */
header{
	width:100%;
	margin:0 auto;
	padding:10px 0 0;
}
header .logo{
	display:block;
	margin:15px auto 20px;
	width:70%;
}
#gnavi{
	display:none;
}
#navi_sp_top{
	border-top:1px solid #fff;
	padding:10px 10%;
	text-align:center;
}
#navi_sp_top #bt_menu{
	width:36%;
}
#navi_sp_top .bt_tel{
	display:none;
	/*
	width:52%;
	float:right;
	*/
}
#gnavi_sp,
#gnavi_sp ul li span{
	display:none;
}
#gnavi_sp ul{
	background:rgba(0,0,0,0.2);
	padding:15px 5px 10px;
}
#gnavi_sp ul li{
	margin-bottom:5px;
}
#gnavi_sp ul li:last-of-type{
	margin-bottom:0;
}
#gnavi_sp ul li img{
	width:100%;
}

/* footer */
#footernavi{
	width:100%;
	background:#643F33;
	border-top:2px solid #A1843C;
	border-bottom:2px solid #A1843C;
	padding:30px 0;
}
#footernavi ul{
	width:100%;
	margin:0 auto;
	padding:0px 30px;
	position:relative;
}
#footernavi ul li{
	color:#FFF;
	width:48%;
	margin-right:1%;
	margin-bottom:5px;
	display:inline-block;
	font-size:13px;
}
#footernavi ul li a{
	color:#FFF;
	text-decoration:none;
	transition:all 0.5s;
}
#footernavi ul li a:hover{
	color:#b56d90;
}
#footernavi ul li:nth-of-type(2n){
	margin-right:0;
}
#back-top {
    position:relative;
	margin:0 auto;
	width:1080px;
}
#back-top_main {
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:0;
	z-index:5;
}
#back-top_main img {
    height: auto;
    width: 54px;
	position:absolute;
	right:10px;
	bottom:10px;
}
footer{
	background:#EFECE1;
	width:100%;
}
footer #footer_main{
	width:100%;
	margin:0 auto;
    padding: 30px;
	position:relative;
}
footer .clinicname{
	font-size:20px;
	font-weight:bold;
}
footer .adress{
	font-size:12px;
}
footer .copy{
	font-size:12px;
	margin-left:3px;
}

/* contents-parts */
.div_h1{
	line-height:0;
}
.div_h1 .h1_im{
	width:100%;
}
.div_h1 .div_h1_text,
.div_h1 h1{
	display:none;
}
.contentsmain{
	background:#EFECE1;
	width:100%;
	margin:0 auto;
    padding: 0 0 30px;
	position:relative;
}
.contentsmain h2{
	position:relative;
	font-size:22px;
	font-weight:normal;
	color:#604C3F;
	margin:10px auto 15px;
	display:table;
	font-family:serif, "メイリオ", Meiryo;
	max-width:calc(100% - 60px);
}
.contentsmain h2:before{
	background:url(../img/common/h2_back_l.png) no-repeat 0 0 /45px auto;
    /*bottom: 14px;*/
    content: "";
    height: 18px;
    right: 100%;
    position: absolute;
    top: 7px;
    width: 45px;
}
.contentsmain h2:after{
	background:url(../img/common/h2_back_r.png) no-repeat 0 0 /45px auto;
    /*bottom: 14px;*/
    content: "";
    height: 18px;
    left: 100%;
    position: absolute;
    top: 7px;
    width: 45px;
}
.contentsmain .sec_contents{
	position:relative;
	margin:0 0 60px;
	padding:25px 20px 0;
}
.contentsmain .sec_contents:last-of-type{
	margin-bottom:60px;
}
.contentsmain .sec_contents>p{
	margin-bottom:20px;
}
.contentsmain .sec_contents .art_contents{
	margin-bottom:30px;
	position:relative;
}
.contentsmain .sec_contents .art_contents:last-of-type{
	margin-bottom:0px;
}
.contentsmain .sec_contents .art_contents h3{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-size:18px;
	letter-spacing: 4px;
	color:#604C3F;
	padding:0 15px;
	margin:0 auto 20px;
	border-bottom:6px solid #A1843C;
}
#contentsmain .sec_contents .art_contents p,
#contentsmain .sec_contents .art_contents ul,
#contentsmain .sec_contents .art_contents ol{
	margin-bottom:15px;
}
#contentsmain .sec_contents .art_contents p:last-child,
#contentsmain .sec_contents .art_contents ul:last-child,
#contentsmain .sec_contents .art_contents ol:last-child{
	margin-bottom:0px;
}
#contentsmain .sec_contents .bt_toggle{
	margin-top:15px;
	background:#6A3906;
	border:2px solid #fff;
	border-radius:10px;
	padding:5px;
	font-size:12px;
	display:inline-block;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#contentsmain .sec_contents .bt_toggle:hover{
	background:#F8B62D;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#contentsmain .sec_contents .bt_toggle span:after{
	content:"▼";
	color:#fff;
	margin-left:4px;
}
#contentsmain .sec_contents .togglecontents{
	display:none;
}
#contentsmain .sec_contents .bt_toggle_close{
	margin-top:15px;
	background:#6A3906;
	border:2px solid #fff;
	border-radius:10px;
	padding:5px;
	font-size:12px;
	display:inline-block;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#contentsmain .sec_contents .bt_toggle_close:hover{
	background:#F8B62D;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#contentsmain .sec_contents .bt_toggle_close span:after{
	content:"▲";
	color:#fff;
	margin-left:4px;
}
#contentsmain .sec_contents .p_flick{
	display:none;
}

/*contents-format */
.div_topic01{
	background:#D2D5D0;
	padding:15px;
	margin-bottom:30px;
	position:relative;
}
.div_topic01 .headline{
	background:#4B5644;
	color:#fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-size:20px;
	text-align:center;
	margin-bottom:15px;
}
.div_topic01 .headline02{
	background:#4B5644;
	color:#fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-size:18px;
	text-align:center;
	margin:0 0 15px;
}
.div_topic01 .bt{
	background:#fff;
	padding:2px;
	text-align:center;
	margin-top:15px;
}
.div_topic02a{
	border:1px dashed #f5860d;
	background:#fff;
	padding:10px 15px;
}
.div_topic02b{
	border:1px dashed #f5860d;
	background:#ffffcd;
	padding:10px 15px;
}
.p_bt01{
	background: rgb(245,114,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,114,37,1) 0%, rgba(247,152,96,1) 25%, rgba(247,152,96,1) 79%, rgba(245,114,37,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(245,114,37,1) 0%,rgba(247,152,96,1) 25%,rgba(247,152,96,1) 79%,rgba(245,114,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(245,114,37,1) 0%,rgba(247,152,96,1) 25%,rgba(247,152,96,1) 79%,rgba(245,114,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57225', endColorstr='#f57225',GradientType=0 ); /* IE6-9 */
	box-shadow:5px 5px 8px 0px #6ba7a4;
	-moz-box-shadow:5px 5px 8px 0px #6ba7a4;
	-webkit-box-shadow:5px 5px 8px 0px #6ba7a4;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	width:fit-content;
	width:-moz-fit-content;
	width:-webkit-fit-content;
	transition:all 0.2s linear;
}
.p_bt01:hover{
	opacity:0.8;
}
.p_bt01 a{
	color:#fff;
	text-decoration:none;
}
.text_notice01{
	font-size:12px;
	font-weight:normal;
	color: #777;
	line-height:1.4;
}
.text_notice02{
	font-size: 12px;
	font-weight:normal;
	color: #ff5151;
	line-height:1.4;	
}
.text_notice03{
	font-size: 12px;
	font-weight:normal;
	color:#3e3a39;
	line-height:1.4;	
}
.span_hl01{
	border:4px solid #F8B62D;
	color:#F8B62D;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;
	display:inline-block;
	margin-bottom:5px;
	margin-right:5px;
	padding:1px 10px;
}
.text_st01{
    color: #872414;
    font-size: 14px;
    font-weight: bold;
}
.text_st02{
    color: #ffda90;
	font-weight:bold;	
	font-size:14px;
}
.text_st03{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;	
	font-size:16px;
	color:#ffda90;
}
.text_st04{
    color: #f8b62d;
	font-weight:bold;	
	font-size:14px;
}
.text_st04b{
    color: #247b3a;
	font-weight:bold;	
	font-size:14px;
}
.text_st05{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;
	font-size:18px;
	color:#FFDA90;
}
.text_st05b{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;
	font-size:18px;
	color:#247b3a;
}
.link01 a{
	color:#FFFFBB;
}
.link01 a:hover{
	color:#b56d90;
}
.link01:before{
	content:" ";
	background:url(../image/common/mark_arrow01.png) no-repeat 0 0/ contain;
	width:16px;
	height:10px;
	display:inline-block;
	margin-right:3px;
}
.link_pdf01:before{
	content:" ";
	background:url(../image/common/ic_pdf.png) no-repeat 0 0/ contain;
	width:32px;
	height:27px;
	display:inline-block;
	margin-right:3px;
}
.ul01 > li{
	list-style:none;
	margin-left:15px;
	margin-bottom:10px;
}
.ul01 > li::before{
	content:"●";
	color:#4b5644 ;
	margin-right:2px;
	margin-left:-14px;
}
.ul02 > li{
    list-style:none;	
	margin-left:34px;
	margin-bottom:20px;
	position:relative;
}
.ul02 > li::before{
	content:"";
	background:url(../img/common/mark_f01.png) no-repeat 0 0 / 27px 27px;
	width:27px;
	height:27px;
	position:absolute;
	top:-3px;
	left:-33px;
}
.ul03 li{
    list-style:none;	
	margin-left:14px;
	margin-bottom:5px;
}
.ul03 li::before{
	content:"○";
	margin-right:2px;
	margin-left:-14px;
}
.ul02s li{
    list-style:none;
	font-size:12px;
}
.ul_notice01,
.ul_notice02{
	margin-left:14px;
}
.ul_notice01 li,
.ul_notice02 li{
	font-size:12px;
	font-weight:normal;
	color: #777;
	line-height:1.4;
	margin-bottom:3px;
	padding-left:2px;
}
.ul_notice02 li{
	font-size:14px;
}
.ul_notice01 li:before,
.ul_notice02 li:before{
	content:"※";
	display:block;
	float:left;
	margin-left:-16px;
}
.ul_flow01 li{
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	background:#C9CCC6;
	padding:5px 10px;
	font-size:18px;
	text-align:center;
}
.ul_flow01 li:last-of-type{
	margin-right:0;
}
.ol01{
	margin-left:19px;
}
.ol01 li{
	list-style:decimal outside;
	margin-bottom:10px;
}
.ol_st01{
	margin-left:19px;
}
.ol_st01 li{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;
	font-size:16px;
	color:#F8B62D;
	list-style:decimal outside;
	letter-spacing: 0.8px;
	margin-bottom:15px;
}
.ol_st01 li span.subscript{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:1.2;
	display:block;
	color:#fff;
}
.ol_st01{
	margin-left:19px;
}
.ol_st02{
	margin-left:19px;
}
.ol_st02 li{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;
	font-size:15px;
	list-style:decimal outside;
	letter-spacing: 0.8px;
	margin-bottom:15px;
	color:#F8B62D;
}
.ol_st02 li span.subscript{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:1.2;
	display:block;
	color:#fff;
}
.ol_st03{
	margin-left:19px;
}
.ol_st03 li{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo,"ＭＳ Ｐ明朝", "MS PMincho";
	font-weight:bold;
	font-size:15px;
	list-style:decimal outside;
	letter-spacing: 0.8px;
	margin-bottom:5px;
}
.dl01{
	margin-bottom:15px;
}
.dl01:last-of-type{
	margin-bottom:0;
}
.dl01 dt{
	float:left;
	margin-right:15px;
}
.dl01 dt:after{
	content:"：";
	position:absolute;
}
.dl01 dd{
	margin-bottom:5px;
}
.dl01 dd:last-of-type{
	margin-bottom:0;
}
.dl01s{
	margin-bottom:15px;
	font-size:12px;
}
.dl01s dt{
	float:left;
	margin-right:15px;
}
.dl01s dt:after{
	content:"：";
	position:absolute;
}
.dl01s dd{
}
.dl02{
	margin-bottom:15px;
}
.dl02:last-of-type{
	margin-bottom:0;
}
.dl02 dt{
	float:left;
	margin-right:15px;
	border-right: 3px solid #f2620d;
}
.dl02 dd{
	margin-bottom:5px;
}
.dl02 dd:last-of-type{
	margin-bottom:0;
}
.dl_form{
    margin: 0 auto;
}
.dl_form dt{
    font-size: 14px;
    font-weight:normal;
    text-align: left;
	padding-left:5px;
	margin-bottom:10px;
}
.dl_form dd{
    margin-bottom: 20px;
    margin-left: 0px;
}
.dl_form .required {
    background: #e50012 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
    padding: 5px;
}
.dl_form .wpcf7-textarea, .dl_form .wpcf7-text,.dl_form .wpcf7-number {
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.098);
    padding: 10px;
	width:100%;
}
.bt_box{
}
.bt_sendform {
    background-color: #643f33;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    width: 200px;
}
.table_time{
	border-spacing: 0;
}
.table_time tr{
	padding:10px;
}
.table_time tr{
	background:#fff;
}
.table_time th{
	border-top:1px solid #9B9C9C;
    background: #643F33;
    color: #ffffff;
    font-weight:normal;
	border-left:1px solid #9B9C9C;	
	border-bottom:1px solid #9B9C9C;
	padding:5px;
	font-size:10px;
}
.table_time td{
	border-left:1px solid #9B9C9C;	
	border-bottom:1px solid #9B9C9C;	
	padding:10px;
	text-align:center;
	font-size:10px;
}
.table_time td:first-of-type{
}
.table_time th:last-of-type,
.table_time td:last-of-type{
	border-right:1px solid #9B9C9C;	
}
.table_time .subscript{
	font-size:8px;
}
.table01{
	border-spacing: 0;
	border-top:1px solid #231815;
}
.table01:last-of-type{
	margin-bottom:0px;
}
.table01 tr:nth-of-type(2n-1){
	background:#fff;
}
.table01 tr:nth-of-type(2n){
	background:#EDEEEC;
}
.table01 th{
    font-weight:normal;
	border-left:1px solid #231815;	
	border-bottom:1px solid #231815;
	padding:10px 15px;	
	background:#4b5644;
	color:#fff;
}
.table01 td{
	border-left:1px solid #231815;	
	border-bottom:1px solid #231815;	
	padding:15px 20px;
	font-weight:bold;	
}
.table01 th:last-of-type,
.table01 td:last-of-type{
	border-right:1px solid #231815;	
}
.table01 td:first-of-type{
	font-weight:normal;
	text-align:center;
}
.table02{
	border-spacing: 0;
	border-top:1px solid #231815;
}
.table02 th{
    background-color: #4b5644;
    color: #fff;
	font-weight:normal;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
	border-left:1px solid #231815;
	border-bottom:solid #231815 1px;		
}

.table02 td{
    padding: 10px;
	border-left:1px solid #231815;
	border-bottom:solid 1px #231815;	
}

/*.table02 td:first-of-type{
	color:#f8b62d;
	font-weight:bold;
	font-size:16px;
}
.table02 td .subscript{
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:12px;
}*/
.table02 td:last-of-type{
	border-right:1px solid #231815;	
}

.table02 td:nth-of-type(1){
	background:#EDEEEC;
}
.table02 td:nth-of-type(2){
	background:#fff;
}
.table03{
    border: 1px solid #d1ffa3;
    border-collapse: collapse;
}
.table03 th{
    background: #a8c97f;
    border-left: 1px solid #d1ffa3;
    border-right: 1px solid #d1ffa3;
    border-top: 1px solid #d1ffa3;
    color: #3f312b !important;
}
.table03 td{
    border-left: 1px solid #d1ffa3;
    border-right: 1px solid #d1ffa3;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
	background:#fff;
	color:#3f312b;
}
.table04 tr {
    border-collapse: collapse;
}
.table04 th {
    border-bottom: 1px dotted #e6e6e6;
    font-weight: normal;
    padding: 30px 0;
    text-align: left;
    vertical-align: top;
}
.table04 td {
    border-bottom: 1px dotted #e6e6e6;
    padding: 30px 15px;
}
.table04 .required {
    background: #ffda90 none repeat scroll 0 0;
    color: #10442e;
    font-weight: bold;
    font-size: 12px;
    margin-right: 5px;
    padding: 1px 3px;
}
.div_border01{
    border: 5px solid #fc7f96;
    padding: 15px;
}
#seccon_subnavi{
	padding:25px 0 0;
}
#seccon_subnavi .subnavi01{
	display:none;
}
#seccon_subnavi .subnavi01_sp{
	margin-bottom:10px;
}
#seccon_subnavi .subnavi01_sp li{
	line-height:0;
	width:100%;
	margin-bottom:10px;
}
#seccon_subnavi .subnavi01_sp li img{
	width:100%;
}
#seccon_subnavi .subnavi02{
}
#seccon_subnavi .subnavi02 li{
	width:100%;
	overflow:hidden;
	padding: 0 20px;
}
.subnavi02 li .fb_iframe_widget{
    height: 390px !important;
    width: 100% !important;
}
.subnavi02 li > .fb-page {
    width: 100%;
}
.subnavi02 li > .fb-page > span,
.subnavi02 li iframe,
._2p3a{
    width: 100% !important;
}
/*20201111*/
#side_nav{
	display: none;
}

.sp_reserve{
	box-sizing: border-box;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #996633;
	border: 1px solid white;
	text-decoration: none;
	border-radius: 10px;
	color: white;
	font-family: serif;
	width: 150px;
}

#navi_sp_top #bt_menu{
	width: 130px;
}

#navi_sp_top{
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}
#navi_sp_top:after{
	content: none;
}
.toppage #seccon_time .div_topic01 .text_st01{
	font-size: 16px;
	text-align:center;
	margin:0px auto 5px;
}
.internet_reserve{
	height: 60px;
	width: 231px;
	margin: 0 auto;
}

.bt_internet_reserve{
	height: 100px;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #996633;
	border: 1.5px solid white;
	border-radius: 10px;
	color: white;
	font-size: 16px;
	font-family: serif;
	text-decoration: none;
	
}
/*20201111*/
/*
#seccon_subnavi .subnavi02 li:nth-of-type(1),
#seccon_subnavi .subnavi02 li:nth-of-type(2){
	width:100%;
	margin-bottom:10px;
	line-height:0;
}
#seccon_subnavi .subnavi02 li:nth-of-type(2){
	margin-bottom:20px;
}
#seccon_subnavi .subnavi02 li:nth-of-type(1) img,
#seccon_subnavi .subnavi02 li:nth-of-type(2) img{
	width:100%;
	height:auto;
}
#seccon_subnavi .subnavi02 li:nth-of-type(3){
	width:100%;
	overflow:hidden;
	padding: 0 20px;
}
.subnavi02 li:nth-of-type(3) .fb_iframe_widget{
    height: 390px !important;
    width: 100% !important;
}
.subnavi02 li:nth-of-type(3) > .fb-page {
    width: 100%;
}
.subnavi02 li:nth-of-type(3) > .fb-page > span,
.subnavi02 li:nth-of-type(3) iframe,
._2p3a{
    width: 100% !important;
}
*/

/* toppage */
.toppage{
}
.toppage h1{
	display:none;
}
.toppage #gnavi_sp li:first-of-type{
	display:none;
}
.toppage #mainimg_top{
	display:none;
}
.toppage #mainimg_top_sp{
	width:100%;
	margin:0 auto;
    overflow: hidden;
}
.toppage #mainimg_top .bx-viewport {
    overflow: visible!important;
    width: 100% !important;
}
.toppage #mainimg_top_sp > ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
.toppage #mainimg_top_sp > li {
    width: 100% !important;
    margin: 0;
    padding: 0;
}
.toppage #seccon_news dl{
}
.toppage #seccon_news dl dt{
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}
.toppage #seccon_news dl dd{
	font-size:14px;
	padding-bottom:20px;
	margin-bottom:30px;
	margin-left:0;
	border-bottom:1px #3E3A39 dashed;
}
.toppage #seccon_news dl dd .date_day{
	font-size:12px;
	color:#604c3f;
	display:block;
}
.toppage #seccon_time .h2_time{
	display:block;
	margin:0 auto 20px;
	width:250px;
	height:auto;
}
.toppage #seccon_time .table_time{
	width:100%;
	margin-bottom:10px;
}
.toppage #seccon_time .table_time .table_time .subscript{
	display:block;
}
.toppage #seccon_time > .text01{
	margin-left:10px;
}
.toppage #seccon_time .div_topic01{
	margin-top:40px;
}
.toppage #seccon_time .div_topic01 .text_st01{
	font-size: 16px;
	text-align:center;
	margin:0px auto 5px;
}
.toppage #seccon_time .div_topic01 .dl01 dt{
	float:none;
}
.toppage #seccon_time .div_topic01 .dl01 dd{
	margin-left:10px;
}
.toppage #seccon_time .ul_notice02{
	margin:0 30px 30px;
}
.toppage #seccon_time .ul_notice02 li{
	font-size:12px;
}
.toppage #seccon_time .div_topic02a .text_st01{
	font-size:20px;
	text-align:center;
	margin:20px auto 15px;
}
.toppage #seccon_time .div_topic02a .text01,
.toppage #seccon_time .div_topic02a .text02{
	font-size:12px;
}
.toppage #seccon_map,
.toppage #seccon_map iframe{
	width:100%;
	height:360px;
}
/* toppage end */

/* doctor */
.doctor #seccon_doctor h3{
	font-size:20px;
}
.doctor #seccon_doctor h3 .subscript{
	font-size:12px;
	font-weight:normal;
	display:block;
	line-height:1.5;
}
.doctor #seccon_doctor .dl01{
	font-size:14px;
}
.doctor #seccon_doctor .dl01 dd{
	margin-left:80px;
}
.doctor #artcon_doctor01 .im_doctor01,
.doctor #artcon_doctor02 .im_doctor02{
    width: 60%;
	display:block;
	margin:0 auto 15px;
}
/* doctor end */

/* obstetrics */
.obstetrics #seccon_topics{
	margin-bottom:0 !important;
}
.obstetrics #seccon_topics .text01{
	margin-bottom:20px;
}
.obstetrics #seccon_pregnantcheck .ul_flow01{
	margin-bottom:20px;
}
.obstetrics #seccon_pregnantcheck .div_topic02a .text01{
	font-size:12px;
}
.obstetrics #seccon_bloodcheck .text01{
	margin-bottom:30px;
}
.obstetrics #seccon_bloodcheck .ul_flow01{
	margin-bottom:30px;
}
.obstetrics #seccon_bloodcheck .ul_flow01 li{
	width:49%;
	margin-right:0;
}
.obstetrics #seccon_bloodcheck .text02{
}
.obstetrics #seccon_soniccheck > .text01{
}
/*
.obstetrics #seccon_soniccheck .im_check01{
	width:80%;
	display:block;
	margin:0 auto 20px;
}
.obstetrics #seccon_soniccheck .im_check02{
	width:80%;
	display:block;
	margin:0 auto 40px;
}
*/
.obstetrics #seccon_soniccheck .im_check04{
	width:50%;
	display:block;
	margin:0 auto 40px;
}
.obstetrics #seccon_soniccheck .div_topic01 p{
}
.obstetrics #seccon_soniccheck .im_check03{
	display:block;
    margin: 0 auto 20px;
    width: 100%;
}
/* obstetrics end */

/* medical */
.medical #seccon_topics{
	margin-bottom:0 !important;
}
.medical #seccon_topics .text01{
	margin-bottom:20px;
}
.medical #seccon_pregnantcheck .ul_flow01{
	margin-bottom:20px;
}
.medical #seccon_pregnantcheck .div_topic02a .text01{
	font-size:12px;
}
.medical #seccon_bloodcheck .text01{
	margin-bottom:30px;
}
.medical #seccon_bloodcheck .ul_flow01{
	margin-bottom:30px;
}
.medical #seccon_bloodcheck .ul_flow01 li{
	width:49%;
	margin-right:0;
}
.medical #seccon_bloodcheck .text02{
}
.medical #seccon_soniccheck > .text01{
}
/*
.medical #seccon_soniccheck .im_check01{
	width:80%;
	display:block;
	margin:0 auto 20px;
}
.medical #seccon_soniccheck .im_check02{
	width:80%;
	display:block;
	margin:0 auto 40px;
}
*/
.medical #seccon_soniccheck .im_check04{
	width:50%;
	display:block;
	margin:0 auto 40px;
}
.medical #seccon_soniccheck .div_topic01 p{
}
.medical #seccon_soniccheck .im_check03{
	display:block;
    margin: 0 auto 20px;
    width: 100%;
}
/* medical end */

/* class */
.class #seccon_motherclass #artcon_motherclass .table01{
	width:100%;
	margin-bottom:20px;
}
.class #seccon_motherclass .im_class01{
	display:block;
	margin:15px auto 20px;
	width:30%;
	transform:rotate(7deg);
}
/* class end */
/* hospitalization */
.hospitalization #artcon_deliveryprice .table02{
	margin-bottom:15px;
	width:100%;
}
/* hospitalization  end*/
/* facility */
.facility #seccon_room .im_room01,
.facility #seccon_room .im_room02,
.facility #seccon_labor .im_labor01,
.facility #seccon_delivery .im_delivery01,
.facility #seccon_feeding .im_feeding01,
.facility #seccon_feeding .im_feeding02,
.facility #seccon_newborn .im_newborn01,
.facility #seccon_newborn .im_newborn02,
#seccon_meal .im_meal01,
#link_img01 .im_link01{
	display:block;
	margin:0 auto 15px;
	width:100%;
}
/* facility end */

/* gynecology */
.gynecology #artcon_examination .table01{
	width:100%;
}
.gynecology #artcon_examination .table01 .subscript,
.gynecology #artcon_examination .text03{
	color:#f00;
}
.gynecology #artcon_check .text01{
	margin-bottom:20px;
}
/* gynecology end */

/* recruit */
/* recruit end */

/* contact */
.contact .ul_notice{
	margin:10px 20px 40px;
}
.contact .rec{
	background: #c65e7a none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	margin-left: 5px;
	padding: 3px;
}
/* contact end */

/*  */
#seccon_meal h2 {
	letter-spacing: -0.05em;
	font-size: 21px;
	}

/* topics */

.topics h2.h2_topics{
	position:relative;
	font-size: 22px;
	font-weight:normal;
	color:#000F;
	margin:10px auto 40px;
	background:url(../img/topics/h2_topics_back.png) no-repeat bottom left;
	background-size:contain;
	display:block;
	padding: 0 0 5px 5px;
	max-width: calc(100%  0px);

}
.topics h2.h2_topics:before{
	display:none;
}
.topics h2.h2_topics:after{
	display:none;

}
.topics #art_topics_postsingle .times_day{
	font-size:12px;
	color:#604c3f;
}
.topics #art_topics_postsingle .wp-prev-next .post{
	margin:20px auto;
	width:100%;
	display:block;
	position:relative;
}
.topics #art_topics_postsingle .wp-prev-next .post li{
	display:block;
}
.topics #art_topics_postsingle .wp-prev-next .post li.prev{
	background:#c0b393;
	border:1px solid #c0b393;
	width:120px;
	transition:all 0.2s linear;
}
.topics #art_topics_postsingle .wp-prev-next .post li.next{
	background:#a1843c;
	border:1px solid #a1843c;
	width:120px;
	transition:all 0.2s linear;
}
.topics #art_topics_postsingle .wp-prev-next .post li.prev {
	float:left;
}
.topics #art_topics_postsingle .wp-prev-next .post li.next{
	float:right;
}
.topics #art_topics_postsingle .wp-prev-next .post li.prev a{
	color:#fff;
	text-decoration:none;
	padding-left:20px;
}
.topics #art_topics_postsingle .wp-prev-next .post li.next a{
	color:#fff;
	text-decoration:none;
	padding-left:20px;
	}
.topics #art_topics_postsingle .wp-prev-next .post li.prev:hover{
	background:#6d5924;
	border:1px solid #6d5924;
	width:120px;
	transition:all 0.2s linear;
}
.topics #art_topics_postsingle .wp-prev-next .post li.next:hover{
	background:#643f33;
	border:1px solid #643f33;
}
.topics #art_topics_postsingle .wp-prev-next .post li.prev:before{
	content:"◀";
	color:#fff;
}
.topics #art_topics_postsingle .wp-prev-next .post li.next a:before{
	content:"▶";
	color:#fff;
	float:right;
}
.topics #art_topics_postsingle .wp-prev-next .post li.topics_navi{
	background:#4b5644;
	border:1px solid #4b5644;
	width:150px;
	margin:auto;
	display:block;
	text-align:center;
}
.topics #art_topics_postsingle .wp-prev-next .post li.topics_navi a{
	color:#fff;
}
/* topics */

}

.hospitalization #seccon_hospitalization .text03{
	color:#f00;
}