@charset "UTF-8";

/*CSS INFOMATION=======================

SP CSS

File name : sp.css
   
====================================*/
@media all and (min-width: 0px) and (max-width: 479px) {
body {
	overflow-x: hidden;
}
.pcBox {
	display: none;
}
h1 {
	position: absolute;
	top: 30px;
	left: 40px;
	margin: 0 0 0;
}
h2 {
	color: #2867b8;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0;
}
h3 {
	font-size: 14px;
	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;
	font-size: 12px;
	clear: both;
}
#wrapperA {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 3px solid #dff4ff;
	padding: 0;
	background: #fff;
	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: 10px;
	background: #fff;
	box-sizing: border-box;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
	
::-webkit-scrollbar {
 width: 4px;
}

	

#wrapperA::-webkit-scrollbar-track {
 border-radius: 10px;
 background: #dff4ff;
}
	
#wrapperB::-webkit-scrollbar-track {
 border-radius: 10px;
 background: #fff;
}	
 

::-webkit-scrollbar-thumb {
 background-color: #7ecff4;
 border-radius: 10px;
 box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
	
.bg01 {
	background: #dff4ff;
	padding: 130px 0 0 !important;
}
#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;
}
	

#logo{
		text-align: center;
	}	
	
#logo img{
	width: 200px;
	height: auto;
	}	
	
/*

NEWS A
-----------------------------------*/
#header-newsA {
	padding: 20px 0;
	text-align: center;
	background: url(../img/wave05.png) bottom left repeat-x;
	background-size: 36px auto;
	position: fixed;
	z-index: 10;
	width:calc(100% - 15px);
}
	
@supports (-ms-ime-align:auto) {
#header-newsA {
	padding: 20px 0;
	text-align: center;
	background: url(../img/wave05.png) bottom left repeat-x;
	background-size: 36px auto;
	position: fixed;
	z-index: 10;
	width:calc(100% - 25px);
}	
}

	
	
#header-newsA #logo {
	margin: 0 0 20px;
}
#header-newsA h2 {
	font-size: 10px;
	margin: 0 7px;
}
#newsA {
	max-width: 768px;
	margin: 10px 10px 0;
	padding: 30px 0 0px;
	overflow: hidden;
}
.boxA {
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
	margin: 0 0 15px;
}
.photoBox {
	position: relative;
}
.photoBox img {
	width: 100%;
	height: auto;
}
.photo-wave {
	width: 100%;
	position: absolute;
	bottom: -3px;
}
.boxA .txtBox {
	padding: 13px;
}
.day {
	color: #8d8d8d;
	font-size: 13px;
	padding: 0 0 20px;
}
/*

NEWS B
-----------------------------------*/
#header-newsB {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
	text-align: center;
	position: relative;
}
#header-newsB #logo {
	margin: 0 0 20px;
}
	
	
#header-newsB #logo img{
	width: 240px !important;
	height: auto;
	}		

#hokkaido #header-newsB #logo img{
	width: 200px !important;
	height: auto;
	}
	
#yamagata #header-newsB #logo img{
	width: 180px !important;
	height: auto;
	}	
	
#header-newsB h2 {
	text-align: center;
}
#newsB {
	margin: 0 0 10px;
	overflow: hidden;
	background: #dff4ff;
	padding: 0 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
}
#newsB h2 {
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
}
/*	
.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: 12px !important;
}
/*

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: 0 0 15px;
	border-bottom: 1px solid #eee;
	margin: 0 0 15px;
}
.boxC .photoBox {
	width: 100%;
}
.boxC .txtBox {
	padding: 15px 0 0;
	position: relative;
}
.boxC .txtBoxB {
	padding: 15px 0;
}
.boxC .txtBox h3 {
	font-size: 14px !important;
}
.icon {
	padding: 0 0 15px;
	overflow: hidden;
}
	
.icon div {
	display: inline;
	float: left;
	background: #000;
	color: #fff;
	padding: 3px 6px;
	margin: 0 5px 0 0;
	font-size: 10px;
}
	
	.icon div a{
		color: #fff !important;
		text-decoration: none;
	}		
	
	
	
	
.boxC .txtBox .day {
	position: absolute;
	top: 17px;
	right: 0;
	font-size: 10px;
}
/*

btn
-----------------------------------*/

.btnA a {
	width: 180px;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background: #1a6ab4;
	color: #fff;
	margin: 0 auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	overflow: hidden;
}
.btnA span {
	background: url