@charset "UTF-8";
/* CSS Document */
*:before, *:after {
  box-sizing: border-box;
}
.smhNon {
  display: block;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10 */
  width: 100%;
}
header {
  width: 100%;
  max-width: 500px;
  background-color: #8AE2FF;
  position: fixed;
  z-index: 10;
  transform: translate(-50%, 0);
  left: 50%;
  height: 100px;
}
body {
  background-image: url("../img/background.png");
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  color: #393332;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  background-color: #FFF;
  word-break: auto-phrase;
}
main {
  width: 100%;
  max-width: 500px;
  background-color: #FFF;
  margin: 0 auto;
}
h1, h2, h3 {
  font-size: 4.0rem;
  color: #4B4A4A;
  font-weight: 700;
  padding: 15px 15px 0;
  text-align: left;
  word-break: auto-phrase;
}
h1 span, h2 {
  font-size: 2.4rem;
  padding: 0 0px 10px;
}
h2 {
  line-height: 1.3;
  font-size: 3.2rem;
  text-align: center;
  margin: 35px 0;
}
h1 span {
  display: block;
}
h3 {
  font-size: 2.4rem;
  text-align: left;
  margin: 20px 0;
  position: relative;
  z-index: 5;
}
h3::after {
  content: '';
  background-color: rgba(138, 226, 255, 0.8);
  width: 35%;
  padding: 9px 0;
  position: absolute;
  top: 82%;
  transform: translate(-50%, -50%);
  left: 25%;
  z-index: -1;
}
.menu h3::after {
  width: 60%;
  left: 40%;
}
.data h3::after {
  width: 80%;
  left: 48%;
  padding: 20px 0;
}
p {
  color: #393332;
  font-size: 1.5rem;
  font-weight: 300;
  word-break: auto-phrase;
}
section {
  background-color: #FFF;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 100px;
}
.topBox_P {
  font-weight: 700;
}
.data {
  margin: 0 auto 0px !important;
  padding: 0 0 200px;
}
.headMsg div:first-child, .menu div:nth-child(2) {
  padding: 10px 25px;
  text-align: center;
  margin: 0 0 60px;
}
.topimg {
  margin-top: 100px;
}
.whiteBack {
  width: 160px;
  height: 160px;
  position: fixed;
  right: 0;
  bottom: 120px;
  background: rgba(255, 255, 255, 0.6);
}
.iconLine {
  width: 120px;
  position: relative;
  top: 10px;
}
.map {
  margin: 0 0 30px;
}
.map iframe {
  aspect-ratio: 1 / 1;
  max-width: 500px;
  width: 100%;
  height: auto;
}
address {
  text-align: left;
  margin: 20px auto;
  display: inline-block;
}
.adrP {
  margin: 20px 0;
}
button {
  width: 80%;
  height: 120px;
  border-radius: 20px;
  background: #06C755;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  font-size: 3.2rem;
  color: #FFF;
  font-weight: 700;
}
dl {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
dt {
  width: 43%;
  padding-right: 20px;
  margin-bottom: 10px;
  word-break: auto-phrase;
}
dd {
  width: 50%;
  margin-bottom: 20px;
  word-break: auto-phrase;
}
.menu dl {
  width: 85%;
  justify-content: space-between;
}
.menu dt {
  width: 30%;
  padding-right: 5px;
}
.menu dt:nth-child(3) {
  padding-right: 0px;
}
.menu dd {
  width: 32%;
}
footer {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #8AE2FF;
}
.flexbox {
  display: flex;
}
small {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  color: #0A0A0A;
}
ul {
  list-style: none;
}
img {
  width: 100%;
  object-fit: cover;
}
footer .flexbox {
  justify-content: center;
  flex-wrap: wrap;
}
footer .flexbox li {
  width: 30%;
  margin: 10px 0;
}
footer .flexbox li:nth-child(4) {
  width: 90%;
  margin: 10px 0;
}
@media(min-width: 375px) {
  h3::after {
    width: 25%;
    left: 18%;
  }
  .menu h3::after {
    width: 54%;
    left: 33%;
  }
  .data h3::after {
    width: 82%;
    padding: 9px 0;
  }
  button {
    height: 80px;
  }
}
@media(min-width: 400px) {
  .smhNon {
    display: none;
  }
  h1, h2, h3 {
    padding: 15px 40px 0;
  }
  h2 {
    line-height: 1.0;
  }
  .menu dt {
    width: 28%;
    padding-right: 20px;
  }
  .menu dd {
    width: 30%;
  }
  dd {
    margin-bottom: 10px;
  }
}
@media(min-width: 450px) {
  header {
    height: auto;
  }
  h3::after {
    width: 17%;
    left: 19%;
  }
  .menu h3::after {
    width: 40%;
    left: 30%;
  }
  .data h3::after {
    width: 62%;
    left: 41%;
    padding: 9px 0;
    top: 91%;
  }
  dl {
    width: 85%;
  }
  dt {
    width: 45%;
  }
  dd {
    width: 50%;
  }
}
@media(min-width: 825px) {
  .whiteBack {
    right: auto;
    transform: translate(-100%, 0);
  }
  .data {
    padding: 0 0 100px;
  }
}
/* safari */ ::-webkit-full-page-media, :future, :root body {
  font-family: "Noto Sans JP", sans-serif;
}
/* 古いsafari用 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, body { /* safari */
    font-family: "Noto Sans JP", sans-serif;
  }
}