#header_slider .caption .animate_item {
  opacity: 1;
}

#side_col {
  display: none;
}

#main_col {
  width: 100%;
  padding: 0;
}

/* .gallery_block_list .item_inner > a{
  pointer-events: none;
} */

.logo_image .pc {
  max-width: 500px;
  height: auto;
}

.post_content.--adjust {
  margin-top: 68px;
}

.cb_free_space.num6.--adjust,
.cb_free_space.num7.--adjust,
.cb_free_space.num8.--adjust,
.cb_free_space.num9.--adjust,
.cb_free_space.num10.--adjust,
.cb_free_space.num11.--adjust,
.cb_free_space.num12.--adjust {
  padding-top: 150px;
}

.table {
  display: flex;
  justify-content: center;
}

.table .table_content {
  width: 536px;
}

.table .table_content + .table_content {
  margin-left: 30px;
}

.table .table_label {
  margin: 0;
  width: 224px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transform: translateY(25px);
  color: #fff;
}

.table .table_label.--weekday {
  background-color: #ad926a;
}

.table .table_label.--holidays {
  background-color: #cfaf7f;
}

.table .table_items {
  margin: 0;
  padding: 30px;
  border: 16px solid #f2dfbb;
}

.table .table_item {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table .table_time {
  margin: 0;
  min-width: 210px;
  font-weight: 700;
}

.subtext {
  color: #ff0000;
  padding: 10px 0 0 10px;
}

.access iframe {
  width: 100%;
}

@media (max-width: 1023px) {
  .table {
    flex-direction: column;
  }

  .table .table_content {
    width: 100%;
  }

  .table .table_content + .table_content {
    margin: 30px 0 0;
  }

  .table .table_item {
    flex-direction: column;
    text-align: center;
  }

  .table .table_item + .table_item {
    margin-top: 12px;
  }
}

.qa .qa_list {
  list-style: none;
  margin: 0;
}

.qa .qa_item + .qa_item {
  margin-top: 20px;
}

.qa .qa_q {
  font-weight: bold;
  margin: 0;
}

.qa .qa_a {
  margin-top: 5px;
  border-top: 1px solid #ad926a;
  padding-top: 5px;
}

.qa .qa_mark {
  font-weight: bold;
}

.qa .qa_mark.--q {
  color: #3333cc;
}

.qa .qa_mark.--a {
  color: #cc3333;
}

.gallery_block_list .item_inner > div .title_area.is-show {
  transform: translateY(0%);
}

.cb_box_content.num2 .item .title {
  font-size: 33px;
}

#drawer_menu .menu li.current-menu-item a span.title {
  color: #fff;
}

@media (max-width: 767px) {
  .cb_box_content.num2 .item .title {
    font-size: 23px;
  }
}

@media (max-width: 765px) {
  #header_slider .center_logo img {
    width: 100%;
    max-width: none;
  }

  #site_loader_logo.has_mobile_logo img.mobile {
    width: 90%;
    max-width: 350px;
    height: auto;
  }

  .cb_free_space.num6 {
    padding-top: 150px;
  }
}

@media (max-width: 750px) {
  .cb_free_space.num6.--adjust,
  .cb_free_space.num7.--adjust,
  .cb_free_space.num8.--adjust,
  .cb_free_space.num9.--adjust,
  .cb_free_space.num10.--adjust,
  .cb_free_space.num11.--adjust,
  .cb_free_space.num12.--adjust {
    padding-top: 40px;
  }
}

.address {
  max-width: 500px;
  width: 50%;
}
.address .emphasis {
  font-size: 30px;
}

/* お問い合わせフォーム */

.c-headline__text {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .c-headline__text {
    font-size: 34px;
  }
}

.c-headline__sub-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-headline__sub-text {
    font-size: 25px;
  }
}

.p-contact {
  padding: 80px 0;
  background-image: url(../img/bg_footer_sp.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media (min-width: 768px) {
  .p-contact {
    padding: 180px 0 85px;
    background-image: url(../img/bg_footer_pc.png);
  }
}

.p-contact__inner {
  width: 1100px;
  margin: auto;
}

/* @media not all and (min-width: 1200px) {
  .p-contact__inner {
    max-width: 1100px;
    margin-inline: 10px;
  }
} */

@media not all and (min-width: 1200px) {
  .p-contact__inner {
    width: 94%;
    margin: auto;
  }
}

.p-contact__headline {
  text-align: center;
  font-family: 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho',
    'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝',
    'MS PMincho', serif;
}

.p-contact__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .p-contact__body {
    flex-direction: row;
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .p-contact__title-wrap {
    width: 475px;
  }
}

.p-contact__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-contact__title {
    font-size: 30px;
    line-height: 1.67;
  }
}

.p-contact__address-list {
  margin-top: 36px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-contact__address-list {
    margin-top: 47px;
    font-size: 18px;
    line-height: 1.67;
  }
}

.p-contact__form-head {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-contact__form-head {
    font-size: 18px;
  }
}

.p-contact__form-wrap {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .p-contact__form-wrap {
    flex: 1;
    margin-top: 0;
    margin-left: 75px;
  }
}

.p-contact__form-group + .p-contact__form-group {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-contact__form-group + .p-contact__form-group {
    margin-top: 55px;
  }
}

.p-contact__form-content {
  margin-top: 10px;
}

.p-contact__form-select {
  width: 259px;
  padding: 9px 25px;
  background-color: #f3f3f3;
  border: solid 1px #1f1f1f;
  border-radius: 10px;
}

.p-contact__form-input {
  width: 100%;
  padding: 9px 25px;
  background-color: #f3f3f3;
  border: solid 1px #1f1f1f;
  border-radius: 10px;
}

.p-contact__form-textarea {
  width: 100%;
  min-height: 456px;
  padding: 9px 25px;
  background-color: #f3f3f3;
  border: solid 1px #1f1f1f;
  border-radius: 10px;
}

.p-contact__privacy-policy {
  height: 100px;
  padding: 16px 12px;
  overflow-y: scroll;
  font-family: sans-serif;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #1f1f1f;
  border-radius: 10px;
}

.p-contact__privacy-policy-list {
  margin-top: 20px;
}

.p-contact__privacy-policy-head {
  font-weight: 600;
}

.p-contact__privacy-policy-item + .p-contact__privacy-policy-item {
  margin-top: 15px;
}

.p-contact__form-check-box {
  display: flex;
  align-items: center;
  margin-top: 34px;
}
@media (min-width: 768px) {
  .p-contact__form-check-box {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
  }
}

.p-contact__form-check {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .p-contact__form-check {
    width: 30px;
    height: 30px;
  }
}

.p-contact__form-check-text {
  margin-left: 8px;
  font-weight: 600;
  color: #000000;
}
@media (min-width: 768px) {
  .p-contact__form-check-text {
    margin-left: 17px;
  }
}

.p-contact__button-wrap {
  margin-top: 58px;
  font-size: 18px;
  font-weight: 600;
}

.p-contact__button-wrap:hover {
  opacity: 0.8;
}

.p-contact__button-wrap.-confirm {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-contact__button-wrap.-confirm {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .p-contact__button-wrap {
    margin-top: 64px;
    font-size: 25px;
  }
}

.p-contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 297px;
  height: 75px;
  margin: auto;
  letter-spacing: 0.1em;
  background-color: #fdbd30;
  border-radius: 999px;
}
@media (min-width: 768px) {
  .p-contact__button {
    width: 432px;
    height: 110px;
    margin: 0;
    font-size: 25px;
    font-weight: 600;
  }
}

.p-contact__form-validation {
  margin: 10px 0;
  font-size: 14px;
  color: #fe0001;
}

.p-contact__form-validation:empty {
  display: none;
}

.p-contact__modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
}

.p-contact__modal-wrap::after {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.p-contact__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000b3;
}

.p-contact__modal-header {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border-bottom: solid 3px #eee;
}

.p-contact__modal-body {
  margin-top: 40px;
}

.p-contact__modal-content {
  z-index: 20;
  display: inline-block;
  width: min(80%, 800px);
  padding: 20px;
  margin: 10% auto;
  vertical-align: middle;
  background-color: #fff;
  border: 3px solid #000;
  box-shadow: -5px 5px #fdbd30, 5px -5px #fdbd30;
  animation-name: modalOpen;
  animation-duration: 0.5s;
}

.p-contact__form-check-emphasis {
  text-decoration: underline;
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.p-contact__form-privacy-policy {
  font-weight: 800;
  cursor: pointer;
}

.p-contact__form-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000b3;
}

.p-contact__form-modal-header {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.p-contact__form-modal-body {
  margin-top: 40px;
}

.p-contact__form-modal-content {
  z-index: 20;
  display: inline-block;
  width: min(90%, 1000px);
  height: 70%;
  padding: 20px;
  overflow: auto;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: -5px 5px #01ded5, 5px -5px #ef1c4f;
  animation-name: modalOpen;
  animation-duration: 0.5s;
}

.p-contact__form-modal-close {
  font-size: 30px;
  color: #666;
  text-align: end;
  cursor: pointer;
}

.p-contact__form-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
}

.p-contact__form-modal-wrap::after {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.p-contact__fix-button {
  min-width: 206px;
  padding: 10px 40px;
  background-color: #f5f0ed;
  border-radius: 30px;
}

.p-contact__submit-button {
  min-width: 206px;
  padding: 10px 40px;
  background-color: #fdbd30;
  border-radius: 30px;
}

#footer_logo img {
  max-width: 298px;
}

@media (max-width: 1201px) {
  #main_col {
    width: auto;
    margin-inline: 10px;
  }
}
