@charset "utf-8";
/* CSS Document */
.content {
  text-align: justify;
}
.hD {
  font-weight: bold;
  margin: 10px 0 5px;
  color: #604c3f;
}
/*-------------------------
first
--------------------------*/
.youtube_box iframe {
  width: 600px;
}
.youtube_box {
  margin-bottom: 30px;
}
.reserveLink::before {
  content: "\e1b1";
  font-family: var(--ff-symbol);
  font-size: 3rem;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 3px;
}
.reserveLink {
  vertical-align: middle;
  padding: 10px 60px !important;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.reserveLink span {
  background-color: #fff;
  color: #dc5800;
  display: block;
  font-size: 1.6rem;
  width: 80%;
  border-radius: 30px;
  margin: 0 auto;
}
.reserveTel {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 5px;
}
.reserveTel .telLink::before {
  padding-top: 5px;
}
.reserveTel .telLink {
  color: #dc5800 !important;
}
/*-------------------------
about
--------------------------*/
.policyTtl {
  background-color: #feb513;
  background-color: #feb513;
  padding: 8px;
}
.policyTtl h3 {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  line-height: 1.8;
}
.policyTtl span {
  background-color: #fff;
  padding: 5px 10px;
  width: 200px;
  margin: 5px auto;
  color: #dc5800;
  font-size: 2rem;
  display: block;
  border-radius: 30px;
}
.policyTxt {
  padding: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
}
.policy_box {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  border: 1px solid #dc5800;
  justify-content: space-between;
}
p.policyImg {
  margin-bottom: 0 !important;
}
.policy .policyTxt:last-child {
  font-size: 1.8rem;
  text-align: left;
}
.facility dl dt {
  font-weight: bold;
  color: #dc5800;
  font-size: 2.4rem;
}
.facility dl dd span {
  display: block;
  font-weight: bold;
  color: #796a57;
  font-size: 1.8rem;
}
/*-------------------------
menu
--------------------------*/
.menu_hd::before {
  display: none;
}
.menu_hd {
  padding-left: 0;
  margin-top: 50px;
}
.menu_hd span img {
  height: 40px;
  width: auto !important;
  margin-right: 20px;
}
.menuList li {
  padding-left: 0 !important;
}
.menuList li a {
  display: block;
  padding: 10px 20px 10px 40px !important;
}
.menuList li:not(:has(a)) {
  padding: 10px 20px 10px 40px !important;
}
.menuList li {
  background-color: #f9f9f9;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.menuList-w li a, .menuList-w li {
  background-color: #fff;
}
.columnLink .menuList li a, .columnLink .menuList li {
  padding: 5px !important;
}
.menuList li::before {
  left: 10px !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.menuSubList li {
  position: relative;
}
.menuSubList li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 20px;
}
.flowBox {
  margin: 2em 0;
}
.flowStep {
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 2.5em;
}
.stepNum {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  background: #ccc;
  border-radius: 50%;
  font-weight: bold;
}
.qaBlock {
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10px;
  background: #f9f9f9;
}
.qaQ {
  font-weight: bold;
  color: #005bac;
  margin-bottom: 10px;
  padding-left: 20px;
}
.qaA {
  padding-left: 30px;
  position: relative;
}
.qaA span {
  color: #ca1600;
  font-weight: bold;
}
.specialLink li a {
  width: 100%;
}
.kafun_box .hD {
  font-size: 2rem;
}
/*-------------------------
access
--------------------------*/
.TimeSchedule {
  text-align: center;
}
/*-------------------------
staff
--------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 768px) {
  /*-------------------------
menu(PC)
--------------------------*/
  /*------------------------
staff(PC)
--------------------------*/
  /*-------------------------
about(PC)
--------------------------*/
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  /*-------------------------
first(SP)
--------------------------*/
  .youtube_box {
    margin-bottom: 30px;
  }
  .youtube_box iframe {
    width: 100%;
    height: 100%;
  }
  a.reserveLink {
    min-width: inherit;
    width: 100%;
  }
  .reserveLink {
    padding: 10px !important;
  }
  /*-------------------------
menu(SP)
--------------------------*/
  .qaQ {
    padding-left: 0px;
  }
  .qaA {
    padding-left: 15px;
    text-indent: -15px;
  }
  /*------------------------
staff(SP)
--------------------------*/
  /*-------------------------
about(SP)
--------------------------*/
  .policyTtl h3 {
    font-size: 5vw;
  }
  .policyTtl span {
    font-size: 3.8vw;
  }
  .policyTxt {
    font-size: 4vw;
  }
  .policy .policyTxt:last-child {
    font-size: 3.8vw;
    padding: 0;
  }
  .facility dl dt {
    font-size: 5vw;
  }
  .facility dl dd span {
    font-size: 4.2vw;
  }
  /*-------------------------
access(SP)
--------------------------*/
  table.TimeSchedule th {
    padding: 3px;
    font-size: 4vw;
  }
  table.TimeSchedule td {
    padding: 3px;
    font-size: 4vw;
  }
}
/* コンタクトフォーム */
#form_submit {
  display: block !important;
}
.wpcf7-form dl {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.wpcf7-form .wpcf7-list-item {
  display: block; /* 縦並び */
  margin-bottom: 6px;
}
.wpcf7-form dl dt {
  clear: both;
  width: 30%;
  float: left;
  border-top: 1px solid #ccc;
  padding: 15px 0;
  text-align: right;
  font-weight: bold;
}
.wpcf7-form dl dd {
  width: 65%;
  float: right;
  border-top: 1px solid #ccc;
  padding: 15px 0 15px 5%;
}
.wpcf7-form dl dt:first-child, .wpcf7-form dl dt:first-child + dd {
  border-top: none;
}
/* 必須/任意ラベル */
.wpcf7-form dl dt span.required, .wpcf7-form dl dt span.optional {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}
.wpcf7-form dl dt span.required {
  background: #d9534f;
}
.wpcf7-form dl dt span.optional {
  background: #337ab7;
}
/* 入力欄 */
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form select, .wpcf7-form textarea {
  width: 90%;
  max-width: 90%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fafafa;
  font-size: 100%;
  font-family: inherit;
  margin-top: 6px;
}
.wpcf7-form textarea {
  height: 180px;
  resize: vertical;
}
/* フォーカス時 */
.wpcf7-form input:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus {
  border: 1px solid #55ccff;
  box-shadow: 0 0 5px #55ccff;
  background: #fff;
}
/* 郵便番号検索リンク */
.wpcf7-form a {
  display: inline-block;
  margin-left: 8px;
  padding: 5px 12px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 90%;
  color: #fff;
  text-decoration: none;
}
.wpcf7-form a:hover {
  background: #31b0d5;
  border: 1px solid #269abc;
}
/* 送信ボタン */
.wpcf7-form p#form_submit {
  width: 90%;
  margin: 20px auto 0;
  padding: 20px 0 10px;
  border-top: 1px solid #ccc;
  text-align: center;
}
.wpcf7-form input[type="confirm"], .wpcf7-form input[type="submit"] {
  padding: 10px 40px;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  background: #5cb85c;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  display: block !important;
  margin: 0 auto;
}
.wpcf7-form input[type="confirm"]:hover, .wpcf7-form input[type="submit"]:hover {
  background: #449d44;
  border: 1px solid #398439;
}
/* レスポンシブ */
@media screen and (max-width: 1000px) {
  .wpcf7-form {
    font-size: 100%;
  }
  .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form select, .wpcf7-form textarea {
    width: 100%;
    max-width: 100%
  }
  .wpcf7-form dl dt, .wpcf7-form dl dd {
    width: auto;
    float: none;
    text-align: left;
    border-top: none;
    padding: 10px 0;
  }
  .wpcf7-form dl dd {
    padding-bottom: 20px;
  }
  .wpcf7-form input[type="submit"] {
    width: 100%;
  }
}