@charset "utf-8";
/* ----------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------- */
body {
	font-size: 1.4rem;
	line-height: 1.6;
}
/* Font
-------------------------------*/
@font-face {
	font-family: "LogoTypeGothic";
	/*
	src: url("../font/07LogoTypeGothic7.eot?") format('eot'),  url("../font/07LogoTypeGothic7.woff") format('woff');
	*/
	src: url('../font/07LogoTypeGothic7.ttf') format('truetype');
}
/* InnerFrame
-------------------------------*/
.inner {
	padding: 0;
}

/* Link
-------------------------------*/
a:link, a:visited {
	color: #52721E;
}
a:hover {
	color: #ff9900;
}
/* Index
-------------------------------*/
.h1_area {
	background-image: url(../images/h1back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 2.4rem 0.5rem 2rem;
}
#Lower h1 {
	font-size: 150%;
	font-weight: normal;
}
h2 {
	background-image: url(../images/infotitle_wood_sp.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #445c21;
	font-size: 140%;
	font-weight: normal;
	border-bottom: 5px solid #7FBE25;
	padding: 1.4rem 0.5rem;
	line-height: 2.2rem;
	text-align: center;
	letter-spacing: 0.2rem;
	margin-bottom: 1.4rem;
}
h3 {
	border-bottom: 0.1rem solid #568C09;
	color: #568C09;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 1rem;
	padding: 0.6rem 0.6rem 0.6rem 0;
}
h4 {
	border-bottom: 1px dashed #783608;
	color: #783608;
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 0.5rem;
	padding: 0.5rem 0.5rem 0.5rem 0;
}
h5 {
	font-weight: normal;
	border-bottom: 1px dashed #60351B;
	color: #60351B;
	font-size: 100%;
	margin-bottom: 0.5rem;
	padding: 0.5rem 0.5rem 0.5rem 0;
}
/* Header
-------------------------------*/
header {
	background-color: #ffffff;
	padding: 1rem;
}
.head_info {
	/* flex化 */
	display: flex;
	display: -webkit-flex;
}
.head_left {
	width: 100%;
	text-align: center;
}
.toplogoSP img{
	width: 93%;
	margin: 1.45rem 0;
}

.greenband{
	background-image: url(../images/back_dot.png);
	height:1.4rem;
	max-width: 1400px;
	margin: 0 auto 2rem;
}
.greenbandL{
	background-image: url(../images/back_dot.png);
	padding:1rem;
}
.greentopband{
	background-color: #78be1e;
	padding: 0.3rem 0 0.8rem;
	vertical-align: top;
}


/* Navigation
-------------------------------*/
nav {
	display: block;
	background-color: transparent;
	background-color: #FFFFFF;
	border-radius: 1rem;
	font-weight: 500;
}
nav .inner {
	padding: 0;
}
nav ul {
	font-size: 0;
}
nav li {
	display: inline-block;
	width: 50%;
}
nav li:first-child {
	display: none;
}
nav li:nth-child(3), nav li:nth-child(5){
	border-left: 1px dashed #cccccc;
}
nav li:nth-child(4), nav li:nth-child(5){
	border-top: 1px dashed #cccccc;
}


nav li span {
	font-size: 1rem;
	display: block;
	padding-top:0.1rem;
	color: #999999;
	letter-spacing: 0.2rem;
}
nav li a {
	display: block;
	color: #555555;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6rem;
	padding: 1rem;
}
nav li a:hover {
	background-color: rgba(255,255,255,0.3);
	color: #ff0000;
}
nav li a:link, nav li a:visited {
	color: #555555;
}




/* Main
-------------------------------*/
.mainarea {
	background-color: #ffffff;
	padding: 2rem;
}
#TopPage .mainarea {
	padding: 2.4rem 0;
}
.margin{
	padding:0 2rem;
}

/* SideNavi
-------------------------------*/
.sidetitle {
	display: block;
	background-image: url(../images/side_titlewood.png);
	background-repeat: no-repeat;
	background-position: bottom left 10px;
	text-align: center;
	font-size: 160%;
	color: #927e4d;
	padding: 2rem 2rem 1rem 2rem;
}

.woodback{
	width: 100%;
	background-image: url(../images/side_wood.jpg);
	padding-top: 1rem;
	font-size: 0;
}
.woodback>ul {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding: 0 0.4rem;
}
ul.woodback:first-child  {
	margin-right: 0;
}
.woodback>ul>li {
	text-align: center;
	margin-bottom: 0.8rem;
	width: 100%;
}
.woodback>ul>li>ul {
	margin-top: 1rem;
	margin-left: 1rem;
}
.woodback>ul>li>ul>li {
	font-size: 90%;
	text-align: left;
	margin-bottom: 0.3rem;
}
.woodback>ul>li>ul>li:before{
	font-family: FontAwesome;
	content:"\f06c\00a0\00a0";
	color: #7FBE25;
}

.woodback>ul>li>ul>li a:link, .woodback>ul>li>ul>li a:visited {
	color: #473429;
}
.woodback>ul>li>ul>li a:hover {
	color: #D32D00;
}
ul.remains{
	width:100%;
	font-size: 0;
	padding: 0;
}
ul.remains>li{
	display: inline-block;
	padding: 0 0.4rem;
	width:50%;
}


/* Footer
-------------------------------*/
footer {
	background-color: #78BE1E;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #ffffff;
	padding: 1rem 0;
}

/* FooterLink
-------------------------------*/
footer li {
	display: inline-block;
	margin-right: 1em;
}
footer li:before{
	content:"・";
	color: #ffffff;
}

footer a:link, footer a:visited {
	color: #ffffff;
}
footer a:hover {
	color: #ff9900;
}


footer .icon_tel{
	color: #ffffff;
	font-size: 120%;
}


.footlogo{
	width:90%;
	max-width:35rem;
}

/* Copyright
-------------------------------*/
small {
	margin: 0 auto !important;
	display: block;
}
.copyright {
	border-top:1px dashed #ffffff;
	width: 100%;
	padding: 0.3rem 0 18vw;
	background-color: #78BE1E;
	color: #ffffff;
	text-align: center;
	font-size: 0.8rem;
}

.ft-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
}
.ft-sticky a {
  display: block;
  text-align: center;
}
.ft-sticky a img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------------
	トップ
---------------------------------------------------------------------------------- */
/*	キービジュアル
-------------------------------*/
.keyv_area {
	background-color: #ffffff;
	text-align: center;
	position: relative;
}
.keyv_area h1{
	position: absolute;
	width: 100%;
	text-align: center;
	top:0;
	z-index: 2002;
}
.keyv_area h1 img{
}
.kv_open{
	position: absolute;
	bottom:15%;
	width: 30%;
	right:2%;
	z-index: 2002;
}

.topnavi{
	position: absolute;
	width: 100%;
	bottom:0;
	margin-bottom: -3rem;
	z-index: 2002;
}



.keyv_area li img {
	margin: 0 auto;
}




/*	お知らせ
-------------------------------*/
.notice {
	margin-bottom: 2rem;
	height: 52rem;
	overflow: auto;
	padding: 2rem;
	border:1px solid #7FBE25;
	border-bottom:5px solid #7FBE25;
}
.notice .news_title {
	font-size: 1.7rem;
	color: #ffa800;
}
.notice .news_body {
	margin-left: 1rem;
}
.notice dd {
	padding-bottom: 1rem;
	border-bottom: 0.1rem dotted #999;
}
.notice dd:last-child {
	border: none;
}

@media print, screen and (min-width: 46.875em) {
	.notice { height: 40rem; }
}



/*	医院概要
-------------------------------*/
.overview{
	color: #806e5e;
	margin-bottom: 2rem;
}
.overview .title {
	text-align: center;
	font-size: 2.8rem;
	letter-spacing: 0.2rem;
}
.overview dl {
	width:100%;
	margin:0 auto 2rem;
}
.overview dt {
	width: 7rem;
	border-bottom: 1px solid #806e5e;
	margin-bottom: 0.8rem;
}
.overview dd {
	margin-left: 1rem;
	margin-bottom: 0.8rem;
}
.overview dd::after {
	content: '';
	display: block;
	clear: both;
}


.ov_white{
	background-image: url(../images/ov_back.png);
	background-position: top center;
	margin:0 2rem;
	padding:3rem 1.5rem;
	border: 1px solid #cccccc;
}


/*	院長紹介
-------------------------------*/
.bio dt {
	float: left;
	width: 8rem;
	clear: both;
}
.bio dd {
	margin-left: 8rem;
}
/* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */


/*	flex setting
-------------------------------*/
.flex_LRTB, .flex_RLTB {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
/* テキスト＋挿絵専用コンポーネント float_TB */
.float_TB::after {
	height: 0;
	content: "";
	display: block;
	clear: both;
}
.L20, .L30, .L40, .L50, .L60, .L70, .L80, .R20, .R30, .R40, .R50, .R60, .R70, .R80 {
	width: 100%;
	float: none;
}
/* signature
-------------------------------*/
.signature {
	font-size: 2rem;
}
.signature span {
	font-size: 1.6rem;
}
.signature span:after {
	content: "　";
}
/*	GoogleMaps
-------------------------------*/
.gmap {
	width:100%;
	min-height: 30rem;
	margin-bottom: 1rem;
}
.gmap_area{
	padding:2rem 2rem 0;
}
/* List
-------------------------------*/
.list_dot {
	padding-left: 0;
}
.list_dot li {
	list-style-type: disc;
	margin-left: 1em;
}

.list_leaf {
	margin-bottom: 2rem;
}
.list_leaf li {
	text-indent: -1.75rem;
	margin-left: 1.75rem;
}
.list_leaf li:before {
	content: "※ ";
}


.list_check {
	margin-bottom: 2rem;
}
.list_check li {
	margin-left: 2rem;
}
.list_check li:before {
	font-family: FontAwesome;
	content: "\f058\00a0";
	color: #78BE1E;
}


.list_caution {
	margin-bottom: 2rem;
}
.list_caution li {
	text-indent: -1.75rem;
	margin-left: 1.75rem;
}
.list_caution li:before {
	content: "※ ";
}
.list_inline li {
	display: inline-block;
	margin-right: 2rem;
}
.list_inline li:before {
	content: "・";
}
li.nad {
	list-style-type: none !important;
	text-align: right;
}
li.nad:before {
	content: "" !important;
}
li.nadL {
	list-style-type: none !important;
	text-align: left;
}
li.nadL:before {
	content: "" !important;
}



.list_feature{
	font-size: 0;
}
.list_feature li{
	display: block;
	padding:0 1.6rem;
	width: 100%;
	font-size: 1.4rem;
	vertical-align: top;
}
.list_feature li img{
	display: block;
	margin: 0 auto;
}




/* ColoredBox
-------------------------------*/
.colorbox {
	background-color: #FFF3DB;
	padding: 2rem;
	margin-bottom: 2rem;
}
.colorbox .title {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #68472C;
}
/* Link Button
-------------------------------*/
.linkbox a:link {
	display: inline-block;
	padding: 0.3rem 2rem;
	background-color: #78BE1E;
	color: #ffffff;
}
.linkbox a:visited {
	color: #ffffff;
}
.linkbox a:hover {
	color: #ffffff;
	background-color: #508708;
}
/* GoToTop
-------------------------------*/
#pageTop {
	display: block;
	position: fixed;
	bottom: -10rem;
	right: 2rem;
	transition: .5s;
}
#pageTop.show {
  bottom: 15vw;
}
#pageTop a:before {
	content: "\f0d8\00a0";
	font-family: "FontAwesome";
}
#pageTop a {
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #589708;
	border-radius: 10rem;
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 1rem;
}
#pageTop a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	display: block;
}
/* for flowdesign
-------------------------------*/
.flowbox {
	background-color: #FFF0C5;
	border-radius: 1rem;
	padding: 2rem;
	margin: 1rem 0;
}
.flowbox .title {
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
	color: #D77000;
}
.flowallow {
	text-align: center;
	color: #D8A100;
}



.area_biwako{
	background-image:url(../images/feature_back.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 400%;

}


.area_sky{
	background-image:url(../images/ovsky.png);
	background-position: top center;
	background-repeat: repeat-x;
	padding:4rem 0 2rem;
}

 table.timetableR {
	background-color: #fff;
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	width: 100%;
	margin: 0 auto;
	caption-side: bottom;
	border-bottom: 2px solid #78BE1E;
	font-size: 80%;
}
.timetableR th{
	color: #ffffff;
	background-color: #78BE1E;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	margin: 0px;
}
.timetableR th.tableL{
	width: 40%;
}
.timetableR td{
	background-color: #fff;
	color: #52721E;
	font-weight: normal;
	text-align: center;
	padding: 5px;
}

.dayoff{
	margin-top: 0.5rem;
	text-align: left;
}


.footwood{
	background-image: url(../images/footertree.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	height:16rem;
}

.top_open{
	text-align: center;
}
.top_open img{
	margin: 0 auto 1rem;
	width: 50%;
}

.maind{
	background-color: #D6F0B2;
	padding: 2rem 1rem 1.2rem;
	text-align: center;
	color: #457605;
}
.maind a{
	background-color: #649422;
	padding: 0.6rem 1.8rem;
	text-align: center;
	color: #ffffff;
	border-radius: 1.4rem;
	display: inline-block;
	margin-bottom: 1rem;
}
.maind a:visited{
	background-color: #649422;
	color: #ffffff;
}
.maind a:hover{
	background-color: #86BD3A;
	color: #ffffff;
}


.photos ul{
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.photos li{
	width: 50%;
	padding: 0.5rem;
	font-size:1rem;
	text-align:center;
}
 .photos img{
	margin-bottom:0.5rem;
}
.kensaki li:nth-last-child(2), .kensaki li:last-child{
	width: 100%;
}
.kensaki li:nth-last-child(2) p, .kensaki li:last-child p{
	border-bottom: 1px solid #c3c3c3;
}
.kensaki li div{
	text-align: left;
}	





/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
/* Common
-------------------------------*/
body {
	font-size: 1.6rem;
	min-width: 1170px;/* リキッドの際は外す */
}
#Lower h1 {
	font-size: 200%;
	padding: 2rem 3rem 1.6rem;
}
h2 {
	background-image: url(../images/infotitle_wood.png);
		font-size: 160%;
}
h3 {
	padding: 0.4rem 0.6rem 0.4rem 0;
}
h4 {
	padding: 0.3rem 0.5rem 0.3rem 0;
}
h5 {
	padding: 0.5rem 0.5rem 0.5rem 0;
}
/* InnerFrame
-------------------------------*/
.inner {
	margin: 0 auto;
	padding: 0;
	max-width: 117rem;
}
/* Header
-------------------------------*/

.head_info {
	/* 両端に配置 */
	justify-content: space-between;
	-webkit-justify-content: space-between;
	/* 上下配置中央 */
	align-items: center;
	-webkit-align-items: center;
}
.head_left {
	width: auto;
}
.head_left img{
	width: 35rem;
}

.head_right {
	/* flex化 */
	display: flex !important;
	display: -webkit-flex !important;
	/* 上下配置中央 */
	align-items: center;
	-webkit-align-items: center;
}
	
.overview dl {
	width:35rem;
}

.greenband{
	height:5rem;
	margin-bottom: 3rem;
}
.greenbandL{
	margin-bottom: 2rem;
	padding:1rem 0;
}

/* GlovalNavi
-------------------------------*/
nav {
	max-width: 117rem;
	margin: 0 auto;
	padding:1rem 0;
}
	
	
nav li:nth-child(3), nav li:nth-child(5){
	border-left: 1px solid #999999;
}
nav li:nth-child(4), nav li:nth-child(5){
	border-top: none;
}
	
	
	
nav li {
	width: 20%;
	border-left: 1px solid #999999;
}
nav li:first-child {
	border-left: none;
	display: inline-block;
}
nav li a {
	font-size: 1.6rem;
	padding: 0.6rem 0 0.4rem;
}
nav li a:hover {
	background-image: url(../images/listback.png);
	background-repeat: no-repeat;
	background-position: center center;
}
	
	
nav .inner {
	padding: 0;
}
nav li span {
	font-size: 1.2rem;
}
/* Main
-------------------------------*/
.mainarea {
	width: 87rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;

}
.gmap {
	min-height: 47rem;
}
.gmap_area{
	padding:0 3rem;
}	

/* SideNavi
-------------------------------*/
.sidenavi {
	display: block;
	width: 30rem;
	background-image: url(../images/side_wood.jpg);
}

.sidetitle {
	padding: 2rem 2rem 1rem 4rem;
	background-color: #FFFFFF;
}
.woodback {
	background-image: none;
	display: block;
	padding: 2rem;
}
.woodback>ul{
	width: 100%;
	padding: 0;
}
.woodback>ul.remains li{
	padding: 0;
}
.woodback>ul>li {
	text-align: left;
	width: 100%;
	margin-bottom: 2rem;
}
	
.woodback>ul>li>ul>li {
	font-size: 120%;
}	

/* Footer
-------------------------------*/
footer .inner {
	padding: 1rem 0;
}
footer .icon_tel{
	font-size: 160%;
}
	
.keyv_area{
	max-width: 1400px;
	margin: 0 auto;
}
.keyv_area h1 img{
	width: auto;
}
.kv_open{
	bottom:10%;
	right:9%;
	width:auto;
}	

.copyright {
	padding: 0.3rem 0;
}
	
.area_biwako{
	background-size: auto;
	padding:0 2rem;
}	
.list_feature li{
	display: inline-block;
	padding:0 2rem;
	font-size: 1.6rem;
	width: 50%;
}	
.list_feature li:nth-child(2){
	margin-top: 8rem;
}

table.timetableR {
	font-size: 100%;
}
	
.overview dt {
	float: left;
}
.overview dd {
	margin-left: 10rem;
}
.ov_white{
	padding:3rem;
}
  
/* GoToTop
-------------------------------*/
#pageTop.show {
  bottom: 10px;
}

	
	
/* ----------------------------------------------------------------------------------
	Modules
---------------------------------------------------------------------------------- */
/* PCで左→右に配置／SPで上→下に配置 */
.flex_LRTB {
	flex-direction: row;
	-webkit-flex-direction: row;
}
/* PCで右→左に配置／SPで上→下に配置 */
.flex_RLTB {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
/* テキスト＋挿絵専用コンポーネント float_TB */
.L20 {
	float: left;
	width: 20%;
}
.L30 {
	float: left;
	width: 30%;
}
.L40 {
	float: left;
	width: 40%;
}
.L50 {
	float: left;
	width: 50%;
}
.L60 {
	float: left;
	width: 60%;
}
.L70 {
	float: left;
	width: 70%;
}
.L80 {
	float: right;
	width: 80%;
}
.R20 {
	float: right;
	width: 20%;
}
.R30 {
	float: right;
	width: 30%;
}
.R40 {
	float: right;
	width: 40%;
}
.R50 {
	float: right;
	width: 50%;
}
.R60 {
	float: right;
	width: 60%;
}
.R70 {
	float: right;
	width: 70%;
}
.R80 {
	float: right;
	width: 80%;
}
.LBP {
	padding: 0 2rem 1rem 0 !important;
}
.RBP {
	padding: 0 0 1rem 2rem !important;
}
	
	
.photos li{
	width: 33.33%;
	font-size:1.4rem;
	padding:1rem;
}

.kensaki li:nth-last-child(2), .kensaki li:last-child{
	width: 50%;
}	

}






/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 46.875em) and (max-width: 1420px){
.keyv_area h1 img{
	width: 40%;
}
.kv_open {
	right:10%;
}	
.kv_open img{
	width: 70%;
}	
	
}


