@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#fff;}
section:nth-of-type(even){background-color:#fff;}
section{clear: both;}
html{scroll-behavior: smooth;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
/*h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin: 0 auto 3%;
	padding-bottom: 5px;
	width: 94%;
	clear: both;
}*/
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 0px 0 24px;
	box-sizing: border-box;
}

/*title*/
img#mainphotosp {
	width: 100%;
	max-width: 640px;
	margin:0 auto 27px;
	display: block;
}
	
#boxSide {
	display: none;
}
	
h2.subh2{
	clear:both;
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #93c832;
    color: #FFF;
    padding: 10px 0;
	margin-bottom: 25px;
}
	

h2 img{
		width: 100%;
	}
	.introtit{
		max-width: 417px;
		margin: 0 auto 20px;
		width: 95%;
	}

	.introarea{
	background-color: #fffce2;
    padding: 10px 10px;
    margin: 0 auto 20px;
		position: relative;
		border-radius: 20px;
		
	}
	
	#introillust{
		
		display: none;
		
	}
	
	.sp_bottom{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	#introillust2{
		    width: 25%;
    max-width: 124px;
    margin: -4% -3% 0 0;
	}
	#introillust2 img{
		width: 100%;
	}
	/*
	@media screen and (min-width: 300px) and (max-width: 354px) {
#introillust{
	width: 28%;
    bottom: -1%;
    right: 1%;
}
}

@media screen and (min-width: 355px) and (max-width: 409px) {

	#introillust{
	width: 25%;
		bottom: -6%;
		right: -1%;
}


}

@media screen and (min-width: 410px) and (max-width: 484px) {
	
#introillust{
	width: 25%;
    bottom: -11%;
    right: 3%;
}

}

@media screen and (min-width: 485px) and (max-width: 484px) {
	
#introillust{
	width: 25%;
    bottom: -11%;
    right: 3%;
}

}

	*/
	
	.introtxtarea{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 16px;
		line-height: 30px;
		
	}
	
	.introtxtarea strong{
		font-weight: bold !important;
	}
	
	.danraku1{
		width: 100%;
		margin: 0 0 20px 0px;
	}
	
	.danraku2{
		width: 100%;
		margin: 0 0 20px 0px;
	}
	
	.danraku3{
		width: 70%;
		margin: 0 0 0px 0px;
		
	}
	
	.marker{
	background: linear-gradient(transparent 60%, #fedc5e 65%);
}
	
		.osusumetit{
		max-width: 180px;
		margin: 0 auto 20px;
			width: 95%;
	}
	
	.osusumearea{
		margin: 0 0 70px 0;
	}
	
	.osusumebox{
		position: relative;
		border-bottom: 10px solid #ff8f9f;
		border-top: 10px solid #ff8f9f;
		
	}
	
	.osusumeboxin{
		position: relative;
		border-left: 10px solid #51a7dd;
		border-right: 10px solid #51a7dd;
	}
	
	.osusumebox::before,
	.osusumebox::after,
	.osusumeboxin::before,
	.osusumeboxin::after{
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		background-color: #fedc5e;
		z-index: 1;
	}

	.osusumebox::before{
		
		top: -10px;
		left: 0;
		
	}
	.osusumebox::after{
		top: -10px;
		right: 0;
		
		
	}
	
	.osusumeboxin::before{
		
		bottom: -10px;
		left: -10px;
		
	}
	.osusumeboxin::after{
		
		bottom: -10px;
		right: -10px;
		
	}
	
	.osusume_detail{
		padding: 20px 20px;
		/*overflow-y: auto;
		    max-height: 98px;*/
	}
	
.osusumeboxin dl {padding: 5px;}
	
	
.iconNews {
	float:left;
	width:84px;
	padding:0px;
	margin:0px;
}
.linkNews {
	margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px dotted #dddddd;
}
.linkNews strong {
	color:#F00;
	font-family:"メイリオ", "ＭＳ Ｐゴシック";
}

.planarea{
		margin: 0 0 20px 0;
	}
	
	.plantit{
		max-width: 387px;
		margin: 0 auto 20px;
		width: 95%;
	}	

	
div.planboxarea div.box:nth-of-type(odd){
		border: 10px solid #fedc5e;
	}
	
	div.planboxarea div.box:nth-of-type(even){
		border: 10px solid #62c0b4;
	}
	
	div.planboxarea div.box{
	width: 98%;
    margin: 0 auto 4%;
    padding: 15px;
    display: block;
    background: #FFF;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
}
div.planboxarea div.box h4{
	display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
    font-weight: bold;
}
div.planboxarea div.box:hover h4 a{
	color:#FF8000;
	text-decoration:underline;	
}
div.planboxarea div.box h4 img{
	vertical-align:baseline;
	padding:2px 0 0 3px;
	display:inline;
}
div.planboxarea div.box .photo{
	margin: 0 5% 0 0;
    padding: 0;
    display: block;
    float: left;
    width: 40%;
}
div.planboxarea div.box .photo strong{
	text-align: center;
    width: 49%;
    margin: 0 1% 5px 0;
    padding: 2px 5px;
    color: #FFF;
    display: inline-block;
    box-sizing: border-box;
}
div.planboxarea div.box .photo .area{background: #fb116a;}
div.planboxarea div.box .photo .pref{background: #ff6293;}
div.planboxarea div.box .photo img{width:100%;}
div.planboxarea div.box p.text{
	clear: both;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #D3D3D3;
	display:block;
	font-size:12px;
}
div.planboxarea div.box p.icon{
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	display:block;
	line-height:1.7em;
	overflow:hidden;
}
div.planboxarea div.box p.icon img{
	float:left;
	margin:0 2px 2px 0
}
div.planboxarea div.box dl{
	margin:0;
	padding:0;
	display:block;
	font-size:14px;
}
div.planboxarea div.box dl dt{
	display:block;
	font-weight:bold;
}
div.planboxarea div.box dl dd{
	overflow:hidden;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #D3D3D3;
}
div.planboxarea div.box dl dd strong{
	color: #F00;
    font-weight: bold;
    font-size: 1.2em;
}
}

/*760px以上*/
@media screen and (min-width: 760px) {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
/*h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin-bottom: 3%;
	padding-bottom: 5px;
	clear: both;
}*/
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:0px 0 50px;
	display: block;
}
u{text-decoration-color: red;}
/*title*/
	
	#title{
		height: 500px;
		margin: 0;
    padding: 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: url(../images/bg.jpg) no-repeat 50% 0%;
    background-size: cover;
    text-align: center;
	}
	
img#mainphoto {
	width: 100%;
	max-width:418px;
	margin:0 auto 0;
	display:block;
}
	
	h2.subh2{
		clear:both;
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #93c832;
    color: #FFF;
    padding: 10px 0;
	margin-bottom: 25px;
	}
	
#boxMain {
padding: 35px 0 0 0;
}

	
	h2 img{
		width: 100%;
	}
	.introtit{
		max-width: 417px;
		margin: 0 auto 20px;
	}

	.introarea{
		background-image: url(../images/bg_intro.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20px 0 20px 0;
    height: 509px;
    width: 710px;
    margin: 0 auto 20px;
		position: relative;
	}
	
	#introillust{
		position: absolute;
		width: 170px;
		height: 213px;
		bottom: 73px;
		right: 0px;
	}
	
	#introillust img{
		width: 100%;
	}
	
	.introtxtarea{
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 16px;
		line-height: 30px;
	}
	
	.introtxtarea strong{
		font-weight: bold !important;
	}
	
	.danraku1{
		width: 640px;
		margin: 0 0 20px 50px;
	}
	
	.danraku2{
		width: 450px;
		margin: 0 0 20px 50px;
	}
	
	.danraku3{
		width: 450px;
		margin: 0 0 0px 50px;
	}
	
	.marker{
	background: linear-gradient(transparent 60%, #fedc5e 65%);
}
	
	.osusumetit{
		max-width: 180px;
		margin: 0 auto 20px;
	}
	
	.osusumearea{
		margin: 0 0 70px 0;
	}
	
	.osusumebox{
		position: relative;
		border-bottom: 10px solid #ff8f9f;
		border-top: 10px solid #ff8f9f;
		
	}
	
	.osusumeboxin{
		position: relative;
		border-left: 10px solid #51a7dd;
		border-right: 10px solid #51a7dd;
	}
	
	.osusumebox::before,
	.osusumebox::after,
	.osusumeboxin::before,
	.osusumeboxin::after{
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		background-color: #fedc5e;
		z-index: 1;
	}

	.osusumebox::before{
		
		top: -10px;
		left: 0;
		
	}
	.osusumebox::after{
		top: -10px;
		right: 0;
		
		
	}
	
	.osusumeboxin::before{
		
		bottom: -10px;
		left: -10px;
		
	}
	.osusumeboxin::after{
		
		bottom: -10px;
		right: -10px;
		
	}
	
	.osusume_detail{
		padding: 20px 20px;
		/*overflow-y: auto;
		    max-height: 98px;*/
	}
	
.osusumeboxin dl {
	padding:0px 0px 10px;
	margin:0 0px 10px 0;
	overflow:hidden;
	display:block;
	border-bottom: dashed 1px #cccccc;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
	
	.osusumeboxin dl:last-of-type{
		margin: 0 !important;
	}	

.osusumeboxin dt {
	
	    font-size: 14px;
    border-right: 1px dotted #dddddd;
    padding: 0px 5px 0 0;
    margin: 0px 5px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
	.osusumeboxin dd{
		font-size:14px;
		margin:0px 0px 0px 0px;
	}
	
	.osusumeboxin dd a{
		padding: 0 5px 0 0;
	}
.iconNews {
	float:left;
	width:84px;
	padding:0px;
	margin:0px;
}
.linkNews {
	float:left;
	width:562px;
	font-size:12px;
	line-height:18px;
	padding:0px;
	margin:0px 0px 5px 0px;
}
.linkNews strong {
	color:#F00;
	font-family:"メイリオ", "ＭＳ Ｐゴシック";
}
	
	/*
	.osusumelist{
		padding: 20px 20px;
		overflow-y: auto;
		list-style: none;
	}
	
	.osusumelist li{
		border-bottom: dashed 1px #cccccc;
		padding: 10px 0;
		font-size: 14px;
	}*/
	
	.planarea{
		margin: 0 0 70px 0;
	}
	
	.plantit{
		max-width: 387px;
		margin: 0 auto 20px;
	}
	
	
div.planboxarea div.box{
	    width: 700px;
    margin: 0 auto 30px;
    padding: 15px;
    display: block;
    background: #FFF;
    overflow: hidden;
    cursor: pointer;
	
}
	
	div.planboxarea div.box:nth-of-type(odd){
		border: 10px solid #fedc5e;
	}
	
	div.planboxarea div.box:nth-of-type(even){
		border: 10px solid #62c0b4;
	}
	
div.planboxarea div.box h4{
	width:450px;
	display:block;
	float:right;
	margin:0;
	padding:0;
	font-size:14px;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #D3D3D3;
	font-weight:bold;
}
div.planboxarea div.box:hover h4 a{
	color:#FF8000;
	text-decoration:underline;	
}
div.planboxarea div.box h4 img{
	vertical-align:baseline;
	padding:2px 0 0 3px;
	display:inline;
}
div.planboxarea div.box .photo{
	     margin: 0 15px 0 0;
    padding: 0;
    display: block;
    float: left;
    width: 235px;
    height: auto;
}
	div.planboxarea div.box .photo img{
		width: 100%;
	}
div.planboxarea div.box .photo strong{
	text-align: center;
    width: 32.33333%;
    margin: 0 1% 5px 0;
    padding: 2px 5px;
    color: #FFF;
    display: inline-block;
    box-sizing: border-box;
}
div.planboxarea div.box .photo .area{background: #fb116a;}
div.planboxarea div.box .photo .pref{background: #ff6293;}
div.planboxarea div.box p.text{
	width:450px;
	float:right;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #D3D3D3;
	display:block;
	font-size:14px;
	line-height:1.7em;
}
div.planboxarea div.box p.icon{
	width:450px;
	float:right;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #D3D3D3;
	display:block;
	line-height:1.7em;
	overflow:hidden;
}
div.planboxarea div.box p.icon img{
	float:left;
	margin:0 2px 2px 0
}
div.planboxarea div.box dl{
	width:450px;
	float:right;
	margin:0;
	padding:0;
	display:block;
	font-size:14px;
}
div.planboxarea div.box dl dt{
	width:85px;
	float:left;
	display:block;
	font-weight:bold;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #D3D3D3;
}
div.planboxarea div.box dl dd{
	overflow:hidden;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #D3D3D3;
}
div.planboxarea div.box dl dd strong{
	color:#F00;
	font-weight:bold;
}
	
	.introillust2{
		display: none;
	}

	
}


	
#tabMenuSeason li#monitor {
    background: #1b1b89;
}
	
#tabMenuSeason li#monitor a {
    color: #FFF;
}