<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =======================================================================

   ●
   
======================================================================= */

/* -----------------------------------------------------------
　●
----------------------------------------------------------- */

/* :::::::::: ● :::::::::: */


/* =======================================================================

   基本
   
======================================================================= */

/* -----------------------------------------------------------
　イメージカラー
----------------------------------------------------------- */
/*
メインカラー:#00000
サブカラー:#00000
アクセントカラー:#00000
アクセントカラー:#00000
*/


/*
基本カラー一括返還

#FA7887
*/


/* -----------------------------------------------------------
　画像サイズ
----------------------------------------------------------- */
img.fluid-image {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
	
/* -----------------------------------------------------------
　構造
----------------------------------------------------------- */

header{}
main{}
footer{}

section{
	margin:0 auto 30px;
	width:95%;
}

article{}
aside{}

header:after,
nav:after,
main:after,
footer:after,
section:after,
article:after,
article:after {
	content: "";
	display: block;
	clear: both;
}

/* -----------------------------------------------------------
　段落
----------------------------------------------------------- */

p:after {
	content: "";
	display:block;
	clear:both;
}

/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */

h1{}
h2{}
h3{}
h4{}
h5{}
h6{}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
	content: "";
	display:block;
	clear:both;
}

/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */

/* :::::::::: 序列リスト :::::::::: */
ol{}
ol li{}

/* :::::::::: 非序列リスト :::::::::: */
ul{}
ul li{}

/* :::::::::: 定義リスト :::::::::: */
dl{}
dl dt{}
dl dd{}

/* -----------------------------------------------------------
　テーブル
----------------------------------------------------------- */

table{}

table tr th,
table tr td{}

table tr th{}
table tr td{}


/* =======================================================================

   全体
   
======================================================================= */

body{
	font-family:Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.txt_c {
    text-align: center;
}

/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */

header{
	text-align:center;
}

header h1{
	margin: 0px;
	padding: 1px;
	color: #FFF;
	background-color: #FA7887;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}

/* :::::::::: ナビ :::::::::: */

nav {
	width:100%;
	margin:0 0 20px;
	text-align:center;
}

nav ul#main_nav {}

nav ul#main_nav li {
	width:100%;
	height:40px;
	margin:0 auto 1px auto;
	background-color: #FA7887;
 	border-bottom: 1px solid #ffffff;

}

nav ul#main_nav li a {
	display:block;
	width:100%;
	font-size:14px;
	font-weight:bold;
 	line-height:40px;
	 text-align:center;
	text-decoration:none;
}
nav ul#main_nav li a:link,
nav ul#main_nav li a:visited,
nav ul#main_nav li a:hover,
nav ul#main_nav li a:active {
	color:#ffffff;
}

/* :::::::::: キービジュアル :::::::::: */

#key_visual{
	position: relative;
	margin-bottom:5px;
}

#key_visual h2 {
	position: absolute;
    top:45%;
	bottom:0;
    margin:-0.5em auto 0;
    color:#FFF;
    text-align:center;
	width:100%;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";

}

/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */

#main_contents{
	text-align:left;
}

/* :::::::::: 段落 :::::::::: */
section p {
	margin: 0 5px 20px;
}

section p:last-child {
	margin-bottom:0px;
}

/* :::::::::: 見出し :::::::::: */

section h3{
	font-size:18px;
	color:#FFF;
	background-color:#FA7887;
	height:auto;
	padding:8px 0.5em 6px;
	margin-bottom:15px;
	text-align:left;
	clear:both;
}

section h3:before {
	content:"■";
	padding-right:0.5em;
}

section h4{
    width:98%;
	height:auto;
   	text-align: left;
	font-size: 16px;
	color:#FA7887;
	border-bottom:2px solid #FA7887;
	padding:0 1% 4px;
	margin-bottom:10px;
	clear:both;
}

section h5{
	font-size:16px;
	color:#333;
	margin-bottom:10px;
}
section h6{
	font-size:16px;
	color:#666;
	margin-bottom:10px;
}

/* :::::::::: 序列リスト :::::::::: */

section ol{
	margin: 0 5px 20px;
}
section ol li{
	list-style-type:decimal;
}

/* :::::::::: 非序列リスト :::::::::: */

section ul{
	margin: 0 5px 20px 20px;
}

section ul li{
	list-style-type:disc;
}

/* :::::::::: 定義リスト :::::::::: */

section dl{
	margin-bottom:20px;
}
section dl dt{
	font-weight:bold;
}
section dl dd{}

/* :::::::::: テーブル :::::::::: */

section table{
	margin:0 auto;
	width:95%;
	margin-bottom:20px;
}
section table tr th,
section table tr td{
	border:1px solid #ccc;
	padding:5px;
}

section table tr th{
	background-color:#E5E5E5;
}
section table tr td{}

/* :::::::::: 画像 :::::::::: */

section figure{
	margin:0 auto 20px;
	text-align:center;
}

section figure img{
}

section figure figcaption{
	margin:5px 0;
	font-size:12px;
}


/* 場面写真：右*/ 
section p img.img_right{
	float:right;
	margin:0 0 5px 5px;
	border-radius:5px;
}

/* 場面写真：左*/
section p img.img_left{
	float:left;
	margin:0 5px 5px 0;
	border-radius:5px;
}

/* -----------------------------------------------------------
  TELL
----------------------------------------------------------- */
.tell_img{
	position: relative;
}

.tell_img p{
	position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    margin: auto;
    color:#000000;
	font-size:32px;
	padding-left:20px;
}


/* -----------------------------------------------------------
  フッタ
----------------------------------------------------------- */

footer{
	margin:0 auto;
	padding:1rem 0 5rem;
	clear:both;
	background-color: #FA7887;
}

footer .copyright{
	font-size:10px;
	color:#fff;
}

#tel_up {
  visibility: hidden; /*ロード時スマホで隠す場合*/
  display: flex;
  width: 100%;
  height: 4.0rem;
  background: #fff;
  box-shadow: 0 -.2rem .1rem rgba(#999, .2);
  position: fixed;
  bottom: 0;
  z-index: 100;
  &gt; ul {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 0 1px;
    margin: 0;
    /*border-right: 1px solid #fff;*/
    li {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1.0;
      a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: .6rem 0;
        width: 100%;
        height: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 1.2rem;
        color: #3c60cb;
        background: #e9efff;
        text-decoration: none !important;
      }
    }
  }
  #pageup {
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 4.0rem;
    height: 4.0rem;
    font-size: 2.0rem;
    text-align: center;
    padding: .4rem;
    color: #fff;
    background: #FA7887;
    position: relative;
    overflow: hidden;
    &amp;::before { /*アロー*/ 
      display: block;
      content:"▲"
    }
    .clip {
      display: block;
      font-size: 1.0rem;
      clip-path: inset(50%);
      color: transparent;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
    }
  }
}


/* =======================================================================

   個別
   
======================================================================= */

/* :::::::::: お知らせ欄 :::::::::: */

#infomation dt{
	color:#FF6600;
	font-size:16px;
}

#infomation dd{
    padding-top:10px;
	padding-bottom:20px;
}

#infomation dt .date{
	display:none;
}

#infomation dl{
	height:200px;
	overflow-y:scroll;
	border-bottom:solid 1px #CCC;
	margin:5px 0;
	}

#infomation dl::-webkit-scrollbar {
	width: 12px;
}
 
#infomation dl::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}
 
#infomation dl::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/* :::::::::: クリニック概要 :::::::::: */

#main_contents #schedule {
	width:100%;
}

#main_contents #schedule th {
	background-color:#FA5F6E;
	color:#FFF;
	text-align:center;
	font-size:14px;
	padding:7px 0 5px;
	border:solid 1px #E6E6E6;
	font-weight:normal;
}

#main_contents #schedule th.sun {
	letter-spacing:-5px;
	font-size:12px;
	text-indent:-5px;
}

#main_contents #schedule td {
	color:#FA5F6E;
	text-align:center;
	font-size:14px;
	padding:8px 0;
	width:10%;
	border:solid 1px #E6E6E6;
}

#main_contents #schedule td.time {
	width:24%;
	color:#333333;
}

#main_contents #schedule caption {
	font-size:13px;
	color:#333333;
	text-align:left;
	caption-side:bottom;
	line-height:18px;
	margin-top:5px;
}

/* :::::::::: 経歴 :::::::::: */

section dl.career{
	margin-bottom:20px;
	overflow:hidden;
}
section dl.career dt{
	clear:both;
	color:#2369AF;
	font-weight:normal;
	width:30%;
	margin-right:5%;
	float:left;
}
section dl.career dd{
	width:65%;
	float:left;
}

/* :::::::::: 診療時間表 :::::::::: */

section table.timeschedule{}
section table.timeschedule tr th,
section table.timeschedule tr td{
	border:1px solid #2369AF;
	padding:10px 5px;
	font-weight:normal;
	font-size:12px;
}

section table.timeschedule tr.date th{
	background-color:#2369AF;
	text-align:center;
	color:#FFFFFF;
}
section table.timeschedule tr.date td{
	background-color:#2369AF;
	text-align:center;
	color:#FFFFFF;
}

section table.timeschedule tr th{
	background-color:#DAE9F8;
	text-align:center;
}
section table.timeschedule tr td{
	text-align:center;
}

section table.timeschedule tr td.sat{ color:#D2E8FF;}
section table.timeschedule tr td.sun{ color:#FFCECF;}
section table.timeschedule tr td.hol{ color:#FFCECF;}

section .point1{
	color:#FF7E00;
}

/* :::::::::: 住所や連絡先 :::::::::: */
section address {
	font-style:normal;
 	font-size:14px;
 	line-height:150%;
 	color:#4c4c4c;
 	-webkit-text-size-adjust: none;
	margin-bottom:15px;
}

/* :::::::::: GoogleMap :::::::::: */

#map_canvas{
	margin:0 auto;
	width:95%;
	height:250px;
	border:1px solid #CCCCCC;
	text-align:center;
}

#map_canvas02{
	margin:0 auto;
	width:95%;
	height:250px;
	border:1px solid #CCCCCC;
	text-align:center;
}

p.map_link{
	text-align:right;
	width:95%;
	margin-top:5px;
}

p.map_link a{
	color:#2369AF;
}

/* :::::::::: TO PAGE TOP :::::::::: */

.smoothScrolls{
	margin:20px 0;
}

.smoothScrolls p{
	text-align:right;
	font-size:14px;
	font-weight:bold;
}

.smoothScrolls p a{
	color:#FB9700;
}


/* :::::::::: フリック :::::::::: */
/*** 画面幅に対しての画像の表示サイズ
　　 max-widthは画像ファイルの横幅サイズ ****/

.viewport {
 width:80%;
 max-width:1000px;
 overflow:hidden;
 margin:0 auto;
}

/*** 画像枚数×100% ****/

.flipsnap {
 width:700%;
}

/*** 100%÷画像枚数 ****/
.item {
 float:left;
 width:14.2857%;
 cursor:pointer;
 overflow:hidden;
}

.item p {
 padding:3px 0 8px 0;
 font-weight:bold;
 color:#333;
 text-align:center;
}
p.comment {
 text-align:center;
 margin-top:10px;
}	


.linkbnr {
	margin: 0 1.5rem;
	
}
.linkbnr p{
	margin-bottom: 1.5rem;
	text-align: center;
}
/* :::::::::: TOPページ apocoボタン :::::::::: */
.btn_apoco {
    display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-weight: 700;
  color: #fff;
  letter-spacing: .1em;
  white-space: nowrap;
  background-color: #4169e1;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 4px;
  box-shadow: 0 2px 2px #00000024,0 3px 1px #0000001f,0 1px 5px #0003;
  transition: .3s;
}


.callender_detail {
	border: 1px solid #E6E6E6;
	text-align: center;
	padding: 5px 0;
}
.callender_detail ul {
	display: inline-block;
	margin: 0;
}
.callender_detail ul li {
	list-style: none;
	text-align: left;
}
.callender_detail ul li::before {
	display: inline-block;
	width: 1.4em;
	height: 1em;
	content: '';
	border: 1px solid #E6E6E6;
	margin-right: 0.4em;
	position: relative;
	top: 0.2em;
}
.callender_detail ul li.outPatient::before {
	background: #ffe6e6;
}
.callender_detail ul li.pmOnly::before {
	background: #c2de8a;
}
.callender_detail ul li.amOnly::before {
	background: #a2dee4;
}



</pre></body></html>