.pc {
  display: none;
}

.tablet {
  display: none;
}

.sp {
  display: block;
}

header {
  padding: 5px;
  height: 70px;
  background: #f7f2ef;
}
header div.sp div.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
		  align-items: center;
  padding: 0 10px;
}
header div.sp div.flex div.logo {
  height: 55px;
  margin: auto;
  margin-left: 0;
}
header div.sp div.flex div.logo a img {
  height: 100%;
  width: auto;
}
header div.sp div.flex div.sns_icon{
	font-size:0;
}
header div.sp div.flex div.sns_icon a{
  display:inline-block;
}
header div.sp div.flex div.sns_icon img{
  width:26px;
}
header div.sp div.flex div.tel {
  height: 35px;
  margin: auto;
  margin-right: 0;
}
header div.sp div.flex div.tel a img {
  height: 100%;
  width: auto;
}
header div.sp div.flex div.menu_btn {
  margin: auto;
  margin-right: 0;
  margin-left: 10px;
}
header div.nav {
  background: #fff;
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  right: -100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
header div.nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header div.nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0;
}
header div.nav nav ul li {
  margin: auto;
  font-size: 20px;
  padding: 20px 0;
}
header div.nav nav ul li a {
  color: #644F41;
}
header div.nav.open {
  right: 0;
}
header div.nav.open .cta{
  text-align: center;
  padding-top: 40px;
}
header div.nav.open .cta p{
  font-family: "Kiwi Maru", serif;
  color: #644F41;
  font-size: 18px;
}
header div.nav.open .cta ul{
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: 40px;
}
header div.nav.open .cta ul li a img{
  width: 40px;
}

main {
  margin-top: 70px;
}
main div.breadcrumb {
  padding: 10px;
}
main section {
  margin: auto;
  margin-top: 50px;
}
main section#fv div.wrap {
  max-height: 600px;
}
main section#fv div.wrap div.slide {
  height: calc((var(--vh, 1vh) * 100) - 70px);
  max-height: 600px;
}
main section#fv div.wrap div.slide p.copy {
  font-size: 6vw;
  padding: 30px 40px;
  margin: auto;
}
main section#fv div.wrap div.slide div.img img {
  height: 100%;
}
main section#about {
  margin-top: 0;
  padding-bottom: 300px;
}
main section#about::after {
  height: 500vh;
  top: 10vh;
}
main section#about div.wrap p.intro {
  font-size: 3.8vw;
  width: 90%;
  padding: 20px;
  margin: 50px auto;
}
main section#about div.wrap p.intro::after {
  top: 5px;
  left: 5px;
}
main section#about div.wrap div.intro div.img {
  width: 90%;
  max-height: 600px;
}
main section#about div.wrap div.intro div.img img {
  max-height: 600px;
}
main section#about div.wrap div.intro div.info {
  padding: 30px;
  width: 90%;
  top: 50vw;
  right: 0;
}
main section#about div.wrap div.intro div.info p {
  font-size: 13px;
  margin-bottom: 30px;
}
main section#about div.wrap div.intro:last-child {
  margin-top: 70vw;
}
main section#about div.wrap div.intro:last-child div.img {
  margin-right: 0;
  margin-left: auto;
}
main section#about div.wrap div.intro:last-child div.info {
  left: 0;
  width: 90%;
}
main section#about div.wrap div.intro:last-child div.info h3 {
  font-size: 1em;
}
main section#about div.wrap div.intro:last-child div.info h3 span {
  font-size: 0.9em;
}
main section#access::after {
  height: 150vh;
  top: -5vh;
}
main section#access div.wrap h2 {
  margin-bottom: 0;
}
main section#access div.wrap h2::after {
  height: 100px;
  width: 100%;
  top: -30px;
}
main section#access div.wrap div.container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0;
  margin-top: 50px;
}
main section#access div.wrap div.container div.img {
  width: 100%;
  margin-top: 50px;
}
main section#access div.wrap div.container div.info {
  margin-left: 0;
  text-align: center;
}
main section#access div.wrap div.container div.info dl {
  font-size: 0.9em;
  text-align: left;
}
main section#access div.wrap div.container div.info dl div.flex dt {
  width: 30%;
}
main section#access div.wrap div.container div.info dl div.flex dd {
  width: 70%;
}
main section#access div.wrap div.container div.info .btn2{
  align-items: center;
  margin-right: initial;
}
main section#access div.wrap div.container div.info a.btn.map {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  margin-top: 30px;
}
main section#access div.wrap div.container div.info .btn2 a{
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: relative;
  width:237px;
  font-size:20px;
}
main section#access div.wrap div.container div.info a.btn.map::before {
  background-image: url(../img/map-pin.svg);
}
main section#access div.wrap div.frame {
  padding-bottom: initial;
  margin-bottom: 30px;
  z-index: 1;
  margin-top: 30px;
  width: 100%;
  height: auto;
}
main section#head {
  margin-top: 0px;
  min-height: 200px;
  height: 20vh;
  background-size: cover;
  width: 90%;
  margin-right: 0;
}
main section#head h1 {
  font-size: 20px;
  padding: 20px;
  margin-top: 30px;
  padding-left: 0;
}
main section#head h1 img {
  max-height: 20px;
}
main section#overview div.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
main section#overview div.flex > * {
  width: 100%;
}
main section#overview div.flex:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
main section#overview div.flex div.txt div.box {
  width: 100%;
  padding: 30px 20px;
}
main section#overview div.flex div.img img {
  margin-bottom: -10px;
}
main section#greetings {
  padding: 0 10px;
  margin-top: 30px;
}
main section#greetings div.container {
  padding: 20px;
  margin-bottom: 50px;
}
main section#greetings div.container h2 {
  font-size: 1.5em;
}
main section#greetings div.container h2 img {
  max-width: 70px;
  margin-bottom: -10px;
}
main section#greetings div.container div.wrap {
  margin-top: 30px;
}
main section#greetings div.container div.wrap div.name span {
  font-size: 1.2em;
}
main section#greetings div.container div.career {
  padding: 20px;
  width: 100%;
  margin-top: 50px;
}
main section#greetings div.container div.career h3 {
  font-size: 1.4em;
}
main section#greetings div.container div.career div.flex {
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main section#greetings div.container div.career div.flex div.list {
  margin: auto;
}
main section#greetings div.container div.career div.flex div.list h4 {
  font-size: 1em;
}
main section#greetings div.container div.career div.flex div.list ul li {
  font-size: 0.8em;
}
main section#greetings div.container div.info {
  margin-top: 30px;
}
main section#greetings div.container div.info dl {
  font-size: 0.9em;
}
main section#greetings div.container div.info dl div.flex dt {
  width: 35%;
  font-weight: bold;
}
main section#greetings div.container div.info dl div.flex dd {
  width: 65%;
}
main section#news {
  margin-top: 50px;
}
main section#news h3 {
  font-size: 17px;
  margin-bottom: 20px;
}
main section#news dl dt {
  font-size: 15px;
}
main section#news dl dd {
  font-size: 14px;
  line-height: 2;
}
main section.sub {
  margin-top: 30px;
}
main section.sub div.wrap {
  padding-top: 10px;
}
main section.sub div.wrap h2 {
  font-size: 1.4em;
}
main section.sub div.wrap h2::after {
  height: 80px;
  top: -20px;
  left: -20px;
}
main section.sub div.wrap h3 {
  font-size: 1.2em;
}
main section.sub div.wrap h3 img {
  height: 30px;
  margin-bottom: -10px;
  width: auto;
}
main section.sub#acuscope {
  padding-bottom: 300px;
}
main section.sub#acuscope::after {
  height: 100%;
  top: 100px;
  left: 40%;
}
main section.sub#acuscope div.wrap div.box div.img {
  margin-top: 50px;
  width: 90%;
}
main section.sub#acuscope div.wrap div.box div.txt {
  padding: 20px;
  width: 90%;
  margin-right: 0;
  top: 200px;
}
main section.sub#acuscope div.wrap div.box div.txt p {
  font-size: 0.8em;
}
main section.sub#indication {
  padding: 0 20px;
  margin-top: 50px;
}
main section.sub#indication::after {
  top: -10%;
  left: 20%;
}
main section.sub#indication::before {
  height: 65%;
  top: 40%;
  left: -40%;
}
main section.sub#indication div.wrap {
  width: 100%;
  padding: 20px;
  margin-bottom: 50px;
}
main section.sub#indication div.wrap div.container p {
  font-size: 0.8em;
}
main section.sub#indication div.wrap div.container dl {
  width: 100%;
  font-size: 0.8em;
  margin-bottom: 30px;
}
main section.sub#flow div.wrap ol {
  width: 100%;
  padding: 0 20px;
  margin-top: 40px;
}
main section.sub#flow div.wrap ol li {
  padding: 20px;
  margin-top: 20px;
}
main section.sub#flow div.wrap ol li h3 img {
  width: 40px;
  height: 40px;
}
main section.sub#flow div.wrap ol li h3 span {
  margin-top: 10px;
  margin-left: 10px;
}
main section.sub#flow div.wrap ol li ul.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
main section.sub#flow div.wrap ol li ul.flex li {
  padding: 0 20px;
  width: 100%;
}
main section.sub#equipment {
  margin-bottom: 50px;
  margin-top: 50px;
}
main section.sub#equipment div.wrap div.container {
  margin-top: 50px;
  padding: 0 20px;
}
main section.sub#equipment div.wrap div.container div.flex {
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main section.sub#equipment div.wrap div.container div.flex div.img {
  width: 90%;
  margin-right: 0;
}
main section.sub#equipment div.wrap div.container div.flex div.img::after {
  top: 10px;
  left: 20px;
}
main section.sub#equipment div.wrap div.container div.flex div.txt {
  width: 100%;
  padding: 0px;
  margin-top: 30px;
}
main section.sub#equipment div.wrap div.container div.flex div.txt div.ttl {
  font-size: 1em;
}
main section.sub#equipment div.wrap div.container div.flex div.txt p {
  margin-top: 10px;
  font-size: 0.9em;
}
main section.sub#equipment div.wrap div.container div.flex div.txt div.ul p {
  font-size: 0.9em;
}
main section.sub#equipment div.wrap div.container div.flex div.txt div.ul ul li {
  font-size: 0.8em;
}
main section.sub#equipment div.wrap div.container div.flex div.txt dl dt {
  font-size: 0.9em;
  margin-top: 10px;
}
main section.sub#equipment div.wrap div.container div.flex div.txt dl dd {
  font-size: 0.9em;
}
main section.sub#services {
  margin-bottom: 50px;
}
main section.sub#services div.wrap h2 {
  margin-bottom: 20px;
}
main section.sub#services div.wrap h2.special {
  margin-top: 50px;
}
main section.sub#services div.wrap h2.own {
  margin-top: 50px;
}
main section.sub#services div.wrap div.box h3 {
  font-size: 1.2em;
  color: #644F41;
  margin-top: 20px;
  margin-bottom: 10px;
}
main section.sub#services div.wrap div.box h4 {
  font-size: 1.1em;
  margin-top: 30px;
}
main section.sub#services div.wrap div.box p {
  font-size: 0.9em;
}
main section.sub#services div.wrap div.box table {
  margin-top: 10px;
  margin-bottom: 0px;
}
main section.sub#services div.wrap div.box table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main section.sub#services div.wrap div.box table tbody tr th,
main section.sub#services div.wrap div.box table tbody tr td {
  padding: 20px;
}
main section.sub#services div.wrap div.box table tbody tr th {
  width: 100%;
  font-size: 1em;
}
main section.sub#services div.wrap div.box table tbody tr td {
  width: 100%;
  font-size: 0.9em;
}

footer {
  width: 100%;
  background: #f7f2ef;
}
footer div.pc div.footer_top {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer div.pc div.footer_top div.footer_ttl div.logo img {
  height: 50px;
  width: auto;
}
footer div.pc div.footer_top div.footer_ttl div.address {
  font-size: 14px;
  line-height: 1.3;
}
footer div.pc div.footer_top div.footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer div.pc div.footer_top div.footer_info div {
  margin: auto;
}
footer div.pc div.footer_top div.footer_info div.hours {
  height: 60px;
}
footer div.pc div.footer_top div.footer_info div.hours img {
  height: 100%;
  width: auto;
}
footer div.pc div.footer_top div.footer_info div.tel {
  margin-left: 30px;
}
footer div.pc div.footer_top div.footer_info div.tel img {
  height: 100%;
  max-height: 45px;
  width: auto;
}
footer small {
  padding: 30px 0;
  background: #46382f;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
}