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

design.css

----------------------------------------------------*/
/* 
----------------------------------------------------*/
.lower-main {
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.lower-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  z-index: -1
}
.lower-main.shop::before {
  background-image: url("../img/bg-shop.jpg");
}
.lower-main.repair::before {
  background-image: url("../img/bg-repair.jpg");
}
.lower-main.contact::before {
  background-image: url("../img/bg-contact.jpg");
}
.lower-main.butsudan.b-gold::before {
  background-image: url("../img/bg-gold.jpg");
}
.lower-main.butsudan.b-karaki::before {
  background-image: url("../img/bg-karaki.jpg");
}
.lower-main.butsudan.b-shin::before {
  background-image: url("../img/bg-shin.jpg");
}
.lower-main.butsudan.b-uwaoki::before {
  background-image: url("../img/bg-uwaoki.jpg");
}
.lower-main.butsudan.b-etc::before {
  background-image: url("../img/bg-butsudan.jpg");
}
.lower-main .inner {
  color: var(--clr-wh);
  height: 50vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  padding-right: 8vw;
  padding-top: 60px;
}
.lower-main .lower-ttl.fade-in {
  transform: translateY(0);
  animation-duration: 1s;
  animation-delay: 1s;
}
@media (min-width: 600px) {
  .lower-main .inner {
    height: 60vh;
    padding-right: 8vw;
  }
}
@media (min-width: 1025px) {
  .lower-main {}
  .lower-main .inner {
    height: 70vh;
    padding-right: 100px;
  }
}
/* 
----------------------------------------------------*/
.lower .txt-box {
  line-height: var(--lh-base);
}
.sec-table {
  padding: 15px 5px;
  border-bottom: 1px dotted var(--clr-maeda-sl);
  line-height: var(--lh-base);
}
.sec-table .table-ttl {
  color: var(--clr-maeda);
}
/*.shohyo {
    background: url("logomark.png") no-repeat left center;
    background-size: auto 50px;
    padding-left: 70px;
    line-height: 50px;
}*/
/* Google Map */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lead-contact {}
@media (min-width: 600px) {
  .sec-table {
    display: flex;
    justify-content: space-between;
    padding: 25px 5px;
  }
  .sec-table .table-ttl {
    width: 25%;
  }
  .sec-table .table-txt {
    width: 70%
  }
  .map {
    padding-top: 56.25%;
  }
  .lead-contact {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .sec-table {
    padding: 30px 10px;
  }
}
/* 
----------------------------------------------------*/
.telfax {}
.telfax .txt {
  text-align: center;
}
.telfax .txt strong {
  font-size: 2.4rem;
  color: var(--clr-maeda)
}
.telfax .txt i {
  font-size: 64%;
  margin: 0 5px 2px 0;
}
@media (min-width: 600px) {
  .telfax .txt-box {
    display: flex;
    justify-content: space-around;
  }
  .telfax .txt {
    width: 45%;
  }
}
.telfax .txt strong {
  font-size: 3rem;
}
@media (min-width: 1025px) {
  .telfax .txt strong {
    font-size: 4rem;
  }
}
/* 
----------------------------------------------------*/
.mailform {}
.mailform input, .mailform textarea {
  padding: .6em 1em;
  margin: .2em 0;
  background-color: var(--clr-wh);
  border: 1px solid var(--clr-gray);
  border-radius: 5px;
}
.mailform .sub-ttl {
  color: var(--clr-maeda);
  padding-top: 15px;
}
.mailform .att {
  color: var(--clr-red);
  font-size: 1.2rem;
  padding-top: 5px;
}
::placeholder {
  color: #aaa;
}
.mailform label {
  vertical-align: bottom;
  display: inline-block;
  padding: 5px 10px;
}
.mailform input[type="checkbox"], .mailform input[type="radio"] {
  accent-color: var(--clr-red);
  transform: scale(1.5);
  width: 28px;
  margin-top: -2px;
}
.mailform .required::after {
  content: "必須";
  background-color: var(--clr-red);
  color: var(--clr-wh);
  font-family: var(--font-gothic);
  font-size: 1.3rem;
  min-width: 10px;
  padding: 3px 5px;
  margin: 0px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
}
.mailform .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: 240px;
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--clr-maeda);
  background-image: var(--bg-angle-right-wh);
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-color: var(--clr-maeda);
  background-size: 16px;
  color: var(--clr-wh);
  margin: 40px auto 20px;
  transition: 0.3s ease-in-out;
}
.mailform .submit.return {
  padding: .3em 1em;
  min-height: 34px;
  background-image: var(--bg-angle-right-bk);
  background-color: var(--clr-wh);
  color: var(--clr-maeda);
}
.name, .kana, .tel {
  width: 200px;
}
.zip {
  width: 100px;
}
.add, .mail, .messege {
  width: 100%;
}
h3.complate {
  padding-bottom: 10px;
  color: var(--clr-red);
}
@media (min-width: 600px) {
  .mailform .submit {
    min-height: 64px;
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .mailform .submit:hover {
    opacity: .6;
  }
}
/* 
----------------------------------------------------*/
.privacy {
  padding-top: 100px;
}
.privacy-txt {
  padding: 0 0 1.5em 1em;
}
.privacy-txt h3 {
  margin-left: -1em;
}
@media (min-width: 600px) {
  .privacy {
    padding-top: 120px;
  }
}
@media (min-width: 1025px) {
  .privacy {
    padding-top: 140px;
  }
}
/* 
----------------------------------------------------*/
.product {}
.product .lead {
  line-height: var(--lh-base);
  padding: 3vw 5vw;
}
.product .lead:before, .product .lead:after {
  position: absolute;
  top: 0;
  content: '';
  width: 14px;
  height: 100%;
  display: inline-block;
  border-top: solid 1px var(--clr-maeda-l);
  border-bottom: solid 1px var(--clr-maeda-l);
}
.product .lead:before {
  border-left: solid 1px var(--clr-maeda-l);
  left: 0;
}
.product .lead:after {
  content: '';
  border-right: solid 1px var(--clr-maeda-l);
  right: 0;
}
.product .pht, .product .txt-box {
  margin: 0 5vw;
}
.product figure {
  background-color: var(--clr-beige);
  padding: 15px;
  position: relative;
}
.product h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: .6em;
  color: var(--clr-maeda);
}
.product figure .cap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.3rem;
}
.construct {
  text-align: center;
}
.construct .sec-ttl {
  position: relative;
  display: inline-block;
  padding: 0 80px;
}
.construct .sec-ttl:before, .construct .sec-ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: var(--clr-maeda-l);
}
.construct .sec-ttl:before {
  left: 0;
}
.construct .sec-ttl:after {
  right: 0;
}
.construct .pht {}
.construct figure {
  margin: 0 8vw 40px;
}
.construct .cap {
  text-align: center;
  margin-top: 1em;
}
/*slick*/
.product .slick-dots li.slick-active button:before {
  color: var(--clr-maeda);
}
.product .slick-dots li {
  margin: 0;
}
.product .slick-arrow {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.product .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
.product .prev-arrow {
  left: -10px;
}
.product .next-arrow {
  right: -10px
}
.product .prev-arrow:before, .product .next-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: var(--clr-maeda);
}
.product .prev-arrow:before {
  content: "\f137";
}
.product .next-arrow:before {
  content: "\f138";
}
@media (min-width: 600px) {
  .construct figure {
    margin: 0 0 40px;
    width: 42%;
  }
  .construct .sec-ttl {
    padding: 0 120px;
  }
  .construct .sec-ttl:before, .construct .sec-ttl:after {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .product .lead {
    margin: 0 10vw;
    padding: 20px 40px;
    line-height: var(--lh-base);
    font-size: 120%;
  }
  .product .inner::after {
    content: '';
    display: block;
    clear: both;
  }
  .product h2 {
    width: 45%;
    float: left;
  }
  .product .pht, .product .txt-box {
    margin: 0;
  }
  .product .pht {
    width: 45%;
    float: right;
  }
  .product .txt-box {
    width: 45%;
    float: left;
  }
  .construct .sec-ttl {
    padding: 0 220px;
  }
  .construct .sec-ttl:before, .construct .sec-ttl:after {
    width: 200px;
  }
  .construct .pht:after {
    display: block;
    content: "";
    width: 30%;
  }
  .construct figure {
    width: 28%;
  }
}
/* 
----------------------------------------------------*/
.butsudan .lower-ttl {
  position: relative;
}
.pronavi {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 10px;
}
.pronavi .fade-in {
  transform: translateY(0);
  animation-duration: 1s;
}
.pronavi-1.fade-in {
  animation-delay: 1s;
}
.pronavi-2.fade-in {
  animation-delay: 1.4s;
}
.pronavi-3.fade-in {
  animation-delay: 1.8s;
}
.pronavi-4.fade-in {
  animation-delay: 2.2s;
}
.pronavi-5.fade-in {
  animation-delay: 2.6s;
}
.pronavi p {
  padding: .3em 0;
  font-size: 1.3rem;
}
.pronavi a {
  text-decoration: none;
  transition: .3s;
  color: var(--clr-wh);
}
.pronavi a {
  position: relative;
  padding-right: 30px;
  transition: all .3s;
}
.pronavi a::before, .pronavi a::after {
  content: '';
  position: absolute;
  right: 10px;
  height: 1px;
  background: var(--clr-wh);
  transition: all .3s;
}
.pronavi a::before {
  top: 54%;
  width: 20px;
}
.pronavi a::after {
  top: calc(54% - 2px);
  width: 6px;
  transform: rotate(35deg);
}
.b-gold .pronavi-1, .b-karaki .pronavi-2, .b-uwaoki .pronavi-3, .b-shin .pronavi-4, .b-etc .pronavi-5 {
  display: none;
}
@media (min-width: 600px) {
  .pronavi {
    padding-top: 20px;
  }
  .pronavi p {
    padding: .5em 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) {
  .pronavi p {
    padding: .5em 0;
    margin: .3em 0;
    font-size: 1.6rem;
  }
  .pronavi a:hover {
    color: var(--clr-maeda-sl);
    opacity: 1;
  }
  .pronavi a:hover::before, .pronavi a:hover::after {
    right: 5px;
    background: var(--clr-maeda-sl);
  }
}
/* 
----------------------------------------------------*/
.news {
  padding-top: 100px;
}
.news h3 {
  font-size: 120%;
  font-weight: 700;
  margin: 1em 0;
}
.news .txt {
  line-height: var(--lh-base-b)
}
.news .link-btn {
  margin-top: 40px;
}
.news .link-btn a {
  margin: 0 auto;
}
@media (min-width: 600px) {
  .news {
    padding-top: 120px;
  }
}
@media (min-width: 1025px) {
  .news {
    padding-top: 140px;
  }
}
/* 
----------------------------------------------------*/
.product.repair .txt-box {
  margin: 0
}
.product.repair figure {
  background-color: rgba(0, 0, 0, 0);
}
.product.repair figure .cap {
  background-color: var(--clr-maeda);
  font-family: var(--font-gothic);
  color: var(--clr-wh);
  padding: 2px 10px;
  bottom: 15px;
  right: 15px;
}
.repair2    .repair-item    {
    position: relative;
    margin-bottom: 30px;
}
.repair2    .repair-item::before     {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-left: -20px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%239eaf96" d="M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,17L17,12H14V8H10V12H7L12,17Z" /></svg>') no-repeat center center;
    background-size: cover;
    z-index: 1
}
.repair2    .repair-item:last-child    {
    margin-bottom: 0;
}
.repair2    .repair-item:last-child::before    {
    display: none;
}
@media (min-width: 600px) {
  .product.repair .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product.repair .txt-box {
    width: 48%;
    margin: 0
  }
  .product.repair .txt-box.repair2 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
.repair2    .repair-item    {
    margin-bottom: 0;
    margin-right: 40px;
}
.repair2    .repair-item::before     {
    bottom: auto;
    left: auto;
    top: 50%;
    right: -40px;
    height: 40px;
    width: 40px;
    margin-left: 0;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%239eaf96" d="M2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12M17,12L12,7V10H8V14H12V17L17,12Z" /></svg>') no-repeat center center;
    background-size: cover;
}
.repair2    .repair-item:last-child    {
    margin-right: 0;
}
  .product.repair .pht {
    width: 100%;
    margin: 0;
  }
  .product .inner::after {
    display: none;
  }
}
@media (min-width: 1025px) {
  .product.repair   h3  {
    font-size: 120%;
  }
}
/* 
----------------------------------------------------*/
.topicpath {
  padding: 0 5vw;
}
.topicpath ul {
  display: flex;
  align-items: center;
  opacity: .6;
  min-height: 60px;
}
.topicpath a {
  background-image: var(--bg-angle-right-bk);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 1.4rem;
  padding: 1em 24px 1em 0;
  text-decoration: none;
}
@media (min-width: 600px) {
  .topicpath {
    padding: 0 8vw;
  }
}
@media (min-width:1025px) {
  .topicpath {
    padding: 0 10vw;
  }
}
/* 
----------------------------------------------------*/
@media (min-width: 600px) {}
@media (min-width: 1025px) {}
/* 
----------------------------------------------------*/
@media (min-width: 600px) {}
@media (min-width: 1025px) {}
/* 
----------------------------------------------------*/
@media (min-width: 600px) {}
@media (min-width: 1025px) {}
/* 
----------------------------------------------------*/
@media (min-width: 600px) {}
@media (min-width: 1025px) {}