@charset "utf-8";
/* TOP CSS Document */
/*---------------------------------
  scene top
---------------------------------*/
body.lower.scene #headImg {
  background-image: url("../images/scene/head_bg01@2x.jpg");
  background-color: #f1eff0
}
body.lower.scene #headImg h2 {
  color: #192041
}
body.lower.scene #sec01, body.lower.scene #sec02, body.lower.scene #sec03 {
  margin-bottom: 70px;
}
body.lower.scene #main .fL {
  width: 48%
}
body.lower.scene #main .fR {
  width: 48%
}
body.lower.scene h3 {
  margin-bottom: 1.2em
}
@media screen and (max-width: 767px) {
  body.lower.scene #headImg {
    background-image: url(../images/scene/head_bg01_sp.jpg);
  }
  body.lower.scene #sec01, body.lower.scene #sec02, body.lower.scene #sec03 {
    margin-bottom: 30px;
  }
  body.lower.scene #main .fL {
    width: 100%;
  }
  body.lower.scene #main .fR {
    width: 100%
  }
  body.lower.scene h3 {
    margin-bottom: 0.8em;
  }
}
/*---------------------------------
  birthday
---------------------------------*/
body.lower.birthday #headImg {
  background-image: url("../images/scene/head_bg02@2x.jpg");
  background-color: #e3dacb
}
body.lower.birthday #headImg h2 {
  color: #192041
}
body.lower.birthday #sec01 {
  margin-bottom: 90px
}
body.lower.birthday .btnStyle01 .button {
  padding: 15px 120px;
}
body.lower.birthday .boxList.reviewList {
  margin: 70px 0;
}
body.lower.birthday .boxList.reviewList > li {
  width: calc((100%/3) - 20px);
  border: none;
  position: relative;
}
body.lower.birthday .boxList.reviewList > li .icon {
  width: 140px;
  height: 140px;
  border-radius: 150px;
  margin: 0 auto 30px;
  overflow: hidden;
  background-color: #E7E8EE;
  text-align: center;
  position: relative;
}
body.lower.birthday .review {
  font-weight: 700;
  margin-bottom: 0.5em;
}
body.lower.birthday ol {
  display: inline-block;
  position: relative;
  top: 3px;
}
body.lower.birthday ol li {
  display: inline-block;
  width: 20px;
  margin-right: 5px
}
body.lower.birthday ol li img {
  width: 100%
}
body.lower.birthday .boxList.sceneList {
  margin: 70px 0;
}
body.lower.birthday .boxList.sceneList > li {
  width: calc((100%/2) - 20px);
  border: none;
  position: relative;
  padding: 0;
  overflow: hidden
}
body.lower.birthday .boxList.sceneList > li h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.8em
}
body.lower.birthday .boxList.sceneList > li .textWrap {
  padding: 20px
}
@media screen and (max-width: 767px) {
  body.lower.birthday #headImg {
    background-image: url(../images/scene/head_bg02_sp.jpg);
  }
  body.lower.birthday #sec01 {
    margin-bottom: 30px
  }
  body.lower.birthday #sec01 .headding03 {
    text-align: center
  }
  body.lower.birthday .btnStyle01 .button {
    padding: 10px 0px;
  }
  body.lower.birthday .boxList.reviewList {
    margin: 30px 0;
  }
  body.lower.birthday .boxList.reviewList > li {
    width: 100%;
  }
  body.lower.birthday .boxList.reviewList > li .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
  }
  body.lower.birthday ol {
    top: 0px;
  }
  body.lower.birthday .boxList.sceneList {
    margin: 30px -4%;
  }
  body.lower.birthday .boxList.sceneList > li {
    width: 100%;
    border-radius: 0px
  }
  body.lower.birthday .boxList.sceneList > li h4 {
    font-size: 18px;
  }
  body.lower.birthday .boxList.sceneList > li .textWrap {
    padding: 20px 4%
  }
}

/*---------------------------------
  mothersday
---------------------------------*/
body.lower.mothersday #headImg {
  background-color: #fdefea;
  background-image: url("../images/scene/head_bg03@2x.jpg");
}
body.lower.mothersday #headImg h2 {
  color: #ce3030;
  display: block;
  margin-top: 90px
}
body.lower.mothersday #headImg p {
  color: #ce3030;
  margin-top: 30px;}
body.lower.mothersday #sec01 {
  margin-bottom: 90px
}
body.lower.mothersday #sec01 .imgBox {
	text-align: center;
	margin-top: 30px;
}
body.lower.mothersday #sec01 .imgBox .ttl {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 1em;
}
body.lower.mothersday #sec02 {
  margin-bottom: 90px
}
body.lower.mothersday #sec02 .btnStyle01 {
  margin-top: 40px
}
body.lower.mothersday #sec03 {
	margin-bottom: 90px;
	padding: 0 0px 60px;
	background-color: #fff
}

body.lower.mothersday #sec03 h3{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
  overflow: hidden
}
body.lower.mothersday #sec03 .textWrap {
	padding: 60px;
}
body.lower.mothersday #sec03 .topTxt {
  text-align: center;
	margin-bottom: 60px;
}
body.lower.mothersday #sec03 h4 {
	font-weight: 500;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	background-color: #F58C8C;
	border-left: 5px solid #E36868;
	padding: 5px 10px;
	color: #FFFFFF;
	margin-bottom: 40px;
}
body.lower.mothersday #sec03 h5 {
	font-weight: 500;
	font-size: 36px;
  font-family: 'Noto Serif JP', serif;
	margin-bottom: 60px;}

body.lower.mothersday #sec03 .textWrap img {
	float: right;
	margin-bottom: 10px;
	margin-left: 30px;
}
body.lower.mothersday #sec03 .textBox {
	margin: 0px 0 20px
}
body.lower.mothersday #sec04 .fL ,
body.lower.mothersday #sec04 .fR{
  width: 48%
}
body.lower.mothersday #sec04 .btnStyle01 {
  margin: 60px 0
}
body.lower.mothersday #sec04 table {
  margin-bottom: 90px
}
@media screen and (max-width: 767px) {  
  body.lower.mothersday #headImg {
    background-image: url(../images/scene/head_bg03_sp.jpg);
  }
  body.lower.mothersday #headImg h2 {
    margin-top: 0px;display: table-cell;
  }
  body.lower.mothersday #headImg p {
    display: none}
  body.lower.mothersday #sec01 {
    margin-bottom:30px
  }
  body.lower.mothersday #sec01 .imgBox {
    margin-top: 10px;
  }
  body.lower.mothersday #sec01 .imgBox .ttl {
    font-size: 14px;
  }
  body.lower.mothersday #sec02 {
    margin-bottom: 30px
  }
  body.lower.mothersday #sec02 .btnStyle01 {
    margin-top: 20px
  }
  body.lower.mothersday #sec03 {
	padding: 0 0px 30px;
	margin: 0px -4% 30px;
  }
  body.lower.mothersday #sec03 .textWrap {
	padding: 10px 4%;
  }
  body.lower.mothersday #sec03 .topTxt {
    text-align: left;
    margin-bottom: 30px;
  }
  body.lower.mothersday #sec03 h4 {
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  body.lower.mothersday #sec03 h5 {
    font-size:18px;
    margin-bottom: 20px;}

  body.lower.mothersday #sec03 .textWrap img {
	float: none;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
  }
  body.lower.mothersday #sec03 .textBox {
    margin: 0px 0 20px
  }
  body.lower.mothersday #sec04 .fL ,
  body.lower.mothersday #sec04 .fR{
    width: 100%
  }
  body.lower.mothersday #sec04 .btnStyle01 {
	margin: 20px 0 40px
  }
  body.lower.mothersday #sec04 table {
    margin-bottom: 30px
  }}



@media screen and (max-width: 767px) {}
@media screen and (max-width: 767px) {}