.sp {
  display: none;
}

.menu_btn {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 10;
  position: relative;
  width: 30px;
  height: 26px;
}
.menu_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #BEA494;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.menu_btn span:first-child {
  top: 0px;
}
.menu_btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu_btn span:last-child {
  bottom: 0;
}
.menu_btn.open span:first-child {
  -webkit-transform: translateY(12px) rotate(-315deg);
      -ms-transform: translateY(12px) rotate(-315deg);
          transform: translateY(12px) rotate(-315deg);
}
.menu_btn.open span:nth-child(2) {
  opacity: 0;
}
.menu_btn.open span:last-child {
  -webkit-transform: translateY(-12px) rotate(315deg);
      -ms-transform: translateY(-12px) rotate(315deg);
          transform: translateY(-12px) rotate(315deg);
}

a.btn {
  position: relative;
  padding: 20px 40px 20px 60px;
  font-size: 12px;
  background: #644F41;
  color: #fff;
  display: inline-block;
}
a.btn::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  top: 50%;
  left: 30px;
  background-size: contain;
}

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

header {
  padding: 5px 20px;
  background: #f7f2ef;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header div.pc {
  display: none;
}
header div.tablet {
  display: block;
  margin: auto;
  width: 100%;
}
header div.tablet div.flex div.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header div.tablet div.flex div.logo a div.ttl {
  height: 40px;
  margin: auto;
}
header div.tablet div.flex div.logo a div.ttl img {
  width: auto;
  height: 100%;
}
header div.tablet div.flex div.logo a div.sub_ttl {
  height: 30px;
  margin: auto;
}
header div.tablet div.flex div.logo a div.sub_ttl img {
  width: auto;
  height: 100%;
}
header div.tablet div.flex div.logo a div.sub_ttl::before {
  content: "";
  display: inline-block;
  background: #644F41;
  height: 30px;
  width: 1px;
  margin: 0 10px;
}
header div.tablet div.flex div.hours {
  height: 40px;
}
header div.tablet div.flex div.sns_icon {
  height: 40px;
  margin: auto;
  margin-right: 20px;
}
header div.tablet div.flex div.sns_icon a img {
  height: 100%;
  width: auto;
}
header div.tablet div.flex div.tel {
  height: 40px;
  /*margin: auto;*/
  margin-right: 20px;
}
header div.tablet div.flex div.tel a img {
  height: 100%;
  width: auto;
}
header div.tablet div.flex div.menu_btn {
  margin: auto 0;
}
header div.nav {
  background: #fff;
  position: absolute;
  height: 100vh;
  width: 50%;
  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;
}

main {
  margin-top: 70px;
}
main div.breadcrumb {
  padding: 10px;
}
main section {
  margin-top: 50px;
}
main section#fv div.wrap {
  max-height: 600px;
}
main section#fv div.wrap div.slide {
  max-height: 600px;
}
main section#fv div.wrap div.slide p.copy {
  font-size: 4vw;
  margin: auto;
}
main section#about {
  padding-bottom: 350px;
}
main section#about div.wrap p.intro {
  font-size: 3vw;
  padding: 50px;
  width: 80%;
  margin: 100px auto;
}
main section#about div.wrap div.intro div.info {
  padding: 50px 80px;
  width: 70%;
  max-width: 700px;
  top: 300px;
  right: 5vw;
}
main section#about div.wrap div.intro:last-child {
  margin-top: 300px;
}
main section#about div.wrap div.intro:last-child div.info {
  left: 5vw;
  width: 70%;
}
main section#access div.wrap h2 {
  margin-bottom: 50px;
}
main section#access div.wrap h2::after {
  height: 150px;
  top: -40px;
}
main section#access div.wrap div.container div.img {
  width: 50%;
}
main section#access div.wrap div.container div.info {
  margin-left: 50px;
}
main section#access div.wrap div.container div.info dl div.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main section#access div.wrap div.container div.info dl div.flex:first-child {
  padding-top: 0;
}
main section#access div.wrap div.container div.info dl div.flex dt {
  font-weight: bold;
  width: 100%;
}
main section#access div.wrap div.container div.info dl div.flex dd {
  margin-top: 10px;
}
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%;
}
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;
  font-size:16px;
  width:218px;
}
main section#access div.wrap div.frame {
  padding-bottom: initial;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: auto;
}
main section#head {
  height: 30vh;
}
main section#head h1 {
  font-size: 4vw;
  padding: 40px;
}
main section#head h1 img {
  max-height: 30px;
}
main section#overview div.flex div.txt div.box {
  width: 100%;
  padding: 30px;
}
main section#greetings {
  padding: 0 30px;
}
main section#greetings div.container {
  padding: 30px 60px;
  margin-bottom: 50px;
}
main section#greetings div.container h2 {
  font-size: 3.5vw;
}
main section#greetings div.container h2 img {
  max-width: 80px;
}
main section#greetings div.container div.wrap {
  margin-top: 30px;
}
main section#greetings div.container div.career {
  padding: 30px;
  width: 90%;
  margin-top: 50px;
}
main section#greetings div.container div.career h3 {
  font-size: 3vw;
}
main section#greetings div.container div.info {
  margin-top: 50px;
}
main section#greetings div.container div.info dl {
  margin-bottom: 50px;
}
main section.sub div.wrap h2 {
  font-size: 4vw;
}
main section.sub div.wrap h2::after {
  position: absolute;
  content: "";
  height: 120px;
  top: -40px;
}
main section.sub div.wrap h3 {
  font-size: 3vw;
}
main section.sub div.wrap h3 .sp {
  display: block;
}
main section.sub#acuscope {
  padding-bottom: 300px;
}
main section.sub#acuscope::after {
  top: 200px;
  left: 30%;
}
main section.sub#acuscope div.wrap div.box div.img {
  margin-top: 50px;
  width: 80%;
}
main section.sub#acuscope div.wrap div.box div.txt {
  padding: 50px;
  width: 80%;
  margin-right: 5vw;
}
main section.sub#indication {
  padding: 0 50px;
  margin-top: -50px;
}
main section.sub#indication div.wrap {
  width: 100%;
  padding: 50px;
}
main section.sub#indication div.wrap div.container dl {
  width: 100%;
}
main section.sub#flow div.wrap ol {
  margin-top: 50px;
}
main section.sub#flow div.wrap ol li {
  padding: 50px 60px;
}
main section.sub#flow div.wrap ol li h3 img {
  width: 50px;
  height: 50px;
}
main section.sub#flow div.wrap ol li h3 span {
  margin-top: 10px;
}
main section.sub#equipment {
  margin-bottom: 100px;
}
main section.sub#equipment div.wrap div.container {
  margin-top: 50px;
}
main section.sub#equipment div.wrap div.container div.flex {
  margin-top: 80px;
}
main section.sub#equipment div.wrap div.container div.flex div.txt {
  padding: 0 20px;
}
main section.sub#equipment div.wrap div.container div.flex div.txt div.ttl {
  font-size: 1.1em;
}
main section.sub#equipment div.wrap div.container div.flex div.txt p {
  font-size: 0.9em;
}
main section.sub#equipment div.wrap div.container div.flex div.txt div.ul ul li {
  font-size: 0.9em;
}
main section.sub#equipment div.wrap div.container div.flex div.txt dl dt {
  font-size: 1em;
}
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.flex {
  padding: 50px;
  margin-top: 30px;
}
main section.sub#services div.wrap div.flex div.txt {
  width: 60%;
  margin-right: 30px;
}
main section.sub#services div.wrap div.flex div.txt div.ttl {
  font-size: 1.1em;
}
main section.sub#services div.wrap div.flex div.txt div.flex {
  margin: 0;
  padding: 0;
}
main section.sub#services div.wrap div.flex div.txt div.flex dl dt {
  font-size: 1.1em;
}
main section.sub#services div.wrap div.flex div.img {
  width: 40%;
}

footer div.pc div.footer_top div.footer_ttl div.logo img {
  height: 40px;
}
footer div.pc div.footer_top div.footer_info div.hours {
  height: 50px;
}
footer div.pc div.footer_top div.footer_info div.tel img {
  max-height: 40px;
}