﻿@charset "utf-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/*----------------------------------------
  common --- NEXT PAGE
----------------------------------------*/
.bold { font-weight: bold; }
.normal { font-weight: normal; }

.red { color: #ff0000; }
.yel { color: #FFCC00; }
.blue { color: #0000ff; }
.green { color: #009999; }
.white { color: #ffffff; }
.txcol { color: #656565; }

.bg_green { background-color: #ccffcc; }
.bggreen {
    background-color: #106336;
    padding: 3px 10px 1px 10px;
	border-radius:5px;
}
.bg_grey {
    background-color: #d9d9d9;
    padding: 2px 5px;
}


.bott { padding-bottom: 30px; }
.last { padding-bottom: 80px; }
.last2 { padding-bottom: 150px; }
.cr { padding-bottom: 20px; }


.ft10 { font-size: 10px; }
.ft12 { font-size: 12px; }
.ft14 { font-size: 14px; }
.ft16 { font-size: 16px; }
.ft18 { font-size: 18px; }
.ft20 { font-size: 20px; }
.ft22 { font-size: 22px; }
.ft24 { font-size: 24px; }

.pdt5 { padding-top: 5px; }
.pdt10 { padding-top: 10px; }
.pdt15 { padding-top: 15px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt50 { padding-top: 50px; }
.pdt60 { padding-top: 60px; }

.pdb5 { padding-bottom: 5px; }
.pdb10 { padding-bottom: 10px; }
.pdb15 { padding-bottom: 15px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb50 { padding-bottom: 50px; }
.pdb60 { padding-bottom: 60px; }

.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }

.pdl10 { padding-left: 10px; }
.pdl15 { padding-left: 15px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl50 { padding-left: 50px; }
.pdl90 { padding-left: 90px; }


.mgl5 { margin-left: 5px; }
.mgl10 { margin-left: 10px; }
.mgl20 { margin-left: 15px; }
.mgl25 { margin-left: 25px; }
.mgl30 { margin-left: 30px; }

.mgb5 { margin-bottom: 5px; }
.mgb10 { margin-bottom: 10px; }
.mgb20 { margin-bottom: 20px; }
.mgb30 { margin-bottom: 30px; }


.unline { text-decoration: underline; }
.bbline { border-bottom: solid 1px #525252; }

.line_red { border-bottom: solid 1px #ff0000; }

.bold { font-weight: bold; }


.center { text-align: center; }
.center_m { text-align: center; }
.right { text-align: right; }


a.next {
    color: #0000ff;
    text-decoration: underline;
}
a.next:hover {
    text-decoration: underline;
}



/*----------------------------------------
    nextpage --- NEXT PAGE
----------------------------------------*/
#nextpage {
    z-index: 2;
    width: 100%;
    padding-top: 80px;
    background-color: #ffffff;
    padding-bottom: 30px;
}



/*----------------------------------------
    title common
----------------------------------------*/
.next_cont {
    padding: 30px 0;
}

.nextsubtitle {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 2.2;
    color: #ffcc00;
    font-weight: bold;
}
.nextbox {
    padding-bottom: 30px;
}
.nextbox p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2.4;
}

.item_box {
    padding: 15px 0px 15px 25px;
}
p.next_item {
    border-left: 5px solid #ffcc00;
    line-height: 1.8;
    padding-left: 10px;
    font-size: 20px;
    margin-bottom: 10px;
/*
    color: #f4b084;
    font-size: 20px;
*/
}


.pc_bot {
    padding-bottom: 50px;
}


/*----------------------------------------
    nextheader
----------------------------------------*/
#nextheader {
    width: 100%;
    margin: 85px auto 0;
    background-color: #f5f5f5;
    height: 210px;
    position: relative;
}
#nextheader .nexttitle {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 820px;
    margin: 0 auto;
}
#nextheader .nexttitle p {
    font-size: 24px;
    color: #4a2428;
    letter-spacing: 2px;
}
#nextheader .nexttitle .subtitle {
    font-size: 18px;
    color: #caab8f;
    font-family: 'Heebo', sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
}


/*----------------------------------------
    next01
----------------------------------------*/
#next01 {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px 0;
}
#next01 .nextcont01 {
    width: 820px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.nextttl01 {
    font-size: 22px;
    color: #a47c60;
    letter-spacing: 2px;
    padding-bottom: 15px;
    font-weight: bold;
}
.nextttl01e {
    font-size: 16px;
    color: #caab8f;
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0.5px;
}
.nextttl02 {
    font-size: 20px;
    color: #a47c60;
    letter-spacing: 2px;
    padding-bottom: 10px;
    font-weight: bold;
}

.cont01 {
    padding-left: 30px;
    padding-bottom: 50px;
}

ul.acslist {
    margin-left: 14px;
    margin-right: 30px;
}
ul.acslist li {
    padding-bottom: 10px;
    list-style: url(../images/common/point00_y.png) outside;
}


ol.numlist {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 20px;
}
ol.numlist li.nm {
    padding-top: 10px;
}




/*----------------------------------------
    当院について
----------------------------------------*/
.about_img01 {
    float: right;
    width: 270px;
    padding: 30px 0px 0px 20px;
}
.about_nm {
    font-size: 20px;
    padding-bottom: 5px;
}


/* トリミング
---------------------------------------------------------------------------- */
table.trim {
    border-collapse: collapse;
    margin-bottom: 10px;
}
table.trim th {
    vertical-align: middle;
    text-align: center;
    padding: 6px 30px;
    border: 2px solid #989898;
    font-size: 16px;
    background-color: #e8dfd4;
}
table.trim td {
    vertical-align: top;
    text-align: center;
    padding: 6px 20px;
    border: 1px solid #989898;
    vertical-align: middle;
}
table.trim td.left {
    vertical-align: top;
    text-align: left;
    padding: 6px 40px 6px 20px;
    border: 1px solid #989898;
}
table.trim td.nospc {
    padding: 1px 0px;
    border: 1px solid #989898;
}
table.trim td.noline {
    border-style: none;
    vertical-align: bottom;
    padding: 6px 10px;
}

table.trim td.course01 {
    vertical-align: middle;
    text-align: center;
    padding: 6px 10px;
    border: 1px solid #989898;
    width: 23%;
    background-color: #e8dfd4;
}
table.trim td.course02 {
    vertical-align: top;
    text-align: left;
    padding: 6px 10px;
    border: 1px solid #989898;
    width: 77%;
    background-color: #e8dfd4;
}
.tbl_size {
    width: 100%;
}

table.trim td.op01 {
    vertical-align: middle;
    text-align: left;
    padding: 6px 20px;
    border-style: none;
    border-bottom: 1px solid #989898;
    background-color: #e8dfd4;
}
table.trim td.op02 {
    vertical-align: middle;
    text-align: center;
    padding: 6px 10px;
    border-style: none;
    border-bottom: 1px solid #989898;
    border-left: 1px solid #989898;
}
table.trim td.op03 {
    padding: 6px 0px;
    border-style: none;
}
table.trim td.op_noline {
    padding: 6px 0px;
    border-style: none;
    border-bottom: 2px solid #989898;
}


/* 診療案内
---------------------------------------------------------------------------- */
.animal img {
    height: 90px;
    padding: 0 5px;
}
.credit img {
    padding: 5px 5px;
}

.cont01 .next_timetbl table.timetbl {
    float:left;
    margin-left: 0%;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 110px;
}
.next_timetbl table.timetbl th {
    width: 20%;
    background-color: #caab8f;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
/*
    padding: 7px 0;
*/
    padding: 4px 0;
    height: 35px;
    line-height: 1.2;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.next_timetbl table.timetbl td {
    width: 10%;
    background-color: #ffffff;
    color: #caab8f;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    line-height: 1.2;
    border-left: 1px solid #caab8f;
    /* border-right: 1px solid #caab8f; */
}
.next_timetbl table.timetbl td.yb {
    background-color: #caab8f;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    font-size: 14px;
}

.next_timetbl table.timetbl td.e {
    width: 10%;
    background-color: #ffffff;
    color: #caab8f;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    line-height: 1.2;
    border-right: 1px solid #caab8f;
}


.img_card img {
    margin: 15px 7px 5px;
}


.yakan_nm {
    padding: 20px 0px 0px 0px;
}
.yakan {
    float: left;
    padding: 10px 20px 10px 0px;
}
/* 1箇所目: 手術予約検査エリア（最も濃い） */
.next_timetbl table.timetbl td.yb.weekday-header {
    background-color: #e1c1a1; /* 濃いベージュ */
    color: #6c5b41 !important;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.next_timetbl table.timetbl th.surgery-time {
    background-color: #e1c1a1;
    color: #6c5b41 !important;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.next_timetbl table.timetbl td.surgery-cell {
    /* background-color: #d4c4b0; やや濃いベージュ背景 */
    background-color: #e1c1a1; /* やや濃いベージュ背景 */
    color: #6c5b41 !important;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

/* 2箇所目: 月〜金の●エリア（中間） */
.next_timetbl table.timetbl td.weekday-open , th.weekday-open {
    background-color: #b8a088!important; /* 中間のベージュ */
    /* color: white!important; */
    color: #4a443b !important;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border: 1px solid #ffffff;
}

/* 3箇所目: 土日祝エリア（最も薄い） */
.next_timetbl table.timetbl td.yb.weekend-header {
    background-color: #a68968; /* やや濃いベージュ */
}
.next_timetbl table.timetbl th.weekend-time {
    background-color: #a68968;
}
.next_timetbl table.timetbl td.weekend-open {
    /* background-color: #f5ebe0; 最も薄いベージュ */
    background-color: #a68968; /* 最も薄いベージュ */
    color: white;
}

/* 4箇所目: ハイフン部分（休診）は白背景 */
.next_timetbl table.timetbl td.closed-cell {
    background-color: #ffffff;
    color: #caab8f;
}

/*----------------------------------------
    next000
----------------------------------------*/
#next000 {
    width: 100%;
    margin: 0 auto;
    background-color: #f9dacb;
    height: 200px;
}
#next000 .next000_L {
    float: left;
    width: 100%;
    padding-top: 100px;
}
.head100 {
    font-size: 34px;
    letter-spacing: 2px;
}
.head100_e {
    font-size: 32px;
    letter-spacing: 2px;
    padding-left: 40px;
/*
    font-family: 'Heebo', sans-serif;
*/
}
.head100_e2 {
    font-size: 20px;
    letter-spacing: 0px;
    padding-left: 10px;
    font-family: 'Heebo', sans-serif;
}




/*----------------------------------------
    共通リスト
----------------------------------------*/
ol.maru  {
  position: relative;
  margin: 0;
  padding: 0
}
ol.maru li  {
  list-style: none;
  list-style-position: outside;
  margin: 0 0 20px 0;
  padding-left: 1.25em
}
ol.maru li span.num {
  position: absolute;
  left: 0;
  margin: 0
}
ol.maru li.b5  {
  list-style: none;
  list-style-position: outside;
  margin: 0 0 5px 0;
  padding-left: 1.25em
}
ol.numlist {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 35px;
}
ol.numlist02 {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 35px;
}
ol.numlist02 li {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2.4;
}
ul.kmlist {
    padding-left: 20px;
    list-style: url(../images/common/m_kome.png) outside;
}
ul.dotlist {
    padding-left: 18px;
    list-style: url(../images/common/pointDT.png) outside;
}
ul.rndlist {
    padding-left: 18px;
    list-style: url(../images/common/round.gif) outside;
}
ul.cirlist {
    padding-left: 18px;
    list-style: url(../images/common/p_circle_ft.png) outside;
}
ul.disclist {
    padding-left: 18px;
    list-style-position: outside;
}
ul.disclist li {
    list-style-type: disc;
}
ul.disclist li.b10 {
    list-style-type: disc;
    padding-top: 10px;
}
ul.Rdisclist {
    padding-left: 18px;
    list-style-position: outside;
    color: #ff0000;
}
ul.Rdisclist li {
    list-style-type: disc;
    padding-top: 5px;
    color: #ff0000;
}

ul.Bdisclist {
    padding-left: 18px;
    list-style-position: outside;
}
ul.Bdisclist li {
    list-style-type: disc;
    padding: 5px 0 15px 0;
}
span.shadow_blk {
    text-shadow: 1px 0px 0px #000;
}

p.han {
    background-color: #ecb6d4;
    padding: 10px 5px 10px 20px;
    color: #8c1f53;
	width: 380px;
}

/*----------------------------------------
    当院について
----------------------------------------*/
/* ***
dl.greeting_list {
    padding-top: 10px;
    padding-bottom: 30px;
}
dl.greeting_list dt {
    float: left;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2.4;
    padding-top: 20px;
}
dl.greeting_list dd {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2.4;
    padding-top: 20px;
    padding-left: 127px;
}
.greeting_end {
    float: left;
    margin-top: 30px;
}
*** */


/*----------------------------------------
    診療案内
----------------------------------------*/
/* ---
table.tmtbl {
    width: 100%;
    border: 1px solid #333333;
}
table.tmtbl th {
    width: 15%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #333333;
    padding: 10px 0;
}
table.tmtbl td {
    width: 10%;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #333333;
    border-left: 1px dotted #333333;
    padding: 10px 0;
}
table.tmtbl th.yb {
    background-color: #ffc000;
    color: #ffffff;
}
table.tmtbl td.yb {
    background-color: #ffc000;
    color: #ffffff;
}


.med_ani {
    background-color: #ffc000;
    color: #ffffff;
    padding: 8px 60px;
}
.med_ani_s {
    background-color: #ffc000;
    color: #ffffff;
    padding: 8px 40px;
}
--- */


/*----------------------------------------
    スタッフ紹介
----------------------------------------*/
.staff_box {
    padding: 30px 20px 0px 25px;
}

table.staff {
    border-collapse: collapse;
    margin-top: 0px;
}
table.staff th {
    width: 10%;
    vertical-align: top;
}
table.staff td {
    vertical-align: top;
    text-align: left;
}

.staff_line {
    border: 1px solid #e1e1e1;
    width: 100%;
    margin: 60px 0;
}

.staff_img {
    padding: 0px 0px 0px 0px;
    float: right;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    position: relative;
    margin-top: -80px;
    margin-left: 20px;
}


/*
ul.staff {
    width: 100%;
}
ul.staff li.stf_L {
    float: left;
    margin: 0 3%;
    width: 24%;
}
ul.staff li.stf_R {
    float: left;
    margin: 0 3.5%;
    width: 63%;
}
ul.staff p.stf_name {
    font-size: 18px;
}

ul.staff li img {
    width: 100%;
}
*/


/*----------------------------------------
    料金について
----------------------------------------*/
.fee_area {
    width: 100%;
}
.fee_area table {
    width: 100%;
}
.fee_area table th {
    width: 60%;
}
.fee_area table td {
    width: 40%;
}
.no-wrap {
    white-space: nowrap;  /* 改行しない */
}
/* ▼ 料金表の3カラムを縦位置揃えにする ▼ */
.fee_area table td {
    vertical-align: top;    /* 行の上揃えでズレを防ぐ */
    white-space: nowrap;    /* 改行を防ぐ（必要なら） */
    padding: 6px 10px;      /* 余白を統一 */
}


/*----------------------------------------
    皮膚トラブルでお悩みの飼い主さまへ
----------------------------------------*/
.skin_img {
    float: right;
    margin-top: -200px;
}
.skin_img img {
    width: 200px;
    margin: 0px 5px;
}
.skin_img p {
    padding-left:250px;
}

.skin_img2 {
    float: right;
}
.skin_img2 img {
    width: 250px;
    margin: 10px 5px 0;
}


/*----------------------------------------
    高度眼科診療
----------------------------------------*/
.oph_atn {
    background-color: #ff0000;
    color: #ffffff;
    padding: 5px 20px;
}
.oph_line {
    border-bottom: 1px solid #ff0000;
}

.oph_img {
    float: right;
}
.oph_img img {
    width: 400px;
    margin: 10px 5px 0;
}








/*----------------------------------------
    院内紹介
----------------------------------------*/



/* # クリニック紹介
------------------------------------------------------------------- */
ul.innai {
    width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

/*
ul.innai li {
    margin: 15px 1%;
    width: 18%;
}
*/

/* *** 縦置き・横置き　４列の場合 *******
ul.innai li {
    margin: 15px 1%;
    width: 23%;
}
ul.innai li.imgH {
    margin: 15px 5%;
    width: 15%;
}
********************** */

/* *** 縦置きのみ　４列の場合 ******* */
ul.innai li.imgH {
    margin: 15px 3%;
    width: 19%;
}
/* ******************** */




ul.innai li img {
    width: 100%;
}

p.inname {
/*
    font-size: 18px;
*/
    padding-top: 10px;
    text-align: center;
    letter-spacing: 0.8px;
    line-height: 1.2;
}



/* # 医療設備
------------------------------------------------------------------- */
ul.kiki {
    margin: 20px 0px 60px 60px;
    width: 94%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.kiki li {
    margin: 20px 1%;
    width: 18%;
}
ul.kiki li img {
    width: 100%;
}

p.kinm {
    font-size: 16px;
    padding-top: 10px;
    text-align: left;
    letter-spacing: 0.8px;
    line-height: 1.2;
}
p.ki {
    padding-top: 10px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.5px;
    line-height: 1.3;
}








/*----------------------------------------
    アクセス
----------------------------------------*/
ul.accslist {
    width: 100%;
    margin-bottom: 30px;
}
ul.accslist li.item {
    float: left;
    width: 17%;
    margin-right: 3%;
    margin-bottom: 5px;
}
.item1 {
    color: #f29838;
    background-color: #ffead4;
    text-align: center;
    padding: 5px 0px;
}
ul.accslist li.data {
    float: left;
    width: 80%;
    padding: 5px 0px;
    margin-bottom: 5px;
}
.parking {
    padding-top: 10px;
}
.parking img {
    width: 50%;
}



/*----------------------------------------
    予防医療
----------------------------------------*/
.img_next02 {
    margin: 0px 0px 0px 30px;
    width: 37%;
    float: right;
}
.img_next02 img {
    width: 100%;
}

.img_next03 {
    margin: -10px 40px 0px 40px;
    width: 25%;
    float: right;
}
.img_next03 img {
    width: 100%;
}







/*--------------------------------------------------
  求人情報
--------------------------------------------------*/

/* 募集要項
--------------------------------------------------*/
table.recruit {
    border-collapse: collapse;
	z-index:400; 
    margin-top: 10px;
    margin-bottom: 30px;
}
table.recruit th {
    width: 20%;
    padding: 6px 10px;
    text-align: center;
    border-bottom: 1px solid  #ffffff;
    background-color: #8c8c8c;
    color: #fff;
    font-weight: normal;
}
table.recruit th.end {
    padding: 6px 10px;
    text-align: center;
    border-bottom: 1px solid  #8c8c8c;
    background-color: #8c8c8c;
    color: #fff;
    font-weight: normal;
}
table.recruit th.job {
    background-color: #8c8c8c;
    color: #fff;
    padding: 6px 10px;
    text-align: center;
    border-right: 1px solid  #fff;
    font-size: 16px;
}
table.recruit td {
    width: 80%;
    padding: 6px 10px 6px 10px;
    border: 1px solid  #8c8c8c;
}
table.recruit td.job {
    background-color: #8c8c8c;
    color: #fff;
    padding: 6px 10px 6px 20px;
    border-left: 1px solid  #fff;
    font-size: 16px;
}

.btn_box {
    margin: 80px 30% 20px 30%;
}
.btn_txt:hover {
    opacity: 0.7;
}
.btn_txt {
    background-color: #a47c60;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
}



/*----------------------------------------
    応募フォーム
----------------------------------------*/

/*
table.recruit {
    border-collapse: collapse;
    margin-bottom: 60px;
    width: 100%;
    border-top: 1px solid #999999;
}
table.recruit th {
    padding: 10px 20px;
    text-align: center;
    font-weight: normal;
    vertical-align: top;
    width: 20%;
}
table.recruit td {
    padding: 10px 10px;
    width: 80%;
}
table.recruit tr {
    border-bottom: 1px solid #999999;
}



.btn_box {
    margin: 80px 30% 20px 30%;
    width: 40%;
}
.btn_txt:hover {
    opacity: 0.7;
}
.btn_txt {
    background-color: #f29838;
    color: #ffffff;
    text-align: center;
    padding: 15px 10px;
    border-radius: 5px;
}


table.thanks {
    border-collapse: collapse;
    margin: 100px auto 250px;
}
table.thanks td {
    text-align: center;
}
*/



/* 応募フォーム
--------------------------------------------------*/
table.thanks {
    border-collapse: collapse;
    margin: 0px auto;
    width: 40%;
}
table.thanks td {
    text-align: center;
}





/*----------------------------------------
    予防医療
----------------------------------------*/






