@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,600,700&display=swap");
.ggmap {
  position: relative;
  padding-bottom: 33%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ggmap {
    padding-bottom: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .ggmap {
    padding-bottom: 60%;
  }
}

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

.contents-wrap01 {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-wrap {
  background-size: cover;
  background-position: center;
}

.bg-wrap:before {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

.bg-wrap:after {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

.bg-wrap-repeat {
  background-repeat: repeat;
}

.bg-wrap-repeat:before {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

.bg-wrap-repeat:after {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

.bg-wrap-repeat + .bg-wrap-repeat > .contents-wrap01,
.bg-wrap-repeat + .bg-wrap-repeat > .contents-wrap02 {
  margin-top: 0;
}

.bg-wrap-repeat + .bg-wrap-repeat:before {
  display: none;
}

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

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

@-webkit-keyframes rightIn {
  0% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
    display: none;
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
    display: none;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    display: block;
    opacity: 1;
  }
}

@keyframes rightIn {
  0% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
    display: none;
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
    display: none;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    display: block;
    opacity: 1;
  }
}

.pcnone {
  display: none;
}

@media only screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

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

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

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

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

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

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

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

.disnone {
  display: none !important;
}

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

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

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

li {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  overflow-x: hidden;
  counter-reset: number 0;
  line-height: 2;
  font-weight: 300;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  font-size: 16px;
}

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

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

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

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

.inner1 {
  margin: 0 auto;
  max-width: 1000px;
}

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

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

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

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

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

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

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

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

table {
  table-layout: auto;
}

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

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

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

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
}

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

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

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

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

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

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

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

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

@-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: #54381e;
}

#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: #00abe9;
}

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

#hednav {
  text-align: left;
}

#hednav .global-menu-btn {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 17px;
  margin: 0;
}

#hednav .global-menu-btn span {
  width: 28px;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#hednav .global-menu-btn span.is-top {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

#hednav .global-menu-btn span.is-middle {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

#hednav .global-menu-btn span.is-bottom {
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
}

#hednav .text {
  margin-left: 4px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 200;
}

#hednav.MenuOpened .global-menu-btn span.is-top {
  -webkit-animation: gpNav-top-close 0.7s ease-in-out 0s 1 forwards;
  animation: gpNav-top-close 0.7s ease-in-out 0s 1 forwards;
}

#hednav.MenuOpened .global-menu-btn span.is-middle {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 0;
}

#hednav.MenuOpened .global-menu-btn span.is-bottom {
  -webkit-animation: gpNav-bottom-close 0.7s ease-in-out 0s 1 forwards;
  animation: gpNav-bottom-close 0.7s ease-in-out 0s 1 forwards;
}

@-webkit-keyframes gpNav-top-close {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
}

@keyframes gpNav-top-close {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
    transform: translateY(8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
}

@-webkit-keyframes gpNav-bottom-close {
  0% {
    -webkit-transform: translateY(12px) rotate(0deg);
    transform: translateY(12px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
}

@keyframes gpNav-bottom-close {
  0% {
    -webkit-transform: translateY(12px) rotate(0deg);
    transform: translateY(12px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
}

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

#hednav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 96% 40%;
  background-size: 240px;
}

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

#hednav {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12px;
}

#hednav .wrap {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(8, 8, 8, 0.98);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#hednav .wrap .navwrap {
  width: calc(70% - 100px);
}

#hednav .wrap .navwrap nav {
  height: calc(100% - 80px);
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#hednav .wrap .navwrap nav ul {
  width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  letter-spacing: 0.06em;
  padding: 0 20px;
}

#hednav .wrap .navwrap nav ul li {
  width: 14.2%;
  text-align: center;
  margin-bottom: 12px;
}

#hednav .wrap .navwrap nav ul li a {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  color: #fff;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 100;
}

#hednav .wrap .navwrap nav ul li a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin-bottom: 14px;
  background: #333;
}

#hednav .wrap .navwrap nav ul li a:hover {
  opacity: 1;
  color: #c91a09;
}

#hednav .wrap .header-logo {
  width: 30%;
  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) {
  #hednav .wrap .navwrap {
    width: 70%;
  }
  #hednav .wrap .navwrap nav ul li {
    width: 20%;
  }
  #hednav .wrap .header-logo {
    width: 30%;
  }
}

@media only screen and (max-width: 640px) {
  #hednav .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #hednav .wrap .navwrap {
    height: 50%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #hednav .wrap .navwrap nav ul li {
    width: calc(100% / 6);
  }
  #hednav .wrap .navwrap nav ul li a {
    font-size: 1.125rem;
  }
  #hednav .wrap .header-logo {
    padding-bottom: 24px;
    height: 50%;
    width: 100%;
  }
}

#hednav.MenuOpened {
  z-index: 13 !important;
}

#hednav.MenuOpened .global-menu-btn {
  z-index: 3;
}

#hednav.MenuOpened .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: gMenufadeIn 0.3s linear 0.1s 1 backwards;
  animation: gMenufadeIn 0.3s linear 0.1s 1 backwards;
}

#hednav.MenuOpened .wrap .navwrap nav ul {
  -webkit-animation: translateY-up--2 2s ease 0.4s 1 backwards;
  animation: translateY-up--2 2s ease 0.4s 1 backwards;
}

#hednav.is-close .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: gMenufadeOut 0.3s linear 0.1s 1 forwards;
  animation: gMenufadeOut 0.3s linear 0.1s 1 forwards;
}

@-webkit-keyframes translateY-up--2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes translateY-up--2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

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

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

@-webkit-keyframes gMenufadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}

@keyframes gMenufadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}

#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: 16px auto 16px;
  padding: 0 8px;
  color: #020202;
}

.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 #54381e !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: #54381e;
  font-size: 24px;
  line-height: 1.2;
}

.question-list dl dt:before {
  content: "Q";
  background: #54381e;
  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;
}

.stickyNav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #967e34;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.stickyNav .global-menu-btn {
  padding: 0 24px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.stickyNav a {
  color: #Fff !important;
  font-size: 20px;
  font-weight: 100;
}

.stickyNav a i {
  margin-right: 4px;
}

.stickyNav .tellBtn {
  letter-spacing: 0.2em;
}

.stickyNav > div.tellBtn, .stickyNav > div.contactBtn {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px;
}

.stickyNav > div.tellBtn:before, .stickyNav > div.contactBtn:before {
  content: "";
  display: block;
  height: 92%;
  width: 1px;
  background: #967e34;
  position: absolute;
  left: 0;
  top: 0;
}

#hednav.MenuOpened {
  position: fixed !important;
}

/*====================@footer=========================*/
footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}

.footer-contact {
  background: url("../images/contents/contactBg.jpg");
  background-position: center;
  background-size: cover;
  padding: 100px 8px;
}

@media only screen and (max-width: 834px) {
  .footer-contact {
    padding: 48px 8px;
  }
}

.footer-contact .inner1 {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 640px) {
  .footer-contact .inner1 {
    padding: 40px 16px;
  }
}

.footer-contact .inner1 h2 {
  font-size: 1.625rem;
  color: #54381e;
  margin-bottom: 8px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .footer-contact .inner1 h2 {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

.footer-contact .inner1 .text {
  color: #020202;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.footer-contact .inner1 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-contact .inner1 .btn a {
  background: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  margin: 0 10px;
  width: 50%;
  max-width: 250px;
  border: 1px solid #54381e;
  padding: 12px 24px;
  color: #54381e;
  font-size: 1.125rem;
  font-weight: 600;
  color: #54381e !important;
}

.footer-contact .inner1 .btn a img {
  margin-right: 8px;
}

@media only screen and (max-width: 640px) {
  .footer-contact .inner1 .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-contact .inner1 .btn a {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-contact .inner1 .btn a:first-child {
    margin-bottom: 8px;
  }
}

footer address {
  margin-top: 16px;
}

footer address span {
  color: #020202;
  display: block;
  line-height: 1.4;
}

.footerwrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

#nav_footer {
  padding: 40px;
  background: #1d1d1d;
  border-top: 2px solid #967e34;
}

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

#nav_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#nav_footer ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#nav_footer ul li a {
  font-weight: 300;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

#copy {
  font-weight: 300;
  display: block;
  background: #1d1d1d;
  color: #fff;
  border-bottom: 2px solid #967e34;
  padding: 0px 0 0px;
}

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

#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 borderAnim {
  0% {
    width: 0px;
    opacity: 0;
  }
  100% {
    width: 160px;
    opacity: 1;
  }
}

@keyframes borderAnim {
  0% {
    width: 0px;
    opacity: 0;
  }
  100% {
    width: 160px;
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1200px) {
  .media {
    padding: 0 10px;
  }
}

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

.media .sns_list {
  border: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.63934%;
}

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

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

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

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

@media only screen and (max-width: 640px) {
  .media .sns_list > div {
    width: 48%;
    margin-left: 0;
  }
}

.media .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}

.media .sns_list > div .sns_photo a {
  display: block;
}

.media .sns_list > div .sns_photo img {
  height: 11.6666vw !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 100%;
     object-position: 0 100%;
  display: block;
  font-family: 'object-fit: cover;';
}

@media only screen and (min-width: 1600px) {
  .media .sns_list > div .sns_photo img {
    height: 223.94px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .media .sns_list > div .sns_photo img {
    height: 20vw !important;
  }
}

@media only screen and (max-width: 640px) {
  .media .sns_list > div .sns_photo img {
    height: 40vw !important;
  }
}

.media .sns_list > div .sns_text {
  display: none;
}

.main-img {
  height: 90vh;
  background-size: cover;
  position: relative;
}

.main-img ul {
  height: 100%;
}

.main-img li {
  -webkit-animation: fadeIn2 1.6s ease-in-out forwards;
          animation: fadeIn2 1.6s ease-in-out forwards;
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: none !important;
}

.main-img img {
  width: 48%;
  -webkit-filter: drop-shadow(0 24px 20px black);
          filter: drop-shadow(0 24px 20px black);
  max-width: 720px;
}

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

.main-img .onMainImg img {
  max-width: 886px;
  -webkit-filter: drop-shadow(0 6px 3px black);
          filter: drop-shadow(0 6px 3px black);
}

@media only screen and (max-width: 834px) {
  .main-img {
    height: 82vh;
  }
  .main-img li {
    height: calc(100% - 12px);
  }
  .main-img img {
    width: 80%;
  }
}

.courseWrap .courseContent {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .courseWrap .courseContent article {
    padding-top: 140px;
  }
}

.courseWrap .courseContent article img {
  position: absolute;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6));
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media only screen and (max-width: 834px) {
  .courseWrap .courseContent article img {
    top: 0;
    opacity: 0.8;
  }
}

.courseWrap .courseContent article h2, .courseWrap .courseContent article div {
  position: relative;
}

.courseWrap .courseContent article div {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8), 0px 2px 2px black;
}

@media only screen and (max-width: 834px) {
  .courseWrap .courseContent article div {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8), 0px 2px 2px black, 0px 2px 1px black;
  }
}

.courseWrap .courseContent article h2 {
  padding: 4px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 2, 2, 0)), color-stop(12%, rgba(2, 2, 2, 0.75)), color-stop(50%, #020202), color-stop(88%, rgba(2, 2, 2, 0.75)), to(rgba(2, 2, 2, 0)));
  background: linear-gradient(to right, rgba(2, 2, 2, 0) 0%, rgba(2, 2, 2, 0.75) 12%, #020202 50%, rgba(2, 2, 2, 0.75) 88%, rgba(2, 2, 2, 0) 100%);
  text-align: center !important;
  font-size: 1.75rem;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 10px rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1em;
  margin-bottom: 26px;
}

@media (max-width: 1200px) {
  .courseWrap .courseContent article h2 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.courseWrap .courseContent article a {
  margin-left: auto;
  margin-top: 24px;
  padding: 8px 48px;
  border: 1px solid #c91a09;
  color: #c9c9c9;
  text-align: center;
  max-width: 260px;
  display: block;
}

@media only screen and (max-width: 640px) {
  .courseWrap .courseContent article a {
    max-width: 100%;
  }
}

.courseWrap .courseContent:nth-child(even) {
  padding-right: 50%;
}

.courseWrap .courseContent:nth-child(even) img {
  right: 0;
}

@media only screen and (max-width: 640px) {
  .courseWrap .courseContent:nth-child(even) img {
    right: -10%;
  }
}

@media only screen and (max-width: 640px) {
  .courseWrap .courseContent:nth-child(even) {
    padding-right: 20%;
  }
}

.courseWrap .courseContent:nth-child(odd) {
  padding-left: 50%;
}

.courseWrap .courseContent:nth-child(odd) img {
  left: 0;
}

@media only screen and (max-width: 640px) {
  .courseWrap .courseContent:nth-child(odd) img {
    left: -10%;
  }
}

@media only screen and (max-width: 640px) {
  .courseWrap .courseContent:nth-child(odd) {
    padding-left: 20%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .courseWrap .imgR, .courseWrap .imgL, .courseWrap .imgL {
    width: 64% !important;
    max-width: 64% !important;
  }
}

.courseWrap.menuVer .price {
  display: block;
  text-align: right;
  font-size: 24px;
  border-bottom: 1px solid #444;
}

.courseWrap.whiteVer h2, .courseWrap.whiteVer h3 {
  color: white;
  padding: 4px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 2, 2, 0)), color-stop(12%, rgba(2, 2, 2, 0.75)), color-stop(50%, #020202), color-stop(88%, rgba(2, 2, 2, 0.75)), to(rgba(2, 2, 2, 0)));
  background: linear-gradient(to right, rgba(2, 2, 2, 0) 0%, rgba(2, 2, 2, 0.75) 12%, #020202 50%, rgba(2, 2, 2, 0.75) 88%, rgba(2, 2, 2, 0) 100%);
  text-align: center !important;
  font-size: 1.75rem;
  text-shadow: none;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
}

@media (max-width: 1200px) {
  .courseWrap.whiteVer h2, .courseWrap.whiteVer h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.courseWrap.whiteVer article div {
  text-shadow: none;
}

@media only screen and (max-width: 834px) {
  .courseWrap.whiteVer article div {
    text-shadow: 0px 2px 4px white, 0px 0px 4px rgba(255, 255, 255, 0.8);
  }
}

.courseWrap.whiteVer article img {
  -webkit-filter: none;
          filter: none;
}

@media only screen and (max-width: 834px) {
  .courseWrap.whiteVer article img {
    opacity: 0.7;
  }
}

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

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

.linkTable tr td {
  width: 50%;
}

.home-con01 h1 {
  font-weight: 500;
  color: #00aee0;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

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

.home-con01 h1 small {
  font-size: 0.7em;
  font-weight: 500;
}

.home-con01.text {
  max-width: 740px;
}

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

.home-con02.title h2 {
  letter-spacing: 0.06em;
  font-size: 2.5rem;
  color: #fff;
  text-shadow: #54381e 2px 0px, #54381e -2px 0px, #54381e 0px -2px, #54381e 0px 2px, #54381e 2px 2px, #54381e -2px 2px, #54381e 2px -2px, #54381e -2px -2px, #54381e 1px 2px, #54381e -1px 2px, #54381e 1px -2px, #54381e -1px -2px, #54381e 2px 1px, #54381e -2px 1px, #54381e 2px -1px, #54381e -2px -1px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media (max-width: 1200px) {
  .home-con02.title h2 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

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

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

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

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

.serviceList .list .btnWrap a:hover {
  background: #c91a09;
  color: #fff !important;
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .serviceList .list .btnWrap a {
    max-width: 100%;
  }
}

.home-con03 .text {
  color: #ffffff;
  line-height: 1.4;
  font-size: 2.5rem;
  text-shadow: #00abe9 2px 0px, #00abe9 -2px 0px, #00abe9 0px -2px, #00abe9 0px 2px, #00abe9 2px 2px, #00abe9 -2px 2px, #00abe9 2px -2px, #00abe9 -2px -2px, #00abe9 1px 2px, #00abe9 -1px 2px, #00abe9 1px -2px, #00abe9 -1px -2px, #00abe9 2px 1px, #00abe9 -2px 1px, #00abe9 2px -1px, #00abe9 -2px -1px;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

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

.home-con03 .text img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

@media only screen and (max-width: 834px) {
  .home-con03 .text > div {
    padding-left: 120px;
    padding-right: 16px;
    text-align: left !important;
  }
  .home-con03 .text > div br {
    display: none;
  }
}

.home-con03 .text.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.home-con04 {
  line-height: 1.5;
  font-size: 18px;
}

.home-con04 img {
  border-radius: 16px;
}

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

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

@media only screen and (max-width: 640px) {
  .banner-flex {
    -webkit-box-pack: justify;
        -ms-flex-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 #00abe9;
  border-radius: 16px;
  background-color: #fffcee;
  background-image: url("../images/contents/flowerDeco01.png"), url("../images/contents/flowerDeco02.png");
  background-position: left bottom , right bottom;
  background-repeat: no-repeat,no-repeat,no-repeat;
}

.counselling-wrap .text {
  font-size: 20px;
}

.counselling-wrap .text h2 {
  font-size: 2.25rem;
  color: #00abe9;
  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 #00abe9;
  border-radius: 8px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #00abe9;
  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;
  background: #fff;
  padding: 24px 12px 24px 40px;
}

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

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

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

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

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

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

.news .newsinner dl dd {
  border: none;
}

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

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

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

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

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

.banner-wrap .banner-table {
  width: calc(50% - 16px);
  border-radius: 16px;
  padding: 16px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.banner-wrap .banner-table table {
  position: relative;
}

.banner-wrap .banner-table table a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}

.banner-wrap .banner-table table td {
  padding: 0 !important;
  border: none !important;
}

.banner-wrap .banner-table table td.img {
  width: 186px;
  padding-right: 16px;
}

.banner-wrap .banner-table table td.img img {
  border-radius: 16px;
}

.banner-wrap .banner-table table td.title {
  padding-left: 16px !important;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.banner-wrap .banner-table table td.title div {
  border-bottom: 4px dotted #fff;
}

.banner-wrap .banner-table table td.text {
  padding-left: 16px !important;
  line-height: 1.4;
  font-size: 15px;
}

.banner-wrap .banner-table .text {
  color: #fff;
}

.banner-wrap .banner-table:first-child {
  background: #ffb9a2;
}

.banner-wrap .banner-table:nth-child(2) {
  background: #74e179;
}

.banner-wrap .banner-table:hover {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
}

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

.h1txt {
  position: relative;
  height: 35vh;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
}

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

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

.h1txt h1 {
  line-height: 1.4;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 2.375rem;
  font-weight: 200;
  letter-spacing: 0.08em;
}

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

.h1txt h1:after {
  -webkit-animation: borderAnim 2s ease-in-out forwards;
          animation: borderAnim 2s ease-in-out forwards;
  width: 0px;
  height: 1px;
  background: #c91a09;
  display: block;
  content: "";
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 8px;
}

.h1txt span {
  font-size: 18px;
  font-weight: 100;
  position: relative;
  -webkit-animation: fadeIn2 2.4s ease-in-out forwards;
          animation: fadeIn2 2.4s ease-in-out forwards;
  color: #efefef;
}

.troble .suggest-text {
  padding: 0.6em 1em 0.6em;
}

.troble .suggest-text div {
  font-size: 20px;
  line-height: 1.6;
}

.troble .suggest-text:after {
  display: none;
}

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

.merti-list h3 {
  font-size: 24px;
  border-bottom: 2px dotted #333;
  margin-bottom: 4px;
  line-height: 1.2;
  padding-bottom: 4px;
}

@media only screen and (max-width: 640px) {
  .merti-list h3 {
    font-size: 20px;
  }
  .merti-list img {
    float: left !important;
    margin-right: 8px !important;
    max-width: 40% !important;
  }
}

.merti-list article > div {
  overflow: auto;
}

.flow-list {
  counter-reset: number 0;
  padding: 0 16px 0 0;
}

.flow-list ul li {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow-list ul li:nth-child(1):before {
  background: #fb8970;
}

.flow-list ul li:nth-child(2):before {
  background: #92d5b8;
}

.flow-list ul li:nth-child(3):before {
  background: #72cde7;
}

.flow-list ul li:nth-child(4):before {
  background: #a9ce14;
}

.flow-list ul li:nth-child(5):before {
  background: #fbb249;
}

.flow-list ul li:nth-child(6):before {
  background: #9f6255;
}

.flow-list ul li:nth-child(7):before {
  background: #8b6944;
}

.flow-list ul li:before {
  counter-increment: number 1;
  /* number カウンタを増加 */
  content: "STEP\a 0" counter(number);
  /* 表示形式を指定 */
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 12px double #fff;
  background: #54381e;
  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: #00abe9;
  color: #fff;
  padding: 0 0.4em;
}

.fee-table td {
  border: none;
}

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

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

#questionLink {
  margin-bottom: 32px;
}

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

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

#questionLink li a {
  color: #666;
}

.staff-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staff-list .box {
  margin-bottom: 24px;
  border: 1px solid #aaa;
  position: relative;
  width: calc(50% - 8px);
}

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

.staff-list .box > div {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  padding: 10px 12px;
  font-size: 22px;
}

@media only screen and (max-width: 834px) {
  .staff-list .box > div {
    font-size: 1.125rem;
  }
}

.staff-list .box > div small {
  display: block;
}

.errorWrap .pan1 {
  text-align: right;
}

.errorWrap > div:last-child {
  margin-bottom: 80px;
}

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

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

.bannerFlex01 .box {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  padding: 8px;
  margin-bottom: 16px;
  border: 2px solid #00abe9;
  width: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.bannerFlex01 .box a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bannerFlex01 .box > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.75rem;
  color: #54381e;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .bannerFlex01 .box > div {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.bannerFlex01 .box:after {
  height: 100%;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  background: #00abe9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
}

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

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

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

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

.bannerFlex02 .box a {
  font-size: 1.5rem;
  color: #54381e;
  font-weight: 500;
}

.bannerFlex02 .box a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

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

.bannerFlex02 .box > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bannerFlex02 .box:after {
  height: 100%;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  background: #00abe9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

.serviceListWrap .serviceList {
  width: calc(100% / 3 - 16px);
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid #aaa;
  background: #fff;
}

.serviceListWrap .serviceList ul li:first-child {
  text-align: center !important;
}

.serviceListWrap .serviceList ul li:first-child img {
  max-width: 180px;
  margin-bottom: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

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

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

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

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

.priceTableWrap .priceTable.title {
  background: #a2e8ff;
}

.priceTableWrap .priceTable.title td {
  text-align: center !important;
}

.priceTableWrap .priceTable.title td div {
  font-weight: 500;
}

.priceTableWrap .priceTable:not(.title) td.serviceName {
  background: #f1fcff;
  text-align: center !important;
}

.priceTableWrap .priceTable:not(.title) td.serviceName div {
  font-weight: 500 !important;
}

.priceTableWrap .priceTable .serviceName {
  width: 20%;
}

.priceTableWrap .priceTable .serviceDetail {
  width: 40%;
}

.priceTableWrap .priceTable .servicePrice {
  width: 20%;
}

.priceTableWrap .priceTable .serviceTotal {
  width: 20%;
  text-align: center !important;
}

.priceTableWrap2 .priceTable.title {
  background: #a2e8ff;
}

.priceTableWrap2 .priceTable.title td {
  text-align: center !important;
}

.priceTableWrap2 .priceTable.title td div {
  font-weight: 500;
}

.priceTableWrap2 .priceTable:not(.title) td.serviceName {
  background: #f1fcff;
  text-align: center !important;
}

.priceTableWrap2 .priceTable:not(.title) td.serviceName div {
  font-weight: 500 !important;
}

.priceTableWrap2 .priceTable .serviceName {
  width: 20%;
}

.priceTableWrap2 .priceTable .serviceDetail {
  width: 24%;
}

.priceTableWrap2 .priceTable .servicePrice {
  width: 11.5%;
}

.priceTableWrap2 .priceTable .serviceTotal {
  width: 11.5%;
  text-align: center !important;
}

.priceTableWrap2 .priceTable .parts {
  width: 11.5%;
  text-align: center !important;
}

.priceTableWrap2 .priceTable .visitFee {
  width: 11.5%;
}

.warning {
  color: #333;
  border: 1px solid #c91a09;
  background: #fff;
  padding: 12px;
  font-size: 15px;
}

.BFTable .title {
  background: #54381e;
  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: #c91a09;
}

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

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

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

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

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

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

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

.productWrap .productTable .img {
  overflow: hidden;
  text-align: center !important;
  position: relative;
}

.productWrap .productTable .img:before {
  content: "";
  padding-top: 64%;
  display: block;
}

.productWrap .productTable .img img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.productWrap .productTable .name div {
  color: #54381e;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .productWrap .productTable .name div {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.productWrap .productTable .feat {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.productWrap .productTable .feat > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productWrap .productTable .feat b {
  background: #ffa10c;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
}

.productWrap .productTable .smallPrice div {
  font-size: 0.8em;
  line-height: 1.2;
}

.productWrap .productTable .price div {
  line-height: 1.2;
  font-size: 1.2em;
}

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

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

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

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

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

.productWrap2 .productTable {
  margin-bottom: 10px;
  border: 1px solid #aaa;
  padding: 16px 8px;
}

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

.productWrap2 .productTable .img {
  padding: 10px !important;
  width: 33%;
  overflow: hidden;
  text-align: center !important;
  position: relative;
}

.productWrap2 .productTable .img img {
  margin: auto;
  width: 100%;
}

.productWrap2 .productTable .name div {
  color: #54381e;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .productWrap2 .productTable .name div {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.productWrap2 .productTable .feat {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.productWrap2 .productTable .feat > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productWrap2 .productTable .feat b {
  background: #ffa10c;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
}

.productWrap2 .productTable .feat b + br {
  display: none;
}

.productWrap2 .productTable .smallPrice div {
  font-size: 0.8em;
  line-height: 1.2;
}

.productWrap2 .productTable .price {
  height: 100%;
  vertical-align: top !important;
}

.productWrap2 .productTable .price div {
  line-height: 1.2;
  font-size: 1.2em;
}

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

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

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

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

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

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

.brandListWrap .productTable .place {
  background: #00abe9;
}

.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: #54381e;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .brandListWrap .productTable .name div {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.brandListWrap .productTable .feat {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.brandListWrap .productTable .feat > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brandListWrap .productTable .feat b {
  background: #ffa10c;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
}

.brandListWrap .productTable .smallPrice div {
  font-size: 0.8em;
  line-height: 1.2;
  margin-bottom: 0.4em;
}

.brandListWrap .productTable .price-text {
  font-size: 1.2em;
  line-height: 1.2;
}

.brandListWrap .productTable .price div {
  color: #ff0a0a;
  line-height: 1.2;
  font-size: 1.4em;
  font-weight: bold;
}

.brandListWrap .productTable .price div:after {
  content: "(税別)";
  font-weight: normal;
  font-size: 0.8em;
}

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

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

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

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

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

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

.BtnWrap_brandList {
  background: #f0f0f0;
}

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

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

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

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

.worksTable td {
  border: none !important;
}

.worksTable .img {
  width: 33%;
}

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

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

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

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

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

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

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

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

.carten-con02 .img img {
  min-width: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

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

.carten-con02 .box {
  position: relative;
  width: 50%;
  max-width: 600px;
}

.carten-con02 .box .title {
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 1.5625rem;
}

@media (max-width: 1200px) {
  .carten-con02 .box .title {
    font-size: calc(1.28125rem + 0.375vw) ;
  }
}

.carten-con02 .box .title h2 {
  font-weight: 900;
  margin-bottom: 24px;
}

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

.carten-con02 .box .text {
  line-height: 2.4;
}

@media only screen and (max-width: 834px) {
  .carten-con02 .box .text {
    line-height: 1.8;
  }
}

.carten-con02 .box .btn03 {
  margin-top: 40px;
}

.carten-con02 .box .btn03 div {
  text-align: right;
}

.carten-con02 .box > .inner {
  width: 560px;
  padding: 24px 80px;
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 834px) {
  .carten-con02 .box > .inner {
    width: 560px;
    padding: 24px 80px;
  }
}

@media only screen and (max-width: 640px) {
  .carten-con02 .box > .inner {
    width: 100%;
    padding: 24px 24px;
  }
}

@media only screen and (max-width: 834px) {
  .carten-con02 {
    position: relative;
  }
  .carten-con02 .img {
    width: 100%;
  }
  .carten-con02 .box {
    position: absolute;
    width: 100%;
    max-width: 100%;
  }
}

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

.homeCon-item {
  color: #020202;
}

.homeCon-item .title {
  text-align: center;
}

.homeCon-item .title h2 {
  font-size: 1.75rem;
  color: #54381e;
  margin-bottom: 12px;
}

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

.whiteBg {
  overflow: hidden;
  color: #020202;
}

.whiteBg .title {
  text-align: center;
}

.whiteBg .title h2 {
  font-size: 1.75rem;
  color: #54381e;
  margin-bottom: 12px;
}

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

.menuDL {
  padding: 24px;
  border: 1px solid #333;
  background: rgba(0, 0, 0, 0.3);
}

.menuDL dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #666;
}

.menuDL dl dd, .menuDL dl dt {
  border: none !important;
  width: 100%;
  background-color: transparent !important;
  padding: 0 !important;
  line-height: 1.4;
}

.menuDL dl dt {
  padding-top: 8px !important;
  font-size: 20px;
}

.menuDL dl dd {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.menuDL dl dd .price {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  float: right;
  font-size: 18px;
}

.drink .menuList dl:first-child {
  line-height: 1.4;
  font-size: 24px;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}

.drink .menuList dl:first-child dt {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .drink .menuList {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.menuList.single {
  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;
}

.menuList.single dl {
  width: calc(50% - 8px);
}

@media only screen and (max-width: 640px) {
  .menuList.single dl {
    width: 100%;
  }
}

.menuList.single dl:first-child {
  width: 100%;
  line-height: 1.4;
  font-size: 24px;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}

.fixedBg {
  background-attachment: fixed;
}

@media only screen and (max-width: 834px) {
  .fixedBg {
    height: 240px !important;
  }
}

.shopinfo {
  padding: 0 8px;
}

.shopinfo dt, .shopinfo dd {
  background: none !important;
  border: none !important;
  line-height: 1.4;
}

.shopinfo dd {
  text-align: left;
}

.shopinfo dl {
  border-bottom: 1px dashed #666;
}

.shopinfo dl:first-child {
  line-height: 1.4;
  font-size: 24px;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}

.shopinfo dl:first-child dt {
  width: 100% !important;
}

.shopinfo dl:first-child dd:empty {
  display: none;
}

@media only screen and (max-width: 640px) {
  .shopinfo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.title.withEng {
  font-size: 1.75rem;
  line-height: 1.4;
}

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

.title.withEng h2, .title.withEng h3 {
  font-size: 1.25rem;
}

a.btn {
  margin: auto;
  padding: 8px 48px;
  border: 1px solid #c91a09;
  text-align: center;
  max-width: 260px;
  display: block;
}

.blogH1 {
  background-image: url(../../images/contents/mainBg.png);
}

.news_blog div.blog_list {
  border: none;
}

.news_blog .blog_photo {
  display: none;
}

.news_blog .blog_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .news_blog .blog_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news_blog .blog_text .blog_date {
  width: 135px;
  font-size: 16px;
  color: #000;
}

.news_blog .blog_text .detail {
  margin-top: 0;
}

.news_blog .blog_text h3 {
  font-size: 16px;
}

.news_blog .blog_text h3 a {
  color: #000;
}

.recommended article::before {
  content: url(../images/contents/recommended.png);
  display: block;
}

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

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

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

.not-for-pc {
  display: none;
}

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

.for-pc {
  display: inline-block;
}

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

.for-sp {
  display: none;
}

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

/* title */
.midashi {
  display: block;
  width: 100%;
}

.midashi h2 {
  color: #000;
  font-weight: 700;
  line-height: 1;
  font-size: 50px;
  font-size: 3.125vw;
}

@media only screen and (min-width: 1600px) {
  .midashi h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi h2 {
    font-size: 45px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi h2 {
    font-size: 35px;
  }
}

.midashi h2 span {
  margin-top: 15px;
  display: block;
  font-size: 24px;
  font-size: 1.5vw;
}

@media only screen and (min-width: 1600px) {
  .midashi h2 span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi h2 span {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi h2 span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi h2 span {
    font-size: 18px;
  }
}

.midashi2 {
  display: block;
  width: 100%;
}

.midashi2 h2 {
  color: #000;
  font-weight: 700;
  line-height: 1;
  font-size: 40px;
  font-size: 2.5vw;
}

@media only screen and (min-width: 1600px) {
  .midashi2 h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi2 h2 {
    font-size: 35px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi2 h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi2 h2 {
    font-size: 30px;
  }
}

.midashi2 h2 span {
  margin-top: 15px;
  display: block;
  font-size: 24px;
  font-size: 1.5vw;
}

@media only screen and (min-width: 1600px) {
  .midashi2 h2 span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi2 h2 span {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi2 h2 span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi2 h2 span {
    font-size: 18px;
  }
}

.midashi3 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875vw;
}

@media only screen and (min-width: 1600px) {
  .midashi3 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi3 h2 {
    font-size: 25px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi3 h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi3 h2 {
    font-size: 20px;
  }
}

.midashi3 h2:after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  content: "";
  display: block;
  border-top: solid 1px #f6ed13;
  width: auto;
  height: 1px;
  z-index: 0;
}

.midashi3 span {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 15px 0 0;
}

.midashi3 br {
  display: none !important;
}

.midashi4 h2 {
  letter-spacing: 0.2em;
  padding: 20px 15px;
  font-weight: 700;
  color: #333;
  background-image: url(../images/contents/midashi.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #f4f4f4;
  border-left: solid 5px #1b4996;
  border-bottom: solid 3px #d7d7d7;
  background-size: contain;
  font-size: 25px;
  font-size: 1.5625vw;
}

@media only screen and (min-width: 1600px) {
  .midashi4 h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h2 {
    font-size: 25px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi4 h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi4 h2 {
    font-size: 18px;
  }
}

.midashi4 h2 span {
  color: #0b51c2;
  display: block;
  font-size: 13px;
  font-size: 0.8125vw;
}

@media only screen and (min-width: 1600px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h2 span {
    font-size: 16px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}

.midashi4 h3 {
  letter-spacing: 0.2em;
  padding: 20px 15px;
  font-weight: 700;
  color: #333;
  background: #f4f4f4;
  border-left: solid 5px #1b4996;
  border-bottom: solid 3px #d7d7d7;
  font-size: 25px;
  font-size: 1.5625vw;
}

@media only screen and (min-width: 1600px) {
  .midashi4 h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi4 h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi4 h3 {
    font-size: 18px;
  }
}

.midashi5 {
  display: block;
  width: 100%;
}

.midashi5 h3 {
  color: #333;
  font-weight: 500;
  line-height: 1.4em;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-size: 25px;
  font-size: 1.5625vw;
}

@media only screen and (min-width: 1600px) {
  .midashi5 h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi5 h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi5 h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi5 h3 {
    font-size: 18px;
  }
}

.midashi5 h3 span {
  font-size: 16px;
  font-size: 1vw;
}

@media only screen and (min-width: 1600px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}

.btn01 a {
  max-width: 240px;
  line-height: 1;
  letter-spacing: 0.2em;
  display: block;
  color: #31b7ff !important;
  border: 1px solid #c91a09;
  padding: 16px 8px;
  font-size: 1.125rem;
  text-align: center;
  background: linear-gradient(25deg, rgba(0, 91, 171, 0.6) 15%, rgba(0, 171, 233, 0.6) 50%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1) 100%);
  background-size: 500%;
  background-repeat: no-repeat;
  background-position: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  font-weight: 100;
}

.btn01 a:hover {
  color: #fff !important;
  opacity: 0.8;
  background-position: 0%;
}

.btn03 a {
  position: relative;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
}

.btn03 a:hover {
  opacity: 1;
}

.btn03 a:hover:before {
  width: 96%;
}

.btn03 a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #54381e;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

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

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

.policy a {
  color: #333;
}

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

.waku2 .box {
  width: 48%;
  padding: 40px;
  background: whitesmoke;
  border: double 7px #1b4996;
}

@media only screen and (max-width: 640px) {
  .waku2 .box {
    width: 100%;
    padding: 20px;
  }
}

.waku2 .box img {
  margin-bottom: 20px;
}

.waku2 .box h3 {
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  font-size: 25px;
  font-size: 1.5625vw;
}

@media only screen and (min-width: 1600px) {
  .waku2 .box h3 {
    font-size: 25px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .waku2 .box h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .waku2 .box h3 {
    font-size: 20px;
  }
}

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

.gaiyou01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .gaiyou01 {
    display: block;
  }
}

.gaiyou01 .flxL {
  width: 48%;
}

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

.gaiyou01 .flxR {
  width: 48%;
}

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

@media only screen and (max-width: 640px) {
  .comp2 dl {
    text-align: center;
    display: block !important;
  }
}

.comp2 dl dt {
  padding: 15px !important;
}

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

.comp2 dl dd {
  padding: 15px !important;
}

@media only screen and (max-width: 640px) {
  .comp2 dl dd {
    width: 100% !important;
  }
}

.comp2 dl a {
  color: #b2b2b2;
}

.faq_q {
  border: none !important;
}

.faq_q > div {
  font-size: 16px;
  border-bottom: 1px #1b4996 dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #1b4996;
  font-weight: bold;
  position: relative;
  padding-left: 3em !important;
}

.faq_q > div:before {
  content: "Q";
  display: block;
  background: #1b4996;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -3px;
}

.faq_a {
  border: none !important;
}

.faq_a > div {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #376eca solid;
  padding-bottom: 30px !important;
  position: relative;
  padding-left: 3em !important;
}

.faq_a > div:before {
  content: "A";
  display: block;
  background: #376eca;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -6px;
}

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

.waku {
  padding: 40px;
  background: whitesmoke;
  border: double 7px #1b4996;
}

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

.comp dl {
  border-bottom: 1px solid #ccc;
}

.comp dl:nth-child(1) {
  border-top: 1px solid #ccc;
}

.comp dl dt {
  padding: 15px 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}

.comp dl dd {
  padding: 15px 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}

.comp dl a {
  color: #b2b2b2;
}

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

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}

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

.formtel td {
  font-size: 16px;
  border: 0 !important;
}

.formtel .tel2 div {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.formtel .tel2 a {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

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

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

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

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

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

.center {
  text-align: center;
}

.tel2, .telBtn {
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

#pagetop img {
  width: 80%;
}

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

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

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

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

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

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

.numberList {
  border: 2px solid #54381e;
  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: #00abe9;
  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: #c91a09;
}

.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: #c91a09;
  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 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

@media only screen and (max-width: 834px) {
  .flexCol2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flexCol2 .box {
    width: calc(100% / 2 - 1%);
    margin-bottom: 3%;
  }
  .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: 3%;
  }
  .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 - 2%);
  margin-bottom: 2%;
}

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

.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: #00abe9;
  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: #54381e;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 18px;
  border: none !important;
  padding-bottom: 0px;
}

.reviews .reviewList dl dt:after {
  width: 100%;
  height: 1px;
  background: #54381e;
  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;
}

.cartenOpen {
  position: relative;
}

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

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

.sns .sns_list {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sns .sns_list:before, .sns .sns_list:after {
  content: "";
  display: block;
  width: calc($con-width);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sns .sns_list > div {
  border: none;
  width: 33%;
}

.sns .sns_list > div .sns_text {
  display: none;
}

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

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

.gallery .sns_list {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

@media only screen and (max-width: 834px) {
  .gallery .sns_list:before, .gallery .sns_list:after {
    width: calc(50%);
  }
}

.gallery .sns_list > div {
  border: none;
  width: calc(100% / 3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 834px) {
  .gallery .sns_list > div {
    width: calc(50%);
  }
}

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

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

.gallery .sns_list > div .sns_text .sns_date {
  background: #54381e;
  color: #fff;
  padding: 2px 8px;
}

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

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

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

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

.photoGallery > div {
  width: calc(100% / 3);
  padding: 8px;
}

.photoGallery > div a {
  display: block;
  position: relative;
}

.photoGallery > div a:before {
  content: "";
  width: 100% !important;
  padding-top: 100% !important;
  display: block;
}

.photoGallery > div a img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  display: block;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

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

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

.reviewCon table tbody tr .text div {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.reviewCon table tbody tr .text h2 {
  font-size: 1.5rem;
  color: #54381e;
  border-bottom: #54381e 2px solid;
  margin-bottom: 16px;
}

@media (max-width: 1200px) {
  .reviewCon table tbody tr .text h2 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.reviewCon table tbody tr .img {
  width: 33%;
}

.reviewCon table tbody tr .img a {
  display: block;
  position: relative;
}

.reviewCon table tbody tr .img a:before {
  content: "";
  width: 100% !important;
  padding-top: 63% !important;
  display: block;
}

.reviewCon table tbody tr .img a img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  display: block;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

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

.telBtnInCon a.telBtn img {
  margin-right: 8px;
}

.navBanner02 tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navBanner02 tbody tr td {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 4px;
  padding: 0 !important;
}

.navBanner02 tbody tr td img {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s,-webkit-transform 3s ease-out;
  transition: opacity 0.8s,-webkit-transform 3s ease-out;
  transition: opacity 0.8s,transform 3s ease-out;
  transition: opacity 0.8s,transform 3s ease-out,-webkit-transform 3s ease-out;
}

.navBanner02 tbody tr td a {
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navBanner02 tbody tr td a:before {
  display: none;
}

.navBanner02 tbody tr td:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.navBanner02 tbody tr td:hover a {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .navBanner02 tbody tr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navBanner02 tbody tr td {
    width: calc(50% - 8px);
  }
}

.policy {
  text-align: left;
}

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

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

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

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

@media only screen and (max-width: 768px) {
  .policy-wrap {
    left: 0;
  }
}

.policy-wrap > div {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
  position: relative;
  padding: 20px;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #54381e;
  height: 60vh;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
  .policy-wrap > div {
    width: 95%;
  }
}

.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.policy {
  text-align: left;
}

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

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

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

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

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

.policy-wrap.active > div {
  color: #212528;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

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

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

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

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

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

.menuList {
  padding: 0 8px;
}

.menuList dt, .menuList dd {
  background: none !important;
  border: none !important;
}

.menuList dd {
  text-align: right;
}

.menuList dl {
  border-bottom: 1px dashed #666;
}

.seperater {
  height: 1px;
}

.graTxt {
  background-image: linear-gradient(25deg, #136b11 30%, #6ea95a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none) {
  .graTxt {
    /* IE10,11用 */
  }
  .graTxt .graTxt {
    background: none;
    color: #54381e;
  }
}

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

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

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

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

.backgroundList {
  border: 2px solid #54381e;
  counter-reset: number 0;
  background-position: bottom center;
  background-size: cover;
}

.backgroundList ul {
  background: rgba(255, 255, 255, 0.85);
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.backgroundList ul li {
  background-image: linear-gradient(25deg, #136b11 30%, #6ea95a 100%);
  color: #fff;
  float: none;
  margin: 3px;
  padding: 8px 12px;
  min-width: 140px;
  text-align: center;
}

.img-layout ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img-layout ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.img-layout ul li {
  width: calc(100% / 3);
}

@media only screen and (max-width: 640px) {
  .img-layout ul li {
    width: 50%;
  }
}

.img-layout ul a {
  display: block;
  position: relative;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
  height: auto;
}

.img-layout ul a:before {
  content: '';
  width: 100%;
  padding-top: 100%;
  display: block;
}

.img-layout ul a img {
  padding: 4px;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  font-family: "object-fit: cover;";
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.img-layout ul li:first-child {
  width: 100% !important;
  border: none;
}

.img-layout ul li:first-child a:before {
  display: none;
}

.img-layout ul li:first-child img {
  position: relative;
}

@-webkit-keyframes blink {
  40% {
    opacity: .85;
  }
  42% {
    opacity: .6;
  }
  43% {
    opacity: .85;
  }
  45% {
    opacity: .6;
  }
  46% {
    opacity: .85;
  }
}

@keyframes blink {
  40% {
    opacity: .85;
  }
  42% {
    opacity: .6;
  }
  43% {
    opacity: .85;
  }
  45% {
    opacity: .6;
  }
  46% {
    opacity: .85;
  }
}

@keyframes bright {
  0% {
    -webkit-filter: drop-shadow(0 0px 4px rgba(255, 255, 255, 0.2));
            filter: drop-shadow(0 0px 4px rgba(255, 255, 255, 0.2));
  }
  50% {
    -webkit-filter: drop-shadow(0 0px 16px rgba(255, 255, 255, 0.8));
            filter: drop-shadow(0 0px 16px rgba(255, 255, 255, 0.8));
  }
  100% {
    -webkit-filter: drop-shadow(0 0px 4px rgba(255, 255, 255, 0.2));
            filter: drop-shadow(0 0px 4px rgba(255, 255, 255, 0.2));
  }
}

@-webkit-keyframes bright {
  0% {
    -webkit-filter: drop-shadow(0 0px 4px rgba(255, 255, 255, 0.2));
            filter: drop-shadow(0 0px 4px rgba(255, 255, 255, 0.2));
  }
  50% {
    -webkit-filter: drop-shadow(0 0px 16px rgba(255, 255, 255, 0.8));
            filter: drop-shadow(0 0px 16px rgba(255, 255, 255, 0.8));
  }
  100% {
    -webkit-filter: drop-shadow(0 0px 4px rgba(255, 255, 255, 0.2));
            filter: drop-shadow(0 0px 4px rgba(255, 255, 255, 0.2));
  }
}

p.annot {
  max-width: 1000px;
  margin: 0 auto !important;
  color: red;
}

@media only screen and (max-width: 834px) {
  .box.tab100p {
    width: 100%;
  }
}

.relatedProducts .items {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.relatedProducts .items > article {
  padding: 0 24px;
  width: calc(100% / 4);
  margin-left: 0;
}

.relatedProducts .items > article .name {
  text-align: center;
}

.relatedProducts .items > article .photo {
  height: 166px;
}

.relatedProducts .items > article .summary {
  display: none;
}

.relatedProducts .items > article .price {
  margin-top: auto;
}

@media only screen and (max-width: 834px) {
  .relatedProducts .items > article {
    padding: 0 10px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .relatedProducts .items > article {
    width: calc(100% / 2);
    margin-bottom: 8px;
  }
}

.contentsLayout01 {
  background-position: right bottom;
  background-size: 16%;
  background-repeat: no-repeat;
}

.contentsLayout01 h3 {
  font-weight: 600;
  font-size: 18px;
  color: #54381e;
}

.contentsLayout01 h3:before {
  content: "■";
}

.contentsLayout01 article > div {
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 640px) {
  .contentsLayout01 {
    background-size: 48%;
  }
}

.border {
  border: 1px solid #aaa;
  padding: 10px;
}

.medicalTable tr td div span[style] {
  font-weight: bold;
}

.medicalTable tr td:first-child {
  background: #e47000;
  text-align: center !important;
}

.medicalTable tr td:first-child div {
  font-weight: bold;
  color: #fff;
}

.pointList.blueLight div b {
  color: violet;
}

.fullBg {
  background-repeat: no-repeat;
  background-size: cover;
}

.layout02 {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #eee;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout02 .img {
  width: calc(100% / 3);
  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;
}

.layout02 .text {
  width: calc(100% * 2 / 3);
  padding-left: 12px;
  line-height: 1.6;
}

.layout02 .text h2 {
  font-size: 1.5rem;
  font-size: 1.5rem;
  color: #d2bb5d;
}

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

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

.layout02 .text h3 {
  margin-top: 8px;
  padding: 0px 4px;
  display: inline-block;
  background: #d2bb5d;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 640px) {
  .layout02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .layout02 .img {
    width: 100%;
  }
  .layout02 .text {
    width: 100%;
    padding-left: 0;
  }
}

.item-list .items {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-list .items > article {
  padding: 0 3px;
  width: calc(100% / 4);
  max-width: 240px;
  margin-left: 0;
}

.item-list .items > article .name {
  width: 100%;
  text-decoration: none;
  color: #020202;
  text-align: left;
}

.item-list .items > article .photo {
  width: 224px;
  height: 224px;
}

.item-list .items > article .summary {
  display: none;
}

.item-list .items > article .price {
  padding-top: 0;
  margin-top: auto;
  margin-left: auto;
  color: #c91a09;
}

@media only screen and (max-width: 834px) {
  .item-list .items > article {
    padding: 0 10px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .item-list .items > article {
    width: calc(100% / 2);
    margin-bottom: 8px;
  }
}

.layout03 h2, .layout03 h3 {
  border-top: 1px solid #020202;
  border-bottom: 1px solid #020202;
  text-align: center !important;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.layout03 div {
  line-height: 1.6;
}

.layout03 .telBtn {
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 8px 0px;
  width: 50%;
  max-width: 250px;
  border: 2px solid #54381e;
  padding: 12px 24px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #54381e !important;
}

.layout03 .telBtn + br {
  display: none;
}

.fullBg .layout03 h2, .fullBg .layout03 h3 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

dd:empty {
  display: none;
}

.contact .form_wrap.entry dl, .contact .form_wrap.entry dt, .contact .form_wrap.entry dd {
  color: #020202;
}

.contactphp #col_main {
  color: #020202 !important;
  background: url(../images/contents/BG.jpg) !important;
}

.contactphp #col_main > section {
  max-width: 1200px;
  margin: 150px auto;
}

@media only screen and (max-width: 834px) {
  .contactphp #col_main > section {
    margin: 80px auto;
  }
}

.contactphp #col_main > section dl, .contactphp #col_main > section dt, .contactphp #col_main > section dd {
  color: #020202;
}

.annot {
  display: none;
}

#main #col_side1 {
  display: none;
}

.shopPage {
  color: #020202;
}

.shopPage #hednav {
  background-image: url(../images/contents/mainBg.png);
  background-size: cover;
}

.shopPage #hednav .text {
  color: #fff;
}

.shopPage div.relay a.photo,
.shopPage div.bundle a.photo {
  height: 160px;
}

.shopPage a {
  color: #54381e;
}

.shopPage .search {
  margin-top: 0;
}

.shopPage .under {
  margin-top: 0px;
}

.shopPage .under ul li a {
  -webkit-transition: 0s, background-color 1s, color 1s;
  transition: 0s, background-color 1s, color 1s;
  font-size: 15px;
  width: auto;
}

.shopPage .under ul li a:hover {
  background: #54381e;
  opacity: 1;
}

.shopPage .crumb {
  margin-top: 12px;
  margin-left: 4px;
}

.shopPage .crumb ul li {
  display: inline-block;
  float: none;
  font-size: 14px;
}

.shopPage .crumb ul li a {
  -webkit-transition: 0s;
  transition: 0s;
}

.shopPage .order a {
  color: #020202;
  -webkit-transition: color 0s, opacity 0.4s;
  transition: color 0s, opacity 0.4s;
}

.shopPage #contents {
  padding-top: 88px;
}

.shopPage #main #col_side1 {
  display: block;
  width: 300px;
  padding-right: 24px;
}

.shopPage #main #col_side1 a.category {
  font-size: 16px;
  color: #222;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.shopPage #main #col_side1 a.category:hover {
  color: #54381e;
  opacity: 1;
}

.shopPage #main {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
}

.shopPage #main #col_main {
  width: calc(100% - 300px);
}

.shopPage div.items > article a.photo {
  height: 166px;
  -webkit-transition: 0s, opacity 0.6s !important;
  transition: 0s, opacity 0.6s !important;
}

.shopPage div.items > article a.name {
  -webkit-transition: color 0s, opacity 0.6s;
  transition: color 0s, opacity 0.6s;
  color: #020202;
  font-weight: 500;
}

.shopPage div.items > article a.name:hover {
  color: #020202;
}

.shopPage div.items > article p.summary {
  font-size: 15px;
  line-height: 1.4;
  width: 100%;
  text-align: left;
}

.shopPage div.items > article p.price {
  color: #54381e;
}

.shopPage .item .item_view h2 {
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
}

.shopPage .item .item_view h2 span {
  display: none;
}

.shopPage .item .photo {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shopPage .item .photo .large {
  text-align: center;
  width: 70%;
}

.shopPage .item .photo .large img {
  height: 240px;
}

.shopPage .item .photo .small {
  width: 26%;
}

.shopPage .attr > h3,
.shopPage .relay > h3 {
  font-size: 20px;
  color: #020202;
}

.shopPage .checkBoxWrap label {
  padding: 0 5px;
}

.shopPage .addOption {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 5px;
}

.shopPage .lumenInfo {
  color: #fff;
  background: #54381e;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: 4px;
  font-size: 14px;
}

.shopPage .show {
  display: block !important;
}

.shopPage footer {
  margin-top: 80px !important;
}

@media only screen and (max-width: 834px) {
  .shopPage footer {
    margin-bottom: 40px !important;
  }
}
/*# sourceMappingURL=assets.css.map */