@charset "UTF-8";
/*ブレイクポイント*/
/*メディアクエリー*/
/*フォントサイズ*/
/*カラー*/
/*******************************
    共通
 *******************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #000;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 60px;
}

@media screen and (min-width: 600px) {
  body {
    margin-bottom: 0;
  }
}

header,
main,
footer {
  position: relative;
}

header .inner,
main .inner,
footer .inner {
  background-color: #fff;
}

main {
  flex: 1;
}

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

dt,
dl,
dd {
  padding: 0;
  margin: 0;
}

a {
  display: block;
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .inner {
    max-width: 720px;
  }
}

p {
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (min-width: 1280px) {
  p {
    font-size: calc(100vw * ($size / 1920));
  }
}

@media screen and (min-width: 600px) {
  p {
    line-height: 2;
  }
}

.pc,
.pc_br,
.pc_img {
  display: none;
}

@media screen and (min-width: 1280px) {
  .pc,
  .pc_br,
  .pc_img {
    display: block;
  }
}

.tab,
.tab_br,
.tab_img {
  display: none;
}

@media screen and (min-width: 600px) {
  .tab,
  .tab_br,
  .tab_img {
    display: block;
  }
}

.sp,
.sp_br,
.sp_img {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp,
  .sp_br,
  .sp_img {
    display: block;
  }
}

.header .inner {
  padding: 10px;
}

.header .logo img {
  position: relative;
  width: auto;
  height: 40px;
}

@media screen and (min-width: 600px) {
  .header .logo img {
    height: 60px;
  }
}

.footer .inner {
  padding: 16px;
}

.footer .logo {
  text-align: center;
  margin: 0 auto;
}

.footer .logo img {
  width: auto;
  height: 40px;
}

.footer .copy {
  font-size: 12px;
  text-align: center;
  padding: 0;
  margin: 0;
}

.fixed_menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  display: flex;
  z-index: 1;
}

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

.fixed_menu .tel {
  position: relative;
  width: calc((100% / 2) - 30px);
  height: 100%;
  font-size: 12px;
  color: #e45252;
  font-weight: bold;
  text-align: center;
  background-color: #f2f2f3;
  border: 1px solid #e45252;
}

.fixed_menu .tel::before {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-size: 20px;
  font-weight: bold;
  color: #e45252;
}

.fixed_menu .tel a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}

.fixed_menu .reserve {
  position: relative;
  width: calc((100% / 2) - 30px);
  font-size: 12px;
  color: #e45252;
  font-weight: bold;
  text-align: center;
  background-color: #f2f2f3;
  border: 1px solid #e45252;
  border-left: none;
}

.fixed_menu .reserve::before {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 20px;
  font-weight: bold;
  color: #e45252;
}

.fixed_menu .reserve a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}

.fixed_menu .pagetop a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #e45252;
  border: 1px solid #e45252;
}

.fixed_menu .pagetop a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f062";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.heading .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #e45252;
  padding: 10px;
}

.overview .image {
  width: 100%;
}

.overview .image .main {
  position: relative;
}

.overview .image .main #slide li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview .image .main #slide li img {
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 600px) {
  .overview .image .main #slide li img {
    height: 400px;
  }
}

.overview .image .main #slide li p {
  width: 100%;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  margin: 0;
}

.overview .image .main button {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  height: 52px;
  width: 26px;
  z-index: 1;
  background-color: #e45252;
  border-radius: 30px 0px 0px 30px;
}

.overview .image .main button.prev-slide {
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.overview .image .main button.next-slide {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.overview .image .main button img {
  height: auto;
  width: 80%;
  padding-left: 5px;
}

.overview .image .sub {
  position: relative;
}

.overview .image .sub button {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  height: 95%;
  width: 26px;
  z-index: 1;
  background-color: #e45252;
}

.overview .image .sub button.prev-thumb {
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.overview .image .sub button.next-thumb {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.overview .image .sub button img {
  height: auto;
  width: 70%;
}

.overview .image .sub #thumb .slick-track {
  display: flex;
}

.overview .image .sub #thumb .slick-slide {
  padding: 2px;
  opacity: 0.7;
  border: 2px solid #fff;
}

.overview .image .sub #thumb .slick-center {
  opacity: 1;
  border: 2px solid #e45252;
}

.overview .cost {
  margin-top: 20px;
}

.overview .cost .running {
  font-size: 18px;
}

.overview .cost .running .wrap {
  display: flex;
  align-items: center;
}

.overview .cost .running .wrap .label {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #e45252;
  padding: 7px 10px;
}

.overview .cost .running .wrap .price {
  font-size: 20px;
  font-weight: bold;
  padding-left: 16px;
}

.overview .cost .initial {
  margin-top: 20px;
}

.overview .cost .initial .ttl {
  font-size: 18px;
  font-weight: bold;
}

.overview .cost .initial table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #cfcfcf;
}

.overview .cost .initial table tr {
  border-bottom: 1px solid #cfcfcf;
}

.overview .cost .initial table tr th {
  font-size: 16px;
  font-weight: bold;
  width: 30%;
  background-color: #f3f3f3;
}

.overview .cost .initial table tr td {
  font-size: 16px;
  width: 70%;
  padding-left: 16px;
}

.overview .cost .other {
  font-size: 13px;
  margin-top: 5px;
}

.info .area {
  margin-top: 20px;
}

.info .area .ttl {
  font-size: 18px;
  font-weight: bold;
}

.info .area table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #cfcfcf;
}

.info .area table tr {
  border-bottom: 1px solid #cfcfcf;
}

.info .area table tr th {
  font-size: 16px;
  font-weight: bold;
  width: 30%;
  background-color: #f3f3f3;
}

.info .area table tr td {
  font-size: 14px;
  width: 70%;
  padding-left: 16px;
}

.info .area .map {
  margin-top: 20px;
}

.equipment {
  margin-top: 20px;
  margin-bottom: 20px;
}

.equipment .ttl {
  font-size: 18px;
  font-weight: bold;
}

.equipment .tag {
  margin-top: 10px;
  border: 1px solid #cfcfcf;
  padding: 16px;
  border-radius: 10px;
  background-color: #fff;
}

.contact {
  color: #000;
  font-size: 14px;
  padding: 24px;
  background-color: #ffd1d1;
  border-radius: 10px;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .contact .wrap {
    display: flex;
    gap: 20px;
  }
}

@media screen and (min-width: 600px) {
  .contact .form_btn {
    width: 50%;
  }
}

.contact .form_btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #ff6600;
  padding: 16px 0;
  border-radius: 5px;
  box-shadow: 2px 2px 0 #000;
}

@media screen and (min-width: 600px) {
  .contact .form_btn a {
    height: 100%;
  }
}

.contact .tel_btn {
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .contact .tel_btn {
    margin-top: 0;
    width: 50%;
  }
}

.contact .tel_btn a,
.contact .tel_btn .tel {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #39b54a;
  padding: 16px 0;
  border-radius: 5px;
  box-shadow: 2px 2px 0 #000;
}

@media screen and (min-width: 600px) {
  .contact .tel_btn .tel {
    height: 100%;
  }
}

.contact .tel_btn .tel span {
  font-size: 24px;
  position: relative;
}

.contact .tel_btn .tel span::before {
  position: absolute;
  top: 55%;
  right: 105%;
  transform: translateY(-50%) rotate(90deg);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.contact .staff {
  margin-top: 10px;
}

.contact_form {
  position: relative;
  width: 100%;
  padding: 0 0 40px;
}

@media screen and (min-width: 600px) {
  .contact_form {
    padding: 0 0 60px;
  }
}

.contact_form .w_box {
  padding: 20px 20px;
  border-radius: 12px;
  background-color: #fff;
  border: 2px solid #e45252;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .contact_form .w_box {
    padding: 40px 40px;
  }
}

.contact_form .w_box .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .contact_form .w_box .ttl {
    font-size: 27px;
    margin-bottom: 20px;
  }
}

.contact_form .w_box .submit {
  text-align: center;
  margin-top: 20px;
}

.contact_form .w_box .submit input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #e45252;
  padding: 16px 0px;
  width: 100%;
  max-width: 300px;
  box-shadow: 3px 3px 0px #0d0030;
  transition: all 0.3s;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  .contact_form .w_box .submit input[type="submit"]:hover {
    transform: translate(3px, 3px);
    transition: all 0.3s;
    box-shadow: none;
  }
}

.contact_form .w_box table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

.contact_form .w_box table tr {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #cfcfcf;
  padding: 20px 5px;
}

@media screen and (min-width: 600px) {
  .contact_form .w_box table tr {
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.contact_form .w_box table tr:first-of-type {
  border-top: 1px solid #cfcfcf;
}

.contact_form .w_box table tr th {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}

@media screen and (min-width: 600px) {
  .contact_form .w_box table tr th {
    width: 300px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  .contact_form .w_box table tr th {
    width: 350px;
  }
}

.contact_form .w_box table tr th span {
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 3px;
  background-color: #e45252;
  color: #fff;
  margin-left: 10px;
  vertical-align: middle;
  white-space: nowrap;
}

.contact_form .w_box table tr td {
  width: 100%;
}

.contact_form .w_box table tr td input[type="text"],
.contact_form .w_box table tr td input[type="email"],
.contact_form .w_box table tr td input[type="tel"],
.contact_form .w_box table tr td input[type="date"],
.contact_form .w_box table tr td select,
.contact_form .w_box table tr td textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}

@media screen and (min-width: 600px) {
  .contact_form .w_box table tr td input[type="text"],
  .contact_form .w_box table tr td input[type="email"],
  .contact_form .w_box table tr td input[type="tel"],
  .contact_form .w_box table tr td input[type="date"],
  .contact_form .w_box table tr td select,
  .contact_form .w_box table tr td textarea {
    padding: 16px;
  }
}

.contact_form .w_box table tr td .radio_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.contact_form .w_box table tr td .radio_wrap-row {
  flex-direction: row;
}

.contact_form .w_box table tr td .txt_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact_form .w_box table p {
  padding: 0;
  margin: 0;
}

.contact_form .w_box table .wpcf7-radio {
  display: flex;
  flex-direction: column;
}

.contact_form .w_box table .wpcf7-not-valid {
  background: pink;
}

.thx {
  width: 100%;
  margin: 40px 0;
}

@media screen and (min-width: 600px) {
  .thx {
    margin: 60px 0;
  }
}

.thx .w_box {
  padding: 0 20px 20px;
  background-color: #fff;
  border-radius: 12px;
}

@media screen and (min-width: 600px) {
  .thx .w_box {
    padding: 0px 40px 60px;
  }
}

.thx .w_box .contents {
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .thx .w_box .contents {
    margin-top: 60px;
  }
}

.thx .w_box .contents h3 {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01rem;
}

@media screen and (min-width: 600px) {
  .thx .w_box .contents h3 {
    font-size: 36px;
  }
}

.thx .w_box .contents p {
  font-size: 16px;
  text-align: left;
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .thx .w_box .contents p {
    text-align: center;
  }
}

.thx .w_box .contents .back_btn {
  text-align: center;
  margin: 40px 20px 0;
}

.thx .w_box .contents .back_btn a {
  color: #fff;
  background-color: #e45252;
  width: 100%;
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .thx .w_box .contents .back_btn a:hover {
    opacity: 0.7;
  }
}
