header, html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
  }

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}



ul {
    list-style: none;
}

button, input, select, textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
    font-family: 'Avenir', 'Corbel', 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004', sans-serif;
}

*, *:before, *:after {
    box-sizing: inherit;
}

img, embed, object, audio, video {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

iframe {
    border: 0;
}

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

td, th {
    padding: 0;
    text-align: left;
}

:focus {
    outline: 0;
}

#background-cover{
  height: 100vh;
  width: 100vw;
  position: fixed;
  top:0;
  background: url(../images/fes6.jpg) no-repeat;
  background-position : right -30px bottom 0px;
  background-size: cover;
  z-index: -999;
}

@media only screen and (min-width: 1265px) {
  #background-cover{
    background-position : right 0px top -30px;
  }
}

header{
  height: 50px;
  width: 100vw;
  background-color: white;
  box-shadow: 5px 0px 5px black;
  -webkit-box-shadow: 10px 0px 10px black;
  position: fixed;
  z-index: 100;
}

header img{
  height: 50px;
}

/*高さ調節*/
#header{
  height:50px;
  width:100%;
}

/*メニュー*/
/*基本設定*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: fixed;
  top:12px;
  left: 88vw;
  width: 30px;
  height: 26px;
  z-index: 101;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger::after {
  position: absolute;
  top: 105%;
  left: 98%;
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  margin: -45px 0 0 -45px;
  border-radius: 50%;
  border: 4px solid transparent;
  transition: all .75s;
}

.menu-trigger.active{
  position: fixed;
  top: 40px;
  left: 85vw;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10.5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform:translateY(-10px) rotate(45deg);
  transform:translateY(-11px) rotate(45deg);
}
.menu-trigger.active::after {
  -webkit-animation: circle .4s .25s forwards;
  animation: circle .4s .25s forwards;
}
@-webkit-keyframes circle {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0);
  }
  25% {
    border-color: transparent #000 transparent transparent;
  }
  50% {
    border-color: transparent #000 #000 transparent;
  }
  75% {
    border-color: transparent #000 #000 #000;
  }
  100% {
    border-color: #000;
    -webkit-transform: rotate(-680deg);
  }
}
@keyframes circle {
  0% {
    border-color: transparent;
    transform: rotate(0);
  }
  25% {
    border-color: transparent #000 transparent transparent;
  }
  50% {
    border-color: transparent #000 #000 transparent;
  }
  75% {
    border-color: transparent #000 #000 #000;
  }
  100% {
    border-color: #000;
    transform: rotate(-680deg);
  }
}

.drawr {
    display: none;
    background-color:rgba(255,255,255,0.9);
    position: fixed;
    font-family: sans-serif;
    top: 0px;
    right:0;
    height: 100vh!important;
    width:100vw;
    max-width: 900px;
    z-index: 100;
}

#menu li a {
    color:#fff;
    display: block;
    padding: 15px;
}

/*メニューコンテンツ*/
.drawr img{
  position: relative;
  width: 40vw;
  max-width: 300px;
  margin: 5%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.drawr img:hover {
    cursor:pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
}

.drawr ul{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.drawr li{
    padding-bottom:25px;
}

.drawr div{
  color: #000;
  height:15vw;
  max-height: 105px;
  width: 100%;
  text-align: center;
  font-size: 21px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all  0.4s ease;
  font-weight: bold;
  color:#666;
  -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.9);
  box-shadow: 3px 3px 5px rgba(0,0,0,0.9);
}

.drawr li:nth-child(1) .contents{
  background: linear-gradient(rgba(255,255,0,0.7), rgba(255,0,255,0.7));
}

.drawr li:nth-child(2) .contents{
  background: linear-gradient(rgba(255,0,255,0.7), rgba(0,255,255,0.7));
}

.drawr li:nth-child(3) .contents{
  background: linear-gradient(rgba(0,255,255,0.7), rgba(0,255,0,0.7));
}

.drawr li:nth-child(4) .contents{
  background: linear-gradient(rgba(0,255,0,0.7), rgba(255,255,0,0.7));
}

.drawr li:nth-child(5) .contents{
  background: linear-gradient(rgba(192,192,192,0.7), rgba(255,255,255,0.7));
}

.drawr li:nth-child(1) .contents:hover{
  background-color:red;
  color:#fff;
  -webkit-box-shadow: 0px 0px 0px ;
  box-shadow: 0px 0px 0px ;
}

.drawr li:nth-child(2) .contents:hover{
  background-color: blue;
  color:#fff;
  -webkit-box-shadow: 0px 0px 0px ;
  box-shadow: 0px 0px 0px ;
}

.drawr li:nth-child(3) .contents:hover{
  background-color: navy;
  color:#fff;
  -webkit-box-shadow: 0px 0px 0px ;
  box-shadow: 0px 0px 0px ;
}

.drawr li:nth-child(4) .contents:hover{
  background-color: olive;
  color:#fff;
  -webkit-box-shadow: 0px 0px 0px ;
  box-shadow: 0px 0px 0px ;
}

.drawr li:nth-child(5) .contents:hover{
  background-color: black;
  color:#fff;
  -webkit-box-shadow: 0px 0px 0px ;
  box-shadow: 0px 0px 0px ;
}

.drawr li:nth-child(1) .contentsnow{
  background: linear-gradient(rgba(255,255,0,0.7), rgba(255,0,255,0.7));
  background-color:red;
  color:#fff;
  -webkit-box-shadow: 0px 0px 0px ;
  box-shadow: 0px 0px 0px ;
}

.drawr li:nth-child(2) .contentsnow{
  background: linear-gradient(rgba(255,0,255,0.7), rgba(0,255,255,0.7));
  background-color:blue;
  color:#fff;
  -webkit-box-shadow: 0px 0px 0px ;
  box-shadow: 0px 0px 0px ;
}

.drawr li:nth-child(3) .contentsnow{
  background: linear-gradient(rgba(0,255,255,0.7), rgba(0,255,0,0.7));
  background-color:navy;
  color:#fff;
  -webkit-box-shadow: 0px 0px 0px ;
  box-shadow: 0px 0px 0px ;
}

.drawr li:nth-child(4) .contentsnow{
  background: linear-gradient(rgba(0,255,0,0.7), rgba(255,255,0,0.7));
  background-color:olive;
  color:#fff;
  -webkit-box-shadow: 0px 0px 0px ;
  box-shadow: 0px 0px 0px ;
}

.drawr li:nth-child(5) .contentsnow{
  background: linear-gradient(rgba(192,192,192,0.7), rgba(255,255,255,0.7));
  background-color:black;
  color:#fff;
  -webkit-box-shadow: 0px 0px 0px ;
  box-shadow: 0px 0px 0px ;
}

/*フッター*/
footer{
  text-align: center;
  color:#fff;
  background-image: url(../images/footer.png);
  width: 100%;
  height:auto;
  margin-top: 30px;
}
#addressdesign, #addresnursing, #Copyright{
    background-color: rgba(0,0,0,0.6);
}

#addressdesign{
  padding: 30px;
    font-size: 15px;
}

#addresnursing{
  padding: 30px;
    font-size: 15px;
}

.strong{
  font-weight: bold;
}

.below{
  width: auto;
}

#Copyright{
  padding: 20px;
  font-size: 10px;
  font-weight: bold;
}
.social-wrap {
    text-align: center;
    position: relative;
      background-color: rgba(0,0,0,0.6);
}

.footer-social-list {
    display: inline-block;
    list-style: none;
    margin: 0;
}

.footer-social-list a, .footer-social-list a:visited {
    color: #FFF;
}

.footer-social-list a:hover, .footer-social-list a:focus {
    color: #ccc!important;
}

.footer-social-list li {
    display: inline-block;
    padding: 0;
}

.footer-social-list li a {
    display: block;
    padding: 2rem 2rem 1rem 2rem;
}

.footer-social-list li i {
    display: block;
    font-size: 2.3rem;
}

.footer-social-list li span {
    display: block;
    margin-top: .7rem;
    font-size: 75%;
}

a, a:visited {
    text-decoration: none;
    outline: 0;
    color: #46b9ff;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

footer a, footer a:visited {
    color: #6C6C6C;
}

footer a:hover, footer a:focus {
    color: #fff;
}
