@charset "UTF-8";
.sp {
  display: none;
}

.tablet {
  display: none;
}

.yellow {
  color: #e6ae49;
}

.big {
  font-size: 1.1em;
  font-weight: bold;
}

* {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #46382f;
}

.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: 24px;
  height: 20px;
}
.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(9px) rotate(-315deg);
      -ms-transform: translateY(9px) rotate(-315deg);
          transform: translateY(9px) rotate(-315deg);
}
.menu_btn.open span:nth-child(2) {
  opacity: 0;
}
.menu_btn.open span:last-child {
  -webkit-transform: translateY(-9px) rotate(315deg);
      -ms-transform: translateY(-9px) rotate(315deg);
          transform: translateY(-9px) rotate(315deg);
}

p {
  line-height: 2;
}

a {
  text-decoration: none;
  font-family: "Kiwi Maru", serif;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}

a.btn {
  position: relative;
  padding: 20px 40px 20px 60px;
  font-size: 14px;
  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;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

header {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
}
header div.header_top {
  background-color: #f7f2ef;
  width: 100%;
  padding: 10px;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bold {
  font-weight: bold;
}

header div.pc div.header_top > div.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
header div.pc div.header_top > div.flex div.logo {
  margin: auto;
  margin-left: 0;
}
header div.pc div.header_top > div.flex div.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header div.pc div.header_top > div.flex div.logo a div.ttl {
  height: 50px;
}
header div.pc div.header_top > div.flex div.logo a div.ttl img {
  max-height: 50px;
  width: auto;
  height: 90%;
}
header div.pc div.header_top > div.flex div.logo a div.sub_ttl {
  margin: auto;
  height: 35px;
}
header div.pc div.header_top > div.flex div.logo a div.sub_ttl img {
  height: 100%;
  width: auto;
}
header div.pc div.header_top > div.flex div.logo a div.sub_ttl::before {
  content: "";
  display: inline-block;
  background: #644F41;
  height: 30px;
  width: 1px;
  margin: 0 10px;
}
header div.pc div.header_top > div.flex div.info {
  margin: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
header div.pc div.header_top > div.flex div.info div.hours {
  height: 70px;
  margin: auto;
}
header div.pc div.header_top > div.flex div.info div.hours img {
  height: 100%;
  width: auto;
}
header div.pc div.header_top > div.flex div.info div.sns_icon{
  font-size: 0;
  margin-left: 20px;
}
header div.pc div.header_top > div.flex div.info div.sns_icon a{
  display:inline-block;
}
header div.pc div.header_top > div.flex div.info div.sns_icon img{
  width: 38px;
}
header div.pc div.header_top > div.flex div.info div.tel {
  margin: auto;
  margin-left: 20px;
  height: 50px;
}
header div.pc div.header_top > div.flex div.info div.tel img {
  height: 100%;
  width: auto;
}
header div.pc div.header_bottom {
  background: #fff;
  width: 100%;
}
header div.pc div.header_bottom nav ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: auto;
}
header div.pc div.header_bottom nav ul li {
  font-size: 14px;
}
header div.pc div.header_bottom nav ul li a {
  display: block;
  padding: 20px 0 10px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}
header div.pc div.header_bottom nav ul li a.current {
  border-bottom: 5px solid #644F41;
}
header div.pc div.header_bottom nav ul li a:hover {
  border-bottom: 5px solid #644F41;
}
@media screen and (min-width: 800px) and (max-width: 1100px) {
  header div.pc div.header_top {
    padding: 10px 20px;
  }
  header div.pc div.header_top div.flex div.info div.hours {
    height: 50px;
  }
  header div.pc div.header_top div.flex div.info div.tel {
    height: 40px;
  }
}

main {
  margin: auto;
  margin-top: 130px;
}
main div.breadcrumb {
  padding: 30px;
  max-width: 1200px;
  margin: auto;
}
main div.breadcrumb ul.flex li {
  font-size: 14px;
  margin-left: 5px;
}
main div.breadcrumb ul.flex li::after {
  content: "▶︎";
  font-size: 0.9em;
  margin-left: 5px;
}
main div.breadcrumb ul.flex li:last-child::after {
  content: none;
}
main section {
  margin: auto;
  margin-top: 100px;
}
main section#fv {
  overflow: hidden;
}
main section#fv div.wrap {
  height: calc(100vh - 130px);
  max-height: 800px;
  max-width: 1400px;
  width: 100vw;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
main section#fv div.wrap::after {
  width: 200%;
  content: "";
  background: #f7f2ef;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50%;
}
main section#fv div.wrap div.slide {
  max-height: 800px;
  width: 100vw;
  height: calc(100vh - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main section#fv div.wrap div.slide p.copy {
  font-size: 2em;
  color: #644F41;
  margin: auto;
  margin-bottom: 20vh;
  margin-right: 50px;
  position: relative;
  z-index: 2;
  padding: 50px 80px;
  height: auto;
}
main section#fv div.wrap div.slide p.copy::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
}
main section#fv div.wrap div.slide div.img {
  position: absolute;
  width: 100%;
  height: 100%;
}
main section#fv div.wrap div.slide div.img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
main section#fv div.wrap div.slide div.img.bright {
  -webkit-filter: brightness(130%) contrast(90%);
          filter: brightness(130%) contrast(90%);
}
main section#about {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding-bottom: 20%;
}
main section#about::after {
  content: "";
  width: 90%;
  height: 1000px;
  top: 15%;
  right: -25%;
  position: absolute;
  background: #f7f2ef;
  z-index: -2;
  opacity: 0.7;
}
main section#about div.wrap p.intro {
  font-size: 1.9em;
  padding: 50px 100px;
  color: #644F41;
  margin: 150px auto;
  border: 1px solid #644F41;
  text-align: center;
  position: relative;
  max-width: 800px;
  line-height: 2;
}
main section#about div.wrap p.intro::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f7f2ef;
  opacity: 0.7;
  z-index: -1;
  top: 10px;
  left: 10px;
}
main section#about div.wrap div.intro {
  position: relative;
}
main section#about div.wrap div.intro div.img {
  width: 70%;
  max-height: 400px;
}
main section#about div.wrap div.intro div.img img {
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
main section#about div.wrap div.intro div.info {
  padding: 50px 60px;
  width: 40%;
  max-width: 500px;
  top: 20vw;
  right: 10%;
  position: absolute;
  z-index: 2;
  background: #fff;
}
main section#about div.wrap div.intro div.info p {
  line-height: 2;
  margin-bottom: 50px;
}
main section#about div.wrap div.intro div.info p span.big {
  font-size: 1.2em;
  font-weight: bold;
}
main section#about div.wrap div.intro div.info a.btn.list::before {
  background-image: url(../img/detail.svg);
}
main section#about div.wrap div.intro div.info a.btn.search::before {
  background-image: url(../img/search.svg);
}
main section#about div.wrap div.intro div.info a.btn.map::before {
  background-image: url(../img/map-pin.svg);
}
main section#about div.wrap div.intro:last-child {
  margin-top: 20vw;
}
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: 5%;
  width: 45%;
}
main section#about div.wrap div.intro:last-child div.info h3 {
  color: #e6ae49;
  font-size: 20px;
  margin-bottom: 30px;
}
main section#about div.wrap div.intro:last-child div.info h3 span {
  font-size: 18px;
  color: #e6ae49;
}
main section#access {
  position: relative;
}
main section#access::after {
  content: "";
  width: 100%;
  height: 150%;
  top: -40%;
  left: -20%;
  position: absolute;
  background: #f7f2ef;
  z-index: -2;
  opacity: 0.7;
}
main section#access div.wrap {
  padding: 20px;
}
main section#access div.wrap h2 {
  line-height: 1;
  position: relative;
  height: 40px;
  margin-bottom: 80px;
}
main section#access div.wrap h2::after {
  height: 200px;
  width: 600px;
  left: -50px;
  top: -70px;
  position: absolute;
  content: "";
  background-image: url(../img/access_bg@2x.png);
  background-size: contain;
  z-index: -1;
}
main section#access div.wrap h2 img {
  border-bottom: 1px solid #46382f;
  height: 50px;
  width: auto;
}
main section#access div.wrap h2 span {
  font-weight: normal;
  font-size: 16px;
}
main section#access div.wrap div.container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding-top: 50px;
}
main section#access div.wrap div.container div.img {
  width: 40%;
}
main section#access div.wrap div.container div.info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 100px;
}
main section#access div.wrap div.container div.info dl div.flex {
  border-bottom: 1px solid #BEA494;
  padding: 20px 0;
}
main section#access div.wrap div.container div.info dl div.flex dt {
  font-weight: bold;
  width: 20%;
}
main section#access div.wrap div.container div.info a.btn.map {
  background: none;
  border: 1px solid #46382f;
  color: #46382f;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  margin-top: 50px;
}
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.container div.info .btn2{
  display:inline-block;
  margin-top:20px;
}
.mr-30{
  margin-right: 30px;
}
main section#access div.wrap div.container div.info .btn2 a{
  width:237px;
  font-size: 20px;
  text-align:center;
  background: #CEB7A5;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  padding: 20px 40px 20px 78px;
  display: inline-block;
  color: #FFF;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(0%);
}
main section#access div.wrap div.container div.info .btn2 a:before {
  content: "";
  background-image: url(../img/icon_instagram.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 44px;
  background-size: contain;
}

main section#access div.wrap div.container div.info .line a:before {
  content: "";
  background-image: url(../img/icon_line_b.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 40px;
  background-size: contain;
}

main section#access div.wrap div.frame {
  position: relative;
  margin: auto;
  padding-bottom: 600px;
  height: 0;
  overflow: hidden;
  margin-bottom: 60px;
  z-index: 1;
  margin-top: 100px;
}
main section#access div.wrap div.frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main section#head {
  height: 50vh;
  max-width: 1200px;
  height: 400px;
  background-size: contain;
  background-position: right;
  margin-top: 0px;
}
main section#head.characteristic {
  background-image: url(../img/characteristic_head@2x.jpg);
}
main section#head.acuscope {
  background-image: url(../img/acuscope_head@2x.jpg);
}
main section#head.flow {
  background-image: url(../img/flow_head@2x.jpg);
}
main section#head.services {
  background-image: url(../img/services_head@2x.jpg);
}
main section#head h1 {
  background: #fff;
  font-size: 36px;
  font-family: "kiwi maru";
  font-weight: normal;
  display: inline-block;
  padding: 60px;
  margin-top: 50px;
  color: #644F41;
}
main section#head h1 img {
  max-height: 40px;
  display: block;
  width: auto;
}
main section#overview div.flex > * {
  width: 50%;
}
main section#overview div.flex:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
main section#overview div.flex div.txt {
  background: #f7f2ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main section#overview div.flex div.txt div.box {
  margin: auto;
  width: 80%;
}
main section#overview div.flex div.txt div.box h3 {
  font-size: 1.2em;
  color: #e6ae49;
}
main section#overview div.flex div.txt div.box p {
  margin-top: 20px;
}
main section#overview div.flex div.img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section#greetings {
  padding: 0 80px;
}
main section#greetings div.container {
  background: #f7f2ef;
  padding: 50px 80px;
  margin-bottom: 100px;
}
main section#greetings div.container h2 {
  text-align: center;
  font-size: 36px;
  font-family: "kiwi maru";
  font-weight: normal;
  color: #644F41;
}
main section#greetings div.container h2 img {
  max-width: 120px;
  margin-bottom: -10px;
}
main section#greetings div.container div.wrap {
  margin-top: 50px;
}
main section#greetings div.container div.wrap div.name {
  text-align: right;
  margin-top: 20px;
  font-family: "kiwi maru";
  color: #644F41;
}
main section#greetings div.container div.wrap div.name span {
  font-size: 16px;
  margin-left: 10px;
}
main section#greetings div.container div.career {
  background: #fff;
  padding: 50px;
  max-width: 800px;
  width: 80%;
  margin: auto;
  margin-top: 100px;
}
main section#greetings div.container div.career h3 {
  font-size: 30px;
  text-align: center;
  font-family: "kiwi maru";
  font-weight: normal;
  color: #644F41;
}
main section#greetings div.container div.career div.flex {
  margin-top: 26px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
main section#greetings div.container div.career div.flex div.list h4 {
  font-size: 18px;
  color: #e6ae49;
}
main section#greetings div.container div.career div.flex div.list ul {
  margin-top: 10px;
  margin-bottom: 30px;
}
main section#greetings div.container div.info {
  margin-top: 100px;
}
main section#greetings div.container div.info dl div.flex {
  border-bottom: 1px solid #BEA494;
  padding: 20px 0;
}
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 {
  max-width: 900px;
  margin: auto;
  margin-top: 100px;
  padding: 0 20px;
}
main section#news h3 {
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center;
}
main section#news dl dt {
  margin-bottom: 10px;
}
main section.sub {
  overflow: hidden;
}
main section.sub div.wrap {
  padding-top: 50px;
}
main section.sub div.wrap h2 {
  font-size: 36px;
  font-family: "kiwi maru";
  font-weight: normal;
  border-bottom: 1px solid #644F41;
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
main section.sub div.wrap h2::after {
  position: absolute;
  content: "";
  height: 200px;
  width: 100vw;
  background-position: 0 0;
  top: -150%;
  left: -50px;
  z-index: -1;
  background-size: contain;
}
main section.sub div.wrap h3 {
  font-size: 30px;
  font-family: "kiwi maru";
  text-align: center;
  font-weight: normal;
  color: #e6ae49;
}
main section.sub div.wrap h3 img {
  height: 30px;
  margin-bottom: -10px;
  width: auto;
}
main section.sub#acuscope {
  position: relative;
  padding-bottom: 300px;
}
main section.sub#acuscope::after {
  width: 200%;
  content: "";
  background: #f7f2ef;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 30%;
  left: 40%;
  opacity: 0.7;
}
main section.sub#acuscope div.wrap h2::after {
  background-image: url(../img/ACUSCOPE？@2x.png);
}
main section.sub#acuscope div.wrap div.box {
  position: relative;
}
main section.sub#acuscope div.wrap div.box div.img {
  margin-top: 100px;
  width: 70%;
}
main section.sub#acuscope div.wrap div.box div.img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
}
main section.sub#acuscope div.wrap div.box div.txt {
  background: #fff;
  padding: 80px;
  width: 70%;
  margin-left: auto;
  margin-right: 10%;
  top: 350px;
  right: 0;
  position: absolute;
}
main section.sub#indication {
  padding: 0 80px;
  margin-top: 100px;
  position: relative;
  margin-top: 0;
}
main section.sub#indication::after {
  width: 100%;
  content: "";
  background: #f7f2ef;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: -30%;
  left: 40%;
  opacity: 0.7;
}
main section.sub#indication::before {
  width: 100%;
  content: "";
  background: #f7f2ef;
  height: 65%;
  position: absolute;
  z-index: -1;
  top: 30%;
  left: -40%;
  opacity: 0.7;
}
main section.sub#indication div.wrap {
  width: 90%;
  padding: 50px 80px;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 100px;
}
main section.sub#indication div.wrap div.container p {
  text-align: center;
  margin-top: 30px;
}
main section.sub#indication div.wrap div.container dl {
  margin: auto;
  margin-top: 30px;
  width: 80%;
  line-height: 2;
  margin-bottom: 50px;
}
main section.sub#indication div.wrap div.container dl div.flex {
  margin-top: 10px;
}
main section.sub#indication div.wrap div.container dl div.flex dt {
  width: 30%;
  text-align: center;
}
main section.sub#indication div.wrap div.container dl div.flex dt::before {
  content: "<";
}
main section.sub#indication div.wrap div.container dl div.flex dt::after {
  content: ">";
}
main section.sub#indication div.wrap div.container dl div.flex dd {
  width: 70%;
}
main section.sub#indication div.wrap div.container dl div.flex dd ul li {
  float: left;
  margin-right: 10px;
}
main section.sub#indication div.wrap div.container dl div.flex dd ul li::before {
  content: "・";
}
main section.sub#flow div.wrap h2::after {
  background-image: url(../img/FLOW@2x.png);
}
main section.sub#flow div.wrap ol {
  width: 90%;
  margin: auto;
  margin-top: 80px;
}
main section.sub#flow div.wrap ol li {
  background: #f7f2ef;
  padding: 50px 80px;
  margin-top: 30px;
}
main section.sub#flow div.wrap ol li h3 {
  line-height: 1;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main section.sub#flow div.wrap ol li h3 img {
  width: 75px;
  height: 75px;
}
main section.sub#flow div.wrap ol li h3 span {
  margin: auto;
  margin-left: 20px;
  font-family: "kiwi maru";
}
main section.sub#flow div.wrap ol li p {
  margin-top: 30px;
}
main section.sub#flow div.wrap ol li ul.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.sub#flow div.wrap ol li ul.flex li {
  padding: 0;
  width: 30%;
}
main section.sub#flow div.wrap ol li ul.flex li figure figcaption {
  text-align: center;
  font-size: 1.2em;
  color: #e6ae49;
  font-weight: bold;
}
main section.sub#flow div.wrap ol li ul.flex li figure img {
  margin-top: 10px;
  -webkit-filter: brightness(110%) contrast(90%);
          filter: brightness(110%) contrast(90%);
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.sub#equipment {
  margin-bottom: 100px;
}
main section.sub#equipment div.wrap h2::after {
  background-image: url(../img/EQUIPMENT@2x.png);
}
main section.sub#equipment div.wrap div.container {
  margin-top: 100px;
  padding: 0 20px;
}
main section.sub#equipment div.wrap div.container div.flex {
  margin-top: 80px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
main section.sub#equipment div.wrap div.container div.flex div.img {
  width: 40%;
  height: auto;
  position: relative;
  margin-right: 30px;
}
main section.sub#equipment div.wrap div.container div.flex div.img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f7f2ef;
  top: 20px;
  left: 20px;
  position: absolute;
  z-index: -1;
}
main section.sub#equipment div.wrap div.container div.flex div.img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: contrast(80%) brightness(130%);
          filter: contrast(80%) brightness(130%);
  height: 100%;
}
main section.sub#equipment div.wrap div.container div.flex div.txt {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  padding: 0 50px;
}
main section.sub#equipment div.wrap div.container div.flex div.txt div.ttl {
  font-size: 20px;
  font-weight: bold;
  color: #e6ae49;
}
main section.sub#equipment div.wrap div.container div.flex div.txt p {
  margin-top: 20px;
}
main section.sub#equipment div.wrap div.container div.flex div.txt div.ul p {
  font-weight: bold;
  color: #644F41;
}
main section.sub#equipment div.wrap div.container div.flex div.txt div.ul ul li {
  margin-top: 10px;
}
main section.sub#equipment div.wrap div.container div.flex div.txt div.ul ul li::before {
  content: "・";
  color: #e6ae49;
  font-weight: bold;
}
main section.sub#equipment div.wrap div.container div.flex div.txt dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  color: #644F41;
  border-left: #644F41 5px solid;
  padding-left: 10px;
  line-height: 1;
}
main section.sub#equipment div.wrap div.container div.flex div.txt dl dd {
  margin-top: 10px;
}
main section.sub#services {
  margin-bottom: 100px;
}
main section.sub#services div.wrap h2 {
  margin-bottom: 50px;
}
main section.sub#services div.wrap h2.regular::after {
  background-image: url(../img/REGULAR@2x.png);
}
main section.sub#services div.wrap h2.special {
  margin-top: 100px;
}
main section.sub#services div.wrap h2.special::after {
  background-image: url(../img/SPECIAL@2x.png);
}
main section.sub#services div.wrap h2.own {
  margin-top: 100px;
}
main section.sub#services div.wrap h2.own::after {
  background-image: url(../img/OWN_EXPENSE@2x.png);
}
main section.sub#services div.wrap div.box {
  padding: 0 20px;
}
main section.sub#services div.wrap div.box h3 {
  text-align: left;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #644F41;
  margin-top: 30px;
  margin-bottom: 20px;
}
main section.sub#services div.wrap div.box h4 {
  font-size: 18px;
  font-weight: bold;
}
main section.sub#services div.wrap div.box table {
  text-align: center;
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 50px;
}
main section.sub#services div.wrap div.box table tbody tr {
  border: 1px solid #EBEBEB;
}
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: 30px 0;
}
main section.sub#services div.wrap div.box table tbody tr th {
  background: #f7f2ef;
  width: 30%;
  font-size: 18px;
  font-weight: bold;
  color: #644F41;
  border-bottom: 1px solid #fff;
}
main section.sub#services div.wrap div.box table tbody tr td {
  width: 70%;
}
main section.sub#services div.wrap div.box table tbody tr:last-child th {
  border: none;
}

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: 13px;
}