@charset "utf-8";
/* CSS Document */

/*base 
rewrite*/

h1:not([data-element-id]) {
    position: absolute;
    bottom: 200%;
}

.area + .area {
    padding-top: 40px;
}

.area[class*="bg"] + .area,
.area[class*="tfmp"] + .area {
    padding-top: 80px;
}

.area + .area[class*="bg"] {
    padding: 80px 0;
}

@media (max-width: 1024px) {
    .area + .area {
        padding-top: 30px;
    }

    .area[class*="bg"] + .area,
    .area[class*="tfmp"] + .area {
        padding-top: 60px;
    }

    .area + .area[class*="bg"] {
        padding: 60px 0;
    }
}

@media (max-width: 599px) {
    .area + .area {
        padding-top: 20px;
    }

    .area[class*="bg"] + .area,
    .area[class*="tfmp"] + .area {
        padding-top: 40px;
    }

    .area + .area[class*="bg"] {
        padding: 40px 0;
    }
}

/*common*/

.fcLGrey {
    color: #bdbbb9;
}

.fcGrey {
    color: #838382;
}

.fcOrange {
    color: #dd541a;
}

.bgCream {
    background-color: #fceecd;
}

.bgLEgg {
    background-color: #fceecd;
}

.bgLCream {
    background-color: #fceecd;
}

.bgLLCream {
    background-color: #fff8df;
}

.bgLGrey {
    background-color: #f0efef;
}

.bgLOrange {
    background-color: #fde0ca;
}

.bgOrange {
    background-color: #f89145;
}

.underline01 {
    text-decoration: underline;
    text-underline-position: under;
}

.cl01 > li {
    padding-left: 2.5em;
    position: relative;
}

.cl01 > li:before {
    content: "";
    width: 1.5em;
    height: 1.6em;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.cl01.typeA > li:before {
    background-image: url(/import/tenant_4/www.hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/cl01_01.png);
}

.cl01.typeB > li:before {
    background-image: url(/import/tenant_4/www.hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/cl01_02.png);
}

.xl01 > li {
    padding-left: 1.5em;
    position: relative;
}

.xl01 > li:before {
    content: "x";
    font-size: 150%;
    position: absolute;
    top: -.1em;
    left: 0;
    color: rgba(249, 32, 32, 255);
}

.bdrsImg01 {
    border-radius: 80px 0 80px 0;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .bdrsImg01 {
        border-radius: 60px 0 60px 0;
    }
}

@media (max-width: 599px) {
    .bdrsImg01 {
        border-radius: 40px 0 40px 0;
    }
}

/*header*/

.head {
    padding: .5em 5%;
}

.hlogo{
  display: inline-block;
}

.hlogo a {
    display: block;
    margin: 1em 0;
    max-width: 300px;
}

@media (max-width: 1024px) {
    .head {
        padding: .5em 4%;
    }
}

@media (max-width: 599px) {
    .head {
        padding: .5em 3%;
    }

    .hlogo a {
        max-width: 220px;
    }
}


/*totop*/

#totop  {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    background-color: #a79267;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
        position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
}

#totop:before {
    content: "\f106";
    font-family: FontAwesome;
    display: block;
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin-top: -0.25em;
}

@media (max-width:1024px) {
    #totop a {
        height: 65px;
        width: 65px;
    }

    #totop a:before {
        font-size: 28px;
    }
}

@media (max-width:599px) {
    #totop a {
        height: 50px;
        width: 50px;
        font-size: 10px;
    }

    #totop a:before {
        font-size: 26px;
    }
}

.focus {
    box-shadow: 0 0 0 1.5px #F58E7E !important;
}

.main section {
    margin-bottom: 50px;
}

.tit h2 {
    background: #fff;
    color: #017589;
    line-height: 140%;
    font-weight: bold;
    font-size: 1.3em;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

[data-element-id].tit h2 .title {
    position: absolute!important;
}
.tit h2 .title {
    display: block;
    background: rgba(0,0,0,.65);
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    bottom: 20px;
    width: 70%;
    z-index: 1;
}

.of_img {
    overflow: hidden;
    position: relative;
    display: block;
}

.of_img.fit25:before {
    padding-top: 25%;
}
.of_img:before {
    content: '';
    display: block;
}

.tit h2 img {
    display: block;
    width: 100%;
    height: auto;
    object-position: right center;
    font-family: 'object-fit: cover; object-position: right center;';
}
.of_img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}
.main section {
    margin-bottom: 50px;
}

.contents:not(:last-of-type) {
    margin-bottom: 60px;
}

h3.head {
    font-size: 1.3em;
    vertical-align: middle;
    padding: 10px 25px;
    background-color: #a79267;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

h3.head:before {
    content: "";
    height: 70px;
    width: 70px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #a79267;
    border-radius: 100%;
    display: block;
    z-index: -1;
}
.mb50 {
    margin-bottom: 50px !important;
}
.map {
    position: relative;
    overflow: hidden;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

.map:after {
    display: block;
    content: "";
    padding-top: 50%;
}

.group:not(:last-of-type) {
    margin-bottom: 20px;
}

h4.horange {
    color: #c8913e;
    border-bottom: 1px dotted #c8913e;
    font-size: 1.25em;
    margin: 10px 0 15px 0;
    padding-bottom: 5px;
    font-weight: bold;
}

a {
    color: #b46363;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.text span {
    color: #b46363;
}
.text a {
    text-decoration: underline;
}
.tel a {
    color: #444;
}
a[href*="tel"] {
    pointer-events: none;
}
main section {
    margin-bottom: 50px;
}

h3.head {
    font-size: 1.3em;
    vertical-align: middle;
    padding: 10px 25px;
    background-color: #a79267;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

h3.head:before {
    content: "";
    height: 70px;
    width: 70px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #a79267;
    border-radius: 100%;
    display: block;
    z-index: -1;
}
@media (min-width: 769px){
.content {
    margin-bottom: 50px;
}
}
.table_area2 .timetable {
    width: 100%;
    border-collapse: inherit;
    border-spacing: 1px;
}
table.timetable {
    width: 100%;
    border-collapse: inherit;
    border-spacing: 1px;
}

.table_area2 .timetable thead th {
    background: none;
    color: #a79267;
}
.table_area2 .timetable th, .table_area2 .timetable td {
    padding: 5px;
    color: #716c66;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: #E4D9CD;
    vertical-align: middle;
}

.table_area2 .timetable thead td {
    background: #a79267;
}
.table_area2 .timetable thead td {
    color: #fff;
}
.table_area2 .timetable th, .table_area2 .timetable td {
    padding: 5px;
    color: #716c66;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: #E4D9CD;
    vertical-align: middle;
}

.table_area2 .timetable th, .table_area2 .timetable td {
    padding: 5px;
    color: #716c66;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: #E4D9CD;
    vertical-align: middle;
}
.table_area2 .timetable th {
    width: 160px;
}

.table_area2 .timetable th, .table_area2 .timetable td {
    padding: 5px;
    color: #716c66;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: #E4D9CD;
    vertical-align: middle;
}
.table.timetable th, table.timetable td {
    background: #42210B;
    padding: 2px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
}

.caution {
    color: #b46363;
}

.cf:after {
    clear: both;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}

/* .inner{
  width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
} */

.section-title{
  font-size: 32px;
    margin: 50px 0;
}

   .table_area2 .timetable{
      width: 100%;
      border-collapse: inherit;
      border-spacing: 1px;
    }
    .table_area2 .timetable thead th{
      background: none;
      color: #a79267;
    }
    .table_area2 .timetable thead td{
      color: #fff;
    }
    .table_area2 .timetable th{
      width: 160px;
    }
    .table_area2 .timetable th,
    .table_area2 .timetable td{
     padding: 5px;
     color: #716c66;
     text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: #E4D9CD;
    vertical-align: middle;
}
.table_area2 .timetable td.none{
  background: #F2F2F2;
}
.table_area2 .timetable thead td{
  background: #a79267;
}

.map {
    position: relative;
    overflow: hidden;
    height: 290px;
        padding-top: 30%;
}

.map:after {
	display: block;
	content: "";
	padding-top: 50%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

#wrapper {
    overflow: hidden;
    min-width: 320px;
    margin: 0 auto;
/*     width: 997px;
margin: auto; */
}

.inner{
  width: 997px;
    margin: auto;
}

@media (max-width: 1024px){
#wrapper {
    overflow: hidden;
    margin: 0 auto;
}

.inner{
   width: 90%;
    margin: auto;
}

  .caution {
    color: #b46363;
    margin: 20px 0;
}

.section-title {
    font-size: 28px;
    margin: 50px 0;
}

}


@media (max-width: 599px){
  a[href*="tel"] {
    pointer-events: auto;
}

  main section {
    margin-bottom: 20px;
}

main section.timearea{
  margin-bottom: 100px;
}
  
h3.head:before{
  display: none;
}
  
  .section-title{
    font-size: 18px;
    margin: 25px 0;
  }
  
  h3.head {
    padding: 10px;
    border-radius: 15px;
}

}

.top-tel .tel a{
      font-size: 36px;
    color: rgb(0, 0, 255);
}

.section-title.-pt02 {
    margin-top: 0;
    margin-bottom: 0;
}
