.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html:not(.responsive) {
  min-width: 1100px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  line-height: 32px;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 1px;
  color: #fff;
  background: url('../img/shared/bg.jpg');
}

.pat1 {
  background-image: url('../img/shared/pat1.jpg');
}

.pat2 {
  background-image: url('../img/shared/pat2.png');
}

.btn a {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 80px;
  position: relative;
  display: block;
  width: 450px;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  text-align: center;
  letter-spacing: 0;
  border: 2px solid #fff;
  background: transparent;
}

.btn a:before {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 14px;
  height: 17px;
  content: '';
  background-image: url('../img/shared/arrow.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.btn a:hover {
  text-decoration: none;
  opacity: .8;
}

.copy {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 80px;
  position: relative;
  width: 450px;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  text-align: center;
  letter-spacing: 0;
  border: 2px solid #fff;
  background: transparent;
}

.copy:before {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 14px;
  height: 17px;
  content: '';
  background-image: url('../img/shared/arrow.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.copy:hover {
  text-decoration: none;
  opacity: .8;
}

.slick-dots {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  line-height: 0;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: #454545;
}

.slick-dots li.slick-active button {
  background: #4b1616;
}

main {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100%;
}

.wrap {
  width: 1000px;
}

li {
  list-style-type: none;
}

header {
  position: relative;
  padding-top: 20px;
}

header:before {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background: #000;
}

header .nav-bg {
  position: absolute;
  z-index: 9;
  top: 20px;
  left: 0;
  width: 280px;
  height: 900px;
  background-image: url('../img/shared/nav-bg.jpg');
  background-position: center;
  background-size: cover;
}

header .nav-bg:before {
  position: absolute;
  z-index: 1;
  top: -20px;
  right: -350px;
  width: 504px;
  height: 625px;
  content: '';
  background-image: url('../img/index/key-deco1.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

header .nav-bg nav {
  position: relative;
  z-index: 5;
  padding-top: 61px;
}

header .nav-bg nav li {
  margin-bottom: 26px;
}

header .nav-bg nav li a {
  display: block;
}

header .nav-bg nav li a img:nth-child(2) {
  display: none;
}

header .nav-bg nav li a:hover img:nth-child(1),
header .nav-bg nav li .active img:nth-child(1) {
  display: none;
}

header .nav-bg nav li a:hover img:nth-child(2),
header .nav-bg nav li .active img:nth-child(2) {
  display: block;
}

header h1 {
  font-size: 12px;
  position: absolute;
  bottom: -50px;
  left: 30px;
  width: 300%;
  color: #646363;
}

header .logo {
  position: absolute;
  z-index: 9;
  top: 384px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

header .tel {
  margin-top: 39px;
  margin-left: 38px;
}

header .web-btn {
  margin-left: 38px;
}

header .news-btn {
  margin-top: 30px;
  margin-left: 38px;
}

header .calendar-btn,
header .recruit-btn {
  margin-top: 13px;
  margin-left: 38px;
}

header .nav-fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 0;
  background-image: url('../img/shared/fixed-nav-bg.png');
  background-repeat: repeat-x;
}

header .nav-fixed .fixed-left {
  float: left;
  width: 750px;
}

header .nav-fixed .fixed-right {
  float: left;
  width: 250px;
  padding-top: 20px;
  padding-left: 4px;
}

header .nav-fixed nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 54px;
  padding-left: 51px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .nav-fixed nav li a img:nth-child(2) {
  display: none;
}

header .nav-fixed nav li a:hover img:nth-child(1),
header .nav-fixed nav li .active img:nth-child(1) {
  display: none;
}

header .nav-fixed nav li a:hover img:nth-child(2),
header .nav-fixed nav li .active img:nth-child(2) {
  display: block;
}

header .nav-fixed .fixed-tel {
  padding-top: 8px;
  padding-left: 36px;
}

header .nav-fixed.fixed {
  opacity: 1;
}

#key {
  position: relative;
  min-height: 900px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#key ul {
  min-height: inherit;
}

#key li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: inherit;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

footer {
  font-size: 14px;
  padding: 80px 0 18px;
  background-image: url('../img/shared/ft-bg.jpg');
  background-repeat: repeat-x;
}

footer .ft-left {
  float: left;
  width: 206px;
  margin-left: 60px;
}

footer .ft-left .logo {
  margin-bottom: 20px;
}

footer .ft-right {
  float: left;
  width: 685px;
  margin-top: 14px;
  margin-left: 49px;
}

footer .ft-right dl {
  line-height: 24px;
  display: table;
  width: 100%;
  margin-bottom: 24px;
}

footer .ft-right dl dt {
  display: table-cell;
  width: 153px;
}

footer .ft-right dl dd {
  display: table-cell;
  letter-spacing: 1.3px;
}

footer #socialbuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer #socialbuttons>div {
  margin: 0 2px;
  height: 20px;
}

.social-google {
  display: none;
}

footer .ft-nav {
  margin-top: 30px;
  padding-top: 11px;
  text-align: center;
  border-top: 1px solid #fff;
}

footer nav a {
  padding-left: 20px !important;
  letter-spacing: 2px;
}

footer nav a:before {
  display: inline-block;
  padding-right: 20px !important;
  content: '\7C';
}

footer nav a:last-child:after {
  display: inline-block;
  padding-left: 20px;
  content: '\7C';
}

address {
  font-size: 12px;
  margin-top: 8px !important;
  letter-spacing: 1.7px;
}

.cookie {
  font-size: 12px;
  margin-top: -11px;
  letter-spacing: 1.5px;
}

.cookie a {
  text-decoration: underline;
}

.cookie a:hover {
  text-decoration: none;
}

#fix_bnr {
  position: fixed;
  right: 0;
  top: 5px;
  z-index: 9999;
}

#fix_bnr p {
  margin-bottom: 5px;
}