
    #section1 p:nth-last-child(2){
        font-weight:bold;
    }

    /* 続きを読む */
    .cp_box *, .cp_box *:before, .cp_box *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .cp_box {
        position: relative;
    }
    .cp_box label {
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
        height: 140px; /* グラデーションの高さ */
        cursor: pointer;
        text-align: center;
        /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
        background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
    }
    .cp_box input:checked + label {
        background: inherit; /* 開いた時にグラデーションを消す */
    }
    .cp_box label:after {
        line-height: 2.5rem;
        position: absolute;
        z-index: 2;
        bottom: 20px;
        left: 50%;
        width: 16rem;
        font-family: FontAwesome;
        content: '\f13a'' 続きをよむ';
        transform: translate(-50%, 0);
        letter-spacing: 0.05em;
        color: #ffffff;
        border-radius: 20px;
        background-color: #ff717b;
        font-weight:bold;
    }
    .cp_box input {
        display: none;
    }
    .cp_box .cp_container {
        overflow: hidden;
        height: 150px; /* 開く前に見えている部分の高さ */
        transition: all 0.5s;
    }
    .cp_box input:checked + label {
        /* display: none ; 閉じるボタンを消す場合解放 */
    }
    .cp_box input:checked + label:after {
        font-family: FontAwesome;
        content: '\f139'' 閉じる';
    }
    .cp_box input:checked ~ .cp_container {
        height: auto;
        padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
        transition: all 0.5s;
    }


/*PC用*/
@media print, screen and (min-width: 641px){

    #section1 p:nth-last-child(2){
        font-size:1.5rem;
    }
    .title img{
        width: 40%;
        margin-bottom:40px;
    }

    .time_shika img{
        width: 25%;
        margin-bottom:20px;

    }

    .bana{
        margin-top:30px;
    }
    .map img{
        margin-bottom:40px;
    }

    	/*--------------------
	.department 
	--------------------*/
	
	.department .department__list {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
        justify-content:space-between;
		max-width: 1020px;
		margin: 0 auto 20px;
		padding: 0;
		list-style: none;

	}
	
	.department .department__list li {
		-webkit-flex-basis: 30%;
		flex-basis: 30%;
		max-width: 30%;
		margin-bottom: 10px;
		padding: 10px;
		font-size: 18px;
		font-weight: bold;
		border-radius: 50px;
        text-align:center;
        background-color: #ffffff;
	}
    .department .department__list li:nth-child(9) {
        background-color: #fff4d7;
	}
    #section5 iframe{
        width:800px;
        height:400px;
    }


}

/*SP用*/
@media screen and (max-width:640px) {

    #section1 p:nth-last-child(2){
        font-size:1.4rem;
        text-align:center;
        margin-top:30px;
    }

    /* youtube動画 */
    .youtube_arima iframe{
        width:100%;
        height:200px;
    }
    .title img{
        width: 90%;
        margin-bottom:8%;
    }

    #time .time_shika img{
        width: 75%;
        margin-bottom:3%;
    }

    .bana{
        margin-top:5%;
        width:95%;
    }
    .map img{
        margin-bottom:5%;
    }
    #section5 iframe{
        width:350px;
        height:400px;
    }

	.department .department__list {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
		max-width: 1020px;
		margin: 0 auto 20px;
		padding: 0;
		list-style: none;
	}
	
	.department .department__list li {
		-webkit-flex-basis: 48%;
		flex-basis: 48%;
		max-width: 48%;
		margin-bottom: 10px;
		padding: 10px;
        text-align:center;
		font-size: 1em;
		font-weight: bold;
		/* line-height: 1.4; */
		border-radius: 50px;
        background:white;
	}


}