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

@media all and (max-width:1425px) {
header nav .nav_right {
    float: right;
    width: 80%;
    text-align: right;
}
}
@media all and (max-width:1250px) {
	header nav ul li {
    display: inline-block;
    padding-right: 4%;
}
}

@media all and (max-width:1090px) {
	
header nav ul li {
    display: inline-block;
    padding-right: 1%;
}

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

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

.sp{
	display:block!important;
}


/*20170808追加*/

.menu-btn span {
    color: #e4007f;
}
.menu-btn span:after {
    content: attr(data-txt-menu);
}
.open .menu-btn span:after {
    content: attr(data-txt-close);
}

#menu {
    position: absolute;
    top: 33px;
    right: 16px;
    font-size: 11px;
}

#panel-btn{
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 20px 0 10px;
  border-radius: 50%;
  background: #fff;
}
#panel-btn:hover{
  background: #fafafa;
}
#panel-btn-icon{
	display: block;
    position: absolute;
    right: 15px;
    top: 18px;
    width: 32px;
    height: 3px;
    background: #e4007f;
    transition: .2s;
    border-radius: 4px;
}
#panel-btn-icon:before, #panel-btn-icon:after{
display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 3px;
    background: #e4007f;
    transition: .3s;
    border-radius: 4px;
}
#panel-btn-icon:before{
    margin-top: -10px;
}
#panel-btn-icon:after{
	margin-top: 6px;
}
body.open #panel-btn-icon {
  background: transparent;
}
body.open #panel-btn-icon:before, body.open #panel-btn-icon:after{
  margin-top: 0;
}
body.open #panel-btn-icon:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background:#888888;
  border-radius: 0;
}
body.open #panel-btn-icon:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background:#888888;
  border-radius: 0;
}
body.open span#menu {
	display:none;
}


	#acMenu{
		position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
	    z-index: 99999;

	}
	#acMenu dd{
		display:none;
    }
	#acMenu dt{
		display:block;
		cursor:pointer;
	float: right;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -50px;
    right: 0;
	}
	#js__nav{
		display:block;
    	padding: 0;
		border-top:2px solid #e4007f;
		border-bottom:2px solid #e4007f;
	}
	header nav .nav_right {
    width: auto;
    height: 50px;
}
header nav ul {
    width:100%;
    display: block;
}

header nav ul li {
    display: block;
    padding-right: 0;
    text-align: center;
	background:#ffffff;
}

header nav ul li a{
    width: 100%;
    display: block;
    padding: 20px 0;
    font-size: inherit;
}



	#acMenu nav ul li.about_nav{
    text-decoration: none;
	padding:0;
	position:relative;
	}
	

	#acMenu nav ul li.about_nav a{
		cursor:pointer;
	}

	#acMenu nav ul li.about_nav a.first{
    width: 100%;
    padding: 20px 30px;
    background: url(../images/sp/bg_about_nav.png) repeat-x center;
	}
	
	#acMenu nav ul li.about_nav a.first{
		position:relative;
	}	    
	
	#acMenu nav ul li.about_nav a span.btn_icon{
		content:'';
		display:block;
		position:absolute;
		top: 20px;
    	right: 15%;
		width:40px;
		height:40px;
		margin-right: -35px;
    	background: url(../images/sp/searchbar_open.png) no-repeat -10% center;
	}
	#acMenu nav ul li.about_nav a.active span.btn_icon{
		 background: url(../images/sp/searchbar_close.png) no-repeat -10% center;
	}


	#acMenu nav ul li.about_nav.pink a#slidetoggle_menu{
		background:#ffffff;
	}
	
	#acMenu nav ul li.about_nav a.active span#btn_icon:after{
		transform: rotate(-0deg);
		-webkit-transform: rotate(-0deg);
	}
	
	/*#acMenu nav ul li.about_nav.pink{
		border-top:2px solid #e4007f;
	}*/


	#acMenu nav ul li.about_nav.pink a{
		background:#feeff3;
	}


	/*#acMenu nav ul li.about_nav.pink a span{
		color:#e4007f;
	}*/

	#acMenu nav ul li.about_nav ul{
		display:none;
	}
	

#acMenu nav ul li.about_nav span#btn_icon{
    top: 25px;
    right: 10px;
}

#acMenu nav ul li.about_nav span#btn_icon:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

#acMenu nav ul li.about_nav span#btn_icon,
#acMenu nav ul li.about_nav span#btn_icon:after {
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #888888;
    transition: .3s;
}
header {
    height: 50px;
}
header nav ul.pc_nav,
header nav .header_contact {
    display:none;
}
header nav .nav_left {
    width: 153px;
    height: 50px;
    padding-left: 3%;
}

.content .ttl_area h1 {
    font-size: 25px;
}
	
footer{
	position:static;
    height: auto;
    background: #ffffff;
	
}

footer .footer_inner {
    width: 100%;
    padding: 0 0 40px;
}
footer .footer_inner .address_area, footer .copy p,
footer .footer_inner .footer_link_area, footer .copy ul.priv_site {
    float: none;
}
footer .footer_inner .address_area {
    width: 100%;
	margin-top: 60px;
}
footer .footer_inner .address_area p {
    width: 80%;
    margin: 0 auto;
}
footer .copy ul.priv_site {
	display:none;
}
footer .copy {
    background: #eeeeee;
    padding: 1em 0;
}
footer .copy p {
	text-align:center;
	color:#555555;
}
footer .footer_inner .address_area a.footer_logo {
    padding-bottom: 4%;
}

.content {
    padding: 130px 0 0;
    width: 90%;
	min-height: auto;
}




#facility .facility_list ul.list_01 li,
#facility .facility_list ul.list_02 li,
#about .content .top_area img,
#about .content .top_area p,
#facility .facility_detail .detail .left,
#facility .facility_detail .detail .right{
    width: 100%;
    float: none;
}

#facility .facility_list .img_area .left,
#facility .facility_list .img_area .right{
    float: none;
    margin-left: 0;
}
#facility .facility_list .img_area .left img {
    width: 100%;
}

#facility .facility_list .img_area .right {
    margin-left: 0;
}

#facility .facility_list .img_area .right table{
    word-wrap: break-word;
	margin: 0 auto;
}
#facility .facility_list .img_area .right a.btn {
    width: 60%;
    margin: 10% auto;
}
#facility .facility_list .img_area .right table th {
    padding-right: 0;
}

#contact .contact_info table th,
#contact .contact_info table td,
#contact table.contact_form th,
#contact table.contact_form td,
#facility .facility_list .img_area .right table th,
#facility .facility_list .img_area .right table td {
    display:block;
    word-break: break-all;
    overflow: hidden;
}

#contact table.contact_form th,
#contact table.contact_form td {
    text-align:left;
}

#facility .facility_list ul.list_02 li {
    padding-right: 0;
}

#privacy_policy .contact dl dd {
    word-break: break-all;
}

#about .content .bottom_area dl dt {
    font-size: 18px;
    padding-bottom: 20px;
}
#about .content .bottom_area dl dd {
    line-height: 30px;
}
#facility .facility_detail .gaiyou {
    padding: 0;
}

#facility .facility_detail .gaiyou table th,
#facility .facility_detail .gaiyou table td {
    display:block;
    text-align: left;
    height: auto;
    padding: 10px 20px;
}
#facility .facility_detail .gaiyou table th {
    border-bottom: none;
    padding: 20px 20px 10px;
}
#facility .facility_detail .gaiyou table td {
    padding: 0 20px 20px;
}
#facility .facility_detail .access dl, #facility .facility_detail .access dl dt, #facility .facility_detail .access dl dd {
    display: block;
}
#facility .facility_detail .access .left,
#facility .facility_detail .access .right {
    width:100%;
	float:none;
}
#facility .facility_detail .access dl dt{
	margin:0 auto;
}
#facility .facility_detail .access dl dd {
    padding-left: 0;
}
#facility .facility_detail .access .left {
	margin-bottom:30px;
}
#facility .facility_detail .detail .right img{
    width: 100%;
}

#contact table.contact_form th, #contact table.contact_form td input,
#contact table.contact_form th, #contact table.contact_form td textarea{
    width:93%;
}
#policy table td {
    padding-bottom: 50px;
    word-break: break-all;
}
#overview table th,
#overview table td {
    word-break: break-all;
    width: auto;
    text-align: left;
    padding-right: 0;
    display: block;
    overflow: hidden;
}
#about .content .bottom_area {
    height: 300px;
    margin-bottom: 100px;
}

p.gotoPageTop{
	display:none;
}

#recruitment table th,
#recruitment table td,
#information-disclosure table th,
#information-disclosure table td,
#site-map table th,
#site-map table td{
    display:block;
}
#recruitment table th,
#information-disclosure table th,
#site-map table th {
    text-align:left;
    margin-bottom: 15px;
}
#information-disclosure table td.sub_ttl,
#information-disclosure .waku_1 table td {
    padding-bottom: 15px;
}

#recruitment .content .ttl_area h2 {
    border: none;
    font-size: 25px;
}

}

/*171207 情報公開　修正*/
@media all and (max-width:768px) {
	.list_about a {
		padding-left: 0;
	}
}

/*171211 SP ヘッダー　修正*/
.active span{
	color: #cc0066;
}