@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}

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

.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: #555;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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: 1160px;
}

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

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

@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

table td img {
  height: auto !important;
}

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

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
}

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

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 Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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: #3751b3;
}

#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 0px;
}

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

#header .inner .flxL {
  width: 43%;
}

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

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

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

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

#header .inner .flxL #siteID a {
  text-align: left;
  display: block;
}

#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 {
  width: 55%;
  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 address {
  font-size: 13px;
  margin-top: 10px;
}

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

#header .inner .flxR .left .tel2 {
  max-width: 245px;
  margin-right: 12px;
}

#header .inner .flxR .left .tel2 span {
  display: block;
}

#header .inner .flxR .left .tel2 a {
  color: #3786d6;
}

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

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

.navwrap {
  z-index: 100;
}

.navwrap #nav_global {
  position: relative;
}

.navwrap #nav_global > ul {
  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:hover {
  opacity: 1;
}

.navwrap #nav_global > ul > li > a {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 28px 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.6s;
  transition: 0.6s;
}

.navwrap #nav_global > ul > li > a span {
  display: block;
  line-height: 1.2;
}

.navwrap #nav_global > ul > li > a span:first-child {
  font-weight: 200;
  color: #3786d6;
  font-size: 16px;
}

.navwrap #nav_global > ul > li > a span:last-child {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #999;
  font-size: 14px;
}

.navwrap #nav_global > ul > li > a:hover {
  background: #eff8ff;
}

.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: #3751b3;
    position: fixed;
    z-index: 11;
    top: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 96% 40%;
    background-size: 240px;
  }
  #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: #fff;
    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: #3786d6 !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: block;
    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: #3786d6;
    width: auto;
    height: auto;
    background: none;
  }
  #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: "\f0c4";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(3) a::before {
    content: "\f004";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(4) a::before {
    content: "\f72f";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(5) a::before {
    content: "\f3c5";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(6) a::before {
    content: "\f7f3";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(7) a::before {
    content: "\f143";
  }
}

@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 16px;
  padding: 0 8px;
}

.pan1 a {
  color: #3751b3;
}

.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: 24px;
  border: 1px solid #ccc;
}

.question-list dl dt, .question-list dl dd {
  border: none !important;
  background: none !important;
}

.question-list dl dt {
  border-bottom: 4px dotted #3751b3 !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: #3751b3;
  font-size: 24px;
  line-height: 1.2;
}

.question-list dl dt:before {
  content: "Q";
  background: #3751b3;
  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: #3751b3;
  padding: 10px 0;
  color: #fff;
  font-weight: 400;
}

#copy div {
  color: #fff;
}

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

footer#global_footer {
  border-top: 1px solid #3751b3;
  min-width: 100%;
}

footer#global_footer #footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

footer#global_footer .footer-inner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer#global_footer .footer-inner > div {
  margin: 0 12px;
}

.footer-nav {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

@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: 1 1 auto;
          flex: 1 1 auto;
  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;
}

.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: #3751b3 !important;
  line-height: 1.2;
}

.footer-nav ul li:before {
  content: "";
  height: 16px;
  width: 1px;
  background: #fff;
  display: block;
}

.footer-nav ul li:nth-child(4n):after {
  content: "";
  height: 16px;
  width: 1px;
  background: #fff;
  display: block;
}

@media only screen and (max-width: 834px) {
  .footer-nav ul li:nth-child(4n):after {
    display: none;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .footer-nav ul li:nth-child(3n):after {
    content: "";
    height: 16px;
    width: 1px;
    background: #fff;
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .footer-nav ul li:nth-child(2n):after {
    content: "";
    height: 16px;
    width: 1px;
    background: #fff;
    display: block;
  }
}

.footer-nav ul li:last-child:after {
  content: "";
  height: 16px;
  width: 1px;
  background: #fff;
  display: block;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-inner > div {
  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: 834px) {
  .footer-inner > div {
    width: 100%;
  }
}

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

@media only screen and (max-width: 834px) {
  .footer-inner .footer-logo {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .footer-inner .footer-logo {
    margin-bottom: 0;
  }
}

.footer-inner .footer-logo img {
  max-width: 380px;
  padding: 0 30px 0 10px;
}

.footer-inner .footer-nav {
  text-align: center;
}

@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: #3751b3;
  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: #3751b3;
  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;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

@keyframes slideIn {
  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;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          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 {
    -ms-flex-pack: justify;
    -webkit-box-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-wrap {
  padding: 16px 16px 0 16px;
}

@media only screen and (max-width: 834px) {
  #main-wrap {
    padding: 16px 10px 32px;
  }
}

#main-wrap:empty {
  padding: 0;
  height: 0px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #main-wrap:empty {
    height: 8px;
  }
}

@media only screen and (max-width: 640px) {
  #main-wrap:empty {
    height: 8px;
  }
}

.main-img {
  position: relative;
}

.main-img li {
  float: none !important;
}

.main-img li img {
  width: 100%;
  min-height: 340px;
}

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

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

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .main-img .onMainImg {
    display: block;
  }
}

.main-img .onMainImg img {
  height: 100% !important;
  width: auto !important;
  margin-left: auto !important;
  margin-right: -1px !important;
}

@media only screen and (max-width: 640px) {
  .main-img .onMainImg img {
    margin-left: auto !important;
    margin-right: auto !important;
    -webkit-animation: fadeOut 3s ease-out forwards !important;
            animation: fadeOut 3s ease-out forwards !important;
    -webkit-animation-delay: 3s !important;
            animation-delay: 3s !important;
  }
}

@media only screen and (max-width: 834px) {
  .main-img .onMainImg {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}

.home-con01 {
  background-size: cover;
  background-position: center center;
}

.home-con01 .title .eng {
  color: #909090;
  font-weight: 100;
  letter-spacing: 0.4em;
  display: block;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .home-con01 .title .eng {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.home-con01 .title .eng:after {
  content: "";
  display: block;
  height: 1px;
  width: 120px;
  background: #aaa;
  margin: 32px auto;
}

.home-con01 .title .eng + br {
  display: none;
}

.home-con01 .title h1 {
  font-weight: 500;
  color: #3751b3;
  font-size: 1.625rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media (max-width: 1200px) {
  .home-con01 .title h1 {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

.home-con01 .text {
  line-height: 2;
  color: #777;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.home-con01 > div {
  opacity: 0;
}

@media only screen and (max-width: 834px) {
  .home-con01 > div {
    -webkit-animation: fadeIn 0.6s ease-out forwards;
            animation: fadeIn 0.6s ease-out forwards;
    opacity: 1;
  }
}

.home-con01.active > div {
  -webkit-animation: fadeIn 0.6s ease-out forwards;
          animation: fadeIn 0.6s ease-out forwards;
}

@media only screen and (max-width: 834px) {
  .home-con01.active > div {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
}

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

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

.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: #3751b3;
  font-size: 24px;
  font-weight: 500;
}

.serviceList .list .btnWrap {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  display: -ms-flexbox;
  display: -webkit-box;
  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 > .box {
  width: calc(50% - 32px) !important;
}

.home-con03 .title {
  line-height: 1.4;
  text-align: left;
}

.home-con03 .title .eng {
  color: #3751b3;
  letter-spacing: 0.1em;
}

.home-con03 .title h2 {
  color: #444;
  font-size: 1.75rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

@media only screen and (max-width: 834px) {
  .home-con03 {
    max-width: 640px !important;
  }
  .home-con03 > .box {
    width: calc(100%) !important;
  }
  .home-con03 .title div {
    text-align: center !important;
  }
  .home-con03 .title h2, .home-con03 .title span {
    text-align: center !important;
    width: 100%;
  }
}

.banner-flex {
  padding: 0 24px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.banner-flex .box {
  position: relative;
  width: calc(33.33333333% - 16px);
  color: #fff;
  border-radius: 16px;
  padding: 18px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -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));
}

@media only screen and (max-width: 640px) {
  .banner-flex .box {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
}

.banner-flex .box h2 {
  font-weight: bold;
  font-size: 18px;
  text-align: center !important;
  border-bottom: 4px dotted #fff;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-top: 10px;
}

.banner-flex .box a {
  display: block;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 16px;
}

.banner-flex .box a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.banner-flex .box img {
  border-radius: 16px;
  width: 100% !important;
}

.banner-flex .box article {
  position: relative;
}

.banner-flex .box article > div {
  line-height: 1.4;
}

.banner-flex .box:hover {
  -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-flex .box:hover a {
  opacity: 1;
}

.banner-flex .box:nth-child(1) {
  background-color: #82e987;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
  -webkit-transition-property: -webkit-filter, -webkit-transform;
  transition-property: -webkit-filter, -webkit-transform;
  transition-property: filter, transform;
  transition-property: filter, transform, -webkit-filter, -webkit-transform;
}

.banner-flex .box:nth-child(2) {
  background-color: #6ec0f9;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0s, 0.23s;
          transition-delay: 0s, 0.23s;
  -webkit-transition-property: -webkit-filter, -webkit-transform;
  transition-property: -webkit-filter, -webkit-transform;
  transition-property: filter, transform;
  transition-property: filter, transform, -webkit-filter, -webkit-transform;
}

.banner-flex .box:nth-child(3) {
  background-color: #ffa98f;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0s, 0.26s;
          transition-delay: 0s, 0.26s;
  -webkit-transition-property: -webkit-filter, -webkit-transform;
  transition-property: -webkit-filter, -webkit-transform;
  transition-property: filter, transform;
  transition-property: filter, transform, -webkit-filter, -webkit-transform;
}

.banner-flex.active .box:nth-child(1) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner-flex.active .box:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner-flex.active .box:nth-child(3) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner-flex .box:before {
  content: "";
  background: url(../images/contents/pandaDeco01.png) no-repeat;
  display: block;
  width: 60%;
  padding-top: 60%;
  position: absolute;
  background-size: contain;
  bottom: -8px;
  right: 0;
  opacity: 0.06;
}

.counselling-wrap {
  border: 2px solid #3786d6;
  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-family: "あんず文字";
  font-size: 2.25rem;
  color: #3786d6;
  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 #3786d6;
  border-radius: 8px;
  height: 68px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #3786d6;
  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 {
  max-width: 880px !important;
}

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

@media screen and (min-width: 641px) and (max-width: 834px) {
  .news .newsinner {
    max-height: 240px;
  }
}

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

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

.news .newsinner dl dt {
  font-size: 15px;
  font-weight: 500;
  background: none;
  border: none;
  height: 2em;
  text-align: center;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  padding-left: 0;
}

@media only screen and (max-width: 640px) {
  .news .newsinner dl dt {
    height: auto !important;
    width: auto !important;
  }
}

.news .newsinner dl dd {
  width: 100%;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  font-size: 15px;
  border: none;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .news .newsinner dl {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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;
    border-bottom: none !important;
  }
}

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

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

@media only screen and (max-width: 834px) {
  .banner-wrap {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            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: 35vh;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

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

.h1txt h1 {
  line-height: 1.4;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

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

.h1txt h1 small:after {
  width: 48px;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
  margin: 0 auto;
  margin-top: 10px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 12px double #fff;
  background: #3751b3;
  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: #3786d6;
  color: #fff;
  padding: 0 0.4em;
}

.fee-table td {
  border: none;
}

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

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

#questionLink {
  margin-bottom: 32px;
}

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

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

#questionLink li a {
  color: #666;
}

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

.bannerFlex01 {
  -ms-flex-pack: justify;
  -webkit-box-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 #3786d6;
  width: calc(50% - 8px);
  display: -ms-flexbox;
  display: -webkit-box;
  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 {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-size: 1.75rem;
  color: #3751b3;
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-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: #3786d6;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-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 {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.bannerFlex02 .box {
  width: calc(100% / 3) !important;
  float: none !important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
}

.bannerFlex02 .box a {
  margin: 0 auto;
}

.bannerFlex02 .box img {
  width: 100%;
}

.bannerFlex02.active .box {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .bannerFlex02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bannerFlex02 .box {
    width: 100% !important;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.brandList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-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: -ms-flexbox;
  display: -webkit-box;
  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;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          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;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            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;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            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 #3751b3;
  background: #aaa;
  padding: 12px;
  font-size: 15px;
}

.BFTable .title {
  background-image: url(../images/contents/instaBg.jpg);
  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: #566ccf;
}

@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 {
  width: 100% !important;
  max-height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.productWrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-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: #3751b3;
  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: -ms-flexbox;
  display: -webkit-box;
  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;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          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: #3751b3;
  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: -ms-flexbox;
  display: -webkit-box;
  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;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-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: #3786d6;
}

.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: #3751b3;
  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: -ms-flexbox;
  display: -webkit-box;
  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;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

.worksTable td {
  border: none !important;
}

.worksTable .img {
  width: 33%;
}

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

.linkFlex h3:before {
  color: #3751b3;
  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;
}

.companyTable table tbody tr td {
  padding: 6px !important;
  border: none;
}

.companyTable table tbody tr td:first-child div {
  min-width: 90px;
}

.companyTable table tbody tr .map div {
  height: 240px;
}

.reviewsWrap .title h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

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

.companyTable2 td:first-child {
  background: #f8f8f8;
}

.companyTable2 td:first-child div {
  font-weight: 500;
  text-align: center;
}

.gallery .box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.priceTable tbody tr {
  border-bottom: 1px dotted #aaa;
}

.priceTable tbody tr td {
  border: none !important;
}

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

@media only screen and (max-width: 834px) {
  .menuFlex .box {
    width: 100% !important;
    margin-bottom: 32px !important;
  }
}

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

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

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

.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 {
  pointer-events: none;
}

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

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

.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 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #3751b3;
  color: #3751b3;
  padding-bottom: 2px;
  line-height: 1.2;
}

.titlestyle-icon h2:before, .titlestyle-icon h3:before {
  color: #3751b3;
  margin-right: 4px;
  content: "\f3a5";
  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;
}

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

.title-border {
  -o-border-image: url(../images/contents/border.png) 0 0 6 0 round;
     border-image: url(../images/contents/border.png) 0 0 6 0 round;
  border-style: solid;
  border-width: 0 0 6px 0;
}

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

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

.numberList {
  border: 2px solid #3751b3;
  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: #3786d6;
  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% - 16px);
  margin-bottom: 3%;
}

.flexCol2:before, .flexCol2:after {
  content: "";
  width: calc(50% - 16px);
  -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 - 3%);
  margin-bottom: 3%;
}

.flexCol3:before, .flexCol3:after {
  content: "";
  width: calc(100% / 3 - 3%);
  -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: 3%;
  }
  .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: #3751b3;
}

.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: #3786d6;
  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: #3751b3;
  font-family: "Noto Serif Japanese", "游明朝体", "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: #3751b3;
  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: #3751b3 !important;
  margin-left: 5px;
  margin-right: 5px;
}

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

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

.insta {
  background-position: center;
  background-repeat: no-repeat;
}

.slick-slide {
  position: relative;
}

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

div.sns_list div.sns_photo {
  width: calc(100vw / 6);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100vw / 6);
  overflow: hidden;
}

div.sns_list div.sns_photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  div.sns_list div.sns_photo {
    width: calc(calc(100vw - 16px) / 3);
    height: calc(calc(100vw - 16px) / 3);
  }
}

@media only screen and (max-width: 640px) {
  div.sns_list div.sns_photo {
    width: calc(calc(100vw - 16px) / 3);
    height: calc(calc(100vw - 16px) / 3);
  }
}

div.sns_list div.sns_text {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 1.6rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

div.sns_list div.sns_text > div {
  width: 92%;
  margin: 0 auto;
}

div.sns_list div.sns_text .sns_date {
  background: #3751b3;
  color: #fff;
  padding: 4px;
  margin-bottom: 8px;
}

div.sns_list {
  border: none !important;
}
/*# sourceMappingURL=assets.css.map */