@charset "UTF-8";
/*=======================================================================
  Variables parameters
=======================================================================*/
.box-line1, .box-line2, #cat-manager .manager-box, ul.mnav, ul.home-nav, #main-box .box-route {
  *zoom: 1;
}
.box-line1:after, .box-line2:after, #cat-manager .manager-box:after, ul.mnav:after, ul.home-nav:after, #main-box .box-route:after {
  content: "";
  display: table;
  clear: both;
}

/*
$screen-xs:                  480px !default;
$screen-xs-min:              $screen-xs !default;
$screen-phone:               $screen-xs-min !default;
$screen-sm:                  640px !default;
$screen-sm-min:              $screen-sm !default;
$screen-tablet:              $screen-sm-min !default;

$screen-md:                  960px !default;
$screen-md-min:              $screen-md !default;
$screen-desktop:             $screen-md-min !default;

$screen-lg:                  1281px !default;
$screen-lg-min:              $screen-lg !default;
$screen-lg-desktop:          $screen-lg-min !default;

$screen-xs-max:              ($screen-sm-min - 1) !default;
$screen-sm-max:              ($screen-md-min - 1) !default;
$screen-md-max:              ($screen-lg-min - 1) !default;

*/
/* custom Colors
_____________________________________________________________________ */
/*文字色*/
/*あお*/
/*背景*/
/*table背景等*/
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%
  /*font-feature-settings : "pkna" 1;*/
}

/* ie10以降のみ適用
_____________________________________________________________________ */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'メイリオ', 'Meiryo', sans-serif;
  }
}
img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}

#main-box p {
  margin-bottom: 10px;
  line-height: 1.6;
}

hr {
  clear: both;
}

.clearfix {
  clear: both;
}

ol li {
  margin-bottom: 10px;
  margin-left: -10px;
}

ul {
  list-style: outside none none;
}

.page-header {
  padding: 0;
  margin: 0;
  border: none;
}

.moduletable {
  margin-bottom: 0;
  padding: 0;
}

/*=======================================================================
  共通
=======================================================================*/
html {
  overflow: auto;
}

#wrap {
  overflow-x: hidden;
  position: relative;
  margin: 0 auto 0;
  padding-top: 0 !important;
}

/*=======================================================================
  Title
=======================================================================*/
.pageheader {
  background-color: #1e91f3;
  background-image: url(../images/title_bg.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.pageheader .container {
  text-align: center;
}
.pageheader .container h1 {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 640px) {
  .pageheader .container h1 {
    height: 80px;
    line-height: 80px;
  }
}
@media (min-width: 960px) {
  .pageheader .container h1 {
    height: 100px;
    line-height: 100px;
  }
}

h2 {
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 20px;
  margin: 2em 0 1em;
  color: #000;
  padding-bottom: 4px;
  border-bottom: #1e91f3 3px solid;
  line-height: 1.6;
}
@media (min-width: 640px) {
  h2 {
    margin: 1.8em 0 3em;
  }
}

h3 {
  margin: 0 0 0.4em;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}

/*=======================================================================
  Basic Elements
=======================================================================*/
.pd-bo-0 {
  padding-bottom: 0 !important;
}

.mg-tp-md {
  margin-top: 40px;
}

.mg-tp-sm {
  margin-top: 20px;
}

.mg-bt-md {
  margin-bottom: 40px;
}

.mg-bt-sm {
  margin-bottom: 20px;
}

.w-auto {
  width: auto !important;
}

#breadcrumbs {
  font-size: 10px;
  padding: 6px 0;
  background-color: transparent;
}
@media (min-width: 960px) {
  #breadcrumbs {
    font-size: 12px;
  }
}

#breadcrumbs .fa-home {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding-top: 6px;
}
@media (min-width: 960px) {
  #breadcrumbs .fa-home {
    font-size: 16px;
  }
}

#main-box {
  margin-bottom: 4em;
  min-height: 300px;
}
@media (min-width: 640px) {
  #main-box {
    min-height: 500px;
  }
}

#cat-home #main-box {
  margin: 0;
  padding: 0;
}

@media (max-width: 639px) {
  section .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.map,
.map iframe {
  height: 300px;
  width: 100%;
}

/*=======================================================================
  Header B pattern
=======================================================================*/
.header {
  line-height: 1;
}

#navigation {
  box-shadow: none;
  -webkit-transition: background-color 1s linear 0 , width 1s linear 0 , height 1s linear 0;
          transition: background-color 1s linear 0 , width 1s linear 0 , height 1s linear 0;
}

#header .container {
  position: relative;
}

#header {
  background-color: #fff;
  -webkit-transition: background-color .3s linear 0;
          transition: background-color .3s linear 0;
}

#cat-home #header {
  background-color: transparent;
  height: 110px;
  position: absolute;
  width: 100%;
  z-index: 100;
}

#cat-home .navbar-default {
  background-color: transparent;
}

.bg-in {
  background-color: #fff !important;
}

.bg-in #navigation {
  background-color: #fff !important;
  -webkit-transition: background-color 0.3s linear 0;
          transition: background-color 0.3s linear 0;
}

#brand {
  float: left;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#brand img {
  width: 200px !important;
  height: auto !important;
  padding: 0;
}

.notranslate {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
  text-align: center;
  clear: both;
}

@media (min-width: 960px) {
  /*	.navbar-header {
  		float:none;
  	}
    */
  .navbar-nav {
    float: right;
    margin-top: 36px;
    margin-bottom: 20px;
  }

  #cat-home .navbar-nav {
    float: none;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  /*	.navbar-nav > li{
      display: table-cell;
      float: none;
  	}
  */
  .navbar-nav > li > a {
    font-size: 15px;
    line-height: 1.4;
    padding: 5px 10px;
    text-align: center;
  }

  #cat-home .navbar-nav > li {
    display: inline-block;
    float: none;
  }

  .navbar-default .navbar-nav > li > a {
    color: #000;
  }

  .navbar-nav > li.item-101 {
    display: none;
  }

  .navbar-default .navbar-nav > .alias-parent-active > a,
  .navbar-default .navbar-nav > .alias-parent-active > a:hover,
  .navbar-default .navbar-nav > .alias-parent-active > a:focus,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #1e91f3;
    background-color: transparent;
  }

  #brand {
    float: none;
    margin: 15px auto 10px;
    padding-left: 0;
    text-align: center;
  }

  #brand img {
    width: 200px !important;
    padding: 0;
  }

  #top {
    background-color: #0099ff;
    line-height: 1.3;
  }

  .topnav {
    position: relative;
    margin: 6px 100px 6px 0;
    padding: 0;
    text-align: center;
  }

  .topnav li {
    display: inline-block;
  }

  .topnav li a {
    color: #fff;
    text-align: center;
    padding: 2px 20px;
    border-right: #fff 1px solid;
  }

  .topnav li a.hover,
  .topnav li a:hover {
    background-color: #33bdff;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
  }

  .notranslate {
    position: absolute;
    top: 0;
    right: 15px;
    clear: inherit;
    width: auto;
  }
}
@media (max-width: 959px) {
  ul.sp_gnav {
    margin: 0 -10px;
    padding: 0;
    overflow: hidden;
  }

  ul.sp_gnav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: #ccc 1px solid;
    font-size: 13px;
    width: 100%;
    display: block;
    background-color: #f2f2f2;
    vertical-align: top;
    color: #333;
  }

  ul.sp_gnav li a {
    position: relative;
    padding: 14px 20px !important;
    color: #222;
    display: block;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
  }

  ul.sp_gnav li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    content: "";
  }

  ul.sp_gnav li a:active,
  ul.sp_gnav li a:hover {
    background-color: #ccc;
    text-decoration: underline;
  }

  .navbar-toggle {
    border-radius: 0;
    padding: 10px !important;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 1px;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
  }

  #header .topnav {
    display: none;
  }
}
@media (max-width: 960px) {
  #header .container {
    width: 100%;
  }
}
/*=======================================================================
  Footer A pattern
=======================================================================*/
#footer {
  min-height: 200px;
  padding: 40px 0 20px;
  text-align: center;
  background-color: #fff;
  background-image: url(../images/line1.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-size: auto 3px;
}

#footer img {
  margin: 0 auto 10px;
  width: 160px;
}

#footer .copy {
  color: #1e91f3;
  font-size: 11px;
  clear: both;
}

#footer ul.sitenav {
  display: none;
}

@media (min-width: 640px) {
  #footer {
    min-height: 100px;
    padding: 60px 0 40px;
    text-align: left;
  }

  #footer img {
    margin: 0 0 30px;
    width: 230px;
  }

  #footer ul.sitenav {
    margin: 0;
    padding: 0;
    display: inherit;
    text-align: left;
  }

  #footer ul.sitenav li {
    display: block;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
  }

  #footer ul.sitenav li.tit {
    font-size: 20px;
    margin-top: 0;
  }

  #footer ul.sitenav li.tit2 {
    font-size: 20px;
    margin-top: 3em;
  }

  #footer ul.sitenav li a {
    color: #1e91f3;
    text-decoration: none;
    display: inline;
  }

  #footer ul.sitenav li a:hover {
    color: #4d4d4d;
    text-decoration: none;
  }
}
@media (max-width: 639px) {
  #footer ul.infonav li {
    display: inline-block;
    border-bottom: #ccc 1px solid;
    background-color: #eee;
    width: 50%;
  }

  #footer ul.infonav li.item-132,
  #footer ul.infonav li.item-129 {
    width: 100%;
    display: block;
  }

  .bottomnav {
    margin: 0 0 20px;
    padding: 0;
  }

  .bottomnav li {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    border-bottom: #ccc 1px solid;
    background-color: #eee;
  }

  .bottomnav li a {
    color: #000;
    padding: 5px 10px;
  }

  .bottomnav li a.hover,
  .bottomnav li a:hover {
    background-color: #ccc;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
  }
}
/*=======================================================================
  Table css
=======================================================================*/
/* table ta-line
_____________________________________________________________________ */
table.ta-line {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

table.ta-line tr th {
  background-color: #f2f2f2;
}

@media (max-width: 640px) {
  table.ta-line,
  table.ta-line tbody,
  table.ta-line tr,
  table.ta-line tr td,
  table.ta-line tr th {
    display: block;
    width: 100% !important;
  }
}
/* table ta-type1
_____________________________________________________________________ */
.ta-type1 {
  border-collapse: collapse;
  border: 2px solid #ccc;
}

.ta-type1 th {
  padding: 14px 10px !important;
  background-color: #e8f4fe;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  font-weight: bold;
  vertical-align: top;
}

.ta-type1 td {
  padding: 14px 10px !important;
  border: 2px solid #ccc;
  background-color: #fff;
  vertical-align: top;
}

/*=======================================================================
  Box Line
=======================================================================*/
/* sample */
/* */
.box-line1 {
  box-sizing: border-box;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  margin: 1em 0;
  padding: 30px 20px 20px;
}
@media print, screen and (min-width: 640px) {
  .box-line1 {
    padding: 30px;
  }
}
@media (min-width: 960px) {
  .box-line1 {
    padding: 20px 40px;
  }
}
.box-line1 h4 {
  margin: 0 0 .5em 0;
}

#main-box .box-line1 p {
  margin-bottom: 0;
}

.box-line2 {
  box-sizing: border-box;
  background-color: #e6e6e6;
  border-radius: 4px;
  margin: 1em 0;
  padding: 30px 20px 20px;
}
@media print, screen and (min-width: 960px) {
  .box-line2 {
    padding: 30px;
  }
}
.box-line2 h4 {
  margin: 0 0 .5em 0;
  color: #000;
}

.box-line3 {
  box-sizing: border-box;
  background-color: #1e91f3;
  border-radius: 10px;
  margin: 1em 0;
  padding: 10px 20px 10px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
.box-line3 .btn-black {
  float: right;
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 640px) {
  .box-line3 {
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    float: left;
  }
}

.box-line4 {
  box-sizing: border-box;
  border-radius: 10px;
  margin: 1em 0;
  padding: 10px 20px 10px;
  width: 100%;
  border: 2px solid #1e91f3;
  margin: 2em 0;
}
.box-line4 h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.blue-label {
  background-color: #008bff;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}

#cat-manager h5 {
  font-size: 18px;
  font-weight: bold;
  color: #008bff;
  margin: 1em 0 0.5em;
}
#cat-manager h6 {
  font-size: 18px;
  font-weight: bold;
}

#cat-manager .header-img {
  overflow: hidden;
  position: relative;
}
@media (min-width: 640px) {
  #cat-manager .header-img {
    width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  #cat-manager .header-img {
    width: 100%;
    background-color: #008bff;
    height: 280px;
  }
}
#cat-manager .header-img img {
  max-height: 280px;
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 960px) {
  #cat-manager .header-img img {
    float: right;
  }
}
#cat-manager .header-img .header-inner {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "MS PMincho", serif;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 1.5;
  padding: 10px 10px 5px;
  color: #283593;
  text-align: left;
}
@media (min-width: 960px) {
  #cat-manager .header-img .header-inner {
    color: #fff;
    font-size: 22px;
    padding: 30px 40px 20px;
    line-height: 1.68;
    letter-spacing: .21em;
  }
}

#cat-manager .manager-box {
  margin: 30px 30px;
  text-align: center;
  line-height: 1;
}
#cat-manager .manager-box .manager-name {
  font-size: 24px;
}

#cat-manager .manager-box p {
  margin-bottom: 0;
}

/*=======================================================================
  List icon
=======================================================================*/
ul.list-ico,
ul.list-ico-f {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none outside none;
}

ul.list-ico li {
  margin: 0 0 5px;
  padding: 2px 0 2px 18px;
  background: url(../images/ico_circle1.gif) no-repeat scroll 0 0.4em transparent;
  line-height: 1.4;
  min-height: 1em;
}

ul.list-ico-f li {
  margin: 0 20px 5px 0;
  padding: 2px 0 2px 18px;
  background: url(../images/ico_circle1.gif) no-repeat scroll 0 0.4em transparent;
  line-height: 1.4;
  min-height: 1em;
  display: inline;
  float: left;
}

/*=======================================================================
  Listnews
=======================================================================*/
.listnews {
  text-align: left;
}

ul.listnews li a {
  color: #fff;
  padding: 4px 5px;
}
ul.listnews li a span {
  font-weight: bold;
  margin-right: 10px;
}
ul.listnews li a:visited {
  color: #fff;
}
ul.listnews li a:hover {
  background-color: #fff;
  color: #1e91f3;
}

/*=======================================================================
  Menu Nav mnav
=======================================================================*/
ul.mnav {
  margin: 0 -20px 20px;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 640px) {
  ul.mnav {
    margin: 0 auto 40px;
    text-align: center;
    border-bottom: none;
  }
}
ul.mnav li {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  border-top: 1px solid #ccc;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 1.3;
}
@media print, screen and (min-width: 640px) {
  ul.mnav li {
    margin-bottom: 10px;
    padding-right: 10px;
    width: 33.33333%;
    float: left;
    border: none;
    font-size: 1em;
  }
}
@media print, screen and (min-width: 960px) {
  ul.mnav li {
    margin-bottom: 10px;
    padding-right: 10px;
    width: 20%;
    float: left;
    border: none;
    font-size: 1em;
  }
}
ul.mnav li a {
  display: block;
  box-sizing: border-box;
  background-color: #efefef;
  color: #4d4d4d;
  padding: 15px 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  ul.mnav li a {
    padding: 14px 5px 14px 10px;
  }
}
ul.mnav li a::after {
  color: #fff;
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
  text-align: center;
  width: 1.6em;
}
ul.mnav li a.active::after, ul.mnav li.active a::after {
  color: #fff;
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  text-align: center;
  width: 1.6em;
}
ul.mnav li a.hover,
ul.mnav li a::hover {
  background-color: #ccc;
  color: #4d4d4d;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}

.mnav > li > a.active,
.mnav > li > a.active:focus,
.mnav > li.active > a {
  color: #fff;
  background-color: #fa6e98;
}

/*=======================================================================
  Button
=======================================================================*/
.btn-blue {
  padding-right: 1em;
  padding-left: 2em;
  color: #fff;
  background-color: #1e91f3;
  border-radius: 1px;
  width: 100%;
  text-align: left;
  font-size: 18px;
}
.btn-blue:hover {
  color: #000;
  background-color: #fdc52d;
  border-color: #fdc52d;
}
.btn-blue:active:hover, .btn-blue.active:hover {
  color: #000;
  background-color: #fdc52d;
  border-color: #fdc52d;
}
.btn-blue a {
  color: #fff;
  display: inline-block;
}
.btn-blue:hover a {
  color: #000;
}

.btn-blue::after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 0.5em;
  color: #fff;
  font-size: 20px;
  display: inline-block;
}

.btn-blue.hataraku,
.btn-blue.asobu,
.btn-blue.kurasu {
  cursor: auto;
}
.btn-blue.hataraku:hover,
.btn-blue.asobu:hover,
.btn-blue.kurasu:hover {
  color: #fff;
  background-color: #1e91f3;
  border-color: #1e91f3;
}
.btn-blue.hataraku:active:hover, .btn-blue.hataraku.active:hover,
.btn-blue.asobu:active:hover,
.btn-blue.asobu.active:hover,
.btn-blue.kurasu:active:hover,
.btn-blue.kurasu.active:hover {
  background-color: #1e91f3;
  border-color: #1e91f3;
}

/*
.btn-blue.asobu {
	&:hover {
	  background-color: #1262b2;
	  border-color:#1262b2;
	}
	&:active:hover,
	&.active:hover {
	  background-color: #1262b2;
	  border-color:#1262b2;
	}
}


.btn-blue.kurasu {
	&:hover {
	  background-color: #8cc63f;
	  border-color:#8cc63f;
	}
	&:active:hover,
	&.active:hover {
	  background-color: #8cc63f;
	  border-color:#8cc63f;
	}
}
*/
/* more
_____________________________________________________________________ */
.more1 {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none outside none;
}

.more1 a {
  margin: 0 0 5px;
  padding: 6px 0 6px 20px;
  background: url(../images/ico_01.png) no-repeat scroll 0 center transparent;
  line-height: 1.4;
  min-height: 1em;
}

/*=======================================================================
  Home
=======================================================================*/
/* fullwidth
_____________________________________________________________________ */
#cat-home #fullwidth {
  background-color: #1e91f3;
  margin: 0 auto;
  padding: 120px 0 10px;
  text-align: center;
  background-image: url(../../../images/contents/parts/home-ph.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
#cat-home #fullwidth h2 {
  font-size: 18px;
  margin: 1.8em 0 1em;
  padding: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: none;
  line-height: 1.6;
}
@media (min-width: 640px) {
  #cat-home #fullwidth h2 {
    font-size: 20px;
  }
}

ul.home-nav {
  margin: 0;
  padding: 30px 0 20px;
}
@media print, screen and (min-width: 640px) {
  ul.home-nav {
    margin: 0 auto 40px;
  }
}
ul.home-nav li {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  list-style-type: none;
  color: #000;
  background-color: #ffde4e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
@media print, screen and (min-width: 640px) {
  ul.home-nav li {
    margin-right: 4%;
    margin-bottom: 40px;
    width: 48%;
    float: left;
  }
}
ul.home-nav li a {
  display: block;
  box-sizing: border-box;
  padding: 14px 20px;
  color: #000;
  overflow: hidden;
  background-image: url(../images/home2.png);
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-attachment: scroll;
}
ul.home-nav li a.hover,
ul.home-nav li a:hover {
  background-color: #4d4d4d;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}

ul.home-nav li:nth-child(2n) {
  margin-right: 0;
}

ul.home-nav li.hnav1 a {
  background-image: url(../images/home1.png);
}

ul.home-nav li.hnav3 a {
  background-image: none;
}

ul.home-nav li.hnav4 a {
  background-image: url(../images/home4.png);
}

ul.home-nav li.hnav3 .btn-fullsize {
  position: relative;
}

ul.home-nav li.hnav3 .btn-fullsize:hover ul.home-nav li.hnav3 .btn-small-top a,
ul.home-nav li.hnav3 .btn-fullsize:hover ul.home-nav li.hnav3 .btn-small-bottom a {
  background-color: #4d4d4d;
}

ul.home-nav li.hnav3 .btn-small-top a,
ul.home-nav li.hnav3 .btn-small-bottom a {
  background: none;
  padding: 0;
  font-size: 13px;
  line-height: 1;
  box-sizing: border-box;
  padding: 4px 1em;
  background-color: #4d4d4d;
  position: absolute;
  top: 12px;
  left: 50%;
  color: #fff;
  border: 1px solid #4d4d4d;
  left: auto;
  right: 10px;
}

ul.home-nav li.hnav3:hover .btn-small-top a,
ul.home-nav li.hnav3:hover .btn-small-bottom a {
  background-color: #ffde4e;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
}

ul.home-nav li.hnav3 .btn-small-bottom a {
  top: auto;
  bottom: 12px;
}

ul.home-nav li.hnav3 .btn-small-top a:hover,
ul.home-nav li.hnav3 .btn-small-bottom a:hover {
  background-color: #fff;
  color: #4d4d4d;
}

@media (max-width: 640px) and (min-width: 480px) {
  ul.home-nav li.hnav3 a {
    background-image: url(../images/home3.png);
  }

  ul.home-nav li.hnav3 .btn-small-top a,
  ul.home-nav li.hnav3 .btn-small-bottom a {
    left: 50%;
    right: auto;
  }
}
@media (max-width: 960px) and (min-width: 640px) {
  ul.home-nav li.hnav3 a {
    background-image: none;
  }

  ul.home-nav li.hnav3 .btn-small-top a,
  ul.home-nav li.hnav3 .btn-small-bottom a {
    left: auto;
    right: 10px;
  }
}
@media (min-width: 960px) {
  ul.home-nav li.hnav3 a {
    background-image: url(../images/home3.png);
  }

  ul.home-nav li.hnav3 .btn-small-top a,
  ul.home-nav li.hnav3 .btn-small-bottom a {
    left: 50%;
    right: auto;
  }
}
ul.home-nav li .sub-en {
  font-size: 10px;
  display: block;
}

/* main
_____________________________________________________________________ */
#cat-home #main h2 {
  font-size: 40px;
  margin: 0 0 0.2em;
  padding: 0;
  font-weight: bold;
  text-align: center;
  border: none;
  line-height: 1.6;
}
@media (min-width: 640px) {
  #cat-home #main h2 {
    font-size: 50px;
    text-align: left;
  }
}
@media (min-width: 960px) {
  #cat-home #main h2 {
    font-size: 74px;
    text-align: left;
  }
}

ul.home-nav2 {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none outside none;
  width: 100%;
}

ul.home-nav2 li {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
  line-height: 1.4;
  min-height: 1em;
  border-bottom: #ccc 1px solid;
  width: 100%;
}

ul.home-nav2 li a {
  color: #000;
  display: block;
  padding: 6px 0 6px 36px;
  background: url(../images/ico01.png) no-repeat scroll 0 center transparent;
  background-size: 24px;
}

ul.home-nav2 li a:hover {
  background-color: #ccc;
}

#cat-home .leading-0 {
  background-image: url(../images/line1.png);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-size: auto 3px;
  margin-left: -250%;
  margin-right: -250%;
  padding: 0 250% 40px;
  margin-top: 40px;
}
#cat-home .leading-0 h3 {
  color: #1e91f3;
  text-align: center;
}

#cat-home .leading-1 {
  padding: 40px 0;
}

#cat-home .sec-home1 {
  margin-bottom: 80px;
}

#cat-home .sec-home1 img.illust {
  text-align: center;
}
@media (min-width: 640px) {
  #cat-home .sec-home1 img.illust {
    margin-left: 40px;
  }
}

ul.home-listnews {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  text-align: left;
}
ul.home-listnews li {
  margin: 0;
  line-height: 1.5;
  list-style-type: none;
  text-decoration: none;
  width: 100%;
}
ul.home-listnews li a {
  margin: 0;
  padding: 7px 0 5px 0;
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
}
ul.home-listnews li a:visited {
  text-decoration: none;
}
ul.home-listnews li a:hover {
  background-color: #ccc;
}
ul.home-listnews li a span {
  color: #000;
  font-weight: bold;
  padding: 8px 0;
  margin-bottom: 4px;
  display: block;
}
@media (min-width: 960px) {
  ul.home-listnews li a span {
    display: inline-block;
  }
}
ul.home-listnews li a span img {
  margin-right: 20px;
  margin-left: 20px;
}

/*=======================================================================
  Pages
=======================================================================*/
/* contact */
.telno {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-left: -.15em;
}
.telno:before {
  font-family: 'FontAwesome';
  content: "\f095";
  margin-right: .3em;
}

/* sitemap */
#osmap {
  width: 100%;
}
@media (min-width: 640px) {
  #osmap {
    width: 80%;
    margin: 0 auto;
  }
}
#osmap .osmap-items {
  margin-top: 2em;
}
#osmap .osmap-items ul {
  padding: 0;
  margin: 0;
  line-height: 3;
}
#osmap .osmap-items ul li {
  display: block;
}
#osmap .osmap-items ul li a {
  color: #000;
  display: block;
  text-align: center;
}
#osmap .osmap-items ul li a:hover {
  text-decoration: underline;
  background-color: #efefef;
}

/* map */
.map-box {
  position: relative;
}

.menu-box {
  margin-top: 30px;
  background-color: #e6e6e6;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.menu-box .module-content ul li:hover {
  background-color: #fff;
}
.menu-box a {
  font-size: 16px;
}
.menu-box .module-content ul li:before {
  margin-right: 5px;
}

.well {
  padding-bottom: 9px;
}

/* form */
.panel-default {
  margin: 30px 0 0;
}
.panel-default .panel-header {
  padding: 20px 0 20px;
}
.panel-default .panel-header h2 {
  font-size: 22px;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.panel-default h3 {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
}

.itemid-123 .panel-default .panel-header {
  padding: 20px 0 0;
}

#cat-calendar #main-box {
  margin-bottom: 0;
}

.jevbootstrap h3 {
  font-size: 20px;
}

#cat-contact #main-box h2.call-tit {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 0;
  margin: 2em 0 1em;
}

#cat-aboutus #main-box h2 {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 0;
  margin: 2em 0 1em;
}

#cat-manager .table-responsive {
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  #cat-manager .table-responsive {
    margin-bottom: 40px;
  }
}
#cat-manager .table-responsive img {
  width: 920px;
  max-width: none;
}

#cat-calendar #main-box {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 640px) {
  #cat-calendar #main-box {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 960px) {
  #cat-calendar #main-box {
    width: 960px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1281px) {
  #cat-calendar #main-box {
    width: 960px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

#cat-calendar table.mod_events_latest_table {
  width: 100%;
}
@media (max-width: 480px) {
  #cat-calendar table.mod_events_latest_table td {
    width: 100%;
  }
  #cat-calendar table.mod_events_latest_table td strong {
    display: block;
  }
}

#cat-calendar #bottom .container {
  padding-left: 0;
  padding-right: 0;
}

#cat-calendar .bottomnav {
  width: 100%;
}
#cat-calendar .bottomnav li {
  width: 100%;
  padding-left: 1em;
}

#cat-calendar .nav-items > div a:active,
#cat-calendar .nav-items > div.active a {
  color: #fff;
}

/* cat access */
#cat-access #main-box .thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 260px;
  overflow: hidden;
}
#cat-access #main-box .thumbnail .ico-route {
  height: 30px;
  width: auto;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  #cat-access #main-box .thumbnail {
    height: auto;
  }
}

#main-box .box-route {
  width: 100%;
  padding-right: 1em;
}
#main-box .box-route.bottom-border {
  border-bottom: 2px solid #008bff;
}
#main-box .box-route p {
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
  display: inline-block;
}
#main-box .box-route .route {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 10px;
  background-color: #008bff;
  line-height: 2;
  border-radius: 3px;
  float: right;
  border: 1px solid #008bff;
}
#main-box .box-route .route:hover {
  background-color: #fff;
}
#main-box .box-route .route:hover a {
  color: #008bff;
}
#main-box .box-route .route a {
  font-size: 16px;
  color: #fff;
  padding: 0 .5em;
}

.box-route h3 {
  border: 0;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: -3px;
}

.box-route h3.color1 {
  background-color: transparent;
  color: #f00000;
}

.box-route h3.color2 {
  background-color: transparent;
  color: #0080ff;
}

.box-route h3.color3 {
  background-color: transparent;
  color: #6aab1e;
}

.marumoji {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  line-height: 1.4;
  vertical-align: 2px;
  /*  padding-top: 1px; //0.1em
    padding-left: 14px;// 0.45em;
    padding-right: 14px; //0.45em;
  */
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.marumoji_em {
  border-radius: 50%;
  font-size: 2em;
  line-height: 2em;
  padding-top: 0.1em;
  padding-left: 0.35em;
  padding-right: 0.35em;
}

.color1 .marumoji {
  background-color: #f00000;
  color: #fff;
}

.color2 .marumoji {
  background-color: #0080ff;
  color: #fff;
}

.color3 .marumoji {
  background-color: #6aab1e;
  color: #fff;
}

/* calendar */
.btn-cal {
  display: block;
  box-sizing: border-box;
  background-color: #ffde4e;
  padding: 15px 20px;
  display: table;
  width: 100%;
}
.btn-cal .btn-title {
  line-height: 1;
  padding-top: 11px;
  margin-bottom: 11px;
}
.btn-cal .btn-sub {
  display: inline-block;
  background-color: #4d4d4d;
  vertical-align: middle;
  height: 36px;
  display: table-cell;
  vertical-align: middle;
  padding: 0  1em;
  border: 1px solid #4d4d4d;
  color: #fff;
}
.btn-cal .btn-sub:hover {
  background-color: #ffde4e;
  border: 1px solid #4d4d4d;
}
.btn-cal .btn-sub:hover a {
  color: #4d4d4d;
}
.btn-cal .btn-sub:hover a i {
  color: #4d4d4d;
}
.btn-cal .btn-sub a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 2.571;
}
.btn-cal .btn-sub a i {
  margin-left: 5px;
  color: #ffde4e;
}

#form-confirm .panel-default > .panel-heading,
#form-send .panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
#form-confirm .panel-header .h2,
#form-confirm .panel-header h2,
#form-send .panel-header .h2,
#form-send .panel-header h2 {
  border: 0;
  font-size: 22px;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#form-confirm .confirmation,
#form-send .confirmation {
  margin-bottom: 10px;
}
#form-confirm .err,
#form-send .err {
  color: #E64A19;
  font-weight: bold;
}

/*=======================================================================
  Frontend Edit
=======================================================================*/
label {
  display: inline-block !important;
}

.chzn-container-single .chzn-single {
  height: 30px !important;
}

#jform_params_count_clicks_chzn .chzn-single {
  width: 150px;
}

.icons .btn-group,
.icons .btn-group a[data-toggle="tab"][aria-expanded="false"],
ul.nav-tabs > li > a[data-toggle="tab"][aria-expanded="false"] {
  display: block !important;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  /*  float: left;
    position: relative !important;*/
  margin-left: 0 !important;
}

.checkbox label, .radio label {
  padding-left: 20px;
  padding-right: 10px;
}

label {
  display: block;
  margin-bottom: 5px;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-family: arial;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

.control-group input, .control-group textarea, .control-group .uneditable-input {
  /*width: 100% !important */
}

.contact-form .control-group input, .contact-form .control-group textarea, .contact-form .control-group .uneditable-input {
  width: 100%;
}

.email-copy-input {
  float: left;
}

.control-group .control-label {
  padding-top: 7px;
  padding-bottom: 7px;
}

div#jform_catid_chzn.chzn-container,
div#jform_catid_chzn.chzn-container div.chzn-drop,
div#jform_state_chzn.chzn-container,
div#jform_state_chzn.chzn-container div.chzn-drop,
div#jform_featured_chzn.chzn-container,
div#jform_featured_chzn.chzn-container div.chzn- drop,
div#jform_access_chzn.chzn-container,
div#jform_access_chzn.chzn-container div.chzn-drop,
div#jform_metadata_tags_chzn.chzn-container,
div#jform_metadata_tags_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container div.chzn-drop,
div#jform_language_chzn.chzn-container,
div#jform_tags_chzn.chzn-container {
  width: 260px !important;
}

#adminForm .btn-toolbar {
  margin-bottom: 1em;
}

/*=======================================================================
  CCK Adjusts
=======================================================================*/
div.cck_button.cck_button_del,
div.cck_button.cck_button_add,
div.cck_button.cck_button_drag {
  height: 30px;
}

/*=======================================================================
  Print css
=======================================================================*/
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }

  a.back-to-top,
  .navbar {
    display: none !important;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .visible-xs {
    display: none !important;
  }

  .hidden-xs {
    display: block !important;
  }

  table.hidden-xs {
    display: table;
  }

  tr.hidden-xs {
    display: table-row !important;
  }

  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }

  .hidden-xs.hidden-print {
    display: none !important;
  }

  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

/*# sourceMappingURL=styles.css.map */