@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;
  color: inherit;
}

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 */
body {
  background: linear-gradient(to bottom, #c2eaff, white);
}

@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.wrapper {
  width: 100rem;
  margin: 0 auto;
}

.clear {
  clear: both;
}

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

/*====================
 header
====================*/
[id="header"] {
  height: 6.4rem;
  align-items: center;
}
[id="header"] .wrapper {
  justify-content: space-between;
  align-items: center;
}
[id="header"] .main_title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 30px;
}
[id="header"] img.character {
  position: absolute;
  width: 6rem;
  margin-left: 72rem;
}
[id="header"] .kumo {
  position: absolute;
}
[id="header"] .kumo img:nth-child(1) {
  z-index: -1;
  position: absolute;
  width: 15rem;
  margin-top: -20px;
  margin-left: -40rem;
}
[id="header"] .kumo img:nth-child(2) {
  position: absolute;
  z-index: -1;
  width: 7rem;
  margin-left: 240px;
}
[id="header"] .kumo img:nth-child(3) {
  z-index: -1;
  position: absolute;
  width: 11rem;
  margin-left: 350px;
  margin-top: -24px;
}

.glmenu {
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: auto;
  position: absolute;
  right: 0;
  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 #006bbd;
  color: #1868a5;
  font-weight: bold;
}
.glmenu a.is-disabled {
  cursor: default;
}
.glmenu a:not(.is-disabled):not(.is-selected):hover {
  background: #95e4b7;
}
.glmenu a.is-disabled {
  background: linear-gradient(#e7e7e7 10%, #e7e7e7 100%);
  color: #e0e0e0;
  box-shadow: inset 0 -0.1rem 0 #f2f2f2;
}

.counter {
  margin-top: 100px;
  margin-left: -80px;
  width: 0%;
}

/*====================
menu
====================*/
.navi {
  width: 100%;
  background: #006bbd;
  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: #006bbd;
  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.3rem;
  text-shadow: 0.1rem 0 0.2rem rgba(35, 35, 35, 0.6);
}
.dropmenu li > a {
  padding: 0 0.8rem;
  width: 100%;
  height: 100%;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.dropmenu li:hover .submenu {
  display: block;
}
.dropmenu .submenu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  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 #e3f1f1;
}
.dropmenu li > * {
  text-decoration: none;
}
.dropmenu li:last-child {
  border-right: 0.1rem solid #e3f1f1;
}
.dropmenu li a.current {
  background: aliceblue;
  color: #184950;
  text-shadow: none;
}

.dropmenu li:not(.current):hover {
  color: #184950;
  text-shadow: 0.1rem 0 0.2rem rgba(186, 215, 237, 0.6);
  background: #bad7ed;
}
.dropmenu li:hover .submenu li {
  height: 3.2rem;
}
.dropmenu .submenu {
  border: 1px solid #476834;
  color: #184950;
  background-color: #ffffff;
  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: #184950;
  text-shadow: none;
}
.dropmenu .submenu > li:hover {
  background-color: inherit;
}
.dropmenu .submenu > li:hover a {
  background-color: #bad7ed;
}

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

/*====================
 footer
====================*/
[id="footer"] {
  border-top: 0.2rem solid #006bbd;
  padding-top: 1.6rem;
}
[id="footer"] .wrapper {
  margin: 0 auto;
  width: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
[id="footer"] .footerLeft {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
[id="footer"] .department {
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  color: #006bbd;
}
[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: #006bbd;
}
.copyright p {
  color: #ffffff;
}

.sp {
  display: none;
}

.spkeshi {
  display: block;
}

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

img.logo {
  width: 7rem;
}

@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: 50px;
    background: #ffffff;
    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;
    margin-top: 1rem;
  }
  [id="header"] .wrapper {
    position: relative;
    height: 60px;
    justify-content: flex-start;
  }
  [id="header"] img.character {
    position: absolute;
    width: 4rem;
    margin-left: 90%;
    z-index: 1;
  }
  [id="header"] .kumo {
    display: none;
  }

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

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

  .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: #006bbd;
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #006bbd;
  }

  .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: #007d36;
    border-bottom: 1px solid #007a71;
  }
  ul.drawer-menu li:not(.title):after {
    content: "";
    display: block;
    border-top: 1px solid #009e45;
    border-bottom: 1px solid #007a71;
  }
  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: #098a00;
  }

  /*====================
   dropmenu
  ====================*/
  /*====================
  content
  ====================*/
  /*====================
   footer
  ====================*/
  [id="footer"] .wrapper {
    width: 100%;
    display: flex;
    padding: 5px;
  }
  [id="footer"] img.logo {
    width: 20%;
  }
  [id="footer"] .department {
    font-size: 1.1rem;
    padding-right: initial;
    padding-left: initial;
  }
  [id="footer"] .address-box {
    border: none;
    margin-top: initial;
    margin-left: initial;
    padding-left: initial;
  }
  [id="footer"] .address-box p {
    font-size: 1rem;
    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;
  }
}
@media screen and (max-width: 360px) {
  .drawer-nav {
    width: 16rem;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 12rem;
    top: -0.5rem;
    width: 2rem;
  }
}
