@charset "UTF-8";

/* 公開前に置換！ */
:root {
  --primary: #226677;
  --secondary: #23785e;
  --tertiary: #dae8f2;
  --quaternary: #f0f0f0;
  --accent: #d70035;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  /* font-size: 75%; */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: 1;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

/* ---ここから下は必要に応じて書き換えOK--- */

/*==================================
Common - ver.2.0.3
==================================*/

html {
  font-size: 62.5%;
}

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

body {
  position: static !important;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 768px) {
  body {
    position: relative;
    min-width: 375px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a[href^="tel:"] {
  text-decoration: none;
  cursor: default;
}

a[href^="tel:"]:active img,
a[href^="tel:"]:focus img,
a[href^="tel:"]:hover img {
  opacity: 1;
}

@media only screen and (min-width: 1201px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover:active img,
a:hover:focus img,
a:hover:hover img {
  opacity: 0.7;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

main {
  overflow: hidden;
}

.l-wrapper {
  width: 100%;
  text-align: left;
  overflow: hidden;
  font-size: 1.8rem;
}

.l-wrapper.is-fixed {
  position: fixed;
}

@media only screen and (max-width: 768px) {
  .l-wrapper {
    font-size: 1.6rem;
  }
}

/*==================================
Utility
==================================*/
/* Text */
.u-strong {
  font-weight: 700;
}

.u-small {
  font-size: 90%;
}

.u-smaller {
  font-size: 60%;
}

.u-big {
  font-size: 110%;
}

.u-bigger {
  font-size: 140%;
}

.u-sup {
  font-size: 1.2rem;
  letter-spacing: 0;
}

/* flex */
.u-flex {
  display: flex;
}

/* adjustment */
.pc_none {
  display: none;
}
.pc_space {
  margin-left: 1em;
}

@media only screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .pc_space {
    margin: auto;
  }
}

/* Margin */
.u-mt0 {
  margin-top: 0 !important;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mt120 {
  margin-top: 120px;
}
.u-mt160 {
  margin-top: 160px;
}

@media only screen and (max-width: 1200px) {
  .u-mt20 {
    margin-top: 10px;
  }
  .u-mt40 {
    margin-top: 20px;
  }
  .u-mt60 {
    margin-top: 30px;
  }
  .u-mt80 {
    margin-top: 40px;
  }
  .u-mt100 {
    margin-top: 50px;
  }
  .u-mt120 {
    margin-top: 60px;
  }
  .u-mt160 {
    margin-top: 80px;
  }
}

/* Padding */
.u-pd80 {
  padding: 80px 0;
}
.u-pd120 {
  padding: 120px 0;
}
.u-pt120 {
  padding-top: 120px;
}
.u-pb120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .u-pd80 {
    padding: 40px 0;
  }
  .u-pd120 {
    padding: 60px 0;
  }
  .u-pt120 {
    padding-top: 60px;
  }
  .u-pb120 {
    padding-bottom: 60px;
  }
}

/*==================================
Print
==================================*/
@media print {
  body {
    padding-top: 0 !important;
  }
  .is-gyosei header {
    display: none !important;
  }
  .is-gyosei footer {
    display: none !important;
  }
  .l-header_info {
    display: none !important;
  }
  .l-2col_side {
    display: none !important;
  }
  .l-2col_main {
    width: 100% !important;
  }
  .l-wrapper {
    -webkit-print-color-adjust: exact;
  }
  /* .l-wrap {
    page-break-after: always;
  } */
  #page_top {
    display: none !important;
  }
}

/*==================================
Icomoon
==================================*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?oyvngj");
  src: url("fonts/icomoon.eot?oyvngj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?oyvngj") format("truetype"), url("fonts/icomoon.woff?oyvngj") format("woff"), url("fonts/icomoon.svg?oyvngj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
.u-icon::before,
.u-icon::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
  content: "\e900";
}
.icon-church:before {
  content: "\e90b";
}
.icon-facebook:before {
  content: "\e90c";
}
.icon-flag:before {
  content: "\e90d";
}
.icon-gender:before {
  content: "\e90e";
}
.icon-handsup:before {
  content: "\e90f";
}
.icon-line:before {
  content: "\e910";
}
.icon-megaphone:before {
  content: "\e911";
}
.icon-people:before {
  content: "\e912";
}
.icon-pregnant:before {
  content: "\e913";
}
.icon-school:before {
  content: "\e914";
}
.icon-target:before {
  content: "\e915";
}
.icon-truck:before {
  content: "\e916";
}
.icon-twitter:before {
  content: "\e917";
}
.icon-wallet:before {
  content: "\e918";
}
.icon-wheelchair:before {
  content: "\e919";
}
.icon-youtube:before {
  content: "\e91a";
}
.icon-exclamation:before {
  content: "\e91b";
}
.icon-tax:before {
  content: "\e91c";
}
.icon-insurance:before {
  content: "\e91d";
}
.icon-folder:before {
  content: "\e901";
}
.icon-file:before {
  content: "\e902";
}
.icon-pause:before {
  content: "\e904";
}
.icon-feed:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e905";
}
.icon-arrow_up:before {
  content: "\e906";
}
.icon-arrow_right:before {
  content: "\e907";
}
.icon-arrow_left:before {
  content: "\e908";
}
.icon-arrow_down:before {
  content: "\e909";
}
.icon-play:before {
  content: "\e90a";
}

/*==================================
Municipality
==================================*/
/* Emergency - 緊急情報 */
.l-header_info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  background-color: #de0000;
  color: #fff;
  padding: 10px 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
}
.l-header_info_txt {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header_info_date {
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 1px solid #fff;
}
.l-header_info a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: none;
  transition: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .l-header_info {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .l-header_info_txt {
    width: 100%;
    padding-left: 0;
    padding-right: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-header_info_date {
    display: block;
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
}
