@charset "UTF-8";
/* reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert; }

*,
*::before,
*::after {
  box-sizing: border-box; }

a,
button {
  cursor: revert; }

ol,
ul,
menu {
  list-style: none; }

img {
  max-inline-size: 100%;
  max-block-size: 100%; }

table {
  border-collapse: collapse; }

input,
textarea {
  -webkit-user-select: auto; }

textarea {
  white-space: revert; }

meter {
  -webkit-appearance: revert;
  appearance: revert; }

pre {
  all: revert; }

::placeholder {
  color: unset; }

::marker {
  content: initial; }

:where([hidden]) {
  display: none; }

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto; }

:where([draggable="true"]) {
  -webkit-user-drag: element; }

:where(dialog:modal) {
  all: revert; }

/*  reset */
/* config */
body {
  font-family: 'Noto Serif JP', serif;
  font-size: 110% !important;
  font-weight: 300 !important;
  color: #333; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 100% !important; } }
  body b, body strong {
    font-weight: 500 !important; }

html {
  scroll-behavior: smooth; }

a {
  text-decoration: none !important; }

/* config */
/* layout */
/*---layout--*/
body {
  position: relative;
  background: #fff; }

header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #333; }

footer {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #000; }
  @media screen and (max-width: 768px) {
    footer {
      width: 100%; } }

.l-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 99vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  overflow-y: auto; }
  .l-modal iframe {
    display: block;
    width: 100%;
    max-width: 500px;
    height: calc(100vh - 20px);
    max-height: 700px;
    z-index: 101;
    border-radius: 10px;
    position: absolute;
    top: 100vh;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    color: #000;
    overflow-y: auto; }
    .l-modal iframe::after {
      content: '×';
      font-weight: 700;
      font-size: 32px;
      text-align: center;
      padding-top: 0;
      color: #fff;
      position: absolute;
      top: -9px;
      right: -9px;
      display: block;
      width: 38px;
      height: 38px;
      background-color: #000;
      border: 1px solid #fff;
      border-radius: 19px;
      z-index: 102;
      cursor: pointer;
      line-height: 100%; }
  .l-modal.active {
    display: block; }
    .l-modal.active iframe {
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      animation: moveTop 0.5s alternate; }
@keyframes moveTop {
  0% {
    top: 100%; }
  100% {
    top: 50%; } }
/*---layout--*/
/*---format------*/
.col_white {
  color: white; }

.col_yellor {
  color: #FFCD00; }

.bg_yellow {
  background: #FFCD00; }

.bg_lightgray {
  background: #F2F2F2; }

.bg_white {
  background: white; }

h1 {
  font-size: 1.7em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.3em; }

h1:not([class]) {
  font-weight: 400;
  margin-bottom: 20px; }
  h1:not([class]) small {
    font-size: 70%; }

h2 {
  font-weight: 400;
  margin-bottom: 20px; }

h3:not([class]) {
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 160%; }
  @media screen and (max-width: 768px) {
    h3:not([class]) {
      text-align: center;
      line-height: 180%; } }

div.price_back {
  background: url("/assets/images/price/bg_head.jpg"), url("/assets/images/price/bg_foot.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top center,bottom center;
  background-size: contain , contain; }

h1.titleHead {
  display: block;
  text-align: center;
  padding: 45px;
  color: white;
  background-image: url("../images/bg_titleHead.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0; }
  h1.titleHead small {
    display: block;
    text-align: center;
    font-size: 0.65em; }

h1.bigTitle {
  display: block;
  position: relative;
  margin: 0 0 2em 0;
  padding: 3em 0;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0; }
  h1.bigTitle:has(> bg_text) {
    padding: 5em 0 3em;
    border-top: 4px solid #FFCD00; }
  h1.bigTitle:after {
    content: '';
    display: block;
    width: 50px;
    height: 25px;
    background-image: url("../images/under_bigTitle.svg");
    background-size: cover;
    background-position: top center;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  h1.bigTitle bg_text {
    display: block;
    position: absolute;
    text-align: left;
    overflow: visible;
    font-size: 2.5em;
    font-weight: 500;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    color: #FFCD00;
    background-image: url("../images/bg_bigTitle_hanicam.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right; }

h2.star {
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center; }
  h2.star:before {
    content: url("../images/price/star_big.svg");
    vertical-align: middle;
    padding-right: 5px;
    width: 25px;
    display: inline-block;
    margin-top: -9px; }
  @media (max-width: 576px) {
    h2.star {
      display: block;
      width: 100%;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      text-align: left; } }

.container, .container-fluid {
  max-width: 1200px;
  width: calc( 100vw - 6em);
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  color: #333 !important; }
  @media screen and (max-width: 768px) {
    .container, .container-fluid {
      width: calc( 100vw - 4em) !important; } }
  @media (max-width: 576px) {
    .container, .container-fluid {
      padding: 2em 1em;
      border-radius: 10px;
      width: calc( 100vw - 2em) !important; } }
  .container h1:not([class]), .container-fluid h1:not([class]) {
    text-align: center; }
  .container h2:not([class]), .container-fluid h2:not([class]) {
    text-align: center; }

.list_dot {
  display: inline-block;
  margin: 0 auto; }
  .list_dot li {
    position: relative;
    display: block;
    text-align: left; }
    .list_dot li:after {
      content: '';
      display: block;
      background-image: url("../images/list_dot.svg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      width: 1em;
      height: 1em;
      position: absolute;
      left: -1.5em;
      top: 0; }

table.table-class1 {
  width: 100%; }
  table.table-class1 th {
    padding: 1em 0.5em;
    width: 120px;
    padding-left: 30px;
    border-right: 2px solid #FFCD00; }
    table.table-class1 th span:not([class]) {
      position: relative; }
      table.table-class1 th span:not([class]):after {
        content: '';
        display: block;
        background-image: url("../images/list_dot.svg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 1em;
        height: 1em;
        position: absolute;
        left: -1.5em;
        top: 0; }
  table.table-class1 td {
    padding: 1em 0.5em; }

table.table-class2 {
  width: 100%;
  font-size: 1.1em; }
  @media (max-width: 576px) {
    table.table-class2 {
      display: block;
      width: 100%;
      width: fit-content;
      margin: 0 auto; } }
  @media (max-width: 576px) {
    table.table-class2 tbody, table.table-class2 tr {
      display: block;
      width: 100%; } }
  table.table-class2 th {
    padding: 1em 0.5em;
    width: 100%; }
    @media (max-width: 576px) {
      table.table-class2 th {
        display: block;
        border-bottom: none;
        padding-bottom: 0.3em; } }
    table.table-class2 th:has(span) {
      padding-left: 50px; }
    table.table-class2 th:not:has(span) {
      padding-left: 20px; }
    table.table-class2 th span:not([class]) {
      position: relative; }
      table.table-class2 th span:not([class]):after {
        content: '';
        display: block;
        background-image: url("../images/price/star_small.svg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 1em;
        height: 1em;
        position: absolute;
        left: -1.5em;
        top: 0; }
  table.table-class2 td {
    white-space: nowrap;
    width: 100px;
    padding: 1em 0.5em;
    text-align: right;
    padding-right: 20px; }
    @media (max-width: 576px) {
      table.table-class2 td {
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 60px;
        padding-top: 0.3em; } }
    table.table-class2 td small {
      font-size: 0.75em; }
    table.table-class2 td span.badge {
      margin-right: 5px; }

#go_top {
  width: 71px;
  height: 61px;
  background-image: url("../images/go_top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  bottom: 100px;
  right: 30px; }
  @media (max-width: 576px) {
    #go_top {
      bottom: 65px;
      right: 15px; } }

/*アニメーション要素のスタイル*/
.fadescroll {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(50px); }

/*アニメーション要素までスクロールした時のスタイル*/
.fadeacrive {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.badge.badge-full {
  width: 100% !important; }

.btn.btn-full {
  width: 100% !important;
  max-width: 600px; }

.btn.btn-lg {
  font-size: 1.2em;
  font-weight: 500; }

.btn i.right {
  display: block;
  float: right; }

/*---format------*/
/*---------header------------*/
header {
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
  position: sticky;
  top: 0;
  left: 0; }
  header .head_menu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .head_menu .logo {
      width: 140px;
      min-width: 140px;
      max-width: 140px; }
    header .head_menu .menulist {
      display: block; }
      header .head_menu .menulist .tel {
        font-size: 21px;
        text-align: right;
        padding-right: 1em;
        padding-top: 10px; }
        @media screen and (max-width: 768px) {
          header .head_menu .menulist .tel {
            display: none; } }
        header .head_menu .menulist .tel a {
          color: black; }
      header .head_menu .menulist .topmenu {
        display: flex;
        margin-bottom: 4px; }
        @media screen and (max-width: 768px) {
          header .head_menu .menulist .topmenu {
            display: none;
            position: fixed;
            top: 80px;
            left: 0;
            padding: 0;
            width: 100vw;
            height: calc(100vh - 80px);
            overflow-y: auto;
            background-color: #FFCD00; } }
        header .head_menu .menulist .topmenu li {
          display: block;
          margin: 0;
          padding: 0;
          font-size: 0.8em !important; }
          @media screen and (max-width: 768px) {
            header .head_menu .menulist .topmenu li {
              width: 100%;
              border-bottom: 2px solid black;
              background-color: #FFCD00; } }
          header .head_menu .menulist .topmenu li a {
            display: block;
            color: black;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0.3em 0.8em;
            position: relative; }
            @media screen and (max-width: 768px) {
              header .head_menu .menulist .topmenu li a {
                font-size: 1.3em;
                padding: 1em 0;
                font-weight: 500;
                text-align: center; } }
          @media screen and (min-width: 769px) {
            header .head_menu .menulist .topmenu li a::after {
              position: absolute;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #000000;
              bottom: 20px;
              /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
              opacity: 0;
              visibility: hidden;
              transition: 0.3s; }
            header .head_menu .menulist .topmenu li a:hover::after {
              visibility: visible;
              bottom: 1px;
              /*アニメーションが止まる位置*/
              opacity: 1; } }
    header .head_menu div.btn-spmenu {
      display: none;
      min-width: 80px;
      max-width: 80px; }
      @media screen and (max-width: 768px) {
        header .head_menu div.btn-spmenu {
          display: block; } }

/*---------header------------*/
/*---------footer------------*/
footer {
  background-color: #FFCD00;
  padding-bottom: 1em;
  /*-------------------*/ }
  footer .foot_grid {
    width: calc(100vw - 2em);
    width: fit-content;
    max-width: 1200px;
    display: grid;
    margin: 3em auto 1em;
    grid-template-columns: 190px max(270px, 35vw) 65px 230px;
    grid-gap: 10px;
    grid-template-areas: "logo comname line_logo ko-3 "; }
    @media screen and (max-width: 768px) {
      footer .foot_grid {
        grid-template-rows: auto auto;
        grid-template-columns: 190px auto;
        grid-template-areas: "logo comname" "line_logo ko-3 "; } }
    @media (max-width: 576px) {
      footer .foot_grid {
        grid-template-rows: auto auto auto auto;
        grid-template-columns: auto;
        grid-template-areas: "logo" "comname" "line_logo" "ko-3 "; } }
    footer .foot_grid .logo {
      grid-area: logo;
      display: block; }
      footer .foot_grid .logo img {
        display: block;
        margin: auto auto; }
    footer .foot_grid .comname {
      grid-area: comname;
      display: block;
      font-size: 80%;
      line-height: 120%; }
      footer .foot_grid .comname h5, footer .foot_grid .comname p {
        margin-bottom: 0.3em; }
      footer .foot_grid .comname p {
        margin-left: 0.5em; }
      @media (max-width: 576px) {
        footer .foot_grid .comname h5, footer .foot_grid .comname p {
          text-align: center; } }
    footer .foot_grid .line_logo {
      grid-area: line_logo;
      display: block;
      text-align: left; }
      footer .foot_grid .line_logo img {
        display: block;
        margin: auto auto; }
      @media (max-width: 576px) {
        footer .foot_grid .line_logo {
          padding-top: 1em;
          padding-bottom: 1em; } }
    footer .foot_grid .line_caption {
      grid-area: ko-3;
      display: block;
      vertical-align: middle; }
      footer .foot_grid .line_caption img {
        display: block;
        margin-bottom: 1em; }
        @media (max-width: 576px) {
          footer .foot_grid .line_caption img {
            margin-left: auto;
            margin-right: auto; } }
  footer .foot_flex {
    border-top: 1px solid #000;
    margin: 0 2em;
    padding: 1em 0 2em;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1000px) {
      footer .foot_flex {
        margin: 0 0.5em; } }
    @media screen and (max-width: 768px) {
      footer .foot_flex {
        display: block; } }
    footer .foot_flex ul.footmenu {
      display: block;
      padding: 0;
      font-size: 80% !important; }
      @media screen and (max-width: 768px) {
        footer .foot_flex ul.footmenu {
          text-align: center; } }
      @media (max-width: 576px) {
        footer .foot_flex ul.footmenu {
          display: none; } }
      footer .foot_flex ul.footmenu li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        footer .foot_flex ul.footmenu li a {
          display: block;
          padding: 0.3em 0.5em;
          color: black; }
          footer .foot_flex ul.footmenu li a:hover {
            text-decoration: underline !important; }
    footer .foot_flex .copyright {
      font-size: 70%; }
      @media screen and (max-width: 768px) {
        footer .foot_flex .copyright {
          text-align: center; } }

.footer-float-bottom {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  max-width: 400px;
  margin-bottom: 0;
  width: 100%;
  background-color: #000; }
  @media (max-width: 576px) {
    .footer-float-bottom {
      max-width: 100%;
      width: 100%; } }
  .footer-float-bottom li {
    display: table-cell;
    vertical-align: middle; }
    .footer-float-bottom li a {
      display: block;
      color: white !important;
      font-weight: 700;
      white-space: nowrap;
      font-size: 1em; }
      .footer-float-bottom li a i {
        font-size: 1.2em; }
  .footer-float-bottom li:first-child {
    padding: 0.8em 0.5em 0.8em 0.5em;
    border-right: 1px solid #fff;
    text-align: center;
    width: 200px; }
  .footer-float-bottom li:last-child {
    padding: 0.8em 0.5em 0.8em 0.5em;
    padding-right: 1em;
    text-align: center;
    width: 270px; }

/*---------footer------------*/
/*---box--*/
.box-pricelist {
  max-width: 800px;
  border-top: 1px solid #B4B4B4;
  border-bottom: 3px solid #B4B4B4;
  position: relative;
  margin: 4em auto;
  padding-bottom: 1em; }
  .box-pricelist::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    border-top: 3px solid #B4B4B4;
    position: absolute;
    top: -7px;
    left: 0; }
  .box-pricelist::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B4B4B4;
    position: absolute;
    bottom: 4px;
    left: 0; }
  .box-pricelist .text-right {
    text-align: right; }
  .box-pricelist h3 {
    display: block;
    padding: 0 0.5em;
    margin-top: -1em;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    white-space: nowrap;
    position: relative;
    z-index: 10; }
  .box-pricelist p {
    margin-bottom: 0; }

.box-narrow {
  max-width: 960px;
  width: calc( 100vw - 6em);
  margin: 0 auto;
  position: relative;
  color: #333 !important; }
  @media screen and (max-width: 768px) {
    .box-narrow {
      width: calc( 100vw - 6em) !important; } }
  @media (max-width: 576px) {
    .box-narrow {
      padding: 2em 1em;
      border-radius: 10px;
      width: calc( 100vw - 4em) !important; } }

.box-rafoscaption {
  display: block;
  width: 54%;
  margin-top: -46%;
  padding-left: 2em;
  padding-bottom: 2em; }
  .box-rafoscaption p {
    line-height: 180%;
    margin-bottom: 1em; }
  .box-rafoscaption h5 {
    font-weight: 700;
    color: #A5131D; }
  @media screen and (max-width: 768px) {
    .box-rafoscaption {
      width: 100%;
      margin-top: 1em;
      padding: 0 1em 2em; } }

.box-step {
  list-style: none; }
  @media screen and (min-width: 577px) {
    .box-step {
      max-width: 960px;
      width: calc( 100vw - 6em);
      margin: 0 auto;
      position: relative;
      display: flex;
      gap: 20px; }
      .box-step li {
        display: block;
        width: 100%; } }
  @media (max-width: 576px) {
    .box-step {
      padding: 0;
      margin: 0; } }
  .box-step li {
    padding: 0;
    margin: 0; }
  @media (max-width: 576px) {
    .box-step img {
      display: block;
      max-width: 250px;
      margin: 0 auto; } }

.box-beforeafter {
  display: flex;
  align-items: stretch;
  padding: 2em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid black; }
  @media (max-width: 576px) {
    .box-beforeafter {
      display: block; } }
  .box-beforeafter .before,
  .box-beforeafter .after {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
    background-color: white;
    border-radius: 8px; }
    @media (max-width: 576px) {
      .box-beforeafter .before,
      .box-beforeafter .after {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }
    .box-beforeafter .before h3,
    .box-beforeafter .after h3 {
      display: block;
      width: 170px;
      margin: -45px auto 1em; }
      .box-beforeafter .before h3 img,
      .box-beforeafter .after h3 img {
        width: 100%; }
    .box-beforeafter .before p,
    .box-beforeafter .after p {
      margin-top: 1em;
      text-align: center; }
    .box-beforeafter .before > img,
    .box-beforeafter .after > img {
      object-fit: cover; }
  .box-beforeafter .arrow {
    max-width: 90px;
    min-width: 90px;
    padding: 10px;
    position: relative; }
    .box-beforeafter .arrow img {
      display: block;
      position: absolute;
      width: 90px;
      top: 55%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
    @media (max-width: 576px) {
      .box-beforeafter .arrow {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        width: 100%; }
        .box-beforeafter .arrow img {
          transform: rotate(90deg);
          top: 0;
          display: block;
          position: relative;
          padding: 0.5em 0;
          margin: 0 auto;
          left: 0;
          top: 0; } }

.box-cenceptlist > div {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.3em !important;
  font-weight: 500; }

.box-head-junbotron {
  display: block;
  height: calc(100vh - 80px);
  position: relative; }
  .box-head-junbotron .slide {
    width: 100%;
    height: 100%; }
    .box-head-junbotron .slide img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: center center; }
  .box-head-junbotron .copy {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 10%;
    width: 50%;
    max-width: 460px; }

    @media (max-width: 576px) {
      .box-head-junbotron .copy {
        display: block;
        position: absolute;
        right: 20px;
        bottom: 10%;
        width: 50%;
        max-width: 460px; }
      }

.grid_access {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-gap: 10px; }
  .grid_access .g_gaikan {
    display: block;
    grid-row: 1 / 3;
    grid-column: 2; }
  .grid_access .g_address {
    grid-row: 1;
    grid-column: 1; }
  .grid_access .g_tel {
    grid-row: 2;
    grid-column: 1; }
  .grid_access .g_open {
    grid-row: 3;
    grid-column: 1; }
  .grid_access .g_yobi {
    grid-row: 4;
    grid-column: 1; }
  .grid_access .g_parking {
    display: block;
    grid-row: 3 / 5;
    grid-column: 2; }
  @media screen and (max-width: 768px) {
    .grid_access {
      grid-template-rows: auto auto auto auto auto auto; }
      .grid_access .g_gaikan {
        grid-row: 1;
        grid-column: 1; }
      .grid_access .g_address {
        grid-row: 2;
        grid-column: 1; }
      .grid_access .g_tel {
        grid-row: 3;
        grid-column: 1; }
      .grid_access .g_open {
        grid-row: 4;
        grid-column: 1; }
      .grid_access .g_yobi {
        grid-row: 5;
        grid-column: 1; }
      .grid_access .g_parking {
        grid-row: 6;
        grid-column: 1; } }
  .grid_access dl {
    display: block;
    width: 100%;
    margin-bottom: 0; }
    .grid_access dl dt:not([class]) {
      width: 130px;
      min-width: 130px;
      max-width: 130px;
      display: table-cell;
      position: relative;
      padding: 1em 1em 1em 30px;
      font-weight: 500;
      border-right: 2px solid #FFCD00; }
      .grid_access dl dt:not([class]):after {
        content: '';
        display: block;
        background-image: url("../images/list_dot.svg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 1em;
        height: 1em;
        position: absolute;
        left: 10px;
        top: 1.2em; }
    .grid_access dl dt.bottom {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      display: block;
      position: relative;
      padding: 1em 1em 1em 30px;
      font-weight: 500;
      border-bottom: 2px solid #FFCD00;
      text-align: center;
      overflow-y: visible; }
      .grid_access dl dt.bottom span {
        display: block;
        width: fit-content;
        margin: 0 auto;
        position: relative; }
        .grid_access dl dt.bottom span:after {
          content: '';
          display: block;
          background-image: url("../images/list_dot.svg");
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          width: 1em;
          height: 1em;
          position: absolute;
          left: -24px;
          top: 4px; }
    .grid_access dl dd {
      width: 100%;
      display: table-cell;
      padding: 1em;
      font-weight: 500; }
    .grid_access dl dd.bottom {
      display: block; }
      .grid_access dl dd.bottom img {
        display: block;
        max-width: 400px;
        margin: 0 auto; }

/*---box--*/

/*---price---*/

.priceTitle {
  display: block;
  position: relative;
  margin: 0 0 2em 0;
  padding: 1.5em 0;
  text-align: center;
  font-size: 4em;
	color: #005017;
  font-weight: 700;
  margin-bottom: 0;
letter-spacing: 5px;
	line-height: 110%;
}

.menuTitle{
	padding: 10px;
	font-size: 1.5em;
	color: #3e2805;
  font-weight: 700;
	border-bottom: 2px solid #3e2805;
letter-spacing: 5px;
	margin-bottom: 20px;
}

 @media (max-width: 576px) {
	 .menuTxt{
		 font-size: 90%;
	 }
	 
	 .menuTxt2{
		 font-size: 80%;
	 }
}

.menuBottom{
	margin-bottom: 10px;
}

.menuLine{
	display: block;
	width: 100%;
	padding-top: 5px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 10px;
}
