@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/************************************************

  SP layout

************************************************/
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-md-inner {
  padding: 50px 15px;
}

.no-sb {
  margin: 30px auto 0;
}

.com-ib {
  display: inline;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.anchor-mp {
  margin: -70px auto 0;
  padding-top: 70px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 15px;
}

/*  共通パーツ
------------------------------------ */
.com-tel {
  padding-left: 28px;
  background-size: 20px;
  font-size: 2.5rem;
}

.com-box01 {
  box-shadow: 4px 4px #e5e0cf;
}

.com-bg01 {
  background-size: auto 35px, auto;
}
.com-bg02 {
  background-size: 100%, 100%, 50px;
}

.news-post-item:nth-of-type(n+2) {
  margin-top: 15px;
}
.news-post-link {
  padding: 15px;
  border-radius: 10px;
}
.news-post-ttl {
  font-size: 1.4rem;
}
.news-post-tag {
  margin-left: 6px;
  padding-left: 6px;
}
.news-post-tag-txt {
  font-size: 1.2rem;
}
.news-post-time {
  margin-top: 4px;
  font-size: 1.2rem;
}

.com-tag {
  margin-top: 20px;
  justify-content: space-between;
}
.com-tag-ttl {
  text-align: center;
  font-size: 1.7rem;
}
.com-tag-item {
  width: 48%;
  text-align: center;
}
.com-tag-item:nth-of-type(n+3) {
  margin: 15px 0 0;
}
.com-tag-link {
  padding: 11px 20px;
  background-size: 5px;
  background-position: calc(100% - 10px) center;
  font-size: 1.3rem;
}

/* =========================================

  main  SP

========================================= */
/* top-about  SP
------------------------------------ */
#top-about .about-map {
  margin: 10px auto 0;
  position: static;
}
#top-about .about-ttl {
  margin-top: 20px;
}

/* top-service  SP
------------------------------------ */
#top-service .service-list-item {
  padding: 30px 15px;
  flex-direction: column-reverse;
  align-items: center;
}
#top-service .service-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#top-service .service-list-right {
  margin: auto;
}
#top-service .service-list-ico01 {
  width: 139px;
  right: 0;
  bottom: -2px;
}
#top-service .service-list-ico02 {
  width: 154px;
  right: -11px;
  bottom: -24px;
}
#top-service .service-list-ico03 {
  width: 169px;
  right: -10px;
  bottom: -14px;
}
#top-service .service-list-left {
  margin: 18px auto 0;
}
#top-service .service-list-ttl {
  padding-left: 44px;
  background-size: 35px;
}
#top-service .service-list-post {
  margin-top: 19px;
}
#top-service .service-list-post li:nth-of-type(n+2) {
  margin-top: 15px;
}
#top-service .service-list-post-item01 {
  width: 49% !important;
}
#top-service .service-list-post-item01:nth-of-type(2) {
  margin-top: 0 !important;
}
#top-service .service-list-post-item01:nth-of-type(n+3) {
  margin-top: 2% !important;
}
#top-service .service-list-post-item02 a {
  padding: 20px 20px 20px 50px;
}
#top-service .service-list-post-link {
  border-radius: 10px 10px 20px 10px;
}
#top-service .service-list-post-link05 {
  background-size: 28px, 35px;
  background-position: 11px center, calc(100% + 1px) calc(100% + 1px);
}
#top-service .service-list-post-link06 {
  background-size: 28px, 35px;
  background-position: 11px center, calc(100% + 1px) calc(100% + 1px);
}
#top-service .service-list-post-link07 {
  background-size: 28px, 35px;
  background-position: 11px center, calc(100% + 1px) calc(100% + 1px);
}
#top-service .service-list-post-link08 {
  background-size: 28px, 35px;
  background-position: 11px center, calc(100% + 1px) calc(100% + 1px);
}
#top-service .service-list-post-link09 {
  background-size: 28px, 35px;
  background-position: 11px center, calc(100% + 1px) calc(100% + 1px);
}
#top-service .service-list-post-link10 {
  background-size: 28px, 35px;
  background-position: 11px center, calc(100% + 1px) calc(100% + 1px);
}

/* top-works  SP
------------------------------------ */
#top-works .works-btn {
  margin-top: 25px;
}

.com-works-item {
  width: 49%;
}
.com-works-item:nth-of-type(2n) {
  margin-left: 2%;
}
.com-works-item:nth-of-type(n+3) {
  margin-top: 2%;
}
.com-works-link {
  padding: 12px;
}
.com-works-tag-txt {
  padding: 2px 8px;
  font-size: 1.2rem;
}

/* com-price  SP
------------------------------------ */
.com-price .tab {
  width: 49%;
  padding: 9px 32px;
  background-size: 6px;
  background-position: calc(100% - 10px) center;
}
.com-price .tab_wrp {
  justify-content: space-between;
}
.com-price .tab_wrp li:nth-of-type(n+3) {
  margin-top: 2%;
}
.com-price .tab_list {
  border-radius: 10px;
}
.com-price .tab_ttl {
  font-size: 1.7rem;
  padding: 10px 15px;
}
.com-price .tab_con {
  padding: 3px 15px;
}
.com-price .tab_table th, .com-price .tab_table td {
  padding: 7px 0;
}

/* com-contact  SP
------------------------------------ */
.com-contact {
  background-size: 180%, 180%, 100%;
  background-repeat: no-repeat, no-repeat, repeat;
  text-align: center;
}
.com-contact .contact-box {
  padding: 25px 15px 180px;
  background-position: right bottom;
  background-size: 250px;
}
.com-contact .contact-tel {
  margin-top: 15px;
  padding-left: 31px;
  font-size: 2.5rem;
  background-size: 20px;
}
.com-contact .contact-btn {
  height: 60px;
}
.com-contact .contact-btn::before {
  width: 20px;
}
.com-contact .ja {
  margin-top: 10px;
}

/* top-information  SP
------------------------------------ */
#top-information .information-flx {
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}
#top-information .information-table-wrap {
  width: 100%;
  border-radius: 10px;
  max-width: none;
}
#top-information .ggmap {
  margin: 20px auto 0;
}

/* top-news  SP
------------------------------------ */
#top-news .news-inner {
  flex-direction: column;
  align-items: center;
}
#top-news .news-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
#top-news .news-btn {
  margin-top: 0;
}
#top-news .news-post {
  margin-top: 25px;
}
#top-news .ja {
  margin-top: 10px;
}

/* =========================================

sub layout  SP

========================================= */
/* toilet  SP
------------------------------------ */
.com-troubles .troubles-box {
  margin-top: 20px;
  padding: 20px 15px;
}
.com-troubles .troubles-list li {
  padding-left: 28px;
  padding-bottom: 10px;
  background-size: 18px;
  background-position-y: 7px;
  font-size: 1.7rem;
}
.com-troubles .troubles-list li:nth-of-type(n+2) {
  margin-top: 9px;
}
.com-troubles .troubles-flx {
  margin-top: 15px;
}
.com-troubles .troubles-flx-harf:nth-of-type(n+2) {
  margin-top: 30px;
}
.com-troubles .troubles-flx .troubles-box {
  margin-top: 10px;
}

.com-merits .merits-list {
  margin-top: 53px;
  flex-direction: column;
  align-items: center;
}
.com-merits .merits-list-item {
  height: 150px;
}
.com-merits .merits-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
.com-merits .merits-list-fuki {
  width: 87px;
  height: 65px;
  padding-top: 16px;
  top: -33px;
}
.com-merits .merits-list-ttl {
  font-size: 1.8rem;
}
.com-merits .merits-list-ttl .ac {
  font-size: 2rem;
}
.com-merits .merits-contents:nth-of-type(n+2) {
  margin-top: 50px;
}
.com-merits .merits-contents .merits-list {
  margin-top: 49px;
}

.com-service .service-list {
  margin-top: 25px;
}
.com-service .service-list-item {
  max-width: 280px;
  margin: auto;
  padding: 25px 15px;
}
.com-service .service-list-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.com-service .service-list-ttl {
  font-size: 1.8rem;
}
.com-service .service-list-note {
  max-width: 280px;
  margin: 10px auto 0;
}
.com-service .service-image {
  flex-direction: column;
  align-items: center;
}
.com-service .service-image li {
  width: 100%;
  height: 0;
  padding-top: 41.6%;
}
.com-service .service-contents {
  margin-top: 25px;
}
.com-service .service-contents:nth-of-type(n+2) {
  margin-top: 50px;
}

.com-case .case-box {
  padding: 30px 15px;
}
.com-case .case-fuki {
  width: 261px;
  height: 64px;
  padding-top: 15px;
  font-size: 2rem;
}
.com-case .case-link {
  font-size: 2.2rem;
}
.com-case .case-link::after {
  width: 28px;
  height: 28px;
}

/* works  SP
------------------------------------ */
#works .works-tag {
  margin-top: 20px;
}
#works .works-ttl {
  font-size: 1.8rem;
}
#works .works-con {
  margin-top: 20px;
  padding-top: 15px;
}
#works .works-price dt, #works .works-price dd {
  font-size: 1.7rem;
}
#works .works-image {
  margin-top: 20px;
}
#works .works-image li {
  width: 49%;
}
#works .works-image li:nth-of-type(n+3) {
  margin-top: 2%;
}
#works .works-image img {
  border-radius: 15px;
}

/* contact  SP
------------------------------------ */
#contact .contact-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#contact .contact-list-ttl {
  height: 50px;
  font-size: 1.8rem;
  line-height: 50px;
}
#contact .contact-list-tel {
  padding-left: 30px;
  font-size: 2.8rem;
}

/* news  SP
------------------------------------ */
#news .com-news {
  margin-top: 25px;
}
#news .com-news-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#news .com-news-con {
  margin: 0;
}
#news .com-news-ttl {
  font-size: 4.5vw;
}
#news .news-post-tag {
  margin-top: 10px;
  padding-left: 0;
}
#news .detail-box {
  padding: 15px;
}
#news .detail .com-news-ttl {
  padding: 0;
  font-size: 1.8rem;
}/*# sourceMappingURL=style_sp.css.map */