@charset "UTF-8";
.normal {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}

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

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

#wpadminbar {
  display: none !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) {
  * {
    max-width: 100%;
  }
  .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;
}

.btns {
  display: block;
  text-align: center;
  position: relative;
}
.btns > *:not(:has(input)), .btns input {
  all: unset;
  display: inline-flex !important;
  position: relative;
  line-height: 1;
  border-radius: 999px;
  font-weight: 700 !important;
  font-size: 90%;
  transition: all 0.4s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
@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) {
  .btns > *:not(:has(input)), .btns input {
    min-height: 1.9em;
    min-width: 60vw;
  }
}
@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) {
  .btns > *:not(:has(input)), .btns input {
    min-height: 50px;
    min-width: 20vw;
  }
}
.btns > *:not(:has(input)):not([class]), .btns input:not([class]) {
  background-color: #FF8A83;
  border: 2px solid #FF8A83;
  color: white;
}
.btns > *:not(:has(input)):not([class]):hover, .btns input:not([class]):hover {
  border: 2px solid white;
}
.btns > *:not(:has(input)).alt, .btns input.alt {
  background-color: white;
  border: 2px solid #FF8A83;
  color: #FF8A83;
}
.btns > *:not(:has(input)).alt:hover, .btns input.alt:hover {
  background-color: #FF8A83;
  border: 2px solid #FF8A83;
  color: white;
}
.btns > *:not(:has(input)):hover, .btns input:hover {
  text-decoration: none;
  filter: brightness(1.2);
}
.btns > *:not(:has(input)) img, .btns input img {
  vertical-align: middle;
}

.linebtn1 {
  vertical-align: middle;
}
.linebtn1 a {
  background: #01C300;
  color: white;
  border: 1px solid #01C300;
  border-radius: 999px;
  color: white;
  padding: 10px 20px;
  font-weight: 700 !important;
  font-size: 90%;
}
@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) {
  .linebtn1 a.only-pc {
    display: inline-block;
  }
}
@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) {
  .linebtn1 a.only-m {
    display: inline-block;
  }
}
.linebtn1 a:hover {
  text-decoration: none;
  border: 1px solid white;
  filter: brightness(1.2);
}
.linebtn1 a img {
  vertical-align: middle;
  margin-right: 1ex;
}
@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) {
  .linebtn1 a img {
    width: 2em;
  }
}

.linebtn2 {
  vertical-align: middle;
}
.linebtn2 a {
  background: white;
  border: 1px solid #E4E4E4;
  border-radius: 999px;
  color: #01C300;
  font-size: 0.8rem;
  padding: 10px 20px;
  font-weight: 700 !important;
  font-size: 90%;
}
@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) {
  .linebtn2 a.only-pc {
    display: inline-block;
  }
}
.linebtn2 a:hover {
  text-decoration: none;
  border: 1px solid #01C300;
  filter: brightness(1.2);
}
.linebtn2 a img {
  vertical-align: middle;
}

.morebtn a {
  color: #FF8A83;
  display: block;
  border: 1px solid #FF8A83;
  padding: 0.4em 1.6em;
  font-weight: 700 !important;
}
.morebtn a:hover {
  text-decoration: none;
  filter: brightness(1.2);
}

/*-----------------------------------------------------------------*/
/*リセット*/
/*-----------------------------------------------------------------*/
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;
  color: #333333;
  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) {
  .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: 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) {
  .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: 1500px;
    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) {
  .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: 900px;
    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 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}

strong {
  font-weight: 700 !important;
}
strong small {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}

a {
  color: inherit;
}

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

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@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 {
    height: auto !important;
  }
}

.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%;
  }
}

html {
  --wp-admin--admin-bar--height: 0px !important;
}
@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: 16px;
  }
}
@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: 19px;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  background: url(/wp-content/themes/custom/img/00091.jpg) no-repeat top center/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) {
  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;
}

/*-----------------------------------------------------------------*/
/*サイト個別規則*/
/*-----------------------------------------------------------------*/
header {
  background: #FFF8F7;
  padding: 20px 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header .row {
  align-items: baseline;
  justify-content: space-between;
}
@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 {
    flex: 0 0 20%;
    margin-right: 10%;
  }
}
@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 h1 {
    flex: 1 1 0;
  }
}
header .formgr, header .linebtn2 {
  flex: 0 0 auto;
  position: relative;
  top: -5px;
  font-size: 0.6rem;
}
header .formgr {
  color: #FF8A83;
  margin-right: 3em;
  font-size: 0.9rem;
}
header .formgr i {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.5rem;
  margin-right: 5px;
  margin-bottom: 3px;
}
@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 .linebtn2 > a.only-m {
    display: flex;
  }
  header .linebtn2 > a.only-m img {
    margin-right: 5px;
  }
}
@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 nav.menu {
    background: #FFF8F7;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
    overflow-y: auto;
    padding: 15px 20px 20px;
    transform: translateX(100vh);
    transition: all 0.3s;
    max-width: 100vw;
    max-height: 100dvh;
    box-sizing: border-box;
    overflow-x: auto;
    overscroll-behavior: contain;
    opacity: 0;
  }
  header nav.menu > ul > li {
    font-size: 150%;
  }
  header nav.menu > ul > li > a {
    display: block;
    padding: 15px 0;
  }
  header nav.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;
  }
  header nav.menu > ul > li > a span {
    display: none;
  }
  header nav.menu > ul > li > a:hover img {
    transform: translateX(5px);
  }
}
/* メニュートグル ここから */
@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) {
  .menu-toggle {
    position: fixed;
    z-index: 95;
    transition: all 0.4s;
    top: 0px;
    right: 0px;
    flex: 0 0 auto;
    background: #FFF8F7;
    border: 15px solid #FFF8F7;
    padding: calc((40px - 20px) / 2) calc((20px - 40px) / 2);
    box-sizing: content-box;
    border-radius: 0;
    font-size: 0px;
  }
  .menu-toggle button {
    position: relative;
    width: 40px;
    height: 20px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    top: -10px;
  }
  .menu-toggle button, .menu-toggle button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-toggle button span {
    position: absolute;
    height: 1px;
    background: white;
    border-radius: 4px;
  }
  .menu-toggle button span:nth-of-type(1) {
    top: 0;
    left: 0;
    width: 100%;
    animation: menu-bar01 0.75s forwards;
  }
  .menu-toggle button span:nth-of-type(2) {
    top: calc(50% - (1px / 2));
    left: 0;
    width: 100%;
    transition: all 0.25s 0.25s;
  }
  .menu-toggle button span:nth-of-type(3) {
    bottom: 0;
    left: 0;
    width: 100%;
    animation: menu-bar02 0.75s forwards;
  }
  .menu-toggle > span {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.6s;
    opacity: 1;
    color: white;
    font-size: 16px;
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}
body.menu-active nav.menu {
  transform: translateX(0vh);
  opacity: 1;
  overscroll-behavior-y: contain;
}
body.menu-active .menu-toggle button {
  transform: translateY(6px);
}
body.menu-active .menu-toggle button span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
body.menu-active .menu-toggle button span:nth-of-type(2) {
  opacity: 0;
}
body.menu-active .menu-toggle button span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}
body.menu-active .menu-toggle > span {
  opacity: 0;
}

/* メニュートグル ここまで */
footer {
  background: #4E5073;
  padding: 50px 0 10px;
  color: white;
}
footer address {
  line-height: 1.8;
  margin-bottom: 4rem;
}
@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 nav.snsmenu ul {
    text-align: center;
    margin-bottom: 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) {
  footer nav.snsmenu ul {
    text-align: right;
  }
}
footer nav.snsmenu ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px;
}
footer nav.snsmenu ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
footer nav.snsmenu ul li a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
footer nav.snsmenu ul li a:hover {
  filter: brightness(1.5);
}
@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 .cartbtn {
    position: fixed;
    bottom: 50px;
    right: 80px;
  }
  footer .cartbtn a:hover {
    filter: brightness(1.2);
  }
}
@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 .linebtn1 {
    position: fixed;
    bottom: 15px;
    left: 0;
    text-align: center;
    padding: 0 15px;
  }
  footer .linebtn1 > a {
    width: clamp((330px) * (100 / 100), (100vw - 30px) * (100 / 100), (700px) * (100 / 100));
    box-sizing: border-box;
    box-shadow: 0px 0px 7px 6px rgba(255, 255, 255, 0.8);
  }
}
footer .rights {
  text-align: center;
  line-height: 1.8;
  font-size: 0.8rem;
}
@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 .rights {
    padding-bottom: clamp((330px) * (20 / 100), (100vw - 30px) * (20 / 100), (700px) * (20 / 100));
  }
}
footer #addline {
  display: none;
}
footer #flow {
  display: none;
}

.modaal-container {
  border-radius: 15px !important;
  position: relative;
}
.modaal-container .modaal-content-container {
  padding: 30px 20px;
}
.modaal-container .addline-ctn {
  padding: 60px 15px;
}
.modaal-container .addline-ctn > * {
  text-align: center;
}
.modaal-container .addline-ctn > * + * {
  margin-top: 1em;
}
.modaal-container .addline-ctn h3 {
  font-weight: 700 !important;
  font-size: 130%;
}
.modaal-container .flow-ctn h3 {
  font-size: 1.2rem;
  font-weight: 700 !important;
  margin-bottom: 1rem;
}
.modaal-container .flow-ctn ul {
  margin-bottom: 15px;
}
.modaal-container .flow-ctn ul li .row {
  align-items: stretch;
  border: 1px solid #eee;
  border-radius: 10px;
}
.modaal-container .flow-ctn ul li .row > * {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modaal-container .flow-ctn ul li .row > h4 {
  flex: 0 0 6em;
  background: #FFF8F7;
  color: #FF8A83;
  font-weight: 700 !important;
  font-size: 0.9rem;
  border-right: 1px solid #eee;
  line-height: 1.3;
}
.modaal-container .flow-ctn ul li .row > p {
  flex: 1 1 0;
  line-height: 1.4;
}
.modaal-container .flow-ctn ul li > p {
  text-align: center;
  padding: 10px 0;
}
.modaal-container .flow-ctn .att {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.modaal-container .flow-ctn .pc-row {
  justify-content: center;
}
.modaal-container .flow-ctn .pc-row > * {
  flex: 0 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) {
  .modaal-container .flow-ctn .pc-row > * {
    margin: 10px 0;
  }
}
@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) {
  .modaal-container .flow-ctn .pc-row > * {
    margin: 10px;
  }
}
@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) {
  .modaal-container .flow-ctn .pc-row > *.linebtn1 {
    font-size: 0.85rem;
  }
  .modaal-container .flow-ctn .pc-row > *.linebtn1 > *.only-m {
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-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) {
  .modaal-container .flow-ctn .pc-row > *.btns > a {
    display: flex !important;
    margin: 0;
  }
}
.modaal-container .flow-ctn .pc-row > *.btns > a:hover {
  background: #FFF8F7;
  color: #FF8A83;
}
@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) {
  .modaal-container .flow-ctn .pc-row > *.btns > a img {
    width: 20px;
  }
}
.modaal-container .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 1.5rem;
}/*# sourceMappingURL=site.css.map */