@charset "UTF-8";
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* --------Reset Stylesheet */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, a, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 1.6rem;
  -webkit-print-color-adjust: exact;
}

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

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input, select {
  vertical-align: middle;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}

img {
  border: none;
}

/* モダンブラウザ用上付き文字表示 */
* > sup {
  vertical-align: text-top;
  line-height: 1 0.2rem;
  font-size: 90%;
}
* > sub {
  vertical-align: text-bottom;
  line-height: 1 0.4rem;
}

select {
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: normal;
  height: 24px;
  border: #AEAEAE solid 1px;
  border-radius: 4px;
  background: #FAFAFA;
  min-width: 200px;
  box-sizing: border-box;
}
select.mini {
  min-width: 100px;
}

.u-mt-0 {
  margin-top: 0rem;
}

.u-mb-0 {
  margin-bottom: 0rem;
}

.u-ml-0 {
  margin-left: 0rem;
}

.u-mr-0 {
  margin-right: 0rem;
}

.u-m-0 {
  margin: 0rem;
}

.u-mt-1 {
  margin-top: 0.8rem;
}

.u-mb-1 {
  margin-bottom: 0.8rem;
}

.u-ml-1 {
  margin-left: 0.8rem;
}

.u-mr-1 {
  margin-right: 0.8rem;
}

.u-m-1 {
  margin: 0.8rem;
}

.u-mt-2 {
  margin-top: 1.6rem;
}

.u-mb-2 {
  margin-bottom: 1.6rem;
}

.u-ml-2 {
  margin-left: 1.6rem;
}

.u-mr-2 {
  margin-right: 1.6rem;
}

.u-m-2 {
  margin: 1.6rem;
}

.u-mt-3 {
  margin-top: 2.4rem;
}

.u-mb-3 {
  margin-bottom: 2.4rem;
}

.u-ml-3 {
  margin-left: 2.4rem;
}

.u-mr-3 {
  margin-right: 2.4rem;
}

.u-m-3 {
  margin: 2.4rem;
}

.u-mt-4 {
  margin-top: 3.2rem;
}

.u-mb-4 {
  margin-bottom: 3.2rem;
}

.u-ml-4 {
  margin-left: 3.2rem;
}

.u-mr-4 {
  margin-right: 3.2rem;
}

.u-m-4 {
  margin: 3.2rem;
}

.u-mt-5 {
  margin-top: 4rem;
}

.u-mb-5 {
  margin-bottom: 4rem;
}

.u-ml-5 {
  margin-left: 4rem;
}

.u-mr-5 {
  margin-right: 4rem;
}

.u-m-5 {
  margin: 4rem;
}

.l-justify-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.l-justify-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-justify-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* CSS Document */
.wrapper {
  width: 100rem;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.drawer-hamburger,
.drawer-nav {
  display: none !important;
}

/*====================
 header
====================*/
[id=header] {
  height: 6.4rem;
  display: flex;
  align-items: center;
}
[id=header] .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.glmenu {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: auto;
  height: 100%;
  font-size: 1.4rem;
}
.glmenu ul {
  display: flex;
  align-items: center;
}
.glmenu li {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 0.8rem;
}
.glmenu a {
  min-width: 6.4rem;
  padding: 0.4rem 0.8rem;
  line-height: 1em;
  display: inline;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0.4rem;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0rem 0.4rem 0.4rem -0.2rem rgba(167, 167, 167, 0.4);
  border: 0.2rem solid #007FAD;
  color: #167597;
  font-weight: bold;
}
.glmenu a.is-disabled {
  cursor: default;
}
.glmenu a:not(.is-disabled):not(.is-selected):hover {
  background: #e8f1e3;
}
.glmenu a.is-disabled {
  background: linear-gradient(#e7e7e7 10%, #e7e7e7 100%);
  color: #e0e0e0;
  box-shadow: inset 0 -0.1rem 0 #f2f2f2;
}

.konyuudoukun {
  display: inline-block;
  z-index: 50;
  float: right;
  align-items: flex-end;
}
.konyuudoukun p {
  font-size: 1rem;
  position: absolute;
  width: 850px;
  margin-top: 65px;
  margin-left: -230px;
}
.konyuudoukun img {
  width: 80px;
  margin-top: 15px;
  z-index: 50;
  float: right;
}

/*====================
menu
====================*/
.navi {
  width: 100%;
  background: #007FAD;
  box-shadow: 0rem 0.4rem 0.4rem -0.2rem rgba(167, 167, 167, 0.4);
}

.dropmenu {
  position: relative;
  width: 100rem;
  height: 3.3rem;
  margin: 0 auto;
  display: flex;
  background: #007FAD;
  box-shadow: 0rem 0.4rem 0.4rem -0.2rem rgba(167, 167, 167, 0.4);
}
.dropmenu li {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 0.2rem 0 0.2rem rgba(35, 35, 35, 0.7);
}
.dropmenu li > a {
  padding: 0 0.8rem;
  width: 100%;
  height: 100%;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dropmenu li:hover .submenu {
  display: block;
}
.dropmenu .submenu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 22rem;
  z-index: 500;
  padding: 0 0.4rem;
}
.dropmenu .submenu > li {
  padding: 0.4rem 0;
  height: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.dropmenu .submenu > li > a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0.4rem;
  transition: 0.2s;
}
.dropmenu li {
  color: #ffffff;
  border-left: 0.1rem solid #286e02;
}
.dropmenu li > * {
  text-decoration: none;
}
.dropmenu li:last-child {
  border-right: 0.1rem solid #286e02;
}
.dropmenu li.current {
  background: #bbe3f1;
  color: #014069;
  text-shadow: none;
}
.dropmenu li:not(.current):hover {
  color: #014069;
  text-shadow: 0.1rem 0 0.2rem rgba(117, 216, 255, 0.6);
  background: #75d8ff;
}
.dropmenu li:hover .submenu li {
  height: 3.2rem;
}
.dropmenu .submenu {
  border: 1px solid #476834;
  color: #d8d8d8;
  background-color: #f2f2f2;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(35, 35, 35, 0.3);
}
.dropmenu .submenu > li {
  border: none;
}
.dropmenu .submenu > li:not(:last-child) {
  border-bottom: 1px solid #476834;
}
.dropmenu .submenu > li a {
  color: #014069;
  text-shadow: none;
}
.dropmenu .submenu > li:hover {
  background-color: inherit;
}
.dropmenu .submenu > li:hover a {
  background-color: #75d8ff;
}

/*====================
content
====================*/
[id=content] {
  clear: both;
}

/*====================
 footer
====================*/
[id=footer] {
  border-top: 0.2rem solid #007FAD;
  padding-top: 1.6rem;
}
[id=footer] .wrapper {
  margin: 0 auto;
  width: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
[id=footer] .department {
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  color: #007FAD;
}
[id=footer] .address-box {
  border-left: 0.1rem solid #C6DCB9;
  padding-left: 1.6rem;
}
[id=footer] .address-box p {
  line-height: 1.6;
}

.copyright {
  margin-top: 1.6rem;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  background-color: #007FAD;
}
.copyright p {
  color: #ffffff;
}

.sp {
  display: none;
}

.spkeshi {
  display: block;
}

[id=ui-datepicker-div] {
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 94%;
    margin: 0 auto;
  }

  .clear {
    clear: both;
  }

  .drawer-hamburger,
.drawer-nav {
    display: block !important;
  }

  /*====================
   header
  ====================*/
  [id=header] {
    height: 60px;
    background: #f2f2f2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  }
  [id=header] h1 {
    margin: 0;
    width: 80%;
    max-width: 400px;
  }
  [id=header] h1 img {
    width: 100%;
    height: auto;
  }
  [id=header] .wrapper {
    position: relative;
    height: 60px;
    justify-content: flex-start;
  }

  .glmenu,
.navi,
ul[id=menu] {
    display: none;
  }

  .konyuudoukun p {
    position: absolute;
    margin-top: 40px;
    margin-left: -215px;
    width: inherit;
  }
  .konyuudoukun img {
    width: 50px;
    margin-top: inherit;
    z-index: 50;
    float: right;
  }

  /*====================
  menu
  ====================*/
  /*====================
  drawer-menu
  ====================*/
  .drawer-nav {
    width: 26rem;
    color: #ffffff;
    background-color: #0a5e14;
  }

  .drawer--right .drawer-nav {
    right: -26rem;
    box-shadow: 8px 0 10px -8px rgba(35, 35, 35, 0.5) inset;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 26rem;
  }

  .drawer-hamburger {
    width: 2.4rem;
  }

  .drawer-hamburger-icon {
    background-color: #007FAD;
  }
  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    background-color: #007FAD;
  }

  .drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
    background-color: #ffffff;
  }

  ul.drawer-menu {
    border-radius: 0px;
    background-color: #08501f;
  }
  ul.drawer-menu li {
    float: none;
    font-size: 1.4rem;
  }
  ul.drawer-menu li.title {
    text-align: center;
    color: #ffffff;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
    background-color: #0a5e14;
    border-bottom: 1px solid #0d4316;
  }
  ul.drawer-menu li:not(.title):after {
    content: "";
    display: block;
    margin-right: 1.6rem;
    border-top: 1px solid #1d6529;
    border-bottom: 1px solid #0d4316;
  }
  ul.drawer-menu li a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    display: block;
    line-height: 2;
    padding: 0.4rem;
    padding-left: 1.6rem;
  }
  ul.drawer-menu li a.current {
    background-color: #032f11;
  }

  /*====================
   dropmenu
  ====================*/
  /*====================
  content
  ====================*/
  /*====================
   footer
  ====================*/
  [id=footer] .wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  [id=footer] .address-box {
    border: none;
    margin-top: 0.4rem;
    margin-left: 1.6rem;
  }
  [id=footer] .address-box p {
    padding-top: 0.4rem;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 16px;
  }
  [id=footer] .address-box .toiawase {
    display: flex;
    flex-wrap: wrap;
  }
  [id=footer] .address-box .toiawase .detail {
    margin-right: 1.6rem;
    margin-top: 0.2rem;
  }
  [id=footer] .copyright {
    width: 100%;
  }
  [id=footer] .copyright p {
    font-size: 1rem;
    line-height: 2;
  }

  [id=ui-datepicker-div] {
    z-index: 999 !important;
  }

  .sp {
    display: block;
  }

  .spkeshi {
    display: none;
  }
}