@media print, screen and (min-width:769px) {
/*//////////////////////////////////////////////////////////////

	home_pc

//////////////////////////////////////////////////////////////*/

/*none*/
.flexslider,
#intro_area,
.pagetop,
#bnr_area_sp,
#fnav
{
	display: none !important; 
}

.bgmaximage{
  position: fixed;
  display:none;
}


#maincontent {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------------
	splash
-------------------------------------------------------*/
#catch{
	width: 513px;
	margin:0 auto;
}

#splash {
	position:relative;
}
#splash img {
	position:absolute;
	top: 50%;
	margin-top: -50px;
}

#skip{
	padding: 5px 0 5px 10px;
	display: block;
	cursor: pointer;
	background: url(../img/pc/i_next_s.gif) no-repeat left center;
	position:absolute;
	right: 25px;
	bottom: 20px;
}

/*=======================================================

	main_content

=======================================================*/
#main_content{
	margin: 0;
}


/*-------------------------------------------------------
	bnr_area
-------------------------------------------------------*/
#bnr_area{
	position: fixed;
	right: 15px;
	bottom: 15px;
}

#bnr_area li{
	float: left;
	margin-left: 10px;
}

/*bnr_sasa_iphone*/
#bnr_area #bnr_sasa_iphone a{
	width: 170px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(../img/pc/bnr_sasa_iphone.png) no-repeat left top;
}
#bnr_area #bnr_sasa_iphone a:hover{
	background-position: 0 -55px;
}


/*bnr_fb*/
#bnr_area #bnr_fb a{
	width: 170px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(../img/pc/bnr_fb.png) no-repeat left top;
}
#bnr_area #bnr_fb a:hover{
	background-position: 0 -55px;
}

/*bnr_ec*/
#bnr_area #bnr_ec a{
	width: 170px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(../img/pc/bnr_ec.png) no-repeat left top;
}
#bnr_area #bnr_ec a:hover{
	background-position: 0 -55px;
}

/*bnr_kurakura*/
#bnr_area #bnr_kurakura a{
	width: 170px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(../img/pc/bnr_kurakura.png) no-repeat left top;
}
#bnr_area #bnr_kurakura a:hover{
	background-position: 0 -55px;
}


/*bnr_special*/
#bnr_area #bnr_special a{
	width: 170px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(../img/pc/bnr_special_oen.png) no-repeat left top;
}
#bnr_area #bnr_special a:hover{
	background-position: 0 -55px;
}

/*bnr_sakefesta*/
#bnr_area #bnr_sakefesta a{
	width: 170px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(../img/pc/bnr_satozake_fes.png) no-repeat left top;
}
#bnr_area #bnr_sakefesta a:hover{
	background-position: 0 -55px;
}

/*=======================================================

	side_content

=======================================================*/
#side_content{
	background: url(../img/pc/bg_side_content.png) 0 0 repeat;
}
}





@media print, screen and (max-width:768px) {
/*//////////////////////////////////////////////////////////////////////////


  home_sp.css
	
	
////////////////////////////////////////////////////////////////////////////*/
/*none*/
#maximage,
#bnr_area{
	display: none !important; 
}

/*block*/
#news_area{
	display: block !important; 
}

#splash {
	display: none;
}
/*=======================================================

	main_content

=======================================================*/
section{
	padding: 0 !important;
}

.section_block{
	padding: 0 10px;
}

/*-------------------------------------------------------
	title
-------------------------------------------------------*/
h2 {
	width: auto;
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
	text-align: left;
	font-size: 20px !important;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-top: 2px solid #ccc;
  background: #002D57;
}

/*-------------------------------------------------------
	news_area
-------------------------------------------------------*/
#news_area{
	font-size: 14px !important;
}

#news_area ul{
	margin:0 0 15px 0;
}

#news_area ul .date{
	margin: 0 0 0 0;
	color:#002c58;
}

#news_area ul .ttl{
  width: 300px;
	height: 1.5em;
	margin: 0 0 15px 0;
	display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow:ellipsis; /* Firefox */
  -o-text-overflow: ellipsis; /* Opera */
	-webkit-text-overflow: ellipsis; /* safari */
}

#news_area ul .ttl img{
	display: none;
}

/*btn_gnav_fb*/
#news_area .btn_gnav_fb span{
	padding-left: 22px;
	background: url(../img/sp/i_fb.png) no-repeat left center;
	background-size: 16px 16px;
}

#news_area .btn_gnav_fb a{
  padding: 20px 10px;
  display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #ccc;
	color: #002A5A;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5); /*テキストシャドウ*/
  -webkit-text-shadow: -1px -1px 0px rgba(255,255,255,0.5); 
  border-radius: 5px; /*角丸*/
  -webkit-border-radius: 5px;
	box-shadow: 0px 1px  1px rgba(0,0,0,0.1); /*ドロップシャドウ*/
	background: #666; /*グラデーションが効いてない場合の保険*/
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#DEDEDE));
}

/*-------------------------------------------------------
	intro_area
-------------------------------------------------------*/
#intro_area{
}

#intro_area h2{
	margin: 0;
}

#intro_area .intro_block{
}

#intro_area ul{
}

#intro_area ul li{
	border-bottom: 1px solid #ccc;
}

#intro_area ul li img{
	width: 40%;
	max-width: 500px;
	margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#intro_area ul li span{
	width: 53%;
  display: inline-block;
  vertical-align: middle;
}

#intro_area ul li a{
	font-size: 15px;
	display: block;
	text-decoration: none;
	background: url(../img/sp/i_next_panel.png) no-repeat 98% center;
	background-size: 10px 12px;
}

/*-------------------------------------------------------
	bnr_area_sp
-------------------------------------------------------*/
#bnr_area_sp{
	width: 96%;
	margin: 0 auto;
}

#bnr_area_sp li{
	margin-bottom: 10px;
}

#bnr_area_sp li a{
	display: block;
	border: 1px solid #ccc;
}

#bnr_area_sp li img{
	width: 100%;
}

}

