@charset "UTF-8";

/* body
-------------------------- */
body {
	background: #FFF;
	color: #001F3F;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	line-height: 1.65;
	/*-webkit-font-smoothing: antialiased;*/
	/*-webkit-font-smoothing: subpixel-antialiased;*/
}
html, body {
	/*height: 100%;
	overflow: auto;*/
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* 装飾
-------------------------- */
a:link,
a:visited {
	color: #001F3F;
	text-decoration: underline;
}
a:hover {
	/*color: #933378;*/
	color: #A6177D;
	text-decoration: none;
}
a, a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border: none;
	outline: none;
	-moz-outline-style: none;
}
#logo a img {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
ul, ol {
	list-style: none;
}
hr {
	border-top: 1px solid rgba(0, 31, 63, 0.1);
	width: 100%;
	margin: 0;
}
hr.short {
	width: 700px;
	margin: 40px 0;
}
@media only screen and (min-width:1200px) {
	hr.short {
		width: 800px;
	}
}

/* clearfix
-------------------------- */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* 汎用
-------------------------- */
.f_bold {font-weight: bold !important;}
.f_11 {font-size: 11px !important;}
.pd_right10 {padding-right: 10px !important;}
.pd_right20 {padding-right: 20px !important;}
.pd_btm05 {padding-bottom: 5px !important;}
.pd_btm10 {padding-bottom: 10px !important;}
.pd_btm20 {padding-bottom: 20px !important;}
.pd_btm30 {padding-bottom: 30px !important;}
.pd_btm40 {padding-bottom: 40px !important;}
.pd_rgt20 {padding-right: 20px !important;}
.t_left {text-align: left !important;}
.t_right {text-align: right !important;}
.t_center {text-align: center !important;}
.v_top {vertical-align: top !important;}
.v_bottom {vertical-align: bottom !important;}
.v_middle {vertical-align: middle !important;}

/* ---------------------------------------
	layout
--------------------------------------- */
#scrollUp {
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #001F3F url(../images/mark_pagetop.png) no-repeat center center;
	z-index: 100;
}
#scrollUp:hover {
	background: #933378 url(../images/mark_pagetop.png) no-repeat center center;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
.outer {
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	z-index: 1;
	position: relative;
}
.inner {
	max-width: 1200px;
	min-width: 768px;
	margin: 0 auto;
	padding: 60px 40px 30px;
	position: relative;
	text-align: center;
}
@media only screen and (min-width:1200px) {
	.inner {
		width: 1200px;
		padding: 60px 20px 30px;
	}
}
h1 {
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	line-height: 1.0;
}
h2 {
	margin: 0 0 40px;
	height: 40px;
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	background: url(../images/bar_h2.png) no-repeat bottom center;
	line-height: 1.2;
	text-align: center;
}
h3 {
	font-size: 16px;
	margin: 0 0 2px;
}
h4 {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 2px;
}

/* ---------------------------------------
	navi
--------------------------------------- */
#navi_outer {
	width: 100%;
	margin: 0 auto;
	background: none;
	position: relative;
	z-index: 10;
	height: 234px;
}
body#top #navi_outer {
	height: 700px;
}
#navi_inner {
	max-width: 1200px;
	min-width: 768px;
	margin: 0 auto;
	padding: 60px 40px 30px;
	position: relative;
	text-align: center;
}
@media only screen and (min-width:1200px) {
	#navi_inner {
		width: 1200px;
		padding: 60px 20px 30px;
	}
}
#logo img {
	width: 247px;
	height: 45px;
}
#sub_title {
	color: rgba(0, 31, 63, 0.4);
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	line-height: 1.2;
	margin: 15px auto;
}
nav ul {
	display: inline-block;
	font-family: 'Libre Baskerville', serif;
	font-size: 13px;
}
nav ul li {
	float: left;
	margin: 20px 6px 0;
}
nav#top_navi ul li {
	margin: 12px 15px 5px;
}
nav#top_navi ul li a:link,
nav#top_navi ul li a:visited {
	text-decoration: none;
	font-size: 16px;
}
nav#top_navi ul li a:hover {
	color: #001F3F;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
nav#top_navi ul li a.current:link,
nav#top_navi ul li a.current:visited,
nav#top_navi ul li a.current:hover {
	/*color: #933378;*/
	color: #A6177D;
}
/* scroll navi fix
------------------------ */
/* #navi_outer */
.fixed01 {
	height: 130px !important;
	position: fixed !important;
	top: 0 !important;
	padding: 0 !important;
	z-index: 10 !important;
	background: #FFF !important;
	border-bottom: 1px solid rgba(0, 31, 63, 0.1) !important;
}
/* #navi_inner */
.fixed02 {
	padding: 20px 0 10px !important;
}
/* #logo */
.fixed03 img {
	width: 136px !important;
	height: 25px !important;
}
/* #sub_title */
.fixed04 {
	margin: 5px auto 0 !important;
}
/* #h1_outer */
.fixed05 {
	margin: 140px auto 0 !important;
}
/* #key_outer */
.fixed06 {
	margin-top: 240px !important;
}

/* ---------------------------------------
	top
--------------------------------------- */
#pic_outer {
	width: 100%;
	margin: 0 auto;
	background: #CFDEF0;
	position: relative;
	/*position: fixed;
	top: 0;
	left: 0;*/
	z-index: 1;
}
#head_pic {
	z-index: -1;
	max-width: 1200px;
	min-width: 768px;
	height: 700px;
	margin: 0 auto;
	padding: 60px 40px 30px;
	position: relative;
	background: url(../../images/pic_chitose.jpg) no-repeat top center;
}
@media only screen and (min-width:1200px) {
	#head_pic {
		width: 1200px;
		padding: 60px 20px 30px;
	}
}
#key_outer {
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	z-index: 1;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
}

/* news ---- */
#news {
	width: 45%;
	float: left;
	text-align: left;
}
@media only screen and (min-width:1200px) {
	#news {
		width: 560px;
	}
}
#news dt {
	width: 15%;
	min-width: 85px;
	float: left;
	clear: both;
	color: rgba(0, 31, 63, 0.6);
}
@media only screen and (min-width:1200px) {
	#news dt {
		width: 82px;
	}
}
#news dd {
	width: 80%;
	margin: 0 0 30px 90px;
	text-align: left;
}
@media only screen and (min-width:1200px) {
	#news dd {
		width: 458px;
		margin: 0 0 30px 102px;
	}
}
.mark_new {
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	font-weight: bold;
	color: #B28500;
	padding: 0 0 0 10px;
}

/* pickup ---- */
#pickup {
	width: 45%;
	float: right;
	text-align: left;
}
@media only screen and (min-width:1200px) {
	#pickup {
		width: 560px;
	}
}
#pickup dt {
	width: 40%;
	float: left;
	clear: both;
}
@media only screen and (min-width:1200px) {
	#pickup dt {
		width: 200px;
	}
}
#pickup dt img {
	max-width: 200px;
	width: 100%;
	height: auto;
}
#pickup dd {
	width: 55%;
	margin: 0 0 30px 45%;
	text-align: left;
}
@media only screen and (min-width:1200px) {
	#pickup dd {
		width: 330px;
		margin: 0 0 30px 230px;
	}
}
#pickup p {
	font-style: italic;
	margin: 20px 0;
}
a.btn {
	float: right;
	background: #001F3F url(../images/mark_arrow.png) no-repeat 15px center;
	margin: 0;
	padding: 10px 20px 10px 35px;
	border: 0;
	outline: 0;
	text-align: center;
}
a.btn:link,
a.btn:visited {
	font-family: 'Libre Baskerville', serif;
	font-size: 13px;
	line-height: 1.0;
	color: #FFF;
	text-decoration: none;
}
a.btn:hover {
	background: #933378 url(../images/mark_arrow.png) no-repeat 15px center;
}

/* liveinformation ---- */
#liveinformation {
	width: 100%;
	text-align: left;
}
#liveinformation dl {
	width: auto;
	margin: 0 auto;
	/*display: inline-block;*/
	display: table;
}
#liveinformation dt {
	width: 100px;
	float: left;
	clear: both;
	color: rgba(0, 31, 63, 0.6);
}
#liveinformation dd {
	width: auto;
	margin: 0 0 30px 120px;
	text-align: left;
}
@media only screen and (min-width:1200px) {
	#liveinformation dd {
		max-width: 1000px;
	}
}

/* banner ---- */
#banner {
	margin: 0;
}
@media only screen and (min-width:1200px) {
	#banner {
		width: 1100px;
		margin: 0 30px;
	}
}
#banner ul {
	display: inline-block;
}
#banner li {
	width: 190px;
	margin: 0 15px 30px;
	float: left;
}
#banner li img {
	width: 190px;
	height: 56px;
}

/* foot ---- */
footer {
	width: 100%;
	margin: 0 auto 30px;
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	line-height: 1.0;
	border-top: 1px solid rgba(0, 31, 63, 0.1);
}

/* ---------------------------------------
	information
--------------------------------------- */
#h1_outer {
	width: 100%;
	margin: 0 auto;
	background: rgba(0, 31, 63, 0.1);
}
#h1_inner {
	max-width: 1200px;
	min-width: 768px;
	margin: 0 auto;
	padding: 27px 0;
	text-align: center;
}
@media only screen and (min-width:1200px) {
	#h1_inner {
		width: 1200px;
	}
}
#sub_inner {
	max-width: 1200px;
	min-width: 768px;
	margin: 0 auto;
	padding: 18px 0 35px;
	text-align: center;
}
@media only screen and (min-width:1200px) {
	#sub_inner {
		width: 1200px;
	}
}
table.full_wide {
	width: 700px;
	margin: 0 auto;
	table-layout: fixed;
}
@media only screen and (min-width:1200px) {
	table.full_wide {
		width: 800px;
	}
}
table.full_wide td {
	text-align: left;
	padding: 5px 0;
	vertical-align: top;
}

/* ---------------------------------------
	mail
--------------------------------------- */
#form {
	width: 500px;
	margin: 0 auto;
}
#form table td {
	vertical-align: middle;
}
input, textarea {
	padding: 10px;
	outline: 0;
	border: solid 1px #001F3F;
}
input:focus,
textarea:focus {
	background: #933378;
	color: #FFF;
}
input.btn {
	background: #001F3F url(../images/mark_arrow.png) no-repeat 15px center;
	padding: 10px 20px 10px 35px;
	border: 0;
	outline: 0;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}
input.btn:hover {
	background: #933378 url(../images/mark_arrow.png) no-repeat 15px center;
}




