@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Shojumaru&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");
.shoju {
  font-family: "Shojumaru", cursive;
}

.ggmap {
  position: relative;
  padding-bottom: 24%;
  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.33333px;
    margin-bottom: 53.33333px;
  }
}

.pankuzu + .contents-wrap01 {
  margin-top: calc(80px / 4);
}

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

.pankuzu + .contents-wrap02 {
  margin-top: calc(53.33333px / 4);
}

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

.anchorList + .contents-wrap01 {
  margin-top: calc(80px / 3);
}

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

.anchorList + .contents-wrap02 {
  margin-top: calc(53.33333px / 4);
}

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

.contents-wrap02 {
  margin-top: 53.33333px;
  margin-bottom: 53.33333px;
}

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

.contents-wrap02 .contents-wrap02 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jcss {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcsc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

* {
  -webkit-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: #222;
  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.75000%;
}

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

.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 {
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  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 {
  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% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.fixed {
  margin-top: 0 !important;
  position: fixed;
  z-index: 11;
  top: 0;
  width: 100%;
}

#header .headerText {
  background: #ef8820;
}

#header .headerText .inner1 {
  color: #fff;
  text-align: left;
  font-size: 13px;
  padding: 6px 0px;
}

@media only screen and (max-width: 1000px) {
  #header .headerText .inner1 {
    padding: 2px 8px;
  }
}

@media only screen and (max-width: 834px) {
  #header .headerText {
    display: none;
  }
}

#header .inner {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}

@media only screen and (max-width: 1200px) {
  #header .inner {
    padding: 12px 10px;
  }
}

@media only screen and (max-width: 834px) {
  #header .inner {
    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;
  }
}

@media only screen and (max-width: 1000px) {
  #header .inner .flxL {
    width: 35%;
  }
}

@media only screen and (max-width: 834px) {
  #header .inner .flxL {
    width: 100%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #header .inner .flxL #siteID {
    width: 100%;
    margin: 8px 0;
  }
}

@media only screen and (max-width: 640px) {
  #header .inner .flxL #siteID {
    width: 100%;
    margin: 8px 0;
  }
}

#header .inner .flxL #siteID a {
  text-align: left;
  display: block;
  font-family: "Shojumaru", cursive;
  font-size: 2.75rem;
  line-height: 1;
  color: #222;
}

@media (max-width: 1200px) {
  #header .inner .flxL #siteID a {
    font-size: calc(1.4rem + 1.8vw) ;
  }
}

#header .inner .flxL #siteID img {
  max-width: 392px;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  #header .inner .flxL #siteID img {
    max-width: 100%;
  }
}

#header .inner .flxR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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 {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100% !important;
    position: fixed;
    bottom: 0;
    z-index: 12;
    right: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media only screen and (max-width: 640px) {
  #header .inner .flxR {
    width: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 834px) {
  #header .inner .flxR .left {
    height: auto;
  }
}

#header .inner .flxR .left .telbtn a {
  margin: 0 auto;
  width: 260px;
  height: 48px;
  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;
  border: 1px solid #ef8820;
  color: #ef8820 !important;
  background: white;
  font-weight: 900;
  font-size: 18px;
  pointer-events: none;
}

#header .inner .flxR .left .telbtn a:before {
  content: "";
  background: url(../images/contents/tel02.png) no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 8px;
}

#header .inner .flxR .left .telbtn a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  color: #ef8820;
  margin-left: 12px;
}

@media only screen and (max-width: 834px) {
  #header .inner .flxR .left .telbtn a {
    pointer-events: all;
  }
}

#header .inner .flxR .right .contactBtn span {
  display: block;
}

#header .inner .flxR .right .contactBtn a {
  color: #fff;
}

@media only screen and (max-width: 834px) {
  #header .inner .flxR .right .contactBtn {
    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;
  }
}

#hednav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
}

.navwrap {
  z-index: 100;
}

.navwrap #nav_global {
  position: relative;
}

.navwrap #nav_global > ul {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.navwrap #nav_global > ul > li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navwrap #nav_global > ul > li > a {
  font-family: "Shojumaru", cursive;
  color: #fff !important;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.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: #319866;
    border-bottom: 2px dotted #fff;
  }
}

.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);
    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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    width: 100%;
    background: #ef8820;
    position: fixed;
    z-index: 11;
    top: 0;
    margin: 0;
  }
  #hednav .wrap {
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .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: #222;
    width: 75%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(-240%);
    transform: translateX(-240%);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  #hednav .wrap .navwrap #hed_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            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;
    -webkit-transition: 1s;
    transition: 1s;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: 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;
    -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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    padding-left: 8px;
    line-height: 1;
    height: 100%;
    color: #fff !important;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > a span:last-child {
    display: none;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > a::before {
    margin-right: 8px;
    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;
    z-index: 1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    font-family: channel-icons;
    font-size: 1.7rem;
    font-family: "Font Awesome 5 pro";
    color: #fff;
    width: auto;
    height: auto;
    background: none;
    width: 32px;
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(1) > a::before {
    content: "\f80c";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(2) a::before {
    content: "\f814";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(3) a::before {
    content: "\f869";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(4) a::before {
    content: "\f1ea";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(5) a::before {
    content: "\f274";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(6) a::before {
    content: "\f3c5";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(7) a::before {
    content: "\f1ea";
  }
}

@media only screen and (max-width: 640px) {
  #hed_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        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;
  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);
  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: #ef8820;
}

.mean-bar {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
          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: 12px;
  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 #ef8820 !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #ef8820;
  font-size: 24px;
  line-height: 1.2;
}

.question-list dl dt:before {
  content: "Q";
  background: #ef8820;
  width: 40px;
  min-width: 40px;
  height: 40px;
  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;
  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: #ef8820;
  padding: 8px 0;
  color: #fff;
  font-weight: 400;
}

#copy div {
  color: #fff;
}

#copy a {
  color: #fff;
  font-weight: 400;
}

footer#global_footer {
  min-width: 100%;
}

footer#global_footer #footer {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 70px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}

footer#global_footer #siteID a span {
  color: #925a00 !important;
}

.footer-nav {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 60px;
}

@media only screen and (max-width: 834px) {
  .footer-nav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.footer-nav ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 834px) {
  .footer-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-nav ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .footer-nav ul li {
    -ms-flex-preferred-size: 33%;
        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 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 16px;
  }
  .footer-nav ul li a {
    padding: 4px 0;
  }
}

.footer-nav ul li a {
  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;
  text-align: center;
  color: #222 !important;
  font-family: "Shojumaru", cursive;
  line-height: 1.2;
}

.footer-nav ul li:before {
  content: "";
  display: inline-block;
  min-width: 1px;
  height: 1em;
  background: #333;
}

.footer-nav ul li:last-child:after {
  content: "";
  display: inline-block;
  min-width: 1px;
  height: 1em;
  background: #333;
}

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

.footer-inner .compayInformation {
  margin: 0 auto;
}

.footer-inner .compayInformation address {
  font-weight: 500;
}

.footer-inner .footer-info > a, .footer-inner .footer-info > span {
  margin: 0 1.2rem;
  display: inline-block;
}

.footer-inner .footer-logo a {
  color: #222;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.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 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.footer-inner .flxL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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%;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

@media only screen and (max-width: 834px) {
  .footer-inner .flxR {
    width: 100%;
  }
}

#fixed-banner {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  border-top: 4px solid #aaa;
  padding: 16px 0 4px;
  width: 100%;
  background: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 200;
  position: fixed;
  bottom: 0px;
  right: 0;
}

#fixed-banner .inner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transform: scale(-1, 1);
          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: #ef8820;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.125rem;
}

@media only screen and (max-width: 834px) {
  #fixed-banner .inner1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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: #ef8820;
  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: -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;
  }
}

#contents {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
  }
}

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

.btn a:hover {
  background: #ffbf2c;
  color: #fff !important;
  opacity: 1;
}

.bfarea:before {
  -webkit-transition: all 1500ms;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.63934%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .media .sns_list {
    margin-left: -1.63934%;
  }
}

@media only screen and (max-width: 640px) {
  .media .sns_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.media .sns_list > div {
  border-bottom: 0;
  width: 18.36066%;
  height: 18.36066%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .media .sns_list > div {
    width: 18.36066%;
    margin-left: 1.63934%;
    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;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 100%;
     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 {
  width: 100%;
}

.main-img .onMainImg {
  -webkit-animation: fadeIn 0.8s ease-out forwards;
          animation: fadeIn 0.8s ease-out forwards;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-img .onMainImg img {
  max-width: 300px;
  width: 20vw;
}

@media only screen and (max-width: 640px) {
  .main-img .onMainImg img {
    width: 30vw !important;
  }
}

.orangeBg {
  background: #ef8820;
}

.homecon01 {
  background: url(../images/contents/dartsBg.png) no-repeat;
  background-position: 63% center;
}

.homecon01 h1 {
  line-height: 1.4;
  font-weight: 900;
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  .homecon01 h1 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .homecon01 h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 640px) and (max-width: 1200px) {
  .homecon01 h1 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

.homecon01 h1 .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

.homecon01 h1 .icons:before {
  content: "";
  background: url(../images/contents/iconLeft.png);
  background-size: contain;
  visibility: visible;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-repeat: no-repeat;
  background-position: right;
}

.homecon01 h1 .icons:after {
  content: "";
  background: url(../images/contents/iconRight.png);
  background-size: contain;
  visibility: visible;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-repeat: no-repeat;
}

.homecon01 h1 .icons + br {
  display: none;
}

.homecon01 h1 .orangeBg {
  font-family: "Shojumaru", cursive;
  color: white;
  padding: 0.05em 0.4em;
}

.homecon01.text {
  max-width: 740px;
}

.homecon01 .text div {
  font-weight: 500;
}

.merit ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.merit ul li:before {
  content: "・";
  display: inline-block;
}

.rentalcon01 .flexWrap {
  background: #fff;
}

.rentalcon01 .flexWrap .title h2 {
  font-family: "Shojumaru", cursive;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .rentalcon01 .flexWrap .title h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

.rentalcon01 .flexWrap .text div {
  line-height: 1.6;
  font-weight: 500;
}

.rentalcon01 .flexWrap .btn04 div a {
  margin: 0 auto;
  width: 240px;
}

.rentalcon01 .flexWrap:nth-child(even) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.rentalcon01 .flexWrap.blackBg {
  background: #222;
}

.rentalcon01 .flexWrap.blackBg .title h2,
.rentalcon01 .flexWrap.blackBg .text div {
  color: #fff !important;
}

@media only screen and (max-width: 834px) {
  .rentalcon01 .flexWrap {
    margin-bottom: 8px;
  }
}

.homecon02 .flexWrap {
  background: #fff;
}

.homecon02 .flexWrap .title h2 {
  font-family: "Shojumaru", cursive;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .homecon02 .flexWrap .title h2 {
    font-size: calc(1.525rem + 3.3vw) ;
  }
}

.homecon02 .flexWrap .text div {
  line-height: 1.6;
  font-weight: 500;
}

.homecon02 .flexWrap .btn04 div a {
  margin: 0 auto;
  width: 240px;
}

.homecon02 .flexWrap:nth-child(even) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.homecon02 .flexWrap.blackBg {
  background: #222;
}

.homecon02 .flexWrap.blackBg .title h2,
.homecon02 .flexWrap.blackBg .text div {
  color: #fff !important;
}

@media only screen and (max-width: 834px) {
  .homecon02 .flexWrap {
    margin-bottom: 8px;
  }
}

.homecon03 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.homecon03 .flxL {
  overflow-y: scroll;
}

.homecon03 .flxL .sns {
  height: 0;
}

@media only screen and (max-width: 640px) {
  .homecon03 .flxL .sns {
    height: 280px;
  }
}

.infoTable table tbody tr td {
  border: none;
  border-bottom: 1px solid #aaa;
  padding: 0 !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

.infoTable table tbody tr:first-child td {
  border-bottom: none;
  padding: 0 !important;
}

.infoTable2 table tbody tr td {
  border: none;
  border-bottom: 1px solid #aaa;
  padding: 0 !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

.rentalBanner {
  position: relative;
}

.rentalBanner:before {
  content: "";
  background: url(../images/contents/hukidashi.png) no-repeat;
  position: absolute;
  left: 0;
  top: -100px;
  display: block;
  width: 270px;
  height: 144px;
}

@media only screen and (max-width: 640px) {
  .rentalBanner:before {
    top: -124px;
  }
}

.drinkcon01 .flexCol2 .box .img {
  padding: 4px;
  position: relative;
}

.drinkcon01 .flexCol2 .box .img:before {
  content: "";
  padding-top: 64%;
  display: block;
  width: 100%;
}

.drinkcon01 .flexCol2 .box .img img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

@media only screen and (max-width: 640px) {
  .drinkcon01 .flexCol2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .drinkcon01 .flexCol2 .box {
    width: calc(50% - 4px);
    margin-bottom: 5%;
  }
  .drinkcon01 .flexCol2:before, .drinkcon01 .flexCol2:after {
    content: "";
    width: calc(50% - 4px);
  }
}

.contactBgWrap {
  background: url(../images/contents/contactBg.jpg);
  position: relative;
  background-size: cover;
  padding: 100px 0;
}

.contactBgWrap h2,
.contactBgWrap div {
  position: relative;
  color: white;
  text-align: center;
}

.contactBgWrap .telbtn a {
  margin: 0 auto;
  width: 260px;
  height: 48px;
  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;
  border: 1px solid #ef8820;
  color: #ef8820 !important;
  background: white;
  font-weight: 900;
  font-size: 18px;
  pointer-events: none;
}

.contactBgWrap .telbtn a:before {
  content: "";
  background: url(../images/contents/tel02.png) no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 8px;
}

.contactBgWrap .telbtn a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  color: #ef8820;
  margin-left: 12px;
}

@media only screen and (max-width: 834px) {
  .contactBgWrap .telbtn a {
    pointer-events: all;
  }
}

.contactBgWrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(210deg, black 0%, rgba(0, 0, 0, 0.5) 50%, black 100%);
  opacity: 0.2;
}

.contactBgWrap .title-big {
  margin: 0 auto 24px;
}

.contactBgWrap .text {
  margin: 0 auto 24px;
}

@media only screen and (max-width: 834px) {
  .contactBgWrap {
    padding: 60px 0;
  }
  .contactBgWrap .title-big {
    margin: 0 auto 16px;
  }
  .contactBgWrap .text {
    margin: 0 auto 16px;
  }
}

.banner-flex.rentalPage .box {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

.banner-flex.rentalPage .box a {
  display: block;
}

.banner-flex.rentalPage .box a:hover {
  opacity: 1;
}

.banner-flex.rentalPage .box a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.banner-flex.rentalPage .box:hover {
  opacity: 0.6;
}

.banner-flex.rentalPage h3 {
  font-size: 18px;
  font-weight: 600;
}

.banner-flex.rentalPage .btn04 span.link {
  width: 100%;
  background: #ef8820;
  position: relative;
  border: 4px double white;
  color: white !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

.banner-flex.rentalPage .btn04 span.link:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: 16px;
}

.modaal-wrapper * {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.MoshopDetail table tr td {
  padding: 4px;
  border: none;
}

.MoshopDetail table tr .title div {
  font-size: 18px;
  font-weight: bold;
}

.MoshopDetail table tr .imgThumb {
  position: relative;
}

.MoshopDetail table tr .imgThumb:before {
  width: 100%;
  content: "";
  padding-top: 64%;
  display: block;
}

.MoshopDetail table tr .imgThumb img {
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-position: cover;
     object-position: cover;
  font-family: "object-position: cover";
}

.MoshopDetail table tr .telnum, .MoshopDetail table tr .zip, .MoshopDetail table tr .machine {
  border-bottom: 1px solid #aaa !important;
}

.MoshopDetail table tr .telnum article, .MoshopDetail table tr .zip article, .MoshopDetail table tr .machine article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.MoshopDetail table tr .telnum article h6, .MoshopDetail table tr .zip article h6, .MoshopDetail table tr .machine article h6 {
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .MoshopDetail td {
    display: block;
  }
}

.shopDetailWrap {
  display: none;
}

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

.bannerList ul li {
  margin-bottom: 10px;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.6));
}

.serviceList .list {
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 10px;
  border: 3px solid #319863;
}

.serviceList .list.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.serviceList .list img {
  -o-object-fit: cover;
     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: #ef8820;
  font-size: 24px;
  font-weight: 500;
}

.serviceList .list .btnWrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.serviceList .list .btnWrap a {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 8px;
  line-height: 1;
  display: block;
  color: #ffbf2c !important;
  border: 2px solid #ffbf2c;
  padding: 18px 8px;
  font-size: 1.125rem;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.serviceList .list .btnWrap a:hover {
  background: #ffbf2c;
  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: #319863 2px 0px, #319863 -2px 0px, #319863 0px -2px, #319863 0px 2px, #319863 2px 2px, #319863 -2px 2px, #319863 2px -2px, #319863 -2px -2px, #319863 1px 2px, #319863 -1px 2px, #319863 1px -2px, #319863 -1px -2px, #319863 2px 1px, #319863 -2px 1px, #319863 2px -1px, #319863 -2px -1px;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: 0.4s;
  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 {
  -webkit-transform: translateY(0px);
          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;
}

.counselling-wrap {
  border: 2px solid #319863;
  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: #319863;
  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 #319863;
  border-radius: 8px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #319863;
  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;
  padding: 24px 12px 24px 40px;
}

.news .newsinner {
  max-height: 240px;
  overflow-y: scroll;
}

@media only screen and (max-width: 640px) {
  .news .newsinner {
    max-height: 160px;
  }
}

.news .newsinner dl {
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: dashed 1px #aaa;
  padding: 8px 0;
}

.news .newsinner dl dt {
  background: #ef8820;
  color: #fff;
  border: none;
  height: 2em;
  text-align: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@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 dd {
  border: none;
}

.news .newsinner dl dd:last-of-type {
  border-bottom: none !important;
}

@media only screen and (max-width: 640px) {
  .news .newsinner dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
  .news .newsinner dl dt,
  .news .newsinner dl dd {
    -ms-flex-item-align: start;
        align-self: flex-start;
    line-height: 1.2;
    width: auto !important;
  }
}

@media only screen and (max-width: 640px) {
  .news {
    padding: 12px;
  }
}

.banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .banner-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-wrap .banner-table {
    width: calc(100%) !important;
    margin-bottom: 24px;
  }
}

.banner-wrap .banner-table {
  width: calc(50% - 16px);
  border-radius: 16px;
  padding: 16px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  -webkit-transition-duration: 0.6s;
          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 {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
}

.banner-wrap .banner-table:hover a {
  opacity: 1;
}

.h1txt {
  position: relative;
  height: 48vh;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h1txt:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 834px) {
  .h1txt {
    height: 30vh;
  }
}

.h1txt h1 {
  font-family: "Shojumaru", cursive;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media (max-width: 1200px) {
  .h1txt h1 {
    font-size: calc(1.625rem + 4.5vw) ;
  }
}

.h1txt h1 small {
  font-size: 1.25rem;
  display: block;
  font-weight: bold;
}

.h1txt h1 small:before {
  width: 48px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -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: 80px;
  min-width: 80px;
  height: 80px;
  border: 12px double #fff;
  background: #ef8820;
  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;
}

.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: #319863;
  color: #fff;
  padding: 0 0.4em;
}

.fee-table td {
  border: none;
}

.fee-table tr {
  border-bottom: 1px dotted #319863;
}

.fee-table .name {
  background: #ffe7e7;
  width: 240px;
}

#questionLink {
  margin-bottom: 32px;
}

#questionLink li {
  border-bottom: 1px dotted #ef8820;
  margin-bottom: 8px;
  padding-bottom: 4px;
  padding-left: 4px;
}

#questionLink li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #319863;
  margin-right: 4px;
  font-size: 22px;
}

#questionLink li a {
  color: #666;
}

.staff-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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%;
  -o-object-fit: cover;
     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;
  }
}

.osusume {
  background: #fff;
}

.osusume tbody tr td {
  border: none;
}

.osusume tbody tr .title div {
  line-height: 1.4;
  font-weight: 900;
  font-size: 24px;
  font-family: "Shojumaru", cursive;
}

.osusume tbody tr .price {
  padding-top: 0px !important;
}

.osusume tbody tr .price div {
  line-height: 1;
  font-size: 1.5rem;
  font-family: "Shojumaru", cursive;
  font-weight: 900;
}

@media (max-width: 1200px) {
  .osusume tbody tr .price div {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.osusume tbody tr .price div small {
  font-size: 0.6em;
  font-weight: 900 !important;
}

.osusume tbody tr .text {
  height: 100%;
  border-top: 1px solid #333;
}

.osusume tbody tr .img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

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

.gallery .img {
  padding: 4px;
  position: relative;
}

.gallery .img:before {
  content: "";
  padding-top: 60%;
  display: block;
  width: 100%;
}

.gallery .img img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.bannerFlex01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bannerFlex01 .box {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  padding: 8px;
  margin-bottom: 16px;
  border: 2px solid #319863;
  width: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.75rem;
  color: #ef8820;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: #319863;
  color: #fff;
  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: 16px;
}

.bannerFlex01.active .box {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (max-width: 640px) {
  .bannerFlex01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bannerFlex01 .box {
    width: 100%;
  }
}

.bannerFlex02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bannerFlex02 .box {
  height: 80px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  padding: 4px;
  margin-bottom: 16px;
  border: 2px solid #319863;
  width: calc(33% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.bannerFlex02 .box a {
  font-size: 1.5rem;
  color: #ef8820;
  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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bannerFlex02 .box:after {
  height: 100%;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  background: #319863;
  color: #fff;
  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: 14px;
}

.bannerFlex02.active .box {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (max-width: 640px) {
  .bannerFlex02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bannerFlex02 .box {
    width: 100%;
  }
}

.bannerFlex02.center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.bannerFlex02.center .box {
  margin-left: 8px;
  margin-right: 8px;
}

.home-con03.title {
  color: #ef8820;
  font-size: 2rem;
  text-align: center;
}

@media (max-width: 1200px) {
  .home-con03.title {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

.brandList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.brandList .box {
  width: 20%;
  margin-bottom: 12px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .brandList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brandList .box {
    width: calc(100% / 3);
  }
}

.serviceListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.serviceListWrap:before, .serviceListWrap:after {
  content: "";
  width: calc(100% / 3 - 16px);
  height: 0;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.serviceListWrap .serviceList {
  width: calc(100% / 3 - 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;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.serviceListWrap .serviceList ul li:not(:first-child) {
  color: #444;
  border-bottom: 1px dotted #ffbf2c;
  padding-bottom: 2px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 18px;
}

.serviceListWrap .serviceList ul li:not(:first-child):before {
  color: #ffbf2c;
  margin-right: 4px;
  content: "\f14a";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

@media only screen and (max-width: 834px) {
  .serviceListWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .serviceListWrap:before, .serviceListWrap:after {
    content: "";
    width: calc(100% / 2 - 8px);
    height: 0;
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .serviceListWrap .serviceList {
    width: calc(100% / 2 - 8px);
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .serviceListWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .serviceListWrap:before, .serviceListWrap:after {
    content: "";
    width: calc(100%);
    height: 0;
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .serviceListWrap .serviceList {
    width: calc(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 #ef8820;
  background: #aaa;
  padding: 12px;
  font-size: 15px;
}

.BFTable .title {
  background: #ef8820;
  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: #ffbf2c;
}

@media only screen and (max-width: 640px) {
  .BFTable .arrow {
    padding: 0 !important;
  }
  .BFTable .arrow div {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.BFTable .after {
  font-size: 1.2em;
}

.BFTable .after div {
  color: #319866;
  font-weight: bold;
}

.BFTable img {
  max-width: 240px !important;
}

.productWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.productWrap .productTable {
  width: calc(100% / 3 - 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: #ef8820;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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(100% / 2 - 4px);
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .productWrap .productTable {
    width: calc(100% / 2 - 4px);
    padding: 8px 4px;
  }
}

.productWrap:before, .productWrap:after {
  content: "";
  width: calc(100% / 3 - 10px);
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 834px) {
  .productWrap:before, .productWrap:after {
    width: calc(100% / 2 - 4px);
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .productWrap:before, .productWrap:after {
    width: calc(100% / 2 - 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: #ef8820;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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(100% / 3 - 10px);
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 834px) {
  .productWrap2:before, .productWrap2:after {
    width: calc(100% / 2 - 4px);
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .productWrap2:before, .productWrap2:after {
    width: calc(100% / 2 - 4px);
  }
}

.brandListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.brandListWrap .productTable {
  width: calc(100% / 3 - 10px);
  margin-bottom: 10px;
  border: 1px solid #aaa;
  padding: 12px 8px;
}

.brandListWrap .productTable td {
  border: none;
  padding: 0 !important;
}

.brandListWrap .productTable .place {
  background: #319863;
}

.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: #ef8820;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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(100% / 2 - 4px);
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .brandListWrap .productTable {
    width: calc(100% / 2 - 4px);
    padding: 8px 4px;
  }
}

.brandListWrap:before, .brandListWrap:after {
  content: "";
  width: calc(100% / 3 - 10px);
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 834px) {
  .brandListWrap:before, .brandListWrap:after {
    width: calc(100% / 2 - 4px);
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .brandListWrap:before, .brandListWrap:after {
    width: calc(100% / 2 - 4px);
  }
}

.brandListWrap .tel2 img {
  margin: 12px auto;
}

.BtnWrap_brandList {
  background: #f0f0f0;
}

.BtnWrap_brandList #placeBtn,
.BtnWrap_brandList #brandBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.BtnWrap_brandList .btn {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  border: #ef8820 1px solid;
  color: #ef8820;
  text-align: center;
  padding: 0.4em;
  min-width: 140px;
  margin: 0.4em;
}

.BtnWrap_brandList .btn.active {
  background: #ef8820;
  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: #ef8820;
}

.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: #319863;
  padding: 0.2em;
  font-size: 1.125rem;
  margin-bottom: 0.2em;
}

.worksTable td {
  border: none !important;
}

.worksTable .img {
  width: 33%;
}

.linkFlex h3 {
  color: #ef8820;
  border-bottom: 2px solid #ef8820;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.linkFlex h3:before {
  color: #ef8820;
  margin-right: 4px;
  content: "\f043";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  -webkit-transform: translateY(-0.6em);
          transform: translateY(-0.6em);
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.linkFlex.active h2:before,
.linkFlex.active h3:before {
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
  opacity: 1;
}

.linkFlex h3 {
  color: #ef8820;
  border-bottom: 2px solid #ef8820;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.linkFlex h3:before {
  color: #ef8820;
  margin-right: 4px;
  content: "\f043";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  -webkit-transform: translateY(-0.6em);
          transform: translateY(-0.6em);
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.linkFlex.active h2:before,
.linkFlex.active h3:before {
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
  opacity: 1;
}

.carten-con02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.carten-con02 .img {
  width: 50%;
  overflow: hidden;
}

.carten-con02 .img img {
  min-width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}

@media only screen and (max-width: 1200px) {
  .carten-con02 .img {
    width: 50%;
  }
}

.carten-con02 .box {
  position: relative;
  width: 50%;
  text-align: center;
}

.carten-con02 .box .title h2 span {
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ef8820;
  display: block;
  margin-bottom: 28px;
}

@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 {
  text-align: center;
  padding: 24px 80px;
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 834px) {
  .carten-con02 .box > .inner {
    width: 560px;
    padding: 40px 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%;
    height: 100%;
    position: absolute;
  }
  .carten-con02 .box {
    position: relative !important;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .carten-con02 {
    position: relative;
  }
  .carten-con02 .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .carten-con02 .box {
    position: absolute;
    width: 100%;
    max-width: 100%;
  }
}

.carten-con02.blackBg .box > .inner {
  background: rgba(34, 34, 34, 0.9);
}

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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: #ffbf2c !important;
  border: 2px solid #ffbf2c;
  padding: 18px 8px;
  font-size: 1.125rem;
  text-align: center;
}

.btn01 a:hover {
  background: #ffbf2c;
  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: #ef8820;
  -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: #ef8820;
  margin-left: 12px;
}

.btn04 a {
  background: #ef8820;
  position: relative;
  border: 4px double white;
  color: white !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

.btn04 a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-left: 16px;
}

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

.policy a {
  color: #333;
}

.waku2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.5rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  background-color: #ef8820;
  color: #fff;
  padding: 4px 8px;
  font-weight: 900;
  font-family: "Shojumaru", cursive;
}

@media (max-width: 1200px) {
  .titlestyle-mainColor {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

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

.titlestyle-icon {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {
  .titlestyle-icon {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.titlestyle-icon h2, .titlestyle-icon h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #319866;
  color: #319866;
  line-height: 1.2;
}

.titlestyle-icon h2:before, .titlestyle-icon h3:before {
  color: #ef8820;
  margin-right: 4px;
  content: "\f043";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  -webkit-transform: translateY(-0.6em);
          transform: translateY(-0.6em);
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  margin-right: 8px;
}

.titlestyle-icon.active h2:before, .titlestyle-icon.active h3:before {
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
  opacity: 1;
}

.title-big {
  letter-spacing: 0.1em;
  font-size: 3.375rem;
  font-family: "Shojumaru", cursive;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .title-big {
    font-size: calc(1.4625rem + 2.55vw) ;
  }
}

.title-border {
  border-color: #ef8820;
  border-style: solid;
  border-width: 0 0 2px 0;
  font-size: 1.25rem;
  font-weight: 900;
  color: #ef8820;
}

.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: #ef8820;
}

#pagetop img {
  width: 80%;
}

@media only screen and (max-width: 640px) {
  #pagetop {
    display: none;
  }
}

@media screen and (max-width: 468px) {
  #pagetop {
    bottom: 0px;
  }
  #pagetop img {
    width: 60% !important;
    height: auto;
  }
}

.scrollIn {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

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

.listStyle ul li {
  padding: 4px 0;
  margin: 4px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

.listStyle ul li:before {
  content: "・";
  display: block;
}

.numberList {
  border: 2px solid #ef8820;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.numberList ul li {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #319863;
  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: #ffbf2c;
}

.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: #ffbf2c;
  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;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  background-position: center;
}

.hoverBgContents:hover > .hoverBg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.flexCol2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexCol2 .box {
  float: none !important;
  width: calc(50% - 8px);
  margin-bottom: 3%;
}

.flexCol2:before, .flexCol2:after {
  content: "";
  width: calc(50% - 8px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
}

@media only screen and (max-width: 834px) {
  .flexCol2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flexCol2 .box {
    width: calc(100% / 2 - 1%);
    margin-bottom: 5%;
  }
  .flexCol2:before, .flexCol2:after {
    content: "";
    width: calc(100% / 2 - 1%);
  }
}

@media only screen and (max-width: 640px) {
  .flexCol2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flexCol2 .box {
    width: calc(100%);
    margin-bottom: 5%;
  }
  .flexCol2:before, .flexCol2:after {
    content: "";
    width: calc(100%);
  }
}

.flexCol3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexCol3 .box {
  float: none !important;
  width: calc(100% / 3 - 1.5%);
  margin-bottom: 3%;
}

.flexCol3:before, .flexCol3:after {
  content: "";
  width: calc(100% / 3 - 1.5%);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
}

@media only screen and (max-width: 640px) {
  .flexCol3 .box {
    width: calc(100% / 2 - 1%);
    margin-bottom: 5%;
  }
  .flexCol3:before, .flexCol3:after {
    content: "";
    width: calc(100% / 2 - 1%);
  }
}

.flexCol4 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexCol4 .box {
  float: none !important;
  width: calc(100% / 4 - 8px);
  margin-bottom: 3%;
}

.flexCol4:before, .flexCol4:after {
  content: "";
  width: calc(100% / 4 - 8px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
}

@media only screen and (max-width: 834px) {
  .flexCol4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flexCol4 .box {
    width: calc(100% / 4 - 8px);
    margin-bottom: 5%;
  }
  .flexCol4:before, .flexCol4:after {
    content: "";
    width: calc(100% / 4 - 8px);
  }
}

.estateTable article {
  background: #fff4e7;
  border: 1px solid #aaa;
  padding: 8px;
}

.estateTable table {
  position: relative;
  background: #fff;
}

.estateTable table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.estateTable table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.estateTable table tbody tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center !important;
  vertical-align: middle;
  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;
}

.estateTable table tbody tr .name {
  height: 40%;
  width: 100%;
  font-size: 1.25rem;
  color: #ef8820;
}

.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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: 0.6s;
  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 {
  -o-object-fit: cover;
     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 {
    -ms-flex-wrap: wrap;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}

.estateTable .flxR > div:first-child {
  margin-right: 8px;
}

@media only screen and (max-width: 640px) {
  .estateTable .flxR {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .estateTable .flxR > div {
    margin-right: 4px;
    margin-left: 4px;
  }
}

.worksTable table {
  border: 1px solid #aaa;
}

.worksTable h2 {
  color: #fff;
  background-color: #319863;
  padding: 0.2em;
  font-size: 1.125rem;
  margin-bottom: 0.2em;
}

.worksTable td {
  border: none !important;
}

.worksTable .img {
  width: 33%;
}

.flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reviews .reviewList dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reviews .reviewList dl dt {
  width: 100% !important;
  background: #fff;
  color: #ef8820;
  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: #ef8820;
  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;
  backface-visibility: hidden;
}

.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: #ef8820 !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;
}

.blackBg .cartenOpen:after {
  background: #222;
}

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

.sns .sns_list {
  padding-right: 8px;
  border: none;
  min-height: 0%;
}

.sns .sns_list > div {
  min-height: 0%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.sns .sns_list > div .sns_photo {
  width: 28%;
  padding: 0;
  margin-right: 8px;
  min-height: 0%;
}

.sns .sns_list > div .sns_text {
  min-height: 0%;
  width: 72%;
  padding: 0;
}

.sns .sns_list > div .sns_text .sns_date {
  background: #ef8820;
  color: #fff;
  padding: 2px 4px;
  font-size: 15px;
}

.sns .sns_list > div .sns_text .caption {
  font-size: 15px;
}

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

.snsGallery .sns_list > div {
  border-bottom: none;
  display: block;
}

.snsGallery .sns_list > div .sns_text {
  width: 100%;
  font-size: 16px;
}

.snsGallery .sns_list > div .sns_text ul {
  display: none;
}

.snsGallery .sns_list > div .sns_text .sns_date {
  background: #ef8820;
  color: #fff;
  padding: 2px 8px;
}

.snsGallery .sns_list > div .sns_photo {
  width: 100%;
}

.snsGallery .sns_list > div .sns_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.photoGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photoGallery:before, .photoGallery:after {
  content: "";
  display: block;
  width: calc(100% / 3);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.photoGallery > div {
  width: calc(100% / 3);
  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: #ef8820;
  border-bottom: #ef8820 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: -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;
  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 #ef8820;
  color: #333;
  font-weight: bold;
  padding-left: 8px;
  font-size: 18px;
  margin-top: 0.8em;
  letter-spacing: 0.1em;
}

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

.policy-wrap {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  line-height: 1.4;
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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);
  transform: scale(0);
  -webkit-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 #ef8820;
  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 #ef8820;
  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;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

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

.policy-wrap.active > div {
  -webkit-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;
  }
}

.instaWrapWithDetail .sns_list {
  border: none;
}

.instaWrapWithDetail .sns_list > div {
  min-height: 0%;
  background: #fff;
  border: 1px solid #aaa;
  margin-bottom: 24px;
}

.instaWrapWithDetail .sns_list > div .sns_text {
  font-size: unset;
}

.instaWrapWithDetail .sns_list > div .sns_text .sns_date {
  font-weight: bold;
  color: #ef8820;
  border-bottom: 1px solid #ef8820;
  font-size: 18px;
  margin-bottom: 8px;
}

.instaWrapWithDetail .sns_list > div .sns_text ul {
  margin-top: 12px;
}

.instaWrapWithDetail .sns_list > div .sns_text ul li a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-right: 4px;
  color: #fff;
  background: #ef8820;
  margin-bottom: 4px;
  padding: 2px 4px;
  border-radius: 4px;
  border: none;
}

@media only screen and (max-width: 834px) {
  .instaWrapWithDetail .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .instaWrapWithDetail .sns_list > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .instaWrapWithDetail .sns_list > div .sns_photo {
    text-align: center;
  }
  .instaWrapWithDetail .sns_list > div .sns_photo img {
    max-width: 320px;
  }
}

.telBtn a {
  width: 260px;
  height: 48px;
  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;
  border: 1px solid #ef8820;
  color: #ef8820 !important;
  background: white;
  font-weight: 900;
  font-size: 18px;
  pointer-events: none;
}

.telBtn a:before {
  content: "";
  background: url(../images/contents/tel02.png) no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 8px;
}

.telBtn a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  color: #ef8820;
  margin-left: 12px;
}

@media only screen and (max-width: 834px) {
  .telBtn a {
    pointer-events: all;
  }
}
/*# sourceMappingURL=assets.css.map */