@charset "utf-8";
/* CSS Document */

p {
    margin: 0 12px 15px 15px;
}
a {
    /* [disabled]font-size:12px;
*/
}
/* テーブル 共通 */
table {
    border-collapse: collapse;
    text-align: left;
    color: #666;
    width: 95%;
    margin: 0 0 22px 12px;
}
th, td {
    padding: 10px 8px;
    border: 1px solid #D2C69C;
  /*  line-height: 140%;*/
}
th {
    background-color: #F3F0E7;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
/*    background: linear-gradient(0deg, #ede5d5, #fcf8f1);*/
}
/* セル カラー */

.list {
    border: 1px solid #D2C69C;
    padding: 4px;
    background-color: #F3F0E7;
}
dl {
    /* [disabled]overflow:auto;
*/
    /* [disabled]clear:left;
*/
}
dt {
    /* [disabled]float:left;
*/
    /* [disabled]font-size:12px;
*/
    /* [disabled]padding-bottom:0px;
*/
    /* [disabled]line-height:13px;
*/
}
.tel {
    font-size: 20px;
    color: #401A00;
    background-color: #E4BC96;
    text-align: center;
    font-family: "メイリオ";
    font-weight: bold;
}
/***********20120524以降設置***********/
/*テーブル医師紹介*/
.doctor table {
    border: 1px solid #D2C69C;
    /* [disabled]font-size: 0.8em;
*/
    border-collapse: collapse;
    text-align: left;
    width: 480px;
    margin: 0 0 20px 22px;
}
.doctor td {
    border: 1px solid #D2C69C;
    padding: 4px;
    color: #666;
    /* [disabled]font-size: 0.8em;
*/
}
.doctor th {
    border: 1px solid #D2C69C;
    padding: 4px;
    background-color: #F3F0E7;
    font-weight: normal;
    vertical-align: top;
    width: 90px;
    text-align: left;
}
.doctor td.tdwidth {
    width: 190px;
}
.doctor th.womandc {
    background-color: #FFECFF;
}
/*テーブル診療日*/


table.uketsuke {
    margin: 0;
}
table.uketsuke th {
    padding: 0 4px;
    border: 0px;
    text-align: right;
    background: #FFFFFF;
    white-space: nowrap;
}
table.uketsuke td {
    padding: 0 4px;
    border: 0px;
    width: 0;
    white-space: nowrap;
}

.shinryo td.tdwidth {
    width: 32px;
    height: 60px;
    text-align: center;
    /* [disabled]font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
*/
    padding: 0px;
}
.shinryo td.tdwidth2 {
    width: 330px;
    /* [disabled]text-align: center;
*/
}
/*テーブルワクチン*/

.vaccine table {
}
.vaccine td {
    text-align: right;
}
.vaccine th {
}
.vaccine td.tdwidth {
    width: 34px;
    text-align: center;
    font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.vaccine td.tdwidth2 {
    width: 330px;
    /* [disabled]text-align: center;
*/
}
/*テーブル日帰りドック･１泊ドック･生活習慣病健診*/
.dock table {
    width: 95%;
    margin: 0 0 10px 12px;
}



/*テーブル協会けんぽ*/
td.text-r {
    text-align: right;
    width: 70px;
}
.kenpo table {
/*    border: 1px solid #D2C69C;

    border-collapse: collapse;
    text-align: left;
    width: 95%;
    margin: 0 0 10px 12px;*/
    margin-bottom: 10px;
}
.kenpo td.text-r {
    text-align: right;
    width:20%;
}
.kenpo th {
/*    border: 1px solid #D2C69C;
    padding: 4px;
    background-color: #F3F0E7;
    font-weight: normal;
    vertical-align: top;*/
    width: 40%;
    /*text-align: left;*/
}
.kenpo th.width-a {
    width: 150px;
}



.kenpo ul {
    padding: 0;
    list-style-type: none;
    margin: 0px 0 12px 40px;
}
.kenpo li {
    line-height: 1.5em;
    text-indent: -10px;
    margin: 0 0 10px 0;
}

.gift img {
    display: block;
    margin: 4px auto;
}
/*テーブル料金*/
.charge table {
    margin-bottom: 50px;
}
.charge td.text-r {
    width: 30%;
}
.charge th {
/*    text-align: left;*/
}

.tbl-kensa td.text-r {
    width: 22%;
}
.tbl-kensa table {
    margin: 10px 0px 5px 10px;
}
.tbl-kensa table th {
    width: 70px;
}
span.bld {
    font-weight: bold;
}


/*トップページアクセスボックス*/
#access-box {
    margin-bottom: 4px;
    margin-left: 10px;
    width: 510px;
    float: left;
    /* [disabled]background: url(../img/line_dot_01.gif) repeat-x scroll left top transparent;
*/
    padding-top: 10px;
    border-top: solid 1px #999;
}
#access-box p {
    margin-bottom: 10px;
    margin-left: 4px;
}
#access-box .float-r {
    float: right;
    margin-right: 6px;
    clear: right;
}
/*その他*/
.step {
    width: 500px;
    padding-top: 6px;
}
.step dt {
    background-color: #69F;
    color: #FFF;
    font-weight: bold;
    width: 60px;
    padding: 1px 1px 1px 6px;
    float: left;
    clear: left;
    margin-right: 10px;
}
.step dd {
    color: #593C1C;
    font-weight: bold;
    font-size: 14px;
    margin-left: 76px;
    /* [disabled]padding-left: 4px;
*/
    margin-bottom: 10px;
}
.gift table {
}
.gift td {
    text-align: right;
}
.gift th {
    background-color: #FFF;
}
.gift-detail ul {
/*    margin: 0;
    padding: 0;
    list-style-type: circle;
    margin-left: 40px;
    margin-bottom: 12px;
    margin-top: -4px;*/
}
.gift-detail li {
}
.gift-detail table {
}
/*.gift-detail td p {
    margin: 0 0 1em 0;
}*/
span.gift-price {
    font-size: 18px;
}



.pp ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /* [disabled]font-size:1em;
*/
    margin-left: 50px;
    margin-bottom: 12px;
    margin-top: -4px;
}
.pp ul li {
    text-indent: -1.4em;
    margin-bottom: 4px;
    line-height: 1.5em;
}
.pp ol {
    /* [disabled]color: rgba(0,0,0,1.00);
*/
    list-style-type: decimal;
    margin: 5px 12px 0 20px;
    padding: 0 0 20px 20px;
}
.pp ol li {
    margin: 0 0 10px 0;
}
.text-right {
    text-align: right;
}

div.flow-row {
    overflow: hidden;
    background:url("../img/flow-arrow.png")  no-repeat bottom left;
    margin: 0 0 50px 10px;
}
div.flow-row-last {
    overflow: hidden;
    margin: 0 0 50px 10px;
}
div.flow-l {
    float: left;
    width: 60px;
}
div.flow-r {
    float: left;
    width: 455px;
}

.flow ol {

    margin: -10px 0 15px 32px;
    counter-reset: li;    /* li のカウンタを 0 にセット */ 
    list-style: none;
}
.flow ol li {
    margin-bottom: 4px;
    line-height: 1.5em;
}
.flow ol li:before {
    color: #C89A4C;
    font-weight: bold;
    counter-increment: li;   /* li の数を一つずつ増加 */
    content: counter(li) ". ";          /* 数を表示 */
    margin-right: 0.1em;
}



.flow img {
/*    clear: both;
    float: left;
    margin-right: 10px;
    padding-left: 16px;*/
}
.unei table {
/*    border: 1px solid #D2C69C;*/
    /* [disabled]font-size: 0.8em;
*/
/*    border-collapse: collapse;
    text-align: left;
    margin-left: 30px;
    width: 470px;
    margin-bottom: 20px;*/
}
.unei td {
/*    border: 1px solid #D2C69C;
    padding: 4px;
    color: #666;*/
    /* [disabled]font-size: 0.8em;
*/
}
.unei th {
/*    border: 1px solid #D2C69C;
    padding: 4px;
    background-color: #F3F0E7;
    font-weight: normal;
    vertical-align: middle;*/
    /* [disabled]width: 100px;
*/
/*    text-align: left;*/
}
.unei tr.bgc {
    background-color: #F3F0E7;
}
.access-img {
    margin: 10px 0 50px 30px;
}
.feature {
}
.ft-box {
    margin: 0 5px 20px 0;
    background-image: url(../img/ft-box-bg.png);
    background-repeat: no-repeat;
}
.ft-in-l {
    width: 140px;
    float: left;
    /* [disabled]padding: 4px;
*/
}
.ft-in-r {
    width: 350px;
    float: right;
    padding: 20px 10px 10px 0;
    /* [disabled]margin: 10px;
*/
}
.feature img.img-r {
    float: left;
    margin: 6px 6px 0 0;
}
.ft-box2 {
    /* [disabled]margin: 50px 0 0 0;
*/
    /* [disabled]background-image:url(../img/ft-box-bg.png);
*/
    /* [disabled]background-repeat:no-repeat;
*/
    padding-top: 30px;
    position: relative;
    height: 266px;
}
.ft-box2 .ft-in-l {
    width: 196px;
    /* [disabled]float: left;
*/
    /* [disabled]padding: 4px;
*/
    text-align: right;
}
.ft-box2 .ft-in-r {
    width: 280px;
    /* [disabled]float: right;
*/
    padding: 0;
    /* [disabled]line-height: 1.8em;
*/
    /* [disabled]margin: 10px;
*/
    /* [disabled]height: 250px;
*/
    position: absolute;
    bottom: 0px;
    left: 210px;
}
.ft-box2 p {
    margin: 10px 0;
}
.text01 {
    /* [disabled]height: 80px;
*/
    /* [disabled]padding: 10px;
*/
    font-size: 24px;
    font-weight: normal;
    font-family: "メイリオ";
    /* [disabled]width: 820px;
*/
    color: #60A8D8;
}
.text02 {
    font-family: "メイリオ";
    color: #60A8D8;
    font-size: 15px;
}
.text03 {
    /* [disabled]font-family:"メイリオ";
*/
    color: #60A8D8;
    /* [disabled]font-size: 15px;
*/
}
ul.ul-def1 {
    list-style-type: none;
    /* [disabled]font-size:12px;
*/
    margin: 5px 20px;
    padding: 0 0 10px 10px;
}
ul.ul-def1 li {
    /* [disabled]font-size:1em;
*/
    line-height: 140%;
    margin: 0 5px 10px 0;
    text-indent: -0.5em;
}
ul.ul-def1 li:before {
    content: "• ";
    color: #D2C69C;
}
span.uchikeshi {
    text-decoration: line-through;
}
/* インターネット予約ページ */
div.yoyaku-kenpo {
    position: relative;
}
div.yoyaku-kenpo-in {
    position: absolute;
    left: 130px;
    top: 120px;
}
div.yoyaku-kenpo ul {
    list-style-image: url(../img/dd_icon.gif);
    padding: 0 0 0 -2px;
}
div.yoyaku-kenpo li {
    padding : 0 0 6px 0;
    line-height: 140%;
}
/* 丸囲み */
.maru {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column wrap;
    vertical-align: top;
    margin: 1px;
}
.size_normal {
    width: 60px;
    height: 60px;
}
.letter3 { /*日付*/
    margin-top: -8px;
    font-size: 1.8em;
    line-height: 1.4em;
}
.letter_small { /*曜日*/
    font-size: 1.1em;
    line-height: 0.8em;
}
.letter_large {
    font-size: 5em;
    line-height: 1em;
}
.pink1 {
    color: pink;
    border: 4px solid pink;
}
.pink2 {
    color: rgba(65,156,245,1.00);
    border: 4px solid rgba(223,240,247,1.00);
    background-color: rgba(246,250,251,1.00);
}
.sky1 {
    color: skyblue;
    border: 4px solid skyblue;
}
.sky2 {
    color: #fff;
    border: 4px solid skyblue;
    background: skyblue;
}
/* レディースデイコース */
ol.ladysdaycourse {
    list-style : upper-latin;
    margin: 0 0 15px 40px;
}
ol.ladysdaycourse li {
    color: rgba(209,120,136,1.00);
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
}
ul.def1 {
    list-style: none;
    margin: 0 12px 15px 26px;
    clear: both;
}
ul.def1 li {
    color: rgba(209,120,136,1.00);
    margin-bottom: 2px;
    text-indent: -1em;
}
img.img-flr {
    float: right;
    margin: 5px;
}
span.recep-time {
    font-size: 140%;
    margin-left: 10px;
    background:#F3F0E7;
    border: solid #E3D4B9 3px; ;
     border-radius: 10px; 
-webkit-border-radius: 10px;
-moz-border-radius: 10px; 
    padding:  0 7px 3px 8px;

}
td.text-c {
    text-align:center;
}

i.fa-file-pdf-o {
    color: #D02847;
    
}





/* 料金・オプション検査ページ
------------------------------------------------- */
div.kensamei {
    color: rgba(148,122,76,1.00);
    font-size: 1.3rem;
    /* [disabled]font-weight: bold; */
    margin-bottom: 6px;
}

/* トップページスライド 
------------------------------------------------- */
#viewer {
    /* [disabled]margin: 0 0 20px 0;
*/
    width: 550px;
    height: 360px;
    text-align: left;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 10px;
}
#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}






/* ボタン（アニメーション） 
------------------------------------------------- */

div.contents-cnt {
    width: 100%;
    text-align: center;
}
a.btn-flat-border {
    color: #C93;
    font-size: 18px;
    font-family: "メイリオ";
}

.btn-flat-border {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border: solid 2px #C93;
  border-radius: 5px;
  transition: .3s;

}

.btn-flat-border:hover {
  background: #C93;
  color: white;
}



/* コンテンツスライダー
------------------------------------------------- */
.swiper-container {
    width: 550px;
    height: 360px;
    margin-bottom: 10px;
}
.swiper-slide {
    text-align:center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
}
div.swiper-slide {
    position: relative;/*相対配置*/
    font-family: "Sawarabi Mincho", serif;
    font-size: 23px;
}
div.frame {
    position: absolute;
    text-align:left;
    top: 10px;
    left: 0px;
   /* -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    margin: 0;
    padding: 5px 0px 12px 16px;
    color: rgba(255,255,255,1.00);
    background-color: rgba(39,21,0,0.80);
    width: 550px;
    line-height: 120%;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
div.frame span {
    color: #97832D;
    font-size: 13px;
    
}
/*div.frame h1 {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}*/

/* div.swiper-slide span {
   position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    background-color: rgba(77,47,9,0.80);
    padding: 5px 10px;
}*/

.swiper-button-prev, .swiper-button-next { /*矢印の色*/
    fill: #846900;
}
.swiper-pagination-bullet-active { /*ページネーションの色*/
    background-color: #FFFFFF;
}
/* コンテンツスライダー　ここまで
------------------------------------------------- */
