@charset "UTF-8";
/* ------------------ */
/* -- COMMON.CSS ---- */
/* ------------------ */

/* -- body ----------------------------- */
body{
	background-color: #fff; 
	background-repeat: no-repeat;
	background-position: center top;
}

/* -- FONT ----------------------------- */

html { font-size:16px; }
h1 { font-size:1.4rem; font-family: 'Quicksand', sans-serif; }
h2 { font-size:1.14rem; }
h3 { font-size:1.14rem; }
p { font-size:1rem; }
small { font-size:0.775rem; }

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "HGゴシックM", "HGGothicM";
	line-height: 1.5;
	}


.webfont1{
	font-family: 'Crimson Text', serif;
	padding-left:10px;
	text-shadow: 0 0 6px #111;
}

.menu_tx_s{
	font-size:1.1rem;
}
.col_01{color:#888;}


/* -- LINK ----------------------------- */

.news_table a { color: #055b7d;}
/*.news_table a:link { color: #fff; }
.news_table a:visited { color: #fff; }*/
.news_table a:hover { color: #055b7d; }
.news_table a:active { color: #055b7d; }


a { color: #055b7d;}
/*a:link { color: #fff; }
a:visited { color: #fff; }*/
a:hover { color: #055b7d; }
a:active { color: #055b7d; }
a { -webkit-tap-highlight-color: rgba(5,91,125,0.7); }
a:hover img { opacity :1; }
a:hover { opacity:0.8;}


/* -- IMG ------------------------------ */




/* -- BOX SIZE ------------------------- */
body{
	width:100%;
	text-align:center;
}

.wrap{
	margin: 0 auto;
	padding: 0;
	/*width: 1100px;*/
}

.container{
	margin: 0 auto;
	width: 100%;
}


footer {
	width:100%;
	margin: 0px auto;
}


/* -- FLEXBOX --------------------------- */
.flex_container{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-direction: row;
	flex-flow:row;
}

.flex_wrap{
   -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}



/* -- MAIN --------------------------- */


h1{margin:0;}



/* -- FOOTER ------------------------- */
.footer_margin{
	width:100%;
	margin:0;
	padding:10px 0;
	background-color:#F7F7F7;
}

.foot_copy_box{
	color:#000;
	text-align:center;
	font-size:0.925rem;
}




@media only screen and (min-width: 1025px) { /*769以上*/
	.min768 { display: none;}
	.hamburger { display: none;}
	.footer_box1 { width:360px; }
	.footer_box2 {
		text-align: left;
		position:relative;
	}
}





@media only screen and (max-width: 1024px) { /*768以下*/

	.wrap{
		width:100%;
	}
	
	main { padding-top:0px;}
	.max768 { display: none;}
	.navbar { display: none;}
	.flex_container{ flex-flow:column;}
	.flex_container_sp{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-flow:row;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.footer_margin{
		margin:0;
		padding:10px 0;
	}



	.menu_tx_s{ font-size:0.925rem;}
	.titlebkcolor{
		background:#fff;
	}
}



