body {
  background-color: #fff;
}

#onlinesalon{
  margin-top: 40px;
  text-align: center;
}
.mvArea {
  background-color: #fce4d7;
  padding-top: 100px;
}

.innerArea {
  max-width: 1000px;
  margin: 0 auto;
}

.maker {
  padding: 0 5px;
  background-color: #fdefd5;
}

.txt_red {
  text-decoration: underline;
  color: red;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.container_top section,
.container_bottom section {
  margin-top: 70px;
}
.container_top section h3,
.container_bottom section h3 {
  font-size: 28px;
  font-weight: 300;
  position: relative;
}
.container_top section h3::before,
.container_bottom section h3::before {
  display: block;
  width: 124px;
  height: 101px;
  margin: 0 auto 20px;
  content: '';
}
.container_top section h3::after,
.container_bottom section h3::after {
  display: block;
  width: 277px;
  height: 41px;
  margin: 20px auto 30px;
  content: '';
  background: transparent url("../img/onlinesalon/ttl_line.png") left top no-repeat;
  background-size: contain;
}

.container_top {
  color: #968266;
}
.container_top h3::before {
  background: transparent url("../img/onlinesalon/ic_ring.png") left top no-repeat;
  background-size: contain;
}
.container_top p {
  font-size: 16px;
  line-height: 30px;
}

.container_bottom p {
  font-size: 14px;
  line-height: 24px;
}

.floatBox {
  overflow: hidden;
  *zoom: 1;
}
.floatBox .fl {
  float: left;
  width: 65%;
  margin: 0;
  padding: 0;
}
.floatBox .fr {
  float: right;
  width: 35%;
}
.floatBox .fr img {
  width: 100%;
}

.container_bottom {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 0;
  color: #3c3636;
  background-color: #fce4d7;
}
.container_bottom h3::before {
  background: transparent url("../img/onlinesalon/ic_ring_w.png") left top no-repeat;
  background-size: contain;
}
.container_bottom .ttl {
  font-size: 28px;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #3c3636;
}
.container_bottom .tips h4 {
  font-size: 20px;
  width: 50%;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #fff;
}

.flowBox {
  margin-top: 50px;
  overflow: hidden;
  *zoom: 1;
}
.flowBox .flowBox__step {
  float: left;
  width: 25%;
}
.flowBox .flowBox__step .flowBox__inner {
  position: relative;
  width: 90%;
  height: 300px;
  margin: 0 auto;
}
.flowBox .flowBox__step .flowBox__inner::after {
  position: absolute;
  top: 80px;
  display: block;
  width: 51px;
  height: 51px;
  content: '';
  background: transparent url("../img/onlinesalon/flow_arrow.png") left top no-repeat;
  background-size: contain;
}
.flowBox .flowBox__step .flowBox__inner strong {
  font-weight: bold;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}
.flowBox .flowBox__step .flowBox__inner .sml {
  margin-top: 10px;
}
.flowBox .flowBox__step .flowBox__inner .sml img {
  width: 100%;
}
.flowBox .flowBox__step .flowBox__inner .flowBox__read {
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.flowBox .flowBox__step .flowBox__inner .posi {
  top: 240px;
}
.flowBox .flowBox__step .step01::after {
  right: -30px;
}
.flowBox .flowBox__step .step02::after {
  right: -40px;
}
.flowBox .flowBox__step .step03::after {
  right: -23px;
}
.flowBox .flowBox__step .step04::after {
  display: none;
}

.attention-read{
  margin-top: 10px;
}



/*繧ｪ繝ｳ繝ｩ繧､繝ｳ繧ｵ繝ｭ繝ｳ繝壹�繧ｸ*/
#onlinesalon .notoSerifJp {
 /* font-family: 'Noto Serif JP', serif;*/
	    font-family: "Shuei Mincho M", serif;
    font-size: 28px;
    letter-spacing: .01em;
    font-weight: 400;
}

#onlinesalon .online_btn{
  width: 690px;
  margin: 55px auto;
}

#onlinesalon .online_btn a{
  background:#101820;
  display: block;
  color: #fff;
  transition: .2s;
  border: 1px solid #101820;
}

#onlinesalon .online_btn a:hover{
  background: #fff;
  color: #101820;
  opacity: 1!important;
}


#onlinesalon .online_btn p{
  padding: 19px;
  font-weight: bold;
  font-size: 22px;
}

#onlinesalon h2{
  font-size: 38px;
  font-weight: 300;
  position: relative;
  margin-bottom: 45px;
}

#onlinesalon h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 132px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #212721;
}


/*繧ｳ繝ｼ繝�ぅ繝阪�繧ｿ繝ｼ*/
#coordinator{
  padding-top: 50px;
}

#coordinator .coordinator_p{
  width: 1000px;
  margin: 0 auto;
  text-align: left;
    font-family: "Shuei Mincho M", serif;
    font-size: 16px;font-weight: 400;
  padding: 20px 0 100px;
}


/*繧ｪ繝ｳ繝ｩ繧､繝ｳ繧ｵ繝ｭ繝ｳ縺比ｺ育ｴ��豬√ｌ*/
#reservation{
  padding-top: 45px;
}

#reservation .reservation_btn{
	background-color: #F2ACB9;
	padding: 20px 50px;
	position: relative;
  z-index: 0;
  width: 1000px;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  font-size: 26px;
}

#reservation .reservation_btn span{
  font-size: 21px;
}

#reservation .reservation_link a{
  font-size: 21px;
  color: #212721;
  transition: .2s;
  border-bottom: 1px solid #212721;
}

#reservation .reservation_link a:hover{
  color: #fff;
  opacity: 1!important;
  border-bottom: 1px solid #fff;
}

#reservation .reservation_btn:before{
	border: 1px solid #212721;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 5px;
	z-index: -1;
}

#reservation h2{
  margin-bottom: 60px;
}

#reservation h3{
  font-size: 16px!important;
  padding-top: 30px;
  font-weight: 400;
	
	    
    line-height: 24px;
}

#reservation p{
  padding-top: 15px; font-family: "Shuei Mincho M", serif;
    font-size: 16px;font-weight: 400;
}

#reservation .balloon {
  position: relative;
  border-bottom: solid 1px #F2ACB9;
  width: 1000px;
  margin: 70px auto 130px;
}
#reservation .balloon:before,
#reservation .balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#reservation .balloon:before {
  border: solid 100px transparent;
  border-top: solid 60px #F2ACB9;
}
#reservation .balloon:after {
  border: solid 107px transparent;
  border-top: solid 64px #fff;
  margin-top: -5px;
}

.reservation_box {
  position: relative;
  padding-bottom: 90px;
}
.reservation_box:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.reservation_box:after {
  border: solid 140px transparent;
  border-top: solid 100px #fff;
  margin-top: -5px;
}


#reservation .buy_box{
  background: #FDF7F7;
  padding-top: 190px;
  padding-bottom: 20px;
}

#reservation .buy_box .balloon:after {
  border-top: solid 64px #FDF7F7;
}

#reservation .buy_box .step4_box{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

#reservation .buy_box .step4_box .mini_box{
  width: 491px;
  border: 1px solid #F2ACB9;
  background: #fff;
  padding: 25px 0;
  margin: 10px 0 25px;
}

#reservation .buy_box .step4_box .mini_box h4{
  font-size: 24px;
}


/*蝠�刀荳隕ｧ*/
#product_list{
  padding: 60px 0 115px;
}

#product_list > div{
  display: flex;
  justify-content: space-between;
  width: 880px;
  margin: 0 auto;
}