@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

@media print, screen and (min-width: 769px) {
  .pc-hide, .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide, .pc-only {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1280px;
}

#review-main {
  position: relative;
  padding: 0;
  background: rgb(242, 242, 242);
}

.main-review {
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .main-review {
    padding: 40px 0;
  }
}
.main-review .review-logo {
  position: relative;
}
.main-review .review-logo .logo-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  width: 112px;
  height: 112px;
  padding: 0;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin: 0 auto;
  z-index: 0;
}
.main-review .review-logo .logo-img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  border: none;
}
.main-review .review-logo .logo-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 20px;
}
.main-review .review-lead {
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .main-review .review-lead {
    margin-top: 40px;
  }
}
.main-review .review-lead .lead-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0.05em;
  text-align: center;
}
.main-review .review-lead .lead-ratings {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
  text-align: center;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .main-review .review-lead .lead-ratings {
    margin-top: 12px;
  }
}
.main-review .review-lead .lead-ratings .rating-group {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-review .review-lead .lead-ratings .rating-group .rating-stars {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -ms-touch-action: none;
      touch-action: none;
  line-height: 1;
  letter-spacing: 0;
}
.main-review .review-lead .lead-ratings .rating-group .rating-stars svg {
  width: 50px;
  height: 50px;
  fill: rgb(204, 204, 204);
  stroke: none;
  stroke-miterlimit: 10;
  stroke-width: 0;
}
@media only screen and (max-width: 768px) {
  .main-review .review-lead .lead-ratings .rating-group .rating-stars svg {
    width: 45px;
    height: 45px;
  }
}
.main-review .review-lead .lead-ratings .rating-group .rating-stars .empty-icons {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  color: rgb(204, 204, 204);
  z-index: 0;
}
.main-review .review-lead .lead-ratings .rating-group .rating-stars .filled-icons {
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(255, 188, 11);
  display: inline-block;
  max-width: 100%;
  color: rgb(255, 188, 11);
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
.main-review .review-lead .lead-ratings .rating-count {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-review .review-lead .lead-ratings .rating-count a {
  display: inline;
  color: inherit;
  text-decoration: none;
}
.main-review .review-lead .lead-ratings .rating-count a:hover {
  color: inherit;
  text-decoration: underline;
}
.main-review .review-detail {
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .main-review .review-detail {
    margin-top: 30px;
  }
}
.main-review .review-detail .review-list {
  position: relative;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0px, 1fr) 40px minmax(0px, 1fr);
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 40px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .main-review .review-detail .review-list {
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
    gap: 30px;
  }
}
.main-review .review-detail .review-list > li {
  position: relative;
}
.main-review .review-detail .review-list .review-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px 30px 30px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 7px;
}
@media only screen and (max-width: 768px) {
  .main-review .review-detail .review-list .review-item {
    padding: 20px 20px 20px;
  }
}
.main-review .review-detail .review-list .review-item .rating-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.main-review .review-detail .review-list .review-item .rating-group .rating {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.main-review .review-detail .review-list .review-item .rating-group .rating .rating-stars {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -ms-touch-action: none;
      touch-action: none;
  line-height: 1;
  letter-spacing: 0;
}
.main-review .review-detail .review-list .review-item .rating-group .rating .rating-stars svg {
  width: 30px;
  height: 30px;
  fill: rgb(204, 204, 204);
  stroke: none;
  stroke-miterlimit: 10;
  stroke-width: 0;
}
.main-review .review-detail .review-list .review-item .rating-group .rating .rating-stars .empty-icons {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  color: rgb(204, 204, 204);
  white-space: nowrap;
  z-index: 0;
}
.main-review .review-detail .review-list .review-item .rating-group .rating .rating-stars .filled-icons {
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(255, 188, 11);
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
.main-review .review-detail .review-list .review-item .rating-group .date {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000000;
}
.main-review .review-detail .review-list .review-item .rating-content {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  margin-top: 16px;
}
.main-review .review-detail .review-list .review-item .rating-content p {
  margin: 0;
}
.main-review .review-detail .detail-action {
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .main-review .review-detail .detail-action {
    margin-top: 50px;
  }
}
.main-review .review-detail .detail-action .action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  background: #209BBE;
  padding: 15px 20px 15px 10px;
  border-radius: 7px;
  border-bottom: 5px solid #196379;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
.main-review .review-detail .detail-action .action-btn span {
  position: relative;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
.main-review .review-detail .detail-action .action-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
  width: 11px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.974' height='18.948' viewBox='0 0 10.974 18.948'%3E%3Cpath id='Path_1' data-name='Path 1' d='M-558.84,60.824h0l7.353,7.353-7.353,7.353' transform='translate(560.962 -58.703)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.main-review .review-detail .detail-action .action-btn:hover {
  background: #1482A1;
}
.main-review .review-actions {
  position: relative;
  margin-top: 60px;
}
.main-review .review-actions .action-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-review .review-actions .action-group > li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  .main-review .review-actions .action-group > li {
    width: 100%;
  }
}
.main-review .review-actions .action-group .action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  background: #C60000;
  padding: 15px 30px 15px 30px;
  border-radius: 7px;
  border-bottom: 5px solid #7B0000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .main-review .review-actions .action-group .action-btn {
    padding: 15px 36px 15px 20px;
  }
}
.main-review .review-actions .action-group .action-btn .btn-inner {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  z-index: 3;
}
.main-review .review-actions .action-group .action-btn span {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .main-review .review-actions .action-group .action-btn span {
    font-size: 22px;
    line-height: 1.33;
  }
}
.main-review .review-actions .action-group .action-btn span em {
  display: inline-block;
  font-style: normal;
  font: inherit;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .main-review .review-actions .action-group .action-btn span em {
    display: block;
    text-indent: -10px;
  }
}
.main-review .review-actions .action-group .action-btn small {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  margin-top: 2px;
  z-index: 3;
}
.main-review .review-actions .action-group .action-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 11px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.974' height='18.948' viewBox='0 0 10.974 18.948'%3E%3Cpath id='Path_1' data-name='Path 1' d='M-558.84,60.824h0l7.353,7.353-7.353,7.353' transform='translate(560.962 -58.703)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.main-review .review-actions .action-group .action-btn:hover {
  background: #9E0303;
}
.main-review .review-actions .action-group .action-btn.phone-btn {
  background: #C60000;
  border-bottom: 5px solid #7B0000;
}
.main-review .review-actions .action-group .action-btn.phone-btn:hover {
  background: #9E0303;
}
.main-review .review-actions .action-group .action-btn.request-btn {
  background: #9C0183;
  border-bottom: 5px solid #6B0053;
}
.main-review .review-actions .action-group .action-btn.request-btn:hover {
  background: #7A0567;
}
.main-review .review-map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: 0;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .main-review .review-map {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.main-review .review-map iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none;
  margin: 0;
}

footer#footer {
  position: relative;
  padding: 40px 0 20px;
  background: rgb(242, 242, 242);
}
footer#footer .footer-logo {
  position: relative;
  display: block;
}
footer#footer .footer-logo .logo-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 310px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}
footer#footer .footer-logo .logo-link img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
}
footer#footer .footer-copy {
  position: relative;
  margin-top: 60px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  letter-spacing: 0.05em;
}
footer#footer .footer-copy p {
  margin: 0;
}