@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */
* {
    outline: none!important;
}



a {
	color:#000;

}
a:visited {
	
}
a:hover, a:focus {
	color: #686868;
}
.clr{
	clear:both;
	min-height:1em;
}

/*
*html .clr{
	height:1px;
}
*/

body {
	color: #000;
	font-family: 'UD Shin Go Light', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
}

.clr{
	clear:both;
	min-height:1em;
}


.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: 0;
	padding: 3px 0px 2px;
	border-radius: 2px;
	background-color: #fff;
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}

img{
	}





/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}



/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */




@media print,screen and (min-width: 768px) {





a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

:-ms-input-placeholder  {color: #999999;}


body , html {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	line-height: 140%;


}



ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.pc-disp {
}
.sp-disp {
	display: none;
}

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;

}


#scrollTop {
	position: fixed;
	right: 10px;
	z-index: 20;
	margin-bottom: 30px;

}




#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 80px;
}


.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

/*
#top-pc-header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;

}
*/


#top-pc-header {
	width: 100%;
	z-index: 1000;
	position: absolute;
}




#header {
	width: 100%;
	background-color: rgba( 255, 255, 255, 1 );
}


#header-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 5px 15px 5px;

}

#header-inner table {
	width: 100%;
}
#header-inner-l {
	width: 33%;
	vertical-align: middle;
}

#header-inner-l img {
	width: 100%;
	max-width: 320px;
}



#header-inner-c {
	text-align: right;
	width: 52%;
	vertical-align: middle;
}

#keyword {
	width: 270px;
	height: 25px;
	margin:0px;
	padding: 0px 36px 0px 2px;
	border: 1px solid #ccc;
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
}

#searchsubmit {
	margin-left: -25px;
	width: 22px;
}

.header-navi {
	margin-top: 10px;

}
.header-navi .tel {
	background-image: url(../images/bg-link1-1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	padding-left: 18px;
	margin-right: 10px;
}
.header-navi .mail a {
	background-image: url(../images/bg-mail-1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
	padding-left: 30px;
	text-decoration: none;
}

.header-navi .mail a:hover{

}

#header-inner-r {
	text-align: center;
	width: 15%;
	vertical-align: middle;
}

#header-inner-r span {
	display: inline-block;
	width: 40px;
}
#header-inner-r span a{
	display: block;
	width: 100%;
	padding: 8px 0;
	border-radius: 20px;        /* CSS3草案 */  
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 20px;   /* Firefox用 */
	border: 1px solid #999;
	text-decoration: none;
}


#header-inner-r .default a {
	background-color: #1fb1f0;
	color: #fff;
}
#header-inner-r .default a:hover {
	background-color: #fff;
	color: #1fb1f0;
}

#header-inner-r .large a {
	background-color: #fff;
	color: #1fb1f0;
}
#header-inner-r .large a:hover {
	background-color: #1fb1f0;
	color: #fff;
}


#header-inner-r img {
	width: 48%;
	max-width: 38px;
}

.sp-header {
	display: none;
}

/* メニュー
================================================== */

#globalNav {
	top: 100px;
	background-color: #fff;
	z-index: 1000;
	opacity: 1;
	filter: alpha(opacity=100);
	border-bottom: 1px solid #1fb1f0;
}

#globalNavInner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 8px 5px;


}






#globalNavInner > ul {
	width: 100%;
	display: -webkit-inline-flex; /* Safari */
	display: inline-flex;
}





#globalNavInner > ul li {
	text-align: center;

	font-weight: bold;
	padding: 0 1px;
	border-right:dotted 1px #ccc;
}
#globalNavInner ul li:nth-child(1) {
	border-left:dotted 1px #ccc;
}



#globalNavInner ul li a {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
	background-image: url(../images/bg-menu-1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 14px;
}

#globalNavInner ul li a:hover {


}

#globalNavInner > ul .child {
	display: none;
	position: absolute;
	z-index: 800;
	padding: 10px 5px 5px 5px;
	background-color: #fff;
	border-top: 5px solid #1fb1f0;
	border-right: 1px solid #1fb1f0;
	border-bottom: 1px solid #1fb1f0;
	border-left: 1px solid #1fb1f0;
	border-radius: 0 0 5px 5px;
/*
	margin-left: -2px;
*/
	min-width: 164px;
}
#globalNavInner > ul .child li {
	border-left: none;
	border-right: none;
	font-size: 80%;

	font-weight: normal;
	border-bottom: 1px dotted #1fb1f0;
}

#globalNavInner > ul .child li a{
	display: block;
	text-decoration:none;
	padding:5px 5px 5px 25px;
	text-align: left;

	background-image: url(../images/bg-link3-1.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
	background-size: 14px;
}
#globalNavInner > ul .child li a:hover{

}

#globalNavInner > ul li .p-new-link-img{
	display: inline;
}



.globalMenu1 {
	width: 16.666%;
}
.globalMenu2 {
	width: 16.666%;
}
.globalMenu3 {
	width: 16.666%;
}
.globalMenu4 {
	width: 16.666%;

}
.globalMenu5 {
	width: 16.666%;
}
.globalMenu6 {
	width: 16.666%;
}

.header-under {
/*	margin-top: 140px;*/

}


#content-wrap {
	width:100%;
	position: absolute;
	top: 0;

}



#content {
	width:100%;
	margin:0px auto;
/*	padding-bottom: 400px;*/

}





.top1 {
	width:100%;
	position: relative;

}
.top1-inner {
	width: 100%;

}
.top1 .slick-box {
	width: 100%;
	margin: 0;
	padding: 0;
}
.top1 .slick-box img{
	width: 100%;

}
.top1-under {
	display: none;
	position: absolute;
	bottom: -2px;
}
.top1-under img {
	width: 100%;
}





.top2 {
	width: 100%;
	margin-top: 5px;
}
.top2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.top2-inner:after {
	content: "";
	display: block;
	clear: both;
}


.top2-title {
	border-bottom: 2px solid #1fb1f0;
	padding-bottom: 5px;
}
.top2-title-l {
	float: left;
	width: 70%;
	padding-top: 10px;
}
.top2-title-l h2 {
	color: #1fb1f0;
	font-size: 140%;
}
.top2-title-l h2 span {
	font-size: 70%;
	margin-left: 10px;
	font-weight: normal;
}

.top2-title-r {
	float: left;
	text-align: right;
	width: 30%;
}
.top2-title-r img {
	width: 117px;
}



.top3 {
	width:100%;
	margin-top: 40px;
	padding: 30px 0 25px 0;
	background-color: #cfe5f6;
}
.top3-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}


.top3-inner .slick-box2 {
	width: 100%;

}

.top3-inner .slick-box2 li {

	padding: 0 2px;
}

.top3-inner .slick-box2 li img {
	width: 100%;
}

.top4 {
	width:100%;
	margin-top: 40px;
}
.top4-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.top4-inner h2 {
	text-align: center;
	color: #1fb1f0;
	font-size: 140%;
	margin-bottom: 30px;
}
.top4-inner h2 span {
	border-bottom: 2px solid #1fb1f0;
	padding-bottom: 8px;
}
.top4-inner ul {
	width: 100%;
	margin-bottom: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top4-inner ul li {
	width: 19%;
	margin: 0 0.5%;
}
.top4-inner ul li img {
	width: 100%;
}

.top4-inner .ul-kanren li {
	border: 1px solid #1fb1f0;
	margin-bottom: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 12px 5px 12px 0;

}
.top4-inner .ul-kanren li a {
	display: block;
	background-image: url(../images/bg-link1-1.png);
	background-repeat: no-repeat;
	background-position: left 5px top 3px;
	background-size: 14px;
	padding-left: 23px;
}

.top4-inner .ul-kanren2 li{
	width: 24%;
	margin: 0 0.5%;
}


#footer {
/*	position: absolute;
	bottom: 0;
*/
	width: 100%;
	margin-top: 30px;
}
.footer1 {
	width: 100%;

}
.footer1-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 5px 15px 5px;
}
.footer1-title {
	background-image: url("../images/bg-link2-1.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
}
.footer1-inner ul{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer1-inner ul li{
	background-image: url("../images/bg-link3-1.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 14px;
	padding-left: 20px;
	font-size: 94%;
	margin-right: 12px;
	margin-bottom: 5px;
}
.footer1-inner ul li a {
	text-decoration: none;
}
.footer1-inner ul li span a {
	font-size: 90%;
	text-decoration: none;
}
.footer1-inner ul li a:hover {
	text-decoration: underline;
}

.footer2 {
	width: 100%;
/*
	background-image: url("../images/bg-footer-4.png"),url("../images/bg-footer-4.png");
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,right bottom;
*/

}
.footer2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 5px 15px 5px;
}
.footer2-inner table{
	width: 100%;
}


.footer2-inner table td {
	vertical-align: top;
}

.footer-l {
	width: 35%;
	padding: 0 32px;
	text-align: center;
	border-right: 1px solid #000;
}
.footer-l img {
	width: 100%;
}
.footer-l p {
	margin: 5px 0;
}
.footer-c {
	width: 22%;
}
.footer2-title1 {
	display: inline-block;
	width: 80%;
	margin: 0 10%;
	text-align: center;
	background-color: #1fb1f0;
	color: #fff;
	border-radius: 14px;
	padding: 3px 0;
}
.footer2-title2 {
	display: inline-block;
	width: 90%;
	margin: 0 5%;
	text-align: center;
	background-color: #1fb1f0;
	color: #fff;
	border-radius: 14px;
	padding: 3px 0;
}
.footer-c ul {
	width: 100%;
	margin: 10px 0 0 0;
}
.footer-c ul li{
	width: 100%;
	padding: 0 16.2% 20px 16.2%;
	border-right: 1px dotted #ccc;

}
.footer-c ul li img {
	width: 100%;
}
.gaikan-title1 {
	background-image: url("../images/bg-link3-1.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	padding-left: 20px;
}
.gaikan-title1 a {
	color: #00a6e4;
	text-decoration: none;
}
.gaikan-title1 a:hover {
	text-decoration: underline;
}

.gaikan-title2 {
	background-image: url("../images/bg-link3-2.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	padding-left: 20px;
}
.gaikan-title2 a {
	color: #a574af;
	text-decoration: none;
}
.gaikan-title2 a:hover {
	text-decoration: underline;
}

.gaikan-title3 {
	background-image: url("../images/bg-link3-3.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	padding-left: 20px;
}
.gaikan-title3 a {
	color: #69c7b5;
	text-decoration: none;
}
.gaikan-title3 a:hover {
	text-decoration: underline;
}
.gaikan-title4 {
	background-image: url("../images/bg-link3-4.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	padding-left: 20px;
}
.gaikan-title4 a {
	color: #fe5a4c;
	text-decoration: none;
}
.gaikan-title4 a:hover {
	text-decoration: underline;
}
.gaikan-title5 {
	background-image: url("../images/bg-link3-5.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 14px;
	padding-left: 20px;
}
.gaikan-title5 a {
	color: #a574af;
	text-decoration: none;
}
.gaikan-title5 a:hover {
	text-decoration: underline;
}






.footer-r {
	width: 43%;

}
.footer-r-l,
.footer-r-r {
	float: left;
	width: 50%;
}
.footer-r ul {
	width: 100%;
	margin: 10px 0 0 0;
}
.footer-r ul li{
	width: 100%;
	padding: 0 16.2% 20px 16.2%;
	border-right: 1px dotted #ccc;
}
.footer-r ul .no-border {
	border-right: none;
}
.footer-r ul li img {
	width: 100%;
}

.copy {
	background-color: #1fb1f0;
	color: #fff;
	text-align: center;
	padding: 3px 0;
}


/*　カレンダー
*********************************************/

.cal_rap {
	padding: 10px 10px 0px 10px;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.cal_rap1 {

}




.cal_rap table {
	width: 100%;

    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;


}
.cal_rap table caption {
	font-size: 130%;
	color: #5f3919;
	font-weight: bold;
	padding-bottom:10px;
}



.cal_rap table th,
.cal_rap table td {
	height: 30px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px groove #fff;
	border-bottom: 1px groove #fff;

}
.cal_rap table th {
	background-color: #eee;
}
.cal_rap table td {
	background-color: #f9f9f9;
}

.cal_rap .sun {
	color: #b24242;

}
.cal_rap .sun a{
	color: #b24242;

}
.cal_rap .sat {
	color: #116e7f;
}
.cal_rap .sat a{
	color: #116e7f;
}


.cal_rap table td a {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	background-color: #ececec;
	text-decoration: none;
}


.month_list{
	text-align: right;
	margin: 5px 0;
}

.month_list a {
	text-decoration: none;
	    color: #1576bc;
}
.month_list a:hover {
	text-decoration: underline;
}



.today_waku{
	margin: 10px 0;
}

.today_title img {
	width: 100%;
	max-width: 92px;
}

.today_list {
	margin-top: 5px;
	padding-left: 15px;
}
.today_list li {
	list-style-type: disc;

}



.top_today_list {
	margin-top: 5px;
	padding-left: 20px;
}
.top_today_list li {
	list-style-type: disc;

}


.cal_today{
	margin:0;
	padding: 0px 0 10px 0;
	text-align: center;
	font-size: 110%;
}

table#cal_tbl{
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
	margin: 5px 0px 10px 0px;
}
table#cal_tbl th{
	border-collapse: collapse;
	padding: 5px 2px;
	text-align: center;
	background-color: #C96;
	color: #fff;
}
table#cal_tbl td{
	border-collapse: collapse;
	padding: 5px 2px;
	text-align: center;
}





/* コンテンツページ関係始まり
================================================== */


.ca-mainimage {
	z-index: 0;
	width:100%;
	position: relative;
}
.ca-mainimage img {
	width: 100%;
}




#home #breadCrumb {
	display: none;
}
#breadCrumb {
	width: 100%;

	font-size:100%;
	padding: 10px 0;
	margin-bottom: 30px;

}
#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0px 5px;
	font-size: 100%;
}


#breadCrumb p {
	margin-left: 0px;
	
}




.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}

.contentBodyWrapper{
	padding:0px 10px;	
}

.contentListWrapper{
	padding:0px 10px;
}
#content-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0px 5px;

}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}



article{

}

#main {
	width: 72%;
	float:left;
}

#main2 {
	width: 100%;

}

#sidemenu {
	width: 24.5%;
	float:right;
	border: 1px solid #1fb1f0;
}

.sideHeader h2{
	background-color: #1fb1f0;
	padding: 5px 0;
	text-align: center;
	color: #fff;
}
.sideBody ul {
	margin: 10px 5px 0 5px;
}
.sideBody ul li {
	background-image: url("../images/bg-link3-1.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px;
	border-bottom: 1px dotted #ccc;

}
.sideBody ul li:last-child {
	border-bottom: none;
}

.sideBody ul li a {
	display: block;
	padding: 5px 0 5px 20px;
	color: #1fb1f0;
}
.sideBody ul li a:hover {
	color: #fe8a81;
}
.sideBody ul li .active {
	display: block;
	padding: 5px 0 5px 20px;

}


.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	min-height:1em;


}

.contentBody img {
	max-width: 100%;
}




.contentListWrapper .pageList {
	width: 100%;
	margin-top: 20px;
	display: -webkit-inline-flex; /* Safari */
	display: inline-flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}


.contentListWrapper .pagelist-item {
	width:49%;
	border: 1px solid #1fb1f0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin:0px 0.5% 10px 0.5%;
	padding:20px;

}
.contentListWrapper .pagelist-item .thumb{
	display: none;
/*	display: table-cell;*/
	vertical-align: middle;
	padding: 5px 0 0 15px;

}
.contentListWrapper .pagelist-item .thumb img {
	width: 80px;
}
.contentListWrapper .pagelist-item .title{
	display: block;
	font-weight: bold;
	font-size:115%;
	padding-bottom: 10px;
	text-align: center;
}




.contentListWrapper .pagelist-item .title a{
	text-decoration: none;
	color: #1fb1f0;

}
.contentListWrapper .pagelist-item .title a:hover {
	color: #6ec9f0;
}
.contentListWrapper .pagelist-item .description {
	padding: 0 5px 5px 5px;
	display: block;
	font-size: 90%;
	line-height: 140%;
}
.contentListWrapper .pagelist-item p {
	text-align: right;
	padding: 0 10px 5px 0;
	font-size: 90%;
	color: #666;
}














.contentListWrapper .pagination,
.contentBodyWrapper .pagination {
	margin-top: 10px;
	text-align:center;
}
.contentListWrapper .pagination a,
.contentBodyWrapper .pagination a {
		background-color : #1fb1f0;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	padding:5px;
}





/*　カレンダー
*********************************************/

.calendar {

}
.sectionHeader {
	margin-bottom: 20px;
}
.cal_month_select {
	text-align: center;
}
.cal_category_select {

}








.calendar table {
	width: 100%;
}
.calendar .colgroup1 {
	width: 70px;
}


.calendar table caption {
	font-size: 140%;
	color: #5f3919;
	font-weight: bold;
	padding-bottom: 5px;
}

.calendar thead {
	background-color: #ffffbb;
}

.calendar table th,
.calendar table td {
	border: 1px solid #ccc;
	height: 35px;

}
.calendar .day,
.calendar .week,
.calendar .event
 {
	vertical-align: middle;
}

.calendar .sunday {
	background-color: #ffefed;

}
.calendar .saturday {
	background-color: #e3f5f9;
}

.calendar table td a {

}

.calendar_item {
	padding: 2px 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.calendar_item span {
	display: block;
}
.calendar_item .title {
	padding: 0 3px;
	margin-right: 10px;
}
.calendar table .category_title {
	display: none;
}
.calendar table .category {
  background-color: #ad6ad1;
  color: #fff;
	font-size: 80%;
	padding: 2px 5px;
}
.calendar table .calendar_item .cate1 { background-color: #d17bfe; }
.calendar table .calendar_item .cate2 { background-color: #48D1CC; }
.calendar table .calendar_item .cate3 { background-color: #67cafe; }
.calendar table .calendar_item .cate4 { background-color: #33d867; }
.calendar table .calendar_item .category {}


.calendar .cal_day_tbl {
	margin-bottom: 10px;
}




.calendar .cal_day_tbl th,
.calendar .cal_day_tbl td {
	padding: 5px 10px;
}
.calendar .cal_day_tbl th {
	vertical-align: middle;
	background-color: #eee;
	width: 200px;
}





/*　検索一覧ページ
*********************************************/
.contentBodyWrapper .search-area ul li {
	margin-bottom: 10px;
}
.contentBodyWrapper .search-area ul li .thumb,
.contentBodyWrapper .search-area ul li .description,
.contentBodyWrapper .search-area ul li .date {
	display: none;
}


/*　お問い合わせページ
*********************************************/

.contentBody .mail-form {
	margin: 30px 0 0 50px;
}
.contentBody .mail-form a {
	border: 1px solid #000;
	padding: 2px 10px;
	text-decoration: none;
	background-color: #eee;
	font-size: 140%;
	font-weight: bold;
}
.contentBody .mail-form a:hover {
	text-decoration: underline;
	background-color: #f6f6f6;
}


/*　画像リスト表示
*********************************************/


.contentBody .image-list {
	width: 98%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}
.contentBody .image-list li {
	width: 46%;
	margin: 0 2% 15px 2%;

}

.contentBody .image-list-title {
	font-weight: bold;
	padding-bottom: 5px;
}


.contentBody .image-list li img {
	width: 100%;
}


/*　医師紹介ページ
*********************************************/
.contentBody .doctor-full {
	width: 100%;
}
.contentBody .doctor-full ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.contentBody .doctor-full ul li{
		margin-top: 0;
	}	
.contentBody .doctor-full ul li:nth-child(1) {
	width: 60%;
}
.contentBody .doctor-full ul li:nth-child(1) img {
	width: 100%;
	display: block;
}

.contentBody .doctor-full ul li:nth-child(2) {
	width: 40%;
	padding: 10px 5px;
	background-color: #1fb1f0;
	color: #fff;
}
.contentBody .doctor-full ul li:nth-child(2) h4 {
	color: #fff;
	font-size: 110%;
}

.contentBody .doctor-full ul li:nth-child(3) {
	width: 60%;
	padding: 10px 5px 0 0;
}


.contentBody .doctor-full ul li:nth-child(4) {
	width: 40%;
}
.contentBody .doctor-full ul li:nth-child(4) img {
	width: 100%;
}

.contentBody .doctor-full ul li p {
	margin: 5px 5px;
}

.contentBody .doctor-part {
	width: 100%;
	margin-top: 30px;
}
.contentBody .doctor-part ul{
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.contentBody .doctor-part ul li {
	width: 49%;
}
.contentBody .doctor-part ul li:nth-child(odd) {
	margin-right: 1%;
}
.contentBody .doctor-part ul li:nth-child(even) {
	margin-left: 1%;
}
.contentBody .doctor-part ul li div {
	background-color: #1fb1f0;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 10px;
}

.contentBody .doctor-part ul li p {
	margin: 5px 5px;
}



/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    width: 100%;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 8px 16px;
	font-size: 120%;
    font-weight: bold;
/*    background: #edf7ff;*/
	color: #1fb1f0;
    cursor :pointer;
    transition: all 1.0s;
	border: 1px solid #1fb1f0;
	border-radius: 5px;
}

/*アイコンを表示*/
.accbox label:before {
    content: "\f138　";
    font-family: 'Font Awesome 5 Free';
}

/*ラベルホバー時*/
.accbox label:hover {
/*    background :#f4fbff;*/
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 5px;
    overflow: hidden;
    opacity: 0;
    transition: 1.0s;
}
.contentBody .accbox .accshow ul{
    list-style-type: disc;
	margin: 0 0 0 45px;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
	margin-top: 10px;
/*    background: #f4f4f4;*/
    opacity: 1;
}

.contentBody .accbox .accshow p {
    margin: 5px 10px
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f13a　';
}




	/*コンテンツページ関係終わり
================================================== */


/*サイトマップ初め
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}


}


@media (min-width:768px) and (max-width:840px) {


}

/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */





/* スマホサイト始まり
==================================================
==================================================
==================================================
================================================== */

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

body , html {
	height: 100%;
  -webkit-text-size-adjust: 100%;

}

body {
	margin:0px;
	padding:0px;
	font-size: 80%;
	line-height: 145%;

}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=date],
input[type=tel] {
  font-size: 16px;
/*  transform: scale(0.8);*/
}




.pc-disp {
	display: none;
}
.sp-disp {
}


#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#scrollTop {

	position: fixed;
	right: 0;
	z-index: 20;
	margin-bottom: 25px;
}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 70px;
}


.skip p {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}


#home h1 {
  height: 0;
  overflow: hidden;
}


#header {
	display: none;
}
#globalNav {
	display: none;
}




.sp-header {
	margin-top: 65px;
	
}








/* メニュー関係
================================================== */

#title {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.header-top{
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	width:100%;
	height:65px;
	padding: 5px 5px 0 0px;

    filter:alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
	z-index: 2;
	border-bottom: 1px solid #eeeeee;
}

.header-top .logo{
	float: left;
	padding: 0px 0px 0px 10px;
}
.header-top .logo img {
	width: 180px;
}

.header-top a{
}

.header-navi form {
	padding: 10px 0 10px 22px;

}

#keyword {
	width: 200px;
	height: 25px;
	margin: 0px;
	border: 0;
	padding: 0 30px 0 0;
	border: 1px solid #ccc;
}

#searchsubmit {
	margin-left: -25px;
	width: 24px;
}






.menu_open_button{
  margin-top: 0;
	color: #fff;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/menu_icon-1.png);
  background-size: 55px;
/*  background-color: #841b20;*/
  padding-top: 28px;
  text-align: center;
	width:  55px;
	height: 45px;
  font-size: 10px;
  text-decoration: none;
}
.menu_close_button{
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/menu_icon-1.png);
  background-size: 55px;
	color: #fff;
/*  background-color: #841b20;*/
	padding-top: 28px;
	text-align: center;
	width:  55px;
	height: 45px;
	font-size: 10px;
	text-decoration: none;
	margin-bottom:10px;
	margin-right:10px;
	float: right;
}


/* Header Nav
================================================== */

.header-navi{
	margin-top: -10px;

}
.header-navi .nav-header{
  background: #eeeeee;
}
.header-navi .close{
  background: #eeeeee;
	padding-top: 10px;
}


.header-navi .nav-header h2{
  float: left;
  padding: 15px 5px 5px 5px;
}
.header-navi .nav-header button{
  float: right;
  padding: 5px;
}
.header-navi .nav-header button img{
  width: 45px;
}

/*サイドバー
---------------------------------------------------------------*/

#modal { display: none; }

#modal h2{
}

#modal h2,

#modal ul{
	padding: 0px;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  }

#modal ul li{
	margin-left: 5px;
	background-color: #eeeeee;
	margin-bottom:1px;
	padding: 0 0 0 5px;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
  }


#modal ul li a{
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 20px;
	background-image: url(../images/bg-link-s.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#modal-menu1 {

}
#modal-menu2 {

}
#modal-menu3 {

}
#modal-menu4 {

}
#modal-menu5 {

}
#modal-menu6 {

}
#modal-menu7 {

}
#modal-menu8 {

}
#modal-menu9 {

}


.close{
  text-align: right;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;

}

.close a{
}

.open{
  display:block;
  margin-top: 3px;
  margin-right: 7px;
  float: right;
}

.open img{
  vertical-align:middle;
}



#sp-keyword {
	width: 95%;
	height: 30px;
	margin:0px;
	padding: 0px 36px 0px 2px;
	border: 1px solid #ccc;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}

#sp-searchsubmit {
	margin-left: -25px;
	width: 22px;
}




/*メニュー関係終わり
---------------------------------------------------------------*/


/* トップ動画
================================================== */


#content {
	width:100%;
	margin:0px auto;

}








.top1 {
	width:100%;
	margin-top: 0;
}

.top1-inner {
	width: 100%;

}

.top1 .slick-box {
	width: 100%;
	margin: 0;
	padding: 0;
}
.top1 .slick-box img{
	width: 100%;
}

.top1-under {
	height: 0;
	overflow: hidden;
}



.top2 {
	width: 100%;
	margin-top: 5px;
}
.top2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.top2-inner:after {
	content: "";
	display: block;
	clear: both;
}


.top2-title {
	border-bottom: 2px solid #1fb1f0;
	padding-bottom: 5px;
}
.top2-title-l {
	float: left;
	width: 70%;
	padding-top: 10px;
}
.top2-title-l h2 {
	color: #1fb1f0;
	font-size: 140%;
}
.top2-title-l h2 span {
	font-size: 70%;
	margin-left: 10px;
	font-weight: normal;
}

.top2-title-r {
	float: left;
	text-align: right;
	width: 30%;
}
.top2-title-r img {
	width: 117px;
}




.top3 {
	width:100%;
	margin-top: 40px;
	padding: 20px 0 15px 0;
	background-color: #cfe5f6;
}
.top3-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.top3-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top3-inner ul li {
	width: 49%;
	margin: 0 0.5% 5px 0.5%;
}
.top3-inner ul li img {
	width: 100%;
}

.top4 {
	width:100%;
	margin-top: 40px;
}
.top4-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.top4-inner h2 {
	text-align: center;
	color: #1fb1f0;
	font-size: 140%;
	margin-bottom: 30px;
}
.top4-inner h2 span {
	border-bottom: 2px solid #1fb1f0;
}
.top4-inner ul {
	width: 100%;
	margin-bottom: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top4-inner ul li {
	width: 49%;
	margin: 0 0.5% 5px 0.5%;
}
.top4-inner ul li img {
	width: 100%;
}

.top4-inner .ul-kanren li {
	border: 1px solid #1fb1f0;
	margin-bottom: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 12px 5px 12px 0;

}
.top4-inner .ul-kanren li a {
	display: block;
	background-image: url(../images/bg-link1-1.png);
	background-repeat: no-repeat;
	background-position: left 5px top 3px;
	background-size: 14px;
	padding-left: 23px;
}




#footer {
/*	position: absolute;
	bottom: 0;
*/
	width: 100%;
	margin-top: 40px;
}
.footer1 {
	width: 100%;

}
.footer1-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.footer1-title {
}
.footer1-inner ul{
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer1-inner ul li{
	width: 50%;
	text-align: center;
}
.footer1-inner ul li a {
	width: 100%;
	display: inline-block;
	text-decoration: none;
	padding: 10px 0;
	background-color: #f7f8f8;
	border-top: 1px solid #1fb1f0;
	border-right: 1px solid #1fb1f0;
}
.footer1-inner ul li:nth-child(odd) a {
	border-left: 1px solid #1fb1f0;
}
.footer1-inner ul li:nth-child(3) a,
.footer1-inner ul li:nth-child(4) a {
	border-bottom: 1px solid #1fb1f0;
}





.footer2 {
	width: 100%;
/*
	background-image: url("../images/bg-footer-4.png"),url("../images/bg-footer-4.png");
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom,right bottom;
*/
}
.footer2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 5px 15px 5px;
}
.footer2-inner table{
	width: 100%;
}
.footer2-inner table td {
	vertical-align: top;
}

.footer-l {
	width: 100%;
	padding: 0 0;
	text-align: center;

}
.footer-l img {
	width: 100%;
	max-width: 180px;
}
.footer-l p {
	margin: 10px 0;
}

.copy {
	background-color: #1fb1f0;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	font-size: 80%;
}




/* スマホコンテンツページ関係始まり
================================================== */


/* 動画画面サイズ */

.contentBody iframe {
	width: 100%;
	height: 250px;
}


#category_icon {
	width: 100%;
}

#category_icon img {
	width: 100%;
}


#sitemap_main {
	display: none;
}



#search_main {
	display: none;
}






#home #breadCrumb {
	display: none;
}
#breadCrumb {
	width: 100%;

	font-size:100%;
	padding: 10px 0;
	margin-bottom: 0px;
}
#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0px 5px;
	font-size: 100%;
}


#breadCrumb p {
	margin-left: 0px;
	
}


.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}



.contentListWrapper{
	padding:0px 10px;	

}
#content-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0px 5px;

}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}

article{

}

#main {
	width: 100%;

}
#main2 {
	width: 100%;
}


.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	min-height:1em;


}

.contentBody img {
	max-width: 100%;
}



.contentListWrapper .pageList {
	width: 100%;
	margin-top: 20px;
	display: -webkit-inline-flex; /* Safari */
	display: inline-flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}


.contentListWrapper .pagelist-item {
	width:100%;
	border: 1px solid #1fb1f0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin:0px 0.5% 10px 0.5%;
	padding:15px;

}
.contentListWrapper .pagelist-item .thumb{
	display: none;
/*	display: table-cell;*/
	vertical-align: middle;
	padding: 5px 0 0 15px;

}
.contentListWrapper .pagelist-item .thumb img {
	width: 80px;
}
.contentListWrapper .pagelist-item .title{
	display: block;
	font-weight: bold;
	font-size:115%;
	padding-bottom: 10px;
	text-align: center;
}




.contentListWrapper .pagelist-item .title a{
	text-decoration: none;
	color: #1fb1f0;

}
.contentListWrapper .pagelist-item .title a:hover {
	color: #6ec9f0;
}
.contentListWrapper .pagelist-item .description {
	padding: 0 5px 5px 5px;
	display: block;
	font-size: 90%;
	line-height: 140%;
}
.contentListWrapper .pagelist-item p {
	text-align: right;
	padding: 0 10px 5px 0;
	font-size: 90%;
	color: #666;
}







.contentListWrapper .pagination,
.contentBodyWrapper .pagination {
	margin-top: 10px;
	text-align:center;
}
.contentListWrapper .pagination a,
.contentBodyWrapper .pagination a {
		background-color : #1fb1f0;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	padding:5px;
}



#sidemenu {
	display: none;

}

	
/*　カレンダー
*********************************************/

.calendar {

}
.sectionHeader {
	margin-bottom: 20px;
}
.cal_month_select {
	text-align: center;
}
.cal_category_select {
	display: none;
}








.calendar table {
	width: 100%;
}
.calendar table caption {
	font-size: 140%;
	color: #5f3919;
	font-weight: bold;
	padding-bottom: 5px;
}

.calendar thead {
	background-color: #ffffbb;
}

.calendar table th,
.calendar table td {
	border: 1px solid #ccc;
	height: 35px;

}
.calendar .day,
.calendar .week,
.calendar .event
 {
	vertical-align: middle;
}

.calendar .sunday {
	background-color: #ffefed;

}
.calendar .saturday {
	background-color: #e3f5f9;
}

.calendar table td a {

}

.calendar_item {
	padding: 2px 4px;
}
.calendar_item .title {
	padding-right: 3px;
}

.calendar table .category {
	display: none;
}



.calendar .cal_day_tbl th,
.calendar .cal_day_tbl td {
	padding: 5px 10px;
}
.calendar .cal_day_tbl th {
	vertical-align: middle;
	background-color: #eee;
	width: 90px;
}

/*　年間行事
*********************************************/

.nenkangyouji {
	width: 100%;
}
.tukigyouji {
	float: left;
	width: 50%;
	padding: 0 1%;
	margin-bottom: 20px;
}
.tukigyouji h2 {
	display: none;
	margin: 0 0 10px 0;
	font-size: 120%;
}
.tukigyouji img {
	width: 100%;
}

.tukigyouji ul li {
	margin-top: 8px;
	padding: 0 5px 0 23px;
   background-image: url(../images/icon0913.png);
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: 10px;
}




/*　検索一覧ページ
*********************************************/

.contentBodyWrapper .search-area ul li {
	margin-bottom: 10px;
}

.contentBodyWrapper .search-area ul li .thumb,
.contentBodyWrapper .search-area ul li .description,
.contentBodyWrapper .search-area ul li .date {
	display: none;
}


/*　お問い合わせページ
*********************************************/

.contentBody .mail-form {
	margin: 30px 0 0 50px;
}
.contentBody .mail-form a {
	border: 1px solid #000;
	padding: 2px 10px;
	text-decoration: none;
	background-color: #eee;
	font-size: 140%;
	font-weight: bold;
}
.contentBody .mail-form a:hover {
	text-decoration: underline;
	background-color: #f6f6f6;
}


/*　画像リスト表示
*********************************************/


.contentBody .image-list {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.contentBody .image-list li {
	width: 100%;
	margin: 0 0 15px 0;
	text-align: center;
}

.contentBody .image-list-title {
	font-weight: bold;
	padding-bottom: 5px;
}


.contentBody .image-list li img {
	width: 100%;
	max-width: 300px
}



/*　医師紹介ページ
*********************************************/
.contentBody .doctor-full {
	width: 100%;
}
.contentBody .doctor-full ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.contentBody .doctor-full ul li:nth-child(1) {
	width: 100%;
}
.contentBody .doctor-full ul li:nth-child(1) img {
	width: 100%;
	display: block;
}

.contentBody .doctor-full ul li:nth-child(2) {
	width: 100%;
	padding: 10px 5px;
	background-color: #1fb1f0;
	color: #fff;
}
.contentBody .doctor-full ul li:nth-child(2) h4 {
	color: #fff;
	font-size: 110%;
}

.contentBody .doctor-full ul li:nth-child(3) {
	width: 100%;
	padding: 10px 5px 10px 0;
}


.contentBody .doctor-full ul li:nth-child(4) {
	width: 100%;
	text-align: center;
}
.contentBody .doctor-full ul li:nth-child(4) img {
	width: 100%;
	max-width: 300px;
}

.contentBody .doctor-full ul li p {
	margin: 5px 5px;
}

.contentBody .doctor-part {
	width: 100%;
	margin-top: 10px;
}
.contentBody .doctor-part ul{
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.contentBody .doctor-part ul li {
	width: 100%;
	margin-top: 20px;
}

.contentBody .doctor-part ul li div {
	background-color: #1fb1f0;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 10px;
}

.contentBody .doctor-part ul li p {
	margin: 5px 5px;
}



/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    width: 100%;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 8px 16px;
	font-size: 120%;
    font-weight: bold;
/*    background: #edf7ff;*/
	color: #1fb1f0;
    cursor :pointer;
    transition: all 1.0s;
	border: 1px solid #1fb1f0;
	border-radius: 5px;
}

/*アイコンを表示*/
.accbox label:before {
    content: "\f138　";
    font-family: 'Font Awesome 5 Free';
}

/*ラベルホバー時*/
.accbox label:hover {
/*    background :#f4fbff;*/
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 5px;
    overflow: hidden;
    opacity: 0;
    transition: 1.0s;
}
.contentBody .accbox .accshow ul{
    list-style-type: disc;
	margin: 0 0 0 45px;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
	margin-top: 10px;
/*    background: #f4f4f4;*/
    opacity: 1;
}

.contentBody .accbox .accshow p {
    margin: 5px 10px
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f13a　';
}





/*コンテンツページ関係終わり
================================================== */






/*サイトマップ初め
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}




}
/* スマホサイト終わり
==================================================
==================================================
==================================================
================================================== */


/* 幅が 768px以上 900px以下であれば */

@media  (min-width:768px) and ( max-width:900px) {

#globalNavInner ul li {
	font-size: 100%;
}

.top3 .ul-top li {
	width: 48%;
	margin: 0 1% 20px 1%;
	padding: 15px;

}

}



@media  (min-width:480px) and ( max-width:767px) {

.top3 .ul-top li {
	width: 48%;
	margin: 0 1% 20px 1%;
	padding: 15px;

}
.top3-title h2 {
	font-size: 140%;
}

.top4-inner ul li {
	width: 48%;
	margin: 0 1% 10px 1%;
}


}



@media print {
body {
	width: 1200px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
}
#scrollTop {
	display: none;
}
}





/*医師の紹介・こんな症状はありませんか・外来のご案内・入院のご案内・医療関係の皆様へ*/

.top2-inner-top {
	width: 100%;
	margin-bottom: 20px;
}

.top2-inner-top ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top2-inner-top ul li {
	width: 20%;

}
.top2-inner-top ul li img {
	width: 100%;
}


@media screen and (max-width: 767px) {
.top2-inner-top ul li {
	width: 50%;

}

}



/*お知らせ・みゆきタイムズ*/





.top2-inner-l {
	float: left;
	width: 68%;
}

.top2-inner-l ul {
	margin-top: 15px;
}
.top2-inner-l ul li {
	padding: 0px 0 5px 0;
	border-bottom: 1px dotted #ccc;
}

.top2-inner-l ul li .li-right {
	display: table-cell;
	padding: 10px 0 0 5px;
	vertical-align: top;
}



.top2-inner-r {
	float: right;
	width: 28%;
	border: 2px solid #1fb1f0;
	padding: 15px;
}

.top2-inner-r-inner .thumb img {
	width: 100%;
}


.top2-inner-r-inner h2 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	background-color: #1fb1f0;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	margin: 8px 0;
}

.top2-inner-r-inner .description {
	text-align: center;
}




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

.top2-inner-l {
	width: 100%;
}

.top2-inner-l ul {
	margin-top: 15px;
}
.top2-inner-l ul li {
	padding: 5px 0 15px 0;
	border-bottom: 1px dotted #ccc;
}
.top2-inner-l ul li .thumb {
	display: table-cell;
	width: 150px;
	vertical-align: top;
}
.top2-inner-l ul li .thumb img {
	width: 100%;
}
.top2-inner-l ul li .li-right {
	display: table-cell;
	padding: 10px 0 0 20px;
	vertical-align: top;
}
.top2-inner-l ul li .date {
	display: block;
	color: #1fb1f0;
}
.top2-inner-l ul li .title {
	display: block;
	padding: 5px 0;
}

.top2-inner-r {
	width: 96%;
	margin: 30px auto 20px auto;
}

}












.top2-tb {
	width: 100%;
}
.cat-sel {
	width: 100%;
}


.cat-sel ul {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}


.cat-sel ul li {
	text-align: center;
	border-top: 1px solid #1fb1f0;
	border-right: 1px solid #1fb1f0;
	border-bottom: 1px solid #1fb1f0 !important;
	width: 20%;
	padding: 0 !important;
}
.cat-sel ul li:nth-child(1) {
	border-left: 1px solid #1fb1f0;
}




.cat-sel ul li a {
    padding: 3px 0;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    color: #1fb1f0;
    width: 100%;
}

.cat-sel ul li a:hover {
	background-color: #1fb1f0;
	color: #fff;
}




.top2-inner ul {
	margin-top: 15px;
}
.top2-inner ul li {
	padding: 0px 0 10px 0;

}
.top2-inner ul li span {

}
.top2-inner-l ul li .date {
	display: table-cell;
	color: #1fb1f0;
	width: 110px;
}

.top2-inner ul li .list-category-mark {
    display: table-cell;
    text-align: center;
    color: #fff;
    font-size: 80%;
   padding-right: 10px;
}

.top2-inner ul li .list-category-mark div {
    padding: 1px 0 0 0;
    width: 120px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-color: #1fb1f0;
}


.top2-inner-l ul li .title {
	display: table-cell;
	padding: 5px 0;
}

.news-list p {
	text-align: center;
	padding: 10px 0;
}



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



.top2-inner ul li .date{
	padding-right: 0;
	display: inline-block;
	width: 80px;
}

.top2-inner ul li .list-category-mark {
	display: inline-block;
}




.top2-inner ul li .title {
    display: block;
    padding-left: 0px;
}


}

/*ヘッダー部分*/


@media print,screen and (min-width: 768px) {
#header-inner-c {
	text-align: right;
	width: 40%;
	vertical-align: middle;
}
#header-inner-s {
	text-align: center;
	width: 12%;
	vertical-align: middle;
}

#header-inner-s span {
	display: inline-block;
	width: 41px;
}


#header-inner-s img {
	width: 100%;
	max-width: 41px;
}
}
@media screen and (max-width: 767px) {
  .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
    border-bottom: 1px solid #eeeeee;
    opacity: 0.95;
  }

  /* SNSアイコン */
  #header-inner-s {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	padding: 0 1rem;
    gap: 2vw;
    flex: 1 1 auto;
    text-align: right;
  }
  #header-inner-s span {
    display: inline-flex;
    width: 36px;
    height: 36px;
  }
  #header-inner-s img {
    width: 100%;
    height: auto;
    max-width: 36px;
  }

  /* メニューボタン */
  .second.open {
    flex: 0 0 auto;
  }
  .menu_open_button {
    background-image: url(../images/menu_icon-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 390px) {
	.header-top {
		padding: 0;
	}
  /* SNSアイコン */
  #header-inner-s {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	padding: 0 1rem;
    gap: 2vw;
    flex: 1 1 auto;
    text-align: right;
  }
  #header-inner-s span {
    display: inline-flex;
    width: 24px;
    height: 24px;
  }
  #header-inner-s img {
    width: 100%;
    height: auto;
    max-width: 24px;
  }
}


