@charset "UTF-8";
/* Reset Style */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
}

html {
  overflow-y: scroll;
}

body {
  overflow-x: hidden;
  width: 100% !important;
  font-size: 100%;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  background: #fff url("/up/images/misato/common/wall_01.jpg") repeat-x;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  text-decoration: underline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#wrapper {
  width: 100%;
}

.right {
  float: right;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

/* footer */
#footer {
  padding: 10px;
  background-image: url("/up/images/misato/common/footer_base_img.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  margin-bottom: 10px;
  margin-top: 40px;
  position: relative;
}

.footer-information {
  width: 100%;
  margin: 0 0 35px 0;
  padding: 0 0 5px 0;
  font-size: 85%;
  line-height: 1.5;
  color: #fff;
}

#footer .footer-information * {
  margin: 0;
}

#footer .footer-information a {
  color: #fff;
}

#footer .footer-information ul {
  margin-bottom: 42px;
}

#footer .footer-information ul li {
  display: inline;
  list-style: none;
}

#footer .footer-information ul li a {
  font-size: 90%;
  margin-right: 24px;
  letter-spacing: 2px;
  text-decoration: underline;
}

#footer .footer-information .address h2 {
  font-size: 160%;
  margin-bottom: 10px;
  font-weight: bold;
}

#footer .footer-information .address p {
  letter-spacing: 0.05em;
}

#footer .pagetop {
  position: absolute;
  right: 10px;
  top: -50px;
  z-index: 1;
}

#contents_page_info {
  height: 42px;
  background: url("/up/images/misato/common/side_tb_prong01.gif") no-repeat top center;
  margin: 0 0 5px 0;
  text-align: center;
  color: #FFF;
  padding: 6px 0 0 0;
  font-weight: bold;
}

@media (max-width: 768px) {
  body {
    background-image: none;
    overflow-x: auto;
  }
  .logo {
    max-height: 90px;
  }
  .menu_sp {
    padding-top: 2%;
  }
  #header .header_head {
    background: -webkit-gradient(linear, left top, left bottom, from(#05FBFF), to(#FFF));
    background: -webkit-linear-gradient(#05FBFF, #FFF);
    background: -o-linear-gradient(#05FBFF, #FFF);
    background: linear-gradient(#05FBFF, #FFF);
  }
  #header .setup {
    background: #FFF;
  }
  #header #setup {
    text-align: center;
    padding: 8px;
    background: #97FFDC;
    border-radius: 5px;
    color: #333;
    font-size: 120%;
    line-height: 100%;
    margin: 3%;
  }
  #header #setup p {
    font-weight: bold;
  }
  #header .search_sp {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer {
    margin-top: 70px;
  }
  #footer .pagetop {
    margin-top: -30px;
  }
  #footer .footer-information .address h2 {
    font-size: 260%;
  }
  #footer .footer-information ul li {
    display: block;
    font-size: 120%;
    margin-bottom: 10px;
    list-style: none;
  }
  #footer-copryright {
    font-size: 90%;
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  #header .menu_sp {
    padding-right: 0;
  }
  #menu_btn {
    max-width: 100%;
    height: auto;
  }
  #menu_text {
    width: 212px;
    height: 200px;
  }
  #contents_page_info {
    height: 42px;
    width: 100%;
    background: 428DFF;
    margin: 0 0 10px 0;
    text-align: center;
    color: #FFF;
    padding: 10px 0 0 0;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  /*---------------------------------------
　ヘッダー
---------------------------------------*/
  #header {
    width: 100%;
    padding: 0;
    border-bottom: 2px solid #0058E0;
  }
  .header {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .header .logo {
    margin-top: 16px;
    margin-left: -2px;
  }
  #readspeaker {
    text-align: right;
  }
  #header .search {
    text-align: right;
    margin: 35px 0 0 0;
  }
  #header #setup {
    float: right;
    text-align: left;
    padding: 6px 6px 0 14px;
    background: #0058E0;
    border-radius: 15px 15px 0 0;
    color: #FFF;
    font-size: 75%;
    height: 40px;
  }
  #lang {
    float: right;
    padding: 0;
    width: 250px;
    margin: 2px 0 0 0;
  }
  #lang p {
    text-align: left;
    padding: 5px 10px 0 0;
    margin: 0;
  }
  #color {
    float: right;
    padding: 0;
    margin: 0 0 0 25px;
    /*	width: 200px;*/
  }
  #color p {
    text-align: left;
    padding: 4px 3px 0 0;
  }
  #color p img {
    vertical-align: middle;
  }
  #f_size {
    float: right;
    padding: 0;
    margin: 0 0 0 25px;
    /*	width: 200px;*/
  }
  #f_size p {
    text-align: left;
    padding: 4px 3px 0 0;
  }
  #f_size p img {
    vertical-align: middle;
  }
  .main_nav {
    width: 100%;
    padding: 0 0 15px 0;
    margin: 5px auto 0 auto;
  }
  ul#navi {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    background: url(/up/images/misato/common/navi_shadow.png) no-repeat bottom center;
    list-style-type: none;
  }
  ul#navi li {
    float: left;
    margin: 0 3px 0 0;
  }
  ul#navi li img {
    width: 122px;
    height: auto;
  }
  ul#navi li .b_home {
    width: 85px;
  }
  ul#navi li.end {
    float: left;
    margin: 0;
  }
  #footer .footer-information {
    width: 960px;
    margin: 0 auto;
    color: #fff;
  }
  #footer-copryright {
    margin: 0 auto;
    width: 960px;
    font-size: 90%;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  @-moz-document url-prefix() {
    #kensaku {
      position: relative;
      top: 22px;
      left: 100px;
    }
  }
  .pageprev {
    position: relative;
    right: 120px;
    top: -60px;
    float: right;
  }
  #contents_page_info {
    height: 42px;
    width: 100%;
    background: #428DFF;
    margin: 0 0 10px 0;
    text-align: center;
    color: #FFF;
    padding: 10px 0 0 0;
    font-weight: bold;
  }
}

/*-- 翻訳 --*/
#google_translate_element {
  float: left;
  position: relative;
  top: -20px;
  left: 115px;
}

@-moz-document url-prefix() {
  #google_translate_element {
    left: 100px;
  }
}

@media all and (-ms-high-contrast: none) {
  #icatch img {
    margin-top: -10px;
    /* IE10以上 */
    margin-bottom: 10px;
    height: 270px;
  }
}

#icatch img {
  margin-top: -10px\9;
  /* IE10以下 */
  margin-bottom: 10px\9;
  /* IE10以下 */
  height: 270px\9;
  /* IE10以下 */
}

#sp-menu {
  z-index: 2000;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.layout-column img {
  max-width: 100%;
  height: auto;
}

#readspeaker {
  margin-top: 15px;
  text-align: right;
}

#readspeaker_button1 {
  float: right;
}

#header .search {
  font-size: 87.5%;
}

@media only screen and (max-width: 599px) {
  #header .search {
    font-size: 83.4%;
  }
}

/*
.btn.contact:before { content:"\f003" !important; }	// お問合せ
.btn.consult:before { content:"\f05a" !important; }	// 相談窓口
.btn.comment:before { content:"\f27b" !important; }	// 市民の声
.btn.council:before { content:"\f19c" !important; }	// 市議会

.btn.rss:before { content:"\f09e" !important; }	// RSS

//-- ファイルアイコン --//
a[href$=".pdf"]:before,
a[href$=".jpg"]:before,
a[href$=".jpeg"]:before,
a[href$=".gif"]:before,
a[href$=".png"]:before,
a[href$=".bmp"]:before,
a[href$=".tiff"]:before,
a[href$=".txt"]:before,
a[href$=".csv"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".xls"]:before,
a[href$=".xlsx"]:before,
a[href$=".xlsm"]:before,
a[href$=".xlsb"]:before,
a[href$=".ppt"]:before,
a[href$=".pptx"]:before,
a[href$=".lzh"]:before,
a[href$=".zip"]:before {
	content:"";
	display:inline-block;
	width:22px;
	height:22px;
	margin-right:0.5em;
	background:url(/up/images/misato/../icon/unknown.png) no-repeat;
	background-size:100% auto;
	vertical-align:middle;
}

//a[href$=".htm"]:before,
//a[href$=".html"]:before {
//	background-image:url(/up/images/misato/../icon/html.png);
//	background-size:100% auto;
//}


a[href$=".pdf"]:before {
	background-image:url(/up/images/misato/../icon/pdf.png);
	background-size:100% auto;
}
a[href$=".jpg"]:before,
a[href$=".jpeg"]:before,
a[href$=".gif"]:before,
a[href$=".png"]:before,
a[href$=".bmp"]:before,
a[href$=".tiff"]:before {
	background-image:url(/up/images/misato/../icon/image.png);
	background-size:100% auto;
}
a[href$=".txt"]:before {
	background-image:url(/up/images/misato/../icon/plain.png);
	background-size:100% auto;
}
a[href$=".csv"]:before {
	background-image:url(/up/images/misato/../icon/csv.png);
	background-size:100% auto;
}
a[href$=".doc"]:before,
a[href$=".docx"]:before {
	background-image:url(/up/images/misato/../icon/msword.png);
	background-size:100% auto;
}
a[href$=".xls"]:before,
a[href$=".xlsx"]:before,
a[href$=".xlsm"]:before,
a[href$=".xlsb"]:before {
	background-image:url(/up/images/misato/../icon/excel.png);
	background-size:100% auto;
}
a[href$=".ppt"]:before,
a[href$=".pptx"]:before {
	background-image:url(/up/images/misato/../icon/powerpoint.png);
	background-size:100% auto;
}
a[href$=".lzh"]:before,
a[href$=".zip"]:before {
	background-image:url(/up/images/misato/../icon/zip.png);
	background-size:100% auto;
}
*/
.font-1 {
  font-size: x-small;
}

.font-2 {
  font-size: small;
}

.font-3 {
  font-size: medium;
}

.font-4 {
  font-size: large;
}

.font-5 {
  font-size: x-large;
}

.font-6 {
  font-size: xx-large;
}

.font-7 {
  font-size: xx-large;
  font-size: xxx-large;
}

#emergency {
  width: 960px;
  margin: 30px auto 50px;
  padding: 0 10px;
  border: 5px solid #BE1B19 !important;
  background: #fff;
}

#emergency h2 {
  border: 0;
  background: #BE1B19 !important;
  color: #fff;
  text-align: left;
}

#emergency h2 .icon.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  margin-right: 0.2em;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 16px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #BE1B19 !important;
}

#emergency h2:before {
  content: none;
}

#emergency:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#emergency > p {
  float: left;
  width: 33.3%;
  margin: 0 0 1em;
  padding: 0 10px;
  line-height: 1.5;
}

#emergency > ul {
  overflow: hidden;
  margin: 0 0 1em;
  padding: 0 10px 0 40px;
  border-left: 2px dashed #BE1B19;
  line-height: 1.5;
}

#emergency > ul li {
  padding: 0.25em 0;
}

#emergency footer .nav.sub {
  padding: 0.4em 10px;
}

nav.breadcrumb {
  margin: 0 0 15px;
  padding: 10px 10px;
  border-bottom: 1px dashed #666;
  background: #fff;
  font-size: 87.5%;
  line-height: 1.715;
}

@media only screen and (max-width: 599px) {
  nav.breadcrumb {
    font-size: 83.4%;
    line-height: 1;
  }
}

@media only screen and (max-width: 599px) {
  nav.breadcrumb {
    padding: 0.5em 8px;
    text-align: left;
  }
}

nav.breadcrumb ul {
  margin: 0;
  padding: 0;
}

nav.breadcrumb ul li:first-child .fa {
  font-size: 150%;
  line-height: 1.2;
}

@media only screen and (max-width: 599px) {
  nav.breadcrumb ul li:first-child .fa {
    font-size: 125%;
    line-height: 1;
  }
}

nav.breadcrumb ul li + li:before {
  content: " > ";
  color: #999;
}

table {
  margin: 1.4em 0;
  border: 1px solid #999;
}

table thead {
  background: #e6e6e6;
}

table th {
  background: #f0f0f0;
}

table th, table td {
  padding: 0.5em 0.75em;
  border: 1px solid #999;
}

table[border="0"] {
  border: 0;
}

table[border="0"] > tr > th,
table[border="0"] > tr > td,
table[border="0"] > tbody > tr > th,
table[border="0"] > tbody > tr > td {
  border: 0;
}

.sides {
  font-size: 87.5%;
}

@media only screen and (max-width: 599px) {
  .sides {
    font-size: 83.4%;
  }
}

@media only screen and (max-width: 599px) {
  .sides {
    margin-top: 50px;
    padding: 0 8px;
  }
}

.side {
  overflow: hidden;
  padding: 2px;
  border: 1px solid #aaa;
  background: #fff;
  font-size: 87.5%;
  line-height: 1.3;
}

@media only screen and (max-width: 599px) {
  .side {
    font-size: 100%;
  }
}

.side h2 {
  margin: 0;
  padding: 0.65em 15px;
  text-align: center;
  font-weight: normal;
}

.side h2:before {
  display: none;
  content: none;
}

.side .nav li {
  list-style: none;
}

.side .nav li + li,
.side .nav li li {
  border-top: 1px solid #E0EEFF;
}

.side .nav a {
  display: block;
  margin: 0;
  padding: 0.7em 10px 0.7em 38px;
}

.side .nav a:hover {
  text-decoration: none;
}

.side .nav a:before {
  content: "";
  float: left;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: -24px;
  margin-right: 8px;
  vertical-align: middle;
  color: #8080C0;
  background: url(/img/misato/ball_blue.png) no-repeat left center;
}

.side .nav a span.title {
  display: block;
}

.side .nav a time {
  font-weight: bold;
}

.side .nav a.nolink {
  color: #000;
}

.side .nav a.nolink:hover {
  background: none !important;
}

.side .nav a.nolink time {
  font-weight: normal;
}

.side .nav .active a {
  border-bottom: 8px solid #EEF7FF;
}

.side .nav ul {
  padding-left: 0;
}

.side .nav ul a {
  padding-left: 52px;
}

.side .nav ul a:before {
  background-image: url(/img/misato/ball_gray.png);
}

#side-category {
  font-size: 100%;
}

#side-category .nav > li > a {
  padding-left: 38px;
}

#side-category .count {
  display: inline-block;
  margin-left: 0.33em;
  font-size: 93.75%;
}

#side-contact {
  padding: 0;
  border: 0;
  background: none;
}

#side-contact a.btn {
  width: 100%;
}

#side-events h2:before {
  content: "\f005";
}

#side-events .nav {
  overflow: auto;
  max-height: 33em;
  margin: 0 -12px;
  padding: 0 12px;
}

#side-faq h2:before {
  content: "\f128";
}

.sides nav.options {
  margin-top: 2.1em;
}

.sides nav.options:first-child {
  margin-top: 0;
}

nav.option-maps figcaption {
  display: block;
  margin: 0 0 10px;
  padding-left: 0.6em;
  border-left: 0.4em solid #0058E0;
  font-weight: bold;
}

nav.option-maps .map iframe {
  max-width: 100%;
}

nav.option-maps .link {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

a.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 255;
  display: block;
  margin-top: -48px;
  width: 46px;
  height: 96px;
  padding: 0;
  border: 0;
  background: none no-repeat 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

a.slick-arrow:hover {
  background-color: transparent;
}

a.slick-arrow.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

a.slick-arrow.prev {
  left: 0;
  background-image: url(/up/images/misato/common/btn_icatch_prev.png);
}

a.slick-arrow.next {
  right: 0;
  background-image: url(/up/images/misato/common/btn_icatch_next.png);
}

a.slick-arrow:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/**
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
  }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -100%;
    /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 100%;
    /* 6 columns */
    z-index: 99;
    background: #FFF;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -100%;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 100%;
    /* 6 columns */
    z-index: 99;
    background: #FFF;
  }
  #sp-menu {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #sp-menu p {
    margin: 0;
  }
  #sp-menu .sidebar-offcanvas {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 10px;
    background: #FFF;
    background: -webkit-linear-gradient(#D0F7FF, #FFFFFF 60px);
    background: -o-linear-gradient(#D0F7FF, #FFFFFF 60px);
    background: linear-gradient(#D0F7FF, #FFFFFF 60px);
    -webkit-box-shadow: 0 1px 4px #aaa;
    box-shadow: 0 1px 4px #aaa;
  }
  #sp-menu .sp-menu-btn {
    margin: 0 0 7px;
    white-space: nowrap;
    background: #376EC1;
    text-align: right;
  }
  #sp-menu .sp-menu-btn:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #sp-menu .sp-menu-btn img {
    width: auto;
    height: auto;
  }
  #sp-menu .sp-menu-btn img#menubox {
    float: left;
    width: 83.04721%;
  }
  #sp-menu .sp-menu-btn img#close_menu {
    width: 16.95279%;
  }
  #sp-menu .search_sp {
    margin: 5px 0;
  }
  #sp-menu #lang-sp {
    margin: 5px 0;
  }
  #sp-menu #lang-sp > p {
    display: inline-block;
    margin-right: 0.4em;
  }
  #sp-menu #lang-sp #google_translate_element,
  #sp-menu #lang-sp #google_translate_element_sp {
    display: inline-block;
    float: none;
    position: static;
    top: 0;
    left: 0;
  }
  #sp-menu .chara {
    position: relative;
    z-index: 0;
    height: 47px;
    margin: 0;
  }
  #sp-menu .chara #mizumo-sp {
    position: relative;
  }
  #sp-menu .scroll {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 0 5px;
    border: 2px solid #376EC1;
    width: 100%;
  }
  #sp-menu #navi-sp {
    overflow: hidden;
  }
  #sp-menu #navi-sp img {
    float: left;
    width: 33.33%;
  }
  #sp-menu #pickup-sp {
    margin: 5px 0;
  }
  #sp-menu #pickup-sp img {
    display: inline-block;
    width: 47%;
    padding: 1px;
  }
  #sp-menu #oyakudachi-sp {
    margin: 5px 0;
    padding: 0 5px 5px;
    background: #D0FEFE;
  }
  #sp-menu #oyakudachi-sp:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #sp-menu #oyakudachi-sp h3 {
    margin: 0 -5px 5px;
    padding: 0.5em 10px;
    background: #1E5DBC;
    color: #fff;
    font-size: 100%;
    text-align: left;
  }
  #sp-menu #oyakudachi-sp h3.acBt span {
    display: block;
    background: url(/up/images/misato/common/arrow_open.png) no-repeat right 50%;
  }
  #sp-menu #oyakudachi-sp h3.acBt.open span {
    background: url(/up/images/misato/common/arrow_close.png) no-repeat right 50%;
  }
  #sp-menu #oyakudachi-sp .oyakudachi a {
    display: block;
    float: left;
    width: 50%;
    padding: 5px;
  }
  #lang > p {
    display: inline-block;
    margin: 0 0.4em 0 0;
    font-size: 12px;
    font-weight: normal;
  }
  #lang #google_translate_element {
    display: inline-block;
    float: none;
    position: static;
    top: 0;
    left: 0;
  }
  .search_sp input[type="text"] {
    padding: 0.2em;
  }
  .search_sp input[type="submit"] {
    padding: 0.2em 0.5em;
  }
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget iframe[style] {
    width: 100% !important;
  }
}

body.Category main h1 {
  margin-left: 0;
  margin-right: 0;
}

body.Category main > header {
  margin: 0;
  padding: 0 30px;
  border: 0;
  background: #0058E0;
  color: #fff;
}

body.Category main > header h1 {
  margin: 0 -30px;
  border: 0;
}

body.Category main header + p.description {
  margin: 1.4em 0;
}

body.Category main h2, body.Category main h3 {
  border: 0;
  font-size: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
}

body.Category main nav {
  margin: 1em 0;
  padding: 0;
  border: 1px solid #aaa;
  background: #fff;
}

body.Category main nav h2 {
  margin: 0;
  padding: 0.35em 20px;
  background: #E0EEFF url(/img/misato/list_ttl_bg.gif) repeat-y right bottom;
}

body.Category main nav h2:before {
  content: "\f07c";
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #8080C0;
}

body.Category main nav h2:after {
  content: none;
}

body.Category main nav > ul {
  list-style: none;
  margin: 0.7em 0.5em;
  padding: 0 20px 0 45px;
}

body.Category main nav > ul li {
  text-indent: -20px;
  padding: 0.1em 0;
}

body.Category main nav > ul li:before {
  content: "\f0f6";
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #8390B9;
}

body.Category main nav > ul.subs li:before {
  content: "\f115";
  margin-right: 0.25em;
}

body.Category main nav > ul.pagination {
  margin-top: 1.5em;
}

body.Category main nav > ul.pagination li {
  text-indent: 0;
}

body.Category main nav > ul.pagination li:before {
  content: none !important;
}

body.Category main nav.contents > ul {
  padding: 0.35em 20px 0.35em 40px;
  background: none;
}

body.Category main nav.contents > ul li:before {
  content: "\f15c";
}

body.Category.News main nav {
  padding: 0;
  border: 0;
}

body.Category.News main nav.contents > ul {
  padding: 0 0 0 30px;
}

body.Category.News main nav.news time {
  display: inline-block;
}

body.Category.News main nav.news > ul {
  clear: both;
  padding: 0;
}

body.Category.News main nav.news > ul li {
  padding: 0.25em 0;
  text-indent: 0;
}

body.Category.News main nav.news > ul li:before {
  content: none;
}

body.Category.News main nav.news > ul a {
  display: block;
}

body.Category.News main nav.news > ul a .date {
  float: left;
  margin: 0 0.66em 0 0.33em;
  color: #000;
}

body.Category.News main nav.news > ul a .ctgr {
  float: left;
  background: #0058E0;
  color: #FFFFFF;
}

body.Category.News main nav.news > ul a .icon {
  float: right;
  display: inline-block;
  margin-left: 10px;
}

body.Category.News main nav.news > ul a .icon img {
  max-width: 200px;
  max-height: 4.5em;
  border-radius: 6px;
}

@media only screen and (max-width: 599px) {
  body.Category.News main nav.news > ul a .icon img {
    max-width: 40%;
  }
}

body.Category.News main nav.news > ul a .icon.new {
  display: none;
}

body.Category.News main nav.news > ul a.nolink {
  color: #000;
}

body.Category.News main nav.news > ul a.nolink:hover {
  background: none;
  text-decoration: none;
}

body.Category.News main nav.news > ul a.nolink time {
  font-weight: normal;
}

body.Category.News main nav.news > ul a.nolink .ctgr {
  background: #eee;
  color: #000;
}

body.Category.News main nav.news > ul a .title {
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 599px) {
  body.Category.News main nav.news > ul a .title {
    display: block;
    clear: both;
    padding: 0.4em 0;
  }
}

body.Category.News main nav.news > ul a[href]:hover {
  background: #EEF7FF;
}

body.Category.News main nav.news > ul a[href]:hover .title {
  text-decoration: underline;
}

body.Category.News main nav.news > ul .ctgr,
body.Category.News main nav.news > ul .no-ctgr {
  float: left;
  overflow: hidden;
  display: inline-block;
  width: 7em;
  height: 1.8em;
  line-height: 1.8;
  margin: 0 0.33em;
  padding: 0 0.5em;
  border-radius: 4px;
  background: #eee;
  text-align: center;
  vertical-align: middle;
  font-size: 87.5%;
}

@media only screen and (max-width: 599px) {
  body.Category.News main nav.news > ul .ctgr,
  body.Category.News main nav.news > ul .no-ctgr {
    margin: 0;
  }
}

#container {
  clear: both;
  padding: 0;
}

@media only screen and (max-width: 599px) {
  #container {
    max-width: 100%;
    overflow: hidden;
  }
}

.container {
  width: 960px;
}

@media only screen and (max-width: 979px) {
  .container {
    width: auto;
  }
}

@media only screen and (max-width: 599px) {
  .container {
    padding: 0 8px;
  }
}

.pc {
  display: block;
}

.sp, .tablet {
  display: none;
}

@media only screen and (max-width: 979px) {
  .tablet {
    display: block;
  }
  .sp, .pc {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .sp {
    display: block;
  }
  .pc, .tablet {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

article, section {
  margin: 2em 0;
  padding: 0 15px 10px;
}

article:first-child, section:first-child {
  margin-top: 0;
}

article:after, section:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

aside {
  margin: 0 0 30px;
  padding: 0 15px 10px;
  background: #fff;
}

aside h2 {
  margin: 0 -15px 15px;
  padding: 0.75em 15px;
  background: #0058E0;
  color: #fff;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.5;
}

@media only screen and (max-width: 599px) {
  aside h2 {
    font-size: 100%;
  }
}

@media only screen and (max-width: 599px) {
  aside h2 {
    margin: 0 -8px 10px;
  }
}

aside h2:before {
  content: "\f067";
  display: inline-block;
  margin-right: 0.4em;
  vertical-align: bottom;
  font-size: 1.6em;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: normal;
  color: #fff;
}

aside h2 a {
  color: #fff;
}

aside h2 a:hover {
  color: #fff;
}

aside footer .nav.sub {
  padding: 0.4em 10px;
}

aside footer .nav.sub a {
  padding: 0 0.33em;
  color: #fff;
}

aside footer .nav.sub a:hover {
  background: rgba(255, 255, 255, 0.3);
}

main {
  position: relative;
  padding: 0;
  line-height: 1.4;
}

main header, main .blocktitle {
  width: auto;
  border: 0;
}

main h1, main h2, main h3, main h4, main h5, main h6, main header, main .blocktitle {
  font-weight: bold;
  line-height: 1.2;
}

main h1 a, main h2 a, main h3 a, main h4 a, main h5 a, main h6 a, main header a, main .blocktitle a {
  color: inherit;
}

main h1 {
  margin: 0 -15px 1.5em;
  padding: 0.5em;
  border-top: 5px solid #0058E0;
  border-bottom: 1px solid #0058E0;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-size: 150%;
}

@media only screen and (max-width: 599px) {
  main h1 {
    font-size: 133.4%;
  }
}

@media only screen and (max-width: 599px) {
  main h1 {
    margin: 0 -8px 20px;
    padding: 4px 2px 6px 38px;
    background-size: auto 32px;
  }
}

main h2, main header, main .blocktitle {
  position: relative;
  margin: 2.5em -12px 1em;
  padding: 0.4em 15px;
  border-left: 10px solid #0058E0;
  background: #E0EEFF;
  font-weight: normal;
  font-size: 125%;
}

@media only screen and (max-width: 599px) {
  main h2, main header, main .blocktitle {
    font-size: 133.4%;
  }
}

@media only screen and (max-width: 599px) {
  main h2, main header, main .blocktitle {
    margin: 1.5em -8px 10px;
  }
}

main h3 {
  position: relative;
  margin: 1em 10px 1em 0px;
  padding: 0.12em 15px;
  border-top: 3px double #0058E0;
  border-bottom: 1px solid #0058E0;
  background: #E0EEFF;
  font-size: 112.5%;
}

@media only screen and (max-width: 599px) {
  main h3 {
    font-size: 116.7%;
  }
}

main h4 {
  position: relative;
  margin: 1.4em -7px 0.7em;
  padding: 0.4em 6px;
  border-bottom: 1px solid #0058E0;
  font-size: 100%;
}

@media only screen and (max-width: 599px) {
  main h4 {
    font-size: 100%;
  }
}

main h1:first-child,
main h2:first-child,
main h3:first-child,
main h4:first-child,
main h5:first-child,
main h6:first-child {
  margin-top: 0;
}

main p, main ul, main ol {
  margin: 0 0 1.4em;
}

main pre, main blockquote {
  margin: 1.4em 0;
}

main ul, main ol {
  padding-left: 20px;
}

main header, main .blocktitle {
  font-size: 100%;
  line-height: 1.4;
}

main header p, main header ul, main header ol, main header pre, main header blockquote, main .blocktitle p, main .blocktitle ul, main .blocktitle ol, main .blocktitle pre, main .blocktitle blockquote {
  margin: 0.56em 0;
}

main header p:first-child, main header ul:first-child, main header ol:first-child, main header pre:first-child, main header blockquote:first-child, main .blocktitle p:first-child, main .blocktitle ul:first-child, main .blocktitle ol:first-child, main .blocktitle pre:first-child, main .blocktitle blockquote:first-child {
  margin-top: 0;
}

main header p:last-child, main header ul:last-child, main header ol:last-child, main header pre:last-child, main header blockquote:last-child, main .blocktitle p:last-child, main .blocktitle ul:last-child, main .blocktitle ol:last-child, main .blocktitle pre:last-child, main .blocktitle blockquote:last-child {
  margin-bottom: 0;
}

main pre {
  padding: 1em;
  background: #eee;
}

main footer {
  margin: 0;
  padding: 0 15px;
  background: none;
}

main ruby rt, main ruby rp {
  font-size: 50%;
}

#icatch {
  padding: 0;
}

#icatch a {
  display: block;
}

#icatch a img {
  -webkit-transition: opacity 0.12s ease-out;
  -o-transition: opacity 0.12s ease-out;
  transition: opacity 0.12s ease-out;
}

#icatch a:hover img {
  opacity: 0.75;
}

#icatch img {
  max-width: 100%;
  height: auto;
}

#icatch figure, #icatch figcaption {
  margin: 0;
  padding: 0;
}

#icatch figcaption {
  display: none;
}

section.news ul {
  overflow: auto;
  width: 100%;
  height: 17em;
  margin: 1em 0;
  padding: 0.5em 150px 0.5em 30px;
  border: 1px solid #999;
  border-width: 1px 0;
}

section.objects .nav.group {
  margin: 1em 0;
  padding: 0;
}

section.objects .nav.group > * {
  float: left;
  width: 12.5%;
  padding: 0;
}

section.objects .nav.group a {
  position: relative;
  display: block;
  padding: 0.5em 6px;
  text-align: center;
  font-weight: bold;
}

section.objects .nav.group a:hover {
  background: #eee;
  text-decoration: none;
}

section.objects .nav.group span.title {
  display: block;
  margin-top: 1em;
}

.nav a.btn {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.4em 12px 0.4em 16px;
  border: 1px solid #999;
  border-radius: 0;
  background: #fff;
  color: #000;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 125%;
  line-height: 1.6;
}

@media only screen and (max-width: 599px) {
  .nav a.btn {
    font-size: 125%;
  }
}

.nav a.btn:hover {
  background: #EEF7FF;
}

.nav a.btn:before {
  content: "\f00c";
  display: inline-block;
  margin-right: 0.33em;
  vertical-align: middle;
  font-size: 1.5em;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: normal;
  color: #0058E0;
}

.nav a.btn.rss {
  margin-bottom: 0;
  padding: 0.25em 0.75em;
  border-color: #994d00;
  font-weight: bold;
  font-size: 100%;
  background: #FF8000;
  color: #fff;
}

.nav a.btn.rss:before {
  font-size: 100%;
  color: #fff;
  vertical-align: baseline;
}

.nav a.btn.rss:after {
  content: none;
}

.nav a.btn.rss:hover {
  background: #fff;
  color: #FF8000;
}

.nav li a:hover {
  background: #EEF7FF;
}

figure.left {
  float: left;
  margin: 0 30px 1em 0;
}

figure.right {
  float: right;
  margin: 0 0 1em 30px;
}

nav.options,
#nav-address {
  padding: 0 30px;
  border: 1px solid rgba(0, 88, 224, 0.5);
  line-height: 1.6;
}

nav.options h2, nav.options h3,
#nav-address h2,
#nav-address h3 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}

nav.options h2,
#nav-address h2 {
  margin: 0 -30px 1em;
  padding: 0.65em 15px;
  font-size: 100%;
  font-weight: normal;
  background: #0058E0;
  color: #fff;
}

nav.options h2:after,
#nav-address h2:after {
  content: none;
}

nav.options ul, nav.options ol, nav.options figure, nav.options address,
#nav-address ul,
#nav-address ol,
#nav-address figure,
#nav-address address {
  margin-bottom: 1em;
}

nav.options ul, nav.options ol,
#nav-address ul,
#nav-address ol {
  list-style: disc;
  padding-left: 20px;
}

nav.options {
  margin-top: 4.2em;
  margin-bottom: 2.1em;
}

nav.options + nav.options {
  margin-top: 2.1em;
}

nav.options h2 {
  font-size: 100%;
}

nav.option-files:after,
nav.option-links:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

nav.option-files aside,
nav.option-links aside {
  float: right;
  width: 18em;
  margin: 0 -12px 10px 12px;
  padding: 0;
  text-align: center;
  background: #eee;
  font-size: 75%;
  line-height: 1.25;
}

@media only screen and (max-width: 599px) {
  nav.option-files aside,
  nav.option-links aside {
    font-size: 75%;
  }
}

nav.option-files aside a,
nav.option-links aside a {
  display: block;
  padding: 5px 0;
}

nav.option-files aside a img,
nav.option-links aside a img {
  margin: 5px;
}

nav.option-files aside a span,
nav.option-links aside a span {
  display: block;
}

nav.option-files .filesize:before {
  content: " : ";
}

nav.option-contents li .cat {
  overflow: hidden;
  display: inline-block;
  min-width: 6em;
  margin: 0 0.33em;
  padding: 0 0.5em;
  border-radius: 4px;
  font-size: 87.5%;
  background: #eee;
  text-align: center;
  vertical-align: middle;
}

nav.option-maps figcaption {
  display: block;
  margin: 0 0 1em;
  padding-left: 0.6em;
  border-left: 0.4em solid #0058E0;
  font-weight: bold;
}

nav.option-maps .map iframe {
  max-width: 100%;
}

#nav-address {
  padding: 0;
  border: none;
}

#nav-address h2 {
  margin: 0;
  padding: 0.65em 15px;
  font-size: 100%;
}

#nav-address h2:before {
  content: none;
}

#nav-address h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: inherit;
}

#nav-address h3:before, #nav-address h3:after {
  content: none;
}

#nav-address address {
  padding: 1em 20px 0;
  border: 1px solid rgba(0, 88, 224, 0.5);
}

#nav-address address .tel1 + .tel2:before,
#nav-address address .tel1 + .fax:before {
  content: " / ";
  margin: 0 0.33em;
}

#nav-address address .zip {
  margin-right: 0.33em;
}

#nav-address address .zip + br {
  display: none;
}

#nav-address address .nav {
  margin-top: 1em;
}

#nav-address .nav {
  margin: 0 -20px;
  text-align: left;
}

#nav-address .nav a {
  display: block;
  margin: 0;
  padding-left: 20px;
  border: 0;
  background: #f0f0f0;
  font-size: 100%;
}

section.standard:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

section.standard figure.images img {
  max-width: 100%;
  height: auto;
}

section.standard figure.images ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.standard figure.images ul li {
  margin: 0 0 15px;
}

section.standard figure.images ul.images a:before {
  content: none;
}

section.standard figure.images.up, section.standard figure.images.down {
  text-align: center;
}

section.standard figure.images.up li, section.standard figure.images.down li {
  display: inline-block;
  margin: 0 5px 15px;
}

section.standard figure.images.up img, section.standard figure.images.down img {
  width: auto;
  max-height: 400px;
}

section.standard figure.images.down li {
  margin: 15px 5px 0;
}

section.standard figure.images.left {
  float: left;
  max-width: 33%;
  margin-right: 3%;
  text-align: left;
}

section.standard figure.images.right {
  float: right;
  max-width: 33%;
  margin-left: 3%;
  text-align: right;
}

body.Sitemap nav.sub-category {
  margin: 20px;
}

body.Sitemap main nav {
  padding: 0;
  border: 0;
}

body.Sitemap main nav ul {
  margin-bottom: 0;
}

body.Sitemap main nav > ul.subs li:before {
  content: "\f115";
  font-family: FontAwesome;
  margin-right: 0.4em;
  font-size: 125%;
  color: #8390B9;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .table-responsive {
    border: none;
  }
  .table-responsive tr, .table-responsive td {
    height: 100%;
    overflow-y: hidden;
  }
}
