@charset "utf-8";

/*------------------------------------------------------------------------------
CSS Modules Import
Date: 2012-09-27
------------------------------------------------------------------------------*/

@import 'reset.css';
@import 'base.css';
@import 'default.css';

.clearfix {
	zoom:1;
}
.clearfix:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}

.bnr_toptop{

}

.bnr_toptop a{
	display: block;
	margin:20px auto;
	border:1px solid #013179;
	background-color: #013179;
	text-align: center;
	padding: 15px 0;
	width: 95%;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

.bnr_toptop a:hover{
	background-color: #fff;
	color: #013179;
	text-decoration: underline;	
}

.bnr_hokkaido{
	display: block;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:3px solid #1a57ab;
}

.bnr_hokkaido a{
	display: block;
	margin:20px auto;
	border:1px solid #1a57ab;
	background-color: #1a57ab;
	text-align: center;
	padding: 15px 0;
	width: 95%;
	color: #fff;
	text-decoration: none;
}

.bnr_hokkaido a:hover{
	background-color: #fff;
	color: #1a57ab;
	text-decoration: underline;	
}

.oreange_bar{
	padding:0 0 20px 0 !important;
	margin: 0 0 5px 0;
	font-size: 30px !important;
	text-align: center;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
font-weight: normal;
	background: url(../images/orange_bg.png) no-repeat bottom;
}

.bnrbox2023{
	text-align: center;
}

.bnrbox2023 a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.bnr_flexbox{
 display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.bnr_flexbox p{
 width: calc(100%/3);
 text-align: center;
 margin: 0 auto;
}
.bnr_flexbox p img{
 width: 96%;
}
.bnr1000 a{
 display: block !important;
}
.bnr2000 a{
 display: none !important;
}
.bnr3000 a{
 display: block !important;
}
.bnr5000{
 display: none !important;
}
.bnr202307{
 display: none !important;
}
.bnr202308{
 display: none !important;
}
.bnr20230903{
 display: none !important;
}
.bnr20231004{
 display: none !important;
}
.bnrbox_all_inn{
 display: block !important;
 margin-bottom: 15px;
 text-align: center;
}
/*
.bnrbox_all_inn a{
 display: block !important;
 margin-bottom: 15px;
 text-align: center;
}
*/
.bnrbox_all_inn a:hover{
 opacity:0.6;
}

.mb10{
    margin-bottom: 10px;
}


.bnrbox_ra a {
  display: block;
  width: 50%;
  background-color: #d2a619;
  text-align: center;
  color: #fff !important;
  padding: 10px 0;
  border: 1px solid #d2a619;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}
.bnrbox_ra a:hover {
  background-color: #fff;
  color: #333 !important;
}