@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.global-nav .nav-facial a {
	color: #f19eb4;
}
.global-nav .nav-bridal a {
  background-color: #cebe99;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.bridal {
  position: relative;
  background-image: url("../images/facial-images/ring.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% + 400px) 100%;
  padding-bottom: 80px;
  margin-bottom: 50px;
}
.bridal-img {
  position: relative;
  z-index: 100;
  width: 500px;
  margin: 50px 0 0 50px;
}
.bridal-en {
	position: absolute;
	bottom: 0;
	left: 0;
  z-index: 1;
}
.bridal-en .en-txt {
  color: #f4f4f4!important;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.bridal-img {
  width: 450px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.bridal {
  position: relative;
  background-image: url("../images/facial-images/ring.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% + 200px) 100%;
  background-size: 500px;
  padding-bottom: 80px;
  margin-bottom: 20px;
}
.bridal-img {
  width: 80%;
  margin: 0 0 0 0;
}

}

