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

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

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

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

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

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

.wrap {
  width: 1000px;
}

li {
  list-style-type: none;
}

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

.pat2 {
  background-image: url('../img/index/pat2.jpg');
}

.pat3 {
  background-image: url('../img/index/pat3.jpg');
}

@media only screen and (max-width: 767px) {
  .pat3 {
    background-image: url('../img/index/pat3_sp.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
  }
}

header {
  position: relative;
  z-index: 9;
}

header:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  content: '';
  background-image: url('../img/index/key.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  header:after {
    display: none;
  }
}

header .hd-left {
  float: left;
  padding-top: 7px;
}

@media only screen and (max-width: 767px) {
  header .hd-left {
    padding-top: 2%;
  }
}

header h1 {
  font-size: 13px;
  font-weight: normal;
  color: #b3b0b0;
}

@media only screen and (max-width: 767px) {
  header h1 {
    padding: 0 4% !important;
  }
}

header .logo {
  width: 353px;
  margin-top: 6px;
}

@media only screen and (max-width: 980px) {
  header .logo {
    width: 315px;
  }
}

@media only screen and (max-width: 767px) {
  header .logo {
    width: 80%;
    margin: 2% 0 10% 4%;
  }
}

header .tel {
  float: right;
  width: 447px;
  margin: 42px -4px 0 0;
}

@media only screen and (max-width: 980px) {
  header .tel {
    width: 365px;
    margin-top: 50px;
  }
}

header .fixed-box {
  position: fixed;
  z-index: -99;
  bottom: 115px;
  right: 7px;
  visibility: hidden;
  width: 52px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  opacity: 0;
}

header .fixed-box .fixed-tel {
  margin-bottom: 10px;
}

.has_nav .fixed-box {
  z-index: 99;
  visibility: visible;
  opacity: 1;
}

#key {
  padding-bottom: 86px;
}

@media only screen and (max-width: 767px) {
  #key {
    padding-bottom: 0;
  }
}

#key .key-txt {
  width: 826px;
  margin: 61px 0 0 -3px;
}

@media only screen and (max-width: 1300px) {
  #key .key-txt {
    width: 75%;
  }

  #key .key-txt img {
    width: 100%;
  }
}

@media only screen and (max-width: 1080px) {
  #key .key-txt {
    width: 65%;
  }
}

footer {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  footer {
    margin-top: 25%;
  }
}

footer #ft {
  font-size: 14px;
  line-height: 24px;
  margin-top: 21px;
  padding: 20px 0 15px;
  text-align: center;
  color: #fff;
  background: #ff9300;
}

@media only screen and (max-width: 767px) {
  footer #ft {
    font-size: 13px;
    padding: 5% 0 17%;
  }
}

footer .cookie a {
  font-weight: normal;
}

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

@media only screen and (max-width: 767px) {
  footer #socialbuttons {
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

footer .social-google {
  display: none;
}

#pagetop {
  right: 7px;
}

address {
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  address {
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 370px) {
  address {
    letter-spacing: 0;
  }
}

.cookie a {
  font-size: 12px;
  text-decoration: underline;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .cookie a {
    font-size: 11px;
    letter-spacing: 1px;
    letter-spacing: .5px;
  }
}

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

.ft_fixed_shared {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: 1;
}

.navOpen .ft_fixed_shared {
  z-index: 0;
}

.has_nav .ft_fixed_shared {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 980px) {
  #pagetop {
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #pagetop_sp {
    position: static;
    right: auto;
    bottom: auto;
    visibility: visible;
    width: auto;
    opacity: 1;
  }
}

/* .has_nav #pagetop {
  visibility: visible;
  opacity: 1;
}
.has_nav #pagetop_sp {
  visibility: visible;
  opacity: 1;
} */
.sp {
  display: none;
}

.slick-arrow {
  font-size: 0;
  position: absolute;
  top: 35%;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
}

.slick-prev {
  left: -35px;
  background-image: url('../img/index/prev.png');
}

.slick-next {
  right: -35px;
  background-image: url('../img/index/next.png');
}

.slick-dots {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.slick-dots .slick-active button {
  background: #fff;
}

@media only screen and (max-width: 1080px) {
  html.responsive img {
    width: auto !important;
  }
}

@media only screen and (max-width: 980px) {
  html.responsive .wrap {
    padding: 0 3%;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
  }

  html.responsive img,
    img {
    width: 100% !important;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  html.responsive .wrap {
    padding: 0;
  }

  .p4 {
    padding: 0 4%;
  }
}

@media all and (-ms-high-contrast: none) {
  .btn a img, .item a img {
    -webkit-transition: opacity 0s ease !important;
    -moz-transition: opacity 0s ease !important;
    transition: opacity 0s ease !important;
  }
}

@-moz-document url-prefix() {
  .txt-vertical .txt-latin {
    position: relative;
    left: 4px;
  }
}

@media only screen and (max-width: 767px) {
  html.show-navi {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
