@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**								施設詳細用CSS								*/
/****************************************************************************/


/* ----------------------------------------------------
		
---------------------------------------------------- */
#detail_wrap {
	color: #221815;
}

#detail_slider {
	margin-top: 45px;
}

#detail_explain h1 {
	margin-top: 55px;
	font-size: 3.0rem;
	line-height: 1.2;
}

#detail_explain h2 {
	margin-top: 20px;
	font-size: 2.1rem;
	line-height: 1.3;
	font-weight: normal;
}

#detail_explain p {
	margin-top: 25px;
	line-height: 1.5;
}

.detail_info_list dt, .detail_info_list dd {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	line-height: 1.5;
	margin-top: 15px;
}

.detail_info_list dt {
	width: 100px;
	font-weight: bold;
}

.detail_info_list dt:nth-of-type(2n) {
	margin-left: 10px;
}

.detail_info_list dd {
	width: 380px;
	position: relative;
	padding-left: 15px;
	word-break: break-all;
}

.detail_info_list dd i {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

/* SDGs対応 */
#sdgs_information {
	margin-top: 30px;
}
#sdgs_information .detail_info_list dd {
	width: 87%;
	position: relative;
	padding-left: 15px;
	word-break: break-all;
}
#sdgs_information .detail_info_list dd img {
	margin: 0 10px 10px 0;
}
#sdgs_information .sdgs_detail a {
    display: table;
    width: 300px;
    height: 30px;
    background: url(/img/ja/education/common/arrow_right.png) no-repeat left 1px center;
    position: relative;
    font-size: 21px;
}
#sdgs_information .sdgs_detail span {
    margin-left: 34px;
}

i.spring {
	background-color: #8abb20;
}

i.summer {
	background-color: #6697c3;
}

i.autumn {
	background-color: #c78537;
}

i.winter {
	background-color: #9069a8;
}

.detail_point {
	margin-top: 45px;
	border: 2px solid #777376;
	display: table;
	width: 100%;
}

.detail_point dt {
	display: table-cell;
	vertical-align: middle;
	background-color: #777376;
	color: #ffffff;
	font-family: "honoka";
	font-weight: normal;
	font-size: 1.8rem;
	width: 160px;
	text-align: center;
	position: relative;
}

.detail_point dt:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -13px;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 13px;
	border-color: transparent transparent transparent #777376;
}

.detail_point dd {
	display: table-cell;
	vertical-align: top;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: bold;
	padding: 10px 10px 10px 30px;
}

#facility_information {
	position: relative;
}

#facility_information .edu_subtitle h2 {
	font-size: 2.1rem;
	line-height: 1.2;
	display: inline-block;
}

#facility_information .telephone_number {
	font-size: 2.1rem;
	font-weight: bold;
	background: url(/img/ja/education/common/ico_tel.png) no-repeat;
	padding: 0 0 0 35px;
	float: right;
}

#facility_information .link_btn {
	width: 400px;
}

#facility_information .notes {
	color: #d03636;
	margin-top: 2em;
}

#detail_map {
	margin-top: 45px;
	height: 500px;
	background-color: #cccccc;
	margin-bottom: 100px;
}

/* ----------------------------------------------------
		コンテンツ
---------------------------------------------------- */
.spot_box {
    margin-top: 4%;
    text-align: left;
}
.spot_box h1 {
	font-size: 3.0rem;
	font-weight: normal;
	margin: 0;
	line-height: 1.4;
}

.spot_box h1, .spot_box h2 {
	margin-bottom: -2%;
}

.spot_img, .spot_img2{
	float: left;
	width: 380px;
	text-align: center;
}

.spot_img2 {
	float: right;
}

.spot_txt, .spot_txt2 {
	float: right;
	width: 600px;
	line-height: 1.8;
}

.spot_txt2 {
	float: left;
}

.only_txt{
    line-height: 1.8;
}

.spot_box .two_col_list img, .spot_box .three_col_list img, .spot_box .four_col_list img {
	width: 100%;
}


