@charset "utf-8";

/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #container .topicpath dd {
    margin: 97px 0 5px;
  }
}


/*スマートフォン*/
@media screen and (min-width:0px) {

.mb_60 {
	margin-bottom: 60px;
}
/* =======================
		.container
========================== */
.container #h1 {
    line-height: 1.2;
			text-align: center;
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 30px 0 50px 0;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.container #h1 span {
    font-size: 2rem;
    letter-spacing: 0.1em;
}



/* =======================
		#right_box
========================== */
#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;.
	font-size: 1.6rem;
}
#right_box .facilities_other tr {
	border-bottom: 1px dotted #e3e3e3;
    display: block;
}
#right_box .facilities_other tr td{
	width: 100%;
	display: block;
}
#right_box .facilities_other thead tr td {
	padding: 20px 0 20px 15px;
}
#right_box .facilities_other tr td a{
	padding: 20px 0 20px 15px;
	display: block;
}

#right_box .facilities_other thead tr, #right_box .facilities_other tr:last-child {
	border-bottom: none;
}
/* =======================
		#contents_box
========================== */
#contents_box {
	width: 100%;
	float: none;
	text-align: left;
}
/* =======================
		.contents
========================== */
.contents h2 {
	padding: 15px 0;
	background-color: #fff;
    text-align: center;
}
.contents .facilities_img {
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
}
.contents .facilities_box {
	width: 100%;
	float: none;
}
.contents .facilities_box .text_link {
	width: 100%;
    background-color: #333333;
    bottom: 61px;
    margin: 20px auto 0;
    background-image: url(../../img/common/yazi_white.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 6px 8px;
}
.contents .facilities_box .text_link a {
	display: block;
	margin: 0 auto;
    color: #FFF;
    font-size: 1.8rem;
    padding: 5px 0;
    text-align: center;
}
section {
	border-top: #ccc solid 0px;
}
.section_inner {
	padding:0 0 30px 0;
}
/* =======================
	  .accordion-31
========================== */
.contents .accordion-31 {
	padding-bottom: 20px;
	border-bottom:	1px solid #CCC;
}
#contents_box .contents .accordion-31 h3 {
	border-top: 1px solid #CCC;
	color: #876031;
	font-weight: normal;
	text-align: left;
	background: url(../img/common/q_img_001.gif) no-repeat 0 26px;
	padding: 23px 0 5px 27px;
	margin: 20px 0 0 0;
	cursor: pointer;
	line-height: 1.5;
	font-size: 1.5rem;
}
.contents .accordion-31 h3:hover {
	text-decoration: underline;
}
.contents .accordion-31 p {
	background: url(../img/common/a_img_001.gif) no-repeat 0 0;
	padding-left: 27px;
	margin: 10px 0 0 0;
	
}
.contents .accordion-31 p a {
	text-decoration: underline;
}
.contents .accordion-31 p a:hover {
	text-decoration: underline;
}
}

/*タブレット*/
@media screen and (min-width:768px) {

	
/* =======================
		.contents
========================== */
.contents {
	padding: 0;
	text-align: left;
}
.contents h2 {
	clear: both;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 20px;
	background-color: #f2f2f2;
	text-align: left;
}
#hero_image img {
    width: 100%;
}
/* =======================
		.container
========================== */
.container #h1 {
	font-size: 2.8rem;
}
.container #h1 span {
    font-size: 2rem;
    letter-spacing: 0.1em;
}
main {
	margin-bottom: 135px;
}
/* =======================
		#right_box
========================== */
#right_box {
	float: right;
	width: 20%;
	margin: 0 0 0 5%;
}
#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;.
	font-size: 1.6rem;
}
#right_box .facilities_other tr {
	border-bottom: 1px dotted #e3e3e3;
    display: block;
}
#right_box .facilities_other thead tr, #right_box .facilities_other tr:last-child {
	border-bottom: none;
}
/* =======================
		#contents_box
========================== */
#contents_box {
	width: 75%;
	float: left;
}
}

/*PC*/
@media screen and (min-width:1024px) {
	#contents_box .contents .accordion-31 h3 {
		/* font-size: 2.0rem; */
	}
}
