@charset "UTF-8";
/* hanagashima */
a.scroll_point {
  height: 1px;
  display: block;
}

.smp a.scroll_point {
  margin-top: -90px;
  padding-top: 90px;
}

/* ichiran desc ======== ======== ======== ======== ======== ======== ======== ======== */
.desc-block {
  width: 920px;
  height: 550px;
  background-position: top center;
  background-image: url(../img/hanagashima_desc_bg.png);
  background-repeat: no-repeat;
  position: relative;
}

.hanagashima-desc-txt p {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #ff9193;
  margin: 0;
  padding: 0;
  padding-top: 145px;
  padding-left: 30px;
}

.hanagashima-desc-btn {
  width: 209px;
  height: 85px;
  position: absolute;
  right: 32px;
  bottom: 34px;
}

.hanagashima-desc-chara {
  width: 209px;
  height: 222px;
  position: absolute;
  right: 32px;
  bottom: 79px;
}

.smp .desc-block {
  width: 100%;
}

.smp .ichiran-desc-container .ichiran-desc .desc-block {
  background-image: none;
}

.smp .ichiran-desc-container .ichiran-desc .desc-block .desc-bottom-smp {
  background-image: url(../img/hanagashima_desc_bottom_smp.png);
}

/* ichiran content ======== ======== ======== ======== ======== ======== ======== ======== */
.ichiran-content-big-title {
  width: 506px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 10px;
}

.ichiran-content-block .card .main .txt.annotation {
  font-size: 1.2rem;
  line-height: 1.3;
}

/* profile -------- */
.ichiran-content-block .card.prof {
  /* border-top: 2px dashed #ff9193; */
  padding: 30px 0;
  margin-bottom: 0;
}

.ichiran-content-block .card.prof.top {
  margin-top: 20px;
}

.ichiran-content-block .card.prof.bottom {
  padding-bottom: 0;
}

.ichiran-content-block .card.prof .pic {
  width: 200px;
}

.ichiran-content-block .card.prof .box {
  width: 630px;
  /*860-200-30*/
  font-size: 1.4rem;
  line-height: 1.5;
}

.ichiran-content-block .card .box .title {
  width: 594px;
  /*630-18-18*/
  font-size: 1.9rem;
  line-height: 1;
  color: #fff;
  background-color: #ff9193;
  padding: 5px 18px 5px 18px;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-radius: 20px;
  margin-bottom: 20px;
}
.consultationhours{
  margin: 30px 0 0 0;
}
.consultationhours p{
  font-size: 1.4rem;
}
.consultationhours_img{
  width: 100%;
  height: auto;
}
.smp .smp-m-0 {
  margin: 0 0 0 0;
}
.smp .ichiran-content-block02 {
  margin: 60px 0 0 0;
}
.textaline_center{
  text-align: center;
}


.smp .ichiran-content-block .card {
  /*&.prof {
			display: -webkit-flex;
			display: flex;
			//justify-content: space-between;
			//align-items: flex-start;
			flex-direction: column-reverse;
			.box {
				width: 540px;
				.title {
					width: 504px;;
				}
			}
		}*/
}

.smp .ichiran-content-block .card.prof {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.smp .ichiran-content-block .card.prof .box {
  width: 320px;
}

.smp .ichiran-content-block .card.prof .box .title {
  width: 284px;
}

/* -------- */
.ichiran-content-block .card .btn {
  margin-top: 30px;
}

/* content-2 ======== ======== ======== ======== ======== ======== ======== ======== */
.content-2-container {
  width: 100%;
  background-color: #fbefe6;
  background-position: center;
  background-image: url(../img/bg7.jpg);
}

.content-2 {
  width: 900px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 90px;
}

.hanagashima-block {
  width: 804px;
  /*884-80*/
  margin: 0 auto 30px;
  background-color: #fff;
  padding: 40px 40px 40px 40px;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-radius: 20px;
  position: relative;
}

.hanagashima-block .deco01 {
  position: absolute;
  right: 20px;
  top: 20px;
}

.hanagashima-block .block {
  /*padding: 75px 98px 18px 85px;*/
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  padding: 0 58px 0 45px;
  /* -40 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /*align-items: flex-start;*/
}

.hanagashima-block .block.top {
  /*padding: 35px 58px 18px 45px;
	margin-top: 15px;*/
  padding: 50px 58px 0 45px;
}

.hanagashima-block .block.bottom {
  padding-bottom: 40px;
}

.hanagashima-block .block.bottom .box {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.hanagashima-block .block .dot {
  margin-right: 30px;
  background-position: center;
  background-image: url(../img/hanagashima_course_dot_bg.png);
}

.hanagashima-block .block .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px dashed #ff9193;
  padding-bottom: 15px;
  margin-bottom: 18px;
  /*padding-left: 30px;
	margin-left: -40px;
	border-left: 4px solid #ffdede;*/
}

.hanagashima-block .block .box .timetable {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hanagashima-block .block .box .timetable .timetable-title {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #000;
  font-weight: bold;
}

.hanagashima-block .block .box .timetable .timetable-title .time {
  font-size: 2.0rem;
  line-height: 1.8rem;
  color: #ff9193;
  font-weight: normal;
}

.hanagashima-block .block .box .timetable .timetable-content {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #000;
  margin-top: 18px;
}
.hanagashima-block .hyou {
	text-align: center;
	padding: 20px 0;
}

.hanagashima-block .block .box .pic {
  width: 298px;
}

.smp .content-2-container .content-2 {
  width: 100%;
}

.smp .content-2-container .content-2 .hanagashima-block {
  width: 580px;
  padding: 40px 10px 40px 10px;
}

.smp .content-2-container .content-2 .hanagashima-block .block .box {
  display: block;
}

.smp .content-2-container .content-2 .hanagashima-block .block .box .pic {
  margin-top: 10px;
  margin-left: auto;
}
.smp .hanagashima-block .hyou {
	text-align: center;
	padding: 5%;
  	width: 90%;
}
.smp .hanagashima-block .hyou img {
  	width: 100%;
	height: auto;
}

/* content-3 ======== ======== ======== ======== ======== ======== ======== ======== */
.content-3-container {
  width: 100%;
  background-color: #fdf6ce;
  background-position: center;
  background-image: url(../img/bg1.jpg);
}

.content-3 {
  width: 900px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 95px;
}

.hanagashima-title {
  width: 215px;
  margin: 0 auto;
  padding: 56px 0 35px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}

.hanagashima-access-block {
  width: 804px;
  /*884-80*/
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 40px 40px 40px;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-radius: 20px;
  position: relative;
}

/* -------- */
.hanagashima-access-block .access-title {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
  margin-bottom: 30px;
}
.hanagashima-access-block .access-title-min {
  text-align: center;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 0;
}

.hanagashima-access-block .access-map {
  width: 804px;
  margin: 0 auto;
  margin-bottom: 38px;
}

.hanagashima-access-block .access-box {
  width: 360px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.hanagashima-access-block .min-map {
	text-align: center;
	padding: 0;
}



.hanagashima-access-block .access-box .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.hanagashima-access-block .access-box .icon img {
  width: 64px;
  height: 64px;
  vertical-align: middle;
  margin-right: 12px;
}

.hanagashima-access-block .access-box .icon div {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  display: block;
}

.smp .content-3-container .content-3 {
  width: 100%;
}

.smp .content-3-container .content-3 .hanagashima-access-block {
  width: 80%;
}

.smp .content-3-container .content-3 .hanagashima-access-block .access-map {
  width: 100%;
}
.smp .hanagashima-access-block .min-map {
	text-align: center;
	padding: 0;
  	width: 100%;
}
.smp .hanagashima-access-block .min-map img {
  	width: 100%;
	height: auto;
}
/*# sourceMappingURL=hanagashima.css.map */