@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* slideshow */
.mv {
	background-image: url("/img/service/pet/bg_mv.jpg");
}

/* petEmbroidery */
.petEmbroidery_h2 {
  text-align: center;
}

.petEmbroidery__en {
  display: block;
}

.petEmbroidery__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.petEmbroidery__left {
  width: 48%;
}

.petEmbroidery__right {
  width: 40%;
  background-image: url("/img/service/pet/img_pet01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
}

.petEmbroidery__h3 {
  font-size: 35px;
  font-weight: 600;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.petEmbroidery__text {
  font-size: 14px;
  margin-top: 30px;
}

/* orderFlow */
.orderFlow {
  background-image:linear-gradient(rgba(230, 230, 230, 0.5), rgba(230, 230, 230, 0.5)), url("/img/service/pet/img_pet03.jpg");
  background-size: cover;
  background-position: center;
}

.orderFlow__wrapper {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
}


.orderFlow__img{
  width: 80%;
  margin: 0 auto;
} 

.flow__img {
  width: 100%;
  display: block;
}

.flow__img.sp {
  display: none;
}

.orderFlow__textbox {
  width: 70%;
  margin: 40px auto 0;
  font-size: 12px;
}

.attention {
  color: #FF0000;
  padding-left: 15px;
  position: relative;
}

.attention::before {
  content: "※";
  font-size: 12px;
  color: #FF0000;
  position: absolute;
  left: 0;
}

.attention__text {
  padding-left: 15px;
  color: #FF0000;
}

/* otherAttention */
.otherAttention {
  padding-top: 100px;
  padding-bottom: 350px;
}

.otherAttention01,
.otherAttention02 {
  margin-bottom: 80px;
}

.h4 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 0.8px solid #333;
  padding-bottom: 5px;
  letter-spacing: .2em;
  padding-left: .2em;
}

.otherAttention__text {
  font-size: 14px;
  margin-top: 20px;
}

.otherAttention__btn {
  display: block;
  width: 140px;
  height: 50px;
  color: #333;
  border: 1px solid #333;
  font-size: 20px;
  font-family: montserrat;    
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  transition: .2s;
  margin-top: 50px;
  float: right;
}

.otherAttention__btn::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background-image: url("/img/common/icon_shop_black.png");
  background-size: cover;
  background-position: center center;
  vertical-align: -7%;
  margin-right: 12px;
}

.otherAttention__btn:hover {
  background-color: #ddd;
  border: 1px solid #ddd;
  transition: .2s;
}


/******************************************************

タブレットの設定 768px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){


}

/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){
.petEmbroidery__left {
  width: 100%;
}
  
.petEmbroidery__right {
  width: 100%;
  height: 340px;
  margin-top: 40px;
}

.orderFlow__wrapper {
  padding: 20px;
}
  
.orderFlow__textbox {
  width: 100%;
  margin: 20px auto 0;
}
  
.flow__img {
  width: 30%;
  margin: 0 auto;
}
  
.flow__img.pc {
  display: none;
}
  
.flow__img.sp {
  display: block;
}
  
.otherAttention {
  padding-top: 60px;
  padding-bottom: 50px;
}
  
.h3 {
    font-size: 16px;
}
	
.h4 {
  font-size: 16px;
}  
  
.otherAttention01, 
.otherAttention02 {
  margin-bottom: 40px;
}
  
.otherAttention__btn {
  height: 45px;
  margin: 40px auto;
  font-size: 16px;
  line-height: 43px;   
  float: none;
}
  
	
}