@charset "utf-8";
/* ========================================
common.css
------------------------------------------

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

/* ---------------------------------------- 
 - html
---------------------------------------- */
html, body {
	background: #fff;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------- 
 - body
---------------------------------------- */
body {
	font-family: 'Lato',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	-webkit-text-size-adjust: none; /* 文字の拡大縮小を防ぐ */
}


/* ---------------------------------------- 
 - img
---------------------------------------- */
img {
	width: auto;
}

@media screen and (max-width: 768px) {
img {
	width: 100%;
}
}

img.fl_L {
	float:left !important; margin: 0 20px 20px 0;
}
img.fl_R {
	float:right !important; margin: 0 0 20px 20px;
}

/* ---------------------------------------- 
 - wrapper
---------------------------------------- */
.wrapper {
	width: 100%;
}

@media screen and (max-width: 768px) {
.wrapper {
	margin: 0 auto;
	width: 90%;
}
}

/* ---------------------------------------- 
 - #container
---------------------------------------- */
#container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
}

/* ---------------------------------------- 
 - display
---------------------------------------- */
#container .pc {
	display: block;
}
#container .sp {
	display: none;
}

@media screen and (max-width: 768px) {
#container .pc {
	display: none;
}
#container .sp {
	display: block;
}
}

/* ---------------------------------------- 
 - header
---------------------------------------- */
.fixBox {
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
/* ---------------------------------------- 
 - header
---------------------------------------- */
header {
	position: relative;
	top: 0;
	z-index: 10;
}
header #headCol {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
header #headCol .btnFacebook {
	position: absolute;
	right: 254px;
	top: 30px;
}
header #headCol .btnTwitter {
	position: absolute;
	right: 210px;
	top: 30px;
}
header #headCol .btnCcontacts {
	position: absolute;
	right: 0;
	top: 30px;
}
header #headCol h1 {
	padding: 18px 5px;
	text-align: left;
}

@media screen and (max-width: 768px) {
	header #headCol {
	  width: 100%;
	}
	header #headCol h1 {
	  float: left;
	  padding: 4% 0 4% 4%;
	  width: 53.12%;
	}
	header #headCol .btnCcontacts {
	  float: right;
	  position: relative;
	  right: auto;
	  top: auto;
	  width: 15%;
	}
}

/* menu */
header #menu {
	display: none;
	position: relative;
	cursor: pointer;
	z-index: 1000;
	float: right;
	width: 15%;
}
header #menu p {
	width: 100%;
	display: block;
	background: url(../images/header_btn_menu.png) top left no-repeat;
	background-size: cover;
}
header #menu.active p {
  background: url(../images/header_btn_menu_close.jpg) top left no-repeat;
  background-size: cover;
}
/*header #menu div {
	position: absolute;
	width: 34px;
	height: 26px;
	top: 50%;
}
header #menu span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #249f7e;
	left: 0;
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
header #menu span:nth-child(1) {
	top: 0;
}
header #menu span:nth-child(2) {
	top: 11px;
}
header #menu span:nth-child(3) {
	top: 22px;
}
header #menu.active span:nth-of-type(1) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header #menu.active span:nth-of-type(2) {
	width: 0;
	left: 50%;
}
header #menu.active span:nth-of-type(3) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

@media screen and (max-width: 768px) {
	header #menu {
		display: block;
		padding-bottom: 0.16vw;
		line-height: 0.16vw;
	}
}

/* ---------------------------------------- 
 - navi
---------------------------------------- */
nav {
	position: absolute;
	background: #fff;
	box-shadow: 0 15px 15px rgba( 0,0,0,0.05 );
	width: 100%;
	z-index: 100;
}
nav #gnaviCol {
  width: 1100px;
  position: relative;
  margin: 0 auto;
}
nav #gnaviCol > ul {
  display: flex;
  justify-content: space-between;
/*  display: block;*/
  padding: 0 0 10px
}
nav #gnaviCol > ul li {
	float: left;
	display: block;
	position: relative;
}
nav #gnaviCol > ul > li > a {
	display: block;
}
nav #gnaviCol > ul > li > a:hover,
.top nav #gnaviCol > ul > li.top > a,
.about nav #gnaviCol > ul > li.about > a,
.guide nav #gnaviCol > ul > li.guide > a,
.concept nav #gnaviCol > ul > li.concept > a,
.clinic nav #gnaviCol > ul > li.clinic > a,
.basic nav #gnaviCol > ul > li.basic > a,
.access nav #gnaviCol > ul > li.access > a,
.news nav #gnaviCol > ul > li.news > a{
	background: url(../images/gnav_bg.png) center top no-repeat;
}
nav #gnaviCol ul li .sp {
	display: none;
}
nav #gnaviCol > ul > li > ul {
	display: none;
	position: absolute;
	left: 0;
	top: 74px;
	z-index: 100;
}
nav #gnaviCol > ul > li > ul li {
	border-bottom: solid 1px #fff;
	color: #fff;
	min-width: 220px;
	float: none;
}
nav #gnaviCol > ul > li > ul li:last-child {
	border-bottom: none;
}
nav #gnaviCol > ul > li > ul li a {
	background: rgba( 36,159,126,0.8 );
	color: #fff;
	display: block;
	min-width: 170px;
	padding: 10px 15px;
	text-align: left;
}
nav #gnaviCol > ul > li > ul li a:hover {
	background: rgba( 4,80,60,0.8 );
	text-decoration: none;
}

@media screen and (max-width: 768px) {
nav {
	position: relative;
	top: 0;
}
nav #gnaviCol > ul {
	display: none;
	padding: 0;
}
nav #gnaviCol ul li .sp {
	display: block;
}
nav #gnaviCol ul li img {
	display: none;
}
nav #gnaviCol > ul li > ul {
	position: static;
	display: none;
}
nav #gnaviCol {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
}
nav #gnaviCol ul {
	display: none;
	background: #fff;
}
nav #gnaviCol ul li {
	float: none;
	border-bottom: solid 1px #fff;
	width: 100%;
	padding: 0 0;
	font-size: 18px;
}
nav #gnaviCol ul li:last-child {
	border-bottom: none;
}
nav #gnaviCol ul li > ul li {
	border-top: solid 1px #fff;
	border-bottom: none;
	font-size: 18px;
}
nav #gnaviCol ul li a {
	float: none;
	padding: 0.3em 8%;
	display: block;
	background: rgba(36,159,126,0.8);
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	text-align: left;
}
nav #gnaviCol > ul > li > a:hover,
.top nav #gnaviCol > ul > li.top > a,
.about nav #gnaviCol > ul > li.about > a,
.guide nav #gnaviCol > ul > li.guide > a,
.concept nav #gnaviCol > ul > li.concept > a,
.clinic nav #gnaviCol > ul > li.clinic > a,
.basic nav #gnaviCol > ul > li.basic > a,
.access nav #gnaviCol > ul > li.access > a,
.news nav #gnaviCol > ul > li.news > a{
	background: rgba(36,159,126,0.8);
}
nav #gnaviCol ul li > ul li a {
	background: rgba(0,0,0,0.8);
	padding: 0.3em 12%;
}
nav #gnaviCol ul li a::before, nav #gnaviCol ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4%;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*nav #gnaviCol > ul > li:first-child > a::before, nav #gnaviCol > ul > li:first-child > a::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}*/
nav #gnaviCol > ul > li:nth-child(2) > a::before, nav #gnaviCol > ul > li:nth-child(2) > a::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
nav #gnaviCol > ul > li:nth-child(3) > a::before, nav #gnaviCol > ul > li:nth-child(3) > a::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
nav #gnaviCol > ul > li:nth-child(2) > a.active::before, nav #gnaviCol > ul > li:nth-child(2) > a.active::after ,
nav #gnaviCol > ul > li:nth-child(3) > a.active::before, nav #gnaviCol > ul > li:nth-child(3) > a.active::after {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
}

/* ---------------------------------------- 
 - mainvisual
---------------------------------------- */
#mainvisual {
  height: 450px;
  margin-top: 151px;
}

@media screen and (max-width: 768px) {
	#mainvisual {
	  height: auto;
	  margin-top: 15%;
	  width: 100%;
	}
}

/* ---------------------------------------- 
 - h
---------------------------------------- */
/*h2 {
	background: #42aea0;
}*/

@media screen and (max-width: 768px) {
	h2 {
	  text-align: center;
	  width: 100%;
	}
}

h3 {
  border-bottom: solid 5px #0b826a;
  color: #0b826a;
  font-size: 30px;
  margin:0 auto 30px;
  text-align: center;
  width:100%;
}

@media screen and (max-width: 768px) {
	h3 {
	  font-size: 20px;
	  width:100%;
	  margin:0 auto 1.5em;
	}
}

h3.titleLeft {
	box-sizing: border-box;
	padding-left: 25px;
	text-align: left;
	width:100%;
}
h3.titleLeft span{
	color: #4f4f4f;
	font-size: 14px;
	line-height: 32px;
	padding-left: 20px;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
h3.titleLeft {
	font-size: 18px;
	padding-left: 0;
	margin:0 auto 1.5em;
	width:100%;}
}

h4.titleIcon {
	background: #606060 url(../images/icon_h4.png) 30px center no-repeat;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 25px;
	padding: 15px 0 15px 70px;
	text-align: left;
	width: 100%;
}
@media screen and (max-width: 768px) {
h4.titleIcon {
	font-size: 14px;
	width:100%;
	margin:0 auto 1.5em;
}
}

/* ---------------------------------------- 
 - #contents
---------------------------------------- */
#contents {
	width: 100%;
}
#contentsCol {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
@media screen and (max-width: 768px) {
#contentsCol {
	width: 100%;
	padding-top: 2.0em;
}
}

/* ---------------------------------------- 
 - #main
---------------------------------------- */
#contents #contentsCol #main {
	float: right;
	width: 790px;
}
#contents #contentsCol #main .wrapper {
	width: 100%;
}
#contents #contentsCol #main ul#categoryLink {
	overflow:hidden;
	margin-top:30px;
}
#contents #contentsCol #main ul#categoryLink li {
	float:left;
	margin-right:30px;
	color:#2e9787;
	font-size:13px;
	font-weight:bold;
}
#contents #contentsCol #main ul#categoryLink li a {
	color:#2e9787;
}
@media screen and (max-width: 768px) {
#contents #contentsCol #main {
	float: none;
	width: 100%;
}
#contents #contentsCol #main .wrapper {
	width: 90%;
}
#contents #contentsCol #main ul#categoryLink {
	display:none;
}
}

/* ---------------------------------------- 
 - #sideMenu
---------------------------------------- */
#contents #contentsCol #sideMenu {
	float: left;
	width: 180px;
}
#contents #contentsCol #sideMenu img {
	width: 100%;
}
#contents #contentsCol #sideMenu p.sideTitle {
	background: #efecec;
	border-bottom: solid 5px #4d4e4e;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 20px;
}
#contents #contentsCol #sideMenu > ul {
	margin-bottom: 10px;
}
#contents #contentsCol #sideMenu > ul > li.lineBottom {
	border-bottom: solid 1px #fff;
}
#contents #contentsCol #sideMenu > ul > li > a,
#contents #contentsCol #sideMenu > ul > li > span {
	background: #65bcaa;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 20px;
	text-decoration: none;
}
#contents #contentsCol #sideMenu > ul > li > a:hover,
#contents #contentsCol #sideMenu > ul > li.selected > a,
#contents #contentsCol #sideMenu > ul > li.selected > span {
	background: #1d8376;
}
#contents #contentsCol #sideMenu > ul > li > ul li a {
	background: url(../images/side_arr.png) 15px center no-repeat;
	border-right: solid 1px #65bcaa;
	border-bottom: solid 1px #65bcaa;
	border-left: solid 1px #65bcaa;
	color: #0b826a;
	display: block;
	text-decoration: none;
	padding: 20px 20px 20px 30px;
}
#contents #contentsCol #sideMenu > ul > li > ul li a:hover,
#contents #contentsCol #sideMenu > ul > li > ul li.selected a {
	font-weight: bold;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
#contents #contentsCol #sideMenu {
	display: none;
}
}

/* ---------------------------------------- 
 - #pagetop
---------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}
#btnYoyaku {
  position: fixed;
  bottom: 150px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}

@media screen and (min-width:481px) and (max-width:768px) {
	#pageTop {
	  bottom: 1em;
	  right: 2%;
	  width: 15%;
	}
	#btnYoyaku {
	  bottom: 10em;
	  right: 2%;
	  width: 15%;
	}
}
@media screen and (max-width: 480px) {
	#pageTop {
	  bottom: 1em;
	  right: 2%;
	  width: 18%;
	}
	#btnYoyaku {
	  bottom: 8em;
	  right: 2%;
	  width: 18%;
	}
}

/* ---------------------------------------- 
 - breadcrumb 
---------------------------------------- */
#breadcrumb {
	clear: both;
	padding: 10px 0 30px;
	font-size: 13px;
}
@media screen and (max-width: 768px) {
#breadcrumb {
	display: none;
}
}

/* ---------------------------------------- 
 - footer
---------------------------------------- */
footer {
	background: #4ebb9e url(../images/footer_bg_pc.jpg) center top no-repeat;
	color: #fff;
	padding: 410px 0 0;
	width: 100%;
	margin-top: 80px;
}
footer #footCol {
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
	text-align: left;
	width: 1000px;
}
footer #footCol a:hover {
	text-decoration: underline;
}
footer #footCol dl {
	float: left;
	width: 345px;
}
footer #footCol dl dt {
	margin-bottom: 15px;
}
footer #footCol dl dt .btnCcontacts.foot {
	margin-bottom: 15px;
}
footer #footCol dl dt:first-child {
	margin-bottom: 10px;
}
footer #footCol dl dd {
	margin-bottom: 10px;
	line-height: 1.6;
}
footer #footCol dl dd.note {
	font-size: 11px;
}
footer #footCol .linkBox {
	border-left: solid 1px #fff;
	float: right;
	margin-top: 18px;
	padding: 0;
	position: relative;
	width: 654px;
}
footer #footCol .linkBox ul {
	float: left;
	padding: 0 10px 0 40px;
}
footer #footCol .linkBox ul li {
	font-size: 12px;
	line-height: 2.5;
}
footer #footCol .linkBox ul li:first-child {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 7px;
	font-weight: bold;
}
footer #footCol .linkBox ul li a {
	background: url(../images/footer_arr.png) 5px center no-repeat;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
}
footer #footCol .linkBox ul li a:hover {
	text-decoration: underline;
}
footer #footCol .linkBox ul.linkSecondBox {
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}
footer #footCol .linkBox ul.linkSecondBox li {
	line-height: 1;
}
footer #footCol .linkBox ul.linkSecondBox li a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0;
}
footer #footCol p.doctor {
	position: absolute;
	right: 60px;
	top: -250px;
}
footer #footCol p.bird1 {
	position: absolute;
	left: 0;
	top: -128px;
}
footer #footCol p.bird2 {
	position: absolute;
	right: 0;
	bottom: -10px;
}
footer .copy {
	background: #faf9f9;
	color: #30957a;
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
footer {
	background: #fff;
	padding: 0;
	width: 100%;
}
footer .footerBG {
	background: url(../images/footer_bg_sp.jpg) center bottom no-repeat;
	background-size: cover;
	height: 180px;
}
footer #footCol {
	margin: 0 auto;
	padding-bottom: 0;
	position: relative;
	width: 100%;
}
footer #footCol dl {
	float: none;
	margin: 0 auto;
	padding: 1em;
	width: 59.37%;
}
footer #footCol dl dt:first-child {
	margin-bottom: 0;
}
footer #footCol .linkBox {
	border-left: none;
	float: none;
	margin-top: 0;
	padding: 0;
	width: 100%;
}
footer #footCol .linkBox ul {
	float: none;
	padding: 0;
}
footer #footCol .linkBox ul li {
	border-bottom: solid 1px #4ebb9e;
	font-size: 18px;
	line-height: 2.5;
}
footer #footCol .linkBox ul li:first-child {
	background: #4ebb9e;
	font-size: 18px;
	line-height: 1.8;
	padding: 0.5em 8%;
	font-weight: bold;
}
footer #footCol .linkBox ul li a {
	background: #fff;
	color: #000;
	display: block;
	text-decoration: none;
	padding-left: 12%;
	position: relative;
}
footer #footCol .linkBox ul li a:hover {
	text-decoration: underline;
}
footer #footCol .linkBox ul.linkSecondBox {
	position: relative;
	left: auto;
	bottom: auto;
}
footer #footCol .linkBox ul.linkSecondBox li a {
	font-weight: normal;
	font-size: 18px;
	line-height: 2.5;
	padding: 0;
}
footer #footCol .linkBox ul li.firstLevelLinkSP {
	border-bottom: solid 1px #fff;
	padding: 0;
}
footer #footCol .linkBox ul li.firstLevelLinkSP a {
	background: #4ebb9e;
	color: #fff;
	font-weight: bold;
	padding-left: 8%;
}
/*矢印*/
footer #footCol .linkBox ul li a::before, footer #footCol .linkBox ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4%;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 4px solid #4ebb9e;
	border-right: 4px solid #4ebb9e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer #footCol .linkBox ul li.firstLevelLinkSP a::before, footer #footCol .linkBox ul li.firstLevelLinkSP a::after {
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
}
footer #footCol ul.snsBtn {
	margin: 0 auto;
	padding: 2em 0 0;
	overflow: hidden;
	width: 150px;
}
footer #footCol ul.snsBtn li:first-child {
	float: left;
	width: 65px
}
footer #footCol ul.snsBtn li:last-child {
	float: right;
	width: 65px
}
footer #footCol p.doctor {
	position: absolute;
	right: 20px;
	top: -120px;
	width: 172px;
}
footer #footCol p.bird1 {
	position: absolute;
	left: 20px;
	top: -28px;
	width: 37px;
}
footer #footCol p.bird2 {
	position: absolute;
	right: 3.5em;
	bottom: -10px;
	width: 7.18%;
}
footer .copy {
	background: #faf9f9;
	color: #30957a;
	font-size: 9px;
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
}
}


/* 202310追記：お問い合わせフォーム */

#contents #contentsCol .contactBox {
  margin: 0 0 100px;
}
#contents #contentsCol .contactBox ul {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contents #contentsCol .contactBox .contact-btn {
  display: block;
  border: solid 3px #000;
  border-radius: 80px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  width: 260px;
}
#contents #contentsCol .contactBox .contact-btn.web {
  background: #333;
  color: #fff;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
	#contents #contentsCol .contactBox .contact-btn {
	  max-width: 100%;
	}
	#contents #contentsCol .contactBox .contact-btn.web {
	  margin-left: 0;
	  margin-top: 20px;
	}


}

