@charset "utf-8";


/*Main Visual*/
@keyframes mv-fade-in {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#mv {
  width: 100%;
  height: 100vh;
  min-height: 750px;
}

#mv > .swiper-wrapper .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#mv > .swiper-wrapper .swiper-slide h1 {
  position: relative;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 600;
  text-align: center;
  padding: 0 3em;
  margin-bottom: 0.6em;
  box-sizing: border-box;
  text-shadow: 3px 3px 5px #000;
}

#mv > .swiper-wrapper .swiper-slide-active h1 {
  animation-name: mv-fade-in;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}

#mv > .swiper-wrapper .swiper-slide h2 {
  position: relative;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 0 2em;
  margin-bottom: 4em;
  line-height: 1.6;
  box-sizing: border-box;
  text-shadow: 3px 3px 3px #000;
}

#mv > .swiper-wrapper .swiper-slide-active h2 {
  animation-name: mv-fade-in;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: both;
}

#mv > .swiper-wrapper .slide01 {
  background-image: url(../images/slide01.jpg);
  position: relative;
}

#mv > .swiper-wrapper .slide02 {
  background-image: url(../images/slide02.jpg);
  position: relative;
}

#mv > .swiper-wrapper .slide03 {
  background-image: url(../images/slide03.jpg);
  position: relative;
}

#mv > .swiper-wrapper .slide04 {
  background-image: url(../images/slide04.jpg);
  position: relative;
}

#mv > .swiper-wrapper .slide05 {
  background-image: url(../images/slide05.jpg);
  position: relative;
}

.slide01::before,
.slide02::before,
.slide03::before,
.slide04::before,
.slide05::before {
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}


/* お客さまの声 */
section.customer-voice {
  width: 100%;
  background-image: url("../images/dog-single.png"), url("../images/bg-voice.jpg");
  background-size: auto, cover;
  background-position: right bottom 10px, center center;
  background-repeat: no-repeat, no-repeat;
  padding: 5em 0;
}

#cv > .swiper-wrapper {
  padding: 0 0 3em 0;
}

#cv > .swiper-wrapper .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

#cv > h3,
#cv > .swiper-wrapper .swiper-slide h4,
#cv > .swiper-wrapper .swiper-slide p {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

#cv > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}

.customer-voice h3 {
  font-size: 3.2rem;
  padding-bottom: 1em;
}

.customer-voice h4 {
  font-size: 2.4rem;
  padding-bottom: 1em;
}

.customer-voice p {
  font-size: 1.8rem;
  font-style: italic;
}

.customer-voice p.cv-name {
  font-style: normal;
}

.customer-voice p.cv-name span {
  display: inline-block;
  font-size: 1.4rem;
}

/* Swiper Pagination Custmize */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 3px 8px 3px 8px;
}

.swiper-pagination-bullet-active,
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet-active {
    border: 3px solid #585604;
    background: transparent;
    margin: 0px 5px 0px 5px;
}


/* 商品案内 */
section.product-info {
  width: 100%;
  background: radial-gradient( #fff ,#fff3b8 );
  /*background-image: url("../images/bg-blue.jpg");*/
  background-size: cover;
  background-clip : border-box;
  padding: 5em 2em;
  border: 10px solid rgba(230, 209, 100, .75);
}

section.product-info .inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /*max-width: 1100px;*/
}

section.product-info .product-left {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.product-left .tag {
  margin-bottom: 1em;
  width: 90%;
}

.product-left .tag span {
  display: inline-block;
  padding: 6px 18px 8px 18px;
  font-size: 1.7rem;
  color: #fff;
  background: #8A8B01;
  border-radius: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
  line-height: 1;
}

/*
.product-left .name {
  color: #A82301;
  font-size: 7rem;
  font-weight: bold;
}

.product-left .name::before {
  content: '';
  display: inline-block;
  width: 6rem;
  height: 6rem;
  background-image: url("../images/pet-shadow.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-bottom: 1em;
}
*/

.product-left .name {
  margin: 10px 0;
}

.product-left .name img {
  width: 75%;
}

.product-left .type {
  color: #A82301;
  font-size: 2.2rem;
}

.reference {
  margin-top: 30px;
}

.reference span {
  display: inline-block;
  border: 1px solid #A82301;
  padding: 3px 8px;
  background: #ffffff;
  color: #A82301;
  font-size: 1.8rem;
}

.product-left .price {
  color: #A82301;
  font-size: 2.2rem;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.product-left .price {
  background: linear-gradient(transparent 80%, #ffe66c 80%);
}

.product-left .price span {
  font-size: 5.8rem;
  font-weight: bold;
}

.product-left .option {
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding-left:1em;
  text-indent:-1em;
  box-sizing: border-box;
}

.product-left > p:last-of-type {
  margin-bottom: 50px;
}

.product-left .patch {
  position: absolute;
  top: -20px;
  left: 420px;
  width: 140px;
}

.product-left .patch img {
  width: 100%;
}

section.product-info .product-right {
  width: 50%;
}

.product-right {
  background-image: url("../images/dog-single2.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 20%;
}

.product-right div {
  display: flex;
	align-items: center;
  height: 100%;
}
.product-right img {
  width: 105%;
}

/* 交通案内 */
section.trafic-info {
  width: 100%;
  background-image: url("../images/bg-voice.jpg");
  background-size: cover;
  background-clip: border-box;
  padding: 5em 2em;
}

.trafic {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  background: rgba(255,255,255,0.75);
  padding: 40px 40px;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
  font-size: 1.5rem;
  box-sizing: border-box;
  min-height: 500px;
}

.trafic-info h3 {
  font-size: 3.2rem;
  padding-bottom: 1em;
}

.trafic-info .title {
  box-sizing: border-box;
  font-size: 2.2rem;
  color: #927237;
  width: 100%;
  border: solid 1px #927237;
  padding: 0.3em;
  background: #fff;
  text-align: center;
}

.trafic-info p {
  font-size: 1.6rem;
  padding: 1.6em 0;
  text-align: center;
}

.trafic-info .trafic-img {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: solid 1px #dadada;
  padding: 20px;
  margin-bottom: 4em;
}

.trafic-info .address {
  width: 100%;
  background: rgba(0,0,0,0.05);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 25px 40px;
  border-radius: 10px;
}

.trafic-info .address div:first-child {
  white-space: nowrap;
}

.trafic-info .address div:last-child {
  padding-left: 40px;
  margin-left: 40px;
  border-left: dotted 1px #333;
}

.trafic-info .address p {
  font-size: 2rem;
  padding: 0;
  text-align: left;
}

.trafic-info .address .detail p {
  padding-left:5em;
  text-indent:-5em;
}

/* 資料一式 */
section.catalog-info {
  width: 100%;
  background-image: url("../images/bg-shiryo-b.jpg");
  background-size: cover;
  background-clip : border-box;
  background-position: center;
  padding: 5em 2em;
}

section.catalog-info .inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}

section.catalog-info .catalog-left {
  width: 50%;
  padding-right: 2%;
  box-sizing: border-box;
}

.catalog-left img {
  width: 100%;
}

section.catalog-info .catalog-right {
  width: 50%;
  padding-left: 2%;
  color: #fff;
  box-sizing: border-box;
}

.catalog-right p {
  margin-bottom: 1em;
}

.catalog-right p:last-child {
  margin-bottom: 0;
}

.catalog-right .title {
  font-size: 2.5rem;
}

.catalog-right .content {
  font-size: 1.5rem;
  line-height: 1.8;
}


/* 資料請求フォーム */
section.contact-form {
  width: 100%;
  background-image: url("../images/bg-contact.jpg");
  background-size: cover;
  background-clip : border-box;
  padding: 5em 2em;
}

.contact-form h3 {
  font-size: 3.2rem;
  padding-bottom: 0.5em;
}

.form {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  background: #fff;
  padding: 40px 40px;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
  font-size: 1.5rem;
  box-sizing: border-box;
}

.form-item {
  /*border-top: 1px solid #ddd;*/
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.form-item > div {
  width: 100%;
  box-sizing: border-box;
}

.form-item:nth-child(6) {
  /*border-bottom: 1px solid #ddd;*/
}

.form-item-label {
  width: 100%;
  max-width: 200px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1.5rem;
}

.form-item-label.ismsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.form-item-label-required {
  border-radius: 4px;
  margin-left: 5px;
  padding: 3px 6px;
  display: inline-block;
  text-align: center;
  background: #de4b4b;
  color: #fff;
  font-size: 1rem;
}

.form-item-input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 1rem 10px 1rem;
  /*flex: 1;*/
  width: 100%;
  max-width: 100%;
  background: #fff;
  font-size: 1.5rem;
  box-sizing: border-box;
}

.form-item-input:focus {
  border: 1px solid #bbb;
  outline: 0;
}

/* Check Box Setting */
.c-box-wrapper {
  display: flex;
  flex-direction: row;
  align-items: start;
  box-sizing: border-box;
  padding-left: 0.3em;
}
.c-box {
  position: relative;
  margin-right: 3em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
}

.c-box:last-child {
  margin-right: 0;
}

.c-box label.cf-checkbox,
.c-box label.cf-checkbox-visit {
  font-size: 1.8rem;
  padding-left: 1em;
}

input[type="checkbox"] {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
}

label.error {
  color: #de4b4b;
}

label#cf-checkbox-error {
  position: absolute;
  top: 3rem;
  left: 0;
  white-space: nowrap;
  font-size: 1.5rem;
}

label#cf-checkbox-visit-error {
  display: none !important;
}


.privacy {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 2em;
}

.privacy a {
  font-size: 1.8rem;
  color: #927236;
  text-decoration: underline;
}

.form-btn {
  border-radius: 50px;
  margin: 2rem auto 0;
  padding: 8px 3em;
  display: block;
  background: #fff;
  color:#a4854a;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  border: 2px solid #a4854a;
  width: 30%;
}

.form-btn:hover {
	background-color:#a4854a;
	color:#fff;
}

/* バナーエリア */
section.banner-area {
  width: 100%;
  background-image: url("../images/bg-voice.jpg");
  background-size: cover;
  background-clip : border-box;
  padding: 5em 2em;
}

.banner-wrap {
  width: 100%;
}

.banner-inner {
  width: 100%;
  display: table;
  border: 1px solid #666;
  box-sizing:border-box;
  background: rgba(255,255,255,0.8);
  margin-top: 40px;
  position: relative;
}

.banner-inner:first-child {
  margin-top: 0;
}

.banner-inner div {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.banner-inner div img {
  vertical-align: top;
  width: 100%;
}

.banner-inner div:first-child {
  width: 36%;
}

.banner-inner div:last-child {
  padding: 15px 20px;
  vertical-align: middle;
}

.banner-inner div h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #54360a;
  padding: 0 0 10px 0;
  margin: 0;
  text-align: center;
  line-height: normal;
}

.banner-inner div h2 span {
  font-size: 2.8rem;
  display: block;
}

.banner-inner div p {
  font-size: 1.6rem;
  color: #54360a;
  display: block;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.banner-inner a {
  display: block;
}

/*
.banner-inner a:hover {
  background: rgba(0,0,0,0.3);

}

.banner-inner a img {
  transition: all 0.6s ease;
}

.banner-inner a:hover img {
  opacity: 0.6;
}
*/

.banner-txt::after {
  content: ' ';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border: none;
  border-left: 25px solid transparent;
  border-bottom: 25px solid #54360a;
  opacity: 0.6;
}

/* お問い合わせ完了 */
section.form-thanks {
  width: 100%;
  background-image: url("../images/bg-voice.jpg");
  background-size: cover;
  background-clip : border-box;
  padding: 5em 2em;
}

.form-thanks .inner div {
  height: 70vh;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.form-thanks .inner div p:first-child {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 3em;
}

.form-thanks .inner div p a {
  display: inline-block;
  color: #fff;
  background-color: #2951d5;
  padding: 16px 34px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 1.6rem;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
  /* メインビジュアル */
  #mv > .swiper-wrapper .swiper-slide h1 {
    font-size: 3.2rem;
  }
  #mv > .swiper-wrapper .swiper-slide h2 {
    text-align: left;
  }
  #mv > .swiper-wrapper .slide02 {
    background-position: left;
  }

  /* 墓石情報 */
  .product-left .name {
  }
  .product-left .price {
    font-size: 1.8vw;
  }
  .product-left .price span {
    font-size: 5.8vw;
  }
  .product-right {
    background-size: 25%;
  }
  .brd-mv {
    font-size: 2rem;
    padding: 24px 60px;
  }
  a.brd-mv:hover {
    padding-right: 60px;
  }
  .product-left .patch {
    left: 90%;
  }

  /* 交通のご案内 */
  .trafic-info .address {
    padding: 20px 20px;
  }

  .trafic-info .address div:last-child {
    padding-left: 20px;
    margin-left: 20px;
  }

  .trafic-info .address p {
    font-size: 1.8rem;
  }

  /* バナーエリア */
  .banner-inner div:first-child {
    width: 40%;
  }
  .banner-inner div:last-child {
    padding: 10px 15px;
  }
  .banner-inner div h2 {
    font-size: 1.5rem;
  }
  .banner-inner div h2 span {
    font-size: 2.2rem;
  }
  .banner-inner div p {
    font-size: 1.5rem;
  }

}


@media only screen and (max-width:767px) {
  /* メインビジュアル */
  #mv {
    min-height: 568px;
  }

  #mv > .swiper-wrapper .swiper-slide {
      justify-content: center;
      align-items: start;
  }

  #mv > .swiper-wrapper .swiper-slide p {
      text-align: center;
      width: 100%;
  }

  #mv > .swiper-wrapper .swiper-slide h1 {
    font-size: 2.9rem;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 0.6em;
  }

  #mv > .swiper-wrapper .swiper-slide h2 {
    font-size: 1.6rem;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 3em;
  }

  #mv > .swiper-wrapper .slide01 {
    background-image: url(../images/slide01-sp.jpg);
  }

  #mv > .swiper-wrapper .slide02 {
    background-image: url(../images/slide02-sp.jpg);
  }

  #mv > .swiper-wrapper .slide03 {
    background-image: url(../images/slide03-sp.jpg);
  }

  #mv > .swiper-wrapper .slide04 {
    background-image: url(../images/slide04-sp.jpg);
  }

  #mv > .swiper-wrapper .slide05 {
    background-image: url(../images/slide05-sp.jpg);
  }

  /* お客さまの声 */
  section.customer-voice {
    background-size: 40%, cover;
    background-position: right bottom 10px, center center;
    padding: 3em 0;
  }

  .customer-voice h3 {
    font-size: 2.8rem;
  }

  .customer-voice h4 {
    font-size: 2rem;
    padding-bottom: 1em;
  }

  .customer-voice p {
    font-size: 1.6rem;
  }

  /* 商品案内 */
  section.product-info {
    padding: 3em 1em;
  }
  section.product-info .inner {
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  section.product-info .product-left {
    width: 100%;
  }
  .product-left p, .product-left div, .product-left h2, .product-left h3 {
    margin-left: auto;
    margin-right: auto;
  }
  .product-left .tag {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
  .product-left .tag span {
    font-size: 1.4rem;
  }

  .product-left .name {
    margin: 10px auto;
    text-align: center;
  }

  .product-left .type {
    font-size: 1.7rem;
  }

  .product-left .reference {
    margin-top: 20px;
  }

  .product-left .reference span {
    font-size: 1.5rem;
  }

  .product-left .price {
    font-size: 1.8rem;
  }

  .product-left .price span {
    font-size: 3.8rem;
  }

  .product-left .sp-boseki {
    margin-bottom: 1em;
  }
  .product-left .sp-boseki img {
    width: 100%;
  }

  .product-left .option {
    font-size: 1.6rem;
    margin-left: 0;
  }

  .product-left > p:last-of-type {
    margin-bottom: 30px;
  }

  .product-left .patch {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    display: inline-block;
    padding: 6px 20px;
    font-size: 2rem;
    color: #ffffff;
    background-color: #A78E5E;
    border-radius: 30px;
    margin: 5px auto 10px;
  }

  .product-left .sp-boseki {
    text-align: center;
  }

  section.product-info .product-right {
    width: 100%;
  }

  /* 交通のご案内 */
  section.trafic-info {
    padding: 0;
  }

  .trafic {
    padding: 40px 20px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  }

  .trafic-info h3 {
    font-size: 2.6rem;
    text-align: center;
  }

  .trafic-info .title {
    font-size: 1.8rem;
  }

  .trafic-info p {
    font-size: 1.6rem;
    padding: 1em 0;
    text-align: left;
  }

  .trafic-info .trafic-img {
    padding: 10px;
    margin-bottom: 3em;
  }

  .trafic-info .address {
    flex-direction: column;
    padding: 15px 15px;
    border-radius: 10px;
  }

  .trafic-info .address div:last-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    padding-top: 1em;
    margin-top: 1em;
    border-top: dotted 1px #333;
  }

  .trafic-info .address p {
    font-size: 1.5rem;
    padding: 0;
    text-align: left;
  }

  /* 資料一式 */
  section.catalog-info {
    padding: 3em 1em;
  }

  section.catalog-info .inner {
    flex-direction: column;
  }

  section.catalog-info .catalog-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2em;
    text-align: center;
  }

  .catalog-left img {
    width: 100%;
  }

  section.catalog-info .catalog-right {
    width: 100%;
    padding-left: 0;
  }

  .catalog-right .title {
    font-size: 2rem;
  }

/* 資料請求フォーム */
  section.contact-form {
    padding: 0;
  }

  .contact-form h3 {
    font-size: 2.6rem;
    padding-bottom: 0.5em;
    text-align: center;
  }
  .form {
    padding: 40px 20px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  }

  .form-item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }

  .form-item-label {
    max-width: inherit;
    display: flex;
    align-items: center;
    padding-bottom: 16px;
  }

  .form-item-label.ismsg {
    margin-top: 0;
  }

  .form-item-label-required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .form-item-input {
    margin-top: 0;
    flex: inherit;
  }

  .form-btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    font-size: 16px;
  }

  /* バナーエリア */
  section.banner-area {
    padding: 3em 1em;
  }
  .banner-wrap {
    width: 100%;
  }
  .banner-inner {
    width: auto;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-inner div {
    display: block;
  }

  .banner-inner div img {
    vertical-align: bottom;
    width: 100%;
  }

  .banner-inner div:first-child {
    width: 100%;
  }

  .banner-inner div h2 {
    font-size: 1.5rem;
  }

  .banner-inner div h2 span {
    font-size: 2.2rem;
  }

  .banner-inner div p {
    font-size:  1.5rem;
    text-align: left;
  }

  /* お問い合わせフォーム完了 */
  section.form-thanks {
    height: calc(100% - 60px);
    padding: 75px 1em;
  }
  .form-thanks .inner div p:first-child {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 3em;
  }
}
