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

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 62.5%;
  font-style: normal;
  color: #333333;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

body {
  position: relative;
}

header,
main,
footer {
  position: relative;
}

main {
  flex: 1;
}

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

@media screen and (min-width: 760px) {
  .inner {
    max-width: 1000px;
    padding: 0 10px;
  }
}

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

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

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

@media screen and (min-width: 1280px) {
  a:hover {
    opacity: 0.7;
  }
}

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

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

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

.tab_br,
.tab_img {
  display: none;
}

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

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

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

/*******************************
    header
 *******************************/
.header {
  width: 100%;
  height: 60px;
  box-shadow: 0 0 12px rgba(0, 26, 44, 0.1);
  background-color: #ffffff;
  z-index: 10;
}

@media screen and (min-width: 760px) {
  .header {
    height: 80px;
  }
}

.header .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 5px;
  margin: 0 auto;
}

@media screen and (min-width: 760px) {
  .header .inner {
    align-items: center;
  }
}

.header .inner .logo {
  position: relative;
}

.header .inner .logo h1 {
  display: none;
  margin: 0;
}

@media screen and (min-width: 760px) {
  .header .inner .logo h1 {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: normal;
    white-space: nowrap;
  }
}

.header .inner .logo a img {
  width: 335px;
}

@media screen and (min-width: 760px) {
  .header .inner .logo a img {
    margin-bottom: 5px;
  }
}

.header .inner .contact {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

@media screen and (min-width: 760px) {
  .header .inner .contact {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
}

.header .inner .contact .info {
  display: none;
}

@media screen and (min-width: 760px) {
  .header .inner .contact .info {
    display: block;
  }
}

.header .inner .contact .info .tel {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 1;
  margin: 5px 0;
  padding-left: 20px;
  white-space: nowrap;
}

.header .inner .contact .info .tel:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  display: inline-block;
  margin-right: 0.5em;
  color: #333333;
  transform: rotate(100deg);
}

.header .inner .contact .info .tel a {
  display: inline-block;
  color: #ffffff;
}

@media screen and (min-width: 760px) {
  .header .inner .contact .info .tel a {
    pointer-events: none;
    color: #333333;
  }
}

.header .inner .contact .info .address {
  font-size: 1.2rem;
  text-align: center;
  color: #333333;
  letter-spacing: 0.01rem;
  line-height: 1.5;
  white-space: nowrap;
}

.header .inner .contact .info .datetime {
  font-size: 1.2rem;
  text-align: center;
  color: #333333;
  letter-spacing: 0.01rem;
  line-height: 1.5;
  white-space: nowrap;
}

/*******************************
    heading
 *******************************/
.heading {
  width: 100%;
  background: url(../img/main_ttl_bg.png) center center/cover no-repeat;
  padding-bottom: 10px;
}

@media screen and (min-width: 760px) {
  .heading {
    padding-bottom: 20px;
  }
}

/*******************************
    reserve
 *******************************/
.reserve {
  width: 100%;
  padding: 20px 0;
}

.reserve .txt p {
  font-size: 12px;
}

@media screen and (min-width: 760px) {
  .reserve .txt p {
    font-size: 16px;
  }
}

.reserve .merit {
  padding-top: 20px;
}

/*******************************
    about
 *******************************/
.about {
  width: 100%;
  background-color: #009e96;
}

.about img {
  padding: 20px 40px;
}

@media screen and (min-width: 760px) {
  .about img {
    padding: 40px 180px;
  }
}

/*******************************
    form
 *******************************/
.form {
  width: 100%;
  padding: 20px 0px;
}

@media screen and (min-width: 760px) {
  .form {
    padding: 40px 0px;
  }
}

.form table {
  width: 100%;
}

.form table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form table tr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1.6rem;
  padding: 16px 0;
}

@media screen and (min-width: 760px) {
  .form table tr {
    flex-direction: row;
    padding: 24px 0;
  }
}

.form table tr:not(:last-child) {
  border-bottom: 1px dotted #333;
}

.form table tr p {
  margin: 0;
}

.form table tr th {
  display: flex;
  align-items: center;
  font-weight: normal;
  text-align: left;
}

@media screen and (min-width: 760px) {
  .form table tr th {
    width: 300px;
  }
}

.form table tr th span {
  color: #bb0d00;
}

.form table tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

@media screen and (min-width: 760px) {
  .form table tr td {
    width: calc(100% - 300px);
  }
}

.form table tr td input[type="text"],
.form table tr td input[type="email"],
.form table tr td input[type="tel"],
.form table tr td input[type="zip"],
.form table tr td textarea,
.form table tr td select {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #333333;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.form table tr td input[name="zip"] {
  width: calc(100% - 3.5rem);
}

.form table tr td .radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.form table tr td .zip p {
  display: flex;
  line-height: 2.5;
  margin: 0;
}

.form table tr td .txt_wrap p {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}

@media screen and (min-width: 760px) {
  .form table tr td .txt_wrap p {
    flex-direction: row;
  }
}

.form .custom-checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
}

.form .custom-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}

.form .custom-checkbox label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.form .custom-checkbox label input[type="checkbox"]:checked {
  background-color: #0073aa;
  border-color: #0073aa;
}

.form .custom-checkbox label input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 25%;
  height: 50%;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
}

.form .btn input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
  background-color: #009e96;
  border: none;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: none;
}

@media screen and (min-width: 760px) {
  .form .btn input[type="submit"] {
    font-size: 1.8rem;
    max-width: 500px;
    height: 60px;
    margin: 0 auto;
    cursor: pointer;
  }
}

form td.error_pink input[type="text"],
form td.error_pink input[type="email"],
form td.error_pink textarea,
form td.error_pink select {
  background: #ffc0cb !important;
  border: 1px solid #f00 !important;
}

.mw_wp_form .error {
  width: 100%;
}

/*******************************
    company
 *******************************/
.company {
  width: 100%;
  padding: 20px 0px;
}

@media screen and (min-width: 760px) {
  .company {
    padding: 40px 0px;
  }
}

.company .ttl {
  margin: 0 auto 20px;
}

.company .ttl img {
  max-width: 150px;
}

@media screen and (min-width: 760px) {
  .company .ttl img {
    max-width: 250px;
  }
}

.company .box {
  padding: 20px;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 760px) {
  .company .box {
    padding: 50px;
    gap: 20px;
  }
}

.company .box .img {
  width: 100%;
  padding-bottom: 10px;
}

@media screen and (min-width: 760px) {
  .company .box .img {
    width: 48%;
  }
}

.company .box .info {
  width: 100%;
  padding-bottom: 10px;
}

@media screen and (min-width: 760px) {
  .company .box .info {
    width: 48%;
  }
}

.company .box .info table {
  width: 100%;
  border-top: dotted 1px #ccc;
  font-size: 10px;
}

@media screen and (min-width: 760px) {
  .company .box .info table {
    font-size: 12px;
  }
}

.company .box .info table tr {
  display: block;
  padding: 5px;
  border-bottom: dotted 1px #ccc;
}

.company .box .info table tr th {
  width: 100px;
}

.company .box .map {
  width: 100%;
}

.company .box .map iframe {
  width: 100%;
  height: 300px;
}
