@charset "UTF-8";
/* CSS Document */
figure img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 896px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  /*---------------------------------

  header

---------------------------------*/
  header {
		background: #fff;
    padding: 20px 0 0;
  }
  header .wrap {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .wrap #logo {
    width: 170px;
  }
  header .wrap #logo img {
    width: 100%;
    vertical-align: bottom;
  }
  .page.cp header .wrap {
    margin: 30px auto;
    justify-content: center;
  }
  /*  
  電話
---------------------------------*/
  header .wrap .tel-block {
    display: flex;
    justify-content: center;
  }
  header .wrap .tel-block p.cap {
    font-size: 12px;
    font-size: 0.750em;
    line-height: 1.5;
    letter-spacing: 0;
    margin-right: 1em;
  }
  header .wrap .tel-block p.tel img {
    width: 65px;
    margin-right: .3em;
  }
  header .wrap .tel-block p.tel {
    font-size: 35px;
    font-size: 2.188em;
    font-family: 'Noto Serif JP', serif;
  }
  header .wrap .tel-block p.tel a {
    color: #5F5046;
  }
  
}
@media screen and (max-width: 895px) {
  /*---------------------------------

  header*SP版

---------------------------------*/
  header {
    width: 100%;
    padding: 10px 0 0;
    position: fixed;
    z-index: 10;
    background: #fff;
  }
  header .wrap {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .wrap #logo {
    width: 120px;
  }
  header .wrap #logo img {
    width: 100%;
    vertical-align: bottom;
  }
  .page.cp header {
    padding: 10px 0;
  }
  .page.cp header .wrap {
    margin: 0 auto;
    justify-content: center;
  }
  /*  
  電話
---------------------------------*/
  header .wrap .tel-block {
    display: none;
  }
  /*  
  ヘッダー裏用　余白
---------------------------------*/
  .header_bg {
    width: 100%;
    height: 71px;
    /*background: #eee;*/
  }
}
/*  
  パンくずリスト
---------------------------------*/
.breadcrumb.top {
  border-bottom: 1px solid #f2f2f2;
}
.breadcrumb.bottom {
  border-top: 1px solid #f2f2f2;
}
.breadcrumb ul {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 10px 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 13px;
  font-size: 0.813em;
}
.breadcrumb ul li a {
  color: #006d4b;
}
.breadcrumb ul li::after {
  content: '';
  width: 5px;
  height: 10px;
  margin: 0 10px;
  background: url("https://s-herb.com/images/a_arr.png") no-repeat;
  background-size: contain;
  display: inline-block;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
@media screen and (min-width: 896px) {
  /*---------------------------------

  footer*PC版

---------------------------------*/
  footer {
		background: #fff;
    width: 100%;
  }
	footer a {
		text-decoration: none;
  }
  /*  
  コピーライト
---------------------------------*/
  footer .copyright {
    padding: 20px 0;
    background: #006d4b;
    text-align: center;
    color: #fff;
  }
	footer .copyright p {
		text-align: center;
	}
  footer .copyright p small {
		color: #fff;
    font-size: 10px;
    font-size: 0.625em;
    font-family: 'Noto Serif JP', serif;
  }
}
@media screen and (max-width: 895px) {
  /*---------------------------------

  footer*SP版

---------------------------------*/
  footer {
		background: #fff;
    width: 100%;
  }
  /*  
  コピーライト
---------------------------------*/
  footer .copyright {
    padding: 15px 10px;
    background: #006d4b;
    text-align: center;
    color: #fff;
    line-height: 1;
  }
  footer .copyright p small {
    font-size: 10px;
    font-size: 0.625em;
    font-family: 'Noto Serif JP', serif;
  }
}
/*---------------------------------

	pagetop

---------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  background: #5F5046;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
}
#page-top a .arrow {
  display: block;
}
#page-top a .arrow::before {
  content: '';
  width: 10px;
  height: 6px;
  background: url("https://s-herb.com/images/pagetop_arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s;
}
#page-top a:hover {
  opacity: 1;
  text-decoration: none;
  background: #006D4B;
}
#page-top a:hover .arrow::before {
  top: -10px;
}
@media screen and (max-width: 895px) {
  #page-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
  }
  #page-top a {
    width: 40px;
    height: 40px;
  }
}