@charset "UTF-8";
@import url("reset.css");
@import url("https://use.typekit.net/zrd4grl.css");
body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #585858;
  background-color: #ccc;
  font-size: 3.7vw;
  text-align: center;
  line-height: 120%;
  background-color: #ffffff;
}

p {
  line-height: 120%;
}

.inner {
  width: 92%;
  margin: 0 auto;
}

img {
  width: 100%;
}

section {
  padding: 4em 0;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

p {
  line-height: 160%;
}

.wrapper {
  display: flex;
  justify-content: space-between;
}

#page-top {
  position: fixed;
  width: 60px;
  right: 10px;
  z-index: 999;
}

.red {
  color: #c6161d;
}

.creamBack {
  background-color: #fff;
}

a:hover {
  opacity: .7;
}

@media only screen and (min-width: 580px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  body {
    font-size: 1.1rem;
  }
  .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  p {
    font-size: 1rem;
  }
  .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/*--見出し--*/
/*--ボタン関連---*/
/*-ボタン共通-*/
a.blueBtn,
a.whiteBtn {
  border-radius: 25px;
  text-align: center;
  font-weight: 700;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90%;
  font-weight: bold;
}

a.blueBtn,
a.whiteBtn {
  font-size: 1.3em;
  padding: .5em;
}

a.blueBtn::before {
  top: 30%;
}

/*-Googleマップボタン-*/
a.miniGrayBtn {
  border-radius: 15px;
  color: #FFF;
  font-weight: 700;
  font-size: .7em;
  background-color: #808080;
  width: 120px;
  padding: 0 .2em;
  border: 2px solid #808080;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.miniGrayBtn::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  margin-right: .3em;
}

a.miniGrayBtn:hover {
  background-color: #fff;
  color: #808080;
}

/*-ボタン紺-*/
a.navyBtn {
  background-color: #0054a6;
  border: 2px solid #0054a6;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  width: 90%;
  font-weight: bold;
  font-size: 1.3em;
  padding: .5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.navyBtn::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  margin-left: 1em;
}

a.navyBtn:hover {
  color: #0054a6;
  background-color: #FFF;
}

/*-ボタン白-*/
a.whiteBtn {
  background-color: #FFF;
  border: 2px solid #FFF;
}

a.whiteBtn:hover {
  opacity: .7;
}

/*-ボタン青-*/
a.blueBtn {
  background-color: #0310EA;
  border: 2px solid #0310EA;
  color: #FFF;
}

a.blueBtn:hover {
  color: #0310EA;
  background-color: #FFF;
}

@media only screen and (min-width: 580px) {
  a.greenBtn,
  a.blueBtn,
  a.whiteBtn {
    width: 40%;
  }
  a.navyBtn {
    width: 400px;
  }
}

/*--footer---*/
footer {
  padding: 2em 0;
  background-image: url(../img/strip.png);
  background-size: 35px;
}

footer .footerLogo {
  width: 40%;
  margin: 0 auto;
}

@media only screen and (min-width: 580px) {
  footer .footerLogo {
    width: 270px;
    margin: 0 auto;
  }
}
