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

  Header
  
----------------------------------------------------------------------------------------------------*/
header {
  background-color: #fff;
}
.l-hd {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width:641px) {
  header {
    padding-left: var(--side-space);
    padding-right: var(--side-space);
  }
  .l-hd {
    padding-top: var(--block-space-min);
    padding-bottom: var(--block-space-min);
  }
}

/*--------------------------------------------------------------------------------
  logo
--------------------------------------------------------------------------------*/
.l-hd-desc {
  width: 100%;
}
.l-hd-desc p {
  font-size: var(--fs-3s);
}
.l-hd-logo {
  display: flex;
  align-items: center;
}
.l-hd-logo,
.l-hd-logo:visited,
.l-hd-logo:hover,
.ua-pc .l-hd-logo:hover {
  color: inherit;
  text-decoration: none;
}
.l-hd-logo__txt {
  font-family: var(--ff-noto);
  font-size: var(--fs-s);
  font-weight: 700;
  line-height: var(--line-height-s);
  padding-right: 1rem;
}
.l-hd-logo__img {
  white-space: nowrap;
  width: auto;
  height: 2.25em;
}
.l-hd-logo__img img {
  width: auto;
  height: 100%;
}
.l-hd-since {
  line-height: var(--line-height-s);
  font-family: var(--ff-noto);
  font-weight: 700;
	align-self: center;
}
@media print, screen and (min-width:641px) {
  .l-hd-desc {
    line-height: var(--line-height-s);
    padding-bottom: var(--block-space-min);
  }
  .l-hd-logo {
    padding: 0.5rem 0 1rem 0;
  }
  .l-hd-since {
    padding-left: 4rem;
  }
}
@media screen and (max-width:640px) {
  .l-hd-desc {
    overflow: hidden;
    line-height: 1em;
    background-color: var(--color-yellow);
    padding: 0.25rem;
  }
  .l-hd-desc p {
    display: inline-block;
    white-space: nowrap;
    animation: desc-scroll 12s linear infinite;
  }
  .l-hd-logo {
    font-size: var(--fs-2s);
    padding: var(--block-space-min) 1rem;
  }
  .l-hd-since {
    font-size: var(--fs-3s);
    padding-left: 2%;
  }
}
@keyframes desc-scroll {
  0% { 
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*--------------------------------------------------------------------------------
  TEL
--------------------------------------------------------------------------------*/
.l-hd-tel-no,
.l-hd-tel-no a {
  color: var(--color-green);
}
@media print, screen and (min-width:641px) {
  .l-hd-tel {
    height: 100%;
    text-align: center;
  }
  .l-hd-tel-box {
    font-size: var(--fs-2s);
    border-width: 0 2px 2px 2px;
    border-style: solid;
    border-color: var(--color-green);
    border-radius: 0 0 0.6rem 0.6rem;
    position: absolute;
    right: 0;
    top: 0;
    line-height: var(--line-height-s);
    padding: var(--box-space-min) 90px var(--box-space-min) var(--box-space-min);
  }
  .l-hd-tel:after {
    content: "";
    display: block;
    width: 55px;
    height: 80px;
    position: absolute;
    right: 20px;
    bottom: 0;
    background: url("../image/applekun/tel_fit.png") no-repeat right bottom;
    background-size: contain;
  }
  .l-hd-tel-no {
    display: inline-block;
    margin-bottom: 0.25rem;
    font-weight: 700;
    font-size: var(--fs-4l);
  }
}
@media screen and (max-width:640px) {
  .l-hd-tel {
    text-align: center;
    margin-left: auto;
    align-self: center;
    padding-right: 1rem;
  }
  .l-hd-tel-txt,
  .l-hd-tel-area,
  .l-hd-tel br {
    display: none;
  }
  .l-hd-tel-no .p-icon[icon="tel"] {
    margin-bottom: 0;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--fs-2l);
    padding: 0.5em;
    border-radius: 0.4rem;
    outline: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: inset -1px -2px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .l-hd-tel-no .p-icon[icon="tel"]:before {
    margin-right: 0;
  }
  .l-hd-tel-no span {
    display: none;
  }
}

/*----------------------------------------------------------------------------------------------------

  Navigation
  
----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
  Navigation bar
--------------------------------------------------------------------------------*/
.l-navbar-txt span {
  visibility: hidden;
}
.l-navbar-txt {
  width: 100%;
  height: 1.2em;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-navbar-txt--home-icon { height: 1.4em; background-image: url("../image/nav/home_icon.svg"); }
.l-navbar-txt--home { height: 1em; background-image: url("../image/nav/home.svg"); }
.l-navbar-txt--nagare { background-image: url("../image/nav/nagare.svg"); }
.l-navbar-txt--works { background-image: url("../image/nav/works.svg"); }
.l-navbar-txt--price { background-image: url("../image/nav/price.svg"); }
.l-navbar-txt--mitumori { background-image: url("../image/nav/mitumori.svg"); }
.l-navbar-txt--company { background-image: url("../image/nav/company.svg"); }
.l-navbar-txt--menu { height: 1em; background-image: url("../image/nav/menu.svg"); }
@media print, screen and (min-width:641px) {
  .l-navbar:before {
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background-color: var(--color-dyellow);
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .l-navbar {
    background-color: var(--color-yellow);
    border-bottom: 1px solid rgba(255,255,255,0.25);
  }
  .l-navbar .l-navbar--pc {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .l-navbar--pc {
    max-width: var(--base-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--side-space);
    padding-right: var(--side-space);
    text-align: left;
    box-sizing: content-box;
  }
  .l-navbar--pc ul {
    list-style: none;
    display: flex;
    align-items: stretch;
    margin-left: -0.5em;
  }
  .l-navbar--pc li {
    width: 100%;
    margin-left: 0.75rem;
  }
  .l-navbar--pc li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-navbar--pc li .p-btn:hover {
    background-color: var(--color-green);
  }
  .l-navbar--pc li.l-navbar-home {
    width: 40%;
  }
  .l-navbar--pc.l-navbar-home .p-btn {
    padding: 0;
  }
}
@media screen and (max-width:640px) {
  .l-navbar--sp.is-fix {
    width: 100%;
    min-width: var(--SP-min-width);
    position: fixed;
    left: 0;
    top:0;
    z-index: 900;
  }
  .l-navbar--sp a,
  .l-navbar--sp a:visited,
  .l-navbar--sp a:hover {
    color: #fff;
    text-decoration: none;
  }
  .l-navbar--sp ul {
    list-style: none;
    display: flex;
    align-items: stretch;
    background-color: var(--color-red);
    margin-left: -1px;
    border-bottom: 3px solid rgba(0,0,0,0.25);
    font-size: var(--fs-3s);
  }
  .l-navbar--sp li {
    width: 100%;
    border-left: 1px solid rgba(0,0,0,0.25);
  }
  .l-navbar--sp li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7em 0.5em;
    border-left: 1px solid rgba(255,255,255,0.15);
  }
  .l-navbar--sp li.l-navbar-price {
    width: 70%;
  }
  .l-navbar--sp li.l-navbar-home,
  .l-navbar--sp li.l-navbar-menu {
    width: 80%;
  }
  .l-navbar-txt {
    margin-top: 2.75em;
  }
  .l-navbar-txt:before {
    content: "";
    width: 100%;
    height: 2em;
    margin-top: -2.5em;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .l-navbar-txt--home:before { background-image: url("../image/nav/home_icon.svg"); }
  .l-navbar-txt--works:before { background-image: url("../image/nav/works_icon.svg"); }
  .l-navbar-txt--price:before { background-image: url("../image/nav/price_icon.svg"); }
  .l-navbar-txt--mitumori:before { background-image: url("../image/nav/mitumori_icon.svg"); }
  .l-navbar-txt--menu:before { background-image: url("../image/nav/menu_icon.svg"); }
}

/*--------------------------------------------------------------------------------
  SP Global navigation
--------------------------------------------------------------------------------*/
@media screen and (max-width:640px) {
  html.is-sp-gNav-open,
  html.is-sp-gNav-close {
    overflow-y: hidden;
  }
  html.is-sp-gNav-open,
  html.is-sp-gNav-open body,
  html.is-sp-gNav-close,
  html.is-sp-gNav-close body {
    height: 100%;
  }
  .l-gNav a,
  .l-gNav a:visited,
  .l-gNav a:hover {
    color: inherit;
    text-decoration: none;
  }
  .l-gNav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    min-width: var(--SP-min-width);
    background-color: rgba(0,0,0,0.4);
  }
  .l-gNav-inner {
    width: 100%;
    background-color: #fff;
    text-align: left;
  }
  .l-gNav__item {
    padding-left: var(--side-space);
    padding-right: var(--side-space);
    padding-top: 3rem;
  }
  .l-gNav__item:first-of-type {
    padding-top: 4em;
  }
  .l-gNav__item:last-of-type {
    padding-bottom: 3rem;
  }
  .l-gNav__item .ttl {
    display: block;
    font-family: var(--ff-noto);
    font-size: var(--fs-2m);
    font-weight: 700;
    color: #fff;
    border-radius: 0.4rem;
    line-height: var(--line-height-s);
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
  }
  .l-gNav__item[color="blue"] .ttl { background-color: var(--color-blue); }
  .l-gNav__item[color="red"] .ttl { background-color: var(--color-red); }
  .l-gNav__item[color="green"] .ttl { background-color: var(--color-green); }
  .l-gNav__item ul {
    list-style: none;
    padding-left: 1.5rem;
    line-height: var(--line-height-m);
  }
  .l-gNav__item li a {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5em;
    position: relative;
  }
  .l-gNav__item li a:before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1rem;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .l-gNav__item[color="blue"] li a:before { background-image: url("../image/icon/arrow_blue.svg"); }
  .l-gNav__item[color="red"] li a:before { background-image: url("../image/icon/arrow_red.svg"); }
  .l-gNav__item[color="green"] li a:before { background-image: url("../image/icon/arrow_green.svg"); }
  
  /* 閉じるボタン */
  .l-gNav-closeBtn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .l-gNav-closeBtn__icon {
    background-color: #fff;
    width: 4em;
    height: 4em;
    position: fixed;
    top: 0;
    z-index: 1000;
    cursor: pointer;
  }
  .l-gNav-closeBtn__icon:before,
  .l-gNav-closeBtn__icon:after {
    content: "";
    width: 40%;
    height: 3px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .l-gNav-closeBtn__icon:before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .l-gNav-closeBtn__icon:after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
}

/*--------------------------------------------------------------------------------
  パンくずリスト
--------------------------------------------------------------------------------*/
.l-panbar {
  background-color: var(--color-dyellow);
  border-bottom: 2px solid rgba(0,0,0,0.1);
  padding-left: var(--side-space);
  padding-right: var(--side-space);
  padding-top: calc(0.5rem + 2px);
  padding-bottom: 0.5rem;
}
.l-pan {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: var(--fs-3s);
}
.l-pan a,
.l-pan a:visited,
.l-pan a:hover {
  color: inherit;
  text-decoration: underline;
}
.ua-pc .l-pan a:hover {
  color: var(--color-brown);
  text-decoration: none;
}
.l-pan-list {
  list-style: none;
  flex: 1;
}
.l-pan-list li {
  display: inline-block;
}
.l-pan-list li:not(:last-child):after {
  content: "";
  display: inline-block;
  --width: 1rem;
  --border: 1px;
  width: var(--width);
  height: var(--width);
  border-width: 0 var(--border) var(--border) 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(-45deg) scale(0.5);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* サイトマップ */
.l-pan .sitemap {
  margin-left: auto;
}
.l-pan .sitemap a {
  font-size: var(--fs-s);
  display: inline-block;
  vertical-align: middle;
  outline: none;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
  padding: 0.5em 1em;
  background-color: #c58910;
  box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
}
.ua-pc .l-pan .sitemap a:hover {
  background-color: var(--color-green);
}
.l-pan .sitemap a,
.l-pan .sitemap a:visited,
.l-pan .sitemap a:hover,
.ua-pc .l-pan .sitemap a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width:640px) {
  .l-panbar {
    display: none;
  }
}

/*----------------------------------------------------------------------------------------------------

  Contents
  
----------------------------------------------------------------------------------------------------*/
.l-ct {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media print, screen and (min-width:641px) {
  .l-ct {
    padding: var(--block-space-l) var(--side-space) var(--block-space-max) var(--side-space);
    box-sizing: content-box;
    display: flex;
  }
}
@media screen and (max-width:640px) {
  .l-ct {
    padding-top: var(--block-space-m);
    padding-bottom: var(--block-space-m);
  }
}

/*----------------------------------------------------------------------------------------------------

  Contents > side

----------------------------------------------------------------------------------------------------*/
.l-ct__side ul {
  list-style: none;
}
@media print, screen and (min-width:641px) {
  .l-ct__side {
    width: 240px;
  }
}
@media screen and (max-width:640px) {
  .l-ct__side {
    padding-top: var(--block-space-l);
  }
}

/*--------------------------------------------------------------------------------
  nav
--------------------------------------------------------------------------------*/
.l-sideNav__item a {
  display: block;
}
.l-sideNav__item a,
.l-sideNav__item a:visited,
.l-sideNav__item a:hover,
.ua-pc .l-sideNav__item a:hover {
  color: inherit;
  text-decoration: none;
}
.l-sideNav__item .ttl {
  display: block;
  color: #fff;
  line-height: var(--line-height-s);
  font-family: var(--ff-noto);
  font-weight: 700;
  padding: 1.5rem 1.5rem 1.25rem 1.5rem;
  border-bottom: 2px solid rgba(0,0,0,0.25);
  position: relative;
}
.l-sideNav__item[color="blue"] .ttl { background-color: var(--color-blue); }
.l-sideNav__item[color="red"] .ttl { background-color: var(--color-red); }
.l-sideNav__item[color="green"] .ttl { background-color: var(--color-green); }
.l-sideNav__item ul {
  font-family: var(--ff-noto);
  font-weight: 500;
  background-color: #fff;
}
.l-sideNav__item[color="blue"] ul { border-color: var(--color-blue); }
.l-sideNav__item[color="red"] ul { border-color: var(--color-red); }
.l-sideNav__item[color="green"] ul { border-color: var(--color-green); }
.l-sideNav__item li a {
  display: block;
  padding-left: 2.25em;
  position: relative;
}
.l-sideNav__item li:not(:first-child) a {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-top-color: rgba(0,0,0,0.15);
}
.l-sideNav__item li a:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  left: 0.75em;
  background-position: left top;
  background-repeat: no-repeat;
}
.l-sideNav__item[color="blue"] li a:before { background-image: url("../image/icon/arrow_blue.svg"); }
.l-sideNav__item[color="red"] li a:before { background-image: url("../image/icon/arrow_red.svg"); }
.l-sideNav__item[color="green"] li a:before { background-image: url("../image/icon/arrow_green.svg"); }
@media print, screen and (min-width:641px) {
  .l-sideNav__item:not(:first-of-type) {
    padding-top: var(--block-space-s);
  }
  .ua-pc .l-sideNav__item[color="blue"] a:hover { background-color: rgba(0,123,189,0.1); }
  .ua-pc .l-sideNav__item[color="red"] a:hover { background-color: rgba(204,51,0,0.1); }
  .ua-pc .l-sideNav__item[color="green"] a:hover { background-color: rgba(37,136,37,0.1); }
  .l-sideNav__item .ttl {
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .l-sideNav__item .ttl:before {
    content: "";
    width: 100%;
    height: 88%;
    display: inline-block;
    position: absolute;
    right: 1.5rem;
    bottom: 0;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 110%;
  }
  .l-sideNav__item[color="blue"] .ttl:before { background-image: url("../image/applekun/hi_right.png"); }
  .l-sideNav__item[color="red"] .ttl:before { background-image: url("../image/applekun/run.png"); background-size: auto 105%; }
  .l-sideNav__item[color="green"] .ttl:before { background-image: url("../image/applekun/cleaning.png"); }
  .l-sideNav__item ul {
    font-size: var(--fs-s);
    border-style: solid;
    border-width: 0 2px 2px 2px;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .l-sideNav__item li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .l-sideNav__item li a:before {
    top: 1.45rem;
  }
}
@media screen and (max-width:640px) {
  .l-sideNav {
    padding-bottom: var(--block-space-m);
  }
  .l-sideNav__item .ttl {
    font-size: var(--fs-2m);
  }
  .l-sideNav__item ul {
    border-style: solid;
    border-width: 0 0 2px 0;
  }
  .l-sideNav__item li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .l-sideNav__item li a:before {
    top: 1.7rem;
  }
}

/*--------------------------------------------------------------------------------
  banner
--------------------------------------------------------------------------------*/
.l-side-bnr li {
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
.l-side-bnr li:before {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.4rem;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.05) rgba(0,0,0,0.05) rgba(0,0,0,0.2) rgba(0,0,0,0.05);
}
@media print, screen and (min-width:641px) {
  .l-side-bnr {
    padding-top: var(--block-space-s);
  }
  .l-side-bnr li:not(:first-child) {
    margin-top: var(--block-space-min);
  }
}
@media screen and (max-width:640px) {
  .l-side-bnr {
    padding-left: var(--side-space);
    padding-right: var(--side-space);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-side-bnr li {
    width: 48.5%;
  }
  .l-side-bnr li:nth-child(n+3) {
    margin-top: 3%;
  }
}

/*--------------------------------------------------------------------------------
  無料見積り
--------------------------------------------------------------------------------*/
.l-side-mitumori__hd {
  display: block;
  color: #fff;
  font-family: var(--ff-noto);
  line-height: var(--line-height-s);
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 2px solid rgba(0,0,0,0.25);
  background-color: var(--color-green);
  position: relative;
}
.l-side-mitumori__hd:before {
  content: "";
  width: 100%;
  height: 120%;
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/applekun/pc_fit.png");
}
.l-side-mitumori__hd .ttl {
  color: var(--color-yellow);
  font-weight: 700;
}
.l-side-mitumori__body {
  background-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 0.5rem 0.5rem;
  border-color: var(--color-green);
  text-align: center;
}
.l-side-mitumori__body .tel {
  display: inline-block;
  font-weight: 700;
  font-size: var(--fs-2l);
  line-height: var(--line-height-s);
}
.l-side-mitumori__body .tel,
.l-side-mitumori__body .tel a {
  color: var(--color-green);
}
.l-side-mitumori__body .btn {
  width: 100%;
}
.l-side-mitumori__body .btn-txt {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../image/mitumori-btn_txt.svg");
  background-size: contain;
}
@media print, screen and (min-width:641px) {
  .l-side-mitumori {
    padding-top: var(--block-space-s);
  }
  .l-side-mitumori__hd .ttl {
    font-size: var(--fs-l);
  }
  .l-side-mitumori__body {
    padding: var(--box-space-min);
  }
  .l-side-mitumori__body .tel {
    font-size: var(--fs-2l);
    padding-bottom: 1rem;
  }
  .l-side-mitumori__body .btn-txt {
    font-size: var(--fs-m);
  }
  .ua-pc .l-side-mitumori__body .btn:hover .btn-txt {
    background-image: url("../image/mitumori-btn_txt_on.svg");
  }
}
@media screen and (max-width:640px) {
  .l-side-mitumori {
    padding-left: var(--side-space);
    padding-right: var(--side-space);
    padding-top: var(--block-space-m);
  }
  .l-side-mitumori__hd .ttl {
    font-size: var(--fs-2l);
  }
  .l-side-mitumori__hd .subtxt {
    display: block;
    font-size: var(--fs-2s);
    font-weight: 500;
    padding-top: 0.25rem;
  }
  .l-side-mitumori__body {
    padding: var(--box-space-s);
  }
  .l-side-mitumori__body .tel {
    font-size: var(--fs-5l);
    padding-bottom: 0.5rem;
  }
  .l-side-mitumori__body .btn-txt {
    font-size: var(--fs-l);
    margin-top: 0.2em;
    margin-bottom: 0.2em;
  }
  .l-side-mitumori__body .area {
    display: block;
    padding-bottom: 1.5rem;
  }
}

/*----------------------------------------------------------------------------------------------------

  Contents > main

----------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:641px) {
  .l-ct__main {
    flex: 1;
    order: 1;
    padding-left: var(--block-space-m);
  }
}
@media screen and (max-width:640px) {
  .l-ct__main.sp-side-space,
  .l-ct__main .sp-side-space {
    padding-left: var(--side-space);
    padding-right: var(--side-space);
  }
}

/*--------------------------------------------------------------------------------
  無料見積り
--------------------------------------------------------------------------------*/
.l-mitumori {
  padding-top: var(--block-space-s);
}
.l-mitumori__hd {
  display: block;
  color: #fff;
  font-family: var(--ff-noto);
  line-height: var(--line-height-s);
  padding: 1.25rem 1.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: 2px solid rgba(0,0,0,0.25);
  background-color: var(--color-green);
  position: relative;
}
.l-mitumori__hd:before {
  content: "";
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/applekun/pc_fit.png");
}
.l-mitumori__hd .ttl {
  color: var(--color-yellow);
  font-size: var(--fs-l);
  font-weight: 700;
}
.l-mitumori__hd .subtxt {
  font-weight: 500;
}
.l-mitumori__body {
  background-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 0.5rem 0.5rem;
  border-color: var(--color-green);
  text-align: center;
  padding: var(--box-space-s);
}
.l-mitumori__body .tel {
  display: inline-block;
  font-weight: 700;
  font-size: var(--fs-2l);
  line-height: var(--line-height-s);
}
.l-mitumori__body .tel,
.l-mitumori__body .tel a {
  color: var(--color-green);
}
.l-mitumori__body .btn {
  width: 100%;
}
.l-mitumori__body .btn-txt {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../image/mitumori-btn_txt.svg");
  background-size: contain;
}
@media print, screen and (min-width:641px) {
  .l-mitumori {
    padding-top: var(--block-space-l);
  }
  .l-mitumori__hd:before {
    height: 140%;
    right: 2.5rem;
  }
  .l-mitumori__hd {
    font-size: var(--fs-l);
  }
  .l-mitumori__hd .subtxt {
    font-size: var(--fs-s);
    display: inline-block;
    margin-left: 1.5rem;
  }
  .l-mitumori__body .cols {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-mitumori__body .col-first {
    flex: 1;
    white-space: nowrap;
    padding-right: 4rem;
  }
  .l-mitumori__body .col-last {
    width: 360px;
  }
  .l-mitumori__body .tel {
    font-size: var(--fs-5l);
    margin-left: 0.75rem;
  }
  .l-mitumori__body .btn-txt {
    font-size: var(--fs-3l);
    margin-top: 0.3em;
    margin-bottom: 0.3em;
  }
  .ua-pc .l-mitumori__body .btn:hover .btn-txt {
    background-image: url("../image/mitumori-btn_txt_on.svg");
  }
}
@media screen and (max-width:640px) {
  .l-mitumori__hd:before {
    height: 120%;
    right: 1.5rem;
  }
  .l-mitumori__hd .subtxt {
    display: block;
    font-size: var(--fs-2s);
    padding-top: 0.25rem;
  }
  .l-mitumori__body .tel {
    font-size: var(--fs-5l);
    padding-bottom: 0.5rem;
  }
  .l-mitumori__body .btn-txt {
    font-size: var(--fs-l);
    margin-top: 0.2em;
    margin-bottom: 0.2em;
  }
  .l-mitumori__body .area {
    display: block;
    padding-bottom: 1.5rem;
  }
}

/*----------------------------------------------------------------------------------------------------

  Footer
  
----------------------------------------------------------------------------------------------------*/
footer {
  border-top: 2px solid var(--color-brown);
  background-color: #eae1ce;
  position: relative;
}

/*--------------------------------------------------------------------------------
  Navigation bar
--------------------------------------------------------------------------------*/
footer .l-navbar--pc ul {
  padding-top: var(--block-space-m);
}

/*--------------------------------------------------------------------------------
  address・nav
--------------------------------------------------------------------------------*/
.l-ft {
  max-width: var(--base-width);
  padding-top: var(--block-space-m);
  padding-bottom: var(--block-space-m);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--side-space);
  padding-right: var(--side-space);
  text-align: left;
  font-size: var(--fs-2s);
  line-height: var(--line-height-m);
}
.l-ft a,
.l-ft a:visited,
.l-ft a:hover {
  color: inherit;
  text-decoration: none;
}
.ua-pc .l-ft a:hover {
  color: var(--color-brown);
  text-decoration: underline;
}
.l-ft-logo {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.l-ft-logo__txt {
  font-family: var(--ff-noto);
  font-weight: 700;
  line-height: var(--line-height-s);
  padding-right: 1rem;
}
.l-ft-logo__img {
  flex: 1;
}
.l-ft-logo__img img {
  width: auto;
  height: 2.25em;
}
.l-ft-ad address {
  padding-top: 0.5rem;
  line-height: var(--line-height-s);
}
.l-ft-tel {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  font-size: var(--fs-4l);
}
.l-ft-tel,
.l-ft-tel a {
  color: var(--color-green);
}
.l-ft-nav__item ul {
  list-style: none;
}
.l-ft-nav__item .ttl {
  display: block;
  font-family: var(--ff-noto);
  font-size: var(--fs-2m);
  color: var(--color-dbrown);
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.l-ft-nav__item ul li {
  padding-top: 0.5rem;
}
@media print, screen and (min-width:641px) {
  .l-ft {
    box-sizing: content-box;
    display: flex;
  }
  .l-ft-ad {
    flex: 1;
    margin-right: auto;
    padding-right: 4em;
  }
  .l-ft-nav {
    display: flex;
  }
  .l-ft-nav__item {
    padding: 0.5rem 1.5em;
    border-right: 1px solid rgba(0,0,0,0.15);
  }
  .l-ft-nav__item:first-of-type {
    border-left: 1px solid rgba(0,0,0,0.15);
  }
  .l-ft-nav__item .cols {
    display: flex;
  }
  .l-ft-nav__item ul {
    padding-right: 2em;
  }
}
@media screen and (max-width:640px) {
  .l-ft-nav {
    display: none;
  }
  .l-ft-logo {
    font-size: var(--fs-2s);
  }
}

/*--------------------------------------------------------------------------------
  copyright
--------------------------------------------------------------------------------*/
.l-copy {
  font-size: var(--fs-min);
  text-align: center;
  line-height: var(--line-height-m);
  background-color: var(--color-dbrown);
  color: #fff;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
}

/*--------------------------------------------------------------------------------
  Back to top
--------------------------------------------------------------------------------*/
.l-backtoTop-wrap {
  display: none;
  position: fixed;
  top: inherit;
  left: 0;
  bottom: 0;
  z-index: 90;
  width: 100%;
  min-width: var(--PC-min-width);
  pointer-events: none;
  text-align: right;
  margin-top: 0;
}
.l-backtoTop-wrap.is-noFix {
  display: block;
  position: absolute;
  top: -44px;
  bottom: inherit;
  left: 0 !important;
}
.l-backtoTop {
  display: inline-block;
  pointer-events: auto;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.l-backtoTop-wrap.is-noFix .l-backtoTop {
  margin-right: 0;
  margin-bottom: 0;
}
.l-backtoTop__icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-brown);
  transition: background 0.1s ease-out;
}
.l-backtoTop__icon:hover {
  background-color: var(--color-rbrown);
}
.l-backtoTop__icon:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #fff;
}
@media screen and (max-width:640px) {  
  .l-backtoTop-wrap {
    display: none !important;
  }
}
