@charset "UTF-8";

/*! /////////////////////////////////////////////////////////////// */
/*!　Client		：ヒロデザイン専門学校
/*!　File Name	：bridal.scss
/*!　File Ver	：Ver 1.0
/*!　Create		：2014/7/24
/*!　Last Update	：2014/7/24
/*!　Author		：ANCHOR WEBSITE FACTORY */
/*! /////////////////////////////////////////////////////////////// */
/*
@mixin h2Title($bg){
		//@extend %text_hide;
		font-family: 'Open Sans Condensed', sans-serif;
		background: url($bg) left top;
		height: 60px;
		line-height: 60px;
		@include fz(28);
		letter-spacing: 1px;
		font-weight: normal;
		padding-left: 20px;
}
*/
div.bridal section.detail {
  *zoom: 1;
}

div.bridal section.detail:after {
  content: "";
  display: table;
  clear: both;
}

/* ！TITLE				******************************************* */
div.bridal h3.title {
  margin-bottom: 560px;
  margin-left: 0 !important;
}

@media only screen and (max-width: 768px) {
  div.bridal h3.title {
    margin-bottom: 80%;
  }
}

div.bridal .inner {
  background: rgba(255, 255, 255, 0.8) url(../image/course/br/img_main.jpg) left 90px no-repeat;
  padding: 20px 0 0 0;
}

@media only screen and (max-width: 768px) {
  div.bridal .inner {
    background: rgba(255, 255, 255, 0.8) url(../image/course/br/img_main.jpg) left 60px no-repeat;
    background-size: contain;
    padding: 10px 0 0 0;
  }
}

div.bridal .lv1 {
  position: relative;
}

div.bridal .lv1 p {
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  div.bridal .lv1 p {
    background: rgba(243, 154, 170, 0.9);
    color: #FFF;
    margin: 0 10px;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

div.bridal .lv1 .subImg {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  div.bridal .lv1 .subImg {
    margin-top: 20px;
  }
}

div.bridal section.point {
  background: url(../image/course/br/line_bg_bc_light.png) left top;
  position: relative;
}

div.bridal section.point h4 {
  position: absolute;
  top: -20px;
  left: 5px;
}

div.bridal section.point ul {
  margin-left: 60px;
  margin-top: 50px;
  padding: 1em 1em .8em 0;
}

@media only screen and (max-width: 768px) {
  div.bridal section.point ul {
    margin-top: 30px;
  }
}

div.bridal section.point ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  color: #111;
}

div.bridal section.point ul li.last {
  border-bottom: none;
}

div.bridal section.detail {
  background: rgba(243, 154, 170, 0.1) url(../image/course/br/img_01.jpg) left bottom no-repeat;
  background-size: 200px auto;
  padding: 20px;
  padding-left: 220px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  div.bridal section.detail {
    background: rgba(243, 154, 170, 0.1) url(../image/course/br/img_01.jpg) right top no-repeat;
    background-size: 35%;
    padding: 10px;
  }
}

div.bridal section.detail dl {
  margin: 0;
  margin-bottom: 20px;
  width: 210px;
}

div.bridal section.detail dl.left {
  float: left;
  display: inline;
  margin-right: 20px;
}

div.bridal section.detail dl.right {
  float: right;
  display: inline;
}

div.bridal section.detail dl.last {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  div.bridal section.detail dl.last {
    margin-bottom: inherit;
  }
}

div.bridal section.detail dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #F39AAA;
  font-weight: bold;
  margin-bottom: .5em;
}

div.bridal section.detail dl dd {
  padding: 2px 0;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

div.bridal section.detail dl dd:before {
  content: "・";
  color: #F39AAA;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  div.bridal section.detail dl {
    width: inherit;
  }

  div.bridal section.detail dl.left,
  div.bridal section.detail dl.right {
    float: none;
    display: block;
    margin-right: 0;
  }

  div.bridal section.detail dl dt {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }

  div.bridal section.detail dl dd {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
