
/*----------------------------------------*/
/*　共通　　　                     　　　 */
/*----------------------------------------*/

/*点線*/

.dot01 {
	border-bottom: 1px dashed #F67D50;
	}

.border-dot td{
	border-bottom: 1px dashed #999999;
	}


.border_bottom01{
	border-bottom: 1px dotted #000000;
	padding-top: 10px;
	}
	

/*コンテンツ70%*/
.top_box70 {
	width:70%;
	clear:both;
	margin:0px auto 0px auto;
}


/*表00*/
.co01 td{
	padding: 10px 10px 10px 10px;
}

/*--------- 表 ---------*/

/*** 表01 ※クリニック概要で使用 ***/
.hyo01 {
	margin:0px auto;
}

.hyo01 table {
    border-collapse: collapse;
}

.hyo01 th,
.hyo01 td {
    border-collapse: collapse;
	border-bottom: 1px dashed #888; /*下線*/
	padding: 8px; /*余白*/
	vertical-align: top;
}

/*-項目名-*/
.hyo01 th {
    font-weight: 600; /*太さ*/
    text-align: left;
}

/*** 表02 ***/
.hyo02 {
	margin:0px auto;
}

.hyo02 table {
    border-collapse: collapse;
}

.hyo02 th,
.hyo02 td {
    border-collapse: collapse;
	border: 1px solid #CCCCCC;
	padding: 8px; /*余白*/
	vertical-align: top;
}

.hyo02 th {
    font-weight: 600; /*太さ*/
    text-align: center;
}

/*--------- 囲み ---------*/

.kakomi {
    width: 100%;
	background-color: #EEEEEE; /*背景色*/
	border-radius: 20px; /*角丸*/
    border: 2px solid #000; /*枠線*/
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
}

/*** 幅 ***/
.haba80 { width: 80%; margin: 0 auto; }
.haba70 { width: 70%; margin: 0 auto; }
.haba60 { width: 60%; margin: 0 auto; }

/*--------- 横スクロールテーブル ---------*/

.scrolltable {
  overflow-x: scroll;
}
.scrolltable table {
  width: 1020px;
}

/*--------- フレックスボックス ---------*/

.flex_box .inner {
	display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}

.flex_box .inner .item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: #666666; /*背景色*/
    border-radius: 10px; /*角丸*/
}

.flex_box .inner .item a {
    display: block;
    color: #FFF; /*文字色*/
    text-align: center;
    width: 100%;
    padding: 18px 10px;
}

.flex_box .inner .item:hover {
    opacity: 0.8;
}

.flex_box .inner .item,
.flex_box .inner .item a,
.flex_box .inner .item a:hover,
.flex_box .inner .item a:visited {
	text-decoration: none !IMPORTANT;
    font-weight: 500;
}

/*** 2列 ***/
.flex_box .clm2 .item {
    margin: 10px;
    width: calc((100% - 40px) / 2);   
}

/*** 3列 ***/
.flex_box .clm3 .item {
    margin: 10px;
    width: calc((100% - 60px) / 3);
}

/*** 4列 ***/
.flex_box .clm4 .item {
    margin: 5px;
    width: calc((100% - 40px) / 4);
}

/*---------------------------------------*/
/* ボタン　　　　　　　           　　　*/
/*---------------------------------------*/

.button01 a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	padding: 12px 30px;
	border: 1px solid #F37499;
	border-radius: 6px;
	background-color : #F37499; 
	background : -webkit-linear-gradient(top, #F8AAC1, #F37499) ;
	background : linear-gradient(to bottom, #F8AAC1, #F37499) ; 
}
.button01 a:hover {
	text-decoration: none;
	background : -webkit-linear-gradient(top, #F37499, #F8AAC1) ;
	background : linear-gradient(to bottom, #F37499, #F8AAC1) ; 
}
	

/*----------------------------------------*/
/* トップページ                           */
/*----------------------------------------*/

/* NEWS BLOG */
.post_section {
	margin-bottom: 30px;
}

.post_title {
	border: none;
	padding-top: 0;
	margin-bottom: 10px;
}

.post_midashi {
	color: #CD4C4D;
	font-size: 2rem;
	font-weight: 600;
}

.post_section .post {
	border-top: solid 1px #CCC;
	padding-top: 10px;
}

.post_section .post_list li {
	display: table;
	width: 100%;
}

.post_section .post_list li a {
	color: #000000;
	font-weight: normal;
}

.post_section .post_list li a:hover {
	text-decoration: underline !important;
}

.post_section .post_list li span {
	color: #000000;
	width: 110px;
	font-weight: 600;
}

.post_section .post_list li a,
.post_section .post_list li span {
	font-size: 1.6rem;
    display: table-cell;
    padding-top: 15px;
    line-height: 24px;
}


/*----------------------------------------*/
/* 診療案内                               */
/*----------------------------------------*/

.kyushin {
	background-color: #DDBC90;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 15px;
	border-radius: 15px;
	margin-right: 10px;
	}

/*----------------------------------------*/
/*　採用情報表　　　                      */
/*----------------------------------------*/
#me01 {
	width:100%;
	clear:both;
	margin:0px 0px 0px 0px;
	word-break: break-all;
}


#me01 td{
	padding: 10px 10px 10px 10px;
}
/*----------------------------------------*/
/*Q&A                                     */
/*----------------------------------------*/
.q_a{
    width:100%;
     overflow: hidden;
     _zoom: 1;
    }
.q_a dt,
.q_a dd{
    margin:0px 0px 0px 0px;
    background:none no-repeat left top;
    }
.q_a dt{
    color: #000000;
	font-weight:bold;
    background: url(../img/04_qa/q.jpg) no-repeat;
    background-position: 0 0;
    padding: 5px 0px 5px 2.5em;
	margin-bottom: 5px;
}
.q_a dd{
    background: url(../img/04_qa/a.jpg) no-repeat;
    background-position: 0 0;
    padding: 5px 0px 5px 2.5em;
}
/*----------------------------------------*/
/*マップ                            */
/*----------------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/*----------------------------------------*/
/*サイトマップ                            */
/*----------------------------------------*/
#sitemap_ce{
	width:70%;
	margin:0px auto 30px auto;
	text-align:center;
}


#sitemap_b5{
	width:100%;
	clear:both;
	margin:0px auto 5px auto;
	text-align:left;
}


#sitemap_b10{
	width:92%;
	clear:both;
	margin:0px auto 10px auto;
	text-align:left;
}


/*----------------------------------------*/
/*ページネーション                        */
/*----------------------------------------*/
.pagination {
     clear: both;
     padding: 20px 0;
     position: relative;
     font-size: 14px;
     line-height: 14px;
}
.pagination span, .pagination a {
     display: block;
     float: left;
     width: auto;
     margin: 2px 2px 2px 0;
     padding: 5px 9px 5px 9px;
     background-color: #fff;
     color: #555;
     text-decoration: none;
}
.pagination a {
     border: 1px solid #ccc;
}
.pagination a:hover{
     background-color: #ccc;
     border: 1px solid #ccc;
     color: #fff;
}
.pagination .current{
     padding: 5px 9px 5px 9px;
     background-color: #ccc;
     border: 1px solid #ccc;
     color: #fff;
}

/*----------------------------------------*/
/*Calendar Widget                         */
/*----------------------------------------*/

#wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
	border-spacing: 0px;
	padding-bottom:20px;
}
#wp-calendar caption,
#wp-calendar td,
#wp-calendar th {

	text-align: center;
}
#wp-calendar caption {
	padding: 5px 0 3px 0;
	}
#wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
#wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*----------------------------------------*/
/*Archive Widget                          */
/*----------------------------------------*/
#side_middle{padding-bottom: 10px;}
#side_middle ul li{
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

/*----------------------------------------*/
/* ggmap                        */
/*----------------------------------------*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*----------------------------------------*/
/* Contact Form 7                       */
/*----------------------------------------*/

/* 横幅可変 */
.form-width { max-width: 100%;}

/* 送信フラットなデザイン*/
.wpcf7-submit {
	font-size: 1.2em;
	padding: 5px 30px;
	background-color: #16BEA4;
	color: #fff;
	border-style: none;
}
 
.wpcf7-submit:hover:enabled {
	background-color: rgba(173,128,75,0.7);
	color: #fff;
}
/*----------------------------------------*/
/* Contact Form 7                       */
/*----------------------------------------*/

/*　「Simplicity2」用　Contact Form 7のテーブル化レスポンシブ調整　*/
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
}
.table-res-form th {
	background-color:#F6F6F4;
}
.table-res-form th.empty {
    background:none;
}
.table-res-form tr {
    border-top: 1px #dedfdf solid;
}
.table-res-form th, .table-res-form td {
    padding: 1em;
    border: none;
}
.table-res-form th {
    width: 30%;
    text-align: right;
}
.table-res-form .requied {
    font-size: 1.2rem;
	line-height: 1rem;
    color: #FFF;
    display: inline-block;
    padding: 0.3em;
	margin: 0 0 0 5px;
    background: red;
    border-radius: 2px;
}
@media only screen and (max-width: 768px) {
	.table-res-form tr {
		border-top: none;
		}
    .table-res-form th, .table-res-form td {
        width: auto;
        display: block;
		border-top: none;
    }
    .table-res-form th {
        padding: 10px;
        text-align: left;
    }
    .table-res-form .empty {
        display: none;
    }
        .table-res-form tr:last-child {
            border-top: none;
}
        .table-res-form input[type="submit"]{
            margin-top:-1em;
}
}
/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px #8CB5EA solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    padding: 1em 4em;
    border-radius: 5px;
    background: #CD4C4D;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
	background-color: rgba(205,76,77,0.7);
    box-shadow: none;
}






/******************************************************************************************/

/* for TB & SP CSS   */

/******************************************************************************************/


/*全タブレット*/
/*横1024～416*/
@media only screen and (min-width: 416px) and (max-width: 1024px) {

/*--------- 囲み ---------*/

.kakomi {
    padding: 40px;
}

/*** 幅 ***/
.haba80 { width: 90%; }
.haba70 { width: 90%; }
.haba60 { width: 90%; }

}




/*→タブレット横限定*/
/*横1024～769*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {



	
}
	
		
	
/*→タブレット縦限定*/
/*横768～416*/
@media only screen and (min-width: 416px) and (max-width: 768px) {
	

	
}


/*→タブレット縦〜全スマートフォン*/
/*横768～1*/
@media only screen and (min-width: 1px) and (max-width: 768px) {

/*--------- 囲み ---------*/

.kakomi {
    padding: 25px;
}

/*** 幅 ***/
.haba80 { width: 100%; }
.haba70 { width: 100%; }
.haba60 { width: 100%; }


/*--------- フレックスボックス ---------*/

/*** 2列 ***/
.flex_box .clm2 .item {
    margin: 5px;
    width: 100%;
}

/*** 3列 ***/
.flex_box .clm3 .item {
    margin: 5px;
    width: 100%;
}

/*** 4列 ***/
.flex_box .clm4 .item {
    margin: 5px;
    width: 100%;
}

/*----------------------------------------*/
/* トップページ                           */
/*----------------------------------------*/

.post_section .post_list li,
.post_section .post_list li a,
.post_section .post_list li span {
	display: block;
    width: auto;
}
	
.post_section .post_list li a,
.post_section .post_list li span {
	font-size: 1.5rem;
    line-height: 20px;
}
	
.post_section .post_list li span {
	padding-top: 6px;
    padding-bottom: 0;
}
	
	
.post_section .post_list li a {
	padding-top: 3px;
	padding-bottom: 7px;
}

	
	
}



/*全スマートフォン*/
/*横415～1*/
@media only screen and (min-width: 1px) and (max-width: 415px) {

/*----------------------------------------*/
/* トップページ                           */
/*----------------------------------------*/

.threeclm .box {
	width: 100%;
	margin-bottom: 40px;
	}


/*----------------------------------------*/
/* 店舗情報                               */
/*----------------------------------------*/

.tenpo {
	display: block;
	padding: 15px;
	}

.tenpo .box {
	display: block;
	padding: 5px;
	width: 100%;
	}


}



/*→スマートフォンiPhone5以前限定*/
/*横320～1*/
@media only screen and (min-width: 1px) and (max-width: 320px) {
	
	
	
}