@charset "UTF-8";

/*CSS INFOMATION=======================

PC CSS

File name : pc.css
   
====================================*/
@media screen and (min-width: 480px) {
body {
	overflow-x: hidden;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.spBox {
	display: none;
}
h1 {
	position: absolute;
	top: 30px;
	left: 40px;
	margin: 0 0 0;
}
h2 {
	color: #2867b8;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0;
	line-height: 1.2;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #2867b8;
	margin: 0 0 15px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px;
}
p {
	padding: 0 0 15px;
	clear: both;
	font-size: 14px;
}
.bg01 {
	background: #dff4ff;
	padding: 120px 0 0 !important;
}
#wrapperA {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 3px solid #dff4ff;
	padding: 0;
	background: #dff4ff;
	box-sizing: border-box;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#wrapperB {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 3px solid #dff4ff;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
	

::-webkit-scrollbar {
 width: 10px;
}
	
 
/*
::-webkit-scrollbar-track {
 border-radius: 10px;
 box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
*/
 

::-webkit-scrollbar-thumb {
 background-color: #7ecff4;
 border-radius: 10px;
 box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
#contents {
	padding: 0;
}
/*

section
-----------------------------------*/

section {
	padding: 0;
}
article a {
	display: block;
	text-decoration: none;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
article a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
	

	
/*

NEWS A
-----------------------------------*/
#header-newsA {
	padding: 20px 0 20px;
	text-align: center;
	background:url(../img/wave05.png) bottom left repeat-x;
	background-size: 36px auto;
	position: fixed;
	width:calc(100% - 20px);
	z-index: 5;
	
}

@supports (-ms-ime-align:auto) {
#header-newsA {
	padding: 20px 0 20px;
	text-align: center;
	background:url(../img/wave05.png) bottom left repeat-x;
	background-size: 36px auto;
	position: fixed;
	width:calc(100% - 25px);
	z-index: 5;
	
}	
}
	
	
	
	
	
#header-newsA #logo {
	margin: 0 0 20px;
}
	
#header-newsA h2 {
	font-size: 14px;
}
	
@media all and (min-width: 481px) and (max-width: 649px) {
	#header-newsA h2 {
	font-size: 11px;
}
	}
	
	
#newsA {
	max-width: 600px;
	margin: 0 auto;
	padding: 40px 0 0;
	overflow: hidden;
}
	

	
.boxA {
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
	margin: 0 15px 30px;
}
.photoBox {
	position: relative;
}
.photoBox img {
	width: 100%;
	height: auto;
}
.photo-wave {
	width: 100%;
	position: absolute;
	bottom: -3px;
}
.boxA .txtBox {
	padding: 20px;
}
.day {
	color: #8d8d8d;
	font-size: 13px;
	padding: 0 0 20px;
}
/*

NEWS B
-----------------------------------*/
@media all and (min-width: 481px) and (max-width: 649px) {	
#header-newsB {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 20px;
	background: #fff;
	position: relative;
}
#header-newsB #logo {
	margin: 0 0 10px;
	display: block;
	text-align: center;
}
	
#header-newsB #logo img{
	width:400px;
	height:auto;
	}
	
#hokkaido #header-newsB #logo img{
	width:200px;
	height:auto;
	}	
	
#yamagata #header-newsB #logo img{
	width:170px;
	height:auto;
	}		

	
	
	
#header-newsB h2 {
	display: block;
	text-align:center !important;
	padding: 10px 0 0;
	font-size: 15px;
	line-height: 1.4;
	}
	
	#newsB h2 {
	font-size: 16px !important;
	padding: 10px 0;
}
	
	}
#newsB {
	max-width: 900px;
	margin: 0 auto;
	overflow: hidden;
	background: #dff4ff;
	padding: 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
}
#newsB h2 {
	font-size: 15px;
	padding: 10px 0;
}
.post-itemB {
	width: 48%;
	float: left;
	margin: 0 1%;
}
.boxB {
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	margin: 0 0 10px;
}
.boxB .txtBox {
	padding: 10px 10px 0;
}
.boxB .txtBox h3 {
	font-size: 13px !important;
	position: relative;
	overflow: hidden;
}
 @media screen and (min-width: 650px) {
#header-newsB {
	max-width: 900px;
	margin: 0 auto 30px;
	padding: 0 0 0;
	background: #fff;
	position: relative;
}
#header-newsB #logo {
	margin: 0 0 20px;
	display: table-cell;
  vertical-align: middle;
}
	
#header-newsB #logo img{
	width:270px;
	height:auto;
	}
	 
#hokkaido #header-newsB #logo img{
	width:200px;
	height:auto;
	}

#yamagata #header-newsB #logo img{
	width:170px;
	height:auto;
	}	 
	 
	 
	
#header-newsB h2 {
	display: table-cell;
	vertical-align: middle;
	text-align: left !important;
	padding: 10px 0 0 10px;
	font-size: 16px;
	}
	 
 .post-itemB {
 width: 23%;
 float: left;
 margin: 0 1%;
}
 .boxB .txtBox h3 {
 font-size: 12px !important;
}
	 
.noCon{
 display: none;
}	 
}
/*

NEWS C
-----------------------------------*/
	
	
#newsC {
	max-width: 900px;
	margin: 0 auto;
}
#newsC h2 {
	padding: 10px 0;
}
	
.post-itemC p.taC img{
		width: 100px;
		height: auto;
}	
	
	
.boxC {
	background: #fff;
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px;
}
.boxC .photoBox {
	width: 45%;
	display: table-cell;
}
.boxC .txtBox {
	padding: 0 0 0 20px;
	display: table-cell;
	vertical-align: top;
	position: relative;
}
.boxC .txtBoxB {
	padding: 15px 0;
}
.boxC .txtBox h3 {
	font-size: 16px !important;
}
.icon {
	padding: 0 0 15px;
	overflow: hidden;
}
.icon div {
	display: inline;
	float: left;
	background: #000;
	color: #fff;
	padding: 3px 10px;
	margin: 0 5px 0 0;
	font-size: 12px;
}
	
	.icon div a{
		color: #fff !important;
		text-decoration: none;
	}	
	
.boxC .txtBox .day {
	position: absolute;
	top: 3px;
	right: 0;
}
/*

btn
-----------------------------------*/

.btnA a {
	width: 200px;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background: #1a6ab4;
	color: #fff;
	margin: 0 auto;
	border-r