@charset "utf-8";
/* =======================================================================
	Style
======================================================================= */
html {
    font-size: 62.5%; /* ベースを10pxに */
    width: 100%;
}
body {
    font-family: "游ゴシック体", "YuGothic", "メイリオ", "Meiryo","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;
	font-weight:500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 1.6rem;/*16px*/
    line-height: 1.6em;
    background-color: #Fff;
    border-top: #82B727 0.8rem solid;
    letter-spacing: 0.05em;
}
main {
    font-size: 100%;
}
img {
    max-width: 100%;
    width: auto;
}
/* ==== link ==== */
a {
    text-decoration: none!important;
}
a:link {
    color: #B78740;
}
a:visited {
    color: #B78740;
}
a:hover {
    opacity: 0.7;/*	color:#f9a2b7;　*/
}
a i {
    width: 1.8em!important;
}
/* モジュール */

.flex_LRTB, .flex_RLTB {
    flex-direction: column;
    -webkit-flex-direction: column;
}
/* 画像のフロート SP時は解除 */
figure.float-l, figure.float-r {
    float: none;
    margin: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}
.sp_none, .sp_none_in {
    display: none;
}
.flip-horizontal {
    transform: scale(-1, 1);
}
#contents p {
    margin-bottom: 1em;
}
.txt_c {
    text-align: center!important;
}
.txt_l {
    text-align: left!important;
}
.txt_r {
    text-align: right!important;
}
.clear {
    clear: both;
    display: block;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.fc_rd {
    color: #dc143c;
}
.fc_gr {
    color: #82B727;
}
.fc_or {
    color: #FABF13;
}

.font_s {
    font-size: smaller
}
.font_l {
    font-size: larger
}

/* ボタン */
.btn_s {
    padding: 0.3rem 2rem;
    text-align: center;
    display: inline-block;
}
.btn {
    padding: 0.5rem 2rem;
    text-align: center;
    display: inline-block;
}
a.btn_gmap {
    background-color: #54432b;
    color: #fff;
    border-radius: 1rem;
}
a.btn_gmap:visited, a.btn_gmap:link {
    background-color: #54432b;
    color: #fff;
}
a.btn_gmap::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    padding-right: 4px;
    font-weight: bold;
    color: #fff;/*アイコンの色*/
}
a.btn_def,a.btn_sim {
    background-color: #7FBE26;
    color: #fff!important;
    border-radius: 0.5rem;
}
a.btn_def::before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    padding-right: 4px;
    font-weight: bold;
    color: #fff;/*アイコンの色*/
}
/* リストマーク */
ul {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}
ol {
    margin: 0 0 1rem;
    padding-inline-start: 2.2rem;
}
ol li {
    margin: 0;
}
ul.list_kome li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.5rem;
}
ul.list_kome li:before {
    content: '※';
    left: -1.5em;
    width: 1em;
    margin-top: -.8em;
}
ul.list_def > li {
    padding-left: 1.3em;
    margin-bottom: 0.5rem;
}
ul.list_def > li::before {
    display: inline-block;
    content: '●';
    margin-left: -1.3em;
    margin-right: 0.3em;
    color: #F9C56B;
}
ul.list_sim > li {
    list-style: disc!important;
    margin-left: 2rem;
}
li ul {
    margin-left: 1.5rem;
}
ul.list_in li {
    display: inline-block;
    margin-right: 2rem!important;
}
ul.list_dot li {
    border-bottom: 1px dotted #9ACE6B;
    padding: 0.2rem 0;
}
ul.list_pl {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.list_pl li {
    margin: 0.5rem 2rem;
    width: 100%;
}
ul.list_pl li a {
	display: block;
}
/* 定義リスト */
dl.dl_def {
    margin: 2rem auto;
}
dl.dl_def dt {
    font-weight: bold;
    border-bottom: double 3px #FABF13;
    margin-bottom: 1rem;
}
dl.dl_def dd {
    margin-bottom: 1rem;
}
dl.dl_tbl {
    border: #FBD28B solid 1px;
}
dl.dl_tbl dt {
    font-weight: bold;
    background: #FBD28B;
    padding: 0.3rem;
    text-align: center;
}
dl.dl_tbl dd {
    padding: 1rem;
    margin: 0;
}
dl.dl_tbl dd *:last-child {
    margin-bottom: 0;
}

dl.dl_career dt {/* 副院長経歴 */
	width:7em;
	float:left;
	font-weight:normal;
}
dl.dl_career dd {
	margin-left:7em;
}

dl.dl_sim dt {
	font-size:110%;
	font-weight:bold;
	margin-bottom:1rem;
	border-bottom:dotted 1px #7E5A39;
	color:#7E5A39;
}
dl.dl_sim dd {
	margin-bottom:1.5rem;
}
dl.dl_sim dd:last-child {
	margin-bottom:0;
}
/* テキストの装飾 */
.underline {
    background: linear-gradient(transparent 70%, yellow 70%);
}
.bold {
    font-weight: bold;
}
.title {
	margin-bottom:0.5rem;
	font-weight: bold;
	font-size: 110%;
}
/* 囲み枠 */
.box_or,.box_gr {
    background: #fefaee;
    border: 2px solid #FCD25A;
    padding: 1.5rem 2rem!important;
    margin-bottom: 2rem;
	border-radius: 0.5rem;
}
.box_gr {
    background: #f2f7e9;	
    border: 2px solid  #82b727;
}
.box_or *:last-child,.box_gr *:last-child {
    margin-bottom: 0!important;
}
.box_or dt {
	font-weight:bold;
	margin-bottom:0.5rem;
	font-size:110%;
}

.box_gr ul.list_def > li::before {
	color:#82b727;
}
/* マージン */
.mb_05 {
    margin-bottom: 0.5rem!important
}
.mb_10 {
    margin-bottom: 1rem!important
}
.mb_15 {
    margin-bottom: 1.5rem!important
}
.mb_20 {
    margin-bottom: 2rem!important
}
/* ==== 全体の横幅設定 ==== */

.wrapper {
    width: 100%;
    margin: 0 auto;
}
.inner {
    padding: 0 2%;
}
section {
    margin-bottom: 3rem;
}

main > section > section {
	width:100%;
    margin: 0 auto 4rem;
	padding:0 1rem;
}
section > section {
    margin-top: 3rem!important;
}


/* ==== header情報部全体 ==== */
header {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0 1.5rem;
}
#lower header {
    background: #F2F5C6;
}
header .wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0 0;
}
header figure:first-child img {
    width: 98%;
}
header .wrapper .telno {
    margin: 0.2rem 0 0;
}
/* ==== グローバルナビ全体設定 ==== */
nav {
    width: 100%;
    margin: 0;
    border-bottom: 0.5rem solid #FABF13;
    padding: 0;
}
nav {
    background: rgb(142,189,60);
    background: -moz-linear-gradient(top, rgba(142, 189, 60) 0%, rgba(108,171,2,1) 100%);
    background: -webkit-linear-gradient(top, rgba(142, 189, 60) 0%, rgba(108,171,2,1) 100%);
    background: linear-gradient(to bottom, rgba(142, 189, 60) 0%, rgba(108,171,2,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ebd3c', endColorstr='#6CAB02', GradientType=0 );
}
nav ul {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
nav li {
    width: 50%;
    text-align: center;
}
nav li:nth-child(odd) {
    border-right: 1px solid #f3f8eb;
}
nav li {
    border-top: 1px solid #f3f8eb;
}
nav li a {
    display: block;
    width: 100%;
    padding: 1rem 0;
    color: #fff!important;
    font-size: 110%;
    font-weight: bold;
}
/* ==== メインエリア ====*/
main {
}
/* ==== サイドナビ ====  */
aside {
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    padding: 0 1rem;
}
aside .en-bt {
	margin: 0 auto 2rem;
	display: block;
}
aside dl dt {
    background: #82B727;
    color: #fff;
    font-size: 110%;
    border-radius: 1.5rem;
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 1rem;
}
aside ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: center;
}
aside dd > ul > li {
    width: 50%;
    max-width: 26rem;
    padding: 0.5rem 0;
}
/* ==== フッター ==== */


/* ==== 著作権表記エリア ==== */
address {
    text-align: center;
    font-size: 1em;
    background: #7E5A39;
    color: #fff;
    padding: 0.7rem;
    font-style: normal;
    margin: 0;
}
/* ==== ページトップ ==== */
#pageTop {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -100px;
    right: 10px;
    transition: .5s;
    opacity: 0.8;
}
#pageTop a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #599E34;
    border-radius: 80px;
    font-size: 0.8em;
    line-height: 1.1em;
    padding: 0.5rem 1rem;
}
/* Google Map */
.gmap {
    width: 100%;
}
.gmap iframe {
    width: 100%;
    height: 300px;
    margin: 1rem 0;
    border: none;
}
h1 {
    display: none;
}
#lower h2 {
    background: url("../images/common/h2_sp.jpg") no-repeat bottom;
    background-size: 100% 100%;
    width: 100%;
    color: #413D3C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2rem;
    font-size: 160%;
    padding: 2rem 0;
    text-shadow: 3px 3px 3px #fff,  3px -3px 3px #fff,  -3px 3px 3px #fff,  -3px -3px 3px #fff,  0 0 22px #fff;
}
#lower h3 {
    border-radius: 0.5rem;
    padding: 1rem 0 1rem 5rem;
    font-size: 130%;
    margin-bottom: 2rem;
    color: #fff;
    background: url("../images/common/h3icon.png") no-repeat left 1rem center #407113;
}
#lower h4 {
    border-bottom: 0.5rem solid #82B727;
    padding: 0.7rem 1rem 0 5rem;
    margin-bottom: 1.5rem;
    font-size: 120%;
    color: #666;
    background: url("../images/common/h4icon.png") no-repeat left 1rem bottom;
	min-height: 3.8rem;
}
#lower h5 {
    border-left: 5px double #00A63C;
    font-size: 110%;
    color: #666;
    padding: 0 0 0 0.5rem;
    margin-bottom: 1rem;
}
#lower h6 {
	border-bottom:4px double #82B727;
    font-size: 100%;
	padding:0.3rem 0.5rem;
    margin-bottom: 1rem;
    color: #666;
}
/* clinic */

.list_lb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_lb li {
  width: 49%;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #804C2E;
}
/* access */

.overview dl {
    /*   width: 100%;　*/
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
}
.overview dt {
    margin-bottom: 0.5rem;
    width: 5em;
    font-weight: normal;
}
.overview dt p {
    background: #F28F00;
    color: #fff;
    padding: 0 0.5rem;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 0;
}
.overview dd {
    margin: 0 0 1rem;
    padding: 0 0 0 1rem;
    width: calc(100% - 5em);
}
/* vaccination
.tbl_vc caption {
    font-weight: bold;
    color: #F28F00;
}
.tbl_vc th, .tbl_vc td {
    border: 1px solid #ccc;
    padding: 0.5rem;
}
.tbl_vc th {
    background: #fdebd4;
    font-weight: normal;
}
.tbl_vc td {
    min-width: 5em;
}
.tbl_vc td:nth-child(even) {
    text-align: right;
} */
/* ==== vistor ご相談 ==== */
.consult {
    width: 100%;
    margin: 3rem auto 2rem;
}
.consult dt {
    background: #fabf13;
    color: #7E5A39;
    font-size: 110%;
    border-radius: 1.5rem;
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 1rem;
}
.consult dd ul {
    display: flex;
    flex-wrap: wrap;
}
.consult dd ul li {
    width: 49.5%;
    margin-bottom: 0.5rem;
}
.consult dd ul li:nth-child(even) {
    margin-left: 1%;
}

/* さんだ在宅ネットワーク  */	
 .flow-list {
	counter-reset: flowNum;
    margin: 1.8rem 0;
    padding: 0;
    list-style: none;
}
	
 .flow-list li {
	margin: 0 0 4rem;
    padding: 1.4rem 1.6rem;
    background: #f2f7e9;
    border-radius: .6rem;
    position: relative;
	 text-align: center;
}
	
  .flow-list li::after {
    content: '▼';
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
    color: #7FBE26;
    font-size: 2rem;
    line-height: 1;
}
 .flow-list li:last-of-type {
    margin-bottom: 0;
}
.flow-list li:last-of-type::after {
    display: none;
}



/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
body {
}
/* ==== モジュールあれこれ ====*/
/* PCで左→右に配置／SPで上→下に配置 */
.flex_LRTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}
/* PCで右→左に配置／SPで上→下に配置 */
.flex_RLTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.half {
    justify-content : space-between;
    flex-wrap: wrap;
}
.half > * {
    width: 48%;
    margin-bottom: 1.5rem;
}
.flex1 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
/* 画像のフロート SP時は解除 */
figure.float-r {
    float: right;
    width: auto;
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}
figure.float-l {
    float: left;
    width: auto;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
}
.sp_none_in {
    display: inline;
}
.pc_none {
    display: none;
}
.sp_none {
    display: block;
}
.split_wrap {
    display: flex;
    justify-content: space-between;/*	position: relative; */
}
a[href^="tel:"] {
    pointer-events: none;
    color: #333;
}
/* ==== メインエリア ====*/
main {
    margin: 1rem 0 0 2rem;
    padding: 0 1rem 1rem;
    max-width: 81rem;
    width: 72%;
}
/* ==== 全体の横幅設定 ==== */
.inner {
    margin: 0 auto;
    padding: 0;/*	max-width: 1170px; */
    width: 98%;
    max-width: 82rem;
}
.wrapper {
    width: 98%;
    max-width: 1170px;
    margin: 1% auto;
}
section {
    margin-bottom: 5rem;
}
section section {
    margin: 3rem 0;
}
main > section > section {
	padding:0 ;
}
/* ==== 下層ヘッダー ==== */

#lower header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.7rem 2rem 2rem;
    max-width: 120rem;
}
header figure {
    margin-bottom: 0;
}
header figure:first-child img {
    width: 100%;
}
header figure.telno {
    padding-left: 3rem;
}
/* ==== グローバルナビ全体設定 ==== */
nav {
    padding: 0;
}
nav ul {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
nav li {
    width: 16.6666%;
    padding: 1rem 0;
    border: none!important;
}
nav li a {
    padding: 0.7rem 0;
    border-left: 1px solid #fff;
    font-weight: bold;
    background: transparent;
    font-size:1.5rem;
}
nav li:last-child a {
    border-right: 1px solid #fff;
}
nav li img {
    width: auto;
    display: block;
    margin: 0 auto;
}
/* ==== サイドナビ ==== */
aside {
    width: 26%;
    margin: 1rem auto 2rem;
    padding: 0;
}
aside .en-bt {
	margin: 0 auto 2rem;
	display: block;
}
aside .en-bt:hover {
	opacity: 0.7;
}
aside dl {
    width: 100%;
}
aside dl dt {
    font-size: 120%;
    border-radius: 2rem;
    padding: 0.7rem;
}
aside dd {
    max-width: 28rem;
    margin: 0 auto;
}
aside ul {
    display: block;
}
aside dd > ul > li {
    width: 100%;
    padding: 1.1rem;
    border-bottom: dotted 1px #ccc;
}
aside dd > ul > li > ul {
    width: 100%;
    margin-left: 30%;
}
aside dd > ul > li > ul > li::before {
    content: "・";
    color: #624F34!important;
}
aside dd > ul > li > ul a {
    color: #624F34!important;
}
/* ==== フッター ==== */	
footer {
    background: #91704E;
    margin: 0;
    text-align: center;
    color: #fff;
    padding-top: 3.5rem;
}
/* ==== フッターナビ ==== */	
	
#fnavi {
    padding: 2rem 0;
    max-width: 1170px;
    margin : 2.5rem auto 0;
    border-top: 2px solid #fff;
}
#fnavi figure {
    width: 30%;
    margin: 0 1rem 0;
}
#fnavi > div {
    width: auto;
}
#fnavi ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 90%;
    justify-content: center;
}
#fnavi a:link, #fnavi a:visited {
    color: #fff;
}
#fnavi ul:first-child {
    display: flex;
    flex-wrap: wrap;
}
#fnavi ul:first-child li {
    width: auto;
    margin-right: 3rem;
}
#fnavi ul:first-child li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    padding-right: 3px;
    font-weight: bold;
    color: #fff;
}
#fnavi ul:last-child {
    margin-bottom: 0;
}
#fnavi ul:last-child li::after {
    content: "　｜　";
    padding: 0 0.5rem;
    font-weight: bold;
    color: #fff;
}
#fnavi ul:last-child li:last-child::after {
    display: none;
}
#lower h2 {
    background: url("../images/common/h2_pc.jpg") no-repeat bottom;
    background-size: 100% 100%;
    min-height: 14.9rem;
    line-height : 14.9rem;
    font-size: 2em;
    margin-bottom: 3rem;
    margin-top: 0.7rem;
    padding: 0;
}
/* access */
.overview dt {
    width: 8em;
    margin-bottom: 1.5rem;
}
.overview dd {
    width: calc(100% - 8em);
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}
	
	.consult dt {
		margin-bottom:3rem;
		font-size:150%;
		line-height:1em;
		padding:1rem 0 0.8rem;
		border-radius: 2rem;
		vertical-align: middle;
	}
	.consult dd ul {
		justify-content: space-between;
	}

/* index vistor ご相談  */
.consult dd ul li {
    width: 33%;
    margin-bottom: 2rem;
	text-align: center;
}
.consult dd ul li:nth-child(even) {
    margin-left: 0;
}
	.consult dd ul li img {
		max-width: 100%;
	}
	
	  .list_lb li {
    width: 30%;
  }
  .list_lb::after {
    content: "";
    display: block;
    width: 30%;
  }
	
	ul.list_pl li {
    width: 48%;
    margin: 0.5rem 0;
}
ul.list_pl::after {
    content: '';
    display: block;
    width: 48%;
}	
	
/* さんだ在宅ネットワーク  */	
 .flow-list {
	counter-reset: flowNum;
    margin: 1.8rem 0;
    padding: 0;
    list-style: none;
}
	
 .flow-list li {
	margin: 0 0 4rem;
    padding: 1.4rem 1.6rem;
    background: #f2f7e9;
    border-radius: .6rem;
    position: relative;
	text-align: center;
}
 .flow-list li:last-of-type {
    margin-bottom: 0 !important;
}
.flow-list li:last-of-type::after {
    display: none;
}
	
  .flow-list li::after {
    content: '▼';
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
    color: #7FBE26;
    font-size: 2rem;
    line-height: 1;
}
 
}

/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 46.875em) and (max-width: 73.063em) {
footer {
    font-size: 90%;
}
}
