@charset "UTF-8";
.normal {
  font-family: "Noto serif JP", serif;
  font-weight: 400;
}

.normal2 {
  font-family: "Noto sans JP", sans-serif;
}

.bold {
  font-weight: 700 !important;
}

.row, .rows > *, .rowss > * > * {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}

.row > *, .rows > * > *, .rowss > * > * > * {
  flex: 1 1 auto;
}

.col, .cols > * {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.row.fixedrow {
  align-items: flex-start;
}

.row.fixedrow > * {
  flex: 1 0 0%;
}

.row.fixedrow > * + * {
  margin-left: 15px;
}

@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .only-m {
    display: none;
  }
  .pc-row, .pc-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .pc-row > *, .pc-rows > * > * {
    flex: 1 0 0%;
  }
  .pc-col, .pc-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .only-pc {
    display: none;
  }
  main * {
    max-width: 100%;
  }
  .m-row, .m-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .m-row > *, .m-rows > * > * {
    flex: 1 1 auto;
  }
  .m-col, .m-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
.fit {
  flex: 0 0 auto !important;
}

/*-----------------------------------------------------------------*/
/*リセット*/
/*-----------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  /* remember to define focus styles! */
  outline: 0;
}

body {
  background: #fff;
  line-height: 1;
  position: relative;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

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

hr {
  display: none;
}

main {
  display: block;
}

figure {
  margin: 0 !important;
}
figure img:not([width]):not([height]) {
  width: 100%;
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr0 {
    max-width: 1920px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr {
    max-width: 1100px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr2 {
    max-width: 990px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .inr3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  .inr3 {
    max-width: 780px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  .m-noinr {
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: none !important;
  }
}

h1, h2, h3, h4, h5, h6, a, p, span {
  font-family: "Noto sans JP", sans-serif;
}

main section p {
  font-family: "Noto sans JP", sans-serif;
}

strong {
  font-weight: 700 !important;
}
strong small {
  font-family: "Noto sans JP", sans-serif;
}

a {
  color: inherit;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.only-img {
  font-size: 0px;
  line-height: 0px;
}

address {
  font-style: normal;
}

nav {
  display: block;
}

small {
  font-size: 80%;
}

.cf:after {
  display: block;
  clear: both;
  content: "";
}

.css-att {
  display: none;
}

html[class] {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

/*-----------------------------------------------------------------*/
/*サイト基本規則*/
/*-----------------------------------------------------------------*/
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  html {
    font-size: 14px;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  html {
    font-size: 17px;
  }
}

body {
  font-family: "Noto serif JP", serif;
  font-weight: 400;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  body {
    min-width: 360px;
  }
}

@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  img {
    max-width: 100%;
  }
}

img:not([width]):not([height]) {
  width: auto;
  height: auto;
  max-width: 100%;
}

img.noimg {
  background: url(/wp-content/themes/custom/img/noimg.jpg) no-repeat center /cover rgba(0, 0, 0, 0.1);
  border: 0;
}

span[style*=background-image] {
  display: inline-block;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

span.vimg[style*=background-image],
.vimgs span[style*=background-image] {
  padding-top: 133.3333333333%;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a:hover, a:hover:before {
  text-decoration: underline;
}

label {
  cursor: pointer;
}

.none {
  display: none;
}

/*-----------------------------------------------------------------*/
/*サイト個別規則*/
/*-----------------------------------------------------------------*/
p {
  line-height: 1.5;
}

header {
  background-color: rgba(255, 255, 255, 0.5);
}
header .header-content {
  align-items: center;
}
header .header-content .topmenu {
  align-items: center;
}
header .header-content .header-info {
  justify-content: flex-end;
  align-items: center;
}
header .header-content .header-info * {
  flex: 0 1 auto;
  font-weight: bold;
  font-family: "UD新ゴNT M";
}
header .header-content .header-info .tel {
  background-color: black;
  position: relative;
  color: white;
  padding: 0.5em 2em;
}
header .header-content .header-info .tel img {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 5%;
}
header .header-content .header-info .contact_link {
  position: relative;
  color: white;
  padding: 0.5em 3em;
  width: 15vw;
}
header .header-content .header-info .contact_link img {
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 7%;
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  header .header-content ul#topmenu_contents {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 90px 30px 30px 30px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-100vh);
    transition: all 1s;
  }
  header .header-content ul#topmenu_contents > li {
    text-align: center;
  }
  header .header-content ul#topmenu_contents > li > a {
    display: block;
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
  }
  header .header-content ul#topmenu_contents > li.current > a::before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    margin-right: 5px;
    vertical-align: middle;
    background: url(/wp-content/themes/custom/img/000001-lhdr01.svg) no-repeat center/contain;
    position: relative;
    top: -2px;
  }
  header .header-content ul#topmenu_contents > li > ul {
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 80%;
    padding-bottom: 15px;
  }
  header .header-content ul#topmenu_contents > li > ul > li {
    flex: 0 0 50%;
  }
  header .header-content ul#topmenu_contents > li > ul > li > a {
    display: block;
    padding: 5px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  header .header-content ul#topmenu_contents {
    align-items: stretch;
  }
  header .header-content ul#topmenu_contents > li {
    text-align: center;
    position: relative;
    margin: 5px 0;
    padding-top: 5px;
    letter-spacing: 0.2em;
  }
  header .header-content ul#topmenu_contents > li > a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  header .header-content ul#topmenu_contents > li > a:hover {
    text-decoration: none;
  }
  header .header-content ul#topmenu_contents > li.current > a::before {
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    margin-right: 5px;
    vertical-align: middle;
    background: url(/wp-content/themes/custom/img/000001-lhdr01.svg) no-repeat center/contain;
    position: relative;
    top: -2px;
  }
  header .header-content ul#topmenu_contents > li > ul {
    position: absolute;
    z-index: 999;
    top: calc(3em + 10px);
    max-width: none;
    width: 12em;
    background: rgba(255, 255, 255, 0.7);
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 20px 15px 10px 15px;
    transition: all 0.6s;
  }
  header .header-content ul#topmenu_contents > li > ul > li {
    text-align: left;
    border-bottom: 1px solid #aaa;
  }
  header .header-content ul#topmenu_contents > li > ul > li > a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0;
  }
  header .header-content ul#topmenu_contents > li:hover > ul {
    opacity: 1;
    max-height: 20em;
  }
}
header .header-content .logo_m {
  width: 72px;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  header {
    padding: 10px 0 30px 0;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  header h1 {
    text-align: left;
    position: relative;
    width: 50%;
  }
}
header ul li {
  text-align: center;
}
header .menu-title {
  position: fixed;
  z-index: 100;
  transition: all 0.4s;
  top: 50px;
  right: 15px;
  padding: 0px 0px;
  font-family: "Noto sans JP", sans-serif;
  font-size: 120%;
  font-weight: 700;
}
header .menu-title2 {
  display: none;
  position: fixed;
  z-index: 100;
  transition: all 0.4s;
  top: 50px;
  right: 15px;
  padding: 0px 0px;
  font-family: "Noto sans JP", sans-serif;
  font-size: 120%;
}

footer {
  background-color: black;
}
footer * {
  font-family: "Noto sans JP", sans-serif;
  text-align: center;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  footer * {
    font-size: 100%;
    color: white;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer {
    padding-bottom: 6.5vh;
  }
}
footer .pgtop {
  position: fixed;
  z-index: 5;
  transition: all 1s;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  footer .pgtop {
    right: 10px;
    bottom: -90px;
    width: 120px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer .pgtop {
    right: 10px;
    bottom: -90px;
    width: 80px;
  }
}
footer .access {
  margin-inline: 2em;
  text-align: left;
  line-height: 5;
}
footer .access .tel {
  font-size: 120%;
  font-weight: 700;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer .access {
    color: white;
  }
}
footer .footer-content {
  padding-top: 5vh;
  padding-bottom: 5vh;
  align-items: flex-start;
  justify-content: center;
  gap: 3em;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer .footer-content {
    padding-top: 1em;
  }
}
footer .footer-content figure {
  margin-inline: auto !important;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  footer .footer-content figure {
    width: 30%;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer .footer-content figure {
    width: 100%;
  }
}
footer .rights {
  color: white;
  text-align: center;
  padding: 0.5em 0;
}
footer .contact-link_m {
  z-index: 999;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  text-align: center;
}
footer .contact-link_m #tel_icon_m {
  top: 45%;
}
footer .contact-link_m #mail_m {
  top: 45%;
  right: 34%;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  footer .contact-link_m {
    display: block;
    position: fixed;
    background: url(/wp-content/themes/custom/img/s05_bk.png) repeat center/cover;
  }
}
footer .contact-link_m .tel a {
  font-weight: 900;
  font-size: 150%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.2em;
  padding-left: 1.3em;
}
footer .contact-link_m .tel a span {
  font-size: 50%;
}
footer .contact-link_m .row {
  position: relative;
  align-items: flex-start;
  gap: 0.1em;
}
footer .contact-link_m .row > div {
  flex: 0 0 70%;
}
footer .contact-link_m .row > div > * {
  letter-spacing: -0.1em;
}
footer .contact-link_m .row > div p:first-child {
  border-bottom: 1px solid;
}
footer .contact-link_m .row > div p strong {
  color: black;
}
footer .contact-link_m .row > p {
  font-size: 80%;
  color: white;
  padding: 0.3em 0;
}
footer .contact-link_m figure {
  position: absolute;
}

.btns {
  position: absolute;
  top: 50%;
  left: 15%;
  text-align: center;
  color: white;
  width: 20em;
  font-size: 130%;
  padding: 1em 3em;
  margin: 3em auto;
  background-color: #707070;
  font-weight: 200;
  border-radius: 40px;
}
.btns:hover {
  background-color: black;
}
.btns::after {
  content: "＞";
  width: 1em;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

html main section h3 {
  text-align: center;
  margin-block: 1em 3em;
}
html main section h3 span[lang=ja] {
  font-size: 200%;
}
html main section h3 span[lang=en] {
  line-height: 2;
}
html main section ul li {
  line-height: 2;
}
html main .bk {
  position: relative;
}
@media screen {
  html main .bk #mushi_01 {
    transition-property: all;
    transition-duration: 1s;
  }
  html main .bk :nth-child(1 of #mushi_01) {
    transition-delay: 1.3s;
  }
  html main .bk :nth-child(2 of #mushi_01) {
    transition-delay: 1.5s;
  }
  html main .bk :nth-child(3 of #mushi_01) {
    transition-delay: 1.7s;
  }
  html main .bk :nth-child(4 of #mushi_01) {
    transition-delay: 1.9s;
  }
  html main .bk :nth-child(5 of #mushi_01) {
    transition-delay: 2.1s;
  }
  html main .bk :nth-child(6 of #mushi_01) {
    transition-delay: 2.3s;
  }
  html main .bk :nth-child(7 of #mushi_01) {
    transition-delay: 2.5s;
  }
  html main .bk :nth-child(8 of #mushi_01) {
    transition-delay: 2.7s;
  }
  html main .bk :nth-child(9 of #mushi_01) {
    transition-delay: 2.9s;
  }
  html main .bk :nth-child(10 of #mushi_01) {
    transition-delay: 3.1s;
  }
  html main .bk.watchscroll:not(.scrolling) #mushi_01 {
    opacity: 0;
    transform: translateY(0px);
    transform: translateX(-50px);
  }
}
@media screen {
  html main .bk #mushi_02 {
    transition-property: all;
    transition-duration: 1s;
  }
  html main .bk :nth-child(1 of #mushi_02) {
    transition-delay: 1.6s;
  }
  html main .bk :nth-child(2 of #mushi_02) {
    transition-delay: 1.8s;
  }
  html main .bk :nth-child(3 of #mushi_02) {
    transition-delay: 2s;
  }
  html main .bk :nth-child(4 of #mushi_02) {
    transition-delay: 2.2s;
  }
  html main .bk :nth-child(5 of #mushi_02) {
    transition-delay: 2.4s;
  }
  html main .bk :nth-child(6 of #mushi_02) {
    transition-delay: 2.6s;
  }
  html main .bk :nth-child(7 of #mushi_02) {
    transition-delay: 2.8s;
  }
  html main .bk :nth-child(8 of #mushi_02) {
    transition-delay: 3s;
  }
  html main .bk :nth-child(9 of #mushi_02) {
    transition-delay: 3.2s;
  }
  html main .bk :nth-child(10 of #mushi_02) {
    transition-delay: 3.4s;
  }
  html main .bk.watchscroll:not(.scrolling) #mushi_02 {
    opacity: 0;
    transform: translateY(-100px);
  }
}
html main .bk #mushi_01 {
  top: 100%;
  left: 20%;
}
html main .bk #mushi_02 {
  top: 105%;
  left: 80%;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html body.hdr-scrolling .pgtop {
    transform: translateY(-130px);
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html body.hdr-scrolling .pgtop {
    transform: translateY(-150px);
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html body.hdr-scrolling .access-link {
    transform: translateY(-90px);
  }
}
html header .menu {
  background: #707070;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  overflow-y: auto;
  width: 60%;
  transform: translateX(130vh);
  transition: all 0.5s;
  max-width: 120vw;
  max-height: 100dvh;
  box-sizing: border-box;
  overflow-x: auto;
  overscroll-behavior: contain;
  opacity: 0;
  margin: 0 auto;
  padding-inline: 15px;
}
html header .menu > ul {
  margin-top: 10vh;
}
html header .menu > ul > li {
  font-size: 120%;
  background-color: white;
  border-radius: 24px;
  margin-block: 0.5em;
}
html header .menu > ul > li:hover {
  background-color: red;
}
html header .menu > ul > li > a {
  display: block;
  padding: 15px 0;
}
html header .menu > ul > li > a img {
  height: 1.8em !important;
  width: 1.8em !important;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  margin-right: 0.5em;
  transition: all 0.3s;
}
html header .menu > ul > li > a span {
  display: none;
}
html header .menu > ul > li > a:hover img {
  transform: translateX(5px);
}
html header .menu > .quickmenu {
  display: none;
}
html header .menu .closebtn {
  text-align: center;
}
html header .menu .closebtn a {
  display: inline-flex !important;
  padding: 3px 8px 3px 8px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 999px;
  font-size: 150%;
  margin-top: 5px;
  background-color: white;
  margin-bottom: 1em;
}
html header .menu .closebtn a:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}
html header .menu .hlogo_m {
  text-align: center;
  margin-top: 10vh;
}
html .menu-toggle {
  position: fixed;
  z-index: 100;
  transition: all 0.4s;
  top: 20px;
  right: 20px;
  flex: 0 0 auto;
  background: none;
  border: none;
  padding: calc((30px - 25px) / 2) calc((25px - 30px) / 2);
  box-sizing: content-box;
  border-radius: 999px;
  font-size: 0px;
}
html .menu-toggle button {
  position: relative;
  width: 30px;
  height: 25px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
html .menu-toggle button, html .menu-toggle button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
html .menu-toggle button span {
  position: absolute;
  height: 3px;
  background: black;
}
html .menu-toggle button span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 100%;
  animation: menu-bar01 0.75s forwards;
}
html .menu-toggle button span:nth-of-type(2) {
  top: calc(50% - 3px / 2);
  left: 0%;
  width: 100%;
  transition: all 0.25s 0.25s;
}
html .menu-toggle button span:nth-of-type(3) {
  bottom: 0;
  left: 0%;
  width: 100%;
  animation: menu-bar02 0.75s forwards;
}
html .menu-toggle > span {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.6s;
  opacity: 1;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(14px) rotate(45deg);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(14px) rotate(45deg);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(calc(14px * -1)) rotate(-45deg);
  }
  50% {
    transform: translateY(calc(14px * -1)) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(calc(14px * -1)) rotate(0) scaleX(2.5);
  }
  100% {
    transform: translateY(calc(14px * -1)) rotate(-45deg) scaleX(2.5);
  }
}
html body.menu-active nav.menu {
  transform: translateX(0vh);
  opacity: 1;
  overscroll-behavior-y: contain;
}
html body.menu-active .menu-toggle button span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
  transform: rotate(45deg);
  top: -2%;
  background-color: white;
}
html body.menu-active .menu-toggle button span:nth-of-type(2) {
  opacity: 0;
}
html body.menu-active .menu-toggle button span:nth-of-type(3) {
  animation: active-menu-bar02 0.75s forwards;
  transform: rotate(135deg);
  bottom: unset;
  background-color: white;
}
html body.menu-active .menu-toggle > span {
  opacity: 0;
}
html body.menu-active .menu-title {
  display: none;
}
html body.menu-active .menu-title2 {
  display: block;
}

.mushi {
  background: unset !important;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  .mushi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  .mushi {
    display: none;
  }
}

@media screen {
  html#idx main section h3 {
    transition-property: all;
    transition-duration: 1s;
  }
  html#idx main section :nth-child(1 of h3) {
    transition-delay: 0.6s;
  }
  html#idx main section :nth-child(2 of h3) {
    transition-delay: 0.8s;
  }
  html#idx main section :nth-child(3 of h3) {
    transition-delay: 1s;
  }
  html#idx main section :nth-child(4 of h3) {
    transition-delay: 1.2s;
  }
  html#idx main section :nth-child(5 of h3) {
    transition-delay: 1.4s;
  }
  html#idx main section :nth-child(6 of h3) {
    transition-delay: 1.6s;
  }
  html#idx main section :nth-child(7 of h3) {
    transition-delay: 1.8s;
  }
  html#idx main section :nth-child(8 of h3) {
    transition-delay: 2s;
  }
  html#idx main section :nth-child(9 of h3) {
    transition-delay: 2.2s;
  }
  html#idx main section :nth-child(10 of h3) {
    transition-delay: 2.4s;
  }
  html#idx main section.watchscroll:not(.scrolling) h3 {
    opacity: 0;
    transform: translateY(50px);
  }
}
@media screen {
  html#idx main section .btns {
    transition-property: all;
    transition-duration: 1s;
  }
  html#idx main section :nth-child(1 of .btns) {
    transition-delay: 1.6s;
  }
  html#idx main section :nth-child(2 of .btns) {
    transition-delay: 1.8s;
  }
  html#idx main section :nth-child(3 of .btns) {
    transition-delay: 2s;
  }
  html#idx main section :nth-child(4 of .btns) {
    transition-delay: 2.2s;
  }
  html#idx main section :nth-child(5 of .btns) {
    transition-delay: 2.4s;
  }
  html#idx main section :nth-child(6 of .btns) {
    transition-delay: 2.6s;
  }
  html#idx main section :nth-child(7 of .btns) {
    transition-delay: 2.8s;
  }
  html#idx main section :nth-child(8 of .btns) {
    transition-delay: 3s;
  }
  html#idx main section :nth-child(9 of .btns) {
    transition-delay: 3.2s;
  }
  html#idx main section :nth-child(10 of .btns) {
    transition-delay: 3.4s;
  }
  html#idx main section.watchscroll:not(.scrolling) .btns {
    opacity: 0;
    transform: translateX(-50px);
  }
}
@media screen {
  html#idx main section h2 {
    transition-property: all;
    transition-duration: 1s;
  }
  html#idx main section :nth-child(1 of h2) {
    transition-delay: 1.2s;
  }
  html#idx main section :nth-child(2 of h2) {
    transition-delay: 1.4s;
  }
  html#idx main section :nth-child(3 of h2) {
    transition-delay: 1.6s;
  }
  html#idx main section :nth-child(4 of h2) {
    transition-delay: 1.8s;
  }
  html#idx main section :nth-child(5 of h2) {
    transition-delay: 2s;
  }
  html#idx main section :nth-child(6 of h2) {
    transition-delay: 2.2s;
  }
  html#idx main section :nth-child(7 of h2) {
    transition-delay: 2.4s;
  }
  html#idx main section :nth-child(8 of h2) {
    transition-delay: 2.6s;
  }
  html#idx main section :nth-child(9 of h2) {
    transition-delay: 2.8s;
  }
  html#idx main section :nth-child(10 of h2) {
    transition-delay: 3s;
  }
  html#idx main section.watchscroll:not(.scrolling) h2 {
    opacity: 0;
    transform: translateX(-50px);
  }
}
html#idx main section:not(#s01_fv) {
  padding-block: 5vh;
}
html#idx main section#s01_fv {
  position: relative;
  height: calc(100vh + 100px);
  top: -100px;
  z-index: -1;
}
html#idx main section#s01_fv h2 {
  text-align: center;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s01_fv h2 {
    position: absolute;
    top: 40%;
    left: 25%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
  }
  @media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
    html#idx main section#s01_fv h2 {
      font-size: clamp(330px * 4 / 100, (100vw - 30px) * 4 / 100, 700px * 4 / 100);
    }
  }
  @media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
    html#idx main section#s01_fv h2 {
      font-size: clamp(570px * 5 / 100, (100vw - 160px) * 5 / 100, 1100px * 5 / 100);
    }
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s01_fv h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
}
html#idx main section#s01_fv #slider {
  filter: grayscale(100%);
  max-width: none !important;
}
html#idx main section#s01_fv #slider * {
  max-width: none !important;
}
html#idx main section#s01_fv #slider img {
  width: 120%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html#idx main section#s01_fv #slider li {
  max-width: 100%;
}
html#idx main section#s01_fv #slider_m {
  filter: grayscale(100%);
  max-width: none !important;
}
html#idx main section#s01_fv #slider_m * {
  max-width: none !important;
}
html#idx main section#s01_fv #slider_m img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s01_fv #slider_m img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
@media (max-device-width: 560px) and (orientation : portrait), (min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px), (min-device-width: 901px) and (max-width: 730px) {
  html#idx main section#s01_fv .btns {
    font-size: clamp(330px * 1 / 100, (100vw - 30px) * 1 / 100, 700px * 1 / 100);
  }
}
@media (max-device-width: 560px) and (orientation : landscape), (min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px), (min-device-width: 901px) and (min-width: 731px) {
  html#idx main section#s01_fv .btns {
    font-size: clamp(570px * 2 / 100, (100vw - 160px) * 2 / 100, 1100px * 2 / 100);
  }
}

html.sec main section:not(.sectitle) {
  background-color: white;
  padding-block: 3em;
}
@media screen {
  html.sec main section:not(.sectitle) h3 {
    transition-property: all;
    transition-duration: 1s;
  }
  html.sec main section:not(.sectitle) :nth-child(1 of h3) {
    transition-delay: 0.6s;
  }
  html.sec main section:not(.sectitle) :nth-child(2 of h3) {
    transition-delay: 0.8s;
  }
  html.sec main section:not(.sectitle) :nth-child(3 of h3) {
    transition-delay: 1s;
  }
  html.sec main section:not(.sectitle) :nth-child(4 of h3) {
    transition-delay: 1.2s;
  }
  html.sec main section:not(.sectitle) :nth-child(5 of h3) {
    transition-delay: 1.4s;
  }
  html.sec main section:not(.sectitle) :nth-child(6 of h3) {
    transition-delay: 1.6s;
  }
  html.sec main section:not(.sectitle) :nth-child(7 of h3) {
    transition-delay: 1.8s;
  }
  html.sec main section:not(.sectitle) :nth-child(8 of h3) {
    transition-delay: 2s;
  }
  html.sec main section:not(.sectitle) :nth-child(9 of h3) {
    transition-delay: 2.2s;
  }
  html.sec main section:not(.sectitle) :nth-child(10 of h3) {
    transition-delay: 2.4s;
  }
  html.sec main section:not(.sectitle).watchscroll:not(.scrolling) h3 {
    opacity: 0;
    transform: translateY(50px);
  }
}
@media screen {
  html.sec main section:not(.sectitle) .btns {
    transition-property: all;
    transition-duration: 1s;
  }
  html.sec main section:not(.sectitle) :nth-child(1 of .btns) {
    transition-delay: 1.6s;
  }
  html.sec main section:not(.sectitle) :nth-child(2 of .btns) {
    transition-delay: 1.8s;
  }
  html.sec main section:not(.sectitle) :nth-child(3 of .btns) {
    transition-delay: 2s;
  }
  html.sec main section:not(.sectitle) :nth-child(4 of .btns) {
    transition-delay: 2.2s;
  }
  html.sec main section:not(.sectitle) :nth-child(5 of .btns) {
    transition-delay: 2.4s;
  }
  html.sec main section:not(.sectitle) :nth-child(6 of .btns) {
    transition-delay: 2.6s;
  }
  html.sec main section:not(.sectitle) :nth-child(7 of .btns) {
    transition-delay: 2.8s;
  }
  html.sec main section:not(.sectitle) :nth-child(8 of .btns) {
    transition-delay: 3s;
  }
  html.sec main section:not(.sectitle) :nth-child(9 of .btns) {
    transition-delay: 3.2s;
  }
  html.sec main section:not(.sectitle) :nth-child(10 of .btns) {
    transition-delay: 3.4s;
  }
  html.sec main section:not(.sectitle).watchscroll:not(.scrolling) .btns {
    opacity: 0;
    transform: translateY(50px);
  }
}
html.sec main .sectitle {
  position: relative;
}
@media screen {
  html.sec main .sectitle h2 {
    transition-property: all;
    transition-duration: 1s;
  }
  html.sec main .sectitle :nth-child(1 of h2) {
    transition-delay: 0.6s;
  }
  html.sec main .sectitle :nth-child(2 of h2) {
    transition-delay: 0.8s;
  }
  html.sec main .sectitle :nth-child(3 of h2) {
    transition-delay: 1s;
  }
  html.sec main .sectitle :nth-child(4 of h2) {
    transition-delay: 1.2s;
  }
  html.sec main .sectitle :nth-child(5 of h2) {
    transition-delay: 1.4s;
  }
  html.sec main .sectitle :nth-child(6 of h2) {
    transition-delay: 1.6s;
  }
  html.sec main .sectitle :nth-child(7 of h2) {
    transition-delay: 1.8s;
  }
  html.sec main .sectitle :nth-child(8 of h2) {
    transition-delay: 2s;
  }
  html.sec main .sectitle :nth-child(9 of h2) {
    transition-delay: 2.2s;
  }
  html.sec main .sectitle :nth-child(10 of h2) {
    transition-delay: 2.4s;
  }
  html.sec main .sectitle.watchscroll:not(.scrolling) h2 {
    opacity: 0;
    transform: translateY(50px);
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html.sec main .sectitle .inr {
    padding-top: 7em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html.sec main .sectitle .inr {
    padding-top: 5em;
  }
}
html.sec main .sectitle h2 {
  text-align: center;
  font-size: 200%;
  font-weight: 200;
  color: white;
  position: relative;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5em 3em;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html.sec main .sectitle h2 {
    width: 100%;
  }
}
html.sec main section:not(.sectitle) h3 {
  margin-bottom: 1em;
}
html.sec main section:not(.sectitle) h3 span[lang=jp] {
  font-size: 200%;
  display: block;
  font-family: "Noto serif JP", serif;
  font-weight: 400;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
}
html.sec main section:not(.sectitle) h3 span[lang=en] {
  text-align: center;
  display: block;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  padding-top: 0.5em;
  line-height: 1.5;
}
html.sec main section:not(.sectitle) h3 small {
  font-size: 70%;
}
html.sec main section:not(.sectitle) h4 {
  font-size: 130%;
  text-align: center;
  font-family: "Noto serif JP", serif;
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 1em;
}
html.sec main .pagenation {
  text-align: center;
  margin-top: 2em;
}
html.sec main .pagenation a {
  padding: 0.5em 1em;
  background-color: white;
}
html.sec main .pagenation .current {
  color: white;
  padding: 0.5em 1em;
}

@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#news main section#news_list ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    gap: 25px;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#news main section#news_list ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33.3333333333%, 1fr));
    gap: 15px;
  }
}
html#news main section#news_list ul li h4 {
  text-align: left;
  font-family: "Noto sans JP", sans-serif;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#news main section#news_list ul li h4 {
    font-size: 100%;
  }
}
html#news main section#news_list ul li img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
html#news main section#news_list ul li p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 20em;
}
html#news main section#news_list nav.navigation.pagination {
  text-align: center;
  margin: 5em auto;
}
html#news main section#news_list nav.navigation.pagination .page-numbers {
  color: white;
  padding: 0.5em 1em;
}

html#single main section.news_content .contents {
  text-align: center;
  margin: 0 auto;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#single main section.news_content .contents {
    width: 50%;
  }
}
html#single main section.news_content .contents figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

html#contact main section#s01_form .form .wpcf7-response-output {
  color: black;
  font-family: "Noto sans JP", sans-serif;
}
html#contact main section#s01_form .form .check {
  font-size: 130%;
}
html#contact main section#s01_form table {
  width: 100%;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#contact main section#s01_form table tr {
    display: contents;
  }
}
html#contact main section#s01_form table tr select#pref {
  padding: 1em;
  margin-bottom: 1em;
}
html#contact main section#s01_form table tr th {
  max-width: 10em;
  width: 10em;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  text-align: left;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#contact main section#s01_form table tr th {
    display: table-row;
    text-align: left;
  }
}
html#contact main section#s01_form table tr th p {
  position: relative;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#contact main section#s01_form table tr th p {
    padding: 1em;
  }
}
html#contact main section#s01_form table tr td {
  background-color: white;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#contact main section#s01_form table tr td {
    padding: 1em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#contact main section#s01_form table tr td {
    padding: 1em;
  }
}
html#contact main section#s01_form table tr td span {
  font-size: 80%;
}
html#contact main section#s01_form table tr td input {
  padding: 1em;
  border: 1px solid;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#contact main section#s01_form table tr td input {
    max-width: 75%;
    width: 75%;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#contact main section#s01_form table tr td input {
    max-width: 90%;
    width: 90%;
  }
}
html#contact main section#s01_form table tr td textarea {
  width: 95%;
  padding: 0.5em;
  border: 1px solid;
}
html#contact main section#s01_form .cation {
  font-weight: 700;
  text-align: right;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#contact main section#s01_form .cation {
    position: relative;
    top: -20px;
    margin-right: 3em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#contact main section#s01_form .cation {
    margin-right: 1em;
  }
}
html#contact main section#s01_form .privacy_link {
  line-height: 2;
  margin-bottom: 1em;
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#contact main section#s01_form .privacy_link {
    margin-left: 1em;
  }
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#contact main section#s01_form .privacy_link {
    margin-left: 3em;
  }
}
html#contact main section#s01_form .privacy_link .req {
  background-color: red;
  color: white;
  border-radius: 8px;
  padding: 0.2em 1em;
  margin-inline: 2em;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#contact main section#s01_form .privacy_link + p {
    margin-left: 15em;
  }
}
html#contact main section#s01_form .contact-btns {
  transition: filter 0.1s ease;
  text-align: center;
  position: relative;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#contact main section#s01_form .contact-btns {
    right: -24px;
  }
}
html#contact main section#s01_form .contact-btns p input {
  background-color: red;
  padding: 1em 10em;
  border-radius: 4px;
  border: none;
  margin-block: 50px;
  color: white;
  font-size: 100%;
}
html#contact main section#s01_form .wpcf7-response-output {
  color: white;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#contact main section#s01_form .agree {
    margin-left: 10em;
  }
}
html#contact main section#s01_form .privacy {
  margin-bottom: 1em;
  max-height: 10rem;
  overflow-y: scroll;
}
@media(max-device-width: 560px) and (orientation : landscape),(min-device-width: 561px) and (max-device-width: 900px) and (min-width: 731px),(min-device-width: 901px) and (min-width: 731px) {
  html#contact main section#s01_form .privacy {
    margin-left: 11em;
    margin-right: 2em;
  }
}
@media(max-device-width: 560px) and (orientation : portrait),(min-device-width: 561px) and (max-device-width: 900px) and (max-width: 730px),(min-device-width: 901px) and (max-width: 730px) {
  html#contact main section#s01_form .privacy {
    margin-left: 1em;
    margin-right: 1em;
  }
}
html#contact main section#s01_form .privacy .content {
  padding: 1em;
  margin-block: 2em;
}
html#contact main section#s01_form .privacy .content h5 {
  font-size: 120%;
  font-family: 700;
  margin-bottom: 1em;
}
html#contact main section#s01_form .privacy .end {
  text-align: right;
}/*# sourceMappingURL=site.css.map */