@charset "UTF-8";
article {
    max-width: 1300px;
}
section {
	padding: 0px 40px 0px 20px;
}

div.inview > section {
	position: relative;
	opacity: 0;
	transition-duration: 1000ms;
	top: 100px;
}

.notice_page ol {
	margin: 0 0 20px 0;
	padding: 10px;
	box-sizing: border-box;
    border-radius: 0px 10px 0px 10px;
	background-color: #219CCA;
}
.notice_page ol li {
	list-style: none;
}
.notice_page a {
    color: #ffffff;
	text-decoration: none;
}
.notice_page_date {
}
.notice_page_title {
	font-size: 20px;
	text-decoration: underline;
}

h2 {
	font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    background-color: #269CCC;
    border-radius: 0px 10px 0px 10px;
    padding: 8px;
	box-sizing: border-box;
	position: relative;
}
h2 label {
	display: block;
}
h2 label::after {
	content: "▼";
    font-size: 80%;
	padding-left: 4px;
}
input.trigger:checked +h2 label::after {
	content: "▲";
}

input.trigger {
	display: none;
}
input.trigger +h2 + div {
	max-height: 0px;
	overflow: hidden;
	transition-duration: 500ms;
	margin: 0px auto;
	padding: 0px 10px;
	box-sizing: border-box;
}
input.trigger:checked +h2 + div {
	max-height: 10000px;
	margin: 0px auto;
	padding: 10px;
	box-sizing: border-box;
}

section p {
    margin: 0.5em 1em 1em 1em;
    padding: 0;
	box-sizing: border-box;
	color: #666666;
    line-height: 1.75;
}
section p span {
	color: #269CCC;
	font-style: italic;
}
.facility_images {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.facility_images figure {
    margin: 4px;
    padding: 0;
    box-sizing: border-box;
    flex-basis: 47%;
    border: 1px solid #d0d0d0;
}
.facility_images figure img {
	width: 100%;
	height: auto;
}
h3 {
    color: #269CCC;
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 4px 0;
    border-bottom: 1px dashed#269CCC;
    padding: 2px 8px;
    box-sizing: border-box;
}
h3::before {
	content: '■'
}

.notice_date {
    margin: 0 0 0 10px;
    color: #269CCC;
}
.notice_body {
    margin: 1em 0 0 10px;
}
.arrowspace {
	position: relative;
    margin: 0 auto;
    padding: 50px 0;
}
.post_l {
	position: absolute;
	left: 0;
}
.post_r {
	position: absolute;
	right: 0;
}
.post_l a,
.post_r a {
    color: #3AB9CA;
    text-decoration: none;
    height: 10px;
    width: 20px;
    padding: 4px 10px;
    box-sizing: border-box;
    border: 1px solid #3AB9CA;
    border-radius: 4px;
	cursor: pointer;
}

h4 {
	color: #263468;
	font-weight: bold;
	margin: 0;
    padding: 0 0 20px 0;
}
h4 span {
	font-weight: normal;
	display: block;
}
#banners {
	padding: 40px 40px 0px 20px;
}

.notice_body #jp-relatedposts {
    margin: 30px 0;
    padding: 20px 0 0 20px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 20%);
}
.jp-relatedposts-post {
	border-left: 4px solid #219CCA;
}
.jp-relatedposts-post {
	padding: 0 0 0 6px;	
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
	color: #269CCC;
}


nav#globalmenu li#menu-item-264 a {
	color: #F6FFB0;
}



/*====================================================================
最小サイズ　想定端末　iPhone SE の縦構え（Portrait）　 320×568px
====================================================================*/

/*====================================================================
想定端末　小型のAndroid の縦構え（Portrait）　 360×640px
====================================================================*/
@media screen and (min-width:360px) {

}/*360×640px*/







/*====================================================================
想定端末　iPhone 6~8 の縦構え（Portrait）　 375×667px
====================================================================*/
@media screen and (min-width:375px) {
}/*375×667px*/




/*====================================================================
想定端末　iPhone X, 11 Pro の縦構え（Portrait）　 375×812px
====================================================================*/
@media screen and (min-width:375px) and (min-height:812px) {

}/*375×812px*/













/*====================================================================
想定端末　iPhone XR, 11, XsMax の縦構え（Portrait）　 414×896px
====================================================================*/
@media screen and (min-width:414px){


}/*414×896px*/




/*====================================================================
想定端末　Surface Duo の縦構え（Portrait）　540×720px
====================================================================*/
@media screen and (min-width:540px){
}



/*↑ここまでスマホ縦（Portrait）
==============================================================================================================================================
↓ここからスマホ横（Landscape）*/












/*====================================================================
想定端末　iPhoneSE の横構え（Landscape）　 568×320px
====================================================================*/
@media screen and (min-width:568px){

}/*568×320px*/


/*====================================================================
想定端末　小型のAndroid の横構え（Landscape）　 640×360px
====================================================================*/
@media screen and (min-width:640px){

}/*640×360px*/


/*====================================================================
想定端末　iPhone 6~8 の横構え（Landscape）　667×375px
====================================================================*/
@media screen and (min-width:667px){
	  #banners {
	     padding: 40px 0 0px 0;
	  } 

}/*667×375px*/




/*====================================================================
想定端末　iPhone X, Xs,11Pro の横構え（Landscape）　812×375px
====================================================================*/
@media screen and (min-width:812px){

}/*812×375px*/




/*====================================================================
想定端末　iPhone XR, 11,XsMax の横構え（Landscape）　896×414px
====================================================================*/
@media screen and (min-width:896px){

}/*896×414px*/







/*↑ここまでスマホ横（Landscape）
==============================================================================================================================================
↓ここからタブレット縦（Portrait）*/







/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の縦構え（Portrait） 768×1024px
====================================================================*/
@media screen and (min-width:768px) and (min-height:500px) {
    section {
		background-color: rgba(255,255,255,0.5);
		box-shadow: 0px 0px 15px 15px rgba(255,255,255,0.4);
      }

}/*768×1024px*/




/*====================================================================
想定端末　iPad Air, iPad Pro 10.5inch の縦構え（Portrait） 834×1112px
====================================================================*/
@media screen and (min-width:834px) and (min-height:500px) {



}/*834×1112px*/




/*====================================================================
想定端末　iPad Pro 11inch の縦構え（Portrait） 834×1169px
====================================================================*/
@media screen and (min-width:834px) and (orientation: portrait) {



}/*834×1169px*/




/*====================================================================
想定端末　iPad Pro 12.9inch の縦構え（Portrait） 1024×1366px
====================================================================*/
@media screen and (min-width:1024px) {

}/*1024×1366px*/








/*↑ここまでタブレット縦（Portrait）
==============================================================================================================================================
↓ここからタブレット横（Landscape）*/






/*====================================================================
想定端末　iPad 9.7inch, 10.2inch の横構え（Landscape） 1024×768px
====================================================================*/
@media screen and (min-width:1024px) and (orientation: landscape) {
}/*1024×768px*/




/*====================================================================
想定端末　iPad Air, iPad Pro 10.5inch の横構え（Landscape） 1112×834px
====================================================================*/
@media screen and (min-width:1112px) {



}/*1112×834px*/




/*====================================================================
想定端末　iPad Pro 11inch の横構え（Landscape） 1169×834px
====================================================================*/
@media screen and (min-width:1169px) {

}/*1169×834px*/





/*====================================================================
想定端末　iPad Pro 12.9inch の横構え（Landscape） 1366×1024px
====================================================================*/
@media screen and (min-width:1366px) {

}/*1366×1024px*/








/*↑ここまでタブレット横（Landscape）
==============================================================================================================================================
↓ここからPC　＝  マウスポインターがあるという前提、hoverの発想アリ 　*/






/*====================================================================
想定端末　小型のモニター 幅1367px以上
====================================================================*/
@media screen and (min-width:1367px) {

}/*1367px以上*/





/*====================================================================
想定端末　中型のモニター 幅1440px以上
====================================================================*/
@media screen and (min-width:1440px) {

}/*1440px以上*/



/*====================================================================
想定端末　大型のモニター 幅1920px以上
====================================================================*/
@media screen and (min-width:1920px) {



}/*1920px以上*/

