/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

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

body {
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin: 0;
  color: #000;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
}

dd {
  margin-left: 0;
}

p {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

button {
  border: 0;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.relative {
  position: relative;
}

.image {
  display: block;
  width: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;

}

.container {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(7.2%, 55px);
  padding-right: min(7.2%, 55px);
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10.81vw;
  max-height: 83px;
}

.header-logo {
  width: 28%;
  max-width: 215px;
}

.main {
  background-image: repeating-linear-gradient(135deg, #ec6d71, #ec6d71 20px, #ef7b7d 20px, #ef7b7d 40px);
  padding-bottom: min(5vw, 40px);
}

.introduction {
  position: relative;
  margin-bottom: min(8.2%, 63px);
  padding: min(4.8%, 34px) 1%;
  background-color: #e60044;
}

.introduction::after {
  content: "";
  position: absolute;
  top: 99.9%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e60044 transparent transparent;
  border-width: clamp(18.1px, 5.7vw, 43.7px) clamp(11.3px, 3.5vw, 27.16px) 0;
} 

.introduction-title {
  margin-bottom: 0.2em;
  color: #fff;
  font-size: clamp(19px, 5.94vw, 46px);
  font-weight: 700;
  text-align: center;
}

.introduction-lead {
  color: #ffe200;
  font-size: clamp(22px, 6.86vw, 53px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.list {
  margin-bottom: 5.73%;
}

.list-item:not(:first-child) {
  display: block;
  margin-top: 3.13%;
}

.information {
  background-color: hsl(0, 0%, 100%);
  border-radius: 7px;
  margin-right: 2.4%;
  padding: 4.9% 5.1%;
}

.information-name {
  color: #e60044;
  font-size: min(4.4vw, 31px);
  font-weight: 500;
  line-height: 1.42;
}

.information-tel {
  display: block;
  margin-bottom: 0.3em;
  color: #e60044;
  font-size: min(6.6vw, 47px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.information-tel__small {
  margin-left: 0.2em;
  font-size: 0.6em;
  font-weight: 500;
  letter-spacing: 0;
}

.hours {
  display: flex;
  gap: 2.24%;
}

.hours-term {
  width: 12.5%;
}

.hours-data {
  flex: 1;
}

.hours-text {
  color: #e60044;
  font-size: min(4vw, 31px);
  font-weight: 700;
  line-height: 1.3;
}

.hours-text--small {
  font-size: min(2.48vw, 19.22px);
  font-weight: 500;
}

.hours-text__small {
  font-size: 0.62em;
  font-weight: 500;
}
