/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
  scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #404042;
  font-size: 16px;
}

/* header */

.site-header {
  background-color: white;
  box-shadow: 0 2px 8px rgb(30 45 60 / 16%);
}

.site-header__inner {
  width: 100%;
  max-width: 920px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.site-header__logo {
  display: block;
  flex: 0 0 auto;
}

.site-header__logo img {
  width: 220px;
  height: auto;
}

.site-header__actions {
  display: flex;
  align-items: center;
}

.site-header__tel {
  display: grid;
  flex: 0 0 auto;
  gap: 2px;
  color: #1E2D3C;
  text-decoration: none;
  white-space: nowrap;
}

.site-header__tel--sp {
  display: none;
}

.site-header__hours {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.site-header__tel-main {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-header__tel-icon {
  width: 34px;
  height: auto;
}

.site-header__registered {
  align-self: flex-end;
  margin-left: -5px;
  margin-bottom: 1px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 8px;
  line-height: 1;
}

.site-header__tel-number {
  display: inline-block;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .site-header__inner {
    width: 100vw;
    max-width: none;
    height: 56px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .site-header__logo img {
    width: 160px;
  }

  .site-header__actions {
    display: flex;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 154px;
    transform: translateY(-50%);
  }

  .site-header__tel {
    width: 100%;
  }

  .site-header__tel--pc {
    display: none;
  }

  .site-header__tel--sp {
    display: grid;
  }

  .site-header__hours {
    font-size: 8px;
  }

  .site-header__tel-main {
    gap: 2px;
    justify-content: flex-end;
  }

  .site-header__tel-icon {
    width: 22px;
  }

  .site-header__registered {
    margin-left: -4px;
    margin-bottom: 0;
    font-size: 7px;
  }

  .site-header__tel-number {
    font-size: 17px;
  }
}

@media (max-width: 374px) {
  .site-header__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-header__logo img {
    width: 136px;
  }

  .site-header__actions {
    width: 142px;
    right: 10px;
  }

  .site-header__tel-icon {
    width: 20px;
  }

  .site-header__tel-number {
    font-size: 15px;
  }
}

.is_show_sp-kv-contents {
  display: none;
}

@media (max-width: 480px) {
  .header__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
  .is_show_pc-kv-contents {
    display: none;
  }
  .is_show_sp-kv-contents {
    display: block;
  }
}

/* key-visual */

.key-visual {
  background-color: white;
}

.key-visual__inner {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  background: #F0F7FA;
  display: flex;
  justify-content: center;
}

/* mainコンテナ */

.bg-lightGray {
  background-color: #F6F6F6;
}

.main__inner {
  max-width: 864px;
  padding: 24px 16px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .main__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 480px) {
  .main__inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.is_show_mobile {
  display: none;
}

@media (max-width: 640px) {
  .is_show_mobile {
    display:inherit
  }
}

/* footer */

footer {
  background-color: #315c6e;
  color: white;
}

footer a {
  color: white;
}

footer a:hover {
  text-decoration: none;
}

.footer__inner {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  text-align: center;
}

.textEmphasis {
  color:#ffec89;
  font-weight: 700;
}

.footer__inner-provider {
  margin-top: 4px;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 480px) {
  .footer__inner {
    text-align: left;
  }
}

/* その他 */

.disNon480 {
  display: none;
}


@media (max-width: 480px) {
  .disNon480 {
    display: inherit;
  }
  .display480 {
    display: none;
  }
}

@media (max-width: 375px) {
  .display375{
    display: none;
  }
}
