html, body, 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,
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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

p {
  margin: 1em 0;
}

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

strong {
  font-weight: bold;
}

html {
  overflow-y: scroll;
  scroll-padding-top: 72px;
}

img {
  max-width: 100%;
}

ol {
  padding-left: 1.2em;
}

.wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 1100px) {
  .wrapper {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 8px;
  }
}

.word_wrap {
  display: inline-block;
  font-weight: inherit;
}

.txt_mr {
  display: inline-block;
  margin-right: 2em;
}

.al_r {
  text-align: right;
}

.hide {
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.hide span {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.panel_link {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0.5em 4.5em 0.6em 2.8em;
  background: #000;
  color: #FFF;
  border-radius: 0 1em 1em 0;
  font-weight: normal !important;
  font-size: 87.5%;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  .panel_link {
    font-size: 100%;
  }
}
.panel_link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 100%;
  border-radius: 50%;
  background: #FFF;
  transform: translateX(-50%);
}
.panel_link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 5px;
  height: 7px;
  background: url("/img/icon_arrow.png") center center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}

.panel_link_shadow {
  display: inline-block;
  color: #323232;
  padding: 0.82em 5.4em 1.2em;
  background: url("/img/bg_panel_link.png") center center no-repeat;
  background-size: 100% 100%;
  font-family: "Times New Roman";
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  .panel_link_shadow {
    padding: 1em 4.44em 1.3em;
  }
}

.btn_link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0.82em 3.19em 0.74em;
  background: #003C64;
  color: #FFF;
  font-size: 70%;
  transition: inherit;
}
.btn_link span {
  font-weight: bold;
}
.btn_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 120%;
  height: 100%;
  background: #FFF;
  transform: skewX(-25deg);
}
.btn_link:hover {
  opacity: 1;
  border: 1px #003C64 solid;
  padding: calc(0.82em - 1px) calc(3.19em - 1px) calc(0.74em - 1px);
}
.btn_link:hover span {
  position: relative;
  z-index: 1;
  color: #003C64;
}
.btn_link:hover::before {
  animation: skewanime 0.5s forwards;
}
@media screen and (max-width: 768px) {
  .btn_link {
    padding: 0.5em 3.3em 0.5em 2.5em;
    font-size: 62.5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .btn_link {
    font-size: 71.4285714286%;
  }
}

@keyframes skewanime {
  100% {
    left: -10%;
  }
}
.breadcrumb {
  background: #323232;
}
.breadcrumb .nav ol {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.breadcrumb .nav ol li {
  padding: 0 0.5em;
  color: #FFF;
}
.breadcrumb .nav ol li a {
  color: #FFF;
}
.breadcrumb .nav ol li + li {
  position: relative;
  margin-left: 1em;
}
.breadcrumb .nav ol li + li::before {
  content: ">";
  position: absolute;
  left: -0.8em;
  top: 0;
}

.page_ttl {
  border-bottom: 1px #323232 solid;
}
.page_ttl .inner {
  line-height: 1.5;
  font-size: 400%;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  .page_ttl .inner {
    font-size: 457.1428571429%;
  }
}
@media screen and (max-width: 1100px) {
  .page_ttl .inner {
    font-size: 350%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .page_ttl .inner {
    font-size: 400%;
  }
}
@media screen and (max-width: 936px) {
  .page_ttl .inner {
    font-size: 300%;
  }
}
@media screen and (max-width: 936px) and (max-width: 768px) {
  .page_ttl .inner {
    font-size: 342.8571428571%;
  }
}
@media screen and (max-width: 768px) {
  .page_ttl .inner {
    font-size: 250%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .page_ttl .inner {
    font-size: 285.7142857143%;
  }
}
@media screen and (max-width: 480px) {
  .page_ttl .inner {
    font-size: 175%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .page_ttl .inner {
    font-size: 200%;
  }
}

.catch {
  margin: 0;
  line-height: 1.5;
}
.catch strong {
  font-weight: normal;
  font-size: 525%;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  .catch strong {
    font-size: 600%;
  }
}
@media screen and (max-width: 1100px) {
  .catch strong {
    font-size: 400%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .catch strong {
    font-size: 457.1428571429%;
  }
}
@media screen and (max-width: 936px) {
  .catch strong {
    font-size: 350%;
  }
}
@media screen and (max-width: 936px) and (max-width: 768px) {
  .catch strong {
    font-size: 400%;
  }
}
@media screen and (max-width: 768px) {
  .catch strong {
    font-size: 250%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .catch strong {
    font-size: 285.7142857143%;
  }
}
@media screen and (max-width: 480px) {
  .catch strong {
    font-size: 175%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .catch strong {
    font-size: 200%;
  }
}

._ver2023 .catch {
  margin-bottom: 1.5em;
}
._ver2023 .catch strong {
  font-size: 350%;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  ._ver2023 .catch strong {
    font-size: 400%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  ._ver2023 .catch strong {
    font-size: 457.1428571429%;
  }
}
@media screen and (max-width: 936px) {
  ._ver2023 .catch strong {
    font-size: 350%;
  }
}
@media screen and (max-width: 936px) and (max-width: 768px) {
  ._ver2023 .catch strong {
    font-size: 400%;
  }
}
@media screen and (max-width: 768px) {
  ._ver2023 .catch strong {
    font-size: 250%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  ._ver2023 .catch strong {
    font-size: 285.7142857143%;
  }
}
@media screen and (max-width: 480px) {
  ._ver2023 .catch strong {
    font-size: 175%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  ._ver2023 .catch strong {
    font-size: 200%;
  }
}

.catch2 {
  margin: 0;
  line-height: 1.5;
  font-size: 200%;
}
@media screen and (max-width: 768px) {
  .catch2 {
    font-size: 228.5714285714%;
  }
}
@media screen and (max-width: 1100px) {
  .catch2 {
    font-size: 150%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .catch2 {
    font-size: 171.4285714286%;
  }
}
@media screen and (max-width: 936px) {
  .catch2 {
    font-size: 137.5%;
  }
}
@media screen and (max-width: 936px) and (max-width: 768px) {
  .catch2 {
    font-size: 157.1428571429%;
  }
}
@media screen and (max-width: 480px) {
  .catch2 {
    font-size: 125%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .catch2 {
    font-size: 142.8571428571%;
  }
}

.rl_area {
  display: flex;
}
.rl_area .inner {
  width: 100%;
  text-align: center;
}
.rl_area.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .rl_area {
    display: block;
  }
}

.three_col {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  max-width: 1131px;
  margin: 0 auto;
}
.three_col .sec {
  position: relative;
  box-sizing: border-box;
  width: 30.5%;
  max-width: 346px;
  padding: 25px 3%;
  background: #FFF;
}
.three_col .sec + .sec {
  margin-left: 4.2%;
}
@media screen and (max-width: 768px) {
  .three_col {
    display: block;
  }
  .three_col .sec {
    width: 100%;
    max-width: none;
  }
  .three_col .sec + .sec {
    margin-top: 24px;
    margin-left: 0;
  }
}

.map_wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 50%;
}
.map_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .map_wrap {
    padding-top: 46.1538461538%;
  }
}

table.noborder {
  line-height: 1.5;
  border: none;
  font-family: "Times New Roman";
  font-size: 100%;
}
table.noborder th, table.noborder td {
  padding: 0.2em;
  border: none;
  text-align: left;
}
table.noborder th {
  min-width: 5em;
  padding-right: 1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  table.noborder {
    font-size: 114.2857142857%;
  }
}

.parts_contact {
  margin: 92px 0 0;
  text-align: center;
}
.parts_contact .inner {
  display: inline-block;
  text-align: left;
}
.parts_contact .inner strong {
  font-size: 150%;
}
@media screen and (max-width: 768px) {
  .parts_contact .inner strong {
    font-size: 171.4285714286%;
  }
}
@media screen and (max-width: 768px) {
  .parts_contact {
    margin-top: 41px;
  }
  .parts_contact .inner {
    display: block;
    text-align: center;
  }
  .parts_contact .inner strong {
    font-size: 87.5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .parts_contact .inner strong {
    font-size: 100%;
  }
}

.step {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.step li {
  width: 24.3980738363%;
  line-height: 1.3;
  font-size: 106.25%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .step li {
    font-size: 121.4285714286%;
  }
}
.step li .img_wrap {
  margin: 0 0 30px;
  text-align: center;
}
.step li + li {
  position: relative;
}
.step li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 33%;
  left: calc((17% + 51px) * -1);
  width: 51px;
  height: 37px;
  background: url("/img/icon_arrow_step.png") left top no-repeat;
}
@media screen and (max-width: 1100px) {
  .step li + li::before {
    top: 23%;
    left: calc((13% + 51px) * -1);
  }
}
@media screen and (max-width: 768px) {
  .step {
    display: block;
  }
  .step li {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 87.5%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .step li {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .step li .img_wrap {
    width: 40%;
    margin: 0 16px 0 0;
  }
  .step li .inner_text {
    flex: 1;
  }
  .step li + li {
    margin: 46px 0 0;
  }
  .step li + li::before {
    top: -40px;
    left: 0;
    right: 0;
    width: 24.95px;
    height: 18.71px;
    margin: auto;
    background-size: contain;
    transform: rotate(90deg);
  }
}

form input[type=text],
form input[type=tel],
form input[type=email],
form select,
form textarea {
  padding: 0.8em 0.4em;
  border: none;
  border-bottom: 4px #003C64 solid;
  border-radius: 4px;
  font: inherit;
}

#cover {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.modal_inner {
  height: 1px;
  overflow: hidden;
}
.modal_inner.active {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 30000;
  box-sizing: border-box;
  width: calc(100% - 32px);
  max-width: 900px;
  height: auto;
  max-height: 90%;
  padding: 8px 0 0;
  background: #FFF;
  transform: translate(-50%, -50%);
  border: 2px #CCC solid;
  border-radius: 16px;
}
.modal_inner.active .modal_ttl {
  padding: 0 16px;
  font-size: 110%;
}
.modal_inner.active .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: none;
  border-radius: 2px;
  background: #888;
}
.modal_inner.active .close::before, .modal_inner.active .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 4px;
  background: #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_inner.active .close span {
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.modal_inner.active .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_inner.active .modal_body {
  box-sizing: border-box;
  height: calc(100% - 1.2em);
  padding: 16px;
  overflow-y: auto;
  text-align: left;
}
.modal_inner.active .modal_body p {
  margin: 0;
}
.modal_inner.active .modal_body li + li {
  margin-top: 8px;
}

.bg_scroll {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.bg_scroll img {
  position: absolute;
  width: 100%;
  left: 0;
  top: -28%;
  transition: all 8s linear 0s;
}

.bg_scroll_v {
  position: relative;
  padding-top: 101%;
  overflow: hidden;
}
.bg_scroll_v img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0%;
}

.pagenation {
  margin: 24px 0;
}
.pagenation__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.pagenation__list__item {
  margin: 0 0.3em;
  line-height: 1;
}
.pagenation__list__item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  background: #E5E5E5;
}
.pagenation__list__item__link--current {
  border: 1px #323232 solid;
  background: #FFF;
}
.pagenation__list__item__link--disabled {
  background: #FFF;
}

.def_page {
  overflow: hidden;
  padding-bottom: 48px;
}
.def_page .text-b {
  font-weight: bold;
}
.def_page .text-i {
  font-style: italic;
}
.def_page em {
  font-style: italic;
}
.def_page h1 {
  line-height: 1.2;
  margin: 40px 0 16px;
  font-size: 3em;
  font-weight: bold;
  font-family: "Times New Roman";
}
.def_page h2 {
  line-height: 1.2;
  margin: 40px 0 16px;
  font-size: 2.5em;
  font-weight: bold;
  font-family: "Times New Roman";
  color: #4A5879;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.def_page h3 {
  line-height: 1.2;
  margin: 40px 0 8px;
  font-size: 1.8em;
  font-family: "Times New Roman";
  position: relative;
  padding-left: 1em;
  font-style: italic;
}
.def_page h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background: #323232;
}
.def_page h4 {
  line-height: 1.2;
  margin: 16px 0 8px;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Times New Roman";
}
.def_page h5 {
  line-height: 1.2;
  margin: 16px 0 8px;
  font-size: 1.25em;
  font-weight: bold;
  font-family: "Times New Roman";
}
.def_page h6 {
  line-height: 1.2;
  margin: 16px 0 8px;
  font-size: 1.25em;
  font-weight: bold;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  .def_page h1 {
    font-size: 250%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .def_page h1 {
    font-size: 285.7142857143%;
  }
}
@media screen and (max-width: 768px) {
  .def_page h2 {
    font-size: 225%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .def_page h2 {
    font-size: 257.1428571429%;
  }
}
@media screen and (max-width: 768px) {
  .def_page h3 {
    font-size: 175%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .def_page h3 {
    font-size: 200%;
  }
}
@media screen and (max-width: 768px) {
  .def_page h4 {
    font-size: 150%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .def_page h4 {
    font-size: 171.4285714286%;
  }
}
@media screen and (max-width: 768px) {
  .def_page h5, .def_page h6 {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .def_page h5, .def_page h6 {
    font-size: 114.2857142857%;
  }
}
.def_page ul, .def_page ol {
  padding-left: 30px;
}
.def_page li + li {
  margin-top: 0.5em;
}
.def_page a {
  color: #003C64;
  text-decoration: underline;
}
.def_page blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.def_page img {
  height: auto;
  max-width: 100%;
}
.def_page .aligncenter {
  display: block;
  margin: 0 auto;
}
.def_page .alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.def_page .alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.def_page .wp-caption {
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}
.def_page .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.def_page .wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.def_page .is-style-clear {
  overflow: hidden;
}
.def_page .has-text-align-center {
  text-align: center;
}
.def_page .has-text-align-right {
  text-align: right;
}
.def_page .wp-block-table table {
  margin: 48px auto;
  border-collapse: collapse;
}
.def_page .wp-block-table table th, .def_page .wp-block-table table td {
  border: 1px #888 solid;
  padding: 0.5em 1em;
  text-align: left;
}
.def_page .wp-block-table table tr:nth-child(odd) {
  background: #EEE;
}
.def_page .fam_check_box {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 40px auto;
}
.def_page .fam_check_box li {
  position: relative;
  box-sizing: border-box;
  width: 45%;
  margin: 0.4em 2.5%;
  padding-left: 2.5em;
  font-size: 112.5%;
}
@media screen and (max-width: 768px) {
  .def_page .fam_check_box li {
    font-size: 128.5714285714%;
  }
}
.def_page .fam_check_box li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  height: 2em;
  background: url("/img/check.svg") left top no-repeat;
}
@media screen and (max-width: 480px) {
  .def_page .fam_check_box li {
    width: 97%;
    margin-left: 3%;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 800px;
  line-height: 1;
}
.nav-links .page-numbers {
  display: inline-block;
  box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;
  margin: 0 1%;
  padding: 0.2em 0.5em;
}
.nav-links .page-numbers.current {
  color: #FFF;
  border-radius: 50%;
  background: #003C64;
}
.nav-links .page-numbers.prev, .nav-links .page-numbers.next {
  width: auto;
}
.nav-links a {
  color: inherit;
}

html.menu_open_body {
  overflow: hidden;
}

body {
  position: relative;
  line-height: 2em;
  min-width: 320px;
  overflow: hidden;
  padding: 99px 0 0;
  background: #FFF;
  color: #323232;
  font-family: "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background: #FFF;
}
@media screen and (max-width: 936px) {
  body {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 75px;
    min-width: 320px;
    font-size: 87.5%;
  }
}

a {
  color: #000;
  font-weight: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in 0s;
}
a:hover {
  color: #003C64;
  opacity: 0.8;
}

#header .inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 22px 0;
  background: #FFF;
  transition: all 0.2s ease-in 0s;
}
#header .inner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .inner .wrapper #site_name {
  margin: 0;
  line-height: 1.15;
  font-size: 125%;
  color: #003C64;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #header .inner .wrapper #site_name {
    font-size: 142.8571428571%;
  }
}
#header .inner .wrapper #site_name a {
  color: #003C64;
}
#header .inner .wrapper #site_name a:hover {
  opacity: 1;
}
#header .inner .wrapper .phone .inner_wrap {
  display: flex;
  align-items: center;
  margin: 0;
  color: #003C64;
  font-weight: bold;
  font-size: 206.25%;
  transition: all 0.2s ease-in 0s;
}
@media screen and (max-width: 768px) {
  #header .inner .wrapper .phone .inner_wrap {
    font-size: 235.7142857143%;
  }
}
#header .inner .wrapper .phone .inner_wrap img {
  transition: all 0.2s ease-in 0s;
}
#header .inner .wrapper .phone .inner_wrap img + img {
  margin: 0 25px 0 13px;
}
#header .inner .wrapper .phone .inner_wrap a {
  color: #003C64;
}
#header #global {
  margin: 30px 0 0;
  background: #E3DFD6;
}
#header #global ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  max-width: 995px;
  margin: 0 auto;
  padding: 0 7px 5px;
  background: #FFF;
}
#header #global ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 240px;
  height: 100%;
  padding: 0.313rem 0;
  background: #E3DFD6;
  font-size: 159.375%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #header #global ul li a {
    font-size: 182.1428571429%;
  }
}
#header #global ul li + li {
  margin-left: 7px;
}
#header #global ul li.menu2 a, #header #global ul li.menu3 a {
  font-size: 143.75%;
}
@media screen and (max-width: 768px) {
  #header #global ul li.menu2 a, #header #global ul li.menu3 a {
    font-size: 164.2857142857%;
  }
}
@media screen and (max-width: 1100px) {
  #header #global ul.main_menu li {
    width: 100%;
  }
  #header #global ul.main_menu li a {
    width: auto;
    padding: 0 8px;
    font-size: 125%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  #header #global ul.main_menu li a {
    font-size: 142.8571428571%;
  }
}
@media screen and (max-width: 936px) {
  #header .inner {
    padding: 8px 0;
  }
  #header .inner .wrapper {
    padding-right: 56px;
  }
  #header .inner .wrapper .phone .inner_wrap {
    font-size: 175%;
  }
}
@media screen and (max-width: 936px) and (max-width: 768px) {
  #header .inner .wrapper .phone .inner_wrap {
    font-size: 200%;
  }
}
@media screen and (max-width: 936px) {
  #header .inner .wrapper .phone .inner_wrap img {
    height: 1.3em;
  }
  #header .inner .wrapper .phone .inner_wrap img + img {
    margin: 0 12px 0 8px;
  }
  #header #global {
    margin-top: 12px;
  }
  #header #global ul {
    display: block;
    margin-top: 0;
    opacity: 0;
    position: fixed;
    left: 100%;
    text-align: left;
  }
  #header #global ul li {
    display: block !important;
    margin: 0 0 0 10% !important;
    transition: all 1s ease 0s;
    opacity: 0;
    transform: translateX(60%);
    text-align: left;
  }
  #header #global ul li a {
    color: #FFF;
    display: none;
    padding-left: 8px;
    background: none;
    text-align: left;
  }
  #header #global ul li:hover {
    padding-left: 8px;
  }
  #header #global ul li + li {
    margin-top: 24px !important;
  }
  #header #global #menu_open {
    display: inline-block;
    border: none;
    background: none;
    font: inherit;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 110;
    width: 30px;
    height: 30px;
    overflow: hidden;
  }
  #header #global #menu_open::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    width: 100%;
    height: 4px;
    border-radius: 9999px;
    background: #003C64;
    transition: all 1s ease 0s;
  }
  #header #global #menu_open span {
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 100%;
    height: 4px;
    border-radius: 9999px;
    background: #003C64;
    transition: all 1s ease 0s;
  }
  #header #global #menu_open::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    right: 0;
    width: 100%;
    height: 4px;
    border-radius: 9999px;
    background: #003C64;
    transition: all 1s ease 0s;
  }
}
@media screen and (max-width: 768px) {
  #header .inner .wrapper {
    flex-wrap: wrap;
  }
  #header .inner .wrapper .site_name_wrap {
    width: 100%;
  }
  #header .inner .wrapper .phone {
    margin-top: 8px;
  }
  #header .inner .wrapper .phone .inner_wrap {
    margin-left: 1em;
  }
  #header .inner .wrapper .phone .inner_wrap img {
    height: 1em;
  }
  #header .inner .wrapper .phone .inner_wrap img + img {
    margin-right: 8px;
  }
  #header #global #menu_open {
    top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #header .inner .wrapper .site_name_wrap #site_name {
    font-size: 93.75%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  #header .inner .wrapper .site_name_wrap #site_name {
    font-size: 107.1428571429%;
  }
}
@media screen and (max-width: 480px) {
  #header .inner .wrapper .phone .inner_wrap {
    margin-left: 0;
    font-size: 150%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  #header .inner .wrapper .phone .inner_wrap {
    font-size: 171.4285714286%;
  }
}
@media screen and (max-width: 480px) {
  #header #global ul.main_menu li {
    margin-left: 0 !important;
  }
  #header #global ul.main_menu li a {
    font-size: 125%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  #header #global ul.main_menu li a {
    font-size: 142.8571428571%;
  }
}
@media screen and (max-width: 360px) {
  #header .inner .wrapper .site_name_wrap #site_name {
    font-size: 87.5%;
  }
}
@media screen and (max-width: 360px) and (max-width: 768px) {
  #header .inner .wrapper .site_name_wrap #site_name {
    font-size: 100%;
  }
}

#header._ver2023 #global ul {
  max-width: 1245px;
}

body.top_test #header._ver2023 .phone,
body.top #header._ver2023 .phone {
  display: none;
}
@media screen and (max-width: 768px) {
  body.top_test #header._ver2023 .phone,
  body.top #header._ver2023 .phone {
    display: block;
  }
}

html.menu_open_body body {
  overflow: hidden;
}
html.menu_open_body #header {
  height: 100%;
}
html.menu_open_body #header #global #menu_open::before {
  transform: rotate(225deg);
  top: 35%;
  width: 100%;
  background: #FFF !important;
}
html.menu_open_body #header #global #menu_open span {
  transform: rotate(180deg);
  opacity: 0;
  background: #FFF !important;
}
html.menu_open_body #header #global #menu_open::after {
  transform: rotate(-225deg);
  top: 35%;
  width: 100%;
  background: #FFF !important;
}
html.menu_open_body #header #global ul {
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 105;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  background: #333;
}
html.menu_open_body #header #global ul li {
  opacity: 1;
  transform: translateX(0);
}
html.menu_open_body #header #global ul li a {
  display: inline-block;
}

body.js_scroll #header .inner {
  padding: 8px 0;
}
body.js_scroll #header .inner .phone .inner_wrap {
  font-size: 175%;
}
@media screen and (max-width: 768px) {
  body.js_scroll #header .inner .phone .inner_wrap {
    font-size: 200%;
  }
}
body.js_scroll #header .inner .phone .inner_wrap img {
  height: 1.3em;
}
body.js_scroll #header .inner .phone .inner_wrap img + img {
  margin: 0 12px 0 8px;
}
@media screen and (max-width: 768px) {
  body.js_scroll #header .inner {
    border-bottom: 1px #003C64 solid;
  }
  body.js_scroll #header .inner .phone .inner_wrap img {
    height: 1em;
  }
  body.js_scroll #header .inner .phone .inner_wrap img + img {
    margin: 0 8px;
  }
}
@media screen and (max-width: 480px) {
  body.js_scroll #header .inner .phone .inner_wrap {
    margin-left: 0;
    font-size: 150%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  body.js_scroll #header .inner .phone .inner_wrap {
    font-size: 171.4285714286%;
  }
}

body.sub #header #global {
  margin-top: 0;
}

footer p,
main p {
  font-size: 125%;
}
@media screen and (max-width: 768px) {
  footer p,
  main p {
    font-size: 142.8571428571%;
  }
}
@media screen and (max-width: 768px) {
  footer p,
  main p {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  footer p,
  main p {
    font-size: 114.2857142857%;
  }
}

.visual {
  padding-top: 0;
  height: 400px;
}
.visual img {
  top: -10.125%;
}
@media screen and (max-width: 1100px) {
  .visual img {
    top: -11.4375%;
    width: 120%;
    max-width: none;
  }
}
@media screen and (max-width: 936px) {
  .visual img {
    top: -6.15%;
    width: 150%;
  }
}
@media screen and (max-width: 768px) {
  .visual img {
    top: -7.05%;
    width: 240%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .visual img {
    top: -7.275%;
    width: 320%;
    max-width: none;
  }
}

.top_1 {
  padding: 80px 0;
}
.top_1 .rl_area {
  justify-content: space-around;
}
.top_1 .rl_area .inner {
  max-width: 728px;
}
.top_1 .rl_area .inner .inner_ttl {
  margin-bottom: 16px;
  line-height: 1;
  font-size: 375%;
  font-family: "Times New Roman";
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .top_1 .rl_area .inner .inner_ttl {
    font-size: 428.5714285714%;
  }
}
.top_1 .rl_area .inner .inner_sub_ttl {
  margin: 32px 0 0.2em;
  font-weight: bold;
  font-size: 162.5%;
}
@media screen and (max-width: 768px) {
  .top_1 .rl_area .inner .inner_sub_ttl {
    font-size: 185.7142857143%;
  }
}
.top_1 .rl_area .inner p {
  margin: 0 0 1em;
}
.top_1 .rl_area .inner p .btn_link {
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .top_1 {
    padding: 32px 0;
  }
  .top_1 .rl_area .inner .inner_ttl {
    font-size: 300%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top_1 .rl_area .inner .inner_ttl {
    font-size: 342.8571428571%;
  }
}
@media screen and (max-width: 768px) {
  .top_1 .rl_area .inner .inner_sub_ttl {
    font-size: 125%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top_1 .rl_area .inner .inner_sub_ttl {
    font-size: 142.8571428571%;
  }
}
@media screen and (max-width: 768px) {
  .top_1 .rl_area .inner p .btn_link {
    margin-top: 24px;
  }
  .top_1 .rl_area .img_box {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-top: 32px;
    text-align: right;
  }
  .top_1 .rl_area .img_box img {
    position: absolute;
    left: 0;
    top: -60%;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .top_1 .rl_area .inner .inner_ttl {
    font-size: 225%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .top_1 .rl_area .inner .inner_ttl {
    font-size: 257.1428571429%;
  }
}
@media screen and (max-width: 480px) {
  .top_1 .rl_area .img_box {
    width: 80%;
    margin-left: auto;
  }
  .top_1 .rl_area .img_box img {
    top: -30%;
  }
}

.top_2 {
  padding: 20px 0;
  background: #323232;
}
.top_2 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_2 .wrapper .ttl {
  width: 4em;
  line-height: 1.3;
  font-size: 375%;
  font-family: "Times New Roman";
  color: #E3DFD6;
}
@media screen and (max-width: 768px) {
  .top_2 .wrapper .ttl {
    font-size: 428.5714285714%;
  }
}
.top_2 .wrapper .ttl strong {
  font-weight: normal;
  font-style: italic;
}
.top_2 .wrapper .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70.94%;
}
.top_2 .wrapper .inner .block {
  box-sizing: border-box;
  width: 48.3%;
  padding: 28px 40px;
  margin: 12px 0;
}
.top_2 .wrapper .inner .block .sub_ttl {
  line-height: 1.1;
  font-size: 250%;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  .top_2 .wrapper .inner .block .sub_ttl {
    font-size: 285.7142857143%;
  }
}
.top_2 .wrapper .inner .block.sec1 {
  background: #003C64;
  color: #FFF;
}
.top_2 .wrapper .inner .block.sec2 {
  background: #E3DFD6;
}
.top_2 .wrapper .inner .block.sec3 {
  background: #FFF;
}
.top_2 .wrapper .inner .block.sec4 {
  position: relative;
  padding: 0;
}
.top_2 .wrapper .inner .block.sec4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .top_2 {
    padding: 0;
    overflow: hidden;
  }
  .top_2 .wrapper {
    display: block;
  }
  .top_2 .wrapper .ttl {
    width: auto;
    margin: 32px 0;
    text-align: center;
  }
  .top_2 .wrapper .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_2 .wrapper .ttl {
    font-size: 300%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top_2 .wrapper .ttl {
    font-size: 342.8571428571%;
  }
}
@media screen and (max-width: 768px) {
  .top_2 .wrapper .inner {
    display: block;
  }
  .top_2 .wrapper .inner .block {
    width: 100%;
  }
  .top_2 .wrapper .inner .block .sub_ttl {
    font-size: 200%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top_2 .wrapper .inner .block .sub_ttl {
    font-size: 228.5714285714%;
  }
}
@media screen and (max-width: 768px) {
  .top_2 .wrapper .inner .block.sec4 {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .top_2 .wrapper .ttl {
    font-size: 225%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .top_2 .wrapper .ttl {
    font-size: 257.1428571429%;
  }
}
@media screen and (max-width: 480px) {
  .top_2 .wrapper .inner .block .sub_ttl {
    font-size: 150%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .top_2 .wrapper .inner .block .sub_ttl {
    font-size: 171.4285714286%;
  }
}

.top_3 {
  padding: 80px 0;
  background: #E3DFD6;
  text-align: center;
}
.top_3 .ttl {
  font-size: 375%;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  .top_3 .ttl {
    font-size: 428.5714285714%;
  }
}
.top_3 .ttl + p {
  font-size: 200%;
}
@media screen and (max-width: 768px) {
  .top_3 .ttl + p {
    font-size: 228.5714285714%;
  }
}
.top_3 .three_col {
  font-size: 125%;
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  .top_3 .three_col {
    font-size: 142.8571428571%;
  }
}
.top_3 .three_col .sec {
  padding-bottom: 3.4em;
}
.top_3 .three_col .sec::before {
  content: url(/img/top/icon_comment.png);
  display: block;
  margin-top: 4px;
}
.top_3 .three_col .sec p {
  font-size: 100%;
}
.top_3 .three_col .sec .foot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 2.75em;
  margin: 0 auto;
  border-top: 2px #E3DFD6 solid;
  font-size: 120%;
  font-family: "Times New Roman";
}
.top_3 .three_col .sec .foot::before {
  content: "-";
}
@media screen and (max-width: 768px) {
  .top_3 {
    padding: 32px 0;
  }
  .top_3 .ttl {
    line-height: 1.1;
    font-size: 300%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top_3 .ttl {
    font-size: 342.8571428571%;
  }
}
@media screen and (max-width: 768px) {
  .top_3 .ttl + p {
    font-size: 175%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top_3 .ttl + p {
    font-size: 200%;
  }
}
@media screen and (max-width: 768px) {
  .top_3 .three_col {
    margin-top: 32px;
  }
  .top_3 .three_col .sec {
    padding-bottom: 0;
  }
  .top_3 .three_col .sec::before {
    content: "";
    height: 24px;
    background: url(/img/top/icon_comment.png) center top no-repeat;
    background-size: auto 100%;
  }
  .top_3 .three_col .sec .foot {
    position: static;
    height: auto;
    padding: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .top_3 .ttl {
    font-size: 225%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .top_3 .ttl {
    font-size: 257.1428571429%;
  }
}
@media screen and (max-width: 480px) {
  .top_3 .ttl + p {
    font-size: 150%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .top_3 .ttl + p {
    font-size: 171.4285714286%;
  }
}

.bg_form {
  line-height: 1.2;
  padding: 64px 0;
  background: #003C64;
  color: #FFF;
  text-align: center;
}
.bg_form p {
  line-height: 1.8;
}
.bg_form .inner_catch {
  margin: 0 0 0.5em;
  font-size: 200%;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  .bg_form .inner_catch {
    font-size: 228.5714285714%;
  }
}
.bg_form .ttl {
  margin-bottom: 1em;
  font-size: 300%;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  .bg_form .ttl {
    font-size: 342.8571428571%;
  }
}
.bg_form .form_wrap {
  margin: 40px 0 0;
  padding: 24px;
  background: #FFF;
  color: #323232;
}
.bg_form .form_wrap .form_ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bg_form .form_wrap .form_ul li {
  box-sizing: border-box;
  width: 50%;
  line-height: 1.3;
  padding: 24px 16px;
}
.bg_form .form_wrap .form_ul li input[type=text],
.bg_form .form_wrap .form_ul li input[type=tel],
.bg_form .form_wrap .form_ul li input[type=email],
.bg_form .form_wrap .form_ul li select,
.bg_form .form_wrap .form_ul li textarea {
  box-sizing: border-box;
  width: 100%;
}
.bg_form .form_wrap .form_ul li textarea {
  height: 7em;
}
.bg_form .form_wrap .form_ul li label.radio {
  display: inline-block;
  padding: 0 16px 8px;
}
.bg_form .form_wrap .form_ul li span.required {
  color: #790000;
  margin-left: 4px;
}
.bg_form .form_wrap .form_ul li.flex {
  display: flex;
}
.bg_form .form_wrap .form_ul li.flex label {
  display: block;
  width: 100%;
  padding: 0.8em 0.4em;
}
.bg_form .form_wrap .form_ul li.wide {
  width: 100%;
  text-align: left;
}
.bg_form .form_wrap .privacy_policy_check {
  margin-bottom: 2em;
}
.bg_form .form_wrap .privacy_policy_check [type=checkbox] {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}
.bg_form .form_wrap .privacy_policy_check a {
  text-decoration: underline;
}
.bg_form .form_wrap button[type=submit] {
  display: inline-block;
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em;
  background: #003C64;
  color: #FFF;
  font-weight: bold;
  transition: 0.2s all;
}
.bg_form .form_wrap button[type=submit]:disabled {
  background: #717171;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .bg_form .inner_catch {
    font-size: 150%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bg_form .inner_catch {
    font-size: 171.4285714286%;
  }
}
@media screen and (max-width: 768px) {
  .bg_form .ttl {
    font-size: 200%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bg_form .ttl {
    font-size: 228.5714285714%;
  }
}
@media screen and (max-width: 768px) {
  .bg_form .form_wrap {
    padding: 16px;
  }
  .bg_form .form_wrap .form_ul li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .bg_form .form_wrap li label.radio {
    display: block !important;
  }
  .bg_form .form_wrap li label.radio + label {
    margin-top: 8px;
  }
}

.thumbnail {
  margin: 16px 0;
  height: 400px;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .thumbnail {
    height: 35vh;
  }
}
@media screen and (max-width: 768px) {
  .thumbnail {
    height: 30vw;
  }
}

.twoColumn {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
  padding: 0 16px;
}
.twoColumn__column--left {
  width: 30%;
}
.twoColumn__column--right {
  width: 65%;
}
.twoColumn__column__ttl {
  line-height: 1.5;
  font-size: 400%;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  .twoColumn__column__ttl {
    font-size: 457.1428571429%;
  }
}
.twoColumn__column__news {
  padding: 16px;
}
.twoColumn__column__news li {
  font-size: 120%;
}
.twoColumn__column__news li + li {
  margin-top: 0.8em;
}
@media screen and (max-width: 1100px) {
  .twoColumn__column__ttl {
    font-size: 350%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .twoColumn__column__ttl {
    font-size: 400%;
  }
}
@media screen and (max-width: 936px) {
  .twoColumn__column__ttl {
    font-size: 300%;
  }
}
@media screen and (max-width: 936px) and (max-width: 768px) {
  .twoColumn__column__ttl {
    font-size: 342.8571428571%;
  }
}
@media screen and (max-width: 768px) {
  .twoColumn {
    display: block;
  }
  .twoColumn__column {
    width: 100%;
  }
  .twoColumn__column__ttl {
    font-size: 250%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .twoColumn__column__ttl {
    font-size: 285.7142857143%;
  }
}
@media screen and (max-width: 480px) {
  .twoColumn__column__ttl {
    font-size: 175%;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .twoColumn__column__ttl {
    font-size: 200%;
  }
}

.otherPost {
  border-top: 1px #323232 solid;
}

#footer {
  padding: 80px 0;
  background: #323232;
  color: #E3DFD6;
}
#footer .site_name {
  margin: 0;
  font-weight: bold;
  font-size: 200%;
}
@media screen and (max-width: 768px) {
  #footer .site_name {
    font-size: 228.5714285714%;
  }
}
#footer .information {
  display: flex;
  width: 100%;
  margin: 50px 0 0;
}
#footer .information .ttl {
  line-height: 1.1;
  font-size: 287.5%;
  font-family: "Times New Roman";
}
@media screen and (max-width: 768px) {
  #footer .information .ttl {
    font-size: 328.5714285714%;
  }
}
#footer .information .sub_ttl {
  margin: 0;
  font-size: 125%;
}
@media screen and (max-width: 768px) {
  #footer .information .sub_ttl {
    font-size: 142.8571428571%;
  }
}
#footer .information .sub_ttl.line {
  margin-top: 4.5em;
}
#footer .information .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footer .information .contact,
#footer .information .hours_sns {
  width: 26%;
  margin-left: 7%;
}
#footer .information .contact p.line,
#footer .information .hours_sns p.line {
  display: none;
}
#footer .information .hours_sns {
  width: 37%;
  margin-left: 3%;
}
#footer .information .hours_sns * + .ttl {
  margin-top: 0.75em;
}
#footer .information .hours_sns .sns {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin: 32px 0 0;
  transform: translateX(-11px);
}
#footer .information .hours_sns .sns li + li {
  margin-left: 15px;
}
@media screen and (max-width: 1100px) {
  #footer .site_name {
    font-size: 150%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  #footer .site_name {
    font-size: 171.4285714286%;
  }
}
@media screen and (max-width: 1100px) {
  #footer .information .ttl {
    font-size: 225%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  #footer .information .ttl {
    font-size: 257.1428571429%;
  }
}
@media screen and (max-width: 1100px) {
  #footer .information .contact,
  #footer .information .hours_sns {
    width: 33%;
    margin-left: 3%;
  }
}
@media screen and (max-width: 936px) {
  #footer .information .contact,
  #footer .information .hours_sns {
    width: 43%;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 32px 0;
  }
  #footer .information {
    margin-top: 0;
    flex-wrap: wrap;
  }
  #footer .information .sub_ttl {
    margin-top: 1em;
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #footer .information .sub_ttl {
    font-size: 114.2857142857%;
  }
}
@media screen and (max-width: 768px) {
  #footer .information .img {
    position: relative;
    order: 3;
    width: 100%;
    padding-top: 40%;
    overflow: hidden;
    margin-top: 1em;
  }
  #footer .information .img img {
    object-fit: inherit;
    position: absolute;
    top: -40%;
    left: 0;
    width: 100%;
    height: auto;
  }
  #footer .information .contact,
  #footer .information .hours_sns {
    margin-top: 24px;
    width: 100%;
  }
  #footer .information .contact * + .ttl,
  #footer .information .hours_sns * + .ttl {
    margin-top: 1em;
  }
  #footer .information .contact .ttl {
    width: 100%;
  }
  #footer .information .contact .sub_ttl.line {
    display: none;
  }
  #footer .information .contact .sub_ttl.line + p {
    display: none;
  }
  #footer .information .contact p.line {
    display: block;
    margin-top: 1em;
  }
  #footer .information .contact p.line a {
    color: #E3DFD6;
    text-decoration: underline;
  }
}

#footer._ver2023 .information .sub_ttl.line {
  margin-top: 0;
}
#footer._ver2023 .information .hours_sns * + .ttl {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #footer._ver2023 .information .hours_sns * + .ttl {
    margin-top: 24px;
  }
}
#footer._ver2023 .information .wad {
  margin-top: 2.5em;
}

@media screen and (min-width: 769px) {
  .mq_show {
    display: none;
  }
  #menu_open {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mq_hide {
    display: none;
  }
  .mq_show {
    display: block;
    position: static;
    width: auto;
    height: auto;
  }
  span.mq_show {
    display: inline;
  }
}

/*# sourceMappingURL=style.css.map */
