html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, 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%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:link {
    color: #3a3a3a;
}

a:visited {
    color: #3a3a3a;
}

a:hover {
    color:#3a3a3a;
    text-shadow: 0 0 5px #bababa , 0 0 5px #bababa;
}


/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
.logo {
  background: url(../images/logo2.png) no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 250px;
}

#main{
  font-family: 'lato',sans-serif;
}

/* main-visual */
#main-visual {
  background: #64CE80;
  background: -webkit-linear-gradient(-45deg, #64CE80, #C68BC4);
  background: -moz-linear-gradient(-45deg, #64CE80, #C68BC4);
  background: -ms-linear-gradient(-45deg, #64CE80, #C68BC4);
  background: -o-linear-gradient(-45deg, #64CE80, #C68BC4);
  background: linear-gradient(-45deg, #64CE80, #C68BC4);
  height: 400px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#main-visual h2 {
  font-size: 180%;
  color: #fff;
}

h3 {
  font-size: 131%;
  margin-bottom: .7em;
}

#main-in{
  padding-left: 20%;
}
#main-in,th,tr,td,{
  color: #383838;
}

/* ここから */
.top-title{
  font-size: 1.5em;
  text-align: center;
  margin: 5%;
}
.plice-list{
  width: 90%;
  margin: 4%;
  color:#363636;
 height: auto;
  font-size: 1em;
}
.plice{
  font-size: 15px;
  text-align: center;
}
.plice1{
  font-size: 17px;
  padding-top: 4%;
  text-align: center;
  border-bottom: solid 1px;
  border-color: #cacaca;

}
.min-list{
  padding: 0 5%;
  border-bottom: dashed 1px;
  border-color: #cacaca;
}
.min-list td{
  font-size: 16px;
  text-align: right;
  padding-top: 2%;
}
.min-list th{
  font-size: 16px;

}
.caution{
  color: #383838;
  text-align: right;
  font-size: 14px;
}
.intro{
  padding-top: 2%;
  text-align: center;
  font-size: 16px;
}


#global-head {
    background-color: #fff;
    position: fixed;
    color: #033560;
    width: 15%;
    text-align: center;
    padding-top: 30px;
    z-index: 1;
}

#sidebar {
    z-index: 999;
    font-size: 15px;
    margin-top: 90px;
    width: 19%;
    height: 580px;
    position: fixed;
    color: #033560;
    background-color: #0f4c81;
    text-align: center;
    list-style: none;
    opacity: 0.7;
}

#sidebar img {
    height: 90px;
    width: auto;
}

#global-nav ul {
    width: 50%;
    background-color: #0f4c81;
    list-style: none;
    margin-left: 25%;
}

#global-nav > ul > li {
    position: relative;
}

#global-nav a {
    color: #cacaca;
    text-decoration: none;
    display: block;
    padding: 15px 0;
}


  /*----
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
---*/

#global-nav a::after {
    text-align: center;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .5s;
}

#global-nav a:hover::after {
    transform: scale(1, 1);
}


#global-nav .sub-menu.is-active>a,
#global-nav a:hover {
  color: #fff;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
  width: 230px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
  position: relative;
}

#global-nav .sub-menu-head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #033560;
  border-right: 1px solid #033560;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* sub-menu */
#global-nav .sub-menu-nav {
  position: fixed;
  background: #033560;
  color: #fff;
  top: 0;
  padding-top: 90px;
  left: 260px;
  width: 0;
  height: 100%;
  overflow: hidden;
  -moz-transition: width .2s ease-out;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
}

#global-nav .sub-menu.is-active>a:after,
#global-nav .sub-menu-head:hover:after {
  border-color: #fff;
}

#global-nav .sub-menu-nav a {
  color: #fff;
}

#global-nav .sub-menu-nav a:hover {
  color: #033560;
  background: #fff;
}

/* nav-toggle */
#nav-toggle {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  height: 32px;
}

#nav-toggle>div {
  position: relative;
  width: 32px;
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #033560;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  color: #fff;
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

#overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hotp{
	text-align: center
}
.hotp p span{
	font-size: 17px;
}

@media screen and (max-width: 900px) {
  #main-in {
    padding-left: 0;
    padding-top: 70px;
  }

  #global-head {
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, .8);
    display: -webkit-flex;
    display: flex;
  }

  #sidebar {
        background-color: #0f4c81;
        margin-top: 0;
        right: -200px;
        width: 200px;
        height: 100%;
    }

  /* サブメニューは開けない */
  #global-nav .sub-menu-head:after,
  #global-nav .sub-menu-nav {
    display: none;
  }

  #nav-toggle {
    display: block;
  }

  /* nav open */
  .open {
    overflow: hidden;
  }

  .open #overlay {
    display: block;
  }

  .open #sidebar {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }

  /* #nav-toggle close */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* z-index */
  #overlay {
    z-index: 200;
  }

  #sidebar {
    z-index: 300;
  }

  #nav-toggle {
    z-index: 400;
  }

}

@media screen and (max-width: 640px) {
  #main-in{
    width: 100%;
    padding-bottom: 7%;
  }
    #sidebar {
        background-color: #0f4c81;
        margin-top: 0;
        right: -200px;
        width: 200px;
    }
.toolbar button{
  font-size: 0.5rem;
}
#global-head {
  height:  5%;
}
#global-head a{
  height: 30px;
}
  .open #sidebar {
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
/*-----plice list------*/
.top-title{
  font-size: 1.5em;
  text-align: center;
  margin: 5%;
}
.plice-list{
  padding: 4%;
  color:#363636;
 height: auto;
  font-size: 0.6em;
}
.plice{
  font-size: 16px;
  text-align: center;
}
.plice1{
  font-size: 15px;
  padding: 40px 0;
  text-align: center;
  border-bottom: solid 1px;
  border-color: #cacaca;

}
.min-list{
  padding: 0;
  border-bottom: dashed 1px;
  border-color: #cacaca;

}
.min-list th{
  line-height: 20px;
  padding-left: 5%;
  font-size: 16px;
}
.min-list td{
  font-size: 16px;
  text-align: right;
  padding-top: 30px;
}
.caution {
  text-align: right;
  font-size: 14px;
}
.intro{
  padding: 5% 0;
  text-align: center;
  font-size: 14px;
}
.min-list .up{
  font-size: 15px;
}
}
