@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@media only screen and (min-width:840px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #231815;
    text-decoration: none;
  }
  .tab_only {
    display: none;
  }
  .sp_only {
    display: none;
  }
}
@media only screen and (max-width:839px) {
  .pc_only {
    display: none;
  }
  .tab_only {
    display: none;
  }
}
*, :before, :after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.3s ease;
}
a img {
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}

.underline {
  text-decoration: underline;
}

.underborderline {
  display: inline-block;
  border-bottom: solid 3px #E33C0B;
}

.attention {
  color: #ff0000;
}

.c_text {
  text-align: center;
}

b {
  font-weight: 600;
}

.color {
  color: #E83829;
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  background-color: #ffffef;
  background-image: radial-gradient(circle, #ffffff 8px, transparent 8px);
  background-position: 0 0;
  background-size: 52px 49px;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width:839px) {
  body {
    min-width: 320px;
    font-size: 0.875rem;
    line-height: 2.2857142857;
    letter-spacing: 0.05em;
  }
}

header {
  display: block;
}
header .header_inner {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 1.5rem;
  padding: 0 3rem;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width:839px) {
  header .header_inner {
    top: 0.5rem;
    padding: 0 1rem;
  }
}
header .header_inner h1 {
  font-size: 2rem;
  font-weight: 700;
}
header .header_inner h1 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
header .header_inner h1 a svg {
  width: 196px;
  height: auto;
}
header .header_inner .spmenubtn {
  display: flex;
  position: fixed;
  top: 2rem;
  right: 3rem;
  height: 72px;
  width: 72px;
  background-color: #E83829;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width:839px) {
  header .header_inner .spmenubtn {
    top: 1.5rem;
    right: 1rem;
    height: 48px;
    width: 48px;
    border-radius: 0.75rem;
  }
}
header .header_inner .spmenubtn span {
  content: "";
  display: block;
  height: 6px;
  width: 40px;
  border-radius: 3px;
  background-color: #fff;
}
@media only screen and (max-width:839px) {
  header .header_inner .spmenubtn span {
    height: 4px;
    width: 30px;
    border-radius: 2px;
  }
}
header .header_inner .spmenubtn span:before {
  content: "";
  display: block;
  height: 6px;
  width: 40px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 17px;
}
@media only screen and (max-width:839px) {
  header .header_inner .spmenubtn span:before {
    height: 4px;
    width: 30px;
    border-radius: 2px;
    bottom: 12px;
  }
}
header .header_inner .spmenubtn span:after {
  content: "";
  display: block;
  height: 6px;
  width: 40px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  top: 17px;
}
@media only screen and (max-width:839px) {
  header .header_inner .spmenubtn span:after {
    height: 4px;
    width: 30px;
    border-radius: 2px;
    top: 12px;
  }
}
header .header_inner #main_navi {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  background-color: #E83829;
  overflow-y: auto;
  z-index: 100;
}
header .header_inner #main_navi.on {
  left: 0;
}
header .header_inner #main_navi ul {
  display: block;
  margin: 0;
}
header .header_inner #main_navi ul li {
  margin: 2rem auto;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
header .header_inner #main_navi ul li a {
  color: #fff;
  text-decoration: underline;
}
header .header_inner #main_navi ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
header .header_inner #main_navi .closebtn {
  display: block;
  position: absolute;
  top: 2rem;
  right: 3rem;
  cursor: pointer;
}
@media only screen and (max-width:839px) {
  header .header_inner #main_navi .closebtn {
    top: 2rem;
    right: 1.75rem;
  }
}
header .header_inner #main_navi .closebtn span {
  display: block;
  position: relative;
  width: 72px;
  height: 72px;
}
@media only screen and (max-width:839px) {
  header .header_inner #main_navi .closebtn span {
    width: 30px;
    height: 17.5px;
  }
}
header .header_inner #main_navi .closebtn span::before, header .header_inner #main_navi .closebtn span::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px; /* 棒の幅（太さ） */
  height: 48px; /* 棒の高さ */
  background: #fff;
  border-radius: 3px;
}
@media only screen and (max-width:839px) {
  header .header_inner #main_navi .closebtn span::before, header .header_inner #main_navi .closebtn span::after {
    width: 3px; /* 棒の幅（太さ） */
    height: 36px; /* 棒の高さ */
    border-radius: 1.5px;
  }
}
header .header_inner #main_navi .closebtn span::before {
  transform: translate(-50%, -50%) rotate(50deg);
}
header .header_inner #main_navi .closebtn span::after {
  transform: translate(-50%, -50%) rotate(-50deg);
}

main {
  display: block;
}
main .mainpagetitle {
  margin: 192px auto 0;
  text-align: center;
}
@media only screen and (max-width:839px) {
  main .mainpagetitle {
    margin: 160px auto 0;
  }
}
main .mainpagetitle span {
  display: inline-block;
  padding: 0 0 0.25rem;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-bottom: solid 8px #E33C0B;
}
@media only screen and (max-width:839px) {
  main .mainpagetitle span {
    padding: 0 0 0.125rem;
    font-size: 1.75rem;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
  }
}
main .content {
  margin: 80px auto 0;
  padding: 0 1rem;
  max-width: 960px;
}
@media only screen and (max-width:839px) {
  main .content {
    margin: 80px auto 0;
    padding: 0 1rem;
    max-width: 100%;
  }
}

footer {
  display: block;
  margin: 10rem 0 0;
  background-color: #E83829;
}
@media only screen and (max-width:839px) {
  footer {
    margin: 8rem 0 0;
  }
}
footer .footer_inner {
  display: flex;
  margin: 0 auto;
  padding: 2.5rem 2.5rem 0;
  max-width: 960px;
  color: #fff;
}
@media only screen and (max-width:839px) {
  footer .footer_inner {
    display: block;
  }
}
footer .footer_inner h2 {
  width: 15.6%;
}
@media only screen and (max-width:839px) {
  footer .footer_inner h2 {
    width: 100%;
    text-align: center;
  }
}
footer .footer_inner h2 svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:839px) {
  footer .footer_inner h2 svg {
    width: 30%;
    text-align: center;
  }
}
footer .footer_inner h2 svg .logo_maincolor {
  fill: #FFFFFF;
}
footer .footer_inner .menu_block {
  display: block;
  margin: 0 0 0 auto;
}
footer .footer_inner .menu_block .pagelist {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width:839px) {
  footer .footer_inner .menu_block .pagelist {
    display: none;
  }
}
footer .footer_inner .menu_block .pagelist li {
  padding: 0 0 0 3.75rem;
  font-weight: bold;
}
footer .footer_inner .menu_block .pagelist li:first-of-type {
  padding: 0;
}
footer .footer_inner .menu_block .snslist {
  display: flex;
  justify-content: flex-end;
  margin: 1.5rem 0;
}
@media only screen and (max-width:839px) {
  footer .footer_inner .menu_block .snslist {
    margin: 2rem 0;
    justify-content: center;
  }
}
footer .footer_inner .menu_block .snslist li {
  padding: 0 0 0 2rem;
}
@media only screen and (max-width:839px) {
  footer .footer_inner .menu_block .snslist li {
    padding: 0 2rem;
  }
}
footer .footer_inner .menu_block .snslist li:first-of-type {
  padding: 0;
}
@media only screen and (max-width:839px) {
  footer .footer_inner .menu_block .snslist li:first-of-type {
    padding: 0 2rem;
  }
}
footer .footer_inner .menu_block .snslist li img {
  width: 2rem;
  height: auto;
}
footer .copyright {
  padding: 0 0 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: right;
  font-weight: bold;
}
@media only screen and (max-width:839px) {
  footer .copyright {
    text-align: center;
    font-size: 0.625rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

.listlink .button, .back .button {
  display: block;
  margin: 0 auto;
  display: block;
  width: 320px;
  height: 60px;
  padding: 0 4rem;
  background-color: #E83829;
  color: #ffffff;
  border: 2px solid #E83829;
  border-radius: 1rem;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
  font-size: 1.125rem;
  line-height: 3.3333333333;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.listlink .button:hover, .back .button:hover {
  opacity: 0.6;
  text-decoration: none;
}/*# sourceMappingURL=common.css.map */