@charset "UTF-8";
@import url("reset.css");
@import url("anm.css");
/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 767px) {
  .pc-s {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-s {
    display: none !important;
  }
}

body {
  font-family: "游ゴシック体", YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
  font-weight: 500;
  line-height: 2.25;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.73333;
  }
}

a {
  color: #000;
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  a {
    box-shadow: 0 0 1px transparent;
    transition-duration: 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
  a img {
    -webkit-transition: 0.3s;
  }
}

/*
h1,h2,h3,h4,h5,h5,p{
font-feature-settings: "palt";
}
*/
::selection {
  background: black;
  color: white;
}

::-moz-selection {
  background: black;
  color: white;
}

h1, h2, h3, h4, h5, p {
  font-feature-settings: "palt";
}

.mln {
  margin-left: -0.5em;
}

.fntb {
  font-weight: bold;
}

.site-header {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 0 50px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .site-header {
    align-items: flex-start;
    height: 140px;
    position: relative;
    padding: 0 25px;
  }
}

.site-header h1 {
  margin-right: 55px;
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .site-header h1 {
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .site-header h1 img {
    width: 90px;
    height: auto;
  }
}

.site-header .menu {
  margin-top: 30px;
}

.map-area {
  height: calc(100vh - 200px);
  width: 100%;
  padding: 0  50px 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .map-area {
    height: calc(100vh - 140px);
    padding: 0 25px 25px;
  }
}

.map-area iframe {
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .map-area iframe {
    border-radius: 20px;
  }
}

.mfp-auto-cursor .mfp-content {
  max-width: 600px;
  margin: auto;
  padding: 100px;
  background: white;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mfp-auto-cursor .mfp-content {
    max-width: 90%;
    padding: 30px;
  }
}

.mfp-auto-cursor .mfp-content .nav {
  max-width: 250px;
  margin: auto;
}

.mfp-auto-cursor .mfp-content .nav li {
  margin-bottom: 20px;
}

.mfp-auto-cursor .mfp-content .nav li:last-chiald {
  margin-bottom: 0;
}

.mfp-auto-cursor .mfp-content .nav li a {
  display: block;
  background: black;
  border-radius: 10px;
  padding: 20px 40px;
  color: white;
  text-decoration: none;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .mfp-auto-cursor .mfp-content .nav li a {
    border-radius: 6px;
  }
}

.mfp-auto-cursor .mfp-content .close-btn {
  text-decoration: none;
  background: #eee;
  padding: 15px 25px;
  display: inline-block;
  font-size: 13px;
  border-radius: 4px;
  line-height: 1;
}
/*# sourceMappingURL=main.css.map */
