﻿@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; }
.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; }

.line_blk { border-bottom: 1px solid #000000; }
.line_red { border-bottom: 1px solid #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;
    padding-bottom: 80px;
}



/*----------------------------------------
    title common
----------------------------------------*/
.nexthead {
    position: relative;
/*
    background-color: black;
    display: inline-block;
*/
}
.bg_nexthead img {
    width: 100%;
}
.bg_nexthead img.colorfilter-image {
/*
    opacity: 0.6;
    display: block;
*/
}

.nexthead .nxtitle {
    position: absolute;
    top: 48%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    width: 100%;
    text-align: center;
}
.nxtitle p.nexttitle {
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 2.3;
    color: #fece7a;
    text-shadow: 0px 0px 4px #743236;
/*
    text-shadow: 0px 0px 5px #000000;

    font-size: 22px;
    letter-spacing: 1px;
    line-height: 2.3;
    color: #743236;
    font-weight: bold;
    text-shadow: 0px 0px 5px #ffffff;
*/
}
.nxtitle p.nexttitle_eng {
    font-size: 18px;
    text-shadow: 0px 0px 5px #000000;
    color: #ffffff;
/*
    font-size: 18px;
    text-shadow: 0px 0px 5px #ffffff;
*/
}


/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap');
*/
.next_cont {
    padding: 80px 0px 10px 0px;
/*
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 1.7;
*/
}

.nextsubtitle {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: bold;
    border-bottom: 2px solid #fece7a;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.4;
}
.img_nextsubtitle {
    width: 32px;
    margin: 0px 10px 0px 0px;
/*
    width: 20px;
    margin: 0px 5px 8px 0px;
*/
}

.nextbox {
    padding-left: 25px;
}
.nextbox p {
    font-size: 16px;
}


.pdb_bott {
    padding-bottom: 300px;
}




/*----------------------------------------
    共通リスト
----------------------------------------*/
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;
}

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.astlist {
    padding-left: 18px;
    list-style: url(../images/common/p_ast.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;
}




/*----------------------------------------
    当院について
----------------------------------------*/
.img_about {
    float: right;
    padding-left: 40px;
    width: 200px;
}
.img_about img {
    width: 100%;
}



/* # スタッフ紹介
--------------------------------------- */
ul.staff {
    width: 100%;
}
ul.staff li {
    float: left;
    margin: 0 5%;
    width: 40%;
}
ul.staff li img {
    width: 80%;
    margin: 0 20% 10px 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 {
    margin: 15px 1%;
    width: 23%;
}
ul.innai li.imgH {
    margin: 15px 2.5%;
    width: 15%;
}
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;
}



/*----------------------------------------
    診療案内
----------------------------------------*/
.med_time {
    padding-bottom: 20px;
}
.med_time table.timetbl th {
    text-align: center;
    vertical-align: middle;
    width: 4%;
    padding: 1px 0px;
    font-size: 16px;
    border: solid 1px #999999;
}
.med_time table.timetbl td.tm {
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0px;
    font-size: 18px;
    width: 8%;
}


.med_breed {
    background-color: #fece7a;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 5px;
}

p.med_yakan {
    font-size: 18px;
    padding-top: 30px;
}
.med_1box {
    padding-left: 20px;
    padding-top: 5px;
}
img.img_yakan99 {
    width: 200px;
}

.next_card img {
    margin: 10px 5px;
}

.next_hoken img {
    margin: 10px 5px;
    width: 235px;
}

/*----------------------------------------
    外科手術
----------------------------------------*/
.img_surgery {
    float: left;
    padding-right: 20px;
    width: 500px;
}
.msg_surgery {
    padding-top: 100px;
}


/*----------------------------------------
    診療料金
----------------------------------------*/
table.feetbl {
    width: 100%;
    border: 1px solid #5e4823;
    margin-bottom: 20px;
}
table.feetbl th {
    width: 19%;
    text-align: left;
    color: #5e4823;
    background-color: #dedad2;
    padding: 5px;
    border-top: 1px solid #5e4823;
}
table.feetbl td {
    width: 16.2%;
    text-align: center;
    padding: 5px;
    border-top: 1px solid #5e4823;
    border-left: 1px solid #5e4823;
}
table.feetbl tr.hd {
    color: #ffffff;
    background-color: #5e4823;
}
table.feetbl tr.hd th {
    color: #ffffff;
    background-color: #5e4823;
}
table.feetbl tr.hd td {
    border-left: 1px solid #ffffff;
}

.img_ast {
    margin: 0 0 7px 5px;
}


/*----------------------------------------
    アクセス
----------------------------------------*/
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%;
}



/*----------------------------------------
    眼のトラブルがご心配な飼い主さまへ
----------------------------------------*/
p.eye_ttl {
    font-size: 20px;
    padding-bottom: 5px;
}
.eye_box {
    padding-left: 40px;
}

ul.dis_img {
    padding-top: 10px;
}
ul.dis_img li {
    float: left;
    text-align: center;
    margin-bottom: 5px;
}
ul.dis_img li img {
    width: 80%;
    padding-bottom: 5px;
}
.eye_cmnt {
    padding-left: 40px;
    padding-bottom: 50px;
}
.eye_cmntE {
    padding-left: 40px;
}


/*----------------------------------------
    予防について
----------------------------------------*/



/*----------------------------------------
    健康管理
----------------------------------------*/
table.caretbl {
    width: 100%;
    border: 1px solid #5e4823;
    margin-top: 20px;
}
table.caretbl th {
    width: 30%;
    text-align: left;
    color: #5e4823;
    background-color: #dedad2;
    padding: 5px;
    border-top: 1px solid #5e4823;
}
table.caretbl td {
    width: 70%;
    text-align: left;
    padding: 5px;
    border-top: 1px solid #5e4823;
    border-left: 1px solid #5e4823;
}
table.caretbl tr.hd {
    color: #ffffff;
    background-color: #5e4823;
}
table.caretbl tr.hd th {
    color: #ffffff;
    background-color: #5e4823;
}



/*----------------------------------------
    よくある質問
----------------------------------------*/
dl.faq {
}
dl.faq dt {
    margin-bottom: 5px;
    margin-right: 5px;
}

dl.faq dd {
    padding: 0;
    margin: 0 5px 30px 20px;
    padding: 10px;
    background: #f1f1f1;
}


/*--------------------------------------------------
  求人情報
--------------------------------------------------*/
#sec_recruit {
    margin: 0px auto 0px;
    padding: 0px 0 30px;
    position: relative;
}
#sec_recruit p {
    font-size: 18px;
    line-height: 2;
    text-align: center;
/*
    color: #000000;
    font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-family: "FP-ヒラギノ明朝 ProN W3","ＭＳ Ｐ明朝", "MS PMincho", serif;
*/
    letter-spacing: 0.8px;
}

/* 募集要項
--------------------------------------------------*/
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.recruit {
    border-collapse: collapse;
    margin: 40px auto 30px;
    width: 100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
table.recruit th {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    padding: 10px 20px;
    width: 20%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
table.recruit td {
    text-align: left;
    vertical-align: top;
    padding: 10px 20px;
    width: 80%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}


#recbtn02 {
    clear: both;
    margin: 80px auto 0px;
    text-align: center;
}
#recbtn02_clr {
    clear: both;
    margin-bottom: 30px;
}
.btnform {
    margin: 0px auto;
}
a.toform {
    background-color: #6bbcff;
    padding: 20px 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
a.toform:hover {
    opacity: 0.5;  
    filter: alpha(opacity=50);
}
*/



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



