@charset "utf-8";

/**
 *  サイト共通
 */

/*--------------------------------------------------------------------------
	reset
---------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
ul,ol,li,dl,dt,dd{list-style-type:none;list-style-position:outside;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{text-decoration:none;}
img{vertical-align:top;border:0;}
del{text-decoration:line-through;}
hr{display:block;height:0;border:0;margin:0;padding:0;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
em,strong{ font-weight: bold; font-style: normal;}
input,select,textarea{margin:0;padding:0;vertical-align:baseline;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}


/*--------------------------------------------------------------------------
	html
---------------------------------------------------------------------------*/
html{
	overflow-y: scroll;
}


/*--------------------------------------------------------------------------
	body
---------------------------------------------------------------------------*/
body{
	min-width: 1024px;
	color:#3f3f3f;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",Sans-Serif;
	font-size:14px;
	line-height:1.8;
	-webkit-text-size-adjust:100%;
}

body._en{font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",Sans-Serif}
body._sc,
body._tc{ font-family: "Microsoft Yahei", "PingHei", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" ;}
body._kr{ font-family: "Malgun Gothic", "Yoon Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}




/*--------------------------------------------------------------------------
	a
---------------------------------------------------------------------------*/
a{
	color: #005eca;
	text-decoration: underline;
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover{
	text-decoration:none;
}


/*--------------------------------------------------------------------------
	sup
--------------------------------------------------------------------------*/
sup{
	font-size: 12px;
	vertical-align: top;
}


/*--------------------------------------------------------------------------
  #Page
---------------------------------------------------------------------------*/
#Page{
	overflow: hidden;
}


/*--------------------------------------------------------------------------
	header
---------------------------------------------------------------------------*/
#Header{
	position: relative;
	width: 100%;
	height: 48px;
	background: #124e91;
}

/* .logo */
#Header .logo a{
	float: left;
	display: block;
	margin-left: 20px;
	font-size: 20px;
	line-height: 48px;
	color: #fff;
	text-decoration: none;
}

/* .navi_lang */
#Header .navi_lang{
	float: right;
	margin-right: 140px;
}
#Header .navi_lang dt,
#Header .navi_lang dd{
	float: left;
	font-size: 13px;
	line-height: 48px;
}
#Header .navi_lang dt{
	margin-right: 15px;
	font-weight: bold;
	color: #d9d9d9;
}
#Header .navi_lang dd a{
	position: relative;
	display: block;
	color: #fff;
	margin: 0 5px;
	padding: 0 10px;
	line-height: 48px;
	text-decoration: none;
}
#Header .navi_lang dd a:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: transparent;
  -webkit-transition: background .2s cubic-bezier(0.47, 0, 0.745, 0.715);
          transition: background .2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#Header .navi_lang dd a.active:after,
#Header .navi_lang dd a:hover:after{
	background: #fff;
}

/* .links */
#Header .links{
	position: absolute;
	right: 15px;
	top: 0;
	width: 108px;
}
#Header .links a{
	display: block;
	float: left;
}


/*--------------------------------------------------------------------------
	#Content
---------------------------------------------------------------------------*/
#Content{}


/*--------------------------------------------------------------------------
	#Reserve
--------------------------------------------------------------------------*/
#Reserve{
	position: relative;
	border-top: 4px solid #124e91;
	border-bottom: 4px solid #124e91;
	background: url(/global/common/hokuriku_arch/images/bg01.png);
}
#Reserve .bg{
	height: 318px;
	background: url(/global/common/hokuriku_arch/images/reserve_bg02.png) no-repeat 50% 0;
}
#Reserve dl{
	text-align: center;
}
#Reserve dt{
	padding: 70px 0 40px;
}


/*--------------------------------------------------------------------------
	footer
---------------------------------------------------------------------------*/
#Footer{
	height: 90px;
}

/* .links */
#Footer .links{
	float: left;
	width: 150px;
	margin: 20px 0 0 15px;
}
#Footer .links a{
	float: left;
	display: block;
	margin: 0 5px;
}

/* .copyright */
#Footer .copyright{
	float: right;
	padding-right: 20px;
	font-size: 12px;
	line-height: 90px;
}

/* .pagetop */
#Footer .pagetop{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 70px;
}


/*--------------------------------------------------------------------------
	clearfix
---------------------------------------------------------------------------*/
.cf:before,
.cf:after{
	content:"";
	display:table;
}
.cf:after{
	clear:both;
}
.cf{
	zoom:1;
}



/*==========================================================================
	common
==========================================================================*/

/*--------------------------------------------------------------------------
	.sec_ttl
--------------------------------------------------------------------------*/
/* .sec_ttl */
.sec_ttl{
	padding-bottom: 10px;
	text-align: center;
}
.sec_ttl span{
	display: inline-block;
	font-size: 42px;
	line-height: 1.2;
	border-bottom: 6px solid #02428c;
	color: #02428c;
}
._kr .sec_ttl span{
	line-height: 1.5;
}

/* .sec_sub01 */
.sec_sub01{
	margin: 50px 0 35px;
	border-radius: 5px;
	padding: 15px 30px 15px 50px;
	background: #e4f0f9 url(/global/common/hokuriku_arch/images/ico_circle01.png) no-repeat 20px 50%;
	font-size: 24px;
	color: #002751;
	line-height: 1.5;
}

/* .sec_sub02 */
.sec_sub02{
	margin: 35px 0 25px;
	border-bottom: 2px solid #b7bcc1;
	font-size: 21px;
	color: #02428c;
}

/* .sec_sub03 */
.sec_sub03{
	margin: 25px 0 10px;
	font-size: 16px;
	color: #333;
}


/*--------------------------------------------------------------------------
	.list
--------------------------------------------------------------------------*/
/* .list_dot01 */
.list_dot01 li{
	padding: 3px 0 3px 18px;
	background: url(/global/common/hokuriku_arch/images/ico_dot01.png) no-repeat 0 12px;
}

/* .list_link */
.list_link{
	margin-top: 8px;
}
.list_link li{
	padding: 2px 0;
}
.list_link .nolink,
.list_link a{
	display: inline-block;
	padding-left: 15px;
	background: url(/global/common/hokuriku_arch/images/ico_arw01.png) no-repeat 0 7px;
}

/* .list_note */
.list_note{
	margin-top: 8px;
}
.list_note li{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.list_note._type02 li{
	padding-left: 1.9em;
	text-indent: -1.9em;
}


/*--------------------------------------------------------------------------
	.box
--------------------------------------------------------------------------*/
.box_type01{
	margin: 40px 0;
	position: relative;
	padding: 30px;
	border-radius: 5px;
	background: url(/global/common/hokuriku_arch/images/bg02.png);
}
.box_type01 .box_ttl{
	margin-bottom: 5px;
	font-size: 20px;
	color: #002751;
	line-height: 1.5;
}


/*--------------------------------------------------------------------------
	table
--------------------------------------------------------------------------*/
/* .tbl_base01 */
.tbl_base01{
	margin: 30px 0 25px;
	width: 100%;
	border-radius: 5px;
	border-collapse:separate;
}
.tbl_base01,
.tbl_base01 th,
.tbl_base01 td{
	border: 1px solid #20498f;
	text-align: center;
	vertical-align: middle;
}
.tbl_base01 th{
	padding: 10px;
	background: #d2eefb;
	font-size: 16px;
	color: #02428c;
}
.tbl_base01 th.ttl{
	font-size: 18px;
}
.tbl_base01 td{
	padding: 15px 10px;
	color: #fe7300;
	font-weight: bold;
	font-size: 20px;
}

/* .tbl_base02 */
.tbl_base02{
	width: 100%;
	margin: 25px 0 40px;
}
.tbl_base02,
.tbl_base02 th,
.tbl_base02 td{
	border: 1px solid #c4cad0;
	text-align: center;
	vertical-align: middle;
}

.tbl_base02 thead th{
	width: 50%;
	padding: 18px;
	background: #d2eefb;
	font-size: 16px;
}
.tbl_base02 tbody th{
	padding: 7px;
	color: #02428c;
	background: #f0f2f5;
}
.tbl_base02 .sub td{
	padding: 7px;
}
.tbl_base02 td{
	padding: 20px 0 25px;
}
.tbl_base02 td img{
	vertical-align: bottom;
}


/*--------------------------------------------------------------------------
	hover
--------------------------------------------------------------------------*/
.alpha,
.all_alpha a img{
	-webkit-transition: opacity .2s cubic-bezier(0.47, 0, 0.745, 0.715);
	        transition: opacity .2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.alpha:hover,
.all_alpha a:hover img{
	opacity: .7;
	filter:alpha(opacity=70);
}


