@charset "utf-8";
/* CSS Document */
/*共通*/
.line_h1{
	background-image: none;
	border: none;
	background-color: #116666;
	color: white;
	margin: 10px 0 20px 0;
	font-size: 24px;
	height: 44px;
	padding: 0 10px;
	display: flex;
	align-items: center;
}
.line_h2{
	background-image: none;
	text-align: left;
	font-size: 21px;
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0 10px 0 10px;
	background-color: #1a9999;
}
.line_img{
	text-align: center;
	width: 1000px !important;
	margin: 0 auto;
}
.line_img img{
	width: 100% !important;
}
.line_attention{
	font-size: 16px;
	width: 1000px;
	margin: 0 auto;
}
.line_attention li:before{
	content: "※";
	position: absolute;
	left: -1em;
}
.line_attention li{
	position: relative;
	margin: 1em;
}
.line_box{
	font-size: 18px;
	width: 1000px;
	margin: 20px auto 0;
}

#lineimage{
	text-align: center;
	width: 1000px !important;
	margin: 0 auto;
}
#lineimage .rental_text{
	margin: 0 auto;
	padding:1rem;
	font-size:1.2rem;
	
}


.cp_flex{
	margin: 0 auto;
	width:84%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	padding:3rem 0;
}
.cp_item_text{
	margin: 0 auto;
	width:90%;
	padding: 0 0 1rem 0;
}
.cp_item{
	margin: 0 auto;
	width:49%;
	padding: 0.5rem 0;
}

.cp_item a{
	display:block;
	text-decoration:none;
}
.cp_item a:hover{
	display:block;
	opacity: 0.5;
}

.cp_item_btn{
    width: 100%;
    background-color: #ffffff;
    border: 6px solid #03A9F4;
    border-radius: 27px;
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 1rem 0.5rem;
    text-align: center;
}
.bg-green {
    background-color: #06C755;
}
.bg-paleblue {
    background-color: #DFEEEE;
}

.cp_flex_info{
	margin: 0 auto;
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	padding: 0;
}

.info_item{
	margin: 0 auto;
	width:62%;
	color:black;
	background-color:white;
	font-size:1rem;
	font-weight:500;
	padding:1.5rem;
	border:1px solid #333;
	line-height: 1.6rem;
}

.info_item span{
	display:block;
	padding-left:1rem;
}

.title_text span{
    display: block;
    text-align: center;
}

._secInner {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}
ul.friend_flex {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
ul.friend_flex li._item{
    width: 40%;
    height: 350px;
    background-color: #FFFFFF;
    border: 5px solid #60C755;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    margin: 1rem;
    padding: 1rem;
}
ul.friend_flex li._item ._headline-3 {
    color: #60C755;
    font-size: 1.2em;
    border-bottom: 2px dashed #60C755;
    text-align: center;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
}
ul.friend_flex li._item ._text {
    height: 35%;
    line-height: 1.6;
    margin-top: 0;
    font-size:0.9rem;
}
ul.friend_flex li.is-orange {
    color: #FF9700;
}
.__center{
    text-align: center;	
}
._item ._img {
    display: flex;
    justify-content: center;
    align-items: center;
}


.pc_only{
	display:block;
}
.sp_only{
	display:none;
}

/*スマホ対応*/
@media screen and (max-width : 767px ){
	#new_wrapper{
		width: 100%;
	}
	.container{
		width: 100%;
	}
	.contents{
		width: 100%;
		padding: 0;
	}
	#TopicPath{
		display: none;
	}
	#lineimage{
		padding: 0 10px 20px;
		width: 100% !important;
	}
	.line_attention{
		font-size: 8px;
		line-height: 9px;
	}
	.line_img{
		width: 100% !important;
		margin: 0 auto;
	}
	.access_box {
		font-size: 8px;
		width: 100%;
		margin: 10px auto 0;
	}
	.timetable_jr{
		width: 100%;
	}
	.access_jr_time_table{
		font-size: 12px;
	}
	.timetable_jr img{
		width: 100%;
	}

	.cp_flex{
		margin: 0 auto;
		width:100%;
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
		padding-top:0.5rem;
	}
	.cp_item_title{
	margin: 0 auto;
	width:90%;
	padding-bottom:0.5rem;
	}
	.cp_item_detail{
	margin: 0 auto;
	width:90%;
	}

	ul.friend_flex li._item{
    	    width: 100%;
    	    height: auto;
	}
	ul.friend_flex li._item ._text {
	    height: 40%;
		padding-bottom:1rem;
	}


	.cp_item{
		margin: 0 auto;
		width:90%;
		padding: 0.5rem 0;
	}

	.cp_item_btn{
    		width: 100%;
    		background-color: #ffffff;
    		border: 6px solid #03A9F4;
    		border-radius: 27px;
    		font-size: 1.2rem;
    		line-height: 1.5rem;
    		padding: 1rem;
    		text-align: center;
	}
	.info_item{
		width:90%;
		font-size:0.9rem;
		padding:1rem 0.5rem;
		line-height: 1.4rem;
	}

	.info_item span{
		display:block;
		padding-left:0.5rem;
		padding-bottom:0.5rem;
	}


	.pc_only{
		display:none;
	}
	.sp_only{
		display:block;
	}

}