*{
	margin:0px;
	padding:0px;
}

body {
	overflow-y: scroll;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	background-repeat: repeat-x, repeat;
	background-color: #ffffff;
	line-height: 1.6em;
	color: #737373;
}

img{
	border: 0px;
	max-width: 100%;
	height: auto;
}

li,dd {
	list-style-type: none;
}

a {
	color: #4993D6;
}

a:hover {
	color: #F36F7E;
}


textarea {
	width: 100%;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}
form {
   margin:0;
}
*:focus {
  outline: none;
}


/* All box-sizing */
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}



/* floatクリア */
.clearblock:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearblock {display: inline-block;}
/* hide IE-MAC \*/
* html .clearblock {height: 1%;}
.clearblock {
	display: block;
	position: relative;
}


.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.img-l {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.img-r {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
}


/* header */
#header {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	float: left;
}
#address {
	float:right;
}

#searchBox{
	padding:15px 0px;
	text-align:right
}
#searchBox input {
	margin: 0;
	padding: 2px;
	vertical-align: middle;
}
.searchTxt {
	height: 26px;
	width: 115px;
	border: 1px solid #737373;
}


/* navi */
#navi {
	width: 920px;
	margin: 0px auto 10px auto;
	border-right: 1px solid #b9b9b9;
}
#navi ul {
	width: 100%;
	display: flex;

}
#navi ul li {
	display: flex;
    align-items: stretch;
    width: 100%;
	border-left: 1px solid #b9b9b9;
    padding: 5px;
    font-size: 16px;
	text-align: center;
}


#navi a{
	display:flex;
  	justify-content:center;
  	align-items:center;
	width: 100%;
	color: #737373;
	text-decoration: none;
	font-weight: bold;
	border-bottom:#fff solid 6px;
	padding: 10px 0px 0px  5px;

}

#navi a:hover{
	color: #737373;
	text-decoration: none;
	font-weight: bold;
	border-bottom:#67c0ea solid 6px;
	padding: 10px 0px 0px  5px;
}


#navi ul .on{
	display:flex;
  	justify-content:center;
  	align-items:center;
	width: 100%;
	color: #737373;
	text-decoration: none;
	font-weight: bold;
	border-bottom:#67c0ea solid 6px;
	padding: 10px 0px 0px  5px;
}

/* footer */
#footerArea{
	width:920px;
	margin:0 auto 30px auto;
}


.footerMap{
	width:320px;
	float:left;
}
.footerMapTit{
	border-bottom:#4cb3e4 solid 2px;
	margin-bottom:20px;
}
.schedule{
	width:560px;
	float:right;
}
.scheduleTit{
	border-bottom:#4cb3e4 solid 2px;
	margin-bottom:20px;
}

.schedule dt dd{
	float:left;
}
.schedule-list{
	width: 360px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-top: 20px;
}
.schedule-list th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 8px 0px;
}

.schedule-list th:nth-child(1){
	background-color:#4cb3e4;
	color:#fff;
	font-weight:bold;
}
.schedule-list th:nth-child(2){
	background-color:#7ec9ed;
	color:#fff;
	font-weight:bold;
}

.schedule-list td {
	width: 50%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 12px 0px;
}




.shift{
	width:560px;
	float:right;
}
.shiftTit{
	border-bottom:#4cb3e4 solid 2px;
	margin-bottom:20px;
}

.shift dt dd{
	float:left;
}
.shift-table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-top: 20px;
}
.shift-table th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 8px 0px;
}

.shift-table th:nth-child(1){
	background-color:#7ec9ed;
	color:#fff;
	font-weight:bold;
}
.shift-table th:nth-child(2){
	background-color:#7ec9ed;
	color:#fff;
	font-weight:bold;
}
.shift-table th:nth-child(3){
	background-color:#7ec9ed;
	color:#fff;
	font-weight:bold;
}
.shift-table th:nth-child(4){
	background-color:#7ec9ed;
	color:#fff;
	font-weight:bold;
}
.shift-table th:nth-child(5){
	background-color:#7ec9ed;
	color:#fff;
	font-weight:bold;
}
.shift-table th:nth-child(6){
	background-color:#7ec9ed;
	color:#fff;
	font-weight:bold;
}
.shift-table th:nth-child(7){
	background-color:#7ec9ed;
	color:#fff;
	font-weight:bold;
}
.shift-table th:nth-child(8){
	background-color:#7ec9ed;
	color:#fff;
	font-weight:bold;
}

.shift-table td {
	width: 12%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 12px 0px;
}



.footer-addres{
	border-top:#b9b9b9 dotted 1px;
}
.copy{
	color: #fff;
	font-weight: bold;
	text-align:center;
	background-color: #4cb3e4;
	padding:15px 0;

}

/* common */
.container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.pan {
	width: 100%;
	margin: 20px 0px 5px 0px;
	font-size: 90%;
}
.pan a {
	color: #737373;
	text-decoration: none;
}
.pan a:hover {
	text-decoration:underline;
}
.sideArea {
	width: 25%;
	float: left;
	padding: 0px 10px 60px 0px;
}
.mainArea {
	width: 75%;
	float: right;
	padding: 0px 0px 60px 20px;
	min-height:380px;
}

.pageTit{
	border: #ccc solid 1px;
	padding: 8px;
	border-radius: 8px;
	margin-bottom:20px;
	/*Other Browser*/
	background: #fefefe;
	/*For Old WebKit*/
	background: -webkit-linear-gradient(
		top,
		#fefefe 0%,
		#f3f3f3 100%
	);
	/*For Modern Browser*/
	background: linear-gradient(
		to bottom,
		#fefefe 0%,
		#f3f3f3 100%
	);
}

.pageTit p{
	border-left:#4cb3e4 solid 5px;
	padding:10px;

}

.contents{

}

h3{
	border: #4cb3e4 solid 1px;
	background-color:#4cb3e4 ;
	padding: 8px 24px;
	border-radius: 8px;
	margin: 20px 0px;
	font-size:16px;
	color:#fff;
}

h4{
	border: #4cb3e4 solid 1px;
	padding: 8px 8px 8px 24px;
	border-radius: 8px;
	margin: 20px 0px;
	font-size:16px;
	color:#4cb3e4;
}

h5{
	border: #6E6D6D solid 1px;
	padding: 8px 8px 8px 24px;
	border-radius: 8px;
	margin: 20px 0px;
	font-size:16px;
}




.articleArea {
	padding: 0px 20px 50px 20px;
}

.sideMenu{
	padding-top:20px;
}


.sideMenu dt{
	background-color: #4cb3e4;
	color: #fff;
	font-weight: bold;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	float:none;
}

.sideMenu .arrow {
	background-color: #d8effa;
	padding: 10px 10px 10px 25px;
	background-image: url(../img/icon-arrow.png);
	background-position: 5px 13px;
	background-repeat: no-repeat;
}

.sideMenu dd{
	background-color: #d8effa;
	padding: 10px 10px 10px 25px;
	background-image: url(../img/icon.png);
	background-position: 5px 13px;
	background-repeat: no-repeat;
}
.sideMenu dd a{
	color:#737373;
}


.sideMenu dd:last-child{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

/* メニュー2 */
.ac-container{
	background-color:#d8effa;
	padding:5px 0px 20px 0px;
	padding-top:20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.ac-container label{
	padding: 0px 40px;
	position: relative;
	margin:0px 0px 16px -8px;
	z-index: 20;
	display: block;
	height: 30px;
	width:98%;
	cursor: pointer;
	color: #fff;
	line-height: 33px;
	font-size: 16px;
	background-color: #4ad3a4;
	background-image: url(../img/icon_side_02.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	border-radius: 0px 6px 6px 0px;
}

.ac-container label:after{
	content:' ';
	position:absolute;
	left:0px;
	bottom:-8px;
	border-top:4px solid #ccc;
	border-right:4px solid #ccc;
	border-bottom:4px solid transparent;
	border-left:4px solid transparent;
}

.ac-container label:hover{
	background: #65dab2;
	background-image: url(../img/icon_side_02.png);
	background-repeat: no-repeat;
	background-position: 12px center;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background-image: url(../img/icon_side_01.png);
	background-repeat: no-repeat;
	background-position: 12px center;
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content:' ';
	position:absolute;
	left:0px;
	bottom:-8px;
	border-top:4px solid #ccc;
	border-right:4px solid #ccc;
	border-bottom:4px solid transparent;
	border-left:4px solid transparent;
}
.ac-container input:checked + label:hover:after{

}
.ac-container input{
	display: none;
}

.ac-container article{
	margin-top: -1px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	max-height: 0;
    -webkit-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear;
}


.ac-container input:checked ~ article{
	max-height: 9999px;
	-webkit-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.sideMenu2{
	padding-top:20px;
}

.sideMenu2Tit{
	background-color: #4cb3e4;
	color: #fff;
	font-weight: bold;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding:10px
}

.ac-container .arrow {
	background-color: #d8effa;
/*	padding: 10px 10px 10px 25px;*/
    padding: 0px 10px 10px 25px;
	background-image: url(../img/icon-arrow.png);
/*	background-position: 5px 13px;*/
	background-repeat: no-repeat;
}

.sideMenu2List ul{


}
.sideMenu2List li{
	padding: 0px 10px 10px 25px;
	background-image: url(../img/icon.png);
	background-position: 5px 3px;
	background-repeat: no-repeat;
}
.sideMenu2List li a{
	color:#737373;
}

/* top page */
.topimage{
	margin-bottom:15px;
}

.news{
	margin-bottom:30px;
}

.newsTit{
	border-bottom:#4cb3e4 solid 2px;
}

.news dl {
	padding:10px;
	border-bottom:#cccccc dotted 1px;
}
.news dl dd,dt {
	float: left;
	padding:10px;

}
.news dl dt {
	width:15%;
}
.news dl dd {
	width:85%;
}
.news dl dd a{
	color:#0091d6;
	text-decoration:none;
}

.news dl dd a:hover{
	color:#0091d6;
	text-decoration:underline;
}
.news dl dd:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.yoyaku{
	width: 100%;
	height:90px;
	box-sizing: border-box;
	background-image:url(../img/yoyaku_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding:0px;
	background-size:auto 100%;
}

.info{
	width: 100%;
	height:70px;
	box-sizing: border-box;
	background-image:url(../img/info_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding:0px;
	background-size:auto 100%;
}

.attention{
	width: 100%;
	height:70px;
	box-sizing: border-box;
	background-image:url(../img/attention_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding:0px;
	background-size:auto 100%;
}
.attention02{
	width: 100%;
	height:70px;
	box-sizing: border-box;
	background-image:url(../img/attention02_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding:0px;
	background-size:auto 100%;
}
.menu ul{
	margin-bottom:0px;
}

.menu li{
	float:left;
	width:50%;
	padding-bottom:20px;
}

.menu ul li:nth-child(even){
	text-align:right;
}

.menu ul:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.director-column{
	margin-bottom:30px;
}

.menu-s-block ul{
	margin-bottom:0px;
}

.menu-s-block li{
	float:left;
	width:33.33%;
	padding-bottom:20px;
}
.menu-s-block ul:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.menu-s{
	border: 1px #4CB3E4 solid;
	width:290px;
	height:185px;
	position:relative;
	margin:0 auto;
}
.menu-s:before{
	content:url(../img/menu_s_ribbon.png);
    position:absolute;
    top: -5px;

}
.menu-s :after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.menu-s-contents .rtxt{
	padding:10px 0px 10px 20px;
	float:left;
	width:160px;
}
.menu-s-contents .rtxt2{
	padding:10px 15px 10px 20px;
}
.menu-s-contents .qr{
	float:left;
	width:123px;
}



.sub-tit-num{
 display: flex;
 flex-wrap: nowrap;
 justify-content: center;
 align-items: center;
 border:0;
 font-size: 200%;
 color: #4CB3E4;
}
/*短い左右線*/
.sub-tit-num:before,
.sub-tit-num:after {
 content: '';
 width: 100px;
 height: 2px;
 background-color:currentColor !important;
 position: unset;
 border: unset;
 margin-left: unset;
 margin-right:unset;
 flex-grow: unset;
}
.sub-tit-num:before{
 margin-right:30px;
}
.sub-tit-num:after {
 margin-left:30px;
}


.subTit {
	width: 100%;
	border-top: 2px dotted #4CB3E4;
	border-bottom: 2px dotted #4CB3E4;
	border-radius: 0px;
	padding:2em 0em;
	margin: 30px 0;
	text-align: center;
	color: #4CB3E4;
}

.subTit1{
	font-size:2.5em;
	line-height: 1.5em;

}
.subTit2{
	font-size: 1.5em;
	line-height: 1.5em;
}

/* ---------------------------------------- */
/* Responsive SmartPhone Display */
/* ---------------------------------------- */
@media only screen and (max-width: 767px) {
/* header */
#header {
	width: 100%;
}

#logo {
	float: none;
}
#address {
	display:none;
}



/* navi */
#navi {
	width: 100%;
	margin: 0px auto 10px auto;


	border-right: 1px solid #b9b9b9;
}
#navi ul {
	width: 100%;

}

#navi a{
	font-size: 80%;
}

#navi a:hover{
font-size: 80%;
}


#navi ul .on{
font-size: 80%;
}

/* footer */
#footerArea{
	width:100%;
	margin:0 auto 30px auto;
}


.footerMap{
	width:100%;
	float:none;
}

.MapArea{
	width:320px;
}
.schedule{
	width:100%;
	float:none;
}
.scheduleTit{
	border-bottom:#4cb3e4 solid 2px;
	margin-bottom:20px;
}

.schedule dt dd{
	float:none;
}
.schedule-list{
	width: 95%;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin: 20px;
}



.shift{
	width:100%;
	float:none;
}
.shiftTit{
	border-bottom:#4cb3e4 solid 2px;
	margin-bottom:20px;
}

.shift dt dd{
	float:none;
}
.shift-list{
	width: 95%;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin: 20px;
}



/* common */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sideArea {
	width: 100%;
	float: none;
	padding-right: 0px;
}
.mainArea {
	width: 95%;
	border-left: 0px solid #A2BBDC;
	float: none;
	padding-left: 0px;
	margin: 0 auto 0 auto;
}

/* top */
.news dl {
	padding:10px;
	border-bottom:none;
}

.news dl dd,dt {
	float: none;
	padding:0px 10px;

}
.news dl dt {
	width:100%;
	padding-bottom: 10px;
}
.news dl dd {
	width:100%;
	border-bottom:#cccccc dotted 1px;
	padding-bottom: 10px;
}
.menu li{
	float:none;
	width:100%;
	padding:10px 20px;
}
.menu ul li:nth-child(even){
	text-align:left;
}
.MapArea{
	width:100%;
}


.menu-s-block li{
	float:none;
	width:100%;
	padding:10px 20px;
}
.menu-s{
	border: 1px #4CB3E4 solid;
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
}

.smng{
	display:none;
}

/*　メニュー2　*/
.ac-container label{
	padding: 0px 40px;
	position: relative;
	margin:0px 0px 16px 0px;
	z-index: 20;
	display: block;
	height: 30px;
	width:100%;
	cursor: pointer;
	color: #fff;
	line-height: 33px;
	font-size: 16px;
	background-color: #4ad3a4;
	background-image: url(../img/icon_side_02.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	border-radius: 0px 0px 0px 0px;
}

.ac-container label:after{
	content:' ';
	position:absolute;
	left:0px;
	bottom:0px;
	border-top:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:0px solid transparent;
	border-left:0px solid transparent;
}

.ac-container label:hover{
	background: #65dab2;
	background-image: url(../img/icon_side_02.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background-image: url(../img/icon_side_01.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content:' ';
	position:absolute;
	left:0px;
	bottom:0px;
	border-top:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:0px solid transparent;
	border-left:0px solid transparent;
}
}
