@charset "UTF-8";
/* CSS Document */

/*横幅指定ここから*/
.w-95 {
  width: 95% !important;
}
/*横幅指定ここまで*/

/*========= メニューここから ===============*/
/*スマホ/タブレット用メニューの中身*/
@media screen and (min-width: 1200px) {
  .sp-nav {
    display: none;
  }
}
#gnav-content {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 100;
  width: 100%;
  max-width: 240px;
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  transition: 0.3;
}
ul.gnav-list {
  background: #1b9aaa;
  padding: 0;
  height: 100vh;
  text-align: center;
}
ul.gnav-list {
  display: block;
}
ul.gnav-list li a {
  display: block;
  padding: 1.1em;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
ul.gnav-list li a::first-line {
  font-size: 16px;
  font-weight: bold;
}
/*スマホ/タブレット用メニューcheckboxを非表示に*/
.gnav-hidden {
  display: none;
}
/*スマホ/タブレット用メニューlabelで作るメニューボタン*/
#gnav-btn {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
  background: #000000 url("../images/common/gnav-btn-open.png") center center no-repeat;
}
/*スマホ/タブレット用メニュー薄い膜部分*/
#gnav-black {
  display: none;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
/*スマホ/タブレット用メニューチェックが入った時のスタイル*/
#gnav-input:checked ~ #gnav-btn {
  background: #000000 url("../images/common/gnav-btn-close.png") center center no-repeat;
}
#gnav-input:checked ~ #gnav-black {
  display: block;
}
#gnav-input:checked ~ #gnav-content {
  left: 0;
}
/*PC用ナビメニュー*/
#header-nav {
  text-align: center;
  padding: 0px;
  padding-top: 0px;
  margin-right: 0px;
  padding-bottom: 25px;
  margin-left: 0px;
  background-color: rgb(255 255 255 / 0.8);
}
@media screen and (max-width: 1200px) {
  #header-nav {
    display: none;
  }
}
/*西知多看護専門学校用カスタム*/
.sp-logo {
  display: block;
  width: auto;
  height: 55px;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.80);
  border-radius: 25px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 7px;
}
/*西知多看護専門学校用カスタム*/
.insta-logo {
  display: block;
  position: fixed;
  top: 15px;
  right: 65px;
  z-index: 100;
}
/*========= メニューここまで ===============*/