@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/*  HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


*{
	color:#333333;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }

.pc{
	display:block!important;
}

.sp{
	display:none!important;
}

.mb_100{
	margin-bottom:100px;
}

/*content*/

body{
    position: relative;
}

#container{
    min-height: 1000px;
	background:url(../images/common/bg_page.jpg) repeat-y center;
}

.content{
	max-width:1280px;
    padding-top: 105px;
    margin: 0 auto 100px;
    min-height: 1000px;
    line-height: 200%;
    width: 60%;
}

.content .ttl_area {
    text-align: center;
    height: 70px;
	margin-bottom: 30px;
}

.content .ttl_area h1{
    font-size: 30px;
    color: #e4007f;
    padding: 0 20px 30px;
    border-bottom: 2px solid #e4007f;
    display:inline-block;
}

/*header*/

header {
	width:100%;
    background: rgba(255,255,255,0.8);
	position:absolute;
	top:0;
}


header nav {
    padding: 0 2%;
}

header nav .nav_left,
header nav .nav_right {
	display:table;
	height:105px;
}

header nav .nav_left {
    float: left;
    width: 20%;
}

header nav .nav_left a img{
    width: 100%;
    height: auto;
}

header nav .nav_right {
	float:right;
    width: 70%;
    text-align: right;
}

header nav ul,
header nav .header_logo,
header nav .header_contact {
	display:table-cell;
	vertical-align:middle;	
}

header nav .header_contact {
    width: 170px;
}

header nav .header_contact a{
	color:#fff;
	background:#e4007f;
	padding:15px 35px;
	border-radius:30px;
	text-decoration:none;
    font-size: 14px;
}

header nav ul li {
	display:inline-block;
    padding-right: 6%;
}

header nav ul li a {
	color:#333;
	text-decoration:none;
}


header nav ul li a:hover {
	color:#e4007f;
}


ul.bread{
	margin-bottom:70px;
}

ul.bread span.break{
    padding: 0 1.5%;
	color: #e4007f;
}

ul.bread li{
	display:inline-block;
}

ul.bread li a{
	text-decoration:none;
}

ul.bread li a span{
	color: #e4007f;
}

/*footer*/
p.gotoPageTop{
	position:absolute;
	top:-80px;
	right:0;
	background:url(../images/common/bg_gotoTop.png) no-repeat center;
	width:313px;
	height:80px;
    display: table;
}

p.gotoPageTop a{
	color:#fff;
	font-size:16px;
    text-align: right;
    display: table-cell;
    vertical-align: bottom;
    padding: 0 30px 10px 0;
	background:url(../images/common/icon_gotoTop.png) no-repeat 290px 50px;
    text-decoration: none;
}

footer{
    position: relative;
    background: #f2f2f2;
    line-height: 180%;
    height: auto;
    width: 100%;
    bottom: 0;
}


footer .footer_inner{
	width:90%;
	margin:0 auto;
	padding:60px 0;
	max-width: 1530px;
	margin-left: auto;
	margin-right: auto;
}


footer .footer_inner a{
	text-decoration:none;
    word-wrap: break-word;
}


footer .footer_inner .footer_link_area{

}

footer .footer_inner .address_area p a,
footer .footer_inner .footer_link_area dl dt a{
	color:#e4007f;
}

/*footer .footer_inner .footer_link_area,
footer .copy ul.priv_site {
	float:left;
}*/

footer .footer_inner .address_area,
footer .copy p {
	float:right;
}

footer .footer_inner .footer_link_area {
    width: 80%;

}

footer .footer_inner .footer_link_area dl{
    vertical-align: top;
}

footer .footer_inner .footer_link_area dl.links_facility{
    width: 35%;
}

footer .footer_inner .footer_link_area dl.links_about,
footer .footer_inner .footer_link_area .ttl_only {
    width: 25%;
}
footer .footer_inner .footer_link_area dl.links_about,
footer .footer_inner .footer_link_area dl.links_facility,
footer .footer_inner .footer_link_area .ttl_only {
	float: left;
}

footer .footer_inner .footer_link_area dl dt{
	font-size:18px;
}

footer .footer_inner .footer_link_area dl dt a{

}

footer .footer_inner .footer_link_area dl dd{

}

footer .footer_inner .footer_link_area dl dd ul{

}

footer .footer_inner .footer_link_area dl dd ul li{

}

footer .footer_inner .footer_link_area dl dd ul li a{
	font-size:14px;
}

footer .footer_inner .address_area{
    width: 30%;
}

footer .footer_inner .address_area a.footer_logo {
    width: 161px;
    display: block;
    text-align: center;
    margin: 0 auto;
}


footer .footer_inner .address_area a.footer_logo img{

}

footer .footer_inner .address_area p {
	margin-top: 15px;
	font-size: 16px !important;
}

footer .footer_inner .address_area p a{

}

footer .copy{
	background:#e4007f;
	width:100%;
	padding:25px 0;
}

footer .copy .inner{
	display:table;
	width:80%;
	margin:0 auto;
}

footer .copy ul.priv_site li,
footer .copy p {
    display: table-cell;
	vertical-align:middle;
}

footer .copy ul.priv_site li a,
footer .copy p{
	color:#fff;
}

footer .copy ul.priv_site {

}

footer .copy ul.priv_site li {
	padding-right:30px;
}


footer .copy ul.priv_site li a{
	color:#fff;
	text-decoration:none;
}

footer .copy p{

}

/* 171127サブメニュー　追加*/
.sub_bt li {
	width: 15%;
	border: solid 2px #e4007f;
	text-align: center;
	display: inline;
	float: left;
	font-size: 18px;
	padding: 1%;
	margin: 1% 1% 10%;
	position: relative;
	left: 2%;
	border-radius: 8px;
}

.sub_bt li:hover{
	border-color: #ffffff;
}

.sub_bt li a {
	text-decoration: none;
	padding: 10% 17%;
}

.sub_bt li a:hover {
  padding: 10% 17%;
  color: #e4007f;
}

.current_page_item {
	background-color: #e4007f;
}

.current_page_item:hover{
	background-color: #e4007f;
	border: solid 2px #e4007f !important;
}

.current_page_item a {
	color:#ffffff;
}

.current_page_item a:hover {
	color:#ffffff !important;
}

@media screen and (max-width: 768px) {
	.sub_bt{
		display: none !important;
	}
}

@media screen and (max-width: 1235px) {	
	.sub_bt{
		margin-bottom: 60px;
	}
	
	.sub_bt li{
		width: 99%;
		margin: 1% 0;
		left: 0;
		padding: 1% 0;
	}
	
	.sub_bt li a {
		padding: 1% 40%;
	}
}
/*171211 SP ハンバーガーメニュー　修正*/
#acMenu nav ul li.about_nav ul li {
  background-color: #ffcccc !important;
}

/*171211 施設一覧*/
@media screen and (max-width: 1235px) {
	
	#facility .facility_list .img_area {
		text-align: center;
	}
	
	#facility .facility_list .img_area .left {
		float: none;
	}
	
	#facility .facility_list .img_area .right {
		float: none;
		margin-left: 0;
	}
	
	#facility .facility_list .img_area .right table {
		margin: 0 auto;
	}
	
	#facility .list_01 li {
		width: 98%;
	}
	
}

/*171214 SP h1 下線削除*/
@media screen and (max-width: 768px) {
	.content .ttl_area h1 {
		border-bottom: none;
	}
}

/*171214 SP沿革*/
@media screen and (max-width: 768px) {
#history table th{
	width: 110px
	}
}
