@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,700&display=swap");
.ggmap {
  position: relative;
  padding-bottom: 32%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .ggmap {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .ggmap {
    padding-bottom: 80%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents-wrap01 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 834px) {
  .contents-wrap01 {
    margin-top: 53.33333328px;
    margin-bottom: 53.33333328px;
  }
}

.pankuzu + .contents-wrap01 {
  margin-top: calc(80px / 4);
}
@media only screen and (max-width: 834px) {
  .pankuzu + .contents-wrap01 {
    margin-top: calc(53.33333328px / 4);
  }
}

.pankuzu + .contents-wrap02 {
  margin-top: calc(53.33333328px / 4);
}
@media only screen and (max-width: 834px) {
  .pankuzu + .contents-wrap02 {
    margin-top: calc(53.33333328px / 4);
  }
}

.anchorList + .contents-wrap01 {
  margin-top: calc(80px / 3);
}
@media only screen and (max-width: 834px) {
  .anchorList + .contents-wrap01 {
    margin-top: calc(53.33333328px / 3);
  }
}

.anchorList + .contents-wrap02 {
  margin-top: calc(53.33333328px / 4);
}
@media only screen and (max-width: 834px) {
  .anchorList + .contents-wrap02 {
    margin-top: calc(53.33333328px / 4);
  }
}

.contents-wrap02 {
  margin-top: 53.33333328px;
  margin-bottom: 53.33333328px;
}
@media only screen and (max-width: 834px) {
  .contents-wrap02 {
    margin-top: 35.5555554844px;
    margin-bottom: 35.5555554844px;
  }
}
.contents-wrap02 .contents-wrap02 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 834px) {
  .contents-wrap02 .contents-wrap02 {
    margin-top: 26.66666664px;
    margin-bottom: 26.66666664px;
  }
}

.bg-wrap {
  background-size: cover;
  background-position: center;
}
.bg-wrap:before {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}
.bg-wrap:after {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}
.bg-wrap-repeat {
  background-repeat: repeat;
}
.bg-wrap-repeat:before {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}
.bg-wrap-repeat:after {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}
.bg-wrap-repeat + .bg-wrap-repeat > .contents-wrap01, .bg-wrap-repeat + .bg-wrap-repeat > .contents-wrap02 {
  margin-top: 0;
}
.bg-wrap-repeat + .bg-wrap-repeat:before {
  display: none;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.pcnone {
  display: none;
}
@media only screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

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, u, i, center, dl, dt, dd, ol, ul, li, 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 {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.6;
  font-weight: 400;
  color: #444;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  letter-spacing: 0.05em;
  font-size: 16px;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.inner2 {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 1200px) {
  .inner2 {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 834px) {
  .inner2 {
    padding: 0 0px;
  }
}

.inner1 {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 1000px) {
  .inner1 {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 834px) {
  .inner1 {
    padding: 0 0px;
  }
}

.inner2 {
  margin: 0 auto;
  max-width: 1200px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#contents {
  width: 100%;
  padding: 0 0 100px 0;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  border-top: 3px solid #ff9121;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  header#global_header {
    padding-top: 60px;
    border-top: 0;
  }
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
.fixed {
  margin-top: 0 !important;
  position: fixed;
  z-index: 11;
  top: 0;
  width: 100%;
}

#header, .mainArea {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 834px) {
  #header, .mainArea {
    padding-left: 12px;
    padding-right: 12px;
  }
}

#header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 834px) {
  #header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
#header .inner {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 0px;
}
@media only screen and (max-width: 834px) {
  #header .inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#header .inner .flxL {
  width: 43%;
}
@media only screen and (max-width: 1000px) {
  #header .inner .flxL {
    width: 35%;
  }
}
@media only screen and (max-width: 834px) {
  #header .inner .flxL {
    width: 100%;
  }
}
#header .inner .flxL #siteID {
  text-align: left;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header .inner .flxL #siteID {
    width: 50%;
    margin: 8px 0;
  }
}
@media only screen and (max-width: 640px) {
  #header .inner .flxL #siteID {
    width: 70%;
    margin: 8px 0;
  }
}
#header .inner .flxR {
  width: 55%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  #header .inner .flxR {
    width: 63%;
  }
}
@media only screen and (max-width: 834px) {
  #header .inner .flxR {
    transition: 1s;
    justify-content: center;
    width: 100% !important;
    position: fixed;
    bottom: 0;
    z-index: 12;
    right: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    transition: 0.6s;
    transform: translateY(100%);
  }
}
@media only screen and (max-width: 640px) {
  #header .inner .flxR {
    width: auto;
    flex-wrap: nowrap;
  }
}
#header .inner .flxR .addressCon {
  font-size: 15px;
  margin-right: 8px;
}
#header .inner .headerBorder {
  border: 2px solid #ff9121;
  border-radius: 8px;
  line-height: 1.2;
  padding: 12px;
  height: 100%;
}
#header .inner .headerBorder .tel2 {
  height: 100%;
  display: flex;
  align-items: center;
  color: #ff9121;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #header .inner .headerBorder .tel2 {
    font-size: 18px;
  }
}

.navwrap {
  z-index: 100;
}
.navwrap #nav_global {
  position: relative;
}
.navwrap #nav_global > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .navwrap #nav_global > ul {
    max-width: 100%;
  }
}
.navwrap #nav_global > ul > li {
  z-index: 1;
  position: relative;
  flex-grow: 1;
  position: relative;
}
.navwrap #nav_global > ul > li:nth-child(odd) {
  background: #f1f1f1;
}
.navwrap #nav_global > ul > li:nth-child(even) {
  background: #f6f6f6;
}
.navwrap #nav_global > ul > li a {
  transition: 0.4s;
}
.navwrap #nav_global > ul > li a::before {
  content: "";
  width: 40px;
  height: 40px;
  background-size: 50%, contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 100%;
  padding: 12px;
  margin-top: 6px;
}
.navwrap #nav_global > ul > li:nth-child(1) > a::before {
  background: url(../images/contents/home.png), radial-gradient(circle farthest-side, #ffe4c8 30%, #ff9121 100%);
}
.navwrap #nav_global > ul > li:nth-child(2) a::before {
  background: url(../images/contents/guide.png), radial-gradient(circle farthest-side, #ffe4c8 30%, #ff9121 100%);
}
.navwrap #nav_global > ul > li:nth-child(3) a::before {
  background: url(../images/contents/sinryou.png), radial-gradient(circle farthest-side, #ffe4c8 30%, #ff9121 100%);
}
.navwrap #nav_global > ul > li:nth-child(4) a::before {
  background: url(../images/contents/access.png), radial-gradient(circle farthest-side, #ffe4c8 30%, #ff9121 100%);
}
.navwrap #nav_global > ul > li:nth-child(5) a::before {
  background: url(../images/contents/contact.png), radial-gradient(circle farthest-side, #ffe4c8 30%, #ff9121 100%);
}
.navwrap #nav_global > ul > li > a {
  position: relative;
  display: flex;
  padding: 32px 0;
  justify-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  transition: 0.2s;
  color: #333 !important;
}
.navwrap #nav_global > ul > li ul {
  height: auto;
  background: #f0f0f0;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  border: 0;
  left: 0;
}
.navwrap #nav_global > ul > li ul a {
  padding: 12px 0;
  display: block;
  color: #333;
}
@media only screen and (max-width: 834px) {
  .navwrap #nav_global > ul > li ul {
    display: block;
    position: relative;
    background: #f1faff;
    text-indent: 2em;
  }
  .navwrap #nav_global > ul > li ul li a {
    text-align: left;
    color: #ff9121;
    border-bottom: 2px dotted #fff;
  }
}
.navwrap #nav_global > ul > li a:hover {
  background: #ffedda;
  color: #ff9121 !important;
  opacity: 1;
}

.global-menu-btn {
  display: none;
  font-size: 10px;
}
@media only screen and (max-width: 834px) {
  .global-menu-btn {
    z-index: 11;
    display: block;
    position: absolute;
    left: 10px;
    top: 11px;
    color: #fff;
    line-height: 1;
  }
  .global-menu-btn::before {
    font-size: 2.4em;
    content: "\f0c9";
    line-height: 1;
    font-family: "Font Awesome 5 pro";
    font-weight: 400;
  }
  .global-menu-btn i {
    margin-top: 3px;
    display: block;
    line-height: 1;
  }
}

.global-menu-close-btn {
  display: none;
}
@media only screen and (max-width: 834px) {
  .global-menu-close-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  }
  .global-menu-close-btn:before {
    content: "\f00d";
    line-height: 32px;
    font-family: "Font Awesome 5 pro";
    font-size: 1.3rem;
    font-weight: 300;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .global-menu-close-btn i {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  #hednav {
    justify-content: center;
    height: 60px;
    width: 100%;
    background: #95e1d7;
    position: fixed;
    z-index: 11;
    top: 0;
    margin: 0;
    background: #ff9121;
    background-repeat: no-repeat;
    background-position: 96% 40%;
    background-size: 240px;
  }
  #hednav .wrap {
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: rgba(0, 0, 0, 0.6) !important;
    display: block !important;
    position: fixed;
    width: 100% !important;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  #hednav .wrap .navwrap {
    display: block !important;
    background: #fff;
    width: 75%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(-240%);
    -ms-transform: translateX(-240%);
    transform: translateX(-240%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #hednav .wrap .navwrap #hed_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
  #hednav .wrap .navwrap #hed_info .store1 p {
    background: #93c2d8;
  }
  #hednav .wrap .navwrap #hed_info .store2 p {
    background: #a0c6d8;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn {
    width: 50%;
    margin: 0 !important;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn a {
    padding: 10px 0;
    font-weight: 300;
    font-size: 0.5rem !important;
    border: 0 !important;
    color: #fff !important;
    transition: 1s;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn a i {
    font-weight: 300;
    font-size: 1.5rem !important;
    margin: 0 0 5px 0 !important;
  }
  #hednav .wrap .navwrap #nav_global {
    width: 100%;
    margin-top: 0 !important;
  }
  #hednav .wrap .navwrap #nav_global > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
  #hednav .wrap .navwrap #nav_global > ul > li {
    position: relative;
    width: 100%;
    border-bottom: solid 1px #ddd;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > a {
    font-size: 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 8px;
    line-height: 1;
    height: 100%;
    color: #ffa759 !important;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > a span:last-child {
    display: none;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > a::before {
    content: "";
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    margin-top: 0;
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(1) > a::before {
    background: url(../images/contents/home.png);
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(2) a::before {
    background: url(../images/contents/guide.png);
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(3) a::before {
    background: url(../images/contents/sinryou.png);
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(4) a::before {
    background: url(../images/contents/access.png);
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(5) a::before {
    background: url(../images/contents/contact.png);
  }
}
@media only screen and (max-width: 640px) {
  #hed_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
  }
  #hed_info .store1 {
    width: 50%;
  }
  #hed_info .store1 p {
    background: #93c2d8;
  }
  #hed_info .store2 {
    width: 50%;
  }
  #hed_info .store2 p {
    background: #a0c6d8;
  }
  #hed_info .store3 {
    width: 100% !important;
  }
  #hed_info .store3 p {
    background: #93c2d8;
  }
}
.MenuOpened {
  z-index: 13 !important;
}
.MenuOpened .global-menu-btn {
  z-index: 0;
}
.MenuOpened .wrap {
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.7) !important;
}
.MenuOpened .wrap .navwrap {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh !important;
}
.MenuOpened .wrap .global-menu-close-btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#mainArea {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #mainArea {
    width: 150% !important;
    margin-left: -13%;
  }
}
#mainArea img {
  width: 100% !important;
  height: auto;
}

.pan1 {
  margin: 24px auto 40px;
  padding: 0 8px;
}
.pan1 a {
  color: #ffa759;
}

.mean-bar {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.mean-container .mean-nav ul li a.mean-expand {
  width: 32px !important;
  height: 32px !important;
}

.mean-container .mean-nav ul li li a {
  width: 100% !important;
}

.mean-container a.meanmenu-reveal {
  left: 0 !important;
  right: inherit !important;
  width: 22px !important;
  height: 22px !important;
  padding: 13px !important;
}

.mean-container .mean-bar {
  background: #7bbb41 !important;
  position: fixed !important;
  z-index: 8 !important;
  min-height: 44px;
}

.mean-container .mean-nav {
  margin-top: 44px !important;
  background: #7bbb41 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

.mean-container .mean-nav ul li a {
  padding: 10px 5% !important;
}

.mean-container .mean-nav ul li a i {
  margin-right: 15px;
  font-size: 16px;
}

.question-list dl {
  background: #fff;
  padding: 24px;
  display: block !important;
  margin-bottom: 24px;
  border: 1px solid #ccc;
}
.question-list dl dt, .question-list dl dd {
  border: none !important;
  background: none !important;
}
.question-list dl dt {
  border-bottom: 4px dotted #ff9121 !important;
  justify-content: flex-start !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  color: #ff9121;
  font-size: 24px;
  line-height: 1.2;
}
.question-list dl dt:before {
  content: "Q";
  background: #ff9121;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-right: 8px;
}
.owl-dots {
  display: none;
}

.area-table td {
  border: none;
}
.area-table h3 {
  border-bottom: 1px solid #333;
  font-weight: bold;
}

/*====================@footer=========================*/
#copy {
  background: #ff9121;
  padding: 8px 0;
  color: #fff;
  font-weight: 400;
}
#copy div {
  color: #fff;
}
#copy a {
  color: #fff;
  font-weight: 400;
}

footer#global_footer {
  border-top: 4px solid #ff9121;
  min-width: 100%;
}
footer#global_footer #footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 834px) {
  footer#global_footer #footer {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
footer#global_footer #siteID a span {
  color: #925a00 !important;
}
.footer-nav {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 834px) {
  .footer-nav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.footer-nav ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 834px) {
  .footer-nav ul {
    flex-wrap: wrap;
  }
}
.footer-nav ul li {
  flex-basis: 20%;
  min-width: 20%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .footer-nav ul li {
    flex-basis: 33%;
    margin-bottom: 16px;
  }
  .footer-nav ul li a {
    padding: 4px 0;
  }
}
@media only screen and (max-width: 640px) {
  .footer-nav ul li {
    flex-basis: 50%;
    margin-bottom: 16px;
  }
  .footer-nav ul li a {
    padding: 4px 0;
  }
}
.footer-nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #555 !important;
  line-height: 1.2;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-inner .compayInformation {
  margin: 0 auto;
  max-width: 340px;
}
.footer-inner .compayInformation address {
  margin-top: 10px;
}
.footer-inner .compayInformation address ul li {
  color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
}
.footer-inner .footer-info > a, .footer-inner .footer-info > span {
  margin: 0 1.2rem;
  display: inline-block;
}
.footer-inner .footer-nav {
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .footer-inner .footer-nav {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .footer-inner .footer-nav {
    display: none;
  }
}
.footer-inner > .footer-nav {
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .footer-inner {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .footer-inner > div {
    width: 40%;
    margin-bottom: 12px !important;
  }
  .footer-inner > div:first-child {
    width: 100%;
  }
  .footer-inner > div > span {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  .footer-inner > div {
    width: 100% !important;
  }
}
.footer-inner .flxL {
  width: 40%;
  max-width: 40%;
  flex-basis: 40%;
}
.footer-inner .flxL {
  display: flex;
  flex-direction: column;
}
.footer-inner .flxL .footer-info ul li {
  text-align: left;
}
@media only screen and (max-width: 834px) {
  .footer-inner .flxL {
    margin-top: 40px !important;
  }
}
.footer-inner .flxR {
  width: 60%;
  max-width: 60%;
  flex-basis: 60%;
}
@media only screen and (max-width: 834px) {
  .footer-inner .flxR {
    width: 100%;
  }
}

#fixed-banner {
  transform: translateY(100%);
  border-top: 4px solid #aaa;
  padding: 16px 0 4px;
  width: 100%;
  background: #fff;
  transition-duration: 0.4s;
  z-index: 200;
  position: fixed;
  bottom: 0px;
  right: 0;
}
#fixed-banner .inner1 {
  display: flex;
}
#fixed-banner .inner1 > div {
  width: 50%;
}
#fixed-banner .inner1 > div:first-child span {
  display: block;
  line-height: 1.2;
  font-weight: 900;
}
#fixed-banner .inner1 > div:first-child span:first-child {
  font-size: 2rem;
  color: #333;
}
@media (max-width: 1200px) {
  #fixed-banner .inner1 > div:first-child span:first-child {
    font-size: calc(1.325rem + 0.9vw);
  }
}
#fixed-banner .inner1 > div:first-child span:last-child {
  font-size: 1.125rem;
  color: #d81e1e;
}
#fixed-banner .inner1 > div:last-child {
  font-size: 2.5rem;
  color: #333 !important;
  letter-spacing: 0.04em;
  font-weight: 900;
}
@media (max-width: 1200px) {
  #fixed-banner .inner1 > div:last-child {
    font-size: calc(1.375rem + 1.5vw);
  }
}
#fixed-banner .inner1 > div:last-child i {
  font-size: 2rem;
  transform: scale(-1, 1);
}
@media (max-width: 1200px) {
  #fixed-banner .inner1 > div:last-child i {
    font-size: calc(1.325rem + 0.9vw);
  }
}
#fixed-banner .inner1 > div:last-child .square {
  margin-right: 4px;
  padding: 4px;
  background: #ff9121;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.125rem;
}
@media only screen and (max-width: 834px) {
  #fixed-banner .inner1 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #fixed-banner .inner1 > div:first-child {
    display: none;
    margin-bottom: 12px;
  }
  #fixed-banner .inner1 > div:first-child span:last-child {
    font-size: 16px;
  }
  #fixed-banner .inner1 > div {
    width: auto;
  }
}
#fixed-banner .not-for-pc {
  line-height: 1.4;
  margin-right: 12px;
  padding: 6px 32px;
  border-radius: 5px;
  background: #ff9121;
  color: #fff !important;
  font-weight: bold;
}
#fixed-banner .not-for-pc a {
  color: #fff !important;
  font-weight: bold;
}
#fixed-banner .call a {
  color: #333;
  font-weight: 900;
}
@media only screen and (max-width: 834px) {
  #fixed-banner .call a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#contents {
  padding-bottom: 0;
}

.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms;
}

.slide-top.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  transform: translate(50px, 0px);
  transition: all 1500ms;
}

.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  transform: translate(-50px, 0px);
  transition: all 1500ms;
}

.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_right {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
  }
}
.btn a {
  max-width: 200px;
  line-height: 1;
  display: block;
  color: #ff9121 !important;
  border: 2px solid #ff9121;
  padding: 18px 8px;
  font-size: 1.125rem;
  text-align: center;
}
.btn a:hover {
  background: #ff9121;
  color: #fff !important;
  opacity: 1;
}

.bfarea:before {
  transition: all 1500ms;
  width: 0;
  height: 0;
}

.bfarea.scrollin:before {
  width: 100%;
  height: 100%;
}

.media {
  max-width: 1200px;
  margin: 0 auto 120px;
}
@media only screen and (max-width: 1200px) {
  .media {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .media {
    margin: 0 auto 80px;
  }
}
.media .sns_list {
  border: 0;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -1.6393442623%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .media .sns_list {
    margin-left: -1.6393442623%;
  }
}
@media only screen and (max-width: 640px) {
  .media .sns_list {
    justify-content: space-between;
    margin-left: 0;
  }
}
.media .sns_list > div {
  border-bottom: 0;
  width: 18.3606557377%;
  height: 18.3606557377%;
  margin-left: 1.6393442623%;
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .media .sns_list > div {
    width: 18.3606557377%;
    margin-left: 1.6393442623%;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .media .sns_list > div {
    width: 48%;
    margin-left: 0;
  }
}
.media .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}
.media .sns_list > div .sns_photo a {
  display: block;
}
.media .sns_list > div .sns_photo img {
  height: 11.6666vw !important;
  width: 100% !important;
  object-fit: cover;
  object-position: 0 100%;
  display: block;
  font-family: "object-fit: cover;";
}
@media only screen and (min-width: 1600px) {
  .media .sns_list > div .sns_photo img {
    height: 223.94px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .media .sns_list > div .sns_photo img {
    height: 20vw !important;
  }
}
@media only screen and (max-width: 640px) {
  .media .sns_list > div .sns_photo img {
    height: 40vw !important;
  }
}
.media .sns_list > div .sns_text {
  display: none;
}

.main-img {
  position: relative;
}
.main-img li {
  float: none !important;
}
.main-img img {
  min-height: 400px;
  width: 100%;
  border-radius: 32px 0 32px 0;
}
@media only screen and (max-width: 834px) {
  .main-img img {
    height: 33vh !important;
    object-position: 80%;
  }
}
.main-img .onMainImg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  height: 100%;
  animation: fadeIn 0.8s ease-out forwards;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main-img .onMainImg .netsu {
  width: 100%;
  padding: 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.92);
  text-align: left !important;
}
@media only screen and (max-width: 1200px) {
  .main-img .onMainImg {
    flex-direction: column;
    justify-content: flex-end;
  }
  .main-img .onMainImg .netsu {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 834px) {
  .main-img .onMainImg {
    position: static;
    justify-content: center;
    align-items: center;
  }
  .main-img .onMainImg .netsu {
    text-align: center !important;
    margin-bottom: 0;
  }
}

.main_sk {
  margin: 0 0 0 auto;
  background: #fff;
  padding: 12px;
}
.main_sk .comment {
  font-size: 0.8em;
}
@media only screen and (max-width: 834px) {
  .main_sk {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
}

.homeCon01 {
  display: flex;
}
.homeCon01 .img {
  width: 33.3333333333%;
}
.homeCon01 .img img {
  border-radius: 20px 0 20px 0;
}
.homeCon01 .contents {
  width: 66.6666666667%;
  padding-left: 16px;
}
.homeCon01 .contents h1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.375rem;
  color: #ff9121;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .homeCon01 .contents h1 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
.homeCon01 .contents > article div {
  line-height: 2 !important;
}
@media only screen and (max-width: 640px) {
  .homeCon01 {
    flex-direction: column;
  }
  .homeCon01 .img {
    width: 100%;
  }
  .homeCon01 .contents {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
  }
  .homeCon01 .contents > article div {
    line-height: 1.6 !important;
  }
}

.scheduleTable tbody tr:first-child {
  background: #ffad52;
}
.scheduleTable tbody tr:first-child td div {
  color: white;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
}
.scheduleTable tbody tr td {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.scheduleTable tbody tr td div {
  text-align: center;
  color: #ff9121;
}
.scheduleTable tbody tr .title {
  background: #eee;
}
.scheduleTable tbody tr .title div {
  color: #555;
}
.scheduleTable tbody tr .comment {
  border: none !important;
  padding: 0px !important;
}
.scheduleTable tbody tr .comment div {
  text-align: right !important;
  color: #555;
}

.title h2,
.title h1,
.title h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.home-con01 h1 {
  font-weight: 500;
  color: #00aee0;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media (max-width: 1200px) {
  .home-con01 h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
.home-con01 h1 small {
  font-size: 0.7em;
  font-weight: 500;
}
.home-con01.text {
  max-width: 740px;
}

.triangleBG {
  background: url(../images/contents/triangle.png) no-repeat;
  background-position: center center;
  background-size: contain;
}

.home-con02.title h2 {
  letter-spacing: 0.06em;
  font-size: 2.5rem;
  color: #fff;
  text-shadow: #ff9121 2px 0px, #ff9121 -2px 0px, #ff9121 0px -2px, #ff9121 0px 2px, #ff9121 2px 2px, #ff9121 -2px 2px, #ff9121 2px -2px, #ff9121 -2px -2px, #ff9121 1px 2px, #ff9121 -1px 2px, #ff9121 1px -2px, #ff9121 -1px -2px, #ff9121 2px 1px, #ff9121 -2px 1px, #ff9121 2px -1px, #ff9121 -2px -1px;
  transition: 0.6s;
}
@media (max-width: 1200px) {
  .home-con02.title h2 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

.serviceList .list {
  opacity: 0;
  transform: translateY(8px);
  transition: 0.6s;
  padding: 10px;
  border: 3px solid #ffa759;
}
.serviceList .list.active {
  transform: translateY(0px);
  opacity: 1;
}
.serviceList .list img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  margin-right: 24px;
}
@media only screen and (max-width: 640px) {
  .serviceList .list img {
    margin: 0 auto;
  }
}
.serviceList .list h3 {
  color: #ff9121;
  font-size: 24px;
  font-weight: 500;
}
.serviceList .list .btnWrap {
  justify-content: flex-end;
  display: flex;
}
.serviceList .list .btnWrap a {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 8px;
  line-height: 1;
  display: block;
  color: #ff9121 !important;
  border: 2px solid #ff9121;
  padding: 18px 8px;
  font-size: 1.125rem;
  text-align: center;
  transition: 0.6s;
}
.serviceList .list .btnWrap a:hover {
  background: #ff9121;
  color: #fff !important;
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .serviceList .list .btnWrap a {
    max-width: 100%;
  }
}

.home-con03 .text {
  color: #ffffff;
  line-height: 1.4;
  font-size: 2.5rem;
  text-shadow: #ffa759 2px 0px, #ffa759 -2px 0px, #ffa759 0px -2px, #ffa759 0px 2px, #ffa759 2px 2px, #ffa759 -2px 2px, #ffa759 2px -2px, #ffa759 -2px -2px, #ffa759 1px 2px, #ffa759 -1px 2px, #ffa759 1px -2px, #ffa759 -1px -2px, #ffa759 2px 1px, #ffa759 -2px 1px, #ffa759 2px -1px, #ffa759 -2px -1px;
  transform: translateY(12px);
  transition: 0.4s;
  position: relative;
}
@media (max-width: 1200px) {
  .home-con03 .text {
    font-size: calc(1.375rem + 1.5vw);
  }
}
.home-con03 .text img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 834px) {
  .home-con03 .text > div {
    padding-left: 120px;
    padding-right: 16px;
    text-align: left !important;
  }
  .home-con03 .text > div br {
    display: none;
  }
}
.home-con03 .text.active {
  transform: translateY(0px);
}

.home-con04 {
  line-height: 1.5;
  font-size: 18px;
}
.home-con04 img {
  border-radius: 16px;
}
.home-con04 a {
  display: block;
  margin-left: auto;
  color: #ffffff;
  background: #ff9faa;
  border: 1px solid #ffc1c8;
  padding: 12px 0px;
  max-width: 250px;
  text-align: center;
  margin-top: auto;
  margin-right: 24px;
}

.banner-flex {
  padding: 0 24px;
  justify-content: space-around;
}
@media only screen and (max-width: 640px) {
  .banner-flex {
    justify-content: space-between;
    padding: 0 16px;
  }
}
.banner-flex .box {
  position: relative;
  width: calc(33.33333333% - 16px);
  color: #fff;
  border-radius: 16px;
  padding: 18px;
  transition: 0.6s;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 640px) {
  .banner-flex .box {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
}
.banner-flex .box h2 {
  font-weight: bold;
  font-size: 18px;
  text-align: center !important;
  border-bottom: 4px dotted #fff;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-top: 10px;
}
.banner-flex .box a {
  display: block;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 16px;
}
.banner-flex .box a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.banner-flex .box img {
  border-radius: 16px;
  width: 100% !important;
}
.banner-flex .box article {
  position: relative;
}
.banner-flex .box article > div {
  line-height: 1.4;
}
.banner-flex .box:hover {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
}
.banner-flex .box:hover a {
  opacity: 1;
}
.banner-flex .box:nth-child(1) {
  background-color: #82e987;
  transform: translateY(20px);
  transition-delay: 0s, 0.2s;
  transition-property: filter, transform;
}
.banner-flex .box:nth-child(2) {
  background-color: #6ec0f9;
  transform: translateY(20px);
  transition-delay: 0s, 0.23s;
  transition-property: filter, transform;
}
.banner-flex .box:nth-child(3) {
  background-color: #ffa98f;
  transform: translateY(20px);
  transition-delay: 0s, 0.26s;
  transition-property: filter, transform;
}
.banner-flex.active .box:nth-child(1) {
  transform: translateY(0);
}
.banner-flex.active .box:nth-child(2) {
  transform: translateY(0);
}
.banner-flex.active .box:nth-child(3) {
  transform: translateY(0);
}
.banner-flex .box:before {
  content: "";
  background: url(../images/contents/pandaDeco01.png) no-repeat;
  display: block;
  width: 60%;
  padding-top: 60%;
  position: absolute;
  background-size: contain;
  bottom: -8px;
  right: 0;
  opacity: 0.06;
}

.homeCon04 > .inner1 {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
}
@media only screen and (max-width: 640px) {
  .homeCon04 > .inner1 {
    padding: 40px 8px;
  }
}
.homeCon04 > .inner1 .title h2 {
  font-size: 24px;
  font-weight: 500;
  color: #555;
}
.homeCon04 > .inner1 .linkFlex {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.homeCon04 > .inner1 .linkFlex .box {
  text-align: center;
  position: relative;
}
.homeCon04 > .inner1 .linkFlex .box a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.homeCon05 {
  background-repeat: no-repeat;
  background-position: right;
  min-height: 33vh;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .homeCon05 {
    background: none !important;
  }
}
.homeCon05:before {
  background-image: linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 80%, white 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media only screen and (max-width: 640px) {
  .homeCon05:before {
    display: none;
  }
}
.homeCon05 .btn02 a {
  margin-top: 24px;
  float: right;
}
.homeCon05 > .inner1 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .homeCon05 > .inner1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.homeCon05 > .inner1 .title,
.homeCon05 > .inner1 .text {
  width: 56%;
  max-width: 560px;
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .homeCon05 > .inner1 .title,
  .homeCon05 > .inner1 .text {
    width: 100%;
    max-width: 100%;
  }
}
.homeCon05 > .inner1 .title {
  font-size: 3.625rem;
  transform: translateX(-5%);
  color: #ff9121;
}
@media (max-width: 1200px) {
  .homeCon05 > .inner1 .title {
    font-size: calc(1.4875rem + 2.85vw);
  }
}
@media only screen and (max-width: 1200px) {
  .homeCon05 > .inner1 .title {
    transform: translateX(0);
  }
}
.homeCon05 > .inner1 .title h2 {
  font-weight: 400;
}
.homeCon05 > .inner1 .text div {
  color: #222;
}

.map-title h2 {
  color: #ff9121;
  font-size: 24px;
}
.map-title h2:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../images/contents/mapIcon.png) no-repeat;
  display: block;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}

.ggmap {
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #ff9121;
}

.counselling-wrap {
  border: 2px solid #ffa759;
  border-radius: 16px;
  background-color: #fffcee;
  background-image: url("../images/contents/flowerDeco01.png"), url("../images/contents/flowerDeco02.png");
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.counselling-wrap .text {
  font-size: 20px;
}
.counselling-wrap .text h2 {
  font-size: 2.25rem;
  color: #ffa759;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .counselling-wrap .text h2 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
.counselling-wrap .btn-wrap {
  max-width: 640px;
  margin: 0 auto;
}
.counselling-wrap .btn-wrap td {
  width: 50%;
}
.counselling-wrap .btn-wrap a {
  margin: 0 auto;
  background: #fff;
  border: 2px solid #ffa759;
  border-radius: 8px;
  height: 68px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  color: #ffa759;
  text-align: center;
  line-height: 1.2;
  font-size: 1.5rem;
  max-width: 320px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .counselling-wrap .btn-wrap a {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.counselling-wrap .btn-wrap a small {
  font-size: 60%;
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 640px) {
  .counselling-wrap .btn-wrap a {
    font-size: 1.25rem;
  }
}

.news {
  background: #fff;
  border: 5px double #ffad52;
  padding: 8px;
}
.news .newsinner {
  max-height: 440px;
  overflow-y: scroll;
}
@media only screen and (max-width: 640px) {
  .news .newsinner {
    max-height: 300px;
  }
}
.news .newsinner dl {
  margin-right: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: dashed 1px #aaa;
  padding: 8px 0;
}
.news .newsinner dl dt {
  background: none;
  border: none;
  height: 2em;
  text-align: center;
  justify-content: center !important;
  align-items: center !important;
  font-weight: bold;
  color: #444;
}
@media only screen and (max-width: 640px) {
  .news .newsinner dl dt {
    height: auto !important;
    width: auto !important;
  }
}
.news .newsinner dl dt:last-of-type {
  border-bottom: none !important;
}
.news .newsinner dl .tag {
  padding: 2px 4px;
  border-radius: 4px;
  background: #ff9121;
  color: #fff;
}
.news .newsinner dl dd {
  width: 100%;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.news .newsinner dl dd:last-of-type {
  border-bottom: none !important;
}
@media only screen and (max-width: 640px) {
  .news .newsinner dl {
    margin-right: 0;
  }
  .news .newsinner dl dt,
  .news .newsinner dl dd {
    align-self: flex-start;
    line-height: 1.2;
    width: auto !important;
  }
}
@media only screen and (max-width: 640px) {
  .news {
    padding: 12px;
  }
}

.banner-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .banner-wrap {
    justify-content: center;
    flex-direction: column;
  }
  .banner-wrap .banner-table {
    width: 100% !important;
    margin-bottom: 24px;
  }
}
.banner-wrap .banner-table {
  width: calc(50% - 16px);
  border-radius: 16px;
  padding: 16px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  transition-duration: 0.6s;
}
.banner-wrap .banner-table table {
  position: relative;
}
.banner-wrap .banner-table table a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.banner-wrap .banner-table table td {
  padding: 0 !important;
  border: none !important;
}
.banner-wrap .banner-table table td.img {
  width: 186px;
  padding-right: 16px;
}
.banner-wrap .banner-table table td.img img {
  border-radius: 16px;
}
.banner-wrap .banner-table table td.title {
  padding-left: 16px !important;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.banner-wrap .banner-table table td.title div {
  border-bottom: 4px dotted #fff;
}
.banner-wrap .banner-table table td.text {
  padding-left: 16px !important;
  line-height: 1.4;
  font-size: 15px;
}
.banner-wrap .banner-table .text {
  color: #fff;
}
.banner-wrap .banner-table:first-child {
  background: #ffb9a2;
}
.banner-wrap .banner-table:nth-child(2) {
  background: #74e179;
}
.banner-wrap .banner-table:hover {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
}
.banner-wrap .banner-table:hover a {
  opacity: 1;
}

.h1txt {
  position: relative;
  height: 35vh;
  background-size: cover;
  display: flex;
  align-items: center;
}
.h1txt:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}
@media only screen and (max-width: 834px) {
  .h1txt {
    height: 30vh;
  }
}
.h1txt h1 {
  line-height: 1.4;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 3rem;
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.08em;
}
@media (max-width: 1200px) {
  .h1txt h1 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
.h1txt h1 small {
  font-size: 1.25rem;
  display: block;
  font-weight: bold;
}
.h1txt h1 small:after {
  width: 48px;
  height: 2px;
  background: #fff;
  display: block;
  content: "";
  margin: 0 auto;
  margin-top: 10px;
}

.troble .suggest-text {
  padding: 0.6em 1em 0.6em;
}
.troble .suggest-text div {
  font-size: 20px;
  line-height: 1.6;
}
.troble .suggest-text:after {
  display: none;
}

.titlestyle01 {
  border-radius: 16px;
  border: 4px solid #e15c69;
  padding: 10px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  font-weight: bold;
  font-size: 24px;
  color: #e15c69;
  line-height: 1.4;
}

.merti-list h3 {
  font-size: 24px;
  border-bottom: 2px dotted #333;
  margin-bottom: 4px;
  line-height: 1.2;
  padding-bottom: 4px;
}
@media only screen and (max-width: 640px) {
  .merti-list h3 {
    font-size: 20px;
  }
  .merti-list img {
    float: left !important;
    margin-right: 8px !important;
    max-width: 40% !important;
  }
}
.merti-list article > div {
  overflow: auto;
}

.flow-list {
  counter-reset: number 0;
  padding: 0 16px 0 0;
}
.flow-list ul li {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.flow-list ul li:nth-child(1):before {
  background: #fb8970;
}
.flow-list ul li:nth-child(2):before {
  background: #92d5b8;
}
.flow-list ul li:nth-child(3):before {
  background: #72cde7;
}
.flow-list ul li:nth-child(4):before {
  background: #a9ce14;
}
.flow-list ul li:nth-child(5):before {
  background: #fbb249;
}
.flow-list ul li:nth-child(6):before {
  background: #9f6255;
}
.flow-list ul li:nth-child(7):before {
  background: #8b6944;
}
.flow-list ul li:before {
  counter-increment: number 1; /* number カウンタを増加 */
  content: "STEP\a 0" counter(number); /* 表示形式を指定 */
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 12px double #fff;
  background: #ff9121;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  white-space: pre;
  line-height: 1;
}
.flow-list ul li article {
  padding-left: 8px;
}
.flow-list ul li article h2 {
  font-size: 20px;
  border-bottom: 2px dotted #aaa;
  margin-bottom: 8px;
  padding-bottom: 4px;
}
.flow-list ul li article > div {
  line-height: 1.2;
}

.guideCon01 {
  display: flex;
  align-items: flex-start;
}
.guideCon01 .title {
  width: 100%;
}
.guideCon01 .title h2 {
  color: #ff9121;
}
.guideCon01 .img {
  width: 33.3333333333%;
}
.guideCon01 .img img {
  border-radius: 20px 0 20px 0;
}
.guideCon01 .con {
  width: 66.6666666667%;
  padding-left: 16px;
}
@media only screen and (max-width: 640px) {
  .guideCon01 .con {
    padding-left: 0px;
    width: 100%;
  }
}
.guideCon01 .con .pointList li {
  display: block !important;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.2;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px dotted #aaa;
}
.guideCon01 .con .pointList li::before {
  content: "・";
  font-weight: bold;
  position: absolute;
  width: 16px;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex !important;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .guideCon01 {
    flex-direction: column;
  }
  .guideCon01 .img {
    width: 100%;
  }
  .guideCon01 .contents {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
  }
  .guideCon01 .contents > article div {
    line-height: 1.6 !important;
  }
}

.fee01 .price {
  font-size: 1.75rem;
  font-weight: bold;
  color: #ff7349;
}
@media (max-width: 1200px) {
  .fee01 .price {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.fee01 .term {
  background: #ffa759;
  color: #fff;
  padding: 0 0.4em;
}

.fee-table td {
  border: none;
}
.fee-table tr {
  border-bottom: 1px dotted #ffa759;
}
.fee-table .name {
  background: #ffe7e7;
  width: 240px;
}
#questionLink {
  margin-bottom: 32px;
}
#questionLink li {
  border-bottom: 1px dotted #ff9121;
  margin-bottom: 8px;
  padding-bottom: 4px;
  padding-left: 4px;
}
#questionLink li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #ffa759;
  margin-right: 4px;
  font-size: 22px;
}
#questionLink li a {
  color: #666;
}

.staff-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.staff-list .box {
  margin-bottom: 24px;
  border: 1px solid #aaa;
  position: relative;
  width: calc(50% - 8px);
}
.staff-list .box img {
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.staff-list .box > div {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  padding: 10px 12px;
  font-size: 22px;
}
@media only screen and (max-width: 834px) {
  .staff-list .box > div {
    font-size: 1.125rem;
  }
}
.staff-list .box > div small {
  display: block;
}

.errorWrap .pan1 {
  text-align: right;
}
.errorWrap > div:last-child {
  margin-bottom: 80px;
}
@media only screen and (max-width: 834px) {
  .errorWrap > div:last-child {
    margin-bottom: 60px;
  }
}

.bannerFlex01 {
  justify-content: space-between;
}
.bannerFlex01 .box {
  transition: 0.6s;
  opacity: 0;
  transform: translateY(16px);
  padding: 8px;
  margin-bottom: 16px;
  border: 2px solid #ffa759;
  width: calc(50% - 8px);
  display: flex;
  position: relative;
}
.bannerFlex01 .box a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.bannerFlex01 .box > div {
  flex-grow: 1;
  font-size: 1.75rem;
  color: #ff9121;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .bannerFlex01 .box > div {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.bannerFlex01 .box:after {
  height: 100%;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  background: #ffa759;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
}
.bannerFlex01.active .box {
  opacity: 1;
  transform: translateY(0px);
}
@media only screen and (max-width: 640px) {
  .bannerFlex01 {
    flex-wrap: wrap;
  }
  .bannerFlex01 .box {
    width: 100%;
  }
}

.bannerFlex02 {
  justify-content: space-between;
}
.bannerFlex02 .box {
  height: 80px;
  transition: 0.6s;
  opacity: 0;
  transform: translateY(16px);
  padding: 4px;
  margin-bottom: 16px;
  border: 2px solid #ffa759;
  width: calc(33% - 8px);
  display: flex;
  position: relative;
}
.bannerFlex02 .box a {
  font-size: 1.5rem;
  color: #ff9121;
  font-weight: 500;
}
.bannerFlex02 .box a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .bannerFlex02 .box a {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.bannerFlex02 .box > div {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerFlex02 .box:after {
  height: 100%;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  background: #ffa759;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
}
.bannerFlex02.active .box {
  opacity: 1;
  transform: translateY(0px);
}
@media only screen and (max-width: 640px) {
  .bannerFlex02 {
    flex-wrap: wrap;
  }
  .bannerFlex02 .box {
    width: 100%;
  }
}

.bannerFlex02.center {
  justify-content: center !important;
}
.bannerFlex02.center .box {
  margin-left: 8px;
  margin-right: 8px;
}

.home-con03.title {
  color: #ff9121;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 1200px) {
  .home-con03.title {
    font-size: calc(1.325rem + 0.9vw);
  }
}

.brandList {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.brandList .box {
  width: 20%;
  margin-bottom: 12px;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .brandList {
    flex-wrap: wrap;
  }
  .brandList .box {
    width: 33.3333333333%;
  }
}

.sinryouList {
  padding: 0 16px 0 0;
}
.sinryouList ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-bottom: 1px dotted #aaa;
}
.sinryouList ul li img {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}

.sinryouList02 {
  padding: 0 16px 0 0;
}
.sinryouList02 ul li {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
  background: #fff;
  border: 2px solid #ff9121;
  border-radius: 10px;
  text-align: center;
  padding: 6px 10px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.kahunTable table tr td {
  border: none;
}
@media only screen and (max-width: 640px) {
  .kahunTable table tr td {
    text-align: center !important;
  }
}

.medicine {
  padding: 0 8px;
}
.medicine table tr td {
  border: none;
  padding: 0 !important;
}
.medicine table tr .list {
  position: relative;
  padding-left: 1.2em !important;
  line-height: 1.2;
  padding-top: 0.4em !important;
  padding-bottom: 0.4em !important;
  border-bottom: 1px dotted #aaa;
}
.medicine table tr .list::before {
  content: "・";
  font-weight: bold;
  position: absolute;
  width: 16px;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex !important;
  align-items: center;
}
.medicine table tr .title {
  border-bottom: 2px solid #aaa;
}
.medicine table tr .title div {
  font-size: 22px;
  color: #9b7225;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.medicine table tr .title div:before {
  content: "\f484";
  line-height: 1;
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
}

.telBtn {
  border: 2px solid #ff9121;
  border-radius: 8px;
  line-height: 1.2;
  padding: 12px;
  height: 100%;
  max-width: 320px;
}
.telBtn .tel2 {
  height: 100%;
  display: flex;
  align-items: center;
  color: #ff9121;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

.gallery table tr td {
  border: none;
  padding: 4px !important;
}

.serviceListWrap {
  display: flex;
  justify-content: space-around;
  padding: 24px;
  flex-wrap: wrap;
}
.serviceListWrap:before, .serviceListWrap:after {
  content: "";
  width: calc(33.3333333333% - 16px);
  height: 0;
  display: block;
  order: 1;
}
.serviceListWrap .serviceList {
  width: calc(33.3333333333% - 16px);
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid #aaa;
  background: #fff;
}
.serviceListWrap .serviceList ul li:first-child {
  text-align: center !important;
}
.serviceListWrap .serviceList ul li:first-child img {
  max-width: 180px;
  margin-bottom: 8px;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.serviceListWrap .serviceList ul li:not(:first-child) {
  color: #444;
  border-bottom: 1px dotted #ff9121;
  padding-bottom: 2px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 18px;
}
.serviceListWrap .serviceList ul li:not(:first-child):before {
  color: #ff9121;
  margin-right: 4px;
  content: "\f14a";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  transition: 0.6s ease-out;
}
@media only screen and (max-width: 834px) {
  .serviceListWrap {
    flex-wrap: wrap;
  }
  .serviceListWrap:before, .serviceListWrap:after {
    content: "";
    width: calc(50% - 8px);
    height: 0;
    display: block;
    order: 1;
  }
  .serviceListWrap .serviceList {
    width: calc(50% - 8px);
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .serviceListWrap {
    flex-wrap: wrap;
  }
  .serviceListWrap:before, .serviceListWrap:after {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    order: 1;
  }
  .serviceListWrap .serviceList {
    width: 100%;
    margin-bottom: 8px;
  }
}

.priceTableWrap .priceTable.title {
  background: #a2e8ff;
}
.priceTableWrap .priceTable.title td {
  text-align: center !important;
}
.priceTableWrap .priceTable.title td div {
  font-weight: 500;
}
.priceTableWrap .priceTable:not(.title) td.serviceName {
  background: #f1fcff;
  text-align: center !important;
}
.priceTableWrap .priceTable:not(.title) td.serviceName div {
  font-weight: 500 !important;
}
.priceTableWrap .priceTable .serviceName {
  width: 20%;
}
.priceTableWrap .priceTable .serviceDetail {
  width: 40%;
}
.priceTableWrap .priceTable .servicePrice {
  width: 20%;
}
.priceTableWrap .priceTable .serviceTotal {
  width: 20%;
  text-align: center !important;
}

.priceTableWrap2 .priceTable.title {
  background: #a2e8ff;
}
.priceTableWrap2 .priceTable.title td {
  text-align: center !important;
}
.priceTableWrap2 .priceTable.title td div {
  font-weight: 500;
}
.priceTableWrap2 .priceTable:not(.title) td.serviceName {
  background: #f1fcff;
  text-align: center !important;
}
.priceTableWrap2 .priceTable:not(.title) td.serviceName div {
  font-weight: 500 !important;
}
.priceTableWrap2 .priceTable .serviceName {
  width: 20%;
}
.priceTableWrap2 .priceTable .serviceDetail {
  width: 24%;
}
.priceTableWrap2 .priceTable .servicePrice {
  width: 11.5%;
}
.priceTableWrap2 .priceTable .serviceTotal {
  width: 11.5%;
  text-align: center !important;
}
.priceTableWrap2 .priceTable .parts {
  width: 11.5%;
  text-align: center !important;
}
.priceTableWrap2 .priceTable .visitFee {
  width: 11.5%;
}

.warning {
  color: #333;
  border: 2px solid #ff9121;
  background: #aaa;
  padding: 12px;
  font-size: 15px;
}

.BFTable .title {
  background: #ff9121;
  color: #fff;
  font-weight: bold;
}
.BFTable td {
  border: none;
}
.BFTable .arrow {
  min-width: 60px;
  font-size: 3.5rem;
}
@media (max-width: 1200px) {
  .BFTable .arrow {
    font-size: calc(1.475rem + 2.7vw);
  }
}
.BFTable .arrow div {
  line-height: 1;
  color: #ff9121;
}
@media only screen and (max-width: 640px) {
  .BFTable .arrow {
    padding: 0 !important;
  }
  .BFTable .arrow div {
    transform: rotate(90deg);
  }
}
.BFTable .after {
  font-size: 1.2em;
}
.BFTable .after div {
  color: #ff9121;
  font-weight: bold;
}
.BFTable img {
  max-width: 240px !important;
}

.productWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productWrap .productTable {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 10px;
  border: 1px solid #aaa;
  padding: 16px 8px;
}
.productWrap .productTable td {
  border: none;
  padding: 0 !important;
}
.productWrap .productTable .img {
  overflow: hidden;
  text-align: center !important;
  position: relative;
}
.productWrap .productTable .img:before {
  content: "";
  padding-top: 64%;
  display: block;
}
.productWrap .productTable .img img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.productWrap .productTable .name div {
  color: #ff9121;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .productWrap .productTable .name div {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.productWrap .productTable .feat {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.productWrap .productTable .feat > div {
  display: flex;
  flex-wrap: wrap;
}
.productWrap .productTable .feat b {
  background: #ffa10c;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
}
.productWrap .productTable .smallPrice div {
  font-size: 0.8em;
  line-height: 1.2;
}
.productWrap .productTable .price div {
  line-height: 1.2;
  font-size: 1.2em;
}
@media only screen and (max-width: 834px) {
  .productWrap .productTable {
    width: calc(50% - 4px);
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  .productWrap .productTable {
    width: calc(50% - 4px);
    padding: 8px 4px;
  }
}
.productWrap:before, .productWrap:after {
  content: "";
  width: calc(33.3333333333% - 10px);
  height: 0;
  order: 1;
}
@media only screen and (max-width: 834px) {
  .productWrap:before, .productWrap:after {
    width: calc(50% - 4px);
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  .productWrap:before, .productWrap:after {
    width: calc(50% - 4px);
  }
}

.productWrap2 .productTable {
  margin-bottom: 10px;
  border: 1px solid #aaa;
  padding: 16px 8px;
}
.productWrap2 .productTable td {
  border: none;
  padding: 0 !important;
}
.productWrap2 .productTable .img {
  padding: 10px !important;
  width: 33%;
  overflow: hidden;
  text-align: center !important;
  position: relative;
}
.productWrap2 .productTable .img img {
  margin: auto;
  width: 100%;
}
.productWrap2 .productTable .name div {
  color: #ff9121;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .productWrap2 .productTable .name div {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.productWrap2 .productTable .feat {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.productWrap2 .productTable .feat > div {
  display: flex;
  flex-wrap: wrap;
}
.productWrap2 .productTable .feat b {
  background: #ffa10c;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
}
.productWrap2 .productTable .feat b + br {
  display: none;
}
.productWrap2 .productTable .smallPrice div {
  font-size: 0.8em;
  line-height: 1.2;
}
.productWrap2 .productTable .price {
  height: 100%;
  vertical-align: top !important;
}
.productWrap2 .productTable .price div {
  line-height: 1.2;
  font-size: 1.2em;
}
.productWrap2:before, .productWrap2:after {
  content: "";
  width: calc(33.3333333333% - 10px);
  height: 0;
  order: 1;
}
@media only screen and (max-width: 834px) {
  .productWrap2:before, .productWrap2:after {
    width: calc(50% - 4px);
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  .productWrap2:before, .productWrap2:after {
    width: calc(50% - 4px);
  }
}

.brandListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brandListWrap .productTable {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 10px;
  border: 1px solid #aaa;
  padding: 12px 8px;
}
.brandListWrap .productTable td {
  border: none;
  padding: 0 !important;
}
.brandListWrap .productTable .place {
  background: #ffa759;
}
.brandListWrap .productTable .place div {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0.4em 0;
  letter-spacing: 0.2em;
}
.brandListWrap .productTable .brand > div {
  display: none;
}
.brandListWrap .productTable .img {
  overflow: hidden;
  text-align: center !important;
  position: relative;
}
.brandListWrap .productTable .img:before {
  content: "";
  padding-top: 64%;
  display: block;
}
.brandListWrap .productTable .img img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.brandListWrap .productTable .name div {
  color: #ff9121;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .brandListWrap .productTable .name div {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.brandListWrap .productTable .feat {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.brandListWrap .productTable .feat > div {
  display: flex;
  flex-wrap: wrap;
}
.brandListWrap .productTable .feat b {
  background: #ffa10c;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
}
.brandListWrap .productTable .smallPrice div {
  font-size: 0.8em;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.brandListWrap .productTable .price-text {
  font-size: 1.2em;
  line-height: 1.2;
}
.brandListWrap .productTable .price div {
  color: #ff0a0a;
  line-height: 1.2;
  font-size: 1.4em;
  font-weight: bold;
}
.brandListWrap .productTable .price div:after {
  content: "(税別)";
  font-weight: normal;
  font-size: 0.8em;
}
@media only screen and (max-width: 834px) {
  .brandListWrap .productTable {
    width: calc(50% - 4px);
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  .brandListWrap .productTable {
    width: calc(50% - 4px);
    padding: 8px 4px;
  }
}
.brandListWrap:before, .brandListWrap:after {
  content: "";
  width: calc(33.3333333333% - 10px);
  height: 0;
  order: 1;
}
@media only screen and (max-width: 834px) {
  .brandListWrap:before, .brandListWrap:after {
    width: calc(50% - 4px);
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  .brandListWrap:before, .brandListWrap:after {
    width: calc(50% - 4px);
  }
}
.brandListWrap .tel2 img {
  margin: 12px auto;
}

.BtnWrap_brandList {
  background: #f0f0f0;
}
.BtnWrap_brandList #placeBtn,
.BtnWrap_brandList #brandBtn {
  display: flex;
  flex-wrap: wrap;
}
.BtnWrap_brandList .btn {
  cursor: pointer;
  transition: 0.2s;
  background: #fff;
  border: #ff9121 1px solid;
  color: #ff9121;
  text-align: center;
  padding: 0.4em;
  min-width: 140px;
  margin: 0.4em;
}
.BtnWrap_brandList .btn.active {
  background: #ff9121;
  color: #fff;
}

.selectTable table {
  font-size: 15px;
}
.selectTable table td {
  padding: 4px !important;
}
.selectTable table td small {
  line-height: 1.4;
  display: block;
}
.selectTable table .text {
  border: none;
  padding: 0px !important;
}
.selectTable table .text > div {
  padding: 8px !important;
  background: #c4f2ff;
  margin-bottom: 8px;
  line-height: 1.4;
  font-weight: 500;
}
.selectTable table .text > div h3 {
  display: inline-block;
  width: 100%;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
  margin-bottom: 8px;
  background-color: #ff9121;
}
.selectTable table .img {
  padding: 8px !important;
  width: 54px;
}
.selectTable table .img img {
  width: 100% !important;
}
.selectTable table .total div {
  color: red;
  font-size: 1.2em;
  font-weight: bold;
}
.selectTable table .discount {
  color: #ff0a0a;
}

.worksTable table {
  border: 1px solid #aaa;
}
.worksTable h2 {
  color: #fff;
  background-color: #ffa759;
  padding: 0.2em;
  font-size: 1.125rem;
  margin-bottom: 0.2em;
}
.worksTable td {
  border: none !important;
}
.worksTable .img {
  width: 33%;
}

.linkFlex h3 {
  color: #ff9121;
  border-bottom: 2px solid #ff9121;
  display: flex;
}
.linkFlex h3:before {
  color: #ff9121;
  margin-right: 4px;
  content: "\f043";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  transform: translateY(-0.6em);
  opacity: 0;
  transition: 0.6s ease-out;
}
.linkFlex.active h2:before, .linkFlex.active h3:before {
  transform: translateY(0em);
  opacity: 1;
}

.linkFlex h3 {
  color: #ff9121;
  border-bottom: 2px solid #ff9121;
  display: flex;
}
.linkFlex h3:before {
  color: #ff9121;
  margin-right: 4px;
  content: "\f043";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  transform: translateY(-0.6em);
  opacity: 0;
  transition: 0.6s ease-out;
}
.linkFlex.active h2:before, .linkFlex.active h3:before {
  transform: translateY(0em);
  opacity: 1;
}

.carten-con02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.carten-con02 .img {
  width: 50%;
}
.carten-con02 .img img {
  min-width: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .carten-con02 .img {
    width: 40%;
  }
}
.carten-con02 .box {
  position: relative;
  width: 50%;
  max-width: 600px;
}
.carten-con02 .box .title {
  letter-spacing: 0.2em;
  color: #ff9121;
  font-size: 1.5625rem;
}
@media (max-width: 1200px) {
  .carten-con02 .box .title {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
.carten-con02 .box .title h2 {
  font-weight: 900;
  margin-bottom: 24px;
}
.carten-con02 .box .title h2 span {
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ff9121;
  display: block;
  margin-bottom: 28px;
}
.carten-con02 .box .text {
  line-height: 2.4;
}
@media only screen and (max-width: 834px) {
  .carten-con02 .box .text {
    line-height: 1.8;
  }
}
.carten-con02 .box .btn03 {
  margin-top: 40px;
}
.carten-con02 .box .btn03 div {
  text-align: right;
}
.carten-con02 .box > .inner {
  width: 560px;
  padding: 24px 80px;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 834px) {
  .carten-con02 .box > .inner {
    width: 560px;
    padding: 24px 80px;
  }
}
@media only screen and (max-width: 640px) {
  .carten-con02 .box > .inner {
    width: 100%;
    padding: 24px 24px;
  }
}
@media only screen and (max-width: 834px) {
  .carten-con02 {
    position: relative;
  }
  .carten-con02 .img {
    width: 100%;
  }
  .carten-con02 .box {
    position: absolute;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .carten-con02 {
    position: relative;
  }
  .carten-con02 .img {
    display: flex;
    justify-content: center;
  }
  .carten-con02 .box {
    position: absolute;
    width: 100%;
    max-width: 100%;
  }
}

.inner1 {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.inner2 {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1000px) {
  .inner1, .inner2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.no-for-pc {
  display: none;
}
@media only screen and (max-width: 834px) {
  .no-for-pc {
    display: block;
  }
}

.for-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .for-sp {
    display: block;
  }
}

/* title */
.midashi {
  display: block;
  width: 100%;
}
.midashi h2 {
  color: #000;
  font-weight: 700;
  line-height: 1;
  font-size: 50px;
  font-size: 3.125vw;
}
@media only screen and (min-width: 1600px) {
  .midashi h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .midashi h2 {
    font-size: 45px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi h2 {
    font-size: 35px;
  }
}
.midashi h2 span {
  margin-top: 15px;
  display: block;
  font-size: 24px;
  font-size: 1.5vw;
}
@media only screen and (min-width: 1600px) {
  .midashi h2 span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .midashi h2 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi h2 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi h2 span {
    font-size: 18px;
  }
}

.midashi2 {
  display: block;
  width: 100%;
}
.midashi2 h2 {
  color: #000;
  font-weight: 700;
  line-height: 1;
  font-size: 40px;
  font-size: 2.5vw;
}
@media only screen and (min-width: 1600px) {
  .midashi2 h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .midashi2 h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi2 h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi2 h2 {
    font-size: 30px;
  }
}
.midashi2 h2 span {
  margin-top: 15px;
  display: block;
  font-size: 24px;
  font-size: 1.5vw;
}
@media only screen and (min-width: 1600px) {
  .midashi2 h2 span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .midashi2 h2 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi2 h2 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi2 h2 span {
    font-size: 18px;
  }
}

.midashi3 h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875vw;
}
@media only screen and (min-width: 1600px) {
  .midashi3 h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .midashi3 h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi3 h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi3 h2 {
    font-size: 20px;
  }
}
.midashi3 h2:after {
  flex-grow: 1;
  content: "";
  display: block;
  border-top: solid 1px #f6ed13;
  width: auto;
  height: 1px;
  z-index: 0;
}
.midashi3 span {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 15px 0 0;
}
.midashi3 br {
  display: none !important;
}

.midashi4 h2 {
  letter-spacing: 0.2em;
  padding: 20px 15px;
  font-weight: 700;
  color: #333;
  background-image: url(../images/contents/midashi.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #f4f4f4;
  border-left: solid 5px #1b4996;
  border-bottom: solid 3px #d7d7d7;
  background-size: contain;
  font-size: 25px;
  font-size: 1.5625vw;
}
@media only screen and (min-width: 1600px) {
  .midashi4 h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .midashi4 h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .midashi4 h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi4 h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi4 h2 {
    font-size: 18px;
  }
}
.midashi4 h2 span {
  color: #0b51c2;
  display: block;
  font-size: 13px;
  font-size: 0.8125vw;
}
@media only screen and (min-width: 1600px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .midashi4 h2 span {
    font-size: 16px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}
.midashi4 h3 {
  letter-spacing: 0.2em;
  padding: 20px 15px;
  font-weight: 700;
  color: #333;
  background: #f4f4f4;
  border-left: solid 5px #1b4996;
  border-bottom: solid 3px #d7d7d7;
  font-size: 25px;
  font-size: 1.5625vw;
}
@media only screen and (min-width: 1600px) {
  .midashi4 h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .midashi4 h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi4 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi4 h3 {
    font-size: 18px;
  }
}

.midashi5 {
  display: block;
  width: 100%;
}
.midashi5 h3 {
  color: #333;
  font-weight: 500;
  line-height: 1.4em;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-size: 25px;
  font-size: 1.5625vw;
}
@media only screen and (min-width: 1600px) {
  .midashi5 h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .midashi5 h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi5 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi5 h3 {
    font-size: 18px;
  }
}
.midashi5 h3 span {
  font-size: 16px;
  font-size: 1vw;
}
@media only screen and (min-width: 1600px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}

.btn01 a {
  max-width: 200px;
  line-height: 1;
  display: block;
  color: #ff9121 !important;
  border: 2px solid #ff9121;
  padding: 18px 8px;
  font-size: 1.125rem;
  text-align: center;
}
.btn01 a:hover {
  background: #ff9121;
  color: #fff !important;
  opacity: 1;
}

.btn02 a {
  min-width: 200px;
  line-height: 1;
  display: inline-block;
  color: #ff9121 !important;
  border: 2px solid #ff9121;
  padding: 12px 18px;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 100px;
  background: #fff;
}
.btn02 a:hover {
  background: #ff9121;
  color: #fff !important;
  opacity: 1;
}

.btn03 a {
  position: relative;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
}
.btn03 a:hover {
  opacity: 1;
}
.btn03 a:hover:before {
  width: 96%;
}
.btn03 a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #ff9121;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.btn03 a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  color: #ff9121;
  margin-left: 12px;
}

.contactwrap {
  background: #f7f7f7;
  padding: 50px;
}

.policy a {
  color: #333;
}

.waku2 {
  justify-content: space-between;
}
.waku2 .box {
  width: 48%;
  padding: 40px;
  background: whitesmoke;
  border: double 7px #1b4996;
}
@media only screen and (max-width: 640px) {
  .waku2 .box {
    width: 100%;
    padding: 20px;
  }
}
.waku2 .box img {
  margin-bottom: 20px;
}
.waku2 .box h3 {
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  font-size: 25px;
  font-size: 1.5625vw;
}
@media only screen and (min-width: 1600px) {
  .waku2 .box h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .waku2 .box h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .waku2 .box h3 {
    font-size: 20px;
  }
}

.member01 {
  padding: 5%;
  background: #f7f7f7;
  border: 1px solid #ccc;
}

.gaiyou01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .gaiyou01 {
    display: block;
  }
}
.gaiyou01 .flxL {
  width: 48%;
}
@media only screen and (max-width: 834px) {
  .gaiyou01 .flxL {
    width: 100%;
  }
}
.gaiyou01 .flxR {
  width: 48%;
}
@media only screen and (max-width: 834px) {
  .gaiyou01 .flxR {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .comp2 dl {
    text-align: center;
    display: block !important;
  }
}
.comp2 dl dt {
  padding: 15px !important;
}
@media only screen and (max-width: 640px) {
  .comp2 dl dt {
    display: block !important;
    text-align: center;
    width: 100% !important;
  }
}
.comp2 dl dd {
  padding: 15px !important;
}
@media only screen and (max-width: 640px) {
  .comp2 dl dd {
    width: 100% !important;
  }
}
.comp2 dl a {
  color: #b2b2b2;
}

.faq_q {
  border: none !important;
}
.faq_q > div {
  font-size: 16px;
  border-bottom: 1px #1b4996 dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #1b4996;
  font-weight: bold;
  position: relative;
  padding-left: 3em !important;
}
.faq_q > div:before {
  content: "Q";
  display: block;
  background: #1b4996;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -3px;
}

.faq_a {
  border: none !important;
}
.faq_a > div {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #376eca solid;
  padding-bottom: 30px !important;
  position: relative;
  padding-left: 3em !important;
}
.faq_a > div:before {
  content: "A";
  display: block;
  background: #376eca;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -6px;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.waku {
  padding: 40px;
  background: whitesmoke;
  border: double 7px #1b4996;
}
@media only screen and (max-width: 640px) {
  .waku {
    padding: 20px;
  }
}

.comp dl {
  border-bottom: 1px solid #ccc;
}
.comp dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
.comp dl dt {
  padding: 15px 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}
.comp dl dd {
  padding: 15px 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}
.comp dl a {
  color: #b2b2b2;
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.formtel td {
  font-size: 16px;
  border: 0 !important;
}
.formtel .tel2 div {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
.formtel .tel2 a {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 834px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.center {
  text-align: center;
}

.tel2, .telBtn {
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .tel2, .telBtn {
    pointer-events: all;
  }
}

.titlestyle-mainColor {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #ff9121;
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
}

.titlestyle-assortColor {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #ff9121;
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
}

.titlestyle-icon {
  font-size: 1.5625rem;
}
@media (max-width: 1200px) {
  .titlestyle-icon {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
.titlestyle-icon h2, .titlestyle-icon h3 {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ff9121;
  color: #ff9121;
  line-height: 1.2;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
.titlestyle-icon h2:before, .titlestyle-icon h3:before {
  color: #ff9121;
  content: "\f7f2";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  transform: translateY(-0.6em);
  opacity: 0;
  transition: 0.6s ease-out;
  margin-right: 5px;
}
.titlestyle-icon.active h2:before, .titlestyle-icon.active h3:before {
  transform: translateY(0em);
  opacity: 1;
}

.title-border {
  border-bottom: 1px solid #aaa;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
}
.title-border h2, .title-border h3 {
  color: #555555;
  font-weight: 500;
}

.title-bold h2, .title-bold h3 {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  color: #3a3a3a;
}
@media (max-width: 1200px) {
  .title-bold h2, .title-bold h3 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

#pagetop {
  duration: 0.8s;
  position: fixed;
  bottom: 0px;
  right: 20px;
  z-index: 201;
}
#pagetop i {
  font-size: 48px;
  color: #ff9121;
}
#pagetop img {
  width: 80%;
}
@media only screen and (max-width: 640px) {
  #pagetop {
    bottom: 70px;
  }
}

@media screen and (max-width: 468px) {
  #pagetop {
    bottom: 70px;
  }
  #pagetop img {
    width: 60% !important;
    height: auto;
  }
}
.scrollIn {
  transform: translateY(16px);
  opacity: 0;
  transition: 0.6s;
}

.scrollIn.active {
  transform: translateY(0px);
  opacity: 1;
}

.listStyle ul li {
  padding: 4px 0;
  margin: 4px auto;
  align-items: center;
  display: flex;
  line-height: 1.4;
}
.listStyle ul li:before {
  content: "・";
  display: block;
}

.numberList {
  border: 2px solid #ff9121;
  counter-reset: number 0;
  background: url(../images/common/178978.png) no-repeat;
  background-position: bottom center;
}
.numberList ul {
  background: rgba(255, 255, 255, 0.7);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
}
.numberList ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  float: none !important;
  font-size: 18px;
  font-weight: bold;
}
.numberList ul li:before {
  counter-increment: number 1;
  content: counter(number);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 4px double #fff;
  background: #ffa759;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  white-space: pre;
  line-height: 1;
  margin-right: 6px;
}

.decoBg {
  background: url("../images/contents/img_lady01.png") no-repeat;
  background-position: right bottom;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .decoBg {
    background: none;
  }
}

.typeTable table .title {
  background: #ffe1b2;
}
.typeTable table .title div {
  font-weight: bold;
  font-size: 18px;
  color: #ff9121;
}
.typeTable table .title div:before {
  content: "\f330";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 4px;
}
.typeTable table .img div {
  line-height: 1.4;
}

.pickup {
  background: #fff !important;
}
.pickup h3 {
  margin-bottom: 12px;
  color: #ff9121;
  font-size: 1.625rem;
}
@media (max-width: 1200px) {
  .pickup h3 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
.pickup h3:before {
  content: "\f14a";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 4px;
}
.pickup div {
  font-size: 18px;
}

.hoverBgContents {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hoverBgContents > .hoverBg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
  transition: transform 0.4s;
  background-position: center;
}
.hoverBgContents:hover > .hoverBg {
  transform: scale(1.2);
}

.flexCol2 {
  justify-content: space-between;
}
.flexCol2 .box {
  float: none !important;
  width: calc(50% - 16px);
  margin-bottom: 3%;
}
.flexCol2:before, .flexCol2:after {
  content: "";
  width: calc(50% - 16px);
  order: 1;
  display: block;
}
@media only screen and (max-width: 834px) {
  .flexCol2 {
    flex-wrap: wrap;
  }
  .flexCol2 .box {
    width: 49%;
    margin-bottom: 5%;
  }
  .flexCol2:before, .flexCol2:after {
    content: "";
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .flexCol2 {
    flex-wrap: wrap;
  }
  .flexCol2 .box {
    width: 100%;
    margin-bottom: 5%;
  }
  .flexCol2:before, .flexCol2:after {
    content: "";
    width: 100%;
  }
}

.flexCol3 {
  justify-content: space-between;
}
.flexCol3 .box {
  float: none !important;
  width: 30.3333333333%;
  margin-bottom: 3%;
}
.flexCol3:before, .flexCol3:after {
  content: "";
  width: 30.3333333333%;
  order: 1;
  display: block;
}
@media only screen and (max-width: 640px) {
  .flexCol3 .box {
    width: 47%;
    margin-bottom: 5%;
  }
  .flexCol3:before, .flexCol3:after {
    content: "";
    width: 47%;
  }
}

.flexCol4 {
  justify-content: space-between;
}
.flexCol4 .box {
  float: none !important;
  width: calc(25% - 8px);
  margin-bottom: 3%;
}
.flexCol4:before, .flexCol4:after {
  content: "";
  width: calc(25% - 8px);
  order: 1;
  display: block;
}
@media only screen and (max-width: 834px) {
  .flexCol4 {
    flex-wrap: wrap;
  }
  .flexCol4 .box {
    width: calc(25% - 8px);
    margin-bottom: 5%;
  }
  .flexCol4:before, .flexCol4:after {
    content: "";
    width: calc(25% - 8px);
  }
}

.estateTable article {
  background: #fff4e7;
  border: 1px solid #aaa;
  padding: 8px;
}
.estateTable table {
  position: relative;
  background: #fff;
}
.estateTable table tbody {
  display: flex;
}
.estateTable table tbody tr {
  display: flex;
  flex-wrap: wrap;
}
.estateTable table tbody tr td {
  flex: 1 1 auto;
  text-align: center !important;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.estateTable table tbody tr .name {
  height: 40%;
  width: 100%;
  font-size: 1.25rem;
  color: #ff9121;
}
.estateTable table tbody tr .name div {
  font-weight: bold;
}
.estateTable table tbody tr .img {
  height: 100%;
  max-width: 200px;
  min-width: 200px;
}
.estateTable table tbody tr .img a {
  height: 100% !important;
  display: flex;
}
.estateTable table tbody tr .img a:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  background: #fff;
  transition: 0.6s;
}
.estateTable table tbody tr .img a:hover {
  opacity: 1;
}
.estateTable table tbody tr .img a:hover:before {
  opacity: 0.2;
}
.estateTable table tbody tr .img img {
  object-fit: cover;
  font-family: "object-fit: cover";
}
.estateTable table tbody tr .access {
  height: 40%;
  min-width: 260px;
  font-size: 14px;
}
.estateTable table tbody tr .access b {
  font-weight: 600;
}
.estateTable table tbody tr .walk {
  height: 40%;
}
.estateTable table tbody tr .walk div:before {
  color: #fbb061;
  content: "\f554";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 24px;
  margin-right: 8px;
}
.estateTable table tbody tr .rent {
  height: 60%;
  line-height: 1.2;
}
.estateTable table tbody tr .rent b {
  font-size: 1.375rem;
  color: #eb1d1d;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .estateTable table tbody tr .rent b {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
.estateTable table tbody tr .other {
  height: 60%;
}
.estateTable table tbody tr .other span {
  display: block;
  margin: 4px 0;
}
.estateTable table tbody tr .other span:before {
  padding: 0px 4px;
}
.estateTable table tbody tr .other span:nth-child(1):before {
  content: "敷";
  background: #eee;
}
.estateTable table tbody tr .other span:nth-child(2):before {
  content: "保";
  background: #eee;
}
.estateTable table tbody tr .other span:nth-child(3):before {
  content: "礼";
  background: #eee;
}
.estateTable table tbody tr .size {
  height: 60%;
}
.estateTable table tbody tr .type {
  height: 60%;
  min-width: 160px;
}
@media only screen and (max-width: 1000px) {
  .estateTable tbody {
    flex-wrap: wrap;
  }
  .estateTable tr {
    width: 50%;
  }
  .estateTable tr .img {
    max-width: unset !important;
    max-height: 240px;
  }
  .estateTable tr td {
    height: unset !important;
  }
}
@media only screen and (max-width: 640px) {
  .estateTable tr {
    width: 100%;
  }
}
.estateTable .flxR {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  margin-top: 10px;
}
.estateTable .flxR > div:first-child {
  margin-right: 8px;
}
@media only screen and (max-width: 640px) {
  .estateTable .flxR {
    justify-content: center;
  }
  .estateTable .flxR > div {
    margin-right: 4px;
    margin-left: 4px;
  }
}

.worksTable table {
  border: 1px solid #aaa;
}
.worksTable h2 {
  color: #fff;
  background-color: #ffa759;
  padding: 0.2em;
  font-size: 1.125rem;
  margin-bottom: 0.2em;
}
.worksTable td {
  border: none !important;
}
.worksTable .img {
  width: 33%;
}

.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.reviews .reviewList dl {
  flex-wrap: wrap;
}
.reviews .reviewList dl dt {
  width: 100% !important;
  background: #fff;
  color: #ff9121;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 18px;
  border: none !important;
  padding-bottom: 0px;
}
.reviews .reviewList dl dt:after {
  width: 100%;
  height: 1px;
  background: #ff9121;
  content: "";
  margin-top: 4px;
}
.reviews .reviewList dl dd {
  padding-top: 4px;
  border: none !important;
  width: 100% !important;
  line-height: 1.6;
  font-size: 15px;
}
.reviews .owl-carousel .owl-item {
  height: 100%;
}
.reviews .owl-carousel .owl-dots {
  display: block !important;
}

.owl-dots {
  text-align: center;
  bottom: 5px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: #3751b3 !important;
  margin-left: 5px;
  margin-right: 5px;
}

.owl-dot.active {
  background-color: #fff !important;
}

.owl-dots {
  text-align: center;
}

.cartenOpen {
  position: relative;
}
.cartenOpen:after {
  position: absolute;
  width: 100%;
  visibility: visible;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  -webkit-transition: 0.6s;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  min-width: 800px;
}

.cartenOpen.active:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.sns .sns_list {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.sns .sns_list:before, .sns .sns_list:after {
  content: "";
  display: block;
  width: 33%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.sns .sns_list > div {
  border: none;
  width: 33%;
}
.sns .sns_list > div .sns_text {
  display: none;
}
.sns .sns_list > div .sns_photo {
  width: 100%;
}
.sns .sns_list > div .sns_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.gallery .sns_list {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.gallery .sns_list:before, .gallery .sns_list:after {
  content: "";
  display: block;
  width: 33.3333333333%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 834px) {
  .gallery .sns_list:before, .gallery .sns_list:after {
    width: 50%;
  }
}
.gallery .sns_list > div {
  border: none;
  width: 33.3333333333%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 834px) {
  .gallery .sns_list > div {
    width: 50%;
  }
}
.gallery .sns_list > div .sns_text {
  width: 100%;
  font-size: 16px;
}
.gallery .sns_list > div .sns_text ul {
  display: none;
}
.gallery .sns_list > div .sns_text .sns_date {
  background: #ff9121;
  color: #fff;
  padding: 2px 8px;
}
.gallery .sns_list > div .sns_photo {
  width: 100%;
}
.gallery .sns_list > div .sns_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.photoGallery {
  display: flex;
}
.photoGallery:before, .photoGallery:after {
  content: "";
  display: block;
  width: 33.3333333333%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.photoGallery > div {
  width: 33.3333333333%;
  padding: 8px;
}
.photoGallery > div a {
  display: block;
  position: relative;
}
.photoGallery > div a:before {
  content: "";
  width: 100% !important;
  padding-top: 100% !important;
  display: block;
}
.photoGallery > div a img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  display: block;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.reviewCon table {
  border: 1px solid #aaa;
}
.reviewCon table tbody tr td {
  border: none !important;
}
.reviewCon table tbody tr .text div {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.reviewCon table tbody tr .text h2 {
  font-size: 1.5rem;
  color: #ff9121;
  border-bottom: #ff9121 2px solid;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .reviewCon table tbody tr .text h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.reviewCon table tbody tr .img {
  width: 33%;
}
.reviewCon table tbody tr .img a {
  display: block;
  position: relative;
}
.reviewCon table tbody tr .img a:before {
  content: "";
  width: 100% !important;
  padding-top: 63% !important;
  display: block;
}
.reviewCon table tbody tr .img a img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  display: block;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.telBtnInCon a.telBtn {
  max-width: 360px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.1em;
  width: 50%;
  border: 1px solid #b5404b;
  padding: 12px 24px;
  color: #b5404b;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 12px 0 0;
}
.telBtnInCon a.telBtn img {
  margin-right: 8px;
}

.navBanner02 tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navBanner02 tbody tr td {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 4px;
  padding: 0 !important;
}
.navBanner02 tbody tr td img {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 3s ease-out;
  transition: opacity 0.8s, -webkit-transform 3s ease-out;
  transition: opacity 0.8s, transform 3s ease-out;
  transition: opacity 0.8s, transform 3s ease-out, -webkit-transform 3s ease-out;
}
.navBanner02 tbody tr td a {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.navBanner02 tbody tr td a:before {
  display: none;
}
.navBanner02 tbody tr td:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.navBanner02 tbody tr td:hover a {
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .navBanner02 tbody tr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navBanner02 tbody tr td {
    width: calc(50% - 8px);
  }
}

.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy-title {
  border-left: 4px solid #ff9121;
  color: #333;
  font-weight: bold;
  padding-left: 8px;
  font-size: 18px;
  margin-top: 0.8em;
  letter-spacing: 0.1em;
}

.policy-trriger {
  color: #ff9121;
  cursor: pointer;
  text-decoration: underline;
}

.policy-wrap {
  opacity: 0;
  transition-duration: 1s;
  line-height: 1.4;
  display: none;
  position: fixed;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .policy-wrap {
    left: 0;
  }
}
.policy-wrap > div {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
  position: relative;
  padding: 20px;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ff9121;
  height: 60vh;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
  .policy-wrap > div {
    width: 95%;
  }
}
.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy-wrap h3 {
  margin-top: 16px;
  border-left: 4px solid #ff9121;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.policy p {
  margin: 10px 0 25px;
}

.policy-wrap {
  opacity: 0;
  transition-duration: 1s;
}

.policy-wrap.active {
  animation: fade-in 0.5s;
  display: flex;
  opacity: 1;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.policy-wrap.active > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    overflow-y: scroll;
  }
}

.menuList {
  padding: 0 8px;
}
.menuList dt, .menuList dd {
  background: none !important;
  border: none !important;
  white-space: nowrap;
}
.menuList dd {
  text-align: right;
}
.menuList dl {
  border-bottom: 1px solid #aaa;
}

.seperater {
  height: 1px;
}

.graTxt {
  background-image: linear-gradient(25deg, #136b11 30%, #6ea95a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .graTxt { /* IE10,11用 */ }
  .graTxt .graTxt {
    background: none;
    color: #ff9121;
  }
}

img {
  object-fit: cover;
  font-family: "object-fit: cover";
}

.companyTable tr td:first-child, .salonTable tr td:first-child {
  white-space: nowrap;
  background: #f1f1f1;
}

.fancybox a {
  display: block;
  height: 100%;
}
.fancybox a img {
  height: 100% !important;
}

.backgroundList {
  border: 2px solid #ff9121;
  counter-reset: number 0;
  background-position: bottom center;
  background-size: cover;
}
.backgroundList ul {
  background: rgba(255, 255, 255, 0.85);
  padding: 24px 16px;
  display: flex;
  flex-wrap: wrap;
}
.backgroundList ul li {
  background-image: linear-gradient(25deg, #136b11 30%, #6ea95a 100%);
  color: #fff;
  float: none;
  margin: 3px;
  padding: 8px 12px;
  min-width: 140px;
  text-align: center;
}/*# sourceMappingURL=assets.css.map */