@charset 'UTF-8';

/*  article>header  */
article>header{
  position: relative;
  left: 50%;
  z-index: 0;
  margin-bottom: calc(8.2rem + 3.1rem);
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(255, 238, 144);
}
article>header::before{
  content: '';
  display: block;
  padding-top: calc(218 / 375 * 100%);
  width: calc(81 / 375 * 100%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: rgb(255, 238, 144);
  -webkit-transform: skewX(-13.5deg);
  transform: skewX(-13.5deg);
}
@media screen and (min-width: 768px){
  article>header{
    margin-bottom: 0;
  }
  article>header::before{
    padding-top: calc(600 / 1920 * 100%);
    width: calc(340 / 1920 * 100%);
  }
}
article>header::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: calc(36 / 600 * -100%);
  width: calc(81 / 375 * 100%);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  background-color: rgb(247, 155, 155);
  mix-blend-mode: multiply;
  left: 0;
  -webkit-transform: skewX(13.5deg);
  transform: skewX(13.5deg);
}
_:-ms-lang(x)::-ms-backdrop, article>header::after{
  mix-blend-mode: normal;
  opacity: 0.5;
}
@media screen and (min-width: 768px){
  article>header::after{
    width: calc(340 / 1920 * 100%);
  }
}
body:not(.loaded) article>header::after{
  -webkit-transform: skewX(13.5deg) translateX(-100%);
  transform: skewX(13.5deg) translateX(-100%);
}
body.loaded article>header::after{
  transition: 1s -webkit-transform ease-out;
  transition: 1s transform ease-out;
  transition: 1s transform ease-out, 1s -webkit-transform ease-out;
  -webkit-transform: skewX(13.5deg);
  transform: skewX(13.5deg);
}
article>header h2{
  padding: 1.4rem calc(25 / 375 * 100vw);
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 0;
  font-weight: normal;
  background-color: rgb(255, 255, 255);
}
body:not(.loaded) article>header h2{
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
body.loaded article>header h2{
  -webkit-transform: none;
  transform: none;
  transition: 1s -webkit-transform ease-out 1s;
  transition: 1s transform ease-out 1s;
  transition: 1s transform ease-out 1s, 1s -webkit-transform ease-out 1s;
}
@media screen and (min-width: 768px){
  article>header h2{
    padding: 0 calc(95 / 1920 * 100%) 0 0;
    top: calc(136 / 600 * 100%);
    z-index: 10;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: transparent;
    padding: 0 0 0 calc(95 / 1920 * 100%);
    left: 0;
    right: auto;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
article>header h2 span{
  display: block;
  text-align: right;
  margin: 0 0 0 auto;
}
article>header h2 .ja{
  width: 15.4rem;
  font-size: 2.2rem;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px){
  article>header h2 span{
    background-color: rgb(255, 255, 255);
    text-align: left;
    margin: 0;
  }
  article>header h2 .ja{
    width: 27.6rem;
    font-size: 3.9rem;
    line-height: 1.8;
    border-left: calc(35 / 39 * 1em) solid rgb(255, 255, 255);
    border-right: calc(35 / 39 * 1em) solid rgb(255, 255, 255);
  }
}
article>header h2 .ja::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  padding-top: calc(39 / 276 * 100%);
  margin-top: -.25em;
  width: 100%;
  background: url(../images/txt_visitor.svg) no-repeat 50% 50%;
  background-size: contain;
}
article>header h2 .en{
  font-family: 'Baloo Thambi 2', cursive;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: calc(0.52 / 26 * 1em);
  color: rgb(241, 132, 51);
}
@media screen and (min-width: 768px){
  article>header h2 .en{
    margin-top: 1.8rem;
    font-size: 1.8rem;
    border-left: calc(30 / 26 * 1em) solid rgb(255, 255, 255);
    border-right: calc(30 / 26 * 1em) solid rgb(255, 255, 255);
  }
}
body:not(.loaded) article>header h2 .ja{
  color: transparent;
}
body.loaded article>header h2 .ja{
  color: rgb(31, 31, 31);
  transition: 1s color 1.75s;
}
body:not(.loaded) article>header h2 .ja::before{
  opacity: 0;
}
body.loaded article>header h2 .ja::before{
  opacity: 1.0;
  transition: 1s opacity 1.75s;
}
body:not(.loaded) article>header h2 .en{
  color: transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
body.loaded article>header h2 .en{
  color: rgb(241, 132, 51);
  -webkit-transform: none;
  transform: none;
  transition: 1s color 2.5s, 1s -webkit-transform ease-out 1.75s;
  transition: 1s color 2.5s, 1s transform ease-out 1.75s;
  transition: 1s color 2.5s, 1s transform ease-out 1.75s, 1s -webkit-transform ease-out 1.75s;
}
article>header .image{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  width: calc(346 / 375 * 100%);
  background: url("../images/bg_visitor.webp") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px){
  article>header .image{
    width: calc(1724 / 1920 * 100%);
  }
}

/*  sheet container  */
#sheet h3{
  margin: 0;
  font-weight: normal;
}
#sheet h3::after{
  content: '';
  display: block;
  margin: -.9rem auto .7rem auto;
  width: 10.4rem;
  height: 12.8rem;
  background: url(../images/ill_doctor.svg) no-repeat 50% 50%;
  background-size: contain;
}
#sheet h3 span{
  padding: 2.3rem 2.2rem;
  display: block;
  position: relative;
  z-index: -10;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: calc(0.7 / 14 * 1em);
  text-align: center;
  border-radius: 16px;
  background-color: rgb(255, 224, 222);
}
#sheet h3 span::after{
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: calc(80 / 325 * 100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 4.1rem;
  height: 1.7rem;
  background: url(../images/bg_speech_visitor.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (min-width: 768px){
  #sheet>.container{
    padding: 16.0rem 0 5.5rem 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  #sheet>.container>h3{
    padding-right: calc(48 / 1100 * 100%);
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  #sheet h3 span{
    max-width: 39.8rem;
    box-sizing: border-box;
  }
  #sheet h3::after{
    padding-top: calc(172 / 508 * 100%);
    margin: calc(57 / 508 * -100%) 0 0 auto;
    width: calc(140 / 508 * 100%);
    height: 0;
  }
  #sheet>.container>.hour{
    flex-basis: calc(544 / 1100 * 100%);
    padding-bottom: 0;
  }
  #sheet h3 span{
    padding: 3.0rem 2.6rem;
    font-size: 1.8rem;
    line-height: 1.78;
  }
  #sheet h3 span::after{
    left: 84%;
  }
}

/*  sheet container hour  */
#sheet .hour{
  padding: 2.0rem 0;
}
#sheet .hour table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px rgb(31, 31, 31);
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}
#sheet .hour thead{
  background-color: rgb(255, 248, 222);
}
#sheet .hour tbody{
  background-color: rgb(255, 255, 255);
}
#sheet .hour tbody th, #sheet .hour tbody td{
  border-top: solid 1px rgb(31, 31, 31);
}
#sheet .hour thead th:not(:first-of-type), #sheet .hour td{
  border-left: solid 1px rgb(31, 31, 31);
}
#sheet .hour th, #sheet .hour td{
  padding: calc(6.5 / 12 * 1em);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: calc(0.6 / 12 * 1em);
}
#sheet .hour th:first-of-type{
  padding: 0 0 0 1em;
  text-align: left;
}
#sheet .hour td{
  line-height: 1.67;
  text-align: center
}
#sheet .hour table+p{
  padding: 1.0rem 0;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: calc(0.6 / 12 * 1em);
}
@media screen and (min-width: 768px){
  #sheet .hour th, #sheet .hour td{
    font-size: 1.6rem;
  }
  #sheet .hour table+p{
    padding-bottom: 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: calc(0.7 / 14 * 1em);
  }
}

/*  sheet dl  */
#sheet .dl{
  border-top: solid 1px rgb(31, 31, 31);
  border-bottom: solid 1px rgb(31, 31, 31);
}
#sheet .dl .desc{
  padding-top: 2.6rem;
  padding-bottom: 1.0rem;
}
#sheet .dl p{
  margin: 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: calc(0.7 / 14 * 1em);
}
#sheet .dl .pdfs{
  padding-bottom: 1.1rem;
  overflow: hidden;
}
#sheet .dl .pdfs a{
  padding: .9rem;
  margin-top: 3.0rem;
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: calc(0.7 / 14 * 1em);
  text-align: center;
  border-radius: 9px;
  background-color: rgb(253, 224, 89);
}
#sheet .dl .pdfs a::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(41 / 325 * 100%);
  padding-top: calc(42 / 325 * 100%);
  margin: auto;
  width: calc(33 / 325 * 100%);
  height: 0;
  max-width: 4.1rem;
  max-height: 5.2rem;
  box-sizing: border-box;
  background: url(../images/ico_pdf.svg) no-repeat 50% 50%;
  background-size: contain;
}
#sheet .dl .pdfs a+p{
  padding: 2.8rem 0 0 1.05em;
  text-indent: -1.05em;
}
#sheet .dl .pdfs a+p::before{
  content: '\203B';
  display: inline;
}
#sheet .dl .pdfs a+p+p{
  padding: 0 0 1.6rem 1.05em;
  text-indent: -1.05em;
}
#sheet .dl .pdfs a+p+p::before{
  content: '\203B';
  display: inline;
}
#sheet .dl .notes{
  padding: 2.6rem 0;
  margin: 0;
  list-style: none;
  border-top: dashed 1px rgb(31, 31, 31);
}
#sheet .dl .notes li{
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: calc(0.7 / 14 * 1em);
  padding-left: 1.05em;
  text-indent: -1.05em;
}
#sheet .dl .notes li::before{
  content: '\203B';
  display: inline;
}
@media screen and (min-width: 768px){
  #sheet .dl p{
    font-size: 1.6rem;
    line-height: 1.88;
  }
  #sheet .dl .desc{
    padding-top: 3.8rem;
  }
  #sheet .dl .pdfs{
    padding-bottom: 4.8rem;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 84.8rem;
  }
  #sheet .dl .pdfs a{
    margin-top: 3.2rem;
  }
  #sheet .dl .pdfs>div{
    flex-basis: calc(400 / 848 * 100%);
  }
  #sheet .dl .pdfs a{
    padding: 1.2rem;
    padding-left: calc(126 / 400 * 100%);
    font-size: 1.8rem;
    text-align: left;
    transition: .3s background-color;
  }
  #sheet .dl .pdfs a:hover{
    background-color: rgb(253, 190, 89);
    opacity: 1.0;
  }
  #sheet .dl .pdfs a::before{
    left: 4.0rem;
    padding-top: 0;
    width: 4.1rem;
    height: 5.2rem;
    max-width: none;
    max-height: none;
    margin-top: -.4rem;
    left: calc(50 / 400 * 100%);
  }
  #sheet .dl .pdfs a+p{
    padding: 4.6rem 0 0 1.05em;
    margin-left: 1.0rem;
  }
  #sheet .dl .pdfs a+p+p{
    padding: 0 0 0 1.05em;
    margin-left: 1.0rem;
  }
  #sheet .dl .notes{
    padding: 2.6rem 0 3.8rem 0;
  }
  #sheet .dl .notes li{
    font-size: 1.6rem;
    line-height: 1.88;
  }
}

/*  guide  */
#guide{
  padding-bottom: 3.0rem;
}
#guide section{
  padding-top: 1.5rem;
}
#guide h3{
  padding: 1.4rem 0;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.67;
  letter-spacing: calc(1 / 20 * 1em);
  color: rgb(241, 132, 51);
}
#guide h3::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  margin-right: .45em;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/bg_visitor_guide.svg) no-repeat 50% 50%;
  background-size: contain;
}
#guide p{
  margin: 0;
}
#guide em{
  font-weight: 600;
  font-style: normal;
}
#guide ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
#guide li{
  padding-left: 1.05em;
  text-indent: -1.05em;
}
#guide li::before{
  content: '\30FB';
  display: inline;
}
#guide p, #guide li{
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: calc(0.8 / 16 * 1em);
}
@media screen and (min-width: 768px){
  #guide section{
    padding-top: 2.8rem;
  }
  #guide h3{
    padding: 1.2rem 0;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.5;
  }
  #guide h3::before{
    width: 2.5rem;
    height: 2.5rem;
  }
  #guide p, #guide li{
    font-size: 1.6rem;
    line-height: 1.88;
  }
}

/*  mascot  */
#mascot{
  padding-left: calc(25 / 325 * 100%);
  padding-right: calc(25 / 325 * 100%);
  margin: 8.5rem auto 8.0rem auto;
  position: relative;
  max-width: 27.4rem;
}
#mascot p{
  padding: calc(21 / 14 * 1em) calc(27 / 14 * 1em);
  margin: 0;
  position: absolute;
  bottom: calc(160 / 183 * 100%);
  left: calc(92 / 325 * 100%);
  font-size: 1.4rem;
  line-height: 1.88;
  letter-spacing: calc(0.8 / 16 * 1em);
  border-radius: 16px;
  background-color: rgb(255, 224, 222);
  white-space: nowrap;
}
#mascot p::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 4.1rem;
  height: 1.7rem;
  -webkit-transform: translateY(100%)  scale(-1, 1);
  transform: translateY(100%)  scale(-1, 1);
  background: url(../images/bg_speech_visitor.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (min-width: 768px){
  #mascot{
    padding-left: 0;
    padding-right: 0;
    margin: 10.1rem auto 8.0rem auto;
    max-width: 76.4rem;
  }
  #mascot p{
    padding: calc(28 / 16 * 1em) calc(36 / 16 * 1em);
    bottom: calc(308 / 510 * 100%);
    left: auto;
    right: calc(60 / 764 * 100%);
    font-size: 1.6rem;
    background-color: rgb(255, 255, 255);
  }
  #mascot p::after{
    background-image: url(../images/bg_speech_visitor_wh.svg);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* media queries */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx){
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx){
}
@media screen and (min-width: 480px){
  /* sp_horizon- */
}
@media screen and (min-width: 768px){
  /* tablet- */
}
@media screen and (min-width: 1024px){
  /* pc- */
}

/*  ie hack  */
_:-ms-lang(x)::-ms-backdrop, .selector{

}

/* 2022.02.09 補聴器サイトバナー追加 */
@media screen and (max-width: 768px) {
  
  .hearing-aid .pc-only{
			display: none;
    }
}

@media screen and (min-width: 768px) {
  .hearing-aid .sp-only{
			display: none;
	}
}


