/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
.header {
  border-bottom: 1px solid #ccc;
}
.header .header__container {
  position: relative;
  color: #666;
}
.header .site-description {
  padding: 10px;
  clear: both;
  font-size: 0.63rem;
}
.header .site-description br {
  display: none;
}
.header .site-name {
  width: 137px;
  padding: 0 0 0 8px;
  float: left;
}
.header .header__contact {
  display: none;
}
.header .btn--menu {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 75%;
  background: #fff;
  padding: 0;
  background: none;
  border: none;
  vertical-align: top;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .btn--call {
  position: absolute;
  right: 60px;
  top: 8px;
  background: #36A08C url(../img/common/header/ico--tel--sp.svg) 10px center no-repeat;
  background-size: 20px auto;
  padding: 10px 10px 10px 35px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.75rem;
  color: #fff;
}

.header-right {
  display: none;
}

/* --------------------------------------------------
	2. GlobalNav
-------------------------------------------------- */
.global-nav {
  display: none;
}

.global-nav-sp {
  position: fixed;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #51AE9C;
  padding-bottom: 30px;
  z-index: 1002;
  overflow-y: auto;
}
.global-nav-sp .global-nav-sp_title {
  text-align: center;
  font-size: 125%;
  padding: 15px 0;
  color: #fff;
}
.global-nav-sp .btn--menu-close {
  position: absolute;
  top: 13px;
  right: 6px;
  padding: 0;
  background: none;
  color: #666;
  border: none;
  font-size: 75%;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.global-nav-sp ul {
  list-style: none;
  margin: 20px 20px 0;
  margin-bottom: 15px;
}
.global-nav-sp ul a {
  display: block;
  padding: 15px 10px 15px 15px;
  background: url(../img/common/mark/ico--arrow--02.png) 2px center no-repeat;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.global-tel {
  padding: 70px 0 30px;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.global-tel .global-tel__link {
  background: url(../img/common/footer/ico--tel.svg) left center no-repeat;
  padding-left: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  font-size: 2.25rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.global-tel .global-tel__mail {
  background: #fff url(../img/common/footer/ico--mail.svg) 28px center no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 12px 28px 12px 56px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto 0;
  line-height: 1;
  text-decoration: none;
  font-size: 0.88rem;
  color: #51AE9C;
}

.global-sns {
  background: #fff;
}
.global-sns ul {
  list-style: none;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-sns ul li {
  width: 50%;
}
.global-sns ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding-left: 38px;
  margin: 0 auto;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.88rem;
  color: #000;
}
.global-sns ul li a span {
  display: block;
  font-size: 0.75rem;
}
.global-sns ul li a.global-sns__fb {
  background: url(../img/common/footer/ico--fb.webp) left center no-repeat;
  background-size: 28px auto;
}
.global-sns ul li a.global-sns__insta {
  background: url(../img/common/footer/ico--insta.webp) left center no-repeat;
  background-size: 28px auto;
}

.global-link {
  margin-bottom: 50px;
}
.global-link a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.global-link img {
  width: 176px;
  display: block;
}

/* Local Navigation
----------------------------------- */
.local-nav {
  display: none;
}

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
footer .footer-nav ul {
  width: 100%;
  list-style: none;
}
footer .footer-nav ul li {
  display: block;
  margin-bottom: 0;
  border-left: none;
  font-size: 88%;
  border-top: 1px solid #ccc;
}
footer .footer-nav ul li a {
  background: url(../img/common/mark/ico--arrow--01.png) left center no-repeat;
  padding: 15px 10px 15px 20px;
  display: block;
  color: #666;
}
footer .footer-nav ul li.last {
  border-right: none;
}
footer .footer__address, footer .footer__tel {
  display: block;
}
footer .footer-twitter {
  padding: 15px 10px;
  font-size: 88%;
  border-top: 1px solid #ccc;
}
footer .footer-twitter a {
  color: #666;
  text-decoration: none;
}
footer .footer-twitter a img {
  height: 1.6em;
}
footer .footer-sns {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
footer .footer-sns ul {
  list-style: none;
  width: 100%;
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer-sns ul li {
  margin-bottom: 20px;
  line-height: 35px;
}
footer .footer-sns ul li img {
  vertical-align: middle;
}
footer .footer-sns ul li a {
  color: #666;
  text-decoration: none;
}
footer .go-pagetop {
  margin: 40px 0;
  padding: 0;
  border: none;
}

.footer-contact {
  padding: 45px 18px 40px;
}

.footer-contact-content-wrap img {
  display: block;
  margin-bottom: 20px;
}

.footer-contact-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-address {
  padding: 0 20px;
}
.footer-address img {
  display: block;
  margin-bottom: 20px;
}

.footer-address-header {
  position: relative;
}
.footer-address-header .footer__sitename {
  line-height: 1.5;
}
.footer-address-header .footer__sitename strong {
  display: block;
}
.footer-address-header .footer-address__btn {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 20px;
}

/* --------------------------------------------------
	4. Contents
-------------------------------------------------- */
.contents {
  padding: 20px;
}

.sub-column {
  padding: 0 10px;
}

/* --------------------------------------------------
	5. Item
-------------------------------------------------- */
.title--page-title {
  padding: 20px 15px;
  margin-bottom: 20px;
  font-size: 125%;
}

.title--lv1 {
  padding: 15px 10px;
  font-size: 125%;
}

img.alignleft, img.alignright {
  clear: both;
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.layout--3-col {
  width: 100%;
}

.contact-area {
  padding: 30px 10px 30px;
  margin-bottom: 2px;
  display: block;
}
.contact-area .contact-area__container {
  width: auto;
  margin: 0 auto;
  padding-bottom: 10px;
  color: #666;
  position: relative;
}
.contact-area .contact-area__title {
  text-align: center;
  font-size: 150%;
}
.contact-area .no-format {
  padding: 10px 0;
  width: 100%;
}
.contact-area .no-format dt strong {
  font-size: 125%;
}
.contact-area .no-format dd {
  text-align: center;
}
.contact-area .no-format dd img {
  vertical-align: middle;
}
.contact-area .contact-area__taxi {
  border-bottom: 1px #999 solid;
}
.contact-area .contact-area__taxi dd {
  color: #5BAC33;
  font-size: 219%;
  position: relative;
}
.contact-area .contact-area__taxi dd .kana {
  display: none;
}
.contact-area .contact-area__bus {
  border-bottom: 1px #999 solid;
}
.contact-area .contact-area__bus dd {
  color: #FF9D14;
  font-size: 219%;
}
.contact-area .contact-area__fax dd {
  font-size: 138%;
}
.contact-area .contact-area__pic {
  display: none;
}
.contact-area .ico--mail {
  display: none;
}
.contact-area .btn--large {
  padding: 10px 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.talbe--ptn01 th, .talbe--ptn01 td, .talbe--ptn02 th, .talbe--ptn02 td {
  border: none;
  display: block;
}

.talbe--ptn03 th {
  display: block;
  border: none;
  padding-bottom: 0;
}
.talbe--ptn03 td {
  display: block;
  padding-left: 25px;
}

.layout--half {
  width: 100%;
  margin-bottom: 20px;
}

/* --------------------------------------------------
	86. Contact
-------------------------------------------------- */
.contact-phone-number {
  margin: 0 auto 40px;
}

.contact-form {
  margin: 0 auto 60px;
}

/* --------------------------------------------------
	90. Index
-------------------------------------------------- */
.index .title-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index .top-main-image {
  margin: 0 -10%;
}
.index .flexslider {
  width: 100%;
}
.index .covid-sp {
  padding: 0 10px;
  margin-bottom: 40px;
  text-align: center;
}
.index .covid-pc {
  display: none;
}
.index .round-box {
  background: #fff;
}
.index .about {
  background: #E8F3E5;
  padding: 20px 0 30px;
}
.index .news {
  padding: 10px;
  margin-bottom: 20px;
}
.index .top--content {
  display: block;
  padding: 10px 10px 0;
  margin-bottom: 30px;
  height: 330px;
  text-decoration: none;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index .top--content .title--content {
  margin-bottom: 10px;
  text-align: center;
  font-size: 150%;
}
.index .top--content .txt {
  font-size: 93%;
}
.index .top--about {
  background: #fff url(../img/index/bgi--top-about.jpg) center bottom no-repeat;
  background-size: contain;
}
.index .top--about .title--content {
  color: #339966;
}
.index .top--recruit {
  background: #fff url(../img/index/bgi--top-recruit.jpg) center bottom no-repeat;
  background-size: contain;
}
.index .top--recruit .title--content {
  color: #0071B8;
}
.index .service {
  background: #339966;
  padding: 20px 0 10px;
}
.index .service .title--service {
  text-align: center;
  color: #fff;
  font-size: 150%;
  font-weight: normal;
  margin-bottom: 15px;
}
.index .service .note {
  color: #fff;
  margin-bottom: 30px;
}
.index .service .list--service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0px auto;
}
.index .service .list--service li {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.index .blog {
  padding: 20px 0;
}
.index .blog .section-heder .section-title {
  font-size: 188%;
  margin-bottom: 10px;
}
.index .blog .section-heder .section-title span {
  font-size: 16px;
  display: block;
  font-weight: normal;
}
.index .blog .section-heder .note {
  font-size: 88%;
  margin-bottom: 20px;
}
.index .blog .section-heder .btn {
  margin-bottom: 20px;
}
.index .blog .blog-article {
  list-style: none;
}
.index .blog .blog-article li {
  padding-bottom: 10px;
  border-bottom: 1px #ccc dashed;
  margin-bottom: 10px;
}
.index .blog .blog-article li .thumb {
  border: 1px solid #ccc;
  margin: 0 15px 15px 0;
  float: left;
  display: block;
  width: 25%;
  border-radius: 10px;
  behavior: url(PIE.htc);
}
.index .blog .blog-article li a {
  color: #333;
  font-size: 88%;
}
.index .news-section {
  padding: 20px 0;
}
.index .news-section .section-heder .section-title {
  font-size: 188%;
  margin-bottom: 10px;
}
.index .news-section .section-heder .section-title span {
  font-size: 16px;
  display: block;
  font-weight: normal;
}
.index .news-section .section-heder .note {
  font-size: 88%;
  margin-bottom: 20px;
}
.index .news-section .section-heder .btn {
  margin-bottom: 20px;
}
.index .news-section .news-article {
  list-style: none;
}
.index .news-section .news-article li {
  padding-bottom: 10px;
  border-bottom: 1px #ccc dashed;
  margin-bottom: 10px;
}
.index .news-section .news-article li a {
  color: #333;
  font-size: 88%;
}
.index .fb {
  padding: 0 40px 60px;
}
/*# sourceMappingURL=sp.css.map */