@charset "utf-8";

html {
}
body {
	position: relative;
	min-width: 1000px;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: .7;
}

img {
	
}

a,span,p,li {
	font-size: 14px;
}

.container {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}

/*ヘッダー*/
header#head {
	background-image: url('img/common/head_bg_blue.gif');
	background-repeat: repeat-x;
	padding-top: 10px;
}
header#head .container {
	text-align: right;
}
header#head .head_nav {
	margin-bottom: 10px;
}
header#head .head_nav a {
	background: #6a3906;
	color: white;
	font-size: 12px;
	border-radius: 10px;
	padding: 5px 10px;
}
header#head .info .tel img {
	width: 100%;
}
header#head .info .tel {
	width: 540px;
	display: inline-block;
	vertical-align: top;
}
header#head .info .tel .txt {
	width: 100%;
}
header#head .info .tel .cards a {
	width: 48%;
	display: inline-block;
	margin-right: 0.5rem;
}

header#gnav {
	background-image: url('img/common/head_bg.png');
	background-repeat: repeat-x;
	height: 155px;
}
header#gnav .container {
	padding-top: 31px;
	overflow:hidden;
}
header#gnav .container > h1,
header#gnav .container > h2,
header#gnav .container > #gloval-nav {
	display: inline-block;
	vertical-align: top;
}
header#gnav .container > h1,
header#gnav .container > h2 {
	margin-right: 35px;
}
header#gnav .container > h1 a,
header#gnav .container > h2 a {
	display: block;
	line-height: 0.5;
}

header#gnav .container #gloval-nav {
}
header#gnav .container #gloval-nav ul {
	overflow: hidden;
}
header#gnav .container #gloval-nav ul li {
	float: left;
	margin: 0 2px;
}
header#gnav .container #gloval-nav ul li a {
	display: block;
}

/*footer*/
footer#sns {
	
}
footer#sns .container {
	text-align: center;
	padding: 25px 0;
}
footer#sns .container ul {
	margin: 10px 0;
}
footer#sns .container ul li {
	display: inline-block;
}
footer#sns .container > a {
	margin-bottom: 30px;
	display: block;
}
footer#sns .container > p {
	font-weight: bold;
	font-size: 17px;
}


/*common*/
section#page-title {
	background-image: url('img/common/h1_bg.jpg');
	padding-top: 75px;
	
}
section#page-title .container {
}
section#page-title .container h1 {
	line-height: 0.5;
}
section#page-title .container h1 > img {
	margin-left: -1px;
	margin-bottom: -1px;
}

	

/*top-page*/	

#vi {
	background: #c4ffc4;
	background-image: url('img/top/bg.jpg');
	background-repeat: repeat-x;
}
#vi .container {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 65px;
}	

#event {
	margin-top: 40px;
	margin-bottom: 30px;
	
}
#event .container {
	background-image: url('img/top/event_bg.jpg');
	background-repeat: no-repeat;
	padding-top: 80px;
	min-height: 242px;
}
#event .container article {
	margin-left: 50px;
	line-height: 1.75em;
}
#event .container article span {
	font-size: 18px;
}
#event .container article .date {
	margin-right: 20px;
}

#news_feed_section {
	margin-top: 40px;
}

/*system-page*/
#system {
	background-image: url('img/system/bg.jpg');
	background-position:bottom;
	background-repeat: repeat-x;
}
#system .container {
	margin-bottom: 30px;
}
#systems_detail {
	background-color: #8dc21f;
}
#systems_detail .container {
	padding-bottom: 30px;
}
#systems_detail .container h3 {
	color: white;
	text-align: center;
	font-size: 25px;
	line-height: 1;
	padding: 20px 0;
}
#systems_detail .container table {
	width: 98%;
	margin: 0 auto;
}
#systems_detail .container table tr {
}
#systems_detail .container table tr th,
#systems_detail .container table tr td {
	font-size: 16px;
	border: 1px solid #8dc21f;
	padding: 10px 20px;
	box-sizing: border-box;
}
#systems_detail .container table tr th {
	text-align: center;
	font-size: 14px;
	width: 33.3333%;
	background: #006934;
	color: white;
}
#systems_detail .container table tr td {
	background: white;
}
#systems_detail .container table tr td.strong {
	color: #006934;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
}
#systems_detail .container table tr td span.red {
	color: red;
	font-size: 17px;
}
#oneday_flow {
	margin-bottom: 30px;
}
#yakusoku {
	text-align-last: center;
	background-image: url('img/system/bg.jpg');
	background-size: contain;
}
#yakusoku .container {
}	
#yakusoku_detail {
	background-image: url('img/system/bg.jpg');
	z-index: -999;
	background-size: contain;
	padding-top: 50px;
}
#yakusoku_detail .container {
	height: 940px;
	position: relative;
}
#yakusoku_detail article.yakusoku {
	display: block;
	width: 45%;
	background-image: url('img/system/gakubuti.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 50px 00px;
	box-sizing: border-box;
	min-height: 387px;
	font-size: 17px;
	line-height: 1.7em;
	position: absolute;
}
#yakusoku_detail article.yakusoku h3 {
	font-size: 31px;
	font-weight: bold;
	margin-bottom: 10px;
}
#yakusoku_detail article.yakusoku p,
#yakusoku_detail article.yakusoku span {
	font-size: 17px;
}
#yakusoku_detail article:nth-child(1) {
	top: 0;
	left: 0;
}
#yakusoku_detail article:nth-child(2) {
	top: 200px;
	right: 0;
}
#yakusoku_detail article:nth-child(3) {
	top: 430px;
	left: 0;
}

/*guide-page*/
#guidance {
	
}
#guidance .container {
	padding-top: 30px;
}
#guidance .container h2 {
	background-image: url('img/guide/bg_orange.jpg');
	background-repeat: no-repeat;
	color: #f56500;
	font-size: 25px;
	padding-left: 30px;
	border-left: 15px solid #f56500;
	line-height: 2em;
}
#guidance .container .text {
	margin: 15px;
	margin-bottom: 25px;
}
#guidance .container .text p {
	font-size: 17px;
	
}
#guidance .container .text ul {
	margin: 15px 0;
}
#guidance .container .text ul li {
	font-size: 17px;

}
#guidance .container .text ul.flow {
	margin: -15px;
	margin-top: 20px;
}
#guidance .container .text ul.flow li {
	position: relative;
	display: inline-block;
	width: 162px;
}
#guidance .container .text ul.flow li:after {
	position: absolute;
	content: url('img/guide/arrow.png');
	top: 70px;
	right: -15px;
	z-index: 999;
}
#guidance .container .text ul.flow li:last-child:after {
	content: none;
}


/*facility-page*/

#facility_map {
	margin-bottom: 25px;
	margin-top: 25px;
}
#facility_map .container {
	text-align: center;
}
#facility_map .container h2, 
#facility_map .container h3 {
	text-align: left;
}
#facility_pics {
	margin-bottom: 25px;
}
#facility_pics .container {
	
}
#facility_pics .container ul {
	overflow: hidden;
}
#facility_pics .container ul li {
	float: left;
	width: 33.3333%;
	padding: 10px;
	box-sizing: border-box;
}
#facility_pics .container ul li img {
	width: 100%;
	box-shadow: 5px 5px 2px 0px rgba(100,100,100,.5);
}

#facility_access {
	
}
#facility_access .container {
	overflow: hidden;
}
#facility_access .container .company {
	width: 100%;
	height: 480px;
}
#facility_access .container .company .yamagoe {
	float: left;
	width: 48%;
}
#facility_access .container .company .nishinagato {
	float: right;
	width: 48%;
}
#facility_access .container .company ul {
	margin-bottom: 25px;
}

#facility_access .container .company li {
	white-space: nowrap;
	vertical-align: middle;
	border-bottom: 2px solid #20B159;
	line-height: 1.5em;
	padding: 15px 15px 3px;
	box-sizing: border-box;
	font-size: 17px;
}
#facility_access .container .company li address {
	display: inline-block;
}
#facility_access .container .company li small {
	margin-right: 5px;
	display: inline;
}

#facility_access .container .access {
	width: 100%;
}


/*about-page*/
#about {
	padding: 25px 0;
}
#about .container {
	
}
#about .container >img {
	margin-bottom: 30px;
}
#about .container ul {
	
}
#about .container ul li {
	overflow: hidden;
	margin-bottom: 10px;
}
#about .container ul li > .caption {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-right: 23px;
	vertical-align: top;
}
#about .container ul li > p{
	font-size: 20px;
	display: inline-block;
	width: 62%;
}
#about_caption {
	background: #FFBD33;
	text-align: center;
}

/*staff-page*/

#staff_list {
	margin-top: 25px;
}
#staff_list .container {
	
}
#staff_list .container article {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}
#staff_list .container article .pic {
	width: 30%;
	float: left;
}
#staff_list .container article .pic img {
	width: 325px;
}

#staff_list .container article ul {
	width: 55%;
	float: right;
	margin-top: 30px;
}
#staff_list .container article ul li {
	margin-bottom: 15px;
	font-size: 17px;
}
#staff_list .container article ul li >small {
	color: #3FB5D0;
	margin-right: 10px;
}
#staff_list .container article ul li.name {
	border-bottom: 2px solid #39B3CF;
}
#staff_list .container article ul li.name span.kanji {
	font-size: 25px;
}
#staff_list .container article ul li.name span.yomi {
	dominant-baseline: 13px;
	margin-left: 10px;
}
#staff_list .container article ul li.name span.yomi:before {
	content: '(';
}
#staff_list .container article ul li.name span.yomi:after {
	content: ')';
}
#staff_list .container article ul li.shisetu span.yamagoe {
	background-color: #03a9f4;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin-right: 0.5rem;
}
#staff_list .container article ul li.shisetu span.nishinagato {
	background-color: #ffeb3b;
  color: #1B1B1B;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}
#staff_list .container .caption {
	margin: 50px 0;
	text-align: center;
}


/*privacy*/

h1.privacy{
	margin-bottom: 30px;
	
}
#privacy h2 {
	background: green;
	font-size: 20px;
	line-height: 2.5em;
	color: white;
	margin: 25px 0 15px;
	box-sizing: border-box;
	padding-left: 20px;
}
#privacy p {
	margin-bottom: 15px;
	font-size: 17px;
}

/*sitemap*/

h1.sitemap {
	margin-bottom: 30px;
}
#sitemap {
	
}
#sitemap ul {
	
}
#sitemap ul li {
	list-style-type: decimal;
	margin-bottom: 20px;
	padding-left: 20px;
	margin-left: 40px;
}
#sitemap ul li a {
	font-size: 18px;
	color: black;
	text-decoration: underline;
}


/*#news_feed_section*/
#news_feed_section {
	
}
#news_feed_section .container {
	overflow: hidden;
}
#news_feed_section #rss {
	float: left;
	width: 470px;
	margin-right: 2%;
}
#news_feed_section #rss ul li {
	line-height: 2em;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
}
#news_feed_section #rss .post-date{
	margin-right: 10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* スマホ専用---------------------------------------------------------------------- */

@media all and (max-width: 479px) {
	

	
}/* スマホ専用ここまで---------------------------------------------------------------- */
