@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
main {
  width: 100%;
  margin: 0 auto;
  background: url(/sp/files/img/maizuru/bg_01.png) center center;
  background-size: 30px 30px;
}

.secMv {
  position: relative;
  background: url(/sp/files/img/maizuru/img_secMv_01_sp.jpg) center center no-repeat;
  background-size: cover;
  height: calc(100vh - 85px);
  min-height: 500px;
}
.secMv .secMvImgBg {
  text-align: center;
}
.secMv .secMvImgBg img {
  height: 100%;
}
.secMv .secMvBox {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.secMv h1 {
  text-align: center;
  margin-bottom: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s;
}
.secMv h1.active {
  transform: translateY(0);
  opacity: 1;
}
.secMv h1 img {
  width: 100%;
  max-width: 250px;
}
.secMv h2 {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.secMv h2.active {
  transform: translateY(0);
  opacity: 1;
}
.secMv h2 img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .secMv h2 {
    position: absolute;
    left: 70px;
    top: 310px;
    font-size: 2.3rem;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .secMv h2 {
    left: 170px;
    top: 330px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .secMv h2 img {
    width: 80%;
    max-width: 380px;
  }
}
@media screen and (min-width: 769px) {
  .secMv h2 img {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .secMv h2 img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .secMv {
    background: url(/sp/files/img/maizuru/img_secMv_01.jpg) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .secMv .secMvBox {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 769px) {
  .secMv h1 {
    position: absolute;
    left: 50px;
    top: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .secMv h1 {
    left: 150px;
    top: 50px;
  }
}
nav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 200;
  top: 0;
}
nav ul {
  display: flex;
  justify-content: center;
}
nav ul li {
  width: 20%;
}
nav ul li a {
  transition: all 0.3s;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav ul li a img {
  width: 80%;
  max-width: 150px;
}
nav ul li a:hover {
  opacity: 0.7;
}
nav ul li.navService a {
  background: #F5AA00;
}
nav ul li.navInside a {
  background: #E0608F;
}
nav ul li.navChoose a {
  background: #22A038;
}
nav ul li.navStaff a {
  background: #0080B5;
}
nav ul li.navAccess a {
  background: #E35417;
}
nav.active ul li a {
  height: 60px;
}
nav.active ul li a img {
  max-width: 120px;
}

.secAbout {
  padding: 30px 15px 50px;
  text-align: center;
}
.secAbout .secAboutWrap {
  margin-bottom: 30px;
}
.secAbout .secAboutWrap h3 {
  line-height: 2;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.secAbout .secAboutWrap div {
  margin-right: 0px;
  margin-bottom: 15px;
}
.secAbout .secAboutWrap div p {
  text-align: center;
  font-size: 1.3rem;
}
.secAbout .secAboutWrap div p span {
  display: inline-block;
  border: 1px solid #9a9a9a;
  font-size: 1.6rem;
  padding: 0 15px;
  margin-bottom: 20px;
}
.secAbout .secAboutWrap .secAboutWrapImg img {
  width: 330px;
}
.secAbout figure {
  text-align: center;
  padding: 0 20px;
}
.secAbout figure img {
  margin: 0 auto;
  width: 100%;
  max-width: 880px;
}
.secAbout .secAboutBannerImg {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .secAbout .secAboutBannerImg {
    margin-bottom: 40px;
  }
}
.secAbout .secAboutBannerImg a {
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .secAbout {
    padding: 60px 15px 100px;
  }
}
@media screen and (min-width: 1025px) {
  .secAbout .secAboutWrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .secAbout .secAboutWrap h3 {
    font-size: 3rem;
    text-align: right;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .secAbout .secAboutWrap div {
    margin-right: 30px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .secAbout .secAboutWrap div p {
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  .secAbout .secAboutWrap div p span {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.secService h2 {
  background: #F5AA00;
}
.secService .secInner {
  text-align: center;
}
.secService .secInner figure {
  max-width: 880px;
  margin: 0 auto 30px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s 0.3s;
}
.secService .secInner figure img {
  width: 100%;
}
.secService .secInner figure.active {
  transform: translateY(0);
  opacity: 1;
}

.secInside h2 {
  background: #E0608F;
}
.secInside .secInner {
  text-align: center;
  color: #E0608F;
}
.secInside .secInner figure {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 30px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s 0.3s;
}
.secInside .secInner figure img {
  width: 100%;
  max-width: 84px;
}
.secInside .secInner figure.active {
  transform: translateY(0);
  opacity: 1;
}
.secInside .secInner h3 {
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 15px;
  text-align: center;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s 0.3s;
}
.secInside .secInner h3.active {
  transform: translateY(0);
  opacity: 1;
}
.secInside .secInner h4 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s 0.3s;
}
.secInside .secInner h4.active {
  transform: translateY(0);
  opacity: 1;
}
.secInside .secInner iframe {
  width: 100%;
  max-width: 880px;
  height: 300px;
}

@media screen and (min-width: 481px) {
  .secInside .secInner iframe {
    height: 450px;
  }
}
.secCars h2 {
  background: #22A038;
}
.secCars .secInner {
  text-align: center;
}
.secCars .secInner figure {
  margin: 0 auto 50px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s 0.3s;
}
.secCars .secInner figure img {
  width: 100%;
}
.secCars .secInner figure.active {
  transform: translateY(0);
  opacity: 1;
}
.secCars .secInner figure.secCars01 {
  max-width: 345px;
}
.secCars .secInner figure.secCars02 {
  max-width: 747px;
}
.secCars .secInner figure.secCars03 {
  max-width: 814px;
}
.secCars .secInner figure.secCars04 {
  max-width: 695px;
}
.secCars .secInner figure.secCars05 {
  max-width: 405px;
}
.secCars .secInner figure.secCars06, .secCars .secInner figure.secCars07 {
  max-width: 880px;
}
.secCars .secInner figure.secCars08 {
  max-width: 619px;
}
.secCars .secInner figure.secCars09 {
  max-width: 880px;
}
.secCars .caution {
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .secCars .caution {
    font-weight: 1.6rem;
  }
}
.secStaff h2 {
  background: #0080B5;
}
.secStaff .secInner figure {
  margin: 0 auto 50px;
  max-width: 880px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s 0.3s;
}
.secStaff .secInner figure img {
  width: 100%;
}
.secStaff .secInner figure.active {
  transform: translateY(0);
  opacity: 1;
}

.secAccess h2 {
  background: #E35417;
}
.secAccess .secInner {
  text-align: center;
}
.secAccess .secInner .secAccessBox {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 100px;
}
.secAccess .secInner .secAccessBox .secAccessBoxTxt {
  width: 100%;
  text-align: left;
  line-height: 2;
}
.secAccess .secInner .secAccessBox .secAccessBoxTxt h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.secAccess .secInner .secAccessBox .secAccessBoxTxt .secAccessBoxTxtAd {
  margin-bottom: 15px;
}
.secAccess .secInner .secAccessBox .secAccessBoxTxt .secAccessBoxTxtNum {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: bold;
}
.secAccess .secInner .secAccessBox .secAccessBoxImg {
  width: 100%;
}
.secAccess .secInner .secAccessBox .secAccessBoxImg img {
  width: 100%;
}
.secAccess .secInner .secAccessBox.active {
  opacity: 1;
  transform: translateY(0);
}
.secAccess .secInner .secAccessMap iframe {
  width: 100%;
  max-width: 800px;
  height: 380px;
}

@media screen and (min-width: 769px) {
  .secAccess .secInner .secAccessBox .secAccessBoxTxt {
    width: 38%;
  }
}
@media screen and (min-width: 769px) {
  .secAccess .secInner .secAccessBox .secAccessBoxImg {
    width: 58%;
  }
}

/*# sourceMappingURL=top.css.map */