@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : plan_mother.css
 author     : Ability Consultant
 style info : 母と娘　親子水入らずで女旅
=================================================================== */
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	img_intro イントロイメージ画像
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .img_intro h3 {
    box-shadow: 0 0 50px #ffa080 inset;
    -moz-box-shadow: 0 0 50px #ffa080 inset;
    -webkit-box-shadow: 0 0 50px #ffa080 inset;
    padding: 3%;
  }
}

/* -----------------------------------------------------------
	.box_lnk
----------------------------------------------------------- */
.box_lnk li a {
  border: 1px solid #ffa080;
  color: #653100;
  background: white url(../plan/images/mother/bg_lnk.jpg) 3px 3px no-repeat;
}

/* -----------------------------------------------------------
	.centering_img
----------------------------------------------------------- */
.centering_img {
  border: 1px solid #fad3b4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .centering_img .img {
    width: 50%;
    margin: 1em auto;
  }
}
.centering_img .img_rongin {
  text-align: center;
}
.centering_img .img_rongin img {
  display: block;
  margin: 1em auto;
}
.centering_img .img_rongin span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .centering_img .img_rongin {
    position: absolute;
    right: 4%;
    bottom: 4%;
    width: 15%;
  }
}
@media print {
  .centering_img .img_rongin {
    position: absolute;
    right: 4%;
    bottom: 4%;
    width: 15%;
  }
}
.ie8 .centering_img .img_rongin {
  position: absolute;
  right: 4%;
  bottom: 4%;
  width: 15%;
}

/* -----------------------------------------------------------
	st_box
----------------------------------------------------------- */
.st_box {
  color: #f88f39;
  border-left: 3px solid #f88f39;
}
.st_box small {
  display: block;
}

/* -----------------------------------------------------------
	スタッフ一同お待ちしております
----------------------------------------------------------- */
.j_centering02 h4 {
  color: #3d1112;
}

/* -----------------------------------------------------------
	con_plan
----------------------------------------------------------- */
.con_plan h3 {
  color: #58c58b;
}
.con_plan .box_plan {
  border: 1px solid #fad3b4;
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .plan-box-inner {
    padding: 3% 0;
  }
  .con_plan .box_plan .plan-box-inner.right .plan-box-r {
    margin-bottom: 3%;
  }
}

/* -----------------------------------------------------------
	con_info
----------------------------------------------------------- */
.con_info .box_info li .btn_view {
  border: 1px solid #ee7e94;
}
.con_info .box_info li .btn_view a {
  background: -moz-linear-gradient(top, #ffc61f 0%, #ffbe0a 50%, #ffab01 50%, #ffb301 100%);
  background: -webkit-linear-gradient(top, #ffc61f 0%, #ffbe0a 50%, #ffab01 50%, #ffb301 100%);
  background: linear-gradient(to bottom, #ffc61f 0%, #ffbe0a 50%, #ffab01 50%, #ffb301 100%);
  color: #FFF;
  border: 1px solid #ffc000;
}
