@charset "utf-8";


article, section,
div, h1, h2, h3, h4 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content_left,
.content_right
{
	font-size: 12pt;
	line-height: 1.7;
	color: #333;
	text-align: justify;
}
.content_left {
	padding-right: 10px;
}
.content_right {
	padding-left: 10px;
}


.inner {
	max-width: 1100px;
	padding: 50px 60px 50px 60px;
	font-size: 0;
	color: #333;
}


h1 {
	font-size: 0;
}
h2, h3, h4 {
	color: #fff;
	font-size: 13.5pt;
	font-weight: bold;
	text-align: left;
}
h2 {
	background-color: #0026ff;
	line-height: 1.7;
	padding: 4px 10px 4px 15px;
	min-height: 35px;
}
h3 {
	color: #0026ff;
}
h4 {
	font-size: 12pt;
	color: #0b318f;
}



.tel, .tel a {
	color: #0026ff;
	text-decoration: none;
	font-weight: bold;
}


.rev-box, 
.split-box {
	position: relative;
	text-align: left;
	font-size: 0;
}
.box_left,
.box_right {
	display: inline-block;
	position: relative;
	width: 50%;
	font-size: 0;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box_left {
	padding-right: 10px;
}
.box_right {
	padding-left: 10px;
}






#navimenu, #notices, #info2, #info3, #access {
	background-color: #c2ecff;
}

#info1, #notice, #calendar, #greeting, #m-time {
	background-image : url(../image/bkg_sky_1.jpg) ;
}





#header-menu {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	background: url(../image/bkg_sky.jpg) no-repeat center center;
	background-size: 100%;
	z-index: 19;
	transition: all 0.3s;
	transform: translateY(-120%);
	border-bottom: 5px solid #ff8000;
}
#header-menu .inner {
	padding: 0px 0 0px 15px;
	height: 85px;
	text-align: left;
}
#header-menu.active {
	transform: translateY(0);
	box-shadow: 0 5px 10px 0px rgba(0,0,0,0.3);
}
#header-menu .logo {
	position: relative;
	width: 20%;
	min-width: 160px;
	top: 50%;
	transform: translateY(-50%);
}

#header-menu .listmenu {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-40%);
	min-width: 600px;
	margin-left: 30%;
	text-align: right;
}
#header-menu .listmenu li {
	padding: 0 10px 0 10px;
	border-left: 1px solid #04c;
	margin-bottom: 10px;
}
#header-menu .listmenu li:first-of-type {
	border-left: 0;
}
#header-menu .listmenu li a {
	font-size: 12pt;
	color: #fff;
	text-shadow:  -1px -1px 1px #06e,  0px -1px 1px #06e,  1px -1px 1px #06e
				, -1px  0px 1px #06e,					   1px  0px 1px #06e
				, -1px  1px 1px #06e,  0px  1px 1px #06e,  1px  1px 1px #06e;
}

/*
#header-menu.active .listmenu {
	background-color: #faa;
}
*/


#hmenu_icon {
	display: none;
}
#hmenu_icon span {
	background-color: #fff;							/* ハンバーガーメニューアイコンの色 */
}

#hmenu {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	padding-top: 90px;
	width: 100%;
	background: url(../image/bkg_sky.jpg) no-repeat center bottom;
	background-size: 100% 100%;
	transition: all 0.5s;
	transform: translateY(-120%);
	z-index: 18;
}
#hmenu.active {
	transform: translateY(0);
	box-shadow: 0 5px 10px 0px rgba(0,0,0,0.3);
}
#hmenu .listmenu {
	width: 100%;
	z-index: 10;
}
#hmenu .listmenu li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #999;
	font-size: 13.5pt;
	line-height: 2.5;
	z-index: 10;
}
#hmenu .listmenu li a {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	color: #fff;
	text-shadow:  -1px -1px 1px #06e,  0px -1px 1px #06e,  1px -1px 1px #06e
				, -1px  0px 1px #06e,					   1px  0px 1px #06e
				, -1px  1px 1px #06e,  0px  1px 1px #06e,  1px  1px 1px #06e;
}
#header-menu .listmenu li a:hover,
#hmenu .listmenu li a:hover {
	text-shadow:  -1px -1px 1px #029900,  0px -1px 1px #029900,  1px -1px 1px #029900
				, -1px  0px 1px #029900,					     1px  0px 1px #029900
				, -1px  1px 1px #029900,  0px  1px 1px #029900,  1px  1px 1px #029900;
}





#header, #footer {
	background: #3b7abf url(../image/bkg_sky.jpg) no-repeat center bottom;
	background-size: 100%;
}
#header {
	border-bottom: 5px solid #ff8000;
}
#header .inner {
	/* padding-bottom: 35px; */
	color: #111;
}
#header .sect {
	font-size: 18pt;
	font-weight: bold;
	color: #ffff00;
	letter-spacing: 0.1em;
}
#header .logo {
	width: 80%;
	max-width: 720px;
	margin-top: 80px;
}
#header .msg {
	margin-top: 35px;
	font-size: 13.5pt;
	letter-spacing: 0.1em;
}
#header .info {
	margin-top: 40px;
	font-size: 12pt;
}
#header .info > div {
	display: inline-block;
	text-align: left;
}
#header .inq-msg {
	display: inline-block;
	width: 120px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	background-color: #029900;
	color: #fff;
	font-weight: bold;
	vertical-align: bottom;
	text-align: center !important;
	margin-right: 10px;
	margin-bottom: 5px;
}
#header .tel, #header .tel a {
	font-size: 30pt;
	margin-bottom: 0px;
}
.op-cl {
	text-align: left;
	/* color: #333; */
}





#navimenu .inner {
	padding: 20px 40px 10px 40px;
}
#navimenu .listmenu li {
	border-left: 1px solid #999;
	padding: 0 30px 0 30px;
	margin-bottom: 10px;
}
#navimenu .listmenu li:last-of-type {
	border-right: 1px solid #999;
}
#navimenu .listmenu li a {
	font-size: 13.5pt;
	color: #000;
}
#navimenu .listmenu li a:hover {
	color: #fff;
	text-shadow:  -1px -1px 1px #029900,  0px -1px 1px #029900,  1px -1px 1px #029900
				, -1px  0px 1px #029900,					     1px  0px 1px #029900
				, -1px  1px 1px #029900,  0px  1px 1px #029900,  1px  1px 1px #029900;
}





#slide {
	background-color: #edf8dd;
	padding-bottom: 20px;
}
#slide div, #slide ul, #slide li {
	font-size: 0;
	line-height: 1;
}
#slide img {
	width: 50%;
	max-width: 600px;
}




#data_news, #data_notice,
#recruit_cmt {
	position: relative;
	background-color: #fff;
	color: #333;
	font-size: 12pt;
	line-height: 1.6;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	margin-top: 15px;
}
#info1 #calendar {
	padding: 50px 20px 30px 20px;
	font-size: 0;
}
#info1 #calendar h3 {
	margin-bottom: 10px;
}
.gcal {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 380px;
	background-color: #e3e9ff;
	background-size: 100% 100%;
}
.gcal iframe {
	width: 100%;
	height: 100%;
	border-width: 0;
}


#notice .notice {
	margin-bottom: 30px;
}
#notice .notice h3 {
	color: #333;
	background-color: transparent;
}
#notice .notice h3::before {
	content: "●";
}
#notice .n-cmt {
	padding: 5px 0 10px 20px;
	text-align: justify;
}



#notice2 {
	background-color: #f8c38f;
	padding: 20px;
	margin-top: 40px;
	font-size: 0;
}
#notices h3 {
	margin-bottom: 10px;
}
#notice2 .box_left,
#notice2 .box_right {
	font-size: 12pt;
	line-height: 1.6;
	text-align: left !important;
	color: #333;
}
#notice2 .box_left {
	padding-right: 15px;
}
#notice2 .box_right {
	padding-left: 15px;
}





#greeting .inner {
	/* padding-bottom: 30px;
	font-size: 0;*/
}
#greeting h2 {
	margin-bottom: 20px;
}
#greeting h3 {
	margin: 20px 0;
}
#greeting .doc-photo {
	text-align: center;
	margin: 40px 10px 20px 10px;
}
#greeting .doc-photo img {
	width: 70%;
}

#greeting .greeting
, #greeting .history
{
	font-size: 12pt;
	line-height: 1.6;
	color: #333;
	text-align: justify;
	overflow: hidden;
	padding: 10px 20px;
}
#greeting .history {
	background-color: #fff;
	margin: 50px;
}
#greeting .history p {
	margin: 0 0 0.05em 0;
	line-height: 1.6;
}
#greeting .history hr {
	margin: 0.7em 0;
}
#greeting .history .hist {
	font-size: 0;
	line-height: 0;
	width: 100%;
}
#greeting .history .hist .year,
#greeting .history .hist .hist-cmt {
	display: inline-block;
	font-size: 12pt;
	line-height: 1.6;
	color: #333;
	text-align: justify;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#greeting .history .hist .year {
	width: 30%;
}
#greeting .history .hist .hist-cmt {
	width: 70%;
}





#photos {
	background-color: #edf8dd;
}
#photos .content {
	padding: 20px 30px;
	text-align: left;
}






#info2 .inner > section {
	margin-bottom: 30px;
}
#info2 .content_left,
#info2 .content_right {
	margin-top: 20px;
}
#info2 .content_left {
	text-align: left;
	width: 30%;
}
#info2 .content_right {
	width: 70%;
}

#info2 .listmenu li {
	font-size: 15pt;
	line-height: 1.2;
	margin-right: 15px;
	margin-bottom: 20px;
}
#info2 .listmenu li.mr0 {
	margin-right: 0;
}
#info2 .listmenu li:before {
	font-size: 15pt;
	content: "●";
	color: #029900;
}

#info2 .facility {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	width: 80%;
}
#info2 .facility h3 {
	margin-bottom: 5px;
}
#info2 .facility > img {
	width: 50%;
	max-width: 340px;
}
#info2 .facility .content_left,
#info2 .facility .content_right {
	margin-top: 0;
}
#info2 .facility .content_left img {
	width: 100%;
	max-width: 250px;
}



#info3 .content {
	padding: 20px 30px;
}

#info3 .section li {
	font-size: 15pt;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 30px 10px 30px;
}
#info3 .section li:before {
	font-size: 15pt;
	content: "●";
	color: #029900;
}

#info3 .symptoms {
	border: 6px double #bbb;
	border-radius: 15px;
	background-color: #fff;
	padding: 20px;
	text-align: left;
	margin-top: 20px;
}
#info3 .symptom {
	color: #888;
	font-size: 12pt;
	line-height: 1.6;
	margin-bottom: 1.5em;
}
#info3 .symptom::before {
	color: #666;
	font-size: 13pt;
	font-weight: bold;
	content: "【" attr(data-caption) "】";
}




#m-time .inner {
	/* padding-bottom: 40px; */
	color: #333;
}
#m-time .inner > div {
	display: inline-block;
	width: 90%;
	text-align: left;
	margin-top: 30px;
	line-height: 1.2;
}
#m-time .inner > div .caption {
	font-size: 13.5pt;
	margin-bottom: 10px;
}
#m-time img {
	width: 100%;
}
#m-time .inner > div .supple {
	margin-top: 10px;
	font-size: 9.5pt;
}





#access .inner > div {
	padding: 25px 25px 0 25px;
}
#access .content_left {
	text-align: center;
}

/*
#access .box_left,
#access .addr {
	text-align: center;
	font-size: 12pt;
	line-height: 1.7;
}
*/
#access .logo {
	width: 75%;
	max-width: 330px;
}
#access .tel {
	font-size: 20pt;
	margin-top: 10px;
	line-height: 1.2;
}
#access .op-cl {
	margin-top: 30px;
	display: inline-block;
}
#access .op-cl span {
	margin-left: 4em;
}
#access .addr {
	margin-top: 15px;
	margin-bottom: 30px;
	line-height: 1.3;
}
#map {
	display: block;
	width: 100%;
	height: 360px;
	margin: 0 auto 0 auto;
	border: 0;
	z-index: 10;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	overflow: hidden;
	margin: 0;
}




#recruit {
	background-color: #99CCFF;
}
#recruit .inner {
	padding-bottom: 80px;
}
.recruit_no-cmt {
	text-align: center !important;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}





#footer {
	background-position: center 60%;
}
#footer .inner {
	padding-top: 45px;
	padding-bottom: 5px;
	font-size: 12pt;
	color: #111;
}
#footer .logo {
	width: 70%;
	max-width: 610px;
}
#footer .listmenu {
	margin-top: 20px;
	margin-bottom: 30px;
}
#footer .listmenu li {
	padding: 0 15px 0 15px;
}
#footer .listmenu li a {
	font-size: 12pt;
	color: #000;
}
#footer .listmenu li a:hover {
	text-shadow:  -1px -1px 1px #fff,  0px -1px 1px #fff,  1px -1px 1px #fff
				, -1px  0px 1px #fff,					   1px  0px 1px #fff
				, -1px  1px 1px #fff,  0px  1px 1px #fff,  1px  1px 1px #fff;
}




#tel-icon {
	position: fixed;
	display: block;
	width: 60px;
	height: 60px;
	left: 60px;
	bottom: 100px;
	border-radius: 50%;
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
	z-index: 50;
}
#tel-icon a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/icon_phone.png) no-repeat center center #ff7715;
	background-size: 60%;
	border-radius: 50%;
	border: 0;
	text-decoration: none;
}
#tel-icon a:hover {
	background-color: #ffab15;
}

#yoyaku-icon {
	position: fixed;
	display: block;
	width: 60px;
	height: 60px;
	left: 60px;
	bottom: 30px;
	border-radius: 10px;
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
	z-index: 50;
}
#yoyaku-icon a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/icon_yoyaku.png) no-repeat center center #ffec15;
	background-size: 80%;
	border-radius: 10px;
	border: 0;
	text-decoration: none;
}
#yoyaku-icon a:hover {
	background-color: #ffe615;
}



.maplink {
	text-align: left;
}
.maplink a {
	color: #0026ff;
	font-size: 10pt;
	text-decoration: none;
}
