﻿@charset "utf-8";
/* =======================================================================

   ●
   
======================================================================= */
/* -----------------------------------------------------------
　●
----------------------------------------------------------- */
/* :::::::::: ● :::::::::: */
/* =======================================================================

   基本
   
======================================================================= */
/* -----------------------------------------------------------
　イメージカラー
----------------------------------------------------------- */
/*
メインカラー:#00000
サブカラー:#00000
アクセントカラー:#00000
アクセントカラー:#00000
*/
/* -----------------------------------------------------------
　画像サイズ
----------------------------------------------------------- */
img.fluid-image {
  max-width: 100%;
}
/* -----------------------------------------------------------
　構造
----------------------------------------------------------- */
header {}
main {}
footer {}
section {
  margin: 0 auto 20px;
  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;
}
.fc_pink {
  color: #ef57a0;
}
.fc_red {
  color: #ff0000;
}
.mt10 {
  margin: 0 auto 1rem;
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
  text-align: center;
  margin: 0 0 15px 0;
}
header h1 {
  margin: 0 0 15px 0;
  padding: 1px;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
}
a.rvs {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 92%;
	margin: 0 auto;
	padding: 1rem;
	background-image: linear-gradient(to right, #b9ecff 0%, #ffadd0 100%);
    font-weight: bold;
	color: #435295;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.rvs::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #435295;
}
a.rvs::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #435295;
}
a.rvs:hover {
	background: #d4eef7;
	color: #27acd9;
}
/* :::::::::: ナビ :::::::::: */
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: #435295;
  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: 0 0 15px 0;
}
#key_visual h2 {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #435295;
  font-size: 22px;
  max-width: 625px;
  height: 30px;
  text-align: left;
  padding-left: 15px;
}
#key_visual .box img {
  box-sizing: border-box;
  border: 5px solid #435295;
}
.subpage #key_visual h2 {
  bottom: 0;
  font-size: 20px;
  font-weight: 100;
  height: 1em;
  left: 0;
  line-height: 24px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 90%;
}
/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */
#main_contents {
  text-align: left;
}
/* :::::::::: 段落 :::::::::: */
section p {
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
section p:last-child {
  margin-bottom: 0px;
}
.h3box {
  margin-bottom: 20px;
}
.h4box {
  margin-bottom: 20px;
}
.h4subbox {
  background-color: #ffffff;
  border: 2px solid #c5d6ea;
  border-radius: 10px;
  padding: 10px;
  line-height: 180%;
}
/* :::::::::: 見出し :::::::::: */
section h2 {
  color: #273674;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 15px;
  overflow: hidden;
  text-align: center;
}
section h2 span {
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  position: relative;
}
section h2 span::before, section h2 span::after {
  border-top: 1px solid #273674;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
}
section h2 span::before {
  right: 100%;
}
section h2 span::after {
  left: 100%;
}
section h3 {
  border-bottom: 2px solid #fae5f1;
  color: #b83f7d;
  font-size: 130%;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px;
}
section h3 span {
  border-left: 9px solid #f4a2cb;
  display: block;
  padding-left: 16px;
  padding-top: 2px;
  padding-bottom: 5px;
}
section h4 {
  background-color: #829dcb;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 5px 20px;
}
section h5 {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
section h6 {
  font-size: 16px;
  color: #999;
  margin-bottom: 10px;
}
/* :::::::::: 序列リスト :::::::::: */
section ol {
  margin: 0 0 20px 25px;
}
section ol li {
  list-style: inherit;
}
/* :::::::::: 非序列リスト :::::::::: */
section ul {
  margin: 0 0 0 20px;
}
section ul li {
  list-style-type: disc;
}
/* :::::::::: 定義リスト :::::::::: */
section dl {
  margin-bottom: 20px;
}
section dl dt {}
section dl dd {}
/* :::::::::: テーブル :::::::::: */
section table {
  margin: 0 auto;
  width: 95%;
}
section table tr th, section table tr td {
  border: 1px solid #ccc;
}
section table tr th {}
section table tr td {}
/* :::::::::: 画像 :::::::::: */
section figure {
  margin-bottom: 10px;
  text-align: center;
}
section figure img {
  border: 1px solid #2369AF;
  border-radius: 10px;
}
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_title {
  text-align: left;
}
.tell_img {
  margin-top: 7px;
  position: relative;
}
.tell_img p {
  color: #000000;
  font-size: 32px;
  left: 0;
  margin: auto;
  padding-left: 20px;
  position: absolute;
  right: 0;
  top: 8%;
}
/* -----------------------------------------------------------
  フッタ
----------------------------------------------------------- */
footer {
  margin: 0 auto;
  padding: 10px 0;
  clear: both;
  background-color: #fff3f9;
}
footer .copyright {
  font-size: 10px;
}
/* =======================================================================

   個別
   
======================================================================= */
/* :::::::::: お知らせ欄 :::::::::: */
section dt {}
section dd {}
.info dt {
  color: #ef61a6;
  font-size: 16px;
}
.info dd:not(:last-child) {
  margin-bottom: 15px;
}
/* :::::::::: 経歴 :::::::::: */
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 5px;
  width: 99%;
  height: 250px;
  border: 1px solid #CCCCCC;
  text-align: center;
}
#map_canvas iframe {
  border: none;
  height: 250px;
}
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;
}
/* :::::::::: 画像切替 :::::::::: */
.key_visual2 {
  text-align: center;
  padding-left: auto;
  padding-right: auto;
}
#cf1 {
  text-align: center;
  width: 100%;
}
#cf2 {
  text-align: center;
  width: 100%;
}
#cf3 {
  text-align: center;
  width: 100%;
}
#cf4 {
  text-align: center;
  width: 100%;
}
/* :::::::::: フリック :::::::::: */
.viewport {
  width: 290px;
  overflow: hidden;
  margin: 0 auto;
}
.flipsnap {
  width: 1450px;
  /*width:5800px;*/
}
.item {
  float: left;
  width: 290px;
  cursor: pointer;
  overflow: hidden;
}
.item p {
  padding: 3px 0 8px 0;
  font-weight: bold;
  color: #333;
  text-align: center;
}
p.comment {
  text-align: center;
}
.txt_align_center {
  text-align: center;
}
.txt_align_right {
  text-align: right;
}
.addinfo {
  width: 100%;
  margin-bottom: 15px;
}
.addinfo td, .addinfo th {
  border: none;
  vertical-align: top;
}
.addinfo tr:not(:last-child) td, .addinfo tr:not(:last-child) th {
  padding: 0 0 10px;
}
.addinfo th {
  width: 80px;
  color: #ef57a0;
  font-weight: normal;
}
.timetable_acs {
  background-color: #fff;
  border-collapse: collapse;
  margin: 0 0 5px;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
.timetable_acs tr {
  margin: 0;
  padding: 0;
}
.timetable_acs tr td {
  border: 1px solid #ddd7ca;
  font-size: 150%;
  font-weight: bold;
  margin: 0;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}
.timetable_acs tr th {
  background-color: #435295;
  border: 1px solid #ddd7ca;
  color: #ffffff;
  margin: 0;
  padding: 7px 5px;
  text-align: center;
  vertical-align: middle;
}
.timetable_acs tr .head {
  background-color: #ececec;
  border: 1px solid #ddd7ca;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 110px;
}
.timetable_acs tr .time {
  background-color: #ffdced;
  border: 1px solid #ddd7ca;
  font-size: 95%;
  font-weight: normal;
  margin: 0;
}
.timetable_acs tr .day {
  background-color: #fcfaf2;
  border: 1px solid #ddd7ca;
  color: #fff;
}
.timetable_acs .name {
  font-size: 50%;
  font-weight: normal;
  line-height: 120%;
}
.timetable_acs .def {
  font-size: 100%;
  font-weight: normal;
}
.liststyle1 li {
  margin-bottom: 5px;
}
.liststyle2 li {
  list-style-type: circle;
}
ul li:last-child {
  margin-bottom: 0px;
}
.access {
  margin: 0 0 25px;
}
.access p {
  margin: 0;
}
.access img {
  margin-bottom: 10px;
}