@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button {
  text-transform: none;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.mvArea .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}


.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}


.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.mvArea .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #f68b1f;
  border-radius: 50%;
}
.mvArea .slick-dots li.slick-active button {
  background-color: #828282;
}
.mvArea .slick-dots li button:before {
  content: none;
}

.mvArea .slick-dots {
  bottom: -30px;
}

body {
  background: #FFF;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#main {
  position: relative;
  background: #FFF;
}

#wrapper {
  overflow: hidden;
}

.container,
#container {
  max-width: 1200px;
  margin: 0 auto 35px;
  padding-top: 35px;
}

#container {
  overflow: hidden;
  clear: both;
  background: rgba(255, 255, 255, 0.6);
  padding-top: 0;
  padding: 30px;
}

#container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/common/body_bg.jpg) no-repeat bottom center;
  background-size: cover;
  z-index: -1;
}

.hide {
  visibility: hidden;
}

.contents {
  overflow: hidden;
}

.contents.under .gmenu {
  margin-bottom: 0;
}

.contents.under .main_upcontents_inner {
  display: block;
  max-width: 100%;
  padding: 70px 0;
}

.contents.under .main_upcontents_title {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}

.contents.under .main_upcontents.kankou {
  background-image: url(../../images/kankou/kankou_mvbg.jpg);
}

.contents.under .main_upcontents.ijyu {
  background-image: url(../../images/ijyu/ijyu_mvbg.jpg);
}

#container > #content {
  float: right;
  width: 78%;
  margin: 0 0 0 2%;
  padding: 15px 20px;
  background: #FFF;
}

#container > #content #content {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.underContent {
  background: rgba(255, 255, 255, 0.6);
  padding: 60px 0;
}

.underContent_box {
  position: relative;
  width: 90%;
  margin: 0 auto 30px;
  padding: 3%;
  background-color: #FFF;
}

.underContent_box-hd02 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0 !important;
  padding: 5px 0;
  text-align: center;
  color: #FFF !important;
  background-color: #006FB9;
}

.underContent_box_inner-hd02 {
  padding: 5px 0;
  color: #168ECD;
  text-align: center;
  border-bottom: 3px solid #168ECD;
}

#side {
  float: left;
  width: 20%;
}

.row::after {
  content: '';
  display: block;
  clear: both;
}

.btn a {
  display: block;
  text-align: center;
  text-decoration: none;
}

#main.col1 #under_contents {
  max-width: 1200px;
  margin: 0 auto;
}

#main.col1 #under_contents h2 {
  position: relative;
  padding: 0 10px;
  margin: 20px 30px 15px;
  border-bottom: 4px solid #d6dced;
  line-height: 1.9;
}

#main.col1 #under_contents h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 10%;
  height: 4px;
  background-color: #3a63a5;
}

.col1_title {
  background: #17468d;
}

.col1_title h1 {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 35px;
  padding: 15px 30px;
  color: #FFF;
}

.col1 table.form {
  margin: 0 auto 20px !important;
}

.col1 table.form p {
  margin: 0 15px !important;
  text-align: left;
}

.col1 table.form select, .col1 table.form textarea, .col1 table.form input[type=text] {
  box-sizing: border-box;
  margin: 8px 0;
  padding: 0.3em;
  transition: 0.3s;
  border: 1px solid #3a63a5;
  outline: none;
}

.col1 table.form select:focus, .col1 table.form textarea:focus, .col1 table.form input[type=text]:focus {
  border-color: #da3c41;
}

.col1 form input[type=submit], .col1 form input[type=reset] {
  min-width: 100px;
  padding: 5px;
  border: 1px solid #3a63a5;
  border-radius: 3px;
  background: #efefef;
}

.col1 p {
  text-align: center;
}

.gmenu {
  background: #168ECD;
  margin-bottom: 30px;
}

.gmenu_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.gmenu_inner ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.gmenu_inner ul li {
  position: relative;
}

.gmenu_inner ul li:hover {
  background: #3a63a5;
}

.gmenu_inner ul li:hover ul {
  top: 66px;
  visibility: visible;
  opacity: 1;
  background: #CCD228;
  list-style: none;
  transition: all .3s ease;
}

.gmenu_inner ul li:hover ul li a {
  padding: 10px 0;
}

.gmenu_inner ul li:hover ul li:hover {
  background: #0e1d49;
}

.gmenu_inner ul ul {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 66px;
  width: 100%;
  z-index: 900;
}

.gmenu_inner ul ul li {
  padding: 0 5px;
  font-size: 85%;
}

.gmenu_inner ul ul.gmenu_item_2col {
  width: 200%;
}

.gmenu_inner ul ul.gmenu_item_2col::after {
  content: '';
  display: block;
  clear: both;
}

.gmenu_inner ul ul.gmenu_item_2col li {
  float: left;
  width: 50%;
}

.gmenu_item {
  display: flex;
  flex: 0 0 16.66%;
  flex-direction: column;
  max-width: 16.66%;
  text-align: center;
}

.gmenu_item a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
}

#crumb {
  padding: 10px 10px 0;
  background: #FFF;
  text-align: right;
}

#newsicon {
  display: none;
}

.sidenavi {
  list-style: none;
  border: 1px solid #DBD5D0;
}

.sidenavi li {
  background: #67D0FB;
}

.sidenavi li a {
  display: block;
  padding: 12px 15px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.sidenavi ul {
  list-style: none;
}

.sidenavi ul li {
  background: #FFF;
  border-bottom: 1px solid #DBD5D0;
}

.sidenavi ul li a {
  padding: 8px 15px;
  font-weight: normal;
}

.sidenavi ul li > ul {
  padding: 0 15px;
}

.sidenavi ul li > ul > li {
  border-bottom: none;
}

.spMenu {
  display: none;
}

.mainSide_menu_inner {
  display: block;
}

.mainSide_menu.chouchou_message p {
  text-align: center;
}

.mainSide_menu.chouchou_message .news {
  padding-top: 15px;
  font-weight: bold;
}

.mainSide_menu.chouchou_message #side-hitokoto-text {
  padding-bottom: 15px;
}

.mainSide_menu #side-now-photo {
  padding: 15px 0 10px;
  text-align: center;
}

.mainSide_menu #side-now-photo a {
  color: #333;
  text-decoration: none;
  line-height: 1.5;
}

.mainSide_menu #side-now-photo a img {
  max-width: 210px;
  margin-bottom: 5px;
}

#content .indexlist {
  padding-left: 0;
  list-style: none;
}

#content .indexlist li {
  position: relative;
  padding-left: 20px;
  border-bottom: 2px dotted #CCC;
}

#content .indexlist li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  margin: auto 0;
  background: #FFF;
  border: 4px solid #158ECD;
  border-radius: 50%;
}

#content .indexlist li a {
  font-size: 120%;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

#wcv_sys_wrapper {
  box-sizing: content-box;
}

#wcv_sys_wrapper #container::after {
  background: none;
}

.hdArea button,
.main button {
  border: none;
}

#container-noside {
  max-width: 1200px;
  margin: 0 auto;
}

#container-noside #content #result table {
  border-color: #FFF;
}

#container-noside #content #result table th, #container-noside #content #result table td {
  border-color: #FFF;
}

.text_blue {
  color: #00c;
}

.text_red {
  color: #c00;
}

.text_green {
  color: #060;
}

.text_black {
  color: #333;
}

.all_link {
  width: 100%;
  text-align: center;
  background: #fdd703;
  border-top: 3px solid #f9b008;
}

.all_link a {
  padding: 3px 0 2px;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 115%;
  font-weight: bold;
}

.mvArea {
  position: relative;
  width: 100%;
}

.mv_item {
  position: relative;
}

.mv_item-text {
  position: absolute;
  top: 5%;
  left: 5%;
}

.mv_item-text.center {
  top: 0;
  left: 0;
  bottom: 45%;
  right: 0;
  max-width: 850px;
  max-height: 253px;
  margin: auto;
}

@media screen and (max-height: 780px) {
  .mv_item-text.fast img {
    width: 300px;
    height: auto;
  }
}

.mvContents {
  max-height: 87vh;
  overflow: hidden;
}

.gNav {
  position: absolute;
  top: -100px;
  right: 0;
}

.gNav_row {
  list-style: none;
}

.gNav_row::after {
  content: '';
  display: block;
  clear: both;
}

.gNav_item {
  display: table;
  float: left;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  line-height: 5.9;
  background-color: #168ECD;
  font-size: 125%;
  text-align: center;
}

.gNav_item:nth-child(2) {
  margin: 0 30px;
}

.gNav_item-gyousei {
  background-image: url(../images/icon/sm-logo.png);
  background-repeat: no-repeat;
  background-position: center 45px;
}

.gNav_item-kankou {
  background-image: url(../images/icon/sm-camera.png);
  background-repeat: no-repeat;
  background-position: center 45px;
}

.gNav_item-syari {
  background-image: url(../images/icon/sm-mountain.png);
  background-repeat: no-repeat;
  background-position: center 45px;
}

.gNav_item a {
  display: table-cell;
  width: 100%;
  border-radius: 50%;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  vertical-align: bottom;
}

#fb-root {
  display: none;
}

.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.fB, .insta {
  padding: 0 10px;
  text-align: center;
}

.logo {
  display: inline-block;
  vertical-align: middle;
}

.logo_item {
  display: inline-block;
  width: 150px;
  padding-top: 90px;
  font-size: 0;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.main_upcontents {
  background: #D7F1FC;
}

.main_upcontents {
  margin-left: -20px;
  margin-right: -20px;
  border-radius: 0 0 50% 50% / 0 0 18% 18%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main_upcontents_inner {
  display: flex;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto 25px;
  padding: 55px 25px 90px;
}

.main_upcontents_inner::after {
  content: '';
  display: block;
  clear: both;
}

.main_upcontents_inner .mvArea {
  max-width: 60%;
  border: 3px solid #FFF;
}

.main_upcontents_inner .gnavi {
  max-width: 35%;
  width: 100%;
  border-radius: 5px;
  list-style: none;
}

.main_upcontents_inner .gnavi h2 {
  text-align: center;
}

.main_upcontents_inner .gnavi_card {
  background: #CCD228;
}

.main_upcontents_inner .gnavi_card a::before {
  content: '';
  display: block;
  min-height: 82px;
  background-size: 58px;
}

.main_upcontents_inner .gnavi_card.btn01 a::before {
  background-image: url(../../images/top/icon/gmenu01.png);
  background-position: center;
  background-repeat: no-repeat;
}

.main_upcontents_inner .gnavi_card.btn02 a::before {
  background-image: url(../../images/top/icon/gmenu02.png);
  background-position: center;
  background-repeat: no-repeat;
}

.main_upcontents_inner .gnavi_card.btn03 a::before {
  background-image: url(../../images/top/icon/gmenu03.png);
  background-position: center;
  background-repeat: no-repeat;
}

.main_upcontents_inner .gnavi_card.btn04 a::before {
  background-image: url(../../images/top/icon/gmenu04.png);
  background-position: center;
  background-repeat: no-repeat;
}

.main_upcontents_inner .gnavi_card.btn05 a::before {
  background-image: url(../../images/top/icon/gmenu05.png);
  background-position: center;
  background-repeat: no-repeat;
}

.main_upcontents_inner .gnavi nav {
  display: flex;
  height: 100%;
  padding: 0 10px;
  flex-wrap: wrap;
  align-content: center;
}

.main_upcontents_inner .gnavi nav li {
  padding: 5px;
}

.main_upcontents_inner .gnavi nav li:last-child {
  margin-bottom: 0;
}

.main_upcontents_inner .gnavi nav li.upper {
  width: 50%;
}

.main_upcontents_inner .gnavi nav li.under {
  width: 33.3%;
}

.main_upcontents_inner .gnavi nav li a {
  display: block;
  padding: 8px 0;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.container::after {
  content: '';
  display: block;
  clear: both;
}

.main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/common/body_bg.jpg) no-repeat bottom center;
  background-size: cover;
  z-index: -1;
}

.mainContent {
  float: right;
  width: 75%;
  padding: 0 25px;
}

.mainSide {
  float: left;
  width: 25%;
  padding: 0 15px;
}

.mainSide_menu {
  margin-bottom: 20px;
  background: #FFF;
  border: 1px solid #DBD5D0;
}

.mainSide_menu_banner {
  list-style: none;
}

.mainSide_menu_banner li {
  margin-bottom: 10px;
  text-align: center;
}

.mainSide_menu.emergency {
  border: 1px solid #999999;
}

.mainSide_menu.emergency h2 {
  color: #FFF;
  background: #E21717;
}

.mainSide_menu.emergency ul li {
  background: #FBEAEA;
  border-bottom: 1px solid #999999;
  font-weight: bold;
  transition: all .7s;
}

.mainSide_menu.emergency ul li:last-child {
  border-bottom: none;
}

.mainSide_menu.normal h2 {
  background: #67D0FB;
}

.mainSide_menu.normal ul li {
  border-bottom: 1px solid #E3E3E2;
}

.mainSide_menu.citywelcome {
  border: 2px solid #006FB9;
}

.mainSide_menu.citywelcome h2 {
  text-align: center;
}

.mainSide_menu h2 {
  padding: 10px 10px 8px;
  font-size: 130%;
}

.mainSide_menu_inner {
  padding: 0 10px 15px;
}

.mainSide_menu ul {
  list-style: none;
}

.mainSide_menu ul li a {
  display: block;
  padding: 7px 10px;
  color: #000;
  text-decoration: none;
}

.citywelcome-map {
  margin: 12px 0;
  text-align: center;
}

.citywelcome-map img {
  max-width: 90%;
}

.tabArea {
  margin-bottom: 20px;
}

.tab_button02 {
  background-color: #FFF;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
}

.tab_button02 span {
  display: block;
  width: 97%;
  margin: 0 auto;
  padding: 6px 0 5px;
  color: #0269AC;
  border-bottom: 5px solid #0269AC;
}

.tab_button::after {
  content: '';
  display: block;
  clear: both;
}

.tab_button :nth-child(2) {
  width: 50%;
  margin-right: 0;
}

.tab_button-item {
  background: #FFF;
}

.tab_button button {
  float: left;
  display: block;
  width: 49%;
  margin-right: 1%;
  background: #EEEDEC;
}

.tab_button button.active {
  background: #FFF;
}

.tab_button button.active span {
  border-bottom: 5px solid #0269AC;
  color: #0269AC;
}

.tab_button button span {
  display: block;
  margin: 0 3%;
  padding: 6px 0 5px;
  font-size: 125%;
  font-weight: bold;
}

.tab_contents {
  background: #FFF;
}

.tab001 > .tab_contents_inner ul {
  padding: 10px 25px;
  list-style: none;
}

.tab001 > .tab_contents_inner ul :last-child {
  border-bottom: none;
}

.tab001 > .tab_contents_inner ul li {
  padding: 7px 9px;
  border-bottom: 2px dotted #CCC;
  transition: all .3s;
}

.tab001 > .tab_contents_inner ul li a {
  margin-left: 15px;
}

.tab001 > .tab_contents_inner ul li span.newsdate {
  display: inline-block;
  min-width: 80px;
  text-align: right;
}

.tab001 > .tab_contents_inner ul li span.newsicon img {
  width: 80px;
  height: 20px;
}

.tab001 > .tab_contents_inner ul li span img {
  vertical-align: middle;
}

.tab001 > .tab_contents_inner ul li:hover {
  background: #f5f5f5;
}

.col3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.col3_card {
  width: 32%;
  background: #FFF;
}

.col3_card::after {
  content: '';
  display: block;
  clear: both;
}

.col3_card_inner h2 {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 5px solid #0269AC;
  color: #0269AC;
  font-size: 125%;
  text-align: center;
}

.col3_card_contents {
  padding: 0 25px 15px;
}

.col3_card_contents_inner::after {
  content: '';
  display: block;
  clear: both;
}

.col3_card_contents_inner .float_l, .col3_card_contents_inner .float_r {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.col3_card_contents_inner .float_r {
  text-align: center;
  display: none;
}

.col3_card_contentsList {
  padding: 0 10px;
}

.col3_card_contentsList ul {
  list-style: none;
}

.col3_card_contentsList ul li {
  position: relative;
}

.col3_card_contentsList ul li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  margin: auto 0;
  border: 5px solid #0269AC;
  border-radius: 50%;
}

.col3_card_contentsList ul li a {
  display: block;
  padding: 5px 20px;
}

.col3_card-list {
  background: #CCC;
  border-radius: 15px;
  box-shadow: 0 -3px 3px #adadad inset;
}

.col3_card-list a {
  display: block;
  padding: 5px 0;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.col3_card-img {
  margin-bottom: 10px;
}

.col3_card-img img {
  max-width: 100px;
}

.col3_card-text {
  margin-bottom: 5px;
  font-size: 90%;
}

.col3_card-date {
  text-align: left;
  margin-bottom: 10px;
}

.col2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.col2_card {
  width: 50%;
}

.btn {
  margin-bottom: 10px;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
}

.btn a {
  display: block;
  padding: 5px 0;
  color: #000;
  text-decoration: none;
}

.btn-orange {
  background: #FDD703;
  box-shadow: 0 -3px 3px #F9AE08 inset;
}

.btn-gray {
  background: #EEEEEE;
  box-shadow: 0 -3px 3px #CCCCCC inset;
}

.btn-eventCalendar, .btn-gomiCalendar {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 120%;
}

.btn-eventCalendar a, .btn-gomiCalendar a {
  vertical-align: middle;
}

.btn-eventCalendar a::before, .btn-gomiCalendar a::before {
  content: '';
  width: 31px;
  height: 34px;
  display: inline-block;
  margin-right: 4px;
  background-image: url(../../images/top/icon/btn02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-eventCalendar {
  background: #F68B1F;
  box-shadow: 0 -3px 3px #FF6600 inset;
}

.btn-eventCalendar a {
  vertical-align: middle;
}

.btn-eventCalendar a::before {
  content: '';
  width: 31px;
  height: 31px;
  display: inline-block;
  margin-right: 4px;
  background-image: url(../../images/top/icon/btn01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn-gomiCalendar {
  background: #CCD52F;
  box-shadow: 0 -3px 3px #94B425 inset;
}

.submenu_btn {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
  list-style: none;
}

.submenu_btn li {
  width: 25%;
  padding: 0;
  border-right: 2px dotted #CCC;
  border-bottom: 2px dotted #CCC;
}

.submenu_btn li:nth-child(n+9) {
  border-bottom: none;
}

.submenu_btn li:nth-child(4n) {
  border-right: none;
}

.submenu_btn li a {
  display: block;
  position: relative;
  height: 110px;
  background-color: #FFF;
  background-position: center 5px;
  background-repeat: no-repeat;
  background-size: 70px;
  color: #333;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.submenu_btn li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px 0;
}

.submenu_item {
  padding: 0 10px;
}

.submenu_item.btn01 a {
  background-image: url(../../images/top/icon/submenu01.png);
}

.submenu_item.btn02 a {
  background-image: url(../../images/top/icon/submenu02.png);
}

.submenu_item.btn03 a {
  background-image: url(../../images/top/icon/submenu03.png);
}

.submenu_item.btn04 a {
  background-image: url(../../images/top/icon/submenu04.png);
}

.submenu_item.btn05 a {
  background-image: url(../../images/top/icon/submenu05.png);
}

.submenu_item.btn06 a {
  background-image: url(../../images/top/icon/submenu06.png);
}

.submenu_item.btn07 a {
  background-image: url(../../images/top/icon/submenu07.png);
}

.submenu_item.btn08 a {
  background-image: url(../../images/top/icon/submenu08.png);
}

.submenu_item.btn09 a {
  background-image: url(../../images/top/icon/submenu09.png);
}

.submenu_item.btn010 a {
  background-image: url(../../images/top/icon/submenu010.png);
}

.submenu_item.btn011 a {
  background-image: url(../../images/top/icon/submenu011.png);
}

.submenu_item.btn012 a {
  background-image: url(../../images/top/icon/submenu012.png);
}

.gHeader_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}

.gHeader_inner::after {
  content: '';
  display: block;
  clear: both;
}

.gHeader_left {
  float: left;
}

.gHeader_right {
  display: none;
  float: right;
  max-width: 540px;
}

.gHeader_item {
  display: inline-block;
  width: 280px;
  padding-top: 80px;
  font-size: 0;
  background-image: url(../images/gyousei/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: bottom;
}

.gHeader_tools::after {
  content: '';
  display: block;
  clear: both;
}

.gHeader_tools_up {
  padding: 8px 0;
}

.gHeader_tools_up::after {
  content: '';
  display: block;
  clear: both;
}

.tool_inner {
  float: right;
  list-style: none;
}

.tool_inner li {
  display: inline-block;
  vertical-align: middle;
}

.tool_inner li ul {
  display: inline-block;
}

.font_min, .font_large {
  border: 1px solid #ededed;
}

.font_min button, .font_large button {
  padding: 0 5px;
}

.color_white, .color_black {
  border: 1px solid #ededed;
}

.color_white button, .color_black button {
  padding: 0 5px;
}

.site_search {
  max-width: 300px;
}

.gMvArea {
  overflow: hidden;
}

.gMvArea.under img {
  width: 100%;
}

.gMv-item img {
  width: 100%;
  height: auto;
}

.news_inner {
  display: table;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.news_title {
  display: table-cell;
  width: 15%;
  vertical-align: middle;
  text-align: center;
}

.news_title.kankou_title {
  padding: 0 15px;
  vertical-align: top;
}

.news_title.kankou_title h2 {
  margin-bottom: 10px;
  padding: 5px 0;
  border-radius: 25px;
  background: #174685;
  color: #FFF;
}

.news_title .kankou_list a {
  color: #174685;
  font-weight: bold;
  text-decoration: none;
}

.news_contents {
  display: table-cell;
  width: 70%;
  padding: 0 20px;
  vertical-align: middle;
  list-style: none;
}

.news_contents.under {
  display: block;
  width: 100%;
}

.news_contents.under p.datetime, .news_contents.under p.dataicon, .news_contents.under p.newsdata {
  margin: 0 10px !important;
}

.news_item {
  width: 100%;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #333;
}

.news_item::after {
  content: '';
  display: block;
  clear: both;
}

.news_item p {
  float: left;
  line-height: 2.0;
}

.news_list {
  display: table-cell;
  width: 15%;
  vertical-align: bottom;
}

.news_list a {
  width: 75%;
  padding: 5px 0;
  margin: 0 auto;
  background: #eaecf2;
  color: #000;
  font-size: 95%;
  font-weight: bold;
}

.datetime {
  min-width: 125px;
  margin-right: 15px;
}

.dataicon {
  min-width: 90px;
  margin-right: 20px;
  font-size: 82%;
  font-weight: bold;
  text-align: center;
}

.dataicon img {
  width: 90px;
}

.newsdata a {
  color: #333;
  text-decoration: none;
}

.link_Area {
  padding: 40px 0;
  background-color: #eaecf2;
}

.link_inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.link_inner.gikai {
  justify-content: left;
}

.link_inner.gikai .card {
  width: 22%;
  margin: 0 1% 20px;
}

.card {
  width: 23%;
  padding: 10px;
  margin-bottom: 20px;
  border-top: 2px solid #0e1d49;
  background: #FFF;
}

.card_title h2 {
  position: relative;
  padding-left: 30px;
}

.card_title h2::after {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}

.card_title h2::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #000;
}

.card_list {
  list-style: none;
  padding: 5px 10px;
}

.card_list li {
  border-bottom: 1px dotted #333;
  line-height: 1.8;
}

.card_list li p {
  display: inline-block;
}

.card_list a {
  color: #000;
  text-decoration: none;
}

.card.special {
  width: 48.6%;
}

.card.special .card_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.card.special .card_list li {
  padding: 0 5px;
  border-bottom: none;
  vertical-align: top;
}

.card.special .card_list_item {
  max-width: 50%;
}

.jinkou_heading {
  min-width: 90px;
  text-align: center;
}

.sns_Area {
  border-bottom: 1px solid #eaecf2;
}

.sns_title {
  text-align: center;
}

.sns_inner {
  max-width: 1200px;
  padding: 20px 0;
  margin: 0 auto;
}

.sns_contents {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 20px 0 10px;
  list-style: none;
}

.sns_contents li a {
  display: block;
  min-width: 200px;
  margin: 0 25px;
  text-decoration: none;
}

.sns_contents li a p {
  display: inline-block;
}

.banner_Area {
  max-width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
}

.banner_Area::after {
  content: '';
  display: block;
  clear: both;
}

.banner_left {
  float: left;
  width: 74%;
}

.banner_left ul {
  list-style: none;
}

.banner_left ul li {
  display: inline-block;
  width: 32.2%;
  padding: 5px;
}

.banner_right {
  float: right;
  width: 26%;
}

.banner_right ul {
  list-style: none;
}

.gFooter {
  height: 120px;
  border: none;
  margin-top: 20px;
  background: url(../images/gyousei/footer-bg.png) center no-repeat;
}

.kankou-spot_Area {
  max-width: 1200px;
  margin: 0 auto;
}

.kankou-spot_title {
  padding: 10px 0;
  background-color: #051d49;
  color: #FFF;
  text-align: center;
}

.kankou-spot_list_bottom, .kankou-spot_list_up {
  margin-bottom: 35px;
}

.kankou-spot_list_bottom::after, .kankou-spot_list_up::after {
  content: '';
  display: block;
  clear: both;
}

.kankou-spot_card {
  float: left;
  width: 50%;
}

.kankou-spot_card_img img {
  vertical-align: top;
}

.kankou-spot_card_inner::after {
  content: '';
  display: block;
  clear: both;
}

.kankou-spot_menu {
  float: left;
  position: relative;
  width: 35%;
}

.kankou-spot_menu_inner {
  position: absolute;
  top: -65px;
  left: 15px;
}

.kankou-spot_menu-btn {
  display: table-cell;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}

.kankou-spot_menu-btn.pink {
  background: #f9aec9;
}

.kankou-spot_menu-btn.blue {
  background: #67d0fb;
}

.kankou-spot_menu-btn.green {
  background: #56ddb1;
}

.kankou-spot_menu-btn.yellow {
  background: #f5d056;
}

.kankou-spot_text {
  float: right;
  width: 65%;
  margin: 15px 0;
  padding: 0 10px;
  line-height: 1.8;
}

.pickup_Area {
  background: #d4ecea;
}

.pickup_title {
  padding: 15px 0 5px;
  text-align: center;
}

.pickup_list {
  display: flex;
  max-width: 1200px;
  padding-bottom: 20px;
  margin: 0 auto;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
}

.pickup_list_item {
  background: #FFF;
  padding: 10px;
  margin: 10px 15px;
}

.gadget-inner {
  display: table;
  width: 100%;
}

.gadget-inner .ph {
  display: table-cell;
  width: 45%;
}

.gadget-inner .ph img {
  max-width: 100%;
}

.gadget-inner .text {
  display: table-cell;
  width: 55%;
  padding: 0 5px;
  font-size: 85%;
  text-align: center;
  vertical-align: middle;
}

.mvArea .slick-prev, .mvArea .slick-next {
  width: 31px;
  height: 30px;
  z-index: 997;
}

.mvArea .slick-prev::before, .mvArea .slick-next::before {
  display: block;
  content: '';
  width: 31px;
  height: 30px;
  opacity: 1;
  z-index: 999;
}

.mvArea .slick-prev {
  left: -16px;
}

.mvArea .slick-prev::before {
  background-image: url(../../images/top/mv_left.png);
  background-repeat: no-repeat;
}

.mvArea .slick-next {
  right: -15px;
}

.mvArea .slick-next::before {
  background-image: url(../../images/top/mv_right.png);
  background-repeat: no-repeat;
}

.mvArea .AutoBtn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -35px;
  display: flex;
  width: 80px;
  margin-left: auto;
  justify-content: flex-end;
}

.mvArea .AutoBtn #TopStartBtn {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  padding: 0px;
  background: #f68b1f;
  border-radius: 50%;
  margin: 0px 13px 0px 0px;
  overflow: hidden;
  text-indent: 130%;
  white-space: nowrap;
}

.mvArea .AutoBtn #TopStartBtn::before {
  position: absolute;
  content: '';
  left: 11px;
  top: 9px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}

.mvArea .AutoBtn #TopStopBtn {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  padding: 0px;
  background: #fff;
  border-radius: 50%;
  border-bottom: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  overflow: hidden;
  text-indent: 130%;
  white-space: nowrap;
}

.mvArea .AutoBtn #TopStopBtn span:first-child {
  content: "";
  position: absolute;
  right: 17px;
  top: 6px;
  width: 4px;
  height: 16px;
  background: #000;
  background: #f68b1f;
}

.mvArea .AutoBtn #TopStopBtn span:last-child {
  content: "";
  position: absolute;
  right: 8px;
  top: 6px;
  width: 4px;
  height: 16px;
  background: #000;
  background: #f68b1f;
}

.banner_up {
  margin-bottom: 20px;
}

.banner_up ul {
  list-style: none;
}

.banner_up .slick-slide img {
  background-color: #FFF;
}

.banner_up .slick-prev, .banner_up .slick-next {
  top: 0;
  bottom: 0;
  width: 32px;
  height: 33px;
  margin: auto;
  z-index: 999;
}

.banner_up .slick-prev::before, .banner_up .slick-next::before {
  display: block;
  content: '';
  width: 32px;
  height: 33px;
  opacity: 1;
  z-index: 999;
}

.banner_up .slick-prev::before {
  background-image: url(../../images/top/bn_left.png);
  background-repeat: no-repeat;
}

.banner_up .slick-next {
  right: 5px;
}

.banner_up .slick-next::before {
  background-image: url(../../images/top/bn_right.png);
  background-repeat: no-repeat;
}

.koukoku {
  margin: 35px 0;
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.koukoku_banner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 0;
  list-style: none;
}

.koukoku_text {
  display: none;
  max-width: 200px;
  margin: 0 auto;
  background: #FDD703;
  border-radius: 15px;
  box-shadow: 0 -3px 3px #F9AE08 inset;
  text-align: center;
}

.koukoku_text a {
  display: block;
  padding: 8px 0;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.koukoku_title {
  font-size: 110%;
  font-weight: bold;
}

.koukoku_message {
  font-size: 80%;
  font-weight: normal;
  padding: 0 10px;
  margin-bottom: 15px;
}

.koukoku li {
  margin: 5px 15px;
}

#content h1 {
  margin-bottom: 30px;
  padding: 10px 10px 0;
  text-align: center;
  font-size: 165%;
  line-height: 1.9;
}

#content h1::after {
  content: "";
  display: block;
  width: 12%;
  height: 4px;
  margin: 0 auto;
  background: #3498db;
}

#content h2 {
  margin-bottom: 15px;
  padding: 0 10px;
  border-left: 10px solid #3498db;
  font-size: 145%;
}

#content h3 {
  position: relative;
  margin-bottom: 15px;
  padding: 5px;
  border-bottom: 4px solid #CCC;
  font-size: 135%;
}

#content h3::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  width: 20%;
  height: 4px;
  background: #3498db;
}

#content h4 {
  margin-bottom: 15px;
  padding: 2px 3px;
  border-bottom: 2px solid #3498db;
  font-size: 130%;
}

#content p {
  margin-bottom: 15px;
}

#content p.wcvleft {
  text-align: left;
}

#content p.wcvright {
  text-align: right;
}

#content p.wcvcenter {
  text-align: center;
}

#content p#crumb {
  margin-bottom: 0;
}

#content table {
  padding: 0px;
  margin: 1em  20px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

#content table caption {
  font-weight: bold;
  text-align: center;
  margin: .5em 0;
}

#content table th, #content table td {
  padding: .5em;
  vertical-align: top;
  border-color: #666;
  border-style: solid;
  border-width: 1px;
  box-sizing: content-box;
  word-break: break-word;
}

#content table th {
  color: #FFF;
  background: #168ECD;
}

#content table.table3 td, #content table.table3 th {
  border-color: #FFF;
}

#content table.table_navy td, #content table.table_navy th {
  border-color: #000080;
}

#content table.table_navy th {
  background: #000080;
}

#content table.table_wood td, #content table.table_wood th {
  border-color: #8B4513;
}

#content table.table_wood th {
  background: #8B4513;
}

#content table.table_none td, #content table.table_none th {
  border-color: transparent;
}

#content table.table_none th {
  background: none;
  color: #000;
}

#content table.table_green td, #content table.table_green th {
  border-color: #008000;
}

#content table.table_green th {
  background: #008000;
}

#content table.table_green2 tr:nth-child(odd) td, #content table.table_green2 tr:nth-child(odd) th {
  color: #FFF;
  background: #008000;
}

#content table.table_orange td, #content table.table_orange th {
  border-color: #FF6347;
}

#content table.table_orange th {
  background: #FF6347;
}

#content table.table_normal2 tr:nth-child(odd) td, #content table.table_normal2 tr:nth-child(odd) th {
  color: #FFF;
  background: #168ECD;
}

#content ul, #content ol {
  margin: 10px 15px;
  padding-left: 1.5em;
}

#content ul li, #content ol li {
  margin: 5px 0;
}

#content blockquote {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #CCC;
}

#content blockquote p {
  margin-bottom: 0;
}

#content .downloadarea h2::before {
  content: 'ダウンロード';
}

#content .downloadarea h2 img {
  display: none;
}

#content .linkarea h2::before {
  content: '関連リンク';
}

#content .linkarea h2 img {
  display: none;
}

#content .contactarea h2::before {
  content: 'お問い合わせ先';
}

#content .contactarea h2 img {
  display: none;
}

#content .downloadarea,
#content .linkarea,
#content .contactarea {
  margin-bottom: 20px;
}

#content .downloadarea h2,
#content .linkarea h2,
#content .contactarea h2 {
  margin-bottom: 0;
  padding: 3px 20px;
  border-left: none;
  background-color: #006FB9;
  color: #FFF;
}

#content .downloadarea h2 img,
#content .linkarea h2 img,
#content .contactarea h2 img {
  display: none;
}

#content .downloadarea-content,
#content .linkarea-content,
#content .contactarea-content {
  padding: 15px;
  background: #E8F6FA;
}

#content .downloadarea-content p,
#content .linkarea-content p,
#content .contactarea-content p {
  margin-bottom: 0;
}

#content .downloadarea .wcv-floatbox-left,
#content .linkarea .wcv-floatbox-left,
#content .contactarea .wcv-floatbox-left {
  margin-top: 15px;
}

#content .contactarea-content p {
  margin-bottom: 15px;
}

#content .clearfix::after {
  content: '';
  display: block;
  clear: both;
}

#content .wcvleft, #content .wcvcenter, #content .wcvright {
  margin-bottom: 15px;
}

#content .wcvleft table {
  float: left;
}

#content .wcvleft::after {
  content: '';
  display: block;
  clear: both;
}

#content .wcvcenter table {
  margin: 0 auto;
}

#content .wcvright table {
  float: right;
}

#content .wcvright::after {
  content: '';
  display: block;
  clear: both;
}

#content .wcv-box {
  margin-bottom: 15px;
}

#content .wcv-inner2-l, #content .wcv-inner2-r {
  width: 50%;
  padding: 0 10px;
}

#content .wcv-inner2-l {
  float: left;
}

#content .wcv-inner2-r {
  float: right;
}

#content .wcv-inner3 {
  float: left;
  width: 33.3%;
  padding: 0 10px;
}

#content .wcv-inner3-r {
  float: right;
  width: 33.3%;
  padding: 0 10px;
}

#content .wcv-inner4 {
  float: left;
  width: 25%;
  padding: 0 10px;
}

#content .wcv-inner4-r {
  float: right;
  width: 25%;
  padding: 0 10px;
}

#content .wcv-floatbox-left {
  margin-bottom: 15px;
}

#content .wcv-floatbox-left img.wcvimg-floatleft {
  float: left;
  margin-right: 15px;
}

#content .wcv-floatbox-right {
  margin-bottom: 15px;
}

#content .wcv-floatbox-right img.wcvimg-floatright {
  float: right;
  margin-left: 15px;
}

#content .wcv-imgbox {
  margin-bottom: 15px;
  text-align: center;
}

#content .wcv-imgcap {
  margin-bottom: 0;
  padding: 5px 0;
}

#content .dep-dl {
  margin-bottom: 15px;
}

#content .dep-dl::after {
  content: '';
  display: block;
  clear: both;
}

#content .dep-dl dt, #content .dep-dl dd {
  float: left;
  padding: 0 10px;
}

#content .dep-dl dt {
  width: 35%;
}

#content .dep-dl dd {
  width: 65%;
}

#content {
  /* -- カテゴリトップページ用(くらしの情報カテゴリ、各課カテゴリ) -- */
  /* 一覧へ */
  /* 各行 */
  /* 各課トップページのイベント情報 */
  /* 表題 */
  /* NEWマーク */
  /* ライフイベント（ライフイベントから探す）
    ---------------------------------------------------------------------- */
  /* 暮らしのガイド（目的別に情報を探す）
    ---------------------------------------------------------------------- */
}
.mainSide_menu_text {
  margin-bottom: 15px;
}
#content #oshirase-list dt,
#content .oshirasearea dt {
  text-align: right;
  margin: 0 12px 0 8px;
  width: 9em;
}

#content .oshirasearea {
  position: relative;
  max-width: 100%;
  margin: 0 10px 20px;
}

#content .oshirasearea h2 {
  background: #c9eda5;
  color: #333;
  margin: 0;
  padding: 4px 10px;
  border: none;
}

#content .oshirasearea h2::before {
  content: '新着情報';
}

#content .oshirasearea h2 img {
  display: none;
}

#content .oshirasearea h2 img {
  margin: 0 !important;
}

#content .oshirasearea.eventarea h2 {
  background: #efd8b1;
}

#content .oshirasearea.eventarea h2::before {
  content: 'イベント情報';
}

#content p.oshirasearea-list {
  position: absolute;
  top: 5px;
  right: 12px;
  margin: 0;
  background-color: #F68B1F;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
}

#content p.oshirasearea-list img {
  display: none;
}

#content p.oshirasearea-list a {
  display: block;
  padding: 3px 20px;
  color: #FFF;
  text-decoration: none;
}

#content p.oshirasearea-list a::before {
  content: '一覧へ';
}

#content #content p.oshirasearea-list img {
  margin: 0;
}

#content .oshirasearea p.oshirasearea-list img {
  margin: 0 !important;
}

#content .oshirasearea dl {
  clear: both;
  border: 3px solid #C9EDA6;
  border-top: none;
  line-height: 1.3;
  overflow: hidden;
}

#content .oshirasearea dt {
  margin-bottom: -1px;
}

#content .oshirasearea dd {
  border-bottom: 1px dotted #AAE272;
}

#content .eventarea dl {
  border-color: #EFD8B1;
}

#content .eventarea dd {
  border-bottom-color: #EFD8B1;
}

#content #oshirase dt img {
  width: 80px;
  height: 20px;
  margin-right: 10px;
  vertical-align: top;
}

#content #oshirase dt,
#content #oshirase-list dt,
#content .oshirasearea dt {
  clear: both;
  float: left;
  padding: 7px 5px 6px 10px;
  text-align: left;
}

#content #oshirase dd,
#content #oshirase-list dd,
#content .oshirasearea dd {
  padding: 7px 5px 6px 10px;
  border-bottom: 1px dotted #BBB;
}

#content #oshirase dd img,
#content #oshirase-list dd img,
#content .oshirasearea dd img {
  margin: 0 0 0 8px;
  vertical-align: middle;
}

#content .oshirasearea dd a {
  text-decoration: none;
}

#content .oshirasearea dd:last-child {
  border-bottom: none;
}

#content #kurashi-lifeevent ul {
  margin: 0;
  padding: 11px 0 3px 16px;
  background: #FFF;
  border: 3px solid #F9E08A;
  border-top: none;
  overflow: hidden;
  list-style: none;
}

#content #kurashi-lifeevent li {
  float: left;
  padding: 0 10px 10px 0;
  background: none;
}

#content #kurashi-lifeevent,
#content #kurashi-mokuteki {
  margin: 0 10px 20px;
}

#content #kurashi-lifeevent h2 {
  background-color: #F9E08A;
}

#content #kurashi-lifeevent h2::before {
  content: 'ライフイベント';
}

#content #kurashi-lifeevent h2 img {
  display: none;
}

#content #kurashi-mokuteki h2::before {
  content: '暮らしのガイド';
}

#content #kurashi-mokuteki h2 img {
  display: none;
}

#content #kurashi-lifeevent h2,
#content #kurashi-mokuteki h2 {
  margin: 0;
  padding: 4px 10px;
  background-color: #F9E08A;
  border: none;
}

#content .oshirasearea.eventarea {
  display: none;
}

#content #kurashi-mokuteki-content {
  border: 3px solid #F9E08A;
  border-top: none;
}

#content #kurashi-mokuteki table {
  width: 100%;
  margin: 0;
  border-color: #F6D14F;
}

#content #kurashi-mokuteki th {
  padding-right: 15px;
  padding-left: 15px;
  background: #FBEBB5;
  border-color: #F6D14F;
  white-space: nowrap;
}

#content #kurashi-mokuteki th a:link {
  color: #333;
}

#content #kurashi-mokuteki th a:visited {
  color: #787878;
}

#content #kurashi-mokuteki th a:focus,
#content #kurashi-mokuteki th a:hover,
#content #kurashi-mokuteki th a:active {
  color: #F20000;
}

#content #kurashi-mokuteki td {
  color: #AAA;
  padding-left: 15px;
  border-color: #F6D14F;
  line-height: 1.5;
}

.underContent .hrItem {
  margin: 20px 0;
}

.underContent p {
  margin-bottom: 10px;
}

#content #year-now,
#content #year-katsudou {
  margin: 0 0 15px;
  width: 100%;
}

#content #year-now dl,
#content #year-katsudou dl {
  padding: 0 15px;
}

#content #year-now dt,
#content #year-katsudou dt {
  clear: both;
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  line-height: 1.5;
  width: 5em;
}

#content #year-now dd,
#content #year-katsudou dd {
  margin: 0 0 10px;
  padding: 0 0 10px 5.5em;
  border-bottom: 1px dotted #BBB;
  line-height: 1.5;
  zoom: 1;
}

#content #year-now dd img,
#content #year-katsudou dd img {
  margin: 0 0 0 8px;
  vertical-align: middle;
}

#now,
#katsudou {
  margin: 0 0 15px;
}

#now dl,
#katsudou dl {
  border-bottom: 1px dotted #BBB;
  margin: 0 15px 10px;
  padding: 0 0 10px;
}

#now dt,
#katsudou dt {
  float: right;
  width: 100%;
}

#now dt span,
#katsudou dt span {
  display: block;
  padding: 0 0 1em 187px;
}

#now dt img,
#katsudou dt img {
  vertical-align: middle;
}

#now dd.photo,
#katsudou dd.photo {
  float: left;
  margin: 0 -187px 0 0;
}

#now dd.photo img,
#katsudou dd.photo img {
  width: 160px;
  height: auto;
  float: none;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #DDD;
  border-right-color: #BBB;
  border-bottom-color: #888;
  padding: 5px;
}

#now dd.text,
#katsudou dd.text {
  margin-left: 197px;
  font-size: 90%;
  line-height: 1.2;
}

.centerImg {
  text-align: center;
}

.col2 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.col2-item {
  max-width: 50%;
  flex: 0 0 50%;
}

.col2-item.space {
  padding: 10px 15px;
}

.col2-item img {
  vertical-align: top;
}

.col2 h2 {
  color: #006FB9;
  margin-bottom: 10px;
}

.col2 h3 {
  padding: 5px 0;
  color: #FFF;
  background-color: #23B44D;
  text-align: center;
}

.col2 .messageBox {
  min-height: 145px;
  padding: 15px 20px;
  background-color: #F4F4F4;
}

.col3 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.col3.ijyu {
  margin: 0 0 20px;
}

.col3.ijyu .col3-item {
  border-bottom: none;
  border-right: none;
}

.col3.ijyu .col3-item h3 {
  padding: 5px 0 2px;
  background-color: #0099DF;
  color: #FFF;
  text-align: center;
}

.col3.ijyu .col3-item a {
  transition: all .8s;
}

.col3.ijyu .col3-item a:hover {
  opacity: 0.7;
}

.col3-item {
  max-width: 33.3%;
  flex: 0 0 33.3%;
  font-size: 120%;
  padding: 10px;
  border-bottom: 1px dotted #CCC;
  border-right: 1px dotted #CCC;
}

.col3-item:nth-child(n+4) {
  border-bottom: none;
}

.col3-item:nth-child(3n) {
  border-right: none;
}

.col3-item p {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.col3-item p::before {
  content: '';
  background-size: 100px;
  display: block;
  width: 100px;
  height: 100px;
}

.col3-item p span {
  padding: 0 10px;
}

.col3-item.sub001 p::before {
  background-image: url(../../images/kankou/icon/kankou_sub001.png);
}

.col3-item.sub002 p::before {
  background-image: url(../../images/kankou/icon/kankou_sub002.png);
}

.col3-item.sub003 p::before {
  background-image: url(../../images/kankou/icon/kankou_sub003.png);
}

.col3-item.sub004 p::before {
  background-image: url(../../images/kankou/icon/kankou_sub004.png);
}

.col3-item.sub005 p::before {
  background-image: url(../../images/kankou/icon/kankou_sub005.png);
}

.col3-item.sub006 p::before {
  background-image: url(../../images/kankou/icon/kankou_sub006.png);
}

.col3.k_menu {
  position: relative;
}

.col3.k_menu .col3-item {
  cursor: pointer;
  transition: all .9s;
}

.col3.k_menu .col3-item:hover {
  background-color: #CEF0FF;
}

.col3.k_menu .col3-item p {
  margin-bottom: 0;
}

.col3.k_menu .col3-item.active .k_menuBox {
  display: block;
  width: 100%;
}

.col3.k_menu .col3-item.active .k_menuBox_inner li {
  padding: 5px 0;
}

.k_menuBox {
  display: none;
  width: 100%;
  min-height: 420px;
  padding: 15px 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  border: 3px solid #168ECD;
  z-index: 1;
}

.k_menuBox h2 {
  margin-bottom: 10px;
  padding: 2px 5px;
  border-bottom: 4px solid #168ECD;
}

.k_menuBox_inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  max-height: 420px;
  list-style: none;
  overflow-y: auto;
}

.k_menuBox_inner li {
  width: 33%;
  margin-bottom: 10px;
}

.k_menuBox_inner li a {
  position: relative;
  display: block;
  margin: 0 5px;
  padding: 5px 23px 2px;
  text-decoration: none;
  border-bottom: 1px dotted #333;
  color: #333;
}

.k_menuBox_inner li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: auto 0;
  background-color: #FFF;
  border: 4px solid #F68B1F;
  border-radius: 50%;
}

.k_menuBox_inner li p::before {
  content: none;
}

.k_menuBox_closeBtn {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 170px;
  padding: 5px 0 2px;
  color: #FFF;
  border-radius: 5px;
  background-color: #F68B1F;
  text-align: center;
  font-size: 108%;
  font-weight: bold;
  cursor: pointer;
}

.k_menuBox.active {
  display: block;
}

.label_box::after {
  content: '';
  display: block;
  clear: both;
}

.label_box-label {
  clear: left;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
}

.label_box-label.orange {
  color: #F68B1F;
}

.label_box-label, .label_box-info {
  float: left;
}

.label_box-info {
  margin-left: 0;
  font-size: 105%;
}

.public-right {
  max-width: 50%;
  float: right;
}

.public-left {
  max-width: 50%;
  float: left;
}

#content .wcvimg-floatleft {
  float: left;
  margin-right: 15px;
}

#content #public table {
  width: 55%;
  margin-left: 15px;
  clear: none;
  border-color: #ADADD8;
}

#content #public-list li {
  padding: 3px 0;
  text-align: left;
  border-bottom: 1px dotted #333;
}

#content #public-list img {
  vertical-align: middle;
}

#content #public-year li {
  float: left;
  list-style: none;
  max-width: 33%;
  padding: 0 15px 10px;
  text-align: center;
}

#wcv_sys_wrapper #container > #content {
  margin: 0;
  padding: 0;
}

#wcv_sys_wrapper .mainContent,
#wcv_sys_wrapper .mainSide {
  box-sizing: border-box;
}

#wcv_sys_wrapper .main .main_upcontents .mv_slide-item:nth-child(n+1) {
  position: absolute;
}

#wcv_sys_wrapper .main .banner_up ul {
  display: flex;
  flex-wrap: wrap;
}

div#wcv_sys_container_wide .col3-item {
  max-width: inherit;
}

div#wcv_sys_edit_areawrap .col3-item {
  max-width: inherit;
}

.hdArea {
  position: relative;
  background: #FFF;
}

.hd_inner {
  max-width: 1200px;
  min-height: 95px;
  margin: 0 auto;
  padding: 5px 0;
}

.hd_inner::after {
  content: '';
  display: block;
  clear: both;
}

.hd_logo {
  float: left;
  width: 296px;
  padding-top: 100px;
  font-size: 0;
  background-image: url(../images/header/logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  vertical-align: bottom;
}

.hd_tools {
  float: right;
  margin-top: 15px;
}

.hd_tools .catchcopy {
  clear: both;
  padding: 10px 0;
  font-weight: bold;
}

.hd_tools .catchcopy_inner {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 120%;
  text-align: center;
}

.tool_l, .tool_r {
  float: left;
}

.tool_l {
  margin: 0 10px;
  padding: 8px 20px;
  background: #f9f5f2;
  border-radius: 5px;
}

.tool_r {
  max-width: 280px;
  padding: 5px 0;
}

.tool_bg, .tool_size, .tool_translate {
  display: inline-block;
  vertical-align: middle;
}

.tool_bg span, .tool_bg ul, .tool_bg ul li, .tool_size span, .tool_size ul, .tool_size ul li {
  display: inline-block;
}

.tool_bg span, .tool_size span {
  font-weight: bold;
}

.tool_bg button, .tool_size button {
  background: #FFF;
}

.ftArea {
  margin-left: -40px;
  margin-right: -40px;
  border-radius: 50% 50% 0 0 / 30% 30% 0 0;
  background: #0099DF;
}

.ft_siteMap {
  padding: 20px 0 15px;
  text-align: center;
}

.ft_siteMap_item {
  display: inline-block;
  padding: 0 40px;
  border-right: 2px solid #FFF;
  line-height: 1.5;
}

.ft_siteMap_item:last-child {
  border-right: none;
}

.ft_siteMap_item a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.ft_address {
  padding: 60px 0 10px;
  text-align: center;
}

.ft_address_item {
  display: inline-block;
  margin-right: 15px;
  color: #FFF;
  font-weight: bold;
  line-height: 1.5;
}

.ft_address_item:last-child {
  margin-right: 0;
}

.copyright {
  padding: 15px 0;
  background: #006FB9;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  body {
    background: #C0D8F7;
  }
  .hd_logo {
    width: 200px;
    margin-left: 10px;
    margin-bottom: 5px;
  }
  .hd_inner {
    padding: 0;
  }
  .hd_tools {
    padding: 0 10px;
  }
  .hd_tools .catchcopy {
    padding: 0;
  }
  .tool_l {
    margin: 0 5px;
  }
  .tool_r {
    max-width: 185px;
  }
  .main_upcontents {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .main_upcontents_inner {
    padding: 55px 30px 90px;
  }
  .main_upcontents_inner .gnavi_card a span {
    font-size: 90%;
  }
  .ft_siteMap_item {
    padding: 0 20px;
  }
  .mv_item-text {
    max-width: 300px;
  }
  .gNav_item {
    width: 160px;
    height: 160px;
    font-size: 115%;
    line-height: 5.3;
  }
  .gNav_item-gyousei, .gNav_item-kankou, .gNav_item-syari {
    background-size: 45px;
    background-position: center 33px;
  }
  .link_Area {
    padding: 40px 20px;
  }
  .gHeader_inner {
    padding: 15px 10px;
  }
  .gHeader_right {
    display: block;
  }
  .card_title h2 {
    font-size: 110%;
  }
  .card_title h2::before {
    top: 4px;
  }
  .card_title h2::after {
    top: 8px;
  }
  .col3_card-text {
    display: none;
  }
  .col3_card_inner_font {
    color: #000000;
  }
  .col3_card_contents {
    padding: 0;
  }
}

@media screen and (max-width: 1000px) {
  .spMenu_btn {
    display: none;
  }
  .card {
    width: 49%;
  }
  .card.special {
    width: 100%;
  }
  .jinkou_value {
    float: right;
  }
  .kankou-spot_menu {
    width: 25%;
  }
  .kankou-spot_text {
    width: 75%;
  }
  .kankou-spot_card {
    float: none;
    width: 100%;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 835px) {
  .col2-item {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col2.k_box .col2-item img {
    width: 100%;
    vertical-align: top;
  }
  .col3.k_menu .col3-item {
    max-width: 50%;
    flex: 0 0 50%;
    border-bottom: 1px dotted #CCC;
    border-right: 1px dotted #CCC;
  }
  .col3.k_menu .col3-item a {
    display: block;
    text-align: center;
  }
  .col3.k_menu .col3-item a::before {
    display: block;
    margin: 0 auto 15px;
  }
  .col3.k_menu .col3-item:nth-child(n+5) {
    border-bottom: none;
  }
  .col3.k_menu .col3-item:nth-child(2n) {
    border-right: none;
  }
  .col3.ijyu .col3-item {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col3.ijyu .col3-item h3 {
    font-size: 100%;
  }
  .k_menuBox {
    min-height: 500px;
  }
  #main {
    position: static;
  }
  .mv_item-text {
    display: none;
  }
  .btn-eventCalendar,
  .btn-gomiCalendar {
    width: 90%;
    font-size: 90%;
    padding: 5px 0;
  }
  .main_upcontents_inner {
    padding: 45px 50px;
  }
  .main_upcontents_inner .mvArea {
    max-width: 100%;
  }
  .tab001 > .tab_contents_inner ul {
    padding: 10px 15px;
  }
  .tab001 > .tab_contents_inner ul li a {
    display: inline-block;
    margin-left: 0;
  }
  .tab001 > .tab_contents_inner ul li span.newsdate {
    text-align: left;
  }
  .tab001 > .tab_contents_inner ul li img {
    vertical-align: middle;
  }
  .hdArea {
    position: static;
    max-width: 100%;
    margin: 0 auto;
  }
  .gnavi {
    display: none;
  }
  .hd_in {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .hd_tools {
    float: none;
    padding: 0;
    margin-top: 0;
  }
  .hd_tools .catchcopy_inner {
    padding: 15px 10px;
  }
  .tool_l, .tool_r {
    display: none;
  }
  .gHeader {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  }
  .gHeader_inner {
    padding: 0;
  }
  .gHeader_left {
    position: relative;
    width: 100%;
    background: #FFF;
    z-index: 999;
  }
  .gHeader_right {
    position: absolute;
    float: none;
    width: 100%;
    max-width: 100%;
    background-color: #168ECD;
    z-index: 998;
    transform: translateY(-100%);
    transition: all 0.6s;
  }
  .gHeader_right.active {
    transform: translateY(0%);
  }
  .gHeader_tools {
    color: #FFF;
  }
  .gHeader_tools_up {
    display: none;
  }
  .ft_siteMap {
    background: #0099DF;
  }
  .ft_siteMap_item a {
    color: #FFF;
  }
  .spMenu {
    display: block;
    padding: 115px 0 20px;
    background: #168ECD;
  }
  .spMenu_btn {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
  }
  .spMenu_btn_inner {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #168ECD;
  }
  .spMenu_btn_inner span {
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    height: 2px;
    margin: auto;
    border-radius: 5px;
    background: #FFF;
  }
  .spMenu_btn_item1 {
    top: 10px;
  }
  .spMenu_btn_item2 {
    top: 0;
    bottom: 0;
  }
  .spMenu_btn_item3 {
    bottom: 10px;
  }
  .spMenu_btn button {
    position: absolute;
    width: 100%;
    height: 10%;
    vertical-align: top;
    background-color: #000;
  }
  .spMenu_btn button::after, .spMenu_btn button::before {
    display: block;
    position: absolute;
    content: '';
    width: 85%;
    height: 5px;
    margin: 0 auto;
    background: #000;
  }
  .spMenu_btn button::after {
    margin: 5px auto;
    bottom: -300%;
  }
  .spMenu_btn button::before {
    top: -300%;
  }
  .spMenu_up {
    border-bottom: 1px solid #FFF;
  }
  .spMenu_up::after {
    content: '';
    display: block;
    clear: both;
  }
  .spMenu_up_item {
    display: table;
    float: left;
    width: 33.3%;
    height: 110px;
    padding-top: 20px;
    text-align: center;
  }
  .spMenu_up_item:nth-child(2) {
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
  }
  .spMenu_up_item a {
    display: table-cell;
    color: #FFF;
    vertical-align: bottom;
    background-size: 40px;
    background-position: center top;
  }
  .spMenu_up_item-gyousei {
    background-image: url(../images/icon/sm-logo.png);
  }
  .spMenu_up_item-kankou {
    background-image: url(../images/icon/sm-camera.png);
  }
  .spMenu_up_item-syari {
    background-image: url(../images/icon/sm-mountain.png);
  }
  .spMenu_bottom {
    margin: 0 15px;
  }
  .spMenu_bottom_item {
    margin-bottom: 1em;
    padding: 5px 0;
    border-bottom: 2px dotted #FFF;
    list-style: none;
  }
  .spMenu_bottom_item a {
    display: block;
    padding: 5px 0 10px 10px;
    color: #FFF;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
  }
  .spMenu_btn_inner {
    background: #FFFFFF !important;
  }
  .spMenu_btn_item1 {
    background: #000000 !important;
  }
  .spMenu_btn_item2 {
    background: #000000 !important;
  }
  .spMenu_btn_item3 {
    background: #000000 !important;
  }
  .tool_l {
    margin: 0 2px;
  }
  .tool_r {
    padding: 5px 10px;
  }
  .logo_item {
    width: 130px;
    padding-top: 55px;
    vertical-align: middle;
  }
  .gNav {
    position: static;
    top: 0;
  }
  .gNav_item {
    width: 33.333333%;
    height: 95px;
    border-radius: 0;
    line-height: 2.3;
    font-size: 140%;
  }
  .gNav_item a {
    border-radius: 0;
  }
  .gNav_item-gyousei, .gNav_item-kankou, .gNav_item-syari {
    background-size: 36px;
    background-position: center 13px;
  }
  .gNav .gNav_item:nth-child(2) {
    margin: 0;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
  }
  .banner_up {
    max-width: 90%;
    width: 100%;
    margin: 0 auto 20px;
  }
  .banner_up .slick-prev {
    left: 0;
  }
  .banner_up .slick-next {
    right: 0;
  }
  .banner_up .slick-slide img {
    margin: 0 auto;
  }
  .gHeader_item {
    width: 155px;
    margin-left: 10px;
  }
  .col3_card {
    max-width: 60%;
    margin: 0 auto;
  }
  .col3_card_inner h2 {
    font-size: 110%;
  }
  .col3_card-img {
    padding: 0 10px;
  }
  .col3_card-img img {
    max-width: 100%;
  }
  .col3_card.chouchou .col3_card-img, .col3_card.public .col3_card-img {
    min-height: auto;
  }
  .submenu_btn {
    padding: 0 5px;
  }
  .submenu_btn li {
    width: 50%;
  }
  .submenu_btn li a {
    font-size: 110%;
    background-position: center 8px;
  }
  .submenu_btn li:nth-child(5), .submenu_btn li:nth-child(6), .submenu_btn li:nth-child(9), .submenu_btn li:nth-child(10) {
    border-bottom: 2px dotted #CCC;
  }
  .submenu_btn li:nth-child(2n) {
    border-right: none;
  }
  .submenu_item {
    padding: 0 5px;
  }
  .mainContent {
    width: 100%;
    padding: 0;
  }
  .news_inner, .news_title, .news_contents, .news_list {
    display: block;
  }
  .news_inner {
    padding: 20px 0;
  }
  .news_title {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .news_contents {
    width: 100%;
    margin-bottom: 25px;
  }
  .news_list a {
    padding: 10px 0;
  }
  .news_list.btn {
    width: 100%;
  }
  .newsdata {
    width: 100%;
  }
  .ft_siteMap {
    text-align: left;
  }
  .ft_siteMap_item {
    display: block;
    border-right: none;
  }
  .ft_address {
    text-align: left;
    margin: 0 10px;
  }
  .sns_contents li a {
    min-width: 150px;
    margin: 10px 25px;
  }
  .kankou-spot_menu-btn {
    width: 130px;
    height: 130px;
  }
  .kankou-spot_menu-btn img {
    max-width: 70%;
  }
  .kankou-spot_text {
    width: 75%;
  }
  .kankou-spot_card {
    float: none;
    width: 100%;
    margin-bottom: 80px;
  }
  .side_category_title {
    padding: 14px 5px;
    font-size: 110%;
  }
  .side_category_list li {
    font-size: 95%;
  }
  .mainSide {
    width: 100%;
    padding: 0;
  }
  .gFooter {
    display: none;
  }
  .ftArea {
    margin-top: 30px;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .ft_address {
    background: #006FB9;
    padding: 20px 20px 15px;
    margin: 0;
  }
  .ft_address_item {
    display: block;
  }
  .copyright {
    background: #0099DF;
  }
  .gmenu {
    margin-bottom: -2px;
  }
  #container > #content, #container > #side {
    float: none;
    width: 100%;
  }
  #container > #content {
    margin: 0;
    padding: 15px 10px;
  }
  #content {
    margin: 0;
  }
  #content table {
    width: 100% !important;
    margin: 10px 0;
  }
  .catchcopy_inner {
    background-color: #f9f5f2;
  }
  .catchcopy_inner_br {
    white-space: pre;
  }
  .public-left, .public-right {
    max-width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #content #public-list li {
    padding: 3px 0;
    text-align: left;
    border-bottom: 1px dotted #333;
  }
  #content #public-list img {
    vertical-align: middle;
  }
  #content #public-year li {
    max-width: 50%;
    margin: 0;
  }
  #content #public-year img {
    vertical-align: middle;
  }
  #content #public-year a {
    font-size: 90%;
  }
  #content #kurashi-mokuteki td,
  #content #kurashi-mokuteki th {
    display: block;
  }
}

@media screen and (max-width: 690px) {
  #now dt,
  #katsudou dt {
    float: none;
  }
  #now dt span,
  #katsudou dt span {
    padding: 0 0 1em 0;
  }
  #now dd.photo,
  #katsudou dd.photo {
    float: none;
    margin: 0;
  }
  #now dd.photo img,
  #katsudou dd.photo img {
    display: block;
    width: auto;
    margin: 0 auto 10px;
  }
  #now dd.text,
  #katsudou dd.text {
    margin-left: 0;
  }
  .mainContent .col3 {
    display: block;
  }
  .mainContent .col3_card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .col3.k_menu .col3-item {
    max-width: 50%;
    flex: 0 0 50%;
    border-bottom: 1px dotted #CCC;
    border-right: 1px dotted #CCC;
  }
  .col3.k_menu .col3-item p {
    display: block;
    text-align: center;
  }
  .col3.k_menu .col3-item p::before {
    margin: 0 auto;
  }
  .col3.k_menu .col3-item a {
    display: block;
    text-align: center;
  }
  .col3.k_menu .col3-item a::before {
    display: block;
    margin: 0 auto 15px;
  }
  .col3.k_menu .col3-item:nth-child(n+5) {
    border-bottom: none;
  }
  .col3.k_menu .col3-item:nth-child(2n) {
    border-right: none;
  }
  .k_menuBox {
    min-height: 568px;
  }
  #content .wcv-floatbox-right img.wcvimg-floatright {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .main::after {
    bottom: 180px;
    width: 100%;
    height: 30%;
  }
  .main_upcontents_inner .mvArea {
    max-width: 100%;
  }
  .gmenu_item a {
    font-size: 60%;
  }
  .tool_inner {
    float: none;
    margin: 0 15px;
    padding: 5px 0;
  }
  .tool_inner li {
    display: block;
    margin: 15px 0;
  }
  .my-parts {
    display: none;
    width: 40px;
    height: 40px;
    font-size: 45px;
    position: relative;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background-color: limegreen;
  }
  .my-parts span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 56%;
    height: 56%;
    border-radius: 50%;
    margin: -.28em 0 0 -.28em;
    border: .12em solid #FFFFFF;
  }
  .my-parts span::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    width: 72%;
    height: 36%;
    background: #FFFFFF;
    margin: .2em 0 0 .14em;
    transform: rotate(45deg);
  }
  .contents #under #main, .contents #under #side {
    float: none;
    width: 100%;
  }
  .contents #under_contents #public .wcvimg-floatleft {
    float: none;
    width: 100%;
  }
  .contents #under_contents #public table {
    width: 100%;
  }
  .contents #under_contents #public-year {
    padding: 0;
  }
  .contents #under_contents #public-year li {
    width: 50%;
  }
  .contents #under_contents .public-right, .contents #under_contents .public-left {
    float: none;
    width: 100%;
  }
  .contents #under h1 {
    font-size: 130%;
  }
  .side_guide::after {
    content: '';
    display: block;
    clear: both;
  }
  .side_guide-item {
    float: left;
    width: 50%;
  }
  .side_guide-item:nth-child(2n) {
    border-left: 1px solid #FFF;
  }
  .mainSide {
    width: 100%;
    padding: 0;
  }
  .gmenu {
    display: none;
  }
  .mainSide_menu {
    border: none;
    margin-bottom: 5px;
  }
  .mainSide_menu_if .inner {
    display: none;
  }
  .mainSide_menu.citywelcome {
    border: none;
  }
  .mainSide_menu.citywelcome h2 {
    text-align: left;
  }
  .mainSide_menu.emergency {
    border: none;
  }
  .mainSide_menu_townInfo .inner {
    display: none;
  }
  .mainSide_menu_online .inner {
    display: none;
  }
  .mainSide_menu_inner {
    display: none;
  }
  .arrowDown {
    margin-right: 5px;
    margin-top: 2px;
    float: right;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: transparent transparent #FFFFFF #FFFFFF;
    transform: rotate(-45deg);
  }
  .arrowUp {
    margin-right: 5px;
    margin-top: 10px;
    float: right;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: #FFFFFF #FFFFFF transparent transparent;
    transform: rotate(-45deg);
  }
  .arrowDownB {
    margin-right: 5px;
    margin-top: 2px;
    float: right;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: transparent transparent #006FB9 #006FB9;
    transform: rotate(-45deg);
  }
  .arrowUpB {
    margin-right: 5px;
    margin-top: 10px;
    float: right;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: #006FB9 #006FB9 transparent transparent;
    transform: rotate(-45deg);
  }
  .btn-gray {
    background: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 576px) {
  .card {
    width: 100%;
  }
  .sns_title h2 {
    font-size: 115%;
  }
  .sns_contents {
    justify-content: flex-start;
  }
  .sns_contents li {
    width: 95%;
    margin: 0 auto 1em;
    border: 1px solid #c7c7c7;
  }
  .gNav_item {
    height: 90px;
    font-size: 100%;
  }
  .kankou-spot_card {
    margin-bottom: 30px;
  }
  .kankou-spot_menu {
    float: none;
    width: 100%;
    height: 25px;
  }
  .kankou-spot_menu_inner {
    top: -95px;
  }
  .kankou-spot_text {
    width: 100%;
  }
  .col3.ijyu .col3-item {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col3.ijyu .col3-item h3 {
    font-size: 100%;
  }
  .col2 .btn-eventCalendar {
    width: 90%;
    font-size: 72%;
    padding: 6px 0;
  }
  #content #public-year li {
    float: none;
    max-width: 220px;
    margin: 0 auto;
  }
  #content #public-year img {
    vertical-align: middle;
  }
  #content #public-year a {
    font-size: 90%;
  }
  .koukoku_banner {
    flex-wrap: wrap;
  }
  .koukoku_banner li {
    width: 100%;
    margin: 5px 0;
    text-align: center;
  }
  #content #oshirase dt,
  #content #oshirase-list dt,
  #content .oshirasearea dt {
    float: none;
    margin: 0;
    padding: 5px 12px;
    text-align: left;
  }
  #content #oshirase dd,
  #content #oshirase-list dd,
  #content .oshirasearea dd {
    padding: 0 5px 9px 10px;
  }
  #content .oshirasearea h2,
  #content #kurashi-lifeevent h2,
  #content #kurashi-mokuteki h2 {
    font-size: 125%;
  }
  .hd_tools .catchcopy_inner {
    font-size: 105%;
    line-height: 1.6;
  }
  #content #kurashi-lifeevent li {
    width: 50%;
  }
  #content p.oshirasearea-list a {
    padding: 2px 10px;
  }
  #content .wcvcenter table th, #content .wcvcenter table td {
    padding: .1em;
  }
  #content table th, #content table td {
    font-size: 69%;
  }
  .wcv_sys_cal .wcv_sys_cal_topbelt {
    width: 11em !important;
  }
  .k_menuBox_inner li {
    width: 50%;
  }
  .k_menuBox_inner li a {
    padding: 5px 0px 2px 21px;
  }
}

.container {
  padding-top: 0;
}
.block_banner {
  padding: 15px 0;
}
.block_banner .koukoku_banner li {
  margin: 5px;
}

#wcv_sys_container_wide .k_menuBox {
  display: block;
  position: relative;
}

#wcv_sys_container_wide .k_menuBox .k_menuBox_inner li {
  width: 100%;
}