@charset"UTF-8";

/**
 * 尾花沢市
 * default.css
 */

/* IMPORT RESET */
/*@import url("reset.css");*/

/* import glyphicon */
/*@import url("glyphicon.css");*/

/* global ============================== */

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

:before, :after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

body {
	margin: 0;
	background-color: #fff;
	color: #1a1a1a;
	font-family: sans-serif;
	line-height: 1.7;
	}

a:link {
	color: #3232FF; /*#3347E4;*/
	text-decoration: none;
	}
/*a:visited {
	color: #2E3E99;
}*/
a:hover, a:active {
	text-decoration: underline;
	}

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

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 100%;
}
ul, ol {
	margin: 0; padding: 0;
	list-style-type: none;
}

strong { font-weight: bold; }
pre { white-space: pre; }

/* img-responsive */
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}

.btn {
	display: inline-block;
	padding: 2px 6px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	/*vertical-align: middle;*/
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	transition-property: opacity;
	transition-duration: .2s;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  opacity: 0.6;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  /*
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          */
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 8px;
  font-size: 85.7%;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 85.7%;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
	display: block;
	/*width: 100%;*/
	padding-right: 0;
	padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-default, a.btn-default {
	border: 1px solid #ccc;
	background: #fff; color: #333;
}
.btn-green,  a.btn-green  { background: #45a127; color: #fff; }
.btn-pink,   a.btn-pink   { background: #DD61B2; color: #fff; }
.btn-blue,   a.btn-blue   { background: #4D6DB2; color: #fff; }
.btn-orange, a.btn-orange { background: #EC7600; color: #fff; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}

/* jquery.multirollover.js */
a.hover {
	position: relative; left: 0; top: 0;
	display: inline-block;
}

/* 基本レイアウト ============================== */

body {
	-webkit-text-size-adjust: 100%;
}

#con,
.container {
	margin: 0 auto; padding: 0 5px;
	max-width: 972px;
}

#site {}
#head {}

#con:after {
	content: ""; 
	display: table; 
	clear: both; 
}

#con {}

	#main,
	/*#sub,*/
	#side-banner {
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	@media ( min-width : 768px ) {
		/* .gutters .col.span_11 */
		#main {
			width: 68.125%;
			}
		/* .gutters .col.span_5 */
		/*#sub {*/
		#side-banner {
			width: 29.875%;
			margin-left: 2%;
		}
	}

	#main2 {
		display: block;
		width: 100%;
		}

#con,
.waku-footer {
	clear: both;
	}

#foot {}

/* スマホメニュー＆ドロワー ============================== */
#head { padding-top: 42px; }
.sp-menu {
	position: absolute; left: 0; top: 0;
	width: 100%;
	padding: 5px;
	border-bottom: 2px solid #fff;
	background-color: #45a127;
	color: #fff;
}
.sp-menu__title,
a.sp-menu__trigger {
	display: block;
	padding: 5px;
}
a.sp-menu__trigger {
	position: absolute; right: 5px; top: 5px;
	border-radius: 4px;
	color: #fff;
}
a:hover.sp-menu__trigger,
a:active.sp-menu__trigger {
	text-decoration: none;
}

@media ( min-width : 768px ) {
	#head { padding-top: 0; }
	.sp-menu, #sp-menu {
		display: none;
	}
}

/* ヘッダ ============================== */

#head {
	background: transparent url(images/home__yukigorou.png) no-repeat right 44px;
}
@media ( min-width : 768px ) {
	#head {
		border-top: 1px solid #fff;
		background: transparent url(images/header__bg.png) repeat-x left top;
	}
}

#head .container {
	position: relative; left: 0; top: 0;
}

.site-logo {
	margin: 20px 0 12px 0;
	text-align: right;
}
.site-logo img {
	width: 180px;
}
@media ( min-width : 768px ) {
	.site-logo {
		text-align: left;
	}
	.site-logo img {
		width: auto;
	}
}

.header-tools {
	position: absolute; right: 5px; top: 15px;
}
.header-tools span {
	/*font-size: 90%;*/
}
	.multilingual {
		float: left;
		margin-left: 10px;
		padding-top: 2px; padding-right: 10px;
		border-right: 1px dotted #ccc;
	}
		.multilingual a {
			color: #1a1a1a;
		}
	.font-size {
		float: left;
		padding-top: 2px; padding-right: 10px;
		border-right: 1px dotted #ccc;
	}
		.font-size button {
			position: relative; left: 0; top: -2px;
			opacity: .5;
		}
		.font-size button.active {
			opacity: 1;
		}

	.search {
		float: left;
		width: 207px;
		margin-left: 10px;
	}
		#___gcse_0 {}
		.gsc-control-cse * {
			-webkit-box-sizing: content-box;
			   -moz-box-sizing: content-box;
			        box-sizing: content-box;
		}
		.gsc-control-cse {
			padding: 0 !important;
		}
		.gsc-control-cse {
			border: none !important;
			background: none !important;
		}
		.gsc-search-box-tools .gsc-search-box .gsc-input {
			padding-right: 4px !important;
		}
		input.gsc-search-button-v2 {
			padding: 5px 20px !important;
			margin-top: 0 !important;
		}
		input.gsc-search-button {
			border-radius: 4px !important;
		}
		.gcsc-branding-text-name {
			white-space: nowrap;
		}
		.gsc-table-result {
			margin: 0 8px;
		}
		.gs-snippet {
			line-height: 1.5;
		}
		.gsc-result .gs-title {
			height: auto !important;
		}

.header-shortcut {
	position: absolute; right: 5px; bottom: 15px;
}
.header-shortcut li {
	display: inline-block;
	margin-left: 10px;
}
.header-shortcut a {
	color: #1a1a1a;
}
.header-shortcut a .fa {
	color: #89bf73;
}

.header-menu {
	display: none;
}
	.header-menu ul {
	}
	.header-menu li {
		display: block;
		float: left;
		width: 48%;
		margin-left: 1%; margin-right: 1%;
		padding: 5px 0;
	}
	.header-menu li a {
		display: block;
	}
@media ( min-width : 768px ) {
	.header-menu {
		display: block;
		padding: 6px 0;
		background-color: #f7f6f2;
		border-top: 1px solid #e5e5e5;
	}
	.header-menu li {
		width: 23.5%; /* 18.4% */
		margin-left: 2%; margin-right: 0;
		padding: 0;
	}
	.header-menu li:first-child {
		margin-left: 0;
	}
	.header-menu li a {
	  -webkit-transition: background-color .4s;
	          transition: background-color .4s;
	}
	.header-menu li a:hover {
	}
}

/* パンくず */
.pathlink {
}
	.pathlink ul {
		margin: 0; padding: 10px 5px;
		list-style: none;
	}
		.pathlink li {
			float: left;
			margin-right: 0.5em;
			color: #666;
			font-size: 90%;
		}
		.pathlink .sep {
			margin: 0 5px;
		}
		.pathlink .fa {
			color: #D5D0BD;
			font-size: 140%;
			vertical-align: -0.1em;
			/*opacity: 0.5;*/
		}
		.pathlink li.print {
			float: right;
			}

			.pathlink li a  {
				color: #3232FF;
				/*color: #666;
				text-decoration: none;*/
			}
			.pathlink li a:hover,
			.pathlink li a:active {
				/*color: #3232FF;
				text-decoration: underline;*/
			}

/* フッタ ============================== */
.waku-footer {
	font-size: 14px;
	color: #1a1a1a;
}

#foot {
	margin-top: 30px; padding: 20px 0;
	background-color: #f7f6f2;
	border-top: 1px solid #E5E5E5;
}

#copyright {
	padding: 20px 0 30px 0;
	font-size: 14px;
}
#copyright .counter {
	color: #ccc;
}

@media ( min-width : 768px ) {
	.footer__address {
		padding-top: 15px;
	}
}
.footer__logo {
	margin-bottom: 4px;
}

.footer__menu {
	display: none;
	padding-top: 15px;
}
	.footer__menu a {
		color: #1a1a1a;
	}
	.footer__menu a .fa {
		color: #ccc;
	}

@media ( min-width : 768px ) {
	.footer__menu {
		display: block;
	}
}

#back-to-top {
	position: fixed; right: 3%; bottom: 2.5%;
	padding: 8px;
	background: #45a127;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
	color: #fff;
	cursor: pointer;
}

/* エラーページ ============================== */
.page-err {
	margin: 4em 0;
	}

/* 共通 ============================== */

/* 重要なお知らせ */
.emergency {
	margin-bottom: 20px;
	padding: 1px;
	border: 1px solid #e03837;
}
.emergency h2 {
	padding: 2px 5px;
	background-color: #f9d7d7;
	text-shadow: 1px 1px 0 #fff;
}
.emergency h2 .fa {
	color: #ec8887;
}
.emergency ul {
	padding: 5px 10px;
}
.emergency li .fa {
	color: #f9d7d7;
}
.emergency li .date {
	color: #666;
}

/* box */
.box {
	margin-bottom: 20px;
}
.box-default .box-header {
	padding: 5px 10px;
	background-color: #45A127;
	color: #fff;
	font-weight: bold;
}
.box-default .box-header a {
	color: #fff;
}
.box-default .box-body {
	background-color: #f7f6f2;
}
.box li a, .box li span {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px dotted #e5e5e5;
	color: #1a1a1a;
}
.box li .disabled { color: #999; }
.box-default li a:hover,
.box-default li a.active {
	background-color: #efede5;
}

.box-default li .fa { color: #45a127; opacity: 0.6; }

.box-red, .box-green {
	border: 1px solid #ccc;
}
.box-red .box-header, .box-green .box-header {
	margin: 1px; padding: 4px 10px;
	color: #fff;
	font-weight: bold;
}
.box-red li a, .box-green li a {
	margin: 0 10px; padding: 5px 0;
}

.box-red .box-header { background-color: #E65F5E; }
.box-green .box-header { background-color: #6AB352; }
.box-red .box-body .fa { color: #F8D7D6; }
.box-green .box-body .fa { color: #b4d9a8; }

/* banner */
.banner ul {
	margin-bottom: 20px;
}
.banner ul li {
	margin-bottom: 10px;
}
.banner ul li img {
	margin: 0 auto;
}

.youtube {
	width: 226px;
	margin: 0 auto;
}
.youtube-player {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube-player iframe {
	position: absolute; top: 0; right: 0;
	max-width: 100%;
	max-height: 100%;
}

/* Font Awesome Icons ============================== */
.fa-xs { font-size: 5px;  vertical-align: 0.5em; }
.fa-sm { font-size: 8px; }
.fa-md { font-size: 14px; }
/*.fa-lg { font-size: 18px; }*/

/* ClearFix ============================== */
.clearfix { zoom: 1; }
.clearfix:after {
	content: "";
	display: block;
	clear: both; }

.header-menu:before,
.header-menu:after {
  display: table;
  content: " ";
}
.header-menu:after {
	clear: both;
}

/* responsive utilities ============================== */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

/* responsive.gs.12col.css ============================== */

/*	16 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */

.container { margin: 0 auto; }
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
	content: ""; 
	display: table; 
	clear: both; 
}
.row { padding-bottom: 0; }
.col {
	display: block;
	float: left;
	width: 100%;
}
@media ( min-width : 768px ) {
	.gutters .col { margin-left: 2%; }
	.gutters .col:first-child { margin-left: 0; }

	.span_1 { width: 8.33333333333%; }
	.span_2 { width: 16.6666666667%; }
	.span_3 { width: 25%; }
	.span_4 { width: 33.3333333333%; }
	.span_5 { width: 41.6666666667%; }
	.span_6 { width: 50%; }
	.span_7 { width: 58.3333333333%; }
	.span_8 { width: 66.6666666667%; }
	.span_9 { width: 75%; }
	.span_10 { width: 83.3333333333%; }
	.span_11 { width: 91.6666666667%; }
	.span_12 { width: 100%; }
	
	.gutters .span_1 { width: 6.5%; }
	.gutters .span_2 { width: 15.0%; }
	.gutters .span_3 { width: 23.5%; }
	.gutters .span_4 { width: 32.0%; }
	.gutters .span_5 { width: 40.5%; }
	.gutters .span_6 { width: 49.0%; }
	.gutters .span_7 { width: 57.5%; }
	.gutters .span_8 { width: 66.0%; }
	.gutters .span_9 { width: 74.5%; }
	.gutters .span_10 { width: 83.0%; }
	.gutters .span_11 { width: 91.5%; }
	.gutters .span_12 { width: 100%; }
}
