@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.SP {
  display: none;
}
.wide_wrapp {
  width: 1400px;
  margin: 0 auto;
  max-width: 95%;
}
.wrapp {
  width: 1200px;
  margin: 0 auto;
  max-width: 95%;
}
.sec_inner {
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
}
p,
h3,
h4,
a,
span {
  line-height: 1.5em;
}
.sec_tit {
  text-align: center;
  margin-bottom: 70px;
}
section {
  padding: 70px 0;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
/*bkg*/
.bkg_matsu {
  background-image: url(../img/bkg_matsu.png);
  background-repeat: no-repeat;
  background-size: 50%;
}
.bkg_matsu_l {
  background-position: left;
}
.bkg_ume {
  background-image: url(../img/bkg_ume.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right;
}
.bkg_green {
  background-image: url(../img/bkg_washi_green.jpg);
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
}
.bkg_white {
  background-image: url(../img/bkg_washi.jpg);
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
}
.bkg_nami {
  background-image: url(../img/bkg_nami.png);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
}
.faci_bkg {
  background-color: rgba(255, 255, 255, .5);
  padding: 100px;
  box-shadow: 5px 5px 5px lightgray;
}
/*header*/
header {
  background-color: rgba(255, 255, 255, .8);
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 9999;
  width: 100%;
}
header > a {
  padding-left: 50px;
}
header ul {
  display: flex;
  gap: 20px;
  align-items: center;
}
header ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #000;
  transition: .3s;
  display: block;
}
header ul li a:hover {
  background-color: #9e0000;
  color: #fff;
}
header ul li:last-of-type {
  background-color: #9e0000;
  color: #fff;
}
header ul li:last-of-type a {
  color: #fff;
  padding: 50px;
}
header ul li:last-of-type a:hover {
  opacity: .8;
  color: #fff;
}
/*mv*/
.sec_mv {
  padding: 0;
}
.sec_mv li {
  position: relative;
  height: 1000px;
}
.sec_mv li > img {
  height: 100%;
  object-fit: cover;
}
.sec_mv li p {
  position: absolute;
  top: 80px;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  display: block;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
/*new*/
.new_cont {
  font-family: "Noto Serif JP", serif;
  display: flex;
  border: solid 2px #9e0000;
  box-shadow: 5px 5px 5px lightgray;
  background-color: #fff;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.new_cont h2 {
  color: #fff;
  background-color: #9e0000;
  text-align: center;
  padding: 20px;
  font-size: 40px;
  position: absolute;
  left: -60px;
  top: -40px;
  font-weight: bold;
  line-height: 1.3em;
}
.new_inner dl {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 30px 60px 0 60px;
  justify-content: center;
}
.new_inner dd div {
  display: flex;
  gap: 30px;
  align-items: center;
}
.new_inner dd div p {
  font-weight: bold;
  font-size: 45px;
  text-align: center;
}
.new_inner dd div p span {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #717171;
  font-size: 18px;
  margin: 0;
  padding: 5px;
  font-weight: bold;
}
.sec_new .caution {
  display: block;
  text-align: right;
  padding: 0 20px 20px 0;
}
/*greeting*/
.greeting_inner dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.greeting_inner dt,
.greeting_inner dd {
  width: 50%;
}
.greeting_inner dd img {
  display: block;
  margin: 0 auto 40px auto;
}
.greeting_movie_cont {
  margin: 100px auto 0 auto;
}
.greeting_movie_cont h3 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
.iframe_cont {
  width: 800px;
  height: 451px;
  margin: 0 auto;
}
/*business*/
.buiness_about p {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.facility_inner {
  position: relative;
}
.faci_tit {
  position: absolute;
  left: -30px;
  top: 40px;
  display: flex;
  gap: 50px;
  align-items: center;
}
.faci_tit p {
  font-weight: bold;
  max-width: 60%;
}
.facility_inner h2 {
  background-color: #9e0000;
  width: 350px;
  padding: 80px 30px;
  text-align: center;
}
.faci_detail {
  margin-top: 250px;
}
.faci_detail.no_tit {
  margin-top: 0;
}
.faci_detail dl.faci_about {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.faci_detail dl.faci_about dt {
  width: 65%;
}
.faci_detail dl.faci_about dd {
  width: 40%;
}
.faci_detail dl.faci_about dd img {
  display: block;
  margin: 0 auto;
}
.faci_detail dl.faci_about dd span {
  display: block;
  width: 215px;
  border-top: solid 1px #000;
  margin: 40px auto;
}
.faci_detail dl.faci_about dd p {
  text-align: center;
  line-height: 2em;
}
.faci_detail dl.faci_about dd p span {
  display: block;
  background-color: #717171;
  color: #fff;
  margin: 0 auto;
  border: none;
  font-weight: bold;
  padding: 0 5px;
}
.faci_map {
  width: 100%;
  height: 350px;
  margin: 70px auto;
}
.faci_list ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.faci_list li {
  border: solid 1px #9e0000;
  max-width: 350px;
}
.faci_list dl {
  padding: 15px 15px 30px 15px;
}
.faci_list dd h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  text-align: center;
  margin-top: 25px;
}
.faci_list dd img {
  display: block;
  margin: 25px auto;
}
.mid_slide {
  margin-bottom: 70px;
}
.mid_slide li {
  margin: 0 10px;
}
section.no_top {
  padding-top: 0;
}
.faci_detail .new_cont {
  background-color: inherit;
  border: none;
  position: static;
  box-shadow: none;
  margin: 0;
}
.faci_detail dl.faci_new_about dd p span {
  margin: 0 auto;
  width: fit-content;
}
.faci_detail dl.faci_new_about .new_inner dd p {
  line-height: 1.5em;
}
.faci_detail .new_inner dl {
  display: block;
  padding: 0;
}
.faci_detail dl.faci_new_about dt {
  width: 50%;
}
.faci_detail dl.faci_new_about dt span {
  text-align: right;
  display: block;
  margin-top: 15px;
  font-size: 13px;
}
.faci_detail dl.faci_new_about dd {
  width: 50%;
}
.faci_detail dl.faci_new_about dd dd {
  width: 100%;
}
.faci_detail dl.faci_about dd .new_faci {
  display: flex;
  align-items: stretch;
  gap: 15px;
  margin: 15px 0;
}
.faci_detail dl.faci_about dd .new_faci span {
  border: solid 1px #9e0000;
  width: fit-content;
  text-align: center;
  color: #9e0000;
  font-weight: bold;
  padding: 10px 15px;
  margin: 0;
}
.faci_detail dl.faci_about dd .new_faci p {
  text-align: left;
  line-height: 1.3em;
}
.new_faci_detail {
  margin-top: 200px;
}
.new_faci_detail .faci_map {
  margin-bottom: 0;
}
.link_cont {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.link_cont div img {
  display: block;
  margin: 0 auto;
}
.link_cont div div {
  background-color: rgba(255, 255, 255, .5);
  box-shadow: 5px 5px 5px lightgray;
  padding: 30px;
  width: 350px;
}
.link_cont h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.link_cont h3 span {
  font-weight: bold;
  color: #9e0000;
}
.link_cont a {
  font-family: "Noto Serif JP", serif;
  color: #9e0000;
  display: block;
  border: solid 1px #9e0000;
  padding: 15px 0;
  text-align: center;
  transition: .3s;
}
.link_cont a:hover {
  background-color: #9e0000;
  color: #fff;
}
.contact_btn {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-weight: bold;
  text-align: center;
  background-color: #9e0000;
  color: #fff;
  padding: 30px 50px;
  width: fit-content;
  margin: 70px auto 0 auto;
  transition: .3s;
}
.contact_btn:hover {
  opacity: .8;
}
/*service*/
.sec_service .wide_wrapp div {
  background-color: rgba(255, 255, 255, .5);
  box-shadow: 5px 5px 5px lightgray;
}
.sec_service .wide_wrapp div:first-of-type {
  margin-bottom: 50px;
}
.sec_service dl {
  display: flex;
  gap: 50px;
  padding: 50px;
  align-items: center;
  justify-content: center;
}
.sec_service dl:last-of-type {
  padding-top: 0;
}
.sec_service dl dt,
.sec_service dl dd {
  width: 50%;
}
.sec_service dd h3 {
  text-align: center;
  border-bottom: solid 1px #9e0000;
  padding: 0 0 10px 0;
}
.sec_service dd p {
  font-weight: bold;
  padding: 20px;
  line-height: 2em;
}
.sec_service dd span {
  display: block;
  color: #fff;
  background-color: #717171;
  text-align: center;
  width: fit-content;
  margin: 20px auto 0 auto;
  padding: 5px 20px;
  font-weight: bold;
}
/*company*/
.company_table table {
  width: 700px;
  margin: 0 auto;
}
.company_table table th {
  background-color: #717171;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  width: 180px;
  border: solid 3px #f0f6e3;
  vertical-align: middle;
}
.company_table table td {
  background-color: #fff;
  padding: 15px 20px;
  font-weight: bold;
  line-height: 2em;
  border: solid 3px #f0f6e3;
}
.company_map {
  width: 100%;
  height: 350px;
  margin-top: 70px;
}
/*contact*/
input#pp_check {
  display: none;
}
.pp_check {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.pp_check::before {
  background: #fff;
  border: 1px solid #9e0000;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.pp_check::after {
  border-right: 3px solid #9e0000;
  border-bottom: 3px solid #9e0000;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .pp_check::after {
  opacity: 1;
}
form {
  width: 700px;
  margin: 0 auto;
}
form dl {
  display: flex;
  gap: 30px;
  align-items: start;
  padding: 15px 0;
}
form dt {
  width: 180px;
  border-bottom: solid 2px #9e0000;
  padding: 15px 0;
  vertical-align: middle;
  font-weight: bold;
}
form dd {
  width: 500px;
}
form dt span {
  font-weight: bold;
  color: #9e0000;
}
form dd label {
  font-weight: bold;
}
form dd ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
form dd input[type="text"],
form dd input[type="tel"],
form dd input[type="email"],
form dd textarea {
  padding: 10px;
  border: solid 1px #000;
  width: 480px;
}
.pp_cont > p {
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin-top: 50px;
}
.pp_inner {
  margin: 30px auto;
  height: 200px;
  overflow-y: scroll;
  border: solid 1px #000;
  background-color: #fff;
}
.pp_inner p {
  font-size: 14px;
  padding: 15px;
}
.pp_inner p .bold {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin: 15px 0;
}
.pp_inner::-webkit-scrollbar {
  width: 10px;
}
.pp_inner::-webkit-scrollbar-track {
  background-color: #eee;
}
.pp_inner::-webkit-scrollbar-thumb {
  background-color: #9e0000;
}
.pp_inner p a {
  color: blue;
  border-bottom: solid 1px blue;
}
.pp_check {
  display: block;
  margin: 0 auto 50px auto;
  width: fit-content;
}
#form_submit {
  text-align: center;
}
input[type="button"].none {
  background-color: #717171;
  border: none;
  pointer-events: none;
}
input[type="button"] {
  display: block;
  border: solid 1px #9e0000;
  width: 250px;
  padding: 20px;
  background-color: #9e0000;
  color: #fff;
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s;
  font-family: "Noto Serif JP", serif;
}
input[type="button"]:hover {
  opacity: .8;
}
form dt span.required,
form dt span.optional {
  display: none;
}
/*footer*/
footer {
  background-color: #9e0000;
  color: #fff;
  padding: 100px 20px 30px 20px;
}
footer img {
  display: block;
  margin: 0 auto 30px auto;
}
footer p {
  padding: 10px 0;
}
footer p span {
  display: inline-block;
  border: solid 1px #fff;
  width: 80px;
  text-align: center;
  padding: 3px;
  margin-right: 15px;
}
footer div {
  width: fit-content;
  margin: 0 auto;
}
small {
  display: block;
  text-align: center;
  margin-top: 100px;
  font-size: 13px;
  line-height: 1.5em;
}
.al {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
a .new_cont {
  color: #000;
  transition: .3s;
}
a .new_cont:hover {
  box-shadow: none;
  transform: translateX(2px);
  opacity: .8;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: -50px;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.sec_contact_thanks {
  padding-top: 200px;
}
.sec_contact_thanks p {
  text-align: center;
}
span.error_blank {
  color: #9e0000;
}
@media screen and (max-width:1400px) {
  .header_logo {
    width: 250px;
  }
  header ul li a {
    font-size: 16px;
  }
  header > a {
    padding-left: 30px;
  }
  header ul li:last-of-type a {
    padding: 30px;
  }
  .faci_detail dl.faci_new_about .new_inner dd p {
    font-size: 35px;
  }
  .new_inner dd div p span {
    font-size: 16px;
  }
  .faci_detail dl.faci_about dd .new_faci span {
    padding: 10px 8px;
  }
}
/*1400*/
@media screen and (max-width:1200px) {
  .new_faci_detail dl.faci_about dd .new_faci span {
    margin-bottom: 15px;
    width: 100%;
  }
  .new_faci_detail dl.faci_about dd .new_faci span br {
    display: none;
  }
  .new_faci_detail dl.faci_about dd .new_faci {
    display: block;
    width: fit-content;
    margin: 20px auto;
  }
  .new_faci_detail .new_cont {
    margin: 0 auto;
  }
  .new_faci_detail dl.faci_new_about dd {
    width: 100%;
  }
  .new_faci_detail dl.faci_new_about dt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .new_faci_detail dl.faci_new_about dt span {
    text-align: center;
  }
  .new_faci_detail dl.faci_about {
    display: block;
  }
  .new_cont h2 br {
    display: none;
  }
  .new_cont h2 {
    left: -10px;
  }
  .new_inner dd div p {
    font-size: 40px;
  }
  .new_inner dd div p span {
    font-size: 16px;
  }
  .facility_inner h2 {
    width: 250px;
  }
  .buiness_about p {
    font-size: 16px;
  }
  .link_cont h3 {
    font-size: 25px;
  }
}
/*1200*/
@media screen and (max-width:1000px) {
  .faci_bkg {
    padding: 100px 30px;
  }
  .faci_list dd h3 {
    font-size: 18px;
  }
  .faci_detail dl.faci_about dd img {
    transform: scale(.8);
  }
  .faci_detail dl.faci_about dd {
    width: 100%;
  }
  .faci_detail dl.faci_about dt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .faci_detail dl.faci_about {
    display: block;
  }
  .greeting_inner dt,
  .greeting_inner dd {
    width: 100%;
  }
  .greeting_inner dt {
    text-align: center;
    margin-bottom: 30px;
  }
  .greeting_inner dl {
    display: block;
  }
  .sec_new .caution {
    padding: 20px;
  }
  .new_inner dl {
    display: block;
  }
  .new_inner dt {
    text-align: center;
    margin-bottom: 30px;
  }
  header .SP {
    display: block;
  }
  header .PC {
    display: none;
  }
  header {
    padding: 10px 0;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    font-weight: bold;
  }
  nav .inner ul li:last-of-type a {
    color: #fff;
  }
  nav .inner ul li:last-of-type {
    border: none;
    margin-top: 20px;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  nav .inner ul {
    display: block;
  }
  .sec_mv li p img {
    transform: scale(.8);
  }
  .sec_mv li {
    height: 750px;
  }
  .sec_service dl {
    display: block;
  }
  .sec_service dl dt,
  .sec_service dl dd {
    width: 100%;
  }
  .sec_service dl dt {
    text-align: center;
    margin-bottom: 30px;
  }
  .faci_tit {
    position: static;
  }
  .faci_bkg {
    padding: 50px 30px;
  }
  .faci_detail {
    margin-top: 70px;
  }
}
/*1000*/
@media screen and (max-width:900px) {
  footer img {
    transform: scale(.8);
  }
  .sec_tit img {
    transform: scale(.8);
  }
  .link_cont {
    display: block;
  }
  .link_cont div {
    margin: 30px auto;
  }
  .link_cont div div {
    max-width: 100%;
    margin: 0 auto;
  }
  form dl {
    display: block;
  }
  form dt {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  form dd input[type="text"],
  form dd input[type="tel"],
  form dd input[type="email"],
  form dd textarea {
    width: 97%;
  }
  form dd {
    width: 100%;
  }
  .iframe_cont {
    width: 88.889vw;
    height: 50.111vw;
    margin: 0 auto;
  }
  form {
    width: 100%;
  }
  .company_table table {
    width: 100%;
  }
}
/*900*/
@media screen and (max-width:700px) {
  .sec_tit {
    margin-bottom: 50px;
  }
  .faci_tit {
    display: block;
  }
  .facility_inner h2 {
    width: 100%;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .faci_tit p {
    max-width: 100%;
  }
  .sec_service dd h3 img {
    transform: scale(.8);
  }
  .company_table table th {
    width: 100px;
    padding: 10px 0;
  }
  .company_table table td {
    padding: 10px;
  }
  .sec_mv li p img {
    transform: scale(.6);
  }
  .sec_mv li {
    height: 600px;
  }
  .header_logo {
    width: 170px;
  }
  .toggle_btn {
    top: 15px;
  }
  .new_cont h2 {
    font-size: 25px;
  }
  .new_inner dl {
    padding: 20px;
  }
  .new_inner dd div p {
    font-size: 30px;
  }
  .new_inner dd div img {
    width: 90px;
  }
  .new_inner dd div {
    gap: 15px;
  }
  .wrapp {
    width: 90%;
  }
  .greeting_inner dd img {
    width: 90px;
  }
  .greeting_movie_cont h3 {
    font-size: 25px;
  }
  .facility_inner h2 img {
    transform: scale(.8);
  }
  .sec_mv li > img {
    object-position: -100px 0;
  }
}
/*700*/
@media screen and (max-width:500px) {

  .facility_inner h2 {
    padding: 15px 0;
  }
  .faci_bkg {
    padding: 40px 20px;
  }
  .faci_detail dl.faci_new_about .new_inner dd p {
    font-size: 25px;
  }
  .faci_detail dl.faci_new_about dd img {
    width: 70px;
  }
  .new_inner dd div p span {
    font-size: 12px;
  }
  .sec_inner.faci_detail {
    max-width: 100%;
  }
  .new_cont h2 {
    font-size: 20px;
  }
  .new_inner dd div img {
    width: 70px;
  }
  .new_inner dd div p {
    font-size: 25px;
  }
  .sec_new .caution {
    font-size: 12px;
    padding-top: 0;
  }
  .greeting_movie_cont h3 {
    font-size: 20px;
  }
  .greeting_movie_cont {
    margin-top: 70px;
  }
  .faci_detail dl.faci_about dd img {
    transform: scale(.6);
  }
  .faci_detail dl.faci_about dd span {
    margin: 0 auto 20px auto;
  }
  .mid_slide li {
    height: 200px;
  }
  .mid_slide {
    margin-bottom: 40px;
  }
  .link_cont div div {
    width: 78%;
  }
  .link_cont h3 {
    font-size: 20px;
  }
  .bkg_matsu {
    width: 100%;
  }
  .buiness_about p {
    text-align: left;
  }
  .faci_detail dl.faci_new_about dd span {
    margin-top: 20px;
  }
  .faci_list dd img {
    width: 45px;
    margin: 15px auto;
  }
  .faci_map {
    margin: 50px auto;
  }
  .faci_detail {
    margin-top: 50px;
  }
  .faci_detail dl.faci_new_about dd img {
    transform: scale(1);
  }
  .new_faci_detail dl.faci_about dd .new_faci span {
    padding: 10px 0;
  }
  .new_faci_detail dl.faci_about dd .new_faci:last-of-type p br {
    display: none;
  }
  .contact_btn {
    padding: 30px;
  }
  .sec_service dl {
    padding: 20px;
  }
  .sec_service dd p {
    padding: 20px 0;
  }
  form dd input[type="text"],
  form dd input[type="tel"],
  form dd input[type="email"],
  form dd textarea {
    width: 93%;
  }
  .pp_cont > p {
    font-size: 20px;
    margin-top: 30px;
  }
  footer {
    padding: 50px 20px 20px 20px;
    margin-bottom: 70px;
  }
  footer img {
    transform: scale(.6);
    margin-bottom: 0;
  }
  footer p span {
    display: block;
    margin-bottom: 15px;
  }
  .faci_map {
    height: 250px;
  }
  .floating.SP {
    display: flex;
    position: fixed;
    bottom: 0;
    color: #fff;
    width: 100%;
  }
  .floating a {
    background-color: #9e0000;
    text-align: center;
    padding: 20px 0;
    display: block;
    width: 50%;
    color: #fff;
    font-weight: bold;
  }
  .floating a:last-of-type {
    background-color: #333;
  }
  .floating img {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -5px;
  }
  #page_top {
    display: none;
  }
}