@charset "utf-8";

.about_top{
    background-image: url("../images/about/about_top_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 40%;
}
.about_top_ttl{
    width: 70%;
    margin: 0 30% 30px 0;
}
.about_main_copy{
    float: left;
    width: 60%;
    color: rgba(0,0,0,1.00);
    list-style: 1.6em;
}
.about_st{
    
    margin: 0 0 10px 0;
    padding-left: 45px;
    background-image: url("../images/about/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    color: #006858;
    font-size: 35px;
    font-weight: 700;
}
.about_objective{
    width: 80%;
    color: #006858;
    font-size:20px;
    font-weight: 700;
    margin: 0 auto 20px auto;
    padding: 20px 30px; 
    border:2px solid #006858;
    border-radius: 8px;
    
}
.color_red{
    color: rgba(189,23,31,1.00);
}
.about_bottom{
    width: 100%
}
.about_half{
    float: left;
    width: 40%;
    margin: 10px 5%;
    text-align: left;
    line-height: 1.6em;
}
.about_half img{
    width: 100%;
}
.about_right_photo{
    float: right;
    width: 28%;
    line-height: 1.6em;
    font-size: 13px;
    color: #000;
    margin-top: -60px;
}
.about_right_photo img{
    border-radius: 12px;
    width: 100%;
}
.about_thanks{
    float: left;
    width: 70%;
    color: #000;
}
.about_thanks img{
    margin: 10px;
    width: 70%;
}
.page_box2{
    width: 99%;
    padding: 40px 0 0 0;
    background-color: #fff;
    border-radius: 15px;
    margin: 40px auto;
    position: relative;
    font-size: 15px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: hidden;
}
.page_box2 .inner{
    width: 88%;
    padding: 0 5% 0 7%;
    margin-bottom: 20px;
}
.about_song{
    float: left;
    width: 47%;
    margin: 10px 3% 20px 0;
    text-align: left;
    line-height: 1.8em;
    color: #006858;
    font-size: 18px;
    font-weight: 900;
}
.song_text{
    padding-left: 40px;
}
.rednum{
    float: left;
    width: 35px;
    
}
/*outline*/
.outline{
    width: 96%;
    padding: 0 2%;
    margin: 0 auto 20px auto;
}
.outline dl{
    width: 100%;
    border-bottom: 1px solid #006836;
    padding-bottom: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.outline dt{
    float: left;
    width: 5em;
    color: #006836;
    font-weight:bold;
}
.outline dd{
    float: left;
    padding-left: 30px;
    width: 80%;
}
.history_left{
    width: 58%;
    float: left;
    padding-left: 2%;
}
.history_left dl{
    width: 100%;
    border-bottom: 1px solid #006836;
    padding-bottom: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.history_left dt{
    float: left;
    width: 8em;
    color: #006836;
    font-weight:bold;
}
.history_left dd{
    float: left;
    padding-left: 20px;
    width: 70%;
}
.history_right{
    float: right;
    width: 36%;
    margin: 0px 0 30px 3%;
	font-size: 13px;
	line-height: 1.4em;
	text-align:left;

}
.history_right img{
    width: 99%;
    border-radius: 10px;
    margin: 20px auto 0 auto;
}
.access{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    color: #000;
}
.access_map{
    width: 99%;
    margin: 20px auto;
    border: 1px solid #ccc;
}
.access_map img{
    width: 100%;
}
/*施設の紹介ーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/

.facility_ttl{
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 40%;
    background-color: rgba(9,104,88,1.00);
    margin: -40px auto 20px auto;
    padding: 3px 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.facility_img{
    width: 99%;
    margin: 20px auto;
    text-align: center;
    line-height: 1.8em;
    color: #000;
}

.facility_img_fl{
    float: left;
    width: 47%;
    margin: 20px 2.5% 20px 0;
    text-align: center;
    line-height: 1.8em;
    color: #000;
}
.facility_img_fl2{
    float: left;
    width: 47%;
    margin: 20px 0 20px 2.5%;
    text-align: center;
    line-height: 1.8em;
    color: #000;
}

.facility_img img{
    border-radius: 12px;
}
.facility_img_fl img{
    border-radius: 12px;
}
.facility_img_fl2 img{
    border-radius: 12px;
}




/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.about_top{
    background-image: url("../images/about/about_top_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 60%;
}
.about_top_ttl{
    width: 90%;
    margin: 0 10% 30px 0;
}
.about_main_copy{
    float: none;
    width: 94%;
    color: rgba(0,0,0,1.00);
    list-style: 1.6em;
	margin: 0 2% 240px 2%;
}
.about_st{
    width: 60%;
    margin: 0 0 10px 0;
    padding-left: 45px;
    background-image: url("../images/about/st_icon.png");
    background-position: left;
    background-repeat: no-repeat;
    color: #006858;
    font-size: 30px;
    font-weight: 700;
}
.about_objective{
	width: 86%;
    color: #006858;
    font-size:18px;
    font-weight: 700;
    margin: 0 auto 20px auto;
    padding: 20px 30px; 
    border:2px solid #006858;
    border-radius: 8px;
    
}
.color_red{
    color: rgba(189,23,31,1.00);
}
.about_bottom{
    width: 100%
}
.about_half{
    float: left;
    width: 40%;
    margin: 10px 5%;
    text-align: left;
    line-height: 1.6em;
}
.about_half img{
    width: 100%;
}
.about_right_photo{
    float: right;
    width: 35%;
    line-height: 1.6em;
    font-size: 13px;
    color: #000;
    margin-top: -60px;
}
.about_right_photo img{
    border-radius: 12px;
    width: 100%;
}
.about_thanks{
    float: left;
    width: 60%;
    color: #000;
	font-size: 15px;
	line-height: 1.6em;
}
.about_thanks img{
	clear: both;
    margin: 10px;
    width: 90%;
}
.page_box2{
    width: 99%;
    padding: 40px 0 0 0;
    background-color: #fff;
    border-radius: 15px;
    margin: 40px auto;
    position: relative;
    font-size: 15px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: hidden;
}
.page_box2 .inner{
    width: 92%;
    padding: 0 3% 0 5%;
    margin-bottom: 20px;
}
.about_song{
    float: left;
    width: 47%;
    margin: 10px 3% 20px 0;
    text-align: left;
    line-height: 1.8em;
    color: #006858;
    font-size: 15px;
    font-weight: 900;
}
.song_text{
    padding-left: 30px;
}
.rednum{
    float: left;
    width: 35px;
    
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.about_top{
    background-image: url("../images/about/about_top_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
}
.about_top_ttl{
    width: 90%;
    margin: 0 0 20px 5%;
}
.about_main_copy{
    float: left;
    width: 90%;
	padding-left: 3%;
    color: rgba(0,0,0,1.00);
    list-style: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 220px;
}
.about_st{
    width: 100%;
    margin: 0 0 10px 0;
    padding-left: 30px;
	padding-top: 3px;
    background-image: url("../images/about/st_icon.png");
    background-position: left;
	background-size: 8%;
    background-repeat: no-repeat;
    color: #006858;
    font-size: 20px;
    font-weight: 700;
}
.about_objective{
	clear: both;
	width: 80%;
    color: #006858;
    font-size:16px;
	line-height: 1.6em;
    font-weight: 700;
    margin: 0 auto 20px auto;
    padding: 20px 20px; 
    border:2px solid #006858;
    border-radius: 8px;
    
}
.color_red{
    color: rgba(189,23,31,1.00);
}
.about_bottom{
    width: 100%
}
.about_half{
    float: none;
    width: 80%;
    margin: 10px 10% 20px 10%;
    text-align: left;
    line-height: 1.6em;
}
.about_half img{
    width: 90%;
	padding:0 5% 0 5%;
}
.about_right_photo{
    float: none;
    width: 80%;
    line-height: 1.6em;
    font-size: 13px;
    color: #000;
    margin:20px 10% 10px 10%;
}
.about_right_photo img{
    border-radius: 12px;
    width: 100%;
	margin-bottom: 10px;
}
.about_thanks{
    float: none;
    width: 90%;
	padding: 0 5% 0 5%;
    color: #000;
}
.about_thanks img{
    margin: 10px;
    width: 85%;
}
.page_box2{
    width: 96%;
    padding: 30px 0 0 0;
    background-color: #fff;
    border-radius: 15px;
    margin: 30px 1.5%;
    position: relative;
    font-size: 15px;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: hidden;
}
.page_box2 .inner{
    width: 88%;
    padding: 0 5%;
    margin-bottom: 20px;
}
.about_song{
    float: none;
    width: 98%;
    margin: 10px auto;
    text-align: left;
    line-height: 1.8em;
    color: #006858;
    font-size: 14px;
    font-weight: 700;
}
.song_text{
    padding-left: 30px;
}
.rednum{
    float: left;
    width: 33px;
    
}
.history_left dt{
    float: left;
    width: 100%;
    color: #006836;
    font-weight:bold;
}
.history_left dd{
    float: left;
    padding-left: 20px;
    width: 90%;
}
.history_left{
    width: 96%;
    float: none;
    padding-left: 2%;
}
.history_right{
    float: none;
    width: 80%;
    margin: 10px auto;
	font-size: 13px;
	line-height: 1.4em;
	text-align:left;

}
.history_right img{
    width: 99%;
    border-radius: 10px;
    margin: 10px auto 0 auto;
}
.access{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    color: #000;
}
	.access p{
		padding-left: 10px;
	}
/*施設の紹介ーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/

.facility_ttl{
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 60%;
    background-color: rgba(9,104,88,1.00);
    margin: -20px auto 20px auto;
    padding: 3px 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.facility_img{
    width: 90%;
    margin: 20px auto;
    text-align: center;
    line-height: 1.8em;
    color: #000;
}

.facility_img_fl{
    float: none;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    line-height: 1.8em;
    color: #000;
}
.facility_img_fl2{
    float: none;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    line-height: 1.8em;
    color: #000;
}

.facility_img img{
    border-radius: 12px;
}
.facility_img_fl img{
    border-radius: 12px;
}
.facility_img_fl2 img{
    border-radius: 12px;
}

}
