@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/*スマートフォン*/
@media screen and (min-width:0px)  {
/* =======================
	　ページ内navi（使う時に復活）
========================== */
/*.page_navi {
	margin-bottom: 35px;
}
.page_navi ul li a {
	float: left;
    text-align: center;
    margin-left: 2%;
    width: 32%;
    padding: 15px 0;
    background-color: #e3e2e2;
	font-size: 1.4rem;
}
.page_navi ul li:first-child a {
	margin-left: 0;
}
*//* =======================
	　施設タイプ
========================== */
.contents {
	margin-bottom: 40px;
}
.contents h2 {
	font-size: 2.1rem;
	text-align: center;
	margin-bottom: 20px;
}
.contents section {
	margin-bottom: 25px;
}
.contents section img {
	margin-bottom: 10px;
}
.contents section h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
	font-weight: bold;
}
.contents section p {
	font-size: 1.4rem;
}
.contents section dl {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.contents section dl dt {
	float: left;
    width: 90px;
}
.contents section dl .time_h{
	height: 80px;
}
#container .ttl h1 {
	font-weight: bold;
}
#right_box {
	float: none;
	width: 100%;
	margin: 40px 0 60px 0;
}
#right_box .facilities_other {
	width: 100%;
	border: 1px solid #e3e3e3;
}
#right_box .facilities_other thead {
	padding: 20px 0 20px 15px;
	border-bottom: 3px solid #a0a0a0;
}
#right_box .facilities_other thead tr, #right_box .facilities_other tr:last-child {
	border-bottom: none;
}
#right_box .facilities_other tr {
	border-bottom: 1px dotted #e3e3e3;
	display: block;
	font-size: 1.3rem;
	line-height: 1.5;
}
#right_box .facilities_other thead tr td {
	padding: 20px 0 20px 15px;
}
.contents h2 {
	font-size: 2.1rem;
	text-align: center;
	margin-bottom: 20px;
}
.contents .accordion-31 {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
.contents .accordion-31 h3 {
	font-size: 1.4rem;
	border-top: 1px solid #CCC;
	color: #876031;
	font-weight: normal;
	text-align: left;
	background: url(../img/common/q_img_001.gif) no-repeat 0 30px;
	padding: 30px 0 10px 27px;
	margin: 20px 0 0 0;
	cursor: pointer;
	line-height: 1.5;
}
.contents .accordion-31 p {
	background: url(../img/common/a_img_001.gif) no-repeat 0 0;
	padding-left: 27px;
	margin: 10px 0 0 0;
}
#container #right_box .facilities_other tr td {
	width: 35%;
    display: block;
}
#container #right_box .facilities_other tr td a {
	color: #0c000c;
	display: inline-block;
    width: 100%;
    padding: 20px 165% 20px 20px;
}
#contents_box .link {
	margin-top: -70px;
	padding-top: 70px;
	display: block;
}
#container #contents_box .contents .accordion-31.accordion-box .accordion-block p a {
	text-decoration: underline;
}

}


/*タブレット*/
@media screen and (min-width:768px) {
/* =======================
	　ページ内navi（使う時に復活）
========================== */
/*.page_navi ul {
	width: 603px;
	margin:0 auto;
}
.page_navi ul li a {
    margin-left: 0;
    width: 199px;
    background-color: #fff;
    font-size: 1.2rem;
    border-right: #e5e5e5 1px solid;
}
.page_navi ul li:first-child a {
	border-left: #e5e5e5 1px solid;
}
*//* =======================
	　施設タイプ
========================== */
.contents h2 {
	font-size: 2.4rem;
}
.contents section {
	margin: 0 2% 30px 0;
}
.contents .img_box {
	width: 50%;
	float:left;
	margin-right: 15px;
}
.contents .txt_box {
	float:left;
	width: 350px;
}
#container .ttl h1 {
	font-weight: bold;
}
.contents section {
	float: left;
	width: 49%;
	margin: 0 2% 30px 0;
}
.contents .contents_box {
	width: 100%;
	margin: 0 20px 30px 0px;
	float: left;
}
.contents section:nth-child(2n+1) {
	margin: 0 0 30px 0;
}
#right_box {
	width: 25%;
	margin: 0 0 0 4%;
	float: right;
}
#contents_box {
	width: 71%;
	float: left;
}
.contents h2 {
	text-align: left;
	padding: 10px 0 10px 20px;
}
#container #right_box .facilities_other tr td a {
	color: #0c000c;
	padding: 20px 150% 20px 20px;
}
}


/* PCページ */
@media screen and (min-width:1025px) {	
/* =======================
	　ページ内navi（使う時に復活）
========================== */
/*.page_navi ul li a:hover {
	color: #fcb200;
}
*//* =======================
	　施設タイプ
========================== */
.contents .section {
	float: left;
	width: 320px;
	margin: 0 20px 30px 0;
}
.contents section:nth-child(2n+1) {
	margin: 0 20px 80px 0;
}
.contents section:nth-child(4) {
	margin: 0 0 30px 0;
}
.contents section {
	width: 320px;
	margin: 0 20px 30px 0px;
	float: left;
}
.contents .contents_box {
	width: 100%;
	margin: 0 20px 30px 0px;
	float: left;
}
.contents {
	margin-bottom: 80px;
}
.contents .img_box {
	width: 50%;
	float: left;
	margin-right: 40px;
}
.contents .txt_box {
	float: left;
	width: 450px;
	padding-top: 10px;
}
#container .ttl h1 {
	font-weight: bold;
}
#right_box {
	float: right;
	width: 20%;
	margin: 0 0 0 5%;
}
#right_box a:hover {
	color:#999:
}
#right_box .facilities_other {
	width: 100%;
	border: 1px solid #e3e3e3;
}
#right_box .facilities_other thead {
	padding: 20px 0 20px 15px;
	border-bottom: 3px solid #a0a0a0;
}
#right_box .facilities_other thead tr, #right_box .facilities_other tr:last-child {
	border-bottom: none;
}
#right_box .facilities_other tr {
	border-bottom: 1px dotted #e3e3e3;
	display: block;
	font-size: 1.3rem;
	line-height: 1.5;
}
#right_box .facilities_other tr {
	font-size: 1.3rem;
	line-height: 1.5;
}
#contents_box {
	width: 75%;
	float: left;
}
.contents h2 {
	clear: both;
	margin: 0 0 20px 0;
	padding: 15px 0 15px 20px;
	font-size: 2.0rem;
	background-color: #f2f2f2;
	text-align: left;
}
.contents .accordion-31 h3 {
	text-decoration: underline;
}
#container #contents_box .contents .accordion-31.accordion-box .accordion-block p a {
	text-decoration: underline;
}
#container #contents_box .contents .accordion-31.accordion-box .accordion-block p a:hover {
	text-decoration: none;
}
.contents .accordion-31 h3:hover {
	text-decoration: none;
}
.contents .accordion-31 p {
	background: url(../img/common/a_img_001.gif) no-repeat 0 0;
	padding-left: 27px;
	margin: 10px 0 0 0;
}
#container {
	width: 1000px;
	overflow: hidden;
	background-color: #FFF;
	margin: 0 auto;
	color: #0c000c;
}
#container #right_box .facilities_other tr td a {
	color: #0c000c;
}